diff --git a/7511/app.js b/7511/app.js deleted file mode 100644 index 67a3826e05c..00000000000 --- a/7511/app.js +++ /dev/null @@ -1,40 +0,0 @@ -!function(e){var t={};function __webpack_require__(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,__webpack_require__),r.l=!0,r.exports}__webpack_require__.m=e,__webpack_require__.c=t,__webpack_require__.d=function(e,t,n){__webpack_require__.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.t=function(e,t){if(1&t&&(e=__webpack_require__(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(__webpack_require__.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)__webpack_require__.d(n,r,function(t){return e[t]}.bind(null,r));return n},__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(t,"a",t),t},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.p="/",__webpack_require__(__webpack_require__.s=232)}([function(e,t){function _getPrototypeOf(t){return e.exports=_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,_getPrototypeOf(t)}e.exports=_getPrototypeOf,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){"use strict";n.d(t,"a",(function(){return behavior})),n.d(t,"b",(function(){return className})),n.d(t,"e",(function(){return regions})),n.d(t,"d",(function(){return options}));var r=n(6),a=n.n(r),i=n(63);function behavior(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){var r=n.prototype;r.behaviors=Object.assign(a()({},e,t),r.behaviors)}}function className(e){return function(t){t.prototype.className=e}}function regions(e){return function(t){t.prototype.regions=Object.assign(e,t.regions)}}function options(e){return function(t){t.prototype.options=Object.assign(e,t.options)}}n.d(t,"c",(function(){return i.on}))},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function _defineProperties(e,t){for(var n=0;n1?n-1:0),a=1;a1?n-1:0),a=1;a1?n-1:0),a=1;a0)for(e=0;e1?r-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{},r=!e._isAttached&&isNodeAttached(this.el),a=void 0===n.replaceElement?!!t.result(this,"replaceElement"):!!n.replaceElement;r&&triggerMethodOn(e,"before:attach",e),a?this._replaceEl(e):this.attachHtml(e),r&&(e._isAttached=!0,triggerMethodOn(e,"attach",e))},_ensureElement:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(t.isObject(this.el)||(this.$el=this.getEl(this.el),this.el=this.$el[0]),!this.$el||0===this.$el.length){var n=void 0===e.allowMissingEl?!!t.result(this,"allowMissingEl"):!!e.allowMissingEl;if(n)return!1;throw new l('An "el" must exist in DOM for this region '+this.cid)}return!0},_getView:function(t){if(!t)throw new l({name:"ViewNotValid",message:"The view passed is undefined and therefore invalid. You must pass a view instance to show."});if(t._isDestroyed)throw new l({name:"ViewDestroyedError",message:'View (cid: "'+t.cid+'") has already been destroyed and cannot be used.'});if(t instanceof e.View)return t;var n=this._getViewOptions(t);return new T(n)},_getViewOptions:function(e){return t.isFunction(e)?{template:e}:t.isObject(e)?e:{template:function(){return e}}},getEl:function(e){return this.findEls(e,t.result(this,"parentEl"))},_replaceEl:function(e){this._restoreEl(),e.on("before:destroy",this._restoreEl,this),this.replaceEl(e.el,this.el),this._isReplaced=!0},_restoreEl:function(){if(this._isReplaced){var e=this.currentView;e&&(this._detachView(e),this._isReplaced=!1)}},isReplaced:function(){return!!this._isReplaced},isSwappingView:function(){return!!this._isSwappingView},attachHtml:function(e){this.appendChildren(this.el,e.el)},empty:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{allowMissingEl:!0},t=this.currentView;if(!t)return this._ensureElement(e)&&this.detachHtml(),this;var n=!e.preventDestroy;return n||a("The preventDestroy option is deprecated. Use Region#detachView"),this._empty(t,n),this},_empty:function(e,t){e.off("destroy",this._empty,this),this.triggerMethod("before:empty",this,e),this._restoreEl(),delete this.currentView,e._isDestroyed||(t?this.removeView(e):this._detachView(e),this._stopChildViewEvents(e)),this.triggerMethod("empty",this,e)},_stopChildViewEvents:function(e){this._parentView&&this._parentView.stopListening(e)},destroyView:function(e){return e._isDestroyed||(e.destroy?e.destroy():destroyBackboneView(e)),e},removeView:function(e){this.destroyView(e)},detachView:function(){var e=this.currentView;if(e)return this._empty(e),e},_detachView:function(e){var t=!!e._isAttached,n=this._isReplaced;t&&triggerMethodOn(e,"before:detach",e),n?this.replaceEl(this.el,e.el):this.detachHtml(),t&&(e._isAttached=!1,triggerMethodOn(e,"detach",e))},detachHtml:function(){this.detachContents(this.el)},hasView:function(){return!!this.currentView},reset:function(e){return this.empty(e),this.$el&&(this.el=this._initEl),delete this.$el,this},destroy:function(e){return this._isDestroyed?this:(this.reset(e),this._name&&this._parentView._removeReferences(this._name),delete this._parentView,delete this._name,MarionetteObject.prototype.destroy.apply(this,arguments))}});t.extend(k.prototype,f);var buildRegion=function(e,n){return e instanceof k?e:function(e,n){var r=t.extend({},n);if(t.isString(e))return t.extend(r,{el:e}),buildRegionFromObject(r);if(t.isFunction(e))return t.extend(r,{regionClass:e}),buildRegionFromObject(r);if(t.isObject(e))return e.selector&&a("The selector option on a Region definition object is deprecated. Use el to pass a selector string"),t.extend(r,{el:e.selector},e),buildRegionFromObject(r);throw new l({message:"Improper region configuration type.",url:"marionette.region.html#region-configuration-types"})}(e,n)};function buildRegionFromObject(e){return new(0,e.regionClass)(t.omit(e,"regionClass"))}var C={regionClass:k,_initRegions:function(){this.regions=this.regions||{},this._regions={},this.addRegions(t.result(this,"regions"))},_reInitRegions:function(){d(this._regions,"reset")},addRegion:function(e,t){var n={};return n[e]=t,this.addRegions(n)[e]},addRegions:function(e){if(!t.isEmpty(e))return e=this.normalizeUIValues(e,["selector","el"]),this.regions=t.extend({},this.regions,e),this._addRegions(e)},_addRegions:function(e){var n=this,r={regionClass:this.regionClass,parentEl:t.partial(t.result,this,"el")};return t.reduce(e,(function(e,t,a){return e[a]=buildRegion(t,r),n._addRegion(e[a],a),e}),{})},_addRegion:function(e,t){this.triggerMethod("before:add:region",this,t,e),e._parentView=this,e._name=t,this._regions[t]=e,this.triggerMethod("add:region",this,t,e)},removeRegion:function(e){var t=this._regions[e];return this._removeRegion(t,e),t},removeRegions:function(){var e=this._getRegions();return t.each(this._regions,t.bind(this._removeRegion,this)),e},_removeRegion:function(e,t){this.triggerMethod("before:remove:region",this,t,e),e.destroy(),this.triggerMethod("remove:region",this,t,e)},_removeReferences:function(e){delete this.regions[e],delete this._regions[e]},emptyRegions:function(){var e=this.getRegions();return d(e,"empty"),e},hasRegion:function(e){return!!this.getRegion(e)},getRegion:function(e){return this._isRendered||this.render(),this._regions[e]},_getRegions:function(){return t.clone(this._regions)},getRegions:function(){return this._isRendered||this.render(),this._getRegions()},showChildView:function(e,t){for(var n=this.getRegion(e),r=arguments.length,a=Array(r>2?r-2:0),i=2;i0&&void 0!==arguments[0]?arguments[0]:{},n=t.result(this,"templateContext");return t.extend(e,n)},attachElContent:function(e){return this.setInnerContent(this.el,e),this},_removeChildren:function(){this.removeRegions()},_getImmediateChildren:function(){return t.chain(this._getRegions()).map("currentView").compact().value()}},{setRenderer:function(e){this.prototype._renderHtml=e}});t.extend(T.prototype,w,C);var E=["forEach","each","map","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","toArray","first","initial","rest","last","without","isEmpty","pluck","reduce","partition"],emulateCollection=function(e,n){t.each(E,(function(r){e[r]=function(){var e=t.values(t.result(this,n)),a=[e].concat(t.toArray(arguments));return t[r].apply(t,a)}}))},Container=function(e){this._views={},this._indexByModel={},this._indexByCustom={},this._updateLength(),t.each(e,t.bind(this.add,this))};emulateCollection(Container.prototype,"_views"),t.extend(Container.prototype,{add:function(e,t){return this._add(e,t)._updateLength()},_add:function(e,t){var n=e.cid;return this._views[n]=e,e.model&&(this._indexByModel[e.model.cid]=n),t&&(this._indexByCustom[t]=n),this},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByCustom:function(e){var t=this._indexByCustom[e];return this.findByCid(t)},findByIndex:function(e){return t.values(this._views)[e]},findByCid:function(e){return this._views[e]},remove:function(e){return this._remove(e)._updateLength()},_remove:function(e){var n=e.cid;return e.model&&delete this._indexByModel[e.model.cid],t.some(this._indexByCustom,t.bind((function(e,t){if(e===n)return delete this._indexByCustom[t],!0}),this)),delete this._views[n],this},_updateLength:function(){return this.length=t.size(this._views),this}});var R=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","events","filter","emptyView","emptyViewOptions","modelEvents","reorderOnSort","sort","triggers","ui","viewComparator"],P=e.View.extend({sort:!0,constructor:function(n){this.render=t.bind(this.render,this),this._setOptions(n),this.mergeOptions(n,R),monitorViewEvents(this),this._initBehaviors(),this.once("render",this._initialEvents),this._initChildViewStorage(),this._bufferedChildren=[];var r=Array.prototype.slice.call(arguments);r[0]=this.options,e.View.prototype.constructor.apply(this,r),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_startBuffering:function(){this._isBuffering=!0},_endBuffering:function(){var e=this._isAttached?this._getImmediateChildren():[];this._isBuffering=!1,t.each(e,(function(e){triggerMethodOn(e,"before:attach",e)})),this.attachBuffer(this,this._createBuffer()),t.each(e,(function(e){e._isAttached=!0,triggerMethodOn(e,"attach",e)})),this._bufferedChildren=[]},_getImmediateChildren:function(){return t.values(this.children._views)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.render),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_onCollectionAdd:function(e,n,r){var a=void 0!==r.at&&(r.index||n.indexOf(e));(this.filter||!1===a)&&(a=t.indexOf(this._filteredSortedModels(a),e)),this._shouldAddChild(e,a)&&(this._destroyEmptyView(),this._addChild(e,a))},_onCollectionUpdate:function(e,t){var n=t.changes;this._removeChildModels(n.removed)},_removeChildModels:function(e){var t=this._getRemovedViews(e);t.length&&(this.children._updateLength(),this._updateIndices(t,!1),this.isEmpty()&&this._showEmptyView())},_getRemovedViews:function(e){var n=this;return t.reduce(e,(function(e,t){var r=t&&n.children.findByModel(t);return!r||r._isDestroyed||(n._removeChildView(r),e.push(r)),e}),[])},_removeChildView:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),e.destroy?e.destroy():destroyBackboneView(e),this.stopListening(e),this.triggerMethod("remove:child",this,e)},setElement:function(){var t=!!this.el;return e.View.prototype.setElement.apply(this,arguments),t&&(this._isAttached=isNodeAttached(this.el)),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._renderChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},setFilter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this._isRendered&&!this._isDestroyed,a=this.filter!==e,i=r&&a&&!n;if(i){var o=this._filteredSortedModels();this.filter=e;var s=this._filteredSortedModels();this._applyModelDeltas(s,o)}else this.filter=e;return this},removeFilter:function(e){return this.setFilter(null,e)},_applyModelDeltas:function(e,n){var r=this,a={};t.each(e,(function(e,t){!r.children.findByModel(e)&&r._onCollectionAdd(e,r.collection,{at:t}),a[e.cid]=!0}));var i=t.filter(n,(function(e){return!a[e.cid]&&r.children.findByModel(e)}));this._removeChildModels(i)},reorder:function(){var e=this.children,n=this._filteredSortedModels();if(!n.length&&this._showingEmptyView)return this;if(t.some(n,(function(t){return!e.findByModel(t)})))this.render();else{var r=[],a=e.reduce((function(e,a){var i=t.indexOf(n,a.model);return-1===i?(r.push(a.model),e):(a._index=i,e[i]=a.el,e)}),new Array(n.length));this.triggerMethod("before:reorder",this),this._appendReorderedChildren(a),this._removeChildModels(r),this.triggerMethod("reorder",this)}return this},resortView:function(){return this.reorderOnSort?this.reorder():this._renderChildren(),this},_sortViews:function(){var e=this,n=this._filteredSortedModels();t.find(n,(function(t,n){var r=e.children.findByModel(t);return!r||r._index!==n}))&&this.resortView()},_emptyViewIndex:-1,_appendReorderedChildren:function(e){this.appendChildren(this.el,e)},_renderChildren:function(){this._isRendered&&(this._destroyEmptyView(),this._destroyChildren());var e=this._filteredSortedModels();this.isEmpty({processedModels:e})?this._showEmptyView():(this.triggerMethod("before:render:children",this),this._startBuffering(),this._showCollection(e),this._endBuffering(),this.triggerMethod("render:children",this))},_createView:function(e,t){var n=this._getChildView(e),r=this._getChildViewOptions(e,t);return this.buildChildView(e,n,r)},_setupChildView:function(e,t){monitorViewEvents(e),this._proxyChildViewEvents(e),this.sort&&(e._index=t)},_showCollection:function(e){t.each(e,t.bind(this._addChild,this)),this.children._updateLength()},_filteredSortedModels:function(e){if(!this.collection||!this.collection.length)return[];var t=this.getViewComparator(),n=this.collection.models;if(e=Math.min(Math.max(e,0),n.length-1),t){var r=void 0;e&&(r=n[e],n=n.slice(0,e).concat(n.slice(e+1))),n=this._sortModelsBy(n,t),r&&n.splice(e,0,r)}return n=this._filterModels(n)},getViewComparator:function(){return this.viewComparator},_filterModels:function(e){var n=this;return this.filter&&(e=t.filter(e,(function(e,t){return n._shouldAddChild(e,t)}))),e},_sortModelsBy:function(e,n){return"string"==typeof n?t.sortBy(e,(function(e){return e.get(n)})):1===n.length?t.sortBy(e,t.bind(n,this)):t.clone(e).sort(t.bind(n,this))},_showEmptyView:function(){var n=this._getEmptyView();if(n&&!this._showingEmptyView){this._showingEmptyView=!0;var r=new e.Model,a=this.emptyViewOptions||this.childViewOptions;t.isFunction(a)&&(a=a.call(this,r,this._emptyViewIndex));var i=this.buildChildView(r,n,a);this.triggerMethod("before:render:empty",this,i),this.addChildView(i,0),this.triggerMethod("render:empty",this,i)}},_destroyEmptyView:function(){this._showingEmptyView&&(this.triggerMethod("before:remove:empty",this),this._destroyChildren(),delete this._showingEmptyView,this.triggerMethod("remove:empty",this))},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_getChildView:function(e){var t=this.childView;if(!t)throw new l({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(n,r){return n.prototype instanceof e.View||n===e.View?n:t.isFunction(n)?n.call(this,r):void 0},_addChild:function(e,t){var n=this._createView(e,t);return this.addChildView(n,t),n},_getChildViewOptions:function(e,n){return t.isFunction(this.childViewOptions)?this.childViewOptions(e,n):this.childViewOptions},addChildView:function(e,t){return this.triggerMethod("before:add:child",this,e),this._setupChildView(e,t),this._isBuffering?this.children._add(e):(this._updateIndices(e,!0),this.children.add(e)),this._renderView(e),this._attachView(e,t),this.triggerMethod("add:child",this,e),e},_updateIndices:function(e,n){if(this.sort)if(n){var r=t.isArray(e)?t.max(e,"_index"):e;t.isObject(r)&&this.children.each((function(e){e._index>=r._index&&(e._index+=1)}))}else t.each(t.sortBy(this.children._views,"_index"),(function(e,t){e._index=t}))},_renderView:function(e){e._isRendered||(e.supportsRenderLifecycle||triggerMethodOn(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,triggerMethodOn(e,"render",e)))},_attachView:function(e,t){var n=!e._isAttached&&!this._isBuffering&&this._isAttached;n&&triggerMethodOn(e,"before:attach",e),this.attachHtml(this,e,t),n&&(e._isAttached=!0,triggerMethodOn(e,"attach",e))},buildChildView:function(e,n,r){return new n(t.extend({model:e},r))},removeChildView:function(e){return!e||e._isDestroyed||(this._removeChildView(e),this.children._updateLength(),this._updateIndices(e,!1)),e},isEmpty:function(e){var n=void 0;return t.result(e,"processedModels")?n=e.processedModels:(n=this.collection?this.collection.models:[],n=this._filterModels(n)),0===n.length},attachBuffer:function(e,t){this.appendChildren(e.el,t)},_createBuffer:function(){var e=this,n=this.createBuffer();return t.each(this._bufferedChildren,(function(t){e.appendChildren(n,t.el)})),n},attachHtml:function(e,t,n){e._isBuffering?e._bufferedChildren.splice(n,0,t):e._insertBefore(t,n)||e._insertAfter(t)},_insertBefore:function(e,t){var n=void 0;return this.sort&&t1&&void 0!==arguments[1]?arguments[1]:this._views.length,n=e.cid;this._viewsByCid[n]=e,e.model&&(this._indexByModel[e.model.cid]=n),this._views.splice(t,0,e),this._updateLength()},_sort:function(e){return"string"==typeof e?(e=t.partial(stringComparator,e),this._sortBy(e)):1===e.length?this._sortBy(e):this._views.sort(e)},_sortBy:function(e){var n=t.sortBy(this._views,e);return this._set(n),n},_set:function(e){this._views.length=0,this._views.push.apply(this._views,e.slice(0)),this._updateLength()},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByIndex:function(e){return this._views[e]},findIndexByView:function(e){return this._views.indexOf(e)},findByCid:function(e){return this._viewsByCid[e]},_remove:function(e){if(this._viewsByCid[e.cid]){e.model&&delete this._indexByModel[e.model.cid],delete this._viewsByCid[e.cid];var t=this.findIndexByView(e);this._views.splice(t,1),this._updateLength()}},_updateLength:function(){this.length=this._views.length}});var j=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","emptyView","emptyViewOptions","events","modelEvents","sortWithCollection","triggers","ui","viewComparator","viewFilter"],M=e.View.extend({sortWithCollection:!0,constructor:function(t){this._setOptions(t),this.mergeOptions(t,j),monitorViewEvents(this),this.once("render",this._initialEvents),this._initChildViewStorage(),this._initBehaviors();var n=Array.prototype.slice.call(arguments);n[0]=this.options,e.View.prototype.constructor.apply(this,n),this._initEmptyRegion(),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_initChildViewStorage:function(){this.children=new Container$1},_initEmptyRegion:function(){this.emptyRegion=new k({el:this.el}),this.emptyRegion._parentView=this},_initialEvents:function(){this.listenTo(this.collection,{sort:this._onCollectionSort,reset:this._onCollectionReset,update:this._onCollectionUpdate})},_onCollectionSort:function(){var e=this;this.sortWithCollection&&this.collection.length===this.children.length&&(this.collection.some((function(t){return!e.children.findByModel(t)}))||this.sort())},_onCollectionReset:function(){this.render()},_onCollectionUpdate:function(e,t){var n=t.changes,r=this._removeChildModels(n.removed);this._addChildModels(n.added),this._detachChildren(r),this._showChildren(),this._removeChildViews(r)},_removeChildModels:function(e){return t.map(e,t.bind(this._removeChildModel,this))},_removeChildModel:function(e){var t=this.children.findByModel(e);return this._removeChild(t),t},_removeChild:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),this.triggerMethod("remove:child",this,e)},_addChildModels:function(e){return t.map(e,t.bind(this._addChildModel,this))},_addChildModel:function(e){var t=this._createChildView(e);return this._addChild(t),t},_createChildView:function(e){var t=this._getChildView(e),n=this._getChildViewOptions(e);return this.buildChildView(e,t,n)},_addChild:function(e,t){this.triggerMethod("before:add:child",this,e),this._setupChildView(e),this.children._add(e,t),this.triggerMethod("add:child",this,e)},_getChildView:function(e){var t=this.childView;if(!t)throw new l({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(n,r){return n.prototype instanceof e.View||n===e.View?n:t.isFunction(n)?n.call(this,r):void 0},_getChildViewOptions:function(e){return t.isFunction(this.childViewOptions)?this.childViewOptions(e):this.childViewOptions},buildChildView:function(e,n,r){return new n(t.extend({model:e},r))},_setupChildView:function(e){monitorViewEvents(e),e.on("destroy",this.removeChildView,this),this._proxyChildViewEvents(e)},_getImmediateChildren:function(){return this.children._views},setElement:function(){var t=!!this.el;return e.View.prototype.setElement.apply(this,arguments),t&&(this._isAttached=isNodeAttached(this.el)),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._destroyChildren(),this.children._init(),this.collection&&this._addChildModels(this.collection.models),this._showChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},sort:function(){return this._isDestroyed?this:this.children.length?(this._showChildren(),this):this},_showChildren:function(){this.isEmpty()?this._showEmptyView():(this._sortChildren(),this.filter())},isEmpty:function(e){return e||!this.children.length},_showEmptyView:function(){var e=this._getEmptyView();if(e){var t=this._getEmptyViewOptions();this.emptyRegion.show(new e(t))}},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_destroyEmptyView:function(){this.emptyRegion.hasView()&&this.emptyRegion.empty()},_getEmptyViewOptions:function(){var e=this.emptyViewOptions||this.childViewOptions;return t.isFunction(e)?e.call(this):e},_sortChildren:function(){this.triggerMethod("before:sort",this);var e=this.getComparator();t.isFunction(e)&&(e=e.bind(this)),this.children._sort(e),this.triggerMethod("sort",this)},setComparator:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this.viewComparator!==e,a=r&&!n;return this.viewComparator=e,a&&this.sort(),this},removeComparator:function(e){return this.setComparator(null,e)},getComparator:function(){return this.viewComparator||this._viewComparator},_viewComparator:function(e){if(this.collection)return this.collection.indexOf(e.model)},filter:function(){if(this._isDestroyed)return this;if(!this.children.length)return this;var e=this._filterChildren();return this._renderChildren(e),this},_filterChildren:function(){var e=this._getFilter();if(!e)return this.children._views;this.triggerMethod("before:filter",this);var n=this.children.partition(t.bind(e,this));return this._detachChildren(n[1]),this.triggerMethod("filter",this),n[0]},_getFilter:function(){var e=this.getFilter();if(!e)return!1;if(t.isFunction(e))return e;if(t.isObject(e)){var n=t.matches(e);return function(e){return n(e.model&&e.model.attributes)}}if(t.isString(e))return function(t){return t.model&&t.model.get(e)};throw new l({name:"InvalidViewFilterError",message:'"viewFilter" must be a function, predicate object literal, a string indicating a model attribute, or falsy'})},getFilter:function(){return this.viewFilter},setFilter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this.viewFilter!==e,a=r&&!n;return this.viewFilter=e,a&&this.filter(),this},removeFilter:function(e){return this.setFilter(null,e)},_detachChildren:function(e){t.each(e,t.bind(this._detachChildView,this))},_detachChildView:function(e){var t=!!e._isAttached;t&&triggerMethodOn(e,"before:detach",e),this.detachHtml(e),t&&(e._isAttached=!1,triggerMethodOn(e,"detach",e))},detachHtml:function(e){this.detachEl(e.el)},_renderChildren:function(e){if(this.isEmpty(!e.length))this._showEmptyView();else{this._destroyEmptyView(),this.triggerMethod("before:render:children",this,e);var t=this._getBuffer(e);this._attachChildren(t,e),this.triggerMethod("render:children",this,e)}},_attachChildren:function(e,n){n=this._isAttached?n:[],t.each(n,(function(e){e._isAttached||triggerMethodOn(e,"before:attach",e)})),this.attachHtml(this,e),t.each(n,(function(e){e._isAttached||(e._isAttached=!0,triggerMethodOn(e,"attach",e))}))},_getBuffer:function(e){var n=this,r=this.createBuffer();return t.each(e,(function(e){n._renderChildView(e),n.appendChildren(r,e.el)})),r},_renderChildView:function(e){e._isRendered||(e.supportsRenderLifecycle||triggerMethodOn(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,triggerMethodOn(e,"render",e)))},attachHtml:function(e,t){this.appendChildren(e.el,t)},addChildView:function(e,t){return!e||e._isDestroyed||(this._addChild(e,t),this._showChildren()),e},detachChildView:function(e){return this.removeChildView(e,{shouldDetach:!0}),e},removeChildView:function(e,t){return e?(this._removeChildView(e,t),this._removeChild(e),this.isEmpty()&&this._showEmptyView(),e):e},_removeChildViews:function(e){t.each(e,t.bind(this._removeChildView,this))},_removeChildView:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.shouldDetach;e.off("destroy",this.removeChildView,this),n?this._detachChildView(e):this._destroyChildView(e),this.stopListening(e)},_destroyChildView:function(e){e._isDestroyed||(e.destroy?e.destroy():destroyBackboneView(e))},_removeChildren:function(){this._destroyChildren(),this.emptyRegion.destroy()},_destroyChildren:function(){this.children&&this.children.length&&(this.triggerMethod("before:destroy:children",this),this.children.each(t.bind(this._removeChildView,this)),this.triggerMethod("destroy:children",this))}});t.extend(M.prototype,w);var A=["childViewContainer","template","templateContext"],D=P.extend({constructor:function(e){a("CompositeView is deprecated. Convert to View at your earliest convenience"),this.mergeOptions(e,A),P.prototype.constructor.apply(this,arguments)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.renderChildren),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_getChildView:function(e){var t=this.childView;if(!t)return this.constructor;if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},serializeData:function(){return this.serializeModel()},render:function(){return this._isDestroyed||(this._isRendering=!0,this.resetChildViewContainer(),this.triggerMethod("before:render",this),this._renderTemplate(),this.bindUIElements(),this.renderChildren(),this._isRendering=!1,this._isRendered=!0,this.triggerMethod("render",this)),this},renderChildren:function(){(this._isRendered||this._isRendering)&&P.prototype._renderChildren.call(this)},attachBuffer:function(e,t){var n=this.getChildViewContainer(e);this.appendChildren(n,t)},_insertAfter:function(e){var t=this.getChildViewContainer(this,e);this.appendChildren(t,e.el)},_appendReorderedChildren:function(e){var t=this.getChildViewContainer(this);this.appendChildren(t,e)},getChildViewContainer:function(e,n){if(e.$childViewContainer)return e.$childViewContainer;var r=void 0;if(e.childViewContainer){var a=t.result(e,"childViewContainer");if((r="@"===a.charAt(0)&&e.ui?e.ui[a.substr(4)]:this.findEls(a,e.$el)).length<=0)throw new l({name:"ChildViewContainerMissingError",message:'The specified "childViewContainer" was not found: '+e.childViewContainer})}else r=e.$el;return e.$childViewContainer=r,r},resetChildViewContainer:function(){this.$childViewContainer&&(this.$childViewContainer=void 0)}}),N=t.pick(T.prototype,"serializeModel","getTemplate","_renderTemplate","_renderHtml","mixinTemplateContext","attachElContent");t.extend(D.prototype,N);var V=["collectionEvents","events","modelEvents","triggers","ui"],L=MarionetteObject.extend({cidPrefix:"mnb",constructor:function(e,n){this.view=n,this.defaults&&a("Behavior defaults are deprecated. For similar functionality set options on the Behavior class."),this.defaults=t.clone(t.result(this,"defaults",{})),this._setOptions(this.defaults,e),this.mergeOptions(this.options,V),this.ui=t.extend({},t.result(this,"ui"),t.result(n,"ui")),MarionetteObject.apply(this,arguments)},$:function(){return this.view.$.apply(this.view,arguments)},destroy:function(){return this.stopListening(),this.view._removeBehavior(this),this},proxyViewProperties:function(){return this.$el=this.view.$el,this.el=this.view.el,this},bindUIElements:function(){return this._bindUIElements(),this},unbindUIElements:function(){return this._unbindUIElements(),this},getUI:function(e){return this._getUI(e)},delegateEntityEvents:function(){return this._delegateEntityEvents(this.view.model,this.view.collection),this},undelegateEntityEvents:function(){return this._undelegateEntityEvents(this.view.model,this.view.collection),this},getEvents:function(){var e=this,n=this.normalizeUIKeys(t.result(this,"events"));return t.reduce(n,(function(n,r,a){if(t.isFunction(r)||(r=e[r]),r)return n[a=getUniqueEventName(a)]=t.bind(r,e),n}),{})},getTriggers:function(){if(this.triggers){var e=this.normalizeUIKeys(t.result(this,"triggers"));return this._getViewTriggers(this.view,e)}}});t.extend(L.prototype,m,y,b);var B=["region","regionClass"],I=MarionetteObject.extend({cidPrefix:"mna",constructor:function(e){this._setOptions(e),this.mergeOptions(e,B),this._initRegion(),MarionetteObject.prototype.constructor.apply(this,arguments)},regionClass:k,_initRegion:function(){var e=this.region;if(e){var t={regionClass:this.regionClass};this._region=buildRegion(e,t)}},getRegion:function(){return this._region},showView:function(e){for(var t=this.getRegion(),n=arguments.length,r=Array(n>1?n-1:0),a=1;athis.length&&(a=this.length),a<0&&(a+=this.length+1);var i,o,s=[],l=[],u=[],h=[],f={},d=t.add,p=t.merge,m=t.remove,g=!1,v=this.comparator&&null==a&&!1!==t.sort,y=n.isString(this.comparator)?this.comparator:null;for(o=0;o7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(C,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var r=document.body,a=r.insertBefore(this.iframe,r.firstChild).contentWindow;a.document.open(),a.document.close(),a.location.hash="#"+this.fragment}var i=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?i("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?i("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),x.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!x.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var r=n+e;if(e=this.decodeFragment(e.replace(S,"")),this.fragment!==e){if(this.fragment=e,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,r);else{if(!this._wantsHashChange)return this.location.assign(r);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var a=this.iframe.contentWindow;t.replace||(a.document.open(),a.document.close()),this._updateHash(a.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var r=e.href.replace(/(javascript:|#).*$/,"");e.replace(r+"#"+t)}else e.hash="#"+t}}),t.history=new x,l.extend=u.extend=g.extend=f.extend=x.extend=function(e,t){var r,a=this;return r=e&&n.has(e,"constructor")?e.constructor:function(){return a.apply(this,arguments)},n.extend(r,a,t),r.prototype=n.create(a.prototype,e),r.prototype.constructor=r,r.__super__=a.prototype,r};var urlError=function(){throw new Error('A "url" property or function must be specified')},wrapError=function(e,t){var n=t.error;t.error=function(r){n&&n.call(t.context,e,r,t),e.trigger("error",e,r,t)}};return t}(o,n,e,t)}.apply(t,a))||(e.exports=i)}).call(this,n(43))},function(e,t,n){var r=n(176);function _get(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=_get=Reflect.get.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=_get=function(e,t,n){var a=r(e,t);if(a){var i=Object.getOwnPropertyDescriptor(a,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},e.exports.__esModule=!0,e.exports.default=e.exports),_get.apply(this,arguments)}e.exports=_get,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r;(function(){var n=this,a=n._,i=Array.prototype,o=Object.prototype,s=Function.prototype,l=i.push,u=i.slice,c=o.toString,h=o.hasOwnProperty,f=Array.isArray,d=Object.keys,p=s.bind,m=Object.create,Ctor=function(){},_=function(e){return e instanceof _?e:this instanceof _?void(this._wrapped=e):new _(e)};e.exports&&(t=e.exports=_),t._=_,_.VERSION="1.8.3";var optimizeCb=function(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)};case 4:return function(n,r,a,i){return e.call(t,n,r,a,i)}}return function(){return e.apply(t,arguments)}},cb=function(e,t,n){return null==e?_.identity:_.isFunction(e)?optimizeCb(e,t,n):_.isObject(e)?_.matcher(e):_.property(e)};_.iteratee=function(e,t){return cb(e,t,1/0)};var createAssigner=function(e,t){return function(n){var r=arguments.length;if(r<2||null==n)return n;for(var a=1;a=0&&t<=g};function createReduce(e){function iterator(t,n,r,a,i,o){for(;i>=0&&i0?0:o-1;return arguments.length<3&&(r=t[i?i[s]:s],s+=e),iterator(t,n,r,i,s,o)}}_.each=_.forEach=function(e,t,n){var r,a;if(t=optimizeCb(t,n),isArrayLike(e))for(r=0,a=e.length;r=0},_.invoke=function(e,t){var n=u.call(arguments,2),r=_.isFunction(t);return _.map(e,(function(e){var a=r?t:e[t];return null==a?a:a.apply(e,n)}))},_.pluck=function(e,t){return _.map(e,_.property(t))},_.where=function(e,t){return _.filter(e,_.matcher(t))},_.findWhere=function(e,t){return _.find(e,_.matcher(t))},_.max=function(e,t,n){var r,a,i=-1/0,o=-1/0;if(null==t&&null!=e)for(var s=0,l=(e=isArrayLike(e)?e:_.values(e)).length;si&&(i=r);else t=cb(t,n),_.each(e,(function(e,n,r){((a=t(e,n,r))>o||a===-1/0&&i===-1/0)&&(i=e,o=a)}));return i},_.min=function(e,t,n){var r,a,i=1/0,o=1/0;if(null==t&&null!=e)for(var s=0,l=(e=isArrayLike(e)?e:_.values(e)).length;sr||void 0===n)return 1;if(n0?0:a-1;i>=0&&i0?o=i>=0?i:Math.max(i+s,o):s=i>=0?Math.min(i+1,s):i+s+1;else if(n&&i&&s)return r[i=n(r,a)]===a?i:-1;if(a!=a)return(i=t(u.call(r,o,s),_.isNaN))>=0?i+o:-1;for(i=e>0?o:s-1;i>=0&&it?(o&&(clearTimeout(o),o=null),s=l,i=e.apply(r,a),o||(r=a=null)):o||!1===n.trailing||(o=setTimeout(later,u)),i}},_.debounce=function(e,t,n){var r,a,i,o,s,later=function(){var l=_.now()-o;l=0?r=setTimeout(later,t-l):(r=null,n||(s=e.apply(i,a),r||(i=a=null)))};return function(){i=this,a=arguments,o=_.now();var l=n&&!r;return r||(r=setTimeout(later,t)),l&&(s=e.apply(i,a),i=a=null),s}},_.wrap=function(e,t){return _.partial(t,e)},_.negate=function(e){return function(){return!e.apply(this,arguments)}},_.compose=function(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}},_.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},_.before=function(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}},_.once=_.partial(_.before,2);var y=!{toString:null}.propertyIsEnumerable("toString"),b=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];function collectNonEnumProps(e,t){var n=b.length,r=e.constructor,a=_.isFunction(r)&&r.prototype||o,i="constructor";for(_.has(e,i)&&!_.contains(t,i)&&t.push(i);n--;)(i=b[n])in e&&e[i]!==a[i]&&!_.contains(t,i)&&t.push(i)}_.keys=function(e){if(!_.isObject(e))return[];if(d)return d(e);var t=[];for(var n in e)_.has(e,n)&&t.push(n);return y&&collectNonEnumProps(e,t),t},_.allKeys=function(e){if(!_.isObject(e))return[];var t=[];for(var n in e)t.push(n);return y&&collectNonEnumProps(e,t),t},_.values=function(e){for(var t=_.keys(e),n=t.length,r=Array(n),a=0;a":">",'"':""","'":"'","`":"`"},x=_.invert(w),createEscaper=function(e){var escaper=function(t){return e[t]},t="(?:"+_.keys(e).join("|")+")",n=RegExp(t),r=RegExp(t,"g");return function(e){return e=null==e?"":""+e,n.test(e)?e.replace(r,escaper):e}};_.escape=createEscaper(w),_.unescape=createEscaper(x),_.result=function(e,t,n){var r=null==e?void 0:e[t];return void 0===r&&(r=n),_.isFunction(r)?r.call(e):r};var k=0;_.uniqueId=function(e){var t=++k+"";return e?e+t:t},_.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var C=/(.)^/,S={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},O=/\\|'|\r|\n|\u2028|\u2029/g,escapeChar=function(e){return"\\"+S[e]};_.template=function(e,t,n){!t&&n&&(t=n),t=_.defaults({},t,_.templateSettings);var r=RegExp([(t.escape||C).source,(t.interpolate||C).source,(t.evaluate||C).source].join("|")+"|$","g"),a=0,i="__p+='";e.replace(r,(function(t,n,r,o,s){return i+=e.slice(a,s).replace(O,escapeChar),a=s+t.length,n?i+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?i+="'+\n((__t=("+r+"))==null?'':__t)+\n'":o&&(i+="';\n"+o+"\n__p+='"),t})),i+="';\n",t.variable||(i="with(obj||{}){\n"+i+"}\n"),i="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{var o=new Function(t.variable||"obj","_",i)}catch(e){throw e.source=i,e}var template=function(e){return o.call(this,e,_)},s=t.variable||"obj";return template.source="function("+s+"){\n"+i+"}",template},_.chain=function(e){var t=_(e);return t._chain=!0,t};var result=function(e,t){return e._chain?_(t).chain():t};_.mixin=function(e){_.each(_.functions(e),(function(t){var n=_[t]=e[t];_.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),result(this,n.apply(_,e))}}))},_.mixin(_),_.each(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=i[e];_.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0],result(this,n)}})),_.each(["concat","join","slice"],(function(e){var t=i[e];_.prototype[e]=function(){return result(this,t.apply(this._wrapped,arguments))}})),_.prototype.value=function(){return this._wrapped},_.prototype.valueOf=_.prototype.toJSON=_.prototype.value,_.prototype.toString=function(){return""+this._wrapped},void 0===(r=function(){return _}.apply(t,[]))||(e.exports=r)}).call(this)},function(e,t,n){"use strict";var r=n(2),a=n.n(r),i=n(3),o=n.n(i),s=n(10),l=n.n(s),u=n(4),c=n.n(u),h=n(5),f=n.n(h),d=n(0),p=n.n(d),m=n(6),g=n.n(m),v=n(52),y=n.n(v),b=n(13),w=n(15);function _createSuper(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=p()(e);if(t){var a=p()(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return f()(this,n)}}var x=function(e){c()(AppRouter,e);var t=_createSuper(AppRouter);function AppRouter(){var e;return a()(this,AppRouter),e=t.call(this,{routes:{"testresult/:uid(/)(:tabName)":"testresultPage","*default":"notFound"}}),g()(l()(e),"currentUrl",null),e.on("route",e.onRouteChange,l()(e)),e}return o()(AppRouter,[{key:"onRouteChange",value:function(){this.previousUrl=this.currentUrl,this.currentUrl=this.getCurrentUrl()}},{key:"getCurrentUrl",value:function(){return b.history.getFragment()}},{key:"reload",value:function(){b.history.loadUrl(this.getCurrentUrl())}},{key:"to",value:function(e,t,n){t=Object(w.omit)(t,(function(e){return null===e}));var r=y.a.format({pathname:e,query:t});return this.toUrl(r,n)}},{key:"toUrl",value:function(e,t){return this.navigate(e,Object.assign({trigger:!0},t))}},{key:"setSearch",value:function(e){var t=y.a.parse(this.getCurrentUrl()).pathname;return this.to(t,e)}},{key:"getUrlParams",value:function(){var e=y.a.parse(this.getCurrentUrl(),!0);return e?e.query:{}}}]),AppRouter}(b.Router);t.a=new x},function(e,t,n){var r; -/*! - * jQuery JavaScript Library v3.6.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright OpenJS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2022-08-26T17:52Z - */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,a){"use strict";var i=[],o=Object.getPrototypeOf,s=i.slice,l=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},u=i.push,c=i.indexOf,h={},f=h.toString,d=h.hasOwnProperty,p=d.toString,m=p.call(Object),g={},isFunction=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},isWindow=function(e){return null!=e&&e===e.window},v=n.document,y={type:!0,src:!0,nonce:!0,noModule:!0};function DOMEval(e,t,n){var r,a,i=(n=n||v).createElement("script");if(i.text=e,t)for(r in y)(a=t[r]||t.getAttribute&&t.getAttribute(r))&&i.setAttribute(r,a);n.head.appendChild(i).parentNode.removeChild(i)}function toType(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?h[f.call(e)]||"object":typeof e}var jQuery=function(e,t){return new jQuery.fn.init(e,t)};function isArrayLike(e){var t=!!e&&"length"in e&&e.length,n=toType(e);return!isFunction(e)&&!isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}jQuery.fn=jQuery.prototype={jquery:"3.6.1",constructor:jQuery,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=jQuery.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return jQuery.each(this,e)},map:function(e){return this.pushStack(jQuery.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(jQuery.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(jQuery.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|"+V+")"+V+"*"),q=new RegExp(V+"|>"),W=new RegExp(I),$=new RegExp("^"+L+"$"),G={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+B),PSEUDO:new RegExp("^"+I),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+V+"*(even|odd|(([+-]|)(\\d*)n|)"+V+"*(?:([+-]|)"+V+"*(\\d+)|))"+V+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+V+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+V+"*((?:-\\d)?\\d*)"+V+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,K=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Q=/[+~]/,ee=new RegExp("\\\\[\\da-fA-F]{1,6}"+V+"?|\\\\([^\\r\\n\\f])","g"),funescape=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,fcssescape=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},unloadHandler=function(){f()},ne=addCombinator((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{A.apply(P=D.call(x.childNodes),x.childNodes),P[x.childNodes.length].nodeType}catch(e){A={apply:P.length?function(e,t){M.apply(e,D.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function Sizzle(e,t,r,a){var i,s,u,c,h,p,v,y=t&&t.ownerDocument,x=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==x&&9!==x&&11!==x)return r;if(!a&&(f(t),t=t||d,m)){if(11!==x&&(h=J.exec(e)))if(i=h[1]){if(9===x){if(!(u=t.getElementById(i)))return r;if(u.id===i)return r.push(u),r}else if(y&&(u=y.getElementById(i))&&b(t,u)&&u.id===i)return r.push(u),r}else{if(h[2])return A.apply(r,t.getElementsByTagName(e)),r;if((i=h[3])&&n.getElementsByClassName&&t.getElementsByClassName)return A.apply(r,t.getElementsByClassName(i)),r}if(n.qsa&&!E[e+" "]&&(!g||!g.test(e))&&(1!==x||"object"!==t.nodeName.toLowerCase())){if(v=e,y=t,1===x&&(q.test(e)||H.test(e))){for((y=Q.test(e)&&testContext(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(te,fcssescape):t.setAttribute("id",c=w)),s=(p=o(e)).length;s--;)p[s]=(c?"#"+c:":scope")+" "+toSelector(p[s]);v=p.join(",")}try{return A.apply(r,y.querySelectorAll(v)),r}catch(t){E(e,!0)}finally{c===w&&t.removeAttribute("id")}}}return l(e.replace(F,"$1"),t,r,a)}function createCache(){var e=[];return function cache(t,n){return e.push(t+" ")>r.cacheLength&&delete cache[e.shift()],cache[t+" "]=n}}function markFunction(e){return e[w]=!0,e}function assert(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function addHandle(e,t){for(var n=e.split("|"),a=n.length;a--;)r.attrHandle[n[a]]=t}function siblingCheck(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function createInputPseudo(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function createButtonPseudo(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function createDisabledPseudo(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ne(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function createPositionalPseudo(e){return markFunction((function(t){return t=+t,markFunction((function(n,r){for(var a,i=e([],n.length,t),o=i.length;o--;)n[a=i[o]]&&(n[a]=!(r[a]=n[a]))}))}))}function testContext(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=Sizzle.support={},i=Sizzle.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},f=Sizzle.setDocument=function(e){var t,a,o=e?e.ownerDocument||e:x;return o!=d&&9===o.nodeType&&o.documentElement?(p=(d=o).documentElement,m=!i(d),x!=d&&(a=d.defaultView)&&a.top!==a&&(a.addEventListener?a.addEventListener("unload",unloadHandler,!1):a.attachEvent&&a.attachEvent("onunload",unloadHandler)),n.scope=assert((function(e){return p.appendChild(e).appendChild(d.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=assert((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=assert((function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=Z.test(d.getElementsByClassName),n.getById=assert((function(e){return p.appendChild(e).id=w,!d.getElementsByName||!d.getElementsByName(w).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(ee,funescape);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(ee,funescape);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,r,a,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(a=t.getElementsByName(e),r=0;i=a[r++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],a=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[a++];)1===n.nodeType&&r.push(n);return r}return i},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=Z.test(d.querySelectorAll))&&(assert((function(e){var t;p.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+V+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+V+"*(?:value|"+N+")"),e.querySelectorAll("[id~="+w+"-]").length||g.push("~="),(t=d.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\["+V+"*name"+V+"*="+V+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+w+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),assert((function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+V+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),p.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=Z.test(y=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&assert((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),v.push("!=",I)})),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=Z.test(p.compareDocumentPosition),b=t||Z.test(p.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},sortOrder=t?function(e,t){if(e===t)return h=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==d||e.ownerDocument==x&&b(x,e)?-1:t==d||t.ownerDocument==x&&b(x,t)?1:c?indexOf(c,e)-indexOf(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return h=!0,0;var n,r=0,a=e.parentNode,i=t.parentNode,o=[e],s=[t];if(!a||!i)return e==d?-1:t==d?1:a?-1:i?1:c?indexOf(c,e)-indexOf(c,t):0;if(a===i)return siblingCheck(e,t);for(n=e;n=n.parentNode;)o.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;o[r]===s[r];)r++;return r?siblingCheck(o[r],s[r]):o[r]==x?-1:s[r]==x?1:0},d):d},Sizzle.matches=function(e,t){return Sizzle(e,null,null,t)},Sizzle.matchesSelector=function(e,t){if(f(e),n.matchesSelector&&m&&!E[t+" "]&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var r=y.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){E(t,!0)}return Sizzle(t,d,null,[e]).length>0},Sizzle.contains=function(e,t){return(e.ownerDocument||e)!=d&&f(e),b(e,t)},Sizzle.attr=function(e,t){(e.ownerDocument||e)!=d&&f(e);var a=r.attrHandle[t.toLowerCase()],i=a&&R.call(r.attrHandle,t.toLowerCase())?a(e,t,!m):void 0;return void 0!==i?i:n.attributes||!m?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},Sizzle.escape=function(e){return(e+"").replace(te,fcssescape)},Sizzle.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},Sizzle.uniqueSort=function(e){var t,r=[],a=0,i=0;if(h=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(sortOrder),h){for(;t=e[i++];)t===e[i]&&(a=r.push(i));for(;a--;)e.splice(r[a],1)}return c=null,e},a=Sizzle.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=a(t);return n},(r=Sizzle.selectors={cacheLength:50,createPseudo:markFunction,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(ee,funescape),e[3]=(e[3]||e[4]||e[5]||"").replace(ee,funescape),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||Sizzle.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&Sizzle.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&W.test(n)&&(t=o(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(ee,funescape).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=S[e+" "];return t||(t=new RegExp("(^|"+V+")"+e+"("+V+"|$)"))&&S(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var a=Sizzle.attr(r,e);return null==a?"!="===t:!t||(a+="","="===t?a===n:"!="===t?a!==n:"^="===t?n&&0===a.indexOf(n):"*="===t?n&&a.indexOf(n)>-1:"$="===t?n&&a.slice(-n.length)===n:"~="===t?(" "+a.replace(z," ")+" ").indexOf(n)>-1:"|="===t&&(a===n||a.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,a){var i="nth"!==e.slice(0,3),o="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===a?function(e){return!!e.parentNode}:function(t,n,l){var u,c,h,f,d,p,m=i!==o?"nextSibling":"previousSibling",g=t.parentNode,v=s&&t.nodeName.toLowerCase(),y=!l&&!s,b=!1;if(g){if(i){for(;m;){for(f=t;f=f[m];)if(s?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[o?g.firstChild:g.lastChild],o&&y){for(b=(d=(u=(c=(h=(f=g)[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]||[])[0]===k&&u[1])&&u[2],f=d&&g.childNodes[d];f=++d&&f&&f[m]||(b=d=0)||p.pop();)if(1===f.nodeType&&++b&&f===t){c[e]=[k,d,b];break}}else if(y&&(b=d=(u=(c=(h=(f=t)[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]||[])[0]===k&&u[1]),!1===b)for(;(f=++d&&f&&f[m]||(b=d=0)||p.pop())&&((s?f.nodeName.toLowerCase()!==v:1!==f.nodeType)||!++b||(y&&((c=(h=f[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]=[k,b]),f!==t)););return(b-=a)===r||b%r==0&&b/r>=0}}},PSEUDO:function(e,t){var n,a=r.pseudos[e]||r.setFilters[e.toLowerCase()]||Sizzle.error("unsupported pseudo: "+e);return a[w]?a(t):a.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?markFunction((function(e,n){for(var r,i=a(e,t),o=i.length;o--;)e[r=indexOf(e,i[o])]=!(n[r]=i[o])})):function(e){return a(e,0,n)}):a}},pseudos:{not:markFunction((function(e){var t=[],n=[],r=s(e.replace(F,"$1"));return r[w]?markFunction((function(e,t,n,a){for(var i,o=r(e,null,a,[]),s=e.length;s--;)(i=o[s])&&(e[s]=!(t[s]=i))})):function(e,a,i){return t[0]=e,r(t,null,i,n),t[0]=null,!n.pop()}})),has:markFunction((function(e){return function(t){return Sizzle(e,t).length>0}})),contains:markFunction((function(e){return e=e.replace(ee,funescape),function(t){return(t.textContent||a(t)).indexOf(e)>-1}})),lang:markFunction((function(e){return $.test(e||"")||Sizzle.error("unsupported lang: "+e),e=e.replace(ee,funescape).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===p},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:createDisabledPseudo(!1),disabled:createDisabledPseudo(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return X.test(e.nodeName)},input:function(e){return K.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:createPositionalPseudo((function(){return[0]})),last:createPositionalPseudo((function(e,t){return[t-1]})),eq:createPositionalPseudo((function(e,t,n){return[n<0?n+t:n]})),even:createPositionalPseudo((function(e,t){for(var n=0;nt?t:n;--r>=0;)e.push(r);return e})),gt:createPositionalPseudo((function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){for(var a=e.length;a--;)if(!e[a](t,n,r))return!1;return!0}:e[0]}function condense(e,t,n,r,a){for(var i,o=[],s=0,l=e.length,u=null!=t;s-1&&(i[u]=!(o[u]=h))}}else v=condense(v===o?v.splice(p,v.length):v),a?a(null,o,v,l):A.apply(o,v)}))}function matcherFromTokens(e){for(var t,n,a,i=e.length,o=r.relative[e[0].type],s=o||r.relative[" "],l=o?1:0,c=addCombinator((function(e){return e===t}),s,!0),h=addCombinator((function(e){return indexOf(t,e)>-1}),s,!0),f=[function(e,n,r){var a=!o&&(r||n!==u)||((t=n).nodeType?c(e,n,r):h(e,n,r));return t=null,a}];l1&&elementMatcher(f),l>1&&toSelector(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(F,"$1"),n,l0,a=e.length>0,superMatcher=function(i,o,s,l,c){var h,p,g,v=0,y="0",b=i&&[],w=[],x=u,C=i||a&&r.find.TAG("*",c),S=k+=null==x?1:Math.random()||.1,O=C.length;for(c&&(u=o==d||o||c);y!==O&&null!=(h=C[y]);y++){if(a&&h){for(p=0,o||h.ownerDocument==d||(f(h),s=!m);g=e[p++];)if(g(h,o||d,s)){l.push(h);break}c&&(k=S)}n&&((h=!g&&h)&&v--,i&&b.push(h))}if(v+=y,n&&y!==v){for(p=0;g=t[p++];)g(b,w,o,s);if(i){if(v>0)for(;y--;)b[y]||w[y]||(w[y]=j.call(l));w=condense(w)}A.apply(l,w),c&&!i&&w.length>0&&v+t.length>1&&Sizzle.uniqueSort(l)}return c&&(k=S,u=x),b};return n?markFunction(superMatcher):superMatcher}(i,a))).selector=e}return s},l=Sizzle.select=function(e,t,n,a){var i,l,u,c,h,f="function"==typeof e&&e,d=!a&&o(e=f.selector||e);if(n=n||[],1===d.length){if((l=d[0]=d[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===t.nodeType&&m&&r.relative[l[1].type]){if(!(t=(r.find.ID(u.matches[0].replace(ee,funescape),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(i=G.needsContext.test(e)?0:l.length;i--&&(u=l[i],!r.relative[c=u.type]);)if((h=r.find[c])&&(a=h(u.matches[0].replace(ee,funescape),Q.test(l[0].type)&&testContext(t.parentNode)||t))){if(l.splice(i,1),!(e=a.length&&toSelector(l)))return A.apply(n,a),n;break}}return(f||s(e,d))(a,t,!m,n,!t||Q.test(e)&&testContext(t.parentNode)||t),n},n.sortStable=w.split("").sort(sortOrder).join("")===w,n.detectDuplicates=!!h,f(),n.sortDetached=assert((function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))})),assert((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||addHandle("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&assert((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||addHandle("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),assert((function(e){return null==e.getAttribute("disabled")}))||addHandle(N,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),Sizzle}(n);jQuery.find=b,jQuery.expr=b.selectors,jQuery.expr[":"]=jQuery.expr.pseudos,jQuery.uniqueSort=jQuery.unique=b.uniqueSort,jQuery.text=b.getText,jQuery.isXMLDoc=b.isXML,jQuery.contains=b.contains,jQuery.escapeSelector=b.escape;var dir=function(e,t,n){for(var r=[],a=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(a&&jQuery(e).is(n))break;r.push(e)}return r},siblings=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},w=jQuery.expr.match.needsContext;function nodeName(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var x=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function winnow(e,t,n){return isFunction(t)?jQuery.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?jQuery.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?jQuery.grep(e,(function(e){return c.call(t,e)>-1!==n})):jQuery.filter(t,e,n)}jQuery.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?jQuery.find.matchesSelector(r,e)?[r]:[]:jQuery.find.matches(e,jQuery.grep(t,(function(e){return 1===e.nodeType})))},jQuery.fn.extend({find:function(e){var t,n,r=this.length,a=this;if("string"!=typeof e)return this.pushStack(jQuery(e).filter((function(){for(t=0;t1?jQuery.uniqueSort(n):n},filter:function(e){return this.pushStack(winnow(this,e||[],!1))},not:function(e){return this.pushStack(winnow(this,e||[],!0))},is:function(e){return!!winnow(this,"string"==typeof e&&w.test(e)?jQuery(e):e||[],!1).length}});var k,C=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(jQuery.fn.init=function(e,t,n){var r,a;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:C.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof jQuery?t[0]:t,jQuery.merge(this,jQuery.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:v,!0)),x.test(r[1])&&jQuery.isPlainObject(t))for(r in t)isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(a=v.getElementById(r[2]))&&(this[0]=a,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):isFunction(e)?void 0!==n.ready?n.ready(e):e(jQuery):jQuery.makeArray(e,this)}).prototype=jQuery.fn,k=jQuery(v);var S=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function sibling(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}jQuery.fn.extend({has:function(e){var t=jQuery(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&jQuery.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?jQuery.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?c.call(jQuery(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(jQuery.uniqueSort(jQuery.merge(this.get(),jQuery(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),jQuery.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return dir(e,"parentNode")},parentsUntil:function(e,t,n){return dir(e,"parentNode",n)},next:function(e){return sibling(e,"nextSibling")},prev:function(e){return sibling(e,"previousSibling")},nextAll:function(e){return dir(e,"nextSibling")},prevAll:function(e){return dir(e,"previousSibling")},nextUntil:function(e,t,n){return dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return dir(e,"previousSibling",n)},siblings:function(e){return siblings((e.parentNode||{}).firstChild,e)},children:function(e){return siblings(e.firstChild)},contents:function(e){return null!=e.contentDocument&&o(e.contentDocument)?e.contentDocument:(nodeName(e,"template")&&(e=e.content||e),jQuery.merge([],e.childNodes))}},(function(e,t){jQuery.fn[e]=function(n,r){var a=jQuery.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(a=jQuery.filter(r,a)),this.length>1&&(O[e]||jQuery.uniqueSort(a),S.test(e)&&a.reverse()),this.pushStack(a)}}));var T=/[^\x20\t\r\n\f]+/g;function Identity(e){return e}function Thrower(e){throw e}function adoptValue(e,t,n,r){var a;try{e&&isFunction(a=e.promise)?a.call(e).done(t).fail(n):e&&isFunction(a=e.then)?a.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}jQuery.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return jQuery.each(e.match(T)||[],(function(e,n){t[n]=!0})),t}(e):jQuery.extend({},e);var t,n,r,a,i=[],o=[],s=-1,fire=function(){for(a=a||e.once,r=t=!0;o.length;s=-1)for(n=o.shift();++s-1;)i.splice(n,1),n<=s&&s--})),this},has:function(e){return e?jQuery.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return a=o=[],i=n="",this},disabled:function(){return!i},lock:function(){return a=o=[],n||t||(i=n=""),this},locked:function(){return!!a},fireWith:function(e,n){return a||(n=[e,(n=n||[]).slice?n.slice():n],o.push(n),t||fire()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},jQuery.extend({Deferred:function(e){var t=[["notify","progress",jQuery.Callbacks("memory"),jQuery.Callbacks("memory"),2],["resolve","done",jQuery.Callbacks("once memory"),jQuery.Callbacks("once memory"),0,"resolved"],["reject","fail",jQuery.Callbacks("once memory"),jQuery.Callbacks("once memory"),1,"rejected"]],r="pending",a={state:function(){return r},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return a.then(null,e)},pipe:function(){var e=arguments;return jQuery.Deferred((function(n){jQuery.each(t,(function(t,r){var a=isFunction(e[r[4]])&&e[r[4]];i[r[1]]((function(){var e=a&&a.apply(this,arguments);e&&isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,a?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,a){var i=0;function resolve(e,t,r,a){return function(){var o=this,s=arguments,mightThrow=function(){var n,l;if(!(e=i&&(r!==Thrower&&(o=void 0,s=[n]),t.rejectWith(o,s))}};e?l():(jQuery.Deferred.getStackHook&&(l.stackTrace=jQuery.Deferred.getStackHook()),n.setTimeout(l))}}return jQuery.Deferred((function(n){t[0][3].add(resolve(0,n,isFunction(a)?a:Identity,n.notifyWith)),t[1][3].add(resolve(0,n,isFunction(e)?e:Identity)),t[2][3].add(resolve(0,n,isFunction(r)?r:Thrower))})).promise()},promise:function(e){return null!=e?jQuery.extend(e,a):a}},i={};return jQuery.each(t,(function(e,n){var o=n[2],s=n[5];a[n[1]]=o.add,s&&o.add((function(){r=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),o.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=o.fireWith})),a.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,r=Array(n),a=s.call(arguments),i=jQuery.Deferred(),updateFunc=function(e){return function(n){r[e]=this,a[e]=arguments.length>1?s.call(arguments):n,--t||i.resolveWith(r,a)}};if(t<=1&&(adoptValue(e,i.done(updateFunc(n)).resolve,i.reject,!t),"pending"===i.state()||isFunction(a[n]&&a[n].then)))return i.then();for(;n--;)adoptValue(a[n],updateFunc(n),i.reject);return i.promise()}});var E=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;jQuery.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&E.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},jQuery.readyException=function(e){n.setTimeout((function(){throw e}))};var R=jQuery.Deferred();function completed(){v.removeEventListener("DOMContentLoaded",completed),n.removeEventListener("load",completed),jQuery.ready()}jQuery.fn.ready=function(e){return R.then(e).catch((function(e){jQuery.readyException(e)})),this},jQuery.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--jQuery.readyWait:jQuery.isReady)||(jQuery.isReady=!0,!0!==e&&--jQuery.readyWait>0||R.resolveWith(v,[jQuery]))}}),jQuery.ready.then=R.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?n.setTimeout(jQuery.ready):(v.addEventListener("DOMContentLoaded",completed),n.addEventListener("load",completed));var access=function(e,t,n,r,a,i,o){var s=0,l=e.length,u=null==n;if("object"===toType(n))for(s in a=!0,n)access(e,t,s,n[s],!0,i,o);else if(void 0!==r&&(a=!0,isFunction(r)||(o=!0),u&&(o?(t.call(e,r),t=null):(u=t,t=function(e,t,n){return u.call(jQuery(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each((function(){A.remove(this,e)}))}}),jQuery.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=M.get(e,t),n&&(!r||Array.isArray(n)?r=M.access(e,t,jQuery.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=jQuery.queue(e,t),r=n.length,a=n.shift(),i=jQuery._queueHooks(e,t);"inprogress"===a&&(a=n.shift(),r--),a&&("fx"===t&&n.unshift("inprogress"),delete i.stop,a.call(e,(function(){jQuery.dequeue(e,t)}),i)),!r&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return M.get(e,n)||M.access(e,n,{empty:jQuery.Callbacks("once memory").add((function(){M.remove(e,[t+"queue",n])}))})}}),jQuery.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,$=/^$|^module$|\/(?:java|ecma)script/i;U=v.createDocumentFragment().appendChild(v.createElement("div")),(H=v.createElement("input")).setAttribute("type","radio"),H.setAttribute("checked","checked"),H.setAttribute("name","t"),U.appendChild(H),g.checkClone=U.cloneNode(!0).cloneNode(!0).lastChild.checked,U.innerHTML="",g.noCloneChecked=!!U.cloneNode(!0).lastChild.defaultValue,U.innerHTML="",g.option=!!U.lastChild;var G={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function getAll(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&nodeName(e,t)?jQuery.merge([e],n):n}function setGlobalEval(e,t){for(var n=0,r=e.length;n",""]);var Y=/<|&#?\w+;/;function buildFragment(e,t,n,r,a){for(var i,o,s,l,u,c,h=t.createDocumentFragment(),f=[],d=0,p=e.length;d-1)a&&a.push(i);else if(u=isAttached(i),o=getAll(h.appendChild(i),"script"),u&&setGlobalEval(o),n)for(c=0;i=o[c++];)$.test(i.type||"")&&n.push(i);return h}var K=/^([^.]*)(?:\.(.+)|)/;function returnTrue(){return!0}function returnFalse(){return!1}function expectSync(e,t){return e===function(){try{return v.activeElement}catch(e){}}()==("focus"===t)}function on(e,t,n,r,a,i){var o,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)on(e,s,n,r,t[s],i);return e}if(null==r&&null==a?(a=n,r=n=void 0):null==a&&("string"==typeof n?(a=r,r=void 0):(a=r,r=n,n=void 0)),!1===a)a=returnFalse;else if(!a)return e;return 1===i&&(o=a,(a=function(e){return jQuery().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=jQuery.guid++)),e.each((function(){jQuery.event.add(this,t,a,r,n)}))}function leverageNative(e,t,n){n?(M.set(e,t,!1),jQuery.event.add(e,t,{namespace:!1,handler:function(e){var r,a,i=M.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(jQuery.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=s.call(arguments),M.set(this,t,i),r=n(this,t),this[t](),i!==(a=M.get(this,t))||r?M.set(this,t,!1):a={},i!==a)return e.stopImmediatePropagation(),e.preventDefault(),a&&a.value}else i.length&&(M.set(this,t,{value:jQuery.event.trigger(jQuery.extend(i[0],jQuery.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===M.get(e,t)&&jQuery.event.add(e,t,returnTrue)}jQuery.event={global:{},add:function(e,t,n,r,a){var i,o,s,l,u,c,h,f,d,p,m,g=M.get(e);if(acceptData(e))for(n.handler&&(n=(i=n).handler,a=i.selector),a&&jQuery.find.matchesSelector(I,a),n.guid||(n.guid=jQuery.guid++),(l=g.events)||(l=g.events=Object.create(null)),(o=g.handle)||(o=g.handle=function(t){return void 0!==jQuery&&jQuery.event.triggered!==t.type?jQuery.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(T)||[""]).length;u--;)d=m=(s=K.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),d&&(h=jQuery.event.special[d]||{},d=(a?h.delegateType:h.bindType)||d,h=jQuery.event.special[d]||{},c=jQuery.extend({type:d,origType:m,data:r,handler:n,guid:n.guid,selector:a,needsContext:a&&jQuery.expr.match.needsContext.test(a),namespace:p.join(".")},i),(f=l[d])||((f=l[d]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(e,r,p,o)||e.addEventListener&&e.addEventListener(d,o)),h.add&&(h.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),a?f.splice(f.delegateCount++,0,c):f.push(c),jQuery.event.global[d]=!0)},remove:function(e,t,n,r,a){var i,o,s,l,u,c,h,f,d,p,m,g=M.hasData(e)&&M.get(e);if(g&&(l=g.events)){for(u=(t=(t||"").match(T)||[""]).length;u--;)if(d=m=(s=K.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),d){for(h=jQuery.event.special[d]||{},f=l[d=(r?h.delegateType:h.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=i=f.length;i--;)c=f[i],!a&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(f.splice(i,1),c.selector&&f.delegateCount--,h.remove&&h.remove.call(e,c));o&&!f.length&&(h.teardown&&!1!==h.teardown.call(e,p,g.handle)||jQuery.removeEvent(e,d,g.handle),delete l[d])}else for(d in l)jQuery.event.remove(e,d+t[u],n,r,!0);jQuery.isEmptyObject(l)&&M.remove(e,"handle events")}},dispatch:function(e){var t,n,r,a,i,o,s=new Array(arguments.length),l=jQuery.event.fix(e),u=(M.get(this,"events")||Object.create(null))[l.type]||[],c=jQuery.event.special[l.type]||{};for(s[0]=l,t=1;t=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(i=[],o={},n=0;n-1:jQuery.find(a,this,null,[u]).length),o[a]&&i.push(r);i.length&&s.push({elem:u,handlers:i})}return u=this,l\s*$/g;function manipulationTarget(e,t){return nodeName(e,"table")&&nodeName(11!==t.nodeType?t:t.firstChild,"tr")&&jQuery(e).children("tbody")[0]||e}function disableScript(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function restoreScript(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function cloneCopyEvent(e,t){var n,r,a,i,o,s;if(1===t.nodeType){if(M.hasData(e)&&(s=M.get(e).events))for(a in M.remove(t,"handle events"),s)for(n=0,r=s[a].length;n1&&"string"==typeof p&&!g.checkClone&&Z.test(p))return e.each((function(a){var i=e.eq(a);m&&(t[0]=p.call(this,a,i.html())),domManip(i,t,n,r)}));if(f&&(i=(a=buildFragment(t,e[0].ownerDocument,!1,e,r)).firstChild,1===a.childNodes.length&&(a=i),i||r)){for(s=(o=jQuery.map(getAll(a,"script"),disableScript)).length;h0&&setGlobalEval(o,!l&&getAll(e,"script")),s},cleanData:function(e){for(var t,n,r,a=jQuery.event.special,i=0;void 0!==(n=e[i]);i++)if(acceptData(n)){if(t=n[M.expando]){if(t.events)for(r in t.events)a[r]?jQuery.event.remove(n,r):jQuery.removeEvent(n,r,t.handle);n[M.expando]=void 0}n[A.expando]&&(n[A.expando]=void 0)}}}),jQuery.fn.extend({detach:function(e){return remove(this,e,!0)},remove:function(e){return remove(this,e)},text:function(e){return access(this,(function(e){return void 0===e?jQuery.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return domManip(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||manipulationTarget(this,e).appendChild(e)}))},prepend:function(){return domManip(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=manipulationTarget(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return domManip(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return domManip(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(jQuery.cleanData(getAll(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return jQuery.clone(this,e,t)}))},html:function(e){return access(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!X.test(e)&&!G[(W.exec(e)||["",""])[1].toLowerCase()]){e=jQuery.htmlPrefilter(e);try{for(;n=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-l-s-.5))||0),l}function getWidthOrHeight(e,t,n){var r=getStyles(e),a=(!g.boxSizingReliable()||n)&&"border-box"===jQuery.css(e,"boxSizing",!1,r),i=a,o=curCSS(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Q.test(o)){if(!n)return o;o="auto"}return(!g.boxSizingReliable()&&a||!g.reliableTrDimensions()&&nodeName(e,"tr")||"auto"===o||!parseFloat(o)&&"inline"===jQuery.css(e,"display",!1,r))&&e.getClientRects().length&&(a="border-box"===jQuery.css(e,"boxSizing",!1,r),(i=s in e)&&(o=e[s])),(o=parseFloat(o)||0)+boxModelAdjustment(e,t,n||(a?"border":"content"),i,r,o)+"px"}function Tween(e,t,n,r,a){return new Tween.prototype.init(e,t,n,r,a)}jQuery.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=curCSS(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var a,i,o,s=camelCase(t),l=ee.test(t),u=e.style;if(l||(t=finalPropName(s)),o=jQuery.cssHooks[t]||jQuery.cssHooks[s],void 0===n)return o&&"get"in o&&void 0!==(a=o.get(e,!1,r))?a:u[t];"string"===(i=typeof n)&&(a=L.exec(n))&&a[1]&&(n=adjustCSS(e,t,a),i="number"),null!=n&&n==n&&("number"!==i||l||(n+=a&&a[3]||(jQuery.cssNumber[s]?"":"px")),g.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),o&&"set"in o&&void 0===(n=o.set(e,n,r))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,r){var a,i,o,s=camelCase(t);return ee.test(t)||(t=finalPropName(s)),(o=jQuery.cssHooks[t]||jQuery.cssHooks[s])&&"get"in o&&(a=o.get(e,!0,n)),void 0===a&&(a=curCSS(e,t,r)),"normal"===a&&t in le&&(a=le[t]),""===n||n?(i=parseFloat(a),!0===n||isFinite(i)?i||0:a):a}}),jQuery.each(["height","width"],(function(e,t){jQuery.cssHooks[t]={get:function(e,n,r){if(n)return!oe.test(jQuery.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?getWidthOrHeight(e,t,r):swap(e,se,(function(){return getWidthOrHeight(e,t,r)}))},set:function(e,n,r){var a,i=getStyles(e),o=!g.scrollboxSize()&&"absolute"===i.position,s=(o||r)&&"border-box"===jQuery.css(e,"boxSizing",!1,i),l=r?boxModelAdjustment(e,t,r,s,i):0;return s&&o&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-boxModelAdjustment(e,t,"border",!1,i)-.5)),l&&(a=L.exec(n))&&"px"!==(a[3]||"px")&&(e.style[t]=n,n=jQuery.css(e,t)),setPositiveNumber(0,n,l)}}})),jQuery.cssHooks.marginLeft=addGetHookIf(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(curCSS(e,"marginLeft"))||e.getBoundingClientRect().left-swap(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),jQuery.each({margin:"",padding:"",border:"Width"},(function(e,t){jQuery.cssHooks[e+t]={expand:function(n){for(var r=0,a={},i="string"==typeof n?n.split(" "):[n];r<4;r++)a[e+B[r]+t]=i[r]||i[r-2]||i[0];return a}},"margin"!==e&&(jQuery.cssHooks[e+t].set=setPositiveNumber)})),jQuery.fn.extend({css:function(e,t){return access(this,(function(e,t,n){var r,a,i={},o=0;if(Array.isArray(t)){for(r=getStyles(e),a=t.length;o1)}}),jQuery.Tween=Tween,Tween.prototype={constructor:Tween,init:function(e,t,n,r,a,i){this.elem=e,this.prop=n,this.easing=a||jQuery.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=i||(jQuery.cssNumber[n]?"":"px")},cur:function(){var e=Tween.propHooks[this.prop];return e&&e.get?e.get(this):Tween.propHooks._default.get(this)},run:function(e){var t,n=Tween.propHooks[this.prop];return this.options.duration?this.pos=t=jQuery.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Tween.propHooks._default.set(this),this}},Tween.prototype.init.prototype=Tween.prototype,Tween.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=jQuery.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){jQuery.fx.step[e.prop]?jQuery.fx.step[e.prop](e):1!==e.elem.nodeType||!jQuery.cssHooks[e.prop]&&null==e.elem.style[finalPropName(e.prop)]?e.elem[e.prop]=e.now:jQuery.style(e.elem,e.prop,e.now+e.unit)}}},Tween.propHooks.scrollTop=Tween.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},jQuery.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},jQuery.fx=Tween.prototype.init,jQuery.fx.step={};var ue,ce,he=/^(?:toggle|show|hide)$/,fe=/queueHooks$/;function schedule(){ce&&(!1===v.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(schedule):n.setTimeout(schedule,jQuery.fx.interval),jQuery.fx.tick())}function createFxNow(){return n.setTimeout((function(){ue=void 0})),ue=Date.now()}function genFx(e,t){var n,r=0,a={height:e};for(t=t?1:0;r<4;r+=2-t)a["margin"+(n=B[r])]=a["padding"+n]=e;return t&&(a.opacity=a.width=e),a}function createTween(e,t,n){for(var r,a=(Animation.tweeners[t]||[]).concat(Animation.tweeners["*"]),i=0,o=a.length;i1)},removeAttr:function(e){return this.each((function(){jQuery.removeAttr(this,e)}))}}),jQuery.extend({attr:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?jQuery.prop(e,t,n):(1===i&&jQuery.isXMLDoc(e)||(a=jQuery.attrHooks[t.toLowerCase()]||(jQuery.expr.match.bool.test(t)?de:void 0)),void 0!==n?null===n?void jQuery.removeAttr(e,t):a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:(e.setAttribute(t,n+""),n):a&&"get"in a&&null!==(r=a.get(e,t))?r:null==(r=jQuery.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,a=t&&t.match(T);if(a&&1===e.nodeType)for(;n=a[r++];)e.removeAttribute(n)}}),de={set:function(e,t,n){return!1===t?jQuery.removeAttr(e,n):e.setAttribute(n,n),n}},jQuery.each(jQuery.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=pe[t]||jQuery.find.attr;pe[t]=function(e,t,r){var a,i,o=t.toLowerCase();return r||(i=pe[o],pe[o]=a,a=null!=n(e,t,r)?o:null,pe[o]=i),a}}));var me=/^(?:input|select|textarea|button)$/i,ge=/^(?:a|area)$/i;function stripAndCollapse(e){return(e.match(T)||[]).join(" ")}function getClass(e){return e.getAttribute&&e.getAttribute("class")||""}function classesToArray(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(T)||[]}jQuery.fn.extend({prop:function(e,t){return access(this,jQuery.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[jQuery.propFix[e]||e]}))}}),jQuery.extend({prop:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&jQuery.isXMLDoc(e)||(t=jQuery.propFix[t]||t,a=jQuery.propHooks[t]),void 0!==n?a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:e[t]=n:a&&"get"in a&&null!==(r=a.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=jQuery.find.attr(e,"tabindex");return t?parseInt(t,10):me.test(e.nodeName)||ge.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(jQuery.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),jQuery.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){jQuery.propFix[this.toLowerCase()]=this})),jQuery.fn.extend({addClass:function(e){var t,n,r,a,i,o;return isFunction(e)?this.each((function(t){jQuery(this).addClass(e.call(this,t,getClass(this)))})):(t=classesToArray(e)).length?this.each((function(){if(r=getClass(this),n=1===this.nodeType&&" "+stripAndCollapse(r)+" "){for(i=0;i-1;)n=n.replace(" "+a+" "," ");o=stripAndCollapse(n),r!==o&&this.setAttribute("class",o)}})):this:this.attr("class","")},toggleClass:function(e,t){var n,r,a,i,o=typeof e,s="string"===o||Array.isArray(e);return isFunction(e)?this.each((function(n){jQuery(this).toggleClass(e.call(this,n,getClass(this),t),t)})):"boolean"==typeof t&&s?t?this.addClass(e):this.removeClass(e):(n=classesToArray(e),this.each((function(){if(s)for(i=jQuery(this),a=0;a-1)return!0;return!1}});var ve=/\r/g;jQuery.fn.extend({val:function(e){var t,n,r,a=this[0];return arguments.length?(r=isFunction(e),this.each((function(n){var a;1===this.nodeType&&(null==(a=r?e.call(this,n,jQuery(this).val()):e)?a="":"number"==typeof a?a+="":Array.isArray(a)&&(a=jQuery.map(a,(function(e){return null==e?"":e+""}))),(t=jQuery.valHooks[this.type]||jQuery.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,a,"value")||(this.value=a))}))):a?(t=jQuery.valHooks[a.type]||jQuery.valHooks[a.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(a,"value"))?n:"string"==typeof(n=a.value)?n.replace(ve,""):null==n?"":n:void 0}}),jQuery.extend({valHooks:{option:{get:function(e){var t=jQuery.find.attr(e,"value");return null!=t?t:stripAndCollapse(jQuery.text(e))}},select:{get:function(e){var t,n,r,a=e.options,i=e.selectedIndex,o="select-one"===e.type,s=o?null:[],l=o?i+1:a.length;for(r=i<0?l:o?i:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),jQuery.each(["radio","checkbox"],(function(){jQuery.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=jQuery.inArray(jQuery(e).val(),t)>-1}},g.checkOn||(jQuery.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),g.focusin="onfocusin"in n;var ye=/^(?:focusinfocus|focusoutblur)$/,stopPropagationCallback=function(e){e.stopPropagation()};jQuery.extend(jQuery.event,{trigger:function(e,t,r,a){var i,o,s,l,u,c,h,f,p=[r||v],m=d.call(e,"type")?e.type:e,g=d.call(e,"namespace")?e.namespace.split("."):[];if(o=f=s=r=r||v,3!==r.nodeType&&8!==r.nodeType&&!ye.test(m+jQuery.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),u=m.indexOf(":")<0&&"on"+m,(e=e[jQuery.expando]?e:new jQuery.Event(m,"object"==typeof e&&e)).isTrigger=a?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:jQuery.makeArray(t,[e]),h=jQuery.event.special[m]||{},a||!h.trigger||!1!==h.trigger.apply(r,t))){if(!a&&!h.noBubble&&!isWindow(r)){for(l=h.delegateType||m,ye.test(l+m)||(o=o.parentNode);o;o=o.parentNode)p.push(o),s=o;s===(r.ownerDocument||v)&&p.push(s.defaultView||s.parentWindow||n)}for(i=0;(o=p[i++])&&!e.isPropagationStopped();)f=o,e.type=i>1?l:h.bindType||m,(c=(M.get(o,"events")||Object.create(null))[e.type]&&M.get(o,"handle"))&&c.apply(o,t),(c=u&&o[u])&&c.apply&&acceptData(o)&&(e.result=c.apply(o,t),!1===e.result&&e.preventDefault());return e.type=m,a||e.isDefaultPrevented()||h._default&&!1!==h._default.apply(p.pop(),t)||!acceptData(r)||u&&isFunction(r[m])&&!isWindow(r)&&((s=r[u])&&(r[u]=null),jQuery.event.triggered=m,e.isPropagationStopped()&&f.addEventListener(m,stopPropagationCallback),r[m](),e.isPropagationStopped()&&f.removeEventListener(m,stopPropagationCallback),jQuery.event.triggered=void 0,s&&(r[u]=s)),e.result}},simulate:function(e,t,n){var r=jQuery.extend(new jQuery.Event,n,{type:e,isSimulated:!0});jQuery.event.trigger(r,null,t)}}),jQuery.fn.extend({trigger:function(e,t){return this.each((function(){jQuery.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return jQuery.event.trigger(e,t,n,!0)}}),g.focusin||jQuery.each({focus:"focusin",blur:"focusout"},(function(e,t){var handler=function(e){jQuery.event.simulate(t,e.target,jQuery.event.fix(e))};jQuery.event.special[t]={setup:function(){var n=this.ownerDocument||this.document||this,r=M.access(n,t);r||n.addEventListener(e,handler,!0),M.access(n,t,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,r=M.access(n,t)-1;r?M.access(n,t,r):(n.removeEventListener(e,handler,!0),M.remove(n,t))}}}));var be=n.location,_e={guid:Date.now()},we=/\?/;jQuery.parseXML=function(e){var t,r;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){}return r=t&&t.getElementsByTagName("parsererror")[0],t&&!r||jQuery.error("Invalid XML: "+(r?jQuery.map(r.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var xe=/\[\]$/,ke=/\r?\n/g,Ce=/^(?:submit|button|image|reset|file)$/i,Se=/^(?:input|select|textarea|keygen)/i;function buildParams(e,t,n,r){var a;if(Array.isArray(t))jQuery.each(t,(function(t,a){n||xe.test(e)?r(e,a):buildParams(e+"["+("object"==typeof a&&null!=a?t:"")+"]",a,n,r)}));else if(n||"object"!==toType(t))r(e,t);else for(a in t)buildParams(e+"["+a+"]",t[a],n,r)}jQuery.param=function(e,t){var n,r=[],add=function(e,t){var n=isFunction(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!jQuery.isPlainObject(e))jQuery.each(e,(function(){add(this.name,this.value)}));else for(n in e)buildParams(n,e[n],t,add);return r.join("&")},jQuery.fn.extend({serialize:function(){return jQuery.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=jQuery.prop(this,"elements");return e?jQuery.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!jQuery(this).is(":disabled")&&Se.test(this.nodeName)&&!Ce.test(e)&&(this.checked||!q.test(e))})).map((function(e,t){var n=jQuery(this).val();return null==n?null:Array.isArray(n)?jQuery.map(n,(function(e){return{name:t.name,value:e.replace(ke,"\r\n")}})):{name:t.name,value:n.replace(ke,"\r\n")}})).get()}});var Oe=/%20/g,Te=/#.*$/,Ee=/([?&])_=[^&]*/,Re=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pe=/^(?:GET|HEAD)$/,je=/^\/\//,Me={},Ae={},De="*/".concat("*"),Ne=v.createElement("a");function addToPrefiltersOrTransports(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,a=0,i=t.toLowerCase().match(T)||[];if(isFunction(n))for(;r=i[a++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function inspectPrefiltersOrTransports(e,t,n,r){var a={},i=e===Ae;function inspect(o){var s;return a[o]=!0,jQuery.each(e[o]||[],(function(e,o){var l=o(t,n,r);return"string"!=typeof l||i||a[l]?i?!(s=l):void 0:(t.dataTypes.unshift(l),inspect(l),!1)})),s}return inspect(t.dataTypes[0])||!a["*"]&&inspect("*")}function ajaxExtend(e,t){var n,r,a=jQuery.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((a[n]?e:r||(r={}))[n]=t[n]);return r&&jQuery.extend(!0,e,r),e}Ne.href=be.href,jQuery.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:be.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(be.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":De,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":jQuery.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ajaxExtend(ajaxExtend(e,jQuery.ajaxSettings),t):ajaxExtend(jQuery.ajaxSettings,e)},ajaxPrefilter:addToPrefiltersOrTransports(Me),ajaxTransport:addToPrefiltersOrTransports(Ae),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,a,i,o,s,l,u,c,h,f,d=jQuery.ajaxSetup({},t),p=d.context||d,m=d.context&&(p.nodeType||p.jquery)?jQuery(p):jQuery.event,g=jQuery.Deferred(),y=jQuery.Callbacks("once memory"),b=d.statusCode||{},w={},x={},k="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(u){if(!o)for(o={};t=Re.exec(i);)o[t[1].toLowerCase()+" "]=(o[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=o[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?i:null},setRequestHeader:function(e,t){return null==u&&(e=x[e.toLowerCase()]=x[e.toLowerCase()]||e,w[e]=t),this},overrideMimeType:function(e){return null==u&&(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)C.always(e[C.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||k;return r&&r.abort(t),done(0,t),this}};if(g.promise(C),d.url=((e||d.url||be.href)+"").replace(je,be.protocol+"//"),d.type=t.method||t.type||d.method||d.type,d.dataTypes=(d.dataType||"*").toLowerCase().match(T)||[""],null==d.crossDomain){l=v.createElement("a");try{l.href=d.url,l.href=l.href,d.crossDomain=Ne.protocol+"//"+Ne.host!=l.protocol+"//"+l.host}catch(e){d.crossDomain=!0}}if(d.data&&d.processData&&"string"!=typeof d.data&&(d.data=jQuery.param(d.data,d.traditional)),inspectPrefiltersOrTransports(Me,d,t,C),u)return C;for(h in(c=jQuery.event&&d.global)&&0==jQuery.active++&&jQuery.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Pe.test(d.type),a=d.url.replace(Te,""),d.hasContent?d.data&&d.processData&&0===(d.contentType||"").indexOf("application/x-www-form-urlencoded")&&(d.data=d.data.replace(Oe,"+")):(f=d.url.slice(a.length),d.data&&(d.processData||"string"==typeof d.data)&&(a+=(we.test(a)?"&":"?")+d.data,delete d.data),!1===d.cache&&(a=a.replace(Ee,"$1"),f=(we.test(a)?"&":"?")+"_="+_e.guid+++f),d.url=a+f),d.ifModified&&(jQuery.lastModified[a]&&C.setRequestHeader("If-Modified-Since",jQuery.lastModified[a]),jQuery.etag[a]&&C.setRequestHeader("If-None-Match",jQuery.etag[a])),(d.data&&d.hasContent&&!1!==d.contentType||t.contentType)&&C.setRequestHeader("Content-Type",d.contentType),C.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+De+"; q=0.01":""):d.accepts["*"]),d.headers)C.setRequestHeader(h,d.headers[h]);if(d.beforeSend&&(!1===d.beforeSend.call(p,C,d)||u))return C.abort();if(k="abort",y.add(d.complete),C.done(d.success),C.fail(d.error),r=inspectPrefiltersOrTransports(Ae,d,t,C)){if(C.readyState=1,c&&m.trigger("ajaxSend",[C,d]),u)return C;d.async&&d.timeout>0&&(s=n.setTimeout((function(){C.abort("timeout")}),d.timeout));try{u=!1,r.send(w,done)}catch(e){if(u)throw e;done(-1,e)}}else done(-1,"No Transport");function done(e,t,o,l){var h,f,v,w,x,k=t;u||(u=!0,s&&n.clearTimeout(s),r=void 0,i=l||"",C.readyState=e>0?4:0,h=e>=200&&e<300||304===e,o&&(w=function(e,t,n){for(var r,a,i,o,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(a in s)if(s[a]&&s[a].test(r)){l.unshift(a);break}if(l[0]in n)i=l[0];else{for(a in n){if(!l[0]||e.converters[a+" "+l[0]]){i=a;break}o||(o=a)}i=i||o}if(i)return i!==l[0]&&l.unshift(i),n[i]}(d,C,o)),!h&&jQuery.inArray("script",d.dataTypes)>-1&&jQuery.inArray("json",d.dataTypes)<0&&(d.converters["text script"]=function(){}),w=function(e,t,n,r){var a,i,o,s,l,u={},c=e.dataTypes.slice();if(c[1])for(o in e.converters)u[o.toLowerCase()]=e.converters[o];for(i=c.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=i,i=c.shift())if("*"===i)i=l;else if("*"!==l&&l!==i){if(!(o=u[l+" "+i]||u["* "+i]))for(a in u)if((s=a.split(" "))[1]===i&&(o=u[l+" "+s[0]]||u["* "+s[0]])){!0===o?o=u[a]:!0!==u[a]&&(i=s[0],c.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+l+" to "+i}}}return{state:"success",data:t}}(d,w,C,h),h?(d.ifModified&&((x=C.getResponseHeader("Last-Modified"))&&(jQuery.lastModified[a]=x),(x=C.getResponseHeader("etag"))&&(jQuery.etag[a]=x)),204===e||"HEAD"===d.type?k="nocontent":304===e?k="notmodified":(k=w.state,f=w.data,h=!(v=w.error))):(v=k,!e&&k||(k="error",e<0&&(e=0))),C.status=e,C.statusText=(t||k)+"",h?g.resolveWith(p,[f,k,C]):g.rejectWith(p,[C,k,v]),C.statusCode(b),b=void 0,c&&m.trigger(h?"ajaxSuccess":"ajaxError",[C,d,h?f:v]),y.fireWith(p,[C,k]),c&&(m.trigger("ajaxComplete",[C,d]),--jQuery.active||jQuery.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return jQuery.get(e,t,n,"json")},getScript:function(e,t){return jQuery.get(e,void 0,t,"script")}}),jQuery.each(["get","post"],(function(e,t){jQuery[t]=function(e,n,r,a){return isFunction(n)&&(a=a||r,r=n,n=void 0),jQuery.ajax(jQuery.extend({url:e,type:t,dataType:a,data:n,success:r},jQuery.isPlainObject(e)&&e))}})),jQuery.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),jQuery._evalUrl=function(e,t,n){return jQuery.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){jQuery.globalEval(e,t,n)}})},jQuery.fn.extend({wrapAll:function(e){var t;return this[0]&&(isFunction(e)&&(e=e.call(this[0])),t=jQuery(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return isFunction(e)?this.each((function(t){jQuery(this).wrapInner(e.call(this,t))})):this.each((function(){var t=jQuery(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=isFunction(e);return this.each((function(n){jQuery(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){jQuery(this).replaceWith(this.childNodes)})),this}}),jQuery.expr.pseudos.hidden=function(e){return!jQuery.expr.pseudos.visible(e)},jQuery.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},jQuery.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ve={0:200,1223:204},Le=jQuery.ajaxSettings.xhr();g.cors=!!Le&&"withCredentials"in Le,g.ajax=Le=!!Le,jQuery.ajaxTransport((function(e){var t,r;if(g.cors||Le&&!e.crossDomain)return{send:function(a,i){var o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];for(o in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||a["X-Requested-With"]||(a["X-Requested-With"]="XMLHttpRequest"),a)s.setRequestHeader(o,a[o]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?i(0,"error"):i(s.status,s.statusText):i(Ve[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),r=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),jQuery.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),jQuery.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return jQuery.globalEval(e),e}}}),jQuery.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),jQuery.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,a){t=jQuery(" - - - - - - - diff --git a/7511/plugin/behaviors/index.js b/7511/plugin/behaviors/index.js deleted file mode 100644 index a5eedc288c8..00000000000 --- a/7511/plugin/behaviors/index.js +++ /dev/null @@ -1,206 +0,0 @@ -'use strict'; - -allure.api.addTranslation('en', { - tab: { - behaviors: { - name: 'Behaviors' - } - }, - widget: { - behaviors: { - name: 'Features by stories', - showAll: 'show all' - } - } -}); - -allure.api.addTranslation('ru', { - tab: { - behaviors: { - name: 'Функциональность' - } - }, - widget: { - behaviors: { - name: 'Функциональность', - showAll: 'показать все' - } - } -}); - -allure.api.addTranslation('zh', { - tab: { - behaviors: { - name: '功能' - } - }, - widget: { - behaviors: { - name: '特性场景', - showAll: '显示所有' - } - } -}); - -allure.api.addTranslation('de', { - tab: { - behaviors: { - name: 'Verhalten' - } - }, - widget: { - behaviors: { - name: 'Features nach Stories', - showAll: 'Zeige alle' - } - } -}); - -allure.api.addTranslation('nl', { - tab: { - behaviors: { - name: 'Functionaliteit' - } - }, - widget: { - behaviors: { - name: 'Features en story’s', - showAll: 'Toon alle' - } - } -}); - -allure.api.addTranslation('he', { - tab: { - behaviors: { - name: 'התנהגויות' - } - }, - widget: { - behaviors: { - name: 'תכונות לפי סיפורי משתמש', - showAll: 'הצג הכול' - } - } -}); - -allure.api.addTranslation('br', { - tab: { - behaviors: { - name: 'Comportamentos' - } - }, - widget: { - behaviors: { - name: 'Funcionalidades por história', - showAll: 'Mostrar tudo' - } - } -}); - -allure.api.addTranslation('ja', { - tab: { - behaviors: { - name: '振る舞い' - } - }, - widget: { - behaviors: { - name: 'ストーリー別の機能', - showAll: '全て表示' - } - } -}); - -allure.api.addTranslation('es', { - tab: { - behaviors: { - name: 'Funcionalidades' - } - }, - widget: { - behaviors: { - name: 'Funcionalidades por Historias de Usuario', - showAll: 'mostrar todo' - } - } -}); - -allure.api.addTranslation('kr', { - tab: { - behaviors: { - name: '동작' - } - }, - widget: { - behaviors: { - name: '스토리별 기능', - showAll: '전체 보기' - } - } -}); - -allure.api.addTranslation('fr', { - tab: { - behaviors: { - name: 'Comportements' - } - }, - widget: { - behaviors: { - name: 'Thèmes par histoires', - showAll: 'Montrer tout' - } - } -}); - -allure.api.addTranslation('pl', { - tab: { - behaviors: { - name: 'Zachowania' - } - }, - widget: { - behaviors: { - name: 'Funkcje według historii', - showAll: 'pokaż wszystko' - } - } -}); - -allure.api.addTranslation('az', { - tab: { - behaviors: { - name: 'Davranışlar' - } - }, - widget: { - behaviors: { - name: 'Hekayələr üzrə xüsusiyyətlər', - showAll: 'hamısını göstər' - } - } -}); - -allure.api.addTab('behaviors', { - title: 'tab.behaviors.name', icon: 'fa fa-list', - route: 'behaviors(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)', - onEnter: (function (testGroup, testResult, testResultTab) { - return new allure.components.TreeLayout({ - testGroup: testGroup, - testResult: testResult, - testResultTab: testResultTab, - tabName: 'tab.behaviors.name', - baseUrl: 'behaviors', - url: 'data/behaviors.json', - csvUrl: 'data/behaviors.csv' - }); - }) -}); - -allure.api.addWidget('widgets', 'behaviors', allure.components.WidgetStatusView.extend({ - rowTag: 'a', - title: 'widget.behaviors.name', - baseUrl: 'behaviors', - showLinks: true -})); diff --git a/7511/plugin/packages/index.js b/7511/plugin/packages/index.js deleted file mode 100644 index 2989f333dba..00000000000 --- a/7511/plugin/packages/index.js +++ /dev/null @@ -1,120 +0,0 @@ -'use strict'; - -allure.api.addTranslation('en', { - tab: { - packages: { - name: 'Packages' - } - } -}); - -allure.api.addTranslation('ru', { - tab: { - packages: { - name: 'Пакеты' - } - } -}); - -allure.api.addTranslation('zh', { - tab: { - packages: { - name: '包' - } - } -}); - -allure.api.addTranslation('de', { - tab: { - packages: { - name: 'Pakete' - } - } -}); - -allure.api.addTranslation('nl', { - tab: { - packages: { - name: 'Packages' - } - } -}); - -allure.api.addTranslation('he', { - tab: { - packages: { - name: 'חבילות' - } - } -}); - -allure.api.addTranslation('br', { - tab: { - packages: { - name: 'Pacotes' - } - } -}); - -allure.api.addTranslation('ja', { - tab: { - packages: { - name: 'パッケージ' - } - } -}); - -allure.api.addTranslation('es', { - tab: { - packages: { - name: 'Paquetes' - } - } -}); - -allure.api.addTranslation('kr', { - tab: { - packages: { - name: '패키지' - } - } -}); - -allure.api.addTranslation('fr', { - tab: { - packages: { - name: 'Paquets' - } - } -}); - -allure.api.addTranslation('pl', { - tab: { - packages: { - name: 'Pakiety' - } - } -}); - -allure.api.addTranslation('az', { - tab: { - packages: { - name: 'Paketlər' - } - } -}); - -allure.api.addTab('packages', { - title: 'tab.packages.name', icon: 'fa fa-align-left', - route: 'packages(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)', - onEnter: (function (testGroup, testResult, testResultTab) { - return new allure.components.TreeLayout({ - testGroup: testGroup, - testResult: testResult, - testResultTab: testResultTab, - tabName: 'tab.packages.name', - baseUrl: 'packages', - url: 'data/packages.json' - }); - }) -}); diff --git a/7511/plugin/screen-diff/index.js b/7511/plugin/screen-diff/index.js deleted file mode 100644 index 3774f88e7eb..00000000000 --- a/7511/plugin/screen-diff/index.js +++ /dev/null @@ -1,200 +0,0 @@ -(function () { - var settings = allure.getPluginSettings('screen-diff', { diffType: 'diff' }); - - function renderImage(src) { - return ( - '
' + - '' + - '
' - ); - } - - function findImage(data, name) { - if (data.testStage && data.testStage.attachments) { - var matchedImage = data.testStage.attachments.filter(function (attachment) { - return attachment.name === name; - })[0]; - if (matchedImage) { - return 'data/attachments/' + matchedImage.source; - } - } - return null; - } - - function renderDiffContent(type, diffImage, actualImage, expectedImage) { - if (type === 'diff') { - if (diffImage) { - return renderImage(diffImage); - } - } - if (type === 'overlay' && expectedImage) { - return ( - '
' + - '' + - '
' + - '' + - '
' + - '
' - ); - } - if (actualImage) { - return renderImage(actualImage); - } - return 'No diff data provided'; - } - - var TestResultView = Backbone.Marionette.View.extend({ - regions: { - subView: '.screen-diff-view', - }, - template: function () { - return '
'; - }, - onRender: function () { - var data = this.model.toJSON(); - var testType = data.labels.filter(function (label) { - return label.name === 'testType'; - })[0]; - var diffImage = findImage(data, 'diff'); - var actualImage = findImage(data, 'actual'); - var expectedImage = findImage(data, 'expected'); - if (!testType || testType.value !== 'screenshotDiff') { - return; - } - this.showChildView( - 'subView', - new ScreenDiffView({ - diffImage: diffImage, - actualImage: actualImage, - expectedImage: expectedImage, - }), - ); - }, - }); - var ErrorView = Backbone.Marionette.View.extend({ - templateContext: function () { - return this.options; - }, - template: function (data) { - return '
' + data.error + '
'; - }, - }); - var AttachmentView = Backbone.Marionette.View.extend({ - regions: { - subView: '.screen-diff-view', - }, - template: function () { - return '
'; - }, - onRender: function () { - jQuery - .getJSON(this.options.sourceUrl) - .then(this.renderScreenDiffView.bind(this), this.renderErrorView.bind(this)); - }, - renderErrorView: function (error) { - console.log(error); - this.showChildView( - 'subView', - new ErrorView({ - error: error.statusText, - }), - ); - }, - renderScreenDiffView: function (data) { - this.showChildView( - 'subView', - new ScreenDiffView({ - diffImage: data.diff, - actualImage: data.actual, - expectedImage: data.expected, - }), - ); - }, - }); - - var ScreenDiffView = Backbone.Marionette.View.extend({ - className: 'pane__section', - events: function () { - return { - ['click [name="screen-diff-type-' + this.cid + '"]']: 'onDiffTypeChange', - 'mousemove .screen-diff__overlay': 'onOverlayMove', - }; - }, - initialize: function (options) { - this.diffImage = options.diffImage; - this.actualImage = options.actualImage; - this.expectedImage = options.expectedImage; - this.radioName = 'screen-diff-type-' + this.cid; - }, - templateContext: function () { - return { - diffType: settings.get('diffType'), - diffImage: this.diffImage, - actualImage: this.actualImage, - expectedImage: this.expectedImage, - radioName: this.radioName, - }; - }, - template: function (data) { - if (!data.diffImage && !data.actualImage && !data.expectedImage) { - return ''; - } - - return ( - '

Screen Diff

' + - '
' + - '
' + - '' + - '' + - '
' + - renderDiffContent( - data.diffType, - data.diffImage, - data.actualImage, - data.expectedImage, - ) + - '
' - ); - }, - adjustImageSize: function (event) { - var overImage = this.$(event.target); - overImage.width(overImage.width()); - }, - onRender: function () { - const diffType = settings.get('diffType'); - this.$('[name="' + this.radioName + '"][value="' + diffType + '"]').prop( - 'checked', - true, - ); - if (diffType === 'overlay') { - this.$('.screen-diff__image-over img').on('load', this.adjustImageSize.bind(this)); - } - }, - onOverlayMove: function (event) { - var pageX = event.pageX; - var containerScroll = this.$('.screen-diff__container').scrollLeft(); - var elementX = event.currentTarget.getBoundingClientRect().left; - var delta = pageX - elementX + containerScroll; - this.$('.screen-diff__image-over').width(delta); - }, - onDiffTypeChange: function (event) { - settings.save('diffType', event.target.value); - this.render(); - }, - }); - allure.api.addTestResultBlock(TestResultView, { position: 'before' }); - allure.api.addAttachmentViewer('application/vnd.allure.image.diff', { - View: AttachmentView, - icon: 'fa fa-exchange', - }); -})(); diff --git a/7511/plugin/screen-diff/styles.css b/7511/plugin/screen-diff/styles.css deleted file mode 100644 index 6cf2219521c..00000000000 --- a/7511/plugin/screen-diff/styles.css +++ /dev/null @@ -1,30 +0,0 @@ -.screen-diff__switchers { - margin-bottom: 1em; -} - -.screen-diff__switchers label + label { - margin-left: 1em; -} - -.screen-diff__overlay { - position: relative; - cursor: col-resize; -} - -.screen-diff__container { - overflow-x: auto; -} - -.screen-diff__image-over { - top: 0; - left: 0; - bottom: 0; - background: #fff; - position: absolute; - overflow: hidden; - box-shadow: 2px 0 1px -1px #aaa; -} - -.screen-diff-error { - color: #fd5a3e; -} diff --git a/7511/styles.css b/7511/styles.css deleted file mode 100644 index 789aa4c478c..00000000000 --- a/7511/styles.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:FontAwesome;src:url(data:application/vnd.ms-fontobject;base64,bocCAKyGAgABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAWXjPkAAAAAAAAAAAAAAAAAAAAAAAABYARgBvAG4AdABBAHcAZQBzAG8AbQBlAAAADgBSAGUAZwB1AGwAYQByAAAAJABWAGUAcgBzAGkAbwBuACAANAAuADcALgAwACAAMgAwADEANgAAABYARgBvAG4AdABBAHcAZQBzAG8AbQBlAAAAAAAAAQAAAA0AgAADAFBGRlRNa75HuQAChpAAAAAcR0RFRgLwAAQAAoZwAAAAIE9TLzKIMnpAAAABWAAAAGBjbWFwCr86fwAADKgAAALyZ2FzcP//AAMAAoZoAAAACGdseWaP965NAAAarAACTLxoZWFkEInlLQAAANwAAAA2aGhlYQ8DCrUAAAEUAAAAJGhtdHhFeRiFAAABuAAACvBsb2NhAvWiXAAAD5wAAAsQbWF4cAMsAhwAAAE4AAAAIG5hbWXjl4usAAJnaAAABIZwb3N0r4+boQACa/AAABp1AAEAAAAEAcuQz3hZXw889QALBwAAAAAA1DPNMgAAAADUM80y////AAkBBgAAAAAIAAIAAQAAAAAAAQAABgD/AAAACQD/////CQEAAQAAAAAAAAAAAAAAAAAAArUAAQAAAsMCGQAnAAAAAAACAAAAAQABAAAAQAAAAAAAAAADBmkBkAAFAAAEjAQzAAAAhgSMBDMAAAJzAAABigAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABweXJzAEAAIPUABgD/AAAABgABAAAAAAEAAAAAAAAAAAAAACAAAQOAAHAAAAAAAlUAAAHAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAABdBgAAAAaAAAAHAAAABwAAAAaAAAAGgAAABQAAAAeAAAAGgAAABwAAAAcAAAAHAAB5BYAAbgaAAAAGgAAABgAAAAcAAAAGAAAABYAAAAaAABoGAAAABgAAAAeAADIGgAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABwAAAASAAAAHAABABoAAAAMAAAAEgAAABoAAAAWAAAAHAAAABgAAAAeAAAAGgAAKBQAAAAaAAAAHgAAABoAAAAWAAAAEAAAABwAAAAYAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAeAAAAGAAAABAAAAAYAAAAEAAAABwAAAAaAAAAGgAAABwAAAAQAAAAHAAAABoAAegWAAAAGAAAABgAAAAaAAAAHAAAABAAAAAYCAAEFAACaBQAAWgYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAABABgAAAAaAADUGgAA1BwAAAAYAAAAGAAANBYAAAAWAAAAGgAB6BgAAAAYAAAAHAAAABYAAAAcAAAAHAAAABwAAEAWAAAAGgAAABwAAAAcAAAAGAAAABwAAWgcAAFoHgAAABoAAAAaAAAAHgAAAAwAAQAcAAAAIAAAABgAAAAYAAAAHAAAABwAAAAeAAAAHAAAABgAAAAYAAAADgAAABwAAAAaAAAAGAAAABIAAAAcAAAAGAAAABoAAAAYAAAAGgAAABgAAAAWAAAAFgAAABQAAAAYAAAAGgAAsBAAAXwYAAAAGgAAAB4AAAAWAAAAGAAAABwAAAAcAAEAGAAACBwAAAAcAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABoAAFQcAAAAFgAAFBwAAAAYAAAAHgAAABoAAEAeAAAAGgABzBwAAAQcAAAAFgAAEBgAAAAYAAAAGAAAABwAAAAcAAA8HAAAABgAAAAaAAAAGgAAbBwAAQAYAAAAGAAAABgAAAAkAAAAHgAAABAAAAAQAAAACgABAAoAAAAaAAAAEAAAABAAAAAQAAAAHAAAABgAAAAYAAAAHAAAoBwAAAAcAAAAHAAAAA4AAAQcAAAAGgAAABwAAAAQAAAAHAAAAB4AAAAeAAAAFgAAABYAAAAcAAAAHAABAB4AAAAWAAAAGAAAABYAAAAWAAAAHgABABwAAAAeAAAAGgABABgAAAAYAAAAEAAAtBAAADQSAAE0EgABNAoAALQKAAA0EgABNBIAATQeAAAAHgAAABIAAAAMAAAAGAAAABoAAAAaAAAAHAABABgAAAAcAAAAGgAAABoAAAAeAAAAHAAAABwAAAAYAAAAGAAAABgAAAAeAAAAHgAAABwAAQAcAAEAGgAANB4AALQcAAAAGgAACBYAAAgaAAAAEAAAABoAAAAQAAGACgAAAAoAAYgYAAAUGAAAFB4AAAQaAAAAEgAAABYAADQUAAAAGgAAABYAAAwaAACQHAAAABgAAAAYAAAAGAAAABgAAAAWAAAAHAAAMBwAAAASAAAAGAAAABYAAAAGAAAAGAAAABgAAAAcAADYGAAAABYAAAAQAAAMEAAADBgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAEAAAABAAAAAQAADQDggAABAMABAUAAAAHAAAABQAAOAYAAAAGAAAABoAAIgaAACIHAAAiBwAAIgYAACIGAAAiBoAAAAaAAAAGAAAABgAAGwWAAAUGAAAABwAAAAcAAEAGAAALBgAAAAYAAAAGAAAABYAAAAYAAAAEAABEBgAAAAMAAAMDAAADBwAAQAcAAAAFgAAABoAAAAWAAAAGAAALBgAAAAYAAAAFAAAsBgAAAAUAAAAEAAAABgAAAAcAACwGAAAABwAAQAaAACAHgP//BwAAAAYAAAAFgAAABQAAFQYAAAAGAAAABgAAAAYAAAAGgAAABgAAAASAAAAFgAAACIAAAAaAAAAGAAAABwAAAAcAAAAIAAAACQAAAAYAAG0GAAAABwAAAAYAAAAGAAAAB4AAAAYAAAAIAAAABgAAAAf2ACkGAAAABgAAAAYAAAAHAAAABgAAAAUAAEAGgAAAAwAAQAcAAAAJAAAACAAAAAYAAAAHAAAABgAAAAcAABAIAAAACAAAAAYAACAGAAAABAAAAAkAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAJwcAAAAIAAAABwAAAAcAACAHAAATBwAAAAYAAAAHAABEBgAAAAUAADkHAAASCAAAAAcAAAAHAAAABgAAAAYAAAAHAAA+BQAAGAYAAAAGAAAABgAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAGQcAAGQGAABZCAAAAAgAACoHAAAABgAACQcAACcJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAOCAAADgWAAAAGAAAABgAAAAcAAAAHAAAABwAAAAgAAAAHAAAACAAAAAcAAAAGAAAACAAAAAgAAAAJAAAABgAAAAgAAAAFAAALCAAAAAYAAAAGAAAABgAAAAgAAAAGAAAABgAAAAgAAAAIAAAABgAAAAgAAAAIAAAABoAAAAaAAAAIAAAACAAAEwYAAAAJAAAABgAAAAcAAAAFAAACBgAAAAUAAAAGAAACBwAAAAcA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AaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAAiAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTANICVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncCeAJ5AnoCewJ8An0CfgJ/AoACgQKCAoMChAKFAoYChwKIAokCigKLAowCjQKOAo8CkAKRApICkwKUApUClgKXApgCmQKaApsCnAKdAp4CnwKgAqECogKjAqQCpQKmAqcCqAKpAqoCqwKsAq0CrgKvArACsQKyArMCtAK1ArYCtwK4ArkCugK7ArwCvQK+Ar8CwALBAsICwwLEAsUCxgLHAsgCyQLKAssCzALNAs4CzwLQAtEC0gLTAtQC1QLWAtcC2ALZAtoC2wLcAt0C3gLfAuAC4QLiAuMC5ALlAuYC5wLoAukC6gLrAuwC7QLuAu8C8ALxAvIC8wL0AvUC9gL3AvgC+QL6AvsC/AL9Av4C/wMAAwEDAgMDAwQDBQMGAwcDCAMJAwoDCwMMAw0DDgMPAxADEQMSAxMDFAMVAxYDFwMYAxkDGgMbAxwDHQMeAx8DIAMhAyIDIwMkAyUDJgMnAygDKQMqAysDLAMtAy4DLwMwAzEDMgMzAzQDNQM2AzcDOAM5AzoDOwM8Az0DPgM/A0ADQQNCA0MDRANFA0YDRwNIA0kDSgNLA0wDTQNOA08DUANRA1IDUwNUA1UDVgNXA1gDWQNaA1sDXANdA14DXwNgA2EDYgNjA2QDZQNmA2cDaANpA2oDawNsA20DbgNvA3ADcQNyA3MDdAN1A3YDdwN4A3kDegN7A3wDfQN+A38DgAOBA4IDgwOEA4UDhgOHA4gDiQOKA4sDjAONA44DjwOQA5EDkgOTA5QDlQOWA5cDmAOZA5oDmwOcA50DngOfA6ADoQOiA6MDpAOlA6YDpwOoA6kDqgOrA6wDrQOuA68DsAOxAJQFZ2xhc3MFbXVzaWMGc2VhcmNoCGVudmVsb3BlBWhlYXJ0BHN0YXIKc3Rhcl9lbXB0eQR1c2VyBGZpbG0IdGhfbGFyZ2UCdGgHdGhfbGlzdAJvawZyZW1vdmUHem9vbV9pbgh6b29tX291dANvZmYGc2lnbmFsA2NvZwV0cmFzaARob21lCGZpbGVfYWx0BHRpbWUEcm9hZAxkb3dubG9hZF9hbHQIZG93bmxvYWQGdXBsb2FkBWluYm94C3BsYXlfY2lyY2xlBnJlcGVhdAdyZWZyZXNoCGxpc3RfYWx0BGxvY2sEZmxhZwpoZWFkcGhvbmVzCnZvbHVtZV9vZmYLdm9sdW1lX2Rvd24Jdm9sdW1lX3VwBnFyY29kZQdiYXJjb2RlA3RhZwR0YWdzBGJvb2sIYm9va21hcmsFcHJpbnQGY2FtZXJhBGZvbnQEYm9sZAZpdGFsaWMLdGV4dF9oZWlnaHQKdGV4dF93aWR0aAphbGlnbl9sZWZ0DGFsaWduX2NlbnRlcgthbGlnbl9yaWdodA1hbGlnbl9qdXN0aWZ5BGxpc3QLaW5kZW50X2xlZnQMaW5kZW50X3JpZ2h0DmZhY2V0aW1lX3ZpZGVvB3BpY3R1cmUGcGVuY2lsCm1hcF9tYXJrZXIGYWRqdXN0BHRpbnQEZWRpdAVzaGFyZQVjaGVjawRtb3ZlDXN0ZXBfYmFja3dhcmQNZmFzdF9iYWNrd2FyZAhiYWNrd2FyZARwbGF5BXBhdXNlBHN0b3AHZm9yd2FyZAxmYXN0X2ZvcndhcmQMc3RlcF9mb3J3YXJkBWVqZWN0DGNoZXZyb25fbGVmdA1jaGV2cm9uX3JpZ2h0CXBsdXNfc2lnbgptaW51c19zaWduC3JlbW92ZV9zaWduB29rX3NpZ24NcXVlc3Rpb25fc2lnbglpbmZvX3NpZ24Kc2NyZWVuc2hvdA1yZW1vdmVfY2lyY2xlCW9rX2NpcmNsZQpiYW5fY2lyY2xlCmFycm93X2xlZnQLYXJyb3dfcmlnaHQIYXJyb3dfdXAKYXJyb3dfZG93bglzaGFyZV9hbHQLcmVzaXplX2Z1bGwMcmVzaXplX3NtYWxsEGV4Y2xhbWF0aW9uX3NpZ24EZ2lmdARsZWFmBGZpcmUIZXllX29wZW4JZXllX2Nsb3NlDHdhcm5pbmdfc2lnbgVwbGFuZQhjYWxlbmRhcgZyYW5kb20HY29tbWVudAZtYWduZXQKY2hldnJvbl91cAxjaGV2cm9uX2Rvd24HcmV0d2VldA1zaG9wcGluZ19jYXJ0DGZvbGRlcl9jbG9zZQtmb2xkZXJfb3Blbg9yZXNpemVfdmVydGljYWwRcmVzaXplX2hvcml6b250YWwJYmFyX2NoYXJ0DHR3aXR0ZXJfc2lnbg1mYWNlYm9va19zaWduDGNhbWVyYV9yZXRybwNrZXkEY29ncwhjb21tZW50cw10aHVtYnNfdXBfYWx0D3RodW1ic19kb3duX2FsdAlzdGFyX2hhbGYLaGVhcnRfZW1wdHkHc2lnbm91dA1saW5rZWRpbl9zaWduB3B1c2hwaW4NZXh0ZXJuYWxfbGluawZzaWduaW4GdHJvcGh5C2dpdGh1Yl9zaWduCnVwbG9hZF9hbHQFbGVtb24FcGhvbmULY2hlY2tfZW1wdHkOYm9va21hcmtfZW1wdHkKcGhvbmVfc2lnbgd0d2l0dGVyCGZhY2Vib29rBmdpdGh1YgZ1bmxvY2sLY3JlZGl0X2NhcmQDcnNzA2hkZAhidWxsaG9ybgRiZWxsC2NlcnRpZmljYXRlCmhhbmRfcmlnaHQJaGFuZF9sZWZ0B2hhbmRfdXAJaGFuZF9kb3duEWNpcmNsZV9hcnJvd19sZWZ0EmNpcmNsZV9hcnJvd19yaWdodA9jaXJjbGVfYXJyb3dfdXARY2lyY2xlX2Fycm93X2Rvd24FZ2xvYmUGd3JlbmNoBXRhc2tzBmZpbHRlcglicmllZmNhc2UKZnVsbHNjcmVlbgVncm91cARsaW5rBWNsb3VkBmJlYWtlcgNjdXQEY29weQpwYXBlcl9jbGlwBHNhdmUKc2lnbl9ibGFuawdyZW9yZGVyAnVsAm9sDXN0cmlrZXRocm91Z2gJdW5kZXJsaW5lBXRhYmxlBW1hZ2ljBXRydWNrCXBpbnRlcmVzdA5waW50ZXJlc3Rfc2lnbhBnb29nbGVfcGx1c19zaWduC2dvb2dsZV9wbHVzBW1vbmV5CmNhcmV0X2Rvd24IY2FyZXRfdXAKY2FyZXRfbGVmdAtjYXJldF9yaWdodAdjb2x1bW5zBHNvcnQJc29ydF9kb3duB3NvcnRfdXAMZW52ZWxvcGVfYWx0CGxpbmtlZGluBHVuZG8FbGVnYWwJZGFzaGJvYXJkC2NvbW1lbnRfYWx0DGNvbW1lbnRzX2FsdARib2x0B3NpdGVtYXAIdW1icmVsbGEFcGFzdGUKbGlnaHRfYnVsYghleGNoYW5nZQ5jbG91ZF9kb3dubG9hZAxjbG91ZF91cGxvYWQHdXNlcl9tZAtzdGV0aG9zY29wZQhzdWl0Y2FzZQhiZWxsX2FsdAZjb2ZmZWUEZm9vZA1maWxlX3RleHRfYWx0CGJ1aWxkaW5nCGhvc3BpdGFsCWFtYnVsYW5jZQZtZWRraXQLZmlnaHRlcl9qZXQEYmVlcgZoX3NpZ24EZjBmZRFkb3VibGVfYW5nbGVfbGVmdBJkb3VibGVfYW5nbGVfcmlnaHQPZG91YmxlX2FuZ2xlX3VwEWRvdWJsZV9hbmdsZV9kb3duCmFuZ2xlX2xlZnQLYW5nbGVfcmlnaHQIYW5nbGVfdXAKYW5nbGVfZG93bgdkZXNrdG9wBmxhcHRvcAZ0YWJsZXQMbW9iaWxlX3Bob25lDGNpcmNsZV9ibGFuawpxdW90ZV9sZWZ0C3F1b3RlX3JpZ2h0B3NwaW5uZXIGY2lyY2xlBXJlcGx5CmdpdGh1Yl9hbHQQZm9sZGVyX2Nsb3NlX2FsdA9mb2xkZXJfb3Blbl9hbHQKZXhwYW5kX2FsdAxjb2xsYXBzZV9hbHQFc21pbGUFZnJvd24DbWVoB2dhbWVwYWQIa2V5Ym9hcmQIZmxhZ19hbHQOZmxhZ19jaGVja2VyZWQIdGVybWluYWwEY29kZQlyZXBseV9hbGwPc3Rhcl9oYWxmX2VtcHR5DmxvY2F0aW9uX2Fycm93BGNyb3AJY29kZV9mb3JrBnVubGluawRfMjc5C2V4Y2xhbWF0aW9uC3N1cGVyc2NyaXB0CXN1YnNjcmlwdARfMjgzDHB1enpsZV9waWVjZQptaWNyb3Bob25lDm1pY3JvcGhvbmVfb2ZmBnNoaWVsZA5jYWxlbmRhcl9lbXB0eRFmaXJlX2V4dGluZ3Vpc2hlcgZyb2NrZXQGbWF4Y2RuEWNoZXZyb25fc2lnbl9sZWZ0EmNoZXZyb25fc2lnbl9yaWdodA9jaGV2cm9uX3NpZ25fdXARY2hldnJvbl9zaWduX2Rvd24FaHRtbDUEY3NzMwZhbmNob3IKdW5sb2NrX2FsdAhidWxsc2V5ZRNlbGxpcHNpc19ob3Jpem9udGFsEWVsbGlwc2lzX3ZlcnRpY2FsBF8zMDMJcGxheV9zaWduBnRpY2tldA5taW51c19zaWduX2FsdAtjaGVja19taW51cwhsZXZlbF91cApsZXZlbF9kb3duCmNoZWNrX3NpZ24JZWRpdF9zaWduBF8zMTIKc2hhcmVfc2lnbgdjb21wYXNzCGNvbGxhcHNlDGNvbGxhcHNlX3RvcARfMzE3A2V1cgNnYnADdXNkA2lucgNqcHkDcnViA2tydwNidGMEZmlsZQlmaWxlX3RleHQQc29ydF9ieV9hbHBoYWJldARfMzI5EnNvcnRfYnlfYXR0cmlidXRlcxZzb3J0X2J5X2F0dHJpYnV0ZXNfYWx0DXNvcnRfYnlfb3JkZXIRc29ydF9ieV9vcmRlcl9hbHQEXzMzNARfMzM1DHlvdXR1YmVfc2lnbgd5b3V0dWJlBHhpbmcJeGluZ19zaWduDHlvdXR1YmVfcGxheQdkcm9wYm94DXN0YWNrZXhjaGFuZ2UJaW5zdGFncmFtBmZsaWNrcgNhZG4EZjE3MQ5iaXRidWNrZXRfc2lnbgZ0dW1ibHILdHVtYmxyX3NpZ24PbG9uZ19hcnJvd19kb3duDWxvbmdfYXJyb3dfdXAPbG9uZ19hcnJvd19sZWZ0EGxvbmdfYXJyb3dfcmlnaHQHd2luZG93cwdhbmRyb2lkBWxpbnV4B2RyaWJibGUFc2t5cGUKZm91cnNxdWFyZQZ0cmVsbG8GZmVtYWxlBG1hbGUGZ2l0dGlwA3N1bgRfMzY2B2FyY2hpdmUDYnVnAnZrBXdlaWJvBnJlbnJlbgRfMzcyDnN0YWNrX2V4Y2hhbmdlBF8zNzQVYXJyb3dfY2lyY2xlX2FsdF9sZWZ0BF8zNzYOZG90X2NpcmNsZV9hbHQEXzM3OAx2aW1lb19zcXVhcmUEXzM4MA1wbHVzX3NxdWFyZV9vBF8zODIEXzM4MwRfMzg0BF8zODUEXzM4NgRfMzg3BF8zODgEXzM4OQd1bmlGMUEwBGYxYTEEXzM5MgRfMzkzBGYxYTQEXzM5NQRfMzk2BF8zOTcEXzM5OARfMzk5BF80MDAEZjFhYgRfNDAyBF80MDMEXzQwNAd1bmlGMUIxBF80MDYEXzQwNwRfNDA4BF80MDkEXzQxMARfNDExBF80MTIEXzQxMwRfNDE0BF80MTUEXzQxNgRfNDE3BF80MTgEXzQxOQd1bmlGMUMwB3VuaUYxQzEEXzQyMgRfNDIzBF80MjQEXzQyNQRfNDI2BF80MjcEXzQyOARfNDI5BF80MzAEXzQzMQRfNDMyBF80MzMEXzQzNAd1bmlGMUQwB3VuaUYxRDEHdW5pRjFEMgRfNDM4BF80MzkHdW5pRjFENQd1bmlGMUQ2B3VuaUYxRDcEXzQ0MwRfNDQ0BF80NDUEXzQ0NgRfNDQ3BF80NDgEXzQ0OQd1bmlGMUUwBF80NTEEXzQ1MgRfNDUzBF80NTQEXzQ1NQRfNDU2BF80NTcEXzQ1OARfNDU5BF80NjAEXzQ2MQRfNDYyBF80NjMEXzQ2NAd1bmlGMUYwBF80NjYEXzQ2NwRmMWYzBF80NjkEXzQ3MARfNDcxBF80NzIEXzQ3MwRfNDc0BF80NzUEXzQ3NgRmMWZjBF80NzgEXzQ3OQRfNDgwBF80ODEEXzQ4MgRfNDgzBF80ODQEXzQ4NQRfNDg2BF80ODcEXzQ4OARfNDg5BF80OTAEXzQ5MQRfNDkyBF80OTMEXzQ5NARmMjEwBF80OTYEZjIxMgRfNDk4BF80OTkEXzUwMARfNTAxBF81MDIEXzUwMwRfNTA0BF81MDUEXzUwNgRfNTA3BF81MDgEXzUwOQV2ZW51cwRfNTExBF81MTIEXzUxMwRfNTE0BF81MTUEXzUxNgRfNTE3BF81MTgEXzUxOQRfNTIwBF81MjEEXzUyMgRfNTIzBF81MjQEXzUyNQRfNTI2BF81MjcEXzUyOARfNTI5BF81MzAEXzUzMQRfNTMyBF81MzMEXzUzNARfNTM1BF81MzYEXzUzNwRfNTM4BF81MzkEXzU0MARfNTQxBF81NDIEXzU0MwRfNTQ0BF81NDUEXzU0NgRfNTQ3BF81NDgEXzU0OQRfNTUwBF81NTEEXzU1MgRfNTUzBF81NTQEXzU1NQRfNTU2BF81NTcEXzU1OARfNTU5BF81NjAEXzU2MQRfNTYyBF81NjMEXzU2NARfNTY1BF81NjYEXzU2NwRfNTY4BF81NjkEZjI2MARmMjYxBF81NzIEZjI2MwRfNTc0BF81NzUEXzU3NgRfNTc3BF81NzgEXzU3OQRfNTgwBF81ODEEXzU4MgRfNTgzBF81ODQEXzU4NQRfNTg2BF81ODcEXzU4OARfNTg5BF81OTAEXzU5MQRfNTkyBF81OTMEXzU5NARfNTk1BF81OTYEXzU5NwRfNTk4BGYyN2UHdW5pRjI4MAd1bmlGMjgxBF82MDIEXzYwMwRfNjA0B3VuaUYyODUHdW5pRjI4NgRfNjA3BF82MDgEXzYwOQRfNjEwBF82MTEEXzYxMgRfNjEzBF82MTQEXzYxNQRfNjE2BF82MTcEXzYxOARfNjE5BF82MjAEXzYyMQRfNjIyBF82MjMEXzYyNARfNjI1BF82MjYEXzYyNwRfNjI4BF82MjkHdW5pRjJBMAd1bmlGMkExB3VuaUYyQTIHdW5pRjJBMwd1bmlGMkE0B3VuaUYyQTUHdW5pRjJBNgd1bmlGMkE3B3VuaUYyQTgHdW5pRjJBOQd1bmlGMkFBB3VuaUYyQUIHdW5pRjJBQwd1bmlGMkFEB3VuaUYyQUUHdW5pRjJCMAd1bmlGMkIxB3VuaUYyQjIHdW5pRjJCMwd1bmlGMkI0B3VuaUYyQjUHdW5pRjJCNgd1bmlGMkI3B3VuaUYyQjgHdW5pRjJCOQd1bmlGMkJBB3VuaUYyQkIHdW5pRjJCQwd1bmlGMkJEB3VuaUYyQkUHdW5pRjJDMAd1bmlGMkMxB3VuaUYyQzIHdW5pRjJDMwd1bmlGMkM0B3VuaUYyQzUHdW5pRjJDNgd1bmlGMkM3B3VuaUYyQzgHdW5pRjJDOQd1bmlGMkNBB3VuaUYyQ0IHdW5pRjJDQwd1bmlGMkNEB3VuaUYyQ0UHdW5pRjJEMAd1bmlGMkQxB3VuaUYyRDIHdW5pRjJEMwd1bmlGMkQ0B3VuaUYyRDUHdW5pRjJENgd1bmlGMkQ3B3VuaUYyRDgHdW5pRjJEOQd1bmlGMkRBB3VuaUYyREIHdW5pRjJEQwd1bmlGMkREB3VuaUYyREUHdW5pRjJFMAd1bmlGMkUxB3VuaUYyRTIHdW5pRjJFMwd1bmlGMkU0B3VuaUYyRTUHdW5pRjJFNgd1bmlGMkU3BF82OTgHdW5pRjJFOQd1bmlGMkVBB3VuaUYyRUIHdW5pRjJFQwd1bmlGMkVEB3VuaUYyRUUAAAAAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQABAsIAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAAMtPPDAAAAAA1DFouQ==);src:url(data:application/vnd.ms-fontobject;base64,bocCAKyGAgABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAWXjPkAAAAAAAAAAAAAAAAAAAAAAAABYARgBvAG4AdABBAHcAZQBzAG8AbQBlAAAADgBSAGUAZwB1AGwAYQByAAAAJABWAGUAcgBzAGkAbwBuACAANAAuADcALgAwACAAMgAwADEANgAAABYARgBvAG4AdABBAHcAZQBzAG8AbQBlAAAAAAAAAQAAAA0AgAADAFBGRlRNa75HuQAChpAAAAAcR0RFRgLwAAQAAoZwAAAAIE9TLzKIMnpAAAABWAAAAGBjbWFwCr86fwAADKgAAALyZ2FzcP//AAMAAoZoAAAACGdseWaP965NAAAarAACTLxoZWFkEInlLQAAANwAAAA2aGhlYQ8DCrUAAAEUAAAAJGhtdHhFeRiFAAABuAAACvBsb2NhAvWiXAAAD5wAAAsQbWF4cAMsAhwAAAE4AAAAIG5hbWXjl4usAAJnaAAABIZwb3N0r4+boQACa/AAABp1AAEAAAAEAcuQz3hZXw889QALBwAAAAAA1DPNMgAAAADUM80y////AAkBBgAAAAAIAAIAAQAAAAAAAQAABgD/AAAACQD/////CQEAAQAAAAAAAAAAAAAAAAAAArUAAQAAAsMCGQAnAAAAAAACAAAAAQABAAAAQAAAAAAAAAADBmkBkAAFAAAEjAQzAAAAhgSMBDMAAAJzAAABigAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABweXJzAEAAIPUABgD/AAAABgABAAAAAAEAAAAAAAAAAAAAACAAAQOAAHAAAAAAAlUAAAHAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAABdBgAAAAaAAAAHAAAABwAAAAaAAAAGgAAABQAAAAeAAAAGgAAABwAAAAcAAAAHAAB5BYAAbgaAAAAGgAAABgAAAAcAAAAGAAAABYAAAAaAABoGAAAABgAAAAeAADIGgAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABwAAAASAAAAHAABABoAAAAMAAAAEgAAABoAAAAWAAAAHAAAABgAAAAeAAAAGgAAKBQAAAAaAAAAHgAAABoAAAAWAAAAEAAAABwAAAAYAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAeAAAAGAAAABAAAAAYAAAAEAAAABwAAAAaAAAAGgAAABwAAAAQAAAAHAAAABoAAegWAAAAGAAAABgAAAAaAAAAHAAAABAAAAAYCAAEFAACaBQAAWgYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAABABgAAAAaAADUGgAA1BwAAAAYAAAAGAAANBYAAAAWAAAAGgAB6BgAAAAYAAAAHAAAABYAAAAcAAAAHAAAABwAAEAWAAAAGgAAABwAAAAcAAAAGAAAABwAAWgcAAFoHgAAABoAAAAaAAAAHgAAAAwAAQAcAAAAIAAAABgAAAAYAAAAHAAAABwAAAAeAAAAHAAAABgAAAAYAAAADgAAABwAAAAaAAAAGAAAABIAAAAcAAAAGAAAABoAAAAYAAAAGgAAABgAAAAWAAAAFgAAABQAAAAYAAAAGgAAsBAAAXwYAAAAGgAAAB4AAAAWAAAAGAAAABwAAAAcAAEAGAAACBwAAAAcAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABoAAFQcAAAAFgAAFBwAAAAYAAAAHgAAABoAAEAeAAAAGgABzBwAAAQcAAAAFgAAEBgAAAAYAAAAGAAAABwAAAAcAAA8HAAAABgAAAAaAAAAGgAAbBwAAQAYAAAAGAAAABgAAAAkAAAAHgAAABAAAAAQAAAACgABAAoAAAAaAAAAEAAAABAAAAAQAAAAHAAAABgAAAAYAAAAHAAAoBwAAAAcAAAAHAAAAA4AAAQcAAAAGgAAABwAAAAQAAAAHAAAAB4AAAAeAAAAFgAAABYAAAAcAAAAHAABAB4AAAAWAAAAGAAAABYAAAAWAAAAHgABABwAAAAeAAAAGgABABgAAAAYAAAAEAAAtBAAADQSAAE0EgABNAoAALQKAAA0EgABNBIAATQeAAAAHgAAABIAAAAMAAAAGAAAABoAAAAaAAAAHAABABgAAAAcAAAAGgAAABoAAAAeAAAAHAAAABwAAAAYAAAAGAAAABgAAAAeAAAAHgAAABwAAQAcAAEAGgAANB4AALQcAAAAGgAACBYAAAgaAAAAEAAAABoAAAAQAAGACgAAAAoAAYgYAAAUGAAAFB4AAAQaAAAAEgAAABYAADQUAAAAGgAAABYAAAwaAACQHAAAABgAAAAYAAAAGAAAABgAAAAWAAAAHAAAMBwAAAASAAAAGAAAABYAAAAGAAAAGAAAABgAAAAcAADYGAAAABYAAAAQAAAMEAAADBgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAEAAAABAAAAAQAADQDggAABAMABAUAAAAHAAAABQAAOAYAAAAGAAAABoAAIgaAACIHAAAiBwAAIgYAACIGAAAiBoAAAAaAAAAGAAAABgAAGwWAAAUGAAAABwAAAAcAAEAGAAALBgAAAAYAAAAGAAAABYAAAAYAAAAEAABEBgAAAAMAAAMDAAADBwAAQAcAAAAFgAAABoAAAAWAAAAGAAALBgAAAAYAAAAFAAAsBgAAAAUAAAAEAAAABgAAAAcAACwGAAAABwAAQAaAACAHgP//BwAAAAYAAAAFgAAABQAAFQYAAAAGAAAABgAAAAYAAAAGgAAABgAAAASAAAAFgAAACIAAAAaAAAAGAAAABwAAAAcAAAAIAAAACQAAAAYAAG0GAAAABwAAAAYAAAAGAAAAB4AAAAYAAAAIAAAABgAAAAf2ACkGAAAABgAAAAYAAAAHAAAABgAAAAUAAEAGgAAAAwAAQAcAAAAJAAAACAAAAAYAAAAHAAAABgAAAAcAABAIAAAACAAAAAYAACAGAAAABAAAAAkAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAJwcAAAAIAAAABwAAAAcAACAHAAATBwAAAAYAAAAHAABEBgAAAAUAADkHAAASCAAAAAcAAAAHAAAABgAAAAYAAAAHAAA+BQAAGAYAAAAGAAAABgAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAGQcAAGQGAABZCAAAAAgAACoHAAAABgAACQcAACcJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAOCAAADgWAAAAGAAAABgAAAAcAAAAHAAAABwAAAAgAAAAHAAAACAAAAAcAAAAGAAAACAAAAAgAAAAJAAAABgAAAAgAAAAFAAALCAAAAAYAAAAGAAAABgAAAAgAAAAGAAAABgAAAAgAAAAIAAAABgAAAAgAAAAIAAAABoAAAAaAAAAIAAAACAAAEwYAAAAJAAAABgAAAAcAAAAFAAACBgAAAAUAAAAGAAACBwAAAAcA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AaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAAiAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTANICVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncCeAJ5AnoCewJ8An0CfgJ/AoACgQKCAoMChAKFAoYChwKIAokCigKLAowCjQKOAo8CkAKRApICkwKUApUClgKXApgCmQKaApsCnAKdAp4CnwKgAqECogKjAqQCpQKmAqcCqAKpAqoCqwKsAq0CrgKvArACsQKyArMCtAK1ArYCtwK4ArkCugK7ArwCvQK+Ar8CwALBAsICwwLEAsUCxgLHAsgCyQLKAssCzALNAs4CzwLQAtEC0gLTAtQC1QLWAtcC2ALZAtoC2wLcAt0C3gLfAuAC4QLiAuMC5ALlAuYC5wLoAukC6gLrAuwC7QLuAu8C8ALxAvIC8wL0AvUC9gL3AvgC+QL6AvsC/AL9Av4C/wMAAwEDAgMDAwQDBQMGAwcDCAMJAwoDCwMMAw0DDgMPAxADEQMSAxMDFAMVAxYDFwMYAxkDGgMbAxwDHQMeAx8DIAMhAyIDIwMkAyUDJgMnAygDKQMqAysDLAMtAy4DLwMwAzEDMgMzAzQDNQM2AzcDOAM5AzoDOwM8Az0DPgM/A0ADQQNCA0MDRANFA0YDRwNIA0kDSgNLA0wDTQNOA08DUANRA1IDUwNUA1UDVgNXA1gDWQNaA1sDXANdA14DXwNgA2EDYgNjA2QDZQNmA2cDaANpA2oDawNsA20DbgNvA3ADcQNyA3MDdAN1A3YDdwN4A3kDegN7A3wDfQN+A38DgAOBA4IDgwOEA4UDhgOHA4gDiQOKA4sDjAONA44DjwOQA5EDkgOTA5QDlQOWA5cDmAOZA5oDmwOcA50DngOfA6ADoQOiA6MDpAOlA6YDpwOoA6kDqgOrA6wDrQOuA68DsAOxAJQFZ2xhc3MFbXVzaWMGc2VhcmNoCGVudmVsb3BlBWhlYXJ0BHN0YXIKc3Rhcl9lbXB0eQR1c2VyBGZpbG0IdGhfbGFyZ2UCdGgHdGhfbGlzdAJvawZyZW1vdmUHem9vbV9pbgh6b29tX291dANvZmYGc2lnbmFsA2NvZwV0cmFzaARob21lCGZpbGVfYWx0BHRpbWUEcm9hZAxkb3dubG9hZF9hbHQIZG93bmxvYWQGdXBsb2FkBWluYm94C3BsYXlfY2lyY2xlBnJlcGVhdAdyZWZyZXNoCGxpc3RfYWx0BGxvY2sEZmxhZwpoZWFkcGhvbmVzCnZvbHVtZV9vZmYLdm9sdW1lX2Rvd24Jdm9sdW1lX3VwBnFyY29kZQdiYXJjb2RlA3RhZwR0YWdzBGJvb2sIYm9va21hcmsFcHJpbnQGY2FtZXJhBGZvbnQEYm9sZAZpdGFsaWMLdGV4dF9oZWlnaHQKdGV4dF93aWR0aAphbGlnbl9sZWZ0DGFsaWduX2NlbnRlcgthbGlnbl9yaWdodA1hbGlnbl9qdXN0aWZ5BGxpc3QLaW5kZW50X2xlZnQMaW5kZW50X3JpZ2h0DmZhY2V0aW1lX3ZpZGVvB3BpY3R1cmUGcGVuY2lsCm1hcF9tYXJrZXIGYWRqdXN0BHRpbnQEZWRpdAVzaGFyZQVjaGVjawRtb3ZlDXN0ZXBfYmFja3dhcmQNZmFzdF9iYWNrd2FyZAhiYWNrd2FyZARwbGF5BXBhdXNlBHN0b3AHZm9yd2FyZAxmYXN0X2ZvcndhcmQMc3RlcF9mb3J3YXJkBWVqZWN0DGNoZXZyb25fbGVmdA1jaGV2cm9uX3JpZ2h0CXBsdXNfc2lnbgptaW51c19zaWduC3JlbW92ZV9zaWduB29rX3NpZ24NcXVlc3Rpb25fc2lnbglpbmZvX3NpZ24Kc2NyZWVuc2hvdA1yZW1vdmVfY2lyY2xlCW9rX2NpcmNsZQpiYW5fY2lyY2xlCmFycm93X2xlZnQLYXJyb3dfcmlnaHQIYXJyb3dfdXAKYXJyb3dfZG93bglzaGFyZV9hbHQLcmVzaXplX2Z1bGwMcmVzaXplX3NtYWxsEGV4Y2xhbWF0aW9uX3NpZ24EZ2lmdARsZWFmBGZpcmUIZXllX29wZW4JZXllX2Nsb3NlDHdhcm5pbmdfc2lnbgVwbGFuZQhjYWxlbmRhcgZyYW5kb20HY29tbWVudAZtYWduZXQKY2hldnJvbl91cAxjaGV2cm9uX2Rvd24HcmV0d2VldA1zaG9wcGluZ19jYXJ0DGZvbGRlcl9jbG9zZQtmb2xkZXJfb3Blbg9yZXNpemVfdmVydGljYWwRcmVzaXplX2hvcml6b250YWwJYmFyX2NoYXJ0DHR3aXR0ZXJfc2lnbg1mYWNlYm9va19zaWduDGNhbWVyYV9yZXRybwNrZXkEY29ncwhjb21tZW50cw10aHVtYnNfdXBfYWx0D3RodW1ic19kb3duX2FsdAlzdGFyX2hhbGYLaGVhcnRfZW1wdHkHc2lnbm91dA1saW5rZWRpbl9zaWduB3B1c2hwaW4NZXh0ZXJuYWxfbGluawZzaWduaW4GdHJvcGh5C2dpdGh1Yl9zaWduCnVwbG9hZF9hbHQFbGVtb24FcGhvbmULY2hlY2tfZW1wdHkOYm9va21hcmtfZW1wdHkKcGhvbmVfc2lnbgd0d2l0dGVyCGZhY2Vib29rBmdpdGh1YgZ1bmxvY2sLY3JlZGl0X2NhcmQDcnNzA2hkZAhidWxsaG9ybgRiZWxsC2NlcnRpZmljYXRlCmhhbmRfcmlnaHQJaGFuZF9sZWZ0B2hhbmRfdXAJaGFuZF9kb3duEWNpcmNsZV9hcnJvd19sZWZ0EmNpcmNsZV9hcnJvd19yaWdodA9jaXJjbGVfYXJyb3dfdXARY2lyY2xlX2Fycm93X2Rvd24FZ2xvYmUGd3JlbmNoBXRhc2tzBmZpbHRlcglicmllZmNhc2UKZnVsbHNjcmVlbgVncm91cARsaW5rBWNsb3VkBmJlYWtlcgNjdXQEY29weQpwYXBlcl9jbGlwBHNhdmUKc2lnbl9ibGFuawdyZW9yZGVyAnVsAm9sDXN0cmlrZXRocm91Z2gJdW5kZXJsaW5lBXRhYmxlBW1hZ2ljBXRydWNrCXBpbnRlcmVzdA5waW50ZXJlc3Rfc2lnbhBnb29nbGVfcGx1c19zaWduC2dvb2dsZV9wbHVzBW1vbmV5CmNhcmV0X2Rvd24IY2FyZXRfdXAKY2FyZXRfbGVmdAtjYXJldF9yaWdodAdjb2x1bW5zBHNvcnQJc29ydF9kb3duB3NvcnRfdXAMZW52ZWxvcGVfYWx0CGxpbmtlZGluBHVuZG8FbGVnYWwJZGFzaGJvYXJkC2NvbW1lbnRfYWx0DGNvbW1lbnRzX2FsdARib2x0B3NpdGVtYXAIdW1icmVsbGEFcGFzdGUKbGlnaHRfYnVsYghleGNoYW5nZQ5jbG91ZF9kb3dubG9hZAxjbG91ZF91cGxvYWQHdXNlcl9tZAtzdGV0aG9zY29wZQhzdWl0Y2FzZQhiZWxsX2FsdAZjb2ZmZWUEZm9vZA1maWxlX3RleHRfYWx0CGJ1aWxkaW5nCGhvc3BpdGFsCWFtYnVsYW5jZQZtZWRraXQLZmlnaHRlcl9qZXQEYmVlcgZoX3NpZ24EZjBmZRFkb3VibGVfYW5nbGVfbGVmdBJkb3VibGVfYW5nbGVfcmlnaHQPZG91YmxlX2FuZ2xlX3VwEWRvdWJsZV9hbmdsZV9kb3duCmFuZ2xlX2xlZnQLYW5nbGVfcmlnaHQIYW5nbGVfdXAKYW5nbGVfZG93bgdkZXNrdG9wBmxhcHRvcAZ0YWJsZXQMbW9iaWxlX3Bob25lDGNpcmNsZV9ibGFuawpxdW90ZV9sZWZ0C3F1b3RlX3JpZ2h0B3NwaW5uZXIGY2lyY2xlBXJlcGx5CmdpdGh1Yl9hbHQQZm9sZGVyX2Nsb3NlX2FsdA9mb2xkZXJfb3Blbl9hbHQKZXhwYW5kX2FsdAxjb2xsYXBzZV9hbHQFc21pbGUFZnJvd24DbWVoB2dhbWVwYWQIa2V5Ym9hcmQIZmxhZ19hbHQOZmxhZ19jaGVja2VyZWQIdGVybWluYWwEY29kZQlyZXBseV9hbGwPc3Rhcl9oYWxmX2VtcHR5DmxvY2F0aW9uX2Fycm93BGNyb3AJY29kZV9mb3JrBnVubGluawRfMjc5C2V4Y2xhbWF0aW9uC3N1cGVyc2NyaXB0CXN1YnNjcmlwdARfMjgzDHB1enpsZV9waWVjZQptaWNyb3Bob25lDm1pY3JvcGhvbmVfb2ZmBnNoaWVsZA5jYWxlbmRhcl9lbXB0eRFmaXJlX2V4dGluZ3Vpc2hlcgZyb2NrZXQGbWF4Y2RuEWNoZXZyb25fc2lnbl9sZWZ0EmNoZXZyb25fc2lnbl9yaWdodA9jaGV2cm9uX3NpZ25fdXARY2hldnJvbl9zaWduX2Rvd24FaHRtbDUEY3NzMwZhbmNob3IKdW5sb2NrX2FsdAhidWxsc2V5ZRNlbGxpcHNpc19ob3Jpem9udGFsEWVsbGlwc2lzX3ZlcnRpY2FsBF8zMDMJcGxheV9zaWduBnRpY2tldA5taW51c19zaWduX2FsdAtjaGVja19taW51cwhsZXZlbF91cApsZXZlbF9kb3duCmNoZWNrX3NpZ24JZWRpdF9zaWduBF8zMTIKc2hhcmVfc2lnbgdjb21wYXNzCGNvbGxhcHNlDGNvbGxhcHNlX3RvcARfMzE3A2V1cgNnYnADdXNkA2lucgNqcHkDcnViA2tydwNidGMEZmlsZQlmaWxlX3RleHQQc29ydF9ieV9hbHBoYWJldARfMzI5EnNvcnRfYnlfYXR0cmlidXRlcxZzb3J0X2J5X2F0dHJpYnV0ZXNfYWx0DXNvcnRfYnlfb3JkZXIRc29ydF9ieV9vcmRlcl9hbHQEXzMzNARfMzM1DHlvdXR1YmVfc2lnbgd5b3V0dWJlBHhpbmcJeGluZ19zaWduDHlvdXR1YmVfcGxheQdkcm9wYm94DXN0YWNrZXhjaGFuZ2UJaW5zdGFncmFtBmZsaWNrcgNhZG4EZjE3MQ5iaXRidWNrZXRfc2lnbgZ0dW1ibHILdHVtYmxyX3NpZ24PbG9uZ19hcnJvd19kb3duDWxvbmdfYXJyb3dfdXAPbG9uZ19hcnJvd19sZWZ0EGxvbmdfYXJyb3dfcmlnaHQHd2luZG93cwdhbmRyb2lkBWxpbnV4B2RyaWJibGUFc2t5cGUKZm91cnNxdWFyZQZ0cmVsbG8GZmVtYWxlBG1hbGUGZ2l0dGlwA3N1bgRfMzY2B2FyY2hpdmUDYnVnAnZrBXdlaWJvBnJlbnJlbgRfMzcyDnN0YWNrX2V4Y2hhbmdlBF8zNzQVYXJyb3dfY2lyY2xlX2FsdF9sZWZ0BF8zNzYOZG90X2NpcmNsZV9hbHQEXzM3OAx2aW1lb19zcXVhcmUEXzM4MA1wbHVzX3NxdWFyZV9vBF8zODIEXzM4MwRfMzg0BF8zODUEXzM4NgRfMzg3BF8zODgEXzM4OQd1bmlGMUEwBGYxYTEEXzM5MgRfMzkzBGYxYTQEXzM5NQRfMzk2BF8zOTcEXzM5OARfMzk5BF80MDAEZjFhYgRfNDAyBF80MDMEXzQwNAd1bmlGMUIxBF80MDYEXzQwNwRfNDA4BF80MDkEXzQxMARfNDExBF80MTIEXzQxMwRfNDE0BF80MTUEXzQxNgRfNDE3BF80MTgEXzQxOQd1bmlGMUMwB3VuaUYxQzEEXzQyMgRfNDIzBF80MjQEXzQyNQRfNDI2BF80MjcEXzQyOARfNDI5BF80MzAEXzQzMQRfNDMyBF80MzMEXzQzNAd1bmlGMUQwB3VuaUYxRDEHdW5pRjFEMgRfNDM4BF80MzkHdW5pRjFENQd1bmlGMUQ2B3VuaUYxRDcEXzQ0MwRfNDQ0BF80NDUEXzQ0NgRfNDQ3BF80NDgEXzQ0OQd1bmlGMUUwBF80NTEEXzQ1MgRfNDUzBF80NTQEXzQ1NQRfNDU2BF80NTcEXzQ1OARfNDU5BF80NjAEXzQ2MQRfNDYyBF80NjMEXzQ2NAd1bmlGMUYwBF80NjYEXzQ2NwRmMWYzBF80NjkEXzQ3MARfNDcxBF80NzIEXzQ3MwRfNDc0BF80NzUEXzQ3NgRmMWZjBF80NzgEXzQ3OQRfNDgwBF80ODEEXzQ4MgRfNDgzBF80ODQEXzQ4NQRfNDg2BF80ODcEXzQ4OARfNDg5BF80OTAEXzQ5MQRfNDkyBF80OTMEXzQ5NARmMjEwBF80OTYEZjIxMgRfNDk4BF80OTkEXzUwMARfNTAxBF81MDIEXzUwMwRfNTA0BF81MDUEXzUwNgRfNTA3BF81MDgEXzUwOQV2ZW51cwRfNTExBF81MTIEXzUxMwRfNTE0BF81MTUEXzUxNgRfNTE3BF81MTgEXzUxOQRfNTIwBF81MjEEXzUyMgRfNTIzBF81MjQEXzUyNQRfNTI2BF81MjcEXzUyOARfNTI5BF81MzAEXzUzMQRfNTMyBF81MzMEXzUzNARfNTM1BF81MzYEXzUzNwRfNTM4BF81MzkEXzU0MARfNTQxBF81NDIEXzU0MwRfNTQ0BF81NDUEXzU0NgRfNTQ3BF81NDgEXzU0OQRfNTUwBF81NTEEXzU1MgRfNTUzBF81NTQEXzU1NQRfNTU2BF81NTcEXzU1OARfNTU5BF81NjAEXzU2MQRfNTYyBF81NjMEXzU2NARfNTY1BF81NjYEXzU2NwRfNTY4BF81NjkEZjI2MARmMjYxBF81NzIEZjI2MwRfNTc0BF81NzUEXzU3NgRfNTc3BF81NzgEXzU3OQRfNTgwBF81ODEEXzU4MgRfNTgzBF81ODQEXzU4NQRfNTg2BF81ODcEXzU4OARfNTg5BF81OTAEXzU5MQRfNTkyBF81OTMEXzU5NARfNTk1BF81OTYEXzU5NwRfNTk4BGYyN2UHdW5pRjI4MAd1bmlGMjgxBF82MDIEXzYwMwRfNjA0B3VuaUYyODUHdW5pRjI4NgRfNjA3BF82MDgEXzYwOQRfNjEwBF82MTEEXzYxMgRfNjEzBF82MTQEXzYxNQRfNjE2BF82MTcEXzYxOARfNjE5BF82MjAEXzYyMQRfNjIyBF82MjMEXzYyNARfNjI1BF82MjYEXzYyNwRfNjI4BF82MjkHdW5pRjJBMAd1bmlGMkExB3VuaUYyQTIHdW5pRjJBMwd1bmlGMkE0B3VuaUYyQTUHdW5pRjJBNgd1bmlGMkE3B3VuaUYyQTgHdW5pRjJBOQd1bmlGMkFBB3VuaUYyQUIHdW5pRjJBQwd1bmlGMkFEB3VuaUYyQUUHdW5pRjJCMAd1bmlGMkIxB3VuaUYyQjIHdW5pRjJCMwd1bmlGMkI0B3VuaUYyQjUHdW5pRjJCNgd1bmlGMkI3B3VuaUYyQjgHdW5pRjJCOQd1bmlGMkJBB3VuaUYyQkIHdW5pRjJCQwd1bmlGMkJEB3VuaUYyQkUHdW5pRjJDMAd1bmlGMkMxB3VuaUYyQzIHdW5pRjJDMwd1bmlGMkM0B3VuaUYyQzUHdW5pRjJDNgd1bmlGMkM3B3VuaUYyQzgHdW5pRjJDOQd1bmlGMkNBB3VuaUYyQ0IHdW5pRjJDQwd1bmlGMkNEB3VuaUYyQ0UHdW5pRjJEMAd1bmlGMkQxB3VuaUYyRDIHdW5pRjJEMwd1bmlGMkQ0B3VuaUYyRDUHdW5pRjJENgd1bmlGMkQ3B3VuaUYyRDgHdW5pRjJEOQd1bmlGMkRBB3VuaUYyREIHdW5pRjJEQwd1bmlGMkREB3VuaUYyREUHdW5pRjJFMAd1bmlGMkUxB3VuaUYyRTIHdW5pRjJFMwd1bmlGMkU0B3VuaUYyRTUHdW5pRjJFNgd1bmlGMkU3BF82OTgHdW5pRjJFOQd1bmlGMkVBB3VuaUYyRUIHdW5pRjJFQwd1bmlGMkVEB3VuaUYyRUUAAAAAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQABAsIAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAAMtPPDAAAAAA1DFouQ==?#iefix&v=4.7.0) format("embedded-opentype"),url(data:font/woff2;base64,d09GMgABAAAAAS1oAA0AAAAChpgAAS0OAAQBywAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGiAGYACFchEIComZKIe2WAE2AiQDlXALlhAABCAFiQYHtHVbUglyR2H3kYQqug2BJ+096zq1GibTzT1ytyoKAhnlGvH2XQR0B9xFqm6jsv/////kpDFG2w7cQODV9Pt8rYoUCGaTbZJgmyTYkaFAZFtCUREkKFtVPCsorbhAUNA1HuRggbAO2j72UBAaO+EokdExs/1s2/5o1Kiiwimf3Fl5lPJKaenrF62Fznwl24G3XqwUR4KiM7gSbp6V6LraldwKxM2QRIqecFxZciCUTN9Q9A6NG4N0pSnLEZjvE6c2UsJeIlMLTH7xWVLXQ1hSFQmKNIGO5kb6eVxbv+g3bqHirnwdc+C7jHEeo027jiVLyf8XLtu6DiwL+oT3+EzQdP8n9hCQyU0dLBEVY/eIK2L6xNeH50/9c/le2CSFhtd6Lgf1bcWgDPxoJmdi3vDhdu2H8wEOySeKDzajOrC7w/Nz622jYowx2KhtMCLHghqwvypWjKiNHqNjoyQsMEFUUFS0MRID+/SsPAvtO+3z0mAQ5rYn8UgOP/Fzzqk6kQ9ORJ+o/KkQSRGkJIwEVBSLW4GCYjSKEc38f+rs7yyvzrzX772jYmw2kboLSUzpaX3bjCbgNOOUbSwnyxbL8yO916Wzf1J3AaJidcC2LEuWC8YGm+J2iwPbCG1fLcDA5lxIi537jkhI/qrzk+oHxsI/mJbTbfMLOVCIrdgpOedKqIYkxr2InOex9Dj46Mfazs5+uTvEchWNbr89JBEatR+UTmRkbhshJ66m8OM7s/SsOJm8J9lOpu0eIX8tGAZKGcq20y7g2PqR7livPQwsEgQOkJseImA6GKL/Gw8JCSB7je+e3OC8EstLISefAKEtRkiUnAmJIyR+m1pfhLmdEBK1A041VlU4RsivHKKOJRRQ1Pvdq9rb+wYIDIZDcAgCJARRGaK0u9oQnXKs7KLKvZvuumu7a9obpzPZtxPROlIRJR4QtoEye/SH3qn1kh1oJbspOMkR9gD48QEPGApJTEuQNnb0I+37s+7+Biw70KY2h6BOmjLOaHa3Dw4I/u9/zf7rDE9Pkad0IxaFBuJ4VInvqkJmAp2ehHFeFiOcrp+WP3v+NWKKSeLgJS1XWpDruWKkQaMTDF7kMc3ZbjUZ+a7pitemTlGdWSf65t3NEpYE/JFTBNwYH6YhdCIgBmBiM+n3JZMH9O8zNbsCFNFmdjurndXObM6s7jmcOmpnZj9ncpv1cP94nyCAD3wS/CAkCCBlEpQcEpRaFCjFFCR3KFpyU5DodiubWtkcz9Zx9k2i7B6b7s3q3ZltPyZzW/bldJlTklNqjqc5nK/j9z+tfNrqDfHwxT5HDswGLBBiRNW3Xqn0ql6px90bOmyKM469TkGaYKs1C5wyNrMBTPlwU/IJQd+nL1XrCsLWmLS8s7QnOVy0p9WGdLiFEK8h3/b2+rca/RuBbAAGhSBQTVK0mpA5boAKzWAVEhMoyhBA0iBIeSlN0mRNyg2QHDXp1KQTSCfSkZoc8m1TPPro23Ema7wpXM97O+4xxcNt+QebONt74YvVWIQx3S0zx5qQkSmCQiiEkSz7JfWTELC2to0ExAsFBd3923efb36+mHTt8EhXOGyQ1FoRCXKk47//PWWzGuzfMSvmBwUvyY4xVz/WsHLuEg44OVBMxtIBPnVvOSDFGDEgdMOYq8N1Y6edke7EQLP5XUsUEFLvf2JO/7uSdvuTtNQaqqgouCKKg3nrvbt7HAxjrv+P5vNzY3qmGSaucDWn5QShLGqzbiCia07EIYMug25e9/hVdR8AQHz8GD92tT73B7kdudwckXIYVWHcSFIgCxqPEPq51/jVkQCT80kNRInfy4tRv71+cOkKgNyNOzu4bvn5jUwYFyShdPkJOgloRkNZoe3eVE+gRk4dTn59F/ExImCzqPyf2GHPB8sozT9IIBGXlocfxFyWzeV1yjATTNS19fEnte26vb7NlFBibm1Pv5jrtt39jb8CGEpsiz8CAQie5XOr5wWIMCwOOIx4yULy+va+QhnH5ZFGiRAUn1/fG1JpWh34/7fUfmUjFWqwEbF3/WhPYyomRjYMrFlxwZIFe4l9P8nzPvd1Hvu2LvM0Ds5oJQVnlGAEpybX5yC4yxIpqaxSNRjlSIx9saf/y6Swa9yp2xyQJ0qZ3k+/AEmI2xO2nV/vs38FkXFPYifWSMefAEJZRU2jAxw2yHaEgTWqEE5KDeUVAU+ITgcaRgtOeCgxkjoBXLrfq0Pga45joGI4BVH0CRNk4RhbTBQoZWwcKzJ1Le7QYdaYZKKONTuiTiTU9iKiSKqPEKtTRrpv6zJpqCKK2VyzaAQ3SYz2oDxTQ08CrRm4lsiQSKAe4kV3IQEuH9fp/SFCUxJDqmcexJ2JY+MOueRzKtWnc4koNW2UPXHGyoplovvxWZELJOtcPhBmTjiAcZeMeOojdgqlNnVt7wngGZ2wYNtOTS1KAFz0EEa3x3LpRAKAHrVa0zCTByMn6qWIbuwR0kdqTILahlgUG8qMokGqnfFnWXOZKrJZytwHx17ZtZg7ItgdJGhifz25FhnPmxOYMN52SDyXVnZ/gWObXwBcWYoD7KPodztkQhYCg4sDToOEMxshJM7n57Tn4t5JfFCYIH4TJhPkA2TFLsgDG9Sw6QItYQfz+mEZCSsrwhOSOboubVL46TTjY3mvnrkji1XVwkZX7gh1vQ3cCRdpL/Ccr5RmfoA03fBsg+sOWFP0OcOEG/cxRZ3wvTNAkP3aaxOI3BVAFycjo7y2Y6y92W7qqSC68RXvU187rCX77kmK0MEru/gu80wa2EMCeLHr7h4evvrqhrF3CdrNVtuCgIG6qOGkwMP5RXhmfkhgvekwH7whZJToQFF7T2gxiRcXsUjBtkbDq9V6cxqNN/Pdibazxpx0D3J2zOip0mudu4ZoZVMzt9uHdpk5hHF8q0+C75dLKZVVXPKWQdIlo7m7AsRvHntsPIbbS7j/up3NjqKkjmmzj/FI60eASYV6nT02mldXbzDr2Qt8Fd4lQfcaamREKSENgKlwd67I7l+Cs+s7uPGm22OXRCPp/8uBTZDA3k56nPIFtwRwsF6PQ0R43sJ4aimENU/IOfsNoWDR0kVEWO548Y0g3ZJHVcjA7cuvDsSZqgSp79baiZwuJQ23v7bOiLF+DOPx+j3/CBoWQxNvpikNRoQ388rnJFqk/Si3Z8Hrb0Ktpw3bxpzAQN7lJvLD2mXuewbq4uWOo6AIbKCwZopfxlJ4mU5bp10MrpsHOGAtM5lztKbBknt/UGoB3hm4V3VjOe+FuK6phBtbPh3qLZ8uRKLcjln6H/ebFQ+AHmSHDM/C2AeisisYXnuTrrlD7veJsW3gxNnwLKaxQE48spAd2tnQ+PKJrx9/Di6NlFbx5k3w2hFT7CvTXESeK6LaUqJ80Ta1C+IncVxU4N0CppXzHB45h0SEBlg8fyTtcImA3gciu+mFppL8JJvStwveLPlwH7tz+aVU084a3f6vYrv/1E5rSZEeX+ahYNXmCkboiB/qV5OfVv+UJdnRdwitfqmkxETUkNnCy90q87N4afIeuHlbclqqhwCZW1MltEeb3BhzYEY844WjhbOsIKLBVosr/vMhK62W9/WKuNiNizl5n2vFwWZikTgy3gZz3n1sO1spZSTE+IlUnYaWa62DkuApmnaPtqk5rAGE4xune9N1E/J1j3SPyN6zQEXj9D58Q/baPFw0JQiXUnbhDKW26eXE6Kra9EDXukPMOFyR+H4pFCNrfL65LmHrb6q62gO6MDBHlHEwHRQl8fzwE6GZaHCLqboNTP+c3iKMKz6O7Oa1JaoLXk3LiphOmnPTyAZxjrQ9lRKwD77u5eSmhrBLETRy5y0q7+cl6NpoI9clO3BQ6aaUaNZDPffO+traDZca5SYUKaliYYTGS0z4QL/5nuR0uiGifjLtU11yWWy6WjbQM9GeSt5vtJhPo1b1O7loJmdPNZJSVIgvffnB0sZ7rqXyFxdBWtImhxlT8+LZdNjK+ZzPAwvNrwHpolDq60OhpBSiMBMItLZELPtwYnDQt9R6KacgXYBJ9z4aAA5RXEJswSK6l14zUj5y/Sr7uwRDPsAeHoOn4Rd4UFW6eh6tfVkRPQIP9cyVFrx99dC2xxCaGQrnDRw2LWAvIkgLCm+FJpJEl0kw/0UyWGGJlS0fqXsONcCBmTwNLH2U0RNgYDb6x+0YkGppounYaW08VXVqWala+moOQlxAjGfLM0VqZnCW+JifOrra7eoQV9vHrp+62d+zjpyUznClxLMzYW+v+xGBMYhkYYv4IJwDt92rpf2ImUqC17I/IGrOcTeuvk3D5s5mZplZtWbLHNRzAh6wGySbnAmElUj9kRTmrGyllvW5v8CIlyglLptyBuPSdz8D8r5tPX4LgnmyY1mRYmcpPMtXhCAvVngW2muptJIk5/OPDELwcn7xhgGn0/A5E942jTDRJv6ZX3ZNAFnCJYST0p175kV/iTY8w+mVx8Lt2yWLJas0rYuO36BP3kDv807h+QihgqoiWrcY309Ee3UzUw+Mx1eLTbCVUqftM3M8w/UZp5HYsw2jgKbxsFxJDjCNqy6gxS0y3a3sz+OErTuvCeyDMNUOtn1Oqy9i9fYajk57hEmZs3xiX3LEZfidX3BTaYPjyhQPPhIn3HesNfzb+lJGLNGHiCUeU1mWhLvGV2ijNkxfaeyDoz2am75pMfEz/llJN064Q3CNScnwxJS+wxIoD6hyr769MKvde2qJGfe6hXKLS7yemeXQom8pbNnE9IczbmG/VDF/XKfDSRlFKOltvfeyvd+Dm5PCRPRs+qx/ZbOzx+Ykw4Xfd1ieiMxVrPwoQJWErvdN9WEibqwOLOQqdkezHZYcicyoE3i5iq4+lUfZDFOCEYOA7r1nwMyJIpRRy3akYhQwKnrbyFBF9HnByYmMPzevJBMLwY7Y8CWeHYlHh9LR5HDJZFnIJmbiByHt+8dhNpSOfKgIKb8OO3U3I8IzyTSQbUrEs9v4Cm/39olP+HCtyIGidjhqoOqZ/HgoS8svWtxkuwOKj3jJxYP9bTdW0V9cp2bXTOU3DHCbWPN6Fh7shUg3vi2rDpa1LCgxS0hirWWQqCxyLRkco6ARcKFMy+/G7aAzPeZUmALGMql0kTLZvFiWazqptLX/CFqANcDPcwWJDnAOiNJTc1SruAUa1es6Ll21t0QilECw9S22RbfMkQYhEJQTQY3wkTK6ybYt8EYZfbHLkoAyQseDko1RGpnVF+AFKXTFw6d82iM0hHzcXPfjqIDwyGC3ZmMQLLafI9QHZ4npMTrZLdYWq6G5dHkXINtd+4eY4OQyr1p+ArGEAC4p4+mu8/Sz1wLHjODWHrWh3CVSpUuNmKu/KHmQAmCROJa2QxrXx9aN+rfL93qTuh2KSy1OjgyE8wEO9WBeK6b1i55uCKKoizO528+0GP4C5fSAnRaVVIHyM4J0UeHYo6kGCDQ8PjpKMMOIJeXdkVphYmDovQPqds2s/IZh9lQvWgEC+hScYd6dx9CTSWkJm1cxkBb88f2DX6mQED4pw/qXvkgilIr54+lwkusLg3w3bRRGtV5az81+ZosRFzBK8epeAMlJkRfcM1a5IekYpdx70zxlzC89znBg2tcM3nGtngA4XvbU2dPBSzjM60/NOfZ3MNPqWpC0fB6K3AR2P5FuwxQJ4Awzl4FmgSH9y9+30X6V/FSKIB+n5B37wcryIErTm6X7hAcRHN811wvBcKaPFLpWCbzfM4fLq7jF1/MPLj3G8czugS19p9xbzmflUuE1q/Od827so0I44ZH3g5kzLrsI0jgUCVlnoSMw3ya4va9ThC8uZmdcChpF4mbnfQ6QyCxrh6KU6ZNn/AYU+yQDuT9YWZMHKo/6lKm6Ebwxr5BwrZdFKL/X6/JSU5KkUbqYdJ7uAzYsoFHjalwI8OM8CC9dTq5z+80dpTvNJwwYSFhdjkWYMh45kIdkpmtZ/Q3ZapCOwlI20dTt9wNREiGYygDq7vcgVoa7mQolIggVXtBgl04zT/KMog/6hoOsW/EddjrgyoQ62ehe2pxy17/nEUDq0uwKjUbFX67XEeUBCE5jzELSF/H9wzhwo1xpr6K11zfP7otn5a0DKu6P0c39LINDq50awg7hW4c2tFSSP7q6tRaFJfJ6+8VAAQYYakFwQk418J4iNFSepeD0IpZ9MHVK9IePnpbInH4z9h7ZDtF7fQJ1V/aM4O5Nkx5q+jnILYJdE/WrnRGZJ2xTsiAv8FI+PKUr50+fldvYH2VCI5VCY9Ia2cAC6GpMXBESo8QtvlpolVvX+kk8jar8D/GEGHGodt5+lmtdm0fDztVURL8/U6nL2dYvGsYt1Ncl3ZKJlNnoNwyI/nemaXxDFstJocRx8XdjqIBXAZsUeAyasSDPDC83BIF4rIJITy+u5bUd8G9dkZ4PlEddinmP34Pr/If7I4WHHzepj2LN4ySTdMccqlLbJCAGvpjpf13jtGE3G81Go9Gur7KPLG4hcsvfSXwywBC847g46pJ4/zbnmWdTpmixCbKTUl5ek0Qu+HiKTdFNUz/mvJ4nR/oj/H7hK52susTsCHY0imQhRnlU3DnxLbJmVmE3aPtCrssXNP6rn5boFyypMrzGicT9FSZ2VEhNcXDwNBQ/AlJctL2yqr5YYTyR2DQQ7pYcQE1prEjURF++6AmbRRFnqs9SiXmxTZrT0WxU/tigSt2uDauWeQ9jys4imUhK9CwgNop19i/atJviDq2dBMAPi5TpiXmOAJdWy9nmbkpu259IXFDFUqNCZHzTFDS5X+iOJGvunMvGwMYuuZp3EuqWyhvCmRQBSaBwU739JOT8HJZ8fWrO1vQ5yNrkpOkTw/4RoW2HfIMx0d+Ynre3/G6+OTODOb4fAevurJDUNXECU/p8hpufeFftORPa3OzN6kKyllZaIbqZuMttp0sv+0xuO2mr7nWz7STmFSrOdDMQ1s22E4zXQH0AFLCktEJ79Vnv4rjkn9SRlBR6qzJK53VA32H3FlwZTfuJhw5SN2+z8xhkeuigFaigm2Wz8jfeLyQ0XV6Vwb8ya4ocaCSMEz0cJQCJ5THuSedC0tiDIIPPSHwIAvhOLlvJTVwLTJeM+2La7drpMU1n5vIaOp1OVi5fMLEALJ4rFuEsuKRo3XQ3tGw4jXN+SVZeDU7ly7xN8rLDf/jYkWrk3NmDLaIJb9yuxa9R5MFvEFttf4igauk9cgOc/G0+8X56NCRNmuEXG316INXvm4BzAItoIiKeh+x1N7dWe1LDu92mALhPES2ehUQ5VtbZpWeGScqOS+xMZ9u2QhD/VA+o81C1J4dLF8/KzKbvCg5xVwWE1pLzM2W2s6USBP9w5IYmkJaI25KJ5kyLGGhws6qn1U6DYVOuowx3+aEKJpjU4oU7ZSiHLC0CN3bKeKMtv9t3JFepF89uWPNVn56HhbiJ6vfGdDiJmxG1kZkDWecRiro/S02fY3S7WdiDvnAq1YeO+okFi+It7YQc7svQkWZMrHzCW25MiuecDX00iXs12RjpoKCjM+GnjB0VC4huirCUJCQsK6NETgfUhC1I7VY+mNdIpo6Y2vlPc1wItwX/lS3RO8BXNgBO+JVNid04sp1GaZWR1Du+jaU3GWvzMrE2JQLWkswPHGFdLDohjcqy2r1FLB2f3ntVhP4BC25hd7ux+YVOZ6GGLq3ySQc5cjpqoIQV/5KMGrA8SRNFtTHwYCRgTGJyx5KEgded6s5dEeV44h05PVIZdiYqUTXogAQwen8e88v4eTyI4AHqg2BNfPbUmZpkT4bZpWlaruMZxSSu7hm7KyMeS0jIRgqNw+nE6u2+gwCnjgnuyBj4iR+njyktCb4GOk0ky3ljoK5FwCVBaZWSBTJdlpgIzGzltqiQiRyaGc04hkkavHmy0gVaF0dKs4MaogauXNUeMhrWmVhiGL9Mvvbwn0nCQS39R3JSACHNMKAToNtMK8BRaKpT81nU0hPX8lO/Nf1fHtgopQYOcG9GmqdUiYcRryNrHE7bvupsfHKHbgazZNdIoAceltx5E9uK5vnu5Mgm24YXeONwsMH34eVb6RY4RxqG/tlkdKyirKOxeuywg9mmBgk4tLRCva5LUCJAMmWMZQPmlAuseeYeeOenHtpqvbicBpVKS8KIaMFYxaxC7H3qEaY2CPnDov+1YD+1aRCRKrxbOWUrYtFWTO9hTM2ZE7Omn+lkDAJCWXAus8+ICsZuXDTs57OFxqSK3B6NZOwRPHeg31ciBgXP0z8gnye5TyUSj2EBMhlO/zkfi60sud+fobYP6iGbxeJ/LtN5f5da+a8l8jT2VcT1XvrLdaDPhuJnoCkCTSWWAOdD9c4aVumpB5qeyk0hetQmkJ287dl8FkTCLKZp9X5SLCWx+nxPIr772Qzkzx1oXDMrf6Py/GGrvRqc4ucEgIOeBYjQaTiTgh5cFCQDITGZTIrlYTZztg16EitNwlKtYufSF18Ka+C1dstqxN3pjRtV+K/oo5ItgsNqWPpHdB+VC5i/wKaVYph+iMuawJMb6pa6d3TR+a2KzZ2nUxJrUNYy/4ygKD1jdnTzoiKeWzOZyRcmtq1o6kROBYgIPbfyiI6LUMmb9EG0RxSS+cInE1/oUiOoxk06LtfsEZ8zgAnF7tZ0Sn4XnOQzend4IMCU2DuYN7rpAk+kHAs4nMlZKQrJRFNF+K6E3y+ApBPUzDeXaQ/gDI0hd3nKNsDqtCSgE404RTDqVGHejPt8QAjG/w1n+urXD/EuO23JHQe07zngOcFz3UhyTB43JqqkB5KRjjMbQnME4I58W28QASYSb3XaU2f31a0Yrit7oUFFv9/la1riCaQiTuKKZOoZNYOiOpqYSVa1otqKlT6rRu1irEuFx86oZikqY5amRzU888xDoJgAn5UuZ/QVXQSo669rlpIKGbalgRcgQTDjvi2+09mjFqapdn8EhlQguAUGD2Q0SyioFsVZcWCyqpsodd3leyy9OjAqJHwy7A6DmosvBEm6yyyTYEW8hujYFPF4UBuusyNxhLCvz8xgAJvgL+s66oDI0tPWJzuN2YlWBocRRCnLtAzOC3LJ/OOP9jg5vneifVsB+oZGrIjLCOui+d6cF863Dpy+oR0r5dLCmmieS0jeXODHmlWKjh2o5KyCSsBWJHBVapl8YzDL7tx7r97HTPPrQavaP+hW5j2nNI3y71O6GcW0dGD1xcZkmf+Jb/zZZKViBlVQBpQXzALwSqV4E9FnpK5KUvhynU+Fuc9zCfMdxsGRodoYNE13mKncHg0P6CIi9jQUMvfh6OBgTcQa8US6L04hidV2gjPVubfygeEujBVmK5NAeE+XVshx6ptqXtdD36qpS22u958RLOKxOEgEOYxaqKw8JrhvtoUfKNFA/7BrqfEe39ZNNZvzH42hXbFNhbhVMgw9EHZwQjZEWGpgqXKq8jz1d5XGMeaZWdA61SDnb5E8vwA5ojuMAZ34jkbA1fqTJBw7Mtac12q0sRD63rrseCwWEssayoGdQwTFUsSJdBgWuLASJIMcVkpmHsFmiMU5xykAr2GZOVCJqybg+NHFNk9vvtYDF2ypPJ3U8+ICGfIZ72RzPSMBM8VzFo+1UC3QYkSg1PwijQ/sWzqwd8m6Xmr5idOBu9BRZWpgjIuXVHGSBT2i+rGUSCajb48boRtrxIlMRN5XoU/7hsL5lOvKKkozc1sZzjadajHwQNnYbnI8rs6+24eGI4nN0kAJiDC/m2MGCaKdHwWZP++1nTwyikTV06YJv+h9r7BUc83ZU8790CLiC1LNCq6VpC59329a3s0Y44f5Rm8qmJWn3ZeHtv+3lrU63fTWG8GTvME3ye33SMLy5I2aDqV4obRdxdvHYRk2HnY17RJS/aDMvmUxh+0kWEyFm7rDCkqJYWGaERPdhizG8+yEkMwaIjMtz0fkIRzLpTizt/I4CnzgVDpT3lCTjAIfuLb18XAcTVKuWd5i9Oale+8ru0/9ZdubMvby12cFp6nTda7n91Y9+lU+LcUBa2I2VZ8SkpLQqXBa4k290E+oYP+y3CRX6ETBeRuOEbnxQd+7o1vANAWN/GGR/Ep/P65mRD89l++RiWSwryhLROS0sTrinEQeky9b5SOif/UkQQzF+yNLSC4ROpWeeD8l5ttW9HK3FUABW0IkzH2eY/FvGOGT21M2YExQZk0myZSAm0E8OooHrnaQnsOaClHSflDfGxB3oZLvW+vtKwj3nhStkYaP+wFgK2qjIFbfxyuPnlIq4wG2tXWjbH8hFA6j/up8/isnr0tZ/jabNrbNXwbrlnVk0n1fA4es3Fv/eXXbmJVqjqUAsLtvJMbjWT2geWpSnBFpKYsWmQZikNSLTGFEKL1Y/VXKd0kIq9q7WoAWJPQ3Atq77jkaufomf5nWNFrD3dYnjJNERp/13RBbTl3FfuZkGEQ/VvD2F1GVV6HNzbKBfXZTPsFODgNt98nDKwNT3nHwuA5IsP9h//rKVSH3zpKv5oYaF4naV2JfK6WrjZnoVfT+T12KXhu/7Aj8bDUHOQlAxeQx5id/6+DZQZ9e/oNt7KoS/ckRsm+xEjqbwTm416OjcxkOmy0T3QBOOhq7EZiAdEQBLcZ6a1O36mq1YTTtn3JjtH96D0b727sg3r/hhHj/2naI9zdbALzDpEM4liM3tnA13yuzhrMgHOJ+HSqFYkpKWdx61rN3K/y1zdkC7xAtyOpwmS9MzExbY2fY99HNbvRsY7iTYf9QiYbUy0irRue/Aru+myR90jlgf6Ohy9YYsJFcCoL0Dzgz5hJZbfAxYj6/fsa9Sq752IKvz4/J/HlCcz0ikobozMNm7Sh6S4kFHPdNf8UijRoISGDlxncItWO9RWSF6jpiOK42KAI5sBiJPO8QyWP/bI3dmB4vhb0W/BBrnZtn6gxHpLS9jAGRsMna4F4CRVNFKTXWR+tfXr2Pa9+HC/J2ib/VzJrTEX1UM/87NvEMIFd2FVRDUF+g9tBr88LqjC5fZbzg0ZROStNMAHtUySGzijaTaj5o+Jww3Qy6I+eG3dlbr+rjl5qpwIbMS8MBsXqTLP4h2hMziKbSMpjnBoG2OjZkPh2lBWhpbUXWXMw98EgMutQcWit7NpysQFfKyq8mEWxDJxLCLJIQEdByWCAUEgchFRo4nyhc48ytMpgtwVA4Dmjo70AOkhRDNAuajTx+s6EG2e5aN2olKQxl/rTF62VGy/xwWuonMTWxC9NeNhpCg80FyDO4bmOZbyMUfrqIwsKycZivUttAIdWh99AgesNe3UtzXVTeQINUTrNUIIUsUypAATfQE9kXQ76vicSr28mFmA/2k5JMDp2oaVGGTpUcLITECSM65c5S0aq7iKVq+JIXFzmXBRXiMYAtglmZl1DHTsK/AIpcJrl5TDiv07nN94kmMMtjksF2CBTwxolcjsCKofJKtUHKzTuk8lE7HJVdhYn9SbRNOAnZc68CqtgUTWb0P9SwBxyhSRIYmrJyG7tyIdJLhjnRjzhw2X1Rv+y9jYvnZ/sthCoPc221fsVYBtdQGjBk+E1eCLXwP0TFGGRJgm08hqhwO6F/BnmOBiwi26amNq3kdspwB1RcXspu9Nv3vn8FM22kPjikZUOu8dxOfRCtzertY8Og5tmtJHM327wT+pwj1bU8U0YtQbqnoBTkhvl6rNLiibETzwqAQoEJKnu4BjZjZx2Jh7FUeq1HB1gfMiuTgs322Rn/YQe2nDCbARuGpP8HO+YcIJ1FRWFHmGTxzpgABte/wFvvqk0AvKsG4QquafAbntMPZ/TSOkKIW8QJVfq5rRIzvRlKOd0NMAjKD5pJBr4yJwlvq/2T0BYSXGWgJTReNX2jhrYeAuY1gtQLHf0g0jA9B/MTDZ7BSsd9bX8f5BN5sBImqaipzyKR/i5j1oIJVrvxfWXnSt/a6zo0MnFgR8xP9KabLRMUlfKcr8HjLUKUi+6ZSpdGuOlZw9u+ojN8/8V8KcnkDorg8wasuur2SUfuzMFhvukPnqIIK+8qve90dFARYu/2gu9B3R0YRG8/BEMQjqFntHTztPXQO/K4xEnLXUcdhZgyUkU8XpVtSzOUrPcUpyvhE6w73w2aW4uqFsszy9r5jxlbMbC8wb15hHa4hY8KFyN/D6rccN88atRpQ9NhZuZ+XOcbR6QDQ6U0G+7C3mR1YnQgQqBLl8L10LFRbb0TPc5hm6abVHE8rfZeeufYofGvKMveuZZHflHbvFpvTxj41mPnhuCUD3I+UqV7Yrq5NKb3y3ZNnXGEsxGDbCk8i1aUe8Sb5pmQsTJQmQD6VBmAJx1E2AwKVnS7ApC8zvIVnYdvUK1hVZLJ4zZgiKAB/yLCgYFRZe9dawRhLd9ePHhqnzzkRy7b2dV+raW21+vF6fQ127m9269d01b6Hb5gOM+mvo4Rl/glub27ctceeaN20fQOAhgCm/OSnDvj23Bj/xn3heq1HP3om/zK091gAJvZmL110pnB7RY5cbnvcRCbRanEf6kZ0rnmzexCxRnS5xUUpwfbNtjHkQNht2XcwbZF9dirT+JZlPqtx5EjOnnrEnAcAoAQxukvIS8cpb81c5GnllUnISDgf+sifIeNpULjoaqoCuMPdFwbj1QjGeLz0tKdTY4kKzJuX8Xk3iCRur5i09ocHOJepyb1sZCSqpmPyGUXw+kUaZkbpmPgSeo9FRWE+gV1JUUWpqOMyK3z1pMfCs3K02ZqsGHYuNaQoJPOzUXA053gE+KrX9FlAvac4ChyffKebW85Gbr7VVA2ekgkZ7A0BPHZujapUPP3QEDiWA0oMc3OmM0Af+F4XwlKeb17lTPa5hMDrScsvoPx403rMW6b2BWFPnbwT+r0htWzhv34xGr+3xKY1rByzTHjZjRjc7pfJXYlbJPjS99aTmmSK1b47jPfJ7ekxNTgfueU606bTeBHQEjv5B1C7mIr0/3K7qd23VZGcUAYm92xdUtanWiqcEDs7UUw9/iBv+R1YYGXzvJTWGSE7oVVuJOYS33Ur9I4R4FYx0sCGWlJBKyC7aMlmgvH+4MABxl1UimxRZ7gkkktqNqWOJzGfA4xB9YSy0cSgM6e4OZmNuvIgO49IRZLwEY2klFmHltYsRXS2n7AEPSXX4/gaqJcXurNi14Ua4WUmp1gk4j++UT4tXP1BQUGR11+luOkm3kTB28QAgGKfY5/0TsraSWLCBpOfYdRvJwwv+X+1KXtVb/JdSlNtt1bxlpgIp83DbniGg4/L1tD5HvMbPGCKfIkGE1yifXAmnxeugSRCWGZu+K3EAP+pzqIoM0i6daKndthCcJsAvI+G95oAMfheaJ/gBRh0c57njI+r/5DUK6JkLBMxQ8QIJpqP9FuCHRn5Z7Y010DphbhU4i4+Ph74bVV04cFkSgns7Vi56MnZo/mZzDTg93qGJXETFBBpU10ZBUHzCnjszLDuuNZIdZ2AI4mYG+Fr/4yElBbCxudYd6UhLs1+8AMU4d8IyuAsgE3SgWkigojG8i4zF+r1WRVqaQ2I1YZRK6GwJtCIkuD99Z8ohq4wMEZFoApAm+Q0BCqdGv9bAOa5sgsrhT7bBHooesP81Uf7CnduWWYNYE8QboIsB5cMJzrnl/sN9jZ9u1efnvYJA1xUoLOsGaTEwH761AKEGEaIWaXtPkWWFWDsrNoWBvyomzbvV7B8ToonwNtoD+SxUA9Ymhnmd1PzZZ7LZNp0DqSJ7RBFYs4P2fC8HpIRnowERD3Ww9EI+OQQYwZLvbguiUntoB3rT0yDzMapMm4t51aJ/KhSHiGk6q77psmB0mdkjTQMUnvnUpppK2/m2XoepTaG8zTzY+X/W/i2bSbj3uDqYH+sGnnw584HQkwW8tLuC/uAx9uKu2oYTXzEdLt4bCJEOosYwKQmKzo+5gYsRLXK5rVQb63B0JEcmxEb7ifEfEiJB9UaNpUF7WZiqI55q4kxuWyo+n+J/fy9rz44RAwVognfOMizwWSmOLrgPShHArAkddTlkEPSiGU1Y/fkdI2xkY2UlyKNhRcv7s5tAgXLfhfPabBUbMiOUlXLlwuDnpta3rLRs21VfR4Dzw539DJkaokxjdp/EZT6e/P4f7Kp2LfgkD+26jqlH36z3XlAfRv9qH+z768Ed7Rqg8HEGq9ND2k7v6646VvZVVLC+Z4ZOlXmOu7uDFuRKVYzfWY5XmWIo2u6TXlgJjAyoKC1xSV1UsBlewX0fukvxQtpG83QiK04BLEmykemKV1Vwzi0R9FwWg5rBABwGIpGlDkJS6WJIRHnMEoQCgWkRHxdaPWUo0b7GZMVCAGz6obSjYN6c7qKQ9IKnnT3/EL6J89ztLMUQsvq93S2HVJLr0IujyP2++QwRgslrByI4J5BHy+AwZsyTxg+sZR+QfqPcT71PnrqUYkG+ir0kGSdOmYjTLa7JRkNgFjzPOCV8el5IejNH72Je92G2IZ/GH/0JVfQ9Wu41nebIfMqM52GnGkGoBzECRtOrBH3/TjXLxXW/azqbNDCRnlbPH0fQ/TUsVenzJKqUk23lj8bDmh6K898f/7gxGMYHQH/dOR7xUv9ReUGYNQrNlqZXMinKlfrA1MGY3Ed6dtq8t+wKZYFLrizU77Fk3vMXi/1RZ/qtmbIwK46k5telMP740lYreWHyzv8uOgxb2bfrJCne4JYP857/VWdTZVqn3Wukemfx0MrHXxbot3T761A68csOccZnNDl1wcgbIIvRzP/tvPZ/0atBOHuP65s1aX686mro9Am7b94qw6ql9gYyt98f3+TJU80Vu0kCNVq9YqH3zQ5q26W5PbW+Wnmeu61KdvuMrJvAK5v1w9R1L4SywhWzyLvkjjP46FO4U54fjGBYE6kdRJzaMrvsxh/pj5Ib+37SqPyD8jkidH0AfjPZ/txFE2FZssGuNny20mO7aHiNTz187rudlY5pWFMPL14Qr5wB+Akw6d7AuPO3FXqXHNJ6s0jK5JC/AMQ7Vn7dzxzoNZrWDGE34dYDZpeBEwDk9HuhlnYM7u3lt+k+A/TkPgUUDq+MiENuaQTs6BhKqeQX1qwI5CYfPBHDPtxaUp6hXDz8u0OnG6SasA7a+ewR1nWr4IMs92GmxmLN8Q0KOizn9Zv/OH0a7s3WLUqeoc+Z4Z2Vhvw0kSxJfLnN1YqIGiDl8nAcQS8sM19ccVXRpKhLj8MlDSCDkysKhDzYn61P8M/UDxmaZDpaCG+ZsYNhRFn2XRAEJAiwsG6KzfQZE5lN+HwwLn5se06HkGXQD1BUjxCQeJAy0c4CDbYraoOQ3R8E8e9RkwDHV3p6xJ4sjxpgI3SqZ4lcWrMq/zXMoZVmY9blaRVoCrpNAiIzmTrNZ2OHgK+7ZtFQ8UcEFo9tMT6HnikTOCu3BRCQ4l5NB0Xq+R2CB8g8KCXZ1ZQjhqQ9esbsQjBybLyYcL7vy98Mq0dqzLklChPhWWTwN/oamnBJOTrwOJebVVQXQy0F+34P3u8dHuAwvybjUzZSqDgzG7k5N29BWwtN4oS19ItXZWy8qJM30SByzVxkG0Q+BVxo3YghKUQ3UImavJdA6s+WnOLV25YOYFztbp+RvMN4RdUuYPDSF6c7JO+5Z0owSKkSa+xcyJzIRrKbzOU0ylzfSbD4TMua55ETeCqiS0sM+lREquTh/KZOXsIonU+X85HOkK5jMxIEnNF5daKF4oDWx3Ng0v9UCOWYpCjl7e2Nl9sE9UfjljvmPC8o5d+ZqVe+Ipy9197rlEOO0kE3sT+/DeE8d5Y5YsEsqkgHv2dEG6VzN6EEhJuqttw/BExjTcpFUE/dpUM2SmD0nSDp3zRJIpDRKM4EnbrI0uAWTrfulbDC37S5ZeMoBaYwyT2grdOP2Ddb4sWem0XlzZX6as1IHBX/gr2hdjSqXaHCSjXDI6WlfmDNVi1EKg7Xc919pbMSdOA59ZVno0kx47s/wol2Z6TqfEf+BVgfNmKH9w1pngIXjXI4OX4LbPTKk9IxbFi1TlaG4F02KL5GHLsyLWxSzMVOJcb9QhgvBAQHNOJabWGHwKlcfndOjkWGq7CWobs9MJv1FvNbr9ip0amLmz7W+PZUYDKRlvEPn0gZAg6znLt8864WgqJ2NK5fXlrY+YvFvO2XsSyIQGTmalbnqZXThGEb8v6qcbfJK6Mcp27Qz/Z0DUSjqxWczv1bZOddo6omTq5mhIrKLw9m8Kofi/u3S8TZDGYISEUsyNv1L092nBOnxO219QIqCi/YhCQLC5tMggbWBhnvWLojpN/QuL0AISCWMyy8WoPMgVpv3Yk7SWVQiPT41TApJcnYEAJWFcQQW6cOf0DOT46oSv8rG9ZcZc5shBkqypqZsuzLB7p9brrHeGx79+PGRYSWjB/VJOvWdrGnbg5m/ce26m1JyifY3X7h5IfGWsaVaVV6mh2BzHP6HMHCPNKEs6tLkHbR1gEe8m5kz+eF5GrpIBKyel3QOZ6x7G2Jxa5oWJspTFjxoeMT9e6wdFDgSmKKDdnR74ROCpyHXkiRbyNq/hVMKY7/uQE+3BoUxTjrs2T7Fhbe/aZOsHypkOeccy+ND6mXySXthTEt5L8KS9fSqMMkwvxZgEKRnPAGgIfvebwvJcMe3JIA1EucyFjPfoJKYY1TGTRy/OlW+pgDADXgzq2/qH+198cSzBrQx8q/xg/ty3BwYqevB8lKbGJ+x1HHN2FYNqKB9x4KtSq4l6TD7RzTb/jrqZv4gJ+Bw7CHMygxTFi2D4sYVXi2D9VHlQ92eoAWVlMBaH9wwR7fQwMOp9L8eUvI07aFt0R/lEuzXWXkW/xiPjaPfIjTpmPwn7BXUzejDv2o7vJOpUqKieXlTPQWh6BRKXCZd4CuhJew+B3TUbpujO3cCMi/gn5HLC/BmlSwqAm3qObyBs1qI8up7VTmyyjJ0QZqinTX8qzH7QVcqPh1fz2l+fBD8HlnYeOyhBgBmFqM262lLDXv8gM7c9NtI2PTLmbut+fWOvvRUHkE83k1gMhpXgZLqsAUoZ1nyP3kxQnN6dfg/Nhan68TiaK1FE7PTgXK/U5tKtC8OtU8MXXKc991XZdswNTeSFmh5jImH7q0s7z0GuHBY91KjEmqmUudZrgQFKhE6AcJvoTSVBUmDR2Yg72PkoE/u9hzXDEFeavds9tQiLhlkgnWct5F4IdjSB0Fh/rtmJ+oVK2EDu1z34Y8czxer87H3KKikSCHWS1sr/Yhu8VLkTRpobJ9N8uU4zl8G55kXf3gCyzjmJu9qqKTGQ0CESR9savfdrOJKtNpRE7wp+SK+4vUdwwAQlqEZ6M+4ywcRNGt9KomFa3tY/q2ON4G4wnik/i2jhBE4XgMB1ns8fmgWyHf4LbTMfSI5+ssEf28oxckT8J72s1tcx+57gx9V/kUtynXSbcwFK1EoPc76j2fazpn++1rhV1wXMz831BRCeMrT1FHJeoCtoTnpnlrFsMCdcHC9lkdt0WNSQ03adbCDJaudjbX0hUdYdz7yO43Qj1OZ6iLYjXRbb1dofoR/PldfeT5zR14dqReE6kyMJ9zaBbjo8kU7nEM3RdcdpsaaN4RjJe4V63hgPtdcxyp6k6v7jo+tVVsnybP0MK9Fhwk7wwler5I3JaLvLKU+nMnltRWzZpK9B1tU3H6Slq1lRcPAV9gaxZkKsijw4ip+FuzsCxh8Fj+X0lvgnZ0tSNW6Z9swG5r0LwVRACa5uvCq2F4MhPRZhNX+JnqyioYOIsFp+Q1eX0VBeRFgtWGanauj8ToDFsRC9cTT/TxIGwUlAFfnoU9IS+sD7ffJYaC/tPtwsYpbj5/M4ObXJ9O4tOkd8BVcFkZIp3d5i3x/7Qcfq+DVHk948KtmV29o6xJ+jBiEUXWdqfqtPB98m/4tVh07rork419sgrviU5YcTZ/EMXQctVxpXfyhX7IdOSbwzusMaTtLGDmdy454zfLeSbQ3ybY2gJz1bbpTtnqxNLD/mjCSwCNFIRK6TRLItrttPGD81dQhYrV3Lk+wU0zP6Eh83+T6rFyrmh3eAAWc/mqiVKiGS6fj6SnlUokALVbNnztN6xdFJ8bqVz18XpAaFN9Im8lx0jBB/8EguH1nxWuYoNFkn62TCDNdUhw2RRrjSc7wt7HF5umGtEjcb0w1bjYQ2N0smw0qILyTgsWMvw9R4jBD3vVsXxAGhgOG2jw47f/fEqqJ6MRpGdvinXUeEJ9qP6lGvQlNPwgP7iQ6V5bvt6f3QhiTQARN5mSjeE/BUU5P8LRgeO5ZoxbF6vswRVJrIJUTho9d0cwSgiCKJiT3qZ3dVEoF1RD9ioRgkGh5aFnL8Oej3R7zO6zyZjCb8w5FhPMV2NZ+TMNFdGWYlUxfyiQieYR9/birx1+vYip2dHbNv0Lxi2s79gjhwSjmfwYLY4qCawieYLXPOQIZy0PDrhIW8qVSwuqVBWIGkBkkM0Vw4bV17g09mC5VgIxzK1hNYs1ReZroZNffUJycb2ezE7NAYFvhXyjLPtyB2xXNF4lx/nu2IURhztZ4omcuQQEHoFGpSFB4qWuj8GbDlYZGIzLPoHFNsAdGWolKMW8vcnGS8Kimdyam7nMAMUOTCosS9SHQYo2/9vDWc9DiJyS6Ewl3AaMtcc+DQhtiL4QvaAxDm1z8Y9VZz8djoaC1VgyeJI0X2Z/KJum1d9MQyTmpXbBn2cm2pWs3jEpejw8MjMuf2QkUYNzVeXoekA2E0B9oExXdVqe1LyydnP2dlk3/I3xMyMTPO5ue4zMe4m29g1NdsS3pQNl6XIIgk9yQ5ToqQFItXdmcy+UgCz4+Tr+ZDUu/fnGE3Rg6hL+O58TPxXDit+61GhFy5L3oMUMzvLz/9vewe6Afup+n1e3jW49O8912vD7O+uwD5iesXL7QXXjn6QDdjo3/epQ4aRxs8SBdvfpdGivIhzDaUOoZqmSqar05i2mxOebqJ18NDxGNHodxkMltkN4ZXNF3TCtE1wDRpzTKppsEqGoDdaNHv+3C5HCqCHR45287W+W1Zbdi3ih63a2giEsmLxYqjV94LIfmoQfCKYW762UqufOtW1064Y3yHdarbH+9qK60n+h3T0Bk3tBgVjsgUC7jk0igndGNuVoTjZBOqG1VjngyM6vcpkEnilbXA4xs4KCn1S98PGc6WOdtVJ9ccGLSP1brBGmqE5j9W16RAQpIdT89F4BBHDRks4GNDpCJRW2K4JN/1FTkZdGTShok9lORYpiDgZEyDkOoXTf/l6c2LCLKCaN3ps36IyfjKbKNjji4U5s/Qtpx06HHVDD9ZJ3sSJ96I6kHkY1Px/VaBTRj2JalrRJgNrHvGpu0YWOQ93jrrxip8pM28ZSLu7tHa5uV+wORPdgk7r0dfUhrPnv30XLzU3EeRJDQ8FKuJaWXFZjN/vdLGUGi0SLb7YjDS6DbEjlW6vpIYt3P7wbK0TNOonxqXqFEe83xfUObRyufcM8Uwnn+Zucv2G0QerebiQ77TBEjvoaEcounGLH9BMV4n3000i5Ibi+jkAttdJe1FSjUzzuiVgg0rzapCUB/JXiRSusZSCkRCK8lNLe2yCbFzAtrgYoxSDIhWRmVQBZ87N4u6gq5J+ROrb5fbbbXCXqzUTaWK/Ypr3wzFKytfm5WioMBbOUuekhHGEthXpINSugN2CxB/26etFxQ/ZshxMsoFc6rhnn2/WAS5QHmaZquzqrrCydoWxUjKLz33mJsb+8rWr4xBfiD+rDAG1cycCPUZeHJhoSBHRL92q2y/AFGsrulaXFyRRCxolWm/SuIUGV0mKEEvjSJGYtwXE4Bh0caavggNDIjpbTKjbF2C5Yl4JOz7kuhFNXjNw5AxeLWTe5mQ1wUBueFBhTE+XjKf4OZflsbCQmWaO2KWon7z1oMpx86MMrNqgIvQIA6VcvE4XSeHN9rzsA31i4nJIGKMQ99ox/pU5sVkl4fumLUM/SkEpisLkonFB21EKbL11S41hzHRLRQArvwbznxZefXxkuAqEgGxum+N2qQc8kwTIKQG3/I0QeWluT0CCsTx9lSDmLhAfMxYJKYVaRpuLkvcSXzuUoQCoPdA31CChv7mQIWR3FCP470cKrGWG4phspfD9QS2a0AMztufjA+Vf6+jlJftPUmahAngPZtsF5vBAbuOW7ypvNeSIsRo7Fgwj1HSnAhmAaf7y5Lc4u2Olvdj3B48HSM5YHxjT30kbwE+ZalYPIxgLPpvvpARqV+x6EuJMwvnDIyNjoMVcJZ7WRKxBYeV4R5BblvtGTmrTdsIDalUKCEivqgGP1qwXQODaQVFxG2yC8Sewj7VJ5aGmeV7R8h0nRqvIKrXKhF+pvzrmnm5letgiSerQfs/2ZgjAfzUKQK3EG/GKCTi9ePIiduVTJ+N1Px2WU8xbx28nPNfPOwvx5C4AU3KKLmAtBRXf+iv6JeRUZEnXuobIzD6TXyXM314N3SRyTyIzmH+1kC+zLsAy0idbI8xxz6BwB6fJiAuE9Rt83aimiEq4PQpJPN6n9xtcsfYdL2FtBUoiDoesLeDR4gcR4diZVamd6JpJEO+TzH0+BAgkNDbY+da3FrsPEdjPHqs/kCxOgOrSi3A1cTfX2DoqQM4gKGZfg6A2oaIDORNFooJp6kD6CkNdUWNtLORAnNZMfKNjEK1ozcW1zR33zDrR5fTNYnBeo3CBUEwH+980KCWn1un5ECcxFb3z9yf7P2fUc0WcV5AVwGcci2O/dJVjJ5P7bcD2f7FJDkn58hJQmpmYDUNmyIU0aYOWXjI+Frv9CCBVe5PLyY4M9/cLMg4zg5rrDLi+h4mp74gJ5k/mmVFdockzhnVTGCPQhCJJbY9s1SHvWZ0RjXlr744kS7Fzxu/PDE9Po4wy0fGIAg3AgF6QEp5lq9+wuVwKWcf1Cxn7dlZG0wuJLksH6sF9yCXxi3ePKB/axfO+dL5e85/efxjKjCuMsYvcTGntc7h8rvBq6KTEr9nwg/ruhaBg+DkSxa+lfFNJsBSPOgO5cc3eEPmnnlbTfSWypsNI826+QCOo+dEGHlhuf6pM1yup3dmnndyyBFGPEeaVz7ZxLi/t00Ts10LXLOoTvjYHrBzsVfdjWSdPNOh+9IAg1flALydCKowNjTf/nQH1ci079B28Mi7MD7UrwzMBIjv0DsgBAi9kylmryOvKgmiMjwC+w5o/c0g9x9+J0IYwnesC5IPum2iSC/iGZy90+y3A5Cv4XdxTbAdD/AUydj2b+5nDBMQG0MpzLU2N9sj5YhCxlOQ+D5fLRVbzcRMfFK+Us/xkMvRbBRRg33uHFxUvkgpCp85RmGxuyJe4GKmQTqR3bNRNLG7JyDKPb1zTwkPoQMQw/EngxsZQAIumujZWSY4egqKLGk3FRqytaPq/TN52ME7jYHrVX1wL99JnwwB6/8LeFb5eNbeaWz4Rr1axepmm//L+WhY2mOHmNTsHi5iDOjqQiqsfCa/4o98Z6u3ZS/Ka8h1u/52XF9Ih7aenmKCoAwH+mTZcOFHm74v60GaffPACOOsrCfs93jInK7Vi+G5O9ZF8N3Y6QrLIVe43N/oBAeAaszMe6rtnNlaSSTfer57T94UcK8eO+d4phKwPde6mHHee/3T9aD1yTX6bDK4M0+ODOU9ARn5QO0TaoZqIwwT+EdZv1STbqE++SberA6vzSODz0NCz6n/ekwedXm1+d1sf1MfAu9hvWGXpe4wx0xUdoLAM5biLIwyCuVzZFQBcudVfUXdA5Wc3WwAMeC3eqJgWA9hKmh7H5pxGml1VeNc3hoWqiJM/rrQtED5VJXWWNlSVYe+RgNn9l1z5cTdF0XBzhSzNatWMN/LWKzSFi/G73XrtcZrunqFnUL1vCcH2YPASrp4GRuizOffHAnmSXrz7gGA0jf6ipH1jZLSWf6GzpXtMXS0v7Z5r4i3zppffYGhfLR4beNbBMB4Akp9evxs88j+RJvXVpf7hnLz12NzZHNxunblW5HjtyYRjo5gn29Vtn+4vmzrPwc8HGrbQ/QhCU9lEnFCDpO2PZlK3FycHmCexExyseWtiOFkMU1oHfdvq3fR0blLaQbqxKPqZIqVKjteGNKLyxi/JLW1eEix7xjHVbizVWBdR7VrQ63qhoLm7PezAwaasf1PmO1RU4VDleJ3k2+PFgtnfuEfeUc4UO+Ze3tIrr8uJPX7F98VNsUhFhF9CBxkNCxxHz7kYBaABGxstVVNQlKTuVBlAoYy5kGNMVKEueJI/HG84WwIQpBRv6amJNJXoyWJx2Lit2hCibL5DsOaVhxAKD/8HR22f0b3CJ5BmFF9PEdE9DIcwho6rA9lQJBm1CQiA40XOOK998iNRvqXpplm8+u3NWC86nupFcCCDEv09XV23Fymz1jntSuYn/IMdghqE4XgtgJeND3ezzAzT5ODKODp+r7aMC1Jh41mS9H1UqARyMdvsJuCT6i8zWnjMhMGwinYhgcUs0fyx54KWDzREseYZcds5+oabaPFU81coOf2h1DM3CEh+m947iTDKwwXiQiDBD5kbO3F4CuM551iipsQ4U5JTQMWw2RUIisYDoLGjLmwGG8w7cVgxBg4OcH+18/8XHw1IN6j9LvYpijH+pOgi5LYeQvxaqVxlBltKLLs94Dm0zxcR5EJFd4y1wfp8WRUnhjzUJyXMK/06CSIp7Zuz+UfQKEKAsSSIQHXWAy/47qVn5aWHI3TTumDxhlr1bOteGlraZD23vOcf92dzajRmyIwP85eMuW2WEbnjSx7c8Dmcl9lEEBWrvoVksHxknmfZ4iSFP4aEwzOTspf52n0CI6X+3cCcb07WNrIHEVEg6Bcoa1iMRoeR6OSKLakEI2KUnPXwJKqVMXL3fQ8G1zaiVH++ZECMnRUCYM7l58LYJLV3FsbB9kssOpBa76jS6PqYkRsI+NiOM0sXZlpXKybsf58a0OJ2eXQeExxfnIW3QrUzoY+fIt6zIy7D0KK3MPJYZ/oYsT3P2HfEPCAh2EOZzO8MKDoDtLjKAlq6twiRrVBKu1736PLZLRdxZkrWEjmlHrAc//Z1vcL5QtaqQJT6eJMHQ/gDnU6p5nLheEp0tKywN1uuEocjkVCD25TvvbsD7Q+xKbxAhOT+sLNCW39aCzyUs37593SVIp+fek5LAmQL4Klp77i+7WvLu6EAuH9qkiAfoUhxeCFy2DS1wJF+bsPvBh4GfsU+BRP+duWINsbbQR3AUmwbOqntNGRVXqdevZrKr0qfG3lmcoCKgsuP/31937l/L4NyOVj6/i5wAJocNfTP2XNWZdduSpIfMybMc/0kfnIZT+pVjsJ2KcJDjIRmlBRVoi8kmxXNm0cNU8RpDMbJwPbXv2iqxx4ExLgLKjSuRuzYSlU7JnzpWVV+65zMTCr29kWhGZ0ORcTgPyAw/4c/FS7rnvSIbCKTMCn0UDvT0yOl9V0x70hyQ76uV7jTCF0reZpIPakll64+TpDEvjMUu7WCYK9mfBLnP0NEj8yVMnqWXj/26lGcSMdMIWKsAo88r0Wr2jRrc76mvXDKZkG9a4ba2VzuWG9VJNs1fENeIO1qsn/ATm08b3SZI/JJSv+s2I4WP1ayiDryDtnnQN2OAxuFzeTz7vU2GGTgCa9XhyKwdRvnGJ7dwlPT+ED+xU3v2rPr7fYss6ewAXDLOl+ovNXWRa+8Ni7ccOOep0bsI6zVm/Ou+lnxic1wo33KKvqItWlDMMK/kGW04MGW506lNNQv/F8udOSKz6k8iPRBjI/JE1uZL116sCoZdFTn0oln4yt/hJl2J5+nf1Vn3GX1fEYmgq83rPZ0oh62QVSbuDQvyw3hAWLy7Ho9xK199HFxT5gF8UVBgrNL+t1RhJnh4cTT2cpUOeVSvSFXClYG78EayBWRiLx6ANcdPbX2Mpy0gIj8th3RV2zcxqsOlmgI26HmjjBgAtMbSI2RBuL2gqOHFYAG8ShrkhgUSDgr6Kq4KjSr+6tURdrRwzT/10B8jwykk6IP52RpOBVDefQJuQZ8nyGYZW5vQJfR9yPsX2bZGmfIZA6YMi+BeWF0cEbofj1WwTtXCxZqcRdSrO6/hnpz7nfkIisxMOsfru2l08QEZOeHN5BJT6dC7bxmQRd1eQTMlCZbDVwuOBPk8PRkAj2gVvKgDRPQJ/CoREsAMcA0qyKh4MtgywZmTS9HexYN58tIz+QM5K4BH97Hh+L/akWTc6H30O/jTHOOKMVYb2vHlkps02/ImvqE61h5l89NKdKcU2F5T+izG5oNo5rih3JnJgQnVD/GiAQCZoyoDuJMwyzZ4I0AR7VjVrQptOpp0da7GsobY0McLZ2q+umDHJpWhFGzX2KuItpOskv6/uaEB2MY3pQn8V1VsVROUWN0iYnzC/sC4eRduWc8q35BDyAMobf9NuK3vaMFoXpWVEpgmouGs34SE6s+6LaFzExmXPN1cqXremS59iL4HvmDZ2lJ3yta4OqbFSrJe8x8uqqix1Dpc/dZ/ZRVUpb7ifyxFX62JT7zJ2X1rZ7vzgx6SAfio1ypW6a7+Ka0rmFEs19HbrOCgU6ExEALMTQudz3NhpYN6Sfru+sZqzBGmWbJwUNB05NGaEVMnB8gjTZ9HA2BZC2AlZu65OBcCZTPchbLSDfnvHgv36dTmrGSZ6wnFn1L2NgWUFxNpot/YtZrjMwI1Z+GmgHc4b+RVBUO6F1HZfwYjbW+IZXRCPFB04xbz7BGeopzpip/0MbeDSMJLUvaghsMfcKeZcu2C+brfIsl+7yjVJy1/njltD3W1lFKkcQ0JXiS20v/Xw3/cfu/Avv/N9TSbjqglPGl7hxpkbV1+ONufiMqDb9zBUFOgVj5vpWcwfCC0DY6neagCvaa/8xgcRjzRzP9WHDreLpyf6k4XceMAs6WTXNUbQiCsCK6p8rFmciEiUqHqMyGgHpdMv1mmCNR6WQ3bSlDcBmOmhOM+wWM8YWXgWGfjxQEANN+r9aAMsEKneC+cbP1tKQ8kkwoBZwISJggVBT5gILTOgDFTYLCjasT9zUE3sDJri8rWAoiQLbhZITBb+5TXELtGFQyAbM2Nk9UJvrWl9do95wdvVXkX97ba9oOg31VQx1BiwKQemHajn0XverKu+l1QQ3I+3AQ69mpQWcXbcRjBAUZ3KLe05ZvLK0IDWsjxTEHiSgT4AIZf4NR27FxnOY4SSKjFwG72n7YONE1tjZ0e0/tN++BTvyAOrod9zM6zVVgnhqfu60zKbW3LWGqqf01p2fPod506nf9uApHNJvKWwq3u6RSPAtHZY7+8j0AwMr2XyRGNIrW6WKLdnYFVpHrhNY+WZ+PEaJhsRfzvTMneEc9/2Of3IdvWZeBRBSzAW+Dd+CizQvKSuO2DFMYTFQFUV2fhqSOitMPo4STcZllWI3DzWkt9NbCd5IbxZ9cBADaTh/8TsdYH+UJJA3vZh+71l3ojT35VJ5cAZKknOIoqoDgr3gwYeGAn3YISpZZtd+kbDxsOqmV/mBXbRUS1YY4DBGefnabIMbiSQimc9c1vnCQRq7g0U//qLUBFcNLN1bYvISHjBx+eYQ0y77fJfMeLVaHo0vysuBBMGV/12S8NVQKjQaA5QkKiiTlMGJCBlSN9EBtEygJr6i4BLlYGdvEFTckS4ZoiScVsyHiWgWtVXuTPBIbqhlvvppX60igZPYA2/fgQD9FrdlKm1i7p3kRDKao5Z1e/T0Ht250YgN37ZcG5+oie/Yv+ip7ITZ7VqnRMfcmsb0Cnboev4OMVVshxDgUmwtd2syVvl42dWRO53YgDT9MDCFPdSReI9+3r3aqwMD0dcMbzICUtttf9SUuNc9f970X3+d0XLXH/uWWiaW158vfxvfuKedr6GrKOfNW83hQ3voJWJbZgOFLuHMPE5jMEcyuNq8aqv3fkiS5WlEUJzCY2Xef3w6UNw3acUvcRiX1dct2o+nG81/+lzsYtE3UvQ+r1xsJH3tVhG1+ILL99qGH1X2n8gdKkIz/WyUDhRSUGbrCdFkA68nDr76zTxqxsEOFEWt7MLLH3j8C/ezfcQ2Zq1z0BcoxLBTyMsb7mV+ATSeBFXY4OgpEdNDMeVpi3MlQ/WscqMaSCL3M9jmDtrYgx4pCZSLTFvY6NOpKcxtagwUpQHmA1XthhsD29mcIvz+xdlJiadSC/C3xjbNVzOulm5QpdfRSI2HtdXfmzVRN3Nc6kC/jhNTd5WvrlJoFMaE+GVx6tyNRzA/3r1+/NiRWhs+1Q7e1gJHTO7u5dvRxWMBW8Nk/U4KjSVDOYtYpTz6Ue3tXmn5u9rvi3AsVSDIkRQXCx9Uw4n2fpHtVa4yFygnd3zWL5qrQjMUAMLqsdfo50oILLt0Cuoe3PGsV2dMTiTyIFvIVuP8Dnzevpl2wGgwWJ1Y/gzp7JrP0Dzbao5o5/mcthmJajDQzntyTE5ts63mW1tMHvYzU7EkWQiDEfel8cqIE34N34elf5KRS56wuq3xGN0h1VFFKNiLmpOLw9lQOiZ/l/l7r8a806w0c8WTiYVXTDNBjDaFUg0RaXYtFTcFUxA6n0yxM62wZQaa8e65PV6qi4mvGaLFpjTLs780BsJPQ9/pUn7ckIyFTkswK2MkJjOWTbH81ul1PDqlIhVak5ToACydisduMk6WxtTORUeWEOvRJVfVqSFgEN0DNNmJwof6Gw+6X9rOHGDV6oB9tC7xS3Hf9MV+m0rHa6andLnKa832U8N5KssNs8r7KfdJjPlrJFHuhoze9oZy1XEziVSUtX8pQQpSc/7IPVtEuApqORxxqu/idh5/z0Pcbm8D4p1LUh4yhnbfKcbN1DFknGN9RJkyazw5P8BdDjvEOP2hf/q6QlIpePbLoztI02m0fXvNNzSezcoXNM+PWxbECwzeOmeaVgctfUC4IN2hGl/XgEpQehels4/6h42VWDuXKWFESs0/pY+cXBUjWJLB7HLpmud38G2+yc3+QfPQjjJcqQ3dPRHmNjlqiVLwC0xtiqGLAi5JwmVH47X8oFKwJ5yIdvckmAlQ0Bk+NWgMXwqAqgFj1dKgV64/vIYr+sLgAPX/vPfjYN6Dz4eyI0O9gJfLCBjFQuqb6VcnQqvDfrOrgs39Y+FiDQAT0v7v2jV+fWDw1UHWRSgSKHKiG3sybWU1+xQKdD5gdrPDAwPvZAIsDHAqPa7Plca8ARgn2OG5ByBvjiTdpao7ZvJgosyi2Px0sbnJn0qvJN/746pIH/7lWuUABBJLlcPUioOxHM9rA8ArEEwBbe2tFN7f71IyHqTlrjH0LLBx4cfD9YiVh0Ye7wvBo3CSzLktl71KJWLH6x+glc89Z/VW9aONXol5gZC9fs8Xw9e89RUwfi1Qx8/Xqnv8xptCovjGMliyWto/6whvRyF4zW4uytt9Ja59TxtvCV++P2K4G0rcEuGJ506++XYbsiRibDt66c5ghiZLq4d4Xl0iEZLlFcNkmA8rEeRnCwFlSTKA+a+LBPYg8oEUQiPwKGlqTk4+U3dGwQxXANMMoXyXA2K4GAn+AojAV/lvV15ccRMajz+/pjE+BEIATNAvPdFpUv/bLL7r+ODIY3lrV74YWinHQlW8oI7Wa2p51Rs0WP71x0vD5iwNM/EK7kYAAvvlvDkY4nBL63WOr7DVt4MLl4zZcZBA95yYT0F2/nlHNPD6kMve3i4sbbmjI0QiXszRo4cBOGykUVr1pTH184Kr0EOUrp/oXKs0b0rcqIzo7Z6KD5WmoIUdk/1kRDbnaFumvHwamddM0Rxd1Vb4foEuhtc6tukOjMYSzNQweioFGBz6GRWaSFjXLIDPv883n5F6rvZV9FFOvGUuNyQ6uobFLs3KMNajTb3larkT6zn/F2eqC3sy2qxDjRv+G6tPGb2i5aK40/v/kE7ZmH/DQC6L1FfUMQVEsQd6HFsQwbDiW7BNJVbmNexyITQmVZlyqw1z4qA3JXl/AOdO2UooP6VuWW2JHiJUE/pDjU1tcvsuBO6Y3bR7YlNOVIwd7F0qGX3okht2YKqkmPuilTHqXkid5e6L03aTTm/uVduGQVM2V5lP2YllC1so2s5CEQPlos2dHoV0bzFiz6sVWkiC57x70cD1pH7LToB9Vh3Li9m5AG+ykhU8iz4jx/2ib6rw7r5URkQi7xslN+8zrqzXLvUoPxW+ZreSg4rl5l3f0vVgIfWcwLH8wL+8MSVV7/RxTDronKeoz7h8kgT7QDgn8xcrrvVWqLZXHnXboIKdMH+LC8t9ICtUL4nuUW7pE6DibBDqnn6GY7vye5dwq/5h7T2m6KNWOiN2bfjpfpDiyDHugc/tkPZ0CTCNU1BIgV22L8hq4mcvIbuSiBt7LxujYyDlap3Q98lokYXiW+M9khBV1fpAyo1xi0lnNs5Nlq3/+h+XlW1x6fslWTjsvmRjf9VgIheN2liRdK6k5QGznROkrz6dFwciA7f7e+KFxXJpuMUU6VCdTz/7rDA9hi+/ObPSRgHtE24eVn2mT1lbEtWcDxu9ta8iSe7ZCul7R0V6CWAp04dyyhLswR22T29L8f9ZAuq6p/5T7+nHApU0AzugpbuUvuu31B5MJ/SxuaI+4bBj6MThkk5AGZW94KrxOCDhF8qLinvsgpV6FGL2BDgFX3gIVuLU8NPc2igeWCJdzpSsxJtNNnf+LKRm6GdmlNMrzZwpVKrVShtVCHQ+DS3oXXp9AxuGb6MqkW1HB8W2H5YxiVPNHYw8u7G6u9u15Yf8tyaqhRU6F5eZUYN68Ujt4Wq6vWwapmr+uUwB7hwN2EYs+//B8PiPYehZqiInTMushsm0pbJiSnB79ryXNq3Vq+akDmiT5tFdE7+NEG2qDf1F0j2uC9J+kupmobvaBEZ2HIrf6odFu2BFV2luFnV44DghR1ZZ5z8/N0te9hUrm1syt5bdJV+sbXfkunPDWrXq6U1aP9x24myes5M5o7lmpIhPygzPexz5sqossyc5qy8bfRUADVR95cwb68rnNtneVut6w7T/dlUSuVvi0WRUHixfdepWyu2j5EXNK0IWOoF44uFhj1kuTDSNct1QyzHyIhGtoW6v72pbKVhz1hE1NI31AdsgyTRz5VPKNt3Bq6LyDHuZKAUsiWtXqocQ+wqrOhpEbaoz/Iiwji8K8FTFKt0f1wWpeiepMR62b/EnM/8Y+G+Kd3zQixSlqT3KWYc8EAoEYZ5EqG2CHj9GX6NZM+dmAl63TBKVZutmJxoVQNQYJk03t0Ywe4KM55USR6eKsVTIQsTRztMvrx9muNV6cWP4XS5MLkkRsm5eHr2k2dJXoWuU1ijtEGgait1jpCHInPrrrnziiiXYPyXA0Fz9hDbdFVHGwLRuKrmZMMAC5LMnGKsZJ4qNjtNXrmjEqeOfPfsA7sWdTJYa3ENnCFIE8ZuZjImmOVbulOrnjqvYm0GlENOaVL9R9a55zAXEjSZp/dmjaPWc41FKLCP2fGTpqboFes3K8aJ8eVlItMjn7tF7qkZJEiWZrE/YEegUghZSRJIm1mvqJ84JF/WRKKis/fFr1c23X9x14VhUBYGwNINK3RRvrYHddMeggPUdYBJYs3/oC+zziGwE2i+E3i3d1KmqrK7BGQoUVEJJaqLUmy8DnQqC+ErAbjAspsSnWELE991Vup5I1Wgd1xdGZagCJQzWNo4lDNQvEsbBtcYCFDomekxssRlkS1S19AqxXrxHds2KosoPU0E0ijrkRMEESYEG+d4Dr8qvkfDoPLgLliEulDE/Hm5U5Z7gGch6HQdo1JPlsLUMn1qIQuQYqvKpF5bO74evQ24W0u6XtR/57kmdngD4j7OJfgMr2+9zAm2mOLlUf7DFPWYhY7comksbSPeK6oNTrcvoSDchTPBTvy5ExAI054sk/tl+Xcva2bRhvEfpAppzr2kISzeQwOAif2TPuH2/rIm1mnyfe52p2NywUZI33nItD8odeaf7x+CIzIJ6qxVSYVbOXQh2NHS8lp6gj4u/sAUy+gjt5AT6wi3mx+iuqFlEjtuMGe1T2ECqJV/RQihG1hPj3UhrZX8lJgQ1+9U9J7wbakYsp/f7mLpH9fRvV/gQOeg7/Cjv2qSQwfdY0DN6YPdmnU2D1Dy1ft8x6sv5YlL0NnSm6BQwbL111kaaqb5JahHLr/vjyx5Kb6uIScxxqLm2xLQQKIUbrmN/A8eYx1XvyED0uqvb0R3RoiMCZc0mm7FWlbP3qczzeSgY+gnye8ynS3Wkz+GYV0sTZQGUkFoKXj4od0RJphmS2xIV37l9eMjeCv7axrriNbxnWYBHMqYcMg/I0/smi/P7ngzTc8+DIXEZgMpcCaHBnrysjI4ZQ91QJVWLDWZi6xP1BfdTta/l2ie1SIVMYmnMLJxzteRGA8C59DbkBKauN9+8ROQK5qZnHcyjb0dhKWroUy0mnT43lNJ5xs/nFR5DQ86WCGniXQBNUhyToLsMQfEajzCZ8AwNS2aTtEY9eguMxmcEZ4oDr3RmmzcXS3ggkFvQEuWrHwxMXi5bs6bUrT7zWtEBY/sZN+QWEweNhTM2/hZjHs2XmddxzAeyd6y5KkND+VY8t/wOXSlFjR3DOZqfKajPm8owbJRTTesfLiT0YkFTmOqWSGliEyV67LJx3ZNWEAPdzxvet8qAGDfk9is44Pp7ClziSKZB4VoeACNblzjEBaQwnirGDNFyH1stnHN3G27beFAr7pSoSEVs+xmH5VkuL91rNncZS2KuP/s41jhH9kkHAS7fC3WhAZa3ct68mWw5jw9Fad6c+AESooaZYIYigsaDnpGPyIefy7rz9iZ2ocxJzNsE1aJ1KkpcW9VeA2VuBvRRBSVqCT97625XK5sQszELgrJagNjcQ6vyCRbSJK/XM/evIdvuNur3laP+L6VTR8cgQKk0zowdGUW4IcNSGmSeHjhoZz+D00p+EY8QorJ1PwtaaaG/RBiDhzSj7Ut7aiUYKYgnGbcFeJrpTWH+/1l2a0V0gixs1gTFAf0TYzrJw3fhhVhrfHwy85yFEuskwi5FeYY9HwZ4kscqLUxNmrlfFr6273hDg9PTewXAdNPniDQCLp+mPBmgBFDwcvHNmZnhEXO5Mbm8L5wW1U4dOLB1daK9LtO/U6pfcoRqq124XK2lmmF2XpXkG6Kp4XP281ERiJ4MWsWc9S3F1ESMAHW1U90PGI1nizaDhA+Gsnske+YWcg+mMtrP8AD+NfM+tvgbhSwJk4doD2OmGxZisUrWis8/JHtvdZVvPs2o/qR2Q2yhkii2wjzcLzDnePsoDkQnf2HUp9hSmTDc3yLgb0CahqikPk4ImznfllG5XbbiqBp9uLcAM4EoiyB6Hl4pKNKuZbQIfUUxF1wEAt9wGp1CgCh5+5VmzLcTxUjw8c/IWYTEL0hJ/o0AOyz/p5QIccKrPZWn/ARk1sZ/PHpssGhpIGZ8QZfRZsBnXXlcxegPOmXU5P3OfY8fi8fVrxPnRq7ZTbEuTRelLUzaQ6PkRYhm6bqsv6x17eJcUSgUS43bhKBSaq2ruVL7EseP0e8vtfBbzQS3dQ5UT2IOpItEOxND2LdjAo1Fu5a9RcZUU3HD3fxoM2SU2y17BfxmWHAWxMPwNqetaA9dornbVqNIYTM8rdXcAHaZ1EpAWKbi6b7n9s1NxHpkUspMYgWjM6KRL5gC9AiYh7hkeqgil/jzP9SAAx9n2jpEX6Ud0cJQqL43va3CX9mgy1NjFX2+FaGWwv/fqPTKlfwwkCT5nTACpaBz+7vgm01HJV77lljiyQM1093+VG47m73APiYCEVSmBDzljRaZKTMIU2ZWMfPl2pMnrP3UdmiSyspE5vSk/AvuboYkNG6rtbcn3HJ9YhIw7+RE23hv/FbqC8ED0PxVnUpnSR8YTv6JnKd9BrLWNIO7LxLBG+6KfN+lXJTsJE2VjHmBuyKZaqZ9BWqPuQDokcNpCH9i0/kh1A9O070QU0K2dvNDOa53cJ03ferKNbH9+KyEHnEy6NGq4MbStAD3VcONuyzr1em8gRtJnRb1ff877d1ZzZzInZRESm1b8Pbl0E+srXPepSRGbOVYio5+pj0vXxi74VPpTOyx7BdKxNPdJqjHXigNcXd2I+vjvwke7+qSjvv/LtFQ39nlFjpiQvixZhpWiDJxy2duidmZC6+LBWw4VtOFuLRi0eW0MBeDYUctT1RsTz1BjGaTsVfsT9etT0qf/h17m9XMkc2yuWfG8CBrGTqH4fntSf7nM+TPKnoQFeabQSQR/4fzlb3Mimu+UA3JYObms271Rkd4KetH/1JQRSW9NcRc/X23rtoSwLypM9u1UnV1m94IV+ctzOjxH5n+mN/6MtQU1Ob7ufr0pUeJohL+qw+dkov0Gg4lds1vTf/dzWsgeAeG70L4dUaO6U4314JrVikxMvBkQiEINA354K4uCpKKTpEDOE8sZr36pxKcfzJUaVYNdYux5MRk20zyru16eaf5G8p1mGfR8MKSzDumGUtz3ycPXqSnEqB5K4MaN1VVT52o+0KZ+NC26iutJLQlT7s5ZWzVpSqR2mNAqokFRokE9WM2FGdnBfRNVX9f2X4xZoSmdr1WuzUNiRDzLVYNm9wwHY8YwSAXKV9E8Xu989SzYjEbGZYjUXzmg2ueOT2tP4f35FBvmcGeY9Zzux8fgyQm8RadfdNCb1dUh+IiTcIMp7w9oER5JCxJnNcITgEs2oaxCXeZA0nNePtFjY8RpzaQvXjgbqFD1EMfLaH4HJksnc+V0trMslkNOt15pX6xzMqdyxfYjKiOPVmiB8PinmPPLFR4ZaFxVaJr5+DdKk/r5lRx9FyxRRzYB6yAKoTiLwDYki+Jqk5T5H9VHmY67PWJlmKN/D/VxKunSNJ0AyTZtlVmdYeGZEgihRqkJLYya1EMzC+Lrc9XF2lY+/7NGk4b7rbOeA0csHI2/Zy6X3l7PzLCF9q9zfNDfnuT7tp11TjlmRt8hg7cgRy5U2aV6Svjou97BpbqMxeYMGC7dxdiY0Pz1Q+RUdj0K3rGqlxUn38tDxzpH3v4Xd4Co86+NtXRrsJjkT/COJZafnyCJsRlE/McrkSdljlxV5MyUixZK5a9E7h5PGBPd+9BmmJ6Nny2Xdw6cafkWt9PF/dW1mdN8dLMpWljzGtKyzAFwD0snvqJ8szSNNosYW0i0x2IGqb0UkMj+NssY+EMZqKsGspaHjZSY0e9xaI6uikRH2WMCQn9msJlSRe9Fhvdcg82LuoQ9Fo7l81QsCtP0ymI0yQWXMF3SaJW7MIoaO/2YHq0eyXPZnC6+3hsCX3opRpvn9FuG3INsZU3miXTp/8cuHueH68NmxPheAOqbaEdpwa9MW/QkrP0aYPxcROw5CASStbK3E+arydWIYmZIrcSsD2JJBUKDdGXNITC+EtTuivqkcLKJlra25mDkSek5oalWY4O4NBe2xa3BWW+BQLM5n7///d94pYshcJ4JyJzo2/frmSxx/2xH6PfvX17Lgjna+jIyFRKWTtmZuqW74WO12qnS1aSuBy8Qu8r0fZqxdwBHXFNrldMryKbG2X1L53Xtrvfu1lmmf2M9Hh3okn18jpr65FJ6+hxLoaHx7IInGRMV2lt7vy4s10eAMmX9cLH+10NZs/iuCmCQuHqe2yy1ru3wR1g7oyxymrWfqPeht7przvEgTt+rTexxS16QcHv2NdYwSeszg50Yp+N2ByDV0/VLpjLHyQA9AZHUzBSyeQTEWGhESPlUbje/gj9UModT8l82lBbqpsMhuP5JWBDEilj/5rFwCIX1s29ZEQxyn94cF9zKjXFYWM8m3Yf+shQCx/b7GObcWB7RDiGU2h2EJLskGkg+/rOVwPZCafzd/pwa+7g5lISfBj2vRpPmjIvbtBAkjZN4bIAzVLo1atCfKkQmFwVVW6hpAtew2yvc93CBbQ9EFt7rJcepUEDrgU/svEMekpfEFI2AgSt/lNBg+W/4wm/jPqPoLX8b5io/3dutpb7fuHhnkdLDyv3KHVoS7k32QMB+uEULLkHBg/OFudIgQz/4rqUx/nIEYdRuNsvsJosv6e/Wov0eZIoTlro/Yz2eQqIi/u6yae1s+b2ZSt1zmitQ748xi/vLHMJd3movyPxatfYSefwwKbor7Wfe/HSjhL+tPrJLNm/8iXupYPOYAVTIls7tN39X35gGyE+7F363I4TKs7adF04Spl1G9e3D811T8ENidUO1aFIPoiKCGjvTGtxN2fiErhSMhb2LMqqkboYWl3GfKCQJKxDWqWs5G0Nttbu9K3D8nGiFwNYAaeBCZxMclP5j99LYh+fzO2Znv6XEtMlSL6JhS+6zswad40+D0ebOcIofPJ27XYP86BObk52WA1OCtCAYHC70scOwxnRKwPJeyiku3UDXB+cIHMEjLtRyPqzcAuHDt2oM7mZccVckvbNn5zoJBIZ0e+1p4o7UdhTxZl6wQ6JW2psCYo2bpggBjiFRFTkG3216bnjlKj2UIpFAgklgbpCV/D+r9itFhSOWasadxeFty7A7R3R4rTliSGhnL2nLxResm1kU1p+aj24KlFnZP3iqI7RMHTDxhyxXYafBQWigcNxFsEt7i5Qp0pCcJbqMQng2KvgxGF0/2yJL/qD8XnycNf5ccZ7fsfR+FRPSNMFjKY29wTX+7QdCXWFTqL/o3dZuXzD9gpBmFZyz+x3RAhoNEtrlhai8cErDeEvvkANQNXGTx6c+wf9GZS+SvzsAVpCMVuHP2x7+UrVivyjrRtxpDlQdq1vAFk2x0NKsIK6uIP3qf3MDtLJ5yS1t5RIYDcGRWmNr6gpKmVLwaPYglkIOH+pl3tWu6KrKWKn0AxwTnYvQdkl5YI73XUdaIcod8yDvGx9oirRNMt5fHVWOgcm4CpQO0zxGFHumfPzZyp9T77NVzsTeFS/Ibi62PZGglsMpfmtb+kNbJWIvir6GrCntMBLBgGVhEuH4lV2tty8xozZq05ZNJskR2QrhDOVJEvAVlrRGL4OuEYmEUZ1Uvalai5HTpus25bKNca0yghyZRkTdnYWnxl2pfz6BcisMk366kNbzCnPGHzI3wFlR3liEBine/gp2rsDjr2QLhVJe2zaMaem/KBDwAaXZYVzWuh0EY3DaNHGybuRUsOmAUdwxsMVNz+9uCinZLHGV4RePbcNCAqgxNkm9WbwVgO78c2eB7dpz58SXBu0h5FHF871mjYk3gWwJJK4dVA9B2/ndTg3v9QeveydW54lPmA8FQ6eLvfLJMdNdNOXtkIpR6pqU65R4+bGVWT8YI7oU7YiuKcfM7eZHcm9hX1N17GzVAt0aD/0FzefsQbtXZvh0PeE8pdpokVI5RWJn3rFn/3lfBWnLZ/BGRTVdGSGp7/bkSz9OstEzweaG5KpFtBqN2zB3QREADbZpxct/IaPArfUwSunfVpVNJ9erud4T7XdvJ2fZsX82FEeSPgbFBALjcLqVTsiSXv3KZHcMYUEjVrAsPgaLvXYF8UH4ZQSQPOImzLzhJapYgMrcbp681bwmwuBc17GPp8fHq8EAlZbxbWl78UtHxg1zna+gKG08V3omq6Wl9pjpvsi/I0iZoj5xFyl36yv45w8jNuLY3kerZgjtsVRap82ZHJ/IwGnyJGzgt4USu3LNGwSGvJPFgbu38YoeQ6HFu9O9c19JG2ODFuaBC3LfPOT1Igq/REdlFPxilz30ZyN/uiHiUAS/wvLQArd4KQIqGllJ5ptgp8ncSSdtBJzJ0IDmn+BxuCpu0GpuWTzKfbwLgaIKgn5X3m2jiN6XxcZ0Ktf7g/P8fR7vRPqX2GsXz0r5IqS04zPnidQ9Ny6dw1H1Eru1mwui7r9cqhx+1rIdh9EKJ1EQxkYR48m40Pp2LHDIRGh8pOvPZLHo3o0hYKKdiijJDsDvHsGiBsyGhQUIECPaceY/HXf7gdwY9JFwxTsChoJaGgACXPkzz4NE4HWTLZe66Jm79q7d74NVFfen7b/B1LZDcwvX7lJHqrEpsRNJ0J/Lp602CxQmi3o+kjKain9/iVQf/m9vvREcDLbyF7tXneNYEvWq4FL6ANQYT7Ovu+rpWrPqGfq+Cn9S1P809m8Eu5kR0ZZR8wkkxWqlRX4WGCIDDclktKAY7JLkdpRFk+5G8GPgSJC1aEbQpUnq+i2XhAu62Ai8IY7ykd/ogbT/4DIbGXUkq1PXmyJgzqZURmhPuw0NWUbFvgaPVs3JHq9pwWDtH8M4Wm/5UbwXCpC9A4UJ8edxkGWDAVrb94CuJDnTUZjvMDdEL6EhacCFzN8gNOsJXbxoj4h0hy0r13YwoCln9j2iSchCfAe7306eGmJFy/qeGNSsV4BV6WLSav2hrbf4UP675um33rk819gfmP+oppWpu9GdmaPXTVPbhT7rEOC8j/F3dK3ujesOaGfJ12mL2d9oeeC1oNpBIHeVUnIg6muT5J0Ftrwvq3MkgbCP83Va4zn5xcCOtLI1dBb+dw+VFNpw/ShEKAEmJucHEU8N/caRS3vTgnYkHc7521ECI2vddbH5FvFHerKxdMGesQrOarJZ19QGk8kH97LVVlOlIFbuyNqraLc+w9JJvXD0zOWXGU0boXP1xGFKR1SdmN46y/0VtJDxD/dS/WHnYmbZ3sfR7n6WPmSsrYiYhes4yjjNs4LvMqbvXy6qfbyCVLwctFJnMngJsAtTtWx3M/5Kqc/joYyQnBFWVAL0RdbAKTdLv+ghXI//WdPowFokr8vJWzkr/1ST7gTRbwNumYdIE49ZCb+dV9xYsA/DFjCsILcE2YEOtjMSi+sC5N9Pyh1iza+i6PPUJgi+LNMftdpVi3fZzHt6FlCHGeCBgkUmBzcGBT8DP7spH0XSKRLMqA0Bem1lnIpCKnbocgjfHRpCOtAQKMdhkrmUhhbxRnEaw14ppPJD9hjAgNFXvHg7A7ySTLfuLBkVm+VcVDNH4e5a1phMtvXSIIvjhs9KLhjW2xXJWnWG7gfo7djWACCY4gPwaNoUMZxt9PpNokSGWP8TfI/vgt9H2lTaIdSbdDoXR750BU2O/Son5aN2j8nr6zyBINCfWfF2U2rbfTux57r7MtDaix2tJzP1LGvoD6J+qcPl0fwwBZ/kit6WWw/R+jcpip7grESLuxtN+RBx1SqXjFE5SKlO1KOVXLwoBCEImJo+KYObHF3JJKx1C9neb5Sv21acIclFIswQs4Vz50jNP9iwejoXHEwbu0ICe5OXU2JPL5x64jOTpfU9XvUiIbNaMxA/vwxP7vbfot0+fLA6sI2zZzY2sFUnbhrp47VzIYPHtKZGQ/Sh/tcTQgA5XzAdCAQ0zVPPDQ+IEoO532+3hks/1EdclEqza/2m0FcFSf1KXkFetQnhh0TS2TYrgZEjfZXZGm8QGd6dScxXBV9u15xwefPSTwGPmVe1mgpyFEqHrn0FGx6rX9CgGw/C2fc+bIB1PeKi8oDzUfW7lqbGhqCvjBgErMH5X773QfqkzmjPCE6BJWIziuSqXjboyIicKpbhVfFffePFSLiWXzKkpGqPvcvaWUrVbZyrx9Xl+nRV3M2CpRn7SqdRH3seoF5bivhiIV3VdOL1onrzWapFA9HvwMlIam7iExbI/6DItFoMplmbWj/0nxGcWJ9KpVIiAipI3qctLEfblbLtICZXfZ4QSCYMY2uoqVtAbepH2uxCgnXglYSEHw9CMRAuz2FwU9CB7B6xlC8ZPPAyTVWcmwkAL2h0VrVhDiQu4O0OF7Pj5hxcCg6QTZKNVBZMgkJw6hWHpm1DidHlInOzHBl5uGdrVy2qmhqkxYfHQ6i0nChMWGEjsp3xcqTU7lBAwgkE9N8vUjB9UUjN9GH1dLgtNx8/tBwst4cKurKxAqbB2DlRF1a85SMQi2SgFw2yxNpVw94zIhHjQT6kPr+7w5HR5IQoNeufo1ZukqpvlQ3TXFewui6I4Iwgafk2MO1cYe+BBrz18vqYoswmktWb3TxWw2KGdWWbREOXudrIBdrtLotZMtw2t2ff/+vXgxK9N1k9jOix92VRhoTj0bPVObPutuXnTlvk1xT4wI45wMZ0XFrEOoigQLPg3hMXzqv+BxQnIpMaMClMCHc3mnLjA7UF3vo6DgbtTq5nvN6RQ0EIBiuT3n6q4sv0JjgbA0sKfO0R76G8ueNxXHO8lG2FJgbUhnzDmCBsFwVC0r5PluLGwCUpqFpcCbVgEChrPGtGq6xDa6pACSviQU6wRBROLKioEJ0OkBgez68p4UWJ/th596ddTkH5+n+9zkQ8J4noAEIqUweEvlj0LjKxJFIaJH0ZM2e8ofr4VlHj2aZqQEEtqvBEtbfL58JTuYCPfD4U2a7MFSrO1dKJsMgxkmcCzK4tPL6AuwzMZEA22vDiXJgyNR9spJBzLau/Jm+qxOBg9T862QIhLyUQB0MXHEtEJ45KNZC7KwsdhHRo60SQUxYwnGqSFupIclm5IUtdHz475/ZBIluuVDOpFIDXrBiwuzV+MNHT59mhQA9K6WMpOVo/rSwV/BEO0tm3ngxgsheFwtVq12SM6BAavxLOHtW2y4gIms1AoEPHRGw0f5opUfCvrVwQ+m5krMq+TYEBmmq01Mr0L+4dTQ0OTXqZGqQKwyGnUtrudJOcelCpRkCBZRN8IgTDisrP3sHxjITTYObTkp/VvF1EPw5MNEkI2RWnC/VLCmRzw1BazCUxoJeG4yHgflGHJTfm80FwNzcbrECi/f7upQ8JaIRnEqtwJz3jHZxACScm+oen8nor2QJQOR3d/W4P50E5VLA/RhzkApEMatGEy2gX/FFMX39emPjkRbGnVqMGWjQ9FvcER4HlMbPJMP9nSYFAERXeBgmZmXFJentIH4pCX6OEoNYTLd0y5vd0oWWjkoGS90vLyiXRlsMmEtZPTvKH8rYlWL/+peDfiRWZLhdmqI42tx81PcaAoFiStMWKTp2IP/6oxgzUoZSl1G0jwR9y7rkf0/tDNYJawbFVVDEwYt9s59TVpWv/QzMf3h/cwBRynJvr7GfMx6j/3rnkDKJRhCkjNL6J9avo9jdbk4/8B7XeyJd9TEWQisfxNW1pQ3jsDsqqwqK7dFlT13C3dYtztJOfrW/+DL1zJzyo3UlbMUoWr6tu6OdYn+hOU2ZaF1aHw4zJymiFDmgI4c+zCrXAzxjjDvaHNSafWw+4qf7Jfspt1ZgEGxlWRfuLjUq0A/ZD6VEfuotDIn2B2Q1SuHGWvUhUQO1udOmp15mAVCAoy9mar4LgVTKWJESogRYJihmIQiIw51eE/KYZy9qPAmzL9rH66WDUydK1pM14VZeCf6V+t+fv55exBltvHugjwYyvqw7oqUNMGk3BCQB4A8HFibiqbX+07WOjY2rj1hFT1PoH8B4xjUOHsexvdmKdCKOFWiqEYh2569fQ9oWg+VTlZu9fkEkujyGQAvRAbzlHmaKXDtTzGGMKZqmNkPR0V+d3t/OigxnMCg0aS1rwhM8BQojNXSLXENDo6sZaPU+DDuPIWC2CJCpqAsgM6rzLdcABTaVaHQPiURdG+lTsGVOh6jq6w2NfYN9jY2LqOYird7OzxMjUW6Tt7IWumBGOp/DGRAEPhWhNzkkbFbazGV+zMvHzIgWShBh+iWTiXF+1tyjs8u0r6deD2yHQ7H0swMNZisvDq4Luf7htGVCYbvoEzztuie0IFwqAEbzmUPbO62NfByEYw23htqAmE66f/ZmviHg//lMMml+gTxbDcXYxe1w64QIJprRlUG+a27ubrqQcr7ti6f97Okbbia7Zhd/dhxuam6ULc3oMh/cNSgh7NHyovTV3cRyQ36H5IpEBLKXzSJgXFSfJ2oJvsxQYJIwaRrcT82a551G7GtyZu11yZn3otqpalwnrx4zgyFCuklFbN9RP6bzbTEyPFS/p/MSUuekpXzAWH3f9ecL73aFq2bpKrc/X4hLfElZ9d7E+6OShXu9JW1gKhA13ES7pNFgjIdOgZ85JCOTY72HpAzYFKAFGHrhS4vKzxeEdLHYgB8LZIK6a9iB3TfzB+xbgzOoA3qiGdyQLJ6mwb1iPPcafFM8l37Yui1WRYlsD8ykqgLtaUFAT1u22C41PsRwUfWlpeJliz6W4VLHd+fYqkTnLtuL0N7kDVhOI7EnTqKkympqAaKR0L40F9UhBpmxdEtfveKTy2alUoDAIUDmo7xDEpRKLagSamHJHkgq9s0M4/uNgZ1O7stwtEB3l1a0Wzu73Q3d6uKehHPsccLl0UiKpGyBttqcQbs/1P55rQkiumr9IYDkhNY8f9xVtD/daL3lwOV/pmvhpzGxpm9h3rv429Zl6f04U4CcMffQneSLhLYEjCHT87riOZNohdhJDRiH1kKO6woHETlLq29fKABbAWYZMLe4iG8h/AuFkvkzMR2eQ7e+wTtYDpZJaCSlyYDnprlAhMVAMFdsDR/dEV2GJilzNvDgqDR38aRZkDNjLvzjTQJnC168FMgx0sfpuU+zcXMjTXPxgjNaTkxNafZ98PDGDaE5jX9Vgn6H6LN4fnsWriQ2ugicqANG1cmsUa9Fae4yV3aGWRRGpgxB2+eeVhBsqAsUuAbt1uQEVkRYZXLiKLTAsFq6ZZ6S682wkBYzKdvKXHQAGor5NVxe4SJy8hnQqOdzswrcd+4dUOQ1jqpmN6FO30skZrPIXnF7sCJMjZ3cXa+IGXpgQPiVRFFol8wE5jZmsp0WlRx+aKtHqTXGdVUEN0fk8O3ruMQVfvcKwbjj9S6IIzPxUBMLjvpUVsohvB9uf6yv79qYBVBmNqDViT5s2zYJOUDd0pb3ppkej6UC4DXPmjYy8vl0QDcKnuFMjs4yCR321xcgdPz17SfUr8BiSMrk79S8AYh3EsvmV2by8bfJijc9zNv8Lj1ieA0lBWQ/Dbp/we6NYbPKyyCSOeBl/3CQp4u9SI/SqQxLyOX3XPCQxduP+52EnoSMJKCwmOObQyWWMKiWHMHmDcnGygXmgwGd3W50dqO8OoC1Tchg4bORQoSN22FzcJMmCykCIi0ScWODo6oJm5NAqUnix+jzYmvc2RS5nanMBTNlUJwWRjjdAYlabVVMKNkRKHFQMDW/GW4ZJ7ylwUP4x8JWibWKacC1qpvaEpOhjmqV0PDJvwRYP3HpZ14605vAW1tQsFY4qZwZsguhnzakANo9ScmJKAi1YwbNR5aaFdtAqRUXveBMYiFst2wF3MY436xNdtr5+p12VmL1cd9+FdzSEi+k2s0lx0lpH4iFwLbSgs+h1qNU8509+iFCs4MEUAZTBjqmbZ11rHaL0AQFUASfyHPPz6XvO6e/F6bPWgR8cywWR4UPyzrgxnBI9oqvZ9npVhV1gKMXWghSPmbmzECd4gBlFOKLrkBGwzw2482y4C4dBZO6TIEN1hAvgSmTWJQLBDMiTE4+lF6CbQvUFJh3J9bB5RWVqT7b+tQbXONDPOvxhUP9S2Jgnigu9u511sHWsJqBpdZUnhgnyCCCb+/VBvNNR/SYex14uCQKdgasG/o57wqrfOieRrCNyXjKyoBhEEBRSdvWp/Mn7X89z3p8Uflv2PxeQuxm0/+iLLNaZvpX+gE05qkjnQgHNJPOeYFJrAeVmDkj2/Q1DA5a2q0ORQyn2ebAMh0H4rdwkyfG2xZCh6R+u6X2VbhqfRUa26MQV3dF/WDuCQ0RbfcnP+gWIaxAIACAg0MgMkPZHvnRAHBjrcQIbBPdu0/Fodgfeyi+QzIOyeBrQ4mD8dFrgfYnjFWYIq4W6UM/CL8MVPJRXpDuDNqduKRrS/HmbcUzzult7OokutudFoEAjh/NrrC0XeA8aSgAUSZ3bGRtWd0xnyAPc7voM+yVaE8BSqal//E6nE6JSaKVN07B2CSpehbauLr0CyMjHARvdDR6z4q5cOPk6amanDCPpGv+eOUMyKxVqre2GM/DnEZ+Oih8tkK5jvyUy27p6W3GCWBOCy2rlY9kzf5snZ05oy8ZXFTMJjGJzMIDvhcBOZtWPHZuHwYDtzp9O0Ir14cOZN5TjlxIoBHaCAzJbDUU7SBqi6imZmVfiIzW6eZOzIFhxDi/gnx8Z/WAwHjM1FdGjGnwyCURQ89GASPt9k1rp4wxl+j0sREGnndKJSKDEVzTvjfF28MXpFINGBnr3Da9O5R7PLFVS5E5YNw7JOrRvrU84bt7YvFhKk13ZtSxurOoT1/uZ6gyww8O+UUXBmqJXVYRFgHk1zTyWJUMKo/pZ+9TMIxL97yIY/7rjkGkgVQa7VD53Y+4YH6PZT+hFkb6W766brpqWMxu2LHbVZSVNVogGxq8IqCSDnCIc3OZtNY0MdhAt4TPAQaU1hBHacA8StvEPHumyXrT5QGfDgveok3WfaAMYZvPIUJlOuHcjW+5YC2TQ1zYLnlrrBr+JAP27IJleMezgE7wSJUBHtLokCiBy8hfjKO9nQEhy0tGs6vXCG90dlfV2Hct5cRztEwA0j6JzF05YvOwCYhKbhKZKXNunHRf8vIZ618PeEVLrZRElAYgpbxCCZkkZ1mYQb9WPh9nJJUlTNAwTCPu43sbJs6dmJZGdA9k61zApVCUEz2c0hthNOLKDY8fDzginDzcnYqLc/xMXl5O39zyRWOcx3a5rO1ILV8+6Zfyp/HWi9ja+AI7fCuHY6nIIYupBL+2v97qCzi+H08v0i7op4TB90puxji8Jqgs7BGBliXrc/N0kF02KAtrB5ZINvEMiUZxIyjbiVuWeZeMj6Z7+8EwKJNe4MoL1r/BYtb469ejrMWsDgODkoDkFxQA3NoLnZ39tJEmZobOekNxSYnPEhAV3TzOnCSSqygoaFzSRUTpQ9H0HwEdFa3dHNzz6WNf6Hj2L8GDRYIuOuQc/fxpXvjGK4rOn54xfxjXpsnz0oJKaTRAYGyHeBBO70wk5pCYNsPSVJeqxRIunZY/0OqP5A80B10MjVikMWh8fWc4PDHIpDwL7kBLAo2aLxbH9aIvC+Ol0TXtcAHIf9ecym/r6JF0kq5whxBhIGrppXTgYkWREpwLRal59rcm0KY0YNivEYm9tSTSTIcEnfkiq4V/reeDSnZpvgzBbO4AaqNaJT0nKb6WOJYYZeaIFMjhYDj8VMrhx+wqj03nOPWbuy6sgIe7jdZ3uH4PyeL1XChIlHSkdgtyqyJqRG+9RxBHDeaYaQP+soRsA0hljIYlaWEmObNkibbPHGQ+8/wOLWkNt2xNEu6+3LDZFqFUQe+UJLacVkhHfOez7AqIFyTHDwsL6vk6HccSMVIMFXNc8FogFCSRUGrX24e9j13Zi8Zn2Dhg57CGIBb7et+S8qTLVtRYjxkVo92VeLpydFgvoEHRcNcytA8IXlsxflJ77wjrmqyXGbK8yYeiOmsOQxFVEic1bpiQHCWhJ9dDWAJQMDZHg9uukftsW+k8lhtOg3NjT0ZlUfrKLZJnaSTzGFJO6BOy/W8ZN9JXepoNX3S6uSI/6no8UdXrbCa1kUIsNeylIvp9ElzZEdtpXpN8fcPwsaJSn5y92BnotGwPO38kiYzRu/knZHh34fJBKsbNujEPX3fwZiRvcpd3plalFSQKyOlUHdtIBmn58wP68tNMFtviFvzkbFYHY1ygp7y+N08L7IqaDrf0xblShkQp113u+LyMQu7RAdPktj0zlejpcUbJTU3J6MiThkLK/Ge3ydjbCq1PTVv61LBgEhD0rVdbcELOiXQMu98Cacpc9vFg3nsZWOrR8S8p08apY0S7Uqf/UHZ67ot4n+6mNDlIE4Zfn8HZh4Uj6boxovkm0+tQwi/W1dahp9Umrn9VnKh1jqjgKZbvbDn20K32OiHlfcmRvD1b8hIqspk7p62yAYR1e7C0sQPrLhqklnARveIi6iHq4gYs/rx8HHYOqw9uThmbSwwT7TYzdQBkPoP2NoyXBLvPeS9IFqJ93BMekvHRkYMCe3FMgR2c8SSS8g0K55zgLcTE9GGhj1uO/vlzdAvdblOMbjKOxJ/gQKF/ku4a0beKjQ+/Dg+PjHhITnDBoonH47XeEB7SMvHQ4wgmBOHpCzMDCafxhPORzcDGZoz3eOMPKef6DBEBV1AnaII3ZvI+kdoglgJzIag7FfxwgdUmUf2xt85jDk4fBD5PZ2RI90XeMXUJEHuEzF7L2q/8VuR98ejjMttA50rKSAWVU+EWHvYUPiF+9RabTOleZBsQCZjmcsDSNS/nHZBHeU4PV/4ILfVgBaSxG+LkyZpMSgOeiz2p1ChSpVYyw8iP7E07vjqLLc/sQQgwPBnIpAlMwwcxTDxGKNJK7q30FEwOhu5DbKhZ9/bDTo/8A1837QA6KpVcOM2P3ncIoOoLDWQ1J0yy38/lpu71SPdzNU0gnjJJRI4lnrZXUFxweXKifoWD0o3pKXFOMAfFRfd8KYko9UAB/NYoIjuRSkdakCGjo5dVpdssV0yKI0XXrNJFtq2EhxwYmU81Lkv6wZGxkab5mVNsc28CjMV6iWSSEzfj6dOzOyUFbjyPDzX/Ko8UD/fZaXW4jrY/b4yTbUmWlyJtkPcuHecUWEzz3vfGRqWRtbWRjhly4sf1cwzqlgu9n/m0jg04syGiyMt7TpNjxnnZl6PtBIr5TmaA5zLj/SH8bhsiNWhVxEb4hkon0GSEQgDEMuXyc3Y1Ed4J1tfli/DKQ6FyEz5+GC6BrBy13KQQiWtnx89MaW5O8WSbkI/zvXUnrfLS42ZdoR7xtUL7cxRMt7dByQE1U4do1Uujduacdm4tyl9lvDkQZfVWByJtk68HiUISOu9HA86rvnjWY/VaWAquvslvGhvp2nn+5fkA8sJIEEtnVJwcfmNOB8K4F+3iAIdPWks63GLcQQeAJTlDCV2dw2/yFcqXF5i5yNV32zGN3SkbKKN0uJhesj+xgXWAxqaYAy0UQQGduoo5rxmLowCn6TlO1tmEHUyt9sG9I9pBMll12unh4b01x8YvXx4fPWYScWwUysdq9sbl3oeIvxG+y6E/dfb9QXKpWpmaFs0C0V3TQetYIBRf1XbvTQ+8jzFWHJa/JhlQXO/qHcU2WKOTMuvrnW035KWxW2zSjye7HkGpyVE2UrsLUwvtUX3r65StU4fsZX+V7O9THFxELXdMclRDXbnTjm9ybHm93YJYpc3bSl5mb+6jDC2K6Qvwy7CHlSiVWDPTUj5c1iPqlgk54haJVlDppZhR1ZDbkR4sHmH5ZaTP5KZYmyO/KoXf52dW7FRucfmPzUdMlyiYwlop02+ETfPBaY7lISNa0RgEykgFLoPQJPGJyYBX+vW0oK9csHCpuBXQKsi29Y0LFy8PlJUuZ77SeSA5k+9MMpeBGnCnKNEjWi0paY7BuPO13WrrtNJq1K0ZPR8avDBik/PyG2BuozDgYV2cazKTSSm6WO1F2zhmlm5Esc63uyU4kkNTLt5v2hWLxJsY9k5n3yd/ZN1wrS2d2UqTPWG6ir1ZPGzc7MegDKNPGllkYslIbF9MAUMKBl4bXcfK0h3Rbw6q8cfgjz6rybnYqKj8TmuxWQmlkdS1PYGa1MPj9RdmhedOpazsA0jOXpW5A5/OGZ9m46g8lpcfiSh84kXT5ChTTLXXXPmfij6cdcI0D3ZkTpfpvvV+tEhO8gCrW7FuRMTMymVoL9qIKDKpMaJoZV/KlFFuVj2RQ+T28JKo+Uj/HBt/RY3vZxtpfqclqkKl4zE1/sbgY3rFlQt2DYE+YetZgPElsWW+JmMhoIkVcElCDcs40LNdfkEtbKE2NMMxpZiSLxWwW1wSXFoIDEn1ClQ00BxXufnwYWE4J2z6iHhSWazfTpJl+wDGajM63O0tBjpHkNs2F+UZdtPhYWQkJGCDTSzclEP09r4EevAztyFxhjGTmPeP4F3Ti9kX324jeI61Qg6NyufGwGxduL5Lw163D3QOlfS51sITX0BZ0PwXdeycZ1P6tWuu513QAk/GpJcmdjr1mB9Og9th+kwZ2BFld8mLnvUtaFl9Oh6owXhpIE+5BSCVinh8K16Lw7GyQ3EBJYR/A+a4XXtbWxse2HEimgnceEBMB9Z1cNWUHdXDarvqgwsL3NYtAd3oo1s9yX+LwPWT2KayXAzxZYmLanFb/iXvHLNeV6WHlBoZJ+JIatN5wmPq9CVKOIoYSW14lcLlPehDL/pdLibBdzTNRN7DLMaYF84Tyhwz+bnqlCK2epYUn4NgxVWpkBbqwQ18TTofM1FjIZNfx6Pl8VcoARhXaoeQ0/lx69ZT8iNmKEc0R96XST60p9TgheRu1dqERZIGDvzZqf/3jfJehJuSgOaXy5eL2jxEJD5u8UhHW8cWTYknyUPUJpLHuCdv+HJVbQgFgByKxhH7zU7Lz92+f3dKAT+JEuU2l1xBPIiPTsG29w5aSzUSokTBKZj8he8dSGk9F4Jp2XFsUwXO1TqcQhoytiZ5WZHtXhvZBhdi2K51feYQWStsf2P8vlrbbUzH1SU5pBXjpnPBxsyqWe9P8jHp37pZRDIOTLYKv/2/yqIl+KL1YxUrN50HVpRfLnJzSXENcBvXqfC55bogPhAEyWJH7E56lcW9MrJxlliT/UT5Sa7WYYr2ltonSP8QVoNUoq3snLyZnx+VRcl0j3z62ke1M5YoDW9PdHJKbA+XEnMCPOU71fLcMylZUfnogWBnd4c4BSJvvSbv3zc+F+5j0a2CiF6i9UAmC+bRdOpUkwcSfWe7HLEkgn2I7LAwaLpovRMpiEdU+gG+AMdzlON5NHLsxwANIBQAf2/qDU3ySDsLzqZ36n58qiAhKOvv8vfP+Qv2htngthn3YWTYByIJuZEL2y1zUWcj4iwxTbAWnHyvrS+pdc1o9lKUsdMtxy5rJEf4SyzdhTFhFT1hq/yMWVDHQcYscZQlIRHW/wpPTgUVenZONtdepcYDPvDuxqxB6XbcSodG8NO9zSmwyQovnZmK3qpszJKpQjNHTRmcrydbGJAaLG5cFr7njFwda97Row1tMQWlaG20b7U+IdMa9Lvw1WpNMEMgPKbp5//zB+WftYC5345cvby7u5G+YEt/fAdfeE70ERFgx4CcuJ5wVx0dSgzoDGpITPZND6k8lOpflJKJPQf5f5+qkEMFFKiKBk1AB1fehc4l6om3Frj9x4aC9OGTZhSXf6OOJeSnTW7YcOahC1oA1DP9QD4n9k288GQN/lm6LEIEVLOXdbHCSvU6+QMbg+bYbz6vtWJeHdW54ciRkt6LR3iOul9X62DPBEgMBI+SIj20z5+j/gF6Jj3eBQgcQP4l04xI2fPYcWmTeBewREi6WHjPauqEr0sBIBZ8QAAEUVQWsMZQqOQrBxjjOnUe7rJj3X3Qnr1UspvLC6HwhUI1jNqoygI4MYLWaMipqqqcp2G3mUZ19lhMY1uhbk7XqHh0Tt9Em1jYxSoRTjgEAv3wxtzhw3M3HgIWiRV8+PYYhs0yDX+QBVJ7Pn03OPjYLsfhuUeOnQTVeRHVgrCfT2fBI/hRDpaRmnHzJ6BnEgrPZpKquBLCBxhL+FmItGCyOY9o8zLqwoTJNtr9JH2THq4OHiCXgyjDVD+777IYfUGtYPcPNxvUBTiU6IAYTBlIRlISA4lHigoLRf1GSghYdyFTw0vScoYdjgAE3kBFS2H63DLL9ie+6bHKjJQldlvYn1s3voIfU65Gs2q8AehqhhSHWzXoaKFNBnQsobnhXv+h0mkj2uFDb6+0znHCp/tap2Xo5vOavXSsv2XjGVdp/pW3h+5wX9d0qP9eKj6yuLH5Vmxo8fkXWppRo2pYB6fPHELf46iqgjmpcQI31kD5GbGLgq+4J7QS0O0WHuOe4fodq1s9ZR4cicRIK17Rl7rF3uphL/VHhRM2jHrVPPA2KXnQtoflREjkd0bLz/PjE3bl+voybka9KSXDZPjz7wO57i6dKeEIFMbblVA2XsO3cgmN4wR7qmj3yDyKTMo/s0loLqe3mI60ZGh0WySd5R7jFl0J7OKyZsWYsDkmNC7aOwDmczuPQoyvlf32ChKaa/b1Gdzm9fWVfs8+qGopz7B5IlTL4528ar1NVRuBAulkzoJNvN2xrbRb/4RE8Wc0D3saK+HdnR+pjAKhFzqqPIM5cakCtwH+Qc9/FAIFf6EVdwcJTH27xUE9wqM2Exuv26BldvjdQXURlCtV+l//H/ZR3jNm3j+f5OKVG1K3XJcIMAVSxgAYfw2kUl4g8yz3mOtW0XeF3FeiGx0Vgn+y7jLiYEEJH+V2qUepPDkLD5PKNG5YO6E/uwuJP/KnGyp1VjD7q+S00+0De1sBNCKuEMPOgiy2F8TughUacdO8sec87OeSUkuaK4IIB98dhms1yFd4Y0bshPAYUAhP/H8fPSrC8KU7RRL7gwWZ1RhEg36/zzoX1AmSbVxBtr5w+LLa/cvrGVxYWKcIZLf/q/Urv0gOazb7/1pi3uzfV3NYDOSsL9TNAyRfuq1RhBMS8YRaX5epvWhokEz1dXzXxhA4+Q0JwtbkWpSmwtR98UlIwjrGi29LfbuMCsxhLy3Va6PzeFZxMMQCwnLKzn9MQ5Bf4IQIFEQQNmgm6LuTU6VxfXDfqPI9mhi4fjM4vhCh8V54jlPfoWO+qNU4VW0RsfdlfjewuLYe9JlWVVrHOvR2xq8L5Ftt6T6FvxOAP9MN0QjgcBt99F8G4fkQZ0sGQt30ofrDXwol61+kZz33SWh8Lt2lxIXy/lYOXjHkk7owCSJ7k5Y3hoNthnPQOcgP6pums/TRQuD17E6elEnBE3CHzGl7Cl1KrCDqEPY6TbiqpdJ55CWJxXWG59UGAL/6R+YEzf9W1oGhArUL5tIBawJrPG8pGs57PB1P8UdK16WheENOajMty6obqu/xEFctNxczOYofQsaSKFQKYNpQDB6qr4hYH+m+aYqRC3cIUeU65Z3XwdvwgDbjuCkSIlMRICMTFrct6I8MCI8sriJ2CQj1hFzuGupkfm4VsJEycnIyT2K7NoJbllSB1tIKUhgPq0tjy1nz54qL+K80Y12RPrQUpI0GjHB54KfmgWoGcDoaBEddr1rQ6NjIJBIwCov0+l/qTitNN/pZMhhsFQpAB3iH6jYHcZ3hCbedNJ/V3zU5T9TQopx9EVSTkHL8ZjX6nzL/axYgdAGq37K6fbtwxFVc0nVyupu3sXNWbLjXqoVhh/W83rKODX1Wbdrxx34z/2dtho3NLBhcN219lS2OwYQq45oQLEVIm3ED5yRZeLg9DkUVmPz+X1YnnvZD6hmyUplph05Etfo59QOdkS8AC0MZYrKzwdj4eJ2hQDhgwTJJzKosIfHRwgNm3YSybkXx8zjeYvH6KxJRkJQy7KqY671DWl4/R/f4Vmbi7PbnoLGyBPsXKELr4Ell8/wrFIk5rRbuOg1BDA4Lw/Wc7wr/vHaopdTQNNRSQrdIINd659Gzeex8/3gbvq6c1qPbVz+ARRv7Ehp0tNBGTw7P3JThk2Me+5Q99ZoxReUkVihU85Ka18F9C+arclkYDqMhSBxoUSEuRi8NZBCe9vTVq0e0g54w/+/U0TtqFwc4NnQd/sDE6qrFFq7s0Ak43NV55PgL31FHtP0vWrWQYTMGPQYKy8/0T4Gqh8Jf1dikSpqZUNeSokmxUnOjWj2OkHzavEEjkYysrIzwDiORc3Xr7uabuzsu6+ndGga7+i50itepOupLFklUJxeBNpgalcptN5jSIvI67xrs4r5zBwPFYhLHcdd5TOJAWixZrwliZ5iO3cUswf6/bp8G+4mYew5PuDtdk8mqIV/jIj1jF/jTugKGmoJkaWqbMqRH7EK/WLUkgOO14Hypqxd/adshsaGCKm5U7gElmwIT+zvPFSrqxfbkXjPOL2PtrrlFwJ8Tc58INPa6QwN3TGp9KRmx+eI8KIaeWXBId+Ld81eLXpL9SEyMLQt2y9twhPnEkUABd97E0J9wxcy5nVX6S7iXwKE+Meu3gPHETMu+qWbiBDBwidDOjpcbPdRf64zxnyELCTn+ccZburrBxq2u+XSELWNcDdUJQNVx8V2ykuBDQUq0r3DNUGFvfB55qWxO3uqRew9GhvMqM7NG0PjLeEx/VHaitNAw1JtWLJGQu+Te+/PUakj1QShcyfTUeOIH+vufvgd4dFC9DfWvqlKlXqnX5eUAU7/vaCKRSLDG/UpuI19wvy7CJK2yAhmNczLwaajx+0LM5ubxe1TRdVpLC3Rc1EwaSYcZJb7t8SqaC4y/UPg9Fnv5YuAiVbhRhyJW01J9CT5agtbxitIMpYHFik6xs1bdrgLpLftKyexoAgzPg+HNDcNeqdnVwQwRjDuSpkZRw9QsKivorSL1ItUwMCm2Ojs6VpSnElA4KmUoN9JKbJe9joubMG9IZV7GiuLleSWBYLyTHTSnx1nSW2VYFn2yNkv8SgXLqYSREswAAF4jPMmdyQjPSd9fL+6uMjMtQLFsszSWy/tgyuxQ4j0B5ksmPS4p6c3VnFh2TKqIxWaxb9kLnYtCR13ero0W0isC8ovm2IJQebjQSY5uqVZg5mstflOMxWTQ7RFk/QLYY1W3ly7aZ8aXJ90gMU6K/fWtMFAh9AAIoc6vgodIle2oXUhmsBKeD1u0WsJ4yx3ixQVcLsIgkeCAvSuiXF8WNBNimKZPdq8a/4KKkiO7rvaxiMV2IYJszAQs1Hg87BpEE3hJTgItRhOC7GUsL4lcbYLe02S0UHmYEsRJcoaDx5AmJIoRRxu8S/FLthaE1ocxxHESl3pHnyGvo7K1QQXtu8ARuTM4rRHMjc0EOTdVO8i0VmXmZyCw6d2MHr9Mu/jOkG+cdHCSUjxzmuVrMARV4C0LgqLAgrDmnD1DmMsBvkOxnp7R9hxXakGcsrUM2k9pw+2fjKWSaWwwBxhHdGM9B1SjCax1NZ082YTxhfonTYo+IwWOqw3uQadEiBaiw+S2hRCiKehtgyLHm/EZWCEQDi3ql86cYb5SHpWqgrmZX630kX0pO807NhPF79CfsiiOjm861pT8cUNe/fnHle2p+63btemtQT2OevkaT+8HYsoJhWSEfvjKxdvb+7aN1+5oepduL0p+mMeqxaR6U+gsSoKmSiMyxa3D8xBpC+H/Wn5fontju4weXW8HlmJSOvR2Ouuj4vY/ZT8JdFpd1rjf1aDfZ9WqTWsO6hYUJo56ep9xsx/lJcNVQ1dcWd7au2Vz9baGN2l2ouQHuaxal2TvCBoUEZ9UqRZW5qxRzEOOHCRtBMSMa8BpDN13tMa/BRIj8+avOw/N+MyLyQklectHH604QDU6eXEptKisfOKMrE7d5z39tMbsxd1C1oHFXlz+qVP5OF0HAuv1ql2aP3u8oHJX+bXy0lt/Ley5K1cPGKRx2SleMtX43/3HLcjMG0tLoBQwZzSJTNK87iZP+bJTULxk7eACncWeLW2yFYAFxz73uN3zgIdu7HgbylF5WeW0jgBi4RziiXmmQxJRmgibzsf6QQDPGZMpCJiPQsvrRGA8YJKI7JnB1xizsbLwBem//jeeyQeRuyVmIqVZiRaTFY37PraS2dCoR13cVH3qX/Pi+p3D6shUGMQsYX/S7N9eJnjUoKuR5yx2pTSYRXBX8MK2n/JThEEU/U7v4oWtCGdq3ineyeziJqqKZJkADLo1C7g0rX/k/ijaBAjn5CTB/eNzROJC3aZ4nfBPn2gRqlhRn8xM4rJ3mAWKYO0fcY5uHVDuiHNUoRdz29UnQMdUesC9LO0yH8zoSrUqbmreiPs0X5h9M7m4F52cu9eZx2rF0qstqyVp+ajypb3pCoDytwG9wlCST/OkRj+PrWtqU9sj7QcER/on68pwG/Yx5o4dvUrDGG3qYgba9s3VYVvvMu+x5T9rS3EBHKeyIYyIQC1eWTk39yqdlm8w8IGRacVN0mzkPfXfuvy2tO2qv6WS9r4o6Tdnqby/X6vfx5nHBFfl2KOk0y4u+40KjA5wzdse6GukjAOfrgvuIw+s8/j4wWNdBkDg+QPul5KNcQOLb5pzFl2sdkuOwGld00MVKx2aSzbWCy3tLydTosvoe1aq4UYjcAXGpnVPJuHlZx70eompdfLgdJKqeGVMlC6KqHbec9xNZu/Rn0Av484p9nWVsO/IG0HjKRswIdu9+AApL1m4CKLGXyRtVT9Tf14V3glHcdEB2ssTyFbEi2oudt3W8VVIofMwwcptx5XW2CozEqi8h9BiB3QzgKPaySjhzyRGI7HEUINoelqYsrJvEbYU2lyiyGT55rKgcG0cTJF+9kwMag4TYhDLbRBtS+XQxwmocXNO8bYiUV9RaDnRCS2RG9vjs59DVc8DAdGf/Y9P6j3ehvZ51DXxhNEMWWvI7dQfisNOLmUcdZtprSN1ueXakuCgoLmtknDVDCqT2CGh9ENf37szjNVR2nCDYXoEbaZnGuctloyZCbkt5Ynz9AcAAmsKCziJq1oHxMPojqcWlllQlGTMH02qnLHxYFRHvLXQHGjRpF06q2T41NBWTs12AmOqVzp3mRPrjXxr0oEuOtOrHo1P3dqRc4B3HCBwAFQSytIfDIC2JXrOgdmHwSrsMCnYDOoeQQcmM6+SE1BQUV9pLt4tWukh4Y3R9r0l0VR09qj4ZjPra9e03iu08LT/ZoPQ3TaLneO1B6ULq9U2bVDQ0Y9INLHXhxiFwzL+1fwKsXVtTUPNpQbnoXBtKlnLrauL0jkOAcJfu53y4hVKEVvE8/O6Ljm01ybz4SxygEi4ad+DOMmFoO9hws3WyN8Zl1u/Th6YbrP+PI5DcnhMte9y+Uoy4nZjGBT+5D54zQn8nO7WEeRKHoIjdeOkB7c6blmTFp2YfRps9HrC06606V5ZO5625LF6tOqzF9OJrDHAYDd6g3Yvmphf55yTsMoOe5DPGz0nVIcgYErZvF0YAvjIh1XLAilLe3b7W6WEFLDVnXmsYNctMC3TP52awV6Cmv/HW8ltAw9TxpAewj35A08jX0StrZ1xyHEajm1SHzAOzRrC0ymVCmmiYhFKnbF9587t+Dzdd/hv4mGBARk2ulue9oG7XkSF3hyEWnpgr6uc4My2LkTmS8/yp3/NGj1isQUJm8bi7mKIAOSdbK3esnftl4JN4hia0wY3ZBjWhqWjCIWAFYDtI3dRXSGw9tjLmJgU82cxfUJK2jmJhvrEwtSO8Umu8z1DVlKNuSXOTNVNVaJdQyj1KyNP9zFRrmRqyjK+uX4SJsdCJ9mpcL7ZY/BR3hw0zBsxI7CWmnEdyrhMj8nMrq5Mm+KekhYIm4YZDkdadCpqGJYeSbZg6BbbUbWijS/QAkhKZX/WbLnoh9If6LGOlZuUeFswlESj1owxwsBTVEuJYWbUO6IM+NkzYBdMmLB95I172KdKESY1s4CxxNnqSoRet/z1tEe9j4ahhusm9faeeK3usiVuhnEjI+lHs6E3lqT/cCgvOPmEndfKtkobR3nRG772ONE/lqT/sMgrPkkItKWu+I8Q5YWLV+K7VNxtCkFqmPcvYogHpoizWUZOR/91F2P+BPe1jlyuwYuIzzrraSW6luFmVSxwF+aCSeyNcCD/ll55tuuVHwj3QsBjeMIyitDsG/fKFg1WYuCnNk4Bv2QL1tmN05lUgOTmnWwUxleGe3TEiFR78JboUxEeL6VRlVn+pUv9jhXVN7fkIxKuu3AWUWNHb5He8Gf7UaCARz9lPIDztOgFdBmG/edKoPjprDi3M9dZtbXeqPxGXjqezIrjfO6Oypo4YHJ94FHnwWhG6TTV66K6aiKzOmuiMjtro84uLO8m/tZ621RJRrdUefg9nUuZwjvCcHICJNzRsoA4Zl+bk1RJH1ZbhYpbAbLFumD2wuYuTg8wzlW4qeM4SQBZnpcNx0Q1D5U39m8tChwh8212OamPHFwvtUtSmZ2x4iH9Hoz/Nv+IDIFi6R7JXLUrJ0nnZS+xnWH2ykZ6G823EPu1e+2L8/BQfPO1d43DNGVqLaWgdMLboF7CXN9TS9crJ7xK5vtSm4JT9I4AHWaZ8A7I5oIDNL6W1JYrxmX50Mci04PWahpckfPKjOBFzS4CxT5wtubtlyHNXOy+9UL14LjDfXbahk4hByJmxeu641KLMHLWR8Dfu8AqudD9HyCtxvaVjS9KleTz4jYbmE2a/vFu/+vKfourfX0YPPHtjh1vE+Gw4JjnbM+4+3Dv/L1mJe3e/xBuft3YV9VY7lXhvGwRQSG5y40h06vC/f0462lEKrl6EjPJ2UC4hUVZb8oFStJO8UM4ZqQEt5IsA+NSHRIJnMaPg23Wd/CsRRsOwfEoyWn9d0yMBd9l7uM363jQrLvy0zLt50x6AKwgQqIIwSzkJxpcbkBP3qRsC+/3/xhvPGmRveNZVcjXyqOWOoc4lt5w7IB1o4ha5RM487kmPuZzNFBjWKFZ+xOWxd/P7wvlEY99dPKscI8ttAmJjnlDHCbqH4N6pbHKCg5aYDehKao8aZ8dqaI2T2dndH94vApoVEm6H3cxYe5yzMzeMztlrhceu5nlMHT+0Ov8Hv1Zc212y1lF9o3ewxp7Ka5LHpKS9lkbaAH0ox0mjduRx7aF9xtYnu7W4bE+VCmrMP9qSqL52NevjyQ3CqC/k6KA27dvEsFVY2uXsXfx1Fk7OKC2PszrgPErZ9E2dyYkHdE+3oJ1y+u27vo+G8IK3VZa68GISrQFo5EatLhngsu/5T2K/oM+T4sB5Wnptl1AnMkB/+VRWdb3hvmn99hP2uba8r/Sxr0MQUmuTiVGKJ3gmgRZ/jnMOaPeStVDCDTOUUBK/bi2OaDhda4zcD0FgjBBo4oxCrjkLF4Z9T4FhCi12khSqdRCeI21TNSHiGotGPDt72HacDOt//s3dWID8E5WNHwHEXWHoOegi2FsZQyNmnoIovaoSkDq1TX6q+J5uEMXB41RQFJScYJP+aewPC8d5CbxHUlHJgItcEBfUy+7bW6m9b/YwgNjppBaNTv1PHkECRjjyxgv6aqeUJbIZX8g4J22+oGtAvCiBJTTB5ZQLldr9FmJRDTOATztH0GK+qXTF6aQTseslZppxUSV9g5OJH/CNyDt9y6GINIry8BnHEmcZ6HGOrUjP+G4pFB1R5cXcSs1PCiTGc/ari1Iu0pEnxuvuOBVMSZn7LvOviNZuQIYI33Eg5CJBy2Uc6MVPEmayrmNYM57NsKBcNhTpPuadUHrnG1tFotHg3A8EO2Z3Ppz+E9pYzACyraCdb8Y+AWdlJxmHsI1byMPrJKckh/a1S7vb12FbK48KH9J69WWK9AgWxRELZax0xJkofEEv3Ed6p274SkZyzxVUHF5b1FeNDlLHJsSIwkqwb/xJV7+5vaPIlYfdoQcKi3C5upz2XkxIk6kIcM0xgjwXFUk0Z/Ki1utzMBNfYHfkU++f3ICPZn1Sy2RBwqJvzgySeWt/t4rkQjKKLEdWWRtaK+mxZCInAVMYaC8JFWZVJeuCvaUQ/coBg8Evtrlih2OHScgSCgEeA4IGcsVtQr2AwPKPZ6qPFhVl65RlKTKA4nCBUwOKUZNi4deqz6GwryFcMXeGIXvMQPMQriParAqvQ4IGU/ygO18T7EODBQsgu4Civ2R7jDJ37CvyrkC0L3ziCwcde6JgMPohPzAwgq0SHP+EjW93sSy2cpSpdXqKKWH8/WNK6TQRrtMxx8/RmgjfkoX9PK9MQ/1lJaWAhwLlLShEHApTyLNLUrIEv1xEA2bAsmDN8d1NpXXKNuEor/3q+z/7pYhUECB6gg+GsOBMZQKAKQmFBknjnMzrdmHhlgs6zlZgxd8v3Maq9NByENFdnDGfMy6JRSYswQzuDcff5RfKnhD6+Y4zwo8oyKMHxsnIkfBtfHn0iEH3cKjxBCk51b167Op4HPAJjw2RC1tno/Bm6GLDoF0rnSeeuhxNf63Im33jK+8Suvc7H1f/CheDr1t7SdWoLObm3MS3gLbtEb3PhIPfSpz1lbJFdOHAxYisKagzPdt/Le3rQbv/Pyo1Rb0qTlvcai5p7rR+XvBlG+skCEMPA6if113B79AYQ7wI2GMxOm5WddZfWnBopTEfCPScu/SXPYG8omXSQwClF/fmYlXK9vLIu2Rjv/cTtyegjCXfJfnpzmnOOjWvQouxXlmkKS4CO9u7P5zy6EA6GKYv85+HXAqNUUjAfIFcwrLdk7eOT7QY8nk6LNRR9Uh64DDmscPgTj+/NCKkXmzNiaqygy9LTKzflH7lssAgVv0YeG5lpjr0L4pNdUf4+PZ6V9bl5F6719pHu90quXzYijfrR4aT6SNPehDL/rJ4JwM7Q6wGVA0PwwPOeZUyywC7jEAoq/VrNIUhjnRzSL1Zr3gyVDurKZdU7v12x/UnH8oHzB2NPtzz0oHc2K1mW5Rt3vp7PwGfc0MI8FApP3y9+7Jj6DxnxmYVdnB+xO9pl6+nFIrGIEvNvcnChKkl5AZi4sRyEtop/ct7d9G+HOBNZNY/rTellj8eVhR9zOI1f4H0ukNgLid7VdL/YrUYiKNqCbLw6LRe9Zb7W0TlnDb2hpaor7i1rYvyrKWw1pby9taLWwk3k6KZZRXSFcGz03IXxjRClbTp+R45nOT5ICxWA0p5NYcH5lvwUMmqTbZbJhrdElwiaFdAC5AP3caU7mehmiXcy3ihiThOezobrFQWwO2n/j1sI5wg1mP07JH5vUfOvWlr/X1mUXrdNHX5+4DYia4PA2YRehf6/HRcNEwSnR6H8BYDKetQrSy9awuUvbt+vUKLkXC4sSOoJR1LTBPU0LDvhhtCeLb1ceinKDx4pPsGgdddpQW32SdYLd/y8OdWBn/UP/gnOL6m1sNF4zqVu5D0zRPEJGMkbWQv/cwJnrNzXWgwDTGJtEQ1EWhypkndNlB7vbNQsG1Jdorh0TLjkccf35B7XjWHvC8Q1BLWqoAl24WrJ/nvlJnvLx4wivO9BtpfBu4b/HKnOLxkjist2+cF3FKs2ADnBTr/EcU3OF+DIaJyZVvIFAK5zgQsHkPdXGC66K12cIIzPrW8JCgtfqZp42Nn5nVjD3Gtp8Tm1TcwrduMnCtErm/YUEdL+FGWw1dK3BetrVGtRebxCjK8/3CP8msM2dnAfOz9dkOBOxRKbQBw8TEirUORExtNPeYRzu/Pzgx11vRq9RU2D4gPbFROBrjE6opypLeNcGoY2srZ2RSvvYAhogdwxJBfIZ25Oz9Yequa0Jjev/t5VuV6clDOJReJ7PVpIbUz08HgFMwt4MqICmbNXKP63yfgMikipNezD/4en23W/CiwIFTVwdV970e9huxBOxUfRqBjT9M18D2+Q5VzV67wIzNfRhMCdI2aLg42w3uYuKNx45F2rACbrwvhE0B0dlBhQ4E7DbK4uv7tpM2TWsUPOnMdTmNbzUpP3GpCSPGMDE5daNBLsptWAIWqWnIqvJmZ8ZRfxqTt7pXb/H+Z61AxusYdaw7wwnJbxcjCJalzPUmj280jhFPkTpvbtP0TV6pnaI7Pp7ncoIwti4nmn0XvClY9eQMIqI5mbpP5wywiot+qS43QDO8tPLxmr9ffkkq+o+VYPqFDuvWo8GxEnGtFMHKXgxRKFSGlc8D2ATfoDH3YGAGwvN3Mo2+3sZ1raTgr9WTBa/XBdijCMvaxTAGEoxG77UoemM8uchtTKloY/L1LXATFIY6knxtA+neLseiuVZmaEri6k34fpog7VvQtbR9/PRyisoyiwS4fvzooHd6SgWQOtWNe+lzCRCeMxH293jUutcsR7cgnU1LZLyasHYXJWLtsW++g38H1nwC4Pyt2mw2pXoJXmFDRzt6Vmy4DiB8X/XDD6b9beCvt0WpWlFsnO5aHOvuPme36RBzU2+YrL9sB5sDh/NQj+SuGzj/Q+g0PkAVmo/ygGUxYhTPgh/cHZzgCSAO/sx60Nf34EYIXbU1tgNRxoOML1kN4XZBZkfbVxJKO/+oPd55dxZAvFK/2+X+cboZXAMSa0swezJ0du0wBj0idw0wf8RO3heUA/W8cg2vRO5u2gaDSmAzxDf5JS8twyqdUp7ugC5VK/xbbK9RnYY3SMIWf8HX8zB4G/gve8eGAXGwkME4PjZGsr4OJzAqCEdc8lHbYdckOwOeaIlmFABFQtf8p5lDErqWhLctYBkwgd0BKfCPg3mUW2jKkZH2E7/EVuqVCkgynnBDihm0eFG1UMKl8Og5mhI+Jnpn4YCtjyqVK2vJvIQnxRS/yldfpH5J+bWOwVBnX/cQQ097YvHizsyWiaOqYdW387ZOycgg8ND0Cqf7fkEnDpUvAknZ5e2Mn2+ymfXqHyKnDNrcrBoqMHcCp8G587CB645LGqNPTHiL+4lpMcBNKn/LgHrcl7F7mSCbbc1lSrohLE8n9qhaMk6KbQ7CDwbiOqi0jtyiKkfHYOD0eF1z0rYjZkRcmBD9AfK6FaPERkmCnUh38+1dEquqAJJJC/uikT+4NyMVyIJViS7xNXc1ya7OUj83+9YXkA+u5DAckTq9M6m/bhMBcCY5JudWdXCwHbSkQUZzkBSbjBtVYztJfbshXI8YrlV2whu05X2ohAFigr8PmXo6zc3OOXke3CEgUtnU2NfOvpPuk978qcoKTkApiTDfl0RkOyhBsFhytFtC+RJO/mEdHyuW43vHzT9YgYcT/t8vp6pK2r3VnHbW3bbDNvZs0qRnjLSHTyW6pcFQCijFL1arzSDqag6E/j5NVI3yYzc0YsmkXux+XuwoKXnHFEm9isfY0IRlN2EneIxVJHU4lZHmL6Gc4pz0TvLOqCcWbrrgzmjotJGeNTHb6Bk7vl5uNIs4677fllPNcc9GO+IgSngOiaTcyvBd8F3m5v5ZIO4d1k1HLVdNqMbVX8kJSw/jpsfpVqRnR2cXx+Tj0z6Eld1XJvrCGRlpvSYN+wzJmdujzro1y1iYbrwT1hdGPmdsYdHip7KPMMPmEcJ4KXuT5RviONzcfT47fM7EOQlpuCA3P8TJa07BvBvOwVe2vabm/xbis/wg+dVB8vJQ+UVq9odw5aZZ0nLSitIT8h2SShbhEnAYN8N+VqG72sC3OOC0y2+fP5ej2u+7y9f+6yCHq9rnrfwzI0pGCTtTbDYQUUGAaRLdf6sEpPEFQ98P7GZ/VDBZ8nceAsJJ+/e0K37UHrRbl7BrQh2xBeKTNNExTPmoW6Eq88Y7L2rT+kwBQU0wWOV9Pv0QsbmksvUu5HTYunUVyMN0H2qNssRpWo246jbE7KEp4xCxpHUR7B5k+Jr4buOu/ATAuZWrv55/P5S02crKFe4Kg3xuNG9au/M4SNsvo9Bo1SGr3QQGfYNJPqnXFh/e/N9k/uQJ5H9f4xUIWfYzo3JEkHdjNtNa+bXPS+UF2Kz498ZBHr87+J9UyfidBQEgR1gZS2I07nAAOkk56Ottjcp7Iz97/8dYJfalQ7CHS0074YzrwgBFjSh7dlQSNgtMYZtZfcZq40+TjNGtVPbQsr9gEHUgsbkAhJXtu8sfSsTa24P1MmaEMfbfRJrp464vn00a/OhSjTGzQ2KHFiBAIw/EXiR5SCK2YwPhJRvfgBvkwJDiLhNNdL7YQpvJbDcg6pTVXoSnyF1dXb0qlwK/CBAYEmXCZ14xOo6zCXYidKq8xTLt5T1NQGZd5026zJ9EX5zxd2B00Zj87wKGwf+mbZ2sqpXIdR5Kd6UiQmibloW0TzuTGxv81r0ELoSFd4kzLMNlSvtWS20ExEMyTEMUedOdT9gHEUz9gVWVe8ovXCKI5vHvS7EJaIGekKoJv2J4GlqIv+tMUhK+mrppvU/HKD3utnzS7aT8x1Z9iLop8LXXvp3gW1sB6R/aUPZbz/Pu8W4dzPPkMuw2WRedS6qVCb9VGEwTmn0DklcZMCR/2oNSOqCnDKVPAP0zSWq6KM6SH1LWhUqNgAvwkSmnndQW+e23prGxBfsGSJtJ+4PZbpxTtyjLZ5hL6nALpajvMptcn4+mDm9O3e+BHXlh6Lua9q/BnjiUJ+SQ2nC2DrElG3/XAUurRUWpZ08YxVs6KszXuBAAzw9wupjis4cEV94f3vr8GcfIRsvkdPi1IQNX5W/j9tqngiKyy7IiQ9aAb4jFb77lQq1K5mSGlzsnS82S4F9f9vqeaKF26ivb85MXDAyBZMCBA7bkyN6NiosgJwF/l6ych5KGVpSv4bhtrBmzDqpJLl7Fy4UJwbweON/wQp/jr3N/rWaJRzDY/jjj1bwasirKriC8mRTqqZCtEVTSlYSjY74bszaIc374B6DuAkppbbAXFumxFqR4WX6t6lbTKYlJurfGmxWvwCsI1OEeaBf884HKzpzFO131nkWexNAcQgFB0JAFUZmJbCKUVdXaf4bwtSzeQ+wp/hDkJ2abQ3vcS0SGXdpwIygcBV7xzt8eFbrlefcOcz28mRg9Vbncam8Wbv4Q8GxWZRT2dcn4aUorJM/aZMVV3SO6O/W2BU/r7ZwKCT85rzKcC5U81zuycT5vCVSvcqQeeCbWClu1uyct0nimcKgwaqdb8DszDpxJd+mKDry1gDZOPzubsTxtJyqMeETX/T8kQeDKgvEaOA+JZiIiMMbvu8paSfk7jKMgX9+iVRJjR2uoIskMBiOYKwtRRQn6oHAPm1hkC3zErcynxiF4M6NmMvb5W9D0RoOH18lL4BHBb2EAneYMrUt+ttu3Uqk2CdxZw2Nq/NM8hJdMXegXgyWh0hHSVFPLtlLnT42eV8O2YmO7wqPHZdBQhH2OUwwCFr2uvBBcFvXcCh7e4ftUhB/d9tF14aQgaMGMudCra6a7LngIBvt/ewfI6AjfE3paCUoOVG+MO8c45s1IyxCviQ6Ay1AfXkVzVAoSJ0ucQMHkBu7PBPcMCoR09oFC8yVGauRkQ9N/g9fXqgYWDW+xHaOuhkBYViuuF+PqsHouBZMHVK0UBPMiISKmxhuN1MNCw56y4AK6zEbziy5+i1+HHJlhY6hhCxs7odgADRD0OyUjCU82kEyb9z1CDR5kWJiZ4W/awAoI9N+hvHPq7+VMniEuiEEynVL3IA8gmzQKoxmpmII6HWe1X40qW3QEl4j0Uypdjr82FewsgRtPObszA6ak47bfNf632JYjXqGebIMb6YFtvBcEk1vKZaKF0J++qAVXqAoHPeg2OHXHULwb3aTkX5fnDdnHTe7UcIIiB0uOfXEUndxmGW6OVn0UW+BboCFxqGWLrqMqYGcgaWbN8qB8FlTsEdsvXAt3hEcz6wmVuXpD6lVsco65s+K6zs0TUUjkJHH+fXJglpP6b2ceqtWaZ8lPM8sZPemqxPq6K+V/G7wb3Pke9sa7gd97AATfTp9iAdzzLXCpZ1ty7zqm9I+Dva/r7JbwfkRmGiywFSGzPqERqUsGmqOaOVlSMrrwdvFy+UQz78Qn+grD+JkPS7Zn1YI/aD/Lcl/61PhLJgxgdM2h8Z+eiajO7Xk3hdQmLp8+/XT1AfR15zSY35vNFEe3Crnu3TroXhZNinB2hO932rTcWXp+HNqH1bH3Tdmq5SHBUlebZMU7syP03wleg3oc18qIg7TwxQZRFanbDHRco1d5ArtcFE9KFzE0vsc6NdJcsv4M8JdTWFSFt90g3ZMSHJr5Z+d2tx5WOY9Va1gsbbZpTbJc6ui2/g/G7ihujp4+RZ1JD6EgYbu370nnaYVfFB+TvSyDmNrix+ofKPcNFTsuc54psD01nkGeSZ7pKNzLd1ihZ6d9NFmTlLGRRHDENJesexrqanEoUQrMt1pKslWNWmaxS7H1KsV4AEN+cCLSEjKvrHKDI+skIQ6MSh6GHeR6WgVZ0S4OoF58EmjQ/X2gnch6jsAbslhh444VSaeLqEWqWGfQdF40q1J7/rNmFBqKTMkRedN/cAjR4ZqayQYAMd6ofLBPBw3eFDLb4DXeIgwM8nTJVeOSQenel/KVQPb/EXX7G1Lkof1QGgROtljGMaJaTgaB/v8vqNyov3im9v2qlUlRr8OXBwaWw18DBI55NpBFS/iqoaUgL7y6oRG198cgY3VElm+/uoA31aSvCdD8B9Yd23wy/NBW5vxD5QvOZitIjL0KtTpgvnef+QFp8sR52/9+d2u45ZPWdEDLNE9FXSz7PLv6/8nNpj8Pc+YSoWIYMS2rhA3ySr+S38NBnLSnqIzS8f5BMuDSLT2GyXTt7LmZQ8LDtcyN4H868MAPCumdQmGzOwX1VxfpkkNFos6eFnL/5XvnYMkmicQsHyf023T/3ewVjopbOMEXceGJde74Ci0ox0rsXbuYNA2o2vOZsuvKuTWr5/Bhefy3Cmho+lmx/Zm4Lu/+yzSdB2omsLYakzTf8oK2YfYcovYLg3HLJyiaC4U14JcVEx2E8rgUcxqKWMNH9GpXQpnsht5+rZKFyWNtCNu2GIwv/ZkuATYdymH/XxtBNbz9+ys9ZLzc4ww+xLlfLhnuqmjPz8joOHRC4XO46DDED0hKxh+KbJzhoWxbVUg09nYuCbvKPl3GKAprjDkuoCBVlEE6LEEtFay/xnfmhXnKsJDSicvxVuBqVlUMnF6+mIF9sHx3f1RIwdOYLB8DQXHIMDss81pEKq7cI3ufvK1szEg34NViHlJY7zBDgcdkzXVC0aL1NdJkqD3NVrBcVD2bUTMAE4s3bwvtcRNBzJBB+4zrT/z8Bmzu3L+in+ch+617X3VEDEdfk63Ocmv2r9+YVJRemJCifVfQbykYLjgamJispXxnVw9QlUNl7kqfvfaceO42TrLT/v8H3x8ow352B/xfmTuizp4Oqv7gUz8Ii5mLVyMYTfzLv9/XXorbf1PpyBahz21H/w0bzrhKf5/tUTUwBwYg5ZlpujylJiuuyDsXHoXxVj30S65yVYS8CpwfZQ+TtoOg5sQj9gKnLMsQdKyeRqRqw6uqws6TGphVsgTJfE4ndUyk4sMcodF4pYcmiikKqTZ3cnJvR+agNAEXDbG+3kzbUre6CWdulIhaYZ+jucCUI3QrFTLkPmlmIQh/Es+lvRwRKce++T4wJCbbywRxpMC82O1xSllckqfaSQLWUyily6Q3uF4cKw+tJ9XA1hmDxHeU2ZrqemUMAo0h+GWVhi3L4c/dmXuYhWG6BY53HAPPhMT8GCCk7b1LHCKrSmQNweYdTHkiRonN1bsP41CMABxuiCkPh9C289z1DHeXLVlVuP82TPo4Irgh0aH/Gd58zkYV/Go9Y/ToyKDswIDs4IFFne32yM5S+tDDeiH5PKtuVRc8pFFjquaM5/Da8Pf3byvx/C1gKHzJjSCHyO6hTyzwinQcCxZjUtKHE5/Thq6eBYovauRu7UA8l1GgZ9gamxir+fc09Pw2n6GfVz1ajdqSkjmZrp00Y0uottYme57b3n3uOCNa81jzHu1XVRdVK+n8UUfO0flR89zG3+QzLOTrL+AlikVvnKMCjt/D3ocOFNW86A7n9JVkzTd6fQQNIx1Pt3R7eUQiM+GsC7vC9EuezmSulfAge0N1N/2QJ9INGkMpboQwex7PNKxrpq2QKHwJdSg1/ZV1KSLrfLYUViD+lFdyFJ6c8GWuFPFu3X9uk97rWFeETx6ke4+EkkJ1mVdVhwYfqZIsMkwhjSiLS324ouSK9j3v86OGCbJb/01QKeJzMvHbbKI2JeAYag0jXEp/ZzFhXhw5UewaHx4XLpn92EbOLwr2Cnl8eKTk+CaOPnrUfCUlTqmIe5AGObS1Y9eJUydJ5iPm+sDcsyaRUUa+5YxutuC5lZISGaEMIRpKxoRlA5llkW8cfSzd0FjWTTBj7H8Cczld6ZjDZQMwOHX4eKzk48Hevv1C5KaCwOJAaH5UJMUlCj/uzy0m7Lk9pd3ERXObAqZuz6jb7GYnJIL20IRgOeXPd6ej3+X7dsiSnN+W09LiJHNOebE3etSv6TMuyYlBuz6F8mO+n/KxLHaZ/EHo4sU/cC0/2vUj/kfOdsunpmhtLN0UUXaWpkeiPUvUvgmG/268a0BwKoM7cvTeUfv8s3ecWroq2pP4x6TN5vQg+jPOvZPVpXdS8gEthWBRelzv06eNdukAgWP0jzyAcwgAibjQKil/4sbfJW3nv2dO3Kbuuq1JebJ+I+flK1Vg7re5foJVj87t8q/njatsJ+N/LQdxEvQnEomE1qOi1QGP22gmyZoCLNhCv0wTpAfAPK9n5E1JTX8JANmnAOX7jhIYCOHOwkBuZuAAhlyg+H3BtGQeHG+YwoeJjO2MWxc2W65CJKy6OS23nlJd1YKT4gYGVM197XUSQSSbK8Fl0qIUNMZrAPq7jnYn7+rp/J+WXksIzuzSyhwYNg1hOzhkLXgrtdXhSgdfhnUVXzIMzqJHrwEHynIDZT0dnT/A3PvbKLb9/QOBihN3h5QbLy+UKMcCX2C9Nfp3zi+eLys6WH23WvxY1sIucnXIkFGWgJeBVybtA9xlVXM/f4F68H9Og9J8amoEGl/ITXczMYfkxxEfDyNxFkpbdf9XRvB4+dSOsH0IB9p5fU2Fcr0uKXLovjEriRu1FykJ86VRbrUifEQfwlUXKV44czbc/u0M/WOrxCP7kg+oQew7fZcvC98Ko8IJzxu50j/vG9ZLf+TwgM64xLvsR5+f+k1n3Wm9oA85XiMw88872I6XEkpiGIuP6piZ2Nr2I7I8n+jrTet6fR50dW3+uGv7jnCHlmFTFqyYrp7TFiAy83AYLkFeUzGeXy53Rx9hbyU3rixTVVeplNWVCjfnbWS0JUX2PSzbUIXe6qlb0rDT5YqaqvXtbIrt5/FLkD0zuj5oOnBaN3/Xnx+7Z37/3iPvitQ7HHhEr3Tb30+7pv582d500rp91NUmWTn95+cUusaucGJ1VVtdkInxmFS6otjOuSPC4apV1kZvf375FnnO1aWqpWrYzGBh7rLq5YXLfqouOxUmXFVCwUSuyAgZvZM84aIS8ANqwJrBNXmk0YNv5Slduo3vsSy9hLYr6F3HKtFEjKw4ObvFvOKa9hWmoG1Tit1UpUnM9jniurkD4+zbIqr+rcRfS0tnaMXwJsNcXmE9pAsSWIanHhDG/SiJHHVg7rMdpW1nTxssi9OJhgJofYH7kt55qAYkmQPbkhKkJAzfRcb7W9PpYpLH5gyzXB3aish4bH5bxfC+ANHTbDqyDumIvPYstRKz3c1nA59caoEbEa1nWRPqCY6IJwe0HOUmZinhi0dMfJ/GrSrhhxxR29xwcqWjg37uGjvOWvG0kn/DSV2s3Q0hPPlhUH9Ct0nu8w5iuENVeNCPHA72/UVn/8ZDf/8opjwVf2e3ZO/b19Cgck17TFfSrkcHaBI3/DmzV/dGyZwsc1IGhcvflXpIN9J6z5nMRnJjSEv8//ga328ZU67h40ZhMBnDFq16soGVaMdDqhzO1zorBi+hna/V0q39Wy1XmMAgcAKUBMDQMxR26O1cdXHHR0cr1JtEWCnd4J4DJ9YG47cmTet1GcaX08ObfkWtvN6IjFd/F3Cn9ts1AkrZcEfVoNPS9LQwzOqMX9XUjaqOAN9xV//EmJSYCn9dNZh4DJIAyfagnhbg+THLeXXSJuanDq84SMiPJxOf/juk0kC7PFHudvU4uYSMrb51Vqw8Hua3yaZFWSkWK5nvdG65sXzO37LVS7X0lQzUH93ptdUzKonLFqjqItv8tgL23qsjIxv6HvC42w2S0I5O2WkiTUOjRphawXVUCArdwYOmN/TtEOp5XD330Ya+0ZFjBJUPWFkkKuZe2klO62jucRwFwYdoyTyHsOyHotLqHFu3AOethpG1JcGJxVVZ9s5B7kf0OJxtG16O0HMfrbJ1F9bCtpOTJDYJecA3WVZQs9++1MDQAwL2dEbzKGp/kTqor8HauOcVJGoaGsHC76CFltF7dyVwaBHsQrZMkd0e8Vw9QJIiMB24i+E0KVUWEKoMd/EEJyCqT6p3HjQHysr1Ix/imfBOPnGiptmY7O4Lrz7E6jBTfNtfQWWRZ648Msw4EP1ArSvpsTWUCTP7Z0twOtbp8KxFB+pM3v9Cdv9Lr66LiWr7OuK97iomeoWU3eCp+jDiDlYgCz4Ooc1HtFgd/kNKo+pJ8k+y90VysgOy8OMQE1ff7cYC7WKVJJ9XK8JeapLJkqz7+/b1z5b2nhCIhTbgHUjTWCMxOAuNy4w1mJEV1gMUl9SLovSW2WCi1qmOd0euVRfKAyzwt5/+MDMJj6Cr7Kv02ufMtTELwdBRmSbIHqKcZzshj9BddppY5ut+MJxh9rkLuZvB1QmP+Fy9TYG4/KGGRjRDJmjimSCNVtTTvtOXfI6sruaAmXc56qN9wZw5jS+17UiGFFm8tKWaMermlcuatVcFhSjUdTJpZxZv1H05qH4hVjcb1judOkipCfN4x5fXE34I47K/p4oPdgVX3Niy+2qhyw37d48kGeLEa8qqZZq+iDFaXp1XJFPXK8S80ZosqS2rM63WByHsY23umWgW/Lo5lY6boSUGIFEqOyWBX5YP7gCoOIhGViiz1fiGm3P437dmzDgUZPWbnRefEJzYtGdtNUBAN1bWibXJISmR3sJeYKzWI22ME9yKpbu+h0exa4IhvQbjBnnDdeiophmz5NQoK8tx/tE63sKt0UTdiTUvgMtijbN3Ge2e6/DyifnUyGIrGe1iDxaf+OGOgZrtu9c2zn3rSK/Qm4dtJJyadGXWMS0exJsK7vy1vLsIR11pudyY8KiZ4Lkku7pROm4acHnr/nOGx6mJ6ULZ4HE4+aZ/SK9yLTuhLWP/Tr8q75qNpRJys0pdFWPE8vPo/UfWG1n5zu11Y3lVa9t1DNTKGL9EUaAaKY2fOjRenJ6tSzx851hFld6aLhRIeKNy5LqeqWrJ+M6axqHxhgX74y2bXf3JZVU2pf+jeKxia64XE+QeoF9sb58Y0+Kwr3V2prhvTA6UekEr1CRe0pVcd+oCJT7qW6FQoI9HPKqamakyGpXT4vaPPL1Vx+Tlju53sJWcmK4rPdynVPMyYnfdoHd4tr2f8grIYXmZI0fl5cGo53TGcyvHc6rkisrK8Q+WW/KrVdFZMYvNbh4spiwopzSc92MkoVXMU5nrOZORnULnjCXFWv1Iq1xS6LcV1671whlt6FlahCxd4UtIklvaRbcQw7/H5C9sO99mvesSCuifJIA2qMIhW2FChXLv69ZkB7da9QyMzFbPem/ZkogEgW7QSO+l9qUdS7BWFlWFJbbOD9LDKUeSjkKZJL5FN1xm/FnWtVTkru24xwr1Bktn3t/JtzuiNxvvIHevqUJo/in5a4XNzTSyjZf/6Vzzs3I8wnp1wat0q1Plb9f5PygYI60IIqQqR4SZDLYdugc8Sz++JwM8aevz+JxUP/qZmu9abQ1syxUVlNex/n9rpsawQ9LrZLUJQNJQtkrqixoe+vWUrHVVuSA3IkMIKokAqKbJbM5lvNUQgPFBtUkY5pDgyBHlzK5CWnxH1X4Q25nnB9ngUba+AqzvZWMpWEio3yMPu8CV+pVrhrqe6eYzpJNLVsMgPVsS3fTy41jAX8bH35Dm/e/pVx/WQ2+nmP/YRqt4tiMpyIF0OOatNutdm+VIr853MywRa3mrlNGheK28woHKLEGG17cJZeKpyyOGhS/U6P1023N1rJ0j+pzCOImz5+bL4fk7Z8yXDJ3aXcf+HFuHf2RgFMZvs65BgQhsiPsYZyO3IG/9QN5eHvPRdkkOo0O1uYYS4c8X4GvP4xFyAoj8a4hNcAsW1dSA4fNLnY3ObW4OSvg2pNHNIcQJe4V6UUlWTp5ygXJFzlqWunDktdJXpXcoW3ka+R35q7INKgpO+UP5U8UOgyF/IX/D2KNj1O6QhKP+wsItca290B5Vd0r7PWoswhvwBZ3Q2Ou90GwAHu2xW15zTe4c5HXnizvXm86nvzp94b3SnPUJ8QlxZ/vhuQa2+84X4mNOaJv7lP1Uwn921ylXm+NkwskZ7V3HXccdKknZHccdxhKcbr6kD8HlTfM6xTKx0rGBdXjkdoc+6w+nqhmLRqGsbuNEIeokAVOreDiQoDutisTPO8UoupMApX4bDapXb3W6XBjLHQdIdNoqR8SeDnbKOqrTW+O+TNdymN4toKupefxH0G0Ka4MtNksXvz2COQHYRD65R2v2vuIOm2FEGO5sOeA8at0bVZgUcq+dADcLjKzg9Gq0uSrtBk5spbvAFI+TFyk4wRFqkDKU0GLi6VPLwB4tYYqbc/Pv6DRkICwZpgFgBII4BgEbHmowX0ZDKrgSNqUUp4kqv1skX1wgcSc7GEMybETWSdL5Ez0j4hfxOt5WcC0oX5vpSGHMuSSkJD13vyMWbQZDKkHhMUqLGdVQuSWac+BkKqc61OElCX3ouuvRNKpBUjjuvMQFBoWZk/h6H8O4p8HHwD2BP0V1LHEtEReutdijgYLDzMO3pa71LCGWcI/iTtD+mTq+C9rFkDXZ7LlWgEk0qpSihj8+qypLMoPNFIvtSjhPc/zTHr+PsvVQIuWBmRPzYk7bJa4NvhYEcO4GeGPIzE6SJmEIeY17f02LbMaqBzMeI0yNbU7MlSbVPhjs9LM0dxLNENjVmd6owxeGlhh8M5Hg5JbafSutZdX/fYfo/qbhjfj6X4PIENcsvixBy0zo43W0W5manPkdz7JRSjXaJ3qZlQ+aQE7Unc9azImnRUTOQKMoUFZkbJOsXDhO6SYsnLApSV22ZKvmpE7z/s/eWRY4K7vKnupfuwZ3oATO++z/deKliuw41yP75CvzMQJk7ThzNoGSA/Wex6wbfeWjrwyf4tH0VXmL8mZjkMGZuCvK1PshKY3IprPeMZu3Fb5b57JO67D06td9M8euSUes23Vdjtt4ft5ehcqUmDQKnZmbcWTp5pgDuFsePpQse+yuMSPxXjOq70lE75vrPetxBySxJfKgyaXC8zpBKoHeQ2cKC1LJwcRADJVClIZI/Y6YQOQhHlRu/ZsV2ne2bOLNy63wFdhhCBSxXe7N88msssMR9AN6NRObC7XSGPEIe3rfFsXxMdIEUiaAj2yeXFfRn5T7Z4LwmACSRUnZkXQphx6iCIQ4kFKoVHAqA1lNm9qLm0ZmUr44VpdZwmJKaXIWNUbEjQlONGWsZ0glpzyQ2bylDYS8CG6KasxjKnaEnTzhp7wVIC/vq+PiVfbbamFvLmxHBYvlknZBs3ZQwAKy8gTYoIRaq2qqifvqObdJZEHg53bqxok8n48Lak/v6zO1r2oaD4k1z0to9GkDTXR8sgaoB2Vu3yo9LUEAQorzmAVR9fiV8B7XjS58pyI/qePDj3O57p3YXFre5fsbJdL+G2eS83QyXkyQIztLnjA+O7Ifw84hkJMS+VNTSdXH/AQhIa/VB0iHPqBT1RTOfLxCvs+1xbUeUU6vCCwkqxYsSu/LLAGtn3nzYY4+QaLwAvciVAfgU+iDTZ3P1g5Llr7+0e0HIsNJ7KuInCupOzul07zopVvv6eE1kK0qXuWeMSGJ3TsAbcktLT93Yl5lmaJDaehPFXvlKoKdA9lO+EMv+o3vLk1/43Mn+M4LH7UMtvTQZit2mlP4J+vMmIgMgQIKVOtrT/RIjEyWxFTacFKkj3MZhyMyBByUWd/WFECwMrzmgU73Nl5Umr8pdVvMFT40KG4j4xEqd5/CskpintLd/64kyKSV1kYP+lR4TTMEEywiJg303LR5ts9XbRvCAQLHwIHODOeq/mshb78gqoQJ5Rb6LAsSy5LSZb6qjaw2mUeMR1xyXVUyJbboOMxXSO+F5bAKQ/3ZHKLEUW/lqKOWKbOfwCrpW3piwzLlbqOu/LXNtKguQ0w/m9xn+p9s0zLbXPWUI6cuV5iq8llg6R0eV0eBwT5yOPSOphPuZTEbirrP+u5qrslC883j/fMN/9VVlZi/cTilYHsfbF9kPEPJaB1qrGiwu3zRdvtvHePQTDmmocDf+xdnigat8eSHhKhiyCW8JreyaMgg3njA1kygrSl7CxcoZm/2m3/sUJtIGZbrnsd+bBeWkx3x2DiiIC1z6rQzuyghzd/dQ2sZYquFw2VykQpBx0XSSNXz0Iptx3G12KDMrpB4ghm2wCs5JlaeHMtITGHEAsoOsvXn4GpLIyMwY5Vlo8VbYWJozUD2Lzna8+Tx3Ep5HDGeTUv8uzrkNWKcb06+S8JUkr9oHnfa59hRHpfGF38JurAp5Z2B3SgKvWmYx7YXJnA5kZyQmJzdHkajZPdJgMD2U/CferHV1KKl5wLWdXGbFxVn3t206VZE0Vr0JmD/V546Ou0qwv5e6yHdVsYA/3B9nYWZn/lhExmB55XrLD8Mt/DnOJDQEBYH5pmb/EuGnl+Vr7U3zGfiPwTQcpsRVy5V5VvW5BzFY+o+mOc5KVy+PK26/rFywS4tlQ8HXogNoEJ0UkDku82TxmadBDjxd/HRBQE8X0nI7oLArRgFYc7At8LGnxAYzKIE+LMowYERQ5tVggPcLymrXFLWDn773h+CP37bqArDv7dkWgzr7ata25VHxpCD3hgRkYD7cmfCD9nxt0pwX/0ifftJZc/1Z6asuq69zJIWNi0XBEfuO5vRy+IOSwvGPqkBJG7fHN7W7fgMyiv/skzBW4CRb90ioE6fPvSJjfG2r2Xr0FmRZhqCm0Mtm70CXFF6hPQlgexzZewdHWe0p4OsQJ+5Je2p8PP5ByAWSfPF/rZe2IStvM/8i9jzuSrN06yIlRzl7B5E54AGmDySrcP1iuUhqtgw6U8hDfR3IfWVhqnennv7f8EbwLxE61Oa4+zTci6g+n6n//5Ctnrj5iuFH0Ia6m1B6ir2K3m9rwv7HdkoawDDyBP49XfrX+0zZNwf3uIWVq67ef7U+TQv3LrC31mtgJloc5J2hHpK3gUw72HhFHA2Gzefmli93jaknq/FCZ7pecVuAc5vFaP/m31sp4ZrAfKDjm6ecjcKeXloEN1EpWJLpfRT609SNXClOB/spy5UrGFbDKuRWbtoS0hDSl1jQLkv5YlzAS0dYM+8uKKLRbaOYaRHa6ZZcpoByoeFSzzzRcPBCGWOm1fwVgOQUlCthfx0rEcrJO+N0LT3ILSK8eVSsJNioM3Nhx5Q4MdURVtq0oWPDd4O9Oi9EBgqsYW1TlW2plqa8nsBplY8ytX3jvS2DK0cUfHmyv7grdh3/CqTP5vTgzdO6pUMc/tPo4IUCWqTJIAwYNux+8GXLxwOkU6cSx2fXc+rkl0NaVo/Oxo6d4iB2f4fPILG9Ien9dP6N9KGw9KHlR+836a02agfblbud2znfUTFyUGEJfx5do+YBIgrhHckLMbIWGwbDz7dL2r9HTHDJw8kWacQRp2XD/Vc/IMoCP34yEHQg+pdeO/BafFaa5Cw4yQ1oOwFVdyIiD8DWqq1Tv4DOjXcWr+/AQJD5gUnWurcpMp9HxR3oafafkhF494BrVZOJ/NPOqlSxf0YqHxKJawSFNihGALM1EMuXuC5x9qO5WDL2mfNkCgzIbaPYQ2MWzDJmA4QwrsAI6CoY11qodsbKZiBYBIb79Jyc0ohpSpqtgUSE2P1CGZgFJS9b8sr5g2u7+0dGRkbO214qLy4eP+BILUcMjxzxhU11fqOQINIVMJ9ia9ejeBQgcg6FXV7/R6sUCe11+3Z+C+1uq0+PQ19CEpLb6ublRkNYQrlqepYTua6LeEEvku6AzsUeExAQB3BtomUYR2L8CwE4onIEaiqzHVdHc+6qZ1VLFn2O0ntYdjLr6wlFnnLwlwJiBzAI7kyIqBkucERiWFF3rU+UJV+rz9uxaB2XXdaxO/MWdesAs7vjrGw8IC3YSmI5t4znTN0MtDx4+8P961U/v3bt01O7/g2Pe2cP0PdudPekIEHZP99MfAZeSI59WdW4BUOysuaIVoxA7FxeibfV7qxd5WNLWajUpwIhEN8Sw/CPh0Owf6oJ99jdwBBP2A2JCzYfEPDa9md7eQw6S0+XPcjqMu9yPfC1e+f9DVLHO+wTGnSVG9t8cxcW9qpTkpYdY596pW1B9uhGJJ4/cbDW0A0q3WrCatnhvf38vuhAOJAwB2L/Cv6IoAFk1IuE0FTkFSbK64HOFMHgJmxM3IKUCxx3ZVWXoRmBboA3dNimfbanV1kfGuwChp4dFEL3MOkPaITOuIIBHFDL9G+30v6NuQ5QM4RzKa0/zjbg40pr+M2Bm3Va4/Pix+FEnp7iXb9tbXFQxIL6+1HE636H9Z228ygZPi8hQ1sQxGIyIfnYJdoFpaVcoCxpK78AC66U6ceRttt7tilPjLtkYi6lW78mVyPeQqWvNkzw2vYGpA0M2KRP++C7HPNTmqXhuTph/pUhYgSmeYl0mG/KbT59jKfELJ9HjcK/brqIEmUnewKfUE2bYUibyeCaUxJjB2eSQ81+bx54JfjPwCBhIeBfK/WVWUth9KizGhi6+c9z6oGE9uxX9ICKieAe52IEGidHjNyvOrQB7N5IjqWVUA+53HC23xK2f8h7Pm1gJX2146675jtp7Q3MhBazp28zQldgnAfGyV9BY4ZgCxyCeRUD4OW5cSBZbN12jEndA6EzJZY+23k2alYJDpEbD6AT8Xy6uoFHvP+7YVLWB1bkju29OGENEXLaCHIQkGty99qF68TWsk8fDpmsRuhogOsXgOLT5vvaDWtgAFhlSD18PyAhK/5S7KTqb3lhHUbkIWdpC9iA3qsdJqAd36bOGkk+ahvb6PvdLJeBDNRP3LV7UzListmrPdvy80ISQ9uz/VI2BWZzR1p2XFVZ2fqjeUp04emFGke9S0aYav9dWnMyzQsYXueIG6+WSSwuJv5SO1rShlj1M5KCAE4QIl0MUGSeY/q+6U4o1JRziko5w3BcXL+PLXC6asnVMT/lDJRVUW+81SIqIcUvxeiDNSrCp7p0ipEPCEElBLipZhg8pSrBbldkjBe36IrPcer9apJfAlevhJP/WF4o7snl+OJRNBUUxJSPD2eTysSXy7Fy+OoirEHowi4u2T1lyfy5Ql0bPw5ibqnZTWm5CzGmRJPdicHegV6uHvEU8Jd8heqpnjjC70IqttqCkRdgR3DoktxbyIKqY+nTX6rEBOK/jf38LsqADXXrwjl/O0WU4VwuUWNy/FCPldWLUoo8vS4WVdafl3PXtUFzG8fUOU2ewqeW6XE6T08b3oRUQ8lHq/BCGeEZngLGfcQjwc+kgXyAN/KpMMFxpTal4vyiT76ohn5gh3hIcH+iEMFsC/hORegmYZree55mXKtTCs+O6OaypKxmK+1W+Mv8LH4CQXPZvdu65AD2j7RTzwLgzHoIxRyycp5F+p3hQAZNzAiAaKQE9hhwRpZTYC4MH9JYr44SF4tcuRprQ1hDAWb3rRCjOKQADeRTjmzIbX4Z0kgMuuDBGlPQh+5rAu6KnvIqiG9JrpG3BBzqMFToZ/v4ehtdNMqVsbqkWNofLWSyqKMJhBFPaOtRQSWK4LTQkqgJlEiL3HCZJHlIos4WW7Z/aO2hIAknjoQ7+8ZpIpXBrt8DqY4nYuaYcElCeNGjoLlqOvW7n69XNfa2Opc4yDKBLAFgQc9D/bpoXfAjhbluJnkIqrkaao04Mh9QpWpVzOZ36zu4+5bbzRZZrnMIosd/tLSMzEDRH9v2pS9wHLBXUODqoRwz7xBeWywomvJN1MgTK7NasGqDfVA2T79+XP6Jf/x6jDbKXURtUG6IN05/YgtXnsaI3j4L6HepkxbFmDiMC+tliiJ3D/CqFnNKYbYm2EKjHdJe+KtZM1kQwgxr5W22d347dqQ2kfwjGSFEmqJvDyW44DxGvKkUq/rMPAqZVlDsU5zSSh+LuS4EUQ8gZ9vdQ93z6ov259FUJtxAtz3e4IL22PbiVgkNgLj4usfE9Bp3eCLRQYA8+z3mII8qC22jYC1b+VtcO9W8xcFdFjX+2LRS73Nu/kOkaUXL9Vtamj16KhvqecyLDtXnsyBzHi/SZZnxq3YjDkwc9n0UfCmThNP8gz3IKFIHlAEsjHomP4nvAFnS6QsLcjezCL4ejLx89eY2m2ltIRxEgpaiShFepJRTmWWc0SkEhEcq6M91YY77AcsY6tQmF8iYnB5sR4HSQxrPMaJdJIsX4LwQqWmjuot93GSmJcgoOzckC6YX7YVBtPW/69oiyJ72Bj5Z/JH2xFqrt3nFOF5EAbhwhWthzshWIw7isYbg/wWQwpIqJIqZ/ZyLZD+OzJJO7KB8GTj+lSS11jqxCUSXN1mF1Ss9weVm8eaUnOg3235EMct7i8sjh3LwjtVsL1Vstvf+bEQxHYte4Wnkz2Vbk8JOYIAnfJrgB8RVa7rlZCdqu7ikxIeBO6LEuH/KPpuF2R6tklp/hMM/sNQX+2tDaZrrZBhihW3NmQ+Kjuf7wIJ2rvre5VW2uDV/nHQzVOCB/0b6ocCW5hC7k/vbF15V57pTVJawSQuqd0lmJKb+K+ncWoitsyZsd0u7905Ku23q6cHFKudSCruOpxIqMlmY6FFcN/mUrWWb6W+uVEjImjV4nRMwslcl1aXCbCowU9m9dri2s/AlH0FPVFdr5pMvaXxvkivl3ybPGznmCWKy0PTNgdo/yVgdDSoNXvbKc9EvBck70Odgr1XMk2FsuqgRpeYy0SFq5dwjpeY/lZJNGVAlCC0DImsRyL5wZ3GwgVTs119s6fbhfONgviWTchi5EbcKb1LdN24z3+VGpqymU1xOSVxG2Mrj4+iObqxusBzZvgK0baynPmmYhiSIRPzdIpPZa0NyV43dXzPUK3c44H6kF5nLWoS0YooQpQJcQ0FAjf/fsbUxhA/Vlx4XaJvRoZvZyaedzVPp9Zv6ywzlduqbExU/Z/Ww7XcGYZObgX5VWB6p1xU5OzD5GQaka1T9OnpXPqva8be+ytdKFBYnNHxmPR4JTKKul/K5Z6Y5zJnQP5FwJ+XyWeGpEhqu8t06U3t+w6JTRHqNvZGTr4N22NeusoF8NmyvO2t8mOR1eusfy1K4ETUX8cFLivxoUxRbIFPkQMIwmTlAGB1k7unH7w7qeHWplX9Yu1omCvoEX1PkF3m5rPx7sHwEw7aicO1IcwZf2JomAnF/OIf0wYSjsd5Mi/2JH0tNAO+rZAtAoH3Eqii2xx9luAZfJB+XMfPL23p2ojPscAEIF6EJDIDns2U4jUj3Oe+wFwPgVBcgmtYs7QOjL90eE2sKcaVFE9sBsApXvhWOWYr+xR0c41qvBHayMuXIyPz867CgXj16tU/Z+FCG+X/mFB8wUN2Dd62sRNx0z8vuSbttdX7yuiS7Ah5dLtnIrlnJ10Rq09JafBX6XZkFewWjS+/H5r2zW7fELDy8SnQ+TCk++tQI1gyP/lCx4azEakpizUL45NzYvJie3SqY4Z6Y843+1XrFEEZH/3UkjEpIaLYKL2Nk5FT+c7xLIQXNJDyH+RI+EOOJG5wPyTBPYLHAmlbnu5+xdeJq50PtaPBWViWhQPEQSOTXzCCFpKoipZqhSUdFyNKyfM4X6W8mWYu5+/EyOEtzopexi7g1icKjGR1wf7s4oPQeAgsPXL/7pyyI5FlsZO2pYHyKkFazcrdhcUTW1Mqawyh9bXE7LSA9OhITr0EF1SysiX5RZ2EHZUW+XaMQYLmyGOKUt9ZlDaA4gBk68y7q1ncsgGlABsUhw4C/PTK74Efio1HJgf/GWMDiDzj9G+el5Am4mzzd3WMvT9MSFqUs5RunI2rTSlEL/NVnHHWsju/G/a8O+oPBQ2P7I+M7gy8xvZnHo23sxGbuN0pAcrR3aKqn6WM/7m3eQ53fF5+ZN9sA68WJsm+QOPjwVMKCP1s1ocHFxwGxs6NcrhTHu9aHrYuYn6I6wrFEH6OlGV5+XllveK/xWb6H2n9tokIUwff1cDUkURUupUXnpWVTRXiGMkAgU8l5SwlEWQsf+5M9D3OQv2pLYOCMeo7LIKPe+p9F4Qs0pzcPa2/c4/eboyJPce6T0k79iR/qu7ScPLtwidpJmuMH9w3rtn6vUcu7vaxEub9jboP3fbNdPQAFDDqG3IFtegNJx2t/GJcOYOqcn+R2+4NbGdqT9zaLXIM3P6SbPEDYxLF7IvDN2ljbSvTIRWrRJdd1fSJzmExPdGkNXGBi2wGf44PrQ5s79sG1aOjJRGVkbQa0pH9asQJR/dkVArCD3YCL6P0+Qn1iCP27I8fqb1O3r7VXsEMeJOc7EKuOsbB3FcYqdq8yY8ImBukRdF2UjRxzwNVPXpqVWRBUksW1l3kldDUFO+5aGwh1VeZn9h1Qujrog1tDyhjD9rnJwpIAmWOqHTt3BVve1KWfSRvRRRi+7E/mcPZFYHLrO6jQaEPeRWzZtv+mrFDL86fnHvd1rN1N3rkko8djxqT0FhHtnahstX+2tstVz6/ua1ffplrz6OUyPGPiJSU7r+qdu5yyJtpgiYhryopgbMIHXJJ9ezSYkDl7KqWJU010J1zkyFOm73rPdUzaMQlYIEdVTMGso6P9XlWfAyOjeRwiA8I02ssNq7W1a2KXSt7E/b0xkXOl1zAE9Re2dMEytYDeW7blC4qHVF6lU1Ps/PVv//pEETvEe7dJ+xUlf9TXKIwmFdVJzX7lL46mSPhaM6FQRUlykVat8qcNWK10pyrFDZNLvtecefV7dO22ljX2yiSpgIxhafYXWyH7tQoNBccoqdB1OaY4o3Sou3bi8DCAhOtVlhrdile25rcbjbjq2WlCFGifu6AcWDrYTRFpJuVrdTbbBHZWnshnrPO3mWn2bkQCAzCUruWZm2lhHfFoRd8tfjaTvZ3AGRheyVR9Aljn3nY0WeR/VKznqCcxUE5eu+gWLUHQk6efDX52ZGzEYdPnPs0OV937JzOOaW1kKCvuxAcLgeZ6OWi/2btb/qxKPsbRN/mmVwTAxxFUGydnH6LULyEy6JBqyel98ePbZ2ypMMgEHzF1inMXcuNg9oxj988fGApe9nt+Hk/y0o7fMaT5RU97djIBH9KN7axTeXl/U1Bvr3vfndl+4KkjUj4rWJezb4r5s402PeW9VQbs+KJMRrnurLRs+onWk5XUqhmEMMdWqZ4qZINUrfNHq99HpMIzPfUzR6rRdfaonVewPetfdsNmaywF/891rwz5LFDQexsQ1zjoydFDs6pKdcui2IuLfrH90dC/LTunNiE8u5IQXxaRYd5jMut03nxSOfcOv8M+ySNhhMniliF9nYfyTMmu3nzAlZRSi+5uf+aSV7p08XbCeonNFrv/1lbGX0+/MSTbhafnNjrxNGt5hnFo3boq/5Ub+R3KPJreMeC1SDP8tS/rV5nV3rbvLhyxjFrDX1QY/AuZvrFnen2EvtMQOS3XoMt3dA38HBqhG+psbuccs2k8PpE4ra0C3BwS3TygcIDchT6j1V9yiRnbUp0kEFQg7TDdq3dywwcaBMq2bLlzZst97X9WtB2JsVkSKtqfDS3UMYOOaDz+7HeP11df3oFdxsY2+4CIBEAgAgad/j/o0yb4Q8HmMDaes0gesCF6R64oNCpIdX4LgUrJyx6nGI4++4Ig6cPKt+uJIve6obOas6GLIK1N+piQ+aFARXj65Jvni/a913BRaxoKx66ErcjUE6qGcg6DR/SxzyfROJTEF9TNBA7Ds7WTEcfrK6Z3e+z7FZf/SFHs6k4l4jKnCWw9wIdrWdxXbB3WLncwhsYElx6C12IQpdXsPsMh86713r97FRT+Xag9GzTyvDwyhCFhla4KyP6iuGhnKq1p6UGtwLmFfofDPJMIPSUvhW+V/+n/rrPmz3ddTUO0mYehl3qWTrdNXRncThoxKIpo6qhqCup2zweNWSstFCvOjnbP3R1biThrntgHOf7HlmsEKu0PyHFJl3cs5LfcKNhgYa7UrIcPNTSsaVua33LRHB6YXdZgdYk1noV+jqh35OJSBl67ObVERuD769kWZwQR2qxYe9yzT7x7/dxzbhFQMrYR+OsNI3eE5u/2ivugPzU2+2TArfzNXyo2SLDRUCfn+Lgz+I4H/14j3k+18FYA3FJp6YzJeU0Jo2VxVVl0aN4jN6cKx/WG1ZbCle4Dj/SJP5VjKSLmTepiuxInZXskDKx3JjubQqHJhrnrnt9tDMD8X2dvfeM1/WiHZZgUgdVBc7VPX1paSr2oyJROrPrLCAhOKnzoDaL3KRQpSfgVJRzpOvWcnZ3pqyDTRIAREtPeO/byWluTYInXFenrQltRpOI2WaKUIKqT8QcVqYNCbvmXISz08pgvg6V45ETJX7ySsL5SnZDbaI4j2sddjm9BUWKt2fdZnaeR9mhzncy77Ew8STbLadc5rTGSZhNRDecTxbbutLjrXJV+gzKFDpR2oObMTw70gktq5jrOhjheuuv+l4l8XGQvEK+WkuKUUTr6MZ7BdKXlnjHb2UltCpwDNcOFjd8tS10PF7deNij0GJU/u0qbgyV5X3O25lv0MrLntco890B77Syg6cE19pctp+nXijvHlpuxNEzoGaC8bFapCwyy+2HOoOnr6oiuhfQbrtAe/O21Tgspi2iXriddxJRs7eDUh7rk+Dt0EV+p3/q6wsFwCc+0RVAXlW2Pv+S3Vc1C4DAJTMjWIk19AYi37bnuLXobXd/DK636CMs6H8ssUP1OOmWhZ1Xjs9PPcS74oYY3Ej3Gzfr4z3OtsXMGjor0Q3hk54oTuWsPM3CbiJdO9ms4UQKCgorh019BLVZYNbnKkwQl+d2bCAAi3HBqoeeWmaj/LZ1Jq3KLX+Yo0E4s02y+9TugMAQHLfm6tbKNnUKdBMQMml75jXwleL+BMZrEL4c9/kNCcF2QL6+5dlKZx12OzFwaLcCBFACddoyW+twjAe/Q5GVVW2jlwqpXkiFv26qfDrMfeXq9EoIdKAeON3hMkWepLCebD3rVS2706196NXbEJMwFRPkxHOpCS4+Uf0WoKYaz3inoFSu5hkWYTck7m0S+n0ciTthw7//bWsuxDTTHtznN6rxtgO4S3Tdi5RC+3v8EN7PH/OeuVo9o5F/+yv4SaEX+qbh5Jf3d/T96ZNvTqkur5BS8SJrrk81aLK8FWG5vUOVS5AwG0+viv0fUKskhC+7e3HLdVvBEtbAX2brXyIukHfkeSTsOCkib1iIOzPANFon5PKTokcmnqz0b9nsNRug8mfIrAlb5O2RgnCueKMkflZsWXnSP0E6p08wTy4/SXbCewWx134MbJZ6XSXyvuB4gfnVpK4xn0cy9bINza8e9zRgCzF3+aGzuQ9e+A6xIkL2ftnOPNeOa9Vo+jql+78m9TlEg8mXH/zZQAnxuoFJuMjiNDzsbJxDIu1gv8g25/ylwd43FtCLley9gHvvlYXtpz1WnyuvlQ1gl+FUA/h/D1UQMOuUjqCxcypPyo8bEu28sHRqjeHUeegyls+gisJ8KgUoVHfYbKlktsVi4m5RL8jLN1pbm2l9D5pow61tXombV6NMtm2nP+QBLC9va2sCWMVGdAa7FQKHthO7sSudLc/ke1aaqrpYN4xORmQM9xT9F84zOcTIkYVWvdF7B1yPFKhvzBSsbx/9yv2XNyoPHzrEXssuZp3iPWf2o60KOzp1UFuwdZ0rz1rq5QdQBMnuz7jldX4oe5y5tLfLzcr9nghSpPzuypHQsyWkP85M2OEnbaNPI43IABs4tHgKgPQPJBpOPsB8kt+WXh65qh95fnIH2xaJj9eu25l81ix5La5u+79REemg35ZC007PIm4P9/wGjSU7VHPTA5URQtatZuwgPTPoRVhYmTekVxcN+cZzFAnslP8SmGkqKCorIkFDLsLV2qUY7bgrnTqPgp/TV1JebZFTUU3DwJ8YeiuDDC6lIO5zU9rmECHaRl3++2JaeEy3fU7I4k6PCoEBJOvQcGd2nYdFngzpbUF+RK+MglBoI+OiLuQwa7PDD8jjsqfEb+K3bo1/8z/vzdatbP8PjYkvFU94v/kkXZMM10yiYBouXCimUACCKzpyanvUeH1jT/ru6/0jViCiBvsdzKUpnToMz+5moJ6oKMO98lEe6vAgHPTHgN4qqcpbw9W1n5Ks4X7ELWBo+MAxKTq/iMMFhtKZnBi3wm4PQC3Izt2B2ic+YxMosp/x788+LKapsZFVMI4uUZ/ur3/u2y+MpHNVKrZrot6RUjEmJjt7nD08pB4JUQGlFrWQZMOFUhUYJaSVHaWxUq8JwKS9xeKnRkAiEonO+HqGhkVHMeNN6308KjpR3xU1CYPVeleawaML1Z+okPhEFosO10tqfh/cB1++8P8fDB7zz/8MgcJbI6nXx8zhELxaBrfu2i/AhBA5WE1Gnajbh3sS4MHcN/L+HgLImZCxnNqp5PTP4hu3K4oFaIazw8P/c0RmISEv18XaecbZC3vcuPTQPfXuZzA8iRXM7ynlOKA0sAdU7E3Kpnpqt15LIhnDfwPiJEyfK8rcj78hXqWGXCqS/GQlXMH/JR6gik65GMxzu+TGJITNy/haG5aUOsu8GASNhiaFLBPAdAwnVdx9lH60I87O4gq9XBHosumA9MmduIwvIS3sbVnCVvNCLUVpOMm3OazQyTI8x8hTfk4JS9upxHDTJ4fDgqCHB4AqkRXWnNZ3Y1dG3/Zjpx6onks/wlpBShDZxrqlcDfUt7zzYiDRaYf49stLTNJgXcfrZ8mOcCRsKYdx/Au5osGx0o1WsUIfpkOPKmPvgPxLr2lyen8hkTPo2oe2HLazfDDj30azig1g9Adam0IEmVFenvZ6fSIh1alNj674ciILv1veGVKyjBrvkcBNP+3H8A+GuCATvR83luwL4QmHZExkHEgrWNPp91Rwnbu29ZcfO52M37tXtc/P2zOPhms+avqnV12gW/cFAfrRgpdRVH74Bzc5tUWdPJtyBZWjo2pPAj7CM69T0aeKQjCPbiv5D1xxxFxYaB3AO2VkkYfgSeZ49uU25T7xpyChoVhDp/2gVh1yAZNwTqZGrxOVS+98OTlRUOeY9hpiYS39fgokFQKRRxZuWJCAPzphLnABZi4fHgILIcKuQ+FmiACE34RaDyT53O+A+r4XCurh1t2eXNiJara0q41ydtJimzH65MBGNAsKJUIgEAgfuUINayK9crIsHSSn9CTsyf1ciTdLla013nP3825fxAy+0Sv19bGjFXa1vacgivJQJJLPqTPML6GlGHi+HT5KgoZhdy/L8lTOabtY6oZGkU6thylAH9fMHh7UhUH8oQL1pEskcj76R9duYwlR7lJdDaG/XWVcFUMgEHcQXurKus0A8JGer1c23qp9TEJ8+ejSsZmoszYx851SDA200XBuPZKHDB0MYhCUHT5Aawaz/hZEtlLX18aMQgzAPGTrFkTMT0ud595nekrrMoVtbwW/3XpNbgVF531FS0fAV5Tkt5RIoUODCWmnovMzs7UFPAVJPu1NGVH7gZuCboVo4O6pHjXrMK0WcWI5agtDX8B+UOpv1vXwYa2ZyoDAMfCUPmLXqYqR09xp1naG/5s2Mxl1XwicyTtmah4DuC8xJ3mwGTm3RDibYdEgBa26bisWLlrA8hhmcf+5PsFaDszD81SQmhbOn86sBPVzNqfq6csaDdfuH+2gd6NWDB+sQCn4weoIgfbgdxcxqBH+u7Ng0mjvCQOmfFp3spCLqob3VbP/afO3Dx5hrn97+F3nsv4iqpcQNQuIWPcgr033oURYZmx8Ns9ipskzz9JaHz1joWT4x4YvwOJiV0/80MXi2mcWxEwgFQsM2MOBXrAMftCHb5Q7THif1DBlt18IylqakiyZkLtDw7XdtyX3IpjECIe5ESgbe8EWmsw+1O05gjYHP8LBgwSlA5i8Bfz774XpQ4eOYAYZGS+HoMZ9vUfXKBABBj8EpAARlAyaWmm0Fwm5Nv1t/fK5CXZ7TK/HM+xaq1tho5B4t8rZ+iewOTYSIae0MbYysRcn6XC9wMjNpeZbpMuUxh4pzSmxTEDGmVZ+K3KYnq4yn9XKkQdra4O1OfIDWu3mCTBOR7uFhssygzVy2WFRShYLDsMjzv1/K44WWsEsqk+o6c9o7U8N6Dr6GtZYFQc9YKdPv+YwiMEMjhTfixwcjLxXPPJOHcw7wMp7W7O+Hpz8HNNlMMVet0fnyM7drMAteww6viYc3Jb1VqEWGU8ePXRdhvO8tcfR9jTGj0tGfTFRrFcBUMp54hNAT6V+a/fxplvvK4G5Y58RDATAFESZxsr3t95A+Y1rLL8VVULUI8WxJtZyQ4y4ZdYs5C9hdFsQWE9k69Saey3+QPJhC6QUGWlgIFHuvC+wDaIGqUKCWO4YSfVIVYgsfaPIpF20C095qiyuqt7t9LkbdEdkCBS3ip8uQOeH676EjKwA9n3v24D57hrHDzlTrVUSr1cAgSFPyhqi0pWk6WBowLo/my+YPZ+k8wog8G/H+SL3mRoGjzo4gvhBNgJWS8YjppFYrh+2iKCJSXH0cY9LhY7t3Hks0biDOl5QQXUQft/d8luwAbk1oIDfPItgZJGZbDJ12Nod/3YNNp01YtL9C5nHra2wgUvT93br/O3RFo9vC4iAiq7LDZ1vE6OZCknRkKU4EIroEDCK6MhNjPz57Ql/U3/J2BcSTh/2/AWW1CZR/SXCwtn4trZ4Wx4iuqU6hnbLRQhiDkrak/UwkJRLIpBg5Ed/Xrqk4CHx3L71FDMjR7LMx/2LV1SgYvhBw70nmvL47zQUSc7DSW++oTX1S0CzZCnGu6JIOWVXGplgnKNwklvL8Sc67fFxzlx93gGOxzQ97rBARDd/4FrA8xOZd7YWWTXl5p7e6RswFDaT/77TmM3q0JKBILQqKQOz6OyA83q3RxbqUzwBLkY5IufgQ2HOIXqErqOKW75+xVA+mpLdtGMDkdhaQv+PYsw0bB4QwpLZn+Pdc5+d65vUs9y7WYkWp4FqKEqVtNWcG7I6iHFabyU5IiCMFZ/J4oVdYyw6t1pyFfSgUEE80wVAcBHEL44i+5zG1A2fj2fLXb9bdRGzb8VXnCi+Qce4M2FJg0wcL7EIjyleasGLXxPZ7nMTk8c7kV8TIv6ArdUUS5VZtQkJbRHEhJoiuG9q6c09MUj2nmbGzqQ7RiDP2Q1VXFY+s/Afe8DFOVljNkqcP3jezIBX8zBNLaulN9IaH9iZnqLuSHJWqDIKt5EUHUnqtO48++AI6+LmKLfc5rkVBu0PnA01dXl3akJ0hcv/5RyKBkGRsK/Wj28XD4b1XGUbM1nhjvq1TFzuyrprbCNz/3PQy3+UDsuvzBsURxMO6GL/L2vm0MRCWjCW8nIVzkS5aIVE2BpxOeH+V+vzn9J6s0MdjB04IECsyRMA00MX6gU0kYS24pzxFYouN6PCVZt7X6dc0RCAj199IyF8epQoMTK4T4ePna8EurFk2UD6Qz/5eDfuC04uP3mTanZHQ/T9AuXSjIq5IgX7ypoUWbxsQ6pgvYbIMusnJRLG9+yAYltp3Ks2h4npaExGkgqtGUhPXb3+hIbe56MNjU0VneHuItvcVe3SMZ9Q4NUKD1sQ8h65jTmvsqTIEwb7/ZbSwlisnQ0UuXxV7q+16sNC2PG5HInpIFN+enwuwjT80+9UUL6Dey71pWI5jnDeecwtvn4AXnqsswr6XPrWQBVKqMpYYG7uYhBEV3BrDjlfYywaOrEy41lhARGIykbOvNKm160UYtQxuvr2RExj9mH1dSLSnVTpVAyTNytvdv0EeqAf04DGoww8jm7Lc2lEdx7ZoS+zxaMHw/qbsfDVEzNtVy7JezIrB9inrO7LdJIXYvCAlcVKnYIElmPXCwQi6r3LBTkLxc7D5MqTGZui8wu50zjjbMmtQLWc0aTMpCWuPmnw6xb6jgWnTxfg9AECx8CB3tnfFPZ+l9l9JLno+mZ9Zabz512m1LcOu+85k6Q5eTKpNldM4rr/+Ld15VMLTXb6icbacaHSOXTZKWlH14nj6DCmzu+HNvjypadHCS0wSeUAI8gXGXXgyRMxl419xa1bY7QCwZN6qZShNhJXxYEhLXBpPxZLoaSknDj+J2C4UENycrvx7BnTE8fPcFz8jZtCO/lrFskDaf6FfjjU369JiId7J9FEBYnxg9HyyqrxnErgEyJhbUAhr0KVtlPSgrGx/CCPPx8fe77jHQHmxYIaa33upE1xuleFxc5X3iwvv/UboFIrT9jsQ/1bEsb8kVl3M3xjf/jNwvzkaz19C1G+/7bbYztZqTTA5eIZ+/bOzBWHB/tlZDZuqn+R7ZP72q9sY2Dj1yy9yanfpEAVBw83aU2PkT2Zy+JHc56tNGcD6ueFJdZyR44Gpt1w9EjqqkMcAwg1cL4js4JTL9qdKpGm5AnPk10FNvIPgx8cfRf8TuB4/py87buhy/e9vI2Ly0VyrlA/U3LK7mK3/Y9P1hx7FlGArXCJydhoKky1/tQWD2LO/e+OzPxZDFPrbssNL/tCWvw7C33WbX45Ybk0spkdrKItwmisW4cLstf06c2OH8+tlkokxTGzBZgATscmzXwnu2PH5KylL8q66ef8JuGnpbMspxq5L545NOydCuKzZ4eRKRleRAYUgg4Ixy+tFVAiuNyIRWTTvQsfJh0IUyOW1QJwS6DI74BEHpjbAUT8pAr7yJoL/PDqGk2IOULWxTRH4R7zZUDxZo5+3rs7A2F+t1dPawrXQ0wB6PGOIFSG55V8oDuW3XboKeKQs2FIFpK3DJbAufB6rj1seU76FKJTXvrrBt94R4fprzAYqgVm38Z4IWW4A8a4Lpo5labA4lwoCgf/KG5vQWlP+UB1dDopk1PYUNZVNr8mKr3f9kLydvXd7XAMRn6zW8XDwRq6o0AOiwiH4RxdHNzP7UqBFRiYYTDIyGRUpXjNilqt0KELjZjkcRwwLo5XMnbhzffCMWhkjS1DWvGkv1bVQUC1R4TDsXxnO+7lPRlF1hg0yidLPPxArbp8CIuYNF6AcQl85Vzlf/uGVhUf4u0bnzFwoA8lW8YjU9Tv4CPsRumL+uL3z9gjsqgtpkOkSfHazO3Mpb4rXBYpLO1XeXnyOiPs33Pt91GlvKiY5VBePPHy30X+L+tQmJ6slE55h4S684j/356SPymB6GXA/VP9kn9iOglqHnelbmGmjdLuXLhUx/ddbj4ssuZKeqO7jUYgIuepvKLGuTAtvMnhaIsAh5b6y3HztLMoQj/W6eZaCHspsrHLNnuzb6uNm92U7pjaMldDwQbddMuLgt1ngjXzVDi+w/aOsL4sK0/NZTAbSFXg3LoHt3ZSckHWRI8Nmac2kYYS28WZqf8hFugCBIZEKW46qZ9uYwmlYYvqtT0ytt2r7+odd3M59E/dWdhWQF6N41hJ+wN7K4sS6vsL1SOW52Kfrp6J7beqV/UWG6B5FSsCQCUNsaowLrl7uid+e2SEetJy7dMvEd3bjmzzf56/5Z1Mjf4YKmLb2WTSXwe9v6ASnA5FY71m/9fu4RVhkyLDc9i14i0J+512BRTnJJUOOTWGXdwmLKfMi99QF6zLTK5Z4d8kOPDAoD720g/RPfjCW8fWd9w8BioJQxh+ziQCXJilnlnJWTf/m1ckWeGTf7GsXpCcceJGJUWF1tnXQdMUVxOyUakUN8p71fDordFFSDKHQwbmKUPaG451zZS85/oSLnc5QcVZFMiTkkuasRLW/4GcuGPq65nryeflZArRScyjlzzlGwzxjtfjHXeClBpUUE7lkP0Id2Kyj7vUobyisiJ+SKfQNsg2yl8CEN4wd25ES0FBTo6R3mU5uL7O0hip02lGVmcEtD/8+KwPwiPA0d58n8/n2uDWvF4OMqV8iMWae+iEQSbwWBCEfLTjrFtRaFmIXqGQy29HfL6d4SNXKoOKZmVgLcbeo6xcBgcWAIU2xmn1hcu6ry50dS9e7bLRHnn8+eC1a0GolPXtyQUCHp+vL+HLmYLUNZnsbtFu1556110x59raWlvPnW9tFVY5NQ/LhQhf4TbjnAllXuVewc8hTeXqGxkGzU2x/elIoQjRh1Z4XW0k79rVj5FLSk3PDzRGLauXGG9R60Mbnaq22jLRx+2zBrozcS+DVJ9dvSnxHRY8Ni5qeG+/L3xDQV6mW2NC6jKp43xBCbl7b3/QMa2VS3vxBjJBFWBPrfEMG0Y4u8I7p9UnIL6LORIEEsaAQGJSw13ulKPKt9FxLFbabxefPCrwkvr4bL0RXpTcq7UYUWNUpIpfFJEUNT8ks1XYEDBfOdeKIGbJ0SkW/AMchhJDwsUF16WVtCmnjAvz15nohFCmWyJxLDaZF8YKFrqo3TxzHlqNbU52Lg2DsoEuJ6Drug0f1JyWEbnf1fx9OYm1UMyCvCQN/LnIaD/69+rLgxsyPffzgisLLsUjRz13T5OZHEc+hCPMYcgA5uqbAGNkJKBcHsfZgIfunfi17927+orhZ+O1ebRaumeL63aMYp+899S3YXoCOBape8ibfQ5CaNJBt3ttRAP+hq6FhS6DHPQnKku4208baWs7op1EIJYjmROBgJ0cri8AaJCGkLo7k0Aa/+DCsQ0h9Nsr/9qrDswtshZjnGtuLvrL73YZliQ/OovviaaB79yX38XA/mLHe98TzWF6A8BLwMPq3qNkmUdreVbWtrzBhada+a/NpTq3zCdajhVzZ5suArsBT1wXLyvfafsuhKU1aso+KKGOCz2C/z7yCMt2Hgrb9Hc9N1yDNL4f2eDfiHnx+n4p2MlxGU5LAQIXAnOpc37yOX88otgLaw2c4Ld7ZAGGpt/Wb/nDnjuftcda6I2EsATmQcRSiTSndnLDrU3NgZbRsvkSyoCel4sm8l8+tXA8YVwmEN1SFvNfcZ+/zW8NQFgiUF1UVd4web/ovnYZ4Ha0C3fW6v2ldMpd5VXVlxbtad8LhzwVQ9Pi8WmueD1jMXY3OYooZvkK7E3qa/PahDqTJ9qqCrtJ6ooMlQb3YHx5zgg5RO28pvE1km6O8FUOOrpDKy8+OVXHRigjZUmUfJVLIbra4dCSk2wwqKQzNrHZbsdMR5dlKjZOZQ0vy4wa7dSO18WqamrVmuN3+rSt82X1xTdyfNGCkOCElOTWlJTW5OQEmajorp7s3Q2DQeqaWs1TqkNyCtaUQuNJm7JudIfa1n61Lc0jWuNWu3+72sh2+tYdG0yyrEIBG3L5pyI5xZc1ntjDOeAegDhWBr7quHisB2jqX2ReyzqTfHhtVwEon7d+q98N+k3qeYErpSkjEiXKgrWZH3X9qoWdgn7er74W+4fRiYsqt/Skt8VLE6OUWI6Dr+88+M/RZ6v7NwB8YBCAzdrWehKwxkgwlRy0z2lrWZg9MscWFuTh7/vlbg1f+9d1/1i//kdXVtK5jo6zgVldL0s8Su5UZG4Wnbi4WbPt5vVKTTZA4Ody3Y2cG/NO+2Jqvu/TRB04tXwgzcIn5CteDrdqjYt0fYzzB/vOgbRiRkFHxIqQpL3Mg/npoi+vnWOWRKc7J2a0e3OIKXmxwBgn+gn5SzE3tPqTReXTbfromLfSlNN/G2vhPCP6BOv9r+HqqI9T1PhJuMBWkDrgCcdl8PgbOB5amSh0IGm790A+BvY4W4TmwOs0WEzv/fD7h3uiwEou/hfKFC4KNXxFvM9eXXPSnWOdQxF+6eEbB9gSTED+IT3hSaUUF3V/euptDprKkF6920lVOpQQgOmYZP+Nw92MEmEOP2EyaAIvkLDEae55xTvY124GUbqJ+OdvINjvkJMoi/6B+dEbJgufPVg7Ldk/j3ZrQ8op/J+dCxtmbTnZ3NKfRfOV7GZeHRqi8IUtTdeWSsvnPe40byxxl8uSoWlegVhcbFjes9zbk4aRl5cPey06f66dsuXD++3951Z7FOIP2j8/9SbcDvMqX2n48K+SXaLFokC3kMHjVH4R3DkZe8zsHVW0cK38Tf3ZWB3XkKEFavrEyVPpm6lXOjrv0UBWFJNW2b6vqj0tvb19X2X7m+N5DgN7isSOnV6/Zx7UaWbnaOhqonIPltSuDJ3y1zAoicd3FDkws46ke+ZU1ixPVOE8fg2KisgMERKOPs+3WBhWWBXQF50YsDi8s150zqqs8byZxC+tmKSnhnkKt0YeJsCRJFpMxO0DpOTIjyFECOLmxgfKSG7LgzjhbbHJHhK31uhMupD5tzqPZO1KBCeqIQZjXD/TPMa2fcQcv45AfeHfHc4A3snazubR3YEKIgIn4Xx8yzL5X32w+FcJMzqY5OupB6B9NilYtC646YKIl0mTAp+rZYxtBsWbzQBb0DrenRe35nKIbayMTCNoZCCYlmNeb6WAEaYAoDvRNuHA4Yph1Pghbaz3GLXTTNpTiYUd4wo+lm7Eyk4tuubwAGon3DkYQlD5Qt/fIjfVJRwipszPSp889IuT4Q4FFFqnr98pjAp9pwZCCeJbAVP9hIr59GfUk2QlgZGjHDcN2U+yC02gEBRtZvGbWo1kUT/B8qc4a5Se0OcNsLM4VuKAGtBqV7u7e3raAAqTNRu5etWEkZTx/39mZjIhD4Nd80rFGDe6/Jft5TPG3wECQ8aFMlAHt+/01iyoTXeIj8e5n9fWKimpqTVI2On58xigwCUBIHOCOdKPdO5J8VQLSObJJwUIiQ5+HKMGaWOH3UsBFtscIrp+WLDrPX5LSKBe6SFP/AAEGXEm/grkIooaXq748n9TOWMqbGB0yeqBMTK6MspRhWQW+QxAGsC/2Vox0E6W/6NbCjr+qJCsSFzBzHTchtAC4xrog0Nll1OsU/BSfEQWyw4V4pBYRUN5ZOmDaHDhOUAGADwo+Sv589/43cgkzJk0psDFOy4ZOeuMiyk1mfdkp2UZpXPXt3okAb+y3/5Vm9dmH+rd0NJ7f/7lPCbddgjSJJQIouli8ilLv4ELV/OJ5FT/sczy3xISUro4WcFqk6X5J6m8P39LXkdXgdh7mG8OJTju84z51WR3tQejssN/tc1K6wcGZ9xN/HoJMy6cijdTzVv9Xqhuhz/B1KMD0AGKbL7ezUM5oFhkvxPSQz8cBJLLNXsv9sLtlczsey/u29V7wiDDFjJEe0QNded3b4zpr8Xq/8ynD+AbgpAN9IH8f0McaptjhuuU+dhU3CPImgzbEwa9rut5K0yR80B3Mcjw/enR9Z1jwEDPXd3pP+ylfP6dw0sM9os5r4NkzFixg4nb22Uscoz3ujc1NYXnz+u8vNDZkJjR11xcNUGz1OsJ3jeKCYFb881C/n64tcHRYukFjXMcz153+UUeKWBzT3LRjyll3qYFbENa3EBLZ/6xnt+dnb96juYvbWmxTSkbunwZRBHfUp3Rv5OvPaWoyi/sDvx8ugTHcHpXpFBDPMH8eNl1Hz0oOZYWbTht2Iq3LUxXrrAubjqxWn135p2gNroKd+CCJCKdBdlPNabwdIg1/77pjMDlTtaB9DsmzKLtpQMgJ3xeMN/86gzV9VKrLvJUKHwkcIL5yLKbGKfLIb6FTTrADXRvVMSmS/6ZlE1IJ4LSHZO6lelPiot8MrU2Tq8174lrIDFKLdkxEepZWXP1uh1WaVXbOG8Y+QTCZllwyXMbsCqVbAnJL9ZFdnMySqriL4A/HXywt8W4g0akYi3RVkFjRu/rOqLUwcxs6mzN73vnsbsT+xUuS/T5vk0oGDZNWRdXv9UsM7oeq3cMl5eXRWPCqRlRneHBi+wbPAqRqdhDVD/fbPw3VVq23xz3rYoq0RrMewRFjfJpcENUtDS+Yylm2SgxLwb2CFoRLPFPoKIQLAu8yFSaZUXW+8YWQ5X60GvYlhIc980SS/ws8Q5LSDqnJsjwIxtI97EA6UQ1bXJIr/HB4z8zsVHfRiKtv7xE09CJj6TCNtjxisW3UM8+uN/iCSG8FVVxhnXyLu/dZtxj517ktHTd78CAWKxcWlrjSrOwOQBWXa3QsdmIKw9882bv5HGBLMTn0o/x5UGuXy/lhJjlKCPrIDqUzpOJlWuAUdxuz8t+Q6EKmZubmhY8r8+zTfdmjYHJpaYkBDw7E4Xl65QOZY+i5M7apDEYHSWJiWnL89FFVQ5n8XEqO/OPUubmMT1YjsNoV2CHVlXYcje3784uWRIiznH3pgJ5zVezKJ8DTazuJp/+cbT+z4j3lwdi8r7+FSn/Yw+AtvLW1UFuat5J21c0eaUamXQH0p3XMaja7FHKFgLcg4p/7Gr2CTYDyxyM91chaO5kNxcXN/KLIk64vK/LtPj0jjruQ/FNXAB0hLtpMXKxqFseP9CDb8x7441URXq9crIJ4zarF+NrP1q6/KxRW7vr3zfPL4yIwIoZyFb/ey7XCD3VrtwishUrm6r20zk96yBL00xlLGBT6Qyyd805b1fNocmT/GzG2goduBlf1NJHl9eGYVKSMLqYZcPiydIaX8eBH3X2ibYDNQWTy1gyhexrnj4WCKaZ01u3On+CBRL+a+HRly83OvNZw5KU9PQrVy4xQWTWD2U7wWbt85009riJrY1ZLpTK2+ZIOqboAV6ew8rKzrhgIho8nUjkp/xXn932RyGXdbhNxywZHeqmWkBMFFQ33WNDg8LdEq/ejobAkgq5Ht4+0Rw3JTG1sCRFNZSaOkSWa1CpvOCNhYwycqITQIimg9j7NX+FE7b9qpLdlSuKWoX6mBKrZn2kykfGDQs3m5rijFIdPbk0R09i+udUy7eyCn+548+OkwcjX/t3qwxUYdKzpmr6pqN0vcNbmsz9jMn6SL8JgS0EeXOJ7uJHsGQYyBNomUF1LlqRNTROXr4Dsvrr67NS4dOyE0fbMlHRkfX6XEkWh5gfvd4+GfOOXXocUM/F4Nc96D4nO7S9cpvL6pg/vjhExXhbazVqkzRJCLpUp1UJs1frMLAqq6OnqhZo2qzYRmel/UxSZ/pYLM3H3GNBjCGK7+zmKvzsfSWT5AtzFfdZfPp7BMhGu93r5yuR/M51Xfgk2F9vSaxyEisHc8W6Gf12OL2Y7rmoc7vnf4+WUoKo3D8sJRhfirknTiwXgzgrIMvZBLFrxKfxRt9nZC8kW4Y1lw4nnK5azsehHimVm7QaQeJ7UJOg6A17rTJk/tZm3KXpt0MoqIO/UVWZZzHOcvlcO+JI+YsIYr7NFWLXCwfPhPSF/x+u4B6Uo2UrbEmPItwi99OcpJUNrH8uvD8Ik6k+aWvt59HlVjJZ1nIULo/CNunRi888GtxPRn1L3+VsY8YrJKcjy6cIe8mYCjZTsDnSkHW00+bhZITp0WD77ukqtBLZlQRYz+y51TXcPfr8Zefo9L8Sb3U3fv801C3SeP3IZrnLJp9827xj5a3/o7c7wrylLLta7Zxf3aXDJmvjr6nC/entC1wm9a9jd0bwCJFjFuugrjfqHofYlP78zldLxfeLXdp9UYFZpzrS3EgMEkE9ci9LdVdU0hY3/bLMVm9ppQGwnvngrcztO+QH1Y2MvRwYK6wZ3ZZPP2WTvo+/6sptiyvXOVeWp/8qhjOti9UGTaqTdT0CF5u7LfhaUinCx+fAhohRiXYhRRCgUWG4KDmXFVArQnbHe0DUBUUcEjWWKhNxrV0/rNMf/8nPdlOS2A6JIVfjkLjENxkUZyHaToyC58KjSXK4hldPsOa8xwTUh2QWbWKDrpJX0EK7lL5NxCHjuP31KkmYsD4FdNMzPFobq/FvxtkzMFjguf6fhoMWBn+9mNynAP4/i3mcpQtJPbg1YNW8pTTcav1NLIqPQ3mqPfBv3YmvVHBHWMrORm/8tM1+Vf5vjLQGmitabUfR7P56LfVWGC2Sloo7H3rtaY+mm8qBQKU1GX5jOHvut5n28u5u1lBM41See5D+oCvTPB35VDTqjuxC4+Yt3L5bpUBBptJkL3lAZbbzQfcqbcVoyZuWiDAz6A5OPuc5oSDzM/foRKDWy5O1f5geHIbKrAjv3+oGHqOD0eB5AuwqH3srDO5JGfRmRCQCNXe/CBiUoKJbRQaLRxOmZZOGTN9lvnVygEjy4LoPyecCMYydEbQblR+8VP9+zqcddFd5d7MkdnNqGBKsZjIo/WTo2+9G12dda1N6IX6gJ10eOjQFYASJbHlpMZ9ZyriAwDd58witVOGjxCkSSUrR8pt1i80glrKlvl7EwgPVsxKDxLeYJ15EoR/ndtLU0NH3g9NJd057KyQ+x3wM8tTYv/N67EZk+RfeGZzeYQztHrqRzOaiBE+832JETB/Re8ys97VvwL6dPDV8/8qQloAtREmfoN+aa/mt13nrtUJvV8Ur92+Vy8le6MQnXk4/8cHoIBY9OFx8N3JwMOJ+SXHAC4dYvPaKmuyq+rOjyjOtCliUntpkeXrArGyZyckwrUUYmAtwKfXbSxWMZK0eykLElCyLROVLhKELzp5rg7n9bf/x7j9eJIcMZlJkOU0iUajIJfjrp8ao0aNm9Eiqx8Onh13pOV9S3PlVm7BBcfN9PNzY+YTWPYBe8cZGLdqL1Faau/K8BuyavVZxvirEnaovf3PcAHKUmuf83QcPpLDrzRl1IWBE69ze8ltJ63f4PSkJRWuKdt4aq9ZryL9nb3X9U5QsYPnn69EqDuezozqIC2c8hE63o4mRz74ke9ap2pdtmL7flZ3Luzo3bcpMzJ1WUKgJifkPhFpvnXjjhvRc2WInQ/jaTH16cSE9FUV3ogpoOKqYk3SKklvBRjNYY4TV4VhydfAuvSQES3zYM4pik9M4pfWZcgWl0our/ds/TRx6Yt6oqkEf49SnP8prK1GzGeoQPYpKWjtU+Gdy+b9dTRoTe0PUfUJLxNQVJjCfjEZ+fqJZ6+M6jVBdmlzI5ApCtoySVKQqJrH9LEYfn3UE9FW3eZem42BIgf1usw1uHrGaDQtG/uPAfMpLj2xuhtF4wIoZXC7ljfCY3kh8rsPSSW2OLMVpXbMmGqcBK0OKuTnz+KcbRA5aiYbogTeDK+b7Z/2PkMdEc8HuPpyphfABngSGiuSz1gxtYph/fHvshntxgE91eWXih9qsKCs3BN/kb8qIejAn8CMysVZRB7Ke2MeXFE2GRbOvfZ4KHB+rh0xL7zTUCNZ+9kmJOp3WsseMNSdK0GU5d3NlPntoUJmKZ42LFpQsq4hmIaZr5cvY5ZyfXtjCxoaM6Gx8wHf8dXzDkd+sujxl1PISzZvU+AbUnXx3WkBP4mkaUMnyrgmAbPQGbnPRHZ5TDI/WlLmhpEzOyRZ8kvvGQnLK4CVJlNCgo3XWoTtF28xSLI77xU1qN6ubl2x9vi1bwc4SgGAU5HD24frB/MmuvBgw2YEudZ8Pw0kWInURQ0MRNqdMAJmZFblOf+XmLZJKHaVizDtChCHBIJrpfimLmIrmNGRukmROajdzmie2RQlvjjlK448LCW4wiJKQcNwzngM7k76168yd0TAVNypdFPhS3Ye1xonoBUPXHPsg3Jk8P9zBf5A0+qShPxi2e3SacauesqqzosD4G57GYtdY4bAf0N2wH3+88/GBEGUPEOHCbfU3t5YJlwl35L92uUOof7Js5Pz1V4Zq3G0MJ+Z8W2S2HPY+yRumpkSRUZN4BTNDa99wFim7nPNlDq+ejUM+qOXUniQe2jJmPeHk/ObxOkjK+mg12qIIEqH6aEbs/JzhTLYsQJi+OpyQn6OyGEWYsn43geZCVj9RI5GYvDNRQeYu0ZjarJDueFftdWrNVAOCYTccYE66IqMqjGtLYlnAy0pEHLU6Cp6JFCxU+rO/zjNzccglzYMhTI5vDAQSb1CMTbxafjhfHkJV655ovTJ8pfVIFECVh4TzvfJt4q1Fal08FK/WbR/IGO67CXdGyYe7fOohW6PKJKwF5lGLpSPPevWWmOsAVN4a1p5O6Mo2EoQJCe/oro6hSA8dTmIhG2InFnLIVuHKxSFSBZVuHq8mPne+id13/qy72h6YuKoppHJSGWDyPjxcuud88aZhAJEgCcEQkCuPjlF/27lvo+7wvj1/AmIkSmiTmdySIkHkuISjdXU/+QQEXB7vnsRoRyHuNxXKy70mSz6qrnA1MKtFmasq5dTafiM+xKRSlD5wOCXfHXH8m3v/zX3LIwu78nCHidPEcZPNv8ZmT0dbcFZhoOZyEU7gdsj/CkBgSJRy6nK3nVVIa5rOrXx6rJhnLHT/8FGy8ODsza3oTmL8Bw60KeXtWRjEMEfffXdzPZd/PxEx/V0G+M6fHi4659Pm0VgMAYnv07sko8wcVrfejdqBc3fXBS+M4kCtQAEF6u7ee1csfXbinKUi1Lh60AP01NZFSR8HSUuQHVXtAIHFj0llm1AAkWCJm2ZxmDTqkoA8RXS0XHwPNDpDKHoPHW2oO24JlGloHTA3mLkVMSiLWFj/Yj7ZeV0lXfC6IJoILRwi1ZM5EeFzh+Z6EBhSaRGVIA3Zqh/TjeufpDETjCGkU2rxMw33x16spy1TYFk5AASEnB+xBIAlzKXKkoE+ojKXLr4tfbdw0bfp8zf3uV4W5i1SuNUy6VXvs1vi8vcOS1aPH161to+7avHQXRLuTueJhR6BYY7GIn36trot6ex89rL6srogax/dMmH6Al6moJ6UIWIpLUS00hUqNQ/PN2hv2dGg++iCSv7y0j9czrZuPBr0b//xUZv+tDBepjA2niUGZ/IVPinAZt7HVcwqNwXdwsdV6P2c/ye5f4hNJCvrz/3GNl83CdSkoPofWdUHfGr19POMwWlw+v9Vese1QZDbE6rI+8/W8o+0DlvSDAyTki4QYAj0ewxmuyJb6qiDo/ac30gxN9Ywg651IGVlybJIuWsukr7CYTA80WJHUdBKaZkluZFfyish19PofVf3atuRdShHa2bi3EVzRpgvo3LZAXl5xSOKWH812kaZzxNI4sauNRD7nxpZy2WZ6jg88jEeZ+2cqBqYfWZQq33VLC2mXl+KStrGHs+3Jn0k8ds2x3bGuNvupAKx/2XX/tbEb5Ewr4seP+sfCgF71GTCluEiAOL2KwaVFD2Z+JK+KqfaY4wUearieHnLWiWtPXZTI0PG6TkKcCI4KuxeHVp4xN03U9bNijvP2cX6c7y5uF8ilcyvab/XIyfJKyrHcTIaE0kF0h6UeWwlC5eKRY64pKNeW8aJ+IU3sDhBrC0C0xY0HPPji7L8Lqv4QdN1HkbqjUVPWpph3hg7UjNHBdVG5+TGGBjpfhQDI5HCnhjoiVS6XVx7amehV/SMD1gHswh+9jwMm3BEbbFFyt2t4vTtUYYajke9DEMEGw/y8Ij45z1wiSRzQ6tUIruRjFkftHVHP9zWMXrLoHir/GkBtXaRNTroaKxg0giH5LqfI58qHZCQkZqMLPe6oxjrkmYGEPgjFT4zZbNUde2T1HUrKO+BbIU608sqb9h3xuTQ/gP6UZP75cqRj9NHd0W/Aq04+IXxsHeum6+/VZWy1Zv8buunD0uMLbcg2wvNjkuhTe2y43KGOb9drWF5+rYr9NAytrbecCvSue4frLqoeKSXP+RfUXv4jCjHtg47fwrdLRchmOQxRlIbOW7/FGaLDPchrdCa2scPmqoR65E/buv4COaMCgAgYwNEJD1LjrZuLFCJWWf+yxp4cc/NqdEnQ/HQBiAK3n3WR+ElM0NnrVH505xjDiTWbvclbGNm6KxVy4ygTuq3Dl723qQeugijTYYt7idLVrzPms05uHmR82XyerFiUQOmvsi1oRCzxo94VONS0FGml6Y1fg1enY11OWcR5vAz/xxmIMx7ia4mI1SKiHXTSJ1/BDglFfim3TJ08ik69U4j44dzmj8/JZLrqD8wNaUSp7bS0Zm0VCqtA1K7A6xn0ylT15B5GiLSh1NB3LvK6Yyqrxcpcf73pVLTSz1XEJdIxBKQnT2wvC4oPL/Uyz5Mff8szhk38Oaxq83GjhqXuFCnnp8gf3PtKx7mZkkCvdBYXGiWj547c8ZiKfS9LlYA4a/TxKYs7NV8cFX3/JnpWVm1GA21rn3SMNOQVKR6FvutcdpNnmVScAz8CxHAzxYtTgJTXCDgwC7jXfALk+35SIdkj3YHx2nfZEs5fe9kcXqBD+LiS8oQNfNuWCBlh+cQ/DViRr+gwTapyo1th0PK1EA75T+3e++IrlIsbLA93vqahnDE/WWZ8Igo7xavRk0t39djFsQ8uzoLR8jQnRtuyNHllooF3uYU29wmGFLGYVJWztV6FCovg9K0VJkj85xINgisgPGh7HbZ9K202yPKD0ndKNfh2+lWIVHSoITNGEfn8H/p34SdBBcreMRtMmszqKYDGLvhelXmMzXVsKcDhfeyMm8amX5HcYjrcpR2IA8EwbO+gvMPKuMNpbVb1ZLhQ+qsW346620mld0k3gc0aWql70I4rzR8l7r62I1wSNzmcp8b19UrxrpRKana+9iCmUneCvI8RG0eaN3OCWyzuUge4zdJeQyqQ47lF2qz+c/8vfxBR6FAG7DEyl7kclUEZTWQ9sO0Y/pHGyNbIUPJIkoD6VTcu3I3K0wDVcq7+pB8Je8jToBNtzbVdD8SJrKD+EL98K1EvW/6hTvlBjw+ydBnskilUwfL6q5iYS11aS2BH8Zs/6Hb9Pgv0L7QMKZcTct9S/g/5EZkRJOWez3IezwH1I0ff+XvCIpe0aCS74w78IoV93x4u92LCZca8vldHTk0avvM3BsRRhFh+qFm33wSxmxcFhu8UbMhjnI1ufQzTN0fYxs2mj9h42H2ucM132ONzUd8ry34AcfAh9lsc17X86vEOJolyxc2deCbT4bnOeNRuL7HnwuXjm5YSXiv/Y3yNHBh3L0aZr3Ott32S37KPxwrMnlJBWIporE75ij5GuVK/JGOzpXQRki66pH48c7YK+CEKjEmIsmw4eHJjayw3VACxmHOJSdvBpFmP70clYRjT8pPwUsL5Owd38I4nFZ66uxNlYzDqZFjZ4jO1qcT9Rw2WV999wnbDm/8lG288/8remdUfO6FVlE/J6n1EY7pmSKReKYYF+RSjztnT17UTNvEODvU3nHG3N5hsIffmGytTGKMTFz6V3fIPmuw+YZ+W2d3a+PxBTrb0T4EMn1ai0Kfe52jVxMKLPKRd70m2lOuIGvXyxYXYUCW1LjzP7k2PjOjobaRbj0pP3vAMvjcAaWEyu7w9IaaxkgyHSwLKXGTwkgIYAz6vt6VujNqa1TEnkIZHvqYyD+SEt5RbSQl3Cn6kJT04X1iVdpxX+WxY75xWQkthBvX1MsTCF/MMdOBvilq1j8VqKeHRT03PqfjLTnkNuVsn5AEky6qmyBz8ZaCeCLhaOCWgo1jvre4W8DPeZ67N4c/rE4NLf4WsYDVErQYoiBU5PEQS8340sUFgvT3N/cEOeV8sdGweBh6lGrSZ21oHORJ9263SN9vkmcp64h2h6rZftoW9e+zG+sNQ/87EEyaSnHtnRp1C/Ob0nCvBf1tV+c8Ffe2s8uXPRdsKyiEbENQ/PEZnm0tl1tJs0j3SEsohZN8TFFr4GcPgcKqP0P4RRFCeLi/fVFO4CLN8Tu2sEZOVbGKY0UP7KlcazVF4UcK0L3IEl5Kdtg8hCuXp0RrvQuFz3KuS+xDrU4Nf713wrkqrnuM8cF/wva4q8+a8ak+6AYWjWqh42j4/8OJvVd+f3uvfPRrm8O/q88kBmH/Pbmx/sjjZ/Ux2WkPeufdwINm0oZNrItts6UGIAHrDPDRH3pg0vusMBpYEP8qtMsrR+N/qG4a0dEgP0oPHQzrPgPIBgBbU3SBZLA+KReNEgNgemRNH5G4tCvIOYLBrixaJywgxK8+GRBjdX1uwKptxJDYTumQPZl6OAEkEVIC1aPMM/JjDLGoFzEBTUUQrMRLpFm9JLe2jYuj0/CG2ASh1A016grkXRxZPHqIKLCNs7upOh7PT2LqTqi9QZtFjAM12KUsu44vngHQDgcALaSx3kQM2cqw5gGyAROtc1WEMgpizEM9h4eVKLBGyXNVAdc7y48oLvMV5CaJ70DDtxE/S5YqFwHYlcoxpPy4RTyHCg+JfGfXPLQlDnUiCpOwmgRrQ/BEGSXKq5HNcIB6Rald72g/pCpks1BnyFz7HhFSCkTbxIcA6lW6JEbAoybRaajmqYfxr1o+Xj0VeNyg5ohLSFVOeRiPnKqIeFW0wfYEcZrmWckCyPhkKtVnZ+ttAm5MFbglroNyFuSwvCHaQJTUWiITxvKcWx4iKPLNmHBm6s9rrpYbInaHguAbJA6+z4E5Jn9Mm0m0URyhke/gVvw6vr2yV0la1GuKN+YC41RUviHMWJs1MlGpqNxJwenBZSiLWoQFpoZQm/gEFQpip8V9TEzdz7DfOtYuJ6/PAoEYVBIvDIlriFMWLYs+qsGcbKyRVBLREsc10X1UBNdyAwWK6iPEZeQop/xTnEePnDoWridXEW2aUCAAOPnhn29WlVbH9b/QHRrujjdTfyqqigIXNuKLq4OSLYL/qDdrw0ngNVB8Led30Q+YheBTnFiq0cntvegtEmek1fILYCgI2lSsj3pJfygTahLbYVqSY16Udy6ZljivmhRnLclmVpnC9qxdaGz2My55T4V1HOIyJvba2/euF7qlBzhFQUR8THxa2jO4yaGl0NEy1l3p25H1NexLcU+fW6HYtNy1LAQf1YQ+3WsqmdXEatYetA5zzq2aCSqN3tGufFztD0FbCpbHVO+uywULialPzN09Na5AJ/0P4dLWepzmAj1dWihDG0cGRenfZhFNtu04HZRH8oNXh8lQK3GxTkWAt23vRjA24zhaOhJiN7nPxS2MGtCsm7Qlf8Z7mM1DaMcZsKPvhDGd9150xd5tLFKsqR9cjwXoSOIMVAGjWiN4sOOuvYmXyGDf7FmzJ+7c97J9P7G89p4YfQGj7GlvdTjMS9jWUDHrwvIIu73jpZnlpIZDsrnKAJoev+3i2+uwwJJakSKzOAaNs6yn1thAeNcKGMK1Lc9gYJxQaox9Nkxsl1Ka+fv0VVzu+4M2WwzN0UNarbefu4hO3CId9MgqWbPRG/U9Hh0zQ5PIvjPF8/SW2qOB3Xh+r9AS+yxjH2UbvUcHip4UCzuXLDXOUj5Vs3fmiDbUvLRTQVI3fARhcffpdQSH8F7Y2oEYO1ayYNu8PK6uVpH2vfGS76BW00jJqkUt6jPiEo90OcmFaJYRhkfrO8bhmn4ZE1bobjxyAS3LpdbmyO5/E4iGVsTWP8AligNhc1L9MbeUPjqXmISZe9h+25R4/Qg5OtY3Ttv7K20x3d7W42Y3NWQZRxdyz8d62e+XWkbdrCg6298lt1CfFgo58ruoR6yGYZx4TEngA3JsMn2J0do+Fk2sbj/Wz0v7d0Uv2ROSOlTjQNcCv1lft8fvk2Hu7u9eTwD6BU1FXjOgCb+Ij5hPp5BcELjQA4GTnMCBl3MKDV/mDF6cyTkcJC0X8JGRUeYOrck1jKV5uQ4nrcttsNMPcwcS6cnnutGBDQLDY9x24VYg5QRJqIm0wt+HnCETP+YcSYTmAtkkN8rcoepcw7NkW64jha7LbUig4dyBzvSz/+5Gf8beJjgc7yQQKrWksAD2cMrWdyzmhI/saGkbaMyndN8tBiw2EcMAaTCyqg5JHOleryxgj8WaBjek8Ht+qjVR/FILPD9PyIpjJVOHkIoomqBEPBEb00PJk86s4sfu1yqZBgKichqc9/xXL748NfOZSVSYh64s/XmLH1Do/wn58vU0nU1ev1bLv7fXj6+rZT8x5E0c9/xCT8NQuq08cUJUfavXGDZaCXwHLjx/o5sMHDNwyEfLMnGvWm/duZhwfFVOYlVxa+jEd35trBW5OWDGTJZF1UVAS2F9lsohDCwFtIwvipABcLegmTeKlfVii60gXd4Q4UcTtXvgyO2xkLOwTzG+GFIx3NkNO8SNjORB0dz2Jpq9pHUdwrNGqpwAP4dtCcL+xhrCnV2A6xwxm+v30gzPmxS+R2cf/drD2euPvvz/SVmkleW4xoMR+yNKsqJqumFatuN6ACJMKONCen4QRnGitLFplhdlVTdt1w/jNC/rth/ndT/v5wBAEBgChcERSBQag8XhCUQSmUKl0RlMFpvD5fEFwjB9Kr5YIpXJFUqVWqPV6Q1Gk9litdkdTpfbx+PrBUAIRlAMJ0iKZliOF0RJVlRNN0zLdlzPD8IoTtIsL8qqbtquH8ZpXtZtP87rft7f3w/CKE7SLC/Kqm7argcQYUIZF1JpY90wTvOybvtxXvfzfj+xqHlk9ew9IxQ/pKJquhHK37Rsx/V8AIRgBMVwguTxBUKRWELRDCuVyRVKlVqj1ekNRpPZYrXZHU6X2+P1cQAgCAyBwuAIJAqNweLwBCIpAKBQaXQGk8XmcHl8gVAklkhlcoVSpdZodXqD0WS2WG12h9Pl9vH4egFAEBgChcERSBQag8XhCUQSmUKlWZ7OYLLYHC6PLxCKxBKpTK5QqtQarU5vMJrMFqvN7nC63B6vnz9fIBSJJVKZXKFUqTVanR4AIRhBMZwgKZphOYPRZLZYbXaH0+X2eH1+hAllXEiljXUemxUD07Jdbsfj9Sm/FgARJpRxIT0/CKM4UdrYNMuLsqqbtuuHcZqXdduP87qf93MACMEIiuEESdEMy/GCKMmKqumGadmO6/lBGMVJmuVFWdVN2/XDOM3Luu3Hed2f5/sCIAQjKIYTJEUzLMcLoiQrqqYbpmU7rucHYRQnaZYXZVU3bdcfzi8hmNVtKWhyWXpimv4zGu0z3lOOSGBdQcJNeDFBsq6APl2BiPo1nWqBnV4dRuVptVRcPzhFfNOVibFfk2XV729Ie1WOj8Sg/adU6SZMoS0z4FFXzW69ktSkAhF1Bf7rtQerjk21/pGIv/oqCtult6Oq7qK2q0Tc1iseiCW7ajvoYuDNrqAHJyBZD7I+DSjYn5Y0ju4LF3fzXXwX9B/4rC+ZwvuGSlcjyKQAxvVaY2E3xMGeiJK7Qic4OnvefSCR2k4d7PUkgjilb5KYE1F8V4G/nvwg0G1Pbky3FCn4jFFeIR1XnLBDTTiHfTpOj2jbkWMmNNmdcbZvkH+/pl/u1kCWeN6JGwH7yZC7xTUFsu+GyNoNUbcrFJYGdO8qXNoBwV0Di3cJ1PpDIcNX0cNeIoB5d8bebv7Q8geFwuaXEWXsqy/r+NxSqj2YYL8atu4qpeKGNWL9Sq4E0feSnXqvA013WqqB+B5OCWjdwQz+UAgOUZk3f960FNbhFoQtveKQnKFF0t9n9ryPnAHZQ6UyOcryKljf3X8TxvfuWUu4VWvEJgVE8g8Dje0IXMw0nqqA/F3NB2F/d48tng41xCZfa0TwiUDGO4ONr0kxZrXNq7N7zkOKW8WPWX1FqQOBeBVk9VPPOcmHiNz9QPR+srokHu+XYINL/NxQuKPzBZhLfcj0kso9BZJ3dheN1f5aUgo/ULqpaHunJbCev1pkz5nmJx+2YmmmEQGDeXMtS2hPlMO8nvYaANUXLvzmIFt/NC8lMHmVXdR8FOEfKIWU54+rRJ33zgVCy4AonkSN0xXrurnyHSLxY8Xln2Z3hog4sbVOZ6JQF5Rt+5Ech3pk7m8MKsSiajZo6YluzmlbAdB912lZCkzo2bHxRY5m/Dnd8xplRro446Nk/cejk9dP86Jrn0CXcJTC7esjHUJc+xmp5CcCTW8G/j20KQWnDXXEkEW9Qj466s36NlFsb4WbqswVlDa19JBdp1oqIKQp5A3LuGvJARHWv/iQ9cHpIN0vhmQ/NhzuDVHXG9LIN0SQf9Z4qvbj4ydleTrzyh9L/e+6FUNhTYHbvdVUJv11Zs/rVIHJBOPMeF+Br76aF7pX/kTFKXs16lBKN5tBtgWGzO+3DIMyg7p3V5ZxlPtvLUO072cqk9Lf1Nl0G2X/DfSXitfEagteIt1+7zToeztmby29V/I/g5Mqd6NX5DG4e8XLEvN81cT28WupLlG4WiLG/ApY8i30kuhKyP6SL36tGebPDJj9D9zbtY9kcLiRO/EAPFeusQLF8TTVTdRTvPUPL9zyK6lFbpPrtdbYtOYw7TuYjj23606q9dEde5gzjf2rpCG/USk5XT0kfZOa6N61ydXMMuMPl8UXm0scvaJQEx1nKNurUFmRKWvn5o+aoGYTCJMsrn36ZUsC/NRmaNQYwA8jD+m1KoMzV+CLqq1BK/y4hOrbCHh2/KBmZRa3mCsR+yvcLJixZlRy7n5q67jxKQnyh7pbVBZuks3h6Crj7Y80cMjvhV2n97pXMceznyUMtma0pzUqef7wxufv91cbCeOK9AlAWdg5fpn86arqw4v34djJhJhUFzXYWM/Zs2lfjhdxIyD+Gjud/N0P64XKSygdrTU2rTlM+w5GUcwAL/x/Usby70wDsKFFRSZSC3qnxE/8RRtLvtAtnVF9WZcOawV23eDlDQiF7aSbsM7xpgHhcXNPG0xj90cZpA8yye6jvxBo0sncBbtu4qq7pyA6YAgIoNalo+Eki5rykX/Yx5g3VdGschyUsMtfSv9RIXdKhZeiqYeqOjb11c5t0Oe6j2gZ9SWw62KftjS0ErDP3wmSVIdN1P6uXwKjM1xqwnqZ6kZzMWf2LhH8YwWOYp2MR5tkPzJSWWABb+3SO8TU9reGqzJ1o5gluXuZuF5yf7kpYCvwducdFbXbs52L4AX50d0390ZzPYkfoNlDdUPwvXveQy7VPRtaOGtWwFllBIaSGdhg9tSuX1mJ6pOjVXVA0GnAhFIbfDqRgAUUXtB5r9Qlq5iL9YJ9LtOAH1Q0T4e9wgMuXXFxpVotdi4bd+muZYj1ab3aw38bkb+0wOZv+465OsL6G+ZmLx4xSXxG3WLithPj2UTSWP+P4uUHQ0WszT97nv+LVfstTnj+5PO5MIt3ipaNNtt+VRy9fn0uePiokJ7v+WPZ02bsniEBFbE293i9PuJ9ngMAAAALV0FEPGnb6zP88rbXtCmPPvR8UcS3jeZ+2vqKlIYOhYpYm7G7QwLe7fz43s7vfcLz3zxBjz4UoKLlA9fvzxmFNmMOAFTE2sw7a63d9psjNy57N2Ou6qI4nARUxNr83dP9X5vj/Mw0gIpYm7E7QgIqYm3G7ozpIyIiIiqllFJKKUVERERExMzMzMybPzmqpzfN1sd0M1prrWeBExERERER0YGoaHr2ir8c/beM/nQm3q93Lo7D4VmbTvnLi9W+GbtnSEBFrM3YHSEBFbE2j4329RZ+GWKVct20wZ/IetvJXURERERERERmZmZmZmZmVlVVVVVVVVWzabq6e3r7ppOcf4Q2vU5krQEA) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTWu+R7kAAoaQAAAAHEdERUYC8AAEAAKGcAAAACBPUy8yiDJ6QAAAAVgAAABgY21hcAq/On8AAAyoAAAC8mdhc3D//wADAAKGaAAAAAhnbHlmj/euTQAAGqwAAky8aGVhZBCJ5S0AAADcAAAANmhoZWEPAwq1AAABFAAAACRobXR4RXkYhQAAAbgAAArwbG9jYQL1olwAAA+cAAALEG1heHADLAIcAAABOAAAACBuYW1l45eLrAACZ2gAAASGcG9zdK+Pm6EAAmvwAAAadQABAAAABAHLkM94WV8PPPUACwcAAAAAANQzzTIAAAAA1DPNMv///wAJAQYAAAAACAACAAEAAAAAAAEAAAYA/wAAAAkA/////wkBAAEAAAAAAAAAAAAAAAAAAAK1AAEAAALDAhkAJwAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAwZpAZAABQAABIwEMwAAAIYEjAQzAAACcwAAAYoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHlycwBAACD1AAYA/wAAAAYAAQAAAAABAAAAAAAAAAAAAAAgAAEDgABwAAAAAAJVAAABwAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAXQYAAAAGgAAABwAAAAcAAAAGgAAABoAAAAUAAAAHgAAABoAAAAcAAAAHAAAABwAAeQWAAG4GgAAABoAAAAYAAAAHAAAABgAAAAWAAAAGgAAaBgAAAAYAAAAHgAAyBoAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAcAAAAEgAAABwAAQAaAAAADAAAABIAAAAaAAAAFgAAABwAAAAYAAAAHgAAABoAACgUAAAAGgAAAB4AAAAaAAAAFgAAABAAAAAcAAAAGAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHgAAABgAAAAQAAAAGAAAABAAAAAcAAAAGgAAABoAAAAcAAAAEAAAABwAAAAaAAHoFgAAABgAAAAYAAAAGgAAABwAAAAQAAAAGAgABBQAAmgUAAFoGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAQAYAAAAGgAA1BoAANQcAAAAGAAAABgAADQWAAAAFgAAABoAAegYAAAAGAAAABwAAAAWAAAAHAAAABwAAAAcAABAFgAAABoAAAAcAAAAHAAAABgAAAAcAAFoHAABaB4AAAAaAAAAGgAAAB4AAAAMAAEAHAAAACAAAAAYAAAAGAAAABwAAAAcAAAAHgAAABwAAAAYAAAAGAAAAA4AAAAcAAAAGgAAABgAAAASAAAAHAAAABgAAAAaAAAAGAAAABoAAAAYAAAAFgAAABYAAAAUAAAAGAAAABoAALAQAAF8GAAAABoAAAAeAAAAFgAAABgAAAAcAAAAHAABABgAAAgcAAAAHAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAaAABUHAAAABYAABQcAAAAGAAAAB4AAAAaAABAHgAAABoAAcwcAAAEHAAAABYAABAYAAAAGAAAABgAAAAcAAAAHAAAPBwAAAAYAAAAGgAAABoAAGwcAAEAGAAAABgAAAAYAAAAJAAAAB4AAAAQAAAAEAAAAAoAAQAKAAAAGgAAABAAAAAQAAAAEAAAABwAAAAYAAAAGAAAABwAAKAcAAAAHAAAABwAAAAOAAAEHAAAABoAAAAcAAAAEAAAABwAAAAeAAAAHgAAABYAAAAWAAAAHAAAABwAAQAeAAAAFgAAABgAAAAWAAAAFgAAAB4AAQAcAAAAHgAAABoAAQAYAAAAGAAAABAAALQQAAA0EgABNBIAATQKAAC0CgAANBIAATQSAAE0HgAAAB4AAAASAAAADAAAABgAAAAaAAAAGgAAABwAAQAYAAAAHAAAABoAAAAaAAAAHgAAABwAAAAcAAAAGAAAABgAAAAYAAAAHgAAAB4AAAAcAAEAHAABABoAADQeAAC0HAAAABoAAAgWAAAIGgAAABAAAAAaAAAAEAABgAoAAAAKAAGIGAAAFBgAABQeAAAEGgAAABIAAAAWAAA0FAAAABoAAAAWAAAMGgAAkBwAAAAYAAAAGAAAABgAAAAYAAAAFgAAABwAADAcAAAAEgAAABgAAAAWAAAABgAAABgAAAAYAAAAHAAA2BgAAAAWAAAAEAAADBAAAAwYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABAAAAAQAAAAEAAA0A4IAAAQDAAQFAAAABwAAAAUAADgGAAAABgAAAAaAACIGgAAiBwAAIgcAACIGAAAiBgAAIgaAAAAGgAAABgAAAAYAABsFgAAFBgAAAAcAAAAHAABABgAACwYAAAAGAAAABgAAAAWAAAAGAAAABAAARAYAAAADAAADAwAAAwcAAEAHAAAABYAAAAaAAAAFgAAABgAACwYAAAAGAAAABQAALAYAAAAFAAAABAAAAAYAAAAHAAAsBgAAAAcAAEAGgAAgB4D//wcAAAAGAAAABYAAAAUAABUGAAAABgAAAAYAAAAGAAAABoAAAAYAAAAEgAAABYAAAAiAAAAGgAAABgAAAAcAAAAHAAAACAAAAAkAAAAGAABtBgAAAAcAAAAGAAAABgAAAAeAAAAGAAAACAAAAAYAAAAH9gApBgAAAAYAAAAGAAAABwAAAAYAAAAFAABABoAAAAMAAEAHAAAACQAAAAgAAAAGAAAABwAAAAYAAAAHAAAQCAAAAAgAAAAGAAAgBgAAAAQAAAAJAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAACcHAAAACAAAAAcAAAAHAAAgBwAAEwcAAAAGAAAABwAARAYAAAAFAAA5BwAAEggAAAAHAAAABwAAAAYAAAAGAAAABwAAPgUAABgGAAAABgAAAAYAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAABkHAABkBgAAWQgAAAAIAAAqBwAAAAYAAAkHAAAnCQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACAAADggAAA4FgAAABgAAAAYAAAAHAAAABwAAAAcAAAAIAAAABwAAAAgAAAAHAAAABgAAAAgAAAAIAAAACQAAAAYAAAAIAAAABQAACwgAAAAGAAAABgAAAAYAAAAIAAAABgAAAAYAAAAIAAAACAAAAAYAAAAIAAAACAAAAAaAAAAGgAAACAAAAAgAABMGAAAACQAAAAYAAAAHAAAABQAAAgYAAAAFAAAABgAAAgcAAAAHAAACB4AAAQgAAAYGAAAABQAAAggAAAQFAAAABQAAAAcAAAAHAAAABgAAAAUAAAAGAAAABwAAAAgAAAAIAAAACAAAAAYAAAAGAAAABgAAAAcAAAAGAAAACPgAVAkAAAAHAAAACQAAAAkAAAAJAAAACQAAAAkAAAAFAAAABAAAAAgAAAAJAAAABgAAAAYAAAAJAAAACQAAAAcAAAAJAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABwAAAAcAAAAIAAAA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AAD8uAAA/QwAAP1gAAD9tAAA/ggAAP64AAD/CAABABQAAQW0AAEG9AABB/gAAQjQAAEJZAABChAAAQqYAAELGAABDAQAAQykAAENLAABDgAAAQ+IAAERLAABEaAAARLMAAETOAABE+QAARSQAAEVKAABFaQAARZYAAEW/AABF8AAARiEAAEZeAABGnwAARtUAAEc1AABHUAAAR3UAAEekAABHwQAAR98AAEgpAABIcAAASJ4AAEjCAABI2wAASQEAAEkzAABJ2gAASjoAAEqTAABLFQAAS5MAAExdAABMfQAATLgAAEzMAABM7AAATSoAAE1dAABNlQAATckAAE4DAABOUgAAToQAAE68AABO5AAATyEAAE82AABP1gAAUAcAAFBwAABQsgAAUPIAAFEnAABRUgAAUZIAAFHcAABSEgAAUl4AAFKIAABSuQAAUvUAAFMoAABTRgAAU5AAAFQQAABUaAAAVLgAAFTRAABVCAAAVVMAAFWYAABVtQAAVdYAAFYNAABWKAAAVoEAAFaiAABW2QAAVvgAAFcfAABXdgAAV6gAAFglAABYUgAAWG8AAFi8AABY1gAAWSsAAFldAABZmgAAWfcAAFotAABaVwAAWp4AAFuhAABcEAAAXPgAAF2EAABd8gAAXiQAAF5iAABeowAAXtoAAF8jAABfRwAAX2kAAF/XAABf5gAAX/4AAGAbAABgXQAAYKQAAGDNAABg6QAAYTIAAGFsAABhqQAAYh0AAGJjAABijgAAYs4AAGLoAABjkwAAY6oAAGPVAABkBAAAZEUAAGTkAABlBQAAZUEAAGV/AABlvgAAZegAAGZfAABmsgAAZwQAAGdCAABndgAAZ58AAGfGAABn+gAAaDEAAGiDAABozQAAaR4AAGlsAABpoAAAadMAAGoHAABqJAAAajsAAGo7AABqOwAAalYAAGqKAABqyAAAavMAAGsrAABragAAa4gAAGuiAABrwQAAa+oAAGwQAABsIgAAba8AAG3bAABuOAAAbl0AAG6BAABupQAAbskAAG7pAABvAgAAbx4AAG9TAABvkwAAb6kAAG/IAABwEgAAcEYAAHBxAABwwQAAcPkAAHEoAABxVQAAcYoAAHG7AAByAwAAckMAAHKiAABy6AAAcz4AAHOHAABz5QAAdBsAAHRZAAB0twAAdNQAAHT+AAB1YQAAdZ4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AgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwDSAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAsYCxwLIAskCygLLAswCzQLOAs8C0ALRAtIC0wLUAtUC1gLXAtgC2QLaAtsC3ALdAt4C3wLgAuEC4gLjAuQC5QLmAucC6ALpAuoC6wLsAu0C7gLvAvAC8QLyAvMC9AL1AvYC9wL4AvkC+gL7AvwC/QL+Av8DAAMBAwIDAwMEAwUDBgMHAwgDCQMKAwsDDAMNAw4DDwMQAxEDEgMTAxQDFQMWAxcDGAMZAxoDGwMcAx0DHgMfAyADIQMiAyMDJAMlAyYDJwMoAykDKgMrAywDLQMuAy8DMAMxAzIDMwM0AzUDNgM3AzgDOQM6AzsDPAM9Az4DPwNAA0EDQgNDA0QDRQNGA0cDSANJA0oDSwNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IDYwNkA2UDZgNnA2gDaQNqA2sDbANtA24DbwNwA3EDcgNzA3QDdQN2A3cDeAN5A3oDewN8A30DfgN/A4ADgQOCA4MDhAOFA4YDhwOIA4kDigOLA4wDjQOOA48DkAORA5IDkwOUA5UDlgOXA5gDmQOaA5sDnAOdA54DnwOgA6EDogOjA6QDpQOmA6cDqAOpA6oDqwOsA60DrgOvA7ADsQCUBWdsYXNzBW11c2ljBnNlYXJjaAhlbnZlbG9wZQVoZWFydARzdGFyCnN0YXJfZW1wdHkEdXNlcgRmaWxtCHRoX2xhcmdlAnRoB3RoX2xpc3QCb2sGcmVtb3ZlB3pvb21faW4Iem9vbV9vdXQDb2ZmBnNpZ25hbANjb2cFdHJhc2gEaG9tZQhmaWxlX2FsdAR0aW1lBHJvYWQMZG93bmxvYWRfYWx0CGRvd25sb2FkBnVwbG9hZAVpbmJveAtwbGF5X2NpcmNsZQZyZXBlYXQHcmVmcmVzaAhsaXN0X2FsdARsb2NrBGZsYWcKaGVhZHBob25lcwp2b2x1bWVfb2ZmC3ZvbHVtZV9kb3duCXZvbHVtZV91cAZxcmNvZGUHYmFyY29kZQN0YWcEdGFncwRib29rCGJvb2ttYXJrBXByaW50BmNhbWVyYQRmb250BGJvbGQGaXRhbGljC3RleHRfaGVpZ2h0CnRleHRfd2lkdGgKYWxpZ25fbGVmdAxhbGlnbl9jZW50ZXILYWxpZ25fcmlnaHQNYWxpZ25fanVzdGlmeQRsaXN0C2luZGVudF9sZWZ0DGluZGVudF9yaWdodA5mYWNldGltZV92aWRlbwdwaWN0dXJlBnBlbmNpbAptYXBfbWFya2VyBmFkanVzdAR0aW50BGVkaXQFc2hhcmUFY2hlY2sEbW92ZQ1zdGVwX2JhY2t3YXJkDWZhc3RfYmFja3dhcmQIYmFja3dhcmQEcGxheQVwYXVzZQRzdG9wB2ZvcndhcmQMZmFzdF9mb3J3YXJkDHN0ZXBfZm9yd2FyZAVlamVjdAxjaGV2cm9uX2xlZnQNY2hldnJvbl9yaWdodAlwbHVzX3NpZ24KbWludXNfc2lnbgtyZW1vdmVfc2lnbgdva19zaWduDXF1ZXN0aW9uX3NpZ24JaW5mb19zaWduCnNjcmVlbnNob3QNcmVtb3ZlX2NpcmNsZQlva19jaXJjbGUKYmFuX2NpcmNsZQphcnJvd19sZWZ0C2Fycm93X3JpZ2h0CGFycm93X3VwCmFycm93X2Rvd24Jc2hhcmVfYWx0C3Jlc2l6ZV9mdWxsDHJlc2l6ZV9zbWFsbBBleGNsYW1hdGlvbl9zaWduBGdpZnQEbGVhZgRmaXJlCGV5ZV9vcGVuCWV5ZV9jbG9zZQx3YXJuaW5nX3NpZ24FcGxhbmUIY2FsZW5kYXIGcmFuZG9tB2NvbW1lbnQGbWFnbmV0CmNoZXZyb25fdXAMY2hldnJvbl9kb3duB3JldHdlZXQNc2hvcHBpbmdfY2FydAxmb2xkZXJfY2xvc2ULZm9sZGVyX29wZW4PcmVzaXplX3ZlcnRpY2FsEXJlc2l6ZV9ob3Jpem9udGFsCWJhcl9jaGFydAx0d2l0dGVyX3NpZ24NZmFjZWJvb2tfc2lnbgxjYW1lcmFfcmV0cm8Da2V5BGNvZ3MIY29tbWVudHMNdGh1bWJzX3VwX2FsdA90aHVtYnNfZG93bl9hbHQJc3Rhcl9oYWxmC2hlYXJ0X2VtcHR5B3NpZ25vdXQNbGlua2VkaW5fc2lnbgdwdXNocGluDWV4dGVybmFsX2xpbmsGc2lnbmluBnRyb3BoeQtnaXRodWJfc2lnbgp1cGxvYWRfYWx0BWxlbW9uBXBob25lC2NoZWNrX2VtcHR5DmJvb2ttYXJrX2VtcHR5CnBob25lX3NpZ24HdHdpdHRlcghmYWNlYm9vawZnaXRodWIGdW5sb2NrC2NyZWRpdF9jYXJkA3JzcwNoZGQIYnVsbGhvcm4EYmVsbAtjZXJ0aWZpY2F0ZQpoYW5kX3JpZ2h0CWhhbmRfbGVmdAdoYW5kX3VwCWhhbmRfZG93bhFjaXJjbGVfYXJyb3dfbGVmdBJjaXJjbGVfYXJyb3dfcmlnaHQPY2lyY2xlX2Fycm93X3VwEWNpcmNsZV9hcnJvd19kb3duBWdsb2JlBndyZW5jaAV0YXNrcwZmaWx0ZXIJYnJpZWZjYXNlCmZ1bGxzY3JlZW4FZ3JvdXAEbGluawVjbG91ZAZiZWFrZXIDY3V0BGNvcHkKcGFwZXJfY2xpcARzYXZlCnNpZ25fYmxhbmsHcmVvcmRlcgJ1bAJvbA1zdHJpa2V0aHJvdWdoCXVuZGVybGluZQV0YWJsZQVtYWdpYwV0cnVjawlwaW50ZXJlc3QOcGludGVyZXN0X3NpZ24QZ29vZ2xlX3BsdXNfc2lnbgtnb29nbGVfcGx1cwVtb25leQpjYXJldF9kb3duCGNhcmV0X3VwCmNhcmV0X2xlZnQLY2FyZXRfcmlnaHQHY29sdW1ucwRzb3J0CXNvcnRfZG93bgdzb3J0X3VwDGVudmVsb3BlX2FsdAhsaW5rZWRpbgR1bmRvBWxlZ2FsCWRhc2hib2FyZAtjb21tZW50X2FsdAxjb21tZW50c19hbHQEYm9sdAdzaXRlbWFwCHVtYnJlbGxhBXBhc3RlCmxpZ2h0X2J1bGIIZXhjaGFuZ2UOY2xvdWRfZG93bmxvYWQMY2xvdWRfdXBsb2FkB3VzZXJfbWQLc3RldGhvc2NvcGUIc3VpdGNhc2UIYmVsbF9hbHQGY29mZmVlBGZvb2QNZmlsZV90ZXh0X2FsdAhidWlsZGluZwhob3NwaXRhbAlhbWJ1bGFuY2UGbWVka2l0C2ZpZ2h0ZXJfamV0BGJlZXIGaF9zaWduBGYwZmURZG91YmxlX2FuZ2xlX2xlZnQSZG91YmxlX2FuZ2xlX3JpZ2h0D2RvdWJsZV9hbmdsZV91cBFkb3VibGVfYW5nbGVfZG93bgphbmdsZV9sZWZ0C2FuZ2xlX3JpZ2h0CGFuZ2xlX3VwCmFuZ2xlX2Rvd24HZGVza3RvcAZsYXB0b3AGdGFibGV0DG1vYmlsZV9waG9uZQxjaXJjbGVfYmxhbmsKcXVvdGVfbGVmdAtxdW90ZV9yaWdodAdzcGlubmVyBmNpcmNsZQVyZXBseQpnaXRodWJfYWx0EGZvbGRlcl9jbG9zZV9hbHQPZm9sZGVyX29wZW5fYWx0CmV4cGFuZF9hbHQMY29sbGFwc2VfYWx0BXNtaWxlBWZyb3duA21laAdnYW1lcGFkCGtleWJvYXJkCGZsYWdfYWx0DmZsYWdfY2hlY2tlcmVkCHRlcm1pbmFsBGNvZGUJcmVwbHlfYWxsD3N0YXJfaGFsZl9lbXB0eQ5sb2NhdGlvbl9hcnJvdwRjcm9wCWNvZGVfZm9yawZ1bmxpbmsEXzI3OQtleGNsYW1hdGlvbgtzdXBlcnNjcmlwdAlzdWJzY3JpcHQEXzI4MwxwdXp6bGVfcGllY2UKbWljcm9waG9uZQ5taWNyb3Bob25lX29mZgZzaGllbGQOY2FsZW5kYXJfZW1wdHkRZmlyZV9leHRpbmd1aXNoZXIGcm9ja2V0Bm1heGNkbhFjaGV2cm9uX3NpZ25fbGVmdBJjaGV2cm9uX3NpZ25fcmlnaHQPY2hldnJvbl9zaWduX3VwEWNoZXZyb25fc2lnbl9kb3duBWh0bWw1BGNzczMGYW5jaG9yCnVubG9ja19hbHQIYnVsbHNleWUTZWxsaXBzaXNfaG9yaXpvbnRhbBFlbGxpcHNpc192ZXJ0aWNhbARfMzAzCXBsYXlfc2lnbgZ0aWNrZXQObWludXNfc2lnbl9hbHQLY2hlY2tfbWludXMIbGV2ZWxfdXAKbGV2ZWxfZG93bgpjaGVja19zaWduCWVkaXRfc2lnbgRfMzEyCnNoYXJlX3NpZ24HY29tcGFzcwhjb2xsYXBzZQxjb2xsYXBzZV90b3AEXzMxNwNldXIDZ2JwA3VzZANpbnIDanB5A3J1YgNrcncDYnRjBGZpbGUJZmlsZV90ZXh0EHNvcnRfYnlfYWxwaGFiZXQEXzMyORJzb3J0X2J5X2F0dHJpYnV0ZXMWc29ydF9ieV9hdHRyaWJ1dGVzX2FsdA1zb3J0X2J5X29yZGVyEXNvcnRfYnlfb3JkZXJfYWx0BF8zMzQEXzMzNQx5b3V0dWJlX3NpZ24HeW91dHViZQR4aW5nCXhpbmdfc2lnbgx5b3V0dWJlX3BsYXkHZHJvcGJveA1zdGFja2V4Y2hhbmdlCWluc3RhZ3JhbQZmbGlja3IDYWRuBGYxNzEOYml0YnVja2V0X3NpZ24GdHVtYmxyC3R1bWJscl9zaWduD2xvbmdfYXJyb3dfZG93bg1sb25nX2Fycm93X3VwD2xvbmdfYXJyb3dfbGVmdBBsb25nX2Fycm93X3JpZ2h0B3dpbmRvd3MHYW5kcm9pZAVsaW51eAdkcmliYmxlBXNreXBlCmZvdXJzcXVhcmUGdHJlbGxvBmZlbWFsZQRtYWxlBmdpdHRpcANzdW4EXzM2NgdhcmNoaXZlA2J1ZwJ2awV3ZWlibwZyZW5yZW4EXzM3Mg5zdGFja19leGNoYW5nZQRfMzc0FWFycm93X2NpcmNsZV9hbHRfbGVmdARfMzc2DmRvdF9jaXJjbGVfYWx0BF8zNzgMdmltZW9fc3F1YXJlBF8zODANcGx1c19zcXVhcmVfbwRfMzgyBF8zODMEXzM4NARfMzg1BF8zODYEXzM4NwRfMzg4BF8zODkHdW5pRjFBMARmMWExBF8zOTIEXzM5MwRmMWE0BF8zOTUEXzM5NgRfMzk3BF8zOTgEXzM5OQRfNDAwBGYxYWIEXzQwMgRfNDAzBF80MDQHdW5pRjFCMQRfNDA2BF80MDcEXzQwOARfNDA5BF80MTAEXzQxMQRfNDEyBF80MTMEXzQxNARfNDE1BF80MTYEXzQxNwRfNDE4BF80MTkHdW5pRjFDMAd1bmlGMUMxBF80MjIEXzQyMwRfNDI0BF80MjUEXzQyNgRfNDI3BF80MjgEXzQyOQRfNDMwBF80MzEEXzQzMgRfNDMzBF80MzQHdW5pRjFEMAd1bmlGMUQxB3VuaUYxRDIEXzQzOARfNDM5B3VuaUYxRDUHdW5pRjFENgd1bmlGMUQ3BF80NDMEXzQ0NARfNDQ1BF80NDYEXzQ0NwRfNDQ4BF80NDkHdW5pRjFFMARfNDUxBF80NTIEXzQ1MwRfNDU0BF80NTUEXzQ1NgRfNDU3BF80NTgEXzQ1OQRfNDYwBF80NjEEXzQ2MgRfNDYzBF80NjQHdW5pRjFGMARfNDY2BF80NjcEZjFmMwRfNDY5BF80NzAEXzQ3MQRfNDcyBF80NzMEXzQ3NARfNDc1BF80NzYEZjFmYwRfNDc4BF80NzkEXzQ4MARfNDgxBF80ODIEXzQ4MwRfNDg0BF80ODUEXzQ4NgRfNDg3BF80ODgEXzQ4OQRfNDkwBF80OTEEXzQ5MgRfNDkzBF80OTQEZjIxMARfNDk2BGYyMTIEXzQ5OARfNDk5BF81MDAEXzUwMQRfNTAyBF81MDMEXzUwNARfNTA1BF81MDYEXzUwNwRfNTA4BF81MDkFdmVudXMEXzUxMQRfNTEyBF81MTMEXzUxNARfNTE1BF81MTYEXzUxNwRfNTE4BF81MTkEXzUyMARfNTIxBF81MjIEXzUyMwRfNTI0BF81MjUEXzUyNgRfNTI3BF81MjgEXzUyOQRfNTMwBF81MzEEXzUzMgRfNTMzBF81MzQEXzUzNQRfNTM2BF81MzcEXzUzOARfNTM5BF81NDAEXzU0MQRfNTQyBF81NDMEXzU0NARfNTQ1BF81NDYEXzU0NwRfNTQ4BF81NDkEXzU1MARfNTUxBF81NTIEXzU1MwRfNTU0BF81NTUEXzU1NgRfNTU3BF81NTgEXzU1OQRfNTYwBF81NjEEXzU2MgRfNTYzBF81NjQEXzU2NQRfNTY2BF81NjcEXzU2OARfNTY5BGYyNjAEZjI2MQRfNTcyBGYyNjMEXzU3NARfNTc1BF81NzYEXzU3NwRfNTc4BF81NzkEXzU4MARfNTgxBF81ODIEXzU4MwRfNTg0BF81ODUEXzU4NgRfNTg3BF81ODgEXzU4OQRfNTkwBF81OTEEXzU5MgRfNTkzBF81OTQEXzU5NQRfNTk2BF81OTcEXzU5OARmMjdlB3VuaUYyODAHdW5pRjI4MQRfNjAyBF82MDMEXzYwNAd1bmlGMjg1B3VuaUYyODYEXzYwNwRfNjA4BF82MDkEXzYxMARfNjExBF82MTIEXzYxMwRfNjE0BF82MTUEXzYxNgRfNjE3BF82MTgEXzYxOQRfNjIwBF82MjEEXzYyMgRfNjIzBF82MjQEXzYyNQRfNjI2BF82MjcEXzYyOARfNjI5B3VuaUYyQTAHdW5pRjJBMQd1bmlGMkEyB3VuaUYyQTMHdW5pRjJBNAd1bmlGMkE1B3VuaUYyQTYHdW5pRjJBNwd1bmlGMkE4B3VuaUYyQTkHdW5pRjJBQQd1bmlGMkFCB3VuaUYyQUMHdW5pRjJBRAd1bmlGMkFFB3VuaUYyQjAHdW5pRjJCMQd1bmlGMkIyB3VuaUYyQjMHdW5pRjJCNAd1bmlGMkI1B3VuaUYyQjYHdW5pRjJCNwd1bmlGMkI4B3VuaUYyQjkHdW5pRjJCQQd1bmlGMkJCB3VuaUYyQkMHdW5pRjJCRAd1bmlGMkJFB3VuaUYyQzAHdW5pRjJDMQd1bmlGMkMyB3VuaUYyQzMHdW5pRjJDNAd1bmlGMkM1B3VuaUYyQzYHdW5pRjJDNwd1bmlGMkM4B3VuaUYyQzkHdW5pRjJDQQd1bmlGMkNCB3VuaUYyQ0MHdW5pRjJDRAd1bmlGMkNFB3VuaUYyRDAHdW5pRjJEMQd1bmlGMkQyB3VuaUYyRDMHdW5pRjJENAd1bmlGMkQ1B3VuaUYyRDYHdW5pRjJENwd1bmlGMkQ4B3VuaUYyRDkHdW5pRjJEQQd1bmlGMkRCB3VuaUYyREMHdW5pRjJERAd1bmlGMkRFB3VuaUYyRTAHdW5pRjJFMQd1bmlGMkUyB3VuaUYyRTMHdW5pRjJFNAd1bmlGMkU1B3VuaUYyRTYHdW5pRjJFNwRfNjk4B3VuaUYyRTkHdW5pRjJFQQd1bmlGMkVCB3VuaUYyRUMHdW5pRjJFRAd1bmlGMkVFAAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAQLCAAEABAAAAAIAAAAAAAEAAAAAzD2izwAAAADLTzwwAAAAANQxaLk=) format("truetype"),url(data:image/svg+xml;base64,PHN2Zz48ZGVmcz48Zm9udCBpZD0iRm9udEF3ZXNvbWUiIGhvcml6LWFkdi14PSIxNTM2Ij48Zm9udC1mYWNlIGZvbnQtZmFtaWx5PSJGb250QXdlc29tZSIgZm9udC13ZWlnaHQ9IjQwMCIgdW5pdHMtcGVyLWVtPSIxNzkyIiBhc2NlbnQ9IjE1MzYiIGRlc2NlbnQ9Ii0yNTYiIGJib3g9Ii0xLjAyMDgzIC0yNTYuOTYyIDIzMDQuNiAxNTM3LjAyIiB1bmRlcmxpbmUtdGhpY2tuZXNzPSIwIiB1bmRlcmxpbmUtcG9zaXRpb249IjAiIHVuaWNvZGUtcmFuZ2U9IlUrMDAyMC1GNTAwIi8+PGdseXBoIGdseXBoLW5hbWU9Ii5ub3RkZWYiIGhvcml6LWFkdi14PSI4OTYiIGQ9Ik0yMjQgMTEyaDQ0OHYxMzEySDIyNFYxMTJ6TTExMiAwdjE1MzZoNjcyVjBIMTEyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSIubnVsbCIgaG9yaXotYWR2LXg9IjAiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibm9ubWFya2luZ3JldHVybiIgaG9yaXotYWR2LXg9IjU5NyIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzcGFjZSIgaG9yaXotYWR2LXg9IjQ0OCIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkaWVyZXNpcyIgdW5pY29kZT0iwqgiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9ImNvcHlyaWdodCIgdW5pY29kZT0iwqkiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InJlZ2lzdGVyZWQiIHVuaWNvZGU9IsKuIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhY3V0ZSIgdW5pY29kZT0iwrQiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9IkFFIiB1bmljb2RlPSLDhiIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0iT3NsYXNoIiB1bmljb2RlPSLDmCIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHJhZGVtYXJrIiB1bmljb2RlPSLihKIiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9ImluZmluaXR5IiB1bmljb2RlPSLiiJ4iIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9Im5vdGVxdWFsIiB1bmljb2RlPSLiiaAiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9ImdsYXNzIiB1bmljb2RlPSLvgIAiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTY5OSAxMzUwcTAtMzUtNDMtNzhsLTYzMi02MzJ2LTc2OGgzMjBxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOUg0NDhxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDMyMHY3NjhsLTYzMiA2MzJxLTQzIDQzLTQzIDc4IDAgMjMgMTggMzYuNXQzOCAxNy41IDQzIDRoMTQwOHEyMyAwIDQzLTR0MzgtMTcuNSAxOC0zNi41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJtdXNpYyIgdW5pY29kZT0i74CBIiBkPSJNMTUzNiAxMzEyVjE5MnEwLTUwLTM0LTg5dC04Ni02MC41LTEwMy41LTMyVDEyMTYgMHQtOTYuNSAxMC41LTEwMy41IDMyLTg2IDYwLjUtMzQgODkgMzQgODkgODYgNjAuNSAxMDMuNSAzMlQxMjE2IDM4NHExMDUgMCAxOTItMzl2NTM3TDY0MCA2NDVWLTY0cTAtNTAtMzQtODl0LTg2LTYwLjUtMTAzLjUtMzJUMzIwLTI1NnQtOTYuNSAxMC41LTEwMy41IDMyVDM0LTE1MyAwLTY0dDM0IDg5IDg2IDYwLjUgMTAzLjUgMzJUMzIwIDEyOHExMDUgMCAxOTItMzl2OTY3cTAgMzEgMTkgNTYuNXQ0OSAzNS41bDgzMiAyNTZxMTIgNCAyOCA0IDQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNlYXJjaCIgdW5pY29kZT0i74CCIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTExNTIgNzA0cTAgMTg1LTEzMS41IDMxNi41VDcwNCAxMTUydC0zMTYuNS0xMzEuNVQyNTYgNzA0dDEzMS41LTMxNi41VDcwNCAyNTZ0MzE2LjUgMTMxLjVUMTE1MiA3MDR6bTUxMi04MzJxMC01Mi0zOC05MHQtOTAtMzhxLTU0IDAtOTAgMzhsLTM0MyAzNDJROTI0IDAgNzA0IDAgNTYxIDAgNDMwLjUgNTUuNXQtMjI1IDE1MC0xNTAgMjI1VDAgNzA0dDU1LjUgMjczLjUgMTUwIDIyNSAyMjUgMTUwVDcwNCAxNDA4dDI3My41LTU1LjUgMjI1LTE1MCAxNTAtMjI1VDE0MDggNzA0cTAtMjIwLTEyNC0zOTlsMzQzLTM0M3EzNy0zNyAzNy05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZW52ZWxvcGUiIHVuaWNvZGU9Iu+AgyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDMydjc2OHEtMzItMzYtNjktNjYtMjY4LTIwNi00MjYtMzM4LTUxLTQzLTgzLTY3dC04Ni41LTQ4LjVUODk3IDI1NmgtMnEtNDggMC0xMDIuNSAyNC41VDcwNiAzMjl0LTgzIDY3UTQ2NSA1MjggMTk3IDczNHEtMzcgMzAtNjkgNjZWMzJxMC0xMyA5LjUtMjIuNVQxNjAgMGgxNDcycTEzIDAgMjIuNSA5LjVUMTY2NCAzMnptMCAxMDUxdjI0LjVsLS41IDEzLTMgMTIuNS01LjUgOS05IDcuNS0xNCAyLjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMTIwcTAtMTY4IDE0Ny0yODQgMTkzLTE1MiA0MDEtMzE3IDYtNSAzNS0yOS41dDQ2LTM3LjUgNDQuNS0zMS41VDg1MiAzOTN0NDMtOWgycTIwIDAgNDMgOXQ1MC41IDI3LjVUMTAzNSA0NTJ0NDYgMzcuNSAzNSAyOS41cTIwOCAxNjUgNDAxIDMxNyA1NCA0MyAxMDAuNSAxMTUuNVQxNjY0IDEwODN6bTEyOCAzN1YzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMCAzMnYxMDg4cTAgNjYgNDcgMTEzdDExMyA0N2gxNDcycTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaGVhcnQiIHVuaWNvZGU9Iu+AhCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik04OTYtMTI4cS0yNiAwLTQ0IDE4TDIyOCA0OTJxLTEwIDgtMjcuNSAyNlQxNDUgNTgzLjUgNzcgNjgxIDIzLjUgODAyIDAgOTQwcTAgMjIwIDEyNyAzNDR0MzUxIDEyNHE2MiAwIDEyNi41LTIxLjV0MTIwLTU4VDgyMCAxMjYwdDc2LTY4cTM2IDM2IDc2IDY4dDk1LjUgNjguNSAxMjAgNThUMTMxNCAxNDA4cTIyNCAwIDM1MS0xMjR0MTI3LTM0NHEwLTIyMS0yMjktNDUwTDk0MC0xMTBxLTE4LTE4LTQ0LTE4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdGFyIiB1bmljb2RlPSLvgIUiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTY2NCA4ODlxMC0yMi0yNi00OGwtMzYzLTM1NCA4Ni01MDBxMS03IDEtMjAgMC0yMS0xMC41LTM1LjVUMTMyMS04M3EtMTkgMC00MCAxMkw4MzIgMTY1IDM4My03MXEtMjItMTItNDAtMTItMjEgMC0zMS41IDE0LjVUMzAxLTMzcTAgNiAyIDIwbDg2IDUwMEwyNSA4NDFRMCA4NjggMCA4ODlxMCAzNyA1NiA0Nmw1MDIgNzMgMjI1IDQ1NXExOSA0MSA0OSA0MXQ0OS00MWwyMjUtNDU1IDUwMi03M3E1Ni05IDU2LTQ2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdGFyX2VtcHR5IiB1bmljb2RlPSLvgIYiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTEzNyA1MzJsMzA2IDI5Ny00MjIgNjItMTg5IDM4Mi0xODktMzgyLTQyMi02MiAzMDYtMjk3LTczLTQyMSAzNzggMTk5IDM3Ny0xOTl6bTUyNyAzNTdxMC0yMi0yNi00OGwtMzYzLTM1NCA4Ni01MDBxMS03IDEtMjAgMC01MC00MS01MC0xOSAwLTQwIDEyTDgzMiAxNjUgMzgzLTcxcS0yMi0xMi00MC0xMi0yMSAwLTMxLjUgMTQuNVQzMDEtMzNxMCA2IDIgMjBsODYgNTAwTDI1IDg0MVEwIDg2OCAwIDg4OXEwIDM3IDU2IDQ2bDUwMiA3MyAyMjUgNDU1cTE5IDQxIDQ5IDQxdDQ5LTQxbDIyNS00NTUgNTAyLTczcTU2LTkgNTYtNDZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVzZXIiIHVuaWNvZGU9Iu+AhyIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMjgwIDEzN3EwLTEwOS02Mi41LTE4N1QxMDY3LTEyOEgyMTNxLTg4IDAtMTUwLjUgNzhUMCAxMzdxMCA4NSA4LjUgMTYwLjV0MzEuNSAxNTIgNTguNSAxMzEgOTQgODlUMzI3IDcwNHExMzEtMTI4IDMxMy0xMjh0MzEzIDEyOHE3NiAwIDEzNC41LTM0LjV0OTQtODkgNTguNS0xMzEgMzEuNS0xNTJUMTI4MCAxMzd6bS0yNTYgODg3cTAtMTU5LTExMi41LTI3MS41VDY0MCA2NDAgMzY4LjUgNzUyLjUgMjU2IDEwMjR0MTEyLjUgMjcxLjVUNjQwIDE0MDh0MjcxLjUtMTEyLjVUMTAyNCAxMDI0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWxtIiB1bmljb2RlPSLvgIgiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMzg0LTY0VjY0cTAgMjYtMTkgNDV0LTQ1IDE5SDE5MnEtMjYgMC00NS0xOXQtMTktNDVWLTY0cTAtMjYgMTktNDV0NDUtMTloMTI4cTI2IDAgNDUgMTl0MTkgNDV6bTAgMzg0djEyOHEwIDI2LTE5IDQ1dC00NSAxOUgxOTJxLTI2IDAtNDUtMTl0LTE5LTQ1VjMyMHEwLTI2IDE5LTQ1dDQ1LTE5aDEyOHEyNiAwIDQ1IDE5dDE5IDQ1em0wIDM4NHYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIMTkycS0yNiAwLTQ1LTE5dC0xOS00NVY3MDRxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXpNMTQwOC02NHY1MTJxMCAyNi0xOSA0NXQtNDUgMTlINTc2cS0yNiAwLTQ1LTE5dC0xOS00NVYtNjRxMC0yNiAxOS00NXQ0NS0xOWg3NjhxMjYgMCA0NSAxOXQxOSA0NXpNMzg0IDEwODh2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5SDE5MnEtMjYgMC00NS0xOXQtMTktNDV2LTEyOHEwLTI2IDE5LTQ1dDQ1LTE5aDEyOHEyNiAwIDQ1IDE5dDE5IDQ1ek0xNzkyLTY0VjY0cTAgMjYtMTkgNDV0LTQ1IDE5aC0xMjhxLTI2IDAtNDUtMTl0LTE5LTQ1Vi02NHEwLTI2IDE5LTQ1dDQ1LTE5aDEyOHEyNiAwIDQ1IDE5dDE5IDQ1em0tMzg0IDc2OHY1MTJxMCAyNi0xOSA0NXQtNDUgMTlINTc2cS0yNiAwLTQ1LTE5dC0xOS00NVY3MDRxMC0yNiAxOS00NXQ0NS0xOWg3NjhxMjYgMCA0NSAxOXQxOSA0NXptMzg0LTM4NHYxMjhxMCAyNi0xOSA0NXQtNDUgMTloLTEyOHEtMjYgMC00NS0xOXQtMTktNDVWMzIwcTAtMjYgMTktNDV0NDUtMTloMTI4cTI2IDAgNDUgMTl0MTkgNDV6bTAgMzg0djEyOHEwIDI2LTE5IDQ1dC00NSAxOWgtMTI4cS0yNiAwLTQ1LTE5dC0xOS00NVY3MDRxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXptMCAzODR2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5aC0xMjhxLTI2IDAtNDUtMTl0LTE5LTQ1di0xMjhxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXptMTI4IDE2MFYtOTZxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAtOTZ2MTM0NHEwIDY2IDQ3IDExM3QxMTMgNDdoMTYwMHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InRoX2xhcmdlIiB1bmljb2RlPSLvgIkiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNzY4IDUxMlYxMjhxMC01Mi0zOC05MFQ2NDAgMEgxMjhRNzYgMCAzOCAzOFQwIDEyOHYzODRxMCA1MiAzOCA5MHQ5MCAzOGg1MTJxNTIgMCA5MC0zOHQzOC05MHptMCA3NjhWODk2cTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwIDg5NnYzODRxMCA1MiAzOCA5MHQ5MCAzOGg1MTJxNTIgMCA5MC0zOHQzOC05MHptODk2LTc2OFYxMjhxMC01Mi0zOC05MHQtOTAtMzhoLTUxMnEtNTIgMC05MCAzOHQtMzggOTB2Mzg0cTAgNTIgMzggOTB0OTAgMzhoNTEycTUyIDAgOTAtMzh0MzgtOTB6bTAgNzY4Vjg5NnEwLTUyLTM4LTkwdC05MC0zOGgtNTEycS01MiAwLTkwIDM4dC0zOCA5MHYzODRxMCA1MiAzOCA5MHQ5MCAzOGg1MTJxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGgiIHVuaWNvZGU9Iu+AiiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik01MTIgMjg4Vjk2cTAtNDAtMjgtNjhUNDE2IDBIOTZRNTYgMCAyOCAyOFQwIDk2djE5MnEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4em0wIDUxMlY2MDhxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMCA2MDh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bTY0MC01MTJWOTZxMC00MC0yOC02OHQtNjgtMjhINzM2cS00MCAwLTY4IDI4dC0yOCA2OHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGgzMjBxNDAgMCA2OC0yOHQyOC02OHpNNTEyIDEzMTJ2LTE5MnEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bTY0MC01MTJWNjA4cTAtNDAtMjgtNjh0LTY4LTI4SDczNnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bTY0MC01MTJWOTZxMC00MC0yOC02OHQtNjgtMjhoLTMyMHEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bS02NDAgMTAyNHYtMTkycTAtNDAtMjgtNjh0LTY4LTI4SDczNnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bTY0MC01MTJWNjA4cTAtNDAtMjgtNjh0LTY4LTI4aC0zMjBxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4em0wIDUxMnYtMTkycTAtNDAtMjgtNjh0LTY4LTI4aC0zMjBxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aF9saXN0IiB1bmljb2RlPSLvgIsiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNTEyIDI4OFY5NnEwLTQwLTI4LTY4VDQxNiAwSDk2UTU2IDAgMjggMjhUMCA5NnYxOTJxMCA0MCAyOCA2OHQ2OCAyOGgzMjBxNDAgMCA2OC0yOHQyOC02OHptMCA1MTJWNjA4cTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAgNjA4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4em0xMjgwLTUxMlY5NnEwLTQwLTI4LTY4dC02OC0yOEg3MzZxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDk2MHE0MCAwIDY4LTI4dDI4LTY4ek01MTIgMTMxMnYtMTkycTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4dC0yOCA2OHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGgzMjBxNDAgMCA2OC0yOHQyOC02OHptMTI4MC01MTJWNjA4cTAtNDAtMjgtNjh0LTY4LTI4SDczNnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoOTYwcTQwIDAgNjgtMjh0MjgtNjh6bTAgNTEydi0xOTJxMC00MC0yOC02OHQtNjgtMjhINzM2cS00MCAwLTY4IDI4dC0yOCA2OHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGg5NjBxNDAgMCA2OC0yOHQyOC02OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ib2siIHVuaWNvZGU9Iu+AjCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjcxIDk3MHEwLTQwLTI4LTY4TDkxOSAxNzggNzgzIDQycS0yOC0yOC02OC0yOHQtNjggMjhMNTExIDE3OCAxNDkgNTQwcS0yOCAyOC0yOCA2OHQyOCA2OGwxMzYgMTM2cTI4IDI4IDY4IDI4dDY4LTI4bDI5NC0yOTUgNjU2IDY1N3EyOCAyOCA2OCAyOHQ2OC0yOGwxMzYtMTM2cTI4LTI4IDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJyZW1vdmUiIHVuaWNvZGU9Iu+AjSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMjk4IDIxNHEwLTQwLTI4LTY4TDExMzQgMTBxLTI4LTI4LTY4LTI4dC02OCAyOEw3MDQgMzA0IDQxMCAxMHEtMjgtMjgtNjgtMjh0LTY4IDI4TDEzOCAxNDZxLTI4IDI4LTI4IDY4dDI4IDY4bDI5NCAyOTQtMjk0IDI5NHEtMjggMjgtMjggNjh0MjggNjhsMTM2IDEzNnEyOCAyOCA2OCAyOHQ2OC0yOGwyOTQtMjk0IDI5NCAyOTRxMjggMjggNjggMjh0NjgtMjhsMTM2LTEzNnEyOC0yOCAyOC02OHQtMjgtNjhMOTc2IDU3NmwyOTQtMjk0cTI4LTI4IDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ6b29tX2luIiB1bmljb2RlPSLvgI4iIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTAyNCA3MzZ2LTY0cTAtMTMtOS41LTIyLjVUOTkyIDY0MEg3NjhWNDE2cTAtMTMtOS41LTIyLjVUNzM2IDM4NGgtNjRxLTEzIDAtMjIuNSA5LjVUNjQwIDQxNnYyMjRINDE2cS0xMyAwLTIyLjUgOS41VDM4NCA2NzJ2NjRxMCAxMyA5LjUgMjIuNVQ0MTYgNzY4aDIyNHYyMjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41VDc2OCA5OTJWNzY4aDIyNHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0xMjgtMzJxMCAxODUtMTMxLjUgMzE2LjVUNzA0IDExNTJ0LTMxNi41LTEzMS41VDI1NiA3MDR0MTMxLjUtMzE2LjVUNzA0IDI1NnQzMTYuNSAxMzEuNVQxMTUyIDcwNHptNTEyLTgzMnEwLTUzLTM3LjUtOTAuNVQxNTM2LTI1NnEtNTQgMC05MCAzOGwtMzQzIDM0MlE5MjQgMCA3MDQgMCA1NjEgMCA0MzAuNSA1NS41dC0yMjUgMTUwLTE1MCAyMjVUMCA3MDR0NTUuNSAyNzMuNSAxNTAgMjI1IDIyNSAxNTBUNzA0IDE0MDh0MjczLjUtNTUuNSAyMjUtMTUwIDE1MC0yMjVUMTQwOCA3MDRxMC0yMjAtMTI0LTM5OWwzNDMtMzQzcTM3LTM3IDM3LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ6b29tX291dCIgdW5pY29kZT0i74CQIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTEwMjQgNzM2di02NHEwLTEzLTkuNS0yMi41VDk5MiA2NDBINDE2cS0xMyAwLTIyLjUgOS41VDM4NCA2NzJ2NjRxMCAxMyA5LjUgMjIuNVQ0MTYgNzY4aDU3NnExMyAwIDIyLjUtOS41dDkuNS0yMi41em0xMjgtMzJxMCAxODUtMTMxLjUgMzE2LjVUNzA0IDExNTJ0LTMxNi41LTEzMS41VDI1NiA3MDR0MTMxLjUtMzE2LjVUNzA0IDI1NnQzMTYuNSAxMzEuNVQxMTUyIDcwNHptNTEyLTgzMnEwLTUzLTM3LjUtOTAuNVQxNTM2LTI1NnEtNTQgMC05MCAzOGwtMzQzIDM0MlE5MjQgMCA3MDQgMCA1NjEgMCA0MzAuNSA1NS41dC0yMjUgMTUwLTE1MCAyMjVUMCA3MDR0NTUuNSAyNzMuNSAxNTAgMjI1IDIyNSAxNTBUNzA0IDE0MDh0MjczLjUtNTUuNSAyMjUtMTUwIDE1MC0yMjVUMTQwOCA3MDRxMC0yMjAtMTI0LTM5OWwzNDMtMzQzcTM3LTM3IDM3LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJvZmYiIHVuaWNvZGU9Iu+AkSIgZD0iTTE1MzYgNjQwcTAtMTU2LTYxLTI5OFQxMzExIDk3IDEwNjYtNjd0LTI5OC02MS0yOTggNjFUMjI1IDk3IDYxIDM0MiAwIDY0MHEwIDE4MiA4MC41IDM0M1QzMDcgMTI1M3E0MyAzMiA5NS41IDI1dDgzLjUtNTBxMzItNDIgMjQuNS05NC41VDQ2MSAxMDQ5cS05OC03NC0xNTEuNS0xODFUMjU2IDY0MHEwLTEwNCA0MC41LTE5OC41VDQwNiAyNzh0MTYzLjUtMTA5LjVUNzY4IDEyOHQxOTguNSA0MC41VDExMzAgMjc4dDEwOS41IDE2My41VDEyODAgNjQwcTAgMTIxLTUzLjUgMjI4VDEwNzUgMTA0OXEtNDIgMzItNDkuNSA4NC41dDI0LjUgOTQuNXEzMSA0MyA4NCA1MHQ5NS0yNXExNDYtMTA5IDIyNi41LTI3MHQ4MC41LTM0M3ptLTY0MCA3NjhWNzY4cTAtNTItMzgtOTB0LTkwLTM4LTkwIDM4LTM4IDkwdjY0MHEwIDUyIDM4IDkwdDkwIDM4IDkwLTM4IDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzaWduYWwiIHVuaWNvZGU9Iu+AkiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yNTYgOTZWLTk2cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5VDAtOTZWOTZxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzem0zODQgMTI4Vi05NnEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2MzIwcTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMzg0IDI1NlYtOTZxMC0xNC05LTIzdC0yMy05SDgwMHEtMTQgMC0yMyA5dC05IDIzdjU3NnEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjN6bTM4NCAzODRWLTk2cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2OTYwcTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMzg0IDUxMlYtOTZxMC0xNC05LTIzdC0yMy05aC0xOTJxLTE0IDAtMjMgOXQtOSAyM3YxNDcycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29nIiB1bmljb2RlPSLvgJMiIGQ9Ik0xMDI0IDY0MHEwIDEwNi03NSAxODF0LTE4MSA3NS0xODEtNzUtNzUtMTgxIDc1LTE4MSAxODEtNzUgMTgxIDc1IDc1IDE4MXptNTEyIDEwOVY1MjdxMC0xMi04LTIzdC0yMC0xM2wtMTg1LTI4cS0xOS01NC0zOS05MSAzNS01MCAxMDctMTM4IDEwLTEyIDEwLTI1dC05LTIzcS0yNy0zNy05OS0xMDh0LTk0LTcxcS0xMiAwLTI2IDlsLTEzOCAxMDhxLTQ0LTIzLTkxLTM4LTE2LTEzNi0yOS0xODYtNy0yOC0zNi0yOEg2NTdxLTE0IDAtMjQuNSA4LjVUNjIxLTk4TDU5MyA4NnEtNDkgMTYtOTAgMzdMMzYyIDE2cS0xMC05LTI1LTktMTQgMC0yNSAxMS0xMjYgMTE0LTE2NSAxNjgtNyAxMC03IDIzIDAgMTIgOCAyMyAxNSAyMSA1MSA2Ni41dDU0IDcwLjVxLTI3IDUwLTQxIDk5TDI5IDQ5NXEtMTMgMi0yMSAxMi41VDAgNTMxdjIyMnEwIDEyIDggMjN0MTkgMTNsMTg2IDI4cTE0IDQ2IDM5IDkyLTQwIDU3LTEwNyAxMzgtMTAgMTItMTAgMjQgMCAxMCA5IDIzIDI2IDM2IDk4LjUgMTA3LjVUMzM3IDEyNzNxMTMgMCAyNi0xMGwxMzgtMTA3cTQ0IDIzIDkxIDM4IDE2IDEzNiAyOSAxODYgNyAyOCAzNiAyOGgyMjJxMTQgMCAyNC41LTguNVQ5MTUgMTM3OGwyOC0xODRxNDktMTYgOTAtMzdsMTQyIDEwN3E5IDkgMjQgOSAxMyAwIDI1LTEwIDEyOS0xMTkgMTY1LTE3MCA3LTggNy0yMiAwLTEyLTgtMjMtMTUtMjEtNTEtNjYuNXQtNTQtNzAuNXEyNi01MCA0MS05OGwxODMtMjhxMTMtMiAyMS0xMi41dDgtMjMuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHJhc2giIHVuaWNvZGU9Iu+AlCIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik01MTIgODAwVjIyNHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2NTc2cTAgMTQgOSAyM3QyMyA5aDY0cTE0IDAgMjMtOXQ5LTIzem0yNTYgMFYyMjRxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjU3NnEwIDE0IDkgMjN0MjMgOWg2NHExNCAwIDIzLTl0OS0yM3ptMjU2IDBWMjI0cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y1NzZxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjN6bTEyOC03MjR2OTQ4SDI1NlY3NnEwLTIyIDctNDAuNXQxNC41LTI3VDI4OCAwaDgzMnEzIDAgMTAuNSA4LjV0MTQuNSAyNyA3IDQwLjV6TTQ4MCAxMTUyaDQ0OGwtNDggMTE3cS03IDktMTcgMTFINTQ2cS0xMC0yLTE3LTExem05MjgtMzJ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZWNzZxMC04My00Ny0xNDMuNVQxMTIwLTEyOEgyODhxLTY2IDAtMTEzIDU4LjVUMTI4IDcydjk1MkgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDMwOWw3MCAxNjdxMTUgMzcgNTQgNjN0NzkgMjZoMzIwcTQwIDAgNzktMjZ0NTQtNjNsNzAtMTY3aDMwOXExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaG9tZSIgdW5pY29kZT0i74CVIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE0MDggNTQ0VjY0cTAtMjYtMTktNDV0LTQ1LTE5SDk2MHYzODRINzA0VjBIMzIwcS0yNiAwLTQ1IDE5dC0xOSA0NXY0ODBxMCAxIC41IDN0LjUgM2w1NzUgNDc0IDU3NS00NzRxMS0yIDEtNnptMjIzIDY5bC02Mi03NHEtOC05LTIxLTExaC0zcS0xMyAwLTIxIDdsLTY5MiA1NzctNjkyLTU3N3EtMTItOC0yNC03LTEzIDItMjEgMTFsLTYyIDc0cS04IDEwLTcgMjMuNVQzNyA2NThsNzE5IDU5OXEzMiAyNiA3NiAyNnQ3Ni0yNmwyNDQtMjA0djE5NXEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjNWODQwbDIxOS0xODJxMTAtOCAxMS0yMS41dC03LTIzLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZpbGVfYWx0IiB1bmljb2RlPSLvgJYiIGQ9Ik0xNDY4IDExNTZxMjgtMjggNDgtNzZ0MjAtODhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODk2cTQwIDAgODgtMjB0NzYtNDh6bS00NDQgMjQ0di0zNzZoMzc2cS0xMCAyOS0yMiA0MWwtMzEzIDMxM3EtMTIgMTItNDEgMjJ6bTM4NC0xNTI4Vjg5Nkg5OTJxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgxMjhWLTEyOGgxMjgweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aW1lIiB1bmljb2RlPSLvgJciIGQ9Ik04OTYgOTkyVjU0NHEwLTE0LTktMjN0LTIzLTlINTQ0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMjI0djM1MnEwIDE0IDkgMjN0MjMgOWg2NHExNCAwIDIzLTl0OS0yM3ptNDE2LTM1MnEwIDE0OC03MyAyNzN0LTE5OCAxOTgtMjczIDczLTI3My03My0xOTgtMTk4LTczLTI3MyA3My0yNzMgMTk4LTE5OCAyNzMtNzMgMjczIDczIDE5OCAxOTggNzMgMjczem0yMjQgMHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icm9hZCIgdW5pY29kZT0i74CYIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTExMTEgNTQwdjRsLTI0IDMyMHEtMSAxMy0xMSAyMi41dC0yMyA5LjVIODY3cS0xMyAwLTIzLTkuNVQ4MzMgODY0bC0yNC0zMjB2LTRxLTEtMTIgOC0yMHQyMS04aDI0NHExMiAwIDIxIDh0OCAyMHptNzU5LTQ2N3EwLTczLTQ2LTczaC03MDRxMTMgMCAyMiA5LjV0OCAyMi41bC0yMCAyNTZxLTEgMTMtMTEgMjIuNXQtMjMgOS41SDgyNHEtMTMgMC0yMy05LjVUNzkwIDI4OEw3NzAgMzJxLTEtMTMgOC0yMi41VDgwMCAwSDk2UTUwIDAgNTAgNzNxMCA1NCAyNiAxMTZsNDE3IDEwNDRxOCAxOSAyNiAzM3QzOCAxNGgzMzlxLTEzIDAtMjMtOS41dC0xMS0yMi41bC0xNS0xOTJxLTEtMTQgOC0yM3QyMi05aDE2NnExMyAwIDIyIDl0OCAyM2wtMTUgMTkycS0xIDEzLTExIDIyLjV0LTIzIDkuNWgzMzlxMjAgMCAzOC0xNHQyNi0zM2w0MTctMTA0NHEyNi02MiAyNi0xMTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImRvd25sb2FkX2FsdCIgdW5pY29kZT0i74CZIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTEyODAgMTkycTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0yNTYgMHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMTI4IDIyNFY5NnEwLTQwLTI4LTY4dC02OC0yOEg5NlE1NiAwIDI4IDI4VDAgOTZ2MzIwcTAgNDAgMjggNjh0NjggMjhoNDY1bDEzNS0xMzZxNTgtNTYgMTM2LTU2dDEzNiA1NmwxMzYgMTM2aDQ2NHE0MCAwIDY4LTI4dDI4LTY4em0tMzI1IDU2OXExNy00MS0xNC03MEw4NzcgNDY3cS0xOC0xOS00NS0xOXQtNDUgMTlMMzM5IDkxNXEtMzEgMjktMTQgNzAgMTcgMzkgNTkgMzloMjU2djQ0OHEwIDI2IDE5IDQ1dDQ1IDE5aDI1NnEyNiAwIDQ1LTE5dDE5LTQ1di00NDhoMjU2cTQyIDAgNTktMzl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImRvd25sb2FkIiB1bmljb2RlPSLvgJoiIGQ9Ik0xMTIwIDYwOHEwLTEyLTEwLTI0TDc5MSAyNjVxLTExLTktMjMtOXQtMjMgOUw0MjUgNTg1cS0xNSAxNi03IDM1IDggMjAgMzAgMjBoMTkydjM1MnEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjNWNjQwaDE5MnExNCAwIDIzLTl0OS0yM3ptLTM1MiA1NzZxLTE0OCAwLTI3My03M1QyOTcgOTEzdC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczIDI3MyA3MyAxOTggMTk4IDczIDI3My03MyAyNzMtMTk4IDE5OC0yNzMgNzN6bTc2OC01NDRxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVwbG9hZCIgdW5pY29kZT0i74CbIiBkPSJNMTExOCA2NjBxLTgtMjAtMzAtMjBIODk2VjI4OHEwLTE0LTktMjN0LTIzLTlINjcycS0xNCAwLTIzIDl0LTkgMjN2MzUySDQ0OHEtMTQgMC0yMyA5dC05IDIzcTAgMTIgMTAgMjRsMzE5IDMxOXExMSA5IDIzIDl0MjMtOWwzMjAtMzIwcTE1LTE2IDctMzV6bS0zNTAgNTI0cS0xNDggMC0yNzMtNzNUMjk3IDkxM3QtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzMtNzMgMjczLTE5OCAxOTgtMjczIDczem03NjgtNTQ0cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJpbmJveCIgdW5pY29kZT0i74CcIiBkPSJNMTAyMyA1NzZoMzE2cS0xIDMtMi41IDguNXQtMi41IDcuNWwtMjEyIDQ5Nkg0MTRMMjAyIDU5MnEtMS0zLTIuNS04LjVUMTk3IDU3NmgzMTZsOTUtMTkyaDMyMHptNTEzLTMwVjY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0UTM4IDAgMTkgMTlUMCA2NHY0ODJxMCA2MiAyNSAxMjNsMjM4IDU1MnExMCAyNSAzNi41IDQydDUyLjUgMTdoODMycTI2IDAgNTIuNS0xN3QzNi41LTQybDIzOC01NTJxMjUtNjEgMjUtMTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJwbGF5X2NpcmNsZSIgdW5pY29kZT0i74CdIiBkPSJNMTE4NCA2NDBxMC0zNy0zMi01NUw2MDggMjY1cS0xNS05LTMyLTktMTYgMC0zMiA4LTMyIDE5LTMyIDU2djY0MHEwIDM3IDMyIDU2IDMzIDE4IDY0LTFsNTQ0LTMyMHEzMi0xOCAzMi01NXptMTI4IDBxMCAxNDgtNzMgMjczdC0xOTggMTk4LTI3MyA3My0yNzMtNzMtMTk4LTE5OC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczIDI3MyA3MyAxOTggMTk4IDczIDI3M3ptMjI0IDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlcGVhdCIgdW5pY29kZT0i74CeIiBkPSJNMTUzNiAxMjgwVjgzMnEwLTI2LTE5LTQ1dC00NS0xOWgtNDQ4cS00MiAwLTU5IDQwLTE3IDM5IDE0IDY5bDEzOCAxMzhxLTE0OCAxMzctMzQ5IDEzNy0xMDQgMC0xOTguNS00MC41VDQwNiAxMDAyIDI5Ni41IDgzOC41IDI1NiA2NDB0NDAuNS0xOTguNVQ0MDYgMjc4dDE2My41LTEwOS41VDc2OCAxMjhxMTE5IDAgMjI1IDUydDE3OSAxNDdxNyAxMCAyMyAxMiAxNSAwIDI1LTlsMTM3LTEzOHE5LTggOS41LTIwLjVUMTM1OSAxNDlRMTI1MCAxNyAxMDk1LTU1LjVUNzY4LTEyOHEtMTU2IDAtMjk4IDYxVDIyNSA5NyA2MSAzNDIgMCA2NDB0NjEgMjk4IDE2NCAyNDUgMjQ1IDE2NCAyOTggNjFxMTQ3IDAgMjg0LjUtNTUuNVQxMjk3IDExOTZsMTMwIDEyOXEyOSAzMSA3MCAxNCAzOS0xNyAzOS01OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icmVmcmVzaCIgdW5pY29kZT0i74ChIiBkPSJNMTUxMSA0ODBxMC01LTEtNy02NC0yNjgtMjY4LTQzNC41VDc2NC0xMjhxLTE0NiAwLTI4Mi41IDU1VDIzOCA4NEwxMDktNDVROTAtNjQgNjQtNjRUMTktNDUgMCAwdjQ0OHEwIDI2IDE5IDQ1dDQ1IDE5aDQ0OHEyNiAwIDQ1LTE5dDE5LTQ1LTE5LTQ1TDQyMCAyNjZxNzEtNjYgMTYxLTEwMnQxODctMzZxMTM0IDAgMjUwIDY1dDE4NiAxNzlxMTEgMTcgNTMgMTE3IDggMjMgMzAgMjNoMTkycTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTI1IDgwMFY4MzJxMC0yNi0xOS00NXQtNDUtMTloLTQ0OHEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDVsMTM4IDEzOHEtMTQ4IDEzNy0zNDkgMTM3LTEzNCAwLTI1MC02NVQzMzIgOTA4cS0xMS0xNy01My0xMTctOC0yMy0zMC0yM0g1MHEtMTMgMC0yMi41IDkuNVQxOCA4MDB2N3E2NSAyNjggMjcwIDQzNC41VDc2OCAxNDA4cTE0NiAwIDI4NC01NS41dDI0NS0xNTYuNWwxMzAgMTI5cTE5IDE5IDQ1IDE5dDQ1LTE5IDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsaXN0X2FsdCIgdW5pY29kZT0i74CiIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTM4NCAzNTJ2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDI1NmgtNjRxLTEzIDAtMjIuNSA5LjVUMjU2IDI4OHY2NHEwIDEzIDkuNSAyMi41VDI4OCAzODRoNjRxMTMgMCAyMi41LTkuNVQzODQgMzUyem0wIDI1NnYtNjRxMC0xMy05LjUtMjIuNVQzNTIgNTEyaC02NHEtMTMgMC0yMi41IDkuNVQyNTYgNTQ0djY0cTAgMTMgOS41IDIyLjVUMjg4IDY0MGg2NHExMyAwIDIyLjUtOS41VDM4NCA2MDh6bTAgMjU2di02NHEwLTEzLTkuNS0yMi41VDM1MiA3NjhoLTY0cS0xMyAwLTIyLjUgOS41VDI1NiA4MDB2NjRxMCAxMyA5LjUgMjIuNVQyODggODk2aDY0cTEzIDAgMjIuNS05LjVUMzg0IDg2NHptMTE1Mi01MTJ2LTY0cTAtMTMtOS41LTIyLjVUMTUwNCAyNTZINTQ0cS0xMyAwLTIyLjUgOS41VDUxMiAyODh2NjRxMCAxMyA5LjUgMjIuNVQ1NDQgMzg0aDk2MHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0wIDI1NnYtNjRxMC0xMy05LjUtMjIuNVQxNTA0IDUxMkg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDU0NHY2NHEwIDEzIDkuNSAyMi41VDU0NCA2NDBoOTYwcTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMjU2di02NHEwLTEzLTkuNS0yMi41VDE1MDQgNzY4SDU0NHEtMTMgMC0yMi41IDkuNVQ1MTIgODAwdjY0cTAgMTMgOS41IDIyLjVUNTQ0IDg5Nmg5NjBxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMTI4LTcwNHY4MzJxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCA5OTJWMTYwcTAtMTMgOS41LTIyLjVUMTYwIDEyOGgxNDcycTEzIDAgMjIuNSA5LjV0OS41IDIyLjV6bTEyOCAxMDg4VjE2MHEwLTY2LTQ3LTExM1QxNjMyIDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2MTA4OHEwIDY2IDQ3IDExM3QxMTMgNDdoMTQ3MnE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImxvY2siIHVuaWNvZGU9Iu+AoyIgaG9yaXotYWR2LXg9IjExNTIiIGQ9Ik0zMjAgNzY4aDUxMnYxOTJxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MVY3Njh6bTgzMi05NlY5NnEwLTQwLTI4LTY4dC02OC0yOEg5NlE1NiAwIDI4IDI4VDAgOTZ2NTc2cTAgNDAgMjggNjh0NjggMjhoMzJ2MTkycTAgMTg0IDEzMiAzMTZ0MzE2IDEzMiAzMTYtMTMyIDEzMi0zMTZWNzY4aDMycTQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZsYWciIHVuaWNvZGU9Iu+ApCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zMjAgMTI4MHEwLTcyLTY0LTExMFYtOTZxMC0xMy05LjUtMjIuNVQyMjQtMTI4aC02NHEtMTMgMC0yMi41IDkuNVQxMjgtOTZ2MTI2NnEtNjQgMzgtNjQgMTEwIDAgNTMgMzcuNSA5MC41VDE5MiAxNDA4dDkwLjUtMzcuNVQzMjAgMTI4MHptMTQ3Mi02NFY0NTNxMC0yNS0xMi41LTM4LjVUMTc0MCAzODdxLTIxNS0xMTYtMzY5LTExNi02MSAwLTEyMy41IDIyVDExMzkgMzQxdC0xMTUuNSA0OFQ4ODEgNDExcS0xOTIgMC00NjQtMTQ2LTE3LTktMzMtOS0yNiAwLTQ1IDE5dC0xOSA0NXY3NDJxMCAzMiAzMSA1NSAyMSAxNCA3OSA0MyAyMzYgMTIwIDQyMSAxMjAgMTA3IDAgMjAwLTI5dDIxOS04OHEzOC0xOSA4OC0xOSA1NCAwIDExNy41IDIxdDExMCA0NyA4OCA0NyA1NC41IDIxcTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhlYWRwaG9uZXMiIHVuaWNvZGU9Iu+ApSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjY0IDY1MHEwLTE2Ni02MC0zMTRsLTIwLTQ5LTE4NS0zM3EtMjItODMtOTAuNS0xMzYuNVQxMTUyIDY0VjMycTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y1NzZxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjN2LTMycTcxIDAgMTMwLTM1LjV0OTMtOTUuNWw2OCAxMnEyOSA5NSAyOSAxOTMgMCAxNDgtODggMjc5dC0yMzYuNSAyMDktMzE1LjUgNzgtMzE1LjUtNzhUMjgwIDkyOXQtODgtMjc5cTAtOTggMjktMTkzbDY4LTEycTM0IDYwIDkzIDk1LjVUNTEyIDU3NnYzMnEwIDE0IDkgMjN0MjMgOWg2NHExNCAwIDIzLTl0OS0yM1YzMnEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MzJxLTg4IDAtMTU2LjUgNTMuNVQyNjUgMjU0TDgwIDI4N2wtMjAgNDlRMCA0ODQgMCA2NTBxMCAxNTEgNjcgMjkxdDE3OSAyNDIuNVQ1MTIgMTM0N3QzMjAgNjEgMzIwLTYxIDI2Ni0xNjMuNVQxNTk3IDk0MXQ2Ny0yOTF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InZvbHVtZV9vZmYiIHVuaWNvZGU9Iu+ApiIgaG9yaXotYWR2LXg9Ijc2OCIgZD0iTTc2OCAxMTg0Vjk2cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDMyNiAzODRINjRxLTI2IDAtNDUgMTlUMCA0NDh2Mzg0cTAgMjYgMTkgNDV0NDUgMTloMjYybDMzMyAzMzNxMTkgMTkgNDUgMTl0NDUtMTkgMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InZvbHVtZV9kb3duIiB1bmljb2RlPSLvgKciIGhvcml6LWFkdi14PSIxMTUyIiBkPSJNNzY4IDExODRWOTZxMC0yNi0xOS00NXQtNDUtMTktNDUgMTlMMzI2IDM4NEg2NHEtMjYgMC00NSAxOVQwIDQ0OHYzODRxMCAyNiAxOSA0NXQ0NSAxOWgyNjJsMzMzIDMzM3ExOSAxOSA0NSAxOXQ0NS0xOSAxOS00NXptMzg0LTU0NHEwLTc2LTQyLjUtMTQxLjVUOTk3IDQwNXEtMTAtNS0yNS01LTI2IDAtNDUgMTguNVQ5MDggNDY0cTAgMjEgMTIgMzUuNXQyOSAyNSAzNCAyMyAyOSAzNiAxMiA1Ni41LTEyIDU2LjUtMjkgMzYtMzQgMjMtMjkgMjUtMTIgMzUuNXEwIDI3IDE5IDQ1LjV0NDUgMTguNXExNSAwIDI1LTUgNzAtMjcgMTEyLjUtOTN0NDIuNS0xNDJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InZvbHVtZV91cCIgdW5pY29kZT0i74CoIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTc2OCAxMTg0Vjk2cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDMyNiAzODRINjRxLTI2IDAtNDUgMTlUMCA0NDh2Mzg0cTAgMjYgMTkgNDV0NDUgMTloMjYybDMzMyAzMzNxMTkgMTkgNDUgMTl0NDUtMTkgMTktNDV6bTM4NC01NDRxMC03Ni00Mi41LTE0MS41VDk5NyA0MDVxLTEwLTUtMjUtNS0yNiAwLTQ1IDE4LjVUOTA4IDQ2NHEwIDIxIDEyIDM1LjV0MjkgMjUgMzQgMjMgMjkgMzYgMTIgNTYuNS0xMiA1Ni41LTI5IDM2LTM0IDIzLTI5IDI1LTEyIDM1LjVxMCAyNyAxOSA0NS41dDQ1IDE4LjVxMTUgMCAyNS01IDcwLTI3IDExMi41LTkzdDQyLjUtMTQyem0yNTYgMHEwLTE1My04NS0yODIuNVQxMDk4IDE2OXEtMTMtNS0yNS01LTI3IDAtNDYgMTl0LTE5IDQ1cTAgMzkgMzkgNTkgNTYgMjkgNzYgNDQgNzQgNTQgMTE1LjUgMTM1LjVUMTI4MCA2NDB0LTQxLjUgMTczLjVUMTEyMyA5NDlxLTIwIDE1LTc2IDQ0LTM5IDIwLTM5IDU5IDAgMjYgMTkgNDV0NDUgMTlxMTMgMCAyNi01IDE0MC01OSAyMjUtMTg4LjV0ODUtMjgyLjV6bTI1NiAwcTAtMjMwLTEyNy00MjIuNVQxMTk5LTY2cS0xMy01LTI2LTUtMjYgMC00NSAxOXQtMTkgNDVxMCAzNiAzOSA1OSA3IDQgMjIuNSAxMC41VDExOTMgNzNxNDYgMjUgODIgNTEgMTIzIDkxIDE5MiAyMjd0NjkgMjg5LTY5IDI4OS0xOTIgMjI3cS0zNiAyNi04MiA1MS03IDQtMjIuNSAxMC41VDExNDggMTIyOHEtMzkgMjMtMzkgNTkgMCAyNiAxOSA0NXQ0NSAxOXExMyAwIDI2LTUgMjExLTkxIDMzOC0yODMuNVQxNjY0IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icXJjb2RlIiB1bmljb2RlPSLvgKkiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMzg0IDM4NFYyNTZIMjU2djEyOGgxMjh6bTAgNzY4di0xMjhIMjU2djEyOGgxMjh6bTc2OCAwdi0xMjhoLTEyOHYxMjhoMTI4ek0xMjggMTI5aDM4NHYzODNIMTI4VjEyOXptMCA3NjdoMzg0djM4NEgxMjhWODk2em03NjggMGgzODR2Mzg0SDg5NlY4OTZ6TTY0MCA2NDBWMEgwdjY0MGg2NDB6bTUxMi01MTJWMGgtMTI4djEyOGgxMjh6bTI1NiAwVjBoLTEyOHYxMjhoMTI4em0wIDUxMlYyNTZoLTM4NHYxMjhIODk2VjBINzY4djY0MGgzODRWNTEyaDEyOHYxMjhoMTI4em0tNzY4IDc2OFY3NjhIMHY2NDBoNjQwem03NjggMFY3NjhINzY4djY0MGg2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJhcmNvZGUiIHVuaWNvZGU9Iu+AqiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02MyAwSDB2MTQwOGg2M1Ywem02MyAxSDk0djE0MDdoMzJWMXptOTQgMGgtMzF2MTQwN2gzMVYxem0xNTcgMGgtMzF2MTQwN2gzMVYxem0xNTcgMGgtNjJ2MTQwN2g2MlYxem0xMjYgMGgtMzF2MTQwN2gzMVYxem02MyAwaC0zMXYxNDA3aDMxVjF6bTYzIDBoLTMxdjE0MDdoMzFWMXptMTU3IDBoLTYzdjE0MDdoNjNWMXptMTU3IDBoLTYzdjE0MDdoNjNWMXptMTI2IDBoLTYzdjE0MDdoNjNWMXptMTI2IDBoLTYzdjE0MDdoNjNWMXptOTQgMGgtNjN2MTQwN2g2M1Yxem0xODkgMGgtOTR2MTQwN2g5NFYxem02MyAwaC0zMnYxNDA3aDMyVjF6bTk0LTFoLTYzdjE0MDhoNjNWMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGFnIiB1bmljb2RlPSLvgKsiIGQ9Ik00NDggMTA4OHEwIDUzLTM3LjUgOTAuNVQzMjAgMTIxNnQtOTAuNS0zNy41VDE5MiAxMDg4dDM3LjUtOTAuNVQzMjAgOTYwdDkwLjUgMzcuNVQ0NDggMTA4OHptMTA2Ny01NzZxMC01My0zNy05MEw5ODctNzBxLTM5LTM3LTkxLTM3LTUzIDAtOTAgMzdMOTEgNjQ2cS0zOCAzNy02NC41IDEwMVQwIDg2NHY0MTZxMCA1MiAzOCA5MHQ5MCAzOGg0MTZxNTMgMCAxMTctMjYuNXQxMDItNjQuNWw3MTUtNzE0cTM3LTM5IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0YWdzIiB1bmljb2RlPSLvgKwiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNNDQ4IDEwODhxMCA1My0zNy41IDkwLjVUMzIwIDEyMTZ0LTkwLjUtMzcuNVQxOTIgMTA4OHQzNy41LTkwLjVUMzIwIDk2MHQ5MC41IDM3LjVUNDQ4IDEwODh6bTEwNjctNTc2cTAtNTMtMzctOTBMOTg3LTcwcS0zOS0zNy05MS0zNy01MyAwLTkwIDM3TDkxIDY0NnEtMzggMzctNjQuNSAxMDFUMCA4NjR2NDE2cTAgNTIgMzggOTB0OTAgMzhoNDE2cTUzIDAgMTE3LTI2LjV0MTAyLTY0LjVsNzE1LTcxNHEzNy0zOSAzNy05MXptMzg0IDBxMC01My0zNy05MEwxMzcxLTcwcS0zOS0zNy05MS0zNy0zNiAwLTU5IDE0dC01MyA0NWw0NzAgNDcwcTM3IDM3IDM3IDkwIDAgNTItMzcgOTFsLTcxNSA3MTRxLTM4IDM4LTEwMiA2NC41VDcwNCAxNDA4aDIyNHE1MyAwIDExNy0yNi41dDEwMi02NC41bDcxNS03MTRxMzctMzkgMzctOTF6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJvb2siIHVuaWNvZGU9Iu+ArSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjM5IDEwNThxNDAtNTcgMTgtMTI5TDEzODIgMjNxLTE5LTY0LTc2LjUtMTA3LjVUMTE4My0xMjhIMjYwcS03NyAwLTE0OC41IDUzLjVUMTIgNTdxLTI0IDY3LTIgMTI3IDAgNCAzIDI3dDQgMzdxMSA4LTMgMjEuNVQxMSAyODlxMiAxMSA4IDIxdDE2LjUgMjMuNVQ1MiAzNTdxMjMgMzggNDUgOTEuNXQzMCA5MS41cTMgMTAgLjUgMzB0LS41IDI4cTMgMTEgMTcgMjh0MTcgMjNxMjEgMzYgNDIgOTJ0MjUgOTBxMSA5LTIuNSAzMnQuNSAyOHE0IDEzIDIyIDMwLjV0MjIgMjIuNXExOSAyNiA0Mi41IDg0LjVUMzQwIDExMjVxMSA4LTMgMjUuNXQtMiAyNi41cTIgOCA5IDE4dDE4IDIzIDE3IDIxcTggMTIgMTYuNSAzMC41dDE1IDM1IDE2IDM2IDE5LjUgMzIgMjYuNSAyMy41IDM2IDExLjUgNDcuNS01LjVsLTEtM3EzOCA5IDUxIDloNzYxcTc0IDAgMTE0LTU2dDE4LTEzMGwtMjc0LTkwNnEtMzYtMTE5LTcxLjUtMTUzLjVUMTAyNSAxMjhIMTU2cS0yNyAwLTM4LTE1LTExLTE2LTEtNDNRMTQxIDAgMjYxIDBoOTIzcTI5IDAgNTYgMTUuNXQzNSA0MS41bDMwMCA5ODdxNyAyMiA1IDU3IDM4LTE1IDU5LTQzem0tMTA2NC0ycS00LTEzIDItMjIuNXQyMC05LjVoNjA4cTEzIDAgMjUuNSA5LjV0MTYuNSAyMi41bDIxIDY0cTQgMTMtMiAyMi41dC0yMCA5LjVINjM4cS0xMyAwLTI1LjUtOS41VDU5NiAxMTIwem0tODMtMjU2cS00LTEzIDItMjIuNXQyMC05LjVoNjA4cTEzIDAgMjUuNSA5LjVUMTE2NCA4MDBsMjEgNjRxNCAxMy0yIDIyLjV0LTIwIDkuNUg1NTVxLTEzIDAtMjUuNS05LjVUNTEzIDg2NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYm9va21hcmsiIHVuaWNvZGU9Iu+AriIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTY0IDE0MDhxMjMgMCA0NC05IDMzLTEzIDUyLjUtNDF0MTkuNS02MlY3cTAtMzQtMTkuNS02MlQxMjA4LTk2cS0xOS04LTQ0LTgtNDggMC04MyAzMkw2NDAgMzUyIDE5OS03MnEtMzYtMzMtODMtMzMtMjMgMC00NCA5LTMzIDEzLTUyLjUgNDFUMCA3djEyODlxMCAzNCAxOS41IDYydDUyLjUgNDFxMjEgOSA0NCA5aDEwNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InByaW50IiB1bmljb2RlPSLvgK8iIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMzg0IDBoODk2djI1NkgzODRWMHptMCA2NDBoODk2djM4NGgtMTYwcS00MCAwLTY4IDI4dC0yOCA2OHYxNjBIMzg0VjY0MHptMTE1Mi02NHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMTI4IDBWMTYwcTAtMTMtOS41LTIyLjVUMTYzMiAxMjhoLTIyNFYtMzJxMC00MC0yOC02OHQtNjgtMjhIMzUycS00MCAwLTY4IDI4dC0yOCA2OHYxNjBIMzJxLTEzIDAtMjIuNSA5LjVUMCAxNjB2NDE2cTAgNzkgNTYuNSAxMzUuNVQxOTIgNzY4aDY0djU0NHEwIDQwIDI4IDY4dDY4IDI4aDY3MnE0MCAwIDg4LTIwdDc2LTQ4bDE1Mi0xNTJxMjgtMjggNDgtNzZ0MjAtODhWNzY4aDY0cTc5IDAgMTM1LjUtNTYuNVQxNjY0IDU3NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2FtZXJhIiB1bmljb2RlPSLvgLAiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNOTYwIDg2NHExMTkgMCAyMDMuNS04NC41VDEyNDggNTc2dC04NC41LTIwMy41VDk2MCAyODh0LTIwMy41IDg0LjVUNjcyIDU3NnQ4NC41IDIwMy41VDk2MCA4NjR6bTcwNCA0MTZxMTA2IDAgMTgxLTc1dDc1LTE4MVYxMjhxMC0xMDYtNzUtMTgxdC0xODEtNzVIMjU2cS0xMDYgMC0xODEgNzVUMCAxMjh2ODk2cTAgMTA2IDc1IDE4MXQxODEgNzVoMjI0bDUxIDEzNnExOSA0OSA2OS41IDg0LjVUNzA0IDE1MzZoNTEycTUzIDAgMTAzLjUtMzUuNXQ2OS41LTg0LjVsNTEtMTM2aDIyNHpNOTYwIDEyOHExODUgMCAzMTYuNSAxMzEuNVQxNDA4IDU3NnQtMTMxLjUgMzE2LjVUOTYwIDEwMjQgNjQzLjUgODkyLjUgNTEyIDU3NnQxMzEuNS0zMTYuNVQ5NjAgMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmb250IiB1bmljb2RlPSLvgLEiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNzI1IDk3N0w1NTUgNTI3cTMzIDAgMTM2LjUtMnQxNjAuNS0ycTE5IDAgNTcgMi04NyAyNTMtMTg0IDQ1MnpNMC0xMjhsMiA3OXEyMyA3IDU2IDEyLjVUMTE1LTI2dDQ5LjUgMTQuNSA0NC41IDI5VDI0MCA2OGwyMzcgNjE2IDI4MCA3MjRoMTI4cTgtMTQgMTEtMjFsMjA1LTQ4MHEzMy03OCAxMDYtMjU3LjVUMTMyMSAzNzVxMTUtMzQgNTgtMTQ0LjVUMTQ1MSA2MnEyMC00NSAzNS01NyAxOS0xNSA4OC0yOS41dDg0LTIwLjVxNi0zOCA2LTU3IDAtNS0uNS0xMy41dC0uNS0xMi41cS02MyAwLTE5MCA4dC0xOTEgOHEtNzYgMC0yMTUtN3QtMTc4LThxMCA0MyA0IDc4bDEzMSAyOHExIDAgMTIuNSAyLjVUMTA1Mi0xNXQxNC41IDQuNSAxNSA2LjUgMTEgOCA5IDExIDIuNSAxNHEwIDE2LTMxIDk2LjVUMTAwMSAzMDN0LTQyIDEwMGwtNDUwIDJxLTI2LTU4LTc2LjUtMTk1LjVUMzgyIDQ3cTAtMjIgMTQtMzcuNVQ0MzkuNS0xNSA0ODgtMjguNXQ1Ny04LjUgNDEtNHExLTE5IDEtNTggMC05LTItMjctNTggMC0xNzQuNSAxMFQyMzYtMTA2cS04IDAtMjYuNS00dC0yMS41LTRxLTgwLTE0LTE4OC0xNHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYm9sZCIgdW5pY29kZT0i74CyIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTU1NSAxNXE3NC0zMiAxNDAtMzIgMzc2IDAgMzc2IDMzNSAwIDExNC00MSAxODAtMjcgNDQtNjEuNSA3NFQ5MDEgNjE4LjV0LTgwLjUgMjUtODQgMTAuNS05NC41IDJxLTczIDAtMTAxLTEwIDAtNTMtLjUtMTU5dC0uNS0xNThxMC04LTEtNjcuNXQtLjUtOTYuNSA0LjUtODMuNVQ1NTUgMTV6bS0xNCA3NDZxNDItNyAxMDktNyA4MiAwIDE0MyAxM3QxMTAgNDQuNSA3NC41IDg5LjUgMjUuNSAxNDJxMCA3MC0yOSAxMjIuNXQtNzkgODItMTA4IDQzLjUtMTI0IDE0cS01MCAwLTEzMC0xMyAwLTUwIDQtMTUxdDQtMTUycTAtMjctLjUtODB0LS41LTc5cTAtNDYgMS02OXpNMC0xMjhsMiA5NHExNSA0IDg1IDE2VDE5MyA5cTcgMTIgMTIuNSAyN3Q4LjUgMzMuNSA1LjUgMzIuNSAzIDM3LjUuNSAzNFYyMzlxMCA5ODItMjIgMTAyNS00IDgtMjIgMTQuNXQtNDQuNSAxMS00OS41IDctNDguNSA0LjUtMzAuNSAzbC00IDgzcTk4IDIgMzQwIDExLjV0MzczIDkuNXEyMyAwIDY4LS41dDY4LS41cTcwIDAgMTM2LjUtMTN0MTI4LjUtNDIgMTA4LTcxIDc0LTEwNC41IDI4LTEzNy41cTAtNTItMTYuNS05NS41dC0zOS03MlQxMjA2IDgxNHQtNzMtNDUtODQtNDBxMTU0LTM1IDI1Ni41LTEzNFQxNDA4IDM0N3EwLTEwMC0zNS0xNzkuNVQxMjc5LjUgMzd0LTEzOC04NS41VDk3OC05N3QtMTc2LTE0cS00NCAwLTEzMiAzdC0xMzIgM3EtMTA2IDAtMzA3LTExVDAtMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJpdGFsaWMiIHVuaWNvZGU9Iu+AsyIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik0wLTEyNmwxNyA4NXEyMiA3IDYxLjUgMTYuNXQ3MiAxOVQyMTAgMThxMjggMzUgNDEgMTAxIDEgNyA2MiAyODl0MTE0IDU0My41IDUyIDI5Ni41djI1cS0yNCAxMy01NC41IDE4LjV0LTY5LjUgOC01OCA1LjVsMTkgMTAzcTMzLTIgMTIwLTYuNXQxNDkuNS03VDcwNiAxMzkycTQ4IDAgOTguNSAyLjV0MTIxIDcgOTguNSA2LjVxLTUtMzktMTktODktMzAtMTAtMTAxLjUtMjguNVQ3OTUgMTI1N3EtOC0xOS0xNC00Mi41dC05LTQwLTcuNS00NS41LTYuNS00MnEtMjctMTQ4LTg3LjUtNDE5LjVUNTkzIDMxMnEtMi05LTEzLTU4dC0yMC05MC0xNi04My41LTYtNTcuNWwxLTE4cTE3LTQgMTg1LTMxLTMtNDQtMTYtOTktMTEgMC0zMi41LTEuNVQ2NDMtMTI4cS0yOSAwLTg3IDEwdC04NiAxMHEtMTM4IDItMjA2IDItNTEgMC0xNDMtOVQwLTEyNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGV4dF9oZWlnaHQiIHVuaWNvZGU9Iu+AtCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzQ0IDEyOHEzMyAwIDQyLTE4LjVUMTc3NSA2NUwxNjQ5LTk3cS0yMC0yNi00OS0yNnQtNDkgMjZMMTQyNSA2NXEtMjAgMjYtMTEgNDQuNXQ0MiAxOC41aDgwdjEwMjRoLTgwcS0zMyAwLTQyIDE4LjV0MTEgNDQuNWwxMjYgMTYycTIwIDI2IDQ5IDI2dDQ5LTI2bDEyNi0xNjJxMjAtMjYgMTEtNDQuNXQtNDItMTguNWgtODBWMTI4aDgwek04MSAxNDA3bDU0LTI3cTEyLTUgMjExLTUgNDQgMCAxMzIgMnQxMzIgMnEzNiAwIDEwNy41LS41dDEwNy41LS41aDI5M3E2IDAgMjEtLjV0MjAuNSAwIDE2IDMgMTcuNSA5IDE1IDE3LjVsNDIgMXE0IDAgMTQtLjV0MTQtLjVxMi0xMTIgMi0zMzYgMC04MC01LTEwOS0zOS0xNC02OC0xOC0yNSA0NC01NCAxMjgtMyA5LTExIDQ4dC0xNC41IDczLjUtNy41IDM1LjVxLTYgOC0xMiAxMi41dC0xNS41IDYtMTMgMi41LTE4IC41LTE2LjUtLjVxLTE3IDAtNjYuNS41dC03NC41LjUtNjQtMi03MS02cS05LTgxLTgtMTM2IDAtOTQgMi0zODh0Mi00NTVxMC0xNi0yLjUtNzEuNXQwLTkxLjVUNzc1IDMycTQwLTIxIDEyNC00Mi41VDEwMTktNDhxNS00MCA1LTUwIDAtMTQtMy0yOWwtMzQtMXEtNzYtMi0yMTggOHQtMjA3IDEwcS01MCAwLTE1MS05dC0xNTItOXEtMyA1MS0zIDUydjlxMTcgMjcgNjEuNSA0M1Q0MTYgNXQ3OCAyN3ExOSA0MiAxOSAzODMgMCAxMDEtMyAzMDN0LTMgMzAzdjExN3EwIDIgLjUgMTUuNXQuNSAyNS0xIDI1LjUtMyAyNC01IDE0cS0xMSAxMi0xNjIgMTItMzMgMC05My0xMnQtODAtMjZxLTE5LTEzLTM0LTcyLjV0LTMxLjUtMTExVDU2IDk3OXEtNDIgMjYtNTYgNDR2MzgzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0X3dpZHRoIiB1bmljb2RlPSLvgLUiIGQ9Ik04MSAxNDA3bDU0LTI3cTEyLTUgMjExLTUgNDQgMCAxMzIgMnQxMzIgMnE3MCAwIDI0Ni41IDF0MzA0LjUuNSAyNDctNC41cTMzLTEgNTYgMzFsNDIgMXE0IDAgMTQtLjV0MTQtLjVxMi0xMTIgMi0zMzYgMC04MC01LTEwOS0zOS0xNC02OC0xOC0yNSA0NC01NCAxMjgtMyA5LTExIDQ3LjV0LTE1IDczLjUtNyAzNnEtMTAgMTMtMjcgMTktNSAyLTY2IDItMzAgMC05MyAxdC0xMDMgMS05NC0yLTk2LTdxLTktODEtOC0xMzZsMS0xNTJ2NTJxMC01NSAxLTE1NHQxLjUtMTgwIC41LTE1M3EwLTE2LTIuNS03MS41dDAtOTEuNSAxMi41LTY5cTQwLTIxIDEyNC00Mi41dDEyMC0zNy41cTUtNDAgNS01MCAwLTE0LTMtMjlsLTM0LTFxLTc2LTItMjE4IDh0LTIwNyAxMHEtNTAgMC0xNTEtOXQtMTUyLTlxLTMgNTEtMyA1MnY5cTE3IDI3IDYxLjUgNDN0OTguNSAyOSA3OCAyN3E3IDE2IDExLjUgNzR0NiAxNDUuNSAxLjUgMTU1LS41IDE1My41LS41IDg5cTAgNy0yLjUgMjEuNVQ2MzUgOTQ5cTAgNyAuNSA0NHQxIDczIDAgNzYuNS0zIDY3LjUtNi41IDMycS0xMSAxMi0xNjIgMTItNDEgMC0xNjMtMTMuNVQxNjQgMTIxNnEtMTktMTItMzQtNzEuNVQ5OC41IDEwMzMgNTYgOTc5cS00MiAyNi01NiA0NHYzODN6TTEzMTAgMTI1cTEyIDAgNDItMTkuNXQ1Ny41LTQxLjUgNTkuNS00OSAzNi0zMHEyNi0yMSAyNi00OXQtMjYtNDlxLTQtMy0zNi0zMHQtNTkuNS00OS01Ny41LTQxLjUtNDItMTkuNXEtMTMgMC0yMC41IDEwLjV0LTEwIDI4LjUtMi41IDMzLjUgMS41IDMzIDEuNSAxOS41SDI1NnEwLTIgMS41LTE5LjV0MS41LTMzLTIuNS0zMy41LTEwLTI4LjVUMjI2LTI1M3EtMTIgMC00MiAxOS41VDEyNi41LTE5MiA2Ny0xNDN0LTM2IDMwUTUtOTIgNS02NHQyNiA0OXE0IDMgMzYgMzB0NTkuNSA0OSA1Ny41IDQxLjUgNDIgMTkuNXExMyAwIDIwLjUtMTAuNXQxMC0yOC41IDIuNS0zMy41LTEuNS0zM1QyNTYgMGgxMDI0cTAgMi0xLjUgMTkuNXQtMS41IDMzIDIuNSAzMy41IDEwIDI4LjVUMTMxMCAxMjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFsaWduX2xlZnQiIHVuaWNvZGU9Iu+AtiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDE5MlY2NHEwLTI2LTE5LTQ1dC00NS0xOUg2NFEzOCAwIDE5IDE5VDAgNjR2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1em0tMzg0IDM4NFY0NDhxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMCA0NDh2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTI4MHEyNiAwIDQ1LTE5dDE5LTQ1em0yNTYgMzg0VjgzMnEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwIDgzMnYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNTM2cTI2IDAgNDUtMTl0MTktNDV6bS0zODQgMzg0di0xMjhxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTl0LTE5IDQ1djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDExNTJxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYWxpZ25fY2VudGVyIiB1bmljb2RlPSLvgLciIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiAxOTJWNjRxMC0yNi0xOS00NXQtNDUtMTlINjRRMzggMCAxOSAxOVQwIDY0djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDE2NjRxMjYgMCA0NS0xOXQxOS00NXptLTM4NCAzODRWNDQ4cTAtMjYtMTktNDV0LTQ1LTE5SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloODk2cTI2IDAgNDUtMTl0MTktNDV6bTI1NiAzODRWODMycTAtMjYtMTktNDV0LTQ1LTE5SDE5MnEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTQwOHEyNiAwIDQ1LTE5dDE5LTQ1em0tMzg0IDM4NHYtMTI4cTAtMjYtMTktNDV0LTQ1LTE5SDU3NnEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloNjQwcTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFsaWduX3JpZ2h0IiB1bmljb2RlPSLvgLgiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiAxOTJWNjRxMC0yNi0xOS00NXQtNDUtMTlINjRRMzggMCAxOSAxOVQwIDY0djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDE2NjRxMjYgMCA0NS0xOXQxOS00NXptMCAzODRWNDQ4cTAtMjYtMTktNDV0LTQ1LTE5SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTI4MHEyNiAwIDQ1LTE5dDE5LTQ1em0wIDM4NFY4MzJxMC0yNi0xOS00NXQtNDUtMTlIMTkycS0yNiAwLTQ1IDE5dC0xOSA0NXYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNTM2cTI2IDAgNDUtMTl0MTktNDV6bTAgMzg0di0xMjhxMC0yNi0xOS00NXQtNDUtMTlINTc2cS0yNiAwLTQ1IDE5dC0xOSA0NXYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxMTUycTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFsaWduX2p1c3RpZnkiIHVuaWNvZGU9Iu+AuSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDE5MlY2NHEwLTI2LTE5LTQ1dC00NS0xOUg2NFEzOCAwIDE5IDE5VDAgNjR2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1em0wIDM4NFY0NDhxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMCA0NDh2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1em0wIDM4NFY4MzJxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMCA4MzJ2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1em0wIDM4NHYtMTI4cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5dC0xOSA0NXYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNjY0cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Imxpc3QiIHVuaWNvZGU9Iu+AuiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yNTYgMjI0VjMycTAtMTMtOS41LTIyLjVUMjI0IDBIMzJRMTkgMCA5LjUgOS41VDAgMzJ2MTkycTAgMTMgOS41IDIyLjVUMzIgMjU2aDE5MnExMyAwIDIyLjUtOS41VDI1NiAyMjR6bTAgMzg0VjQxNnEwLTEzLTkuNS0yMi41VDIyNCAzODRIMzJxLTEzIDAtMjIuNSA5LjVUMCA0MTZ2MTkycTAgMTMgOS41IDIyLjVUMzIgNjQwaDE5MnExMyAwIDIyLjUtOS41VDI1NiA2MDh6bTAgMzg0VjgwMHEwLTEzLTkuNS0yMi41VDIyNCA3NjhIMzJxLTEzIDAtMjIuNSA5LjVUMCA4MDB2MTkycTAgMTMgOS41IDIyLjVUMzIgMTAyNGgxOTJxMTMgMCAyMi41LTkuNVQyNTYgOTkyem0xNTM2LTc2OFYzMnEwLTEzLTkuNS0yMi41VDE3NjAgMEg0MTZxLTEzIDAtMjIuNSA5LjVUMzg0IDMydjE5MnEwIDEzIDkuNSAyMi41VDQxNiAyNTZoMTM0NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek0yNTYgMTM3NnYtMTkycTAtMTMtOS41LTIyLjVUMjI0IDExNTJIMzJxLTEzIDAtMjIuNSA5LjVUMCAxMTg0djE5MnEwIDEzIDkuNSAyMi41VDMyIDE0MDhoMTkycTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTE1MzYtNzY4VjQxNnEwLTEzLTkuNS0yMi41VDE3NjAgMzg0SDQxNnEtMTMgMC0yMi41IDkuNVQzODQgNDE2djE5MnEwIDEzIDkuNSAyMi41VDQxNiA2NDBoMTM0NHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0wIDM4NFY4MDBxMC0xMy05LjUtMjIuNVQxNzYwIDc2OEg0MTZxLTEzIDAtMjIuNSA5LjVUMzg0IDgwMHYxOTJxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWgxMzQ0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMzg0di0xOTJxMC0xMy05LjUtMjIuNXQtMjIuNS05LjVINDE2cS0xMyAwLTIyLjUgOS41VDM4NCAxMTg0djE5MnEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDEzNDRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaW5kZW50X2xlZnQiIHVuaWNvZGU9Iu+AuyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zODQgOTkyVjQxNnEwLTEzLTkuNS0yMi41VDM1MiAzODRxLTE0IDAtMjMgOUw0MSA2ODFxLTkgOS05IDIzdDkgMjNsMjg4IDI4OHE5IDkgMjMgOSAxMyAwIDIyLjUtOS41VDM4NCA5OTJ6bTE0MDgtNzY4VjMycTAtMTMtOS41LTIyLjVUMTc2MCAwSDMyUTE5IDAgOS41IDkuNVQwIDMydjE5MnEwIDEzIDkuNSAyMi41VDMyIDI1NmgxNzI4cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMzg0VjQxNnEwLTEzLTkuNS0yMi41VDE3NjAgMzg0SDY3MnEtMTMgMC0yMi41IDkuNVQ2NDAgNDE2djE5MnEwIDEzIDkuNSAyMi41VDY3MiA2NDBoMTA4OHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0wIDM4NFY4MDBxMC0xMy05LjUtMjIuNVQxNzYwIDc2OEg2NzJxLTEzIDAtMjIuNSA5LjVUNjQwIDgwMHYxOTJxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWgxMDg4cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMzg0di0xOTJxMC0xMy05LjUtMjIuNXQtMjIuNS05LjVIMzJxLTEzIDAtMjIuNSA5LjVUMCAxMTg0djE5MnEwIDEzIDkuNSAyMi41VDMyIDE0MDhoMTcyOHExMyAwIDIyLjUtOS41dDkuNS0yMi41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJpbmRlbnRfcmlnaHQiIHVuaWNvZGU9Iu+AvCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zNTIgNzA0cTAtMTQtOS0yM0w1NSAzOTNxLTktOS0yMy05LTEzIDAtMjIuNSA5LjVUMCA0MTZ2NTc2cTAgMTMgOS41IDIyLjVUMzIgMTAyNHExNCAwIDIzLTlsMjg4LTI4OHE5LTkgOS0yM3ptMTQ0MC00ODBWMzJxMC0xMy05LjUtMjIuNVQxNzYwIDBIMzJRMTkgMCA5LjUgOS41VDAgMzJ2MTkycTAgMTMgOS41IDIyLjVUMzIgMjU2aDE3MjhxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMCAzODRWNDE2cTAtMTMtOS41LTIyLjVUMTc2MCAzODRINjcycS0xMyAwLTIyLjUgOS41VDY0MCA0MTZ2MTkycTAgMTMgOS41IDIyLjVUNjcyIDY0MGgxMDg4cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMzg0VjgwMHEwLTEzLTkuNS0yMi41VDE3NjAgNzY4SDY3MnEtMTMgMC0yMi41IDkuNVQ2NDAgODAwdjE5MnEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDEwODhxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMCAzODR2LTE5MnEwLTEzLTkuNS0yMi41dC0yMi41LTkuNUgzMnEtMTMgMC0yMi41IDkuNVQwIDExODR2MTkycTAgMTMgOS41IDIyLjVUMzIgMTQwOGgxNzI4cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZhY2V0aW1lX3ZpZGVvIiB1bmljb2RlPSLvgL0iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiAxMTg0Vjk2cTAtNDItMzktNTktMTMtNS0yNS01LTI3IDAtNDUgMTlsLTQwMyA0MDNWMjg4cTAtMTE5LTg0LjUtMjAzLjVUOTkyIDBIMjg4UTE2OSAwIDg0LjUgODQuNVQwIDI4OHY3MDRxMCAxMTkgODQuNSAyMDMuNVQyODggMTI4MGg3MDRxMTE5IDAgMjAzLjUtODQuNVQxMjgwIDk5MlY4MjdsNDAzIDQwMnExOCAxOSA0NSAxOSAxMiAwIDI1LTUgMzktMTcgMzktNTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBpY3R1cmUiIHVuaWNvZGU9Iu+AviIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik02NDAgOTYwcTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTEwMjQtMzg0VjEyOEgyNTZ2MTkybDMyMCAzMjAgMTYwLTE2MCA1MTIgNTEyem05NiA3MDRIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMjQ4VjMycTAtMTMgOS41LTIyLjVUMTYwIDBoMTYwMHExMyAwIDIyLjUgOS41VDE3OTIgMzJ2MTIxNnEwIDEzLTkuNSAyMi41dC0yMi41IDkuNXptMTYwLTMyVjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjEyMTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDE2MDBxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJwZW5jaWwiIHVuaWNvZGU9Iu+BgCIgZD0iTTM2MyAwbDkxIDkxLTIzNSAyMzUtOTEtOTFWMTI4aDEyOFYwaDEwN3ptNTIzIDkyOHEwIDIyLTIyIDIyLTEwIDAtMTctN0wzMDUgNDAxcS03LTctNy0xNyAwLTIyIDIyLTIyIDEwIDAgMTcgN2w1NDIgNTQycTcgNyA3IDE3em0tNTQgMTkybDQxNi00MTYtODMyLTgzMkgwdjQxNnptNjgzLTk2cTAtNTMtMzctOTBsLTE2Ni0xNjYtNDE2IDQxNiAxNjYgMTY1cTM2IDM4IDkwIDM4IDUzIDAgOTEtMzhsMjM1LTIzNHEzNy0zOSAzNy05MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWFwX21hcmtlciIgdW5pY29kZT0i74GBIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTc2OCA4OTZxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MSA3NS0xODEgMTgxLTc1IDE4MSA3NSA3NSAxODF6bTI1NiAwcTAtMTA5LTMzLTE3OUw2MjctNTdxLTE2LTMzLTQ3LjUtNTJUNTEyLTEyOHQtNjcuNSAxOVQzOTgtNTdMMzMgNzE3UTAgNzg3IDAgODk2cTAgMjEyIDE1MCAzNjJ0MzYyIDE1MCAzNjItMTUwIDE1MC0zNjJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFkanVzdCIgdW5pY29kZT0i74GCIiBkPSJNNzY4IDk2djEwODhxLTE0OCAwLTI3My03M1QyOTcgOTEzdC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczem03NjggNTQ0cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aW50IiB1bmljb2RlPSLvgYMiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNNTEyIDM4NHEwIDM2LTIwIDY5LTEgMS0xNS41IDIyLjV0LTI1LjUgMzgtMjUgNDQtMjEgNTAuNXEtNCAxNi0yMSAxNnQtMjEtMTZxLTctMjMtMjEtNTAuNXQtMjUtNDQtMjUuNS0zOFQyNzYgNDUzcS0yMC0zMy0yMC02OSAwLTUzIDM3LjUtOTAuNVQzODQgMjU2dDkwLjUgMzcuNVQ1MTIgMzg0em01MTIgMTI4cTAtMjEyLTE1MC0zNjJUNTEyIDAgMTUwIDE1MCAwIDUxMnEwIDE0NSA4MSAyNzUgNiA5IDYyLjUgOTAuNXQxMDEgMTUxIDk5LjUgMTc4IDgzIDIwMS41cTkgMzAgMzQgNDd0NTEgMTcgNTEuNS0xNyAzMy41LTQ3cTI4LTkzIDgzLTIwMS41dDk5LjUtMTc4IDEwMS0xNTFUOTQzIDc4N3E4MS0xMjcgODEtMjc1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJlZGl0IiB1bmljb2RlPSLvgYQiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODg4IDM1MmwxMTYgMTE2LTE1MiAxNTItMTE2LTExNnYtNTZoOTZ2LTk2aDU2em00NDAgNzIwcS0xNiAxNi0zMy0xTDk0NSA3MjFxLTE3LTE3LTEtMzN0MzMgMWwzNTAgMzUwcTE3IDE3IDEgMzN6bTgwLTU5NFYyODhxMC0xMTktODQuNS0yMDMuNVQxMTIwIDBIMjg4UTE2OSAwIDg0LjUgODQuNVQwIDI4OHY4MzJxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg4MzJxNjMgMCAxMTctMjUgMTUtNyAxOC0yMyAzLTE3LTktMjlsLTQ5LTQ5cS0xNC0xNC0zMi04LTIzIDYtNDUgNkgyODhxLTY2IDAtMTEzLTQ3dC00Ny0xMTNWMjg4cTAtNjYgNDctMTEzdDExMy00N2g4MzJxNjYgMCAxMTMgNDd0NDcgMTEzdjEyNnEwIDEzIDkgMjJsNjQgNjRxMTUgMTUgMzUgN3QyMC0yOXptLTk2IDczOGwyODgtMjg4LTY3Mi02NzJINjQwdjI4OHptNDQ0LTEzMmwtOTItOTItMjg4IDI4OCA5MiA5MnEyOCAyOCA2OCAyOHQ2OC0yOGwxNTItMTUycTI4LTI4IDI4LTY4dC0yOC02OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic2hhcmUiIHVuaWNvZGU9Iu+BhSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNDA4IDU0N1YyODhxMC0xMTktODQuNS0yMDMuNVQxMTIwIDBIMjg4UTE2OSAwIDg0LjUgODQuNVQwIDI4OHY4MzJxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGgyNTVxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXEwLTI3LTI2LTMyLTc3LTI2LTEzMy02MC0xMC00LTE2LTRIMjg4cS02NiAwLTExMy00N3QtNDctMTEzVjI4OHEwLTY2IDQ3LTExM3QxMTMtNDdoODMycTY2IDAgMTEzIDQ3dDQ3IDExM3YyMTRxMCAxOSAxOCAyOSAyOCAxMyA1NCAzNyAxNiAxNiAzNSA4IDIxLTkgMjEtMjl6bTIzNyA0OTZsLTM4NC0zODRxLTE4LTE5LTQ1LTE5LTEyIDAtMjUgNS0zOSAxNy0zOSA1OXYxOTJIOTkycS0zMjMgMC00MzgtMTMxLTExOS0xMzctNzQtNDczIDMtMjMtMjAtMzQtOC0yLTEyLTItMTYgMC0yNiAxMy0xMCAxNC0yMSAzMXQtMzkuNSA2OC41VDMxMiA0Njh0LTM4LjUgMTE0VDI1NiA3MDRxMCA0OSAzLjUgOTF0MTQgOTAgMjggODggNDcgODEuNSA2OC41IDc0IDk0LjUgNjEuNSAxMjQuNSA0OC41IDE1OS41IDMwLjUgMTk2LjUgMTFoMTYwdjE5MnEwIDQyIDM5IDU5IDEzIDUgMjUgNSAyNiAwIDQ1LTE5bDM4NC0zODRxMTktMTkgMTktNDV0LTE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVjayIgdW5pY29kZT0i74GGIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE0MDggNjA2VjI4OHEwLTExOS04NC41LTIwMy41VDExMjAgMEgyODhRMTY5IDAgODQuNSA4NC41VDAgMjg4djgzMnEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDgzMnE2MyAwIDExNy0yNSAxNS03IDE4LTIzIDMtMTctOS0yOWwtNDktNDlxLTEwLTEwLTIzLTEwLTMgMC05IDItMjMgNi00NSA2SDI4OHEtNjYgMC0xMTMtNDd0LTQ3LTExM1YyODhxMC02NiA0Ny0xMTN0MTEzLTQ3aDgzMnE2NiAwIDExMyA0N3Q0NyAxMTN2MjU0cTAgMTMgOSAyMmw2NCA2NHExMCAxMCAyMyAxMCA2IDAgMTItMyAyMC04IDIwLTI5em0yMzEgNDg5TDgyNSAyODFxLTI0LTI0LTU3LTI0dC01NyAyNEwyODEgNzExcS0yNCAyNC0yNCA1N3QyNCA1N2wxMTAgMTEwcTI0IDI0IDU3IDI0dDU3LTI0bDI2My0yNjMgNjQ3IDY0N3EyNCAyNCA1NyAyNHQ1Ny0yNGwxMTAtMTEwcTI0LTI0IDI0LTU3dC0yNC01N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibW92ZSIgdW5pY29kZT0i74GHIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgNjQwcTAtMjYtMTktNDVsLTI1Ni0yNTZxLTE5LTE5LTQ1LTE5dC00NSAxOS0xOSA0NXYxMjhoLTM4NFYxMjhoMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDVMOTQxLTIzN3EtMTktMTktNDUtMTl0LTQ1IDE5TDU5NSAxOXEtMTkgMTktMTkgNDV0MTkgNDUgNDUgMTloMTI4djM4NEgzODRWMzg0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDE5IDU5NVEwIDYxNCAwIDY0MHQxOSA0NWwyNTYgMjU2cTE5IDE5IDQ1IDE5dDQ1LTE5IDE5LTQ1Vjc2OGgzODR2Mzg0SDY0MHEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDVsMjU2IDI1NnExOSAxOSA0NSAxOXQ0NS0xOWwyNTYtMjU2cTE5LTE5IDE5LTQ1dC0xOS00NS00NS0xOWgtMTI4Vjc2OGgzODR2MTI4cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTlsMjU2LTI1NnExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3RlcF9iYWNrd2FyZCIgdW5pY29kZT0i74GIIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTk3OSAxMzk1cTE5IDE5IDMyIDEzdDEzLTMyVi05NnEwLTI2LTEzLTMydC0zMiAxM0wyNjkgNTk1cS05IDktMTMgMTlWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtNjR2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDEyOHEyNiAwIDQ1LTE5dDE5LTQ1VjY2NnE0IDEwIDEzIDE5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmYXN0X2JhY2t3YXJkIiB1bmljb2RlPSLvgYkiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc0NyAxMzk1cTE5IDE5IDMyIDEzdDEzLTMyVi05NnEwLTI2LTEzLTMydC0zMiAxM2wtNzEwIDcxMHEtOSA5LTEzIDE5Vi05NnEwLTI2LTEzLTMydC0zMiAxM0wyNjkgNTk1cS05IDktMTMgMTlWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtNjR2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDEyOHEyNiAwIDQ1LTE5dDE5LTQ1VjY2NnE0IDEwIDEzIDE5bDcxMCA3MTBxMTkgMTkgMzIgMTN0MTMtMzJWNjY2cTQgMTAgMTMgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJhY2t3YXJkIiB1bmljb2RlPSLvgYoiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTYxOSAxMzk1cTE5IDE5IDMyIDEzdDEzLTMyVi05NnEwLTI2LTEzLTMydC0zMiAxM0w5MDkgNTk1cS05IDktMTMgMTlWLTk2cTAtMjYtMTMtMzJ0LTMyIDEzTDE0MSA1OTVxLTE5IDE5LTE5IDQ1dDE5IDQ1bDcxMCA3MTBxMTkgMTkgMzIgMTN0MTMtMzJWNjY2cTQgMTAgMTMgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBsYXkiIHVuaWNvZGU9Iu+BiyIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMzg0IDYwOUw1Ni0xMjlxLTIzLTEzLTM5LjUtM1QwLTk2djE0NzJxMCAyNiAxNi41IDM2dDM5LjUtM2wxMzI4LTczOHEyMy0xMyAyMy0zMXQtMjMtMzF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBhdXNlIiB1bmljb2RlPSLvgYwiIGQ9Ik0xNTM2IDEzNDRWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDk2MHEtMjYgMC00NSAxOXQtMTkgNDV2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDUxMnEyNiAwIDQ1LTE5dDE5LTQ1em0tODk2IDBWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtNjR2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDUxMnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdG9wIiB1bmljb2RlPSLvgY0iIGQ9Ik0xNTM2IDEzNDRWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtNjR2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDE0MDhxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZm9yd2FyZCIgdW5pY29kZT0i74GOIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTQ1LTExNXEtMTktMTktMzItMTNUMC05NnYxNDcycTAgMjYgMTMgMzJ0MzItMTNsNzEwLTcxMHE5LTkgMTMtMTl2NzEwcTAgMjYgMTMgMzJ0MzItMTNsNzEwLTcxMHExOS0xOSAxOS00NXQtMTktNDVMODEzLTExNXEtMTktMTktMzItMTN0LTEzIDMydjcxMHEtNC0xMC0xMy0xOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZmFzdF9mb3J3YXJkIiB1bmljb2RlPSLvgZAiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNDUtMTE1cS0xOS0xOS0zMi0xM1QwLTk2djE0NzJxMCAyNiAxMyAzMnQzMi0xM2w3MTAtNzEwcTktOSAxMy0xOXY3MTBxMCAyNiAxMyAzMnQzMi0xM2w3MTAtNzEwcTktOSAxMy0xOXY2NzhxMCAyNiAxOSA0NXQ0NSAxOWgxMjhxMjYgMCA0NS0xOXQxOS00NVYtNjRxMC0yNi0xOS00NXQtNDUtMTloLTEyOHEtMjYgMC00NSAxOXQtMTkgNDV2Njc4cS00LTEwLTEzLTE5TDgxMy0xMTVxLTE5LTE5LTMyLTEzdC0xMyAzMnY3MTBxLTQtMTAtMTMtMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN0ZXBfZm9yd2FyZCIgdW5pY29kZT0i74GRIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTQ1LTExNXEtMTktMTktMzItMTNUMC05NnYxNDcycTAgMjYgMTMgMzJ0MzItMTNsNzEwLTcxMHE5LTkgMTMtMTl2Njc4cTAgMjYgMTkgNDV0NDUgMTloMTI4cTI2IDAgNDUtMTl0MTktNDVWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDgzMnEtMjYgMC00NSAxOXQtMTkgNDV2Njc4cS00LTEwLTEzLTE5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJlamVjdCIgdW5pY29kZT0i74GSIiBob3Jpei1hZHYteD0iMTUzOCIgZD0iTTE0IDU1N2w3MTAgNzEwcTE5IDE5IDQ1IDE5dDQ1LTE5bDcxMC03MTBxMTktMTkgMTMtMzJ0LTMyLTEzSDMzcS0yNiAwLTMyIDEzdDEzIDMyek0xNDczIDBINjVRMzkgMCAyMCAxOVQxIDY0djI1NnEwIDI2IDE5IDQ1dDQ1IDE5aDE0MDhxMjYgMCA0NS0xOXQxOS00NVY2NHEwLTI2LTE5LTQ1dC00NS0xOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2hldnJvbl9sZWZ0IiB1bmljb2RlPSLvgZMiIGhvcml6LWFkdi14PSIxMjgwIiBkPSJNMTE3MSAxMjM1TDY0MCA3MDRsNTMxLTUzMXExOS0xOSAxOS00NXQtMTktNDVMMTAwNS04M3EtMTktMTktNDUtMTl0LTQ1IDE5TDE3MyA2NTlxLTE5IDE5LTE5IDQ1dDE5IDQ1bDc0MiA3NDJxMTkgMTkgNDUgMTl0NDUtMTlsMTY2LTE2NnExOS0xOSAxOS00NXQtMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNoZXZyb25fcmlnaHQiIHVuaWNvZGU9Iu+BlCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTA3IDY1OUwzNjUtODNxLTE5LTE5LTQ1LTE5dC00NSAxOUwxMDkgODNxLTE5IDE5LTE5IDQ1dDE5IDQ1bDUzMSA1MzEtNTMxIDUzMXEtMTkgMTktMTkgNDV0MTkgNDVsMTY2IDE2NnExOSAxOSA0NSAxOXQ0NS0xOWw3NDItNzQycTE5LTE5IDE5LTQ1dC0xOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGx1c19zaWduIiB1bmljb2RlPSLvgZUiIGQ9Ik0xMjE2IDU3NnYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIODk2djI1NnEwIDI2LTE5IDQ1dC00NSAxOUg3MDRxLTI2IDAtNDUtMTl0LTE5LTQ1Vjc2OEgzODRxLTI2IDAtNDUtMTl0LTE5LTQ1VjU3NnEwLTI2IDE5LTQ1dDQ1LTE5aDI1NlYyNTZxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXYyNTZoMjU2cTI2IDAgNDUgMTl0MTkgNDV6bTMyMCA2NHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWludXNfc2lnbiIgdW5pY29kZT0i74GWIiBkPSJNMTIxNiA1NzZ2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5SDM4NHEtMjYgMC00NS0xOXQtMTktNDVWNTc2cTAtMjYgMTktNDV0NDUtMTloNzY4cTI2IDAgNDUgMTl0MTkgNDV6bTMyMCA2NHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icmVtb3ZlX3NpZ24iIHVuaWNvZGU9Iu+BlyIgZD0iTTExNDkgNDE0cTAgMjYtMTkgNDVMOTQ5IDY0MGwxODEgMTgxcTE5IDE5IDE5IDQ1IDAgMjctMTkgNDZsLTkwIDkwcS0xOSAxOS00NiAxOS0yNiAwLTQ1LTE5TDc2OCA4MjFsLTE4MSAxODFxLTE5IDE5LTQ1IDE5LTI3IDAtNDYtMTlsLTkwLTkwcS0xOS0xOS0xOS00NiAwLTI2IDE5LTQ1bDE4MS0xODEtMTgxLTE4MXEtMTktMTktMTktNDUgMC0yNyAxOS00Nmw5MC05MHExOS0xOSA0Ni0xOSAyNiAwIDQ1IDE5bDE4MSAxODEgMTgxLTE4MXExOS0xOSA0NS0xOSAyNyAwIDQ2IDE5bDkwIDkwcTE5IDE5IDE5IDQ2em0zODcgMjI2cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJva19zaWduIiB1bmljb2RlPSLvgZgiIGQ9Ik0xMjg0IDgwMnEwIDI4LTE4IDQ2bC05MSA5MHEtMTkgMTktNDUgMTl0LTQ1LTE5TDY3NyA1MzEgNDUxIDc1N3EtMTkgMTktNDUgMTl0LTQ1LTE5bC05MS05MHEtMTgtMTgtMTgtNDYgMC0yNyAxOC00NWwzNjItMzYycTE5LTE5IDQ1LTE5IDI3IDAgNDYgMTlsNTQzIDU0M3ExOCAxOCAxOCA0NXptMjUyLTE2MnEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icXVlc3Rpb25fc2lnbiIgdW5pY29kZT0i74GZIiBkPSJNODk2IDE2MHYxOTJxMCAxNC05IDIzdC0yMyA5SDY3MnEtMTQgMC0yMy05dC05LTIzVjE2MHEwLTE0IDktMjN0MjMtOWgxOTJxMTQgMCAyMyA5dDkgMjN6bTI1NiA2NzJxMCA4OC01NS41IDE2M1Q5NTggMTExMXQtMTcwIDQxcS0yNDMgMC0zNzEtMjEzLTE1LTI0IDgtNDJsMTMyLTEwMHE3LTYgMTktNiAxNiAwIDI1IDEyIDUzIDY4IDg2IDkyIDM0IDI0IDg2IDI0IDQ4IDAgODUuNS0yNnQzNy41LTU5cTAtMzgtMjAtNjF0LTY4LTQ1cS02My0yOC0xMTUuNS04Ni41VDY0MCA1MTZ2LTM2cTAtMTQgOS0yM3QyMy05aDE5MnExNCAwIDIzIDl0OSAyM3EwIDE5IDIxLjUgNDkuNVQ5NzIgNTc5cTMyIDE4IDQ5IDI4LjV0NDYgMzUgNDQuNSA0OCAyOCA2MC41IDEyLjUgODF6bTM4NC0xOTJxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImluZm9fc2lnbiIgdW5pY29kZT0i74GaIiBkPSJNMTAyNCAxNjB2MTYwcTAgMTQtOSAyM3QtMjMgOWgtOTZ2NTEycTAgMTQtOSAyM3QtMjMgOUg1NDRxLTE0IDAtMjMtOXQtOS0yM1Y3MDRxMC0xNCA5LTIzdDIzLTloOTZWMzUyaC05NnEtMTQgMC0yMy05dC05LTIzVjE2MHEwLTE0IDktMjN0MjMtOWg0NDhxMTQgMCAyMyA5dDkgMjN6bS0xMjggODk2djE2MHEwIDE0LTkgMjN0LTIzIDlINjcycS0xNCAwLTIzLTl0LTktMjN2LTE2MHEwLTE0IDktMjN0MjMtOWgxOTJxMTQgMCAyMyA5dDkgMjN6bTY0MC00MTZxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNjcmVlbnNob3QiIHVuaWNvZGU9Iu+BmyIgZD0iTTExOTcgNTEyaC0xMDlxLTI2IDAtNDUgMTl0LTE5IDQ1djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDEwOXEtMzIgMTA4LTExMi41IDE4OC41VDg5NiAxMDY5Vjk2MHEwLTI2LTE5LTQ1dC00NS0xOUg3MDRxLTI2IDAtNDUgMTl0LTE5IDQ1djEwOXEtMTA4LTMyLTE4OC41LTExMi41VDMzOSA3NjhoMTA5cTI2IDAgNDUtMTl0MTktNDVWNTc2cTAtMjYtMTktNDV0LTQ1LTE5SDMzOXEzMi0xMDggMTEyLjUtMTg4LjVUNjQwIDIxMXYxMDlxMCAyNiAxOSA0NXQ0NSAxOWgxMjhxMjYgMCA0NS0xOXQxOS00NVYyMTFxMTA4IDMyIDE4OC41IDExMi41VDExOTcgNTEyem0zMzkgMTkyVjU3NnEwLTI2LTE5LTQ1dC00NS0xOWgtMTQzcS0zNy0xNjEtMTU0LjUtMjc4LjVUODk2IDc5Vi02NHEwLTI2LTE5LTQ1dC00NS0xOUg3MDRxLTI2IDAtNDUgMTl0LTE5IDQ1Vjc5cS0xNjEgMzctMjc4LjUgMTU0LjVUMjA3IDUxMkg2NHEtMjYgMC00NSAxOVQwIDU3NnYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNDNxMzcgMTYxIDE1NC41IDI3OC41VDY0MCAxMjAxdjE0M3EwIDI2IDE5IDQ1dDQ1IDE5aDEyOHEyNiAwIDQ1LTE5dDE5LTQ1di0xNDNxMTYxLTM3IDI3OC41LTE1NC41VDEzMjkgNzY4aDE0M3EyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJyZW1vdmVfY2lyY2xlIiB1bmljb2RlPSLvgZwiIGQ9Ik0xMDk3IDQ1N0w5NTEgMzExcS0xMC0xMC0yMy0xMHQtMjMgMTBMNzY4IDQ0OCA2MzEgMzExcS0xMC0xMC0yMy0xMHQtMjMgMTBMNDM5IDQ1N3EtMTAgMTAtMTAgMjN0MTAgMjNsMTM3IDEzNy0xMzcgMTM3cS0xMCAxMC0xMCAyM3QxMCAyM2wxNDYgMTQ2cTEwIDEwIDIzIDEwdDIzLTEwbDEzNy0xMzcgMTM3IDEzN3ExMCAxMCAyMyAxMHQyMy0xMGwxNDYtMTQ2cTEwLTEwIDEwLTIzdC0xMC0yM0w5NjAgNjQwbDEzNy0xMzdxMTAtMTAgMTAtMjN0LTEwLTIzem0yMTUgMTgzcTAgMTQ4LTczIDI3M3QtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzN6bTIyNCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJva19jaXJjbGUiIHVuaWNvZGU9Iu+BnSIgZD0iTTExNzEgNzIzTDc0OSAzMDFxLTE5LTE5LTQ1LTE5dC00NSAxOUwzNjUgNTk1cS0xOSAxOS0xOSA0NXQxOSA0NWwxMDIgMTAycTE5IDE5IDQ1IDE5dDQ1LTE5bDE0Ny0xNDcgMjc1IDI3NXExOSAxOSA0NSAxOXQ0NS0xOWwxMDItMTAycTE5LTE5IDE5LTQ1dC0xOS00NXptMTQxLTgzcTAgMTQ4LTczIDI3M3QtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzN6bTIyNCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiYW5fY2lyY2xlIiB1bmljb2RlPSLvgZ4iIGQ9Ik0xMzEyIDY0M3EwIDE2MS04NyAyOTVMNDcxIDE4NXExMzctODkgMjk3LTg5IDExMSAwIDIxMS41IDQzLjVUMTE1MyAyNTZ0MTE2IDE3NC41IDQzIDIxMi41ek0zMTMgMzQ0bDc1NSA3NTRxLTEzNSA5MS0zMDAgOTEtMTQ4IDAtMjczLTczVDI5NyA5MTd0LTczLTI3NHEwLTE2MiA4OS0yOTl6bTEyMjMgMjk5cTAtMTU3LTYxLTMwMFQxMzExLjUgOTd0LTI0NS0xNjRUNzY4LTEyOCA0NjkuNS02N3QtMjQ1IDE2NFQ2MSAzNDMgMCA2NDN0NjEgMjk5LjVUMjI0LjUgMTE4OHQyNDUgMTY0IDI5OC41IDYxIDI5OC41LTYxIDI0NS0xNjRUMTQ3NSA5NDIuNXQ2MS0yOTkuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYXJyb3dfbGVmdCIgdW5pY29kZT0i74GgIiBkPSJNMTUzNiA2NDBWNTEycTAtNTMtMzIuNS05MC41VDE0MTkgMzg0SDcxNWwyOTMtMjk0cTM4LTM2IDM4LTkwdC0zOC05MGwtNzUtNzZxLTM3LTM3LTkwLTM3LTUyIDAtOTEgMzdMMTAxIDQ4NnEtMzcgMzctMzcgOTAgMCA1MiAzNyA5MWw2NTEgNjUwcTM4IDM4IDkxIDM4IDUyIDAgOTAtMzhsNzUtNzRxMzgtMzggMzgtOTF0LTM4LTkxTDcxNSA3NjhoNzA0cTUyIDAgODQuNS0zNy41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvd19yaWdodCIgdW5pY29kZT0i74GhIiBkPSJNMTQ3MiA1NzZxMC01NC0zNy05MUw3ODQtMTY2cS0zOS0zNy05MS0zNy01MSAwLTkwIDM3bC03NSA3NXEtMzggMzgtMzggOTF0MzggOTFsMjkzIDI5M0gxMTdxLTUyIDAtODQuNSAzNy41VDAgNTEydjEyOHEwIDUzIDMyLjUgOTAuNVQxMTcgNzY4aDcwNGwtMjkzIDI5NHEtMzggMzYtMzggOTB0MzggOTBsNzUgNzVxMzggMzggOTAgMzggNTMgMCA5MS0zOGw2NTEtNjUxcTM3LTM1IDM3LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvd191cCIgdW5pY29kZT0i74GiIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE2MTEgNTY1cTAtNTEtMzctOTBsLTc1LTc1cS0zOC0zOC05MS0zOC01NCAwLTkwIDM4bC0yOTQgMjkzVi0xMXEwLTUyLTM3LjUtODQuNVQ4OTYtMTI4SDc2OHEtNTMgMC05MC41IDMyLjVUNjQwLTExdjcwNEwzNDYgNDAwcS0zNi0zOC05MC0zOHQtOTAgMzhsLTc1IDc1cS0zOCAzOC0zOCA5MCAwIDUzIDM4IDkxbDY1MSA2NTFxMzUgMzcgOTAgMzcgNTQgMCA5MS0zN2w2NTEtNjUxcTM3LTM5IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvd19kb3duIiB1bmljb2RlPSLvgaMiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTYxMSA3MDRxMC01My0zNy05MEw5MjMtMzhxLTM5LTM3LTkxLTM3LTUzIDAtOTAgMzdMOTEgNjE0cS0zOCAzNi0zOCA5MCAwIDUzIDM4IDkxbDc0IDc1cTM5IDM3IDkxIDM3IDUzIDAgOTAtMzdsMjk0LTI5NHY3MDRxMCA1MiAzOCA5MHQ5MCAzOGgxMjhxNTIgMCA5MC0zOHQzOC05MFY1NzZsMjk0IDI5NHEzNyAzNyA5MCAzNyA1MiAwIDkxLTM3bDc1LTc1cTM3LTM5IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzaGFyZV9hbHQiIHVuaWNvZGU9Iu+BpCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDg5NnEwLTI2LTE5LTQ1bC01MTItNTEycS0xOS0xOS00NS0xOXQtNDUgMTktMTkgNDV2MjU2SDkyOHEtOTggMC0xNzUuNS02dC0xNTQtMjEuNS0xMzMtNDIuNVQzNjAgNTAwLjV0LTgwLTEwMVQyMzEuNSAyNjEgMjE0IDgwcTAtNTUgNS0xMjMgMC02IDIuNS0yMy41VDIyNC05M3EwLTE1LTguNS0yNVQxOTItMTI4cS0xNiAwLTI4IDE3LTcgOS0xMyAyMnQtMTMuNSAzMFQxMjctMzVRMCAyNTAgMCA0MTZxMCAxOTkgNTMgMzMzIDE2MiA0MDMgODc1IDQwM2gyMjR2MjU2cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTlsNTEyLTUxMnExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icmVzaXplX2Z1bGwiIHVuaWNvZGU9Iu+BpSIgZD0iTTc1NSA0ODBxMC0xMy0xMC0yM0w0MTMgMTI1IDU1Ny0xOXExOS0xOSAxOS00NXQtMTktNDUtNDUtMTlINjRxLTI2IDAtNDUgMTlUMC02NHY0NDhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOWwxNDQtMTQ0IDMzMiAzMzJxMTAgMTAgMjMgMTB0MjMtMTBsMTE0LTExNHExMC0xMCAxMC0yM3ptNzgxIDg2NFY4OTZxMC0yNi0xOS00NXQtNDUtMTktNDUgMTlsLTE0NCAxNDQtMzMyLTMzMnEtMTAtMTAtMjMtMTB0LTIzIDEwTDc5MSA3NzdxLTEwIDEwLTEwIDIzdDEwIDIzbDMzMiAzMzItMTQ0IDE0NHEtMTkgMTktMTkgNDV0MTkgNDUgNDUgMTloNDQ4cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZV9zbWFsbCIgdW5pY29kZT0i74GmIiBkPSJNNzY4IDU3NlYxMjhxMC0yNi0xOS00NXQtNDUtMTktNDUgMTlMNTE1IDIyNyAxODMtMTA1cS0xMC0xMC0yMy0xMHQtMjMgMTBMMjMgOVExMyAxOSAxMyAzMnQxMCAyM2wzMzIgMzMyLTE0NCAxNDRxLTE5IDE5LTE5IDQ1dDE5IDQ1IDQ1IDE5aDQ0OHEyNiAwIDQ1LTE5dDE5LTQ1em03NTUgNjcycTAtMTMtMTAtMjNsLTMzMi0zMzIgMTQ0LTE0NHExOS0xOSAxOS00NXQtMTktNDUtNDUtMTlIODMycS0yNiAwLTQ1IDE5dC0xOSA0NXY0NDhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOWwxNDQtMTQ0IDMzMiAzMzJxMTAgMTAgMjMgMTB0MjMtMTBsMTE0LTExNHExMC0xMCAxMC0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGx1cyIgdW5pY29kZT0i74GnIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTE0MDggODAwVjYwOHEwLTQwLTI4LTY4dC02OC0yOEg4OTZWOTZxMC00MC0yOC02OFQ4MDAgMEg2MDhxLTQwIDAtNjggMjh0LTI4IDY4djQxNkg5NnEtNDAgMC02OCAyOFQwIDYwOHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGg0MTZ2NDE2cTAgNDAgMjggNjh0NjggMjhoMTkycTQwIDAgNjgtMjh0MjgtNjhWODk2aDQxNnE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJtaW51cyIgdW5pY29kZT0i74GoIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTE0MDggODAwVjYwOHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwIDYwOHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGgxMjE2cTQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFzdGVyaXNrIiB1bmljb2RlPSLvgakiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTQ4MiA0ODZxNDYtMjYgNTkuNS03Ny41VDE1MjkgMzExbC02NC0xMTBxLTI2LTQ2LTc3LjUtNTkuNVQxMjkwIDE1NGwtMjY2IDE1M1YwcTAtNTItMzgtOTB0LTkwLTM4SDc2OHEtNTIgMC05MCAzOFQ2NDAgMHYzMDdMMzc0IDE1NHEtNDYtMjYtOTcuNS0xMi41VDE5OSAyMDFsLTY0IDExMHEtMjYgNDYtMTIuNSA5Ny41VDE4MiA0ODZsMjY2IDE1NC0yNjYgMTU0cS00NiAyNi01OS41IDc3LjVUMTM1IDk2OWw2NCAxMTBxMjYgNDYgNzcuNSA1OS41VDM3NCAxMTI2bDI2Ni0xNTN2MzA3cTAgNTIgMzggOTB0OTAgMzhoMTI4cTUyIDAgOTAtMzh0MzgtOTBWOTczbDI2NiAxNTNxNDYgMjYgOTcuNSAxMi41dDc3LjUtNTkuNWw2NC0xMTBxMjYtNDYgMTIuNS05Ny41VDE0ODIgNzk0bC0yNjYtMTU0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleGNsYW1hdGlvbl9zaWduIiB1bmljb2RlPSLvgaoiIGQ9Ik03NjggMTQwOHEyMDkgMCAzODUuNS0xMDN0Mjc5LjUtMjc5LjVUMTUzNiA2NDB0LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh6TTg5NiAxNjF2MTkwcTAgMTQtOSAyMy41dC0yMiA5LjVINjczcS0xMyAwLTIzLTEwdC0xMC0yM1YxNjFxMC0xMyAxMC0yM3QyMy0xMGgxOTJxMTMgMCAyMiA5LjV0OSAyMy41em0tMiAzNDRsMTggNjIxcTAgMTItMTAgMTgtMTAgOC0yNCA4SDY1OHEtMTQgMC0yNC04LTEwLTYtMTAtMThsMTctNjIxcTAtMTAgMTAtMTcuNXQyNC03LjVoMTg1cTE0IDAgMjMuNSA3LjVUODk0IDUwNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZ2lmdCIgdW5pY29kZT0i74GrIiBkPSJNOTI4IDE4MHY3MTZINjA4VjE4MHEwLTI1IDE4LTM4LjV0NDYtMTMuNWgxOTJxMjggMCA0NiAxMy41dDE4IDM4LjV6bS00NTYgODQ0aDE5NWwtMTI2IDE2MXEtMjYgMzEtNjkgMzEtNDAgMC02OC0yOHQtMjgtNjggMjgtNjggNjgtMjh6bTY4OCA5NnEwIDQwLTI4IDY4dC02OCAyOHEtNDMgMC02OS0zMWwtMTI1LTE2MWgxOTRxNDAgMCA2OCAyOHQyOCA2OHptMzc2LTI1NlY1NDRxMC0xNC05LTIzdC0yMy05aC05NlY5NnEwLTQwLTI4LTY4dC02OC0yOEgyMjRxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgzMnEtMTQgMC0yMyA5dC05IDIzdjMyMHEwIDE0IDkgMjN0MjMgOWg0NDBxLTkzIDAtMTU4LjUgNjUuNVQyNDggMTEyMHQ2NS41IDE1OC41VDQ3MiAxMzQ0cTEwNyAwIDE2OC03N2wxMjgtMTY1IDEyOCAxNjVxNjEgNzcgMTY4IDc3IDkzIDAgMTU4LjUtNjUuNVQxMjg4IDExMjB0LTY1LjUtMTU4LjVUMTA2NCA4OTZoNDQwcTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsZWFmIiB1bmljb2RlPSLvgawiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI4MCA4MzJxMCAyNi0xOSA0NXQtNDUgMTlxLTE3MiAwLTMxOC00OS41dC0yNTkuNS0xMzRUNDAzIDQ5M3EtMTktMjEtMTktNDUgMC0yNiAxOS00NXQ0NS0xOXEyNCAwIDQ1IDE5IDI3IDI0IDc0IDcxdDY3IDY2cTEzNyAxMjQgMjY4LjUgMTc2dDMxMy41IDUycTI2IDAgNDUgMTl0MTkgNDV6bTUxMiAxOThxMC05NS0yMC0xOTMtNDYtMjI0LTE4NC41LTM4M1QxMjMwIDE4NlExMDE2IDc4IDc5MiA3OHEtMTQ4IDAtMjg2IDQ3LTE1IDUtODggNDJ0LTk2IDM3cS0xNiAwLTM5LjUtMzJ0LTQ1LTcwVDE4NSAzMiAxMjUgMFE4MiAwIDYxLjUgMTcuNVQxNiA3N3EtMiA0LTYgMTFUNC41IDk4dC0zIDkuNVQwIDEyMXEwIDM1IDMxIDczLjVUOTkgMjYwdDY4IDU2IDMxIDQ4cTAgNC0xNCAzOHQtMTYgNDRxLTkgNTEtOSAxMDQgMCAxMTUgNDMuNSAyMjB0MTE5IDE4NC41IDE3MC41IDEzOSAyMDQgOTUuNXE1NSAxOCAxNDUgMjUuNXQxNzkuNSA5IDE3OC41IDYgMTYzLjUgMjRUMTQ3NiAxMzEwbDI5LjUgMjkuNSAyOS41IDI4IDI3IDIwIDM2LjUgMTYgNDMuNSA0LjVxMzkgMCA3MC41LTQ2dDQ3LjUtMTEyIDI0LTEyNCA4LTk2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaXJlIiB1bmljb2RlPSLvga0iIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMTQwOC0xNjB2LTY0cTAtMTMtOS41LTIyLjVUMTM3Ni0yNTZIMzJxLTEzIDAtMjIuNSA5LjVUMC0yMjR2NjRxMCAxMyA5LjUgMjIuNVQzMi0xMjhoMTM0NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek0xMTUyIDg5NnEwLTc4LTI0LjUtMTQ0dC02NC0xMTIuNS04Ny41LTg4LTk2LTc3LjUtODcuNS03Mi02NC04MS41VDcwNCAyMjRxMC05NiA2Ny0yMjRsLTQgMSAxLTFxLTkwIDQxLTE2MCA4M1Q0NjkuNSAxODMgMzU2IDMwNS41IDI4My41IDQ1NiAyNTYgNjQwcTAgNzggMjQuNSAxNDR0NjQgMTEyLjUgODcuNSA4OCA5NiA3Ny41IDg3LjUgNzIgNjQgODEuNVQ3MDQgMTMxMnEwIDk0LTY2IDIyNGwzLTEtMSAxcTkwLTQxIDE2MC04M3QxMzguNS0xMDAgMTEzLjUtMTIyLjUgNzIuNS0xNTAuNSAyNy41LTE4NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZXllX29wZW4iIHVuaWNvZGU9Iu+BriIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDU3NnEtMTUyIDIzNi0zODEgMzUzIDYxLTEwNCA2MS0yMjUgMC0xODUtMTMxLjUtMzE2LjVUODk2IDI1NiA1NzkuNSAzODcuNSA0NDggNzA0cTAgMTIxIDYxIDIyNS0yMjktMTE3LTM4MS0zNTMgMTMzLTIwNSAzMzMuNS0zMjYuNVQ4OTYgMTI4dDQzNC41IDEyMS41VDE2NjQgNTc2ek05NDQgOTYwcTAgMjAtMTQgMzR0LTM0IDE0cS0xMjUgMC0yMTQuNS04OS41VDU5MiA3MDRxMC0yMCAxNC0zNHQzNC0xNCAzNCAxNCAxNCAzNHEwIDg2IDYxIDE0N3QxNDcgNjFxMjAgMCAzNCAxNHQxNCAzNHptODQ4LTM4NHEwLTM0LTIwLTY5LTE0MC0yMzAtMzc2LjUtMzY4LjVUODk2IDAgMzk2LjUgMTM5IDIwIDUwN1EwIDU0MiAwIDU3NnQyMCA2OXExNDAgMjI5IDM3Ni41IDM2OFQ4OTYgMTE1MnQ0OTkuNS0xMzlUMTc3MiA2NDVxMjAtMzUgMjAtNjl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImV5ZV9jbG9zZSIgdW5pY29kZT0i74GwIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTU1NSAyMDFsNzggMTQxcS04NyA2My0xMzYgMTU5dC00OSAyMDNxMCAxMjEgNjEgMjI1LTIyOS0xMTctMzgxLTM1MyAxNjctMjU4IDQyNy0zNzV6bTM4OSA3NTlxMCAyMC0xNCAzNHQtMzQgMTRxLTEyNSAwLTIxNC41LTg5LjVUNTkyIDcwNHEwLTIwIDE0LTM0dDM0LTE0IDM0IDE0IDE0IDM0cTAgODYgNjEgMTQ3dDE0NyA2MXEyMCAwIDM0IDE0dDE0IDM0em0zNjMgMTkxcTAtNy0xLTktMTA2LTE4OS0zMTYtNTY3VDY3NSA5bC00OS04OXEtMTAtMTYtMjgtMTYtMTIgMC0xMzQgNzAtMTYgMTAtMTYgMjggMCAxMiA0NCA4Ny0xNDMgNjUtMjYzLjUgMTczVDIwIDUwN1EwIDUzOCAwIDU3NnQyMCA2OXExNTMgMjM1IDM4MCAzNzF0NDk2IDEzNnE4OSAwIDE4MC0xN2w1NCA5N3ExMCAxNiAyOCAxNiA1IDAgMTgtNnQzMS0xNS41IDMzLTE4LjUgMzEuNS0xOC41IDE5LjUtMTEuNXExNi0xMCAxNi0yN3ptMzctNDQ3cTAtMTM5LTc5LTI1My41VDEwNTYgMjg2bDI4MCA1MDJxOC00NSA4LTg0em00NDgtMTI4cTAtMzUtMjAtNjktMzktNjQtMTA5LTE0NS0xNTAtMTcyLTM0Ny41LTI2N1Q4OTYgMGw3NCAxMzJxMjEyIDE4IDM5Mi41IDEzN1QxNjY0IDU3NnEtMTE1IDE3OS0yODIgMjk0bDYzIDExMnE5NS02NCAxODIuNS0xNTNUMTc3MiA2NDVxMjAtMzQgMjAtNjl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Indhcm5pbmdfc2lnbiIgdW5pY29kZT0i74GxIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEwMjQgMTYxdjE5MHEwIDE0LTkuNSAyMy41VDk5MiAzODRIODAwcS0xMyAwLTIyLjUtOS41VDc2OCAzNTFWMTYxcTAtMTQgOS41LTIzLjVUODAwIDEyOGgxOTJxMTMgMCAyMi41IDkuNXQ5LjUgMjMuNXptLTIgMzc0bDE4IDQ1OXEwIDEyLTEwIDE5LTEzIDExLTI0IDExSDc4NnEtMTEgMC0yNC0xMS0xMC03LTEwLTIxbDE3LTQ1N3EwLTEwIDEwLTE2LjV0MjQtNi41aDE4NXExNCAwIDIzLjUgNi41VDEwMjIgNTM1em0tMTQgOTM0TDE3NzYgNjFxMzUtNjMtMi0xMjYtMTctMjktNDYuNS00NnQtNjMuNS0xN0gxMjhxLTM0IDAtNjMuNSAxN1QxOC02NVEtMTktMiAxNiA2MWw3NjggMTQwOHExNyAzMSA0NyA0OXQ2NSAxOCA2NS0xOCA0Ny00OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGxhbmUiIHVuaWNvZGU9Iu+BsiIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMzc2IDEzNzZxNDQtNTIgMTItMTQ4dC0xMDgtMTcybC0xNjEtMTYxIDE2MC02OTZxNS0xOS0xMi0zM2wtMTI4LTk2cS03LTYtMTktNi00IDAtNyAxLTE1IDMtMjEgMTZMODEzIDU4OSA1NTQgMzMwbDUzLTE5NHE1LTE3LTgtMzFMNTAzIDlxLTktOS0yMy05aC0ycS0xNSAyLTI0IDEzTDI2NSAyNjUgMTMgNDU0cS0xMSA3LTEzIDIzLTEgMTMgOSAyNWw5NiA5N3E5IDkgMjMgOSA2IDAgOC0xbDE5NC01MyAyNTkgMjU5LTUwOCAyNzlxLTE0IDgtMTcgMjQtMiAxNiA5IDI3bDEyOCAxMjhxMTQgMTMgMzAgOGw2NjUtMTU5IDE2MCAxNjBxNzYgNzYgMTcyIDEwOHQxNDgtMTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNhbGVuZGFyIiB1bmljb2RlPSLvgbMiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTI4LTEyOGgyODh2Mjg4SDEyOHYtMjg4em0zNTIgMGgzMjB2Mjg4SDQ4MHYtMjg4ek0xMjggMjI0aDI4OHYzMjBIMTI4VjIyNHptMzUyIDBoMzIwdjMyMEg0ODBWMjI0ek0xMjggNjA4aDI4OHYyODhIMTI4VjYwOHptNzM2LTczNmgzMjB2Mjg4SDg2NHYtMjg4ek00ODAgNjA4aDMyMHYyODhINDgwVjYwOHptNzY4LTczNmgyODh2Mjg4aC0yODh2LTI4OHpNODY0IDIyNGgzMjB2MzIwSDg2NFYyMjR6bS0zNTIgODY0djI4OHEwIDEzLTkuNSAyMi41VDQ4MCAxNDA4aC02NHEtMTMgMC0yMi41LTkuNVQzODQgMTM3NnYtMjg4cTAtMTMgOS41LTIyLjV0MjIuNS05LjVoNjRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptNzM2LTg2NGgyODh2MzIwaC0yODhWMjI0ek04NjQgNjA4aDMyMHYyODhIODY0VjYwOHptMzg0IDBoMjg4djI4OGgtMjg4VjYwOHptMzIgNDgwdjI4OHEwIDEzLTkuNSAyMi41dC0yMi41IDkuNWgtNjRxLTEzIDAtMjIuNS05LjV0LTkuNS0yMi41di0yODhxMC0xMyA5LjUtMjIuNXQyMi41LTkuNWg2NHExMyAwIDIyLjUgOS41dDkuNSAyMi41em0zODQgNjRWLTEyOHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMC0xMjh2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDEyOHY5NnEwIDY2IDQ3IDExM3QxMTMgNDdoNjRxNjYgMCAxMTMtNDd0NDctMTEzdi05NmgzODR2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMTI4cTUyIDAgOTAtMzh0MzgtOTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJhbmRvbSIgdW5pY29kZT0i74G0IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTY2NiAxMDU1cS02MC05Mi0xMzctMjczLTIyIDQ1LTM3IDcyLjVUNDUxLjUgOTE4dC01MSA1Ni41LTYzIDM1VDI1NiAxMDI0SDMycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDIyNHEyNTAgMCA0MTAtMjI1em0xMTI2LTc5OXEwLTE0LTktMjNMMTQ2My04N3EtOS05LTIzLTktMTMgMC0yMi41IDkuNVQxNDA4LTY0djE5MnEtMzIgMC04NS0uNXQtODEtMS03MyAxLTcxIDUtNjQgMTAuNS02MyAxOC41LTU4IDI4LjUtNTkgNDAtNTUgNTMuNS01NiA2OS41cTU5IDkzIDEzNiAyNzMgMjItNDUgMzctNzIuNXQ0MC41LTYzLjUgNTEtNTYuNSA2My0zNVQxMTUyIDM4NGgyNTZ2MTkycTAgMTQgOSAyM3QyMyA5cTEyIDAgMjQtMTBsMzE5LTMxOXE5LTkgOS0yM3ptMCA4OTZxMC0xNC05LTIzbC0zMjAtMzIwcS05LTktMjMtOS0xMyAwLTIyLjUgOS41VDE0MDggODMydjE5MmgtMjU2cS00OCAwLTg3LTE1dC02OS00NS01MS02MS41LTQ1LTc3LjVxLTMyLTYyLTc4LTE3MS0yOS02Ni00OS41LTExMXQtNTQtMTA1LTY0LTEwMC03NC04My05MC02OC41LTEwNi41LTQyVDI1NiAxMjhIMzJxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMjI0cTQ4IDAgODcgMTV0NjkgNDUgNTEgNjEuNSA0NSA3Ny41cTMyIDYyIDc4IDE3MSAyOSA2NiA0OS41IDExMXQ1NCAxMDUgNjQgMTAwIDc0IDgzIDkwIDY4LjUgMTA2LjUgNDIgMTI4IDE2LjVoMjU2djE5MnEwIDE0IDkgMjN0MjMgOXExMiAwIDI0LTEwbDMxOS0zMTlxOS05IDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNvbW1lbnQiIHVuaWNvZGU9Iu+BtSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDY0MHEwLTE3NC0xMjAtMzIxLjV0LTMyNi0yMzNUODk2IDBxLTcwIDAtMTQ1IDgtMTk4LTE3NS00NjAtMjQyLTQ5LTE0LTExNC0yMi0xNy0yLTMwLjUgOVQxMjktMjE4djFxLTMgNC0uNSAxMnQyIDEwIDQuNSA5LjVsNiA5IDcgOC41IDggOXE3IDggMzEgMzQuNXQzNC41IDM4IDMxIDM5LjVUMjg1IDR0MjcgNTkgMjYgNzZRMTgxIDIyOCA5MC41IDM1OVQwIDY0MHEwIDEzMCA3MSAyNDguNVQyNjIgMTA5M3QyODYgMTM2LjUgMzQ4IDUwLjVxMjQ0IDAgNDUwLTg1LjV0MzI2LTIzM1QxNzkyIDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWFnbmV0IiB1bmljb2RlPSLvgbYiIGQ9Ik0xNTM2IDcwNFY1NzZxMC0yMDEtOTguNS0zNjJ0LTI3NC0yNTEuNVQ3NjgtMTI4IDM3Mi41LTM3LjUgOTguNSAyMTQgMCA1NzZ2MTI4cTAgMjYgMTkgNDV0NDUgMTloMzg0cTI2IDAgNDUtMTl0MTktNDVWNTc2cTAtNTIgMjMuNS05MHQ1My41LTU3IDcxLTMwIDY0LTEzIDQ0LTIgNDQgMiA2NCAxMyA3MSAzMCA1My41IDU3IDIzLjUgOTB2MTI4cTAgMjYgMTkgNDV0NDUgMTloMzg0cTI2IDAgNDUtMTl0MTktNDV6TTUxMiAxMzQ0Vjk2MHEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwIDk2MHYzODRxMCAyNiAxOSA0NXQ0NSAxOWgzODRxMjYgMCA0NS0xOXQxOS00NXptMTAyNCAwVjk2MHEwLTI2LTE5LTQ1dC00NS0xOWgtMzg0cS0yNiAwLTQ1IDE5dC0xOSA0NXYzODRxMCAyNiAxOSA0NXQ0NSAxOWgzODRxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2hldnJvbl91cCIgdW5pY29kZT0i74G3IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE2ODMgMjA1TDE1MTcgNDBxLTE5LTE5LTQ1LTE5dC00NSAxOUw4OTYgNTcxIDM2NSA0MHEtMTktMTktNDUtMTl0LTQ1IDE5TDEwOSAyMDVxLTE5IDE5LTE5IDQ1LjV0MTkgNDUuNWw3NDIgNzQxcTE5IDE5IDQ1IDE5dDQ1LTE5bDc0Mi03NDFxMTktMTkgMTktNDUuNXQtMTktNDUuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2hldnJvbl9kb3duIiB1bmljb2RlPSLvgbgiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTY4MyA3MjhMOTQxLTEzcS0xOS0xOS00NS0xOXQtNDUgMTlMMTA5IDcyOHEtMTkgMTktMTkgNDUuNXQxOSA0NS41bDE2NiAxNjVxMTkgMTkgNDUgMTl0NDUtMTlsNTMxLTUzMSA1MzEgNTMxcTE5IDE5IDQ1IDE5dDQ1LTE5bDE2Ni0xNjVxMTktMTkgMTktNDUuNXQtMTktNDUuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icmV0d2VldCIgdW5pY29kZT0i74G5IiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTEyODAgMzJxMC0xMy05LjUtMjIuNVQxMjQ4IDBIMjg4cS04IDAtMTMuNSAydC05IDctNS41IDgtMyAxMS41LTEgMTEuNXY2MDBINjRxLTI2IDAtNDUgMTlUMCA3MDRxMCAyNCAxNSA0MWwzMjAgMzg0cTE5IDIyIDQ5IDIydDQ5LTIybDMyMC0zODRxMTUtMTcgMTUtNDEgMC0yNi0xOS00NXQtNDUtMTlINTEyVjI1Nmg1NzZxMTYgMCAyNS0xMWwxNjAtMTkycTctMTAgNy0yMXptNjQwIDQxNnEwLTI0LTE1LTQxTDE1ODUgMjNxLTIwLTIzLTQ5LTIzdC00OSAyM2wtMzIwIDM4NHEtMTUgMTctMTUgNDEgMCAyNiAxOSA0NXQ0NSAxOWgxOTJ2Mzg0SDgzMnEtMTYgMC0yNSAxMmwtMTYwIDE5MnEtNyA5LTcgMjAgMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg5NjBxOCAwIDEzLjUtMnQ5LTcgNS41LTggMy0xMS41IDEtMTEuNVY1MTJoMTkycTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNob3BwaW5nX2NhcnQiIHVuaWNvZGU9Iu+BuiIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik02NDAgMHEwLTUyLTM4LTkwdC05MC0zOC05MCAzOC0zOCA5MCAzOCA5MCA5MCAzOCA5MC0zOCAzOC05MHptODk2IDBxMC01Mi0zOC05MHQtOTAtMzgtOTAgMzgtMzggOTAgMzggOTAgOTAgMzggOTAtMzggMzgtOTB6bTEyOCAxMDg4VjU3NnEwLTI0LTE2LjUtNDIuNVQxNjA3IDUxMkw1NjMgMzkwcTEzLTYwIDEzLTcwIDAtMTYtMjQtNjRoOTIwcTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTlINDQ4cS0yNiAwLTQ1IDE5dC0xOSA0NXEwIDExIDggMzEuNXQxNiAzNiAyMS41IDQwVDQ0NSAzMjlsLTE3NyA4MjNINjRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnExNiAwIDI4LjUtNi41VDM2OCAxMjU4dDEzLTI0LjUgOC0yNiA1LjUtMjkuNSA0LjUtMjZoMTIwMXEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmb2xkZXJfY2xvc2UiIHVuaWNvZGU9Iu+BuyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjY0IDkyOFYyMjRxMC05Mi02Ni0xNThUMTQ0MCAwSDIyNFExMzIgMCA2NiA2NlQwIDIyNHY5NjBxMCA5MiA2NiAxNTh0MTU4IDY2aDMyMHE5MiAwIDE1OC02NnQ2Ni0xNTh2LTMyaDY3MnE5MiAwIDE1OC02NnQ2Ni0xNTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZvbGRlcl9vcGVuIiB1bmljb2RlPSLvgbwiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTg3OSA1ODRxMC0zMS0zMS02NmwtMzM2LTM5NnEtNDMtNTEtMTIwLjUtODYuNVQxMjQ4IDBIMTYwcS0zNCAwLTYwLjUgMTNUNzMgNTZxMCAzMSAzMSA2NmwzMzYgMzk2cTQzIDUxIDEyMC41IDg2LjVUNzA0IDY0MGgxMDg4cTM0IDAgNjAuNS0xM3QyNi41LTQzem0tMzQzIDM0NFY3NjhINzA0cS05NCAwLTE5Ny00Ny41VDM0MyA2MDFMNiAyMDVsLTUtNnEwIDQtLjUgMTIuNVQwIDIyNHY5NjBxMCA5MiA2NiAxNTh0MTU4IDY2aDMyMHE5MiAwIDE1OC02NnQ2Ni0xNTh2LTMyaDU0NHE5MiAwIDE1OC02NnQ2Ni0xNTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZV92ZXJ0aWNhbCIgdW5pY29kZT0i74G9IiBob3Jpei1hZHYteD0iNzY4IiBkPSJNNzA0IDEyMTZxMC0yNi0xOS00NXQtNDUtMTlINTEyVjEyOGgxMjhxMjYgMCA0NS0xOXQxOS00NS0xOS00NUw0MjktMjM3cS0xOS0xOS00NS0xOXQtNDUgMTlMODMgMTlRNjQgMzggNjQgNjR0MTkgNDUgNDUgMTloMTI4djEwMjRIMTI4cS0yNiAwLTQ1IDE5dC0xOSA0NSAxOSA0NWwyNTYgMjU2cTE5IDE5IDQ1IDE5dDQ1LTE5bDI1Ni0yNTZxMTktMTkgMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZV9ob3Jpem9udGFsIiB1bmljb2RlPSLvgb4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiA2NDBxMC0yNi0xOS00NWwtMjU2LTI1NnEtMTktMTktNDUtMTl0LTQ1IDE5LTE5IDQ1djEyOEgzODRWMzg0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDE5IDU5NVEwIDYxNCAwIDY0MHQxOSA0NWwyNTYgMjU2cTE5IDE5IDQ1IDE5dDQ1LTE5IDE5LTQ1Vjc2OGgxMDI0djEyOHEwIDI2IDE5IDQ1dDQ1IDE5IDQ1LTE5bDI1Ni0yNTZxMTktMTkgMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJhcl9jaGFydCIgdW5pY29kZT0i74KAIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTY0MCA2NDBWMTI4SDM4NHY1MTJoMjU2em0zODQgNTEyVjEyOEg3Njh2MTAyNGgyNTZ6TTIwNDggMHYtMTI4SDB2MTUzNmgxMjhWMGgxOTIwem0tNjQwIDg5NlYxMjhoLTI1NnY3NjhoMjU2em0zODQgMzg0VjEyOGgtMjU2djExNTJoMjU2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0d2l0dGVyX3NpZ24iIHVuaWNvZGU9Iu+CgSIgZD0iTTEyODAgOTI2cS01Ni0yNS0xMjEtMzQgNjggNDAgOTMgMTE3LTY1LTM4LTEzNC01MS02MSA2Ni0xNTMgNjYtODcgMC0xNDguNS02MS41VDc1NSA4MTRxMC0yOSA1LTQ4LTEyOSA3LTI0MiA2NVQzMjYgOTg2cS0yOS01MC0yOS0xMDYgMC0xMTQgOTEtMTc1LTQ3IDEtMTAwIDI2di0ycTAtNzUgNTAtMTMzLjVUNDYxIDUyM3EtMjktOC01MS04LTEzIDAtMzkgNCAyMS02MyA3NC41LTEwNFQ1NjcgMzczcS0xMTYtOTAtMjYxLTkwLTI2IDAtNTAgMyAxNDgtOTQgMzIyLTk0IDExMiAwIDIxMCAzNS41dDE2OCA5NSAxMjAuNSAxMzcgNzUgMTYyVDExNzYgNzkwcTAgMTgtMSAyNyA2MyA0NSAxMDUgMTA5em0yNTYgMTk0VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZhY2Vib29rX3NpZ24iIHVuaWNvZGU9Iu+CgiIgZD0iTTEyNDggMTQwOHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOGgtMTg4djU5NWgxOTlsMzAgMjMyaC0yMjl2MTQ4cTAgNTYgMjMuNSA4NHQ5MS41IDI4bDEyMiAxdjIwN3EtNjMgOS0xNzggOS0xMzYgMC0yMTcuNS04MFQ4MjAgODcwVjY5OUg2MjBWNDY3aDIwMHYtNTk1SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNhbWVyYV9yZXRybyIgdW5pY29kZT0i74KDIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTkyOCA3MDRxMCAxNC05IDIzdC0yMyA5cS02NiAwLTExMy00N3QtNDctMTEzcTAtMTQgOS0yM3QyMy05IDIzIDkgOSAyM3EwIDQwIDI4IDY4dDY4IDI4cTE0IDAgMjMgOXQ5IDIzem0yMjQtMTMwcTAtMTA2LTc1LTE4MXQtMTgxLTc1LTE4MSA3NS03NSAxODEgNzUgMTgxIDE4MSA3NSAxODEtNzUgNzUtMTgxek0xMjggMGgxNTM2djEyOEgxMjhWMHptMTE1MiA1NzRxMCAxNTktMTEyLjUgMjcxLjVUODk2IDk1OCA2MjQuNSA4NDUuNSA1MTIgNTc0dDExMi41LTI3MS41VDg5NiAxOTB0MjcxLjUgMTEyLjVUMTI4MCA1NzR6TTI1NiAxMjE2aDM4NHYxMjhIMjU2di0xMjh6bS0xMjgtMTkyaDE1MzZ2MjU2SDgzNmwtNjQtMTI4SDEyOHYtMTI4em0xNjY0IDI1NlYwcTAtNTMtMzcuNS05MC41VDE2NjQtMTI4SDEyOHEtNTMgMC05MC41IDM3LjVUMCAwdjEyODBxMCA1MyAzNy41IDkwLjVUMTI4IDE0MDhoMTUzNnE1MyAwIDkwLjUtMzcuNXQzNy41LTkwLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImtleSIgdW5pY29kZT0i74KEIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTgzMiAxMDI0cTAgODAtNTYgMTM2dC0xMzYgNTYtMTM2LTU2LTU2LTEzNnEwLTQyIDE5LTgzLTQxIDE5LTgzIDE5LTgwIDAtMTM2LTU2dC01Ni0xMzYgNTYtMTM2IDEzNi01NiAxMzYgNTYgNTYgMTM2cTAgNDItMTkgODMgNDEtMTkgODMtMTkgODAgMCAxMzYgNTZ0NTYgMTM2em04NTEtNzA0cTAtMTctNDktNjZ0LTY2LTQ5cS05IDAtMjguNSAxNnQtMzYuNSAzMy0zOC41IDQwLTI0LjUgMjZsLTk2LTk2TDE1NjQgNHEyOC0yOCAyOC02OCAwLTQyLTM5LTgxdC04MS0zOXEtNDAgMC02OCAyOEw3MzMgNTE1UTU1NyAzODQgMzY4IDM4NHEtMTYzIDAtMjY1LjUgMTAyLjVUMCA3NTJxMCAxNjAgOTUgMzEzdDI0OCAyNDggMzEzIDk1cTE2MyAwIDI2NS41LTEwMi41VDEwMjQgMTA0MHEwLTE4OS0xMzEtMzY1bDM1NS0zNTUgOTYgOTZxLTMgMy0yNiAyNC41dC00MCAzOC41LTMzIDM2LjUtMTYgMjguNXEwIDE3IDQ5IDY2dDY2IDQ5cTEzIDAgMjMtMTAgNi02IDQ2LTQ0LjV0ODItNzkuNSA4Ni41LTg2IDczLTc4IDI4LjUtNDF6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNvZ3MiIHVuaWNvZGU9Iu+ChSIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik04OTYgNjQwcTAgMTA2LTc1IDE4MXQtMTgxIDc1LTE4MS03NS03NS0xODEgNzUtMTgxIDE4MS03NSAxODEgNzUgNzUgMTgxem03NjgtNTEycTAgNTItMzggOTB0LTkwIDM4LTkwLTM4LTM4LTkwcTAtNTMgMzcuNS05MC41VDE1MzYgMHQ5MC41IDM3LjVUMTY2NCAxMjh6bTAgMTAyNHEwIDUyLTM4IDkwdC05MCAzOC05MC0zOC0zOC05MHEwLTUzIDM3LjUtOTAuNXQ5MC41LTM3LjUgOTAuNSAzNy41IDM3LjUgOTAuNXptLTM4NC00MjFWNTQ2cTAtMTAtNy0xOS41dC0xNi0xMC41bC0xNTUtMjRxLTExLTM1LTMyLTc2IDM0LTQ4IDkwLTExNSA3LTExIDctMjAgMC0xMi03LTE5LTIzLTMwLTgyLjUtODkuNVQ5OTkgMTEzcS0xMSAwLTIxIDdsLTExNSA5MHEtMzctMTktNzctMzEtMTEtMTA4LTIzLTE1NS03LTI0LTMwLTI0SDU0N3EtMTEgMC0yMCA3LjVUNTE3IDI1bC0yMyAxNTNxLTM0IDEwLTc1IDMxbC0xMTgtODlxLTctNy0yMC03LTExIDAtMjEgOC0xNDQgMTMzLTE0NCAxNjAgMCA5IDcgMTkgMTAgMTQgNDEgNTN0NDcgNjFxLTIzIDQ0LTM1IDgyTDI0IDUyMHEtMTAgMS0xNyA5LjVUMCA1NDl2MTg1cTAgMTAgNyAxOS41VDIzIDc2NGwxNTUgMjRxMTEgMzUgMzIgNzYtMzQgNDgtOTAgMTE1LTcgMTEtNyAyMCAwIDEyIDcgMjAgMjIgMzAgODIgODl0NzkgNTlxMTEgMCAyMS03bDExNS05MHEzNCAxOCA3NyAzMiAxMSAxMDggMjMgMTU0IDcgMjQgMzAgMjRoMTg2cTExIDAgMjAtNy41dDEwLTE3LjVsMjMtMTUzcTM0LTEwIDc1LTMxbDExOCA4OXE4IDcgMjAgNyAxMSAwIDIxLTggMTQ0LTEzMyAxNDQtMTYwIDAtOC03LTE5LTEyLTE2LTQyLTU0dC00NS02MHEyMy00OCAzNC04MmwxNTItMjNxMTAtMiAxNy0xMC41dDctMTkuNXptNjQwLTUzM1Y1OHEwLTE2LTE0OS0zMS0xMi0yNy0zMC01MiA1MS0xMTMgNTEtMTM4IDAtNC00LTctMTIyLTcxLTEyNC03MS04IDAtNDYgNDd0LTUyIDY4cS0yMC0yLTMwLTJ0LTMwIDJxLTE0LTIxLTUyLTY4dC00Ni00N3EtMiAwLTEyNCA3MS00IDMtNCA3IDAgMjUgNTEgMTM4LTE4IDI1LTMwIDUyLTE0OSAxNS0xNDkgMzF2MTQwcTAgMTYgMTQ5IDMxIDEzIDI5IDMwIDUyLTUxIDExMy01MSAxMzggMCA0IDQgNyA0IDIgMzUgMjB0NTkgMzQgMzAgMTZxOCAwIDQ2LTQ2LjV0NTItNjcuNXEyMCAyIDMwIDJ0MzAtMnE1MSA3MSA5MiAxMTJsNiAycTQgMCAxMjQtNzAgNC0zIDQtNyAwLTI1LTUxLTEzOCAxNy0yMyAzMC01MiAxNDktMTUgMTQ5LTMxem0wIDEwMjR2LTE0MHEwLTE2LTE0OS0zMS0xMi0yNy0zMC01MiA1MS0xMTMgNTEtMTM4IDAtNC00LTctMTIyLTcxLTEyNC03MS04IDAtNDYgNDd0LTUyIDY4cS0yMC0yLTMwLTJ0LTMwIDJxLTE0LTIxLTUyLTY4dC00Ni00N3EtMiAwLTEyNCA3MS00IDMtNCA3IDAgMjUgNTEgMTM4LTE4IDI1LTMwIDUyLTE0OSAxNS0xNDkgMzF2MTQwcTAgMTYgMTQ5IDMxIDEzIDI5IDMwIDUyLTUxIDExMy01MSAxMzggMCA0IDQgNyA0IDIgMzUgMjB0NTkgMzQgMzAgMTZxOCAwIDQ2LTQ2LjV0NTItNjcuNXEyMCAyIDMwIDJ0MzAtMnE1MSA3MSA5MiAxMTJsNiAycTQgMCAxMjQtNzAgNC0zIDQtNyAwLTI1LTUxLTEzOCAxNy0yMyAzMC01MiAxNDktMTUgMTQ5LTMxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb21tZW50cyIgdW5pY29kZT0i74KGIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE0MDggNzY4cTAtMTM5LTk0LTI1N3QtMjU2LjUtMTg2LjVUNzA0IDI1NnEtODYgMC0xNzYgMTYtMTI0LTg4LTI3OC0xMjgtMzYtOS04Ni0xNmgtM3EtMTEgMC0yMC41IDhUMTI5IDE1N3EtMSAzLTEgNi41dC41IDYuNSAyIDZsMi41IDUgMy41IDUuNSA0IDUgNC41IDUgNCA0LjVxNSA2IDIzIDI1dDI2IDI5LjUgMjIuNSAyOSAyNSAzOC41IDIwLjUgNDRRMTQyIDQzOSA3MSA1NDRUMCA3NjhxMCAxMzkgOTQgMjU3dDI1Ni41IDE4Ni41VDcwNCAxMjgwdDM1My41LTY4LjVUMTMxNCAxMDI1dDk0LTI1N3ptMzg0LTI1NnEwLTEyMC03MS0yMjQuNVQxNTI2IDExMXExMC0yNCAyMC41LTQ0dDI1LTM4LjUgMjIuNS0yOSAyNi0yOS41IDIzLTI1cTEtMSA0LTQuNXQ0LjUtNSA0LTUgMy41LTUuNWwyLjUtNSAyLTYgLjUtNi41LTEtNi41cS0zLTE0LTEzLTIydC0yMi03cS01MCA3LTg2IDE2LTE1NCA0MC0yNzggMTI4LTkwLTE2LTE3Ni0xNi0yNzEgMC00NzIgMTMyIDU4LTQgODgtNCAxNjEgMCAzMDkgNDV0MjY0IDEyOXExMjUgOTIgMTkyIDIxMnQ2NyAyNTRxMCA3Ny0yMyAxNTIgMTI5LTcxIDIwNC0xNzh0NzUtMjMweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aHVtYnNfdXBfYWx0IiB1bmljb2RlPSLvgociIGQ9Ik0yNTYgMTkycTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0xMTUyIDU3NnEwIDUxLTM5IDg5LjV0LTg5IDM4LjVIOTI4cTAgNTggNDggMTU5LjV0NDggMTYwLjVxMCA5OC0zMiAxNDV0LTEyOCA0N3EtMjYtMjYtMzgtODV0LTMwLjUtMTI1LjVUNzM2IDEwODhxLTIyLTIzLTc3LTkxLTQtNS0yMy0zMHQtMzEuNS00MS0zNC41LTQyLjUtNDAtNDQtMzguNS0zNS41LTQwLTI3LTM1LjUtOWgtMzJWMTI4aDMycTEzIDAgMzEuNS0zdDMzLTYuNSAzOC0xMSAzNS0xMS41VDU4OSA4My41IDYxOCA3M1E4MjkgMCA5NjAgMGgxMjFxMTkyIDAgMTkyIDE2NyAwIDI2LTUgNTYgMzAgMTYgNDcuNSA1Mi41VDEzMzMgMzQ5dC0xOCA2OXE1MyA1MCA1MyAxMTkgMCAyNS0xMCA1NS41dC0yNSA0Ny41cTMyIDEgNTMuNSA0N3QyMS41IDgxem0xMjggMXEwLTg5LTQ5LTE2MyA5LTMzIDktNjkgMC03Ny0zOC0xNDQgMy0yMSAzLTQzIDAtMTAxLTYwLTE3OCAxLTEzOS04NS0yMTkuNVQxMDg5LTEyOEg5NjBxLTk2IDAtMTg5LjUgMjIuNVQ1NTQtNDBRNDM4IDAgNDE2IDBIMTI4UTc1IDAgMzcuNSAzNy41VDAgMTI4djY0MHEwIDUzIDM3LjUgOTAuNVQxMjggODk2aDI3NHEzNiAyNCAxMzcgMTU1IDU4IDc1IDEwNyAxMjggMjQgMjUgMzUuNSA4NS41VDcxMiAxMzkxdDYyIDEwOHEzOSAzNyA5MCAzNyA4NCAwIDE1MS0zMi41dDEwMi0xMDEuNSAzNS0xODZxMC05My00OC0xOTJoMTc2cTEwNCAwIDE4MC03NnQ3Ni0xNzl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InRodW1ic19kb3duX2FsdCIgdW5pY29kZT0i74KIIiBkPSJNMjU2IDEwODhxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDUgMTktNDUgNDUtMTkgNDUgMTkgMTkgNDV6bTExNTItNTc2cTAgMzUtMjEuNSA4MXQtNTMuNSA0N3ExNSAxNyAyNSA0Ny41dDEwIDU1LjVxMCA2OS01MyAxMTkgMTggMzEgMTggNjkgMCAzNy0xNy41IDczLjVUMTI2OCAxMDU3cTUgMzAgNSA1NiAwIDg1LTQ5IDEyNnQtMTM2IDQxSDk2MHEtMTMxIDAtMzQyLTczLTUtMi0yOS0xMC41dC0zNS41LTEyLjUtMzUtMTEuNS0zOC0xMS0zMy02LjUtMzEuNS0zaC0zMlY1MTJoMzJxMTYgMCAzNS41LTl0NDAtMjcgMzguNS0zNS41IDQwLTQ0IDM0LjUtNDIuNSAzMS41LTQxIDIzLTMwcTU1LTY4IDc3LTkxIDQxLTQzIDU5LjUtMTA5LjVUODI2LTQzdDM4LTg1cTk2IDAgMTI4IDQ3dDMyIDE0NXEwIDU5LTQ4IDE2MC41VDkyOCAzODRoMzUycTUwIDAgODkgMzguNXQzOSA4OS41em0xMjgtMXEwLTEwMy03Ni0xNzl0LTE4MC03NmgtMTc2cTQ4LTk5IDQ4LTE5MiAwLTExOC0zNS0xODYtMzUtNjktMTAyLTEwMS41VDg2NC0yNTZxLTUxIDAtOTAgMzctMzQgMzMtNTQgODJ0LTI1LjUgOTAuNVQ2NzcgMzh0LTMxIDY0cS00OCA1MC0xMDcgMTI3LTEwMSAxMzEtMTM3IDE1NUgxMjhxLTUzIDAtOTAuNSAzNy41VDAgNTEydjY0MHEwIDUzIDM3LjUgOTAuNVQxMjggMTI4MGgyODhxMjIgMCAxMzggNDAgMTI4IDQ0IDIyMyA2NnQyMDAgMjJoMTEycTE0MCAwIDIyNi41LTc5dDg1LjUtMjE2di01cTYwLTc3IDYwLTE3OCAwLTIyLTMtNDMgMzgtNjcgMzgtMTQ0IDAtMzYtOS02OSA0OS03MyA0OS0xNjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN0YXJfaGFsZiIgdW5pY29kZT0i74KJIiBob3Jpei1hZHYteD0iODk2IiBkPSJNODMyIDE1MDRWMTY1TDM4My03MXEtMjItMTItNDAtMTItMjEgMC0zMS41IDE0LjVUMzAxLTMzcTAgNiAyIDIwbDg2IDUwMEwyNSA4NDFRMCA4NjggMCA4ODlxMCAzNyA1NiA0Nmw1MDIgNzMgMjI1IDQ1NXExOSA0MSA0OSA0MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaGVhcnRfZW1wdHkiIHVuaWNvZGU9Iu+CiiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDk0MHEwIDgxLTIxLjUgMTQzdC01NSA5OC41LTgxLjUgNTkuNS05NCAzMS05OCA4LTExMi0yNS41LTExMC41LTY0LTg2LjUtNzItNjAtNjEuNXEtMTgtMjItNDktMjJ0LTQ5IDIycS0yNCAyOC02MCA2MS41dC04Ni41IDcyLTExMC41IDY0LTExMiAyNS41LTk4LTgtOTQtMzEtODEuNS01OS41LTU1LTk4LjVUMTI4IDk0MHEwLTE2OCAxODctMzU1TDg5NiAyNWw1ODAgNTU5cTE4OCAxODggMTg4IDM1NnptMTI4IDBxMC0yMjEtMjI5LTQ1MEw5NDAtMTEwcS0xOC0xOC00NC0xOHQtNDQgMThMMjI4IDQ5MnEtMTAgOC0yNy41IDI2VDE0NSA1ODMuNSA3NyA2ODEgMjMuNSA4MDIgMCA5NDBxMCAyMjAgMTI3IDM0NHQzNTEgMTI0cTYyIDAgMTI2LjUtMjEuNXQxMjAtNThUODIwIDEyNjB0NzYtNjhxMzYgMzYgNzYgNjh0OTUuNSA2OC41IDEyMCA1OFQxMzE0IDE0MDhxMjI0IDAgMzUxLTEyNHQxMjctMzQ0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzaWdub3V0IiB1bmljb2RlPSLvgosiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNjQwIDk2cTAtNCAxLTIwdC41LTI2LjUtMy0yMy41LTEwLTE5LjVUNjA4IDBIMjg4UTE2OSAwIDg0LjUgODQuNVQwIDI4OHY3MDRxMCAxMTkgODQuNSAyMDMuNVQyODggMTI4MGgzMjBxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXEwLTQgMS0yMHQuNS0yNi41LTMtMjMuNS0xMC0xOS41LTIwLjUtNi41SDI4OHEtNjYgMC0xMTMtNDd0LTQ3LTExM1YyODhxMC02NiA0Ny0xMTN0MTEzLTQ3aDMxMmwxMS41LTEgMTEuNS0zIDgtNS41IDctOSAyLTEzLjV6bTkyOCA1NDRxMC0yNi0xOS00NUwxMDA1IDUxcS0xOS0xOS00NS0xOXQtNDUgMTktMTkgNDV2Mjg4SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDV2Mzg0cTAgMjYgMTkgNDV0NDUgMTloNDQ4djI4OHEwIDI2IDE5IDQ1dDQ1IDE5IDQ1LTE5bDU0NC01NDRxMTktMTkgMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImxpbmtlZGluX3NpZ24iIHVuaWNvZGU9Iu+CjCIgZD0iTTIzNyAxMjJoMjMxdjY5NEgyMzdWMTIyem0yNDYgOTA4cS0xIDUyLTM2IDg2dC05MyAzNC05NC41LTM0LTM2LjUtODZxMC01MSAzNS41LTg1LjVUMzUxIDkxMGgxcTU5IDAgOTUgMzQuNXQzNiA4NS41em01ODUtOTA4aDIzMXYzOThxMCAxNTQtNzMgMjMzdC0xOTMgNzlxLTEzNiAwLTIwOS0xMTdoMnYxMDFINTk1cTMtNjYgMC02OTRoMjMxdjM4OHEwIDM4IDcgNTYgMTUgMzUgNDUgNTkuNXQ3NCAyNC41cTExNiAwIDExNi0xNTdWMTIyem00NjggOTk4VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InB1c2hwaW4iIHVuaWNvZGU9Iu+CjSIgaG9yaXotYWR2LXg9IjExNTIiIGQ9Ik00ODAgNjcydjQ0OHEwIDE0LTkgMjN0LTIzIDktMjMtOS05LTIzVjY3MnEwLTE0IDktMjN0MjMtOSAyMyA5IDkgMjN6bTY3Mi0zNTJxMC0yNi0xOS00NXQtNDUtMTlINjU5bC01MS00ODNxLTItMTItMTAuNS0yMC41VDU3Ny0yNTZoLTFxLTI3IDAtMzIgMjdsLTc2IDQ4NUg2NHEtMjYgMC00NSAxOVQwIDMyMHEwIDEyMyA3OC41IDIyMS41VDI1NiA2NDB2NTEycS01MiAwLTkwIDM4dC0zOCA5MCAzOCA5MCA5MCAzOGg2NDBxNTIgMCA5MC0zOHQzOC05MC0zOC05MC05MC0zOFY2NDBxOTkgMCAxNzcuNS05OC41VDExNTIgMzIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleHRlcm5hbF9saW5rIiB1bmljb2RlPSLvgo4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTQwOCA2MDhWMjg4cTAtMTE5LTg0LjUtMjAzLjVUMTEyMCAwSDI4OFExNjkgMCA4NC41IDg0LjVUMCAyODh2ODMycTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoNzA0cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlIMjg4cS02NiAwLTExMy00N3QtNDctMTEzVjI4OHEwLTY2IDQ3LTExM3QxMTMtNDdoODMycTY2IDAgMTEzIDQ3dDQ3IDExM3YzMjBxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjN6bTM4NCA4NjRWOTYwcTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5bC0xNzYgMTc2LTY1Mi02NTJxLTEwLTEwLTIzLTEwdC0yMyAxMEw2OTUgNTUzcS0xMCAxMC0xMCAyM3QxMCAyM2w2NTIgNjUyLTE3NiAxNzZxLTE5IDE5LTE5IDQ1dDE5IDQ1IDQ1IDE5aDUxMnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzaWduaW4iIHVuaWNvZGU9Iu+CkCIgZD0iTTExODQgNjQwcTAtMjYtMTktNDVMNjIxIDUxcS0xOS0xOS00NS0xOXQtNDUgMTktMTkgNDV2Mjg4SDY0cS0yNiAwLTQ1IDE5VDAgNDQ4djM4NHEwIDI2IDE5IDQ1dDQ1IDE5aDQ0OHYyODhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOWw1NDQtNTQ0cTE5LTE5IDE5LTQ1em0zNTIgMzUyVjI4OHEwLTExOS04NC41LTIwMy41VDEyNDggMEg5MjhxLTEzIDAtMjIuNSA5LjVUODk2IDMycTAgNC0xIDIwdC0uNSAyNi41IDMgMjMuNSAxMCAxOS41VDkyOCAxMjhoMzIwcTY2IDAgMTEzIDQ3dDQ3IDExM3Y3MDRxMCA2Ni00NyAxMTN0LTExMyA0N0g5MzZsLTExLjUgMS0xMS41IDMtOCA1LjUtNyA5LTIgMTMuNXEwIDQtMSAyMHQtLjUgMjYuNSAzIDIzLjUgMTAgMTkuNSAyMC41IDYuNWgzMjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDk5MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHJvcGh5IiB1bmljb2RlPSLvgpEiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNDU4IDY1M3EtNzQgMTYyLTc0IDM3MUgxMjh2LTk2cTAtNzggOTQuNS0xNjJUNDU4IDY1M3ptMTA3OCAyNzV2OTZoLTI1NnEwLTIwOS03NC0zNzEgMTQxIDI5IDIzNS41IDExM3Q5NC41IDE2MnptMTI4IDEyOFY5MjhxMC03MS00MS41LTE0M3QtMTEyLTEzMC0xNzMtOTcuNVQxMTIyIDUxM3EtNDItNTQtOTUtOTUtMzgtMzQtNTIuNS03Mi41VDk2MCAyNTZxMC01NCAzMC41LTkxdDk3LjUtMzdxNzUgMCAxMzMuNS00NS41VDEyODAtMzJ2LTY0cTAtMTQtOS0yM3QtMjMtOUg0MTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDY5IDU4LjUgMTE0LjVUNTc2IDEyOHE2NyAwIDk3LjUgMzd0MzAuNSA5MXEwIDUxLTE0LjUgODkuNVQ2MzcgNDE4cS01MyA0MS05NSA5NS0xMTMgNS0yMTUuNSA0NC41dC0xNzMgOTcuNS0xMTIgMTMwVDAgOTI4djEyOHEwIDQwIDI4IDY4dDY4IDI4aDI4OHY5NnEwIDY2IDQ3IDExM3QxMTMgNDdoNTc2cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMjg4cTQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImdpdGh1Yl9zaWduIiB1bmljb2RlPSLvgpIiIGQ9Ik01MTkgMzM2cTQgNi0zIDEzLTkgNy0xNCAyLTQtNiAzLTEzIDktNyAxNC0yem0tMjggNDFxLTUgNy0xMiA0LTYtNCAwLTEyIDctOCAxMi01IDYgNCAwIDEzem0tNDEgNDBxMiA0LTUgOC03IDItOC0yLTMtNSA0LTggOC0yIDkgMnptMjEtMjNxMiAxIDEuNSA0LjVUNDY5IDQwNHEtNiA3LTEwIDN0MS0xMXE2LTYgMTEtMnptODYtNzVxMiA3LTkgMTEtOSAzLTEzLTQtMi03IDktMTEgOS0zIDEzIDR6bTQyLTNxMCA4LTEyIDgtMTAgMC0xMC04dDExLTggMTEgOHptMzkgN3EtMiA3LTEzIDV0LTktOXEyLTggMTItNnQxMCAxMHptNjQyIDMxN3EwIDIxMi0xNTAgMzYydC0zNjIgMTUwLTM2Mi0xNTAtMTUwLTM2MnEwLTE2NyA5OC0zMDAuNVQ2MDYgMTU0cTE4LTMgMjYuNSA1dDguNSAyMHEwIDUyLTEgOTUtNi0xLTE1LjUtMi41dC0zNS41LTItNDggNC00My41IDIwVDQ2OCAzMzVxLTIzIDU5LTU3IDc0LTIgMS00LjUgMy41bC04IDgtNyA5LjUgNCA3LjVMNDE1IDQ0MXE2IDAgMTUtMnQzMC0xNS41IDMzLTM1LjVxMTYtMjggMzcuNS00MnQ0My41LTE0IDM4IDMuNSAzMCA5LjVxNyA0NyAzMyA2OS00OSA2LTg2IDE4LjV0LTczIDM5LTU1LjUgNzZUNDQxIDY2N3EwIDc5IDUzIDEzNy0yNCA2MiA1IDEzNiAxOSA2IDU0LjUtNy41VDYxNCA5MDNsMjYtMTZxNTggMTcgMTI4IDE3dDEyOC0xN3ExMSA3IDI4LjUgMTh0NTUuNSAyNiA1NyA5cTI5LTc0IDUtMTM2IDUzLTU4IDUzLTEzNyAwLTU3LTE0LTEwMC41dC0zNS41LTcwVDk5MiA0NTJ0LTYyLjUtMjYtNjguNS0xMnEzNS0zMSAzNS05NSAwLTQwLS41LTg5dC0uNS01MXEwLTEyIDguNS0yMHQyNi41LTVxMTU0IDUyIDI1MiAxODUuNXQ5OCAzMDAuNXptMjU2IDQ4MFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1cGxvYWRfYWx0IiB1bmljb2RlPSLvgpMiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTI4MCA2NHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMjU2IDBxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDUgMTktNDUgNDUtMTkgNDUgMTkgMTkgNDV6bTEyOCAyMjRWLTMycTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMzJ2MzIwcTAgNDAgMjggNjh0NjggMjhoNDI3cTIxLTU2IDcwLjUtOTJUNzA0IDI1NmgyNTZxNjEgMCAxMTAuNSAzNnQ3MC41IDkyaDQyN3E0MCAwIDY4LTI4dDI4LTY4em0tMzI1IDY0OHEtMTctNDAtNTktNDBoLTI1NlY0NDhxMC0yNi0xOS00NXQtNDUtMTlINzA0cS0yNiAwLTQ1IDE5dC0xOSA0NXY0NDhIMzg0cS00MiAwLTU5IDQwLTE3IDM5IDE0IDY5bDQ0OCA0NDhxMTggMTkgNDUgMTl0NDUtMTlsNDQ4LTQ0OHEzMS0zMCAxNC02OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibGVtb24iIHVuaWNvZGU9Iu+ClCIgZD0iTTE0MDcgNzEwcTAgNDQtNyAxMTMuNXQtMTggOTYuNXEtMTIgMzAtMTcgNDR0LTkgMzYuNS00IDQ4LjVxMCAyMyA1IDY4LjV0NSA2Ny41cTAgMzctMTAgNTUtNCAxLTEzIDEtMTkgMC01OC00LjV0LTU5LTQuNXEtNjAgMC0xNzYgMjR0LTE3NSAyNHEtNDMgMC05NC41LTExLjV0LTg1LTIzLjUtODkuNS0zNHEtMTM3LTU0LTIwMi0xMDMtOTYtNzMtMTU5LjUtMTg5LjV0LTg4LTIzNlQxMjggNDM0cTAtNDAgMTIuNS0xMjBUMTUzIDE5M3EwLTIzLTExLTY2LjVUMTMxIDYxdDEyLTM2LjVUMTc3IDEwcTI0IDAgNzIuNSAxMVQzMjMgMzJxNTcgMCAxNjkuNS0xNS41VDY2MiAxcTE4MSAwIDI4NCAzNiAxMjkgNDUgMjM1LjUgMTUyLjV0MTY2IDI0NS41IDU5LjUgMjc1em0xMjggMnEwLTE2NS03MC0zMjcuNXQtMTk2LTI4OFQ5ODgtODRxLTEyNC00NC0zMjYtNDQtNTcgMC0xNzAgMTQuNVQzMjMtOTlxLTI0IDAtNzIuNS0xNC41VDE3Ny0xMjhxLTczIDAtMTIzLjUgNTUuNVQzIDU2cTAgMjQgMTEgNjh0MTEgNjdxMCA0MC0xMi41IDEyMC41VDAgNDMzcTAgMTExIDE4IDIxNy41VDcyLjUgODYwIDE3MyAxMDU0dDE1MCAxNTZxNzggNTkgMjMyIDEyMCAxOTQgNzggMzE2IDc4IDYwIDAgMTc1LjUtMjR0MTczLjUtMjRxMTkgMCA1NyA1dDU4IDVxODEgMCAxMTgtNTAuNXQzNy0xMzQuNXEwLTIzLTUtNjh0LTUtNjhxMC0xMyAyLTI1dDMuNS0xNi41IDcuNS0yMC41IDgtMjBxMTYtNDAgMjUtMTE4LjV0OS0xMzYuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGhvbmUiIHVuaWNvZGU9Iu+ClSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xNDA4IDI5NnEwLTI3LTEwLTcwLjV0LTIxLTY4LjVxLTIxLTUwLTEyMi0xMDYtOTQtNTEtMTg2LTUxLTI3IDAtNTMgMy41VDk1OC41IDE2dC00NyAxNC41VDg1NiA1MXQtNDkgMThxLTk4IDM1LTE3NSA4My0xMjcgNzktMjY0IDIxNlQxNTIgNjMycS00OCA3Ny04MyAxNzUtMyA5LTE4IDQ5dC0yMC41IDU1LjUtMTQuNSA0N1QzLjUgMTAxNiAwIDEwNjlxMCA5MiA1MSAxODYgNTYgMTAxIDEwNiAxMjIgMjUgMTEgNjguNSAyMXQ3MC41IDEwcTE0IDAgMjEtMyAxOC02IDUzLTc2IDExLTE5IDMwLTU0dDM1LTYzLjUgMzEtNTMuNXEzLTQgMTcuNS0yNXQyMS41LTM1LjUgNy0yOC41cTAtMjAtMjguNS01MHQtNjItNTUtNjItNTMtMjguNS00NnEwLTkgNS0yMi41dDguNS0yMC41IDE0LTI0IDExLjUtMTlxNzYtMTM3IDE3NC0yMzV0MjM1LTE3NHEyLTEgMTktMTEuNXQyNC0xNCAyMC41LTguNSAyMi41LTVxMTggMCA0NiAyOC41dDUzIDYyIDU1IDYyIDUwIDI4LjVxMTQgMCAyOC41LTd0MzUuNS0yMS41IDI1LTE3LjVxMjUtMTUgNTMuNS0zMXQ2My41LTM1IDU0LTMwcTcwLTM1IDc2LTUzIDMtNyAzLTIxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja19lbXB0eSIgdW5pY29kZT0i74KWIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTExMjAgMTI4MEgyODhxLTY2IDAtMTEzLTQ3dC00Ny0xMTNWMjg4cTAtNjYgNDctMTEzdDExMy00N2g4MzJxNjYgMCAxMTMgNDd0NDcgMTEzdjgzMnEwIDY2LTQ3IDExM3QtMTEzIDQ3em0yODgtMTYwVjI4OHEwLTExOS04NC41LTIwMy41VDExMjAgMEgyODhRMTY5IDAgODQuNSA4NC41VDAgMjg4djgzMnEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDgzMnExMTkgMCAyMDMuNS04NC41VDE0MDggMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYm9va21hcmtfZW1wdHkiIHVuaWNvZGU9Iu+ClyIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTUyIDEyODBIMTI4VjM4bDQyMyA0MDYgODkgODUgODktODUgNDIzLTQwNnYxMjQyem0xMiAxMjhxMjMgMCA0NC05IDMzLTEzIDUyLjUtNDF0MTkuNS02MlY3cTAtMzQtMTkuNS02MlQxMjA4LTk2cS0xOS04LTQ0LTgtNDggMC04MyAzMkw2NDAgMzUyIDE5OS03MnEtMzYtMzMtODMtMzMtMjMgMC00NCA5LTMzIDEzLTUyLjUgNDFUMCA3djEyODlxMCAzNCAxOS41IDYydDUyLjUgNDFxMjEgOSA0NCA5aDEwNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBob25lX3NpZ24iIHVuaWNvZGU9Iu+CmCIgZD0iTTEyODAgMzQzcTAgMTEtMiAxNnQtMTggMTYuNS00MC41IDI1VDExNzIgNDI3dC00NS41IDI1LTI4LjUgMTVxLTUgMy0xOSAxM3QtMjUgMTUtMjEgNXEtMTUgMC0zNi41LTIwLjV0LTM5LjUtNDUtMzguNS00NVQ4ODUgMzY5cS03IDAtMTYuNSAzLjVUODUzIDM3OXQtMTcgOS41LTE0IDguNXEtOTkgNTUtMTcwIDEyNi41VDUyNSA2OTRxLTIgMy04LjUgMTR0LTkuNSAxNy02LjUgMTUuNVQ0OTcgNzU3cTAgMTMgMjAuNSAzMy41dDQ1IDM4LjUgNDUgMzkuNVQ2MjggOTA1cTAgMTAtNSAyMXQtMTUgMjUtMTMgMTlxLTMgNi0xNSAyOC41dC0yNSA0NS41LTI2LjUgNDcuNS0yNSA0MC41LTE2LjUgMTgtMTYgMnEtNDggMC0xMDEtMjItNDYtMjEtODAtOTQuNVQyNTYgOTA1cTAtMTYgMi41LTM0dDUtMzAuNSA5LTMzIDEwLTI5LjUgMTIuNS0zMyAxMS0zMHE2MC0xNjQgMjE2LjUtMzIwLjVUODQzIDE3OHE2LTIgMzAtMTF0MzMtMTIuNSAyOS41LTEwIDMzLTkgMzAuNS01IDM0LTIuNXE1NyAwIDEzMC41IDM0dDk0LjUgODBxMjIgNTMgMjIgMTAxem0yNTYgNzc3VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InR3aXR0ZXIiIHVuaWNvZGU9Iu+CmSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjIwIDExMjhxLTY3LTk4LTE2Mi0xNjcgMS0xNCAxLTQyIDAtMTMwLTM4LTI1OS41VDEzMDUuNSA0MTEgMTEyMSAyMDAuNXQtMjU4LTE0NlQ1NDAgMFEyNjkgMCA0NCAxNDVxMzUtNCA3OC00IDIyNSAwIDQwMSAxMzgtMTA1IDItMTg4IDY0LjVUMjIxIDUwM3EzMy01IDYxLTUgNDMgMCA4NSAxMS0xMTIgMjMtMTg1LjUgMTExLjVUMTA4IDgyNnY0cTY4LTM4IDE0Ni00MS02NiA0NC0xMDUgMTE1dC0zOSAxNTRxMCA4OCA0NCAxNjMgMTIxLTE0OSAyOTQuNS0yMzguNVQ4MjAgODgzcS04IDM4LTggNzQgMCAxMzQgOTQuNSAyMjguNVQxMTM1IDEyODBxMTQwIDAgMjM2LTEwMiAxMDkgMjEgMjA1IDc4LTM3LTExNS0xNDItMTc4IDkzIDEwIDE4NiA1MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZmFjZWJvb2siIHVuaWNvZGU9Iu+CmiIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik05NTkgMTUyNHYtMjY0SDgwMnEtODYgMC0xMTYtMzZ0LTMwLTEwOFY5MjdoMjkzbC0zOS0yOTZINjU2di03NTlIMzUwdjc1OUg5NXYyOTZoMjU1djIxOHEwIDE4NiAxMDQgMjg4LjVUNzMxIDE1MzZxMTQ3IDAgMjI4LTEyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnaXRodWIiIHVuaWNvZGU9Iu+CmyIgZD0iTTc2OCAxNDA4cTIwOSAwIDM4NS41LTEwM3QyNzkuNS0yNzkuNVQxNTM2IDY0MHEwLTI1MS0xNDYuNS00NTEuNVQxMDExLTg5cS0yNy01LTQwIDd0LTEzIDMwcTAgMyAuNSA3Ni41VDk1OSAxNTlxMCA5Ny01MiAxNDIgNTcgNiAxMDIuNSAxOHQ5NCAzOSA4MSA2Ni41IDUzIDEwNVQxMjU4IDY4MHEwIDExOS03OSAyMDYgMzcgOTEtOCAyMDQtMjggOS04MS0xMXQtOTItNDRsLTM4LTI0cS05MyAyNi0xOTIgMjZ0LTE5Mi0yNnEtMTYgMTEtNDIuNSAyN3QtODMuNSAzOC41LTg1IDEzLjVxLTQ1LTExMy04LTIwNC03OS04Ny03OS0yMDYgMC04NSAyMC41LTE1MFQzNTEgNDI1dDgwLjUtNjcgOTQtMzlUNjI4IDMwMXEtMzktMzYtNDktMTAzLTIxLTEwLTQ1LTE1dC01Ny01LTY1LjUgMjEuNVQzNTYgMjYycS0xOSAzMi00OC41IDUyVDI1OCAzMzhsLTIwIDNxLTIxIDAtMjktNC41dC01LTExLjUgOS0xNCAxMy0xMmw3LTVxMjItMTAgNDMuNS0zOHQzMS41LTUxbDEwLTIzcTEzLTM4IDQ0LTYxLjV0NjctMzAgNjkuNS03VDU1NCA4N2wyMyA0cTAtMzggLjUtODguNVQ1NzgtNTJxMC0xOC0xMy0zMHQtNDAtN1EyOTMtMTIgMTQ2LjUgMTg4LjVUMCA2NDBxMCAyMDkgMTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh6TTI5MSAzMDVxMyA3LTcgMTItMTAgMy0xMy0yLTMtNyA3LTEyIDktNiAxMyAyem0zMS0zNHE3IDUtMiAxNi0xMCA5LTE2IDMtNy01IDItMTYgMTAtMTAgMTYtM3ptMzAtNDVxOSA3IDAgMTktOCAxMy0xNyA2LTktNSAwLTE4dDE3LTd6bTQyLTQycTggOC00IDE5LTEyIDEyLTIwIDMtOS04IDQtMTkgMTItMTIgMjAtM3ptNTctMjVxMyAxMS0xMyAxNi0xNSA0LTE5LTd0MTMtMTVxMTUtNiAxOSA2em02My01cTAgMTMtMTcgMTEtMTYgMC0xNi0xMSAwLTEzIDE3LTExIDE2IDAgMTYgMTF6bTU4IDEwcS0yIDExLTE4IDktMTYtMy0xNC0xNXQxOC04IDE0IDE0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmxvY2siIHVuaWNvZGU9Iu+CnCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjY0IDk2MFY3MDRxMC0yNi0xOS00NXQtNDUtMTloLTY0cS0yNiAwLTQ1IDE5dC0xOSA0NXYyNTZxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MVY3NjhoOTZxNDAgMCA2OC0yOHQyOC02OFY5NnEwLTQwLTI4LTY4dC02OC0yOEg5NlE1NiAwIDI4IDI4VDAgOTZ2NTc2cTAgNDAgMjggNjh0NjggMjhoNjcydjE5MnEwIDE4NSAxMzEuNSAzMTYuNVQxMjE2IDE0MDh0MzE2LjUtMTMxLjVUMTY2NCA5NjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNyZWRpdF9jYXJkIiB1bmljb2RlPSLvgp0iIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTc2MCAxNDA4cTY2IDAgMTEzLTQ3dDQ3LTExM1YzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMCAzMnYxMjE2cTAgNjYgNDcgMTEzdDExMyA0N2gxNjAwek0xNjAgMTI4MHEtMTMgMC0yMi41LTkuNVQxMjggMTI0OHYtMjI0aDE2NjR2MjI0cTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDE2MHpNMTc2MCAwcTEzIDAgMjIuNSA5LjVUMTc5MiAzMnY2MDhIMTI4VjMycTAtMTMgOS41LTIyLjVUMTYwIDBoMTYwMHpNMjU2IDEyOHYxMjhoMjU2VjEyOEgyNTZ6bTM4NCAwdjEyOGgzODRWMTI4SDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icnNzIiB1bmljb2RlPSLvgp4iIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMzg0IDE5MnEwLTgwLTU2LTEzNlQxOTIgMCA1NiA1NiAwIDE5MnQ1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6TTg5NiA2OXEyLTI4LTE3LTQ4LTE4LTIxLTQ3LTIxSDY5N3EtMjUgMC00MyAxNi41VDYzNCA1OHEtMjIgMjI5LTE4NC41IDM5MS41VDU4IDYzNHEtMjUgMi00MS41IDIwVDAgNjk3djEzNXEwIDI5IDIxIDQ3IDE3IDE3IDQzIDE3aDVxMTYwLTEzIDMwNi04MC41VDYzNCA2MzRxMTE0LTExMyAxODEuNS0yNTlUODk2IDY5em01MTItMnEyLTI3LTE4LTQ3LTE4LTIwLTQ2LTIwaC0xNDNxLTI2IDAtNDQuNSAxNy41VDExMzcgNjBxLTEyIDIxNS0xMDEgNDA4LjV0LTIzMS41IDMzNi0zMzYgMjMxLjVUNjAgMTEzOHEtMjUgMS00Mi41IDE5LjVUMCAxMjAxdjE0M3EwIDI4IDIwIDQ2IDE4IDE4IDQ0IDE4aDNxMjYyLTEzIDUwMS41LTEyMFQ5OTQgOTk0cTE4Ny0xODYgMjk0LTQyNS41VDE0MDggNjd6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhkZCIgdW5pY29kZT0i74KgIiBkPSJNMTA0MCAzMjBxMC0zMy0yMy41LTU2LjVUOTYwIDI0MHQtNTYuNSAyMy41VDg4MCAzMjB0MjMuNSA1Ni41VDk2MCA0MDB0NTYuNS0yMy41VDEwNDAgMzIwem0yNTYgMHEwLTMzLTIzLjUtNTYuNVQxMjE2IDI0MHQtNTYuNSAyMy41VDExMzYgMzIwdDIzLjUgNTYuNVQxMjE2IDQwMHQ1Ni41LTIzLjVUMTI5NiAzMjB6bTExMi0xNjB2MzIwcTAgMTMtOS41IDIyLjVUMTM3NiA1MTJIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCA0ODBWMTYwcTAtMTMgOS41LTIyLjVUMTYwIDEyOGgxMjE2cTEzIDAgMjIuNSA5LjV0OS41IDIyLjV6TTE3OCA2NDBoMTE4MGwtMTU3IDQ4MnEtNCAxMy0xNiAyMS41dC0yNiA4LjVIMzc3cS0xNCAwLTI2LTguNXQtMTYtMjEuNXptMTM1OC0xNjBWMTYwcTAtNjYtNDctMTEzVDEzNzYgMEgxNjBROTQgMCA0NyA0N1QwIDE2MHYzMjBxMCAyNSAxNiA3NWwxOTcgNjA2cTE3IDUzIDYzIDg2dDEwMSAzM2g3ODJxNTUgMCAxMDEtMzN0NjMtODZsMTk3LTYwNnExNi01MCAxNi03NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYnVsbGhvcm4iIHVuaWNvZGU9Iu+CoSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDg5NnE1MyAwIDkwLjUtMzcuNVQxNzkyIDc2OHQtMzcuNS05MC41VDE2NjQgNjQwVjI1NnEwLTUyLTM4LTkwdC05MC0zOHEtNDE3IDM0Ny04MTIgMzgwLTU4LTE5LTkxLTY2dC0zMS0xMDAuNSA0MC05Mi41cS0yMC0zMy0yMy02NS41dDYtNTggMzMuNS01NSA0OC01MFQ3NjgtMzBxLTI5LTU4LTExMS41LTgzVDQ4OC0xMjQuNSAzNTYtNjlxLTcgMjMtMjkuNSA4Ny41dC0zMiA5NC41LTIzIDg5LTE1IDEwMSAzLjUgOTguNVQyODIgNTEySDE2MHEtNjYgMC0xMTMgNDdUMCA2NzJ2MTkycTAgNjYgNDcgMTEzdDExMyA0N2g0ODBxNDM1IDAgODk2IDM4NCA1MiAwIDkwLTM4dDM4LTkwVjg5NnptLTEyOC02MDR2OTU0cS0zOTQtMzAyLTc2OC0zNDNWNjMzcTM3Ny00MiA3NjgtMzQxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiZWxsIiB1bmljb2RlPSLvgqIiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNOTEyLTE2MHEwIDE2LTE2IDE2LTU5IDAtMTAxLjUgNDIuNVQ3NTIgMHEwIDE2LTE2IDE2VDcyMCAwcTAtNzMgNTEuNS0xMjQuNVQ4OTYtMTc2cTE2IDAgMTYgMTZ6TTI0NiAxMjhoMTMwMHEtMjY2IDMwMC0yNjYgODMyIDAgNTEtMjQgMTA1dC02OSAxMDMtMTIxLjUgODAuNVQ4OTYgMTI4MHQtMTY5LjUtMzEuNVQ2MDUgMTE2OHQtNjktMTAzLTI0LTEwNXEwLTUzMi0yNjYtODMyem0xNDgyIDBxMC01Mi0zOC05MHQtOTAtMzhoLTQ0OHEwLTEwNi03NS0xODF0LTE4MS03NS0xODEgNzVUNjQwIDBIMTkycS01MiAwLTkwIDM4dC0zOCA5MHE1MCA0MiA5MSA4OHQ4NSAxMTkuNVQzMTQuNSA0OTR0NTAgMjA2VDM4NCA5NjBxMCAxNTIgMTE3IDI4Mi41VDgwOCAxNDAxcS04IDE5LTggMzkgMCA0MCAyOCA2OHQ2OCAyOCA2OC0yOCAyOC02OHEwLTIwLTgtMzkgMTkwLTI4IDMwNy0xNTguNVQxNDA4IDk2MHEwLTEzOSAxOS41LTI2MHQ1MC0yMDYgNzQuNS0xNTguNSA4NS0xMTkuNSA5MS04OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2VydGlmaWNhdGUiIHVuaWNvZGU9Iu+CoyIgZD0iTTEzNzYgNjQwbDEzOC0xMzVxMzAtMjggMjAtNzAtMTItNDEtNTItNTFsLTE4OC00OCA1My0xODZxMTItNDEtMTktNzAtMjktMzEtNzAtMTlsLTE4NiA1My00OC0xODhxLTEwLTQwLTUxLTUyLTEyLTItMTktMi0zMSAwLTUxIDIyTDc2OCAzMiA2MzMtMTA2cS0yOC0zMC03MC0yMC00MSAxMS01MSA1MmwtNDggMTg4LTE4Ni01M3EtNDEtMTItNzAgMTktMzEgMjktMTkgNzBsNTMgMTg2LTE4OCA0OHEtNDAgMTAtNTIgNTEtMTAgNDIgMjAgNzBsMTM4IDEzNUwyMiA3NzVxLTMwIDI4LTIwIDcwIDEyIDQxIDUyIDUxbDE4OCA0OC01MyAxODZxLTEyIDQxIDE5IDcwIDI5IDMxIDcwIDE5bDE4Ni01MyA0OCAxODhxMTAgNDEgNTEgNTEgNDEgMTIgNzAtMTlsMTM1LTEzOSAxMzUgMTM5cTI5IDMwIDcwIDE5IDQxLTEwIDUxLTUxbDQ4LTE4OCAxODYgNTNxNDEgMTIgNzAtMTkgMzEtMjkgMTktNzBsLTUzLTE4NiAxODgtNDhxNDAtMTAgNTItNTEgMTAtNDItMjAtNzB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhhbmRfcmlnaHQiIHVuaWNvZGU9Iu+CpCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yNTYgMTkycTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0xNDA4IDU3NnEwIDUxLTM5IDg5LjV0LTg5IDM4LjVIOTYwcTAgMjAgMTUgNDguNXQzMyA1NSAzMyA2OCAxNSA4NC41cTAgNjctNDQuNSA5Ny41VDg5NiAxMjgwcS0yNCAwLTkwLTEzOS0yNC00NC0zNy02NS00MC02NC0xMTItMTQ1LTcxLTgxLTEwMS0xMDYtNjktNTctMTQwLTU3aC0zMlYxMjhoMzJxNzIgMCAxNjctMzJ0MTkzLjUtNjRUOTU2IDBxMTg5IDAgMTg5IDE2NyAwIDI2LTUgNTYgMzAgMTYgNDcuNSA1Mi41VDEyMDUgMzQ5dC0xOCA2OXE1MyA1MCA1MyAxMTkgMCAyNS0xMCA1NS41dC0yNSA0Ny41aDMzMXE1MiAwIDkwIDM4dDM4IDkwem0xMjggMXEwLTEwNS03NS41LTE4MVQxNTM2IDUxMmgtMTY5cS00LTYyLTM3LTExOSAzLTIxIDMtNDMgMC0xMDEtNjAtMTc4IDEtMTM5LTg1LTIxOS41VDk2MS0xMjhxLTEzMyAwLTMyMiA2OVE0NzUgMCA0MTYgMEgxMjhRNzUgMCAzNy41IDM3LjVUMCAxMjh2NjQwcTAgNTMgMzcuNSA5MC41VDEyOCA4OTZoMjg4cTEwIDAgMjEuNSA0LjV0MjMuNSAxNCAyMi41IDE4IDI0IDIyLjUgMjAuNSAyMS41IDE5IDIxLjUgMTQgMTdxNjUgNzQgMTAwIDEyOSAxMyAyMSAzMyA2MnQzNyA3MiA0MC41IDYzIDU1IDQ5LjVUODk2IDE0MDhxMTI1IDAgMjA2LjUtNjd0ODEuNS0xODlxMC02OC0yMi0xMjhoMzc0cTEwNCAwIDE4MC03NnQ3Ni0xNzl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhhbmRfbGVmdCIgdW5pY29kZT0i74KlIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEzNzYgMTI4aDMydjY0MGgtMzJxLTM1IDAtNjcuNSAxMnQtNjIuNSAzNy01MCA0Ni00OSA1NHEtOCA5LTEyIDE0LTcyIDgxLTExMiAxNDUtMTQgMjItMzggNjgtMSAzLTEwLjUgMjIuNXQtMTguNSAzNi0yMCAzNS41LTIxLjUgMzAuNVQ4OTYgMTI4MHEtNzEgMC0xMTUuNS0zMC41VDczNiAxMTUycTAtNDMgMTUtODQuNXQzMy02OCAzMy01NSAxNS00OC41SDI1NnEtNTAgMC04OS0zOC41VDEyOCA3NjhxMC01MiAzOC05MHQ5MC0zOGgzMzFxLTE1LTE3LTI1LTQ3LjVUNTUyIDUzN3EwLTY5IDUzLTExOS0xOC0zMi0xOC02OXQxNy41LTczLjVUNjUyIDIyM3EtNC0yNC00LTU2IDAtODUgNDguNS0xMjZUODMyIDBxODQgMCAxODMgMzJ0MTk0IDY0IDE2NyAzMnptMjg4IDY0cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0xMjggNTc2VjEyOHEwLTUzLTM3LjUtOTAuNVQxNjY0IDBoLTI4OHEtNTkgMC0yMjMtNTktMTkwLTY5LTMxNy02OS0xNDIgMC0yMzAgNzcuNVQ1MTkgMTY3bDEgNXEtNjEgNzYtNjEgMTc4IDAgMjIgMyA0My0zMyA1Ny0zNyAxMTlIMjU2cS0xMDUgMC0xODAuNSA3NlQwIDc2OXEwIDEwMyA3NiAxNzl0MTgwIDc2aDM3NHEtMjIgNjAtMjIgMTI4IDAgMTIyIDgxLjUgMTg5dDIwNi41IDY3cTM4IDAgNjkuNS0xNy41dDU1LTQ5LjUgNDAuNS02MyAzNy03MiAzMy02MnEzNS01NSAxMDAtMTI5IDItMyAxNC0xN3QxOS0yMS41IDIwLjUtMjEuNSAyNC0yMi41IDIyLjUtMTggMjMuNS0xNCAyMS41LTQuNWgyODhxNTMgMCA5MC41LTM3LjVUMTc5MiA3Njh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhhbmRfdXAiIHVuaWNvZGU9Iu+CpiIgZD0iTTEyODAtNjRxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDUgMTktNDUgNDUtMTkgNDUgMTkgMTkgNDV6bTEyOCA3NjRxMCAxODktMTY3IDE4OS0yNiAwLTU2LTUtMTYgMzAtNTIuNSA0Ny41VDEwNTkgOTQ5dC02OS0xOHEtNTAgNTMtMTE5IDUzLTI1IDAtNTUuNS0xMFQ3NjggOTQ5djMzMXEwIDUyLTM4IDkwdC05MCAzOHEtNTEgMC04OS41LTM5dC0zOC41LTg5VjcwNHEtMjAgMC00OC41IDE1dC01NSAzMy02OCAzMy04NC41IDE1cS02NyAwLTk3LjUtNDQuNVQxMjggNjQwcTAtMjQgMTM5LTkwIDQ0LTI0IDY1LTM3IDY0LTQwIDE0NS0xMTIgODEtNzEgMTA2LTEwMSA1Ny02OSA1Ny0xNDB2LTMyaDY0MHYzMnEwIDcyIDMyIDE2N3Q2NCAxOTMuNSAzMiAxNzkuNXptMTI4IDVxMC0xMzMtNjktMzIyLTU5LTE2NC01OS0yMjN2LTI4OHEwLTUzLTM3LjUtOTAuNVQxMjgwLTI1Nkg2NDBxLTUzIDAtOTAuNSAzNy41VDUxMi0xMjh2Mjg4cTAgMTAtNC41IDIxLjV0LTE0IDIzLjUtMTggMjIuNS0yMi41IDI0LTIxLjUgMjAuNS0yMS41IDE5LTE3IDE0cS03NCA2NS0xMjkgMTAwLTIxIDEzLTYyIDMzdC03MiAzNy02MyA0MC41LTQ5LjUgNTVUMCA2NDBxMCAxMjUgNjcgMjA2LjVUMjU2IDkyOHE2OCAwIDEyOC0yMnYzNzRxMCAxMDQgNzYgMTgwdDE3OSA3NnExMDUgMCAxODEtNzUuNXQ3Ni0xODAuNXYtMTY5cTYyLTQgMTE5LTM3IDIxIDMgNDMgMyAxMDEgMCAxNzgtNjAgMTM5IDEgMjE5LjUtODV0ODAuNS0yMjd6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhhbmRfZG93biIgdW5pY29kZT0i74KnIiBkPSJNMTQwOCA1NzZxMCA4NC0zMiAxODN0LTY0IDE5NC0zMiAxNjd2MzJINjQwdi0zMnEwLTM1LTEyLTY3LjVUNTkxIDk5MHQtNDYtNTAtNTQtNDlxLTktOC0xNC0xMi04MS03Mi0xNDUtMTEyLTIyLTE0LTY4LTM4LTMtMS0yMi41LTEwLjV0LTM2LTE4LjUtMzUuNS0yMC0zMC41LTIxLjVUMTI4IDY0MHEwLTcxIDMwLjUtMTE1LjVUMjU2IDQ4MHE0MyAwIDg0LjUgMTV0NjggMzMgNTUgMzMgNDguNSAxNVYwcTAtNTAgMzguNS04OXQ4OS41LTM5cTUyIDAgOTAgMzh0MzggOTB2MzMxcTQ2LTM1IDEwMy0zNSA2OSAwIDExOSA1MyAzMi0xOCA2OS0xOHQ3My41IDE3LjVUMTE4NSAzOTZxMjQtNCA1Ni00IDg1IDAgMTI2IDQ4LjV0NDEgMTM1LjV6bS0xMjggNzY4cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0yNTYtNzY0cTAtMTQyLTc3LjUtMjMwVDEyNDEgMjYzbC01IDFxLTc2LTYxLTE3OC02MS0yMiAwLTQzIDMtNTQtMzAtMTE5LTM3VjBxMC0xMDUtNzYtMTgwLjVUNjM5LTI1NnEtMTAzIDAtMTc5IDc2VDM4NCAwdjM3NHEtNTQtMjItMTI4LTIyLTEyMSAwLTE4OC41IDgxLjVUMCA2NDBxMCAzOCAxNy41IDY5LjV0NDkuNSA1NSA2MyA0MC41IDcyIDM3IDYyIDMzcTU1IDM1IDEyOSAxMDAgMyAyIDE3IDE0dDIxLjUgMTkgMjEuNSAyMC41IDIyLjUgMjQgMTggMjIuNSAxNCAyMy41IDQuNSAyMS41djI4OHEwIDUzIDM3LjUgOTAuNVQ2NDAgMTUzNmg2NDBxNTMgMCA5MC41LTM3LjV0MzcuNS05MC41di0yODhxMC01OSA1OS0yMjMgNjktMTkwIDY5LTMxN3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2lyY2xlX2Fycm93X2xlZnQiIHVuaWNvZGU9Iu+CqCIgZD0iTTEyODAgNTc2djEyOHEwIDI2LTE5IDQ1dC00NSAxOUg3MTRsMTg5IDE4OXExOSAxOSAxOSA0NXQtMTkgNDVsLTkxIDkxcS0xOCAxOC00NSAxOHQtNDUtMThMMzYwIDc3NmwtOTEtOTFxLTE4LTE4LTE4LTQ1dDE4LTQ1bDkxLTkxIDM2Mi0zNjJxMTgtMTggNDUtMTh0NDUgMThsOTEgOTFxMTggMTggMTggNDV0LTE4IDQ1TDcxNCA1MTJoNTAycTI2IDAgNDUgMTl0MTkgNDV6bTI1NiA2NHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2lyY2xlX2Fycm93X3JpZ2h0IiB1bmljb2RlPSLvgqkiIGQ9Ik0xMjg1IDY0MHEwIDI3LTE4IDQ1bC05MSA5MS0zNjIgMzYycS0xOCAxOC00NSAxOHQtNDUtMThsLTkxLTkxcS0xOC0xOC0xOC00NXQxOC00NWwxODktMTg5SDMyMHEtMjYgMC00NS0xOXQtMTktNDVWNTc2cTAtMjYgMTktNDV0NDUtMTloNTAyTDYzMyAzMjNxLTE5LTE5LTE5LTQ1dDE5LTQ1bDkxLTkxcTE4LTE4IDQ1LTE4dDQ1IDE4bDM2MiAzNjIgOTEgOTFxMTggMTggMTggNDV6bTI1MSAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaXJjbGVfYXJyb3dfdXAiIHVuaWNvZGU9Iu+CqiIgZD0iTTEyODQgNjQxcTAgMjctMTggNDVsLTM2MiAzNjItOTEgOTFxLTE4IDE4LTQ1IDE4dC00NS0xOGwtOTEtOTEtMzYyLTM2MnEtMTgtMTgtMTgtNDV0MTgtNDVsOTEtOTFxMTgtMTggNDUtMTh0NDUgMThsMTg5IDE4OVYxOTJxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXY1MDJsMTg5LTE4OXExOS0xOSA0NS0xOXQ0NSAxOWw5MSA5MXExOCAxOCAxOCA0NXptMjUyLTFxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNpcmNsZV9hcnJvd19kb3duIiB1bmljb2RlPSLvgqsiIGQ9Ik0xMjg0IDYzOXEwIDI3LTE4IDQ1bC05MSA5MXEtMTggMTgtNDUgMTh0LTQ1LTE4TDg5NiA1ODZ2NTAycTAgMjYtMTkgNDV0LTQ1IDE5SDcwNHEtMjYgMC00NS0xOXQtMTktNDVWNTg2TDQ1MSA3NzVxLTE5IDE5LTQ1IDE5dC00NS0xOWwtOTEtOTFxLTE4LTE4LTE4LTQ1dDE4LTQ1bDM2Mi0zNjIgOTEtOTFxMTgtMTggNDUtMTh0NDUgMThsOTEgOTEgMzYyIDM2MnExOCAxOCAxOCA0NXptMjUyIDFxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Imdsb2JlIiB1bmljb2RlPSLvgqwiIGQ9Ik03NjggMTQwOHEyMDkgMCAzODUuNS0xMDN0Mjc5LjUtMjc5LjVUMTUzNiA2NDB0LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh6bTI3NC01MjFxLTItMS05LjUtOS41VDEwMTkgODY4cTIgMCA0LjUgNXQ1IDExIDMuNSA3cTYgNyAyMiAxNSAxNCA2IDUyIDEyIDM0IDggNTEtMTEtMiAyIDkuNSAxM3QxNC41IDEycTMgMiAxNSA0LjV0MTUgNy41bDIgMjJxLTEyLTEtMTcuNSA3dC02LjUgMjFxMC0yLTYtOCAwIDctNC41IDh0LTExLjUtMS05LTFxLTEwIDMtMTUgNy41dC04IDE2LjUtNCAxNXEtMiA1LTkuNSAxMXQtOS41IDEwcS0xIDItMi41IDUuNXQtMyA2LjUtNCA1LjUtNS41IDIuNS03LTUtNy41LTEwLTQuNS01cS0zIDItNiAxLjV0LTQuNS0xLTQuNS0zLTUtMy41cS0zLTItOC41LTN0LTguNS0ycTE1IDUtMSAxMS0xMCA0LTE2IDMgOSA0IDcuNSAxMnQtOC41IDE0aDVxLTEgNC04LjUgOC41dC0xNy41IDguNS0xMyA2cS04IDUtMzQgOS41dC0zMyAuNXEtNS02LTQuNS0xMC41dDQtMTQgMy41LTEyLjVxMS02LTUuNS0xM3QtNi41LTEycTAtNyAxNC0xNS41dDEwLTIxLjVxLTMtOC0xNi0xNnQtMTYtMTJxLTUtOC0xLjUtMTguNVQ5MTQgOTUycTItMiAxLjUtNHQtMy41LTQuNS01LjUtNC02LjUtMy41bC0zLTJxLTExLTUtMjAuNSA2VDg2MyA5NjZxLTcgMjUtMTYgMzAtMjMgOC0yOS0xLTUgMTMtNDEgMjYtMjUgOS01OCA0IDYgMSAwIDE1LTcgMTUtMTkgMTIgMyA2IDQgMTcuNXQxIDEzLjVxMyAxMyAxMiAyMyAxIDEgNyA4LjV0OS41IDEzLjUuNSA2cTM1LTQgNTAgMTEgNSA1IDExLjUgMTd0MTAuNSAxN3E5IDYgMTQgNS41dDE0LjUtNS41IDE0LjUtNXExNC0xIDE1LjUgMTF0LTcuNSAyMHExMi0xIDMgMTctNCA3LTggOS0xMiA0LTI3LTUtOC00IDItOC0xIDEtOS41LTEwLjVUODAxIDExOTB0LTE2IDVxLTEgMS01LjUgMTMuNVQ3NzAgMTIyMnEtOCAwLTE2LTE1IDMgOC0xMSAxNXQtMjQgOHExOSAxMi04IDI3LTcgNC0yMC41IDV0LTE5LjUtNHEtNS03LTUuNS0xMS41dDUtOCAxMC41LTUuNSAxMS41LTQgOC41LTNxMTQtMTAgOC0xNC0yLTEtOC41LTMuNVQ2ODkgMTIwNHQtNi00cS0zLTQgMC0xNHQtMi0xNHEtNSA1LTkgMTcuNXQtNyAxNi41cTctOS0yNS02bC0xMCAxcS00IDAtMTYtMnQtMjAuNS0xLTEzLjUgOHEtNCA4IDAgMjAgMSA0IDQgMi00IDMtMTEgOS41dC0xMCA4LjVxLTQ2LTE1LTk0LTQxIDYtMSAxMiAxIDUgMiAxMyA2LjV0MTAgNS41cTM0IDE0IDQyIDdsNSA1cTE0LTE2IDIwLTI1LTcgNC0zMCAxLTIwLTYtMjItMTIgNy0xMiA1LTE4LTQgMy0xMS41IDEwdC0xNC41IDExLTE1IDVxLTE2IDAtMjItMS0xNDYtODAtMjM1LTIyMiA3LTcgMTItOCA0LTEgNS05dDIuNS0xMSAxMS41IDNxOS04IDMtMTkgMSAxIDQ0LTI3IDE5LTE3IDIxLTIxIDMtMTEtMTAtMTgtMSAyLTkgOXQtOSA0cS0zLTUgLjUtMTguNVQzMDggODUxcS03IDAtOS41LTE2dC0yLjUtMzUuNS0xLTIzLjVsMi0xcS0zLTEyIDUuNS0zNC41VDMyNCA3MjFxLTEzLTMgMjAtNDMgNi04IDgtOSAzLTIgMTItNy41dDE1LTEwIDEwLTEwLjVxNC01IDEwLTIyLjV0MTQtMjMuNXEtMi02IDkuNS0yMHQxMC41LTIzcS0xIDAtMi41LTF0LTIuNS0xcTMtNyAxNS41LTE0dDE1LjUtMTNxMS0zIDItMTB0My0xMSA4LTJxMiAyMC0yNCA2Mi0xNSAyNS0xNyAyOS0zIDUtNS41IDE1LjVUNDIxIDYyMXEyIDAgNi0xLjV0OC41LTMuNSA3LjUtNCAyLTNxLTMtNyAyLTE3LjV0MTItMTguNSAxNy0xOSAxMi0xM3E2LTYgMTQtMTkuNXQwLTEzLjVxOSAwIDIwLTEwLjV0MTctMTkuNXE1LTggOC0yNnQ1LTI0cTItNyA4LjUtMTMuNVQ1NzMgNDA1bDE2LTggMTMtN3E1LTIgMTguNS0xMC41VDY0MiAzNjhxMTAtNCAxNi00dDE0LjUgMi41VDY4NiAzNzBxMTUgMiAyOS0xNXQyMS0yMXEzNi0xOSA1NS0xMS0yLTEgLjUtNy41dDgtMTUuNSA5LTE0LjUgNS41LTguNXE1LTYgMTgtMTV0MTgtMTVxNiA0IDcgOS0zLTggNy0yMHQxOC0xMHExNCAzIDE0IDMyLTMxLTE1LTQ5IDE4IDAgMS0yLjUgNS41dC00IDguNS0yLjUgOC41IDAgNy41IDUgM3E5IDAgMTAgMy41dC0yIDEyLjUtNCAxM3EtMSA4LTExIDIwdC0xMiAxNXEtNS05LTE2LTh0LTE2IDlxMC0xLTEuNS01LjVUNzg5IDM2MnEtMTMgMC0xNSAxIDEgMyAyLjUgMTcuNVQ3ODAgNDAzcTEgNCA1LjUgMTJ0Ny41IDE0LjUgNCAxMi41LTQuNSA5LjVUNzc1IDQ1NHEtMTktMS0yNi0yMC0xLTMtMy0xMC41dC01LTExLjUtOS03cS03LTMtMjQtMnQtMjQgNXEtMTMgOC0yMi41IDI5dC05LjUgMzdxMCAxMCAyLjUgMjYuNXQzIDI1VDY1MiA1NTBxMyAyIDkgOS41dDEwIDEwLjVxMiAxIDQuNSAxLjV0NC41IDAgNCAxLjUgMyA2cS0xIDEtNCAzLTMgMy00IDMgNy0zIDI4LjUgMS41VDczNSA1ODVxMTUtMTEgMjIgMiAwIDEtMi41IDkuNVQ3NTQgNjEwcTUtMjcgMjktOSAzLTMgMTUuNS01dDE3LjUtNXEzLTIgNy01LjV0NS41LTQuNSA1IC41IDguNSA2LjVxMTAtMTQgMTItMjQgMTEtNDAgMTktNDQgNy0zIDExLTJ0NC41IDkuNSAwIDE0VDg4NyA1NTRsLTEgOHYxOGwtMSA4cS0xNSAzLTE4LjUgMTJ0MS41IDE4LjUgMTUgMTguNXExIDEgOCAzLjV0MTUuNSA2LjUgMTIuNSA4cTIxIDE5IDE1IDM1IDcgMCAxMSA5LTEgMC01IDN0LTcuNSA1LTQuNSAycTkgNSAyIDE2IDUgMyA3LjUgMTF0Ny41IDEwcTktMTIgMjEtMiA4IDggMSAxNiA1IDcgMjAuNSAxMC41dDE4LjUgOS41cTctMiA4IDJ0MSAxMiAzIDEycTQgNSAxNSA5dDEzIDVsMTcgMTFxMyA0IDAgNCAxOC0yIDMxIDExIDEwIDExLTYgMjAgMyA2LTMgOS41dC0xNSA1LjVxMyAxIDExLjUuNXQxMC41IDEuNXExNSAxMC03IDE2LTE3IDUtNDMtMTJ6TTg3OSAxMHEyMDYgMzYgMzUxIDE4OS0zIDMtMTIuNSA0LjVUMTIwNSAyMDdxLTE4IDctMjQgOCAxIDctMi41IDEzdC04IDktMTIuNSA4LTExIDdxLTIgMi03IDZ0LTcgNS41LTcuNSA0LjUtOC41IDItMTAtMWwtMy0xcS0zLTEtNS41LTIuNXQtNS41LTMtNC0zIDAtMi41cS0yMSAxNy0zNiAyMi01IDEtMTEgNS41dC0xMC41IDctMTAgMS41LTExLjUtN3EtNS01LTYtMTV0LTItMTNxLTcgNSAwIDE3LjV0MiAxOC41cS0zIDYtMTAuNSA0LjV0LTEyLTQuNS0xMS41LTguNS05LTYuNS04LjUtNS41LTguNS03LjVxLTMtNC02LTEydC01LTExcS0yIDQtMTEuNSA2LjVUOTEyIDI1NXEyLTEwIDQtMzV0NS0zOHE3LTMxLTEyLTQ4LTI3LTI1LTI5LTQwLTQtMjIgMTItMjYgMC03LTgtMjAuNVQ4NzcgMjZxMC02IDItMTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9IndyZW5jaCIgdW5pY29kZT0i74KtIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTM4NCA2NHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptNjQ0IDQyMEwzNDYtMTk4cS0zNy0zNy05MC0zNy01MiAwLTkxIDM3TDU5LTkwUTIxLTU0IDIxIDBxMCA1MyAzOCA5MWw2ODEgNjgxcTM5LTk4IDExNC41LTE3My41VDEwMjggNDg0em02MzQgNDM1cTAtMzktMjMtMTA2LTQ3LTEzNC0xNjQuNS0yMTcuNVQxMjE2IDUxMnEtMTg1IDAtMzE2LjUgMTMxLjVUNzY4IDk2MHQxMzEuNSAzMTYuNVQxMjE2IDE0MDhxNTggMCAxMjEuNS0xNi41VDE0NDUgMTM0NXExNi0xMSAxNi0yOHQtMTYtMjhsLTI5My0xNjlWODk2bDE5My0xMDdxNSAzIDc5IDQ4LjV0MTM1LjUgODFUMTYzMCA5NTRxMTUgMCAyMy41LTEwdDguNS0yNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGFza3MiIHVuaWNvZGU9Iu+CriIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDI0IDEyOGg2NDB2MTI4aC02NDBWMTI4ek02NDAgNjQwaDEwMjR2MTI4SDY0MFY2NDB6bTY0MCA1MTJoMzg0djEyOGgtMzg0di0xMjh6bTUxMi04MzJWNjRxMC0yNi0xOS00NXQtNDUtMTlINjRRMzggMCAxOSAxOVQwIDY0djI1NnEwIDI2IDE5IDQ1dDQ1IDE5aDE2NjRxMjYgMCA0NS0xOXQxOS00NXptMCA1MTJWNTc2cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAgNTc2djI1NnEwIDI2IDE5IDQ1dDQ1IDE5aDE2NjRxMjYgMCA0NS0xOXQxOS00NXptMCA1MTJ2LTI1NnEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOXQtMTkgNDV2MjU2cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWx0ZXIiIHVuaWNvZGU9Iu+CsCIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xNDAzIDEyNDFxMTctNDEtMTQtNzBMODk2IDY3OFYtNjRxMC00Mi0zOS01OS0xMy01LTI1LTUtMjcgMC00NSAxOUw1MzEgMTQ3cS0xOSAxOS0xOSA0NXY0ODZMMTkgMTE3MXEtMzEgMjktMTQgNzAgMTcgMzkgNTkgMzloMTI4MHE0MiAwIDU5LTM5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJicmllZmNhc2UiIHVuaWNvZGU9Iu+CsSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NDAgMTI4MGg1MTJ2MTI4SDY0MHYtMTI4em0xMTUyLTY0MFYxNjBxMC02Ni00Ny0xMTNUMTYzMiAwSDE2MFE5NCAwIDQ3IDQ3VDAgMTYwdjQ4MGg2NzJWNDgwcTAtMjYgMTktNDV0NDUtMTloMzIwcTI2IDAgNDUgMTl0MTkgNDV2MTYwaDY3MnptLTc2OCAwVjUxMkg3Njh2MTI4aDI1NnptNzY4IDQ4MFY3MzZIMHYzODRxMCA2NiA0NyAxMTN0MTEzIDQ3aDM1MnYxNjBxMCA0MCAyOCA2OHQ2OCAyOGg1NzZxNDAgMCA2OC0yOHQyOC02OHYtMTYwaDM1MnE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZ1bGxzY3JlZW4iIHVuaWNvZGU9Iu+CsiIgZD0iTTEyODMgOTk1TDkyOCA2NDBsMzU1LTM1NSAxNDQgMTQ0cTI5IDMxIDcwIDE0IDM5LTE3IDM5LTU5Vi02NHEwLTI2LTE5LTQ1dC00NS0xOWgtNDQ4cS00MiAwLTU5IDQwLTE3IDM5IDE0IDY5bDE0NCAxNDQtMzU1IDM1NS0zNTUtMzU1TDU1Ny0xOXEzMS0zMCAxNC02OS0xNy00MC01OS00MEg2NHEtMjYgMC00NSAxOVQwLTY0djQ0OHEwIDQyIDQwIDU5IDM5IDE3IDY5LTE0bDE0NC0xNDQgMzU1IDM1NS0zNTUgMzU1LTE0NC0xNDRxLTE5LTE5LTQ1LTE5LTEyIDAtMjQgNS00MCAxNy00MCA1OXY0NDhxMCAyNiAxOSA0NXQ0NSAxOWg0NDhxNDIgMCA1OS00MCAxNy0zOS0xNC02OWwtMTQ0LTE0NCAzNTUtMzU1IDM1NSAzNTUtMTQ0IDE0NHEtMzEgMzAtMTQgNjkgMTcgNDAgNTkgNDBoNDQ4cTI2IDAgNDUtMTl0MTktNDVWODk2cTAtNDItMzktNTktMTMtNS0yNS01LTI2IDAtNDUgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Imdyb3VwIiB1bmljb2RlPSLvg4AiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNNTkzIDY0MHEtMTYyLTUtMjY1LTEyOEgxOTRxLTgyIDAtMTM4IDQwLjVUMCA2NzFxMCAzNTMgMTI0IDM1MyA2IDAgNDMuNS0yMXQ5Ny41LTQyLjVUMzg0IDkzOXE2NyAwIDEzMyAyMy01LTM3LTUtNjYgMC0xMzkgODEtMjU2ek0xNjY0IDNxMC0xMjAtNzMtMTg5LjVUMTM5Ny0yNTZINTIzcS0xMjEgMC0xOTQgNjkuNVQyNTYgM3EwIDUzIDMuNSAxMDMuNXQxNCAxMDlUMzAwIDMyNHQ0MyA5Ny41IDYyIDgxIDg1LjUgNTMuNVQ2MDIgNTc2cTEwIDAgNDMtMjEuNXQ3My00OCAxMDctNDhUOTYwIDQzN3QxMzUgMjEuNSAxMDcgNDggNzMgNDggNDMgMjEuNXE2MSAwIDExMS41LTIwdDg1LjUtNTMuNSA2Mi04MSA0My05Ny41IDI2LjUtMTA4LjUgMTQtMTA5VDE2NjQgM3pNNjQwIDEyODBxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MSA3NSAxODEgMTgxIDc1IDE4MS03NSA3NS0xODF6bTcwNC0zODRxMC0xNTktMTEyLjUtMjcxLjVUOTYwIDUxMiA2ODguNSA2MjQuNSA1NzYgODk2dDExMi41IDI3MS41VDk2MCAxMjgwdDI3MS41LTExMi41VDEzNDQgODk2em01NzYtMjI1cTAtNzgtNTYtMTE4LjVUMTcyNiA1MTJoLTEzNHEtMTAzIDEyMy0yNjUgMTI4IDgxIDExNyA4MSAyNTYgMCAyOS01IDY2IDY2LTIzIDEzMy0yMyA1OSAwIDExOSAyMS41dDk3LjUgNDIuNSA0My41IDIxcTEyNCAwIDEyNC0zNTN6bS0xMjggNjA5cTAtMTA2LTc1LTE4MXQtMTgxLTc1LTE4MSA3NS03NSAxODEgNzUgMTgxIDE4MSA3NSAxODEtNzUgNzUtMTgxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsaW5rIiB1bmljb2RlPSLvg4EiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTQ1NiAzMjBxMCA0MC0yOCA2OGwtMjA4IDIwOHEtMjggMjgtNjggMjgtNDIgMC03Mi0zMiAzLTMgMTktMTguNXQyMS41LTIxLjUgMTUtMTkgMTMtMjUuNSAzLjUtMjcuNXEwLTQwLTI4LTY4dC02OC0yOHEtMTUgMC0yNy41IDMuNXQtMjUuNSAxMy0xOSAxNS0yMS41IDIxLjUtMTguNSAxOXEtMzMtMzEtMzMtNzMgMC00MCAyOC02OGwyMDYtMjA3cTI3LTI3IDY4LTI3IDQwIDAgNjggMjZsMTQ3IDE0NnEyOCAyOCAyOCA2N3ptLTcwMyA3MDVxMCA0MC0yOCA2OGwtMjA2IDIwN3EtMjggMjgtNjggMjgtMzkgMC02OC0yN2wtMTQ3LTE0NnEtMjgtMjgtMjgtNjcgMC00MCAyOC02OGwyMDgtMjA4cTI3LTI3IDY4LTI3IDQyIDAgNzIgMzEtMyAzLTE5IDE4LjVUNTQzLjUgODU2dC0xNSAxOS0xMyAyNS41VDUxMiA5MjhxMCA0MCAyOCA2OHQ2OCAyOHExNSAwIDI3LjUtMy41dDI1LjUtMTMgMTktMTUgMjEuNS0yMS41IDE4LjUtMTlxMzMgMzEgMzMgNzN6bTg5NS03MDVxMC0xMjAtODUtMjAzTDE0MTYtMjlxLTgzLTgzLTIwMy04My0xMjEgMC0yMDQgODVMODAzIDE4MHEtODMgODMtODMgMjAzIDAgMTIzIDg4IDIwOWwtODggODhxLTg2LTg4LTIwOC04OC0xMjAgMC0yMDQgODRMMTAwIDg4NHEtODQgODQtODQgMjA0dDg1IDIwM2wxNDcgMTQ2cTgzIDgzIDIwMyA4MyAxMjEgMCAyMDQtODVsMjA2LTIwN3E4My04MyA4My0yMDMgMC0xMjMtODgtMjA5bDg4LTg4cTg2IDg4IDIwOCA4OCAxMjAgMCAyMDQtODRsMjA4LTIwOHE4NC04NCA4NC0yMDR6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNsb3VkIiB1bmljb2RlPSLvg4IiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTkyMCAzODRxMC0xNTktMTEyLjUtMjcxLjVUMTUzNiAwSDQ0OFEyNjMgMCAxMzEuNSAxMzEuNVQwIDQ0OHEwIDEzMiA3MSAyNDEuNVQyNTggODUzcS0yIDI4LTIgNDMgMCAyMTIgMTUwIDM2MnQzNjIgMTUwcTE1OCAwIDI4Ni41LTg4dDE4Ny41LTIzMHE3MCA2MiAxNjYgNjIgMTA2IDAgMTgxLTc1dDc1LTE4MXEwLTc1LTQxLTEzOCAxMjktMzAgMjEzLTEzNC41dDg0LTIzOS41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiZWFrZXIiIHVuaWNvZGU9Iu+DgyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNTI3IDg4cTU2LTg5IDIxLjUtMTUyLjVUMTQwOC0xMjhIMjU2cS0xMDYgMC0xNDAuNSA2My41VDEzNyA4OGw1MDMgNzkzdjM5OWgtNjRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDUxMnEyNiAwIDQ1LTE5dDE5LTQ1LTE5LTQ1LTQ1LTE5aC02NFY4ODF6TTc0OCA4MTNMNDc2IDM4NGg3MTJMOTE2IDgxM2wtMjAgMzF2NDM2SDc2OFY4NDR6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImN1dCIgdW5pY29kZT0i74OEIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTk2MCA2NDBxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOXptMzAwLTY0bDUwNy0zOThxMjgtMjAgMjUtNTYtNS0zNS0zNS01MUwxNjI5IDdxLTEzLTctMjktNy0xNyAwLTMxIDhMODc5IDM5NWwtMTEwLTY2cS04LTQtMTItNSAxNC00OSAxMC05Ny03LTc3LTU2LTE0Ny41VDU3OS00NHEtMTMyLTg0LTI3Ny04NC0xMzYgMC0yMjIgNzgtOTAgODQtNzkgMjA3IDcgNzYgNTYgMTQ3dDEzMSAxMjRxMTMyIDg0IDI3OCA4NCA4MyAwIDE1MS0zMSA5IDEzIDIyIDIybDEyMiA3My0xMjIgNzNxLTEzIDktMjIgMjItNjgtMzEtMTUxLTMxLTE0NiAwLTI3OCA4NC04MiA1My0xMzEgMTI0VDEgOTk1cS01IDU5IDE1LjUgMTEzdDYzLjUgOTNxODUgNzkgMjIyIDc5IDE0NSAwIDI3Ny04NCA4My01MiAxMzItMTIzdDU2LTE0OHE0LTQ4LTEwLTk3IDQtMSAxMi01bDExMC02NiA2OTAgMzg3cTE0IDggMzEgOCAxNiAwIDI5LTdsMTI4LTY0cTMwLTE2IDM1LTUxIDMtMzYtMjUtNTZ6TTU3OSA4MzZxNDYgNDIgMjEgMTA4dC0xMDYgMTE3cS05MiA1OS0xOTIgNTktNzQgMC0xMTMtMzYtNDYtNDItMjEtMTA4dDEwNi0xMTdxOTItNTkgMTkyLTU5IDc0IDAgMTEzIDM2ek00OTQgOTFxODEgNTEgMTA2IDExN3QtMjEgMTA4cS0zOSAzNi0xMTMgMzYtMTAwIDAtMTkyLTU5LTgxLTUxLTEwNi0xMTd0MjEtMTA4cTM5LTM2IDExMy0zNiAxMDAgMCAxOTIgNTl6bTE3OCA2MTNsOTYtNTh2MTFxMCAzNiAzMyA1NmwxNCA4LTc5IDQ3LTI2LTI2cS0zLTMtMTAtMTF0LTEyLTEycS0yLTItNC0zLjV0LTMtMi41em0yMjQtMjI0bDk2LTMyIDczNiA1NzYtMTI4IDY0LTc2OC00MzFWNTQ0bC0xNjAtOTYgOS04cTItMiA3LTYgNC00IDExLTEydDExLTEybDI2LTI2em03MDQtNDE2bDEyOCA2NC01MjAgNDA4LTE3Ny0xMzhxLTItMy0xMy03eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb3B5IiB1bmljb2RlPSLvg4UiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTY5NiAxMTUycTQwIDAgNjgtMjh0MjgtNjhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg3MzZxLTQwIDAtNjggMjh0LTI4IDY4djI4OEg5NnEtNDAgMC02OCAyOFQwIDIyNHY2NzJxMCA0MCAyMCA4OHQ0OCA3Nmw0MDggNDA4cTI4IDI4IDc2IDQ4dDg4IDIwaDQxNnE0MCAwIDY4LTI4dDI4LTY4di0zMjhxNjggNDAgMTI4IDQwaDQxNnptLTU0NC0yMTNMODUzIDY0MGgyOTl2Mjk5em0tNjQwIDM4NGwtMjk5LTI5OWgyOTl2Mjk5em0xOTYtNjQ3bDMxNiAzMTZ2NDE2SDY0MFY5OTJxMC00MC0yOC02OHQtNjgtMjhIMTI4VjI1Nmg1MTJ2MjU2cTAgNDAgMjAgODh0NDggNzZ6bTk1Ni04MDR2MTE1MmgtMzg0VjYwOHEwLTQwLTI4LTY4dC02OC0yOEg3Njh2LTY0MGg4OTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBhcGVyX2NsaXAiIHVuaWNvZGU9Iu+DhiIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xNDA0IDE1MXEwLTExNy03OS0xOTZ0LTE5Ni03OXEtMTM1IDAtMjM1IDEwMEwxMTcgNzUyUTQgODY3IDQgMTAyM3EwIDE1OSAxMTAgMjcwdDI2OSAxMTFxMTU4IDAgMjczLTExM2w2MDUtNjA2cTEwLTEwIDEwLTIyIDAtMTYtMzAuNS00Ni41VDExOTQgNTg2cS0xMyAwLTIzIDEwbC02MDYgNjA3cS03OSA3Ny0xODEgNzctMTA2IDAtMTc5LTc1dC03My0xODFxMC0xMDUgNzYtMTgxTDk4NCA2NnE2My02MyAxNDUtNjMgNjQgMCAxMDYgNDJ0NDIgMTA2cTAgODItNjMgMTQ1TDYzMyA4NzdxLTI2IDI0LTYwIDI0LTI5IDAtNDgtMTl0LTE5LTQ4cTAtMzIgMjUtNTlsNDEwLTQxMHExMC0xMCAxMC0yMiAwLTE2LTMxLTQ3dC00Ny0zMXEtMTIgMC0yMiAxMEw0NDEgNjg1cS02MyA2MS02MyAxNDkgMCA4MiA1NyAxMzl0MTM5IDU3cTg4IDAgMTQ5LTYzbDU4MS01ODFxMTAwLTk4IDEwMC0yMzV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNhdmUiIHVuaWNvZGU9Iu+DhyIgZD0iTTM4NCAwaDc2OHYzODRIMzg0VjB6bTg5NiAwaDEyOHY4OTZxMCAxNC0xMCAzOC41dC0yMCAzNC41bC0yODEgMjgxcS0xMCAxMC0zNCAyMHQtMzkgMTBWODY0cTAtNDAtMjgtNjh0LTY4LTI4SDM1MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYwaDEyOHY0MTZxMCA0MCAyOCA2OHQ2OCAyOGg4MzJxNDAgMCA2OC0yOHQyOC02OFYwek04OTYgOTI4djMyMHEwIDEzLTkuNSAyMi41VDg2NCAxMjgwSDY3MnEtMTMgMC0yMi41LTkuNVQ2NDAgMTI0OFY5MjhxMC0xMyA5LjUtMjIuNVQ2NzIgODk2aDE5MnExMyAwIDIyLjUgOS41VDg5NiA5Mjh6bTY0MC0zMlYtMzJxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMC0zMnYxMzQ0cTAgNDAgMjggNjh0NjggMjhoOTI4cTQwIDAgODgtMjB0NzYtNDhsMjgwLTI4MHEyOC0yOCA0OC03NnQyMC04OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic2lnbl9ibGFuayIgdW5pY29kZT0i74OIIiBkPSJNMTUzNiAxMTIwVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlb3JkZXIiIHVuaWNvZGU9Iu+DiSIgZD0iTTE1MzYgMTkyVjY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0UTM4IDAgMTkgMTlUMCA2NHYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNDA4cTI2IDAgNDUtMTl0MTktNDV6bTAgNTEyVjU3NnEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwIDU3NnYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNDA4cTI2IDAgNDUtMTl0MTktNDV6bTAgNTEydi0xMjhxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTl0LTE5IDQ1djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDE0MDhxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idWwiIHVuaWNvZGU9Iu+DiiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zODQgMTI4cTAtODAtNTYtMTM2VDE5Mi02NCA1Ni04IDAgMTI4dDU2IDEzNiAxMzYgNTYgMTM2LTU2IDU2LTEzNnptMCA1MTJxMC04MC01Ni0xMzZ0LTEzNi01Ni0xMzYgNTZUMCA2NDB0NTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2em0xNDA4LTQxNlYzMnEwLTEzLTkuNS0yMi41VDE3NjAgMEg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDMydjE5MnEwIDEzIDkuNSAyMi41VDU0NCAyNTZoMTIxNnExMyAwIDIyLjUtOS41dDkuNS0yMi41ek0zODQgMTE1MnEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1Ni01NiAxMzYgNTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2em0xNDA4LTQxNlY1NDRxMC0xMy05LjUtMjIuNVQxNzYwIDUxMkg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDU0NHYxOTJxMCAxMyA5LjUgMjIuNVQ1NDQgNzY4aDEyMTZxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMCA1MTJ2LTE5MnEwLTEzLTkuNS0yMi41dC0yMi41LTkuNUg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDEwNTZ2MTkycTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoMTIxNnExMyAwIDIyLjUtOS41dDkuNS0yMi41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJvbCIgdW5pY29kZT0i74OLIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTM4MS04NHEwLTgwLTU0LjUtMTI2VDE5MS0yNTZxLTEwNiAwLTE3MiA2Nmw1NyA4OHE0OS00NSAxMDYtNDUgMjkgMCA1MC41IDE0LjVUMjU0LTkwcTAgNjQtMTA1IDU2bC0yNiA1NnE4IDEwIDMyLjUgNDMuNXQ0Mi41IDU0IDM3IDM4LjV2MXEtMTYgMC00OC41LTF0LTQ4LjUtMXYtNTNIMzJ2MTUyaDMzM3YtODhMMjcwIDUzcTUxLTEyIDgxLTQ5dDMwLTg4em0yIDYyN1YzODRIMjFxLTYgMzYtNiA1NCAwIDUxIDIzLjUgOTNUOTUgNTk5dDY2IDQ3LjUgNTYuNSA0My41IDIzLjUgNDVxMCAyNS0xNC41IDM4LjVUMTg3IDc4N3EtNDYgMC04MS01OGwtODUgNTlxMjQgNTEgNzEuNSA3OS41VDE5OCA4OTZxNzMgMCAxMjMtNDEuNVQzNzEgNzQycTAtNTAtMzQtOTEuNVQyNjIgNTg2dC03NS41LTUwLjVUMTUxIDQ4M2gxMjd2NjBoMTA1em0xNDA5LTMxOVYzMnEwLTEzLTkuNS0yMi41VDE3NjAgMEg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDMydjE5MnEwIDE0IDkgMjN0MjMgOWgxMjE2cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6TTM4NCAxMTIzdi05OUg0OXY5OWgxMDdxMCA0MSAuNSAxMjEuNXQuNSAxMjEuNXYxMmgtMnEtOC0xNy01MC01NGwtNzEgNzYgMTM2IDEyN2gxMDZ2LTQwNGgxMDh6bTE0MDgtMzg3VjU0NHEwLTEzLTkuNS0yMi41VDE3NjAgNTEySDU0NHEtMTMgMC0yMi41IDkuNVQ1MTIgNTQ0djE5MnEwIDE0IDkgMjN0MjMgOWgxMjE2cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgNTEydi0xOTJxMC0xMy05LjUtMjIuNXQtMjIuNS05LjVINTQ0cS0xMyAwLTIyLjUgOS41VDUxMiAxMDU2djE5MnEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDEyMTZxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3RyaWtldGhyb3VnaCIgdW5pY29kZT0i74OMIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3NjAgNjQwcTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlIMzJxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgxNzI4ek00ODMgNzA0cS0yOCAzNS01MSA4MC00OCA5OC00OCAxODggMCAxODEgMTM0IDMwOSAxMzMgMTI3IDM5MyAxMjcgNTAgMCAxNjctMTkgNjYtMTIgMTc3LTQ4IDEwLTM4IDIxLTExOCAxNC0xMjMgMTQtMTgzIDAtMTgtNS00NWwtMTItMy04NCA2LTE0IDJxLTUwIDE0OS0xMDMgMjA1LTg4IDkxLTIxMCA5MS0xMTQgMC0xODItNTktNjctNTgtNjctMTQ2IDAtNzMgNjYtMTQwdDI3OS0xMjlxNjktMjAgMTczLTY2IDU4LTI4IDk1LTUySDQ4M3ptNTA3LTI1Nmg0MTFxNy0zOSA3LTkyIDAtMTExLTQxLTIxMi0yMy01Ni03MS0xMDQtMzctMzUtMTA5LTgxLTgwLTQ4LTE1My02Ni04MC0yMS0yMDMtMjEtMTE0IDAtMTk1IDIzTDQ5Ni02NXEtNTcgMTYtNzIgMjgtOCA4LTggMjJ2MTNxMCAxMDgtMiAxNTYtMSAzMCAwIDY4bDIgMzd2NDRsMTAyIDJxMTUtMzQgMzAtNzF0MjIuNS01NiAxMi41LTI3cTM1LTU3IDgwLTk0IDQzLTM2IDEwNS01NyA1OS0yMiAxMzItMjIgNjQgMCAxMzkgMjcgNzcgMjYgMTIyIDg2IDQ3IDYxIDQ3IDEyOSAwIDg0LTgxIDE1Ny0zNCAyOS0xMzcgNzF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuZGVybGluZSIgdW5pY29kZT0i74ONIiBkPSJNNDggMTMxM3EtMzcgMi00NSA0bC0zIDg4cTEzIDEgNDAgMSA2MCAwIDExMi00IDEzMi03IDE2Ni03IDg2IDAgMTY4IDMgMTE2IDQgMTQ2IDUgNTYgMCA4NiAybC0xLTE0IDItNjR2LTlxLTYwLTktMTI0LTktNjAgMC03OS0yNS0xMy0xNC0xMy0xMzIgMC0xMyAuNS0zMi41dC41LTI1LjVsMS0yMjkgMTQtMjgwcTYtMTI0IDUxLTIwMiAzNS01OSA5Ni05MiA4OC00NyAxNzctNDcgMTA0IDAgMTkxIDI4IDU2IDE4IDk5IDUxIDQ4IDM2IDY1IDY0IDM2IDU2IDUzIDExNCAyMSA3MyAyMSAyMjkgMCA3OS0zLjUgMTI4dC0xMSAxMjIuNVQxMjQ0IDExNDBsLTQgNTlxLTUgNjctMjQgODgtMzQgMzUtNzcgMzRsLTEwMC0yLTE0IDMgMiA4Nmg4NGwyMDUtMTBxNzYtMyAxOTYgMTBsMTgtMnE2LTM4IDYtNTEgMC03LTQtMzEtNDUtMTItODQtMTMtNzMtMTEtNzktMTctMTUtMTUtMTUtNDEgMC03IDEuNS0yN3QxLjUtMzFxOC0xOSAyMi0zOTYgNi0xOTUtMTUtMzA0LTE1LTc2LTQxLTEyMi0zOC02NS0xMTItMTIzLTc1LTU3LTE4Mi04OS0xMDktMzMtMjU1LTMzLTE2NyAwLTI4NCA0Ni0xMTkgNDctMTc5IDEyMi02MSA3Ni04MyAxOTUtMTYgODAtMTYgMjM3djMzM3EwIDE4OC0xNyAyMTMtMjUgMzYtMTQ3IDM5ek0xNTM2LTk2djY0cTAgMTQtOSAyM3QtMjMgOUgzMlExOCAwIDktOVQwLTMydi02NHEwLTE0IDktMjN0MjMtOWgxNDcycTE0IDAgMjMgOXQ5IDIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0YWJsZSIgdW5pY29kZT0i74OOIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTUxMiAxNjB2MTkycTAgMTQtOSAyM3QtMjMgOUgxNjBxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloMzIwcTE0IDAgMjMgOXQ5IDIzem0wIDM4NHYxOTJxMCAxNC05IDIzdC0yMyA5SDE2MHEtMTQgMC0yMy05dC05LTIzVjU0NHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTUxMi0zODR2MTkycTAgMTQtOSAyM3QtMjMgOUg2NzJxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloMzIwcTE0IDAgMjMgOXQ5IDIzek01MTIgOTI4djE5MnEwIDE0LTkgMjN0LTIzIDlIMTYwcS0xNCAwLTIzLTl0LTktMjNWOTI4cTAtMTQgOS0yM3QyMy05aDMyMHExNCAwIDIzIDl0OSAyM3ptNTEyLTM4NHYxOTJxMCAxNC05IDIzdC0yMyA5SDY3MnEtMTQgMC0yMy05dC05LTIzVjU0NHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTUxMi0zODR2MTkycTAgMTQtOSAyM3QtMjMgOWgtMzIwcS0xNCAwLTIzLTl0LTktMjNWMTYwcTAtMTQgOS0yM3QyMy05aDMyMHExNCAwIDIzIDl0OSAyM3ptLTUxMiA3Njh2MTkycTAgMTQtOSAyM3QtMjMgOUg2NzJxLTE0IDAtMjMtOXQtOS0yM1Y5MjhxMC0xNCA5LTIzdDIzLTloMzIwcTE0IDAgMjMgOXQ5IDIzem01MTItMzg0djE5MnEwIDE0LTkgMjN0LTIzIDloLTMyMHEtMTQgMC0yMy05dC05LTIzVjU0NHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTAgMzg0djE5MnEwIDE0LTkgMjN0LTIzIDloLTMyMHEtMTQgMC0yMy05dC05LTIzVjkyOHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTEyOCAzMjBWMTYwcTAtNjYtNDctMTEzVDE1MDQgMEgxNjBROTQgMCA0NyA0N1QwIDE2MHYxMDg4cTAgNjYgNDcgMTEzdDExMyA0N2gxMzQ0cTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWFnaWMiIHVuaWNvZGU9Iu+DkCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xMTkwIDk1NWwyOTMgMjkzLTEwNyAxMDctMjkzLTI5M3ptNDQ3IDI5M3EwLTI3LTE4LTQ1TDMzMy04M3EtMTgtMTgtNDUtMTh0LTQ1IDE4TDQ1IDExNXEtMTggMTgtMTggNDV0MTggNDVsMTI4NiAxMjg2cTE4IDE4IDQ1IDE4dDQ1LTE4bDE5OC0xOThxMTgtMTggMTgtNDV6TTI4NiAxNDM4bDk4LTMwLTk4LTMwLTMwLTk4LTMwIDk4LTk4IDMwIDk4IDMwIDMwIDk4em0zNTAtMTYybDE5Ni02MC0xOTYtNjAtNjAtMTk2LTYwIDE5Ni0xOTYgNjAgMTk2IDYwIDYwIDE5NnptOTMwLTQ3OGw5OC0zMC05OC0zMC0zMC05OC0zMCA5OC05OCAzMCA5OCAzMCAzMCA5OHptLTY0MCA2NDBsOTgtMzAtOTgtMzAtMzAtOTgtMzAgOTgtOTggMzAgOTggMzAgMzAgOTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InRydWNrIiB1bmljb2RlPSLvg5EiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjQwIDEyOHEwIDUyLTM4IDkwdC05MCAzOC05MC0zOC0zOC05MCAzOC05MCA5MC0zOCA5MCAzOCAzOCA5MHpNMjU2IDY0MGgzODR2MjU2SDQ4MnEtMTMgMC0yMi05TDI2NSA2OTJxLTktOS05LTIydi0zMHptMTI4MC01MTJxMCA1Mi0zOCA5MHQtOTAgMzgtOTAtMzgtMzgtOTAgMzgtOTAgOTAtMzggOTAgMzggMzggOTB6bTI1NiAxMDg4VjE5MnEwLTE1LTQtMjYuNXQtMTMuNS0xOC41LTE2LjUtMTEuNS0yMy41LTYtMjIuNS0yLTI1LjUgMC0yMi41LjVxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MUg3NjhxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MWgtNjRxLTMgMC0yMi41LS41dC0yNS41IDAtMjIuNSAyLTIzLjUgNlQ4MS41IDE0NyA2OCAxNjUuNSA2NCAxOTJxMCAyNiAxOSA0NXQ0NSAxOXYzMjBxMCA4LS41IDM1dDAgMzggMi41IDM0LjUgNi41IDM3IDE0IDMwLjUgMjIuNSAzMGwxOTggMTk4cTE5IDE5IDUwLjUgMzJ0NTguNSAxM2gxNjB2MTkycTAgMjYgMTkgNDV0NDUgMTloMTAyNHEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJwaW50ZXJlc3QiIHVuaWNvZGU9Iu+DkiIgZD0iTTE1MzYgNjQwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOHEtMTExIDAtMjE4IDMyIDU5IDkzIDc4IDE2NCA5IDM0IDU0IDIxMSAyMC0zOSA3My02Ny41VDg2OSAxODNxMTIxIDAgMjE2IDY4LjVUMTIzMiA0NDB0NTIgMjcwcTAgMTE0LTU5LjUgMjE0VDEwNTIgMTA4N3QtMjU1IDYzcS0xMDUgMC0xOTYtMjl0LTE1NC41LTc3LTEwOS0xMTAuNS02Ny0xMjkuNVQyNDkgNjcwcTAtMTA0IDQwLTE4M3QxMTctMTExcTMwLTEyIDM4IDIwIDIgNyA4IDMxdDggMzBxNiAyMy0xMSA0My01MSA2MS01MSAxNTEgMCAxNTEgMTA0LjUgMjU5LjVUNzc2IDEwMTlxMTUxIDAgMjM1LjUtODJ0ODQuNS0yMTNxMC0xNzAtNjguNS0yODlUODUyIDMxNnEtNjEgMC05OCA0My41VDczMSA0NjRxOCAzNSAyNi41IDkzLjV0MzAgMTAzVDc5OSA3MzZxMCA1MC0yNyA4M3QtNzcgMzNxLTYyIDAtMTA1LTU3dC00My0xNDJxMC03MyAyNS0xMjJsLTk5LTQxOHEtMTctNzAtMTMtMTc3LTIwNiA5MS0zMzMgMjgxVDAgNjQwcTAgMjA5IDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGludGVyZXN0X3NpZ24iIHVuaWNvZGU9Iu+DkyIgZD0iTTEyNDggMTQwOHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEg1MjNRNjA4LTYgNjMxIDgycTkgMzQgNTMgMjA5IDIxLTM5IDczLjUtNjdUODcwIDE5NnExODEgMCAyOTUuNSAxNDcuNVQxMjgwIDcxN3EwIDg0LTM1IDE2Mi41dC05Ni41IDEzOS0xNTIuNSA5Ny0xOTcgMzYuNXEtMTA0IDAtMTk0LjUtMjguNXQtMTUzLTc2LjVUMzQ0IDkzNy41dC02Ni41LTEyOFQyNTYgNjc3cTAtMTAyIDM5LjUtMTgwVDQxMiAzODdxMTMtNSAyMy41IDB0MTQuNSAxOXExMCA0NCAxNSA2MSA2IDIzLTExIDQyLTUwIDYyLTUwIDE1MCAwIDE1MCAxMDMuNSAyNTYuNVQ3NzggMTAyMnExNDkgMCAyMzIuNS04MXQ4My41LTIxMHEwLTE2OC02Ny41LTI4NlQ4NTMgMzI3cS02MCAwLTk3IDQzLjVUNzMzIDQ3NHE4IDM0IDI2LjUgOTIuNXQyOS41IDEwMiAxMSA3NC41cTAgNDktMjYuNSA4MS41VDY5OCA4NTdxLTYxIDAtMTAzLjUtNTYuNVQ1NTIgNjYxcTAtNzIgMjQtMTIxbC05OC00MTRxLTI0LTEwMC03LTI1NEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnb29nbGVfcGx1c19zaWduIiB1bmljb2RlPSLvg5QiIGQ9Ik05MTcgNjMxcTAgMjYtNiA2NEg1NDlWNTYzaDIxN3EtMy0yNC0xNi41LTUwVDcxMiA0NjB0LTY2LjUtNDQuNVQ1NDkgMzk4cS05OSAwLTE2OSA3MXQtNzAgMTcxIDcwIDE3MSAxNjkgNzFxOTIgMCAxNTMtNTlsMTA0IDEwMXEtMTA4IDEwMC0yNTcgMTAwLTE2MCAwLTI3Mi0xMTIuNVQxNjUgNjQwdDExMi0yNzEuNVQ1NDkgMjU2cTE2NSAwIDI2Ni41IDEwNVQ5MTcgNjMxem0zNDUtNDZoMTA5djExMGgtMTA5djExMGgtMTEwVjY5NWgtMTEwVjU4NWgxMTBWNDc1aDExMHYxMTB6bTI3NCA1MzVWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZ29vZ2xlX3BsdXMiIHVuaWNvZGU9Iu+DlSIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xNDM3IDYyM3EwLTIwOC04Ny0zNzAuNXQtMjQ4LTI1NFQ3MzMtOTNxLTE0OSAwLTI4NSA1OFQyMTQgMTIxIDU4IDM1NSAwIDY0MHQ1OCAyODUgMTU2IDIzNCAyMzQgMTU2IDI4NSA1OHEyODYgMCA0OTEtMTkybC0xOTktMTkxcS0xMTcgMTEzLTI5MiAxMTMtMTIzIDAtMjI3LjUtNjJUMzQwIDg3Mi41IDI3OSA2NDB0NjEtMjMyLjVUNTA1LjUgMjM5IDczMyAxNzdxODMgMCAxNTIuNSAyM3QxMTQuNSA1Ny41IDc4LjUgNzguNSA0OSA4MyAyMS41IDc0SDczM3YyNTJoNjkycTEyLTYzIDEyLTEyMnptODY3IDEyMlY1MzVoLTIwOVYzMjZoLTIxMHYyMDloLTIwOXYyMTBoMjA5djIwOWgyMTBWNzQ1aDIwOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibW9uZXkiIHVuaWNvZGU9Iu+DliIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik03NjggMzg0aDM4NHY5NmgtMTI4djQ0OEg5MTBMNzYyIDc5MWw3Ny04MHE0MiAzNyA1NSA1N2gyVjQ4MEg3Njh2LTk2em01MTIgMjU2cTAtNzAtMjEtMTQydC01OS41LTEzNFQxMDk4IDI2M3QtMTM4LTM5LTEzOCAzOS0xMDEuNSAxMDFUNjYxIDQ5OHQtMjEgMTQyIDIxIDE0MiA1OS41IDEzNFQ4MjIgMTAxN3QxMzggMzkgMTM4LTM5IDEwMS41LTEwMSA1OS41LTEzNCAyMS0xNDJ6bTUxMi0yNTZ2NTEycS0xMDYgMC0xODEgNzV0LTc1IDE4MUgzODRxMC0xMDYtNzUtMTgxdC0xODEtNzVWMzg0cTEwNiAwIDE4MS03NXQ3NS0xODFoMTE1MnEwIDEwNiA3NSAxODF0MTgxIDc1em0xMjggODMyVjY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0UTM4IDAgMTkgMTlUMCA2NHYxMTUycTAgMjYgMTkgNDV0NDUgMTloMTc5MnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjYXJldF9kb3duIiB1bmljb2RlPSLvg5ciIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNMTAyNCA4MzJxMC0yNi0xOS00NUw1NTcgMzM5cS0xOS0xOS00NS0xOXQtNDUgMTlMMTkgNzg3UTAgODA2IDAgODMydDE5IDQ1IDQ1IDE5aDg5NnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjYXJldF91cCIgdW5pY29kZT0i74OYIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMjQgMzIwcTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAgMzIwdDE5IDQ1bDQ0OCA0NDhxMTkgMTkgNDUgMTl0NDUtMTlsNDQ4LTQ0OHExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2FyZXRfbGVmdCIgdW5pY29kZT0i74OZIiBob3Jpei1hZHYteD0iNjQwIiBkPSJNNjQwIDEwODhWMTkycTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDgzIDU5NXEtMTkgMTktMTkgNDV0MTkgNDVsNDQ4IDQ0OHExOSAxOSA0NSAxOXQ0NS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2FyZXRfcmlnaHQiIHVuaWNvZGU9Iu+DmiIgaG9yaXotYWR2LXg9IjY0MCIgZD0iTTU3NiA2NDBxMC0yNi0xOS00NUwxMDkgMTQ3cS0xOS0xOS00NS0xOXQtNDUgMTktMTkgNDV2ODk2cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTlsNDQ4LTQ0OHExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29sdW1ucyIgdW5pY29kZT0i74ObIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE2MCAwaDYwOHYxMTUySDEyOFYzMnEwLTEzIDkuNS0yMi41VDE2MCAwem0xMzc2IDMydjExMjBIODk2VjBoNjA4cTEzIDAgMjIuNSA5LjVUMTUzNiAzMnptMTI4IDEyMTZWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTM0NHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNvcnQiIHVuaWNvZGU9Iu+DnCIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik0xMDI0IDQ0OHEwLTI2LTE5LTQ1TDU1Ny00NXEtMTktMTktNDUtMTl0LTQ1IDE5TDE5IDQwM1EwIDQyMiAwIDQ0OHQxOSA0NSA0NSAxOWg4OTZxMjYgMCA0NS0xOXQxOS00NXptMCAzODRxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMCA4MzJ0MTkgNDVsNDQ4IDQ0OHExOSAxOSA0NSAxOXQ0NS0xOWw0NDgtNDQ4cTE5LTE5IDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzb3J0X2Rvd24iIHVuaWNvZGU9Iu+DnSIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik0xMDI0IDQ0OHEwLTI2LTE5LTQ1TDU1Ny00NXEtMTktMTktNDUtMTl0LTQ1IDE5TDE5IDQwM1EwIDQyMiAwIDQ0OHQxOSA0NSA0NSAxOWg4OTZxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic29ydF91cCIgdW5pY29kZT0i74OeIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMjQgODMycTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAgODMydDE5IDQ1bDQ0OCA0NDhxMTkgMTkgNDUgMTl0NDUtMTlsNDQ4LTQ0OHExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZW52ZWxvcGVfYWx0IiB1bmljb2RlPSLvg6AiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiA4MjZWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2Nzk0cTQ0LTQ5IDEwMS04NyAzNjItMjQ2IDQ5Ny0zNDUgNTctNDIgOTIuNS02NS41dDk0LjUtNDhUODk1IDI1NmgycTUxIDAgMTEwIDI0LjV0OTQuNSA0OFQxMTk0IDM5NHExNzAgMTIzIDQ5OCAzNDUgNTcgMzkgMTAwIDg3em0wIDI5NHEwLTc5LTQ5LTE1MXQtMTIyLTEyM3EtMzc2LTI2MS00NjgtMzI1LTEwLTctNDIuNS0zMC41dC01NC0zOC01Mi0zMi41LTU3LjUtMjctNTAtOWgtMnEtMjMgMC01MCA5dC01Ny41IDI3LTUyIDMyLjUtNTQgMzhUNjM5IDUyMXEtOTEgNjQtMjYyIDE4Mi41VDE3MiA4NDZxLTYyIDQyLTExNyAxMTUuNVQwIDEwOThxMCA3OCA0MS41IDEzMHQxMTguNSA1MmgxNDcycTY1IDAgMTEyLjUtNDd0NDcuNS0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImxpbmtlZGluIiB1bmljb2RlPSLvg6EiIGQ9Ik0zNDkgOTExVi04MEgxOXY5OTFoMzMwem0yMSAzMDZxMS03My01MC41LTEyMlQxODQgMTA0NmgtMnEtODIgMC0xMzIgNDlUMCAxMjE3cTAgNzQgNTEuNSAxMjIuNVQxODYgMTM4OHQxMzMtNDguNSA1MS0xMjIuNXptMTE2Ni03MjlWLTgwaC0zMjl2NTMwcTAgMTA1LTQwLjUgMTY0LjVUMTA0MCA2NzRxLTYzIDAtMTA1LjUtMzQuNVQ4NzEgNTU0cS0xMS0zMC0xMS04MVYtODBINTMxcTIgMzk5IDIgNjQ3dC0xIDI5NmwtMSA0OGgzMjlWNzY3aC0ycTIwIDMyIDQxIDU2dDU2LjUgNTIgODcgNDMuNVQxMTU3IDkzNHExNzEgMCAyNzUtMTEzLjVUMTUzNiA0ODh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuZG8iIHVuaWNvZGU9Iu+DoiIgZD0iTTE1MzYgNjQwcTAtMTU2LTYxLTI5OFQxMzExIDk3IDEwNjYtNjd0LTI5OC02MXEtMTcyIDAtMzI3IDcyLjVUMTc3IDE0OXEtNyAxMC02LjUgMjIuNVQxNzkgMTkybDEzNyAxMzhxMTAgOSAyNSA5IDE2LTIgMjMtMTIgNzMtOTUgMTc5LTE0N3QyMjUtNTJxMTA0IDAgMTk4LjUgNDAuNVQxMTMwIDI3OHQxMDkuNSAxNjMuNVQxMjgwIDY0MHQtNDAuNSAxOTguNVQxMTMwIDEwMDJ0LTE2My41IDEwOS41VDc2OCAxMTUycS05OCAwLTE4OC0zNS41VDQyMCAxMDE1bDEzNy0xMzhxMzEtMzAgMTQtNjktMTctNDAtNTktNDBINjRxLTI2IDAtNDUgMTlUMCA4MzJ2NDQ4cTAgNDIgNDAgNTkgMzkgMTcgNjktMTRsMTMwLTEyOXExMDcgMTAxIDI0NC41IDE1Ni41VDc2OCAxNDA4cTE1NiAwIDI5OC02MXQyNDUtMTY0IDE2NC0yNDUgNjEtMjk4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsZWdhbCIgdW5pY29kZT0i74OjIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3NzEgMHEwLTUzLTM3LTkwbC0xMDctMTA4cS0zOS0zNy05MS0zNy01MyAwLTkwIDM3bC0zNjMgMzY0cS0zOCAzNi0zOCA5MCAwIDUzIDQzIDk2TDgzMiA2MDggNzA2IDQ4MnEtMTQtMTQtMzQtMTR0LTM0IDE0cTItMiAxMi41LTEydDEyLjUtMTMgMTAtMTEuNSAxMC0xMy41IDYtMTMuNSA1LjUtMTYuNSAxLjUtMThxMC0zOC0yOC02OC0zLTMtMTYuNS0xOHQtMTktMjAuNVQ2MTQgMjYxdC0yMi0xNS41LTIyLTktMjYtNC41cS00MCAwLTY4IDI4TDY4IDY2OHEtMjggMjgtMjggNjggMCAxMyA0LjUgMjZ0OSAyMlQ2OSA4MDZ0MTYuNSAxOC41IDIwLjUgMTkgMTggMTYuNXEzMCAyOCA2OCAyOCAxMCAwIDE4LTEuNXQxNi41LTUuNSAxMy41LTYgMTMuNS0xMCAxMS41LTEwIDEzLTEyLjUgMTItMTIuNXEtMTQgMTQtMTQgMzR0MTQgMzRsMzQ4IDM0OHExNCAxNCAzNCAxNHQzNC0xNHEtMiAyLTEyLjUgMTJ0LTEyLjUgMTMtMTAgMTEuNS0xMCAxMy41LTYgMTMuNS01LjUgMTYuNS0xLjUgMThxMCAzOCAyOCA2OCAzIDMgMTYuNSAxOHQxOSAyMC41VDczMCAxNDY3dDIyIDE1LjUgMjIgOSAyNiA0LjVxNDAgMCA2OC0yOGw0MDgtNDA4cTI4LTI4IDI4LTY4IDAtMTMtNC41LTI2dC05LTIyLTE1LjUtMjItMTYuNS0xOC41LTIwLjUtMTktMTgtMTYuNXEtMzAtMjgtNjgtMjgtMTAgMC0xOCAxLjV0LTE2LjUgNS41LTEzLjUgNi0xMy41IDEwLTExLjUgMTAtMTMgMTIuNS0xMiAxMi41cTE0LTE0IDE0LTM0dC0xNC0zNEw5MjggNzA0bDI1Ni0yNTZxNDMgNDMgOTYgNDMgNTIgMCA5MS0zN2wzNjMtMzYzcTM3LTM5IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkYXNoYm9hcmQiIHVuaWNvZGU9Iu+DpCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zODQgMzg0cTAgNTMtMzcuNSA5MC41VDI1NiA1MTJ0LTkwLjUtMzcuNVQxMjggMzg0dDM3LjUtOTAuNVQyNTYgMjU2dDkwLjUgMzcuNVQzODQgMzg0em0xOTIgNDQ4cTAgNTMtMzcuNSA5MC41VDQ0OCA5NjB0LTkwLjUtMzcuNVQzMjAgODMydDM3LjUtOTAuNVQ0NDggNzA0dDkwLjUgMzcuNVQ1NzYgODMyem00MjgtNDgxbDEwMSAzODJxNiAyNi03LjUgNDguNVQxMDU5IDgxMXQtNDgtNi41LTMwLTM5LjVMODgwIDM4M3EtNjAtNS0xMDctNDMuNVQ3MTAgMjQxcS0yMC03NyAyMC0xNDZUODQ3IDZ0MTQ2IDIwIDg5IDExN3ExNiA2MC02IDExN3QtNzIgOTF6bTY2MCAzM3EwIDUzLTM3LjUgOTAuNVQxNTM2IDUxMnQtOTAuNS0zNy41VDE0MDggMzg0dDM3LjUtOTAuNVQxNTM2IDI1NnQ5MC41IDM3LjVUMTY2NCAzODR6bS02NDAgNjQwcTAgNTMtMzcuNSA5MC41VDg5NiAxMTUydC05MC41LTM3LjVUNzY4IDEwMjR0MzcuNS05MC41VDg5NiA4OTZ0OTAuNSAzNy41IDM3LjUgOTAuNXptNDQ4LTE5MnEwIDUzLTM3LjUgOTAuNVQxMzQ0IDk2MHQtOTAuNS0zNy41VDEyMTYgODMydDM3LjUtOTAuNVQxMzQ0IDcwNHQ5MC41IDM3LjVUMTQ3MiA4MzJ6bTMyMC00NDhxMC0yNjEtMTQxLTQ4My0xOS0yOS01NC0yOUgxOTVxLTM1IDAtNTQgMjlRMCAxMjIgMCAzODRxMCAxODIgNzEgMzQ4dDE5MSAyODYgMjg2IDE5MSAzNDggNzEgMzQ4LTcxIDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNvbW1lbnRfYWx0IiB1bmljb2RlPSLvg6UiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODk2IDExNTJxLTIwNCAwLTM4MS41LTY5LjVUMjMyLjUgODk1IDEyOCA2NDBxMC0xMTIgNzEuNS0yMTMuNVQ0MDEgMjUxbDg3LTUwLTI3LTk2cS0yNC05MS03MC0xNzJRNTQzLTQgNjY2IDEwNGw0MyAzOCA1Ny02cTY5LTggMTMwLTggMjA0IDAgMzgxLjUgNjkuNXQyODIgMTg3LjVUMTY2NCA2NDB0LTEwNC41IDI1NS0yODIgMTg3LjVUODk2IDExNTJ6bTg5Ni01MTJxMC0xNzQtMTIwLTMyMS41dC0zMjYtMjMzVDg5NiAwcS03MCAwLTE0NSA4LTE5OC0xNzUtNDYwLTI0Mi00OS0xNC0xMTQtMjJoLTVxLTE1IDAtMjcgMTAuNVQxMjktMjE4djFxLTMgNC0uNSAxMnQyIDEwIDQuNSA5LjVsNiA5IDcgOC41IDggOXE3IDggMzEgMzQuNXQzNC41IDM4IDMxIDM5LjVUMjg1IDR0MjcgNTkgMjYgNzZRMTgxIDIyOCA5MC41IDM1OVQwIDY0MHEwIDE3NCAxMjAgMzIxLjV0MzI2IDIzMyA0NTAgODUuNSA0NTAtODUuNSAzMjYtMjMzVDE3OTIgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb21tZW50c19hbHQiIHVuaWNvZGU9Iu+DpiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik03MDQgMTE1MnEtMTUzIDAtMjg2LTUyVDIwNi41IDk1OSAxMjggNzY4cTAtODIgNTMtMTU4dDE0OS0xMzJsOTctNTYtMzUtODRxMzQgMjAgNjIgMzlsNDQgMzEgNTMtMTBxNzgtMTQgMTUzLTE0IDE1MyAwIDI4NiA1MnQyMTEuNSAxNDEgNzguNSAxOTEtNzguNSAxOTFUOTkwIDExMDB0LTI4NiA1MnptMCAxMjhxMTkxIDAgMzUzLjUtNjguNVQxMzE0IDEwMjV0OTQtMjU3LTk0LTI1Ny0yNTYuNS0xODYuNVQ3MDQgMjU2cS04NiAwLTE3NiAxNi0xMjQtODgtMjc4LTEyOC0zNi05LTg2LTE2aC0zcS0xMSAwLTIwLjUgOFQxMjkgMTU3cS0xIDMtMSA2LjV0LjUgNi41IDIgNmwyLjUgNSAzLjUgNS41IDQgNSA0LjUgNSA0IDQuNXE1IDYgMjMgMjV0MjYgMjkuNSAyMi41IDI5IDI1IDM4LjUgMjAuNSA0NFExNDIgNDM5IDcxIDU0NFQwIDc2OHEwIDEzOSA5NCAyNTd0MjU2LjUgMTg2LjVUNzA0IDEyODB6bTgyMi0xMTY5cTEwLTI0IDIwLjUtNDR0MjUtMzguNSAyMi41LTI5IDI2LTI5LjUgMjMtMjVxMS0xIDQtNC41dDQuNS01IDQtNSAzLjUtNS41bDIuNS01IDItNiAuNS02LjUtMS02LjVxLTMtMTQtMTMtMjJ0LTIyLTdxLTUwIDctODYgMTYtMTU0IDQwLTI3OCAxMjgtOTAtMTYtMTc2LTE2LTI3MSAwLTQ3MiAxMzIgNTgtNCA4OC00IDE2MSAwIDMwOSA0NXQyNjQgMTI5cTEyNSA5MiAxOTIgMjEydDY3IDI1NHEwIDc3LTIzIDE1MiAxMjktNzEgMjA0LTE3OHQ3NS0yMzBxMC0xMjAtNzEtMjI0LjVUMTUyNiAxMTF6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJvbHQiIHVuaWNvZGU9Iu+DpyIgaG9yaXotYWR2LXg9Ijg5NiIgZD0iTTg4NSA5NzBxMTgtMjAgNy00NEwzNTItMjMxcS0xMy0yNS00Mi0yNS00IDAtMTQgMi0xNyA1LTI1LjUgMTl0LTQuNSAzMGwxOTcgODA4TDU3IDUwMnEtNC0xLTEyLTEtMTggMC0zMSAxMS0xOCAxNS0xMyAzOWwyMDEgODI1cTQgMTQgMTYgMjN0MjggOWgzMjhxMTkgMCAzMi0xMi41dDEzLTI5LjVxMC04LTUtMThMNDQzIDg4NWwzOTYgOThxOCAyIDEyIDIgMTkgMCAzNC0xNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic2l0ZW1hcCIgdW5pY29kZT0i74OoIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgMjg4Vi0zMnEwLTQwLTI4LTY4dC02OC0yOGgtMzIwcS00MCAwLTY4IDI4dC0yOCA2OHYzMjBxMCA0MCAyOCA2OHQ2OCAyOGg5NnYxOTJIOTYwVjM4NGg5NnE0MCAwIDY4LTI4dDI4LTY4Vi0zMnEwLTQwLTI4LTY4dC02OC0yOEg3MzZxLTQwIDAtNjggMjh0LTI4IDY4djMyMHEwIDQwIDI4IDY4dDY4IDI4aDk2djE5MkgzMjBWMzg0aDk2cTQwIDAgNjgtMjh0MjgtNjhWLTMycTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMzJ2MzIwcTAgNDAgMjggNjh0NjggMjhoOTZ2MTkycTAgNTIgMzggOTB0OTAgMzhoNTEydjE5MmgtOTZxLTQwIDAtNjggMjh0LTI4IDY4djMyMHEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4Vjk5MnEwLTQwLTI4LTY4dC02OC0yOGgtOTZWNzA0aDUxMnE1MiAwIDkwLTM4dDM4LTkwVjM4NGg5NnE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bWJyZWxsYSIgdW5pY29kZT0i74OpIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTg5NiA3MDhWMTI4cTAtMTA0LTc2LTE4MHQtMTgwLTc2LTE4MCA3Ni03NiAxODBxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXEwLTUwIDM5LTg5dDg5LTM5IDg5IDM5IDM5IDg5djU4MHEzMyAxMSA2NCAxMXQ2NC0xMXptNzY4LTI3cTAtMTMtOS41LTIyLjVUMTYzMiA2NDlxLTExIDAtMjMgMTAtNDkgNDYtOTMgNjl0LTEwMiAyM3EtNjggMC0xMjgtMzd0LTEwMy05N3EtNy0xMC0xNy41LTI4dC0xNC41LTI0cS0xMS0xNy0yOC0xNy0xOCAwLTI5IDE3LTQgNi0xNC41IDI0dC0xNy41IDI4cS00MyA2MC0xMDIuNSA5N1Q4MzIgNzUxdC0xMjcuNS0zN1Q2MDIgNjE3cS03LTEwLTE3LjUtMjhUNTcwIDU2NXEtMTEtMTctMjktMTctMTcgMC0yOCAxNy00IDYtMTQuNSAyNFQ0ODEgNjE3cS00MyA2MC0xMDMgOTd0LTEyOCAzN3EtNTggMC0xMDItMjN0LTkzLTY5cS0xMi0xMC0yMy0xMC0xMyAwLTIyLjUgOS41VDAgNjgxcTAgNSAxIDcgNDUgMTgzIDE3Mi41IDMxOS41dDI5OCAyMDQuNSAzNjAuNSA2OHExNDAgMCAyNzQuNS00MHQyNDYuNS0xMTMuNSAxOTQuNS0xODdUMTY2MyA2ODhxMS0yIDEtN3ptLTc2OCA3Mjd2LTk4cS00MiAyLTY0IDJ0LTY0LTJ2OThxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGFzdGUiIHVuaWNvZGU9Iu+DqiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik03NjgtMTI4aDg5NnY2NDBoLTQxNnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDc2OFYtMTI4em0yNTYgMTQ0MHY2NHEwIDEzLTkuNSAyMi41VDk5MiAxNDA4SDI4OHEtMTMgMC0yMi41LTkuNVQyNTYgMTM3NnYtNjRxMC0xMyA5LjUtMjIuNXQyMi41LTkuNWg3MDRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptMjU2LTY3MmgyOTlsLTI5OSAyOTlWNjQwem01MTItMTI4di02NzJxMC00MC0yOC02OHQtNjgtMjhINzM2cS00MCAwLTY4IDI4dC0yOCA2OFYwSDk2UTU2IDAgMjggMjhUMCA5NnYxMzQ0cTAgNDAgMjggNjh0NjggMjhoMTA4OHE0MCAwIDY4LTI4dDI4LTY4di0zMjhxMjEtMTMgMzYtMjhsNDA4LTQwOHEyOC0yOCA0OC03NnQyMC04OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibGlnaHRfYnVsYiIgdW5pY29kZT0i74OrIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTczNiA5NjBxMC0xMy05LjUtMjIuNVQ3MDQgOTI4dC0yMi41IDkuNVQ2NzIgOTYwcTAgNDYtNTQgNzF0LTEwNiAyNXEtMTMgMC0yMi41IDkuNVQ0ODAgMTA4OHQ5LjUgMjIuNSAyMi41IDkuNXE1MCAwIDk5LjUtMTZ0ODctNTQgMzcuNS05MHptMTYwIDBxMCA3Mi0zNC41IDEzNHQtOTAgMTAxLjUtMTIzIDYyVDUxMiAxMjgwdC0xMzYuNS0yMi41LTEyMy02Mi05MC0xMDEuNVQxMjggOTYwcTAtMTAxIDY4LTE4MCAxMC0xMSAzMC41LTMzdDMwLjUtMzNxMTI4LTE1MyAxNDEtMjk4aDIyOHExMyAxNDUgMTQxIDI5OCAxMCAxMSAzMC41IDMzdDMwLjUgMzNxNjggNzkgNjggMTgwem0xMjggMHEwLTE1NS0xMDMtMjY4LTQ1LTQ5LTc0LjUtODdUNzg3IDUwOS41IDc1MyA0MDJxNDctMjggNDctODIgMC0zNy0yNS02NCAyNS0yNyAyNS02NCAwLTUyLTQ1LTgxIDEzLTIzIDEzLTQ3IDAtNDYtMzEuNS03MVQ2NTktMzJxLTIwLTQ0LTYwLTcwdC04Ny0yNi04NyAyNi02MCA3MHEtNDYgMC03Ny41IDI1VDI1NiA2NHEwIDI0IDEzIDQ3LTQ1IDI5LTQ1IDgxIDAgMzcgMjUgNjQtMjUgMjctMjUgNjQgMCA1NCA0NyA4Mi00IDUwLTM0IDEwNy41VDE3Ny41IDYwNSAxMDMgNjkyUTAgODA1IDAgOTYwcTAgOTkgNDQuNSAxODQuNXQxMTcgMTQyIDE2NCA4OVQ1MTIgMTQwOHQxODYuNS0zMi41IDE2NC04OSAxMTctMTQyVDEwMjQgOTYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleGNoYW5nZSIgdW5pY29kZT0i74OsIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgMzUyVjE2MHEwLTEzLTkuNS0yMi41VDE3NjAgMTI4SDM4NFYtNjRxMC0xMy05LjUtMjIuNVQzNTItOTZxLTEyIDAtMjQgMTBMOSAyMzRxLTkgOS05IDIyIDAgMTQgOSAyM2wzMjAgMzIwcTkgOSAyMyA5IDEzIDAgMjIuNS05LjVUMzg0IDU3NlYzODRoMTM3NnExMyAwIDIyLjUtOS41dDkuNS0yMi41em0wIDU0NHEwLTE0LTktMjNsLTMyMC0zMjBxLTktOS0yMy05LTEzIDAtMjIuNSA5LjVUMTQwOCA1NzZ2MTkySDMycS0xMyAwLTIyLjUgOS41VDAgODAwdjE5MnEwIDEzIDkuNSAyMi41VDMyIDEwMjRoMTM3NnYxOTJxMCAxNCA5IDIzdDIzIDlxMTIgMCAyNC0xMGwzMTktMzE5cTktOSA5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjbG91ZF9kb3dubG9hZCIgdW5pY29kZT0i74OtIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTEyODAgNjA4cTAgMTQtOSAyM3QtMjMgOWgtMjI0djM1MnEwIDEzLTkuNSAyMi41VDk5MiAxMDI0SDgwMHEtMTMgMC0yMi41LTkuNVQ3NjggOTkyVjY0MEg1NDRxLTEzIDAtMjIuNS05LjVUNTEyIDYwOHEwLTE0IDktMjNsMzUyLTM1MnE5LTkgMjMtOXQyMyA5bDM1MSAzNTFxMTAgMTIgMTAgMjR6bTY0MC0yMjRxMC0xNTktMTEyLjUtMjcxLjVUMTUzNiAwSDQ0OFEyNjMgMCAxMzEuNSAxMzEuNVQwIDQ0OHEwIDEzMCA3MCAyNDB0MTg4IDE2NXEtMiAzMC0yIDQzIDAgMjEyIDE1MCAzNjJ0MzYyIDE1MHExNTYgMCAyODUuNS04N3QxODguNS0yMzFxNzEgNjIgMTY2IDYyIDEwNiAwIDE4MS03NXQ3NS0xODFxMC03Ni00MS0xMzggMTMwLTMxIDIxMy41LTEzNS41VDE5MjAgMzg0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjbG91ZF91cGxvYWQiIHVuaWNvZGU9Iu+DriIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xMjgwIDY3MnEwIDE0LTkgMjNsLTM1MiAzNTJxLTkgOS0yMyA5dC0yMy05TDUyMiA2OTZxLTEwLTEyLTEwLTI0IDAtMTQgOS0yM3QyMy05aDIyNFYyODhxMC0xMyA5LjUtMjIuNVQ4MDAgMjU2aDE5MnExMyAwIDIyLjUgOS41dDkuNSAyMi41djM1MmgyMjRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptNjQwLTI4OHEwLTE1OS0xMTIuNS0yNzEuNVQxNTM2IDBINDQ4UTI2MyAwIDEzMS41IDEzMS41VDAgNDQ4cTAgMTMwIDcwIDI0MHQxODggMTY1cS0yIDMwLTIgNDMgMCAyMTIgMTUwIDM2MnQzNjIgMTUwcTE1NiAwIDI4NS41LTg3dDE4OC41LTIzMXE3MSA2MiAxNjYgNjIgMTA2IDAgMTgxLTc1dDc1LTE4MXEwLTc2LTQxLTEzOCAxMzAtMzEgMjEzLjUtMTM1LjVUMTkyMCAzODR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVzZXJfbWQiIHVuaWNvZGU9Iu+DsCIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0zODQgMTkycTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1em0xMDI0LTYxcTAtMTIxLTczLTE5MHQtMTk0LTY5SDI2N3EtMTIxIDAtMTk0IDY5VDAgMTMxcTAgNjggNS41IDEzMXQyNCAxMzhUNzcgNTMyLjV0ODEgMTAzVDI3OCA2OTZxLTIyLTUyLTIyLTEyMFYzNzNxLTU4LTIwLTkzLTcwdC0zNS0xMTFxMC04MCA1Ni0xMzZUMzIwIDB0MTM2IDU2IDU2IDEzNnEwIDYxLTM1LjUgMTExVDM4NCAzNzN2MjAzcTAgNjIgMjUgOTMgMTMyLTEwNCAyOTUtMTA0dDI5NSAxMDRxMjUtMzEgMjUtOTN2LTY0cS0xMDYgMC0xODEtNzV0LTc1LTE4MXYtODlxLTMyLTI5LTMyLTcxIDAtNDAgMjgtNjh0NjgtMjggNjggMjggMjggNjhxMCA0Mi0zMiA3MXY4OXEwIDUyIDM4IDkwdDkwIDM4IDkwLTM4IDM4LTkwdi04OXEtMzItMjktMzItNzEgMC00MCAyOC02OHQ2OC0yOCA2OCAyOCAyOCA2OHEwIDQyLTMyIDcxdjg5cTAgNjgtMzQuNSAxMjcuNVQxMTUyIDQ3N3EwIDEwIC41IDQyLjV0MCA0OC0yLjUgNDEuNS03IDQ3LTEzIDQwcTY4LTE1IDEyMC02MC41dDgxLTEwMyA0Ny41LTEzMi41IDI0LTEzOCA1LjUtMTMxem0tMzIwIDg5M3EwLTE1OS0xMTIuNS0yNzEuNVQ3MDQgNjQwIDQzMi41IDc1Mi41IDMyMCAxMDI0dDExMi41IDI3MS41VDcwNCAxNDA4dDI3MS41LTExMi41VDEwODggMTAyNHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3RldGhvc2NvcGUiIHVuaWNvZGU9Iu+DsSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMjgwIDgzMnEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMTI4IDBxMC02Mi0zNS41LTExMXQtOTIuNS03MFYyNTZxMC0xNTktMTMxLjUtMjcxLjVUODMyLTEyOCA1MTUuNS0xNS41IDM4NCAyNTZ2MTMycS0xNjQgMjAtMjc0IDEyOFQwIDc2OHY1MTJxMCAyNiAxOSA0NXQ0NSAxOXE2IDAgMTYtMiAxNyAzMCA0NyA0OHQ2NSAxOHE1MyAwIDkwLjUtMzcuNVQzMjAgMTI4MHQtMzcuNS05MC41VDE5MiAxMTUycS0zMyAwLTY0IDE4Vjc2OHEwLTEwNiA5NC0xODF0MjI2LTc1IDIyNiA3NSA5NCAxODF2NDAycS0zMS0xOC02NC0xOC01MyAwLTkwLjUgMzcuNVQ1NzYgMTI4MHQzNy41IDkwLjVUNzA0IDE0MDhxMzUgMCA2NS0xOHQ0Ny00OHExMCAyIDE2IDIgMjYgMCA0NS0xOXQxOS00NVY3NjhxMC0xNDQtMTEwLTI1MlQ1MTIgMzg4VjI1NnEwLTEwNiA5NC0xODFUODMyIDB0MjI2IDc1IDk0IDE4MXYzOTVxLTU3IDIxLTkyLjUgNzBUMTAyNCA4MzJxMCA4MCA1NiAxMzZ0MTM2IDU2IDEzNi01NiA1Ni0xMzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN1aXRjYXNlIiB1bmljb2RlPSLvg7IiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjQwIDExNTJoNTEydjEyOEg2NDB2LTEyOHptLTM1MiAwVi0xMjhoLTY0cS05MiAwLTE1OCA2NlQwIDk2djgzMnEwIDkyIDY2IDE1OHQxNTggNjZoNjR6bTExMjAgMFYtMTI4SDM4NHYxMjgwaDEyOHYxNjBxMCA0MCAyOCA2OHQ2OCAyOGg1NzZxNDAgMCA2OC0yOHQyOC02OHYtMTYwaDEyOHptMzg0LTIyNFY5NnEwLTkyLTY2LTE1OHQtMTU4LTY2aC02NHYxMjgwaDY0cTkyIDAgMTU4LTY2dDY2LTE1OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYmVsbF9hbHQiIHVuaWNvZGU9Iu+DsyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik05MTItMTYwcTAgMTYtMTYgMTYtNTkgMC0xMDEuNSA0Mi41VDc1MiAwcTAgMTYtMTYgMTZUNzIwIDBxMC03MyA1MS41LTEyNC41VDg5Ni0xNzZxMTYgMCAxNiAxNnptODE2IDI4OHEwLTUyLTM4LTkwdC05MC0zOGgtNDQ4cTAtMTA2LTc1LTE4MXQtMTgxLTc1LTE4MSA3NVQ2NDAgMEgxOTJxLTUyIDAtOTAgMzh0LTM4IDkwcTUwIDQyIDkxIDg4dDg1IDExOS41VDMxNC41IDQ5NHQ1MCAyMDZUMzg0IDk2MHEwIDE1MiAxMTcgMjgyLjVUODA4IDE0MDFxLTggMTktOCAzOSAwIDQwIDI4IDY4dDY4IDI4IDY4LTI4IDI4LTY4cTAtMjAtOC0zOSAxOTAtMjggMzA3LTE1OC41VDE0MDggOTYwcTAtMTM5IDE5LjUtMjYwdDUwLTIwNiA3NC41LTE1OC41IDg1LTExOS41IDkxLTg4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb2ZmZWUiIHVuaWNvZGU9Iu+DtCIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xNjY0IDg5NnEwIDgwLTU2IDEzNnQtMTM2IDU2aC02NFY3MDRoNjRxODAgMCAxMzYgNTZ0NTYgMTM2ek0wIDEyOGgxNzkycTAtMTA2LTc1LTE4MXQtMTgxLTc1SDI1NnEtMTA2IDAtMTgxIDc1VDAgMTI4em0xODU2IDc2OHEwLTE1OS0xMTIuNS0yNzEuNVQxNDcyIDUxMmgtNjR2LTMycTAtOTItNjYtMTU4dC0xNTgtNjZINDgwcS05MiAwLTE1OCA2NnQtNjYgMTU4djczNnEwIDI2IDE5IDQ1dDQ1IDE5aDExNTJxMTU5IDAgMjcxLjUtMTEyLjVUMTg1NiA4OTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZvb2QiIHVuaWNvZGU9Iu+DtSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik02NDAgMTQ3MlY4MzJxMC02MS0zNS41LTExMVQ1MTIgNjUxdi03NzlxMC01Mi0zOC05MHQtOTAtMzhIMjU2cS01MiAwLTkwIDM4dC0zOCA5MHY3NzlxLTU3IDIwLTkyLjUgNzBUMCA4MzJ2NjQwcTAgMjYgMTkgNDV0NDUgMTkgNDUtMTkgMTktNDV2LTQxNnEwLTI2IDE5LTQ1dDQ1LTE5IDQ1IDE5IDE5IDQ1djQxNnEwIDI2IDE5IDQ1dDQ1IDE5IDQ1LTE5IDE5LTQ1di00MTZxMC0yNiAxOS00NXQ0NS0xOSA0NSAxOSAxOSA0NXY0MTZxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXptNzY4IDBWLTEyOHEwLTUyLTM4LTkwdC05MC0zOGgtMTI4cS01MiAwLTkwIDM4dC0zOCA5MHY1MTJIODAwcS0xMyAwLTIyLjUgOS41VDc2OCA0MTZ2ODAwcTAgMTMyIDk0IDIyNnQyMjYgOTRoMjU2cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZpbGVfdGV4dF9hbHQiIHVuaWNvZGU9Iu+DtiIgZD0iTTE0NjggMTE1NnEyOC0yOCA0OC03NnQyMC04OFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4OTZxNDAgMCA4OC0yMHQ3Ni00OHptLTQ0NCAyNDR2LTM3NmgzNzZxLTEwIDI5LTIyIDQxbC0zMTMgMzEzcS0xMiAxMi00MSAyMnptMzg0LTE1MjhWODk2SDk5MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYtMTI4aDEyODB6TTM4NCA3MzZxMCAxNCA5IDIzdDIzIDloNzA0cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2NjR6bTczNi0yMjRxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUg0MTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg3MDR6bTAtMjU2cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNzA0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJidWlsZGluZyIgdW5pY29kZT0i74O3IiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTM4NCAyMjR2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDEyOGgtNjRxLTEzIDAtMjIuNSA5LjVUMjU2IDE2MHY2NHEwIDEzIDkuNSAyMi41VDI4OCAyNTZoNjRxMTMgMCAyMi41LTkuNVQzODQgMjI0em0wIDI1NnYtNjRxMC0xMy05LjUtMjIuNVQzNTIgMzg0aC02NHEtMTMgMC0yMi41IDkuNVQyNTYgNDE2djY0cTAgMTMgOS41IDIyLjVUMjg4IDUxMmg2NHExMyAwIDIyLjUtOS41VDM4NCA0ODB6bTI1NiAwdi02NHEwLTEzLTkuNS0yMi41VDYwOCAzODRoLTY0cS0xMyAwLTIyLjUgOS41VDUxMiA0MTZ2NjRxMCAxMyA5LjUgMjIuNVQ1NDQgNTEyaDY0cTEzIDAgMjIuNS05LjVUNjQwIDQ4MHpNMzg0IDczNnYtNjRxMC0xMy05LjUtMjIuNVQzNTIgNjQwaC02NHEtMTMgMC0yMi41IDkuNVQyNTYgNjcydjY0cTAgMTMgOS41IDIyLjVUMjg4IDc2OGg2NHExMyAwIDIyLjUtOS41VDM4NCA3MzZ6bTc2OC01MTJ2LTY0cTAtMTMtOS41LTIyLjVUMTEyMCAxMjhoLTY0cS0xMyAwLTIyLjUgOS41VDEwMjQgMTYwdjY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXpNODk2IDQ4MHYtNjRxMC0xMy05LjUtMjIuNVQ4NjQgMzg0aC02NHEtMTMgMC0yMi41IDkuNVQ3NjggNDE2djY0cTAgMTMgOS41IDIyLjVUODAwIDUxMmg2NHExMyAwIDIyLjUtOS41VDg5NiA0ODB6TTY0MCA3MzZ2LTY0cTAtMTMtOS41LTIyLjVUNjA4IDY0MGgtNjRxLTEzIDAtMjIuNSA5LjVUNTEyIDY3MnY2NHEwIDEzIDkuNSAyMi41VDU0NCA3NjhoNjRxMTMgMCAyMi41LTkuNVQ2NDAgNzM2ek0zODQgOTkydi02NHEwLTEzLTkuNS0yMi41VDM1MiA4OTZoLTY0cS0xMyAwLTIyLjUgOS41VDI1NiA5Mjh2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41VDM4NCA5OTJ6bTc2OC01MTJ2LTY0cTAtMTMtOS41LTIyLjVUMTEyMCAzODRoLTY0cS0xMyAwLTIyLjUgOS41VDEwMjQgNDE2djY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXpNODk2IDczNnYtNjRxMC0xMy05LjUtMjIuNVQ4NjQgNjQwaC02NHEtMTMgMC0yMi41IDkuNVQ3NjggNjcydjY0cTAgMTMgOS41IDIyLjVUODAwIDc2OGg2NHExMyAwIDIyLjUtOS41VDg5NiA3MzZ6TTY0MCA5OTJ2LTY0cTAtMTMtOS41LTIyLjVUNjA4IDg5NmgtNjRxLTEzIDAtMjIuNSA5LjVUNTEyIDkyOHY2NHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjVUNjQwIDk5MnptLTI1NiAyNTZ2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDExNTJoLTY0cS0xMyAwLTIyLjUgOS41VDI1NiAxMTg0djY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptNzY4LTUxMnYtNjRxMC0xMy05LjUtMjIuNVQxMTIwIDY0MGgtNjRxLTEzIDAtMjIuNSA5LjVUMTAyNCA2NzJ2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek04OTYgOTkydi02NHEwLTEzLTkuNS0yMi41VDg2NCA4OTZoLTY0cS0xMyAwLTIyLjUgOS41VDc2OCA5Mjh2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41VDg5NiA5OTJ6bS0yNTYgMjU2di02NHEwLTEzLTkuNS0yMi41VDYwOCAxMTUyaC02NHEtMTMgMC0yMi41IDkuNVQ1MTIgMTE4NHY2NHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTUxMi0yNTZ2LTY0cTAtMTMtOS41LTIyLjVUMTEyMCA4OTZoLTY0cS0xMyAwLTIyLjUgOS41VDEwMjQgOTI4djY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptLTI1NiAyNTZ2LTY0cTAtMTMtOS41LTIyLjVUODY0IDExNTJoLTY0cS0xMyAwLTIyLjUgOS41VDc2OCAxMTg0djY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMjU2IDB2LTY0cTAtMTMtOS41LTIyLjV0LTIyLjUtOS41aC02NHEtMTMgMC0yMi41IDkuNXQtOS41IDIyLjV2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek04OTYtMTI4aDM4NHYxNTM2SDEyOFYtMTI4aDM4NFY5NnEwIDEzIDkuNSAyMi41VDU0NCAxMjhoMzIwcTEzIDAgMjIuNS05LjVUODk2IDk2di0yMjR6bTUxMiAxNjAwVi0xOTJxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMC0xOTJ2MTY2NHEwIDI2IDE5IDQ1dDQ1IDE5aDEyODBxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaG9zcGl0YWwiIHVuaWNvZGU9Iu+DuCIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0zODQgMjI0di02NHEwLTEzLTkuNS0yMi41VDM1MiAxMjhoLTY0cS0xMyAwLTIyLjUgOS41VDI1NiAxNjB2NjRxMCAxMyA5LjUgMjIuNVQyODggMjU2aDY0cTEzIDAgMjIuNS05LjVUMzg0IDIyNHptMCAyNTZ2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDM4NGgtNjRxLTEzIDAtMjIuNSA5LjVUMjU2IDQxNnY2NHEwIDEzIDkuNSAyMi41VDI4OCA1MTJoNjRxMTMgMCAyMi41LTkuNVQzODQgNDgwem0yNTYgMHYtNjRxMC0xMy05LjUtMjIuNVQ2MDggMzg0aC02NHEtMTMgMC0yMi41IDkuNVQ1MTIgNDE2djY0cTAgMTMgOS41IDIyLjVUNTQ0IDUxMmg2NHExMyAwIDIyLjUtOS41VDY0MCA0ODB6TTM4NCA3MzZ2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDY0MGgtNjRxLTEzIDAtMjIuNSA5LjVUMjU2IDY3MnY2NHEwIDEzIDkuNSAyMi41VDI4OCA3NjhoNjRxMTMgMCAyMi41LTkuNVQzODQgNzM2em03NjgtNTEydi02NHEwLTEzLTkuNS0yMi41VDExMjAgMTI4aC02NHEtMTMgMC0yMi41IDkuNVQxMDI0IDE2MHY2NHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6TTg5NiA0ODB2LTY0cTAtMTMtOS41LTIyLjVUODY0IDM4NGgtNjRxLTEzIDAtMjIuNSA5LjVUNzY4IDQxNnY2NHEwIDEzIDkuNSAyMi41VDgwMCA1MTJoNjRxMTMgMCAyMi41LTkuNVQ4OTYgNDgwek02NDAgNzM2di02NHEwLTEzLTkuNS0yMi41VDYwOCA2NDBoLTY0cS0xMyAwLTIyLjUgOS41VDUxMiA2NzJ2NjRxMCAxMyA5LjUgMjIuNVQ1NDQgNzY4aDY0cTEzIDAgMjIuNS05LjVUNjQwIDczNnptNTEyLTI1NnYtNjRxMC0xMy05LjUtMjIuNVQxMTIwIDM4NGgtNjRxLTEzIDAtMjIuNSA5LjVUMTAyNCA0MTZ2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek04OTYgNzM2di02NHEwLTEzLTkuNS0yMi41VDg2NCA2NDBoLTY0cS0xMyAwLTIyLjUgOS41VDc2OCA2NzJ2NjRxMCAxMyA5LjUgMjIuNVQ4MDAgNzY4aDY0cTEzIDAgMjIuNS05LjVUODk2IDczNnptMjU2IDB2LTY0cTAtMTMtOS41LTIyLjVUMTEyMCA2NDBoLTY0cS0xMyAwLTIyLjUgOS41VDEwMjQgNjcydjY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXpNODk2LTEyOGgzODR2MTE1MmgtMjU2di0zMnEwLTQwLTI4LTY4dC02OC0yOEg0ODBxLTQwIDAtNjggMjh0LTI4IDY4djMySDEyOFYtMTI4aDM4NFY5NnEwIDEzIDkuNSAyMi41VDU0NCAxMjhoMzIwcTEzIDAgMjIuNS05LjVUODk2IDk2di0yMjR6bTAgMTE4NHYzMjBxMCAxMy05LjUgMjIuNVQ4NjQgMTQwOGgtNjRxLTEzIDAtMjIuNS05LjVUNzY4IDEzNzZ2LTk2SDY0MHY5NnEwIDEzLTkuNSAyMi41VDYwOCAxNDA4aC02NHEtMTMgMC0yMi41LTkuNVQ1MTIgMTM3NnYtMzIwcTAtMTMgOS41LTIyLjV0MjIuNS05LjVoNjRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXY5NmgxMjh2LTk2cTAtMTMgOS41LTIyLjV0MjIuNS05LjVoNjRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptNTEyIDMyVi0xOTJxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMC0xOTJ2MTI4MHEwIDI2IDE5IDQ1dDQ1IDE5aDMyMHYyODhxMCA0MCAyOCA2OHQ2OCAyOGg0NDhxNDAgMCA2OC0yOHQyOC02OHYtMjg4aDMyMHEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhbWJ1bGFuY2UiIHVuaWNvZGU9Iu+DuSIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik02NDAgMTI4cTAgNTMtMzcuNSA5MC41VDUxMiAyNTZ0LTkwLjUtMzcuNVQzODQgMTI4dDM3LjUtOTAuNVQ1MTIgMHQ5MC41IDM3LjVUNjQwIDEyOHpNMjU2IDY0MGgzODR2MjU2SDQ4MnEtMTQtMi0yMi05TDI2NSA2OTJxLTctMTItOS0yMnYtMzB6bTEyODAtNTEycTAgNTMtMzcuNSA5MC41VDE0MDggMjU2dC05MC41LTM3LjVUMTI4MCAxMjh0MzcuNS05MC41VDE0MDggMHQ5MC41IDM3LjVUMTUzNiAxMjh6bTEyOCA2NzJ2MTkycTAgMTQtOSAyM3QtMjMgOWgtMjI0djIyNHEwIDE0LTkgMjN0LTIzIDloLTE5MnEtMTQgMC0yMy05dC05LTIzdi0yMjRIOTI4cS0xNCAwLTIzLTl0LTktMjNWODAwcTAtMTQgOS0yM3QyMy05aDIyNFY1NDRxMC0xNCA5LTIzdDIzLTloMTkycTE0IDAgMjMgOXQ5IDIzdjIyNGgyMjRxMTQgMCAyMyA5dDkgMjN6bTI1NiA1NDRWMTkycTAtMjYtMTktNDV0LTQ1LTE5aC0xOTJxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MUg3NjhxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MUgxMjhxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5djQxNnEwIDI2IDEzIDU4dDMyIDUxbDE5OCAxOThxMTkgMTkgNTEgMzJ0NTggMTNoMTYwdjMyMHEwIDI2IDE5IDQ1dDQ1IDE5aDExNTJxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWVka2l0IiB1bmljb2RlPSLvg7oiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI4MCA0MTZ2MTkycTAgMTQtOSAyM3QtMjMgOWgtMjI0djIyNHEwIDE0LTkgMjN0LTIzIDlIODAwcS0xNCAwLTIzLTl0LTktMjNWNjQwSDU0NHEtMTQgMC0yMy05dC05LTIzVjQxNnEwLTE0IDktMjN0MjMtOWgyMjRWMTYwcTAtMTQgOS0yM3QyMy05aDE5MnExNCAwIDIzIDl0OSAyM3YyMjRoMjI0cTE0IDAgMjMgOXQ5IDIzem0tNjQwIDczNmg1MTJ2MTI4SDY0MHYtMTI4em0tMzg0IDBWLTEyOGgtMzJxLTkyIDAtMTU4IDY2VDAgOTZ2ODMycTAgOTIgNjYgMTU4dDE1OCA2NmgzMnptMTE4NCAwVi0xMjhIMzUydjEyODBoMTYwdjE2MHEwIDQwIDI4IDY4dDY4IDI4aDU3NnE0MCAwIDY4LTI4dDI4LTY4di0xNjBoMTYwem0zNTItMjI0Vjk2cTAtOTItNjYtMTU4dC0xNTgtNjZoLTMydjEyODBoMzJxOTIgMCAxNTgtNjZ0NjYtMTU4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWdodGVyX2pldCIgdW5pY29kZT0i74O7IiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTE5MjAgNTc2cS0xLTMyLTI4OC05NmwtMzUyLTMyLTIyNC02NGgtNjRMNjk5IDMyaDY5cTI2IDAgNDUtNC41VDgzMiAxNiA4MTMgNC41IDc2OCAwSDQ0OHYzMmg2NHY0MTZIMzUyTDE2MCAyMjRINjRsLTMyIDMydjE5MmgzMnYzMmgxMjh2OEwwIDUxMnYxMjhsMTkyIDI0djhINjR2MzJIMzJ2MTkybDMyIDMyaDk2bDE5Mi0yMjRoMTYwdjQxNmgtNjR2MzJoMzIwcTI2IDAgNDUtNC41dDE5LTExLjUtMTktMTEuNS00NS00LjVoLTY5bDI5My0zNTJoNjRsMjI0LTY0IDM1Mi0zMnExMjgtMjggMjAwLTUydDgwLTM0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiZWVyIiB1bmljb2RlPSLvg7wiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNjQwIDY0MHYzODRIMzg0Vjc2OHEwLTUzIDM3LjUtOTAuNVQ1MTIgNjQwaDEyOHptMTAyNC00NDhWMEg1MTJ2MTkybDEyOCAxOTJINTEycS0xNTkgMC0yNzEuNSAxMTIuNVQxMjggNzY4djMyMGwtNjQgNjQgMzIgMTI4aDQ4MGwzMiAxMjhoOTYwbDMyLTE5Mi02NC0zMlYzODR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Imhfc2lnbiIgdW5pY29kZT0i74O9IiBkPSJNMTI4MCAxOTJ2ODk2cTAgMjYtMTkgNDV0LTQ1IDE5aC0xMjhxLTI2IDAtNDUtMTl0LTE5LTQ1Vjc2OEg1MTJ2MzIwcTAgMjYtMTkgNDV0LTQ1IDE5SDMyMHEtMjYgMC00NS0xOXQtMTktNDVWMTkycTAtMjYgMTktNDV0NDUtMTloMTI4cTI2IDAgNDUgMTl0MTkgNDV2MzIwaDUxMlYxOTJxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXptMjU2IDkyOFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMGZlIiB1bmljb2RlPSLvg74iIGQ9Ik0xMjgwIDU3NnYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIODk2djMyMHEwIDI2LTE5IDQ1dC00NSAxOUg3MDRxLTI2IDAtNDUtMTl0LTE5LTQ1Vjc2OEgzMjBxLTI2IDAtNDUtMTl0LTE5LTQ1VjU3NnEwLTI2IDE5LTQ1dDQ1LTE5aDMyMFYxOTJxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXYzMjBoMzIwcTI2IDAgNDUgMTl0MTkgNDV6bTI1NiA1NDRWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZG91YmxlX2FuZ2xlX2xlZnQiIHVuaWNvZGU9Iu+EgCIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik02MjcgMTYwcTAtMTMtMTAtMjNsLTUwLTUwcS0xMC0xMC0yMy0xMHQtMjMgMTBMNTUgNTUzcS0xMCAxMC0xMCAyM3QxMCAyM2w0NjYgNDY2cTEwIDEwIDIzIDEwdDIzLTEwbDUwLTUwcTEwLTEwIDEwLTIzdC0xMC0yM0wyMjQgNTc2bDM5My0zOTNxMTAtMTAgMTAtMjN6bTM4NCAwcTAtMTMtMTAtMjNsLTUwLTUwcS0xMC0xMC0yMy0xMHQtMjMgMTBMNDM5IDU1M3EtMTAgMTAtMTAgMjN0MTAgMjNsNDY2IDQ2NnExMCAxMCAyMyAxMHQyMy0xMGw1MC01MHExMC0xMCAxMC0yM3QtMTAtMjNMNjA4IDU3NmwzOTMtMzkzcTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkb3VibGVfYW5nbGVfcmlnaHQiIHVuaWNvZGU9Iu+EgSIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik01OTUgNTc2cTAtMTMtMTAtMjNMMTE5IDg3cS0xMC0xMC0yMy0xMFQ3MyA4N2wtNTAgNTBxLTEwIDEwLTEwIDIzdDEwIDIzbDM5MyAzOTNMMjMgOTY5cS0xMCAxMC0xMCAyM3QxMCAyM2w1MCA1MHExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzem0zODQgMHEwLTEzLTEwLTIzTDUwMyA4N3EtMTAtMTAtMjMtMTB0LTIzIDEwbC01MCA1MHEtMTAgMTAtMTAgMjN0MTAgMjNsMzkzIDM5My0zOTMgMzkzcS0xMCAxMC0xMCAyM3QxMCAyM2w1MCA1MHExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkb3VibGVfYW5nbGVfdXAiIHVuaWNvZGU9Iu+EgiIgaG9yaXotYWR2LXg9IjExNTIiIGQ9Ik0xMDc1IDIyNHEwLTEzLTEwLTIzbC01MC01MHEtMTAtMTAtMjMtMTB0LTIzIDEwTDU3NiA1NDQgMTgzIDE1MXEtMTAtMTAtMjMtMTB0LTIzIDEwbC01MCA1MHEtMTAgMTAtMTAgMjN0MTAgMjNsNDY2IDQ2NnExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzem0wIDM4NHEwLTEzLTEwLTIzbC01MC01MHEtMTAtMTAtMjMtMTB0LTIzIDEwTDU3NiA5MjggMTgzIDUzNXEtMTAtMTAtMjMtMTB0LTIzIDEwbC01MCA1MHEtMTAgMTAtMTAgMjN0MTAgMjNsNDY2IDQ2NnExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkb3VibGVfYW5nbGVfZG93biIgdW5pY29kZT0i74SDIiBob3Jpei1hZHYteD0iMTE1MiIgZD0iTTEwNzUgNjcycTAtMTMtMTAtMjNMNTk5IDE4M3EtMTAtMTAtMjMtMTB0LTIzIDEwTDg3IDY0OXEtMTAgMTAtMTAgMjN0MTAgMjNsNTAgNTBxMTAgMTAgMjMgMTB0MjMtMTBsMzkzLTM5MyAzOTMgMzkzcTEwIDEwIDIzIDEwdDIzLTEwbDUwLTUwcTEwLTEwIDEwLTIzem0wIDM4NHEwLTEzLTEwLTIzTDU5OSA1NjdxLTEwLTEwLTIzLTEwdC0yMyAxMEw4NyAxMDMzcS0xMCAxMC0xMCAyM3QxMCAyM2w1MCA1MHExMCAxMCAyMyAxMHQyMy0xMGwzOTMtMzkzIDM5MyAzOTNxMTAgMTAgMjMgMTB0MjMtMTBsNTAtNTBxMTAtMTAgMTAtMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFuZ2xlX2xlZnQiIHVuaWNvZGU9Iu+EhCIgaG9yaXotYWR2LXg9IjY0MCIgZD0iTTYyNyA5OTJxMC0xMy0xMC0yM0wyMjQgNTc2bDM5My0zOTNxMTAtMTAgMTAtMjN0LTEwLTIzbC01MC01MHEtMTAtMTAtMjMtMTB0LTIzIDEwTDU1IDU1M3EtMTAgMTAtMTAgMjN0MTAgMjNsNDY2IDQ2NnExMCAxMCAyMyAxMHQyMy0xMGw1MC01MHExMC0xMCAxMC0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYW5nbGVfcmlnaHQiIHVuaWNvZGU9Iu+EhSIgaG9yaXotYWR2LXg9IjY0MCIgZD0iTTU5NSA1NzZxMC0xMy0xMC0yM0wxMTkgODdxLTEwLTEwLTIzLTEwVDczIDg3bC01MCA1MHEtMTAgMTAtMTAgMjN0MTAgMjNsMzkzIDM5M0wyMyA5NjlxLTEwIDEwLTEwIDIzdDEwIDIzbDUwIDUwcTEwIDEwIDIzIDEwdDIzLTEwbDQ2Ni00NjZxMTAtMTAgMTAtMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFuZ2xlX3VwIiB1bmljb2RlPSLvhIYiIGhvcml6LWFkdi14PSIxMTUyIiBkPSJNMTA3NSAzNTJxMC0xMy0xMC0yM2wtNTAtNTBxLTEwLTEwLTIzLTEwdC0yMyAxMEw1NzYgNjcyIDE4MyAyNzlxLTEwLTEwLTIzLTEwdC0yMyAxMGwtNTAgNTBxLTEwIDEwLTEwIDIzdDEwIDIzbDQ2NiA0NjZxMTAgMTAgMjMgMTB0MjMtMTBsNDY2LTQ2NnExMC0xMCAxMC0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYW5nbGVfZG93biIgdW5pY29kZT0i74SHIiBob3Jpei1hZHYteD0iMTE1MiIgZD0iTTEwNzUgODAwcTAtMTMtMTAtMjNMNTk5IDMxMXEtMTAtMTAtMjMtMTB0LTIzIDEwTDg3IDc3N3EtMTAgMTAtMTAgMjN0MTAgMjNsNTAgNTBxMTAgMTAgMjMgMTB0MjMtMTBsMzkzLTM5MyAzOTMgMzkzcTEwIDEwIDIzIDEwdDIzLTEwbDUwLTUwcTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkZXNrdG9wIiB1bmljb2RlPSLvhIgiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTc5MiA1NDR2ODMycTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDE2MHEtMTMgMC0yMi41LTkuNVQxMjggMTM3NlY1NDRxMC0xMyA5LjUtMjIuNVQxNjAgNTEyaDE2MDBxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptMTI4IDgzMlYyODhxMC02Ni00Ny0xMTN0LTExMy00N2gtNTQ0cTAtMzcgMTYtNzcuNXQzMi03MSAxNi00My41cTAtMjYtMTktNDV0LTQ1LTE5SDcwNHEtMjYgMC00NSAxOXQtMTkgNDVxMCAxNCAxNiA0NHQzMiA3MCAxNiA3OEgxNjBxLTY2IDAtMTEzIDQ3VDAgMjg4djEwODhxMCA2NiA0NyAxMTN0MTEzIDQ3aDE2MDBxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsYXB0b3AiIHVuaWNvZGU9Iu+EiSIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik00MTYgMjU2cS02NiAwLTExMyA0N3QtNDcgMTEzdjcwNHEwIDY2IDQ3IDExM3QxMTMgNDdoMTA4OHE2NiAwIDExMy00N3Q0Ny0xMTNWNDE2cTAtNjYtNDctMTEzdC0xMTMtNDdINDE2em0tMzIgODY0VjQxNnEwLTEzIDkuNS0yMi41VDQxNiAzODRoMTA4OHExMyAwIDIyLjUgOS41dDkuNSAyMi41djcwNHEwIDEzLTkuNSAyMi41dC0yMi41IDkuNUg0MTZxLTEzIDAtMjIuNS05LjVUMzg0IDExMjB6bTEzNzYtOTI4aDE2MFY5NnEwLTQwLTQ3LTY4VDE3NjAgMEgxNjBROTQgMCA0NyAyOFQwIDk2djk2aDE3NjB6bS03MjAtOTZxMTYgMCAxNiAxNnQtMTYgMTZIODgwcS0xNiAwLTE2LTE2dDE2LTE2aDE2MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGFibGV0IiB1bmljb2RlPSLvhIoiIGhvcml6LWFkdi14PSIxMTUyIiBkPSJNNjQwIDEyOHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMzg0IDE2MHY5NjBxMCAxMy05LjUgMjIuNVQ5OTIgMTI4MEgxNjBxLTEzIDAtMjIuNS05LjVUMTI4IDEyNDhWMjg4cTAtMTMgOS41LTIyLjVUMTYwIDI1Nmg4MzJxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptMTI4IDk2MFYxNjBxMC02Ni00Ny0xMTNUOTkyIDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2MTA4OHEwIDY2IDQ3IDExM3QxMTMgNDdoODMycTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibW9iaWxlX3Bob25lIiB1bmljb2RlPSLvhIsiIGhvcml6LWFkdi14PSI3NjgiIGQ9Ik00NjQgMTI4cTAgMzMtMjMuNSA1Ni41VDM4NCAyMDh0LTU2LjUtMjMuNVQzMDQgMTI4dDIzLjUtNTYuNVQzODQgNDh0NTYuNSAyMy41VDQ2NCAxMjh6bTIwOCAxNjB2NzA0cTAgMTMtOS41IDIyLjVUNjQwIDEwMjRIMTI4cS0xMyAwLTIyLjUtOS41VDk2IDk5MlYyODhxMC0xMyA5LjUtMjIuNVQxMjggMjU2aDUxMnExMyAwIDIyLjUgOS41VDY3MiAyODh6bS0xOTIgODQ4cTAgMTYtMTYgMTZIMzA0cS0xNiAwLTE2LTE2dDE2LTE2aDE2MHExNiAwIDE2IDE2em0yODggMTZWMTI4cTAtNTItMzgtOTBUNjQwIDBIMTI4UTc2IDAgMzggMzhUMCAxMjh2MTAyNHEwIDUyIDM4IDkwdDkwIDM4aDUxMnE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaXJjbGVfYmxhbmsiIHVuaWNvZGU9Iu+EjCIgZD0iTTc2OCAxMTg0cS0xNDggMC0yNzMtNzNUMjk3IDkxM3QtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzMtNzMgMjczLTE5OCAxOTgtMjczIDczem03NjgtNTQ0cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJxdW90ZV9sZWZ0IiB1bmljb2RlPSLvhI0iIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNzY4IDU3NlYxOTJxMC04MC01Ni0xMzZUNTc2IDBIMTkyUTExMiAwIDU2IDU2VDAgMTkydjcwNHEwIDEwNCA0MC41IDE5OC41VDE1MCAxMjU4dDE2My41IDEwOS41VDUxMiAxNDA4aDY0cTI2IDAgNDUtMTl0MTktNDV2LTEyOHEwLTI2LTE5LTQ1dC00NS0xOWgtNjRxLTEwNiAwLTE4MS03NXQtNzUtMTgxdi0zMnEwLTQwIDI4LTY4dDY4LTI4aDIyNHE4MCAwIDEzNi01NnQ1Ni0xMzZ6bTg5NiAwVjE5MnEwLTgwLTU2LTEzNlQxNDcyIDBoLTM4NHEtODAgMC0xMzYgNTZ0LTU2IDEzNnY3MDRxMCAxMDQgNDAuNSAxOTguNVQxMDQ2IDEyNTh0MTYzLjUgMTA5LjVUMTQwOCAxNDA4aDY0cTI2IDAgNDUtMTl0MTktNDV2LTEyOHEwLTI2LTE5LTQ1dC00NS0xOWgtNjRxLTEwNiAwLTE4MS03NXQtNzUtMTgxdi0zMnEwLTQwIDI4LTY4dDY4LTI4aDIyNHE4MCAwIDEzNi01NnQ1Ni0xMzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InF1b3RlX3JpZ2h0IiB1bmljb2RlPSLvhI4iIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNzY4IDEyMTZWNTEycTAtMTA0LTQwLjUtMTk4LjVUNjE4IDE1MCA0NTQuNSA0MC41IDI1NiAwaC02NHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloNjRxMTA2IDAgMTgxIDc1dDc1IDE4MXYzMnEwIDQwLTI4IDY4dC02OCAyOEgxOTJxLTgwIDAtMTM2IDU2VDAgODMydjM4NHEwIDgwIDU2IDEzNnQxMzYgNTZoMzg0cTgwIDAgMTM2LTU2dDU2LTEzNnptODk2IDBWNTEycTAtMTA0LTQwLjUtMTk4LjVUMTUxNCAxNTAgMTM1MC41IDQwLjUgMTE1MiAwaC02NHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloNjRxMTA2IDAgMTgxIDc1dDc1IDE4MXYzMnEwIDQwLTI4IDY4dC02OCAyOGgtMjI0cS04MCAwLTEzNiA1NnQtNTYgMTM2djM4NHEwIDgwIDU2IDEzNnQxMzYgNTZoMzg0cTgwIDAgMTM2LTU2dDU2LTEzNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3Bpbm5lciIgdW5pY29kZT0i74SQIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTUyNiAxNDJxMC01My0zNy41LTkwLjVUMzk4IDE0cS01MiAwLTkwIDM4dC0zOCA5MHEwIDUzIDM3LjUgOTAuNVQzOTggMjcwdDkwLjUtMzcuNVQ1MjYgMTQyem00OTgtMjA2cTAtNTMtMzcuNS05MC41VDg5Ni0xOTJ0LTkwLjUgMzcuNVQ3NjgtNjR0MzcuNSA5MC41VDg5NiA2NHQ5MC41LTM3LjVUMTAyNC02NHpNMzIwIDY0MHEwLTUzLTM3LjUtOTAuNVQxOTIgNTEydC05MC41IDM3LjVUNjQgNjQwdDM3LjUgOTAuNVQxOTIgNzY4dDkwLjUtMzcuNVQzMjAgNjQwem0xMjAyLTQ5OHEwLTUyLTM4LTkwdC05MC0zOHEtNTMgMC05MC41IDM3LjVUMTI2NiAxNDJ0MzcuNSA5MC41VDEzOTQgMjcwdDkwLjUtMzcuNVQxNTIyIDE0MnptLTk2NCA5OTZxMC02Ni00Ny0xMTN0LTExMy00Ny0xMTMgNDctNDcgMTEzIDQ3IDExMyAxMTMgNDcgMTEzLTQ3IDQ3LTExM3ptMTE3MC00OThxMC01My0zNy41LTkwLjVUMTYwMCA1MTJ0LTkwLjUgMzcuNVQxNDcyIDY0MHQzNy41IDkwLjVUMTYwMCA3Njh0OTAuNS0zNy41VDE3MjggNjQwem0tNjQwIDcwNHEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1Ni01NiAxMzYgNTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2em01MzAtMjA2cTAtOTMtNjYtMTU4LjVUMTM5NCA5MTRxLTkzIDAtMTU4LjUgNjUuNVQxMTcwIDExMzhxMCA5MiA2NS41IDE1OHQxNTguNSA2NnE5MiAwIDE1OC02NnQ2Ni0xNTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNpcmNsZSIgdW5pY29kZT0i74SRIiBkPSJNMTUzNiA2NDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlcGx5IiB1bmljb2RlPSLvhJIiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiA0MTZxMC0xNjYtMTI3LTQ1MS0zLTctMTAuNS0yNFQxNjQxLTg5dC0xMy0yMnEtMTItMTctMjgtMTctMTUgMC0yMy41IDEwdC04LjUgMjVxMCA5IDIuNSAyNi41VDE1NzMtNDNxNSA2OCA1IDEyMyAwIDEwMS0xNy41IDE4MVQxNTEyIDM5OS41dC04MCAxMDEtMTA1LjUgNjkuNS0xMzMgNDIuNS0xNTQgMjEuNS0xNzUuNSA2SDY0MFYzODRxMC0yNi0xOS00NXQtNDUtMTktNDUgMTlMMTkgODUxUTAgODcwIDAgODk2dDE5IDQ1bDUxMiA1MTJxMTkgMTkgNDUgMTl0NDUtMTkgMTktNDV2LTI1NmgyMjRxNzEzIDAgODc1LTQwMyA1My0xMzQgNTMtMzMzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnaXRodWJfYWx0IiB1bmljb2RlPSLvhJMiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNjQwIDMyMHEwLTQwLTEyLjUtODJ0LTQzLTc2LTcyLjUtMzQtNzIuNSAzNC00MyA3Ni0xMi41IDgyIDEyLjUgODIgNDMgNzYgNzIuNSAzNCA3Mi41LTM0IDQzLTc2IDEyLjUtODJ6bTY0MCAwcTAtNDAtMTIuNS04MnQtNDMtNzYtNzIuNS0zNC03Mi41IDM0LTQzIDc2LTEyLjUgODIgMTIuNSA4MiA0MyA3NiA3Mi41IDM0IDcyLjUtMzQgNDMtNzYgMTIuNS04MnptMTYwIDBxMCAxMjAtNjkgMjA0dC0xODcgODRxLTQxIDAtMTk1LTIxLTcxLTExLTE1Ny0xMXQtMTU3IDExcS0xNTIgMjEtMTk1IDIxLTExOCAwLTE4Ny04NHQtNjktMjA0cTAtODggMzItMTUzLjV0ODEtMTAzIDEyMi02MFQ1OTktMjZ0MTQ5LTdoMTY4cTgyIDAgMTQ5IDd0MTQwIDI5LjUgMTIyIDYwIDgxIDEwMyAzMiAxNTMuNXptMjI0IDE3NnEwLTIwNy02MS0zMzEtMzgtNzctMTA1LjUtMTMzdC0xNDEtODYtMTcwLTQ3LjUtMTcxLjUtMjItMTY3LTQuNXEtNzggMC0xNDIgM3QtMTQ3LjUgMTIuNS0xNTIuNSAzMFQyNjktMzEgMTQ4IDUwIDYyIDE2NVEwIDI4OCAwIDQ5NnEwIDIzNyAxMzYgMzk2LTI3IDgyLTI3IDE3MCAwIDExNiA1MSAyMTggMTA4IDAgMTkwLTM5LjVUNTM5IDExMTdxMTQ3IDM1IDMwOSAzNSAxNDggMCAyODAtMzIgMTA1IDgyIDE4NyAxMjF0MTg5IDM5cTUxLTEwMiA1MS0yMTggMC04Ny0yNy0xNjggMTM2LTE2MCAxMzYtMzk4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmb2xkZXJfY2xvc2VfYWx0IiB1bmljb2RlPSLvhJQiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTUzNiAyMjR2NzA0cTAgNDAtMjggNjh0LTY4IDI4SDczNnEtNDAgMC02OCAyOHQtMjggNjh2NjRxMCA0MC0yOCA2OHQtNjggMjhIMjI0cS00MCAwLTY4LTI4dC0yOC02OFYyMjRxMC00MCAyOC02OHQ2OC0yOGgxMjE2cTQwIDAgNjggMjh0MjggNjh6bTEyOCA3MDRWMjI0cTAtOTItNjYtMTU4VDE0NDAgMEgyMjRRMTMyIDAgNjYgNjZUMCAyMjR2OTYwcTAgOTIgNjYgMTU4dDE1OCA2NmgzMjBxOTIgMCAxNTgtNjZ0NjYtMTU4di0zMmg2NzJxOTIgMCAxNTgtNjZ0NjYtMTU4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmb2xkZXJfb3Blbl9hbHQiIHVuaWNvZGU9Iu+ElSIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xNzgxIDYwNXEwIDM1LTUzIDM1SDY0MHEtNDAgMC04NS41LTIxLjVUNDgzIDU2NkwxODkgMjAzcS0xOC0yNC0xOC00MCAwLTM1IDUzLTM1aDEwODhxNDAgMCA4NiAyMnQ3MSA1M2wyOTQgMzYzcTE4IDIyIDE4IDM5ek02NDAgNzY4aDc2OHYxNjBxMCA0MC0yOCA2OHQtNjggMjhINzM2cS00MCAwLTY4IDI4dC0yOCA2OHY2NHEwIDQwLTI4IDY4dC02OCAyOEgyMjRxLTQwIDAtNjgtMjh0LTI4LTY4VjMzMWwyNTYgMzE1cTQ0IDUzIDExNiA4Ny41VDY0MCA3Njh6bTEyNjktMTYzcTAtNjItNDYtMTIwbC0yOTUtMzYzcS00My01My0xMTYtODcuNVQxMzEyIDBIMjI0UTEzMiAwIDY2IDY2VDAgMjI0djk2MHEwIDkyIDY2IDE1OHQxNTggNjZoMzIwcTkyIDAgMTU4LTY2dDY2LTE1OHYtMzJoNTQ0cTkyIDAgMTU4LTY2dDY2LTE1OFY3NjhoMTkycTU0IDAgOTktMjQuNXQ2Ny03MC41cTE1LTMyIDE1LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleHBhbmRfYWx0IiB1bmljb2RlPSLvhJYiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9ImNvbGxhcHNlX2FsdCIgdW5pY29kZT0i74SXIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzbWlsZSIgdW5pY29kZT0i74SYIiBkPSJNMTEzNCA0NjFxLTM3LTEyMS0xMzgtMTk1dC0yMjgtNzQtMjI4IDc0LTEzOCAxOTVxLTggMjUgNCA0OC41dDM4IDMxLjVxMjUgOCA0OC41LTR0MzEuNS0zOHEyNS04MCA5Mi41LTEyOS41VDc2OCAzMjB0MTUxLjUgNDkuNVQxMDEyIDQ5OXE4IDI2IDMyIDM4dDQ5IDQgMzctMzEuNSA0LTQ4LjV6TTY0MCA4OTZxMC01My0zNy41LTkwLjVUNTEyIDc2OHQtOTAuNSAzNy41VDM4NCA4OTZ0MzcuNSA5MC41VDUxMiAxMDI0dDkwLjUtMzcuNVQ2NDAgODk2em01MTIgMHEwLTUzLTM3LjUtOTAuNVQxMDI0IDc2OHQtOTAuNSAzNy41VDg5NiA4OTZ0MzcuNSA5MC41IDkwLjUgMzcuNSA5MC41LTM3LjVUMTE1MiA4OTZ6bTI1Ni0yNTZxMCAxMzAtNTEgMjQ4LjV0LTEzNi41IDIwNC0yMDQgMTM2LjUtMjQ4LjUgNTEtMjQ4LjUtNTEtMjA0LTEzNi41LTEzNi41LTIwNFQxMjggNjQwdDUxLTI0OC41IDEzNi41LTIwNFQ1MTkuNSA1MSA3NjggMHQyNDguNSA1MSAyMDQgMTM2LjUgMTM2LjUgMjA0IDUxIDI0OC41em0xMjggMHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZnJvd24iIHVuaWNvZGU9Iu+EmSIgZD0iTTExMzQgMzA3cTgtMjUtNC00OC41dC0zNy0zMS41LTQ5IDQtMzIgMzhxLTI1IDgwLTkyLjUgMTI5LjVUNzY4IDQ0OHQtMTUxLjUtNDkuNVQ1MjQgMjY5cS04LTI2LTMxLjUtMzh0LTQ4LjUtNHEtMjYgOC0zOCAzMS41dC00IDQ4LjVxMzcgMTIxIDEzOCAxOTV0MjI4IDc0IDIyOC03NCAxMzgtMTk1ek02NDAgODk2cTAtNTMtMzcuNS05MC41VDUxMiA3Njh0LTkwLjUgMzcuNVQzODQgODk2dDM3LjUgOTAuNVQ1MTIgMTAyNHQ5MC41LTM3LjVUNjQwIDg5NnptNTEyIDBxMC01My0zNy41LTkwLjVUMTAyNCA3Njh0LTkwLjUgMzcuNVQ4OTYgODk2dDM3LjUgOTAuNSA5MC41IDM3LjUgOTAuNS0zNy41VDExNTIgODk2em0yNTYtMjU2cTAgMTMwLTUxIDI0OC41dC0xMzYuNSAyMDQtMjA0IDEzNi41LTI0OC41IDUxLTI0OC41LTUxLTIwNC0xMzYuNS0xMzYuNS0yMDRUMTI4IDY0MHQ1MS0yNDguNSAxMzYuNS0yMDRUNTE5LjUgNTEgNzY4IDB0MjQ4LjUgNTEgMjA0IDEzNi41IDEzNi41IDIwNCA1MSAyNDguNXptMTI4IDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Im1laCIgdW5pY29kZT0i74SaIiBkPSJNMTE1MiA0NDhxMC0yNi0xOS00NXQtNDUtMTlINDQ4cS0yNiAwLTQ1IDE5dC0xOSA0NSAxOSA0NSA0NSAxOWg2NDBxMjYgMCA0NS0xOXQxOS00NXpNNjQwIDg5NnEwLTUzLTM3LjUtOTAuNVQ1MTIgNzY4dC05MC41IDM3LjVUMzg0IDg5NnQzNy41IDkwLjVUNTEyIDEwMjR0OTAuNS0zNy41VDY0MCA4OTZ6bTUxMiAwcTAtNTMtMzcuNS05MC41VDEwMjQgNzY4dC05MC41IDM3LjVUODk2IDg5NnQzNy41IDkwLjUgOTAuNSAzNy41IDkwLjUtMzcuNVQxMTUyIDg5NnptMjU2LTI1NnEwIDEzMC01MSAyNDguNXQtMTM2LjUgMjA0LTIwNCAxMzYuNS0yNDguNSA1MS0yNDguNS01MS0yMDQtMTM2LjUtMTM2LjUtMjA0VDEyOCA2NDB0NTEtMjQ4LjUgMTM2LjUtMjA0VDUxOS41IDUxIDc2OCAwdDI0OC41IDUxIDIwNCAxMzYuNSAxMzYuNSAyMDQgNTEgMjQ4LjV6bTEyOCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnYW1lcGFkIiB1bmljb2RlPSLvhJsiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNODMyIDQ0OHYxMjhxMCAxNC05IDIzdC0yMyA5SDYwOHYxOTJxMCAxNC05IDIzdC0yMyA5SDQ0OHEtMTQgMC0yMy05dC05LTIzVjYwOEgyMjRxLTE0IDAtMjMtOXQtOS0yM1Y0NDhxMC0xNCA5LTIzdDIzLTloMTkyVjIyNHEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN2MTkyaDE5MnExNCAwIDIzIDl0OSAyM3ptNTc2LTY0cTAgNTMtMzcuNSA5MC41VDEyODAgNTEydC05MC41LTM3LjVUMTE1MiAzODR0MzcuNS05MC41VDEyODAgMjU2dDkwLjUgMzcuNVQxNDA4IDM4NHptMjU2IDI1NnEwIDUzLTM3LjUgOTAuNVQxNTM2IDc2OHQtOTAuNS0zNy41VDE0MDggNjQwdDM3LjUtOTAuNVQxNTM2IDUxMnQ5MC41IDM3LjVUMTY2NCA2NDB6bTI1Ni0xMjhxMC0yMTItMTUwLTM2MlQxNDA4IDBxLTE5MiAwLTMzOCAxMjhIODUwUTcwNCAwIDUxMiAwIDMwMCAwIDE1MCAxNTBUMCA1MTJ0MTUwIDM2MiAzNjIgMTUwaDg5NnEyMTIgMCAzNjItMTUwdDE1MC0zNjJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImtleWJvYXJkIiB1bmljb2RlPSLvhJwiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMzg0IDM2OHYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2em0xMjggMjU2di05NnEwLTE2LTE2LTE2SDI3MnEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDIyNHExNiAwIDE2LTE2ek0zODQgODgwdi05NnEwLTE2LTE2LTE2aC05NnEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZ6bTEwMjQtNTEydi05NnEwLTE2LTE2LTE2SDUyOHEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDg2NHExNiAwIDE2LTE2ek03NjggNjI0di05NnEwLTE2LTE2LTE2aC05NnEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZ6TTY0MCA4ODB2LTk2cTAtMTYtMTYtMTZoLTk2cS0xNiAwLTE2IDE2djk2cTAgMTYgMTYgMTZoOTZxMTYgMCAxNi0xNnptMzg0LTI1NnYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2ek04OTYgODgwdi05NnEwLTE2LTE2LTE2aC05NnEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZ6bTM4NC0yNTZ2LTk2cTAtMTYtMTYtMTZoLTk2cS0xNiAwLTE2IDE2djk2cTAgMTYgMTYgMTZoOTZxMTYgMCAxNi0xNnptMzg0LTI1NnYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2em0tNTEyIDUxMnYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2em0yNTYgMHYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2em0yNTYgMFY1MjhxMC0xNi0xNi0xNmgtMjI0cS0xNiAwLTE2IDE2djk2cTAgMTYgMTYgMTZoMTEydjI0MHEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZ6bTEyOC03NTJ2ODk2SDEyOFYxMjhoMTY2NHptMTI4IDg5NlYxMjhxMC01My0zNy41LTkwLjVUMTc5MiAwSDEyOFE3NSAwIDM3LjUgMzcuNVQwIDEyOHY4OTZxMCA1MyAzNy41IDkwLjVUMTI4IDExNTJoMTY2NHE1MyAwIDkwLjUtMzcuNXQzNy41LTkwLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZsYWdfYWx0IiB1bmljb2RlPSLvhJ0iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTY2NCA0OTF2NjE2cS0xNjktOTEtMzA2LTkxLTgyIDAtMTQ1IDMyLTEwMCA0OS0xODQgNzYuNVQ4NTEgMTE1MnEtMTczIDAtNDAzLTEyN1Y0MjZxMjQ1IDExMyA0MzMgMTEzIDU1IDAgMTAzLjUtNy41dDk4LTI2IDc3LTMxVDEyNDIgNDM1bDI4LTE0cTQ0LTIyIDEwMS0yMiAxMjAgMCAyOTMgOTJ6TTMyMCAxMjgwcTAtMzUtMTcuNS02NHQtNDYuNS00NlYtOTZxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjEyNjZxLTI5IDE3LTQ2LjUgNDZUNjQgMTI4MHEwIDUzIDM3LjUgOTAuNVQxOTIgMTQwOHQ5MC41LTM3LjVUMzIwIDEyODB6bTE0NzItNjRWNDUzcTAtMzktMzUtNTctMTAtNS0xNy05LTIxOC0xMTYtMzY5LTExNi04OCAwLTE1OCAzNWwtMjggMTRxLTY0IDMzLTk5IDQ4dC05MSAyOS0xMTQgMTRxLTEwMiAwLTIzNS41LTQ0VDQxNyAyNjVxLTE1LTktMzMtOS0xNiAwLTMyIDgtMzIgMTktMzIgNTZ2NzQycTAgMzUgMzEgNTUgMzUgMjEgNzguNSA0Mi41dDExNCA1MlQ2OTYgMTI2MXQxNTUgMTlxMTEyIDAgMjA5LTMxdDIwOS04NnEzOC0xOSA4OS0xOSAxMjIgMCAzMTAgMTEyIDIyIDEyIDMxIDE3IDMxIDE2IDYyLTIgMzEtMjAgMzEtNTV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZsYWdfY2hlY2tlcmVkIiB1bmljb2RlPSLvhJ4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODMyIDUzNnYxOTJxLTE4MS0xNi0zODQtMTE3VjQyNnEyMDUgOTYgMzg0IDExMHptMCA0MTh2MTk3cS0xNzItOC0zODQtMTI2VjgzNnEyMTUgMTExIDM4NCAxMTh6bTgzMi00NjN2MTg0cS0yMzUtMTE2LTM4NC03MXYyMjRxLTIwIDYtMzkgMTUtNSAzLTMzIDE3dC0zNC41IDE3LTMxLjUgMTUtMzQuNSAxNS41LTMyLjUgMTMtMzYgMTIuNS0zNSA4LjUtMzkuNSA3LjUtMzkuNSA0LTQ0IDJxLTIzIDAtNDktM1Y3MzBoMTlxMTAyIDAgMTkyLjUtMjl0MTk3LjUtODJxMTktOSAzOS0xNVY0MTZxNDItMTcgOTEtMTcgMTIwIDAgMjkzIDkyem0wIDQyN3YxODlxLTE2OS05MS0zMDYtOTEtNDUgMC03OCA4VjgyOHExNDgtNDIgMzg0IDkwek0zMjAgMTI4MHEwLTM1LTE3LjUtNjR0LTQ2LjUtNDZWLTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3YxMjY2cS0yOSAxNy00Ni41IDQ2VDY0IDEyODBxMCA1MyAzNy41IDkwLjVUMTkyIDE0MDh0OTAuNS0zNy41VDMyMCAxMjgwem0xNDcyLTY0VjQ1M3EwLTM5LTM1LTU3LTEwLTUtMTctOS0yMTgtMTE2LTM2OS0xMTYtODggMC0xNTggMzVsLTI4IDE0cS02NCAzMy05OSA0OHQtOTEgMjktMTE0IDE0cS0xMDIgMC0yMzUuNS00NFQ0MTcgMjY1cS0xNS05LTMzLTktMTYgMC0zMiA4LTMyIDE5LTMyIDU2djc0MnEwIDM1IDMxIDU1IDM1IDIxIDc4LjUgNDIuNXQxMTQgNTJUNjk2IDEyNjF0MTU1IDE5cTExMiAwIDIwOS0zMXQyMDktODZxMzgtMTkgODktMTkgMTIyIDAgMzEwIDExMiAyMiAxMiAzMSAxNyAzMSAxNiA2Mi0yIDMxLTIwIDMxLTU1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXJtaW5hbCIgdW5pY29kZT0i74SgIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTU4NSA1NTNMMTE5IDg3cS0xMC0xMC0yMy0xMFQ3MyA4N2wtNTAgNTBxLTEwIDEwLTEwIDIzdDEwIDIzbDM5MyAzOTNMMjMgOTY5cS0xMCAxMC0xMCAyM3QxMCAyM2w1MCA1MHExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzdC0xMC0yM3pNMTY2NCA5NlYzMnEwLTE0LTktMjN0LTIzLTlINjcycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloOTYwcTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb2RlIiB1bmljb2RlPSLvhKEiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNNjE3IDEzN2wtNTAtNTBxLTEwLTEwLTIzLTEwdC0yMyAxMEw1NSA1NTNxLTEwIDEwLTEwIDIzdDEwIDIzbDQ2NiA0NjZxMTAgMTAgMjMgMTB0MjMtMTBsNTAtNTBxMTAtMTAgMTAtMjN0LTEwLTIzTDIyNCA1NzZsMzkzLTM5M3ExMC0xMCAxMC0yM3QtMTAtMjN6bTU5MSAxMDY3TDgzNS04N3EtNC0xMy0xNS41LTE5LjVUNzk2LTEwOWwtNjIgMTdxLTEzIDQtMTkuNSAxNS41VDcxMi01MmwzNzMgMTI5MXE0IDEzIDE1LjUgMTkuNXQyMy41IDIuNWw2Mi0xN3ExMy00IDE5LjUtMTUuNXQyLjUtMjQuNXptNjU3LTY1MUwxMzk5IDg3cS0xMC0xMC0yMy0xMHQtMjMgMTBsLTUwIDUwcS0xMCAxMC0xMCAyM3QxMCAyM2wzOTMgMzkzLTM5MyAzOTNxLTEwIDEwLTEwIDIzdDEwIDIzbDUwIDUwcTEwIDEwIDIzIDEwdDIzLTEwbDQ2Ni00NjZxMTAtMTAgMTAtMjN0LTEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJyZXBseV9hbGwiIHVuaWNvZGU9Iu+EoiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NDAgNDU0di03MHEwLTQyLTM5LTU5LTEzLTUtMjUtNS0yNyAwLTQ1IDE5TDE5IDg1MVEwIDg3MCAwIDg5NnQxOSA0NWw1MTIgNTEycTI5IDMxIDcwIDE0IDM5LTE3IDM5LTU5di02OUwyNDMgOTQxcS0xOS0xOS0xOS00NXQxOS00NXptMTE1Mi0zOHEwLTU4LTE3LTEzMy41dC0zOC41LTEzOC00OC0xMjVUMTY0OC03MWwtMjAtNDBxLTgtMTctMjgtMTctNiAwLTkgMS0yNSA4LTIzIDM0IDQzIDQwMC0xMDYgNTY1LTY0IDcxLTE3MC41IDExMC41VDEwMjQgNjM1VjM4NHEwLTQyLTM5LTU5LTEzLTUtMjUtNS0yNyAwLTQ1IDE5TDQwMyA4NTFxLTE5IDE5LTE5IDQ1dDE5IDQ1bDUxMiA1MTJxMjkgMzEgNzAgMTQgMzktMTcgMzktNTl2LTI2MnE0MTEtMjggNTk5LTIyMSAxNjktMTczIDE2OS01MDl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN0YXJfaGFsZl9lbXB0eSIgdW5pY29kZT0i74SjIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTExODYgNTc5bDI1NyAyNTAtMzU2IDUyLTY2IDEwLTMwIDYwLTE1OSAzMjJWMzEwbDU5LTMxIDMxOC0xNjgtNjAgMzU1LTEyIDY2em00NTIgMjYybC0zNjMtMzU0IDg2LTUwMHE1LTMzLTYtNTEuNVQxMzIxLTgzcS0xNyAwLTQwIDEyTDgzMiAxNjUgMzgzLTcxcS0yMy0xMi00MC0xMi0yMyAwLTM0IDE4LjVUMzAzLTEzbDg2IDUwMEwyNSA4NDFxLTMyIDMyLTIzIDU5LjVUNTYgOTM1bDUwMiA3MyAyMjUgNDU1cTIwIDQxIDQ5IDQxIDI4IDAgNDktNDFsMjI1LTQ1NSA1MDItNzNxNDUtNyA1NC0zNC41dC0yNC01OS41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsb2NhdGlvbl9hcnJvdyIgdW5pY29kZT0i74SkIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTE0MDEgMTE4N0w3NjEtOTNxLTE3LTM1LTU3LTM1LTUgMC0xNSAyLTIyIDUtMzUuNSAyMi41VDY0MC02NHY1NzZINjRxLTIyIDAtMzkuNSAxMy41VDIgNTYxdDQgNDIgMjkgMzBsMTI4MCA2NDBxMTMgNyAyOSA3IDI3IDAgNDUtMTkgMTUtMTQgMTguNS0zNC41dC02LjUtMzkuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY3JvcCIgdW5pY29kZT0i74SlIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTU1NyAyNTZoNTk1djU5NXptLTQ1IDQ1bDU5NSA1OTVINTEyVjMwMXptMTE1Mi03N1YzMnEwLTE0LTktMjN0LTIzLTloLTIyNHYtMjI0cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjNWMEgyODhxLTE0IDAtMjMgOXQtOSAyM3Y4NjRIMzJxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMjI0djIyNHEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjN2LTIyNGg4NTFsMjQ2IDI0N3ExMCA5IDIzIDl0MjMtOXE5LTEwIDktMjN0LTktMjNsLTI0Ny0yNDZWMjU2aDIyNHExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29kZV9mb3JrIiB1bmljb2RlPSLvhKYiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNMjg4IDY0cTAgNDAtMjggNjh0LTY4IDI4LTY4LTI4LTI4LTY4IDI4LTY4IDY4LTI4IDY4IDI4IDI4IDY4em0wIDExNTJxMCA0MC0yOCA2OHQtNjggMjgtNjgtMjgtMjgtNjggMjgtNjggNjgtMjggNjggMjggMjggNjh6bTY0MC0xMjhxMCA0MC0yOCA2OHQtNjggMjgtNjgtMjgtMjgtNjggMjgtNjggNjgtMjggNjggMjggMjggNjh6bTk2IDBxMC01Mi0yNi05Ni41VDkyOCA5MjJxLTItMjg3LTIyNi00MTQtNjctMzgtMjAzLTgxLTEyOC00MC0xNjkuNS03MVQyODggMjU2di0yNnE0NC0yNSA3MC02OS41VDM4NCA2NHEwLTgwLTU2LTEzNnQtMTM2LTU2VDU2LTcyIDAgNjRxMCA1MiAyNiA5Ni41VDk2IDIzMHY4MjBxLTQ0IDI1LTcwIDY5LjVUMCAxMjE2cTAgODAgNTYgMTM2dDEzNiA1NiAxMzYtNTYgNTYtMTM2cTAtNTItMjYtOTYuNXQtNzAtNjkuNVY1NTNxNTQgMjYgMTU0IDU3IDU1IDE3IDg3LjUgMjkuNXQ3MC41IDMxIDU5IDM5LjUgNDAuNSA1MSAyOCA2OS41VDczNiA5MjJxLTQ0IDI1LTcwIDY5LjV0LTI2IDk2LjVxMCA4MCA1NiAxMzZ0MTM2IDU2IDEzNi01NiA1Ni0xMzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVubGluayIgdW5pY29kZT0i74SnIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTQzOSAyNjVMMTgzIDlxLTExLTktMjMtOXQtMjMgOXEtOSAxMC05IDIzdDkgMjNsMjU2IDI1NnExMCA5IDIzIDl0MjMtOXE5LTEwIDktMjN0LTktMjN6bTE2OS00MVYtOTZxMC0xNC05LTIzdC0yMy05LTIzIDktOSAyM3YzMjBxMCAxNCA5IDIzdDIzIDkgMjMtOSA5LTIzek0zODQgNDQ4cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzIDkgMjMgMjMgOWgzMjBxMTQgMCAyMy05dDktMjN6bTEyNjQtMTI4cTAtMTIwLTg1LTIwM0wxNDE2LTI5cS04My04My0yMDMtODMtMTIxIDAtMjA0IDg1TDY3NSAzMDhxLTIxIDIxLTQyIDU2bDIzOSAxOCAyNzMtMjc0cTI3LTI3IDY4LTI3LjV0NjggMjYuNWwxNDcgMTQ2cTI4IDI4IDI4IDY3IDAgNDAtMjggNjhsLTI3NCAyNzUgMTggMjM5cTM1LTIxIDU2LTQybDMzNi0zMzZxODQtODYgODQtMjA0em0tNjE3IDcyNGwtMjM5LTE4LTI3MyAyNzRxLTI4IDI4LTY4IDI4LTM5IDAtNjgtMjdsLTE0Ny0xNDZxLTI4LTI4LTI4LTY3IDAtNDAgMjgtNjhsMjc0LTI3NC0xOC0yNDBxLTM1IDIxLTU2IDQyTDEwMCA4ODRxLTg0IDg2LTg0IDIwNCAwIDEyMCA4NSAyMDNsMTQ3IDE0NnE4MyA4MyAyMDMgODMgMTIxIDAgMjA0LTg1bDMzNC0zMzVxMjEtMjEgNDItNTZ6bTYzMy04NHEwLTE0LTktMjN0LTIzLTloLTMyMHEtMTQgMC0yMyA5dC05IDIzIDkgMjMgMjMgOWgzMjBxMTQgMCAyMy05dDktMjN6bS01NDQgNTQ0di0zMjBxMC0xNC05LTIzdC0yMy05LTIzIDktOSAyM3YzMjBxMCAxNCA5IDIzdDIzIDkgMjMtOSA5LTIzem00MDctMTUxbC0yNTYtMjU2cS0xMS05LTIzLTl0LTIzIDlxLTkgMTAtOSAyM3Q5IDIzbDI1NiAyNTZxMTAgOSAyMyA5dDIzLTlxOS0xMCA5LTIzdC05LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJxdWVzdGlvbiIgdW5pY29kZT0i74SoIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTcwNCAyODBWNDBxMC0xNi0xMi0yOFQ2NjQgMEg0MjRxLTE2IDAtMjggMTJ0LTEyIDI4djI0MHEwIDE2IDEyIDI4dDI4IDEyaDI0MHExNiAwIDI4LTEydDEyLTI4em0zMTYgNjAwcTAtNTQtMTUuNS0xMDF0LTM1LTc2LjUtNTUtNTkuNS01Ny41LTQzLjUtNjEtMzUuNXEtNDEtMjMtNjguNS02NVQ3MDAgNDMycTAtMTctMTItMzIuNVQ2NjAgMzg0SDQyMHEtMTUgMC0yNS41IDE4LjVUMzg0IDQ0MHY0NXEwIDgzIDY1IDE1Ni41VDU5MiA3NTBxNTkgMjcgODQgNTZ0MjUgNzZxMCA0Mi00Ni41IDc0VDU0NyA5ODhxLTY1IDAtMTA4LTI5LTM1LTI1LTEwNy0xMTUtMTMtMTYtMzEtMTYtMTIgMC0yNSA4TDExMiA5NjFxLTEzIDEwLTE1LjUgMjV0NS41IDI4cTE2MCAyNjYgNDY0IDI2NiA4MCAwIDE2MS0zMXQxNDYtODMgMTA2LTEyNy41IDQxLTE1OC41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMjc5IiB1bmljb2RlPSLvhKkiIGhvcml6LWFkdi14PSI2NDAiIGQ9Ik02NDAgMTkyVjY0cTAtMjYtMTktNDVUNTc2IDBINjRRMzggMCAxOSAxOVQwIDY0djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDY0djM4NEg2NHEtMjYgMC00NSAxOVQwIDcwNHYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgzODRxMjYgMCA0NS0xOXQxOS00NVYyNTZoNjRxMjYgMCA0NS0xOXQxOS00NXpNNTEyIDEzNDR2LTE5MnEwLTI2LTE5LTQ1dC00NS0xOUgxOTJxLTI2IDAtNDUgMTl0LTE5IDQ1djE5MnEwIDI2IDE5IDQ1dDQ1IDE5aDI1NnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleGNsYW1hdGlvbiIgdW5pY29kZT0i74SqIiBob3Jpei1hZHYteD0iNjQwIiBkPSJNNTEyIDI4OFY2NHEwLTI2LTE5LTQ1VDQ0OCAwSDE5MnEtMjYgMC00NSAxOXQtMTkgNDV2MjI0cTAgMjYgMTkgNDV0NDUgMTloMjU2cTI2IDAgNDUtMTl0MTktNDV6bTMwIDEwNTZsLTI4LTc2OHEtMS0yNi0yMC41LTQ1VDQ0OCA1MTJIMTkycS0yNiAwLTQ1LjUgMTlUMTI2IDU3NmwtMjggNzY4cS0xIDI2IDE3LjUgNDV0NDQuNSAxOWgzMjBxMjYgMCA0NC41LTE5dDE3LjUtNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN1cGVyc2NyaXB0IiB1bmljb2RlPSLvhKsiIGQ9Ik04OTcgMTY3VjBINjQ5TDQ5MCAyNTJsLTI0IDQycS04IDktMTEgMjFoLTNxLTEtMy0yLjUtNi41dC0zLjUtOC0zLTYuNXEtMTAtMjAtMjUtNDRMMjYzIDBINXYxNjdoMTI4bDE5NyAyOTEtMTg1IDI3Mkg4djE2OGgyNzZsMTM5LTIyOHEyLTQgMjMtNDIgOC05IDExLTIxaDNxMyA5IDExIDIxbDI1IDQyIDE0MCAyMjhoMjU3VjczMEg3NjhMNTg0IDQ2M2wyMDQtMjk2aDEwOXptNjM3IDY3OVY2NDBoLTUxNGwtMyAyN3EtNCAyOC00IDQ2IDAgNjQgMjYgMTE3dDY1IDg2LjUgODQgNjUgODQgNTQuNSA2NSA1NCAyNiA2NHEwIDM4LTI5LjUgNjIuNVQxMjYzIDEyNDFxLTUxIDAtOTctMzktMTQtMTEtMzYtMzhsLTEwNSA5MnEyNiAzNyA2MyA2NiA4MyA2NSAxODggNjUgMTEwIDAgMTc4LTU5LjV0NjgtMTU4LjVxMC01Ni0yNC41LTEwM3QtNjItNzYuNVQxMzU0IDkzMXQtODItNTAuNS02NS41LTUxLjUtMzAuNS02M2gyMzJ2ODBoMTI2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdWJzY3JpcHQiIHVuaWNvZGU9Iu+ErCIgZD0iTTg5NyAxNjdWMEg2NDlMNDkwIDI1MmwtMjQgNDJxLTggOS0xMSAyMWgtM3EtMS0zLTIuNS02LjV0LTMuNS04LTMtNi41cS0xMC0yMC0yNS00NEwyNjMgMEg1djE2N2gxMjhsMTk3IDI5MS0xODUgMjcySDh2MTY4aDI3NmwxMzktMjI4cTItNCAyMy00MiA4LTkgMTEtMjFoM3EzIDkgMTEgMjFsMjUgNDIgMTQwIDIyOGgyNTdWNzMwSDc2OEw1ODQgNDYzbDIwNC0yOTZoMTA5em02MzktMjE3di0yMDZoLTUxNGwtNCAyN3EtMyA0NS0zIDQ2IDAgNjQgMjYgMTE3dDY1IDg2LjUgODQgNjUgODQgNTQuNSA2NSA1NCAyNiA2NHEwIDM4LTI5LjUgNjIuNVQxMjY1IDM0NXEtNTEgMC05Ny0zOS0xNC0xMS0zNi0zOGwtMTA1IDkycTI2IDM3IDYzIDY2IDgwIDY1IDE4OCA2NSAxMTAgMCAxNzgtNTkuNXQ2OC0xNTguNXEwLTY2LTM0LjUtMTE4LjV0LTg0LTg2VDEzMDYgNnQtODctNjMtNDEtNzNoMjMydjgwaDEyNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzI4MyIgdW5pY29kZT0i74StIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTg5NiAxMjhsMzM2IDM4NEg0NjRMMTI4IDEyOGg3Njh6bTEwMTMgMTA3N3ExNS0zNCA5LjUtNzEuNVQxODg4IDEwNjhMOTkyIDQ0UTk1NCAwIDg5NiAwSDEyOFE5MCAwIDU4LjUgMjAuNVQxMSA3NXEtMTUgMzQtOS41IDcxLjVUMzIgMjEybDg5NiAxMDI0cTM4IDQ0IDk2IDQ0aDc2OHEzOCAwIDY5LjUtMjAuNXQ0Ny41LTU0LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InB1enpsZV9waWVjZSIgdW5pY29kZT0i74SuIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE2NjQgNDM4cTAtODEtNDQuNS0xMzVUMTQ5NiAyNDlxLTQxIDAtNzcuNSAxNy41dC01OSAzOC01Ni41IDM4LTcxIDE3LjVxLTExMCAwLTExMC0xMjQgMC0zOSAxNi0xMTV0MTUtMTE1VjFxLTIyIDAtMzMtMS0zNC0zLTk3LjUtMTEuNVQ5MDctMjV0LTk4LTVxLTYxIDAtMTAzIDI2LjVUNjY0IDgwcTAgMzcgMTcuNSA3MXQzOCA1Ni41IDM4IDU5VDc3NSAzNDRxMCA3OS01NCAxMjMuNVQ1ODYgNTEycS04NCAwLTE0My00NS41VDM4NCAzMzlxMC00MyAxNS04M3QzMy41LTY0LjUgMzMuNS01M1Q0ODEgODhxMC00NS00Ni04OS0zNy0zNS0xMTctMzUtOTUgMC0yNDUgMjQtOSAyLTI3LjUgNFQxOC00TDUtMlE0LTIgMi0xIDAtMSAwIDB2MTAyNHEyLTEgMTcuNS0zLjV0MzQtNVQ3MyAxMDEycTE1MC0yNCAyNDUtMjQgODAgMCAxMTcgMzUgNDYgNDQgNDYgODkgMCAyMi0xNSA1MC41dC0zMy41IDUzVDM5OSAxMjgwdC0xNSA4M3EwIDgyIDU5IDEyNy41dDE0NCA0NS41cTgwIDAgMTM0LTQ0LjV0NTQtMTIzLjVxMC00MS0xNy41LTc3LjV0LTM4LTU5LTM4LTU2LjUtMTcuNS03MXEwLTU3IDQyLTgzLjVUODA5IDk5NHE2NCAwIDE4MCAxNXQxNjMgMTd2LTJxLTEtMi0zLjUtMTcuNXQtNS0zNC0zLjUtMjEuNXEtMjQtMTUwLTI0LTI0NSAwLTgwIDM1LTExNyA0NC00NiA4OS00NiAyMiAwIDUwLjUgMTV0NTMgMzMuNVQxNDA4IDYyNXQ4MyAxNXE4MiAwIDEyNy41LTU5dDQ1LjUtMTQzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJtaWNyb3Bob25lIiB1bmljb2RlPSLvhLAiIGhvcml6LWFkdi14PSIxMTUyIiBkPSJNMTE1MiA4MzJWNzA0cTAtMjIxLTE0Ny41LTM4NC41VDY0MCAxMzJWMGgyNTZxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOUgyNTZxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnYxMzJxLTIxNyAyNC0zNjQuNSAxODcuNVQwIDcwNHYxMjhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NVY3MDRxMC0xODUgMTMxLjUtMzE2LjVUNTc2IDI1NnQzMTYuNSAxMzEuNVQxMDI0IDcwNHYxMjhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXptLTI1NiAzODRWNzA0cTAtMTMyLTk0LTIyNnQtMjI2LTk0LTIyNiA5NC05NCAyMjZ2NTEycTAgMTMyIDk0IDIyNnQyMjYgOTQgMjI2LTk0IDk0LTIyNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWljcm9waG9uZV9vZmYiIHVuaWNvZGU9Iu+EsSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0yNzEgNTkxTDE3MCA0OTBxLTQyIDEwMy00MiAyMTR2MTI4cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTkgMTktNDVWNzA0cTAtNTMgMTUtMTEzem0xMTE0IDYwMmwtMzYxLTM2MVY3MDRxMC0xMzItOTQtMjI2dC0yMjYtOTRxLTU1IDAtMTA5IDE5bC05Ni05NnE5Ny01MSAyMDUtNTEgMTg1IDAgMzE2LjUgMTMxLjVUMTE1MiA3MDR2MTI4cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTkgMTktNDVWNzA0cTAtMjIxLTE0Ny41LTM4NC41VDc2OCAxMzJWMGgyNTZxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOUgzODRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnYxMzJxLTEyNSAxMy0yMzUgODFMMTUxLTQxcS0xMC0xMC0yMy0xMHQtMjMgMTBMMjMgNDFRMTMgNTEgMTMgNjR0MTAgMjNsMTIzNCAxMjM0cTEwIDEwIDIzIDEwdDIzLTEwbDgyLTgycTEwLTEwIDEwLTIzdC0xMC0yM3ptLTM4MCAxMzJMMzg0IDcwNHY1MTJxMCAxMzIgOTQgMjI2dDIyNiA5NHExMDIgMCAxODQuNS01OXQxMTYuNS0xNTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNoaWVsZCIgdW5pY29kZT0i74SyIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEwODggNTc2djY0MEg2NDBWNzlxMTE5IDYzIDIxMyAxMzcgMjM1IDE4NCAyMzUgMzYwem0xOTIgNzY4VjU3NnEwLTg2LTMzLjUtMTcwLjV0LTgzLTE1MC0xMTgtMTI3LjVUOTE5IDI1IDc5OC01Mi41IDcwOC41LTEwMiA2NjYtMTIycS0xMi02LTI2LTZ0LTI2IDZxLTE2IDctNDIuNSAyMFQ0ODItNTIuNSAzNjEgMjUgMjM0LjUgMTI4dC0xMTggMTI3LjUtODMgMTUwVDAgNTc2djc2OHEwIDI2IDE5IDQ1dDQ1IDE5aDExNTJxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2FsZW5kYXJfZW1wdHkiIHVuaWNvZGU9Iu+EsyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xMjgtMTI4aDE0MDhWODk2SDEyOFYtMTI4em0zODQgMTIxNnYyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi0yODhxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN6bTc2OCAwdjI4OHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMzg0IDY0Vi0xMjhxMC01Mi0zOC05MHQtOTAtMzhIMTI4cS01MiAwLTkwIDM4VDAtMTI4djEyODBxMCA1MiAzOCA5MHQ5MCAzOGgxMjh2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMzg0djk2cTAgNjYgNDcgMTEzdDExMyA0N2g2NHE2NiAwIDExMy00N3Q0Ny0xMTN2LTk2aDEyOHE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaXJlX2V4dGluZ3Vpc2hlciIgdW5pY29kZT0i74S0IiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTUxMiAxMzQ0cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em04OTYgMzJ2LTMyMHEwLTE2LTEyLTI1LTgtNy0yMC03LTQgMC03IDFsLTQ0OCA5NnEtMTEgMi0xOCAxMXQtNyAyMEg2NDB2LTEwMnExMTEtMjMgMTgzLjUtMTExVDg5NiA3MzZWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDMyMHEtMjYgMC00NSAxOXQtMTkgNDV2ODAwcTAgMTA2IDYyLjUgMTkwLjVUNDgwIDEwNDF2MTExaC0zMnEtNTkgMC0xMTUtMjMuNXQtOTEuNS01My02Ni02Ni41LTQwLjUtNTMuNS0xNC0yNC41cS0xNy0zNS01Ny0zNS0xNiAwLTI5IDctMjMgMTItMzEuNSAzN1Q3IDk4OXE1IDEwIDE0LjUgMjZ0MzcuNSA1My41IDYwLjUgNzAgODUgNjdUMzEzIDEyNThxLTI1IDQyLTI1IDg2IDAgNjYgNDcgMTEzdDExMyA0NyAxMTMtNDcgNDctMTEzcTAtMzMtMTQtNjRoMzAycTAgMTEgNyAyMHQxOCAxMWw0NDggOTZxMyAxIDcgMSAxMiAwIDIwLTcgMTItOSAxMi0yNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icm9ja2V0IiB1bmljb2RlPSLvhLUiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTQ0MCAxMDg4cTAgNDAtMjggNjh0LTY4IDI4LTY4LTI4LTI4LTY4IDI4LTY4IDY4LTI4IDY4IDI4IDI4IDY4em0yMjQgMjg4cTAtMjQ5LTc1LjUtNDMwLjVUMTMzNSA1ODVxLTgxLTgwLTE5NS0xNzZsLTIwLTM3OXEtMi0xNi0xNi0yNkw3MjAtMjIwcS03LTQtMTYtNC0xMiAwLTIzIDlsLTY0IDY0cS0xMyAxNC04IDMybDg1IDI3Ni0yODEgMjgxLTI3Ni04NXEtMy0xLTktMS0xNCAwLTIzIDlsLTY0IDY0cS0xNyAxOS01IDM5bDIyNCAzODRxMTAgMTQgMjYgMTZsMzc5IDIwcTk2IDExNCAxNzYgMTk1IDE4OCAxODcgMzU4IDI1OHQ0MzEgNzFxMTQgMCAyNC05LjV0MTAtMjIuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWF4Y2RuIiB1bmljb2RlPSLvhLYiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc0NSA3NjNMMTU4MSAwaC0zMzRsMTc4IDgzMnExMyA1Ni0xNSA4OC0yNyAzMy04MyAzM2gtMTY5TDk1NCAwSDYyMGwyMDQgOTUzSDUzOEwzMzQgMEgwbDIwNCA5NTMtMTUzIDMyN2gxMjc2cTEwMSAwIDE4OS41LTQwLjVUMTY2NCAxMTI2cTYwLTczIDgxLTE2OC41dDAtMTk0LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNoZXZyb25fc2lnbl9sZWZ0IiB1bmljb2RlPSLvhLciIGQ9Ik05MDkgMTQxbDEwMiAxMDJxMTkgMTkgMTkgNDV0LTE5IDQ1TDcwNCA2NDBsMzA3IDMwN3ExOSAxOSAxOSA0NXQtMTkgNDVsLTEwMiAxMDJxLTE5IDE5LTQ1IDE5dC00NS0xOUwzNjUgNjg1cS0xOS0xOS0xOS00NXQxOS00NWw0NTQtNDU0cTE5LTE5IDQ1LTE5dDQ1IDE5em02MjcgNDk5cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGV2cm9uX3NpZ25fcmlnaHQiIHVuaWNvZGU9Iu+EuCIgZD0iTTcxNyAxNDFsNDU0IDQ1NHExOSAxOSAxOSA0NXQtMTkgNDVsLTQ1NCA0NTRxLTE5IDE5LTQ1IDE5dC00NS0xOWwtMTAyLTEwMnEtMTktMTktMTktNDV0MTktNDVsMzA3LTMwNy0zMDctMzA3cS0xOS0xOS0xOS00NXQxOS00NWwxMDItMTAycTE5LTE5IDQ1LTE5dDQ1IDE5em04MTkgNDk5cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGV2cm9uX3NpZ25fdXAiIHVuaWNvZGU9Iu+EuSIgZD0iTTExNjUgMzk3bDEwMiAxMDJxMTkgMTkgMTkgNDV0LTE5IDQ1bC00NTQgNDU0cS0xOSAxOS00NSAxOXQtNDUtMTlMMjY5IDU4OXEtMTktMTktMTktNDV0MTktNDVsMTAyLTEwMnExOS0xOSA0NS0xOXQ0NSAxOWwzMDcgMzA3IDMwNy0zMDdxMTktMTkgNDUtMTl0NDUgMTl6bTM3MSAyNDNxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNoZXZyb25fc2lnbl9kb3duIiB1bmljb2RlPSLvhLoiIGQ9Ik04MTMgMjM3bDQ1NCA0NTRxMTkgMTkgMTkgNDV0LTE5IDQ1bC0xMDIgMTAycS0xOSAxOS00NSAxOXQtNDUtMTlMNzY4IDU3NiA0NjEgODgzcS0xOSAxOS00NSAxOXQtNDUtMTlMMjY5IDc4MXEtMTktMTktMTktNDV0MTktNDVsNDU0LTQ1NHExOS0xOSA0NS0xOXQ0NSAxOXptNzIzIDQwM3EwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaHRtbDUiIHVuaWNvZGU9Iu+EuyIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMTMwIDkzOWwxNiAxNzVIMjYybDQ3LTUzNGg2MTJsLTIyLTIyOC0xOTctNTMtMTk2IDUzLTEzIDE0MEgzMThsMjItMjc4IDM2Mi0xMDBoNHYxbDM1OSA5OSA1MCA1NDRINDcxbC0xNSAxODFoNjc0ek0wIDE0MDhoMTQwOEwxMjgwLTMwIDcwMi0xOTIgMTI4LTMweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjc3MzIiB1bmljb2RlPSLvhLwiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMjc1IDE0MDhoMTUwNUwxNTE0IDc1IDcxMC0xOTIgMTIgNzVsNzEgMzU2aDI5N2wtMjktMTQ3IDQyMi0xNjEgNDg2IDE2MSA2OCAzMzlIMTE5bDU4IDI5N2gxMjA5bDM4IDE5MUgyMTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFuY2hvciIgdW5pY29kZT0i74S9IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTk2MCAxMjgwcTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em04MzItOTI4VjBxMC0yMi0yMC0zMC04LTItMTItMi0xMiAwLTIzIDlsLTkzIDkzcS0xMTktMTQzLTMxOC41LTIyNi41VDg5Ni0yNDB0LTQyOS41IDgzLjVUMTQ4IDcwTDU1LTIzcS05LTktMjMtOS00IDAtMTIgMlEwLTIyIDAgMHYzNTJxMCAxNCA5IDIzdDIzIDloMzUycTIyIDAgMzAtMjAgOC0xOS03LTM1TDMwNyAyMjlxNjctOTEgMTg5LjUtMTUzLjVUNzY4LTd2NjQ3SDU3NnEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTkydjE2M3EtNTggMzQtOTMgOTIuNVQ2NDAgMTI4MHEwIDEwNiA3NSAxODF0MTgxIDc1IDE4MS03NSA3NS0xODFxMC03MC0zNS0xMjguNXQtOTMtOTIuNVY4OTZoMTkycTI2IDAgNDUtMTl0MTktNDVWNzA0cTAtMjYtMTktNDV0LTQ1LTE5aC0xOTJWLTdxMTQ5IDIwIDI3MS41IDgyLjVUMTQ4NSAyMjlsLTEwMCAxMDBxLTE1IDE2LTcgMzUgOCAyMCAzMCAyMGgzNTJxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVubG9ja19hbHQiIHVuaWNvZGU9Iu+EviIgaG9yaXotYWR2LXg9IjExNTIiIGQ9Ik0xMDU2IDc2OHE0MCAwIDY4LTI4dDI4LTY4Vjk2cTAtNDAtMjgtNjh0LTY4LTI4SDk2UTU2IDAgMjggMjhUMCA5NnY1NzZxMCA0MCAyOCA2OHQ2OCAyOGgzMnYzMjBxMCAxODUgMTMxLjUgMzE2LjVUNTc2IDE1MzZ0MzE2LjUtMTMxLjVUMTAyNCAxMDg4cTAtMjYtMTktNDV0LTQ1LTE5aC02NHEtMjYgMC00NSAxOXQtMTkgNDVxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MVY3NjhoNzM2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJidWxsc2V5ZSIgdW5pY29kZT0i74WAIiBkPSJNMTAyNCA2NDBxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MSA3NSAxODEgMTgxIDc1IDE4MS03NSA3NS0xODF6bTEyOCAwcTAgMTU5LTExMi41IDI3MS41VDc2OCAxMDI0IDQ5Ni41IDkxMS41IDM4NCA2NDB0MTEyLjUtMjcxLjVUNzY4IDI1NnQyNzEuNSAxMTIuNVQxMTUyIDY0MHptMTI4IDBxMC0yMTItMTUwLTM2MlQ3NjggMTI4IDQwNiAyNzggMjU2IDY0MHQxNTAgMzYyIDM2MiAxNTAgMzYyLTE1MCAxNTAtMzYyem0xMjggMHEwIDEzMC01MSAyNDguNXQtMTM2LjUgMjA0LTIwNCAxMzYuNS0yNDguNSA1MS0yNDguNS01MS0yMDQtMTM2LjUtMTM2LjUtMjA0VDEyOCA2NDB0NTEtMjQ4LjUgMTM2LjUtMjA0VDUxOS41IDUxIDc2OCAwdDI0OC41IDUxIDIwNCAxMzYuNSAxMzYuNSAyMDQgNTEgMjQ4LjV6bTEyOCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJlbGxpcHNpc19ob3Jpem9udGFsIiB1bmljb2RlPSLvhYEiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMzg0IDgwMFY2MDhxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMCA2MDh2MTkycTAgNDAgMjggNjh0NjggMjhoMTkycTQwIDAgNjgtMjh0MjgtNjh6bTUxMiAwVjYwOHEwLTQwLTI4LTY4dC02OC0yOEg2MDhxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDE5MnE0MCAwIDY4LTI4dDI4LTY4em01MTIgMFY2MDhxMC00MC0yOC02OHQtNjgtMjhoLTE5MnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMTkycTQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImVsbGlwc2lzX3ZlcnRpY2FsIiB1bmljb2RlPSLvhYIiIGhvcml6LWFkdi14PSIzODQiIGQ9Ik0zODQgMjg4Vjk2cTAtNDAtMjgtNjhUMjg4IDBIOTZRNTYgMCAyOCAyOFQwIDk2djE5MnEwIDQwIDI4IDY4dDY4IDI4aDE5MnE0MCAwIDY4LTI4dDI4LTY4em0wIDUxMlY2MDhxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMCA2MDh2MTkycTAgNDAgMjggNjh0NjggMjhoMTkycTQwIDAgNjgtMjh0MjgtNjh6bTAgNTEydi0xOTJxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDE5MnE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzAzIiB1bmljb2RlPSLvhYMiIGQ9Ik01MTIgMjU2cTAgNTMtMzcuNSA5MC41VDM4NCAzODR0LTkwLjUtMzcuNVQyNTYgMjU2dDM3LjUtOTAuNVQzODQgMTI4dDkwLjUgMzcuNVQ1MTIgMjU2em0zNTEtOTRxLTEzIDIzMy0xNzYuNSAzOTYuNVQyOTAgNzM1cS0xNCAxLTI0LTl0LTEwLTIzVjU3NXEwLTEzIDguNS0yMnQyMS41LTEwcTE1NC0xMSAyNjQtMTIxdDEyMS0yNjRxMS0xMyAxMC0yMS41dDIyLTguNWgxMjhxMTMgMCAyMyAxMHQ5IDI0em0zODQtMXEtNSAxNTQtNTYgMjk3LjV0LTEzOS41IDI2MC0yMDUgMjA1LTI2MCAxMzkuNS0yOTcuNSA1NnEtMTQgMS0yMy05LTEwLTEwLTEwLTIzVjk1OXEwLTEzIDktMjJ0MjItMTBxMjA0LTcgMzc4LTExMS41VDk0My41IDUzNyAxMDU1IDE1OXExLTEzIDEwLTIydDIyLTloMTI4cTEzIDAgMjMgMTAgMTEgOSA5IDIzem0yODkgOTU5VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBsYXlfc2lnbiIgdW5pY29kZT0i74WEIiBkPSJNNzY4IDE0MDhxMjA5IDAgMzg1LjUtMTAzdDI3OS41LTI3OS41VDE1MzYgNjQwdC0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4em0zODQtODIzcTMyIDE4IDMyIDU1dC0zMiA1NWwtNTQ0IDMyMHEtMzEgMTktNjQgMS0zMi0xOS0zMi01NlYzMjBxMC0zNyAzMi01NiAxNi04IDMyLTggMTcgMCAzMiA5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aWNrZXQiIHVuaWNvZGU9Iu+FhSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDI0IDEwODRsMzE2LTMxNi01NzItNTcyLTMxNiAzMTZ6TTgxMyAxMDVsNjE4IDYxOHExOSAxOSAxOSA0NXQtMTkgNDVsLTM2MiAzNjJxLTE4IDE4LTQ1IDE4dC00NS0xOEwzNjEgNTU3cS0xOS0xOS0xOS00NXQxOS00NWwzNjItMzYycTE4LTE4IDQ1LTE4dDQ1IDE4em04ODkgNjM3TDc5NS0xNjZxLTM3LTM3LTkwLjUtMzdUNjE0LTE2Nkw0ODgtNDBxNTYgNTYgNTYgMTM2dC01NiAxMzYtMTM2IDU2LTEzNi01Nkw5MSAzNThxLTM3IDM3LTM3IDkwLjVUOTEgNTM5bDkwNyA5MDZxMzcgMzcgOTAuNSAzN3Q5MC41LTM3bDEyNS0xMjVxLTU2LTU2LTU2LTEzNnQ1Ni0xMzYgMTM2LTU2IDEzNiA1NmwxMjYtMTI1cTM3LTM3IDM3LTkwLjV0LTM3LTkwLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Im1pbnVzX3NpZ25fYWx0IiB1bmljb2RlPSLvhYYiIGQ9Ik0xMjgwIDU3NnYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIMzIwcS0yNiAwLTQ1LTE5dC0xOS00NVY1NzZxMC0yNiAxOS00NXQ0NS0xOWg4OTZxMjYgMCA0NSAxOXQxOSA0NXptMjU2IDU0NFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja19taW51cyIgdW5pY29kZT0i74WHIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTExNTIgNzM2di02NHEwLTE0LTktMjN0LTIzLTlIMjg4cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloODMycTE0IDAgMjMtOXQ5LTIzem0xMjgtNDQ4djgzMnEwIDY2LTQ3IDExM3QtMTEzIDQ3SDI4OHEtNjYgMC0xMTMtNDd0LTQ3LTExM1YyODhxMC02NiA0Ny0xMTN0MTEzLTQ3aDgzMnE2NiAwIDExMyA0N3Q0NyAxMTN6bTEyOCA4MzJWMjg4cTAtMTE5LTg0LjUtMjAzLjVUMTEyMCAwSDI4OFExNjkgMCA4NC41IDg0LjVUMCAyODh2ODMycTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoODMycTExOSAwIDIwMy41LTg0LjVUMTQwOCAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsZXZlbF91cCIgdW5pY29kZT0i74WIIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMTggOTMzcS0xOC0zNy01OC0zN0g3NjhWMzJxMC0xNC05LTIzdC0yMy05SDMyUTExIDAgMyAxOHEtOCAyMCA0IDM1bDE2MCAxOTJxOSAxMSAyNSAxMWgzMjB2NjQwSDMyMHEtNDAgMC01OCAzNy0xNyAzNyA5IDY4bDMyMCAzODRxMTggMjIgNDkgMjJ0NDktMjJsMzIwLTM4NHEyNy0zMiA5LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsZXZlbF9kb3duIiB1bmljb2RlPSLvhYkiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNMzIgMTI4MGg3MDRxMTMgMCAyMi41LTkuNXQ5LjUtMjMuNVYzODRoMTkycTQwIDAgNTgtMzd0LTktNjlMNjg5LTEwNnEtMTgtMjItNDktMjJ0LTQ5IDIyTDI3MSAyNzhxLTI2IDMxLTkgNjkgMTggMzcgNTggMzdoMTkydjY0MEgxOTJxLTE0IDAtMjUgMTFMNyAxMjI3cS0xMyAxNC00IDM0IDkgMTkgMjkgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNoZWNrX3NpZ24iIHVuaWNvZGU9Iu+FiiIgZD0iTTY4NSAyMzdsNjE0IDYxNHExOSAxOSAxOSA0NXQtMTkgNDVsLTEwMiAxMDJxLTE5IDE5LTQ1IDE5dC00NS0xOUw2NDAgNTc2IDQyOSA3ODdxLTE5IDE5LTQ1IDE5dC00NS0xOUwyMzcgNjg1cS0xOS0xOS0xOS00NXQxOS00NWwzNTgtMzU4cTE5LTE5IDQ1LTE5dDQ1IDE5em04NTEgODgzVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImVkaXRfc2lnbiIgdW5pY29kZT0i74WLIiBkPSJNNDA0IDQyOGwxNTItMTUyLTUyLTUyaC01NnY5NmgtOTZ2NTZ6bTQxNCAzOTBxMTQtMTMtMy0zMEw1MjQgNDk3cS0xNy0xNy0zMC0zLTE0IDEzIDMgMzBsMjkxIDI5MXExNyAxNyAzMCAzek01NDQgMTI4bDU0NCA1NDQtMjg4IDI4OC01NDQtNTQ0VjEyOGgyODh6bTYwOCA2MDhsOTIgOTJxMjggMjggMjggNjh0LTI4IDY4bC0xNTIgMTUycS0yOCAyOC02OCAyOHQtNjgtMjhsLTkyLTkyem0zODQgMzg0VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zMTIiIHVuaWNvZGU9Iu+FjCIgZD0iTTEyODAgNjA4djQ4MHEwIDI2LTE5IDQ1dC00NSAxOUg3MzZxLTQyIDAtNTktMzktMTctNDEgMTQtNzBsMTQ0LTE0NC01MzQtNTM0cS0xOS0xOS0xOS00NXQxOS00NWwxMDItMTAycTE5LTE5IDQ1LTE5dDQ1IDE5bDUzNCA1MzQgMTQ0LTE0NHExOC0xOSA0NS0xOSAxMiAwIDI1IDUgMzkgMTcgMzkgNTl6bTI1NiA1MTJWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic2hhcmVfc2lnbiIgdW5pY29kZT0i74WNIiBkPSJNMTAwNSA0MzVsMzUyIDM1MnExOSAxOSAxOSA0NXQtMTkgNDVsLTM1MiAzNTJxLTMwIDMxLTY5IDE0LTQwLTE3LTQwLTU5di0xNjBxLTExOSAwLTIxNi0xOS41dC0xNjIuNS01MS0xMTQtNzlUMzI3IDc3OXQtNDQuNS0xMDlUMjYxIDU1OC41IDI1NiA0NDhxMC0xODEgMTY3LTQwNCAxMS0xMiAyNS0xMiA3IDAgMTMgMyAyMiA5IDE5IDMzLTQ0IDM1NCA2MiA0NzMgNDYgNTIgMTMwIDc1LjVUODk2IDY0MFY0ODBxMC00MiA0MC01OSAxMi01IDI0LTUgMjYgMCA0NSAxOXptNTMxIDY4NVYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb21wYXNzIiB1bmljb2RlPSLvhY4iIGQ9Ik02NDAgNDQ4bDI1NiAxMjgtMjU2IDEyOFY0NDh6bTM4NCA1OTFWNDk3TDUxMiAyNDF2NTQyem0yODgtMzk5cTAgMTQ4LTczIDI3M3QtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzN6bTIyNCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb2xsYXBzZSIgdW5pY29kZT0i74WQIiBkPSJNMTE0NSA4NjFxMTgtMzUtNS02Nkw4MjAgMzQ3cS0xOS0yNy01Mi0yN3QtNTIgMjdMMzk2IDc5NXEtMjMgMzEtNSA2NiAxNyAzNSA1NyAzNWg2NDBxNDAgMCA1Ny0zNXptMTM1LTcwMXY5NjBxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMjg4cS0xMyAwLTIyLjUtOS41VDI1NiAxMTIwVjE2MHEwLTEzIDkuNS0yMi41VDI4OCAxMjhoOTYwcTEzIDAgMjIuNSA5LjV0OS41IDIyLjV6bTI1NiA5NjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29sbGFwc2VfdG9wIiB1bmljb2RlPSLvhZEiIGQ9Ik0xMTQ1IDQxOXEtMTctMzUtNTctMzVINDQ4cS00MCAwLTU3IDM1LTE4IDM1IDUgNjZsMzIwIDQ0OHExOSAyNyA1MiAyN3Q1Mi0yN2wzMjAtNDQ4cTIzLTMxIDUtNjZ6bTEzNS0yNTl2OTYwcTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDI4OHEtMTMgMC0yMi41LTkuNVQyNTYgMTEyMFYxNjBxMC0xMyA5LjUtMjIuNVQyODggMTI4aDk2MHExMyAwIDIyLjUgOS41dDkuNSAyMi41em0yNTYgOTYwVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zMTciIHVuaWNvZGU9Iu+FkiIgZD0iTTEwODggNjQwcTAtMzMtMjctNTJMNjEzIDI2OHEtMzEtMjMtNjYtNS0zNSAxNy0zNSA1N3Y2NDBxMCA0MCAzNSA1NyAzNSAxOCA2Ni01bDQ0OC0zMjBxMjctMTkgMjctNTJ6bTE5Mi00ODB2OTYwcTAgMTQtOSAyM3QtMjMgOUgyODhxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloOTYwcTE0IDAgMjMgOXQ5IDIzem0yNTYgOTYwVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImV1ciIgdW5pY29kZT0i74WTIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTk3NiAyMjlsMzUtMTU5cTMtMTItMy0yMi41VDk5MSAzM2wtNS0xcS00LTItMTAuNS0zLjV0LTE2LTQuNS0yMS41LTUuNS0yNS41LTUtMzAtNVQ4NDkgNHQtMzYuNS0zVDc3NCAwUTU0MCAwIDM2NSAxMzAuNVQxMjcgNDgySDMycS0xMyAwLTIyLjUgOS41VDAgNTE0djExM3EwIDEzIDkuNSAyMi41VDMyIDY1OWg2NnEtMiA1NyAxIDEwNUgzMnEtMTQgMC0yMyA5dC05IDIzdjExNHEwIDE0IDkgMjN0MjMgOWg5OHE2NyAyMTAgMjQzLjUgMzM4VDc3NCAxNDA4cTEwMiAwIDE5NC0yMyAxMS0zIDIwLTE1IDYtMTEgMy0yNGwtNDMtMTU5cS0zLTEzLTE0LTE5LjV0LTI0LTIuNWwtNCAxcS00IDEtMTEuNSAyLjVMODc3IDExNzJsLTIyLjUgMy41LTI2IDMtMjkgMi41LTI5LjUgMXEtMTI2IDAtMjI2LTY0VDM5NCA5NDJoNDY4cTE2IDAgMjUtMTIgMTAtMTIgNy0yNmwtMjQtMTE0cS01LTI2LTMyLTI2SDM1MHEtMy0zNyAwLTEwNWg0NTlxMTUgMCAyNS0xMiA5LTEyIDYtMjdsLTI0LTExMnEtMi0xMS0xMS0xOC41dC0yMC03LjVIMzk4cTQ4LTExNyAxNDkuNS0xODUuNVQ3NzYgMjI4cTE4IDAgMzYgMS41dDMzLjUgMy41IDI5LjUgNC41IDI0LjUgNVQ5MTggMjQ3bDEyIDMgNSAycTEzIDUgMjYtMiAxMi03IDE1LTIxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnYnAiIHVuaWNvZGU9Iu+FlCIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik0xMDIwIDM5OVYzMnEwLTE0LTktMjN0LTIzLTlIMzJRMTggMCA5IDlUMCAzMnYxNTBxMCAxMyA5LjUgMjIuNVQzMiAyMTRoOTd2MzgzSDM0cS0xNCAwLTIzIDkuNVQyIDYyOXYxMzFxMCAxNCA5IDIzdDIzIDloOTV2MjIzcTAgMTcxIDEyMy41IDI4MlQ1NjcgMTQwOHExODUgMCAzMzUtMTI1IDktOCAxMC0yMC41dC03LTIyLjVsLTEwMy0xMjdxLTktMTEtMjItMTItMTMtMi0yMyA3LTUgNS0yNiAxOXQtNjkgMzItOTMgMThxLTg1IDAtMTM3LTQ3dC01Mi0xMjNWNzkyaDMwNXExMyAwIDIyLjUtOXQ5LjUtMjNWNjI5cTAtMTMtOS41LTIyLjVUNjg1IDU5N0gzODBWMjE4aDQxNHYxODFxMCAxMyA5IDIyLjV0MjMgOS41aDE2MnExNCAwIDIzLTkuNXQ5LTIyLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVzZCIgdW5pY29kZT0i74WVIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTk3OCAzNTFxMC0xNTMtOTkuNS0yNjMuNVQ2MjAtNDl2LTE3NXEwLTE0LTktMjN0LTIzLTlINDUzcS0xMyAwLTIyLjUgOS41VDQyMS0yMjR2MTc1cS02NiA5LTEyNy41IDMxVDE5MiAyNi41dC03NCA0OFQ3MS41IDExMiA1NCAxMzBxLTE3IDIxLTIgNDFsMTAzIDEzNXE3IDEwIDIzIDEyIDE1IDIgMjQtOWwyLTJxMTEzLTk5IDI0My0xMjUgMzctOCA3NC04IDgxIDAgMTQyLjUgNDNUNzI1IDMzOXEwIDI4LTE1IDUzdC0zMy41IDQyLTU4LjUgMzcuNS02NiAzMi04MCAzMi41cS0zOSAxNi02MS41IDI1VDM0OSA1ODcuNXQtNjIuNSAzMVQyMzAgNjU0dC01My41IDQyLjUtNDMuNSA0OS0zNS41IDU4LTIxIDY2LjUtOC41IDc4cTAgMTM4IDk4IDI0MnQyNTUgMTM0djE4MHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDEzNXExNCAwIDIzLTl0OS0yM3YtMTc2cTU3LTYgMTEwLjUtMjN0ODctMzMuNVQ4ODEgMTIzNHQzOS0yOSAxNS0xNHExNy0xOCA1LTM4bC04MS0xNDZxLTgtMTUtMjMtMTYtMTQtMy0yNyA3LTMgMy0xNC41IDEydC0zOSAyNi41LTU4LjUgMzItNzQuNSAyNlQ1MzcgMTEwNnEtOTUgMC0xNTUtNDN0LTYwLTExMXEwLTI2IDguNS00OHQyOS41LTQxLjUgMzkuNS0zMyA1Ni0zMSA2MC41LTI3IDcwLTI3LjVxNTMtMjAgODEtMzEuNXQ3Ni0zNSA3NS41LTQyLjUgNjItNTAgNTMtNjMuNVQ5NjUgNDQ1dDEzLTk0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJpbnIiIHVuaWNvZGU9Iu+FliIgaG9yaXotYWR2LXg9Ijg5OCIgZD0iTTg5OCAxMDY2Vjk2NHEwLTE0LTktMjN0LTIzLTlINjk4cS0yMy0xNDQtMTI5LTIzNFQyOTMgNTg4UTQ2MCA0MTAgNzUyIDUycTE0LTE2IDQtMzQtOC0xOC0yOS0xOEg1MzJxLTE2IDAtMjUgMTJRMjAxIDM3OSA5IDU4M3EtOSA5LTkgMjJ2MTI3cTAgMTMgOS41IDIyLjVUMzIgNzY0aDExMnExMzIgMCAyMTIuNSA0M1Q0NTkgOTMySDMycS0xNCAwLTIzIDl0LTkgMjN2MTAycTAgMTQgOSAyM3QyMyA5aDQxM3EtNTcgMTEzLTI2OCAxMTNIMzJxLTEzIDAtMjIuNSA5LjVUMCAxMjQzdjEzM3EwIDE0IDkgMjN0MjMgOWg4MzJxMTQgMCAyMy05dDktMjN2LTEwMnEwLTE0LTktMjN0LTIzLTlINjMxcTQ3LTYxIDY0LTE0NGgxNzFxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImpweSIgdW5pY29kZT0i74WXIiBob3Jpei1hZHYteD0iMTAyNyIgZD0iTTYwMyAwSDQzMXEtMTMgMC0yMi41IDlUMzk5IDMydjMzMEgxMTFxLTEzIDAtMjIuNSA5VDc5IDM5NHYxMDNxMCAxMyA5LjUgMjIuNVQxMTEgNTI5aDI4OHY4NUgxMTFxLTEzIDAtMjIuNSA5VDc5IDY0NnYxMDRxMCAxMyA5LjUgMjIuNVQxMTEgNzgyaDIxNEw0IDEzNjBxLTggMTYgMCAzMiAxMCAxNiAyOCAxNmgxOTRxMTkgMCAyOS0xOGwyMTUtNDI1cTE5LTM4IDU2LTEyNSAxMCAyNCAzMC41IDY4dDI3LjUgNjFsMTkxIDQyMHE4IDE5IDI5IDE5aDE5MXExNyAwIDI3LTE2IDktMTQgMS0zMUw3MTAgNzgyaDIxNXExMyAwIDIyLjUtOS41VDk1NyA3NTBWNjQ2cTAtMTQtOS41LTIzdC0yMi41LTlINjM1di04NWgyOTBxMTMgMCAyMi41LTkuNVQ5NTcgNDk3VjM5NHEwLTE0LTkuNS0yM3QtMjIuNS05SDYzNVYzMnEwLTEzLTkuNS0yMi41VDYwMyAweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJydWIiIHVuaWNvZGU9Iu+FmCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMDQzIDk3MXEwIDEwMC02NSAxNjJ0LTE3MSA2Mkg0ODdWNzQ3aDMyMHExMDYgMCAxNzEgNjJ0NjUgMTYyem0yMzcgMHEwLTE5My0xMjYuNS0zMTVUODI3IDUzNEg0ODdWNDE2aDUwNXExNCAwIDIzLTl0OS0yM1YyNTZxMC0xNC05LTIzdC0yMy05SDQ4N1YzMnEwLTE0LTkuNS0yM1Q0NTUgMEgyODhxLTE0IDAtMjMgOXQtOSAyM3YxOTJIMzJxLTE0IDAtMjMgOXQtOSAyM3YxMjhxMCAxNCA5IDIzdDIzIDloMjI0djExOEgzMnEtMTQgMC0yMyA5dC05IDIzdjE0OXEwIDEzIDkgMjIuNXQyMyA5LjVoMjI0djYyOXEwIDE0IDkgMjN0MjMgOWg1MzlxMjAwIDAgMzI2LjUtMTIyVDEyODAgOTcxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJrcnciIHVuaWNvZGU9Iu+FmSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik01MTQgMzQxbDgxIDI5OUg0MzZsNzUtMzAwcTEtMSAxLTN0MS0zcTAgMSAuNSAzLjV0LjUgMy41em0xMTYgNDI3bDM1IDEyOEgzNzNsMzItMTI4aDIyNXptMTkyIDBoMTM5bC0zNSAxMjhoLTcwem00NDktNDI4bDc4IDMwMGgtMTYybDgxLTI5OXEwLTEgLjUtMy41dDEuNS0zLjVxMCAxIC41IDN0LjUgM3ptMTExIDQyOGwzMyAxMjhoLTI5N2wzNC0xMjhoMjMwem00MTAtMzJ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtMjEzTDEzODMgMjRxLTctMjQtMzEtMjRoLTE1OXEtMjQgMC0zMSAyNEw5OTYgNjQwSDc4N0w2MjAgMjRxLTctMjQtMzEtMjRINDMwcS0xMSAwLTE5LjUgN1Q0MDAgMjRMMjQwIDY0MEgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDE3NWwtMzMgMTI4SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTA5bC04OSAzNDRxLTUgMTUgNSAyOCAxMCAxMiAyNiAxMmgxMzdxMjYgMCAzMS0yNGw5MC0zNjBoMzU5bDk3IDM2MHE3IDI0IDMxIDI0aDEyNnEyNCAwIDMxLTI0bDk4LTM2MGgzNjVsOTMgMzYwcTUgMjQgMzEgMjRoMTM3cTE2IDAgMjYtMTIgMTAtMTMgNS0yOGwtOTEtMzQ0aDExMXExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05aC0xNDVsLTM0LTEyOGgxNzlxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJ0YyIgdW5pY29kZT0i74WaIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTExNjcgODk2cTE4LTE4Mi0xMzEtMjU4IDExNy0yOCAxNzUtMTAzdDQ1LTIxNHEtNy03MS0zMi41LTEyNXQtNjQuNS04OS05Ny01OC41VDk0MC41IDE0IDc5NS0xdi0yNTVINjQxVi01cS04MCAwLTEyMiAxdi0yNTJIMzY1Vi0xcS0xOCAwLTU0IC41VDI1NiAwSDU2bDMxIDE4M2gxMTFxNTAgMCA1OCA1MXY0MDJoMTZxLTYgMS0xNiAxdjI4N3EtMTMgNjgtODkgNjhINTZ2MTY0bDIxMi0xcTY0IDAgOTcgMXYyNTJoMTU0di0yNDdxODIgMiAxMjIgMnYyNDVoMTU0di0yNTJxNzktNyAxNDAtMjIuNXQxMTMtNDUgODIuNS03OFQxMTY3IDg5NnpNOTUyIDM1MXEwIDM2LTE1IDY0dC0zNyA0Ni01Ny41IDMwLjVUNzc3IDUxMHQtNzQgOS02OSAzLTY0LjUtMS00Ny41LTFWMTgycTggMCAzNy0uNXQ0OC0uNSA1MyAxLjUgNTguNSA0IDU3IDguNSA1NS41IDE0IDQ3LjUgMjEgMzkuNSAzMCAyNC41IDQwIDkuNSA1MXptLTcxIDQ3NnEwIDMzLTEyLjUgNTguNXQtMzAuNSA0Mi00OCAyOC01NSAxNi41LTYxLjUgOC01OCAyLjUtNTQtMS0zOS41LS41VjY3NHE1IDAgMzQuNS0uNXQ0Ni41IDAgNTAgMiA1NSA1LjUgNTEuNSAxMSA0OC41IDE4LjUgMzcgMjcgMjcgMzguNSA5IDUxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWxlIiB1bmljb2RlPSLvhZsiIGQ9Ik0xMDI0IDEwMjR2NDcycTIyLTE0IDM2LTI4bDQwOC00MDhxMTQtMTQgMjgtMzZoLTQ3MnptLTEyOC0zMnEwLTQwIDI4LTY4dDY4LTI4aDU0NFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4MDBWOTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWxlX3RleHQiIHVuaWNvZGU9Iu+FnCIgZD0iTTE0NjggMTA2MHExNC0xNCAyOC0zNmgtNDcydjQ3MnEyMi0xNCAzNi0yOHpNOTkyIDg5Nmg1NDRWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODAwVjk5MnEwLTQwIDI4LTY4dDY4LTI4em0xNjAtNzM2djY0cTAgMTQtOSAyM3QtMjMgOUg0MTZxLTE0IDAtMjMtOXQtOS0yM3YtNjRxMC0xNCA5LTIzdDIzLTloNzA0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDlINDE2cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDcwNHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5SDQxNnEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg3MDRxMTQgMCAyMyA5dDkgMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNvcnRfYnlfYWxwaGFiZXQiIHVuaWNvZGU9Iu+FnSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xMTkxIDExMjhoMTc3bC03MiAyMTgtMTIgNDdxLTIgMTYtMiAyMGgtNGwtMy0yMHEwLTEtMy41LTE4dC03LjUtMjl6TTczNiA5NnEwLTEyLTEwLTI0TDQwNy0yNDdxLTEwLTktMjMtOS0xMiAwLTIzIDlMNDEgNzNxLTE1IDE2LTcgMzUgOCAyMCAzMCAyMGgxOTJ2MTM3NnEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjNWMTI4aDE5MnExNCAwIDIzLTl0OS0yM3ptODM2LTExOXYtMjMzSDk4OHY5MGwzNjkgNTI5cTEyIDE4IDIxIDI3bDExIDl2M3EtMiAwLTYuNS0uNXQtNy41LS41cS0xMi0zLTMwLTNoLTIzMlYyODNIOTkzdjIyOWg1Njd2LTg5bC0zNjktNTMwcS02LTgtMjEtMjZsLTExLTExdi0ybDE0IDJxOSAyIDMwIDJoMjQ4djExOWgxMjF6bTg5IDg5N1Y3NjhoLTI4OHYxMDZoNzVsLTQ3IDE0NGgtMjQzbC00Ny0xNDRoNzVWNzY4SDg5OXYxMDZoNzBsMjMwIDY2MmgxNjJsMjMwLTY2Mmg3MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzMyOSIgdW5pY29kZT0i74WeIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTExOTEgMTA0aDE3N2wtNzIgMjE4LTEyIDQ3cS0yIDE2LTIgMjBoLTRsLTMtMjBxMC0xLTMuNS0xOHQtNy41LTI5em0tNDU1LThxMC0xMi0xMC0yNEw0MDctMjQ3cS0xMC05LTIzLTktMTIgMC0yMyA5TDQxIDczcS0xNSAxNi03IDM1IDggMjAgMzAgMjBoMTkydjEzNzZxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzVjEyOGgxOTJxMTQgMCAyMy05dDktMjN6bTkyNS0yNDZ2LTEwNmgtMjg4djEwNmg3NUwxNDAxLTZoLTI0M2wtNDctMTQ0aDc1di0xMDZIODk5djEwNmg3MGwyMzAgNjYyaDE2MmwyMzAtNjYyaDcwem0tODkgMTE1MVY3NjhIOTg4djkwbDM2OSA1MjlxMTIgMTggMjEgMjdsMTEgOXYzcS0yIDAtNi41LS41dC03LjUtLjVxLTEyLTMtMzAtM2gtMjMydi0xMTVIOTkzdjIyOWg1Njd2LTg5bC0zNjktNTMwcS02LTgtMjEtMjZsLTExLTEwdi0zbDE0IDNxOSAxIDMwIDFoMjQ4djExOWgxMjF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNvcnRfYnlfYXR0cmlidXRlcyIgdW5pY29kZT0i74WgIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTczNiA5NnEwLTEyLTEwLTI0TDQwNy0yNDdxLTEwLTktMjMtOS0xMiAwLTIzIDlMNDEgNzNxLTE1IDE2LTcgMzUgOCAyMCAzMCAyMGgxOTJ2MTM3NnEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjNWMTI4aDE5MnExNCAwIDIzLTl0OS0yM3pNMTc5Mi0zMnYtMTkycTAtMTQtOS0yM3QtMjMtOUg5MjhxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloODMycTE0IDAgMjMtOXQ5LTIzem0tMTkyIDUxMlYyODhxMC0xNC05LTIzdC0yMy05SDkyOHEtMTQgMC0yMyA5dC05IDIzdjE5MnEwIDE0IDkgMjN0MjMgOWg2NDBxMTQgMCAyMy05dDktMjN6bS0xOTIgNTEyVjgwMHEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDQ0OHExNCAwIDIzLTl0OS0yM3ptLTE5MiA1MTJ2LTE5MnEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDI1NnExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic29ydF9ieV9hdHRyaWJ1dGVzX2FsdCIgdW5pY29kZT0i74WhIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEyMTYtMzJ2LTE5MnEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDI1NnExNCAwIDIzLTl0OS0yM3pNNzM2IDk2cTAtMTItMTAtMjRMNDA3LTI0N3EtMTAtOS0yMy05LTEyIDAtMjMgOUw0MSA3M3EtMTUgMTYtNyAzNSA4IDIwIDMwIDIwaDE5MnYxMzc2cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM1YxMjhoMTkycTE0IDAgMjMtOXQ5LTIzem02NzIgMzg0VjI4OHEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDQ0OHExNCAwIDIzLTl0OS0yM3ptMTkyIDUxMlY4MDBxMC0xNC05LTIzdC0yMy05SDkyOHEtMTQgMC0yMyA5dC05IDIzdjE5MnEwIDE0IDkgMjN0MjMgOWg2NDBxMTQgMCAyMy05dDktMjN6bTE5MiA1MTJ2LTE5MnEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDgzMnExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic29ydF9ieV9vcmRlciIgdW5pY29kZT0i74WiIiBkPSJNMTM0NiAyMjNxMCA2My00NCAxMTZ0LTEwMyA1M3EtNTIgMC04My0zN3QtMzEtOTQgMzYuNS05NSAxMDQuNS0zOHE1MCAwIDg1IDI3dDM1IDY4ek03MzYgOTZxMC0xMi0xMC0yNEw0MDctMjQ3cS0xMC05LTIzLTktMTIgMC0yMyA5TDQxIDczcS0xNSAxNi03IDM1IDggMjAgMzAgMjBoMTkydjEzNzZxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzVjEyOGgxOTJxMTQgMCAyMy05dDktMjN6bTc1MCA2OXEwLTYyLTEzLTEyMS41dC00MS0xMTQtNjgtOTUuNS05OC41LTY1LjVUMTEzOC0yNTZxLTYyIDAtMTA4IDE2LTI0IDgtNDIgMTVsMzkgMTEzcTE1LTcgMzEtMTEgMzctMTMgNzUtMTMgODQgMCAxMzQuNSA1OC41VDEzMzQgNjhoLTJxLTIxLTIzLTYxLjUtMzdUMTE4NiAxN3EtMTA2IDAtMTczIDcxLjVUOTQ2IDI2MXEwIDEwNSA3MiAxNzh0MTgxIDczcTEyMyAwIDIwNS05NC41dDgyLTI1Mi41em0tMzAgNzE3Vjc2OEg5ODd2MTE0aDE2N3Y0MzJxMCA3IC41IDE5dC41IDE3djE2aC0ybC03LTEycS04LTEzLTI2LTMxbC02Mi01OC04MiA4NiAxOTIgMTg1aDEyM1Y4ODJoMTY1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzb3J0X2J5X29yZGVyX2FsdCIgdW5pY29kZT0i74WjIiBkPSJNMTM0NiAxMjQ3cTAgNjMtNDQgMTE2dC0xMDMgNTNxLTUyIDAtODMtMzd0LTMxLTk0IDM2LjUtOTUgMTA0LjUtMzhxNTAgMCA4NSAyN3QzNSA2OHpNNzM2IDk2cTAtMTItMTAtMjRMNDA3LTI0N3EtMTAtOS0yMy05LTEyIDAtMjMgOUw0MSA3M3EtMTUgMTYtNyAzNSA4IDIwIDMwIDIwaDE5MnYxMzc2cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM1YxMjhoMTkycTE0IDAgMjMtOXQ5LTIzem03MjAtMjM4di0xMTRIOTg3djExNGgxNjd2NDMycTAgNyAuNSAxOXQuNSAxN3YxNmgtMmwtNy0xMnEtOC0xMy0yNi0zMWwtNjItNTgtODIgODYgMTkyIDE4NWgxMjN2LTY1NGgxNjV6bTMwIDEzMzFxMC02Mi0xMy0xMjEuNXQtNDEtMTE0LTY4LTk1LjUtOTguNS02NS41VDExMzggNzY4cS02MiAwLTEwOCAxNi0yNCA4LTQyIDE1bDM5IDExM3ExNS03IDMxLTExIDM3LTEzIDc1LTEzIDg0IDAgMTM0LjUgNTguNVQxMzM0IDEwOTJoLTJxLTIxLTIzLTYxLjUtMzd0LTg0LjUtMTRxLTEwNiAwLTE3MyA3MS41VDk0NiAxMjg1cTAgMTA1IDcyIDE3OHQxODEgNzNxMTIzIDAgMjA1LTk0LjV0ODItMjUyLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zMzQiIHVuaWNvZGU9Iu+FpCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0yNTYgMTkycTAgMjYtMTkgNDV0LTQ1IDE5cS0yNyAwLTQ1LjUtMTlUMTI4IDE5MnEwLTI3IDE4LjUtNDUuNVQxOTIgMTI4cTI2IDAgNDUgMTguNXQxOSA0NS41em0xNjAgNTEyVjY0cTAtMjYtMTktNDVUMzUyIDBINjRRMzggMCAxOSAxOVQwIDY0djY0MHEwIDI2IDE5IDQ1dDQ1IDE5aDI4OHEyNiAwIDQ1LTE5dDE5LTQ1em0xMTg0IDBxMC04Ni01NS0xNDkgMTUtNDQgMTUtNzYgMy03Ni00My0xMzcgMTctNTYgMC0xMTctMTUtNTctNTQtOTQgOS0xMTItNDktMTgxLTY0LTc2LTE5Ny03OGgtMTI5cS02NiAwLTE0NCAxNS41dC0xMjEuNSAyOVQ3MDItNDRRNTc5LTEgNTQ0IDBxLTI2IDEtNDUgMTkuNVQ0ODAgNjR2NjQxcTAgMjUgMTggNDMuNXQ0MyAyMC41cTI0IDIgNzYgNTl0MTAxIDEyMXE2OCA4NyAxMDEgMTIwIDE4IDE4IDMxIDQ4dDE3LjUgNDguNVQ4ODEgMTIyNnE3IDM5IDEyLjUgNjF0MTkuNSA1MiAzNCA1MHExOSAxOSA0NSAxOSA0NiAwIDgyLjUtMTAuNXQ2MC0yNiA0MC00MC41IDI0LTQ1IDEyLTUwIDUtNDUgLjUtMzlxMC0zOC05LjUtNzZ0LTE5LTYwLTI3LjUtNTZxLTMtNi0xMC0xOHQtMTEtMjItOC0yNGgyNzdxNzggMCAxMzUtNTd0NTctMTM1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzM1IiB1bmljb2RlPSLvhaUiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMjU2IDk2MHEwLTI2LTE5LTQ1dC00NS0xOXEtMjcgMC00NS41IDE5VDEyOCA5NjBxMCAyNyAxOC41IDQ1LjVUMTkyIDEwMjRxMjYgMCA0NS0xOC41dDE5LTQ1LjV6bTE2MC01MTJ2NjQwcTAgMjYtMTkgNDV0LTQ1IDE5SDY0cS0yNiAwLTQ1LTE5dC0xOS00NVY0NDhxMC0yNiAxOS00NXQ0NS0xOWgyODhxMjYgMCA0NSAxOXQxOSA0NXptMTEyOSAxNDlxNTUtNjEgNTUtMTQ5LTEtNzgtNTcuNS0xMzVUMTQwOCAyNTZoLTI3N3E0LTE0IDgtMjR0MTEtMjIgMTAtMThxMTgtMzcgMjctNTd0MTktNTguNVQxMjE2IDBxMC0yNC0uNS0zOXQtNS00NS0xMi01MC0yNC00NS00MC00MC41LTYwLTI2VDk5Mi0yNTZxLTI2IDAtNDUgMTktMjAgMjAtMzQgNTB0LTE5LjUgNTJUODgxLTc0cS05IDQyLTEzLjUgNjAuNVQ4NTAgMzV0LTMxIDQ4cS0zMyAzMy0xMDEgMTIwLTQ5IDY0LTEwMSAxMjF0LTc2IDU5cS0yNSAyLTQzIDIwLjVUNDgwIDQ0N3Y2NDFxMCAyNiAxOSA0NC41dDQ1IDE5LjVxMzUgMSAxNTggNDQgNzcgMjYgMTIwLjUgMzkuNXQxMjEuNSAyOSAxNDQgMTUuNWgxMjlxMTMzLTIgMTk3LTc4IDU4LTY5IDQ5LTE4MSAzOS0zNyA1NC05NCAxNy02MSAwLTExNyA0Ni02MSA0My0xMzcgMC0zMi0xNS03NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ieW91dHViZV9zaWduIiB1bmljb2RlPSLvhaYiIGQ9Ik05MTkgMjMzdjE1N3EwIDUwLTI5IDUwLTE3IDAtMzMtMTZWMjAwcTE2LTE2IDMzLTE2IDI5IDAgMjkgNDl6bTE4NCAxMjJoNjZ2MzRxMCA1MS0zMyA1MXQtMzMtNTF2LTM0ek01MzIgNjIxdi03MGgtODBWMTI4aC03NHY0MjNoLTc4djcwaDIzMnptMjAxLTEyNlYxMjhoLTY3djQwcS0zOS00NS03Ni00NS0zMyAwLTQyIDI4LTYgMTctNiA1NHYyOTBoNjZWMjI1cTAtMjQgMS0yNiAxLTE1IDE1LTE1IDIwIDAgNDIgMzF2MjgwaDY3em0yNTItMTExVjIzOHEwLTUyLTctNzMtMTItNDItNTMtNDItMzUgMC02OCA0MXYtMzZoLTY3djQ5M2g2N1Y0NjBxMzIgNDAgNjggNDAgNDEgMCA1My00MiA3LTIxIDctNzR6bTI1MS0xMjl2LTlxMC0yOS0yLTQzLTMtMjItMTUtNDAtMjctNDAtODAtNDAtNTIgMC04MSAzOC0yMSAyNy0yMSA4NnYxMjlxMCA1OSAyMCA4NiAyOSAzOCA4MCAzOHQ3OC0zOHEyMS0yOSAyMS04NnYtNzZoLTEzM3YtNjVxMC01MSAzNC01MSAyNCAwIDMwIDI2IDAgMSAuNSA3dC41IDE2LjVWMjU1aDY4em0tNDUxIDgyNFY5MjNxMC01MS0zMi01MXQtMzIgNTF2MTU2cTAgNTIgMzIgNTJ0MzItNTJ6bTUzMy03MTNxMCAxNzctMTkgMjYwLTEwIDQ0LTQzIDczLjV0LTc2IDM0LjVxLTEzNiAxNS00MTIgMTUtMjc1IDAtNDExLTE1LTQ0LTUtNzYuNS0zNC41VDIzOCA2MjZxLTIwLTg3LTIwLTI2MCAwLTE3NiAyMC0yNjAgMTAtNDMgNDIuNS03M1QzNTYtMnExMzctMTUgNDEyLTE1dDQxMiAxNXE0MyA1IDc1LjUgMzV0NDIuNSA3M3EyMCA4NCAyMCAyNjB6bS03NTUgNjUxbDkwIDI5NmgtNzVsLTUxLTE5NS01MyAxOTVoLTc4cTctMjMgMjMtNjlsMjQtNjlxMzUtMTAzIDQ2LTE1OFY4MTZoNzR2MjAxem0yODktODF2MTMwcTAgNTgtMjEgODctMjkgMzgtNzggMzgtNTEgMC03OC0zOC0yMS0yOS0yMS04N1Y5MzZxMC01OCAyMS04NyAyNy0zOCA3OC0zOCA0OSAwIDc4IDM4IDIxIDI3IDIxIDg3em0xODEtMTIwaDY3djM3MGgtNjdWOTAzcS0yMi0zMS00Mi0zMS0xNSAwLTE2IDE2LTEgMi0xIDI2djI3MmgtNjdWODkzcTAtMzcgNi01NSAxMS0yNyA0My0yNyAzNiAwIDc3IDQ1di00MHptNTAzIDMwNFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ5b3V0dWJlIiB1bmljb2RlPSLvhaciIGQ9Ik05NzEgMjkyVjgxcTAtNjctMzktNjctMjMgMC00NSAyMnYzMDFxMjIgMjIgNDUgMjIgMzkgMCAzOS02N3ptMzM4LTF2LTQ2aC05MHY0NnEwIDY4IDQ1IDY4dDQ1LTY4ek0zNDMgNTA5aDEwN3Y5NEgxMzh2LTk0aDEwNVYtNjBoMTAwdjU2OXpNNjMxLTYwaDg5djQ5NGgtODlWNTZxLTMwLTQyLTU3LTQyLTE4IDAtMjEgMjEtMSAzLTEgMzV2MzY0aC04OVY0M3EwLTQ5IDgtNzMgMTItMzcgNTgtMzcgNDggMCAxMDIgNjF2LTU0em00MjkgMTQ4djE5N3EwIDczLTkgOTktMTcgNTYtNzEgNTYtNTAgMC05My01NHYyMTdoLTg5Vi02MGg4OXY0OHE0NS01NSA5My01NSA1NCAwIDcxIDU1IDkgMjcgOSAxMDB6bTMzOCAxMHYxM2gtOTFxMC01MS0yLTYxLTctMzYtNDAtMzYtNDYgMC00NiA2OXY4N2gxNzl2MTAzcTAgNzktMjcgMTE2LTM5IDUxLTEwNiA1MS02OCAwLTEwNy01MS0yOC0zNy0yOC0xMTZWMTAwcTAtNzkgMjktMTE2IDM5LTUxIDEwOC01MSA3MiAwIDEwOCA1MyAxOCAyNyAyMSA1NCAyIDkgMiA1OHptLTYwOCA5MTN2MjEwcTAgNjktNDMgNjl0LTQzLTY5di0yMTBxMC03MCA0My03MHQ0MyA3MHptNzE5LTc1MXEwLTIzNC0yNi0zNTAtMTQtNTktNTgtOTl0LTEwMi00NnEtMTg0LTIxLTU1NS0yMXQtNTU1IDIxcS01OCA2LTEwMi41IDQ2VDUzLTkwUTI3IDIyIDI3IDI2MHEwIDIzNCAyNiAzNTAgMTQgNTkgNTggOTl0MTAzIDQ3cTE4MyAyMCA1NTQgMjB0NTU1LTIwcTU4LTcgMTAyLjUtNDd0NTcuNS05OXEyNi0xMTIgMjYtMzUwek01MTEgMTUzNmgxMDJsLTEyMS0zOTlWODY2SDM5MnYyNzFxLTE0IDc0LTYxIDIxMi0zNyAxMDMtNjUgMTg3aDEwNmw3MS0yNjN6bTM3MC0zMzN2LTE3NXEwLTgxLTI4LTExOC0zOC01MS0xMDYtNTEtNjcgMC0xMDUgNTEtMjggMzgtMjggMTE4djE3NXEwIDgwIDI4IDExNyAzOCA1MSAxMDUgNTEgNjggMCAxMDYtNTEgMjgtMzcgMjgtMTE3em0zMzUgMTYyVjg2NmgtOTF2NTVxLTUzLTYyLTEwMy02Mi00NiAwLTU5IDM3LTggMjQtOCA3NXYzOTRoOTFWOTk4cTAtMzMgMS0zNSAzLTIyIDIxLTIyIDI3IDAgNTcgNDN2MzgxaDkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ4aW5nIiB1bmljb2RlPSLvhagiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNNTk3IDg2OXEtMTAtMTgtMjU3LTQ1Ni0yNy00Ni02NS00NkgzNnEtMjEgMC0zMSAxN3QwIDM2bDI1MyA0NDhxMSAwIDAgMUw5NyAxMTQ4cS0xMiAyMi0xIDM3IDkgMTUgMzIgMTVoMjM5cTQwIDAgNjYtNDV6bTgwNiA2NDJxMTEtMTYgMC0zN0w4NzUgNTQwdi0xbDMzNi02MTVxMTEtMjAgMS0zNy0xMC0xNS0zMi0xNUg5NDFxLTQyIDAtNjYgNDVMNTM2IDUzOXExOCAzMiA1MzEgOTQyIDI1IDQ1IDY0IDQ1aDI0MXEyMiAwIDMxLTE1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ4aW5nX3NpZ24iIHVuaWNvZGU9Iu+FqSIgZD0iTTY4NSA3NzFxMCAxLTEyNiAyMjItMjEgMzQtNTIgMzRIMzIzcS0xOCAwLTI2LTExLTctMTIgMS0yOWwxMjUtMjE2di0xTDIyNyA0MjRxLTktMTQgMC0yOCA4LTEzIDI0LTEzaDE4NXEzMSAwIDUwIDM2em02MjQgNDk3cS03IDEyLTI0IDEyaC0xODdxLTMwIDAtNDktMzVMNjM4IDUxNnExLTIgMjYyLTQ4MSAyMC0zNSA1Mi0zNWgxODRxMTggMCAyNSAxMiA4IDEzLTEgMjhMOTAwIDUxNnYxbDQwOSA3MjNxOCAxNiAwIDI4em0yMjctMTQ4VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InlvdXR1YmVfcGxheSIgdW5pY29kZT0i74WqIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTcxMSA0MDhsNDg0IDI1MC00ODQgMjUzVjQwOHptMTg1IDg2MnExNjggMCAzMjQuNS00LjV0MjI5LjUtOS41bDczLTRxMSAwIDE3LTEuNXQyMy0zIDIzLjUtNC41IDI4LjUtOCAyOC0xMyAzMS0xOS41IDI5LTI2LjVxNi02IDE1LjUtMTguNXQyOS01OC41IDI2LjUtMTAxcTgtNjQgMTIuNS0xMzYuNVQxNzkyIDc0OFY1NzJxMS0xNDUtMTgtMjkwLTctNTUtMjUtOTkuNXQtMzItNjEuNWwtMTQtMTdxLTE0LTE1LTI5LTI2LjV0LTMxLTE5LTI4LTEyLjUtMjguNS04LTI0LTQuNS0yMy0zVDE1MjMgMjlxLTI1MS0xOS02MjctMTktMjA3IDItMzU5LjUgNi41VDMzNiAyNGwtNDkgNC0zNiA0cS0zNiA1LTU0LjUgMTB0LTUxIDIxVDg5IDEwNHEtNiA2LTE1LjUgMTguNXQtMjkgNTguNVQxOCAyODJxLTggNjQtMTIuNSAxMzYuNVQwIDUzMnYxNzZxLTEgMTQ1IDE4IDI5MCA3IDU1IDI1IDk5LjV0MzIgNjEuNWwxNCAxN3ExNCAxNSAyOSAyNi41dDMxIDE5LjUgMjggMTMgMjguNSA4IDIzLjUgNC41IDIzIDMgMTcgMS41cTI1MSAxOCA2MjcgMTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImRyb3Bib3giIHVuaWNvZGU9Iu+FqyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik00MDIgODI5bDQ5NC0zMDUtMzQyLTI4NUw2NCA1NTh6bTk4Ni01NTVWMTY2TDg5OC0xMjd2LTFsLTEgMS0xLTF2MUw0MDcgMTY2djEwOGwxNDctOTYgMzQyIDI4NHYybDEtMSAxIDF2LTJsMzQzLTI4NHpNNTU0IDE0MThsMzQyLTI4NS00OTQtMzA0LTMzOCAyNzB6bTgzNi01ODlsMzM4LTI3MS00ODktMzE5LTM0MyAyODV6bS0xNTEgNTg5bDQ4OS0zMTktMzM4LTI3MC00OTQgMzA0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdGFja2V4Y2hhbmdlIiB1bmljb2RlPSLvhawiIGQ9Ik0xMjg5LTk2SDE3MXY0ODBIMTF2LTY0MGgxNDM4djY0MGgtMTYwVi05NnpNMzQ3IDQyOGwzMyAxNTcgNzgzLTE2NS0zMy0xNTZ6bTEwMyAzNzRsNjcgMTQ2IDcyNS0zMzktNjctMTQ1em0yMDEgMzU2bDEwMiAxMjMgNjE0LTUxMy0xMDItMTIzem0zOTcgMzc4bDQ3Ny02NDEtMTI4LTk2LTQ3NyA2NDF6TTMzMCA2NXYxNTloODAwVjY1SDMzMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaW5zdGFncmFtIiB1bmljb2RlPSLvha0iIGQ9Ik0xMDI0IDY0MHEwIDEwNi03NSAxODF0LTE4MSA3NS0xODEtNzUtNzUtMTgxIDc1LTE4MSAxODEtNzUgMTgxIDc1IDc1IDE4MXptMTM4IDBxMC0xNjQtMTE1LTI3OVQ3NjggMjQ2IDQ4OSAzNjEgMzc0IDY0MHQxMTUgMjc5IDI3OSAxMTUgMjc5LTExNSAxMTUtMjc5em0xMDggNDEwcTAtMzgtMjctNjV0LTY1LTI3LTY1IDI3LTI3IDY1IDI3IDY1IDY1IDI3IDY1LTI3IDI3LTY1em0tNTAyIDIyMHEtNyAwLTc2LjUuNXQtMTA1LjUgMC05Ni41LTMtMTAzLTEwVDMxNSAxMjM5cS01MC0yMC04OC01OHQtNTgtODhxLTExLTI5LTE4LjUtNzEuNXQtMTAtMTAzLTMtOTYuNSAwLTEwNS41LjUtNzYuNS0uNS03Ni41IDAtMTA1LjUgMy05Ni41IDEwLTEwM1QxNjkgMTg3cTIwLTUwIDU4LTg4dDg4LTU4cTI5LTExIDcxLjUtMTguNXQxMDMtMTAgOTYuNS0zIDEwNS41IDAgNzYuNS41IDc2LjUtLjUgMTA1LjUgMCA5Ni41IDMgMTAzIDEwVDEyMjEgNDFxNTAgMjAgODggNTh0NTggODhxMTEgMjkgMTguNSA3MS41dDEwIDEwMyAzIDk2LjUgMCAxMDUuNS0uNSA3Ni41LjUgNzYuNSAwIDEwNS41LTMgOTYuNS0xMCAxMDMtMTguNSA3MS41cS0yMCA1MC01OCA4OHQtODggNThxLTI5IDExLTcxLjUgMTguNXQtMTAzIDEwLTk2LjUgMy0xMDUuNSAwLTc2LjUtLjV6bTc2OC02MzBxMC0yMjktNS0zMTctMTAtMjA4LTEyNC0zMjJ0LTMyMi0xMjRxLTg4LTUtMzE3LTV0LTMxNyA1UTI0My0xMTMgMTI5IDFUNSAzMjNxLTUgODgtNSAzMTd0NSAzMTdxMTAgMjA4IDEyNCAzMjJ0MzIyIDEyNHE4OCA1IDMxNyA1dDMxNy01cTIwOC0xMCAzMjItMTI0dDEyNC0zMjJxNS04OCA1LTMxN3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZmxpY2tyIiB1bmljb2RlPSLvha4iIGQ9Ik0xMjQ4IDE0MDhxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHpNNjk4IDY0MHEwIDg4LTYyIDE1MHQtMTUwIDYyLTE1MC02Mi02Mi0xNTAgNjItMTUwIDE1MC02MiAxNTAgNjIgNjIgMTUwem01NjQgMHEwIDg4LTYyIDE1MHQtMTUwIDYyLTE1MC02Mi02Mi0xNTAgNjItMTUwIDE1MC02MiAxNTAgNjIgNjIgMTUweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhZG4iIHVuaWNvZGU9Iu+FsCIgZD0iTTc2OCA5MTRsMjAxLTMwNkg1Njd6bTM2NS01MzBoOTRsLTQ1OSA2OTEtNDU5LTY5MWg5NGwxMDQgMTYwaDUyMnptNDAzIDI1NnEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZjE3MSIgdW5pY29kZT0i74WxIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTgxNSA2NzdxOC02My01MC41LTEwMVQ2NTMgNTcwcS0zOSAxNy01My41IDU4dC0uNSA4MiA1MiA1OHEzNiAxOCA3Mi41IDEydDY0LTM1LjVUODE1IDY3N3ptMTExIDIxcS0xNCAxMDctMTEzIDE2NHQtMTk3IDEzcS02My0yOC0xMDAuNS04OC41VDQ4MSA2NTdxNC05MSA3Ny41LTE1NVQ3MjQgNDQ2cTkxIDggMTUyIDg0dDUwIDE2OHptMjM5IDU0MnEtMjAgMjctNTYgNDQuNXQtNTggMjItNzEgMTIuNXEtMjkxIDQ3LTU2Ni0yLTQzLTctNjYtMTJ0LTU1LTIyLTUwLTQzcTMwLTI4IDc2LTQ1LjV0NzMuNS0yMlQ0ODAgMTE2MXEyMjgtMjkgNDQ4LTEgNjMgOCA4OS41IDEydDcyLjUgMjEuNSA3NSA0Ni41em01Ny0xMDM1cS04LTI2LTE1LjUtNzYuNXQtMTQtODQtMjguNS03MC01OC01Ni41cS04Ni00OC0xODkuNS03MS41dC0yMDItMjJUNTEzLTE1N3EtNDYgOC04MS41IDE4VDM1NS0xMTJ0LTczIDQzLjVUMjMwLTdxLTI1IDk2LTU3IDI5Mmw2IDE2IDE4IDlxMjIzLTE0OCA1MDYuNS0xNDhUMTIxMSAzMTBxMjEtNiAyNC0yM3QtNS00NS04LTM3em0xODEgOTYxcS0yNi0xNjctMTExLTY1NS01LTMwLTI3LTU2dC00My41LTQwLTU0LjUtMzFxLTI1Mi0xMjYtNjEwLTg4LTI0OCAyNy0zOTQgMTM5LTE1IDEyLTI1LjUgMjYuNXQtMTcgMzUtOSAzNC02IDM5LjUtNS41IDM1cS05IDUwLTI2LjUgMTUwdC0yOCAxNjEuNVQyMiAxMDY0IDAgMTIyMnEzIDI2IDE3LjUgNDguNVQ0OSAxMzA4dDQ1IDMwIDQ2IDIyLjUgNDggMTguNXExMjUgNDYgMzEzIDY0IDM3OSAzNyA2NzYtNTAgMTU1LTQ2IDIxNS0xMjIgMTYtMjAgMTYuNS01MXQtNS41LTU0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiaXRidWNrZXRfc2lnbiIgdW5pY29kZT0i74WyIiBkPSJNODQ4IDY2NnEwIDQzLTQxIDY2dC03NyAxcS00My0yMC00Mi41LTcyLjVUNzMxIDU5MHEzOS0yMyA4MSA0dDM2IDcyem04MCAxNnE4LTY2LTM2LTEyMXQtMTEwLTYxLTExOSA0MC01NiAxMTNxLTIgNDkgMjUuNSA5M3Q3Mi41IDY0cTcwIDMxIDE0MS41LTEwVDkyOCA2ODJ6bTE3MiAzOTFxLTIwLTIxLTUzLjUtMzR0LTUzLTE2LTYzLjUtOHEtMTU1LTIwLTMyNCAwLTQ0IDYtNjMgOS41dC01Mi41IDE2VDQzNiAxMDczcTEzIDE5IDM2IDMxdDQwIDE1LjUgNDcgOC41cTE5OCAzNSA0MDggMSAzMy01IDUxLTguNXQ0My0xNiAzOS0zMS41em00Mi03NDZxMCA3IDUuNSAyNi41dDMgMzJUMTEzMyA0MDJROTcyIDI5NiA3NjggMjk2VDQwMiA0MDJsLTEyLTYtNS0xMnEyNi0xNTQgNDEtMjEwIDQ3LTgxIDIwNC0xMDggMjQ5LTQ2IDQyOCA1MyAzNCAxOSA0OSA1MS41dDIyLjUgODUuNSAxMi41IDcxem0xMzAgNjkzcTkgNTMtOCA3NS00MyA1NS0xNTUgODgtMjE2IDYzLTQ4NyAzNi0xMzItMTItMjI2LTQ2LTM4LTE1LTU5LjUtMjV0LTQ3LTM0LTI5LjUtNTRxOC02OCAxOS0xMzh0MjktMTcxIDI0LTEzN3ExLTUgNS0zMXQ3LTM2IDEyLTI3IDIyLTI4cTEwNS04MCAyODQtMTAwIDI1OS0yOCA0NDAgNjMgMjQgMTMgMzkuNSAyM3QzMSAyOSAxOS41IDQwcTQ4IDI2NyA4MCA0NzN6bTI2NCAxMDBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHVtYmxyIiB1bmljb2RlPSLvhbMiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNOTQ0IDIwN2w4MC0yMzdxLTIzLTM1LTExMS02NnQtMTc3LTMycS0xMDQtMi0xOTAuNSAyNlQ0MDMtMjggMzA4IDc4dC01NS41IDEyMFQyMzYgMzE2djU0NEg2OHYyMTVxNzIgMjYgMTI5IDY5LjV0OTEgOTAgNTggMTAyIDM0IDk5IDE1IDg4LjVxMSA1IDQuNSA4LjV0Ny41IDMuNWgyNDR2LTQyNGgzMzNWODYwSDY1MFYzNDJxMC0zMCA2LjUtNTZ0MjIuNS01Mi41IDQ5LjUtNDEuNSA4MS41LTE0cTc4IDIgMTM0IDI5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0dW1ibHJfc2lnbiIgdW5pY29kZT0i74W0IiBkPSJNMTEzNiA3NWwtNjIgMTgzcS00NC0yMi0xMDMtMjItMzYtMS02MiAxMC41VDg3MC41IDI3OCA4NTMgMzE4LjV0LTUgNDMuNXYzOThoMjU3djE5NEg4NDl2MzI2SDY2MXEtOCAwLTktMTAtNS00NC0xNy41LTg3dC0zOS05NS03Ny05NVQ0MDAgOTI1Vjc2MGgxMzBWMzQycTAtNTcgMjEuNS0xMTV0NjUtMTExIDEyMS04NS41VDkxNCAwcTY5IDEgMTM2LjUgMjV0ODUuNSA1MHptNDAwIDEwNDVWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibG9uZ19hcnJvd19kb3duIiB1bmljb2RlPSLvhbUiIGhvcml6LWFkdi14PSI3NjgiIGQ9Ik03NjUgMjM3cTgtMTktNS0zNUw0MTAtMTgycS0xMC0xMC0yMy0xMC0xNCAwLTI0IDEwTDggMjAycS0xMyAxNi01IDM1IDkgMTkgMjkgMTloMjI0djEyNDhxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzVjI1NmgyMjRxMjEgMCAyOS0xOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibG9uZ19hcnJvd191cCIgdW5pY29kZT0i74W2IiBob3Jpei1hZHYteD0iNzY4IiBkPSJNNzY1IDEwNDNxLTktMTktMjktMTlINTEyVi0yMjRxMC0xNC05LTIzdC0yMy05SDI4OHEtMTQgMC0yMyA5dC05IDIzdjEyNDhIMzJxLTIxIDAtMjkgMTl0NSAzNWwzNTAgMzg0cTEwIDEwIDIzIDEwIDE0IDAgMjQtMTBsMzU1LTM4NHExMy0xNiA1LTM1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsb25nX2Fycm93X2xlZnQiIHVuaWNvZGU9Iu+FtyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDczNlY1NDRxMC0xNC05LTIzdC0yMy05SDUxMlYyODhxMC0yMS0xOS0yOXQtMzUgNUw3NCA2MTRxLTEwIDEwLTEwIDIzIDAgMTQgMTAgMjRsMzg0IDM1NHExNiAxNCAzNSA2IDE5LTkgMTktMjlWNzY4aDEyNDhxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImxvbmdfYXJyb3dfcmlnaHQiIHVuaWNvZGU9Iu+FuCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzI4IDY0M3EwLTE0LTEwLTI0bC0zODQtMzU0cS0xNi0xNC0zNS02LTE5IDktMTkgMjl2MjI0SDMycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDEyNDh2MjI0cTAgMjEgMTkgMjl0MzUtNWwzODQtMzUwcTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcHBsZSIgdW5pY29kZT0i74W5IiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTEzOTMgMzIxcS0zOS0xMjUtMTIzLTI1MC0xMjktMTk2LTI1Ny0xOTYtNDkgMC0xNDAgMzItODYgMzItMTUxIDMyLTYxIDAtMTQyLTMzLTgxLTM0LTEzMi0zNC0xNTIgMC0zMDEgMjU5UTAgMzkyIDAgNjM0cTAgMjI4IDExMyAzNzQgMTEzIDE0NCAyODQgMTQ0IDcyIDAgMTc3LTMwIDEwNC0zMCAxMzgtMzAgNDUgMCAxNDMgMzQgMTAyIDM0IDE3MyAzNCAxMTkgMCAyMTMtNjUgNTItMzYgMTA0LTEwMC03OS02Ny0xMTQtMTE4LTY1LTk0LTY1LTIwNyAwLTEyNCA2OS0yMjN0MTU4LTEyNnptLTM3NiAxMTczcTAtNjEtMjktMTM2LTMwLTc1LTkzLTEzOC01NC01NC0xMDgtNzItMzctMTEtMTA0LTE3IDMgMTQ5IDc4IDI1NyA3NCAxMDcgMjUwIDE0OCAxLTMgMi41LTExdDIuNS0xMXEwLTQgLjUtMTB0LjUtMTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9IndpbmRvd3MiIHVuaWNvZGU9Iu+FuiIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik02ODIgNTMwdi02NTFMMC0yN3Y1NTdoNjgyem0wIDc0M1Y2MTRIMHY1NjV6bTk4Mi03NDN2LTc4Nkw3NTctMTMxdjY2MWg5MDd6bTAgODc4VjYxNEg3NTd2NjY5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhbmRyb2lkIiB1bmljb2RlPSLvhbsiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNNDkzIDEwNTNxMTYgMCAyNy41IDExLjVUNTMyIDEwOTJ0LTExLjUgMjcuNVQ0OTMgMTEzMXQtMjctMTEuNS0xMS0yNy41IDExLTI3LjUgMjctMTEuNXptNDIyIDBxMTYgMCAyNyAxMS41dDExIDI3LjUtMTEgMjcuNS0yNyAxMS41LTI3LjUtMTEuNVQ4NzYgMTA5MnQxMS41LTI3LjVUOTE1IDEwNTN6TTEwMyA4NjlxNDIgMCA3Mi0zMHQzMC03MlYzMzdxMC00My0yOS41LTczVDEwMyAyMzR0LTczIDMwLTMwIDczdjQzMHEwIDQyIDMwIDcydDczIDMwem0xMDYwLTE5VjE4NHEwLTQ2LTMyLTc4dC03Ny0zMmgtNzV2LTIyN3EwLTQzLTMwLTczdC03My0zMC03MyAzMC0zMCA3M1Y3NEg2MzV2LTIyN3EwLTQzLTMwLTczdC03My0zMHEtNDIgMC03MiAzMHQtMzAgNzNsLTEgMjI3aC03NHEtNDYgMC03OCAzMnQtMzIgNzh2NjY2aDkxOHptLTIzMiA0MDVxMTA3LTU1IDE3MS0xNTMuNXQ2NC0yMTUuNUgyNDFxMCAxMTcgNjQgMjE1LjVUNDc3IDEyNTVsLTcxIDEzMXEtNyAxMyA1IDIwIDEzIDYgMjAtNmw3Mi0xMzJxOTUgNDIgMjAxIDQydDIwMS00Mmw3MiAxMzJxNyAxMiAyMCA2IDEyLTcgNS0yMHptNDc3LTQ4OFYzMzdxMC00My0zMC03M3QtNzMtMzBxLTQyIDAtNzIgMzB0LTMwIDczdjQzMHEwIDQzIDMwIDcyLjV0NzIgMjkuNXE0MyAwIDczLTI5LjV0MzAtNzIuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibGludXgiIHVuaWNvZGU9Iu+FvCIgZD0iTTY2MyAxMTI1cS0xMS0xLTE1LjUtMTAuNXQtOC41LTkuNXEtNS0xLTUgNSAwIDEyIDE5IDE1aDEwem04Ny0xNHEtNC0xLTExLjUgNi41VDcyMSAxMTIycTI0IDExIDMyLTIgMy02LTMtOXpNMzk5IDY4NHEtNCAxLTYtM3QtNC41LTEyLjVUMzgzIDY1NXQtMTAtMTNxLTEwLTExLTEtMTIgNC0xIDEyLjUgN3QxMi41IDE4cTEgMyAyIDd0MiA2IDEuNSA0LjUuNSA0djNsLTEgMi41LTMgMnptODU1LTM1OXEwIDE4LTU1IDQyIDQgMTUgNy41IDI3LjV0NSAyNiAzIDIxLjUuNSAyMi41LTEgMTkuNS0zLjUgMjItNCAyMC41LTUgMjUtNS41IDI2LjVxLTEwIDQ4LTQ3IDEwM3QtNzIgNzVxMjQtMjAgNTctODMgODctMTYyIDU0LTI3OC0xMS00MC01MC00Mi0zMS00LTM4LjUgMTguNXQtOCA4My41LTExLjUgMTA3cS05IDM5LTE5LjUgNjl0LTE5LjUgNDUuNS0xNS41IDI0LjUtMTMgMTUtNy41IDdxLTE0IDYyLTMxIDEwM3QtMjkuNSA1Ni0yMy41IDMzLTE1IDQwcS00IDIxIDYgNTMuNXQ0LjUgNDkuNS00NC41IDI1cS0xNSAzLTQ0LjUgMTh0LTM1LjUgMTZxLTggMS0xMSAyNnQ4IDUxIDM2IDI3cTM3IDMgNTEtMzB0NC01OHEtMTEtMTktMi0yNi41dDMwLS41cTEzIDQgMTMgMzZ2MzdxLTUgMzAtMTMuNSA1MHQtMjEgMzAuNS0yMy41IDE1LTI3IDcuNXEtMTA3LTgtODktMTM0IDAtMTUtMS0xNS05IDktMjkuNSAxMC41dC0zMy0uNS0xNS41IDVxMSA1Ny0xNiA5MHQtNDUgMzRxLTI3IDEtNDEuNS0yNy41VDU0OSAxMTg1cS0xLTE1IDMuNS0zN3QxMy0zNy41VDU4MSAxMDk3cTEwIDMgMTYgMTQgNCA5LTcgOC03IDAtMTUuNSAxNC41VDU2NSAxMTY3cS0xIDIyIDkgMzd0MzQgMTRxMTcgMCAyNy0yMXQ5LjUtMzktMS41LTIycS0yMi0xNS0zMS0yOS04LTEyLTI3LjUtMjMuNVQ1NjQgMTA3MXEtMTMtMTQtMTUuNS0yN3Q3LjUtMThxMTQtOCAyNS0xOS41dDE2LTE5IDE4LjUtMTNUNjUxIDk2OHE0Ny0yIDEwMiAxNSAyIDEgMjMgN3QzNC41IDEwLjUgMjkuNSAxMyAyMSAxNy41cTkgMTQgMjAgOCA1LTMgNi41LTguNXQtMy0xMi0xNi41LTkuNXEtMjAtNi01Ni41LTIxLjVUNzY2IDk2OHEtNDQtMTktNzAtMjMtMjUtNS03OSAyLTEwIDItOS0ydDE3LTE5cTI1LTIzIDY3LTIyIDE3IDEgMzYgN3QzNiAxNCAzMy41IDE3LjUgMzAgMTcgMjQuNSAxMiAxNy41IDIuNSA4LjUtMTFxMC0yLTEtNC41dC00LTUtNi00LjUtOC41LTUtOS00LjUtMTAtNS05LjUtNC41cS0yOC0xNC02Ny41LTQ0VDY5NiA4NDN0LTQ5LTFxLTIxIDExLTYzIDczLTIyIDMxLTI1IDIyLTEtMy0xLTEwIDAtMjUtMTUtNTYuNVQ1MTMuNSA4MTV0LTIxLTU4IDExLjUtNjNxLTIzLTYtNjIuNS05MFQzOTQgNDYzcS0yLTE4LTEuNS02OXQtNS41LTU5cS04LTI0LTI5LTMtMzIgMzEtMzYgOTQtMiAyOCA0IDU2IDQgMTktMSAxOC0yLTEtNC01LTM2LTY1IDEwLTE2NiA1LTEyIDI1LTI4dDI0LTIwcTIwLTIzIDEwNC05MC41dDkzLTc2LjVxMTYtMTUgMTcuNS0zOHQtMTQtNDNUNTM1IDEwcTgtMTUgMjktNDQuNXQyOC01NCA3LTcwLjVxNDYgMjQgNyA5Mi00IDgtMTAuNSAxNlQ1ODYtMzl0LTIgNnEzIDUgMTMgOS41dDIwLTIuNXE0Ni01MiAxNjYtMzYgMTMzIDE1IDE3NyA4NyAyMyAzOCAzNCAzMCAxMi02IDEwLTUyLTEtMjUtMjMtOTItOS0yMy02LTM3LjV0MjQtMTUuNXEzIDE5IDE0LjUgNzd0MTMuNSA5MHEyIDIxLTYuNSA3My41dC03LjUgOTcgMjMgNzAuNXExNSAxOCA1MSAxOCAxIDM3IDM0LjUgNTN0NzIuNSAxMC41IDYwLTIyLjV6bS02MjggODI3cTMgMTctMi41IDMwdC0xMS41IDE1cS05IDItOS03IDItNSA1LTYgMTAgMCA3LTE1LTMtMjAgOC0yMCAzIDAgMyAzem00MTktMTk3cS0yIDgtNi41IDExLjV0LTEzIDUtMTQuNSA1LjVxLTUgMy05LjUgOHQtNyA4LTUuNSA2LjUtNCA0LTQtMS41cS0xNC0xNiA3LTQzLjV0MzktMzEuNXE5LTEgMTQuNSA4dDMuNSAyMHptLTE3OCAyMTNxMCAxMS01IDE5LjV0LTExIDEyLjUtOSAzcS02IDAtOC0ydDAtNCA1LTNxMTQtNCAxOC0zMSAwLTMgOCAyIDIgMiAyIDN6bTU0IDIzM3EwIDItMi41IDV0LTkgNy05LjUgNnEtMTUgMTUtMjQgMTUtOS0xLTExLjUtNy41dC0xLTEzLS41LTEyLjVxLTEtNC02LTEwLjV0LTYtOSAzLTguNXE0LTMgOCAwdDExIDkgMTUgOXExIDEgOSAxdDE1IDIgOSA3ek0xNDg2IDYwcTIwLTEyIDMxLTI0LjV0MTItMjQtMi41LTIyLjUtMTUuNS0yMi0yMy41LTE5LjUtMzAtMTguNS0zMS41LTE2LjUtMzItMTUuNS0yNy0xM3EtMzgtMTktODUuNS01NnQtNzUuNS02NHEtMTctMTYtNjgtMTkuNXQtODkgMTQuNXEtMTggOS0yOS41IDIzLjVUMTAwMy0xOTJ0LTIyIDE5LjUtNDcgOS41cS00NCAxLTEzMCAxLTE5IDAtNTctMS41dC01OC0yLjVxLTQ0LTEtNzkuNS0xNVQ1NTYtMjExdC00My41LTI4LjVUNDU5LTI1MXEtMjkgMS0xMTEgMzF0LTE0NiA0M3EtMTkgNC01MSA5LjV0LTUwIDktMzkuNSA5LjVUMjgtMTM0LjUgMTEtMTE1UTEtOTIgMTgtNDguNVQzNiA2cTEgMTYtNCA0MFQyMiA4OC41IDE3LjUgMTI1IDI4IDE1MnExNCAxMiA1NyAxNHQ2MCAxMnEzMCAxOCA0MiAzNXQxMiA1MXEyMS03My0zMi0xMDYtMzItMjAtODMtMTUtMzQgMy00My0xMC0xMy0xNSA1LTU3IDItNiA4LTE4dDguNS0xOFQ2NyAyM3QxLTIycTAtMTUtMTctNDlUMzctOTZxMy0xNyAzNy0yNiAyMC02IDg0LjUtMTguNVQyNTgtMTYxcTI0LTYgNzQtMjJ0ODIuNS0yMyA1NS41LTRxNDMgNiA2NC41IDI4dDIzIDQ4LTcuNSA1OC41LTE5IDUyVDUxMSAxM1EzOTAgMjAzIDM0MiAyNTVxLTY4IDc0LTExMyA0MC0xMS05LTE1IDE1LTMgMTYtMiAzOCAxIDI5IDEwIDUydDI0IDQ3IDIyIDQycTggMjEgMjYuNSA3MnQyOS41IDc4IDMwIDYxIDM5IDU0cTExMCAxNDMgMTI0IDE5NS0xMiAxMTItMTYgMzEwLTIgOTAgMjQgMTUxLjVUNjMxIDE1MTVxMzkgMjEgMTA0IDIxIDUzIDEgMTA2LTEzLjV0ODktNDEuNXE1Ny00MiA5MS41LTEyMS41VDEwNTEgMTIxMnEtNS05NSAzMC0yMTQgMzQtMTEzIDEzMy0yMTggNTUtNTkgOTkuNS0xNjN0NTkuNS0xOTFxOC00OSA1LTg0LjV0LTEyLTU1LjUtMjAtMjJxLTEwLTItMjMuNS0xOXQtMjctMzUuNVQxMjU1IDE3NnQtNjEtMTRxLTE4IDEtMzEuNSA1dC0yMi41IDEzLjUtMTMuNSAxNS41LTExLjUgMjAuNS05IDE5LjVxLTIyIDM3LTQxIDMwdC0yOC00OSA3LTk3cTIwLTcwIDEtMTk1LTEwLTY1IDE4LTEwMC41dDczLTMzIDg1IDM1LjVxNTkgNDkgODkuNSA2Ni41VDE0MTQtNjRxNTMgMTggNzcgMzYuNVQxNTA5LjUgN3QtMjUgMjguNVQxNDMzIDU5cS0zMyAxMS00OS41IDQ4dC0xNSA3Mi41VDEzODQgMjI3cTEtMzEgOC01Ni41dDE0LjUtNDAuNSAyMC41LTI4LjUgMjEtMTkgMjEuNS0xM1QxNDg2IDYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkcmliYmxlIiB1bmljb2RlPSLvhb0iIGQ9Ik0xMDI0IDM2cS00MiAyNDEtMTQwIDQ5OGgtMmwtMi0xcS0xNi02LTQzLTE2LjV0LTEwMS00OS0xMzctODJUNDY4IDI3MSAzNjUgMTIzbC0xNSAxMVE1MzQtMTYgNzY4LTE2cTEzMiAwIDI1NiA1MnpNODM5IDY0M3EtMjEgNDktNTMgMTExLTMxMS05My02NzMtOTMtMS03LTEtMjEgMC0xMjQgNDQtMjM2LjVUMjgwIDIwMnE1MCA4OSAxMjMuNSAxNjYuNVQ1NDYgNDkzdDEzMC41IDgxIDk5LjUgNDhsMzcgMTNxNCAxIDEzIDMuNXQxMyA0LjV6TTczMiA4NTVxLTEyMCAyMTMtMjQ0IDM3OC0xMzgtNjUtMjM0LTE4NlQxMjYgNzc1cTMwMiAwIDYwNiA4MHptNjg0LTMxOXEtMjEwIDYwLTQwOSAyOSA4Ny0yMzkgMTI4LTQ2OSAxMTEgNzUgMTg1IDE4OS41dDk2IDI1MC41em0tODA1IDc0MXEtMSAwLTItMSAxIDEgMiAxem01OTAtMTQ1cS0xODUgMTY0LTQzMyAxNjQtNzYgMC0xNTUtMTkgMTMxLTE3MCAyNDYtMzgyIDY5IDI2IDEzMCA2MC41dDk2LjUgNjEuNSA2NS41IDU3IDM3LjUgNDAuNXptMjIzLTQ4NXEtMyAyMzItMTQ5IDQxMGwtMS0xcS05LTEyLTE5LTI0LjV0LTQzLjUtNDQuNS03MS02MC41LTEwMC02NVQ5MDkgNzk3cTI1LTUzIDQ0LTk1IDItNSA2LjUtMTd0Ny41LTE3cTM2IDUgNzQuNSA3dDczLjUgMiA2OS0xLjUgNjQtNCA1Ni41LTUuNSA0OC02LjUgMzYuNS02IDI1LTQuNXptMTEyLTdxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNreXBlIiB1bmljb2RlPSLvhb4iIGQ9Ik0xMTczIDQ3M3EwIDUwLTE5LjUgOTEuNVQxMTA1IDYzM3QtNzMgNDktODIuNSAzNC04Ny41IDIzbC0xMDQgMjRxLTMwIDctNDQgMTAuNVQ2NzkgNzg1dC0zMCAxNi0xNi41IDIxLTcuNSAzMHEwIDc3IDE0NCA3NyA0MyAwIDc3LTEydDU0LTI4LjUgMzgtMzMuNSA0MC0yOSA0OC0xMnE0NyAwIDc1LjUgMzJ0MjguNSA3N3EwIDU1LTU2IDk5LjVUOTMyIDEwOTB0LTE4MiAyM3EtNjggMC0xMzItMTUuNXQtMTE5LjUtNDctODktODdUMzc2IDgzNXEwLTYxIDE5LTEwNi41dDU2LTc1LjUgODAtNDguNVQ2MzQgNTcybDE0Ni0zNnE5MC0yMiAxMTItMzYgMzItMjAgMzItNjAgMC0zOS00MC02NC41VDc3OSAzNTBxLTUxIDAtOTEuNSAxNnQtNjUgMzguNS00NS41IDQ1LTQ2IDM4LjUtNTQgMTZxLTUwIDAtNzUuNS0zMFQzNzYgMzk5cTAtOTIgMTIyLTE1Ny41VDc4OSAxNzZxNzMgMCAxNDAgMTguNXQxMjIuNSA1My41IDg4LjUgOTMuNSAzMyAxMzEuNXptMzYzLTIxN3EwLTE1OS0xMTIuNS0yNzEuNVQxMTUyLTEyOHEtMTMwIDAtMjM0IDgwLTc3LTE2LTE1MC0xNi0xNDMgMC0yNzMuNSA1NS41dC0yMjUgMTUwLTE1MCAyMjVUNjQgNjQwcTAgNzMgMTYgMTUwUTAgODk0IDAgMTAyNHEwIDE1OSAxMTIuNSAyNzEuNVQzODQgMTQwOHExMzAgMCAyMzQtODAgNzcgMTYgMTUwIDE2IDE0MyAwIDI3My41LTU1LjV0MjI1LTE1MCAxNTAtMjI1VDE0NzIgNjQwcTAtNzMtMTYtMTUwIDgwLTEwNCA4MC0yMzR6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZvdXJzcXVhcmUiIHVuaWNvZGU9Iu+GgCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMDAwIDExMDJsMzcgMTk0cTUgMjMtOSA0MHQtMzUgMTdIMjgxcS0yMyAwLTM4LjUtMTd0LTE1LjUtMzdWMTk4cTAtNyA2LTFsMjkxIDM1MnEyMyAyNiAzOCAzMy41dDQ4IDcuNWgyMzlxMjIgMCAzNyAxNC41dDE4IDI5LjVxMjQgMTMwIDM3IDE5MSA0IDIxLTExLjUgNDBUODkzIDg4NEg1OTlxLTI5IDAtNDggMTl0LTE5IDQ4djQycTAgMjkgMTkgNDcuNXQ0OCAxOC41aDM0NnExOCAwIDM1IDEzLjV0MjAgMjkuNXptMjI3IDIyMnEtMTUtNzMtNTMuNS0yNjYuNXQtNjkuNS0zNTAtMzUtMTczLjVxLTYtMjItOS0zMi41dC0xNC0zMi41LTI0LjUtMzMtMzguNS0yMS01OC0xMEg2NTRxLTEzIDAtMjItMTAtOC05LTQyNi00OTQtMjItMjUtNTguNS0yOC41VDk5LTEyMnEtNTUgMjItNTUgOTh2MTQxMHEwIDU1IDM4IDEwMi41dDEyMCA0Ny41aDg4OHE5NSAwIDEyNy01M3QxMC0xNTl6bTAgMGwtMTU4LTc5MHE0IDE3IDM1IDE3My41dDY5LjUgMzUwVDEyMjcgMTMyNHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHJlbGxvIiB1bmljb2RlPSLvhoEiIGQ9Ik03MDQgMTkydjEwMjRxMCAxNC05IDIzdC0yMyA5SDE5MnEtMTQgMC0yMy05dC05LTIzVjE5MnEwLTE0IDktMjN0MjMtOWg0ODBxMTQgMCAyMyA5dDkgMjN6bTY3MiAzODR2NjQwcTAgMTQtOSAyM3QtMjMgOUg4NjRxLTE0IDAtMjMtOXQtOS0yM1Y1NzZxMC0xNCA5LTIzdDIzLTloNDgwcTE0IDAgMjMgOXQ5IDIzem0xNjAgNzY4Vi02NHEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwLTY0djE0MDhxMCAyNiAxOSA0NXQ0NSAxOWgxNDA4cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZlbWFsZSIgdW5pY29kZT0i74aCIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEyODAgNDgwcTAtNDAtMjgtNjh0LTY4LTI4cS01MSAwLTgwIDQzTDg3NyA3NjhoLTQ1VjYzNmwyNDctNDExcTktMTUgOS0zMyAwLTI2LTE5LTQ1dC00NS0xOUg4MzJ2LTI3MnEwLTQ2LTMzLTc5dC03OS0zM0g1NjBxLTQ2IDAtNzkgMzN0LTMzIDc5djI3MkgyNTZxLTI2IDAtNDUgMTl0LTE5IDQ1cTAgMTggOSAzM2wyNDcgNDExdjEzMmgtNDVMMTc2IDQyN3EtMjktNDMtODAtNDMtNDAgMC02OCAyOFQwIDQ4MHEwIDI5IDE2IDUzbDI1NiAzODRxNzMgMTA3IDE3NiAxMDdoMzg0cTEwMyAwIDE3Ni0xMDdsMjU2LTM4NHExNi0yNCAxNi01M3ptLTQxNiA4MDBxMC05My02NS41LTE1OC41VDY0MCAxMDU2dC0xNTguNSA2NS41VDQxNiAxMjgwdDY1LjUgMTU4LjVUNjQwIDE1MDR0MTU4LjUtNjUuNVQ4NjQgMTI4MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWFsZSIgdW5pY29kZT0i74aDIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMjQgODMyVjQxNnEwLTQwLTI4LTY4dC02OC0yOC02OCAyOC0yOCA2OHYzNTJoLTY0di05MTJxMC00Ni0zMy03OXQtNzktMzMtNzkgMzMtMzMgNzl2NDY0aC02NHYtNDY0cTAtNDYtMzMtNzl0LTc5LTMzLTc5IDMzLTMzIDc5djkxMmgtNjRWNDE2cTAtNDAtMjgtNjh0LTY4LTI4LTY4IDI4LTI4IDY4djQxNnEwIDgwIDU2IDEzNnQxMzYgNTZoNjQwcTgwIDAgMTM2LTU2dDU2LTEzNnptLTI4OCA0NDhxMC05My02NS41LTE1OC41VDUxMiAxMDU2dC0xNTguNSA2NS41VDI4OCAxMjgwdDY1LjUgMTU4LjVUNTEyIDE1MDR0MTU4LjUtNjUuNVQ3MzYgMTI4MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZ2l0dGlwIiB1bmljb2RlPSLvhoQiIGQ9Ik03NzMgMjM0bDM1MCA0NzNxMTYgMjIgMjQuNSA1OXQtNiA4NS02MS41IDc5cS00MCAyNi04MyAyNS41VDkyMy41IDkzOCA4NjkgODkzcS0zNi00MC05Ni00MC01OSAwLTk1IDQwLTI0IDI4LTU0LjUgNDVUNTUwIDk1NS41IDQ2NiA5MzBxLTQ2LTMxLTYwLjUtNzl0LTYtODUgMjQuNS01OXptNzYzIDQwNnEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3VuIiB1bmljb2RlPSLvhoUiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTQ3MiA2NDBxMCAxMTctNDUuNSAyMjMuNXQtMTIzIDE4NC0xODQgMTIzVDg5NiAxMjE2dC0yMjMuNS00NS41LTE4NC0xMjMtMTIzLTE4NFQzMjAgNjQwdDQ1LjUtMjIzLjUgMTIzLTE4NCAxODQtMTIzVDg5NiA2NHQyMjMuNSA0NS41IDE4NCAxMjMgMTIzIDE4NFQxNDcyIDY0MHptMjc2LTI3N3EtNC0xNS0yMC0yMGwtMjkyLTk2Vi01OXEwLTE2LTEzLTI2LTE1LTEwLTI5LTRMMTEwMiA1IDkyMi0yNDNxLTEwLTEzLTI2LTEzdC0yNiAxM0w2OTAgNSAzOTgtODlxLTE0LTYtMjkgNC0xMyAxMC0xMyAyNnYzMDZMNjQgMzQzcS0xNiA1LTIwIDIwLTUgMTcgNCAyOWwxODAgMjQ4TDQ4IDg4OHEtOSAxMy00IDI5IDQgMTUgMjAgMjBsMjkyIDk2djMwNnEwIDE2IDEzIDI2IDE1IDEwIDI5IDRsMjkyLTk0IDE4MCAyNDhxOSAxMiAyNiAxMnQyNi0xMmwxODAtMjQ4IDI5MiA5NHExNCA2IDI5LTQgMTMtMTAgMTMtMjZ2LTMwNmwyOTItOTZxMTYtNSAyMC0yMCA1LTE2LTQtMjlsLTE4MC0yNDggMTgwLTI0OHE5LTEyIDQtMjl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zNjYiIHVuaWNvZGU9Iu+GhiIgZD0iTTEyNjIgMjMzcS01NC05LTExMC05LTE4MiAwLTMzNyA5MFQ1NzAgNTU5dC05MCAzMzdxMCAxOTIgMTA0IDM1Ny0yMDEtNjAtMzI4LjUtMjI5VDEyOCA2NDBxMC0xMzAgNTEtMjQ4LjV0MTM2LjUtMjA0VDUxOS41IDUxIDc2OCAwcTE0NCAwIDI3My41IDYxLjVUMTI2MiAyMzN6bTIwMyA4NXEtOTQtMjAzLTI4My41LTMyNC41VDc2OC0xMjhxLTE1NiAwLTI5OCA2MVQyMjUgOTcgNjEgMzQyIDAgNjQwcTAgMTUzIDU3LjUgMjkyLjV0MTU2IDI0MS41VDQ0OSAxMzM4LjV0MjkwIDY4LjVxNDQgMiA2MS0zOSAxOC00MS0xNS03Mi04Ni03OC0xMzEuNS0xODEuNVQ2MDggODk2cTAtMTQ4IDczLTI3M3QxOTgtMTk4IDI3My03M3ExMTggMCAyMjggNTEgNDEgMTggNzItMTMgMTQtMTQgMTcuNS0zNHQtNC41LTM4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcmNoaXZlIiB1bmljb2RlPSLvhociIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTA4OCA3MDRxMCAyNi0xOSA0NXQtNDUgMTlINzY4cS0yNiAwLTQ1LTE5dC0xOS00NSAxOS00NSA0NS0xOWgyNTZxMjYgMCA0NSAxOXQxOSA0NXptNTc2IDE5MlYtNjRxMC0yNi0xOS00NXQtNDUtMTlIMTkycS0yNiAwLTQ1IDE5dC0xOSA0NXY5NjBxMCAyNiAxOSA0NXQ0NSAxOWgxNDA4cTI2IDAgNDUtMTl0MTktNDV6bTY0IDQ0OHYtMjU2cTAtMjYtMTktNDV0LTQ1LTE5SDEyOHEtMjYgMC00NSAxOXQtMTkgNDV2MjU2cTAgMjYgMTkgNDV0NDUgMTloMTUzNnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJidWciIHVuaWNvZGU9Iu+GiCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjMyIDU3NnEwLTI2LTE5LTQ1dC00NS0xOWgtMjI0cTAtMTcxLTY3LTI5MGwyMDgtMjA5cTE5LTE5IDE5LTQ1dC0xOS00NXEtMTgtMTktNDUtMTl0LTQ1IDE5bC0xOTggMTk3cS01LTUtMTUtMTN0LTQyLTI4LjUtNjUtMzYuNS04Mi0yOS05Ny0xM3Y4OTZINzY4VjBxLTUxIDAtMTAxLjUgMTMuNXQtODcgMzMtNjYgMzlUNDcwIDExOGwtMTUgMTRMMjcyLTc1cS0yMC0yMS00OC0yMS0yNCAwLTQzIDE2LTE5IDE4LTIwLjUgNDQuNVQxNzYgMTFsMjAyIDIyN3EtNTggMTE0LTU4IDI3NEg5NnEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDUgNDUgMTloMjI0djI5NGwtMTczIDE3M3EtMTkgMTktMTkgNDV0MTkgNDUgNDUgMTkgNDUtMTlsMTczLTE3M2g4NDRsMTczIDE3M3ExOSAxOSA0NSAxOXQ0NS0xOSAxOS00NS0xOS00NWwtMTczLTE3M1Y2NDBoMjI0cTI2IDAgNDUtMTl0MTktNDV6bS00ODAgNTc2SDUxMnEwIDEzMyA5My41IDIyNi41VDgzMiAxNDcydDIyNi41LTkzLjVUMTE1MiAxMTUyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ2ayIgdW5pY29kZT0i74aJIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTE5MTcgMTAxNnEyMy02NC0xNTAtMjk0LTI0LTMyLTY1LTg1LTQwLTUxLTU1LTcydC0zMC41LTQ5LjUtMTItNDIgMTMtMzQuNSAzMi41LTQzIDU3LTUzcTQtMiA1LTQgMTQxLTEzMSAxOTEtMjIxIDMtNSA2LjUtMTIuNXQ3LTI2LjUtLjUtMzQtMjUtMjcuNVQxODMyIDVsLTI1Ni00cS0yNC01LTU2IDV0LTUyIDIybC0yMCAxMnEtMzAgMjEtNzAgNjR0LTY4LjUgNzcuNS02MSA1OFQxMTkyIDI1NXEtMy0xLTgtMy41dC0xNy0xNC41LTIxLjUtMjkuNS0xNy01MlQxMTIyIDc4cTAtMTUtMy41LTI3LjVUMTExMSAzMmwtNC01cS0xOC0xOS01My0yMkg5MzlxLTcxLTQtMTQ2IDE2LjV0LTEzMS41IDUzLTEwMyA2NlQ0ODggMTk4bC0yNSAyNHEtMTAgMTAtMjcuNSAzMFQzNjQgMzQzIDI1OCA0OTQgMTM1LjUgNzA1IDUgOTc3cS02IDE2LTYgMjd0MyAxNmw0IDZxMTUgMTkgNTcgMTlsMjc0IDJxMTItMiAyMy02LjV0MTYtOC41bDUtM3ExNi0xMSAyNC0zMiAyMC01MCA0Ni0xMDMuNXQ0MS04MS41bDE2LTI5cTI5LTYwIDU2LTEwNHQ0OC41LTY4LjVUNjU0IDU3MnQzNC0xNCAyNyA1cTIgMSA1IDV0MTIgMjIgMTMuNSA0NyA5LjUgODEgMCAxMjVxLTIgNDAtOSA3M3QtMTQgNDZsLTYgMTJxLTI1IDM0LTg1IDQzLTEzIDIgNSAyNCAxNiAxOSAzOCAzMCA1MyAyNiAyMzkgMjQgODItMSAxMzUtMTMgMjAtNSAzMy41LTEzLjV0MjAuNS0yNCAxMC41LTMyIDMuNS00NS41LTEtNTUtMi41LTcwLjUtMS41LTgyLjVxMC0xMS0xLTQydC0uNS00OCAzLjUtNDAuNSAxMS41LTM5VDExNTcgNTY1cTgtMiAxNy00dDI2IDExIDM4IDM0LjUgNTIgNjcgNjggMTA3LjVxNjAgMTA0IDEwNyAyMjUgNCAxMCAxMCAxNy41dDExIDEwLjVsNCAzIDUgMi41IDEzIDMgMjAgLjUgMjg4IDJxMzkgNSA2NC0yLjV0MzEtMTYuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0id2VpYm8iIHVuaWNvZGU9Iu+GiiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NzUgMjUycTIxIDM0IDExIDY5dC00NSA1MHEtMzQgMTQtNzMgMXQtNjAtNDZxLTIyLTM0LTEzLTY4LjV0NDMtNTAuNSA3NC41LTIuNVQ2NzUgMjUyem05NCAxMjFxOCAxMyAzLjUgMjYuNVQ3NTUgNDE4cS0xNCA1LTI4LjUtLjVUNzA1IDM5OXEtMTctMzEgMTMtNDUgMTQtNSAyOSAuNXQyMiAxOC41em0xNzQtMTA3cS00NS0xMDItMTU4LTE1MHQtMjI0LTEycS0xMDcgMzQtMTQ3LjUgMTI2LjVUNDIwIDQxOHE0NyA5MyAxNTEuNSAxMzlUNzgyIDU3NnExMTEtMjkgMTU4LjUtMTE5LjVUOTQzIDI2NnptMzEyIDE2MHEtOSA5Ni04OSAxNzBUOTU3LjUgNzA1IDY4MyA3MjZxLTIyMy0yMy0zNjkuNS0xNDEuNVQxODEgMzIwcTktOTYgODktMTcwVDQ3OC41IDQxIDc1MyAyMHEyMjMgMjMgMzY5LjUgMTQxLjVUMTI1NSA0MjZ6bTMwOC00cTAtNjgtMzctMTM5LjV0LTEwOS0xMzdUMTI0OC41IDI4dC0yMjYtODNUNzUyLTg2IDQ3Ny01Mi41dC0yNDAuNSA5M1Q2NSAxOTEuNSAwIDM5MXEwIDExNSA2OS41IDI0NVQyNjcgODk0cTE2OSAxNjkgMzQxLjUgMjM2dDI0Ni41LTdxNjUtNjQgMjAtMjA5LTQtMTQtMS0yMHQxMC03IDE0LjUuNVQ5MTIgODkxbDYgMnExMzkgNTkgMjQ2IDU5dDE1My02MXE0NS02MyAwLTE3OC0yLTEzLTQuNS0yMHQ0LjUtMTIuNSAxMi03LjUgMTctNnE1Ny0xOCAxMDMtNDd0ODAtODEuNSAzNC0xMTYuNXptLTc0IDYyNHE0Mi00NyA1NC41LTEwOC41VDE1MzcgODIwcS04LTIzLTI5LjUtMzR0LTQ0LjUtNHEtMjMgOC0zNCAyOS41dC00IDQ0LjVxMjAgNjMtMjQgMTExdC0xMDcgMzVxLTI0LTUtNDUgOHQtMjUgMzdxLTUgMjQgOCA0NC41dDM3IDI1LjVxNjAgMTMgMTE5LTUuNXQxMDEtNjUuNXptMTgxIDE2M3E4Ny05NiAxMTIuNS0yMjIuNVQxNzY5IDc0NXEtOS0yNy0zNC00MHQtNTItNC00MCAzNC01IDUycTI4IDgyIDEwIDE3MnQtODAgMTU4cS02MiA2OS0xNDggOTUuNXQtMTczIDguNXEtMjgtNi01MiA5LjV0LTMwIDQzLjUgOS41IDUxLjUgNDMuNSAyOS41cTEyMyAyNiAyNDQtMTEuNXQyMDgtMTM0LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlbnJlbiIgdW5pY29kZT0i74aLIiBkPSJNMTEzMy0zNHEtMTcxLTk0LTM2OC05NC0xOTYgMC0zNjcgOTQgMTM4IDg3IDIzNS41IDIxMVQ3NjUgNDQ1cTM1LTE0NCAxMzIuNS0yNjhUMTEzMy0zNHpNNjM4IDEzOTRWOTA5cTAtMjUyLTEyNi41LTQ1OS41VDE4MSAxNDNRMCAzNTggMCA2MzhxMCAxODcgODMuNSAzNDkuNVQzMTMgMTI1N3QzMjUgMTM3em04OTgtNzU2cTAtMjgwLTE4MS00OTUtMjA0IDk5LTMzMC41IDMwNi41VDg5OCA5MDl2NDg1cTE3OS0zMCAzMjUtMTM3dDIyOS41LTI2OS41VDE1MzYgNjM4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzcyIiB1bmljb2RlPSLvhowiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMTQwMiA0MzNxLTMyLTgwLTc2LTEzOHQtOTEtODguNS05OS00Ni41LTEwMS41LTE0LjVUOTM4IDE1NHQtODYuNSAyMi02OS41IDI3LjUtNDYgMjIuNWwtMTcgMTBRNjA2IDggNDI5LjUtMTIzLjVUNDUtMjU2cS0xOSAwLTMyIDEzVDAtMjExdDEzIDMxLjVUNDUtMTY3cTE3MyAxIDMyMi41IDEwNy41VDYxOSAyMzVxLTM2LTE0LTcyLTIzdC04My0xMy05MSAyLjUtOTMgMjguNS05MiA1OS04NC41IDEwMFQyOSA1MzVxMTE0IDQ3IDIxNCA1N3QxNjcuNS03LjVUNTM1IDUyOHQ4OC41LTc3IDU2LjUtODJxNTMgMTMxIDc5IDI5MS03LTEtMTgtMi41dC00Ni41LTIuNS02OS41LjUtODEuNSAxMC04OC41IDIzLTg0IDQyLjUtNzUgNjUtNTQuNSA5NC41VDIxMyAxMDE4cTcwIDI4IDEzMy41IDM2LjV0MTEyLjUtMSA5Mi0zMCA3My41LTUwIDU2LTYxIDQyLTYzIDI3LjUtNTYgMTYtMzkuNWw0LTE2cTEyIDEyMiAxMiAxOTUtOCA2LTIxLjUgMTZ0LTQ5IDQ0LjVUNjQ4IDEwNjV0LTU0IDkzLTMzIDExMi41IDEyIDEyNyA3MCAxMzguNXE3My0yNSAxMjcuNS02MS41VDg1NSAxMzk4dDQ4LTg1IDIwLjUtODktLjUtODUuNS0xMy03Ni41LTE5LTYyLTE3LTQybC03LTE1cTEtNCAxLTUwdC0xLTcycTMgNyAxMCAxOC41dDMwLjUgNDMgNTAuNSA1OCA3MSA1NS41IDkxLjUgNDQuNSAxMTIgMTQuNSAxMzIuNS0yNHEtMi03OC0yMS41LTE0MS41dC01MC0xMDQuNS02OS41LTcxLjUtODEuNS00NS41LTg0LjUtMjQtODAtOS41LTY3LjUgMVQ4NjQgNjQwbC0xNyAzcS0yMy0xNDctNzMtMjgzIDYgNyAxOCAxOC41dDQ5LjUgNDFUOTE5IDQ3MnQ5OS41IDQyIDExNy41IDIwIDEyOS0yMy41IDEzNy03Ny41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdGFja19leGNoYW5nZSIgdW5pY29kZT0i74aNIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEyNTkgMjgzdi02NnEwLTg1LTU3LjUtMTQ0LjVUMTA2MyAxM2gtNTdMNzQ2LTI1NlYxM0gyMTdxLTgxIDAtMTM4LjUgNTkuNVQyMSAyMTd2NjZoMTIzOHptMCAzMjZWMzU0SDIxdjI1NWgxMjM4em0wIDMyOFY2ODJIMjF2MjU1aDEyMzh6bTAgMTQwdi02N0gyMXY2N3EwIDg0IDU3LjUgMTQzLjVUMjE3IDEyODBoODQ2cTgxIDAgMTM4LjUtNTkuNVQxMjU5IDEwNzd6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zNzQiIHVuaWNvZGU9Iu+GjiIgZD0iTTExNTIgNjQwcTAtMTQtOS0yM0w4MjMgMjk3cS05LTktMjMtOS0xMyAwLTIyLjUgOS41VDc2OCAzMjB2MTkySDQxNnEtMTMgMC0yMi41IDkuNVQzODQgNTQ0djE5MnEwIDEzIDkuNSAyMi41VDQxNiA3NjhoMzUydjE5MnEwIDE0IDkgMjN0MjMgOXExMiAwIDI0LTEwbDMxOS0zMTlxOS05IDktMjN6bTE2MCAwcTAgMTQ4LTczIDI3M3QtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzN6bTIyNCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvd19jaXJjbGVfYWx0X2xlZnQiIHVuaWNvZGU9Iu+GkCIgZD0iTTExNTIgNzM2VjU0NHEwLTEzLTkuNS0yMi41VDExMjAgNTEySDc2OFYzMjBxMC0xNC05LTIzdC0yMy05cS0xMiAwLTI0IDEwTDM5MyA2MTdxLTkgOS05IDIzdDkgMjNsMzIwIDMyMHE5IDkgMjMgOSAxMyAwIDIyLjUtOS41VDc2OCA5NjBWNzY4aDM1MnExMyAwIDIyLjUtOS41dDkuNS0yMi41em0xNjAtOTZxMCAxNDgtNzMgMjczdC0xOTggMTk4LTI3MyA3My0yNzMtNzMtMTk4LTE5OC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczIDI3MyA3MyAxOTggMTk4IDczIDI3M3ptMjI0IDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zNzYiIHVuaWNvZGU9Iu+GkSIgZD0iTTEwMjQgOTYwVjMyMHEwLTI2LTE5LTQ1dC00NS0xOXEtMjAgMC0zNyAxMkw0NzUgNTg4cS0yNyAxOS0yNyA1MnQyNyA1Mmw0NDggMzIwcTE3IDEyIDM3IDEyIDI2IDAgNDUtMTl0MTktNDV6bTI1Ni04MDB2OTYwcTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDI4OHEtMTMgMC0yMi41LTkuNVQyNTYgMTEyMFYxNjBxMC0xMyA5LjUtMjIuNVQyODggMTI4aDk2MHExMyAwIDIyLjUgOS41dDkuNSAyMi41em0yNTYgOTYwVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImRvdF9jaXJjbGVfYWx0IiB1bmljb2RlPSLvhpIiIGQ9Ik0xMDI0IDY0MHEwLTEwNi03NS0xODF0LTE4MS03NS0xODEgNzUtNzUgMTgxIDc1IDE4MSAxODEgNzUgMTgxLTc1IDc1LTE4MXptLTI1NiA1NDRxLTE0OCAwLTI3My03M1QyOTcgOTEzdC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczIDI3MyA3MyAxOTggMTk4IDczIDI3My03MyAyNzMtMTk4IDE5OC0yNzMgNzN6bTc2OC01NDRxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zNzgiIHVuaWNvZGU9Iu+GkyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xMDIzIDM0OWwxMDItMjA0cS01OC0xNzktMjEwLTI5MFQ1NzYtMjU2cS0xNTYgMC0yODguNSA3Ny41dC0yMTAgMjEwVDAgMzIwcTAgMTgxIDEwNC41IDMzMFQzNzkgODYxbDE3LTEzMXEtMTIyLTU0LTE5NS0xNjUuNVQxMjggMzIwcTAtMTg1IDEzMS41LTMxNi41VDU3Ni0xMjhxMTI2IDAgMjMyLjUgNjV0MTY1IDE3NS41VDEwMjMgMzQ5em01NDgtMTAwbDU4LTExNEwxMzczIDdxLTEzLTctMjktNy00MCAwLTU3IDM1bC0yMzkgNDc3SDU3NnEtMjQgMC00Mi41IDE2LjVUNTEyIDU2OWwtOTYgNzc5cS0yIDE3IDYgNDIgMTQgNTEgNTcgODIuNXQ5NyAzMS41cTY2IDAgMTEzLTQ3dDQ3LTExM3EwLTY5LTUyLTExNy41VDU2NCAxMTg1bDM3LTI4OWg0MjNWNzY4SDYxN2wxNi0xMjhoNDU1cTQwIDAgNTctMzVsMjI4LTQ1NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idmltZW9fc3F1YXJlIiB1bmljb2RlPSLvhpQiIGQ9Ik0xMjkyIDg5OHExMCAyMTYtMTYxIDIyMi0yMzEgOC0zMTItMjYxIDQ0IDE5IDgyIDE5IDg1IDAgNzQtOTYtNC01Ny03NC0xNjdUNzk2IDUwNXEtNDMgMC04MiAxNjktMTMgNTQtNDUgMjU1LTMwIDE4OS0xNjAgMTc3LTU5LTctMTY0LTEwMGwtODEtNzItODEtNzIgNTItNjdxNzYgNTIgODcgNTIgNTcgMCAxMDctMTc5IDE1LTU1IDQ1LTE2NC41VDUxOSAzMzlxNjgtMTc5IDE2NC0xNzkgMTU3IDAgMzgzIDI5NCAyMjAgMjgzIDIyNiA0NDR6bTI0NCAyMjJWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM4MCIgdW5pY29kZT0i74aVIiBob3Jpei1hZHYteD0iMTE1MiIgZD0iTTExNTIgNzA0cTAtMTkxLTk0LjUtMzUzVDgwMSA5NC41IDQ0OCAwSDI4OHEtMTQgMC0yMyA5dC05IDIzdjYxMUw0MSA1NzdxLTMtMS05LTEtMTAgMC0xOSA2LTEzIDEwLTEzIDI2djEyOHEwIDIzIDIzIDMxbDIzMyA3MXY5M0w0MSA4NjVxLTMtMS05LTEtMTAgMC0xOSA2LTEzIDEwLTEzIDI2djEyOHEwIDIzIDIzIDMxbDIzMyA3MXYyNTBxMCAxNCA5IDIzdDIzIDloMTYwcTE0IDAgMjMtOXQ5LTIzdi0xODFsMzc1IDExNnExNSA1IDI4LTV0MTMtMjZ2LTEyOHEwLTIzLTIzLTMxbC0zOTMtMTIxdi05M2wzNzUgMTE2cTE1IDUgMjgtNXQxMy0yNlY4NjRxMC0yMy0yMy0zMUw0ODAgNzEyVjIyNXExODggMTMgMzE4IDE1MXQxMzAgMzI4cTAgMTQgOSAyM3QyMyA5aDE2MHExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGx1c19zcXVhcmVfbyIgdW5pY29kZT0i74aWIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTExNTIgNzM2di02NHEwLTE0LTktMjN0LTIzLTlINzY4VjI4OHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MzUySDI4OHEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDM1MnYzNTJxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjNWNzY4aDM1MnExNCAwIDIzLTl0OS0yM3ptMTI4LTQ0OHY4MzJxMCA2Ni00NyAxMTN0LTExMyA0N0gyODhxLTY2IDAtMTEzLTQ3dC00Ny0xMTNWMjg4cTAtNjYgNDctMTEzdDExMy00N2g4MzJxNjYgMCAxMTMgNDd0NDcgMTEzem0xMjggODMyVjI4OHEwLTExOS04NC41LTIwMy41VDExMjAgMEgyODhRMTY5IDAgODQuNSA4NC41VDAgMjg4djgzMnEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDgzMnExMTkgMCAyMDMuNS04NC41VDE0MDggMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM4MiIgdW5pY29kZT0i74aXIiBob3Jpei1hZHYteD0iMjE3NiIgZD0iTTYyMCA0MTZxLTExMC02NC0yNjgtNjRIMjI0djY0aC02NHEtMTMgMC0yMi41IDIzLjVUMTI4IDQ5NnEwIDI0IDcgNDktNTggMi05Ni41IDEwLjVUMCA1NzZ0MzguNSAyMC41VDEzNSA2MDdxLTcgMjUtNyA0OSAwIDMzIDkuNSA1Ni41VDE2MCA3MzZoNjR2NjRoMTI4cTE1OCAwIDI2OC02NGgxMTEzcTQyLTcgMTA2LjUtMTh0ODAuNS0xNHE4OS0xNSAxNTAtNDAuNXQ4My41LTQ3LjUgMjIuNS00MC0yMi41LTQwLTgzLjUtNDcuNS0xNTAtNDAuNXEtMTYtMy04MC41LTE0VDE3MzMgNDE2SDYyMHptMTExOSAyNTJxNTMtMzYgNTMtOTJ0LTUzLTkybDgxLTMwcTY4IDQ4IDY4IDEyMnQtNjggMTIyek02MjUgNDAwaDEwMTVxLTIxNy0zOC00NTYtODAtNTcgMC0xMTMtMjR0LTgzLTQ4bC0yOC0yNEw2NzItNjRxLTI2LTI2LTcwLjUtNDVUNTEyLTEyOGgtOTZsLTkzIDQ2NGgyOXExNTcgMCAyNzMgNjR6TTM1MiA4MTZoLTI5bDkzIDQ2NGg5NnE0NiAwIDkwLTE5dDcwLTQ1bDI4OC0yODhxNC00IDExLTEwLjV0MzAuNS0yMyA0OC41LTI5IDYxLjUtMjNUMTE4NCA4MzJsNDU2LTgwSDYyNXEtMTE2IDY0LTI3MyA2NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM4MyIgdW5pY29kZT0i74aYIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE1MTkgNzYwcTYyIDAgMTAzLjUtNDAuNVQxNjY0IDYxOHEwLTk3LTkzLTEzMGwtMTcyLTU5IDU2LTE2N3E3LTIxIDctNDcgMC01OS00Mi0xMDJ0LTEwMS00M3EtNDcgMC04NS41IDI3dC01My41IDcybC01NSAxNjUtMzEwLTEwNiA1NS0xNjRxOC0yNCA4LTQ3IDAtNTktNDItMTAydC0xMDItNDNxLTQ3IDAtODUgMjd0LTUzIDcybC01NSAxNjMtMTUzLTUzcS0yOS05LTUwLTktNjEgMC0xMDEuNSA0MFQxOTYgMjEzcTAgNDcgMjcuNSA4NXQ3MS41IDUzbDE1NiA1My0xMDUgMzEzLTE1Ni01NHEtMjYtOC00OC04LTYwIDAtMTAxIDQwLjVUMCA3OTZxMCA0NyAyNy41IDg1VDk5IDkzNGwxNTcgNTMtNTMgMTU5cS04IDI0LTggNDcgMCA2MCA0MiAxMDIuNXQxMDIgNDIuNXE0NyAwIDg1LTI3dDUzLTcybDU0LTE2MCAzMTAgMTA1LTU0IDE2MHEtOCAyNC04IDQ3IDAgNTkgNDIuNSAxMDJ0MTAxLjUgNDNxNDcgMCA4NS41LTI3LjV0NTMuNS03MS41bDUzLTE2MSAxNjIgNTVxMjEgNiA0MyA2IDYwIDAgMTAyLjUtMzkuNXQ0Mi41LTk4LjVxMC00NS0zMC04MS41dC03NC01MS41bC0xNTctNTQgMTA1LTMxNiAxNjQgNTZxMjQgOCA0NiA4ek03MjUgNDk4bDMxMCAxMDUtMTA1IDMxNS0zMTAtMTA3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzg0IiB1bmljb2RlPSLvhpkiIGQ9Ik0xMjQ4IDE0MDhxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHptMzItMTA1NnY0MzZxLTMxLTM1LTY0LTU1LTM0LTIyLTEzMi41LTg1VDkzMiA1NDlxLTk4LTY5LTE2NC02OXQtMTY0IDY5cS00NyAzMi0xNDIgOTIuNVQzMjAgNzM0cS0xMiA4LTMzIDI3dC0zMSAyN1YzNTJxMC00MCAyOC02OHQ2OC0yOGg4MzJxNDAgMCA2OCAyOHQyOCA2OHptMCA1NzNxMCA0MS0yNy41IDcwdC02OC41IDI5SDM1MnEtNDAgMC02OC0yOHQtMjgtNjhxMC0zNyAzMC41LTc2LjVUMzU0IDc4N3E0Ny0zMiAxMzcuNS04OVQ2MjEgNjE1cTMtMiAxNy0xMS41dDIxLTE0IDIxLTEzIDIzLjUtMTNUNzI1IDU1NHQyMi41LTcuNVQ3NjggNTQ0dDIwLjUgMi41VDgxMSA1NTR0MjEuNSA5LjUgMjMuNSAxMyAyMSAxMyAyMSAxNCAxNyAxMS41bDI2NyAxNzRxMzUgMjMgNjYuNSA2Mi41VDEyODAgOTI1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzg1IiB1bmljb2RlPSLvhpoiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI3IDY0MHEwIDE2MyA2NyAzMTNMNTYxLTUyUTM2NSA0MyAyNDYgMjI5VDEyNyA2NDB6bTEyODggMzlxMC0xOS0yLjUtMzguNXQtMTAtNDkuNS0xMS41LTQ0LTE3LjUtNTktMTcuNS01OGwtNzYtMjU2LTI3OCA4MjZxNDYgMyA4OCA4IDE5IDIgMjYgMTguNXQtMi41IDMxLTI4LjUgMTMuNWwtMjA1LTEwcS03NSAxLTIwMiAxMC0xMiAxLTIwLjUtNXQtMTEuNS0xNS0xLjUtMTguNSA5LTE2LjUgMTkuNS04bDgwLTggMTIwLTMyOC0xNjgtNTA0LTI4MCA4MzJxNDYgMyA4OCA4IDE5IDIgMjYgMTguNXQtMi41IDMxVDUwOCAxMDcxbC0yMDUtMTBxLTcgMC0yMyAuNXQtMjYgLjVxMTA1IDE2MCAyNzQuNSAyNTMuNVQ4OTYgMTQwOXExNDcgMCAyODAuNS01M3QyMzguNS0xNDloLTEwcS01NSAwLTkyLTQwLjV0LTM3LTk1LjVxMC0xMiAyLTI0dDQtMjEuNSA4LTIzIDktMjEgMTItMjIuNSAxMi41LTIxIDE0LjUtMjQgMTQtMjNxNjMtMTA3IDYzLTIxMnpNOTA5IDU3M2wyMzctNjQ3cTEtNiA1LTExLTEyNi00NC0yNTUtNDQtMTEyIDAtMjE3IDMyem02NjEgNDM2cTk1LTE3NCA5NS0zNjkgMC0yMDktMTA0LTM4NS41VDEyODItMjRsMjM1IDY3OHE1OSAxNjkgNTkgMjc2IDAgNDItNiA3OXptLTY3NCA1MjdxMTgyIDAgMzQ4LTcxdDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDgtNzEtMzQ4VDE1MzAgNnQtMjg2LTE5MS0zNDgtNzEtMzQ4IDcxVDI2MiA2IDcxIDI5MiAwIDY0MHQ3MSAzNDggMTkxIDI4NiAyODYgMTkxIDM0OCA3MXptMC0xNzUxcTE3MyAwIDMzMS41IDY4dDI3MyAxODIuNSAxODIuNSAyNzMgNjggMzMxLjUtNjggMzMxLjUtMTgyLjUgMjczLTI3MyAxODIuNS0zMzEuNSA2OC0zMzEuNS02OC0yNzMtMTgyLjUtMTgyLjUtMjczVDQxIDY0MHQ2OC0zMzEuNSAxODIuNS0yNzMgMjczLTE4Mi41VDg5Ni0yMTV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zODYiIHVuaWNvZGU9Iu+GmyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDg2IDE1MzZWMEw4MTQtMTI4UTU4Ni0xMDggNDAwLTI2VDEwNyAxODIuNSAwIDQ1NXEwIDE0MCAxMDAuNSAyNjMuNXQyNzUgMjA1LjVUNzY3IDEwMzJWODYwcS0yMTctMzgtMzU2LjUtMTUwVDI3MSA0NTVxMC0xNTIgMTU0LjUtMjY3VDgxNCA0M3YxMzYwem02NjktNTgybDM3LTM5MC01MjUgMTE0IDE0NyA4M3EtMTE5IDcwLTI4MCA5OXYxNzJxMjc3LTMzIDQ4MS0xNTd6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zODciIHVuaWNvZGU9Iu+GnCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik05NjAgMTUzNmw5NjAtMzg0di0xMjhoLTEyOHEwLTI2LTIwLjUtNDV0LTQ4LjUtMTlIMTk3cS0yOCAwLTQ4LjUgMTl0LTIwLjUgNDVIMHYxMjh6TTI1NiA4OTZoMjU2VjEyOGgxMjh2NzY4aDI1NlYxMjhoMTI4djc2OGgyNTZWMTI4aDEyOHY3NjhoMjU2VjEyOGg1OXEyOCAwIDQ4LjUtMTl0MjAuNS00NVYwSDEyOHY2NHEwIDI2IDIwLjUgNDV0NDguNSAxOWg1OXY3Njh6TTE4NTEtNjRxMjggMCA0OC41LTE5dDIwLjUtNDV2LTEyOEgwdjEyOHEwIDI2IDIwLjUgNDVUNjktNjRoMTc4MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM4OCIgdW5pY29kZT0i74adIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTE3NzQgNzAwbDE4LTMxNnE0LTY5LTgyLTEyOHQtMjM1LTkzLjUtMzIzLTM0LjUtMzIzIDM0LjVUNTk0IDI1NnQtODIgMTI4bDE4IDMxNiA1NzQtMTgxcTIyLTcgNDgtN3Q0OCA3em01MzAgMzI0cTAtMjMtMjItMzFMMTE2MiA2NDFxLTQtMS0xMC0xdC0xMCAxTDQ5MCA4NDdxLTQzLTM0LTcxLTExMS41VDM4NSA1NTdxNjMtMzYgNjMtMTA5IDAtNjktNTgtMTA3bDU4LTQzM3EyLTE0LTgtMjUtOS0xMS0yNC0xMUgyMjRxLTE1IDAtMjQgMTEtMTAgMTEtOCAyNWw1OCA0MzNxLTU4IDM4LTU4IDEwNyAwIDczIDY1IDExMSAxMSAyMDcgOTggMzMwTDIyIDk5M3EtMjIgOC0yMiAzMXQyMiAzMWwxMTIwIDM1MnE0IDEgMTAgMXQxMC0xbDExMjAtMzUycTIyLTggMjItMzF6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zODkiIHVuaWNvZGU9Iu+GniIgZD0iTTg1OSA1NzlsMTMtNzA3cS02MiAxMS0xMDUgMTEtNDEgMC0xMDUtMTFsMTMgNzA3cS00MCA2OS0xNjguNSAyOTUuNVQyOTAgMTI0OXQtMTgxIDI4N3E1OC0xNSAxMDgtMTUgNDQgMCAxMTEgMTUgNjMtMTExIDEzMy41LTIyOS41dDE2Ny0yNzYuNVQ3NjcgODAzcTM3IDYxIDEwOS41IDE3Ny41dDExNy41IDE5MCAxMDUgMTc2IDEwNyAxODkuNXE1NC0xNCAxMDctMTQgNTYgMCAxMTQgMTQtMjgtMzktNjAtODguNXQtNDkuNS03OC41LTU2LjUtOTYtNDktODRxLTE0Ni0yNDgtMzUzLTYxMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFBMCIgdW5pY29kZT0i74agIiBkPSJNNzY4IDc1MGg3MjVxMTItNjcgMTItMTI4IDAtMjE3LTkxLTM4Ny41VDExNTQuNS0zMiA3NjgtMTI4cS0xNTcgMC0yOTkgNjAuNVQyMjQgOTYgNjAuNSAzNDEgMCA2NDB0NjAuNSAyOTlUMjI0IDExODR0MjQ1IDE2My41IDI5OSA2MC41cTMwMCAwIDUxNS0yMDFsLTIwOS0yMDFxLTEyMyAxMTktMzA2IDExOS0xMjkgMC0yMzguNS02NVQzNTYgODgzLjUgMjkyIDY0MHQ2NC0yNDMuNVQ1MjkuNSAyMjAgNzY4IDE1NXE4NyAwIDE2MCAyNHQxMjAgNjAgODIgODIgNTEuNSA4NyAyMi41IDc4SDc2OHYyNjR6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImYxYTEiIHVuaWNvZGU9Iu+GoSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDk1IDM2OXExNi0xNiAwLTMxLTYyLTYyLTE5OS02MnQtMTk5IDYycS0xNiAxNSAwIDMxIDYgNiAxNSA2dDE1LTZxNDgtNDkgMTY5LTQ5IDEyMCAwIDE2OSA0OSA2IDYgMTUgNnQxNS02ek03ODggNTUwcTAtMzctMjYtNjN0LTYzLTI2LTYzLjUgMjYtMjYuNSA2M3EwIDM4IDI2LjUgNjR0NjMuNSAyNiA2My0yNi41IDI2LTYzLjV6bTM5NSAwcTAtMzctMjYuNS02M3QtNjMuNS0yNi02MyAyNi0yNiA2MyAyNiA2My41IDYzIDI2LjUgNjMuNS0yNiAyNi41LTY0em0yNTEgMTIwcTAgNDktMzUgODR0LTg1IDM1LTg2LTM2cS0xMzAgOTAtMzExIDk2bDYzIDI4MyAyMDAtNDVxMC0zNyAyNi02M3Q2My0yNiA2My41IDI2LjUgMjYuNSA2My41LTI2LjUgNjMuNS02My41IDI2LjVxLTU0IDAtODAtNTBsLTIyMSA0OXEtMTkgNS0yNS0xNmwtNjktMzEycS0xODAtNy0zMDktOTctMzUgMzctODcgMzctNTAgMC04NS0zNXQtMzUtODRxMC0zNSAxOC41LTY0dDQ5LjUtNDRxLTYtMjctNi01NiAwLTE0MiAxNDAtMjQzdDMzNy0xMDFxMTk4IDAgMzM4IDEwMXQxNDAgMjQzcTAgMzItNyA1NyAzMCAxNSA0OCA0My41dDE4IDYzLjV6bTM1OC0zMHEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzkyIiB1bmljb2RlPSLvhqIiIGQ9Ik05MzkgNDA3cTEzLTEzIDAtMjYtNTMtNTMtMTcxLTUzdC0xNzEgNTNxLTEzIDEzIDAgMjYgNSA2IDEzIDZ0MTMtNnE0Mi00MiAxNDUtNDJ0MTQ1IDQycTUgNiAxMyA2dDEzLTZ6TTY3NiA1NjNxMC0zMS0yMy01NHQtNTQtMjMtNTQgMjMtMjMgNTRxMCAzMiAyMi41IDU0LjVUNTk5IDY0MHQ1NC41LTIyLjVUNjc2IDU2M3ptMzM4IDBxMC0zMS0yMy01NHQtNTQtMjMtNTQgMjMtMjMgNTRxMCAzMiAyMi41IDU0LjVUOTM3IDY0MHQ1NC41LTIyLjVUMTAxNCA1NjN6bTIxNSAxMDNxMCA0Mi0zMCA3MnQtNzMgMzBxLTQyIDAtNzMtMzEtMTEzIDc4LTI2NyA4Mmw1NCAyNDMgMTcxLTM5cTEtMzIgMjMuNS01NHQ1My41LTIycTMyIDAgNTQuNSAyMi41dDIyLjUgNTQuNS0yMi41IDU0LjUtNTQuNSAyMi41cS00OCAwLTY5LTQzbC0xODkgNDJxLTE3IDUtMjEtMTNsLTYwLTI2OHEtMTU0LTYtMjY1LTgzLTMwIDMyLTc0IDMyLTQzIDAtNzMtMzB0LTMwLTcycTAtMzAgMTYtNTV0NDItMzhxLTUtMjUtNS00OCAwLTEyMiAxMjAtMjA4LjVUNzY5IDIzMHExNzAgMCAyOTAgODYuNVQxMTc5IDUyNXEwIDI1LTYgNDkgMjUgMTMgNDAuNSAzNy41VDEyMjkgNjY2em0zMDcgNDU0VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zOTMiIHVuaWNvZGU9Iu+GoyIgZD0iTTg2NiA2OTdsOTAgMjd2NjJxMCA3OS01OCAxMzV0LTEzOCA1Ni0xMzgtNTUuNVQ1NjQgNzg3VjUwNHEwLTIwLTE0LTMzLjVUNTE3IDQ1N3QtMzIuNSAxMy41VDQ3MSA1MDR2MTIwSDMyMFY1MDJxMC04MiA1Ny41LTEzOVQ1MTcgMzA2cTgxIDAgMTM4LjUgNTYuNVQ3MTMgNDk5djI4MHEwIDE5IDEzLjUgMzN0MzMuNSAxNHExOSAwIDMyLjUtMTR0MTMuNS0zM3YtNTR6bTMzMy0xOTV2MTIyaC0xNTBWNDk4cTAtMjAtMTMuNS0zMy41VDEwMDIgNDUxcS0xOSAwLTMyLjUgMTRUOTU2IDQ5OHYxMjNsLTkwLTI2LTYwIDI4VjUwMHEwLTgwIDU4LTEzN3QxMzktNTcgMTM4LjUgNTcgNTcuNSAxMzl6bTMzNyAxMzhxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImYxYTQiIHVuaWNvZGU9Iu+GpCIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xMDYyIDgyNHYxMThxMCA0Mi0zMCA3MnQtNzIgMzAtNzItMzAtMzAtNzJWMzMwcTAtMTc1LTEyNi0yOTlUNDI5LTkzUTI1MS05MyAxMjUuNSAzMi41VDAgMzM2djI2NmgzMjhWMzQwcTAtNDMgMzAtNzIuNXQ3Mi0yOS41IDcyIDI5LjUgMzAgNzIuNXY2MjBxMCAxNzEgMTI2LjUgMjkyVDk2MCAxMzczcTE3NiAwIDMwMi0xMjJ0MTI2LTI5NFY4MjFsLTE5NS01OHptNTMwLTIyMmgzMjhWMzM2cTAtMTc4LTEyNS41LTMwMy41VDE0OTEtOTNxLTE3NyAwLTMwMyAxMjQuNVQxMDYyIDMzMnYyNjhsMTMxLTYxIDE5NSA1OFYzMjdxMC00MiAzMC03MS41dDcyLTI5LjUgNzIgMjkuNSAzMCA3MS41djI3NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM5NSIgdW5pY29kZT0i74alIiBkPSJNMTQ3MiAxNjB2NDgwSDc2OHY3MDRIMjg4cS05MyAwLTE1OC41LTY1LjVUNjQgMTEyMFY2NDBoNzA0Vi02NGg0ODBxOTMgMCAxNTguNSA2NS41VDE0NzIgMTYwem02NCA5NjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM5NiIgdW5pY29kZT0i74amIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTMyOCAxMjU0aDIwNFYyNzFIMHY2OTdoMzI4djI4NnptMC04MTl2MzY5SDIwNVY0MzVoMTIzem0yODYgNTMzVjI3MWgyMDV2Njk3SDYxNHptMCAyODZ2LTIwNGgyMDV2MjA0SDYxNHptMjg3LTI4Nmg1MzNWMjZIOTAxdjE2M2gzMjh2ODJIOTAxdjY5N3ptMzI4LTUzM3YzNjloLTEyM1Y0MzVoMTIzem0yODcgNTMzaDUzMlYyNmgtNTMydjE2M2gzMjd2ODJoLTMyN3Y2OTd6bTMyNy01MzN2MzY5aC0xMjNWNDM1aDEyM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM5NyIgdW5pY29kZT0i74anIiBkPSJNMTA0NiA1MTZxMC02NC0zOC0xMDl0LTkxLTQ1cS00MyAwLTcwIDE1djI3N3EyOCAxNyA3MCAxNyA1MyAwIDkxLTQ1LjV0MzgtMTA5LjV6TTcwMyA5NDRxMC02NC0zOC0xMDkuNVQ1NzQgNzg5cS00MyAwLTcwIDE1djI3N3EyOCAxNyA3MCAxNyA1MyAwIDkxLTQ1dDM4LTEwOXptNTYyLTQzMXEwIDEzNC04OCAyMjl0LTIxMyA5NXEtMjAgMC0zOS0zLTIzLTc4LTc4LTEzNi04Ny05NS0yMTEtMTAxVi0zOUw4NDcgMnYyMDZxNTEtMTkgMTE3LTE5IDEyNSAwIDIxMyA5NXQ4OCAyMjl6TTkyMiA5NDBxMCAxMzQtODguNSAyMjlUNjIwIDEyNjRxLTc0IDAtMTQxLTM2SDI5M1YzODhsMjExIDQxdjIwNnE1NS0xOSAxMTYtMTkgMTI1IDAgMjEzLjUgOTVUOTIyIDk0MHptNjE0IDE4MFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzk4IiB1bmljb2RlPSLvhqgiIGhvcml6LWFkdi14PSIyMDM4IiBkPSJNMTIyMiA2MDdxNzUgMyAxNDMuNS0yMC41dDExOC01OC41IDEwMS05NC41IDg0LTEwOFQxNzQ0IDIwNXEzMy01NiA3OC41LTEwOXQ3NS41LTgwLjUgOTktODguNXEtNDgtMzAtMTA4LjUtNTcuNXQtMTM4LjUtNTktMTE0LTQ3LjVxLTQ0IDM3LTc0IDExNXQtNDMuNSAxNjQuNS0zMyAxODAuNS00Mi41IDE2OC41LTcyLjUgMTIzVDEyNDggNTYzbC0xMC0yLTYtNHE0LTUgMTMtMTQgNi01IDI4LTIzLjV0MjUuNS0yMiAxOS0xOCAxOC0yMC41IDExLjUtMjEgMTAuNS0yNy41IDQuNS0zMSA0LTQwLjVsMS0zM3ExLTI2LTIuNS01Ny41dC03LjUtNTItMTIuNS01OC41LTExLjUtNTNxLTM1IDEtMTAxLTkuNVQxMTM0IDY1cS0zOSAwLTcyIDEwLTIgMTYtMiA0NyAwIDc0IDMgOTYgMiAxMyAzMS41IDQxLjV0NTcgNTlUMTE3OCAzNzBxLTI0IDItNDMtMjQtMzYtNTMtMTExLjUtOTkuNVQ4ODcgMjAwcS0yNSAwLTc1LjUgNjNUNzA1IDQwMi41IDYyMSA0OTlxLTYgNC0yNyAzMFExMTIgNDE3IDgxIDQxN3EtMTYgMC0yOCAxMXQtMTIgMjdxMCAxNSA4LjUgMjYuNVQ3MiA0OTZsNDg2IDEwNnEtOCAxNC04IDI1dDUuNSAxNy41IDE2IDExLjUgMjAgNyAyMyA0LjVUNjMzIDY3MnE0IDEgMTUuNSA3LjVUNjY2IDY4NnExNSAwIDI4LTE2dDIwLTMzcTE2MyAzNyAxNzIgMzcgMTcgMCAyOS41LTExdDEyLjUtMjhxMC0xNS04LjUtMjZUODk2IDU5NWwtMTgyLTQwLTEtMTZxLTEtMjYgODEuNS0xMTcuNVQ4OTkgMzMwcTQ3IDAgMTE5IDgwdDcyIDEyOXEwIDM2LTIzLjUgNTN0LTUxIDE4LjUtNTEgMTEuNS0yMy41IDM0cTAgMTYgMTAgMzRsLTY4IDE5cTQzIDQ0IDQzIDExNyAwIDI2LTUgNTggODIgMTYgMTQ0IDE2IDQ0IDAgNzEuNS0xLjV0NDguNS04LjUgMzEtMTMuNSAyMC41LTI0LjUgMTUuNS0zMy41IDE3LTQ3LjUgMjQtNjBsNTAgMjVxLTMtNDAtMjMtNjB0LTQyLjUtMjEtNDAtNi41VDEyMjEgNjI4em02MCAyMzVxLTUgNS0xMy41IDE1LjV0LTEyIDE0LjUtMTAuNSAxMS41LTEwIDEwLjVsLTggOC04LjUgNy41LTggNS04LjUgNC41cS03IDMtMTQuNSA1dC0yMC41IDIuNS0yMiAuNWgtNzBxLTEyNiAwLTIxNy00MyAxNiAzMCAzNiA0Ni41dDU0IDI5LjUgNjUuNSAzNiA0NiAzNi41IDUwIDU1IDQzLjUgNTAuNXExMi05IDI4LTMxLjV0MzItMzYuNSAzOC0xM2wxMiAxdi03NmwyMi0xcTI0NyA5NSAzNzEgMTkwIDI4IDIxIDUwIDM5dDQyLjUgMzcuNSAzMyAzMSAyOS41IDM0IDI0IDMxIDI0LjUgMzcgMjMgMzggMjcgNDcuNSAyOS41IDUzbDcgOXEtMi01My00My0xMzktNzktMTY1LTIwNS0yNjR0LTMwNi0xNDJxLTE0LTMtNDItNy41dC01MC05LjUtMzktMTRxMy0xOSAyNC41LTQ2dDIxLjUtMzRxMC0xMS0yNi0zMHpNMTA2MS03OXEzOSAyNiAxMzEuNSA0Ny41VDEzMzktMTBxOSAwIDIyLjUtMTUuNXQyOC00Mi41IDI2LTUwIDI0LTUxIDE0LjUtMzNxLTEyMS00NS0yNDQtNDUtNjEgMC0xMjUgMTF6TTgyMiA1NjhsNDggMTIgMTA5LTE3Ny03My00OHptNTAxLTUxN3EzLTE1IDMtMTYgMC03LTE3LjUtMTQuNXQtNDYtMTMtNTQtOS41LTUzLjUtNy41LTMyLTQuNWwtNyA0M3EyMSAyIDYwLjUgOC41dDcyIDEwVDEzMDkgNTFoMTR6TTg2NiA2NzlsLTk2LTIwLTYgMTdxMTAgMSAzMi41IDd0MzQuNSA2cTE5IDAgMzUtMTB6bTE5NS02MzRoMzFsMTAtODMtNDEtMTJ2OTV6bTg4OSAxNDkwdjEtMXptMCAwbC0xLTUtMi0yIDEgM3ptMCAwbDEgMXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM5OSIgdW5pY29kZT0i74apIiBkPSJNMTE2Ny01MHEtNSAxOS0yNCA1LTMwLTIyLTg3LTM5dC0xMzEtMTdxLTEyOSAwLTE5MyA0OS01IDQtMTMgNC0xMSAwLTI2LTEyLTctNi03LjUtMTZ0Ny41LTIwcTM0LTMyIDg3LjUtNDZUODgzLTE1NC41dDk5IDQuNXE0MSA0IDg0LjUgMjAuNXQ2NSAzMFQxMTYwLTc5cTEyIDEyIDcgMjl6bS0zOSAxMTVxLTE5IDQ3LTM5IDYxLTIzIDE1LTc2IDE1LTQ3IDAtNzEtMTAtMjktMTItNzgtNTYtMjYtMjQtMTItNDQgOS04IDE3LjUtNC41VDkwMSA1MHEzIDIgMTAuNSA4LjVUOTIyIDY3dDEwIDcgMTEuNSA3IDEyLjUgNSAxNSA0LjUgMTYuNSAyLjUgMjAuNSAxcTI3IDAgNDQuNS03LjV0MjMtMTQuNSAxMy41LTIycTEwLTE3IDEyLjUtMjB0MTIuNSAxcTIzIDEyIDE0IDM0em0zNTUgMjgxcTAgMjItNSA0NC41dC0xNi41IDQ1LTM0IDM2LjUtNTIuNSAxNHEtMzMgMC05Ny00MS41VDExNDkgMzYxdC0xMDEtNDJxLTI3LTEtNjMuNSAxOXQtNzYgNDktODMuNSA1OC0xMDAgNDktMTExIDE5cS0xMTUtMS0xOTctNzguNVQzMzMgMjU2cS0yLTExMiA3NC0xNjQgMjktMjAgNjIuNS0yOC41VDU3MyA1NXE1NyAwIDEzMiAzMi41dDEzNCA3MVQ5NTkgMjI5dDkzIDMxcTI2LTEgNjUtMzEuNXQ3MS41LTY3IDY4LTY3LjUgNTUuNS0zMnEzNS0zIDU4LjUgMTR0NTUuNSA2M3EyOCA0MSA0Mi41IDEwMXQxNC41IDEwNnptNTMgMTYwcTAtMTY0LTYyLTMwNC41dC0xNjYtMjM2VDEwNjUuNS0xODQgNzc1LTIzOHQtMjkzIDU3LjUtMjQ3LjUgMTU3VDY0IDIxOCAwIDUyMHEwIDg5IDE5LjUgMTcyLjV0NDkgMTQ1LjVUMTM5IDk1Ni41dDc4LjUgOTRUMjk2IDExMjB0NjQuNSA0Ni41VDQwMyAxMTkxcTE0IDggNTEgMjYuNXQ1NC41IDI4LjUgNDggMzAgNjAuNSA0NHEzNiAyOCA1OCA3Mi41dDMwIDEyNS41cTEyOS0xNTUgMTg2LTE5MyA0NC0yOSAxMzAtNjh0MTI5LTY2cTIxLTEzIDM5LTI1dDYwLjUtNDYuNSA3Ni03MC41IDc1LTk1IDY5LTEyMiA0Ny0xNDguNVQxNTM2IDUwNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQwMCIgdW5pY29kZT0i74aqIiBkPSJNMTA3MCA0NjNMOTEwIDMwMyA3NTkgMTUxbC0zMC0zMHEtNjUtNjQtMTUxLjUtODdUNDA2IDMycS0xNi03MC03Mi0xMTV0LTEyOS00NXEtODUgMC0xNDUgNjAuNVQwIDc4cTAgNzIgNDQuNSAxMjhUMTU4IDI3OHEtMjIgODYgMSAxNzN0ODggMTUybDEyIDEyIDE1MS0xNTItMTEtMTFxLTM3LTM3LTM3LTg5dDM3LTkwcTM3LTM3IDg5LTM3dDg5IDM3bDMwIDMwIDE1MSAxNTIgMTYxIDE2MHptLTM0MSA2ODJsMTItMTItMTUyLTE1Mi0xMiAxMnEtMzcgMzctODkgMzd0LTg5LTM3LTM3LTg5LjUgMzctODkuNWwyOS0yOSAxNTItMTUyIDE2MC0xNjAtMTUxLTE1Mi0xNjEgMTYwLTE1MSAxNTItMzAgMzBxLTY4IDY3LTkwIDE1OS41dDUgMTc5LjVxLTcwIDE1LTExNSA3MVQyIDEyMDJxMCA4NSA2MCAxNDUuNXQxNDUgNjAuNXE3NiAwIDEzMy41LTQ5dDY5LjUtMTIzcTg0IDIwIDE2OS41LTMuNVQ3MjkgMTE0NXpNMTUzNiA3OHEwLTg1LTYwLTE0NS41VDEzMzEtMTI4cS03NCAwLTEzMSA0N3QtNzEgMTE4cS04Ni0yOC0xNzkuNS02VDc4OCAxMjFsLTExIDEyIDE1MSAxNTIgMTItMTJxMzctMzcgODktMzd0ODkgMzcgMzcgODktMzcgODlsLTMwIDMwLTE1MiAxNTItMTYwIDE2MCAxNTIgMTUyIDE2MC0xNjAgMTUyLTE1MiAyOS0zMHE2NC02NCA4Ny41LTE1MC41VDEzNTkgMjgxcTc2LTExIDEyNi41LTY4LjVUMTUzNiA3OHptLTIgMTEyNHEwLTc3LTUxLTEzNXQtMTI3LTY5cTI2LTg1IDMtMTc2LjVUMTI2OSA2NjNsLTEyLTEyLTE1MSAxNTIgMTIgMTJxMzcgMzcgMzcgODl0LTM3IDg5LTg5IDM3LTg5LTM3bC0zMC0zMC0xNTItMTUyLTE2MC0xNjAtMTUyIDE1MiAxNjEgMTYwIDE1MiAxNTIgMjkgMzBxNjcgNjcgMTU5IDg5LjV0MTc4LTMuNXExMSA3NSA2OC41IDEyNnQxMzUuNSA1MXE4NSAwIDE0NS02MC41dDYwLTE0NS41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMWFiIiB1bmljb2RlPSLvhqsiIGQ9Ik02NTQgNDU4cS0xLTMtMTIuNS41VDYxMCA0NzBsLTIwIDlxLTQ0IDIwLTg3IDQ5LTcgNS00MSAzMS41VDQyNCA1ODhxLTY3LTEwMy0xMzQtMTgxLTgxLTk1LTEwNS0xMTAtNC0yLTE5LjUtNHQtMTguNSAwcTYgNCA4MiA5MiAyMSAyNCA4NS41IDExNVQzOTMgNjE4cTE3IDMwIDUxIDk4LjV0MzYgNzcuNXEtOCAxLTExMC0zMy04LTItMjcuNS03LjVUMzA4IDc0NHQtMTctNXEtMi0yLTItMTAuNXQtMS05LjVxLTUtMTAtMzEtMTUtMjMtNy00NyAwLTE4IDQtMjggMjEtNCA2LTUgMjMgNiAyIDI0LjUgNXQyOS41IDZxNTggMTYgMTA1IDMyIDEwMCAzNSAxMDIgMzUgMTAgMiA0MyAxOS41dDQ0IDIxLjVxOSAzIDIxLjUgOHQxNC41IDUuNSA2LS41cTItMTItMS0zMyAwLTItMTIuNS0yN1Q1MjcgNzY2LjUgNTEwIDczM3EtMjUtNTAtNzctMTMxbDY0LTI4cTEyLTYgNzQuNS0zMnQ2Ny41LTI4cTQtMSAxMC41LTI1LjVUNjU0IDQ1OHpNNDQ5IDk0NHEzLTE1LTQtMjgtMTItMjMtNTAtMzgtMzAtMTItNjAtMTItMjYgMy00OSAyNi0xNCAxNS0xOCA0MWwxIDNxMy0zIDE5LjUtNXQyNi41IDAgNTggMTZxMzYgMTIgNTUgMTQgMTcgMCAyMS0xN3ptNjk4LTEyOWw2My0yMjctMTM5IDQyek0zOSAxNWw2OTQgMjMydjEwMzJMMzkgMTA0NlYxNXptMTI0MSAzMTdsMTAyLTMxLTE4MSA2NTctMTAwIDMxLTIxNi01MzYgMTAyLTMxIDQ1IDExMCAyMTEtNjV6bS01MDMgOTYybDU3My0xODR2Mzgwek0xMDg4LTI5bDE1OC0xMy01NC0xNjAtNDAgNjZxLTEzMC04My0yNzYtMTA4LTU4LTEyLTkxLTEyaC04NHEtNzkgMC0xOTkuNSAzOVQzMTgtMTMycS04IDctOCAxNiAwIDggNSAxMy41dDEzIDUuNXE0IDAgMTgtNy41dDMwLjUtMTYuNSAyMC41LTExcTczLTM3IDE1OS41LTYxLjVUNzE0LTIxOHE5NSAwIDE2NyAxNC41dDE1NyA1MC41cTE1IDcgMzAuNSAxNS41dDM0IDE5VDExMzEtMTAyem00NDggMTA3OVYtMjlMNzYyIDIxN3EtMTQtNi0zNzUtMTI3LjVUMTktMzJRNi0zMiAxLTE5cTAgMS0xIDN2MTA3OHEzIDkgNCAxMCA1IDYgMjAgMTEgMTA3IDM2IDE0OSA1MHYzODRsNTU4LTE5OHEyIDAgMTYwLjUgNTV0MzE2IDEwOC41VDEzNjkgMTUzNnEyMCAwIDIwLTIxdi00MTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MDIiIHVuaWNvZGU9Iu+GrCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yODggMTE1MnE2NiAwIDExMy00N3Q0Ny0xMTNWLTk2cTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwLTk2Vjk5MnEwIDY2IDQ3IDExM3QxMTMgNDdoMTI4em0xMzc2LTE2M3E1OC0zNCA5My05M3QzNS0xMjhWMHEwLTEwNi03NS0xODF0LTE4MS03NUg2NzJxLTY2IDAtMTEzIDQ3VDUxMi05NnYxNTM2cTAgNDAgMjggNjh0NjggMjhoNjcycTQwIDAgODgtMjB0NzYtNDhsMTUyLTE1MnEyOC0yOCA0OC03NnQyMC04OFY5ODl6TTkyOCAwdjEyOHEwIDE0LTkgMjN0LTIzIDlINzY4cS0xNCAwLTIzLTl0LTktMjNWMHEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN6bTAgMjU2djEyOHEwIDE0LTkgMjN0LTIzIDlINzY4cS0xNCAwLTIzLTl0LTktMjNWMjU2cTAtMTQgOS0yM3QyMy05aDEyOHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2MTI4cTAgMTQtOSAyM3QtMjMgOUg3NjhxLTE0IDAtMjMtOXQtOS0yM1Y1MTJxMC0xNCA5LTIzdDIzLTloMTI4cTE0IDAgMjMgOXQ5IDIzek0xMTg0IDB2MTI4cTAgMTQtOSAyM3QtMjMgOWgtMTI4cS0xNCAwLTIzLTl0LTktMjNWMHEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN6bTAgMjU2djEyOHEwIDE0LTkgMjN0LTIzIDloLTEyOHEtMTQgMC0yMy05dC05LTIzVjI1NnEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN6bTAgMjU2djEyOHEwIDE0LTkgMjN0LTIzIDloLTEyOHEtMTQgMC0yMy05dC05LTIzVjUxMnEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN6TTE0NDAgMHYxMjhxMCAxNC05IDIzdC0yMyA5aC0xMjhxLTE0IDAtMjMtOXQtOS0yM1YwcTAtMTQgOS0yM3QyMy05aDEyOHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2MTI4cTAgMTQtOSAyM3QtMjMgOWgtMTI4cS0xNCAwLTIzLTl0LTktMjNWMjU2cTAtMTQgOS0yM3QyMy05aDEyOHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2MTI4cTAgMTQtOSAyM3QtMjMgOWgtMTI4cS0xNCAwLTIzLTl0LTktMjNWNTEycTAtMTQgOS0yM3QyMy05aDEyOHExNCAwIDIzIDl0OSAyM3ptOTYgMzg0djI1NmgtMTYwcS00MCAwLTY4IDI4dC0yOCA2OHYxNjBINjQwVjg5Nmg4OTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MDMiIHVuaWNvZGU9Iu+GrSIgZD0iTTEzNDQgMTUzNnEyNiAwIDQ1LTE5dDE5LTQ1Vi0xOTJxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMC0xOTJ2MTY2NHEwIDI2IDE5IDQ1dDQ1IDE5aDEyODB6bS04MzItMjg4di02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN6bTAtMjU2di02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN6bTAtMjU2di02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN6bTAtMjU2di02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN6TTM4NCAxNjB2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3pNODk2LTk2Vjk2cTAgMTQtOSAyM3QtMjMgOUg1NDRxLTE0IDAtMjMtOXQtOS0yM1YtOTZxMC0xNCA5LTIzdDIzLTloMzIwcTE0IDAgMjMgOXQ5IDIzem0wIDUxMnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0yNTYtMTAyNHY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDA0IiB1bmljb2RlPSLvhq4iIGhvcml6LWFkdi14PSIxMjgwIiBkPSJNMTE4OCA5ODhMODk2IDY5NnYtODI0cTAtNDYtMzMtNzl0LTc5LTMzLTc5IDMzLTMzIDc5djM4NGgtNjR2LTM4NHEwLTQ2LTMzLTc5dC03OS0zMy03OSAzMy0zMyA3OXY4MjRMOTIgOTg4cS0yOCAyOC0yOCA2OHQyOCA2OHEyOSAyOCA2OC41IDI4dDY3LjUtMjhsMjI4LTIyOGgzNjhsMjI4IDIyOHEyOCAyOCA2OCAyOHQ2OC0yOHEyOC0yOSAyOC02OC41dC0yOC02Ny41em0tMzI0IDE2NHEwLTkzLTY1LjUtMTU4LjVUNjQwIDkyOHQtMTU4LjUgNjUuNVQ0MTYgMTE1MnQ2NS41IDE1OC41VDY0MCAxMzc2dDE1OC41LTY1LjVUODY0IDExNTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxQjEiIHVuaWNvZGU9Iu+GsCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik03ODAgMTA2NHEwLTYwLTE5LTExMy41VDY5OCA4NTh0LTEwNS0zOXEtNzYgMC0xMzggNTcuNVQzNjMgMTAxMnQtMzAgMTUxcTAgNjAgMTkgMTEzLjV0NjMgOTIuNSAxMDUgMzlxNzcgMCAxMzguNS01Ny41dDkxLjUtMTM1IDMwLTE1MS41ek00MzggNTgxcTAtODAtNDItMTM5dC0xMTktNTlxLTc2IDAtMTQxLjUgNTUuNVQzNSA1NzIgMCA3MjRxMCA4MCA0MiAxMzkuNVQxNjEgOTIzcTc2IDAgMTQxLjUtNTUuNXQxMDAuNS0xMzRUNDM4IDU4MXptMzk0IDI3cTExOCAwIDI1NS05Ny41dDIyOS0yMzdUMTQwOCAxOXEwLTQ2LTE3LTc2LjV0LTQ4LjUtNDUtNjQuNS0yMC03Ni01LjVxLTY4IDAtMTg3LjUgNDVUODMyLTM4cS02NiAwLTE5Mi41LTQ0LjVUNDM5LTEyN3EtMTgzIDAtMTgzIDE0NiAwIDg2IDU2IDE5MS41VDQ1MS41IDQwMyA2MzkgNTQ5dDE5MyA1OXptMjM5IDIxMXEtNjEgMC0xMDUgMzl0LTYzIDkyLjUtMTkgMTEzLjVxMCA3NCAzMCAxNTEuNXQ5MS41IDEzNVQxMTQ0IDE0MDhxNjEgMCAxMDUtMzl0NjMtOTIuNSAxOS0xMTMuNXEwLTczLTMwLTE1MXQtOTItMTM1LjUtMTM4LTU3LjV6bTQzMiAxMDRxNzcgMCAxMTktNTkuNXQ0Mi0xMzkuNXEwLTc0LTM1LTE1MnQtMTAwLjUtMTMzLjVUMTM4NyAzODNxLTc3IDAtMTE5IDU5dC00MiAxMzlxMCA3NCAzNSAxNTIuNXQxMDAuNSAxMzRUMTUwMyA5MjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MDYiIHVuaWNvZGU9Iu+GsSIgaG9yaXotYWR2LXg9Ijc2OCIgZD0iTTcwNCAxMDA4cTAtMTQ1LTU3LTI0My41VDQ5NSA2MjlsNDUtODIxcTItMjYtMTYtNDV0LTQ0LTE5SDI4OHEtMjYgMC00NCAxOXQtMTYgNDVsNDUgODIxcS05NSAzNy0xNTIgMTM1LjVUNjQgMTAwOHEwIDEyOCA0Mi41IDI0OS41dDExNy41IDIwMCAxNjAgNzguNSAxNjAtNzguNSAxMTcuNS0yMDBUNzA0IDEwMDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MDciIHVuaWNvZGU9Iu+GsiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik04OTYtOTNsNjQwIDM0OXY2MzZMODk2IDY1OVYtOTN6bS02NCA4NjVsNjk4IDI1NC02OTggMjU0LTY5OC0yNTR6bTgzMiAyNTJWMjU2cTAtMzUtMTgtNjV0LTQ5LTQ3TDg5My0yNDBxLTI4LTE2LTYxLTE2dC02MSAxNkw2NyAxNDRxLTMxIDE3LTQ5IDQ3VDAgMjU2djc2OHEwIDQwIDIzIDczdDYxIDQ3bDcwNCAyNTZxMjIgOCA0NCA4dDQ0LThsNzA0LTI1NnEzOC0xNCA2MS00N3QyMy03M3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQwOCIgdW5pY29kZT0i74azIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTY0MC05NmwzODQgMTkydjMxNEw2NDAgMjQ2Vi05NnptLTY0IDQ1NGw0MDQgMTczLTQwNCAxNzMtNDA0LTE3M3pNMTY2NC05NmwzODQgMTkydjMxNGwtMzg0LTE2NFYtOTZ6bS02NCA0NTRsNDA0IDE3My00MDQgMTczLTQwNC0xNzN6bS00NDggMjkzbDM4NCAxNjV2MjY2bC0zODQtMTY0VjY1MXptLTY0IDM3OWw0NDEgMTg5LTQ0MSAxODktNDQxLTE4OXptMTA4OC01MThWOTZxMC0zNi0xOS02N3QtNTItNDdsLTQ0OC0yMjRxLTI1LTE0LTU3LTE0dC01NyAxNEwxMDk1LTE4cS00IDItNyA0LTItMi03LTRMNjMzLTI0MnEtMjUtMTQtNTctMTR0LTU3IDE0TDcxLTE4UTM4LTIgMTkgMjlUMCA5NnY0MTZxMCAzOCAyMS41IDcwVDc4IDYzMGw0MzQgMTg2djQwMHEwIDM4IDIxLjUgNzB0NTYuNSA0OGw0NDggMTkycTIzIDEwIDUwIDEwdDUwLTEwbDQ0OC0xOTJxMzUtMTYgNTYuNS00OHQyMS41LTcwVjgxNmw0MzQtMTg2cTM2LTE2IDU3LTQ4dDIxLTcweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDA5IiB1bmljb2RlPSLvhrQiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTg0OCAxMTk3aC01MTF2LTEyNGg1MTF2MTI0em0tMjUyLTQyNnEtOTAgMC0xNDYtNTIuNVQxMzg4IDU3Nmg0MDhxLTE4IDE5NS0yMDAgMTk1em0xNi01ODVxNjMgMCAxMjIgMzJ0NzYgODdoMjIxUTE5MzEtMiAxNjA0LTJxLTIxNCAwLTM0MC41IDEzMlQxMTM3IDQ3N3EwIDIwOCAxMzAuNSAzNDUuNVQxNjA0IDk2MHExMzggMCAyNDAuNS02OHQxNTMtMTc5IDUwLjUtMjQ4cTAtMTctMi00N2gtNjU4cTAtMTExIDU3LjUtMTcxLjVUMTYxMiAxODZ6TTI3NyAyMzZoMjk2cTIwNSAwIDIwNSAxNjcgMCAxODAtMTk5IDE4MEgyNzdWMjM2em0wIDUzN2gyODFxNzggMCAxMjMuNSAzNi41VDcyNyA5MjNxMCAxNDQtMTkwIDE0NEgyNzdWNzczek0wIDEyODJoNTk0cTg3IDAgMTU1LTE0dDEyNi41LTQ3LjUgOTAtOTYuNVQ5OTcgOTcwcTAtMTgxLTE3Mi0yNjMgMTE0LTMyIDE3Mi0xMTV0NTgtMjA0cTAtNzUtMjQuNS0xMzYuNXQtNjYtMTAzLjVUODY2IDc3IDc0NSAzNSA2MTEgMjJIMHYxMjYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDEwIiB1bmljb2RlPSLvhrUiIGQ9Ik0xMjQ4IDE0MDhxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHptLTc0OS0zNjdIMTI4VjI1NGgzODJxMTE3IDAgMTk3IDU3LjVUNzg3IDQ4MnEwIDE1OC0xNDMgMjAwIDEwNyA1MiAxMDcgMTY0IDAgNTctMTkuNSA5Ni41VDY3NSAxMDAzdC03OSAyOS41LTk3IDguNXptLTIyLTMxOEgzMDF2MTg0aDE2M3ExMTkgMCAxMTktOTAgMC05NC0xMDYtOTR6bTktMzM1SDMwMXYyMTdoMTg5cTEyNCAwIDEyNC0xMTMgMC0xMDQtMTI4LTEwNHptNjUwLTMycS02OCAwLTEwNCAzOHQtMzYgMTA3aDQxMXExIDEwIDEgMzAgMCAxMzItNzQuNSAyMjAuNVQxMTMwIDg0MHEtMTI4IDAtMjEwLTg2dC04Mi0yMTZxMC0xMzUgNzktMjE3dDIxMy04MnEyMDUgMCAyNjcgMTkxaC0xMzhxLTExLTM0LTQ3LjUtNTR0LTc1LjUtMjB6bS0xMCAzNjZxMTEzIDAgMTI0LTEyMkg5OTZxNCA1NiAzOSA4OXQ5MSAzM3pNOTY0IDk4OGgzMTl2LTc3SDk2NHY3N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQxMSIgdW5pY29kZT0i74a2IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE1ODIgOTU0cTAtMTAxLTcxLjUtMTcyLjVUMTMzOCA3MTB0LTE3Mi41IDcxLjVUMTA5NCA5NTR0NzEuNSAxNzIuNVQxMzM4IDExOTh0MTcyLjUtNzEuNVQxNTgyIDk1NHpNODEyIDIxMnEwIDEwNC03MyAxNzd0LTE3NyA3M3EtMjcgMC01NC02bDEwNC00MnE3Ny0zMSAxMDkuNS0xMDYuNVQ3MjMgMTU2UTY5MiA3OSA2MTYgNDd0LTE1Mi0xcS0yMSA4LTYyIDI0LjVUMzQxIDk1cTMyLTYwIDkxLTk2LjVUNTYyLTM4cTEwNCAwIDE3NyA3M3Q3MyAxNzd6bTgzMCA3NDFxMCAxMjYtODkuNSAyMTUuNVQxMzM3IDEyNThxLTEyNyAwLTIxNi41LTg5LjVUMTAzMSA5NTNxMC0xMjcgODkuNS0yMTZ0MjE2LjUtODlxMTI2IDAgMjE1LjUgODl0ODkuNSAyMTZ6bTE1MCAwcTAtMTg5LTEzMy41LTMyMlQxMzM3IDQ5OEw5MDAgMTc5UTg4OCA1MCA3OTEtMzl0LTIyOS04OXEtMTIxIDAtMjE0IDc2VDIzMCAxNDBMMCAyMzJ2NDI5bDM4OS0xNTdxNzkgNDggMTczIDQ4IDEzIDAgMzUtMmwyODQgNDA3cTIgMTg3IDEzNS41IDMxOXQzMjAuNSAxMzJxMTg4IDAgMzIxLjUtMTMzLjVUMTc5MiA5NTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MTIiIHVuaWNvZGU9Iu+GtyIgZD0iTTEyNDIgODg5cTAgODAtNTcgMTM2LjV0LTEzNyA1Ni41LTEzNi41LTU3VDg1NSA4ODlxMC04MCA1Ni41LTEzNi41VDEwNDggNjk2dDEzNyA1Ni41IDU3IDEzNi41ek02MzIgMzAxcTAtODMtNTgtMTQwLjVUNDM0IDEwM3EtNTYgMC0xMDMgMjl0LTcyIDc3cTUyLTIwIDk4LTQwIDYwLTI0IDEyMCAxLjV0ODUgODYuNXEyNCA2MC0xLjUgMTIwVDQ3NCA0NjFsLTgyIDMzcTIyIDUgNDIgNSA4MiAwIDE0MC01Ny41VDYzMiAzMDF6bTkwNCA4MTlWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjE1M2wxNzItNjlxMjAtOTIgOTMuNS0xNTJUNDM0IDMycTEwNCAwIDE4MSA3MHQ4NyAxNzNsMzQ1IDI1MnExNTAgMCAyNTUuNSAxMDUuNVQxNDA4IDg4N3EwIDE1MC0xMDUuNSAyNTUuNVQxMDQ3IDEyNDhxLTE0OCAwLTI1My0xMDQuNVQ2ODcgODkxTDQ2MiA1NjlxLTkgMS0yOCAxLTc1IDAtMTM3LTM3TDAgNjUydjQ2OHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHptLTI0Ny0yMzNxMC0xMDAtNzEtMTcwLjVUMTA0NyA2NDZ0LTE3MC41IDcwLjVUODA2IDg4N3Q3MC41IDE3MSAxNzAuNSA3MXExMDEgMCAxNzEuNS03MC41VDEyODkgODg3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDEzIiB1bmljb2RlPSLvhrgiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODM2IDM2N0w4MjEtMWwtMi0yMkwzOTkgNnEtMzYgMy02NyAzMS41VDI4NSAxMDNxLTExIDI3LTE0LjUgNTV0NCA2NSAxMiA1NSAyMS41IDY0IDE5IDUzcTc4LTEyIDUwOS0yOHpNNDQ5IDk1M2wxODAtMzc5LTE0NyA5MnEtNjMtNzItMTExLjUtMTQ0LjV0LTcyLjUtMTI1LTM5LjUtOTQuNS0xOC41LTYzbC00LTIxTDQ2IDU3NXEtMTcgMjYtMTggNTZ0NiA0N2w4IDE4cTM1IDYzIDExNCAxODhMMTYgOTcwem0xMjMxLTUxN0wxNDkyIDc3cS0xMi0yOS0zNi41LTQ2LjVUMTQxMiAxMGwtMTgtNHEtNzEtNy0yMTktMTJsOC0xNjQtMjMwIDM2NyAyMTEgMzYyIDctMTczcTE3MC0xNiAyODMtNXQxNzAgMzN6bS03ODUgOTI0cS00Ny02My0yNjUtNDM1bC0zMTcgMTg3LTE5IDEyIDIyNSAzNTZxMjAgMzEgNjAgNDV0ODAgMTBxMjQtMiA0OC41LTEydDQyLTIxIDQxLjUtMzMgMzYtMzQuNSAzNi0zOS41IDMyLTM1em02NTUtMzA3bDIxMi0zNjNxMTgtMzcgMTIuNS03NnQtMjcuNS03NHEtMTMtMjAtMzMtMzd0LTM4LTI4LTQ4LjUtMjItNDctMTYtNTEuNS0xNC00Ni0xMnEtMzQgNzItMjY1IDQzNmwzMTMgMTk1em0tMTQzIDIyNmwxNDIgODMtMjIwLTM3My00MTkgMjAgMTUxIDg2cS0zNCA4OS03NSAxNjZ0LTc1LjUgMTIzLjUtNjQuNSA4MC00NyA0Ni41bC0xNyAxMyA0MDUtMXEzMSAzIDU4LTEwLjV0MzktMjguNWwxMS0xNXEzOS02MSAxMTItMTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDE0IiB1bmljb2RlPSLvhrkiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNDgwIDQ0OHEwIDY2LTQ3IDExM3QtMTEzIDQ3LTExMy00Ny00Ny0xMTMgNDctMTEzIDExMy00NyAxMTMgNDcgNDcgMTEzem0zNiAzMjBoMTAxNmwtODkgMzU3cS0yIDgtMTQgMTcuNXQtMjEgOS41SDY0MHEtOSAwLTIxLTkuNXQtMTQtMTcuNXptMTM3Mi0zMjBxMCA2Ni00NyAxMTN0LTExMyA0Ny0xMTMtNDctNDctMTEzIDQ3LTExMyAxMTMtNDcgMTEzIDQ3IDQ3IDExM3ptMTYwIDk2VjE2MHEwLTE0LTktMjN0LTIzLTloLTk2VjBxMC04MC01Ni0xMzZ0LTEzNi01Ni0xMzYgNTYtNTYgMTM2djEyOEg1MTJWMHEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1NlQxMjggMHYxMjhIMzJxLTE0IDAtMjMgOXQtOSAyM3YzODRxMCA5MyA2NS41IDE1OC41VDIyNCA3NjhoMjhsMTA1IDQxOXEyMyA5NCAxMDQgMTU3LjV0MTc5IDYzLjVoNzY4cTk4IDAgMTc5LTYzLjV0MTA0LTE1Ny41bDEwNS00MTloMjhxOTMgMCAxNTguNS02NS41VDIwNDggNTQ0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDE1IiB1bmljb2RlPSLvhroiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTgyNCA2NDBxOTMgMCAxNTguNS02NS41VDIwNDggNDE2VjMycTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTY0cTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNlYwSDUxMnYtNjRxMC04MC01Ni0xMzZ0LTEzNi01Ni0xMzYgNTYtNTYgMTM2VjBIMzJRMTggMCA5IDlUMCAzMnYzODRxMCA5MyA2NS41IDE1OC41VDIyNCA2NDBoMjhsMTA1IDQxOXEyMyA5NCAxMDQgMTU3LjV0MTc5IDYzLjVoMTI4djIyNHEwIDE0IDkgMjN0MjMgOWg0NDhxMTQgMCAyMy05dDktMjN2LTIyNGgxMjhxOTggMCAxNzktNjMuNXQxMDQtMTU3LjVsMTA1LTQxOWgyOHpNMzIwIDE2MHE2NiAwIDExMyA0N3Q0NyAxMTMtNDcgMTEzLTExMyA0Ny0xMTMtNDctNDctMTEzIDQ3LTExMyAxMTMtNDd6bTE5NiA0ODBoMTAxNmwtODkgMzU3cS0yIDgtMTQgMTcuNXQtMjEgOS41SDY0MHEtOSAwLTIxLTkuNVQ2MDUgOTk3em0xMjEyLTQ4MHE2NiAwIDExMyA0N3Q0NyAxMTMtNDcgMTEzLTExMyA0Ny0xMTMtNDctNDctMTEzIDQ3LTExMyAxMTMtNDd6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MTYiIHVuaWNvZGU9Iu+GuyIgZD0iTTE1MDQgNjRxMC0yNi0xOS00NXQtNDUtMTlIOTc4cTEtMTcgNi04Ny41dDUtMTA4LjVxMC0yNS0xOC00Mi41VDkyOC0yNTZINjA4cS0yNSAwLTQzIDE3LjVUNTQ3LTE5NnEwIDM4IDUgMTA4LjVUNTU4IDBIOTZRNzAgMCA1MSAxOVQzMiA2NHQxOSA0NWw0MDIgNDAzSDIyNHEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDVsNDAyIDQwM0gzODRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1bDM4NCAzODRxMTkgMTkgNDUgMTl0NDUtMTlsMzg0LTM4NHExOS0xOSAxOS00NXQtMTktNDUtNDUtMTlIOTU1bDQwMi00MDNxMTktMTkgMTktNDV0LTE5LTQ1LTQ1LTE5aC0yMjlsNDAyLTQwM3ExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQxNyIgdW5pY29kZT0i74a8IiBkPSJNMTEyNyAzMjZxMCAzMi0zMCA1MS0xOTMgMTE1LTQ0NyAxMTUtMTMzIDAtMjg3LTM0LTQyLTktNDItNTIgMC0yMCAxMy41LTM0LjVUMzcwIDM1N3E1IDAgMzcgOCAxMzIgMjcgMjQzIDI3IDIyNiAwIDM5Ny0xMDMgMTktMTEgMzMtMTEgMTkgMCAzMyAxMy41dDE0IDM0LjV6bTk2IDIxNXEwIDQwLTM1IDYxLTIzNyAxNDEtNTQ4IDE0MS0xNTMgMC0zMDMtNDItNDgtMTMtNDgtNjQgMC0yNSAxNy41LTQyLjVUMzQ5IDU3N3E3IDAgMzcgOCAxMjIgMzMgMjUxIDMzIDI3OSAwIDQ4OC0xMjQgMjQtMTMgMzgtMTMgMjUgMCA0Mi41IDE3LjVUMTIyMyA1NDF6bTEwOCAyNDhxMCA0Ny00MCA3MC0xMjYgNzMtMjkzIDExMC41VDY1NSAxMDA3cS0yMDQgMC0zNjQtNDctMjMtNy0zOC41LTI1LjVUMjM3IDg4NnEwLTMxIDIwLjUtNTJ0NTEuNS0yMXExMSAwIDQwIDggMTMzIDM3IDMwNyAzNyAxNTkgMCAzMDkuNS0zNHQyNTMuNS05NXEyMS0xMiA0MC0xMiAyOSAwIDUwLjUgMjAuNVQxMzMxIDc4OXptMjA1LTE0OXEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQxOCIgdW5pY29kZT0i74a9IiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMjQgMTIzM0w3MjEgNjUxbDI0LTMxaDI3OVYyMDVINTE3bC00NC0zMEwzMzEtOThsLTMwLTMwSDB2MzAzbDMwMyA1ODMtMjQgMzBIMHY0MTVoNTA3bDQ0IDMwIDE0MiAyNzMgMzAgMzBoMzAxdi0zMDN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MTkiIHVuaWNvZGU9Iu+GviIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik03ODQgMTY0bDE2IDI0MS0xNiA1MjNxLTEgMTAtNy41IDE3dC0xNi41IDdxLTkgMC0xNi03dC03LTE3bC0xNC01MjMgMTQtMjQxcTEtMTAgNy41LTE2LjVUNzYwIDE0MXEyMiAwIDI0IDIzem0yOTYgMjlsMTEgMjExLTEyIDU4NnEwIDE2LTEzIDI0LTggNS0xNiA1dC0xNi01cS0xMy04LTEzLTI0bC0xLTYtMTAtNTc5cTAtMSAxMS0yMzZ2LTFxMC0xMCA2LTE3IDktMTEgMjMtMTEgMTEgMCAyMCA5IDkgNyA5IDIwek0zNSA1MzNsMjAtMTI4LTIwLTEyNnEtMi05LTktOXQtOSA5TDAgNDA1bDE3IDEyOHEyIDkgOSA5dDktOXptODYgNzlsMjYtMjA3LTI2LTIwM3EtMi05LTEwLTktOSAwLTkgMTBMNzkgNDA1bDIzIDIwN3EwIDkgOSA5IDggMCAxMC05em0yODAtNDUzek0yMTMgNjUwbDI1LTI0NS0yNS0yMzdxMC0xMS0xMS0xMS0xMCAwLTEyIDExbC0yMSAyMzcgMjEgMjQ1cTIgMTIgMTIgMTIgMTEgMCAxMS0xMnptOTQgN2wyMy0yNTItMjMtMjQ0cS0yLTEzLTE0LTEzLTEzIDAtMTMgMTNsLTIxIDI0NCAyMSAyNTJxMCAxMyAxMyAxMyAxMiAwIDE0LTEzem05NC0xOGwyMS0yMzQtMjEtMjQ2cS0yLTE2LTE2LTE2LTYgMC0xMC41IDQuNVQzNzAgMTU5bC0yMCAyNDYgMjAgMjM0cTAgNiA0LjUgMTAuNVQzODUgNjU0cTE0IDAgMTYtMTV6bTM4My00NzV6TTQ5NSA3ODVsMjEtMzgwLTIxLTI0NnEwLTctNS0xMi41dC0xMi01LjVxLTE2IDAtMTggMThsLTE4IDI0NiAxOCAzODBxMiAxOCAxOCAxOCA3IDAgMTItNS41dDUtMTIuNXptOTQgODZsMTktNDY4LTE5LTI0NHEwLTgtNS41LTEzLjVUNTcwIDE0MHEtMTggMC0yMCAxOWwtMTYgMjQ0IDE2IDQ2OHEyIDE5IDIwIDE5IDggMCAxMy41LTUuNVQ1ODkgODcxem05OCA0MGwxOC01MDYtMTgtMjQycS0yLTIxLTIyLTIxLTE5IDAtMjEgMjFsLTE2IDI0MiAxNiA1MDZxMCA5IDYuNSAxNS41VDY2NSA5MzNxOSAwIDE1LTYuNXQ3LTE1LjV6bTM5Mi03NDJ6TTg4MSA5MTVsMTUtNTEwLTE1LTIzOXEwLTEwLTcuNS0xNy41VDg1NiAxNDF0LTE3IDctOCAxOGwtMTQgMjM5IDE0IDUxMHEwIDExIDcuNSAxOHQxNy41IDcgMTcuNS03IDcuNS0xOHptOTktMTlsMTQtNDkyLTE0LTIzNnEwLTExLTgtMTl0LTE5LTgtMTkgOC05IDE5bC0xMiAyMzYgMTIgNDkycTEgMTIgOSAyMHQxOSA4IDE4LjUtOCA4LjUtMjB6bTIxMi00OTJsLTE0LTIzMXEwLTEzLTktMjJ0LTIyLTktMjIgOS0xMCAyMmwtNiAxMTQtNiAxMTcgMTIgNjM2djNxMiAxNSAxMiAyNCA5IDcgMjAgNyA4IDAgMTUtNSAxNC04IDE2LTI2em0xMTEyIDE5cTAtMTE3LTgzLTE5OS41VDIwMjEgMTQxaC03ODZxLTEzIDItMjIgMTF0LTkgMjJ2ODk5cTAgMjMgMjggMzMgODUgMzQgMTgxIDM0IDE5NSAwIDMzOC0xMzEuNVQxOTExIDY4NXE1MyAyMiAxMTAgMjIgMTE3IDAgMjAwLTgzdDgzLTIwMXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFDMCIgdW5pY29kZT0i74eAIiBkPSJNNzY4IDc2OHEyMzcgMCA0NDMgNDN0MzI1IDEyN1Y3NjhxMC02OS0xMDMtMTI4dC0yODAtOTMuNVQ3NjggNTEydC0zODUgMzQuNVQxMDMgNjQwIDAgNzY4djE3MHExMTktODQgMzI1LTEyN3Q0NDMtNDN6bTAtNzY4cTIzNyAwIDQ0MyA0M3QzMjUgMTI3VjBxMC02OS0xMDMtMTI4dC0yODAtOTMuNVQ3NjgtMjU2dC0zODUgMzQuNVQxMDMtMTI4IDAgMHYxNzBRMTE5IDg2IDMyNSA0M1Q3NjggMHptMCAzODRxMjM3IDAgNDQzIDQzdDMyNSAxMjdWMzg0cTAtNjktMTAzLTEyOHQtMjgwLTkzLjVUNzY4IDEyOHQtMzg1IDM0LjVUMTAzIDI1NiAwIDM4NHYxNzBxMTE5LTg0IDMyNS0xMjd0NDQzLTQzem0wIDExNTJxMjA4IDAgMzg1LTM0LjV0MjgwLTkzLjUgMTAzLTEyOHYtMTI4cTAtNjktMTAzLTEyOHQtMjgwLTkzLjVUNzY4IDg5NnQtMzg1IDM0LjUtMjgwIDkzLjVUMCAxMTUydjEyOHEwIDY5IDEwMyAxMjh0MjgwIDkzLjUgMzg1IDM0LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxQzEiIHVuaWNvZGU9Iu+HgSIgZD0iTTE0NjggMTE1NnEyOC0yOCA0OC03NnQyMC04OFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4OTZxNDAgMCA4OC0yMHQ3Ni00OHptLTQ0NCAyNDR2LTM3NmgzNzZxLTEwIDI5LTIyIDQxbC0zMTMgMzEzcS0xMiAxMi00MSAyMnptMzg0LTE1MjhWODk2SDk5MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYtMTI4aDEyODB6TTg5NCA0NjVxMzMtMjYgODQtNTYgNTkgNyAxMTcgNyAxNDcgMCAxNzctNDkgMTYtMjIgMi01MiAwLTEtMS0ybC0yLTJ2LTFxLTYtMzgtNzEtMzgtNDggMC0xMTUgMjB0LTEzMCA1M3EtMjIxLTI0LTM5Mi04M1E0MTAgMCAzMjEgMHEtMTUgMC0yOCA3bC0yNCAxMnEtMSAxLTYgNS0xMCAxMC02IDM2IDkgNDAgNTYgOTEuNVQ0NDUgMjQ4cTE0IDkgMjMtNiAyLTIgMi00IDUyIDg1IDEwNyAxOTcgNjggMTM2IDEwNCAyNjItMjQgODItMzAuNSAxNTkuNVQ2NTcgOTg0cTExIDQwIDQyIDQwaDIycTIzIDAgMzUtMTUgMTgtMjEgOS02OC0yLTYtNC04IDEtMyAxLTh2LTMwcS0yLTEyMy0xNC0xOTIgNTUtMTY0IDE0Ni0yMzh6TTMxOCA1NHE1MiAyNCAxMzcgMTU4LTUxLTQwLTg3LjUtODRUMzE4IDU0em0zOTggOTIwcS0xNS00Mi0yLTEzMiAxIDcgNyA0NCAwIDMgNyA0MyAxIDQgNCA4LTEgMS0xIDItMSAyLTEgMy0xIDIyLTEzIDM2IDAtMS0xLTJ2LTJ6TTU5MiAzMTNxMTM1IDU0IDI4NCA4MS0yIDEtMTMgOS41VDg0NyA0MTdxLTc2IDY3LTEyNyAxNzYtMjctODYtODMtMTk3LTMwLTU2LTQ1LTgzem02NDYgMTZxLTI0IDI0LTE0MCAyNCA3Ni0yOCAxMjQtMjggMTQgMCAxOCAxIDAgMS0yIDN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MjIiIHVuaWNvZGU9Iu+HgiIgZD0iTTE0NjggMTE1NnEyOC0yOCA0OC03NnQyMC04OFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4OTZxNDAgMCA4OC0yMHQ3Ni00OHptLTQ0NCAyNDR2LTM3NmgzNzZxLTEwIDI5LTIyIDQxbC0zMTMgMzEzcS0xMiAxMi00MSAyMnptMzg0LTE1MjhWODk2SDk5MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYtMTI4aDEyODB6TTIzMyA3NjhWNjYxaDcwTDQ2NyAwaDE1OWwxMjggNDg1cTcgMjAgMTAgNDYgMiAxNiAyIDI0aDRsMy0yNHExLTMgMy41LTIwdDUuNS0yNkw5MTAgMGgxNTlsMTY0IDY2MWg3MHYxMDdoLTMwMFY2NjFoOTBsLTk5LTQzOHEtNS0yMC03LTQ2bC0yLTIxaC00cTAgMy0uNSA2LjV0LTEuNSA4LTEgNi41cS0xIDUtNCAyMXQtNSAyNUw4MjUgNzY4SDcxMUw1NjcgMjIzcS0yLTktNC41LTI0LjVUNTU5IDE3N2wtNC0yMWgtNGwtMiAyMXEtMiAyNi03IDQ2bC05OSA0MzhoOTB2MTA3SDIzM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQyMyIgdW5pY29kZT0i74eDIiBkPSJNMTQ2OCAxMTU2cTI4LTI4IDQ4LTc2dDIwLTg4Vi0xNjBxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMC0xNjB2MTYwMHEwIDQwIDI4IDY4dDY4IDI4aDg5NnE0MCAwIDg4LTIwdDc2LTQ4em0tNDQ0IDI0NHYtMzc2aDM3NnEtMTAgMjktMjIgNDFsLTMxMyAzMTNxLTEyIDEyLTQxIDIyem0zODQtMTUyOFY4OTZIOTkycS00MCAwLTY4IDI4dC0yOCA2OHY0MTZIMTI4Vi0xMjhoMTI4MHpNNDI5IDEwNlYwaDI4MXYxMDZoLTc1bDEwMyAxNjFxNSA3IDEwIDE2LjV0Ny41IDEzLjUgMy41IDRoMnExLTQgNS0xMCAyLTQgNC41LTcuNXQ2LTggNi41LTguNWwxMDctMTYxaC03NlYwaDI5MXYxMDZoLTY4TDg0NSAzNzlsMTk1IDI4Mmg2N3YxMDdIODI4VjY2MWg3NEw3OTkgNTAycS00LTctMTAtMTYuNXQtOS0xMy41bC0yLTNoLTJxLTEgNC01IDEwLTYgMTEtMTcgMjNMNjQ4IDY2MWg3NnYxMDdINDM0VjY2MWg2OGwxODktMjcyLTE5NC0yODNoLTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDI0IiB1bmljb2RlPSLvh4QiIGQ9Ik0xNDY4IDExNTZxMjgtMjggNDgtNzZ0MjAtODhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODk2cTQwIDAgODgtMjB0NzYtNDh6bS00NDQgMjQ0di0zNzZoMzc2cS0xMCAyOS0yMiA0MWwtMzEzIDMxM3EtMTIgMTItNDEgMjJ6bTM4NC0xNTI4Vjg5Nkg5OTJxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgxMjhWLTEyOGgxMjgwek00MTYgMTA2VjBoMzI3djEwNmgtOTN2MTY3aDEzN3E3NiAwIDExOCAxNSA2NyAyMyAxMDYuNSA4N3QzOS41IDE0NnEwIDgxLTM3IDE0MXQtMTAwIDg3cS00OCAxOS0xMzAgMTlINDE2VjY2MWg5MlYxMDZoLTkyem0zNTMgMjgwSDY1MHYyNjhoMTIwcTUyIDAgODMtMTggNTYtMzMgNTYtMTE1IDAtODktNjItMTIwLTMxLTE1LTc4LTE1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDI1IiB1bmljb2RlPSLvh4UiIGQ9Ik0xNDY4IDExNTZxMjgtMjggNDgtNzZ0MjAtODhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODk2cTQwIDAgODgtMjB0NzYtNDh6bS00NDQgMjQ0di0zNzZoMzc2cS0xMCAyOS0yMiA0MWwtMzEzIDMxM3EtMTIgMTItNDEgMjJ6bTM4NC0xNTI4Vjg5Nkg5OTJxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgxMjhWLTEyOGgxMjgwem0tMTI4IDQ0OFYwSDI1NnYxOTJsMTkyIDE5MiAxMjgtMTI4IDM4NCAzODR6TTQ0OCA1MTJxLTgwIDAtMTM2IDU2dC01NiAxMzYgNTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2LTU2LTEzNi0xMzYtNTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MjYiIHVuaWNvZGU9Iu+HhiIgZD0iTTY0MCAxMTUydjEyOEg1MTJ2LTEyOGgxMjh6bTEyOC0xMjh2MTI4SDY0MHYtMTI4aDEyOHpNNjQwIDg5NnYxMjhINTEyVjg5NmgxMjh6bTEyOC0xMjh2MTI4SDY0MFY3NjhoMTI4em03MDAgMzg4cTI4LTI4IDQ4LTc2dDIwLTg4Vi0xNjBxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMC0xNjB2MTYwMHEwIDQwIDI4IDY4dDY4IDI4aDg5NnE0MCAwIDg4LTIwdDc2LTQ4em0tNDQ0IDI0NHYtMzc2aDM3NnEtMTAgMjktMjIgNDFsLTMxMyAzMTNxLTEyIDEyLTQxIDIyem0zODQtMTUyOFY4OTZIOTkycS00MCAwLTY4IDI4dC0yOCA2OHY0MTZINzY4di0xMjhINjQwdjEyOEgxMjhWLTEyOGgxMjgwek03ODEgNTkzbDEwNy0zNDlxOC0yNyA4LTUyIDAtODMtNzIuNS0xMzcuNVQ2NDAgMCA0NTYuNSA1NC41IDM4NCAxOTJxMCAyNSA4IDUyIDIxIDYzIDEyMCAzOTZ2MTI4aDEyOFY2NDBoNzlxMjIgMCAzOS0xM3QyMy0zNHpNNjQwIDEyOHE1MyAwIDkwLjUgMTl0MzcuNSA0NS0zNy41IDQ1LTkwLjUgMTktOTAuNS0xOS0zNy41LTQ1IDM3LjUtNDUgOTAuNS0xOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQyNyIgdW5pY29kZT0i74eHIiBkPSJNMTQ2OCAxMTU2cTI4LTI4IDQ4LTc2dDIwLTg4Vi0xNjBxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMC0xNjB2MTYwMHEwIDQwIDI4IDY4dDY4IDI4aDg5NnE0MCAwIDg4LTIwdDc2LTQ4em0tNDQ0IDI0NHYtMzc2aDM3NnEtMTAgMjktMjIgNDFsLTMxMyAzMTNxLTEyIDEyLTQxIDIyem0zODQtMTUyOFY4OTZIOTkycS00MCAwLTY4IDI4dC0yOCA2OHY0MTZIMTI4Vi0xMjhoMTI4MHpNNjIwIDY4NnEyMC04IDIwLTMwVjExMnEwLTIyLTIwLTMwLTgtMi0xMi0yLTEyIDAtMjMgOUw0MTkgMjU2SDI4OHEtMTQgMC0yMyA5dC05IDIzdjE5MnEwIDE0IDkgMjN0MjMgOWgxMzFsMTY2IDE2N3ExNiAxNSAzNSA3ek0xMDM3LTNxMzEgMCA1MCAyNCAxMjkgMTU5IDEyOSAzNjN0LTEyOSAzNjNxLTE2IDIxLTQzIDI0dC00Ny0xNHEtMjEtMTctMjMuNS00My41VDk4OCA2NjZxMTAwLTEyMyAxMDAtMjgyVDk4OCAxMDJxLTE3LTIxLTE0LjUtNDcuNVQ5OTcgMTJxMTgtMTUgNDAtMTV6TTgyNiAxNDVxMjcgMCA0NyAyMCA4NyA5MyA4NyAyMTl0LTg3IDIxOXEtMTggMTktNDUgMjB0LTQ2LTE3LTIwLTQ0LjUgMTgtNDYuNXE1Mi01NyA1Mi0xMzF0LTUyLTEzMXEtMTktMjAtMTgtNDYuNXQyMC00NC41cTIwLTE3IDQ0LTE3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDI4IiB1bmljb2RlPSLvh4giIGQ9Ik0xNDY4IDExNTZxMjgtMjggNDgtNzZ0MjAtODhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODk2cTQwIDAgODgtMjB0NzYtNDh6bS00NDQgMjQ0di0zNzZoMzc2cS0xMCAyOS0yMiA0MWwtMzEzIDMxM3EtMTIgMTItNDEgMjJ6bTM4NC0xNTI4Vjg5Nkg5OTJxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgxMjhWLTEyOGgxMjgwek03NjggNzY4cTUyIDAgOTAtMzh0MzgtOTBWMjU2cTAtNTItMzgtOTB0LTkwLTM4SDM4NHEtNTIgMC05MCAzOHQtMzggOTB2Mzg0cTAgNTIgMzggOTB0OTAgMzhoMzg0em00OTItMnEyMC04IDIwLTMwVjE2MHEwLTIyLTIwLTMwLTgtMi0xMi0yLTE0IDAtMjMgOUw5NjAgNDAzdjkwbDI2NSAyNjZxOSA5IDIzIDkgNCAwIDEyLTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MjkiIHVuaWNvZGU9Iu+HiSIgZD0iTTE0NjggMTE1NnEyOC0yOCA0OC03NnQyMC04OFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4OTZxNDAgMCA4OC0yMHQ3Ni00OHptLTQ0NCAyNDR2LTM3NmgzNzZxLTEwIDI5LTIyIDQxbC0zMTMgMzEzcS0xMiAxMi00MSAyMnptMzg0LTE1MjhWODk2SDk5MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYtMTI4aDEyODB6TTQ4MCA3NjhxOCAxMSAyMSAxMi41dDI0LTYuNWw1MS0zOHExMS04IDEyLjUtMjF0LTYuNS0yNEw0MDAgNDQ4bDE4Mi0yNDNxOC0xMSA2LjUtMjRUNTc2IDE2MGwtNTEtMzhxLTExLTgtMjQtNi41VDQ4MCAxMjhMMjU0IDQyOXEtMTQgMTkgMCAzOHptODAyLTMwMXExNC0xOSAwLTM4bC0yMjYtMzAxcS04LTExLTIxLTEyLjV0LTI0IDYuNWwtNTEgMzhxLTExIDgtMTIuNSAyMXQ2LjUgMjRsMTgyIDI0My0xODIgMjQzcS04IDExLTYuNSAyNHQxMi41IDIxbDUxIDM4cTExIDggMjQgNi41dDIxLTEyLjV6TTY2MiA2cS0xMyAyLTIwLjUgMTNUNjM2IDQzbDEzOCA4MzFxMiAxMyAxMyAyMC41dDI0IDUuNWw2My0xMHExMy0yIDIwLjUtMTN0NS41LTI0TDc2MiAyMnEtMi0xMy0xMy0yMC41VDcyNS00eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDMwIiB1bmljb2RlPSLvh4oiIGQ9Ik0xNDk3IDcwOVY1MTFxLTEwMS0yMy0xOTgtMjMtNjUtMTM2LTE2NS41LTI3MVQ5NTIgMS41IDgyNC0xMDVxLTgwLTQ1LTE2MiAzLTI4IDE3LTYwLjUgNDMuNXQtODUgODMuNVQ0MTQgMTUzLjV0LTEwNy41IDE4NC0xMDUuNSAyNDRUMTA5LjUgODk2IDM5IDEyODZoMjgzcTI2LTIxOCA3MC0zOTguNXQxMDQuNS0zMTdUNjE4IDMzNXQxNDAtMTk1cTE2OSAxNjkgMjg3IDQwNi0xNDIgNzItMjIzIDIyMHQtODEgMzMzcTAgMTkyIDEwNCAzMTQuNXQyODQgMTIyLjVxMTc4IDAgMjczLTEwNS41dDk1LTI5Ny41cTAtMTU5LTU4LTI4Ni03LTEtMTkuNS0zdC00Ni0yLTYzIDYtNjIgMjUuNVQxMTk4IDkyNXEzMSAxMDMgMzEgMTg0IDAgODctMjkgMTMydC03OSA0NXEtNTMgMC04NS00OS41dC0zMi0xNDAuNXEwLTE4NiAxMDUtMjkzLjVUMTM3NiA2OTVxNjIgMCAxMjEgMTR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MzEiIHVuaWNvZGU9Iu+HiyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yMTYgMzY3TDgxOS0zNXYzNTlMNDg1IDU0N3ptLTYyIDE0NGwxOTMgMTI5LTE5MyAxMjlWNTExek05NzMtMzVsNjAzIDQwMi0yNjkgMTgwLTMzNC0yMjNWLTM1em0tNzcgNDkzbDI3MiAxODItMjcyIDE4Mi0yNzItMTgyek00ODUgNzMzbDMzNCAyMjN2MzU5TDIxNiA5MTN6bTk2MC05M2wxOTMtMTI5djI1OHptLTEzOCA5M2wyNjkgMTgwLTYwMyA0MDJWOTU2em00ODUgMTgwVjM2N3EwLTQxLTM0LTY0TDkzOS0yNDNxLTIxLTEzLTQzLTEzdC00MyAxM0wzNCAzMDNRMCAzMjYgMCAzNjd2NTQ2cTAgNDEgMzQgNjRsODE5IDU0NnEyMSAxMyA0MyAxM3Q0My0xM2w4MTktNTQ2cTM0LTIzIDM0LTY0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDMyIiB1bmljb2RlPSLvh4wiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTgwMCA3NjRxMTExLTQ2IDE3OS41LTE0NS41VDIwNDggMzk3cTAtMTY0LTExOC0yODAuNVQxNjQ1IDBxLTQgMC0xMS41LjVUMTYyMyAxSDQwNlEyMzYgMTEgMTE4IDEyNi41VDAgNDA3cTAgMTEwIDU1IDIwM3QxNDcgMTQ3cS0xMiAzOS0xMiA4MiAwIDExNSA4MiAxOTZ0MTk5IDgxcTk1IDAgMTcyLTU4IDc1IDE1NCAyMjIuNSAyNDh0MzI2LjUgOTRxMTY2IDAgMzA2LTgwLjV0MjIxLjUtMjE4LjUgODEuNS0zMDFxMC02LS41LTE4dC0uNS0xOHpNNDY4IDQ5OHEwLTEyMiA4NC0xOTN0MjA4LTcxcTEzNyAwIDI0MCA5OS0xNiAyMC00Ny41IDU2LjVUOTA5IDQ0MHEtNjctNjUtMTQ0LTY1LTU1IDAtOTMuNSAzMy41VDYzMyA0OTZxMCA1MyAzOC41IDg3dDkxLjUgMzRxNDQgMCA4NC41LTIxdDczLTU1IDY1LTc1IDY5LTgyIDc3LTc1IDk3LTU1IDEyMS41LTIxcTEyMSAwIDIwNC41IDcxLjVUMTYzOCA0OTVxMCAxMjEtODQgMTkydC0yMDcgNzFxLTE0MyAwLTI0MS05N2w5My0xMDhxNjYgNjQgMTQyIDY0IDUyIDAgOTItMzN0NDAtODRxMC01Ny0zNy05MS41dC05NC0zNC41cS00MyAwLTgyLjUgMjF0LTcyIDU1LTY1LjUgNzUtNjkuNSA4Mi03Ny41IDc1LTk2LjUgNTVUNzYwIDc1OHEtMTIyIDAtMjA3LTcwLjVUNDY4IDQ5OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQzMyIgdW5pY29kZT0i74eNIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTg5NiAxNTM2cTE4MiAwIDM0OC03MXQyODYtMTkxIDE5MS0yODYgNzEtMzQ4LTcxLTM0OFQxNTMwIDZ0LTI4Ni0xOTEtMzQ4LTcxLTM0OCA3MVQyNjIgNiA3MSAyOTIgMCA2NDB0NzEgMzQ4IDE5MSAyODYgMjg2IDE5MSAzNDggNzF6bTAtMTI4cS0xOTAgMC0zNjEtOTBsMTk0LTE5NHE4MiAyOCAxNjcgMjh0MTY3LTI4bDE5NCAxOTRxLTE3MSA5MC0zNjEgOTB6TTIxOCAyNzlsMTk0IDE5NHEtMjggODItMjggMTY3dDI4IDE2N2wtMTk0IDE5NHEtOTAtMTcxLTkwLTM2MXQ5MC0zNjF6bTY3OC00MDdxMTkwIDAgMzYxIDkwbC0xOTQgMTk0cS04Mi0yOC0xNjctMjh0LTE2NyAyOEw1MzUtMzhxMTcxLTkwIDM2MS05MHptMCAzODRxMTU5IDAgMjcxLjUgMTEyLjVUMTI4MCA2NDB0LTExMi41IDI3MS41VDg5NiAxMDI0IDYyNC41IDkxMS41IDUxMiA2NDB0MTEyLjUtMjcxLjVUODk2IDI1NnptNDg0IDIxN2wxOTQtMTk0cTkwIDE3MSA5MCAzNjF0LTkwIDM2MWwtMTk0LTE5NHEyOC04MiAyOC0xNjd0LTI4LTE2N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQzNCIgdW5pY29kZT0i74eOIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3NjAgNjQwcTAtMTc2LTY4LjUtMzM2dC0xODQtMjc1LjUtMjc1LjUtMTg0VDg5Ni0yMjR0LTMzNiA2OC41LTI3NS41IDE4NC0xODQgMjc1LjVUMzIgNjQwcTAgMjEzIDk3IDM5OC41VDM5NCAxMzQ0dDM3NCAxNTF2LTIyOHEtMjIxLTQ1LTM2Ni41LTIyMVQyNTYgNjQwcTAtMTMwIDUxLTI0OC41dDEzNi41LTIwNFQ2NDcuNSA1MSA4OTYgMHQyNDguNSA1MSAyMDQgMTM2LjUgMTM2LjUgMjA0IDUxIDI0OC41cTAgMjMwLTE0NS41IDQwNlQxMDI0IDEyNjd2MjI4cTIwNi0zMSAzNzQtMTUxdDI2NS0zMDUuNSA5Ny0zOTguNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFEMCIgdW5pY29kZT0i74eQIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE5IDY2MnE4IDIxNyAxMTYgNDA2dDMwNSAzMThoNXEwLTEtMS0zLTgtOC0yOC0zMy41dC01Mi03Ni41LTYwLTExMC41LTQ0LjUtMTM1LjUtMTQtMTUwLjUgMzktMTU3LjVUMzkzIDU2NXE1MC01MCAxMDItNjkuNXQ5MC41LTExLjUgNjkuNSAyMy41IDQ3IDMyLjVsMTYgMTZxMzkgNTEgNTMgMTE2LjV0Ni41IDEyMi41LTIxIDEwNy0yNi41IDgwbC0xNCAyOXEtMTAgMjUtMzAuNSA0OS41dC00MyA0MVQ1OTkgMTEzMXQtMzUgMTlsLTEzIDYgMTA0IDExNXEzOS0xNyA3OC01MnQ1OS02MWwxOS0yN3ExIDQ4LTE4LjUgMTAzLjVUNzUyIDEzMjJsLTIwIDMxIDE2MSAxODMgMTYwLTE4MXEtMzMtNDYtNTIuNS0xMDIuNVQ5NzggMTE2MmwtNC0zM3EyMiAzNyA2MS41IDcyLjV0NjcuNSA1Mi41bDI4IDE3IDEwMy0xMTVxLTQ0LTE0LTg1LTUwdC02MC02NWwtMTktMjlxLTMxLTU2LTQ4LTEzMy41dC03LTE3MCA1Ny0xNTYuNXEzMy00NSA3Ny41LTYwLjV0ODUtNS41IDc2IDI2LjVUMTM2OCA1NDZsMjEgMTZxNjAgNTMgOTYuNSAxMTV0NDguNSAxMjEuNSAxMCAxMjEuNS0xOCAxMTgtMzcgMTA3LjUtNDUuNSA5My00NSA3Mi0zNC41IDQ3LjVsLTEzIDE3cS0xNCAxMy03IDEzbDEwLTNxNDAtMjkgNjIuNS00NnQ2Mi01MCA2NC01OCA1OC41LTY1IDU1LjUtNzcgNDUuNS04OCAzOC0xMDMgMjMuNS0xMTcgMTAuNS0xMzZxMy0yNTktMTA4LTQ2NXQtMzEyLTMyMS00NTYtMTE1cS0xODUgMC0zNTEgNzRUMjYzLjUgMTZ0LTE4NCAyOTNUMTkgNjYyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMUQxIiB1bmljb2RlPSLvh5EiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODc0LTEwMnYtNjZxLTIwOCA2LTM4NSAxMDkuNVQyMDYgMjE3bDU4IDM0cTI5LTQ5IDczLTk5bDY1IDU3UTU1MCA0MSA3NzAtM2wtMTctODZxNjUtMTIgMTIxLTEzek0yNzYgNDI4bC04My0yOHEyMi02MCA0OS0xMTJsLTU3LTMzUTg3IDQzNSA4NyA2NDB0OTggMzg1bDU3LTMzcS0zMC01Ni00OS0xMTJsODItMjhxLTM1LTEwMC0zNS0yMTIgMC0xMDkgMzYtMjEyem0xMjUyLTE3N2w1OC0zNFExNDgwIDQ1IDEzMDMtNTguNVQ5MTgtMTY4djY2cTU2IDEgMTIxIDEzbC0xNyA4NnEyMjAgNDQgMzY4IDIxMmw2NS01N3E0NCA1MCA3MyA5OXptLTE1MSA1NTRsLTIzMy04MHExNC00MiAxNC04NXQtMTQtODVsMjMyLTgwcS0zMS05Mi05OC0xNjlsLTE4NSAxNjJxLTU3LTY3LTE0Ny04NWw0OC0yNDFxLTUyLTEwLTk4LTEwdC05OCAxMGw0OCAyNDFxLTkwIDE4LTE0NyA4NUw1MTQgMzA2cS02NyA3Ny05OCAxNjlsMjMyIDgwcS0xNCA0Mi0xNCA4NXQxNCA4NWwtMjMzIDgwcTMzIDkzIDk5IDE2OWwxODUtMTYycTU5IDY4IDE0NyA4NmwtNDggMjQwcTQ0IDEwIDk4IDEwdDk4LTEwbC00OC0yNDBxODgtMTggMTQ3LTg2bDE4NSAxNjJxNjYtNzYgOTktMTY5em0tNTAzIDY0M3YtNjZxLTY1LTItMTIxLTEzbDE3LTg2cS0yMjAtNDItMzY4LTIxMWwtNjUgNTZxLTM4LTQyLTczLTk4bC01NyAzM3ExMDYgMTcyIDI4MiAyNzUuNVQ4NzQgMTQ0OHptODMxLTgwOHEwLTIwNS05OC0zODVsLTU3IDMzcTI3IDUyIDQ5IDExMmwtODMgMjhxMzYgMTAzIDM2IDIxMiAwIDExMi0zNSAyMTJsODIgMjhxLTE5IDU2LTQ5IDExMmw1NyAzM3E5OC0xODAgOTgtMzg1em0tMTIwIDQyM2wtNTctMzNxLTM1IDU2LTczIDk4bC02NS01NnEtMTQ4IDE2OS0zNjggMjExbDE3IDg2cS01NiAxMS0xMjEgMTN2NjZxMjA5LTYgMzg1LTEwOS41dDI4Mi0yNzUuNXptMTYzLTQyM3EwIDE3My02Ny41IDMzMVQxNDk5IDEyNDN0LTI3MiAxODEuNS0zMzEgNjcuNS0zMzEtNjcuNVQyOTMgMTI0MyAxMTEuNSA5NzEgNDQgNjQwdDY3LjUtMzMxVDI5MyAzN3QyNzItMTgxLjVUODk2LTIxMnQzMzEgNjcuNVQxNDk5IDM3dDE4MS41IDI3MiA2Ny41IDMzMXptNDQgMHEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMUQyIiB1bmljb2RlPSLvh5IiIGQ9Ik01ODIgMjI4cTAtNjYtOTMtNjYtMTA3IDAtMTA3IDYzIDAgNjQgOTggNjQgMTAyIDAgMTAyLTYxem0tMzYgNDY2cTAtODUtNzQtODUtNzcgMC03NyA4NCAwIDkwIDc3IDkwIDM2IDAgNTUtMjUuNXQxOS02My41em0xNjYgNzV2MTI1cS03OC0yOS0xMzUtMjktNTAgMjktMTEwIDI5LTg2IDAtMTQ1LTU3dC01OS0xNDNxMC01MCAyOS41LTEwMnQ3My41LTY3di0zcS0zOC0xNy0zOC04NSAwLTUzIDQxLTc3di0zcS0xMTMtMzctMTEzLTEzOSAwLTQ1IDIwLTc4LjV0NTQtNTFUNDAyIDYzdDgxLThxMjI0IDAgMjI0IDE4OCAwIDY3LTQ4IDk5dC0xMjYgNDZxLTI3IDUtNTEuNSAyMC41VDQ1NyA0NDhxMCA0NCA0OSA1MiA3NyAxNSAxMjIgNzB0NDUgMTM0cTAgMjQtMTAgNTIgMzcgOSA0OSAxM3ptNTktNDE5aDEzN3EtMiAyNy0yIDgydjM4N3EwIDQ2IDIgNjlINzcxcTMtMjMgMy03MVY0MjVxMC01MC0zLTc1em01MDkgMTZ2MTIxcS0zMC0yMS02OC0yMS01MyAwLTUzIDgydjIyNWg1MnE5IDAgMjYuNS0xdDI2LjUtMXYxMTdoLTEwNXEwIDgyIDMgMTAyaC0xNDBxNC0yNCA0LTU1di00N2gtNjBWNzcxcTM2IDMgMzcgMyAzIDAgMTEtLjV0MTItLjV2LTJoLTJWNTU0cTAtMzcgMi41LTY0dDExLjUtNTYuNSAyNC41LTQ4LjUgNDMuNS0zMSA2Ni0xMnE2NCAwIDEwOCAyNHptLTM1NiA3MDZxMCAzNi0yNCA2My41dC02MCAyNy41LTYwLjUtMjctMjQuNS02NHEwLTM2IDI1LTYyLjV0NjAtMjYuNSA1OS41IDI3IDI0LjUgNjJ6bTYxMiA0OFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDM4IiB1bmljb2RlPSLvh5MiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNTk1IDIycTAgMTAwLTE2NSAxMDAtMTU4IDAtMTU4LTEwNCAwLTEwMSAxNzItMTAxIDE1MSAwIDE1MSAxMDV6bS01OSA3NTVxMCA2MS0zMCAxMDJ0LTg5IDQxcS0xMjQgMC0xMjQtMTQ1IDAtMTM1IDEyNC0xMzUgMTE5IDAgMTE5IDEzN3ptMjY5IDMyNFY4OTlxLTM2LTEyLTc5LTIyIDE2LTQzIDE2LTg0IDAtMTI3LTczLTIxNi41VDQ3MiA0NjRxLTQwLTgtNTkuNS0yN1QzOTMgMzc5cTAtMzEgMjIuNS01MS41dDU4LTMyIDc4LjUtMjIgODYtMjUuNSA3OC41LTM3LjUgNTgtNjRUNzk3IDQ4cTAtMzA0LTM2My0zMDQtNjkgMC0xMzAgMTIuNXQtMTE2IDQxLTg3LjUgODJUNjggN3EwIDE2NSAxODIgMjI1djRxLTY3IDQxLTY3IDEyNiAwIDEwOSA2MyAxMzd2NHEtNzIgMjQtMTE5LjUgMTA4LjVUNzkgNzc3cTAgMTM5IDk1IDIzMS41dDIzNSA5Mi41cTk2IDAgMTc4LTQ3IDk4IDAgMjE4IDQ3em0zMTgtODgxSDkwMXE0IDQ1IDQgMTM0djYwOXEwIDk0LTQgMTI4aDIyMnEtNC0zMy00LTEyNFYzNTRxMC04OSA0LTEzNHptNjAxIDIyMlYyNDZxLTcxLTM5LTE3NC0zOS02MiAwLTEwNyAyMHQtNzAgNTAtMzkuNSA3OC0xOC41IDkyLTQgMTAzdjM1MWgydjRxLTcgMC0xOSAxdC0xOCAxcS0yMSAwLTU5LTZ2MTkwaDk2djc2cTAgNTQtNiA4OWgyMjdxLTYtNDEtNi0xNjVoMTcxVjkwMXEtMTUgMC00My41IDJ0LTQyLjUgMmgtODVWNTQwcTAtMTMxIDg3LTEzMSA2MSAwIDEwOSAzM3ptLTU3NiA5NDdxMC01OC0zOS0xMDEuNXQtOTYtNDMuNXEtNTggMC05OCA0My41VDg3NSAxMzg5cTAgNTkgMzkuNSAxMDN0OTguNSA0NHE1OCAwIDk2LjUtNDQuNVQxMTQ4IDEzODl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MzkiIHVuaWNvZGU9Iu+HlCIgZD0iTTgwOSA1MzJsMjY2IDQ5OUg5NjNMODA2IDcxOXEtMjQtNDgtNDQtOTJsLTQyIDkyLTE1NSAzMTJINDQ1bDI2My00OTNWMjE0aDEwMXYzMTh6bTcyNyA1ODhWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFENSIgdW5pY29kZT0i74eVIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTg0MiA5NjRxMC04MC01Ny0xMzYuNVQ2NDkgNzcxcS02MCAwLTExMSAzNS02Mi02Ny0xMTUtMTQ2LTI0Ny0zNzEtMjAyLTg1OSAxLTIyLTEyLjUtMzguNVQxNzQtMjU2aC01cS0yMCAwLTM1IDEzLjVUMTE3LTIwOXEtMTQgMTI2LTMuNSAyNDcuNXQyOS41IDIxNyA1NCAxODZUMjY2IDU5N3Q3NCAxMjVxNjEgOTAgMTMyIDE2NS0xNiAzNS0xNiA3NyAwIDgwIDU2LjUgMTM2LjVUNjQ5IDExNTd0MTM2LjUtNTYuNVQ4NDIgOTY0em0zODEtMTFxMC0xNTgtNzgtMjkyVDkzMi41IDQ0OSA2NDAgMzcxcS02NCAwLTEzMSAxNC0yMSA1LTMyLjUgMjMuNVQ0NzAgNDQ4cTUgMjAgMjMgMzEuNXQzOSA3LjVxNTEtMTMgMTA4LTEzIDk3IDAgMTg2IDM4dDE1MyAxMDIgMTAyIDE1MyAzOCAxODYtMzggMTg2LTEwMiAxNTMtMTUzIDEwMi0xODYgMzgtMTg2LTM4LTE1My0xMDItMTAyLTE1My0zOC0xODZxMC0xMTQgNTItMjE4IDEwLTIwIDMuNS00MFQxOTEgNjY1dC0zOS41LTMtMzAuNSAyNlE1NyA4MTEgNTcgOTUzcTAgMTE5IDQ2LjUgMjI3VDIyOCAxMzY2dDE4NiAxMjQgMjI2IDQ2cTE1OCAwIDI5Mi41LTc4dDIxMi41LTIxMi41IDc4LTI5Mi41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMUQ2IiB1bmljb2RlPSLvh5YiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMjcwIDczMHEtOCAxOS04IDUyIDAgMjAgMTEgNDl0MjQgNDVxLTEgMjIgNy41IDUzdDIyLjUgNDNxMCAxMzkgOTIuNSAyODguNVQ2MzcgMTQ3MHExMzkgNjYgMzI0IDY2IDEzMyAwIDI2Ni01NSA0OS0yMSA5MC00OHQ3MS01NiA1NS02OCA0Mi03NCAzMi41LTg0LjUgMjUuNS04OS41IDIyLTk4bDEtNXE1NS04MyA1NS0xNTAgMC0xNC05LTQwdC05LTM4cTAtMSAxLjUtMy41dDMuNS01IDItMy41cTc3LTExNCAxMjAuNS0yMTQuNVQxNzc0IDI5NXEwLTQzLTE5LjUtMTAwdC01NS41LTU3cS05IDAtMTkuNSA3LjV0LTE5IDE3LjUtMTkgMjYtMTYgMjYuNS0xMy41IDI2LTkgMTcuNXEtMSAxLTMgMWwtNS00cS01OS0xNTQtMTMyLTIyMyAyMC0yMCA2MS41LTM4LjV0NjktNDEuNSAzNS41LTY1cS0yLTQtNC0xNnQtNy0xOHEtNjQtOTctMzAyLTk3LTUzIDAtMTEwLjUgOXQtOTggMjAtMTA0LjUgMzBxLTE1IDUtMjMgNy0xNCA0LTQ2IDQuNXQtNDAgMS41cS00MS00NS0xMjcuNS02NVQ1OTgtMjU2cS0zNSAwLTY5IDEuNXQtOTMgOVQzMzUtMjI1dC03NC41IDQwLTMyLjUgNjRxMCA0MCAxMCA1OS41VDI3OS0xM3ExMSAyIDQwLjUgMTNUMzY5IDEycTQgMCAxNCAyIDIgMiAyIDRsLTIgM3EtNDggMTEtMTA4IDEwNS41VDIwMiAyODNsLTUgM3EtNCAwLTEyLTIwLTE4LTQxLTU0LjUtNzQuNVQ1MyAxNTRoLTFxLTQgMC02IDQuNXQtNSA1LjVxLTIzIDU0LTIzIDEwMCAwIDI3NSAyNTIgNDY2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMUQ3IiB1bmljb2RlPSLvh5ciIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNTgwIDEwNzVxMCA0MS0yNSA2NnQtNjYgMjVxLTQzIDAtNzYtMjUuNXQtMzMtNjUuNXEwLTM5IDMzLTY0LjV0NzYtMjUuNXE0MSAwIDY2IDI0LjV0MjUgNjUuNXptNzQzLTUwN3EwIDI4LTI1LjUgNTB0LTY1LjUgMjJxLTI3IDAtNDkuNS0yMi41VDExNjAgNTY4cTAtMjggMjIuNS01MC41VDEyMzIgNDk1cTQwIDAgNjUuNSAyMnQyNS41IDUxem0tMjM2IDUwN3EwIDQxLTI0LjUgNjZ0LTY1LjUgMjVxLTQzIDAtNzYtMjUuNXQtMzMtNjUuNXEwLTM5IDMzLTY0LjV0NzYtMjUuNXE0MSAwIDY1LjUgMjQuNXQyNC41IDY1LjV6bTYzNS01MDdxMCAyOC0yNiA1MHQtNjUgMjJxLTI3IDAtNDkuNS0yMi41VDE1NTkgNTY4cTAtMjggMjIuNS01MC41VDE2MzEgNDk1cTM5IDAgNjUgMjJ0MjYgNTF6bS0yNjYgMzk3cS0zMSA0LTcwIDQtMTY5IDAtMzExLTc3VDg1MS41IDY4My41IDc3MCAzOTZxMC03OCAyMy0xNTItMzUtMy02OC0zLTI2IDAtNTAgMS41dC01NSA2LjUtNDQuNSA3LTU0LjUgMTAuNS01MCAxMC41TDIxOCAxNTBsNzIgMjE4UTAgNTcxIDAgODU4cTAgMTY5IDk3LjUgMzExdDI2NCAyMjMuNVQ3MjUgMTQ3NHExNzYgMCAzMzIuNS02NnQyNjItMTgyLjVUMTQ1NiA5NjV6bTU5Mi01NjFxMC0xMTctNjguNS0yMjMuNVQxNzk0LTEzbDU1LTE4MS0xOTkgMTA5cS0xNTAtMzctMjE4LTM3LTE2OSAwLTMxMSA3MC41VDg5Ny41IDE0MCA4MTYgNDA0dDgxLjUgMjY0VDExMjEgODU5LjV0MzExIDcwLjVxMTYxIDAgMzAzLTcwLjV0MjI3LjUtMTkyVDIwNDggNDA0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDQzIiB1bmljb2RlPSLvh5giIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc2NCAxNTI1cTMzLTI0IDI3LTY0TDE1MzUtNzVxLTUtMjktMzItNDUtMTQtOC0zMS04LTExIDAtMjQgNUw5OTUgNjIgNzUzLTIzM3EtMTgtMjMtNDktMjMtMTMgMC0yMiA0LTE5IDctMzAuNSAyMy41VDY0MC0xOTJ2MzQ5bDg2NCAxMDU5TDQzNSAyOTEgNDAgNDUzUTMgNDY3IDAgNTA4cS0yIDQwIDMyIDU5bDE2NjQgOTYwcTE1IDkgMzIgOSAyMCAwIDM2LTExeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDQ0IiB1bmljb2RlPSLvh5kiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc2NCAxNTI1cTMzLTI0IDI3LTY0TDE1MzUtNzVxLTUtMjktMzItNDUtMTQtOC0zMS04LTExIDAtMjQgNUw5MjEgOTIgNjIzLTIzNXEtMTgtMjEtNDctMjEtMTQgMC0yMyA0LTE5IDctMzAgMjMuNVQ1MTItMTkydjQ1Mkw0MCA0NTNRMyA0NjcgMCA1MDhxLTMgMzkgMzIgNTlsMTY2NCA5NjBxMzUgMjEgNjgtMnpNMTQyMiAyNmwyMjEgMTMyM0wyMDkgNTIybDMzNi0xMzcgODYzIDYzOS00NzgtNzk3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDQ1IiB1bmljb2RlPSLvh5oiIGQ9Ik0xNTM2IDY0MHEwLTE1Ni02MS0yOThUMTMxMSA5NyAxMDY2LTY3dC0yOTgtNjFxLTE3MiAwLTMyNyA3Mi41VDE3NyAxNDlxLTcgMTAtNi41IDIyLjVUMTc5IDE5MmwxMzcgMTM4cTEwIDkgMjUgOSAxNi0yIDIzLTEyIDczLTk1IDE3OS0xNDd0MjI1LTUycTEwNCAwIDE5OC41IDQwLjVUMTEzMCAyNzh0MTA5LjUgMTYzLjVUMTI4MCA2NDB0LTQwLjUgMTk4LjVUMTEzMCAxMDAydC0xNjMuNSAxMDkuNVQ3NjggMTE1MnEtOTggMC0xODgtMzUuNVQ0MjAgMTAxNWwxMzctMTM4cTMxLTMwIDE0LTY5LTE3LTQwLTU5LTQwSDY0cS0yNiAwLTQ1IDE5VDAgODMydjQ0OHEwIDQyIDQwIDU5IDM5IDE3IDY5LTE0bDEzMC0xMjlxMTA3IDEwMSAyNDQuNSAxNTYuNVQ3NjggMTQwOHExNTYgMCAyOTgtNjF0MjQ1LTE2NCAxNjQtMjQ1IDYxLTI5OHpNODk2IDkyOFY0ODBxMC0xNC05LTIzdC0yMy05SDU0NHEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDIyNHYzNTJxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NDYiIHVuaWNvZGU9Iu+HmyIgZD0iTTc2OCAxMjgwcS0xMzAgMC0yNDguNS01MXQtMjA0LTEzNi41LTEzNi41LTIwNFQxMjggNjQwdDUxLTI0OC41IDEzNi41LTIwNFQ1MTkuNSA1MSA3NjggMHQyNDguNSA1MSAyMDQgMTM2LjUgMTM2LjUgMjA0IDUxIDI0OC41LTUxIDI0OC41LTEzNi41IDIwNC0yMDQgMTM2LjUtMjQ4LjUgNTF6bTc2OC02NDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NDciIHVuaWNvZGU9Iu+HnCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjgyLTEyOHEtNDQgMC0xMzIuNSAzLjVUMTQxNi0xMjFxLTQ0IDAtMTMyLTMuNXQtMTMyLTMuNXEtMjQgMC0zNyAyMC41VDExMDItNjJxMCAzMSAxNyA0NnQzOSAxNyA1MSA3IDQ1IDE1cTMzIDIxIDMzIDE0MGwtMSAzOTFxMCAyMS0xIDMxLTEzIDQtNTAgNEg1NjBxLTM4IDAtNTEtNC0xLTEwLTEtMzFsLTEtMzcxcTAtMTQyIDM3LTE2NCAxNi0xMCA0OC0xM3Q1Ny0zLjUgNDUtMTVUNzE0LTU4cTAtMjYtMTIuNS00OFQ2NjUtMTI4cS00NyAwLTEzOS41IDMuNVQzODctMTIxcS00MyAwLTEyOC0zLjVUMTMyLTEyOHEtMjMgMC0zNS41IDIxVDg0LTYycTAgMzAgMTUuNSA0NXQzNiAxNy41VDE4MyA4dDQyIDE1cTMzIDIzIDMzIDE0M2wtMSA1N3Y4MTNxMCAzIC41IDI2dDAgMzYuNS0xLjUgMzguNS0zLjUgNDItNi41IDM2LjUtMTEgMzEuNS0xNiAxOHEtMTUgMTAtNDUgMTJ0LTUzIDItNDEgMTQtMTggNDVxMCAyNiAxMiA0OHQzNiAyMnE0NiAwIDEzOC41LTMuNVQzODcgMTQwMXE0MiAwIDEyNi41IDMuNVQ2NDAgMTQwOHEyNSAwIDM3LjUtMjJ0MTIuNS00OHEwLTMwLTE3LTQzLjV0LTM4LjUtMTQuNS00OS41LTQtNDMtMTNxLTM1LTIxLTM1LTE2MGwxLTMyMHEwLTIxIDEtMzIgMTMtMyAzOS0zaDY5OXEyNSAwIDM4IDMgMSAxMSAxIDMybDEgMzIwcTAgMTM5LTM1IDE2MC0xOCAxMS01OC41IDEyLjV0LTY2IDEzLTI1LjUgNDkuNXEwIDI2IDEyLjUgNDh0MzcuNSAyMnE0NCAwIDEzMi0zLjV0MTMyLTMuNXE0MyAwIDEyOSAzLjV0MTI5IDMuNXEyNSAwIDM3LjUtMjJ0MTIuNS00OHEwLTMwLTE3LjUtNDR0LTQwLTE0LjUtNTEuNS0zLTQ0LTEyLjVxLTM1LTIzLTM1LTE2MWwxLTk0M3EwLTExOSAzNC0xNDAgMTYtMTAgNDYtMTMuNXQ1My41LTQuNSA0MS41LTE1LjUgMTgtNDQuNXEwLTI2LTEyLTQ4dC0zNi0yMnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ0OCIgdW5pY29kZT0i74edIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEyNzggMTM0N3YtNzNxMC0yOS0xOC41LTYxdC00Mi41LTMycS01MCAwLTU0LTEtMjYtNi0zMi0zMS0zLTExLTMtNjRWLTY3cTAtMjUtMTgtNDN0LTQzLTE4SDk1OXEtMjUgMC00MyAxOHQtMTggNDN2MTIxOEg3NTVWLTY3cTAtMjUtMTcuNS00M1Q2OTQtMTI4SDU4NnEtMjYgMC00My41IDE4VDUyNS02N3Y0OTZxLTE0NyAxMi0yNDUgNTktMTI2IDU4LTE5MiAxNzktNjQgMTE3LTY0IDI1OSAwIDE2NiA4OCAyODYgODggMTE4IDIwOSAxNTkgMTExIDM3IDQxNyAzN2g0NzlxMjUgMCA0My0xOHQxOC00M3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ0OSIgdW5pY29kZT0i74eeIiBkPSJNMzUyIDEyOFYwSDB2MTI4aDM1MnptMzUyIDEyOHEyNiAwIDQ1LTE5dDE5LTQ1Vi02NHEwLTI2LTE5LTQ1dC00NS0xOUg0NDhxLTI2IDAtNDUgMTl0LTE5IDQ1djI1NnEwIDI2IDE5IDQ1dDQ1IDE5aDI1NnptMTYwIDM4NFY1MTJIMHYxMjhoODY0em0tNjQwIDUxMnYtMTI4SDB2MTI4aDIyNHpNMTUzNiAxMjhWMEg4MDB2MTI4aDczNnpNNTc2IDEyODBxMjYgMCA0NS0xOXQxOS00NVY5NjBxMC0yNi0xOS00NXQtNDUtMTlIMzIwcS0yNiAwLTQ1IDE5dC0xOSA0NXYyNTZxMCAyNiAxOSA0NXQ0NSAxOWgyNTZ6bTY0MC01MTJxMjYgMCA0NS0xOXQxOS00NVY0NDhxMC0yNi0xOS00NXQtNDUtMTlIOTYwcS0yNiAwLTQ1IDE5dC0xOSA0NXYyNTZxMCAyNiAxOSA0NXQ0NSAxOWgyNTZ6bTMyMC0xMjhWNTEyaC0yMjR2MTI4aDIyNHptMCA1MTJ2LTEyOEg2NzJ2MTI4aDg2NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFFMCIgdW5pY29kZT0i74egIiBkPSJNMTIxNiA1MTJxMTMzIDAgMjI2LjUtOTMuNVQxNTM2IDE5MnQtOTMuNS0yMjYuNVQxMjE2LTEyOCA5ODkuNS0zNC41IDg5NiAxOTJxMCAxMiAyIDM0TDUzOCA0MDZxLTkyLTg2LTIxOC04Ni0xMzMgMC0yMjYuNSA5My41VDAgNjQwdDkzLjUgMjI2LjVUMzIwIDk2MHExMjYgMCAyMTgtODZsMzYwIDE4MHEtMiAyMi0yIDM0IDAgMTMzIDkzLjUgMjI2LjVUMTIxNiAxNDA4dDIyNi41LTkzLjVUMTUzNiAxMDg4dC05My41LTIyNi41VDEyMTYgNzY4cS0xMjYgMC0yMTggODZMNjM4IDY3NHEyLTIyIDItMzR0LTItMzRsMzYwLTE4MHE5MiA4NiAyMTggODZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTEiIHVuaWNvZGU9Iu+HoSIgZD0iTTEyODAgMzQxcTAgODgtNjIuNSAxNTFUMTA2NyA1NTVxLTg0IDAtMTQ1LTU4TDY4MSA2MTdxMiAxNiAyIDIzdC0yIDIzbDI0MSAxMjBxNjEtNTggMTQ1LTU4IDg4IDAgMTUwLjUgNjN0NjIuNSAxNTEtNjIuNSAxNTAuNVQxMDY3IDExNTJ0LTE1MS02Mi41VDg1MyA5MzlxMC03IDItMjNMNjE0IDc5NnEtNjIgNTctMTQ1IDU3LTg4IDAtMTUwLjUtNjIuNVQyNTYgNjQwdDYyLjUtMTUwLjVUNDY5IDQyN3E4MyAwIDE0NSA1N2wyNDEtMTIwcS0yLTE2LTItMjMgMC04OCA2My0xNTAuNXQxNTEtNjIuNSAxNTAuNSA2Mi41VDEyODAgMzQxem0yNTYgNzc5VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTIiIHVuaWNvZGU9Iu+HoiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik01NzEgOTQ3cS0xMCAyNS0zNCAzNXQtNDkgMHEtMTA4LTQ0LTE5MS0xMjdUMTcwIDY2NHEtMTAtMjUgMC00OXQzNS0zNHExMy01IDI0LTUgNDIgMCA2MCA0MCAzNCA4NCA5OC41IDE0OC41VDUzNiA4NjNxMjUgMTEgMzUgMzV0MCA0OXptOTQyIDM1Nmw0Ni00Ni0yNDQtMjQzIDY4LTY4cTE5LTE5IDE5LTQ1LjV0LTE5LTQ1LjVsLTY0LTY0cTg5LTE2MSA4OS0zNDMgMC0xNDMtNTUuNS0yNzMuNXQtMTUwLTIyNS0yMjUtMTUwVDcwNC0yNTZ0LTI3My41IDU1LjUtMjI1IDE1MC0xNTAgMjI1VDAgNDQ4dDU1LjUgMjczLjUgMTUwIDIyNSAyMjUgMTUwVDcwNCAxMTUycTE4MiAwIDM0My04OWw2NCA2NHExOSAxOSA0NS41IDE5dDQ1LjUtMTlsNjgtNjh6bTggNTZxLTEwLTEwLTIyLTEwLTEzIDAtMjMgMTBsLTkxIDkwcS05IDEwLTkgMjN0OSAyM3ExMCA5IDIzIDl0MjMtOWw5MC05MXExMC05IDEwLTIyLjV0LTEwLTIyLjV6bTIzMC0yMzBxLTExLTktMjMtOXQtMjMgOWwtOTAgOTFxLTEwIDktMTAgMjIuNXQxMCAyMi41cTkgMTAgMjIuNSAxMHQyMi41LTEwbDkxLTkwcTktMTAgOS0yM3QtOS0yM3ptNDEgMTgzcTAtMTQtOS0yM3QtMjMtOWgtOTZxLTE0IDAtMjMgOXQtOSAyMyA5IDIzIDIzIDloOTZxMTQgMCAyMy05dDktMjN6bS0xOTIgMTkydi05NnEwLTE0LTktMjN0LTIzLTktMjMgOS05IDIzdjk2cTAgMTQgOSAyM3QyMyA5IDIzLTkgOS0yM3ptMTUxLTU1bC05MS05MHEtMTAtMTAtMjItMTAtMTMgMC0yMyAxMC0xMCA5LTEwIDIyLjV0MTAgMjIuNWw5MCA5MXExMCA5IDIzIDl0MjMtOXE5LTEwIDktMjN0LTktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTMiIHVuaWNvZGU9Iu+HoyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02MDkgNzIwbDI4NyAyMDggMjg3LTIwOC0xMDktMzM2SDcxOXptMjg3IDgxNnExODIgMCAzNDgtNzF0Mjg2LTE5MSAxOTEtMjg2IDcxLTM0OC03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxem02MTktMTM1MHExNDkgMjAzIDE0OSA0NTR2M2wtMTAyLTg5LTI0MCAyMjQgNjMgMzIzIDEzNC0xMnEtMTUwIDIwNi0zODkgMjgybDUzLTEyNC0yODctMTU5LTI4NyAxNTkgNTMgMTI0cS0yMzktNzYtMzg5LTI4MmwxMzUgMTIgNjItMzIzLTI0MC0yMjQtMTAyIDg5di0zcTAtMjUxIDE0OS00NTRsMzAgMTMyIDMyNi00MEw3NzItMjAgNjU2LTg5cTExNy0zOSAyNDAtMzl0MjQwIDM5bC0xMTYgNjkgMTM5IDI5OCAzMjYgNDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTQiIHVuaWNvZGU9Iu+HpCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik00NDggMjI0VjMycTAtMTQtOS0yM3QtMjMtOUgyMjRxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzek0yNTYgNjA4VjQxNnEwLTE0LTktMjN0LTIzLTlIMzJxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzem01NzYtMzg0VjMycTAtMTQtOS0yM3QtMjMtOUg2MDhxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzek02NDAgNjA4VjQxNnEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3pNNjYgNzY4cS0yOCAwLTQ3IDE5VDAgODMzdjEyOWg1MTRWODMzcTAtMjctMTktNDZ0LTQ2LTE5SDY2em0xMTUwLTU0NFYzMnEwLTE0LTktMjN0LTIzLTlIOTkycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptLTE5MiAzODRWNDE2cTAtMTQtOS0yM3QtMjMtOUg4MDBxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzem01NzYtMzg0VjMycTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptLTE5MiAzODRWNDE2cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMzg0IDQwOHYtMTNoLTUxNHYxMHEwIDEwNC0zODIgMTAyLTM4Mi0xLTM4Mi0xMDJ2LTEwSDB2MTNxMCAxNyA4LjUgNDN0MzQgNjQgNjUuNSA3NS41IDExMC41IDc2IDE2MCA2Ny41IDIyNCA0Ny41VDg5NiAxNDA4dDI5My0xOC41IDIyNC00Ny41IDE2MC41LTY3LjUgMTEwLjUtNzYgNjUuNS03NS41IDM0LTY0IDguNS00M3ptMC00MDhWNDE2cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMCAzNTRWODMzcTAtMjctMTktNDZ0LTQ2LTE5aC0zODRxLTI3IDAtNDYgMTl0LTE5IDQ2djEyOWg1MTR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTUiIHVuaWNvZGU9Iu+HpSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik03MDQgMTIxNlY0NDhxMC0yNi0xOS00NXQtNDUtMTl2LTU3NnEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwLTE5MnY1MTJsMjQ5IDg3M3E3IDIzIDMxIDIzaDQyNHptMzIwIDBWNTEySDc2OHY3MDRoMjU2em03NjgtODk2di01MTJxMC0yNi0xOS00NXQtNDUtMTloLTUxMnEtMjYgMC00NSAxOXQtMTkgNDV2NTc2cS0yNiAwLTQ1IDE5dC0xOSA0NXY3NjhoNDI0cTI0IDAgMzEtMjN6TTczNiAxNTA0di0yMjRIMzg0djIyNHEwIDE0IDkgMjN0MjMgOWgyODhxMTQgMCAyMy05dDktMjN6bTY3MiAwdi0yMjRoLTM1MnYyMjRxMCAxNCA5IDIzdDIzIDloMjg4cTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDU2IiB1bmljb2RlPSLvh6YiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc1NSAxMDgzcTM3LTM4IDM3LTkwLjV0LTM3LTkwLjVsLTQwMS00MDAgMTUwLTE1MC0xNjAtMTYwUTExODEgMjkgOTU0LjUgNS41VDU0MyAxMDZMMTgxLTI1NkgwdjE4MWwzNjIgMzYyUTIzOCA0NzIgMjYxLjUgNjk4LjVUNDQ4IDEwODhsMTYwIDE2MCAxNTAtMTUwIDQwMCA0MDFxMzggMzcgOTEgMzd0OTAtMzcgMzctOTAuNS0zNy05MC41TDkzOSA5MTdsMjM0LTIzNCA0MDEgNDAwcTM4IDM3IDkxIDM3dDkwLTM3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDU3IiB1bmljb2RlPSLvh6ciIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODczIDc5NnEwLTgzLTYzLjUtMTQyLjVUNjU3IDU5NHQtMTUyLjUgNTkuNVQ0NDEgNzk2cTAgODQgNjMuNSAxNDNUNjU3IDk5OHQxNTIuNS01OVQ4NzMgNzk2em01MDIgMHEwLTgzLTYzLTE0Mi41VDExNTkgNTk0cS04OSAwLTE1Mi41IDU5LjVUOTQzIDc5NnEwIDg0IDYzLjUgMTQzdDE1Mi41IDU5cTkwIDAgMTUzLTU5dDYzLTE0M3ptMjI1LTE4MHY2NjdxMCA4Ny0zMiAxMjMuNXQtMTExIDM2LjVIMzQ1cS04MyAwLTExMi41LTM0VDIwMyAxMjgzVjYxMHE0My0yMyA4OC41LTQwdDgxLTI4IDgxLTE4LjUgNzEtMTEgNzAtNCA1OC41LS41IDU2LjUgMiA0NC41IDJxNjggMSA5NS0yNyA2LTYgMTAtOSAyNi0yNSA2MS01MSA3IDkxIDExOCA4NyA1IDAgMzYuNS0xLjV0NDMtMiA0NS41LTEgNTMgMSA1NC41IDQuNSA2MSA4LjUgNjIgMTMuNSA2NyAxOS41IDY3LjUgMjcgNzIgMzQuNXptMTYzIDVxLTEyMS0xNDktMzcyLTI1MiA4NC0yODUtMjMtNDY1LTY2LTExMy0xODMtMTQ4LTEwNC0zMi0xODIgMTUtODYgNTEtODIgMTY0bC0xIDMyNnYxcS04IDItMjQuNSA2dC0yMy41IDVsLTEtMzM4cTQtMTE0LTgzLTE2NC03OS00Ny0xODMtMTUtMTE3IDM2LTE4MiAxNTAtMTA1IDE4MC0yMiA0NjNRMTUwIDQ3MiAyOSA2MjFxLTI1IDM3LTQgNjN0NjAtMXE0LTIgMTEuNS03dDEwLjUtOHY2OTRxMCA3MiA0NyAxMjN0MTE0IDUxaDEyNTdxNjcgMCAxMTQtNTF0NDctMTIzVjY2OGwyMSAxNXEzOSAyNyA2MCAxdC00LTYzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDU4IiB1bmljb2RlPSLvh6giIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODk2IDExMDJWNjY4SDc1MXY0MzRoMTQ1em0zOTggMFY2NjhoLTE0NXY0MzRoMTQ1em0wLTc2MGwyNTMgMjU0djc5NUgzNTNWMzQyaDMyNlYxMjVsMjE3IDIxN2gzOTh6bTM5OCAxMTk0VjUyM0wxMjU4IDg5SDkzMkw3MTUtMTI4SDQ5OFY4OUgxMDB2MTE1OGwxMDkgMjg5aDE0ODN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTkiIHVuaWNvZGU9Iu+HqSIgZD0iTTc3MyAyMTdWOTBxLTEtMjkyLTYtMzA1LTEyLTMyLTUxLTQwLTU0LTktMTgxLjUgMzhUMzcyLTEyOHEtMTMgMTUtMTcgMzYtMSAxMiA0IDI2IDQgMTAgMzQgNDd0MTgxIDIxNnExIDAgNjAgNzAgMTUgMTkgMzkuNSAyNC41VDcyMyAyODhxMjQtMTAgMzcuNS0yOXQxMi41LTQyek02MjQgNDY4cS0zLTU1LTUyLTcwbC0xMjAtMzlxLTI3NS04OC0yOTItODgtMzUgMi01NCAzNi0xMiAyNS0xNyA3NS04IDc2IDEgMTY2LjVUMTIwIDY3M3Q1NiAzMnExMyAwIDIwMi03NyA3MS0yOSAxMTUtNDdsODQtMzRxMjMtOSAzNS41LTMwLjVUNjI0IDQ2OHptODI2LTI5N3EtNy01NC05MS41LTE2MVQxMjIzLTExN3EtMzctMTQtNjMgNy0xNCAxMC0xODQgMjg3bC00NyA3N3EtMTQgMjEtMTEuNSA0NnQxOS41IDQ2cTM1IDQzIDgzIDI2IDEtMSAxMTktNDAgMjAzLTY2IDI0Mi03OS41dDQ3LTIwLjVxMjgtMjIgMjItNjF6TTc3OCA4MDNxNS0xMDItNTQtMTIyLTU4LTE3LTExNCA3MWwtMzc4IDU5OHEtOCAzNSAxOSA2MiA0MSA0MyAyMDcuNSA4OS41VDY4MyAxNTMzcTQwLTEwIDQ5LTQ1IDMtMTggMjItMzA1LjVUNzc4IDgwM3ptNjYyLTEwOHEzLTM5LTI2LTU5LTE1LTEwLTMyOS04Ni02Ny0xNS05MS0yM2wxIDJxLTIzLTYtNDYgNHQtMzcgMzJxLTMwIDQ3IDAgODcgMSAxIDc1IDEwMiAxMjUgMTcxIDE1MCAyMDR0MzQgMzlxMjggMTkgNjUgMiA0OC0yMyAxMjMtMTMzLjV0ODEtMTY3LjV2LTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NjAiIHVuaWNvZGU9Iu+HqiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xMDI0IDEwMjRINjQwVjY0MGgzODR2Mzg0em0xMjgtNjQwVjI1Nkg1MTJ2MTI4aDY0MHptMCA3NjhWNTEySDUxMnY2NDBoNjQwem02NDAtNzY4VjI1NmgtNTEydjEyOGg1MTJ6bTAgMjU2VjUxMmgtNTEydjEyOGg1MTJ6bTAgMjU2Vjc2OGgtNTEydjEyOGg1MTJ6bTAgMjU2di0xMjhoLTUxMnYxMjhoNTEyek0yNTYgMTkydjk2MEgxMjhWMTkycTAtMjYgMTktNDV0NDUtMTkgNDUgMTkgMTkgNDV6bTE2NjQgMHYxMDg4SDM4NFYxOTJxMC0zMy0xMS02NGgxNDgzcTI2IDAgNDUgMTl0MTkgNDV6bTEyOCAxMjE2VjE5MnEwLTgwLTU2LTEzNlQxODU2IDBIMTkyUTExMiAwIDU2IDU2VDAgMTkydjEwODhoMjU2djEyOGgxNzkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDYxIiB1bmljb2RlPSLvh6siIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTAyNCAxM3EtMjAgMC05MyA3My41VDg1OCAxODBxMCAzMiA2Mi41IDU0dDEwMy41IDIyIDEwMy41LTIyIDYyLjUtNTRxMC0yMC03My05My41VDEwMjQgMTN6bTI3MCAyNzFxLTIgMC00MCAyNXQtMTAxLjUgNTAtMTI4LjUgMjUtMTI4LjUtMjUtMTAxLTUwLTQwLjUtMjVxLTE4IDAtOTMuNSA3NVQ1ODUgNDUycTAgMTMgMTAgMjMgNzggNzcgMTk2IDEyMXQyMzMgNDQgMjMzLTQ0IDE5Ni0xMjFxMTAtMTAgMTAtMjMgMC0xOC03NS41LTkzdC05My41LTc1em0yNzMgMjcycS0xMSAwLTIzIDgtMTM2IDEwNS0yNTIgMTU0LjVUMTAyNCA3NjhxLTg1IDAtMTcwLjUtMjJ0LTE0OS01M1Q1OTEgNjMxdC03OS01My0zMS0yMnEtMTcgMC05MiA3NXQtNzUgOTNxMCAxMiAxMCAyMiAxMzIgMTMyIDMyMCAyMDV0MzgwIDczIDM4MC03MyAzMjAtMjA1cTEwLTEwIDEwLTIyIDAtMTgtNzUtOTN0LTkyLTc1em0yNzEgMjcxcS0xMSAwLTIyIDktMTc5IDE1Ny0zNzEuNSAyMzYuNVQxMDI0IDExNTJ0LTQyMC41LTc5LjVUMjMyIDgzNnEtMTEtOS0yMi05LTE3IDAtOTIuNSA3NVQ0MiA5OTVxMCAxMyAxMCAyMyAxODcgMTg2IDQ0NSAyODh0NTI3IDEwMiA1MjctMTAyIDQ0NS0yODhxMTAtMTAgMTAtMjMgMC0xOC03NS41LTkzdC05Mi41LTc1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDYyIiB1bmljb2RlPSLvh6wiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMzg0IDBxMCA1My0zNy41IDkwLjVUMjU2IDEyOHQtOTAuNS0zNy41VDEyOCAwdDM3LjUtOTAuNVQyNTYtMTI4dDkwLjUgMzcuNVQzODQgMHptMzg0IDBxMCA1My0zNy41IDkwLjVUNjQwIDEyOHQtOTAuNS0zNy41VDUxMiAwdDM3LjUtOTAuNVQ2NDAtMTI4dDkwLjUgMzcuNVQ3NjggMHpNMzg0IDM4NHEwIDUzLTM3LjUgOTAuNVQyNTYgNTEydC05MC41LTM3LjVUMTI4IDM4NHQzNy41LTkwLjVUMjU2IDI1NnQ5MC41IDM3LjVUMzg0IDM4NHpNMTE1MiAwcTAgNTMtMzcuNSA5MC41VDEwMjQgMTI4dC05MC41LTM3LjVUODk2IDB0MzcuNS05MC41VDEwMjQtMTI4dDkwLjUgMzcuNVQxMTUyIDB6TTc2OCAzODRxMCA1My0zNy41IDkwLjVUNjQwIDUxMnQtOTAuNS0zNy41VDUxMiAzODR0MzcuNS05MC41VDY0MCAyNTZ0OTAuNSAzNy41VDc2OCAzODR6TTM4NCA3NjhxMCA1My0zNy41IDkwLjVUMjU2IDg5NnQtOTAuNS0zNy41VDEyOCA3Njh0MzcuNS05MC41VDI1NiA2NDB0OTAuNSAzNy41VDM4NCA3Njh6bTc2OC0zODRxMCA1My0zNy41IDkwLjVUMTAyNCA1MTJ0LTkwLjUtMzcuNVQ4OTYgMzg0dDM3LjUtOTAuNVQxMDI0IDI1NnQ5MC41IDM3LjVUMTE1MiAzODR6TTc2OCA3NjhxMCA1My0zNy41IDkwLjVUNjQwIDg5NnQtOTAuNS0zNy41VDUxMiA3Njh0MzcuNS05MC41VDY0MCA2NDB0OTAuNSAzNy41VDc2OCA3Njh6TTE1MzYgMHYzODRxMCA1Mi0zOCA5MHQtOTAgMzgtOTAtMzgtMzgtOTBWMHEwLTUyIDM4LTkwdDkwLTM4IDkwIDM4IDM4IDkwem0tMzg0IDc2OHEwIDUzLTM3LjUgOTAuNVQxMDI0IDg5NnQtOTAuNS0zNy41VDg5NiA3Njh0MzcuNS05MC41VDEwMjQgNjQwdDkwLjUgMzcuNVQxMTUyIDc2OHptMzg0IDMyMHYyNTZxMCAyNi0xOSA0NXQtNDUgMTlIMTkycS0yNiAwLTQ1LTE5dC0xOS00NXYtMjU2cTAtMjYgMTktNDV0NDUtMTloMTI4MHEyNiAwIDQ1IDE5dDE5IDQ1em0wLTMyMHEwIDUzLTM3LjUgOTAuNVQxNDA4IDg5NnQtOTAuNS0zNy41VDEyODAgNzY4dDM3LjUtOTAuNVQxNDA4IDY0MHQ5MC41IDM3LjVUMTUzNiA3Njh6bTEyOCA2NDBWLTEyOHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMC0xMjh2MTUzNnEwIDUyIDM4IDkwdDkwIDM4aDE0MDhxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ2MyIgdW5pY29kZT0i74etIiBkPSJNMTUxOSA4OTBxMTgtODQtNC0yMDQtODctNDQ0LTU2NS00NDRoLTQ0cS0yNSAwLTQ0LTE2LjVUODM4IDE4M2wtNC0xOS01NS0zNDYtMi0xNXEtNS0yNi0yNC41LTQyLjVUNzA4LTI1Nkg0NTdxLTIxIDAtMzMgMTV0LTkgMzZxOSA1NiAyNi41IDE2OFQ0NjggMTMxdDI3IDE2Ny41VDUyMiA0NjZxNSAzNyA0MyAzN2gxMzFxMTMzLTIgMjM2IDIxIDE3NSAzOSAyODcgMTQ0IDEwMiA5NSAxNTUgMjQ2IDI0IDcwIDM1IDEzMyAxIDYgMi41IDcuNXQzLjUgMSA2LTMuNXE3OS01OSA5OC0xNjJ6bS0xNzIgMjgycTAtMTA3LTQ2LTIzNi04MC0yMzMtMzAyLTMxNS0xMTMtNDAtMjUyLTQyIDAtMS05MC0xbC05MCAxcS0xMDAgMC0xMTgtOTYtMi04LTg1LTUzMC0xLTEwLTEyLTEwSDU3cS0yMiAwLTM2LjUgMTYuNVQ5LTJsMjMyIDE0NzFxNSAyOSAyNy41IDQ4dDUxLjUgMTloNTk4cTM0IDAgOTcuNS0xM3QxMTEuNS0zMnExMDctNDEgMTYzLjUtMTIzdDU2LjUtMTk2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDY0IiB1bmljb2RlPSLvh64iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNDQxIDg2NHEzMyAwIDUyLTI2UTc1OSA0NzQgODU1IDY0SDQwOVEyODIgNTA1IDQyIDgxM3EtMTIgMTYtMyAzMy41VDY4IDg2NGgzNzN6bTU1OS0zNTdxLTQ5LTE5OS0xMjUtMzkzLTc5IDMxMC0yNTYgNTk0IDQwIDIyMSA0NCA0NDkgMjExLTM0MCAzMzctNjUwem05OSA3MDlxMjM1LTMyNCAzODQuNS02OTguNVQxNjY4LTI1NmgtNDUxcS00MSA2NjUtNTUzIDE0NzJoNDM1em02OTMtNTc2cTAtNDI0LTEwMS04MTItNjcgNTYwLTM1OSAxMDgzLTI1IDMwMS0xMDYgNTg0LTQgMTYgNS41IDI4LjV0MjUuNSAxMi41aDM1OXEyMSAwIDM4LjUtMTN0MjIuNS0zM3ExMTUtNDA5IDExNS04NTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxRjAiIHVuaWNvZGU9Iu+HsCIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xOTc1IDU0NmgtMTM4cTE0IDM3IDY2IDE3OWwzIDlxNCAxMCAxMCAyNnQ5IDI2bDEyLTU1ek01MzEgNjExbC01OCAyOTVxLTExIDU0LTc1IDU0SDEzMGwtMi0xM3EzMTEtNzkgNDAzLTMzNnptMTc5IDM0OUw1NDggNTIybC0xNyA4OXEtMjYgNzAtODUgMTI5LjVUMzE1IDgyOWwxMzUtNTEwaDE3NWwyNjEgNjQxSDcxMHptMTM5LTY0MmgxNjZsMTA0IDY0Mkg5NTN6bTc2OCA2MjZxLTY5IDI3LTE0OSAyNy0xMjMgMC0yMDEtNTl0LTc5LTE1M3EtMS0xMDIgMTQ1LTE3NCA0OC0yMyA2Ny00MXQxOS0zOXEwLTMwLTMwLTQ2dC02OS0xNnEtODYgMC0xNTYgMzNsLTIyIDExLTIzLTE0NHE3NC0zNCAxODUtMzQgMTMwLTEgMjA4LjUgNTl0ODAuNSAxNjBxMCAxMDYtMTQwIDE3NC00OSAyNS03MSA0MnQtMjIgMzhxMCAyMiAyNC41IDM4LjVUMTQ1NSA4MzdxNzAgMSAxMjQtMjRsMTUtOHptNDI1IDE2aC0xMjhxLTY1IDAtODctNTRsLTI0Ni01ODhoMTc0bDM1IDk2aDIxMnE1LTIyIDIwLTk2aDE1NHptMjYyIDMyMFYwcTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwIDB2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDIwNDhxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ2NiIgdW5pY29kZT0i74exIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTExMTkgMTE5NXEtMTI4IDg1LTI4MSA4NS0xMDMgMC0xOTcuNS00MC41VDQ3OCAxMTMxIDM2OS41IDk2OSAzMjkgNzcycTAtMTA0IDQwLjUtMTk4VDQ3OCA0MTJ0MTYyLTEwOC41VDgzOCAyNjNxMTUzIDAgMjgxIDg1LTEzMSAxMDctMTc4IDI2NS41dC41IDMxNi41IDE3Ny41IDI2NXptMzMtMjRxLTEyNi05OS0xNzItMjQ5LjV0LS41LTMwMC41VDExNTIgMzcycTEyNyA5OSAxNzIuNSAyNDl0LS41IDMwMC41LTE3MiAyNDkuNXptMzMgMjRxMTMwLTEwNyAxNzcuNS0yNjUuNXQuNS0zMTdUMTE4NSAzNDhxMTI4LTg1IDI4MS04NSAxMDQgMCAxOTggNDAuNVQxODI2IDQxMnQxMDguNSAxNjIgNDAuNSAxOThxMCAxMDMtNDAuNSAxOTdUMTgyNiAxMTMxdC0xNjIuNSAxMDguNVQxNDY2IDEyODBxLTE1MyAwLTI4MS04NXptNzQxLTcyMmg3djNoLTE3di0zaDd2LTE3aDN2MTd6bTI5LTE3aDR2MjBoLTVsLTYtMTMtNiAxM2gtNXYtMjBoM3YxNWw2LTEzaDRsNSAxM3YtMTV6bS04LTQ0MHYtMmgtNXYzaDV2LTF6bTAtOWgzbC00IDVoMmwxIDFxMSAxIDEgM3QtMSAzbC0xIDFoLTlWN2gzdjVoMXpNNjg1IDc1cTAgMTkgMTEgMzF0MzAgMTJxMTggMCAyOS0xMi41VDc2NiA3NXEwLTE5LTExLTMxdC0yOS0xMnEtMTkgMC0zMCAxMnQtMTEgMzF6bTQ3MyA0NHEzMCAwIDM1LTMyaC03MHE1IDMyIDM1IDMyem0zNTYtNDRxMCAxOSAxMSAzMXQyOSAxMiAyOS41LTEyLjVUMTU5NSA3NXEwLTE5LTExLTMxdC0zMC0xMnEtMTggMC0yOSAxMnQtMTEgMzF6bTI3MiAwcTAgMTggMTEuNSAzMC41VDE4MjcgMTE4dDI5LjUtMTIuNVQxODY4IDc1cTAtMTktMTEuNS0zMVQxODI3IDMydC0yOS41IDEyLjVUMTc4NiA3NXptMTU4LTcycS0yIDAtNCAxLTEgMC0zIDJ0LTIgM3EtMSAyLTEgNCAwIDMgMSA0IDAgMiAyIDRsMSAxcTIgMCAyIDEgMiAxIDQgMSAzIDAgNC0xbDQtMiAyLTR2LTFxMS0yIDEtM2wtMS0xVjlsLTEtMS0xLTJxLTItMi00LTItMS0xLTQtMXpNNTk5IDdoMzB2ODVxMCAyNC0xNC41IDM4LjVUNTc1IDE0NnEtMzIgMC00Ny0yNC0xNCAyNC00NSAyNC0yNCAwLTM5LTIwdjE2aC0zMFY3aDMwdjc1cTAgMzYgMzMgMzYgMzAgMCAzMC0zNlY3aDI5djc1cTAgMzYgMzMgMzYgMzAgMCAzMC0zNlY3em0xNjYgMGgyOXYxMzVoLTI5di0xNnEtMTcgMjAtNDMgMjAtMjkgMC00OC0yMHQtMTktNTEgMTktNTEgNDgtMjBxMjggMCA0MyAyMFY3em0xNzggNDFxMCAzNC00NyA0MGwtMTQgMnEtMjMgNC0yMyAxNCAwIDE1IDI1IDE1IDIzIDAgNDMtMTFsMTIgMjRxLTIyIDE0LTU1IDE0LTI2IDAtNDEtMTJ0LTE1LTMycTAtMzMgNDctMzlsMTMtMnEyNC00IDI0LTE0IDAtMTctMzEtMTctMjUgMC00NSAxNGwtMTMtMjNxMjUtMTcgNTgtMTcgMjkgMCA0NS41IDEyVDk0MyA0OHptMTMwLTM0bC04IDI1cS0xMy03LTI2LTctMTkgMC0xOSAyMnY2MWg0OHYyN2gtNDh2NDFoLTMwdi00MWgtMjh2LTI3aDI4VjU0cTAtNTAgNDctNTAgMjEgMCAzNiAxMHptODYgMTMycS0yOSAwLTQ4LTIwdC0xOS01MXEwLTMyIDE5LjUtNTEuNVQxMTYxIDRxMzMgMCA1NSAxOWwtMTQgMjJxLTE4LTE1LTM5LTE1LTM0IDAtNDEgMzNoMTAxdjEycTAgMzItMTggNTEuNXQtNDYgMTkuNXptMTU5IDBxLTIzIDAtMzUtMjB2MTZoLTMwVjdoMzB2NzZxMCAzNSAyOSAzNSAxMCAwIDE4LTRsOSAyOHEtOSA0LTIxIDR6bTMwLTcxcTAtMzEgMTkuNS01MVQxNDIwIDRxMjkgMCA0OCAxNmwtMTQgMjRxLTE4LTEzLTM1LTEyLTE4IDAtMjkuNSAxMlQxMzc4IDc1dDExLjUgMzEgMjkuNSAxMnExOSAwIDM1LTEybDE0IDI0cS0yMCAxNi00OCAxNi0zMyAwLTUyLjUtMjBUMTM0OCA3NXptMjQ1LTY4aDMwdjEzNWgtMzB2LTE2cS0xNSAyMC00MiAyMC0yOSAwLTQ4LjUtMjBUMTQ4MyA3NXQxOS41LTUxVDE1NTEgNHEyOCAwIDQyIDIwVjd6bTEzMyAxMzlxLTIzIDAtMzUtMjB2MTZoLTI5VjdoMjl2NzZxMCAzNSAyOSAzNSAxMCAwIDE4LTRsOSAyOHEtOCA0LTIxIDR6TTE4NjYgN2gyOXYxOTBoLTI5di03MXEtMTUgMjAtNDMgMjB0LTQ3LjUtMjAuNVQxNzU2IDc1dDE5LjUtNTAuNVQxODIzIDRxMjkgMCA0MyAyMFY3em03OCAyMGwtMi0xaC0zcS0yLTEtNC0zLTMtMS0zLTQtMS0yLTEtNiAwLTMgMS01IDAtMiAzLTQgMi0yIDQtM3Q1LTFxNCAwIDYgMSAwIDEgMiAybDIgMXExIDEgMyA0IDEgMiAxIDUgMCA0LTEgNi0xIDEtMyA0IDAgMS0yIDJsLTIgMXEtMSAwLTMgLjV0LTMgLjV6bTM2MCAxMjUzVjBxMC01Mi0zOC05MHQtOTAtMzhIMTI4cS01MiAwLTkwIDM4VDAgMHYxMjgwcTAgNTIgMzggOTB0OTAgMzhoMjA0OHE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDY3IiB1bmljb2RlPSLvh7IiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMzEzIDc1OXEwLTUxLTM2LTg0LTI5LTI2LTg5LTI2aC0xN3YyMjBoMTdxNjEgMCA4OS0yNyAzNi0zMSAzNi04M3ptMTc3NiA2NXEwLTUyLTY0LTUyaC0xOXYxMDFoMjBxNjMgMCA2My00OXpNMzgwIDc1OXEwIDc0LTUwIDEyMC41VDIwMSA5MjZoLTk1VjU5M2g5NXE3NCAwIDExOSAzOCA2MCA1MSA2MCAxMjh6bTMwLTE2Nmg2NXYzMzNoLTY1VjU5M3ptMzIwIDEwMXEwIDQwLTIwLjUgNjJUNjM0IDc5OHEtMjkgMTAtMzkuNSAxOVQ1ODQgODQwcTAgMTYgMTMuNSAyNi41VDYzMiA4NzdxMjkgMCA1My0yN2wzNCA0NHEtNDEgMzctOTggMzctNDQgMC03NC0yNy41VDUxNyA4MzZxMC0zNSAxOC01NS41dDY0LTM2LjVxMzctMTMgNDUtMTkgMTktMTIgMTktMzQgMC0yMC0xNC0zMy41VDYxMyA2NDRxLTQ4IDAtNzEgNDRsLTQyLTQwcTQ0LTY0IDExNS02NCA1MSAwIDgzIDMwLjV0MzIgNzkuNXptMjc4LTkwdjc3cS0zNy0zNy03OC0zNy00OSAwLTgwLjUgMzIuNVQ4MTggNzU5cTAgNDggMzEuNSA4MS41VDkyNyA4NzRxNDMgMCA4MS0zOHY3N3EtNDAgMjAtODAgMjAtNzQgMC0xMjUuNS01MC41VDc1MSA3NTl0NTEtMTIzLjVUOTI3IDU4NXE0MiAwIDgxIDE5ek0yMjQwIDB2NTI3cS02NS00MC0xNDQuNS04NFQxODU4IDMyNnQtMzI5LjUtMTM3LjVUMTExMSA1NCA2MDctNjRoMTU2OXEyNiAwIDQ1IDE5dDE5IDQ1em0tODUxIDc1N3EwIDc1LTUzIDEyOHQtMTI4IDUzLTEyOC01My01My0xMjggNTMtMTI4IDEyOC01MyAxMjggNTMgNTMgMTI4em0xNTItMTczbDE0NCAzNDJoLTcxbC05MC0yMjQtODkgMjI0aC03MWwxNDItMzQyaDM1em0xNzMgOWgxODR2NTZoLTExOXY5MGgxMTV2NTZoLTExNXY3NGgxMTl2NTdoLTE4NFY1OTN6bTM5MSAwaDgwbC0xMDUgMTQwcTc2IDE2IDc2IDk0IDAgNDctMzEgNzN0LTg3IDI2aC05N1Y1OTNoNjV2MTMzaDl6bTE5OSA2ODFWNnEwLTU2LTM4LjUtOTV0LTkzLjUtMzlIMTMycS01NSAwLTkzLjUgMzlUMCA2djEyNjhxMCA1NiAzOC41IDk1dDkzLjUgMzloMjA0MHE1NSAwIDkzLjUtMzl0MzguNS05NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZjFmMyIgdW5pY29kZT0i74ezIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTExOSA4NTRoODlsLTQ1IDEwOHptNjIxLTUyNmw3NCA3OS03MCA3OUg1ODF2LTQ5aDE0MnYtNTVINTgxdi01NGgxNTl6bTE1OCA3OGw5OS0xMTB2MjE3em0yODggNDdxMCAzMy00MCAzM2gtODR2LTY5aDgzcTQxIDAgNDEgMzZ6bTI4OSA0cTAgMjktNDIgMjloLTgydi02MWg4MXE0MyAwIDQzIDMyem0tMjc4IDQ2NnEwIDI5LTQyIDI5aC04MnYtNjBoODFxNDMgMCA0MyAzMXptNDU5LTY5aDg5bC00NCAxMDh6bS05NTcgMTU1VjczOGgtNjZ2MjEybC05NC0yMTJoLTU3bC05NCAyMTJWNzM4SDI1NmwtMjUgNjBIOTZsLTI1LTYwSDFsMTE2IDI3MWg5NmwxMTAtMjU3djI1N2gxMDZsODUtMTg0IDc3IDE4NGgxMDh6bTU1Ni01NTZxMC0yMC01LjUtMzV0LTE0LTI1LTIyLjUtMTYuNS0yNi0xMC0zMS41LTQuNS0zMS41LTEtMzIuNS41LTI5LjUuNXYtOTFIOTM2bC04MCA5MC04My05MEg1MTd2MjcxaDI2MGw4MC04OSA4MiA4OWgyMDdxMTA5IDAgMTA5LTg5ek05NjQgNzk0di01Nkg3NDd2MjcxaDIxN3YtNTdIODEydi00OWgxNDh2LTU1SDgxMnYtNTRoMTUyem0xMzQwLTU1OVY2cTAtNTUtMzguNS05NC41VDIxNzItMTI4SDEzMnEtNTUgMC05My41IDM5LjVUMCA2djY3OGgxMTFsMjUgNjFoNTVsMjUtNjFoMjE4djQ2bDE5LTQ2aDExM2wyMCA0N3YtNDdoNTQxdjk5bDEwIDFxMTAgMCAxMC0xNHYtODZoMjc5djIzcTIzLTEyIDU1LTE4dDUyLjUtNi41IDYzIC41IDUxLjUgMWwyNSA2MWg1NmwyNS02MWgyMjd2NThsMzQtNThoMTgydjM3OGgtMTgwdi00NGwtMjUgNDRoLTE4NXYtNDRsLTIzIDQ0aC0yNDlxLTY5IDAtMTA5LTIydjIyaC0xNzJ2LTIycS0yNCAyMi03MyAyMkg1NTNsLTQzLTk3LTQzIDk3SDI2OXYtNDRsLTIyIDQ0SDc4TDAgODgzdjM5MXEwIDU1IDM4LjUgOTQuNVQxMzIgMTQwOGgyMDQwcTU1IDAgOTMuNS0zOS41dDM4LjUtOTQuNVY1OTZoLTEyMHEtNTEgMC04MS0yMnYyMmgtMTc3cS01NSAwLTc4LTIydjIyaC0zMTZ2LTIycS0zMSAyMi04NyAyMmgtMjA5di0yMnEtMjMgMjItOTEgMjJIOTExbC01NC01OC01MCA1OEg0NThWMjE4aDM0M2w1NSA1OSA1Mi01OWgyMTF2ODloMjFxNTkgMCA5MCAxM1YyMThoMTc0djk5aDhxOCAwIDEwLTJ0Mi0xMHYtODdoNTI5cTU3IDAgODggMjR2LTI0aDE2OHE2MCAwIDk1IDE3em0tNzU4IDIzNHEwLTIzLTEyLTQzdC0zNC0yOXEyNS05IDM0LTI2dDktNDZ2LTU0aC02NXY0NXEwIDMzLTEyIDQzLjV0LTQ2IDEwLjVoLTY5di05OWgtNjV2MjcxaDE1NHE0OCAwIDc3LTE1dDI5LTU4em0tMjc3IDQ2N3EwLTI0LTEyLjUtNDR0LTMzLjUtMjlxMjYtOSAzNC41LTI1LjV0OC41LTQ2LjV2LTUzaC02NXEwIDkgLjUgMjYuNXQwIDI1LTMgMTguNS04LjUgMTYtMTcuNSA4LjUtMjkuNSAzLjVoLTcwdi05OGgtNjR2MjcxbDE1My0xcTQ5IDAgNzgtMTQuNXQyOS01Ny41em01MjktNjA5di01NmgtMjE2djI3MWgyMTZ2LTU2aC0xNTF2LTQ5aDE0OHYtNTVoLTE0OHYtNTR6bS00MjYgNjgyVjczOGgtNjZ2MjcxaDY2em02OTMtNjUycTAtODYtMTAyLTg2aC0xMjZ2NThoMTI2cTM0IDAgMzQgMjUgMCAxNi0xNyAyMXQtNDEuNSA1LTQ5LjUgMy41LTQyIDIyLjUtMTcgNTVxMCAzOSAyNiA2MHQ2NiAyMWgxMzB2LTU3aC0xMTlxLTM2IDAtMzYtMjUgMC0xNiAxNy41LTIwLjV0NDItNCA0OS0yLjUgNDItMjEuNVQyMDY1IDM1N3ptMjM5IDUwVjMwNnEtMjQtMzUtODgtMzVoLTEyNXY1OGgxMjVxMzMgMCAzMyAyNSAwIDEzLTEyLjUgMTl0LTMxIDUuNS00MCAyLTQwIDgtMzEgMjRUMjA4MiA0NjFxMCAzOSAyNi41IDYwdDY2LjUgMjFoMTI5di01N2gtMTE4cS0zNiAwLTM2LTI1IDAtMjAgMjktMjJ0NjguNS01IDU2LjUtMjZ6bS0xNjUgNjAxVjczOGgtOTJsLTEyMiAyMDNWNzM4aC0xMzJsLTI2IDYwaC0xMzRsLTI1LTYwaC03NXEtMTI5IDAtMTI5IDEzMyAwIDEzOCAxMzMgMTM4aDYzdi01OXEtNyAwLTI4IDF0LTI4LjUuNS0yMy0yLTIxLjUtNi41LTE0LjUtMTMuNS0xMS41LTIzLTMtMzMuNXEwLTM4IDEzLjUtNTh0NDkuNS0yMGgyOWw5MiAyMTNoOTdsMTA5LTI1NnYyNTZoOTlsMTE0LTE4OHYxODhoNjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NjkiIHVuaWNvZGU9Iu+HtCIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik03NDUgNjMwcTAtMzctMjUuNS02MS41VDY1NyA1NDRxLTI5IDAtNDYuNSAxNlQ1OTMgNjA0cTAgMzcgMjUgNjIuNXQ2MiAyNS41cTI4IDAgNDYuNS0xNi41VDc0NSA2MzB6bTc4NSAxNDlxMC00Mi0yMi01N3QtNjYtMTVsLTMyLTEgMTcgMTA3cTIgMTEgMTMgMTFoMThxMjIgMCAzNS0ydDI1LTEyLjUgMTItMzAuNXptMzUxLTE0OXEwLTM2LTI1LjUtNjF0LTYxLjUtMjVxLTI5IDAtNDcgMTZ0LTE4IDQ0cTAgMzcgMjUgNjIuNXQ2MiAyNS41cTI4IDAgNDYuNS0xNi41VDE4ODEgNjMwek01MTMgODAxcTAgNTktMzguNSA4NS41VDM3NCA5MTNIMjE0cS0xOSAwLTIxLTE5bC02NS00MDhxLTEtNiAzLTExdDEwLTVoNzZxMjAgMCAyMiAxOWwxOCAxMTBxMSA4IDcgMTN0MTUgNi41IDE3IDEuNSAxOS0xIDE0LTFxODYgMCAxMzUgNDguNVQ1MTMgODAxem0zMDktMzEybDQxIDI2MXExIDYtMyAxMXQtMTAgNWgtNzZxLTE0IDAtMTctMzMtMjcgNDAtOTUgNDAtNzIgMC0xMjIuNS01NFQ0ODkgNTkycTAtNTkgMzQuNS05NHQ5Mi41LTM1cTI4IDAgNTggMTJ0NDggMzJxLTQtMTItNC0yMSAwLTE2IDEzLTE2aDY5cTE5IDAgMjIgMTl6bTQ0NyAyNjNxMCA1LTQgOS41dC05IDQuNWgtNzdxLTExIDAtMTgtMTBsLTEwNi0xNTYtNDQgMTUwcS01IDE2LTIyIDE2aC03NXEtNSAwLTktNC41dC00LTkuNXEwLTIgMTkuNS01OXQ0Mi0xMjMgMjMuNS03MHEtODItMTEyLTgyLTEyMCAwLTEzIDEzLTEzaDc3cTExIDAgMTggMTBsMjU1IDM2OHEyIDIgMiA3em0zODAgNDlxMCA1OS0zOC41IDg1LjVUMTUxMCA5MTNoLTE1OXEtMjAgMC0yMi0xOWwtNjUtNDA4cS0xLTYgMy0xMXQxMC01aDgycTEyIDAgMTYgMTNsMTggMTE2cTEgOCA3IDEzdDE1IDYuNSAxNyAxLjUgMTktMSAxNC0xcTg2IDAgMTM1IDQ4LjV0NDkgMTM0LjV6bTMwOS0zMTJsNDEgMjYxcTEgNi0zIDExdC0xMCA1aC03NnEtMTQgMC0xNy0zMy0yNiA0MC05NSA0MC03MiAwLTEyMi41LTU0VDE2MjUgNTkycTAtNTkgMzQuNS05NHQ5Mi41LTM1cTI5IDAgNTkgMTJ0NDcgMzJxMC0xLTItOXQtMi0xMnEwLTE2IDEzLTE2aDY5cTE5IDAgMjIgMTl6bTIxOCA0MDl2MXEwIDE0LTEzIDE0aC03NHEtMTEgMC0xMy0xMWwtNjUtNDE2LTEtMnEwLTUgNC05LjV0MTAtNC41aDY2cTE5IDAgMjEgMTl6TTM5MiA3NjRxLTUtMzUtMjYtNDZ0LTYwLTExbC0zMy0xIDE3IDEwN3EyIDExIDEzIDExaDE5cTQwIDAgNTgtMTEuNXQxMi00OC41em0xOTEyIDUxNlYwcTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwIDB2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDIwNDhxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ3MCIgdW5pY29kZT0i74e1IiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTE1OTcgNjMzcTAtNjktMjEtMTA2LTE5LTM1LTUyLTM1LTIzIDAtNDEgOXYyMjRxMjkgMzAgNTcgMzAgNTcgMCA1Ny0xMjJ6bTQzOCAzNmgtMTEwcTYgOTggNTYgOTggNTEgMCA1NC05OHpNNDc2IDUzNHEwIDU5LTMzIDkxLjVUMzQyIDY4M3EtMzYgMTMtNTIgMjR0LTE2IDI1cTAgMjYgMzggMjYgNTggMCAxMjQtMzNsMTggMTEycS02NyAzMi0xNDkgMzItNzcgMC0xMjMtMzgtNDgtMzktNDgtMTA5IDAtNTggMzIuNS05MC41VDI2NiA1NzVxMzktMTQgNTQuNS0yNS41VDMzNiA1MjJxMC0zMS00OC0zMS0yOSAwLTcwIDEyLjVUMTQ2IDUzNGwtMTgtMTEzcTcyLTQxIDE2OC00MSA4MSAwIDEyOSAzNyA1MSA0MSA1MSAxMTd6bTI5NSAyMTVsMTkgMTExaC05NnYxMzVsLTEyOS0yMS0xOC0xMTQtNDYtOC0xNy0xMDNoNjJWNTMwcTAtODQgNDQtMTIwIDM4LTMwIDExMS0zMCAzMiAwIDc5IDExdjExOHEtMzItNy00NC03LTQyIDAtNDIgNTB2MTk3aDc3em0zMTYtMjV2MTM5cS0xNSAzLTI4IDMtMzIgMC01NS41LTE2VDk3MCA4MDRsLTEwIDU2SDgyOVYzODloMTUwdjMwNnEyNiAzMSA4MiAzMSAxNiAwIDI2LTJ6bTM3LTMzNWgxNTB2NDcxaC0xNTBWMzg5em02MjIgMjQ5cTAgMTIyLTQ1IDE3OS00MCA1Mi0xMTEgNTItNjQgMC0xMTctNTZsLTggNDdoLTEzMlYyMTVsMTUwIDI1djE1MXEzNi0xMSA2OC0xMSA4MyAwIDEzNCA1NiA2MSA2NSA2MSAyMDJ6bS00NjggMzQ4cTAgMzMtMjMgNTZ0LTU2IDIzLTU2LTIzLTIzLTU2IDIzLTU2LjUgNTYtMjMuNSA1NiAyMy41IDIzIDU2LjV6bTg5OC0zNTdxMCAxMTMtNDggMTc2LTUwIDY0LTE0NCA2NC05NiAwLTE1MS41LTY2VDE3NzcgNjIzcTAtMTI4IDYzLTE4OCA1NS01NSAxNjEtNTUgMTAxIDAgMTYwIDQwbC0xNiAxMDNxLTU3LTMxLTEyOC0zMS00MyAwLTYzIDE5LTIzIDE5LTI4IDY2aDI0OHEyIDE0IDIgNTJ6bTEyOCA2NTFWMHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMCAwdjEyODBxMCA1MiAzOCA5MHQ5MCAzOGgyMDQ4cTUyIDAgOTAtMzh0MzgtOTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NzEiIHVuaWNvZGU9Iu+HtiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNTU4IDY4NHE2MS0zNTYgMjk4LTU1NiAwLTUyLTM4LTkwdC05MC0zOGgtNDQ4cTAtMTA2LTc1LTE4MXQtMTgxLTc1LTE4MC41IDc0LjVUNzY4LTF6bS01MzQtODYwcTE2IDAgMTYgMTZ0LTE2IDE2cS01OSAwLTEwMS41IDQyLjVUODgwIDBxMCAxNi0xNiAxNlQ4NDggMHEwLTczIDUxLjUtMTI0LjVUMTAyNC0xNzZ6bTEwMDIgMTYwMHE4LTEwIDcuNS0yMy41VDIwMjMgMTM3OEwxNTEtMjQ0cS0xMC04LTIzLjUtN1QxMDYtMjQwbC04NCA5NnEtOCAxMC03LjUgMjMuNVQyNS05OUwyMTEgNjJxLTE5IDMyLTE5IDY2IDUwIDQyIDkxIDg4dDg1IDExOS41VDQ0Mi41IDQ5NHQ1MCAyMDZUNTEyIDk2MHEwIDE1MiAxMTcgMjgyLjVUOTM2IDE0MDFxLTggMTktOCAzOSAwIDQwIDI4IDY4dDY4IDI4IDY4LTI4IDI4LTY4cTAtMjAtOC0zOSAxMjQtMTggMjE5LTgyLjV0MTQ4LTE1Ny41bDQxOCAzNjNxMTAgOCAyMy41IDd0MjEuNS0xMXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ3MiIgdW5pY29kZT0i74e3IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTEwNDAtMTYwcTAgMTYtMTYgMTYtNTkgMC0xMDEuNSA0Mi41VDg4MCAwcTAgMTYtMTYgMTZUODQ4IDBxMC03MyA1MS41LTEyNC41VDEwMjQtMTc2cTE2IDAgMTYgMTZ6TTUwMyAzMTVsODc3IDc2MHEtNDIgODgtMTMyLjUgMTQ2LjVUMTAyNCAxMjgwcS05MyAwLTE2OS41LTMxLjVUNzMzIDExNjh0LTY5LTEwMy0yNC0xMDVxMC0zODQtMTM3LTY0NXptMTM1My0xODdxMC01Mi0zOC05MHQtOTAtMzhoLTQ0OHEwLTEwNi03NS0xODF0LTE4MS03NS0xODAuNSA3NC41VDc2OC0xbDE0OSAxMjloNzU3cS0xNjYgMTg3LTIyNyA0NTlsMTExIDk3cTYxLTM1NiAyOTgtNTU2em04NiAxMzkybDg0LTk2cTgtMTAgNy41LTIzLjVUMjAyMyAxMzc4TDE1MS0yNDRxLTEwLTgtMjMuNS03VDEwNi0yNDBsLTg0IDk2cS04IDEwLTcuNSAyMy41VDI1LTk5TDIxMSA2MnEtMTkgMzItMTkgNjYgNTAgNDIgOTEgODh0ODUgMTE5LjVUNDQyLjUgNDk0dDUwIDIwNlQ1MTIgOTYwcTAgMTUyIDExNyAyODIuNVQ5MzYgMTQwMXEtOCAxOS04IDM5IDAgNDAgMjggNjh0NjggMjggNjgtMjggMjgtNjhxMC0yMC04LTM5IDEyNC0xOCAyMTktODIuNXQxNDgtMTU3LjVsNDE4IDM2M3ExMCA4IDIzLjUgN3QyMS41LTExeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDczIiB1bmljb2RlPSLvh7giIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNNTEyIDE2MHY3MDRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzVjE2MHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMjU2IDB2NzA0cTAgMTQtOSAyM3QtMjMgOWgtNjRxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN6bTI1NiAwdjcwNHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjNWMTYwcTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0tNTQ0IDk5Mmg0NDhsLTQ4IDExN3EtNyA5LTE3IDExSDU0NnEtMTAtMi0xNy0xMXptOTI4LTMydi02NHEwLTE0LTktMjN0LTIzLTloLTk2Vjc2cTAtODMtNDctMTQzLjVUMTEyMC0xMjhIMjg4cS02NiAwLTExMyA1OC41VDEyOCA3MnY5NTJIMzJxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgzMDlsNzAgMTY3cTE1IDM3IDU0IDYzdDc5IDI2aDMyMHE0MCAwIDc5LTI2dDU0LTYzbDcwLTE2N2gzMDlxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NzQiIHVuaWNvZGU9Iu+HuSIgZD0iTTExNTAgNDYyVjM1M3EwLTUwLTM2LjUtODl0LTk0LTYwLjUtMTE4LTMyLjVUNzg0IDE2MHEtMjA1IDAtMzQyLjUgMTM5VDMwNCA2NDVxMCAyMDMgMTM2IDMzOXQzMzkgMTM2cTM0IDAgNzUuNS00LjV0OTMtMTggOTIuNS0zNCA2OS01Ni41IDI4LTgxVjgxN3EwLTE2LTE2LTE2aC0xMThxLTE2IDAtMTYgMTZ2NzBxMCA0My02NS41IDY3LjVUNzg0IDk3OXEtMTQwIDAtMjI4LjUtOTEuNVQ0NjcgNjUwcTAtMTUxIDkxLjUtMjQ5LjVUNzkyIDMwMnE2OCAwIDEzOCAyNHQ3MCA2NnY3MHEwIDcgNC41IDExLjV0MTAuNSA0LjVoMTE5cTYgMCAxMS00LjV0NS0xMS41em0tMzgyIDgxOHEtMTMwIDAtMjQ4LjUtNTF0LTIwNC0xMzYuNS0xMzYuNS0yMDRUMTI4IDY0MHQ1MS0yNDguNSAxMzYuNS0yMDRUNTE5LjUgNTEgNzY4IDB0MjQ4LjUgNTEgMjA0IDEzNi41IDEzNi41IDIwNCA1MSAyNDguNS01MSAyNDguNS0xMzYuNSAyMDQtMjA0IDEzNi41LTI0OC41IDUxem03NjgtNjQwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDc1IiB1bmljb2RlPSLvh7oiIGQ9Ik05NzIgNzYxcTAgMTA4LTUzLjUgMTY5VDc3MSA5OTFxLTYzIDAtMTI0LTMwLjVUNTM3IDg3NnQtNzkuNS0xMzdUNDI3IDU1OXEwLTExMiA1My41LTE3M1Q2MzEgMzI1cTk2IDAgMTc2IDY2LjV0MTIyLjUgMTY2VDk3MiA3NjF6bTU2NC0xMjFxMC0xMTEtMzctMTk3dC05OC41LTEzNS0xMzEuNS03NC41LTE0NS0yNy41cS02IDAtMTUuNS0uNXQtMTYuNS0uNXEtOTUgMC0xNDIgNTMtMjggMzMtMzMgODMtNTItNjYtMTMxLjUtMTEwVDYxMiAxODdxLTE2MSAwLTI0OS41IDk1LjVUMjc0IDU1MnEwIDE1NyA2NiAyOTB0MTc5IDIxMC41IDI0NiA3Ny41cTg3IDAgMTU1LTM1LjV0MTA2LTk5LjVsMiAxOSAxMSA1NnExIDYgNS41IDEydDkuNSA2aDExOHE1IDAgMTMtMTEgNS01IDMtMTZsLTEyMC02MTRxLTUtMjQtNS00OCAwLTM5IDEyLjUtNTJ0NDQuNS0xM3EyOCAxIDU3IDUuNXQ3MyAyNCA3NyA1MCA1NyA4OS41IDI0IDEzN3EwIDI5Mi0xNzQgNDY2dC00NjYgMTc0cS0xMzAgMC0yNDguNS01MXQtMjA0LTEzNi41LTEzNi41LTIwNFQxMjggNjQwdDUxLTI0OC41IDEzNi41LTIwNFQ1MTkuNSA1MSA3NjggMHEyMjggMCA0MDUgMTQ0IDExIDkgMjQgOHQyMS0xMmw0MS00OXE4LTEyIDctMjQtMi0xMy0xMi0yMi0xMDItODMtMjI3LjUtMTI4VDc2OC0xMjhxLTE1NiAwLTI5OCA2MVQyMjUgOTcgNjEgMzQyIDAgNjQwdDYxIDI5OCAxNjQgMjQ1IDI0NSAxNjQgMjk4IDYxcTM0NCAwIDU1Ni0yMTJ0MjEyLTU1NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ3NiIgdW5pY29kZT0i74e7IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE2OTggMTQ0MnE5NC05NCA5NC0yMjYuNVQxNjk4IDk5MGwtMjI1LTIyMyAxMDQtMTA0cTEwLTEwIDEwLTIzdC0xMC0yM2wtMjEwLTIxMHEtMTAtMTAtMjMtMTB0LTIzIDEwbC0xMDUgMTA1TDYxMy05MXEtMzctMzctOTAtMzdIMzIwTDY0LTI1NiAwLTE5MiAxMjggNjR2MjAzcTAgNTMgMzcgOTBsNjAzIDYwMy0xMDUgMTA1cS0xMCAxMC0xMCAyM3QxMCAyM2wyMTAgMjEwcTEwIDEwIDIzIDEwdDIzLTEwbDEwNC0xMDQgMjIzIDIyNXE5MyA5NCAyMjUuNSA5NHQyMjYuNS05NHpNNTEyIDY0bDU3NiA1NzYtMTkyIDE5Mi01NzYtNTc2VjY0aDE5MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZjFmYyIgdW5pY29kZT0i74e8IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE2MTUgMTUzNnE3MCAwIDEyMi41LTQ2LjVUMTc5MCAxMzczcTAtNjMtNDUtMTUxLTMzMi02MjktNDY1LTc1Mi05Ny05MS0yMTgtOTEtMTI2IDAtMjE2LjUgOTIuNVQ3NTUgNjkxcTAgMTI4IDkyIDIxMmw2MzggNTc5cTU5IDU0IDEzMCA1NHpNNzA2IDUwMnEzOS03NiAxMDYuNS0xMzBUOTYzIDI5NmwxLTcxcTQtMjEzLTEyOS41LTM0N1Q0ODYtMjU2cS0xMjMgMC0yMTggNDYuNVQxMTUuNS04MiAyOSAxMDEgMCAzMjFxNy01IDQxLTMwdDYyLTQ0LjUgNTktMzYuNSA0Ni0xN3E0MSAwIDU1IDM3IDI1IDY2IDU3LjUgMTEyLjV0NjkuNSA3NiA4OCA0Ny41IDEwMyAyNS41VDcwNiA1MDJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NzgiIHVuaWNvZGU9Iu+HvSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDEyOHYtMzg0SDB2Mzg0cTQ1IDAgODUgMTR0NTkgMjcuNSA0NyAzNy41cTMwIDI3IDUxLjUgMzh0NTYuNSAxMXEyNCAwIDQ0LTd0MzEtMTUgMzMtMjdxMjktMjUgNDctMzh0NTgtMjcgODYtMTRxNDUgMCA4NSAxNC41dDU4IDI3IDQ4IDM3LjVxMjEgMTkgMzIuNSAyN3QzMSAxNSA0My41IDdxMzUgMCA1Ni41LTExdDUxLjUtMzhxMjgtMjQgNDctMzcuNXQ1OS0yNy41IDg1LTE0IDg1IDE0IDU5IDI3LjUgNDcgMzcuNXEzMCAyNyA1MS41IDM4dDU2LjUgMTFxMzQgMCA1NS41LTExdDUxLjUtMzhxMjgtMjQgNDctMzcuNXQ1OS0yNy41IDg1LTE0em0wIDMyMFYyNTZxLTI0IDAtNDQgN3QtMzEgMTUtMzMgMjdxLTI5IDI1LTQ3IDM4dC01OCAyNy04NSAxNHEtNDYgMC04Ni0xNHQtNTgtMjctNDctMzhxLTIyLTE5LTMzLTI3dC0zMS0xNS00NC03cS0zNSAwLTU2LjUgMTF0LTUxLjUgMzhxLTI5IDI1LTQ3IDM4dC01OCAyNy04NiAxNHEtNDUgMC04NS0xNC41dC01OC0yNy00OC0zNy41cS0yMS0xOS0zMi41LTI3dC0zMS0xNS00My41LTdxLTM1IDAtNTYuNSAxMVQ0OTAgMzA1cS0yOCAyNC00NyAzNy41VDM4NCAzNzB0LTg1IDE0cS00NiAwLTg2LTE0dC01OC0yNy00Ny0zOHEtMzAtMjctNTEuNS0zOFQwIDI1NnYxOTJxMCA4MCA1NiAxMzZ0MTM2IDU2aDY0djQ0OGgyNTZWNjQwaDI1NnY0NDhoMjU2VjY0MGgyNTZ2NDQ4aDI1NlY2NDBoNjRxODAgMCAxMzYtNTZ0NTYtMTM2ek01MTIgMTMxMnEwLTc3LTM2LTExOC41dC05Mi00MS41cS01MyAwLTkwLjUgMzcuNVQyNTYgMTI4MHEwIDI5IDkuNSA1MXQyMy41IDM0IDMxIDI4IDMxIDMxLjUgMjMuNSA0NC41IDkuNSA2N3EzOCAwIDgzLTc0dDQ1LTE1MHptNTEyIDBxMC03Ny0zNi0xMTguNXQtOTItNDEuNXEtNTMgMC05MC41IDM3LjVUNzY4IDEyODBxMCAyOSA5LjUgNTF0MjMuNSAzNCAzMSAyOCAzMSAzMS41IDIzLjUgNDQuNSA5LjUgNjdxMzggMCA4My03NHQ0NS0xNTB6bTUxMiAwcTAtNzctMzYtMTE4LjV0LTkyLTQxLjVxLTUzIDAtOTAuNSAzNy41VDEyODAgMTI4MHEwIDI5IDkuNSA1MXQyMy41IDM0IDMxIDI4IDMxIDMxLjUgMjMuNSA0NC41IDkuNSA2N3EzOCAwIDgzLTc0dDQ1LTE1MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ3OSIgdW5pY29kZT0i74e+IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTIwNDggMHYtMTI4SDB2MTUzNmgxMjhWMGgxOTIwem0tMzg0IDEwMjRsMjU2LTg5NkgyNTZ2NTc2bDQ0OCA1NzYgNTc2LTU3NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ4MCIgdW5pY29kZT0i74iAIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTc2OCA2NDZsNTQ2LTU0NlExMjA4LTggMTA2Ni41LTY4VDc2OC0xMjhxLTIwOSAwLTM4NS41IDEwM1QxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDhWNjQ2em0xODctNmg3NzNxMC0xNTctNjAtMjk4LjVUMTUwMCA5NHptNzA5IDEyOEg4OTZ2NzY4cTIwOSAwIDM4NS41LTEwM3QyNzkuNS0yNzkuNVQxNjY0IDc2OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ4MSIgdW5pY29kZT0i74iBIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTIwNDggMHYtMTI4SDB2MTUzNmgxMjhWMGgxOTIwem0tMTI4IDEyNDhWODEzcTAtMjEtMTkuNS0yOS41VDE4NjUgNzkxbC0xMjEgMTIxLTYzMy02MzNxLTEwLTEwLTIzLTEwdC0yMyAxMEw4MzIgNTEyIDQxNiA5NiAyMjQgMjg4bDU4NSA1ODVxMTAgMTAgMjMgMTB0MjMtMTBsMjMzLTIzMyA0NjQgNDY0LTEyMSAxMjFxLTE2IDE2LTcuNSAzNS41dDI5LjUgMTkuNWg0MzVxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80ODIiIHVuaWNvZGU9Iu+IgiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMjkyIDgzMnEwLTYgMTAtNDEgMTAtMjkgMjUtNDkuNXQ0MS0zNCA0NC0yMCA1NS0xNi41cTMyNS05MSAzMjUtMzMyIDAtMTQ2LTEwNS41LTI0Mi41VDE0MzIgMHEtNTkgMC0xMTEuNSAxOC41VDEyMjkgNjR0LTc3IDc0LjUtNjMgODcuNS01My41IDEwMy41LTQzLjUgMTAzVDk1Mi41IDUzOSA5MTcgNjM0cS0zMiA4MS02MS41IDEzMy41VDc4MiA4NjR0LTEwNCA2NC0xNDIgMjBxLTk2IDAtMTgzLTU1LjVUMjE1IDc0OHQtNTEtMTg1cTAtMTYwIDEwNi41LTI3OS41VDUzNCAxNjRxMTc3IDAgMjU4IDk1IDU2IDYzIDgzIDExNmw4NC0xNTJxLTE1LTM0LTQ0LTcwbDEtMVE3ODUgMCA1MjggMCAzODEgMCAyNTguNSA3OVQ2OCAyODYuNSAwIDU2MXEwIDEwNSA0My41IDIwNnQxMTYgMTc2LjUgMTcyIDEyMS41IDIwNC41IDQ2cTg3IDAgMTU5LTE5dDEyMy41LTUwIDk1LTgwIDcyLjUtOTkgNTguNS0xMTcgNTAuNS0xMjQuNSA1MC0xMzAuNSA1NS0xMjdxOTYtMjAwIDIzMy0yMDAgODEgMCAxMzguNSA0OC41VDE2MjkgMzQxcTAgNDItMTkgNzJ0LTUwLjUgNDYtNzIuNSAzMS41LTg0LjUgMjctODcuNSAzNC04MSA1Mi02NSA4Mi0zOSAxMjIuNXEtMyAxNi0zIDMzIDAgMTEwIDg3LjUgMTkydDE5OC41IDc4cTc4LTMgMTIwLjUtMTQuNXQ5MC41LTUzLjVoLTFxMTItMTEgMjMtMjQuNXQyNi0zNiAxOS0yNy41bC0xMjktOTlxLTI2IDQ5LTU0IDcwdjFxLTIzIDIxLTk3IDIxLTQ5IDAtODQtMzN0LTM1LTgzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDgzIiB1bmljb2RlPSLviIMiIGQ9Ik0xNDMyIDQ4NHEwIDE3My0yMzQgMjM5LTM1IDEwLTUzIDE2LjV0LTM4IDI1LTI5IDQ2LjVxMCAyLTIgOC41dC0zIDEyLTEgNy41cTAgMzYgMjQuNSA1OS41VDExNTcgOTIycTU0IDAgNzEtMTVoLTFxMjAtMTUgMzktNTFsOTMgNzFxLTM5IDU0LTQ5IDY0LTMzIDI5LTY3LjUgMzl0LTg1LjUgMTBxLTgwIDAtMTQyLTU3LjVUOTUzIDg0NXEwLTcgMi0yMyAxNi05NiA2NC41LTE0MHQxNDguNS03M3EyOS04IDQ5LTE1LjV0NDUtMjEuNSAzOC41LTM0LjVUMTMxNCA0OTF2LTVxMS01OC00MC41LTkzVDExNzMgMzU4cS05NyAwLTE2NyAxNDQtMjMgNDctNTEuNSAxMjEuNXQtNDggMTI1LjUtNTQgMTEwLjUtNzQgOTUuNS0xMDMuNSA2MC41LTE0NyAyNC41cS0xMDEgMC0xOTItNTZUMTkyIDgzNnQtNTAtMTkydi0xcTQtMTA4IDUwLjUtMTk5VDMyNiAyOTYuNSA1MjIgMjQwcTE4NiAwIDI3OSAxMTAgMjAgMjcgMzEgNTFsLTYwIDEwOXEtNDItODAtOTktMTE2dC0xNDYtMzZxLTExNSAwLTE5MSA4N3QtNzYgMjA0cTAgMTA1IDgyIDE4OXQxODYgODRxMTEyIDAgMTcwLTUzLjVUODAyIDY5NnE4LTIxIDI1LjUtNjguNVQ4NTYgNTUxdDMxLjUtNzQuNSAzOC41LTc0IDQ1LjUtNjIuNSA1NS41LTUzLjUgNjYtMzMgODAtMTMuNXExMDcgMCAxODMgNjkuNXQ3NiAxNzQuNXptMTA0IDYzNlYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDg0IiB1bmljb2RlPSLviIQiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTE1MiA2NDBxMCAxMDQtNDAuNSAxOTguNVQxMDAyIDEwMDJ0LTE2My41IDEwOS41VDY0MCAxMTUydC0xOTguNS00MC41VDI3OCAxMDAyIDE2OC41IDgzOC41IDEyOCA2NDB0NDAuNS0xOTguNVQyNzggMjc4dDE2My41LTEwOS41VDY0MCAxMjh0MTk4LjUgNDAuNVQxMDAyIDI3OHQxMDkuNSAxNjMuNVQxMTUyIDY0MHptNzY4IDBxMCAxMDQtNDAuNSAxOTguNVQxNzcwIDEwMDJ0LTE2My41IDEwOS41VDE0MDggMTE1MmgtMzg2cTExOS05MCAxODguNS0yMjR0NjkuNS0yODgtNjkuNS0yODhUMTAyMiAxMjhoMzg2cTEwNCAwIDE5OC41IDQwLjVUMTc3MCAyNzh0MTA5LjUgMTYzLjVUMTkyMCA2NDB6bTEyOCAwcTAtMTMwLTUxLTI0OC41dC0xMzYuNS0yMDQtMjA0LTEzNi41VDE0MDggMEg2NDBRNTEwIDAgMzkxLjUgNTF0LTIwNCAxMzYuNVQ1MSAzOTEuNSAwIDY0MHQ1MSAyNDguNSAxMzYuNSAyMDQgMjA0IDEzNi41IDI0OC41IDUxaDc2OHExMzAgMCAyNDguNS01MXQyMDQtMTM2LjUgMTM2LjUtMjA0IDUxLTI0OC41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDg1IiB1bmljb2RlPSLviIUiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMCA2NDBxMCAxMzAgNTEgMjQ4LjV0MTM2LjUgMjA0IDIwNCAxMzYuNSAyNDguNSA1MWg3NjhxMTMwIDAgMjQ4LjUtNTF0MjA0LTEzNi41IDEzNi41LTIwNCA1MS0yNDguNS01MS0yNDguNS0xMzYuNS0yMDQtMjA0LTEzNi41VDE0MDggMEg2NDBRNTEwIDAgMzkxLjUgNTF0LTIwNCAxMzYuNVQ1MSAzOTEuNSAwIDY0MHptMTQwOC01MTJxMTA0IDAgMTk4LjUgNDAuNVQxNzcwIDI3OHQxMDkuNSAxNjMuNVQxOTIwIDY0MHQtNDAuNSAxOTguNVQxNzcwIDEwMDJ0LTE2My41IDEwOS41VDE0MDggMTE1MnQtMTk4LjUtNDAuNVQxMDQ2IDEwMDIgOTM2LjUgODM4LjUgODk2IDY0MHQ0MC41LTE5OC41VDEwNDYgMjc4dDE2My41LTEwOS41VDE0MDggMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDg2IiB1bmljb2RlPSLviIYiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNNzYyIDM4NEg0NDhxLTQwIDAtNTcuNSAzNXQ2LjUgNjdsMTg4IDI1MXEtNjUgMzEtMTM3IDMxLTEzMiAwLTIyNi05NHQtOTQtMjI2IDk0LTIyNiAyMjYtOTRxMTE1IDAgMjAzIDcyLjVUNzYyIDM4NHpNNTc2IDUxMmgxODZxLTE4IDg1LTc1IDE0OHptNDgwIDBsMjg4IDM4NEg4NjRsLTk5LTEzMnExMDUtMTAzIDEyNi0yNTJoMTY1em0xMTIwLTY0cTAgMTMyLTk0IDIyNnQtMjI2IDk0cS02MCAwLTEyMS0yNGwxNzQtMjYwcTE1LTIzIDEwLTQ5dC0yNy00MHEtMTUtMTEtMzYtMTEtMzUgMC01MyAyOWwtMTc0IDI2MHEtOTMtOTUtOTMtMjI1IDAtMTMyIDk0LTIyNnQyMjYtOTQgMjI2IDk0IDk0IDIyNnptMTI4IDBxMC0xODUtMTMxLjUtMzE2LjVUMTg1NiAwdC0zMTYuNSAxMzEuNVQxNDA4IDQ0OHEwIDk3IDM5LjUgMTgzLjVUMTU1NyA3ODFsLTY1IDk4LTM1My00NjlxLTE4LTI2LTUxLTI2SDg5MXEtMjMtMTY0LTE0OS0yNzRUNDQ4IDBRMjYzIDAgMTMxLjUgMTMxLjVUMCA0NDh0MTMxLjUgMzE2LjVUNDQ4IDg5NnExMTQgMCAyMTUtNTVsMTM3IDE4M0g1NzZxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDM4NHYtMTI4aDQzNWwtODUgMTI4aC0yMjJxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnEzMyAwIDUzLTI4bDI2Ny00MDBxOTEgNDQgMTkyIDQ0IDE4NSAwIDMxNi41LTEzMS41VDIzMDQgNDQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDg3IiB1bmljb2RlPSLviIciIGQ9Ik0zODQgMzIwcTAgNTMtMzcuNSA5MC41VDI1NiA0NDh0LTkwLjUtMzcuNVQxMjggMzIwdDM3LjUtOTAuNVQyNTYgMTkydDkwLjUgMzcuNVQzODQgMzIwem0xMDI0IDBxMCA1My0zNy41IDkwLjVUMTI4MCA0NDh0LTkwLjUtMzcuNVQxMTUyIDMyMHQzNy41LTkwLjVUMTI4MCAxOTJ0OTAuNSAzNy41VDE0MDggMzIwem0tNDYgMzk2bC03MiAzODRxLTUgMjMtMjIuNSAzNy41VDEyMjcgMTE1MkgzMDlxLTIzIDAtNDAuNS0xNC41VDI0NiAxMTAwbC03Mi0zODRxLTUtMzAgMTQtNTN0NDktMjNoMTA2MnEzMCAwIDQ5IDIzdDE0IDUzem0tMjI2IDYxMnEwIDIwLTE0IDM0dC0zNCAxNEg0NDhxLTIwIDAtMzQtMTR0LTE0LTM0IDE0LTM0IDM0LTE0aDY0MHEyMCAwIDM0IDE0dDE0IDM0em00MDAtNzI1VjBoLTEyOHYtMTI4cTAtNTMtMzcuNS05MC41VDEyODAtMjU2dC05MC41IDM3LjVUMTE1Mi0xMjhWMEgzODR2LTEyOHEwLTUzLTM3LjUtOTAuNVQyNTYtMjU2dC05MC41IDM3LjVUMTI4LTEyOFYwSDB2NjAzcTAgMTEyIDI1IDIyM2wxMDMgNDU0cTkgNzggOTcuNSAxMzd0MjMwIDg5IDMxMi41IDMwIDMxMi41LTMwIDIzMC04OSA5Ny41LTEzN2wxMDUtNDU0cTIzLTEwMiAyMy0yMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80ODgiIHVuaWNvZGU9Iu+IiCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNDYzIDcwNHEwLTM1LTI1LTYwLjV0LTYxLTI1LjVINjc1cS0zNiAwLTYxIDI1LjVUNTg5IDcwNHQyNSA2MC41IDYxIDI1LjVoNzAycTM2IDAgNjEtMjUuNXQyNS02MC41em0yMTQgMHEwIDg2LTIzIDE3MEg2NzJxLTM2IDAtNjEgMjV0LTI1IDYwcTAgMzYgMjUgNjF0NjEgMjVoOTA4cS04OCAxNDMtMjM1IDIyN3QtMzIwIDg0cS0xNzcgMC0zMjcuNS04Ny41dC0yMzgtMjM3LjVUMzcyIDcwNHEwLTg2IDIzLTE3MGg5ODJxMzYgMCA2MS0yNXQyNS02MHEwLTM2LTI1LTYxdC02MS0yNUg0NjlxODgtMTQzIDIzNS41LTIyN1QxMDI1IDUycTEzMiAwIDI1MyA1MS41dDIwOCAxMzkgMTM5IDIwOCA1MiAyNTMuNXptMzcxIDI1NXEwLTM1LTI1LTYwdC02MS0yNWgtMTMxcTE3LTg1IDE3LTE3MCAwLTE2Ny02NS41LTMxOS41dC0xNzUuNS0yNjMtMjYyLjUtMTc2VDEwMjUtMTIwcS0yNDYgMC00NDguNSAxMzNUMjc1IDM2M0g4NnEtMzYgMC02MSAyNVQwIDQ0OXEwIDM1IDI1IDYwdDYxIDI1aDEzMnEtMTcgODUtMTcgMTcwIDAgMTY3IDY1LjUgMzE5LjV0MTc1LjUgMjYzIDI2Mi41IDE3NlQxMDI1IDE1MjhxMjQ1IDAgNDQ3LjUtMTMzdDMwMS41LTM1MGgxODhxMzYgMCA2MS0yNXQyNS02MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ4OSIgdW5pY29kZT0i74iJIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTk1MyAxMTU4TDgzOSA4MzBsMTE3LTIxcTE2NSA0NTEgMTY1IDUxOCAwIDU2LTM4IDU2LTU3IDAtMTMwLTIyNXpNNjU0IDQ3MWwzMy04OHEzNyA0MiA3MSA2N2wtMzMgNS41LTM4LjUgN0w2NTQgNDcxem0tMjkyIDg5NnEwLTk4IDE1OS01MjEgMTcgMTAgNDkgMTAgMTUgMCA3NS01bC0xMjEgMzUxcS03NSAyMjAtMTIzIDIyMC0xOSAwLTI5LTE3LjV0LTEwLTM3LjV6bS03OS03NTlxMC0zNiA1MS41LTExOVQ0NTIgMzM2dDEwMC03MHExNCAwIDI1LjUgMTN0MTEuNSAyN3EwIDI0LTMyIDEwMi0xMyAzMi0zMiA3MnQtNDcuNSA4OS02MS41IDgxLTYyIDMycS0yMCAwLTQ1LjUtMjdUMjgzIDYwOHpNMTI1IDI3M3EwLTQxIDI1LTEwNFEyMDkgMjQgMzMzLjUtNThUNjE1LTE0MHEyMjcgMCAzODIgMTcwIDE1MiAxNjkgMTUyIDQyNyAwIDQzLTEgNjd0LTExLjUgNjItMzAuNSA1NnEtNTYgNDktMjExLjUgNzUuNVQ2MjQgNzQ0cS0zNyAwLTQ5LTExLTEyLTUtMTItMzUgMC0zNCAyMS41LTYwdDU1LjUtNDAgNzcuNS0yMy41VDgwNSA1NjN0ODUtNCA3MCAwaDIzcTI0IDAgNDAtMTkgMTUtMTkgMTktNTUtMjgtMjgtOTYtNTQtNjEtMjItOTMtNDYtNjQtNDYtMTA4LjUtMTE0VDcwMCAxMzRxMC0zMSAxOC41LTg4LjVUNzM3LTQybC0zLTEycS00LTEyLTQtMTQtMTM3IDEwLTE0NiAyMTYtOC0yLTQxLTIgMi03IDItMjEgMC01My00MC41LTg5LjVUNDEwLTFxLTgyIDAtMTY2LjUgNzhUMTU5IDIzNnEwIDM0IDMzIDY3IDUyLTY0IDYwLTc2IDc3LTEwNCAxMzMtMTA0IDEyIDAgMjYuNSA4LjVUNDI2IDE1MnEwIDM0LTg3LjUgMTQ1VDIyMiA0MDhxLTQzIDAtNzAtNDQuNVQxMjUgMjczem0tMTE0LTlxMCAxMDEgNDIuNSAxNjNUMTkwIDUxNXEtMjggNzQtMjggMTA0IDAgNjIgNjEgMTIzdDEyMiA2MXEyOSAwIDcwLTE1LTE2MyA0NjItMTYzIDU2NyAwIDgwIDQxIDEzMC41dDExOSA1MC41cTEzMSAwIDMyNS01ODEgNi0xNyA4LTIzIDYgMTYgMjkgNzkuNXQ0My41IDExOC41IDU0IDEyNy41IDY0LjUgMTIzIDcwLjUgODYuNSA3Ni41IDM2cTcxIDAgMTEyLTQ5dDQxLTEyMnEwLTEwOC0xNTktNTUwIDYxLTE1IDEwMC41LTQ2dDU4LjUtNzggMjYtOTMuNSA3LTExMC41cTAtMTUwLTQ3LTI4MFQxMDkwLTUxIDg3OS0yMDF0LTI3OC01NXEtMTExIDAtMjIzIDQyLTE0OSA1Ny0yNTggMTkxLjVUMTEgMjY0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDkwIiB1bmljb2RlPSLviIoiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNzg1IDUyOGgyMDdxLTE0LTE1OC05OC41LTI0OC41VDY3OSAxODlxLTE2MiAwLTI1NC41IDExNlQzMzIgNjIxcTAgMTk0IDkzIDMxMS41VDY1OCAxMDUwcTE0OCAwIDIzMi04N3Q5Ny0yNDdINzg0cS01IDY0LTM1LjUgOTlUNjY3IDg1MHEtNTcgMC04OC41LTYwLjVUNTQ3IDYxMnEwLTQ4IDUtODR0MTgtNjkuNSA0MC01MS41IDY2LTE4cTk1IDAgMTA5IDEzOXptNzEyIDBoMjA2cS0xNC0xNTgtOTgtMjQ4LjVUMTM5MSAxODlxLTE2MiAwLTI1NC41IDExNlQxMDQ0IDYyMXEwIDE5NCA5MyAzMTEuNXQyMzMgMTE3LjVxMTQ4IDAgMjMyLTg3dDk3LTI0N2gtMjA0cS00IDY0LTM1IDk5dC04MSAzNXEtNTcgMC04OC41LTYwLjVUMTI1OSA2MTJxMC00OCA1LTg0dDE4LTY5LjUgMzkuNS01MS41IDY1LjUtMThxNDkgMCA3Ni41IDM4dDMzLjUgMTAxem0zNTkgMTE5cTAgMjA3LTE1LjUgMzA3dC02MC41IDE2MXEtNiA4LTEzLjUgMTR0LTIxLjUgMTUtMTYgMTFxLTg2IDYzLTY5NyA2My02MjUgMC03MTAtNjMtNS00LTE3LjUtMTEuNXQtMjEtMTRUMjY5IDExMTVxLTQ1LTYwLTYwLTE1OS41VDE5NCA2NDdxMC0yMDggMTUtMzA3LjVUMjY5IDE3OXE2LTggMTUtMTV0MjAuNS0xNCAxNy41LTEycTQ0LTMzIDIzOS41LTQ5VDEwMzIgNzNxNjEwIDAgNjk3IDY1IDUgNCAxNyAxMXQyMC41IDE0IDEzLjUgMTZxNDYgNjAgNjEgMTU5dDE1IDMwOXptMTkyIDc2MVYtMTI4SDB2MTUzNmgyMDQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDkxIiB1bmljb2RlPSLviIsiIGQ9Ik05OTIgOTEyVjQxNnEwLTE0LTktMjN0LTIzLTlIODAwcS0xNCAwLTIzIDl0LTkgMjN2NDk2cTAgMTEyLTgwIDE5MnQtMTkyIDgwSDIyNFYzMnEwLTE0LTktMjN0LTIzLTlIMzJRMTggMCA5IDlUMCAzMnYxMzQ0cTAgMTQgOSAyM3QyMyA5aDQ2NHExMzUgMCAyNDktNjYuNVQ5MjUuNSAxMTYxIDk5MiA5MTJ6bTM4NCA0NjRWNDk2cTAtMTM1LTY2LjUtMjQ5VDExMjkgNjYuNSA4ODAgMEg0MTZxLTE0IDAtMjMgOXQtOSAyM3Y5NjBxMCAxNCA5IDIzdDIzIDloMTYwcTE0IDAgMjMtOXQ5LTIzVjIyNGgyNzJxMTEyIDAgMTkyIDgwdDgwIDE5MnY4ODBxMCAxNCA5IDIzdDIzIDloMTYwcTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDkyIiB1bmljb2RlPSLviIwiIGQ9Ik0xMzExIDY5NFY1ODBxMC0yNC0xMy41LTM4dC0zNy41LTE0aC0yMDJxLTI0IDAtMzggMTR0LTE0IDM4djExNHEwIDI0IDE0IDM4dDM4IDE0aDIwMnEyNCAwIDM3LjUtMTR0MTMuNS0zOHpNODIxIDQ2NHYyNTBxMCA1My0zMi41IDg1LjVUNzAzIDgzMkg1NzBxLTY4IDAtOTYtNTItMjggNTItOTYgNTJIMjQ4cS01MyAwLTg1LjUtMzIuNVQxMzAgNzE0VjQ2NHEwLTIyIDIxLTIyaDU1cTIyIDAgMjIgMjJ2MjMwcTAgMjQgMTMuNSAzOHQzOC41IDE0aDk0cTI0IDAgMzgtMTR0MTQtMzhWNDY0cTAtMjIgMjEtMjJoNTRxMjIgMCAyMiAyMnYyMzBxMCAyNCAxNCAzOHQzOCAxNGg5N3EyNCAwIDM3LjUtMTR0MTMuNS0zOFY0NjRxMC0yMiAyMi0yMmg1NXEyMSAwIDIxIDIyem01ODkgOTZ2MTU0cTAgNTMtMzMgODUuNXQtODYgMzIuNWgtMjY0cS01MyAwLTg2LTMyLjVUOTA4IDcxNFYzMDRxMC0yMSAyMi0yMWg1NXEyMSAwIDIxIDIxdjE4MHEzMS00MiA5NC00MmgxOTFxNTMgMCA4NiAzMi41dDMzIDg1LjV6bTEyNiA2MTZWMTA0cTAtOTYtNjgtMTY0dC0xNjQtNjhIMjMycS05NiAwLTE2NCA2OFQwIDEwNHYxMDcycTAgOTYgNjggMTY0dDE2NCA2OGgxMDcycTk2IDAgMTY0LTY4dDY4LTE2NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ5MyIgdW5pY29kZT0i74iNIiBkPSJNOTE1IDQ1MEg2MjFsMTQ3IDU1MXptODYtMzIyaDMxMUw5ODggMTE1Mkg1NDhMMjI0IDEyOGgzMTFsMzgzIDMxNHptNTM1IDk5MlYxNjBxMC0xMTgtODUtMjAzdC0yMDMtODVIMjg4cS0xMTggMC0yMDMgODVUMCAxNjB2OTYwcTAgMTE4IDg1IDIwM3QyMDMgODVoOTYwcTExOCAwIDIwMy04NXQ4NS0yMDN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80OTQiIHVuaWNvZGU9Iu+IjiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0yMDQ4IDY0MXEwLTIxLTEzLTM2LjV0LTMzLTE5LjVsLTIwNS0zNTZxMy05IDMtMTggMC0yMC0xMi41LTM1LjVUMTc1NSAxNTZsLTE5My0zMzdxMy04IDMtMTYgMC0yMy0xNi41LTQwdC00MC41LTE3cS0yNSAwLTQxIDE4aC00MDBxLTE3LTIwLTQzLTIwdC00MyAyMEg1ODJxLTE3LTIwLTQzLTIwLTIzIDAtNDAgMTYuNVQ0ODItMTk5cTAgOCA0IDIwTDI5MyAxNTZxLTIwIDQtMzIuNSAxOS41VDI0OCAyMTFxMCA5IDMgMThMNDUgNTg1cS0yMCA1LTMyLjUgMjAuNVQwIDY0MXEwIDIxIDEzLjUgMzYuNVQ0NyA2OTdsMTk5IDM0NHEwIDEtLjUgM3QtLjUgM3EwIDM2IDM0IDUxbDIwOSAzNjNxLTQgMTAtNCAxOCAwIDI0IDE3IDQwLjV0NDAgMTYuNXEyNiAwIDQ0LTIxaDM5NnExNiAyMSA0MyAyMXQ0My0yMWgzOThxMTggMjEgNDQgMjEgMjMgMCA0MC0xNi41dDE3LTQwLjVxMC02LTQtMThsMjA3LTM1OHEyMy0xIDM5LTE3LjV0MTYtMzguNXEwLTEzLTctMjdsMTg3LTMyNHExOS00IDMxLjUtMTkuNVQyMDQ4IDY0MXptLTk4NS03OTloMzg5bC0zNDIgMzU0SDk2N0w2MjUtMTU4aDM2MHExOCAxNiAzOSAxNnQzOS0xNnpNMTEyIDY1NHExLTQgMS0xMyAwLTEwLTItMTVsMjA4LTM2MCAxNS02IDE4OCAxOTl2MzQ3bC0xODcgMTk0cS0xMy04LTI5LTEwem04NzQgNzg0SDU5OGwxOTAtMjAwIDU1NCAyMDBoLTI4MHEtMTYtMTYtMzgtMTZ0LTM4IDE2em03MDMtMTIxMnExIDYgNSAxMWwtNjQgNjgtMTctNzloNzZ6bS0xMDYgMGwyMiAxMDUtMjUyIDI2Ni0yOTYtMzA3IDYzLTY0aDQ2M3ptLTg4LTM2OGwxNiAyOCA2NSAzMTBoLTQyN2wzMzMtMzQzcTggNCAxMyA1em0tOTE3LTE2aDVsMzQyIDM1NEg1NTJ2LTMzNWw0LTZxMTQtNSAyMi0xM3ptLTI2IDM4NGg0MDJsNjQgNjYtMzA5IDMyMS0xNTctMTY2VjIyNnptLTE5MyAwaDE2M3YxODlMMzU0IDIzOHE0LTggNS0xMnptLTEgODI1cTAtMSAuNS0ydC41LTJxMC0xNi04LTI5bDE3MS0xNzd2MjY5em0xOTQgNzBWODEwbDE1My0xNTcgMjk3IDMxNC0yMjMgMjM2em00IDMwNGwtNC04di0yNjRsMjA1IDc0LTE5MSAyMDFxLTYtMi0xMC0zem04OTEgMTNoLTE2bC02MjEtMjI0IDIxMy0yMjV6bS00MjQtNDkyTDcyNiA2MzFsMzExLTMxOSAyOTYgMzA3ek02ODggNjM0TDU1MiA3NzVWNDkxem0zNTAtMzY0bC00Mi00NGg4NXptMzM2IDM0OGwyMzgtMjUxIDEzMiA2MjQtMyA1LTEgMXptMzQ0IDQwMHEtOCAxMy04IDI5djJsLTIxNiAzNzZxLTUgMS0xMyA1bC00MzctNDYzIDMxMC0zMjd6TTUyMiAxMTQydjIyM2wtMTYzLTI4MnptMC05NDZIMzU5TDUyMi04N3YyODN6bTEwODUgMGwtNDgtMjI3IDEzMCAyMjdoLTgyem0xMjIgNzBsMjA3IDM2MXEtMiAxMC0yIDE0IDAgMSAzIDE2bC0xNzEgMjk2LTEyOS02MTIgNzctODJxNSAzIDE1IDd6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImYyMTAiIHVuaWNvZGU9Iu+IkCIgZD0iTTAgODU2cTAgMTMxIDkxLjUgMjI2LjVUMzE0IDExNzhoNzQybDM1MiAzNThWNjZxMC0xMzItOTEuNS0yMjdUMTA5NC0yNTZIMzE0cS0xMzEgMC0yMjIuNSA5NVQwIDY2djc5MHptMTIzMi03NTRsLTE3NiAxODB2NDI1cTAgNDYtMzIgNzl0LTc4IDMzSDQ2MnEtNDYgMC03OC0zM3QtMzItNzlWMjE1cTAtNDYgMzIuNS03OS41VDQ2MiAxMDJoNzcweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDk2IiB1bmljb2RlPSLviJEiIGQ9Ik05MzQgMTM4NnEtMzE3LTEyMS01NTYtMzYyLjVUMjAgNDYzUTAgNTUyIDAgNjM5cTAgMjA4IDEwMi41IDM4NC41dDI3OC41IDI3OVQ3NjUgMTQwNXE4MiAwIDE2OS0xOXptMjY5LTExOXE5My02NSAxNjQtMTU1LTM4OS0xMTMtNjc0LjUtNDAwLjVUMjk2IDM1cS05MyA3Mi0xNTUgMTYyIDExMiAzODYgMzk1IDY3MXQ2NjcgMzk5ek00NzAtNjdxMTE1IDM1NiAzNzkuNSA2MjJUMTQ2OSA5MzlxNDAtOTIgNTQtMTk1LTI5Mi0xMjAtNTE2LTM0NVQ2NjQtMTE5cS0xMDMgMTQtMTk0IDUyem0xMDY2LTU4cS0xOTMgNTAtMzY3IDExNS0xMzUtODQtMjkwLTEwNyAxMDkgMjA1IDI3NCAzNzAuNVQxNTIyIDUyOXEtMjEtMTUyLTEwMS0yODQgNjUtMTc1IDExNS0zNzB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImYyMTIiIHVuaWNvZGU9Iu+IkiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xODkzIDExNDRsMTU1LTEyNzJxLTEzMSAwLTI1NyA1Ny0yMDAgOTEtMzkzIDkxLTIyNiAwLTM3NC0xNDhRODc2IDIwIDY1MCAyMHEtMTkzIDAtMzkzLTkxLTEyOC01Ny0yNTItNTdIMGwxNTUgMTI3MnEyMjQgMTI3IDQ4MiAxMjcgMjMzIDAgMzg3LTEwNiAxNTQgMTA2IDM4NyAxMDYgMjU4IDAgNDgyLTEyN3ptLTQ5NS05ODdxMTI5IDAgMjMyLTI4LjVUMTg5MCAzNWwtMTI0IDEwMjFxLTE3MSA3OC0zNjggNzgtMjI0IDAtMzc0LTE0MS0xNTAgMTQxLTM3NCAxNDEtMTk3IDAtMzY4LTc4TDE1OCAzNXExMDUgNDMgMTY1LjUgNjVUNDcyIDEzOS41IDY1MCAxNTdxMjAyIDAgMzc0LTEwOCAxNzIgMTA4IDM3NCAxMDh6bTQwIDM0bC01NSA5MDdxLTIxMS00LTM1OS0xNTUtMTUyIDE1NS0zNzQgMTU1LTE3NiAwLTMzNi02NkwyMDAgOTFxMTI0IDUxIDIyOC41IDc2VDY1MCAxOTJxMjA5IDAgMzc0LTEwMiAxNzIgMTA3IDM3NCAxMDJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80OTgiIHVuaWNvZGU9Iu+IkyIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNTAwIDE2NXY3MzNxMCAyMS0xNSAzNnQtMzUgMTVoLTkzcS0yMCAwLTM1LTE1dC0xNS0zNlYxNjVxMC0yMCAxNS0zNXQzNS0xNWg5M3EyMCAwIDM1IDE1dDE1IDM1em0tMjg0IDB2NTMxcTAgMjAtMTUgMzV0LTM1IDE1aC0xMDFxLTIwIDAtMzUtMTV0LTE1LTM1VjE2NXEwLTIwIDE1LTM1dDM1LTE1aDEwMXEyMCAwIDM1IDE1dDE1IDM1em0tMjkyIDB2NDI5cTAgMjAtMTUgMzV0LTM1IDE1SDc3M3EtMjAgMC0zNS0xNXQtMTUtMzVWMTY1cTAtMjAgMTUtMzV0MzUtMTVoMTAxcTIwIDAgMzUgMTV0MTUgMzV6bS0yOTIgMHYzNjJxMCAyMC0xNSAzNXQtMzUgMTVINDgxcS0yMCAwLTM1LTE1dC0xNS0zNVYxNjVxMC0yMCAxNS0zNXQzNS0xNWgxMDFxMjAgMCAzNSAxNXQxNSAzNXptMTQxNiAxNDZxMC0xNjYtMTE4LTI4NFQxNjQ2LTkxSDQwMlEyMzYtOTEgMTE4IDI3VDAgMzExcTAgMTE2IDYzIDIxNC41VDIzMSA2NzRxLTEwIDM0LTEwIDczIDAgMTEzIDgwLjUgMTkzLjVUNDk1IDEwMjFxMTAyIDAgMTgwLTY3IDQ1IDE4MyAxOTQgMzAwdDMzOCAxMTdxMTQ5IDAgMjc1LTczLjV0MTk5LjUtMTk5LjUgNzMuNS0yNzVxMC02Ni0xNC0xMjIgMTM1LTMzIDIyMS0xNDIuNXQ4Ni0yNDcuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ5OSIgdW5pY29kZT0i74iUIiBkPSJNMCAxNTM2aDE1MzZWMTQ0TDc2MC0xOTQgMCAxNDR2MTM5MnpNMTQzNiAyMDl2OTI2SDEwMFYyMDlMNzYxLTg1em0wIDEwMjZ2MjAxSDEwMHYtMjAxaDEzMzZ6TTE4MSA5MzdWODIyaC0zN3YxMTVoMzd6bTAtMTQ4VjY3NGgtMzd2MTE1aDM3em0wLTE0OFY1MjZoLTM3djExNWgzN3ptMC0xNDhWMzc4aC0zN3YxMTVoMzd6bTAtMTQ4VjIzMGgtMzd2MTE1aDM3em0yNi0xNDNsMTUgMzQgMTA1LTQ3LTE1LTMzem0xMzYtNjBsMTUgMzQgMTA1LTQ2LTE1LTM0em0xMzUtNjBsMTUgMzQgMTA1LTQ2LTE1LTM0em0xMzYtNTlsMTUgMzMgMTA0LTQ2LTE1LTM0em0xODMtMTNsMTA1IDQ2IDE1LTMzLTEwNS00N3ptMTM1IDYwbDEwNSA0NiAxNS0zNC0xMDUtNDZ6bTEzNiA2MGwxMDUgNDYgMTUtMzQtMTA1LTQ2em0xMzUgNTlsMTA1IDQ3IDE1LTM0LTEwNS00NnpNMjU5IDEzODl2LTM2SDE0NXYzNmgxMTR6bTE2MiAwdi0zNkgzMDZ2MzZoMTE1em0xNjIgMHYtMzZINDY4djM2aDExNXptMTYxIDB2LTM2SDYzMHYzNmgxMTR6bTE2MiAwdi0zNkg3OTJ2MzZoMTE0em0xNjIgMHYtMzZIOTUzdjM2aDExNXptMTYyIDB2LTM2aC0xMTV2MzZoMTE1em0xNjEgMHYtMzZoLTExNHYzNmgxMTR6TTE4MSAxMDQ5di03OWgtMzd2MTE1aDExNXYtMzZoLTc4em0yNDAgMzZ2LTM2SDMwNnYzNmgxMTV6bTE2MiAwdi0zNkg0Njh2MzZoMTE1em0xNjEgMHYtMzZINjMwdjM2aDExNHptMTYyIDB2LTM2SDc5MnYzNmgxMTR6bTE2MiAwdi0zNkg5NTN2MzZoMTE1em0xNjIgMHYtMzZoLTExNXYzNmgxMTV6bTEyNS0xMTV2NzloLTc4djM2aDExNVY5NzBoLTM3em0wLTE0OHYxMTVoMzdWODIyaC0zN3ptMC0xNDh2MTE1aDM3VjY3NGgtMzd6bTAtMTQ4djExNWgzN1Y1MjZoLTM3em0wLTE0OHYxMTVoMzdWMzc4aC0zN3ptMC0xNDh2MTE1aDM3VjIzMGgtMzd6bS01OTUgMzVxLTEyOSAwLTIyMSA5MS41VDQ0NyA1NzhxMCAxMjkgOTIgMjIxdDIyMSA5MnExMzAgMCAyMjEuNS05MnQ5MS41LTIyMXEwLTEzMC05MS41LTIyMS41VDc2MCAyNjV6TTU5NSA2NDZxMC0zNiAxOS41LTU2LjV0NDkuNS0yNSA2NC03IDY0LTIgNDkuNS05VDg2MSA1MTZxMC00OS0xMTItNDktOTcgMC0xMjMgNTFoLTNsLTMxLTYzcTY3LTQyIDE2Mi00MiAyOSAwIDU2LjUgNXQ1NS41IDE2IDQ1LjUgMzMgMTcuNSA1M3EwIDQ2LTI3LjUgNjkuNXQtNjcuNSAyNy03OS41IDMtNjcgNVQ2NjAgNjUwcTAgMjEgMjAuNSAzM3Q0MC41IDE1IDQxIDNxMzQgMCA3MC41LTExdDUxLjUtMzRoM2wzMCA1OHEtMyAxLTIxIDguNXQtMjIuNSA5LTE5LjUgNy0yMiA3LTIwIDQuNS0yNCA0LTIzIDFxLTI5IDAtNTYuNS01dC01NC0xNi41LTQzLTM0VDU5NSA2NDZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MDAiIHVuaWNvZGU9Iu+IlSIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik04NjMgNTA0cTAgMTEyLTc5LjUgMTkxLjVUNTkyIDc3NXQtMTkxLTc5LjVUMzIyIDUwNHQ3OS0xOTEgMTkxLTc5IDE5MS41IDc5VDg2MyA1MDR6bTg2MyAxcTAgMTEyLTc5IDE5MXQtMTkxIDc5LTE5MS41LTc5LTc5LjUtMTkxcTAtMTEzIDc5LjUtMTkydDE5MS41LTc5IDE5MSA3OS41IDc5IDE5MS41em0zMjIgODA5Vi0zNHEwLTQ0LTMxLjUtNzUuNVQxOTQwLTE0MUgxMDhxLTQ1IDAtNzYuNSAzMS41VDAtMzR2MTM0OHEwIDQ0IDMxLjUgNzUuNVQxMDggMTQyMWg0MzFxNDQgMCA3Ni0zMS41dDMyLTc1LjV2LTE2MWg3NTR2MTYxcTAgNDQgMzIgNzUuNXQ3NiAzMS41aDQzMXE0NSAwIDc2LjUtMzEuNXQzMS41LTc1LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MDEiIHVuaWNvZGU9Iu+IliIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNDMwIDk1M3ptMjYwLTIwNHExNDggMCAyNTMtOTguNVQyMDQ4IDQwNnEwLTE1Ny0xMDktMjYxLjVUMTY3MiA0MHEtODUgMC0xNjIgMjcuNVQxMzcyIDE0MXQtMTE4IDEwNi0xMDkgMTI2LTEwMy41IDEzMi41VDkzMyA2MzIgODE2IDczOHQtMTM2IDczLjVUNTIxIDgzOXEtMTU0IDAtMjUxLjUtOTEuNVQxNzIgNTAzcTAtMTU3IDEwNC0yNTB0MjYzLTkzcTEwMCAwIDIwOCAzNy41VDk0MCAyOTZxNSA0IDIxIDE4LjV0MzAgMjQgMjIgOS41cTE0IDAgMjQuNS0xMC41VDEwNDggMzEzcTAtMjQtNjAtNzctMTAxLTg4LTIzNC41LTE0MlQ0OTMgNDBxLTEzMyAwLTI0NS41IDU4dC0xODAgMTY1VDAgNTA0cTAgMjA1IDE0MS41IDM0MVQ0ODkgOTgxcTEyMCAwIDIyNi41LTQzLjV0MTg1LjUtMTEzIDE1MS41LTE1MyAxMzktMTY3LjVUMTMyNSAzNTAuNXQxNDkuNS0xMTNUMTY0NyAxOTRxMTAyIDAgMTY4LjUgNjEuNVQxODgyIDQxOHEwIDk1LTY0LjUgMTU5VDE2NTggNjQxcS0zMCAwLTgxLjUtMTguNVQxNTA4IDYwNHEtMjAgMC0zNS41IDE1dC0xNS41IDM1cTAgMTggOC41IDU3dDguNSA1OXEwIDE1OS0xMDcuNSAyNjNUMTEwMCAxMTM3cS01OCAwLTExMS41LTE4LjV0LTg0LTQwLjUtNTUuNS00MC41LTMzLTE4LjVxLTE1IDAtMjUuNSAxMC41VDc4MCAxMDU1cTAgMTkgMjUgNDYgNTkgNjcgMTQ3IDEwMy41dDE4MiAzNi41cTE5MSAwIDMxOC0xMjUuNVQxNTc5IDgwMHEwLTM3LTQtNjYgNTcgMTUgMTE1IDE1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTAyIiB1bmljb2RlPSLviJciIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTIxNiA4MzJxMCAyNi0xOSA0NXQtNDUgMTloLTEyOHYxMjhxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDVWODk2SDc2OHEtMjYgMC00NS0xOXQtMTktNDUgMTktNDUgNDUtMTloMTI4VjY0MHEwLTI2IDE5LTQ1dDQ1LTE5IDQ1IDE5IDE5IDQ1djEyOGgxMjhxMjYgMCA0NSAxOXQxOSA0NXpNNjQwIDBxMC01My0zNy41LTkwLjVUNTEyLTEyOHQtOTAuNSAzNy41VDM4NCAwdDM3LjUgOTAuNVQ1MTIgMTI4dDkwLjUtMzcuNVQ2NDAgMHptODk2IDBxMC01My0zNy41LTkwLjVUMTQwOC0xMjh0LTkwLjUgMzcuNVQxMjgwIDB0MzcuNSA5MC41VDE0MDggMTI4dDkwLjUtMzcuNVQxNTM2IDB6bTEyOCAxMDg4VjU3NnEwLTI0LTE2LTQyLjV0LTQxLTIxLjVMNTYzIDM5MHExLTcgNC41LTIxLjV0Ni0yNi41IDIuNS0yMnEwLTE2LTI0LTY0aDkyMHEyNiAwIDQ1LTE5dDE5LTQ1LTE5LTQ1LTQ1LTE5SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDVxMCAxNCAxMSAzOS41dDI5LjUgNTkuNSAyMC41IDM4bC0xNzcgODIzSDY0cS0yNiAwLTQ1IDE5dC0xOSA0NSAxOSA0NSA0NSAxOWgyNTZxMTYgMCAyOC41LTYuNXQyMC0xNS41IDEzLTI0LjUgNy41LTI2LjUgNS41LTI5LjUgNC41LTI1LjVoMTIwMXEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTAzIiB1bmljb2RlPSLviJgiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTI4MCA4MzJxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTlsLTE0Ny0xNDZ2MjkzcTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1VjczMUw3NDkgODc3cS0xOSAxOS00NSAxOXQtNDUtMTktMTktNDUgMTktNDVsMjU2LTI1NnExOS0xOSA0NS0xOXQ0NSAxOWwyNTYgMjU2cTE5IDE5IDE5IDQ1ek02NDAgMHEwLTUzLTM3LjUtOTAuNVQ1MTItMTI4dC05MC41IDM3LjVUMzg0IDB0MzcuNSA5MC41VDUxMiAxMjh0OTAuNS0zNy41VDY0MCAwem04OTYgMHEwLTUzLTM3LjUtOTAuNVQxNDA4LTEyOHQtOTAuNSAzNy41VDEyODAgMHQzNy41IDkwLjVUMTQwOCAxMjh0OTAuNS0zNy41VDE1MzYgMHptMTI4IDEwODhWNTc2cTAtMjQtMTYtNDIuNXQtNDEtMjEuNUw1NjMgMzkwcTEtNyA0LjUtMjEuNXQ2LTI2LjUgMi41LTIycTAtMTYtMjQtNjRoOTIwcTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTlINDQ4cS0yNiAwLTQ1IDE5dC0xOSA0NXEwIDE0IDExIDM5LjV0MjkuNSA1OS41IDIwLjUgMzhsLTE3NyA4MjNINjRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnExNiAwIDI4LjUtNi41dDIwLTE1LjUgMTMtMjQuNSA3LjUtMjYuNSA1LjUtMjkuNSA0LjUtMjUuNWgxMjAxcTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MDQiIHVuaWNvZGU9Iu+ImSIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0yMTIgNzY4bDYyMy02NjUtMzAwIDY2NUgyMTJ6TTEwMjQtNGwzNDkgNzcySDY3NXpNNTM4IDg5NmwyMDQgMzg0SDQ4MEwxOTIgODk2aDM0NnptNjc1LTc5M2w2MjMgNjY1aC0zMjN6TTY4MyA4OTZoNjgybC0yMDQgMzg0SDg4N3ptODI3IDBoMzQ2bC0yODggMzg0aC0yNjJ6bTE0MSA0ODZsMzg0LTUxMnExNC0xOCAxMy00MS41dC0xNy00MC41TDEwNzEtMjM2cS0xOC0yMC00Ny0yMHQtNDcgMjBMMTcgNzg4UTEgODA1IDAgODI4LjVUMTMgODcwbDM4NCA1MTJxMTggMjYgNTEgMjZoMTE1MnEzMyAwIDUxLTI2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTA1IiB1bmljb2RlPSLviJoiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTgxMS0xOXExOSAxOSA0NSAxOXQ0NS0xOWwxMjgtMTI4LTkwLTkwLTgzIDgzLTgzLTgzcS0xOC0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlMMTktMTA5bDkwIDkwIDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzek0yMzcgMTlRMjE4IDAgMTkyIDB0LTQ1IDE5TDE5IDE0N2w5MCA5MCA4My04MiA4MyA4MnExOSAxOSA0NSAxOXQ0NS0xOWw4My04MiA2NCA2NHYyOTNMMzAyIDgyNnEtMTcgMjYtNyA1Ni41dDQwIDQwLjVsMTc3IDU4djI5OWgxMjh2MTI4aDI1NnYxMjhoMjU2di0xMjhoMjU2di0xMjhoMTI4Vjk4MWwxNzctNThxMzAtMTAgNDAtNDAuNXQtNy01Ni41bC0yMTAtMzE0VjIxOWwxOSAxOHExOSAxOSA0NSAxOXQ0NS0xOWw4My04MiA4MyA4MnExOSAxOSA0NSAxOXQ0NS0xOWwxMjgtMTI4LTkwLTkwLTgzIDgzLTgzLTgzcS0xOC0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzUTk4NiAwIDk2MCAwdC00NSAxOWwtODMgODMtODMtODNRNzMwIDAgNzA0IDB0LTQ1IDE5bC04MyA4My04My04M1E0NzQgMCA0NDggMHQtNDUgMTlsLTgzIDgzem00MDMgMTEzM3YtMTI4bDM4NCAxMjggMzg0LTEyOHYxMjhoLTEyOHYxMjhINzY4di0xMjhINjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTA2IiB1bmljb2RlPSLviJsiIGQ9Ik01NzYgMGw5NiA0NDgtOTYgMTI4LTEyOCA2NHptMjU2IDBsMTI4IDY0MC0xMjgtNjQtOTYtMTI4em0xNjAgMTAxMHEtMiA0LTQgNi0xMCA4LTk2IDgtNzAgMC0xNjctMTktNy0yLTIxLTJ0LTIxIDJxLTk3IDE5LTE2NyAxOS04NiAwLTk2LTgtMi0yLTQtNiAyLTE4IDQtMjcgMi0zIDcuNS02LjVUNDM1IDk2NnEyLTQgNy41LTIwLjV0Ny0yMC41IDcuNS0xNyA4LjUtMTcgOS0xNCAxMi0xMy41IDE0LTkuNSAxNy41LTggMjAuNS00IDI0LjUtMnEzNiAwIDU5IDEyLjV0MzIuNSAzMFQ2NjkgOTE3dDExLjUgMjkuNVQ2OTggOTU5aDEycTExIDAgMTcuNS0xMi41VDczOSA5MTd0MTQuNS0zNC41IDMyLjUtMzAgNTktMTIuNXExMyAwIDI0LjUgMnQyMC41IDQgMTcuNSA4IDE0IDkuNSAxMiAxMy41IDkgMTQgOC41IDE3IDcuNSAxNyA3IDIwLjVUOTczIDk2NnEyIDcgNy41IDEwLjV0Ny41IDYuNXEyIDkgNCAyN3ptNDE2LTg3OXEwLTEyMS03My0xOTB0LTE5NC02OUgyNjdxLTEyMSAwLTE5NCA2OVQwIDEzMXEwIDYxIDQuNSAxMTh0MTkgMTI1LjVUNjEgNDk4dDYzLjUgMTAzLjVUMjE4IDY3NmwtOTAgMjIwaDIxNHEtMjIgNjQtMjIgMTI4IDAgMTIgMiAzMi0xOTQgNDAtMTk0IDk2IDAgNTcgMjEwIDk5IDE3IDYyIDUxLjUgMTM0dDcwLjUgMTE0cTMyIDM3IDc2IDM3IDMwIDAgODQtMzF0ODQtMzEgODQgMzEgODQgMzFxNDQgMCA3Ni0zNyAzNi00MiA3MC41LTExNHQ1MS41LTEzNHEyMTAtNDIgMjEwLTk5IDAtNTYtMTk0LTk2IDctODEtMjAtMTYwaDIxNGwtODItMjI1cTYzLTMzIDEwNy41LTk2LjVUMTM3MSA0MzF0MjktMTUxLjUgOC0xNDguNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUwNyIgdW5pY29kZT0i74icIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTIzMDEgNTAwcTEyLTEwMy0yMi0xOTguNVQyMTgwIDEzOCAyMDIxLjUgMzIgMTgyNSAxcS0xNjEgMTEtMjc5LjUgMTI1VDE0MTEgNDAwcS0xMiAxMTEgMjcuNSAyMTAuNVQxNTU3IDc4MWwtNzEgMTA3cS05Ni04MC0xNTEtMTk0dC01NS0yNDRxMC0yNy0xOC41LTQ2LjVUMTIxNiAzODRIODkxcS0yMy0xNjQtMTQ5LTI3NFQ0NDggMFEyNjMgMCAxMzEuNSAxMzEuNVQwIDQ0OHQxMzEuNSAzMTYuNVQ0NDggODk2cTc2IDAgMTUyLTI3bDI0IDQ1cS0xMjMgMTEwLTMwNCAxMTBoLTY0cS0yNiAwLTQ1IDE5dC0xOSA0NSAxOSA0NSA0NSAxOWgxMjhxNzggMCAxNDUtMTMuNXQxMTYuNS0zOC41IDcxLjUtMzkuNSA1MS0zNi41aDYyN2wtODUgMTI4aC0yMjJxLTMwIDAtNDkgMjIuNXQtMTQgNTIuNXE0IDIzIDIzIDM4dDQzIDE1aDI1M3EzMyAwIDUzLTI4bDcwLTEwNSAxMTQgMTE0cTE5IDE5IDQ2IDE5aDEwMXEyNiAwIDQ1LTE5dDE5LTQ1di0xMjhxMC0yNi0xOS00NXQtNDUtMTloLTE3OWwxMTUtMTcycTEzMSA2MyAyNzUgMzYgMTQzLTI2IDI0NC0xMzQuNVQyMzAxIDUwMHpNNDQ4IDEyOHExMTUgMCAyMDMgNzIuNVQ3NjIgMzg0SDQ0OHEtMzUgMC01NSAzMS0xOCAzMi0xIDYzbDE0NyAyNzdxLTQ3IDEzLTkxIDEzLTEzMiAwLTIyNi05NHQtOTQtMjI2IDk0LTIyNiAyMjYtOTR6bTE0MDggMHExMzIgMCAyMjYgOTR0OTQgMjI2LTk0IDIyNi0yMjYgOTRxLTYwIDAtMTIxLTI0bDE3NC0yNjBxMTUtMjMgMTAtNDl0LTI3LTQwcS0xNS0xMS0zNi0xMS0zNSAwLTUzIDI5bC0xNzQgMjYwcS05My05NS05My0yMjUgMC0xMzIgOTQtMjI2dDIyNi05NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUwOCIgdW5pY29kZT0i74idIiBkPSJNMTQwOCAwcTAtNjMtNjEuNS0xMTMuNXQtMTY0LTgxLTIyNS00NlQ3MDQtMjU2dC0yNTMuNSAxNS41LTIyNSA0Ni0xNjQgODFUMCAwcTAgNDkgMzMgODguNXQ5MSA2Ni41IDExOCA0NC41VDM3MyAyMjlxMjYgNSA0OC0xMC41dDI2LTQxLjVxNS0yNi0xMC41LTQ4VDM5NSAxMDNxLTU4LTEwLTEwNi0yMy41VDIxMi41IDU0IDE2NCAzMC41IDEzNi41IDExIDEyOC0xcTMtMTEgMjctMjYuNXQ3My0zM1QzNDItOTN0MTYwLjUtMjVUNzA0LTEyOHQyMDEuNSAxMFQxMDY2LTkzdDExNCAzMyA3MyAzMy41VDEyODAgMXEtMSA0LTguNSAxMVQxMjQ0IDMxdC00OC41IDIzLjUtNzYuNSAyNS0xMDYgMjMuNXEtMjYgNC00MS41IDI2VDk2MSAxNzdxNCAyNiAyNiA0MS41dDQ4IDEwLjVxNzEtMTIgMTMxLTI5LjV0MTE4LTQ0LjUgOTEtNjYuNVQxNDA4IDB6bS0zODQgODk2VjUxMnEwLTI2LTE5LTQ1dC00NS0xOWgtNjRWNjRxMC0yNi0xOS00NVQ4MzIgMEg1NzZxLTI2IDAtNDUgMTl0LTE5IDQ1djM4NGgtNjRxLTI2IDAtNDUgMTl0LTE5IDQ1djM4NHEwIDUzIDM3LjUgOTAuNVQ1MTIgMTAyNGgzODRxNTMgMCA5MC41LTM3LjVUMTAyNCA4OTZ6bS05NiAzODRxMC05My02NS41LTE1OC41VDcwNCAxMDU2dC0xNTguNSA2NS41VDQ4MCAxMjgwdDY1LjUgMTU4LjVUNzA0IDE1MDR0MTU4LjUtNjUuNVQ5MjggMTI4MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUwOSIgdW5pY29kZT0i74ieIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEyODAgNTEyaDMwNXEtNS02LTEwLTEwLjV0LTktNy41bC0zLTQtNjIzLTYwMHEtMTgtMTgtNDQtMTh0LTQ0IDE4TDIyOCA0OTJxLTUgMi0yMSAyMGgzNjlxMjIgMCAzOS41IDEzLjVUNjM4IDU2MGw3MCAyODEgMTkwLTY2N3E2LTIwIDIzLTMzdDM5LTEzcTIxIDAgMzggMTN0MjMgMzNsMTQ2IDQ4NSA1Ni0xMTJxMTgtMzUgNTctMzV6bTUxMiA0MjhxMC0xNDUtMTAzLTMwMGgtMzY5bC0xMTEgMjIxcS04IDE3LTI1LjUgMjd0LTM2LjUgOHEtNDUtNS01Ni00Nkw5NjIgNDIwbC0xOTYgNjg2cS02IDIwLTIzLjUgMzN0LTM5LjUgMTMtMzktMTMuNS0yMi0zNC41TDUyNiA2NDBIMTAzUTAgNzk1IDAgOTQwcTAgMjIwIDEyNyAzNDR0MzUxIDEyNHE2MiAwIDEyNi41LTIxLjV0MTIwLTU4VDgyMCAxMjYwdDc2LTY4cTM2IDM2IDc2IDY4dDk1LjUgNjguNSAxMjAgNThUMTMxNCAxNDA4cTIyNCAwIDM1MS0xMjR0MTI3LTM0NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idmVudXMiIHVuaWNvZGU9Iu+IoSIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTUyIDk2MHEwLTIyMS0xNDcuNS0zODQuNVQ2NDAgMzg4VjEyOGgyMjRxMTQgMCAyMy05dDktMjNWMzJxMC0xNC05LTIzdC0yMy05SDY0MHYtMjI0cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM1YwSDI4OHEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDIyNHYyNjBxLTE1MCAxNi0yNzEuNSAxMDN0LTE4NiAyMjRUMiAxMDA3cTExIDEzNCA4MC41IDI0OXQxODIgMTg4IDI0NS41IDg4cTE3MCAxOSAzMTktNTR0MjM2LTIxMiA4Ny0zMDZ6bS0xMDI0IDBxMC0xODUgMTMxLjUtMzE2LjVUNTc2IDUxMnQzMTYuNSAxMzEuNVQxMDI0IDk2MHQtMTMxLjUgMzE2LjVUNTc2IDE0MDh0LTMxNi41LTEzMS41VDEyOCA5NjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MTEiIHVuaWNvZGU9Iu+IoiIgZD0iTTE0NzIgMTQwOHEyNiAwIDQ1LTE5dDE5LTQ1VjkyOHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MjYybC0zODItMzgzcTEyNi0xNTYgMTI2LTM1OSAwLTExNy00NS41LTIyMy41dC0xMjMtMTg0LTE4NC0xMjNUNTc2LTEyOCAzNTIuNS04Mi41dC0xODQgMTIzLTEyMyAxODRUMCA0NDh0NDUuNSAyMjMuNSAxMjMgMTg0IDE4NCAxMjNUNTc2IDEwMjRxMjAzIDAgMzU5LTEyNmwzODIgMzgyaC0yNjFxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg0MTZ6TTU3NiAwcTE4NSAwIDMxNi41IDEzMS41VDEwMjQgNDQ4IDg5Mi41IDc2NC41IDU3NiA4OTYgMjU5LjUgNzY0LjUgMTI4IDQ0OHQxMzEuNS0zMTYuNVQ1NzYgMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUxMiIgdW5pY29kZT0i74ijIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTgzMCAxMjIwcTE0NS03MiAyMzMuNS0yMTAuNVQxMTUyIDcwNHEwLTIyMS0xNDcuNS0zODQuNVQ2NDAgMTMyVjBoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y5NmgtOTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg5NnYxMzJxLTIxNyAyNC0zNjQuNSAxODcuNVQwIDcwNHEwIDE2NyA4OC41IDMwNS41VDMyMiAxMjIwcS0xNjUgOTYtMjI4IDI3My02IDE2IDMuNSAyOS41VDEyNCAxNTM2aDY5cTIxIDAgMjktMjAgNDQtMTA2IDE0MC0xNzF0MjE0LTY1IDIxNCA2NSAxNDAgMTcxcTggMjAgMzcgMjBoNjFxMTcgMCAyNi41LTEzLjV0My41LTI5LjVxLTYzLTE3Ny0yMjgtMjczek01NzYgMjU2cTE4NSAwIDMxNi41IDEzMS41VDEwMjQgNzA0dC0xMzEuNSAzMTYuNVQ1NzYgMTE1MnQtMzE2LjUtMTMxLjVUMTI4IDcwNHQxMzEuNS0zMTYuNVQ1NzYgMjU2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTEzIiB1bmljb2RlPSLviKQiIGQ9Ik0xMDI0IDE1MDRxMCAxNCA5IDIzdDIzIDloMjg4cTI2IDAgNDUtMTl0MTktNDV2LTI4OHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MTM0bC0yNTQtMjU1cTEyNi0xNTggMTI2LTM1OSAwLTIyMS0xNDcuNS0zODQuNVQ2NDAgMTMyVjBoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y5NmgtOTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg5NnYxMzJxLTE0OSAxNi0yNzAuNSAxMDNUNTUgNDU4LjUgMiA3NTBxMTYgMjA0IDE2MCAzNTMuNVQ1MDkgMTI3NnExMTggMTQgMjI4LTE5dDE5OC0xMDNsMjU1IDI1NGgtMTM0cS0xNCAwLTIzIDl0LTkgMjN2NjR6TTU3NiAyNTZxMTg1IDAgMzE2LjUgMTMxLjVUMTAyNCA3MDR0LTEzMS41IDMxNi41VDU3NiAxMTUydC0zMTYuNS0xMzEuNVQxMjggNzA0dDEzMS41LTMxNi41VDU3NiAyNTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MTQiIHVuaWNvZGU9Iu+IpSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMjgwIDE1MDRxMCAxNCA5IDIzdDIzIDloMjg4cTI2IDAgNDUtMTl0MTktNDV2LTI4OHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MTM0bC0yNTQtMjU1cTEyNi0xNTggMTI2LTM1OSAwLTIyMS0xNDcuNS0zODQuNVQ4OTYgMTMyVjBoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y5NmgtOTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg5NnYxMzJxLTIxNyAyNC0zNjQuNSAxODcuNVQyNTYgNzA0cTAgMjAxIDEyNiAzNTlsLTUyIDUzLTEwMS0xMTFxLTktMTAtMjItMTAuNXQtMjMgNy41bC00OCA0NHEtMTAgOC0xMC41IDIxLjV0OC41IDIzLjVsMTA1IDExNS0xMTEgMTEydi0xMzRxMC0xNC05LTIzdC0yMy05SDMycS0xNCAwLTIzIDl0LTkgMjN2Mjg4cTAgMjYgMTkgNDV0NDUgMTloMjg4cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlIMjE5bDEwNi0xMDcgODYgOTRxOSAxMCAyMiAxMC41dDIzLTcuNWw0OC00NHExMC04IDEwLjUtMjEuNVQ1MDYgMTMwOWwtOTAtOTkgNTctNTZxMTU4IDEyNiAzNTkgMTI2dDM1OS0xMjZsMjU1IDI1NGgtMTM0cS0xNCAwLTIzIDl0LTkgMjN2NjR6TTgzMiAyNTZxMTg1IDAgMzE2LjUgMTMxLjVUMTI4MCA3MDR0LTEzMS41IDMxNi41VDgzMiAxMTUydC0zMTYuNS0xMzEuNVQzODQgNzA0dDEzMS41LTMxNi41VDgzMiAyNTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MTUiIHVuaWNvZGU9Iu+IpiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkwIDEwMDdxMTItMTU1LTUyLjUtMjkydC0xODYtMjI0VDEyODAgMzg4VjEyOGgyMjRxMTQgMCAyMy05dDktMjNWMzJxMC0xNC05LTIzdC0yMy05aC0yMjR2LTIyNHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjNWMEg2NDB2LTIyNHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjNWMEgyODhxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgyMjR2MjYwcS0xNTAgMTYtMjcxLjUgMTAzdC0xODYgMjI0VDIgMTAwN3ExNyAyMDYgMTY0LjUgMzU2LjVUNTE5IDE1MzNxMjA2IDIxIDM3Ny05NCAxNzEgMTE1IDM3NyA5NCAyMDUtMTkgMzUyLjUtMTY5LjVUMTc5MCAxMDA3ek04OTYgNjQ3cTEyOCAxMzEgMTI4IDMxM3QtMTI4IDMxM3EtMTI4LTEzMS0xMjgtMzEzdDEyOC0zMTN6TTU3NiA1MTJxMTE1IDAgMjE4IDU3LTE1NCAxNjUtMTU0IDM5MSAwIDIyNCAxNTQgMzkxLTEwMyA1Ny0yMTggNTctMTg1IDAtMzE2LjUtMTMxLjVUMTI4IDk2MHQxMzEuNS0zMTYuNVQ1NzYgNTEyem01NzYtMzg0djI2MHEtMTM3IDE1LTI1NiA5NC0xMTktNzktMjU2LTk0VjEyOGg1MTJ6bTY0IDM4NHExODUgMCAzMTYuNSAxMzEuNVQxNjY0IDk2MHQtMTMxLjUgMzE2LjVUMTIxNiAxNDA4cS0xMTUgMC0yMTgtNTcgMTU0LTE2NyAxNTQtMzkxIDAtMjI2LTE1NC0zOTEgMTAzLTU3IDIxOC01N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUxNiIgdW5pY29kZT0i74inIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTE1MzYgMTEyMHEwIDE0IDkgMjN0MjMgOWgyODhxMjYgMCA0NS0xOXQxOS00NVY4MDBxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjEzNGwtMjU0LTI1NXE3Ni05NSAxMDcuNS0yMTR0OS41LTI0N3EtMzEtMTgyLTE2Ni0zMTJ0LTMxOC0xNTZxLTIxMC0yOS0zODQuNSA4MFQ1NDUgMTMwcS0xMTcgNi0yMjEgNTcuNXQtMTc3LjUgMTMzVDMzIDUxMyAxIDc0M3E5IDEzNSA3OCAyNTJ0MTgyIDE5MS41IDI0OCA4OS41cTExOCAxNCAyMjcuNS0xOVQ5MzUgMTE1NGwyNTUgMjU0aC0xMzRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgyODhxMjYgMCA0NS0xOXQxOS00NXYtMjg4cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3YxMzRsLTI1NC0yNTVxNTktNzQgOTMtMTY5IDE4Mi05IDMyOC0xMjRsMjU1IDI1NGgtMTM0cS0xNCAwLTIzIDl0LTkgMjN2NjR6bS01MTItNDE2cTAgMjAtNCA1OC0xNjItMjUtMjcxLTE1MFQ2NDAgMzIwcTAtMjAgNC01OCAxNjIgMjUgMjcxIDE1MHQxMDkgMjkyem0tODk2IDBxMC0xNjggMTExLTI5NHQyNzYtMTQ5cS0zIDI5LTMgNTkgMCAyMTAgMTM1IDM2OS41VDk4NSA4ODZxLTUzIDEyMC0xNjMuNSAxOTNUNTc2IDExNTJxLTE4NSAwLTMxNi41LTEzMS41VDEyOCA3MDR6bTk2MC04MzJxMTg1IDAgMzE2LjUgMTMxLjVUMTUzNiAzMjBxMCAxNjgtMTExIDI5NHQtMjc2IDE0OXEzLTI4IDMtNTkgMC0yMTAtMTM1LTM2OS41VDY3OSAxMzhRNzMyIDE4IDg0Mi41LTU1dDI0NS41LTczeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTE3IiB1bmljb2RlPSLviKgiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTY2NCAxNTA0cTAgMTQgOSAyM3QyMyA5aDI4OHEyNiAwIDQ1LTE5dDE5LTQ1di0yODhxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjEzNGwtMjU0LTI1NXE3Ni05NSAxMDcuNS0yMTR0OS41LTI0N3EtMzItMTgwLTE2NC41LTMxMFQxMzA1IDEzNXEtMjIzLTM0LTQwOSA5MC0xMTctNzgtMjU2LTkzVjBoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y5NmgtOTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg5NnYxMzJxLTE1NSAxNy0yNzkuNSAxMDkuNVQ0NS41IDQ3OSA2IDc4NnEyNSAxODcgMTU5LjUgMzIyLjVUNDg2IDEyNzNxMjI0IDM0IDQxMC05MCAxNDYgOTcgMzIwIDk3IDIwMSAwIDM1OS0xMjZsMjU1IDI1NGgtMTM0cS0xNCAwLTIzIDl0LTkgMjN2NjR6TTg5NiAzOTFxMTI4IDEzMSAxMjggMzEzdC0xMjggMzEzUTc2OCA4ODYgNzY4IDcwNHQxMjgtMzEzek0xMjggNzA0cTAtMTg1IDEzMS41LTMxNi41VDU3NiAyNTZxMTE3IDAgMjE4IDU3LTE1NCAxNjctMTU0IDM5MXQxNTQgMzkxcS0xMDEgNTctMjE4IDU3LTE4NSAwLTMxNi41LTEzMS41VDEyOCA3MDR6bTEwODgtNDQ4cTE4NSAwIDMxNi41IDEzMS41VDE2NjQgNzA0dC0xMzEuNSAzMTYuNVQxMjE2IDExNTJxLTExNyAwLTIxOC01NyAxNTQtMTY3IDE1NC0zOTFUOTk4IDMxM3ExMDEtNTcgMjE4LTU3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTE4IiB1bmljb2RlPSLviKkiIGQ9Ik0xNDcyIDE0MDhxMjYgMCA0NS0xOXQxOS00NVY5MjhxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjI2MmwtMjEzLTIxNCAxNDAtMTQwcTktMTAgOS0yM3QtOS0yMmwtNDYtNDZxLTktOS0yMi05dC0yMyA5bC0xNDAgMTQxLTc4LTc5cTEyNi0xNTYgMTI2LTM1OSAwLTExNy00NS41LTIyMy41dC0xMjMtMTg0LTE4NC0xMjNUNTc2LTEyOCAzNTIuNS04Mi41dC0xODQgMTIzLTEyMyAxODRUMCA0NDh0NDUuNSAyMjMuNSAxMjMgMTg0IDE4NCAxMjNUNTc2IDEwMjRxMjAzIDAgMzU5LTEyNmw3OCA3OC0xNzIgMTcycS05IDEwLTkgMjN0OSAyMmw0NiA0NnE5IDkgMjIgOXQyMy05bDE3Mi0xNzIgMjEzIDIxM2gtMjYxcS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNDE2ek01NzYgMHExODUgMCAzMTYuNSAxMzEuNVQxMDI0IDQ0OCA4OTIuNSA3NjQuNSA1NzYgODk2IDI1OS41IDc2NC41IDEyOCA0NDh0MTMxLjUtMzE2LjVUNTc2IDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MTkiIHVuaWNvZGU9Iu+IqiIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik02NDAgODkycTIxNy0yNCAzNjQuNS0xODcuNVQxMTUyIDMyMHEwLTE2Ny04Ny0zMDZUODI5LTE5OHQtMzE5LTU0cS0xMzMgMTUtMjQ1LjUgODhUODIuNSAyNCAyIDI3M3EtMTIgMTU1IDUyLjUgMjkydDE4NiAyMjRUNTEyIDg5MnYxMzJIMzUycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTYwdjE2NWwtOTItOTJxLTEwLTktMjMtOXQtMjIgOWwtNDYgNDZxLTkgOS05IDIydDkgMjNsMjAyIDIwMXExOSAxOSA0NSAxOXQ0NS0xOWwyMDItMjAxcTktMTAgOS0yM3QtOS0yMmwtNDYtNDZxLTktOS0yMi05dC0yMyA5bC05MiA5MnYtMTY1aDE2MHExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05SDY0MFY4OTJ6TTU3Ni0xMjhxMTg1IDAgMzE2LjUgMTMxLjVUMTAyNCAzMjAgODkyLjUgNjM2LjUgNTc2IDc2OCAyNTkuNSA2MzYuNSAxMjggMzIwIDI1OS41IDMuNSA1NzYtMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTIwIiB1bmljb2RlPSLviKsiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTkwMSA2MjFxMTktMTkgMTktNDV0LTE5LTQ1bC0yOTQtMjk0cS05LTEwLTIyLjUtMTB0LTIyLjUgMTBsLTQ1IDQ1cS0xMCA5LTEwIDIyLjV0MTAgMjIuNWwxODUgMTg1aC0yOTRWMjg4cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3YyMjRoLTEzMnEtMjQtMjE3LTE4Ny41LTM2NC41VDU3NiAwUTQwOSAwIDI3MCA4N1Q1OCAzMjMgNCA2NDJxMTUgMTMzIDg4IDI0NS41dDE4OCAxODIgMjQ5IDgwLjVxMTU1IDEyIDI5Mi01Mi41dDIyNC0xODZUMTE0OCA2NDBoMTMydjIyNHEwIDE0IDkgMjN0MjMgOWg2NHExNCAwIDIzLTl0OS0yM1Y2NDBoMjk0bC0xODUgMTg1cS0xMCA5LTEwIDIyLjV0MTAgMjIuNWw0NSA0NXE5IDEwIDIyLjUgMTB0MjIuNS0xMHpNNTc2IDEyOHExODUgMCAzMTYuNSAxMzEuNVQxMDI0IDU3NiA4OTIuNSA4OTIuNSA1NzYgMTAyNCAyNTkuNSA4OTIuNSAxMjggNTc2dDEzMS41LTMxNi41VDU3NiAxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MjEiIHVuaWNvZGU9Iu+IrCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTUyIDk2MHEwLTIyMS0xNDcuNS0zODQuNVQ2NDAgMzg4di02MTJxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjYxMnEtMjE3IDI0LTM2NC41IDE4Ny41VDAgOTYwcTAgMTE3IDQ1LjUgMjIzLjV0MTIzIDE4NCAxODQgMTIzVDU3NiAxNTM2dDIyMy41LTQ1LjUgMTg0LTEyMyAxMjMtMTg0VDExNTIgOTYwek01NzYgNTEycTE4NSAwIDMxNi41IDEzMS41VDEwMjQgOTYwdC0xMzEuNSAzMTYuNVQ1NzYgMTQwOHQtMzE2LjUtMTMxLjVUMTI4IDk2MHQxMzEuNS0zMTYuNVQ1NzYgNTEyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTIyIiB1bmljb2RlPSLviK0iIGhvcml6LWFkdi14PSIxMjgwIiBkPSJNMTAyNCA1NzZxMCAxODUtMTMxLjUgMzE2LjVUNTc2IDEwMjQgMjU5LjUgODkyLjUgMTI4IDU3NnQxMzEuNS0zMTYuNVQ1NzYgMTI4dDMxNi41IDEzMS41VDEwMjQgNTc2em0xMjggMHEwLTExNy00NS41LTIyMy41dC0xMjMtMTg0LTE4NC0xMjNUNTc2IDAgMzUyLjUgNDUuNXQtMTg0IDEyMy0xMjMgMTg0VDAgNTc2dDQ1LjUgMjIzLjUgMTIzIDE4NCAxODQgMTIzVDU3NiAxMTUydDIyMy41LTQ1LjUgMTg0LTEyMyAxMjMtMTg0VDExNTIgNTc2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTIzIiB1bmljb2RlPSLviK4iIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9Il81MjQiIHVuaWNvZGU9Iu+IryIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUyNSIgdW5pY29kZT0i74iwIiBkPSJNMTQ1MSAxNDA4cTM1IDAgNjAtMjV0MjUtNjBWLTQzcTAtMzUtMjUtNjB0LTYwLTI1aC0zOTF2NTk1aDE5OWwzMCAyMzJoLTIyOXYxNDhxMCA1NiAyMy41IDg0dDkxLjUgMjhsMTIyIDF2MjA3cS02MyA5LTE3OCA5LTEzNiAwLTIxNy41LTgwVDgyMCA4NzBWNjk5SDYyMFY0NjdoMjAwdi01OTVIODVxLTM1IDAtNjAgMjVUMC00M3YxMzY2cTAgMzUgMjUgNjB0NjAgMjVoMTM2NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUyNiIgdW5pY29kZT0i74ixIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTAgOTM5cTAgMTA4IDM3LjUgMjAzLjVUMTQxIDEzMDl0MTUyIDEyMyAxODUgNzggMjAyIDI2cTE1OCAwIDI5NC02Ni41dDIyMS0xOTMuNSA4NS0yODdxMC05Ni0xOS0xODh0LTYwLTE3Ny0xMDAtMTQ5LjUtMTQ1LTEwM1Q3NjcgMzMzcS02OCAwLTEzNSAzMnQtOTYgODhxLTEwLTM5LTI4LTExMi41dC0yMy41LTk1LTIwLjUtNzEtMjYtNzFUNDA2IDQxdC00Ni03Ny41LTYyLTg2LjVsLTE0LTUtOSAxMFEyNjAgMzkgMjYwIDcwcTAgOTIgMjEuNSAyMDYuNVQzNDggNTY0dDUyIDIwM3EtMzIgNjUtMzIgMTY5IDAgODMgNTIgMTU2dDEzMiA3M3E2MSAwIDk1LTQwLjV0MzQtMTAyLjVxMC02Ni00NC0xOTF0LTQ0LTE4N3EwLTYzIDQ1LTEwNC41VDc0NyA0OThxNTUgMCAxMDIgMjV0NzguNSA2OCA1NiA5NSAzOCAxMTAuNSAyMCAxMTEgNi41IDk5LjVxMCAxNzMtMTA5LjUgMjY5LjVUNjUzIDEzNzNxLTIwMCAwLTMzNC0xMjkuNVQxODUgOTE1cTAtNDQgMTIuNS04NXQyNy02NSAyNy00NS41VDI2NCA2ODlxMC0yOC0xNS03M3QtMzctNDVxLTIgMC0xNyAzLTUxIDE1LTkwLjUgNTZ0LTYxIDk0LjUtMzIuNSAxMDhUMCA5Mzl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MjciIHVuaWNvZGU9Iu+IsiIgZD0iTTk4NSA1NjJxMTMgMCA5Ny41LTQ0dDg5LjUtNTNxMi01IDItMTUgMC0zMy0xNy03Ni0xNi0zOS03MS02NS41VDk4NCAyODJxLTU3IDAtMTkwIDYyLTk4IDQ1LTE3MCAxMThUNDc2IDY0N3EtNzIgMTA3LTcxIDE5NHY4cTMgOTEgNzQgMTU4IDI0IDIyIDUyIDIyIDYgMCAxOC0xLjV0MTktMS41cTE5IDAgMjYuNS02LjVUNjEwIDk5MnE4LTIwIDMzLTg4dDI1LTc1cTAtMjEtMzQuNS01Ny41VDU5OSA3MjVxMC03IDUtMTUgMzQtNzMgMTAyLTEzNyA1Ni01MyAxNTEtMTAxIDEyLTcgMjItNyAxNSAwIDU0IDQ4LjV0NTIgNDguNXpNNzgyIDMycTEyNyAwIDI0My41IDUwVDEyMjYgMjE2dDEzNCAyMDAuNSA1MCAyNDMuNS01MCAyNDMuNS0xMzQgMjAwLjUtMjAwLjUgMTM0LTI0My41IDUwLTI0My41LTUwVDMzOCAxMTA0IDIwNCA5MDMuNSAxNTQgNjYwcTAtMjAzIDEyMC0zNjhMMTk1IDU5bDI0MiA3N1E1OTUgMzIgNzgyIDMyem0wIDEzODJxMTUzIDAgMjkyLjUtNjB0MjQwLjUtMTYxIDE2MS0yNDAuNSA2MC0yOTIuNS02MC0yOTIuNVQxMzE1IDEyNyAxMDc0LjUtMzQgNzgyLTk0UTU4Ny05NCA0MTcgMEwwLTEzNGwxMzYgNDA1UTI4IDQ0OSAyOCA2NjBxMCAxNTMgNjAgMjkyLjVUMjQ5IDExOTN0MjQwLjUgMTYxIDI5Mi41IDYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTI4IiB1bmljb2RlPSLviLMiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI4IDEyOGgxMDI0djEyOEgxMjhWMTI4em0wIDUxMmgxMDI0djEyOEgxMjhWNjQwem0xNTY4LTQ0OHEwIDQwLTI4IDY4dC02OCAyOC02OC0yOC0yOC02OCAyOC02OCA2OC0yOCA2OCAyOCAyOCA2OHpNMTI4IDExNTJoMTAyNHYxMjhIMTI4di0xMjh6bTE1NjgtNDQ4cTAgNDAtMjggNjh0LTY4IDI4LTY4LTI4LTI4LTY4IDI4LTY4IDY4LTI4IDY4IDI4IDI4IDY4em0wIDUxMnEwIDQwLTI4IDY4dC02OCAyOC02OC0yOC0yOC02OCAyOC02OCA2OC0yOCA2OCAyOCAyOCA2OHptOTYtODMyVjBIMHYzODRoMTc5MnptMCA1MTJWNTEySDB2Mzg0aDE3OTJ6bTAgNTEydi0zODRIMHYzODRoMTc5MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUyOSIgdW5pY29kZT0i74i0IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTcwNCA2NDBxLTE1OSAwLTI3MS41IDExMi41VDMyMCAxMDI0dDExMi41IDI3MS41VDcwNCAxNDA4dDI3MS41LTExMi41VDEwODggMTAyNCA5NzUuNSA3NTIuNSA3MDQgNjQwem05NjAtMTI4aDM1MnExMyAwIDIyLjUtOS41dDkuNS0yMi41VjI4OHEwLTEzLTkuNS0yMi41VDIwMTYgMjU2aC0zNTJWLTk2cTAtMTMtOS41LTIyLjVUMTYzMi0xMjhoLTE5MnEtMTMgMC0yMi41IDkuNVQxNDA4LTk2djM1MmgtMzUycS0xMyAwLTIyLjUgOS41VDEwMjQgMjg4djE5MnEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDM1MnYzNTJxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWgxOTJxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNVY1MTJ6TTkyOCAyODhxMC01MiAzOC05MHQ5MC0zOGgyNTZWLTc4cS02OC01MC0xNzEtNTBIMjY3cS0xMjEgMC0xOTQgNjlUMCAxMzFxMCA1MyAzLjUgMTAzLjV0MTQgMTA5VDQ0IDQ1MnQ0MyA5Ny41IDYyIDgxIDg1LjUgNTMuNVQzNDYgNzA0cTE5IDAgMzktMTcgNzktNjEgMTU0LjUtOTEuNVQ3MDQgNTY1dDE2NC41IDMwLjVUMTAyMyA2ODdxMjAgMTcgMzkgMTcgMTMyIDAgMjE3LTk2aC0yMjNxLTUyIDAtOTAtMzh0LTM4LTkwVjI4OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzMCIgdW5pY29kZT0i74i1IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTcwNCA2NDBxLTE1OSAwLTI3MS41IDExMi41VDMyMCAxMDI0dDExMi41IDI3MS41VDcwNCAxNDA4dDI3MS41LTExMi41VDEwODggMTAyNCA5NzUuNSA3NTIuNSA3MDQgNjQwem0xMDc3LTMyMGwyNDktMjQ5cTktOSA5LTIzIDAtMTMtOS0yMmwtMTM2LTEzNnEtOS05LTIyLTktMTQgMC0yMyA5bC0yNDkgMjQ5LTI0OS0yNDlxLTktOS0yMy05LTEzIDAtMjIgOUwxMTcwIDI2cS05IDktOSAyMiAwIDE0IDkgMjNsMjQ5IDI0OS0yNDkgMjQ5cS05IDktOSAyMyAwIDEzIDkgMjJsMTM2IDEzNnE5IDkgMjIgOSAxNCAwIDIzLTlsMjQ5LTI0OSAyNDkgMjQ5cTkgOSAyMyA5IDEzIDAgMjItOWwxMzYtMTM2cTktOSA5LTIyIDAtMTQtOS0yM3ptLTQ5OCAwbC0xODEtMTgxcS0zNy0zNy0zNy05MSAwLTUzIDM3LTkwbDgzLTgzcS0yMS0zLTQ0LTNIMjY3cS0xMjEgMC0xOTQgNjlUMCAxMzFxMCA1MyAzLjUgMTAzLjV0MTQgMTA5VDQ0IDQ1MnQ0MyA5Ny41IDYyIDgxIDg1LjUgNTMuNVQzNDYgNzA0cTE5IDAgMzktMTcgMTU0LTEyMiAzMTktMTIydDMxOSAxMjJxMjAgMTcgMzkgMTcgMjggMCA1Ny02LTI4LTI3LTQxLTUwdC0xMy01NnEwLTU0IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTMxIiB1bmljb2RlPSLviLYiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMjU2IDUxMmgxNzI4cTI2IDAgNDUtMTl0MTktNDVWMGgtMjU2djI1NkgyNTZWMEgwdjEyMTZxMCAyNiAxOSA0NXQ0NSAxOWgxMjhxMjYgMCA0NS0xOXQxOS00NVY1MTJ6bTU3NiAzMjBxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MSA3NS0xODEgMTgxLTc1IDE4MSA3NSA3NSAxODF6bTEyMTYtMjU2djY0cTAgMTU5LTExMi41IDI3MS41VDE2NjQgMTAyNEg5NjBxLTI2IDAtNDUtMTl0LTE5LTQ1VjU3NmgxMTUyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTMyIiB1bmljb2RlPSLviLciIGQ9Ik0xNTM2IDE1MzZsLTE5Mi00NDhoMTkyVjg5NmgtMjc0bC01NS0xMjhoMzI5VjU3NmgtNDExTDc2OC0yNTYgNDExIDU3NkgwdjE5MmgzMjlsLTU1IDEyOEgwdjE5MmgxOTJMMCAxNTM2aDI1NmwzMjMtNzY4aDM3OGwzMjMgNzY4aDI1NnpNNzY4IDMyMGwxMDggMjU2SDY2MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzMyIgdW5pY29kZT0i74i4IiBkPSJNMTA4OCAxNTM2cTE4NSAwIDMxNi41LTkzLjVUMTUzNiAxMjE2VjMyMHEwLTEzMC0xMjUuNS0yMjJUMTEwNSAxbDIxMy0yMDJxMTYtMTUgOC0zNXQtMzAtMjBIMjQwcS0yMiAwLTMwIDIwdDggMzVMNDMxIDFRMjUxIDYgMTI1LjUgOThUMCAzMjB2ODk2cTAgMTMzIDEzMS41IDIyNi41VDQ0OCAxNTM2aDY0MHpNNzY4IDE5MnE4MCAwIDEzNiA1NnQ1NiAxMzYtNTYgMTM2LTEzNiA1Ni0xMzYtNTYtNTYtMTM2IDU2LTEzNiAxMzYtNTZ6bTU3NiA1NzZ2NTEySDE5MlY3NjhoMTE1MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzNCIgdW5pY29kZT0i74i5IiBkPSJNMTA4OCAxNTM2cTE4NSAwIDMxNi41LTkzLjVUMTUzNiAxMjE2VjMyMHEwLTEzMC0xMjUuNS0yMjJUMTEwNSAxbDIxMy0yMDJxMTYtMTUgOC0zNXQtMzAtMjBIMjQwcS0yMiAwLTMwIDIwdDggMzVMNDMxIDFRMjUxIDYgMTI1LjUgOThUMCAzMjB2ODk2cTAgMTMzIDEzMS41IDIyNi41VDQ0OCAxNTM2aDY0MHpNMjg4IDIyNHE2NiAwIDExMyA0N3Q0NyAxMTMtNDcgMTEzLTExMyA0Ny0xMTMtNDctNDctMTEzIDQ3LTExMyAxMTMtNDd6bTQxNiA1NDR2NTEySDE2MFY3NjhoNTQ0em01NDQtNTQ0cTY2IDAgMTEzIDQ3dDQ3IDExMy00NyAxMTMtMTEzIDQ3LTExMy00Ny00Ny0xMTMgNDctMTEzIDExMy00N3ptMTYwIDU0NHY1MTJIODMyVjc2OGg1NzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MzUiIHVuaWNvZGU9Iu+IuiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik01OTcgMTExNVYtNThxMC0yNS0xMi41LTQyLjVUNTQ4LTExOHEtMTcgMC0zMyA4TDUwIDEyM3EtMjEgMTAtMzUuNSAzMy41VDAgMjAzdjExNDBxMCAyMCAxMCAzNHQyOSAxNHExNCAwIDQ0LTE1bDUxMS0yNTZxMy0zIDMtNXptNjQtMTAxbDUzNC04NjYtNTM0IDI2NnY2MDB6bTExMzEtMThWLTU4cTAtMjUtMTQtNDAuNXQtMzgtMTUuNS00NyAxM2wtNDQxIDIyMHptLTMgMTIwcTAtMy0yNTYuNS00MTkuNVQxMjMyIDIwOUw4NDIgODQzbDMyNCA1MjdxMTcgMjggNTIgMjggMTQgMCAyNi02bDU0MS0yNzBxNC0yIDQtNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzNiIgdW5pY29kZT0i74i7IiBkPSJNODA5IDUzMmwyNjYgNDk5SDk2M0w4MDYgNzE5cS0yNC00OC00NC05MmwtNDIgOTItMTU1IDMxMkg0NDVsMjYzLTQ5M1YyMTRoMTAxdjMxOHptNzI3IDg3NlYtMTI4SDB2MTUzNmgxNTM2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTM3IiB1bmljb2RlPSLviLwiIGhvcml6LWFkdi14PSIyMjk2IiBkPSJNNDc4LTEzOXEtOC0xNi0yNy0zNC41VDQxNC0xOTlxLTI1LTktNTEuNSAzLjVUMzM0LTE2NHEtMSAyMiA0MCA1NXQ2OCAzOHEyMyA0IDM0LTIxLjV0Mi00Ni41em0xMzQxIDBxNy0xNiAyNi0zNC41dDM4LTI1LjVxMjUtOSA1MS41IDMuNVQxOTYyLTE2NHEyIDIyLTM5LjUgNTVUMTg1NC03MXEtMjIgNC0zMy0yMS41dC0yLTQ2LjV6bTQ4IDEwOXExMy0yNyA1Ni41LTU5LjVUMjAwMS0xMzFxNDUtMTMgODIgNC41dDM3IDUwLjVxMCA0Ni02Ny41IDEwMC41VDE5MzcgODRxLTQwIDUtNjMuNS0zNy41VDE4NjctMzB6TTQyOC0zMHEtMTMtMjctNTYtNTkuNVQyOTUtMTMxcS00NS0xMy04MiA0LjVUMTc2LTc2cTAgNDYgNjcuNSAxMDAuNVQzNTkgODRxNDAgNSA2My0zNy41dDYtNzYuNXptNzMwIDExMjRoMXEtNDEgMC03Ni0xNSAyNy04IDQ0LTMwLjV0MTctNDkuNXEwLTM1LTI3LTYwdC02NS0yNXEtNTIgMC04MCA0My01LTIzLTUtNDIgMC03NCA1Ni0xMjYuNXQxMzUtNTIuNXE4MCAwIDEzNiA1Mi41dDU2IDEyNi41LTU2IDEyNi41LTEzNiA1Mi41em0zMDQgMjE4cS05OSAxMDktMjIwLjUgMTMxLjVUOTk2IDEzOTlxMjcgNjAgODIuNSA5Ni41dDExOCAzOS41IDEyMS41LTE3IDk5LjUtNzQuNVQxNDYyIDEzMTJ6TTIyMTIgNzNxOC0xMS0xMS00MiA3LTIzIDctNDAgMS01Ni00NC41LTExMi41VDIwNTQtMjEzdC0xMTgtMzdxLTQ4LTItOTIgMjEuNXQtNjYgNjUuNXEtNjg3LTI1LTEyNTkgMC0yMy00MS02Ni41LTY1VDM2MC0yNTBxLTg2IDMtMTc5LjUgODAuNVQ4OC05cTIgMjIgNyA0MC0xOSAzMS0xMSA0MiA2IDEwIDMxIDEgMTQgMjIgNDEgNTEtNyAyOSAyIDM4IDExIDEwIDM5LTQgMjkgMjAgNTkgMzQgMCAyOSAxMyAzNyAyMyAxMiA1MS0xNiAzNSA1IDYxLTIgMTgtNCAzOC0xOXY3M3EtMTEgMC0xOCAyLTUzIDEwLTk3IDQ0LjVUMjQ5IDQwMHEtOSAzOCAwIDgxIDE1IDYyIDkzIDk1IDIgMTcgMTkgMzUuNXQzNiAyMy41IDMzLTcuNSAxOS0zMC41aDEzcTQ2LTUgNjAtMjMgMy0zIDUtNyAxMCAxIDMwLjUgMy41VDU4OCA1NzRxLTE1IDExLTMwIDE3LTIzIDQwLTkxIDQzIDAgNiAxIDEwLTYyIDItMTE4LjUgMTguNVQyNjUgNzEwcS0zMiAzNi00Mi41IDkyVDIyMCA5MTRxMTYgMTI2IDkwIDE3OSAyMyAxNiA1MiA0LjV0MzItNDAuNXEwLTEgMS41LTE0dDIuNS0yMSAzLTIwIDUuNS0xOSA4LjUtMTBxMjctMTQgNzYtMTIgNDggNDYgOTggNzQtNDAgNC0xNjItMTRsNDcgNDZxNjEgNTggMTYzIDExMSAxNDUgNzMgMjgyIDg2LTIwIDgtNDEgMTUuNXQtNDcgMTQtNDIuNSAxMC41LTQ3LjUgMTEtNDMgMTBxNTk1IDEyNiA5MDQtMTM5IDk4LTg0IDE1OC0yMjIgODUtMTAgMTIxIDloMXE1IDMgOC41IDEwdDUuNSAxOSAzIDE5LjUgMyAyMS41bDEgMTRxMyAyOCAzMiA0MHQ1Mi01cTczLTUyIDkxLTE3OCA3LTU3LTMuNS0xMTN0LTQyLjUtOTFxLTI4LTMyLTgzLjUtNDguNVQxODMzIDY0M3YtMTBxLTcxLTItOTUtNDMtMTQtNS0zMS0xNyAxMS0xIDMyLTMuNXQzMC0zLjVxMSA1IDUgOCAxNiAxOCA2MCAyM2gxM3E1IDE4IDE5IDMwdDMzIDggMzYtMjMgMTktMzZxNzktMzIgOTMtOTUgOS00MCAxLTgxLTEyLTUzLTU2LTg4dC05Ny00NHEtMTAtMi0xNy0yIDAtNDktMS03MyAyMCAxNSAzOCAxOSAyNiA3IDYxIDIgMjggMjggNTEgMTYgMTQtOSAxNC0zNyAzMy0xNiA1OS0zNCAyNyAxMyAzOCA0IDEwLTEwIDItMzggMjgtMzAgNDEtNTEgMjMgOCAzMS0xem0tMjc1IDk1MnEwLTI5LTktNTQgODItMzIgMTEyLTEzMiA0IDM3LTkuNSA5OC41VDE5ODkgMTAyOHEtMjAgMTktMzYgMTd0LTE2LTIwem0tNzgtMTAwcTM1LTQyIDQ3LjUtMTA4LjVUMTkwNiA2OTJxNjcgMTMgOTcgNDUgMTMgMTQgMTggMjgtMyA2NC0zMSAxMTQuNXQtNzkgNjYuNXEtMTUtMTUtNTItMjF6bS0zNy00cS0zMCAwLTQ0IDEgNDItMTE1IDUzLTIzOSAyMSAwIDQzIDMgMTYgNjggMSAxMzV0LTUzIDEwMHpNMjU4IDgzOXEzMCAxMDAgMTEyIDEzMi05IDI1LTkgNTQgMCAxOC0xNi41IDIwdC0zNS41LTE3cS0yOC0yOS00MS41LTkwLjVUMjU4IDgzOXptMzYtMTAycTI5LTMxIDk3LTQ1LTEzIDU4LS41IDEyNC41VDQzOCA5MjVxLTM3IDYtNTIgMjEtNTEtMTYtNzguNS02NlQyNzYgNzY1cTktMTcgMTgtMjh6bTE3Ny01NHExNCAxMjQgNzMgMjM1LTE5LTQtNTUtMThsLTQ1LTE5djFxLTQ2LTg5LTIwLTE5NiAyNS0zIDQ3LTN6bTk2My0zOXE4LTM4IDE2LjUtMTA4LjVUMTQ2MiA0NDZxMy0xOCA5LjUtMjEuNXQyMy41IDQuNXE0MCAyMCA2MiA4NS41dDIzIDEyNS41cS0yNCAyLTE0NiA0em0tMjgyIDY0MXEtMTE2IDAtMTk5LTgyLjVUODcwIDEwMDRxMC0xMTcgODMtMTk5LjV0MTk5LTgyLjUgMTk5IDgyLjUgODMgMTk5LjVxMCAxMTYtODMgMTk4LjV0LTE5OSA4Mi41em0yMjgtNjM5cS0xMDUgMi0yMTEgMHYxcS0xLTI3IDIuNS04NnQxMy41LTY2cTI5LTE0IDkzLjUtMTQuNVQxMzc0IDQ5MXE5IDMgMTEgMzl0LS41IDY5LjUtNC41IDQ2LjV6bS0yNjgtMTk5cTggNCA5LjUgNDh0LS41IDg4LTQgNjN2MXEtMjEyLTMtMjE0LTMtNC0yMC03LTYydDAtODMgMTQtNDZxMzQtMTUgMTAxLTE2dDEwMSAxMHpNNzE4IDYzNnEtMTYtNTkgNC41LTExOC41VDgwMCA0MzNxMTUtOCAyNC01dDEyIDIxcTMgMTYgOCA5MHQxMCAxMDNxLTY5LTItMTM2LTZ6TTU5MSA1MTBxMy0yMy0zNC0zNiAxMzItMTQxIDI3MS41LTI0MFQxMTM0IDgwcTE3MiA0OSAzMTAuNSAxNDZUMTczOCA0NzZxLTMzIDEzLTMwIDM0IDAgMiAuNSAzLjV0MS41IDMgMSAyLjV2MS0xcS0xNyAyLTUwIDUuNXQtNDggNC41cS0yNi05MC04Mi0xMzItNTEtMzgtODIgMS01IDYtOSAxNC03IDEzLTE3IDYyLTItNS01LTl0LTcuNS03LTgtNS41LTkuNS00bC0xMC0yLjUtMTItMi0xMi0xLjUtMTMuNS0xLTEzLjUtLjVxLTEwNi05LTE2MyAxMS00LTE3LTEwLTI2LjV0LTIxLTE1LTIzLTctMzYtMy41cS02LTEtOS0xLTE3OS0xNy0yMDMgNDAtMi02My01Ni01NC00NyA4LTkxIDU0LTEyIDEzLTIwIDI2LTE3IDI5LTI2IDY1LTU4LTYtODctMTAgMS0yIDQtMTB6bS04NC02MjhxMyAxNCAzIDMwLTE3IDcxLTUxIDEzMHQtNzMgNzBxLTQxIDEyLTEwMS41LTE0LjVUMTgwIDE3LjUgMTQxLTkwcTM1LTUzIDEwMC05M3QxMTktNDJxNTEtMiA5NCAyOHQ1MyA3OXptMyAxNzFxMjMtNjMgMjctMTE5UTczMiA0NyA5MjkgMTA4cS05OCA1Mi0xODAuNSAxMjBUNTY5IDM5M3EtNi00LTI5LTEzIDAtMS0xLTR0LTEtNXEzMS0xOCAyMi0zNy0xMi0yMy01Ni0zNC0xMC0xMy0yOS0yNGgtMXEtMi04MyAxLTE1MCAxOS0zNCAzNS03M3ptNjktMTY2cTUzMi0yMSAxMTQ1IDAtMjU0IDE0Ny00MjggMTk2LTc2LTM1LTE1Ni01Ny04LTMtMTYgMC02NSAyMS0xMjkgNDktMjA4LTYwLTQxNi0xODhoLTF2LTFxMSAwIDEgMXptMTE4NCA0NnE0IDU0IDI4IDEyMCAxNCAzOCAzMyA3MWwtMS0xcTMgNzcgMyAxNTMtMTUgOC0zMCAyNS00MiA5LTU2IDMzLTkgMjAgMjIgMzgtMiA0LTIgOS0xNiA0LTI4IDEyLTIwNC0xOTAtMzgzLTI4NCAxOTgtNTkgNDE0LTE3NnptMzkyLTIzcTUgNTQtMzkgMTA3LjV0LTEwNCA4MC0xMDIgMTQuNXEtMzgtMTEtNzIuNS03MC41VDE3ODYtODhxMC0xNiAzLTMwIDEwLTQ5IDUzLTc5dDk0LTI4cTU0IDIgMTE5IDQydDEwMCA5M3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzOCIgdW5pY29kZT0i74i9IiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTE1MjQtMjVxMC02OC00OC0xMTZ0LTExNi00OC0xMTYuNSA0OFQxMTk1LTI1dDQ4LjUgMTE2LjVUMTM2MCAxNDB0MTE2LTQ4LjVUMTUyNC0yNXptLTc0OSAwcTAtNjgtNDguNS0xMTZUNjEwLTE4OXQtMTE2IDQ4LTQ4IDExNiA0OCAxMTYuNVQ2MTAgMTQwdDExNi41LTQ4LjVUNzc1LTI1ek0wIDE0NjlxNTctNjAgMTEwLjUtMTA0LjV0MTIxLTgyIDEzNi02MyAxNjYtNDUuNSAyMDAtMzEuNSAyNTAtMTguNSAzMDQtOS41IDM3Mi41LTIuNXExMzkgMCAyNDQuNS01dDE4MS0xNi41IDEyNC0yNy41IDcxLTM5LjUgMjQtNTEuNS0xOS41LTY0LTU2LjUtNzYuNS04OS41LTkxVDIwMjMgNjM2dC0xMzktMTE5cS0xODUtMTU3LTI4Ni0yNDcgMjkgNTEgNzYuNSAxMDl0OTQgMTA1LjVUMTg2MyA1ODN0ODMgOTEuNSA1NCA4MC41IDEzIDcwLTQ1LjUgNTUuNS0xMTYuNSA0MS0yMDQgMjMuNS0zMDQgNXEtMTY4LTItMzE0IDZ0LTI1NiAyMy0yMDQuNSA0MS0xNTkuNSA1MS41LTEyMi41IDYyLjUtOTEuNSA2Ni41LTY4IDcxLjUtNTAuNSA2OS41LTQwIDY4VDAgMTQ2OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzOSIgdW5pY29kZT0i74i+IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTg5NiAxNDcycS0xNjkgMC0zMjMtNjZ0LTI2NS41LTE3Ny41VDEzMCA5NjMgNjQgNjQwdDY2LTMyM1QzMDcuNSA1MS41IDU3My0xMjZ0MzIzLTY2IDMyMyA2NiAyNjUuNSAxNzcuNVQxNjYyIDMxN3Q2NiAzMjMtNjYgMzIzLTE3Ny41IDI2NS41VDEyMTkgMTQwNnQtMzIzIDY2em0wIDY0cTE4MiAwIDM0OC03MXQyODYtMTkxIDE5MS0yODYgNzEtMzQ4LTcxLTM0OFQxNTMwIDZ0LTI4Ni0xOTEtMzQ4LTcxLTM0OCA3MVQyNjIgNiA3MSAyOTIgMCA2NDB0NzEgMzQ4IDE5MSAyODYgMjg2IDE5MSAzNDggNzF6TTQ5NiA3MDRxMTYgMCAxNi0xNlYyMDhxMC0xNi0xNi0xNmgtMzJxLTE2IDAtMTYgMTZ2NDgwcTAgMTYgMTYgMTZoMzJ6bTQwMC02NHE1MyAwIDkwLjUtMzcuNVQxMDI0IDUxMnEwLTM1LTE3LjUtNjRUOTYwIDQwMlYyODhxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjExNHEtMjkgMTctNDYuNSA0NlQ3NjggNTEycTAgNTMgMzcuNSA5MC41VDg5NiA2NDB6bTAgNzY4cTIwOSAwIDM4NS41LTEwM3QyNzkuNS0yNzkuNVQxNjY0IDY0MHQtMTAzLTM4NS41VDEyODEuNS0yNSA4OTYtMTI4IDUxMC41LTI1IDIzMSAyNTQuNSAxMjggNjQwdDEwMyAzODUuNVQ1MTAuNSAxMzA1IDg5NiAxNDA4ek01NDQgOTI4di05NnEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y5NnEwIDkzIDY1LjUgMTU4LjVUODk2IDExNTJ0MTU4LjUtNjUuNVQxMTIwIDkyOHYtOTZxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN2OTZxMCAxNDYtMTAzIDI0OXQtMjQ5IDEwMy0yNDktMTAzLTEwMy0yNDl6bTg2NC03MzZ2NTEycTAgMjYtMTkgNDV0LTQ1IDE5SDQ0OHEtMjYgMC00NS0xOXQtMTktNDVWMTkycTAtMjYgMTktNDV0NDUtMTloODk2cTI2IDAgNDUgMTl0MTkgNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NDAiIHVuaWNvZGU9Iu+JgCIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xOTIwIDEwMjRWMjU2SDI1NnY3NjhoMTY2NHptMTI4LTU3NmgxMjh2Mzg0aC0xMjh2Mjg4cTAgMTQtOSAyM3QtMjMgOUgxNjBxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloMTg1NnExNCAwIDIzIDl0OSAyM3YyODh6bTI1NiAzODRWNDQ4cTAtNTMtMzcuNS05MC41VDIxNzYgMzIwVjE2MHEwLTY2LTQ3LTExM1QyMDE2IDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2OTYwcTAgNjYgNDcgMTEzdDExMyA0N2gxODU2cTY2IDAgMTEzLTQ3dDQ3LTExM1Y5NjBxNTMgMCA5MC41LTM3LjVUMjMwNCA4MzJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NDEiIHVuaWNvZGU9Iu+JgSIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0yNTYgMjU2djc2OGgxMjgwVjI1NkgyNTZ6bTE5MjAgNzA0cTUzIDAgOTAuNS0zNy41VDIzMDQgODMyVjQ0OHEwLTUzLTM3LjUtOTAuNVQyMTc2IDMyMFYxNjBxMC02Ni00Ny0xMTNUMjAxNiAwSDE2MFE5NCAwIDQ3IDQ3VDAgMTYwdjk2MHEwIDY2IDQ3IDExM3QxMTMgNDdoMTg1NnE2NiAwIDExMy00N3Q0Ny0xMTNWOTYwem0wLTUxMnYzODRoLTEyOHYyODhxMCAxNC05IDIzdC0yMyA5SDE2MHEtMTQgMC0yMy05dC05LTIzVjE2MHEwLTE0IDktMjN0MjMtOWgxODU2cTE0IDAgMjMgOXQ5IDIzdjI4OGgxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NDIiIHVuaWNvZGU9Iu+JgiIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0yNTYgMjU2djc2OGg4OTZWMjU2SDI1NnptMTkyMCA3MDRxNTMgMCA5MC41LTM3LjVUMjMwNCA4MzJWNDQ4cTAtNTMtMzcuNS05MC41VDIxNzYgMzIwVjE2MHEwLTY2LTQ3LTExM1QyMDE2IDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2OTYwcTAgNjYgNDcgMTEzdDExMyA0N2gxODU2cTY2IDAgMTEzLTQ3dDQ3LTExM1Y5NjB6bTAtNTEydjM4NGgtMTI4djI4OHEwIDE0LTkgMjN0LTIzIDlIMTYwcS0xNCAwLTIzLTl0LTktMjNWMTYwcTAtMTQgOS0yM3QyMy05aDE4NTZxMTQgMCAyMyA5dDkgMjN2Mjg4aDEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU0MyIgdW5pY29kZT0i74mDIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTI1NiAyNTZ2NzY4aDUxMlYyNTZIMjU2em0xOTIwIDcwNHE1MyAwIDkwLjUtMzcuNVQyMzA0IDgzMlY0NDhxMC01My0zNy41LTkwLjVUMjE3NiAzMjBWMTYwcTAtNjYtNDctMTEzVDIwMTYgMEgxNjBROTQgMCA0NyA0N1QwIDE2MHY5NjBxMCA2NiA0NyAxMTN0MTEzIDQ3aDE4NTZxNjYgMCAxMTMtNDd0NDctMTEzVjk2MHptMC01MTJ2Mzg0aC0xMjh2Mjg4cTAgMTQtOSAyM3QtMjMgOUgxNjBxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloMTg1NnExNCAwIDIzIDl0OSAyM3YyODhoMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTQ0IiB1bmljb2RlPSLviYQiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMjE3NiA5NjBxNTMgMCA5MC41LTM3LjVUMjMwNCA4MzJWNDQ4cTAtNTMtMzcuNS05MC41VDIxNzYgMzIwVjE2MHEwLTY2LTQ3LTExM1QyMDE2IDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2OTYwcTAgNjYgNDcgMTEzdDExMyA0N2gxODU2cTY2IDAgMTEzLTQ3dDQ3LTExM1Y5NjB6bTAtNTEydjM4NGgtMTI4djI4OHEwIDE0LTkgMjN0LTIzIDlIMTYwcS0xNCAwLTIzLTl0LTktMjNWMTYwcTAtMTQgOS0yM3QyMy05aDE4NTZxMTQgMCAyMyA5dDkgMjN2Mjg4aDEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU0NSIgdW5pY29kZT0i74mFIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTExMzMgNDkzcTMxLTMwIDE0LTY5LTE3LTQwLTU5LTQwSDcwNkw5MDctOTJxMTAtMjUgMC00OXQtMzQtMzVsLTE3Ny03NXEtMjUtMTAtNDkgMHQtMzUgMzRMNDIxIDIzNSAxMDktNzdROTAtOTYgNjQtOTZxLTEyIDAtMjQgNVEwLTc0IDAtMzJ2MTUwNHEwIDQyIDQwIDU5IDEyIDUgMjQgNSAyNyAwIDQ1LTE5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTQ2IiB1bmljb2RlPSLviYYiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNODMyIDE0MDhxLTMyMCAwLTMyMC0yMjRWNzY4aDEyOFY2NDBINTEyVjk2cTAtMjI0IDMyMC0yMjRoNjR2LTEyOGgtNjRxLTI3MiAwLTM4NCAxNDZRMzM2LTI1NiA2NC0yNTZIMHYxMjhoNjRxMzIwIDAgMzIwIDIyNHY1NDRIMjU2djEyOGgxMjh2NDE2cTAgMjI0LTMyMCAyMjRIMHYxMjhoNjRxMjcyIDAgMzg0LTE0NiAxMTIgMTQ2IDM4NCAxNDZoNjR2LTEyOGgtNjR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NDciIHVuaWNvZGU9Iu+JhyIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0yMDQ4IDExNTJoLTEyOFYxMjhoMTI4di0zODRoLTM4NHYxMjhIMzg0di0xMjhIMHYzODRoMTI4djEwMjRIMHYzODRoMzg0di0xMjhoMTI4MHYxMjhoMzg0di0zODR6bS0yNTYgMjU2di0xMjhoMTI4djEyOGgtMTI4em0tMTY2NCAwdi0xMjhoMTI4djEyOEgxMjh6TTI1Ni0xMjhWMEgxMjh2LTEyOGgxMjh6TTE2NjQgMHYxMjhoMTI4djEwMjRoLTEyOHYxMjhIMzg0di0xMjhIMjU2VjEyOGgxMjhWMGgxMjgwem0yNTYtMTI4VjBoLTEyOHYtMTI4aDEyOHpNMTI4MCA4OTZoMzg0VjEyOEg3Njh2MjU2SDM4NHY3NjhoODk2Vjg5NnpNNTEyIDUxMmg2NDB2NTEySDUxMlY1MTJ6bTEwMjQtMjU2djUxMmgtMjU2VjM4NEg4OTZWMjU2aDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU0OCIgdW5pY29kZT0i74mIIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTIzMDQgNzY4aC0xMjhWMTI4aDEyOHYtMzg0aC0zODR2MTI4aC04OTZ2LTEyOEg2NDB2Mzg0aDEyOHYxMjhIMzg0VjEyOEgwdjM4NGgxMjh2NjQwSDB2Mzg0aDM4NHYtMTI4aDg5NnYxMjhoMzg0di0zODRoLTEyOHYtMTI4aDM4NHYxMjhoMzg0Vjc2OHptLTI1NiAyNTZWODk2aDEyOHYxMjhoLTEyOHptLTY0MCAzODR2LTEyOGgxMjh2MTI4aC0xMjh6bS0xMjgwIDB2LTEyOGgxMjh2MTI4SDEyOHpNMjU2IDI1NnYxMjhIMTI4VjI1NmgxMjh6bTEyODAgMTI4aC0xMjhWMjU2aDEyOHYxMjh6bS0xMTUyIDBoODk2djEyOGgxMjh2NjQwaC0xMjh2MTI4SDM4NHYtMTI4SDI1NlY1MTJoMTI4VjM4NHptNTEyLTUxMlYwSDc2OHYtMTI4aDEyOHptMTI4MCAwVjBoLTEyOHYtMTI4aDEyOHptLTEyOCAyNTZ2NjQwaC0xMjh2MTI4aC0zODRWNTEyaDEyOFYxMjhoLTM4NHYxMjhIODk2VjEyOGgxMjhWMGg4OTZ2MTI4aDEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU0OSIgdW5pY29kZT0i74mJIiBkPSJNMTAyNCAyODh2LTQxNkg5NnEtNDAgMC02OCAyOFQwLTMydjEzNDRxMCA0MCAyOCA2OHQ2OCAyOGgxMzQ0cTQwIDAgNjgtMjh0MjgtNjhWMzg0aC00MTZxLTQwIDAtNjgtMjh0LTI4LTY4em0xMjgtMzJoMzgxcS0xNS04Mi02NS0xMzJMMTI4NC02MHEtNTAtNTAtMTMyLTY1djM4MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1MCIgdW5pY29kZT0i74mKIiBkPSJNMTQwMCAyNTZoLTI0OFY4cTI5IDEwIDQxIDIybDE4NSAxODVxMTIgMTIgMjIgNDF6bS0yODAgMTI4aDI4OHY4OTZIMTI4VjBoODk2djI4OHEwIDQwIDI4IDY4dDY4IDI4em00MTYgOTI4VjI4OHEwLTQwLTIwLTg4dC00OC03NkwxMjg0LTYwcS0yOC0yOC03Ni00OHQtODgtMjBIOTZxLTQwIDAtNjggMjhUMC0zMnYxMzQ0cTAgNDAgMjggNjh0NjggMjhoMTM0NHE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTUxIiB1bmljb2RlPSLviYsiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMTk1MSA1MzhxMC0yNi0xNS41LTQ0LjVUMTg5NyA0NzBxLTgtMi0xOC0yaC0xNTN2MTQwaDE1M3ExMCAwIDE4LTIgMjMtNSAzOC41LTIzLjVUMTk1MSA1Mzh6bS0xOCAyMTNxMC0yNS0xNS00MnQtMzgtMjFxLTMtMS0xNS0xaC0xMzl2MTI5aDEzOXEzIDAgOC41LS41dDYuNS0uNXEyMy00IDM4LTIxLjV0MTUtNDIuNXpNNzI4IDU4N3YzMDhINTAwVjU4N3EwLTU4LTM4LTk0LjVUMzU3IDQ1NnEtMTA4IDAtMjI5IDU5VjQwM3E1My0xNSAxMjEtMjN0MTA5LTlsNDItMXEzMjggMCAzMjggMjE3em03MTQtMTg0djExM3EtOTktNTItMjAwLTU5LTEwOC04LTE2OSA0MXQtNjEgMTQyIDYxIDE0MiAxNjkgNDFxMTAxLTcgMjAwLTU4djExMnEtNDggMTItMTAwIDE5LjV0LTgwIDkuNWwtMjggMnEtMTI3IDYtMjE4LjUtMTRUODc1IDgzNHQtNzEtODgtMjItMTA2IDIyLTEwNiA3MS04OCAxNDAuNS02MCAyMTguNS0xNHExMDEgNCAyMDggMzF6bTczNCAxMTVxMCA1NC00MyA4OC41VDIwMjQgNjQ2djNxNTcgOCA4OSA0MS41dDMyIDc5LjVxMCA1NS00MSA4OHQtMTA3IDM2cS0zIDAtMTIgLjV0LTE0IC41aC00NTVWMzg1aDQ5MXE3NCAwIDEyMS41IDM2LjVUMjE3NiA1MTh6bTEyOCA3NjJWMHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMCAwdjEyODBxMCA1MiAzOCA5MHQ5MCAzOGgyMDQ4cTUyIDAgOTAtMzh0MzgtOTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NTIiIHVuaWNvZGU9Iu+JjCIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik04NTggMjk1djY5M3EtMTA2LTQxLTE3Mi0xMzUuNVQ2MjAgNjQxdDY2LTIxMS41VDg1OCAyOTV6bTUwNCAzNDZxMCAxMTctNjYgMjExLjVUMTEyNCA5ODhWMjk0cTEwNiA0MSAxNzIgMTM1LjV0NjYgMjExLjV6bTIxNSAwcTAtMTU5LTc4LjUtMjk0VDEyODUgMTMzLjUgOTkxIDU1cS0xMTkgMC0yMjcuNSA0Ni41dC0xODcgMTI1LTEyNSAxODdUNDA1IDY0MXEwIDE1OSA3OC41IDI5NFQ2OTcgMTE0OC41dDI5NCA3OC41IDI5NC03OC41VDE0OTguNSA5MzV0NzguNS0yOTR6bTM4My03cTAgMTM5LTU1LjUgMjYxLjVUMTc1NyAxMTAxdC0yMTMuNSAxMzEtMjUyLjUgNDhIOTkwcS0xNzYgMC0zMjMuNS04MXQtMjM1LTIzMFQzNDQgNjM0cTAtMTcxIDg3LTMxNy41VDY2NyA4NSA5OTAgMGgzMDFxMTI5IDAgMjUxLjUgNTAuNXQyMTQuNSAxMzVUMTkwNC41IDM4OHQ1NS41IDI0NnptMzQ0IDY0NlYwcTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwIDB2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDIwNDhxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1MyIgdW5pY29kZT0i74mNIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE2NjQtOTZWOTkycTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDU0NHEtMTMgMC0yMi41LTkuNVQ1MTIgOTkyVi05NnEwLTEzIDkuNS0yMi41VDU0NC0xMjhoMTA4OHExMyAwIDIyLjUgOS41VDE2NjQtOTZ6bTEyOCAxMDg4Vi05NnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDU0NHEtNjYgMC0xMTMgNDdUMzg0LTk2Vjk5MnEwIDY2IDQ3IDExM3QxMTMgNDdoMTA4OHE2NiAwIDExMy00N3Q0Ny0xMTN6bS0zODQgMzg0di0xNjBoLTEyOHYxNjBxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMzc2VjI4OHEwLTEzIDkuNS0yMi41VDE2MCAyNTZoMTYwVjEyOEgxNjBxLTY2IDAtMTEzIDQ3VDAgMjg4djEwODhxMCA2NiA0NyAxMTN0MTEzIDQ3aDEwODhxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTU0IiB1bmljb2RlPSLviY4iIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMTcyOCAxMDg4bC0zODQtNzA0aDc2OHptLTEyODAgMEw2NCAzODRoNzY4em04MjEgMTkycS0xNC00MC00NS41LTcxLjVUMTE1MiAxMTYzVi0xMjhoNjA4cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNjA4djEyOTFxLTQwIDE0LTcxLjUgNDUuNVQ5MDcgMTI4MEg0MTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg0OTFxMjEgNTcgNzAgOTIuNXQxMTEgMzUuNSAxMTEtMzUuNSA3MC05Mi41aDQ5MXExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05aC00OTF6bS0xODEtMTZxMzMgMCA1Ni41IDIzLjV0MjMuNSA1Ni41LTIzLjUgNTYuNS01Ni41IDIzLjUtNTYuNS0yMy41LTIzLjUtNTYuNSAyMy41LTU2LjUgNTYuNS0yMy41em0xMDg4LTg4MHEwLTczLTQ2LjUtMTMxVDIwMTIgMTYydC0xNDQuNS00OS41VDE3MjggOTZ0LTEzOS41IDE2LjVUMTQ0NCAxNjJ0LTExNy41IDkxLTQ2LjUgMTMxcTAgMTEgMzUgODF0OTIgMTc0LjVUMTUxNCA4MzV0MTAyIDE4NCA1NiAxMDBxMTggMzMgNTYgMzN0NTYtMzNxNC03IDU2LTEwMHQxMDItMTg0IDEwNy0xOTUuNSA5Mi0xNzQuNSAzNS04MXptLTEyODAgMHEwLTczLTQ2LjUtMTMxVDczMiAxNjJ0LTE0NC41LTQ5LjVUNDQ4IDk2dC0xMzkuNSAxNi41VDE2NCAxNjIgNDYuNSAyNTMgMCAzODRxMCAxMSAzNSA4MXQ5MiAxNzQuNVQyMzQgODM1dDEwMiAxODQgNTYgMTAwcTE4IDMzIDU2IDMzdDU2LTMzcTQtNyA1Ni0xMDB0MTAyLTE4NCAxMDctMTk1LjVUODYxIDQ2NXQzNS04MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1NSIgdW5pY29kZT0i74mQIiBkPSJNMTQwOCAxNDA4cTAtMjYxLTEwNi41LTQ2MS41VDEwMzUgNjQwcTE2MC0xMDYgMjY2LjUtMzA2LjVUMTQwOC0xMjhoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDk2cTAgMjYxIDEwNi41IDQ2MS41VDUwMSA2NDBRMzQxIDc0NiAyMzQuNSA5NDYuNVQxMjggMTQwOEgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDE0NzJxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ6TTg3NCA3MDBxNzcgMjkgMTQ5IDkyLjVUMTE1Mi41IDk0NXQ5Mi41IDIxMCAzNSAyNTNIMjU2cTAtMTMyIDM1LTI1M3Q5Mi41LTIxMFQ1MTMgNzkyLjUgNjYyIDcwMHExOS03IDMwLjUtMjMuNVQ3MDQgNjQwdC0xMS41LTM2LjVUNjYyIDU4MHEtNzctMjktMTQ5LTkyLjVUMzgzLjUgMzM1IDI5MSAxMjV0LTM1LTI1M2gxMDI0cTAgMTMyLTM1IDI1M3QtOTIuNSAyMTBUMTAyMyA0ODcuNSA4NzQgNTgwcS0xOSA3LTMwLjUgMjMuNVQ4MzIgNjQwdDExLjUgMzYuNVQ4NzQgNzAweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTU2IiB1bmljb2RlPSLviZEiIGQ9Ik0xNDA4IDE0MDhxMC0yNjEtMTA2LjUtNDYxLjVUMTAzNSA2NDBxMTYwLTEwNiAyNjYuNS0zMDYuNVQxNDA4LTEyOGg5NnExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloOTZxMCAyNjEgMTA2LjUgNDYxLjVUNTAxIDY0MFEzNDEgNzQ2IDIzNC41IDk0Ni41VDEyOCAxNDA4SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTQ3MnExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05aC05NnptLTEyOCAwSDI1NnEwLTY2IDktMTI4aDEwMDZxOSA2MSA5IDEyOHptMC0xNTM2cTAgMTMwLTM0IDI0OS41dC05MC41IDIwOC0xMjYuNSAxNTJUODgzIDU3Nkg2NTNxLTc2LTMxLTE0Ni05NC41dC0xMjYuNS0xNTItOTAuNS0yMDhUMjU2LTEyOGgxMDI0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTU3IiB1bmljb2RlPSLviZIiIGQ9Ik0xNDA4IDE0MDhxMC0yNjEtMTA2LjUtNDYxLjVUMTAzNSA2NDBxMTYwLTEwNiAyNjYuNS0zMDYuNVQxNDA4LTEyOGg5NnExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloOTZxMCAyNjEgMTA2LjUgNDYxLjVUNTAxIDY0MFEzNDEgNzQ2IDIzNC41IDk0Ni41VDEyOCAxNDA4SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTQ3MnExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05aC05NnptLTEyOCAwSDI1NnEwLTIwNiA4NS0zODRoODU0cTg1IDE3OCA4NSAzODR6bS01Ny0xMjE2cS01NCAxNDEtMTQ1LjUgMjQxLjVUODgzIDU3Nkg2NTNxLTEwMy00Mi0xOTQuNS0xNDIuNVQzMTMgMTkyaDkxMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1OCIgdW5pY29kZT0i74mTIiBkPSJNMTQwOCAxNDA4cTAtMjYxLTEwNi41LTQ2MS41VDEwMzUgNjQwcTE2MC0xMDYgMjY2LjUtMzA2LjVUMTQwOC0xMjhoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDk2cTAgMjYxIDEwNi41IDQ2MS41VDUwMSA2NDBRMzQxIDc0NiAyMzQuNSA5NDYuNVQxMjggMTQwOEgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDE0NzJxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ6TTg3NCA3MDBxNzcgMjkgMTQ5IDkyLjVUMTE1Mi41IDk0NXQ5Mi41IDIxMCAzNSAyNTNIMjU2cTAtMTMyIDM1LTI1M3Q5Mi41LTIxMFQ1MTMgNzkyLjUgNjYyIDcwMHExOS03IDMwLjUtMjMuNVQ3MDQgNjQwdC0xMS41LTM2LjVUNjYyIDU4MHEtMTM3LTUxLTI0NC0xOTZoNzAwcS0xMDcgMTQ1LTI0NCAxOTYtMTkgNy0zMC41IDIzLjVUODMyIDY0MHQxMS41IDM2LjVUODc0IDcwMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1OSIgdW5pY29kZT0i74mUIiBkPSJNMTUwNC02NHExNCAwIDIzLTl0OS0yM3YtMTI4cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzdjEyOHEwIDE0IDkgMjN0MjMgOWgxNDcyek0xMzAgMHEzIDU1IDE2IDEwN3QzMCA5NSA0NiA4NyA1My41IDc2IDY0LjUgNjkuNSA2NiA2MCA3MC41IDU1VDU0MyA1OTd0NjUgNDNxLTQzIDI4LTY1IDQzdC02Ni41IDQ3LjUtNzAuNSA1NS02NiA2MC02NC41IDY5LjUtNTMuNSA3Ni00NiA4Ny0zMCA5NS0xNiAxMDdoMTI3NnEtMy01NS0xNi0xMDd0LTMwLTk1LTQ2LTg3LTUzLjUtNzYtNjQuNS02OS41LTY2LTYwLTcwLjUtNTVUOTkzIDY4M3QtNjUtNDNxNDMtMjggNjUtNDN0NjYuNS00Ny41IDcwLjUtNTUgNjYtNjAgNjQuNS02OS41IDUzLjUtNzYgNDYtODcgMzAtOTUgMTYtMTA3SDEzMHptMTM3NCAxNTM2cTE0IDAgMjMtOXQ5LTIzdi0xMjhxMC0xNC05LTIzdC0yMy05SDMycS0xNCAwLTIzIDl0LTkgMjN2MTI4cTAgMTQgOSAyM3QyMyA5aDE0NzJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NjAiIHVuaWNvZGU9Iu+JlSIgZD0iTTc2OCAxMTUycS01MyAwLTkwLjUtMzcuNVQ2NDAgMTAyNFY4OTZoLTMydjkzcTAgNDgtMzIgODEuNXQtODAgMzMuNXEtNDYgMC03OS0zM3QtMzMtNzlWNTYzbC0zMiAzMHYxNzJxMCA0OC0zMiA4MS41VDI0MCA4ODBxLTQ2IDAtNzktMzN0LTMzLTc5VjU0NHEwLTQ3IDM1LTgybDMxMC0yOTZxMzktMzkgMzktMTAyIDAtMjYgMTktNDV0NDUtMTloNjQwcTI2IDAgNDUgMTl0MTkgNDV2MjVxMCA0MSAxMCA3N2wxMDggNDM2cTEwIDM2IDEwIDc3djI0NnEwIDQ4LTMyIDgxLjV0LTgwIDMzLjVxLTQ2IDAtNzktMzN0LTMzLTc5di0zMmgtMzJ2MTI1cTAgNDAtMjUgNzIuNXQtNjQgNDAuNXEtMTQgMi0yMyAyLTQ2IDAtNzktMzN0LTMzLTc5Vjg5NmgtMzJ2MTIycTAgNTEtMzIuNSA4OS41VDc4MSAxMTUxcS01IDEtMTMgMXptMCAxMjhxODQgMCAxNDktNTAgNTcgMzQgMTIzIDM0IDU5IDAgMTExLTI3dDg2LTc2cTI3IDcgNTkgNyAxMDAgMCAxNzAtNzEuNXQ3MC0xNzEuNVY2NzlxMC01MS0xMy0xMDhsLTEwOS00MzZxLTYtMjQtNi03MSAwLTgwLTU2LTEzNnQtMTM2LTU2SDU3NnEtODQgMC0xMzggNTguNVQzODQgNzNMNzYgMzY5UTAgNDQyIDAgNTQ0djIyNHEwIDk5IDcwLjUgMTY5LjVUMjQwIDEwMDhxMTEgMCAxNi0xIDYgOTUgNzUuNSAxNjB0MTY0LjUgNjVxNTIgMCA5OC0yMSA3MiA2OSAxNzQgNjl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NjEiIHVuaWNvZGU9Iu+JliIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik04ODAgMTQwOHEtNDYgMC03OS0zM3QtMzMtNzlWNjQwaC0zMnY1MjhxMCA0Ni0zMyA3OXQtNzkgMzMtNzktMzMtMzMtNzlWMzg0TDM1OCA1ODlxLTM4IDUxLTEwMiA1MS01MyAwLTkwLjUtMzcuNVQxMjggNTEycTAtNDMgMjYtNzdMNTM4LTc3cTM4LTUxIDEwMi01MWg2ODhxMzQgMCA2MSAyMnQzNCA1Nmw3NiA0MDVxNSAzMiA1IDU5djQ5OHEwIDQ2LTMzIDc5dC03OSAzMy03OS0zMy0zMy03OVY2NDBoLTMydjUyOHEwIDQ2LTMzIDc5dC03OSAzMy03OS0zMy0zMy03OVY2NDBoLTMydjY1NnEwIDQ2LTMzIDc5dC03OSAzM3ptMCAxMjhxNjggMCAxMjUuNS0zNS41dDg4LjUtOTYuNXExOSA0IDQyIDQgOTkgMCAxNjkuNS03MC41VDEzNzYgMTE2OHYtMTdxMTA1IDYgMTgwLjUtNjR0NzUuNS0xNzVWNDE0cTAtNDAtOC04M2wtNzYtNDA0cS0xNC03OS03Ni41LTEzMVQxMzI4LTI1Nkg2NDBxLTYwIDAtMTE0LjUgMjcuNVQ0MzUtMTU0TDUxIDM1OFEwIDQyNiAwIDUxMnEwIDEwNiA3NSAxODF0MTgxIDc1cTc4IDAgMTI4LTM0djQzNHEwIDk5IDcwLjUgMTY5LjVUNjI0IDE0MDhxMjMgMCA0Mi00IDMxIDYxIDg4LjUgOTYuNVQ4ODAgMTUzNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU2MiIgdW5pY29kZT0i74mXIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEwNzMtMTI4SDg5NnEtMTYzIDAtMjI2IDE0MS0yMyA0OS0yMyAxMDJ2NXEtNjIgMzAtOTguNSA4OC41VDUxMiAzMzZxMCAzOCA1IDQ4SDI1NnEtMTA2IDAtMTgxIDc1VDAgNjQwdDc1IDE4MSAxODEgNzVoMTEzbC00NCAxN3EtNzQgMjgtMTE5LjUgOTMuNVQxNjAgMTE1MnEwIDEwNiA3NSAxODF0MTgxIDc1cTQ2IDAgOTEtMTdsNjI4LTIzOWg0MDFxMTA2IDAgMTgxLTc1dDc1LTE4MVYyMjhxMC04OC01NC0xNTcuNVQxNTk4LTIwbC0zMzktODVxLTkyLTIzLTE4Ni0yM3ptLTQ5IDcxMWwtMTU1LTcxLTE2My03NHEtMzAtMTQtNDgtNDEuNVQ2NDAgMzM2cTAtNDYgMzMtNzl0NzktMzNxMjYgMCA0NiAxMGwzMzggMTU0cS00OSAxMC04MC41IDUwdC0zMS41IDkwdjU1em0zMjAtMzExcTAgNDYtMzMgNzl0LTc5IDMzcS0yNiAwLTQ2LTEwTDg5NiAyNDJxLTI4LTEzLTM3LTE3dC0zMC41LTE3LTI5LjUtMjMuNS0xNi0yOS04LTQwLjVxMC01MCAzMS41LTgyVDg4OCAxcTIwIDAgMzggOWwzNTIgMTYwcTMwIDE0IDQ4IDQxLjV0MTggNjAuNXptLTIzMiA3NTJsLTY1MCAyNDhxLTI0IDgtNDYgOC01MyAwLTkwLjUtMzcuNVQyODggMTE1MnEwLTQwIDIyLjUtNzN0NTkuNS00N2w1MjYtMjAwdi02NEgyNTZxLTUzIDAtOTAuNS0zNy41VDEyOCA2NDB0MzcuNS05MC41VDI1NiA1MTJoNTM1bDIzMyAxMDZ2MTk4cTAgNjMgNDYgMTA2bDExMSAxMDJoLTY5ek0xMDczIDBxODIgMCAxNTUgMTlsMzM5IDg1cTQzIDExIDcwIDQ1LjV0MjcgNzguNXY2NjhxMCA1My0zNy41IDkwLjVUMTUzNiAxMDI0aC0zMDhsLTEzNi0xMjZxLTM2LTMzLTM2LTgyVjUyMHEwLTQ2IDMzLTc3dDc5LTMxIDc5IDM1IDMzIDgxdjIwOGgzMlY1MjhxMC03MC01Ny0xMTQgNTItOCA4Ni41LTQ4LjVUMTM3NiAyNzJxMC00Mi0yMy03OHQtNjEtNTNMOTgyIDBoOTF6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NjMiIHVuaWNvZGU9Iu+JmCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xMTUxIDE1MzZxNjEgMCAxMTYtMjh0OTEtNzdsNTcyLTc4MXExMTgtMTU5IDExOC0zNTlWLTY0cTAtODAtNTYtMTM2dC0xMzYtNTZoLTM4NHEtODAgMC0xMzYgNTZ0LTU2IDEzNnYxNzdMOTk0IDI1Nkg0NDhxLTgwIDAtMTM2IDU2dC01NiAxMzZ2MzJxMCAxMTkgODQuNSAyMDMuNVQ1NDQgNzY4aDQyMGw0MiAxMjhIMzIwcS0xMDAgMC0xNzMuNSA2Ny41VDY1IDExMzBxLTY1IDc5LTY1IDE4MnYzMnEwIDgwIDU2IDEzNnQxMzYgNTZoOTU5ek0xOTIwLTY0djM1NXEwIDE1Ny05MyAyODRsLTU3MyA3ODFxLTM5IDUyLTEwMyA1MkgxOTJxLTI2IDAtNDUtMTl0LTE5LTQ1cTAtMzIgMS41LTQ5LjV0OS41LTQwLjUgMjUtNDNxMTAgMzEgMzUuNSA1MHQ1Ni41IDE5aDgzMnYtMzJIMjU2cS0yNiAwLTQ1LTE5dC0xOS00NXEwLTQ0IDMtNTggOC00NCA0NC03M3Q4MS0yOWg3MzFxNDAgMCA2OC0yOHQyOC02OHEwLTE1LTUtMzBsLTY0LTE5MnEtMTAtMjktMzUtNDcuNVQ5ODcgNjQwSDU0NHEtNjYgMC0xMTMtNDd0LTQ3LTExM3YtMzJxMC0yNiAxOS00NXQ0NS0xOWg1NjFxMTYgMCAyOS03bDMxNy0xNThxMjQtMTMgMzguNS0zNnQxNC41LTUwVi02NHEwLTI2IDE5LTQ1dDQ1LTE5aDM4NHEyNiAwIDQ1IDE5dDE5IDQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTY0IiB1bmljb2RlPSLviZkiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNDU5LTI1NnEtNzcgMC0xMzcuNSA0Ny41VDI0Mi04NkwxNDEgMzE1cS0xMyA1Ny0xMyAxMDggMCA0NS01IDY3TDcgOTY3cS03IDI3LTcgNTcgMCA5MyA2MiAxNjF0MTU1IDc4cTE3IDg1IDgyLjUgMTM5dDE1Mi41IDU0cTgzIDAgMTQ4LTUxLjV0ODUtMTMyLjVsODMtMzQ4IDEwMyA0MjhxMjAgODEgODUgMTMyLjV0MTQ4IDUxLjVxODkgMCAxNTUuNS01Ny41VDEzNDAgMTMzNHE5Mi0xMCAxNTItNzl0NjAtMTYycTAtMjQtNy01OWwtMTIzLTUxMnExMCA3IDM3LjUgMjguNVQxNDk4IDU4MHQzNSAyMyA0MSAyMC41IDQxLjUgMTEgNDkuNSA1LjVxMTA1IDAgMTgwLTc0dDc1LTE3OXEwLTYyLTI4LjUtMTE4dC03OC41LTk0bC01MDctMzgwcS02OC01MS0xNTMtNTFINDU5em02NDUgMTY2NHEtMzggMC02OC41LTI0dC0zOS41LTYyTDgzMiA2NDBINzA1bC0xNDUgNjAycS05IDM4LTM5LjUgNjJ0LTY4LjUgMjRxLTQ4IDAtODAtMzN0LTMyLTgwcTAtMTUgMy0yOGwxMzItNTQ3aC0yNmwtOTkgNDA4cS05IDM3LTQwIDYyLjV0LTY5IDI1LjVxLTQ3IDAtODAtMzN0LTMzLTc5cTAtMTQgMy0yNmwxMTYtNDc4cTctMjggOS04NnQxMC04OEwzNjYtNTVxOC0zMiAzNC01Mi41dDU5LTIwLjVoNjk0cTQyIDAgNzYgMjZsNTA3IDM3OXE1NiA0MyA1NiAxMTAgMCA1Mi0zNy41IDg4LjVUMTY2NSA1MTJxLTQzIDAtNzctMjZsLTMwNy0yMzB2MjI3cTAgNCAzMiAxMzh0NjggMjgyIDM5IDE2MXE0IDE4IDQgMjkgMCA0Ny0zMiA4MXQtNzkgMzRxLTM5IDAtNjkuNS0yNHQtMzkuNS02MmwtMTE2LTQ4MmgtMjZsMTUwIDYyNHEzIDE0IDMgMjggMCA0OC0zMS41IDgydC03OS41IDM0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTY1IiB1bmljb2RlPSLviZoiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjQwIDE0MDhxLTUzIDAtOTAuNS0zNy41VDUxMiAxMjgwVjM4NEwzNjEgNTg2cS00MSA1NC0xMDcgNTQtNTIgMC04OS0zOHQtMzctOTBxMC00MyAyNi03N0w1MzgtNzdxMzgtNTEgMTAyLTUxaDcxOHEyMiAwIDM5LjUgMTMuNVQxNDIwLTgwbDkyIDM2OHEyNCA5NiAyNCAxOTR2MjE3cTAgNDEtMjggNzF0LTY4IDMwLTY4LTI4LTI4LTY4aC0zMnY2MXEwIDQ4LTMyIDgxLjV0LTgwIDMzLjVxLTQ2IDAtNzktMzN0LTMzLTc5di02NGgtMzJ2OTBxMCA1NS0zNyA5NC41VDkyOCA5MjhxLTUzIDAtOTAuNS0zNy41VDgwMCA4MDB2LTk2aC0zMnY1NzBxMCA1NS0zNyA5NC41dC05MSAzOS41em0wIDEyOHExMDcgMCAxODEuNS03Ny41VDg5NiAxMjc0di0yMjBxMjIgMiAzMiAyIDk5IDAgMTczLTY5IDQ3IDIxIDk5IDIxIDExMyAwIDE4NC04NyAyNyA3IDU2IDcgOTQgMCAxNTktNjcuNXQ2NS0xNjEuNVY0ODJxMC0xMTYtMjgtMjI1bC05Mi0zNjhxLTE2LTY0LTY4LTEwNC41VDEzNTgtMjU2SDY0MHEtNjAgMC0xMTQuNSAyNy41VDQzNS0xNTRMNTEgMzU4UTAgNDI2IDAgNTEycTAgMTA1IDc0LjUgMTgwLjVUMjU0IDc2OHE3MSAwIDEzMC0zNXY1NDdxMCAxMDYgNzUgMTgxdDE4MSA3NXpNNzY4IDEyOHYzODRoLTMyVjEyOGgzMnptMjU2IDB2Mzg0aC0zMlYxMjhoMzJ6bTI1NiAwdjM4NGgtMzJWMTI4aDMyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTY2IiB1bmljb2RlPSLviZsiIGQ9Ik0xMjg4IDg4OXE2MCAwIDEwNy0yMyAxNDEtNjMgMTQxLTIyNlY0NjNxMC05NC0yMy0xODZsLTg1LTMzOXEtMjEtODYtOTAuNS0xNDBUMTE4MC0yNTZINTEycS0xMDYgMC0xODEgNzVUMjU2IDB2NDAxTDE3IDEwMjlxLTE3IDQ1LTE3IDkxIDAgMTA2IDc1IDE4MXQxODEgNzVxODAgMCAxNDUuNS00NS41VDQ5NSAxMjExbDE3LTQ0djExM3EwIDEwNiA3NSAxODF0MTgxIDc1IDE4MS03NSA3NS0xODF2LTI2MXEyNyA1IDQ4IDUgNjkgMCAxMjcuNS0zNi41VDEyODggODg5em0tMjE2IDdxLTMzIDAtNjAuNS0xOFQ5NzAgODMwbC03NC0xNjMtNzEtMTU1aDU1cTUwIDAgOTAtMzEuNXQ1MC04MC41bDE1NCAzMzhxMTAgMjAgMTAgNDYgMCA0Ni0zMyA3OXQtNzkgMzN6bTIyMS0xMzVxLTIyIDAtNDAuNS04dC0yOS0xNi0yMy41LTI5LjUtMTctMzAuNS0xNy0zN2wtMTMyLTI5MHEtMTAtMjAtMTAtNDYgMC00NiAzMy03OXQ3OS0zM3EzMyAwIDYwLjUgMTh0NDEuNSA0OGwxNjAgMzUycTkgMTggOSAzOCAwIDUwLTMyIDgxLjV0LTgyIDMxLjV6TTEyOCAxMTIwcTAtMjIgOC00NmwyNDgtNjUwdi02OWwxMDIgMTExcTQzIDQ2IDEwNiA0NmgxOThsMTA2IDIzM3Y1MzVxMCA1My0zNy41IDkwLjVUNzY4IDE0MDh0LTkwLjUtMzcuNVQ2NDAgMTI4MFY2NDBoLTY0bC0yMDAgNTI2cS0xNCAzNy00NyA1OS41dC03MyAyMi41cS01MyAwLTkwLjUtMzcuNVQxMjggMTEyMHpNMTE4MC0xMjhxNDQgMCA3OC41IDI3dDQ1LjUgNzBsODUgMzM5cTE5IDczIDE5IDE1NXY5MWwtMTQxLTMxMHEtMTctMzgtNTMtNjF0LTc4LTIzcS01MyAwLTkzLjUgMzQuNVQ5OTQgMjgxcS00NC01Ny0xMTQtNTdINjcydjMyaDIwOHE0NiAwIDgxIDMzdDM1IDc5LTMxIDc5LTc3IDMzSDU5MnEtNDkgMC04Mi0zNkwzODQgMzA4VjBxMC01MyAzNy41LTkwLjVUNTEyLTEyOGg2Njh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NjciIHVuaWNvZGU9Iu+JnCIgaG9yaXotYWR2LXg9IjE5NzMiIGQ9Ik04NTcgOTkyVjg3NXEwLTEzLTkuNS0yMnQtMjIuNS05SDUyN1YzMnEwLTEzLTktMjIuNVQ0OTYgMEgzNjFxLTEzIDAtMjIuNSA5VDMyOSAzMnY4MTJIMzJxLTEzIDAtMjIuNSA5VDAgODc1djExN3EwIDE0IDkgMjN0MjMgOWg3OTNxMTMgMCAyMi41LTkuNVQ4NTcgOTkyem0xMDM4IDNsNzctOTYxcTEtMTMtOC0yNC0xMC0xMC0yMy0xMGgtMTM0cS0xMiAwLTIxIDguNVQxNzc2IDI5bC00NiA1ODgtMTg5LTQyNXEtOC0xOS0yOS0xOWgtMTIwcS0yMCAwLTI5IDE5bC0xODggNDI3LTQ1LTU5MHEtMS0xMi0xMC0yMC41VDEwOTkgMEg5NjRxLTEzIDAtMjMgMTAtOSAxMC05IDI0bDc4IDk2MXExIDEyIDEwIDIwLjV0MjEgOC41aDE0MnEyMCAwIDI5LTE5bDIyMC01MjBxMTAtMjQgMjAtNTEgMyA3IDkuNSAyNC41VDE0NzIgNDg1bDIyMSA1MjBxOSAxOSAyOSAxOWgxNDFxMTMgMCAyMi04LjV0MTAtMjAuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU2OCIgdW5pY29kZT0i74mdIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEwNDIgODMzcTAgODgtNjAgMTIxLTMzIDE4LTExNyAxOEg3NDJWNjkxaDE2MnE2NiAwIDEwMiAzN3QzNiAxMDV6bTUyLTI4NWwyMDUtMzczcTgtMTctMS0zMS04LTE2LTI3LTE2aC0xNTJxLTIwIDAtMjggMTdMODk3IDUxMEg3NDJWMTYwcTAtMTQtOS0yM3QtMjMtOUg1NzZxLTE0IDAtMjMgOXQtOSAyM3Y5NjBxMCAxNCA5IDIzdDIzIDloMjk0cTEyOCAwIDE5MC0yNCA4NS0zMSAxMzQtMTA5dDQ5LTE4MHEwLTkyLTQyLjUtMTY1LjVUMTA4NSA1NjRxNi0xMCA5LTE2em0tMTk4IDgyOHEtMTUwIDAtMjg2LTU4LjV0LTIzNC41LTE1Ny0xNTctMjM0LjVUMTYwIDY0MHQ1OC41LTI4NiAxNTctMjM0LjVUNjEwLTM3LjUgODk2LTk2dDI4NiA1OC41IDIzNC41IDE1NyAxNTcgMjM0LjUgNTguNSAyODYtNTguNSAyODYtMTU3IDIzNC41LTIzNC41IDE1Ny0yODYgNTguNXptODk2LTczNnEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTY5IiB1bmljb2RlPSLviZ4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjA1IDMwM3ExNTMgMCAyNTcgMTA0IDE0IDE4IDMgMzZsLTQ1IDgycS02IDEzLTI0IDE3LTE2IDItMjctMTFsLTQtM3EtNC00LTExLjUtMTBUNzM2IDUwNC41IDcxMi41IDQ5MCA2ODQgNDc3dC0zMy41LTkuNVQ2MTMgNDY0cS03NiAwLTEyNSA1MHQtNDkgMTI3cTAgNzYgNDggMTI1LjVUNjA5IDgxNnEzNyAwIDcxLjUtMTR0NTAuNS0yOGwxNi0xNHExMS0xMSAyNi0xMCAxNiAyIDI0IDE0bDUzIDc4cTEzIDIwLTIgMzktMyA0LTExIDEydC0zMCAyMy41LTQ4LjUgMjhUNjkxIDk2N3QtODYgMTBxLTE0OCAwLTI0Ni05Ni41VDI2MSA2NDBxMC0xNDYgOTctMjQxLjVUNjA1IDMwM3ptNjMwIDBxMTUzIDAgMjU3IDEwNCAxNCAxOCA0IDM2bC00NSA4MnEtOCAxNC0yNSAxNy0xNiAyLTI3LTExbC00LTNxLTQtNC0xMS41LTEwdC0xNy41LTEzLjUtMjMuNS0xNC41LTI4LjUtMTMtMzMuNS05LjUtMzcuNS0zLjVxLTc2IDAtMTI1IDUwdC00OSAxMjdxMCA3NiA0OCAxMjUuNXQxMjIgNDkuNXEzNyAwIDcxLjUtMTR0NTAuNS0yOGwxNi0xNHExMS0xMSAyNi0xMCAxNiAyIDI0IDE0bDUzIDc4cTEzIDIwLTIgMzktMyA0LTExIDEydC0zMCAyMy41LTQ4LjUgMjhUMTMyMSA5Njd0LTg2IDEwcS0xNDcgMC0yNDUuNS05Ni41VDg5MSA2NDBxMC0xNDYgOTctMjQxLjV0MjQ3LTk1LjV6TTg5NiAxMzc2cS0xNTAgMC0yODYtNTguNXQtMjM0LjUtMTU3LTE1Ny0yMzQuNVQxNjAgNjQwdDU4LjUtMjg2IDE1Ny0yMzQuNVQ2MTAtMzcuNSA4OTYtOTZ0Mjg2IDU4LjUgMjM0LjUgMTU3IDE1NyAyMzQuNSA1OC41IDI4Ni01OC41IDI4Ni0xNTcgMjM0LjUtMjM0LjUgMTU3LTI4NiA1OC41em0wIDE2MHExODIgMCAzNDgtNzF0Mjg2LTE5MSAxOTEtMjg2IDcxLTM0OC03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMjYwIiB1bmljb2RlPSLviaAiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNzM2IDczNmwzODQtMzg0TDczNi0zMiA2NCA2NDBsNjcyIDY3MiAxNjgtMTY4LTk2LTk2LTcyIDcyLTQ4MC00ODAgNDgwLTQ4MCAxOTMgMTkzLTI4OSAyODd6bTU3NiA1NzZsNjcyLTY3Mi02NzItNjcyLTE2OCAxNjggOTYgOTYgNzItNzIgNDgwIDQ4MC00ODAgNDgwLTE5My0xOTMgMjg5LTI4Ny05Ni05Ni0zODQgMzg0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMjYxIiB1bmljb2RlPSLviaEiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNzE3IDE4MmwyNzEgMjcxLTI3OSAyNzktODgtODggMTkyLTE5MS05Ni05Ni0yNzkgMjc5IDI3OSAyNzkgNDAtNDAgODcgODctMTI3IDEyOC00NTQtNDU0em0zNTggOGw0NTQgNDU0LTQ1NCA0NTQtMjcxLTI3MSAyNzktMjc5IDg4IDg4LTE5MiAxOTEgOTYgOTYgMjc5LTI3OS0yNzktMjc5LTQwIDQwLTg3LTg4em03MTcgNDUwcTAtMTgyLTcxLTM0OFQxNTMwIDZ0LTI4Ni0xOTEtMzQ4LTcxLTM0OCA3MVQyNjIgNiA3MSAyOTIgMCA2NDB0NzEgMzQ4IDE5MSAyODYgMjg2IDE5MSAzNDggNzEgMzQ4LTcxIDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NzIiIHVuaWNvZGU9Iu+JoiIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik02NTEgNTM5cTAtMzktMjcuNS02Ni41VDU1OCA0NDVxLTM5IDAtNjYuNSAyNy41VDQ2NCA1MzlxMCAzOCAyNy41IDY1LjVUNTU4IDYzMnEzOCAwIDY1LjUtMjcuNVQ2NTEgNTM5em0xMTU0IDFxMC0zOS0yNy41LTY2LjVUMTcxMSA0NDZ0LTY2LjUgMjcuNVQxNjE3IDU0MHQyNy41IDY2IDY2LjUgMjcgNjYuNS0yNyAyNy41LTY2em0tMTA0MC0xcTAgNzktNTYuNSAxMzZUNTcyIDczMnQtMTM2LjUtNTYuNVQzNzkgNTM5dDU2LjUtMTM2LjVUNTcyIDM0NnQxMzYuNSA1Ni41VDc2NSA1Mzl6bTExNTMgMXEwIDgwLTU2LjUgMTM2LjVUMTcyNSA3MzNxLTc5IDAtMTM2LTU2LjVUMTUzMiA1NDB0NTYuNS0xMzYuNVQxNzI1IDM0N3QxMzYuNSA1Ni41VDE5MTggNTQwem0tMTA2OC0xcTAtMTE2LTgxLjUtMTk3LjVUNTcyIDI2MHEtMTE2IDAtMTk3LjUgODJUMjkzIDUzOXQ4MiAxOTYuNVQ1NzIgODE3dDE5Ni41LTgxLjVUODUwIDUzOXptMTE1NCAxcTAtMTE1LTgxLjUtMTk2LjVUMTcyNSAyNjJxLTExNSAwLTE5Ni41IDgxLjVUMTQ0NyA1NDB0ODEuNSAxOTYuNVQxNzI1IDgxOHExMTYgMCAxOTcuNS04MS41VDIwMDQgNTQwem0tOTY0LTNxMCAxOTEtMTM1LjUgMzI2LjVUNTc4IDk5OXEtMTI1IDAtMjMxLTYyVDE3OSA3NjguNSAxMTcgNTM3dDYyLTIzMS41VDM0NyAxMzd0MjMxLTYycTE5MSAwIDMyNi41IDEzNS41VDEwNDAgNTM3em02NjggNTczcS0yNTQgMTExLTU1NiAxMTEtMzE5IDAtNTczLTExMCAxMTcgMCAyMjMtNDUuNVQ5ODQuNSA5NDN0MTIyLTE4MyA0NS41LTIyM3EwIDExNSA0My41IDIxOS41dDExOCAxODAuNSAxNzcuNSAxMjMgMjE3IDUwem00NzktNTczcTAgMTkxLTEzNSAzMjYuNVQxNzI2IDk5OXQtMzI2LjUtMTM1LjVUMTI2NCA1Mzd0MTM1LjUtMzI2LjVUMTcyNiA3NXQzMjYgMTM1LjVUMjE4NyA1Mzd6bS0yNjYgNTY2aDM4M3EtNDQtNTEtNzUtMTE0LjVUMjE4OSA4NzRxMTEwLTE1MSAxMTAtMzM3IDAtMTU2LTc3LTI4OFQyMDEzIDQwLjUgMTcyNi0zNnEtMTMzIDAtMjQ5IDU2dC0xOTYgMTU1cS00Ny01Ni0xMjktMTc5LTExIDIyLTUzLjUgODIuNVQxMDI0IDE3NlE5NDQgNzcgODI3LjUgMjAuNVQ1NzgtMzZxLTE1NSAwLTI4NyA3Ni41VDgyIDI0OSA1IDUzN3EwIDE4NiAxMTAgMzM3LTkgNTEtNDAgMTE0LjVUMCAxMTAzaDM2NXExNDkgMTAwIDM1NSAxNTYuNXQ0MzIgNTYuNXEyMjQgMCA0MjEtNTZ0MzQ4LTE1N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZjI2MyIgdW5pY29kZT0i74mjIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTY0MCA2MjlxLTE4OCAwLTMyMSAxMzN0LTEzMyAzMjBxMCAxODggMTMzIDMyMXQzMjEgMTMzIDMyMS0xMzMgMTMzLTMyMXEwLTE4Ny0xMzMtMzIwVDY0MCA2Mjl6bTAgNjc3cS05MiAwLTE1Ny41LTY1LjVUNDE3IDEwODJxMC05MiA2NS41LTE1Ny41VDY0MCA4NTl0MTU3LjUgNjUuNVQ4NjMgMTA4MnEwIDkzLTY1LjUgMTU4LjVUNjQwIDEzMDZ6bTUyMy03MzJxMTMtMjcgMTUtNDkuNXQtNC41LTQwLjUtMjYuNS0zOC41LTQyLjUtMzdUMTA0MyAzNjdxLTExNS03My0zMTUtOTRsNzMtNzIgMjY3LTI2N3EzMC0zMSAzMC03NHQtMzAtNzNsLTEyLTEzcS0zMS0zMC03NC0zMHQtNzQgMzBxLTY3IDY4LTI2NyAyNjhMMzc0LTIyNnEtMzEtMzAtNzQtMzB0LTczIDMwbC0xMiAxM3EtMzEgMzAtMzEgNzN0MzEgNzRsMjY3IDI2NyA3MiA3MnEtMjAzIDIxLTMxNyA5NC0zOSAyNS02MS41IDQxLjV0LTQyLjUgMzctMjYuNSAzOC41LTQuNSA0MC41IDE1IDQ5LjVxMTAgMjAgMjggMzV0NDIgMjIgNTYtMiA2NS0zNXE1LTQgMTUtMTF0NDMtMjQuNSA2OS0zMC41IDkyLTI0IDExMy0xMXE5MSAwIDE3NCAyNS41VDkzNCA1NjlsMzggMjVxMzMgMjYgNjUgMzV0NTYgMiA0Mi0yMiAyOC0zNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU3NCIgdW5pY29kZT0i74mkIiBkPSJNOTI3IDk1NnEwLTY2LTQ2LjUtMTEyLjVUNzY4IDc5N3QtMTEyLjUgNDYuNVQ2MDkgOTU2dDQ2LjUgMTEyLjVUNzY4IDExMTV0MTEyLjUtNDYuNVQ5MjcgOTU2em0yMTQtMzYzcS0xMCAyMC0yOCAzMnQtNDcuNSA5LjVUMTAwNSA2MDdxLTEwLTgtMjktMjB0LTgxLTMyLTEyNy0yMC0xMjQgMTgtODYgMzZsLTI3IDE4cS0zMSAyNS02MC41IDI3LjVUNDIzIDYyNXQtMjgtMzJxLTIyLTQ1LTItNzQuNXQ4Ny03My41cTgzLTUzIDIyNi02N2wtNTEtNTJRNTEzIDE4NCA0NjQgMTM2cS0yMi0yMi0yMi01Mi41VDQ2NCAzMWw5LTlxMjItMjIgNTIuNS0yMlQ1NzggMjJsMTkxIDE5MVE4ODMgOTggOTYwIDIycTIyLTIyIDUyLjUtMjJ0NTIuNSAyMmw5IDlxMjIgMjIgMjIgNTIuNXQtMjIgNTIuNUw4ODMgMzI2bC01MiA1MnExNDEgMTQgMjI1IDY3IDY3IDQ0IDg3IDczLjV0LTIgNzQuNXptLTQ5IDM2M3EwIDEzNC05NSAyMjl0LTIyOSA5NS0yMjktOTUtOTUtMjI5IDk1LTIyOSAyMjktOTUgMjI5IDk1IDk1IDIyOXptNDQ0IDE2NFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTc1IiB1bmljb2RlPSLviaUiIGhvcml6LWFkdi14PSIxNzIwIiBkPSJNMTU2NSAxNDA4cTY1IDAgMTEwLTQ1LjV0NDUtMTEwLjVWNzMzcTAtMTc2LTY4LTMzNnQtMTgyLjUtMjc1LTI3NC0xODIuNVQ4NjEtMTI4cS0xNzYgMC0zMzUuNSA2Ny41VDI1MSAxMjIgNjggMzk3IDAgNzMzdjUxOXEwIDY0IDQ2IDExMHQxMTAgNDZoMTQwOXpNODYxIDM0NHE0NyAwIDgyIDMzbDQwNCAzODhxMzcgMzUgMzcgODUgMCA0OS0zNC41IDgzLjVUMTI2NiA5NjhxLTQ3IDAtODItMzNMODYxIDYyNSA1MzggOTM1cS0zNSAzMy04MSAzMy00OSAwLTgzLjUtMzQuNVQzMzkgODUwcTAtNTEgMzYtODVsNDA1LTM4OHEzMy0zMyA4MS0zM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU3NiIgdW5pY29kZT0i74mmIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTE0OTQtMTAzbC0yOTUgNjk1cS0yNS00OS0xNTguNS0zMDUuNVQ4NDItMTAzcS0xLTEtMjcuNS0uNVQ3ODgtMTAyUTcwNiA5MSA1MzIuNSA0ODVUMjczIDEwODFxLTIxIDUwLTY2LjUgMTA3LjVUMTAzIDEyODkgMSAxMzMycTAgNS0uNSAyNHQtLjUgMjdoNTgzdi01MHEtMzktMi03OS41LTE2dC02Ni41LTQzLTEwLTY0cTI2LTU5IDIxNi41LTQ5OVQ4NzkgMTcxcTMxIDYxIDE0MCAyNjYuNVQxMTUwIDY4NXEtMTkgMzktMTI2IDI4MXQtMTM2IDI5NXEtMzggNjktMjAxIDcxdjUwbDUxMy0xdi00N3EtNjAtMi05My41LTI1dC0xMi41LTY5cTMzLTcwIDg3LTE4OS41dDg2LTE4Ny41cTExMCAyMTQgMTczIDM2MyAyNCA1NS0xMCA3OS41dC0xMjkgMjYuNXExIDcgMSAyNXYyNHE2NCAwIDE3MC41LjV0MTgwIDEgOTIuNS41di00OXEtNjItMi0xMTktMzN0LTkwLTgxbC0yMTMtNDQycTEzLTMzIDEyNy41LTI5MFQxNTcyIDIxNGw0NDEgMTAxN3EtMTQgMzgtNDkuNSA2Mi41dC02NSAzMS41LTU1LjUgOHY1MGw0NjAtNCAxLTItMS00NHEtMTM5LTQtMjAxLTE0NVExNTc2LTI4IDE1NDMtMTAzaC00OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU3NyIgdW5pY29kZT0i74mnIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTk0OSA2NDNxMC0yNi0xNi41LTQ1VDg5MSA1NzlxLTI2IDAtNDUgMTYuNVQ4MjcgNjM3cTAgMjYgMTcgNDV0NDIgMTkgNDQtMTYuNSAxOS00MS41em0xNS01OGwzNTAgNTgxcS05LTgtNjcuNS02Mi41VDExMjEgOTg3IDk4NC41IDg2MHQtMTE3LTExMC41VDgxNyA2OThMNDY4IDExOHE3IDcgNjcgNjJ0MTI2IDExNi41IDEzNiAxMjcgMTE3IDExMSA1MCA1MC41em02NDcgNTVxMC0yMDEtMTA0LTM3MS0zIDItMTcgMTF0LTI2LjUgMTYuNS0xNi41IDcuNXEtMTMgMC0xMy0xMyAwLTEwIDU5LTQ0LTc0LTExMi0xODQuNS0xOTAuNVQxMDY3LTU0bC0xNiA2N3EtMSAxMC0xNSAxMC01IDAtOC01LjV0LTItOS41bDE2LTY4cS03Mi0xNS0xNDYtMTUtMTk5IDAtMzcyIDEwNSAxIDIgMTMgMjAuNVQ1NTguNSA4NHQ5LjUgMTlxMCAxMy0xMyAxMy02IDAtMTctMTQuNVQ1MTUuNSA2NyA1MDIgNDRxLTExMyA3NS0xOTIgMTg3LjVUMjAwIDQ3Nmw2OSAxNXExMCAzIDEwIDE1IDAgNS01LjUgOHQtMTAuNSAybC02OC0xNXEtMTQgNzItMTQgMTM5IDAgMjA2IDEwOSAzNzkgMi0xIDE4LjUtMTJ0MzAtMTkgMTcuNS04cTEzIDAgMTMgMTIgMCA2LTEyLjUgMTUuNVQzMjQgMTAyOWwtMjAgMTJxNzcgMTEyIDE4OSAxODl0MjQ0IDEwN2wxNS02N3EyLTEwIDE1LTEwIDUgMCA4IDUuNXQyIDEwLjVsLTE1IDY2cTcxIDEzIDEzNCAxMyAyMDQgMCAzNzktMTA5LTM5LTU2LTM5LTY1IDAtMTMgMTItMTMgMTEgMCA0OCA2NCAxMTEtNzUgMTg3LjUtMTg2VDE1OTEgODA1bC01Ni0xMnEtMTAtMi0xMC0xNiAwLTUgNS41LTh0OS41LTJsNTcgMTNxMTQtNzIgMTQtMTQwem04NSAwcTAgMTYzLTYzLjUgMzExVDE0NjIgMTIwNnQtMjU1IDE3MC41LTMxMSA2My41LTMxMS02My41VDMzMCAxMjA2IDE1OS41IDk1MSA5NiA2NDB0NjMuNS0zMTFUMzMwIDc0IDU4NS05Ni41IDg5Ni0xNjB0MzExIDYzLjVUMTQ2MiA3NHQxNzAuNSAyNTUgNjMuNSAzMTF6bTk2IDBxMC0xODItNzEtMzQ4VDE1MzAgNnQtMjg2LTE5MS0zNDgtNzEtMzQ4IDcxVDI2MiA2IDcxIDI5MiAwIDY0MHQ3MSAzNDggMTkxIDI4NiAyODYgMTkxIDM0OCA3MSAzNDgtNzEgMjg2LTE5MSAxOTEtMjg2IDcxLTM0OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU3OCIgdW5pY29kZT0i74moIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTg5MyAxNTM2cTI0MCAyIDQ1MS0xMjAgMjMyLTEzNCAzNTItMzcybC03NDIgMzlxLTE2MCA5LTI5NC03NC41VDQ3NSA3NzlsLTI3NiA0MjRxMTI4IDE1OSAzMTEgMjQ1LjV0MzgzIDg3LjV6bS03NDctNDA1bDMzNy02NjNxNzItMTQzIDIxMS0yMTd0MjkzLTQ1TDc1Ny0yNDVRNTQ1LTIxMiAzNzItODcuNXQtMjcyLjUgMzE2VDAgNjQwcTAgMjY3IDE0NiA0OTF6bTE1ODYtMTY5cTU4LTE1MCA1OS41LTMxMC41dC00OC41LTMwNi0xNTMtMjcyVDEzNDQtMTM2cS0yMzAtMTMzLTQ5OC0xMTlsNDA1IDYyM3E4OCAxMzEgODIuNSAyOTAuNVQxMjI3IDkzNnptLTgzNi0yMHExMjUgMCAyMTMuNS04OC41VDExOTggNjQwdC04OC41LTIxMy41VDg5NiAzMzh0LTIxMy41IDg4LjVUNTk0IDY0MHQ4OC41IDIxMy41VDg5NiA5NDJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NzkiIHVuaWNvZGU9Iu+JqSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik05MDMtMjU2cS0yODMgMC01MDQuNSAxNTAuNVQ2OSAyOTNRMTEgNDI0IDIgNTk0dDI2IDMzMi41IDExMSAzMTJUMzE4IDE0ODFsLTExLTI4MXExMSAxNCA2OCAxNS41dDcwLTE1LjVxNDIgODEgMTYwLjUgMTM4dDIzNC41IDU5cS01NC00NS0xMTkuNS0xNDguNVQ2NjIgMTA4NXEyNS04IDYyLjUtMTMuNXQ2My03LjUgNjgtNCA1MC41LTNxMTUtNSA5LjUtNDUuNVQ4ODUgOTM2cS01LTctMTYuNS0xOC41VDgxMiA4ODJ0LTEwMS0zNGwxNS0xODktMTM5IDY3cS0xOC00My03LjUtODEuNXQzNi02Ni41IDY1LjUtNDEuNSA4MS02LjVxNTEgOSA5OCAzNC41dDgzLjUgNDVUMTAxNyA2MjdxNjEtNCA4OS41LTMzdDE5LjUtNjVxLTEtMi0yLjUtNS41VDExMTUgNTExdC0xOC0xNS41LTMxLjUtMTAuNS00Ni41LTFxLTYwLTk1LTE0NC41LTEzNS41VDY2NSAzMTlxNzQtNjEgMTYyLjUtODIuNXQxNjguNS02IDE1NC41IDUyIDEyOCA4Ny41IDgwLjUgMTA0cTQzIDkxIDM5IDE5Mi41VDEzNjAuNSA4NTUgMTI4MiA5ODBxODctMzggMTM3LTc5LjV0NzctMTEyLjVxMTUgMTcwLTU3LjUgMzQzVDEyMjkgMTQxNXEyNjUtNzcgNDEyLTI3OS41VDE3OTIgNjE4cTItMTI3LTQwLjUtMjU1VDE2MjggMTI1IDE0MzktNzF0LTI0Ny41LTEzNS41VDkwMy0yNTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81ODAiIHVuaWNvZGU9Iu+JqiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNDkzIDEzMDhxLTE2NSAxMTAtMzU5IDExMC0xNTUgMC0yOTMtNzN0LTI0MC0yMDBxLTc1LTkzLTExOS41LTIxOFQ0MzMgNjYxdi00MnE0LTE0MSA0OC41LTI2NlQ2MDEgMTM1UTcwMyA4IDg0MS02NXQyOTMtNzNxMTk0IDAgMzU5IDExMC0xMjEtMTA4LTI3NC41LTE2OFQ4OTYtMjU2cS0yOSAwLTQzIDEtMTc1IDgtMzMzIDgyVDI0OCAyMCA2NyAzMDEgMCA2NDBxMCAxODIgNzEgMzQ4dDE5MSAyODYgMjg2IDE5MSAzNDggNzFoM3ExNjgtMSAzMjAuNS02MC41VDE0OTMgMTMwOHptMjk5LTY2OHEwLTE5Mi03Ny0zNjIuNVQxNTAyLTE5cS0xMDQtNjMtMjIyLTYzLTEzNyAwLTI1NSA4NCAxNTQgNTYgMjUzLjUgMjMzdDk5LjUgNDA1cTAgMjI3LTk5IDQwNHQtMjUzIDIzNHExMTkgODMgMjU0IDgzIDExOSAwIDIyNi02NSAxMzUtMTI1IDIxMC41LTI5NXQ3NS41LTM2MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU4MSIgdW5pY29kZT0i74mrIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgNTk5cTAtNTYtNy0xMDRINjM0cTAtMTQ2IDEwOS41LTI0NC41VDEwMDEgMTUycTk5IDAgMTg1LjUgNDYuNVQxMzIzIDMyOWg0MjNxLTU2LTE1OS0xNzAuNS0yODFUMTMwOC0xNDAuNSA5ODctMjA3cS0xODcgMC0zNTYgODMtMjI4LTExNi0zOTQtMTE2UTAtMjQwIDAgMjNxMCAxMTUgNDUgMjc1IDE3IDYwIDEwOSAyMjkgMTk5IDM2MCA0NzUgNjA2LTE4NC03OS00MjctMzU0IDYzIDI3NCAyODMuNSA0NDkuNVQ5ODcgMTQwNHEzMCAwIDQ1LTEgMjU1IDExNyA0MzMgMTE3IDY0IDAgMTE2LTEzdDk0LjUtNDAuNSA2Ni41LTc2LjUgMjQtMTE1cTAtMTE2LTc1LTI4NiAxMDEtMTgyIDEwMS0zOTB6bS03MCA2NDBxMCA4My01MyAxMzJ0LTEzNyA0OXEtMTA4IDAtMjU0LTcwIDEyMS00NyAyMjIuNS0xMzEuNVQxNjcxIDEwMjNxNTEgMTM1IDUxIDIxNnpNMTI4IDJxMC04NiA0OC41LTEzMi41VDMxMS0xNzdxMTE1IDAgMjY2IDgzUTQ1NS0yMiAzNjMuNSA4OVQyMjYgMzM0UTEyOCAxMjkgMTI4IDJ6bTUwNCA3MTNoNzI4cS01IDE0Mi0xMTMgMjM3dC0yNTEgOTVxLTE0NCAwLTI1MS41LTk1VDYzMiA3MTV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81ODIiIHVuaWNvZGU9Iu+JrCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNzkyIDI4OHY5NjBxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMjQ4VjI4OHEwLTEzIDkuNS0yMi41VDE2MCAyNTZoMTYwMHExMyAwIDIyLjUgOS41dDkuNSAyMi41em0xMjggOTYwVjI4OHEwLTY2LTQ3LTExM3QtMTEzLTQ3aC03MzZWMGgzNTJxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUg1NDRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgzNTJ2MTI4SDE2MHEtNjYgMC0xMTMgNDdUMCAyODh2OTYwcTAgNjYgNDcgMTEzdDExMyA0N2gxNjAwcTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU4MyIgdW5pY29kZT0i74mtIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEzOCAxNDA4aDE5N3EtNzAtNjQtMTI2LTE0OS0zNi01Ni01OS0xMTV0LTMwLTEyNS41LTguNS0xMjAgMTAuNS0xMzIgMjEtMTI2VDE3MSA1MDRxNC0xOSA2LTI4IDUxLTIzOCA4MS0zMjkgNTctMTcxIDE1Mi0yNzVIMTM4cS00OCAwLTgyIDM0VDIyLTEydjEzMDRxMCA0OCAzNCA4MnQ4MiAzNHptMTIwOCAwaDMwOHE0OCAwIDgyLTM0dDM0LTgyVi0xMnEwLTQ4LTM0LTgydC04Mi0zNGgtMTc4cTIxMiAyMTAgMTk2IDU2NWwtNDY5LTEwMXEtMi00NS0xMi04MnQtMzEtNzItNTkuNS01OS41VDEwMDcgODZxLTEyMy0yNi0xOTkgNDAtMzIgMjctNTMgNjF0LTUxLjUgMTI5VDYzOSA1NzRxLTM1IDE2My00NS41IDI2M1Q1ODggOTc2dDIzIDc3cTIwIDQxIDYyLjUgNzN0MTAyLjUgNDVxNDUgMTIgODMuNSA2LjV0NjctMTcgNTQtMzUgNDMtNDggMzQuNS01Ni41bDQ2OCAxMDBxLTY4IDE3NS0xODAgMjg3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTg0IiB1bmljb2RlPSLvia4iIGQ9Ik0xNDAxLTExbC02LTZxLTExMy0xMTMtMjU5LTE3NS0xNTQtNjQtMzE3LTY0LTE2NSAwLTMxNyA2NC0xNDggNjMtMjU5IDE3NVExMzAgOTUgNjggMjQxIDI2IDM0NCAxNCA0MzBxLTQgMjggNDggMzYgNTEgOCA1Ni0yMCAxLTEgMS00IDE4LTkwIDQ2LTE1OSA1MC0xMjQgMTUyLTIyNiA5OC05OCAyMjYtMTUyIDEzMi01NiAyNzYtNTYgMTQzIDAgMjc2IDU2IDEyOCA1NSAyMjUgMTUybDYgNnExMCAxMCAyNSA2IDEyLTMgMzMtMjIgMzYtMzcgMTctNTh6TTkyOSA2MDRsLTY2LTY2IDYzLTYzcTIxLTIxLTctNDktMTctMTctMzItMTctMTAgMC0xOSAxMGwtNjIgNjEtNjYtNjZxLTUtNS0xNS01LTE1IDAtMzEgMTZsLTIgMnEtMTggMTUtMTggMjkgMCA3IDggMTdsNjYgNjUtNjYgNjZxLTE2IDE2IDE0IDQ1IDE4IDE4IDMxIDE4IDYgMCAxMy01bDY1LTY2IDY1IDY1cTE4IDE3IDQ4LTEzIDI3LTI3IDExLTQ0em00NzEtNTdxMC0xMTgtNDYtMjI4LTQ1LTEwNS0xMjYtMTg2LTgwLTgwLTE4Ny0xMjZUODEzLTM5IDU4NSA3IDM5OCAxMzNxLTgyIDgyLTEyNSAxODYtMTUgMzMtMTUgNDBoLTFxLTkgMjcgNDMgNDQgNTAgMTYgNjAtMTIgMzctOTkgOTctMTY3aDF2MzQxcTMgMTM2IDEwMiAyMzIgMTA1IDEwMyAyNTMgMTAzIDE0NyAwIDI1MS0xMDN0MTA0LTI0OXEwLTE0Ny0xMDQuNS0yNTFUODEzIDE5M3EtNTggMC0xMTIgMTYtMjggMTEtMTMgNjEgMTYgNTEgNDQgNDNsMTQtM3ExNC0zIDMzLTZ0MzAtM3ExMDQgMCAxNzYgNzEuNXQ3MiAxNzQuNXEwIDEwMS03MiAxNzEtNzEgNzEtMTc1IDcxLTEwNyAwLTE3OC04MC02NC03Mi02NC0xNjBWMTM2cTExMC02NyAyNDItNjcgOTYgMCAxODUgMzYuNVQxMTUxIDIwOXQxMDMuNSAxNTUgMzYuNSAxODNxMCAxOTgtMTQxIDMzOS0xNDAgMTQwLTMzOSAxNDAtMjAwIDAtMzQwLTE0MC01My01My03Ny04N2wtMi0ycS04LTExLTEzLTE1LjV0LTIxLjUtOS41LTM4LjUgM3EtMjEgNS0zNi41IDE2LjVUMjY3IDgxOHY2ODBxMCAxNSAxMC41IDI2LjVUMzA1IDE1MzZoODc3cTMwIDAgMzAtNTV0LTMwLTU1SDM3MVY5NDNoMXE0MCA0MiAxMDIgODR0MTA4IDYxcTEwOSA0NiAyMzEgNDYgMTIxIDAgMjI4LTQ2dDE4Ny0xMjZxODEtODEgMTI2LTE4NiA0Ni0xMTIgNDYtMjI5em0tMzEgNTgxcTktOCA5LTE4dC01LjUtMTgtMTYuNS0yMXEtMjYtMjYtMzktMjYtOSAwLTE2IDctMTA2IDkxLTIwNyAxMzMtMTI4IDU2LTI3NiA1Ni0xMzMgMC0yNjItNDktMjctMTAtNDUgMzctOSAyNS04IDM4IDMgMTYgMTYgMjAgMTMwIDU3IDI5OSA1NyAxNjQgMCAzMTYtNjQgMTM3LTU4IDIzNS0xNTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81ODUiIHVuaWNvZGU9Iu+JsCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNTUxIDYwcTE1IDYgMjYgM3QxMS0xNy41LTE1LTMzLjVxLTEzLTE2LTQ0LTQzLjV0LTk1LjUtNjgtMTQxLTc0LTE4OC01OFQ4NzUtMjU2cS0xMTkgMC0yMzggMzF0LTIwOSA3Ni41LTE3Mi41IDEwNFQxMjMgNjAuNSAzOSAxNDhxLTggOS0xMCAxNi41dDEgMTIgOCA3IDExLjUgMlQ2MSAxODFRMjUzIDY0IDM2MSAxNXEzODktMTc2IDc5OS05MCAxOTAgNDAgMzkxIDEzNXptMjA3IDExNXExMS0xNiAyLjUtNjkuNVQxNzMyIDNxLTM0LTgzLTg1LTEyNC0xNy0xNC0yNi05dDAgMjRxMjEgNDUgNDQuNSAxMjEuNXQ2LjUgOTguNXEtNSA3LTE1LjUgMTEuNXQtMjcgNi0yOS41IDIuNS0zNSAwLTMxLjUtMi0zMS0zLTIyLjUtMnEtNi0xLTEzLTEuNXQtMTEtMS04LjUtMS03LS41aC0xMGwtMyAuNS0yIDEuNS0xLjUgM3EtNiAxNiA0NyA0MHQxMDMgMzBxNDYgNyAxMDggMXQ3Ni0yNHptLTM5NCA0NDNxMC0zMSAxMy41LTY0dDMyLTU4IDM3LjUtNDYgMzMtMzJsMTMtMTEtMjI3LTIyNHEtNDAgMzctNzkgNzUuNXQtNTggNTguNWwtMTkgMjBxLTExIDExLTI1IDMzLTM4LTU5LTk3LjUtMTAyLjVUODYwIDIwNHQtMTQwLTIzLTEzNy41IDIxVDQ2NSAyNjcuNXQtODMgMTEzVDM1MSA1NDNxMCA4NCAyOCAxNTR0NzIgMTE2LjUgMTA2LjUgODMgMTIyLjUgNTdUODEwIDk4OHQxMTkuNSAxOC41IDk5LjUgNi41djEyN3EwIDY1LTIxIDk3LTM0IDUzLTEyMSA1My02IDAtMTYuNS0xdC00MC41LTEyLTU2LTI5LjUtNTYtNTkuNS00OC05NmwtMjk0IDI3cTAgNjAgMjIgMTE5dDY3IDExMyAxMDggOTUgMTUxLjUgNjUuNVQ5MTUgMTUzNnExMDAgMCAxODEtMjV0MTI5LjUtNjEuNSA4MS04MyA0NS04NiAxMi41LTczLjVWNjE4em0tNjcyLTIxcTAtODYgNzAtMTMzIDY2LTQ0IDEzOS0yMiA4NCAyNSAxMTQgMTIzIDE0IDQ1IDE0IDEwMXYxNjJxLTU5LTItMTExLTEydC0xMDYuNS0zMy41LTg3LTcxVDY5MiA1OTd6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81ODYiIHVuaWNvZGU9Iu+JsSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNTM2IDEyODBxNTIgMCA5MC0zOHQzOC05MFYtMTI4cTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwLTEyOHYxMjgwcTAgNTIgMzggOTB0OTAgMzhoMTI4djk2cTAgNjYgNDcgMTEzdDExMyA0N2g2NHE2NiAwIDExMy00N3Q0Ny0xMTN2LTk2aDM4NHY5NnEwIDY2IDQ3IDExM3QxMTMgNDdoNjRxNjYgMCAxMTMtNDd0NDctMTEzdi05NmgxMjh6bS0zODQgOTZ2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3YyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzem0tNzY4IDB2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3YyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzek0xNTM2LTEyOFY4OTZIMTI4Vi0xMjhoMTQwOHpNODk2IDQ0OGgyMjRxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUg4OTZWOTZxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjIyNEg1NDRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgyMjR2MjI0cTAgMTQgOSAyM3QyMyA5aDY0cTE0IDAgMjMtOXQ5LTIzVjQ0OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU4NyIgdW5pY29kZT0i74myIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTExNTIgNDE2di02NHEwLTE0LTktMjN0LTIzLTlINTQ0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNTc2cTE0IDAgMjMtOXQ5LTIzek0xMjgtMTI4aDE0MDhWODk2SDEyOFYtMTI4em0zODQgMTIxNnYyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi0yODhxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN6bTc2OCAwdjI4OHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMzg0IDY0Vi0xMjhxMC01Mi0zOC05MHQtOTAtMzhIMTI4cS01MiAwLTkwIDM4VDAtMTI4djEyODBxMCA1MiAzOCA5MHQ5MCAzOGgxMjh2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMzg0djk2cTAgNjYgNDcgMTEzdDExMyA0N2g2NHE2NiAwIDExMy00N3Q0Ny0xMTN2LTk2aDEyOHE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTg4IiB1bmljb2RlPSLvibMiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTExMSAxNTFsLTQ2LTQ2cS05LTktMjItOXQtMjMgOUw4MzIgMjk0IDY0NCAxMDVxLTEwLTktMjMtOXQtMjIgOWwtNDYgNDZxLTkgOS05IDIydDkgMjNsMTg5IDE4OC0xODkgMTg4cS05IDEwLTkgMjN0OSAyMmw0NiA0NnE5IDkgMjIgOXQyMy05bDE4OC0xODggMTg4IDE4OHExMCA5IDIzIDl0MjItOWw0Ni00NnE5LTkgOS0yMnQtOS0yM0w5MjMgMzg0bDE4OC0xODhxOS0xMCA5LTIzdC05LTIyek0xMjgtMTI4aDE0MDhWODk2SDEyOFYtMTI4em0zODQgMTIxNnYyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi0yODhxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN6bTc2OCAwdjI4OHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMzg0IDY0Vi0xMjhxMC01Mi0zOC05MHQtOTAtMzhIMTI4cS01MiAwLTkwIDM4VDAtMTI4djEyODBxMCA1MiAzOCA5MHQ5MCAzOGgxMjh2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMzg0djk2cTAgNjYgNDcgMTEzdDExMyA0N2g2NHE2NiAwIDExMy00N3Q0Ny0xMTN2LTk2aDEyOHE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTg5IiB1bmljb2RlPSLvibQiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTMwMyA1NzJMNzkxIDYwcS0xMC05LTIzLTl0LTIzIDlMNDU3IDM0OHEtOSAxMC05IDIzdDkgMjJsNDYgNDZxOSA5IDIyIDl0MjMtOWwyMjAtMjIwIDQ0NCA0NDRxMTAgOSAyMyA5dDIyLTlsNDYtNDZxOS05IDktMjJ0LTktMjN6TTEyOC0xMjhoMTQwOFY4OTZIMTI4Vi0xMjh6bTM4NCAxMjE2djI4OHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptNzY4IDB2Mjg4cTAgMTQtOSAyM3QtMjMgOWgtNjRxLTE0IDAtMjMtOXQtOS0yM3YtMjg4cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0zODQgNjRWLTEyOHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMC0xMjh2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDEyOHY5NnEwIDY2IDQ3IDExM3QxMTMgNDdoNjRxNjYgMCAxMTMtNDd0NDctMTEzdi05NmgzODR2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMTI4cTUyIDAgOTAtMzh0MzgtOTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81OTAiIHVuaWNvZGU9Iu+JtSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik00NDggMTUzNnEyNiAwIDQ1LTE5dDE5LTQ1VjU4MWw1MzYgNDI5cTE3IDE0IDQwIDE0IDI2IDAgNDUtMTl0MTktNDVWNTgxbDUzNiA0MjlxMTcgMTQgNDAgMTQgMjYgMCA0NS0xOXQxOS00NVYtMTkycTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtMTkydjE2NjRxMCAyNiAxOSA0NXQ0NSAxOWgzODR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81OTEiIHVuaWNvZGU9Iu+JtiIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik01MTIgNDQ4cTY2IDAgMTI4IDE1di02NTVxMC0yNi0xOS00NXQtNDUtMTlINDQ4cS0yNiAwLTQ1IDE5dC0xOSA0NXY2NTVxNjItMTUgMTI4LTE1em0wIDEwODhxMjEyIDAgMzYyLTE1MHQxNTAtMzYyLTE1MC0zNjItMzYyLTE1MC0zNjIgMTUwVDAgMTAyNHQxNTAgMzYyIDM2MiAxNTB6bTAtMjI0cTE0IDAgMjMgOXQ5IDIzLTkgMjMtMjMgOXEtMTQ2IDAtMjQ5LTEwM3QtMTAzLTI0OXEwLTE0IDktMjN0MjMtOSAyMyA5IDkgMjNxMCAxMTkgODQuNSAyMDMuNVQ1MTIgMTMxMnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU5MiIgdW5pY29kZT0i74m3IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3NDUgMTIzOXExMC0xMCAxMC0yM3QtMTAtMjNsLTE0MS0xNDFxLTI4LTI4LTY4LTI4SDE5MnEtMjYgMC00NSAxOXQtMTkgNDV2MjU2cTAgMjYgMTkgNDV0NDUgMTloNTc2djY0cTAgMjYgMTkgNDV0NDUgMTloMTI4cTI2IDAgNDUtMTl0MTktNDV2LTY0aDUxMnE0MCAwIDY4LTI4ek03NjggMzIwaDI1NnYtNTEycTAtMjYtMTktNDV0LTQ1LTE5SDgzMnEtMjYgMC00NSAxOXQtMTkgNDV2NTEyem04MzIgNDQ4cTI2IDAgNDUtMTl0MTktNDVWNDQ4cTAtMjYtMTktNDV0LTQ1LTE5SDI1NnEtNDAgMC02OCAyOEw0NyA1NTNxLTEwIDEwLTEwIDIzdDEwIDIzbDE0MSAxNDFxMjggMjggNjggMjhoNTEydjE5MmgyNTZWNzY4aDU3NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU5MyIgdW5pY29kZT0i74m4IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTIwMjAgMTUyNXEyOC0yMCAyOC01M1Y2NHEwLTIwLTExLTM2dC0yOS0yM2wtNjQwLTI1NnEtMjQtMTEtNDggMEw3MDQtNSA4OC0yNTFxLTEwLTUtMjQtNS0xOSAwLTM2IDExLTI4IDIwLTI4IDUzdjE0MDhxMCAyMCAxMSAzNnQyOSAyM2w2NDAgMjU2cTI0IDExIDQ4IDBsNjE2LTI0NiA2MTYgMjQ2cTMyIDEzIDYwLTZ6TTczNiAxMzkwVjEyMGw1NzYtMjMwdjEyNzB6bS02MDgtMjE3Vi05N2w1NDQgMjE3djEyNzB6TTE5MjAgMTA3djEyNzBsLTU0NC0yMTdWLTExMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU5NCIgdW5pY29kZT0i74m5IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTUxMiAxNTM2cTEzIDAgMjIuNS05LjV0OS41LTIyLjVWMzJxMC0yMC0xNy0yOEw0Ny0yNTJxLTctNC0xNS00LTEzIDAtMjIuNSA5LjVUMC0yMjR2MTQ3MnEwIDIwIDE3IDI4bDQ4MCAyNTZxNyA0IDE1IDR6bTEyNDggMHExMyAwIDIyLjUtOS41dDkuNS0yMi41VjMycTAtMjAtMTctMjhsLTQ4MC0yNTZxLTctNC0xNS00LTEzIDAtMjIuNSA5LjVUMTI0OC0yMjR2MTQ3MnEwIDIwIDE3IDI4bDQ4MCAyNTZxNyA0IDE1IDR6bS0xMTIwIDBxOCAwIDE0LTNsNTEyLTI1NnExOC0xMCAxOC0yOVYtMjI0cTAtMTMtOS41LTIyLjVUMTE1Mi0yNTZxLTggMC0xNCAzTDYyNiAzcS0xOCAxMC0xOCAyOXYxNDcycTAgMTMgOS41IDIyLjV0MjIuNSA5LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81OTUiIHVuaWNvZGU9Iu+JuiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NDAgNjQwcTAgNTMtMzcuNSA5MC41VDUxMiA3Njh0LTkwLjUtMzcuNVQzODQgNjQwdDM3LjUtOTAuNVQ1MTIgNTEydDkwLjUgMzcuNVQ2NDAgNjQwem0zODQgMHEwIDUzLTM3LjUgOTAuNVQ4OTYgNzY4dC05MC41LTM3LjVUNzY4IDY0MHQzNy41LTkwLjVUODk2IDUxMnQ5MC41IDM3LjVUMTAyNCA2NDB6bTM4NCAwcTAgNTMtMzcuNSA5MC41VDEyODAgNzY4dC05MC41LTM3LjVUMTE1MiA2NDB0MzcuNS05MC41VDEyODAgNTEydDkwLjUgMzcuNVQxNDA4IDY0MHptMzg0IDBxMC0xNzQtMTIwLTMyMS41dC0zMjYtMjMzVDg5NiAwUTc4NiAwIDY4NSAxOCA1MTItMTU1IDI1MC0yMTFxLTUyLTEwLTg2LTEzLTEyLTEtMjIgNnQtMTMgMThxLTQgMTUgMjAgMzcgNSA1IDIzLjUgMjEuNVQxOTgtMTE4dDIzLjUgMjUuNSAyNCAzMS41VDI2Ni0yNHQyMCA0OCAxNC41IDU3LjVUMzEzIDE1NFExNjcgMjQ0IDgzLjUgMzcwLjVUMCA2NDBxMCAxNzQgMTIwIDMyMS41dDMyNiAyMzMgNDUwIDg1LjUgNDUwLTg1LjUgMzI2LTIzM1QxNzkyIDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU5NiIgdW5pY29kZT0i74m7IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTY0MCA2NDBxMC01My0zNy41LTkwLjVUNTEyIDUxMnQtOTAuNSAzNy41VDM4NCA2NDB0MzcuNSA5MC41VDUxMiA3Njh0OTAuNS0zNy41VDY0MCA2NDB6bTM4NCAwcTAtNTMtMzcuNS05MC41VDg5NiA1MTJ0LTkwLjUgMzcuNVQ3NjggNjQwdDM3LjUgOTAuNVQ4OTYgNzY4dDkwLjUtMzcuNVQxMDI0IDY0MHptMzg0IDBxMC01My0zNy41LTkwLjVUMTI4MCA1MTJ0LTkwLjUgMzcuNVQxMTUyIDY0MHQzNy41IDkwLjVUMTI4MCA3Njh0OTAuNS0zNy41VDE0MDggNjQwem0tNTEyIDUxMnEtMjA0IDAtMzgxLjUtNjkuNVQyMzIuNSA4OTUgMTI4IDY0MHEwLTExMiA3MS41LTIxMy41VDQwMSAyNTFsODctNTAtMjctOTZxLTI0LTkxLTcwLTE3MlE1NDMtNCA2NjYgMTA0bDQzIDM4IDU3LTZxNjktOCAxMzAtOCAyMDQgMCAzODEuNSA2OS41dDI4MiAxODcuNVQxNjY0IDY0MHQtMTA0LjUgMjU1LTI4MiAxODcuNVQ4OTYgMTE1MnptODk2LTUxMnEwLTE3NC0xMjAtMzIxLjV0LTMyNi0yMzNUODk2IDBxLTcwIDAtMTQ1IDgtMTk4LTE3NS00NjAtMjQyLTQ5LTE0LTExNC0yMmgtNXEtMTUgMC0yNyAxMC41VDEyOS0yMTh2MXEtMyA0LS41IDEydDIgMTAgNC41IDkuNWw2IDkgNyA4LjUgOCA5cTcgOCAzMSAzNC41dDM0LjUgMzggMzEgMzkuNVQyODUgNHQyNyA1OSAyNiA3NlExODEgMjI4IDkwLjUgMzU5VDAgNjQwcTAgMTMwIDcxIDI0OC41VDI2MiAxMDkzdDI4NiAxMzYuNSAzNDggNTAuNSAzNDgtNTAuNSAyODYtMTM2LjUgMTkxLTIwNC41IDcxLTI0OC41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTk3IiB1bmljb2RlPSLvibwiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNNTEyIDM0NWw1MTIgMjk1VjQ5TDUxMi0yNDd2NTkyek0wIDY0MFY0OWw1MTIgMjk2em01MTIgODg3VjkzNkwwIDY0MHY1OTF6bTAtNTkxbDUxMiAyOTVWNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTk4IiB1bmljb2RlPSLvib0iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTcwOSAxMDE4cS0xMC0yMzYtMzMyLTY1MVExMDQ0LTY0IDgxNS02NHEtMTQyIDAtMjQwIDI2My00NCAxNjAtMTMyIDQ4Mi03MiAyNjItMTU3IDI2Mi0xOCAwLTEyNy03NmwtNzcgOThxMjQgMjEgMTA4IDk2LjVUMzIwIDExNzdxMTU2IDEzOCAyNDEgMTQ2IDk1IDkgMTUzLTU1LjV0ODEtMjAzLjVxNDQtMjg3IDY2LTM3MyA1NS0yNDkgMTIwLTI0OSA1MSAwIDE1NCAxNjEgMTAxIDE2MSAxMDkgMjQ2IDEzIDEzOS0xMDkgMTM5LTU3IDAtMTIxLTI2IDEyMCAzOTMgNDU5IDM4MiAyNTEtOCAyMzYtMzI2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMjdlIiB1bmljb2RlPSLvib4iIGQ9Ik0wIDE0MDhoMTUzNlYtMTI4SDB2MTUzNnpNMTA4NSAyOTNMODY0IDkyNGwyMjEgMjk3SDQ1MWwyMjEtMjk3LTIyMS02MzFMNzY4LTExeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMjgwIiB1bmljb2RlPSLvioAiIGQ9Ik0wIDE0MDhoMTUzNlYtMTI4SDB2MTUzNnptOTA4LTMyMGwtMTItMzMgNzUtODMtMzEtMTE0IDI1LTI1IDEwNyA1NyAxMDctNTcgMjUgMjUtMzEgMTE0IDc1IDgzLTEyIDMzaC05NWwtNTMgOTZoLTMybC01My05NmgtOTV6TTY0MSA5MjVxMzIgMCA0NC41LTE2dDExLjUtNjNsMTc0IDIxcTAgNTUtMTcuNSA5Mi41dC01MC41IDU2LTY5IDI1LjUtODUgN3EtMTMzIDAtMTk5LTU3LjVUMzg0IDgwOHYtNzJoLTk2VjYwOGg3NnEyMCAwIDIwLThWMjE4cTAtMTQtNS0yMHQtMTgtN2wtNzMtN1Y5Nmg0NDh2ODZsLTE0OSAxNHEtNiAxLTguNSAxLjVUNTc1IDIwMHQtLjUgNCAxIDcgLjUgMTB2Mzg3aDE5MWwzOCAxMjhINTc0cS02IDAtMiA2dDQgOXY4MHEwIDI3IDEuNSA0MC41dDcuNSAyOCAxOS41IDIwVDY0MSA5MjV6bTYwNy04Mjl2ODZsLTU0IDlxLTcgMS05LjUgMi41dC0yLjUgMyAxIDcuNSAxIDEydjUyMEg5MDlsLTIzLTEwMSA4My0yMnEyMy03IDIzLTI3VjIxNnEwLTE0LTYtMTguNXQtMjAtNi41bC03MC05Vjk2aDM1MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjI4MSIgdW5pY29kZT0i74qBIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgNjkwcTAtNTgtMjkuNS0xMDUuNVQxNjgzIDUxMnExMi00NiAxMi05NiAwLTE1NS0xMDYuNS0yODdUMTI5OC03OS41IDg5OC0xNTYgNDk4LjUtNzkuNSAyMDguNSAxMjkgMTAyIDQxNnEwIDQ3IDExIDk0LTUxIDI1LTgyIDczLjVUMCA2OTBxMCA4MiA1OCAxNDAuNVQxOTkgODg5cTg1IDAgMTQ1LTYzIDIxOCAxNTIgNTE1IDE2MmwxMTYgNTIxcTMgMTMgMTUgMjF0MjYgNWwzNjktODFxMTggMzcgNTQgNTkuNXQ3OSAyMi41cTYyIDAgMTA2LTQzLjV0NDQtMTA1LjUtNDQtMTA2LTEwNi00NC0xMDUuNSA0My41VDEzNjkgMTM4NmwtMzM0IDc0LTEwNC00NzJxMzAwLTkgNTE5LTE2MCA1OCA2MSAxNDMgNjEgODMgMCAxNDEtNTguNXQ1OC0xNDAuNXpNNDE4IDQ5MXEwLTYyIDQzLjUtMTA2VDU2NyAzNDF0MTA2IDQ0IDQ0IDEwNi00NCAxMDUuNVQ1NjcgNjQwcS02MSAwLTEwNS00NHQtNDQtMTA1em04MTAtMzU1cTExIDExIDExIDI2dC0xMSAyNnEtMTAgMTAtMjUgMTB0LTI2LTEwcS00MS00Mi0xMjEtNjJ0LTE2MC0yMC0xNjAgMjAtMTIxIDYycS0xMSAxMC0yNiAxMHQtMjUtMTBxLTExLTEwLTExLTI1LjV0MTEtMjYuNXE0My00MyAxMTguNS02OFQ4MDUgMzguNXQ5MS00LjUgOTEgNC41VDExMDkuNSA2OHQxMTguNSA2OHptLTMgMjA1cTYyIDAgMTA1LjUgNDR0NDMuNSAxMDZxMCA2MS00NCAxMDV0LTEwNSA0NHEtNjIgMC0xMDYtNDMuNVQxMDc1IDQ5MXQ0NC0xMDYgMTA2LTQ0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjAyIiB1bmljb2RlPSLvioIiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjkgNzQxaDFxMTYgMTI2IDU4LjUgMjQxLjV0MTE1IDIxNyAxNjcuNSAxNzZUNjM0LjUgMTQ5M3QyNzYuNSA0M3EyMzEgMCA0MTQtMTA1LjV0Mjk0LTMwMy41cTEwNC0xODcgMTA0LTQ0MlY0OTdINTk4cTEtMTExIDUzLjUtMTkyLjVUNzg4IDE4MnQxODkuNS01NyAyMTMtMyAyMDggNDYuNVQxNTcyIDI1M3YtMzc3cS05Mi01NS0yMjkuNS05MlQxMDMwLTI1NHQtMzE2IDUzUTUyNS0xMjggNDAyLjUgNDhUMjc4IDQyMHEtMyAyNDIgMTExIDQxMnQzMjUgMjY4cS00OC02MC03OC0xMjUuNVQ1OTAgODE1aDYzNXE4IDc3LTggMTQwdC00NyAxMDEuNS03MC41IDY2LjUtODAuNSA0MS03NSAyMC41LTU2IDguNWwtMjIgMXEtMTM1LTUtMjU5LjUtNDQuNVQzODMgMTA0NSAyMDcgOTA0LjUgNjkgNzQxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjAzIiB1bmljb2RlPSLvioMiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMCAzMnY2MDhoMjMwNFYzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMCAzMnptNjQwIDIyNFYxMjhoMzg0djEyOEg2NDB6bS0zODQgMFYxMjhoMjU2djEyOEgyNTZ6bTE4ODggMTE1MnE2NiAwIDExMy00N3Q0Ny0xMTN2LTIyNEgwdjIyNHEwIDY2IDQ3IDExM3QxMTMgNDdoMTk4NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYwNCIgdW5pY29kZT0i74qEIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE1ODQgMjQ2bC0yMTggMTExcS03NC0xMjAtMTk2LjUtMTg5VDkwNiA5OXEtMTQ3IDAtMjcxIDcyVDQzOSAzNjd0LTcyIDI3MHEwIDExMCA0Mi41IDIwOS41dDExNSAxNzIgMTcyIDExNVQ5MDYgMTE3NnExMzEgMCAyNDcuNS02MC41VDEzNDYgOTQ3bDIxNSAxMjVxLTExMCAxNjktMjg2LjUgMjY1VDg5NiAxNDMzcS0xNjEgMC0zMDgtNjN0LTI1My0xNjktMTY5LTI1My02My0zMDggNjMtMzA4VDMzNSA3OSA1ODgtOTB0MzA4LTYzcTIxMyAwIDM5Ny41IDEwN1QxNTg0IDI0NnptLTU1NCAzOTdsNjkzLTM1MnEtMTE2LTI1My0zMzQuNS00MDBUODk2LTI1NnEtMTgyIDAtMzQ4IDcxVDI2MiA2IDcxIDI5MiAwIDY0MHQ3MSAzNDggMTkxIDI4NiAyODYgMTkxIDM0OCA3MXEyNjAgMCA0NzAuNS0xMzMuNVQxNzAyIDEwMzZ6bTUxMy0zaC0zOVY0ODBoLTk2djM1MmgxMzZxMzIgMCA1NC41LTIwdDI4LjUtNDggMS01Ni0yNy41LTQ4LTU3LjUtMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyODUiIHVuaWNvZGU9Iu+KhSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNDI3IDgyN2wtNjE0IDM4NiA5MiAxNTFoODU1ek00MDUgNTYyTDIyMSA2Nzh2ODU4bDExODMtNzQzem0xMDE5IDEzNWwxNDctOTV2LTg1OEwxMDM5IDc5em0tMzcgMjFMODg3LTg0SDMybDM1NiA1NzF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyODYiIHVuaWNvZGU9Iu+KhiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NDAgNTI4djIyNHEwIDE2LTE2IDE2aC05NnEtMTYgMC0xNi0xNlY1MjhxMC0xNiAxNi0xNmg5NnExNiAwIDE2IDE2em01MTIgMHYyMjRxMCAxNi0xNiAxNmgtOTZxLTE2IDAtMTYtMTZWNTI4cTAtMTYgMTYtMTZoOTZxMTYgMCAxNiAxNnptNTEyLTMydi03NTJoLTY0MFY2NHEwIDgwLTU2IDEzNnQtMTM2IDU2LTEzNi01Ni01Ni0xMzZ2LTMyMEgwdjc1MnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZWMzg0aDEyOHY2MjRxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2Vjg5NmgxMjh2MTEycTAgMTYgMTYgMTZoOTZxMTYgMCAxNi0xNlY4OTZoMTI4djExMnEwIDYgMi41IDkuNXQ4LjUgNSA5LjUgMiAxMS41IDAgOS0uNXYzOTFxLTMyIDE1LTMyIDUwIDAgMjMgMTYuNSAzOXQzOC41IDE2IDM4LjUtMTYgMTYuNS0zOXEwLTM1LTMyLTUwdi0xN3E0NSAxMCA4MyAxMCAyMSAwIDU5LjUtNy41dDU0LjUtNy41cTE3IDAgNDcgNy41dDM3IDcuNXExNiAwIDE2LTE2di0yMTBxMC0xNS0zNS0yMS41dC02Mi02LjVxLTE4IDAtNTQuNSA3LjVUOTQ1IDExNjlxLTQwIDAtOTAtMTJ2LTEzM3ExIDAgOSAuNXQxMS41IDAgOS41LTIgOC41LTUgMi41LTkuNVY4OTZoMTI4djExMnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZWODk2aDEyOHYxMTJxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2VjM4NGgxMjh2MTEycTAgMTYgMTYgMTZoOTZxMTYgMCAxNi0xNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYwNyIgdW5pY29kZT0i74qHIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTIyODggNzMxcTE2LTggMTYtMjd0LTE2LTI3bC0zMjAtMTkycS04LTUtMTYtNS05IDAtMTYgNC0xNiAxMC0xNiAyOHYxMjhoLTg1OHEzNy01OCA4My0xNjUgMTYtMzcgMjQuNS01NXQyNC00OSAyNy00NyAyNy0zNCAzMS41LTI2IDMzLThoOTZ2OTZxMCAxNCA5IDIzdDIzIDloMzIwcTE0IDAgMjMtOXQ5LTIzVjMycTAtMTQtOS0yM3QtMjMtOWgtMzIwcS0xNCAwLTIzIDl0LTkgMjN2OTZoLTk2cS0zMiAwLTYxIDEwdC01MSAyMy41LTQ1IDQwLjUtMzcgNDYtMzMuNSA1Ny0yOC41IDU3LjUtMjggNjAuNXEtMjMgNTMtMzcgODEuNXQtMzYgNjUtNDQuNSA1My41LTQ2LjUgMTdINTA0cS0yMi04NC05MS0xMzh0LTE1Ny01NHEtMTA2IDAtMTgxIDc1VDAgNzA0dDc1IDE4MSAxODEgNzVxODggMCAxNTctNTR0OTEtMTM4aDEwNHEyNCAwIDQ2LjUgMTd0NDQuNSA1My41IDM2IDY1IDM3IDgxLjVxMTkgNDEgMjggNjAuNXQyOC41IDU3LjUgMzMuNSA1NyAzNyA0NiA0NSA0MC41IDUxIDIzLjUgNjEgMTBoMTA3cTIxIDU3IDcwIDkyLjV0MTExIDM1LjVxODAgMCAxMzYtNTZ0NTYtMTM2LTU2LTEzNi0xMzYtNTZxLTYyIDAtMTExIDM1LjV0LTcwIDkyLjVoLTEwN3EtMTcgMC0zMy04dC0zMS41LTI2LTI3LTM0LTI3LTQ3LTI0LTQ5LTI0LjUtNTVxLTQ2LTEwNy04My0xNjVoMTExNHYxMjhxMCAxOCAxNiAyOHQzMi0xeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjA4IiB1bmljb2RlPSLviogiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTE1MCA3NzRxMC01Ni0zOS41LTk1dC05NS41LTM5SDc2MnYyNjloMjUzcTU2IDAgOTUuNS0zOS41VDExNTAgNzc0em0xNzkgMHEwIDEzMC05MS41IDIyMnQtMjIyLjUgOTJINTgyVjE5MmgxODB2MjY5aDI1M3ExMzAgMCAyMjIgOTEuNXQ5MiAyMjEuNXptNDYzLTEzNHEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjA5IiB1bmljb2RlPSLviokiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMTY0NSA0MzhxMCA1OS0zNCAxMDYuNXQtODcgNjguNXEtNy00NS0yMy05Mi03LTI0LTI3LjUtMzh0LTQ0LjUtMTRxLTEyIDAtMjQgMy0zMSAxMC00NSAzOC41dC00IDU4LjVxMjMgNzEgMjMgMTQzIDAgMTIzLTYxIDIyNy41VDExNTIgMTEwNXQtMjI4IDYxcS0xMzQgMC0yNDctNzNUNTEwIDg5OXExMDgtMjggMTg4LTEwNiAyMi0yMyAyMi01NXQtMjItNTQtNTQtMjItNTUgMjJxLTc1IDc1LTE4MCA3NS0xMDYgMC0xODEtNzQuNVQxNTMgNTA0dDc1LTE4MC41VDQwOSAyNDloMTA0NnE3OSAwIDEzNC41IDU1LjVUMTY0NSA0Mzh6bTE1MyAwcTAtMTQyLTEwMC41LTI0MlQxNDU1IDk2SDQwOXEtMTY5IDAtMjg5IDExOS41VDAgNTA0cTAgMTUzIDEwMCAyNjd0MjQ5IDEzNnE2MiAxODQgMjIxIDI5OHQzNTQgMTE0cTIzNSAwIDQwOC41LTE1OC41VDE1MjkgNzcxcTExNi0yNSAxOTIuNS0xMTguNVQxNzk4IDQzOHptMjUwIDBxMC0xNzUtOTctMzE5LTIzLTMzLTY0LTMzLTI0IDAtNDMgMTMtMjYgMTctMzIgNDguNXQxMiA1Ny41cTcxIDEwNCA3MSAyMzN0LTcxIDIzM3EtMTggMjYtMTIgNTd0MzIgNDkgNTcuNSAxMS41VDE5NTEgNzU2cTk3LTE0MiA5Ny0zMTh6bTI1NiAwcTAtMjQ0LTEzNC00NDMtMjMtMzQtNjQtMzQtMjMgMC00MiAxMy0yNiAxOC0zMi41IDQ5dDExLjUgNTdxMTA4IDE2NCAxMDggMzU4IDAgMTk1LTEwOCAzNTctMTggMjYtMTEuNSA1Ny41VDIwNjQgOTAxcTI2IDE4IDU3IDEydDQ5LTMzcTEzNC0xOTggMTM0LTQ0MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxMCIgdW5pY29kZT0i74qKIiBkPSJNMTUwMC0xM3EwLTg5LTYzLTE1Mi41VDEyODQtMjI5dC0xNTMuNSA2My41VDEwNjctMTNxMCA5MCA2My41IDE1My41VDEyODQgMjA0dDE1My02My41VDE1MDAtMTN6bS0yMzMgMjgxcS0xMTUtMTUtMTkyLjUtMTAyLjVUOTk3LTQwcTAtNzQgMzMtMTM4LTE0Ni03OC0zNzktNzgtMTA5IDAtMjAxIDIxdC0xNTMuNSA1NC41VDE4Ni0xMDR0LTc2IDg1LTQ0LjUgODNUNDIgMTMwLjUgMzYgMTcwcTAgMTkgNC41IDQyLjV0MTguNSA1NiAzNi41IDU4IDY0IDQzLjUgOTQuNSAxOCA5NC0xNy41IDYzLTQxIDM1LjUtNTMgMTcuNS00OSA0LTMzLjVxMC0zNC0yMy04MSAyOC0yNyA4Mi00MnQ5My0xN2w0MC0xcTExNSAwIDE5MCA1MXQ3NSAxMzNxMCAyNi05IDQ4LjVUODg0LjUgMzMwIDgzNSAzNzF0LTc0IDQ0LTkzLjUgNDcuNVQ1NDggNTE5cS0yOCAxMy00MyAyMC0xMTYgNTUtMTg3IDEwMFQxOTUuNSA3NDF0LTcyIDEyNS41VDEwMyAxMDI5cTAgNzggMjAuNSAxNTB0NjYgMTM3LjUgMTEyLjUgMTE0IDE2Ni41IDc3VDY5MCAxNTM2cTEyMCAwIDIyMC0yNnQxNjQuNS02NyAxMDkuNS05NCA2NC0xMDUuNSAxOS0xMDMuNXEwLTQ2LTE1LTgyLjV0LTM2LjUtNTgtNDguNS0zNi00OS0xOS41LTM5LTVoLTQwbC0zOSA1LTQ0IDE0LTQxIDI4LTM3IDQ2LTI0IDcwLjUtMTAgOTcuNXEtMTUgMTYtNTkgMjUuNXQtODEgMTAuNWwtMzcgMXEtNjggMC0xMTcuNS0zMXQtNzAuNS03MC0yMS03NnEwLTI0IDUtNDN0MjQtNDYgNTMtNTEgOTctNTMuNVQ3ODcgODA4cTc2LTI1IDEzOC41LTUzLjV0MTA5LTU1LjUgODMtNTkgNjAuNS01OS41IDQxLTYyLjUgMjYuNS02MiAxNC41LTYzLjUgNi02MiAxLTYyLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MTEiIHVuaWNvZGU9Iu+KiyIgZD0iTTcwNCAzNTJ2NTc2cTAgMTQtOSAyM3QtMjMgOUg0MTZxLTE0IDAtMjMtOXQtOS0yM1YzNTJxMC0xNCA5LTIzdDIzLTloMjU2cTE0IDAgMjMgOXQ5IDIzem00NDggMHY1NzZxMCAxNC05IDIzdC0yMyA5SDg2NHEtMTQgMC0yMy05dC05LTIzVjM1MnEwLTE0IDktMjN0MjMtOWgyNTZxMTQgMCAyMyA5dDkgMjN6bTM4NCAyODhxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MTIiIHVuaWNvZGU9Iu+KjCIgZD0iTTc2OCAxNDA4cTIwOSAwIDM4NS41LTEwM3QyNzkuNS0yNzkuNVQxNTM2IDY0MHQtMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHptMC0xMzEycTE0OCAwIDI3MyA3M3QxOTggMTk4IDczIDI3My03MyAyNzMtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03M3ptOTYgMjI0cS0xNCAwLTIzIDl0LTkgMjN2NTc2cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM1YzNTJxMC0xNC05LTIzdC0yMy05SDg2NHptLTM4NCAwcS0xNCAwLTIzIDl0LTkgMjN2NTc2cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM1YzNTJxMC0xNC05LTIzdC0yMy05SDQ4MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxMyIgdW5pY29kZT0i74qNIiBkPSJNMTA4OCAzNTJ2NTc2cTAgMTQtOSAyM3QtMjMgOUg0ODBxLTE0IDAtMjMtOXQtOS0yM1YzNTJxMC0xNCA5LTIzdDIzLTloNTc2cTE0IDAgMjMgOXQ5IDIzem00NDggMjg4cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjE0IiB1bmljb2RlPSLvio4iIGQ9Ik03NjggMTQwOHEyMDkgMCAzODUuNS0xMDN0Mjc5LjUtMjc5LjVUMTUzNiA2NDB0LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh6bTAtMTMxMnExNDggMCAyNzMgNzN0MTk4IDE5OCA3MyAyNzMtNzMgMjczLTE5OCAxOTgtMjczIDczLTI3My03My0xOTgtMTk4LTczLTI3MyA3My0yNzMgMTk4LTE5OCAyNzMtNzN6TTQ4MCAzMjBxLTE0IDAtMjMgOXQtOSAyM3Y1NzZxMCAxNCA5IDIzdDIzIDloNTc2cTE0IDAgMjMtOXQ5LTIzVjM1MnEwLTE0LTktMjN0LTIzLTlINDgweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjE1IiB1bmljb2RlPSLvipAiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc1NyAxMjhsMzUtMzEzcTMtMjgtMTYtNTAtMTktMjEtNDgtMjFINjRxLTI5IDAtNDggMjEtMTkgMjItMTYgNTBsMzUgMzEzaDE3MjJ6bS05MyA4MzlsODYtNzc1SDQybDg2IDc3NXEzIDI0IDIxIDQwLjV0NDMgMTYuNWgyNTZWODk2cTAtNTMgMzcuNS05MC41VDU3NiA3Njh0OTAuNSAzNy41VDcwNCA4OTZ2MTI4aDM4NFY4OTZxMC01MyAzNy41LTkwLjVUMTIxNiA3Njh0OTAuNSAzNy41VDEzNDQgODk2djEyOGgyNTZxMjUgMCA0My0xNi41dDIxLTQwLjV6bS0zODQgMTg1Vjg5NnEwLTI2LTE5LTQ1dC00NS0xOS00NSAxOS0xOSA0NXYyNTZxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MVY4OTZxMC0yNi0xOS00NXQtNDUtMTktNDUgMTktMTkgNDV2MjU2cTAgMTU5IDExMi41IDI3MS41VDg5NiAxNTM2dDI3MS41LTExMi41VDEyODAgMTE1MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxNiIgdW5pY29kZT0i74qRIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTE5MjAgNzY4cTUzIDAgOTAuNS0zNy41VDIwNDggNjQwdC0zNy41LTkwLjVUMTkyMCA1MTJoLTE1bC0xMTUtNjYycS04LTQ2LTQ0LTc2dC04Mi0zMEgzODRxLTQ2IDAtODIgMzB0LTQ0IDc2TDE0MyA1MTJoLTE1cS01MyAwLTkwLjUgMzcuNVQwIDY0MHQzNy41IDkwLjVUMTI4IDc2OGgxNzkyek00ODUtMzJxMjYgMiA0My41IDIyLjVUNTQ0IDM3bC0zMiA0MTZxLTIgMjYtMjIuNSA0My41VDQ0MyA1MTJ0LTQzLjUtMjIuNVQzODQgNDQzbDMyLTQxNnEyLTI1IDIwLjUtNDJUNDgwLTMyaDV6bTQxMSA2NHY0MTZxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDVWMzJxMC0yNiAxOS00NXQ0NS0xOSA0NSAxOSAxOSA0NXptMzg0IDB2NDE2cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1VjMycTAtMjYgMTktNDV0NDUtMTkgNDUgMTkgMTkgNDV6bTM1Mi01bDMyIDQxNnEyIDI2LTE1LjUgNDYuNVQxNjA1IDUxMnQtNDYuNS0xNS41VDE1MzYgNDUzbC0zMi00MTZxLTItMjYgMTUuNS00Ni41VDE1NjMtMzJoNXEyNSAwIDQzLjUgMTd0MjAuNSA0MnpNNDc2IDEyNDRsLTkzLTQxMkgyNTFsMTAxIDQ0MXExOSA4OCA4OSAxNDMuNXQxNjAgNTUuNWgxNjdxMCAyNiAxOSA0NXQ0NSAxOWgzODRxMjYgMCA0NS0xOXQxOS00NWgxNjdxOTAgMCAxNjAtNTUuNXQ4OS0xNDMuNWwxMDEtNDQxaC0xMzJsLTkzIDQxMnEtMTEgNDQtNDUuNSA3MnQtNzkuNSAyOGgtMTY3cTAtMjYtMTktNDV0LTQ1LTE5SDgzMnEtMjYgMC00NSAxOXQtMTkgNDVINjAxcS00NSAwLTc5LjUtMjh0LTQ1LjUtNzJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MTciIHVuaWNvZGU9Iu+KkiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik05OTEgNTEybDY0IDI1Nkg4MDFsLTY0LTI1NmgyNTR6bTc2OCA1MDRsLTU2LTIyNHEtNy0yNC0zMS0yNGgtMzI3bC02NC0yNTZoMzExcTE1IDAgMjUtMTIgMTAtMTQgNi0yOGwtNTYtMjI0cS01LTI0LTMxLTI0aC0zMjdsLTgxLTMyOHEtNy0yNC0zMS0yNEg4NzNxLTE2IDAtMjYgMTItOSAxMi02IDI4bDc4IDMxMkg2NjVsLTgxLTMyOHEtNy0yNC0zMS0yNEgzMjhxLTE1IDAtMjUgMTItOSAxMi02IDI4bDc4IDMxMkg2NHEtMTUgMC0yNSAxMi05IDEyLTYgMjhsNTYgMjI0cTcgMjQgMzEgMjRoMzI3bDY0IDI1NkgyMDBxLTE1IDAtMjUgMTItMTAgMTQtNiAyOGw1NiAyMjRxNSAyNCAzMSAyNGgzMjdsODEgMzI4cTcgMjQgMzIgMjRoMjI0cTE1IDAgMjUtMTIgOS0xMiA2LTI4bC03OC0zMTJoMjU0bDgxIDMyOHE3IDI0IDMyIDI0aDIyNHExNSAwIDI1LTEyIDktMTIgNi0yOGwtNzgtMzEyaDMxMXExNSAwIDI1LTEyIDktMTIgNi0yOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxOCIgdW5pY29kZT0i74qTIiBkPSJNODQxIDQ4M2wxNDgtMTQ4LTE0OS0xNDl6bS0xIDYxMWwxNDktMTQ5LTE0OC0xNDh6TTcxMC0xMzBsNDY0IDQ2NC0zMDYgMzA2IDMwNiAzMDYtNDY0IDQ2NFY3OTlsLTI1NSAyNTUtOTMtOTMgMzIwLTMyMS0zMjAtMzIxIDkzLTkzIDI1NSAyNTV2LTYxMXptNzE5IDc3MHEwLTIwOS0zMi0zNjUuNXQtODcuNS0yNTdUMTE2OS0xNDV0LTE4MS41LTg2LjVUNzY4LTI1NnQtMjE5LjUgMjQuNVQzNjctMTQ1IDIyNi41IDE3LjV0LTg3LjUgMjU3VDEwNyA2NDB0MzIgMzY1LjUgODcuNSAyNTdUMzY3IDE0MjV0MTgxLjUgODYuNVQ3NjggMTUzNnQyMTkuNS0yNC41VDExNjkgMTQyNXQxNDAuNS0xNjIuNSA4Ny41LTI1NyAzMi0zNjUuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxOSIgdW5pY29kZT0i74qUIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTU5NiAxMTNsMTczIDE3Mi0xNzMgMTcyVjExM3ptMCA3MTBsMTczIDE3Mi0xNzMgMTcyVjgyM3ptMzItMTgzbDM1Ni0zNTYtNTM5LTU0MHY3MTFMMTQ4IDE1OSA0MCAyNjdsMzcyIDM3My0zNzIgMzczIDEwOCAxMDggMjk3LTI5NnY3MTFsNTM5LTU0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyMCIgdW5pY29kZT0i74qVIiBkPSJNMTI4MCAyNTZxMCA1Mi0zOCA5MHQtOTAgMzgtOTAtMzgtMzgtOTAgMzgtOTAgOTAtMzggOTAgMzggMzggOTB6bS03NjggNzY4cTAgNTItMzggOTB0LTkwIDM4LTkwLTM4LTM4LTkwIDM4LTkwIDkwLTM4IDkwIDM4IDM4IDkwem0xMDI0LTc2OHEwLTE1OS0xMTIuNS0yNzEuNVQxMTUyLTEyOCA4ODAuNS0xNS41IDc2OCAyNTZ0MTEyLjUgMjcxLjVUMTE1MiA2NDB0MjcxLjUtMTEyLjVUMTUzNiAyNTZ6bS05NiAxMDg4cTAtMjAtMTMtMzhMMzcxLTEwMnEtMTktMjYtNTEtMjZIMTYwcS0yNiAwLTQ1IDE5VDk2LTY0cTAgMjAgMTMgMzhsMTA1NiAxNDA4cTE5IDI2IDUxIDI2aDE2MHEyNiAwIDQ1LTE5dDE5LTQ1em0tNjcyLTMyMHEwLTE1OS0xMTIuNS0yNzEuNVQzODQgNjQwIDExMi41IDc1Mi41IDAgMTAyNHQxMTIuNSAyNzEuNVQzODQgMTQwOHQyNzEuNS0xMTIuNVQ3NjggMTAyNHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyMSIgdW5pY29kZT0i74qWIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEwNCA4MzBMODk2LTE4NSAyOCA0NDVxLTE4IDEzLTI1IDM0LjVUMyA1MjJsMTAxIDMwOHptNDYyIDBoNjYwTDg5Ni0xODV6bS0xOTggNjEybDE5OC02MTJIMTA0bDE5OCA2MTJxOCAyMyAzMyAyM3QzMy0yM3ptMTMyMC02MTJsMTAxLTMwOHE3LTIxIDAtNDIuNXQtMjUtMzQuNUw4OTYtMTg1bDc5MiAxMDE1em0wIDBoLTQ2MmwxOTggNjEycTggMjMgMzMgMjN0MzMtMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MjIiIHVuaWNvZGU9Iu+KlyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zODQgNzA0aDE2MHYyMjRIMzg0VjcwNHptODM3LTMzMnY5MnEtMTA0LTM2LTI0My0zOC0xMzUtMS0yNTkuNSA0Ni41VDQ5OCA1OTVsMS05NnE4OC04MCAyMTItMTI4LjVUOTgzIDMyM3ExMjkgMCAyMzggNDl6TTY0MCA3MDRoNjQwdjIyNEg2NDBWNzA0em0xMTUyIDMycTAtMTg3LTk5LTM1MiA4OS0xMDIgODktMjI5IDAtMTU3LTEyOS41LTI2OFQxMzM5LTIyNHEtMTIyIDAtMjI1IDUyLjVUOTUzLTMxcS0xOS0xLTU3LTF0LTU3IDFxLTU4LTg4LTE2MS0xNDAuNVQ0NTMtMjI0cS0xODQgMC0zMTMuNSAxMTFUMTAgMTU1cTAgMTI3IDg5IDIyOVEwIDU0OSAwIDczNnEwIDIwOSAxMjAgMzg1LjVUNDQ2LjUgMTQwMSA4OTYgMTUwNHQ0NDkuNS0xMDMgMzI2LjUtMjc5LjVUMTc5MiA3MzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MjMiIHVuaWNvZGU9Iu+KmCIgZD0iTTUxNSA2MjVWNDk3SDI2M3YxMjhoMjUyem0wIDI1NVY3NTNIMjYzdjEyN2gyNTJ6bTc1OC01MTFWMjQxSDkzMnYxMjhoMzQxem0wIDI1NlY0OTdINjAxdjEyOGg2NzJ6bTAgMjU1Vjc1M0g2MDF2MTI3aDY3MnptMTM1LTg2MHYxMjQwcTAgOC02IDE0dC0xNCA2aC0zMmwtMzc4LTI1Ni0yMTAgMTcxLTIxMC0xNzEtMzc4IDI1NmgtMzJxLTggMC0xNC02dC02LTE0VjIwcTAtOCA2LTE0dDE0LTZoMTI0MHE4IDAgMTQgNnQ2IDE0ek01NTMgMTEzMGwxODUgMTUwSDMzMnptNDMwIDBsMjIxIDE1MEg3OTh6bTU1MyAxMzBWMjBxMC02Mi00My0xMDV0LTEwNS00M0gxNDhxLTYyIDAtMTA1IDQzVDAgMjB2MTI0MHEwIDYyIDQzIDEwNXQxMDUgNDNoMTI0MHE2MiAwIDEwNS00M3Q0My0xMDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MjQiIHVuaWNvZGU9Iu+KmSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik04OTYgNzIwUTc5MiA5MTYgNzM2IDk5OHEtMTM5IDIwMi0zNDcgMzE4LTM0IDE5LTcwIDM2LTg5IDQwLTk0IDMydDM0LTM4bDM5LTMxcTYyLTQzIDExMi41LTkzLjVUNTA1IDExMDV0NzAuNS0xMTNUNjQ2IDg2MXE5LTE3IDEzLTI1IDQ0LTg0IDg0LTE1M3Q5OC0xNTQgMTE1LjUtMTUwIDEzMS0xMjMuNVQxMjM2IDE2NXExNTMtNjYgMTU0LTYwIDEgMy00OSAzNy01MyAzNi04MSA1Ny03NyA1OC0xNzkgMjExVDg5NiA3MjB6TTU0OSAxNzdxLTc2IDYwLTEzMi41IDEyNXQtOTggMTQzLjUtNzEgMTU0LjVUMTg5IDc4NnQtNTIgMjA5LTYwLjUgMjUyVDAgMTUzNnEyNzMgMCA0OTcuNS0zNnQzNzktOTIgMjcxLTE0NC41VDEzMzMgMTA5MXQxMTAtMTk4LjUgNTYtMTk5LjUgMTIuNS0xOTguNS05LjUtMTczLTIwLTE0My41LTEzLTEwN2wzMjMtMzI3aC0xMDRMMTQwNyAyOXEtMjItMi05MS41LTE0VDExOTQtNHQtMTM4LTZUODk1LjUgNyA3MjggNjYgNTQ5IDE3N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyNSIgdW5pY29kZT0i74qaIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEzNzQgODc5cS02IDI2LTI4LjUgMzkuNVQxMjk3IDkyNnEtMjYxLTYyLTQwMS02MnQtNDAxIDYycS0yNiA2LTQ4LjUtNy41VDQxOCA4Nzl0Ny41LTQ4LjVUNDY1IDgwMnExOTQtNDYgMzAzLTU4LTItMTU4LTE1LjUtMjY5VDcyNiAzMTkuNSA2ODUgMjA0bC05LTIxcS0xMC0yNSAxLTQ5dDM2LTM0cTktNCAyMy00IDQ0IDAgNjAgNDFsOCAyMHE1NCAxMzkgNzEgMjU5aDQycTE3LTEyMCA3MS0yNTlsOC0yMHExNi00MSA2MC00MSAxNCAwIDIzIDQgMjUgMTAgMzYgMzR0MSA0OWwtOSAyMXEtMjggNzEtNDEgMTE1LjVUMTAzOS41IDQ3NSAxMDI0IDc0NHExMDkgMTIgMzAzIDU4IDI2IDYgMzkuNSAyOC41dDcuNSA0OC41em0tMzUwIDE0NXEwIDUzLTM3LjUgOTAuNVQ4OTYgMTE1MnQtOTAuNS0zNy41VDc2OCAxMDI0dDM3LjUtOTAuNVQ4OTYgODk2dDkwLjUgMzcuNSAzNy41IDkwLjV6bTU3Ni0zODRxMC0xNDMtNTUuNS0yNzMuNXQtMTUwLTIyNS0yMjUtMTUwVDg5Ni02NCA2MjIuNS04LjV0LTIyNSAxNTAtMTUwIDIyNVQxOTIgNjQwdDU1LjUgMjczLjUgMTUwIDIyNSAyMjUgMTUwVDg5NiAxMzQ0dDI3My41LTU1LjUgMjI1LTE1MCAxNTAtMjI1VDE2MDAgNjQwem0tNzA0IDc2OHEtMTU2IDAtMjk4LTYxdC0yNDUtMTY0LTE2NC0yNDUtNjEtMjk4IDYxLTI5OFQzNTMgOTcgNTk4LTY3dDI5OC02MSAyOTggNjEgMjQ1IDE2NCAxNjQgMjQ1IDYxIDI5OC02MSAyOTgtMTY0IDI0NS0yNDUgMTY0LTI5OCA2MXptODk2LTc2OHEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjI2IiB1bmljb2RlPSLvipsiIGQ9Ik0xNDM4IDcyM3EzNC0zNSAyOS04MmwtNDQtNTUxcS00LTQyLTM0LjUtNzBUMTMxNy04cS02IDAtOSAxLTQ0IDMtNzIuNSAzNi41VDEyMTAgMTA3bDM1IDQyOS0xNDMtOHE1NS0xMTMgNTUtMjQwIDAtMjE2LTE0OC0zNzJMODcyIDUzcTkxIDEwMSA5MSAyMzUgMCAxNDUtMTAyLjUgMjQ4VDYxMyA2MzlxLTEzNCAwLTIzNi05MkwyNDAgNjg1cTEyMCAxMTQgMjg0IDE0MWwyNjQgMzAwLTE0OSA4Ny0xODEtMTYxcS0zMy0zMC03Ny0yNy41dC03MyAzNS41LTI2LjUgNzcgMzQuNSA3M2wyMzkgMjEzcTI2IDIzIDYwIDI2LjV0NjQtMTQuNWw0ODgtMjgzcTM2LTIxIDQ4LTY4IDE3LTY3LTI2LTExN0w5ODQgNzM1bDM3MSAyMHE0OSAzIDgzLTMyem0tMTk4IDQ1N3EtNzQgMC0xMjYgNTJ0LTUyIDEyNiA1MiAxMjYgMTI2IDUyIDEyNi41LTUyIDUyLjUtMTI2LTUyLjUtMTI2LTEyNi41LTUyek02MTMtNjJxMTA2IDAgMTk2IDYxbDEzOS0xMzlRODAyLTI1NiA2MTMtMjU2cS0xNDggMC0yNzMuNSA3M1QxNDEgMTUgNjggMjg4cTAgMTg4IDExNiAzMzZsMTM5LTEzOXEtNjAtODgtNjAtMTk3IDAtMTQ1IDEwMi41LTI0Ny41VDYxMy02MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyNyIgdW5pY29kZT0i74qcIiBkPSJNODgwIDMzNlYxNzZxMC0xNC05LTIzdC0yMy05SDY4OHEtMTQgMC0yMyA5dC05IDIzdjE2MHEwIDE0IDkgMjN0MjMgOWgxNjBxMTQgMCAyMy05dDktMjN6bTI1NiA0OTZxMC01MC0xNS05MHQtNDUuNS02OS01Mi00NC01OS41LTM2cS0zMi0xOC00Ni41LTI4dC0yNi0yNC0xMS41LTI5di0zMnEwLTE0LTktMjN0LTIzLTlINjg4cS0xNCAwLTIzIDl0LTkgMjN2NjhxMCAzNSAxMC41IDY0LjV0MjQgNDcuNSAzOSAzNS41IDQxIDI1LjUgNDQuNSAyMXE1MyAyNSA3NSA0M3QyMiA0OXEwIDQyLTQzLjUgNzEuNVQ3NzMgOTM1cS01NiAwLTk1LTI3LTI5LTIwLTgwLTgzLTktMTItMjUtMTItMTEgMC0xOSA2bC0xMDggODJxLTEwIDctMTIgMjB0NSAyM3ExMjIgMTkyIDM0OSAxOTIgMTI5IDAgMjM4LjUtODkuNVQxMTM2IDgzMnptLTM2OCA0NDhxLTEzMCAwLTI0OC41LTUxdC0yMDQtMTM2LjUtMTM2LjUtMjA0VDEyOCA2NDB0NTEtMjQ4LjUgMTM2LjUtMjA0VDUxOS41IDUxIDc2OCAwdDI0OC41IDUxIDIwNCAxMzYuNSAxMzYuNSAyMDQgNTEgMjQ4LjUtNTEgMjQ4LjUtMTM2LjUgMjA0LTIwNCAxMzYuNS0yNDguNSA1MXptNzY4LTY0MHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyOCIgdW5pY29kZT0i74qdIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTM2NiAxMjI1cS02NCAwLTExMCA0NS41VDIxMCAxMzgxcTAgNjQgNDYgMTA5LjV0MTEwIDQ1LjUgMTA5LjUtNDUuNVQ1MjEgMTM4MXEwLTY1LTQ1LjUtMTEwLjVUMzY2IDEyMjV6bTU1MS02NDJxMC01MC0zMC02Ny41dC02My41LTYuNS00Ny41IDM0TDQwOSA5ODFxLTcgMTItMTQgMTUuNXQtMTEgMS41bC0zLTNxLTctOCA0LTIxbDEyMi0xMzkgMS0zNTRMMzQ3IDI0cS02Ny0xOTItOTItMjM0LTE1LTI2LTI4LTMyLTUwLTI2LTEwMy0xLTI5IDEzLTQxLjUgNDNUNzMtMTQzcTIgMTcgMTk3IDYxOGw1IDQxNi04NS0xNjQgMzUtMjIycTQtMjQtMS00MnQtMTQtMjcuNS0xOS0xNi0xNy03LjVsLTctMnEtMTktMy0zNC41IDN0LTI0IDE2LTE0IDIyLTcuNSAxOS41LTIgOS41TDM5IDc3OWwyMTEgMzgxcTIzIDM0IDExMyAzNCA3NSAwIDEwNy00MGw0MjQtNTIxcTctNSAxNC0xN2wzLTMtMS0xcTctMTMgNy0yOXpNNTE0IDQzM3E0My0xMTMgODguNS0yMjVUNjcyIDQwbDI0LTU1cTM2LTkzIDQyLTEyNSAxMS03MC0zNi05Ny0zNS0yMi02Ni0xNnQtNTEgMjItMjkgMzVoLTFxLTYgMTYtOCAyNUw0MjMgMTgwem04MjQtNTkycTMxLTQ5IDMxLTU3IDAtNS0zLTctOS01LTE0LjUuNXQtMTUuNSAyNi0xNiAzMC41UTEyMDYgNiA4OTcgNDk1cTMtMSA3IDF0NyA0bDMgMnExMSA5IDExIDE3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjI5IiB1bmljb2RlPSLvip4iIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNNTA0IDU0MmgxNzFsLTEgMjY1em0xMDI2IDk5cTAgODctNTAuNSAxNDBUMTMzMyA4MzRoLTU0VjQ0Nmg1MnE5MSAwIDE0NSA1N3Q1NCAxMzh6bS01NzQgMzc3bDEtNzU2cTAtMTQtOS41LTI0VDkyNCAyMjhINzA4cS0xNCAwLTIzLjUgMTB0LTkuNSAyNHY2MkgzODRsLTU1LTgxcS0xMC0xNS0yOC0xNUgzNHEtMjEgMC0zMC41IDE4VDcgMjgxbDU1NiA3NTdxOSAxNCAyNyAxNGgzMzJxMTQgMCAyNC0xMHQxMC0yNHptODI3LTM3N3EwLTE5My0xMjUuNS0zMDNUMTMzMyAyMjhoLTI3MHEtMTQgMC0yNCAxMHQtMTAgMjR2NzU2cTAgMTQgMTAgMjR0MjQgMTBoMjY4cTIwMCAwIDMyNi0xMDl0MTI2LTMwMnptMTU2LTFxMC0xMS0uNS0yOXQtOC03MS41LTIxLjUtMTAyLTQ0LjUtMTA4VDE3OTEgMjI3aC01MXEzOCA0NSA2Ni41IDEwNC41dDQxLjUgMTEyIDIxIDk4IDkgNzIuNWwxIDI3cTAgOC0uNSAyMi41dC03LjUgNjAtMjAgOTEuNS00MSAxMTEuNS02NiAxMjQuNWg0M3E0MS00NyA3Mi0xMDd0NDUuNS0xMTEuNSAyMy05NlQxOTM4IDY2NnptMTg0IDBxMC0xMS0uNS0yOXQtOC03MS41LTIxLjUtMTAyLTQ1LTEwOC03NC0xMDIuNWgtNTFxMzggNDUgNjYuNSAxMDQuNXQ0MS41IDExMiAyMSA5OCA5IDcyLjVsMSAyN3EwIDgtLjUgMjIuNXQtNy41IDYwLTE5LjUgOTEuNS00MC41IDExMS41LTY2IDEyNC41aDQzcTQxLTQ3IDcyLTEwN3Q0NS41LTExMS41IDIzLTk2VDIxMjIgNjY2em0xODEgMHEwLTExLS41LTI5dC04LTcxLjUtMjEuNS0xMDItNDQuNS0xMDhUMjE1NiAyMjdoLTUxcTM4IDQ1IDY2IDEwNC41dDQxIDExMiAyMSA5OCA5IDcyLjVsMSAyN3EwIDgtLjUgMjIuNXQtNy41IDYwLTE5LjUgOTEuNS00MC41IDExMS41LTY2IDEyNC41aDQzcTQxLTQ3IDcyLTEwN3Q0NS41LTExMS41IDIzLTk2IDkuNS03MC41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkEwIiB1bmljb2RlPSLviqAiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNNjE3LTE1M3EwIDExLTEzIDU4VDU3MyAxMnQtMjAgNjlxLTEgNC01IDI2LjV0LTguNSAzNlQ1MjYgMTY1cS0xNSAxNC01MSAxNC0yMyAwLTcwLTUuNXQtNzEtNS41cS0zNCAwLTQ3IDExLTYgNS0xMSAxNS41dC03LjUgMjAtNi41IDI0LTUgMTguNXEtMzcgMTI4LTM3IDI1NXQzNyAyNTVxMSA0IDUgMTguNXQ2LjUgMjQgNy41IDIwIDExIDE1LjVxMTMgMTEgNDcgMTEgMjQgMCA3MS01LjV0NzAtNS41cTM2IDAgNTEgMTQgOSA4IDEzLjUgMjEuNXQ4LjUgMzYgNSAyNi41cTIgOSAyMCA2OXQzMSAxMDcgMTMgNThxMCAyMi00My41IDUyLjVUNDk4IDEyNzJxLTIwIDgtNDUgOC0zNCAwLTk4LTE4LTU3LTE3LTk2LjUtNDAuNXQtNzEtNjYtNDYtNzBUOTYgOTkxcS02LTEyLTktMTktNDktMTA3LTY4LTIxNlQwIDUxMnQxOS0yNDRUODcgNTJxNTYtMTIyIDgzLTE2MSA2My05MSAxNzktMTI3bDYtMnE2NC0xOCA5OC0xOCAyNSAwIDQ1IDggMzIgMTIgNzUuNSA0Mi41VDYxNy0xNTN6bTE1OSA5MTNxLTI2IDAtNDUgMTl0LTE5IDQ1LjUgMTkgNDUuNXEzNyAzNyAzNyA5MCAwIDUyLTM3IDkxLTE5IDE5LTE5IDQ1dDE5IDQ1IDQ1IDE5IDQ1LTE5cTc1LTc1IDc1LTE4MXQtNzUtMTgxcS0yMS0xOS00NS0xOXptMTgxLTE4MXEtMjcgMC00NSAxOS0xOSAxOS0xOSA0NXQxOSA0NXExMTIgMTE0IDExMiAyNzJ0LTExMiAyNzJxLTE5IDE5LTE5IDQ1dDE5IDQ1IDQ1IDE5IDQ1LTE5cTE1MC0xNTAgMTUwLTM2MnQtMTUwLTM2MnEtMTgtMTktNDUtMTl6bTE4MS0xODFxLTI3IDAtNDUgMTktMTkgMTktMTkgNDV0MTkgNDVxOTAgOTEgMTM4LjUgMjA4dDQ4LjUgMjQ1LTQ4LjUgMjQ1LTEzOC41IDIwOHEtMTkgMTktMTkgNDV0MTkgNDUgNDUgMTkgNDUtMTlxMTA5LTEwOSAxNjctMjQ5dDU4LTI5NC01OC0yOTQtMTY3LTI0OXEtMTgtMTktNDUtMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTEiIHVuaWNvZGU9Iu+KoSIgaG9yaXotYWR2LXg9IjIxNzYiIGQ9Ik0xOTIgMzUycS02NiAwLTExMy00N1QzMiAxOTIgNzkgNzl0MTEzLTQ3IDExMyA0NyA0NyAxMTMtNDcgMTEzLTExMyA0N3ptNTEyIDBxLTY2IDAtMTEzLTQ3dC00Ny0xMTMgNDctMTEzIDExMy00NyAxMTMgNDcgNDcgMTEzLTQ3IDExMy0xMTMgNDd6bTAgNTEycS02NiAwLTExMy00N3QtNDctMTEzIDQ3LTExMyAxMTMtNDcgMTEzIDQ3IDQ3IDExMy00NyAxMTMtMTEzIDQ3em03NjgtNTEycS02NiAwLTExMy00N3QtNDctMTEzIDQ3LTExMyAxMTMtNDcgMTEzIDQ3IDQ3IDExMy00NyAxMTMtMTEzIDQ3em01MTIgMHEtNjYgMC0xMTMtNDd0LTQ3LTExMyA0Ny0xMTMgMTEzLTQ3IDExMyA0NyA0NyAxMTMtNDcgMTEzLTExMyA0N3ptLTUxMiA1MTJxLTY2IDAtMTEzLTQ3dC00Ny0xMTMgNDctMTEzIDExMy00NyAxMTMgNDcgNDcgMTEzLTQ3IDExMy0xMTMgNDd6bTUxMiAwcS02NiAwLTExMy00N3QtNDctMTEzIDQ3LTExMyAxMTMtNDcgMTEzIDQ3IDQ3IDExMy00NyAxMTMtMTEzIDQ3em0wIDUxMnEtNjYgMC0xMTMtNDd0LTQ3LTExMyA0Ny0xMTMgMTEzLTQ3IDExMyA0NyA0NyAxMTMtNDcgMTEzLTExMyA0N3pNMzg0IDE5MnEwLTgwLTU2LTEzNlQxOTIgMCA1NiA1NiAwIDE5MnQ1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTUxMiAwcTAtODAtNTYtMTM2VDcwNCAwIDU2OCA1NnQtNTYgMTM2IDU2IDEzNiAxMzYgNTYgMTM2LTU2IDU2LTEzNnpNMzg0IDcwNHEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1NlQwIDcwNHQ1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTUxMiAwcTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bS01MTIgNTEycTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6TTE2NjQgMTkycTAtODAtNTYtMTM2VDE0NzIgMHQtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6TTg5NiAxMjE2cTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6TTIxNzYgMTkycTAtODAtNTYtMTM2VDE5ODQgMHQtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bS01MTIgNTEycTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTUxMiAwcTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bS01MTIgNTEycTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTUxMiAwcTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTIiIHVuaWNvZGU9Iu+KoiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMjgtMTkycTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1ek0zMjAgMHEwLTI2LTE5LTQ1dC00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOSA0NS0xOSAxOS00NXptNDUgMzY1bDI1Ni0yNTYtOTAtOTAtMjU2IDI1NnptMzM5IDE5cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1em03MDcgMzIwcTAtNTktMTEuNS0xMDguNVQxMzYyIDUwMnQtNDQtNjcuNS01My02NC41cS0zMS0zNS00NS41LTU0dC0zMy41LTUwLTI2LjUtNjQtNy41LTc0cTAtMTU5LTExMi41LTI3MS41VDc2OC0yNTZxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5cTEwNiAwIDE4MSA3NXQ3NSAxODFxMCA1NyAxMS41IDEwNS41dDM3IDkxVDExMTYgMzkxdDUyIDYzcTQwIDQ2IDU5LjUgNzJ0MzcuNSA3NC41IDE4IDEwMy41cTAgMTg1LTEzMS41IDMxNi41VDgzNSAxMTUydC0zMTYuNS0xMzEuNVQzODcgNzA0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1cTAgMTE3IDQ1LjUgMjIzLjV0MTIzIDE4NCAxODQgMTIzVDgzNSAxMjgwdDIyMy41LTQ1LjUgMTg0LTEyMyAxMjMtMTg0VDE0MTEgNzA0ek04OTYgNTc2cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1em0yODggMTI4cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1cTAgOTMtNjUuNSAxNTguNVQ4MzIgOTI4cS05MiAwLTE1OC02NS41VDYwOCA3MDRxMC0yNi0xOS00NXQtNDUtMTktNDUgMTktMTkgNDVxMCAxNDYgMTAzIDI0OXQyNDkgMTAzIDI0OS0xMDMgMTAzLTI0OXptMzk0IDI4OXExMC0yNS0xLTQ5dC0zNi0zNHEtOS00LTIzLTQtMTkgMC0zNS41IDExdC0yMy41IDMwcS02OCAxNzgtMjI0IDI5NS0yMSAxNi0yNSA0MnQxMiA0N3ExNyAyMSA0MyAyNXQ0Ny0xMnExODMtMTM3IDI2Ni0zNTF6bTIxMCA4MXE5LTI1LTEuNS00OXQtMzUuNS0zNHEtMTEtNC0yMy00LTQ0IDAtNjAgNDEtOTIgMjM4LTI5NyAzOTMtMjIgMTYtMjUuNSA0MnQxMi41IDQ3cTE2IDIyIDQyIDI1LjV0NDctMTIuNXEyMzUtMTc1IDM0MS00NDl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTMiIHVuaWNvZGU9Iu+KoyIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xMDMyIDU3NnEtNTkgMi04NCA1NS0xNyAzNC00OCA1My41VDgzMiA3MDRxLTUzIDAtOTAuNS0zNy41VDcwNCA1NzZxMC01NiAzNi04OWwxMC04cTM0LTMxIDgyLTMxIDM3IDAgNjggMTkuNXQ0OCA1My41cTI1IDUzIDg0IDU1em01NjggMTI4cTAgNTYtMzYgODlsLTEwIDhxLTM0IDMxLTgyIDMxLTM3IDAtNjgtMTkuNXQtNDgtNTMuNXEtMjUtNTMtODQtNTUgNTktMiA4NC01NSAxNy0zNCA0OC01My41dDY4LTE5LjVxNTMgMCA5MC41IDM3LjVUMTYwMCA3MDR6bS00MjYgMjIxcS0xNy0zNS01NS00OHQtNzMgNHEtNjIgMzEtMTM0IDMxLTUxIDAtOTktMTcgMyAwIDkuNS41dDkuNS41cTkyIDAgMTcwLjUtNTBUMTEyMSA3MTNxMTctMzYgMy41LTczLjVUMTA3NSA1ODVxLTE4LTktMzktOSAyMSAwIDM5LTkgMzYtMTcgNDkuNS01NC41VDExMjEgNDM5cS00MC04My0xMTguNS0xMzNUODMyIDI1NmgtNnEtMTYgMi00NCA0bC0yOTAgMjctMjM5LTEyMHEtMTQtNy0yOS03LTQwIDAtNTcgMzVMNyA1MTVxLTExIDIzLTQgNDcuNVQzMiA2MDBsMjA5IDExOSAxNDggMjY3cTE3IDE1NSA5MS41IDI5MS41VDY3NiAxNTE0cTMxIDI1IDcwLjUgMjEuNVQ4MTEgMTUwMXQyMS41LTcwLTM0LjUtNjVxLTcwLTU5LTExNy0xMjggMTIzIDg0IDI2NyAxMDEgNDAgNSA3MS41LTE5dDM1LjUtNjRxNS00MC0xOS03MS41dC02NC0zNS41cS04NC0xMC0xNTktNTUgNDYgMTAgOTkgMTAgMTE1IDAgMjE4LTUwIDM2LTE4IDQ5LTU1LjV0LTUtNzMuNXptOTYzIDE2MGwxNjAtMzIwcTExLTIzIDQtNDcuNXQtMjktMzcuNWwtMjA5LTExOS0xNDgtMjY3cS0xNy0xNTUtOTEuNS0yOTEuNVQxNjI4LTIzNHEtMjYtMjItNjEtMjItNDUgMC03NCAzNS0yNSAzMS0yMS41IDcwdDM0LjUgNjVxNzAgNTkgMTE3IDEyOC0xMjMtODQtMjY3LTEwMS00LTEtMTItMS0zNiAwLTYzLjUgMjRUMTI0OSAyNHEtNSA0MCAxOSA3MS41dDY0IDM1LjVxODQgMTAgMTU5IDU1LTQ2LTEwLTk5LTEwLTExNSAwLTIxOCA1MC0zNiAxOC00OSA1NS41dDUgNzMuNXExNyAzNSA1NSA0OHQ3My00cTYyLTMxIDEzNC0zMSA1MSAwIDk5IDE3LTMgMC05LjUtLjV0LTkuNS0uNXEtOTIgMC0xNzAuNSA1MFQxMTgzIDU2N3EtMTcgMzYtMy41IDczLjVUMTIyOSA2OTVxMTggOSAzOSA5LTIxIDAtMzkgOS0zNiAxNy00OS41IDU0LjV0My41IDczLjVxNDAgODMgMTE4LjUgMTMzdDE3MC41IDUwaDdxMTQtMiA0Mi00bDI5MS0yNyAyMzkgMTIwcTE0IDcgMjkgNyA0MCAwIDU3LTM1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkE0IiB1bmljb2RlPSLviqQiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTA1NiA3MDRxMC0yNiAxOS00NXQ0NS0xOSA0NSAxOSAxOSA0NXEwIDE0Ni0xMDMgMjQ5dC0yNDkgMTAzLTI0OS0xMDMtMTAzLTI0OXEwLTI2IDE5LTQ1dDQ1LTE5IDQ1IDE5IDE5IDQ1cTAgOTMgNjYgMTU4LjVUODMyIDkyOHQxNTgtNjUuNSA2Ni0xNTguNXptLTIyMSA1NzZxLTExNyAwLTIyMy41LTQ1LjV0LTE4NC0xMjMtMTIzLTE4NFQyNTkgNzA0cTAtMjYgMTktNDV0NDUtMTkgNDUgMTkgMTkgNDVxMCAxODUgMTMxLjUgMzE2LjVUODM1IDExNTJ0MzE2LjUtMTMxLjVUMTI4MyA3MDRxMC01NS0xOC0xMDMuNXQtMzcuNS03NC41LTU5LjUtNzJxLTM0LTM5LTUyLTYzdC00My41LTY2LjUtMzctOTFUMTAyNCAxMjhxMC0xMDYtNzUtMTgxdC0xODEtNzVxLTI2IDAtNDUtMTl0LTE5LTQ1IDE5LTQ1IDQ1LTE5cTE1OSAwIDI3MS41IDExMi41VDExNTIgMTI4cTAgNDEgNy41IDc0dDI2LjUgNjQgMzMuNSA1MCA0NS41IDU0cTM1IDQxIDUzIDY0LjV0NDQgNjcuNSAzNy41IDkzLjVUMTQxMSA3MDRxMCAxMTctNDUuNSAyMjMuNXQtMTIzIDE4NC0xODQgMTIzVDgzNSAxMjgwek01OTEgNTYxbDIyNi0yMjYtNTc5LTU3OXEtMTItMTItMjktMTJ0LTI5IDEyTDEyLTc2UTAtNjQgMC00N3QxMiAyOXptMTAyMSA5NjNsMTY4LTE2OHExMi0xMiAxMi0yOXQtMTItMzBsLTIzMy0yMzMtMjYtMjUtNzEtNzFxLTY2IDE1My0xOTUgMjU4bDkxIDkxIDIwNyAyMDdxMTMgMTIgMzAgMTJ0MjktMTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTUiIHVuaWNvZGU9Iu+KpSIgZD0iTTg2NiAxMDIxcTAtMjctMTMtOTQtMTEtNTAtMzEuNS0xNTBUNzkxIDYyN3EtMi0xMS00LjUtMTIuNVQ3NzMgNjEycS0yMC0yLTMxLTItNTggMC04NCA0OS41VDYzMiA3NzNxMCA4OCAzNSAxNzR0MTAzIDEyNHEyOCAxNCA1MSAxNCAyOCAwIDM2LjUtMTYuNXQ4LjUtNDcuNXptNDg2LTQyNHEwIDE0LTM5IDc1LjV0LTUyIDY2LjVxLTIxIDgtMzQgOC05MSAwLTIyNi03N2wtMiAycTMgMjIgMjcuNSAxMzV0MjQuNSAxNzhxMCAyMzMtMjQyIDIzMy0yNCAwLTY4LTYtOTQtMTctMTY4LjUtODkuNVQ0NjEgOTU2dC0zNy0xODlxMC0xNDYgODAuNS0yMjVUNzMyIDQ2M3EyNSAwIDI1LTN0LTEtNXEtNC0zNC0yNi0xMTctMTQtNTItNTEuNS0xMDFUNTk2IDE4OHEtNDIgMC00MiA0NyAwIDI0IDEwLjUgNDcuNXQyNSAzOS41IDI5LjUgMjguNSAyNiAyMCAxMSA4LjVxMCAzLTcgMTAtMjQgMjItNTguNSAzNi41VDUyNSA0NDBxLTM1IDAtNjMuNS0zNHQtNDEtNzUtMTIuNS03NXEwLTg4IDUxLjUtMTQyVDU5OCA2MHE4MiAwIDE1NSA1M3QxMTcuNSAxMjZUOTM2IDM5MnE2IDIyIDE1LjUgNjYuNVQ5NjYgNTI1cTMgMTIgMTQgMTggMTE4IDYwIDIyNyA2MCA0OCAwIDEyNy0xOCAxLTEgNC0xIDUgMCA5LjUgNC41dDQuNSA4LjV6bTE4NCA1MjNWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJBNiIgdW5pY29kZT0i74qmIiBob3Jpei1hZHYteD0iMTUzNSIgZD0iTTc0NCAxMjMxcTAgMjQtMiAzOC41dC04LjUgMzAtMjEgMjMtMzcuNSA3LjVxLTM5IDAtNzgtMjMtMTA1LTU4LTE1OS0xOTAuNVQzODQgODQ3cTAtNDQgOC41LTg1LjVUNDE5IDY4MXQ1Mi41LTYyLjVUNTUzIDU5NXE0IDAgMTgtLjV0MjAgMCAxNiAzIDE1IDguNSA3IDE2cTE2IDc3IDQ4IDIzMS41dDQ4IDIzMS41cTE5IDkxIDE5IDE0NnptNzU0LTY1NnEwLTctNy41LTEzLjVUMTQ3NSA1NTVsLTYgMXEtMjIgMy02MiAxMXQtNzIgMTIuNS02MyA0LjVxLTE2NyAwLTM1MS05My0xNS04LTIxLTI3LTEwLTM2LTI0LjUtMTA1LjVUODUzIDI1OHEtMjMtOTEtNzAtMTc5LjVUNjcwLjUtODYgNTE2LTIwOXQtMTg1LTQ3cS0xMzUgMC0yMTQuNSA4My41VDM3IDQ3cTAgNTMgMTkuNSAxMTd0NjMgMTE2LjVUMjE3IDMzM3EzOCAwIDEyMC0zMy41dDgzLTYxLjVxMC0xLTE2LjUtMTIuNXQtMzkuNS0zMS00Ni00NC41LTM5LTYxLTE2LTc0cTAtMzMgMTYuNS01M1QzMjgtNThxNDUgMCA4NSAzMS41dDY2LjUgNzggNDggMTA1LjVUNTYwIDI2NHQxNiA5MHY5cTAgMi0zLjUgMy41VDU2NCAzNjhoLTEwbC0xMC0uNS02LS41cS0yMjcgMC0zNTIgMTIyLjVUNjEgODM4cTAgMTA4IDM0LjUgMjIxdDk2IDIxMCAxNTYgMTY3LjVUNTUyIDE1MjZxNTIgOSAxMDYgOSAzNzQgMCAzNzQtMzYwIDAtOTgtMzgtMjczdC00My0yMTFsMy0zcTEwMSA1NyAxODIuNSA4OHQxNjcuNSAzMXEyMiAwIDUzLTEzIDE5LTcgODAtMTAyLjV0NjEtMTE2LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTciIHVuaWNvZGU9Iu+KpyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik04MzEgODYzcTMyIDAgNTktMThsMjIyLTE0OHE2MS00MCAxMTAtOTdsMTQ2LTE3MHE0MC00NiAyOS0xMDZsLTcyLTQxM3EtNi0zMi0yOS41LTUzLjVUMTI0MC0xNjhsLTUyNy01Ni0zNTItMzJoLTlxLTM5IDAtNjcuNSAyOFQyNTYtMTYwcTAgMzcgMjcgNjR0NjUgMzJsMjYwIDMySDE2MHEtNDEgMC02OS41IDMwVDY0IDY5cTIgMzkgMzIgNjV0NjkgMjZsNDQyIDEtNTIxIDY0cS00MSA1LTY2IDM3VDEgMzM1cTYgMzUgMzQuNSA1Ny41VDEwMSA0MTVoMTBsNDgxLTYwLTM1MSA5NHEtMzggMTAtNjIgNDEuNVQxNjEgNTU5cTYgMzYgMzMgNTguNXQ2MiAyMi41cTYgMCAyMC0ybDQ0OC05NiAyMTctMzdxMSAwIDMtLjV0My0uNXEyMyAwIDMwLjUgMjNUOTY1IDU2M0w3NzkgNjg4cS0zNSAyMy00MiA2My41dDE4IDczLjVxMjcgMzggNzYgMzh6bS03MC0yMDJsMTg2LTEyNS0yMTggMzctNSAyLTM2IDM4LTIzOCAyNjJxLTEgMS0yLjUgMy41VDQ0NSA4ODJxLTI0IDMxLTE4LjUgNzB0MzcuNSA2NHEzMSAyMyA2OCAxNy41dDY0LTMzLjVsMTQyLTE0N3EtMi0xLTUtMy41dC00LTQuNXEtMzItNDUtMjMtOTl0NTUtODV6bTg4NyA0NTRsMTUtMjY2cTQtNzMtMTEtMTQ3bC00OC0yMTlxLTEyLTU5LTY3LTg3bC0xMDYtNTRxMiA2Mi0zOSAxMDlsLTE0NiAxNzBxLTUzIDYxLTExNyAxMDNMOTA3IDg3MnEtMzQgMjMtNzYgMjMtNTEgMC04OC0zN2wtMjM1IDMxMnEtMjUgMzMtMTggNzMuNXQ0MSA2My41cTMzIDIyIDcxLjUgMTR0NjIuNS00MGwyNjYtMzUyLTI2MiA0NTVxLTIxIDM1LTEwLjUgNzV0NDcuNSA1OXEzNSAxOCA3Mi41IDZ0NTcuNS00NmwyNDEtNDIwLTEzNiAzMzdxLTE1IDM1LTQuNSA3NHQ0NC41IDU2cTM3IDE5IDc2IDZ0NTYtNTFsMTkzLTQxNSAxMDEtMTk2cTgtMTUgMjMtMTcuNXQyNyA3LjUgMTEgMjZsLTEyIDIyNHEtMiA0MSAyNiA3MXQ2OSAzMXEzOSAwIDY3LTI4LjV0MzAtNjcuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJBOCIgdW5pY29kZT0i74qoIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTMzNSAxODBxLTIgMC02IDItODYgNTctMTY4LjUgMTQ1VDIxIDUwN1EwIDUzNyAwIDU3NnEwIDkgMiAxOXQ0IDE4IDcgMTggOC41IDE2VDMyIDY2NHQxMCAxNSAxMiAxNS41VDY1IDcwOXExODQgMjUxIDQ1MiAzNjUtMTEwIDE5OC0xMTAgMjExIDAgMTkgMTcgMjkgMTE2IDY0IDEyOCA2NCAxOCAwIDI4LTE2bDEyNC0yMjlxOTIgMTkgMTkyIDE5IDI2NiAwIDQ5Ny41LTEzNy41VDE3NzIgNjQ1cTIwLTMxIDIwLTY5dC0yMC02OXEtOTEtMTQyLTIxOC41LTI1My41VDEyNzUgNzhxMTEwLTE5OCAxMTAtMjExIDAtMjAtMTctMjktMTE2LTY0LTEyNy02NC0xOSAwLTI5IDE2TDEwODggMTlsLTY0IDExOS00NDQgODIwIDcgN3EtNTgtMjQtOTktNDcgMy01IDEyNy0yMzR0MjQzLTQ0OVQ5NzcgMTJxMC03LTktOS0xMy0zLTcyLTMtNTcgMC02MCA3TDM4MCA4NDhxLTM5LTI4LTgyLTY4IDI0LTQzIDIxNC0zOTMuNVQ3MDIgMzJxMC0xMC0xMS0xMC0xNCAwLTgyLjUgMjJUNTM2IDcyTDQzMCAyNjkgMjA2IDY4MnEtNDQtNTMtNzgtMTA2IDItMyAxOC0yNXQyMy0zNGwxNzYtMzI3cTAtMTAtMTAtMTB6bTgzMCAxMDJsNDktOTFxMjczIDExMSA0NTAgMzg1LTE4MCAyNzctNDU5IDM4OSA2Ny02NCAxMDMtMTQ4LjV0MzYtMTc2LjVxMC0xMDYtNDctMjAwLjVUMTE2NSAyODJ6TTg0OCA4OTZxMC0yMCAxNC0zNHQzNC0xNHE4NiAwIDE0Ny02MXQ2MS0xNDdxMC0yMCAxNC0zNHQzNC0xNCAzNCAxNCAxNCAzNHEwIDEyNi04OSAyMTV0LTIxNSA4OXEtMjAgMC0zNC0xNHQtMTQtMzR6bTM2NiA2NWwtOSA0IDctN3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJBOSIgdW5pY29kZT0i74qpIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEwNTAgNDMwcTAtMjE1LTE0Ny0zNzQtMTQ4LTE2MS0zNzgtMTYxLTIzMiAwLTM3OCAxNjFRMCAyMTUgMCA0MzBxMCAxNDcgNjggMjcwLjVUMjU3IDg5N3QyNjggNzNxOTYgMCAxODItMzEtMzItNjItMzktMTI2LTY2IDI4LTE0MyAyOC0xNjcgMC0yODAuNS0xMjNUMTMxIDQyN3EwLTE3MCAxMTIuNS0yODguNVQ1MjUgMjB0MjgxIDExOC41VDkxOCA0MjdxMCA4OS0zMiAxNjYgNjYgMTMgMTIzIDQ5IDQxLTk4IDQxLTIxMnpNODQ2IDYxOXEwLTE5Mi03OS41LTM0NVQ1MjggMjFsLTE0LTFxLTI5IDAtNjIgNSA4MyAzMiAxNDYuNSAxMDIuNVQ2OTggMjgydDU4LjUgMTg5IDMwIDE5Mi41VDc5NCA4NDJxMCA2OS0zIDEwMyA1NS0xNjAgNTUtMzI2em0tNTUgMzI4di0ycS03MyAyMTQtMjA2IDQ0MCA4OC01OSAxNDIuNS0xODYuNVQ3OTEgOTQ3em0yNDQtMjAzcS04MyAwLTE2MCA3NSAyMTggMTIwIDI5MCAyNDcgMTkgMzcgMjEgNTYtNDItOTQtMTM5LjUtMTY2LjVUODQyIDg1OHEtMzUgNTQtMzUgMTEzIDAgMzcgMTcgNzl0NDMgNjhxNDYgNDQgMTU3IDc0IDU5IDE2IDEwNiA1OC41dDc0IDEwMC41cTc0LTEwNSA3NC0yNTMgMC0xMDktMjQtMTcwLTMyLTc3LTg4LjUtMTMwLjVUMTAzNSA3NDR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQUEiIHVuaWNvZGU9Iu+KqiIgZD0iTTEwNTAgNDk1cTAgNzgtMjggMTQ3LTQxLTI1LTg1LTM0IDIyLTUwIDIyLTExNCAwLTExNy03Ny0xOTguNVQ2ODkgMjE0dC0xOTMuNSA4MS41VDQxOCA0OTRxMCAxMTUgNzggMTk5LjVUNjg5IDc3OHE1MyAwIDk4LTE5IDQgNDMgMjcgODctNjAgMjEtMTI1IDIxLTE1NCAwLTI1Ny41LTEwOC41VDMyOCA0OTV0MTAzLjUtMjYxVDY4OSAxMjh0MjU3LjUgMTA2LjVUMTA1MCA0OTV6TTg3MiA4NTBxMi0yNCAyLTcxIDAtNjMtNS0xMjN0LTIwLjUtMTMyLjUtNDAuNS0xMzAtNjguNS0xMDZUNjM5IDIxN3EyMS0zIDQyLTNoMTBxMjE5IDEzOSAyMTkgNDExIDAgMTE2LTM4IDIyNXptMCAwcS00IDgwLTQ0IDE3MS41VDczMCAxMTUycTkyLTE1NiAxNDItMzAyem0zMzUgMTA1cTAgMTAyLTUxIDE3NC00MS04Ni0xMjQtMTA5LTY5LTE5LTEwOS01My41VDg4MyA4NjdxMC00MCAyNC03NyA3NCAxNyAxNDAuNSA2N3Q5NS41IDExNXEtNC01Mi03NC41LTExMS41VDkzMCA3NjNxNTItNTIgMTEwLTUyIDUxIDAgOTAgMzd0NjAgOTBxMTcgNDIgMTcgMTE3em0zMjkgMTY1VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQUIiIHVuaWNvZGU9Iu+KqyIgZD0iTTEyNzkgMzg4cTAgMjItMjIgMjctNjcgMTUtMTE4IDU5dC04MCAxMDhxLTcgMTktNyAyNSAwIDE1IDE5LjUgMjZ0NDMgMTcgNDMgMjAuNVQxMTc3IDcwN3EwIDE5LTE4LjUgMzEuNVQxMTIwIDc1MXEtMTIgMC0zMi04dC0zMS04cS00IDAtMTIgMiA1IDk1IDUgMTE0IDAgNzktMTcgMTE0LTM2IDc4LTEwMyAxMjEuNVQ3NzggMTEzMHEtMTk5IDAtMjc1LTE2NS0xNy0zNS0xNy0xMTQgMC0xOSA1LTExNC00LTItMTQtMi0xMiAwLTMyIDcuNXQtMzAgNy41cS0yMSAwLTM4LjUtMTJUMzU5IDcwNnEwLTIxIDE5LjUtMzUuNXQ0My0yMC41IDQzLTE3IDE5LjUtMjZxMC02LTctMjUtNjQtMTM4LTE5OC0xNjctMjItNS0yMi0yNyAwLTQ2IDEzNy02OCAyLTUgNi0yNnQxMS41LTMwLjVUNDM1IDI1NHExMiAwIDM3LjUgNC41VDUxMiAyNjNxMzUgMCA2Ny0xNXQ1NC0zMi41IDU3LjUtMzIuNSA3Ni41LTE1cTQzIDAgNzkgMTV0NTcuNSAzMi41VDk1NyAyNDh0NjcgMTVxMTQgMCAzOS41LTR0MzguNS00cTE2IDAgMjMgMTB0MTEgMzAgNiAyNXExMzcgMjIgMTM3IDY4em0yNTcgMjUycTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkFDIiB1bmljb2RlPSLviqwiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNODQ4IDE0MDhxMTM0IDEgMjQwLjUtNjguNVQxMjUyIDExNDdxMjctNTggMjctMTc5IDAtNDctOS0xOTEgMTQtNyAyOC03IDE4IDAgNTEgMTMuNXQ1MSAxMy41cTI5IDAgNTYtMTh0MjctNDZxMC0zMi0zMS41LTU0dC02OS0zMS41LTY5LTI5VDEyODIgNTcxcTAtMTUgMTItNDMgMzctODIgMTAyLjUtMTUwVDE1NDEgMjc3cTI4LTEyIDgwLTIzIDI4LTYgMjgtMzUgMC03MC0yMTktMTAzLTctMTEtMTEtMzl0LTE0LTQ2LjUtMzMtMTguNXEtMjAgMC02MiA2LjV0LTY0IDYuNXEtMzcgMC02Mi01LTMyLTUtNjMtMjIuNXQtNTgtMzgtNTgtNDAuNS03Ni0zMy41LTk5LTEzLjVxLTUyIDAtOTYuNSAxMy41dC03NSAzMy41VDYwMS00MC41dC01OCAzOFQ0ODEgMjBxLTI2IDUtNjMgNS0yNCAwLTY1LjUtNy41VDI5NCAxMHEtMjUgMC0zNSAxOC41VDI0NSA3NnQtMTEgNDBRMTUgMTQ5IDE1IDIxOXEwIDI5IDI4IDM1IDUyIDExIDgwIDIzIDc4IDMyIDE0NC41IDEwMVQzNzAgNTI4cTEyIDI4IDEyIDQzIDAgMjgtMzEuNSA0Ny41VDI4MSA2NDh0LTY5LjUgMzEuNVQxODAgNzMycTAgMjcgMjYgNDUuNXQ1NSAxOC41cTE1IDAgNDgtMTN0NTMtMTNxMTggMCAzMiA3LTkgMTQyLTkgMTkwIDAgMTIyIDI3IDE4MCA2NCAxMzcgMTcyIDE5OHQyNjQgNjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQUQiIHVuaWNvZGU9Iu+KrSIgZD0iTTEyODAgMzg4cTAgMjItMjIgMjctNjcgMTQtMTE4IDU4dC04MCAxMDlxLTcgMTQtNyAyNSAwIDE1IDE5LjUgMjZ0NDIuNSAxNyA0Mi41IDIwLjVUMTE3NyA3MDdxMCAxOS0xOC41IDMxLjVUMTEyMCA3NTFxLTExIDAtMzEtOHQtMzItOHEtNCAwLTEyIDIgNSA2MyA1IDExNSAwIDc4LTE3IDExNC0zNiA3OC0xMDIuNSAxMjEuNVQ3NzggMTEzMXEtMTk4IDAtMjc1LTE2NS0xOC0zOC0xOC0xMTUgMC0zOCA2LTExNC0xMC0yLTE1LTItMTEgMC0zMS41IDh0LTMwLjUgOHEtMjAgMC0zNy41LTEyLjVUMzU5IDcwNnEwLTIxIDE5LjUtMzUuNVQ0MjEgNjUwdDQyLjUtMTcgMTkuNS0yNnEwLTExLTctMjUtNjQtMTM4LTE5OC0xNjctMjItNS0yMi0yNyAwLTQ3IDEzOC02OSAyLTUgNi0yNnQxMS0zMC41IDIzLTkuNXExMyAwIDM4LjUgNXQzOC41IDVxMzUgMCA2Ny41LTE1dDU0LjUtMzIuNSA1Ny41LTMyLjUgNzYuNS0xNXE0MyAwIDc5IDE1dDU3LjUgMzIuNSA1NCAzMi41IDY3LjUgMTVxMTMgMCAzOS00LjV0MzktNC41cTE1IDAgMjIuNSA5LjV0MTEuNSAzMSA1IDI0LjVxMTM4IDIyIDEzOCA2OXptMjU2IDczMlYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkFFIiB1bmljb2RlPSLviq4iIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMjMwNCAxNTM2cS02OS00Ni0xMjUtOTJ0LTg5LTgxLTU5LjUtNzEuNS0zNy41LTU3LjUtMjItNDQuNS0xNC0yOS41cS0xMC0xOC0zNS41LTEzNi41VDE4NzMgODU5cS0xNS0yOS01MC02MC41dC02Ny41LTUwLjUtNzIuNS00MS00OC0yOHEtNDctMzEtMTUxLTIzMS0zNDEgMTQtNjMwLTE1OC05Mi01My0zMDMtMTc5IDQ3IDE2IDg2IDMxdDU1IDIybDE1IDdxNzEgMjcgMTYzIDY0LjV0MTMzLjUgNTMuNSAxMDggMzQuNVQxMjU0IDM1NXExODYgMzEgNDY1LTcgMSAwIDEwLTMgMTEtNiAxNC0xN3QtMy0yMkwxNTQ2LTM5cS0xNS0yOS00Ny0yMi0xMjggMjQtMzU0IDI0LTE0NiAwLTQwMi00NC41VDM1MS0xMjhxLTgyLTEtMTQ5IDEzVDk1LTc4IDM0LTM4IDEtNEwwLTN2MnEwIDYgNiA2IDEzOCAwIDM3MSA1NSAxOTIgMzY2IDM3NC41IDUyNFQxMTM1IDc0MnE1IDAgMTQuNS0uNXQzOC01IDU1LTEyVDEzMDQgNzAwdDYzLTM5LjUgNTQtNTkgNDAtODIuNWwxMDIgMTc3cTIgNCAyMSA0Mi41dDQ0LjUgODYuNSA2MSAxMDkuNSA4NCAxMzMuNSAxMDAuNSAxMzdxNjYgODIgMTI4IDE0MS41dDEyMS41IDk2LjUgOTIuNSA1My41IDg4IDM5LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQjAiIHVuaWNvZGU9Iu+KsCIgZD0iTTEzMjIgNjQwcTAtNDUtNS03NmwtMjM2IDE0IDIyNC03OHEtMTktNzMtNTgtMTQxbC0yMTQgMTAzIDE3Ny0xNThxLTQ0LTYxLTEwNy0xMDhMOTQ2IDM3NGwxMDMtMjE1cS02MS0zNy0xNDAtNTlsLTc5IDIyOCAxNC0yNDBxLTM4LTYtNzYtNnQtNzYgNmwxNCAyMzgtNzgtMjI2cS03NCAxOS0xNDAgNTlsMTAzIDIxNS0xNTctMTc4cS01OSA0My0xMDggMTA4bDE3OCAxNTgtMjE0LTEwNHEtMzkgNjktNTggMTQxbDIyNCA3OS0yMzctMTRxLTUgNDItNSA3NiAwIDM1IDUgNzdsMjM4LTE0LTIyNSA3OXExOSA3MyA1OCAxNDBsMjE0LTEwNC0xNzcgMTU5cTQ2IDYxIDEwNyAxMDhsMTU4LTE3OC0xMDMgMjE1cTY3IDM5IDE0MCA1OGw3Ny0yMjQtMTMgMjM2cTM2IDYgNzUgNiAzOCAwIDc2LTZsLTE0LTIzNyA3OCAyMjVxNzQtMTkgMTQwLTU5TDk0NSA5MDdsMTU4IDE3OHE2MS00NyAxMDctMTA4bC0xNzctMTU5IDIxMyAxMDRxMzctNjIgNTgtMTQxbC0yMjQtNzggMjM3IDE0cTUtMzEgNS03N3ptMzAgMHEwIDE2MC03OC41IDI5NS41dC0yMTMgMjE0VDc2OCAxMjI4cS0xMTkgMC0yMjctNDYuNXQtMTg2LjUtMTI1VDIzMCA4Njl0LTQ2LTIyOXEwLTExOSA0Ni0yMjh0MTI0LjUtMTg3LjVUNTQxIDk5LjUgNzY4IDUzcTE1OCAwIDI5Mi41IDc4LjV0MjEzIDIxNFQxMzUyIDY0MHptNzMgMzgzVjI1N0w3NjgtMTI2IDExMSAyNTd2NzY2bDY1NyAzODN6TTc2OC0xODNsNzA4IDQxMnY4MjNsLTcwOCA0MTEtNzA4LTQxMVYyMjl6bTc2OCAxMjcxVjE5Mkw3NjgtMjU2IDAgMTkydjg5Nmw3NjggNDQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkIxIiB1bmljb2RlPSLvirEiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMzM5IDEzMThoNjkxbC0yNi03MkgzMzlxLTExMCAwLTE4OC41LTc5VDcyIDk3OFYyMDdxMC05NSA2MC41LTE2OS41VDI4Ni01NnEyMy01IDk4LTV2LTcyaC00NVExOTktMTMzIDk5LjUtMzNUMCAyMDd2NzcxcTAgMTQwIDk5LjUgMjQwVDMzOSAxMzE4em04NTEgMjE4aDI0N0w5NTUgMjQycS0yMy02MS00MC41LTEwMy41dC00NS05OC01NC05My41LTY0LjUtNzguNS03OS41LTY1LTk1LjUtNDFUNDYwLTI1NnYxOTVxMTYzIDI2IDIyMCAxODIgMjAgNTIgMjAgMTA1IDAgNTQtMjAgMTA2bC0yODUgNzMzaDIyOGwxODctNTg1em00NzQtNTU4Vi0xMzNIODY5cTM3IDU1IDQ1IDczaDY3OFY5NzhxMCA4NS00OS41IDE1NXQtMTI5LjUgOTlsMjUgNjdxMTAxLTM0IDE2My41LTEyMy41VDE2NjQgOTc4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkIyIiB1bmljb2RlPSLvirIiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODUyIDEyMjdxMC0yOS0xNy01Mi41dC00NS0yMy41LTQ1IDIzLjUtMTcgNTIuNSAxNyA1Mi41IDQ1IDIzLjUgNDUtMjMuNSAxNy01Mi41ek02ODgtMTQ5djExNHEwIDMwLTIwLjUgNTEuNVQ2MTcgMzh0LTUwLTIxLjVUNTQ3LTM1di0xMTRxMC0zMCAyMC41LTUydDQ5LjUtMjJxMzAgMCA1MC41IDIydDIwLjUgNTJ6bTE3MiAwdjExNHEwIDMwLTIwIDUxLjVUNzkwIDM4dC01MC41LTIxLjVUNzE5LTM1di0xMTRxMC0zMCAyMC41LTUydDUwLjUtMjJxMjkgMCA0OS41IDIydDIwLjUgNTJ6bTE3NCAwdjExNHEwIDMwLTIwLjUgNTEuNVQ5NjMgMzh0LTUwLjUtMjEuNVQ4OTItMzV2LTExNHEwLTMwIDIwLjUtNTJ0NTAuNS0yMiA1MC41IDIyIDIwLjUgNTJ6bTE3NCAwdjExNHEwIDMwLTIwLjUgNTEuNVQxMTM3IDM4dC01MC41LTIxLjVUMTA2Ni0zNXYtMTE0cTAtMzAgMjAuNS01MnQ1MC41LTIyIDUwLjUgMjIgMjAuNSA1MnptMjY4IDY4NHEtODQtMTYwLTIzMi0yNTkuNVQ5MjEgMTc2cS0xMjMgMC0yMjkuNSA1MS41VDUxMyAzNjQuNSA0MDAgNTYydC00MSAyMzJxMCA4OCAyMSAxNzQtMTA0LTE3NS0xMDQtMzkwIDAtMTYyIDY1LTMxMlQ1MjYgMTVxMzAgNTcgOTEgNTcgNTYgMCA4Ni01MCAzMiA1MCA4NyA1MCA1NiAwIDg2LTUwIDMyIDUwIDg3IDUwdDg3LTUwcTMwIDUwIDg2IDUwIDI4IDAgNTIuNS0xNS41VDEyMjYgMTZxMTEyIDk0IDE3NyAyMzEuNXQ3MyAyODcuNXptLTE1MCAyOXEwIDc1LTcyIDc1LTE3IDAtNDctNi05NS0xOS0xNDktMTktMjI2IDAtMjI2IDI0MyAwIDg2IDMwIDIwNC04My0xMjctODMtMjc1IDAtMTUwIDg5LTI2MC41VDExMDMgNDE1cTExMSAwIDIxMCA3MCAxMyA0OCAxMyA3OXptLTQ0MiA2NTlxMCA1MC0zMiA4OS41dC04MSAzOS41LTgxLTM5LjUtMzItODkuNXEwLTUxIDMxLjUtOTAuNVQ3NzEgMTA5M3Q4MS41IDM5LjVUODg0IDEyMjN6bTYyOS0zMzlxMCA5Ni0zNy41IDE3OXQtMTEzIDEzNy0xNzMuNSA1NHEtNzcgMC0xNDktMzV0LTEyNy05NHEtNDgtMTU5LTQ4LTI2OCAwLTEwNCA0NS41LTE1N3QxNDcuNS01M3E1MyAwIDE0MiAxOSAzNiA2IDUzIDYgNTEgMCA3Ny41LTI4dDI2LjUtODBxMC0yNi00LTQ2IDc1IDY4IDExNy41IDE2NS41VDE1MTMgODg0em0yNzktMjE3cTAtMTExLTMzLjUtMjQ5LjVUMTY2NSAyMTNxLTU4LTY0LTE5NS0xNDIuNVQxMjQyLTM0bC00LTF2LTExNHEwLTQzLTI5LjUtNzV0LTcyLjUtMzJxLTU2IDAtODYgNTAtMzItNTAtODctNTB0LTg3IDUwcS0zMC01MC04Ni01MC01NSAwLTg3IDUwLTMwLTUwLTg2LTUwLTQ3IDAtNzUgMzMuNVQ1MTQtMTQxcS05MC02OC0xOTgtNjgtMTE4IDAtMjExIDgwIDU0IDEgMTA2IDIwUTk4LTc4IDI5IDE4cTMyLTcgNzEtNyA4OSAwIDE2NCA0NlE3MiAyNDkgMjQgMzYzIDAgNDE5IDAgNTIzcTAgNTcgOSAxMjUuNVQ0MC41IDc5NXQ1NSAxNDEgODYuNSAxMDUgMTIwIDQycTU5IDAgODEtNTIgMTkgMjkgNDIgNTQgMiAzIDEyIDEzdDEzIDE2cTEwIDE1IDIzIDM4dDI1IDQyIDI4IDM5cTg3IDExMSAyMTEuNSAxNzd0MjYwLjUgNjZxMzUgMCA2Mi00IDU5IDY0IDE0NiA2NCA4MyAwIDE0MC01NyA1LTUgNS0xMiAwLTUtNi0xMy41dC0xMi41LTE2LTE2LTE3TDEzMDYgMTQxMHExNy02IDM2LTE4dDE5LTI0cTAtNi0xNi0yNSAxNTctMTM4IDE5Ny0zNzggMjUgMzAgNjAgMzAgNDUgMCAxMDAtNDkgOTAtODAgOTAtMjc5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkIzIiB1bmljb2RlPSLvirMiIGQ9Ik05MTcgNjMxcTAgMzMtNiA2NEg1NDlWNTYzaDIxN3EtMTItNzYtNzQuNS0xMjAuNVQ1NDkgMzk4cS05OSAwLTE2OSA3MS41VDMxMCA2NDB0NzAgMTcwLjVUNTQ5IDg4MnE5MyAwIDE1My01OWwxMDQgMTAxcS0xMDggMTAwLTI1NyAxMDAtMTYwIDAtMjcyLTExMi41VDE2NSA2NDB0MTEyLTI3MS41VDU0OSAyNTZxMTY1IDAgMjY2LjUgMTA1VDkxNyA2MzF6bTM0NS00NmgxMDl2MTEwaC0xMDl2MTEwaC0xMTBWNjk1aC0xMTBWNTg1aDExMFY0NzVoMTEwdjExMHptMjc0IDU1cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkI0IiB1bmljb2RlPSLvirQiIGQ9Ik0xNTM2IDEwMjRWMTg1cTAtNDgtNDktNjItMTc0LTUyLTMzOC01Mi03MyAwLTIxNS41IDI5LjVUNzA2IDEzMHEtMTY0IDAtMzcwLTQ4di0zMzhIMTc2djEzNjhxLTYzIDI1LTEwMSA4MXQtMzggMTI0cTAgOTEgNjQgMTU1dDE1NSA2NCAxNTUtNjQgNjQtMTU1cTAtNjgtMzgtMTI0dC0xMDEtODF2LTY4cTE5MCA0NCAzNDMgNDQgOTkgMCAxOTgtMTUgMTQtMiAxMTEuNS0yMi41VDExMzggMTAzMHE3NyAwIDE2NSAxOCAxMSAyIDgwIDIxdDg5IDE5cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQjUiIHVuaWNvZGU9Iu+KtSIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xOTIgMzg0cTQwIDAgNTYgMzJ0MCA2NC01NiAzMi01Ni0zMiAwLTY0IDU2LTMyem0xNDczIDU4cS0xMCAxMy0zOC41IDUwdC00MS41IDU0LTM4IDQ5LTQyLjUgNTMtNDAuNSA0Ny00NSA0OWwtMTI1LTE0MHEtODMtOTQtMjA4LjUtOTJUODgwIDYxMHEtNTcgNjktNTYuNSAxNThUODgyIDkyNWwxNzcgMjA2cS0yMiAxMS01MSAxNi41dC00Ny41IDYtNTYuNS0uNS00OS0xcS05MiAwLTE1OC02Nkw1MzkgOTI4SDM4NFYzODRxNSAwIDIxIC41dDIyIDAgMTkuNS0yVDQ2NyAzNzh0MTcuNS04LjVUNTAzIDM1Nkw4MDAgNjRROTE1LTQ3IDEwMjctNDdxNzggMCAxMjUgNDcgNTctMjAgMTEyLjUgOHQ3Mi41IDg1cTc0LTYgMTI3IDQ0IDIwIDE4IDM2IDQ1LjV0MTQgNTAuNXExMC0xMCA0My0xMCA0MyAwIDc3IDIxdDQ5LjUgNTMgMTIgNzEuNVQxNjY1IDQ0MnptMTU5LTU4aDk2djUxMmgtOTNsLTE1NyAxODBxLTY2IDc2LTE2OSA3NmgtMTY3cS04OSAwLTE0Ni02N0w5NzkgODQycS0yOC0zMy0yOC03NXQyNy03NXE0My01MSAxMTAtNTJ0MTExIDQ5bDE5MyAyMThxMjUgMjMgNTMuNSAyMS41dDQ3LTI3IDguNS01Ni41cTE2LTE5IDU2LTYzdDYwLTY4cTI5LTM2IDgyLjUtMTA1LjVUMTc2NCA1MjRxNTItNjYgNjAtMTQwem0yODggMHE0MCAwIDU2IDMydDAgNjQtNTYgMzItNTYtMzIgMC02NCA1Ni0zMnptMTkyIDU3NlYzMjBxMC0yNi0xOS00NXQtNDUtMTloLTQzNHEtMjctNjUtODItMTA2LjVUMTU5OSA5OHEtMzMtNDgtODAuNS04MS41VDE0MTYtMjlxLTQyLTUzLTEwNC41LTgxLjVUMTE4My0xMzVxLTYwLTM0LTEyNi0zOS41dC0xMjcuNSAxNC0xMTcgNTMuNVQ3MDktMjZMNDIyIDI1Nkg2NHEtMjYgMC00NSAxOVQwIDMyMHY2NzJxMCAyNiAxOSA0NXQ0NSAxOWg0MjFxMTQgMTQgNDcgNDh0NDcuNSA0OCA0NCA0MCA1MC41IDM3LjUgNTEgMjUuNSA2MiAxOS41IDY4IDUuNWgxMTdxOTkgMCAxODEtNTYgODIgNTYgMTgxIDU2aDE2N3EzNSAwIDY3LTZ0NTYuNS0xNC41IDUxLjUtMjYuNSA0NC41LTMxIDQzLTM5LjUgMzktNDIgNDEtNDggNDEuNS00OC41aDM1NXEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkI2IiB1bmljb2RlPSLvirYiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiA4ODJWLTk2cTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwLTk2djk3OHEwIDE1IDExIDI0IDggNyAzOSAzNC41dDQxLjUgMzZUMTM3IDEwMTR0NzAgNTUuNSA5NiA3MyAxNDMuNSAxMDdUNjM5IDEzOTBxNSA0IDUyLjUgNDB0NzEuNSA1Mi41IDY0IDM1IDY5IDE4LjUgNjktMTguNSA2NS0zNS41IDcxLTUyIDUyLTQwcTExMC04MCAxOTIuNS0xNDAuNXQxNDMuNS0xMDcgOTYtNzMgNzAtNTUuNSA0NS41LTM3LjUgNDEuNS0zNiAzOS0zNC41cTExLTkgMTEtMjR6bS01NjQtNTg1cTI2MyAxOTEgMzQ1IDI1MiAxMSA4IDEyLjUgMjAuNVQxNTc5IDU5M2wtMzggNTJxLTggMTEtMjEgMTIuNXQtMjQtNi41cS0yMzEtMTY5LTM0My0yNTAtNS0zLTUyLTM5dC03MS41LTUyLjUtNjQuNS0zNS02OS0xOC41LTY5IDE4LjUtNjQuNSAzNVQ2OTEgMzYydC01MiAzOVE0NTMgNTM1IDI5NiA2NTFxLTExIDgtMjQgNi41VDI1MSA2NDVsLTM4LTUycS04LTExLTYuNS0yMy41VDIxOSA1NDlxODItNjEgMzQ1LTI1MiAxMC04IDUwLTM4dDY1LTQ3IDY0LTM5LjUgNzcuNS0zMy41IDc1LjUtMTEgNzUuNSAxMSA3OSAzNC41VDExMTUgMjEzdDY1IDQ3LjUgNDggMzYuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJCNyIgdW5pY29kZT0i74q3IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE0NzQgNjIzbDM5LTUxcTgtMTEgNi41LTIzLjVUMTUwOCA1MjhxLTQzLTM0LTEyNi41LTk4LjV0LTE0Ni41LTExMy02Ny01MS41cS0zOS0zMi02MC00OHQtNjAuNS00MS03Ni41LTM2LjUtNzQtMTEuNWgtMnEtMzcgMC03NCAxMS41VDc0NSAxNzZ0LTYxIDQxLjUtNjAgNDcuNXEtNSA0LTY1IDUwLjV0LTE0My41IDExMVQyOTMgNTIxcS0xMSA4LTEyLjUgMjAuNVQyODcgNTY1bDM3IDUycTggMTEgMjEuNSAxM3QyNC41LTdxOTQtNzMgMzA2LTIzNiA1LTQgNDMuNS0zNXQ2MC41LTQ2LjUgNTYuNS0zMi41IDU4LjUtMTdoMnEyNCAwIDU4LjUgMTd0NTYuNSAzMi41IDYwLjUgNDYuNSA0My41IDM1cTI1OCAxOTggMzEzIDI0MiAxMSA4IDI0IDYuNXQyMS0xMi41em0xOTAtNzE5djkyOHEtOTAgODMtMTU5IDEzOS05MSA3NC0zODkgMzA0LTMgMi00MyAzNXQtNjEgNDgtNTYgMzIuNS01OSAxNy41aC0ycS0yNCAwLTU5LTE3LjV0LTU2LTMyLjUtNjEtNDgtNDMtMzVxLTIxNS0xNjYtMzE1LjUtMjQ1LjVUMjMxIDkyNS41IDE0OSA4NTFxLTE0LTEyLTIxLTE5Vi05NnEwLTEzIDkuNS0yMi41VDE2MC0xMjhoMTQ3MnExMyAwIDIyLjUgOS41VDE2NjQtOTZ6bTEyOCA5MjhWLTk2cTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwLTk2djkyOHEwIDU2IDQxIDk0IDEyMyAxMTQgMzUwIDI5MC41VDYyNCAxMzk4cTM2IDMwIDU5IDQ3LjV0NjEuNSA0MiA3NiAzNi41IDc0LjUgMTJoMnEzNyAwIDc0LjUtMTJ0NzYtMzYuNSA2MS41LTQyIDU5LTQ3LjVxNDMtMzYgMTU2LTEyMnQyMjYtMTc3IDIwMS0xNzNxNDEtMzggNDEtOTR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQjgiIHVuaWNvZGU9Iu+KuCIgZD0iTTMzMCAxbDIwMi0yMTQtMzQgMjM2LTIxNiAyMTN6bTIyNi0yMjZMODMwLTdsLTExIDI0NUw1MTkgMjN6TTI0NSA0MTNsMjI3LTIxMy00OCAzMjctMjQ1IDIwNHptMjUwLTIyNGwzMTcgMjE0LTE0IDMyNC0zNTItMjAwem0zNDgtMTFsOTUtODAtMiAyMzktMTAzIDc5cTAtMSAxLTguNXQwLTEyLTUtNy41bC03OC01MiA4NS03MHE3LTYgNy04OHpNMTM4IDkzMGwyNTYtMjAwLTY4IDQ2NS0yNzkgMTczem0xMDM1LTY2M2wxNSAyMzQtMjMwLTE2NCAyLTI0MHpNNDE3IDcyMmwzNzMgMTk0LTE5IDQ0MS00MjMtMTYzem04NTMtMzY1bDIwIDIzMy0yMjYgMTQyLTItMTA1IDE0NC05NXE2LTQgNC05bC03LTExOXptMTkxIDEzOWwzMCAyMjItMTc5LTEyOC0yMC0yMjh6bS0xODgtMTY3bC03MSA0OS04LTExN3EwLTUtNC04TDk1NiA2NnEtNy01LTE0IDBsLTk4IDgzIDctMTYxcTAtNS00LThMNTU0LTI1NHEtNC0yLTYtMi04IDItOCAzTDMxMi0xMXEtNCA0LTU5IDI3Ny0yIDcgNSAxMWw2MSAzN3EtOTQgODYtOTUgOTJsLTcyIDM1MXEtMiA3IDYgMTJsOTQgNDVRMTE5IDkxNCAxMTcgOTIybC05NiA0NjZxLTIgMTAgNyAxM2w0MzMgMTM1cTUgMCA4LTFsMzE3LTE1M3E2LTQgNi05bDIwLTQ2M3EwLTctNi0xMGwtMTE4LTYxIDEyNi04NXE1LTIgNS04bDUtMTIzIDEyMSA3NHE1IDQgMTEgMGw4NC01NiAzIDExMHEwIDYgNSA5bDIwNiAxMjZxNiAzIDExIDBsMjQ1LTEzNXE0LTQgNS03dC02LjUtNjAtMTcuNS0xMjQuNS0xMC03MC41cTAtNS00LTdsLTE5MS0xNTNxLTYtNS0xMyAweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkI5IiB1bmljb2RlPSLvirkiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTIwMSAyOThxMCA1Ny01LjUgMTA3dC0yMSAxMDAuNS0zOS41IDg2LTY0IDU4LTkxIDIyLjVxLTYtNC0zMy41LTIwLjVUOTA0IDYyN3QtNDAuNS0yMC00OS0xNy00Ni41LTUtNDYuNSA1LTQ5IDE3LTQwLjUgMjAtNDIuNSAyNC41VDU1NiA2NzJxLTUxIDAtOTEtMjIuNXQtNjQtNTgtMzkuNS04Ni0yMS0xMDAuNS01LjUtMTA3cTAtNzMgNDItMTIxLjVUNDgwIDEyOGg1NzZxNjEgMCAxMDMgNDguNXQ0MiAxMjEuNXptLTE3MyA1OTRxMCAxMDgtNzYuNSAxODRUNzY4IDExNTJ0LTE4My41LTc2VDUwOCA4OTJxMC0xMDcgNzYuNS0xODNUNzY4IDYzM3QxODMuNSA3NiA3Ni41IDE4M3ptNjM2LTU0MFYxNjBxMC0xNC05LTIzdC0yMy05aC05NlYtOTZxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAtOTZ2MTQ3MnEwIDY2IDQ3IDExM3QxMTMgNDdoMTIxNnE2NiAwIDExMy00N3Q0Ny0xMTN2LTIyNGg5NnExNCAwIDIzLTl0OS0yM1Y5MjhxMC0xNC05LTIzdC0yMy05aC05NlY3NjhoOTZxMTQgMCAyMy05dDktMjNWNTQ0cTAtMTQtOS0yM3QtMjMtOWgtOTZWMzg0aDk2cTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkJBIiB1bmljb2RlPSLviroiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTAyOCA4OTJxMC0xMDctNzYuNS0xODNUNzY4IDYzM3QtMTgzLjUgNzZUNTA4IDg5MnEwIDEwOCA3Ni41IDE4NHQxODMuNSA3NiAxODMuNS03NiA3Ni41LTE4NHptLTQ4LTIyMHE0NiAwIDgyLjUtMTd0NjAtNDcuNSAzOS41LTY3IDI0LTgxIDExLjUtODIuNSAzLjUtNzlxMC02Ny0zOS41LTExOC41VDEwNTYgMTI4SDQ4MHEtNjYgMC0xMDUuNSA1MS41VDMzNSAyOThxMCA0OCA0LjUgOTMuNVQzNTggNDkwdDM2LjUgOTEuNSA2MyA2NC41IDkzLjUgMjZoNXE3LTQgMzItMTkuNXQzNS41LTIxIDMzLTE3IDM3LTE2IDM1LTlUNzY4IDU4NXQzOS41IDQuNSAzNSA5IDM3IDE2IDMzIDE3IDM1LjUgMjEgMzIgMTkuNXptNjg0IDI1NnEwLTEzLTkuNS0yMi41VDE2MzIgODk2aC05NlY3NjhoOTZxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNVY1NDRxMC0xMy05LjUtMjIuNVQxNjMyIDUxMmgtOTZWMzg0aDk2cTEzIDAgMjIuNS05LjV0OS41LTIyLjVWMTYwcTAtMTMtOS41LTIyLjVUMTYzMiAxMjhoLTk2Vi05NnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMC05NnYxNDcycTAgNjYgNDcgMTEzdDExMyA0N2gxMjE2cTY2IDAgMTEzLTQ3dDQ3LTExM3YtMjI0aDk2cTEzIDAgMjIuNS05LjV0OS41LTIyLjVWOTI4ek0xNDA4LTk2djE0NzJxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMzc2Vi05NnEwLTEzIDkuNS0yMi41VDE2MC0xMjhoMTIxNnExMyAwIDIyLjUgOS41VDE0MDgtOTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQkIiIHVuaWNvZGU9Iu+KuyIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xMDI0IDQwNXEwIDY0LTkgMTE3LjV0LTI5LjUgMTAzLTYwLjUgNzgtOTcgMjguNXEtNi00LTMwLTE4dC0zNy41LTIxLjVUNzI1IDY3NXQtNDMtMTQuNS00Mi00LjUtNDIgNC41LTQzIDE0LjUtMzUuNSAxNy41VDQ4MiA3MTR0LTMwIDE4cS01NyAwLTk3LTI4LjV0LTYwLjUtNzgtMjkuNS0xMDMtOS0xMTcuNSAzNy0xMDYuNSA5MS00Mi41aDUxMnE1NCAwIDkxIDQyLjV0MzcgMTA2LjV6TTg2NyA5MjVxMCA5NC02Ni41IDE2MC41VDY0MCAxMTUydC0xNjAuNS02Ni41VDQxMyA5MjV0NjYuNS0xNjAuNVQ2NDAgNjk4dDE2MC41IDY2LjVUODY3IDkyNXptOTI1LTUwOXY2NHEwIDE0LTkgMjN0LTIzIDloLTU3NnEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg1NzZxMTQgMCAyMyA5dDkgMjN6bTAgMjYwdjU2cTAgMTUtMTAuNSAyNS41VDE3NTYgNzY4aC01NjhxLTE1IDAtMjUuNS0xMC41VDExNTIgNzMydi01NnEwLTE1IDEwLjUtMjUuNVQxMTg4IDY0MGg1NjhxMTUgMCAyNS41IDEwLjVUMTc5MiA2NzZ6bTAgMjUydjY0cTAgMTQtOSAyM3QtMjMgOWgtNTc2cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDU3NnExNCAwIDIzIDl0OSAyM3ptMjU2IDMyMFYzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3aC0zNTJ2OTZxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi05Nkg2NDB2OTZxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi05NkgxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTcyOHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQkMiIHVuaWNvZGU9Iu+KvCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xMDI0IDQwNXEwLTY0LTM3LTEwNi41VDg5NiAyNTZIMzg0cS01NCAwLTkxIDQyLjVUMjU2IDQwNXQ5IDExNy41IDI5LjUgMTAzIDYwLjUgNzggOTcgMjguNXE2LTQgMzAtMTh0MzcuNS0yMS41VDU1NSA2NzV0NDMtMTQuNSA0Mi00LjUgNDIgNC41IDQzIDE0LjUgMzUuNSAxNy41VDc5OCA3MTR0MzAgMThxNTcgMCA5Ny0yOC41dDYwLjUtNzggMjkuNS0xMDMgOS0xMTcuNXpNODY3IDkyNXEwLTk0LTY2LjUtMTYwLjVUNjQwIDY5OHQtMTYwLjUgNjYuNVQ0MTMgOTI1dDY2LjUgMTYwLjVUNjQwIDExNTJ0MTYwLjUtNjYuNVQ4NjcgOTI1em05MjUtNDQ1di02NHEwLTE0LTktMjN0LTIzLTloLTU3NnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDU3NnExNCAwIDIzLTl0OS0yM3ptMCAyNTJ2LTU2cTAtMTUtMTAuNS0yNS41VDE3NTYgNjQwaC01NjhxLTE1IDAtMjUuNSAxMC41VDExNTIgNjc2djU2cTAgMTUgMTAuNSAyNS41VDExODggNzY4aDU2OHExNSAwIDI1LjUtMTAuNVQxNzkyIDczMnptMCAyNjB2LTY0cTAtMTQtOS0yM3QtMjMtOWgtNTc2cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNTc2cTE0IDAgMjMtOXQ5LTIzem0xMjgtOTYwdjEyMTZxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMjQ4VjMycTAtMTMgOS41LTIyLjVUMTYwIDBoMzUydjk2cTAgMTQgOSAyM3QyMyA5aDY0cTE0IDAgMjMtOXQ5LTIzVjBoNzY4djk2cTAgMTQgOSAyM3QyMyA5aDY0cTE0IDAgMjMtOXQ5LTIzVjBoMzUycTEzIDAgMjIuNSA5LjVUMTkyMCAzMnptMTI4IDEyMTZWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTcyOHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQkQiIHVuaWNvZGU9Iu+KvSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNTIzIDE5N3EtMjIgMTU1LTg3LjUgMjU3LjVUMTI1MSA1NzNxLTY3LTc0LTE1OS41LTExNS41VDg5NiA0MTZ0LTE5NS41IDQxLjVUNTQxIDU3M3EtMTE5LTE2LTE4NC41LTExOC41VDI2OSAxOTdRMzc1IDQ3IDU0MC00MC41VDg5Ni0xMjh0MzU2IDg3LjVUMTUyMyAxOTd6bS0yNDMgNjk5cTAgMTU5LTExMi41IDI3MS41VDg5NiAxMjgwdC0yNzEuNS0xMTIuNVQ1MTIgODk2dDExMi41LTI3MS41VDg5NiA1MTJ0MjcxLjUgMTEyLjVUMTI4MCA4OTZ6bTUxMi0yNTZxMC0xODItNzEtMzQ3LjV0LTE5MC41LTI4NlQxMjQ1LTE4NXQtMzQ5LTcxcS0xODIgMC0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkJFIiB1bmljb2RlPSLvir4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODk2IDE1MzZxMTgyIDAgMzQ4LTcxdDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDhxMC0xODEtNzAuNS0zNDdUMTUzMSA3dC0yODYtMTkxLjVUODk2LTI1NnQtMzQ5IDcxVDI2MS41IDYuNSA3MSAyOTIuNSAwIDY0MHQ3MSAzNDggMTkxIDI4NiAyODYgMTkxIDM0OCA3MXptNjE5LTEzNTFxMTQ5IDIwNSAxNDkgNDU1IDAgMTU2LTYxIDI5OHQtMTY0IDI0NS0yNDUgMTY0LTI5OCA2MS0yOTgtNjEtMjQ1LTE2NC0xNjQtMjQ1LTYxLTI5OHEwLTI1MCAxNDktNDU1IDY2IDMyNyAzMDYgMzI3IDEzMS0xMjggMzEzLTEyOHQzMTMgMTI4cTI0MCAwIDMwNi0zMjd6bS0yMzUgNjQ3cTAgMTU5LTExMi41IDI3MS41VDg5NiAxMjE2dC0yNzEuNS0xMTIuNVQ1MTIgODMydDExMi41LTI3MS41VDg5NiA0NDh0MjcxLjUgMTEyLjVUMTI4MCA4MzJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQzAiIHVuaWNvZGU9Iu+LgCIgZD0iTTEyMDEgNzUycTQ3LTE0IDg5LjUtMzh0ODktNzMgNzkuNS0xMTUuNSA1NS0xNzIgMjItMjM2LjVxMC0xNTQtMTAwLTI2My41VDExOTUtMjU2SDM0MXEtMTQxIDAtMjQxIDEwOS41VDAgMTE3cTAgMTMxIDIyIDIzNi41dDU1IDE3MlQxNTYuNSA2NDF0ODkgNzMgODkuNSAzOHEtNzkgMTI1LTc5IDI3MiAwIDEwNCA0MC41IDE5OC41VDQwNiAxMzg2dDE2My41IDEwOS41VDc2OCAxNTM2dDE5OC41LTQwLjVUMTEzMCAxMzg2dDEwOS41LTE2My41VDEyODAgMTAyNHEwLTE0Ny03OS0yNzJ6bS00MzMgNjU2cS0xNTkgMC0yNzEuNS0xMTIuNVQzODQgMTAyNHQxMTIuNS0yNzEuNVQ3NjggNjQwdDI3MS41IDExMi41VDExNTIgMTAyNHQtMTEyLjUgMjcxLjVUNzY4IDE0MDh6bTQyNy0xNTM2cTg4IDAgMTUwLjUgNzEuNVQxNDA4IDExN3EwIDIzOS03OC41IDM3N1QxMTA0IDYzOVE5NTkgNTEyIDc2OCA1MTJUNDMyIDYzOXEtMTQ3LTctMjI1LjUtMTQ1VDEyOCAxMTdxMC0xMDIgNjIuNS0xNzMuNVQzNDEtMTI4aDg1NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDMSIgdW5pY29kZT0i74uBIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEwMjQgMjc4cTAtNjQtMzctMTA3dC05MS00M0gzODRxLTU0IDAtOTEgNDN0LTM3IDEwNyA5IDExOCAyOS41IDEwNCA2MSA3OC41VDQ1MiA2MDdxODAtNzUgMTg4LTc1dDE4OCA3NXE1NiAwIDk2LjUtMjguNXQ2MS03OC41IDI5LjUtMTA0IDktMTE4ek04NzAgNzk3cTAtOTQtNjcuNS0xNjAuNVQ2NDAgNTcwdC0xNjIuNSA2Ni41VDQxMCA3OTd0NjcuNSAxNjAuNVQ2NDAgMTAyNHQxNjIuNS02Ni41VDg3MCA3OTd6bTI4Mi04OTN2MTM3NkgxMjhWLTk2cTAtMTMgOS41LTIyLjVUMTYwLTEyOGg5NjBxMTMgMCAyMi41IDkuNVQxMTUyLTk2em0xMjggMTQ3MlYtOTZxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAtOTZ2MTQ3MnEwIDY2IDQ3IDExM3QxMTMgNDdoMzUydi05NnEwLTE0IDktMjN0MjMtOWgxOTJxMTQgMCAyMyA5dDkgMjN2OTZoMzUycTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDMiIgdW5pY29kZT0i74uCIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTg5NiAzMjRxMCA1NC03LjUgMTAwLjV0LTI0LjUgOTAtNTEgNjguNS04MSAyNXEtNjQtNjQtMTU2LTY0dC0xNTYgNjRxLTQ3IDAtODEtMjV0LTUxLTY4LjUtMjQuNS05MFQyNTYgMzI0cTAtNTUgMzEuNS05My41VDM2MyAxOTJoNDI2cTQ0IDAgNzUuNSAzOC41VDg5NiAzMjR6TTc2OCA3NjhxMCA4MC01NiAxMzZ0LTEzNiA1Ni0xMzYtNTYtNTYtMTM2IDU2LTEzNiAxMzYtNTYgMTM2IDU2IDU2IDEzNnptMTAyNC00ODB2NjRxMCAxNC05IDIzdC0yMyA5aC03MDRxLTE0IDAtMjMtOXQtOS0yM3YtNjRxMC0xNCA5LTIzdDIzLTloNzA0cTE0IDAgMjMgOXQ5IDIzem0tMzg0IDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTMyMHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTM4NCAwdjY0cTAgMTQtOSAyM3QtMjMgOWgtMTkycS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDE5MnExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC03MDRxLTE0IDAtMjMtOXQtOS0yM3YtNjRxMC0xNCA5LTIzdDIzLTloNzA0cTE0IDAgMjMgOXQ5IDIzek0xMjggMTE1MmgxNzkydjk2cTAgMTQtOSAyM3QtMjMgOUgxNjBxLTE0IDAtMjMtOXQtOS0yM3YtOTZ6bTE5MjAgOTZWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTcyOHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQzMiIHVuaWNvZGU9Iu+LgyIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik04OTYgMzI0cTAtNTUtMzEuNS05My41VDc4OSAxOTJIMzYzcS00NCAwLTc1LjUgMzguNVQyNTYgMzI0cTAgNTQgNy41IDEwMC41dDI0LjUgOTAgNTEgNjguNSA4MSAyNXE2NC02NCAxNTYtNjR0MTU2IDY0cTQ3IDAgODEtMjV0NTEtNjguNSAyNC41LTkwVDg5NiAzMjR6TTc2OCA3NjhxMC04MC01Ni0xMzZ0LTEzNi01Ni0xMzYgNTYtNTYgMTM2IDU2IDEzNiAxMzYgNTYgMTM2LTU2IDU2LTEzNnptMTAyNC00MTZ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtNzA0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNzA0cTE0IDAgMjMtOXQ5LTIzem0tMzg0IDI1NnYtNjRxMC0xNC05LTIzdC0yMy05aC0zMjBxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgzMjBxMTQgMCAyMy05dDktMjN6bTM4NCAwdi02NHEwLTE0LTktMjN0LTIzLTloLTE5MnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMCAyNTZ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtNzA0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNzA0cTE0IDAgMjMtOXQ5LTIzem0xMjgtODMydjExMjBIMTI4VjMycTAtMTMgOS41LTIyLjVUMTYwIDBoMTcyOHExMyAwIDIyLjUgOS41VDE5MjAgMzJ6bTEyOCAxMjE2VjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjEyMTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDE3MjhxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkM0IiB1bmljb2RlPSLvi4QiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI1NSA3NDlxMCAzMTgtMTA1IDQ3NC41VDgyMCAxMzgwcS0yMjIgMC0zMjYtMTU3VDM5MCA3NDlxMC0zMTYgMTA0LTQ3MS41VDgyMCAxMjJxNzQgMCAxMzEgMTctMjIgNDMtMzkgNzN0LTQ0IDY1LTUzLjUgNTYuNS02MyAzNlQ2NzQgMzg0cS00NiAwLTc5LTE2bC00OSA5N3ExMDUgOTEgMjc2IDkxIDEzMiAwIDIxNS41LTU0VDExODggMzQ3cTY3IDE0OSA2NyA0MDJ6bTM5MC02MzJoMTE3cTMtMjctMi02N3QtMjYuNS05NS01OC0xMDAuNS0xMDctNzhUMTQwNi0yNTZxLTcxIDAtMTMwLjUgMTlUMTE3MC0xODF0LTc5IDc4LTY2IDk2cS05Ny0yNy0yMDUtMjctMTUwIDAtMjkyLjUgNTh0LTI1MyAxNTguNS0xNzggMjQ5VDI5IDc0OXEwIDE3MCA2Ny41IDMxOS41VDI3NSAxMzE5dDI1My41IDE1OSAyOTEuNSA1OHExMjEgMCAyMzguNS0zNnQyMTctMTA2IDE3Ni0xNjQuNSAxMTkuNS0yMTkgNDMtMjYxLjVxMC0xOTAtODAuNS0zNDcuNVQxMzE1IDEzN3E0Ny03MCA5My41LTEwNi41VDE1MTMtNnE2MSAwIDk0IDM3LjV0MzggODUuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDNSIgdW5pY29kZT0i74uFIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTQ1My0xMDFxMC0yMS0xNi0zNy41VDQwMC0xNTVxLTEgMC0xMyAzLTYzIDE1LTE2MiAxNDBRMCAyNzIgMCA2NjRxMCAzNDEgMjEzIDYxNCAzOSA1MSA5NSAxMDMuNXQ5NCA1Mi41cTE5IDAgMzUtMTMuNXQxNi0zMi41cTAtMjctNjMtOTAtOTgtMTAyLTE0Ny0xODQtMTE5LTE5OS0xMTktNDQ5IDAtMjgxIDEyMy00OTFRMjk3IDg5IDM4MyAxcTItMyAxNC41LTE2VDQxNy0zNnQxNy0yMC41VDQ0OC41LTgwdDQuNS0yMXpNMTc5NiAzM3EwLTI5LTE3LjUtNDguNVQxNzMyLTM1SDY1MXEtMjYgMC00NSAxOXQtMTkgNDVxMCAyOSAxNy41IDQ4LjVUNjUxIDk3aDEwODFxMjYgMCA0NS0xOXQxOS00NXptLTIxNSA2MTFxMC0xMzQtNjctMjMzLTI1LTM4LTY5LjUtNzguNVQxMzYxIDI3MnEtMTYtMTAtMjctMTAtNyAwLTE1IDZ0LTggMTJxMCA5IDE5IDMwdDQyIDQ2IDQyIDY3LjUgMTkgODguNXEwIDc2LTM1IDEzMC0yOSA0Mi00NiA0Mi0zIDAtMy01IDAtMTIgNy41LTM1LjV0Ny41LTM2LjVxMC0yMi0yMS41LTM1dC00NC41LTEzcS02NiAwLTY2IDc2IDAgMTUgMS41IDQ0dDEuNSA0NHEwIDI1LTEwIDQ2LTEzIDI1LTQyIDUzLjV0LTUxIDI4LjVxLTUgMC03LS41dC0zLjUtMi41LTEuNS02cTAtMiAxNi0yNnQxNi01NHEwLTM3LTE5LTY4dC00Ni01NC01My41LTQ2LTQ1LjUtNTQtMTktNjhxMC05OCA0Mi0xNjAgMjktNDMgNzktNjMgMTYtNSAxNy0xMCAxLTIgMS01IDAtMTYtMTgtMTYtNiAwLTMzIDExLTExOSA0My0xOTUgMTM5LjVUNzg2IDU4N3EwIDU1IDI0LjUgMTE1LjV0NjAgMTE1VDk0MSA5MjZ0NTkuNSAxMTMuNVQxMDI1IDExNTFxMCA1My0yNSA5NC0yOSA0OC01NiA2NC0xOSA5LTE5IDIxIDAgMjAgNDEgMjAgNTAgMCAxMTAtMjkgNDEtMTkgNzEtNDQuNXQ0OS41LTUxIDMzLjUtNjIuNSAyMi02OSAxNi04MHEwLTEgMy0xNy41dDQuNS0yNSA1LjUtMjUgOS0yNyAxMS0yMS41IDE0LjUtMTYuNSAxOC41LTUuNXEyMyAwIDM3IDE0dDE0IDM3cTAgMjUtMjAgNjd0LTIwIDUyIDEwIDEwcTI3IDAgOTMtNzAgNzItNzYgMTAyLjUtMTU2dDMwLjUtMTg2em03MjMtMjlxMC0yNzQtMTM4LTUwMy0xOS0zMi00OC03MnQtNjgtODYuNS04MS03Ny03NC0zMC41cS0xNiAwLTMxIDE1LjV0LTE1IDMxLjVxMCAxNSAyOSA1MC41dDY4LjUgNzdUMTk5NSA3M3ExODMgMjMwIDE4MyA1MzEgMCAxMzEtMjAuNSAyMzV0LTcyLjUgMjExcS01OCAxMTktMTYzIDIyOC0yIDMtMTMgMTMuNXQtMTYuNSAxNi41LTE1IDE3LjUtMTUgMjAtOS41IDE4LjUtNCAxOXEwIDE5IDE2IDM1LjV0MzUgMTYuNXE3MCAwIDE5Ni0xNjkgOTgtMTMxIDE0Ni0yNzN0NjAtMzE0cTItNDIgMi02NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDNiIgdW5pY29kZT0i74uGIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTExODkgMjI5bDE0NyA2OTNxOSA0NC0xMC41IDYzdC01MS41IDdMNDEwIDY1OXEtMjktMTEtMzkuNS0yNXQtMi41LTI2LjUgMzItMTkuNWwyMjEtNjkgNTEzIDMyM3EyMSAxNCAzMiA2IDctNS00LTE1TDc0NyA0NThsLTE2LTIyOHEyMyAwIDQ1IDIybDEwOCAxMDQgMjI0LTE2NXE2NC0zNiA4MSAzOHptNjAzIDQxMXEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkM3IiB1bmljb2RlPSLvi4ciIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNNjQwIDE5MnEwLTgwLTU2LTEzNlQ0NDggMCAzMTIgNTZ0LTU2IDEzNnEwIDYwIDM1IDExMHQ5MyA3MXY5MDdoMTI4VjM3M3E1OC0yMSA5My03MXQzNS0xMTB6bTEyOCAwcTAgNzctMzQgMTQ0dC05NCAxMTJ2NzY4cTAgODAtNTYgMTM2dC0xMzYgNTYtMTM2LTU2LTU2LTEzNlY0NDhxLTYwLTQ1LTk0LTExMnQtMzQtMTQ0cTAtMTMzIDkzLjUtMjI2LjVUNDQ4LTEyOHQyMjYuNSA5My41VDc2OCAxOTJ6bTEyOCAwcTAtMTg1LTEzMS41LTMxNi41VDQ0OC0yNTYgMTMxLjUtMTI0LjUgMCAxOTJxMCAxODIgMTI4IDMxM3Y3MTFxMCAxMzMgOTMuNSAyMjYuNVQ0NDggMTUzNnQyMjYuNS05My41VDc2OCAxMjE2VjUwNXExMjgtMTMxIDEyOC0zMTN6bTEyOCA1NzZWNjQwSDgzMnYxMjhoMTkyem0wIDI1NlY4OTZIODMydjEyOGgxOTJ6bTAgMjU2di0xMjhIODMydjEyOGgxOTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQzgiIHVuaWNvZGU9Iu+LiCIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik02NDAgMTkycTAtODAtNTYtMTM2VDQ0OCAwIDMxMiA1NnQtNTYgMTM2cTAgNjAgMzUgMTEwdDkzIDcxdjY1MWgxMjhWMzczcTU4LTIxIDkzLTcxdDM1LTExMHptMTI4IDBxMCA3Ny0zNCAxNDR0LTk0IDExMnY3NjhxMCA4MC01NiAxMzZ0LTEzNiA1Ni0xMzYtNTYtNTYtMTM2VjQ0OHEtNjAtNDUtOTQtMTEydC0zNC0xNDRxMC0xMzMgOTMuNS0yMjYuNVQ0NDgtMTI4dDIyNi41IDkzLjVUNzY4IDE5MnptMTI4IDBxMC0xODUtMTMxLjUtMzE2LjVUNDQ4LTI1NiAxMzEuNS0xMjQuNSAwIDE5MnEwIDE4MiAxMjggMzEzdjcxMXEwIDEzMyA5My41IDIyNi41VDQ0OCAxNTM2dDIyNi41LTkzLjVUNzY4IDEyMTZWNTA1cTEyOC0xMzEgMTI4LTMxM3ptMTI4IDU3NlY2NDBIODMydjEyOGgxOTJ6bTAgMjU2Vjg5Nkg4MzJ2MTI4aDE5MnptMCAyNTZ2LTEyOEg4MzJ2MTI4aDE5MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDOSIgdW5pY29kZT0i74uJIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTY0MCAxOTJxMC04MC01Ni0xMzZUNDQ4IDAgMzEyIDU2dC01NiAxMzZxMCA2MCAzNSAxMTB0OTMgNzF2Mzk1aDEyOFYzNzNxNTgtMjEgOTMtNzF0MzUtMTEwem0xMjggMHEwIDc3LTM0IDE0NHQtOTQgMTEydjc2OHEwIDgwLTU2IDEzNnQtMTM2IDU2LTEzNi01Ni01Ni0xMzZWNDQ4cS02MC00NS05NC0xMTJ0LTM0LTE0NHEwLTEzMyA5My41LTIyNi41VDQ0OC0xMjh0MjI2LjUgOTMuNVQ3NjggMTkyem0xMjggMHEwLTE4NS0xMzEuNS0zMTYuNVQ0NDgtMjU2IDEzMS41LTEyNC41IDAgMTkycTAgMTgyIDEyOCAzMTN2NzExcTAgMTMzIDkzLjUgMjI2LjVUNDQ4IDE1MzZ0MjI2LjUtOTMuNVQ3NjggMTIxNlY1MDVxMTI4LTEzMSAxMjgtMzEzem0xMjggNTc2VjY0MEg4MzJ2MTI4aDE5MnptMCAyNTZWODk2SDgzMnYxMjhoMTkyem0wIDI1NnYtMTI4SDgzMnYxMjhoMTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkNBIiB1bmljb2RlPSLvi4oiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNNjQwIDE5MnEwLTgwLTU2LTEzNlQ0NDggMCAzMTIgNTZ0LTU2IDEzNnEwIDYwIDM1IDExMHQ5MyA3MXYxMzloMTI4VjM3M3E1OC0yMSA5My03MXQzNS0xMTB6bTEyOCAwcTAgNzctMzQgMTQ0dC05NCAxMTJ2NzY4cTAgODAtNTYgMTM2dC0xMzYgNTYtMTM2LTU2LTU2LTEzNlY0NDhxLTYwLTQ1LTk0LTExMnQtMzQtMTQ0cTAtMTMzIDkzLjUtMjI2LjVUNDQ4LTEyOHQyMjYuNSA5My41VDc2OCAxOTJ6bTEyOCAwcTAtMTg1LTEzMS41LTMxNi41VDQ0OC0yNTYgMTMxLjUtMTI0LjUgMCAxOTJxMCAxODIgMTI4IDMxM3Y3MTFxMCAxMzMgOTMuNSAyMjYuNVQ0NDggMTUzNnQyMjYuNS05My41VDc2OCAxMjE2VjUwNXExMjgtMTMxIDEyOC0zMTN6bTEyOCA1NzZWNjQwSDgzMnYxMjhoMTkyem0wIDI1NlY4OTZIODMydjEyOGgxOTJ6bTAgMjU2di0xMjhIODMydjEyOGgxOTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQ0IiIHVuaWNvZGU9Iu+LiyIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik02NDAgMTkycTAtODAtNTYtMTM2VDQ0OCAwIDMxMiA1NnQtNTYgMTM2cTAgNzkgNTYgMTM1LjVUNDQ4IDM4NHQxMzYtNTYuNVQ2NDAgMTkyem0xMjggMHEwIDc3LTM0IDE0NHQtOTQgMTEydjc2OHEwIDgwLTU2IDEzNnQtMTM2IDU2LTEzNi01Ni01Ni0xMzZWNDQ4cS02MC00NS05NC0xMTJ0LTM0LTE0NHEwLTEzMyA5My41LTIyNi41VDQ0OC0xMjh0MjI2LjUgOTMuNVQ3NjggMTkyem0xMjggMHEwLTE4NS0xMzEuNS0zMTYuNVQ0NDgtMjU2IDEzMS41LTEyNC41IDAgMTkycTAgMTgyIDEyOCAzMTN2NzExcTAgMTMzIDkzLjUgMjI2LjVUNDQ4IDE1MzZ0MjI2LjUtOTMuNVQ3NjggMTIxNlY1MDVxMTI4LTEzMSAxMjgtMzEzem0xMjggNTc2VjY0MEg4MzJ2MTI4aDE5MnptMCAyNTZWODk2SDgzMnYxMjhoMTkyem0wIDI1NnYtMTI4SDgzMnYxMjhoMTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkNDIiB1bmljb2RlPSLvi4wiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTQzMyAxMjg3cTEwLTEwIDEwLTIzdC0xMC0yM0w4MDcgNjE1cS0xMC0xMC0yMy0xMHQtMjMgMTBsLTgyIDgycS0xMCAxMC0xMCAyM3QxMCAyM2w0NCA0NHEtNzIgOTEtODEuNSAyMDd0NDYuNSAyMTVxLTc0IDcxLTE3NiA3MS0xMDYgMC0xODEtNzV0LTc1LTE4MVYtMjU2SDB2MTI4MHEwIDEwNCA0MC41IDE5OC41VDE1MCAxMzg2dDE2My41IDEwOS41VDUxMiAxNTM2cTEwNiAwIDIwMS00MXQxNjYtMTE1cTk0IDM5IDE5NyAyNC41dDE4NS03OS41bDQ0IDQ0cTEwIDEwIDIzIDEwdDIzLTEwem0tODktMjYzcTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bTI1Ni0xMjhxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1LTE5LTQ1LTQ1LTE5em0yNTYgMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bS02NDAtMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bTE5Mi02NHEwIDI2IDE5IDQ1dDQ1IDE5IDQ1LTE5IDE5LTQ1LTE5LTQ1LTQ1LTE5LTQ1IDE5LTE5IDQ1em0zMjAgNjRxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOXptLTY0MC0xMjhxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOXptMjU2LTEyOHEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDUgNDUgMTkgNDUtMTkgMTktNDUtMTktNDUtNDUtMTl6bTI1NiAxMjhxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOXptLTM4NC0yNTZxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1LTE5LTQ1LTQ1LTE5em0yNTYgMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bS0zODQtMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bTI1NiAwcTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bS0xMjgtMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bS0xMjgtMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQ0QiIHVuaWNvZGU9Iu+LjSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDQ0OFYyNTZxMC0xNjktMTI4LTI4NnYtMTk0cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3YxMThxLTYzLTIyLTEyOC0yMkg1MTJxLTY1IDAtMTI4IDIydi0xMTBxMC0xNy05LjUtMjguNVQzNTItMjU2aC02NHEtMTMgMC0yMi41IDExLjVUMjU2LTIxNnYxODZRMTI4IDg3IDEyOCAyNTZ2MTkyaDE1MzZ6TTcwNCA4NjRxMC0xNC05LTIzdC0yMy05LTIzIDktOSAyMyA5IDIzIDIzIDkgMjMtOSA5LTIzem02NCA2NHEwLTE0LTktMjN0LTIzLTktMjMgOS05IDIzIDkgMjMgMjMgOSAyMy05IDktMjN6bS02NCA2NHEwLTE0LTktMjN0LTIzLTktMjMgOS05IDIzIDkgMjMgMjMgOSAyMy05IDktMjN6bTEyOCAwcTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptMTA4OC01MTJ2LTY0cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDk2djY0MHEwIDEwNiA3NSAxODF0MTgxIDc1cTEwOCAwIDE4NC03OCA0NiAxOSA5OCAxMnQ5My0zOWwyMiAyMnExMSAxMSAyMiAwbDQyLTQycTExLTExIDAtMjJsLTMxNC0zMTRxLTExLTExLTIyIDBsLTQyIDQycS0xMSAxMSAwIDIybDIyIDIycS0zNiA0Ni00MC41IDEwNHQyMy41IDEwOHEtMzcgMzUtODggMzUtNTMgMC05MC41LTM3LjVUMjU2IDEyODBWNjQwaDE1MDRxMTQgMCAyMy05dDktMjN6bS04OTYgNDQ4cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptMTkyLTY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptMTkyLTY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptMTI4IDBxMC0xNC05LTIzdC0yMy05LTIzIDktOSAyMyA5IDIzIDIzIDkgMjMtOSA5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkNFIiB1bmljb2RlPSLvi44iIGQ9Ik05OTQgMzQ0cTAtODYtMTctMTk3LTMxLTIxNS01NS0zMTMtMjItOTAtMTUyLTkwdC0xNTIgOTBxLTI0IDk4LTU1IDMxMy0xNyAxMTAtMTcgMTk3IDAgMTY4IDIyNCAxNjh0MjI0LTE2OHptNTQyIDQyNHEwLTI0MC0xMzQtNDM0VDEwNTIgNTRxLTgtMy0xNSAzdC02IDE1cTcgNDggMTAgNjYgNCAzMiA2IDQ3IDEgOSA5IDEyIDE1OSA4MSAyNTUuNSAyMzR0OTYuNSAzMzdxMCAxODAtOTEgMzMwLjVUMTA3MCAxMzMzdC0zMzcgNzRxLTEyNC03LTIzNy02MXQtMTkzLjUtMTQwLjUtMTI4LTIwMlQxMjggNzYzcTEtMTg0IDk5LTMzNi41VDQ4NCAxOTVxNy0zIDktMTIgMy0yMSA2LTQ1IDEtOSA1LTMyLjV0Ni0zNS41cTEtOS02LjUtMTVUNDg4IDUzcS0xNDggNTgtMjYxIDE2OS41dC0xNzMuNSAyNjRUMSA4MDZxNyAxNDMgNjYgMjczLjV0MTU0LjUgMjI3IDIyNSAxNTcuNSAyNzIuNSA3MHExNjQgMTAgMzE1LjUtNDYuNXQyNjEtMTYwLjUgMTc1LTI1MC41VDE1MzYgNzY4em0tNTQyIDMycTAtOTMtNjUuNS0xNTguNVQ3NzAgNTc2dC0xNTguNSA2NS41VDU0NiA4MDB0NjUuNSAxNTguNVQ3NzAgMTAyNHQxNTguNS02NS41VDk5NCA4MDB6bTI4OC0zMnEwLTEyMi01My41LTIyOC41VDEwODIgMzYycS04LTYtMTYtMnQtMTAgMTRxLTYgNTItMjkgOTItNyAxMCAzIDIwIDU4IDU0IDkxIDEyN3QzMyAxNTVxMCAxMTEtNTguNSAyMDRUOTM4IDExMTMuNSA3MjYgMTE1MHEtMTMzLTE1LTIyOS0xMTNUMzg4IDgwNnEtMTAtOTIgMjMuNS0xNzZUNTEwIDQ4NnExMC0xMCAzLTIwLTI0LTQxLTI5LTkzLTItOS0xMC0xM3QtMTYgMnEtOTUgNzQtMTQ4LjUgMTgzVDI1OCA3NzlxMyAxMzEgNjkgMjQ0dDE3NyAxODEuNSAyNDEgNzQuNXExNDQgNyAyNjgtNjB0MTk2LjUtMTg3LjVUMTI4MiA3Njh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRDAiIHVuaWNvZGU9Iu+LkCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yNTYgMTI4aDEyODB2NzY4SDI1NlYxMjh6bTE1MzYgMTEyMFYzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMCAzMnYxMjE2cTAgNjYgNDcgMTEzdDExMyA0N2gxNDcycTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJEMSIgdW5pY29kZT0i74uRIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgMjI0VjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjE5MnEwIDY2IDQ3IDExM3QxMTMgNDdoMTQ3MnE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRDIiIHVuaWNvZGU9Iu+LkiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0yNTYgMGg3Njh2NTEySDI1NlYwem0xMDI0IDUxMmg1MTJ2NzY4aC03Njh2LTI1Nmg5NnE2NiAwIDExMy00N3Q0Ny0xMTNWNTEyem03NjggODY0VjQxNnEwLTY2LTQ3LTExM3QtMTEzLTQ3aC02MDhWLTk2cTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwLTk2djk2MHEwIDY2IDQ3IDExM3QxMTMgNDdoNjA4djM1MnEwIDY2IDQ3IDExM3QxMTMgNDdoOTYwcTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJEMyIgdW5pY29kZT0i74uTIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTExNzUgMjE1bDE0NiAxNDZxMTAgMTAgMTAgMjN0LTEwIDIzbC0yMzMgMjMzIDIzMyAyMzNxMTAgMTAgMTAgMjN0LTEwIDIzbC0xNDYgMTQ2cS0xMCAxMC0yMyAxMHQtMjMtMTBMODk2IDgzMmwtMjMzIDIzM3EtMTAgMTAtMjMgMTB0LTIzLTEwTDQ3MSA5MTlxLTEwLTEwLTEwLTIzdDEwLTIzbDIzMy0yMzMtMjMzLTIzM3EtMTAtMTAtMTAtMjN0MTAtMjNsMTQ2LTE0NnExMC0xMCAyMy0xMHQyMyAxMGwyMzMgMjMzIDIzMy0yMzNxMTAtMTAgMjMtMTB0MjMgMTB6bTYxNyAxMDMzVjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjEyMTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDE0NzJxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkQ0IiB1bmljb2RlPSLvi5QiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI1NyA0MjVsLTE0Ni0xNDZxLTEwLTEwLTIzLTEwdC0yMyAxMEw4OTYgNDQ4IDcyNyAyNzlxLTEwLTEwLTIzLTEwdC0yMyAxMEw1MzUgNDI1cS0xMCAxMC0xMCAyM3QxMCAyM2wxNjkgMTY5LTE2OSAxNjlxLTEwIDEwLTEwIDIzdDEwIDIzbDE0NiAxNDZxMTAgMTAgMjMgMTB0MjMtMTBsMTY5LTE2OSAxNjkgMTY5cTEwIDEwIDIzIDEwdDIzLTEwbDE0Ni0xNDZxMTAtMTAgMTAtMjN0LTEwLTIzbC0xNjktMTY5IDE2OS0xNjlxMTAtMTAgMTAtMjN0LTEwLTIzek0yNTYgMTI4aDEyODB2MTAyNEgyNTZWMTI4em0xNTM2IDExMjBWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTQ3MnE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRDUiIHVuaWNvZGU9Iu+LlSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDcwIDM1OGwzMDYgNTY0SDcyMkw0MTYgMzU4aDY1NHptNzIyIDI4MnEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkQ2IiB1bmljb2RlPSLvi5YiIGhvcml6LWFkdi14PSIxNzk0IiBkPSJNMTI5MSAxMDYwcS0xNSAxNy0zNSA4LjV0LTI2LTI4LjUgNS0zOHExNC0xNyA0MC0xNC41dDM0IDIwLjUtMTggNTJ6TTg5NSA4MTRxLTgtOC0xOS41LTh0LTE4LjUgOHEtOCA4LTggMTl0OCAxOHE3IDggMTguNSA4dDE5LjUtOHE3LTcgNy0xOHQtNy0xOXptMTY1LTc0bC0zNS0zNXEtMTItMTMtMjkuNS0xM1Q5NjUgNzA1bC0zOCAzOHEtMTIgMTMtMTIgMzB0MTIgMzBsMzUgMzVxMTIgMTIgMjkuNSAxMnQzMC41LTEybDM4LTM5cTEyLTEyIDEyLTI5LjV0LTEyLTI5LjV6TTk1MSA4NzBxLTctOC0xOC41LTh0LTE5LjUgOHEtNyA4LTcgMTl0NyAxOXE4IDggMTkgOHQxOS04IDgtMTktOC0xOXptNDAzIDk4cS0zNC02NC0xMDcuNS04NS41VDExMTkgODk5cS0zOCAyOC02MSA2Ni41dC0yMSA4Ny41IDM5IDkyIDc1LjUgNTMgNzAuNS01IDcwLTUxcTItMiAxMy0xMi41dDE0LjUtMTMuNSAxMy0xMy41IDEyLjUtMTUuNSAxMC0xNS41IDguNS0xOCA0LTE4LjUgMS0yMS01LTIyLTkuNS0yNHptMjAxLTQ4MnEzIDIwLTguNSAzNC41VDE1MTkgNTQydC0zMyAxNy0yMyAyMHEtNDAgNzEtODQgOTguNVQxMjY2IDY4OXExOSAxMyA0MCAxOC41dDMzIDQuNWwxMi0xcTIgNDUtMzQgOTAgNiAyMCA2LjUgNDAuNVQxMzIxIDg3MmwtMyAxMHE0MyAyNCA3MSA2NXQzNCA5MXExMCA4NC00MyAxNTAuNXQtMTM3IDc2LjVxLTYwIDctMTE0LTE4LjV0LTgyLTc0LjVxLTMwLTUxLTMzLjUtMTAxdDE0LjUtODcgNDMuNS02NCA1Ni41LTQycS00NSA0LTg4IDM2dC01NyA4OHEtMjggMTA4IDMyIDIyMi0xNiAyMS0yOSAzMi01MCAwLTg5LTE5IDE5IDI0IDQyIDM3dDM2IDE0bDEzIDFxMCA1MC0xMyA3OC0xMCAyMS0zMi41IDI4LjV0LTQ3LTMuNS0zNy41LTQwcTIgNCA0IDctNy0yOC02LjUtNzUuNXQxOS0xMTdUOTIzIDEwNDRxLTI1LTE0LTQ3LTM2LTM1LTE2LTg1LjUtNzAuNVQ3MDYgODM2bC0zMy00NnEtOTAtMzQtMTgxLTEyNS41VDQxNyA1MDJxMS0xNiAxMS0yNy0xNS0xMi0zMC0zMC0yMS0yNS0yMS01NHQyMS41LTQwIDYzLjUgNnE0MSAxOSA3NyA0OS41dDU1IDYwLjVxLTIgMi02LjUgNXQtMjAuNSA3LjUtMzMgMy41cTIzIDUgNTEgMTIuNXQ0MCAxMCAyNy41IDYgMjYgNCAyMy41LjVxMTQtNyAyMiAzNCA3IDM3IDcgOTAgMCAxMDItNDAgMTUwIDEwNi0xMDMgMTAxLTIxOS0xLTI5LTE1LTUwdC0yNy0yN2wtMTMtNnEtNC03LTE5LTMydC0yNi00NS41LTI2LjUtNTItMjUtNjEtMTctNjNUNjE3IDE2OHQxMC02M3EtMzUgNTQtMzcgODAtMjItMjQtMzQuNS0zOVQ1MjIgMTA0dC0zMC41LTQ2VDQ3NSAxN3QtLjUtMzhUNTAwLTQ4cTQ1LTI1IDE0NCA2NHQxOTAuNSAyMjEuNVQ5NTcgNDY2cTg2IDUyIDE0NSAxMTUuNXQ4NiAxMTkuNXE0Ny05MyAxNTQtMTc4IDEwNC04MyAxNjctODAgMzkgMiA0NiA0M3ptMjM5IDE1NHEwLTE4Mi03MS0zNDhUMTUzMiA2dC0yODYuNS0xOTFUODk3LTI1NnQtMzQ4LjUgNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4Ni41IDE5MSAzNDguNSA3MSAzNDguNS03MSAyODYuNS0xOTEgMTkxLTI4NiA3MS0zNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRDciIHVuaWNvZGU9Iu+LlyIgZD0iTTUxOCAxMzUzVjY5OHExMDMtMSAxOTEuNSAxLjVUODM1IDcwNWwzNyAzcTY4IDIgOTAuNSAyNC41VDEwMDIgODI3bDMzIDE0MmgxMDNsLTE0LTMyMiA3LTMxOWgtMTAzbC0yOSAxMjdxLTE1IDY4LTQ1IDkzdC04NCAyNnEtODcgOC0zNTIgOFYyNnEwLTc4IDQzLjUtMTE1LjVUNjk1LTEyN2gzNTdxMzUgMCA1OS41IDJ0NTUgNy41IDU0IDE4IDQ4LjUgMzIgNDYgNTAuNSAzOSA3M2w5MyAyMTZoODlxLTYtMzctMzEuNS0yNTJUMTQ3NC0yNTZxLTE0NiA1LTI2My41IDh0LTE2Mi41IDRIMzc2TDAtMjU2djEwMmwxMjcgMjVxNjcgMTMgOTEuNSAzN1QyNDQtMTNsOCA2NDNxMyA0MDItOCA2NDUtMiA2MS0yNS41IDg0dC05MS41IDM2TDAgMTQxOXYxMDJsMzc2LTEyaDcwMnExMzkgMCAzNzQgMjctNi02OC0xNC0xOTQuNXQtMTItMjE5LjVsLTUtOTJoLTkzbC0zMiAxMjRxLTMxIDEyMS03NCAxNzkuNXQtMTEzIDU4LjVINTYxcS0yOCAwLTM1LjUtOC41VDUxOCAxMzUzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkQ4IiB1bmljb2RlPSLvi5giIGQ9Ik05MjIgNzM5VjU1N3EwLTQgLjUtMTV0MC0xNWwtMS41LTEyLTMuNS0xMS41LTYuNS03LjUtMTEtNS41LTE2LTEuNXYzMDlxOSAwIDE2LTF0MTEtNSA2LjUtNS41IDMuNS05LjUgMS0xMC41VjczOXptMzE2LTk2VjUyMnEwLTEgLjUtMTIuNXQwLTE1LjUtMi41LTExLjUtNy41LTEwLjUtMTMuNS0zcS05IDAtMTQgOS00IDEwLTQgMTY1djI0LjVsMS41IDguNSAzLjUgNyA1IDUuNSA4IDEuNXE2IDAgMTAtMS41dDYuNS00LjUgNC02IDItOC41LjUtOFY2NDN6TTE4MCA0MDdoMTIydjQ3MkgxODBWNDA3em00MzQgMGgxMDZ2NDcySDU2MWwtMjgtMjIxcS0yMCAxNDgtMzIgMjIxSDM0M1Y0MDdoMTA3djMxMmw0NS0zMTJoNzZsNDMgMzE5VjQwN3ptNDI1IDMwNXEwIDY3LTUgOTAtMyAxNi0xMSAyOC41dC0xNyAyMC41LTI1IDE0LTI2LjUgOC41LTMxIDQtMjkgMS41SDc2MlY0MDdoNTZxMTY5LTEgMTk3IDI0LjV0MjUgMTgwLjVxLTEgNjItMSAxMDB6bTMxNy0xOTd2MTMzcTAgMjktMiA0NXQtOS41IDMzLjUtMjQuNSAyNS00NiA3LjVxLTQ2IDAtNzctMzR2MTU0aC0xMTdWNDA3aDExMGw3IDMwcTMwLTM2IDc3LTM2IDUwIDAgNjYgMzAuNXQxNiA4My41em0xODAgNzMzVjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjEyMTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDEyMTZxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkQ5IiB1bmljb2RlPSLvi5kiIGhvcml6LWFkdi14PSIyMTc2IiBkPSJNMTE0My0xOTdxLTYgMS0xMSA0LTEzIDgtMzYgMjN0LTg2IDY1VDg5My41LS41dC0xMTIgMTQwVDY5MiAzMTJxLTE3IDMtMTc1IDM3IDY2LTIxMyAyMzUtMzYydDM5MS0xODR6TTUwMiA0MDlsMTY4LTI4cS0yNSA3Ni00MSAxNjcuNVQ2MTAgNjk0bC00IDUzcS04NC04Mi0xMjEtMjI0IDUtNjUgMTctMTE0em0xMTAgNjA5cS00My02NC03Ny0xNDggNDQgNDYgNzQgNjh6bTE0MzctNDM0cTAgMTYxLTYyIDMwN3QtMTY3LjUgMjUyLTI1MC41IDE2OC41LTMwNCA2Mi41cS0xNDcgMC0yODEtNTIuNVQ3NDQgMTE3M3EtMzAtNTgtNDUtMTYwIDYwIDUxIDE0MyA4My41dDE1OC41IDQzIDE0MyAxMy41IDEwOC41LTFsNDAtM3EzMy0xIDUzLTE1LjV0MjQuNS0zMyA2LjUtMzctMS0yOC41cS0xMjYgMTEtMjI3LjUuNXQtMTgzLTQzLjVUODIyIDkyMC41IDY5MSA4MjJxNC0zNiAxMS41LTkyLjV0MzUuNS0xNzhUODAwIDM3MnExMjMtNiAyNDcuNSAxNC41VDEyNjIgNDQwdDE2Mi41IDY3IDEwOS41IDU5bDM3IDI0cTIyIDE2IDM5LjUgMjAuNXQzMC41LTUgMTctMzQuNXExNC05Ny0zOS0xMjEtMjA4LTk3LTQ2Ny0xMzQtMTM1LTIwLTMxNy0xNiA0MS05NiAxMTAtMTc2LjV0MTM3LTEyNyAxMzAuNS03OVQxMzE0LTEyNmwzOS0xMnExNDMtMjMgMjYzIDE1IDE5NSA5OSAzMTQgMjg5dDExOSA0MTh6bTc0IDM3cS0xNC0xMzUtNDAtMjEyLTcwLTIwOC0xODEuNS0zNDYuNVQxNTgzLTE5MXEtNDgtMzMtODItNDQtNzItMjYtMTYzLTE2LTM2LTMtNzMtMy0yODMgMC01MDQuNSAxNzNUNDY1IDM2MXEtMSAwLTQgLjV0LTUgLjVxLTYtNTAgMi41LTExMi41dDI2LTExNSAzNi05OFQ1NTItMzVsMTQtMjZxOC0xMiA1NC04Mi03MSAzOC0xMjQuNSAxMDYuNXQtNzguNSAxNDAtMzkuNSAxMzdUMzYwIDM0OGwtMiA0MnEtNSAyLTMzLjUgMTIuNXQtNDguNSAxOC01MyAyMC41LTU3LjUgMjUtNTAgMjUuNS00Mi41IDI3VDQ4IDU0NHExOS0xMCA1MC41LTI1LjV0MTEzLTQ1LjVUMzU3IDQzNWwyIDMycTExIDE0OSA5NCAyOTAgNDEgMjAyIDE3NiAzNjUgMjggMTE1IDgxIDIxNCAxNSAyOCAzMiA0NXQ0OSAzMnExNTggNzQgMzAzLjUgMTA0dDMwMiAxMSAzMDYuNS05N3EyMjAtMTE1IDMzMy0zMzZ0ODctNDc0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkRBIiB1bmljb2RlPSLvi5oiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTM0MSA3NTJxMjkgNDQtNi41IDEyOS41VDEyMTMgMTAyNHEtNTggMzktMTI1LjUgNTMuNXQtMTE4IDQuNS02OC41LTM3cS0xMi0yMy00LjUtMjh0NDIuNS0xMHEyMy0zIDM4LjUtNXQ0NC41LTkuNSA1Ni0xNy41cTM2LTEzIDY3LjUtMzEuNXQ1My0zNyA0MC0zOC41IDMwLjUtMzggMjItMzQuNSAxNi41LTI4LjUgMTItMTguNSAxMC41LTYgMTEgOS41em0zNjMtNTc0cS01Mi0xMjctMTQ4LjUtMjIwVDEzNDEtMTgzLjUgMTA4OC0yNDR0LTI2NiAxMy41LTI1MSA5MVQzNjEgMjIgMjE5LjUgMjU3LjUgMTczIDU2MXExIDQxIDguNSA4NC41dDEyLjUgNjQgMjQgODAuNSAyMyA3M3EtNTEtMjA4IDEtMzk3dDE3My0zMThUNzA2LTU4dDM0Ni04MyAzNDkgNzQuNVQxNjkwIDE3OHEyMCAyNyAxOCAxNCAwLTQtNC0xNHptLTIzOSA0NDlxMC0xMDQtNDAuNS0xOTlUMTMxNiAyNjR0LTE2Mi0xMDkuNVQ5NTYgMTE0dC0xOTggNDAuNVQ1OTYgMjY0IDQ4Ny41IDQyOCA0NDcgNjI3dDQwLjUgMTk5VDU5NiA5OTB0MTYyIDEwOS41IDE5OCA0MC41IDE5OC00MC41VDEzMTYgOTkwdDEwOC41LTE2NCA0MC41LTE5OXptMjg3IDI4OHEtNjUgMTQ3LTE4MC41IDI1MXQtMjUzIDE1My41LTI5MiA1My41LTMwMS0zNi41LTI3NS41LTEyOVQyMzAgOTk2IDk5IDY5OSA4OSAzMjZRNDAgNDg3IDM3LjUgNjM3LjVUNzMgOTEwdDEwOSAyMjcgMTY1LjUgMTgwLjUgMjA3IDEyNiAyMzIgNzEgMjQyLjUgOSAyMzYtNTQgMjE2LTEyNC41IDE3OC0xOTdxMzMtNTAgNjItMTIxdDMxLTExMnptLTYyLTM0MnExMiAyNDQtMTM2LjUgNDE2VDExNTcgMTIyOXEtOCAwLTEwIDV0MjQgOHExMjUtNCAyMzAtNTB0MTczLTEyMCAxMTYtMTY4LjUgNTguNS0xOTktMS0yMDhUMTY4NiAyOTl0LTEyMi41LTE2Ny0xODUtMTE3LjVUMTEzMC0zMnExMDggMzAgMjAxLjUgODB0MTc0IDEyM1QxNjM1IDM0Ny41dDU1IDIyNS41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkRCIiB1bmljb2RlPSLvi5siIGQ9Ik0xOTIgMjU2VjEyOEg4MHEtMTYgMC0xNiAxNnYxNkgxNnEtMTYgMC0xNiAxNnYzMnEwIDE2IDE2IDE2aDQ4djE2cTAgMTYgMTYgMTZoMTEyem0wIDI1NlYzODRIODBxLTE2IDAtMTYgMTZ2MTZIMTZxLTE2IDAtMTYgMTZ2MzJxMCAxNiAxNiAxNmg0OHYxNnEwIDE2IDE2IDE2aDExMnptMCAyNTZWNjQwSDgwcS0xNiAwLTE2IDE2djE2SDE2cS0xNiAwLTE2IDE2djMycTAgMTYgMTYgMTZoNDh2MTZxMCAxNiAxNiAxNmgxMTJ6bTAgMjU2Vjg5Nkg4MHEtMTYgMC0xNiAxNnYxNkgxNnEtMTYgMC0xNiAxNnYzMnEwIDE2IDE2IDE2aDQ4djE2cTAgMTYgMTYgMTZoMTEyem0wIDI1NnYtMTI4SDgwcS0xNiAwLTE2IDE2djE2SDE2cS0xNiAwLTE2IDE2djMycTAgMTYgMTYgMTZoNDh2MTZxMCAxNiAxNiAxNmgxMTJ6bTEwODggMTYwVi0zMnEwLTQwLTI4LTY4dC02OC0yOEgzNTJxLTQwIDAtNjggMjh0LTI4IDY4djE0NzJxMCA0MCAyOCA2OHQ2OCAyOGg4MzJxNDAgMCA2OC0yOHQyOC02OHptMjU2LTEyMzJ2LTMycTAtMTYtMTYtMTZoLTQ4di0xNnEwLTE2LTE2LTE2aC0xMTJ2MTI4aDExMnExNiAwIDE2LTE2di0xNmg0OHExNiAwIDE2LTE2em0wIDI1NnYtMzJxMC0xNi0xNi0xNmgtNDh2LTE2cTAtMTYtMTYtMTZoLTExMnYxMjhoMTEycTE2IDAgMTYtMTZ2LTE2aDQ4cTE2IDAgMTYtMTZ6bTAgMjU2di0zMnEwLTE2LTE2LTE2aC00OHYtMTZxMC0xNi0xNi0xNmgtMTEydjEyOGgxMTJxMTYgMCAxNi0xNnYtMTZoNDhxMTYgMCAxNi0xNnptMCAyNTZ2LTMycTAtMTYtMTYtMTZoLTQ4di0xNnEwLTE2LTE2LTE2aC0xMTJ2MTI4aDExMnExNiAwIDE2LTE2di0xNmg0OHExNiAwIDE2LTE2em0wIDI1NnYtMzJxMC0xNi0xNi0xNmgtNDh2LTE2cTAtMTYtMTYtMTZoLTExMnYxMjhoMTEycTE2IDAgMTYtMTZ2LTE2aDQ4cTE2IDAgMTYtMTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyREMiIHVuaWNvZGU9Iu+LnCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNTY2IDQxOWwtMTY3LTMzIDE4Ni0xMDdxMjMtMTMgMjkuNS0zOC41VDE2MDggMTkycS0xNC0yMy0zOS0yOS41dC00OCA2LjVsLTE4NiAxMDYgNTUtMTYwcTEzLTM4LTEyLTYzLjVUMTMxNy41IDMxIDEyNjkgNzNsLTEwMiAzMDAtMjcxIDE1NlYyMTZsMjA4LTIzOHExNi0xOCAxNy0zOXQtMTEtMzYuNS0yOC41LTI1LTM3LTUuNS0zNi41IDIyTDg5NiAyMnYtMjE0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1VjIyTDY1Ni0xMDZxLTE2LTE4LTM2LjUtMjJ0LTM3IDUuNS0yOC41IDI1VDU0My02MXQxNyAzOWwyMDggMjM4djMxM0w0OTcgMzczIDM5NSA3M3EtMTMtMzctNDguNS00MlQyODYgNTEuNSAyNzQgMTE1bDU1IDE2MC0xODYtMTA2cS0yMy0xMy00OC02LjVUNTYgMTkycS0xMyAyMy02LjUgNDguNVQ3OSAyNzlsMTg2IDEwNy0xNjcgMzNxLTI5IDYtNDIgMjl0LTguNSA0Ni41IDI1LjUgNDAgNTAgMTAuNWwzMTAtNjIgMjcxIDE1Ny0yNzEgMTU3LTMxMC02MnEtNC0xLTEzLTEtMjcgMC00NCAxOHQtMTkgNDAgMTEgNDMgNDAgMjZsMTY3IDMzLTE4NiAxMDdxLTIzIDEzLTI5LjUgMzguNVQ1NiAxMDg4dDM5IDMwIDQ4LTdsMTg2LTEwNi01NSAxNjBxLTEzIDM4IDEyIDYzLjV0NjAuNSAyMC41IDQ4LjUtNDJsMTAyLTMwMCAyNzEtMTU2djMxM2wtMjA4IDIzOHEtMTYgMTgtMTcgMzl0MTEgMzYuNSAyOC41IDI1IDM3IDUuNSAzNi41LTIybDExMi0xMjh2MjE0cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTkgMTktNDV2LTIxNGwxMTIgMTI4cTE2IDE4IDM2LjUgMjJ0MzctNS41IDI4LjUtMjUgMTEtMzYuNS0xNy0zOWwtMjA4LTIzOFY3NTFsMjcxIDE1NiAxMDIgMzAwcTEzIDM3IDQ4LjUgNDJ0NjAuNS0yMC41IDEyLTYzLjVsLTU1LTE2MCAxODYgMTA2cTIzIDEzIDQ4IDYuNXQzOS0yOS41cTEzLTIzIDYuNS00OC41VDE1ODUgMTAwMWwtMTg2LTEwNyAxNjctMzNxMjctNSA0MC0yNnQxMS00My0xOS00MC00NC0xOHEtOSAwLTEzIDFsLTMxMCA2Mi0yNzEtMTU3IDI3MS0xNTcgMzEwIDYycTI5IDYgNTAtMTAuNXQyNS41LTQwLTguNS00Ni41LTQyLTI5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkREIiB1bmljb2RlPSLvi50iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTQ3MyA2MDdxNyAxMTgtMzMgMjI2LjV0LTExMyAxODktMTc3IDEzMS0yMjEgNTcuNXEtMTE2IDctMjI1LjUtMzJ0LTE5Mi0xMTAuNS0xMzUtMTc1VDMxNyA2NzNxLTctMTE4IDMzLTIyNi41dDExMy0xODkgMTc3LjUtMTMxVDg2MiA2OXExNTUtOSAyOTMgNTl0MjI0IDE5NS41IDk0IDI4My41em0zMTkgOTI5bC0zNDktMzQ4cTEyMC0xMTcgMTgwLjUtMjcydDUwLjUtMzIxcS0xMS0xODMtMTAyLTMzOVQxMzMxIC41IDk5OS0xMjRMMC0yNTYgMzQ3IDkxUTIyNyAyMDcgMTY2LjUgMzYyLjVUMTE2IDY4NHExMSAxODQgMTAyIDM0MHQyNDEuNSAyNTUuNVQ3OTIgMTQwNHExNjcgMjIgNTAwIDY2dDUwMCA2NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJERSIgdW5pY29kZT0i74ueIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTk0OCA1MDhsMTYzLTMyOWgtNTFMODg1IDUyOSA3MTQgMTc5aC00OWwxNzkgMzc0LTc4IDMzIDIxIDQ5IDI0MC0xMDItMjEtNTB6bS0zODUgNTkybDMwNC0xMzAtMTMwLTMwNC0zMDQgMTMwem0zNDQtMTg1bDI0MC0xMDMtMTAzLTIzOS0yMzkgMTAyem0yODEtMTUwbDE5MS04MS04Mi0xOTAtMTkwIDgxem00OTItMTI1cTAgMTU5LTYyIDMwNHQtMTY3LjUgMjUwLjVUMTIwMCAxMzYydC0zMDQgNjItMzA0LTYyLTI1MC41LTE2Ny41VDE3NCA5NDR0LTYyLTMwNCA2Mi0zMDRUMzQxLjUgODUuNSA1OTItODJ0MzA0LTYyIDMwNCA2MiAyNTAuNSAxNjcuNVQxNjE4IDMzNnQ2MiAzMDR6bTExMiAwcTAtMTgyLTcxLTM0OFQxNTMwIDZ0LTI4Ni0xOTEtMzQ4LTcxLTM0OCA3MVQyNjIgNiA3MSAyOTIgMCA2NDB0NzEgMzQ4IDE5MSAyODYgMjg2IDE5MSAzNDggNzEgMzQ4LTcxIDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRTAiIHVuaWNvZGU9Iu+LoCIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xMzM0IDMwMnEtNCAyNC0yNy41IDM0dC00OS41IDEwLjUtNDguNSAxMi41LTI1LjUgMzhxLTUgNDcgMzMgMTM5LjV0NzUgMTgxIDMyIDEyNy41cS0xNCAxMDEtMTE3IDEwMy00NSAxLTc1LTE2bC0zLTItNS0yLjUtNC41LTItNS0yLTUtLjUtNiAxLjUtNiAzLjUtNi41IDVxLTMgMi05IDguNXQtOSA5LTguNSA3LjUtOS41IDcuNS05LjUgNS41LTExIDQuNS0xMS41IDIuNXEtMzAgNS00OC0zdC00NS0zMXEtMS0xLTktOC41dC0xMi41LTExLTE1LTEwVDg3NiA5MDl0LTE3IDNxLTU0IDI3LTg0IDQwLTQxIDE4LTk0LTV0LTc2LTY1cS0xNi0yOC00MS05OC41VDUyMC41IDY1MXQtNDAtMTM0LTIxLjUtNzNxLTIyLTY5IDE4LjUtMTE5VDU4OCAyNzlxMzAgMiA1MC41IDE1dDM4LjUgNDZxNyAxMyA3OSAxOTkuNVQ4MzMgNzM0cTYgMTEgMjEuNSAxOHQyOS41IDBxMjctMTUgMjEtNTMtMi0xOC01MS0xMzkuNVQ4MDQgNDI3cS02LTM4IDE5LjUtNTYuNXQ2MC41LTcgNTUgNDkuNXE0IDggNDUuNSA5MnQ4MS41IDE2My41IDQ2IDg4LjVxMjAgMjkgNDEgMjggMjkgMCAyNS0zOC0yLTE2LTY1LjUtMTQ3LjVUMTA0MiA0NDBxLTEyLTUzIDEzLTEwM3Q3NC03NHExNy05IDUxLTE1LjV0NzEuNS04IDYyLjUgMTQgMjAgNDguNXpNMzgzIDg2cTMtMTUtNS0yNy41VDM1NSA0M3EtMTQtMy0yNi41IDVUMzEzIDcxcS0zIDE0IDUgMjd0MjIgMTYgMjctNSAxNi0yM3ptNTcwLTI2M3ExMi0xNyA4LjUtMzcuNVQ5NDEtMjQ3dC0zNy41LTgtMzIuNSAyMXEtMTEgMTctNy41IDM3LjVUODg0LTE2NHQzNy41IDggMzEuNS0yMXpNMTc3IDYzNXEtMTgtMjctNDkuNS0zM1Q3MCA2MTVxLTI2IDE4LTMyIDUwdDEyIDU4cTE4IDI3IDQ5LjUgMzN0NTcuNS0xMnEyNi0xOSAzMi01MC41VDE3NyA2MzV6TTE0NjctNDJxMTktMjggMTMtNjEuNXQtMzQtNTIuNS02MC41LTEzLTUxLjUgMzQtMTMgNjEgMzMgNTNxMjggMTkgNjAuNSAxM3Q1Mi41LTM0em0xMTIgNjA0cTY5LTExMyA0Mi41LTI0NC41VDE0ODcgMTEwcS05MC02My0xOTktNjAtMjAtODAtODQuNS0xMjdUMTA2MC0xMjEuNSA5MjAtNjRxLTEyLTktMTMtMTAtMTAzLTcxLTIyNS00OC41VDQ4OSA0cS01MCA3My01MyAxNjQtODMgMTQtMTQyLjUgNzAuNXQtODAuNSAxMjgtMiAxNTJUMjkyIDY1N3EtMzYgNjAtMzggMTI4dDI0LjUgMTI1IDc5LjUgOTguNSAxMjEgNTAuNXEzMiA4NSA5OSAxNDh0MTQ2LjUgOTEuNSAxNjggMTdUMTA1MiAxMjQ5cTcyIDIxIDE0MCAxNy41dDEyOC41LTM2IDEwNC41LTgwIDY3LjUtMTE1VDE1MTAgODk1cTUyLTE2IDg3LTU3dDQ1LjUtODktNS41LTk5LjUtNTgtODcuNXpNNDU1IDEyMjJxMTQtMjAgOS41LTQ0LjVUNDQwIDExMzlxLTE5LTE0LTQzLjUtOS41VDM1OSAxMTU0cS0xNCAyMC05LjUgNDQuNVQzNzQgMTIzN3ExOSAxNCA0My41IDkuNVQ0NTUgMTIyMnptMTU5IDI4MXE0LTE2LTUtMzAuNXQtMjYtMTguNS0zMSA1LjUtMTggMjYuNXEtMyAxNyA2LjUgMzF0MjUuNSAxOHExNyA0IDMxLTUuNXQxNy0yNi41em0xMTg2LTk0OHE0LTIwLTYuNS0zN3QtMzAuNS0yMXEtMTktNC0zNiA2LjV0LTIxIDMwLjUgNi41IDM3IDMwLjUgMjJxMjAgNCAzNi41LTcuNVQxODAwIDU1NXptLTY2NCA4OTNxMTYtMjcgOC41LTU4LjVUMTEwOSAxMzQycS0yNy0xNi01Ny41LTguNVQxMDA1IDEzNjhxLTE2IDI4LTguNSA1OXQzNC41IDQ4IDU4IDkgNDctMzZ6bTc0Ni02NTZxNC0xNS00LTI3LjV0LTIzLTE2LjVxLTE1LTMtMjcuNSA1LjVUMTgxMiA3NzZxLTMgMTUgNSAyOHQyMyAxNnExNCAzIDI2LjUtNXQxNS41LTIzem0tMTkxIDI0MXExNS0yMiAxMC41LTQ5dC0yNi41LTQzcS0yMi0xNS00OS0xMHQtNDIgMjctMTAgNDkgMjcgNDMgNDguNSAxMSA0MS41LTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkUxIiB1bmljb2RlPSLvi6EiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRTIiIHVuaWNvZGU9Iu+LoiIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJFMyIgdW5pY29kZT0i74ujIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkU0IiB1bmljb2RlPSLvi6QiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRTUiIHVuaWNvZGU9Iu+LpSIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJFNiIgdW5pY29kZT0i74umIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkU3IiB1bmljb2RlPSLvi6ciIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9Il82OTgiIHVuaWNvZGU9Iu+LqCIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJFOSIgdW5pY29kZT0i74upIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkVBIiB1bmljb2RlPSLvi6oiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRUIiIHVuaWNvZGU9Iu+LqyIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJFQyIgdW5pY29kZT0i74usIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkVEIiB1bmljb2RlPSLvi60iIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRUUiIHVuaWNvZGU9Iu+LriIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibGVzc2VxdWFsIiB1bmljb2RlPSLvlIAiIGhvcml6LWFkdi14PSIxNzkyIi8+PC9mb250PjwvZGVmcz48L3N2Zz4=) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.hljs{display:block;background:#fff;padding:.5em;color:#333;overflow-x:auto}.hljs-comment,.hljs-meta{color:#969896}.hljs-emphasis,.hljs-quote,.hljs-strong,.hljs-template-variable,.hljs-variable{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#d73a49}.hljs-attribute,.hljs-bullet,.hljs-literal,.hljs-symbol{color:#0086b3}.hljs-name,.hljs-section{color:#63a35c}.hljs-tag{color:#333}.hljs-attr,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#6f42c1}.hljs-addition{color:#55a532;background-color:#eaffea}.hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-link{text-decoration:underline}.hljs-number{color:#005cc5}.hljs-string{color:#032f62}[dir=rtl] .chart__axis_y g text{text-anchor:start}[dir=rtl] .timeline__group text{text-anchor:end}[dir=rtl] .chart__legend{right:10%}[dir=rtl] .fa-angle-left:before{content:""}[dir=rtl] .tooltip_position_bottom{width:100px}.alert__code{white-space:pre}.alert_status_failed{background:#ffaca6}.alert_status_broken{background:#ffeca0}.alert_status_passed{background:#a6e19d}.alert_status_skipped{background:#ccc}.alert_status_unknown{background:#ecb7e2}.attachment-row{padding:5px 16px 5px 25px;cursor:pointer;font-size:smaller;display:flex;position:relative;position:sticky;top:0}.attachment-row:hover{background:#e4edfe}.attachment-row_selected,.attachment-row_selected:hover{background:#fff}.attachment-row_selected:hover{background:#e4edfe}.attachment-row_selected>.attachment-row__arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.attachment-row__arrow{left:7px;position:absolute}.attachment-row__name{flex:1}.attachment-row__control{padding-left:16px;display:inline-block}.attachment-row__icon{margin-right:5px}.attachment-row__preview{margin-bottom:7px}.attachment-row__content{background-color:#f8f8f9}.attachment-row__content>div{padding:5px}.hljs{background:inherit}.bar{border-radius:3px;background:#eee;display:inline-flex;width:100%}.bar,.bar__fill{height:18px;overflow:hidden}.bar__fill{display:inline-block;background:#04b;text-align:center;color:#fff;font-size:12px;line-height:18px}.bar__fill_status_failed{background:#fd5a3e}.bar__fill_status_broken{background:#ffd050}.bar__fill_status_passed{background:#97cc64}.bar__fill_status_skipped{background:#aaa}.bar__fill_status_unknown{background:#d35ebe}.button{padding:0 13px;font-size:13px;line-height:26px;overflow:hidden;background:transparent;border:1px solid rgba(0,0,0,.2);border-radius:3px;outline:none}.button:hover{border-color:rgba(0,0,0,.3)}.button:active{background:rgba(0,0,0,.05)}.button_active{background:#e8e8e8}.button_inverse{color:#737373;border-color:#666}.button_inverse:hover{border-color:#737373}.button-group{display:flex}.button-group .button{border-radius:0;border-right-width:0}.button-group .button:last-child{border-right-width:1px;border-radius:0 3px 3px 0}.button-group .button:first-child{border-radius:3px 0 0 3px}.button-group .button:hover+.button{border-left-color:rgba(0,0,0,.3)}.island{background:#fff;border:1px solid #e5e5e5;padding:16px 16px 0}.label{vertical-align:baseline;letter-spacing:1px;color:#fff;padding:2px 4px 2px 5px;font-size:80%;border-radius:3px}.label_status_failed{background:#fd5a3e}.label_status_broken{background:#ffd050}.label_status_passed{background:#97cc64}.label_status_skipped{background:#aaa}.label_status_unknown{background:#d35ebe}.label__info{background:#3c58e4}.link{color:#000;transition:color .15s ease-out;text-decoration:none}.link:hover{color:red}.spinner{position:relative;-webkit-animation:spinner 1s linear infinite;animation:spinner 1s linear infinite;width:32px;height:32px}.spinner:before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:100%;border-color:transparent transparent #fc0 #fc0;border-style:solid;border-width:2px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.splash{margin:auto;text-align:center}.splash__title{font-size:3.5em;line-height:1}.splash__subtitle{color:#999}.step-stats__info{color:#999;font-size:small;vertical-align:bottom}.step-stats__info_time{float:right}.step-stats__info_separator:last-child{display:none}.step-stats__info>span{white-space:nowrap}.text_status_failed{color:#fd5a3e}.text_status_broken{color:#ffd050}.text_status_passed{color:#97cc64}.text_status_skipped{color:#aaa}.text_status_unknown{color:#d35ebe}.widget{margin-bottom:16px;position:relative}.widget_ghost{border:1px dashed #e5e5e5;box-shadow:none;min-height:50px}.widget_ghost>*{display:none}.widget__title{margin-top:0;margin-bottom:15px;font-weight:lighter;text-transform:uppercase}.widget__subtitle{color:#999;font-size:16px;text-transform:none}.widget__noitems{font-size:16px;text-align:center;padding:10px 15px;line-height:1.5em}.widget__flex-line{display:flex}.widget__column{width:50%}.widget__handle{display:none;position:absolute;right:16px;top:16px;color:#999;cursor:move;cursor:-webkit-grab;cursor:grab}.widget__handle:active{cursor:-webkit-grabbing;cursor:grabbing}.widget:hover .widget__handle{display:block}.widget__table{border-top:1px solid #eceff1;margin:0 -16px;word-break:break-all}.widget__table .table__row:last-child{border-bottom:0}.draggable-icon{position:absolute;width:10px;height:15px;right:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPjxwYXRoIGZpbGw9IiNjY2MiIGQ9Ik0wIDBoM3YzSDB6Ii8+PC9zdmc+);z-index:1}.parameters-table{display:table;font-size:12px;width:100%;padding-right:10px;table-layout:fixed}.parameters-table__row{display:table-row}.parameters-table__cell{display:table-cell;padding:5px;cursor:pointer;word-wrap:break-word}.parameters-table__cell_name{width:25%}.parameters-table__cell_value{width:75%}body{color:#000;font-family:Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{height:100%;font-size:14px}#content{height:100%;min-height:100%;overflow:hidden;display:flex;flex-direction:column}#content .app{flex:1}#content>.spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.view{padding:0 15px;margin:0 auto}.view_narrow{max-width:1100px}.view-small{max-width:300px}.view-medium{max-width:600px}.view-large{max-width:1200px}.clickable{cursor:pointer}.long-line{word-break:break-word}.line-nobreak{white-space:nowrap}.preformated-text{white-space:pre-wrap;word-wrap:break-word}.line-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tooltip{position:absolute;background:rgba(50,50,50,.8);color:#fff;text-align:center;padding:0 8px;line-height:24px;font-size:12px;pointer-events:none;z-index:5}.tooltip:before{content:"";position:absolute;border:8px solid transparent}.tooltip_position_top:before{border-top-color:rgba(50,50,50,.8);top:100%;left:50%;margin-left:-8px}.tooltip_position_right:before{border-right-color:rgba(50,50,50,.8);top:4px;left:-16px}.tooltip_position_left:before{border-left-color:rgba(50,50,50,.8);top:4px;left:100%}.tooltip_position_bottom:before{border-bottom-color:rgba(50,50,50,.8);top:-16px;left:50%;margin-left:-8px}.tooltip_position_center{pointer-events:none}.error-splash{padding:10px;text-align:center}.app{background:#fff;display:flex}.app__nav{padding:0}.app__content{position:relative;flex:1;overflow:auto}.app__header{background:#fff}.side-nav{background:#343434;width:180px;display:flex;flex-direction:column;height:100vh;overflow:hidden}.side-nav__head{margin:16px 0;padding-bottom:5px;border-bottom:1px solid #4d4d4d}.side-nav__brand{color:#fff;text-decoration:none;display:block;font-size:26px;line-height:40px;font-weight:700;padding-left:40px;margin-bottom:10px;margin-left:10px;transition:all .3s;background-size:auto auto}.side-nav__brand-text{padding:0 16px}.side-nav__menu{margin:0;left:0;padding:0;list-style-type:none;transition:width .3s}.side-nav__footer{margin-top:auto;margin-bottom:32px;padding-left:0;padding-right:0}.side-nav__item{display:block;font-size:14px}.side-nav__collapse,.side-nav__link{display:block;line-height:24px;color:#999;text-decoration:none;padding:.8em 0;position:relative}.side-nav__collapse_active,.side-nav__link_active{color:#fff;border-right:4px solid #64b5f6}.side-nav__collapse:hover,.side-nav__link:hover{color:#fff}.side-nav__icon{position:absolute;left:16px;font-size:22px;vertical-align:middle;margin:0 3px}.side-nav__text{padding-left:55px;padding-right:7px}.side-nav__language-small{display:block;text-transform:capitalize;padding:0 5px;text-overflow:".";max-width:30px;margin:0 auto}.side-nav__collapse{cursor:pointer}.side-nav__collapse .side-nav__icon{left:21px;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.side-nav_collapsed{width:60px}.side-nav_collapsed .side-nav__collapse .side-nav__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.side-nav_collapsed .side-nav__brand-text,.side-nav_collapsed .side-nav__text{visibility:hidden;opacity:0}.side-nav_collapsed .side-nav__collapse,.side-nav_collapsed .side-nav__link{white-space:nowrap}.side-nav__brand{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iNzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi44IDExLjA3MWE4LjU1IDguNTUgMCAwMTEyLjA5Mi4wODRjNi43OCA2Ljg3NCAxMS4wNzEgMTYuMzUzIDExLjA3MSAyNi44MjZhOC41NSA4LjU1IDAgMTEtMTcuMSAwYzAtNS43MTQtMi4zMy0xMC45NS02LjE0Ni0xNC44MThhOC41NSA4LjU1IDAgMDEuMDg0LTEyLjA5MnoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5LjQzMiA4LjU1QTguNTUgOC41NSAwIDAxMzcuOTgyIDBjMTAuNDczIDAgMTkuOTUyIDQuMjkxIDI2LjgyNiAxMS4wNzFBOC41NSA4LjU1IDAgMDE1Mi44IDIzLjI0NmMtMy44NjgtMy44MTUtOS4xMDQtNi4xNDYtMTQuODE4LTYuMTQ2YTguNTUgOC41NSAwIDAxLTguNTUtOC41NXoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcikiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMzcuOTgxQzAgMTYuOTk4IDE2Ljk5OCAwIDM3Ljk4MSAwYTguNTUgOC41NSAwIDAxMCAxNy4xQzI2LjQ0MyAxNy4xIDE3LjEgMjYuNDQzIDE3LjEgMzcuOTgxYzAgNS43MTQgMi4zMyAxMC45NSA2LjE0NiAxNC44MmE4LjU1IDguNTUgMCAwMS0xMi4xNzUgMTIuMDA3QzQuMjkxIDU3LjkzNCAwIDQ4LjQ1NSAwIDM3Ljk4MXoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcikiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjA3MSA1Mi44YTguNTUgOC41NSAwIDAxMTIuMDkxLS4wODNjMy44NjkgMy44MTUgOS4xMDUgNi4xNDYgMTQuODIgNi4xNDZhOC41NSA4LjU1IDAgMDEwIDE3LjFjLTEwLjQ3NCAwLTE5Ljk1My00LjI5MS0yNi44MjgtMTEuMDcyYTguNTUgOC41NSAwIDAxLS4wODMtMTIuMDl6IiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXIpIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ny40MTMgMjkuNDMxYTguNTUgOC41NSAwIDAxOC41NSA4LjU1YzAgMjAuOTgzLTE2Ljk5OCAzNy45ODItMzcuOTgxIDM3Ljk4MmE4LjU1IDguNTUgMCAwMTAtMTcuMWMxMS41MzggMCAyMC44ODEtOS4zNDMgMjAuODgxLTIwLjg4MmE4LjU1IDguNTUgMCAwMTguNTUtOC41NXoiIGZpbGw9InVybCgjcGFpbnQ0X2xpbmVhcikiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTY3LjQxMyAyOS40MzFhOC41NSA4LjU1IDAgMDE4LjU1IDguNTV2MjkuNDMyYTguNTUgOC41NSAwIDAxLTE3LjEgMFYzNy45OGE4LjU1IDguNTUgMCAwMTguNTUtOC41NXoiIGZpbGw9InVybCgjcGFpbnQ1X2xpbmVhcikiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUyLjggMTEuMDcxYTguNTUgOC41NSAwIDAxMTIuMDkyLjA4NGM2Ljc4IDYuODc0IDExLjA3MSAxNi4zNTMgMTEuMDcxIDI2LjgyNmE4LjU1IDguNTUgMCAxMS0xNy4xIDBjMC01LjcxNC0yLjMzLTEwLjk1LTYuMTQ2LTE0LjgxOGE4LjU1IDguNTUgMCAwMS4wODQtMTIuMDkyeiIgZmlsbD0idXJsKCNwYWludDZfbGluZWFyKSIvPjwvZz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSI2Mi43IiB5MT0iMjIuOCIgeDI9IjY4LjQiIHkyPSIzNS42MjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjN0UyMkNFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOEI1Q0Y2Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSI2My42NSIgeTE9IjIyLjMyNSIgeDI9IjQyLjI3NSIgeTI9IjguNTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRUY0NDQ0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjREMyNjI2Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXIiIHgxPSI4LjU1IiB5MT0iMzMuMjUiIHgyPSIxMi44MjUiIHkyPSI1OC45IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIyQzU1RSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzE1ODAzRCIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyIiB4MT0iMTEuNCIgeTE9IjUyLjcyNSIgeDI9IjM0LjIiIHkyPSI2OS4zNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM5NEEzQjgiLz48c3RvcCBvZmZzZXQ9Ii45NTgiIHN0b3AtY29sb3I9IiM2NDc0OEIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2NDc0OEIiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ0X2xpbmVhciIgeDE9IjY3LjQ1IiB5MT0iNTIuNjYiIHgyPSI1Mi42OTciIHkyPSI2Ny40MTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRDk3NzA2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkJCRjI0Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NV9saW5lYXIiIHgxPSI2OS4zNSIgeTE9IjEyOS4yIiB4Mj0iNzIuNzM1IiB5Mj0iMTI4Ljg1OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGQkJGMjQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGQkJGMjQiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ2X2xpbmVhciIgeDE9IjYyLjciIHkxPSIyMi44IiB4Mj0iNjguNCIgeTI9IjM1LjYyNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM3RTIyQ0UiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM4QjVDRjYiLz48L2xpbmVhckdyYWRpZW50PjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4LjkgMjguNSkiIGQ9Ik0wIDBoMTcuMXYxOUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==) no-repeat 0;background-size:40px}.language-select{z-index:1}.language-select.popover{padding:0}.language-select__menu{list-style-type:none;padding:0;margin:0}.language-select__item{padding:.5em .8em;border-bottom:1px solid #eceff1;cursor:pointer}.language-select__item:before{content:" ";display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNSI+PHBhdGggZD0iTTEyLjAzNS4zNzNMNC41MDQgMTEuNjQxLjk3NSA3LjcwN2wtLjk3NiAxLjI0MiA0LjYyNSA1LjEwOUwxMy4xNyAxLjQ2eiIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain;width:.8em;height:.8em;margin-right:.5em;visibility:hidden}.language-select__item_active:before{visibility:visible}.language-select__item:hover{background:#e4edfe}.popover{position:absolute;background:#fff;color:#000;border:1px solid #e5e5e5;padding:8px;font-size:14px}.popover:after,.popover:before{content:" ";position:absolute;border:8px solid transparent;top:50%;margin-top:-8px}.popover_position_right:before{left:-16px;border-right-color:#e5e5e5}.popover_position_right:after{left:-15px;border-right-color:#fff}.popover__list{margin:.5em 0;padding-left:20px}.test-result__name{padding-left:10px}.test-result__content{margin-bottom:300px}.app__content>.test-result{position:absolute;width:100%}.testresult__failure_expanded>.testresult__trace{display:block}.message{border-bottom:3px solid}.message_status_failed{border-color:#fd5a3e}.message_status_broken{border-color:#ffd050}.message_status_passed{border-color:#97cc64}.message_status_skipped{border-color:#aaa}.message_status_unknown{border-color:#d35ebe}.fullname__copy{cursor:pointer}.attachment__filename{background:#f6f5f3;padding:16px}.attachment__code,.attachment__text{white-space:pre-wrap;word-break:break-word;margin:0;padding:0}.attachment__code{font:14px normal monospace,Courier New}.attachment__table{width:100%}.attachment__table tr{border-bottom:1px solid #eceff1}.attachment__table td{padding:10px 15px}.attachment__url{padding:0 16px;margin:.5em 0}.attachment__url_comment{color:#999}.attachment__table-container{overflow:auto}.attachment__table-container_fullscreen,.attachment__text-container_fullscreen{padding:16px;background-color:#fff}.attachment__media-container{text-align:center;cursor:-webkit-zoom-in;cursor:zoom-in}.attachment__media-container_fullscreen{cursor:-webkit-zoom-out;cursor:zoom-out}.attachment__iframe-container{height:100%}.attachment__embed,.attachment__media{max-width:100%;display:block;margin:auto}.attachment__embed_fullscreen,.attachment__media_fullscreen{margin:auto}.attachment__iframe{width:100%}.attachment__iframe_fullscreen{background-color:#fff;height:85vh}.modal__background{position:absolute;width:100%;height:100%;top:0;margin:0 auto;overflow:auto;background-color:hsla(0,0%,92.2%,.7);z-index:1000}.modal__title{display:flex}.modal__close{margin-left:auto}.modal__window{position:absolute;width:90%;margin-left:5%;top:0;z-index:1001}.blur{-webkit-filter:blur(3px);filter:blur(3px)}.test-result-overview__trace{border-top:1px solid #eceff1;padding-top:10px;margin-top:10px;display:none}.test-result-overview__trace_expanded{display:block}.test-result-overview__trace-toggle{margin-top:5px;text-align:center;padding-top:5px;color:#999}.test-result-overview__trace-toggle:hover{background-color:#e4edfe}.test-result-execution__title{margin:16px 16px 10px}.test-result-execution__stage-title{margin:16px 16px 5px}.step{line-height:1.2em}.step__name{display:inline}.step__arrow,.step__status{left:7px;position:absolute}.step__arrow{display:none}.step__title{position:relative;padding:7px 16px 7px 25px}.step__title_hasContent{cursor:pointer}.step__title_hasContent>.step__arrow{display:block}.step__title:hover,.step__title:hover:before{background-color:#e4edfe}.step__title_stage{font-weight:700}.step__content{margin-left:20px;display:none}.step_expanded>.step__title>.step__arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.step_expanded>.step__content{display:block}.parameters{display:inline;white-space:nowrap}.parameters_name{font-style:italic}.parameters_separator:last-child{display:none}.block__arrow{position:absolute;visibility:visible;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;font-weight:400;display:inline-block;vertical-align:middle;line-height:normal}.block__arrow__expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .block__arrow{-webkit-transform:scaleX(-1);transform:scaleX(-1);-webkit-filter:FlipH;filter:FlipH}.angle{width:18px}.executor-icon{width:32px;height:32px;background:url(data:image/png;base64,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) 50% no-repeat;background-size:contain;display:inline-block}.executor-icon__jenkins{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjI1IDAgMCAtMS4yNSAwIDE4MCkiPjxwYXRoIGQ9Ik0xMDcuOTY1IDMwLjY2MWwtMTIuNTA3LTEuODc2LTE2Ljg4My0xLjg3Ni0xMC45NDMtLjMxMi0xMC42MjkuMzEyLTguMTMgMi41MDItNy4xOSA3LjgxNi01LjYyOCAxNS45NDQtMS4yNSAzLjQ0LTcuNTAzIDIuNS00LjM3OCA3LjE5MS0zLjEyNiAxMC4zMTggMy40NCA5LjA2NyA4LjEyOCAyLjgxMyA2LjU2NS0zLjEyNyAzLjEyNy02Ljg3OCAzLjc1Mi42MjYgMS4yNSAxLjU2My0xLjI1IDcuMTktLjMxMyA5LjA2OCAxLjg3NiAxMi41MDUtLjA3NCA3LjE0M0w1MiAxMjUuNzA0bDEwLjAwNSA3LjE5MSAxNy41MDggNy41MDQgMTkuMzg0LTIuODE0IDE2Ljg4Mi0xMi4xOTMgNy44MTctMTIuNTA2IDUuMDAyLTkuMDY3IDEuMjUtMjIuNTEtMy43NTEtMTkuMzg0LTYuODc4LTE3LjE5NS02LjU2Ni05LjA2NyIgZmlsbD0iI2YwZDZiNyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTk3LjMzNC0yMy40MjVsLTQ0LjcwOC0xLjg3NnYtNy41MDRsMy43NTEtMjYuMjYyLTEuODc2LTIuMTg5LTMxLjI2MyAxMC42My0yLjE5IDMuNzUyLTMuMTI2IDM1LjMyOC03LjE5IDIxLjI2LTEuNTYzIDUuMDAyIDI1LjAxIDE3LjE5NSA3LjgxNyAzLjEyNyA2Ljg3OC04LjQ0IDUuOTQtNS4zMTYgNi44NzktMi4xODggMy4xMjYtLjkzOEw2OC41NyAxLjg5OWwyLjgxNC0zLjQ0TDc4LjU3NS45NjFsLTUuMDAyLTkuNjkzIDI3LjItMTIuODE4LTMuNDM5LTEuODc1IiBmaWxsPSIjMzM1MDYxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMjMuMjM4IDg1LjY4N2w4LjEyOCAyLjgxMyA2LjU2NS0zLjEyNyAzLjEyNy02Ljg3OCAzLjc1Mi42MjYuOTM4IDMuNzUyLTEuODc2IDcuMTkgMS44NzYgMTcuMTk2LTEuNTY0IDkuMzggNS42MjggNi41NjUgMTIuMTkzIDkuNjkxLTMuNDQgNC42OS0xNy4xOTUtOC40NDEtNy4xOS01LjYyOC00LjA2NS04Ljc1NC02LjI1My04LjQ0MS0xLjg3Ni0xMC4wMDUgMS4yNTItMTAuNjMiIGZpbGw9IiM2ZDZiNmQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0zNi4wNTUgMTE1LjA3NXM0LjY5IDExLjU2NyAyMy40NDkgMTcuMTk1YzE4Ljc1OCA1LjYyNy45MzggNC4wNjUuOTM4IDQuMDY1bC0yMC4zMjItNy44MTctNy44MTYtNy44MTYtMy40MzktNi4yNTMgNy4xOS42MjZNMjYuNjc2IDg3Ljg3NXMtNi41NjUgMjEuODg1IDE4LjQ0NiAyNS4wMTFsLS45MzggMy43NTItMTcuMTk1LTQuMDY1LTUuMDAzLTE2LjI1NyAxLjI1Mi0xMC42MyAzLjQzOCAyLjE4OSIgZmlsbD0iI2RjZDlkOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTM2LjY4IDU4Ljc5OWw0LjA5NCAzLjk2NnMxLjg0OC0uMjE0IDIuMTYtMi40MDJjLjMxMi0yLjE5IDEuMjUtMjEuODg2IDE0LjY5NC0zMi41MTcgMS4yMjYtLjk3LTEwLjAwNCAxLjU2NS0xMC4wMDQgMS41NjVMMzcuNjE5IDQ1LjA0Mk05NC4yMDkgNjQuNzM5cy43MjkgOS40NzcgMy4yOCA4Ljc0OGMyLjU1My0uNzI5IDIuNTUzLTMuMjggMi41NTMtMy4yOHMtNi4xOTgtNC4wMS01LjgzMy01LjQ2OCIgZmlsbD0iI2Y3ZTRjZCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTEyMC4xNTcgOTkuNDQycy01LjE1My0xLjA4OC01LjYyOC01LjYyN2MtLjQ3NC00LjU0IDUuNjI4LS45MzggNi41NjYtLjYyNk04Mi4zMjcgOTkuMTI5cy02Ljg3OS0uOTM4LTYuODc5LTUuMzE0YzAtNC4zNzggNy44MTctNC4wNjUgMTAuMDA1LTIuMTkiIGZpbGw9IiNmN2U0Y2QiLz48cGF0aCBkPSJNMzkuODA3IDc4LjgwOHMtMTEuODggNy4xOS0xMy4xMy4zMTJjLTEuMjUxLTYuODc4LTQuMDY2LTExLjg4IDEuODc1LTE5LjA3bC00LjA2NCAxLjI1LTMuNzUyIDkuNjkxLTEuMjUgOS4zOCA3LjE5IDcuNTA0IDguMTI5LS42MjYgNC42OS0zLjc1Mi4zMTItNC42OU00NS40MzUgOTguNTA0czUuMzE1IDI3LjUxMiAzMi4yMDIgMzIuODI4YzIyLjEzNyA0LjM3NSAzMy43NjUtLjkzOCAzOC4xNDItNS45NCAwIDAtMTkuNjk2IDIzLjQ0Ny0zOC40NTUgMTYuMjU3LTE4Ljc1OC03LjE5MS0zMi41MTQtMjAuMzIyLTMyLjIwMi0yOC43NjMuNTMzLTE0LjM3Ni4zMTMtMTQuMzgyLjMxMy0xNC4zODJNMTE3Ljk2OSAxMjIuMjY2cy05LjA2Ni4zMTItOS4zOC03LjgxN2MwIDAgMC0xLjI1LjYyNS0yLjUgMCAwIDcuMTkyIDguMTI5IDExLjU2OCAzLjc1MSIgZmlsbD0iI2Y3ZTRjZCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTc4LjI2OCAxMTEuMTAycy0xLjU2MSAxMi40NzctMTIuMTk5IDUuMjIzYy02Ljg3OC00LjY5LTYuMjUyLTExLjI1NS01LjAwMi0xMi41MDYgMS4yNS0xLjI1LjkxLTMuNzY5IDEuODYyLTIuMDQuOTUyIDEuNzI4LjYzOCA3LjM1NiA0LjA3OCA4LjkxOCAzLjQ0IDEuNTY0IDkuMDc3IDMuMzEgMTEuMjYuNDA1IiBmaWxsPSIjZjdlNGNkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNDguODc0IDI2LjU5N2wtMjkuMzg4LTEzLjEzczEyLjE5My00OC40NiA1Ljk0LTYzLjQ2OGwtNC4zNzcgMS41NjMtLjMxMyAxOC40NDYtOC4xMjggMzUuMDE2LTMuNDQgOS42OTIgMzAuNjQgMjAuNjM0IDkuMDY2LTguNzUzTTUxLjg5Ni0uMjA2bDQuMTctNS4wODd2LTE4Ljc1OWgtNS4wMDRzLS42MjQgMTMuMTMxLS42MjQgMTQuNjk1YzAgMS41NjMuNjI0IDcuMTkuNjI0IDcuMTlNNTItMjYuODY2bC0xNC4wNjktLjYyNCA0LjA2NS0yLjgxNEw1Mi0zMS44NjciIGZpbGw9IiM0OTcyOGIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDAuMTQ4LTIzLjczOWwxMS41NjcuMzEzIDIuODE0LTI4Ljc2NC0xMS44OC0xLjU2Mi0yLjUwMSAzMC4wMTMiIGZpbGw9IiMzMzUwNjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDMuMjc0LTIzLjczOWwxNy41MDguOTM4czcuMTkgMTguMTMzIDcuMTkgMTkuMDcxYzAgLjkzOCA2LjI1NCAyNi4yNjIgNi4yNTQgMjYuMjYybC0xNC4wNyAxNC42OTQtMi44MTMgMi41MDEtNy41MDMtNy41MDNWMy4xNDhsLTYuNTY2LTI2Ljg4NyIgZmlsbD0iIzMzNTA2MSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTExMS4wOS0yMS41NWwtMTAuOTQyLTIuMTg5IDEuNTYzLTguNzU0YzQuMDY0LTEuODc2IDEwLjk0MiAzLjEyNyAxMC45NDIgMy4xMjdNMTExLjQwMyAzMy4xNjJsMjEuODg1LTE2LjI1Ny42MjUgNy41MDMtMTYuNTcgMTUuMzItNS45NC02LjU2NiIgZmlsbD0iIzQ5NzI4YiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTYyLjg1LTg1LjMzMmwtNi40NzMgMjYuMjY1LTMuMjE5IDE5LjM4LS41MzIgMTQuMzg2IDI5LjI5NiAxLjU2IDE4LjIyNi4wMDItMS42NTctMzIuODMgMi44MTMtMjUuMzI0LS4zMTItNC42OS0yMy43Ni0xLjg3Ni0xNC4zODIgMy4xMjciIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik05Ni4wODMtMjMuNDI2cy0xLjU2My0zMi41MTUgMy4xMjctNTUuNjVjMCAwLTkuMzgtNS45NDEtMjMuMTM2LTcuNTA0bDI2LjI2Mi45MzggMy4xMjYgMS44NzYtMy43NTEgNTEuMjczLS45MzggMTAuOTQzIiBmaWxsPSIjZGNkOWQ4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTE1LjA2Mi00OS42OTFsMTIuMTkzIDMuNDQgMjMuMTM1IDEuMjUgMy40NCAxMC42MjktNi4yNTQgMTguNDQ2LTcuMTkuOTM4LTEwLjAwNS0zLjEyNi05LjU5OS00LjY4Ny01LjA5NS45MzUtMy45NzItMS41NiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTExNC44NDEtNDMuNDM1czguMTI5IDMuNzUgOS4zOCAzLjQzOEwxMjAuNzgyLTIyLjhsNC4wNjQgMS41NjNzMi44MTQtMTYuMjU3IDIuODE0LTE4LjEzM2MwIDAgMTcuNTA4LS45MzggMTkuMDcxLS45MzggMCAwIDMuNzUyIDcuMTkxIDIuODE0IDE0LjY5NWwzLjQ0LTEwLjAwNS4zMTItNS42MjgtNS4wMDItNy41MDMtNS42MjgtMS4yNS05LjM4LjMxMi0zLjEyNSA0LjA2NC0xMC45NDMtMS41NjMtMy40NC0xLjI1MSIgZmlsbD0iI2RjZDlkOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTEwMi41NTYtMjEuMjQxTDk1LjY3OC0zLjczMyA4OC40ODcgNi41ODVzMS41NjIgNC4zNzcgMy43NTEgNC4zNzdoNy4xOTFsNi44NzgtMi41MDItLjYyNC0xMS41NjctMy4xMjctMTguMTM0IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwMy45LTE1LjI5N1M5NS4xNDUgMS41ODUgOTUuMTQ1IDQuMDg2YzAgMCAxLjU2MyAzLjc1MiAzLjc1MiAyLjgxNCAyLjE4OS0uOTM4IDYuODc4LTMuNDM5IDYuODc4LTMuNDM5djUuOTRsLTEwLjYzIDIuMTktNy4xOS0uOTM5IDEyLjE5My0yOC43NjMgMi41LS4zMTMiIGZpbGw9IiNkY2Q5ZDgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik02NS42NjQgMjUuOTY4bC04LjY2Ljk0MS04LjEzIDIuNTAydi0yLjgxNGwzLjk3Mi00LjM4IDEyLjUwNS01LjYyOCIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik01MS42ODkgMjUuMDNzOS42OTItNC4wNjQgMTIuODE5LTMuMTI2bC4zMS0zLjc0OC04Ljc1MiAxLjg3Mi01LjMxNSAzLjc1Mi45MzggMS4yNSIgZmlsbD0iI2RjZDlkOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTExNS4wMjggOS44OTdjLTUuMzA1LjE1Ni0xMC4wOTguNzg2LTE0LjI5NCAxLjk3LjI4NSAxLjcyLS4yNDggMy40MDguMTggNC42NDcgMS4xNy44NDMgMy4xMy44MyA0Ljg5OCAxLjAyNy0xLjUyOS43NTItMy42NzcgMS4wNDktNS40NC42MTUtLjA0MiAxLjE5NC0uNTc4IDEuOTM0LS45MDIgMi44NjggMi45ODIgMS4wNjUgMTAuMDIzIDguMDQ0IDEzLjk4NCA1LjczMyAxLjg4Ny0xLjEgMi42OS03LjM3OCAyLjgzNi0xMC40MzEuMTIyLTIuNTMzLS4yMy01LjA4Ny0xLjI2Mi02LjQyOSIgZmlsbD0iI2QzMzgzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTExNS4wMjggOS44OTdjLTUuMzA1LjE1Ni0xMC4wOTguNzg2LTE0LjI5NCAxLjk3LjI4NSAxLjcyLS4yNDggMy40MDguMTggNC42NDcgMS4xNy44NDMgMy4xMy44MyA0Ljg5OCAxLjAyNy0xLjUyOS43NTItMy42NzcgMS4wNDktNS40NC42MTUtLjA0MiAxLjE5NC0uNTc4IDEuOTM0LS45MDIgMi44NjggMi45ODIgMS4wNjUgMTAuMDIzIDguMDQ0IDEzLjk4NCA1LjczMyAxLjg4Ny0xLjEgMi42OS03LjM3OCAyLjgzNi0xMC40MzEuMTIyLTIuNTMzLS4yMy01LjA4Ny0xLjI2Mi02LjQyOXoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2QzMzgzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTg5LjY2IDE4LjU3Yy0uMDE0LS40MDItLjAzLS44MDYtLjA0Ny0xLjIxMS0xLjY1Ni0xLjA4OC00LjMzLTEuMDc1LTYuMTQ4LTEuOTkgMi42OC0uMTE3IDQuNzktLjc2MiA2LjYxNC0xLjY3MmwtLjExOC0zLjAzMmMtMy4wMzYtMi4wNzktNS44MS01LjE3NC05LjM4NC03LjEyMy0xLjY5LS45MjItNy42MjItMy4yOTQtOS40Mi0yLjg3NS0xLjAxNy4yMzctMS4xMDkgMS41LTEuNTE2IDIuNjktLjg2NiAyLjU0OC0yLjg2MSA2LjYwNC0zLjAzNSAxMC40NC0uMjIyIDQuODQ2LS43MSAxMi45NjYgNC41MSAxMS45NjggNC4yMTMtLjgwNCA5LjExMy0yLjc0NCAxMi4zNzQtNC41MjYgMS45OTMtMS4wOSAzLjE0Ni0yLjQzNyA2LjE3LTIuNjciIGZpbGw9IiNkMzM4MzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik04OS42NiAxOC41N2MtLjAxNC0uNDAyLS4wMy0uODA2LS4wNDctMS4yMTEtMS42NTYtMS4wODgtNC4zMy0xLjA3NS02LjE0OC0xLjk5IDIuNjgtLjExNyA0Ljc5LS43NjIgNi42MTQtMS42NzJsLS4xMTgtMy4wMzJjLTMuMDM2LTIuMDc5LTUuODEtNS4xNzQtOS4zODQtNy4xMjMtMS42OS0uOTIyLTcuNjIyLTMuMjk0LTkuNDItMi44NzUtMS4wMTcuMjM3LTEuMTA5IDEuNS0xLjUxNiAyLjY5LS44NjYgMi41NDgtMi44NjEgNi42MDQtMy4wMzUgMTAuNDQtLjIyMiA0Ljg0Ni0uNzEgMTIuOTY2IDQuNTEgMTEuOTY4IDQuMjEzLS44MDQgOS4xMTMtMi43NDQgMTIuMzc0LTQuNTI2IDEuOTkzLTEuMDkgMy4xNDYtMi40MzcgNi4xNy0yLjY3eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZDMzODMzIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNOTIuNjc1IDEyLjc4OGMtLjQ2MyAyLjY0LS45OTggMy4zOTItLjc5MSA1LjY5NSA3LjAzOSA0LjY5MyA4LjM2LTguMDYxLjc5MS01LjY5NSIgZmlsbD0iI2QzMzgzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTkyLjY3NSAxMi43ODhjLS40NjMgMi42NC0uOTk4IDMuMzkyLS43OTEgNS42OTUgNy4wMzkgNC42OTMgOC4zNi04LjA2MS43OTEtNS42OTV6IiBmaWxsPSJub25lIiBzdHJva2U9IiNkMzM4MzMiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xMDIuODY4IDEwLjY0OXMtMi4xOSAzLjEyNy0uNjI2IDQuMDY1YzEuNTY0LjkzOCAzLjEyNy0uMDAxIDQuMDY1IDEuNTYyLjkzOCAxLjU2NCAwIDIuNTAyLjMxMyA0LjM3Ny4zMTIgMS44NzYgMS44NzYgMi4xOSAzLjQzOSAyLjUwMiAxLjU2My4zMTIgNS45NC45MzggNi41NjYtLjYyNmwtMS44NzYgNS42MjgtMy43NTIgMS4yNS0xMS44OC02Ljg3OC0uNjI2LTMuNDR2LTYuODc3TTcwLjA0LjMzMWMtLjM3NSA0Ljg4LS43NzIgOS43NTItMS4yMTUgMTQuNjI2LS42NjEgNy4yNzkgMS43NDkgNi4wMDkgOC4wNTggNi4wMDkuOTYzIDAgNS45MzMtMS4xNSA2LjI4OC0xLjg3NiAxLjcwNi0zLjQ4My0yLjg1LTIuNzA5IDEuOTY0LTUuMzM1IDQuMDY1LTIuMjE2IDExLjI0NiAxLjM0NiA5LjYwNCA2LjI3My0uOTIgMS4wOTUtNC43OS4zNDEtNi4xNzYgMS4wNmwtNy4zMjggMy44Yy0zLjEwNyAxLjYxMi0xMC4yOSAzLjk2Mi0xMy42MDMgMS43MS04LjM5NC01LjcxLjUzLTE5Ljk3NSAzLjUyNS0yNS45MyIgZmlsbD0iI2VmM2QzYSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTc4LjI2OCAxMTEuMTAyYy04LjUyMiAxLjk4NC0xMi43NTYtMy41NjYtMTUuMzM5LTkuMzIzLTIuMzA2LjU1OS0xLjM4OCAzLjY5NS0uODA2IDUuMjkzIDEuNTI1IDQuMTk1IDcuNjcyIDkuNzc4IDEyLjY5NSA5LjAyMSAyLjE2LS4zMjUgNS4wODYtMi4zMDEgMy40NS00Ljk5MU0xMTkuNzg2IDEwMS4zOThsLjQwNC0uMDE2YzEuOTI2LTQgMy41OTMtOC4yMzggNi4wMjItMTEuNzctMS42MjctMy43OS0xMi4zMjItNy4xNDMtMTIuMTU3LS4zMzggMi4zMTMgMS4wMTEgNi4zMDUuMjA3IDguMzU2IDEuNDk4LTEuMTg2IDMuMjU0LTIuODk3IDYuMDIzLTIuNjI1IDEwLjYyNk04Mi42MyAxMDEuMjk0YzEuODI3LTMuMzUgMi40MjItNi44NjkgNS4wMi05LjQgMS4xNjktMS4xNCAzLjQ0My0yLjUyOSAyLjMxNi01LjY5OC0uMjY0LS43NDgtMi4xOS0yLjQxNC0zLjMtMi43NDItNC4wNjEtMS4xOTgtMTMuNTIyLS4yNDctMTAuMzE4IDQuODE1IDMuMzU4LS4xNTcgNy44NzEtMi4xODEgMTAuMzgxLjI1Ny0xLjkyNyAzLjA4LTUuMzY0IDkuMTc2LTQuMDk5IDEyLjc2OE0xMTguMjYyIDY3LjI1M2MtNi4xMTMtMy45MjgtMTIuOTMtOC4xOTgtMjIuOTQ3LTcuMjA4LTIuMTQgMS44NjEtMi45NTcgNi4wMDItLjg3NyA4LjczNyAxLjA4Mi0xLjg2LjQwMi01LjI4MyAzLjQxOS01Ljc5OCA1LjY4My0uOTczIDEyLjI5OSAzLjQ3NyAxNi4zODcgNS4wMzIgMi41MzUgNC4yNzQtLjIxOCA1Ljg0Ni0yLjUwMiA4LjU5Ny00LjY3NiA1LjYzNi0xMC45NDggMTIuNjIyLTEwLjcyIDIxLjA2IDEuODkgMS4zNyAyLjA1My0yLjA5MiAyLjMyNC0yLjcyMyAyLjQ0Mi01LjcxMyA4LjU4Ni0xMy4wMiAxMy4wNy0xNy45MTEgMS4xMDEtMS4yMDQgMi45MTQtMi4zNiAzLjExNi0zLjE1Ni41ODItMi4zMTYtMS41MTMtNS4wOS0xLjI3LTYuNjNNMzcuNjY4IDcxLjM4N2MtMS45MTcgMS4wOTQtMi4zNzMgNS45MS00LjYyMiA2LjA0OC0zLjIxNS4xOTUtMi42My02LjI1LTIuNjE2LTEwLjAxOC0yLjIxMyAyLjAwOS0yLjYwMiA4LjE5NC0uOTc3IDExLjM3MS0xLjg1Mi45MS0yLjY4LTEuMDAzLTMuNzA3LTEuNjc4IDEuMzIgOS41OTUgMTQuMDM2IDQuNDUgMTEuOTIyLTUuNzIzTTEyMi4xNTUgNjMuMjU3Yy0yLjg0Ni01LjQxNy02Ljg3Mi0xMS4zODItMTUuMjIyLTExLjU1NS0uMTcgMS43NDktLjMgNC40MS4wMDkgNS40NjQgNi4zODMuNjEzIDEwLjMyNSAzLjg2MiAxNS4yMTIgNi4wOTFNODIuMTQ5IDU5Ljc0NWM1LjMyNi0yLjggMTUuMTE0LTMuMTAxIDIyLjM1My0yLjg5LjM4OC0xLjU4NS4zNzktMy41NDUuMzk0LTUuNDc5LTkuMzA1LS40NjQtMjAuMzA3IDEuODM5LTIyLjc0NyA4LjM3TTgxLjEzNiA1NC41MjNjMy42ODMtOS4yNDcgMTYuMzQyLTguMTgzIDI3LjAxNi03LjkyNy0uNDctMS4yLTEuNDg4LTIuNjItMi43NTQtMy4xMzItMy40MjEtMS4zOTItMTIuODU2LTIuNDQ4LTE3LjYwNC4wNzQtMy4wMTIgMS42MDEtNC45NDcgNS4yMTktNi41OTcgNy4zNC0uNzk3IDEuMDIzLTQuNzY1IDMuNjQtLjA2IDMuNjQ1IiBmaWxsPSIjMjMxZjIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTE3LjgxOCAzLjUxNmMtNC4zMjItNy40MDItOC40NTgtMTUuMDA1LTEzLjU4NS0yMS41MzQgMi4xNSA2LjMyIDMuMDcgMTYuOSAzLjM5NCAyNC45NjUgNC40OTcgMi4xMDQgOC4zNDgtLjQ3NCAxMC4xOS0zLjQzMSIgZmlsbD0iIzgxYjBjNCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTE0MS4wNzQtMjMuMDg5Yy00LjgzOC0uOTY4LTguMjM4LTUuNjcxLTEyLjk1OS01LjM3IDIuNTk0IDMuNjU4IDcuMTQgNS4yIDEyLjk2IDUuMzdNMTQzLjIxLTMwLjY2MWMtMy45NDUtLjQxNy04LjU3Ny0xLjA1Ni0xMi41NzgtLjcyNyAxLjg5NCAyLjg5MyA5LjE5IDEuODk1IDEyLjU3Ny43MjdNMTQ0LjU3Ni0zNy4xOWMtNC40MzMtLjA5Ni05Ljk0Mi0uMDA4LTE0LjE1Ni4zNDYgMi40OTMgMi42NzYgMTEuMjguOTkzIDE0LjE1Ni0uMzQ2IiBmaWxsPSIjMjMxZjIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTA5LjQ3OC01NS4wNTdjLjYzNS01LjU2NyAyLjg0Mi0xMS4yMDcgMi41NjYtMTcuMzA0LTIuNDUxLS44MjYtMy44NTktMS41NS03LjE0My0xLjU0NS0uMjMxIDUuMTgyLS45MjQgMTMuMTAyLS43MTcgMTguMDQxIDEuNjE1LS4xMDYgMy45OTYgMS4xNTQgNS4yOTQuODA4IiBmaWxsPSIjZGNkOWQ4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTAyLjMzMSAyNi45ODVjLTIuMjI1LTEuNDUyLTQuMTItMy4yNjYtNi4yNTgtNC44MTgtNC43NC0uMjM0LTcuMzI3LjMyOS0xMC44MSAzLjA1LjA1Ny4yMTkuNDA3LjEyMS40Mi4zOSA1LjA3NC0yLjI2MiAxMS41MjUuOTIgMTYuNjQ4IDEuMzc4IiBmaWxsPSIjZjBkNmI3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNzUuNjk0LTcuNjAzYzEuMzk0IDYuMDQgNi44NTcgOS4xNyAxMS44MTcgMTIuNDk2IDUuMTItNi40OTggOC4yMzQtMTQuODU0IDExLjY2My0yMi45MTktOC4xMDEgMi40NDMtMTYuMzggNi40MDUtMjMuNDggMTAuNDIzIiBmaWxsPSIjODFiMGM0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTA0LjE4NC01NS44NjVjLS4yMDctNC45MzkuNDg2LTEyLjg2LjcxNy0xOC4wNCAzLjI4NC0uMDA1IDQuNjkyLjcxOCA3LjE0MyAxLjU0NC4yNzYgNi4wOTctMS45MyAxMS43MzctMi41NjcgMTcuMzA0LTEuMjk3LjM0Ni0zLjY3OC0uOTE0LTUuMjkzLS44MDh6bS01MS4xMyAyOC4wOWMyLjE2NS0xOS45MDUgNS4zMDEtMzYuNjM5IDExLjA1My01NC4yNjUgMTIuNzY3LTMuODc3IDI4LjE1Ny00LjIxNCAzOS40NC0uNzE3LTIuMDcxIDkuOTQ5LTEuMTY2IDIyLjA2MS0yLjM3NyAzMi42NzgtLjkxMiA3Ljk4LS40NDcgMTYuMDA4LTEuNjk4IDI0LjE1LTEzLjY3MyAyLjg0NC0zMyAuNjY0LTQ2LjQxOC0xLjg0NnptNDkuNjUgMS43MmMtLjExNS04LjU0OS4zODMtMTYuOTgxIDEuMDM2LTI1LjU0MSAzLjI4My40OTMgNS41MS44MjIgOC41NiAxLjQ5LS45OSA4LjI0LS44NjggMTcuNTEzLTIuODg1IDI0LjgwMy0yLjMzMi0uMDIyLTQuMzg1LjAyNy02LjcxLS43NTJ6bTE2LjY1NCAxLjM3OGMtMS41NTguMzU4LTMuMzcyLjAxNC00Ljg2LS4wMTUuNjk5LTYuOTY4IDIuMzk3LTE0LjY1OCAyLjk5NC0yMS45NzQgMi4zNDItLjA3MiAzLjU5MyAxLjAzMiA1LjUyIDEuNDA0LjEwMyA2LjQyLS41NjEgMTUuMjY3LTMuNjU0IDIwLjU4NXptMjUuMjE1LTIzLjAzOGM0Ljg4MiAxLjE4NiA3Ljk1MiA3LjE2NSA2LjU4NiAxMy4zMDYtLjkxNiA0LjEyNi0yLjU0OCAxMS44OTctNC4yOTUgMTQuNTM3LTEuMjkgMS45NTMtNC43OSA0LjUxLTcuNTg0IDIuNzItNC41NDUtMi45MS0xMi41NTItMy43NTUtMTUuODY3LTcuMjc4IDEuNjYyLTUuNTM0IDIuMTc4LTEzLjEzNSAyLjg2NC0yMC4xNDYgNS42NzgtLjM1NCAxMi42NjUgMS41NjIgMTcuMzg3LS40NzItMy4yOTctMS4wNjgtNy41NzUtMS4wNzYtMTAuNDIzLTIuNjMyIDIuMzI4LTEuMTI1IDcuNzc4LS44OTggMTEuMzMyLS4wMzV6bS00NS4zOTkgMjkuNjljLTMuNDI5IDguMDY0LTYuNTQzIDE2LjQyLTExLjY2MyAyMi45MTgtNC45Ni0zLjMyNi0xMC40MjMtNi40NTUtMTEuODE3LTEyLjQ5NiA3LjEtNC4wMTggMTUuMzc5LTcuOTggMjMuNDgtMTAuNDIzem04LjQ1MyAyNC45NzJjLS4zMjUtOC4wNjUtMS4yNDUtMTguNjQ1LTMuMzk0LTI0Ljk2NSA1LjEyNyA2LjUyOSA5LjI2MyAxNC4xMzIgMTMuNTg1IDIxLjUzNC0xLjg0MyAyLjk1Ny01LjY5NCA1LjUzNS0xMC4xOTEgMy40M3ptLTkuNTgyIDMuNDA0Yy0xLjk0Mi4yMS0zLjU5MS0yLjIzMy02LjExNy0xLjE3Ny0uNTc5LS42NC0xLjEwNS0xLjMzMy0xLjY5NS0xLjk1NyA1LjU3OS02LjcyMyA4LjExNC0xNi4yNjIgMTIuNDIzLTI0LjE2MyAyLjMxMiA3LjU5IDIuMDQ2IDE1LjkwNCAyLjU1NSAyNC4xODgtMy4xNzctLjIwMi00Ljk0IDIuODczLTcuMTY2IDMuMTF6bS02LjE2MSA4LjEzMmMtLjIwNy0yLjMwMy4zMjgtMy4wNTYuNzkxLTUuNjk1IDcuNTctMi4zNjYgNi4yNDggMTAuMzg4LS43OTEgNS42OTV6TTgzLjQ5IDIxLjI0Yy0zLjI2MSAxLjc4Mi04LjE2IDMuNzIyLTEyLjM3MyA0LjUyNi01LjIyMiAxLTQuNzMzLTcuMTIyLTQuNTExLTExLjk2OC4xNzQtMy44MzYgMi4xNjktNy44OTIgMy4wMzUtMTAuNDQuNDA3LTEuMTkuNDk5LTIuNDUzIDEuNTE2LTIuNjkgMS43OTgtLjQxOSA3LjczIDEuOTUzIDkuNDIgMi44NzUgMy41NzUgMS45NDkgNi4zNDggNS4wNDQgOS4zODQgNy4xMjNsLjExOCAzLjAzMmMtMS44MjUuOTEtMy45MzQgMS41NTUtNi42MTQgMS42NzIgMS44MTguOTE1IDQuNDkyLjkwMiA2LjE0OCAxLjk5LjAxNi40MDUuMDMzLjgwOS4wNDcgMS4yMS0zLjAyNC4yMzMtNC4xNzcgMS41OC02LjE3IDIuNjd6bS0zMS4xNTIgNS42NThjLTIuNzA2LTIuNzQ4IDcuNTkyLTYuNDk0IDEwLjg3Mi02LjY5Ni0uMDE5IDEuNzQuOTkgMy4zNzkuNzg3IDQuNjI2LTMuODk0LjY4NC05LjAxMy4yMzMtMTEuNjU5IDIuMDd6bTMzLjM0NS0xLjI5Yy0uMDEzLS4yNjktLjM2My0uMTcxLS40Mi0uMzkgMy40ODMtMi43MjEgNi4wNy0zLjI4NCAxMC44MS0zLjA1IDIuMTM3IDEuNTUyIDQuMDMzIDMuMzY2IDYuMjU4IDQuODE4LTUuMTIzLS40NTctMTEuNTc0LTMuNjQtMTYuNjQ4LTEuMzc4em0zMC42MDctOS4yODFjLS4xNDcgMy4wNTMtLjk0OSA5LjMzMS0yLjgzNiAxMC40My0zLjk2IDIuMzEzLTExLjAwMi00LjY2Ny0xMy45ODQtNS43MzIuMzI0LS45MzQuODYtMS42NzQuOTAxLTIuODY4IDEuNzY0LjQzNCAzLjkxMi4xMzcgNS40NDEtLjYxNS0xLjc2OC0uMTk3LTMuNzI4LS4xODQtNC44OTgtMS4wMjctLjQyOC0xLjIzOS4xMDUtMi45MjctLjE4LTQuNjQ3IDQuMTk2LTEuMTg0IDguOTktMS44MTQgMTQuMjk0LTEuOTcgMS4wMzIgMS4zNDIgMS4zODQgMy44OTYgMS4yNjIgNi40Mjl6TTQ3Ljc4IDI0LjIzOWMtLjg1LjYwNi02LjYgOC4wODgtNy4zODggNy43NzctMTAuNDA1LTQuMTAzLTIwLjEzNC0xMS4xOTgtMjguODI4LTE3LjkxQzE5Ljg1NS0zLjY4IDIzLjItMjUuNDcxIDIzLjc5Mi00Ni40NzVjOS40OTUtNC40NDEgMTcuODM2LTEwLjg0MyAzMC43MjItMTEuNTEyLTEuNDkyIDEwLjU1LTIuODUzIDE5Ljk2Mi0zLjcgMjkuODk1LTMuMjM3IDEuMzY0LTcuODgyLS4wNjItMTAuOTEyLjQyMy0uMDI1IDMuNjUxIDQuNjI4IDEuNTk5IDUuMDE1IDQuMDU0LjI5MiAxLjg1Ny0yLjU2IDEuOTk4LTEuNjMxIDQuOTIyIDIuMzY5LS44NiAzLjYxMi0yLjc2MiA2LjEzOS0zLjQ3NyAyLjMwOCA1LjA1LS4wMzMgMTMuOTg1LjMgMTguMjA2LjA2My43OTIuMzk2IDQuMzkgMi4xNyAzLjc1OSAxLjU3Mi0uNTU5LS4wODktOS41NjkuMDgzLTEzLjU2My4xNTctMy42OC0uNDQ0LTcuMjQyIDEuMDQ2LTkuNTUyYTM1NS44MDQgMzU1LjgwNCAwIDAwMzguNTc3IDMuMTZjLTIuOTY0IDEuMjcxLTYuNDg1IDIuNDc1LTEwLjM0NiA0LjY1LTIuMDkyIDEuMTgtOC42ODkgMy42MzUtOS4yOTMgNS42MjMtLjk2MyAzLjE2NyAyLjUyOCA0Ljg1NCAzLjEyNSA3LjU3LTYuMjg1LTMuNDI4LTcuNTEgMy4yODUtOC45OTggOC4wNDItMS4zNDcgNC4zMDctMi4xMTQgNy41MjUtMi40NDQgMTAuMDEtNS40MTUgMi41ODEtMTEuMjAzIDUuMTk1LTE1Ljg2NCA4LjUwNXptNjMuMDEgNi44NzJjOC42NjkgNC4yMDQgMTAuMjMxLTE1LjcxIDYuODMzLTIyLjEyNi41MjYtMS45MTQgMi4zMzItMi42NDYgMy4wNy00LjM2Ni00LjgzOS04LjY2Ny0xMC4yMTItMTYuNzU2LTE1LjE0OC0yNS4zMiAzLjY3MiAyLjI4NSA4LjkxNy40MDggMTMuMjM4IDIuMTIgMS41OC42MjQgMi43MjIgNC4yNCAzLjkxOCA3LjEzMiAzLjI5IDcuOTU4IDYuNzQzIDE3Ljk5MSA4LjI4IDI1LjU4Ni4zNDYgMS43MyAxLjI5MiA1LjUgMS4wOCA3LjA0LS4zNzggMi43NTgtNC4xMiA0LjgwMy02LjAyMyA2LjUwOC0zLjUwNiAzLjE1LTUuNzEzIDUuOTIxLTkuMzcgOC44NjYtMS40ODMtMi4xODktNC42NjYtMy42Ni01Ljg3OC01LjQ0em0tODIuODM2IDc2Ljg4Yy00LjEzMS00LjU0NS0zLjI2Ni0xMy4wNjEtMi43NjYtMTkuMTIgNy40NjYgNC42OTcgMTcuMzc3LS4zNzIgMTcuMjg0LTguMzYgMy41NjQuMDk0IDEuMzMxIDQuNDUxLjY4NiA3LjI1OS0yLjEwNyA5LjE2OSAzLjU1IDE5LjEzLjI1NyAyNy41MTYtNi4zOTUtLjQ4NS0xMS42NS0zLjA5Ny0xNS40NjEtNy4yOTV6bTI5LjU1NyAyNi4zOGMtOS4zNTEtMi42NS0yMS4zMzctOS40NDUtMjUuMTgtMTcuODQ2IDIuOTc2LjQzMiA1LjA0MiAxLjkzMyA3Ljk3NyAyLjExOCAxLjExLjA3MyAyLjU2My0uNDY1IDMuODM4LS4xNDggMi41NC42MyA0LjY4NSA2LjMyOCA2LjYwMiA4LjQ0NyAxLjg2OSAyLjA3IDQuMTE0IDIuOTU1IDUuNjUxIDQuODQyLjk4OC40NzYgMi40NDguNDQzIDIuNTA0IDEuOTI2LS40MjguNDU4LS44NzkuODA3LTEuMzkyLjY2MnptNDguNjgyLTIuNDkyYy05LjcwNyA1LjQ3Ni0yNi4xMzcgOS41OTUtMzYuNDYyIDQuNDQ4QzYxLjQwMSAxMzIuMTczIDUwLjE0IDEyNS4zIDQ2LjMgMTE2LjU5YzMuNTg3LTguNDA0LTEuMDYyLTE2LjEwNi0xLjM1OS0yNC42MzktLjE1Ny00LjU0IDIuMTM4LTguNTA0IDIuMzE0LTEzLjQ0Ny0xLjIyOC0yLjAyNS00Ljk3OC0yLjI3NS03LjU3My0yLjEzNi0uODc0IDQuMzczLTIuNDA0IDkuMjg4LTYuOTA2IDkuNzgtNi4zNzIuNjk4LTExLjAzLTQuNTc1LTExLjMyLTEwLjA4Ni0uMzQyLTYuNDggNC45NzctMTcuMjIgMTIuNTE4LTE2LjQ3NCAyLjkxMi4yODggMy42MjggMy4yMDcgNi44MDEgMy4xNzcgMS43Mi0zLjQzMS0yLjY1My00LjUxLTMuMTAzLTYuOTY0LS4xMTctLjYzNC4zNjMtMy4xMTIuNjQyLTQuMjc0IDEuMzctNS42NTggNC40MjMtMTIuOTgyIDcuNDI4LTE3LjI5IDMuODE0LTUuNDY0IDExLjMwNy02LjI4NyAxOS4zNjgtNi44MjMgMS40NCAzLjEwMiA2Ljc0NCAyLjg0NyAxMC4yIDIuMDM1LTQuMTQyIDEuNjQtNy45OTIgNS42MTgtMTEuMTg0IDkuMTM4LTMuNjY1IDQuMDM4LTcuMzc4IDguMzctNy41NjYgMTMuNjUgNi45MjctOS42MSAxMi42NS0xOC4wMDMgMjUuMjQ2LTIyLjIzIDkuNTMxLTMuMTk3IDIwLjY2MiAxLjQ2NSAyNy45ODYgNi42MDcgMy4wMzkgMi4xMzggNC44NTMgNS41MyA3LjAxMyA4LjYzNCA4LjA4MiAxMS42MjUgMTEuODUzIDI4LjIyIDExLjAyNCA0NC4zMDMtLjM0MSA2LjYzMy0uMzI2IDEzLjI0My0yLjU1MiAxNy43MDYtMi4zMjYgNC42NjYtMTAuMTkzIDguODQtMTQuNzk5IDQuNjItLjg1MyA0LjUzOCAzLjgzIDcuMzQ0IDkuMzMgNS43MTEtMy45MjIgNS4wNjItOC4wMzggMTEuMTQ1LTEzLjYxMyAxNC4yOXptMTguMDg0LTE0OS42NjNjNy41ODUgMy43NyAyMS43NTcgMTAuMTUgMjYuNTEyLS4wMTQgMS43NTUtMy43NDYgMy44MTQtMTAuMDc5IDQuNzIzLTEzLjk0NiAxLjI4NC01LjQ1Ni0xLjM5Mi0xNi45MjMtNy0xOC43NTQtNC45NTMtMS42MTctMTAuNzMzLTEuNTE4LTE2LjY5OS0uMzItLjcwMi41ODUtMS40ODQgMS42MDMtMi4wMzEgMi42NjUtNC4yNi4xNjUtOC4yNS0uMjI5LTExLjYxNS0xLjk4LjMyLTMuMTUtMS44MTItMy42NTYtMy44MS00LjMwNS0xLjQ4LTUuODcyIDIuOTYzLTEzLjU0IDEuOS0xOC44OTUtLjc1OS0zLjgxNS01LjQ1Mi00LjQwNS04LjkwMi01LjExOS0uMTEzLTIuMTIuMTUtMy44OS4zODYtNS42ODMtLjc4OC0yLjkwNi00LjMyNi00LjU2LTcuNjc4LTQuOTY2LTExLjAzLTEuMzI2LTI3Ljc3Ni0xLjkyMi0zOC4zODQgMS44OTMtMi45NiA3LjI2MS01LjI5MiAxNi4wOTMtNy43NTggMjQuMzg0LTEwLjM0Ny0xLjEwNS0xOC43MTUgNC40NjQtMjYuNjA0IDguMTEzLTIuNzMgMS4yNjYtNi41MSAxLjk2NC03LjUzIDQuMTM4LS45ODkgMi4xMDUtLjU4NCA2LjE0LS44MyA5Ljk1LS42MjQgOS43MzMtMS4xNiAxOS4xMi0zLjczIDI5LjA4NkMxNC4wNzYtNy4wNjUgMTIuMDY0LTMuMTIgMTAuNjYgMS4xOSA5LjM2MyA1LjE4MyA3LjA5NyAxMC4xMTkgNi41MDYgMTQuMWMtLjg3NiA1LjkwMiA0LjY4MSA2LjIzIDguMjM1IDguNzg4IDUuNDk0IDMuOTU2IDkuODA3IDYuMTQzIDE1Ljc1NiA5LjcxMyAxLjc2MyAxLjA1NyA3LjA3NyAzLjczMyA3LjY4MiA0Ljk2NSAxLjIwMSAyLjQ0My0yLjA2MyA1Ljg4OC0yLjkzNiA3LjgwNC0xLjM4IDMuMDI4LTIuMSA1LjYwMS0yLjI5OCA4LjU5LTQuOTkxLjc4OC04Ljc3NSAzLjc1OC0xMS4wNiA3LjEwOC0zLjc4MSA1LjU0My02LjQwMyAxNS43OTgtMy4xMzIgMjMuNTk5LjI1Ny42MTQgMS41MzYgMS44MjIgMS43MjUgMi43NjYuMzcyIDEuODU4LS43IDQuMzI4LS43NjcgNi4zMDUtLjM0NCAxMC4xMzkgMS43MTUgMTguODc1IDguNTQgMjEuOTMyIDIuNzcxIDExLjAzOSAxMi42ODkgMTQuNzA5IDIyLjAzMyAyMC4xOTUgMy40OTIgMi4wNSA3LjM0MyAzLjM2IDExLjMxOSA0LjgyMyAxNC4yNjQgNS4yNSAzNi4xNSA0LjI2MSA0Ny45ODgtNC42OTIgNS4wMi0zLjc5NyAxMy4wNDQtMTEuODEzIDE1LjkxNC0xNy42MTcgNy41OC0xNS4zMjMgNy4wNDItNDAuOTMxIDEuNzQtNTkuNTctLjcxMy0yLjUwMy0xLjc0Ny02LjE4Mi0zLjE5LTkuMTg4LTEuMDA3LTIuMDk5LTQuMTM1LTYuMjk5LTMuNzU1LTguMTUyLjM5MS0xLjkxNiA3LjEzMi03LjAzNSA4LjU3OC04LjQyOCAyLjYwMi0yLjUxMSA3LjU0Ny01Ljg0NCA3Ljk0OC05LjAxMi40My0zLjM3Mi0xLjQ4Ni03Ljk4NS0yLjQ1Ny0xMS4yMzgtMy4yNDUtMTAuODU5LTYuNDEyLTIwLjg5NS0xMC4wOTEtMzAuNTc2IiBmaWxsPSIjMjMxZjIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNzMuNjc0IDU3LjM4Yy40MTEuNTQ4IDIuNjc0IDEuMzggNS44NC0uMTQ1IDAgMC0zLjc1Mi0uNjI1LTMuNDQtNi44OGwtMS41NjQuMzEzcy0xLjYxNSA1LjY3Mi0uODM2IDYuNzEyIiBmaWxsPSIjZjdlNGNkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTAxLjA4NiAzLjYxN2ExLjcyIDEuNzIgMCAxMC0zLjQ0LjAwMSAxLjcyIDEuNzIgMCAwMDMuNDQtLjAwMU0xMDIuODA1LTQuMzU1YTEuNzIgMS43MiAwIDEwLTMuNDQgMCAxLjcyIDEuNzIgMCAwMDMuNDQgMCIgZmlsbD0iIzFkMTkxOSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHJlY3Qgd2lkdGg9IjcwLjQxMiIgaGVpZ2h0PSI0LjEyIiB4PSIxNi44NTQiIHk9IjE3Ny4zNzgiIHRyYW5zZm9ybT0ibWF0cml4KC44IDAgMCAtLjggMCAxNDQpIiByeD0iLjk4MyIgcnk9Ii45ODMiLz48cmVjdCB3aWR0aD0iNTAuMDM3IiBoZWlnaHQ9IjMuMjk2IiB4PSI3OC41MDIiIHk9Ii0yLjA5NyIgcng9Ii43ODYiIHJ5PSIuNzg2IiB0cmFuc2Zvcm09InNjYWxlKDEgLTEpIi8+PHJlY3Qgd2lkdGg9IjU0LjgzMSIgaGVpZ2h0PSIzLjI5NiIgeD0iMTMuNDgzIiB5PSItMy42OTciIHJ4PSIuNzg2IiByeT0iLjc4NiIgdHJhbnNmb3JtPSJzY2FsZSgxIC0xKSIvPjxyZWN0IHdpZHRoPSI0NS4yNDMiIGhlaWdodD0iMy4yOTYiIHg9IjgzLjI5NiIgeT0iLTMuNjk3IiByeD0iLjc4NiIgcnk9Ii43ODYiIHRyYW5zZm9ybT0ic2NhbGUoMSAtMSkiLz48L2c+PC9zdmc+)}.executor-icon__bamboo{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGQ9Ik0tMS0xaDIwMnYyMDJILTF6Ii8+PGc+PGcgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzYyIj48ZyBzdHJva2U9Im51bGwiIHRyYW5zZm9ybT0ibWF0cml4KDEuODYxNjcgMCAwIDEuODYxNjcgLTEzMTI3Ljg0MyAtMTMyNjQuNDQ3KSIgaWQ9InN2Z182MSI+PHN0eWxlPi5zdDB7ZmlsbDojMjA1MDgxfTwvc3R5bGU+PGcgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzQ2Ij48ZyBzdHJva2U9Im51bGwiIGlkPSJzdmdfNDciIHRyYW5zZm9ybT0ibWF0cml4KC42OTQ0NCAwIDAgLjY5NDQ0IC0zNDMuNzUgMTUuMjc4KSI+PHBhdGggc3Ryb2tlPSJudWxsIiBjbGFzcz0ic3QwIiBkPSJNMTA2NTUuNDA4IDEwMzEwLjU5OGMyLjYgMS42IDguMiAzLjMgMTUuOSAzLjNoMGMzLjcgMCA3LjQtLjQgMTAuNC0xLjIuMy0uMS42LS40LjYtLjcuNS01LjggMi4xLTExLjYgNC44LTE2LjguMS0uMi4xLS40IDAtLjYtLjEtLjItLjItLjQtLjQtLjUtMy0xLjQtNi4yLTMuMy05LjEtNS40LTQuNS0zLjItOC4yLTYuOS0xMC45LTEwLjYtLjItLjMtLjUtLjQtLjktLjMtLjMuMS0uNi4zLS42LjctMSA1LjEtMi40IDEwLjMtNC4xIDE1LjctMS44IDUuNS0zLjggMTAuNi02IDE1LjQtLjIuMy0uMS44LjMgMXoiIGlkPSJzdmdfNTUiLz48cGF0aCBzdHJva2U9Im51bGwiIGNsYXNzPSJzdDAiIGQ9Ik0xMDY4OC43MDggMTAzMzkuNzk4Yy4yLS4zLjMtLjcuMS0xLTIuNC00LTQuMi04LjMtNS4zLTEyLjktLjMtMS4xLS41LTIuMy0uNy0zLjUgMC0uMi0uMi0uNC0uMy0uNi0uMi0uMS0uNC0uMi0uNi0uMS0zLjMuNi02LjkgMS0xMC41IDEtNS41IDAtMTAuNy0uNy0xNS4xLTIuMi0uMy0uMS0uNyAwLS45LjItLjIuMi0uMy42LS4xLjkgMi4yIDQuNyA0LjIgOS44IDUuOSAxNS4xIDEuOCA1LjUgMy4yIDEwLjggNC4yIDE2IC4xLjQuNC43LjguN2guMWMzLjEtLjMgOC42LTIuMSAxNC44LTYuNyAyLjktMiA1LjYtNC41IDcuNi02Ljl6IiBpZD0ic3ZnXzU0Ii8+PHBhdGggc3Ryb2tlPSJudWxsIiBjbGFzcz0ic3QwIiBkPSJNMTA3MzQuMTA4IDEwMjQ5LjA5OGMtLjMtLjYtLjgtMS0xLjQtMS4xbC0zOS44LTguM2MtLjgtLjItMS42LjItMi4xLjktLjQuNy0uNCAxLjYuMSAyLjJsNiA4LjFjLTMuMyAyLjktNi45IDUuOC0xMC43IDguNi00LjYgMy40LTkuMyA2LjQtMTMuOSA4LjktLjQuMi0uNS43LS40IDEuMSAxLjIgMi44IDQuNyA3LjUgMTAuOSAxMiAzIDIuMiA2LjIgNCA5LjEgNS4yLjEgMCAuMi4xLjMuMS4yIDAgLjUtLjEuNi0uMyA0LjEtNC44IDkuMS04LjYgMTQuOC0xMS4zbDIgMTAuMWMuMi44LjggMS40IDEuNiAxLjZoLjNjLjcgMCAxLjMtLjQgMS43LTFsMjAuNy0zNWMuNC0uNi41LTEuMy4yLTEuOHoiIGlkPSJzdmdfNTMiLz48cGF0aCBzdHJva2U9Im51bGwiIGNsYXNzPSJzdDAiIGQ9Ik0xMDcxMC4wMDggMTAzNTYuODk4Yy01LjUtMi4yLTEwLjUtNS42LTE0LjctOS44LS4yLS4yLS40LS4yLS42LS4yLS4yIDAtLjQuMS0uNi4zLTIuMyAyLjQtNSA0LjktNy45IDctNC41IDMuMi05LjEgNS43LTEzLjQgNy4xLS4zLjEtLjUuNC0uNi43IDAgLjMuMS42LjQuOCA0LjUgMi41IDkuMSA1LjUgMTMuNyA4LjggNC43IDMuNCA5LjEgNyAxMyAxMC43LjIuMS40LjIuNi4yLjIgMCAuNC0uMS41LS4yIDIuNC0yLjEgNS43LTYuOSA4LjEtMTQuMiAxLjItMy42IDEuOS03LjEgMi4xLTEwLjMtLjEtLjQtLjMtLjgtLjYtLjl6IiBpZD0ic3ZnXzUyIi8+PHBhdGggc3Ryb2tlPSJudWxsIiBjbGFzcz0ic3QwIiBkPSJNMTA3OTguOTA4IDEwMzIwLjE5OGMtMi42LTEuNi04LjItMy4zLTE1LjktMy4zLTMuOCAwLTcuNC40LTEwLjQgMS4yLS4zLjEtLjYuNC0uNi43LS41IDUuOC0yLjEgMTEuNi00LjggMTYuOC0uMS4yLS4xLjQgMCAuNy4xLjIuMi40LjQuNSAzIDEuNCA2LjIgMy4zIDkuMSA1LjQgNC41IDMuMiA4LjIgNi45IDEwLjkgMTAuNi4yLjIuNC4zLjcuM2guMmMuMy0uMS42LS4zLjYtLjcgMS01LjEgMi40LTEwLjMgNC4xLTE1LjcgMS44LTUuNSAzLjgtMTAuNiA2LTE1LjQuMi0uNS4xLS45LS4zLTEuMWgweiIgaWQ9InN2Z181MSIvPjxwYXRoIHN0cm9rZT0ibnVsbCIgY2xhc3M9InN0MCIgZD0iTTEwNzY1LjYwOCAxMDI5MC44OThjLS4yLjMtLjMuNy0uMSAxIDIuNCA0IDQuMiA4LjMgNS4zIDEyLjkuMyAxLjEuNSAyLjMuNyAzLjUgMCAuMi4yLjQuMy42LjIuMS40LjIuNi4xIDMuMy0uNiA2LjktMSAxMC41LTEgNS41IDAgMTAuNy43IDE1LjEgMi4yaC4zczAgMCAwIDBjLjUgMCAuOC0uNC44LS44IDAtLjItLjEtLjQtLjItLjUtMi4yLTQuNi00LjEtOS43LTUuOC0xNS0xLjgtNS41LTMuMi0xMC44LTQuMi0xNi0uMS0uNC0uNS0uNy0uOS0uNy0zLjEuMy04LjUgMi4xLTE0LjggNi43LTIuOSAyLjEtNS42IDQuNi03LjYgN2gweiIgaWQ9InN2Z181MCIvPjxwYXRoIHN0cm9rZT0ibnVsbCIgY2xhc3M9InN0MCIgZD0iTTEwNzQ0LjMwOCAxMDI3NC4wOThjNS41IDIuMiAxMC41IDUuNiAxNC43IDkuOC4yLjIuNC4yLjYuMiAwIDAgMCAwIDAgMCAuMiAwIC40LS4xLjYtLjMgMi4zLTIuNCA1LTQuOSA3LjktNyA0LjUtMy4yIDkuMS01LjcgMTMuNC03LjEuMy0uMS41LS40LjYtLjcgMC0uMy0uMS0uNi0uNC0uOC00LjUtMi41LTkuMS01LjUtMTMuNy04LjgtNC43LTMuNC05LjEtNy0xMy0xMC43LS4zLS4zLS44LS4zLTEuMSAwLTIuNCAyLjEtNS43IDYuOS04LjEgMTQuMi0xLjIgMy42LTEuOSA3LjEtMi4xIDEwLjMuMS40LjMuOC42Ljl6IiBpZD0ic3ZnXzQ5Ii8+PHBhdGggc3Ryb2tlPSJudWxsIiBjbGFzcz0ic3QwIiBkPSJNMTA3NzEuNTA4IDEwMzQ5LjI5OGMtMy0yLjItNi4yLTQtOS4xLTUuMi0uMy0uMS0uNyAwLS45LjItNC4xIDQuOC05LjEgOC42LTE0LjggMTEuM2wtMi0xMC4xYy0uMi0uOC0uOC0xLjQtMS42LTEuNi0uOC0uMS0xLjYuMi0yIC45bC0yMC43IDM1Yy0uMy41LS40IDEuMi0uMSAxLjguMy42LjggMSAxLjQgMS4xbDM5LjggOC4zaC40YzEuMSAwIDItLjkgMi0yIDAtLjUtLjItMS0uNS0xLjRsLTUuOC04YzMuMy0yLjkgNi45LTUuOCAxMC43LTguNiA0LjYtMy40IDkuMy02LjQgMTMuOS04LjkuNC0uMi41LS43LjQtMS4xLTEuNC0yLjUtNC45LTcuMi0xMS4xLTExLjdoMHoiIGlkPSJzdmdfNDgiLz48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==)}.executor-icon__teamcity{background-image:url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxMjguMDEgMTI4LjAxIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSI2Ni43MyIgeTE9Ii02NjIuODQiIHgyPSIyNi40IiB5Mj0iLTYxMy4wMSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIC01ODUuMDEpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIuMDYiIHN0b3AtY29sb3I9IiMwY2IwZjIiLz48c3RvcCBvZmZzZXQ9Ii4yMSIgc3RvcC1jb2xvcj0iIzEwYWRmMiIvPjxzdG9wIG9mZnNldD0iLjM3IiBzdG9wLWNvbG9yPSIjMWVhNWYzIi8+PHN0b3Agb2Zmc2V0PSIuNTQiIHN0b3AtY29sb3I9IiMzNDk3ZjUiLz48c3RvcCBvZmZzZXQ9Ii43MSIgc3RvcC1jb2xvcj0iIzUyODNmNyIvPjxzdG9wIG9mZnNldD0iLjg4IiBzdG9wLWNvbG9yPSIjNzk2YWY5Ii8+PHN0b3Agb2Zmc2V0PSIuOTciIHN0b3AtY29sb3I9IiM5MDVjZmIiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjIwLjkiIHkxPSItNzA2LjMzIiB4Mj0iNDEuMTEiIHkyPSItNjU5LjU5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgLTU4NS4wMSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4wNiIgc3RvcC1jb2xvcj0iIzBjYjBmMiIvPjxzdG9wIG9mZnNldD0iLjIiIHN0b3AtY29sb3I9IiMwZGIyZWUiLz48c3RvcCBvZmZzZXQ9Ii4zNSIgc3RvcC1jb2xvcj0iIzEyYjdlMCIvPjxzdG9wIG9mZnNldD0iLjUxIiBzdG9wLWNvbG9yPSIjMTljMGNhIi8+PHN0b3Agb2Zmc2V0PSIuNjgiIHN0b3AtY29sb3I9IiMyM2NjYWMiLz48c3RvcCBvZmZzZXQ9Ii44NSIgc3RvcC1jb2xvcj0iIzMwZGM4NSIvPjxzdG9wIG9mZnNldD0iLjk3IiBzdG9wLWNvbG9yPSIjM2JlYTYyIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSI0OC42MiIgeTE9Ii02NDQuOTEiIHgyPSI4OC4xMiIgeTI9Ii01OTQuMjQiIHhsaW5rOmhyZWY9IiNhIi8+PGxpbmVhckdyYWRpZW50IGlkPSJkIiB4MT0iNjMuOTkiIHkxPSItNjA5LjkyIiB4Mj0iNjMuOTkiIHkyPSItNjg5LjkyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgLTU4NS4wMSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNNDUuOTIgMi45MmEyNSAyNSAwIDAwLTUuNTMtMmMtMjUuNy02LjEtNDQuOCAxOS4xLTM0LjMgNDIgLjEuMSAxOC43IDQwLjkgMjEuNyA0Ny40IDAgMCAzNC4yLTE1LjcgNDEuMi0zMS44IDYuNDgtMTUtNC40NS00Mi4zOC02LjQ1LTQ2LjQ5eiIgZmlsbD0idXJsKCNiKSIvPjxwYXRoIGQ9Ik0xMjMuMTkgNDguNDNhMjQuMzYgMjQuMzYgMCAwMC04LjYtOGMtLjEgMC0yNC4xLTEzLjItMjQuMS0xMy4yUzguMDkgNzUgOCA3NS4xM2MtOS4zIDEwLjYtMTEuNCAyNy40LS43IDQyYTI1LjIyIDI1LjIyIDAgMDAxMyA5LjJjOS43IDMgMTguMyAxLjggMjUuNS0yIC4yLS4xIDY3LjctMzUuOSA2Ny45LTM2LjEgMTMuMTktNi45IDE5LjMtMjQuNSA5LjQ5LTM5Ljh6IiBmaWxsPSIjMGNiMGYyIi8+PHBhdGggZD0iTTM4LjQyIDM3Ljk0bC0yMiAyNy04LjUzIDEwLjE5Yy05LjMgMTAuNi0xMS40IDI3LjQtLjcgNDJhMjUuMjIgMjUuMjIgMCAwMDEzIDkuMmM5LjcgMyAxOC40IDEuOCAyNS42LTIgMCAwIDEuNy0uOSA0LjYtMi41IDkuMTQtNC45NCAyMS43NS0zOC4xNSAzMC4zNS02My44M3oiIGZpbGw9InVybCgjYSkiLz48cGF0aCBkPSJNNzMgNjMuOTNMOTAuNDkgMjdhLjEuMSAwIDAxLjEtLjFjLjEtLjMgMS41LTMuOSAxLjYtNC4xYTE3IDE3IDAgMDAtMS44LTE1LjkgMTQuMjkgMTQuMjkgMCAwMC04LjktNi4zIDE2LjQgMTYuNCAwIDAwLTE3LjEgNS43Yy0uMS4xLTMuOSA0LjUtMy45IDQuNWwtMjggMzQuNXoiIGZpbGw9InVybCgjYykiLz48Zz48cGF0aCBmaWxsPSJ1cmwoI2QpIiBkPSJNMjMuOTkgMjMuOTNoODB2ODBoLTgweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00Mi43OSA0MS42M2gtMTAuOHYtN2gyOS4zdjdoLTEwLjd2MjcuNTloLTcuOFY0MS42M3pNNjEuMjkgNTJjMC0xMCA3LjQtMTguMSAxOC4xLTE4LjEgNi41IDAgMTAuNSAyLjIgMTMuNyA1LjRsLTQuOSA1LjZjLTIuNy0yLjQtNS40LTMuOS04LjktMy45LTUuOCAwLTEwLjEgNC45LTEwLjEgMTAuOHYuMWMwIDYgNC4xIDEwLjkgMTAuMSAxMC45IDQgMCA2LjQtMS42IDkuMS00LjFsNC45IDQuOWMtMy42IDMuOC03LjUgNi4yLTE0LjIgNi4yQTE3LjQxIDE3LjQxIDAgMDE2MS4yOSA1Mk0zMS45OSA4Ny45M2gyOS4zdjUuM2gtMjkuM3oiLz48L2c+PC9zdmc+)}.executor-icon__gitlab{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjAgNTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNTkuNjgyIDMxLjM5MmwtMy4zNS0xMC4yNkw0OS43MDUuNzhjLS4zNC0xLjA0LTEuODIxLTEuMDQtMi4xNzMgMGwtNi42MjcgMjAuMzM5aC0yMi4wMkwxMi4yNTguNzhjLS4zNC0xLjA0LTEuODIxLTEuMDQtMi4xNzMgMEwzLjQ2OSAyMS4xMTkuMTE5IDMxLjM5MWMtLjMwMy45MzIuMDI1IDEuOTYuODI2IDIuNTQxTDI5Ljg5NiA1NC45bDI4Ljk1MS0yMC45NjhhMi4yNzUgMi4yNzUgMCAwMC44MzctMi41NDEiIGZpbGw9IiNmYzZkMjYiLz48cGF0aCBkPSJNMjkuOTAxIDU0Ljg4N2wxMS4wMS0zMy43NjdoLTIyLjAyeiIgZmlsbD0iI2UyNDMyOSIvPjxwYXRoIGQ9Ik0yOS44OTMgNTQuODg3TDE4Ljg4MyAyMS4xMkgzLjQ2NnoiIGZpbGw9IiNmYzZkMjYiLz48cGF0aCBkPSJNMy40NjIgMjEuMTNMLjExMiAzMS4zOWMtLjMwMy45MzEuMDI1IDEuOTYuODI2IDIuNTQxbDI4Ljk1MSAyMC45NjhMMy40NjMgMjEuMTMiIGZpbGw9IiNmY2EzMjYiLz48cGF0aCBkPSJNMy40NjYgMjEuMTNoMTUuNDI5TDEyLjI1NS43OTFjLS4zNC0xLjA0MS0xLjgyMS0xLjA0MS0yLjE3MyAwTDMuNDY2IDIxLjEzIiBmaWxsPSIjZTI0MzI5Ii8+PHBhdGggZD0iTTI5LjkwMSA1NC44ODdsMTEuMDEtMzMuNzY3SDU2LjM0eiIgZmlsbD0iI2ZjNmQyNiIvPjxwYXRoIGQ9Ik01Ni4zMyAyMS4xM2wzLjM1IDEwLjI2YTIuMjcgMi4yNyAwIDAxLS44MjYgMi41NDFMMjkuOTAzIDU0Ljg4NyA1Ni4zMjkgMjEuMTMiIGZpbGw9IiNmY2EzMjYiLz48cGF0aCBkPSJNNTYuMzQgMjEuMTNINDAuOTEyTDQ3LjUzOS43OTFjLjM0LTEuMDQxIDEuODIxLTEuMDQxIDIuMTczIDBMNTYuMzQgMjEuMTMiIGZpbGw9IiNlMjQzMjkiLz48L2c+PC9zdmc+)}.executor-icon__github{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIC4yOTdjLTYuNjMgMC0xMiA1LjM3My0xMiAxMiAwIDUuMzAzIDMuNDM4IDkuOCA4LjIwNSAxMS4zODUuNi4xMTMuODItLjI1OC44Mi0uNTc3IDAtLjI4NS0uMDEtMS4wNC0uMDE1LTIuMDQtMy4zMzguNzI0LTQuMDQyLTEuNjEtNC4wNDItMS42MUM0LjQyMiAxOC4wNyAzLjYzMyAxNy43IDMuNjMzIDE3LjdjLTEuMDg3LS43NDQuMDg0LS43MjkuMDg0LS43MjkgMS4yMDUuMDg0IDEuODM4IDEuMjM2IDEuODM4IDEuMjM2IDEuMDcgMS44MzUgMi44MDkgMS4zMDUgMy40OTUuOTk4LjEwOC0uNzc2LjQxNy0xLjMwNS43Ni0xLjYwNS0yLjY2NS0uMy01LjQ2Ni0xLjMzMi01LjQ2Ni01LjkzIDAtMS4zMS40NjUtMi4zOCAxLjIzNS0zLjIyLS4xMzUtLjMwMy0uNTQtMS41MjMuMTA1LTMuMTc2IDAgMCAxLjAwNS0uMzIyIDMuMyAxLjIzLjk2LS4yNjcgMS45OC0uMzk5IDMtLjQwNSAxLjAyLjAwNiAyLjA0LjEzOCAzIC40MDUgMi4yOC0xLjU1MiAzLjI4NS0xLjIzIDMuMjg1LTEuMjMuNjQ1IDEuNjUzLjI0IDIuODczLjEyIDMuMTc2Ljc2NS44NCAxLjIzIDEuOTEgMS4yMyAzLjIyIDAgNC42MS0yLjgwNSA1LjYyNS01LjQ3NSA1LjkyLjQyLjM2LjgxIDEuMDk2LjgxIDIuMjIgMCAxLjYwNi0uMDE1IDIuODk2LS4wMTUgMy4yODYgMCAuMzE1LjIxLjY5LjgyNS41N0MyMC41NjUgMjIuMDkyIDI0IDE3LjU5MiAyNCAxMi4yOTdjMC02LjYyNy01LjM3My0xMi0xMi0xMiIvPjwvc3ZnPg==)}.executor-icon__circleci{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguOTYzIDEyYTIuODU0IDIuODU0IDAgMDEyLjg1NS0yLjg1NUEyLjg2MyAyLjg2MyAwIDAxMTQuNjc0IDEyYTIuODYzIDIuODYzIDAgMDEtMi44NTYgMi44NTZBMi44NjMgMi44NjMgMCAwMTguOTYzIDEyem0yLjg1NS0xMkM2LjIxNSAwIDEuNTIyIDMuODQuMTkgOS4wMjVjLS4wMS4wMzYtLjAxLjA3LS4wMS4xMiAwIC4zMTMuMjUyLjU3Ni41NzUuNTc2SDUuNTljLjIzIDAgLjQzMy0uMTMuNTE3LS4zMzMuOTk3LTIuMTYgMy4xOC0zLjY3MiA1LjcxMi0zLjY3MmE2LjI5MyA2LjI5MyAwIDAxNi4yODYgNi4yODdjMCAzLjQ3LTIuODIgNi4yOS02LjI5IDYuMjlhNi4yOCA2LjI4IDAgMDEtNS43MS0zLjY3My41OTQuNTk0IDAgMDAtLjUxNy0uMzM2SC43NTVhLjU3Ni41NzYgMCAwMC0uNTc1LjU3NmMwIC4wMzcuMDE0LjA3Mi4wMTQuMTJDMS41MTQgMjAuMTYgNi4yMTQgMjQgMTEuODE4IDI0YzYuNjI0IDAgMTItNS4zNzUgMTItMTIgMC02LjYyMy01LjM3Ni0xMi0xMi0xMnoiLz48L3N2Zz4=)}.executor-icon__bitbucket{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAwLjQ4IDAuNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI2ODRGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjA0Mi4wNjVBLjAxMy4wMTMgMCAwMS4wNTIuMDZoLjM3NmEuMDEzLjAxMyAwIDAxLjAxMy4wMTVMLjM4Ny40MDlBLjAxMy4wMTMgMCAwMS4zNzQuNDJILjExMUEuMDE4LjAxOCAwIDAxLjA5NC40MDZMLjAzOS4wNzVhLjAxMy4wMTMgMCAwMS4wMDMtLjAxem0uMTU2LjIzNGguMDg0bC4wMi0uMTE4SC4xNzZsLjAyMi4xMTh6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSJ1cmwoI2JpdGJ1Y2tldC1jb2xvci0xNl9fcGFpbnQwX2xpbmVhcl83MDdfMTM1KSIgZD0iTS40MjQuMTgxSC4zMDNsLS4wMi4xMThILjE5OEwuMS40MTZBLjAxNS4wMTUgMCAwMC4xMTEuNDJoLjI2M0EuMDEzLjAxMyAwIDAwLjM4Ny40MDlMLjQyNC4xODF6Ii8+PC9zdmc+)}.executor{line-height:32px}.status-details{overflow:auto;margin-bottom:7px}.status-details_status_failed{border-color:#fd5a3e}.status-details_status_broken{border-color:#ffd050}.status-details_status_passed{border-color:#97cc64}.status-details_status_skipped{border-color:#aaa}.status-details_status_unknown{border-color:#d35ebe}.status-details_status_failed{background:#ffe7e6}.status-details_status_broken{background:#fffae6}.status-details_status_passed{background:#eef9eb}.status-details_status_skipped{background:#f2f2f2}.status-details_status_unknown{background:#faebf7}.status-details__expanded>.status-details__content>.status-details__trace{display:block}.status-details__expanded>.status-details__content{display:inline-block}.status-details__message{padding:16px}.status-details__trace{float:left;display:none;padding:16px;white-space:pre;border-top:1px solid #fff}.status-details__content{display:block}.status-details__trace-toggle:hover{background-color:#e4edfe}.table__head,.table__row{display:flex}.table__row{border-bottom:1px solid #eceff1;text-decoration:none;color:#000}.table__head{border-bottom:1px solid #e5e5e5;font-weight:700}.table__col{line-height:1.5em;padding:10px 15px;flex:1}.table__col_center{text-align:center}.table__col_right{text-align:right;justify-content:flex-end}.table__col_sortable{cursor:pointer;display:flex}.table__col_sortable>span{overflow:hidden;padding-right:5px}.table__col_sortable:after{flex-shrink:0;vertical-align:middle;content:" ";display:inline-block;width:12px;height:18px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBmaWxsPSIjYTVhNWE1IiBkPSJNMjU2IDUwbDEzMi4wMzQgMTc2SDEyMy45NjZMMjU2IDUwem0xMzIuMDM0IDIzNkgxMjMuOTY2TDI1NiA0NjJsMTMyLjAzNC0xNzZ6Ii8+PC9zdmc+) 50% no-repeat;background-size:contain}.table__col_sorted_down:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBmaWxsPSIjYTVhNWE1IiBkPSJNMjU2IDUwbDEzMi4wMzQgMTc2SDEyMy45NjZMMjU2IDUweiIvPjxwYXRoIGQ9Ik0zODguMDM0IDI4NkgxMjMuOTY2TDI1NiA0NjJsMTMyLjAzNC0xNzZ6Ii8+PC9zdmc+)}.table__col_sorted_up:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMjU2IDUwbDEzMi4wMzQgMTc2SDEyMy45NjZMMjU2IDUweiIvPjxwYXRoIGZpbGw9IiNhNWE1YTUiIGQ9Ik0zODguMDM0IDI4NkgxMjMuOTY2TDI1NiA0NjJsMTMyLjAzNC0xNzZ6Ii8+PC9zdmc+)}.table_hover .table__row:not([disabled]):hover{background:#e4edfe}.table .table__row_summary{background:#f6f5f3}.table .table__row_active{background:#fffacd}.tabs{list-style-type:none;position:relative;background:#fff;border-bottom:1px solid #e5e5e5;padding:0;margin:0}.tab{font-size:16px}.tab,.tab>a{display:inline-block}.tab>a{padding:8px 16px;border-bottom:3px solid transparent}.tab>a:hover{border-bottom-color:#eceff1}.tab_active>a,.tab_active>a:hover{border-bottom-color:#000}.pane__subtitle{color:#999;padding-left:5px;margin:10px 0;font-weight:400;font-size:16px}.pane__title{padding:0 15px 10px;width:100%;display:flex;position:relative;margin:7px 0 0;border-bottom:1px solid #eceff1;font-size:20px;font-weight:700}.pane__title_borderless{border:none}.pane__search{display:inline-block;padding:0 .5em;width:100%}.pane__title-text{text-align:left}.pane__controls>a{text-decoration:none;color:#000;opacity:.7}.pane__controls>a:hover{opacity:1}.pane__section{margin:16px 0;padding:0 16px}.pane__section-title{margin:0 0 16px}.trend__tooltip{white-space:nowrap;display:flex;flex-direction:column}.trend__tooltip_label{text-align:left;display:inline-block}.trend__tooltip_name{vertical-align:middle}.chart{margin-right:16px;margin-bottom:16px;margin-top:16px;position:relative;flex:1}.chart__title{margin-top:0;margin-bottom:16px;font-size:18px}.chart__caption{text-anchor:middle}.chart__body>div{padding-top:50%;position:relative}.chart__svg{position:absolute;top:0;left:0;width:100%;height:100%}.chart__legend{position:absolute;height:50%;top:10%;right:10%;display:grid}.chart__legend-icon{position:relative;top:-1px;border-radius:3px;display:inline-block;vertical-align:middle;width:20px;height:16px;margin-right:5px}.chart__legend-icon_status_failed{background:#fd5a3e}.chart__legend-icon_status_broken{background:#ffd050}.chart__legend-icon_status_passed{background:#97cc64}.chart__legend-icon_status_skipped{background:#aaa}.chart__legend-icon_status_unknown{background:#d35ebe}.chart__bar{shape-rendering:crispEdges;fill:#4682b4}.chart__arc{stroke:#fff;stop-opacity:0}.chart__fill_status_failed{fill:#fd5a3e}.chart__fill_status_broken{fill:#ffd050}.chart__fill_status_passed{fill:#97cc64}.chart__fill_status_skipped{fill:#aaa}.chart__fill_status_unknown{fill:#d35ebe}.chart__axis line,.chart__axis path{shape-rendering:crispEdges;stroke:#000;fill:none}.empty-view{padding:10px;text-align:center}.side-by-side{height:100%;width:100%;padding:0;margin:0;overflow:hidden;display:flex;position:absolute}[dir=ltr] .side-by-side{direction:ltr;flex-direction:row}[dir=ltr] .side-by-side__left{overflow:auto;flex:0 0 auto}[dir=ltr] .side-by-side__right{overflow:auto;flex:1 1 auto}[dir=rtl] .side-by-side{direction:ltr;box-orient:horizontal;flex-direction:row-reverse}[dir=rtl] .side-by-side__left{direction:rtl;overflow:auto;flex:0 0 auto}[dir=rtl] .side-by-side__right{direction:rtl;overflow:auto;flex:1 1 auto}[dir=rtl] .tree__ctrl{overflow:hidden}.gutter{background:#eceff1 no-repeat 50%}.gutter:hover{cursor:ew-resize}.gutter-horizontal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==)}.tree__ctrl{display:flex;flex-wrap:wrap;border-top:1px solid #eceff1;background:hsla(0,0%,94.1%,.2)}.tree__filter,.tree__filter-marks,.tree__sorter{padding:0 16px;position:relative;white-space:nowrap}.tree__strut{flex:1}.tree__empty{border-top:1px solid #eceff1;padding:8px 0 0 15px}.tree .pane__controls{display:flex}.tree__download,.tree__info{cursor:pointer;padding:7px;color:#000;opacity:.7}.tree__download:hover,.tree__info:hover{opacity:1}.marks-toggle__items{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;word-break:break-word}.marks-toggle__item{cursor:pointer;padding:5px 0;display:inline-block;white-space:nowrap}.y-label-mark{background:#97cc64;color:#fff;padding:2px 4px 2px 5px;border-radius:3px}.n-label-mark,.y-label-mark{vertical-align:baseline;letter-spacing:1px}.n-label-mark{padding:1px 3px 1px 4px;border-radius:3px;border:1px solid;font-weight:700}.search__container{width:100%;max-width:350px;float:right}.search__input{width:100%;height:32px;font-size:.8em;display:inline-block;padding:0 30px 0 10px;border:1px solid #e5e5e5;line-height:20px;background:no-repeat right 8px center}.search__input:hover{border-color:#888}.search__input:focus{border-color:#51a7e8;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(81,167,232,.5)}.sorter{overflow:hidden;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sorter_enabled{color:#000}.sorter__item{cursor:pointer;display:inline-block;padding-right:16px}.status-toggle__items{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;word-break:break-word}.status-toggle__item{cursor:pointer;padding:5px 0;display:inline-block;white-space:nowrap}.y-label{vertical-align:baseline;letter-spacing:1px;color:#fff;padding:2px 4px 2px 5px;border-radius:3px}.y-label_status_failed{background:#fd5a3e}.y-label_status_broken{background:#ffd050}.y-label_status_passed{background:#97cc64}.y-label_status_skipped{background:#aaa}.y-label_status_unknown{background:#d35ebe}.n-label{vertical-align:baseline;letter-spacing:1px;padding:1px 3px 1px 4px;border-radius:3px;border:1px solid;font-weight:700}.n-label_status_failed{color:#fd5a3e}.n-label_status_broken{color:#ffd050}.n-label_status_passed{color:#97cc64}.n-label_status_skipped{color:#aaa}.n-label_status_unknown{color:#d35ebe}.n-label_status_failed{border-color:#fd5a3e}.n-label_status_broken{border-color:#ffd050}.n-label_status_passed{border-color:#97cc64}.n-label_status_skipped{border-color:#aaa}.n-label_status_unknown{border-color:#d35ebe}.node{margin-left:0;position:relative;display:block;text-decoration:none;color:#000}.node .node{margin-left:20px}.node:last-child{padding-bottom:10px}.node__arrow{left:7px;position:absolute}.node__unknown{color:#999}.node__marks{display:block;float:right;white-space:nowrap}.node__mark{padding-left:4px;padding-right:4px;opacity:0}.node__mark_shown{opacity:1}.node__order{padding-left:5px;padding-right:10px}.node__anchor{left:10px;position:absolute}.node__stats{display:block;float:right;white-space:nowrap}.node__title{overflow:hidden;line-height:1.2em;padding:7px 16px 7px 25px;flex:1;display:flex;cursor:pointer;border-top:1px solid #eceff1;position:relative}.node__leaf .node__title{padding:7px 16px 7px 35px}.node__title_active,.node__title_active:before{background-color:#fffacd}.node__title:hover,.node__title:hover:before{background-color:#e4edfe}.node__time{padding:5px}.node__parameters{padding:0 2px;color:#999;min-width:2ch;font-size:smaller}.node__children,.node__parameters_separator:last-child{display:none}.node__expanded>.node__children{display:block}.node:focus{outline:0}[dir=rtl] .attachment-row.attachment-row_selected>.attachment-row__arrow>.fa-angle-right{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=ltr] .node__expanded>.node__title>.node__arrow,[dir=rtl] .node__expanded>.node__title>.node__arrow,[dir=rtl] .step_expanded>.step__title>.step__arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.widgets-grid{position:absolute;top:0;left:0;right:0;bottom:0;padding:16px 16px 0;max-height:100%;overflow:auto;display:flex}.widgets-grid__col{flex:1 0 0%;width:50%;min-width:300px}.widgets-grid__col+.widgets-grid__col{flex:1 0 0%;padding-left:16px}@media(max-width:1000px){.widgets-grid{display:block}.widgets-grid__col{width:100%}.widgets-grid__col+.widgets-grid__col{padding-left:0}}.loader{margin:auto;text-align:center}.loader__mask{position:relative;top:0;bottom:0;left:0;right:0;display:flex}.loader__text{font-size:14px;margin-top:1em}.loader_container{position:absolute;top:50%;left:50%;margin-left:-19px;margin-top:-19px}.timeline{padding:16px;overflow:auto;height:100vh}.timeline__brush_svg,.timeline__chart_svg{width:100%}.timeline__chart__axis_x .tick{opacity:.3;stroke-dasharray:1,4;shape-rendering:crispEdges}.timeline__item:hover{opacity:.7}.timeline__group_title{font-size:12px;fill:#838383;dominant-baseline:central}.timeline__host-bg{fill:#eee;stroke:#e0e0e0;rx:3;ry:9}.timeline__brush{position:absolute;width:100%}.timeline__brush .selection{fill:#000;fill-opacity:.3}.timeline__brush__axis_bg{fill:#fff}.timeline__brush .handle{fill:#fff;stroke:#000;stroke-opacity:.5;stroke-width:1px}.timeline__slider_track{stroke-linecap:round;stroke:#000;stroke-opacity:.3;stroke-width:10px}.timeline__slider_handle{fill:#fff;stroke:#000;stroke-opacity:.5;stroke-width:1px;cursor:pointer}.timeline__slider_text{text-anchor:middle}.categories-trend__chart>div,.duration-trend__chart>div,.retry-trend__chart>div{position:relative;padding-top:50%}.summary-widget{padding:1em 0}.summary-widget__stats{padding:2em 0}.summary-widget__chart>div{height:100%;padding-bottom:12px}.history-trend__chart>div,.summary-widget__chart>div{position:relative;padding-top:50%}.test-result-history__row{padding:7px 15px 7px 0}.test-result-history__success-rate{padding-bottom:10px}.test-result-retries__row{padding:7px 15px 7px 16px;cursor:pointer}.test-result-retries__row:hover{background-color:#e4edfe}.environment{margin-bottom:.5em}.environment__key{color:#999}.testresult-link:not(:last-child):after{content:","} \ No newline at end of file diff --git a/7511/widgets/behaviors.json b/7511/widgets/behaviors.json deleted file mode 100644 index a527ade754f..00000000000 --- a/7511/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/7511/widgets/categories-trend.json b/7511/widgets/categories-trend.json deleted file mode 100644 index 0c85cd6b54f..00000000000 --- a/7511/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7511,"reportUrl":"https://waku-org.github.io/js-waku/7511/","reportName":"Allure Report with history","data":{}},{"buildOrder":7509,"reportUrl":"https://waku-org.github.io/js-waku/7509/","reportName":"Allure Report with history","data":{}},{"buildOrder":7507,"reportUrl":"https://waku-org.github.io/js-waku/7507/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7511/widgets/categories.json b/7511/widgets/categories.json deleted file mode 100644 index a527ade754f..00000000000 --- a/7511/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/7511/widgets/duration-trend.json b/7511/widgets/duration-trend.json deleted file mode 100644 index fa51804d24c..00000000000 --- a/7511/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7511,"reportUrl":"https://waku-org.github.io/js-waku/7511/","reportName":"Allure Report with history","data":{}},{"buildOrder":7509,"reportUrl":"https://waku-org.github.io/js-waku/7509/","reportName":"Allure Report with history","data":{"duration":489662}},{"buildOrder":7507,"reportUrl":"https://waku-org.github.io/js-waku/7507/","reportName":"Allure Report with history","data":{"duration":497243}},{"data":{}}] \ No newline at end of file diff --git a/7511/widgets/duration.json b/7511/widgets/duration.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7511/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7511/widgets/environment.json b/7511/widgets/environment.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7511/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7511/widgets/executors.json b/7511/widgets/executors.json deleted file mode 100644 index 89465dab900..00000000000 --- a/7511/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://waku-org.github.io/js-waku","buildOrder":7511,"buildName":"GitHub Actions Run #11177167004","buildUrl":"https://github.com/waku-org/js-waku/actions/runs/11177167004","reportName":"Allure Report with history","reportUrl":"https://waku-org.github.io/js-waku/7511/"}] \ No newline at end of file diff --git a/7511/widgets/history-trend.json b/7511/widgets/history-trend.json deleted file mode 100644 index 3b2b4253846..00000000000 --- a/7511/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7511,"reportUrl":"https://waku-org.github.io/js-waku/7511/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":7509,"reportUrl":"https://waku-org.github.io/js-waku/7509/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7507,"reportUrl":"https://waku-org.github.io/js-waku/7507/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7511/widgets/launch.json b/7511/widgets/launch.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7511/widgets/launch.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7511/widgets/retry-trend.json b/7511/widgets/retry-trend.json deleted file mode 100644 index 3d70ea60456..00000000000 --- a/7511/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7511,"reportUrl":"https://waku-org.github.io/js-waku/7511/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":7509,"reportUrl":"https://waku-org.github.io/js-waku/7509/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7507,"reportUrl":"https://waku-org.github.io/js-waku/7507/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7511/widgets/severity.json b/7511/widgets/severity.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7511/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7511/widgets/status-chart.json b/7511/widgets/status-chart.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7511/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7511/widgets/suites.json b/7511/widgets/suites.json deleted file mode 100644 index a527ade754f..00000000000 --- a/7511/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/7511/widgets/summary.json b/7511/widgets/summary.json deleted file mode 100644 index 3d2a4f89a19..00000000000 --- a/7511/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0},"time":{}} \ No newline at end of file diff --git a/7530/data/behaviors.csv b/7530/data/behaviors.csv index 9faab918b12..81bdfe6763c 100644 --- a/7530/data/behaviors.csv +++ b/7530/data/behaviors.csv @@ -1,2 +1,2 @@ "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"","","","0","1","845","21","0" +"","","","0","0","846","21","0" diff --git a/7530/data/behaviors.json b/7530/data/behaviors.json index 5b8216c59f9..af07164e6e2 100644 --- a/7530/data/behaviors.json +++ b/7530/data/behaviors.json @@ -1 +1 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"38b78ace05b9ffd8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085863791,"stop":1728085863795,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"777b5f80a6620e3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085863795,"stop":1728085863796,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"2d79cc82987183a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864142,"stop":1728085864143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"8bce0465625fe8c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864143,"stop":1728085864144,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"a415290d7da56ef8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864144,"stop":1728085864145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"9ba2bf7881463f07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864144,"stop":1728085864144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"41ec67d22df09c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"b14233145a0c6d90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"4c4515108fd82e4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864145,"stop":1728085864146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"e074c1feecd65b11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864146,"stop":1728085864147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"36a678799e17224e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864147,"stop":1728085864147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"4c743edfb95de82d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864148,"stop":1728085864154,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"ba123cd02aa3167f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864154,"stop":1728085864154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"5c8a074c41ac8b28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"509cbcb054310bbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"99b52040c1e3718b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864155,"stop":1728085864156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"267aa19176f1473","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864156,"stop":1728085864156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"fe54ee8e7ade1371","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864156,"stop":1728085864157,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"326e43d53f7c8713","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864157,"stop":1728085864158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"79594cc75f3116f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"44b6f801c097fd6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"888483b4b7a158e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864158,"stop":1728085864159,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"69ab2263790e62b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"1b4c9f3ff1038b0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"d8f6d83a3527e62e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"9c3dbb80a1792b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"2f8a0ca10d7860cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"a2646725ea50fde3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"7e7e0d9f933e56d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"f00f1b00bc6429ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"e10800a0d14d2467","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"ca83873807e3da7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864162,"stop":1728085864163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"6497167b4127f0bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"3ce6c53258c0008","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"9e21ca684d38995f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864163,"stop":1728085864163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"1f54e7293c15799c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864163,"stop":1728085864164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"86f3479021f2f91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"13e2121698f9f821","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864164,"stop":1728085864165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"79c8318bad355d93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"80d3b5c6e1be8157","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"2168fbb55f26f5d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"c84a2a88de95e4fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864165,"stop":1728085864166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"9291680da5069961","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864166,"stop":1728085864166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"ea18a5e00afbf242","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864166,"stop":1728085864167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"bb05b13b0a1f7185","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864167,"stop":1728085864168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"8dca99751aa1d021","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"f2940ae205c1ea85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"c8346a3ef361dda7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"b3815947983c8973","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"748f33727aa24e24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"1cd04203140537a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"b9c7cd52ebaf5c30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"ec4b6a153450d516","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"c1b3c4e549de0221","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864170,"stop":1728085864171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"cdfd367391fc8c81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"26301645e0bca444","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"6b9134432466028a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"2608b658def6acce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864171,"stop":1728085864172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"2a5751ca0838fb8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864172,"stop":1728085864172,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"1b985a3a8dce5760","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864172,"stop":1728085864173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"bcf5e4b8faf81d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864173,"stop":1728085864174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"8097f0c39a1593f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"d62a8c3c9fcdc41d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"db9f7f2b71468b21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864174,"stop":1728085864174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"c069c5057db23a1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864174,"stop":1728085864175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"354e1126a67c9793","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864175,"stop":1728085864175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"8f8425dff2e0ab84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"5ac45e379ee59447","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"19a4c85802320058","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864176,"stop":1728085864177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"345911378d7ef6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"c7636a047061bf3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"a6c7be75ec23f302","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"36295ac851c78579","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864178,"stop":1728085864179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"a7e9fc58524ac688","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"3ead64c174824532","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"77ba2ebe1eea27e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864179,"stop":1728085864180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"cdac72cb636f3276","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864179,"stop":1728085864179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"e60988982e3adb8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864180,"stop":1728085864181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"404a2ab4a6eb69ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864180,"stop":1728085864180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"9c11703a66f3625b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"3cd9f5be531dc94f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"72e1514f196e8425","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"f72ce90421db7082","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"62986e6b28820aba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"433b045beeac890e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085864273,"stop":1728085864274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"be828181715bcaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085866678,"stop":1728085866679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"993b334a2b2afbf3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085866679,"stop":1728085866679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"cbbd888c82b7459b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085866680,"stop":1728085866681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"92eb5b7b95e97795","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"dd92edd140f642a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"14963d050df4daa2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085866681,"stop":1728085866681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"519cb7cd5dab1524","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872126,"stop":1728085872128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a757a39a2809e606","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872129,"stop":1728085872129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"145a034fb88af9af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872134,"stop":1728085872134,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"ba6e7bf4f310b4c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872162,"stop":1728085872163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"be520c3fa5bae39b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872163,"stop":1728085872164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"8f116647668d1400","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872164,"stop":1728085872165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"bd0b91b77f31ee92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872164,"stop":1728085872164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"91320f7868a42905","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872165,"stop":1728085872166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"ab99c00275b6fd32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872165,"stop":1728085872165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"7dd330ab949c0b8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"ba6f925857129843","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"c3cd48e3ff76d1e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872167,"stop":1728085872168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"a1043ea7ec8d2b64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872167,"stop":1728085872167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"daf4cf40bb6f8eb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"1bffb8415a229fdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"28c5d1e4a5df75d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872169,"stop":1728085872170,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"7d9b1c907bc1f16a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"486c3bfbc497b047","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"988baf591d5da5f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872170,"stop":1728085872170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"48bcc2a628c056c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872738,"stop":1728085872738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"606e3c09534a6579","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872738,"stop":1728085872739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"3e75391d1c773537","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"7a6e347fd8107fc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872739,"stop":1728085872740,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"63fcdec0eccbfe19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d0eeb32b114dde12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872740,"stop":1728085872741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"69a2767d08419685","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872740,"stop":1728085872740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"6b94a008ca9f8767","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"3b0f0e8332a71773","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872741,"stop":1728085872742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"f76f1b05f3d3fdf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"bd450e1a7bbb6234","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"546750b18389ae28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872742,"stop":1728085872743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"fe1aa5a6609ee76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"885466a39ddc34e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"86632f454299898","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"5ba11d631a11c9a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872743,"stop":1728085872748,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"8ce583840456b473","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872748,"stop":1728085872749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"5305a9eda285a811","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872749,"stop":1728085872750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"71473af09c17c547","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872749,"stop":1728085872749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"ab4887fad91da97f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"4ff8bed0dd0b38c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"f845ad5860dc51c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"69acd75ce3467452","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"a9a848e6a5881506","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872752,"stop":1728085872753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"e17662702242027a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"1fac6f59d12f84cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"275a9d76a425299","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"29190ed095850ff4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"fdf84ff42185e4f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"a46662e2e5473ef2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879404,"stop":1728085879405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"a8c71518de8939d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879407,"stop":1728085879407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return no connections if no open connection provided","uid":"75a18ffc24f89de0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879408,"stop":1728085879408,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"fdc140bda6b8683a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879408,"stop":1728085879409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"f31192a47751b144","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879411,"stop":1728085879412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return usable stream attached to connection","uid":"b39ce9a259832423","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879612,"stop":1728085879612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"d54413da37ec6dc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879613,"stop":1728085879613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should create a new stream if no existing for protocol found","uid":"2734c27887bb9524","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879613,"stop":1728085879614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return different streams if requested simultaniously","uid":"74fdf8575403c306","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879614,"stop":1728085879614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should do nothing if another protocol hit","uid":"1888e0e44033d666","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879615,"stop":1728085879618,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","uid":"e65e35fb518034ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879618,"stop":1728085879619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","uid":"a86a64dc9e4ade84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879619,"stop":1728085879619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"d82afb596d375e61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879946,"stop":1728085879947,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"c2e88376672d075d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879947,"stop":1728085879947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"431918c30c19807e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879947,"stop":1728085879948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"58480783f17489d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085879948,"stop":1728085879948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"27e28f08bf19aa91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085880162,"stop":1728085880163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"a6bc209d3ed46586","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"69fedc37c28b363","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6a79d5456a3b3b3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"824136a93109f25a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"253ebf6e74808ea0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"e9441984fb223c1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"d55b577c4b828e62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"979fddc9c7161e5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085886583,"stop":1728085886585,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"ecd093f60c4ec113","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085886586,"stop":1728085886587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"1524cbbce366d2c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085886587,"stop":1728085886589,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"f68c86b53369109e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887349,"stop":1728085887350,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d9c584eb74d9155a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887350,"stop":1728085887351,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"a5a22c93dcd4b34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887351,"stop":1728085887352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"9ef168f07d1cd155","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887352,"stop":1728085887353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"ceacea31a4f8aa6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887434,"stop":1728085887435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"4691c0f95f1dd063","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887434,"stop":1728085887434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"c322dbfe6754f0e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887435,"stop":1728085887436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"9c5cb1ace64445f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887436,"stop":1728085887436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"340f49fab015dd3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887436,"stop":1728085887437,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"6d7ee481989e5601","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"5ea86c67ed9f8875","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"57743e56279977c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"6def9e8733201e04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ae1bf2d49461452","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887947,"stop":1728085887947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"493dcc0bb7f5e2dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887947,"stop":1728085887948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"2e1ee21d0a7b5c75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887948,"stop":1728085887949,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"f4084e6c1e2dfac5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"c1df710651873a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"18f249ce54d1f583","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887949,"stop":1728085887950,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"7da1725f45b5be2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887949,"stop":1728085887949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"d291f4098596b005","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"d4776a1ee081eb3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"731dbd37c1ccce26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"b9d3660bf87d201a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"e378653771249daf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"cae99f9ed07554f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"af4ff6cbe179c166","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891876,"stop":1728085891876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"46d275b70b16d30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"39cf2a919dcc7d08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e6d6c99ed4cce378","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"2c98cc078ae033e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"a9ca984d2c515c35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891878,"stop":1728085891879,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"be1c897bc7f68fbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"a0d02c19ba616219","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"76a0b1723fa5212d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"4d9b15c68ae231ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"eac47a0e2775fcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"b2dc12b5dd41fd4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085897852,"stop":1728085897853,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"1eaafee7c10b9fa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085897853,"stop":1728085897854,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"eae3612bc05bf93a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085897854,"stop":1728085897854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"ffad1ab8a4a7b85a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085897855,"stop":1728085897856,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"be80c4ba438cf387","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085897855,"stop":1728085897855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a7e9f819d5a76277","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085897856,"stop":1728085897856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"1b321d6cc07fff45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085897856,"stop":1728085897857,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"d37e5b7f13c011a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085898290,"stop":1728085898290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"11a9f05e259e1b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"2dc626ed6c1a0246","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"547fe44936b18ddd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085898292,"stop":1728085898292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"b7b568133757f469","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085899569,"stop":1728085899570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"a681612745f62213","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"39709dc221995392","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"c2b7719389eaee0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"e488f3e5f6be2028","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085899571,"stop":1728085899572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"7440c8240b126e8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a5c852588890b72c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"ea088b19f0fc25eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085902767,"stop":1728085902768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"8e2301d79d8b5e32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085902768,"stop":1728085902769,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"44f8a7d06d68c53c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085917709,"stop":1728085917712,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"ea6791d4ee40e81d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085917712,"stop":1728085917713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"c6927c3cb9264574","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085917713,"stop":1728085917714,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"475060a3fe0f0b01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085917714,"stop":1728085917714,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"ee5f276fa18f8b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085917715,"stop":1728085917716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"f337c2cf13418b7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085917716,"stop":1728085917716,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"bb6009188327ba22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085923995,"stop":1728085923996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d8521d62e5ccc120","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085923996,"stop":1728085923997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"c1579e61f8efb8a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085923997,"stop":1728085923997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"ebe352d8d4e81610","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085924026,"stop":1728085924036,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"3bfdec702d96a774","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085924037,"stop":1728085924038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"ae94e489c1db3734","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085924039,"stop":1728085924040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"b6525ce423a08947","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085924041,"stop":1728085924041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"baec3792014b75c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085925277,"stop":1728085925279,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"7136651300b5d8fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085925280,"stop":1728085925281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"72e7cf47149d25e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085925282,"stop":1728085925284,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"a43bd7073972a5f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085925284,"stop":1728085925285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"a9d18bda9482770f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085925285,"stop":1728085925285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"92e7b88b80464534","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085929870,"stop":1728085929870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"2aefb929eb23229c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085929871,"stop":1728085929872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3e3781da6a0760a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085929876,"stop":1728085929876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"52c117b518e3c1c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085929877,"stop":1728085929880,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"98ed37f25eaf54ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085929877,"stop":1728085929877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"105ad8200de72937","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085929880,"stop":1728085929885,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"9fb54c3c47c58c2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085929885,"stop":1728085929885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"8a4b7d87cc76f99d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728085929886,"stop":1728085929890,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"255810a108bbb38b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728085929890,"stop":1728085929890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"7aef060190f03e15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728085929891,"stop":1728085929891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"dd419a9917c3b28e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085948112,"stop":1728085948113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"6d0f4ba5bc0f890e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085948113,"stop":1728085948114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"8719388011b0e6ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085948114,"stop":1728085948115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"a1a897eceda9ab25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085948114,"stop":1728085948114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"fda0f4184982d5ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085948115,"stop":1728085948116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"ca7d101d5226a95f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085948115,"stop":1728085948115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"b07fd89bd38b40e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085948116,"stop":1728085948116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"32568eb079fc6375","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957570,"stop":1728085957571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"bb8d8c7536390ab7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"9a8dae1ee6289617","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957572,"stop":1728085957573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"9ccb3c58dc7426d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"c2d94f1c114265ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"bd6d7daa009602a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"a3b174e2caf0cd6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957574,"stop":1728085957575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"3ee200a376828cd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"77f96773f4f66402","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"92a451c6d0f31aef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085959887,"stop":1728085959888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3de009f6c92cb461","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085959888,"stop":1728085959890,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"642ca5d72a5e70bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085959890,"stop":1728085959891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"62c2aa535737112d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085959891,"stop":1728085959891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"23277529f2544c1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085963110,"stop":1728085963111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"aef386c34245980b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085963112,"stop":1728085963113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"82ca832e4312574","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085963113,"stop":1728085963114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"894ddda02761b7fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085963114,"stop":1728085963115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"56e20d6869693fed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085963114,"stop":1728085963114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"9c97258ce92e73ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085963115,"stop":1728085963116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7bbcf9f4b9f1cdff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085963116,"stop":1728085963117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"fef1c0e0a7487bbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085963118,"stop":1728085963118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"985378f685d93581","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966212,"stop":1728085966212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"30cd4cb628af5863","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966212,"stop":1728085966213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"5f687258772d17a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966213,"stop":1728085966213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"deabbfe0e47471a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966214,"stop":1728085966214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"786e4b6b88f54a10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966215,"stop":1728085966217,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4f7f4c791b7e11fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966215,"stop":1728085966215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"5e7f8fb240e8fc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966217,"stop":1728085966218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"15e69bbf7e93937b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966218,"stop":1728085966219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"7c9cf071739e6814","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966219,"stop":1728085966219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"5f3bdd89b1b433b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966219,"stop":1728085966222,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"f10636983dffe75f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085966222,"stop":1728085966223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"51b512b67749883","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085985728,"stop":1728085985729,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"6ce24a0f14cd0b17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085985729,"stop":1728085985729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"3b4b74ecbce8635a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085985730,"stop":1728085985731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"165175d7fe9eeca6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085985731,"stop":1728085985731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"80702908c83bc0d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085985731,"stop":1728085985732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"f822914c8eb1634e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085985733,"stop":1728085985733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"dd562719f19c0bff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085985734,"stop":1728085985735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"fd69c524d02f07af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085985736,"stop":1728085985737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7fbfcaf2c1a3ba7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"ba04e3f111fd5993","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"6685253dd8320d63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085992916,"stop":1728085992917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"5cc8eef68cea665d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085992916,"stop":1728085992916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"27d39096f5e09c37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085992917,"stop":1728085992919,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"1a9a1bbdda356ac6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728085992920,"stop":1728085992921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a68e08d723660d46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032734,"stop":1728086032735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"402402d7624d98db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"9f4ac31a9b49c8e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e7f409d0779fc46b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9732887460fb8ff4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"7fbdd81c44cebf9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032737,"stop":1728086032738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"280f30ce77d7b097","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6e98617309c09cb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"93bad5c4fd287230","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"d342a144a5dfeca2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032738,"stop":1728086032739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2831a71f35afd678","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"fdb191808cef9c04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032739,"stop":1728086032740,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"383c4e5fb3d07973","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"f34b67538ece5265","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032740,"stop":1728086032741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"88772e61a7edba8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085916617000000 ","uid":"7fb0ead8eaae26b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"a20432816958a7db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085916617 ","uid":"915d75110928f8ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"dcf464ab2e2f2982","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"4225ae55de22496c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"2d03d70791ed47d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"4a103e27560b16cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032743,"stop":1728086032744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"7a1cf7a97772459f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032744,"stop":1728086032745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"ec9a82f13d2d4749","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032744,"stop":1728086032744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"6e163abdc470fd20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032745,"stop":1728086032746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e21372ada50b4ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086032745,"stop":1728086032745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"44574ec1fa0c4ddf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"95af029eb356d11a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"6a6441986741f3c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033867,"stop":1728086033869,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"cef5215c819ee9fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033869,"stop":1728086033870,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"1cad6b7905806a91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033870,"stop":1728086033873,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"5eaa18032b80c6e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033874,"stop":1728086033874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"aed9cd5542c19d29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033874,"stop":1728086033875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"9ec36b643a73826b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033876,"stop":1728086033877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"6051a59a368a18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033877,"stop":1728086033880,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"7118f53f898aa285","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033880,"stop":1728086033881,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"acc29030b99e0c0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033881,"stop":1728086033882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"14e625fc95ad2ca0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033881,"stop":1728086033881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"7e470c3dd26c4f06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"2c41ad45855a1950","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"97a2244049faf256","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033883,"stop":1728086033883,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fbf4020c8ffe8764","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033887,"stop":1728086033887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"5d61976cd6ba38e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033887,"stop":1728086033888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"ceab21f992b981ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033889,"stop":1728086033890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"b22500aa14aa074f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033891,"stop":1728086033891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c094a3122b6083c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033894,"stop":1728086033895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"e89ab36a587b285b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033894,"stop":1728086033894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"8462a284a5687adb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033895,"stop":1728086033895,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"158520fddd4c87ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033895,"stop":1728086033897,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"c2b96aeec012cb74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033897,"stop":1728086033898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6329d3862f5e24c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9ad7996b28ea2fec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"efd07dd2266a4b27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033899,"stop":1728086033907,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"2160dd973b09a0b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033899,"stop":1728086033899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"74815f363408001e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033907,"stop":1728086033907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"b176415e5be38036","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033907,"stop":1728086033908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"49bb2294c2cfdadb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033908,"stop":1728086033910,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"25b96c011acb6fa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033910,"stop":1728086033910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"c177e4ce393965e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033911,"stop":1728086033911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"2b1fcd2d8b1c11ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033913,"stop":1728086033914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"66447a6b314a5930","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033914,"stop":1728086033918,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3922b803d4e15e04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033918,"stop":1728086033919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"4158f643ef28b64c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033919,"stop":1728086033919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"7046220e2a95589b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033920,"stop":1728086033920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"119f86a59c70c172","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"207b38473a88824e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033921,"stop":1728086033922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"7d01bf3b2e18b63c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"bda795065320ac9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033922,"stop":1728086033922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"a37c7ec797a080a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033927,"stop":1728086033928,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"e2c6daed569aba47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033927,"stop":1728086033927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"bdf3e1ce72f6ad30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033928,"stop":1728086033928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"f686b97c8df5fc6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086033929,"stop":1728086033929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"8e88f63feb2bed92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056625,"stop":1728086056626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f6036dacd07cb56f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056626,"stop":1728086056627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"1efbac4022bf1e31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056627,"stop":1728086056628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"70f12f7c892f0d14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056627,"stop":1728086056627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"c5927e8527185d04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056628,"stop":1728086056629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"c1b5d6f7f5869816","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056628,"stop":1728086056628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"7c271e27e9bde940","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056629,"stop":1728086056630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"cfe09833d05ac86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"86c7864ebdb0f3e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"2343d887aa5b7c02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"85bc7f5c38040473","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"e31876f9c140ee4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086056632,"stop":1728086056632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"fe5e356efb15fd84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086059797,"stop":1728086059798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"47f7e9f00917638b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086059800,"stop":1728086059801,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"2b0d57b92cbe0600","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086059801,"stop":1728086059805,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"115a0fb0fe34f2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086059806,"stop":1728086059806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"d8d485aad6d1b5a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086059806,"stop":1728086059811,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"501e0fceb6990bf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086059811,"stop":1728086059812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"7e3dcb7c90370db6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"e1748ed86b2576c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"c2feaa1da6535cb3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063169,"stop":1728086063170,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"bb3725bf2af3a28c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063170,"stop":1728086063171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"b1cc62ab41b6ef43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063171,"stop":1728086063172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"73e43d2f5e212e17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063172,"stop":1728086063174,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"be186046a74b0492","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063174,"stop":1728086063175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"bea64bdd178c6347","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063175,"stop":1728086063175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"98170804de26a7fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063175,"stop":1728086063176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"68a750e550ce9221","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063176,"stop":1728086063177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"eff5fbfb0c5087d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"fa563e314c3abb93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"f4f7f3884ff2edb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063177,"stop":1728086063181,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"c80fcfd70df066cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063181,"stop":1728086063182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"8e272dbab55b72ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063182,"stop":1728086063185,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"15b2f1187de9c1d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063185,"stop":1728086063185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"615e56f810d02898","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063186,"stop":1728086063186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"1e9ffaad3b0cb0af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"828cac22c9f5390","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"27d7bde3cda12ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063188,"stop":1728086063188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"c1e92c02b6e9b0b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063188,"stop":1728086063192,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"f8a6cf5175fa99f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063192,"stop":1728086063192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"4f9062541a9a2256","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063192,"stop":1728086063193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"b29b4335f3dfbd7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063193,"stop":1728086063197,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"6dbb379d41944d65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063197,"stop":1728086063200,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"ba3aba84c3e2cd71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063200,"stop":1728086063200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"9f6f1a6c4d33476f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"6949d337d51daf60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"92a9e6c74fa68684","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063202,"stop":1728086063202,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"cccc05f6a4062ffb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063202,"stop":1728086063204,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"93320371a2a357e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086063205,"stop":1728086063206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to needed amount of connections","uid":"dfca8d95a814a5d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086085065,"stop":1728086085066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to available amount of connection if less than required","uid":"8528be375cb158de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connections available","uid":"e5619e5fb2c4bf80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b5d4f4f846c53dfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118962,"stop":1728086118963,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"154c31fbeaf3dd29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118963,"stop":1728086118963,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"7b4fdacd86d444b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"be07891ebc876da2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"338b104933b03014","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"df5655ebee51daf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d6496b88b6dffc3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"65b1590e35d8c702","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"55d807484e77340d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086118966,"stop":1728086118967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6f73b432f90bcd50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086119053,"stop":1728086119054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6d0dec17578e367","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086119054,"stop":1728086119054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"eac01cadf6829a1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"4d7a196913726e51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"84f7d6483627fe20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"16196731704e2e23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"d8d89dfc5f25f34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086142733,"stop":1728086142733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"6de53b511614b924","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086142734,"stop":1728086142734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"11ea844f0548f002","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086146256,"stop":1728086146256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"c2ba5456e5e17343","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086146258,"stop":1728086146258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"de28601bfe9d5fb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086146568,"stop":1728086146568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"e7e4df141b17886","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150764,"stop":1728086150764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"1f4fd9b3b4118d2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150765,"stop":1728086150766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"fd1bc53730313fd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"154688aebbee31c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"5805767588fd38e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150766,"stop":1728086150766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"10de8dc250130167","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150772,"stop":1728086150773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"a09dcce14d314815","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150773,"stop":1728086150784,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"ad3bf7c59e1fc6de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150784,"stop":1728086150786,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"e0cb1a643011ae68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150786,"stop":1728086150787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"c3452c52ebedc475","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150787,"stop":1728086150787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"7dcb34296d313879","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150789,"stop":1728086150789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"b1399f1581f292d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150790,"stop":1728086150790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"97f8580dbfca6725","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1728086150793,"stop":1728086150804,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"5505a0b00b47eeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150804,"stop":1728086150804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"19d349984aacf1e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150804,"stop":1728086150805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"b354149651c4f9c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086150805,"stop":1728086150810,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"b910934e94b3bd74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086151434,"stop":1728086151435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"6f9836812fd92584","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086151435,"stop":1728086151435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b38b01fe67fd8afe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"4c54a7f651671e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ae2e922cd05b8997","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f0a34c76c2717bab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171690,"stop":1728086171691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"b212105f62c1486b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"51decd00af59208","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"961d27e1a762f593","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"4609b7d8659daf72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171691,"stop":1728086171692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"bd3fb3c986868be5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171692,"stop":1728086171693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ed31f83a8705f46b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"8247483eef1efcda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9130a32d149c46dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171693,"stop":1728086171694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7bffe5d5ee41db07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"526b87319ec2f458","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"392d22684333e821","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"da18140fd1876da2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349000000 ","uid":"25124cf290047d2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171695,"stop":1728086171696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349 ","uid":"385783b2e9843a70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"2f1c9212fb9f6003","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"472c54f1c0c1e288","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"e4c4420e98307408","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171697,"stop":1728086171698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"de13fb796a2f1c59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e6d7cb59ed5c9664","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"d03aca72f04fd300","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"25721d89274d747c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171698,"stop":1728086171699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e5f5779131671bcf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"79eaca3bcb896008","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"68fcaa4c9b2f92b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"f41f633a02111ffe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"cac5e4399eb79c34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171701,"stop":1728086171702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"8ae38b3d1c00ecbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171701,"stop":1728086171701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b765135c55444fbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171702,"stop":1728086171703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"525102e565eec6a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c737e9c713096a41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"e3f6b30b177242f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171704,"stop":1728086171705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"ca9c0a517a260dc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171704,"stop":1728086171704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"d7e6874fa643074b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171705,"stop":1728086171706,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"f4a97c95e76399a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171705,"stop":1728086171705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"c93d58651d2d9ef9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171706,"stop":1728086171707,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"b7dd54ab5db77aea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171706,"stop":1728086171706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"5795ba5d534cdccd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171707,"stop":1728086171708,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"f8477b3aad894ed8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171707,"stop":1728086171707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"da4a17aadacba647","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171708,"stop":1728086171708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349000000 ","uid":"69d9996bc471f472","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171708,"stop":1728086171709,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349 ","uid":"5630d351c4141a99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171709,"stop":1728086171711,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"50c7cf988d8d1853","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171711,"stop":1728086171712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"86162838464be5dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171712,"stop":1728086171712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"2423743dbf0dd311","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171712,"stop":1728086171713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"e8793bf1f5e0f43a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171713,"stop":1728086171713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"94d16b314820c6e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171715,"stop":1728086171716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"1fcf4f9b32a9bf8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171716,"stop":1728086171718,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"5acd1b2b6fb51fdd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086171718,"stop":1728086171720,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"54970411b08dc562","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086171720,"stop":1728086171721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"47f8280cfa42ccd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086171721,"stop":1728086171721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"dbf2be14ff15aea9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086171968,"stop":1728086171969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"cdeee36b1a7fcd32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"57508621d83b1956","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"c0a69efea933154d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086171969,"stop":1728086171969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"bb18324a34e2e596","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086173698,"stop":1728086173699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"24b2b0925072b225","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086173698,"stop":1728086173698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"3e7e35a16482575e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086188759,"stop":1728086188761,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"e1f21a1b230df9bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086188761,"stop":1728086188762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"503b0d93fcc3cffd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086188762,"stop":1728086188763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"e00e3fab1a14ed19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086188763,"stop":1728086188764,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"eac8fe883b0d19cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192488,"stop":1728086192489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"28992a9460c6417a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192489,"stop":1728086192497,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"1ca15b473adf836c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192497,"stop":1728086192502,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"703ad0b769c340","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192503,"stop":1728086192503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"d969f26474164caa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192503,"stop":1728086192508,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"3b871ac45a79d205","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192508,"stop":1728086192508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"cd05e64b7c2f7a61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192508,"stop":1728086192509,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"6a6e859d99ee0774","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192509,"stop":1728086192510,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ae7ed89da5ae29d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192509,"stop":1728086192509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"aed43f61be8deaa0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192510,"stop":1728086192510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"57f4e8af1b7a33a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192510,"stop":1728086192511,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"354efca99c57dee7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192511,"stop":1728086192511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"5013c45ce263596d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192512,"stop":1728086192512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a11c83cc6dc42cf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192513,"stop":1728086192515,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"d88475bc74d46371","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"befb67c79048004e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4b39459d9f6f6888","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192516,"stop":1728086192517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"d32094bd60f5df5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192517,"stop":1728086192519,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"2284530570e1e14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192519,"stop":1728086192520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"dcd9be6200de6a07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"a9405b2167a121fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"c46cf26f5b894218","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192521,"stop":1728086192521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"2f18e1f462f934aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"3d79f0b3ad369d90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"9ae0f962cdabf7a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192522,"stop":1728086192523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"7c43bb2eaed009f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192523,"stop":1728086192526,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"2a347c9db35974f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192523,"stop":1728086192523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"3517275f09b2cc4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192526,"stop":1728086192527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"89088d5e043aa64c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"6a892c64ace84e9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"dde67ac0e9abb810","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192528,"stop":1728086192529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"c82bda72ac4f335","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"da88ad5d42c07996","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"c7c7fc0b1fb20759","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192529,"stop":1728086192529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"8c58a079030b5a7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192531,"stop":1728086192531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"ab59db78f38daa78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192532,"stop":1728086192533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"dd35bb967b7fd69c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"8bb704114883955a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697327663558","uid":"46a555806c0a269f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728082463558","uid":"ba5d4fdb73d31c7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"fc2631ba2fb2f6ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"cf7529f953cbde28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192534,"stop":1728086192535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728089663558","uid":"cfc0739fa58406b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"e4f99da98a89d697","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"b3768744a1e053e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9a8e3e18eb12f25e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086196551,"stop":1728086196551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"24c0a3e2fbefd2af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086196551,"stop":1728086196560,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"666e23e67daa093e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"ec0120d13eb86a5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"cff3f067dfccf75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"daf0813a1ee6b640","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086196562,"stop":1728086196562,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"8ae1be69fda80ac0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203088,"stop":1728086203089,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"cf738a756acc6543","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203089,"stop":1728086203089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"9e1f624eba61b901","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203089,"stop":1728086203090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"9da6391df3e6d8ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203090,"stop":1728086203090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"5ae76e64687f3561","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203091,"stop":1728086203092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"6d53f03ea314d502","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203091,"stop":1728086203091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"743f537e3cf33555","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203095,"stop":1728086203096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"688e382933d87376","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203097,"stop":1728086203098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"981fac9a029aa792","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"bfee58bb9bf6c120","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"71e7611e89338a13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"7541e08b9d6c0d3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"970ea26012a24111","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203099,"stop":1728086203099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"d015669b7ef140cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203099,"stop":1728086203113,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"f2166dbb2db628d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203114,"stop":1728086203115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"46ebafcf4da1c5b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203116,"stop":1728086203117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"ac0895c60c9fe504","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203117,"stop":1728086203118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Oct 14 2023 23:56:32 GMT+0000 (Coordinated Universal Time)","uid":"b31bf8d20eb6db4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203118,"stop":1728086203123,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Oct 04 2024 22:56:32 GMT+0000 (Coordinated Universal Time)","uid":"363da953a68bc0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203123,"stop":1728086203125,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Oct 05 2024 00:56:32 GMT+0000 (Coordinated Universal Time)","uid":"92de50e81645a186","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203126,"stop":1728086203127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"86416ad9af91e6e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203128,"stop":1728086203128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"44aaee5bc689bfb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203128,"stop":1728086203129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"13e4f77d24fe5300","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203129,"stop":1728086203129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"c364649323848a47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203137,"stop":1728086203138,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"92af190a02b10376","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086203140,"stop":1728086203141,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"184b2022d855f367","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203140,"stop":1728086203140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"30b3399ce9fb4f2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086203141,"stop":1728086203141,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"dab070080be726a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203141,"stop":1728086203150,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"7455c829c4445c54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086203150,"stop":1728086203150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"9e24fd848bdece28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207855,"stop":1728086207855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"3fba57b5d31dbe8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207861,"stop":1728086207862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"f0bbcc9f9c5d309c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207861,"stop":1728086207861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"351aaaf39c22c008","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207862,"stop":1728086207862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"a864bb35ef5f0a4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207862,"stop":1728086207863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"7dd69d0f9c5172ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207863,"stop":1728086207863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"f31fd75a761c480b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207873,"stop":1728086207874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"caef9ce8e502f642","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207873,"stop":1728086207873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"305dc037fb3b5938","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086207881,"stop":1728086207883,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"375e599e4f1a8afc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086207887,"stop":1728086207887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"535643171a880ed1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207887,"stop":1728086207896,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"84a8ba3b4888c36a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207897,"stop":1728086207898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"238a132a73df6145","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207898,"stop":1728086207908,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"3b72672e59dc87f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207909,"stop":1728086207909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"14c998064bcc655b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207910,"stop":1728086207911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"c2ad1270d41bcc88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"6252ceb8380d6079","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"f9ae94b5c7864f79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207911,"stop":1728086207912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"bc12a7b92575269c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207911,"stop":1728086207911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"107a9cd2445d3995","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207916,"stop":1728086207920,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"ab13e8fdc7aaace8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207920,"stop":1728086207920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"9b9f36340d16e36c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207920,"stop":1728086207921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"ad0436ac00323e44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"2fd95a123e5755c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"148a4f1ea5164c8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207922,"stop":1728086207922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"8a845a0cc2645cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086207922,"stop":1728086207923,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"297c2a5ab0ba7243","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226454,"stop":1728086226456,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e609a82743e2286e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226456,"stop":1728086226456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"5c8efaffe0c93439","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226457,"stop":1728086226457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"1ca993c500aeedf3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226457,"stop":1728086226458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"812c926da28a2c48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226458,"stop":1728086226459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ab6674d8cb12d0eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226459,"stop":1728086226459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"8c2b931f90c84712","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1aa7c4c50a85abb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226460,"stop":1728086226461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"60a8d735fef34cea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"ca8c920ee54e3d21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226461,"stop":1728086226462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"35e47ed9356cc823","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226462,"stop":1728086226462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e829486fc45699ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226462,"stop":1728086226463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"afa6afd06e8c42a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"6e3f446fa51ae355","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226463,"stop":1728086226464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"189a861b38986b34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"aec28071debb7aa9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"6f9f4377a7bfa279","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"8cd8a3bcc6eaae0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"3a56176950a2cd00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"17c7219672c486ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226465,"stop":1728086226467,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"81344f7f3d07d395","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"e471ff8d8dc9dff2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"9b0a127b1ac8acc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226468,"stop":1728086226468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"e0c356df062a7585","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226468,"stop":1728086226469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"adc6447fcae09fa0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226469,"stop":1728086226470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"8dd8c1f8007f72a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226469,"stop":1728086226469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"4dce0cae9763b7e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226470,"stop":1728086226471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a2a6965ce18f1817","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226470,"stop":1728086226470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"7adb1650876f8325","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"2f26754a3638a234","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"d10c9d89e46273cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"287c95f24b558b7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"93b685f8f42d8a1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226477,"stop":1728086226479,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"378e02fa77b77048","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226477,"stop":1728086226477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"819f514b9f23bc52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"dd5020a8eacad958","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"2c10d0b7b4dbfcf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226480,"stop":1728086226482,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"37be7faad9270c52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226485,"stop":1728086226495,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728082456949","uid":"46b26ec0ea6b5131","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226496,"stop":1728086226506,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697327656949","uid":"b9107c90cdaa53e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226496,"stop":1728086226496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728089656949","uid":"83207113a07930e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226506,"stop":1728086226506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"c50cd7f0bb829a3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226506,"stop":1728086226507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"2fba30df8e7ccea7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086226507,"stop":1728086226507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9483efd4d1e072d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086232770,"stop":1728086232771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"8900570e82d0e9e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086232771,"stop":1728086232775,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"cf6e73554d4f45d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728086232775,"stop":1728086232775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"af2d014fab64fc35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086232775,"stop":1728086232776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"17c643a435493b87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"61e1ac099767b02d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app95/7/topic402/test.js","uid":"7e61c0538f9e54fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235211,"stop":1728086235212,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app23/1/topic549/json","uid":"258aa3d4f4923022","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app44/3/topic7/xml","uid":"8b2c2edbac8cad20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app87/9/topic319/json","uid":"4255341be406ec37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235212,"stop":1728086235213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app28/8/topic13/utf8","uid":"18327c915cb6db92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235212,"stop":1728086235212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app78/10/topic382/test.js","uid":"e441a2e2596506c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235213,"stop":1728086235218,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app61/8/topic836/proto","uid":"bf3d50e177bc273b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235219,"stop":1728086235220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app33/5/topic435/utf8","uid":"8f1fcf7e3db8213a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235220,"stop":1728086235221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app82/8/topic328/test.js","uid":"978662e3e4ae9e50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235221,"stop":1728086235222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app21/3/topic128/json","uid":"4c12dd2db2f09b0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235222,"stop":1728086235229,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"e03d3bb1619ecd7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235229,"stop":1728086235229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"956383290bcfa523","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"5a9ae0360b7aeb08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"8edd648c8605691e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086235230,"stop":1728086235231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"34d0e8e9a3cff7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086246327,"stop":1728086246328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d9ebfa6eb64ffb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086246328,"stop":1728086246330,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"f5198a07d84091c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086246330,"stop":1728086246331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"96d8371931ee12ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086246331,"stop":1728086246334,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"2600c002804465ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086246334,"stop":1728086246335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c60d0fc8f0c8f90c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086246336,"stop":1728086246337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"10c27bc8232b6c94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086246337,"stop":1728086246339,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"7aa23d4332793f3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254809,"stop":1728086254809,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"502f6287f8c0940c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254811,"stop":1728086254811,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"a6bd854d0d0659ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254812,"stop":1728086254813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"8c17fe42e4681b1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"94a82fa687b87d1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"dd20ad2b9b1bf958","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254813,"stop":1728086254814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"fc5e7f7859cf754c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"9dc588761292a69a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"2d910e02d190a8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086254815,"stop":1728086254815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"5c7c0e2e2f5f2801","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258652,"stop":1728086258653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"6f8326c30a6639bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258654,"stop":1728086258654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d648e5fdee9b3ddd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258655,"stop":1728086258655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"bd6e426618fdfe94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258655,"stop":1728086258656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"61e954461eb76e6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2502db62d168b3ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"1d16692a4fa71ed8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258657,"stop":1728086258657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"445f0a0cd3839a4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258657,"stop":1728086258662,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"bd24e0cd747c5a1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258662,"stop":1728086258662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"829f2f764f387eed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258662,"stop":1728086258663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"f1682a2e1fd03d30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"1b30b9605767950b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ea0cfa5d0f327b17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260288,"stop":1728086260289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"9c98f277ebe1344c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260289,"stop":1728086260289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"9b6cf7d67bfc52ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260290,"stop":1728086260297,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e8157e6e8c760a12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260297,"stop":1728086260299,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"c1d901bd38078939","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260299,"stop":1728086260300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"ca00cf34e4419a19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260299,"stop":1728086260299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"262d8467400c52ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"2c5fbd112681c599","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"d7f682c9c1b6ebb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260301,"stop":1728086260302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ef5f2d759faab2e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260302,"stop":1728086260307,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"fd1dc257a2db03c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"fd099fa2a21e9478","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"fdc0ce8bfe39f66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260309,"stop":1728086260310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"3dccd48e0ca34ae3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260309,"stop":1728086260309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"deae9099de3befce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260310,"stop":1728086260311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"2b8e7235109168cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260311,"stop":1728086260313,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"712c9cecfe1377f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260313,"stop":1728086260314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"36dc93f63b4e712","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260313,"stop":1728086260313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"fd116679d1948fb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260314,"stop":1728086260314,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"a357d9e1527b5c01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260314,"stop":1728086260315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"1d799a91f795af63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"766e1788753ae608","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"3fc4a69466e54068","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"82f02be981ccb98f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"6492489c7d81324e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"b66c27bd3b72d197","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"d596f517df101879","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"5e41f9ed2b83302e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"1f4a58accc00d6ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1062797fa7b688af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"96fa88f0d72d33b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260319,"stop":1728086260319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"53e7722717858a37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260319,"stop":1728086260320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"d42f26786c829770","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"a78dcec77618fae7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"2e93d1794498054f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260320,"stop":1728086260321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"46967230aa68e112","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"ed74e1159fb29ff9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"36002c9104f18b4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"9ee340042492613b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"bf21e42cbc0f9ed0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"6d314b84aacd892b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d85982409454e3a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"ed71b046a6cd1335","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"9c0266ba8496606e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260324,"stop":1728086260325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"424e63bbd437164d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"c65018c25f4a3e83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"8953c0982d2eb2aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260325,"stop":1728086260326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"de64bce642fb0d5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"f586e3bf4ae2c9b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260326,"stop":1728086260327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"aba4f98cf23f457","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"79fdeaeaec4edff9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"1b731c665dedbab7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260328,"stop":1728086260329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"d8a33cd5ce8fcc2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260329,"stop":1728086260330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"f3e56e9bf806ea4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260329,"stop":1728086260329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"d737a910277b14e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"b1a25d1774a5573a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260330,"stop":1728086260331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"7e013230dd14ea81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"48605dc8ea478a09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260331,"stop":1728086260331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"56a7f879baa80831","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260637,"stop":1728086260637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"e9d854621b7d08b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260643,"stop":1728086260651,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 829, Shard ID: 636","uid":"41c9a051f17abc02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260651,"stop":1728086260651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 316, Shard ID: 856","uid":"80e6f324fcfe6618","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260652,"stop":1728086260652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 60, Shard ID: 263","uid":"ac28ef392f1db7a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260652,"stop":1728086260655,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 316, Shard ID: 350","uid":"d0a4872a9ddad9fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260655,"stop":1728086260655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 245, Shard ID: 764","uid":"c7cba3074c611f80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260656,"stop":1728086260656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 275, Shard ID: 128","uid":"f0c0035327239838","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260657,"stop":1728086260658,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 543, Shard ID: 10","uid":"c43377e148544605","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260660,"stop":1728086260661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 954, Shard ID: 856","uid":"ea4fe0e7f63670fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260660,"stop":1728086260660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 464, Shard ID: 668","uid":"582966efd1256934","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260661,"stop":1728086260661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 518, Shard ID: 699","uid":"96b3e467e9076474","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260662,"stop":1728086260663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"ab8e3b842c1888c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"61670929c35aef99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"6acf16aacb58224b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086260667,"stop":1728086260667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"b65371bcd4f9e204","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086270016,"stop":1728086270017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"da482fbe526e897","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086270017,"stop":1728086270017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"22bbdc198b97c230","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"200a4177e9b025b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"14bc95554e6c5846","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086272018,"stop":1728086272019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"b5fd27910956a748","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086272019,"stop":1728086272019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"5d5822a34a824b35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086272021,"stop":1728086272021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"29930c1ba99629b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086272021,"stop":1728086272022,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"a1cc99174cce2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086272022,"stop":1728086272023,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"6de317c6104d8bb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086272023,"stop":1728086272024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"e4f075323a3ae489","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086278947,"stop":1728086278948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"6420210348f201","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086278950,"stop":1728086278951,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"cd372d06c4917380","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086278950,"stop":1728086278950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"7657bd312ce01775","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279981,"stop":1728086279982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"43f1728c36d020c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279983,"stop":1728086279983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"41701589302e3481","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279983,"stop":1728086279984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"26aa40c9a367445","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279985,"stop":1728086279985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"b0d793afa9cd7144","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279990,"stop":1728086279992,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"d44a5dd5acd119a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279992,"stop":1728086279993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9aa73a4e96ae3016","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279994,"stop":1728086279994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"629297fc4066832b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279996,"stop":1728086279997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"f453faa35c50044c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086279998,"stop":1728086279998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"6122dc25952d4e09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086280291,"stop":1728086280292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"9d9732972c3c80ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086280292,"stop":1728086280292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"2828243dad915f93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086280293,"stop":1728086280296,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"103684520f1d48f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086280293,"stop":1728086280293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"1ecb93addfedb039","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086280297,"stop":1728086280306,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"63bc303dab7bdc0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086280297,"stop":1728086280297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"7eb75dbdaa14de61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086280306,"stop":1728086280307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"31337926802e6cda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086280307,"stop":1728086280307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"9750d4d9f25a2bd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287861,"stop":1728086287862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"54bc0dec1fc866f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287862,"stop":1728086287863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"dfe6d5972d0b0565","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287862,"stop":1728086287862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"73e2e4a53b1e8c05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287863,"stop":1728086287865,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"361a4f32b42ea548","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287863,"stop":1728086287863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"a270c6602a685819","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287865,"stop":1728086287865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"90a6f8a109ee5b22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287865,"stop":1728086287866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"bb9369665af3cbda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"6fb5d295c5c2d547","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"172e5304ce402b06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"4cfb9f888e3804e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"6c708d7a4660a1e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086288534,"stop":1728086288534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"7e5820f42a7b057c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086288534,"stop":1728086288535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"127c655b7f4f0843","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086288535,"stop":1728086288535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"3df0d8bba62a3ece","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086288535,"stop":1728086288536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"5e73f9c8bc371b4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289027,"stop":1728086289028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"d5bb78a2abf3ff5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289027,"stop":1728086289027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"cbf7990329fff3c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"1262a5bb3af61cc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"2b6caae6991f5a4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"dbef480608bfd576","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289029,"stop":1728086289030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"efae672ff205c12c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"c2ba71b431eec132","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289030,"stop":1728086289031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"31ae4b24c0182e5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086289030,"stop":1728086289030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"b37028af220f6238","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"7008825ec54d26c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336921,"stop":1728086336922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"9b64971a9fdcfe43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"c7dc8371a6b037d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336922,"stop":1728086336923,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"fd01bf17cfcaa45b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336922,"stop":1728086336922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"319b39b90b218710","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f55d6cb128bb5d88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"6c215f0e208c4986","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"90fa4560e7fa321","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"9429e46fc894412a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"a7f5ba2de07d3a5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"55a2524793498b05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086355713,"stop":1728086355713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"7c49cc9f29e7863","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728086355713,"stop":1728086355714,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"behaviors"} \ No newline at end of file +{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"66043b9963345987","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355523,"stop":1728381355528,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"79498337fbe7bc32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355529,"stop":1728381355529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"1af6fd35d67f01dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355952,"stop":1728381355952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"24de4e88b556087b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355953,"stop":1728381355954,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"7a12bf70844eb2a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355953,"stop":1728381355953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"65b00a130115d67a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355954,"stop":1728381355954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"7f7aba9153d18273","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355954,"stop":1728381355955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"33376d0253b7bb5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355955,"stop":1728381355956,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"11c6399b08a6676b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355955,"stop":1728381355955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"9b2f528d6f32f501","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355956,"stop":1728381355957,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"63559bad545f553a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355956,"stop":1728381355956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"8828e3355ec3d934","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355958,"stop":1728381355965,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"d0b05961895188db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355965,"stop":1728381355965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"32e70c2056c6c91b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"21a7a8547ee0d3e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355966,"stop":1728381355967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"e60dbcb07c932e27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"57e0297df2c6e0dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"62d50df705f61573","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"20ee181b7e7dff69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"a369879366883360","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"a8708391668467fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"6c8bf82f30d2cbf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"496369c59bf52af4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355968,"stop":1728381355969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"cfa9d5ecda3e8fed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"cf7729a317e0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"9128329325b4f9ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"55deb6ee3694b5ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"c62f8f56dd51b474","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"754ba25800adefae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"4349adb6be080b46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"cebc1f0b8d753191","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"d5871a0f41fa39a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355971,"stop":1728381355972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"8ec29094d788f409","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"a2c0603b65d42067","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"b6336c503da6e4b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355972,"stop":1728381355973,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"846bc85328dd1cb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"ec81d74812d21129","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"ccc95eb44753ff59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"e3b943f90031842f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"3dce8557ca67c586","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355973,"stop":1728381355974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"814fd728b641488e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"ee306e14924d568b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"90894060bcb9943d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"c322f6810f5ce095","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355974,"stop":1728381355975,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"27c308d51922eec8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"d9a4daec0cfced69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355975,"stop":1728381355976,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"5d7624ed06e78a25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"46887271129f3f79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"a9df72284432e1e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"7ce91a870db29a78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355976,"stop":1728381355977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"b571aad02751b712","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"38e14018b7e874d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"f55557c79905c3c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"478bdb7f798e4fc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"358c5a885e85e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"39f017c935973b9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"d94e92136509872d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"65f63c9648f88311","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"b0dfc27121cd9da9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355979,"stop":1728381355980,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"ed50d86da813dbb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"9d9f0cf2e7494c6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"d2c330fdad5dd3eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"33f584222c51b9ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"14fab5351a0aeba2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"45bf7eb411d7d018","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"fd8383205262defb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355981,"stop":1728381355982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"6595800c1045a383","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"dafed86010cdc889","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"232a3458cebbb68a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"7d6b83ea4214b4dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"aedbfba2eef9666b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"3a17d6cbf73661db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"5610250644cfe58a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"b0beb95549386e1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"157d6d873da0e726","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355984,"stop":1728381355985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"9032620741c2a6f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"65c9945d883232e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"47a67fa1e1e8cf13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"7ed0b62d7cec8cb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"f8593d8f47efe266","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355986,"stop":1728381355987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"b4298492d9092687","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"2e8d12d971181008","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"35a54517f8ec233d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"3a7fb98d6efc38c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"8f1cf9a1558c37be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381355989,"stop":1728381355989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"aeaf00e60eb5236e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381358360,"stop":1728381358361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"376c1eeb192165b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381358361,"stop":1728381358362,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"518d65eff2ed7e4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381358361,"stop":1728381358361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"45d5145f7b6115ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381358362,"stop":1728381358363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"7c47d3c4885665a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381358362,"stop":1728381358362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"a246626c1ed40d0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381358363,"stop":1728381358363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"68fea4ddabc82afd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363554,"stop":1728381363556,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"65b95899e5b6f1a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363559,"stop":1728381363560,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"dbce63ef45e7f8ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363560,"stop":1728381363561,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"9e027cf8d4bdb8e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363561,"stop":1728381363562,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"fb2e4d44e40c3309","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363562,"stop":1728381363564,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"35533c0c77a2618f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363564,"stop":1728381363565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"51ff95986eff002c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363566,"stop":1728381363567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"5b6348d7b2306fc9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363567,"stop":1728381363568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"a595a0c78384f4bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363569,"stop":1728381363570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"d1435b0d261ba610","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363570,"stop":1728381363571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"310c25e0d70f8254","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363572,"stop":1728381363573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"2a5969faab7d60c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363573,"stop":1728381363574,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"a0e35b62a89568a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363574,"stop":1728381363575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"5ec584c988df65ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363575,"stop":1728381363576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"4319cfd45e3bee77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363576,"stop":1728381363576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"ee98ec5b5d9341e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363577,"stop":1728381363578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"dd01126e138f9c0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363822,"stop":1728381363823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"c05756bcc1b0b84f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363825,"stop":1728381363826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1af5c355fddf8e10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381363825,"stop":1728381363825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"ac2d917bb2acfb70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364409,"stop":1728381364409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"9cef2f21200ad10f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"9bcbfba551c0a9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1c708a93de8b3b24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364419,"stop":1728381364420,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"8b072001743b5ccc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"88eefff83fbab9cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"68ccde34a02ce9e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"7d585172c296bc40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"4e17014d524a128d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7a46bc9a5ba59690","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"3503f7c6e12ddd37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"bf0521916f599222","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f4d956cf716445da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"72e52c121f82c630","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"6b8823ee26f909e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"a9edf0d31c2d9945","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"b3be1823067b4c8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"e0965829f3559c5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"69704a19bbe8dc1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"e1dd46f8434c4196","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364427,"stop":1728381364428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"778d899c8309d076","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"b3def1bb78fe4c69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"91fc1550d2e37d92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"83b307f846d429a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364428,"stop":1728381364429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"b0a27b891ce09f4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"55d61d67484b433f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"82a2a5dc417a5210","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364429,"stop":1728381364430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"f6191746e7359304","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d709365e12c2326b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381364430,"stop":1728381364430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"b1f6c0b1b607ac92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381370640,"stop":1728381370649,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return usable stream attached to connection","uid":"f3025357f3ffc825","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371408,"stop":1728381371409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"f88794c952ed2f5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371409,"stop":1728381371410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return different streams if requested simultaniously","uid":"52276c5dac609b41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371410,"stop":1728381371411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should create a new stream if no existing for protocol found","uid":"9047d138ffc54732","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371410,"stop":1728381371410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should do nothing if another protocol hit","uid":"f18f1df5d77a3a4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371411,"stop":1728381371411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","uid":"a799877e00647be2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371412,"stop":1728381371413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","uid":"254d1e87b6213543","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371412,"stop":1728381371412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"f1b3fa3419aea0e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371415,"stop":1728381371415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"c2ff21132e225997","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371415,"stop":1728381371416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"51ef68cc3727049","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371416,"stop":1728381371417,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"c94a1319f846cb83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371417,"stop":1728381371418,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"4fe332a9825f33ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371459,"stop":1728381371460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"e5bc8f8d88e58bd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371460,"stop":1728381371461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return no connections if no open connection provided","uid":"c49c9a5abd77361c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371461,"stop":1728381371461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"6bb24f0b6d1fed3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371462,"stop":1728381371462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"72e80ebeb29a1af5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371849,"stop":1728381371849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"f37ce73c656d37b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371849,"stop":1728381371850,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"7ba8513bc7e75323","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371850,"stop":1728381371850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e8060e5148fe53a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371850,"stop":1728381371851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"d3530cbccc9a6a0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371851,"stop":1728381371852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"c29fce9bd12d0fe3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"e71a7bb79bf6f051","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"e666bd0b5e7e31ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381371852,"stop":1728381371852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"978a92a81e84d565","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381378680,"stop":1728381378682,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"c44758a51594a589","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381378682,"stop":1728381378683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"d61e3cbcb141bd0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381378684,"stop":1728381378685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"1aa76b46c02f6220","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379235,"stop":1728381379236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"a163d3ee0d36802d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379236,"stop":1728381379237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"d805a86935a1d3e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379237,"stop":1728381379238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"10c455cc38e96183","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379238,"stop":1728381379239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"8dde41a4442b3d5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379239,"stop":1728381379240,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"e7363def886657ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379240,"stop":1728381379241,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"5f65dcfbe8e81830","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379241,"stop":1728381379242,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"b6224540dd9de7e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379242,"stop":1728381379243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"49e5ee549841635","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379243,"stop":1728381379244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"23840e0a84a6207f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379297,"stop":1728381379297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"dbb742fd501ff427","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379297,"stop":1728381379298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"fd506bd12c04696f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"a18ca7f09e171299","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"899e5d6dcd09ec4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379400,"stop":1728381379401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"26449863fa912b7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379401,"stop":1728381379402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"1aa16ce48daad5bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379402,"stop":1728381379403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"55e9654de84a1956","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"cf972f09eeafc931","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"887241218905cf19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379403,"stop":1728381379403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"66ffc22121352eaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"d6dc51e7f340789e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"3f2eece7ea87cf9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379404,"stop":1728381379405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"2bb5995e914f49a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"37887a60a59b1d8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"a5cb4fad75cb592e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381379406,"stop":1728381379406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"c9c125f4d53c9051","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381379406,"stop":1728381379407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"18c1dc053fa0a213","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383542,"stop":1728381383542,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"1daae6bbe01129d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383543,"stop":1728381383544,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"52b76297f0023579","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383543,"stop":1728381383543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"a4f733fc92f8a613","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383544,"stop":1728381383545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"a41a39722a56b43d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383544,"stop":1728381383544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"b7b03224f96d6548","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383545,"stop":1728381383546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"2cd5bd4ca954efa5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383545,"stop":1728381383545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"34667f849001e1f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383546,"stop":1728381383547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"d6e8e43340dc29b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383547,"stop":1728381383548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"348f9098e40edc64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"47817ea5c01397df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"7cdfd0df2b6fa45a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381389458,"stop":1728381389459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bf0649a461407199","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381389460,"stop":1728381389461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"7c1b725d2d684e58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381389460,"stop":1728381389460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"5a48bd8876662b3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381389461,"stop":1728381389462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"dc75db3bdf818aec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381389462,"stop":1728381389462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"7a05374f2de0368d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381389462,"stop":1728381389463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"fa779d966cec8e54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381389463,"stop":1728381389463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"e67839db159db155","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381390012,"stop":1728381390013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"71931a9c6a1729cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381390013,"stop":1728381390013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"442845ebb7b0c402","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381390014,"stop":1728381390014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ce9200c205f6573f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381390014,"stop":1728381390015,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"c6b1499fc750f3d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381391225,"stop":1728381391226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"3ae62774762e9841","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"efe484ab9cb668c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"41e4e7f120c8bd4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381391227,"stop":1728381391228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"b16401e722a5f308","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f7d5ce9198a4f977","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"9e072fd89b3db604","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381391228,"stop":1728381391228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"afb0dd4e3b35f24f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381394401,"stop":1728381394402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"b2f40c65268e185a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381394403,"stop":1728381394403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"7ae3366e3e147c89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381409085,"stop":1728381409091,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"43a4133bf90c79c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381409091,"stop":1728381409093,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"dc1d500f5322b024","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381409093,"stop":1728381409094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"3987ed37845abb5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381409094,"stop":1728381409094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"97ee083250c6ade3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381409095,"stop":1728381409096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"6ffec83fb78bb195","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381409095,"stop":1728381409095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"7f9d2cf29aeb91d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381415229,"stop":1728381415230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"fd37cdb1a1cf903c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381415230,"stop":1728381415230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"cef10ae7eb3422f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381415231,"stop":1728381415231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"f8c9c82cd6962a80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381415525,"stop":1728381415525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"856a7d0407dd6bf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381415525,"stop":1728381415526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"79c074f6c9f472f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381415527,"stop":1728381415529,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"db3659a52178e84c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381415529,"stop":1728381415529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"d3febc0bd0c501e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381416760,"stop":1728381416761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"cd13f6a2133fb652","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381416761,"stop":1728381416762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"293013cf5c7413fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381416762,"stop":1728381416762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"a94fe1077acfed2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381416762,"stop":1728381416765,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"103e60936a2a724e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381416765,"stop":1728381416770,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3946a35c458fe769","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381423072,"stop":1728381423073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"ce03d8ddd9fc3a91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b9c17bc28aac0ef4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"d6d9ab9d45b2cb70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381423073,"stop":1728381423073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"bcb0706e0332cbac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381423073,"stop":1728381423074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8e384329eb0fdfbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"acce5a150af4fdf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"e6acda225f9ed23b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381423075,"stop":1728381423075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"f953cef90621b29e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381423075,"stop":1728381423076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"2a623b7c7d16b59d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381423076,"stop":1728381423078,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"69b6268c06b55aa6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381439732,"stop":1728381439738,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"434a3f4b63f0563","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381439738,"stop":1728381439739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"ec61b764d1b4a5d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381439744,"stop":1728381439745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"fba53608f2a564bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381439744,"stop":1728381439744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"111ad6566c31641d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"cef394826c83d954","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"49a9a074aee5ccf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381439746,"stop":1728381439746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"69ffadce8e4cf29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449297,"stop":1728381449297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"95252e809e253dd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449298,"stop":1728381449299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"fc0b5d91a762a760","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"58aec949c205dad4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"85c53b3f427fc26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449299,"stop":1728381449299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"5273a22709824c8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449299,"stop":1728381449300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"9833ef5b3b031a50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449300,"stop":1728381449301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"c67a3b8076e053bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449300,"stop":1728381449300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"2aaaf71459106c72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381449301,"stop":1728381449301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"a290d4db0dbe0cbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381452649,"stop":1728381452649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"73a889616d614ebc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381452650,"stop":1728381452650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3904d98ee3b50490","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"2199e9e826a60c52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"14e03d9d6f74d430","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381454661,"stop":1728381454664,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"23684431c5ac875","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381454665,"stop":1728381454665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"dfcfbf8c3433b83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381454666,"stop":1728381454667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"e623ec3849e55619","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381454667,"stop":1728381454668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5825a99f62d4306","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381454670,"stop":1728381454670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2d03757d3e6d977d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"aad037288cfa22b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"18bb0a835affb5e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381454672,"stop":1728381454672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"f2e26fd2ac14efa2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461615,"stop":1728381461615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"136ad81555f5e70b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461615,"stop":1728381461616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"fd3d9fcdacd6b552","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461616,"stop":1728381461617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"c5c2d1bd58b3241f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461616,"stop":1728381461616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d46122cb15dbda60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461617,"stop":1728381461623,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"7e1a2788033c3262","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461623,"stop":1728381461624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"40e8f2cc0a25ac2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461624,"stop":1728381461632,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"f86f525263e7fa29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461634,"stop":1728381461635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"79d035face8bbe17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461636,"stop":1728381461639,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"2783a2b44110b676","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461639,"stop":1728381461640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"e8edca1eb63b4464","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381461640,"stop":1728381461640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"d1e9e8c5d2946d53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381475913,"stop":1728381475914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"987471fb108b7d5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381475914,"stop":1728381475914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"e2912406e6b2f122","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381475915,"stop":1728381475915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"632d4648d8090d45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381475916,"stop":1728381475916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"ace18a06041c41af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381475917,"stop":1728381475924,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"b5c22a9b7ade6e1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381475925,"stop":1728381475925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"bd009a63773a1716","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381475925,"stop":1728381475926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"a773a0bd1667722e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381475929,"stop":1728381475931,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"86ecb9347ba6f36d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381485019,"stop":1728381485020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"105ef7092e60ac40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381485020,"stop":1728381485021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"3a5b8954e46bc998","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381485020,"stop":1728381485020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"6255cb613808dd16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"5accb07e7b8a5bc9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"f39669f990362703","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381485022,"stop":1728381485022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"251d6dac7ddc652d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521284,"stop":1728381521284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"4f1d777caeedccc9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521285,"stop":1728381521285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"3fec72e158dc663b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521285,"stop":1728381521286,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"22e8bab575fd2a60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"4a068cfff1b9aa18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"677f37cc99bf438b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"d858d4b100b40b07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"8cf92bc2c112acdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521287,"stop":1728381521288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a43b6b0779c498f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521288,"stop":1728381521289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"b3f94cc083bd61a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521289,"stop":1728381521289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"89b79a7b665db328","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521290,"stop":1728381521290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"94183757dd58d059","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521290,"stop":1728381521291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b3fd4fa852805c53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521291,"stop":1728381521292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"e949bbb9e83d2ce8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521291,"stop":1728381521291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"88b8e7a6a01b9a8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"c8d3ac6090106d39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"741ede65217a2371","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521292,"stop":1728381521293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"a3a74b458578d27a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521294,"stop":1728381521294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ccb4d026ea9ea598","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521295,"stop":1728381521296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"34505fe63562030e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521296,"stop":1728381521297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"3abd1369f09ebd73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521296,"stop":1728381521296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"bc5b52a166eab5ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521297,"stop":1728381521299,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"f78ff5fc12d1e201","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521299,"stop":1728381521300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"f186ed2cf0edeb1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521302,"stop":1728381521303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"5a36ef6b070612ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521304,"stop":1728381521304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"fa04d457d294cd7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521306,"stop":1728381521308,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"c286995d024de038","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521308,"stop":1728381521312,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"784046139a4bea12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521312,"stop":1728381521313,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b7d10d90835de088","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521314,"stop":1728381521315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"8e43b56de926582a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521315,"stop":1728381521316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"effe00c9a67b8f66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521316,"stop":1728381521316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"1e56a9d831031654","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"fe9d126c02600cf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"cd461f597dc66b07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521318,"stop":1728381521319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c550cc9ba1f776ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521318,"stop":1728381521318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"dccbc54544f9b7c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521319,"stop":1728381521321,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"116588cc63be10d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521319,"stop":1728381521319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"778bc4d76de86f1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521321,"stop":1728381521322,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"5e2072507d559cea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521326,"stop":1728381521327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9d683be83205f3ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521326,"stop":1728381521326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"def7af7ad0175d68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521327,"stop":1728381521340,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"34a9cbd8930f2e4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521341,"stop":1728381521342,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"44712e6dd1343760","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521342,"stop":1728381521342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"526b337eb9a50690","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381521342,"stop":1728381521343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f3ce08f5c222ff57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526504,"stop":1728381526505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"35db41de29ba22de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526505,"stop":1728381526505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b8ce677b8ac70aef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526505,"stop":1728381526509,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c083dd4b8e6b9db2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526509,"stop":1728381526509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"446ea2445de23d74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526509,"stop":1728381526510,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"4bd7020e9c956caa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"69efb40637ce138","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"dc1ae730c0eafb86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526511,"stop":1728381526512,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"9b9d390cf2a12113","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"27dc9a2ee56a35fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"16905df240891182","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526513,"stop":1728381526515,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7048f3bf79e250d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526515,"stop":1728381526516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ca51ef9da997f464","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526515,"stop":1728381526515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d12db87c6f6193e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"25ff6016a0085dbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408400000000 ","uid":"67b12a68c849e726","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"fac5d49d0b2775b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408400 ","uid":"672ecbf73960d976","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526517,"stop":1728381526518,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ea27a88c663aa8c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e565fe543312239a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"bada174489ba74c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"13584e95fb34bfc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"a3946ca2333a1809","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526519,"stop":1728381526520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"498d815673d3bb1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526520,"stop":1728381526520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"85e21668191cf9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526521,"stop":1728381526524,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"505496484edddac1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381526525,"stop":1728381526525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"2ec8c36ed173cfb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381526533,"stop":1728381526534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"118b5dd6854c87e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381526533,"stop":1728381526533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"74aa7e1af5c99cdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545550,"stop":1728381545550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"4744dba874494565","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545554,"stop":1728381545555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"5a0d9533cf511668","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545554,"stop":1728381545554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"30663e7666fd76e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545556,"stop":1728381545556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"36b2d93d38fa7d21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545556,"stop":1728381545557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"f85f33da1c6531d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545557,"stop":1728381545559,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9d958f58a6cea306","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545560,"stop":1728381545560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7ee65cec91663f3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545563,"stop":1728381545564,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"246e082be0c8cb4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545564,"stop":1728381545566,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"8bbc2f619f16888d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545566,"stop":1728381545566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"40ccce5213c07c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"90a936a1253c31e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"5e3a019aeedd9b46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381554775,"stop":1728381554776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"6560c75e6e811f9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381554776,"stop":1728381554776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"1e5feb9a4f52652a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381554776,"stop":1728381554778,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"13cc0a44440a418e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381554778,"stop":1728381554779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"a07c383a54ee8493","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381554778,"stop":1728381554778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"1f073a289b5c7b78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381554779,"stop":1728381554779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"d8053fe5b29fb6d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381554779,"stop":1728381554781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"d865ae41c3003692","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381554781,"stop":1728381554782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"cc6ebba198160db4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557204,"stop":1728381557204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"12d387e966e78ab0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"2d43e4342c174655","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557205,"stop":1728381557206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"950bbb76482c34fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"bfcbc1c85d8a1f3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557210,"stop":1728381557210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"99df7b78b115d690","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557210,"stop":1728381557211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"99fe8340c7d31cdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557211,"stop":1728381557215,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"64594cd575a93ca0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557215,"stop":1728381557219,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"aab304ce6ce89cb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557219,"stop":1728381557220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"fc5a731d94649ea8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e825120dee0a20f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"6e994904ce6babfc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557221,"stop":1728381557227,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"6e15eac5c8415671","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557228,"stop":1728381557228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"9096c6031bc64061","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557232,"stop":1728381557233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"6a74cf0c12edfa8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"58af65bdcd7f19e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557234,"stop":1728381557235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"253c78621b2556e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"b9619f30dc94574f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557253,"stop":1728381557262,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"90577a250d0d2838","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557262,"stop":1728381557263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"8b7b9385c8bdfdb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557263,"stop":1728381557267,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"274a8e2d88d60cc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557267,"stop":1728381557269,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"e008ee97db77ea9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"540d4aaf6ddab18c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"b4b00e271f868e78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557270,"stop":1728381557270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"2cc4fd924a8339b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557273,"stop":1728381557276,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"8867763be450c98e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"dc35b903ab15503","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"7c2b4044d0419991","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"91a4d8bc74f2d447","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to needed amount of connections","uid":"c4771f1fb497b95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381580778,"stop":1728381580778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to available amount of connection if less than required","uid":"6c90bed5190c83f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381580778,"stop":1728381580785,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connections available","uid":"5929463e2f7b4eb3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381580786,"stop":1728381580788,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"74dc68cc89b81818","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613864,"stop":1728381613865,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"9e2a124f434992a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613864,"stop":1728381613864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"8670df30ab92cbdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"84a3e9826f90c00c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"208744d90188df32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613866,"stop":1728381613867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"c4acdd53e2be19c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613866,"stop":1728381613866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"eb50fb8e5251b963","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"9c7d82fbf233aea3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"e516f2f2fccf334f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613868,"stop":1728381613868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"3ff49103d4b9c019","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613868,"stop":1728381613871,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"19be7d72a6c8c276","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613871,"stop":1728381613872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"2921ee0350e6fc97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613872,"stop":1728381613872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"ade7e0b13743e623","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613873,"stop":1728381613874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"1ba571de7500830b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"6f346b076ca7fde9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"13c93f58f2b11afe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381613874,"stop":1728381613874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"8038f2c967a6bbb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381614000,"stop":1728381614000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"da16effead2ec4a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381614000,"stop":1728381614001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"b1962daa253e16af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615368,"stop":1728381615369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d58e2a38548c05ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615368,"stop":1728381615368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"5c451e3a25f56cb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615369,"stop":1728381615369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"19e03cae1e4314ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615370,"stop":1728381615371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"22e50d6fae2afbdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615371,"stop":1728381615372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6a634e279cc5ee15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a7e8233dff8190ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"5feb9ddc02e6f6aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"df43b196c9ed874b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"f88d4b2e8870354c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381618750,"stop":1728381618750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4c7b5aa90a8e3322","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381618751,"stop":1728381618751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"a024ecbb0d130896","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381618822,"stop":1728381618822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"84eb65a5284f1455","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381634306,"stop":1728381634307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"2103cf730e4d9594","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381634307,"stop":1728381634307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"6c001f880817495","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381634308,"stop":1728381634309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"693eca846d962004","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381634309,"stop":1728381634310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"fb193b3253ab5511","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"304623e9579493dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"8cbf5275112e6d4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381634682,"stop":1728381634683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"4c26be2e86e71541","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381634683,"stop":1728381634683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"d2fbb5fdaf2b8194","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658365,"stop":1728381658366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c5bf0772c675abf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658365,"stop":1728381658365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"283813481b473c88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"758c246d626efd8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c128d829e7f9928a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f28f2b27e835e618","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"e018d201e05d2fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658368,"stop":1728381658369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"ea90a53b4ce52aff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"44c6059730b4e0be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ab7d71e035d6c100","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658369,"stop":1728381658370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"3a2251c1fedceb9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3b78259144ef6000","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"6d54605697db920e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658370,"stop":1728381658371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"64686184e12c75e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658370,"stop":1728381658370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"7ee7437a6d52031","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"c1dd70ab11c02076","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830 ","uid":"36e0292bccb2e376","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658372,"stop":1728381658373,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830000000 ","uid":"2ce098273436cd05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658372,"stop":1728381658372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"d11a829264e1d6ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658373,"stop":1728381658373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"3e0d1b51a627a54c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658373,"stop":1728381658374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"56f6c62e7cd90151","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"9390f19fe7564403","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"9548a236a140b47b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"2e76efd73835ec50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"4add48d0f29d981e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"a68907ce031619b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"6588297870fdc1b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c260a3d1c6e32441","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ea8f65d6e2e46470","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"8a38a67a2f0d50a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658377,"stop":1728381658378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"bedf860ac2390c63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658378,"stop":1728381658378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c674898c6e41a7a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658378,"stop":1728381658379,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"8ae8b9c167851eba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"616f45f3af1f342f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658379,"stop":1728381658380,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"da84f2da4afe5767","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"55aee9b2700e8624","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"d946ad76c471ebf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"4df7eb8bd25deedb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658381,"stop":1728381658381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"846bfef328087042","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658381,"stop":1728381658384,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"3351f12d1c46611f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658384,"stop":1728381658385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"1b7fcdce699c8c19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e4da32e55cdb4912","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"dde8cc887adbbc28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658385,"stop":1728381658386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830000000 ","uid":"3ee112d190341e39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658386,"stop":1728381658386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830 ","uid":"5cd35a3a2352c933","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"edce591c9a058565","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658387,"stop":1728381658388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"3975b39ac59d24ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"25c9c5b259dcc115","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658388,"stop":1728381658389,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"1072ac166edba665","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658388,"stop":1728381658388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"ffdd96862e3a9f77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"1db0beef40203e46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"c099dfb664d5d719","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381658389,"stop":1728381658390,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"feb05ccb5bc873cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7a2d6f13f8c2e28e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"5fa1959db60032e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381658691,"stop":1728381658692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"f33d7652625e5300","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381658692,"stop":1728381658693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"674e5725b378cbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381658692,"stop":1728381658692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"7499d4a30620c2ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381658693,"stop":1728381658693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"ac04b0703443c900","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381660636,"stop":1728381660637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"60f6ea6030ab9209","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381660636,"stop":1728381660636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"bbff387f58676d61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381676005,"stop":1728381676005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"b0b13b8e1f15060e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381676006,"stop":1728381676006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"9c92f78c2694080e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381676008,"stop":1728381676009,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"1ca546794aac5779","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381676009,"stop":1728381676011,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"97899851be00d6a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680432,"stop":1728381680432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"d1f307ac87b88ae8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"964c881f9e813690","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"a4d23195cc78941b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680433,"stop":1728381680434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fce7c58d1edb2e40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680434,"stop":1728381680438,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2a10c94dd5efdebb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680439,"stop":1728381680442,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"46f49e5e45812c4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680439,"stop":1728381680439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"6a62fe44e3f7a9a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680442,"stop":1728381680443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"2dca24f262c7229c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680444,"stop":1728381680445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9179749bf0900694","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680445,"stop":1728381680446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"6be9c6e7601080ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680446,"stop":1728381680449,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"6b5035e00cfc2c4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680449,"stop":1728381680450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a6a6ee0f6f2089b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b4dabb891855c59e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"9be6c24fff5537cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"9e5fb6ed351aaa6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"382fd0561ae6ccd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680454,"stop":1728381680455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"7e1a7c6407f73416","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680455,"stop":1728381680456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"409c359c5fdf608e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"f226aa4994e046ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"ea7e9d503d4653e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680457,"stop":1728381680458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"de001ad49d00952f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"d3af791fc1f16e8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"47b3a15637e22383","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f39161ea8d22ab0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"f8367794dc467e24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680459,"stop":1728381680463,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"75a55e5861f648b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a01b9c281774df96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"c97f1ae8b1e49ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680463,"stop":1728381680465,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"3c5f5d911ef8cccd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680465,"stop":1728381680465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"88c3d6d2df707db9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"d7229a5174a39d41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"dcc2c4547e7567c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680466,"stop":1728381680467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"84838d1897862b27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"117f07d6177852d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"7b57268f0a5bde93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"e29c7942c07100b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680468,"stop":1728381680469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"5979d6b9392613ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728377957642","uid":"8c04a44357113b70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680469,"stop":1728381680470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697623157642","uid":"fbf3c16f9b1ac369","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680469,"stop":1728381680469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728385157642","uid":"f8841efd3e905e09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680470,"stop":1728381680471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"7e030db031ba4096","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680471,"stop":1728381680471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"20a2bd4b5096809e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381680471,"stop":1728381680472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"919c379e8e9c6884","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381685600,"stop":1728381685601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"d331a861fcd6e52f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381685602,"stop":1728381685602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a2026dd5e00690e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381685602,"stop":1728381685603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"e0448d1382da76e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381685603,"stop":1728381685604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"1aa4e34156688780","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"b437defffa4f83d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"565469f6aada479a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381685605,"stop":1728381685607,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"fcaa10e23375363c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381685605,"stop":1728381685605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"6ac18acd62f7168b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689142,"stop":1728381689143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"a6cb26d572dcfed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689144,"stop":1728381689145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"23e5384a6e309e8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689145,"stop":1728381689146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"6457dd74126a3122","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689146,"stop":1728381689146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"71fbf25109fd0603","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689146,"stop":1728381689147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"7e0cd54ea2018c9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"829c9055bec2eab8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"372d73bc2c2988c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689148,"stop":1728381689149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"d12f7283c205a343","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689149,"stop":1728381689150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c6b9f720e6ecf60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689150,"stop":1728381689151,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"6563367d40066596","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689151,"stop":1728381689152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"72384e0898c7d1c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689152,"stop":1728381689153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"1028ffb35aa81385","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689152,"stop":1728381689152,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"1748162bae4172bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"f34c102b867f511f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"c60c3680f58752e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689154,"stop":1728381689154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"9fa5b558e29cb60d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689154,"stop":1728381689155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","uid":"9ccab5c8a5c5a047","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689155,"stop":1728381689156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","uid":"50e1257c10fce339","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689156,"stop":1728381689158,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","uid":"eea5f2c7b108302e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689160,"stop":1728381689161,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"26837c5eaf9b6829","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689161,"stop":1728381689162,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"c340a60b05cfa7db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689162,"stop":1728381689162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"f204fe5e369e90f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689163,"stop":1728381689164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"1573dc5595733b5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689164,"stop":1728381689165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"295f567ecc64eaea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381689166,"stop":1728381689167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"7d05b639e6581063","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"61e708ba219a6382","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"75a5b5f72e8844ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"10820b5e85d9140d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"f7816e609fdc2fb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696821,"stop":1728381696821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a05bf93f34b45b1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696822,"stop":1728381696822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"6b3f5f20af60f64a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696822,"stop":1728381696823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"3322cdc4231d68cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696823,"stop":1728381696823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"52ba4ab445b7c5a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696823,"stop":1728381696824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"7fb21fd611d28d8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696824,"stop":1728381696824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"4e6ee325187e15a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696824,"stop":1728381696825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"fd5c3789e7bd2c9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696825,"stop":1728381696825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"16d384b80281269c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381696825,"stop":1728381696826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f5acf0066648dace","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381696826,"stop":1728381696827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"d269e6971188ba71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"61f18c31c2a39441","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696827,"stop":1728381696834,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"4661f1c21a8f8661","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"1c2ae6bc6ae440b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696834,"stop":1728381696834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"5edb339d6e36e4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696834,"stop":1728381696838,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"82e2b4894a37208b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696841,"stop":1728381696841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"8910521ed5c4e252","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696841,"stop":1728381696842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"39ef4513571b7744","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"acdf662be3290b02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696842,"stop":1728381696843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"29bb037f08ba2dae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"e893267bed2cfef9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696858,"stop":1728381696862,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"373273b89ef71250","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696866,"stop":1728381696868,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"f3910f8749f19446","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"8ae97e5298440b90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"6fb38ea0669482ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696870,"stop":1728381696870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"ee7e1b60e16c16d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381696873,"stop":1728381696873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7c088d4e63632b1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711637,"stop":1728381711642,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"b3e2b3bbc1b96226","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"ffbed6f9cd2e6fd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"48e46b66095c35b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711643,"stop":1728381711644,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"68e937226cf08c30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fbc8e7f3a677d600","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"eec03ecf9159e75a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"243c55ec34070ab1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711644,"stop":1728381711645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"15b69aecf585dc42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"fded334c1b81418f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"24163810dd9de665","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"6cd4acaa0b3d78e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b7aa8de07c36106a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711646,"stop":1728381711647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"37c57a873fa45cb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"dca73083c94586bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"1536fbb04311853f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"41ae0e4dc8b270ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711648,"stop":1728381711648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"d70425a263ba6580","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711649,"stop":1728381711650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"34246fe878e03167","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"97a8f7b207ec9721","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"e1df345df88abdae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711650,"stop":1728381711659,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"8db7c4a263796e1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711659,"stop":1728381711660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f816b9508f69248","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711660,"stop":1728381711661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"bbf05108c64519e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711660,"stop":1728381711660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"c5311314a7dab03f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"e7d29f788d64c64a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"51bee956165a875a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711662,"stop":1728381711662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"acd37a1989a01fda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711664,"stop":1728381711665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"8bdcc458da832dea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711665,"stop":1728381711665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"22b29d4a45f5b0f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711665,"stop":1728381711669,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"1452d86c0c343270","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711669,"stop":1728381711670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"45d9d54737195910","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"b084fa991d4de8e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"8addad0222e50175","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711671,"stop":1728381711674,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"44197379c265eca1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711674,"stop":1728381711676,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"b699b92fee5b3c7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711676,"stop":1728381711681,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"bb985f2d3c000ea0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711681,"stop":1728381711681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"44573332e7cbe332","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697623146003","uid":"bc977e7641628de0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728377946003","uid":"88f872a65a2cb2d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728385146003","uid":"e3ae4264bf68c852","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"5ee0f8672625bd1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711684,"stop":1728381711685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"e6ebfff0f15ff73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381711684,"stop":1728381711684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"46a3d4e4ab64a182","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381715118,"stop":1728381715118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"7ac3a089d0ed9c76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381715118,"stop":1728381715119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"3ca9cd0f3f80f996","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381715120,"stop":1728381715121,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"c442430c76fcea29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1728381715120,"stop":1728381715120,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b9f37265b4108a93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381716488,"stop":1728381716490,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"67743b7b75cd1aa3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381716490,"stop":1728381716492,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3a96d958103a5c29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381716492,"stop":1728381716495,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c05378588d004bf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381716496,"stop":1728381716497,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"96ea9116538404b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"b6ec1928c2902742","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"3965dec8625efd17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381716497,"stop":1728381716505,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"9aaef33fa3ef9e75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719619,"stop":1728381719620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"a32019c974be87d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719620,"stop":1728381719620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","uid":"e75210b7ef12d21d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719620,"stop":1728381719621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","uid":"884a855ebb41eba0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719621,"stop":1728381719621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","uid":"e73001f6d98f37c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719621,"stop":1728381719622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","uid":"4864622bb295de06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","uid":"423763226be85844","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","uid":"252404d761aeb771","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719623,"stop":1728381719624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","uid":"6590bd442bfee45a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","uid":"a42ef12c8137a08b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","uid":"2cbf57b4cdcb343c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719624,"stop":1728381719624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","uid":"b18c90bfd469921b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719624,"stop":1728381719625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"48d8291a52a2c651","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719625,"stop":1728381719626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"ef11f3de294c0ac8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719626,"stop":1728381719626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"2ad70a01ec2dd602","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719626,"stop":1728381719627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"b206aa3357f968b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381719627,"stop":1728381719628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"2de273b348075947","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737933,"stop":1728381737934,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"c07ce7651b245e28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"94f243571621ba83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"84c6b5e9e82f31e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737935,"stop":1728381737935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"a5ce5be982a40b54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"88a755de4991e463","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"86a37924a319c8f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737936,"stop":1728381737937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"2cf83d2c5292ddb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"bce3c8efb1ca13a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"8ef31deb77cfebbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743112,"stop":1728381743112,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"af9ad30af01c19f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743112,"stop":1728381743113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3fb2493c9b8e0ceb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743116,"stop":1728381743120,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"840ca55c992417b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743120,"stop":1728381743123,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"21763825d2f8dd59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743123,"stop":1728381743123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"94f306d5f5eaf924","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743124,"stop":1728381743125,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"109588b18d7b7136","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2472a850613e19ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"d6a0479effeb012e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743125,"stop":1728381743129,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"dd20ba5765c8249","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743129,"stop":1728381743131,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"4ba553986507f801","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743132,"stop":1728381743132,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"28e4e0d1c72b1e44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381743133,"stop":1728381743134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"c94d20ef7265c123","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745550,"stop":1728381745551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"666d0f0ef8d5816c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745551,"stop":1728381745551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 64, Shard ID: 389","uid":"9f20f6378a0e0a47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745551,"stop":1728381745552,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 601, Shard ID: 22","uid":"d41aadd9ee27a32f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745552,"stop":1728381745554,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 126, Shard ID: 395","uid":"dc70d6208e89b052","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745554,"stop":1728381745555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 682, Shard ID: 259","uid":"531ba2386604708","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745554,"stop":1728381745554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 443, Shard ID: 725","uid":"9103d9bccd04181f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745555,"stop":1728381745556,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 173, Shard ID: 387","uid":"1a8a5690b6da0380","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745556,"stop":1728381745556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 842, Shard ID: 183","uid":"51abc22cde7a5454","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745557,"stop":1728381745557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 458, Shard ID: 920","uid":"67caa04bfd165f69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745557,"stop":1728381745558,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 133, Shard ID: 64","uid":"ae687741eacdf10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745558,"stop":1728381745558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 807, Shard ID: 935","uid":"8631c66177d3cf79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745559,"stop":1728381745559,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"36ec90cad24211ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745560,"stop":1728381745560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"dbdf671d401b4d86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745565,"stop":1728381745565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"b2d288a78c06067e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381745565,"stop":1728381745566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"3866ba85662c0f69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749012,"stop":1728381749012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"6120a175597466c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749013,"stop":1728381749015,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"9b007d8fef7e830a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749015,"stop":1728381749016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"2136b2de71bb20c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"1d588b25ca32eefc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749017,"stop":1728381749019,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"9aedf20124290581","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"13a5d07c32ceeb28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749021,"stop":1728381749021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"7f3f5b5f6ee5b11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"43314f3af55a048e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fbdc0939ec09b8a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749022,"stop":1728381749023,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"90d9ea0381b64d38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749023,"stop":1728381749025,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b15d5093870d6714","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749023,"stop":1728381749023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"5146cbc576ce5af8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749025,"stop":1728381749025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"b2cdbea9151058f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749025,"stop":1728381749026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"3f05ad53c8b99420","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"6f6488286e3ba014","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749026,"stop":1728381749032,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"d25d81aaf5ada2ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"4aceb880db9a702","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"731c3e5e050bab07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d3b632f965423136","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749033,"stop":1728381749034,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"7d7ebf222a75f6b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"53612129e9c942c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"3bc4fd1d1785ef02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749034,"stop":1728381749035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"99c171976923881f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749035,"stop":1728381749036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"481c2879940ee209","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749035,"stop":1728381749035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"67fa082eafd6d84a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749036,"stop":1728381749037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"230f66f94d9082e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"3c007e6ff67fa962","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a06932d45e185dbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"d3c656a42d816e18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"e6619b0f46f46bcb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749039,"stop":1728381749039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"d544bffeccb8aee5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749041,"stop":1728381749043,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"7c431bc0c59018a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749043,"stop":1728381749044,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"c17311d692f90cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749043,"stop":1728381749043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"cd15dd964e546fd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749046,"stop":1728381749047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"ea42235603c0c71a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749046,"stop":1728381749046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"554230bf562b37c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749047,"stop":1728381749048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"ed4cb5f5970bf6d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749047,"stop":1728381749047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"335b0d5a4e330847","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749048,"stop":1728381749049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"49fd4bc1ac5cd724","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749050,"stop":1728381749051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"1b0e8f1c89044701","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749051,"stop":1728381749052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"c8b5936b4989e04b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749053,"stop":1728381749054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"5785c1fb48fea47d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749054,"stop":1728381749055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"cdd219797c011aea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749055,"stop":1728381749056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"e81ae42173fbf022","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749056,"stop":1728381749057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"d06387da98093bb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749057,"stop":1728381749058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"f95b201403f17db3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749058,"stop":1728381749059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"31882c15f6681775","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749059,"stop":1728381749060,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"318e91b7e3687238","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749060,"stop":1728381749061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"83748d1c769bfe3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749061,"stop":1728381749062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"5c02acfa1ecba3de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749063,"stop":1728381749065,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"91b6704d1867583e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749065,"stop":1728381749068,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"e196ab77e326e63e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749068,"stop":1728381749070,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"8f81b072d746939e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749068,"stop":1728381749068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"4d3b1677f71d139a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749070,"stop":1728381749071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"5c9b5f561e5b8344","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749072,"stop":1728381749073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"32c7b9426dbd3868","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749073,"stop":1728381749073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"cae0c5f8d09b330f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381749073,"stop":1728381749080,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"fd8f687f4320c57c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381756567,"stop":1728381756568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"b428acf950dc28a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381756568,"stop":1728381756571,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"15eab56a2b1605f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381756572,"stop":1728381756572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"44ee6708e4f7c0aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381756573,"stop":1728381756574,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"324d4eab605c7f65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381756573,"stop":1728381756573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"457eb0e6bcbe412a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381756574,"stop":1728381756574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"88b58e743de3b5d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381759210,"stop":1728381759211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"f5ecbf7b6cb98d10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381759211,"stop":1728381759212,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"4d36b6f1dc285ea7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381759211,"stop":1728381759211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"b4401730d9345b4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381759213,"stop":1728381759213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"b24122876e806039","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762403,"stop":1728381762403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"2f972942f320d2f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"189c05601ace89a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"8ec54fc521dd7556","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762405,"stop":1728381762405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"b2850e12162f5ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762411,"stop":1728381762411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"a12df7a056be3357","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762412,"stop":1728381762413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"9ee382578073d372","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"664c37e0f09ef5a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"d793e030ce0b034b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381762413,"stop":1728381762413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"afb973d0e5d99c8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763768,"stop":1728381763772,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"5d330093a350e06f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763772,"stop":1728381763773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"938b274143f8beca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763773,"stop":1728381763774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"da732b2f2d051ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763774,"stop":1728381763775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"a9b9d70db33c38a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763775,"stop":1728381763776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"e23447ff90844e41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763776,"stop":1728381763776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"bdde42fa41b3a66c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763777,"stop":1728381763778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"199ba08694efdb0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"8068ce07270cb9e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"2e28c895f6b4b026","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766189,"stop":1728381766190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"2454edb9ca7e58ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766194,"stop":1728381766196,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"ae6c93c8c82d03e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766196,"stop":1728381766196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"b3945066fbfded2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766197,"stop":1728381766199,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"3a09a7bf126b9289","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766199,"stop":1728381766199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"a86990a9ffb72082","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766199,"stop":1728381766200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"985abd2404f118c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766200,"stop":1728381766201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"b1ca5f75520b2a5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766200,"stop":1728381766200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"908c32e32a6163d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"7ca62b5725bb326f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"19638e744faa9552","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381766730,"stop":1728381766730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"3d8a368cc7a0df95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"910246da4a8caeb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"4f197fae1a4b9564","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381772749,"stop":1728381772750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"78f0e09dfc3cf970","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381772750,"stop":1728381772751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"2aa1fdcaee7fb7e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381772751,"stop":1728381772751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"325ebf39288cf9c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381772752,"stop":1728381772752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"fa85bd63cce6d5e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774344,"stop":1728381774345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"fc865e1786e2f9f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774344,"stop":1728381774344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"83bb330b19f83aba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774345,"stop":1728381774345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"8b2d6af9625ddcb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"9430cef6da6f37e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774346,"stop":1728381774347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"de2232b3ef9c7411","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"fcd9733f9d700d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774347,"stop":1728381774347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"750c951951586f0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"97dde13f6838ad48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"4c0ae02db2722ff8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800483,"stop":1728381800483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"a5db7dc4cca1d4c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"6996a436b4d382d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"ab61e3b0dda4908c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800484,"stop":1728381800485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"cf31ceeebb777e41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800485,"stop":1728381800486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"3cc9e939d16ab9d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800485,"stop":1728381800485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"c48e77099963b274","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800486,"stop":1728381800486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"a89d6f654cdea4af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800486,"stop":1728381800487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"b3ae0f499f53dc93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381800487,"stop":1728381800487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"2c25dba83616f92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381842824,"stop":1728381842825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"c6c4e782be5ee259","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381842825,"stop":1728381842826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"b2752639803b085c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381842826,"stop":1728381842826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"ead5180888e7513a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1728381842826,"stop":1728381842827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"behaviors"} \ No newline at end of file diff --git a/7530/data/categories.csv b/7530/data/categories.csv index f58b320b78d..e69de29bb2d 100644 --- a/7530/data/categories.csv +++ b/7530/data/categories.csv @@ -1,2 +0,0 @@ -"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"Test defects","0","1","0","0","0" diff --git a/7530/data/categories.json b/7530/data/categories.json index 2dedd09cec6..58619be4b72 100644 --- a/7530/data/categories.json +++ b/7530/data/categories.json @@ -1 +1 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected 'MinimallyHealthy' to equal 'Unhealthy'","children":[{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"97f8580dbfca6725","parentUid":"068fe67a30be0b9628fc3699af6717b9","status":"broken","time":{"start":1728086150793,"stop":1728086150804,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"068fe67a30be0b9628fc3699af6717b9"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} \ No newline at end of file diff --git a/7530/data/packages.json b/7530/data/packages.json index 6534d9a9c5a..c6cdb6a6b0c 100644 --- a/7530/data/packages.json +++ b/7530/data/packages.json @@ -1 +1 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"38b78ace05b9ffd8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728085863791,"stop":1728085863795,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"777b5f80a6620e3a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728085863795,"stop":1728085863796,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"sharding","children":[{"name":"does not throw on valid cases","uid":"2d79cc82987183a8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864142,"stop":1728085864143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"8bce0465625fe8c0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864143,"stop":1728085864144,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"a415290d7da56ef8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864144,"stop":1728085864145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"9ba2bf7881463f07","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864144,"stop":1728085864144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"41ec67d22df09c8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"b14233145a0c6d90","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"4c4515108fd82e4b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864145,"stop":1728085864146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"e074c1feecd65b11","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864146,"stop":1728085864147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"36a678799e17224e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864147,"stop":1728085864147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"4c743edfb95de82d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864148,"stop":1728085864154,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"ba123cd02aa3167f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864154,"stop":1728085864154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"5c8a074c41ac8b28","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"509cbcb054310bbb","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"99b52040c1e3718b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864155,"stop":1728085864156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"267aa19176f1473","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864156,"stop":1728085864156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"fe54ee8e7ade1371","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864156,"stop":1728085864157,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"326e43d53f7c8713","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864157,"stop":1728085864158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"79594cc75f3116f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"44b6f801c097fd6a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"888483b4b7a158e0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864158,"stop":1728085864159,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"69ab2263790e62b2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"1b4c9f3ff1038b0b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"d8f6d83a3527e62e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"9c3dbb80a1792b4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"2f8a0ca10d7860cb","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"a2646725ea50fde3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"7e7e0d9f933e56d1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"f00f1b00bc6429ab","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"e10800a0d14d2467","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"ca83873807e3da7a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864162,"stop":1728085864163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"6497167b4127f0bb","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"3ce6c53258c0008","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"9e21ca684d38995f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864163,"stop":1728085864163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"1f54e7293c15799c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864163,"stop":1728085864164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"86f3479021f2f91","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"13e2121698f9f821","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864164,"stop":1728085864165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"79c8318bad355d93","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"80d3b5c6e1be8157","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"2168fbb55f26f5d3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"c84a2a88de95e4fd","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864165,"stop":1728085864166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"9291680da5069961","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864166,"stop":1728085864166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"ea18a5e00afbf242","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864166,"stop":1728085864167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"bb05b13b0a1f7185","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864167,"stop":1728085864168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"8dca99751aa1d021","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"f2940ae205c1ea85","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"c8346a3ef361dda7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"b3815947983c8973","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"748f33727aa24e24","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"1cd04203140537a0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"b9c7cd52ebaf5c30","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"ec4b6a153450d516","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"c1b3c4e549de0221","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864170,"stop":1728085864171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"cdfd367391fc8c81","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"26301645e0bca444","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"6b9134432466028a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"2608b658def6acce","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864171,"stop":1728085864172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"2a5751ca0838fb8a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864172,"stop":1728085864172,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"1b985a3a8dce5760","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864172,"stop":1728085864173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"bcf5e4b8faf81d2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864173,"stop":1728085864174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"8097f0c39a1593f1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"d62a8c3c9fcdc41d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"db9f7f2b71468b21","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864174,"stop":1728085864174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"c069c5057db23a1c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864174,"stop":1728085864175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"354e1126a67c9793","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864175,"stop":1728085864175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"8f8425dff2e0ab84","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"5ac45e379ee59447","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"19a4c85802320058","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864176,"stop":1728085864177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"345911378d7ef6a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"c7636a047061bf3f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"a6c7be75ec23f302","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"36295ac851c78579","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864178,"stop":1728085864179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"a7e9fc58524ac688","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"3ead64c174824532","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"77ba2ebe1eea27e4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864179,"stop":1728085864180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"cdac72cb636f3276","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864179,"stop":1728085864179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"e60988982e3adb8a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864180,"stop":1728085864181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"404a2ab4a6eb69ed","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864180,"stop":1728085864180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"9c11703a66f3625b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"3cd9f5be531dc94f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0eca7593f93a85210ac2b81edb813a46"},{"name":"should handle a minimal index list","uid":"72e1514f196e8425","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"f72ce90421db7082","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"62986e6b28820aba","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"433b045beeac890e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728085864273,"stop":1728085864274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"be828181715bcaa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085866678,"stop":1728085866679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"993b334a2b2afbf3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085866679,"stop":1728085866679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"cbbd888c82b7459b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085866680,"stop":1728085866681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"92eb5b7b95e97795","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"dd92edd140f642a6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"14963d050df4daa2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085866681,"stop":1728085866681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"519cb7cd5dab1524","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872126,"stop":1728085872128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a757a39a2809e606","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872129,"stop":1728085872129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"145a034fb88af9af","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872134,"stop":1728085872134,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"ba6e7bf4f310b4c5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872162,"stop":1728085872163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"be520c3fa5bae39b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872163,"stop":1728085872164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"8f116647668d1400","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872164,"stop":1728085872165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"bd0b91b77f31ee92","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872164,"stop":1728085872164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"91320f7868a42905","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872165,"stop":1728085872166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"ab99c00275b6fd32","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872165,"stop":1728085872165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"7dd330ab949c0b8d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"ba6f925857129843","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"c3cd48e3ff76d1e3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872167,"stop":1728085872168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"a1043ea7ec8d2b64","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872167,"stop":1728085872167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"daf4cf40bb6f8eb2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"1bffb8415a229fdc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"28c5d1e4a5df75d2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872169,"stop":1728085872170,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"7d9b1c907bc1f16a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"486c3bfbc497b047","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"988baf591d5da5f2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872170,"stop":1728085872170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"48bcc2a628c056c3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872738,"stop":1728085872738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"606e3c09534a6579","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872738,"stop":1728085872739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"3e75391d1c773537","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"7a6e347fd8107fc6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872739,"stop":1728085872740,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"63fcdec0eccbfe19","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d0eeb32b114dde12","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872740,"stop":1728085872741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"69a2767d08419685","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872740,"stop":1728085872740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"6b94a008ca9f8767","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"3b0f0e8332a71773","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872741,"stop":1728085872742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"f76f1b05f3d3fdf5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"bd450e1a7bbb6234","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"546750b18389ae28","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872742,"stop":1728085872743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"fe1aa5a6609ee76","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"885466a39ddc34e0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"86632f454299898","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"5ba11d631a11c9a8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872743,"stop":1728085872748,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"8ce583840456b473","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872748,"stop":1728085872749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"5305a9eda285a811","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872749,"stop":1728085872750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"71473af09c17c547","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872749,"stop":1728085872749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"ab4887fad91da97f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"4ff8bed0dd0b38c2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"f845ad5860dc51c3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"69acd75ce3467452","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"a9a848e6a5881506","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872752,"stop":1728085872753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"e17662702242027a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"1fac6f59d12f84cd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"275a9d76a425299","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"29190ed095850ff4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"fdf84ff42185e4f0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"lib","children":[{"name":"stream_manager","children":[{"name":"returns nothing if no connections present","uid":"a46662e2e5473ef2","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879404,"stop":1728085879405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"a8c71518de8939d9","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879407,"stop":1728085879407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return no connections if no open connection provided","uid":"75a18ffc24f89de0","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879408,"stop":1728085879408,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"fdc140bda6b8683a","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879408,"stop":1728085879409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return usable stream attached to connection","uid":"b39ce9a259832423","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879612,"stop":1728085879612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"d54413da37ec6dc2","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879613,"stop":1728085879613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should create a new stream if no existing for protocol found","uid":"2734c27887bb9524","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879613,"stop":1728085879614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return different streams if requested simultaniously","uid":"74fdf8575403c306","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879614,"stop":1728085879614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should do nothing if another protocol hit","uid":"1888e0e44033d666","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879615,"stop":1728085879618,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","uid":"e65e35fb518034ea","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879618,"stop":1728085879619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","uid":"a86a64dc9e4ade84","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728085879619,"stop":1728085879619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1b6150120fe63daa6d65243048dd2f6d"},{"name":"Fields are not dropped","uid":"f31192a47751b144","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728085879411,"stop":1728085879412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"d82afb596d375e61","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728085879946,"stop":1728085879947,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"c2e88376672d075d","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728085879947,"stop":1728085879947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"431918c30c19807e","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728085879947,"stop":1728085879948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"58480783f17489d3","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728085879948,"stop":1728085879948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"message","children":[{"name":"Round trip binary serialization","uid":"27e28f08bf19aa91","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728085880162,"stop":1728085880163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"a6bc209d3ed46586","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"69fedc37c28b363","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6a79d5456a3b3b3d","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"824136a93109f25a","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"253ebf6e74808ea0","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"e9441984fb223c1b","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"d55b577c4b828e62","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"979fddc9c7161e5e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085886583,"stop":1728085886585,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"ecd093f60c4ec113","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085886586,"stop":1728085886587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"1524cbbce366d2c1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085886587,"stop":1728085886589,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"f68c86b53369109e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887349,"stop":1728085887350,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d9c584eb74d9155a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887350,"stop":1728085887351,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"a5a22c93dcd4b34","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887351,"stop":1728085887352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"9ef168f07d1cd155","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887352,"stop":1728085887353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"ceacea31a4f8aa6a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887434,"stop":1728085887435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"4691c0f95f1dd063","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887434,"stop":1728085887434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"c322dbfe6754f0e6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887435,"stop":1728085887436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"9c5cb1ace64445f5","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887436,"stop":1728085887436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"340f49fab015dd3e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887436,"stop":1728085887437,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"6d7ee481989e5601","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"5ea86c67ed9f8875","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"57743e56279977c6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"6def9e8733201e04","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ae1bf2d49461452","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887947,"stop":1728085887947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"493dcc0bb7f5e2dc","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887947,"stop":1728085887948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"2e1ee21d0a7b5c75","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887948,"stop":1728085887949,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"f4084e6c1e2dfac5","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"c1df710651873a2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"18f249ce54d1f583","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887949,"stop":1728085887950,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"7da1725f45b5be2f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887949,"stop":1728085887949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"d291f4098596b005","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"d4776a1ee081eb3c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"731dbd37c1ccce26","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"b9d3660bf87d201a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"e378653771249daf","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"cae99f9ed07554f1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cda917d83631e3e2ca55c4eb629ddcf"},{"name":"local-peer-cache","children":[{"name":"can start the service","uid":"af4ff6cbe179c166","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891876,"stop":1728085891876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"46d275b70b16d30","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"39cf2a919dcc7d08","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e6d6c99ed4cce378","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"2c98cc078ae033e3","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"a9ca984d2c515c35","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891878,"stop":1728085891879,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"be1c897bc7f68fbd","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"a0d02c19ba616219","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"76a0b1723fa5212d","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"4d9b15c68ae231ea","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"eac47a0e2775fcd","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2814352213eb0999437c5604117704a7"},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"b2dc12b5dd41fd4b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085897852,"stop":1728085897853,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"1eaafee7c10b9fa4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085897853,"stop":1728085897854,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"eae3612bc05bf93a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085897854,"stop":1728085897854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"ffad1ab8a4a7b85a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085897855,"stop":1728085897856,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"be80c4ba438cf387","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085897855,"stop":1728085897855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a7e9f819d5a76277","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085897856,"stop":1728085897856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"1b321d6cc07fff45","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085897856,"stop":1728085897857,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"d37e5b7f13c011a1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085898290,"stop":1728085898290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"11a9f05e259e1b6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"2dc626ed6c1a0246","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"547fe44936b18ddd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085898292,"stop":1728085898292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"b7b568133757f469","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085899569,"stop":1728085899570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"a681612745f62213","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"39709dc221995392","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"c2b7719389eaee0a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"e488f3e5f6be2028","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085899571,"stop":1728085899572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"7440c8240b126e8a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a5c852588890b72c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"ea088b19f0fc25eb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085902767,"stop":1728085902768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"8e2301d79d8b5e32","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728085902768,"stop":1728085902769,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e47b3daaf2a2b71abda931a67308332"},{"name":"tests","children":[{"name":"connection-mananger","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"44f8a7d06d68c53c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085917709,"stop":1728085917712,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"ea6791d4ee40e81d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085917712,"stop":1728085917713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"c6927c3cb9264574","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085917713,"stop":1728085917714,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"475060a3fe0f0b01","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085917714,"stop":1728085917714,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"ee5f276fa18f8b0","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085917715,"stop":1728085917716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"f337c2cf13418b7c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085917716,"stop":1728085917716,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"baec3792014b75c3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085925277,"stop":1728085925279,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"7136651300b5d8fe","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085925280,"stop":1728085925281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"72e7cf47149d25e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085925282,"stop":1728085925284,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"a43bd7073972a5f7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085925284,"stop":1728085925285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"a9d18bda9482770f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085925285,"stop":1728085925285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"dd419a9917c3b28e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085948112,"stop":1728085948113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"6d0f4ba5bc0f890e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085948113,"stop":1728085948114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"8719388011b0e6ea","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085948114,"stop":1728085948115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"a1a897eceda9ab25","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085948114,"stop":1728085948114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"fda0f4184982d5ea","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085948115,"stop":1728085948116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"ca7d101d5226a95f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085948115,"stop":1728085948115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"b07fd89bd38b40e0","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085948116,"stop":1728085948116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"32568eb079fc6375","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957570,"stop":1728085957571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"bb8d8c7536390ab7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"9a8dae1ee6289617","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957572,"stop":1728085957573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"9ccb3c58dc7426d2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"c2d94f1c114265ce","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"bd6d7daa009602a4","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"a3b174e2caf0cd6e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957574,"stop":1728085957575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"3ee200a376828cd1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"77f96773f4f66402","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Relay","uid":"bb6009188327ba22","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085923995,"stop":1728085923996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d8521d62e5ccc120","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085923996,"stop":1728085923997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"c1579e61f8efb8a7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085923997,"stop":1728085923997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"ebe352d8d4e81610","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085924026,"stop":1728085924036,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"3bfdec702d96a774","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085924037,"stop":1728085924038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"ae94e489c1db3734","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085924039,"stop":1728085924040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"b6525ce423a08947","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085924041,"stop":1728085924041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"92e7b88b80464534","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085929870,"stop":1728085929870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"2aefb929eb23229c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085929871,"stop":1728085929872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3e3781da6a0760a0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085929876,"stop":1728085929876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"52c117b518e3c1c0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085929877,"stop":1728085929880,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"98ed37f25eaf54ae","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085929877,"stop":1728085929877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"105ad8200de72937","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085929880,"stop":1728085929885,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"9fb54c3c47c58c2c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728085929885,"stop":1728085929885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"8a4b7d87cc76f99d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1728085929886,"stop":1728085929890,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"255810a108bbb38b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1728085929890,"stop":1728085929890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"7aef060190f03e15","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1728085929891,"stop":1728085929891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"filter","children":[{"name":"single_node","children":[{"name":"Ping on subscribed peer","uid":"92a451c6d0f31aef","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085959887,"stop":1728085959888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3de009f6c92cb461","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085959888,"stop":1728085959890,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"642ca5d72a5e70bc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085959890,"stop":1728085959891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"62c2aa535737112d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085959891,"stop":1728085959891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"985378f685d93581","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966212,"stop":1728085966212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"30cd4cb628af5863","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966212,"stop":1728085966213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"5f687258772d17a1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966213,"stop":1728085966213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"deabbfe0e47471a2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966214,"stop":1728085966214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"786e4b6b88f54a10","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966215,"stop":1728085966217,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4f7f4c791b7e11fa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966215,"stop":1728085966215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"5e7f8fb240e8fc8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966217,"stop":1728085966218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"15e69bbf7e93937b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966218,"stop":1728085966219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"7c9cf071739e6814","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966219,"stop":1728085966219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"5f3bdd89b1b433b9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966219,"stop":1728085966222,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"f10636983dffe75f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085966222,"stop":1728085966223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7fbfcaf2c1a3ba7a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"ba04e3f111fd5993","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"6685253dd8320d63","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085992916,"stop":1728085992917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"5cc8eef68cea665d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085992916,"stop":1728085992916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"27d39096f5e09c37","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085992917,"stop":1728085992919,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"1a9a1bbdda356ac6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728085992920,"stop":1728085992921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a68e08d723660d46","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032734,"stop":1728086032735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"402402d7624d98db","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"9f4ac31a9b49c8e3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e7f409d0779fc46b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9732887460fb8ff4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"7fbdd81c44cebf9d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032737,"stop":1728086032738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"280f30ce77d7b097","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6e98617309c09cb5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"93bad5c4fd287230","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"d342a144a5dfeca2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032738,"stop":1728086032739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2831a71f35afd678","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"fdb191808cef9c04","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032739,"stop":1728086032740,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"383c4e5fb3d07973","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"f34b67538ece5265","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032740,"stop":1728086032741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"88772e61a7edba8c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085916617000000 ","uid":"7fb0ead8eaae26b3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"a20432816958a7db","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085916617 ","uid":"915d75110928f8ef","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"dcf464ab2e2f2982","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"4225ae55de22496c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"2d03d70791ed47d1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"4a103e27560b16cc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032743,"stop":1728086032744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"7a1cf7a97772459f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032744,"stop":1728086032745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"ec9a82f13d2d4749","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032744,"stop":1728086032744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"6e163abdc470fd20","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032745,"stop":1728086032746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e21372ada50b4ef","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086032745,"stop":1728086032745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"44574ec1fa0c4ddf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"95af029eb356d11a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"c2feaa1da6535cb3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063169,"stop":1728086063170,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"bb3725bf2af3a28c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063170,"stop":1728086063171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"b1cc62ab41b6ef43","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063171,"stop":1728086063172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"73e43d2f5e212e17","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063172,"stop":1728086063174,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"be186046a74b0492","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063174,"stop":1728086063175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"bea64bdd178c6347","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063175,"stop":1728086063175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"98170804de26a7fa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063175,"stop":1728086063176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"68a750e550ce9221","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063176,"stop":1728086063177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"eff5fbfb0c5087d8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"fa563e314c3abb93","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"f4f7f3884ff2edb4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063177,"stop":1728086063181,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"c80fcfd70df066cf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063181,"stop":1728086063182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"8e272dbab55b72ad","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063182,"stop":1728086063185,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"15b2f1187de9c1d0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063185,"stop":1728086063185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"615e56f810d02898","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063186,"stop":1728086063186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"1e9ffaad3b0cb0af","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"828cac22c9f5390","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"27d7bde3cda12ba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063188,"stop":1728086063188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"c1e92c02b6e9b0b3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063188,"stop":1728086063192,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"f8a6cf5175fa99f4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063192,"stop":1728086063192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"4f9062541a9a2256","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063192,"stop":1728086063193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"b29b4335f3dfbd7d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063193,"stop":1728086063197,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"6dbb379d41944d65","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063197,"stop":1728086063200,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"ba3aba84c3e2cd71","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063200,"stop":1728086063200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"9f6f1a6c4d33476f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"6949d337d51daf60","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"92a9e6c74fa68684","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063202,"stop":1728086063202,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"cccc05f6a4062ffb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063202,"stop":1728086063204,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"93320371a2a357e1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728086063205,"stop":1728086063206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"23277529f2544c1d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085963110,"stop":1728085963111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"aef386c34245980b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085963112,"stop":1728085963113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"82ca832e4312574","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085963113,"stop":1728085963114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"894ddda02761b7fa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085963114,"stop":1728085963115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"56e20d6869693fed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085963114,"stop":1728085963114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"9c97258ce92e73ac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085963115,"stop":1728085963116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7bbcf9f4b9f1cdff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085963116,"stop":1728085963117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"fef1c0e0a7487bbb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085963118,"stop":1728085963118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"51b512b67749883","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085985728,"stop":1728085985729,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"6ce24a0f14cd0b17","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085985729,"stop":1728085985729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"3b4b74ecbce8635a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085985730,"stop":1728085985731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"165175d7fe9eeca6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085985731,"stop":1728085985731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"80702908c83bc0d3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085985731,"stop":1728085985732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"f822914c8eb1634e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085985733,"stop":1728085985733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"dd562719f19c0bff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085985734,"stop":1728085985735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"fd69c524d02f07af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728085985736,"stop":1728085985737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"8e88f63feb2bed92","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056625,"stop":1728086056626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f6036dacd07cb56f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056626,"stop":1728086056627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"1efbac4022bf1e31","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056627,"stop":1728086056628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"70f12f7c892f0d14","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056627,"stop":1728086056627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"c5927e8527185d04","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056628,"stop":1728086056629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"c1b5d6f7f5869816","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056628,"stop":1728086056628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"7c271e27e9bde940","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056629,"stop":1728086056630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"cfe09833d05ac86","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"86c7864ebdb0f3e8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"2343d887aa5b7c02","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"85bc7f5c38040473","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"e31876f9c140ee4f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086056632,"stop":1728086056632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b38b01fe67fd8afe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"4c54a7f651671e3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ae2e922cd05b8997","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f0a34c76c2717bab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171690,"stop":1728086171691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"b212105f62c1486b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"51decd00af59208","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"961d27e1a762f593","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"4609b7d8659daf72","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171691,"stop":1728086171692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"bd3fb3c986868be5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171692,"stop":1728086171693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ed31f83a8705f46b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"8247483eef1efcda","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9130a32d149c46dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171693,"stop":1728086171694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7bffe5d5ee41db07","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"526b87319ec2f458","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"392d22684333e821","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"da18140fd1876da2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349000000 ","uid":"25124cf290047d2d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171695,"stop":1728086171696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349 ","uid":"385783b2e9843a70","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"2f1c9212fb9f6003","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"472c54f1c0c1e288","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"e4c4420e98307408","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171697,"stop":1728086171698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"de13fb796a2f1c59","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e6d7cb59ed5c9664","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"d03aca72f04fd300","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"25721d89274d747c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171698,"stop":1728086171699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e5f5779131671bcf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"79eaca3bcb896008","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"68fcaa4c9b2f92b8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"f41f633a02111ffe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"cac5e4399eb79c34","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171701,"stop":1728086171702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"8ae38b3d1c00ecbb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171701,"stop":1728086171701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b765135c55444fbf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171702,"stop":1728086171703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"525102e565eec6a8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c737e9c713096a41","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"e3f6b30b177242f2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171704,"stop":1728086171705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"ca9c0a517a260dc5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171704,"stop":1728086171704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"d7e6874fa643074b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171705,"stop":1728086171706,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"f4a97c95e76399a9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171705,"stop":1728086171705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"c93d58651d2d9ef9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171706,"stop":1728086171707,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"b7dd54ab5db77aea","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171706,"stop":1728086171706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"5795ba5d534cdccd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171707,"stop":1728086171708,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"f8477b3aad894ed8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171707,"stop":1728086171707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"da4a17aadacba647","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171708,"stop":1728086171708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349000000 ","uid":"69d9996bc471f472","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171708,"stop":1728086171709,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349 ","uid":"5630d351c4141a99","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171709,"stop":1728086171711,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"50c7cf988d8d1853","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171711,"stop":1728086171712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"86162838464be5dd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171712,"stop":1728086171712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"2423743dbf0dd311","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171712,"stop":1728086171713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"e8793bf1f5e0f43a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171713,"stop":1728086171713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"94d16b314820c6e6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171715,"stop":1728086171716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"1fcf4f9b32a9bf8a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171716,"stop":1728086171718,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"5acd1b2b6fb51fdd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086171718,"stop":1728086171720,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"54970411b08dc562","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1728086171720,"stop":1728086171721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"47f8280cfa42ccd9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1728086171721,"stop":1728086171721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ea0cfa5d0f327b17","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260288,"stop":1728086260289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"9c98f277ebe1344c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260289,"stop":1728086260289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"9b6cf7d67bfc52ae","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260290,"stop":1728086260297,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e8157e6e8c760a12","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260297,"stop":1728086260299,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"c1d901bd38078939","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260299,"stop":1728086260300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"ca00cf34e4419a19","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260299,"stop":1728086260299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"262d8467400c52ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"2c5fbd112681c599","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"d7f682c9c1b6ebb9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260301,"stop":1728086260302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ef5f2d759faab2e5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260302,"stop":1728086260307,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"fd1dc257a2db03c7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"fd099fa2a21e9478","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"fdc0ce8bfe39f66","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260309,"stop":1728086260310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"3dccd48e0ca34ae3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260309,"stop":1728086260309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"deae9099de3befce","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260310,"stop":1728086260311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"2b8e7235109168cf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260311,"stop":1728086260313,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"712c9cecfe1377f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260313,"stop":1728086260314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"36dc93f63b4e712","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260313,"stop":1728086260313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"fd116679d1948fb0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260314,"stop":1728086260314,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"a357d9e1527b5c01","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260314,"stop":1728086260315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"1d799a91f795af63","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"766e1788753ae608","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"3fc4a69466e54068","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"82f02be981ccb98f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"6492489c7d81324e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"b66c27bd3b72d197","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"d596f517df101879","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"5e41f9ed2b83302e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"1f4a58accc00d6ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1062797fa7b688af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"96fa88f0d72d33b1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260319,"stop":1728086260319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"53e7722717858a37","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260319,"stop":1728086260320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"d42f26786c829770","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"a78dcec77618fae7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"2e93d1794498054f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260320,"stop":1728086260321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"46967230aa68e112","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"ed74e1159fb29ff9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"36002c9104f18b4a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"9ee340042492613b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"bf21e42cbc0f9ed0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"6d314b84aacd892b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d85982409454e3a4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"ed71b046a6cd1335","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"9c0266ba8496606e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260324,"stop":1728086260325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"424e63bbd437164d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"c65018c25f4a3e83","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"8953c0982d2eb2aa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260325,"stop":1728086260326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"de64bce642fb0d5a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"f586e3bf4ae2c9b4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260326,"stop":1728086260327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"aba4f98cf23f457","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"79fdeaeaec4edff9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"1b731c665dedbab7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260328,"stop":1728086260329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"d8a33cd5ce8fcc2c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260329,"stop":1728086260330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"f3e56e9bf806ea4b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260329,"stop":1728086260329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"d737a910277b14e6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"b1a25d1774a5573a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260330,"stop":1728086260331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"7e013230dd14ea81","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"48605dc8ea478a09","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728086260331,"stop":1728086260331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"6a6441986741f3c3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033867,"stop":1728086033869,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"cef5215c819ee9fd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033869,"stop":1728086033870,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"1cad6b7905806a91","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033870,"stop":1728086033873,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"5eaa18032b80c6e7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033874,"stop":1728086033874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"aed9cd5542c19d29","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033874,"stop":1728086033875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"9ec36b643a73826b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033876,"stop":1728086033877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"6051a59a368a18","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033877,"stop":1728086033880,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"7118f53f898aa285","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033880,"stop":1728086033881,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"acc29030b99e0c0a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033881,"stop":1728086033882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"14e625fc95ad2ca0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033881,"stop":1728086033881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"7e470c3dd26c4f06","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"2c41ad45855a1950","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"97a2244049faf256","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033883,"stop":1728086033883,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fbf4020c8ffe8764","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033887,"stop":1728086033887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"5d61976cd6ba38e2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033887,"stop":1728086033888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"ceab21f992b981ec","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033889,"stop":1728086033890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"b22500aa14aa074f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033891,"stop":1728086033891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c094a3122b6083c4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033894,"stop":1728086033895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"e89ab36a587b285b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033894,"stop":1728086033894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"8462a284a5687adb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033895,"stop":1728086033895,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"158520fddd4c87ed","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033895,"stop":1728086033897,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"c2b96aeec012cb74","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033897,"stop":1728086033898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6329d3862f5e24c4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9ad7996b28ea2fec","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"efd07dd2266a4b27","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033899,"stop":1728086033907,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"2160dd973b09a0b1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033899,"stop":1728086033899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"74815f363408001e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033907,"stop":1728086033907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"b176415e5be38036","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033907,"stop":1728086033908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"49bb2294c2cfdadb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033908,"stop":1728086033910,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"25b96c011acb6fa1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033910,"stop":1728086033910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"c177e4ce393965e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033911,"stop":1728086033911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"2b1fcd2d8b1c11ab","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033913,"stop":1728086033914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"66447a6b314a5930","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033914,"stop":1728086033918,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3922b803d4e15e04","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033918,"stop":1728086033919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"4158f643ef28b64c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033919,"stop":1728086033919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"7046220e2a95589b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033920,"stop":1728086033920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"119f86a59c70c172","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"207b38473a88824e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033921,"stop":1728086033922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"7d01bf3b2e18b63c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"bda795065320ac9b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033922,"stop":1728086033922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"a37c7ec797a080a4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033927,"stop":1728086033928,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"e2c6daed569aba47","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033927,"stop":1728086033927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"bdf3e1ce72f6ad30","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033928,"stop":1728086033928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"f686b97c8df5fc6b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086033929,"stop":1728086033929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"health-manager","children":[{"name":"LightPush with 0 connections","uid":"fe5e356efb15fd84","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086059797,"stop":1728086059798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"47f7e9f00917638b","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086059800,"stop":1728086059801,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"2b0d57b92cbe0600","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086059801,"stop":1728086059805,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"115a0fb0fe34f2f","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086059806,"stop":1728086059806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"d8d485aad6d1b5a7","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086059806,"stop":1728086059811,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"501e0fceb6990bf5","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086059811,"stop":1728086059812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"7e3dcb7c90370db6","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"e1748ed86b2576c6","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"e7e4df141b17886","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150764,"stop":1728086150764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"1f4fd9b3b4118d2f","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150765,"stop":1728086150766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"fd1bc53730313fd1","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"154688aebbee31c1","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"5805767588fd38e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150766,"stop":1728086150766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"10de8dc250130167","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150772,"stop":1728086150773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"a09dcce14d314815","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150773,"stop":1728086150784,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"ad3bf7c59e1fc6de","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150784,"stop":1728086150786,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"e0cb1a643011ae68","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150786,"stop":1728086150787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"c3452c52ebedc475","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150787,"stop":1728086150787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"7dcb34296d313879","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150789,"stop":1728086150789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"b1399f1581f292d6","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150790,"stop":1728086150790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"97f8580dbfca6725","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"broken","time":{"start":1728086150793,"stop":1728086150804,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"5505a0b00b47eeb","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150804,"stop":1728086150804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"19d349984aacf1e7","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150804,"stop":1728086150805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"b354149651c4f9c2","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728086150805,"stop":1728086150810,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a0d1303cd6ce324c57cf3d1ad0dad029"},{"name":"light-push","children":[{"name":"should push to needed amount of connections","uid":"dfca8d95a814a5d2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086085065,"stop":1728086085066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to available amount of connection if less than required","uid":"8528be375cb158de","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connections available","uid":"e5619e5fb2c4bf80","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"b5d4f4f846c53dfd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118962,"stop":1728086118963,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"154c31fbeaf3dd29","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118963,"stop":1728086118963,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"7b4fdacd86d444b7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"be07891ebc876da2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"338b104933b03014","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"df5655ebee51daf","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d6496b88b6dffc3a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"65b1590e35d8c702","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"55d807484e77340d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086118966,"stop":1728086118967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"eac8fe883b0d19cb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192488,"stop":1728086192489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"28992a9460c6417a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192489,"stop":1728086192497,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"1ca15b473adf836c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192497,"stop":1728086192502,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"703ad0b769c340","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192503,"stop":1728086192503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"d969f26474164caa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192503,"stop":1728086192508,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"3b871ac45a79d205","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192508,"stop":1728086192508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"cd05e64b7c2f7a61","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192508,"stop":1728086192509,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"6a6e859d99ee0774","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192509,"stop":1728086192510,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ae7ed89da5ae29d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192509,"stop":1728086192509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"aed43f61be8deaa0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192510,"stop":1728086192510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"57f4e8af1b7a33a7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192510,"stop":1728086192511,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"354efca99c57dee7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192511,"stop":1728086192511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"5013c45ce263596d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192512,"stop":1728086192512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a11c83cc6dc42cf1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192513,"stop":1728086192515,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"d88475bc74d46371","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"befb67c79048004e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4b39459d9f6f6888","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192516,"stop":1728086192517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"d32094bd60f5df5b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192517,"stop":1728086192519,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"2284530570e1e14","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192519,"stop":1728086192520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"dcd9be6200de6a07","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"a9405b2167a121fd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"c46cf26f5b894218","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192521,"stop":1728086192521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"2f18e1f462f934aa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"3d79f0b3ad369d90","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"9ae0f962cdabf7a7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192522,"stop":1728086192523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"7c43bb2eaed009f7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192523,"stop":1728086192526,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"2a347c9db35974f7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192523,"stop":1728086192523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"3517275f09b2cc4d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192526,"stop":1728086192527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"89088d5e043aa64c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"6a892c64ace84e9f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"dde67ac0e9abb810","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192528,"stop":1728086192529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"c82bda72ac4f335","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"da88ad5d42c07996","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"c7c7fc0b1fb20759","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192529,"stop":1728086192529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"8c58a079030b5a7c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192531,"stop":1728086192531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"ab59db78f38daa78","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192532,"stop":1728086192533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"dd35bb967b7fd69c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"8bb704114883955a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697327663558","uid":"46a555806c0a269f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728082463558","uid":"ba5d4fdb73d31c7f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"fc2631ba2fb2f6ab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"cf7529f953cbde28","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192534,"stop":1728086192535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728089663558","uid":"cfc0739fa58406b1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44710b6012b98874a5a6e1da18843026"},{"name":"Push message with short payload","uid":"297c2a5ab0ba7243","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226454,"stop":1728086226456,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e609a82743e2286e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226456,"stop":1728086226456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"5c8efaffe0c93439","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226457,"stop":1728086226457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"1ca993c500aeedf3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226457,"stop":1728086226458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"812c926da28a2c48","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226458,"stop":1728086226459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ab6674d8cb12d0eb","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226459,"stop":1728086226459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"8c2b931f90c84712","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1aa7c4c50a85abb7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226460,"stop":1728086226461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"60a8d735fef34cea","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"ca8c920ee54e3d21","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226461,"stop":1728086226462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"35e47ed9356cc823","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226462,"stop":1728086226462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e829486fc45699ef","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226462,"stop":1728086226463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"afa6afd06e8c42a0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"6e3f446fa51ae355","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226463,"stop":1728086226464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"189a861b38986b34","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"aec28071debb7aa9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"6f9f4377a7bfa279","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"8cd8a3bcc6eaae0b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"3a56176950a2cd00","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"17c7219672c486ab","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226465,"stop":1728086226467,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"81344f7f3d07d395","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"e471ff8d8dc9dff2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"9b0a127b1ac8acc8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226468,"stop":1728086226468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"e0c356df062a7585","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226468,"stop":1728086226469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"adc6447fcae09fa0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226469,"stop":1728086226470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"8dd8c1f8007f72a0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226469,"stop":1728086226469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"4dce0cae9763b7e4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226470,"stop":1728086226471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a2a6965ce18f1817","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226470,"stop":1728086226470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"7adb1650876f8325","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"2f26754a3638a234","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"d10c9d89e46273cf","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"287c95f24b558b7c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"93b685f8f42d8a1f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226477,"stop":1728086226479,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"378e02fa77b77048","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226477,"stop":1728086226477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"819f514b9f23bc52","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"dd5020a8eacad958","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"2c10d0b7b4dbfcf5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226480,"stop":1728086226482,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"37be7faad9270c52","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226485,"stop":1728086226495,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728082456949","uid":"46b26ec0ea6b5131","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226496,"stop":1728086226506,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697327656949","uid":"b9107c90cdaa53e6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226496,"stop":1728086226496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728089656949","uid":"83207113a07930e7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226506,"stop":1728086226506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"c50cd7f0bb829a3a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226506,"stop":1728086226507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"2fba30df8e7ccea7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728086226507,"stop":1728086226507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"A test","uid":"6f73b432f90bcd50","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086119053,"stop":1728086119054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6d0dec17578e367","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086119054,"stop":1728086119054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"eac01cadf6829a1f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"4d7a196913726e51","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"84f7d6483627fe20","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"16196731704e2e23","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"d8d89dfc5f25f34","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086142733,"stop":1728086142733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"6de53b511614b924","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086142734,"stop":1728086142734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"11ea844f0548f002","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086146256,"stop":1728086146256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"c2ba5456e5e17343","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086146258,"stop":1728086146258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"de28601bfe9d5fb0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086146568,"stop":1728086146568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"Should update multiaddrs","uid":"b910934e94b3bd74","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086151434,"stop":1728086151435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"6f9836812fd92584","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086151435,"stop":1728086151435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"dbf2be14ff15aea9","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728086171968,"stop":1728086171969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"cdeee36b1a7fcd32","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"57508621d83b1956","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"c0a69efea933154d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728086171969,"stop":1728086171969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9483efd4d1e072d1","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086232770,"stop":1728086232771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"8900570e82d0e9e2","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728086232771,"stop":1728086232775,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"cf6e73554d4f45d3","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728086232775,"stop":1728086232775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"af2d014fab64fc35","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086232775,"stop":1728086232776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"34d0e8e9a3cff7b","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086246327,"stop":1728086246328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d9ebfa6eb64ffb7","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086246328,"stop":1728086246330,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"f5198a07d84091c3","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086246330,"stop":1728086246331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"96d8371931ee12ab","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086246331,"stop":1728086246334,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"2600c002804465ed","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086246334,"stop":1728086246335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c60d0fc8f0c8f90c","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086246336,"stop":1728086246337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"10c27bc8232b6c94","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728086246337,"stop":1728086246339,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Delete observer","uid":"bb18324a34e2e596","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086173698,"stop":1728086173699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"24b2b0925072b225","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086173698,"stop":1728086173698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"3e7e35a16482575e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086188759,"stop":1728086188761,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"e1f21a1b230df9bf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086188761,"stop":1728086188762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"503b0d93fcc3cffd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086188762,"stop":1728086188763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"e00e3fab1a14ed19","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086188763,"stop":1728086188764,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"e4f99da98a89d697","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"b3768744a1e053e9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9a8e3e18eb12f25e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086196551,"stop":1728086196551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"24c0a3e2fbefd2af","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086196551,"stop":1728086196560,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"666e23e67daa093e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"ec0120d13eb86a5a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"cff3f067dfccf75","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"daf0813a1ee6b640","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086196562,"stop":1728086196562,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"8ae1be69fda80ac0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203088,"stop":1728086203089,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"cf738a756acc6543","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203089,"stop":1728086203089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"9e1f624eba61b901","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203089,"stop":1728086203090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"9da6391df3e6d8ce","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203090,"stop":1728086203090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"5ae76e64687f3561","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203091,"stop":1728086203092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"6d53f03ea314d502","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203091,"stop":1728086203091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"743f537e3cf33555","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203095,"stop":1728086203096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"688e382933d87376","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203097,"stop":1728086203098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"981fac9a029aa792","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"bfee58bb9bf6c120","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"71e7611e89338a13","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"7541e08b9d6c0d3b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"970ea26012a24111","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203099,"stop":1728086203099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"d015669b7ef140cd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203099,"stop":1728086203113,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"f2166dbb2db628d9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203114,"stop":1728086203115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"46ebafcf4da1c5b2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203116,"stop":1728086203117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"ac0895c60c9fe504","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203117,"stop":1728086203118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Oct 14 2023 23:56:32 GMT+0000 (Coordinated Universal Time)","uid":"b31bf8d20eb6db4c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203118,"stop":1728086203123,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Oct 04 2024 22:56:32 GMT+0000 (Coordinated Universal Time)","uid":"363da953a68bc0a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203123,"stop":1728086203125,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Oct 05 2024 00:56:32 GMT+0000 (Coordinated Universal Time)","uid":"92de50e81645a186","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203126,"stop":1728086203127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"86416ad9af91e6e1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203128,"stop":1728086203128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"44aaee5bc689bfb5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203128,"stop":1728086203129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"13e4f77d24fe5300","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203129,"stop":1728086203129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"c364649323848a47","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203137,"stop":1728086203138,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"92af190a02b10376","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1728086203140,"stop":1728086203141,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"184b2022d855f367","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203140,"stop":1728086203140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"30b3399ce9fb4f2e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1728086203141,"stop":1728086203141,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"dab070080be726a4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203141,"stop":1728086203150,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"7455c829c4445c54","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086203150,"stop":1728086203150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"9e24fd848bdece28","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207855,"stop":1728086207855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"3fba57b5d31dbe8f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207861,"stop":1728086207862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"f0bbcc9f9c5d309c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207861,"stop":1728086207861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"351aaaf39c22c008","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207862,"stop":1728086207862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"a864bb35ef5f0a4a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207862,"stop":1728086207863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"7dd69d0f9c5172ef","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207863,"stop":1728086207863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"f31fd75a761c480b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207873,"stop":1728086207874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"caef9ce8e502f642","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207873,"stop":1728086207873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"305dc037fb3b5938","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1728086207881,"stop":1728086207883,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"375e599e4f1a8afc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1728086207887,"stop":1728086207887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"535643171a880ed1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207887,"stop":1728086207896,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"84a8ba3b4888c36a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207897,"stop":1728086207898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"238a132a73df6145","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207898,"stop":1728086207908,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"3b72672e59dc87f8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207909,"stop":1728086207909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"14c998064bcc655b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207910,"stop":1728086207911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"c2ad1270d41bcc88","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"6252ceb8380d6079","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"f9ae94b5c7864f79","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207911,"stop":1728086207912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"bc12a7b92575269c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207911,"stop":1728086207911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"107a9cd2445d3995","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207916,"stop":1728086207920,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"ab13e8fdc7aaace8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207920,"stop":1728086207920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"9b9f36340d16e36c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207920,"stop":1728086207921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"ad0436ac00323e44","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"2fd95a123e5755c8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"148a4f1ea5164c8f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207922,"stop":1728086207922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"8a845a0cc2645cd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728086207922,"stop":1728086207923,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sharding","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"17c643a435493b87","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"61e1ac099767b02d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app95/7/topic402/test.js","uid":"7e61c0538f9e54fc","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235211,"stop":1728086235212,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app23/1/topic549/json","uid":"258aa3d4f4923022","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app44/3/topic7/xml","uid":"8b2c2edbac8cad20","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app87/9/topic319/json","uid":"4255341be406ec37","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235212,"stop":1728086235213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app28/8/topic13/utf8","uid":"18327c915cb6db92","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235212,"stop":1728086235212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app78/10/topic382/test.js","uid":"e441a2e2596506c3","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235213,"stop":1728086235218,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app61/8/topic836/proto","uid":"bf3d50e177bc273b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235219,"stop":1728086235220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app33/5/topic435/utf8","uid":"8f1fcf7e3db8213a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235220,"stop":1728086235221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app82/8/topic328/test.js","uid":"978662e3e4ae9e50","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235221,"stop":1728086235222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app21/3/topic128/json","uid":"4c12dd2db2f09b0f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235222,"stop":1728086235229,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"e03d3bb1619ecd7d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235229,"stop":1728086235229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"956383290bcfa523","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"5a9ae0360b7aeb08","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"8edd648c8605691e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086235230,"stop":1728086235231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"56a7f879baa80831","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260637,"stop":1728086260637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"e9d854621b7d08b6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260643,"stop":1728086260651,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 829, Shard ID: 636","uid":"41c9a051f17abc02","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260651,"stop":1728086260651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 316, Shard ID: 856","uid":"80e6f324fcfe6618","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260652,"stop":1728086260652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 60, Shard ID: 263","uid":"ac28ef392f1db7a2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260652,"stop":1728086260655,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 316, Shard ID: 350","uid":"d0a4872a9ddad9fa","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260655,"stop":1728086260655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 245, Shard ID: 764","uid":"c7cba3074c611f80","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260656,"stop":1728086260656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 275, Shard ID: 128","uid":"f0c0035327239838","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260657,"stop":1728086260658,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 543, Shard ID: 10","uid":"c43377e148544605","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260660,"stop":1728086260661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 954, Shard ID: 856","uid":"ea4fe0e7f63670fa","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260660,"stop":1728086260660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 464, Shard ID: 668","uid":"582966efd1256934","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260661,"stop":1728086260661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 518, Shard ID: 699","uid":"96b3e467e9076474","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260662,"stop":1728086260663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"ab8e3b842c1888c4","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"61670929c35aef99","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"6acf16aacb58224b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086260667,"stop":1728086260667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"9429e46fc894412a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"a7f5ba2de07d3a5d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"55a2524793498b05","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086355713,"stop":1728086355713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"7c49cc9f29e7863","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728086355713,"stop":1728086355714,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"store","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"7aa23d4332793f3b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254809,"stop":1728086254809,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"502f6287f8c0940c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254811,"stop":1728086254811,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"a6bd854d0d0659ad","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254812,"stop":1728086254813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"8c17fe42e4681b1f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"94a82fa687b87d1c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"dd20ad2b9b1bf958","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254813,"stop":1728086254814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"fc5e7f7859cf754c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"9dc588761292a69a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"2d910e02d190a8c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086254815,"stop":1728086254815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"5c7c0e2e2f5f2801","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258652,"stop":1728086258653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"6f8326c30a6639bb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258654,"stop":1728086258654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d648e5fdee9b3ddd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258655,"stop":1728086258655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"bd6e426618fdfe94","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258655,"stop":1728086258656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"61e954461eb76e6d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2502db62d168b3ce","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"1d16692a4fa71ed8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258657,"stop":1728086258657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"445f0a0cd3839a4d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258657,"stop":1728086258662,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"bd24e0cd747c5a1f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258662,"stop":1728086258662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"829f2f764f387eed","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258662,"stop":1728086258663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"f1682a2e1fd03d30","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"1b30b9605767950b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"b65371bcd4f9e204","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086270016,"stop":1728086270017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"da482fbe526e897","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086270017,"stop":1728086270017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"22bbdc198b97c230","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"200a4177e9b025b3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"14bc95554e6c5846","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086272018,"stop":1728086272019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"b5fd27910956a748","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086272019,"stop":1728086272019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"5d5822a34a824b35","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086272021,"stop":1728086272021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"29930c1ba99629b0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086272021,"stop":1728086272022,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"a1cc99174cce2e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086272022,"stop":1728086272023,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"6de317c6104d8bb5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086272023,"stop":1728086272024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"7657bd312ce01775","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279981,"stop":1728086279982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"43f1728c36d020c7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279983,"stop":1728086279983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"41701589302e3481","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279983,"stop":1728086279984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"26aa40c9a367445","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279985,"stop":1728086279985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"b0d793afa9cd7144","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279990,"stop":1728086279992,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"d44a5dd5acd119a4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279992,"stop":1728086279993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9aa73a4e96ae3016","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279994,"stop":1728086279994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"629297fc4066832b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279996,"stop":1728086279997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"f453faa35c50044c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086279998,"stop":1728086279998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"6122dc25952d4e09","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086280291,"stop":1728086280292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"9d9732972c3c80ab","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086280292,"stop":1728086280292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"2828243dad915f93","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086280293,"stop":1728086280296,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"103684520f1d48f5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086280293,"stop":1728086280293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"1ecb93addfedb039","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086280297,"stop":1728086280306,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"63bc303dab7bdc0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086280297,"stop":1728086280297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"7eb75dbdaa14de61","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086280306,"stop":1728086280307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"31337926802e6cda","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086280307,"stop":1728086280307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"9750d4d9f25a2bd4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287861,"stop":1728086287862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"54bc0dec1fc866f0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287862,"stop":1728086287863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"dfe6d5972d0b0565","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287862,"stop":1728086287862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"73e2e4a53b1e8c05","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287863,"stop":1728086287865,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"361a4f32b42ea548","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287863,"stop":1728086287863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"a270c6602a685819","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287865,"stop":1728086287865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"90a6f8a109ee5b22","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287865,"stop":1728086287866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"bb9369665af3cbda","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"6fb5d295c5c2d547","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"5e73f9c8bc371b4e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289027,"stop":1728086289028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"d5bb78a2abf3ff5c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289027,"stop":1728086289027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"cbf7990329fff3c0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"1262a5bb3af61cc4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"2b6caae6991f5a4f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"dbef480608bfd576","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289029,"stop":1728086289030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"efae672ff205c12c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"c2ba71b431eec132","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289030,"stop":1728086289031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"31ae4b24c0182e5e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728086289030,"stop":1728086289030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"e4f075323a3ae489","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086278947,"stop":1728086278948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"6420210348f201","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086278950,"stop":1728086278951,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"cd372d06c4917380","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086278950,"stop":1728086278950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"172e5304ce402b06","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"4cfb9f888e3804e4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"6c708d7a4660a1e0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086288534,"stop":1728086288534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"7e5820f42a7b057c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086288534,"stop":1728086288535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"127c655b7f4f0843","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086288535,"stop":1728086288535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"3df0d8bba62a3ece","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086288535,"stop":1728086288536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"b37028af220f6238","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"7008825ec54d26c0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336921,"stop":1728086336922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"9b64971a9fdcfe43","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"c7dc8371a6b037d4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336922,"stop":1728086336923,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"fd01bf17cfcaa45b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336922,"stop":1728086336922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"319b39b90b218710","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f55d6cb128bb5d88","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"6c215f0e208c4986","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"90fa4560e7fa321","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bf49149a3821e34f7608bb6885d52868"}],"name":"packages"} \ No newline at end of file +{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"66043b9963345987","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728381355523,"stop":1728381355528,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"79498337fbe7bc32","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728381355529,"stop":1728381355529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"sharding","children":[{"name":"does not throw on valid cases","uid":"1af6fd35d67f01dc","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355952,"stop":1728381355952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"24de4e88b556087b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355953,"stop":1728381355954,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"7a12bf70844eb2a9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355953,"stop":1728381355953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"65b00a130115d67a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355954,"stop":1728381355954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"7f7aba9153d18273","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355954,"stop":1728381355955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"33376d0253b7bb5e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355955,"stop":1728381355956,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"11c6399b08a6676b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355955,"stop":1728381355955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"9b2f528d6f32f501","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355956,"stop":1728381355957,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"63559bad545f553a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355956,"stop":1728381355956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"8828e3355ec3d934","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355958,"stop":1728381355965,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"d0b05961895188db","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355965,"stop":1728381355965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"32e70c2056c6c91b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"21a7a8547ee0d3e4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355966,"stop":1728381355967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"e60dbcb07c932e27","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"57e0297df2c6e0dc","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"62d50df705f61573","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"20ee181b7e7dff69","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"a369879366883360","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"a8708391668467fd","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"6c8bf82f30d2cbf9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"496369c59bf52af4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355968,"stop":1728381355969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"cfa9d5ecda3e8fed","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"cf7729a317e0a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"9128329325b4f9ff","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"55deb6ee3694b5ad","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"c62f8f56dd51b474","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"754ba25800adefae","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"4349adb6be080b46","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"cebc1f0b8d753191","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"d5871a0f41fa39a0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355971,"stop":1728381355972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"8ec29094d788f409","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"a2c0603b65d42067","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"b6336c503da6e4b5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355972,"stop":1728381355973,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"846bc85328dd1cb2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"ec81d74812d21129","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"ccc95eb44753ff59","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"e3b943f90031842f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"3dce8557ca67c586","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355973,"stop":1728381355974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"814fd728b641488e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"ee306e14924d568b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"90894060bcb9943d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"c322f6810f5ce095","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355974,"stop":1728381355975,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"27c308d51922eec8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"d9a4daec0cfced69","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355975,"stop":1728381355976,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"5d7624ed06e78a25","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"46887271129f3f79","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"a9df72284432e1e9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"7ce91a870db29a78","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355976,"stop":1728381355977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"b571aad02751b712","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"38e14018b7e874d0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"f55557c79905c3c6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"478bdb7f798e4fc3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"358c5a885e85e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"39f017c935973b9d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"d94e92136509872d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"65f63c9648f88311","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"b0dfc27121cd9da9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355979,"stop":1728381355980,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"ed50d86da813dbb1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"9d9f0cf2e7494c6c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"d2c330fdad5dd3eb","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"33f584222c51b9ef","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"14fab5351a0aeba2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"45bf7eb411d7d018","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"fd8383205262defb","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355981,"stop":1728381355982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"6595800c1045a383","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"dafed86010cdc889","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"232a3458cebbb68a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"7d6b83ea4214b4dd","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"aedbfba2eef9666b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"3a17d6cbf73661db","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"5610250644cfe58a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"b0beb95549386e1e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"157d6d873da0e726","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355984,"stop":1728381355985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"9032620741c2a6f1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"65c9945d883232e4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"47a67fa1e1e8cf13","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"7ed0b62d7cec8cb9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"f8593d8f47efe266","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355986,"stop":1728381355987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"b4298492d9092687","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0eca7593f93a85210ac2b81edb813a46"},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"2e8d12d971181008","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"35a54517f8ec233d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"3a7fb98d6efc38c0","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"8f1cf9a1558c37be","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1728381355989,"stop":1728381355989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"aeaf00e60eb5236e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381358360,"stop":1728381358361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"376c1eeb192165b4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381358361,"stop":1728381358362,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"518d65eff2ed7e4d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381358361,"stop":1728381358361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"45d5145f7b6115ce","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381358362,"stop":1728381358363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"7c47d3c4885665a7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381358362,"stop":1728381358362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"a246626c1ed40d0d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381358363,"stop":1728381358363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"68fea4ddabc82afd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363554,"stop":1728381363556,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"65b95899e5b6f1a1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363559,"stop":1728381363560,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"dbce63ef45e7f8ba","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363560,"stop":1728381363561,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"9e027cf8d4bdb8e5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363561,"stop":1728381363562,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"fb2e4d44e40c3309","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363562,"stop":1728381363564,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"35533c0c77a2618f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363564,"stop":1728381363565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"51ff95986eff002c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363566,"stop":1728381363567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"5b6348d7b2306fc9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363567,"stop":1728381363568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"a595a0c78384f4bc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363569,"stop":1728381363570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"d1435b0d261ba610","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363570,"stop":1728381363571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"310c25e0d70f8254","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363572,"stop":1728381363573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"2a5969faab7d60c4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363573,"stop":1728381363574,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"a0e35b62a89568a3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363574,"stop":1728381363575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"5ec584c988df65ab","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363575,"stop":1728381363576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"4319cfd45e3bee77","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363576,"stop":1728381363576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"ee98ec5b5d9341e8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363577,"stop":1728381363578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"dd01126e138f9c0a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363822,"stop":1728381363823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"c05756bcc1b0b84f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363825,"stop":1728381363826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1af5c355fddf8e10","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381363825,"stop":1728381363825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"ac2d917bb2acfb70","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364409,"stop":1728381364409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"9cef2f21200ad10f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"9bcbfba551c0a9c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1c708a93de8b3b24","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364419,"stop":1728381364420,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"8b072001743b5ccc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"88eefff83fbab9cb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"68ccde34a02ce9e3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"7d585172c296bc40","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"4e17014d524a128d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7a46bc9a5ba59690","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"3503f7c6e12ddd37","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"bf0521916f599222","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f4d956cf716445da","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"72e52c121f82c630","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"6b8823ee26f909e0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"a9edf0d31c2d9945","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"b3be1823067b4c8d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"e0965829f3559c5a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"69704a19bbe8dc1a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"e1dd46f8434c4196","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364427,"stop":1728381364428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"778d899c8309d076","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"b3def1bb78fe4c69","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"91fc1550d2e37d92","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"83b307f846d429a8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364428,"stop":1728381364429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"b0a27b891ce09f4b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"55d61d67484b433f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"82a2a5dc417a5210","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364429,"stop":1728381364430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"f6191746e7359304","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d709365e12c2326b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381364430,"stop":1728381364430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"lib","children":[{"name":"Fields are not dropped","uid":"b1f6c0b1b607ac92","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728381370640,"stop":1728381370649,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stream_manager","children":[{"name":"should return usable stream attached to connection","uid":"f3025357f3ffc825","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371408,"stop":1728381371409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"f88794c952ed2f5b","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371409,"stop":1728381371410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return different streams if requested simultaniously","uid":"52276c5dac609b41","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371410,"stop":1728381371411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should create a new stream if no existing for protocol found","uid":"9047d138ffc54732","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371410,"stop":1728381371410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should do nothing if another protocol hit","uid":"f18f1df5d77a3a4a","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371411,"stop":1728381371411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","uid":"a799877e00647be2","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371412,"stop":1728381371413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","uid":"254d1e87b6213543","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371412,"stop":1728381371412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"4fe332a9825f33ad","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371459,"stop":1728381371460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"e5bc8f8d88e58bd2","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371460,"stop":1728381371461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return no connections if no open connection provided","uid":"c49c9a5abd77361c","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371461,"stop":1728381371461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"6bb24f0b6d1fed3e","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1728381371462,"stop":1728381371462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1b6150120fe63daa6d65243048dd2f6d"},{"name":"should return all peers when numPeers is 0","uid":"f1b3fa3419aea0e5","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728381371415,"stop":1728381371415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"c2ff21132e225997","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728381371415,"stop":1728381371416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"51ef68cc3727049","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728381371416,"stop":1728381371417,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"c94a1319f846cb83","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1728381371417,"stop":1728381371418,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"message","children":[{"name":"Round trip binary serialization","uid":"72e80ebeb29a1af5","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728381371849,"stop":1728381371849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"f37ce73c656d37b","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728381371849,"stop":1728381371850,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"7ba8513bc7e75323","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728381371850,"stop":1728381371850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e8060e5148fe53a6","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728381371850,"stop":1728381371851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"d3530cbccc9a6a0c","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728381371851,"stop":1728381371852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"c29fce9bd12d0fe3","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"e71a7bb79bf6f051","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"e666bd0b5e7e31ed","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1728381371852,"stop":1728381371852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"978a92a81e84d565","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381378680,"stop":1728381378682,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"c44758a51594a589","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381378682,"stop":1728381378683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"d61e3cbcb141bd0b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381378684,"stop":1728381378685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"1aa76b46c02f6220","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379235,"stop":1728381379236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"a163d3ee0d36802d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379236,"stop":1728381379237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"d805a86935a1d3e3","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379237,"stop":1728381379238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"10c455cc38e96183","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379238,"stop":1728381379239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"8dde41a4442b3d5c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379239,"stop":1728381379240,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"e7363def886657ef","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379240,"stop":1728381379241,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"5f65dcfbe8e81830","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379241,"stop":1728381379242,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"b6224540dd9de7e1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379242,"stop":1728381379243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"49e5ee549841635","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379243,"stop":1728381379244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"23840e0a84a6207f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379297,"stop":1728381379297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"dbb742fd501ff427","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379297,"stop":1728381379298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"fd506bd12c04696f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"a18ca7f09e171299","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"899e5d6dcd09ec4a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379400,"stop":1728381379401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"26449863fa912b7d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379401,"stop":1728381379402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"1aa16ce48daad5bd","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379402,"stop":1728381379403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"55e9654de84a1956","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"cf972f09eeafc931","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"887241218905cf19","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379403,"stop":1728381379403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"66ffc22121352eaf","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"d6dc51e7f340789e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"3f2eece7ea87cf9b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379404,"stop":1728381379405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"2bb5995e914f49a4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"37887a60a59b1d8d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"a5cb4fad75cb592e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1728381379406,"stop":1728381379406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"c9c125f4d53c9051","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1728381379406,"stop":1728381379407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cda917d83631e3e2ca55c4eb629ddcf"},{"name":"local-peer-cache","children":[{"name":"can start the service","uid":"18c1dc053fa0a213","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383542,"stop":1728381383542,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"1daae6bbe01129d4","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383543,"stop":1728381383544,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"52b76297f0023579","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383543,"stop":1728381383543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"a4f733fc92f8a613","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383544,"stop":1728381383545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"a41a39722a56b43d","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383544,"stop":1728381383544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"b7b03224f96d6548","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383545,"stop":1728381383546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"2cd5bd4ca954efa5","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383545,"stop":1728381383545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"34667f849001e1f8","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383546,"stop":1728381383547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"d6e8e43340dc29b8","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383547,"stop":1728381383548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"348f9098e40edc64","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"47817ea5c01397df","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2814352213eb0999437c5604117704a7"},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"7cdfd0df2b6fa45a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381389458,"stop":1728381389459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bf0649a461407199","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381389460,"stop":1728381389461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"7c1b725d2d684e58","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381389460,"stop":1728381389460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"5a48bd8876662b3b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381389461,"stop":1728381389462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"dc75db3bdf818aec","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381389462,"stop":1728381389462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"7a05374f2de0368d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381389462,"stop":1728381389463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"fa779d966cec8e54","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381389463,"stop":1728381389463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"e67839db159db155","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381390012,"stop":1728381390013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"71931a9c6a1729cd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381390013,"stop":1728381390013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"442845ebb7b0c402","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381390014,"stop":1728381390014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ce9200c205f6573f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381390014,"stop":1728381390015,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"c6b1499fc750f3d0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381391225,"stop":1728381391226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"3ae62774762e9841","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"efe484ab9cb668c3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"41e4e7f120c8bd4e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381391227,"stop":1728381391228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"b16401e722a5f308","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f7d5ce9198a4f977","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"9e072fd89b3db604","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381391228,"stop":1728381391228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"afb0dd4e3b35f24f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381394401,"stop":1728381394402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"b2f40c65268e185a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1728381394403,"stop":1728381394403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e47b3daaf2a2b71abda931a67308332"},{"name":"tests","children":[{"name":"connection-mananger","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"7ae3366e3e147c89","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381409085,"stop":1728381409091,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"43a4133bf90c79c9","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381409091,"stop":1728381409093,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"dc1d500f5322b024","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381409093,"stop":1728381409094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"3987ed37845abb5e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381409094,"stop":1728381409094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"97ee083250c6ade3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381409095,"stop":1728381409096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"6ffec83fb78bb195","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381409095,"stop":1728381409095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"d3febc0bd0c501e5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381416760,"stop":1728381416761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"cd13f6a2133fb652","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381416761,"stop":1728381416762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"293013cf5c7413fb","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381416762,"stop":1728381416762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"a94fe1077acfed2f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381416762,"stop":1728381416765,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"103e60936a2a724e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381416765,"stop":1728381416770,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"69b6268c06b55aa6","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381439732,"stop":1728381439738,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"434a3f4b63f0563","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381439738,"stop":1728381439739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"ec61b764d1b4a5d1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381439744,"stop":1728381439745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"fba53608f2a564bb","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381439744,"stop":1728381439744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"111ad6566c31641d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"cef394826c83d954","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"49a9a074aee5ccf2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381439746,"stop":1728381439746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"69ffadce8e4cf29","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449297,"stop":1728381449297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"95252e809e253dd5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449298,"stop":1728381449299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"fc0b5d91a762a760","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"58aec949c205dad4","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"85c53b3f427fc26","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449299,"stop":1728381449299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"5273a22709824c8e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449299,"stop":1728381449300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"9833ef5b3b031a50","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449300,"stop":1728381449301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"c67a3b8076e053bb","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449300,"stop":1728381449300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"2aaaf71459106c72","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1728381449301,"stop":1728381449301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Relay","uid":"7f9d2cf29aeb91d4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381415229,"stop":1728381415230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"fd37cdb1a1cf903c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381415230,"stop":1728381415230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"cef10ae7eb3422f9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381415231,"stop":1728381415231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"f8c9c82cd6962a80","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381415525,"stop":1728381415525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"856a7d0407dd6bf6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381415525,"stop":1728381415526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"79c074f6c9f472f3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381415527,"stop":1728381415529,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"db3659a52178e84c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381415529,"stop":1728381415529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3946a35c458fe769","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381423072,"stop":1728381423073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"ce03d8ddd9fc3a91","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b9c17bc28aac0ef4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"d6d9ab9d45b2cb70","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381423073,"stop":1728381423073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"bcb0706e0332cbac","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381423073,"stop":1728381423074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8e384329eb0fdfbe","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"acce5a150af4fdf5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"e6acda225f9ed23b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1728381423075,"stop":1728381423075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"f953cef90621b29e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1728381423075,"stop":1728381423076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"2a623b7c7d16b59d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1728381423076,"stop":1728381423078,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"filter","children":[{"name":"single_node","children":[{"name":"Ping on subscribed peer","uid":"a290d4db0dbe0cbb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381452649,"stop":1728381452649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"73a889616d614ebc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381452650,"stop":1728381452650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3904d98ee3b50490","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"2199e9e826a60c52","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"f2e26fd2ac14efa2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461615,"stop":1728381461615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"136ad81555f5e70b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461615,"stop":1728381461616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"fd3d9fcdacd6b552","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461616,"stop":1728381461617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"c5c2d1bd58b3241f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461616,"stop":1728381461616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d46122cb15dbda60","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461617,"stop":1728381461623,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"7e1a2788033c3262","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461623,"stop":1728381461624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"40e8f2cc0a25ac2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461624,"stop":1728381461632,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"f86f525263e7fa29","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461634,"stop":1728381461635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"79d035face8bbe17","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461636,"stop":1728381461639,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"2783a2b44110b676","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461639,"stop":1728381461640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"e8edca1eb63b4464","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381461640,"stop":1728381461640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"86ecb9347ba6f36d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381485019,"stop":1728381485020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"105ef7092e60ac40","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381485020,"stop":1728381485021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"3a5b8954e46bc998","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381485020,"stop":1728381485020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"6255cb613808dd16","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"5accb07e7b8a5bc9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"f39669f990362703","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381485022,"stop":1728381485022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f3ce08f5c222ff57","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526504,"stop":1728381526505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"35db41de29ba22de","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526505,"stop":1728381526505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b8ce677b8ac70aef","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526505,"stop":1728381526509,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c083dd4b8e6b9db2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526509,"stop":1728381526509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"446ea2445de23d74","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526509,"stop":1728381526510,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"4bd7020e9c956caa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"69efb40637ce138","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"dc1ae730c0eafb86","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526511,"stop":1728381526512,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"9b9d390cf2a12113","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"27dc9a2ee56a35fd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"16905df240891182","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526513,"stop":1728381526515,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7048f3bf79e250d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526515,"stop":1728381526516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ca51ef9da997f464","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526515,"stop":1728381526515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d12db87c6f6193e6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"25ff6016a0085dbe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408400000000 ","uid":"67b12a68c849e726","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"fac5d49d0b2775b5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408400 ","uid":"672ecbf73960d976","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526517,"stop":1728381526518,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ea27a88c663aa8c7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e565fe543312239a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"bada174489ba74c9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"13584e95fb34bfc5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"a3946ca2333a1809","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526519,"stop":1728381526520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"498d815673d3bb1d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526520,"stop":1728381526520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"85e21668191cf9a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526521,"stop":1728381526524,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"505496484edddac1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381526525,"stop":1728381526525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"2ec8c36ed173cfb2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1728381526533,"stop":1728381526534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"118b5dd6854c87e9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1728381526533,"stop":1728381526533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"cc6ebba198160db4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557204,"stop":1728381557204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"12d387e966e78ab0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"2d43e4342c174655","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557205,"stop":1728381557206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"950bbb76482c34fa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"bfcbc1c85d8a1f3d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557210,"stop":1728381557210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"99df7b78b115d690","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557210,"stop":1728381557211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"99fe8340c7d31cdc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557211,"stop":1728381557215,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"64594cd575a93ca0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557215,"stop":1728381557219,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"aab304ce6ce89cb5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557219,"stop":1728381557220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"fc5a731d94649ea8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e825120dee0a20f2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"6e994904ce6babfc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557221,"stop":1728381557227,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"6e15eac5c8415671","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557228,"stop":1728381557228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"9096c6031bc64061","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557232,"stop":1728381557233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"6a74cf0c12edfa8e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"58af65bdcd7f19e9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557234,"stop":1728381557235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"253c78621b2556e2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"b9619f30dc94574f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557253,"stop":1728381557262,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"90577a250d0d2838","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557262,"stop":1728381557263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"8b7b9385c8bdfdb4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557263,"stop":1728381557267,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"274a8e2d88d60cc6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557267,"stop":1728381557269,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"e008ee97db77ea9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"540d4aaf6ddab18c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"b4b00e271f868e78","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557270,"stop":1728381557270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"2cc4fd924a8339b8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557273,"stop":1728381557276,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"8867763be450c98e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"dc35b903ab15503","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"7c2b4044d0419991","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"91a4d8bc74f2d447","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"14e03d9d6f74d430","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381454661,"stop":1728381454664,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"23684431c5ac875","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381454665,"stop":1728381454665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"dfcfbf8c3433b83","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381454666,"stop":1728381454667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"e623ec3849e55619","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381454667,"stop":1728381454668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5825a99f62d4306","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381454670,"stop":1728381454670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2d03757d3e6d977d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"aad037288cfa22b0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"18bb0a835affb5e9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381454672,"stop":1728381454672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"d1e9e8c5d2946d53","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381475913,"stop":1728381475914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"987471fb108b7d5e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381475914,"stop":1728381475914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"e2912406e6b2f122","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381475915,"stop":1728381475915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"632d4648d8090d45","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381475916,"stop":1728381475916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"ace18a06041c41af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381475917,"stop":1728381475924,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"b5c22a9b7ade6e1a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381475925,"stop":1728381475925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"bd009a63773a1716","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381475925,"stop":1728381475926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"a773a0bd1667722e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381475929,"stop":1728381475931,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"74aa7e1af5c99cdc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545550,"stop":1728381545550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"4744dba874494565","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545554,"stop":1728381545555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"5a0d9533cf511668","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545554,"stop":1728381545554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"30663e7666fd76e3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545556,"stop":1728381545556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"36b2d93d38fa7d21","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545556,"stop":1728381545557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"f85f33da1c6531d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545557,"stop":1728381545559,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9d958f58a6cea306","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545560,"stop":1728381545560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7ee65cec91663f3c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545563,"stop":1728381545564,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"246e082be0c8cb4c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545564,"stop":1728381545566,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"8bbc2f619f16888d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545566,"stop":1728381545566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"40ccce5213c07c1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"90a936a1253c31e8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"d2fbb5fdaf2b8194","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658365,"stop":1728381658366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c5bf0772c675abf5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658365,"stop":1728381658365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"283813481b473c88","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"758c246d626efd8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c128d829e7f9928a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f28f2b27e835e618","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"e018d201e05d2fc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658368,"stop":1728381658369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"ea90a53b4ce52aff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"44c6059730b4e0be","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ab7d71e035d6c100","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658369,"stop":1728381658370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"3a2251c1fedceb9b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3b78259144ef6000","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"6d54605697db920e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658370,"stop":1728381658371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"64686184e12c75e4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658370,"stop":1728381658370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"7ee7437a6d52031","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"c1dd70ab11c02076","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830 ","uid":"36e0292bccb2e376","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658372,"stop":1728381658373,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830000000 ","uid":"2ce098273436cd05","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658372,"stop":1728381658372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"d11a829264e1d6ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658373,"stop":1728381658373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"3e0d1b51a627a54c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658373,"stop":1728381658374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"56f6c62e7cd90151","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"9390f19fe7564403","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"9548a236a140b47b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"2e76efd73835ec50","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"4add48d0f29d981e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"a68907ce031619b6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"6588297870fdc1b9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c260a3d1c6e32441","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ea8f65d6e2e46470","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"8a38a67a2f0d50a7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658377,"stop":1728381658378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"bedf860ac2390c63","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658378,"stop":1728381658378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c674898c6e41a7a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658378,"stop":1728381658379,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"8ae8b9c167851eba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"616f45f3af1f342f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658379,"stop":1728381658380,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"da84f2da4afe5767","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"55aee9b2700e8624","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"d946ad76c471ebf5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"4df7eb8bd25deedb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658381,"stop":1728381658381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"846bfef328087042","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658381,"stop":1728381658384,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"3351f12d1c46611f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658384,"stop":1728381658385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"1b7fcdce699c8c19","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e4da32e55cdb4912","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"dde8cc887adbbc28","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658385,"stop":1728381658386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830000000 ","uid":"3ee112d190341e39","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658386,"stop":1728381658386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830 ","uid":"5cd35a3a2352c933","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"edce591c9a058565","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658387,"stop":1728381658388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"3975b39ac59d24ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"25c9c5b259dcc115","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658388,"stop":1728381658389,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"1072ac166edba665","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658388,"stop":1728381658388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"ffdd96862e3a9f77","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"1db0beef40203e46","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"c099dfb664d5d719","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381658389,"stop":1728381658390,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"feb05ccb5bc873cc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7a2d6f13f8c2e28e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"3866ba85662c0f69","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749012,"stop":1728381749012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"6120a175597466c7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749013,"stop":1728381749015,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"9b007d8fef7e830a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749015,"stop":1728381749016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"2136b2de71bb20c3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"1d588b25ca32eefc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749017,"stop":1728381749019,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"9aedf20124290581","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"13a5d07c32ceeb28","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749021,"stop":1728381749021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"7f3f5b5f6ee5b11","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"43314f3af55a048e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fbdc0939ec09b8a8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749022,"stop":1728381749023,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"90d9ea0381b64d38","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749023,"stop":1728381749025,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b15d5093870d6714","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749023,"stop":1728381749023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"5146cbc576ce5af8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749025,"stop":1728381749025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"b2cdbea9151058f0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749025,"stop":1728381749026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"3f05ad53c8b99420","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"6f6488286e3ba014","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749026,"stop":1728381749032,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"d25d81aaf5ada2ce","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"4aceb880db9a702","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"731c3e5e050bab07","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d3b632f965423136","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749033,"stop":1728381749034,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"7d7ebf222a75f6b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"53612129e9c942c6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"3bc4fd1d1785ef02","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749034,"stop":1728381749035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"99c171976923881f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749035,"stop":1728381749036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"481c2879940ee209","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749035,"stop":1728381749035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"67fa082eafd6d84a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749036,"stop":1728381749037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"230f66f94d9082e8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"3c007e6ff67fa962","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a06932d45e185dbb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"d3c656a42d816e18","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"e6619b0f46f46bcb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749039,"stop":1728381749039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"d544bffeccb8aee5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749041,"stop":1728381749043,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"7c431bc0c59018a3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749043,"stop":1728381749044,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"c17311d692f90cf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749043,"stop":1728381749043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"cd15dd964e546fd1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749046,"stop":1728381749047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"ea42235603c0c71a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749046,"stop":1728381749046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"554230bf562b37c8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749047,"stop":1728381749048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"ed4cb5f5970bf6d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749047,"stop":1728381749047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"335b0d5a4e330847","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749048,"stop":1728381749049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"49fd4bc1ac5cd724","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749050,"stop":1728381749051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"1b0e8f1c89044701","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749051,"stop":1728381749052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"c8b5936b4989e04b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749053,"stop":1728381749054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"5785c1fb48fea47d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749054,"stop":1728381749055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"cdd219797c011aea","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749055,"stop":1728381749056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"e81ae42173fbf022","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749056,"stop":1728381749057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"d06387da98093bb4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749057,"stop":1728381749058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"f95b201403f17db3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749058,"stop":1728381749059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"31882c15f6681775","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749059,"stop":1728381749060,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"318e91b7e3687238","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749060,"stop":1728381749061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"83748d1c769bfe3c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749061,"stop":1728381749062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"5c02acfa1ecba3de","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749063,"stop":1728381749065,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"91b6704d1867583e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749065,"stop":1728381749068,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"e196ab77e326e63e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749068,"stop":1728381749070,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"8f81b072d746939e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749068,"stop":1728381749068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"4d3b1677f71d139a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749070,"stop":1728381749071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"5c9b5f561e5b8344","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749072,"stop":1728381749073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"32c7b9426dbd3868","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749073,"stop":1728381749073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"cae0c5f8d09b330f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1728381749073,"stop":1728381749080,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"251d6dac7ddc652d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521284,"stop":1728381521284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"4f1d777caeedccc9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521285,"stop":1728381521285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"3fec72e158dc663b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521285,"stop":1728381521286,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"22e8bab575fd2a60","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"4a068cfff1b9aa18","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"677f37cc99bf438b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"d858d4b100b40b07","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"8cf92bc2c112acdb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521287,"stop":1728381521288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a43b6b0779c498f6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521288,"stop":1728381521289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"b3f94cc083bd61a5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521289,"stop":1728381521289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"89b79a7b665db328","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521290,"stop":1728381521290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"94183757dd58d059","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521290,"stop":1728381521291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b3fd4fa852805c53","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521291,"stop":1728381521292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"e949bbb9e83d2ce8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521291,"stop":1728381521291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"88b8e7a6a01b9a8c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"c8d3ac6090106d39","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"741ede65217a2371","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521292,"stop":1728381521293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"a3a74b458578d27a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521294,"stop":1728381521294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ccb4d026ea9ea598","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521295,"stop":1728381521296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"34505fe63562030e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521296,"stop":1728381521297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"3abd1369f09ebd73","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521296,"stop":1728381521296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"bc5b52a166eab5ad","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521297,"stop":1728381521299,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"f78ff5fc12d1e201","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521299,"stop":1728381521300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"f186ed2cf0edeb1b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521302,"stop":1728381521303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"5a36ef6b070612ca","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521304,"stop":1728381521304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"fa04d457d294cd7b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521306,"stop":1728381521308,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"c286995d024de038","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521308,"stop":1728381521312,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"784046139a4bea12","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521312,"stop":1728381521313,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b7d10d90835de088","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521314,"stop":1728381521315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"8e43b56de926582a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521315,"stop":1728381521316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"effe00c9a67b8f66","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521316,"stop":1728381521316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"1e56a9d831031654","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"fe9d126c02600cf0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"cd461f597dc66b07","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521318,"stop":1728381521319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c550cc9ba1f776ae","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521318,"stop":1728381521318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"dccbc54544f9b7c2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521319,"stop":1728381521321,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"116588cc63be10d3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521319,"stop":1728381521319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"778bc4d76de86f1a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521321,"stop":1728381521322,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"5e2072507d559cea","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521326,"stop":1728381521327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9d683be83205f3ed","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521326,"stop":1728381521326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"def7af7ad0175d68","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521327,"stop":1728381521340,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"34a9cbd8930f2e4c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521341,"stop":1728381521342,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"44712e6dd1343760","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521342,"stop":1728381521342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"526b337eb9a50690","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381521342,"stop":1728381521343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"health-manager","children":[{"name":"LightPush with 0 connections","uid":"5e3a019aeedd9b46","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381554775,"stop":1728381554776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"6560c75e6e811f9a","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381554776,"stop":1728381554776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"1e5feb9a4f52652a","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381554776,"stop":1728381554778,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"13cc0a44440a418e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381554778,"stop":1728381554779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"a07c383a54ee8493","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381554778,"stop":1728381554778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"1f073a289b5c7b78","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381554779,"stop":1728381554779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"d8053fe5b29fb6d2","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381554779,"stop":1728381554781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"d865ae41c3003692","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381554781,"stop":1728381554782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"74dc68cc89b81818","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613864,"stop":1728381613865,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"9e2a124f434992a7","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613864,"stop":1728381613864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"8670df30ab92cbdc","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"84a3e9826f90c00c","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"208744d90188df32","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613866,"stop":1728381613867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"c4acdd53e2be19c6","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613866,"stop":1728381613866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"eb50fb8e5251b963","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"9c7d82fbf233aea3","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"e516f2f2fccf334f","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613868,"stop":1728381613868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"3ff49103d4b9c019","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613868,"stop":1728381613871,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"19be7d72a6c8c276","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613871,"stop":1728381613872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"2921ee0350e6fc97","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613872,"stop":1728381613872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"ade7e0b13743e623","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613873,"stop":1728381613874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"1ba571de7500830b","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"6f346b076ca7fde9","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"13c93f58f2b11afe","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1728381613874,"stop":1728381613874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a0d1303cd6ce324c57cf3d1ad0dad029"},{"name":"light-push","children":[{"name":"should push to needed amount of connections","uid":"c4771f1fb497b95","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381580778,"stop":1728381580778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to available amount of connection if less than required","uid":"6c90bed5190c83f0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381580778,"stop":1728381580785,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connections available","uid":"5929463e2f7b4eb3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381580786,"stop":1728381580788,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"single_node","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"b1962daa253e16af","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615368,"stop":1728381615369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d58e2a38548c05ea","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615368,"stop":1728381615368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"5c451e3a25f56cb0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615369,"stop":1728381615369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"19e03cae1e4314ab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615370,"stop":1728381615371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"22e50d6fae2afbdb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615371,"stop":1728381615372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6a634e279cc5ee15","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a7e8233dff8190ba","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"5feb9ddc02e6f6aa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"df43b196c9ed874b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"97899851be00d6a6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680432,"stop":1728381680432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"d1f307ac87b88ae8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"964c881f9e813690","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"a4d23195cc78941b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680433,"stop":1728381680434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fce7c58d1edb2e40","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680434,"stop":1728381680438,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2a10c94dd5efdebb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680439,"stop":1728381680442,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"46f49e5e45812c4f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680439,"stop":1728381680439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"6a62fe44e3f7a9a3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680442,"stop":1728381680443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"2dca24f262c7229c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680444,"stop":1728381680445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9179749bf0900694","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680445,"stop":1728381680446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"6be9c6e7601080ce","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680446,"stop":1728381680449,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"6b5035e00cfc2c4a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680449,"stop":1728381680450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a6a6ee0f6f2089b0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b4dabb891855c59e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"9be6c24fff5537cd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"9e5fb6ed351aaa6f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"382fd0561ae6ccd9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680454,"stop":1728381680455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"7e1a7c6407f73416","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680455,"stop":1728381680456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"409c359c5fdf608e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"f226aa4994e046ab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"ea7e9d503d4653e5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680457,"stop":1728381680458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"de001ad49d00952f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"d3af791fc1f16e8c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"47b3a15637e22383","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f39161ea8d22ab0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"f8367794dc467e24","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680459,"stop":1728381680463,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"75a55e5861f648b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a01b9c281774df96","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"c97f1ae8b1e49ab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680463,"stop":1728381680465,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"3c5f5d911ef8cccd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680465,"stop":1728381680465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"88c3d6d2df707db9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"d7229a5174a39d41","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"dcc2c4547e7567c8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680466,"stop":1728381680467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"84838d1897862b27","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"117f07d6177852d3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"7b57268f0a5bde93","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"e29c7942c07100b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680468,"stop":1728381680469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"5979d6b9392613ca","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728377957642","uid":"8c04a44357113b70","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680469,"stop":1728381680470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697623157642","uid":"fbf3c16f9b1ac369","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680469,"stop":1728381680469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728385157642","uid":"f8841efd3e905e09","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680470,"stop":1728381680471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"7e030db031ba4096","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680471,"stop":1728381680471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"20a2bd4b5096809e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1728381680471,"stop":1728381680472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44710b6012b98874a5a6e1da18843026"},{"name":"Push message with short payload","uid":"7c088d4e63632b1b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711637,"stop":1728381711642,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"b3e2b3bbc1b96226","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"ffbed6f9cd2e6fd9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"48e46b66095c35b8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711643,"stop":1728381711644,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"68e937226cf08c30","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fbc8e7f3a677d600","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"eec03ecf9159e75a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"243c55ec34070ab1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711644,"stop":1728381711645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"15b69aecf585dc42","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"fded334c1b81418f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"24163810dd9de665","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"6cd4acaa0b3d78e9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b7aa8de07c36106a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711646,"stop":1728381711647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"37c57a873fa45cb5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"dca73083c94586bd","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"1536fbb04311853f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"41ae0e4dc8b270ff","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711648,"stop":1728381711648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"d70425a263ba6580","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711649,"stop":1728381711650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"34246fe878e03167","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"97a8f7b207ec9721","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"e1df345df88abdae","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711650,"stop":1728381711659,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"8db7c4a263796e1a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711659,"stop":1728381711660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f816b9508f69248","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711660,"stop":1728381711661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"bbf05108c64519e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711660,"stop":1728381711660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"c5311314a7dab03f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"e7d29f788d64c64a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"51bee956165a875a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711662,"stop":1728381711662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"acd37a1989a01fda","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711664,"stop":1728381711665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"8bdcc458da832dea","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711665,"stop":1728381711665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"22b29d4a45f5b0f1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711665,"stop":1728381711669,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"1452d86c0c343270","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711669,"stop":1728381711670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"45d9d54737195910","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"b084fa991d4de8e3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"8addad0222e50175","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711671,"stop":1728381711674,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"44197379c265eca1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711674,"stop":1728381711676,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"b699b92fee5b3c7c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711676,"stop":1728381711681,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"bb985f2d3c000ea0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711681,"stop":1728381711681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"44573332e7cbe332","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697623146003","uid":"bc977e7641628de0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728377946003","uid":"88f872a65a2cb2d0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728385146003","uid":"e3ae4264bf68c852","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"5ee0f8672625bd1a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711684,"stop":1728381711685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"e6ebfff0f15ff73","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1728381711684,"stop":1728381711684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"A test","uid":"8038f2c967a6bbb9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381614000,"stop":1728381614000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"da16effead2ec4a9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381614000,"stop":1728381614001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"f88d4b2e8870354c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381618750,"stop":1728381618750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4c7b5aa90a8e3322","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381618751,"stop":1728381618751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"a024ecbb0d130896","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381618822,"stop":1728381618822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"84eb65a5284f1455","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381634306,"stop":1728381634307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"2103cf730e4d9594","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381634307,"stop":1728381634307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"6c001f880817495","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381634308,"stop":1728381634309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"693eca846d962004","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381634309,"stop":1728381634310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"fb193b3253ab5511","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"304623e9579493dc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"Should update multiaddrs","uid":"8cbf5275112e6d4a","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381634682,"stop":1728381634683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"4c26be2e86e71541","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381634683,"stop":1728381634683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"5fa1959db60032e6","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728381658691,"stop":1728381658692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"f33d7652625e5300","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728381658692,"stop":1728381658693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"674e5725b378cbd","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728381658692,"stop":1728381658692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"7499d4a30620c2ae","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728381658693,"stop":1728381658693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"46a3d4e4ab64a182","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381715118,"stop":1728381715118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"7ac3a089d0ed9c76","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728381715118,"stop":1728381715119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"3ca9cd0f3f80f996","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381715120,"stop":1728381715121,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"c442430c76fcea29","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1728381715120,"stop":1728381715120,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b9f37265b4108a93","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381716488,"stop":1728381716490,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"67743b7b75cd1aa3","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381716490,"stop":1728381716492,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3a96d958103a5c29","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381716492,"stop":1728381716495,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c05378588d004bf5","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381716496,"stop":1728381716497,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"96ea9116538404b5","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"b6ec1928c2902742","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"3965dec8625efd17","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1728381716497,"stop":1728381716505,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Delete observer","uid":"ac04b0703443c900","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381660636,"stop":1728381660637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"60f6ea6030ab9209","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381660636,"stop":1728381660636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"bbff387f58676d61","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381676005,"stop":1728381676005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"b0b13b8e1f15060e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381676006,"stop":1728381676006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"9c92f78c2694080e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381676008,"stop":1728381676009,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"1ca546794aac5779","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381676009,"stop":1728381676011,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"919c379e8e9c6884","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381685600,"stop":1728381685601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"d331a861fcd6e52f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381685602,"stop":1728381685602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a2026dd5e00690e9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381685602,"stop":1728381685603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"e0448d1382da76e2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381685603,"stop":1728381685604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"1aa4e34156688780","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"b437defffa4f83d2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"565469f6aada479a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381685605,"stop":1728381685607,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"fcaa10e23375363c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381685605,"stop":1728381685605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"6ac18acd62f7168b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689142,"stop":1728381689143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"a6cb26d572dcfed","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689144,"stop":1728381689145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"23e5384a6e309e8b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689145,"stop":1728381689146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"6457dd74126a3122","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689146,"stop":1728381689146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"71fbf25109fd0603","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689146,"stop":1728381689147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"7e0cd54ea2018c9d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"829c9055bec2eab8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"372d73bc2c2988c5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689148,"stop":1728381689149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"d12f7283c205a343","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689149,"stop":1728381689150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c6b9f720e6ecf60","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689150,"stop":1728381689151,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"6563367d40066596","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689151,"stop":1728381689152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"72384e0898c7d1c5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689152,"stop":1728381689153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"1028ffb35aa81385","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689152,"stop":1728381689152,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"1748162bae4172bf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"f34c102b867f511f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"c60c3680f58752e2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689154,"stop":1728381689154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"9fa5b558e29cb60d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689154,"stop":1728381689155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","uid":"9ccab5c8a5c5a047","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689155,"stop":1728381689156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","uid":"50e1257c10fce339","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689156,"stop":1728381689158,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","uid":"eea5f2c7b108302e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689160,"stop":1728381689161,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"26837c5eaf9b6829","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689161,"stop":1728381689162,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"c340a60b05cfa7db","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689162,"stop":1728381689162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"f204fe5e369e90f1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689163,"stop":1728381689164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"1573dc5595733b5d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689164,"stop":1728381689165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"295f567ecc64eaea","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1728381689166,"stop":1728381689167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"7d05b639e6581063","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"61e708ba219a6382","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"75a5b5f72e8844ba","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"10820b5e85d9140d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"f7816e609fdc2fb6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696821,"stop":1728381696821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a05bf93f34b45b1f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696822,"stop":1728381696822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"6b3f5f20af60f64a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696822,"stop":1728381696823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"3322cdc4231d68cb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696823,"stop":1728381696823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"52ba4ab445b7c5a9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696823,"stop":1728381696824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"7fb21fd611d28d8a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696824,"stop":1728381696824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"4e6ee325187e15a1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696824,"stop":1728381696825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"fd5c3789e7bd2c9a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696825,"stop":1728381696825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"16d384b80281269c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1728381696825,"stop":1728381696826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f5acf0066648dace","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1728381696826,"stop":1728381696827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"d269e6971188ba71","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"61f18c31c2a39441","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696827,"stop":1728381696834,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"4661f1c21a8f8661","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"1c2ae6bc6ae440b9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696834,"stop":1728381696834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"5edb339d6e36e4f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696834,"stop":1728381696838,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"82e2b4894a37208b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696841,"stop":1728381696841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"8910521ed5c4e252","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696841,"stop":1728381696842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"39ef4513571b7744","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"acdf662be3290b02","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696842,"stop":1728381696843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"29bb037f08ba2dae","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"e893267bed2cfef9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696858,"stop":1728381696862,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"373273b89ef71250","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696866,"stop":1728381696868,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"f3910f8749f19446","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"8ae97e5298440b90","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"6fb38ea0669482ee","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696870,"stop":1728381696870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"ee7e1b60e16c16d2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1728381696873,"stop":1728381696873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sharding","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"9aaef33fa3ef9e75","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719619,"stop":1728381719620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"a32019c974be87d2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719620,"stop":1728381719620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","uid":"e75210b7ef12d21d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719620,"stop":1728381719621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","uid":"884a855ebb41eba0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719621,"stop":1728381719621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","uid":"e73001f6d98f37c2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719621,"stop":1728381719622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","uid":"4864622bb295de06","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","uid":"423763226be85844","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","uid":"252404d761aeb771","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719623,"stop":1728381719624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","uid":"6590bd442bfee45a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","uid":"a42ef12c8137a08b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","uid":"2cbf57b4cdcb343c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719624,"stop":1728381719624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","uid":"b18c90bfd469921b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719624,"stop":1728381719625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"48d8291a52a2c651","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719625,"stop":1728381719626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"ef11f3de294c0ac8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719626,"stop":1728381719626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"2ad70a01ec2dd602","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719626,"stop":1728381719627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"b206aa3357f968b0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381719627,"stop":1728381719628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"c94d20ef7265c123","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745550,"stop":1728381745551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"666d0f0ef8d5816c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745551,"stop":1728381745551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 64, Shard ID: 389","uid":"9f20f6378a0e0a47","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745551,"stop":1728381745552,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 601, Shard ID: 22","uid":"d41aadd9ee27a32f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745552,"stop":1728381745554,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 126, Shard ID: 395","uid":"dc70d6208e89b052","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745554,"stop":1728381745555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 682, Shard ID: 259","uid":"531ba2386604708","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745554,"stop":1728381745554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 443, Shard ID: 725","uid":"9103d9bccd04181f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745555,"stop":1728381745556,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 173, Shard ID: 387","uid":"1a8a5690b6da0380","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745556,"stop":1728381745556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 842, Shard ID: 183","uid":"51abc22cde7a5454","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745557,"stop":1728381745557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 458, Shard ID: 920","uid":"67caa04bfd165f69","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745557,"stop":1728381745558,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 133, Shard ID: 64","uid":"ae687741eacdf10","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745558,"stop":1728381745558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 807, Shard ID: 935","uid":"8631c66177d3cf79","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745559,"stop":1728381745559,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"36ec90cad24211ac","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745560,"stop":1728381745560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"dbdf671d401b4d86","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745565,"stop":1728381745565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"b2d288a78c06067e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381745565,"stop":1728381745566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"2c25dba83616f92","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381842824,"stop":1728381842825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"c6c4e782be5ee259","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381842825,"stop":1728381842826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"b2752639803b085c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381842826,"stop":1728381842826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"ead5180888e7513a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1728381842826,"stop":1728381842827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"store","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"2de273b348075947","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737933,"stop":1728381737934,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"c07ce7651b245e28","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"94f243571621ba83","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"84c6b5e9e82f31e1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737935,"stop":1728381737935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"a5ce5be982a40b54","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"88a755de4991e463","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"86a37924a319c8f7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737936,"stop":1728381737937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"2cf83d2c5292ddb1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"bce3c8efb1ca13a0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"8ef31deb77cfebbe","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743112,"stop":1728381743112,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"af9ad30af01c19f8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743112,"stop":1728381743113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3fb2493c9b8e0ceb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743116,"stop":1728381743120,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"840ca55c992417b0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743120,"stop":1728381743123,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"21763825d2f8dd59","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743123,"stop":1728381743123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"94f306d5f5eaf924","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743124,"stop":1728381743125,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"109588b18d7b7136","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2472a850613e19ac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"d6a0479effeb012e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743125,"stop":1728381743129,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"dd20ba5765c8249","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743129,"stop":1728381743131,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"4ba553986507f801","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743132,"stop":1728381743132,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"28e4e0d1c72b1e44","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381743133,"stop":1728381743134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"fd8f687f4320c57c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381756567,"stop":1728381756568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"b428acf950dc28a5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381756568,"stop":1728381756571,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"15eab56a2b1605f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381756572,"stop":1728381756572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"44ee6708e4f7c0aa","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381756573,"stop":1728381756574,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"324d4eab605c7f65","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381756573,"stop":1728381756573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"457eb0e6bcbe412a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381756574,"stop":1728381756574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"88b58e743de3b5d1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381759210,"stop":1728381759211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"f5ecbf7b6cb98d10","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381759211,"stop":1728381759212,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"4d36b6f1dc285ea7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381759211,"stop":1728381759211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"b4401730d9345b4b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381759213,"stop":1728381759213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"b24122876e806039","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762403,"stop":1728381762403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"2f972942f320d2f2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"189c05601ace89a5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"8ec54fc521dd7556","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762405,"stop":1728381762405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"b2850e12162f5ee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762411,"stop":1728381762411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"a12df7a056be3357","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762412,"stop":1728381762413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"9ee382578073d372","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"664c37e0f09ef5a7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"d793e030ce0b034b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381762413,"stop":1728381762413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"afb973d0e5d99c8a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763768,"stop":1728381763772,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"5d330093a350e06f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763772,"stop":1728381763773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"938b274143f8beca","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763773,"stop":1728381763774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"da732b2f2d051ae","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763774,"stop":1728381763775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"a9b9d70db33c38a7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763775,"stop":1728381763776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"e23447ff90844e41","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763776,"stop":1728381763776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"bdde42fa41b3a66c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763777,"stop":1728381763778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"199ba08694efdb0a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"8068ce07270cb9e7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"2e28c895f6b4b026","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381766189,"stop":1728381766190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"2454edb9ca7e58ff","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381766194,"stop":1728381766196,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"ae6c93c8c82d03e1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381766196,"stop":1728381766196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"b3945066fbfded2e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381766197,"stop":1728381766199,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"3a09a7bf126b9289","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381766199,"stop":1728381766199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"a86990a9ffb72082","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381766199,"stop":1728381766200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"985abd2404f118c3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381766200,"stop":1728381766201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"b1ca5f75520b2a5b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381766200,"stop":1728381766200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"fa85bd63cce6d5e8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774344,"stop":1728381774345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"fc865e1786e2f9f8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774344,"stop":1728381774344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"83bb330b19f83aba","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774345,"stop":1728381774345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"8b2d6af9625ddcb5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"9430cef6da6f37e5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774346,"stop":1728381774347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"de2232b3ef9c7411","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"fcd9733f9d700d7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774347,"stop":1728381774347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"750c951951586f0b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"97dde13f6838ad48","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"908c32e32a6163d0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"7ca62b5725bb326f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"19638e744faa9552","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381766730,"stop":1728381766730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"3d8a368cc7a0df95","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"910246da4a8caeb2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"4f197fae1a4b9564","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381772749,"stop":1728381772750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"78f0e09dfc3cf970","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381772750,"stop":1728381772751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"2aa1fdcaee7fb7e8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381772751,"stop":1728381772751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"325ebf39288cf9c9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381772752,"stop":1728381772752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"4c0ae02db2722ff8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800483,"stop":1728381800483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"a5db7dc4cca1d4c3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"6996a436b4d382d7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"ab61e3b0dda4908c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800484,"stop":1728381800485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"cf31ceeebb777e41","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800485,"stop":1728381800486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"3cc9e939d16ab9d5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800485,"stop":1728381800485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"c48e77099963b274","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800486,"stop":1728381800486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"a89d6f654cdea4af","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800486,"stop":1728381800487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"b3ae0f499f53dc93","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1728381800487,"stop":1728381800487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bf49149a3821e34f7608bb6885d52868"}],"name":"packages"} \ No newline at end of file diff --git a/7530/data/suites.csv b/7530/data/suites.csv index b93c52b3430..1fb4c4475ed 100644 --- a/7530/data/suites.csv +++ b/7530/data/suites.csv @@ -1,868 +1,868 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"skipped","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" -"passed","Fri Oct 04 23:51:26 GMT 2024","Fri Oct 04 23:51:26 GMT 2024","2","Discovery","","","","","returns all values when wanted number matches available values","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" -"passed","Fri Oct 04 23:56:28 GMT 2024","Fri Oct 04 23:56:28 GMT 2024","2","Waku Relay, Interop","","","","","nwaku subscribes","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" -"passed","Fri Oct 04 23:57:52 GMT 2024","Fri Oct 04 23:57:52 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - false","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","8","Waku Light Push: Single Node","","","","","Push message with long payload","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" -"passed","Fri Oct 04 23:52:05 GMT 2024","Fri Oct 04 23:52:05 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" -"passed","Fri Oct 04 23:51:37 GMT 2024","Fri Oct 04 23:51:37 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery","","","","","retrieves a single peer","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","DNS Node Discovery","","","","","it tolerates circular branch references","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","0","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with short payload","" -"skipped","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" -"passed","Fri Oct 04 23:55:42 GMT 2024","Fri Oct 04 23:55:42 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish message","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" -"passed","Fri Oct 04 23:51:26 GMT 2024","Fri Oct 04 23:51:26 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" -"passed","Fri Oct 04 23:53:12 GMT 2024","Fri Oct 04 23:53:12 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" -"skipped","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" -"passed","Fri Oct 04 23:58:08 GMT 2024","Fri Oct 04 23:58:08 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Passing an array","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app95/7/topic402/test.js","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" -"passed","Fri Oct 04 23:51:03 GMT 2024","Fri Oct 04 23:51:03 GMT 2024","4","pushOrInitMapSet","","","","","Init the array if not present","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" -"passed","Fri Oct 04 23:51:37 GMT 2024","Fri Oct 04 23:51:37 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" -"passed","Fri Oct 04 23:51:20 GMT 2024","Fri Oct 04 23:51:20 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Fri Oct 04 23:51:06 GMT 2024","Fri Oct 04 23:51:06 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (no timestamp)","" -"passed","Fri Oct 04 23:56:36 GMT 2024","Fri Oct 04 23:56:36 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Fri Oct 04 23:52:43 GMT 2024","Fri Oct 04 23:52:43 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" -"passed","Fri Oct 04 23:53:12 GMT 2024","Fri Oct 04 23:53:12 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","10","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1728082456949","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","7","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app21/3/topic128/json","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","start node with empty shard should fail","" -"passed","Fri Oct 04 23:52:39 GMT 2024","Fri Oct 04 23:52:39 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Renews subscription after lossing a connection","" -"passed","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"skipped","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","0","StreamManager","","","","","should return different streams if requested simultaniously","" -"passed","Fri Oct 04 23:55:42 GMT 2024","Fri Oct 04 23:55:42 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" -"passed","Fri Oct 04 23:55:19 GMT 2024","Fri Oct 04 23:55:19 GMT 2024","1","This","Is","","","","A test","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" -"passed","Fri Oct 04 23:59:15 GMT 2024","Fri Oct 04 23:59:15 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","5","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" -"passed","Fri Oct 04 23:51:39 GMT 2024","Fri Oct 04 23:51:39 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 464, Shard ID: 668","" -"passed","Fri Oct 04 23:58:00 GMT 2024","Fri Oct 04 23:58:00 GMT 2024","9","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" -"passed","Fri Oct 04 23:57:50 GMT 2024","Fri Oct 04 23:57:50 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is false","" -"passed","Fri Oct 04 23:58:00 GMT 2024","Fri Oct 04 23:58:00 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" -"passed","Fri Oct 04 23:51:57 GMT 2024","Fri Oct 04 23:51:57 GMT 2024","1","Events","waku:connection","","","","should emit events and trasition isConnected state when has peers or no peers","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" -"passed","Fri Oct 04 23:56:13 GMT 2024","Fri Oct 04 23:56:13 GMT 2024","1","Waku Relay","","","","","Delete observer","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","0","selectOpenConnection","","","","","should return no connections if no open connection provided","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Fri Oct 04 23:57:52 GMT 2024","Fri Oct 04 23:57:52 GMT 2024","0","Waku Store, order","","","","","Promise Callback - true","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 3 peers","" -"passed","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","3","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 316, Shard ID: 856","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" -"passed","Fri Oct 04 23:57:52 GMT 2024","Fri Oct 04 23:57:52 GMT 2024","0","Waku Store, order","","","","","Query Generator - false","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","3","StreamManager","","","","","peer:update - should do nothing if another protocol hit","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" -"passed","Fri Oct 04 23:52:28 GMT 2024","Fri Oct 04 23:52:28 GMT 2024","1","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 3 peers","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with rate limit","" -"passed","Fri Oct 04 23:52:43 GMT 2024","Fri Oct 04 23:52:43 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" -"passed","Fri Oct 04 23:58:00 GMT 2024","Fri Oct 04 23:58:00 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Arabic","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","0","Waku Store, cursor","","","","","Passing invalid cursor","" -"skipped","Fri Oct 04 23:57:12 GMT 2024","Fri Oct 04 23:57:12 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","3","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Fri Oct 04 23:55:42 GMT 2024","Fri Oct 04 23:55:42 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" -"passed","Fri Oct 04 23:52:43 GMT 2024","Fri Oct 04 23:52:43 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" -"passed","Fri Oct 04 23:56:28 GMT 2024","Fri Oct 04 23:56:28 GMT 2024","1","Waku Relay, Interop","","","","","Js publishes, other Js receives","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing long","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" -"passed","Fri Oct 04 23:51:20 GMT 2024","Fri Oct 04 23:51:20 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Fri Oct 04 23:53:12 GMT 2024","Fri Oct 04 23:53:12 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Fri Oct 04 23:55:46 GMT 2024","Fri Oct 04 23:55:46 GMT 2024","0","nwaku","","","","","Correctly serialized arguments","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Russian","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Fri Oct 04 23:56:36 GMT 2024","Fri Oct 04 23:56:36 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","2","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No Decoder","" -"skipped","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","0","Wait for remote peer","","","","","Filter","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" -"broken","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","11","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 0 peers","" -"passed","Fri Oct 04 23:57:50 GMT 2024","Fri Oct 04 23:57:50 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is true","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" -"passed","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","5","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","5","Waku Light Push: Single Node","","","","","Push message with numeric payload","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 0 peers","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing XML","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","1","Wait for remote peer","","","","","Store - dialed after - with timeout","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","5","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" -"skipped","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" -"skipped","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Peer Exchange Query","","","","","less peers than existing","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Oct 04 23:54:19 GMT 2024","Fri Oct 04 23:54:19 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 1 connections","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1728085916617 ","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" -"passed","Fri Oct 04 23:57:26 GMT 2024","Fri Oct 04 23:57:26 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app87/9/topic319/json","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"skipped","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","2","Waku Relay, Subscribe","","","","","Refresh subscription","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" -"passed","Fri Oct 04 23:51:20 GMT 2024","Fri Oct 04 23:51:20 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","0","StreamManager","","","","","should return usable stream attached to connection","" -"skipped","Fri Oct 04 23:57:12 GMT 2024","Fri Oct 04 23:57:12 GMT 2024","4","Peer Exchange","","","","","new peer added after a peer was already found","" -"passed","Fri Oct 04 23:58:08 GMT 2024","Fri Oct 04 23:58:08 GMT 2024","0","Decryption Keys","","","","","Used by Waku Relay","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" -"passed","Fri Oct 04 23:55:46 GMT 2024","Fri Oct 04 23:55:46 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" -"passed","Fri Oct 04 23:55:51 GMT 2024","Fri Oct 04 23:55:51 GMT 2024","0","Peer Exchange Continuous Discovery","","","","","Should update shard info","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","2","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" -"passed","Fri Oct 04 23:52:43 GMT 2024","Fri Oct 04 23:52:43 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Fri Oct 04 23:59:15 GMT 2024","Fri Oct 04 23:59:15 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1728085917349 ","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","1","selectOpenConnection","","","","","should select older connection if present","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","0","StreamManager","","","","","should throw if no connection provided","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR","Static tests","","","","should encode/decode to text encoding","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" -"passed","Fri Oct 04 23:59:15 GMT 2024","Fri Oct 04 23:59:15 GMT 2024","1","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1728085917349 ","" -"skipped","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","0","StreamManager","","","","","peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","" -"skipped","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 316, Shard ID: 350","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Fri Oct 04 23:51:42 GMT 2024","Fri Oct 04 23:51:42 GMT 2024","1","Message Validator","","","","","Rejects garbage","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","1","Public methods","","","","","stop","" -"passed","Fri Oct 04 23:52:43 GMT 2024","Fri Oct 04 23:52:43 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" -"passed","Fri Oct 04 23:51:20 GMT 2024","Fri Oct 04 23:51:20 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","4","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","6","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" -"passed","Fri Oct 04 23:57:52 GMT 2024","Fri Oct 04 23:57:52 GMT 2024","1","Waku Store, order","","","","","Query Generator - true","" -"passed","Fri Oct 04 23:52:05 GMT 2024","Fri Oct 04 23:52:05 GMT 2024","2","Dials","dialPeer method","For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","Relay Shard codec","","","","","should throw an error for insufficient data","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","ensureValidContentTopic","","","","","does not throw on valid cases","" -"passed","Fri Oct 04 23:52:04 GMT 2024","Fri Oct 04 23:52:04 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app23/1/topic549/json","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1728085916617000000 ","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" -"passed","Fri Oct 04 23:56:28 GMT 2024","Fri Oct 04 23:56:28 GMT 2024","1","Waku Relay, Interop","","","","","Nwaku publishes","" -"passed","Fri Oct 04 23:57:12 GMT 2024","Fri Oct 04 23:57:12 GMT 2024","1","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","3","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" -"passed","Fri Oct 04 23:54:19 GMT 2024","Fri Oct 04 23:54:19 GMT 2024","5","Health Manager","Should update the health status for protocols","","","","LightPush with 2 connections","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" -"passed","Fri Oct 04 23:53:05 GMT 2024","Fri Oct 04 23:53:05 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Number of peers are maintained correctly","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","4","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" -"passed","Fri Oct 04 23:57:12 GMT 2024","Fri Oct 04 23:57:12 GMT 2024","1","Peer Exchange","","","","","getPeersByDiscovery","" -"passed","Fri Oct 04 23:54:19 GMT 2024","Fri Oct 04 23:54:19 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 0 connections","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Fri Oct 04 23:58:00 GMT 2024","Fri Oct 04 23:58:00 GMT 2024","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" -"skipped","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Fri Oct 04 23:57:26 GMT 2024","Fri Oct 04 23:57:26 GMT 2024","2","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Fri Oct 04 23:54:19 GMT 2024","Fri Oct 04 23:54:19 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 3 connections","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Script payload","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app44/3/topic7/xml","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" -"passed","Fri Oct 04 23:52:28 GMT 2024","Fri Oct 04 23:52:28 GMT 2024","1","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" -"passed","Fri Oct 04 23:51:39 GMT 2024","Fri Oct 04 23:51:39 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" -"passed","Fri Oct 04 23:58:08 GMT 2024","Fri Oct 04 23:58:08 GMT 2024","1","User Agent","","","","","Sets default value correctly","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" -"passed","Fri Oct 04 23:52:03 GMT 2024","Fri Oct 04 23:52:03 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay + Store","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","2","Multiaddr from fields","","","","","tcp ip4 address","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing emoji","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 1 peers","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","ensureValidContentTopic","","","","","throws on empty content topic","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" -"passed","Fri Oct 04 23:51:38 GMT 2024","Fri Oct 04 23:51:38 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","10","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","3","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","0","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Fri Oct 04 23:58:08 GMT 2024","Fri Oct 04 23:58:08 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Using a function","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" -"skipped","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 1 peers","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" -"skipped","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","4","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 1 peers","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" -"passed","Fri Oct 04 23:52:05 GMT 2024","Fri Oct 04 23:52:05 GMT 2024","2","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1697327663558","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" -"passed","Fri Oct 04 23:52:04 GMT 2024","Fri Oct 04 23:52:04 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" -"skipped","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" -"passed","Fri Oct 04 23:53:05 GMT 2024","Fri Oct 04 23:53:05 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping succeeds for all connected peers","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","11","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 2 peers","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" -"passed","Fri Oct 04 23:51:38 GMT 2024","Fri Oct 04 23:51:38 GMT 2024","0","Waku Encryption","","","","","pre and post cipher","" -"passed","Fri Oct 04 23:53:05 GMT 2024","Fri Oct 04 23:53:05 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Keep-alive pings maintain the connection","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" -"passed","Fri Oct 04 23:51:57 GMT 2024","Fri Oct 04 23:51:57 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" -"passed","Fri Oct 04 23:51:37 GMT 2024","Fri Oct 04 23:51:37 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with empty text","" -"passed","Fri Oct 04 23:53:05 GMT 2024","Fri Oct 04 23:53:05 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Maintains correct number of peers after multiple subscribe/unsubscribe cycles","" -"passed","Fri Oct 04 23:57:26 GMT 2024","Fri Oct 04 23:57:26 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" -"passed","Fri Oct 04 23:51:39 GMT 2024","Fri Oct 04 23:51:39 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Fri Oct 04 23:51:57 GMT 2024","Fri Oct 04 23:51:57 GMT 2024","0","Events","waku:connection","","","","should be online or offline if network state changed","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" -"passed","Fri Oct 04 23:58:00 GMT 2024","Fri Oct 04 23:58:00 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" -"passed","Fri Oct 04 23:55:19 GMT 2024","Fri Oct 04 23:55:19 GMT 2024","0","This","Is also","","","","A test","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","8","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1728089656949","" -"passed","Fri Oct 04 23:57:52 GMT 2024","Fri Oct 04 23:57:52 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - true","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing special chars","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Fri Oct 04 23:51:38 GMT 2024","Fri Oct 04 23:51:38 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","3","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","3","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 60, Shard ID: 263","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 829, Shard ID: 636","" -"passed","Fri Oct 04 23:51:57 GMT 2024","Fri Oct 04 23:51:57 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" -"passed","Fri Oct 04 23:51:03 GMT 2024","Fri Oct 04 23:51:03 GMT 2024","1","pushOrInitMapSet","","","","","Push to array if already present","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","2","Waku Store, general","","","","","Callback on promise","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 543, Shard ID: 10","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Fri Oct 04 23:52:39 GMT 2024","Fri Oct 04 23:52:39 GMT 2024","2","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","1","StreamManager","","","","","peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","" -"passed","Fri Oct 04 23:57:26 GMT 2024","Fri Oct 04 23:57:26 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app82/8/topic328/test.js","" -"passed","Fri Oct 04 23:51:57 GMT 2024","Fri Oct 04 23:51:57 GMT 2024","1","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app28/8/topic13/utf8","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" -"passed","Fri Oct 04 23:57:26 GMT 2024","Fri Oct 04 23:57:26 GMT 2024","2","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","1","StreamManager","","","","","should create a new stream if no existing for protocol found","" -"passed","Fri Oct 04 23:57:58 GMT 2024","Fri Oct 04 23:57:58 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","unsubscribes","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" -"passed","Fri Oct 04 23:52:39 GMT 2024","Fri Oct 04 23:52:39 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" -"skipped","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Oct 04 23:52:28 GMT 2024","Fri Oct 04 23:52:28 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","7","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Fri Oct 04 23:53:12 GMT 2024","Fri Oct 04 23:53:12 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" -"passed","Fri Oct 04 23:57:58 GMT 2024","Fri Oct 04 23:57:58 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","creates an iterator","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1728082463558","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" -"passed","Fri Oct 04 23:51:39 GMT 2024","Fri Oct 04 23:51:39 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","0","Public methods","","","","","safeDispatchEvent","" -"passed","Fri Oct 04 23:51:26 GMT 2024","Fri Oct 04 23:51:26 GMT 2024","2","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" -"skipped","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" -"passed","Fri Oct 04 23:56:36 GMT 2024","Fri Oct 04 23:56:36 GMT 2024","9","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","9","Waku Relay, Publish","","","","","Publish message with large meta","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Oct 04 23:51:57 GMT 2024","Fri Oct 04 23:51:57 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR","Verify","","","","should throw error - no id","" -"passed","Fri Oct 04 23:52:43 GMT 2024","Fri Oct 04 23:52:43 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" -"passed","Fri Oct 04 23:57:58 GMT 2024","Fri Oct 04 23:57:58 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" -"skipped","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","1","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" -"passed","Fri Oct 04 23:51:39 GMT 2024","Fri Oct 04 23:51:39 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" -"passed","Fri Oct 04 23:51:20 GMT 2024","Fri Oct 04 23:51:20 GMT 2024","1","Waku Message version 0","","","","","Round trip binary serialization","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" -"passed","Fri Oct 04 23:57:50 GMT 2024","Fri Oct 04 23:57:50 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is false","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 0 peers","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" -"passed","Fri Oct 04 23:56:36 GMT 2024","Fri Oct 04 23:56:36 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 275, Shard ID: 128","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Fri Oct 04 23:55:51 GMT 2024","Fri Oct 04 23:55:51 GMT 2024","1","Peer Exchange Continuous Discovery","","","","","Should update multiaddrs","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" -"passed","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Fri Oct 04 23:51:06 GMT 2024","Fri Oct 04 23:51:06 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" -"passed","Fri Oct 04 23:52:04 GMT 2024","Fri Oct 04 23:52:04 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" -"passed","Fri Oct 04 23:58:08 GMT 2024","Fri Oct 04 23:58:08 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" -"passed","Fri Oct 04 23:58:00 GMT 2024","Fri Oct 04 23:58:00 GMT 2024","3","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","5","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sat Oct 14 2023 23:56:32 GMT+0000 (Coordinated Universal Time)","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing long","" -"passed","Fri Oct 04 23:54:45 GMT 2024","Fri Oct 04 23:54:45 GMT 2024","0","Waku Light Push: Connection Management: E2E","","","","","should push to available amount of connection if less than required","" -"passed","Fri Oct 04 23:56:13 GMT 2024","Fri Oct 04 23:56:13 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" -"passed","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","9","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" -"passed","Fri Oct 04 23:51:37 GMT 2024","Fri Oct 04 23:51:37 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR","Txt codec","","","","should throw error - no id","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No message returned","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Fri Oct 04 23:54:45 GMT 2024","Fri Oct 04 23:54:45 GMT 2024","0","Waku Light Push: Connection Management: E2E","","","","","should fail to send if no connections available","" -"passed","Fri Oct 04 23:52:28 GMT 2024","Fri Oct 04 23:52:28 GMT 2024","0","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" -"passed","Fri Oct 04 23:53:12 GMT 2024","Fri Oct 04 23:53:12 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Fri Oct 04 23:55:42 GMT 2024","Fri Oct 04 23:55:42 GMT 2024","0","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" -"passed","Fri Oct 04 23:57:26 GMT 2024","Fri Oct 04 23:57:26 GMT 2024","3","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","2","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Oct 04 2024 22:56:32 GMT+0000 (Coordinated Universal Time)","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" -"passed","Fri Oct 04 23:59:15 GMT 2024","Fri Oct 04 23:59:15 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" -"passed","Fri Oct 04 23:53:05 GMT 2024","Fri Oct 04 23:53:05 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Ping fails for unsubscribed peers","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" -"passed","Fri Oct 04 23:57:50 GMT 2024","Fri Oct 04 23:57:50 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is true","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" -"passed","Fri Oct 04 23:52:05 GMT 2024","Fri Oct 04 23:52:05 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app61/8/topic836/proto","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 2 peers","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","3","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1728085917349000000 ","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","8","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1728089663558","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Fri Oct 04 23:51:39 GMT 2024","Fri Oct 04 23:51:39 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" -"passed","Fri Oct 04 23:51:37 GMT 2024","Fri Oct 04 23:51:37 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" -"passed","Fri Oct 04 23:51:39 GMT 2024","Fri Oct 04 23:51:39 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1697327656949","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Fri Oct 04 23:55:42 GMT 2024","Fri Oct 04 23:55:42 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","1","selectOpenConnection","","","","","returns nothing if no connections present","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" -"passed","Fri Oct 04 23:55:18 GMT 2024","Fri Oct 04 23:55:18 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Oct 04 23:55:46 GMT 2024","Fri Oct 04 23:55:46 GMT 2024","0","multiaddr: dialing","","","","","can dial TLS multiaddrs","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Register correct protocols","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","1","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" -"passed","Fri Oct 04 23:51:20 GMT 2024","Fri Oct 04 23:51:20 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" -"passed","Fri Oct 04 23:54:19 GMT 2024","Fri Oct 04 23:54:19 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 3 connections","" -"passed","Fri Oct 04 23:51:06 GMT 2024","Fri Oct 04 23:51:06 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","3","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" -"passed","Fri Oct 04 23:51:06 GMT 2024","Fri Oct 04 23:51:06 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" -"passed","Fri Oct 04 23:52:28 GMT 2024","Fri Oct 04 23:52:28 GMT 2024","1","Connection state","","","","","isConnected return false after peer stops","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" -"passed","Fri Oct 04 23:51:37 GMT 2024","Fri Oct 04 23:51:37 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" -"passed","Fri Oct 04 23:52:28 GMT 2024","Fri Oct 04 23:52:28 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" -"passed","Fri Oct 04 23:58:00 GMT 2024","Fri Oct 04 23:58:00 GMT 2024","1","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 2 peers","" -"passed","Fri Oct 04 23:51:06 GMT 2024","Fri Oct 04 23:51:06 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (message is IDecodedMessage)","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","0","Public methods","","","","","listenerCount","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" -"passed","Fri Oct 04 23:54:19 GMT 2024","Fri Oct 04 23:54:19 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","LightPush with 0 connections","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" -"passed","Fri Oct 04 23:56:36 GMT 2024","Fri Oct 04 23:56:36 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" -"passed","Fri Oct 04 23:58:00 GMT 2024","Fri Oct 04 23:58:00 GMT 2024","0","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" -"passed","Fri Oct 04 23:55:42 GMT 2024","Fri Oct 04 23:55:42 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Oct 04 23:51:20 GMT 2024","Fri Oct 04 23:51:20 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","0","selectOpenConnection","","","","","returns only open connection if one present","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Fri Oct 04 23:52:28 GMT 2024","Fri Oct 04 23:52:28 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","14","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Fri Oct 04 23:52:04 GMT 2024","Fri Oct 04 23:52:04 GMT 2024","10","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 245, Shard ID: 764","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" -"passed","Fri Oct 04 23:58:08 GMT 2024","Fri Oct 04 23:58:08 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" -"passed","Fri Oct 04 23:52:43 GMT 2024","Fri Oct 04 23:52:43 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" -"passed","Fri Oct 04 23:51:42 GMT 2024","Fri Oct 04 23:51:42 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","5","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 3 peers","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 954, Shard ID: 856","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" -"passed","Fri Oct 04 23:57:52 GMT 2024","Fri Oct 04 23:57:52 GMT 2024","1","Waku Store, order","","","","","Promise Callback - false","" -"passed","Fri Oct 04 23:54:19 GMT 2024","Fri Oct 04 23:54:19 GMT 2024","4","Health Manager","Should update the health status for protocols","","","","LightPush with 1 connections","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sat Oct 05 2024 00:56:32 GMT+0000 (Coordinated Universal Time)","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with special chars payload","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr successfully","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" -"passed","Fri Oct 04 23:52:03 GMT 2024","Fri Oct 04 23:52:03 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" -"passed","Fri Oct 04 23:53:52 GMT 2024","Fri Oct 04 23:53:52 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 0 peers","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" -"passed","Fri Oct 04 23:53:05 GMT 2024","Fri Oct 04 23:53:05 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent missed messages","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","2","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 1 peers","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Fri Oct 04 23:58:09 GMT 2024","Fri Oct 04 23:58:09 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" -"passed","Fri Oct 04 23:52:43 GMT 2024","Fri Oct 04 23:52:43 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 518, Shard ID: 699","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" -"passed","Fri Oct 04 23:51:19 GMT 2024","Fri Oct 04 23:51:19 GMT 2024","1","to proto message","","","","","Fields are not dropped","" -"passed","Fri Oct 04 23:57:26 GMT 2024","Fri Oct 04 23:57:26 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","2","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Fri Oct 04 23:52:03 GMT 2024","Fri Oct 04 23:52:03 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Fri Oct 04 23:51:31 GMT 2024","Fri Oct 04 23:51:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" -"passed","Fri Oct 04 23:53:05 GMT 2024","Fri Oct 04 23:53:05 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent ping failures","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" -"passed","Fri Oct 04 23:56:36 GMT 2024","Fri Oct 04 23:56:36 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Russian payload","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","1","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR","Verify","","","","should return false","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","10","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" -"passed","Fri Oct 04 23:51:06 GMT 2024","Fri Oct 04 23:51:06 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Fri Oct 04 23:51:38 GMT 2024","Fri Oct 04 23:51:38 GMT 2024","0","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","2","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 3 peers","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" -"passed","Fri Oct 04 23:52:09 GMT 2024","Fri Oct 04 23:52:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Oct 04 23:55:50 GMT 2024","Fri Oct 04 23:55:50 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 2 peers","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" -"passed","Fri Oct 04 23:54:45 GMT 2024","Fri Oct 04 23:54:45 GMT 2024","1","Waku Light Push: Connection Management: E2E","","","","","should push to needed amount of connections","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing short","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" -"passed","Fri Oct 04 23:54:19 GMT 2024","Fri Oct 04 23:54:19 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 2 connections","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" -"passed","Fri Oct 04 23:51:37 GMT 2024","Fri Oct 04 23:51:37 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","5","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" -"passed","Fri Oct 04 23:51:20 GMT 2024","Fri Oct 04 23:51:20 GMT 2024","0","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","1","Wait for remote peer","","","","","Relay - times out","" -"skipped","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" -"passed","Fri Oct 04 23:56:43 GMT 2024","Fri Oct 04 23:56:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing numeric","" -"passed","Fri Oct 04 23:56:36 GMT 2024","Fri Oct 04 23:56:36 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Fri Oct 04 23:58:07 GMT 2024","Fri Oct 04 23:58:07 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1728085917349000000 ","" -"passed","Fri Oct 04 23:56:36 GMT 2024","Fri Oct 04 23:56:36 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" -"passed","Fri Oct 04 23:56:28 GMT 2024","Fri Oct 04 23:56:28 GMT 2024","1","Waku Relay, Interop","","","","","Publishes to nwaku","" -"passed","Fri Oct 04 23:53:12 GMT 2024","Fri Oct 04 23:53:12 GMT 2024","2","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" -"skipped","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Peer Exchange Query","","","","","connected peers and dial","" -"passed","Fri Oct 04 23:56:32 GMT 2024","Fri Oct 04 23:56:32 GMT 2024","5","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app33/5/topic435/utf8","" -"passed","Fri Oct 04 23:57:15 GMT 2024","Fri Oct 04 23:57:15 GMT 2024","5","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app78/10/topic382/test.js","" -"passed","Fri Oct 04 23:52:05 GMT 2024","Fri Oct 04 23:52:05 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" -"passed","Fri Oct 04 23:54:16 GMT 2024","Fri Oct 04 23:54:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" -"passed","Fri Oct 04 23:53:53 GMT 2024","Fri Oct 04 23:53:53 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Fri Oct 04 23:52:37 GMT 2024","Fri Oct 04 23:52:37 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" -"passed","Fri Oct 04 23:52:46 GMT 2024","Fri Oct 04 23:52:46 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Fri Oct 04 23:58:56 GMT 2024","Fri Oct 04 23:58:56 GMT 2024","0","Wait for remote peer","","","","","LightPush","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" -"passed","Fri Oct 04 23:53:05 GMT 2024","Fri Oct 04 23:53:05 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Tracks peer failures correctly","" -"passed","Fri Oct 04 23:51:27 GMT 2024","Fri Oct 04 23:51:27 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Renews subscription after lossing a connection","" -"passed","Fri Oct 04 23:56:11 GMT 2024","Fri Oct 04 23:56:11 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Fri Oct 04 23:56:47 GMT 2024","Fri Oct 04 23:56:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" -"passed","Fri Oct 04 23:51:12 GMT 2024","Fri Oct 04 23:51:12 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" -"passed","Fri Oct 04 23:57:34 GMT 2024","Fri Oct 04 23:57:34 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" -"passed","Fri Oct 04 23:57:06 GMT 2024","Fri Oct 04 23:57:06 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" -"passed","Fri Oct 04 23:57:38 GMT 2024","Fri Oct 04 23:57:38 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" -"passed","Fri Oct 04 23:54:23 GMT 2024","Fri Oct 04 23:54:23 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" -"passed","Fri Oct 04 23:57:59 GMT 2024","Fri Oct 04 23:57:59 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Fri Oct 04 23:57:40 GMT 2024","Fri Oct 04 23:57:40 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","0","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" -"passed","Fri Oct 04 23:52:39 GMT 2024","Fri Oct 04 23:52:39 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" -"passed","Fri Oct 04 23:51:04 GMT 2024","Fri Oct 04 23:51:04 GMT 2024","1","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" +"passed","Tue Oct 08 10:00:18 GMT 2024","Tue Oct 08 10:00:18 GMT 2024","0","nwaku","","","","","Correctly serialized arguments","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" +"passed","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 3 peers","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Oct 08 10:01:56 GMT 2024","Tue Oct 08 10:01:56 GMT 2024","3","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","DNS Node Discovery","","","","","it tolerates circular branch references","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Oct 08 10:01:16 GMT 2024","Tue Oct 08 10:01:16 GMT 2024","2","Waku Relay, Interop","","","","","Js publishes, other Js receives","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","StreamManager","","","","","peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","" +"passed","Tue Oct 08 09:56:49 GMT 2024","Tue Oct 08 09:56:49 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" +"passed","Tue Oct 08 10:01:25 GMT 2024","Tue Oct 08 10:01:25 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" +"passed","Tue Oct 08 09:56:29 GMT 2024","Tue Oct 08 09:56:29 GMT 2024","1","Symmetric Encryption","","","","","Check meta is set [symmetric]","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1728377946003","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" +"passed","Tue Oct 08 10:00:34 GMT 2024","Tue Oct 08 10:00:34 GMT 2024","1","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" +"passed","Tue Oct 08 10:02:36 GMT 2024","Tue Oct 08 10:02:36 GMT 2024","3","Waku Store, order","","","","","Query Generator - false","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" +"passed","Tue Oct 08 10:02:39 GMT 2024","Tue Oct 08 10:02:39 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is true","" +"passed","Tue Oct 08 09:56:31 GMT 2024","Tue Oct 08 09:56:31 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","2","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" +"passed","Tue Oct 08 09:58:05 GMT 2024","Tue Oct 08 09:58:05 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" +"skipped","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","1","ENR","Verify","","","","should throw error - no id","" +"passed","Tue Oct 08 09:57:34 GMT 2024","Tue Oct 08 09:57:34 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" +"passed","Tue Oct 08 09:56:56 GMT 2024","Tue Oct 08 09:56:56 GMT 2024","1","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 2 peers","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" +"passed","Tue Oct 08 09:56:31 GMT 2024","Tue Oct 08 09:56:31 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Oct 08 10:02:39 GMT 2024","Tue Oct 08 10:02:39 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is true","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish duplicate message","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" +"passed","Tue Oct 08 10:01:55 GMT 2024","Tue Oct 08 10:01:55 GMT 2024","1","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" +"passed","Tue Oct 08 09:59:14 GMT 2024","Tue Oct 08 09:59:14 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 0 connections","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","8","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Oct 08 10:02:36 GMT 2024","Tue Oct 08 10:02:36 GMT 2024","1","Waku Store, order","","","","","Query Generator - true","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1728377957642","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" +"passed","Tue Oct 08 09:57:19 GMT 2024","Tue Oct 08 09:57:19 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Oct 08 09:56:31 GMT 2024","Tue Oct 08 09:56:31 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Oct 08 09:56:55 GMT 2024","Tue Oct 08 09:56:55 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" +"skipped","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","4","Waku Store, error handling","","","","","Query Generator, No Decoder","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","3","Waku Light Push: Single Node","","","","","Push message with Russian payload","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Oct 08 09:57:55 GMT 2024","Tue Oct 08 09:57:55 GMT 2024","7","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent ping failures","" +"passed","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","3","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1728385157642","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" +"passed","Tue Oct 08 10:00:34 GMT 2024","Tue Oct 08 10:00:34 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Script payload","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","creates an iterator","" +"passed","Tue Oct 08 09:55:58 GMT 2024","Tue Oct 08 09:55:58 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" +"passed","Tue Oct 08 09:57:55 GMT 2024","Tue Oct 08 09:57:55 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping succeeds for all connected peers","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1728381408830 ","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","2","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 08 10:01:16 GMT 2024","Tue Oct 08 10:01:16 GMT 2024","1","Waku Relay, Interop","","","","","Nwaku publishes","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing short","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 1 peers","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","3","Waku Store, error handling","","","","","Query Generator, No message returned","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","3","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Oct 08 09:56:30 GMT 2024","Tue Oct 08 09:56:30 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish message","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","0","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","1","Wait for remote peer","","","","","LightPush","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Tue Oct 08 09:57:32 GMT 2024","Tue Oct 08 09:57:32 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" +"passed","Tue Oct 08 09:57:34 GMT 2024","Tue Oct 08 09:57:34 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" +"passed","Tue Oct 08 09:56:29 GMT 2024","Tue Oct 08 09:56:29 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" +"skipped","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" +"passed","Tue Oct 08 09:56:55 GMT 2024","Tue Oct 08 09:56:55 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" +"passed","Tue Oct 08 09:56:34 GMT 2024","Tue Oct 08 09:56:34 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" +"passed","Tue Oct 08 09:59:14 GMT 2024","Tue Oct 08 09:59:14 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 3 connections","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with numeric payload","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" +"skipped","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" +"passed","Tue Oct 08 09:56:29 GMT 2024","Tue Oct 08 09:56:29 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" +"passed","Tue Oct 08 09:57:55 GMT 2024","Tue Oct 08 09:57:55 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Keep-alive pings maintain the connection","" +"passed","Tue Oct 08 10:01:00 GMT 2024","Tue Oct 08 10:01:00 GMT 2024","1","Waku Relay","","","","","Delete observer","" +"passed","Tue Oct 08 09:56:18 GMT 2024","Tue Oct 08 09:56:18 GMT 2024","2","Discovery","","","","","returns all values when wanted number matches available values","" +"passed","Tue Oct 08 10:00:14 GMT 2024","Tue Oct 08 10:00:14 GMT 2024","0","This","Is","","","","A test","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","Multiaddr from fields","","","","","udp ip6 address","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" +"passed","Tue Oct 08 10:01:56 GMT 2024","Tue Oct 08 10:01:56 GMT 2024","2","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1728381408400000000 ","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","4","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","1","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" +"passed","Tue Oct 08 09:57:19 GMT 2024","Tue Oct 08 09:57:19 GMT 2024","0","Connection state","","","","","isConnected return false after peer stops","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","5","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR multiaddrs codec","","","","","Sample","" +"passed","Tue Oct 08 09:57:32 GMT 2024","Tue Oct 08 09:57:32 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"skipped","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 64, Shard ID: 389","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" +"passed","Tue Oct 08 10:02:39 GMT 2024","Tue Oct 08 10:02:39 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is false","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1728381408830000000 ","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Oct 08 09:57:19 GMT 2024","Tue Oct 08 09:57:19 GMT 2024","6","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" +"passed","Tue Oct 08 09:56:29 GMT 2024","Tue Oct 08 09:56:29 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with rate limit","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" +"passed","Tue Oct 08 10:01:16 GMT 2024","Tue Oct 08 10:01:16 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","StreamManager","","","","","should return usable stream attached to connection","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","StreamManager","","","","","should throw if no connection provided","" +"passed","Tue Oct 08 10:00:34 GMT 2024","Tue Oct 08 10:00:34 GMT 2024","0","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" +"skipped","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"skipped","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Peer Exchange Query","","","","","connected peers and dial","" +"passed","Tue Oct 08 09:57:55 GMT 2024","Tue Oct 08 09:57:55 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Tracks peer failures correctly","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with JSON payload","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 2 peers","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" +"passed","Tue Oct 08 09:58:05 GMT 2024","Tue Oct 08 09:58:05 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Oct 08 10:01:25 GMT 2024","Tue Oct 08 10:01:25 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing XML","" +"passed","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 1 peers","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 842, Shard ID: 183","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" +"skipped","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Register correct protocols","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 126, Shard ID: 395","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" +"passed","Tue Oct 08 09:56:29 GMT 2024","Tue Oct 08 09:56:29 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","4","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" +"passed","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" +"passed","Tue Oct 08 10:01:25 GMT 2024","Tue Oct 08 10:01:25 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" +"passed","Tue Oct 08 10:02:52 GMT 2024","Tue Oct 08 10:02:52 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"skipped","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Peer Exchange Query","","","","","less peers than existing","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" +"passed","Tue Oct 08 09:56:49 GMT 2024","Tue Oct 08 09:56:49 GMT 2024","1","Events","waku:connection","","","","should be online or offline if network state changed","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" +"passed","Tue Oct 08 09:57:34 GMT 2024","Tue Oct 08 09:57:34 GMT 2024","3","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Oct 08 09:57:19 GMT 2024","Tue Oct 08 09:57:19 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing shell command","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","Waku Message version 0","","","","","Round trip binary serialization","" +"passed","Tue Oct 08 10:02:36 GMT 2024","Tue Oct 08 10:02:36 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - false","" +"skipped","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Oct 08 09:55:58 GMT 2024","Tue Oct 08 09:55:58 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" +"passed","Tue Oct 08 09:57:34 GMT 2024","Tue Oct 08 09:57:34 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" +"passed","Tue Oct 08 10:01:16 GMT 2024","Tue Oct 08 10:01:16 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" +"passed","Tue Oct 08 09:57:19 GMT 2024","Tue Oct 08 09:57:19 GMT 2024","0","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pushOrInitMapSet","","","","","Push to array if already present","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" +"passed","Tue Oct 08 09:56:56 GMT 2024","Tue Oct 08 09:56:56 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" +"passed","Tue Oct 08 09:59:14 GMT 2024","Tue Oct 08 09:59:14 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","LightPush with 2 connections","" +"passed","Tue Oct 08 09:56:55 GMT 2024","Tue Oct 08 09:56:55 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","0","Wait for remote peer","","","","","Filter","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","6","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" +"passed","Tue Oct 08 10:04:02 GMT 2024","Tue Oct 08 10:04:02 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" +"skipped","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" +"passed","Tue Oct 08 09:56:55 GMT 2024","Tue Oct 08 09:56:55 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","7","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Renews subscription after lossing a connection","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" +"passed","Tue Oct 08 10:01:25 GMT 2024","Tue Oct 08 10:01:25 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","4","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" +"passed","Tue Oct 08 09:56:55 GMT 2024","Tue Oct 08 09:56:55 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" +"passed","Tue Oct 08 09:59:40 GMT 2024","Tue Oct 08 09:59:40 GMT 2024","2","Waku Light Push: Connection Management: E2E","","","","","should fail to send if no connections available","" +"passed","Tue Oct 08 09:57:55 GMT 2024","Tue Oct 08 09:57:55 GMT 2024","2","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent missed messages","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","1","Waku Store, page size","","","","","Default pageSize","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 3 peers","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Oct 08 09:56:31 GMT 2024","Tue Oct 08 09:56:31 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","0","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" +"passed","Tue Oct 08 09:59:40 GMT 2024","Tue Oct 08 09:59:40 GMT 2024","0","Waku Light Push: Connection Management: E2E","","","","","should push to needed amount of connections","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","1","Public methods","","","","","listenerCount","" +"passed","Tue Oct 08 09:58:05 GMT 2024","Tue Oct 08 09:58:05 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","selectOpenConnection","","","","","should select older connection if present","" +"passed","Tue Oct 08 10:01:56 GMT 2024","Tue Oct 08 10:01:56 GMT 2024","8","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" +"passed","Tue Oct 08 09:55:58 GMT 2024","Tue Oct 08 09:55:58 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (message is IDecodedMessage)","" +"passed","Tue Oct 08 10:02:36 GMT 2024","Tue Oct 08 10:02:36 GMT 2024","0","Waku Store, order","","","","","Promise Callback - true","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" +"passed","Tue Oct 08 09:57:55 GMT 2024","Tue Oct 08 09:57:55 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Maintains correct number of peers after multiple subscribe/unsubscribe cycles","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with large meta","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with XML payload","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Oct 08 09:59:14 GMT 2024","Tue Oct 08 09:59:14 GMT 2024","2","Health Manager","Should update the health status for protocols","","","","LightPush with 1 connections","" +"passed","Tue Oct 08 09:58:05 GMT 2024","Tue Oct 08 09:58:05 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Oct 08 09:57:34 GMT 2024","Tue Oct 08 09:57:34 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 0 peers","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","7","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","1","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" +"skipped","Tue Oct 08 10:01:55 GMT 2024","Tue Oct 08 10:01:55 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" +"passed","Tue Oct 08 09:55:58 GMT 2024","Tue Oct 08 09:55:58 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (no timestamp)","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","2","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" +"passed","Tue Oct 08 09:59:14 GMT 2024","Tue Oct 08 09:59:14 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 2 connections","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" +"passed","Tue Oct 08 10:00:34 GMT 2024","Tue Oct 08 10:00:34 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 173, Shard ID: 387","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","StreamManager","","","","","should return different streams if requested simultaniously","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" +"passed","Tue Oct 08 09:56:18 GMT 2024","Tue Oct 08 09:56:18 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" +"passed","Tue Oct 08 09:57:55 GMT 2024","Tue Oct 08 09:57:55 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping fails for unsubscribed peers","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 133, Shard ID: 64","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Script","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" +"passed","Tue Oct 08 09:56:31 GMT 2024","Tue Oct 08 09:56:31 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","5","pushOrInitMapSet","","","","","Init the array if not present","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Oct 08 09:55:58 GMT 2024","Tue Oct 08 09:55:58 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" +"passed","Tue Oct 08 09:56:31 GMT 2024","Tue Oct 08 09:56:31 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 08 09:57:32 GMT 2024","Tue Oct 08 09:57:32 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" +"skipped","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" +"skipped","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" +"passed","Tue Oct 08 09:56:29 GMT 2024","Tue Oct 08 09:56:29 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Oct 08 10:02:52 GMT 2024","Tue Oct 08 10:02:52 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","4","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" +"passed","Tue Oct 08 10:00:34 GMT 2024","Tue Oct 08 10:00:34 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","selectOpenConnection","","","","","returns nothing if no connections present","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing long","" +"passed","Tue Oct 08 09:56:49 GMT 2024","Tue Oct 08 09:56:49 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","selectOpenConnection","","","","","should return no connections if no open connection provided","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","2","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","4","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with short payload","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1697623146003","" +"passed","Tue Oct 08 10:01:56 GMT 2024","Tue Oct 08 10:01:56 GMT 2024","2","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" +"passed","Tue Oct 08 09:56:49 GMT 2024","Tue Oct 08 09:56:49 GMT 2024","0","Events","waku:connection","","","","should emit events and trasition isConnected state when has peers or no peers","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" +"passed","Tue Oct 08 10:02:36 GMT 2024","Tue Oct 08 10:02:36 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - true","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing long","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Tue Oct 08 09:57:19 GMT 2024","Tue Oct 08 09:57:19 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 0 peers","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","" +"passed","Tue Oct 08 09:59:14 GMT 2024","Tue Oct 08 09:59:14 GMT 2024","2","Health Manager","Should update the health status for protocols","","","","LightPush with 3 connections","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1697623157642","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" +"passed","Tue Oct 08 10:01:56 GMT 2024","Tue Oct 08 10:01:56 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","2","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 601, Shard ID: 22","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with long payload","" +"passed","Tue Oct 08 09:56:56 GMT 2024","Tue Oct 08 09:56:56 GMT 2024","5","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","13","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Oct 08 09:56:30 GMT 2024","Tue Oct 08 09:56:30 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" +"passed","Tue Oct 08 10:02:52 GMT 2024","Tue Oct 08 10:02:52 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Using a function","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 0 peers","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Oct 08 10:01:00 GMT 2024","Tue Oct 08 10:01:00 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" +"passed","Tue Oct 08 09:56:34 GMT 2024","Tue Oct 08 09:56:34 GMT 2024","0","Message Validator","","","","","Rejects garbage","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" +"passed","Tue Oct 08 09:57:19 GMT 2024","Tue Oct 08 09:57:19 GMT 2024","1","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" +"passed","Tue Oct 08 09:57:55 GMT 2024","Tue Oct 08 09:57:55 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Number of peers are maintained correctly","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" +"passed","Tue Oct 08 10:04:02 GMT 2024","Tue Oct 08 10:04:02 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" +"skipped","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" +"passed","Tue Oct 08 10:04:02 GMT 2024","Tue Oct 08 10:04:02 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Oct 08 10:02:23 GMT 2024","Tue Oct 08 10:02:23 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","selectOpenConnection","","","","","returns only open connection if one present","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" +"passed","Tue Oct 08 10:00:34 GMT 2024","Tue Oct 08 10:00:34 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Oct 08 10:01:25 GMT 2024","Tue Oct 08 10:01:25 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","0","Multiaddr from fields","","","","","tcp ip4 address","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 3 peers","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" +"passed","Tue Oct 08 10:01:25 GMT 2024","Tue Oct 08 10:01:25 GMT 2024","2","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 2 peers","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","2","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","1","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","6","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" +"skipped","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","2","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 3 peers","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 807, Shard ID: 935","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" +"passed","Tue Oct 08 09:59:14 GMT 2024","Tue Oct 08 09:59:14 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","LightPush with 0 connections","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" +"passed","Tue Oct 08 09:56:29 GMT 2024","Tue Oct 08 09:56:29 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","0","Public methods","","","","","stop","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 08 09:56:49 GMT 2024","Tue Oct 08 09:56:49 GMT 2024","6","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","start node with empty shard should fail","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Oct 08 09:56:56 GMT 2024","Tue Oct 08 09:56:56 GMT 2024","3","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1728381408830 ","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","Waku Message version 0","","","","","Ephemeral field set to true","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" +"skipped","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Oct 08 09:56:18 GMT 2024","Tue Oct 08 09:56:18 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" +"passed","Tue Oct 08 10:00:18 GMT 2024","Tue Oct 08 10:00:18 GMT 2024","0","multiaddr: dialing","","","","","can dial TLS multiaddrs","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1728385146003","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","1","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","9","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","1","Wait for remote peer","","","","","Light Node - default protocols","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","3","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 1 peers","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" +"passed","Tue Oct 08 09:56:23 GMT 2024","Tue Oct 08 09:56:23 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","1","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","1","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","5","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 2 peers","" +"passed","Tue Oct 08 09:56:55 GMT 2024","Tue Oct 08 09:56:55 GMT 2024","2","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" +"passed","Tue Oct 08 10:01:56 GMT 2024","Tue Oct 08 10:01:56 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Tue Oct 08 10:02:46 GMT 2024","Tue Oct 08 10:02:46 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" +"passed","Tue Oct 08 09:56:19 GMT 2024","Tue Oct 08 09:56:19 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Oct 08 10:01:55 GMT 2024","Tue Oct 08 10:01:55 GMT 2024","0","Peer Exchange","","","","","getPeersByDiscovery","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" +"skipped","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","1","Waku Relay, Subscribe","","","","","Refresh subscription","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" +"passed","Tue Oct 08 09:58:05 GMT 2024","Tue Oct 08 09:58:05 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 458, Shard ID: 920","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Verify","","","","should return false","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","1","Wait for remote peer","","","","","Store - dialed first","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","3","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" +"passed","Tue Oct 08 10:02:42 GMT 2024","Tue Oct 08 10:02:42 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing special chars","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" +"passed","Tue Oct 08 09:55:58 GMT 2024","Tue Oct 08 09:55:58 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" +"skipped","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Chinese","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","4","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" +"passed","Tue Oct 08 10:01:25 GMT 2024","Tue Oct 08 10:01:25 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Oct 08 10:00:34 GMT 2024","Tue Oct 08 10:00:34 GMT 2024","0","Peer Exchange Continuous Discovery","","","","","Should update shard info","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" +"passed","Tue Oct 08 09:56:10 GMT 2024","Tue Oct 08 09:56:10 GMT 2024","9","to proto message","","","","","Fields are not dropped","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Tue Oct 08 09:59:14 GMT 2024","Tue Oct 08 09:59:14 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 1 connections","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Oct 08 09:56:49 GMT 2024","Tue Oct 08 09:56:49 GMT 2024","2","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","7","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Renews subscription after lossing a connection","" +"passed","Tue Oct 08 09:56:30 GMT 2024","Tue Oct 08 09:56:30 GMT 2024","0","Waku Encryption","","","","","pre and post cipher","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" +"passed","Tue Oct 08 09:56:31 GMT 2024","Tue Oct 08 09:56:31 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Oct 08 10:04:02 GMT 2024","Tue Oct 08 10:04:02 GMT 2024","1","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Oct 08 09:57:41 GMT 2024","Tue Oct 08 09:57:41 GMT 2024","6","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 08 10:02:39 GMT 2024","Tue Oct 08 10:02:39 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is false","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" +"passed","Tue Oct 08 10:02:54 GMT 2024","Tue Oct 08 10:02:54 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" +"passed","Tue Oct 08 10:02:52 GMT 2024","Tue Oct 08 10:02:52 GMT 2024","0","Decryption Keys","","","","","Used by Waku Relay","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","StreamManager","","","","","should create a new stream if no existing for protocol found","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","1","Public methods","","","","","safeDispatchEvent","" +"passed","Tue Oct 08 10:02:36 GMT 2024","Tue Oct 08 10:02:36 GMT 2024","0","Waku Store, order","","","","","Promise Callback - false","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","0","Waku Store, cursor","","","","","Passing invalid cursor","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" +"passed","Tue Oct 08 09:57:34 GMT 2024","Tue Oct 08 09:57:34 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Oct 08 10:02:52 GMT 2024","Tue Oct 08 10:02:52 GMT 2024","0","User Agent","","","","","Sets default value correctly","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" +"passed","Tue Oct 08 10:01:56 GMT 2024","Tue Oct 08 10:01:56 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" +"passed","Tue Oct 08 09:57:34 GMT 2024","Tue Oct 08 09:57:34 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" +"passed","Tue Oct 08 09:57:34 GMT 2024","Tue Oct 08 09:57:34 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" +"passed","Tue Oct 08 09:59:40 GMT 2024","Tue Oct 08 09:59:40 GMT 2024","7","Waku Light Push: Connection Management: E2E","","","","","should push to available amount of connection if less than required","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" +"passed","Tue Oct 08 10:02:52 GMT 2024","Tue Oct 08 10:02:52 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Passing an array","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 443, Shard ID: 725","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" +"skipped","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","1","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","0","Public methods","","","","","addEventListener with correct event","" +"passed","Tue Oct 08 10:03:20 GMT 2024","Tue Oct 08 10:03:20 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","StreamManager","","","","","peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","" +"passed","Tue Oct 08 09:56:11 GMT 2024","Tue Oct 08 09:56:11 GMT 2024","0","StreamManager","","","","","peer:update - should do nothing if another protocol hit","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" +"passed","Tue Oct 08 10:01:25 GMT 2024","Tue Oct 08 10:01:25 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Oct 08 09:58:05 GMT 2024","Tue Oct 08 09:58:05 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1728381408830000000 ","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" +"passed","Tue Oct 08 09:59:05 GMT 2024","Tue Oct 08 09:59:05 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Oct 08 09:57:29 GMT 2024","Tue Oct 08 09:57:29 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" +"passed","Tue Oct 08 10:00:18 GMT 2024","Tue Oct 08 10:00:18 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" +"passed","Tue Oct 08 10:00:15 GMT 2024","Tue Oct 08 10:00:15 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Oct 08 09:56:03 GMT 2024","Tue Oct 08 09:56:03 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" +"passed","Tue Oct 08 09:56:04 GMT 2024","Tue Oct 08 09:56:04 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" +"passed","Tue Oct 08 09:57:03 GMT 2024","Tue Oct 08 09:57:03 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" +"passed","Tue Oct 08 10:01:29 GMT 2024","Tue Oct 08 10:01:29 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" +"passed","Tue Oct 08 10:00:34 GMT 2024","Tue Oct 08 10:00:34 GMT 2024","1","Peer Exchange Continuous Discovery","","","","","Should update multiaddrs","" +"passed","Tue Oct 08 10:01:51 GMT 2024","Tue Oct 08 10:01:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1728381408400 ","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Oct 08 10:02:25 GMT 2024","Tue Oct 08 10:02:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 682, Shard ID: 259","" +"passed","Tue Oct 08 10:02:17 GMT 2024","Tue Oct 08 10:02:17 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" +"passed","Tue Oct 08 09:56:56 GMT 2024","Tue Oct 08 09:56:56 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 0 peers","" +"passed","Tue Oct 08 10:00:58 GMT 2024","Tue Oct 08 10:00:58 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" +"passed","Tue Oct 08 10:01:20 GMT 2024","Tue Oct 08 10:01:20 GMT 2024","3","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Oct 08 10:01:36 GMT 2024","Tue Oct 08 10:01:36 GMT 2024","4","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" +"passed","Tue Oct 08 09:58:46 GMT 2024","Tue Oct 08 09:58:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" +"passed","Tue Oct 08 10:00:13 GMT 2024","Tue Oct 08 10:00:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 1 peers","" +"passed","Tue Oct 08 09:59:17 GMT 2024","Tue Oct 08 09:59:17 GMT 2024","9","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Oct 08 09:55:55 GMT 2024","Tue Oct 08 09:55:55 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" +"passed","Tue Oct 08 10:02:29 GMT 2024","Tue Oct 08 10:02:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" +"passed","Tue Oct 08 09:56:30 GMT 2024","Tue Oct 08 09:56:30 GMT 2024","1","Waku Encryption","","","","","Sign & Recover","" +"skipped","Tue Oct 08 10:01:55 GMT 2024","Tue Oct 08 10:01:55 GMT 2024","1","Peer Exchange","","","","","new peer added after a peer was already found","" +"passed","Tue Oct 08 09:58:41 GMT 2024","Tue Oct 08 09:58:41 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 08 09:57:32 GMT 2024","Tue Oct 08 09:57:32 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" +"passed","Tue Oct 08 10:00:14 GMT 2024","Tue Oct 08 10:00:14 GMT 2024","1","This","Is also","","","","A test","" +"passed","Tue Oct 08 10:02:43 GMT 2024","Tue Oct 08 10:02:43 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Oct 08 10:01:59 GMT 2024","Tue Oct 08 10:01:59 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","" +"passed","Tue Oct 08 09:56:55 GMT 2024","Tue Oct 08 09:56:55 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" diff --git a/7530/data/suites.json b/7530/data/suites.json index 2cc229905be..d76f7fe5748 100644 --- a/7530/data/suites.json +++ b/7530/data/suites.json @@ -1 +1 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"38b78ace05b9ffd8","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1728085863791,"stop":1728085863795,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"777b5f80a6620e3a","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1728085863795,"stop":1728085863796,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5cf08d1961e509912868f237505d870"},{"name":"ensureValidContentTopic","children":[{"name":"does not throw on valid cases","uid":"2d79cc82987183a8","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864142,"stop":1728085864143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"8bce0465625fe8c0","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864143,"stop":1728085864144,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"a415290d7da56ef8","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864144,"stop":1728085864145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"9ba2bf7881463f07","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864144,"stop":1728085864144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"41ec67d22df09c8","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"b14233145a0c6d90","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"4c4515108fd82e4b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864145,"stop":1728085864146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"e074c1feecd65b11","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864146,"stop":1728085864147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"36a678799e17224e","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728085864147,"stop":1728085864147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"4c743edfb95de82d","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864148,"stop":1728085864154,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"ba123cd02aa3167f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864154,"stop":1728085864154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"5c8a074c41ac8b28","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"509cbcb054310bbb","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"99b52040c1e3718b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864155,"stop":1728085864156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"267aa19176f1473","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864156,"stop":1728085864156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"fe54ee8e7ade1371","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864156,"stop":1728085864157,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"326e43d53f7c8713","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864157,"stop":1728085864158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"79594cc75f3116f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"44b6f801c097fd6a","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"888483b4b7a158e0","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864158,"stop":1728085864159,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"69ab2263790e62b2","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"1b4c9f3ff1038b0b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"9c3dbb80a1792b4","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9699ce6bbf92e8cc02281e3cf839721f"},{"name":"contentTopicsByPubsubTopic","children":[{"name":"groups content topics by expected pubsub topic","uid":"d8f6d83a3527e62e","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"2f8a0ca10d7860cb","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"a2646725ea50fde3","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"7e7e0d9f933e56d1","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"f00f1b00bc6429ab","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"singleShardInfoToPubsubTopic","children":[{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"e10800a0d14d2467","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"ca83873807e3da7a","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1728085864162,"stop":1728085864163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"6497167b4127f0bb","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"3ce6c53258c0008","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should convert content topics to PubsubTopics for autosharding","uid":"9e21ca684d38995f","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728085864163,"stop":1728085864163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"1f54e7293c15799c","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728085864163,"stop":1728085864164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"86f3479021f2f91","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"13e2121698f9f821","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728085864164,"stop":1728085864165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"79c8318bad355d93","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"80d3b5c6e1be8157","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"2168fbb55f26f5d3","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"c84a2a88de95e4fd","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728085864165,"stop":1728085864166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"258e680909aa6b34f16d75376981a0bb"},{"name":"pubsubTopicToSingleShardInfo with various invalid formats","children":[{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"9291680da5069961","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864166,"stop":1728085864166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"ea18a5e00afbf242","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864166,"stop":1728085864167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"bb05b13b0a1f7185","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864167,"stop":1728085864168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"8dca99751aa1d021","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"f2940ae205c1ea85","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"c8346a3ef361dda7","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"b3815947983c8973","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"748f33727aa24e24","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"1cd04203140537a0","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"b9c7cd52ebaf5c30","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"ec4b6a153450d516","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"c1b3c4e549de0221","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864170,"stop":1728085864171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"cdfd367391fc8c81","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"26301645e0bca444","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"6b9134432466028a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"2608b658def6acce","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864171,"stop":1728085864172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"2a5751ca0838fb8a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864172,"stop":1728085864172,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"1b985a3a8dce5760","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864172,"stop":1728085864173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"bcf5e4b8faf81d2","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864173,"stop":1728085864174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"8097f0c39a1593f1","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"d62a8c3c9fcdc41d","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"db9f7f2b71468b21","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728085864174,"stop":1728085864174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ccf995cc05ccf5d4ca0dd0e9faace051"},{"name":"ensurePubsubTopicIsConfigured","children":[{"name":"should not throw an error for a single configured topic","uid":"c069c5057db23a1c","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1728085864174,"stop":1728085864175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"354e1126a67c9793","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1728085864175,"stop":1728085864175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"8f8425dff2e0ab84","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31db813f7583183316906b1886ed94f5"},{"name":"determinePubsubTopic","children":[{"name":"should return the pubsub topic directly if a string is provided","uid":"5ac45e379ee59447","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"19a4c85802320058","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728085864176,"stop":1728085864177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"345911378d7ef6a","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"c7636a047061bf3f","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"a6c7be75ec23f302","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5feccc070f611ca5a3a360d1be4e108e"},{"name":"ensureShardingConfigured","children":[{"name":"should throw an error for missing sharding configuration","uid":"36295ac851c78579","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728085864178,"stop":1728085864179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"a7e9fc58524ac688","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"3ead64c174824532","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"77ba2ebe1eea27e4","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728085864179,"stop":1728085864180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"cdac72cb636f3276","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728085864179,"stop":1728085864179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed63b24f8659343b1d130eb7edd9b4af"},{"name":"contentTopicToPubsubTopic","children":[{"name":"should map different content topics to different pubsub topics based on shard index","uid":"e60988982e3adb8a","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1728085864180,"stop":1728085864181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"404a2ab4a6eb69ed","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1728085864180,"stop":1728085864180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"9c11703a66f3625b","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"3cd9f5be531dc94f","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7115ef39d68a6548f7d909112eedbc83"},{"name":"Relay Shard codec","children":[{"name":"should handle a minimal index list","uid":"72e1514f196e8425","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"f72ce90421db7082","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"62986e6b28820aba","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"433b045beeac890e","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1728085864273,"stop":1728085864274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"be828181715bcaa","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728085866678,"stop":1728085866679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"993b334a2b2afbf3","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728085866679,"stop":1728085866679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"cbbd888c82b7459b","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728085866680,"stop":1728085866681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"92eb5b7b95e97795","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"dd92edd140f642a6","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"14963d050df4daa2","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728085866681,"stop":1728085866681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"519cb7cd5dab1524","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1728085872126,"stop":1728085872128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a757a39a2809e606","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1728085872129,"stop":1728085872129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"145a034fb88af9af","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1728085872134,"stop":1728085872134,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"ba6e7bf4f310b4c5","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728085872162,"stop":1728085872163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"be520c3fa5bae39b","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728085872163,"stop":1728085872164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"8f116647668d1400","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728085872164,"stop":1728085872165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"bd0b91b77f31ee92","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728085872164,"stop":1728085872164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"91320f7868a42905","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728085872165,"stop":1728085872166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"ab99c00275b6fd32","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728085872165,"stop":1728085872165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"7dd330ab949c0b8d","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"ba6f925857129843","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d18435591d7a87016ce49b755f63a93b"},{"name":"Decoding","children":[{"name":"should be able to decode the field with only FILTER set to true","uid":"c3cd48e3ff76d1e3","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728085872167,"stop":1728085872168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"a1043ea7ec8d2b64","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728085872167,"stop":1728085872167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"daf4cf40bb6f8eb2","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"1bffb8415a229fdc","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"28c5d1e4a5df75d2","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728085872169,"stop":1728085872170,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"7d9b1c907bc1f16a","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"486c3bfbc497b047","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"988baf591d5da5f2","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728085872170,"stop":1728085872170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should encodeTxt and decodeTxt","uid":"48bcc2a628c056c3","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728085872738,"stop":1728085872738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"606e3c09534a6579","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728085872738,"stop":1728085872739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"3e75391d1c773537","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"7a6e347fd8107fc6","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728085872739,"stop":1728085872740,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"63fcdec0eccbfe19","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"69a2767d08419685","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728085872740,"stop":1728085872740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31f5f55f968e9ac0a89f545354014c7b"},{"name":"Verify","children":[{"name":"should throw error - no id","uid":"d0eeb32b114dde12","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1728085872740,"stop":1728085872741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"6b94a008ca9f8767","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"3b0f0e8332a71773","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1728085872741,"stop":1728085872742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"f76f1b05f3d3fdf5","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"77c7ffaa7eac133cfb8688cd0eec6d74"},{"name":"Static tests","children":[{"name":"should properly compute the node id","uid":"bd450e1a7bbb6234","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"546750b18389ae28","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1728085872742,"stop":1728085872743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"fe1aa5a6609ee76","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"720993dfc170a8cbd4b1d3944837f0df"},{"name":"Multiaddr getters and setters","children":[{"name":"should get / set TCP multiaddr","uid":"885466a39ddc34e0","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"86632f454299898","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2d629193d55cdb3c100d76041795442b"},{"name":"Location multiaddr","children":[{"name":"should properly create location multiaddrs - udp4","uid":"5ba11d631a11c9a8","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728085872743,"stop":1728085872748,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"8ce583840456b473","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728085872748,"stop":1728085872749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"5305a9eda285a811","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728085872749,"stop":1728085872750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"71473af09c17c547","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728085872749,"stop":1728085872749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"ab4887fad91da97f","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"4ff8bed0dd0b38c2","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"f845ad5860dc51c3","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with all protocols disabled","uid":"69acd75ce3467452","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"a9a848e6a5881506","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728085872752,"stop":1728085872753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"e17662702242027a","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"1fac6f59d12f84cd","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"275a9d76a425299","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"fdf84ff42185e4f0","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"303b87d9cb6efdff8b169465efbbcf73"},{"name":"Waku2 key: decode","children":[{"name":"Relay + Store","uid":"29190ed095850ff4","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d38d3c1929a20307dce6c2492f754ae3"}],"uid":"8bc0d03481d47f999cc7ec458535a066"},{"name":"selectOpenConnection","children":[{"name":"returns nothing if no connections present","uid":"a46662e2e5473ef2","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1728085879404,"stop":1728085879405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"a8c71518de8939d9","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1728085879407,"stop":1728085879407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return no connections if no open connection provided","uid":"75a18ffc24f89de0","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1728085879408,"stop":1728085879408,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"fdc140bda6b8683a","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1728085879408,"stop":1728085879409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"43bef0f97433f4fdc3786b9b968fc92a"},{"name":"to proto message","children":[{"name":"Fields are not dropped","uid":"f31192a47751b144","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1728085879411,"stop":1728085879412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"StreamManager","children":[{"name":"should return usable stream attached to connection","uid":"b39ce9a259832423","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728085879612,"stop":1728085879612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"d54413da37ec6dc2","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728085879613,"stop":1728085879613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should create a new stream if no existing for protocol found","uid":"2734c27887bb9524","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728085879613,"stop":1728085879614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return different streams if requested simultaniously","uid":"74fdf8575403c306","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728085879614,"stop":1728085879614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should do nothing if another protocol hit","uid":"1888e0e44033d666","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728085879615,"stop":1728085879618,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","uid":"e65e35fb518034ea","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728085879618,"stop":1728085879619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","uid":"a86a64dc9e4ade84","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728085879619,"stop":1728085879619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9c41b1c6c2c3e7d1c9505015e8730474"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all peers when numPeers is 0","uid":"d82afb596d375e61","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1728085879946,"stop":1728085879947,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"c2e88376672d075d","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1728085879947,"stop":1728085879947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"431918c30c19807e","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1728085879947,"stop":1728085879948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"58480783f17489d3","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1728085879948,"stop":1728085879948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"432f5df25333b53e52fa9f706980f0ff"},{"name":"Waku Message version 0","children":[{"name":"Round trip binary serialization","uid":"27e28f08bf19aa91","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1728085880162,"stop":1728085880163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"a6bc209d3ed46586","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"69fedc37c28b363","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d1f083d5237a231188c1f31b96f6c441"},{"name":"Ensures content topic is defined","children":[{"name":"Encoder throws on undefined content topic","uid":"6a79d5456a3b3b3d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"824136a93109f25a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"253ebf6e74808ea0","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"e9441984fb223c1b","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"ffad1ab8a4a7b85a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085897855,"stop":1728085897856,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"be80c4ba438cf387","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085897855,"stop":1728085897855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a7e9f819d5a76277","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085897856,"stop":1728085897856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"1b321d6cc07fff45","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085897856,"stop":1728085897857,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"c2b7719389eaee0a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"e488f3e5f6be2028","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085899571,"stop":1728085899572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"7440c8240b126e8a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a5c852588890b72c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Sets sharding configuration correctly","children":[{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"d55b577c4b828e62","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"16c91517e17a283bda5303edede9b71d"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"979fddc9c7161e5e","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1728085886583,"stop":1728085886585,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"ecd093f60c4ec113","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1728085886586,"stop":1728085886587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"1524cbbce366d2c1","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1728085886587,"stop":1728085886589,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Relay, 1 fetch","uid":"f68c86b53369109e","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1728085887349,"stop":1728085887350,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d9c584eb74d9155a","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1728085887350,"stop":1728085887351,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"a5a22c93dcd4b34","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1728085887351,"stop":1728085887352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"9ef168f07d1cd155","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1728085887352,"stop":1728085887353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"ceacea31a4f8aa6a","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887434,"stop":1728085887435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"4691c0f95f1dd063","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887434,"stop":1728085887434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"c322dbfe6754f0e6","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887435,"stop":1728085887436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"9c5cb1ace64445f5","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887436,"stop":1728085887436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"340f49fab015dd3e","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887436,"stop":1728085887437,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"6d7ee481989e5601","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"5ea86c67ed9f8875","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"57743e56279977c6","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"6def9e8733201e04","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"ae1bf2d49461452","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728085887947,"stop":1728085887947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"493dcc0bb7f5e2dc","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728085887947,"stop":1728085887948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"2e1ee21d0a7b5c75","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728085887948,"stop":1728085887949,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"f4084e6c1e2dfac5","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"c1df710651873a2","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"7da1725f45b5be2f","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728085887949,"stop":1728085887949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a58165be14785cc015506bf776542ff5"},{"name":"DNS Node Discovery w/ capabilities","children":[{"name":"should only return 1 node with relay capability","uid":"18f249ce54d1f583","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728085887949,"stop":1728085887950,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"d291f4098596b005","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"d4776a1ee081eb3c","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"731dbd37c1ccce26","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"b9d3660bf87d201a","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5caf1470a59c205cef021106d204928b"},{"name":"DNS Node Discovery [live data]","children":[{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"e378653771249daf","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"cae99f9ed07554f1","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"8a4b7d87cc76f99d","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728085929886,"stop":1728085929890,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"255810a108bbb38b","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728085929890,"stop":1728085929890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"7aef060190f03e15","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728085929891,"stop":1728085929891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"Local Storage Discovery","children":[{"name":"Compliance Tests","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"af4ff6cbe179c166","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728085891876,"stop":1728085891876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"46d275b70b16d30","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"39cf2a919dcc7d08","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e6d6c99ed4cce378","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"2c98cc078ae033e3","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"a9ca984d2c515c35","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728085891878,"stop":1728085891879,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"be1c897bc7f68fbd","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2a51a07e742fa8afd842cf4855bdd0f1"}],"uid":"bb5ded28d45f36ad0bb1c74d84b6b1d3"},{"name":"Unit Tests","children":[{"name":"should load peers from local storage and dispatch events","uid":"a0d02c19ba616219","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"76a0b1723fa5212d","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"4d9b15c68ae231ea","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"eac47a0e2775fcd","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"361af1005e60dfa1a3a025920c31b84d"}],"uid":"1668bc1a952e5aa9e171c1d148a68d98"},{"name":"Symmetric Encryption","children":[{"name":"Round trip binary encryption [symmetric, no signature]","uid":"b2dc12b5dd41fd4b","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1728085897852,"stop":1728085897853,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"1eaafee7c10b9fa4","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1728085897853,"stop":1728085897854,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"eae3612bc05bf93a","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1728085897854,"stop":1728085897854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8a2649ba10025ef69053408ea765bb47"},{"name":"Waku Encryption","children":[{"name":"Asymmetric encrypt & decrypt","uid":"d37e5b7f13c011a1","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1728085898290,"stop":1728085898290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"11a9f05e259e1b6","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"2dc626ed6c1a0246","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"547fe44936b18ddd","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1728085898292,"stop":1728085898292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, no signature]","uid":"b7b568133757f469","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1728085899569,"stop":1728085899570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"a681612745f62213","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"39709dc221995392","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"ea088b19f0fc25eb","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1728085902767,"stop":1728085902768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"8e2301d79d8b5e32","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1728085902768,"stop":1728085902769,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"44f8a7d06d68c53c","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1728085917709,"stop":1728085917712,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"ea6791d4ee40e81d","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1728085917712,"stop":1728085917713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"c6927c3cb9264574","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1728085917713,"stop":1728085917714,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"475060a3fe0f0b01","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1728085917714,"stop":1728085917714,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"waku:connection","children":[{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"ee5f276fa18f8b0","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1728085917715,"stop":1728085917716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"f337c2cf13418b7c","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1728085917716,"stop":1728085917716,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bd4a9805227b23e8ad19b99668722b63"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"bb6009188327ba22","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1728085923995,"stop":1728085923996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d8521d62e5ccc120","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1728085923996,"stop":1728085923997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"c1579e61f8efb8a7","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1728085923997,"stop":1728085923997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"ebe352d8d4e81610","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1728085924026,"stop":1728085924036,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"3bfdec702d96a774","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1728085924037,"stop":1728085924038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"ae94e489c1db3734","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1728085924039,"stop":1728085924040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"b6525ce423a08947","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1728085924041,"stop":1728085924041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"baec3792014b75c3","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1728085925277,"stop":1728085925279,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"7136651300b5d8fe","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1728085925280,"stop":1728085925281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"72e7cf47149d25e","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1728085925282,"stop":1728085925284,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99dcbcaf3922acac9dc2c0af5ad8a17b"},{"name":"For peer-exchange peers","children":[{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"a43bd7073972a5f7","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1728085925284,"stop":1728085925285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"a9d18bda9482770f","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1728085925285,"stop":1728085925285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"92e7b88b80464534","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728085929870,"stop":1728085929870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"2aefb929eb23229c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728085929871,"stop":1728085929872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3e3781da6a0760a0","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728085929876,"stop":1728085929876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"52c117b518e3c1c0","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728085929877,"stop":1728085929880,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"98ed37f25eaf54ae","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728085929877,"stop":1728085929877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"105ad8200de72937","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728085929880,"stop":1728085929885,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"9fb54c3c47c58c2c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728085929885,"stop":1728085929885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Connection state","children":[{"name":"should emit `waku:online` event only when first peer is connected","uid":"dd419a9917c3b28e","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728085948112,"stop":1728085948113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"6d0f4ba5bc0f890e","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728085948113,"stop":1728085948114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"8719388011b0e6ea","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728085948114,"stop":1728085948115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"a1a897eceda9ab25","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728085948114,"stop":1728085948114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"fda0f4184982d5ea","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728085948115,"stop":1728085948116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"ca7d101d5226a95f","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728085948115,"stop":1728085948115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"b07fd89bd38b40e0","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728085948116,"stop":1728085948116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"32568eb079fc6375","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957570,"stop":1728085957571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"bb8d8c7536390ab7","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"9a8dae1ee6289617","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957572,"stop":1728085957573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"9ccb3c58dc7426d2","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"c2d94f1c114265ce","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"bd6d7daa009602a4","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"a3b174e2caf0cd6e","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957574,"stop":1728085957575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"3ee200a376828cd1","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"77f96773f4f66402","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7edea4fe6f0e135280e6d533cfa8f16a"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"92a451c6d0f31aef","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1728085959887,"stop":1728085959888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3de009f6c92cb461","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1728085959888,"stop":1728085959890,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"642ca5d72a5e70bc","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1728085959890,"stop":1728085959891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"62c2aa535737112d","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1728085959891,"stop":1728085959891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"23277529f2544c1d","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1728085963110,"stop":1728085963111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"aef386c34245980b","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1728085963112,"stop":1728085963113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"82ca832e4312574","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1728085963113,"stop":1728085963114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"56e20d6869693fed","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1728085963114,"stop":1728085963114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d0611b03c1f8ce8952692cb4235036e6"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","children":[{"name":"Ping on subscribed peer","uid":"894ddda02761b7fa","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1728085963114,"stop":1728085963115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"9c97258ce92e73ac","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1728085963115,"stop":1728085963116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7bbcf9f4b9f1cdff","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1728085963116,"stop":1728085963117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"fef1c0e0a7487bbb","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1728085963118,"stop":1728085963118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"985378f685d93581","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1728085966212,"stop":1728085966212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"30cd4cb628af5863","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1728085966212,"stop":1728085966213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"5f687258772d17a1","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1728085966213,"stop":1728085966213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a37faf5f9a5688fa17becb25085a48f4"},{"name":"Waku Filter V2 (Autosharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"deabbfe0e47471a2","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1728085966214,"stop":1728085966214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"786e4b6b88f54a10","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1728085966215,"stop":1728085966217,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4f7f4c791b7e11fa","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1728085966215,"stop":1728085966215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"5e7f8fb240e8fc8","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1728085966217,"stop":1728085966218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1a4ed0ee63fab288032da5da6369d602"},{"name":"Waku Filter V2 (Named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"15e69bbf7e93937b","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1728085966218,"stop":1728085966219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"7c9cf071739e6814","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1728085966219,"stop":1728085966219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"5f3bdd89b1b433b9","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1728085966219,"stop":1728085966222,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"f10636983dffe75f","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1728085966222,"stop":1728085966223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"51b512b67749883","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728085985728,"stop":1728085985729,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"6ce24a0f14cd0b17","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728085985729,"stop":1728085985729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"3b4b74ecbce8635a","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728085985730,"stop":1728085985731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"165175d7fe9eeca6","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728085985731,"stop":1728085985731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"80702908c83bc0d3","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728085985731,"stop":1728085985732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"f822914c8eb1634e","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728085985733,"stop":1728085985733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"dd562719f19c0bff","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728085985734,"stop":1728085985735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"fd69c524d02f07af","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728085985736,"stop":1728085985737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cea680d74165ae8fdc3ee6d5a811cc74"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7fbfcaf2c1a3ba7a","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"ba04e3f111fd5993","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"6685253dd8320d63","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728085992916,"stop":1728085992917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"5cc8eef68cea665d","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728085992916,"stop":1728085992916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"27d39096f5e09c37","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728085992917,"stop":1728085992919,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"1a9a1bbdda356ac6","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728085992920,"stop":1728085992921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"a68e08d723660d46","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032734,"stop":1728086032735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"402402d7624d98db","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"9f4ac31a9b49c8e3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e7f409d0779fc46b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9732887460fb8ff4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"7fbdd81c44cebf9d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032737,"stop":1728086032738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"280f30ce77d7b097","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6e98617309c09cb5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"93bad5c4fd287230","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"d342a144a5dfeca2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032738,"stop":1728086032739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2831a71f35afd678","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"fdb191808cef9c04","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032739,"stop":1728086032740,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"383c4e5fb3d07973","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"f34b67538ece5265","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032740,"stop":1728086032741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"88772e61a7edba8c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085916617000000 ","uid":"7fb0ead8eaae26b3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"a20432816958a7db","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085916617 ","uid":"915d75110928f8ef","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"dcf464ab2e2f2982","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"4225ae55de22496c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"2d03d70791ed47d1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"4a103e27560b16cc","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032743,"stop":1728086032744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"7a1cf7a97772459f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032744,"stop":1728086032745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"ec9a82f13d2d4749","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032744,"stop":1728086032744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"6e163abdc470fd20","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032745,"stop":1728086032746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e21372ada50b4ef","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728086032745,"stop":1728086032745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"44574ec1fa0c4ddf","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"95af029eb356d11a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"6a6441986741f3c3","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728086033867,"stop":1728086033869,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"cef5215c819ee9fd","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728086033869,"stop":1728086033870,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"1cad6b7905806a91","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728086033870,"stop":1728086033873,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"5eaa18032b80c6e7","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728086033874,"stop":1728086033874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"aed9cd5542c19d29","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728086033874,"stop":1728086033875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"9ec36b643a73826b","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728086033876,"stop":1728086033877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"6051a59a368a18","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728086033877,"stop":1728086033880,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"7118f53f898aa285","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728086033880,"stop":1728086033881,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"acc29030b99e0c0a","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728086033881,"stop":1728086033882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"14e625fc95ad2ca0","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728086033881,"stop":1728086033881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"7e470c3dd26c4f06","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"2c41ad45855a1950","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"97a2244049faf256","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728086033883,"stop":1728086033883,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fbf4020c8ffe8764","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728086033887,"stop":1728086033887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"5d61976cd6ba38e2","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728086033887,"stop":1728086033888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"ceab21f992b981ec","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728086033889,"stop":1728086033890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"b22500aa14aa074f","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728086033891,"stop":1728086033891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"e89ab36a587b285b","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728086033894,"stop":1728086033894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b92eca3e05a7eb76cf0ca2d530e1ad41"},{"name":"maxBootstrapPeers=3","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c094a3122b6083c4","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728086033894,"stop":1728086033895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"8462a284a5687adb","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728086033895,"stop":1728086033895,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"158520fddd4c87ed","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728086033895,"stop":1728086033897,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"c2b96aeec012cb74","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728086033897,"stop":1728086033898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9ad7996b28ea2fec","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6329d3862f5e24c4","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"efd07dd2266a4b27","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728086033899,"stop":1728086033907,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"2160dd973b09a0b1","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728086033899,"stop":1728086033899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"74815f363408001e","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728086033907,"stop":1728086033907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"b176415e5be38036","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728086033907,"stop":1728086033908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"49bb2294c2cfdadb","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728086033908,"stop":1728086033910,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"25b96c011acb6fa1","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728086033910,"stop":1728086033910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"c177e4ce393965e","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728086033911,"stop":1728086033911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"2b1fcd2d8b1c11ab","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728086033913,"stop":1728086033914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"66447a6b314a5930","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728086033914,"stop":1728086033918,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"597876d6dd977119d418c3d12f186803"},{"name":"maxBootstrapPeers=6","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3922b803d4e15e04","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728086033918,"stop":1728086033919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"4158f643ef28b64c","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728086033919,"stop":1728086033919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"7046220e2a95589b","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728086033920,"stop":1728086033920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"119f86a59c70c172","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"7d01bf3b2e18b63c","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fdb01139a32c46716918889b88a43816"},{"name":"maxBootstrapPeers=7","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"207b38473a88824e","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728086033921,"stop":1728086033922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"bda795065320ac9b","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728086033922,"stop":1728086033922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"a37c7ec797a080a4","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728086033927,"stop":1728086033928,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"e2c6daed569aba47","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728086033927,"stop":1728086033927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"bdf3e1ce72f6ad30","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728086033928,"stop":1728086033928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b5f40c5a1da4aa635251260bd8d9423"}],"uid":"b8c2f42bc72386c71dfb46cd2b9aa7cb"},{"name":"getPeers property-based tests","children":[{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"f686b97c8df5fc6b","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1728086033929,"stop":1728086033929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"8e88f63feb2bed92","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728086056625,"stop":1728086056626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f6036dacd07cb56f","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728086056626,"stop":1728086056627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"1efbac4022bf1e31","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728086056627,"stop":1728086056628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"70f12f7c892f0d14","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728086056627,"stop":1728086056627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"c5927e8527185d04","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728086056628,"stop":1728086056629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"c1b5d6f7f5869816","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728086056628,"stop":1728086056628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"7c271e27e9bde940","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728086056629,"stop":1728086056630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"cfe09833d05ac86","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"86c7864ebdb0f3e8","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"2343d887aa5b7c02","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"85bc7f5c38040473","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"e31876f9c140ee4f","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728086056632,"stop":1728086056632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Health Manager","children":[{"name":"Should update the health status for protocols","children":[{"name":"LightPush with 0 connections","uid":"fe5e356efb15fd84","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728086059797,"stop":1728086059798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"47f7e9f00917638b","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728086059800,"stop":1728086059801,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"2b0d57b92cbe0600","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728086059801,"stop":1728086059805,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"115a0fb0fe34f2f","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728086059806,"stop":1728086059806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"d8d485aad6d1b5a7","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728086059806,"stop":1728086059811,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"501e0fceb6990bf5","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728086059811,"stop":1728086059812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"7e3dcb7c90370db6","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"e1748ed86b2576c6","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"37c3a9cc325e9c4b75817a554f9cf514"}],"uid":"d3066756c03bf1e444166ae90377dcb1"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"c2feaa1da6535cb3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063169,"stop":1728086063170,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"bb3725bf2af3a28c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063170,"stop":1728086063171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"b1cc62ab41b6ef43","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063171,"stop":1728086063172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"73e43d2f5e212e17","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063172,"stop":1728086063174,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"be186046a74b0492","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063174,"stop":1728086063175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"bea64bdd178c6347","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063175,"stop":1728086063175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"98170804de26a7fa","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063175,"stop":1728086063176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"68a750e550ce9221","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063176,"stop":1728086063177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"eff5fbfb0c5087d8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"fa563e314c3abb93","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"f4f7f3884ff2edb4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063177,"stop":1728086063181,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"c80fcfd70df066cf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063181,"stop":1728086063182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"8e272dbab55b72ad","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063182,"stop":1728086063185,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"15b2f1187de9c1d0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063185,"stop":1728086063185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"615e56f810d02898","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063186,"stop":1728086063186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"1e9ffaad3b0cb0af","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"828cac22c9f5390","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"27d7bde3cda12ba","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063188,"stop":1728086063188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"c1e92c02b6e9b0b3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063188,"stop":1728086063192,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"f8a6cf5175fa99f4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063192,"stop":1728086063192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"4f9062541a9a2256","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063192,"stop":1728086063193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"b29b4335f3dfbd7d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063193,"stop":1728086063197,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"6dbb379d41944d65","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063197,"stop":1728086063200,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"ba3aba84c3e2cd71","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063200,"stop":1728086063200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"9f6f1a6c4d33476f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"6949d337d51daf60","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"92a9e6c74fa68684","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063202,"stop":1728086063202,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"cccc05f6a4062ffb","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063202,"stop":1728086063204,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"93320371a2a357e1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728086063205,"stop":1728086063206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"Waku Light Push: Connection Management: E2E","children":[{"name":"should push to needed amount of connections","uid":"dfca8d95a814a5d2","parentUid":"7dedc1de5d2c22c64326ac7fdfcb703a","status":"passed","time":{"start":1728086085065,"stop":1728086085066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to available amount of connection if less than required","uid":"8528be375cb158de","parentUid":"7dedc1de5d2c22c64326ac7fdfcb703a","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connections available","uid":"e5619e5fb2c4bf80","parentUid":"7dedc1de5d2c22c64326ac7fdfcb703a","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7dedc1de5d2c22c64326ac7fdfcb703a"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"b5d4f4f846c53dfd","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1728086118962,"stop":1728086118963,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"154c31fbeaf3dd29","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1728086118963,"stop":1728086118963,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"7b4fdacd86d444b7","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e52eee00913614603b5b19434d7c51b2"},{"name":"Waku Light Push (Autosharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"be07891ebc876da2","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"338b104933b03014","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"df5655ebee51daf","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d6496b88b6dffc3a","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"65b1590e35d8c702","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"55d807484e77340d","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1728086118966,"stop":1728086118967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"6f73b432f90bcd50","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1728086119053,"stop":1728086119054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d97a75222c68cb30be8516b31f542691"},{"name":"Is also","children":[{"name":"A test","uid":"6d0dec17578e367","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1728086119054,"stop":1728086119054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Metadata Protocol","children":[{"name":"receiving a ping from a peer does not overwrite shard info","uid":"eac01cadf6829a1f","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"4d7a196913726e51","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connections","children":[{"name":"same cluster, same shard: nodes connect","uid":"84f7d6483627fe20","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"16196731704e2e23","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"d8d89dfc5f25f34","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1728086142733,"stop":1728086142733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"6de53b511614b924","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1728086142734,"stop":1728086142734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"11ea844f0548f002","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1728086146256,"stop":1728086146256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not attempt the same peer discovered multiple times more than once","children":[{"name":"through manual discovery","uid":"c2ba5456e5e17343","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1728086146258,"stop":1728086146258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1e048c606fd404a2c44ada77bca3101a"}],"uid":"ed3199962ddbdce221ebc3aee5f07a71"},{"name":"nwaku","children":[{"name":"Correctly serialized arguments","uid":"de28601bfe9d5fb0","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1728086146568,"stop":1728086146568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Node Health Status Matrix Tests","children":[{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"e7e4df141b17886","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150764,"stop":1728086150764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"1f4fd9b3b4118d2f","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150765,"stop":1728086150766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"fd1bc53730313fd1","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"154688aebbee31c1","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"5805767588fd38e","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150766,"stop":1728086150766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"10de8dc250130167","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150772,"stop":1728086150773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"a09dcce14d314815","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150773,"stop":1728086150784,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"ad3bf7c59e1fc6de","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150784,"stop":1728086150786,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"e0cb1a643011ae68","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150786,"stop":1728086150787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"c3452c52ebedc475","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150787,"stop":1728086150787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"7dcb34296d313879","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150789,"stop":1728086150789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"b1399f1581f292d6","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150790,"stop":1728086150790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"97f8580dbfca6725","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"broken","time":{"start":1728086150793,"stop":1728086150804,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"5505a0b00b47eeb","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150804,"stop":1728086150804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"19d349984aacf1e7","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150804,"stop":1728086150805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"b354149651c4f9c2","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728086150805,"stop":1728086150810,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b68e89c69b548d79360b3bc3f085612c"},{"name":"Peer Exchange Continuous Discovery","children":[{"name":"Should update multiaddrs","uid":"b910934e94b3bd74","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1728086151434,"stop":1728086151435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"6f9836812fd92584","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1728086151435,"stop":1728086151435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"b38b01fe67fd8afe","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"4c54a7f651671e3","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ae2e922cd05b8997","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f0a34c76c2717bab","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171690,"stop":1728086171691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"b212105f62c1486b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"51decd00af59208","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"961d27e1a762f593","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"4609b7d8659daf72","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171691,"stop":1728086171692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"bd3fb3c986868be5","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171692,"stop":1728086171693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ed31f83a8705f46b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"8247483eef1efcda","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9130a32d149c46dc","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171693,"stop":1728086171694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7bffe5d5ee41db07","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"526b87319ec2f458","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"392d22684333e821","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"da18140fd1876da2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349000000 ","uid":"25124cf290047d2d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171695,"stop":1728086171696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349 ","uid":"385783b2e9843a70","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"2f1c9212fb9f6003","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"472c54f1c0c1e288","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"e4c4420e98307408","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171697,"stop":1728086171698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"de13fb796a2f1c59","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e6d7cb59ed5c9664","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"d03aca72f04fd300","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"25721d89274d747c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728086171698,"stop":1728086171699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e5f5779131671bcf","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"79eaca3bcb896008","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cddf321d453ccfeb1c38dfaa4bf0811f"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","children":[{"name":"Check received message containing short","uid":"68fcaa4c9b2f92b8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"f41f633a02111ffe","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"cac5e4399eb79c34","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171701,"stop":1728086171702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"8ae38b3d1c00ecbb","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171701,"stop":1728086171701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b765135c55444fbf","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171702,"stop":1728086171703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"525102e565eec6a8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c737e9c713096a41","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"e3f6b30b177242f2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171704,"stop":1728086171705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"ca9c0a517a260dc5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171704,"stop":1728086171704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"d7e6874fa643074b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171705,"stop":1728086171706,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"f4a97c95e76399a9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171705,"stop":1728086171705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"c93d58651d2d9ef9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171706,"stop":1728086171707,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"b7dd54ab5db77aea","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171706,"stop":1728086171706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"5795ba5d534cdccd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171707,"stop":1728086171708,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"f8477b3aad894ed8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171707,"stop":1728086171707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"da4a17aadacba647","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171708,"stop":1728086171708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349000000 ","uid":"69d9996bc471f472","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171708,"stop":1728086171709,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349 ","uid":"5630d351c4141a99","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171709,"stop":1728086171711,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"50c7cf988d8d1853","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171711,"stop":1728086171712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"86162838464be5dd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171712,"stop":1728086171712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"2423743dbf0dd311","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171712,"stop":1728086171713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"e8793bf1f5e0f43a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171713,"stop":1728086171713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"94d16b314820c6e6","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171715,"stop":1728086171716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"1fcf4f9b32a9bf8a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171716,"stop":1728086171718,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"5acd1b2b6fb51fdd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728086171718,"stop":1728086171720,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"54970411b08dc562","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1728086171720,"stop":1728086171721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"47f8280cfa42ccd9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1728086171721,"stop":1728086171721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Peer Exchange Query","children":[{"name":"less peers than existing","uid":"dbf2be14ff15aea9","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1728086171968,"stop":1728086171969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"cdeee36b1a7fcd32","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"57508621d83b1956","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"c0a69efea933154d","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1728086171969,"stop":1728086171969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Delete observer","uid":"bb18324a34e2e596","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1728086173698,"stop":1728086173699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"24b2b0925072b225","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1728086173698,"stop":1728086173698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"3e7e35a16482575e","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1728086188759,"stop":1728086188761,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"e1f21a1b230df9bf","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1728086188761,"stop":1728086188762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"503b0d93fcc3cffd","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1728086188762,"stop":1728086188763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"e00e3fab1a14ed19","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1728086188763,"stop":1728086188764,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"eac8fe883b0d19cb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192488,"stop":1728086192489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"28992a9460c6417a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192489,"stop":1728086192497,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"1ca15b473adf836c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192497,"stop":1728086192502,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"703ad0b769c340","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192503,"stop":1728086192503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"d969f26474164caa","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192503,"stop":1728086192508,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"3b871ac45a79d205","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192508,"stop":1728086192508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"cd05e64b7c2f7a61","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192508,"stop":1728086192509,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"6a6e859d99ee0774","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192509,"stop":1728086192510,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ae7ed89da5ae29d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192509,"stop":1728086192509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"aed43f61be8deaa0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192510,"stop":1728086192510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"57f4e8af1b7a33a7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192510,"stop":1728086192511,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"354efca99c57dee7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192511,"stop":1728086192511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"5013c45ce263596d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192512,"stop":1728086192512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a11c83cc6dc42cf1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192513,"stop":1728086192515,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"d88475bc74d46371","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"befb67c79048004e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4b39459d9f6f6888","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192516,"stop":1728086192517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"d32094bd60f5df5b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192517,"stop":1728086192519,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"2284530570e1e14","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192519,"stop":1728086192520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"dcd9be6200de6a07","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"a9405b2167a121fd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"c46cf26f5b894218","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192521,"stop":1728086192521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"2f18e1f462f934aa","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"3d79f0b3ad369d90","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"9ae0f962cdabf7a7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192522,"stop":1728086192523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"7c43bb2eaed009f7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192523,"stop":1728086192526,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"2a347c9db35974f7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192523,"stop":1728086192523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"3517275f09b2cc4d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192526,"stop":1728086192527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"89088d5e043aa64c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"6a892c64ace84e9f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"dde67ac0e9abb810","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192528,"stop":1728086192529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"c82bda72ac4f335","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"da88ad5d42c07996","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"c7c7fc0b1fb20759","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192529,"stop":1728086192529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"8c58a079030b5a7c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192531,"stop":1728086192531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"ab59db78f38daa78","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192532,"stop":1728086192533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"dd35bb967b7fd69c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"8bb704114883955a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697327663558","uid":"46a555806c0a269f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728082463558","uid":"ba5d4fdb73d31c7f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"fc2631ba2fb2f6ab","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"cf7529f953cbde28","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192534,"stop":1728086192535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728089663558","uid":"cfc0739fa58406b1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"e4f99da98a89d697","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"b3768744a1e053e9","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9a8e3e18eb12f25e","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1728086196551,"stop":1728086196551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"24c0a3e2fbefd2af","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1728086196551,"stop":1728086196560,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"Nodes with multiple pubsub topic","uid":"666e23e67daa093e","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"ec0120d13eb86a5a","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"cff3f067dfccf75","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"daf0813a1ee6b640","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1728086196562,"stop":1728086196562,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"8ae1be69fda80ac0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203088,"stop":1728086203089,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"cf738a756acc6543","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203089,"stop":1728086203089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"9e1f624eba61b901","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203089,"stop":1728086203090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"9da6391df3e6d8ce","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203090,"stop":1728086203090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"5ae76e64687f3561","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203091,"stop":1728086203092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"6d53f03ea314d502","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203091,"stop":1728086203091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"743f537e3cf33555","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203095,"stop":1728086203096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"688e382933d87376","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203097,"stop":1728086203098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"981fac9a029aa792","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"bfee58bb9bf6c120","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"71e7611e89338a13","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"7541e08b9d6c0d3b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"970ea26012a24111","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203099,"stop":1728086203099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"d015669b7ef140cd","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203099,"stop":1728086203113,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"f2166dbb2db628d9","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203114,"stop":1728086203115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"46ebafcf4da1c5b2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203116,"stop":1728086203117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"ac0895c60c9fe504","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203117,"stop":1728086203118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Oct 14 2023 23:56:32 GMT+0000 (Coordinated Universal Time)","uid":"b31bf8d20eb6db4c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203118,"stop":1728086203123,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Oct 04 2024 22:56:32 GMT+0000 (Coordinated Universal Time)","uid":"363da953a68bc0a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203123,"stop":1728086203125,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Oct 05 2024 00:56:32 GMT+0000 (Coordinated Universal Time)","uid":"92de50e81645a186","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203126,"stop":1728086203127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"86416ad9af91e6e1","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203128,"stop":1728086203128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"44aaee5bc689bfb5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203128,"stop":1728086203129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"13e4f77d24fe5300","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203129,"stop":1728086203129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"c364649323848a47","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203137,"stop":1728086203138,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"92af190a02b10376","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1728086203140,"stop":1728086203141,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"184b2022d855f367","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203140,"stop":1728086203140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"30b3399ce9fb4f2e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1728086203141,"stop":1728086203141,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"dab070080be726a4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203141,"stop":1728086203150,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"7455c829c4445c54","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728086203150,"stop":1728086203150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Mutual subscription","uid":"9e24fd848bdece28","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207855,"stop":1728086207855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"3fba57b5d31dbe8f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207861,"stop":1728086207862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"f0bbcc9f9c5d309c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207861,"stop":1728086207861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"351aaaf39c22c008","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207862,"stop":1728086207862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"a864bb35ef5f0a4a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207862,"stop":1728086207863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"7dd69d0f9c5172ef","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207863,"stop":1728086207863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"f31fd75a761c480b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207873,"stop":1728086207874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"caef9ce8e502f642","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207873,"stop":1728086207873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"305dc037fb3b5938","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1728086207881,"stop":1728086207883,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"375e599e4f1a8afc","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1728086207887,"stop":1728086207887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"535643171a880ed1","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207887,"stop":1728086207896,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"84a8ba3b4888c36a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207897,"stop":1728086207898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"238a132a73df6145","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207898,"stop":1728086207908,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"3b72672e59dc87f8","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207909,"stop":1728086207909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"14c998064bcc655b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207910,"stop":1728086207911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"c2ad1270d41bcc88","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"6252ceb8380d6079","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"f9ae94b5c7864f79","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207911,"stop":1728086207912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"bc12a7b92575269c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207911,"stop":1728086207911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"107a9cd2445d3995","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207916,"stop":1728086207920,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"ab13e8fdc7aaace8","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207920,"stop":1728086207920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"9b9f36340d16e36c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207920,"stop":1728086207921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"ad0436ac00323e44","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"2fd95a123e5755c8","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"148a4f1ea5164c8f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207922,"stop":1728086207922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"8a845a0cc2645cd","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728086207922,"stop":1728086207923,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"297c2a5ab0ba7243","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226454,"stop":1728086226456,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e609a82743e2286e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226456,"stop":1728086226456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"5c8efaffe0c93439","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226457,"stop":1728086226457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"1ca993c500aeedf3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226457,"stop":1728086226458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"812c926da28a2c48","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226458,"stop":1728086226459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ab6674d8cb12d0eb","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226459,"stop":1728086226459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"8c2b931f90c84712","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1aa7c4c50a85abb7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226460,"stop":1728086226461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"60a8d735fef34cea","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"ca8c920ee54e3d21","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226461,"stop":1728086226462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"35e47ed9356cc823","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226462,"stop":1728086226462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e829486fc45699ef","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226462,"stop":1728086226463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"afa6afd06e8c42a0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"6e3f446fa51ae355","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226463,"stop":1728086226464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"189a861b38986b34","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"aec28071debb7aa9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"6f9f4377a7bfa279","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"8cd8a3bcc6eaae0b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"3a56176950a2cd00","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"17c7219672c486ab","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226465,"stop":1728086226467,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"81344f7f3d07d395","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"e471ff8d8dc9dff2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"9b0a127b1ac8acc8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226468,"stop":1728086226468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"e0c356df062a7585","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226468,"stop":1728086226469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"adc6447fcae09fa0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226469,"stop":1728086226470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"8dd8c1f8007f72a0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226469,"stop":1728086226469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"4dce0cae9763b7e4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226470,"stop":1728086226471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a2a6965ce18f1817","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226470,"stop":1728086226470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"7adb1650876f8325","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"2f26754a3638a234","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"d10c9d89e46273cf","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"287c95f24b558b7c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"93b685f8f42d8a1f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226477,"stop":1728086226479,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"378e02fa77b77048","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226477,"stop":1728086226477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"819f514b9f23bc52","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"dd5020a8eacad958","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"2c10d0b7b4dbfcf5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226480,"stop":1728086226482,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"37be7faad9270c52","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226485,"stop":1728086226495,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728082456949","uid":"46b26ec0ea6b5131","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226496,"stop":1728086226506,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697327656949","uid":"b9107c90cdaa53e6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226496,"stop":1728086226496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728089656949","uid":"83207113a07930e7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226506,"stop":1728086226506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"c50cd7f0bb829a3a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226506,"stop":1728086226507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"2fba30df8e7ccea7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728086226507,"stop":1728086226507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"9483efd4d1e072d1","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1728086232770,"stop":1728086232771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"8900570e82d0e9e2","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1728086232771,"stop":1728086232775,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"cf6e73554d4f45d3","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1728086232775,"stop":1728086232775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"af2d014fab64fc35","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1728086232775,"stop":1728086232776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"34d0e8e9a3cff7b","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728086246327,"stop":1728086246328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d9ebfa6eb64ffb7","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728086246328,"stop":1728086246330,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"f5198a07d84091c3","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728086246330,"stop":1728086246331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"96d8371931ee12ab","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728086246331,"stop":1728086246334,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"2600c002804465ed","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728086246334,"stop":1728086246335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c60d0fc8f0c8f90c","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728086246336,"stop":1728086246337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"10c27bc8232b6c94","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728086246337,"stop":1728086246339,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"17c643a435493b87","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"61e1ac099767b02d","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app95/7/topic402/test.js","uid":"7e61c0538f9e54fc","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235211,"stop":1728086235212,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app23/1/topic549/json","uid":"258aa3d4f4923022","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app44/3/topic7/xml","uid":"8b2c2edbac8cad20","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app87/9/topic319/json","uid":"4255341be406ec37","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235212,"stop":1728086235213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app28/8/topic13/utf8","uid":"18327c915cb6db92","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235212,"stop":1728086235212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app78/10/topic382/test.js","uid":"e441a2e2596506c3","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235213,"stop":1728086235218,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app61/8/topic836/proto","uid":"bf3d50e177bc273b","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235219,"stop":1728086235220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app33/5/topic435/utf8","uid":"8f1fcf7e3db8213a","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235220,"stop":1728086235221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app82/8/topic328/test.js","uid":"978662e3e4ae9e50","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235221,"stop":1728086235222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app21/3/topic128/json","uid":"4c12dd2db2f09b0f","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235222,"stop":1728086235229,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"e03d3bb1619ecd7d","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728086235229,"stop":1728086235229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"configure the node with multiple content topics","uid":"956383290bcfa523","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"5a9ae0360b7aeb08","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"8edd648c8605691e","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1728086235230,"stop":1728086235231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c1298819c2cb74c1497f827790fba312"}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"7aa23d4332793f3b","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254809,"stop":1728086254809,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"502f6287f8c0940c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254811,"stop":1728086254811,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"a6bd854d0d0659ad","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254812,"stop":1728086254813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"8c17fe42e4681b1f","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"94a82fa687b87d1c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"dd20ad2b9b1bf958","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254813,"stop":1728086254814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"fc5e7f7859cf754c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"9dc588761292a69a","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"2d910e02d190a8c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728086254815,"stop":1728086254815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"5c7c0e2e2f5f2801","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258652,"stop":1728086258653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"6f8326c30a6639bb","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258654,"stop":1728086258654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d648e5fdee9b3ddd","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258655,"stop":1728086258655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"bd6e426618fdfe94","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258655,"stop":1728086258656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"61e954461eb76e6d","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2502db62d168b3ce","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"1d16692a4fa71ed8","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258657,"stop":1728086258657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"445f0a0cd3839a4d","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258657,"stop":1728086258662,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"bd24e0cd747c5a1f","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258662,"stop":1728086258662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"829f2f764f387eed","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258662,"stop":1728086258663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"f1682a2e1fd03d30","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"1b30b9605767950b","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"ea0cfa5d0f327b17","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260288,"stop":1728086260289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"9c98f277ebe1344c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260289,"stop":1728086260289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"9b6cf7d67bfc52ae","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260290,"stop":1728086260297,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e8157e6e8c760a12","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260297,"stop":1728086260299,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"c1d901bd38078939","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260299,"stop":1728086260300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"ca00cf34e4419a19","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260299,"stop":1728086260299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"262d8467400c52ed","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"2c5fbd112681c599","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"d7f682c9c1b6ebb9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260301,"stop":1728086260302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ef5f2d759faab2e5","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260302,"stop":1728086260307,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"fd1dc257a2db03c7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"fd099fa2a21e9478","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"fdc0ce8bfe39f66","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260309,"stop":1728086260310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"3dccd48e0ca34ae3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260309,"stop":1728086260309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"deae9099de3befce","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260310,"stop":1728086260311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"2b8e7235109168cf","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260311,"stop":1728086260313,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"712c9cecfe1377f7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260313,"stop":1728086260314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"36dc93f63b4e712","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260313,"stop":1728086260313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"fd116679d1948fb0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260314,"stop":1728086260314,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"a357d9e1527b5c01","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260314,"stop":1728086260315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"1d799a91f795af63","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"766e1788753ae608","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"3fc4a69466e54068","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"82f02be981ccb98f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"6492489c7d81324e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"b66c27bd3b72d197","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"d596f517df101879","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"5e41f9ed2b83302e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"1f4a58accc00d6ed","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"79bc21179354d4d696ab0ed95aaefc00"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","children":[{"name":"Subscribe and receive messages via lightPush","uid":"1062797fa7b688af","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"96fa88f0d72d33b1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260319,"stop":1728086260319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"53e7722717858a37","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260319,"stop":1728086260320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"d42f26786c829770","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"a78dcec77618fae7","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"2e93d1794498054f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260320,"stop":1728086260321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"46967230aa68e112","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"ed74e1159fb29ff9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"36002c9104f18b4a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"9ee340042492613b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"bf21e42cbc0f9ed0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"6d314b84aacd892b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d85982409454e3a4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"ed71b046a6cd1335","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"9c0266ba8496606e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260324,"stop":1728086260325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"424e63bbd437164d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"c65018c25f4a3e83","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"8953c0982d2eb2aa","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260325,"stop":1728086260326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"de64bce642fb0d5a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"f586e3bf4ae2c9b4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260326,"stop":1728086260327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"aba4f98cf23f457","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"79fdeaeaec4edff9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"1b731c665dedbab7","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260328,"stop":1728086260329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"d8a33cd5ce8fcc2c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260329,"stop":1728086260330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"f3e56e9bf806ea4b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260329,"stop":1728086260329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"d737a910277b14e6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"b1a25d1774a5573a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260330,"stop":1728086260331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"7e013230dd14ea81","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"48605dc8ea478a09","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728086260331,"stop":1728086260331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"56a7f879baa80831","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260637,"stop":1728086260637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"e9d854621b7d08b6","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260643,"stop":1728086260651,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 829, Shard ID: 636","uid":"41c9a051f17abc02","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260651,"stop":1728086260651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 316, Shard ID: 856","uid":"80e6f324fcfe6618","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260652,"stop":1728086260652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 60, Shard ID: 263","uid":"ac28ef392f1db7a2","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260652,"stop":1728086260655,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 316, Shard ID: 350","uid":"d0a4872a9ddad9fa","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260655,"stop":1728086260655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 245, Shard ID: 764","uid":"c7cba3074c611f80","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260656,"stop":1728086260656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 275, Shard ID: 128","uid":"f0c0035327239838","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260657,"stop":1728086260658,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 543, Shard ID: 10","uid":"c43377e148544605","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260660,"stop":1728086260661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 954, Shard ID: 856","uid":"ea4fe0e7f63670fa","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260660,"stop":1728086260660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 464, Shard ID: 668","uid":"582966efd1256934","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260661,"stop":1728086260661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 518, Shard ID: 699","uid":"96b3e467e9076474","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728086260662,"stop":1728086260663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70f57a908a322d723a1cc74c6af07cc9"},{"name":"Others","children":[{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"ab8e3b842c1888c4","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"61670929c35aef99","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"6acf16aacb58224b","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1728086260667,"stop":1728086260667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is true","uid":"b65371bcd4f9e204","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1728086270016,"stop":1728086270017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"da482fbe526e897","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1728086270017,"stop":1728086270017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"22bbdc198b97c230","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"200a4177e9b025b3","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Waku Store, order","children":[{"name":"Query Generator - true","uid":"14bc95554e6c5846","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728086272018,"stop":1728086272019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"b5fd27910956a748","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728086272019,"stop":1728086272019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"5d5822a34a824b35","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728086272021,"stop":1728086272021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"29930c1ba99629b0","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728086272021,"stop":1728086272022,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"a1cc99174cce2e","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728086272022,"stop":1728086272023,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"6de317c6104d8bb5","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728086272023,"stop":1728086272024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"creates an iterator","uid":"e4f075323a3ae489","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1728086278947,"stop":1728086278948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"6420210348f201","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1728086278950,"stop":1728086278951,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"cd372d06c4917380","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1728086278950,"stop":1728086278950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"7657bd312ce01775","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1728086279981,"stop":1728086279982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"43f1728c36d020c7","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1728086279983,"stop":1728086279983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"41701589302e3481","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1728086279983,"stop":1728086279984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44ef6c8520792f6cdf92ba8b204e42cd"},{"name":"Waku Store (Autosharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"26aa40c9a367445","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1728086279985,"stop":1728086279985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"b0d793afa9cd7144","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1728086279990,"stop":1728086279992,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"d44a5dd5acd119a4","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1728086279992,"stop":1728086279993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"428961ea17ce9ec744e8e65e6f8c7b4f"},{"name":"Waku Store (named sharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"9aa73a4e96ae3016","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1728086279994,"stop":1728086279994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"629297fc4066832b","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1728086279996,"stop":1728086279997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"f453faa35c50044c","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1728086279998,"stop":1728086279998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"6122dc25952d4e09","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728086280291,"stop":1728086280292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"9d9732972c3c80ab","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728086280292,"stop":1728086280292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"2828243dad915f93","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728086280293,"stop":1728086280296,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"103684520f1d48f5","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728086280293,"stop":1728086280293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"1ecb93addfedb039","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728086280297,"stop":1728086280306,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"63bc303dab7bdc0","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728086280297,"stop":1728086280297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"7eb75dbdaa14de61","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728086280306,"stop":1728086280307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"31337926802e6cda","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728086280307,"stop":1728086280307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"9750d4d9f25a2bd4","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287861,"stop":1728086287862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"54bc0dec1fc866f0","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287862,"stop":1728086287863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"dfe6d5972d0b0565","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287862,"stop":1728086287862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"73e2e4a53b1e8c05","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287863,"stop":1728086287865,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"361a4f32b42ea548","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287863,"stop":1728086287863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"a270c6602a685819","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287865,"stop":1728086287865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"90a6f8a109ee5b22","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287865,"stop":1728086287866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"bb9369665af3cbda","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"6fb5d295c5c2d547","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"Does not throw an exception when node disconnects","uid":"172e5304ce402b06","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"4cfb9f888e3804e4","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a79992a47d5936f9475b8795461a9fa0"},{"name":"Bootstrap","children":[{"name":"Passing an array","uid":"6c708d7a4660a1e0","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1728086288534,"stop":1728086288534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"7e5820f42a7b057c","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1728086288534,"stop":1728086288535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9378f5f7ef0de7cc0e97970af1f8370b"}],"uid":"89ea6af94a866de9b7d2054cee4d457f"},{"name":"Decryption Keys","children":[{"name":"Used by Waku Relay","uid":"127c655b7f4f0843","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1728086288535,"stop":1728086288535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"3df0d8bba62a3ece","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1728086288535,"stop":1728086288536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"5e73f9c8bc371b4e","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289027,"stop":1728086289028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"d5bb78a2abf3ff5c","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289027,"stop":1728086289027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"cbf7990329fff3c0","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"1262a5bb3af61cc4","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"2b6caae6991f5a4f","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"dbef480608bfd576","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289029,"stop":1728086289030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"efae672ff205c12c","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"c2ba71b431eec132","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289030,"stop":1728086289031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"31ae4b24c0182e5e","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728086289030,"stop":1728086289030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed after","uid":"b37028af220f6238","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"7008825ec54d26c0","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336921,"stop":1728086336922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"9b64971a9fdcfe43","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"c7dc8371a6b037d4","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336922,"stop":1728086336923,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"fd01bf17cfcaa45b","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336922,"stop":1728086336922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"319b39b90b218710","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f55d6cb128bb5d88","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"6c215f0e208c4986","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"90fa4560e7fa321","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"9429e46fc894412a","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"a7f5ba2de07d3a5d","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56ddb61839d909e7e3e8912b289076bc"}],"uid":"d7aec3c03737e36caf907314a75924df"},{"name":"Autosharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"55a2524793498b05","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1728086355713,"stop":1728086355713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"7c49cc9f29e7863","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1728086355713,"stop":1728086355714,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"}],"name":"suites"} \ No newline at end of file +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"66043b9963345987","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1728381355523,"stop":1728381355528,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"79498337fbe7bc32","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1728381355529,"stop":1728381355529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5cf08d1961e509912868f237505d870"},{"name":"ensureValidContentTopic","children":[{"name":"does not throw on valid cases","uid":"1af6fd35d67f01dc","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355952,"stop":1728381355952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"24de4e88b556087b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355953,"stop":1728381355954,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"7a12bf70844eb2a9","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355953,"stop":1728381355953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"65b00a130115d67a","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355954,"stop":1728381355954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"7f7aba9153d18273","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355954,"stop":1728381355955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"33376d0253b7bb5e","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355955,"stop":1728381355956,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"11c6399b08a6676b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355955,"stop":1728381355955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"9b2f528d6f32f501","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355956,"stop":1728381355957,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"63559bad545f553a","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1728381355956,"stop":1728381355956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"8828e3355ec3d934","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355958,"stop":1728381355965,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"d0b05961895188db","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355965,"stop":1728381355965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"32e70c2056c6c91b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"21a7a8547ee0d3e4","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355966,"stop":1728381355967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"e60dbcb07c932e27","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"57e0297df2c6e0dc","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"62d50df705f61573","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"20ee181b7e7dff69","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"a369879366883360","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"a8708391668467fd","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"6c8bf82f30d2cbf9","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"496369c59bf52af4","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355968,"stop":1728381355969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"cfa9d5ecda3e8fed","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"9128329325b4f9ff","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9699ce6bbf92e8cc02281e3cf839721f"},{"name":"contentTopicsByPubsubTopic","children":[{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"cf7729a317e0a","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"55deb6ee3694b5ad","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"c62f8f56dd51b474","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"754ba25800adefae","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"4349adb6be080b46","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should throw an error for empty SingleShardInfos array","uid":"cebc1f0b8d753191","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"d5871a0f41fa39a0","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1728381355971,"stop":1728381355972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"8ec29094d788f409","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"singleShardInfoToPubsubTopic","children":[{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"a2c0603b65d42067","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"b6336c503da6e4b5","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728381355972,"stop":1728381355973,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"846bc85328dd1cb2","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"ec81d74812d21129","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"ccc95eb44753ff59","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"e3b943f90031842f","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"3dce8557ca67c586","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728381355973,"stop":1728381355974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"814fd728b641488e","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"90894060bcb9943d","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"258e680909aa6b34f16d75376981a0bb"},{"name":"pubsubTopicToSingleShardInfo with various invalid formats","children":[{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"ee306e14924d568b","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"c322f6810f5ce095","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355974,"stop":1728381355975,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"27c308d51922eec8","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"d9a4daec0cfced69","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355975,"stop":1728381355976,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"5d7624ed06e78a25","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"46887271129f3f79","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"a9df72284432e1e9","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"7ce91a870db29a78","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355976,"stop":1728381355977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"b571aad02751b712","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"38e14018b7e874d0","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"f55557c79905c3c6","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"478bdb7f798e4fc3","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"358c5a885e85e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"39f017c935973b9d","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"d94e92136509872d","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"65f63c9648f88311","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"b0dfc27121cd9da9","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355979,"stop":1728381355980,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"ed50d86da813dbb1","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"9d9f0cf2e7494c6c","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"d2c330fdad5dd3eb","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"33f584222c51b9ef","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"14fab5351a0aeba2","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ccf995cc05ccf5d4ca0dd0e9faace051"},{"name":"ensurePubsubTopicIsConfigured","children":[{"name":"should not throw an error for a single configured topic","uid":"45bf7eb411d7d018","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"fd8383205262defb","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1728381355981,"stop":1728381355982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"6595800c1045a383","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31db813f7583183316906b1886ed94f5"},{"name":"determinePubsubTopic","children":[{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"dafed86010cdc889","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"232a3458cebbb68a","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"7d6b83ea4214b4dd","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"aedbfba2eef9666b","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"3a17d6cbf73661db","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5feccc070f611ca5a3a360d1be4e108e"},{"name":"ensureShardingConfigured","children":[{"name":"should return valid sharding parameters for static sharding","uid":"5610250644cfe58a","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"b0beb95549386e1e","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"157d6d873da0e726","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728381355984,"stop":1728381355985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"9032620741c2a6f1","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"65c9945d883232e4","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed63b24f8659343b1d130eb7edd9b4af"},{"name":"contentTopicToPubsubTopic","children":[{"name":"should correctly map a content topic to a pubsub topic","uid":"47a67fa1e1e8cf13","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"7ed0b62d7cec8cb9","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"f8593d8f47efe266","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1728381355986,"stop":1728381355987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"b4298492d9092687","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7115ef39d68a6548f7d909112eedbc83"},{"name":"Relay Shard codec","children":[{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"2e8d12d971181008","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"35a54517f8ec233d","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"3a7fb98d6efc38c0","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"8f1cf9a1558c37be","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1728381355989,"stop":1728381355989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"aeaf00e60eb5236e","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728381358360,"stop":1728381358361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"376c1eeb192165b4","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728381358361,"stop":1728381358362,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"518d65eff2ed7e4d","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728381358361,"stop":1728381358361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"45d5145f7b6115ce","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728381358362,"stop":1728381358363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"7c47d3c4885665a7","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728381358362,"stop":1728381358362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"a246626c1ed40d0d","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1728381358363,"stop":1728381358363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"68fea4ddabc82afd","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728381363554,"stop":1728381363556,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"65b95899e5b6f1a1","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728381363559,"stop":1728381363560,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"dbce63ef45e7f8ba","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728381363560,"stop":1728381363561,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"9e027cf8d4bdb8e5","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728381363561,"stop":1728381363562,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"fb2e4d44e40c3309","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728381363562,"stop":1728381363564,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"35533c0c77a2618f","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728381363564,"stop":1728381363565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"51ff95986eff002c","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728381363566,"stop":1728381363567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"5b6348d7b2306fc9","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1728381363567,"stop":1728381363568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d18435591d7a87016ce49b755f63a93b"},{"name":"Decoding","children":[{"name":"should be able to decode the field with only RELAY set to true","uid":"a595a0c78384f4bc","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728381363569,"stop":1728381363570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"d1435b0d261ba610","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728381363570,"stop":1728381363571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"310c25e0d70f8254","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728381363572,"stop":1728381363573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"2a5969faab7d60c4","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728381363573,"stop":1728381363574,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"a0e35b62a89568a3","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728381363574,"stop":1728381363575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"5ec584c988df65ab","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728381363575,"stop":1728381363576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"4319cfd45e3bee77","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728381363576,"stop":1728381363576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"ee98ec5b5d9341e8","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1728381363577,"stop":1728381363578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"dd01126e138f9c0a","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1728381363822,"stop":1728381363823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"Multiaddr from fields","children":[{"name":"udp ip6 address","uid":"c05756bcc1b0b84f","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1728381363825,"stop":1728381363826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1af5c355fddf8e10","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1728381363825,"stop":1728381363825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should encodeTxt and decodeTxt","uid":"ac2d917bb2acfb70","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728381364409,"stop":1728381364409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"9cef2f21200ad10f","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"9bcbfba551c0a9c","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"8b072001743b5ccc","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"88eefff83fbab9cb","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"68ccde34a02ce9e3","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31f5f55f968e9ac0a89f545354014c7b"},{"name":"Verify","children":[{"name":"should throw error - no id","uid":"1c708a93de8b3b24","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1728381364419,"stop":1728381364420,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"7d585172c296bc40","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"4e17014d524a128d","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7a46bc9a5ba59690","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"77c7ffaa7eac133cfb8688cd0eec6d74"},{"name":"Static tests","children":[{"name":"should encode/decode to RLP encoding","uid":"3503f7c6e12ddd37","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"bf0521916f599222","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f4d956cf716445da","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"720993dfc170a8cbd4b1d3944837f0df"},{"name":"Multiaddr getters and setters","children":[{"name":"should get / set TCP multiaddr","uid":"72e52c121f82c630","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"6b8823ee26f909e0","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2d629193d55cdb3c100d76041795442b"},{"name":"Location multiaddr","children":[{"name":"should properly create location multiaddrs - udp4","uid":"a9edf0d31c2d9945","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"b3be1823067b4c8d","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"e0965829f3559c5a","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"69704a19bbe8dc1a","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"e1dd46f8434c4196","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728381364427,"stop":1728381364428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"778d899c8309d076","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"91fc1550d2e37d92","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with all protocols disabled","uid":"b3def1bb78fe4c69","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"83b307f846d429a8","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728381364428,"stop":1728381364429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"b0a27b891ce09f4b","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"55d61d67484b433f","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"82a2a5dc417a5210","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728381364429,"stop":1728381364430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"f6191746e7359304","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"303b87d9cb6efdff8b169465efbbcf73"},{"name":"Waku2 key: decode","children":[{"name":"Relay + Store","uid":"d709365e12c2326b","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1728381364430,"stop":1728381364430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d38d3c1929a20307dce6c2492f754ae3"}],"uid":"8bc0d03481d47f999cc7ec458535a066"},{"name":"to proto message","children":[{"name":"Fields are not dropped","uid":"b1f6c0b1b607ac92","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1728381370640,"stop":1728381370649,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"StreamManager","children":[{"name":"should return usable stream attached to connection","uid":"f3025357f3ffc825","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728381371408,"stop":1728381371409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"f88794c952ed2f5b","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728381371409,"stop":1728381371410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return different streams if requested simultaniously","uid":"52276c5dac609b41","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728381371410,"stop":1728381371411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should create a new stream if no existing for protocol found","uid":"9047d138ffc54732","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728381371410,"stop":1728381371410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should do nothing if another protocol hit","uid":"f18f1df5d77a3a4a","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728381371411,"stop":1728381371411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","uid":"a799877e00647be2","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728381371412,"stop":1728381371413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","uid":"254d1e87b6213543","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1728381371412,"stop":1728381371412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9c41b1c6c2c3e7d1c9505015e8730474"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all peers when numPeers is 0","uid":"f1b3fa3419aea0e5","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1728381371415,"stop":1728381371415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"c2ff21132e225997","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1728381371415,"stop":1728381371416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"51ef68cc3727049","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1728381371416,"stop":1728381371417,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"c94a1319f846cb83","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1728381371417,"stop":1728381371418,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"432f5df25333b53e52fa9f706980f0ff"},{"name":"selectOpenConnection","children":[{"name":"returns nothing if no connections present","uid":"4fe332a9825f33ad","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1728381371459,"stop":1728381371460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"e5bc8f8d88e58bd2","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1728381371460,"stop":1728381371461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return no connections if no open connection provided","uid":"c49c9a5abd77361c","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1728381371461,"stop":1728381371461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"6bb24f0b6d1fed3e","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1728381371462,"stop":1728381371462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"43bef0f97433f4fdc3786b9b968fc92a"},{"name":"Waku Message version 0","children":[{"name":"Round trip binary serialization","uid":"72e80ebeb29a1af5","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1728381371849,"stop":1728381371849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"f37ce73c656d37b","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1728381371849,"stop":1728381371850,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"7ba8513bc7e75323","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1728381371850,"stop":1728381371850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d1f083d5237a231188c1f31b96f6c441"},{"name":"Ensures content topic is defined","children":[{"name":"Encoder throws on undefined content topic","uid":"e8060e5148fe53a6","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381371850,"stop":1728381371851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"d3530cbccc9a6a0c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381371851,"stop":1728381371852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"c29fce9bd12d0fe3","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"e71a7bb79bf6f051","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"5a48bd8876662b3b","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381389461,"stop":1728381389462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"dc75db3bdf818aec","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381389462,"stop":1728381389462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"7a05374f2de0368d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381389462,"stop":1728381389463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"fa779d966cec8e54","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381389463,"stop":1728381389463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"41e4e7f120c8bd4e","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381391227,"stop":1728381391228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"b16401e722a5f308","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f7d5ce9198a4f977","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"9e072fd89b3db604","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1728381391228,"stop":1728381391228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Sets sharding configuration correctly","children":[{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"e666bd0b5e7e31ed","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1728381371852,"stop":1728381371852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"16c91517e17a283bda5303edede9b71d"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"978a92a81e84d565","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1728381378680,"stop":1728381378682,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"c44758a51594a589","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1728381378682,"stop":1728381378683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"d61e3cbcb141bd0b","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1728381378684,"stop":1728381378685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"1aa76b46c02f6220","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379235,"stop":1728381379236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"a163d3ee0d36802d","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379236,"stop":1728381379237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"d805a86935a1d3e3","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379237,"stop":1728381379238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"10c455cc38e96183","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379238,"stop":1728381379239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"8dde41a4442b3d5c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379239,"stop":1728381379240,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"e7363def886657ef","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379240,"stop":1728381379241,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"5f65dcfbe8e81830","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379241,"stop":1728381379242,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"b6224540dd9de7e1","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379242,"stop":1728381379243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"49e5ee549841635","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1728381379243,"stop":1728381379244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Relay, 1 fetch","uid":"23840e0a84a6207f","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1728381379297,"stop":1728381379297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"dbb742fd501ff427","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1728381379297,"stop":1728381379298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"fd506bd12c04696f","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"a18ca7f09e171299","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"899e5d6dcd09ec4a","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728381379400,"stop":1728381379401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"26449863fa912b7d","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728381379401,"stop":1728381379402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"1aa16ce48daad5bd","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728381379402,"stop":1728381379403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"55e9654de84a1956","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"cf972f09eeafc931","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"887241218905cf19","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1728381379403,"stop":1728381379403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a58165be14785cc015506bf776542ff5"},{"name":"DNS Node Discovery w/ capabilities","children":[{"name":"should only return 1 node with relay capability","uid":"66ffc22121352eaf","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"d6dc51e7f340789e","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"3f2eece7ea87cf9b","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728381379404,"stop":1728381379405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"2bb5995e914f49a4","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"37887a60a59b1d8d","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5caf1470a59c205cef021106d204928b"},{"name":"DNS Node Discovery [live data]","children":[{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"a5cb4fad75cb592e","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728381379406,"stop":1728381379406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"c9c125f4d53c9051","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728381379406,"stop":1728381379407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"e6acda225f9ed23b","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728381423075,"stop":1728381423075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"f953cef90621b29e","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728381423075,"stop":1728381423076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"2a623b7c7d16b59d","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1728381423076,"stop":1728381423078,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"Local Storage Discovery","children":[{"name":"Compliance Tests","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"18c1dc053fa0a213","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728381383542,"stop":1728381383542,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"1daae6bbe01129d4","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728381383543,"stop":1728381383544,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"52b76297f0023579","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728381383543,"stop":1728381383543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"a4f733fc92f8a613","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728381383544,"stop":1728381383545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"a41a39722a56b43d","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728381383544,"stop":1728381383544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"b7b03224f96d6548","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728381383545,"stop":1728381383546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"2cd5bd4ca954efa5","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1728381383545,"stop":1728381383545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2a51a07e742fa8afd842cf4855bdd0f1"}],"uid":"bb5ded28d45f36ad0bb1c74d84b6b1d3"},{"name":"Unit Tests","children":[{"name":"should load peers from local storage and dispatch events","uid":"34667f849001e1f8","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1728381383546,"stop":1728381383547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"d6e8e43340dc29b8","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1728381383547,"stop":1728381383548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"348f9098e40edc64","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"47817ea5c01397df","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"361af1005e60dfa1a3a025920c31b84d"}],"uid":"1668bc1a952e5aa9e171c1d148a68d98"},{"name":"Symmetric Encryption","children":[{"name":"Round trip binary encryption [symmetric, no signature]","uid":"7cdfd0df2b6fa45a","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1728381389458,"stop":1728381389459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bf0649a461407199","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1728381389460,"stop":1728381389461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"7c1b725d2d684e58","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1728381389460,"stop":1728381389460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8a2649ba10025ef69053408ea765bb47"},{"name":"Waku Encryption","children":[{"name":"Asymmetric encrypt & decrypt","uid":"e67839db159db155","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1728381390012,"stop":1728381390013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"71931a9c6a1729cd","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1728381390013,"stop":1728381390013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"442845ebb7b0c402","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1728381390014,"stop":1728381390014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ce9200c205f6573f","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1728381390014,"stop":1728381390015,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, no signature]","uid":"c6b1499fc750f3d0","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1728381391225,"stop":1728381391226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"3ae62774762e9841","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"efe484ab9cb668c3","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"afb0dd4e3b35f24f","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1728381394401,"stop":1728381394402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"b2f40c65268e185a","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1728381394403,"stop":1728381394403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"7ae3366e3e147c89","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1728381409085,"stop":1728381409091,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"43a4133bf90c79c9","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1728381409091,"stop":1728381409093,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"dc1d500f5322b024","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1728381409093,"stop":1728381409094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"3987ed37845abb5e","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1728381409094,"stop":1728381409094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"waku:connection","children":[{"name":"should be online or offline if network state changed","uid":"97ee083250c6ade3","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1728381409095,"stop":1728381409096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"6ffec83fb78bb195","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1728381409095,"stop":1728381409095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bd4a9805227b23e8ad19b99668722b63"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"7f9d2cf29aeb91d4","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1728381415229,"stop":1728381415230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"fd37cdb1a1cf903c","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1728381415230,"stop":1728381415230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"cef10ae7eb3422f9","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1728381415231,"stop":1728381415231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"f8c9c82cd6962a80","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1728381415525,"stop":1728381415525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"856a7d0407dd6bf6","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1728381415525,"stop":1728381415526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"79c074f6c9f472f3","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1728381415527,"stop":1728381415529,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"db3659a52178e84c","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1728381415529,"stop":1728381415529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"d3febc0bd0c501e5","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1728381416760,"stop":1728381416761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"cd13f6a2133fb652","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1728381416761,"stop":1728381416762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"293013cf5c7413fb","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1728381416762,"stop":1728381416762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99dcbcaf3922acac9dc2c0af5ad8a17b"},{"name":"For peer-exchange peers","children":[{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"a94fe1077acfed2f","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1728381416762,"stop":1728381416765,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"103e60936a2a724e","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1728381416765,"stop":1728381416770,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"should not fail to stop the service if it was not started","uid":"3946a35c458fe769","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728381423072,"stop":1728381423073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"ce03d8ddd9fc3a91","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b9c17bc28aac0ef4","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"d6d9ab9d45b2cb70","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728381423073,"stop":1728381423073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"bcb0706e0332cbac","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728381423073,"stop":1728381423074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8e384329eb0fdfbe","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"acce5a150af4fdf5","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Connection state","children":[{"name":"should emit `waku:online` event only when first peer is connected","uid":"69b6268c06b55aa6","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728381439732,"stop":1728381439738,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"434a3f4b63f0563","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728381439738,"stop":1728381439739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"ec61b764d1b4a5d1","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728381439744,"stop":1728381439745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"fba53608f2a564bb","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728381439744,"stop":1728381439744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"111ad6566c31641d","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"cef394826c83d954","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"49a9a074aee5ccf2","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1728381439746,"stop":1728381439746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"69ffadce8e4cf29","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449297,"stop":1728381449297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"95252e809e253dd5","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449298,"stop":1728381449299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"fc0b5d91a762a760","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"58aec949c205dad4","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"85c53b3f427fc26","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449299,"stop":1728381449299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"5273a22709824c8e","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449299,"stop":1728381449300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"9833ef5b3b031a50","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449300,"stop":1728381449301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"c67a3b8076e053bb","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449300,"stop":1728381449300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"2aaaf71459106c72","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1728381449301,"stop":1728381449301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7edea4fe6f0e135280e6d533cfa8f16a"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"a290d4db0dbe0cbb","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1728381452649,"stop":1728381452649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"73a889616d614ebc","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1728381452650,"stop":1728381452650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3904d98ee3b50490","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"2199e9e826a60c52","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"14e03d9d6f74d430","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1728381454661,"stop":1728381454664,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"23684431c5ac875","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1728381454665,"stop":1728381454665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"dfcfbf8c3433b83","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1728381454666,"stop":1728381454667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"e623ec3849e55619","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1728381454667,"stop":1728381454668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d0611b03c1f8ce8952692cb4235036e6"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","children":[{"name":"Ping on subscribed peer","uid":"5825a99f62d4306","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1728381454670,"stop":1728381454670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2d03757d3e6d977d","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"aad037288cfa22b0","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"18bb0a835affb5e9","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1728381454672,"stop":1728381454672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"f2e26fd2ac14efa2","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1728381461615,"stop":1728381461615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"136ad81555f5e70b","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1728381461615,"stop":1728381461616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"c5c2d1bd58b3241f","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1728381461616,"stop":1728381461616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a37faf5f9a5688fa17becb25085a48f4"},{"name":"Waku Filter V2 (Autosharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"fd3d9fcdacd6b552","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1728381461616,"stop":1728381461617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d46122cb15dbda60","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1728381461617,"stop":1728381461623,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"7e1a2788033c3262","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1728381461623,"stop":1728381461624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"40e8f2cc0a25ac2","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1728381461624,"stop":1728381461632,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1a4ed0ee63fab288032da5da6369d602"},{"name":"Waku Filter V2 (Named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"f86f525263e7fa29","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1728381461634,"stop":1728381461635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"79d035face8bbe17","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1728381461636,"stop":1728381461639,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"2783a2b44110b676","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1728381461639,"stop":1728381461640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"e8edca1eb63b4464","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1728381461640,"stop":1728381461640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"d1e9e8c5d2946d53","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728381475913,"stop":1728381475914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"987471fb108b7d5e","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728381475914,"stop":1728381475914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"e2912406e6b2f122","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728381475915,"stop":1728381475915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"632d4648d8090d45","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728381475916,"stop":1728381475916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"ace18a06041c41af","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728381475917,"stop":1728381475924,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"b5c22a9b7ade6e1a","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728381475925,"stop":1728381475925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"bd009a63773a1716","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728381475925,"stop":1728381475926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"a773a0bd1667722e","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1728381475929,"stop":1728381475931,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cea680d74165ae8fdc3ee6d5a811cc74"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"86ecb9347ba6f36d","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728381485019,"stop":1728381485020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"105ef7092e60ac40","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728381485020,"stop":1728381485021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"3a5b8954e46bc998","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728381485020,"stop":1728381485020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"6255cb613808dd16","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"5accb07e7b8a5bc9","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"f39669f990362703","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1728381485022,"stop":1728381485022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"251d6dac7ddc652d","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728381521284,"stop":1728381521284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"4f1d777caeedccc9","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728381521285,"stop":1728381521285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"3fec72e158dc663b","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728381521285,"stop":1728381521286,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"22e8bab575fd2a60","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"4a068cfff1b9aa18","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"677f37cc99bf438b","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"d858d4b100b40b07","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"8cf92bc2c112acdb","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1728381521287,"stop":1728381521288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a43b6b0779c498f6","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728381521288,"stop":1728381521289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"b3f94cc083bd61a5","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728381521289,"stop":1728381521289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"89b79a7b665db328","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728381521290,"stop":1728381521290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"94183757dd58d059","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728381521290,"stop":1728381521291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"e949bbb9e83d2ce8","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1728381521291,"stop":1728381521291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b3fd4fa852805c53","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728381521291,"stop":1728381521292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"88b8e7a6a01b9a8c","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"c8d3ac6090106d39","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"741ede65217a2371","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728381521292,"stop":1728381521293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"a3a74b458578d27a","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1728381521294,"stop":1728381521294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b92eca3e05a7eb76cf0ca2d530e1ad41"},{"name":"maxBootstrapPeers=3","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ccb4d026ea9ea598","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728381521295,"stop":1728381521296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"34505fe63562030e","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728381521296,"stop":1728381521297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"3abd1369f09ebd73","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728381521296,"stop":1728381521296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"bc5b52a166eab5ad","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728381521297,"stop":1728381521299,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"f78ff5fc12d1e201","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1728381521299,"stop":1728381521300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"f186ed2cf0edeb1b","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728381521302,"stop":1728381521303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"5a36ef6b070612ca","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728381521304,"stop":1728381521304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"fa04d457d294cd7b","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728381521306,"stop":1728381521308,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"c286995d024de038","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728381521308,"stop":1728381521312,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"784046139a4bea12","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1728381521312,"stop":1728381521313,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b7d10d90835de088","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728381521314,"stop":1728381521315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"8e43b56de926582a","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728381521315,"stop":1728381521316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"effe00c9a67b8f66","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728381521316,"stop":1728381521316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"1e56a9d831031654","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"fe9d126c02600cf0","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"597876d6dd977119d418c3d12f186803"},{"name":"maxBootstrapPeers=6","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"cd461f597dc66b07","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728381521318,"stop":1728381521319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c550cc9ba1f776ae","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728381521318,"stop":1728381521318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"dccbc54544f9b7c2","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728381521319,"stop":1728381521321,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"116588cc63be10d3","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728381521319,"stop":1728381521319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"778bc4d76de86f1a","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1728381521321,"stop":1728381521322,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fdb01139a32c46716918889b88a43816"},{"name":"maxBootstrapPeers=7","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"5e2072507d559cea","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728381521326,"stop":1728381521327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9d683be83205f3ed","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728381521326,"stop":1728381521326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"def7af7ad0175d68","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728381521327,"stop":1728381521340,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"34a9cbd8930f2e4c","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728381521341,"stop":1728381521342,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"44712e6dd1343760","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1728381521342,"stop":1728381521342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b5f40c5a1da4aa635251260bd8d9423"}],"uid":"b8c2f42bc72386c71dfb46cd2b9aa7cb"},{"name":"getPeers property-based tests","children":[{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"526b337eb9a50690","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1728381521342,"stop":1728381521343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"f3ce08f5c222ff57","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526504,"stop":1728381526505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"35db41de29ba22de","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526505,"stop":1728381526505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b8ce677b8ac70aef","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526505,"stop":1728381526509,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c083dd4b8e6b9db2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526509,"stop":1728381526509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"446ea2445de23d74","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526509,"stop":1728381526510,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"4bd7020e9c956caa","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"69efb40637ce138","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"dc1ae730c0eafb86","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526511,"stop":1728381526512,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"9b9d390cf2a12113","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"27dc9a2ee56a35fd","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"16905df240891182","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526513,"stop":1728381526515,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7048f3bf79e250d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526515,"stop":1728381526516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ca51ef9da997f464","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526515,"stop":1728381526515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d12db87c6f6193e6","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"25ff6016a0085dbe","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408400000000 ","uid":"67b12a68c849e726","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"fac5d49d0b2775b5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408400 ","uid":"672ecbf73960d976","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526517,"stop":1728381526518,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ea27a88c663aa8c7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e565fe543312239a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"bada174489ba74c9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"13584e95fb34bfc5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"a3946ca2333a1809","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526519,"stop":1728381526520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"498d815673d3bb1d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526520,"stop":1728381526520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"85e21668191cf9a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526521,"stop":1728381526524,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"505496484edddac1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1728381526525,"stop":1728381526525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"2ec8c36ed173cfb2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1728381526533,"stop":1728381526534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"118b5dd6854c87e9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1728381526533,"stop":1728381526533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"74aa7e1af5c99cdc","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728381545550,"stop":1728381545550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"4744dba874494565","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728381545554,"stop":1728381545555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"5a0d9533cf511668","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728381545554,"stop":1728381545554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"30663e7666fd76e3","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728381545556,"stop":1728381545556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"36b2d93d38fa7d21","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728381545556,"stop":1728381545557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"f85f33da1c6531d9","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1728381545557,"stop":1728381545559,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9d958f58a6cea306","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728381545560,"stop":1728381545560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7ee65cec91663f3c","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728381545563,"stop":1728381545564,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"246e082be0c8cb4c","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728381545564,"stop":1728381545566,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"8bbc2f619f16888d","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728381545566,"stop":1728381545566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"40ccce5213c07c1","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"90a936a1253c31e8","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Health Manager","children":[{"name":"Should update the health status for protocols","children":[{"name":"LightPush with 0 connections","uid":"5e3a019aeedd9b46","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728381554775,"stop":1728381554776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"6560c75e6e811f9a","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728381554776,"stop":1728381554776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"1e5feb9a4f52652a","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728381554776,"stop":1728381554778,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"13cc0a44440a418e","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728381554778,"stop":1728381554779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"a07c383a54ee8493","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728381554778,"stop":1728381554778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"1f073a289b5c7b78","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728381554779,"stop":1728381554779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"d8053fe5b29fb6d2","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728381554779,"stop":1728381554781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"d865ae41c3003692","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1728381554781,"stop":1728381554782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"37c3a9cc325e9c4b75817a554f9cf514"}],"uid":"d3066756c03bf1e444166ae90377dcb1"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"cc6ebba198160db4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557204,"stop":1728381557204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"12d387e966e78ab0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"2d43e4342c174655","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557205,"stop":1728381557206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"950bbb76482c34fa","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"bfcbc1c85d8a1f3d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557210,"stop":1728381557210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"99df7b78b115d690","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557210,"stop":1728381557211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"99fe8340c7d31cdc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557211,"stop":1728381557215,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"64594cd575a93ca0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557215,"stop":1728381557219,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"aab304ce6ce89cb5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557219,"stop":1728381557220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"fc5a731d94649ea8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e825120dee0a20f2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"6e994904ce6babfc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557221,"stop":1728381557227,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"6e15eac5c8415671","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557228,"stop":1728381557228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"9096c6031bc64061","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557232,"stop":1728381557233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"6a74cf0c12edfa8e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"58af65bdcd7f19e9","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557234,"stop":1728381557235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"253c78621b2556e2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"b9619f30dc94574f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557253,"stop":1728381557262,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"90577a250d0d2838","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557262,"stop":1728381557263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"8b7b9385c8bdfdb4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557263,"stop":1728381557267,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"274a8e2d88d60cc6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557267,"stop":1728381557269,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"e008ee97db77ea9","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"540d4aaf6ddab18c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"b4b00e271f868e78","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557270,"stop":1728381557270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"2cc4fd924a8339b8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557273,"stop":1728381557276,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"8867763be450c98e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"dc35b903ab15503","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"7c2b4044d0419991","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"91a4d8bc74f2d447","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"Waku Light Push: Connection Management: E2E","children":[{"name":"should push to needed amount of connections","uid":"c4771f1fb497b95","parentUid":"7dedc1de5d2c22c64326ac7fdfcb703a","status":"passed","time":{"start":1728381580778,"stop":1728381580778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to available amount of connection if less than required","uid":"6c90bed5190c83f0","parentUid":"7dedc1de5d2c22c64326ac7fdfcb703a","status":"passed","time":{"start":1728381580778,"stop":1728381580785,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connections available","uid":"5929463e2f7b4eb3","parentUid":"7dedc1de5d2c22c64326ac7fdfcb703a","status":"passed","time":{"start":1728381580786,"stop":1728381580788,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7dedc1de5d2c22c64326ac7fdfcb703a"},{"name":"Node Health Status Matrix Tests","children":[{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"74dc68cc89b81818","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613864,"stop":1728381613865,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"9e2a124f434992a7","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613864,"stop":1728381613864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"8670df30ab92cbdc","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"84a3e9826f90c00c","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"208744d90188df32","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613866,"stop":1728381613867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"c4acdd53e2be19c6","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613866,"stop":1728381613866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"eb50fb8e5251b963","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"9c7d82fbf233aea3","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"e516f2f2fccf334f","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613868,"stop":1728381613868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"3ff49103d4b9c019","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613868,"stop":1728381613871,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"19be7d72a6c8c276","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613871,"stop":1728381613872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"2921ee0350e6fc97","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613872,"stop":1728381613872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"ade7e0b13743e623","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613873,"stop":1728381613874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"1ba571de7500830b","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"6f346b076ca7fde9","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"13c93f58f2b11afe","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1728381613874,"stop":1728381613874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b68e89c69b548d79360b3bc3f085612c"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"8038f2c967a6bbb9","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1728381614000,"stop":1728381614000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d97a75222c68cb30be8516b31f542691"},{"name":"Is also","children":[{"name":"A test","uid":"da16effead2ec4a9","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1728381614000,"stop":1728381614001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"b1962daa253e16af","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1728381615368,"stop":1728381615369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d58e2a38548c05ea","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1728381615368,"stop":1728381615368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"5c451e3a25f56cb0","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1728381615369,"stop":1728381615369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e52eee00913614603b5b19434d7c51b2"},{"name":"Waku Light Push (Autosharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"19e03cae1e4314ab","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1728381615370,"stop":1728381615371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"22e50d6fae2afbdb","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1728381615371,"stop":1728381615372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6a634e279cc5ee15","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"a7e8233dff8190ba","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"5feb9ddc02e6f6aa","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"df43b196c9ed874b","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"f88d4b2e8870354c","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1728381618750,"stop":1728381618750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not attempt the same peer discovered multiple times more than once","children":[{"name":"through manual discovery","uid":"4c7b5aa90a8e3322","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1728381618751,"stop":1728381618751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1e048c606fd404a2c44ada77bca3101a"}],"uid":"ed3199962ddbdce221ebc3aee5f07a71"},{"name":"nwaku","children":[{"name":"Correctly serialized arguments","uid":"a024ecbb0d130896","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1728381618822,"stop":1728381618822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Metadata Protocol","children":[{"name":"PeerStore has remote peer's shard info after successful connection","uid":"84eb65a5284f1455","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1728381634306,"stop":1728381634307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"2103cf730e4d9594","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1728381634307,"stop":1728381634307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connections","children":[{"name":"same cluster, same shard: nodes connect","uid":"6c001f880817495","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1728381634308,"stop":1728381634309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"693eca846d962004","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1728381634309,"stop":1728381634310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"fb193b3253ab5511","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"304623e9579493dc","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"Peer Exchange Continuous Discovery","children":[{"name":"Should update multiaddrs","uid":"8cbf5275112e6d4a","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1728381634682,"stop":1728381634683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"4c26be2e86e71541","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1728381634683,"stop":1728381634683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing long","uid":"d2fbb5fdaf2b8194","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658365,"stop":1728381658366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c5bf0772c675abf5","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658365,"stop":1728381658365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"283813481b473c88","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"758c246d626efd8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c128d829e7f9928a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f28f2b27e835e618","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"e018d201e05d2fc","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658368,"stop":1728381658369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"ea90a53b4ce52aff","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"44c6059730b4e0be","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ab7d71e035d6c100","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658369,"stop":1728381658370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"3a2251c1fedceb9b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3b78259144ef6000","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"6d54605697db920e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658370,"stop":1728381658371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"64686184e12c75e4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658370,"stop":1728381658370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"7ee7437a6d52031","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"c1dd70ab11c02076","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830 ","uid":"36e0292bccb2e376","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658372,"stop":1728381658373,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830000000 ","uid":"2ce098273436cd05","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658372,"stop":1728381658372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"d11a829264e1d6ba","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658373,"stop":1728381658373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"3e0d1b51a627a54c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658373,"stop":1728381658374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"56f6c62e7cd90151","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"9390f19fe7564403","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"9548a236a140b47b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"2e76efd73835ec50","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"4add48d0f29d981e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"a68907ce031619b6","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"6588297870fdc1b9","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cddf321d453ccfeb1c38dfaa4bf0811f"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","children":[{"name":"Check received message containing short","uid":"c260a3d1c6e32441","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ea8f65d6e2e46470","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"8a38a67a2f0d50a7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658377,"stop":1728381658378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"bedf860ac2390c63","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658378,"stop":1728381658378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c674898c6e41a7a0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658378,"stop":1728381658379,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"8ae8b9c167851eba","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"616f45f3af1f342f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658379,"stop":1728381658380,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"da84f2da4afe5767","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"55aee9b2700e8624","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"d946ad76c471ebf5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"4df7eb8bd25deedb","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658381,"stop":1728381658381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"846bfef328087042","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658381,"stop":1728381658384,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"3351f12d1c46611f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658384,"stop":1728381658385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"1b7fcdce699c8c19","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e4da32e55cdb4912","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"dde8cc887adbbc28","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658385,"stop":1728381658386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830000000 ","uid":"3ee112d190341e39","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658386,"stop":1728381658386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830 ","uid":"5cd35a3a2352c933","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"edce591c9a058565","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658387,"stop":1728381658388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"3975b39ac59d24ed","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"25c9c5b259dcc115","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658388,"stop":1728381658389,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"1072ac166edba665","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658388,"stop":1728381658388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"ffdd96862e3a9f77","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"1db0beef40203e46","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"c099dfb664d5d719","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1728381658389,"stop":1728381658390,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"feb05ccb5bc873cc","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7a2d6f13f8c2e28e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Peer Exchange Query","children":[{"name":"connected peers and dial","uid":"5fa1959db60032e6","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1728381658691,"stop":1728381658692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"f33d7652625e5300","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1728381658692,"stop":1728381658693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"674e5725b378cbd","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1728381658692,"stop":1728381658692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"7499d4a30620c2ae","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1728381658693,"stop":1728381658693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Delete observer","uid":"ac04b0703443c900","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1728381660636,"stop":1728381660637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"60f6ea6030ab9209","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1728381660636,"stop":1728381660636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"bbff387f58676d61","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1728381676005,"stop":1728381676005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"b0b13b8e1f15060e","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1728381676006,"stop":1728381676006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"9c92f78c2694080e","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1728381676008,"stop":1728381676009,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"1ca546794aac5779","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1728381676009,"stop":1728381676011,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"97899851be00d6a6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680432,"stop":1728381680432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"d1f307ac87b88ae8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"964c881f9e813690","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"a4d23195cc78941b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680433,"stop":1728381680434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fce7c58d1edb2e40","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680434,"stop":1728381680438,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2a10c94dd5efdebb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680439,"stop":1728381680442,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"46f49e5e45812c4f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680439,"stop":1728381680439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"6a62fe44e3f7a9a3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680442,"stop":1728381680443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"2dca24f262c7229c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680444,"stop":1728381680445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9179749bf0900694","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680445,"stop":1728381680446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"6be9c6e7601080ce","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680446,"stop":1728381680449,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"6b5035e00cfc2c4a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680449,"stop":1728381680450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a6a6ee0f6f2089b0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b4dabb891855c59e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"9be6c24fff5537cd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"9e5fb6ed351aaa6f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"382fd0561ae6ccd9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680454,"stop":1728381680455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"7e1a7c6407f73416","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680455,"stop":1728381680456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"409c359c5fdf608e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"f226aa4994e046ab","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"ea7e9d503d4653e5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680457,"stop":1728381680458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"de001ad49d00952f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"d3af791fc1f16e8c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"47b3a15637e22383","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f39161ea8d22ab0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"f8367794dc467e24","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680459,"stop":1728381680463,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"75a55e5861f648b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a01b9c281774df96","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"c97f1ae8b1e49ab","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680463,"stop":1728381680465,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"3c5f5d911ef8cccd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680465,"stop":1728381680465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"88c3d6d2df707db9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"d7229a5174a39d41","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"dcc2c4547e7567c8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680466,"stop":1728381680467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"84838d1897862b27","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"117f07d6177852d3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"7b57268f0a5bde93","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"e29c7942c07100b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680468,"stop":1728381680469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"5979d6b9392613ca","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728377957642","uid":"8c04a44357113b70","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680469,"stop":1728381680470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697623157642","uid":"fbf3c16f9b1ac369","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680469,"stop":1728381680469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728385157642","uid":"f8841efd3e905e09","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680470,"stop":1728381680471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"7e030db031ba4096","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680471,"stop":1728381680471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"20a2bd4b5096809e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1728381680471,"stop":1728381680472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"919c379e8e9c6884","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1728381685600,"stop":1728381685601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"d331a861fcd6e52f","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1728381685602,"stop":1728381685602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a2026dd5e00690e9","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1728381685602,"stop":1728381685603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"e0448d1382da76e2","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1728381685603,"stop":1728381685604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"1aa4e34156688780","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"b437defffa4f83d2","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"565469f6aada479a","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1728381685605,"stop":1728381685607,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"fcaa10e23375363c","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1728381685605,"stop":1728381685605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"6ac18acd62f7168b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689142,"stop":1728381689143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"a6cb26d572dcfed","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689144,"stop":1728381689145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"23e5384a6e309e8b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689145,"stop":1728381689146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"6457dd74126a3122","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689146,"stop":1728381689146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"71fbf25109fd0603","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689146,"stop":1728381689147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"7e0cd54ea2018c9d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"829c9055bec2eab8","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"372d73bc2c2988c5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689148,"stop":1728381689149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"d12f7283c205a343","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689149,"stop":1728381689150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c6b9f720e6ecf60","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689150,"stop":1728381689151,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"6563367d40066596","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689151,"stop":1728381689152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"72384e0898c7d1c5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689152,"stop":1728381689153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"1028ffb35aa81385","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689152,"stop":1728381689152,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"1748162bae4172bf","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"f34c102b867f511f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"c60c3680f58752e2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689154,"stop":1728381689154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"9fa5b558e29cb60d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689154,"stop":1728381689155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","uid":"9ccab5c8a5c5a047","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689155,"stop":1728381689156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","uid":"50e1257c10fce339","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689156,"stop":1728381689158,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","uid":"eea5f2c7b108302e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689160,"stop":1728381689161,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"26837c5eaf9b6829","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689161,"stop":1728381689162,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"c340a60b05cfa7db","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689162,"stop":1728381689162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"f204fe5e369e90f1","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689163,"stop":1728381689164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"1573dc5595733b5d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689164,"stop":1728381689165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"295f567ecc64eaea","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1728381689166,"stop":1728381689167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"7d05b639e6581063","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"61e708ba219a6382","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"75a5b5f72e8844ba","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"10820b5e85d9140d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Mutual subscription","uid":"f7816e609fdc2fb6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696821,"stop":1728381696821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a05bf93f34b45b1f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696822,"stop":1728381696822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"6b3f5f20af60f64a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696822,"stop":1728381696823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"3322cdc4231d68cb","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696823,"stop":1728381696823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"52ba4ab445b7c5a9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696823,"stop":1728381696824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"7fb21fd611d28d8a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696824,"stop":1728381696824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"4e6ee325187e15a1","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696824,"stop":1728381696825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"fd5c3789e7bd2c9a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696825,"stop":1728381696825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"16d384b80281269c","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1728381696825,"stop":1728381696826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f5acf0066648dace","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1728381696826,"stop":1728381696827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"d269e6971188ba71","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"61f18c31c2a39441","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696827,"stop":1728381696834,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"4661f1c21a8f8661","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"1c2ae6bc6ae440b9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696834,"stop":1728381696834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"5edb339d6e36e4f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696834,"stop":1728381696838,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"82e2b4894a37208b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696841,"stop":1728381696841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"8910521ed5c4e252","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696841,"stop":1728381696842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"39ef4513571b7744","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"acdf662be3290b02","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696842,"stop":1728381696843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"29bb037f08ba2dae","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"e893267bed2cfef9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696858,"stop":1728381696862,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"373273b89ef71250","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696866,"stop":1728381696868,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"f3910f8749f19446","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"8ae97e5298440b90","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"6fb38ea0669482ee","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696870,"stop":1728381696870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"ee7e1b60e16c16d2","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1728381696873,"stop":1728381696873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"7c088d4e63632b1b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711637,"stop":1728381711642,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"b3e2b3bbc1b96226","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"ffbed6f9cd2e6fd9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"48e46b66095c35b8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711643,"stop":1728381711644,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"68e937226cf08c30","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fbc8e7f3a677d600","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"eec03ecf9159e75a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"243c55ec34070ab1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711644,"stop":1728381711645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"15b69aecf585dc42","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"fded334c1b81418f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"24163810dd9de665","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"6cd4acaa0b3d78e9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b7aa8de07c36106a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711646,"stop":1728381711647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"37c57a873fa45cb5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"dca73083c94586bd","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"1536fbb04311853f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"41ae0e4dc8b270ff","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711648,"stop":1728381711648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"d70425a263ba6580","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711649,"stop":1728381711650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"34246fe878e03167","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"97a8f7b207ec9721","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"e1df345df88abdae","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711650,"stop":1728381711659,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"8db7c4a263796e1a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711659,"stop":1728381711660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f816b9508f69248","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711660,"stop":1728381711661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"bbf05108c64519e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711660,"stop":1728381711660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"c5311314a7dab03f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"e7d29f788d64c64a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"51bee956165a875a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711662,"stop":1728381711662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"acd37a1989a01fda","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711664,"stop":1728381711665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"8bdcc458da832dea","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711665,"stop":1728381711665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"22b29d4a45f5b0f1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711665,"stop":1728381711669,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"1452d86c0c343270","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711669,"stop":1728381711670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"45d9d54737195910","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"b084fa991d4de8e3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"8addad0222e50175","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711671,"stop":1728381711674,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"44197379c265eca1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711674,"stop":1728381711676,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"b699b92fee5b3c7c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711676,"stop":1728381711681,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"bb985f2d3c000ea0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711681,"stop":1728381711681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"44573332e7cbe332","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697623146003","uid":"bc977e7641628de0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728377946003","uid":"88f872a65a2cb2d0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728385146003","uid":"e3ae4264bf68c852","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"5ee0f8672625bd1a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711684,"stop":1728381711685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"e6ebfff0f15ff73","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1728381711684,"stop":1728381711684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"46a3d4e4ab64a182","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1728381715118,"stop":1728381715118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"7ac3a089d0ed9c76","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1728381715118,"stop":1728381715119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"3ca9cd0f3f80f996","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1728381715120,"stop":1728381715121,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"c442430c76fcea29","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1728381715120,"stop":1728381715120,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"b9f37265b4108a93","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728381716488,"stop":1728381716490,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"67743b7b75cd1aa3","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728381716490,"stop":1728381716492,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3a96d958103a5c29","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728381716492,"stop":1728381716495,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c05378588d004bf5","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728381716496,"stop":1728381716497,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"96ea9116538404b5","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"b6ec1928c2902742","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"3965dec8625efd17","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1728381716497,"stop":1728381716505,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"9aaef33fa3ef9e75","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719619,"stop":1728381719620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"a32019c974be87d2","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719620,"stop":1728381719620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","uid":"e75210b7ef12d21d","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719620,"stop":1728381719621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","uid":"884a855ebb41eba0","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719621,"stop":1728381719621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","uid":"e73001f6d98f37c2","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719621,"stop":1728381719622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","uid":"4864622bb295de06","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","uid":"423763226be85844","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","uid":"252404d761aeb771","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719623,"stop":1728381719624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","uid":"6590bd442bfee45a","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","uid":"a42ef12c8137a08b","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","uid":"2cbf57b4cdcb343c","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719624,"stop":1728381719624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","uid":"b18c90bfd469921b","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719624,"stop":1728381719625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"48d8291a52a2c651","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1728381719625,"stop":1728381719626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"configure the node with multiple content topics","uid":"ef11f3de294c0ac8","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1728381719626,"stop":1728381719626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"2ad70a01ec2dd602","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1728381719626,"stop":1728381719627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"b206aa3357f968b0","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1728381719627,"stop":1728381719628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c1298819c2cb74c1497f827790fba312"}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"2de273b348075947","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737933,"stop":1728381737934,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"c07ce7651b245e28","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"94f243571621ba83","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"84c6b5e9e82f31e1","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737935,"stop":1728381737935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"a5ce5be982a40b54","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"88a755de4991e463","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"86a37924a319c8f7","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737936,"stop":1728381737937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"2cf83d2c5292ddb1","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"bce3c8efb1ca13a0","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"8ef31deb77cfebbe","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743112,"stop":1728381743112,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"af9ad30af01c19f8","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743112,"stop":1728381743113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3fb2493c9b8e0ceb","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743116,"stop":1728381743120,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"840ca55c992417b0","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743120,"stop":1728381743123,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"21763825d2f8dd59","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743123,"stop":1728381743123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"94f306d5f5eaf924","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743124,"stop":1728381743125,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"109588b18d7b7136","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2472a850613e19ac","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"d6a0479effeb012e","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743125,"stop":1728381743129,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"dd20ba5765c8249","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743129,"stop":1728381743131,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"4ba553986507f801","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743132,"stop":1728381743132,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"28e4e0d1c72b1e44","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1728381743133,"stop":1728381743134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"c94d20ef7265c123","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745550,"stop":1728381745551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"666d0f0ef8d5816c","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745551,"stop":1728381745551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 64, Shard ID: 389","uid":"9f20f6378a0e0a47","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745551,"stop":1728381745552,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 601, Shard ID: 22","uid":"d41aadd9ee27a32f","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745552,"stop":1728381745554,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 126, Shard ID: 395","uid":"dc70d6208e89b052","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745554,"stop":1728381745555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 682, Shard ID: 259","uid":"531ba2386604708","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745554,"stop":1728381745554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 443, Shard ID: 725","uid":"9103d9bccd04181f","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745555,"stop":1728381745556,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 173, Shard ID: 387","uid":"1a8a5690b6da0380","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745556,"stop":1728381745556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 842, Shard ID: 183","uid":"51abc22cde7a5454","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745557,"stop":1728381745557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 458, Shard ID: 920","uid":"67caa04bfd165f69","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745557,"stop":1728381745558,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 133, Shard ID: 64","uid":"ae687741eacdf10","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745558,"stop":1728381745558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 807, Shard ID: 935","uid":"8631c66177d3cf79","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1728381745559,"stop":1728381745559,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70f57a908a322d723a1cc74c6af07cc9"},{"name":"Others","children":[{"name":"configure the node with multiple pubsub topics","uid":"36ec90cad24211ac","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1728381745560,"stop":1728381745560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"dbdf671d401b4d86","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1728381745565,"stop":1728381745565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"b2d288a78c06067e","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1728381745565,"stop":1728381745566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"3866ba85662c0f69","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749012,"stop":1728381749012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"6120a175597466c7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749013,"stop":1728381749015,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"9b007d8fef7e830a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749015,"stop":1728381749016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"2136b2de71bb20c3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"1d588b25ca32eefc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749017,"stop":1728381749019,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"9aedf20124290581","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"13a5d07c32ceeb28","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749021,"stop":1728381749021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"7f3f5b5f6ee5b11","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"43314f3af55a048e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fbdc0939ec09b8a8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749022,"stop":1728381749023,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"90d9ea0381b64d38","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749023,"stop":1728381749025,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b15d5093870d6714","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749023,"stop":1728381749023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"5146cbc576ce5af8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749025,"stop":1728381749025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"b2cdbea9151058f0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749025,"stop":1728381749026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"3f05ad53c8b99420","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"6f6488286e3ba014","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749026,"stop":1728381749032,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"d25d81aaf5ada2ce","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"4aceb880db9a702","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"731c3e5e050bab07","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d3b632f965423136","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749033,"stop":1728381749034,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"7d7ebf222a75f6b7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"53612129e9c942c6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"3bc4fd1d1785ef02","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749034,"stop":1728381749035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"99c171976923881f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749035,"stop":1728381749036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"481c2879940ee209","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749035,"stop":1728381749035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"67fa082eafd6d84a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749036,"stop":1728381749037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"230f66f94d9082e8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"3c007e6ff67fa962","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"d3c656a42d816e18","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"79bc21179354d4d696ab0ed95aaefc00"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","children":[{"name":"Subscribe and receive messages via lightPush","uid":"a06932d45e185dbb","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"e6619b0f46f46bcb","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749039,"stop":1728381749039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"d544bffeccb8aee5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749041,"stop":1728381749043,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"7c431bc0c59018a3","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749043,"stop":1728381749044,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"c17311d692f90cf","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749043,"stop":1728381749043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"cd15dd964e546fd1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749046,"stop":1728381749047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"ea42235603c0c71a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749046,"stop":1728381749046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"554230bf562b37c8","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749047,"stop":1728381749048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"ed4cb5f5970bf6d8","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749047,"stop":1728381749047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"335b0d5a4e330847","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749048,"stop":1728381749049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"49fd4bc1ac5cd724","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749050,"stop":1728381749051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"1b0e8f1c89044701","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749051,"stop":1728381749052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"c8b5936b4989e04b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749053,"stop":1728381749054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"5785c1fb48fea47d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749054,"stop":1728381749055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"cdd219797c011aea","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749055,"stop":1728381749056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"e81ae42173fbf022","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749056,"stop":1728381749057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"d06387da98093bb4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749057,"stop":1728381749058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"f95b201403f17db3","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749058,"stop":1728381749059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"31882c15f6681775","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749059,"stop":1728381749060,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"318e91b7e3687238","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749060,"stop":1728381749061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"83748d1c769bfe3c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749061,"stop":1728381749062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"5c02acfa1ecba3de","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749063,"stop":1728381749065,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"91b6704d1867583e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749065,"stop":1728381749068,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"e196ab77e326e63e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749068,"stop":1728381749070,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"8f81b072d746939e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749068,"stop":1728381749068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"4d3b1677f71d139a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749070,"stop":1728381749071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"5c9b5f561e5b8344","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749072,"stop":1728381749073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"32c7b9426dbd3868","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749073,"stop":1728381749073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"cae0c5f8d09b330f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1728381749073,"stop":1728381749080,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Waku Store, order","children":[{"name":"Query Generator - true","uid":"fd8f687f4320c57c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728381756567,"stop":1728381756568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"b428acf950dc28a5","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728381756568,"stop":1728381756571,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"15eab56a2b1605f","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728381756572,"stop":1728381756572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"44ee6708e4f7c0aa","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728381756573,"stop":1728381756574,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"324d4eab605c7f65","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728381756573,"stop":1728381756573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"457eb0e6bcbe412a","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1728381756574,"stop":1728381756574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is true","uid":"88b58e743de3b5d1","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1728381759210,"stop":1728381759211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"f5ecbf7b6cb98d10","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1728381759211,"stop":1728381759212,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"4d36b6f1dc285ea7","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1728381759211,"stop":1728381759211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"b4401730d9345b4b","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1728381759213,"stop":1728381759213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"b24122876e806039","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762403,"stop":1728381762403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"2f972942f320d2f2","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"189c05601ace89a5","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"8ec54fc521dd7556","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762405,"stop":1728381762405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"b2850e12162f5ee","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762411,"stop":1728381762411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"a12df7a056be3357","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762412,"stop":1728381762413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"9ee382578073d372","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"664c37e0f09ef5a7","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"d793e030ce0b034b","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1728381762413,"stop":1728381762413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"afb973d0e5d99c8a","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1728381763768,"stop":1728381763772,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"5d330093a350e06f","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1728381763772,"stop":1728381763773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"938b274143f8beca","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1728381763773,"stop":1728381763774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44ef6c8520792f6cdf92ba8b204e42cd"},{"name":"Waku Store (Autosharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"da732b2f2d051ae","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1728381763774,"stop":1728381763775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"a9b9d70db33c38a7","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1728381763775,"stop":1728381763776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"e23447ff90844e41","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1728381763776,"stop":1728381763776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"428961ea17ce9ec744e8e65e6f8c7b4f"},{"name":"Waku Store (named sharding), custom pubsub topic","children":[{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"bdde42fa41b3a66c","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1728381763777,"stop":1728381763778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"199ba08694efdb0a","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"8068ce07270cb9e7","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"2e28c895f6b4b026","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728381766189,"stop":1728381766190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"2454edb9ca7e58ff","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728381766194,"stop":1728381766196,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"ae6c93c8c82d03e1","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728381766196,"stop":1728381766196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"b3945066fbfded2e","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728381766197,"stop":1728381766199,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"3a09a7bf126b9289","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728381766199,"stop":1728381766199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"a86990a9ffb72082","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728381766199,"stop":1728381766200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"985abd2404f118c3","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728381766200,"stop":1728381766201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"b1ca5f75520b2a5b","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1728381766200,"stop":1728381766200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"creates an iterator","uid":"908c32e32a6163d0","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"7ca62b5725bb326f","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"19638e744faa9552","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1728381766730,"stop":1728381766730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"connects to nwaku","uid":"3d8a368cc7a0df95","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"910246da4a8caeb2","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a79992a47d5936f9475b8795461a9fa0"},{"name":"Bootstrap","children":[{"name":"Passing an array","uid":"4f197fae1a4b9564","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1728381772749,"stop":1728381772750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"78f0e09dfc3cf970","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1728381772750,"stop":1728381772751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9378f5f7ef0de7cc0e97970af1f8370b"}],"uid":"89ea6af94a866de9b7d2054cee4d457f"},{"name":"Decryption Keys","children":[{"name":"Used by Waku Relay","uid":"2aa1fdcaee7fb7e8","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1728381772751,"stop":1728381772751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"325ebf39288cf9c9","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1728381772752,"stop":1728381772752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"fa85bd63cce6d5e8","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774344,"stop":1728381774345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"fc865e1786e2f9f8","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774344,"stop":1728381774344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"83bb330b19f83aba","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774345,"stop":1728381774345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"8b2d6af9625ddcb5","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"9430cef6da6f37e5","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774346,"stop":1728381774347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"de2232b3ef9c7411","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"fcd9733f9d700d7","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774347,"stop":1728381774347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"750c951951586f0b","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"97dde13f6838ad48","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed first","uid":"4c0ae02db2722ff8","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800483,"stop":1728381800483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"a5db7dc4cca1d4c3","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"6996a436b4d382d7","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"ab61e3b0dda4908c","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800484,"stop":1728381800485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"cf31ceeebb777e41","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800485,"stop":1728381800486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"3cc9e939d16ab9d5","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800485,"stop":1728381800485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"c48e77099963b274","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800486,"stop":1728381800486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"a89d6f654cdea4af","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800486,"stop":1728381800487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"b3ae0f499f53dc93","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1728381800487,"stop":1728381800487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"2c25dba83616f92","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1728381842824,"stop":1728381842825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"c6c4e782be5ee259","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1728381842825,"stop":1728381842826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56ddb61839d909e7e3e8912b289076bc"}],"uid":"d7aec3c03737e36caf907314a75924df"},{"name":"Autosharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"b2752639803b085c","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1728381842826,"stop":1728381842826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"ead5180888e7513a","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1728381842826,"stop":1728381842827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"}],"name":"suites"} \ No newline at end of file diff --git a/7530/data/test-cases/1028ffb35aa81385.json b/7530/data/test-cases/1028ffb35aa81385.json new file mode 100644 index 00000000000..bb8a246a5cf --- /dev/null +++ b/7530/data/test-cases/1028ffb35aa81385.json @@ -0,0 +1 @@ +{"uid":"1028ffb35aa81385","name":"Check publish message containing JSON","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing JSON","historyId":"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689152,"stop":1728381689152,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d4ebac3e7a80567b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d4ebac3e7a80567b","status":"passed","time":{"start":1728379493842,"stop":1728379493843,"duration":1}},{"uid":"9061c08d447abf3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9061c08d447abf3b","status":"passed","time":{"start":1728372140945,"stop":1728372140945,"duration":0}},{"uid":"17eb8308cd1f4e89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/17eb8308cd1f4e89","status":"passed","time":{"start":1728370524959,"stop":1728370524959,"duration":0}},{"uid":"a427c81fb1246e89","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a427c81fb1246e89","status":"passed","time":{"start":1728369630396,"stop":1728369630396,"duration":0}}]},"tags":[]},"source":"1028ffb35aa81385.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/103e60936a2a724e.json b/7530/data/test-cases/103e60936a2a724e.json new file mode 100644 index 00000000000..917b163115f --- /dev/null +++ b/7530/data/test-cases/103e60936a2a724e.json @@ -0,0 +1 @@ +{"uid":"103e60936a2a724e","name":"should be called for every peer with PEER_EXCHANGE tags","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For peer-exchange peers > should be called for every peer with PEER_EXCHANGE tags","historyId":"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381416765,"stop":1728381416770,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For peer-exchange peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a725361870675f2c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a725361870675f2c","status":"passed","time":{"start":1728379222487,"stop":1728379222492,"duration":5}},{"uid":"dcd16a0521ad2259","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcd16a0521ad2259","status":"passed","time":{"start":1728371864278,"stop":1728371864278,"duration":0}},{"uid":"ebf6fe8ba28fa174","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebf6fe8ba28fa174","status":"passed","time":{"start":1728370211850,"stop":1728370211851,"duration":1}},{"uid":"5a8f9b556e983f8f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5a8f9b556e983f8f","status":"passed","time":{"start":1728369311531,"stop":1728369311534,"duration":3}}]},"tags":[]},"source":"103e60936a2a724e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/105ef7092e60ac40.json b/7530/data/test-cases/105ef7092e60ac40.json new file mode 100644 index 00000000000..78545b89606 --- /dev/null +++ b/7530/data/test-cases/105ef7092e60ac40.json @@ -0,0 +1 @@ +{"uid":"105ef7092e60ac40","name":"Unsubscribe 2 topics - node subscribed to 2 topics","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribe 2 topics - node subscribed to 2 topics","historyId":"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381485020,"stop":1728381485021,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"24726efac0726398","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/24726efac0726398","status":"passed","time":{"start":1728379293451,"stop":1728379293452,"duration":1}},{"uid":"2b05c0ca7b2464f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b05c0ca7b2464f8","status":"passed","time":{"start":1728371932963,"stop":1728371932964,"duration":1}},{"uid":"4906919b6d2ec35d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4906919b6d2ec35d","status":"passed","time":{"start":1728370281705,"stop":1728370281705,"duration":0}},{"uid":"dec168ef95820afb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dec168ef95820afb","status":"passed","time":{"start":1728369376536,"stop":1728369376536,"duration":0}}]},"tags":[]},"source":"105ef7092e60ac40.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1072ac166edba665.json b/7530/data/test-cases/1072ac166edba665.json new file mode 100644 index 00000000000..5021e7c7dfa --- /dev/null +++ b/7530/data/test-cases/1072ac166edba665.json @@ -0,0 +1 @@ +{"uid":"1072ac166edba665","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with invalid timestamp is not received","historyId":"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658388,"stop":1728381658388,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5dbf3364f6587209","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dbf3364f6587209","status":"passed","time":{"start":1728379460295,"stop":1728379460295,"duration":0}},{"uid":"2845af78bafd69c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2845af78bafd69c6","status":"passed","time":{"start":1728372105679,"stop":1728372105679,"duration":0}},{"uid":"50fd217bbcd0a0f6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50fd217bbcd0a0f6","status":"passed","time":{"start":1728370464158,"stop":1728370464159,"duration":1}},{"uid":"f439ec014aea8063","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f439ec014aea8063","status":"passed","time":{"start":1728369544876,"stop":1728369544876,"duration":0}}]},"tags":[]},"source":"1072ac166edba665.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/10820b5e85d9140d.json b/7530/data/test-cases/10820b5e85d9140d.json new file mode 100644 index 00000000000..5ba0b15db33 --- /dev/null +++ b/7530/data/test-cases/10820b5e85d9140d.json @@ -0,0 +1 @@ +{"uid":"10820b5e85d9140d","name":"Publish message with rate limit","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with rate limit","historyId":"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"841c4c76cfe43b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/841c4c76cfe43b5","status":"passed","time":{"start":1728379493893,"stop":1728379493893,"duration":0}},{"uid":"771318f90c8f75cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/771318f90c8f75cb","status":"passed","time":{"start":1728372140970,"stop":1728372140971,"duration":1}},{"uid":"e1d7c0a49f6f07a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e1d7c0a49f6f07a1","status":"passed","time":{"start":1728370524969,"stop":1728370524970,"duration":1}},{"uid":"c7f7172674636c22","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c7f7172674636c22","status":"passed","time":{"start":1728369630408,"stop":1728369630409,"duration":1}}]},"tags":[]},"source":"10820b5e85d9140d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/109588b18d7b7136.json b/7530/data/test-cases/109588b18d7b7136.json new file mode 100644 index 00000000000..4d23ca1bcbb --- /dev/null +++ b/7530/data/test-cases/109588b18d7b7136.json @@ -0,0 +1 @@ +{"uid":"109588b18d7b7136","name":"Query with Ordered Callback, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, No Decoder","historyId":"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f24cc31edb684cc9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f24cc31edb684cc9","status":"passed","time":{"start":1728379550983,"stop":1728379550983,"duration":0}},{"uid":"8c132c032c4084ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8c132c032c4084ff","status":"passed","time":{"start":1728372211444,"stop":1728372211445,"duration":1}},{"uid":"6406cd8a0e0f8c96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6406cd8a0e0f8c96","status":"passed","time":{"start":1728370582328,"stop":1728370582328,"duration":0}},{"uid":"bca9f33d74f101d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bca9f33d74f101d9","status":"passed","time":{"start":1728369674240,"stop":1728369674240,"duration":0}}]},"tags":[]},"source":"109588b18d7b7136.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/10c455cc38e96183.json b/7530/data/test-cases/10c455cc38e96183.json new file mode 100644 index 00000000000..50424cc09c8 --- /dev/null +++ b/7530/data/test-cases/10c455cc38e96183.json @@ -0,0 +1 @@ +{"uid":"10c455cc38e96183","name":"ENRTree (root): should error if DNS root entry is malformed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is malformed","historyId":"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379238,"stop":1728381379239,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"68686731b6af3460","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68686731b6af3460","status":"passed","time":{"start":1728379182446,"stop":1728379182446,"duration":0}},{"uid":"f67a1ec87a78d041","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f67a1ec87a78d041","status":"passed","time":{"start":1728371826622,"stop":1728371826622,"duration":0}},{"uid":"d58f7b0ddc950084","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d58f7b0ddc950084","status":"passed","time":{"start":1728370173934,"stop":1728370173935,"duration":1}},{"uid":"9ace7afc86da1184","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9ace7afc86da1184","status":"passed","time":{"start":1728369272866,"stop":1728369272867,"duration":1}}]},"tags":[]},"source":"10c455cc38e96183.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/111ad6566c31641d.json b/7530/data/test-cases/111ad6566c31641d.json new file mode 100644 index 00000000000..a14cc51585f --- /dev/null +++ b/7530/data/test-cases/111ad6566c31641d.json @@ -0,0 +1 @@ +{"uid":"111ad6566c31641d","name":"isConnected return false after peer stops","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected return false after peer stops","historyId":"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b1ee0273e665c32e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b1ee0273e665c32e","status":"passed","time":{"start":1728379250164,"stop":1728379250164,"duration":0}},{"uid":"9766b2218d618226","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9766b2218d618226","status":"passed","time":{"start":1728371885969,"stop":1728371885970,"duration":1}},{"uid":"71612c92d63836ba","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/71612c92d63836ba","status":"passed","time":{"start":1728370233665,"stop":1728370233666,"duration":1}},{"uid":"d75a321439857b3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d75a321439857b3c","status":"passed","time":{"start":1728369335735,"stop":1728369335736,"duration":1}}]},"tags":[]},"source":"111ad6566c31641d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/116588cc63be10d3.json b/7530/data/test-cases/116588cc63be10d3.json new file mode 100644 index 00000000000..fb1ddf0e1b7 --- /dev/null +++ b/7530/data/test-cases/116588cc63be10d3.json @@ -0,0 +1 @@ +{"uid":"116588cc63be10d3","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","historyId":"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521319,"stop":1728381521319,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3133cd204cc7ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3133cd204cc7ff","status":"passed","time":{"start":1728379329182,"stop":1728379329183,"duration":1}},{"uid":"a18a564a1568bb72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a18a564a1568bb72","status":"passed","time":{"start":1728371984007,"stop":1728371984007,"duration":0}},{"uid":"72d5a975da8756fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72d5a975da8756fb","status":"passed","time":{"start":1728370284362,"stop":1728370284363,"duration":1}},{"uid":"f64a1eac562ebd90","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f64a1eac562ebd90","status":"passed","time":{"start":1728369378910,"stop":1728369378910,"duration":0}}]},"tags":[]},"source":"116588cc63be10d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/117f07d6177852d3.json b/7530/data/test-cases/117f07d6177852d3.json new file mode 100644 index 00000000000..a97c2e4c84b --- /dev/null +++ b/7530/data/test-cases/117f07d6177852d3.json @@ -0,0 +1 @@ +{"uid":"117f07d6177852d3","name":"Fails to push message with empty content topic","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message with empty content topic","historyId":"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91f5d315230076bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91f5d315230076bf","status":"passed","time":{"start":1728379482950,"stop":1728379482950,"duration":0}},{"uid":"176afe015bcbf29b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/176afe015bcbf29b","status":"passed","time":{"start":1728372134573,"stop":1728372134573,"duration":0}},{"uid":"1ec9c5af969aa11","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ec9c5af969aa11","status":"passed","time":{"start":1728370487884,"stop":1728370487884,"duration":0}},{"uid":"d7b6945cb8cd5c0a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d7b6945cb8cd5c0a","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"tags":[]},"source":"117f07d6177852d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/118b5dd6854c87e9.json b/7530/data/test-cases/118b5dd6854c87e9.json new file mode 100644 index 00000000000..6b634004b5d --- /dev/null +++ b/7530/data/test-cases/118b5dd6854c87e9.json @@ -0,0 +1 @@ +{"uid":"118b5dd6854c87e9","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message received after jswaku node is restarted","historyId":"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526533,"stop":1728381526533,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"20575a5410142a2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/20575a5410142a2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379329404,"stop":1728379329405,"duration":1}},{"uid":"21faa7459d66e1e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/21faa7459d66e1e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371974004,"stop":1728371974006,"duration":2}},{"uid":"cadf1aec2d6bf9c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cadf1aec2d6bf9c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370320874,"stop":1728370320875,"duration":1}},{"uid":"81beffb3053cdd33","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/81beffb3053cdd33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369420265,"stop":1728369420265,"duration":0}}]},"tags":[]},"source":"118b5dd6854c87e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/11c6399b08a6676b.json b/7530/data/test-cases/11c6399b08a6676b.json new file mode 100644 index 00000000000..ddbce702f9c --- /dev/null +++ b/7530/data/test-cases/11c6399b08a6676b.json @@ -0,0 +1 @@ +{"uid":"11c6399b08a6676b","name":"throws on content topic with empty application field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty application field","historyId":"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355955,"stop":1728381355955,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"21d4944143722248","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/21d4944143722248","status":"passed","time":{"start":1728379158996,"stop":1728379158996,"duration":0}},{"uid":"5bccc437d7df72fb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5bccc437d7df72fb","status":"passed","time":{"start":1728371802889,"stop":1728371802889,"duration":0}},{"uid":"e084916081775a63","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e084916081775a63","status":"passed","time":{"start":1728370149915,"stop":1728370149915,"duration":0}},{"uid":"e002c7240dbe2272","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e002c7240dbe2272","status":"passed","time":{"start":1728369248974,"stop":1728369248975,"duration":1}}]},"tags":[]},"source":"11c6399b08a6676b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/12d387e966e78ab0.json b/7530/data/test-cases/12d387e966e78ab0.json new file mode 100644 index 00000000000..3f84a35af9b --- /dev/null +++ b/7530/data/test-cases/12d387e966e78ab0.json @@ -0,0 +1 @@ +{"uid":"12d387e966e78ab0","name":"Subscribe and receive ecies encrypted messages via lightPush","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive ecies encrypted messages via lightPush","historyId":"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d49fb7cd3264fb3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d49fb7cd3264fb3","status":"passed","time":{"start":1728379366428,"stop":1728379366428,"duration":0}},{"uid":"4f795afaf53bc701","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4f795afaf53bc701","status":"passed","time":{"start":1728371995973,"stop":1728371995988,"duration":15}},{"uid":"e96ab0c9c9f01fe5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e96ab0c9c9f01fe5","status":"passed","time":{"start":1728370345093,"stop":1728370345097,"duration":4}},{"uid":"f7484294a877f73","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7484294a877f73","status":"passed","time":{"start":1728369447280,"stop":1728369447281,"duration":1}}]},"tags":[]},"source":"12d387e966e78ab0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/13584e95fb34bfc5.json b/7530/data/test-cases/13584e95fb34bfc5.json new file mode 100644 index 00000000000..f4457bace70 --- /dev/null +++ b/7530/data/test-cases/13584e95fb34bfc5.json @@ -0,0 +1 @@ +{"uid":"13584e95fb34bfc5","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with invalid timestamp is not received","historyId":"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"888dc99d020663f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/888dc99d020663f2","status":"passed","time":{"start":1728379329402,"stop":1728379329402,"duration":0}},{"uid":"46182609995ca643","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/46182609995ca643","status":"passed","time":{"start":1728371974002,"stop":1728371974002,"duration":0}},{"uid":"f36a20299ebfe15a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f36a20299ebfe15a","status":"passed","time":{"start":1728370320869,"stop":1728370320869,"duration":0}},{"uid":"1a6ee05f852a4e2a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a6ee05f852a4e2a","status":"passed","time":{"start":1728369420262,"stop":1728369420263,"duration":1}}]},"tags":[]},"source":"13584e95fb34bfc5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/136ad81555f5e70b.json b/7530/data/test-cases/136ad81555f5e70b.json new file mode 100644 index 00000000000..54d091f14f9 --- /dev/null +++ b/7530/data/test-cases/136ad81555f5e70b.json @@ -0,0 +1 @@ +{"uid":"136ad81555f5e70b","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461615,"stop":1728381461616,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"812376215f9b8afc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/812376215f9b8afc","status":"passed","time":{"start":1728379263312,"stop":1728379263313,"duration":1}},{"uid":"307c2c078a1e3cac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/307c2c078a1e3cac","status":"passed","time":{"start":1728371907998,"stop":1728371907998,"duration":0}},{"uid":"7b94987b14ce874f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b94987b14ce874f","status":"passed","time":{"start":1728370252050,"stop":1728370252050,"duration":0}},{"uid":"7f6f30c3afeaaa75","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f6f30c3afeaaa75","status":"passed","time":{"start":1728369354739,"stop":1728369354739,"duration":0}}]},"tags":[]},"source":"136ad81555f5e70b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/13a5d07c32ceeb28.json b/7530/data/test-cases/13a5d07c32ceeb28.json new file mode 100644 index 00000000000..2eb71a8d6f0 --- /dev/null +++ b/7530/data/test-cases/13a5d07c32ceeb28.json @@ -0,0 +1 @@ +{"uid":"13a5d07c32ceeb28","name":"Subscribe and receives messages on 20 topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receives messages on 20 topics","historyId":"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749021,"stop":1728381749021,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e6cb19bf439a6989","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e6cb19bf439a6989","status":"passed","time":{"start":1728379549641,"stop":1728379549645,"duration":4}},{"uid":"78afdf54a8b7eca8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78afdf54a8b7eca8","status":"passed","time":{"start":1728372195408,"stop":1728372195409,"duration":1}},{"uid":"cc7699f7075d9042","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc7699f7075d9042","status":"passed","time":{"start":1728370555238,"stop":1728370555239,"duration":1}},{"uid":"e34fcfe1a84e5f69","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e34fcfe1a84e5f69","status":"passed","time":{"start":1728369639826,"stop":1728369639826,"duration":0}}]},"tags":[]},"source":"13a5d07c32ceeb28.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/13c93f58f2b11afe.json b/7530/data/test-cases/13c93f58f2b11afe.json new file mode 100644 index 00000000000..519e7660933 --- /dev/null +++ b/7530/data/test-cases/13c93f58f2b11afe.json @@ -0,0 +1 @@ +{"uid":"13c93f58f2b11afe","name":"LightPush: 3 peers, Filter: 3 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 3 peers","historyId":"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613874,"stop":1728381613874,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"902ad519877de319","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/902ad519877de319","status":"passed","time":{"start":1728379419688,"stop":1728379419688,"duration":0}},{"uid":"7a436759a0883221","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a436759a0883221","status":"passed","time":{"start":1728372107449,"stop":1728372107449,"duration":0}},{"uid":"318085f60947dc27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/318085f60947dc27","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626992,"stop":1728370626992,"duration":0}},{"uid":"93e03678ba0b2610","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/93e03678ba0b2610","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728520,"stop":1728369728521,"duration":1}}]},"tags":[]},"source":"13c93f58f2b11afe.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/13cc0a44440a418e.json b/7530/data/test-cases/13cc0a44440a418e.json new file mode 100644 index 00000000000..f80aa874736 --- /dev/null +++ b/7530/data/test-cases/13cc0a44440a418e.json @@ -0,0 +1 @@ +{"uid":"13cc0a44440a418e","name":"LightPush with 2 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 2 connections","historyId":"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381554778,"stop":1728381554779,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"4ca41f16dbee2bd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4ca41f16dbee2bd2","status":"passed","time":{"start":1728379365895,"stop":1728379365900,"duration":5}},{"uid":"9fe7a7ecb3057b24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9fe7a7ecb3057b24","status":"passed","time":{"start":1728372012987,"stop":1728372012988,"duration":1}},{"uid":"454b98b45e4f0f08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/454b98b45e4f0f08","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370408807,"stop":1728370408807,"duration":0}},{"uid":"2930ea80a465a03a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2930ea80a465a03a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369510275,"stop":1728369510276,"duration":1}}]},"tags":[]},"source":"13cc0a44440a418e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1452d86c0c343270.json b/7530/data/test-cases/1452d86c0c343270.json new file mode 100644 index 00000000000..53a697babba --- /dev/null +++ b/7530/data/test-cases/1452d86c0c343270.json @@ -0,0 +1 @@ +{"uid":"1452d86c0c343270","name":"Push message with content topic containing shell command","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing shell command","historyId":"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711669,"stop":1728381711670,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4af9908085e068cd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4af9908085e068cd","status":"passed","time":{"start":1728379515558,"stop":1728379515558,"duration":0}},{"uid":"d26ee848e73f2ba2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d26ee848e73f2ba2","status":"passed","time":{"start":1728372171309,"stop":1728372171310,"duration":1}},{"uid":"c7660ed724d08aa3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c7660ed724d08aa3","status":"passed","time":{"start":1728370522972,"stop":1728370522973,"duration":1}},{"uid":"c779adfcb1e7da12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c779adfcb1e7da12","status":"passed","time":{"start":1728369622050,"stop":1728369622050,"duration":0}}]},"tags":[]},"source":"1452d86c0c343270.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/14e03d9d6f74d430.json b/7530/data/test-cases/14e03d9d6f74d430.json new file mode 100644 index 00000000000..fc80d322045 --- /dev/null +++ b/7530/data/test-cases/14e03d9d6f74d430.json @@ -0,0 +1 @@ +{"uid":"14e03d9d6f74d430","name":"Ping on subscribed peer","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true > Ping on subscribed peer","historyId":"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381454661,"stop":1728381454664,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"967334199fcde23d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/967334199fcde23d","status":"passed","time":{"start":1728379263246,"stop":1728379263247,"duration":1}},{"uid":"7eabfd173424f758","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7eabfd173424f758","status":"passed","time":{"start":1728371902711,"stop":1728371902711,"duration":0}},{"uid":"9d8d21320777420a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9d8d21320777420a","status":"passed","time":{"start":1728370254628,"stop":1728370254629,"duration":1}},{"uid":"2ffcb4b0d00af6bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ffcb4b0d00af6bc","status":"passed","time":{"start":1728369347753,"stop":1728369347753,"duration":0}}]},"tags":[]},"source":"14e03d9d6f74d430.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/14fab5351a0aeba2.json b/7530/data/test-cases/14fab5351a0aeba2.json new file mode 100644 index 00000000000..12b8938c365 --- /dev/null +++ b/7530/data/test-cases/14fab5351a0aeba2.json @@ -0,0 +1 @@ +{"uid":"14fab5351a0aeba2","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/ ","historyId":"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"37fa940a89aef028","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37fa940a89aef028","status":"passed","time":{"start":1728379159025,"stop":1728379159025,"duration":0}},{"uid":"1764940a2cd06341","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1764940a2cd06341","status":"passed","time":{"start":1728371802909,"stop":1728371802909,"duration":0}},{"uid":"f4d8b7bcaa21799","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f4d8b7bcaa21799","status":"passed","time":{"start":1728370149943,"stop":1728370149943,"duration":0}},{"uid":"6d4e2ea3cde977d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d4e2ea3cde977d8","status":"passed","time":{"start":1728369248998,"stop":1728369248998,"duration":0}}]},"tags":[]},"source":"14fab5351a0aeba2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1536fbb04311853f.json b/7530/data/test-cases/1536fbb04311853f.json new file mode 100644 index 00000000000..d27de28731b --- /dev/null +++ b/7530/data/test-cases/1536fbb04311853f.json @@ -0,0 +1 @@ +{"uid":"1536fbb04311853f","name":"Push message with unicode special characters payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with unicode special characters payload","historyId":"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"50089020e8c8420b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/50089020e8c8420b","status":"passed","time":{"start":1728379515550,"stop":1728379515551,"duration":1}},{"uid":"5a7c073e7431c5ec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a7c073e7431c5ec","status":"passed","time":{"start":1728372171293,"stop":1728372171294,"duration":1}},{"uid":"b76cf39e9866af02","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b76cf39e9866af02","status":"passed","time":{"start":1728370522958,"stop":1728370522958,"duration":0}},{"uid":"a274f863160d5ae4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a274f863160d5ae4","status":"passed","time":{"start":1728369622034,"stop":1728369622035,"duration":1}}]},"tags":[]},"source":"1536fbb04311853f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1573dc5595733b5d.json b/7530/data/test-cases/1573dc5595733b5d.json new file mode 100644 index 00000000000..8c30f563208 --- /dev/null +++ b/7530/data/test-cases/1573dc5595733b5d.json @@ -0,0 +1 @@ +{"uid":"1573dc5595733b5d","name":"Fails to publish message with wrong pubsubtopic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with wrong pubsubtopic","historyId":"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689164,"stop":1728381689165,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ebdd27a25cd43c02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebdd27a25cd43c02","status":"passed","time":{"start":1728379493875,"stop":1728379493875,"duration":0}},{"uid":"75775a3f2ed96d0b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75775a3f2ed96d0b","status":"passed","time":{"start":1728372140965,"stop":1728372140966,"duration":1}},{"uid":"6f32fe417eb8f144","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6f32fe417eb8f144","status":"passed","time":{"start":1728370524967,"stop":1728370524967,"duration":0}},{"uid":"381811031bf9e534","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/381811031bf9e534","status":"passed","time":{"start":1728369630403,"stop":1728369630403,"duration":0}}]},"tags":[]},"source":"1573dc5595733b5d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/157d6d873da0e726.json b/7530/data/test-cases/157d6d873da0e726.json new file mode 100644 index 00000000000..8f560662f1f --- /dev/null +++ b/7530/data/test-cases/157d6d873da0e726.json @@ -0,0 +1 @@ +{"uid":"157d6d873da0e726","name":"should throw an error for missing sharding configuration","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should throw an error for missing sharding configuration","historyId":"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355984,"stop":1728381355985,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e5edd16d888faae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9e5edd16d888faae","status":"passed","time":{"start":1728379159030,"stop":1728379159030,"duration":0}},{"uid":"813eb983e02de5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/813eb983e02de5a","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"f6c6e13301522931","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f6c6e13301522931","status":"passed","time":{"start":1728370149947,"stop":1728370149948,"duration":1}},{"uid":"cdf8ea51c27444c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdf8ea51c27444c7","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"tags":[]},"source":"157d6d873da0e726.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/15b69aecf585dc42.json b/7530/data/test-cases/15b69aecf585dc42.json new file mode 100644 index 00000000000..b4ee9faa20a --- /dev/null +++ b/7530/data/test-cases/15b69aecf585dc42.json @@ -0,0 +1 @@ +{"uid":"15b69aecf585dc42","name":"Push message with SQL Injection payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with SQL Injection payload","historyId":"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1526bbfe65c5bc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1526bbfe65c5bc0","status":"passed","time":{"start":1728379515544,"stop":1728379515544,"duration":0}},{"uid":"2dd49d314943329f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2dd49d314943329f","status":"passed","time":{"start":1728372171291,"stop":1728372171291,"duration":0}},{"uid":"7c44cae162947301","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c44cae162947301","status":"passed","time":{"start":1728370522951,"stop":1728370522951,"duration":0}},{"uid":"2401b7afdef7e844","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2401b7afdef7e844","status":"passed","time":{"start":1728369622031,"stop":1728369622031,"duration":0}}]},"tags":[]},"source":"15b69aecf585dc42.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/15eab56a2b1605f.json b/7530/data/test-cases/15eab56a2b1605f.json new file mode 100644 index 00000000000..f659bc78930 --- /dev/null +++ b/7530/data/test-cases/15eab56a2b1605f.json @@ -0,0 +1 @@ +{"uid":"15eab56a2b1605f","name":"Promise Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - true","historyId":"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381756572,"stop":1728381756572,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"63b45361a6ad9457","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/63b45361a6ad9457","status":"passed","time":{"start":1728379560457,"stop":1728379560457,"duration":0}},{"uid":"c857b36d950cde4f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c857b36d950cde4f","status":"passed","time":{"start":1728372207703,"stop":1728372207703,"duration":0}},{"uid":"a99b415ecde14fad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a99b415ecde14fad","status":"passed","time":{"start":1728370596498,"stop":1728370596500,"duration":2}},{"uid":"e92565c37dfd6ac4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e92565c37dfd6ac4","status":"passed","time":{"start":1728369687973,"stop":1728369687973,"duration":0}}]},"tags":[]},"source":"15eab56a2b1605f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/16905df240891182.json b/7530/data/test-cases/16905df240891182.json new file mode 100644 index 00000000000..08c24499c28 --- /dev/null +++ b/7530/data/test-cases/16905df240891182.json @@ -0,0 +1 @@ +{"uid":"16905df240891182","name":"Check received message containing Basic HTML tag","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Basic HTML tag","historyId":"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526513,"stop":1728381526515,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ded6d52b6381200","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ded6d52b6381200","status":"passed","time":{"start":1728379329398,"stop":1728379329398,"duration":0}},{"uid":"a044f11423a05c89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a044f11423a05c89","status":"passed","time":{"start":1728371973991,"stop":1728371973992,"duration":1}},{"uid":"3b5db82dd875166","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b5db82dd875166","status":"passed","time":{"start":1728370320865,"stop":1728370320865,"duration":0}},{"uid":"e2275ca7c87604e2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e2275ca7c87604e2","status":"passed","time":{"start":1728369420244,"stop":1728369420244,"duration":0}}]},"tags":[]},"source":"16905df240891182.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/16d384b80281269c.json b/7530/data/test-cases/16d384b80281269c.json new file mode 100644 index 00000000000..c6bc833dc6e --- /dev/null +++ b/7530/data/test-cases/16d384b80281269c.json @@ -0,0 +1 @@ +{"uid":"16d384b80281269c","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696825,"stop":1728381696826,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"3d25fcb4d02915a7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d25fcb4d02915a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379498094,"stop":1728379498095,"duration":1}},{"uid":"284b21a564fafb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/284b21a564fafb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372147557,"stop":1728372147558,"duration":1}},{"uid":"36c90ee97c6ff2f0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36c90ee97c6ff2f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370535012,"stop":1728370535018,"duration":6}},{"uid":"6a5af6a8b939e3bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6a5af6a8b939e3bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369636356,"stop":1728369636356,"duration":0}}]},"tags":[]},"source":"16d384b80281269c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1748162bae4172bf.json b/7530/data/test-cases/1748162bae4172bf.json new file mode 100644 index 00000000000..3890819f161 --- /dev/null +++ b/7530/data/test-cases/1748162bae4172bf.json @@ -0,0 +1 @@ +{"uid":"1748162bae4172bf","name":"Check publish message containing unicode special characters","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing unicode special characters","historyId":"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"712bcfb47733976a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/712bcfb47733976a","status":"passed","time":{"start":1728379493845,"stop":1728379493845,"duration":0}},{"uid":"66b7b5b67799c162","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/66b7b5b67799c162","status":"passed","time":{"start":1728372140947,"stop":1728372140948,"duration":1}},{"uid":"59b66a4a7c08c8d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/59b66a4a7c08c8d3","status":"passed","time":{"start":1728370524960,"stop":1728370524960,"duration":0}},{"uid":"f7a5a544960d4479","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7a5a544960d4479","status":"passed","time":{"start":1728369630397,"stop":1728369630398,"duration":1}}]},"tags":[]},"source":"1748162bae4172bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/189c05601ace89a5.json b/7530/data/test-cases/189c05601ace89a5.json new file mode 100644 index 00000000000..918daf666ea --- /dev/null +++ b/7530/data/test-cases/189c05601ace89a5.json @@ -0,0 +1 @@ +{"uid":"189c05601ace89a5","name":"Query generator for multiple messages with different message text format","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with different message text format","historyId":"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"12fc4be5b61013bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12fc4be5b61013bf","status":"passed","time":{"start":1728379565735,"stop":1728379565735,"duration":0}},{"uid":"1c95db48c44fbe42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c95db48c44fbe42","status":"passed","time":{"start":1728372228761,"stop":1728372228762,"duration":1}},{"uid":"534e8ce650ed7644","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/534e8ce650ed7644","status":"passed","time":{"start":1728370603960,"stop":1728370603965,"duration":5}},{"uid":"361105bf165a75b5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/361105bf165a75b5","status":"passed","time":{"start":1728369703126,"stop":1728369703127,"duration":1}}]},"tags":[]},"source":"189c05601ace89a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/18bb0a835affb5e9.json b/7530/data/test-cases/18bb0a835affb5e9.json new file mode 100644 index 00000000000..49c7ebd6c2e --- /dev/null +++ b/7530/data/test-cases/18bb0a835affb5e9.json @@ -0,0 +1 @@ +{"uid":"18bb0a835affb5e9","name":"Reopen subscription with peer with lost subscription","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Reopen subscription with peer with lost subscription","historyId":"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381454672,"stop":1728381454672,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"74d89ad38a9a62be","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74d89ad38a9a62be","status":"passed","time":{"start":1728379263251,"stop":1728379263252,"duration":1}},{"uid":"b7086562102723e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b7086562102723e2","status":"passed","time":{"start":1728371902715,"stop":1728371902715,"duration":0}},{"uid":"89f0fe784911400a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89f0fe784911400a","status":"passed","time":{"start":1728370254632,"stop":1728370254633,"duration":1}},{"uid":"f85395c3345164ee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f85395c3345164ee","status":"passed","time":{"start":1728369347761,"stop":1728369347762,"duration":1}}]},"tags":[]},"source":"18bb0a835affb5e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/18c1dc053fa0a213.json b/7530/data/test-cases/18c1dc053fa0a213.json new file mode 100644 index 00000000000..1d1ea59ae80 --- /dev/null +++ b/7530/data/test-cases/18c1dc053fa0a213.json @@ -0,0 +1 @@ +{"uid":"18c1dc053fa0a213","name":"can start the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start the service","historyId":"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383542,"stop":1728381383542,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"eba088e2483bdfd1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eba088e2483bdfd1","status":"passed","time":{"start":1728379186754,"stop":1728379186755,"duration":1}},{"uid":"f4238a83869bb441","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f4238a83869bb441","status":"passed","time":{"start":1728371830870,"stop":1728371830871,"duration":1}},{"uid":"2fc811fa12c4adf8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fc811fa12c4adf8","status":"passed","time":{"start":1728370178237,"stop":1728370178237,"duration":0}},{"uid":"ad3f8ad002416e10","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad3f8ad002416e10","status":"passed","time":{"start":1728369277107,"stop":1728369277108,"duration":1}}]},"tags":[]},"source":"18c1dc053fa0a213.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/19638e744faa9552.json b/7530/data/test-cases/19638e744faa9552.json new file mode 100644 index 00000000000..22d61f3df93 --- /dev/null +++ b/7530/data/test-cases/19638e744faa9552.json @@ -0,0 +1 @@ +{"uid":"19638e744faa9552","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766730,"stop":1728381766730,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Util: toAsyncIterator: Filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1d791ca7d3f3ec9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1d791ca7d3f3ec9","status":"passed","time":{"start":1728379566958,"stop":1728379566958,"duration":0}},{"uid":"e819ba9b70222467","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e819ba9b70222467","status":"passed","time":{"start":1728372225667,"stop":1728372225667,"duration":0}},{"uid":"bda86d1efd08f5ef","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bda86d1efd08f5ef","status":"passed","time":{"start":1728370613962,"stop":1728370613963,"duration":1}},{"uid":"d3bc96129c3609a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3bc96129c3609a","status":"passed","time":{"start":1728369705621,"stop":1728369705622,"duration":1}}]},"tags":[]},"source":"19638e744faa9552.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/199ba08694efdb0a.json b/7530/data/test-cases/199ba08694efdb0a.json new file mode 100644 index 00000000000..48644a1b8cf --- /dev/null +++ b/7530/data/test-cases/199ba08694efdb0a.json @@ -0,0 +1 @@ +{"uid":"199ba08694efdb0a","name":"Generator, 2 different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (named sharding), custom pubsub topic > Generator, 2 different pubsubtopics","historyId":"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (named sharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"78f42de4c711e6e9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78f42de4c711e6e9","status":"passed","time":{"start":1728379572277,"stop":1728379572277,"duration":0}},{"uid":"4ccc2906f06da913","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4ccc2906f06da913","status":"passed","time":{"start":1728372221523,"stop":1728372221524,"duration":1}},{"uid":"681efb2806260f05","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/681efb2806260f05","status":"passed","time":{"start":1728370607711,"stop":1728370607712,"duration":1}},{"uid":"a1327782791a4dd5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1327782791a4dd5","status":"passed","time":{"start":1728369690180,"stop":1728369690181,"duration":1}}]},"tags":[]},"source":"199ba08694efdb0a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/19be7d72a6c8c276.json b/7530/data/test-cases/19be7d72a6c8c276.json new file mode 100644 index 00000000000..3372f57d6c5 --- /dev/null +++ b/7530/data/test-cases/19be7d72a6c8c276.json @@ -0,0 +1 @@ +{"uid":"19be7d72a6c8c276","name":"LightPush: 2 peers, Filter: 2 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 2 peers","historyId":"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613871,"stop":1728381613872,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"3d65586401cd7093","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d65586401cd7093","status":"passed","time":{"start":1728379419684,"stop":1728379419686,"duration":2}},{"uid":"cf55477721ed09bc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf55477721ed09bc","status":"passed","time":{"start":1728372107442,"stop":1728372107442,"duration":0}},{"uid":"fac583a80a6298d5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fac583a80a6298d5","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626988,"stop":1728370626988,"duration":0}},{"uid":"72b26128a952459e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/72b26128a952459e","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728516,"stop":1728369728516,"duration":0}}]},"tags":[]},"source":"19be7d72a6c8c276.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/19e03cae1e4314ab.json b/7530/data/test-cases/19e03cae1e4314ab.json new file mode 100644 index 00000000000..e05a8ada93c --- /dev/null +++ b/7530/data/test-cases/19e03cae1e4314ab.json @@ -0,0 +1 @@ +{"uid":"19e03cae1e4314ab","name":"Push message on custom pubsubTopic","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (Autosharding): Multiple PubsubTopics > Push message on custom pubsubTopic","historyId":"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615370,"stop":1728381615371,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c0117ff001cbb995","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c0117ff001cbb995","status":"passed","time":{"start":1728379422777,"stop":1728379422777,"duration":0}},{"uid":"b97019cb5021367b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b97019cb5021367b","status":"passed","time":{"start":1728372057772,"stop":1728372057777,"duration":5}},{"uid":"c21ee5e9d9076fbc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c21ee5e9d9076fbc","status":"passed","time":{"start":1728370439676,"stop":1728370439677,"duration":1}},{"uid":"b9f90960528179a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9f90960528179a2","status":"passed","time":{"start":1728369540008,"stop":1728369540010,"duration":2}}]},"tags":[]},"source":"19e03cae1e4314ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1a8a5690b6da0380.json b/7530/data/test-cases/1a8a5690b6da0380.json new file mode 100644 index 00000000000..13b8ad20843 --- /dev/null +++ b/7530/data/test-cases/1a8a5690b6da0380.json @@ -0,0 +1 @@ +{"uid":"1a8a5690b6da0380","name":"random static sharding 6 - Cluster ID: 173, Shard ID: 387","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 6 - Cluster ID: 173, Shard ID: 387","historyId":"7df1a5ae3c56bd5f54f2ab7966a00906:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745556,"stop":1728381745556,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1a8a5690b6da0380.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1aa16ce48daad5bd.json b/7530/data/test-cases/1aa16ce48daad5bd.json new file mode 100644 index 00000000000..4f207d67f61 --- /dev/null +++ b/7530/data/test-cases/1aa16ce48daad5bd.json @@ -0,0 +1 @@ +{"uid":"1aa16ce48daad5bd","name":"ignores unrecognized TXT record formats","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores unrecognized TXT record formats","historyId":"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379402,"stop":1728381379403,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"49b874c4b99532bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/49b874c4b99532bf","status":"passed","time":{"start":1728379182987,"stop":1728379182988,"duration":1}},{"uid":"d29433fbeca0adf7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d29433fbeca0adf7","status":"passed","time":{"start":1728371826965,"stop":1728371826965,"duration":0}},{"uid":"8ef50bc389e18652","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ef50bc389e18652","status":"passed","time":{"start":1728370174429,"stop":1728370174429,"duration":0}},{"uid":"13d836a730e10776","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13d836a730e10776","status":"passed","time":{"start":1728369273238,"stop":1728369273238,"duration":0}}]},"tags":[]},"source":"1aa16ce48daad5bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1aa4e34156688780.json b/7530/data/test-cases/1aa4e34156688780.json new file mode 100644 index 00000000000..ad5e457c2a8 --- /dev/null +++ b/7530/data/test-cases/1aa4e34156688780.json @@ -0,0 +1 @@ +{"uid":"1aa4e34156688780","name":"3 nodes on /waku/2/rs/7/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/7/1 topic","historyId":"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e4ccbd2c21d621fc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4ccbd2c21d621fc","status":"passed","time":{"start":1728379484788,"stop":1728379484789,"duration":1}},{"uid":"3be0e42ce2daa98b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3be0e42ce2daa98b","status":"passed","time":{"start":1728372130488,"stop":1728372130488,"duration":0}},{"uid":"a6f2dfc319ef5e11","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a6f2dfc319ef5e11","status":"passed","time":{"start":1728370516482,"stop":1728370516483,"duration":1}},{"uid":"283d0d0bbcc9374c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/283d0d0bbcc9374c","status":"passed","time":{"start":1728369620720,"stop":1728369620720,"duration":0}}]},"tags":[]},"source":"1aa4e34156688780.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1aa76b46c02f6220.json b/7530/data/test-cases/1aa76b46c02f6220.json new file mode 100644 index 00000000000..c0d55565c61 --- /dev/null +++ b/7530/data/test-cases/1aa76b46c02f6220.json @@ -0,0 +1 @@ +{"uid":"1aa76b46c02f6220","name":"ENRTree (root): should parse and verify and DNS root entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should parse and verify and DNS root entry","historyId":"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379235,"stop":1728381379236,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ebac6f3a33ab178f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebac6f3a33ab178f","status":"passed","time":{"start":1728379182444,"stop":1728379182445,"duration":1}},{"uid":"1fc9c568699386cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1fc9c568699386cb","status":"passed","time":{"start":1728371826620,"stop":1728371826620,"duration":0}},{"uid":"6c2768792de1b9ad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c2768792de1b9ad","status":"passed","time":{"start":1728370173932,"stop":1728370173933,"duration":1}},{"uid":"331b1910a767a05f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/331b1910a767a05f","status":"passed","time":{"start":1728369272864,"stop":1728369272864,"duration":0}}]},"tags":[]},"source":"1aa76b46c02f6220.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1af5c355fddf8e10.json b/7530/data/test-cases/1af5c355fddf8e10.json new file mode 100644 index 00000000000..b8338b9acaf --- /dev/null +++ b/7530/data/test-cases/1af5c355fddf8e10.json @@ -0,0 +1 @@ +{"uid":"1af5c355fddf8e10","name":"tcp ip4 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > tcp ip4 address","historyId":"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363825,"stop":1728381363825,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Multiaddr from fields"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca91bd84ded9fbbc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca91bd84ded9fbbc","status":"passed","time":{"start":1728379167014,"stop":1728379167014,"duration":0}},{"uid":"fb7395194ba02ce1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb7395194ba02ce1","status":"passed","time":{"start":1728371810675,"stop":1728371810675,"duration":0}},{"uid":"2e0c2d5498fcf410","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2e0c2d5498fcf410","status":"passed","time":{"start":1728370158073,"stop":1728370158078,"duration":5}},{"uid":"8cc1b4747d8f00ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8cc1b4747d8f00ea","status":"passed","time":{"start":1728369257225,"stop":1728369257225,"duration":0}}]},"tags":[]},"source":"1af5c355fddf8e10.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1af6fd35d67f01dc.json b/7530/data/test-cases/1af6fd35d67f01dc.json new file mode 100644 index 00000000000..e578f6d70bd --- /dev/null +++ b/7530/data/test-cases/1af6fd35d67f01dc.json @@ -0,0 +1 @@ +{"uid":"1af6fd35d67f01dc","name":"does not throw on valid cases","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > does not throw on valid cases","historyId":"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355952,"stop":1728381355952,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d4e3e560b3c89fe6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d4e3e560b3c89fe6","status":"passed","time":{"start":1728379158992,"stop":1728379158993,"duration":1}},{"uid":"a562018d92e270b7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a562018d92e270b7","status":"passed","time":{"start":1728371802883,"stop":1728371802887,"duration":4}},{"uid":"4c32292e9aabc36d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c32292e9aabc36d","status":"passed","time":{"start":1728370149912,"stop":1728370149913,"duration":1}},{"uid":"d180fe1ad4625f70","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d180fe1ad4625f70","status":"passed","time":{"start":1728369248972,"stop":1728369248972,"duration":0}}]},"tags":[]},"source":"1af6fd35d67f01dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1b0e8f1c89044701.json b/7530/data/test-cases/1b0e8f1c89044701.json new file mode 100644 index 00000000000..a2fd0d6f99f --- /dev/null +++ b/7530/data/test-cases/1b0e8f1c89044701.json @@ -0,0 +1 @@ +{"uid":"1b0e8f1c89044701","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing short and receive message","historyId":"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749051,"stop":1728381749052,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a51c23917e6aeafd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a51c23917e6aeafd","status":"passed","time":{"start":1728379549692,"stop":1728379549692,"duration":0}},{"uid":"d422f5a1dcabd977","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d422f5a1dcabd977","status":"passed","time":{"start":1728372195431,"stop":1728372195431,"duration":0}},{"uid":"fc3c4419b08a7508","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fc3c4419b08a7508","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"5808eaae1985a1cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5808eaae1985a1cc","status":"passed","time":{"start":1728369639849,"stop":1728369639850,"duration":1}}]},"tags":[]},"source":"1b0e8f1c89044701.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1b7fcdce699c8c19.json b/7530/data/test-cases/1b7fcdce699c8c19.json new file mode 100644 index 00000000000..ea596f9c972 --- /dev/null +++ b/7530/data/test-cases/1b7fcdce699c8c19.json @@ -0,0 +1 @@ +{"uid":"1b7fcdce699c8c19","name":"Check received message containing unicode special characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing unicode special characters","historyId":"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d16fa3c0c610ba8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d16fa3c0c610ba8","status":"passed","time":{"start":1728379460288,"stop":1728379460289,"duration":1}},{"uid":"318a1a8f10e691b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/318a1a8f10e691b1","status":"passed","time":{"start":1728372105676,"stop":1728372105676,"duration":0}},{"uid":"b62aadcb08d7b650","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b62aadcb08d7b650","status":"passed","time":{"start":1728370464150,"stop":1728370464151,"duration":1}},{"uid":"b1da12e6ce8e30d6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1da12e6ce8e30d6","status":"passed","time":{"start":1728369544873,"stop":1728369544873,"duration":0}}]},"tags":[]},"source":"1b7fcdce699c8c19.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1ba571de7500830b.json b/7530/data/test-cases/1ba571de7500830b.json new file mode 100644 index 00000000000..0ac5738cd02 --- /dev/null +++ b/7530/data/test-cases/1ba571de7500830b.json @@ -0,0 +1 @@ +{"uid":"1ba571de7500830b","name":"LightPush: 3 peers, Filter: 0 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 0 peers","historyId":"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":2,"unknown":0,"total":5},"items":[{"uid":"f1e70c68dcf15ac3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f1e70c68dcf15ac3","status":"passed","time":{"start":1728379419686,"stop":1728379419687,"duration":1}},{"uid":"a7e2aadbc4bb36c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7e2aadbc4bb36c2","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728372107444,"stop":1728372107445,"duration":1}},{"uid":"94fd276fc3bb1083","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94fd276fc3bb1083","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626989,"stop":1728370626990,"duration":1}},{"uid":"995527eaf31d4477","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/995527eaf31d4477","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728517,"stop":1728369728517,"duration":0}}]},"tags":[]},"source":"1ba571de7500830b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1c2ae6bc6ae440b9.json b/7530/data/test-cases/1c2ae6bc6ae440b9.json new file mode 100644 index 00000000000..6955f08bc83 --- /dev/null +++ b/7530/data/test-cases/1c2ae6bc6ae440b9.json @@ -0,0 +1 @@ +{"uid":"1c2ae6bc6ae440b9","name":"Subscribe to topic containing special chars and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing special chars and publish message","historyId":"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696834,"stop":1728381696834,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"17b4a4d5c233511c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/17b4a4d5c233511c","status":"passed","time":{"start":1728379498099,"stop":1728379498100,"duration":1}},{"uid":"5696e67850e8e9e5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5696e67850e8e9e5","status":"passed","time":{"start":1728372147561,"stop":1728372147562,"duration":1}},{"uid":"631b0a8986dde71f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/631b0a8986dde71f","status":"passed","time":{"start":1728370535029,"stop":1728370535029,"duration":0}},{"uid":"e740063245918bee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e740063245918bee","status":"passed","time":{"start":1728369636374,"stop":1728369636375,"duration":1}}]},"tags":[]},"source":"1c2ae6bc6ae440b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1c708a93de8b3b24.json b/7530/data/test-cases/1c708a93de8b3b24.json new file mode 100644 index 00000000000..a177f029cb8 --- /dev/null +++ b/7530/data/test-cases/1c708a93de8b3b24.json @@ -0,0 +1 @@ +{"uid":"1c708a93de8b3b24","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no id","historyId":"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364419,"stop":1728381364420,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Verify"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d7b28e766405ddf6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7b28e766405ddf6","status":"passed","time":{"start":1728379167596,"stop":1728379167596,"duration":0}},{"uid":"fe6569e381cd682c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fe6569e381cd682c","status":"passed","time":{"start":1728371811377,"stop":1728371811377,"duration":0}},{"uid":"e882cab4a8e9c882","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e882cab4a8e9c882","status":"passed","time":{"start":1728370158839,"stop":1728370158839,"duration":0}},{"uid":"4b7dabde8ac0b872","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b7dabde8ac0b872","status":"passed","time":{"start":1728369257778,"stop":1728369257778,"duration":0}}]},"tags":[]},"source":"1c708a93de8b3b24.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1ca546794aac5779.json b/7530/data/test-cases/1ca546794aac5779.json new file mode 100644 index 00000000000..4c6bb02adcd --- /dev/null +++ b/7530/data/test-cases/1ca546794aac5779.json @@ -0,0 +1 @@ +{"uid":"1ca546794aac5779","name":"Js publishes, other Js receives","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Js publishes, other Js receives","historyId":"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381676009,"stop":1728381676011,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ce486ddee88cc468","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce486ddee88cc468","status":"passed","time":{"start":1728379477376,"stop":1728379477376,"duration":0}},{"uid":"639bbb5f7e79c098","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/639bbb5f7e79c098","status":"passed","time":{"start":1728372125153,"stop":1728372125153,"duration":0}},{"uid":"429ca3ce6837beab","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/429ca3ce6837beab","status":"passed","time":{"start":1728370506884,"stop":1728370506885,"duration":1}},{"uid":"79ea0fb8927f8946","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/79ea0fb8927f8946","status":"passed","time":{"start":1728369613009,"stop":1728369613009,"duration":0}}]},"tags":[]},"source":"1ca546794aac5779.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1d588b25ca32eefc.json b/7530/data/test-cases/1d588b25ca32eefc.json new file mode 100644 index 00000000000..2e56bfbb5ab --- /dev/null +++ b/7530/data/test-cases/1d588b25ca32eefc.json @@ -0,0 +1 @@ +{"uid":"1d588b25ca32eefc","name":"Subscribe and receive messages on 2 different content topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive messages on 2 different content topics","historyId":"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749017,"stop":1728381749019,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf145ae03b23cca7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf145ae03b23cca7","status":"passed","time":{"start":1728379549631,"stop":1728379549641,"duration":10}},{"uid":"5860904eb36cca0b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5860904eb36cca0b","status":"passed","time":{"start":1728372195407,"stop":1728372195408,"duration":1}},{"uid":"3ed5a9f10de8e5bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3ed5a9f10de8e5bc","status":"passed","time":{"start":1728370555236,"stop":1728370555236,"duration":0}},{"uid":"25bd1d13b5abdcb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25bd1d13b5abdcb","status":"passed","time":{"start":1728369639824,"stop":1728369639825,"duration":1}}]},"tags":[]},"source":"1d588b25ca32eefc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1daae6bbe01129d4.json b/7530/data/test-cases/1daae6bbe01129d4.json new file mode 100644 index 00000000000..82fda3bd879 --- /dev/null +++ b/7530/data/test-cases/1daae6bbe01129d4.json @@ -0,0 +1 @@ +{"uid":"1daae6bbe01129d4","name":"should not fail to stop the service if it was not started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383543,"stop":1728381383544,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"10aac88fd8ee2b3f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/10aac88fd8ee2b3f","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"5c11da5d721c9694","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5c11da5d721c9694","status":"passed","time":{"start":1728371830872,"stop":1728371830872,"duration":0}},{"uid":"d62736b6143266e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d62736b6143266e5","status":"passed","time":{"start":1728370178238,"stop":1728370178238,"duration":0}},{"uid":"4c21ac17fa23c23a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c21ac17fa23c23a","status":"passed","time":{"start":1728369277109,"stop":1728369277109,"duration":0}}]},"tags":[]},"source":"1daae6bbe01129d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1db0beef40203e46.json b/7530/data/test-cases/1db0beef40203e46.json new file mode 100644 index 00000000000..5ffcf7642f5 --- /dev/null +++ b/7530/data/test-cases/1db0beef40203e46.json @@ -0,0 +1 @@ +{"uid":"1db0beef40203e46","name":"Check message with no content topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with no content topic is not received","historyId":"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a93e3715e7cd983b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a93e3715e7cd983b","status":"passed","time":{"start":1728379460296,"stop":1728379460297,"duration":1}},{"uid":"2a399d61113e990c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2a399d61113e990c","status":"passed","time":{"start":1728372105680,"stop":1728372105680,"duration":0}},{"uid":"8ff38ba353210e58","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ff38ba353210e58","status":"passed","time":{"start":1728370464160,"stop":1728370464161,"duration":1}},{"uid":"192c203869b20d0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/192c203869b20d0b","status":"passed","time":{"start":1728369544876,"stop":1728369544877,"duration":1}}]},"tags":[]},"source":"1db0beef40203e46.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1e56a9d831031654.json b/7530/data/test-cases/1e56a9d831031654.json new file mode 100644 index 00000000000..facb2541b06 --- /dev/null +++ b/7530/data/test-cases/1e56a9d831031654.json @@ -0,0 +1 @@ +{"uid":"1e56a9d831031654","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","historyId":"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb0dfa1052d9f7c6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb0dfa1052d9f7c6","status":"passed","time":{"start":1728379329181,"stop":1728379329181,"duration":0}},{"uid":"294d857a5580c9ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/294d857a5580c9ca","status":"passed","time":{"start":1728371984006,"stop":1728371984006,"duration":0}},{"uid":"cc56f77264109a04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc56f77264109a04","status":"passed","time":{"start":1728370284361,"stop":1728370284361,"duration":0}},{"uid":"7e10cd023830f876","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7e10cd023830f876","status":"passed","time":{"start":1728369378906,"stop":1728369378906,"duration":0}}]},"tags":[]},"source":"1e56a9d831031654.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1e5feb9a4f52652a.json b/7530/data/test-cases/1e5feb9a4f52652a.json new file mode 100644 index 00000000000..5202839e459 --- /dev/null +++ b/7530/data/test-cases/1e5feb9a4f52652a.json @@ -0,0 +1 @@ +{"uid":"1e5feb9a4f52652a","name":"LightPush with 1 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 1 connections","historyId":"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381554776,"stop":1728381554778,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"b6c031102c15fd9f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b6c031102c15fd9f","status":"passed","time":{"start":1728379365894,"stop":1728379365894,"duration":0}},{"uid":"4c05236fb7151b27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c05236fb7151b27","status":"passed","time":{"start":1728372012987,"stop":1728372012987,"duration":0}},{"uid":"e6469883602b9c6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6469883602b9c6a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370408805,"stop":1728370408805,"duration":0}},{"uid":"425f1fd713d3d415","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/425f1fd713d3d415","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369510273,"stop":1728369510274,"duration":1}}]},"tags":[]},"source":"1e5feb9a4f52652a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/1f073a289b5c7b78.json b/7530/data/test-cases/1f073a289b5c7b78.json new file mode 100644 index 00000000000..d9ab9ccbcc1 --- /dev/null +++ b/7530/data/test-cases/1f073a289b5c7b78.json @@ -0,0 +1 @@ +{"uid":"1f073a289b5c7b78","name":"Filter with 2 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 2 connections","historyId":"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381554779,"stop":1728381554779,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"31079b81acbde41d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31079b81acbde41d","status":"passed","time":{"start":1728379365909,"stop":1728379365909,"duration":0}},{"uid":"58ae5309830a62c3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/58ae5309830a62c3","status":"passed","time":{"start":1728372012988,"stop":1728372012988,"duration":0}},{"uid":"77a97cbd74dee9d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77a97cbd74dee9d","status":"passed","time":{"start":1728370408808,"stop":1728370408808,"duration":0}},{"uid":"cbd4d0cde4f239f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbd4d0cde4f239f8","status":"passed","time":{"start":1728369510276,"stop":1728369510276,"duration":0}}]},"tags":[]},"source":"1f073a289b5c7b78.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/208744d90188df32.json b/7530/data/test-cases/208744d90188df32.json new file mode 100644 index 00000000000..9fe0731153c --- /dev/null +++ b/7530/data/test-cases/208744d90188df32.json @@ -0,0 +1 @@ +{"uid":"208744d90188df32","name":"LightPush: 1 peers, Filter: 1 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 1 peers","historyId":"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613866,"stop":1728381613867,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"53246069d24fa735","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53246069d24fa735","status":"passed","time":{"start":1728379419673,"stop":1728379419673,"duration":0}},{"uid":"fb8bec04625b538","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb8bec04625b538","status":"passed","time":{"start":1728372107436,"stop":1728372107437,"duration":1}},{"uid":"5e7ef4d89df20bf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e7ef4d89df20bf3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626981,"stop":1728370626981,"duration":0}},{"uid":"a5553b94ffc03b94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5553b94ffc03b94","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728511,"stop":1728369728511,"duration":0}}]},"tags":[]},"source":"208744d90188df32.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/20a2bd4b5096809e.json b/7530/data/test-cases/20a2bd4b5096809e.json new file mode 100644 index 00000000000..d5a26df05d0 --- /dev/null +++ b/7530/data/test-cases/20a2bd4b5096809e.json @@ -0,0 +1 @@ +{"uid":"20a2bd4b5096809e","name":"Fails to push message bigger that 1MB","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message bigger that 1MB","historyId":"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680471,"stop":1728381680472,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bce5c8a56ba1c390","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bce5c8a56ba1c390","status":"passed","time":{"start":1728379482971,"stop":1728379482975,"duration":4}},{"uid":"de18f7e0677f4983","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/de18f7e0677f4983","status":"passed","time":{"start":1728372134579,"stop":1728372134581,"duration":2}},{"uid":"d9770b16904f3d09","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9770b16904f3d09","status":"passed","time":{"start":1728370487887,"stop":1728370487888,"duration":1}},{"uid":"8bf80f2c5067370b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8bf80f2c5067370b","status":"passed","time":{"start":1728369590813,"stop":1728369590813,"duration":0}}]},"tags":[]},"source":"20a2bd4b5096809e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/20ee181b7e7dff69.json b/7530/data/test-cases/20ee181b7e7dff69.json new file mode 100644 index 00000000000..000bf3f01c0 --- /dev/null +++ b/7530/data/test-cases/20ee181b7e7dff69.json @@ -0,0 +1 @@ +{"uid":"20ee181b7e7dff69","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/22/sometopic/someencoding to shard index 2","historyId":"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"79018378c1ab327d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79018378c1ab327d","status":"passed","time":{"start":1728379159007,"stop":1728379159007,"duration":0}},{"uid":"b2e9c1e427a6ad07","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2e9c1e427a6ad07","status":"passed","time":{"start":1728371802893,"stop":1728371802893,"duration":0}},{"uid":"ab8db8864abf97de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab8db8864abf97de","status":"passed","time":{"start":1728370149926,"stop":1728370149927,"duration":1}},{"uid":"27e99fe357f20d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/27e99fe357f20d0","status":"passed","time":{"start":1728369248982,"stop":1728369248983,"duration":1}}]},"tags":[]},"source":"20ee181b7e7dff69.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2103cf730e4d9594.json b/7530/data/test-cases/2103cf730e4d9594.json new file mode 100644 index 00000000000..761075d1148 --- /dev/null +++ b/7530/data/test-cases/2103cf730e4d9594.json @@ -0,0 +1 @@ +{"uid":"2103cf730e4d9594","name":"receiving a ping from a peer does not overwrite shard info","fullName":"/tests/metadata.spec.ts: Metadata Protocol > receiving a ping from a peer does not overwrite shard info","historyId":"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381634307,"stop":1728381634307,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c393bd0babe2b429","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c393bd0babe2b429","status":"passed","time":{"start":1728379439870,"stop":1728379439871,"duration":1}},{"uid":"ee45b9469edf4f6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee45b9469edf4f6c","status":"passed","time":{"start":1728372083102,"stop":1728372083102,"duration":0}},{"uid":"e6a74fe78e357d2d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6a74fe78e357d2d","status":"passed","time":{"start":1728370464872,"stop":1728370464873,"duration":1}},{"uid":"5b45f12ad6d7db99","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5b45f12ad6d7db99","status":"passed","time":{"start":1728369559760,"stop":1728369559762,"duration":2}}]},"tags":[]},"source":"2103cf730e4d9594.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2136b2de71bb20c3.json b/7530/data/test-cases/2136b2de71bb20c3.json new file mode 100644 index 00000000000..34ed9eff82d --- /dev/null +++ b/7530/data/test-cases/2136b2de71bb20c3.json @@ -0,0 +1 @@ +{"uid":"2136b2de71bb20c3","name":"Subscribe and receive 2 messages on the same topic","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive 2 messages on the same topic","historyId":"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"744b9257c57d85de","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/744b9257c57d85de","status":"passed","time":{"start":1728379549631,"stop":1728379549631,"duration":0}},{"uid":"122860f6eb2dfb43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/122860f6eb2dfb43","status":"passed","time":{"start":1728372195406,"stop":1728372195407,"duration":1}},{"uid":"45bfff6b81caefc3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/45bfff6b81caefc3","status":"passed","time":{"start":1728370555236,"stop":1728370555236,"duration":0}},{"uid":"40441a72c22d4074","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40441a72c22d4074","status":"passed","time":{"start":1728369639822,"stop":1728369639824,"duration":2}}]},"tags":[]},"source":"2136b2de71bb20c3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/21763825d2f8dd59.json b/7530/data/test-cases/21763825d2f8dd59.json new file mode 100644 index 00000000000..e6bb0a4894c --- /dev/null +++ b/7530/data/test-cases/21763825d2f8dd59.json @@ -0,0 +1 @@ +{"uid":"21763825d2f8dd59","name":"Query with Ordered Callback, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, Wrong PubsubTopic","historyId":"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743123,"stop":1728381743123,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"434394e7c076f6d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/434394e7c076f6d8","status":"passed","time":{"start":1728379550980,"stop":1728379550982,"duration":2}},{"uid":"9a2de098eafbdd6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9a2de098eafbdd6a","status":"passed","time":{"start":1728372211442,"stop":1728372211443,"duration":1}},{"uid":"c1d363ccd377f098","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c1d363ccd377f098","status":"passed","time":{"start":1728370582327,"stop":1728370582327,"duration":0}},{"uid":"f2a47d590d97ff72","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f2a47d590d97ff72","status":"passed","time":{"start":1728369674238,"stop":1728369674239,"duration":1}}]},"tags":[]},"source":"21763825d2f8dd59.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2199e9e826a60c52.json b/7530/data/test-cases/2199e9e826a60c52.json new file mode 100644 index 00000000000..326e1072428 --- /dev/null +++ b/7530/data/test-cases/2199e9e826a60c52.json @@ -0,0 +1 @@ +{"uid":"2199e9e826a60c52","name":"Reopen subscription with peer with lost subscription","fullName":"/tests/filter/single_node/ping.node.spec.ts: Waku Filter V2: Ping > Reopen subscription with peer with lost subscription","historyId":"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"458b5d9cc2b04089","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/458b5d9cc2b04089","status":"passed","time":{"start":1728379262344,"stop":1728379262345,"duration":1}},{"uid":"e1275458460e5e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e1275458460e5e9","status":"passed","time":{"start":1728371896585,"stop":1728371896587,"duration":2}},{"uid":"401a7608ea6a004c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/401a7608ea6a004c","status":"passed","time":{"start":1728370244011,"stop":1728370244011,"duration":0}},{"uid":"1fb3fe31d8183754","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1fb3fe31d8183754","status":"passed","time":{"start":1728369348165,"stop":1728369348165,"duration":0}}]},"tags":[]},"source":"2199e9e826a60c52.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/21a7a8547ee0d3e4.json b/7530/data/test-cases/21a7a8547ee0d3e4.json new file mode 100644 index 00000000000..19e64d7ea7b --- /dev/null +++ b/7530/data/test-cases/21a7a8547ee0d3e4.json @@ -0,0 +1 @@ +{"uid":"21a7a8547ee0d3e4","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /0/statusim/1/community/cbor to shard index 4","historyId":"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355966,"stop":1728381355967,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f999390571b7fb87","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f999390571b7fb87","status":"passed","time":{"start":1728379159006,"stop":1728379159007,"duration":1}},{"uid":"aefea6f53c922ccf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/aefea6f53c922ccf","status":"passed","time":{"start":1728371802893,"stop":1728371802893,"duration":0}},{"uid":"70a0ae4cf3bb835b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70a0ae4cf3bb835b","status":"passed","time":{"start":1728370149926,"stop":1728370149926,"duration":0}},{"uid":"3a97a7cab825116a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3a97a7cab825116a","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"tags":[]},"source":"21a7a8547ee0d3e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/22b29d4a45f5b0f1.json b/7530/data/test-cases/22b29d4a45f5b0f1.json new file mode 100644 index 00000000000..1baa4bd21cd --- /dev/null +++ b/7530/data/test-cases/22b29d4a45f5b0f1.json @@ -0,0 +1 @@ +{"uid":"22b29d4a45f5b0f1","name":"Push message with content topic containing JSON","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing JSON","historyId":"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711665,"stop":1728381711669,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d06a396265a4e613","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d06a396265a4e613","status":"passed","time":{"start":1728379515557,"stop":1728379515558,"duration":1}},{"uid":"5164be3edc6bede9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5164be3edc6bede9","status":"passed","time":{"start":1728372171309,"stop":1728372171309,"duration":0}},{"uid":"141d6b69d22d3722","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/141d6b69d22d3722","status":"passed","time":{"start":1728370522972,"stop":1728370522972,"duration":0}},{"uid":"cd4554ae7eced4e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cd4554ae7eced4e4","status":"passed","time":{"start":1728369622049,"stop":1728369622050,"duration":1}}]},"tags":[]},"source":"22b29d4a45f5b0f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/22e50d6fae2afbdb.json b/7530/data/test-cases/22e50d6fae2afbdb.json new file mode 100644 index 00000000000..9f6356321d6 --- /dev/null +++ b/7530/data/test-cases/22e50d6fae2afbdb.json @@ -0,0 +1 @@ +{"uid":"22e50d6fae2afbdb","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (Autosharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615371,"stop":1728381615372,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c03d737c77a888a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c03d737c77a888a","status":"passed","time":{"start":1728379422777,"stop":1728379422779,"duration":2}},{"uid":"9d38b3bdf46c48e3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d38b3bdf46c48e3","status":"passed","time":{"start":1728372057777,"stop":1728372057778,"duration":1}},{"uid":"4087d10e5db3872c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4087d10e5db3872c","status":"passed","time":{"start":1728370439677,"stop":1728370439683,"duration":6}},{"uid":"b5f9c2c9c310240b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b5f9c2c9c310240b","status":"passed","time":{"start":1728369540010,"stop":1728369540012,"duration":2}}]},"tags":[]},"source":"22e50d6fae2afbdb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/22e8bab575fd2a60.json b/7530/data/test-cases/22e8bab575fd2a60.json new file mode 100644 index 00000000000..b44c0f03bca --- /dev/null +++ b/7530/data/test-cases/22e8bab575fd2a60.json @@ -0,0 +1 @@ +{"uid":"22e8bab575fd2a60","name":"different cluster, different shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, different shard: nodes don't connect","historyId":"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68906a24943ca1bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68906a24943ca1bc","status":"passed","time":{"start":1728379329166,"stop":1728379329166,"duration":0}},{"uid":"50d172875085cb9c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50d172875085cb9c","status":"passed","time":{"start":1728371983980,"stop":1728371983980,"duration":0}}]},"tags":[]},"source":"22e8bab575fd2a60.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/230f66f94d9082e8.json b/7530/data/test-cases/230f66f94d9082e8.json new file mode 100644 index 00000000000..7f4891c5220 --- /dev/null +++ b/7530/data/test-cases/230f66f94d9082e8.json @@ -0,0 +1 @@ +{"uid":"230f66f94d9082e8","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing emoji and receive message","historyId":"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1811cb660f589e0d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1811cb660f589e0d","status":"passed","time":{"start":1728379549682,"stop":1728379549682,"duration":0}},{"uid":"13d267e711e5e74e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13d267e711e5e74e","status":"passed","time":{"start":1728372195422,"stop":1728372195422,"duration":0}},{"uid":"202e24173cd3dc0f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/202e24173cd3dc0f","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"dcda6f60553314bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dcda6f60553314bf","status":"passed","time":{"start":1728369639840,"stop":1728369639841,"duration":1}}]},"tags":[]},"source":"230f66f94d9082e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/232a3458cebbb68a.json b/7530/data/test-cases/232a3458cebbb68a.json new file mode 100644 index 00000000000..693631aaee5 --- /dev/null +++ b/7530/data/test-cases/232a3458cebbb68a.json @@ -0,0 +1 @@ +{"uid":"232a3458cebbb68a","name":"should return the pubsub topic directly if a string is provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should return the pubsub topic directly if a string is provided","historyId":"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b76ee4f187ac3de0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b76ee4f187ac3de0","status":"passed","time":{"start":1728379159027,"stop":1728379159027,"duration":0}},{"uid":"c8a5f25219718f26","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8a5f25219718f26","status":"passed","time":{"start":1728371802910,"stop":1728371802911,"duration":1}},{"uid":"d13ee2640742808a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d13ee2640742808a","status":"passed","time":{"start":1728370149945,"stop":1728370149945,"duration":0}},{"uid":"7a1591cff3615e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a1591cff3615e0","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"tags":[]},"source":"232a3458cebbb68a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/23684431c5ac875.json b/7530/data/test-cases/23684431c5ac875.json new file mode 100644 index 00000000000..bb303544048 --- /dev/null +++ b/7530/data/test-cases/23684431c5ac875.json @@ -0,0 +1 @@ +{"uid":"23684431c5ac875","name":"Ping on peer without subscriptions","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true > Ping on peer without subscriptions","historyId":"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381454665,"stop":1728381454665,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6d667decbd7cc14","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d667decbd7cc14","status":"passed","time":{"start":1728379263248,"stop":1728379263248,"duration":0}},{"uid":"9e4c4ccd25b8b01a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e4c4ccd25b8b01a","status":"passed","time":{"start":1728371902712,"stop":1728371902712,"duration":0}},{"uid":"d9804ea21ce12b61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9804ea21ce12b61","status":"passed","time":{"start":1728370254629,"stop":1728370254629,"duration":0}},{"uid":"9bfd3d4f6617d9d2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bfd3d4f6617d9d2","status":"passed","time":{"start":1728369347753,"stop":1728369347754,"duration":1}}]},"tags":[]},"source":"23684431c5ac875.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/23840e0a84a6207f.json b/7530/data/test-cases/23840e0a84a6207f.json new file mode 100644 index 00000000000..342771cf231 --- /dev/null +++ b/7530/data/test-cases/23840e0a84a6207f.json @@ -0,0 +1 @@ +{"uid":"23840e0a84a6207f","name":"1 Relay, 1 fetch","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 fetch","historyId":"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379297,"stop":1728381379297,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a1b07be57240f423","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1b07be57240f423","status":"passed","time":{"start":1728379182274,"stop":1728379182282,"duration":8}},{"uid":"b4920bf386854909","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4920bf386854909","status":"passed","time":{"start":1728371826534,"stop":1728371826534,"duration":0}},{"uid":"3506e92554950cd3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3506e92554950cd3","status":"passed","time":{"start":1728370173922,"stop":1728370173923,"duration":1}},{"uid":"cb8bca002c69efad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb8bca002c69efad","status":"passed","time":{"start":1728369272888,"stop":1728369272889,"duration":1}}]},"tags":[]},"source":"23840e0a84a6207f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/23e5384a6e309e8b.json b/7530/data/test-cases/23e5384a6e309e8b.json new file mode 100644 index 00000000000..97850f3344f --- /dev/null +++ b/7530/data/test-cases/23e5384a6e309e8b.json @@ -0,0 +1 @@ +{"uid":"23e5384a6e309e8b","name":"Check publish message containing numeric","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing numeric","historyId":"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689145,"stop":1728381689146,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"da7950057d620171","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/da7950057d620171","status":"passed","time":{"start":1728379493802,"stop":1728379493802,"duration":0}},{"uid":"3fc0804f7c1ce46","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3fc0804f7c1ce46","status":"passed","time":{"start":1728372140937,"stop":1728372140938,"duration":1}},{"uid":"c9db7c4831349a61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c9db7c4831349a61","status":"passed","time":{"start":1728370524955,"stop":1728370524955,"duration":0}},{"uid":"bc037289b117c56e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc037289b117c56e","status":"passed","time":{"start":1728369630387,"stop":1728369630388,"duration":1}}]},"tags":[]},"source":"23e5384a6e309e8b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/24163810dd9de665.json b/7530/data/test-cases/24163810dd9de665.json new file mode 100644 index 00000000000..046dd8f4c89 --- /dev/null +++ b/7530/data/test-cases/24163810dd9de665.json @@ -0,0 +1 @@ +{"uid":"24163810dd9de665","name":"Push message with XML payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with XML payload","historyId":"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7da40958999150c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7da40958999150c3","status":"passed","time":{"start":1728379515545,"stop":1728379515546,"duration":1}},{"uid":"446bc30474e178d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/446bc30474e178d6","status":"passed","time":{"start":1728372171291,"stop":1728372171292,"duration":1}},{"uid":"33115e2daf87d0a2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/33115e2daf87d0a2","status":"passed","time":{"start":1728370522951,"stop":1728370522956,"duration":5}},{"uid":"ceb16643bee2d9a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ceb16643bee2d9a3","status":"passed","time":{"start":1728369622031,"stop":1728369622032,"duration":1}}]},"tags":[]},"source":"24163810dd9de665.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/243c55ec34070ab1.json b/7530/data/test-cases/243c55ec34070ab1.json new file mode 100644 index 00000000000..ed4743e821e --- /dev/null +++ b/7530/data/test-cases/243c55ec34070ab1.json @@ -0,0 +1 @@ +{"uid":"243c55ec34070ab1","name":"Push message with Script payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Script payload","historyId":"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711644,"stop":1728381711645,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1123ccf7f169f5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1123ccf7f169f5e","status":"passed","time":{"start":1728379515544,"stop":1728379515545,"duration":1}},{"uid":"ee1e8d6ec792cab0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee1e8d6ec792cab0","status":"passed","time":{"start":1728372171291,"stop":1728372171291,"duration":0}},{"uid":"2b1c472388b968de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2b1c472388b968de","status":"passed","time":{"start":1728370522951,"stop":1728370522951,"duration":0}},{"uid":"1c866d6391219d7d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1c866d6391219d7d","status":"passed","time":{"start":1728369622031,"stop":1728369622031,"duration":0}}]},"tags":[]},"source":"243c55ec34070ab1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2454edb9ca7e58ff.json b/7530/data/test-cases/2454edb9ca7e58ff.json new file mode 100644 index 00000000000..6ae095294db --- /dev/null +++ b/7530/data/test-cases/2454edb9ca7e58ff.json @@ -0,0 +1 @@ +{"uid":"2454edb9ca7e58ff","name":"Passing page size 1 when there are 4 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 1 when there are 4 messages","historyId":"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766194,"stop":1728381766196,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3807e34717cdfc3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3807e34717cdfc3","status":"passed","time":{"start":1728379569497,"stop":1728379569498,"duration":1}},{"uid":"c0d5e36ae31bfeba","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0d5e36ae31bfeba","status":"passed","time":{"start":1728372220851,"stop":1728372220851,"duration":0}},{"uid":"1c4dc86660fb9df1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c4dc86660fb9df1","status":"passed","time":{"start":1728370605230,"stop":1728370605230,"duration":0}},{"uid":"13c7cf138822d4a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13c7cf138822d4a","status":"passed","time":{"start":1728369697443,"stop":1728369697446,"duration":3}}]},"tags":[]},"source":"2454edb9ca7e58ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/246e082be0c8cb4c.json b/7530/data/test-cases/246e082be0c8cb4c.json new file mode 100644 index 00000000000..0429a174038 --- /dev/null +++ b/7530/data/test-cases/246e082be0c8cb4c.json @@ -0,0 +1 @@ +{"uid":"246e082be0c8cb4c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribe 2 topics - node subscribed to 2 topics","historyId":"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545564,"stop":1728381545566,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"974829f614339564","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/974829f614339564","status":"passed","time":{"start":1728379350298,"stop":1728379350307,"duration":9}},{"uid":"e834330cbbbe02a2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e834330cbbbe02a2","status":"passed","time":{"start":1728371998262,"stop":1728371998263,"duration":1}},{"uid":"3b30e27849aa1eb2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b30e27849aa1eb2","status":"passed","time":{"start":1728370345943,"stop":1728370345943,"duration":0}},{"uid":"8462838a86832388","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8462838a86832388","status":"passed","time":{"start":1728369443737,"stop":1728369443737,"duration":0}}]},"tags":[]},"source":"246e082be0c8cb4c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2472a850613e19ac.json b/7530/data/test-cases/2472a850613e19ac.json new file mode 100644 index 00000000000..e94d9226e5c --- /dev/null +++ b/7530/data/test-cases/2472a850613e19ac.json @@ -0,0 +1 @@ +{"uid":"2472a850613e19ac","name":"Query with Ordered Callback, Multiple PubsubTopics","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, Multiple PubsubTopics","historyId":"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"48e4e8e1d51285c6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/48e4e8e1d51285c6","status":"passed","time":{"start":1728379550982,"stop":1728379550983,"duration":1}},{"uid":"8d9c93aed2898a88","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d9c93aed2898a88","status":"passed","time":{"start":1728372211443,"stop":1728372211444,"duration":1}},{"uid":"c39acf7dfb49b0f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c39acf7dfb49b0f2","status":"passed","time":{"start":1728370582328,"stop":1728370582328,"duration":0}},{"uid":"f34043d90590b39e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f34043d90590b39e","status":"passed","time":{"start":1728369674239,"stop":1728369674239,"duration":0}}]},"tags":[]},"source":"2472a850613e19ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/24de4e88b556087b.json b/7530/data/test-cases/24de4e88b556087b.json new file mode 100644 index 00000000000..6b24c262d60 --- /dev/null +++ b/7530/data/test-cases/24de4e88b556087b.json @@ -0,0 +1 @@ +{"uid":"24de4e88b556087b","name":"throws on content topic with too few or too many fields","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with too few or too many fields","historyId":"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355953,"stop":1728381355954,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9de9da16d64e919f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9de9da16d64e919f","status":"passed","time":{"start":1728379158994,"stop":1728379158995,"duration":1}},{"uid":"11b6b80769091e76","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/11b6b80769091e76","status":"passed","time":{"start":1728371802888,"stop":1728371802888,"duration":0}},{"uid":"2630f61dac66d9e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2630f61dac66d9e1","status":"passed","time":{"start":1728370149913,"stop":1728370149914,"duration":1}},{"uid":"f4535e785bc66a72","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f4535e785bc66a72","status":"passed","time":{"start":1728369248973,"stop":1728369248973,"duration":0}}]},"tags":[]},"source":"24de4e88b556087b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/251d6dac7ddc652d.json b/7530/data/test-cases/251d6dac7ddc652d.json new file mode 100644 index 00000000000..74204ffdf57 --- /dev/null +++ b/7530/data/test-cases/251d6dac7ddc652d.json @@ -0,0 +1 @@ +{"uid":"251d6dac7ddc652d","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521284,"stop":1728381521284,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbd48110d8fb71b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fbd48110d8fb71b4","status":"passed","time":{"start":1728379329164,"stop":1728379329164,"duration":0}},{"uid":"83142e09baac9c92","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/83142e09baac9c92","status":"passed","time":{"start":1728371983978,"stop":1728371983979,"duration":1}}]},"tags":[]},"source":"251d6dac7ddc652d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/252404d761aeb771.json b/7530/data/test-cases/252404d761aeb771.json new file mode 100644 index 00000000000..7e0304c7797 --- /dev/null +++ b/7530/data/test-cases/252404d761aeb771.json @@ -0,0 +1 @@ +{"uid":"252404d761aeb771","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","historyId":"8ba9a55b138158eafde7628724650654:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719623,"stop":1728381719624,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"252404d761aeb771.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/253c78621b2556e2.json b/7530/data/test-cases/253c78621b2556e2.json new file mode 100644 index 00000000000..03f560269dc --- /dev/null +++ b/7530/data/test-cases/253c78621b2556e2.json @@ -0,0 +1 @@ +{"uid":"253c78621b2556e2","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Chinese and receive message","historyId":"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a0a986c8da51cdd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0a986c8da51cdd2","status":"passed","time":{"start":1728379366474,"stop":1728379366476,"duration":2}},{"uid":"649721fc9f2d370e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/649721fc9f2d370e","status":"passed","time":{"start":1728371996020,"stop":1728371996020,"duration":0}},{"uid":"178658edbfe6b070","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/178658edbfe6b070","status":"passed","time":{"start":1728370345129,"stop":1728370345129,"duration":0}},{"uid":"64d2a121b5b6022","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/64d2a121b5b6022","status":"passed","time":{"start":1728369447288,"stop":1728369447288,"duration":0}}]},"tags":[]},"source":"253c78621b2556e2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/254d1e87b6213543.json b/7530/data/test-cases/254d1e87b6213543.json new file mode 100644 index 00000000000..13d1fd45d45 --- /dev/null +++ b/7530/data/test-cases/254d1e87b6213543.json @@ -0,0 +1 @@ +{"uid":"254d1e87b6213543","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","fullName":"/src/lib/stream_manager/stream_manager.spec.ts: StreamManager > peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","historyId":"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371412,"stop":1728381371412,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"StreamManager"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6b68df9da97ed47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6b68df9da97ed47","status":"passed","time":{"start":1728379174830,"stop":1728379174831,"duration":1}},{"uid":"fc0c1b82d6f75a72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fc0c1b82d6f75a72","status":"passed","time":{"start":1728371818437,"stop":1728371818438,"duration":1}},{"uid":"c3ef3d2d61e6df4d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3ef3d2d61e6df4d","status":"passed","time":{"start":1728370166080,"stop":1728370166080,"duration":0}},{"uid":"545899cf5b46740f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/545899cf5b46740f","status":"passed","time":{"start":1728369265064,"stop":1728369265065,"duration":1}}]},"tags":[]},"source":"254d1e87b6213543.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/25c9c5b259dcc115.json b/7530/data/test-cases/25c9c5b259dcc115.json new file mode 100644 index 00000000000..ec4240702c8 --- /dev/null +++ b/7530/data/test-cases/25c9c5b259dcc115.json @@ -0,0 +1 @@ +{"uid":"25c9c5b259dcc115","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message on other pubsub topic is not received","historyId":"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658388,"stop":1728381658389,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"39db1fe7ff0376b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/39db1fe7ff0376b4","status":"passed","time":{"start":1728379460295,"stop":1728379460296,"duration":1}},{"uid":"a3b86551a31b928f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a3b86551a31b928f","status":"passed","time":{"start":1728372105679,"stop":1728372105680,"duration":1}},{"uid":"22ae61f2318f2a96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22ae61f2318f2a96","status":"passed","time":{"start":1728370464159,"stop":1728370464160,"duration":1}},{"uid":"cdcc2c77ecf8d91c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdcc2c77ecf8d91c","status":"passed","time":{"start":1728369544876,"stop":1728369544876,"duration":0}}]},"tags":[]},"source":"25c9c5b259dcc115.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/25ff6016a0085dbe.json b/7530/data/test-cases/25ff6016a0085dbe.json new file mode 100644 index 00000000000..e2c9cfd77b9 --- /dev/null +++ b/7530/data/test-cases/25ff6016a0085dbe.json @@ -0,0 +1 @@ +{"uid":"25ff6016a0085dbe","name":"Check received message containing unicode special characters","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing unicode special characters","historyId":"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4b67999d25d668eb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b67999d25d668eb","status":"passed","time":{"start":1728379329399,"stop":1728379329400,"duration":1}},{"uid":"78ac93810b60605e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ac93810b60605e","status":"passed","time":{"start":1728371973993,"stop":1728371973993,"duration":0}},{"uid":"9a62173eec5f50da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a62173eec5f50da","status":"passed","time":{"start":1728370320866,"stop":1728370320867,"duration":1}},{"uid":"b26bdd022d2aa884","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b26bdd022d2aa884","status":"passed","time":{"start":1728369420247,"stop":1728369420247,"duration":0}}]},"tags":[]},"source":"25ff6016a0085dbe.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/26449863fa912b7d.json b/7530/data/test-cases/26449863fa912b7d.json new file mode 100644 index 00000000000..a9c3ae1bd30 --- /dev/null +++ b/7530/data/test-cases/26449863fa912b7d.json @@ -0,0 +1 @@ +{"uid":"26449863fa912b7d","name":"it tolerates circular branch references","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > it tolerates circular branch references","historyId":"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379401,"stop":1728381379402,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c3f578662111ed0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c3f578662111ed0b","status":"passed","time":{"start":1728379182986,"stop":1728379182986,"duration":0}},{"uid":"64c5eb37f88bb95c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64c5eb37f88bb95c","status":"passed","time":{"start":1728371826964,"stop":1728371826964,"duration":0}},{"uid":"807f0410596a3482","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/807f0410596a3482","status":"passed","time":{"start":1728370174428,"stop":1728370174428,"duration":0}},{"uid":"4c3301ab0f17528d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c3301ab0f17528d","status":"passed","time":{"start":1728369273237,"stop":1728369273237,"duration":0}}]},"tags":[]},"source":"26449863fa912b7d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/26837c5eaf9b6829.json b/7530/data/test-cases/26837c5eaf9b6829.json new file mode 100644 index 00000000000..ac02f1eab87 --- /dev/null +++ b/7530/data/test-cases/26837c5eaf9b6829.json @@ -0,0 +1 @@ +{"uid":"26837c5eaf9b6829","name":"Fails to publish duplicate message","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish duplicate message","historyId":"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689161,"stop":1728381689162,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f72816831a4de088","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f72816831a4de088","status":"passed","time":{"start":1728379493862,"stop":1728379493874,"duration":12}},{"uid":"ede9c106cd553eb4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ede9c106cd553eb4","status":"passed","time":{"start":1728372140960,"stop":1728372140961,"duration":1}},{"uid":"b295ab0e3a70b33a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b295ab0e3a70b33a","status":"passed","time":{"start":1728370524963,"stop":1728370524966,"duration":3}},{"uid":"edf6184ad09c49c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/edf6184ad09c49c8","status":"passed","time":{"start":1728369630402,"stop":1728369630402,"duration":0}}]},"tags":[]},"source":"26837c5eaf9b6829.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/274a8e2d88d60cc6.json b/7530/data/test-cases/274a8e2d88d60cc6.json new file mode 100644 index 00000000000..642073b2a62 --- /dev/null +++ b/7530/data/test-cases/274a8e2d88d60cc6.json @@ -0,0 +1 @@ +{"uid":"274a8e2d88d60cc6","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing XML and receive message","historyId":"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557267,"stop":1728381557269,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7bb207ea84b4dcaf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7bb207ea84b4dcaf","status":"passed","time":{"start":1728379366486,"stop":1728379366487,"duration":1}},{"uid":"5ce438ba37cf81f7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5ce438ba37cf81f7","status":"passed","time":{"start":1728371996023,"stop":1728371996023,"duration":0}},{"uid":"4edbe620b4b90649","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4edbe620b4b90649","status":"passed","time":{"start":1728370345139,"stop":1728370345139,"duration":0}},{"uid":"9da9f4e0d49d7b49","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9da9f4e0d49d7b49","status":"passed","time":{"start":1728369447290,"stop":1728369447290,"duration":0}}]},"tags":[]},"source":"274a8e2d88d60cc6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2783a2b44110b676.json b/7530/data/test-cases/2783a2b44110b676.json new file mode 100644 index 00000000000..022ea71581f --- /dev/null +++ b/7530/data/test-cases/2783a2b44110b676.json @@ -0,0 +1 @@ +{"uid":"2783a2b44110b676","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","historyId":"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461639,"stop":1728381461640,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"81a348d67ba12f28","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/81a348d67ba12f28","status":"passed","time":{"start":1728379263340,"stop":1728379263344,"duration":4}},{"uid":"ebc66fe73ca68e4f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ebc66fe73ca68e4f","status":"passed","time":{"start":1728371908025,"stop":1728371908025,"duration":0}},{"uid":"efe29bab17eaa8eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efe29bab17eaa8eb","status":"passed","time":{"start":1728370252054,"stop":1728370252055,"duration":1}},{"uid":"74f137349d98353","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/74f137349d98353","status":"passed","time":{"start":1728369354743,"stop":1728369354744,"duration":1}}]},"tags":[]},"source":"2783a2b44110b676.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/27c308d51922eec8.json b/7530/data/test-cases/27c308d51922eec8.json new file mode 100644 index 00000000000..6f69a3ed9c9 --- /dev/null +++ b/7530/data/test-cases/27c308d51922eec8.json @@ -0,0 +1 @@ +{"uid":"27c308d51922eec8","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","historyId":"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"51f4a4877b34dd64","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/51f4a4877b34dd64","status":"passed","time":{"start":1728379159018,"stop":1728379159018,"duration":0}},{"uid":"ef8a10d05935c848","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ef8a10d05935c848","status":"passed","time":{"start":1728371802903,"stop":1728371802904,"duration":1}},{"uid":"7f9fde44e5af0bf0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7f9fde44e5af0bf0","status":"passed","time":{"start":1728370149937,"stop":1728370149937,"duration":0}},{"uid":"fa6eb551f99ac3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fa6eb551f99ac3b","status":"passed","time":{"start":1728369248992,"stop":1728369248992,"duration":0}}]},"tags":[]},"source":"27c308d51922eec8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/27dc9a2ee56a35fd.json b/7530/data/test-cases/27dc9a2ee56a35fd.json new file mode 100644 index 00000000000..45173a0491f --- /dev/null +++ b/7530/data/test-cases/27dc9a2ee56a35fd.json @@ -0,0 +1 @@ +{"uid":"27dc9a2ee56a35fd","name":"Check received message containing XML","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing XML","historyId":"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca64695f401d24ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca64695f401d24ce","status":"passed","time":{"start":1728379329398,"stop":1728379329398,"duration":0}},{"uid":"97eb430becc380d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/97eb430becc380d1","status":"passed","time":{"start":1728371973990,"stop":1728371973991,"duration":1}},{"uid":"834e0ac3d29c41da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/834e0ac3d29c41da","status":"passed","time":{"start":1728370320865,"stop":1728370320865,"duration":0}},{"uid":"3822a5bfff4a3a1e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3822a5bfff4a3a1e","status":"passed","time":{"start":1728369420242,"stop":1728369420243,"duration":1}}]},"tags":[]},"source":"27dc9a2ee56a35fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/283813481b473c88.json b/7530/data/test-cases/283813481b473c88.json new file mode 100644 index 00000000000..6b5bdeda3d9 --- /dev/null +++ b/7530/data/test-cases/283813481b473c88.json @@ -0,0 +1 @@ +{"uid":"283813481b473c88","name":"Check received message containing special chars","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing special chars","historyId":"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e4ce4d5b90357a6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4ce4d5b90357a6","status":"passed","time":{"start":1728379460259,"stop":1728379460259,"duration":0}},{"uid":"20d3413193903652","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/20d3413193903652","status":"passed","time":{"start":1728372105659,"stop":1728372105659,"duration":0}},{"uid":"a42f0a03566dffe1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a42f0a03566dffe1","status":"passed","time":{"start":1728370464117,"stop":1728370464117,"duration":0}},{"uid":"a31cdfa80dc3560f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a31cdfa80dc3560f","status":"passed","time":{"start":1728369544850,"stop":1728369544851,"duration":1}}]},"tags":[]},"source":"283813481b473c88.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/28e4e0d1c72b1e44.json b/7530/data/test-cases/28e4e0d1c72b1e44.json new file mode 100644 index 00000000000..abce7d38183 --- /dev/null +++ b/7530/data/test-cases/28e4e0d1c72b1e44.json @@ -0,0 +1 @@ +{"uid":"28e4e0d1c72b1e44","name":"Query with Promise Callback, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, No message returned","historyId":"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743133,"stop":1728381743134,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"652ed52fe6faf05c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/652ed52fe6faf05c","status":"passed","time":{"start":1728379550985,"stop":1728379550986,"duration":1}},{"uid":"d8abfc810e3088a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d8abfc810e3088a0","status":"passed","time":{"start":1728372211451,"stop":1728372211452,"duration":1}},{"uid":"3e3beea6744aff5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3e3beea6744aff5b","status":"passed","time":{"start":1728370582330,"stop":1728370582330,"duration":0}},{"uid":"4b7676652c93be3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b7676652c93be3b","status":"passed","time":{"start":1728369674245,"stop":1728369674245,"duration":0}}]},"tags":[]},"source":"28e4e0d1c72b1e44.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2921ee0350e6fc97.json b/7530/data/test-cases/2921ee0350e6fc97.json new file mode 100644 index 00000000000..3b7111c047e --- /dev/null +++ b/7530/data/test-cases/2921ee0350e6fc97.json @@ -0,0 +1 @@ +{"uid":"2921ee0350e6fc97","name":"LightPush: 2 peers, Filter: 3 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 3 peers","historyId":"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613872,"stop":1728381613872,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"a6980844ffb81b6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6980844ffb81b6c","status":"passed","time":{"start":1728379419686,"stop":1728379419686,"duration":0}},{"uid":"b51f547b4c677e02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b51f547b4c677e02","status":"passed","time":{"start":1728372107442,"stop":1728372107443,"duration":1}},{"uid":"f5e87a5a1f439867","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5e87a5a1f439867","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626989,"stop":1728370626989,"duration":0}},{"uid":"16491f515bd31a27","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/16491f515bd31a27","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728516,"stop":1728369728516,"duration":0}}]},"tags":[]},"source":"2921ee0350e6fc97.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/293013cf5c7413fb.json b/7530/data/test-cases/293013cf5c7413fb.json new file mode 100644 index 00000000000..44e8f375e24 --- /dev/null +++ b/7530/data/test-cases/293013cf5c7413fb.json @@ -0,0 +1 @@ +{"uid":"293013cf5c7413fb","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For bootstrap peers > should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","historyId":"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381416762,"stop":1728381416762,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"30432061161736","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30432061161736","status":"passed","time":{"start":1728379222478,"stop":1728379222479,"duration":1}},{"uid":"184e5187bc53af89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/184e5187bc53af89","status":"passed","time":{"start":1728371864277,"stop":1728371864277,"duration":0}},{"uid":"121eb8f0f4a0485f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/121eb8f0f4a0485f","status":"passed","time":{"start":1728370211849,"stop":1728370211849,"duration":0}},{"uid":"f7e2bd2af0200da6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7e2bd2af0200da6","status":"passed","time":{"start":1728369311530,"stop":1728369311531,"duration":1}}]},"tags":[]},"source":"293013cf5c7413fb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/295f567ecc64eaea.json b/7530/data/test-cases/295f567ecc64eaea.json new file mode 100644 index 00000000000..1794906061b --- /dev/null +++ b/7530/data/test-cases/295f567ecc64eaea.json @@ -0,0 +1 @@ +{"uid":"295f567ecc64eaea","name":"Check publish message after client node is restarted","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message after client node is restarted","historyId":"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689166,"stop":1728381689167,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"83b843cf44e5307","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/83b843cf44e5307","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379493892,"stop":1728379493892,"duration":0}},{"uid":"84e54d8bc5e638d4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/84e54d8bc5e638d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372140969,"stop":1728372140969,"duration":0}},{"uid":"efcd298a4584d70b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efcd298a4584d70b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370524969,"stop":1728370524969,"duration":0}},{"uid":"e20882d269d0b88e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e20882d269d0b88e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369630405,"stop":1728369630406,"duration":1}}]},"tags":[]},"source":"295f567ecc64eaea.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/29bb037f08ba2dae.json b/7530/data/test-cases/29bb037f08ba2dae.json new file mode 100644 index 00000000000..c1ee0ee0def --- /dev/null +++ b/7530/data/test-cases/29bb037f08ba2dae.json @@ -0,0 +1 @@ +{"uid":"29bb037f08ba2dae","name":"Subscribe to topic containing Script and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Script and publish message","historyId":"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5b88b41c40037bf9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b88b41c40037bf9","status":"passed","time":{"start":1728379498104,"stop":1728379498104,"duration":0}},{"uid":"f7a6232183eb41b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f7a6232183eb41b","status":"passed","time":{"start":1728372147566,"stop":1728372147567,"duration":1}},{"uid":"50977c2ff49cf756","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50977c2ff49cf756","status":"passed","time":{"start":1728370535036,"stop":1728370535036,"duration":0}},{"uid":"4c1fdb3607d6d05e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c1fdb3607d6d05e","status":"passed","time":{"start":1728369636377,"stop":1728369636377,"duration":0}}]},"tags":[]},"source":"29bb037f08ba2dae.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2a10c94dd5efdebb.json b/7530/data/test-cases/2a10c94dd5efdebb.json new file mode 100644 index 00000000000..7913b7223a5 --- /dev/null +++ b/7530/data/test-cases/2a10c94dd5efdebb.json @@ -0,0 +1 @@ +{"uid":"2a10c94dd5efdebb","name":"Push message with Russian payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Russian payload","historyId":"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680439,"stop":1728381680442,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9953d1562772c701","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9953d1562772c701","status":"passed","time":{"start":1728379482919,"stop":1728379482919,"duration":0}},{"uid":"17babe25a2fb6e0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17babe25a2fb6e0c","status":"passed","time":{"start":1728372134545,"stop":1728372134546,"duration":1}},{"uid":"aad0da8089ddbd60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aad0da8089ddbd60","status":"passed","time":{"start":1728370487860,"stop":1728370487860,"duration":0}},{"uid":"18b58e1c6f8711a6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/18b58e1c6f8711a6","status":"passed","time":{"start":1728369590787,"stop":1728369590787,"duration":0}}]},"tags":[]},"source":"2a10c94dd5efdebb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2a5969faab7d60c4.json b/7530/data/test-cases/2a5969faab7d60c4.json new file mode 100644 index 00000000000..b96aa4564b5 --- /dev/null +++ b/7530/data/test-cases/2a5969faab7d60c4.json @@ -0,0 +1 @@ +{"uid":"2a5969faab7d60c4","name":"should be able to decode the field with only LIGHTPUSH set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with only LIGHTPUSH set to true","historyId":"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363573,"stop":1728381363574,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e62b3d5fbd2cc6a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e62b3d5fbd2cc6a8","status":"passed","time":{"start":1728379166768,"stop":1728379166768,"duration":0}},{"uid":"3a9a8d0508100603","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3a9a8d0508100603","status":"passed","time":{"start":1728371810591,"stop":1728371810591,"duration":0}},{"uid":"d08dbc69590a0341","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d08dbc69590a0341","status":"passed","time":{"start":1728370158406,"stop":1728370158406,"duration":0}},{"uid":"e8dda903294d85bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e8dda903294d85bf","status":"passed","time":{"start":1728369256989,"stop":1728369256989,"duration":0}}]},"tags":[]},"source":"2a5969faab7d60c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2a623b7c7d16b59d.json b/7530/data/test-cases/2a623b7c7d16b59d.json new file mode 100644 index 00000000000..84caff6776a --- /dev/null +++ b/7530/data/test-cases/2a623b7c7d16b59d.json @@ -0,0 +1 @@ +{"uid":"2a623b7c7d16b59d","name":"passes more than one ENR URLs and attempts connection","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Node Discovery [live data] > passes more than one ENR URLs and attempts connection","historyId":"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423076,"stop":1728381423078,"duration":2},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"3393ca7ba6616867","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3393ca7ba6616867","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224170,"stop":1728379224170,"duration":0}},{"uid":"d546145eadf0aac8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d546145eadf0aac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870695,"stop":1728371870695,"duration":0}},{"uid":"b41812f94faf103f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b41812f94faf103f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215355,"stop":1728370215355,"duration":0}},{"uid":"60ad9726b24a8cad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60ad9726b24a8cad","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314834,"duration":1}}]},"tags":[]},"source":"2a623b7c7d16b59d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2aa1fdcaee7fb7e8.json b/7530/data/test-cases/2aa1fdcaee7fb7e8.json new file mode 100644 index 00000000000..f5d2a534451 --- /dev/null +++ b/7530/data/test-cases/2aa1fdcaee7fb7e8.json @@ -0,0 +1 @@ +{"uid":"2aa1fdcaee7fb7e8","name":"Used by Waku Relay","fullName":"/tests/waku.node.spec.ts: Decryption Keys > Used by Waku Relay","historyId":"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381772751,"stop":1728381772751,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Decryption Keys"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ee8e41df829e47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ee8e41df829e47","status":"passed","time":{"start":1728379576114,"stop":1728379576114,"duration":0}},{"uid":"3eb95fee22a792b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3eb95fee22a792b0","status":"passed","time":{"start":1728372231471,"stop":1728372231472,"duration":1}},{"uid":"1cc15b7faf6e181","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1cc15b7faf6e181","status":"passed","time":{"start":1728370655525,"stop":1728370655525,"duration":0}},{"uid":"a8c386ba31276efd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8c386ba31276efd","status":"passed","time":{"start":1728369731925,"stop":1728369731926,"duration":1}}]},"tags":[]},"source":"2aa1fdcaee7fb7e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2aaaf71459106c72.json b/7530/data/test-cases/2aaaf71459106c72.json new file mode 100644 index 00000000000..6b978333efd --- /dev/null +++ b/7530/data/test-cases/2aaaf71459106c72.json @@ -0,0 +1 @@ +{"uid":"2aaaf71459106c72","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449301,"stop":1728381449301,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e8ac36ee4724564","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e8ac36ee4724564","status":"passed","time":{"start":1728379255036,"stop":1728379255037,"duration":1}},{"uid":"696b604c7a5d213b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/696b604c7a5d213b","status":"passed","time":{"start":1728371896758,"stop":1728371896758,"duration":0}},{"uid":"3832f3f9deaecf28","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3832f3f9deaecf28","status":"passed","time":{"start":1728370245302,"stop":1728370245304,"duration":2}},{"uid":"167bd8a88e5578ed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/167bd8a88e5578ed","status":"passed","time":{"start":1728369344226,"stop":1728369344226,"duration":0}}]},"tags":[]},"source":"2aaaf71459106c72.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2ad70a01ec2dd602.json b/7530/data/test-cases/2ad70a01ec2dd602.json new file mode 100644 index 00000000000..008743ecba0 --- /dev/null +++ b/7530/data/test-cases/2ad70a01ec2dd602.json @@ -0,0 +1 @@ +{"uid":"2ad70a01ec2dd602","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719626,"stop":1728381719627,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bac29b67746735c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bac29b67746735c7","status":"passed","time":{"start":1728379523115,"stop":1728379523115,"duration":0}},{"uid":"fafdcef312e42f7b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fafdcef312e42f7b","status":"passed","time":{"start":1728372169991,"stop":1728372169991,"duration":0}},{"uid":"4819405ebe98168","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4819405ebe98168","status":"passed","time":{"start":1728370557102,"stop":1728370557103,"duration":1}},{"uid":"28d0b7930ac7db7a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/28d0b7930ac7db7a","status":"passed","time":{"start":1728369663465,"stop":1728369663469,"duration":4}}]},"tags":[]},"source":"2ad70a01ec2dd602.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2bb5995e914f49a4.json b/7530/data/test-cases/2bb5995e914f49a4.json new file mode 100644 index 00000000000..f21ae17cce1 --- /dev/null +++ b/7530/data/test-cases/2bb5995e914f49a4.json @@ -0,0 +1 @@ +{"uid":"2bb5995e914f49a4","name":"retrieves all peers (2) when cannot fulfill all requirements","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > retrieves all peers (2) when cannot fulfill all requirements","historyId":"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3b159f3723c7b6fe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b159f3723c7b6fe","status":"passed","time":{"start":1728379182989,"stop":1728379182990,"duration":1}},{"uid":"73850387931bb473","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73850387931bb473","status":"passed","time":{"start":1728371826967,"stop":1728371826968,"duration":1}},{"uid":"fc07bb0a7e5738f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fc07bb0a7e5738f2","status":"passed","time":{"start":1728370174431,"stop":1728370174431,"duration":0}},{"uid":"7225dd879d7c2299","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7225dd879d7c2299","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"tags":[]},"source":"2bb5995e914f49a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2c25dba83616f92.json b/7530/data/test-cases/2c25dba83616f92.json new file mode 100644 index 00000000000..c71945a6eb0 --- /dev/null +++ b/7530/data/test-cases/2c25dba83616f92.json @@ -0,0 +1 @@ +{"uid":"2c25dba83616f92","name":"all px service nodes subscribed to the shard topic should be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Static Sharding: Peer Management > Peer Exchange > all px service nodes subscribed to the shard topic should be dialed","historyId":"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381842824,"stop":1728381842825,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4c8c2e7e29f05a2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b4c8c2e7e29f05a2","status":"passed","time":{"start":1728379644814,"stop":1728379644815,"duration":1}},{"uid":"d72d4755ff222d55","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d72d4755ff222d55","status":"passed","time":{"start":1728372295098,"stop":1728372295099,"duration":1}},{"uid":"55636e08c2ee8a68","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55636e08c2ee8a68","status":"passed","time":{"start":1728370682624,"stop":1728370682624,"duration":0}},{"uid":"47b4744990a36957","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/47b4744990a36957","status":"passed","time":{"start":1728369782381,"stop":1728369782381,"duration":0}}]},"tags":[]},"source":"2c25dba83616f92.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2cbf57b4cdcb343c.json b/7530/data/test-cases/2cbf57b4cdcb343c.json new file mode 100644 index 00000000000..f0b6242f4b0 --- /dev/null +++ b/7530/data/test-cases/2cbf57b4cdcb343c.json @@ -0,0 +1 @@ +{"uid":"2cbf57b4cdcb343c","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","historyId":"baf187658acf137697ae8adbc09a203f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719624,"stop":1728381719624,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"2cbf57b4cdcb343c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2cc4fd924a8339b8.json b/7530/data/test-cases/2cc4fd924a8339b8.json new file mode 100644 index 00000000000..994d8c3b5bf --- /dev/null +++ b/7530/data/test-cases/2cc4fd924a8339b8.json @@ -0,0 +1 @@ +{"uid":"2cc4fd924a8339b8","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing escaped characters and receive message","historyId":"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557273,"stop":1728381557276,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e94bd053fe3433f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e94bd053fe3433f","status":"passed","time":{"start":1728379366496,"stop":1728379366496,"duration":0}},{"uid":"f41a2910810f24aa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f41a2910810f24aa","status":"passed","time":{"start":1728371996027,"stop":1728371996028,"duration":1}},{"uid":"901296d48208ad7f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/901296d48208ad7f","status":"passed","time":{"start":1728370345141,"stop":1728370345141,"duration":0}},{"uid":"62dc8e7b198fd0d1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/62dc8e7b198fd0d1","status":"passed","time":{"start":1728369447292,"stop":1728369447292,"duration":0}}]},"tags":[]},"source":"2cc4fd924a8339b8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2cd5bd4ca954efa5.json b/7530/data/test-cases/2cd5bd4ca954efa5.json new file mode 100644 index 00000000000..37ccf9fa838 --- /dev/null +++ b/7530/data/test-cases/2cd5bd4ca954efa5.json @@ -0,0 +1 @@ +{"uid":"2cd5bd4ca954efa5","name":"should not receive a peer event before start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383545,"stop":1728381383545,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f6065f9d031e947a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6065f9d031e947a","status":"passed","time":{"start":1728379186757,"stop":1728379186757,"duration":0}},{"uid":"30c338a6f7448f5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/30c338a6f7448f5c","status":"passed","time":{"start":1728371830873,"stop":1728371830873,"duration":0}},{"uid":"c99ea241550073b8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c99ea241550073b8","status":"passed","time":{"start":1728370178239,"stop":1728370178240,"duration":1}},{"uid":"a79c127d8d40a696","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a79c127d8d40a696","status":"passed","time":{"start":1728369277110,"stop":1728369277110,"duration":0}}]},"tags":[]},"source":"2cd5bd4ca954efa5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2ce098273436cd05.json b/7530/data/test-cases/2ce098273436cd05.json new file mode 100644 index 00000000000..4956a3b6a4a --- /dev/null +++ b/7530/data/test-cases/2ce098273436cd05.json @@ -0,0 +1 @@ +{"uid":"2ce098273436cd05","name":"Check received message with timestamp: 1728381408830000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1728381408830000000 ","historyId":"245dfc4d6a41658d46449a7b555a7e6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658372,"stop":1728381658372,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"2ce098273436cd05.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2cf83d2c5292ddb1.json b/7530/data/test-cases/2cf83d2c5292ddb1.json new file mode 100644 index 00000000000..24977c07a41 --- /dev/null +++ b/7530/data/test-cases/2cf83d2c5292ddb1.json @@ -0,0 +1 @@ +{"uid":"2cf83d2c5292ddb1","name":"Passing invalid cursor","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing invalid cursor","historyId":"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"db06749c4be64502","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db06749c4be64502","status":"passed","time":{"start":1728379543300,"stop":1728379543301,"duration":1}},{"uid":"fbea0dc2035f39ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbea0dc2035f39ab","status":"passed","time":{"start":1728372192290,"stop":1728372192290,"duration":0}},{"uid":"26a271033d07824c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26a271033d07824c","status":"passed","time":{"start":1728370579156,"stop":1728370579157,"duration":1}},{"uid":"f6bbeb1dc7eacdac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6bbeb1dc7eacdac","status":"passed","time":{"start":1728369664330,"stop":1728369664331,"duration":1}}]},"tags":[]},"source":"2cf83d2c5292ddb1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2d03757d3e6d977d.json b/7530/data/test-cases/2d03757d3e6d977d.json new file mode 100644 index 00000000000..47c7e44b9cd --- /dev/null +++ b/7530/data/test-cases/2d03757d3e6d977d.json @@ -0,0 +1 @@ +{"uid":"2d03757d3e6d977d","name":"Ping on peer without subscriptions","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Ping on peer without subscriptions","historyId":"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"30c7c6f115f7363e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30c7c6f115f7363e","status":"passed","time":{"start":1728379263251,"stop":1728379263251,"duration":0}},{"uid":"dd71988a5e2c5523","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dd71988a5e2c5523","status":"passed","time":{"start":1728371902714,"stop":1728371902714,"duration":0}},{"uid":"4a4f5a336afd129a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4a4f5a336afd129a","status":"passed","time":{"start":1728370254632,"stop":1728370254632,"duration":0}},{"uid":"4b30d9c7c2e1cf8d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b30d9c7c2e1cf8d","status":"passed","time":{"start":1728369347761,"stop":1728369347761,"duration":0}}]},"tags":[]},"source":"2d03757d3e6d977d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2d43e4342c174655.json b/7530/data/test-cases/2d43e4342c174655.json new file mode 100644 index 00000000000..6e93e091b46 --- /dev/null +++ b/7530/data/test-cases/2d43e4342c174655.json @@ -0,0 +1 @@ +{"uid":"2d43e4342c174655","name":"Subscribe and receive messages via waku relay post","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages via waku relay post","historyId":"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557205,"stop":1728381557206,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7f70938beb73bce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7f70938beb73bce","status":"passed","time":{"start":1728379366435,"stop":1728379366439,"duration":4}},{"uid":"a98bd4c425f51d06","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a98bd4c425f51d06","status":"passed","time":{"start":1728371995989,"stop":1728371995989,"duration":0}},{"uid":"5e0672bc4f1ef758","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e0672bc4f1ef758","status":"passed","time":{"start":1728370345097,"stop":1728370345099,"duration":2}},{"uid":"b75ebaca78780b52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b75ebaca78780b52","status":"passed","time":{"start":1728369447282,"stop":1728369447283,"duration":1}}]},"tags":[]},"source":"2d43e4342c174655.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2dca24f262c7229c.json b/7530/data/test-cases/2dca24f262c7229c.json new file mode 100644 index 00000000000..bdaa6d59918 --- /dev/null +++ b/7530/data/test-cases/2dca24f262c7229c.json @@ -0,0 +1 @@ +{"uid":"2dca24f262c7229c","name":"Push message with Script payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Script payload","historyId":"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680444,"stop":1728381680445,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2483c33019c1354a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2483c33019c1354a","status":"passed","time":{"start":1728379482919,"stop":1728379482920,"duration":1}},{"uid":"364810f5039610b2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/364810f5039610b2","status":"passed","time":{"start":1728372134546,"stop":1728372134546,"duration":0}},{"uid":"107290582e0227a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/107290582e0227a9","status":"passed","time":{"start":1728370487862,"stop":1728370487863,"duration":1}},{"uid":"9655ef20b2c7a94f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9655ef20b2c7a94f","status":"passed","time":{"start":1728369590788,"stop":1728369590789,"duration":1}}]},"tags":[]},"source":"2dca24f262c7229c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2de273b348075947.json b/7530/data/test-cases/2de273b348075947.json new file mode 100644 index 00000000000..c1d56ed1b9c --- /dev/null +++ b/7530/data/test-cases/2de273b348075947.json @@ -0,0 +1 @@ +{"uid":"2de273b348075947","name":"Passing a valid cursor at 2 index when there are 4 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 2 index when there are 4 messages","historyId":"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737933,"stop":1728381737934,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aa22fa7321ee5720","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aa22fa7321ee5720","status":"passed","time":{"start":1728379543297,"stop":1728379543297,"duration":0}},{"uid":"7466c03f5d1a3249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7466c03f5d1a3249","status":"passed","time":{"start":1728372192284,"stop":1728372192284,"duration":0}},{"uid":"2c6ed1ddcc054e3b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2c6ed1ddcc054e3b","status":"passed","time":{"start":1728370579148,"stop":1728370579150,"duration":2}},{"uid":"5bc4d4c26e26ee73","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bc4d4c26e26ee73","status":"passed","time":{"start":1728369664326,"stop":1728369664327,"duration":1}}]},"tags":[]},"source":"2de273b348075947.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2e28c895f6b4b026.json b/7530/data/test-cases/2e28c895f6b4b026.json new file mode 100644 index 00000000000..ef03de0a54f --- /dev/null +++ b/7530/data/test-cases/2e28c895f6b4b026.json @@ -0,0 +1 @@ +{"uid":"2e28c895f6b4b026","name":"Passing page size 0 when there are 110 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 0 when there are 110 messages","historyId":"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766189,"stop":1728381766190,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf50d986e02cbfeb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf50d986e02cbfeb","status":"passed","time":{"start":1728379569497,"stop":1728379569497,"duration":0}},{"uid":"cf4c33dfafd21d6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf4c33dfafd21d6a","status":"passed","time":{"start":1728372220850,"stop":1728372220850,"duration":0}},{"uid":"7031a35cc53d0e3f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7031a35cc53d0e3f","status":"passed","time":{"start":1728370605228,"stop":1728370605230,"duration":2}},{"uid":"4c8d51034977bab4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c8d51034977bab4","status":"passed","time":{"start":1728369697439,"stop":1728369697440,"duration":1}}]},"tags":[]},"source":"2e28c895f6b4b026.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2e76efd73835ec50.json b/7530/data/test-cases/2e76efd73835ec50.json new file mode 100644 index 00000000000..4e38e1d4824 --- /dev/null +++ b/7530/data/test-cases/2e76efd73835ec50.json @@ -0,0 +1 @@ +{"uid":"2e76efd73835ec50","name":"Check message with no content topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with no content topic is not received","historyId":"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22610cce7fb278e1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22610cce7fb278e1","status":"passed","time":{"start":1728379460275,"stop":1728379460275,"duration":0}},{"uid":"5eb282d922b7c9a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5eb282d922b7c9a1","status":"passed","time":{"start":1728372105668,"stop":1728372105668,"duration":0}},{"uid":"86e0444b8876ed2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86e0444b8876ed2a","status":"passed","time":{"start":1728370464134,"stop":1728370464134,"duration":0}},{"uid":"5f9fc6172cfd71cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f9fc6172cfd71cb","status":"passed","time":{"start":1728369544864,"stop":1728369544864,"duration":0}}]},"tags":[]},"source":"2e76efd73835ec50.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2e8d12d971181008.json b/7530/data/test-cases/2e8d12d971181008.json new file mode 100644 index 00000000000..61c84797e1f --- /dev/null +++ b/7530/data/test-cases/2e8d12d971181008.json @@ -0,0 +1 @@ +{"uid":"2e8d12d971181008","name":"should correctly encode and decode relay shards using rs format (Index List)","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should correctly encode and decode relay shards using rs format (Index List)","historyId":"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5d77e951fa54e144","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5d77e951fa54e144","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"638af1e0c01438d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/638af1e0c01438d6","status":"passed","time":{"start":1728371802853,"stop":1728371802854,"duration":1}},{"uid":"f8f57159186b2041","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f8f57159186b2041","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"a957a6322128fa51","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a957a6322128fa51","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"tags":[]},"source":"2e8d12d971181008.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2ec8c36ed173cfb2.json b/7530/data/test-cases/2ec8c36ed173cfb2.json new file mode 100644 index 00000000000..ebf424d7779 --- /dev/null +++ b/7530/data/test-cases/2ec8c36ed173cfb2.json @@ -0,0 +1 @@ +{"uid":"2ec8c36ed173cfb2","name":"Check message received after nwaku node is restarted","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message received after nwaku node is restarted","historyId":"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526533,"stop":1728381526534,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"fda07ad32fa632b9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fda07ad32fa632b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379329405,"stop":1728379329405,"duration":0}},{"uid":"30be36d62f864472","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/30be36d62f864472","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371974008,"stop":1728371974008,"duration":0}},{"uid":"292cd6395b1bbb80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/292cd6395b1bbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370320875,"stop":1728370320875,"duration":0}},{"uid":"e763710dbee6f344","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e763710dbee6f344","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369420266,"stop":1728369420266,"duration":0}}]},"tags":[]},"source":"2ec8c36ed173cfb2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/2f972942f320d2f2.json b/7530/data/test-cases/2f972942f320d2f2.json new file mode 100644 index 00000000000..04a237ffea4 --- /dev/null +++ b/7530/data/test-cases/2f972942f320d2f2.json @@ -0,0 +1 @@ +{"uid":"2f972942f320d2f2","name":"Query generator for multiple messages with multiple decoders","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with multiple decoders","historyId":"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5d22fb9bed258213","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5d22fb9bed258213","status":"passed","time":{"start":1728379565735,"stop":1728379565736,"duration":1}},{"uid":"17926bf0fd11df19","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17926bf0fd11df19","status":"passed","time":{"start":1728372228762,"stop":1728372228762,"duration":0}},{"uid":"96cb151e0ebe19fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/96cb151e0ebe19fd","status":"passed","time":{"start":1728370603965,"stop":1728370603965,"duration":0}},{"uid":"aee6670b4bfe01e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aee6670b4bfe01e9","status":"passed","time":{"start":1728369703127,"stop":1728369703128,"duration":1}}]},"tags":[]},"source":"2f972942f320d2f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/304623e9579493dc.json b/7530/data/test-cases/304623e9579493dc.json new file mode 100644 index 00000000000..bc03c1edb51 --- /dev/null +++ b/7530/data/test-cases/304623e9579493dc.json @@ -0,0 +1 @@ +{"uid":"304623e9579493dc","name":"different cluster, same shard: nodes don't connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > different cluster, same shard: nodes don't connect","historyId":"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"506fee04b88d5ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/506fee04b88d5ee","status":"passed","time":{"start":1728379439872,"stop":1728379439873,"duration":1}},{"uid":"57cf6ee2342137b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57cf6ee2342137b1","status":"passed","time":{"start":1728372083109,"stop":1728372083110,"duration":1}},{"uid":"f3c1f29cf9367066","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f3c1f29cf9367066","status":"passed","time":{"start":1728370464875,"stop":1728370464875,"duration":0}},{"uid":"1e644dea013f8214","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e644dea013f8214","status":"passed","time":{"start":1728369559765,"stop":1728369559765,"duration":0}}]},"tags":[]},"source":"304623e9579493dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/30663e7666fd76e3.json b/7530/data/test-cases/30663e7666fd76e3.json new file mode 100644 index 00000000000..bedf32bd6b0 --- /dev/null +++ b/7530/data/test-cases/30663e7666fd76e3.json @@ -0,0 +1 @@ +{"uid":"30663e7666fd76e3","name":"Unsubscribe topics the node is not subscribed to","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribe topics the node is not subscribed to","historyId":"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545556,"stop":1728381545556,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4faddce67ecb2bb5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4faddce67ecb2bb5","status":"passed","time":{"start":1728379350288,"stop":1728379350288,"duration":0}},{"uid":"59b1004125d0f867","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/59b1004125d0f867","status":"passed","time":{"start":1728371998250,"stop":1728371998251,"duration":1}},{"uid":"af4e1d565b8dc65a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/af4e1d565b8dc65a","status":"passed","time":{"start":1728370345939,"stop":1728370345940,"duration":1}},{"uid":"871363e2d9462aec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/871363e2d9462aec","status":"passed","time":{"start":1728369443725,"stop":1728369443728,"duration":3}}]},"tags":[]},"source":"30663e7666fd76e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/310c25e0d70f8254.json b/7530/data/test-cases/310c25e0d70f8254.json new file mode 100644 index 00000000000..c1aae440e10 --- /dev/null +++ b/7530/data/test-cases/310c25e0d70f8254.json @@ -0,0 +1 @@ +{"uid":"310c25e0d70f8254","name":"should be able to decode the field with only STORE set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with only STORE set to true","historyId":"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363572,"stop":1728381363573,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd3e0089a519a081","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd3e0089a519a081","status":"passed","time":{"start":1728379166766,"stop":1728379166768,"duration":2}},{"uid":"a040d2dff52c42ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a040d2dff52c42ff","status":"passed","time":{"start":1728371810590,"stop":1728371810591,"duration":1}},{"uid":"24618084ec1e79c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24618084ec1e79c","status":"passed","time":{"start":1728370158405,"stop":1728370158406,"duration":1}},{"uid":"eb92cd755347753f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eb92cd755347753f","status":"passed","time":{"start":1728369256988,"stop":1728369256989,"duration":1}}]},"tags":[]},"source":"310c25e0d70f8254.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/31882c15f6681775.json b/7530/data/test-cases/31882c15f6681775.json new file mode 100644 index 00000000000..0ecf71b09fe --- /dev/null +++ b/7530/data/test-cases/31882c15f6681775.json @@ -0,0 +1 @@ +{"uid":"31882c15f6681775","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing SQL Injection and receive message","historyId":"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749059,"stop":1728381749060,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8d045af61f0e7326","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d045af61f0e7326","status":"passed","time":{"start":1728379549697,"stop":1728379549698,"duration":1}},{"uid":"f91b017966d85ada","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f91b017966d85ada","status":"passed","time":{"start":1728372195434,"stop":1728372195434,"duration":0}},{"uid":"8742d87b551dfa00","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8742d87b551dfa00","status":"passed","time":{"start":1728370555257,"stop":1728370555258,"duration":1}},{"uid":"801cc00679100d77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/801cc00679100d77","status":"passed","time":{"start":1728369639853,"stop":1728369639854,"duration":1}}]},"tags":[]},"source":"31882c15f6681775.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/318e91b7e3687238.json b/7530/data/test-cases/318e91b7e3687238.json new file mode 100644 index 00000000000..ce8adb3be9c --- /dev/null +++ b/7530/data/test-cases/318e91b7e3687238.json @@ -0,0 +1 @@ +{"uid":"318e91b7e3687238","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Script and receive message","historyId":"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749060,"stop":1728381749061,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"49fc282b68ec4271","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/49fc282b68ec4271","status":"passed","time":{"start":1728379549698,"stop":1728379549698,"duration":0}},{"uid":"cf4983221b995052","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf4983221b995052","status":"passed","time":{"start":1728372195434,"stop":1728372195435,"duration":1}},{"uid":"4dd405d7eb23cacb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4dd405d7eb23cacb","status":"passed","time":{"start":1728370555258,"stop":1728370555258,"duration":0}},{"uid":"5421da1097704be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5421da1097704be","status":"passed","time":{"start":1728369639854,"stop":1728369639855,"duration":1}}]},"tags":[]},"source":"318e91b7e3687238.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/324d4eab605c7f65.json b/7530/data/test-cases/324d4eab605c7f65.json new file mode 100644 index 00000000000..2d77c414baf --- /dev/null +++ b/7530/data/test-cases/324d4eab605c7f65.json @@ -0,0 +1 @@ +{"uid":"324d4eab605c7f65","name":"Promise Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - false","historyId":"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381756573,"stop":1728381756573,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84b6b46300aecf98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84b6b46300aecf98","status":"passed","time":{"start":1728379560457,"stop":1728379560457,"duration":0}},{"uid":"26cd084bb1ed9644","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/26cd084bb1ed9644","status":"passed","time":{"start":1728372207703,"stop":1728372207707,"duration":4}},{"uid":"efd6cf71de3a8578","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efd6cf71de3a8578","status":"passed","time":{"start":1728370596500,"stop":1728370596501,"duration":1}},{"uid":"5576c9950c9db626","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5576c9950c9db626","status":"passed","time":{"start":1728369687974,"stop":1728369687974,"duration":0}}]},"tags":[]},"source":"324d4eab605c7f65.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/325ebf39288cf9c9.json b/7530/data/test-cases/325ebf39288cf9c9.json new file mode 100644 index 00000000000..5bb27074daa --- /dev/null +++ b/7530/data/test-cases/325ebf39288cf9c9.json @@ -0,0 +1 @@ +{"uid":"325ebf39288cf9c9","name":"Sets default value correctly","fullName":"/tests/waku.node.spec.ts: User Agent > Sets default value correctly","historyId":"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381772752,"stop":1728381772752,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"User Agent\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"User Agent"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fcea819ab528f24c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcea819ab528f24c","status":"passed","time":{"start":1728379576114,"stop":1728379576115,"duration":1}},{"uid":"c614d19d3dacb8b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c614d19d3dacb8b","status":"passed","time":{"start":1728372231472,"stop":1728372231472,"duration":0}},{"uid":"b74385cf72cbf75c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b74385cf72cbf75c","status":"passed","time":{"start":1728370655525,"stop":1728370655525,"duration":0}},{"uid":"972e7e2919e2db23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/972e7e2919e2db23","status":"passed","time":{"start":1728369731926,"stop":1728369731926,"duration":0}}]},"tags":[]},"source":"325ebf39288cf9c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/32c7b9426dbd3868.json b/7530/data/test-cases/32c7b9426dbd3868.json new file mode 100644 index 00000000000..70779d3133a --- /dev/null +++ b/7530/data/test-cases/32c7b9426dbd3868.json @@ -0,0 +1 @@ +{"uid":"32c7b9426dbd3868","name":"Add multiple subscription objects on single nwaku node","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Add multiple subscription objects on single nwaku node","historyId":"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749073,"stop":1728381749073,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa7720aded06d5a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa7720aded06d5a","status":"passed","time":{"start":1728379549701,"stop":1728379549701,"duration":0}},{"uid":"9b416d9b953e260f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b416d9b953e260f","status":"passed","time":{"start":1728372195438,"stop":1728372195438,"duration":0}},{"uid":"5acc936bf817b2ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5acc936bf817b2ca","status":"passed","time":{"start":1728370555261,"stop":1728370555261,"duration":0}},{"uid":"c953ab34f90d5e76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c953ab34f90d5e76","status":"passed","time":{"start":1728369639857,"stop":1728369639857,"duration":0}}]},"tags":[]},"source":"32c7b9426dbd3868.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/32e70c2056c6c91b.json b/7530/data/test-cases/32e70c2056c6c91b.json new file mode 100644 index 00000000000..337daa6b57d --- /dev/null +++ b/7530/data/test-cases/32e70c2056c6c91b.json @@ -0,0 +1 @@ +{"uid":"32e70c2056c6c91b","name":"should correctly map /statusim/1/community/cbor to shard index 4","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /statusim/1/community/cbor to shard index 4","historyId":"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b8bb97698f327964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8bb97698f327964","status":"passed","time":{"start":1728379159006,"stop":1728379159006,"duration":0}},{"uid":"1f57f9b5096bacd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1f57f9b5096bacd5","status":"passed","time":{"start":1728371802892,"stop":1728371802893,"duration":1}},{"uid":"8b67e735648537ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b67e735648537ff","status":"passed","time":{"start":1728370149926,"stop":1728370149926,"duration":0}},{"uid":"79888df75b207df7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/79888df75b207df7","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"tags":[]},"source":"32e70c2056c6c91b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3322cdc4231d68cb.json b/7530/data/test-cases/3322cdc4231d68cb.json new file mode 100644 index 00000000000..f4b828526bd --- /dev/null +++ b/7530/data/test-cases/3322cdc4231d68cb.json @@ -0,0 +1 @@ +{"uid":"3322cdc4231d68cb","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696823,"stop":1728381696823,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0913c2cd6804e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b0913c2cd6804e7","status":"passed","time":{"start":1728379498092,"stop":1728379498093,"duration":1}},{"uid":"2cc1e076fb00118d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cc1e076fb00118d","status":"passed","time":{"start":1728372147550,"stop":1728372147550,"duration":0}},{"uid":"d39f53b395eff04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d39f53b395eff04","status":"passed","time":{"start":1728370534999,"stop":1728370534999,"duration":0}},{"uid":"5d71e704750a3f5b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d71e704750a3f5b","status":"passed","time":{"start":1728369636348,"stop":1728369636354,"duration":6}}]},"tags":[]},"source":"3322cdc4231d68cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/33376d0253b7bb5e.json b/7530/data/test-cases/33376d0253b7bb5e.json new file mode 100644 index 00000000000..8bc0821c277 --- /dev/null +++ b/7530/data/test-cases/33376d0253b7bb5e.json @@ -0,0 +1 @@ +{"uid":"33376d0253b7bb5e","name":"throws on content topic with empty version field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty version field","historyId":"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355955,"stop":1728381355956,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cb32a76da871b1c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cb32a76da871b1c7","status":"passed","time":{"start":1728379158996,"stop":1728379158997,"duration":1}},{"uid":"b608548e8bbe299a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b608548e8bbe299a","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"ee098ab592a5c1ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee098ab592a5c1ea","status":"passed","time":{"start":1728370149915,"stop":1728370149916,"duration":1}},{"uid":"2a2087da26c26288","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2a2087da26c26288","status":"passed","time":{"start":1728369248975,"stop":1728369248975,"duration":0}}]},"tags":[]},"source":"33376d0253b7bb5e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3351f12d1c46611f.json b/7530/data/test-cases/3351f12d1c46611f.json new file mode 100644 index 00000000000..2921ad744eb --- /dev/null +++ b/7530/data/test-cases/3351f12d1c46611f.json @@ -0,0 +1 @@ +{"uid":"3351f12d1c46611f","name":"Check received message containing shell command","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing shell command","historyId":"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658384,"stop":1728381658385,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"25270b7c1283366a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/25270b7c1283366a","status":"passed","time":{"start":1728379460287,"stop":1728379460287,"duration":0}},{"uid":"174b42dff820fa5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/174b42dff820fa5","status":"passed","time":{"start":1728372105675,"stop":1728372105676,"duration":1}},{"uid":"1ee936614e3e4730","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ee936614e3e4730","status":"passed","time":{"start":1728370464149,"stop":1728370464150,"duration":1}},{"uid":"26c6a15d6a67523a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26c6a15d6a67523a","status":"passed","time":{"start":1728369544872,"stop":1728369544872,"duration":0}}]},"tags":[]},"source":"3351f12d1c46611f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/335b0d5a4e330847.json b/7530/data/test-cases/335b0d5a4e330847.json new file mode 100644 index 00000000000..e22bb4a7426 --- /dev/null +++ b/7530/data/test-cases/335b0d5a4e330847.json @@ -0,0 +1 @@ +{"uid":"335b0d5a4e330847","name":"Overlapping topic subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Overlapping topic subscription","historyId":"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749048,"stop":1728381749049,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"190c18f35a9af034","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/190c18f35a9af034","status":"passed","time":{"start":1728379549691,"stop":1728379549691,"duration":0}},{"uid":"29f93a78b8346869","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/29f93a78b8346869","status":"passed","time":{"start":1728372195430,"stop":1728372195431,"duration":1}},{"uid":"559cc44a9181e03d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/559cc44a9181e03d","status":"passed","time":{"start":1728370555254,"stop":1728370555254,"duration":0}},{"uid":"31ea34cdeb2efdaf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/31ea34cdeb2efdaf","status":"passed","time":{"start":1728369639848,"stop":1728369639848,"duration":0}}]},"tags":[]},"source":"335b0d5a4e330847.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/33f584222c51b9ef.json b/7530/data/test-cases/33f584222c51b9ef.json new file mode 100644 index 00000000000..bb638c98e40 --- /dev/null +++ b/7530/data/test-cases/33f584222c51b9ef.json @@ -0,0 +1 @@ +{"uid":"33f584222c51b9ef","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/ /1","historyId":"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ab46338e9c0094c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8ab46338e9c0094c","status":"passed","time":{"start":1728379159025,"stop":1728379159025,"duration":0}},{"uid":"e398d566bfa35fea","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e398d566bfa35fea","status":"passed","time":{"start":1728371802908,"stop":1728371802909,"duration":1}},{"uid":"3bc702bd1feb1194","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bc702bd1feb1194","status":"passed","time":{"start":1728370149943,"stop":1728370149943,"duration":0}},{"uid":"65a80a55bae6876","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/65a80a55bae6876","status":"passed","time":{"start":1728369248998,"stop":1728369248998,"duration":0}}]},"tags":[]},"source":"33f584222c51b9ef.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/34246fe878e03167.json b/7530/data/test-cases/34246fe878e03167.json new file mode 100644 index 00000000000..ec9ff2a02d3 --- /dev/null +++ b/7530/data/test-cases/34246fe878e03167.json @@ -0,0 +1 @@ +{"uid":"34246fe878e03167","name":"Push message with content topic containing short","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing short","historyId":"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"15b3b09b9bd54345","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15b3b09b9bd54345","status":"passed","time":{"start":1728379515552,"stop":1728379515552,"duration":0}},{"uid":"9d33107b9236eda1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d33107b9236eda1","status":"passed","time":{"start":1728372171296,"stop":1728372171296,"duration":0}},{"uid":"8ed159db49c5439a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ed159db49c5439a","status":"passed","time":{"start":1728370522964,"stop":1728370522964,"duration":0}},{"uid":"bcd3c1864069a7d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcd3c1864069a7d","status":"passed","time":{"start":1728369622044,"stop":1728369622044,"duration":0}}]},"tags":[]},"source":"34246fe878e03167.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/34505fe63562030e.json b/7530/data/test-cases/34505fe63562030e.json new file mode 100644 index 00000000000..c051cbda38f --- /dev/null +++ b/7530/data/test-cases/34505fe63562030e.json @@ -0,0 +1 @@ +{"uid":"34505fe63562030e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","historyId":"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521296,"stop":1728381521297,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"29adfe6520dbcceb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/29adfe6520dbcceb","status":"passed","time":{"start":1728379329175,"stop":1728379329175,"duration":0}},{"uid":"7b35dcdef59865cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b35dcdef59865cf","status":"passed","time":{"start":1728371984001,"stop":1728371984001,"duration":0}},{"uid":"a1ae3380ac7292a2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1ae3380ac7292a2","status":"passed","time":{"start":1728370284352,"stop":1728370284354,"duration":2}},{"uid":"5d8a243a1f10a00a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d8a243a1f10a00a","status":"passed","time":{"start":1728369378893,"stop":1728369378894,"duration":1}}]},"tags":[]},"source":"34505fe63562030e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/34667f849001e1f8.json b/7530/data/test-cases/34667f849001e1f8.json new file mode 100644 index 00000000000..8430866d4ce --- /dev/null +++ b/7530/data/test-cases/34667f849001e1f8.json @@ -0,0 +1 @@ +{"uid":"34667f849001e1f8","name":"should load peers from local storage and dispatch events","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should load peers from local storage and dispatch events","historyId":"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383546,"stop":1728381383547,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b1c84f006cca9b9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b1c84f006cca9b9","status":"passed","time":{"start":1728379186758,"stop":1728379186758,"duration":0}},{"uid":"346cb93bd40eca04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/346cb93bd40eca04","status":"passed","time":{"start":1728371830874,"stop":1728371830874,"duration":0}},{"uid":"e599cb4ce2e7078c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e599cb4ce2e7078c","status":"passed","time":{"start":1728370178240,"stop":1728370178241,"duration":1}},{"uid":"6bf25c46f9f99511","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6bf25c46f9f99511","status":"passed","time":{"start":1728369277111,"stop":1728369277111,"duration":0}}]},"tags":[]},"source":"34667f849001e1f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/348f9098e40edc64.json b/7530/data/test-cases/348f9098e40edc64.json new file mode 100644 index 00000000000..7a7f23f59f3 --- /dev/null +++ b/7530/data/test-cases/348f9098e40edc64.json @@ -0,0 +1 @@ +{"uid":"348f9098e40edc64","name":"should update peers in local storage on 'peer:identify' event","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should update peers in local storage on 'peer:identify' event","historyId":"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b95d4165b8333af3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b95d4165b8333af3","status":"passed","time":{"start":1728379186758,"stop":1728379186758,"duration":0}},{"uid":"b97d6e2df176ef72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b97d6e2df176ef72","status":"passed","time":{"start":1728371830874,"stop":1728371830875,"duration":1}},{"uid":"2799b62fee6f7896","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2799b62fee6f7896","status":"passed","time":{"start":1728370178241,"stop":1728370178241,"duration":0}},{"uid":"b126a24f5c863519","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b126a24f5c863519","status":"passed","time":{"start":1728369277111,"stop":1728369277111,"duration":0}}]},"tags":[]},"source":"348f9098e40edc64.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/34a9cbd8930f2e4c.json b/7530/data/test-cases/34a9cbd8930f2e4c.json new file mode 100644 index 00000000000..9dc9c4761d4 --- /dev/null +++ b/7530/data/test-cases/34a9cbd8930f2e4c.json @@ -0,0 +1 @@ +{"uid":"34a9cbd8930f2e4c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","historyId":"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521341,"stop":1728381521342,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"16ca2f0de90662","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16ca2f0de90662","status":"passed","time":{"start":1728379329186,"stop":1728379329187,"duration":1}},{"uid":"28fd3cc27185d6ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/28fd3cc27185d6ae","status":"passed","time":{"start":1728371984010,"stop":1728371984010,"duration":0}},{"uid":"209b12af98538b7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/209b12af98538b7","status":"passed","time":{"start":1728370284365,"stop":1728370284365,"duration":0}},{"uid":"e9f14aee9959e55a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9f14aee9959e55a","status":"passed","time":{"start":1728369378913,"stop":1728369378913,"duration":0}}]},"tags":[]},"source":"34a9cbd8930f2e4c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3503f7c6e12ddd37.json b/7530/data/test-cases/3503f7c6e12ddd37.json new file mode 100644 index 00000000000..7de22682081 --- /dev/null +++ b/7530/data/test-cases/3503f7c6e12ddd37.json @@ -0,0 +1 @@ +{"uid":"3503f7c6e12ddd37","name":"should encode/decode to RLP encoding","fullName":"/src/enr.spec.ts: ENR > Static tests > should encode/decode to RLP encoding","historyId":"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Static tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d507094e61160d19","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d507094e61160d19","status":"passed","time":{"start":1728379167598,"stop":1728379167599,"duration":1}},{"uid":"5e4052db096c6a32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e4052db096c6a32","status":"passed","time":{"start":1728371811379,"stop":1728371811380,"duration":1}},{"uid":"13634b57eb0faac7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/13634b57eb0faac7","status":"passed","time":{"start":1728370158841,"stop":1728370158841,"duration":0}},{"uid":"857812d75b6edb68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/857812d75b6edb68","status":"passed","time":{"start":1728369257780,"stop":1728369257780,"duration":0}}]},"tags":[]},"source":"3503f7c6e12ddd37.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/35533c0c77a2618f.json b/7530/data/test-cases/35533c0c77a2618f.json new file mode 100644 index 00000000000..d63f494d5e9 --- /dev/null +++ b/7530/data/test-cases/35533c0c77a2618f.json @@ -0,0 +1 @@ +{"uid":"35533c0c77a2618f","name":"should be able to encode the field with ALL protocols set to false","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with ALL protocols set to false","historyId":"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363564,"stop":1728381363565,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"12823d7c6bca4542","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12823d7c6bca4542","status":"passed","time":{"start":1728379166758,"stop":1728379166759,"duration":1}},{"uid":"8d4b79ce84d8a0c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d4b79ce84d8a0c8","status":"passed","time":{"start":1728371810587,"stop":1728371810587,"duration":0}},{"uid":"22945389c00ee163","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22945389c00ee163","status":"passed","time":{"start":1728370158403,"stop":1728370158403,"duration":0}},{"uid":"24e7df28b3bfc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/24e7df28b3bfc7","status":"passed","time":{"start":1728369256985,"stop":1728369256985,"duration":0}}]},"tags":[]},"source":"35533c0c77a2618f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/358c5a885e85e.json b/7530/data/test-cases/358c5a885e85e.json new file mode 100644 index 00000000000..bb4a64a67f2 --- /dev/null +++ b/7530/data/test-cases/358c5a885e85e.json @@ -0,0 +1 @@ +{"uid":"358c5a885e85e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","historyId":"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b5a75a511b4d04a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b5a75a511b4d04a","status":"passed","time":{"start":1728379159022,"stop":1728379159023,"duration":1}},{"uid":"f35aae853c357931","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f35aae853c357931","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"c3f7364a54c3f5fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3f7364a54c3f5fd","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"5f041478296efc03","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f041478296efc03","status":"passed","time":{"start":1728369248996,"stop":1728369248996,"duration":0}}]},"tags":[]},"source":"358c5a885e85e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/35a54517f8ec233d.json b/7530/data/test-cases/35a54517f8ec233d.json new file mode 100644 index 00000000000..cfa015cb51b --- /dev/null +++ b/7530/data/test-cases/35a54517f8ec233d.json @@ -0,0 +1 @@ +{"uid":"35a54517f8ec233d","name":"should handle a minimal index list","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should handle a minimal index list","historyId":"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d36495363d91218e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d36495363d91218e","status":"passed","time":{"start":1728379159048,"stop":1728379159049,"duration":1}},{"uid":"9e060981a33f7c9e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e060981a33f7c9e","status":"passed","time":{"start":1728371802853,"stop":1728371802853,"duration":0}},{"uid":"a2535f121760116a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a2535f121760116a","status":"passed","time":{"start":1728370149979,"stop":1728370149979,"duration":0}},{"uid":"418868d4dd2a58e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/418868d4dd2a58e3","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"tags":[]},"source":"35a54517f8ec233d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/35db41de29ba22de.json b/7530/data/test-cases/35db41de29ba22de.json new file mode 100644 index 00000000000..b6e59017f89 --- /dev/null +++ b/7530/data/test-cases/35db41de29ba22de.json @@ -0,0 +1 @@ +{"uid":"35db41de29ba22de","name":"Check received message containing long","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing long","historyId":"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526505,"stop":1728381526505,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"61f5a3fd20d733f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61f5a3fd20d733f8","status":"passed","time":{"start":1728379329394,"stop":1728379329394,"duration":0}},{"uid":"ac2809f48329de1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ac2809f48329de1b","status":"passed","time":{"start":1728371973983,"stop":1728371973983,"duration":0}},{"uid":"30a274ae1b3b2018","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30a274ae1b3b2018","status":"passed","time":{"start":1728370320861,"stop":1728370320861,"duration":0}},{"uid":"b3141bb4852b57a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3141bb4852b57a2","status":"passed","time":{"start":1728369420218,"stop":1728369420219,"duration":1}}]},"tags":[]},"source":"35db41de29ba22de.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/36b2d93d38fa7d21.json b/7530/data/test-cases/36b2d93d38fa7d21.json new file mode 100644 index 00000000000..11cdc053455 --- /dev/null +++ b/7530/data/test-cases/36b2d93d38fa7d21.json @@ -0,0 +1 @@ +{"uid":"36b2d93d38fa7d21","name":"Unsubscribes all - node subscribed to 1 topic","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribes all - node subscribed to 1 topic","historyId":"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545556,"stop":1728381545557,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"763a05e7ed626d76","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/763a05e7ed626d76","status":"passed","time":{"start":1728379350288,"stop":1728379350289,"duration":1}},{"uid":"a867b2abacf594b4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a867b2abacf594b4","status":"passed","time":{"start":1728371998251,"stop":1728371998251,"duration":0}},{"uid":"de8e37dc70e87b5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de8e37dc70e87b5c","status":"passed","time":{"start":1728370345940,"stop":1728370345941,"duration":1}},{"uid":"9c81e6943223c556","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c81e6943223c556","status":"passed","time":{"start":1728369443728,"stop":1728369443729,"duration":1}}]},"tags":[]},"source":"36b2d93d38fa7d21.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/36e0292bccb2e376.json b/7530/data/test-cases/36e0292bccb2e376.json new file mode 100644 index 00000000000..8a91aa82888 --- /dev/null +++ b/7530/data/test-cases/36e0292bccb2e376.json @@ -0,0 +1 @@ +{"uid":"36e0292bccb2e376","name":"Check received message with timestamp: 1728381408830 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1728381408830 ","historyId":"e7c710d77b2f6d0cdb6712f08c67e23a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658372,"stop":1728381658373,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"36e0292bccb2e376.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/36ec90cad24211ac.json b/7530/data/test-cases/36ec90cad24211ac.json new file mode 100644 index 00000000000..14603ddbd03 --- /dev/null +++ b/7530/data/test-cases/36ec90cad24211ac.json @@ -0,0 +1 @@ +{"uid":"36ec90cad24211ac","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > configure the node with multiple pubsub topics","historyId":"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745560,"stop":1728381745560,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c51bdc49ac0eb93","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c51bdc49ac0eb93","status":"passed","time":{"start":1728379547127,"stop":1728379547127,"duration":0}},{"uid":"e919d9ac16fdace4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e919d9ac16fdace4","status":"passed","time":{"start":1728372200182,"stop":1728372200182,"duration":0}},{"uid":"60834848878b7f66","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/60834848878b7f66","status":"passed","time":{"start":1728370581691,"stop":1728370581692,"duration":1}},{"uid":"9d13ce698fee2702","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d13ce698fee2702","status":"passed","time":{"start":1728369675009,"stop":1728369675010,"duration":1}}]},"tags":[]},"source":"36ec90cad24211ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/372d73bc2c2988c5.json b/7530/data/test-cases/372d73bc2c2988c5.json new file mode 100644 index 00000000000..15926b234ee --- /dev/null +++ b/7530/data/test-cases/372d73bc2c2988c5.json @@ -0,0 +1 @@ +{"uid":"372d73bc2c2988c5","name":"Check publish message containing SQL Injection","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing SQL Injection","historyId":"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689148,"stop":1728381689149,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5b13a6bf8ba95544","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b13a6bf8ba95544","status":"passed","time":{"start":1728379493841,"stop":1728379493841,"duration":0}},{"uid":"693804a1dbdfbf32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/693804a1dbdfbf32","status":"passed","time":{"start":1728372140944,"stop":1728372140944,"duration":0}},{"uid":"1a910df86b7c7f26","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1a910df86b7c7f26","status":"passed","time":{"start":1728370524957,"stop":1728370524957,"duration":0}},{"uid":"d1131e8a0256a519","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d1131e8a0256a519","status":"passed","time":{"start":1728369630393,"stop":1728369630394,"duration":1}}]},"tags":[]},"source":"372d73bc2c2988c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/373273b89ef71250.json b/7530/data/test-cases/373273b89ef71250.json new file mode 100644 index 00000000000..c51611eed9d --- /dev/null +++ b/7530/data/test-cases/373273b89ef71250.json @@ -0,0 +1 @@ +{"uid":"373273b89ef71250","name":"Subscribe to topic containing JSON and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing JSON and publish message","historyId":"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696866,"stop":1728381696868,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2443642774dfa476","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2443642774dfa476","status":"passed","time":{"start":1728379498106,"stop":1728379498106,"duration":0}},{"uid":"5dc4bb448a8fed72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5dc4bb448a8fed72","status":"passed","time":{"start":1728372147570,"stop":1728372147571,"duration":1}},{"uid":"83ee2d04b8e4f7eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83ee2d04b8e4f7eb","status":"passed","time":{"start":1728370535037,"stop":1728370535037,"duration":0}},{"uid":"86f288b2deed6b2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86f288b2deed6b2","status":"passed","time":{"start":1728369636383,"stop":1728369636383,"duration":0}}]},"tags":[]},"source":"373273b89ef71250.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/376c1eeb192165b4.json b/7530/data/test-cases/376c1eeb192165b4.json new file mode 100644 index 00000000000..e431d37fb32 --- /dev/null +++ b/7530/data/test-cases/376c1eeb192165b4.json @@ -0,0 +1 @@ +{"uid":"376c1eeb192165b4","name":"Waku message hash computation (meta attribute not present)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta attribute not present)","historyId":"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381358361,"stop":1728381358362,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"df8fcd2f72b0a489","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df8fcd2f72b0a489","status":"passed","time":{"start":1728379161479,"stop":1728379161480,"duration":1}},{"uid":"b10fa297afba36f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b10fa297afba36f0","status":"passed","time":{"start":1728371805332,"stop":1728371805332,"duration":0}},{"uid":"9e79c3093e3fe246","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e79c3093e3fe246","status":"passed","time":{"start":1728370152477,"stop":1728370152477,"duration":0}},{"uid":"438332ad93d2d745","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/438332ad93d2d745","status":"passed","time":{"start":1728369251641,"stop":1728369251641,"duration":0}}]},"tags":[]},"source":"376c1eeb192165b4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/37887a60a59b1d8d.json b/7530/data/test-cases/37887a60a59b1d8d.json new file mode 100644 index 00000000000..7af581a22d6 --- /dev/null +++ b/7530/data/test-cases/37887a60a59b1d8d.json @@ -0,0 +1 @@ +{"uid":"37887a60a59b1d8d","name":"retrieves all peers (3) when branch entries are composed of multiple strings","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > retrieves all peers (3) when branch entries are composed of multiple strings","historyId":"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8453c5f2eb6b0cfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8453c5f2eb6b0cfe","status":"passed","time":{"start":1728379182990,"stop":1728379182990,"duration":0}},{"uid":"b696d1eef0f06182","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b696d1eef0f06182","status":"passed","time":{"start":1728371826968,"stop":1728371826968,"duration":0}},{"uid":"28d52c289de2cf77","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/28d52c289de2cf77","status":"passed","time":{"start":1728370174431,"stop":1728370174431,"duration":0}},{"uid":"bb0f9c2921bf5b1d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bb0f9c2921bf5b1d","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"tags":[]},"source":"37887a60a59b1d8d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/37c57a873fa45cb5.json b/7530/data/test-cases/37c57a873fa45cb5.json new file mode 100644 index 00000000000..92cc503fe85 --- /dev/null +++ b/7530/data/test-cases/37c57a873fa45cb5.json @@ -0,0 +1 @@ +{"uid":"37c57a873fa45cb5","name":"Push message with JSON payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with JSON payload","historyId":"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5388ed9ffce4922d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5388ed9ffce4922d","status":"passed","time":{"start":1728379515546,"stop":1728379515546,"duration":0}},{"uid":"73c20c42b09cba98","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73c20c42b09cba98","status":"passed","time":{"start":1728372171292,"stop":1728372171292,"duration":0}},{"uid":"e8f002378afce6dd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8f002378afce6dd","status":"passed","time":{"start":1728370522956,"stop":1728370522957,"duration":1}},{"uid":"1b5cfcec756e25e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1b5cfcec756e25e1","status":"passed","time":{"start":1728369622032,"stop":1728369622033,"duration":1}}]},"tags":[]},"source":"37c57a873fa45cb5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/382fd0561ae6ccd9.json b/7530/data/test-cases/382fd0561ae6ccd9.json new file mode 100644 index 00000000000..a779263da1b --- /dev/null +++ b/7530/data/test-cases/382fd0561ae6ccd9.json @@ -0,0 +1 @@ +{"uid":"382fd0561ae6ccd9","name":"Push 30 different messages","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push 30 different messages","historyId":"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680454,"stop":1728381680455,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ebf955e188e757a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7ebf955e188e757a","status":"passed","time":{"start":1728379482927,"stop":1728379482928,"duration":1}},{"uid":"4880513c27fd2a03","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4880513c27fd2a03","status":"passed","time":{"start":1728372134550,"stop":1728372134553,"duration":3}},{"uid":"ea121663a504aec0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea121663a504aec0","status":"passed","time":{"start":1728370487868,"stop":1728370487868,"duration":0}},{"uid":"605b4f6a38ea5b39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/605b4f6a38ea5b39","status":"passed","time":{"start":1728369590792,"stop":1728369590792,"duration":0}}]},"tags":[]},"source":"382fd0561ae6ccd9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3866ba85662c0f69.json b/7530/data/test-cases/3866ba85662c0f69.json new file mode 100644 index 00000000000..c0bbeb14408 --- /dev/null +++ b/7530/data/test-cases/3866ba85662c0f69.json @@ -0,0 +1 @@ +{"uid":"3866ba85662c0f69","name":"Subscribe and receive messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive messages via lightPush","historyId":"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749012,"stop":1728381749012,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7d59ed9934500fc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7d59ed9934500fc0","status":"passed","time":{"start":1728379549629,"stop":1728379549629,"duration":0}},{"uid":"23fbac575a617f87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/23fbac575a617f87","status":"passed","time":{"start":1728372195403,"stop":1728372195403,"duration":0}},{"uid":"a81c0681ec8597b0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a81c0681ec8597b0","status":"passed","time":{"start":1728370555234,"stop":1728370555234,"duration":0}},{"uid":"cbbdef15b55138af","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbbdef15b55138af","status":"passed","time":{"start":1728369639818,"stop":1728369639819,"duration":1}}]},"tags":[]},"source":"3866ba85662c0f69.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/38e14018b7e874d0.json b/7530/data/test-cases/38e14018b7e874d0.json new file mode 100644 index 00000000000..694c2f46f03 --- /dev/null +++ b/7530/data/test-cases/38e14018b7e874d0.json @@ -0,0 +1 @@ +{"uid":"38e14018b7e874d0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/y/1","historyId":"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aff0e80880fd8294","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aff0e80880fd8294","status":"passed","time":{"start":1728379159020,"stop":1728379159021,"duration":1}},{"uid":"1ba90066f5af96af","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1ba90066f5af96af","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"1734b89a7ac81b86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1734b89a7ac81b86","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"f541dba79a9e56","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f541dba79a9e56","status":"passed","time":{"start":1728369248994,"stop":1728369248994,"duration":0}}]},"tags":[]},"source":"38e14018b7e874d0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3904d98ee3b50490.json b/7530/data/test-cases/3904d98ee3b50490.json new file mode 100644 index 00000000000..a17df3897ac --- /dev/null +++ b/7530/data/test-cases/3904d98ee3b50490.json @@ -0,0 +1 @@ +{"uid":"3904d98ee3b50490","name":"Ping on unsubscribed peer","fullName":"/tests/filter/single_node/ping.node.spec.ts: Waku Filter V2: Ping > Ping on unsubscribed peer","historyId":"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65afcf1468db948b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65afcf1468db948b","status":"passed","time":{"start":1728379262344,"stop":1728379262344,"duration":0}},{"uid":"68a7ea9b5b79f7cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/68a7ea9b5b79f7cb","status":"passed","time":{"start":1728371896584,"stop":1728371896585,"duration":1}},{"uid":"7387be7d401485f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7387be7d401485f","status":"passed","time":{"start":1728370244010,"stop":1728370244010,"duration":0}},{"uid":"1616a1d31c74eea7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1616a1d31c74eea7","status":"passed","time":{"start":1728369348164,"stop":1728369348165,"duration":1}}]},"tags":[]},"source":"3904d98ee3b50490.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3946a35c458fe769.json b/7530/data/test-cases/3946a35c458fe769.json new file mode 100644 index 00000000000..ca320ce6266 --- /dev/null +++ b/7530/data/test-cases/3946a35c458fe769.json @@ -0,0 +1 @@ +{"uid":"3946a35c458fe769","name":"should not fail to stop the service if it was not started","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423072,"stop":1728381423073,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4ab1f3a1d0093e79","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4ab1f3a1d0093e79","status":"passed","time":{"start":1728379224166,"stop":1728379224167,"duration":1}},{"uid":"1e29ec46e10b05ac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1e29ec46e10b05ac","status":"passed","time":{"start":1728371870688,"stop":1728371870689,"duration":1}},{"uid":"7aa610abc5b9ff98","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7aa610abc5b9ff98","status":"passed","time":{"start":1728370215348,"stop":1728370215349,"duration":1}},{"uid":"98e4c68e290fc343","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/98e4c68e290fc343","status":"passed","time":{"start":1728369314830,"stop":1728369314831,"duration":1}}]},"tags":[]},"source":"3946a35c458fe769.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3965dec8625efd17.json b/7530/data/test-cases/3965dec8625efd17.json new file mode 100644 index 00000000000..466f163a482 --- /dev/null +++ b/7530/data/test-cases/3965dec8625efd17.json @@ -0,0 +1 @@ +{"uid":"3965dec8625efd17","name":"should not receive a peer event after stop","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381716497,"stop":1728381716505,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a1aef7397077fd4b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1aef7397077fd4b","status":"passed","time":{"start":1728379524443,"stop":1728379524443,"duration":0}},{"uid":"594fffefbf666572","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/594fffefbf666572","status":"passed","time":{"start":1728372187036,"stop":1728372187036,"duration":0}},{"uid":"b22c54bf24d67e44","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b22c54bf24d67e44","status":"passed","time":{"start":1728370559629,"stop":1728370559630,"duration":1}},{"uid":"679e34865ea6a8bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/679e34865ea6a8bf","status":"passed","time":{"start":1728369646209,"stop":1728369646210,"duration":1}}]},"tags":[]},"source":"3965dec8625efd17.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3975b39ac59d24ed.json b/7530/data/test-cases/3975b39ac59d24ed.json new file mode 100644 index 00000000000..5f3feb12428 --- /dev/null +++ b/7530/data/test-cases/3975b39ac59d24ed.json @@ -0,0 +1 @@ +{"uid":"3975b39ac59d24ed","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1649153314 ","historyId":"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"93c5ab760ea82b18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/93c5ab760ea82b18","status":"passed","time":{"start":1728379460291,"stop":1728379460291,"duration":0}},{"uid":"e74d32ec58a20f5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e74d32ec58a20f5a","status":"passed","time":{"start":1728372105678,"stop":1728372105678,"duration":0}},{"uid":"f42898c6800ccf47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f42898c6800ccf47","status":"passed","time":{"start":1728370464157,"stop":1728370464157,"duration":0}},{"uid":"c200089cf97ff470","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c200089cf97ff470","status":"passed","time":{"start":1728369544875,"stop":1728369544875,"duration":0}}]},"tags":[]},"source":"3975b39ac59d24ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3987ed37845abb5e.json b/7530/data/test-cases/3987ed37845abb5e.json new file mode 100644 index 00000000000..6ac86c15b20 --- /dev/null +++ b/7530/data/test-cases/3987ed37845abb5e.json @@ -0,0 +1 @@ +{"uid":"3987ed37845abb5e","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:connect > should emit `peer:connected:peer-exchange` event when a peer is connected","historyId":"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381409094,"stop":1728381409094,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:connect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"27b8bbb5876b2800","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27b8bbb5876b2800","status":"passed","time":{"start":1728379215429,"stop":1728379215430,"duration":1}},{"uid":"1a6f3d40ca3d314b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a6f3d40ca3d314b","status":"passed","time":{"start":1728371857086,"stop":1728371857086,"duration":0}},{"uid":"53c4882fc2a7d819","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/53c4882fc2a7d819","status":"passed","time":{"start":1728370205024,"stop":1728370205025,"duration":1}},{"uid":"e40e5bba8b1904f3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e40e5bba8b1904f3","status":"passed","time":{"start":1728369303203,"stop":1728369303206,"duration":3}}]},"tags":[]},"source":"3987ed37845abb5e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/39ef4513571b7744.json b/7530/data/test-cases/39ef4513571b7744.json new file mode 100644 index 00000000000..0ae90b30bcb --- /dev/null +++ b/7530/data/test-cases/39ef4513571b7744.json @@ -0,0 +1 @@ +{"uid":"39ef4513571b7744","name":"Subscribe to topic containing SQL Injection and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing SQL Injection and publish message","historyId":"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bfe84c89f24e4380","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bfe84c89f24e4380","status":"passed","time":{"start":1728379498103,"stop":1728379498104,"duration":1}},{"uid":"5428d56c7c14f715","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5428d56c7c14f715","status":"passed","time":{"start":1728372147566,"stop":1728372147566,"duration":0}},{"uid":"94aeebc96f70483c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94aeebc96f70483c","status":"passed","time":{"start":1728370535034,"stop":1728370535034,"duration":0}},{"uid":"4d224715673eb785","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4d224715673eb785","status":"passed","time":{"start":1728369636376,"stop":1728369636376,"duration":0}}]},"tags":[]},"source":"39ef4513571b7744.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/39f017c935973b9d.json b/7530/data/test-cases/39f017c935973b9d.json new file mode 100644 index 00000000000..0b79f6dfd38 --- /dev/null +++ b/7530/data/test-cases/39f017c935973b9d.json @@ -0,0 +1 @@ +{"uid":"39f017c935973b9d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/$","historyId":"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ef4f42a08dffa84","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ef4f42a08dffa84","status":"passed","time":{"start":1728379159021,"stop":1728379159022,"duration":1}},{"uid":"6eff55652b6eab1c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6eff55652b6eab1c","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"a5299eda7145bfc5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5299eda7145bfc5","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"eba6a31bcad67c5b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eba6a31bcad67c5b","status":"passed","time":{"start":1728369248995,"stop":1728369248995,"duration":0}}]},"tags":[]},"source":"39f017c935973b9d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3a09a7bf126b9289.json b/7530/data/test-cases/3a09a7bf126b9289.json new file mode 100644 index 00000000000..c5820064541 --- /dev/null +++ b/7530/data/test-cases/3a09a7bf126b9289.json @@ -0,0 +1 @@ +{"uid":"3a09a7bf126b9289","name":"Passing page size 11 when there are 10 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 11 when there are 10 messages","historyId":"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766199,"stop":1728381766199,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cbe6f8aafe55d8c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cbe6f8aafe55d8c0","status":"passed","time":{"start":1728379569499,"stop":1728379569499,"duration":0}},{"uid":"219e32fc03ffcff5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/219e32fc03ffcff5","status":"passed","time":{"start":1728372220853,"stop":1728372220853,"duration":0}},{"uid":"77d18416dab5ad04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77d18416dab5ad04","status":"passed","time":{"start":1728370605231,"stop":1728370605232,"duration":1}},{"uid":"7b30debcdf19f7c5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7b30debcdf19f7c5","status":"passed","time":{"start":1728369697451,"stop":1728369697452,"duration":1}}]},"tags":[]},"source":"3a09a7bf126b9289.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3a17d6cbf73661db.json b/7530/data/test-cases/3a17d6cbf73661db.json new file mode 100644 index 00000000000..84321f534c6 --- /dev/null +++ b/7530/data/test-cases/3a17d6cbf73661db.json @@ -0,0 +1 @@ +{"uid":"3a17d6cbf73661db","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should process correctly when SingleShardInfo has no clusterId but has a shard","historyId":"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd7b85c3884a3e0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fd7b85c3884a3e0b","status":"passed","time":{"start":1728379159028,"stop":1728379159028,"duration":0}},{"uid":"69b957f47800f139","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69b957f47800f139","status":"passed","time":{"start":1728371802911,"stop":1728371802912,"duration":1}},{"uid":"61af6953e80491b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/61af6953e80491b2","status":"passed","time":{"start":1728370149946,"stop":1728370149946,"duration":0}},{"uid":"9374602ddb9957ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9374602ddb9957ea","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"tags":[]},"source":"3a17d6cbf73661db.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3a2251c1fedceb9b.json b/7530/data/test-cases/3a2251c1fedceb9b.json new file mode 100644 index 00000000000..734ec94a8ea --- /dev/null +++ b/7530/data/test-cases/3a2251c1fedceb9b.json @@ -0,0 +1 @@ +{"uid":"3a2251c1fedceb9b","name":"Check received message containing Basic HTML tag","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Basic HTML tag","historyId":"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"41507aec92d7b4b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/41507aec92d7b4b2","status":"passed","time":{"start":1728379460263,"stop":1728379460263,"duration":0}},{"uid":"52caa15b6a98ad4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52caa15b6a98ad4d","status":"passed","time":{"start":1728372105662,"stop":1728372105663,"duration":1}},{"uid":"4252e82e607a991b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4252e82e607a991b","status":"passed","time":{"start":1728370464121,"stop":1728370464122,"duration":1}},{"uid":"5bfcc87cef0878c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bfcc87cef0878c0","status":"passed","time":{"start":1728369544857,"stop":1728369544857,"duration":0}}]},"tags":[]},"source":"3a2251c1fedceb9b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3a5b8954e46bc998.json b/7530/data/test-cases/3a5b8954e46bc998.json new file mode 100644 index 00000000000..b1c1b95a5c0 --- /dev/null +++ b/7530/data/test-cases/3a5b8954e46bc998.json @@ -0,0 +1 @@ +{"uid":"3a5b8954e46bc998","name":"Unsubscribe 1 topic - node subscribed to 2 topics","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribe 1 topic - node subscribed to 2 topics","historyId":"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381485020,"stop":1728381485020,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"38cdd2123ee12ca6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/38cdd2123ee12ca6","status":"passed","time":{"start":1728379293450,"stop":1728379293451,"duration":1}},{"uid":"72fd2f83578bb513","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/72fd2f83578bb513","status":"passed","time":{"start":1728371932963,"stop":1728371932963,"duration":0}},{"uid":"a13a53b2ae90d767","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a13a53b2ae90d767","status":"passed","time":{"start":1728370281704,"stop":1728370281704,"duration":0}},{"uid":"19ac2d71ced23799","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/19ac2d71ced23799","status":"passed","time":{"start":1728369376535,"stop":1728369376536,"duration":1}}]},"tags":[]},"source":"3a5b8954e46bc998.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3a7fb98d6efc38c0.json b/7530/data/test-cases/3a7fb98d6efc38c0.json new file mode 100644 index 00000000000..53202cf52a1 --- /dev/null +++ b/7530/data/test-cases/3a7fb98d6efc38c0.json @@ -0,0 +1 @@ +{"uid":"3a7fb98d6efc38c0","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should correctly encode and decode relay shards using rsv format (Bit Vector)","historyId":"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c35b700700c5b2ae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c35b700700c5b2ae","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"378701ca027773c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/378701ca027773c5","status":"passed","time":{"start":1728371802854,"stop":1728371802854,"duration":0}},{"uid":"ebc7391d09a4b0f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebc7391d09a4b0f5","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"440e38f3d53daef4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/440e38f3d53daef4","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"tags":[]},"source":"3a7fb98d6efc38c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3a96d958103a5c29.json b/7530/data/test-cases/3a96d958103a5c29.json new file mode 100644 index 00000000000..eb9d8315071 --- /dev/null +++ b/7530/data/test-cases/3a96d958103a5c29.json @@ -0,0 +1 @@ +{"uid":"3a96d958103a5c29","name":"should not fail to stop the service if it was not started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381716492,"stop":1728381716495,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ae39f30e646ac374","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ae39f30e646ac374","status":"passed","time":{"start":1728379524436,"stop":1728379524436,"duration":0}},{"uid":"f94fbd86f81e4870","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f94fbd86f81e4870","status":"passed","time":{"start":1728372187034,"stop":1728372187034,"duration":0}},{"uid":"ed48307cc4e33a8b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed48307cc4e33a8b","status":"passed","time":{"start":1728370559625,"stop":1728370559625,"duration":0}},{"uid":"aa08056bfd8f910a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa08056bfd8f910a","status":"passed","time":{"start":1728369646205,"stop":1728369646205,"duration":0}}]},"tags":[]},"source":"3a96d958103a5c29.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3abd1369f09ebd73.json b/7530/data/test-cases/3abd1369f09ebd73.json new file mode 100644 index 00000000000..66b36f2e70a --- /dev/null +++ b/7530/data/test-cases/3abd1369f09ebd73.json @@ -0,0 +1 @@ +{"uid":"3abd1369f09ebd73","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","historyId":"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521296,"stop":1728381521296,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"15a96d644b391974","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15a96d644b391974","status":"passed","time":{"start":1728379329175,"stop":1728379329175,"duration":0}},{"uid":"ca8df62a7778b28b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ca8df62a7778b28b","status":"passed","time":{"start":1728371984000,"stop":1728371984001,"duration":1}},{"uid":"2af4540b7bb9cc27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2af4540b7bb9cc27","status":"passed","time":{"start":1728370284351,"stop":1728370284352,"duration":1}},{"uid":"99cd9b1959aefe38","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/99cd9b1959aefe38","status":"passed","time":{"start":1728369378892,"stop":1728369378892,"duration":0}}]},"tags":[]},"source":"3abd1369f09ebd73.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3ae62774762e9841.json b/7530/data/test-cases/3ae62774762e9841.json new file mode 100644 index 00000000000..0da8ffc38c9 --- /dev/null +++ b/7530/data/test-cases/3ae62774762e9841.json @@ -0,0 +1 @@ +{"uid":"3ae62774762e9841","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ecies Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ddecedfd43e5ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ddecedfd43e5ab","status":"passed","time":{"start":1728379194286,"stop":1728379194286,"duration":0}},{"uid":"2223959f7311f0e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2223959f7311f0e9","status":"passed","time":{"start":1728371838586,"stop":1728371838586,"duration":0}},{"uid":"98376a6d3d3dd236","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/98376a6d3d3dd236","status":"passed","time":{"start":1728370185972,"stop":1728370185972,"duration":0}},{"uid":"99445bf9bc9c223d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/99445bf9bc9c223d","status":"passed","time":{"start":1728369284715,"stop":1728369284715,"duration":0}}]},"tags":[]},"source":"3ae62774762e9841.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3b78259144ef6000.json b/7530/data/test-cases/3b78259144ef6000.json new file mode 100644 index 00000000000..883cabc2d9f --- /dev/null +++ b/7530/data/test-cases/3b78259144ef6000.json @@ -0,0 +1 @@ +{"uid":"3b78259144ef6000","name":"Check received message containing XML","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing XML","historyId":"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1a5ea87e36d33a16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a5ea87e36d33a16","status":"passed","time":{"start":1728379460263,"stop":1728379460263,"duration":0}},{"uid":"fd2a18a149d26653","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fd2a18a149d26653","status":"passed","time":{"start":1728372105662,"stop":1728372105662,"duration":0}},{"uid":"336a83f7a22a1e6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/336a83f7a22a1e6d","status":"passed","time":{"start":1728370464121,"stop":1728370464121,"duration":0}},{"uid":"261e8000a5a0701","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/261e8000a5a0701","status":"passed","time":{"start":1728369544857,"stop":1728369544857,"duration":0}}]},"tags":[]},"source":"3b78259144ef6000.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3bc4fd1d1785ef02.json b/7530/data/test-cases/3bc4fd1d1785ef02.json new file mode 100644 index 00000000000..94b934f63df --- /dev/null +++ b/7530/data/test-cases/3bc4fd1d1785ef02.json @@ -0,0 +1 @@ +{"uid":"3bc4fd1d1785ef02","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing JSON and receive message","historyId":"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749034,"stop":1728381749035,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a70f6597557318d7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a70f6597557318d7","status":"passed","time":{"start":1728379549677,"stop":1728379549677,"duration":0}},{"uid":"9b7c324c6f5dfb5e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b7c324c6f5dfb5e","status":"passed","time":{"start":1728372195420,"stop":1728372195420,"duration":0}},{"uid":"978abbd93b12fa61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/978abbd93b12fa61","status":"passed","time":{"start":1728370555247,"stop":1728370555248,"duration":1}},{"uid":"80ff9334f47cf970","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/80ff9334f47cf970","status":"passed","time":{"start":1728369639838,"stop":1728369639839,"duration":1}}]},"tags":[]},"source":"3bc4fd1d1785ef02.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3c007e6ff67fa962.json b/7530/data/test-cases/3c007e6ff67fa962.json new file mode 100644 index 00000000000..329ff95e35a --- /dev/null +++ b/7530/data/test-cases/3c007e6ff67fa962.json @@ -0,0 +1 @@ +{"uid":"3c007e6ff67fa962","name":"Add multiple subscription objects on single nwaku node","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Add multiple subscription objects on single nwaku node","historyId":"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7defd860c4175cae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7defd860c4175cae","status":"passed","time":{"start":1728379549683,"stop":1728379549683,"duration":0}},{"uid":"7105562a8090f2ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7105562a8090f2ca","status":"passed","time":{"start":1728372195422,"stop":1728372195423,"duration":1}},{"uid":"c82de0563b4e835","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c82de0563b4e835","status":"passed","time":{"start":1728370555250,"stop":1728370555250,"duration":0}},{"uid":"eea687921901d3e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eea687921901d3e3","status":"passed","time":{"start":1728369639841,"stop":1728369639841,"duration":0}}]},"tags":[]},"source":"3c007e6ff67fa962.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3c5f5d911ef8cccd.json b/7530/data/test-cases/3c5f5d911ef8cccd.json new file mode 100644 index 00000000000..ae30608f52b --- /dev/null +++ b/7530/data/test-cases/3c5f5d911ef8cccd.json @@ -0,0 +1 @@ +{"uid":"3c5f5d911ef8cccd","name":"Push message with content topic containing JSON","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing JSON","historyId":"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680465,"stop":1728381680465,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8bb83b46716a9730","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8bb83b46716a9730","status":"passed","time":{"start":1728379482942,"stop":1728379482942,"duration":0}},{"uid":"f48b26e75e3b8de3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f48b26e75e3b8de3","status":"passed","time":{"start":1728372134567,"stop":1728372134568,"duration":1}},{"uid":"be5a04c15bb09b95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/be5a04c15bb09b95","status":"passed","time":{"start":1728370487880,"stop":1728370487881,"duration":1}},{"uid":"fd688293caa29c52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd688293caa29c52","status":"passed","time":{"start":1728369590803,"stop":1728369590804,"duration":1}}]},"tags":[]},"source":"3c5f5d911ef8cccd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3ca9cd0f3f80f996.json b/7530/data/test-cases/3ca9cd0f3f80f996.json new file mode 100644 index 00000000000..f10a6a1680c --- /dev/null +++ b/7530/data/test-cases/3ca9cd0f3f80f996.json @@ -0,0 +1 @@ +{"uid":"3ca9cd0f3f80f996","name":"peerDiscovery without wakuPeerExchangeDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > peerDiscovery without wakuPeerExchangeDiscovery","historyId":"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381715120,"stop":1728381715121,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"52bc73321a14323a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/52bc73321a14323a","status":"passed","time":{"start":1728379518934,"stop":1728379518934,"duration":0}},{"uid":"c53b4988208e233c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c53b4988208e233c","status":"passed","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"f94dfae829b27dcf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f94dfae829b27dcf","status":"passed","time":{"start":1728370547719,"stop":1728370547719,"duration":0}},{"uid":"501e1d1e788c1d43","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/501e1d1e788c1d43","status":"passed","time":{"start":1728369640708,"stop":1728369640710,"duration":2}}]},"tags":[]},"source":"3ca9cd0f3f80f996.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3cc9e939d16ab9d5.json b/7530/data/test-cases/3cc9e939d16ab9d5.json new file mode 100644 index 00000000000..9b6b5be205b --- /dev/null +++ b/7530/data/test-cases/3cc9e939d16ab9d5.json @@ -0,0 +1 @@ +{"uid":"3cc9e939d16ab9d5","name":"Store - dialed after - with timeout","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Store - dialed after - with timeout","historyId":"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800485,"stop":1728381800485,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1d8bc0c65edc6020","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d8bc0c65edc6020","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"8fca127057255c89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8fca127057255c89","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"4331939d05d9651","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4331939d05d9651","status":"passed","time":{"start":1728370630366,"stop":1728370630366,"duration":0}},{"uid":"4453f71af0e540a1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4453f71af0e540a1","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"tags":[]},"source":"3cc9e939d16ab9d5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3d8a368cc7a0df95.json b/7530/data/test-cases/3d8a368cc7a0df95.json new file mode 100644 index 00000000000..b787cbba98e --- /dev/null +++ b/7530/data/test-cases/3d8a368cc7a0df95.json @@ -0,0 +1 @@ +{"uid":"3d8a368cc7a0df95","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5459d47e7f6d15b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5459d47e7f6d15b8","status":"passed","time":{"start":1728379576112,"stop":1728379576112,"duration":0}},{"uid":"5e5cb8ba2b1d8c86","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e5cb8ba2b1d8c86","status":"passed","time":{"start":1728372231470,"stop":1728372231470,"duration":0}},{"uid":"8f36c9eac5720b73","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8f36c9eac5720b73","status":"passed","time":{"start":1728370655523,"stop":1728370655523,"duration":0}},{"uid":"6173da58d2b95310","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6173da58d2b95310","status":"passed","time":{"start":1728369731924,"stop":1728369731924,"duration":0}}]},"tags":[]},"source":"3d8a368cc7a0df95.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3dce8557ca67c586.json b/7530/data/test-cases/3dce8557ca67c586.json new file mode 100644 index 00000000000..aa63168102a --- /dev/null +++ b/7530/data/test-cases/3dce8557ca67c586.json @@ -0,0 +1 @@ +{"uid":"3dce8557ca67c586","name":"should throw an error if shards are undefined for static sharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should throw an error if shards are undefined for static sharding","historyId":"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355973,"stop":1728381355974,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"68f976e8e97223ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68f976e8e97223ab","status":"passed","time":{"start":1728379159016,"stop":1728379159017,"duration":1}},{"uid":"3828d78944bdae2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3828d78944bdae2","status":"passed","time":{"start":1728371802902,"stop":1728371802902,"duration":0}},{"uid":"1608db3020946769","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1608db3020946769","status":"passed","time":{"start":1728370149935,"stop":1728370149936,"duration":1}},{"uid":"ab5fab56dad6999f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab5fab56dad6999f","status":"passed","time":{"start":1728369248990,"stop":1728369248990,"duration":0}}]},"tags":[]},"source":"3dce8557ca67c586.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3e0d1b51a627a54c.json b/7530/data/test-cases/3e0d1b51a627a54c.json new file mode 100644 index 00000000000..da996d980ad --- /dev/null +++ b/7530/data/test-cases/3e0d1b51a627a54c.json @@ -0,0 +1 @@ +{"uid":"3e0d1b51a627a54c","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1949153314000 ","historyId":"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658373,"stop":1728381658374,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f7202190ff0a1a80","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f7202190ff0a1a80","status":"passed","time":{"start":1728379460272,"stop":1728379460272,"duration":0}},{"uid":"138b5a83f37f6fec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/138b5a83f37f6fec","status":"passed","time":{"start":1728372105666,"stop":1728372105667,"duration":1}},{"uid":"feb83033ca1490fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/feb83033ca1490fd","status":"passed","time":{"start":1728370464132,"stop":1728370464132,"duration":0}},{"uid":"39e370475be27a0c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/39e370475be27a0c","status":"passed","time":{"start":1728369544862,"stop":1728369544863,"duration":1}}]},"tags":[]},"source":"3e0d1b51a627a54c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3ee112d190341e39.json b/7530/data/test-cases/3ee112d190341e39.json new file mode 100644 index 00000000000..327ddaf76fd --- /dev/null +++ b/7530/data/test-cases/3ee112d190341e39.json @@ -0,0 +1 @@ +{"uid":"3ee112d190341e39","name":"Check received message with timestamp: 1728381408830000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1728381408830000000 ","historyId":"5b92187927768287f8491bb6b3f396bd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658386,"stop":1728381658386,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"3ee112d190341e39.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3f05ad53c8b99420.json b/7530/data/test-cases/3f05ad53c8b99420.json new file mode 100644 index 00000000000..41aaf4bdf41 --- /dev/null +++ b/7530/data/test-cases/3f05ad53c8b99420.json @@ -0,0 +1 @@ +{"uid":"3f05ad53c8b99420","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing special chars and receive message","historyId":"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d648b03eb0d697e2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d648b03eb0d697e2","status":"passed","time":{"start":1728379549661,"stop":1728379549661,"duration":0}},{"uid":"2d3d80d0d9882f26","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d3d80d0d9882f26","status":"passed","time":{"start":1728372195414,"stop":1728372195414,"duration":0}},{"uid":"e191eeaf6e9c2340","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e191eeaf6e9c2340","status":"passed","time":{"start":1728370555243,"stop":1728370555243,"duration":0}},{"uid":"c1ced1bb49f50025","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c1ced1bb49f50025","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"tags":[]},"source":"3f05ad53c8b99420.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3f2eece7ea87cf9b.json b/7530/data/test-cases/3f2eece7ea87cf9b.json new file mode 100644 index 00000000000..a9104a1091d --- /dev/null +++ b/7530/data/test-cases/3f2eece7ea87cf9b.json @@ -0,0 +1 @@ +{"uid":"3f2eece7ea87cf9b","name":"should only return 1 node with store capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with store capability","historyId":"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379404,"stop":1728381379405,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6f58e0c2c7d05e1c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f58e0c2c7d05e1c","status":"passed","time":{"start":1728379182989,"stop":1728379182989,"duration":0}},{"uid":"21cfde2799a836e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/21cfde2799a836e0","status":"passed","time":{"start":1728371826967,"stop":1728371826967,"duration":0}},{"uid":"6eba77d2ee77d9fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6eba77d2ee77d9fd","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"dc2d02758a3e1862","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc2d02758a3e1862","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"tags":[]},"source":"3f2eece7ea87cf9b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3f39161ea8d22ab0.json b/7530/data/test-cases/3f39161ea8d22ab0.json new file mode 100644 index 00000000000..da30f250ee1 --- /dev/null +++ b/7530/data/test-cases/3f39161ea8d22ab0.json @@ -0,0 +1 @@ +{"uid":"3f39161ea8d22ab0","name":"Push message with content topic containing Arabic","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Arabic","historyId":"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d9d1de49af8f34f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9d1de49af8f34f2","status":"passed","time":{"start":1728379482933,"stop":1728379482933,"duration":0}},{"uid":"ec0f0eb1032c41a7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ec0f0eb1032c41a7","status":"passed","time":{"start":1728372134561,"stop":1728372134562,"duration":1}},{"uid":"6009cb8c0c638728","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6009cb8c0c638728","status":"passed","time":{"start":1728370487875,"stop":1728370487875,"duration":0}},{"uid":"b3ff4bebfe35741c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3ff4bebfe35741c","status":"passed","time":{"start":1728369590801,"stop":1728369590801,"duration":0}}]},"tags":[]},"source":"3f39161ea8d22ab0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3f816b9508f69248.json b/7530/data/test-cases/3f816b9508f69248.json new file mode 100644 index 00000000000..05e3399bd45 --- /dev/null +++ b/7530/data/test-cases/3f816b9508f69248.json @@ -0,0 +1 @@ +{"uid":"3f816b9508f69248","name":"Push message with content topic containing Arabic","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Arabic","historyId":"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711660,"stop":1728381711661,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c0719ed538e6febb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c0719ed538e6febb","status":"passed","time":{"start":1728379515555,"stop":1728379515555,"duration":0}},{"uid":"874e776ecbf248e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/874e776ecbf248e9","status":"passed","time":{"start":1728372171298,"stop":1728372171298,"duration":0}},{"uid":"ac0af30b14470169","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac0af30b14470169","status":"passed","time":{"start":1728370522967,"stop":1728370522967,"duration":0}},{"uid":"bc8f21415de1b8a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc8f21415de1b8a3","status":"passed","time":{"start":1728369622046,"stop":1728369622046,"duration":0}}]},"tags":[]},"source":"3f816b9508f69248.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3fb2493c9b8e0ceb.json b/7530/data/test-cases/3fb2493c9b8e0ceb.json new file mode 100644 index 00000000000..49005cb9784 --- /dev/null +++ b/7530/data/test-cases/3fb2493c9b8e0ceb.json @@ -0,0 +1 @@ +{"uid":"3fb2493c9b8e0ceb","name":"Query Generator, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, No Decoder","historyId":"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743116,"stop":1728381743120,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b51ed334198870e4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b51ed334198870e4","status":"passed","time":{"start":1728379550979,"stop":1728379550980,"duration":1}},{"uid":"48514425ddb8848e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/48514425ddb8848e","status":"passed","time":{"start":1728372211440,"stop":1728372211440,"duration":0}},{"uid":"67548b658c1dd5fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67548b658c1dd5fc","status":"passed","time":{"start":1728370582326,"stop":1728370582327,"duration":1}},{"uid":"dfbf54280d6b901c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dfbf54280d6b901c","status":"passed","time":{"start":1728369674236,"stop":1728369674237,"duration":1}}]},"tags":[]},"source":"3fb2493c9b8e0ceb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3fec72e158dc663b.json b/7530/data/test-cases/3fec72e158dc663b.json new file mode 100644 index 00000000000..dfb25aa285d --- /dev/null +++ b/7530/data/test-cases/3fec72e158dc663b.json @@ -0,0 +1 @@ +{"uid":"3fec72e158dc663b","name":"different cluster, same shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect","historyId":"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521285,"stop":1728381521286,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3dcde3bbdba05a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3dcde3bbdba05a5d","status":"passed","time":{"start":1728379329165,"stop":1728379329166,"duration":1}},{"uid":"fdcbdddd981bce11","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fdcbdddd981bce11","status":"passed","time":{"start":1728371983980,"stop":1728371983980,"duration":0}}]},"tags":[]},"source":"3fec72e158dc663b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/3ff49103d4b9c019.json b/7530/data/test-cases/3ff49103d4b9c019.json new file mode 100644 index 00000000000..749b2bc0ce2 --- /dev/null +++ b/7530/data/test-cases/3ff49103d4b9c019.json @@ -0,0 +1 @@ +{"uid":"3ff49103d4b9c019","name":"LightPush: 2 peers, Filter: 1 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 1 peers","historyId":"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613868,"stop":1728381613871,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"bc5c3b4a5f8936e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bc5c3b4a5f8936e6","status":"passed","time":{"start":1728379419683,"stop":1728379419684,"duration":1}},{"uid":"a8ebd6528ca318dd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8ebd6528ca318dd","status":"passed","time":{"start":1728372107441,"stop":1728372107441,"duration":0}},{"uid":"5050e3448c384edc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5050e3448c384edc","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626986,"stop":1728370626987,"duration":1}},{"uid":"bd675fa8b24bbf54","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bd675fa8b24bbf54","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728515,"stop":1728369728515,"duration":0}}]},"tags":[]},"source":"3ff49103d4b9c019.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/409c359c5fdf608e.json b/7530/data/test-cases/409c359c5fdf608e.json new file mode 100644 index 00000000000..427d8e8dcee --- /dev/null +++ b/7530/data/test-cases/409c359c5fdf608e.json @@ -0,0 +1 @@ +{"uid":"409c359c5fdf608e","name":"Push message with content topic containing long","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing long","historyId":"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"679bf55038bcc4d5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/679bf55038bcc4d5","status":"passed","time":{"start":1728379482929,"stop":1728379482930,"duration":1}},{"uid":"c3f3912fac2532bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c3f3912fac2532bb","status":"passed","time":{"start":1728372134554,"stop":1728372134554,"duration":0}},{"uid":"5e7f3f94487383f0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e7f3f94487383f0","status":"passed","time":{"start":1728370487869,"stop":1728370487872,"duration":3}},{"uid":"c23ca96f1b71dc15","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c23ca96f1b71dc15","status":"passed","time":{"start":1728369590795,"stop":1728369590796,"duration":1}}]},"tags":[]},"source":"409c359c5fdf608e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/40ccce5213c07c1.json b/7530/data/test-cases/40ccce5213c07c1.json new file mode 100644 index 00000000000..81a91916ee6 --- /dev/null +++ b/7530/data/test-cases/40ccce5213c07c1.json @@ -0,0 +1 @@ +{"uid":"40ccce5213c07c1","name":"Unsubscribes all - node subscribed to 10 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribes all - node subscribed to 10 topics","historyId":"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2b1dc6e14e3add9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b1dc6e14e3add9d","status":"passed","time":{"start":1728379350313,"stop":1728379350316,"duration":3}},{"uid":"374c2ea2fdc3d9cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/374c2ea2fdc3d9cb","status":"passed","time":{"start":1728371998266,"stop":1728371998266,"duration":0}},{"uid":"209dd4b20405c3c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/209dd4b20405c3c3","status":"passed","time":{"start":1728370345947,"stop":1728370345948,"duration":1}},{"uid":"196a82d3af4f4679","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/196a82d3af4f4679","status":"passed","time":{"start":1728369443738,"stop":1728369443739,"duration":1}}]},"tags":[]},"source":"40ccce5213c07c1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/40e8f2cc0a25ac2.json b/7530/data/test-cases/40e8f2cc0a25ac2.json new file mode 100644 index 00000000000..2776ec3a9bf --- /dev/null +++ b/7530/data/test-cases/40e8f2cc0a25ac2.json @@ -0,0 +1 @@ +{"uid":"40e8f2cc0a25ac2","name":"Should fail to subscribe with decoder with wrong pubsubTopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Should fail to subscribe with decoder with wrong pubsubTopic","historyId":"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461624,"stop":1728381461632,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9ffaea52187c24d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9ffaea52187c24d","status":"passed","time":{"start":1728379263325,"stop":1728379263331,"duration":6}},{"uid":"3246014eec90e4b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3246014eec90e4b5","status":"passed","time":{"start":1728371908006,"stop":1728371908006,"duration":0}},{"uid":"87aae8e643ed0800","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87aae8e643ed0800","status":"passed","time":{"start":1728370252053,"stop":1728370252053,"duration":0}},{"uid":"bcb2d2360cd89daa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb2d2360cd89daa","status":"passed","time":{"start":1728369354741,"stop":1728369354742,"duration":1}}]},"tags":[]},"source":"40e8f2cc0a25ac2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/41ae0e4dc8b270ff.json b/7530/data/test-cases/41ae0e4dc8b270ff.json new file mode 100644 index 00000000000..f76d6ad17a5 --- /dev/null +++ b/7530/data/test-cases/41ae0e4dc8b270ff.json @@ -0,0 +1 @@ +{"uid":"41ae0e4dc8b270ff","name":"Push 30 different messages","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push 30 different messages","historyId":"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711648,"stop":1728381711648,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d920bd2786da52c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d920bd2786da52c3","status":"passed","time":{"start":1728379515551,"stop":1728379515551,"duration":0}},{"uid":"c7f6663bcf292893","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c7f6663bcf292893","status":"passed","time":{"start":1728372171295,"stop":1728372171295,"duration":0}},{"uid":"b24f93163afa6a8a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b24f93163afa6a8a","status":"passed","time":{"start":1728370522961,"stop":1728370522961,"duration":0}},{"uid":"ad20410e156776ad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad20410e156776ad","status":"passed","time":{"start":1728369622037,"stop":1728369622040,"duration":3}}]},"tags":[]},"source":"41ae0e4dc8b270ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/41e4e7f120c8bd4e.json b/7530/data/test-cases/41e4e7f120c8bd4e.json new file mode 100644 index 00000000000..a8e77d757ca --- /dev/null +++ b/7530/data/test-cases/41e4e7f120c8bd4e.json @@ -0,0 +1 @@ +{"uid":"41e4e7f120c8bd4e","name":"Decoder throws on undefined content topic","fullName":"/src/ecies.spec.ts: Ensures content topic is defined > Decoder throws on undefined content topic","historyId":"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381391227,"stop":1728381391228,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"23de147a0256a176","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/23de147a0256a176","status":"passed","time":{"start":1728379194287,"stop":1728379194288,"duration":1}},{"uid":"d40aabf9bae23d1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d40aabf9bae23d1a","status":"passed","time":{"start":1728371838587,"stop":1728371838587,"duration":0}},{"uid":"8cf177ceb47c80e2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8cf177ceb47c80e2","status":"passed","time":{"start":1728370185973,"stop":1728370185973,"duration":0}},{"uid":"d797003550e36a37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d797003550e36a37","status":"passed","time":{"start":1728369284716,"stop":1728369284716,"duration":0}}]},"tags":[]},"source":"41e4e7f120c8bd4e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/423763226be85844.json b/7530/data/test-cases/423763226be85844.json new file mode 100644 index 00000000000..396a8122cbb --- /dev/null +++ b/7530/data/test-cases/423763226be85844.json @@ -0,0 +1 @@ +{"uid":"423763226be85844","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","historyId":"515699a7bdb99f015a388606d0aad9fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"423763226be85844.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4319cfd45e3bee77.json b/7530/data/test-cases/4319cfd45e3bee77.json new file mode 100644 index 00000000000..b19a6fb9ffe --- /dev/null +++ b/7530/data/test-cases/4319cfd45e3bee77.json @@ -0,0 +1 @@ +{"uid":"4319cfd45e3bee77","name":"should be able to decode the field with RELAY and FILTER protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with RELAY and FILTER protocols set to true","historyId":"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363576,"stop":1728381363576,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b28df40590741f02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b28df40590741f02","status":"passed","time":{"start":1728379166770,"stop":1728379166771,"duration":1}},{"uid":"383a967dc56261bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/383a967dc56261bb","status":"passed","time":{"start":1728371810593,"stop":1728371810593,"duration":0}},{"uid":"cd336552f5c0338d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd336552f5c0338d","status":"passed","time":{"start":1728370158407,"stop":1728370158407,"duration":0}},{"uid":"1a2bc84ed861b62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a2bc84ed861b62","status":"passed","time":{"start":1728369256991,"stop":1728369256991,"duration":0}}]},"tags":[]},"source":"4319cfd45e3bee77.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/43314f3af55a048e.json b/7530/data/test-cases/43314f3af55a048e.json new file mode 100644 index 00000000000..71d3a227902 --- /dev/null +++ b/7530/data/test-cases/43314f3af55a048e.json @@ -0,0 +1 @@ +{"uid":"43314f3af55a048e","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"712967de1d69f433","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/712967de1d69f433","status":"passed","time":{"start":1728379549647,"stop":1728379549651,"duration":4}},{"uid":"767cf06e2d034265","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/767cf06e2d034265","status":"passed","time":{"start":1728372195409,"stop":1728372195410,"duration":1}},{"uid":"21ae3ac30c2e93b1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/21ae3ac30c2e93b1","status":"passed","time":{"start":1728370555239,"stop":1728370555239,"duration":0}},{"uid":"b0b718d951dc7557","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b0b718d951dc7557","status":"passed","time":{"start":1728369639826,"stop":1728369639827,"duration":1}}]},"tags":[]},"source":"43314f3af55a048e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4349adb6be080b46.json b/7530/data/test-cases/4349adb6be080b46.json new file mode 100644 index 00000000000..ecec92ebfd7 --- /dev/null +++ b/7530/data/test-cases/4349adb6be080b46.json @@ -0,0 +1 @@ +{"uid":"4349adb6be080b46","name":"handles different networkShards values correctly","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > handles different networkShards values correctly","historyId":"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"295e0a4c24557b37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/295e0a4c24557b37","status":"passed","time":{"start":1728379159011,"stop":1728379159011,"duration":0}},{"uid":"658c602be263ebd6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/658c602be263ebd6","status":"passed","time":{"start":1728371802897,"stop":1728371802897,"duration":0}},{"uid":"866e52382f714e4c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/866e52382f714e4c","status":"passed","time":{"start":1728370149931,"stop":1728370149931,"duration":0}},{"uid":"25ba9b3605dd054e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25ba9b3605dd054e","status":"passed","time":{"start":1728369248986,"stop":1728369248986,"duration":0}}]},"tags":[]},"source":"4349adb6be080b46.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/434a3f4b63f0563.json b/7530/data/test-cases/434a3f4b63f0563.json new file mode 100644 index 00000000000..12f59677659 --- /dev/null +++ b/7530/data/test-cases/434a3f4b63f0563.json @@ -0,0 +1 @@ +{"uid":"434a3f4b63f0563","name":"should emit `waku:offline` event only when all peers disconnect","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > should emit `waku:offline` event only when all peers disconnect","historyId":"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381439738,"stop":1728381439739,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"654c8f5ccae1e01e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/654c8f5ccae1e01e","status":"passed","time":{"start":1728379250160,"stop":1728379250160,"duration":0}},{"uid":"6ebe3133682235f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6ebe3133682235f0","status":"passed","time":{"start":1728371885962,"stop":1728371885962,"duration":0}},{"uid":"a23acef0f0577afe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a23acef0f0577afe","status":"passed","time":{"start":1728370233661,"stop":1728370233662,"duration":1}},{"uid":"4f4c03917564f4c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f4c03917564f4c7","status":"passed","time":{"start":1728369335734,"stop":1728369335734,"duration":0}}]},"tags":[]},"source":"434a3f4b63f0563.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/43a4133bf90c79c9.json b/7530/data/test-cases/43a4133bf90c79c9.json new file mode 100644 index 00000000000..ff5972ac27d --- /dev/null +++ b/7530/data/test-cases/43a4133bf90c79c9.json @@ -0,0 +1 @@ +{"uid":"43a4133bf90c79c9","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:discovery > should emit `peer:discovery:peer-exchange` event when a peer is discovered","historyId":"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381409091,"stop":1728381409093,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cc456f33ae120e3b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc456f33ae120e3b","status":"passed","time":{"start":1728379215427,"stop":1728379215427,"duration":0}},{"uid":"9564246404d329c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9564246404d329c","status":"passed","time":{"start":1728371857084,"stop":1728371857084,"duration":0}},{"uid":"1cfb12d8e3b119d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1cfb12d8e3b119d3","status":"passed","time":{"start":1728370205011,"stop":1728370205023,"duration":12}},{"uid":"ecb668d2332f8081","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ecb668d2332f8081","status":"passed","time":{"start":1728369303196,"stop":1728369303198,"duration":2}}]},"tags":[]},"source":"43a4133bf90c79c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/44197379c265eca1.json b/7530/data/test-cases/44197379c265eca1.json new file mode 100644 index 00000000000..4cff06a4dcc --- /dev/null +++ b/7530/data/test-cases/44197379c265eca1.json @@ -0,0 +1 @@ +{"uid":"44197379c265eca1","name":"Fails to push message with empty content topic","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Fails to push message with empty content topic","historyId":"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711674,"stop":1728381711676,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a0842cf98aa037d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0842cf98aa037d3","status":"passed","time":{"start":1728379515559,"stop":1728379515560,"duration":1}},{"uid":"e0522378a3048116","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0522378a3048116","status":"passed","time":{"start":1728372171311,"stop":1728372171311,"duration":0}},{"uid":"75ed0dd1ee871b86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/75ed0dd1ee871b86","status":"passed","time":{"start":1728370522974,"stop":1728370522974,"duration":0}},{"uid":"a4d9e45975937f30","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a4d9e45975937f30","status":"passed","time":{"start":1728369622052,"stop":1728369622052,"duration":0}}]},"tags":[]},"source":"44197379c265eca1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/442845ebb7b0c402.json b/7530/data/test-cases/442845ebb7b0c402.json new file mode 100644 index 00000000000..9cebc13ec4c --- /dev/null +++ b/7530/data/test-cases/442845ebb7b0c402.json @@ -0,0 +1 @@ +{"uid":"442845ebb7b0c402","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381390014,"stop":1728381390014,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Waku Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2329d11d6ea8cae0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2329d11d6ea8cae0","status":"passed","time":{"start":1728379193197,"stop":1728379193198,"duration":1}},{"uid":"d9b3e9b5768e58eb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9b3e9b5768e58eb","status":"passed","time":{"start":1728371837409,"stop":1728371837409,"duration":0}},{"uid":"431d128e1c091198","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/431d128e1c091198","status":"passed","time":{"start":1728370184626,"stop":1728370184627,"duration":1}},{"uid":"1e6988c394270043","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e6988c394270043","status":"passed","time":{"start":1728369283803,"stop":1728369283804,"duration":1}}]},"tags":[]},"source":"442845ebb7b0c402.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/44573332e7cbe332.json b/7530/data/test-cases/44573332e7cbe332.json new file mode 100644 index 00000000000..911abf953f1 --- /dev/null +++ b/7530/data/test-cases/44573332e7cbe332.json @@ -0,0 +1 @@ +{"uid":"44573332e7cbe332","name":"Push message with rate limit","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with rate limit","historyId":"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"47e3c81399504580","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/47e3c81399504580","status":"passed","time":{"start":1728379515561,"stop":1728379515561,"duration":0}},{"uid":"bc3b1b6c38d29f45","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc3b1b6c38d29f45","status":"passed","time":{"start":1728372171314,"stop":1728372171314,"duration":0}},{"uid":"d38b83210f31fe2c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d38b83210f31fe2c","status":"passed","time":{"start":1728370522978,"stop":1728370522978,"duration":0}},{"uid":"e06681eeb96c856e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e06681eeb96c856e","status":"passed","time":{"start":1728369622054,"stop":1728369622055,"duration":1}}]},"tags":[]},"source":"44573332e7cbe332.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/446ea2445de23d74.json b/7530/data/test-cases/446ea2445de23d74.json new file mode 100644 index 00000000000..dad16e21f2c --- /dev/null +++ b/7530/data/test-cases/446ea2445de23d74.json @@ -0,0 +1 @@ +{"uid":"446ea2445de23d74","name":"Check received message containing Chinese","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Chinese","historyId":"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526509,"stop":1728381526510,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"31e2bbafefa03d88","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31e2bbafefa03d88","status":"passed","time":{"start":1728379329396,"stop":1728379329396,"duration":0}},{"uid":"a5a58aef71ce0bef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5a58aef71ce0bef","status":"passed","time":{"start":1728371973984,"stop":1728371973984,"duration":0}},{"uid":"7c5b02e1b274243f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c5b02e1b274243f","status":"passed","time":{"start":1728370320863,"stop":1728370320863,"duration":0}},{"uid":"26804c2c518bf4a4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26804c2c518bf4a4","status":"passed","time":{"start":1728369420225,"stop":1728369420225,"duration":0}}]},"tags":[]},"source":"446ea2445de23d74.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/44712e6dd1343760.json b/7530/data/test-cases/44712e6dd1343760.json new file mode 100644 index 00000000000..5bcabf2effa --- /dev/null +++ b/7530/data/test-cases/44712e6dd1343760.json @@ -0,0 +1 @@ +{"uid":"44712e6dd1343760","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","historyId":"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521342,"stop":1728381521342,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6a47fa76d71be61","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6a47fa76d71be61","status":"passed","time":{"start":1728379329187,"stop":1728379329187,"duration":0}},{"uid":"d81eb5af1c587e85","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d81eb5af1c587e85","status":"passed","time":{"start":1728371984010,"stop":1728371984011,"duration":1}},{"uid":"5c94af51eaa89c0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5c94af51eaa89c0","status":"passed","time":{"start":1728370284367,"stop":1728370284368,"duration":1}},{"uid":"5c9d408e19cced14","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c9d408e19cced14","status":"passed","time":{"start":1728369378913,"stop":1728369378913,"duration":0}}]},"tags":[]},"source":"44712e6dd1343760.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/44c6059730b4e0be.json b/7530/data/test-cases/44c6059730b4e0be.json new file mode 100644 index 00000000000..464dc51eb52 --- /dev/null +++ b/7530/data/test-cases/44c6059730b4e0be.json @@ -0,0 +1 @@ +{"uid":"44c6059730b4e0be","name":"Check received message containing Russian","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Russian","historyId":"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7af6bc0b8a61861","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7af6bc0b8a61861","status":"passed","time":{"start":1728379460260,"stop":1728379460261,"duration":1}},{"uid":"69bed3fc4ec38636","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69bed3fc4ec38636","status":"passed","time":{"start":1728372105660,"stop":1728372105660,"duration":0}},{"uid":"14960a82031190a3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/14960a82031190a3","status":"passed","time":{"start":1728370464118,"stop":1728370464119,"duration":1}},{"uid":"6f142f1d666ba4e2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f142f1d666ba4e2","status":"passed","time":{"start":1728369544855,"stop":1728369544855,"duration":0}}]},"tags":[]},"source":"44c6059730b4e0be.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/44ee6708e4f7c0aa.json b/7530/data/test-cases/44ee6708e4f7c0aa.json new file mode 100644 index 00000000000..0bbbc65f798 --- /dev/null +++ b/7530/data/test-cases/44ee6708e4f7c0aa.json @@ -0,0 +1 @@ +{"uid":"44ee6708e4f7c0aa","name":"Ordered Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - true","historyId":"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381756573,"stop":1728381756574,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ba4a25d6219a002","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ba4a25d6219a002","status":"passed","time":{"start":1728379560458,"stop":1728379560458,"duration":0}},{"uid":"d691cc9b18421224","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d691cc9b18421224","status":"passed","time":{"start":1728372207707,"stop":1728372207707,"duration":0}},{"uid":"185fd775e310a857","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/185fd775e310a857","status":"passed","time":{"start":1728370596501,"stop":1728370596501,"duration":0}},{"uid":"d072dfb5a8223225","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d072dfb5a8223225","status":"passed","time":{"start":1728369687974,"stop":1728369687975,"duration":1}}]},"tags":[]},"source":"44ee6708e4f7c0aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/457eb0e6bcbe412a.json b/7530/data/test-cases/457eb0e6bcbe412a.json new file mode 100644 index 00000000000..020505e4e14 --- /dev/null +++ b/7530/data/test-cases/457eb0e6bcbe412a.json @@ -0,0 +1 @@ +{"uid":"457eb0e6bcbe412a","name":"Ordered Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - false","historyId":"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381756574,"stop":1728381756574,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"14edfc985605f992","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/14edfc985605f992","status":"passed","time":{"start":1728379560458,"stop":1728379560458,"duration":0}},{"uid":"8e7f34a2b2fbbeb6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e7f34a2b2fbbeb6","status":"passed","time":{"start":1728372207707,"stop":1728372207707,"duration":0}},{"uid":"5efb520990aee4a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5efb520990aee4a1","status":"passed","time":{"start":1728370596501,"stop":1728370596503,"duration":2}},{"uid":"e08b18b276998971","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e08b18b276998971","status":"passed","time":{"start":1728369687976,"stop":1728369687977,"duration":1}}]},"tags":[]},"source":"457eb0e6bcbe412a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/45bf7eb411d7d018.json b/7530/data/test-cases/45bf7eb411d7d018.json new file mode 100644 index 00000000000..ae06a73bb89 --- /dev/null +++ b/7530/data/test-cases/45bf7eb411d7d018.json @@ -0,0 +1 @@ +{"uid":"45bf7eb411d7d018","name":"should not throw an error for a single configured topic","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should not throw an error for a single configured topic","historyId":"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c14a7de843118914","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c14a7de843118914","status":"passed","time":{"start":1728379159026,"stop":1728379159026,"duration":0}},{"uid":"1275888e66faf874","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1275888e66faf874","status":"passed","time":{"start":1728371802909,"stop":1728371802910,"duration":1}},{"uid":"22ffad3130c12876","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22ffad3130c12876","status":"passed","time":{"start":1728370149944,"stop":1728370149944,"duration":0}},{"uid":"c0540c72f01fcb19","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0540c72f01fcb19","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"tags":[]},"source":"45bf7eb411d7d018.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/45d5145f7b6115ce.json b/7530/data/test-cases/45d5145f7b6115ce.json new file mode 100644 index 00000000000..f2c3baad99b --- /dev/null +++ b/7530/data/test-cases/45d5145f7b6115ce.json @@ -0,0 +1 @@ +{"uid":"45d5145f7b6115ce","name":"Waku message hash computation (no timestamp)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (no timestamp)","historyId":"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381358362,"stop":1728381358363,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5e5f2522f27613c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e5f2522f27613c","status":"passed","time":{"start":1728379161480,"stop":1728379161481,"duration":1}},{"uid":"5003764d725ad662","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5003764d725ad662","status":"passed","time":{"start":1728371805333,"stop":1728371805333,"duration":0}},{"uid":"83c2c6e58b982c29","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83c2c6e58b982c29","status":"passed","time":{"start":1728370152477,"stop":1728370152478,"duration":1}},{"uid":"1b4fa22acca8bc65","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1b4fa22acca8bc65","status":"passed","time":{"start":1728369251642,"stop":1728369251642,"duration":0}}]},"tags":[]},"source":"45d5145f7b6115ce.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/45d9d54737195910.json b/7530/data/test-cases/45d9d54737195910.json new file mode 100644 index 00000000000..1289c855486 --- /dev/null +++ b/7530/data/test-cases/45d9d54737195910.json @@ -0,0 +1 @@ +{"uid":"45d9d54737195910","name":"Push message with content topic containing unicode special characters","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing unicode special characters","historyId":"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1851060716acd6b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1851060716acd6b5","status":"passed","time":{"start":1728379515559,"stop":1728379515559,"duration":0}},{"uid":"75d40229e0cdcbf5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75d40229e0cdcbf5","status":"passed","time":{"start":1728372171310,"stop":1728372171310,"duration":0}},{"uid":"b87de4930a4a4f02","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b87de4930a4a4f02","status":"passed","time":{"start":1728370522973,"stop":1728370522973,"duration":0}},{"uid":"ae3449c091c3384c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ae3449c091c3384c","status":"passed","time":{"start":1728369622051,"stop":1728369622051,"duration":0}}]},"tags":[]},"source":"45d9d54737195910.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4661f1c21a8f8661.json b/7530/data/test-cases/4661f1c21a8f8661.json new file mode 100644 index 00000000000..421250214a2 --- /dev/null +++ b/7530/data/test-cases/4661f1c21a8f8661.json @@ -0,0 +1 @@ +{"uid":"4661f1c21a8f8661","name":"Subscribe to topic containing short and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing short and publish message","historyId":"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9a26e8c904a60ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a26e8c904a60ab","status":"passed","time":{"start":1728379498096,"stop":1728379498096,"duration":0}},{"uid":"77db3198304baf30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77db3198304baf30","status":"passed","time":{"start":1728372147559,"stop":1728372147559,"duration":0}},{"uid":"60115752481da700","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/60115752481da700","status":"passed","time":{"start":1728370535019,"stop":1728370535020,"duration":1}},{"uid":"a99356efebbd1a25","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a99356efebbd1a25","status":"passed","time":{"start":1728369636367,"stop":1728369636370,"duration":3}}]},"tags":[]},"source":"4661f1c21a8f8661.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/46887271129f3f79.json b/7530/data/test-cases/46887271129f3f79.json new file mode 100644 index 00000000000..8d9d30c4add --- /dev/null +++ b/7530/data/test-cases/46887271129f3f79.json @@ -0,0 +1 @@ +{"uid":"46887271129f3f79","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","historyId":"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"93f4cd4871b73cfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/93f4cd4871b73cfe","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"ea798237e8fdab53","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ea798237e8fdab53","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"8e4363626e2dce7b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8e4363626e2dce7b","status":"passed","time":{"start":1728370149938,"stop":1728370149938,"duration":0}},{"uid":"f6d57d2731c975a8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6d57d2731c975a8","status":"passed","time":{"start":1728369248993,"stop":1728369248993,"duration":0}}]},"tags":[]},"source":"46887271129f3f79.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/46a3d4e4ab64a182.json b/7530/data/test-cases/46a3d4e4ab64a182.json new file mode 100644 index 00000000000..b1ef1e698e5 --- /dev/null +++ b/7530/data/test-cases/46a3d4e4ab64a182.json @@ -0,0 +1 @@ +{"uid":"46a3d4e4ab64a182","name":"getPeersByDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > getPeersByDiscovery","historyId":"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381715118,"stop":1728381715118,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f82a187cb2aa25fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f82a187cb2aa25fd","status":"passed","time":{"start":1728379518932,"stop":1728379518933,"duration":1}},{"uid":"afe0a0bdc3a811fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/afe0a0bdc3a811fc","status":"passed","time":{"start":1728372187563,"stop":1728372187563,"duration":0}},{"uid":"d2f84b5a9ed0d787","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2f84b5a9ed0d787","status":"passed","time":{"start":1728370547717,"stop":1728370547717,"duration":0}},{"uid":"738d9dbc1c5a27c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/738d9dbc1c5a27c3","status":"passed","time":{"start":1728369640701,"stop":1728369640705,"duration":4}}]},"tags":[]},"source":"46a3d4e4ab64a182.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/46f49e5e45812c4f.json b/7530/data/test-cases/46f49e5e45812c4f.json new file mode 100644 index 00000000000..f5b1f1116d7 --- /dev/null +++ b/7530/data/test-cases/46f49e5e45812c4f.json @@ -0,0 +1 @@ +{"uid":"46f49e5e45812c4f","name":"Push message with Arabic payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Arabic payload","historyId":"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680439,"stop":1728381680439,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"426c3ed9d85ab8e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/426c3ed9d85ab8e3","status":"passed","time":{"start":1728379482918,"stop":1728379482918,"duration":0}},{"uid":"e33f8c2273429978","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e33f8c2273429978","status":"passed","time":{"start":1728372134545,"stop":1728372134545,"duration":0}},{"uid":"527c99eea7800ca3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/527c99eea7800ca3","status":"passed","time":{"start":1728370487860,"stop":1728370487860,"duration":0}},{"uid":"7c434efcfc5c60e5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c434efcfc5c60e5","status":"passed","time":{"start":1728369590787,"stop":1728369590787,"duration":0}}]},"tags":[]},"source":"46f49e5e45812c4f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4744dba874494565.json b/7530/data/test-cases/4744dba874494565.json new file mode 100644 index 00000000000..361c086ca8e --- /dev/null +++ b/7530/data/test-cases/4744dba874494565.json @@ -0,0 +1 @@ +{"uid":"4744dba874494565","name":"Unsubscribe 2 topics - node subscribed to 2 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribe 2 topics - node subscribed to 2 topics","historyId":"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545554,"stop":1728381545555,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1c85478017010fbf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c85478017010fbf","status":"passed","time":{"start":1728379350287,"stop":1728379350287,"duration":0}},{"uid":"4c8b6a4f8cc4f5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c8b6a4f8cc4f5a","status":"passed","time":{"start":1728371998250,"stop":1728371998250,"duration":0}},{"uid":"42c779d4b9f5c031","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/42c779d4b9f5c031","status":"passed","time":{"start":1728370345938,"stop":1728370345939,"duration":1}},{"uid":"c8bd04ad309bb35f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c8bd04ad309bb35f","status":"passed","time":{"start":1728369443724,"stop":1728369443724,"duration":0}}]},"tags":[]},"source":"4744dba874494565.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/47817ea5c01397df.json b/7530/data/test-cases/47817ea5c01397df.json new file mode 100644 index 00000000000..f1cc7982371 --- /dev/null +++ b/7530/data/test-cases/47817ea5c01397df.json @@ -0,0 +1 @@ +{"uid":"47817ea5c01397df","name":"should handle corrupted local storage data gracefully","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should handle corrupted local storage data gracefully","historyId":"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7b4e4b8ad4511005","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b4e4b8ad4511005","status":"passed","time":{"start":1728379186758,"stop":1728379186759,"duration":1}},{"uid":"dc6fb6d5f43e5168","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc6fb6d5f43e5168","status":"passed","time":{"start":1728371830875,"stop":1728371830875,"duration":0}},{"uid":"504b4e20fd50af27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/504b4e20fd50af27","status":"passed","time":{"start":1728370178241,"stop":1728370178242,"duration":1}},{"uid":"3d1509b5da587858","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d1509b5da587858","status":"passed","time":{"start":1728369277111,"stop":1728369277112,"duration":1}}]},"tags":[]},"source":"47817ea5c01397df.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/478bdb7f798e4fc3.json b/7530/data/test-cases/478bdb7f798e4fc3.json new file mode 100644 index 00000000000..56baf3c7b2b --- /dev/null +++ b/7530/data/test-cases/478bdb7f798e4fc3.json @@ -0,0 +1 @@ +{"uid":"478bdb7f798e4fc3","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/!","historyId":"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f84e556f32f1ee2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f84e556f32f1ee2e","status":"passed","time":{"start":1728379159022,"stop":1728379159022,"duration":0}},{"uid":"fbf7bf535a98e8f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbf7bf535a98e8f8","status":"passed","time":{"start":1728371802906,"stop":1728371802907,"duration":1}},{"uid":"618f456644fd01b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/618f456644fd01b2","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"fefd2b992e1f71ba","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fefd2b992e1f71ba","status":"passed","time":{"start":1728369248995,"stop":1728369248996,"duration":1}}]},"tags":[]},"source":"478bdb7f798e4fc3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/47a67fa1e1e8cf13.json b/7530/data/test-cases/47a67fa1e1e8cf13.json new file mode 100644 index 00000000000..f44aee0929e --- /dev/null +++ b/7530/data/test-cases/47a67fa1e1e8cf13.json @@ -0,0 +1 @@ +{"uid":"47a67fa1e1e8cf13","name":"should correctly map a content topic to a pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should correctly map a content topic to a pubsub topic","historyId":"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"71e41a2f311ffcf6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71e41a2f311ffcf6","status":"passed","time":{"start":1728379159031,"stop":1728379159031,"duration":0}},{"uid":"1ba48d214e3fcf43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1ba48d214e3fcf43","status":"passed","time":{"start":1728371802914,"stop":1728371802914,"duration":0}},{"uid":"5ed2be87aa2340a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ed2be87aa2340a","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"5bec6b5b4edc9147","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bec6b5b4edc9147","status":"passed","time":{"start":1728369249003,"stop":1728369249003,"duration":0}}]},"tags":[]},"source":"47a67fa1e1e8cf13.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/47b3a15637e22383.json b/7530/data/test-cases/47b3a15637e22383.json new file mode 100644 index 00000000000..50c312ca197 --- /dev/null +++ b/7530/data/test-cases/47b3a15637e22383.json @@ -0,0 +1 @@ +{"uid":"47b3a15637e22383","name":"Push message with content topic containing Russian","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Russian","historyId":"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2004f07842e95a44","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2004f07842e95a44","status":"passed","time":{"start":1728379482933,"stop":1728379482935,"duration":2}},{"uid":"cbb8522d4bc4eba6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cbb8522d4bc4eba6","status":"passed","time":{"start":1728372134562,"stop":1728372134562,"duration":0}},{"uid":"111e9739a56716ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/111e9739a56716ca","status":"passed","time":{"start":1728370487876,"stop":1728370487876,"duration":0}},{"uid":"53a3a0fcf9fc9947","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/53a3a0fcf9fc9947","status":"passed","time":{"start":1728369590801,"stop":1728369590801,"duration":0}}]},"tags":[]},"source":"47b3a15637e22383.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/481c2879940ee209.json b/7530/data/test-cases/481c2879940ee209.json new file mode 100644 index 00000000000..be413d22072 --- /dev/null +++ b/7530/data/test-cases/481c2879940ee209.json @@ -0,0 +1 @@ +{"uid":"481c2879940ee209","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing shell command and receive message","historyId":"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749035,"stop":1728381749035,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"76c55ede2fdc4b72","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76c55ede2fdc4b72","status":"passed","time":{"start":1728379549679,"stop":1728379549681,"duration":2}},{"uid":"bc721d958105a25c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc721d958105a25c","status":"passed","time":{"start":1728372195420,"stop":1728372195421,"duration":1}},{"uid":"570747487e74740d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/570747487e74740d","status":"passed","time":{"start":1728370555248,"stop":1728370555248,"duration":0}},{"uid":"a5e39cbfc61d4e77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5e39cbfc61d4e77","status":"passed","time":{"start":1728369639839,"stop":1728369639839,"duration":0}}]},"tags":[]},"source":"481c2879940ee209.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4864622bb295de06.json b/7530/data/test-cases/4864622bb295de06.json new file mode 100644 index 00000000000..8161d56f5e7 --- /dev/null +++ b/7530/data/test-cases/4864622bb295de06.json @@ -0,0 +1 @@ +{"uid":"4864622bb295de06","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","historyId":"262882b2552c0a3e1378dd7f3d34335b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"4864622bb295de06.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/48d8291a52a2c651.json b/7530/data/test-cases/48d8291a52a2c651.json new file mode 100644 index 00000000000..31c348b04e2 --- /dev/null +++ b/7530/data/test-cases/48d8291a52a2c651.json @@ -0,0 +1 @@ +{"uid":"48d8291a52a2c651","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719625,"stop":1728381719626,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aed717baaad875a6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aed717baaad875a6","status":"passed","time":{"start":1728379523113,"stop":1728379523114,"duration":1}},{"uid":"2897123ed6cd044b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2897123ed6cd044b","status":"passed","time":{"start":1728372169990,"stop":1728372169990,"duration":0}},{"uid":"d02bfe3182d7caf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d02bfe3182d7caf3","status":"passed","time":{"start":1728370557101,"stop":1728370557101,"duration":0}},{"uid":"60b30ecc330ba12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60b30ecc330ba12","status":"passed","time":{"start":1728369663464,"stop":1728369663464,"duration":0}}]},"tags":[]},"source":"48d8291a52a2c651.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/48e46b66095c35b8.json b/7530/data/test-cases/48e46b66095c35b8.json new file mode 100644 index 00000000000..8b386e5193d --- /dev/null +++ b/7530/data/test-cases/48e46b66095c35b8.json @@ -0,0 +1 @@ +{"uid":"48e46b66095c35b8","name":"Push message with Arabic payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Arabic payload","historyId":"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711643,"stop":1728381711644,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"95e78450f9d03152","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/95e78450f9d03152","status":"passed","time":{"start":1728379515543,"stop":1728379515543,"duration":0}},{"uid":"17115df64485db24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17115df64485db24","status":"passed","time":{"start":1728372171287,"stop":1728372171287,"duration":0}},{"uid":"747b38e1040b5f3e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/747b38e1040b5f3e","status":"passed","time":{"start":1728370522950,"stop":1728370522950,"duration":0}},{"uid":"3bf7f4de093c6548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bf7f4de093c6548","status":"passed","time":{"start":1728369622030,"stop":1728369622030,"duration":0}}]},"tags":[]},"source":"48e46b66095c35b8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/496369c59bf52af4.json b/7530/data/test-cases/496369c59bf52af4.json new file mode 100644 index 00000000000..fb335f8d834 --- /dev/null +++ b/7530/data/test-cases/496369c59bf52af4.json @@ -0,0 +1 @@ +{"uid":"496369c59bf52af4","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","historyId":"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355968,"stop":1728381355969,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"180592006ec5743a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/180592006ec5743a","status":"passed","time":{"start":1728379159009,"stop":1728379159009,"duration":0}},{"uid":"e754294741d663c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e754294741d663c5","status":"passed","time":{"start":1728371802895,"stop":1728371802895,"duration":0}},{"uid":"6bac27bdbc205a19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6bac27bdbc205a19","status":"passed","time":{"start":1728370149928,"stop":1728370149929,"duration":1}},{"uid":"ca7df5c1d8197112","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca7df5c1d8197112","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"tags":[]},"source":"496369c59bf52af4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/498d815673d3bb1d.json b/7530/data/test-cases/498d815673d3bb1d.json new file mode 100644 index 00000000000..0bf25572a47 --- /dev/null +++ b/7530/data/test-cases/498d815673d3bb1d.json @@ -0,0 +1 @@ +{"uid":"498d815673d3bb1d","name":"Check message with no content topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no content topic is not received","historyId":"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526520,"stop":1728381526520,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"66bcbefcc98725d4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66bcbefcc98725d4","status":"passed","time":{"start":1728379329403,"stop":1728379329403,"duration":0}},{"uid":"f441ff0c8434b5d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f441ff0c8434b5d1","status":"passed","time":{"start":1728371974003,"stop":1728371974003,"duration":0}},{"uid":"70d283b8e5987e47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70d283b8e5987e47","status":"passed","time":{"start":1728370320870,"stop":1728370320871,"duration":1}},{"uid":"c17ca70a4efe8c24","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c17ca70a4efe8c24","status":"passed","time":{"start":1728369420264,"stop":1728369420264,"duration":0}}]},"tags":[]},"source":"498d815673d3bb1d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/49a9a074aee5ccf2.json b/7530/data/test-cases/49a9a074aee5ccf2.json new file mode 100644 index 00000000000..3449e95e541 --- /dev/null +++ b/7530/data/test-cases/49a9a074aee5ccf2.json @@ -0,0 +1 @@ +{"uid":"49a9a074aee5ccf2","name":"isConnected between 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected between 2 js-waku relay nodes","historyId":"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381439746,"stop":1728381439746,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"66af69a62399380f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66af69a62399380f","status":"passed","time":{"start":1728379250164,"stop":1728379250165,"duration":1}},{"uid":"1885a32dbc99c57c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1885a32dbc99c57c","status":"passed","time":{"start":1728371885970,"stop":1728371885970,"duration":0}},{"uid":"ae98110a74924af7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ae98110a74924af7","status":"passed","time":{"start":1728370233666,"stop":1728370233667,"duration":1}},{"uid":"4e144e33ea1ac4a6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4e144e33ea1ac4a6","status":"passed","time":{"start":1728369335747,"stop":1728369335750,"duration":3}}]},"tags":[]},"source":"49a9a074aee5ccf2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/49e5ee549841635.json b/7530/data/test-cases/49e5ee549841635.json new file mode 100644 index 00000000000..279248f31e5 --- /dev/null +++ b/7530/data/test-cases/49e5ee549841635.json @@ -0,0 +1 @@ +{"uid":"49e5ee549841635","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (branch): should error if DNS branch entry is mis-prefixed","historyId":"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379243,"stop":1728381379244,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"377d867b496cbd18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/377d867b496cbd18","status":"passed","time":{"start":1728379182449,"stop":1728379182449,"duration":0}},{"uid":"ecba7c27eb911532","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ecba7c27eb911532","status":"passed","time":{"start":1728371826624,"stop":1728371826625,"duration":1}},{"uid":"b23d2d098d642e06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b23d2d098d642e06","status":"passed","time":{"start":1728370173937,"stop":1728370173937,"duration":0}},{"uid":"bdc48f1a11b341fc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bdc48f1a11b341fc","status":"passed","time":{"start":1728369272872,"stop":1728369272872,"duration":0}}]},"tags":[]},"source":"49e5ee549841635.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/49fd4bc1ac5cd724.json b/7530/data/test-cases/49fd4bc1ac5cd724.json new file mode 100644 index 00000000000..8674da2f466 --- /dev/null +++ b/7530/data/test-cases/49fd4bc1ac5cd724.json @@ -0,0 +1 @@ +{"uid":"49fd4bc1ac5cd724","name":"Refresh subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Refresh subscription","historyId":"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749050,"stop":1728381749051,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6dd129f76a5e406","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6dd129f76a5e406","status":"passed","time":{"start":1728379549691,"stop":1728379549692,"duration":1}},{"uid":"54ffe724e8190862","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54ffe724e8190862","status":"passed","time":{"start":1728372195431,"stop":1728372195431,"duration":0}},{"uid":"b5aafe552497c49c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5aafe552497c49c","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"c0ffb2e63042d553","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0ffb2e63042d553","status":"passed","time":{"start":1728369639848,"stop":1728369639849,"duration":1}}]},"tags":[]},"source":"49fd4bc1ac5cd724.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4a068cfff1b9aa18.json b/7530/data/test-cases/4a068cfff1b9aa18.json new file mode 100644 index 00000000000..e6bbfc463ca --- /dev/null +++ b/7530/data/test-cases/4a068cfff1b9aa18.json @@ -0,0 +1 @@ +{"uid":"4a068cfff1b9aa18","name":"same cluster, same shard: nodes connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect (autosharding)","historyId":"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e64d0a32135695f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e64d0a32135695f7","status":"passed","time":{"start":1728379329167,"stop":1728379329167,"duration":0}},{"uid":"ca0c6a59104783c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ca0c6a59104783c","status":"passed","time":{"start":1728371983982,"stop":1728371983983,"duration":1}}]},"tags":[]},"source":"4a068cfff1b9aa18.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4aceb880db9a702.json b/7530/data/test-cases/4aceb880db9a702.json new file mode 100644 index 00000000000..3b6d53f369c --- /dev/null +++ b/7530/data/test-cases/4aceb880db9a702.json @@ -0,0 +1 @@ +{"uid":"4aceb880db9a702","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing SQL Injection and receive message","historyId":"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6ec6da1f2fa19d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6ec6da1f2fa19d8","status":"passed","time":{"start":1728379549675,"stop":1728379549675,"duration":0}},{"uid":"7a8dd92063a3085c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a8dd92063a3085c","status":"passed","time":{"start":1728372195415,"stop":1728372195417,"duration":2}},{"uid":"18a1c966160c1a45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18a1c966160c1a45","status":"passed","time":{"start":1728370555246,"stop":1728370555246,"duration":0}},{"uid":"52396a69f7421015","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/52396a69f7421015","status":"passed","time":{"start":1728369639836,"stop":1728369639837,"duration":1}}]},"tags":[]},"source":"4aceb880db9a702.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4add48d0f29d981e.json b/7530/data/test-cases/4add48d0f29d981e.json new file mode 100644 index 00000000000..153e35b604a --- /dev/null +++ b/7530/data/test-cases/4add48d0f29d981e.json @@ -0,0 +1 @@ +{"uid":"4add48d0f29d981e","name":"Check message with non string payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with non string payload is not received","historyId":"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8aa4e4ed064dbca1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8aa4e4ed064dbca1","status":"passed","time":{"start":1728379460275,"stop":1728379460276,"duration":1}},{"uid":"17f3634acfc4ca9c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17f3634acfc4ca9c","status":"passed","time":{"start":1728372105668,"stop":1728372105669,"duration":1}},{"uid":"ec585a1eb071c8c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec585a1eb071c8c1","status":"passed","time":{"start":1728370464135,"stop":1728370464135,"duration":0}},{"uid":"60e4d99be41092d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60e4d99be41092d8","status":"passed","time":{"start":1728369544865,"stop":1728369544865,"duration":0}}]},"tags":[]},"source":"4add48d0f29d981e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4ba553986507f801.json b/7530/data/test-cases/4ba553986507f801.json new file mode 100644 index 00000000000..ac40e0d7cc5 --- /dev/null +++ b/7530/data/test-cases/4ba553986507f801.json @@ -0,0 +1 @@ +{"uid":"4ba553986507f801","name":"Query with Promise Callback, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, No Decoder","historyId":"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743132,"stop":1728381743132,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8a2f79d459ef0429","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8a2f79d459ef0429","status":"passed","time":{"start":1728379550985,"stop":1728379550985,"duration":0}},{"uid":"d715ecb05621d4ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d715ecb05621d4ae","status":"passed","time":{"start":1728372211450,"stop":1728372211450,"duration":0}},{"uid":"5ee59a93a8e20279","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ee59a93a8e20279","status":"passed","time":{"start":1728370582330,"stop":1728370582330,"duration":0}},{"uid":"fa85fdffc1d751c9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fa85fdffc1d751c9","status":"passed","time":{"start":1728369674244,"stop":1728369674245,"duration":1}}]},"tags":[]},"source":"4ba553986507f801.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4bd7020e9c956caa.json b/7530/data/test-cases/4bd7020e9c956caa.json new file mode 100644 index 00000000000..d8f32244d81 --- /dev/null +++ b/7530/data/test-cases/4bd7020e9c956caa.json @@ -0,0 +1 @@ +{"uid":"4bd7020e9c956caa","name":"Check received message containing Russian","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Russian","historyId":"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5db4571ea07442d6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5db4571ea07442d6","status":"passed","time":{"start":1728379329396,"stop":1728379329397,"duration":1}},{"uid":"76c7b1fc0ac87aad","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76c7b1fc0ac87aad","status":"passed","time":{"start":1728371973985,"stop":1728371973986,"duration":1}},{"uid":"7db4490452dc5006","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7db4490452dc5006","status":"passed","time":{"start":1728370320863,"stop":1728370320864,"duration":1}},{"uid":"e59786ea7923dc8a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e59786ea7923dc8a","status":"passed","time":{"start":1728369420226,"stop":1728369420226,"duration":0}}]},"tags":[]},"source":"4bd7020e9c956caa.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4c0ae02db2722ff8.json b/7530/data/test-cases/4c0ae02db2722ff8.json new file mode 100644 index 00000000000..c99612a3098 --- /dev/null +++ b/7530/data/test-cases/4c0ae02db2722ff8.json @@ -0,0 +1 @@ +{"uid":"4c0ae02db2722ff8","name":"Relay - dialed first","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Relay - dialed first","historyId":"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800483,"stop":1728381800483,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6613a020fcdfcde9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6613a020fcdfcde9","status":"passed","time":{"start":1728379607034,"stop":1728379607035,"duration":1}},{"uid":"6752b1f61d9b94a4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6752b1f61d9b94a4","status":"passed","time":{"start":1728372238120,"stop":1728372238120,"duration":0}},{"uid":"4be3a7d10face646","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4be3a7d10face646","status":"passed","time":{"start":1728370630364,"stop":1728370630365,"duration":1}},{"uid":"95adf4afb35ef8e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95adf4afb35ef8e9","status":"passed","time":{"start":1728369720988,"stop":1728369720989,"duration":1}}]},"tags":[]},"source":"4c0ae02db2722ff8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4c26be2e86e71541.json b/7530/data/test-cases/4c26be2e86e71541.json new file mode 100644 index 00000000000..fe3b5a47e47 --- /dev/null +++ b/7530/data/test-cases/4c26be2e86e71541.json @@ -0,0 +1 @@ +{"uid":"4c26be2e86e71541","name":"Should update shard info","fullName":"/tests/peer-exchange/continuous_discovery.spec.ts: Peer Exchange Continuous Discovery > Should update shard info","historyId":"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381634683,"stop":1728381634683,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Continuous Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ceded9d2abbcbd11","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ceded9d2abbcbd11","status":"passed","time":{"start":1728379440095,"stop":1728379440095,"duration":0}},{"uid":"45a001534482a8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/45a001534482a8e","status":"passed","time":{"start":1728372106163,"stop":1728372106164,"duration":1}},{"uid":"b2977a37d3f1654f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b2977a37d3f1654f","status":"passed","time":{"start":1728370467936,"stop":1728370467936,"duration":0}},{"uid":"f7dd830302f695fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7dd830302f695fb","status":"passed","time":{"start":1728369560302,"stop":1728369560303,"duration":1}}]},"tags":[]},"source":"4c26be2e86e71541.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4c7b5aa90a8e3322.json b/7530/data/test-cases/4c7b5aa90a8e3322.json new file mode 100644 index 00000000000..16e4fd5e7c0 --- /dev/null +++ b/7530/data/test-cases/4c7b5aa90a8e3322.json @@ -0,0 +1 @@ +{"uid":"4c7b5aa90a8e3322","name":"through manual discovery","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > does not attempt the same peer discovered multiple times more than once > through manual discovery","historyId":"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381618751,"stop":1728381618751,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"does not attempt the same peer discovered multiple times more than once\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"does not attempt the same peer discovered multiple times more than once\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"multiaddr: dialing\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"multiaddr: dialing"},{"name":"suite","value":"does not attempt the same peer discovered multiple times more than once"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ca9c24ef6fadf6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8ca9c24ef6fadf6a","status":"passed","time":{"start":1728379426562,"stop":1728379426563,"duration":1}},{"uid":"f324f5006a96a54c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f324f5006a96a54c","status":"passed","time":{"start":1728372087285,"stop":1728372087286,"duration":1}},{"uid":"617f5bd705170f83","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/617f5bd705170f83","status":"passed","time":{"start":1728370467519,"stop":1728370467519,"duration":0}},{"uid":"c3ec0f5d3a17b383","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3ec0f5d3a17b383","status":"passed","time":{"start":1728369548376,"stop":1728369548377,"duration":1}}]},"tags":[]},"source":"4c7b5aa90a8e3322.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4d36b6f1dc285ea7.json b/7530/data/test-cases/4d36b6f1dc285ea7.json new file mode 100644 index 00000000000..47024add6c9 --- /dev/null +++ b/7530/data/test-cases/4d36b6f1dc285ea7.json @@ -0,0 +1 @@ +{"uid":"4d36b6f1dc285ea7","name":"Query Generator sorting by timestamp while page direction is false","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is false","historyId":"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381759211,"stop":1728381759211,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, sorting"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c2c7edf0066a515b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c2c7edf0066a515b","status":"passed","time":{"start":1728379560152,"stop":1728379560153,"duration":1}},{"uid":"8beefddcbc1760e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8beefddcbc1760e6","status":"passed","time":{"start":1728372216740,"stop":1728372216742,"duration":2}},{"uid":"cd4d96e8e26e8f8b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd4d96e8e26e8f8b","status":"passed","time":{"start":1728370607963,"stop":1728370607963,"duration":0}},{"uid":"158f08c973874f29","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/158f08c973874f29","status":"passed","time":{"start":1728369698568,"stop":1728369698569,"duration":1}}]},"tags":[]},"source":"4d36b6f1dc285ea7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4d3b1677f71d139a.json b/7530/data/test-cases/4d3b1677f71d139a.json new file mode 100644 index 00000000000..639520092aa --- /dev/null +++ b/7530/data/test-cases/4d3b1677f71d139a.json @@ -0,0 +1 @@ +{"uid":"4d3b1677f71d139a","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing unicode special characters and receive message","historyId":"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749070,"stop":1728381749071,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cc6433f05a143b9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc6433f05a143b9d","status":"passed","time":{"start":1728379549700,"stop":1728379549700,"duration":0}},{"uid":"df05d920f79379fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df05d920f79379fe","status":"passed","time":{"start":1728372195437,"stop":1728372195437,"duration":0}},{"uid":"7c7aea19b779b7ae","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c7aea19b779b7ae","status":"passed","time":{"start":1728370555260,"stop":1728370555260,"duration":0}},{"uid":"4f0f5ac6beef799f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f0f5ac6beef799f","status":"passed","time":{"start":1728369639856,"stop":1728369639857,"duration":1}}]},"tags":[]},"source":"4d3b1677f71d139a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4df7eb8bd25deedb.json b/7530/data/test-cases/4df7eb8bd25deedb.json new file mode 100644 index 00000000000..fd7cdd694f4 --- /dev/null +++ b/7530/data/test-cases/4df7eb8bd25deedb.json @@ -0,0 +1 @@ +{"uid":"4df7eb8bd25deedb","name":"Check received message containing Basic HTML tag","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Basic HTML tag","historyId":"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658381,"stop":1728381658381,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a82ec69d7adc1e16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a82ec69d7adc1e16","status":"passed","time":{"start":1728379460286,"stop":1728379460286,"duration":0}},{"uid":"6e2c96e1f09d691a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e2c96e1f09d691a","status":"passed","time":{"start":1728372105674,"stop":1728372105675,"duration":1}},{"uid":"aa94288ed68e9a47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aa94288ed68e9a47","status":"passed","time":{"start":1728370464149,"stop":1728370464149,"duration":0}},{"uid":"3b48add3b5c2409f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b48add3b5c2409f","status":"passed","time":{"start":1728369544871,"stop":1728369544872,"duration":1}}]},"tags":[]},"source":"4df7eb8bd25deedb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4e17014d524a128d.json b/7530/data/test-cases/4e17014d524a128d.json new file mode 100644 index 00000000000..993f1021a95 --- /dev/null +++ b/7530/data/test-cases/4e17014d524a128d.json @@ -0,0 +1 @@ +{"uid":"4e17014d524a128d","name":"should return false","fullName":"/src/enr.spec.ts: ENR > Verify > should return false","historyId":"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Verify"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb84666fa3dce85d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb84666fa3dce85d","status":"passed","time":{"start":1728379167597,"stop":1728379167598,"duration":1}},{"uid":"67b8537d46ae7183","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/67b8537d46ae7183","status":"passed","time":{"start":1728371811378,"stop":1728371811378,"duration":0}},{"uid":"f2bd678f73214343","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f2bd678f73214343","status":"passed","time":{"start":1728370158840,"stop":1728370158840,"duration":0}},{"uid":"732ebb9955552bd2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/732ebb9955552bd2","status":"passed","time":{"start":1728369257779,"stop":1728369257779,"duration":0}}]},"tags":[]},"source":"4e17014d524a128d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4e6ee325187e15a1.json b/7530/data/test-cases/4e6ee325187e15a1.json new file mode 100644 index 00000000000..dd3c2a11ef4 --- /dev/null +++ b/7530/data/test-cases/4e6ee325187e15a1.json @@ -0,0 +1 @@ +{"uid":"4e6ee325187e15a1","name":"Subscribe one by one to 100 topics and publish messages","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe one by one to 100 topics and publish messages","historyId":"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696824,"stop":1728381696825,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b6d9f05a0e86e270","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b6d9f05a0e86e270","status":"passed","time":{"start":1728379498093,"stop":1728379498094,"duration":1}},{"uid":"550a872e235dd272","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/550a872e235dd272","status":"passed","time":{"start":1728372147553,"stop":1728372147553,"duration":0}},{"uid":"c2692c894662a453","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2692c894662a453","status":"passed","time":{"start":1728370535011,"stop":1728370535012,"duration":1}},{"uid":"25e15cf0c459c09b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25e15cf0c459c09b","status":"passed","time":{"start":1728369636355,"stop":1728369636356,"duration":1}}]},"tags":[]},"source":"4e6ee325187e15a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4f197fae1a4b9564.json b/7530/data/test-cases/4f197fae1a4b9564.json new file mode 100644 index 00000000000..5e47f0611ef --- /dev/null +++ b/7530/data/test-cases/4f197fae1a4b9564.json @@ -0,0 +1 @@ +{"uid":"4f197fae1a4b9564","name":"Passing an array","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Passing an array","historyId":"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381772749,"stop":1728381772750,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Bootstrap"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ee187ec671d1b385","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ee187ec671d1b385","status":"passed","time":{"start":1728379576113,"stop":1728379576113,"duration":0}},{"uid":"bf05529f56a2e333","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bf05529f56a2e333","status":"passed","time":{"start":1728372231470,"stop":1728372231471,"duration":1}},{"uid":"4fbf30e48002d863","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4fbf30e48002d863","status":"passed","time":{"start":1728370655524,"stop":1728370655524,"duration":0}},{"uid":"12c015e32ae81900","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/12c015e32ae81900","status":"passed","time":{"start":1728369731925,"stop":1728369731925,"duration":0}}]},"tags":[]},"source":"4f197fae1a4b9564.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4f1d777caeedccc9.json b/7530/data/test-cases/4f1d777caeedccc9.json new file mode 100644 index 00000000000..0c7fc424189 --- /dev/null +++ b/7530/data/test-cases/4f1d777caeedccc9.json @@ -0,0 +1 @@ +{"uid":"4f1d777caeedccc9","name":"same cluster, different shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes don't connect","historyId":"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521285,"stop":1728381521285,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"531fc8f2d0d1501c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/531fc8f2d0d1501c","status":"passed","time":{"start":1728379329164,"stop":1728379329165,"duration":1}},{"uid":"f2f2b71b70e9e756","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2f2b71b70e9e756","status":"passed","time":{"start":1728371983979,"stop":1728371983979,"duration":0}}]},"tags":[]},"source":"4f1d777caeedccc9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/4fe332a9825f33ad.json b/7530/data/test-cases/4fe332a9825f33ad.json new file mode 100644 index 00000000000..250ec428706 --- /dev/null +++ b/7530/data/test-cases/4fe332a9825f33ad.json @@ -0,0 +1 @@ +{"uid":"4fe332a9825f33ad","name":"returns nothing if no connections present","fullName":"/src/lib/stream_manager/utils.spec.ts: selectOpenConnection > returns nothing if no connections present","historyId":"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371459,"stop":1728381371460,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"selectOpenConnection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"83375cc106cd60b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/83375cc106cd60b2","status":"passed","time":{"start":1728379173685,"stop":1728379173693,"duration":8}},{"uid":"56d78bc32f56e7f1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/56d78bc32f56e7f1","status":"passed","time":{"start":1728371818066,"stop":1728371818069,"duration":3}},{"uid":"c698f9386d55db12","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c698f9386d55db12","status":"passed","time":{"start":1728370165698,"stop":1728370165700,"duration":2}},{"uid":"9856df2de4421281","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9856df2de4421281","status":"passed","time":{"start":1728369264719,"stop":1728369264720,"duration":1}}]},"tags":[]},"source":"4fe332a9825f33ad.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/505496484edddac1.json b/7530/data/test-cases/505496484edddac1.json new file mode 100644 index 00000000000..4c8269f5fb8 --- /dev/null +++ b/7530/data/test-cases/505496484edddac1.json @@ -0,0 +1 @@ +{"uid":"505496484edddac1","name":"Check message with non string payload is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with non string payload is not received","historyId":"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526525,"stop":1728381526525,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"db082a3ca1409b78","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db082a3ca1409b78","status":"passed","time":{"start":1728379329404,"stop":1728379329404,"duration":0}},{"uid":"91f612c23b061643","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/91f612c23b061643","status":"passed","time":{"start":1728371974004,"stop":1728371974004,"duration":0}},{"uid":"de770c0d5f194cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de770c0d5f194cb","status":"passed","time":{"start":1728370320871,"stop":1728370320873,"duration":2}},{"uid":"80c668fa1552e486","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/80c668fa1552e486","status":"passed","time":{"start":1728369420265,"stop":1728369420265,"duration":0}}]},"tags":[]},"source":"505496484edddac1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/50e1257c10fce339.json b/7530/data/test-cases/50e1257c10fce339.json new file mode 100644 index 00000000000..c4e808d51fe --- /dev/null +++ b/7530/data/test-cases/50e1257c10fce339.json @@ -0,0 +1 @@ +{"uid":"50e1257c10fce339","name":"Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","historyId":"038adf3b803554a9e5aba5c6213d9a37:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689156,"stop":1728381689158,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"50e1257c10fce339.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5146cbc576ce5af8.json b/7530/data/test-cases/5146cbc576ce5af8.json new file mode 100644 index 00000000000..fc6cec935ad --- /dev/null +++ b/7530/data/test-cases/5146cbc576ce5af8.json @@ -0,0 +1 @@ +{"uid":"5146cbc576ce5af8","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing long and receive message","historyId":"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749025,"stop":1728381749025,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bb614c8034cc60ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bb614c8034cc60ff","status":"passed","time":{"start":1728379549660,"stop":1728379549660,"duration":0}},{"uid":"904f785c9d24d85f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/904f785c9d24d85f","status":"passed","time":{"start":1728372195413,"stop":1728372195413,"duration":0}},{"uid":"bcde39d8f9728add","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bcde39d8f9728add","status":"passed","time":{"start":1728370555241,"stop":1728370555241,"duration":0}},{"uid":"c0b9df8283fc781","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0b9df8283fc781","status":"passed","time":{"start":1728369639831,"stop":1728369639832,"duration":1}}]},"tags":[]},"source":"5146cbc576ce5af8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/518d65eff2ed7e4d.json b/7530/data/test-cases/518d65eff2ed7e4d.json new file mode 100644 index 00000000000..864745001f7 --- /dev/null +++ b/7530/data/test-cases/518d65eff2ed7e4d.json @@ -0,0 +1 @@ +{"uid":"518d65eff2ed7e4d","name":"Waku message hash computation (meta size of 64 bytes)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta size of 64 bytes)","historyId":"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381358361,"stop":1728381358361,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bd5ab064a3a15ccf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd5ab064a3a15ccf","status":"passed","time":{"start":1728379161479,"stop":1728379161479,"duration":0}},{"uid":"e25eb7d7e1ab6eb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e25eb7d7e1ab6eb","status":"passed","time":{"start":1728371805332,"stop":1728371805332,"duration":0}},{"uid":"92d0639eceba20a7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/92d0639eceba20a7","status":"passed","time":{"start":1728370152476,"stop":1728370152476,"duration":0}},{"uid":"4c37d2f9e1bfb919","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c37d2f9e1bfb919","status":"passed","time":{"start":1728369251641,"stop":1728369251641,"duration":0}}]},"tags":[]},"source":"518d65eff2ed7e4d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/51abc22cde7a5454.json b/7530/data/test-cases/51abc22cde7a5454.json new file mode 100644 index 00000000000..009320a984b --- /dev/null +++ b/7530/data/test-cases/51abc22cde7a5454.json @@ -0,0 +1 @@ +{"uid":"51abc22cde7a5454","name":"random static sharding 7 - Cluster ID: 842, Shard ID: 183","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 842, Shard ID: 183","historyId":"4e085a356b7f249ed7a240529050e37a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745557,"stop":1728381745557,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"51abc22cde7a5454.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/51bee956165a875a.json b/7530/data/test-cases/51bee956165a875a.json new file mode 100644 index 00000000000..f85b1a11ae6 --- /dev/null +++ b/7530/data/test-cases/51bee956165a875a.json @@ -0,0 +1 @@ +{"uid":"51bee956165a875a","name":"Push message with content topic containing Script","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Script","historyId":"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711662,"stop":1728381711662,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44d9ca6a663b968c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/44d9ca6a663b968c","status":"passed","time":{"start":1728379515556,"stop":1728379515556,"duration":0}},{"uid":"6a8cf1e0a27c3f0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6a8cf1e0a27c3f0a","status":"passed","time":{"start":1728372171302,"stop":1728372171302,"duration":0}},{"uid":"1fc9dcfcea9adcaf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1fc9dcfcea9adcaf","status":"passed","time":{"start":1728370522968,"stop":1728370522968,"duration":0}},{"uid":"c38558a7277a28f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c38558a7277a28f8","status":"passed","time":{"start":1728369622048,"stop":1728369622048,"duration":0}}]},"tags":[]},"source":"51bee956165a875a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/51ef68cc3727049.json b/7530/data/test-cases/51ef68cc3727049.json new file mode 100644 index 00000000000..37a92c934a8 --- /dev/null +++ b/7530/data/test-cases/51ef68cc3727049.json @@ -0,0 +1 @@ +{"uid":"51ef68cc3727049","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","fullName":"/src/lib/filterPeers.spec.ts: filterPeersByDiscovery function > should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","historyId":"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371416,"stop":1728381371417,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib"},{"name":"parentSuite","value":"filterPeersByDiscovery function"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65a2f34988bca0ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65a2f34988bca0ab","status":"passed","time":{"start":1728379174376,"stop":1728379174376,"duration":0}},{"uid":"9d9ce44743776409","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d9ce44743776409","status":"passed","time":{"start":1728371818654,"stop":1728371818655,"duration":1}},{"uid":"49c0b94cfcd1e3c7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49c0b94cfcd1e3c7","status":"passed","time":{"start":1728370166258,"stop":1728370166259,"duration":1}},{"uid":"76d62e385b32e990","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76d62e385b32e990","status":"passed","time":{"start":1728369265013,"stop":1728369265013,"duration":0}}]},"tags":[]},"source":"51ef68cc3727049.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/51ff95986eff002c.json b/7530/data/test-cases/51ff95986eff002c.json new file mode 100644 index 00000000000..c4b02ebf6e8 --- /dev/null +++ b/7530/data/test-cases/51ff95986eff002c.json @@ -0,0 +1 @@ +{"uid":"51ff95986eff002c","name":"should be able to encode the field with RELAY and FILTER protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with RELAY and FILTER protocols set to true","historyId":"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363566,"stop":1728381363567,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5dc2df7491253bb0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dc2df7491253bb0","status":"passed","time":{"start":1728379166761,"stop":1728379166762,"duration":1}},{"uid":"6ca9aed33385b7cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6ca9aed33385b7cd","status":"passed","time":{"start":1728371810588,"stop":1728371810588,"duration":0}},{"uid":"18c6b400efbb5a86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18c6b400efbb5a86","status":"passed","time":{"start":1728370158404,"stop":1728370158404,"duration":0}},{"uid":"d9bbf6c215feaac3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d9bbf6c215feaac3","status":"passed","time":{"start":1728369256985,"stop":1728369256986,"duration":1}}]},"tags":[]},"source":"51ff95986eff002c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/52276c5dac609b41.json b/7530/data/test-cases/52276c5dac609b41.json new file mode 100644 index 00000000000..dbacfce8142 --- /dev/null +++ b/7530/data/test-cases/52276c5dac609b41.json @@ -0,0 +1 @@ +{"uid":"52276c5dac609b41","name":"should return different streams if requested simultaniously","fullName":"/src/lib/stream_manager/stream_manager.spec.ts: StreamManager > should return different streams if requested simultaniously","historyId":"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371410,"stop":1728381371411,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"StreamManager"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e4b7f7edf735bedc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4b7f7edf735bedc","status":"passed","time":{"start":1728379174829,"stop":1728379174830,"duration":1}},{"uid":"ee59f338a961f99b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee59f338a961f99b","status":"passed","time":{"start":1728371818435,"stop":1728371818436,"duration":1}},{"uid":"938b23a8991e36a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/938b23a8991e36a4","status":"passed","time":{"start":1728370166078,"stop":1728370166079,"duration":1}},{"uid":"c58ebf0cac0f0045","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c58ebf0cac0f0045","status":"passed","time":{"start":1728369265063,"stop":1728369265064,"duration":1}}]},"tags":[]},"source":"52276c5dac609b41.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/526b337eb9a50690.json b/7530/data/test-cases/526b337eb9a50690.json new file mode 100644 index 00000000000..7abd06f3030 --- /dev/null +++ b/7530/data/test-cases/526b337eb9a50690.json @@ -0,0 +1 @@ +{"uid":"526b337eb9a50690","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers property-based tests > should return the correct number of peers based on numPeers and maxBootstrapPeers","historyId":"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521342,"stop":1728381521343,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers property-based tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2143406a0557e841","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2143406a0557e841","status":"passed","time":{"start":1728379329188,"stop":1728379329188,"duration":0}},{"uid":"d2e37e06fbc1ee6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d2e37e06fbc1ee6c","status":"passed","time":{"start":1728371984011,"stop":1728371984011,"duration":0}},{"uid":"18b65a49e08bbb9f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18b65a49e08bbb9f","status":"passed","time":{"start":1728370284370,"stop":1728370284370,"duration":0}},{"uid":"60f82c8483067e1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60f82c8483067e1b","status":"passed","time":{"start":1728369378914,"stop":1728369378914,"duration":0}}]},"tags":[]},"source":"526b337eb9a50690.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5273a22709824c8e.json b/7530/data/test-cases/5273a22709824c8e.json new file mode 100644 index 00000000000..72077899436 --- /dev/null +++ b/7530/data/test-cases/5273a22709824c8e.json @@ -0,0 +1 @@ +{"uid":"5273a22709824c8e","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449299,"stop":1728381449300,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e87ec060af95ca1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e87ec060af95ca1","status":"passed","time":{"start":1728379255033,"stop":1728379255034,"duration":1}},{"uid":"14453ab7e08515d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/14453ab7e08515d3","status":"passed","time":{"start":1728371896756,"stop":1728371896757,"duration":1}},{"uid":"65a6846849beba3c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65a6846849beba3c","status":"passed","time":{"start":1728370245295,"stop":1728370245297,"duration":2}},{"uid":"1bc5b32d8b23f40b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bc5b32d8b23f40b","status":"passed","time":{"start":1728369344216,"stop":1728369344217,"duration":1}}]},"tags":[]},"source":"5273a22709824c8e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/52b76297f0023579.json b/7530/data/test-cases/52b76297f0023579.json new file mode 100644 index 00000000000..be929ce38c7 --- /dev/null +++ b/7530/data/test-cases/52b76297f0023579.json @@ -0,0 +1 @@ +{"uid":"52b76297f0023579","name":"can start and stop the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start and stop the service","historyId":"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383543,"stop":1728381383543,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"36a9ccd09b27c662","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/36a9ccd09b27c662","status":"passed","time":{"start":1728379186755,"stop":1728379186755,"duration":0}},{"uid":"a9814094976dc17f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a9814094976dc17f","status":"passed","time":{"start":1728371830871,"stop":1728371830872,"duration":1}},{"uid":"e471ba1b3537291","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e471ba1b3537291","status":"passed","time":{"start":1728370178237,"stop":1728370178238,"duration":1}},{"uid":"ed1058da4541e86a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ed1058da4541e86a","status":"passed","time":{"start":1728369277108,"stop":1728369277108,"duration":0}}]},"tags":[]},"source":"52b76297f0023579.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/52ba4ab445b7c5a9.json b/7530/data/test-cases/52ba4ab445b7c5a9.json new file mode 100644 index 00000000000..28ccb4ef095 --- /dev/null +++ b/7530/data/test-cases/52ba4ab445b7c5a9.json @@ -0,0 +1 @@ +{"uid":"52ba4ab445b7c5a9","name":"Subscribe and publish 10000 messages on the same topic","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish 10000 messages on the same topic","historyId":"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696823,"stop":1728381696824,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"796f67e99eaa3090","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/796f67e99eaa3090","status":"passed","time":{"start":1728379498093,"stop":1728379498093,"duration":0}},{"uid":"4934dfbdb16faf7a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4934dfbdb16faf7a","status":"passed","time":{"start":1728372147551,"stop":1728372147552,"duration":1}},{"uid":"3343284f91e9a414","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3343284f91e9a414","status":"passed","time":{"start":1728370534999,"stop":1728370534999,"duration":0}},{"uid":"4da1adb0e7d1eb63","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4da1adb0e7d1eb63","status":"passed","time":{"start":1728369636354,"stop":1728369636355,"duration":1}}]},"tags":[]},"source":"52ba4ab445b7c5a9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/531ba2386604708.json b/7530/data/test-cases/531ba2386604708.json new file mode 100644 index 00000000000..aec9cc0962e --- /dev/null +++ b/7530/data/test-cases/531ba2386604708.json @@ -0,0 +1 @@ +{"uid":"531ba2386604708","name":"random static sharding 3 - Cluster ID: 682, Shard ID: 259","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 3 - Cluster ID: 682, Shard ID: 259","historyId":"5325f86c52e35cd3400dfcbb2b1987eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745554,"stop":1728381745554,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"531ba2386604708.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/53612129e9c942c6.json b/7530/data/test-cases/53612129e9c942c6.json new file mode 100644 index 00000000000..a43885177ba --- /dev/null +++ b/7530/data/test-cases/53612129e9c942c6.json @@ -0,0 +1 @@ +{"uid":"53612129e9c942c6","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing XML and receive message","historyId":"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a85ad8254aca7326","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a85ad8254aca7326","status":"passed","time":{"start":1728379549676,"stop":1728379549676,"duration":0}},{"uid":"cf5f5b8759927e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf5f5b8759927e1","status":"passed","time":{"start":1728372195419,"stop":1728372195420,"duration":1}},{"uid":"d5609c7a2666ef7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d5609c7a2666ef7","status":"passed","time":{"start":1728370555246,"stop":1728370555247,"duration":1}},{"uid":"201109f01dbdc1a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/201109f01dbdc1a7","status":"passed","time":{"start":1728369639837,"stop":1728369639838,"duration":1}}]},"tags":[]},"source":"53612129e9c942c6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/540d4aaf6ddab18c.json b/7530/data/test-cases/540d4aaf6ddab18c.json new file mode 100644 index 00000000000..d0c7242746b --- /dev/null +++ b/7530/data/test-cases/540d4aaf6ddab18c.json @@ -0,0 +1 @@ +{"uid":"540d4aaf6ddab18c","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing JSON and receive message","historyId":"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d2dfacdbceabe54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d2dfacdbceabe54","status":"passed","time":{"start":1728379366490,"stop":1728379366495,"duration":5}},{"uid":"100a0cfd28d897e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/100a0cfd28d897e","status":"passed","time":{"start":1728371996024,"stop":1728371996024,"duration":0}},{"uid":"b3c3f7b06f66f898","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3c3f7b06f66f898","status":"passed","time":{"start":1728370345140,"stop":1728370345140,"duration":0}},{"uid":"5cd76a76aef5268b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5cd76a76aef5268b","status":"passed","time":{"start":1728369447291,"stop":1728369447291,"duration":0}}]},"tags":[]},"source":"540d4aaf6ddab18c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/554230bf562b37c8.json b/7530/data/test-cases/554230bf562b37c8.json new file mode 100644 index 00000000000..3d3ca7e820f --- /dev/null +++ b/7530/data/test-cases/554230bf562b37c8.json @@ -0,0 +1 @@ +{"uid":"554230bf562b37c8","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Error when try to subscribe to more than 101 topics (new limit)","historyId":"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749047,"stop":1728381749048,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8df08692e03fca74","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8df08692e03fca74","status":"passed","time":{"start":1728379549691,"stop":1728379549691,"duration":0}},{"uid":"82a3d1fa75cac7f4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82a3d1fa75cac7f4","status":"passed","time":{"start":1728372195430,"stop":1728372195430,"duration":0}},{"uid":"beaf518cc1c312bd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/beaf518cc1c312bd","status":"passed","time":{"start":1728370555253,"stop":1728370555254,"duration":1}},{"uid":"95f492ae8a70d3e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95f492ae8a70d3e0","status":"passed","time":{"start":1728369639847,"stop":1728369639848,"duration":1}}]},"tags":[]},"source":"554230bf562b37c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/55aee9b2700e8624.json b/7530/data/test-cases/55aee9b2700e8624.json new file mode 100644 index 00000000000..b511962bbbe --- /dev/null +++ b/7530/data/test-cases/55aee9b2700e8624.json @@ -0,0 +1 @@ +{"uid":"55aee9b2700e8624","name":"Check received message containing Script","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Script","historyId":"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4714f65d28ab2fb6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4714f65d28ab2fb6","status":"passed","time":{"start":1728379460285,"stop":1728379460285,"duration":0}},{"uid":"4ac5054cc1513ea4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4ac5054cc1513ea4","status":"passed","time":{"start":1728372105673,"stop":1728372105674,"duration":1}},{"uid":"ea07cce314fdc9b6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea07cce314fdc9b6","status":"passed","time":{"start":1728370464148,"stop":1728370464148,"duration":0}},{"uid":"3f763b62f0eb17c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f763b62f0eb17c7","status":"passed","time":{"start":1728369544869,"stop":1728369544871,"duration":2}}]},"tags":[]},"source":"55aee9b2700e8624.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/55d61d67484b433f.json b/7530/data/test-cases/55d61d67484b433f.json new file mode 100644 index 00000000000..6b9af14da94 --- /dev/null +++ b/7530/data/test-cases/55d61d67484b433f.json @@ -0,0 +1 @@ +{"uid":"55d61d67484b433f","name":"should set field with only RELAY enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only RELAY enabled","historyId":"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e3314448c73eafa3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e3314448c73eafa3","status":"passed","time":{"start":1728379167606,"stop":1728379167607,"duration":1}},{"uid":"beb5e58460aaaa64","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/beb5e58460aaaa64","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"2a8aaa3b0c17b187","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2a8aaa3b0c17b187","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"3185ef302392a555","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3185ef302392a555","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"tags":[]},"source":"55d61d67484b433f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/55deb6ee3694b5ad.json b/7530/data/test-cases/55deb6ee3694b5ad.json new file mode 100644 index 00000000000..970aa71e7f6 --- /dev/null +++ b/7530/data/test-cases/55deb6ee3694b5ad.json @@ -0,0 +1 @@ +{"uid":"55deb6ee3694b5ad","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca94ce61a1a5fadc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca94ce61a1a5fadc","status":"passed","time":{"start":1728379159010,"stop":1728379159010,"duration":0}},{"uid":"3fc1ae98057bbc0e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3fc1ae98057bbc0e","status":"passed","time":{"start":1728371802896,"stop":1728371802896,"duration":0}},{"uid":"445fa1c444de5e0a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/445fa1c444de5e0a","status":"passed","time":{"start":1728370149929,"stop":1728370149930,"duration":1}},{"uid":"3ff9f02342705ae2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ff9f02342705ae2","status":"passed","time":{"start":1728369248985,"stop":1728369248985,"duration":0}}]},"tags":[]},"source":"55deb6ee3694b5ad.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/55e9654de84a1956.json b/7530/data/test-cases/55e9654de84a1956.json new file mode 100644 index 00000000000..fb8af48a4e8 --- /dev/null +++ b/7530/data/test-cases/55e9654de84a1956.json @@ -0,0 +1 @@ +{"uid":"55e9654de84a1956","name":"recovers when dns.resolve returns empty","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > recovers when dns.resolve returns empty","historyId":"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5de3a27e172a7e0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5de3a27e172a7e0b","status":"passed","time":{"start":1728379182987,"stop":1728379182987,"duration":0}},{"uid":"3f247c9160cb5e93","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f247c9160cb5e93","status":"passed","time":{"start":1728371826964,"stop":1728371826964,"duration":0}},{"uid":"e87c5b3bd578773c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e87c5b3bd578773c","status":"passed","time":{"start":1728370174428,"stop":1728370174428,"duration":0}},{"uid":"e743c6b8711417c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e743c6b8711417c8","status":"passed","time":{"start":1728369273237,"stop":1728369273238,"duration":1}}]},"tags":[]},"source":"55e9654de84a1956.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5610250644cfe58a.json b/7530/data/test-cases/5610250644cfe58a.json new file mode 100644 index 00000000000..d9fd24f51da --- /dev/null +++ b/7530/data/test-cases/5610250644cfe58a.json @@ -0,0 +1 @@ +{"uid":"5610250644cfe58a","name":"should return valid sharding parameters for static sharding","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should return valid sharding parameters for static sharding","historyId":"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1902796090a63ae0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1902796090a63ae0","status":"passed","time":{"start":1728379159029,"stop":1728379159029,"duration":0}},{"uid":"b4081a38906101fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4081a38906101fa","status":"passed","time":{"start":1728371802912,"stop":1728371802912,"duration":0}},{"uid":"7f0b132275b2902e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7f0b132275b2902e","status":"passed","time":{"start":1728370149947,"stop":1728370149947,"duration":0}},{"uid":"b6985fe7a0089820","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6985fe7a0089820","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"tags":[]},"source":"5610250644cfe58a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/565469f6aada479a.json b/7530/data/test-cases/565469f6aada479a.json new file mode 100644 index 00000000000..737b8937c79 --- /dev/null +++ b/7530/data/test-cases/565469f6aada479a.json @@ -0,0 +1 @@ +{"uid":"565469f6aada479a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > n1 and n2 uses a custom pubsub, n3 uses the default pubsub","historyId":"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381685605,"stop":1728381685607,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ccc15cb974530af2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ccc15cb974530af2","status":"passed","time":{"start":1728379484792,"stop":1728379484793,"duration":1}},{"uid":"165ef41c7418d39a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/165ef41c7418d39a","status":"passed","time":{"start":1728372130490,"stop":1728372130491,"duration":1}},{"uid":"87dbb80b72810512","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87dbb80b72810512","status":"passed","time":{"start":1728370516484,"stop":1728370516485,"duration":1}},{"uid":"ffab6b1baaa7e774","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffab6b1baaa7e774","status":"passed","time":{"start":1728369620727,"stop":1728369620727,"duration":0}}]},"tags":[]},"source":"565469f6aada479a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/56f6c62e7cd90151.json b/7530/data/test-cases/56f6c62e7cd90151.json new file mode 100644 index 00000000000..70ec3b88842 --- /dev/null +++ b/7530/data/test-cases/56f6c62e7cd90151.json @@ -0,0 +1 @@ +{"uid":"56f6c62e7cd90151","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message on other pubsub topic is not received","historyId":"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d793406ab97339bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d793406ab97339bc","status":"passed","time":{"start":1728379460274,"stop":1728379460275,"duration":1}},{"uid":"b0fbce8249ca6f82","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b0fbce8249ca6f82","status":"passed","time":{"start":1728372105667,"stop":1728372105667,"duration":0}},{"uid":"25b809dc4be53928","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/25b809dc4be53928","status":"passed","time":{"start":1728370464133,"stop":1728370464133,"duration":0}},{"uid":"2401776b5d7df590","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2401776b5d7df590","status":"passed","time":{"start":1728369544863,"stop":1728369544864,"duration":1}}]},"tags":[]},"source":"56f6c62e7cd90151.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5785c1fb48fea47d.json b/7530/data/test-cases/5785c1fb48fea47d.json new file mode 100644 index 00000000000..9a34919e143 --- /dev/null +++ b/7530/data/test-cases/5785c1fb48fea47d.json @@ -0,0 +1 @@ +{"uid":"5785c1fb48fea47d","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing numeric and receive message","historyId":"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749054,"stop":1728381749055,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7a95d1ad6f074ec9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7a95d1ad6f074ec9","status":"passed","time":{"start":1728379549693,"stop":1728379549694,"duration":1}},{"uid":"d7dd9d287d9879f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d7dd9d287d9879f5","status":"passed","time":{"start":1728372195432,"stop":1728372195432,"duration":0}},{"uid":"f53f592b7702ba21","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f53f592b7702ba21","status":"passed","time":{"start":1728370555256,"stop":1728370555256,"duration":0}},{"uid":"afb44d2a7a0410d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/afb44d2a7a0410d3","status":"passed","time":{"start":1728369639851,"stop":1728369639851,"duration":0}}]},"tags":[]},"source":"5785c1fb48fea47d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/57e0297df2c6e0dc.json b/7530/data/test-cases/57e0297df2c6e0dc.json new file mode 100644 index 00000000000..c9caae7b37e --- /dev/null +++ b/7530/data/test-cases/57e0297df2c6e0dc.json @@ -0,0 +1 @@ +{"uid":"57e0297df2c6e0dc","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"8de5f7cade2d6201","status":"passed","time":{"start":1728381355958,"stop":1728381355958,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dcb0cb7259c5df51","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dcb0cb7259c5df51","status":"passed","time":{"start":1728379159000,"stop":1728379159000,"duration":0}},{"uid":"539cc18c31d16486","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/539cc18c31d16486","status":"passed","time":{"start":1728371802892,"stop":1728371802892,"duration":0}},{"uid":"d68debec80d2a19b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d68debec80d2a19b","status":"passed","time":{"start":1728370149919,"stop":1728370149919,"duration":0}},{"uid":"6e769ad584c16b60","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e769ad584c16b60","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"tags":[]},"source":"57e0297df2c6e0dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5825a99f62d4306.json b/7530/data/test-cases/5825a99f62d4306.json new file mode 100644 index 00000000000..cbe7337a54c --- /dev/null +++ b/7530/data/test-cases/5825a99f62d4306.json @@ -0,0 +1 @@ +{"uid":"5825a99f62d4306","name":"Ping on subscribed peer","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Ping on subscribed peer","historyId":"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381454670,"stop":1728381454670,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3d9ae0a2017acf5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d9ae0a2017acf5d","status":"passed","time":{"start":1728379263250,"stop":1728379263250,"duration":0}},{"uid":"22e4eb1ddb7c26a8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/22e4eb1ddb7c26a8","status":"passed","time":{"start":1728371902713,"stop":1728371902713,"duration":0}},{"uid":"f267e7889b0ed42a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f267e7889b0ed42a","status":"passed","time":{"start":1728370254631,"stop":1728370254631,"duration":0}},{"uid":"f6f22fb16dd9d33b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6f22fb16dd9d33b","status":"passed","time":{"start":1728369347760,"stop":1728369347760,"duration":0}}]},"tags":[]},"source":"5825a99f62d4306.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/58aec949c205dad4.json b/7530/data/test-cases/58aec949c205dad4.json new file mode 100644 index 00000000000..6a199a3fc1f --- /dev/null +++ b/7530/data/test-cases/58aec949c205dad4.json @@ -0,0 +1 @@ +{"uid":"58aec949c205dad4","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6bf85360157f0b02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6bf85360157f0b02","status":"passed","time":{"start":1728379255027,"stop":1728379255029,"duration":2}},{"uid":"38b1949d6e3dd1fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38b1949d6e3dd1fe","status":"passed","time":{"start":1728371896753,"stop":1728371896753,"duration":0}},{"uid":"ba587b9d068f01bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba587b9d068f01bc","status":"passed","time":{"start":1728370245292,"stop":1728370245292,"duration":0}},{"uid":"6c92baebed563dbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6c92baebed563dbe","status":"passed","time":{"start":1728369344211,"stop":1728369344213,"duration":2}}]},"tags":[]},"source":"58aec949c205dad4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/58af65bdcd7f19e9.json b/7530/data/test-cases/58af65bdcd7f19e9.json new file mode 100644 index 00000000000..80e000c5f07 --- /dev/null +++ b/7530/data/test-cases/58af65bdcd7f19e9.json @@ -0,0 +1 @@ +{"uid":"58af65bdcd7f19e9","name":"Subscribe to topic containing Arabic and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Arabic and receive message","historyId":"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557234,"stop":1728381557235,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"12f26401b4804585","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12f26401b4804585","status":"passed","time":{"start":1728379366476,"stop":1728379366477,"duration":1}},{"uid":"81e13f9451f520d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/81e13f9451f520d6","status":"passed","time":{"start":1728371996020,"stop":1728371996021,"duration":1}},{"uid":"959130c7a4384e79","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/959130c7a4384e79","status":"passed","time":{"start":1728370345130,"stop":1728370345132,"duration":2}},{"uid":"6fef680667807d46","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6fef680667807d46","status":"passed","time":{"start":1728369447289,"stop":1728369447289,"duration":0}}]},"tags":[]},"source":"58af65bdcd7f19e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5929463e2f7b4eb3.json b/7530/data/test-cases/5929463e2f7b4eb3.json new file mode 100644 index 00000000000..fd774c6f372 --- /dev/null +++ b/7530/data/test-cases/5929463e2f7b4eb3.json @@ -0,0 +1 @@ +{"uid":"5929463e2f7b4eb3","name":"should fail to send if no connections available","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Connection Management: E2E > should fail to send if no connections available","historyId":"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381580786,"stop":1728381580788,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Connection Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"db72b7fdf61ce420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db72b7fdf61ce420","status":"passed","time":{"start":1728379391624,"stop":1728379391626,"duration":2}},{"uid":"b93fa0648b2f7d1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b93fa0648b2f7d1b","status":"passed","time":{"start":1728372025211,"stop":1728372025211,"duration":0}},{"uid":"8ae9db280a53fffe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ae9db280a53fffe","status":"passed","time":{"start":1728370362611,"stop":1728370362611,"duration":0}},{"uid":"f0a3ed90e73ff5d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f0a3ed90e73ff5d4","status":"passed","time":{"start":1728369464843,"stop":1728369464843,"duration":0}}]},"tags":[]},"source":"5929463e2f7b4eb3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5979d6b9392613ca.json b/7530/data/test-cases/5979d6b9392613ca.json new file mode 100644 index 00000000000..19379db9ec5 --- /dev/null +++ b/7530/data/test-cases/5979d6b9392613ca.json @@ -0,0 +1 @@ +{"uid":"5979d6b9392613ca","name":"Push message with meta","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with meta","historyId":"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b8281ab73b4833e5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8281ab73b4833e5","status":"passed","time":{"start":1728379482950,"stop":1728379482955,"duration":5}},{"uid":"27ea4d120217d30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/27ea4d120217d30","status":"passed","time":{"start":1728372134573,"stop":1728372134574,"duration":1}},{"uid":"ff83663af19827c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff83663af19827c5","status":"passed","time":{"start":1728370487884,"stop":1728370487884,"duration":0}},{"uid":"fb2c5d732ee7579a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb2c5d732ee7579a","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"tags":[]},"source":"5979d6b9392613ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5a0d9533cf511668.json b/7530/data/test-cases/5a0d9533cf511668.json new file mode 100644 index 00000000000..ce7366dce49 --- /dev/null +++ b/7530/data/test-cases/5a0d9533cf511668.json @@ -0,0 +1 @@ +{"uid":"5a0d9533cf511668","name":"Unsubscribe 1 topic - node subscribed to 2 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribe 1 topic - node subscribed to 2 topics","historyId":"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545554,"stop":1728381545554,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84be96c274af89fb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84be96c274af89fb","status":"passed","time":{"start":1728379350287,"stop":1728379350287,"duration":0}},{"uid":"586fa10f02c43e6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/586fa10f02c43e6e","status":"passed","time":{"start":1728371998249,"stop":1728371998250,"duration":1}},{"uid":"d12b7ebba90a6ef6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d12b7ebba90a6ef6","status":"passed","time":{"start":1728370345938,"stop":1728370345938,"duration":0}},{"uid":"35db624f42fff3e8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/35db624f42fff3e8","status":"passed","time":{"start":1728369443724,"stop":1728369443724,"duration":0}}]},"tags":[]},"source":"5a0d9533cf511668.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5a36ef6b070612ca.json b/7530/data/test-cases/5a36ef6b070612ca.json new file mode 100644 index 00000000000..a943f44f945 --- /dev/null +++ b/7530/data/test-cases/5a36ef6b070612ca.json @@ -0,0 +1 @@ +{"uid":"5a36ef6b070612ca","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","historyId":"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521304,"stop":1728381521304,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"994ac10ffd62805e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/994ac10ffd62805e","status":"passed","time":{"start":1728379329177,"stop":1728379329178,"duration":1}},{"uid":"74f8f159a2976d77","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74f8f159a2976d77","status":"passed","time":{"start":1728371984003,"stop":1728371984003,"duration":0}},{"uid":"6fa7cd13a31668e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6fa7cd13a31668e1","status":"passed","time":{"start":1728370284356,"stop":1728370284357,"duration":1}},{"uid":"a23c784589a71ba1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a23c784589a71ba1","status":"passed","time":{"start":1728369378895,"stop":1728369378898,"duration":3}}]},"tags":[]},"source":"5a36ef6b070612ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5a48bd8876662b3b.json b/7530/data/test-cases/5a48bd8876662b3b.json new file mode 100644 index 00000000000..db9d0d9c7fd --- /dev/null +++ b/7530/data/test-cases/5a48bd8876662b3b.json @@ -0,0 +1 @@ +{"uid":"5a48bd8876662b3b","name":"Encoder throws on undefined content topic","fullName":"/src/symmetric.spec.ts: Ensures content topic is defined > Encoder throws on undefined content topic","historyId":"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381389461,"stop":1728381389462,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f9addb90601a12ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9addb90601a12ac","status":"passed","time":{"start":1728379192716,"stop":1728379192717,"duration":1}},{"uid":"818b9f2c276b3145","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/818b9f2c276b3145","status":"passed","time":{"start":1728371836844,"stop":1728371836844,"duration":0}},{"uid":"c24029bde18e127","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c24029bde18e127","status":"passed","time":{"start":1728370184427,"stop":1728370184427,"duration":0}},{"uid":"6bcff5e1dd912b34","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6bcff5e1dd912b34","status":"passed","time":{"start":1728369283260,"stop":1728369283260,"duration":0}}]},"tags":[]},"source":"5a48bd8876662b3b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5accb07e7b8a5bc9.json b/7530/data/test-cases/5accb07e7b8a5bc9.json new file mode 100644 index 00000000000..7d8f798b490 --- /dev/null +++ b/7530/data/test-cases/5accb07e7b8a5bc9.json @@ -0,0 +1 @@ +{"uid":"5accb07e7b8a5bc9","name":"Unsubscribes all - node subscribed to 1 topic","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribes all - node subscribed to 1 topic","historyId":"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"64172670885f42b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/64172670885f42b5","status":"passed","time":{"start":1728379293471,"stop":1728379293471,"duration":0}},{"uid":"dea4f4514607d75d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dea4f4514607d75d","status":"passed","time":{"start":1728371932965,"stop":1728371932966,"duration":1}},{"uid":"ba9a07eab5466d72","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba9a07eab5466d72","status":"passed","time":{"start":1728370281705,"stop":1728370281710,"duration":5}},{"uid":"434e614bf07b6da7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/434e614bf07b6da7","status":"passed","time":{"start":1728369376542,"stop":1728369376542,"duration":0}}]},"tags":[]},"source":"5accb07e7b8a5bc9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5b6348d7b2306fc9.json b/7530/data/test-cases/5b6348d7b2306fc9.json new file mode 100644 index 00000000000..5f9ab6616d1 --- /dev/null +++ b/7530/data/test-cases/5b6348d7b2306fc9.json @@ -0,0 +1 @@ +{"uid":"5b6348d7b2306fc9","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with STORE and LIGHTPUSH protocols set to true","historyId":"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363567,"stop":1728381363568,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"80ce242c90be5a83","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/80ce242c90be5a83","status":"passed","time":{"start":1728379166762,"stop":1728379166763,"duration":1}},{"uid":"c8a2935e315da94e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8a2935e315da94e","status":"passed","time":{"start":1728371810588,"stop":1728371810588,"duration":0}},{"uid":"ff169d36c0d4efbf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff169d36c0d4efbf","status":"passed","time":{"start":1728370158404,"stop":1728370158404,"duration":0}},{"uid":"a3687e3c416973d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3687e3c416973d0","status":"passed","time":{"start":1728369256986,"stop":1728369256986,"duration":0}}]},"tags":[]},"source":"5b6348d7b2306fc9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5c02acfa1ecba3de.json b/7530/data/test-cases/5c02acfa1ecba3de.json new file mode 100644 index 00000000000..991ecc46295 --- /dev/null +++ b/7530/data/test-cases/5c02acfa1ecba3de.json @@ -0,0 +1 @@ +{"uid":"5c02acfa1ecba3de","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Basic HTML tag and receive message","historyId":"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749063,"stop":1728381749065,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5903cc0755d8a018","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5903cc0755d8a018","status":"passed","time":{"start":1728379549699,"stop":1728379549699,"duration":0}},{"uid":"66f96e4e47068976","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/66f96e4e47068976","status":"passed","time":{"start":1728372195435,"stop":1728372195436,"duration":1}},{"uid":"37daf034524025dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/37daf034524025dc","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"a398ea2c62f1b2ca","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a398ea2c62f1b2ca","status":"passed","time":{"start":1728369639855,"stop":1728369639855,"duration":0}}]},"tags":[]},"source":"5c02acfa1ecba3de.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5c451e3a25f56cb0.json b/7530/data/test-cases/5c451e3a25f56cb0.json new file mode 100644 index 00000000000..f26bbbcb8a1 --- /dev/null +++ b/7530/data/test-cases/5c451e3a25f56cb0.json @@ -0,0 +1 @@ +{"uid":"5c451e3a25f56cb0","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push : Multiple PubsubTopics > Light push messages to 2 nwaku nodes each with different pubsubtopics","historyId":"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615369,"stop":1728381615369,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ef2db6515613187d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef2db6515613187d","status":"passed","time":{"start":1728379422775,"stop":1728379422776,"duration":1}},{"uid":"cf64cb9225145778","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf64cb9225145778","status":"passed","time":{"start":1728372057772,"stop":1728372057772,"duration":0}},{"uid":"339335e88d1c55d5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/339335e88d1c55d5","status":"passed","time":{"start":1728370439671,"stop":1728370439673,"duration":2}},{"uid":"a18d6a000bf1be28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a18d6a000bf1be28","status":"passed","time":{"start":1728369540008,"stop":1728369540008,"duration":0}}]},"tags":[]},"source":"5c451e3a25f56cb0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5c9b5f561e5b8344.json b/7530/data/test-cases/5c9b5f561e5b8344.json new file mode 100644 index 00000000000..d342dfebe8a --- /dev/null +++ b/7530/data/test-cases/5c9b5f561e5b8344.json @@ -0,0 +1 @@ +{"uid":"5c9b5f561e5b8344","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing emoji and receive message","historyId":"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749072,"stop":1728381749073,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c83d0a2e26020999","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c83d0a2e26020999","status":"passed","time":{"start":1728379549701,"stop":1728379549701,"duration":0}},{"uid":"dca0920a31f024e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dca0920a31f024e0","status":"passed","time":{"start":1728372195437,"stop":1728372195438,"duration":1}},{"uid":"ad0d68dc946c611b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad0d68dc946c611b","status":"passed","time":{"start":1728370555260,"stop":1728370555261,"duration":1}},{"uid":"674c9e0bc883d3a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/674c9e0bc883d3a3","status":"passed","time":{"start":1728369639857,"stop":1728369639857,"duration":0}}]},"tags":[]},"source":"5c9b5f561e5b8344.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5cd35a3a2352c933.json b/7530/data/test-cases/5cd35a3a2352c933.json new file mode 100644 index 00000000000..f77e6116e38 --- /dev/null +++ b/7530/data/test-cases/5cd35a3a2352c933.json @@ -0,0 +1 @@ +{"uid":"5cd35a3a2352c933","name":"Check received message with timestamp: 1728381408830 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1728381408830 ","historyId":"61b19b3121086b689f2837a81f09e0ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"5cd35a3a2352c933.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5d330093a350e06f.json b/7530/data/test-cases/5d330093a350e06f.json new file mode 100644 index 00000000000..8b6e2617177 --- /dev/null +++ b/7530/data/test-cases/5d330093a350e06f.json @@ -0,0 +1 @@ +{"uid":"5d330093a350e06f","name":"Generator, 2 different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store, custom pubsub topic > Generator, 2 different pubsubtopics","historyId":"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763772,"stop":1728381763773,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1cf5f6a82023bc4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1cf5f6a82023bc4","status":"passed","time":{"start":1728379572272,"stop":1728379572273,"duration":1}},{"uid":"5a6ec3c32be20a9d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a6ec3c32be20a9d","status":"passed","time":{"start":1728372221516,"stop":1728372221516,"duration":0}},{"uid":"8d671427e905afa4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d671427e905afa4","status":"passed","time":{"start":1728370607707,"stop":1728370607707,"duration":0}},{"uid":"e6c06f86102f2f68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6c06f86102f2f68","status":"passed","time":{"start":1728369690174,"stop":1728369690174,"duration":0}}]},"tags":[]},"source":"5d330093a350e06f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5d7624ed06e78a25.json b/7530/data/test-cases/5d7624ed06e78a25.json new file mode 100644 index 00000000000..17f0f428bca --- /dev/null +++ b/7530/data/test-cases/5d7624ed06e78a25.json @@ -0,0 +1 @@ +{"uid":"5d7624ed06e78a25","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /incorrect/format","historyId":"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55f8d26772f5ec4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/55f8d26772f5ec4a","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"7e565b8c20eaaea7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7e565b8c20eaaea7","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"3bb39639cae82d32","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bb39639cae82d32","status":"passed","time":{"start":1728370149937,"stop":1728370149938,"duration":1}},{"uid":"119a3b199438f8e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/119a3b199438f8e","status":"passed","time":{"start":1728369248992,"stop":1728369248992,"duration":0}}]},"tags":[]},"source":"5d7624ed06e78a25.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5e2072507d559cea.json b/7530/data/test-cases/5e2072507d559cea.json new file mode 100644 index 00000000000..a017db64967 --- /dev/null +++ b/7530/data/test-cases/5e2072507d559cea.json @@ -0,0 +1 @@ +{"uid":"5e2072507d559cea","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","historyId":"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521326,"stop":1728381521327,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"41b4eff7003a3434","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/41b4eff7003a3434","status":"passed","time":{"start":1728379329185,"stop":1728379329186,"duration":1}},{"uid":"33ce4507b33993fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33ce4507b33993fe","status":"passed","time":{"start":1728371984009,"stop":1728371984010,"duration":1}},{"uid":"b9fc3bec974b47e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b9fc3bec974b47e8","status":"passed","time":{"start":1728370284364,"stop":1728370284364,"duration":0}},{"uid":"cc0610811fa7dc80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cc0610811fa7dc80","status":"passed","time":{"start":1728369378912,"stop":1728369378912,"duration":0}}]},"tags":[]},"source":"5e2072507d559cea.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5e3a019aeedd9b46.json b/7530/data/test-cases/5e3a019aeedd9b46.json new file mode 100644 index 00000000000..e040dd2e3c4 --- /dev/null +++ b/7530/data/test-cases/5e3a019aeedd9b46.json @@ -0,0 +1 @@ +{"uid":"5e3a019aeedd9b46","name":"LightPush with 0 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 0 connections","historyId":"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381554775,"stop":1728381554776,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d8798246d02f7b8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d8798246d02f7b8c","status":"passed","time":{"start":1728379365893,"stop":1728379365893,"duration":0}},{"uid":"be9d8657dfa9b3aa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be9d8657dfa9b3aa","status":"passed","time":{"start":1728372012986,"stop":1728372012986,"duration":0}},{"uid":"18bbc357bb78329d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18bbc357bb78329d","status":"passed","time":{"start":1728370408803,"stop":1728370408803,"duration":0}},{"uid":"51a624750c6d6bef","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51a624750c6d6bef","status":"passed","time":{"start":1728369510270,"stop":1728369510270,"duration":0}}]},"tags":[]},"source":"5e3a019aeedd9b46.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5ec584c988df65ab.json b/7530/data/test-cases/5ec584c988df65ab.json new file mode 100644 index 00000000000..92dc4b006f1 --- /dev/null +++ b/7530/data/test-cases/5ec584c988df65ab.json @@ -0,0 +1 @@ +{"uid":"5ec584c988df65ab","name":"should be able to decode the field with ALL protocols set to false","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with ALL protocols set to false","historyId":"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363575,"stop":1728381363576,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9bf7ecfdc5ee0b8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9bf7ecfdc5ee0b8c","status":"passed","time":{"start":1728379166769,"stop":1728379166770,"duration":1}},{"uid":"33c3ea1c8f85ffda","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33c3ea1c8f85ffda","status":"passed","time":{"start":1728371810592,"stop":1728371810593,"duration":1}},{"uid":"5f6d2efcf51c0bc1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f6d2efcf51c0bc1","status":"passed","time":{"start":1728370158407,"stop":1728370158407,"duration":0}},{"uid":"3876e9f7b4877bea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3876e9f7b4877bea","status":"passed","time":{"start":1728369256990,"stop":1728369256991,"duration":1}}]},"tags":[]},"source":"5ec584c988df65ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5edb339d6e36e4f.json b/7530/data/test-cases/5edb339d6e36e4f.json new file mode 100644 index 00000000000..3f487df4c7a --- /dev/null +++ b/7530/data/test-cases/5edb339d6e36e4f.json @@ -0,0 +1 @@ +{"uid":"5edb339d6e36e4f","name":"Subscribe to topic containing Chinese and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Chinese and publish message","historyId":"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696834,"stop":1728381696838,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb604020113dae6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb604020113dae6a","status":"passed","time":{"start":1728379498100,"stop":1728379498101,"duration":1}},{"uid":"4e33355d553ce2d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4e33355d553ce2d3","status":"passed","time":{"start":1728372147562,"stop":1728372147563,"duration":1}},{"uid":"9e3083f9be3a86f3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e3083f9be3a86f3","status":"passed","time":{"start":1728370535029,"stop":1728370535032,"duration":3}},{"uid":"76d078a879f223d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76d078a879f223d4","status":"passed","time":{"start":1728369636375,"stop":1728369636375,"duration":0}}]},"tags":[]},"source":"5edb339d6e36e4f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5ee0f8672625bd1a.json b/7530/data/test-cases/5ee0f8672625bd1a.json new file mode 100644 index 00000000000..7a359381581 --- /dev/null +++ b/7530/data/test-cases/5ee0f8672625bd1a.json @@ -0,0 +1 @@ +{"uid":"5ee0f8672625bd1a","name":"Fails to push message bigger that 1MB","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Fails to push message bigger that 1MB","historyId":"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711684,"stop":1728381711685,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cba343a908beef4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cba343a908beef4a","status":"passed","time":{"start":1728379515564,"stop":1728379515565,"duration":1}},{"uid":"76d1b6599296cd28","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76d1b6599296cd28","status":"passed","time":{"start":1728372171316,"stop":1728372171316,"duration":0}},{"uid":"d83544dbaa32666e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d83544dbaa32666e","status":"passed","time":{"start":1728370522980,"stop":1728370522980,"duration":0}},{"uid":"fc1688fdeddd5cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc1688fdeddd5cf","status":"passed","time":{"start":1728369622057,"stop":1728369622057,"duration":0}}]},"tags":[]},"source":"5ee0f8672625bd1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5f65dcfbe8e81830.json b/7530/data/test-cases/5f65dcfbe8e81830.json new file mode 100644 index 00000000000..7eae8cf3c45 --- /dev/null +++ b/7530/data/test-cases/5f65dcfbe8e81830.json @@ -0,0 +1 @@ +{"uid":"5f65dcfbe8e81830","name":"ENRTree (tree): should error if DNS tree entry is misformatted","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is misformatted","historyId":"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379241,"stop":1728381379242,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b12c68ae5c629596","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b12c68ae5c629596","status":"passed","time":{"start":1728379182447,"stop":1728379182448,"duration":1}},{"uid":"12d76b7a47096b42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/12d76b7a47096b42","status":"passed","time":{"start":1728371826623,"stop":1728371826624,"duration":1}},{"uid":"a8a16d3791081191","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a8a16d3791081191","status":"passed","time":{"start":1728370173936,"stop":1728370173936,"duration":0}},{"uid":"9f0d024a5cf36269","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9f0d024a5cf36269","status":"passed","time":{"start":1728369272870,"stop":1728369272871,"duration":1}}]},"tags":[]},"source":"5f65dcfbe8e81830.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5fa1959db60032e6.json b/7530/data/test-cases/5fa1959db60032e6.json new file mode 100644 index 00000000000..c460de4712e --- /dev/null +++ b/7530/data/test-cases/5fa1959db60032e6.json @@ -0,0 +1 @@ +{"uid":"5fa1959db60032e6","name":"connected peers and dial","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > connected peers and dial","historyId":"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658691,"stop":1728381658692,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"801bbdaeb83216d6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/801bbdaeb83216d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460503,"stop":1728379460503,"duration":0}},{"uid":"2e6c5c40005ac208","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e6c5c40005ac208","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107863,"stop":1728372107863,"duration":0}},{"uid":"4d03cd78ad3edf5e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4d03cd78ad3edf5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488123,"stop":1728370488123,"duration":0}},{"uid":"f62d600a55606897","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f62d600a55606897","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591297,"stop":1728369591297,"duration":0}}]},"tags":[]},"source":"5fa1959db60032e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/5feb9ddc02e6f6aa.json b/7530/data/test-cases/5feb9ddc02e6f6aa.json new file mode 100644 index 00000000000..b8df26858ca --- /dev/null +++ b/7530/data/test-cases/5feb9ddc02e6f6aa.json @@ -0,0 +1 @@ +{"uid":"5feb9ddc02e6f6aa","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (named sharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"15418e3df1b70fe1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15418e3df1b70fe1","status":"passed","time":{"start":1728379422781,"stop":1728379422781,"duration":0}},{"uid":"1034cfe1027c26b4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1034cfe1027c26b4","status":"passed","time":{"start":1728372057781,"stop":1728372057782,"duration":1}},{"uid":"2edd3cd0a940bfc6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2edd3cd0a940bfc6","status":"passed","time":{"start":1728370439687,"stop":1728370439688,"duration":1}},{"uid":"9d5b02b2a1952781","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d5b02b2a1952781","status":"passed","time":{"start":1728369540017,"stop":1728369540018,"duration":1}}]},"tags":[]},"source":"5feb9ddc02e6f6aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/60f6ea6030ab9209.json b/7530/data/test-cases/60f6ea6030ab9209.json new file mode 100644 index 00000000000..b2e7d80f1dc --- /dev/null +++ b/7530/data/test-cases/60f6ea6030ab9209.json @@ -0,0 +1 @@ +{"uid":"60f6ea6030ab9209","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381660636,"stop":1728381660636,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c155b5a8158292ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c155b5a8158292ac","status":"passed","time":{"start":1728379462179,"stop":1728379462180,"duration":1}},{"uid":"88fd1df9e5982203","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/88fd1df9e5982203","status":"passed","time":{"start":1728372110411,"stop":1728372110411,"duration":0}},{"uid":"6b16f882d10830f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b16f882d10830f","status":"passed","time":{"start":1728370489665,"stop":1728370489665,"duration":0}},{"uid":"b0d5bfc8627a55c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b0d5bfc8627a55c0","status":"passed","time":{"start":1728369593940,"stop":1728369593941,"duration":1}}]},"tags":[]},"source":"60f6ea6030ab9209.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6120a175597466c7.json b/7530/data/test-cases/6120a175597466c7.json new file mode 100644 index 00000000000..4e5ab335104 --- /dev/null +++ b/7530/data/test-cases/6120a175597466c7.json @@ -0,0 +1 @@ +{"uid":"6120a175597466c7","name":"Subscribe and receive ecies encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive ecies encrypted messages via lightPush","historyId":"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749013,"stop":1728381749015,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"27366efe72c52bb7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27366efe72c52bb7","status":"passed","time":{"start":1728379549630,"stop":1728379549630,"duration":0}},{"uid":"f08b9233466cd5d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f08b9233466cd5d1","status":"passed","time":{"start":1728372195403,"stop":1728372195404,"duration":1}},{"uid":"4b2afe80a6f2bf14","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b2afe80a6f2bf14","status":"passed","time":{"start":1728370555235,"stop":1728370555235,"duration":0}},{"uid":"3ce13788285fecc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ce13788285fecc7","status":"passed","time":{"start":1728369639820,"stop":1728369639821,"duration":1}}]},"tags":[]},"source":"6120a175597466c7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/616f45f3af1f342f.json b/7530/data/test-cases/616f45f3af1f342f.json new file mode 100644 index 00000000000..3f77b565b33 --- /dev/null +++ b/7530/data/test-cases/616f45f3af1f342f.json @@ -0,0 +1 @@ +{"uid":"616f45f3af1f342f","name":"Check received message containing SQL Injection","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing SQL Injection","historyId":"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658379,"stop":1728381658380,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"469c43c343cba4d2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/469c43c343cba4d2","status":"passed","time":{"start":1728379460284,"stop":1728379460285,"duration":1}},{"uid":"a8a0fb1f9e3e0f9f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8a0fb1f9e3e0f9f","status":"passed","time":{"start":1728372105673,"stop":1728372105673,"duration":0}},{"uid":"bce394fd2426a9f7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bce394fd2426a9f7","status":"passed","time":{"start":1728370464146,"stop":1728370464148,"duration":2}},{"uid":"9dd131ced7670e77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9dd131ced7670e77","status":"passed","time":{"start":1728369544869,"stop":1728369544869,"duration":0}}]},"tags":[]},"source":"616f45f3af1f342f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/61e708ba219a6382.json b/7530/data/test-cases/61e708ba219a6382.json new file mode 100644 index 00000000000..1d6426ac972 --- /dev/null +++ b/7530/data/test-cases/61e708ba219a6382.json @@ -0,0 +1 @@ +{"uid":"61e708ba219a6382","name":"Fails to publish message with size larger than 1 MB","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with size larger than 1 MB","historyId":"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"c05e77907f248e62","status":"passed","time":{"start":1728381689165,"stop":1728381689165,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c108af1d8b86b5d1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c108af1d8b86b5d1","status":"passed","time":{"start":1728379493876,"stop":1728379493876,"duration":0}},{"uid":"6e9cfbd288231f67","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e9cfbd288231f67","status":"passed","time":{"start":1728372140967,"stop":1728372140968,"duration":1}},{"uid":"1ed7615ec1d51713","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ed7615ec1d51713","status":"passed","time":{"start":1728370524967,"stop":1728370524967,"duration":0}},{"uid":"1cee519ff1359773","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1cee519ff1359773","status":"passed","time":{"start":1728369630404,"stop":1728369630404,"duration":0}}]},"tags":[]},"source":"61e708ba219a6382.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/61f18c31c2a39441.json b/7530/data/test-cases/61f18c31c2a39441.json new file mode 100644 index 00000000000..5e36e24d567 --- /dev/null +++ b/7530/data/test-cases/61f18c31c2a39441.json @@ -0,0 +1 @@ +{"uid":"61f18c31c2a39441","name":"Subscribe to topic containing numeric and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing numeric and publish message","historyId":"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696827,"stop":1728381696834,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6de8145e97eb513","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6de8145e97eb513","status":"passed","time":{"start":1728379498098,"stop":1728379498099,"duration":1}},{"uid":"6651d61b01d08498","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6651d61b01d08498","status":"passed","time":{"start":1728372147560,"stop":1728372147561,"duration":1}},{"uid":"9271fcbc085ce477","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9271fcbc085ce477","status":"passed","time":{"start":1728370535026,"stop":1728370535029,"duration":3}},{"uid":"e67ac96fa2c09716","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e67ac96fa2c09716","status":"passed","time":{"start":1728369636372,"stop":1728369636373,"duration":1}}]},"tags":[]},"source":"61f18c31c2a39441.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6255cb613808dd16.json b/7530/data/test-cases/6255cb613808dd16.json new file mode 100644 index 00000000000..f6359b9f4fd --- /dev/null +++ b/7530/data/test-cases/6255cb613808dd16.json @@ -0,0 +1 @@ +{"uid":"6255cb613808dd16","name":"Unsubscribe topics the node is not subscribed to","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribe topics the node is not subscribed to","historyId":"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2f12e6bd62e14559","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2f12e6bd62e14559","status":"passed","time":{"start":1728379293452,"stop":1728379293471,"duration":19}},{"uid":"a7c80c9f24386dec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7c80c9f24386dec","status":"passed","time":{"start":1728371932964,"stop":1728371932965,"duration":1}},{"uid":"568c7180dfaade56","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/568c7180dfaade56","status":"passed","time":{"start":1728370281705,"stop":1728370281705,"duration":0}},{"uid":"326e12b7d7525059","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/326e12b7d7525059","status":"passed","time":{"start":1728369376536,"stop":1728369376542,"duration":6}}]},"tags":[]},"source":"6255cb613808dd16.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/62d50df705f61573.json b/7530/data/test-cases/62d50df705f61573.json new file mode 100644 index 00000000000..9d1e5337fc2 --- /dev/null +++ b/7530/data/test-cases/62d50df705f61573.json @@ -0,0 +1 @@ +{"uid":"62d50df705f61573","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/27/sometopic/someencoding to shard index 5","historyId":"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"75d69615e2923e74","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/75d69615e2923e74","status":"passed","time":{"start":1728379159007,"stop":1728379159007,"duration":0}},{"uid":"2c54c87640eb4e37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c54c87640eb4e37","status":"passed","time":{"start":1728371802893,"stop":1728371802894,"duration":1}},{"uid":"2677e7d2fbc067c7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2677e7d2fbc067c7","status":"passed","time":{"start":1728370149927,"stop":1728370149927,"duration":0}},{"uid":"755c2e5f06234bac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/755c2e5f06234bac","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"tags":[]},"source":"62d50df705f61573.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/632d4648d8090d45.json b/7530/data/test-cases/632d4648d8090d45.json new file mode 100644 index 00000000000..82125ff52d9 --- /dev/null +++ b/7530/data/test-cases/632d4648d8090d45.json @@ -0,0 +1 @@ +{"uid":"632d4648d8090d45","name":"Keep-alive pings maintain the connection","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Keep-alive pings maintain the connection","historyId":"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381475916,"stop":1728381475916,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd11f492b8288831","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd11f492b8288831","status":"passed","time":{"start":1728379282311,"stop":1728379282317,"duration":6}},{"uid":"6dc9cedaf808dece","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6dc9cedaf808dece","status":"passed","time":{"start":1728371925986,"stop":1728371925986,"duration":0}},{"uid":"9f02aecd445807fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f02aecd445807fc","status":"passed","time":{"start":1728370273960,"stop":1728370273960,"duration":0}},{"uid":"b42d968c76f6643e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b42d968c76f6643e","status":"passed","time":{"start":1728369370046,"stop":1728369370046,"duration":0}}]},"tags":[]},"source":"632d4648d8090d45.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/63559bad545f553a.json b/7530/data/test-cases/63559bad545f553a.json new file mode 100644 index 00000000000..30646909c23 --- /dev/null +++ b/7530/data/test-cases/63559bad545f553a.json @@ -0,0 +1 @@ +{"uid":"63559bad545f553a","name":"throws on content topic with empty topic name field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty topic name field","historyId":"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355956,"stop":1728381355956,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d73036e9f4c5582b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d73036e9f4c5582b","status":"passed","time":{"start":1728379158997,"stop":1728379158998,"duration":1}},{"uid":"8fd5217210c98ec9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8fd5217210c98ec9","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"dd4a701fd1d4ab44","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dd4a701fd1d4ab44","status":"passed","time":{"start":1728370149916,"stop":1728370149917,"duration":1}},{"uid":"acfa839ca532ce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acfa839ca532ce","status":"passed","time":{"start":1728369248975,"stop":1728369248976,"duration":1}}]},"tags":[]},"source":"63559bad545f553a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6457dd74126a3122.json b/7530/data/test-cases/6457dd74126a3122.json new file mode 100644 index 00000000000..2c3773306b3 --- /dev/null +++ b/7530/data/test-cases/6457dd74126a3122.json @@ -0,0 +1 @@ +{"uid":"6457dd74126a3122","name":"Check publish message containing special chars","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing special chars","historyId":"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689146,"stop":1728381689146,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e72d583a3e03a09","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e72d583a3e03a09","status":"passed","time":{"start":1728379493802,"stop":1728379493803,"duration":1}},{"uid":"f8c6a3f6fec1f43e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8c6a3f6fec1f43e","status":"passed","time":{"start":1728372140938,"stop":1728372140940,"duration":2}},{"uid":"2f7803683da7f84e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f7803683da7f84e","status":"passed","time":{"start":1728370524956,"stop":1728370524956,"duration":0}},{"uid":"df63fecbfdd99d80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/df63fecbfdd99d80","status":"passed","time":{"start":1728369630388,"stop":1728369630390,"duration":2}}]},"tags":[]},"source":"6457dd74126a3122.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/64594cd575a93ca0.json b/7530/data/test-cases/64594cd575a93ca0.json new file mode 100644 index 00000000000..6e5de292f4b --- /dev/null +++ b/7530/data/test-cases/64594cd575a93ca0.json @@ -0,0 +1 @@ +{"uid":"64594cd575a93ca0","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557215,"stop":1728381557219,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9082a9647a68414b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9082a9647a68414b","status":"passed","time":{"start":1728379366456,"stop":1728379366459,"duration":3}},{"uid":"562f55e2bcd20c00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/562f55e2bcd20c00","status":"passed","time":{"start":1728371995999,"stop":1728371996000,"duration":1}},{"uid":"bea8a3a9fabe6e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bea8a3a9fabe6e8","status":"passed","time":{"start":1728370345105,"stop":1728370345115,"duration":10}},{"uid":"1155da9de5fbc35d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1155da9de5fbc35d","status":"passed","time":{"start":1728369447285,"stop":1728369447285,"duration":0}}]},"tags":[]},"source":"64594cd575a93ca0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/64686184e12c75e4.json b/7530/data/test-cases/64686184e12c75e4.json new file mode 100644 index 00000000000..f6c53ea9b44 --- /dev/null +++ b/7530/data/test-cases/64686184e12c75e4.json @@ -0,0 +1 @@ +{"uid":"64686184e12c75e4","name":"Check received message containing shell command","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing shell command","historyId":"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658370,"stop":1728381658370,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9cb906660eb3c3e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9cb906660eb3c3e7","status":"passed","time":{"start":1728379460264,"stop":1728379460265,"duration":1}},{"uid":"f9d8e3f582f56436","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f9d8e3f582f56436","status":"passed","time":{"start":1728372105663,"stop":1728372105663,"duration":0}},{"uid":"e51cb7211a0d89bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e51cb7211a0d89bc","status":"passed","time":{"start":1728370464123,"stop":1728370464123,"duration":0}},{"uid":"e9233ff7d26eb4cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9233ff7d26eb4cc","status":"passed","time":{"start":1728369544858,"stop":1728369544860,"duration":2}}]},"tags":[]},"source":"64686184e12c75e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6560c75e6e811f9a.json b/7530/data/test-cases/6560c75e6e811f9a.json new file mode 100644 index 00000000000..ef546686f4b --- /dev/null +++ b/7530/data/test-cases/6560c75e6e811f9a.json @@ -0,0 +1 @@ +{"uid":"6560c75e6e811f9a","name":"Filter with 0 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 0 connections","historyId":"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381554776,"stop":1728381554776,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a3c1721631945701","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a3c1721631945701","status":"passed","time":{"start":1728379365893,"stop":1728379365894,"duration":1}},{"uid":"28646161d58a2963","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/28646161d58a2963","status":"passed","time":{"start":1728372012986,"stop":1728372012987,"duration":1}},{"uid":"b5709eb5ae9579c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5709eb5ae9579c3","status":"passed","time":{"start":1728370408803,"stop":1728370408804,"duration":1}},{"uid":"edd45ac958023e8b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/edd45ac958023e8b","status":"passed","time":{"start":1728369510271,"stop":1728369510271,"duration":0}}]},"tags":[]},"source":"6560c75e6e811f9a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6563367d40066596.json b/7530/data/test-cases/6563367d40066596.json new file mode 100644 index 00000000000..84e52892057 --- /dev/null +++ b/7530/data/test-cases/6563367d40066596.json @@ -0,0 +1 @@ +{"uid":"6563367d40066596","name":"Check publish message containing Basic HTML tag","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Basic HTML tag","historyId":"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689151,"stop":1728381689152,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34c2f357c7018575","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c2f357c7018575","status":"passed","time":{"start":1728379493842,"stop":1728379493842,"duration":0}},{"uid":"37d5ca7fd2b10977","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37d5ca7fd2b10977","status":"passed","time":{"start":1728372140945,"stop":1728372140945,"duration":0}},{"uid":"805bb699ccd1ce31","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/805bb699ccd1ce31","status":"passed","time":{"start":1728370524958,"stop":1728370524959,"duration":1}},{"uid":"8887ff8e4a080bea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8887ff8e4a080bea","status":"passed","time":{"start":1728369630395,"stop":1728369630396,"duration":1}}]},"tags":[]},"source":"6563367d40066596.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6588297870fdc1b9.json b/7530/data/test-cases/6588297870fdc1b9.json new file mode 100644 index 00000000000..f29c90187f7 --- /dev/null +++ b/7530/data/test-cases/6588297870fdc1b9.json @@ -0,0 +1 @@ +{"uid":"6588297870fdc1b9","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message received after jswaku node is restarted","historyId":"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"602694a49b2783e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/602694a49b2783e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460276,"stop":1728379460277,"duration":1}},{"uid":"fffe2590efc061ba","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fffe2590efc061ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105669,"stop":1728372105669,"duration":0}},{"uid":"2f3f766a4dfb04de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f3f766a4dfb04de","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464135,"stop":1728370464136,"duration":1}},{"uid":"6d7ec31bca0a6c5e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d7ec31bca0a6c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544865,"stop":1728369544865,"duration":0}}]},"tags":[]},"source":"6588297870fdc1b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6590bd442bfee45a.json b/7530/data/test-cases/6590bd442bfee45a.json new file mode 100644 index 00000000000..dab4c14d245 --- /dev/null +++ b/7530/data/test-cases/6590bd442bfee45a.json @@ -0,0 +1 @@ +{"uid":"6590bd442bfee45a","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","historyId":"8a596577383b0d05c64dbad60c3180f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"6590bd442bfee45a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6595800c1045a383.json b/7530/data/test-cases/6595800c1045a383.json new file mode 100644 index 00000000000..fa1c237df0c --- /dev/null +++ b/7530/data/test-cases/6595800c1045a383.json @@ -0,0 +1 @@ +{"uid":"6595800c1045a383","name":"should not throw an error when the topic is within a list of configured topics","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should not throw an error when the topic is within a list of configured topics","historyId":"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ed995dd195bab820","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ed995dd195bab820","status":"passed","time":{"start":1728379159026,"stop":1728379159026,"duration":0}},{"uid":"fddd65ff94e606e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fddd65ff94e606e1","status":"passed","time":{"start":1728371802910,"stop":1728371802910,"duration":0}},{"uid":"3987f7546f267a92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3987f7546f267a92","status":"passed","time":{"start":1728370149944,"stop":1728370149944,"duration":0}},{"uid":"d4aa396af7eb4c9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4aa396af7eb4c9","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"tags":[]},"source":"6595800c1045a383.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/65b00a130115d67a.json b/7530/data/test-cases/65b00a130115d67a.json new file mode 100644 index 00000000000..db2743a035a --- /dev/null +++ b/7530/data/test-cases/65b00a130115d67a.json @@ -0,0 +1 @@ +{"uid":"65b00a130115d67a","name":"throws on content topic with non-number generation field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with non-number generation field","historyId":"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355954,"stop":1728381355954,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"51d8c24a0d07a73b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/51d8c24a0d07a73b","status":"passed","time":{"start":1728379158995,"stop":1728379158995,"duration":0}},{"uid":"b0275713cd1981ed","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b0275713cd1981ed","status":"passed","time":{"start":1728371802888,"stop":1728371802889,"duration":1}},{"uid":"510f692026c3ffc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/510f692026c3ffc","status":"passed","time":{"start":1728370149914,"stop":1728370149914,"duration":0}},{"uid":"cf6e37d733af120f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cf6e37d733af120f","status":"passed","time":{"start":1728369248973,"stop":1728369248974,"duration":1}}]},"tags":[]},"source":"65b00a130115d67a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/65b95899e5b6f1a1.json b/7530/data/test-cases/65b95899e5b6f1a1.json new file mode 100644 index 00000000000..0dd62fdf117 --- /dev/null +++ b/7530/data/test-cases/65b95899e5b6f1a1.json @@ -0,0 +1 @@ +{"uid":"65b95899e5b6f1a1","name":"should be able to encode the field with only STORE set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with only STORE set to true","historyId":"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363559,"stop":1728381363560,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"191081a3dd5db19b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/191081a3dd5db19b","status":"passed","time":{"start":1728379166752,"stop":1728379166753,"duration":1}},{"uid":"4612dbd59717005","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4612dbd59717005","status":"passed","time":{"start":1728371810585,"stop":1728371810585,"duration":0}},{"uid":"d16dae33ae69cb3d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d16dae33ae69cb3d","status":"passed","time":{"start":1728370158401,"stop":1728370158402,"duration":1}},{"uid":"7314aed1811d216c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7314aed1811d216c","status":"passed","time":{"start":1728369256982,"stop":1728369256983,"duration":1}}]},"tags":[]},"source":"65b95899e5b6f1a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/65c9945d883232e4.json b/7530/data/test-cases/65c9945d883232e4.json new file mode 100644 index 00000000000..7b0c8a3c1cb --- /dev/null +++ b/7530/data/test-cases/65c9945d883232e4.json @@ -0,0 +1 @@ +{"uid":"65c9945d883232e4","name":"handles empty shards array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty shards array correctly","historyId":"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1aff80a02039bf06","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1aff80a02039bf06","status":"passed","time":{"start":1728379159030,"stop":1728379159030,"duration":0}},{"uid":"c34c55012b8e37e8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c34c55012b8e37e8","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"968071c509d3726d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/968071c509d3726d","status":"passed","time":{"start":1728370149948,"stop":1728370149948,"duration":0}},{"uid":"5c9bc21bb46c7ddd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c9bc21bb46c7ddd","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"tags":[]},"source":"65c9945d883232e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/65f63c9648f88311.json b/7530/data/test-cases/65f63c9648f88311.json new file mode 100644 index 00000000000..16399662ec7 --- /dev/null +++ b/7530/data/test-cases/65f63c9648f88311.json @@ -0,0 +1 @@ +{"uid":"65f63c9648f88311","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/\\","historyId":"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d899b874c9aff69a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d899b874c9aff69a","status":"passed","time":{"start":1728379159023,"stop":1728379159023,"duration":0}},{"uid":"b5f1dc1d5bb599c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b5f1dc1d5bb599c6","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"bafb4dc296fd1d32","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bafb4dc296fd1d32","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"def635fbac6fb97d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/def635fbac6fb97d","status":"passed","time":{"start":1728369248996,"stop":1728369248996,"duration":0}}]},"tags":[]},"source":"65f63c9648f88311.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/66043b9963345987.json b/7530/data/test-cases/66043b9963345987.json new file mode 100644 index 00000000000..773442c43ef --- /dev/null +++ b/7530/data/test-cases/66043b9963345987.json @@ -0,0 +1 @@ +{"uid":"66043b9963345987","name":"Init the array if not present","fullName":"/src/common/push_or_init_map.spec.ts: pushOrInitMapSet > Init the array if not present","historyId":"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355523,"stop":1728381355528,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pushOrInitMapSet"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d7d760faefdb1c54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7d760faefdb1c54","status":"passed","time":{"start":1728379158579,"stop":1728379158580,"duration":1}},{"uid":"e6c75ff8e5a32a68","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6c75ff8e5a32a68","status":"passed","time":{"start":1728371802214,"stop":1728371802217,"duration":3}},{"uid":"b100232da1fb0d7f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b100232da1fb0d7f","status":"passed","time":{"start":1728370149845,"stop":1728370149847,"duration":2}},{"uid":"a2ae7600d24784b8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a2ae7600d24784b8","status":"passed","time":{"start":1728369248416,"stop":1728369248418,"duration":2}}]},"tags":[]},"source":"66043b9963345987.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/664c37e0f09ef5a7.json b/7530/data/test-cases/664c37e0f09ef5a7.json new file mode 100644 index 00000000000..4c4bf37616a --- /dev/null +++ b/7530/data/test-cases/664c37e0f09ef5a7.json @@ -0,0 +1 @@ +{"uid":"664c37e0f09ef5a7","name":"Callback on promise, aborts when callback returns true","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise, aborts when callback returns true","historyId":"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"548eab70d603b9f4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/548eab70d603b9f4","status":"passed","time":{"start":1728379565738,"stop":1728379565738,"duration":0}},{"uid":"757bb85aa2c5608f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/757bb85aa2c5608f","status":"passed","time":{"start":1728372228764,"stop":1728372228765,"duration":1}},{"uid":"5af17473030a629a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5af17473030a629a","status":"passed","time":{"start":1728370603966,"stop":1728370603966,"duration":0}},{"uid":"2a3bcb51d596181f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2a3bcb51d596181f","status":"passed","time":{"start":1728369703130,"stop":1728369703131,"duration":1}}]},"tags":[]},"source":"664c37e0f09ef5a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/666d0f0ef8d5816c.json b/7530/data/test-cases/666d0f0ef8d5816c.json new file mode 100644 index 00000000000..e31d4b12a87 --- /dev/null +++ b/7530/data/test-cases/666d0f0ef8d5816c.json @@ -0,0 +1 @@ +{"uid":"666d0f0ef8d5816c","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > Cluster ID 0 - Default/Global Cluster","historyId":"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745551,"stop":1728381745551,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"59db651c8e9cf647","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59db651c8e9cf647","status":"passed","time":{"start":1728379547119,"stop":1728379547119,"duration":0}},{"uid":"1b5a17f2c3257205","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1b5a17f2c3257205","status":"passed","time":{"start":1728372200173,"stop":1728372200173,"duration":0}},{"uid":"d2b6f15ef21ad51d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2b6f15ef21ad51d","status":"passed","time":{"start":1728370581672,"stop":1728370581672,"duration":0}},{"uid":"2682d6082d317416","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2682d6082d317416","status":"passed","time":{"start":1728369674995,"stop":1728369674995,"duration":0}}]},"tags":[]},"source":"666d0f0ef8d5816c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/66ffc22121352eaf.json b/7530/data/test-cases/66ffc22121352eaf.json new file mode 100644 index 00000000000..b45b6c2a292 --- /dev/null +++ b/7530/data/test-cases/66ffc22121352eaf.json @@ -0,0 +1 @@ +{"uid":"66ffc22121352eaf","name":"should only return 1 node with relay capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with relay capability","historyId":"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"27158adbe28239ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27158adbe28239ec","status":"passed","time":{"start":1728379182988,"stop":1728379182988,"duration":0}},{"uid":"4a3c1914c9f85125","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a3c1914c9f85125","status":"passed","time":{"start":1728371826966,"stop":1728371826966,"duration":0}},{"uid":"11d60a5c72766263","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11d60a5c72766263","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"a792ee6d9bfa5fe6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a792ee6d9bfa5fe6","status":"passed","time":{"start":1728369273239,"stop":1728369273239,"duration":0}}]},"tags":[]},"source":"66ffc22121352eaf.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/672ecbf73960d976.json b/7530/data/test-cases/672ecbf73960d976.json new file mode 100644 index 00000000000..0b080098457 --- /dev/null +++ b/7530/data/test-cases/672ecbf73960d976.json @@ -0,0 +1 @@ +{"uid":"672ecbf73960d976","name":"Check received message with timestamp: 1728381408400 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1728381408400 ","historyId":"27242d87b8da17cf5c100c4356ea7e74:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526517,"stop":1728381526518,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"672ecbf73960d976.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/674e5725b378cbd.json b/7530/data/test-cases/674e5725b378cbd.json new file mode 100644 index 00000000000..8918d32f16c --- /dev/null +++ b/7530/data/test-cases/674e5725b378cbd.json @@ -0,0 +1 @@ +{"uid":"674e5725b378cbd","name":"more peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > more peers than existing","historyId":"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658692,"stop":1728381658692,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"dde8787ec868ac05","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dde8787ec868ac05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460503,"stop":1728379460504,"duration":1}},{"uid":"33a6bc37d10e2dac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33a6bc37d10e2dac","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"b84f4ff03b498f48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b84f4ff03b498f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488123,"stop":1728370488125,"duration":2}},{"uid":"285bd7fa209e4470","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/285bd7fa209e4470","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591298,"stop":1728369591298,"duration":0}}]},"tags":[]},"source":"674e5725b378cbd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/67743b7b75cd1aa3.json b/7530/data/test-cases/67743b7b75cd1aa3.json new file mode 100644 index 00000000000..4e42b95e790 --- /dev/null +++ b/7530/data/test-cases/67743b7b75cd1aa3.json @@ -0,0 +1 @@ +{"uid":"67743b7b75cd1aa3","name":"can start and stop the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start and stop the service","historyId":"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381716490,"stop":1728381716492,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f9454b791a019c37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9454b791a019c37","status":"passed","time":{"start":1728379524436,"stop":1728379524436,"duration":0}},{"uid":"2d214f7226bb6895","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d214f7226bb6895","status":"passed","time":{"start":1728372187033,"stop":1728372187034,"duration":1}},{"uid":"9380a8c9eea0fbeb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9380a8c9eea0fbeb","status":"passed","time":{"start":1728370559624,"stop":1728370559625,"duration":1}},{"uid":"e9ad96be2193795b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9ad96be2193795b","status":"passed","time":{"start":1728369646202,"stop":1728369646204,"duration":2}}]},"tags":[]},"source":"67743b7b75cd1aa3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/677f37cc99bf438b.json b/7530/data/test-cases/677f37cc99bf438b.json new file mode 100644 index 00000000000..c24a43c596f --- /dev/null +++ b/7530/data/test-cases/677f37cc99bf438b.json @@ -0,0 +1 @@ +{"uid":"677f37cc99bf438b","name":"same cluster, different shard: nodes connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes connect (autosharding)","historyId":"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"214ada6f9a0f4fcb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/214ada6f9a0f4fcb","status":"passed","time":{"start":1728379329167,"stop":1728379329168,"duration":1}},{"uid":"443bc4b3c757f49a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/443bc4b3c757f49a","status":"passed","time":{"start":1728371983983,"stop":1728371983984,"duration":1}}]},"tags":[]},"source":"677f37cc99bf438b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/67b12a68c849e726.json b/7530/data/test-cases/67b12a68c849e726.json new file mode 100644 index 00000000000..0c1ab5f4d52 --- /dev/null +++ b/7530/data/test-cases/67b12a68c849e726.json @@ -0,0 +1 @@ +{"uid":"67b12a68c849e726","name":"Check received message with timestamp: 1728381408400000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1728381408400000000 ","historyId":"9444a5685aa73c129256cb79b5bba81a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"67b12a68c849e726.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/67caa04bfd165f69.json b/7530/data/test-cases/67caa04bfd165f69.json new file mode 100644 index 00000000000..0f7d1429aa5 --- /dev/null +++ b/7530/data/test-cases/67caa04bfd165f69.json @@ -0,0 +1 @@ +{"uid":"67caa04bfd165f69","name":"random static sharding 8 - Cluster ID: 458, Shard ID: 920","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 8 - Cluster ID: 458, Shard ID: 920","historyId":"c1501275fafb8ebcd62c18aea7b0f450:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745557,"stop":1728381745558,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"67caa04bfd165f69.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/67fa082eafd6d84a.json b/7530/data/test-cases/67fa082eafd6d84a.json new file mode 100644 index 00000000000..25e4009ca3c --- /dev/null +++ b/7530/data/test-cases/67fa082eafd6d84a.json @@ -0,0 +1 @@ +{"uid":"67fa082eafd6d84a","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing unicode special characters and receive message","historyId":"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749036,"stop":1728381749037,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"16b5ba83bcb55bb3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16b5ba83bcb55bb3","status":"passed","time":{"start":1728379549682,"stop":1728379549682,"duration":0}},{"uid":"c2fc132e3e54b42c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c2fc132e3e54b42c","status":"passed","time":{"start":1728372195421,"stop":1728372195422,"duration":1}},{"uid":"e45225e1d28c3d07","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e45225e1d28c3d07","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"fd8f1954304e89cd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd8f1954304e89cd","status":"passed","time":{"start":1728369639840,"stop":1728369639840,"duration":0}}]},"tags":[]},"source":"67fa082eafd6d84a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/68ccde34a02ce9e3.json b/7530/data/test-cases/68ccde34a02ce9e3.json new file mode 100644 index 00000000000..49acb7c5f27 --- /dev/null +++ b/7530/data/test-cases/68ccde34a02ce9e3.json @@ -0,0 +1 @@ +{"uid":"68ccde34a02ce9e3","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no id","historyId":"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bd0061841b5f3b65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd0061841b5f3b65","status":"passed","time":{"start":1728379167595,"stop":1728379167596,"duration":1}},{"uid":"a49b6ed3ab822bb7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a49b6ed3ab822bb7","status":"passed","time":{"start":1728371811376,"stop":1728371811376,"duration":0}},{"uid":"a713f5f382a42099","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a713f5f382a42099","status":"passed","time":{"start":1728370158838,"stop":1728370158838,"duration":0}},{"uid":"aa535025326bc9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa535025326bc9","status":"passed","time":{"start":1728369257777,"stop":1728369257777,"duration":0}}]},"tags":[]},"source":"68ccde34a02ce9e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/68e937226cf08c30.json b/7530/data/test-cases/68e937226cf08c30.json new file mode 100644 index 00000000000..fbb8998e3bc --- /dev/null +++ b/7530/data/test-cases/68e937226cf08c30.json @@ -0,0 +1 @@ +{"uid":"68e937226cf08c30","name":"Push message with special chars payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with special chars payload","historyId":"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a9ce43f918d7880d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a9ce43f918d7880d","status":"passed","time":{"start":1728379515541,"stop":1728379515542,"duration":1}},{"uid":"c9df9e2825e9aec0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c9df9e2825e9aec0","status":"passed","time":{"start":1728372171286,"stop":1728372171286,"duration":0}},{"uid":"57e69f8286180f99","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57e69f8286180f99","status":"passed","time":{"start":1728370522942,"stop":1728370522942,"duration":0}},{"uid":"8a9172486c115cd0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a9172486c115cd0","status":"passed","time":{"start":1728369622029,"stop":1728369622029,"duration":0}}]},"tags":[]},"source":"68e937226cf08c30.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/68fea4ddabc82afd.json b/7530/data/test-cases/68fea4ddabc82afd.json new file mode 100644 index 00000000000..395b1601782 --- /dev/null +++ b/7530/data/test-cases/68fea4ddabc82afd.json @@ -0,0 +1 @@ +{"uid":"68fea4ddabc82afd","name":"should be able to encode the field with only RELAY set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with only RELAY set to true","historyId":"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363554,"stop":1728381363556,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b265ee013a1c91","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b265ee013a1c91","status":"passed","time":{"start":1728379166747,"stop":1728379166752,"duration":5}},{"uid":"ee325c16d595e634","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee325c16d595e634","status":"passed","time":{"start":1728371810582,"stop":1728371810584,"duration":2}},{"uid":"6c1eb6148f90d630","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c1eb6148f90d630","status":"passed","time":{"start":1728370158400,"stop":1728370158401,"duration":1}},{"uid":"5d3af89d58485217","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d3af89d58485217","status":"passed","time":{"start":1728369256975,"stop":1728369256982,"duration":7}}]},"tags":[]},"source":"68fea4ddabc82afd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/693eca846d962004.json b/7530/data/test-cases/693eca846d962004.json new file mode 100644 index 00000000000..14f78a57a32 --- /dev/null +++ b/7530/data/test-cases/693eca846d962004.json @@ -0,0 +1 @@ +{"uid":"693eca846d962004","name":"same cluster, different shard: nodes connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > same cluster, different shard: nodes connect","historyId":"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381634309,"stop":1728381634310,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8fa2895bbddd3275","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8fa2895bbddd3275","status":"passed","time":{"start":1728379439872,"stop":1728379439872,"duration":0}},{"uid":"d0a525e33e5dcf30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0a525e33e5dcf30","status":"passed","time":{"start":1728372083108,"stop":1728372083109,"duration":1}},{"uid":"5ebc070a9186522c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ebc070a9186522c","status":"passed","time":{"start":1728370464874,"stop":1728370464875,"duration":1}},{"uid":"6a10953c0a32a8b1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6a10953c0a32a8b1","status":"passed","time":{"start":1728369559765,"stop":1728369559765,"duration":0}}]},"tags":[]},"source":"693eca846d962004.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/69704a19bbe8dc1a.json b/7530/data/test-cases/69704a19bbe8dc1a.json new file mode 100644 index 00000000000..b3d532722bc --- /dev/null +++ b/7530/data/test-cases/69704a19bbe8dc1a.json @@ -0,0 +1 @@ +{"uid":"69704a19bbe8dc1a","name":"should properly create location multiaddrs - udp6","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - udp6","historyId":"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ed41441f89d5b944","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ed41441f89d5b944","status":"passed","time":{"start":1728379167604,"stop":1728379167604,"duration":0}},{"uid":"1b82145b8be46ce3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1b82145b8be46ce3","status":"passed","time":{"start":1728371811385,"stop":1728371811386,"duration":1}},{"uid":"5d8c91c2e85e07bb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5d8c91c2e85e07bb","status":"passed","time":{"start":1728370158847,"stop":1728370158847,"duration":0}},{"uid":"1ce9c46f03723d90","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ce9c46f03723d90","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"tags":[]},"source":"69704a19bbe8dc1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6996a436b4d382d7.json b/7530/data/test-cases/6996a436b4d382d7.json new file mode 100644 index 00000000000..4305ad92456 --- /dev/null +++ b/7530/data/test-cases/6996a436b4d382d7.json @@ -0,0 +1 @@ +{"uid":"6996a436b4d382d7","name":"Relay - dialed after","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Relay - dialed after","historyId":"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e25e1ddb7d3656b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e25e1ddb7d3656b8","status":"passed","time":{"start":1728379607035,"stop":1728379607035,"duration":0}},{"uid":"316fcbb9daa928f9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/316fcbb9daa928f9","status":"passed","time":{"start":1728372238120,"stop":1728372238121,"duration":1}},{"uid":"61b233042e5fe1ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/61b233042e5fe1ca","status":"passed","time":{"start":1728370630365,"stop":1728370630365,"duration":0}},{"uid":"d7f052bbd8386571","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d7f052bbd8386571","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"tags":[]},"source":"6996a436b4d382d7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/69b6268c06b55aa6.json b/7530/data/test-cases/69b6268c06b55aa6.json new file mode 100644 index 00000000000..13c2ba9501d --- /dev/null +++ b/7530/data/test-cases/69b6268c06b55aa6.json @@ -0,0 +1 @@ +{"uid":"69b6268c06b55aa6","name":"should emit `waku:online` event only when first peer is connected","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > should emit `waku:online` event only when first peer is connected","historyId":"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381439732,"stop":1728381439738,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9ce9ee411076d21b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9ce9ee411076d21b","status":"passed","time":{"start":1728379250158,"stop":1728379250160,"duration":2}},{"uid":"ed2ef40f0e788e58","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed2ef40f0e788e58","status":"passed","time":{"start":1728371885961,"stop":1728371885962,"duration":1}},{"uid":"3cf4db170b337e6e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3cf4db170b337e6e","status":"passed","time":{"start":1728370233660,"stop":1728370233661,"duration":1}},{"uid":"acc5fe27f910bdc2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acc5fe27f910bdc2","status":"passed","time":{"start":1728369335731,"stop":1728369335733,"duration":2}}]},"tags":[]},"source":"69b6268c06b55aa6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/69efb40637ce138.json b/7530/data/test-cases/69efb40637ce138.json new file mode 100644 index 00000000000..9fbb9c1d22a --- /dev/null +++ b/7530/data/test-cases/69efb40637ce138.json @@ -0,0 +1 @@ +{"uid":"69efb40637ce138","name":"Check received message containing Arabic","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Arabic","historyId":"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a1114fce9aeefcd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1114fce9aeefcd7","status":"passed","time":{"start":1728379329396,"stop":1728379329396,"duration":0}},{"uid":"cf44cc473f756c55","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf44cc473f756c55","status":"passed","time":{"start":1728371973985,"stop":1728371973985,"duration":0}},{"uid":"dce02859d644c15","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dce02859d644c15","status":"passed","time":{"start":1728370320863,"stop":1728370320863,"duration":0}},{"uid":"7df9a195bf49b3a5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7df9a195bf49b3a5","status":"passed","time":{"start":1728369420225,"stop":1728369420226,"duration":1}}]},"tags":[]},"source":"69efb40637ce138.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/69ffadce8e4cf29.json b/7530/data/test-cases/69ffadce8e4cf29.json new file mode 100644 index 00000000000..ad952c44928 --- /dev/null +++ b/7530/data/test-cases/69ffadce8e4cf29.json @@ -0,0 +1 @@ +{"uid":"69ffadce8e4cf29","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449297,"stop":1728381449297,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"178895ed8ae3f2c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/178895ed8ae3f2c9","status":"passed","time":{"start":1728379255026,"stop":1728379255027,"duration":1}},{"uid":"16f1b6c7df037843","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/16f1b6c7df037843","status":"passed","time":{"start":1728371896753,"stop":1728371896753,"duration":0}},{"uid":"b085a6467373507b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b085a6467373507b","status":"passed","time":{"start":1728370245291,"stop":1728370245291,"duration":0}},{"uid":"5b3fbe452e69b05c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5b3fbe452e69b05c","status":"passed","time":{"start":1728369344210,"stop":1728369344211,"duration":1}}]},"tags":[]},"source":"69ffadce8e4cf29.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6a62fe44e3f7a9a3.json b/7530/data/test-cases/6a62fe44e3f7a9a3.json new file mode 100644 index 00000000000..ea585e5ea7a --- /dev/null +++ b/7530/data/test-cases/6a62fe44e3f7a9a3.json @@ -0,0 +1 @@ +{"uid":"6a62fe44e3f7a9a3","name":"Push message with SQL Injection payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with SQL Injection payload","historyId":"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680442,"stop":1728381680443,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a59f2976c2276237","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a59f2976c2276237","status":"passed","time":{"start":1728379482919,"stop":1728379482919,"duration":0}},{"uid":"e6b69328cf2c6a69","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6b69328cf2c6a69","status":"passed","time":{"start":1728372134546,"stop":1728372134546,"duration":0}},{"uid":"31e3a265bbf8043f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31e3a265bbf8043f","status":"passed","time":{"start":1728370487861,"stop":1728370487862,"duration":1}},{"uid":"aafe6e19d795dd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aafe6e19d795dd6","status":"passed","time":{"start":1728369590787,"stop":1728369590788,"duration":1}}]},"tags":[]},"source":"6a62fe44e3f7a9a3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6a634e279cc5ee15.json b/7530/data/test-cases/6a634e279cc5ee15.json new file mode 100644 index 00000000000..1847cec9e4d --- /dev/null +++ b/7530/data/test-cases/6a634e279cc5ee15.json @@ -0,0 +1 @@ +{"uid":"6a634e279cc5ee15","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (Autosharding): Multiple PubsubTopics > Light push messages to 2 nwaku nodes each with different pubsubtopics","historyId":"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ba90f22969e6cff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ba90f22969e6cff","status":"passed","time":{"start":1728379422779,"stop":1728379422780,"duration":1}},{"uid":"890fe75b6300a442","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/890fe75b6300a442","status":"passed","time":{"start":1728372057780,"stop":1728372057781,"duration":1}},{"uid":"ff5338dfe5c9f14f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff5338dfe5c9f14f","status":"passed","time":{"start":1728370439684,"stop":1728370439685,"duration":1}},{"uid":"875367ee0641ad36","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/875367ee0641ad36","status":"passed","time":{"start":1728369540013,"stop":1728369540013,"duration":0}}]},"tags":[]},"source":"6a634e279cc5ee15.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6a74cf0c12edfa8e.json b/7530/data/test-cases/6a74cf0c12edfa8e.json new file mode 100644 index 00000000000..dbadc26b4b3 --- /dev/null +++ b/7530/data/test-cases/6a74cf0c12edfa8e.json @@ -0,0 +1 @@ +{"uid":"6a74cf0c12edfa8e","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing special chars and receive message","historyId":"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"53f0a180da351cf3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53f0a180da351cf3","status":"passed","time":{"start":1728379366472,"stop":1728379366472,"duration":0}},{"uid":"dde09164bb1c9095","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dde09164bb1c9095","status":"passed","time":{"start":1728371996010,"stop":1728371996012,"duration":2}},{"uid":"e77b14ec03a6835c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e77b14ec03a6835c","status":"passed","time":{"start":1728370345129,"stop":1728370345129,"duration":0}},{"uid":"fb8522213f5bc5f6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb8522213f5bc5f6","status":"passed","time":{"start":1728369447288,"stop":1728369447288,"duration":0}}]},"tags":[]},"source":"6a74cf0c12edfa8e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6ac18acd62f7168b.json b/7530/data/test-cases/6ac18acd62f7168b.json new file mode 100644 index 00000000000..5dc53102489 --- /dev/null +++ b/7530/data/test-cases/6ac18acd62f7168b.json @@ -0,0 +1 @@ +{"uid":"6ac18acd62f7168b","name":"Check publish message containing short","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing short","historyId":"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689142,"stop":1728381689143,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"61c175569efd5dd1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61c175569efd5dd1","status":"passed","time":{"start":1728379493786,"stop":1728379493801,"duration":15}},{"uid":"c32ef4c038ce5806","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c32ef4c038ce5806","status":"passed","time":{"start":1728372140935,"stop":1728372140935,"duration":0}},{"uid":"8cad7885bfc1a7eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8cad7885bfc1a7eb","status":"passed","time":{"start":1728370524954,"stop":1728370524954,"duration":0}},{"uid":"4a773b58b149443b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a773b58b149443b","status":"passed","time":{"start":1728369630385,"stop":1728369630386,"duration":1}}]},"tags":[]},"source":"6ac18acd62f7168b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6b3f5f20af60f64a.json b/7530/data/test-cases/6b3f5f20af60f64a.json new file mode 100644 index 00000000000..651b583dbb7 --- /dev/null +++ b/7530/data/test-cases/6b3f5f20af60f64a.json @@ -0,0 +1 @@ +{"uid":"6b3f5f20af60f64a","name":"Publish without waiting for remote peer","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Publish without waiting for remote peer","historyId":"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696822,"stop":1728381696823,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b38002789dbc0c8a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b38002789dbc0c8a","status":"passed","time":{"start":1728379498092,"stop":1728379498092,"duration":0}},{"uid":"50fa716946d5d7b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50fa716946d5d7b1","status":"passed","time":{"start":1728372147549,"stop":1728372147549,"duration":0}},{"uid":"ad4c95be3db4f956","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad4c95be3db4f956","status":"passed","time":{"start":1728370534998,"stop":1728370534998,"duration":0}},{"uid":"44c3b2fe8d17277e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/44c3b2fe8d17277e","status":"passed","time":{"start":1728369636348,"stop":1728369636348,"duration":0}}]},"tags":[]},"source":"6b3f5f20af60f64a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6b5035e00cfc2c4a.json b/7530/data/test-cases/6b5035e00cfc2c4a.json new file mode 100644 index 00000000000..965d149cabd --- /dev/null +++ b/7530/data/test-cases/6b5035e00cfc2c4a.json @@ -0,0 +1 @@ +{"uid":"6b5035e00cfc2c4a","name":"Push message with JSON payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with JSON payload","historyId":"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680449,"stop":1728381680450,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9a222f99bf1c04cf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a222f99bf1c04cf","status":"passed","time":{"start":1728379482923,"stop":1728379482924,"duration":1}},{"uid":"ba8ba4f3f6395e6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba8ba4f3f6395e6c","status":"passed","time":{"start":1728372134547,"stop":1728372134548,"duration":1}},{"uid":"b8b55ac0f7cc1d50","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b8b55ac0f7cc1d50","status":"passed","time":{"start":1728370487865,"stop":1728370487865,"duration":0}},{"uid":"bdf4c1cf80853e13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bdf4c1cf80853e13","status":"passed","time":{"start":1728369590790,"stop":1728369590790,"duration":0}}]},"tags":[]},"source":"6b5035e00cfc2c4a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6b8823ee26f909e0.json b/7530/data/test-cases/6b8823ee26f909e0.json new file mode 100644 index 00000000000..cd878207575 --- /dev/null +++ b/7530/data/test-cases/6b8823ee26f909e0.json @@ -0,0 +1 @@ +{"uid":"6b8823ee26f909e0","name":"should get / set UDP multiaddr","fullName":"/src/enr.spec.ts: ENR > Multiaddr getters and setters > should get / set UDP multiaddr","historyId":"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Multiaddr getters and setters\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Multiaddr getters and setters\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Multiaddr getters and setters"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"860d57b50c06c224","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/860d57b50c06c224","status":"passed","time":{"start":1728379167599,"stop":1728379167599,"duration":0}},{"uid":"9b5e2479989f66cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b5e2479989f66cc","status":"passed","time":{"start":1728371811380,"stop":1728371811384,"duration":4}},{"uid":"b08ce2b5bf73477","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b08ce2b5bf73477","status":"passed","time":{"start":1728370158842,"stop":1728370158842,"duration":0}},{"uid":"e98750df5ea19fd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e98750df5ea19fd6","status":"passed","time":{"start":1728369257784,"stop":1728369257784,"duration":0}}]},"tags":[]},"source":"6b8823ee26f909e0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6bb24f0b6d1fed3e.json b/7530/data/test-cases/6bb24f0b6d1fed3e.json new file mode 100644 index 00000000000..8a554a8baa4 --- /dev/null +++ b/7530/data/test-cases/6bb24f0b6d1fed3e.json @@ -0,0 +1 @@ +{"uid":"6bb24f0b6d1fed3e","name":"should select older connection if present","fullName":"/src/lib/stream_manager/utils.spec.ts: selectOpenConnection > should select older connection if present","historyId":"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371462,"stop":1728381371462,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"selectOpenConnection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"30b17463b0b91a6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30b17463b0b91a6c","status":"passed","time":{"start":1728379173695,"stop":1728379173701,"duration":6}},{"uid":"e099f107e6ca9786","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e099f107e6ca9786","status":"passed","time":{"start":1728371818072,"stop":1728371818072,"duration":0}},{"uid":"f5a8c5920ffff021","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5a8c5920ffff021","status":"passed","time":{"start":1728370165701,"stop":1728370165702,"duration":1}},{"uid":"c86756717d9ef2cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c86756717d9ef2cb","status":"passed","time":{"start":1728369264721,"stop":1728369264722,"duration":1}}]},"tags":[]},"source":"6bb24f0b6d1fed3e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6be9c6e7601080ce.json b/7530/data/test-cases/6be9c6e7601080ce.json new file mode 100644 index 00000000000..e64fabc2d2d --- /dev/null +++ b/7530/data/test-cases/6be9c6e7601080ce.json @@ -0,0 +1 @@ +{"uid":"6be9c6e7601080ce","name":"Push message with Basic HTML tag payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Basic HTML tag payload","historyId":"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680446,"stop":1728381680449,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bd32dc003dcacf65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd32dc003dcacf65","status":"passed","time":{"start":1728379482922,"stop":1728379482923,"duration":1}},{"uid":"d93d69e337282166","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d93d69e337282166","status":"passed","time":{"start":1728372134547,"stop":1728372134547,"duration":0}},{"uid":"bcc4041a7b93a9b8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bcc4041a7b93a9b8","status":"passed","time":{"start":1728370487864,"stop":1728370487865,"duration":1}},{"uid":"2f0a96bfd7e3a536","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2f0a96bfd7e3a536","status":"passed","time":{"start":1728369590789,"stop":1728369590790,"duration":1}}]},"tags":[]},"source":"6be9c6e7601080ce.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6c001f880817495.json b/7530/data/test-cases/6c001f880817495.json new file mode 100644 index 00000000000..b1b049f7481 --- /dev/null +++ b/7530/data/test-cases/6c001f880817495.json @@ -0,0 +1 @@ +{"uid":"6c001f880817495","name":"same cluster, same shard: nodes connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > same cluster, same shard: nodes connect","historyId":"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381634308,"stop":1728381634309,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2ef92e0f2c1cf272","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2ef92e0f2c1cf272","status":"passed","time":{"start":1728379439872,"stop":1728379439872,"duration":0}},{"uid":"ff26867a47c06797","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff26867a47c06797","status":"passed","time":{"start":1728372083102,"stop":1728372083108,"duration":6}},{"uid":"9c643d0000b1b447","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9c643d0000b1b447","status":"passed","time":{"start":1728370464873,"stop":1728370464874,"duration":1}},{"uid":"c42dbeba5295557e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c42dbeba5295557e","status":"passed","time":{"start":1728369559763,"stop":1728369559764,"duration":1}}]},"tags":[]},"source":"6c001f880817495.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6c8bf82f30d2cbf9.json b/7530/data/test-cases/6c8bf82f30d2cbf9.json new file mode 100644 index 00000000000..a296bdafc91 --- /dev/null +++ b/7530/data/test-cases/6c8bf82f30d2cbf9.json @@ -0,0 +1 @@ +{"uid":"6c8bf82f30d2cbf9","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","historyId":"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1623064bc28b48","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1623064bc28b48","status":"passed","time":{"start":1728379159009,"stop":1728379159009,"duration":0}},{"uid":"7fa5a82582800137","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7fa5a82582800137","status":"passed","time":{"start":1728371802895,"stop":1728371802895,"duration":0}},{"uid":"c3f64f33d198b753","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3f64f33d198b753","status":"passed","time":{"start":1728370149928,"stop":1728370149928,"duration":0}},{"uid":"9afab1ee97c45404","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9afab1ee97c45404","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"tags":[]},"source":"6c8bf82f30d2cbf9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6c90bed5190c83f0.json b/7530/data/test-cases/6c90bed5190c83f0.json new file mode 100644 index 00000000000..a2a53a81aa7 --- /dev/null +++ b/7530/data/test-cases/6c90bed5190c83f0.json @@ -0,0 +1 @@ +{"uid":"6c90bed5190c83f0","name":"should push to available amount of connection if less than required","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Connection Management: E2E > should push to available amount of connection if less than required","historyId":"46f5d0b14b51d8dd435ad1e2d601779d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381580778,"stop":1728381580785,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Connection Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"985f9377cbd797c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/985f9377cbd797c3","status":"passed","time":{"start":1728379391619,"stop":1728379391624,"duration":5}},{"uid":"ccdb4849e857acb4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccdb4849e857acb4","status":"passed","time":{"start":1728372025211,"stop":1728372025211,"duration":0}}]},"tags":[]},"source":"6c90bed5190c83f0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6cd4acaa0b3d78e9.json b/7530/data/test-cases/6cd4acaa0b3d78e9.json new file mode 100644 index 00000000000..e55c9f33a3e --- /dev/null +++ b/7530/data/test-cases/6cd4acaa0b3d78e9.json @@ -0,0 +1 @@ +{"uid":"6cd4acaa0b3d78e9","name":"Push message with shell command payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with shell command payload","historyId":"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"98b53329b724df83","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98b53329b724df83","status":"passed","time":{"start":1728379515547,"stop":1728379515547,"duration":0}},{"uid":"994c3eca36428b7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/994c3eca36428b7d","status":"passed","time":{"start":1728372171293,"stop":1728372171293,"duration":0}},{"uid":"bfbc5aa367e54aec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfbc5aa367e54aec","status":"passed","time":{"start":1728370522957,"stop":1728370522957,"duration":0}},{"uid":"802886f385c8565f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/802886f385c8565f","status":"passed","time":{"start":1728369622033,"stop":1728369622033,"duration":0}}]},"tags":[]},"source":"6cd4acaa0b3d78e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6d54605697db920e.json b/7530/data/test-cases/6d54605697db920e.json new file mode 100644 index 00000000000..baaaa4e5a85 --- /dev/null +++ b/7530/data/test-cases/6d54605697db920e.json @@ -0,0 +1 @@ +{"uid":"6d54605697db920e","name":"Check received message containing escaped characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing escaped characters","historyId":"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658370,"stop":1728381658371,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3ca636994af7a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ca636994af7a0","status":"passed","time":{"start":1728379460265,"stop":1728379460265,"duration":0}},{"uid":"548ab838d9041d54","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/548ab838d9041d54","status":"passed","time":{"start":1728372105663,"stop":1728372105664,"duration":1}},{"uid":"d5ec3fd208be3468","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d5ec3fd208be3468","status":"passed","time":{"start":1728370464123,"stop":1728370464128,"duration":5}},{"uid":"4d054107981c14e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4d054107981c14e0","status":"passed","time":{"start":1728369544860,"stop":1728369544860,"duration":0}}]},"tags":[]},"source":"6d54605697db920e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6e15eac5c8415671.json b/7530/data/test-cases/6e15eac5c8415671.json new file mode 100644 index 00000000000..c2475792e8c --- /dev/null +++ b/7530/data/test-cases/6e15eac5c8415671.json @@ -0,0 +1 @@ +{"uid":"6e15eac5c8415671","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing long and receive message","historyId":"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557228,"stop":1728381557228,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a104d42bff546d4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a104d42bff546d4d","status":"passed","time":{"start":1728379366468,"stop":1728379366470,"duration":2}},{"uid":"a8921b9230ae7227","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8921b9230ae7227","status":"passed","time":{"start":1728371996007,"stop":1728371996007,"duration":0}},{"uid":"915a00894ab84f9e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/915a00894ab84f9e","status":"passed","time":{"start":1728370345126,"stop":1728370345126,"duration":0}},{"uid":"735f04030a74222","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/735f04030a74222","status":"passed","time":{"start":1728369447287,"stop":1728369447287,"duration":0}}]},"tags":[]},"source":"6e15eac5c8415671.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6e994904ce6babfc.json b/7530/data/test-cases/6e994904ce6babfc.json new file mode 100644 index 00000000000..0c1c9386c97 --- /dev/null +++ b/7530/data/test-cases/6e994904ce6babfc.json @@ -0,0 +1 @@ +{"uid":"6e994904ce6babfc","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing short and receive message","historyId":"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557221,"stop":1728381557227,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"11ab48139fe20069","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/11ab48139fe20069","status":"passed","time":{"start":1728379366467,"stop":1728379366468,"duration":1}},{"uid":"9dc911a266993d01","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9dc911a266993d01","status":"passed","time":{"start":1728371996006,"stop":1728371996007,"duration":1}},{"uid":"8ad29fc10791c367","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ad29fc10791c367","status":"passed","time":{"start":1728370345125,"stop":1728370345126,"duration":1}},{"uid":"24ad234c2158e0ed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/24ad234c2158e0ed","status":"passed","time":{"start":1728369447287,"stop":1728369447287,"duration":0}}]},"tags":[]},"source":"6e994904ce6babfc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6f346b076ca7fde9.json b/7530/data/test-cases/6f346b076ca7fde9.json new file mode 100644 index 00000000000..4ef91a6897e --- /dev/null +++ b/7530/data/test-cases/6f346b076ca7fde9.json @@ -0,0 +1 @@ +{"uid":"6f346b076ca7fde9","name":"LightPush: 3 peers, Filter: 1 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 1 peers","historyId":"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"3b889a322017114e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b889a322017114e","status":"passed","time":{"start":1728379419687,"stop":1728379419688,"duration":1}},{"uid":"2cfbff580ed1e50c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cfbff580ed1e50c","status":"passed","time":{"start":1728372107445,"stop":1728372107448,"duration":3}},{"uid":"38eb58467c8508c6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/38eb58467c8508c6","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626990,"stop":1728370626990,"duration":0}},{"uid":"a1878794752571c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1878794752571c0","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728518,"stop":1728369728518,"duration":0}}]},"tags":[]},"source":"6f346b076ca7fde9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6f6488286e3ba014.json b/7530/data/test-cases/6f6488286e3ba014.json new file mode 100644 index 00000000000..bb7c9479e2f --- /dev/null +++ b/7530/data/test-cases/6f6488286e3ba014.json @@ -0,0 +1 @@ +{"uid":"6f6488286e3ba014","name":"Subscribe to topic containing Arabic and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Arabic and receive message","historyId":"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749026,"stop":1728381749032,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d2112df53f7a2ad4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d2112df53f7a2ad4","status":"passed","time":{"start":1728379549674,"stop":1728379549675,"duration":1}},{"uid":"fb528c835d1bce00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb528c835d1bce00","status":"passed","time":{"start":1728372195414,"stop":1728372195415,"duration":1}},{"uid":"f22d2bf1f2a326c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f22d2bf1f2a326c3","status":"passed","time":{"start":1728370555244,"stop":1728370555245,"duration":1}},{"uid":"61f5815fb4bae65f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/61f5815fb4bae65f","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"tags":[]},"source":"6f6488286e3ba014.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6fb38ea0669482ee.json b/7530/data/test-cases/6fb38ea0669482ee.json new file mode 100644 index 00000000000..261a5340459 --- /dev/null +++ b/7530/data/test-cases/6fb38ea0669482ee.json @@ -0,0 +1 @@ +{"uid":"6fb38ea0669482ee","name":"Subscribe to topic containing unicode special characters and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing unicode special characters and publish message","historyId":"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696870,"stop":1728381696870,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf2e9d644f23a3ae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf2e9d644f23a3ae","status":"passed","time":{"start":1728379498107,"stop":1728379498107,"duration":0}},{"uid":"9cac99df2a38b74d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cac99df2a38b74d","status":"passed","time":{"start":1728372147579,"stop":1728372147580,"duration":1}},{"uid":"ad059e3bbd2e6e5f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad059e3bbd2e6e5f","status":"passed","time":{"start":1728370535038,"stop":1728370535038,"duration":0}},{"uid":"7391c4a6313fc155","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7391c4a6313fc155","status":"passed","time":{"start":1728369636386,"stop":1728369636386,"duration":0}}]},"tags":[]},"source":"6fb38ea0669482ee.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/6ffec83fb78bb195.json b/7530/data/test-cases/6ffec83fb78bb195.json new file mode 100644 index 00000000000..5b5e3f3cb5c --- /dev/null +++ b/7530/data/test-cases/6ffec83fb78bb195.json @@ -0,0 +1 @@ +{"uid":"6ffec83fb78bb195","name":"should emit events and trasition isConnected state when has peers or no peers","fullName":"/tests/connection-mananger/events.spec.ts: Events > waku:connection > should emit events and trasition isConnected state when has peers or no peers","historyId":"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381409095,"stop":1728381409095,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"waku:connection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"eb592c648fbe1b18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eb592c648fbe1b18","status":"passed","time":{"start":1728379215430,"stop":1728379215431,"duration":1}},{"uid":"d9b8a7d511a525ee","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9b8a7d511a525ee","status":"passed","time":{"start":1728371857087,"stop":1728371857087,"duration":0}},{"uid":"90375711c1c0c760","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90375711c1c0c760","status":"passed","time":{"start":1728370205025,"stop":1728370205029,"duration":4}},{"uid":"5acca862f44a23f0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5acca862f44a23f0","status":"passed","time":{"start":1728369303210,"stop":1728369303212,"duration":2}}]},"tags":[]},"source":"6ffec83fb78bb195.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7048f3bf79e250d.json b/7530/data/test-cases/7048f3bf79e250d.json new file mode 100644 index 00000000000..d93aaef6513 --- /dev/null +++ b/7530/data/test-cases/7048f3bf79e250d.json @@ -0,0 +1 @@ +{"uid":"7048f3bf79e250d","name":"Check received message containing shell command","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing shell command","historyId":"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526515,"stop":1728381526516,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ab4f8be6d67f93f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ab4f8be6d67f93f8","status":"passed","time":{"start":1728379329399,"stop":1728379329399,"duration":0}},{"uid":"b2b5d6403289c366","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2b5d6403289c366","status":"passed","time":{"start":1728371973992,"stop":1728371973993,"duration":1}},{"uid":"3b33d05d168dad57","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b33d05d168dad57","status":"passed","time":{"start":1728370320866,"stop":1728370320866,"duration":0}},{"uid":"4fe65b54f615ec32","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4fe65b54f615ec32","status":"passed","time":{"start":1728369420244,"stop":1728369420245,"duration":1}}]},"tags":[]},"source":"7048f3bf79e250d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/71931a9c6a1729cd.json b/7530/data/test-cases/71931a9c6a1729cd.json new file mode 100644 index 00000000000..7009effb642 --- /dev/null +++ b/7530/data/test-cases/71931a9c6a1729cd.json @@ -0,0 +1 @@ +{"uid":"71931a9c6a1729cd","name":"Symmetric encrypt & Decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Symmetric encrypt & Decrypt","historyId":"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381390013,"stop":1728381390013,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Waku Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c16e8e742197fdd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c16e8e742197fdd2","status":"passed","time":{"start":1728379193197,"stop":1728379193197,"duration":0}},{"uid":"f5fd02e18d6a564a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5fd02e18d6a564a","status":"passed","time":{"start":1728371837408,"stop":1728371837409,"duration":1}},{"uid":"b796ba57669b092f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b796ba57669b092f","status":"passed","time":{"start":1728370184626,"stop":1728370184626,"duration":0}},{"uid":"fd740ec9dd916c13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd740ec9dd916c13","status":"passed","time":{"start":1728369283803,"stop":1728369283803,"duration":0}}]},"tags":[]},"source":"71931a9c6a1729cd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/71fbf25109fd0603.json b/7530/data/test-cases/71fbf25109fd0603.json new file mode 100644 index 00000000000..09ad1d04d83 --- /dev/null +++ b/7530/data/test-cases/71fbf25109fd0603.json @@ -0,0 +1 @@ +{"uid":"71fbf25109fd0603","name":"Check publish message containing Chinese","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Chinese","historyId":"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689146,"stop":1728381689147,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"28176a3d33e0decc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/28176a3d33e0decc","status":"passed","time":{"start":1728379493838,"stop":1728379493840,"duration":2}},{"uid":"c0ef83cf1d399e3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0ef83cf1d399e3b","status":"passed","time":{"start":1728372140940,"stop":1728372140943,"duration":3}},{"uid":"e6c84d044d25f917","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6c84d044d25f917","status":"passed","time":{"start":1728370524956,"stop":1728370524956,"duration":0}},{"uid":"5cbbebd6959d6069","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5cbbebd6959d6069","status":"passed","time":{"start":1728369630390,"stop":1728369630392,"duration":2}}]},"tags":[]},"source":"71fbf25109fd0603.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/72384e0898c7d1c5.json b/7530/data/test-cases/72384e0898c7d1c5.json new file mode 100644 index 00000000000..89ceaa68401 --- /dev/null +++ b/7530/data/test-cases/72384e0898c7d1c5.json @@ -0,0 +1 @@ +{"uid":"72384e0898c7d1c5","name":"Check publish message containing shell command","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing shell command","historyId":"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689152,"stop":1728381689153,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8e677edf6a6f1729","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8e677edf6a6f1729","status":"passed","time":{"start":1728379493843,"stop":1728379493843,"duration":0}},{"uid":"d0be129218d60f6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0be129218d60f6","status":"passed","time":{"start":1728372140946,"stop":1728372140947,"duration":1}},{"uid":"ed54487ba87df65c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed54487ba87df65c","status":"passed","time":{"start":1728370524959,"stop":1728370524959,"duration":0}},{"uid":"1dc9aa1531fbd35d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1dc9aa1531fbd35d","status":"passed","time":{"start":1728369630396,"stop":1728369630397,"duration":1}}]},"tags":[]},"source":"72384e0898c7d1c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/72e52c121f82c630.json b/7530/data/test-cases/72e52c121f82c630.json new file mode 100644 index 00000000000..8e48fd5b1d2 --- /dev/null +++ b/7530/data/test-cases/72e52c121f82c630.json @@ -0,0 +1 @@ +{"uid":"72e52c121f82c630","name":"should get / set TCP multiaddr","fullName":"/src/enr.spec.ts: ENR > Multiaddr getters and setters > should get / set TCP multiaddr","historyId":"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Multiaddr getters and setters\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Multiaddr getters and setters\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Multiaddr getters and setters"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"76724dc32ec21329","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76724dc32ec21329","status":"passed","time":{"start":1728379167600,"stop":1728379167600,"duration":0}},{"uid":"56fe52618a1a9a8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/56fe52618a1a9a8c","status":"passed","time":{"start":1728371811384,"stop":1728371811384,"duration":0}},{"uid":"ec28a26468fec5a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec28a26468fec5a4","status":"passed","time":{"start":1728370158842,"stop":1728370158842,"duration":0}},{"uid":"aeb1dc238429c2c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aeb1dc238429c2c8","status":"passed","time":{"start":1728369257784,"stop":1728369257785,"duration":1}}]},"tags":[]},"source":"72e52c121f82c630.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/72e80ebeb29a1af5.json b/7530/data/test-cases/72e80ebeb29a1af5.json new file mode 100644 index 00000000000..fa9af63da80 --- /dev/null +++ b/7530/data/test-cases/72e80ebeb29a1af5.json @@ -0,0 +1 @@ +{"uid":"72e80ebeb29a1af5","name":"Round trip binary serialization","fullName":"/src/lib/message/version_0.spec.ts: Waku Message version 0 > Round trip binary serialization","historyId":"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371849,"stop":1728381371849,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e30eb123b46101cc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e30eb123b46101cc","status":"passed","time":{"start":1728379175034,"stop":1728379175034,"duration":0}},{"uid":"dbfeb627080e00c0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dbfeb627080e00c0","status":"passed","time":{"start":1728371819026,"stop":1728371819027,"duration":1}},{"uid":"b19c9444ccc70695","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b19c9444ccc70695","status":"passed","time":{"start":1728370166483,"stop":1728370166484,"duration":1}},{"uid":"5c1e35101221a8e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c1e35101221a8e1","status":"passed","time":{"start":1728369265266,"stop":1728369265266,"duration":0}}]},"tags":[]},"source":"72e80ebeb29a1af5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/731c3e5e050bab07.json b/7530/data/test-cases/731c3e5e050bab07.json new file mode 100644 index 00000000000..7823a8f3df8 --- /dev/null +++ b/7530/data/test-cases/731c3e5e050bab07.json @@ -0,0 +1 @@ +{"uid":"731c3e5e050bab07","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Russian and receive message","historyId":"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b5e930830ca549c1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b5e930830ca549c1","status":"passed","time":{"start":1728379549675,"stop":1728379549675,"duration":0}},{"uid":"befdcf2fecb1fa06","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/befdcf2fecb1fa06","status":"passed","time":{"start":1728372195415,"stop":1728372195415,"duration":0}},{"uid":"a5df3aadff5c51d7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5df3aadff5c51d7","status":"passed","time":{"start":1728370555245,"stop":1728370555245,"duration":0}},{"uid":"e15a677f367ce37d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e15a677f367ce37d","status":"passed","time":{"start":1728369639836,"stop":1728369639836,"duration":0}}]},"tags":[]},"source":"731c3e5e050bab07.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/73a889616d614ebc.json b/7530/data/test-cases/73a889616d614ebc.json new file mode 100644 index 00000000000..db2d2137589 --- /dev/null +++ b/7530/data/test-cases/73a889616d614ebc.json @@ -0,0 +1 @@ +{"uid":"73a889616d614ebc","name":"Ping on peer without subscriptions","fullName":"/tests/filter/single_node/ping.node.spec.ts: Waku Filter V2: Ping > Ping on peer without subscriptions","historyId":"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381452650,"stop":1728381452650,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6d53f438e6de1459","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d53f438e6de1459","status":"passed","time":{"start":1728379262343,"stop":1728379262344,"duration":1}},{"uid":"9689c8efc842a0c4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9689c8efc842a0c4","status":"passed","time":{"start":1728371896581,"stop":1728371896582,"duration":1}},{"uid":"ccd2574b5047fea6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ccd2574b5047fea6","status":"passed","time":{"start":1728370244009,"stop":1728370244010,"duration":1}},{"uid":"ae2d47fd51246c97","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ae2d47fd51246c97","status":"passed","time":{"start":1728369348164,"stop":1728369348164,"duration":0}}]},"tags":[]},"source":"73a889616d614ebc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/741ede65217a2371.json b/7530/data/test-cases/741ede65217a2371.json new file mode 100644 index 00000000000..a53dc4c7117 --- /dev/null +++ b/7530/data/test-cases/741ede65217a2371.json @@ -0,0 +1 @@ +{"uid":"741ede65217a2371","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","historyId":"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521292,"stop":1728381521293,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd55c5ae9c60b89e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd55c5ae9c60b89e","status":"passed","time":{"start":1728379329173,"stop":1728379329174,"duration":1}},{"uid":"adce983429f8d345","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/adce983429f8d345","status":"passed","time":{"start":1728371983999,"stop":1728371983999,"duration":0}},{"uid":"710607460801844d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/710607460801844d","status":"passed","time":{"start":1728370284349,"stop":1728370284350,"duration":1}},{"uid":"97944cffe720f234","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/97944cffe720f234","status":"passed","time":{"start":1728369378881,"stop":1728369378891,"duration":10}}]},"tags":[]},"source":"741ede65217a2371.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7499d4a30620c2ae.json b/7530/data/test-cases/7499d4a30620c2ae.json new file mode 100644 index 00000000000..6932ef32974 --- /dev/null +++ b/7530/data/test-cases/7499d4a30620c2ae.json @@ -0,0 +1 @@ +{"uid":"7499d4a30620c2ae","name":"non connected peers","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > non connected peers","historyId":"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658693,"stop":1728381658693,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"d82353c98017ed56","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d82353c98017ed56","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460504,"stop":1728379460504,"duration":0}},{"uid":"a6ccc5b4f5cabf67","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6ccc5b4f5cabf67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"eb6dee57b4e099fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/eb6dee57b4e099fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488126,"stop":1728370488127,"duration":1}},{"uid":"23de371b12fe57d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23de371b12fe57d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591300,"stop":1728369591300,"duration":0}}]},"tags":[]},"source":"7499d4a30620c2ae.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/74aa7e1af5c99cdc.json b/7530/data/test-cases/74aa7e1af5c99cdc.json new file mode 100644 index 00000000000..eb6883472fd --- /dev/null +++ b/7530/data/test-cases/74aa7e1af5c99cdc.json @@ -0,0 +1 @@ +{"uid":"74aa7e1af5c99cdc","name":"Unsubscribe 1 topic - node subscribed to 1 topic","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribe 1 topic - node subscribed to 1 topic","historyId":"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545550,"stop":1728381545550,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d138a0ec2355b81a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d138a0ec2355b81a","status":"passed","time":{"start":1728379350286,"stop":1728379350287,"duration":1}},{"uid":"47d261b074b296ac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/47d261b074b296ac","status":"passed","time":{"start":1728371998249,"stop":1728371998249,"duration":0}},{"uid":"7b7cab8a7d423656","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b7cab8a7d423656","status":"passed","time":{"start":1728370345937,"stop":1728370345937,"duration":0}},{"uid":"ab7fa8ed93a7083","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab7fa8ed93a7083","status":"passed","time":{"start":1728369443723,"stop":1728369443723,"duration":0}}]},"tags":[]},"source":"74aa7e1af5c99cdc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/74dc68cc89b81818.json b/7530/data/test-cases/74dc68cc89b81818.json new file mode 100644 index 00000000000..185f348fa84 --- /dev/null +++ b/7530/data/test-cases/74dc68cc89b81818.json @@ -0,0 +1 @@ +{"uid":"74dc68cc89b81818","name":"LightPush: 0 peers, Filter: 1 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 1 peers","historyId":"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613864,"stop":1728381613865,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"9b2f5fda3f167bc1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9b2f5fda3f167bc1","status":"passed","time":{"start":1728379419648,"stop":1728379419659,"duration":11}},{"uid":"dff1ebf90018c1bf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dff1ebf90018c1bf","status":"passed","time":{"start":1728372107430,"stop":1728372107430,"duration":0}},{"uid":"460614f6cf63ad17","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/460614f6cf63ad17","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626977,"stop":1728370626977,"duration":0}},{"uid":"3eb9fac4c822916d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3eb9fac4c822916d","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728508,"stop":1728369728508,"duration":0}}]},"tags":[]},"source":"74dc68cc89b81818.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/750c951951586f0b.json b/7530/data/test-cases/750c951951586f0b.json new file mode 100644 index 00000000000..d6e90b487b9 --- /dev/null +++ b/7530/data/test-cases/750c951951586f0b.json @@ -0,0 +1 @@ +{"uid":"750c951951586f0b","name":"Timestamp too far from node time: -20000 ms from now","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > Timestamp too far from node time: -20000 ms from now","historyId":"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bf90c57ca1c4467","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bf90c57ca1c4467","status":"passed","time":{"start":1728379576343,"stop":1728379576343,"duration":0}},{"uid":"4a89180b2447ce2e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a89180b2447ce2e","status":"passed","time":{"start":1728372230819,"stop":1728372230819,"duration":0}},{"uid":"6d3173a1a2ede84a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6d3173a1a2ede84a","status":"passed","time":{"start":1728370630213,"stop":1728370630213,"duration":0}},{"uid":"fdf267957b74cfb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fdf267957b74cfb","status":"passed","time":{"start":1728369712264,"stop":1728369712264,"duration":0}}]},"tags":[]},"source":"750c951951586f0b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/754ba25800adefae.json b/7530/data/test-cases/754ba25800adefae.json new file mode 100644 index 00000000000..27a9cf80134 --- /dev/null +++ b/7530/data/test-cases/754ba25800adefae.json @@ -0,0 +1 @@ +{"uid":"754ba25800adefae","name":"throws an error for improperly formatted content topics","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > throws an error for improperly formatted content topics","historyId":"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ebee20c6113c94fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebee20c6113c94fd","status":"passed","time":{"start":1728379159012,"stop":1728379159012,"duration":0}},{"uid":"5254f88263b095dc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5254f88263b095dc","status":"passed","time":{"start":1728371802898,"stop":1728371802898,"duration":0}},{"uid":"185704a83484bea6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/185704a83484bea6","status":"passed","time":{"start":1728370149931,"stop":1728370149931,"duration":0}},{"uid":"49e10186e3717da4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/49e10186e3717da4","status":"passed","time":{"start":1728369248986,"stop":1728369248986,"duration":0}}]},"tags":[]},"source":"754ba25800adefae.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/758c246d626efd8.json b/7530/data/test-cases/758c246d626efd8.json new file mode 100644 index 00000000000..257df8169b8 --- /dev/null +++ b/7530/data/test-cases/758c246d626efd8.json @@ -0,0 +1 @@ +{"uid":"758c246d626efd8","name":"Check received message containing numeric","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing numeric","historyId":"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9143c17787ce2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9143c17787ce2","status":"passed","time":{"start":1728379460258,"stop":1728379460259,"duration":1}},{"uid":"9950d2f31ef352fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9950d2f31ef352fa","status":"passed","time":{"start":1728372105657,"stop":1728372105659,"duration":2}},{"uid":"ec8b43637bf1cfb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec8b43637bf1cfb","status":"passed","time":{"start":1728370464117,"stop":1728370464117,"duration":0}},{"uid":"1f5f861ead870960","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1f5f861ead870960","status":"passed","time":{"start":1728369544847,"stop":1728369544850,"duration":3}}]},"tags":[]},"source":"758c246d626efd8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/75a55e5861f648b.json b/7530/data/test-cases/75a55e5861f648b.json new file mode 100644 index 00000000000..652a3428742 --- /dev/null +++ b/7530/data/test-cases/75a55e5861f648b.json @@ -0,0 +1 @@ +{"uid":"75a55e5861f648b","name":"Push message with content topic containing SQL Injection","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing SQL Injection","historyId":"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"95e0c72439031f88","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/95e0c72439031f88","status":"passed","time":{"start":1728379482935,"stop":1728379482936,"duration":1}},{"uid":"1971325d740e25f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1971325d740e25f5","status":"passed","time":{"start":1728372134562,"stop":1728372134564,"duration":2}},{"uid":"4440691f53a54515","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4440691f53a54515","status":"passed","time":{"start":1728370487876,"stop":1728370487876,"duration":0}},{"uid":"ffd881e3e6328c60","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffd881e3e6328c60","status":"passed","time":{"start":1728369590802,"stop":1728369590802,"duration":0}}]},"tags":[]},"source":"75a55e5861f648b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/75a5b5f72e8844ba.json b/7530/data/test-cases/75a5b5f72e8844ba.json new file mode 100644 index 00000000000..c7c169c9940 --- /dev/null +++ b/7530/data/test-cases/75a5b5f72e8844ba.json @@ -0,0 +1 @@ +{"uid":"75a5b5f72e8844ba","name":"Publish message with large meta","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with large meta","historyId":"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4e70c4439c481dfd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4e70c4439c481dfd","status":"passed","time":{"start":1728379493892,"stop":1728379493893,"duration":1}},{"uid":"494066ec138cf1d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/494066ec138cf1d6","status":"passed","time":{"start":1728372140970,"stop":1728372140970,"duration":0}},{"uid":"47f2127e413d94cc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47f2127e413d94cc","status":"passed","time":{"start":1728370524969,"stop":1728370524969,"duration":0}},{"uid":"ce2aa4b9a5f375fd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ce2aa4b9a5f375fd","status":"passed","time":{"start":1728369630406,"stop":1728369630407,"duration":1}}]},"tags":[]},"source":"75a5b5f72e8844ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/778bc4d76de86f1a.json b/7530/data/test-cases/778bc4d76de86f1a.json new file mode 100644 index 00000000000..dbbe28ee161 --- /dev/null +++ b/7530/data/test-cases/778bc4d76de86f1a.json @@ -0,0 +1 @@ +{"uid":"778bc4d76de86f1a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","historyId":"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521321,"stop":1728381521322,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f21e0c29801923f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f21e0c29801923f7","status":"passed","time":{"start":1728379329183,"stop":1728379329184,"duration":1}},{"uid":"2293a01ba850e049","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2293a01ba850e049","status":"passed","time":{"start":1728371984008,"stop":1728371984009,"duration":1}},{"uid":"cb93fe208ea92138","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cb93fe208ea92138","status":"passed","time":{"start":1728370284363,"stop":1728370284364,"duration":1}},{"uid":"8a29b2d3bdd4c257","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a29b2d3bdd4c257","status":"passed","time":{"start":1728369378911,"stop":1728369378911,"duration":0}}]},"tags":[]},"source":"778bc4d76de86f1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/778d899c8309d076.json b/7530/data/test-cases/778d899c8309d076.json new file mode 100644 index 00000000000..f94e0c70bf0 --- /dev/null +++ b/7530/data/test-cases/778d899c8309d076.json @@ -0,0 +1 @@ +{"uid":"778d899c8309d076","name":"should properly create peer info with all multiaddrs","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create peer info with all multiaddrs","historyId":"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2a85b2c8559edb5a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2a85b2c8559edb5a","status":"passed","time":{"start":1728379167605,"stop":1728379167606,"duration":1}},{"uid":"3a4ce970c1bed078","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3a4ce970c1bed078","status":"passed","time":{"start":1728371811387,"stop":1728371811387,"duration":0}},{"uid":"776349fe555f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/776349fe555f8c0d","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"74b73490ac2489f1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/74b73490ac2489f1","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"tags":[]},"source":"778d899c8309d076.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/784046139a4bea12.json b/7530/data/test-cases/784046139a4bea12.json new file mode 100644 index 00000000000..fb67ddd4abe --- /dev/null +++ b/7530/data/test-cases/784046139a4bea12.json @@ -0,0 +1 @@ +{"uid":"784046139a4bea12","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","historyId":"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521312,"stop":1728381521313,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a074c20cd89b194","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a074c20cd89b194","status":"passed","time":{"start":1728379329179,"stop":1728379329179,"duration":0}},{"uid":"d4be94363e5d559e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d4be94363e5d559e","status":"passed","time":{"start":1728371984004,"stop":1728371984004,"duration":0}},{"uid":"5b3f1ffef947e80d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5b3f1ffef947e80d","status":"passed","time":{"start":1728370284358,"stop":1728370284359,"duration":1}},{"uid":"9420a12254da3006","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9420a12254da3006","status":"passed","time":{"start":1728369378899,"stop":1728369378899,"duration":0}}]},"tags":[]},"source":"784046139a4bea12.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/78f0e09dfc3cf970.json b/7530/data/test-cases/78f0e09dfc3cf970.json new file mode 100644 index 00000000000..4de047cdc98 --- /dev/null +++ b/7530/data/test-cases/78f0e09dfc3cf970.json @@ -0,0 +1 @@ +{"uid":"78f0e09dfc3cf970","name":"Using a function","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Using a function","historyId":"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381772750,"stop":1728381772751,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Bootstrap"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4b9ad19266ff445e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b9ad19266ff445e","status":"passed","time":{"start":1728379576113,"stop":1728379576113,"duration":0}},{"uid":"6d006a3868c7dbb0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6d006a3868c7dbb0","status":"passed","time":{"start":1728372231471,"stop":1728372231471,"duration":0}},{"uid":"ac12e1a12b15e51","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac12e1a12b15e51","status":"passed","time":{"start":1728370655524,"stop":1728370655524,"duration":0}},{"uid":"c48ecc661d03fd11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c48ecc661d03fd11","status":"passed","time":{"start":1728369731925,"stop":1728369731925,"duration":0}}]},"tags":[]},"source":"78f0e09dfc3cf970.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/79498337fbe7bc32.json b/7530/data/test-cases/79498337fbe7bc32.json new file mode 100644 index 00000000000..d4fcd4d9025 --- /dev/null +++ b/7530/data/test-cases/79498337fbe7bc32.json @@ -0,0 +1 @@ +{"uid":"79498337fbe7bc32","name":"Push to array if already present","fullName":"/src/common/push_or_init_map.spec.ts: pushOrInitMapSet > Push to array if already present","historyId":"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355529,"stop":1728381355529,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pushOrInitMapSet"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b1c1d862f03cf7b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b1c1d862f03cf7b","status":"passed","time":{"start":1728379158580,"stop":1728379158581,"duration":1}},{"uid":"169cda6b7f351523","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/169cda6b7f351523","status":"passed","time":{"start":1728371802217,"stop":1728371802218,"duration":1}},{"uid":"8d88f5025cf09c1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d88f5025cf09c1f","status":"passed","time":{"start":1728370149848,"stop":1728370149848,"duration":0}},{"uid":"840b75f36c543d7e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/840b75f36c543d7e","status":"passed","time":{"start":1728369248418,"stop":1728369248419,"duration":1}}]},"tags":[]},"source":"79498337fbe7bc32.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/79c074f6c9f472f3.json b/7530/data/test-cases/79c074f6c9f472f3.json new file mode 100644 index 00000000000..7859044cbd3 --- /dev/null +++ b/7530/data/test-cases/79c074f6c9f472f3.json @@ -0,0 +1 @@ +{"uid":"79c074f6c9f472f3","name":"Ephemeral field is preserved - symmetric encryption","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - symmetric encryption","historyId":"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381415527,"stop":1728381415529,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"50b0fc142f22617d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/50b0fc142f22617d","status":"passed","time":{"start":1728379221895,"stop":1728379221895,"duration":0}},{"uid":"d02ee00e9d62470b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d02ee00e9d62470b","status":"passed","time":{"start":1728371864346,"stop":1728371864346,"duration":0}},{"uid":"c28ff976f3017881","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c28ff976f3017881","status":"passed","time":{"start":1728370211394,"stop":1728370211395,"duration":1}},{"uid":"98e2e432902cce40","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/98e2e432902cce40","status":"passed","time":{"start":1728369310551,"stop":1728369310553,"duration":2}}]},"tags":[]},"source":"79c074f6c9f472f3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/79d035face8bbe17.json b/7530/data/test-cases/79d035face8bbe17.json new file mode 100644 index 00000000000..ceacfc65a2b --- /dev/null +++ b/7530/data/test-cases/79d035face8bbe17.json @@ -0,0 +1 @@ +{"uid":"79d035face8bbe17","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461636,"stop":1728381461639,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d9b5f81fc4be7964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9b5f81fc4be7964","status":"passed","time":{"start":1728379263337,"stop":1728379263340,"duration":3}},{"uid":"78a49c63bedd224f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78a49c63bedd224f","status":"passed","time":{"start":1728371908019,"stop":1728371908025,"duration":6}},{"uid":"a3a7f0a54346be4e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3a7f0a54346be4e","status":"passed","time":{"start":1728370252054,"stop":1728370252054,"duration":0}},{"uid":"1d955a1fd958ef9c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1d955a1fd958ef9c","status":"passed","time":{"start":1728369354743,"stop":1728369354743,"duration":0}}]},"tags":[]},"source":"79d035face8bbe17.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7a05374f2de0368d.json b/7530/data/test-cases/7a05374f2de0368d.json new file mode 100644 index 00000000000..a6b1c838bda --- /dev/null +++ b/7530/data/test-cases/7a05374f2de0368d.json @@ -0,0 +1 @@ +{"uid":"7a05374f2de0368d","name":"Decoder throws on undefined content topic","fullName":"/src/symmetric.spec.ts: Ensures content topic is defined > Decoder throws on undefined content topic","historyId":"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381389462,"stop":1728381389463,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"852c76b1b34b3251","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/852c76b1b34b3251","status":"passed","time":{"start":1728379192718,"stop":1728379192718,"duration":0}},{"uid":"4abc438c94388f3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4abc438c94388f3b","status":"passed","time":{"start":1728371836844,"stop":1728371836845,"duration":1}},{"uid":"47200bb0e0015872","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47200bb0e0015872","status":"passed","time":{"start":1728370184428,"stop":1728370184429,"duration":1}},{"uid":"ac32909f2ee64943","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac32909f2ee64943","status":"passed","time":{"start":1728369283261,"stop":1728369283261,"duration":0}}]},"tags":[]},"source":"7a05374f2de0368d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7a12bf70844eb2a9.json b/7530/data/test-cases/7a12bf70844eb2a9.json new file mode 100644 index 00000000000..0584611fa59 --- /dev/null +++ b/7530/data/test-cases/7a12bf70844eb2a9.json @@ -0,0 +1 @@ +{"uid":"7a12bf70844eb2a9","name":"throws on empty content topic","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on empty content topic","historyId":"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355953,"stop":1728381355953,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bddfd660ff80f5b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bddfd660ff80f5b7","status":"passed","time":{"start":1728379158994,"stop":1728379158994,"duration":0}},{"uid":"52a58553120ee5f4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52a58553120ee5f4","status":"passed","time":{"start":1728371802887,"stop":1728371802888,"duration":1}},{"uid":"939f1f5853c8ef12","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/939f1f5853c8ef12","status":"passed","time":{"start":1728370149913,"stop":1728370149913,"duration":0}},{"uid":"293604f7822950f4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/293604f7822950f4","status":"passed","time":{"start":1728369248972,"stop":1728369248973,"duration":1}}]},"tags":[]},"source":"7a12bf70844eb2a9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7a2d6f13f8c2e28e.json b/7530/data/test-cases/7a2d6f13f8c2e28e.json new file mode 100644 index 00000000000..2b0d0346949 --- /dev/null +++ b/7530/data/test-cases/7a2d6f13f8c2e28e.json @@ -0,0 +1 @@ +{"uid":"7a2d6f13f8c2e28e","name":"Check message received after nwaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message received after nwaku node is restarted","historyId":"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"571259b6b80a4811","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/571259b6b80a4811","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460301,"stop":1728379460302,"duration":1}},{"uid":"d2512d2e6ee5720","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d2512d2e6ee5720","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105682,"stop":1728372105682,"duration":0}},{"uid":"f9a434676fb260c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9a434676fb260c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464168,"stop":1728370464168,"duration":0}},{"uid":"e15c58a5db9e916f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e15c58a5db9e916f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544878,"stop":1728369544878,"duration":0}}]},"tags":[]},"source":"7a2d6f13f8c2e28e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7a46bc9a5ba59690.json b/7530/data/test-cases/7a46bc9a5ba59690.json new file mode 100644 index 00000000000..1decc5c1866 --- /dev/null +++ b/7530/data/test-cases/7a46bc9a5ba59690.json @@ -0,0 +1 @@ +{"uid":"7a46bc9a5ba59690","name":"should throw error - no public key","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no public key","historyId":"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Verify"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a23b59e0626f5cfd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a23b59e0626f5cfd","status":"passed","time":{"start":1728379167597,"stop":1728379167597,"duration":0}},{"uid":"5e6e0cdf4a006783","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e6e0cdf4a006783","status":"passed","time":{"start":1728371811378,"stop":1728371811378,"duration":0}},{"uid":"b9e540c6ca902ba3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b9e540c6ca902ba3","status":"passed","time":{"start":1728370158839,"stop":1728370158840,"duration":1}},{"uid":"584b5101568f862e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/584b5101568f862e","status":"passed","time":{"start":1728369257778,"stop":1728369257779,"duration":1}}]},"tags":[]},"source":"7a46bc9a5ba59690.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7ac3a089d0ed9c76.json b/7530/data/test-cases/7ac3a089d0ed9c76.json new file mode 100644 index 00000000000..546caefb4f5 --- /dev/null +++ b/7530/data/test-cases/7ac3a089d0ed9c76.json @@ -0,0 +1 @@ +{"uid":"7ac3a089d0ed9c76","name":"new peer added after a peer was already found","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > new peer added after a peer was already found","historyId":"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381715118,"stop":1728381715119,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"79d29a42921d3f5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79d29a42921d3f5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379518933,"stop":1728379518933,"duration":0}},{"uid":"bc38a5cfbcac9668","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc38a5cfbcac9668","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"e921f110a67ef18d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e921f110a67ef18d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370547718,"stop":1728370547718,"duration":0}},{"uid":"7c572b6a0c1c0517","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c572b6a0c1c0517","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369640705,"stop":1728369640706,"duration":1}}]},"tags":[]},"source":"7ac3a089d0ed9c76.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7ae3366e3e147c89.json b/7530/data/test-cases/7ae3366e3e147c89.json new file mode 100644 index 00000000000..6daa6646961 --- /dev/null +++ b/7530/data/test-cases/7ae3366e3e147c89.json @@ -0,0 +1 @@ +{"uid":"7ae3366e3e147c89","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:discovery > should emit `peer:discovery:bootstrap` event when a peer is discovered","historyId":"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381409085,"stop":1728381409091,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8452c275a26a5722","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8452c275a26a5722","status":"passed","time":{"start":1728379215424,"stop":1728379215426,"duration":2}},{"uid":"b46e4b7180d4dac4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b46e4b7180d4dac4","status":"passed","time":{"start":1728371857082,"stop":1728371857083,"duration":1}},{"uid":"87049b9116dabf19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87049b9116dabf19","status":"passed","time":{"start":1728370205009,"stop":1728370205011,"duration":2}},{"uid":"4b3a8742f710b3a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b3a8742f710b3a7","status":"passed","time":{"start":1728369303189,"stop":1728369303196,"duration":7}}]},"tags":[]},"source":"7ae3366e3e147c89.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7b57268f0a5bde93.json b/7530/data/test-cases/7b57268f0a5bde93.json new file mode 100644 index 00000000000..4894f0589aa --- /dev/null +++ b/7530/data/test-cases/7b57268f0a5bde93.json @@ -0,0 +1 @@ +{"uid":"7b57268f0a5bde93","name":"Fails to push message with large meta","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message with large meta","historyId":"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8e6d0ce0fe52f990","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8e6d0ce0fe52f990","status":"passed","time":{"start":1728379482955,"stop":1728379482956,"duration":1}},{"uid":"bba8fb9a23ae40c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bba8fb9a23ae40c6","status":"passed","time":{"start":1728372134574,"stop":1728372134575,"duration":1}},{"uid":"92016192449330df","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/92016192449330df","status":"passed","time":{"start":1728370487885,"stop":1728370487885,"duration":0}},{"uid":"9c845c0f42ef7574","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c845c0f42ef7574","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"tags":[]},"source":"7b57268f0a5bde93.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7ba8513bc7e75323.json b/7530/data/test-cases/7ba8513bc7e75323.json new file mode 100644 index 00000000000..fc8769c8154 --- /dev/null +++ b/7530/data/test-cases/7ba8513bc7e75323.json @@ -0,0 +1 @@ +{"uid":"7ba8513bc7e75323","name":"Meta field set when metaSetter is specified","fullName":"/src/lib/message/version_0.spec.ts: Waku Message version 0 > Meta field set when metaSetter is specified","historyId":"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371850,"stop":1728381371850,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6c8c873e535b95a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6c8c873e535b95a","status":"passed","time":{"start":1728379175035,"stop":1728379175035,"duration":0}},{"uid":"c080e90c3644bd39","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c080e90c3644bd39","status":"passed","time":{"start":1728371819027,"stop":1728371819028,"duration":1}},{"uid":"6b542d1b9527756","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b542d1b9527756","status":"passed","time":{"start":1728370166484,"stop":1728370166485,"duration":1}},{"uid":"3016cdfc7864340","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3016cdfc7864340","status":"passed","time":{"start":1728369265266,"stop":1728369265267,"duration":1}}]},"tags":[]},"source":"7ba8513bc7e75323.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7c088d4e63632b1b.json b/7530/data/test-cases/7c088d4e63632b1b.json new file mode 100644 index 00000000000..895040e446e --- /dev/null +++ b/7530/data/test-cases/7c088d4e63632b1b.json @@ -0,0 +1 @@ +{"uid":"7c088d4e63632b1b","name":"Push message with short payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with short payload","historyId":"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711637,"stop":1728381711642,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e57a1b6d3de8074b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e57a1b6d3de8074b","status":"passed","time":{"start":1728379515540,"stop":1728379515540,"duration":0}},{"uid":"8f362152f8f3bff2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8f362152f8f3bff2","status":"passed","time":{"start":1728372171280,"stop":1728372171281,"duration":1}},{"uid":"1f48dfb1696b0109","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1f48dfb1696b0109","status":"passed","time":{"start":1728370522935,"stop":1728370522935,"duration":0}},{"uid":"bef0c7c4ba002067","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bef0c7c4ba002067","status":"passed","time":{"start":1728369622027,"stop":1728369622028,"duration":1}}]},"tags":[]},"source":"7c088d4e63632b1b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7c1b725d2d684e58.json b/7530/data/test-cases/7c1b725d2d684e58.json new file mode 100644 index 00000000000..6f018dd30cc --- /dev/null +++ b/7530/data/test-cases/7c1b725d2d684e58.json @@ -0,0 +1 @@ +{"uid":"7c1b725d2d684e58","name":"Round trip binary encryption [symmetric, signature]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Round trip binary encryption [symmetric, signature]","historyId":"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381389460,"stop":1728381389460,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Symmetric Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a8ef39b1a04ee10b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a8ef39b1a04ee10b","status":"passed","time":{"start":1728379192713,"stop":1728379192714,"duration":1}},{"uid":"cb580d97d84262b9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cb580d97d84262b9","status":"passed","time":{"start":1728371836842,"stop":1728371836842,"duration":0}},{"uid":"5f1d9536ecd4520a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f1d9536ecd4520a","status":"passed","time":{"start":1728370184425,"stop":1728370184426,"duration":1}},{"uid":"bc09c845b2bfc832","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc09c845b2bfc832","status":"passed","time":{"start":1728369283256,"stop":1728369283257,"duration":1}}]},"tags":[]},"source":"7c1b725d2d684e58.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7c2b4044d0419991.json b/7530/data/test-cases/7c2b4044d0419991.json new file mode 100644 index 00000000000..cb1e0a75870 --- /dev/null +++ b/7530/data/test-cases/7c2b4044d0419991.json @@ -0,0 +1 @@ +{"uid":"7c2b4044d0419991","name":"Subscribe and receive messages from multiple nwaku nodes","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages from multiple nwaku nodes","historyId":"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e499235ab9db33b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e499235ab9db33b5","status":"passed","time":{"start":1728379366501,"stop":1728379366501,"duration":0}},{"uid":"d9448fbaae7a18de","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9448fbaae7a18de","status":"passed","time":{"start":1728371996031,"stop":1728371996045,"duration":14}},{"uid":"b7136c95d732a82c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b7136c95d732a82c","status":"passed","time":{"start":1728370345150,"stop":1728370345150,"duration":0}},{"uid":"4f321bc80c715ff2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f321bc80c715ff2","status":"passed","time":{"start":1728369447294,"stop":1728369447294,"duration":0}}]},"tags":[]},"source":"7c2b4044d0419991.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7c431bc0c59018a3.json b/7530/data/test-cases/7c431bc0c59018a3.json new file mode 100644 index 00000000000..ab2ad1f5cd1 --- /dev/null +++ b/7530/data/test-cases/7c431bc0c59018a3.json @@ -0,0 +1 @@ +{"uid":"7c431bc0c59018a3","name":"Subscribe and receive 2 messages on the same topic","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive 2 messages on the same topic","historyId":"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749043,"stop":1728381749044,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"965c5f9ebd42c5d9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/965c5f9ebd42c5d9","status":"passed","time":{"start":1728379549687,"stop":1728379549688,"duration":1}},{"uid":"ba03beed1f0afe27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba03beed1f0afe27","status":"passed","time":{"start":1728372195428,"stop":1728372195429,"duration":1}},{"uid":"bd0cb27c7d07dc47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd0cb27c7d07dc47","status":"passed","time":{"start":1728370555252,"stop":1728370555252,"duration":0}},{"uid":"8f72c351efbc0a0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f72c351efbc0a0b","status":"passed","time":{"start":1728369639846,"stop":1728369639846,"duration":0}}]},"tags":[]},"source":"7c431bc0c59018a3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7c47d3c4885665a7.json b/7530/data/test-cases/7c47d3c4885665a7.json new file mode 100644 index 00000000000..436915598fc --- /dev/null +++ b/7530/data/test-cases/7c47d3c4885665a7.json @@ -0,0 +1 @@ +{"uid":"7c47d3c4885665a7","name":"Waku message hash computation (payload length 0)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (payload length 0)","historyId":"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381358362,"stop":1728381358362,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4fe91f5f49bde5c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4fe91f5f49bde5c9","status":"passed","time":{"start":1728379161480,"stop":1728379161480,"duration":0}},{"uid":"9c3ff5c869b22ae2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9c3ff5c869b22ae2","status":"passed","time":{"start":1728371805333,"stop":1728371805333,"duration":0}},{"uid":"cdb16b8a20560bec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cdb16b8a20560bec","status":"passed","time":{"start":1728370152477,"stop":1728370152477,"duration":0}},{"uid":"f71758069d09c0ff","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f71758069d09c0ff","status":"passed","time":{"start":1728369251642,"stop":1728369251642,"duration":0}}]},"tags":[]},"source":"7c47d3c4885665a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7ca62b5725bb326f.json b/7530/data/test-cases/7ca62b5725bb326f.json new file mode 100644 index 00000000000..6fa607a372c --- /dev/null +++ b/7530/data/test-cases/7ca62b5725bb326f.json @@ -0,0 +1 @@ +{"uid":"7ca62b5725bb326f","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Util: toAsyncIterator: Filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ac08eb49ce7863","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ac08eb49ce7863","status":"passed","time":{"start":1728379566957,"stop":1728379566957,"duration":0}},{"uid":"99a973f9c2ddbb2d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/99a973f9c2ddbb2d","status":"passed","time":{"start":1728372225666,"stop":1728372225667,"duration":1}},{"uid":"c0b3912211711ca8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0b3912211711ca8","status":"passed","time":{"start":1728370613960,"stop":1728370613960,"duration":0}},{"uid":"78c183d90bb96f88","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/78c183d90bb96f88","status":"passed","time":{"start":1728369705620,"stop":1728369705621,"duration":1}}]},"tags":[]},"source":"7ca62b5725bb326f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7cdfd0df2b6fa45a.json b/7530/data/test-cases/7cdfd0df2b6fa45a.json new file mode 100644 index 00000000000..031786d6e14 --- /dev/null +++ b/7530/data/test-cases/7cdfd0df2b6fa45a.json @@ -0,0 +1 @@ +{"uid":"7cdfd0df2b6fa45a","name":"Round trip binary encryption [symmetric, no signature]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Round trip binary encryption [symmetric, no signature]","historyId":"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381389458,"stop":1728381389459,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Symmetric Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e68ac58ed884848c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e68ac58ed884848c","status":"passed","time":{"start":1728379192710,"stop":1728379192712,"duration":2}},{"uid":"c6159bbddcb3315d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6159bbddcb3315d","status":"passed","time":{"start":1728371836840,"stop":1728371836842,"duration":2}},{"uid":"533781a5f79c28f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/533781a5f79c28f2","status":"passed","time":{"start":1728370184423,"stop":1728370184425,"duration":2}},{"uid":"f1ea384f1a049bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f1ea384f1a049bc","status":"passed","time":{"start":1728369283255,"stop":1728369283256,"duration":1}}]},"tags":[]},"source":"7cdfd0df2b6fa45a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7ce91a870db29a78.json b/7530/data/test-cases/7ce91a870db29a78.json new file mode 100644 index 00000000000..11d0aa91b5e --- /dev/null +++ b/7530/data/test-cases/7ce91a870db29a78.json @@ -0,0 +1 @@ +{"uid":"7ce91a870db29a78","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/x","historyId":"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355976,"stop":1728381355977,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69f4d37a49569f9a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/69f4d37a49569f9a","status":"passed","time":{"start":1728379159020,"stop":1728379159020,"duration":0}},{"uid":"6f6645cab38f7034","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f6645cab38f7034","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"ea6353b6ea93db80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea6353b6ea93db80","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"e109463c30b2fb26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e109463c30b2fb26","status":"passed","time":{"start":1728369248993,"stop":1728369248994,"duration":1}}]},"tags":[]},"source":"7ce91a870db29a78.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7d05b639e6581063.json b/7530/data/test-cases/7d05b639e6581063.json new file mode 100644 index 00000000000..aed0359a198 --- /dev/null +++ b/7530/data/test-cases/7d05b639e6581063.json @@ -0,0 +1 @@ +{"uid":"7d05b639e6581063","name":"Check publish message after service node is restarted","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message after service node is restarted","historyId":"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"b9999681ff40cc40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9999681ff40cc40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379493887,"stop":1728379493887,"duration":0}},{"uid":"5b19c4b713e72c11","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b19c4b713e72c11","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372140968,"stop":1728372140969,"duration":1}},{"uid":"6426189563d62ba6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6426189563d62ba6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370524968,"stop":1728370524968,"duration":0}},{"uid":"6acf0131904f81c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6acf0131904f81c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369630404,"stop":1728369630405,"duration":1}}]},"tags":[]},"source":"7d05b639e6581063.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7d585172c296bc40.json b/7530/data/test-cases/7d585172c296bc40.json new file mode 100644 index 00000000000..91cf0213e4e --- /dev/null +++ b/7530/data/test-cases/7d585172c296bc40.json @@ -0,0 +1 @@ +{"uid":"7d585172c296bc40","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Verify"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a8c0b369f3929a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a8c0b369f3929a5d","status":"passed","time":{"start":1728379167597,"stop":1728379167597,"duration":0}},{"uid":"f870ac372fe78c36","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f870ac372fe78c36","status":"passed","time":{"start":1728371811377,"stop":1728371811378,"duration":1}},{"uid":"49af3ac281f63552","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49af3ac281f63552","status":"passed","time":{"start":1728370158839,"stop":1728370158839,"duration":0}},{"uid":"bde2f26fded3ffbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bde2f26fded3ffbe","status":"passed","time":{"start":1728369257778,"stop":1728369257778,"duration":0}}]},"tags":[]},"source":"7d585172c296bc40.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7d6b83ea4214b4dd.json b/7530/data/test-cases/7d6b83ea4214b4dd.json new file mode 100644 index 00000000000..056f1593816 --- /dev/null +++ b/7530/data/test-cases/7d6b83ea4214b4dd.json @@ -0,0 +1 @@ +{"uid":"7d6b83ea4214b4dd","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","historyId":"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cb39fe2edf661db9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cb39fe2edf661db9","status":"passed","time":{"start":1728379159028,"stop":1728379159028,"duration":0}},{"uid":"178a6e690d4dabd0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/178a6e690d4dabd0","status":"passed","time":{"start":1728371802911,"stop":1728371802911,"duration":0}},{"uid":"a5993137e680509a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5993137e680509a","status":"passed","time":{"start":1728370149945,"stop":1728370149946,"duration":1}},{"uid":"fbfcd5d22ed8c221","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fbfcd5d22ed8c221","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"tags":[]},"source":"7d6b83ea4214b4dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7d7ebf222a75f6b7.json b/7530/data/test-cases/7d7ebf222a75f6b7.json new file mode 100644 index 00000000000..8f0d9b6dbff --- /dev/null +++ b/7530/data/test-cases/7d7ebf222a75f6b7.json @@ -0,0 +1 @@ +{"uid":"7d7ebf222a75f6b7","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Basic HTML tag and receive message","historyId":"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"79fb21cf2e6640c5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79fb21cf2e6640c5","status":"passed","time":{"start":1728379549676,"stop":1728379549677,"duration":1}},{"uid":"636a1e9d298857e8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/636a1e9d298857e8","status":"passed","time":{"start":1728372195420,"stop":1728372195420,"duration":0}},{"uid":"46878aa72570a8c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/46878aa72570a8c1","status":"passed","time":{"start":1728370555247,"stop":1728370555247,"duration":0}},{"uid":"bcb8f332e694f928","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb8f332e694f928","status":"passed","time":{"start":1728369639838,"stop":1728369639838,"duration":0}}]},"tags":[]},"source":"7d7ebf222a75f6b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7e030db031ba4096.json b/7530/data/test-cases/7e030db031ba4096.json new file mode 100644 index 00000000000..79402aa94e9 --- /dev/null +++ b/7530/data/test-cases/7e030db031ba4096.json @@ -0,0 +1 @@ +{"uid":"7e030db031ba4096","name":"Push message equal or less that 1MB","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message equal or less that 1MB","historyId":"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680471,"stop":1728381680471,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3ad821990ad936ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3ad821990ad936ce","status":"passed","time":{"start":1728379482971,"stop":1728379482971,"duration":0}},{"uid":"9076bf5aa4083137","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9076bf5aa4083137","status":"passed","time":{"start":1728372134579,"stop":1728372134579,"duration":0}},{"uid":"e7b090b4d0a533a0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e7b090b4d0a533a0","status":"passed","time":{"start":1728370487887,"stop":1728370487887,"duration":0}},{"uid":"1456df0546f5427e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1456df0546f5427e","status":"passed","time":{"start":1728369590812,"stop":1728369590812,"duration":0}}]},"tags":[]},"source":"7e030db031ba4096.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7e0cd54ea2018c9d.json b/7530/data/test-cases/7e0cd54ea2018c9d.json new file mode 100644 index 00000000000..dfdbdf57d75 --- /dev/null +++ b/7530/data/test-cases/7e0cd54ea2018c9d.json @@ -0,0 +1 @@ +{"uid":"7e0cd54ea2018c9d","name":"Check publish message containing Arabic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Arabic","historyId":"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a79ca4d5309ab67","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a79ca4d5309ab67","status":"passed","time":{"start":1728379493840,"stop":1728379493840,"duration":0}},{"uid":"1a0feb1e951e5102","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a0feb1e951e5102","status":"passed","time":{"start":1728372140943,"stop":1728372140943,"duration":0}},{"uid":"608badaa36ef8d88","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/608badaa36ef8d88","status":"passed","time":{"start":1728370524956,"stop":1728370524957,"duration":1}},{"uid":"3b812835e5d6da16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b812835e5d6da16","status":"passed","time":{"start":1728369630392,"stop":1728369630393,"duration":1}}]},"tags":[]},"source":"7e0cd54ea2018c9d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7e1a2788033c3262.json b/7530/data/test-cases/7e1a2788033c3262.json new file mode 100644 index 00000000000..ead36d452d0 --- /dev/null +++ b/7530/data/test-cases/7e1a2788033c3262.json @@ -0,0 +1 @@ +{"uid":"7e1a2788033c3262","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","historyId":"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461623,"stop":1728381461624,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"761049af01b3d403","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/761049af01b3d403","status":"passed","time":{"start":1728379263325,"stop":1728379263325,"duration":0}},{"uid":"a32245462ed1526","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a32245462ed1526","status":"passed","time":{"start":1728371908005,"stop":1728371908005,"duration":0}},{"uid":"421a25f23d274918","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/421a25f23d274918","status":"passed","time":{"start":1728370252052,"stop":1728370252053,"duration":1}},{"uid":"cb9218f428b6086e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb9218f428b6086e","status":"passed","time":{"start":1728369354741,"stop":1728369354741,"duration":0}}]},"tags":[]},"source":"7e1a2788033c3262.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7e1a7c6407f73416.json b/7530/data/test-cases/7e1a7c6407f73416.json new file mode 100644 index 00000000000..3e6b16dfc83 --- /dev/null +++ b/7530/data/test-cases/7e1a7c6407f73416.json @@ -0,0 +1 @@ +{"uid":"7e1a7c6407f73416","name":"Throws when trying to push message with empty payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Throws when trying to push message with empty payload","historyId":"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680455,"stop":1728381680456,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"df011efca2268cc9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df011efca2268cc9","status":"passed","time":{"start":1728379482928,"stop":1728379482929,"duration":1}},{"uid":"f864d9c7d4aeed21","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f864d9c7d4aeed21","status":"passed","time":{"start":1728372134553,"stop":1728372134553,"duration":0}},{"uid":"e8c95142776d2827","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8c95142776d2827","status":"passed","time":{"start":1728370487869,"stop":1728370487869,"duration":0}},{"uid":"a89e9966229e003e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a89e9966229e003e","status":"passed","time":{"start":1728369590792,"stop":1728369590793,"duration":1}}]},"tags":[]},"source":"7e1a7c6407f73416.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7ed0b62d7cec8cb9.json b/7530/data/test-cases/7ed0b62d7cec8cb9.json new file mode 100644 index 00000000000..a16e12ee409 --- /dev/null +++ b/7530/data/test-cases/7ed0b62d7cec8cb9.json @@ -0,0 +1 @@ +{"uid":"7ed0b62d7cec8cb9","name":"should map different content topics to different pubsub topics based on shard index","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should map different content topics to different pubsub topics based on shard index","historyId":"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d254ad849c1601e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d254ad849c1601e","status":"passed","time":{"start":1728379159031,"stop":1728379159031,"duration":0}},{"uid":"244f5d37b8c19673","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/244f5d37b8c19673","status":"passed","time":{"start":1728371802914,"stop":1728371802915,"duration":1}},{"uid":"5e61607037b869c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e61607037b869c5","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"6f020e5d7c492b05","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f020e5d7c492b05","status":"passed","time":{"start":1728369249003,"stop":1728369249003,"duration":0}}]},"tags":[]},"source":"7ed0b62d7cec8cb9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7ee65cec91663f3c.json b/7530/data/test-cases/7ee65cec91663f3c.json new file mode 100644 index 00000000000..4951a8cc0c7 --- /dev/null +++ b/7530/data/test-cases/7ee65cec91663f3c.json @@ -0,0 +1 @@ +{"uid":"7ee65cec91663f3c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribe 1 topic - node subscribed to 2 topics","historyId":"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545563,"stop":1728381545564,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f97e83e82825eaa0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f97e83e82825eaa0","status":"passed","time":{"start":1728379350297,"stop":1728379350298,"duration":1}},{"uid":"2014d6b2d4dc74ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2014d6b2d4dc74ab","status":"passed","time":{"start":1728371998256,"stop":1728371998261,"duration":5}},{"uid":"9d1693a2c1ac15e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9d1693a2c1ac15e","status":"passed","time":{"start":1728370345942,"stop":1728370345942,"duration":0}},{"uid":"f592ed5f58399991","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f592ed5f58399991","status":"passed","time":{"start":1728369443731,"stop":1728369443737,"duration":6}}]},"tags":[]},"source":"7ee65cec91663f3c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7ee7437a6d52031.json b/7530/data/test-cases/7ee7437a6d52031.json new file mode 100644 index 00000000000..8411dde0256 --- /dev/null +++ b/7530/data/test-cases/7ee7437a6d52031.json @@ -0,0 +1 @@ +{"uid":"7ee7437a6d52031","name":"Check received message containing unicode special characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing unicode special characters","historyId":"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b41740d7fa363fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b41740d7fa363fd","status":"passed","time":{"start":1728379460265,"stop":1728379460268,"duration":3}},{"uid":"f4cbc76ba158e1df","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f4cbc76ba158e1df","status":"passed","time":{"start":1728372105664,"stop":1728372105665,"duration":1}},{"uid":"468c2ba825cd233d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/468c2ba825cd233d","status":"passed","time":{"start":1728370464128,"stop":1728370464129,"duration":1}},{"uid":"a68dd1be1cfd216d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a68dd1be1cfd216d","status":"passed","time":{"start":1728369544860,"stop":1728369544861,"duration":1}}]},"tags":[]},"source":"7ee7437a6d52031.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7f3f5b5f6ee5b11.json b/7530/data/test-cases/7f3f5b5f6ee5b11.json new file mode 100644 index 00000000000..dfa9a04f4e1 --- /dev/null +++ b/7530/data/test-cases/7f3f5b5f6ee5b11.json @@ -0,0 +1 @@ +{"uid":"7f3f5b5f6ee5b11","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Error when try to subscribe to more than 101 topics (new limit)","historyId":"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cee034b5f4194d94","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cee034b5f4194d94","status":"passed","time":{"start":1728379549651,"stop":1728379549652,"duration":1}},{"uid":"ea0be45123fe3045","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ea0be45123fe3045","status":"passed","time":{"start":1728372195411,"stop":1728372195411,"duration":0}},{"uid":"1771d6278141e530","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1771d6278141e530","status":"passed","time":{"start":1728370555239,"stop":1728370555239,"duration":0}},{"uid":"984d512780fe3110","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/984d512780fe3110","status":"passed","time":{"start":1728369639827,"stop":1728369639828,"duration":1}}]},"tags":[]},"source":"7f3f5b5f6ee5b11.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7f7aba9153d18273.json b/7530/data/test-cases/7f7aba9153d18273.json new file mode 100644 index 00000000000..acfbcc246a5 --- /dev/null +++ b/7530/data/test-cases/7f7aba9153d18273.json @@ -0,0 +1 @@ +{"uid":"7f7aba9153d18273","name":"throws on content topic with generation field greater than 0","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with generation field greater than 0","historyId":"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355954,"stop":1728381355955,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3a18c691786886f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d3a18c691786886f","status":"passed","time":{"start":1728379158995,"stop":1728379158996,"duration":1}},{"uid":"3f1224dbc241bb52","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f1224dbc241bb52","status":"passed","time":{"start":1728371802889,"stop":1728371802889,"duration":0}},{"uid":"6a1484f8ca9e1ecb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a1484f8ca9e1ecb","status":"passed","time":{"start":1728370149914,"stop":1728370149915,"duration":1}},{"uid":"af517fc9e5b848e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/af517fc9e5b848e4","status":"passed","time":{"start":1728369248974,"stop":1728369248974,"duration":0}}]},"tags":[]},"source":"7f7aba9153d18273.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7f9d2cf29aeb91d4.json b/7530/data/test-cases/7f9d2cf29aeb91d4.json new file mode 100644 index 00000000000..db6c2090469 --- /dev/null +++ b/7530/data/test-cases/7f9d2cf29aeb91d4.json @@ -0,0 +1 @@ +{"uid":"7f9d2cf29aeb91d4","name":"Relay","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay","historyId":"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381415229,"stop":1728381415230,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ENR Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"421f789602452bba","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/421f789602452bba","status":"passed","time":{"start":1728379220438,"stop":1728379220439,"duration":1}},{"uid":"6f8a92709169ae66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f8a92709169ae66","status":"passed","time":{"start":1728371862890,"stop":1728371862891,"duration":1}},{"uid":"82a0663183686a92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/82a0663183686a92","status":"passed","time":{"start":1728370213106,"stop":1728370213106,"duration":0}},{"uid":"c8649c2376aa161f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c8649c2376aa161f","status":"passed","time":{"start":1728369309199,"stop":1728369309200,"duration":1}}]},"tags":[]},"source":"7f9d2cf29aeb91d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/7fb21fd611d28d8a.json b/7530/data/test-cases/7fb21fd611d28d8a.json new file mode 100644 index 00000000000..c6a6ef5e3b9 --- /dev/null +++ b/7530/data/test-cases/7fb21fd611d28d8a.json @@ -0,0 +1 @@ +{"uid":"7fb21fd611d28d8a","name":"Subscribe and publish messages on 2 different content topics","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish messages on 2 different content topics","historyId":"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696824,"stop":1728381696824,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"273b0f5e3385a73a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/273b0f5e3385a73a","status":"passed","time":{"start":1728379498093,"stop":1728379498093,"duration":0}},{"uid":"e5f7be6bf2ed5b62","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e5f7be6bf2ed5b62","status":"passed","time":{"start":1728372147552,"stop":1728372147553,"duration":1}},{"uid":"c192ceba0598a655","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c192ceba0598a655","status":"passed","time":{"start":1728370535011,"stop":1728370535011,"duration":0}},{"uid":"2d8353aa37a2ce92","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2d8353aa37a2ce92","status":"passed","time":{"start":1728369636355,"stop":1728369636355,"duration":0}}]},"tags":[]},"source":"7fb21fd611d28d8a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8038f2c967a6bbb9.json b/7530/data/test-cases/8038f2c967a6bbb9.json new file mode 100644 index 00000000000..ef201ce94a7 --- /dev/null +++ b/7530/data/test-cases/8038f2c967a6bbb9.json @@ -0,0 +1 @@ +{"uid":"8038f2c967a6bbb9","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381614000,"stop":1728381614000,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"53947a98fa9948a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53947a98fa9948a0","status":"passed","time":{"start":1728379419839,"stop":1728379419839,"duration":0}},{"uid":"76f6b818adfd871b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76f6b818adfd871b","status":"passed","time":{"start":1728372057884,"stop":1728372057884,"duration":0}},{"uid":"7259b8515dae2324","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7259b8515dae2324","status":"passed","time":{"start":1728370439775,"stop":1728370439775,"duration":0}},{"uid":"fc947dd8e95528a9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc947dd8e95528a9","status":"passed","time":{"start":1728369540110,"stop":1728369540110,"duration":0}}]},"tags":[]},"source":"8038f2c967a6bbb9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8068ce07270cb9e7.json b/7530/data/test-cases/8068ce07270cb9e7.json new file mode 100644 index 00000000000..b19d70102a7 --- /dev/null +++ b/7530/data/test-cases/8068ce07270cb9e7.json @@ -0,0 +1 @@ +{"uid":"8068ce07270cb9e7","name":"Generator, custom pubsub topic","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (named sharding), custom pubsub topic > Generator, custom pubsub topic","historyId":"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (named sharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b2d25f48fe1738c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b2d25f48fe1738c","status":"passed","time":{"start":1728379572276,"stop":1728379572277,"duration":1}},{"uid":"acb4765688cdce0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/acb4765688cdce0c","status":"passed","time":{"start":1728372221523,"stop":1728372221523,"duration":0}},{"uid":"c3464670b8029a2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3464670b8029a2a","status":"passed","time":{"start":1728370607711,"stop":1728370607711,"duration":0}},{"uid":"4397367ae290a2cd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4397367ae290a2cd","status":"passed","time":{"start":1728369690180,"stop":1728369690180,"duration":0}}]},"tags":[]},"source":"8068ce07270cb9e7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/814fd728b641488e.json b/7530/data/test-cases/814fd728b641488e.json new file mode 100644 index 00000000000..6e76db099f4 --- /dev/null +++ b/7530/data/test-cases/814fd728b641488e.json @@ -0,0 +1 @@ +{"uid":"814fd728b641488e","name":"should handle clusterId, application and version for autosharding with cluster iD 6","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 6","historyId":"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8360eef6cd2fcc7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8360eef6cd2fcc7","status":"passed","time":{"start":1728379159016,"stop":1728379159016,"duration":0}},{"uid":"646b73cbf3fc2852","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/646b73cbf3fc2852","status":"passed","time":{"start":1728371802901,"stop":1728371802901,"duration":0}},{"uid":"24f36013f73e7578","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24f36013f73e7578","status":"passed","time":{"start":1728370149935,"stop":1728370149935,"duration":0}},{"uid":"ea9db598695eaa3e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea9db598695eaa3e","status":"passed","time":{"start":1728369248989,"stop":1728369248990,"duration":1}}]},"tags":[]},"source":"814fd728b641488e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/829c9055bec2eab8.json b/7530/data/test-cases/829c9055bec2eab8.json new file mode 100644 index 00000000000..f6f12c87671 --- /dev/null +++ b/7530/data/test-cases/829c9055bec2eab8.json @@ -0,0 +1 @@ +{"uid":"829c9055bec2eab8","name":"Check publish message containing Russian","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Russian","historyId":"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f0cb5b56a0551b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3f0cb5b56a0551b7","status":"passed","time":{"start":1728379493840,"stop":1728379493841,"duration":1}},{"uid":"4cee6192007ea7b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cee6192007ea7b3","status":"passed","time":{"start":1728372140943,"stop":1728372140943,"duration":0}},{"uid":"13fa816303cff805","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/13fa816303cff805","status":"passed","time":{"start":1728370524957,"stop":1728370524957,"duration":0}},{"uid":"ce705c3be6383ba6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ce705c3be6383ba6","status":"passed","time":{"start":1728369630393,"stop":1728369630393,"duration":0}}]},"tags":[]},"source":"829c9055bec2eab8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/82a2a5dc417a5210.json b/7530/data/test-cases/82a2a5dc417a5210.json new file mode 100644 index 00000000000..1762830f0fc --- /dev/null +++ b/7530/data/test-cases/82a2a5dc417a5210.json @@ -0,0 +1 @@ +{"uid":"82a2a5dc417a5210","name":"should set field with only LIGHTPUSH enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only LIGHTPUSH enabled","historyId":"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364429,"stop":1728381364430,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90ce8d742901651e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/90ce8d742901651e","status":"passed","time":{"start":1728379167607,"stop":1728379167608,"duration":1}},{"uid":"7d0537633539348d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7d0537633539348d","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"55b77bd578707a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b77bd578707a4","status":"passed","time":{"start":1728370158850,"stop":1728370158850,"duration":0}},{"uid":"11e718f9039458f0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/11e718f9039458f0","status":"passed","time":{"start":1728369257789,"stop":1728369257789,"duration":0}}]},"tags":[]},"source":"82a2a5dc417a5210.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/82e2b4894a37208b.json b/7530/data/test-cases/82e2b4894a37208b.json new file mode 100644 index 00000000000..056cb42e2bb --- /dev/null +++ b/7530/data/test-cases/82e2b4894a37208b.json @@ -0,0 +1 @@ +{"uid":"82e2b4894a37208b","name":"Subscribe to topic containing Arabic and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Arabic and publish message","historyId":"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696841,"stop":1728381696841,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e1c8d7c72a84078","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e1c8d7c72a84078","status":"passed","time":{"start":1728379498101,"stop":1728379498102,"duration":1}},{"uid":"dfffce514e86eb41","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dfffce514e86eb41","status":"passed","time":{"start":1728372147563,"stop":1728372147565,"duration":2}},{"uid":"8a7f7751c3463132","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a7f7751c3463132","status":"passed","time":{"start":1728370535032,"stop":1728370535033,"duration":1}},{"uid":"834f3521c75a13cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/834f3521c75a13cf","status":"passed","time":{"start":1728369636375,"stop":1728369636376,"duration":1}}]},"tags":[]},"source":"82e2b4894a37208b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/83748d1c769bfe3c.json b/7530/data/test-cases/83748d1c769bfe3c.json new file mode 100644 index 00000000000..34b100bb847 --- /dev/null +++ b/7530/data/test-cases/83748d1c769bfe3c.json @@ -0,0 +1 @@ +{"uid":"83748d1c769bfe3c","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing XML and receive message","historyId":"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749061,"stop":1728381749062,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"78a5e89da82843f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78a5e89da82843f7","status":"passed","time":{"start":1728379549698,"stop":1728379549698,"duration":0}},{"uid":"ad23f0fd43264c6f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ad23f0fd43264c6f","status":"passed","time":{"start":1728372195435,"stop":1728372195435,"duration":0}},{"uid":"6f77f9d3da01765c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6f77f9d3da01765c","status":"passed","time":{"start":1728370555258,"stop":1728370555258,"duration":0}},{"uid":"14f5d712923c78db","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/14f5d712923c78db","status":"passed","time":{"start":1728369639855,"stop":1728369639855,"duration":0}}]},"tags":[]},"source":"83748d1c769bfe3c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/83b307f846d429a8.json b/7530/data/test-cases/83b307f846d429a8.json new file mode 100644 index 00000000000..d6f7fa01f49 --- /dev/null +++ b/7530/data/test-cases/83b307f846d429a8.json @@ -0,0 +1 @@ +{"uid":"83b307f846d429a8","name":"should set field with all protocols enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with all protocols enabled","historyId":"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364428,"stop":1728381364429,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6355b461ea33c40a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6355b461ea33c40a","status":"passed","time":{"start":1728379167606,"stop":1728379167606,"duration":0}},{"uid":"d968cc41ca5483e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d968cc41ca5483e2","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"12fd55546fa296b4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/12fd55546fa296b4","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"e9cdd4b7d03275cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9cdd4b7d03275cb","status":"passed","time":{"start":1728369257787,"stop":1728369257788,"duration":1}}]},"tags":[]},"source":"83b307f846d429a8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/83bb330b19f83aba.json b/7530/data/test-cases/83bb330b19f83aba.json new file mode 100644 index 00000000000..320d9ab50c3 --- /dev/null +++ b/7530/data/test-cases/83bb330b19f83aba.json @@ -0,0 +1 @@ +{"uid":"83bb330b19f83aba","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","historyId":"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774345,"stop":1728381774345,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ae29fc651047acd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ae29fc651047acd","status":"passed","time":{"start":1728379576341,"stop":1728379576341,"duration":0}},{"uid":"ed83b5fe9b7cbea3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed83b5fe9b7cbea3","status":"passed","time":{"start":1728372230817,"stop":1728372230817,"duration":0}},{"uid":"7de28a19fc7a70a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7de28a19fc7a70a1","status":"passed","time":{"start":1728370630210,"stop":1728370630210,"duration":0}},{"uid":"f48766e08828bc2a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f48766e08828bc2a","status":"passed","time":{"start":1728369712261,"stop":1728369712261,"duration":0}}]},"tags":[]},"source":"83bb330b19f83aba.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/840ca55c992417b0.json b/7530/data/test-cases/840ca55c992417b0.json new file mode 100644 index 00000000000..47061df0b4d --- /dev/null +++ b/7530/data/test-cases/840ca55c992417b0.json @@ -0,0 +1 @@ +{"uid":"840ca55c992417b0","name":"Query Generator, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, No message returned","historyId":"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743120,"stop":1728381743123,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9f401a37bf462ce3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9f401a37bf462ce3","status":"passed","time":{"start":1728379550980,"stop":1728379550980,"duration":0}},{"uid":"31c180989fad1a57","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/31c180989fad1a57","status":"passed","time":{"start":1728372211442,"stop":1728372211442,"duration":0}},{"uid":"a7951e3151390846","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a7951e3151390846","status":"passed","time":{"start":1728370582327,"stop":1728370582327,"duration":0}},{"uid":"8120c12ee6f8e041","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8120c12ee6f8e041","status":"passed","time":{"start":1728369674238,"stop":1728369674238,"duration":0}}]},"tags":[]},"source":"840ca55c992417b0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/846bc85328dd1cb2.json b/7530/data/test-cases/846bc85328dd1cb2.json new file mode 100644 index 00000000000..065d49a6d83 --- /dev/null +++ b/7530/data/test-cases/846bc85328dd1cb2.json @@ -0,0 +1 @@ +{"uid":"846bc85328dd1cb2","name":"should convert content topics to PubsubTopics for autosharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should convert content topics to PubsubTopics for autosharding","historyId":"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69a7304ae83b0db8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/69a7304ae83b0db8","status":"passed","time":{"start":1728379159014,"stop":1728379159014,"duration":0}},{"uid":"49a45ac36b56eb4c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/49a45ac36b56eb4c","status":"passed","time":{"start":1728371802900,"stop":1728371802900,"duration":0}},{"uid":"25184ac8912eda15","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/25184ac8912eda15","status":"passed","time":{"start":1728370149933,"stop":1728370149934,"duration":1}},{"uid":"b2afae05d2caad80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b2afae05d2caad80","status":"passed","time":{"start":1728369248988,"stop":1728369248988,"duration":0}}]},"tags":[]},"source":"846bc85328dd1cb2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/846bfef328087042.json b/7530/data/test-cases/846bfef328087042.json new file mode 100644 index 00000000000..18e09cadc51 --- /dev/null +++ b/7530/data/test-cases/846bfef328087042.json @@ -0,0 +1 @@ +{"uid":"846bfef328087042","name":"Check received message containing JSON","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing JSON","historyId":"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658381,"stop":1728381658384,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"89ef6a829e36168e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/89ef6a829e36168e","status":"passed","time":{"start":1728379460286,"stop":1728379460287,"duration":1}},{"uid":"6e88b3ed13deb587","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e88b3ed13deb587","status":"passed","time":{"start":1728372105675,"stop":1728372105675,"duration":0}},{"uid":"59ff14b76d220b93","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/59ff14b76d220b93","status":"passed","time":{"start":1728370464149,"stop":1728370464149,"duration":0}},{"uid":"f81c93f7bd0a2643","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f81c93f7bd0a2643","status":"passed","time":{"start":1728369544872,"stop":1728369544872,"duration":0}}]},"tags":[]},"source":"846bfef328087042.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/84838d1897862b27.json b/7530/data/test-cases/84838d1897862b27.json new file mode 100644 index 00000000000..a8779242dc3 --- /dev/null +++ b/7530/data/test-cases/84838d1897862b27.json @@ -0,0 +1 @@ +{"uid":"84838d1897862b27","name":"Push message with content topic containing emoji","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing emoji","historyId":"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5e90d6e725ea9665","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e90d6e725ea9665","status":"passed","time":{"start":1728379482948,"stop":1728379482949,"duration":1}},{"uid":"2df8654e7943c8b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2df8654e7943c8b1","status":"passed","time":{"start":1728372134572,"stop":1728372134572,"duration":0}},{"uid":"55b7e8828521b082","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b7e8828521b082","status":"passed","time":{"start":1728370487883,"stop":1728370487884,"duration":1}},{"uid":"f77be6a8b2a8bafd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f77be6a8b2a8bafd","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"tags":[]},"source":"84838d1897862b27.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/84a3e9826f90c00c.json b/7530/data/test-cases/84a3e9826f90c00c.json new file mode 100644 index 00000000000..5bdfa4d3853 --- /dev/null +++ b/7530/data/test-cases/84a3e9826f90c00c.json @@ -0,0 +1 @@ +{"uid":"84a3e9826f90c00c","name":"LightPush: 0 peers, Filter: 2 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 2 peers","historyId":"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"22a39cd474e52afb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22a39cd474e52afb","status":"passed","time":{"start":1728379419659,"stop":1728379419660,"duration":1}},{"uid":"edd9ef6ef5440273","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/edd9ef6ef5440273","status":"passed","time":{"start":1728372107430,"stop":1728372107432,"duration":2}},{"uid":"40bb39fb1c0f9434","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/40bb39fb1c0f9434","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626978,"stop":1728370626978,"duration":0}},{"uid":"d6b752f03ae8504a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d6b752f03ae8504a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728508,"stop":1728369728509,"duration":1}}]},"tags":[]},"source":"84a3e9826f90c00c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/84c6b5e9e82f31e1.json b/7530/data/test-cases/84c6b5e9e82f31e1.json new file mode 100644 index 00000000000..8ea9af4340d --- /dev/null +++ b/7530/data/test-cases/84c6b5e9e82f31e1.json @@ -0,0 +1 @@ +{"uid":"84c6b5e9e82f31e1","name":"Passing a valid cursor at 19 index when there are 20 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 19 index when there are 20 messages","historyId":"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737935,"stop":1728381737935,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f834ac52775850e8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f834ac52775850e8","status":"passed","time":{"start":1728379543298,"stop":1728379543299,"duration":1}},{"uid":"eed2dd3930ba942c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eed2dd3930ba942c","status":"passed","time":{"start":1728372192285,"stop":1728372192285,"duration":0}},{"uid":"55ce1b7ea2181354","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55ce1b7ea2181354","status":"passed","time":{"start":1728370579153,"stop":1728370579153,"duration":0}},{"uid":"9cde9396f4fe525e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9cde9396f4fe525e","status":"passed","time":{"start":1728369664329,"stop":1728369664329,"duration":0}}]},"tags":[]},"source":"84c6b5e9e82f31e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/84eb65a5284f1455.json b/7530/data/test-cases/84eb65a5284f1455.json new file mode 100644 index 00000000000..dfc79e9d4bd --- /dev/null +++ b/7530/data/test-cases/84eb65a5284f1455.json @@ -0,0 +1 @@ +{"uid":"84eb65a5284f1455","name":"PeerStore has remote peer's shard info after successful connection","fullName":"/tests/metadata.spec.ts: Metadata Protocol > PeerStore has remote peer's shard info after successful connection","historyId":"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381634306,"stop":1728381634307,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1fc8a0a3e34d8fc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fc8a0a3e34d8fc0","status":"passed","time":{"start":1728379439867,"stop":1728379439870,"duration":3}},{"uid":"35f57ab2b9fab12b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/35f57ab2b9fab12b","status":"passed","time":{"start":1728372083101,"stop":1728372083102,"duration":1}},{"uid":"6dc54ac5ea129a59","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6dc54ac5ea129a59","status":"passed","time":{"start":1728370464871,"stop":1728370464872,"duration":1}},{"uid":"c2fbad5ecb8181b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c2fbad5ecb8181b","status":"passed","time":{"start":1728369559754,"stop":1728369559759,"duration":5}}]},"tags":[]},"source":"84eb65a5284f1455.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/856a7d0407dd6bf6.json b/7530/data/test-cases/856a7d0407dd6bf6.json new file mode 100644 index 00000000000..155a34a9dbf --- /dev/null +++ b/7530/data/test-cases/856a7d0407dd6bf6.json @@ -0,0 +1 @@ +{"uid":"856a7d0407dd6bf6","name":"Ephemeral field is preserved - encoder v0","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - encoder v0","historyId":"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381415525,"stop":1728381415526,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ae0a4f85c8c5cd4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ae0a4f85c8c5cd4d","status":"passed","time":{"start":1728379221894,"stop":1728379221895,"duration":1}},{"uid":"a710db29c2565b2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a710db29c2565b2b","status":"passed","time":{"start":1728371864346,"stop":1728371864346,"duration":0}},{"uid":"fad8cf6f91326394","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fad8cf6f91326394","status":"passed","time":{"start":1728370211393,"stop":1728370211394,"duration":1}},{"uid":"42c34625cddaa292","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/42c34625cddaa292","status":"passed","time":{"start":1728369310550,"stop":1728369310551,"duration":1}}]},"tags":[]},"source":"856a7d0407dd6bf6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/85c53b3f427fc26.json b/7530/data/test-cases/85c53b3f427fc26.json new file mode 100644 index 00000000000..f8cd24eb5d4 --- /dev/null +++ b/7530/data/test-cases/85c53b3f427fc26.json @@ -0,0 +1 @@ +{"uid":"85c53b3f427fc26","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449299,"stop":1728381449299,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"300a56edbd9c8538","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/300a56edbd9c8538","status":"passed","time":{"start":1728379255030,"stop":1728379255030,"duration":0}},{"uid":"1558f1caeecc2ad2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1558f1caeecc2ad2","status":"passed","time":{"start":1728371896754,"stop":1728371896756,"duration":2}},{"uid":"4b5322280f2f000c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b5322280f2f000c","status":"passed","time":{"start":1728370245294,"stop":1728370245295,"duration":1}},{"uid":"cbe839dcb07ac990","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbe839dcb07ac990","status":"passed","time":{"start":1728369344215,"stop":1728369344215,"duration":0}}]},"tags":[]},"source":"85c53b3f427fc26.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/85e21668191cf9a.json b/7530/data/test-cases/85e21668191cf9a.json new file mode 100644 index 00000000000..6d44a9d7803 --- /dev/null +++ b/7530/data/test-cases/85e21668191cf9a.json @@ -0,0 +1 @@ +{"uid":"85e21668191cf9a","name":"Check message with no payload is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no payload is not received","historyId":"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526521,"stop":1728381526524,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"59934a3f62383064","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59934a3f62383064","status":"passed","time":{"start":1728379329404,"stop":1728379329404,"duration":0}},{"uid":"1a0204240ddfb130","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a0204240ddfb130","status":"passed","time":{"start":1728371974003,"stop":1728371974004,"duration":1}},{"uid":"11f4f6ba03967917","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11f4f6ba03967917","status":"passed","time":{"start":1728370320871,"stop":1728370320871,"duration":0}},{"uid":"fecea927fac78eda","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fecea927fac78eda","status":"passed","time":{"start":1728369420264,"stop":1728369420265,"duration":1}}]},"tags":[]},"source":"85e21668191cf9a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8631c66177d3cf79.json b/7530/data/test-cases/8631c66177d3cf79.json new file mode 100644 index 00000000000..633d0bdc9ad --- /dev/null +++ b/7530/data/test-cases/8631c66177d3cf79.json @@ -0,0 +1 @@ +{"uid":"8631c66177d3cf79","name":"random static sharding 10 - Cluster ID: 807, Shard ID: 935","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 10 - Cluster ID: 807, Shard ID: 935","historyId":"10cd26d36c0bcf92dbcb85e59d0ff39c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745559,"stop":1728381745559,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"8631c66177d3cf79.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8670df30ab92cbdc.json b/7530/data/test-cases/8670df30ab92cbdc.json new file mode 100644 index 00000000000..37a2a9ab92c --- /dev/null +++ b/7530/data/test-cases/8670df30ab92cbdc.json @@ -0,0 +1 @@ +{"uid":"8670df30ab92cbdc","name":"LightPush: 0 peers, Filter: 3 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 3 peers","historyId":"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"df78e33f0f6be54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df78e33f0f6be54","status":"passed","time":{"start":1728379419660,"stop":1728379419671,"duration":11}},{"uid":"ab286063706aca27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ab286063706aca27","status":"passed","time":{"start":1728372107432,"stop":1728372107432,"duration":0}},{"uid":"d1b8b1b5f8edacd4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1b8b1b5f8edacd4","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626979,"stop":1728370626979,"duration":0}},{"uid":"21ad1545b6978572","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/21ad1545b6978572","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728509,"stop":1728369728509,"duration":0}}]},"tags":[]},"source":"8670df30ab92cbdc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/86a37924a319c8f7.json b/7530/data/test-cases/86a37924a319c8f7.json new file mode 100644 index 00000000000..d8c975c19d4 --- /dev/null +++ b/7530/data/test-cases/86a37924a319c8f7.json @@ -0,0 +1 @@ +{"uid":"86a37924a319c8f7","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737936,"stop":1728381737937,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"be0d6b6d50da0c9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be0d6b6d50da0c9d","status":"passed","time":{"start":1728379543300,"stop":1728379543300,"duration":0}},{"uid":"dd8c5511269c813b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dd8c5511269c813b","status":"passed","time":{"start":1728372192289,"stop":1728372192289,"duration":0}},{"uid":"de13c1bb42c43623","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de13c1bb42c43623","status":"passed","time":{"start":1728370579156,"stop":1728370579156,"duration":0}},{"uid":"a5c31f59b665a15c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5c31f59b665a15c","status":"passed","time":{"start":1728369664330,"stop":1728369664330,"duration":0}}]},"tags":[]},"source":"86a37924a319c8f7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/86ecb9347ba6f36d.json b/7530/data/test-cases/86ecb9347ba6f36d.json new file mode 100644 index 00000000000..7851e2c2fcd --- /dev/null +++ b/7530/data/test-cases/86ecb9347ba6f36d.json @@ -0,0 +1 @@ +{"uid":"86ecb9347ba6f36d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribe 1 topic - node subscribed to 1 topic","historyId":"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381485019,"stop":1728381485020,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7cdd31ee2a5bb236","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7cdd31ee2a5bb236","status":"passed","time":{"start":1728379293444,"stop":1728379293449,"duration":5}},{"uid":"fbbbcf6a773fb67d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbbbcf6a773fb67d","status":"passed","time":{"start":1728371932962,"stop":1728371932963,"duration":1}},{"uid":"56dbf7c83fd63fe3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56dbf7c83fd63fe3","status":"passed","time":{"start":1728370281700,"stop":1728370281704,"duration":4}},{"uid":"6241837f413a169c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6241837f413a169c","status":"passed","time":{"start":1728369376535,"stop":1728369376535,"duration":0}}]},"tags":[]},"source":"86ecb9347ba6f36d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8828e3355ec3d934.json b/7530/data/test-cases/8828e3355ec3d934.json new file mode 100644 index 00000000000..ed7684bccd7 --- /dev/null +++ b/7530/data/test-cases/8828e3355ec3d934.json @@ -0,0 +1 @@ +{"uid":"8828e3355ec3d934","name":"should correctly map /myapp/1/latest/proto to shard index 0","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /myapp/1/latest/proto to shard index 0","historyId":"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355958,"stop":1728381355965,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"23c855fb233e8c13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/23c855fb233e8c13","status":"passed","time":{"start":1728379158999,"stop":1728379158999,"duration":0}},{"uid":"9c55bb583967c32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9c55bb583967c32","status":"passed","time":{"start":1728371802891,"stop":1728371802891,"duration":0}},{"uid":"2d848428cf799c76","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2d848428cf799c76","status":"passed","time":{"start":1728370149918,"stop":1728370149918,"duration":0}},{"uid":"a212d85135b6cb7a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a212d85135b6cb7a","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"tags":[]},"source":"8828e3355ec3d934.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/884a855ebb41eba0.json b/7530/data/test-cases/884a855ebb41eba0.json new file mode 100644 index 00000000000..a84b82dd32b --- /dev/null +++ b/7530/data/test-cases/884a855ebb41eba0.json @@ -0,0 +1 @@ +{"uid":"884a855ebb41eba0","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","historyId":"9804cd7f39a814f629994b67252887e2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719621,"stop":1728381719621,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"884a855ebb41eba0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8867763be450c98e.json b/7530/data/test-cases/8867763be450c98e.json new file mode 100644 index 00000000000..269afa4b8cf --- /dev/null +++ b/7530/data/test-cases/8867763be450c98e.json @@ -0,0 +1 @@ +{"uid":"8867763be450c98e","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing emoji and receive message","historyId":"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"37435d12293265cc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37435d12293265cc","status":"passed","time":{"start":1728379366500,"stop":1728379366500,"duration":0}},{"uid":"4250e00169a6e673","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4250e00169a6e673","status":"passed","time":{"start":1728371996029,"stop":1728371996030,"duration":1}},{"uid":"29ab6c02775a00a5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/29ab6c02775a00a5","status":"passed","time":{"start":1728370345145,"stop":1728370345146,"duration":1}},{"uid":"a8fe4b088b098d98","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8fe4b088b098d98","status":"passed","time":{"start":1728369447293,"stop":1728369447293,"duration":0}}]},"tags":[]},"source":"8867763be450c98e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/887241218905cf19.json b/7530/data/test-cases/887241218905cf19.json new file mode 100644 index 00000000000..12c1058549d --- /dev/null +++ b/7530/data/test-cases/887241218905cf19.json @@ -0,0 +1 @@ +{"uid":"887241218905cf19","name":"caches peers it previously fetched","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > caches peers it previously fetched","historyId":"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379403,"stop":1728381379403,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4181e27e984e61ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4181e27e984e61ac","status":"passed","time":{"start":1728379182988,"stop":1728379182988,"duration":0}},{"uid":"ddfc3a749e3a29f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ddfc3a749e3a29f5","status":"passed","time":{"start":1728371826965,"stop":1728371826966,"duration":1}},{"uid":"4dce5d296cb09b89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4dce5d296cb09b89","status":"passed","time":{"start":1728370174429,"stop":1728370174429,"duration":0}},{"uid":"1fdb4a37375f41f5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1fdb4a37375f41f5","status":"passed","time":{"start":1728369273238,"stop":1728369273239,"duration":1}}]},"tags":[]},"source":"887241218905cf19.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/88a755de4991e463.json b/7530/data/test-cases/88a755de4991e463.json new file mode 100644 index 00000000000..96657fc64c4 --- /dev/null +++ b/7530/data/test-cases/88a755de4991e463.json @@ -0,0 +1 @@ +{"uid":"88a755de4991e463","name":"Passing a valid cursor at 19 index when there are 50 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 19 index when there are 50 messages","historyId":"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c60218c9f7cda13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c60218c9f7cda13","status":"passed","time":{"start":1728379543299,"stop":1728379543299,"duration":0}},{"uid":"971303b9b84c9b1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/971303b9b84c9b1a","status":"passed","time":{"start":1728372192285,"stop":1728372192289,"duration":4}},{"uid":"86d9e2a4c040cbe0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86d9e2a4c040cbe0","status":"passed","time":{"start":1728370579153,"stop":1728370579153,"duration":0}},{"uid":"247234a9c4440075","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/247234a9c4440075","status":"passed","time":{"start":1728369664329,"stop":1728369664329,"duration":0}}]},"tags":[]},"source":"88a755de4991e463.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/88b58e743de3b5d1.json b/7530/data/test-cases/88b58e743de3b5d1.json new file mode 100644 index 00000000000..286293e204b --- /dev/null +++ b/7530/data/test-cases/88b58e743de3b5d1.json @@ -0,0 +1 @@ +{"uid":"88b58e743de3b5d1","name":"Query Generator sorting by timestamp while page direction is true","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is true","historyId":"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381759210,"stop":1728381759211,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, sorting"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9b5da9aee12553a1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9b5da9aee12553a1","status":"passed","time":{"start":1728379560152,"stop":1728379560152,"duration":0}},{"uid":"64ea9dab48322203","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64ea9dab48322203","status":"passed","time":{"start":1728372216739,"stop":1728372216740,"duration":1}},{"uid":"6cc20d63385057cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6cc20d63385057cb","status":"passed","time":{"start":1728370607961,"stop":1728370607961,"duration":0}},{"uid":"23a0e9c471054569","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23a0e9c471054569","status":"passed","time":{"start":1728369698565,"stop":1728369698567,"duration":2}}]},"tags":[]},"source":"88b58e743de3b5d1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/88b8e7a6a01b9a8c.json b/7530/data/test-cases/88b8e7a6a01b9a8c.json new file mode 100644 index 00000000000..24233c91c3b --- /dev/null +++ b/7530/data/test-cases/88b8e7a6a01b9a8c.json @@ -0,0 +1 @@ +{"uid":"88b8e7a6a01b9a8c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","historyId":"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ef2292641b27044f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef2292641b27044f","status":"passed","time":{"start":1728379329173,"stop":1728379329173,"duration":0}},{"uid":"13ec4b240ab5abd7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13ec4b240ab5abd7","status":"passed","time":{"start":1728371983995,"stop":1728371983995,"duration":0}},{"uid":"c16a3a704d4a0348","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c16a3a704d4a0348","status":"passed","time":{"start":1728370284348,"stop":1728370284348,"duration":0}},{"uid":"4f4f7775080496d7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f4f7775080496d7","status":"passed","time":{"start":1728369378880,"stop":1728369378880,"duration":0}}]},"tags":[]},"source":"88b8e7a6a01b9a8c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/88c3d6d2df707db9.json b/7530/data/test-cases/88c3d6d2df707db9.json new file mode 100644 index 00000000000..4aec590bb36 --- /dev/null +++ b/7530/data/test-cases/88c3d6d2df707db9.json @@ -0,0 +1 @@ +{"uid":"88c3d6d2df707db9","name":"Push message with content topic containing shell command","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing shell command","historyId":"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bfac0d936683cd47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bfac0d936683cd47","status":"passed","time":{"start":1728379482942,"stop":1728379482943,"duration":1}},{"uid":"78ad162631da1ebc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ad162631da1ebc","status":"passed","time":{"start":1728372134568,"stop":1728372134569,"duration":1}},{"uid":"67d7c023676d693d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67d7c023676d693d","status":"passed","time":{"start":1728370487881,"stop":1728370487881,"duration":0}},{"uid":"1523ec21bf54dc9d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1523ec21bf54dc9d","status":"passed","time":{"start":1728369590804,"stop":1728369590804,"duration":0}}]},"tags":[]},"source":"88c3d6d2df707db9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/88eefff83fbab9cb.json b/7530/data/test-cases/88eefff83fbab9cb.json new file mode 100644 index 00000000000..43f0b1558f4 --- /dev/null +++ b/7530/data/test-cases/88eefff83fbab9cb.json @@ -0,0 +1 @@ +{"uid":"88eefff83fbab9cb","name":"should throw error - no public key","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no public key","historyId":"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f92836f861a3c08f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f92836f861a3c08f","status":"passed","time":{"start":1728379167596,"stop":1728379167596,"duration":0}},{"uid":"620cbf492d48a287","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/620cbf492d48a287","status":"passed","time":{"start":1728371811376,"stop":1728371811377,"duration":1}},{"uid":"bb0b8e623da35a25","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb0b8e623da35a25","status":"passed","time":{"start":1728370158838,"stop":1728370158838,"duration":0}},{"uid":"8e305961bcabbd4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8e305961bcabbd4","status":"passed","time":{"start":1728369257777,"stop":1728369257777,"duration":0}}]},"tags":[]},"source":"88eefff83fbab9cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/88f872a65a2cb2d0.json b/7530/data/test-cases/88f872a65a2cb2d0.json new file mode 100644 index 00000000000..f33474d9967 --- /dev/null +++ b/7530/data/test-cases/88f872a65a2cb2d0.json @@ -0,0 +1 @@ +{"uid":"88f872a65a2cb2d0","name":"Push message with custom timestamp: 1728377946003","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1728377946003","historyId":"5d805aa5b7a57aa811134bc149063c0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"88f872a65a2cb2d0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8910521ed5c4e252.json b/7530/data/test-cases/8910521ed5c4e252.json new file mode 100644 index 00000000000..76bfc6409fb --- /dev/null +++ b/7530/data/test-cases/8910521ed5c4e252.json @@ -0,0 +1 @@ +{"uid":"8910521ed5c4e252","name":"Subscribe to topic containing Russian and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Russian and publish message","historyId":"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696841,"stop":1728381696842,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c30ff39d11708ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c30ff39d11708ea","status":"passed","time":{"start":1728379498102,"stop":1728379498103,"duration":1}},{"uid":"da60aebdc903e3b7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/da60aebdc903e3b7","status":"passed","time":{"start":1728372147565,"stop":1728372147565,"duration":0}},{"uid":"b1581d9abde9d2ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1581d9abde9d2ff","status":"passed","time":{"start":1728370535033,"stop":1728370535034,"duration":1}},{"uid":"3dcf57df0fd6db9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3dcf57df0fd6db9","status":"passed","time":{"start":1728369636376,"stop":1728369636376,"duration":0}}]},"tags":[]},"source":"8910521ed5c4e252.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/899e5d6dcd09ec4a.json b/7530/data/test-cases/899e5d6dcd09ec4a.json new file mode 100644 index 00000000000..17804c64864 --- /dev/null +++ b/7530/data/test-cases/899e5d6dcd09ec4a.json @@ -0,0 +1 @@ +{"uid":"899e5d6dcd09ec4a","name":"retrieves a single peer","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > retrieves a single peer","historyId":"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379400,"stop":1728381379401,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2275fe679cb19a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2275fe679cb19a5f","status":"passed","time":{"start":1728379182985,"stop":1728379182986,"duration":1}},{"uid":"c472e379342232d4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c472e379342232d4","status":"passed","time":{"start":1728371826963,"stop":1728371826964,"duration":1}},{"uid":"2aa7638b0f30ea96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2aa7638b0f30ea96","status":"passed","time":{"start":1728370174427,"stop":1728370174428,"duration":1}},{"uid":"b4a48dc40bec8a93","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b4a48dc40bec8a93","status":"passed","time":{"start":1728369273236,"stop":1728369273237,"duration":1}}]},"tags":[]},"source":"899e5d6dcd09ec4a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/89b79a7b665db328.json b/7530/data/test-cases/89b79a7b665db328.json new file mode 100644 index 00000000000..a98ab46e307 --- /dev/null +++ b/7530/data/test-cases/89b79a7b665db328.json @@ -0,0 +1 @@ +{"uid":"89b79a7b665db328","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","historyId":"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521290,"stop":1728381521290,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"45b38c6a4091dfa2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/45b38c6a4091dfa2","status":"passed","time":{"start":1728379329171,"stop":1728379329171,"duration":0}},{"uid":"660e03db6221a28f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/660e03db6221a28f","status":"passed","time":{"start":1728371983993,"stop":1728371983993,"duration":0}},{"uid":"7e8904c3c512c976","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7e8904c3c512c976","status":"passed","time":{"start":1728370284345,"stop":1728370284345,"duration":0}},{"uid":"b38b9e7ef13dc480","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b38b9e7ef13dc480","status":"passed","time":{"start":1728369378878,"stop":1728369378878,"duration":0}}]},"tags":[]},"source":"89b79a7b665db328.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8a38a67a2f0d50a7.json b/7530/data/test-cases/8a38a67a2f0d50a7.json new file mode 100644 index 00000000000..0ecd1a02589 --- /dev/null +++ b/7530/data/test-cases/8a38a67a2f0d50a7.json @@ -0,0 +1 @@ +{"uid":"8a38a67a2f0d50a7","name":"Check received message containing numeric","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing numeric","historyId":"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658377,"stop":1728381658378,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8c9a31c3fd7a4418","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c9a31c3fd7a4418","status":"passed","time":{"start":1728379460281,"stop":1728379460281,"duration":0}},{"uid":"6a8404116593a563","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6a8404116593a563","status":"passed","time":{"start":1728372105671,"stop":1728372105671,"duration":0}},{"uid":"6860dc2b5e100a9d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6860dc2b5e100a9d","status":"passed","time":{"start":1728370464139,"stop":1728370464140,"duration":1}},{"uid":"159fb8f8075241dd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/159fb8f8075241dd","status":"passed","time":{"start":1728369544867,"stop":1728369544867,"duration":0}}]},"tags":[]},"source":"8a38a67a2f0d50a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8addad0222e50175.json b/7530/data/test-cases/8addad0222e50175.json new file mode 100644 index 00000000000..cfdbac78dfb --- /dev/null +++ b/7530/data/test-cases/8addad0222e50175.json @@ -0,0 +1 @@ +{"uid":"8addad0222e50175","name":"Push message with content topic containing emoji","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing emoji","historyId":"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711671,"stop":1728381711674,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c164ecc289136a08","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c164ecc289136a08","status":"passed","time":{"start":1728379515559,"stop":1728379515559,"duration":0}},{"uid":"2c107f68c13eea3f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c107f68c13eea3f","status":"passed","time":{"start":1728372171310,"stop":1728372171311,"duration":1}},{"uid":"2b63e9aee08c0d4a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2b63e9aee08c0d4a","status":"passed","time":{"start":1728370522973,"stop":1728370522974,"duration":1}},{"uid":"157b6b20b27bdffd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/157b6b20b27bdffd","status":"passed","time":{"start":1728369622051,"stop":1728369622052,"duration":1}}]},"tags":[]},"source":"8addad0222e50175.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8ae8b9c167851eba.json b/7530/data/test-cases/8ae8b9c167851eba.json new file mode 100644 index 00000000000..88e2414e50a --- /dev/null +++ b/7530/data/test-cases/8ae8b9c167851eba.json @@ -0,0 +1 @@ +{"uid":"8ae8b9c167851eba","name":"Check received message containing Arabic","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Arabic","historyId":"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa2b1fde7bfda0ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa2b1fde7bfda0ce","status":"passed","time":{"start":1728379460282,"stop":1728379460283,"duration":1}},{"uid":"f1d90bb61df6d22f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f1d90bb61df6d22f","status":"passed","time":{"start":1728372105672,"stop":1728372105672,"duration":0}},{"uid":"ea49d840958e4bfe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea49d840958e4bfe","status":"passed","time":{"start":1728370464144,"stop":1728370464145,"duration":1}},{"uid":"3479e0334ef15db2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3479e0334ef15db2","status":"passed","time":{"start":1728369544868,"stop":1728369544868,"duration":0}}]},"tags":[]},"source":"8ae8b9c167851eba.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8ae97e5298440b90.json b/7530/data/test-cases/8ae97e5298440b90.json new file mode 100644 index 00000000000..cb6d9fca4f5 --- /dev/null +++ b/7530/data/test-cases/8ae97e5298440b90.json @@ -0,0 +1 @@ +{"uid":"8ae97e5298440b90","name":"Subscribe to topic containing escaped characters and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing escaped characters and publish message","historyId":"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"abc736f2dceafd12","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/abc736f2dceafd12","status":"passed","time":{"start":1728379498107,"stop":1728379498107,"duration":0}},{"uid":"425711da8d64e58e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/425711da8d64e58e","status":"passed","time":{"start":1728372147579,"stop":1728372147579,"duration":0}},{"uid":"519bc946cedf1b0f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/519bc946cedf1b0f","status":"passed","time":{"start":1728370535038,"stop":1728370535038,"duration":0}},{"uid":"b9e758a28d7457e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9e758a28d7457e9","status":"passed","time":{"start":1728369636385,"stop":1728369636386,"duration":1}}]},"tags":[]},"source":"8ae97e5298440b90.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8b072001743b5ccc.json b/7530/data/test-cases/8b072001743b5ccc.json new file mode 100644 index 00000000000..345b1d38ab8 --- /dev/null +++ b/7530/data/test-cases/8b072001743b5ccc.json @@ -0,0 +1 @@ +{"uid":"8b072001743b5ccc","name":"should decode valid enr with tcp successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr with tcp successfully","historyId":"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94321a7bda121d4e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94321a7bda121d4e","status":"passed","time":{"start":1728379167595,"stop":1728379167595,"duration":0}},{"uid":"1d974724a2219296","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1d974724a2219296","status":"passed","time":{"start":1728371811376,"stop":1728371811376,"duration":0}},{"uid":"6e68d9773bfac6fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6e68d9773bfac6fb","status":"passed","time":{"start":1728370158837,"stop":1728370158837,"duration":0}},{"uid":"41743c23436c20be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41743c23436c20be","status":"passed","time":{"start":1728369257776,"stop":1728369257776,"duration":0}}]},"tags":[]},"source":"8b072001743b5ccc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8b2d6af9625ddcb5.json b/7530/data/test-cases/8b2d6af9625ddcb5.json new file mode 100644 index 00000000000..7a403bfb7f6 --- /dev/null +++ b/7530/data/test-cases/8b2d6af9625ddcb5.json @@ -0,0 +1 @@ +{"uid":"8b2d6af9625ddcb5","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","historyId":"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e3435aa258f19a99","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e3435aa258f19a99","status":"passed","time":{"start":1728379576341,"stop":1728379576342,"duration":1}},{"uid":"3e168eadac49e22f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3e168eadac49e22f","status":"passed","time":{"start":1728372230817,"stop":1728372230817,"duration":0}},{"uid":"65e9c53319a616a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65e9c53319a616a9","status":"passed","time":{"start":1728370630211,"stop":1728370630211,"duration":0}},{"uid":"56d8e545427ff1f2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/56d8e545427ff1f2","status":"passed","time":{"start":1728369712262,"stop":1728369712262,"duration":0}}]},"tags":[]},"source":"8b2d6af9625ddcb5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8b7b9385c8bdfdb4.json b/7530/data/test-cases/8b7b9385c8bdfdb4.json new file mode 100644 index 00000000000..ca14dc3e418 --- /dev/null +++ b/7530/data/test-cases/8b7b9385c8bdfdb4.json @@ -0,0 +1 @@ +{"uid":"8b7b9385c8bdfdb4","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Script and receive message","historyId":"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557263,"stop":1728381557267,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"952eb148da2e0a5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/952eb148da2e0a5e","status":"passed","time":{"start":1728379366484,"stop":1728379366486,"duration":2}},{"uid":"c332161fd4c056a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c332161fd4c056a1","status":"passed","time":{"start":1728371996022,"stop":1728371996023,"duration":1}},{"uid":"55b845974c471108","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b845974c471108","status":"passed","time":{"start":1728370345138,"stop":1728370345139,"duration":1}},{"uid":"7158154a89541806","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7158154a89541806","status":"passed","time":{"start":1728369447290,"stop":1728369447290,"duration":0}}]},"tags":[]},"source":"8b7b9385c8bdfdb4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8bbc2f619f16888d.json b/7530/data/test-cases/8bbc2f619f16888d.json new file mode 100644 index 00000000000..e2efdf9dd47 --- /dev/null +++ b/7530/data/test-cases/8bbc2f619f16888d.json @@ -0,0 +1 @@ +{"uid":"8bbc2f619f16888d","name":"Unsubscribe topics the node is not subscribed to","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribe topics the node is not subscribed to","historyId":"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545566,"stop":1728381545566,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6331275080308c4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6331275080308c4","status":"passed","time":{"start":1728379350307,"stop":1728379350308,"duration":1}},{"uid":"423dd1a3c257cf36","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/423dd1a3c257cf36","status":"passed","time":{"start":1728371998264,"stop":1728371998266,"duration":2}},{"uid":"aebdff1d2dbfb80f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aebdff1d2dbfb80f","status":"passed","time":{"start":1728370345943,"stop":1728370345947,"duration":4}},{"uid":"ff1febee642bf7b6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ff1febee642bf7b6","status":"passed","time":{"start":1728369443737,"stop":1728369443738,"duration":1}}]},"tags":[]},"source":"8bbc2f619f16888d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8bdcc458da832dea.json b/7530/data/test-cases/8bdcc458da832dea.json new file mode 100644 index 00000000000..1ac6796a584 --- /dev/null +++ b/7530/data/test-cases/8bdcc458da832dea.json @@ -0,0 +1 @@ +{"uid":"8bdcc458da832dea","name":"Push message with content topic containing Basic HTML tag","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Basic HTML tag","historyId":"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711665,"stop":1728381711665,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"371c36749ff9a5e0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/371c36749ff9a5e0","status":"passed","time":{"start":1728379515557,"stop":1728379515557,"duration":0}},{"uid":"77bc5c439ae08380","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77bc5c439ae08380","status":"passed","time":{"start":1728372171308,"stop":1728372171309,"duration":1}},{"uid":"d29186e3136911b7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d29186e3136911b7","status":"passed","time":{"start":1728370522972,"stop":1728370522972,"duration":0}},{"uid":"238e0105ecf2715d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/238e0105ecf2715d","status":"passed","time":{"start":1728369622049,"stop":1728369622049,"duration":0}}]},"tags":[]},"source":"8bdcc458da832dea.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8c04a44357113b70.json b/7530/data/test-cases/8c04a44357113b70.json new file mode 100644 index 00000000000..4f509d42fff --- /dev/null +++ b/7530/data/test-cases/8c04a44357113b70.json @@ -0,0 +1 @@ +{"uid":"8c04a44357113b70","name":"Push message with custom timestamp: 1728377957642","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1728377957642","historyId":"7c58b6ecd64580f650fbd64de8b12e03:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680469,"stop":1728381680470,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"8c04a44357113b70.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8cbf5275112e6d4a.json b/7530/data/test-cases/8cbf5275112e6d4a.json new file mode 100644 index 00000000000..928fbc31151 --- /dev/null +++ b/7530/data/test-cases/8cbf5275112e6d4a.json @@ -0,0 +1 @@ +{"uid":"8cbf5275112e6d4a","name":"Should update multiaddrs","fullName":"/tests/peer-exchange/continuous_discovery.spec.ts: Peer Exchange Continuous Discovery > Should update multiaddrs","historyId":"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381634682,"stop":1728381634683,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Continuous Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4d23c7626b4a2121","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4d23c7626b4a2121","status":"passed","time":{"start":1728379440094,"stop":1728379440095,"duration":1}},{"uid":"3b7eb4f9fce8bcd6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3b7eb4f9fce8bcd6","status":"passed","time":{"start":1728372106162,"stop":1728372106163,"duration":1}},{"uid":"ad2f8247f32f33bd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad2f8247f32f33bd","status":"passed","time":{"start":1728370467935,"stop":1728370467936,"duration":1}},{"uid":"a1734f69e97482a0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1734f69e97482a0","status":"passed","time":{"start":1728369560302,"stop":1728369560302,"duration":0}}]},"tags":[]},"source":"8cbf5275112e6d4a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8cf92bc2c112acdb.json b/7530/data/test-cases/8cf92bc2c112acdb.json new file mode 100644 index 00000000000..b0ccd36e846 --- /dev/null +++ b/7530/data/test-cases/8cf92bc2c112acdb.json @@ -0,0 +1 @@ +{"uid":"8cf92bc2c112acdb","name":"different cluster, different shard: nodes don't connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, different shard: nodes don't connect (autosharding)","historyId":"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521287,"stop":1728381521288,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6545c690303916fa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6545c690303916fa","status":"passed","time":{"start":1728379329169,"stop":1728379329169,"duration":0}},{"uid":"2e3e4acc9ea55734","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e3e4acc9ea55734","status":"passed","time":{"start":1728371983984,"stop":1728371983989,"duration":5}}]},"tags":[]},"source":"8cf92bc2c112acdb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8db7c4a263796e1a.json b/7530/data/test-cases/8db7c4a263796e1a.json new file mode 100644 index 00000000000..194e3d47a48 --- /dev/null +++ b/7530/data/test-cases/8db7c4a263796e1a.json @@ -0,0 +1 @@ +{"uid":"8db7c4a263796e1a","name":"Push message with content topic containing special chars","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing special chars","historyId":"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711659,"stop":1728381711660,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b843c0a5864a418d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b843c0a5864a418d","status":"passed","time":{"start":1728379515554,"stop":1728379515554,"duration":0}},{"uid":"82f74eebc5f37ee8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82f74eebc5f37ee8","status":"passed","time":{"start":1728372171297,"stop":1728372171298,"duration":1}},{"uid":"d55296f27fdec442","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d55296f27fdec442","status":"passed","time":{"start":1728370522965,"stop":1728370522966,"duration":1}},{"uid":"c60d935270b2a8bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c60d935270b2a8bd","status":"passed","time":{"start":1728369622045,"stop":1728369622045,"duration":0}}]},"tags":[]},"source":"8db7c4a263796e1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8dde41a4442b3d5c.json b/7530/data/test-cases/8dde41a4442b3d5c.json new file mode 100644 index 00000000000..9072c05e21e --- /dev/null +++ b/7530/data/test-cases/8dde41a4442b3d5c.json @@ -0,0 +1 @@ +{"uid":"8dde41a4442b3d5c","name":"ENRTree (tree): should parse a DNS tree entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should parse a DNS tree entry","historyId":"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379239,"stop":1728381379240,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb60a5b10b43b6f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb60a5b10b43b6f2","status":"passed","time":{"start":1728379182446,"stop":1728379182447,"duration":1}},{"uid":"6eaaf17bd88bf230","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6eaaf17bd88bf230","status":"passed","time":{"start":1728371826622,"stop":1728371826623,"duration":1}},{"uid":"1402bb70e5450aa9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1402bb70e5450aa9","status":"passed","time":{"start":1728370173935,"stop":1728370173935,"duration":0}},{"uid":"7c17d4a42887dba6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c17d4a42887dba6","status":"passed","time":{"start":1728369272867,"stop":1728369272867,"duration":0}}]},"tags":[]},"source":"8dde41a4442b3d5c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8de5f7cade2d6201.json b/7530/data/test-cases/8de5f7cade2d6201.json new file mode 100644 index 00000000000..e37c063709b --- /dev/null +++ b/7530/data/test-cases/8de5f7cade2d6201.json @@ -0,0 +1 @@ +{"uid":"8de5f7cade2d6201","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355958,"stop":1728381355958,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"8de5f7cade2d6201.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8e384329eb0fdfbe.json b/7530/data/test-cases/8e384329eb0fdfbe.json new file mode 100644 index 00000000000..28f5da6fdbe --- /dev/null +++ b/7530/data/test-cases/8e384329eb0fdfbe.json @@ -0,0 +1 @@ +{"uid":"8e384329eb0fdfbe","name":"should not receive a peer event before start","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"461f5bfada8eae55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/461f5bfada8eae55","status":"passed","time":{"start":1728379224168,"stop":1728379224168,"duration":0}},{"uid":"432d5ea7407e77fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/432d5ea7407e77fa","status":"passed","time":{"start":1728371870690,"stop":1728371870690,"duration":0}},{"uid":"65d4ae57980936da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65d4ae57980936da","status":"passed","time":{"start":1728370215350,"stop":1728370215350,"duration":0}},{"uid":"a3a2d7fbe7e91974","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3a2d7fbe7e91974","status":"passed","time":{"start":1728369314832,"stop":1728369314832,"duration":0}}]},"tags":[]},"source":"8e384329eb0fdfbe.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8e43b56de926582a.json b/7530/data/test-cases/8e43b56de926582a.json new file mode 100644 index 00000000000..f08e5c30f40 --- /dev/null +++ b/7530/data/test-cases/8e43b56de926582a.json @@ -0,0 +1 @@ +{"uid":"8e43b56de926582a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","historyId":"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521315,"stop":1728381521316,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d0558ed1ecbb7c37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d0558ed1ecbb7c37","status":"passed","time":{"start":1728379329180,"stop":1728379329180,"duration":0}},{"uid":"bffdb37a7a69a217","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bffdb37a7a69a217","status":"passed","time":{"start":1728371984005,"stop":1728371984005,"duration":0}},{"uid":"b3b0497a514a4488","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3b0497a514a4488","status":"passed","time":{"start":1728370284360,"stop":1728370284360,"duration":0}},{"uid":"83dfe7e43c1e84a0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/83dfe7e43c1e84a0","status":"passed","time":{"start":1728369378902,"stop":1728369378902,"duration":0}}]},"tags":[]},"source":"8e43b56de926582a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8ec29094d788f409.json b/7530/data/test-cases/8ec29094d788f409.json new file mode 100644 index 00000000000..eba96600b2a --- /dev/null +++ b/7530/data/test-cases/8ec29094d788f409.json @@ -0,0 +1 @@ +{"uid":"8ec29094d788f409","name":"should aggregate SingleShardInfos into a ShardInfo","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should aggregate SingleShardInfos into a ShardInfo","historyId":"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e86d4a0376fc883","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e86d4a0376fc883","status":"passed","time":{"start":1728379159013,"stop":1728379159013,"duration":0}},{"uid":"e778c6bd875df3b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e778c6bd875df3b3","status":"passed","time":{"start":1728371802898,"stop":1728371802899,"duration":1}},{"uid":"ac5b8eebf1f17d5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac5b8eebf1f17d5c","status":"passed","time":{"start":1728370149932,"stop":1728370149932,"duration":0}},{"uid":"7aac6fe4f4164f05","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7aac6fe4f4164f05","status":"passed","time":{"start":1728369248987,"stop":1728369248987,"duration":0}}]},"tags":[]},"source":"8ec29094d788f409.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8ec54fc521dd7556.json b/7530/data/test-cases/8ec54fc521dd7556.json new file mode 100644 index 00000000000..38b75adeae1 --- /dev/null +++ b/7530/data/test-cases/8ec54fc521dd7556.json @@ -0,0 +1 @@ +{"uid":"8ec54fc521dd7556","name":"Query generator for multiple messages with different content topic format","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with different content topic format","historyId":"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762405,"stop":1728381762405,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7b631faaf5a23514","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b631faaf5a23514","status":"passed","time":{"start":1728379565736,"stop":1728379565736,"duration":0}},{"uid":"2593a8c42ea35fe4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2593a8c42ea35fe4","status":"passed","time":{"start":1728372228763,"stop":1728372228763,"duration":0}},{"uid":"feef1f51f4e05af1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/feef1f51f4e05af1","status":"passed","time":{"start":1728370603965,"stop":1728370603966,"duration":1}},{"uid":"b1db6ea90ed5ba52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1db6ea90ed5ba52","status":"passed","time":{"start":1728369703128,"stop":1728369703128,"duration":0}}]},"tags":[]},"source":"8ec54fc521dd7556.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8ef31deb77cfebbe.json b/7530/data/test-cases/8ef31deb77cfebbe.json new file mode 100644 index 00000000000..2f066446719 --- /dev/null +++ b/7530/data/test-cases/8ef31deb77cfebbe.json @@ -0,0 +1 @@ +{"uid":"8ef31deb77cfebbe","name":"Query Generator, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, Wrong PubsubTopic","historyId":"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743112,"stop":1728381743112,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c017f4b1ba5a9c50","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c017f4b1ba5a9c50","status":"passed","time":{"start":1728379550978,"stop":1728379550979,"duration":1}},{"uid":"d98bb5f304aedfaa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d98bb5f304aedfaa","status":"passed","time":{"start":1728372211439,"stop":1728372211439,"duration":0}},{"uid":"650f70205476cf80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/650f70205476cf80","status":"passed","time":{"start":1728370582326,"stop":1728370582326,"duration":0}},{"uid":"70ea460f63de5602","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/70ea460f63de5602","status":"passed","time":{"start":1728369674235,"stop":1728369674235,"duration":0}}]},"tags":[]},"source":"8ef31deb77cfebbe.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8f1cf9a1558c37be.json b/7530/data/test-cases/8f1cf9a1558c37be.json new file mode 100644 index 00000000000..4d07348ca1d --- /dev/null +++ b/7530/data/test-cases/8f1cf9a1558c37be.json @@ -0,0 +1 @@ +{"uid":"8f1cf9a1558c37be","name":"should throw an error for insufficient data","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should throw an error for insufficient data","historyId":"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355989,"stop":1728381355989,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b97d15201a58aa46","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b97d15201a58aa46","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"fe393cfad0a32918","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fe393cfad0a32918","status":"passed","time":{"start":1728371802855,"stop":1728371802855,"duration":0}},{"uid":"ebc5be65ca84d832","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebc5be65ca84d832","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"6c12313adaca64e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6c12313adaca64e1","status":"passed","time":{"start":1728369249006,"stop":1728369249006,"duration":0}}]},"tags":[]},"source":"8f1cf9a1558c37be.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/8f81b072d746939e.json b/7530/data/test-cases/8f81b072d746939e.json new file mode 100644 index 00000000000..8fd91155730 --- /dev/null +++ b/7530/data/test-cases/8f81b072d746939e.json @@ -0,0 +1 @@ +{"uid":"8f81b072d746939e","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing shell command and receive message","historyId":"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749068,"stop":1728381749068,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b925eb6f03a7e435","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b925eb6f03a7e435","status":"passed","time":{"start":1728379549699,"stop":1728379549700,"duration":1}},{"uid":"2ab316c211e5495","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ab316c211e5495","status":"passed","time":{"start":1728372195436,"stop":1728372195436,"duration":0}},{"uid":"66810c91366a035e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/66810c91366a035e","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"13bda6b523fb77db","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13bda6b523fb77db","status":"passed","time":{"start":1728369639856,"stop":1728369639856,"duration":0}}]},"tags":[]},"source":"8f81b072d746939e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9032620741c2a6f1.json b/7530/data/test-cases/9032620741c2a6f1.json new file mode 100644 index 00000000000..3076db11efc --- /dev/null +++ b/7530/data/test-cases/9032620741c2a6f1.json @@ -0,0 +1 @@ +{"uid":"9032620741c2a6f1","name":"handles empty contentTopics array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty contentTopics array correctly","historyId":"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90d2621e57880d03","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/90d2621e57880d03","status":"passed","time":{"start":1728379159030,"stop":1728379159031,"duration":1}},{"uid":"ba197788eeff9a40","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba197788eeff9a40","status":"passed","time":{"start":1728371802914,"stop":1728371802914,"duration":0}},{"uid":"20ed6f0419040d33","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/20ed6f0419040d33","status":"passed","time":{"start":1728370149948,"stop":1728370149948,"duration":0}},{"uid":"bfc3a7aaa76db929","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bfc3a7aaa76db929","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"tags":[]},"source":"9032620741c2a6f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9047d138ffc54732.json b/7530/data/test-cases/9047d138ffc54732.json new file mode 100644 index 00000000000..af140780cd1 --- /dev/null +++ b/7530/data/test-cases/9047d138ffc54732.json @@ -0,0 +1 @@ +{"uid":"9047d138ffc54732","name":"should create a new stream if no existing for protocol found","fullName":"/src/lib/stream_manager/stream_manager.spec.ts: StreamManager > should create a new stream if no existing for protocol found","historyId":"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371410,"stop":1728381371410,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"StreamManager"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f44baba7b0d61719","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f44baba7b0d61719","status":"passed","time":{"start":1728379174829,"stop":1728379174829,"duration":0}},{"uid":"7260358bdb687f0d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7260358bdb687f0d","status":"passed","time":{"start":1728371818434,"stop":1728371818435,"duration":1}},{"uid":"7b29bb0b0768d18c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b29bb0b0768d18c","status":"passed","time":{"start":1728370166078,"stop":1728370166078,"duration":0}},{"uid":"181206bcd9f2ca27","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/181206bcd9f2ca27","status":"passed","time":{"start":1728369265063,"stop":1728369265063,"duration":0}}]},"tags":[]},"source":"9047d138ffc54732.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/90577a250d0d2838.json b/7530/data/test-cases/90577a250d0d2838.json new file mode 100644 index 00000000000..4baf55ce389 --- /dev/null +++ b/7530/data/test-cases/90577a250d0d2838.json @@ -0,0 +1 @@ +{"uid":"90577a250d0d2838","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing SQL Injection and receive message","historyId":"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557262,"stop":1728381557263,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bdeeca6fdcac8b2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bdeeca6fdcac8b2e","status":"passed","time":{"start":1728379366479,"stop":1728379366484,"duration":5}},{"uid":"451af22363d7dccf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/451af22363d7dccf","status":"passed","time":{"start":1728371996021,"stop":1728371996021,"duration":0}},{"uid":"4197a6729443cfdf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4197a6729443cfdf","status":"passed","time":{"start":1728370345134,"stop":1728370345138,"duration":4}},{"uid":"ec2ec5875f1512d5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ec2ec5875f1512d5","status":"passed","time":{"start":1728369447289,"stop":1728369447290,"duration":1}}]},"tags":[]},"source":"90577a250d0d2838.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/90894060bcb9943d.json b/7530/data/test-cases/90894060bcb9943d.json new file mode 100644 index 00000000000..7138aafd27c --- /dev/null +++ b/7530/data/test-cases/90894060bcb9943d.json @@ -0,0 +1 @@ +{"uid":"90894060bcb9943d","name":"should throw an error for missing required configuration","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should throw an error for missing required configuration","historyId":"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7653141f08f78dd3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7653141f08f78dd3","status":"passed","time":{"start":1728379159017,"stop":1728379159017,"duration":0}},{"uid":"254a616917945df","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/254a616917945df","status":"passed","time":{"start":1728371802902,"stop":1728371802902,"duration":0}},{"uid":"90cc6eebd5d422a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90cc6eebd5d422a1","status":"passed","time":{"start":1728370149936,"stop":1728370149936,"duration":0}},{"uid":"acbd6c9b8df0bf1e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acbd6c9b8df0bf1e","status":"passed","time":{"start":1728369248990,"stop":1728369248991,"duration":1}}]},"tags":[]},"source":"90894060bcb9943d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/908c32e32a6163d0.json b/7530/data/test-cases/908c32e32a6163d0.json new file mode 100644 index 00000000000..fdc292edd19 --- /dev/null +++ b/7530/data/test-cases/908c32e32a6163d0.json @@ -0,0 +1 @@ +{"uid":"908c32e32a6163d0","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Util: toAsyncIterator: Filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fcb83711b3e96142","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcb83711b3e96142","status":"passed","time":{"start":1728379566957,"stop":1728379566957,"duration":0}},{"uid":"598b0a61027cffc4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/598b0a61027cffc4","status":"passed","time":{"start":1728372225666,"stop":1728372225666,"duration":0}},{"uid":"413fdf078067c458","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/413fdf078067c458","status":"passed","time":{"start":1728370613960,"stop":1728370613960,"duration":0}},{"uid":"833ae1f114dd66d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/833ae1f114dd66d4","status":"passed","time":{"start":1728369705617,"stop":1728369705620,"duration":3}}]},"tags":[]},"source":"908c32e32a6163d0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9096c6031bc64061.json b/7530/data/test-cases/9096c6031bc64061.json new file mode 100644 index 00000000000..5a63983b3ef --- /dev/null +++ b/7530/data/test-cases/9096c6031bc64061.json @@ -0,0 +1 @@ +{"uid":"9096c6031bc64061","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing numeric and receive message","historyId":"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557232,"stop":1728381557233,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"357d592d4a26bb94","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/357d592d4a26bb94","status":"passed","time":{"start":1728379366470,"stop":1728379366472,"duration":2}},{"uid":"e76c4eca37514574","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e76c4eca37514574","status":"passed","time":{"start":1728371996007,"stop":1728371996010,"duration":3}},{"uid":"f20b1fa6a54a3892","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f20b1fa6a54a3892","status":"passed","time":{"start":1728370345126,"stop":1728370345126,"duration":0}},{"uid":"b36b662e4258319c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b36b662e4258319c","status":"passed","time":{"start":1728369447287,"stop":1728369447288,"duration":1}}]},"tags":[]},"source":"9096c6031bc64061.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/90a936a1253c31e8.json b/7530/data/test-cases/90a936a1253c31e8.json new file mode 100644 index 00000000000..edae489b8cc --- /dev/null +++ b/7530/data/test-cases/90a936a1253c31e8.json @@ -0,0 +1 @@ +{"uid":"90a936a1253c31e8","name":"Unsubscribes all - node subscribed to 1 topic","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribes all - node subscribed to 1 topic","historyId":"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4dd2f58f24d26072","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4dd2f58f24d26072","status":"passed","time":{"start":1728379350308,"stop":1728379350313,"duration":5}},{"uid":"b09cc58ca3d3a960","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b09cc58ca3d3a960","status":"passed","time":{"start":1728371998266,"stop":1728371998266,"duration":0}},{"uid":"5c8b1478f40de608","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5c8b1478f40de608","status":"passed","time":{"start":1728370345947,"stop":1728370345947,"duration":0}},{"uid":"fbb7a6a750c05f98","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fbb7a6a750c05f98","status":"passed","time":{"start":1728369443738,"stop":1728369443738,"duration":0}}]},"tags":[]},"source":"90a936a1253c31e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/90d9ea0381b64d38.json b/7530/data/test-cases/90d9ea0381b64d38.json new file mode 100644 index 00000000000..c8aa92222cd --- /dev/null +++ b/7530/data/test-cases/90d9ea0381b64d38.json @@ -0,0 +1 @@ +{"uid":"90d9ea0381b64d38","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing short and receive message","historyId":"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749023,"stop":1728381749025,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cac3120365209437","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cac3120365209437","status":"passed","time":{"start":1728379549660,"stop":1728379549660,"duration":0}},{"uid":"565f5e0bb21965cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/565f5e0bb21965cd","status":"passed","time":{"start":1728372195413,"stop":1728372195413,"duration":0}},{"uid":"32fa8c61be3e432f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/32fa8c61be3e432f","status":"passed","time":{"start":1728370555240,"stop":1728370555241,"duration":1}},{"uid":"ad662cf6c5540756","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad662cf6c5540756","status":"passed","time":{"start":1728369639831,"stop":1728369639831,"duration":0}}]},"tags":[]},"source":"90d9ea0381b64d38.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/910246da4a8caeb2.json b/7530/data/test-cases/910246da4a8caeb2.json new file mode 100644 index 00000000000..343f1d29f29 --- /dev/null +++ b/7530/data/test-cases/910246da4a8caeb2.json @@ -0,0 +1 @@ +{"uid":"910246da4a8caeb2","name":"Does not throw an exception when node disconnects","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > Does not throw an exception when node disconnects","historyId":"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"607a3422a8adfb69","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/607a3422a8adfb69","status":"passed","time":{"start":1728379576112,"stop":1728379576113,"duration":1}},{"uid":"2b79f3fec13d71b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b79f3fec13d71b6","status":"passed","time":{"start":1728372231470,"stop":1728372231470,"duration":0}},{"uid":"67d430146a530eca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67d430146a530eca","status":"passed","time":{"start":1728370655523,"stop":1728370655523,"duration":0}},{"uid":"a8e0f058162ae98d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8e0f058162ae98d","status":"passed","time":{"start":1728369731924,"stop":1728369731924,"duration":0}}]},"tags":[]},"source":"910246da4a8caeb2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9103d9bccd04181f.json b/7530/data/test-cases/9103d9bccd04181f.json new file mode 100644 index 00000000000..a4d29c6ff35 --- /dev/null +++ b/7530/data/test-cases/9103d9bccd04181f.json @@ -0,0 +1 @@ +{"uid":"9103d9bccd04181f","name":"random static sharding 5 - Cluster ID: 443, Shard ID: 725","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 443, Shard ID: 725","historyId":"2753e4292cf739a9f0592581ec73a3f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745555,"stop":1728381745556,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"9103d9bccd04181f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9128329325b4f9ff.json b/7530/data/test-cases/9128329325b4f9ff.json new file mode 100644 index 00000000000..632a91f441c --- /dev/null +++ b/7530/data/test-cases/9128329325b4f9ff.json @@ -0,0 +1 @@ +{"uid":"9128329325b4f9ff","name":"topics with same application and version share the same shard","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > topics with same application and version share the same shard","historyId":"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd85ff6fe8382779","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd85ff6fe8382779","status":"passed","time":{"start":1728379159009,"stop":1728379159010,"duration":1}},{"uid":"994987e1ded4225b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/994987e1ded4225b","status":"passed","time":{"start":1728371802896,"stop":1728371802896,"duration":0}},{"uid":"b5436932589cdc95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5436932589cdc95","status":"passed","time":{"start":1728370149929,"stop":1728370149929,"duration":0}},{"uid":"c30da53e1fd6a3e7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c30da53e1fd6a3e7","status":"passed","time":{"start":1728369248984,"stop":1728369248985,"duration":1}}]},"tags":[]},"source":"9128329325b4f9ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9179749bf0900694.json b/7530/data/test-cases/9179749bf0900694.json new file mode 100644 index 00000000000..006509768ae --- /dev/null +++ b/7530/data/test-cases/9179749bf0900694.json @@ -0,0 +1 @@ +{"uid":"9179749bf0900694","name":"Push message with XML payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with XML payload","historyId":"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680445,"stop":1728381680446,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5947e28216467d11","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5947e28216467d11","status":"passed","time":{"start":1728379482920,"stop":1728379482922,"duration":2}},{"uid":"f8290b7c9d38215c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8290b7c9d38215c","status":"passed","time":{"start":1728372134547,"stop":1728372134547,"duration":0}},{"uid":"3d3d9447baa4b4be","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3d3d9447baa4b4be","status":"passed","time":{"start":1728370487863,"stop":1728370487864,"duration":1}},{"uid":"9223be33b604b671","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9223be33b604b671","status":"passed","time":{"start":1728369590789,"stop":1728369590789,"duration":0}}]},"tags":[]},"source":"9179749bf0900694.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/919c379e8e9c6884.json b/7530/data/test-cases/919c379e8e9c6884.json new file mode 100644 index 00000000000..f09deb5543c --- /dev/null +++ b/7530/data/test-cases/919c379e8e9c6884.json @@ -0,0 +1 @@ +{"uid":"919c379e8e9c6884","name":"3 nodes on /waku/2/rs/3/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay, multiple pubsub topics > 3 nodes on /waku/2/rs/3/1 topic","historyId":"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381685600,"stop":1728381685601,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4a0030a4e4856142","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4a0030a4e4856142","status":"passed","time":{"start":1728379484786,"stop":1728379484787,"duration":1}},{"uid":"65dd1788a938961e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65dd1788a938961e","status":"passed","time":{"start":1728372130484,"stop":1728372130484,"duration":0}},{"uid":"5f9173e1bd33ba91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f9173e1bd33ba91","status":"passed","time":{"start":1728370516480,"stop":1728370516480,"duration":0}},{"uid":"f00b175f8b150fd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f00b175f8b150fd6","status":"passed","time":{"start":1728369620713,"stop":1728369620714,"duration":1}}]},"tags":[]},"source":"919c379e8e9c6884.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/91a4d8bc74f2d447.json b/7530/data/test-cases/91a4d8bc74f2d447.json new file mode 100644 index 00000000000..9a147ced391 --- /dev/null +++ b/7530/data/test-cases/91a4d8bc74f2d447.json @@ -0,0 +1 @@ +{"uid":"91a4d8bc74f2d447","name":"Add multiple subscription objects on single nwaku node","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Add multiple subscription objects on single nwaku node","historyId":"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a80a44f2e4422c32","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a80a44f2e4422c32","status":"passed","time":{"start":1728379366500,"stop":1728379366501,"duration":1}},{"uid":"f3a42b916593c4c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f3a42b916593c4c6","status":"passed","time":{"start":1728371996030,"stop":1728371996031,"duration":1}},{"uid":"c1ee7b7265375201","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c1ee7b7265375201","status":"passed","time":{"start":1728370345146,"stop":1728370345149,"duration":3}},{"uid":"ea6ae88ba779096","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea6ae88ba779096","status":"passed","time":{"start":1728369447294,"stop":1728369447294,"duration":0}}]},"tags":[]},"source":"91a4d8bc74f2d447.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/91b6704d1867583e.json b/7530/data/test-cases/91b6704d1867583e.json new file mode 100644 index 00000000000..d5a2016890c --- /dev/null +++ b/7530/data/test-cases/91b6704d1867583e.json @@ -0,0 +1 @@ +{"uid":"91b6704d1867583e","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing JSON and receive message","historyId":"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749065,"stop":1728381749068,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a5229427df34c83e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a5229427df34c83e","status":"passed","time":{"start":1728379549699,"stop":1728379549699,"duration":0}},{"uid":"b11bc3ecc6800868","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b11bc3ecc6800868","status":"passed","time":{"start":1728372195436,"stop":1728372195436,"duration":0}},{"uid":"36c5f07c93d74376","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36c5f07c93d74376","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"7fa698125cf63ea2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7fa698125cf63ea2","status":"passed","time":{"start":1728369639855,"stop":1728369639856,"duration":1}}]},"tags":[]},"source":"91b6704d1867583e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/91fc1550d2e37d92.json b/7530/data/test-cases/91fc1550d2e37d92.json new file mode 100644 index 00000000000..4360e1e148e --- /dev/null +++ b/7530/data/test-cases/91fc1550d2e37d92.json @@ -0,0 +1 @@ +{"uid":"91fc1550d2e37d92","name":"should properly create location multiaddrs - tcp","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - tcp","historyId":"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22946eecd62505a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22946eecd62505a8","status":"passed","time":{"start":1728379167605,"stop":1728379167605,"duration":0}},{"uid":"f0ad49805663ecac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f0ad49805663ecac","status":"passed","time":{"start":1728371811387,"stop":1728371811387,"duration":0}},{"uid":"c5d078af3d378bed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c5d078af3d378bed","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"cb422690b0d3bbb8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb422690b0d3bbb8","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"tags":[]},"source":"91fc1550d2e37d92.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/938b274143f8beca.json b/7530/data/test-cases/938b274143f8beca.json new file mode 100644 index 00000000000..aff466b6c9b --- /dev/null +++ b/7530/data/test-cases/938b274143f8beca.json @@ -0,0 +1 @@ +{"uid":"938b274143f8beca","name":"Generator, 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store, custom pubsub topic > Generator, 2 nwaku nodes each with different pubsubtopics","historyId":"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763773,"stop":1728381763774,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"37dd624b6a46848c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37dd624b6a46848c","status":"passed","time":{"start":1728379572274,"stop":1728379572274,"duration":0}},{"uid":"7c53575f7fd37c2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7c53575f7fd37c2b","status":"passed","time":{"start":1728372221516,"stop":1728372221516,"duration":0}},{"uid":"ff9f440b7da3b967","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff9f440b7da3b967","status":"passed","time":{"start":1728370607707,"stop":1728370607707,"duration":0}},{"uid":"85d7af52704cf1bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85d7af52704cf1bf","status":"passed","time":{"start":1728369690174,"stop":1728369690175,"duration":1}}]},"tags":[]},"source":"938b274143f8beca.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9390f19fe7564403.json b/7530/data/test-cases/9390f19fe7564403.json new file mode 100644 index 00000000000..ade6cd7ada7 --- /dev/null +++ b/7530/data/test-cases/9390f19fe7564403.json @@ -0,0 +1 @@ +{"uid":"9390f19fe7564403","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with invalid timestamp is not received","historyId":"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4182b8a8f4ac63e2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4182b8a8f4ac63e2","status":"passed","time":{"start":1728379460274,"stop":1728379460274,"duration":0}},{"uid":"156f54c5970c2ec9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/156f54c5970c2ec9","status":"passed","time":{"start":1728372105667,"stop":1728372105667,"duration":0}},{"uid":"17c731334a7cb8b6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/17c731334a7cb8b6","status":"passed","time":{"start":1728370464132,"stop":1728370464133,"duration":1}},{"uid":"5ac4dc8f5a00f38c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ac4dc8f5a00f38c","status":"passed","time":{"start":1728369544863,"stop":1728369544863,"duration":0}}]},"tags":[]},"source":"9390f19fe7564403.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/94183757dd58d059.json b/7530/data/test-cases/94183757dd58d059.json new file mode 100644 index 00000000000..5ba65510ed7 --- /dev/null +++ b/7530/data/test-cases/94183757dd58d059.json @@ -0,0 +1 @@ +{"uid":"94183757dd58d059","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","historyId":"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521290,"stop":1728381521291,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a0630106232c3bbb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0630106232c3bbb","status":"passed","time":{"start":1728379329171,"stop":1728379329171,"duration":0}},{"uid":"2352d188882a403a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2352d188882a403a","status":"passed","time":{"start":1728371983993,"stop":1728371983994,"duration":1}},{"uid":"a2c7642a3db2a69c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a2c7642a3db2a69c","status":"passed","time":{"start":1728370284346,"stop":1728370284346,"duration":0}},{"uid":"4b82526eac7677ca","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b82526eac7677ca","status":"passed","time":{"start":1728369378878,"stop":1728369378879,"duration":1}}]},"tags":[]},"source":"94183757dd58d059.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9430cef6da6f37e5.json b/7530/data/test-cases/9430cef6da6f37e5.json new file mode 100644 index 00000000000..7be253077c7 --- /dev/null +++ b/7530/data/test-cases/9430cef6da6f37e5.json @@ -0,0 +1 @@ +{"uid":"9430cef6da6f37e5","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","historyId":"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774346,"stop":1728381774347,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"995e0d08ea0bb5fa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/995e0d08ea0bb5fa","status":"passed","time":{"start":1728379576342,"stop":1728379576343,"duration":1}},{"uid":"3527ad19a745721a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3527ad19a745721a","status":"passed","time":{"start":1728372230818,"stop":1728372230818,"duration":0}},{"uid":"b71413a6549eaeec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b71413a6549eaeec","status":"passed","time":{"start":1728370630212,"stop":1728370630212,"duration":0}},{"uid":"f3ee7f227ec19d16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3ee7f227ec19d16","status":"passed","time":{"start":1728369712263,"stop":1728369712263,"duration":0}}]},"tags":[]},"source":"9430cef6da6f37e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/94f243571621ba83.json b/7530/data/test-cases/94f243571621ba83.json new file mode 100644 index 00000000000..57f34d08cd7 --- /dev/null +++ b/7530/data/test-cases/94f243571621ba83.json @@ -0,0 +1 @@ +{"uid":"94f243571621ba83","name":"Passing a valid cursor at 0 index when there are 20 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 0 index when there are 20 messages","historyId":"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"73ba59e6d1f8c3ca","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/73ba59e6d1f8c3ca","status":"passed","time":{"start":1728379543297,"stop":1728379543298,"duration":1}},{"uid":"ff827867e3c6c6c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff827867e3c6c6c2","status":"passed","time":{"start":1728372192284,"stop":1728372192284,"duration":0}},{"uid":"680814a67e87da08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/680814a67e87da08","status":"passed","time":{"start":1728370579151,"stop":1728370579152,"duration":1}},{"uid":"e4c75de021d9252f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e4c75de021d9252f","status":"passed","time":{"start":1728369664327,"stop":1728369664327,"duration":0}}]},"tags":[]},"source":"94f243571621ba83.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/94f306d5f5eaf924.json b/7530/data/test-cases/94f306d5f5eaf924.json new file mode 100644 index 00000000000..5351524ae2a --- /dev/null +++ b/7530/data/test-cases/94f306d5f5eaf924.json @@ -0,0 +1 @@ +{"uid":"94f306d5f5eaf924","name":"Query with Ordered Callback, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, No message returned","historyId":"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743124,"stop":1728381743125,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e63484af4e45430f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e63484af4e45430f","status":"passed","time":{"start":1728379550984,"stop":1728379550984,"duration":0}},{"uid":"35fc0e8c3057fec6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/35fc0e8c3057fec6","status":"passed","time":{"start":1728372211445,"stop":1728372211445,"duration":0}},{"uid":"884df1e218005614","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/884df1e218005614","status":"passed","time":{"start":1728370582328,"stop":1728370582329,"duration":1}},{"uid":"eef92d61dc5e2885","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eef92d61dc5e2885","status":"passed","time":{"start":1728369674240,"stop":1728369674240,"duration":0}}]},"tags":[]},"source":"94f306d5f5eaf924.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/950bbb76482c34fa.json b/7530/data/test-cases/950bbb76482c34fa.json new file mode 100644 index 00000000000..eb8e4336f81 --- /dev/null +++ b/7530/data/test-cases/950bbb76482c34fa.json @@ -0,0 +1 @@ +{"uid":"950bbb76482c34fa","name":"Subscribe and receive symmetrically encrypted messages via lightPush","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive symmetrically encrypted messages via lightPush","historyId":"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"339973c679877850","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/339973c679877850","status":"passed","time":{"start":1728379366433,"stop":1728379366434,"duration":1}},{"uid":"4d0edb914e20fde9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4d0edb914e20fde9","status":"passed","time":{"start":1728371995988,"stop":1728371995988,"duration":0}},{"uid":"19c6feb04286caf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/19c6feb04286caf","status":"passed","time":{"start":1728370345097,"stop":1728370345097,"duration":0}},{"uid":"d3042aa3c0058cc6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3042aa3c0058cc6","status":"passed","time":{"start":1728369447281,"stop":1728369447282,"duration":1}}]},"tags":[]},"source":"950bbb76482c34fa.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/95252e809e253dd5.json b/7530/data/test-cases/95252e809e253dd5.json new file mode 100644 index 00000000000..c6400e1838e --- /dev/null +++ b/7530/data/test-cases/95252e809e253dd5.json @@ -0,0 +1 @@ +{"uid":"95252e809e253dd5","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449298,"stop":1728381449299,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"77fcd0919dd39e61","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/77fcd0919dd39e61","status":"passed","time":{"start":1728379255030,"stop":1728379255030,"duration":0}},{"uid":"fdb691b651f92f8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fdb691b651f92f8a","status":"passed","time":{"start":1728371896754,"stop":1728371896754,"duration":0}},{"uid":"6ce91d00f02af3dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ce91d00f02af3dc","status":"passed","time":{"start":1728370245293,"stop":1728370245294,"duration":1}},{"uid":"f22c1971ca9825ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f22c1971ca9825ea","status":"passed","time":{"start":1728369344214,"stop":1728369344215,"duration":1}}]},"tags":[]},"source":"95252e809e253dd5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9548a236a140b47b.json b/7530/data/test-cases/9548a236a140b47b.json new file mode 100644 index 00000000000..d796771fa09 --- /dev/null +++ b/7530/data/test-cases/9548a236a140b47b.json @@ -0,0 +1 @@ +{"uid":"9548a236a140b47b","name":"Check message with no payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with no payload is not received","historyId":"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a21414391ffc84d2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a21414391ffc84d2","status":"passed","time":{"start":1728379460275,"stop":1728379460275,"duration":0}},{"uid":"b040b76326afd8c1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b040b76326afd8c1","status":"passed","time":{"start":1728372105668,"stop":1728372105668,"duration":0}},{"uid":"661cccb70a774bc6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/661cccb70a774bc6","status":"passed","time":{"start":1728370464134,"stop":1728370464135,"duration":1}},{"uid":"dade14db53d52548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dade14db53d52548","status":"passed","time":{"start":1728369544864,"stop":1728369544864,"duration":0}}]},"tags":[]},"source":"9548a236a140b47b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/964c881f9e813690.json b/7530/data/test-cases/964c881f9e813690.json new file mode 100644 index 00000000000..d6e71d404b1 --- /dev/null +++ b/7530/data/test-cases/964c881f9e813690.json @@ -0,0 +1 @@ +{"uid":"964c881f9e813690","name":"Push message with long payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with long payload","historyId":"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f6621031d0ad6a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6621031d0ad6a5d","status":"passed","time":{"start":1728379482916,"stop":1728379482916,"duration":0}},{"uid":"11ac7219eec00f6b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/11ac7219eec00f6b","status":"passed","time":{"start":1728372134541,"stop":1728372134543,"duration":2}},{"uid":"f56fff1a1f0f8b91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f56fff1a1f0f8b91","status":"passed","time":{"start":1728370487856,"stop":1728370487857,"duration":1}},{"uid":"49f32d7651367f21","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/49f32d7651367f21","status":"passed","time":{"start":1728369590784,"stop":1728369590785,"duration":1}}]},"tags":[]},"source":"964c881f9e813690.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/96ea9116538404b5.json b/7530/data/test-cases/96ea9116538404b5.json new file mode 100644 index 00000000000..ea329a0ae92 --- /dev/null +++ b/7530/data/test-cases/96ea9116538404b5.json @@ -0,0 +1 @@ +{"uid":"96ea9116538404b5","name":"should emit a peer event after start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2c7e63f4822235e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2c7e63f4822235e6","status":"passed","time":{"start":1728379524442,"stop":1728379524442,"duration":0}},{"uid":"e1e0ff85f038538","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e1e0ff85f038538","status":"passed","time":{"start":1728372187035,"stop":1728372187036,"duration":1}},{"uid":"a77f7c1db5545b97","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a77f7c1db5545b97","status":"passed","time":{"start":1728370559628,"stop":1728370559629,"duration":1}},{"uid":"86facd2b04be5928","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86facd2b04be5928","status":"passed","time":{"start":1728369646205,"stop":1728369646206,"duration":1}}]},"tags":[]},"source":"96ea9116538404b5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/97899851be00d6a6.json b/7530/data/test-cases/97899851be00d6a6.json new file mode 100644 index 00000000000..9e25a83eb13 --- /dev/null +++ b/7530/data/test-cases/97899851be00d6a6.json @@ -0,0 +1 @@ +{"uid":"97899851be00d6a6","name":"Push message with short payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with short payload","historyId":"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680432,"stop":1728381680432,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d59021be29a0d01d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d59021be29a0d01d","status":"passed","time":{"start":1728379482915,"stop":1728379482915,"duration":0}},{"uid":"133a3f5fdb289458","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/133a3f5fdb289458","status":"passed","time":{"start":1728372134541,"stop":1728372134541,"duration":0}},{"uid":"ad236843d03554e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad236843d03554e5","status":"passed","time":{"start":1728370487856,"stop":1728370487856,"duration":0}},{"uid":"2ed4614fb0099e0a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ed4614fb0099e0a","status":"passed","time":{"start":1728369590784,"stop":1728369590784,"duration":0}}]},"tags":[]},"source":"97899851be00d6a6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/978a92a81e84d565.json b/7530/data/test-cases/978a92a81e84d565.json new file mode 100644 index 00000000000..341651da061 --- /dev/null +++ b/7530/data/test-cases/978a92a81e84d565.json @@ -0,0 +1 @@ +{"uid":"978a92a81e84d565","name":"returns all values when wanted number matches available values","fullName":"/src/dns/index.spec.ts: Discovery > returns all values when wanted number matches available values","historyId":"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381378680,"stop":1728381378682,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"de8801408f1270ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/de8801408f1270ca","status":"passed","time":{"start":1728371825966,"stop":1728371825968,"duration":2}},{"uid":"9cd414194cca4a91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cd414194cca4a91","status":"passed","time":{"start":1728370173514,"stop":1728370173515,"duration":1}},{"uid":"8a43370454495371","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a43370454495371","status":"passed","time":{"start":1728369271812,"stop":1728369271814,"duration":2}}]},"tags":[]},"source":"978a92a81e84d565.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/97a8f7b207ec9721.json b/7530/data/test-cases/97a8f7b207ec9721.json new file mode 100644 index 00000000000..eb944e097dc --- /dev/null +++ b/7530/data/test-cases/97a8f7b207ec9721.json @@ -0,0 +1 @@ +{"uid":"97a8f7b207ec9721","name":"Throws when trying to push message with empty payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Throws when trying to push message with empty payload","historyId":"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4b5cfbc99e28d40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b5cfbc99e28d40","status":"passed","time":{"start":1728379515552,"stop":1728379515552,"duration":0}},{"uid":"8531c2512141f562","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8531c2512141f562","status":"passed","time":{"start":1728372171295,"stop":1728372171296,"duration":1}},{"uid":"a73f2cf860f2d47a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a73f2cf860f2d47a","status":"passed","time":{"start":1728370522962,"stop":1728370522964,"duration":2}},{"uid":"b2027714e1032ce5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b2027714e1032ce5","status":"passed","time":{"start":1728369622040,"stop":1728369622044,"duration":4}}]},"tags":[]},"source":"97a8f7b207ec9721.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/97dde13f6838ad48.json b/7530/data/test-cases/97dde13f6838ad48.json new file mode 100644 index 00000000000..7d8490a57c4 --- /dev/null +++ b/7530/data/test-cases/97dde13f6838ad48.json @@ -0,0 +1 @@ +{"uid":"97dde13f6838ad48","name":"Timestamp too far from node time: 40000 ms from now","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > Timestamp too far from node time: 40000 ms from now","historyId":"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1fe9b669e2a40d5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fe9b669e2a40d5d","status":"passed","time":{"start":1728379576344,"stop":1728379576344,"duration":0}},{"uid":"a5bebfa7ef006721","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5bebfa7ef006721","status":"passed","time":{"start":1728372230819,"stop":1728372230819,"duration":0}},{"uid":"4e054a8d1f691dde","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4e054a8d1f691dde","status":"passed","time":{"start":1728370630213,"stop":1728370630213,"duration":0}},{"uid":"92b9e84d1ec7dd6d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/92b9e84d1ec7dd6d","status":"passed","time":{"start":1728369712265,"stop":1728369712265,"duration":0}}]},"tags":[]},"source":"97dde13f6838ad48.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/97ee083250c6ade3.json b/7530/data/test-cases/97ee083250c6ade3.json new file mode 100644 index 00000000000..1b500e74e31 --- /dev/null +++ b/7530/data/test-cases/97ee083250c6ade3.json @@ -0,0 +1 @@ +{"uid":"97ee083250c6ade3","name":"should be online or offline if network state changed","fullName":"/tests/connection-mananger/events.spec.ts: Events > waku:connection > should be online or offline if network state changed","historyId":"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381409095,"stop":1728381409096,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"waku:connection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"af0e8678134de3af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/af0e8678134de3af","status":"passed","time":{"start":1728379215431,"stop":1728379215432,"duration":1}},{"uid":"642fc5ed1266eab5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/642fc5ed1266eab5","status":"passed","time":{"start":1728371857088,"stop":1728371857088,"duration":0}},{"uid":"fbb98e8a9b2e3d1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fbb98e8a9b2e3d1d","status":"passed","time":{"start":1728370205029,"stop":1728370205030,"duration":1}},{"uid":"6675b7de766f0952","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6675b7de766f0952","status":"passed","time":{"start":1728369303212,"stop":1728369303213,"duration":1}}]},"tags":[]},"source":"97ee083250c6ade3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9833ef5b3b031a50.json b/7530/data/test-cases/9833ef5b3b031a50.json new file mode 100644 index 00000000000..ca383976f98 --- /dev/null +++ b/7530/data/test-cases/9833ef5b3b031a50.json @@ -0,0 +1 @@ +{"uid":"9833ef5b3b031a50","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449300,"stop":1728381449301,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c10ac267aa70101","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7c10ac267aa70101","status":"passed","time":{"start":1728379255035,"stop":1728379255036,"duration":1}},{"uid":"f48c309503812998","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f48c309503812998","status":"passed","time":{"start":1728371896757,"stop":1728371896757,"duration":0}},{"uid":"872ad5e748f96809","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/872ad5e748f96809","status":"passed","time":{"start":1728370245300,"stop":1728370245301,"duration":1}},{"uid":"d09c756697d47098","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d09c756697d47098","status":"passed","time":{"start":1728369344219,"stop":1728369344224,"duration":5}}]},"tags":[]},"source":"9833ef5b3b031a50.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/985abd2404f118c3.json b/7530/data/test-cases/985abd2404f118c3.json new file mode 100644 index 00000000000..f2f6a513cda --- /dev/null +++ b/7530/data/test-cases/985abd2404f118c3.json @@ -0,0 +1 @@ +{"uid":"985abd2404f118c3","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766200,"stop":1728381766201,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"624b165e5e35d88e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/624b165e5e35d88e","status":"passed","time":{"start":1728379569501,"stop":1728379569501,"duration":0}},{"uid":"ac387338c2318024","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ac387338c2318024","status":"passed","time":{"start":1728372220863,"stop":1728372220864,"duration":1}},{"uid":"57da575076a214c0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57da575076a214c0","status":"passed","time":{"start":1728370605236,"stop":1728370605237,"duration":1}},{"uid":"a33a62b6f350534","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a33a62b6f350534","status":"passed","time":{"start":1728369697453,"stop":1728369697455,"duration":2}}]},"tags":[]},"source":"985abd2404f118c3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/987471fb108b7d5e.json b/7530/data/test-cases/987471fb108b7d5e.json new file mode 100644 index 00000000000..504ac3ea619 --- /dev/null +++ b/7530/data/test-cases/987471fb108b7d5e.json @@ -0,0 +1 @@ +{"uid":"987471fb108b7d5e","name":"Ping succeeds for all connected peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping succeeds for all connected peers","historyId":"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381475914,"stop":1728381475914,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7416bbbff88f5a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7416bbbff88f5a5f","status":"passed","time":{"start":1728379282311,"stop":1728379282311,"duration":0}},{"uid":"2be983062b0a1a51","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2be983062b0a1a51","status":"passed","time":{"start":1728371925984,"stop":1728371925985,"duration":1}},{"uid":"9addb9b028af3edd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9addb9b028af3edd","status":"passed","time":{"start":1728370273957,"stop":1728370273958,"duration":1}},{"uid":"38e5c5507f5bfa03","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38e5c5507f5bfa03","status":"passed","time":{"start":1728369370045,"stop":1728369370045,"duration":0}}]},"tags":[]},"source":"987471fb108b7d5e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/99c171976923881f.json b/7530/data/test-cases/99c171976923881f.json new file mode 100644 index 00000000000..99c2bfabe9a --- /dev/null +++ b/7530/data/test-cases/99c171976923881f.json @@ -0,0 +1 @@ +{"uid":"99c171976923881f","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing escaped characters and receive message","historyId":"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749035,"stop":1728381749036,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"18643830bfad5606","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/18643830bfad5606","status":"passed","time":{"start":1728379549681,"stop":1728379549682,"duration":1}},{"uid":"93a0ef46e34a9c6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/93a0ef46e34a9c6c","status":"passed","time":{"start":1728372195421,"stop":1728372195421,"duration":0}},{"uid":"a1aa6d02a14ef10e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1aa6d02a14ef10e","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"d456ba79c79efcd8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d456ba79c79efcd8","status":"passed","time":{"start":1728369639839,"stop":1728369639840,"duration":1}}]},"tags":[]},"source":"99c171976923881f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/99df7b78b115d690.json b/7530/data/test-cases/99df7b78b115d690.json new file mode 100644 index 00000000000..6a135a182ad --- /dev/null +++ b/7530/data/test-cases/99df7b78b115d690.json @@ -0,0 +1 @@ +{"uid":"99df7b78b115d690","name":"Subscribe and receive messages on 2 different content topics","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages on 2 different content topics","historyId":"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557210,"stop":1728381557211,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5488bb9b7777016a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5488bb9b7777016a","status":"passed","time":{"start":1728379366442,"stop":1728379366443,"duration":1}},{"uid":"449dc447af75ecb1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/449dc447af75ecb1","status":"passed","time":{"start":1728371995993,"stop":1728371995993,"duration":0}},{"uid":"d65630f6ce89ad1c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d65630f6ce89ad1c","status":"passed","time":{"start":1728370345100,"stop":1728370345105,"duration":5}},{"uid":"ad9f4206dbb7a637","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad9f4206dbb7a637","status":"passed","time":{"start":1728369447284,"stop":1728369447284,"duration":0}}]},"tags":[]},"source":"99df7b78b115d690.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/99fe8340c7d31cdc.json b/7530/data/test-cases/99fe8340c7d31cdc.json new file mode 100644 index 00000000000..e28aa8102c3 --- /dev/null +++ b/7530/data/test-cases/99fe8340c7d31cdc.json @@ -0,0 +1 @@ +{"uid":"99fe8340c7d31cdc","name":"Subscribe and receives messages on 20 topics","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receives messages on 20 topics","historyId":"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557211,"stop":1728381557215,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e60f6a8e0b3a0a7d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e60f6a8e0b3a0a7d","status":"passed","time":{"start":1728379366443,"stop":1728379366443,"duration":0}},{"uid":"a667e6a97b2fb481","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a667e6a97b2fb481","status":"passed","time":{"start":1728371995999,"stop":1728371995999,"duration":0}},{"uid":"f9b9008f6c62bf7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9b9008f6c62bf7","status":"passed","time":{"start":1728370345105,"stop":1728370345105,"duration":0}},{"uid":"ca0bcc242ddc8967","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca0bcc242ddc8967","status":"passed","time":{"start":1728369447284,"stop":1728369447285,"duration":1}}]},"tags":[]},"source":"99fe8340c7d31cdc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9aaef33fa3ef9e75.json b/7530/data/test-cases/9aaef33fa3ef9e75.json new file mode 100644 index 00000000000..73759788e27 --- /dev/null +++ b/7530/data/test-cases/9aaef33fa3ef9e75.json @@ -0,0 +1 @@ +{"uid":"9aaef33fa3ef9e75","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Cluster ID 0 - Default/Global Cluster","historyId":"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719619,"stop":1728381719620,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3184f3ea5807f13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3184f3ea5807f13","status":"passed","time":{"start":1728379523094,"stop":1728379523095,"duration":1}},{"uid":"27a0ae07ecd0243","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/27a0ae07ecd0243","status":"passed","time":{"start":1728372169980,"stop":1728372169981,"duration":1}},{"uid":"3173a207ebdfce26","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3173a207ebdfce26","status":"passed","time":{"start":1728370557093,"stop":1728370557093,"duration":0}},{"uid":"5585dee7ac33af56","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5585dee7ac33af56","status":"passed","time":{"start":1728369663458,"stop":1728369663459,"duration":1}}]},"tags":[]},"source":"9aaef33fa3ef9e75.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9aedf20124290581.json b/7530/data/test-cases/9aedf20124290581.json new file mode 100644 index 00000000000..a820e076781 --- /dev/null +++ b/7530/data/test-cases/9aedf20124290581.json @@ -0,0 +1 @@ +{"uid":"9aedf20124290581","name":"Subscribe and receive messages via waku relay post","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive messages via waku relay post","historyId":"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34dd0b74b7d7218e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34dd0b74b7d7218e","status":"passed","time":{"start":1728379549630,"stop":1728379549631,"duration":1}},{"uid":"2c0496e0b654680c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c0496e0b654680c","status":"passed","time":{"start":1728372195404,"stop":1728372195406,"duration":2}},{"uid":"4c8f239fb71c7ee0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c8f239fb71c7ee0","status":"passed","time":{"start":1728370555235,"stop":1728370555236,"duration":1}},{"uid":"5df2970ccd5203ef","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5df2970ccd5203ef","status":"passed","time":{"start":1728369639822,"stop":1728369639822,"duration":0}}]},"tags":[]},"source":"9aedf20124290581.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9b007d8fef7e830a.json b/7530/data/test-cases/9b007d8fef7e830a.json new file mode 100644 index 00000000000..12a4cc7c5d0 --- /dev/null +++ b/7530/data/test-cases/9b007d8fef7e830a.json @@ -0,0 +1 @@ +{"uid":"9b007d8fef7e830a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive symmetrically encrypted messages via lightPush","historyId":"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749015,"stop":1728381749016,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b8d44f1240a96ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8d44f1240a96ea","status":"passed","time":{"start":1728379549630,"stop":1728379549630,"duration":0}},{"uid":"77c3ee456b8e03cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77c3ee456b8e03cc","status":"passed","time":{"start":1728372195404,"stop":1728372195404,"duration":0}},{"uid":"90ba6e2442e3ca19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90ba6e2442e3ca19","status":"passed","time":{"start":1728370555235,"stop":1728370555235,"duration":0}},{"uid":"3cfa1f24b97ef31d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3cfa1f24b97ef31d","status":"passed","time":{"start":1728369639821,"stop":1728369639822,"duration":1}}]},"tags":[]},"source":"9b007d8fef7e830a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9b2f528d6f32f501.json b/7530/data/test-cases/9b2f528d6f32f501.json new file mode 100644 index 00000000000..8abab481e5f --- /dev/null +++ b/7530/data/test-cases/9b2f528d6f32f501.json @@ -0,0 +1 @@ +{"uid":"9b2f528d6f32f501","name":"throws on content topic with empty encoding field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty encoding field","historyId":"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355956,"stop":1728381355957,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3795bcb103ac49e4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3795bcb103ac49e4","status":"passed","time":{"start":1728379158998,"stop":1728379158998,"duration":0}},{"uid":"c0d4cba6cd0c424d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0d4cba6cd0c424d","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"c3323a8ff3ff9f99","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3323a8ff3ff9f99","status":"passed","time":{"start":1728370149917,"stop":1728370149917,"duration":0}},{"uid":"6883b4764b799806","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6883b4764b799806","status":"passed","time":{"start":1728369248976,"stop":1728369248976,"duration":0}}]},"tags":[]},"source":"9b2f528d6f32f501.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9b9d390cf2a12113.json b/7530/data/test-cases/9b9d390cf2a12113.json new file mode 100644 index 00000000000..1e33cf54a99 --- /dev/null +++ b/7530/data/test-cases/9b9d390cf2a12113.json @@ -0,0 +1 @@ +{"uid":"9b9d390cf2a12113","name":"Check received message containing Script","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Script","historyId":"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a6398308f611594d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6398308f611594d","status":"passed","time":{"start":1728379329397,"stop":1728379329397,"duration":0}},{"uid":"c87da22e6809dd68","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c87da22e6809dd68","status":"passed","time":{"start":1728371973989,"stop":1728371973990,"duration":1}},{"uid":"248c301299174783","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/248c301299174783","status":"passed","time":{"start":1728370320864,"stop":1728370320864,"duration":0}},{"uid":"5d09999a70f14133","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d09999a70f14133","status":"passed","time":{"start":1728369420242,"stop":1728369420242,"duration":0}}]},"tags":[]},"source":"9b9d390cf2a12113.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9bcbfba551c0a9c.json b/7530/data/test-cases/9bcbfba551c0a9c.json new file mode 100644 index 00000000000..fe66cce343a --- /dev/null +++ b/7530/data/test-cases/9bcbfba551c0a9c.json @@ -0,0 +1 @@ +{"uid":"9bcbfba551c0a9c","name":"should decode valid enr successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr successfully","historyId":"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8d519e8663f4ec6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d519e8663f4ec6","status":"passed","time":{"start":1728379167594,"stop":1728379167594,"duration":0}},{"uid":"e6a1b6cd2a93612","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6a1b6cd2a93612","status":"passed","time":{"start":1728371811375,"stop":1728371811375,"duration":0}},{"uid":"f97b3b4ce3a54e06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f97b3b4ce3a54e06","status":"passed","time":{"start":1728370158836,"stop":1728370158837,"duration":1}},{"uid":"9f4ca7cd7d15b89c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9f4ca7cd7d15b89c","status":"passed","time":{"start":1728369257775,"stop":1728369257776,"duration":1}}]},"tags":[]},"source":"9bcbfba551c0a9c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9be6c24fff5537cd.json b/7530/data/test-cases/9be6c24fff5537cd.json new file mode 100644 index 00000000000..d90f8aafe9f --- /dev/null +++ b/7530/data/test-cases/9be6c24fff5537cd.json @@ -0,0 +1 @@ +{"uid":"9be6c24fff5537cd","name":"Push message with unicode special characters payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with unicode special characters payload","historyId":"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2b369471eb4b1ca2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b369471eb4b1ca2","status":"passed","time":{"start":1728379482925,"stop":1728379482925,"duration":0}},{"uid":"d1a372551284a360","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d1a372551284a360","status":"passed","time":{"start":1728372134549,"stop":1728372134549,"duration":0}},{"uid":"6854880ab8fd67a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6854880ab8fd67a9","status":"passed","time":{"start":1728370487867,"stop":1728370487868,"duration":1}},{"uid":"a9e895efa2915efb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a9e895efa2915efb","status":"passed","time":{"start":1728369590791,"stop":1728369590791,"duration":0}}]},"tags":[]},"source":"9be6c24fff5537cd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9c7d82fbf233aea3.json b/7530/data/test-cases/9c7d82fbf233aea3.json new file mode 100644 index 00000000000..23fa6e50726 --- /dev/null +++ b/7530/data/test-cases/9c7d82fbf233aea3.json @@ -0,0 +1 @@ +{"uid":"9c7d82fbf233aea3","name":"LightPush: 1 peers, Filter: 3 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 3 peers","historyId":"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"e2dbc13bc7ae52af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2dbc13bc7ae52af","status":"passed","time":{"start":1728379419674,"stop":1728379419674,"duration":0}},{"uid":"e7d73904f40bcdc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e7d73904f40bcdc","status":"passed","time":{"start":1728372107438,"stop":1728372107438,"duration":0}},{"uid":"dc3e3ef618378859","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dc3e3ef618378859","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626983,"stop":1728370626984,"duration":1}},{"uid":"32dd968003eba2d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/32dd968003eba2d9","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728513,"stop":1728369728513,"duration":0}}]},"tags":[]},"source":"9c7d82fbf233aea3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9c92f78c2694080e.json b/7530/data/test-cases/9c92f78c2694080e.json new file mode 100644 index 00000000000..bb90cb7fd61 --- /dev/null +++ b/7530/data/test-cases/9c92f78c2694080e.json @@ -0,0 +1 @@ +{"uid":"9c92f78c2694080e","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381676008,"stop":1728381676009,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"de84e3fe12feca21","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/de84e3fe12feca21","status":"passed","time":{"start":1728379477372,"stop":1728379477372,"duration":0}},{"uid":"9e703bf783315486","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e703bf783315486","status":"passed","time":{"start":1728372125152,"stop":1728372125153,"duration":1}},{"uid":"def503314857f138","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/def503314857f138","status":"passed","time":{"start":1728370506883,"stop":1728370506884,"duration":1}},{"uid":"a49499fd97d9a293","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a49499fd97d9a293","status":"passed","time":{"start":1728369613008,"stop":1728369613008,"duration":0}}]},"tags":[]},"source":"9c92f78c2694080e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9ccab5c8a5c5a047.json b/7530/data/test-cases/9ccab5c8a5c5a047.json new file mode 100644 index 00000000000..88bc1598185 --- /dev/null +++ b/7530/data/test-cases/9ccab5c8a5c5a047.json @@ -0,0 +1 @@ +{"uid":"9ccab5c8a5c5a047","name":"Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","historyId":"ee7ed3d1c9ed6cbb0e696705079f6dc2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689155,"stop":1728381689156,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"9ccab5c8a5c5a047.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9cef2f21200ad10f.json b/7530/data/test-cases/9cef2f21200ad10f.json new file mode 100644 index 00000000000..69a7dff29af --- /dev/null +++ b/7530/data/test-cases/9cef2f21200ad10f.json @@ -0,0 +1 @@ +{"uid":"9cef2f21200ad10f","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid ENR with multiaddrs successfully [shared test vector]","historyId":"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"988007795622ecd8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/988007795622ecd8","status":"passed","time":{"start":1728379167594,"stop":1728379167595,"duration":1}},{"uid":"172adbb4261a346","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/172adbb4261a346","status":"passed","time":{"start":1728371811375,"stop":1728371811376,"duration":1}},{"uid":"f99912792a92f7fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f99912792a92f7fb","status":"passed","time":{"start":1728370158837,"stop":1728370158837,"duration":0}},{"uid":"7512eb8757fed1a5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7512eb8757fed1a5","status":"passed","time":{"start":1728369257776,"stop":1728369257776,"duration":0}}]},"tags":[]},"source":"9cef2f21200ad10f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9d683be83205f3ed.json b/7530/data/test-cases/9d683be83205f3ed.json new file mode 100644 index 00000000000..a1651cdaf26 --- /dev/null +++ b/7530/data/test-cases/9d683be83205f3ed.json @@ -0,0 +1 @@ +{"uid":"9d683be83205f3ed","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=1 -- returns one bootstrap peer ","historyId":"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521326,"stop":1728381521326,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d57f22e96c1ea17","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d57f22e96c1ea17","status":"passed","time":{"start":1728379329184,"stop":1728379329185,"duration":1}},{"uid":"6c6cfad0d55414a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c6cfad0d55414a1","status":"passed","time":{"start":1728371984009,"stop":1728371984009,"duration":0}},{"uid":"d6050664cc5f716e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d6050664cc5f716e","status":"passed","time":{"start":1728370284364,"stop":1728370284364,"duration":0}},{"uid":"cdb3c2abe468dbd1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdb3c2abe468dbd1","status":"passed","time":{"start":1728369378911,"stop":1728369378912,"duration":1}}]},"tags":[]},"source":"9d683be83205f3ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9d958f58a6cea306.json b/7530/data/test-cases/9d958f58a6cea306.json new file mode 100644 index 00000000000..439c7b624d4 --- /dev/null +++ b/7530/data/test-cases/9d958f58a6cea306.json @@ -0,0 +1 @@ +{"uid":"9d958f58a6cea306","name":"Unsubscribe 1 topic - node subscribed to 1 topic","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribe 1 topic - node subscribed to 1 topic","historyId":"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545560,"stop":1728381545560,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4376d117d5a2ddcd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4376d117d5a2ddcd","status":"passed","time":{"start":1728379350297,"stop":1728379350297,"duration":0}},{"uid":"1df47bceff74cc30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1df47bceff74cc30","status":"passed","time":{"start":1728371998252,"stop":1728371998256,"duration":4}},{"uid":"c07a4d26dcd0b852","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c07a4d26dcd0b852","status":"passed","time":{"start":1728370345942,"stop":1728370345942,"duration":0}},{"uid":"6f1c4392f94e0b28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f1c4392f94e0b28","status":"passed","time":{"start":1728369443731,"stop":1728369443731,"duration":0}}]},"tags":[]},"source":"9d958f58a6cea306.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9d9f0cf2e7494c6c.json b/7530/data/test-cases/9d9f0cf2e7494c6c.json new file mode 100644 index 00000000000..1b6907f8191 --- /dev/null +++ b/7530/data/test-cases/9d9f0cf2e7494c6c.json @@ -0,0 +1 @@ +{"uid":"9d9f0cf2e7494c6c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/-","historyId":"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d977b5762a1c65dc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d977b5762a1c65dc","status":"passed","time":{"start":1728379159024,"stop":1728379159024,"duration":0}},{"uid":"31cc2e037f3486b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/31cc2e037f3486b0","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"8f93346e2d0f8c48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8f93346e2d0f8c48","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"a052ba38dc59f4d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a052ba38dc59f4d3","status":"passed","time":{"start":1728369248997,"stop":1728369248997,"duration":0}}]},"tags":[]},"source":"9d9f0cf2e7494c6c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9e027cf8d4bdb8e5.json b/7530/data/test-cases/9e027cf8d4bdb8e5.json new file mode 100644 index 00000000000..6869872a02c --- /dev/null +++ b/7530/data/test-cases/9e027cf8d4bdb8e5.json @@ -0,0 +1 @@ +{"uid":"9e027cf8d4bdb8e5","name":"should be able to encode the field with only LIGHTPUSH set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with only LIGHTPUSH set to true","historyId":"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363561,"stop":1728381363562,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3d2e33437cb5bc1e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d2e33437cb5bc1e","status":"passed","time":{"start":1728379166755,"stop":1728379166756,"duration":1}},{"uid":"c86a6b3e6a3ce0f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c86a6b3e6a3ce0f8","status":"passed","time":{"start":1728371810586,"stop":1728371810586,"duration":0}},{"uid":"8c09f084151f7ae4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8c09f084151f7ae4","status":"passed","time":{"start":1728370158402,"stop":1728370158402,"duration":0}},{"uid":"30f445040653700e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/30f445040653700e","status":"passed","time":{"start":1728369256983,"stop":1728369256984,"duration":1}}]},"tags":[]},"source":"9e027cf8d4bdb8e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9e072fd89b3db604.json b/7530/data/test-cases/9e072fd89b3db604.json new file mode 100644 index 00000000000..d2c2b7455c5 --- /dev/null +++ b/7530/data/test-cases/9e072fd89b3db604.json @@ -0,0 +1 @@ +{"uid":"9e072fd89b3db604","name":"Decoder throws on empty string content topic","fullName":"/src/ecies.spec.ts: Ensures content topic is defined > Decoder throws on empty string content topic","historyId":"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381391228,"stop":1728381391228,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c50e17554f123016","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c50e17554f123016","status":"passed","time":{"start":1728379194288,"stop":1728379194288,"duration":0}},{"uid":"1cf0153bf6529604","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1cf0153bf6529604","status":"passed","time":{"start":1728371838588,"stop":1728371838588,"duration":0}},{"uid":"9fe729027ce3d49f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9fe729027ce3d49f","status":"passed","time":{"start":1728370185973,"stop":1728370185974,"duration":1}},{"uid":"2abfaed5f4900ba1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2abfaed5f4900ba1","status":"passed","time":{"start":1728369284716,"stop":1728369284717,"duration":1}}]},"tags":[]},"source":"9e072fd89b3db604.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9e2a124f434992a7.json b/7530/data/test-cases/9e2a124f434992a7.json new file mode 100644 index 00000000000..235280d3718 --- /dev/null +++ b/7530/data/test-cases/9e2a124f434992a7.json @@ -0,0 +1 @@ +{"uid":"9e2a124f434992a7","name":"LightPush: 0 peers, Filter: 0 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 0 peers","historyId":"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613864,"stop":1728381613864,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1fc230e98442ef4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fc230e98442ef4d","status":"passed","time":{"start":1728379419647,"stop":1728379419647,"duration":0}},{"uid":"8459a47ec38f65ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8459a47ec38f65ff","status":"passed","time":{"start":1728372107429,"stop":1728372107429,"duration":0}},{"uid":"1444e756ac7ba436","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1444e756ac7ba436","status":"passed","time":{"start":1728370626976,"stop":1728370626976,"duration":0}},{"uid":"9a0bfd9e2dfd936b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9a0bfd9e2dfd936b","status":"passed","time":{"start":1728369728507,"stop":1728369728507,"duration":0}}]},"tags":[]},"source":"9e2a124f434992a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9e5fb6ed351aaa6f.json b/7530/data/test-cases/9e5fb6ed351aaa6f.json new file mode 100644 index 00000000000..3da0b331481 --- /dev/null +++ b/7530/data/test-cases/9e5fb6ed351aaa6f.json @@ -0,0 +1 @@ +{"uid":"9e5fb6ed351aaa6f","name":"Push message with emoji payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with emoji payload","historyId":"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6d935f7e06ac5f53","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d935f7e06ac5f53","status":"passed","time":{"start":1728379482926,"stop":1728379482927,"duration":1}},{"uid":"ae28b2b037fdeba3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae28b2b037fdeba3","status":"passed","time":{"start":1728372134549,"stop":1728372134549,"duration":0}},{"uid":"6a6594f399ef9dc7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a6594f399ef9dc7","status":"passed","time":{"start":1728370487868,"stop":1728370487868,"duration":0}},{"uid":"f3dc6aeb9adc8b89","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3dc6aeb9adc8b89","status":"passed","time":{"start":1728369590792,"stop":1728369590792,"duration":0}}]},"tags":[]},"source":"9e5fb6ed351aaa6f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9ee382578073d372.json b/7530/data/test-cases/9ee382578073d372.json new file mode 100644 index 00000000000..c2434c32821 --- /dev/null +++ b/7530/data/test-cases/9ee382578073d372.json @@ -0,0 +1 @@ +{"uid":"9ee382578073d372","name":"Generator, with asymmetric & symmetric encrypted messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Generator, with asymmetric & symmetric encrypted messages","historyId":"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"32d2887a43ce5174","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/32d2887a43ce5174","status":"passed","time":{"start":1728379565738,"stop":1728379565743,"duration":5}},{"uid":"e0e96d9ae504d975","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0e96d9ae504d975","status":"passed","time":{"start":1728372228765,"stop":1728372228765,"duration":0}},{"uid":"5d89ecc6691ec6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5d89ecc6691ec6a","status":"passed","time":{"start":1728370603980,"stop":1728370603981,"duration":1}},{"uid":"5a1f39e7caaa00a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5a1f39e7caaa00a7","status":"passed","time":{"start":1728369703131,"stop":1728369703131,"duration":0}}]},"tags":[]},"source":"9ee382578073d372.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9f20f6378a0e0a47.json b/7530/data/test-cases/9f20f6378a0e0a47.json new file mode 100644 index 00000000000..abb57dbbedf --- /dev/null +++ b/7530/data/test-cases/9f20f6378a0e0a47.json @@ -0,0 +1 @@ +{"uid":"9f20f6378a0e0a47","name":"random static sharding 1 - Cluster ID: 64, Shard ID: 389","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 1 - Cluster ID: 64, Shard ID: 389","historyId":"3f15ef201a236b0ce4b1a290711f0620:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745551,"stop":1728381745552,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"9f20f6378a0e0a47.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/9fa5b558e29cb60d.json b/7530/data/test-cases/9fa5b558e29cb60d.json new file mode 100644 index 00000000000..b70f381dedd --- /dev/null +++ b/7530/data/test-cases/9fa5b558e29cb60d.json @@ -0,0 +1 @@ +{"uid":"9fa5b558e29cb60d","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","historyId":"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689154,"stop":1728381689155,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bba9eb33167b9735","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bba9eb33167b9735","status":"passed","time":{"start":1728379493845,"stop":1728379493846,"duration":1}},{"uid":"b4e0ecb25de586b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4e0ecb25de586b3","status":"passed","time":{"start":1728372140948,"stop":1728372140949,"duration":1}},{"uid":"bfb1c720de9f5761","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfb1c720de9f5761","status":"passed","time":{"start":1728370524961,"stop":1728370524961,"duration":0}},{"uid":"2e3e43a25bed6acb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e3e43a25bed6acb","status":"passed","time":{"start":1728369630399,"stop":1728369630399,"duration":0}}]},"tags":[]},"source":"9fa5b558e29cb60d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a01b9c281774df96.json b/7530/data/test-cases/a01b9c281774df96.json new file mode 100644 index 00000000000..049774e8d16 --- /dev/null +++ b/7530/data/test-cases/a01b9c281774df96.json @@ -0,0 +1 @@ +{"uid":"a01b9c281774df96","name":"Push message with content topic containing Script","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Script","historyId":"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ec6aca788594c7b3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ec6aca788594c7b3","status":"passed","time":{"start":1728379482936,"stop":1728379482937,"duration":1}},{"uid":"f5a1b6586d1b0964","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5a1b6586d1b0964","status":"passed","time":{"start":1728372134564,"stop":1728372134565,"duration":1}},{"uid":"685d7dbeb1ce2758","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/685d7dbeb1ce2758","status":"passed","time":{"start":1728370487877,"stop":1728370487878,"duration":1}},{"uid":"ee58f87e4a4f903f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ee58f87e4a4f903f","status":"passed","time":{"start":1728369590802,"stop":1728369590802,"duration":0}}]},"tags":[]},"source":"a01b9c281774df96.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a024ecbb0d130896.json b/7530/data/test-cases/a024ecbb0d130896.json new file mode 100644 index 00000000000..7bdda94a1d7 --- /dev/null +++ b/7530/data/test-cases/a024ecbb0d130896.json @@ -0,0 +1 @@ +{"uid":"a024ecbb0d130896","name":"Correctly serialized arguments","fullName":"/tests/nwaku.node.spec.ts: nwaku > Correctly serialized arguments","historyId":"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381618822,"stop":1728381618822,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"nwaku"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3b91d28512d53db","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3b91d28512d53db","status":"passed","time":{"start":1728379426695,"stop":1728379426695,"duration":0}},{"uid":"4d6376c652b6bb7b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4d6376c652b6bb7b","status":"passed","time":{"start":1728372087443,"stop":1728372087443,"duration":0}},{"uid":"3379dbbdbc789de5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3379dbbdbc789de5","status":"passed","time":{"start":1728370465028,"stop":1728370465028,"duration":0}},{"uid":"ab1f794bd442f16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab1f794bd442f16","status":"passed","time":{"start":1728369548705,"stop":1728369548705,"duration":0}}]},"tags":[]},"source":"a024ecbb0d130896.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a05bf93f34b45b1f.json b/7530/data/test-cases/a05bf93f34b45b1f.json new file mode 100644 index 00000000000..46f0d4d99fd --- /dev/null +++ b/7530/data/test-cases/a05bf93f34b45b1f.json @@ -0,0 +1 @@ +{"uid":"a05bf93f34b45b1f","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696822,"stop":1728381696822,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e0f6d869098874a1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e0f6d869098874a1","status":"passed","time":{"start":1728379498092,"stop":1728379498092,"duration":0}},{"uid":"981ce29f822487a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/981ce29f822487a0","status":"passed","time":{"start":1728372147547,"stop":1728372147549,"duration":2}},{"uid":"6ad9fcb32f4038b9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ad9fcb32f4038b9","status":"passed","time":{"start":1728370534998,"stop":1728370534998,"duration":0}},{"uid":"7580f50af1747e37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7580f50af1747e37","status":"passed","time":{"start":1728369636348,"stop":1728369636348,"duration":0}}]},"tags":[]},"source":"a05bf93f34b45b1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a06932d45e185dbb.json b/7530/data/test-cases/a06932d45e185dbb.json new file mode 100644 index 00000000000..5bfc0f00425 --- /dev/null +++ b/7530/data/test-cases/a06932d45e185dbb.json @@ -0,0 +1 @@ +{"uid":"a06932d45e185dbb","name":"Subscribe and receive messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages via lightPush","historyId":"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2927f6a6491e9c21","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2927f6a6491e9c21","status":"passed","time":{"start":1728379549684,"stop":1728379549684,"duration":0}},{"uid":"e356f5a2c82e52c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e356f5a2c82e52c5","status":"passed","time":{"start":1728372195423,"stop":1728372195424,"duration":1}},{"uid":"82664226c3e6ab04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/82664226c3e6ab04","status":"passed","time":{"start":1728370555251,"stop":1728370555251,"duration":0}},{"uid":"7a14af8a184b4bc9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a14af8a184b4bc9","status":"passed","time":{"start":1728369639843,"stop":1728369639843,"duration":0}}]},"tags":[]},"source":"a06932d45e185dbb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a07c383a54ee8493.json b/7530/data/test-cases/a07c383a54ee8493.json new file mode 100644 index 00000000000..121fc59ba54 --- /dev/null +++ b/7530/data/test-cases/a07c383a54ee8493.json @@ -0,0 +1 @@ +{"uid":"a07c383a54ee8493","name":"Filter with 1 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 1 connections","historyId":"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381554778,"stop":1728381554778,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"59c10e1d16043941","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59c10e1d16043941","status":"passed","time":{"start":1728379365894,"stop":1728379365895,"duration":1}},{"uid":"7ddd05a5f6a3b4d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7ddd05a5f6a3b4d1","status":"passed","time":{"start":1728372012987,"stop":1728372012987,"duration":0}},{"uid":"d30232c442d3e331","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d30232c442d3e331","status":"passed","time":{"start":1728370408805,"stop":1728370408806,"duration":1}},{"uid":"41c3b4b98264cb4a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41c3b4b98264cb4a","status":"passed","time":{"start":1728369510274,"stop":1728369510275,"duration":1}}]},"tags":[]},"source":"a07c383a54ee8493.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a0e35b62a89568a3.json b/7530/data/test-cases/a0e35b62a89568a3.json new file mode 100644 index 00000000000..576199edaed --- /dev/null +++ b/7530/data/test-cases/a0e35b62a89568a3.json @@ -0,0 +1 @@ +{"uid":"a0e35b62a89568a3","name":"should be able to decode the field with ALL protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with ALL protocols set to true","historyId":"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363574,"stop":1728381363575,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d85154852cc4988a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d85154852cc4988a","status":"passed","time":{"start":1728379166769,"stop":1728379166769,"duration":0}},{"uid":"c08a6046b6fc0a78","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c08a6046b6fc0a78","status":"passed","time":{"start":1728371810592,"stop":1728371810592,"duration":0}},{"uid":"733c1b28086d8e85","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/733c1b28086d8e85","status":"passed","time":{"start":1728370158406,"stop":1728370158407,"duration":1}},{"uid":"bf81b05f026c24ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bf81b05f026c24ec","status":"passed","time":{"start":1728369256990,"stop":1728369256990,"duration":0}}]},"tags":[]},"source":"a0e35b62a89568a3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a12df7a056be3357.json b/7530/data/test-cases/a12df7a056be3357.json new file mode 100644 index 00000000000..589916ba1d2 --- /dev/null +++ b/7530/data/test-cases/a12df7a056be3357.json @@ -0,0 +1 @@ +{"uid":"a12df7a056be3357","name":"Ordered callback, aborts when callback returns true","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Ordered callback, aborts when callback returns true","historyId":"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762412,"stop":1728381762413,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f1ecca8b8331be55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f1ecca8b8331be55","status":"passed","time":{"start":1728379565743,"stop":1728379565744,"duration":1}},{"uid":"3297f407c26973ce","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3297f407c26973ce","status":"passed","time":{"start":1728372228766,"stop":1728372228766,"duration":0}},{"uid":"772b19b9ce62e003","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/772b19b9ce62e003","status":"passed","time":{"start":1728370603981,"stop":1728370603981,"duration":0}},{"uid":"ef9f9f47df4db285","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ef9f9f47df4db285","status":"passed","time":{"start":1728369703131,"stop":1728369703132,"duration":1}}]},"tags":[]},"source":"a12df7a056be3357.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a163d3ee0d36802d.json b/7530/data/test-cases/a163d3ee0d36802d.json new file mode 100644 index 00000000000..d365ed73e90 --- /dev/null +++ b/7530/data/test-cases/a163d3ee0d36802d.json @@ -0,0 +1 @@ +{"uid":"a163d3ee0d36802d","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is mis-prefixed","historyId":"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379236,"stop":1728381379237,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f9de30eb0adc23e0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9de30eb0adc23e0","status":"passed","time":{"start":1728379182445,"stop":1728379182445,"duration":0}},{"uid":"efd0415798211df4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/efd0415798211df4","status":"passed","time":{"start":1728371826620,"stop":1728371826621,"duration":1}},{"uid":"314c61535dc1c79c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/314c61535dc1c79c","status":"passed","time":{"start":1728370173933,"stop":1728370173933,"duration":0}},{"uid":"7d1debdd02f37499","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d1debdd02f37499","status":"passed","time":{"start":1728369272864,"stop":1728369272865,"duration":1}}]},"tags":[]},"source":"a163d3ee0d36802d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a18ca7f09e171299.json b/7530/data/test-cases/a18ca7f09e171299.json new file mode 100644 index 00000000000..09f649ea460 --- /dev/null +++ b/7530/data/test-cases/a18ca7f09e171299.json @@ -0,0 +1 @@ +{"uid":"a18ca7f09e171299","name":"1 Relay, 1 Filter, gives up","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 Filter, gives up","historyId":"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f5147e488cea6655","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f5147e488cea6655","status":"passed","time":{"start":1728379182284,"stop":1728379182284,"duration":0}},{"uid":"f0040c6c1816de2e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f0040c6c1816de2e","status":"passed","time":{"start":1728371826539,"stop":1728371826539,"duration":0}},{"uid":"1ee7f87bd18b7d97","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ee7f87bd18b7d97","status":"passed","time":{"start":1728370173924,"stop":1728370173925,"duration":1}},{"uid":"4cbb0e1eb9abdcf5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4cbb0e1eb9abdcf5","status":"passed","time":{"start":1728369272890,"stop":1728369272894,"duration":4}}]},"tags":[]},"source":"a18ca7f09e171299.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a2026dd5e00690e9.json b/7530/data/test-cases/a2026dd5e00690e9.json new file mode 100644 index 00000000000..71b5d80ce3e --- /dev/null +++ b/7530/data/test-cases/a2026dd5e00690e9.json @@ -0,0 +1 @@ +{"uid":"a2026dd5e00690e9","name":"Nodes with multiple pubsub topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay, multiple pubsub topics > Nodes with multiple pubsub topic","historyId":"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381685602,"stop":1728381685603,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c7b2b35f3875e5b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c7b2b35f3875e5b","status":"passed","time":{"start":1728379484787,"stop":1728379484788,"duration":1}},{"uid":"ccd0de107ab99f7c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccd0de107ab99f7c","status":"passed","time":{"start":1728372130485,"stop":1728372130486,"duration":1}},{"uid":"b14e22e69edc2fdc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b14e22e69edc2fdc","status":"passed","time":{"start":1728370516481,"stop":1728370516481,"duration":0}},{"uid":"9c4595c478534a09","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c4595c478534a09","status":"passed","time":{"start":1728369620715,"stop":1728369620715,"duration":0}}]},"tags":[]},"source":"a2026dd5e00690e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a246626c1ed40d0d.json b/7530/data/test-cases/a246626c1ed40d0d.json new file mode 100644 index 00000000000..8b4e87d97d7 --- /dev/null +++ b/7530/data/test-cases/a246626c1ed40d0d.json @@ -0,0 +1 @@ +{"uid":"a246626c1ed40d0d","name":"Waku message hash computation (message is IDecodedMessage)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (message is IDecodedMessage)","historyId":"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381358363,"stop":1728381358363,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"961dff133ece9e70","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/961dff133ece9e70","status":"passed","time":{"start":1728379161481,"stop":1728379161481,"duration":0}},{"uid":"df01403d291892d2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df01403d291892d2","status":"passed","time":{"start":1728371805333,"stop":1728371805334,"duration":1}},{"uid":"18bbb14dbc830400","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18bbb14dbc830400","status":"passed","time":{"start":1728370152478,"stop":1728370152478,"duration":0}},{"uid":"4a9beabc1863de3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a9beabc1863de3c","status":"passed","time":{"start":1728369251643,"stop":1728369251643,"duration":0}}]},"tags":[]},"source":"a246626c1ed40d0d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a290d4db0dbe0cbb.json b/7530/data/test-cases/a290d4db0dbe0cbb.json new file mode 100644 index 00000000000..a0ee7c66464 --- /dev/null +++ b/7530/data/test-cases/a290d4db0dbe0cbb.json @@ -0,0 +1 @@ +{"uid":"a290d4db0dbe0cbb","name":"Ping on subscribed peer","fullName":"/tests/filter/single_node/ping.node.spec.ts: Waku Filter V2: Ping > Ping on subscribed peer","historyId":"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381452649,"stop":1728381452649,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2b23360447f95bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2b23360447f95bf","status":"passed","time":{"start":1728379262343,"stop":1728379262343,"duration":0}},{"uid":"8c91f99ae8e48b7e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8c91f99ae8e48b7e","status":"passed","time":{"start":1728371896579,"stop":1728371896580,"duration":1}},{"uid":"ed1f555af89a7506","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed1f555af89a7506","status":"passed","time":{"start":1728370244009,"stop":1728370244009,"duration":0}},{"uid":"3f77ccb4864088c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f77ccb4864088c7","status":"passed","time":{"start":1728369348163,"stop":1728369348164,"duration":1}}]},"tags":[]},"source":"a290d4db0dbe0cbb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a2c0603b65d42067.json b/7530/data/test-cases/a2c0603b65d42067.json new file mode 100644 index 00000000000..1b50ee2319d --- /dev/null +++ b/7530/data/test-cases/a2c0603b65d42067.json @@ -0,0 +1 @@ +{"uid":"a2c0603b65d42067","name":"should convert a SingleShardInfo object to the correct PubsubTopic","fullName":"/src/common/sharding/index.spec.ts: singleShardInfoToPubsubTopic > should convert a SingleShardInfo object to the correct PubsubTopic","historyId":"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"singleShardInfoToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b40f2c976018eeb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b40f2c976018eeb","status":"passed","time":{"start":1728379159012,"stop":1728379159013,"duration":1}},{"uid":"fc95e50850e6de8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fc95e50850e6de8c","status":"passed","time":{"start":1728371802898,"stop":1728371802898,"duration":0}},{"uid":"607517689c9ba3bf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/607517689c9ba3bf","status":"passed","time":{"start":1728370149931,"stop":1728370149932,"duration":1}},{"uid":"18952f4a96f84ea3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/18952f4a96f84ea3","status":"passed","time":{"start":1728369248986,"stop":1728369248987,"duration":1}}]},"tags":[]},"source":"a2c0603b65d42067.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a32019c974be87d2.json b/7530/data/test-cases/a32019c974be87d2.json new file mode 100644 index 00000000000..db41fc42721 --- /dev/null +++ b/7530/data/test-cases/a32019c974be87d2.json @@ -0,0 +1 @@ +{"uid":"a32019c974be87d2","name":"Non TWN Cluster","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Non TWN Cluster","historyId":"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719620,"stop":1728381719620,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"929cb007e6150284","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/929cb007e6150284","status":"passed","time":{"start":1728379523095,"stop":1728379523098,"duration":3}},{"uid":"359d2a0ec881923","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/359d2a0ec881923","status":"passed","time":{"start":1728372169981,"stop":1728372169981,"duration":0}},{"uid":"339cccdbbe82ae1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/339cccdbbe82ae1b","status":"passed","time":{"start":1728370557093,"stop":1728370557095,"duration":2}},{"uid":"89589f3e852ea7c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89589f3e852ea7c3","status":"passed","time":{"start":1728369663459,"stop":1728369663459,"duration":0}}]},"tags":[]},"source":"a32019c974be87d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a369879366883360.json b/7530/data/test-cases/a369879366883360.json new file mode 100644 index 00000000000..53a629b0f67 --- /dev/null +++ b/7530/data/test-cases/a369879366883360.json @@ -0,0 +1 @@ +{"uid":"a369879366883360","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 7","historyId":"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9d0cadd54560fc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9d0cadd54560fc2","status":"passed","time":{"start":1728379159008,"stop":1728379159008,"duration":0}},{"uid":"10660a394b787f4a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/10660a394b787f4a","status":"passed","time":{"start":1728371802894,"stop":1728371802894,"duration":0}},{"uid":"bd9458396c5a2789","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd9458396c5a2789","status":"passed","time":{"start":1728370149927,"stop":1728370149927,"duration":0}},{"uid":"366f40c227321e00","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/366f40c227321e00","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"tags":[]},"source":"a369879366883360.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a3946ca2333a1809.json b/7530/data/test-cases/a3946ca2333a1809.json new file mode 100644 index 00000000000..6785c521254 --- /dev/null +++ b/7530/data/test-cases/a3946ca2333a1809.json @@ -0,0 +1 @@ +{"uid":"a3946ca2333a1809","name":"Check message with no pubsub topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no pubsub topic is not received","historyId":"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526519,"stop":1728381526520,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a72a83f10776d12a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a72a83f10776d12a","status":"passed","time":{"start":1728379329403,"stop":1728379329403,"duration":0}},{"uid":"a7fe993edbdaef2c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7fe993edbdaef2c","status":"passed","time":{"start":1728371974003,"stop":1728371974003,"duration":0}},{"uid":"64f78084a1a44d67","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/64f78084a1a44d67","status":"passed","time":{"start":1728370320870,"stop":1728370320870,"duration":0}},{"uid":"66a577f45cb9984f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/66a577f45cb9984f","status":"passed","time":{"start":1728369420263,"stop":1728369420263,"duration":0}}]},"tags":[]},"source":"a3946ca2333a1809.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a3a74b458578d27a.json b/7530/data/test-cases/a3a74b458578d27a.json new file mode 100644 index 00000000000..08c2a804dc9 --- /dev/null +++ b/7530/data/test-cases/a3a74b458578d27a.json @@ -0,0 +1 @@ +{"uid":"a3a74b458578d27a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","historyId":"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521294,"stop":1728381521294,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5c31bff4fcac95c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5c31bff4fcac95c9","status":"passed","time":{"start":1728379329174,"stop":1728379329174,"duration":0}},{"uid":"dcc62a848861b060","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcc62a848861b060","status":"passed","time":{"start":1728371983999,"stop":1728371984000,"duration":1}},{"uid":"833a1f499f32d062","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/833a1f499f32d062","status":"passed","time":{"start":1728370284350,"stop":1728370284350,"duration":0}},{"uid":"a03f141f98ddde86","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a03f141f98ddde86","status":"passed","time":{"start":1728369378891,"stop":1728369378891,"duration":0}}]},"tags":[]},"source":"a3a74b458578d27a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a41a39722a56b43d.json b/7530/data/test-cases/a41a39722a56b43d.json new file mode 100644 index 00000000000..cc3990afd36 --- /dev/null +++ b/7530/data/test-cases/a41a39722a56b43d.json @@ -0,0 +1 @@ +{"uid":"a41a39722a56b43d","name":"should not fail to start the service if it is already started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383544,"stop":1728381383544,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2d64a599d9d6c7e1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d64a599d9d6c7e1","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"f7c3345e4cb19f71","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f7c3345e4cb19f71","status":"passed","time":{"start":1728371830872,"stop":1728371830873,"duration":1}},{"uid":"6be80ff300ac650f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6be80ff300ac650f","status":"passed","time":{"start":1728370178238,"stop":1728370178239,"duration":1}},{"uid":"de3af3381c395277","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/de3af3381c395277","status":"passed","time":{"start":1728369277109,"stop":1728369277109,"duration":0}}]},"tags":[]},"source":"a41a39722a56b43d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a42ef12c8137a08b.json b/7530/data/test-cases/a42ef12c8137a08b.json new file mode 100644 index 00000000000..a72a9051370 --- /dev/null +++ b/7530/data/test-cases/a42ef12c8137a08b.json @@ -0,0 +1 @@ +{"uid":"a42ef12c8137a08b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","historyId":"12bd4552f6b7480946449a3a26778c59:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"a42ef12c8137a08b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a43b6b0779c498f6.json b/7530/data/test-cases/a43b6b0779c498f6.json new file mode 100644 index 00000000000..a61966af32d --- /dev/null +++ b/7530/data/test-cases/a43b6b0779c498f6.json @@ -0,0 +1 @@ +{"uid":"a43b6b0779c498f6","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=1 -- returns one bootstrap peer ","historyId":"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521288,"stop":1728381521289,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5c7cba29f4dc6a73","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5c7cba29f4dc6a73","status":"passed","time":{"start":1728379329169,"stop":1728379329170,"duration":1}},{"uid":"f507cc9156fcd382","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f507cc9156fcd382","status":"passed","time":{"start":1728371983989,"stop":1728371983989,"duration":0}},{"uid":"711cd484a9a75990","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/711cd484a9a75990","status":"passed","time":{"start":1728370284344,"stop":1728370284345,"duration":1}},{"uid":"bc1db7fe7527e89c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc1db7fe7527e89c","status":"passed","time":{"start":1728369378877,"stop":1728369378877,"duration":0}}]},"tags":[]},"source":"a43b6b0779c498f6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a4d23195cc78941b.json b/7530/data/test-cases/a4d23195cc78941b.json new file mode 100644 index 00000000000..081c2080ba3 --- /dev/null +++ b/7530/data/test-cases/a4d23195cc78941b.json @@ -0,0 +1 @@ +{"uid":"a4d23195cc78941b","name":"Push message with special chars payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with special chars payload","historyId":"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680433,"stop":1728381680434,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1f165c480371445f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f165c480371445f","status":"passed","time":{"start":1728379482917,"stop":1728379482918,"duration":1}},{"uid":"5bae4431e9888789","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5bae4431e9888789","status":"passed","time":{"start":1728372134543,"stop":1728372134544,"duration":1}},{"uid":"be91c2a0a1804d40","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/be91c2a0a1804d40","status":"passed","time":{"start":1728370487858,"stop":1728370487859,"duration":1}},{"uid":"e029564b33b23441","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e029564b33b23441","status":"passed","time":{"start":1728369590785,"stop":1728369590786,"duration":1}}]},"tags":[]},"source":"a4d23195cc78941b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a4f733fc92f8a613.json b/7530/data/test-cases/a4f733fc92f8a613.json new file mode 100644 index 00000000000..5fc7a911877 --- /dev/null +++ b/7530/data/test-cases/a4f733fc92f8a613.json @@ -0,0 +1 @@ +{"uid":"a4f733fc92f8a613","name":"should emit a peer event after start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383544,"stop":1728381383545,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ce32414e84a814","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ce32414e84a814","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"9aa81e07c69b407b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9aa81e07c69b407b","status":"passed","time":{"start":1728371830873,"stop":1728371830873,"duration":0}},{"uid":"6136257a77777ed5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6136257a77777ed5","status":"passed","time":{"start":1728370178239,"stop":1728370178239,"duration":0}},{"uid":"aef92b59bfdada5d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aef92b59bfdada5d","status":"passed","time":{"start":1728369277109,"stop":1728369277110,"duration":1}}]},"tags":[]},"source":"a4f733fc92f8a613.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a595a0c78384f4bc.json b/7530/data/test-cases/a595a0c78384f4bc.json new file mode 100644 index 00000000000..37137f24565 --- /dev/null +++ b/7530/data/test-cases/a595a0c78384f4bc.json @@ -0,0 +1 @@ +{"uid":"a595a0c78384f4bc","name":"should be able to decode the field with only RELAY set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with only RELAY set to true","historyId":"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363569,"stop":1728381363570,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c9aed8355da1d949","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c9aed8355da1d949","status":"passed","time":{"start":1728379166764,"stop":1728379166765,"duration":1}},{"uid":"a2cf560f6244d0ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2cf560f6244d0ae","status":"passed","time":{"start":1728371810589,"stop":1728371810590,"duration":1}},{"uid":"ec8003aa4253038a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec8003aa4253038a","status":"passed","time":{"start":1728370158404,"stop":1728370158405,"duration":1}},{"uid":"7d1e4fae5343778b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d1e4fae5343778b","status":"passed","time":{"start":1728369256987,"stop":1728369256987,"duration":0}}]},"tags":[]},"source":"a595a0c78384f4bc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a5cb4fad75cb592e.json b/7530/data/test-cases/a5cb4fad75cb592e.json new file mode 100644 index 00000000000..33ddbd4fdb5 --- /dev/null +++ b/7530/data/test-cases/a5cb4fad75cb592e.json @@ -0,0 +1 @@ +{"uid":"a5cb4fad75cb592e","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for test.waku.nodes.status.im","historyId":"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379406,"stop":1728381379406,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"ce481a1f75460e45","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce481a1f75460e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379182991,"stop":1728379182991,"duration":0}},{"uid":"272dc495ed0d603c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/272dc495ed0d603c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371826968,"stop":1728371826969,"duration":1}},{"uid":"d39dc5b78de95ed3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d39dc5b78de95ed3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370174432,"stop":1728370174432,"duration":0}},{"uid":"134823fd379d992f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/134823fd379d992f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369273241,"stop":1728369273241,"duration":0}}]},"tags":[]},"source":"a5cb4fad75cb592e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a5ce5be982a40b54.json b/7530/data/test-cases/a5ce5be982a40b54.json new file mode 100644 index 00000000000..146292a356e --- /dev/null +++ b/7530/data/test-cases/a5ce5be982a40b54.json @@ -0,0 +1 @@ +{"uid":"a5ce5be982a40b54","name":"Passing a valid cursor at 110 index when there are 120 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 110 index when there are 120 messages","historyId":"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65828254c3b5fa42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65828254c3b5fa42","status":"passed","time":{"start":1728379543299,"stop":1728379543300,"duration":1}},{"uid":"bbe771fd74e1b579","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bbe771fd74e1b579","status":"passed","time":{"start":1728372192289,"stop":1728372192289,"duration":0}},{"uid":"70c8a97557b26d27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70c8a97557b26d27","status":"passed","time":{"start":1728370579154,"stop":1728370579155,"duration":1}},{"uid":"9bc70f4d64018c8f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bc70f4d64018c8f","status":"passed","time":{"start":1728369664330,"stop":1728369664330,"duration":0}}]},"tags":[]},"source":"a5ce5be982a40b54.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a5db7dc4cca1d4c3.json b/7530/data/test-cases/a5db7dc4cca1d4c3.json new file mode 100644 index 00000000000..1b399c253db --- /dev/null +++ b/7530/data/test-cases/a5db7dc4cca1d4c3.json @@ -0,0 +1 @@ +{"uid":"a5db7dc4cca1d4c3","name":"Relay - times out","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Relay - times out","historyId":"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":4,"unknown":0,"total":5},"items":[{"uid":"3b17f926a4c17f7e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b17f926a4c17f7e","status":"broken","statusDetails":"Timeout of 5000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728379607036,"stop":1728379607036,"duration":0}},{"uid":"c96c5418f3a83e0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c96c5418f3a83e0a","status":"passed","time":{"start":1728372238121,"stop":1728372238121,"duration":0}},{"uid":"99b27801dac55178","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99b27801dac55178","status":"passed","time":{"start":1728370630365,"stop":1728370630365,"duration":0}},{"uid":"65eab09df72ce6ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/65eab09df72ce6ae","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"tags":[]},"source":"a5db7dc4cca1d4c3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a68907ce031619b6.json b/7530/data/test-cases/a68907ce031619b6.json new file mode 100644 index 00000000000..e68d91f26a4 --- /dev/null +++ b/7530/data/test-cases/a68907ce031619b6.json @@ -0,0 +1 @@ +{"uid":"a68907ce031619b6","name":"Check message received after nwaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message received after nwaku node is restarted","historyId":"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"ebb4b5bc85b2d3f1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebb4b5bc85b2d3f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460278,"stop":1728379460279,"duration":1}},{"uid":"65a81252599c7393","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65a81252599c7393","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105669,"stop":1728372105669,"duration":0}},{"uid":"7a2024c40315fb71","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7a2024c40315fb71","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464136,"stop":1728370464136,"duration":0}},{"uid":"38c9922242255aaf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38c9922242255aaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544865,"stop":1728369544866,"duration":1}}]},"tags":[]},"source":"a68907ce031619b6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a6a6ee0f6f2089b0.json b/7530/data/test-cases/a6a6ee0f6f2089b0.json new file mode 100644 index 00000000000..4854e72f21c --- /dev/null +++ b/7530/data/test-cases/a6a6ee0f6f2089b0.json @@ -0,0 +1 @@ +{"uid":"a6a6ee0f6f2089b0","name":"Push message with escaped characters payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with escaped characters payload","historyId":"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b69e75177b1b6835","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b69e75177b1b6835","status":"passed","time":{"start":1728379482924,"stop":1728379482925,"duration":1}},{"uid":"b744440e4306ce66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b744440e4306ce66","status":"passed","time":{"start":1728372134548,"stop":1728372134549,"duration":1}},{"uid":"f9ca3200c74f653a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9ca3200c74f653a","status":"passed","time":{"start":1728370487866,"stop":1728370487867,"duration":1}},{"uid":"4af161bb90bfce82","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4af161bb90bfce82","status":"passed","time":{"start":1728369590791,"stop":1728369590791,"duration":0}}]},"tags":[]},"source":"a6a6ee0f6f2089b0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a6cb26d572dcfed.json b/7530/data/test-cases/a6cb26d572dcfed.json new file mode 100644 index 00000000000..808a64b5a50 --- /dev/null +++ b/7530/data/test-cases/a6cb26d572dcfed.json @@ -0,0 +1 @@ +{"uid":"a6cb26d572dcfed","name":"Check publish message containing long","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing long","historyId":"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689144,"stop":1728381689145,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"eaaa01527a930d9c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eaaa01527a930d9c","status":"passed","time":{"start":1728379493802,"stop":1728379493802,"duration":0}},{"uid":"9d75aa969542dd37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d75aa969542dd37","status":"passed","time":{"start":1728372140935,"stop":1728372140935,"duration":0}},{"uid":"ab28b6e46e276932","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab28b6e46e276932","status":"passed","time":{"start":1728370524954,"stop":1728370524955,"duration":1}},{"uid":"9bc1ae196e853cf1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bc1ae196e853cf1","status":"passed","time":{"start":1728369630386,"stop":1728369630387,"duration":1}}]},"tags":[]},"source":"a6cb26d572dcfed.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a773a0bd1667722e.json b/7530/data/test-cases/a773a0bd1667722e.json new file mode 100644 index 00000000000..27da64039dd --- /dev/null +++ b/7530/data/test-cases/a773a0bd1667722e.json @@ -0,0 +1 @@ +{"uid":"a773a0bd1667722e","name":"Renews peer on consistent missed messages","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent missed messages","historyId":"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381475929,"stop":1728381475931,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"935d38cb33ea64e5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/935d38cb33ea64e5","status":"passed","time":{"start":1728379282318,"stop":1728379282319,"duration":1}},{"uid":"b7d43c458006bd6b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b7d43c458006bd6b","status":"passed","time":{"start":1728371925988,"stop":1728371925988,"duration":0}},{"uid":"f7e25c92caa75234","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f7e25c92caa75234","status":"passed","time":{"start":1728370273981,"stop":1728370273989,"duration":8}},{"uid":"1dca19ed221f1a04","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1dca19ed221f1a04","status":"passed","time":{"start":1728369370051,"stop":1728369370051,"duration":0}}]},"tags":[]},"source":"a773a0bd1667722e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a799877e00647be2.json b/7530/data/test-cases/a799877e00647be2.json new file mode 100644 index 00000000000..aadc4ead5b4 --- /dev/null +++ b/7530/data/test-cases/a799877e00647be2.json @@ -0,0 +1 @@ +{"uid":"a799877e00647be2","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","fullName":"/src/lib/stream_manager/stream_manager.spec.ts: StreamManager > peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","historyId":"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371412,"stop":1728381371413,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"StreamManager"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"32032d6a1a1c41b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/32032d6a1a1c41b7","status":"passed","time":{"start":1728379174831,"stop":1728379174831,"duration":0}},{"uid":"6fbcf184deb6f4e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6fbcf184deb6f4e2","status":"passed","time":{"start":1728371818438,"stop":1728371818439,"duration":1}},{"uid":"c221243209a7044a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c221243209a7044a","status":"passed","time":{"start":1728370166080,"stop":1728370166080,"duration":0}},{"uid":"847f1a93b998ece4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/847f1a93b998ece4","status":"passed","time":{"start":1728369265065,"stop":1728369265065,"duration":0}}]},"tags":[]},"source":"a799877e00647be2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a7e8233dff8190ba.json b/7530/data/test-cases/a7e8233dff8190ba.json new file mode 100644 index 00000000000..1c9846bb5e2 --- /dev/null +++ b/7530/data/test-cases/a7e8233dff8190ba.json @@ -0,0 +1 @@ +{"uid":"a7e8233dff8190ba","name":"Push message on custom pubsubTopic","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (named sharding): Multiple PubsubTopics > Push message on custom pubsubTopic","historyId":"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"20310be8886ffd7c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/20310be8886ffd7c","status":"passed","time":{"start":1728379422780,"stop":1728379422780,"duration":0}},{"uid":"54914daff2657f0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54914daff2657f0a","status":"passed","time":{"start":1728372057781,"stop":1728372057781,"duration":0}},{"uid":"988224d2e6ad6436","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/988224d2e6ad6436","status":"passed","time":{"start":1728370439686,"stop":1728370439687,"duration":1}},{"uid":"773b30546b679013","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/773b30546b679013","status":"passed","time":{"start":1728369540017,"stop":1728369540017,"duration":0}}]},"tags":[]},"source":"a7e8233dff8190ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a86990a9ffb72082.json b/7530/data/test-cases/a86990a9ffb72082.json new file mode 100644 index 00000000000..4f64b537c89 --- /dev/null +++ b/7530/data/test-cases/a86990a9ffb72082.json @@ -0,0 +1 @@ +{"uid":"a86990a9ffb72082","name":"Passing page size 19 when there are 20 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 19 when there are 20 messages","historyId":"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766199,"stop":1728381766200,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"397077d0aa6eabed","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/397077d0aa6eabed","status":"passed","time":{"start":1728379569499,"stop":1728379569500,"duration":1}},{"uid":"f31795098a73258","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f31795098a73258","status":"passed","time":{"start":1728372220858,"stop":1728372220862,"duration":4}},{"uid":"7ca47f18f147072","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7ca47f18f147072","status":"passed","time":{"start":1728370605232,"stop":1728370605232,"duration":0}},{"uid":"6e7a521a13284aa8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e7a521a13284aa8","status":"passed","time":{"start":1728369697452,"stop":1728369697452,"duration":0}}]},"tags":[]},"source":"a86990a9ffb72082.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a8708391668467fd.json b/7530/data/test-cases/a8708391668467fd.json new file mode 100644 index 00000000000..f0dfc5685be --- /dev/null +++ b/7530/data/test-cases/a8708391668467fd.json @@ -0,0 +1 @@ +{"uid":"a8708391668467fd","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","historyId":"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ee3ce3501cbe9f2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ee3ce3501cbe9f2e","status":"passed","time":{"start":1728379159008,"stop":1728379159009,"duration":1}},{"uid":"6075b00b5e24b366","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6075b00b5e24b366","status":"passed","time":{"start":1728371802894,"stop":1728371802895,"duration":1}},{"uid":"a352fd181aa2d64e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a352fd181aa2d64e","status":"passed","time":{"start":1728370149928,"stop":1728370149928,"duration":0}},{"uid":"26eb78819a2b2a87","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26eb78819a2b2a87","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"tags":[]},"source":"a8708391668467fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a89d6f654cdea4af.json b/7530/data/test-cases/a89d6f654cdea4af.json new file mode 100644 index 00000000000..ee44d8c279f --- /dev/null +++ b/7530/data/test-cases/a89d6f654cdea4af.json @@ -0,0 +1 @@ +{"uid":"a89d6f654cdea4af","name":"Light Node - default protocols","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Light Node - default protocols","historyId":"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800486,"stop":1728381800487,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"54bb0d6f12caa98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/54bb0d6f12caa98","status":"passed","time":{"start":1728379607038,"stop":1728379607038,"duration":0}},{"uid":"251bcecba2754597","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/251bcecba2754597","status":"passed","time":{"start":1728372238123,"stop":1728372238123,"duration":0}},{"uid":"a9ad4e03519b7585","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a9ad4e03519b7585","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"68c774094a977ea8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68c774094a977ea8","status":"passed","time":{"start":1728369720990,"stop":1728369720991,"duration":1}}]},"tags":[]},"source":"a89d6f654cdea4af.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a94fe1077acfed2f.json b/7530/data/test-cases/a94fe1077acfed2f.json new file mode 100644 index 00000000000..a1f468be7fc --- /dev/null +++ b/7530/data/test-cases/a94fe1077acfed2f.json @@ -0,0 +1 @@ +{"uid":"a94fe1077acfed2f","name":"should be called for peers with PEER_EXCHANGE tags","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For peer-exchange peers > should be called for peers with PEER_EXCHANGE tags","historyId":"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381416762,"stop":1728381416765,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For peer-exchange peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e700e87ee3da5cda","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e700e87ee3da5cda","status":"passed","time":{"start":1728379222479,"stop":1728379222487,"duration":8}},{"uid":"f76e70800ed8ce5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f76e70800ed8ce5c","status":"passed","time":{"start":1728371864277,"stop":1728371864278,"duration":1}},{"uid":"f062a4190429a68","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f062a4190429a68","status":"passed","time":{"start":1728370211850,"stop":1728370211850,"duration":0}},{"uid":"256879af5d5643fa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/256879af5d5643fa","status":"passed","time":{"start":1728369311531,"stop":1728369311531,"duration":0}}]},"tags":[]},"source":"a94fe1077acfed2f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a9b9d70db33c38a7.json b/7530/data/test-cases/a9b9d70db33c38a7.json new file mode 100644 index 00000000000..8a0442ab631 --- /dev/null +++ b/7530/data/test-cases/a9b9d70db33c38a7.json @@ -0,0 +1 @@ +{"uid":"a9b9d70db33c38a7","name":"Generator, 2 different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (Autosharding), custom pubsub topic > Generator, 2 different pubsubtopics","historyId":"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763775,"stop":1728381763776,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e2c4f0464dbe0f40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2c4f0464dbe0f40","status":"passed","time":{"start":1728379572275,"stop":1728379572275,"duration":0}},{"uid":"f2c7878047273c76","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2c7878047273c76","status":"passed","time":{"start":1728372221517,"stop":1728372221517,"duration":0}},{"uid":"36900452a6411532","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36900452a6411532","status":"passed","time":{"start":1728370607710,"stop":1728370607710,"duration":0}},{"uid":"1849169f54065899","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1849169f54065899","status":"passed","time":{"start":1728369690176,"stop":1728369690176,"duration":0}}]},"tags":[]},"source":"a9b9d70db33c38a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a9df72284432e1e9.json b/7530/data/test-cases/a9df72284432e1e9.json new file mode 100644 index 00000000000..bbcf069b411 --- /dev/null +++ b/7530/data/test-cases/a9df72284432e1e9.json @@ -0,0 +1 @@ +{"uid":"a9df72284432e1e9","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/x/1","historyId":"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"561296635a6adace","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/561296635a6adace","status":"passed","time":{"start":1728379159020,"stop":1728379159020,"duration":0}},{"uid":"3dfe4a8635470d72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3dfe4a8635470d72","status":"passed","time":{"start":1728371802904,"stop":1728371802905,"duration":1}},{"uid":"f90215a46c45caca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f90215a46c45caca","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"ac250686ad5cb927","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac250686ad5cb927","status":"passed","time":{"start":1728369248993,"stop":1728369248993,"duration":0}}]},"tags":[]},"source":"a9df72284432e1e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/a9edf0d31c2d9945.json b/7530/data/test-cases/a9edf0d31c2d9945.json new file mode 100644 index 00000000000..26148bf0343 --- /dev/null +++ b/7530/data/test-cases/a9edf0d31c2d9945.json @@ -0,0 +1 @@ +{"uid":"a9edf0d31c2d9945","name":"should properly create location multiaddrs - udp4","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - udp4","historyId":"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a9378c3327b948c8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a9378c3327b948c8","status":"passed","time":{"start":1728379167600,"stop":1728379167600,"duration":0}},{"uid":"dea831137f8da71d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dea831137f8da71d","status":"passed","time":{"start":1728371811384,"stop":1728371811385,"duration":1}},{"uid":"9b7a8cded0575c4a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b7a8cded0575c4a","status":"passed","time":{"start":1728370158842,"stop":1728370158843,"duration":1}},{"uid":"85ed0832447d16f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85ed0832447d16f8","status":"passed","time":{"start":1728369257785,"stop":1728369257785,"duration":0}}]},"tags":[]},"source":"a9edf0d31c2d9945.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/aab304ce6ce89cb5.json b/7530/data/test-cases/aab304ce6ce89cb5.json new file mode 100644 index 00000000000..e0867179850 --- /dev/null +++ b/7530/data/test-cases/aab304ce6ce89cb5.json @@ -0,0 +1 @@ +{"uid":"aab304ce6ce89cb5","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Error when try to subscribe to more than 101 topics (new limit)","historyId":"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557219,"stop":1728381557220,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1c0bc300321e0616","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c0bc300321e0616","status":"passed","time":{"start":1728379366459,"stop":1728379366460,"duration":1}},{"uid":"1312325d5878ef24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1312325d5878ef24","status":"passed","time":{"start":1728371996000,"stop":1728371996000,"duration":0}},{"uid":"abdc4b53d008e74d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/abdc4b53d008e74d","status":"passed","time":{"start":1728370345120,"stop":1728370345124,"duration":4}},{"uid":"63dd3d7c61d0774a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/63dd3d7c61d0774a","status":"passed","time":{"start":1728369447285,"stop":1728369447286,"duration":1}}]},"tags":[]},"source":"aab304ce6ce89cb5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/aad037288cfa22b0.json b/7530/data/test-cases/aad037288cfa22b0.json new file mode 100644 index 00000000000..01d22946304 --- /dev/null +++ b/7530/data/test-cases/aad037288cfa22b0.json @@ -0,0 +1 @@ +{"uid":"aad037288cfa22b0","name":"Ping on unsubscribed peer","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Ping on unsubscribed peer","historyId":"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dd2eac83d90025a3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dd2eac83d90025a3","status":"passed","time":{"start":1728379263251,"stop":1728379263251,"duration":0}},{"uid":"a7eb2a44e18e3c4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7eb2a44e18e3c4","status":"passed","time":{"start":1728371902714,"stop":1728371902714,"duration":0}},{"uid":"b3af4a29fcfa95d1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3af4a29fcfa95d1","status":"passed","time":{"start":1728370254632,"stop":1728370254632,"duration":0}},{"uid":"fc5b216fbd98f9fe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc5b216fbd98f9fe","status":"passed","time":{"start":1728369347761,"stop":1728369347761,"duration":0}}]},"tags":[]},"source":"aad037288cfa22b0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ab61e3b0dda4908c.json b/7530/data/test-cases/ab61e3b0dda4908c.json new file mode 100644 index 00000000000..a991b660245 --- /dev/null +++ b/7530/data/test-cases/ab61e3b0dda4908c.json @@ -0,0 +1 @@ +{"uid":"ab61e3b0dda4908c","name":"Store - dialed first","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Store - dialed first","historyId":"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800484,"stop":1728381800485,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1f411e2cddb43ab7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f411e2cddb43ab7","status":"passed","time":{"start":1728379607036,"stop":1728379607037,"duration":1}},{"uid":"5938b75dd699e804","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5938b75dd699e804","status":"passed","time":{"start":1728372238121,"stop":1728372238121,"duration":0}},{"uid":"99874603c3948d57","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99874603c3948d57","status":"passed","time":{"start":1728370630365,"stop":1728370630366,"duration":1}},{"uid":"51fabbe51c93182f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51fabbe51c93182f","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"tags":[]},"source":"ab61e3b0dda4908c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ab7d71e035d6c100.json b/7530/data/test-cases/ab7d71e035d6c100.json new file mode 100644 index 00000000000..b31ce4a83e6 --- /dev/null +++ b/7530/data/test-cases/ab7d71e035d6c100.json @@ -0,0 +1 @@ +{"uid":"ab7d71e035d6c100","name":"Check received message containing JSON","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing JSON","historyId":"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658369,"stop":1728381658370,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"66e4be3421106c2c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66e4be3421106c2c","status":"passed","time":{"start":1728379460264,"stop":1728379460264,"duration":0}},{"uid":"75634987c76f459c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75634987c76f459c","status":"passed","time":{"start":1728372105663,"stop":1728372105663,"duration":0}},{"uid":"b44f87142c745e1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b44f87142c745e1f","status":"passed","time":{"start":1728370464122,"stop":1728370464123,"duration":1}},{"uid":"f24c4b262adcd36f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f24c4b262adcd36f","status":"passed","time":{"start":1728369544857,"stop":1728369544858,"duration":1}}]},"tags":[]},"source":"ab7d71e035d6c100.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ac04b0703443c900.json b/7530/data/test-cases/ac04b0703443c900.json new file mode 100644 index 00000000000..9af30945cba --- /dev/null +++ b/7530/data/test-cases/ac04b0703443c900.json @@ -0,0 +1 @@ +{"uid":"ac04b0703443c900","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381660636,"stop":1728381660637,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca536fdd47b76ebf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca536fdd47b76ebf","status":"passed","time":{"start":1728379462180,"stop":1728379462181,"duration":1}},{"uid":"a36b824dbd28bab5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a36b824dbd28bab5","status":"passed","time":{"start":1728372110411,"stop":1728372110412,"duration":1}},{"uid":"896ba0914a6fdc95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/896ba0914a6fdc95","status":"passed","time":{"start":1728370489669,"stop":1728370489670,"duration":1}},{"uid":"8b06d3315b0debb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8b06d3315b0debb","status":"passed","time":{"start":1728369593941,"stop":1728369593941,"duration":0}}]},"tags":[]},"source":"ac04b0703443c900.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ac2d917bb2acfb70.json b/7530/data/test-cases/ac2d917bb2acfb70.json new file mode 100644 index 00000000000..20cb065634e --- /dev/null +++ b/7530/data/test-cases/ac2d917bb2acfb70.json @@ -0,0 +1 @@ +{"uid":"ac2d917bb2acfb70","name":"should encodeTxt and decodeTxt","fullName":"/src/enr.spec.ts: ENR > Txt codec > should encodeTxt and decodeTxt","historyId":"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364409,"stop":1728381364409,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e163736c7e0e25f6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e163736c7e0e25f6","status":"passed","time":{"start":1728379167593,"stop":1728379167594,"duration":1}},{"uid":"8d0a95eec2743bfd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d0a95eec2743bfd","status":"passed","time":{"start":1728371811374,"stop":1728371811375,"duration":1}},{"uid":"74633ad56af428d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/74633ad56af428d3","status":"passed","time":{"start":1728370158836,"stop":1728370158836,"duration":0}},{"uid":"bf4e198a85a2252b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bf4e198a85a2252b","status":"passed","time":{"start":1728369257775,"stop":1728369257775,"duration":0}}]},"tags":[]},"source":"ac2d917bb2acfb70.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/acce5a150af4fdf5.json b/7530/data/test-cases/acce5a150af4fdf5.json new file mode 100644 index 00000000000..47d257afe7c --- /dev/null +++ b/7530/data/test-cases/acce5a150af4fdf5.json @@ -0,0 +1 @@ +{"uid":"acce5a150af4fdf5","name":"should not receive a peer event after stop","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b8c7c45dcf6a226c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8c7c45dcf6a226c","status":"passed","time":{"start":1728379224168,"stop":1728379224169,"duration":1}},{"uid":"528edad609fcb4fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/528edad609fcb4fc","status":"passed","time":{"start":1728371870693,"stop":1728371870693,"duration":0}},{"uid":"1c0405f9889a6ea2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c0405f9889a6ea2","status":"passed","time":{"start":1728370215350,"stop":1728370215353,"duration":3}},{"uid":"5e49642a39a1d7d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5e49642a39a1d7d8","status":"passed","time":{"start":1728369314832,"stop":1728369314832,"duration":0}}]},"tags":[]},"source":"acce5a150af4fdf5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/acd37a1989a01fda.json b/7530/data/test-cases/acd37a1989a01fda.json new file mode 100644 index 00000000000..59f17874d6b --- /dev/null +++ b/7530/data/test-cases/acd37a1989a01fda.json @@ -0,0 +1 @@ +{"uid":"acd37a1989a01fda","name":"Push message with content topic containing XML","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing XML","historyId":"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711664,"stop":1728381711665,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"238dbeb8c837647b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/238dbeb8c837647b","status":"passed","time":{"start":1728379515556,"stop":1728379515556,"duration":0}},{"uid":"2abf4d379724c31d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2abf4d379724c31d","status":"passed","time":{"start":1728372171302,"stop":1728372171302,"duration":0}},{"uid":"8ac606de66752a60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ac606de66752a60","status":"passed","time":{"start":1728370522968,"stop":1728370522971,"duration":3}},{"uid":"d89a2093a1d75f07","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d89a2093a1d75f07","status":"passed","time":{"start":1728369622048,"stop":1728369622049,"duration":1}}]},"tags":[]},"source":"acd37a1989a01fda.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/acdf662be3290b02.json b/7530/data/test-cases/acdf662be3290b02.json new file mode 100644 index 00000000000..44ccd9e1a0b --- /dev/null +++ b/7530/data/test-cases/acdf662be3290b02.json @@ -0,0 +1 @@ +{"uid":"acdf662be3290b02","name":"Subscribe to topic containing XML and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing XML and publish message","historyId":"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696842,"stop":1728381696843,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ff84267c749ff42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ff84267c749ff42","status":"passed","time":{"start":1728379498105,"stop":1728379498105,"duration":0}},{"uid":"2f7087c7583b27f2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2f7087c7583b27f2","status":"passed","time":{"start":1728372147569,"stop":1728372147570,"duration":1}},{"uid":"d9d1d83e9f14544a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9d1d83e9f14544a","status":"passed","time":{"start":1728370535036,"stop":1728370535036,"duration":0}},{"uid":"bcb7c63acd043de5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb7c63acd043de5","status":"passed","time":{"start":1728369636380,"stop":1728369636380,"duration":0}}]},"tags":[]},"source":"acdf662be3290b02.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ace18a06041c41af.json b/7530/data/test-cases/ace18a06041c41af.json new file mode 100644 index 00000000000..6148f0cf564 --- /dev/null +++ b/7530/data/test-cases/ace18a06041c41af.json @@ -0,0 +1 @@ +{"uid":"ace18a06041c41af","name":"Renews peer on consistent ping failures","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent ping failures","historyId":"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381475917,"stop":1728381475924,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4410c68855ba9311","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4410c68855ba9311","status":"passed","time":{"start":1728379282317,"stop":1728379282317,"duration":0}},{"uid":"73b35952f2538c4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73b35952f2538c4d","status":"passed","time":{"start":1728371925986,"stop":1728371925986,"duration":0}},{"uid":"56d1573f61b4f160","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56d1573f61b4f160","status":"passed","time":{"start":1728370273960,"stop":1728370273969,"duration":9}},{"uid":"aa56489b7235d444","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa56489b7235d444","status":"passed","time":{"start":1728369370046,"stop":1728369370047,"duration":1}}]},"tags":[]},"source":"ace18a06041c41af.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ade7e0b13743e623.json b/7530/data/test-cases/ade7e0b13743e623.json new file mode 100644 index 00000000000..d5254ed3cd0 --- /dev/null +++ b/7530/data/test-cases/ade7e0b13743e623.json @@ -0,0 +1 @@ +{"uid":"ade7e0b13743e623","name":"LightPush: 3 peers, Filter: 2 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 2 peers","historyId":"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613873,"stop":1728381613874,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"64d6f7397f82d0ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/64d6f7397f82d0ce","status":"passed","time":{"start":1728379419688,"stop":1728379419688,"duration":0}},{"uid":"c05eae0f2275c4d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c05eae0f2275c4d1","status":"passed","time":{"start":1728372107448,"stop":1728372107449,"duration":1}},{"uid":"4d6460a379e8c05c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4d6460a379e8c05c","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626991,"stop":1728370626991,"duration":0}},{"uid":"8fe7e895625a30f1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8fe7e895625a30f1","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728519,"stop":1728369728519,"duration":0}}]},"tags":[]},"source":"ade7e0b13743e623.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ae687741eacdf10.json b/7530/data/test-cases/ae687741eacdf10.json new file mode 100644 index 00000000000..35c1085408a --- /dev/null +++ b/7530/data/test-cases/ae687741eacdf10.json @@ -0,0 +1 @@ +{"uid":"ae687741eacdf10","name":"random static sharding 9 - Cluster ID: 133, Shard ID: 64","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 9 - Cluster ID: 133, Shard ID: 64","historyId":"4a56a0fd5b0496d40d4310c3adad578a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745558,"stop":1728381745558,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"ae687741eacdf10.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ae6c93c8c82d03e1.json b/7530/data/test-cases/ae6c93c8c82d03e1.json new file mode 100644 index 00000000000..9c346912db3 --- /dev/null +++ b/7530/data/test-cases/ae6c93c8c82d03e1.json @@ -0,0 +1 @@ +{"uid":"ae6c93c8c82d03e1","name":"Passing page size 3 when there are 20 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 3 when there are 20 messages","historyId":"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766196,"stop":1728381766196,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"31c65f0ee1d5a828","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31c65f0ee1d5a828","status":"passed","time":{"start":1728379569498,"stop":1728379569498,"duration":0}},{"uid":"d7103ac57426102e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d7103ac57426102e","status":"passed","time":{"start":1728372220851,"stop":1728372220852,"duration":1}},{"uid":"86aa4a3805de5ba7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86aa4a3805de5ba7","status":"passed","time":{"start":1728370605230,"stop":1728370605231,"duration":1}},{"uid":"bc6a384089e67873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc6a384089e67873","status":"passed","time":{"start":1728369697447,"stop":1728369697448,"duration":1}}]},"tags":[]},"source":"ae6c93c8c82d03e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/aeaf00e60eb5236e.json b/7530/data/test-cases/aeaf00e60eb5236e.json new file mode 100644 index 00000000000..924c3d841fb --- /dev/null +++ b/7530/data/test-cases/aeaf00e60eb5236e.json @@ -0,0 +1 @@ +{"uid":"aeaf00e60eb5236e","name":"Waku message hash computation (meta size of 12 bytes)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta size of 12 bytes)","historyId":"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381358360,"stop":1728381358361,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c75096e7a02bd509","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c75096e7a02bd509","status":"passed","time":{"start":1728379161478,"stop":1728379161479,"duration":1}},{"uid":"9cf97d5b14862880","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cf97d5b14862880","status":"passed","time":{"start":1728371805330,"stop":1728371805332,"duration":2}},{"uid":"485a8b21352a5486","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/485a8b21352a5486","status":"passed","time":{"start":1728370152475,"stop":1728370152476,"duration":1}},{"uid":"ea2a94cc4912ca63","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea2a94cc4912ca63","status":"passed","time":{"start":1728369251639,"stop":1728369251640,"duration":1}}]},"tags":[]},"source":"aeaf00e60eb5236e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/aedbfba2eef9666b.json b/7530/data/test-cases/aedbfba2eef9666b.json new file mode 100644 index 00000000000..df17c5eaf16 --- /dev/null +++ b/7530/data/test-cases/aedbfba2eef9666b.json @@ -0,0 +1 @@ +{"uid":"aedbfba2eef9666b","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","historyId":"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"59b218bafa799cc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59b218bafa799cc2","status":"passed","time":{"start":1728379159028,"stop":1728379159029,"duration":1}},{"uid":"ba933a0e3b0fd416","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba933a0e3b0fd416","status":"passed","time":{"start":1728371802912,"stop":1728371802912,"duration":0}},{"uid":"d665fce7cbac8ff3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d665fce7cbac8ff3","status":"passed","time":{"start":1728370149946,"stop":1728370149946,"duration":0}},{"uid":"a15fd2acfbc408f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a15fd2acfbc408f8","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"tags":[]},"source":"aedbfba2eef9666b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/af9ad30af01c19f8.json b/7530/data/test-cases/af9ad30af01c19f8.json new file mode 100644 index 00000000000..d751361c1ff --- /dev/null +++ b/7530/data/test-cases/af9ad30af01c19f8.json @@ -0,0 +1 @@ +{"uid":"af9ad30af01c19f8","name":"Query Generator, Multiple PubsubTopics","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, Multiple PubsubTopics","historyId":"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743112,"stop":1728381743113,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"982dc77f471b7435","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/982dc77f471b7435","status":"passed","time":{"start":1728379550979,"stop":1728379550979,"duration":0}},{"uid":"b3f0eccf1120545d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b3f0eccf1120545d","status":"passed","time":{"start":1728372211439,"stop":1728372211439,"duration":0}},{"uid":"7486baadf2fe2b89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7486baadf2fe2b89","status":"passed","time":{"start":1728370582326,"stop":1728370582326,"duration":0}},{"uid":"a8cc95ad395cfb67","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8cc95ad395cfb67","status":"passed","time":{"start":1728369674235,"stop":1728369674236,"duration":1}}]},"tags":[]},"source":"af9ad30af01c19f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/afb0dd4e3b35f24f.json b/7530/data/test-cases/afb0dd4e3b35f24f.json new file mode 100644 index 00000000000..edf309c39e0 --- /dev/null +++ b/7530/data/test-cases/afb0dd4e3b35f24f.json @@ -0,0 +1 @@ +{"uid":"afb0dd4e3b35f24f","name":"Accepts a valid Waku Message","fullName":"/src/message_validator.spec.ts: Message Validator > Accepts a valid Waku Message","historyId":"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381394401,"stop":1728381394402,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Message Validator"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c60ce8adb595d542","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c60ce8adb595d542","status":"passed","time":{"start":1728379200429,"stop":1728379200430,"duration":1}},{"uid":"42ce4eea13449017","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/42ce4eea13449017","status":"passed","time":{"start":1728371841839,"stop":1728371841840,"duration":1}},{"uid":"e707c0fef652b99b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e707c0fef652b99b","status":"passed","time":{"start":1728370189958,"stop":1728370189959,"duration":1}},{"uid":"a5499b5edca0976e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5499b5edca0976e","status":"passed","time":{"start":1728369288720,"stop":1728369288722,"duration":2}}]},"tags":[]},"source":"afb0dd4e3b35f24f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/afb973d0e5d99c8a.json b/7530/data/test-cases/afb973d0e5d99c8a.json new file mode 100644 index 00000000000..745b231ad78 --- /dev/null +++ b/7530/data/test-cases/afb973d0e5d99c8a.json @@ -0,0 +1 @@ +{"uid":"afb973d0e5d99c8a","name":"Generator, custom pubsub topic","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store, custom pubsub topic > Generator, custom pubsub topic","historyId":"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763768,"stop":1728381763772,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b05591004b3970ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b05591004b3970ab","status":"passed","time":{"start":1728379572271,"stop":1728379572272,"duration":1}},{"uid":"810b5ebadc9415b8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/810b5ebadc9415b8","status":"passed","time":{"start":1728372221514,"stop":1728372221516,"duration":2}},{"uid":"c2bf5e95e0858a62","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2bf5e95e0858a62","status":"passed","time":{"start":1728370607706,"stop":1728370607707,"duration":1}},{"uid":"d098736655fb4f50","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d098736655fb4f50","status":"passed","time":{"start":1728369690173,"stop":1728369690173,"duration":0}}]},"tags":[]},"source":"afb973d0e5d99c8a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b084fa991d4de8e3.json b/7530/data/test-cases/b084fa991d4de8e3.json new file mode 100644 index 00000000000..434345e1dc0 --- /dev/null +++ b/7530/data/test-cases/b084fa991d4de8e3.json @@ -0,0 +1 @@ +{"uid":"b084fa991d4de8e3","name":"Push message with content topic containing escaped characters","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing escaped characters","historyId":"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"847aa11d109bb131","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/847aa11d109bb131","status":"passed","time":{"start":1728379515558,"stop":1728379515559,"duration":1}},{"uid":"65cbae669a8f1185","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65cbae669a8f1185","status":"passed","time":{"start":1728372171310,"stop":1728372171310,"duration":0}},{"uid":"e28c9a6a8e2cc3fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e28c9a6a8e2cc3fd","status":"passed","time":{"start":1728370522973,"stop":1728370522973,"duration":0}},{"uid":"6d7f8464a0b2b4d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d7f8464a0b2b4d4","status":"passed","time":{"start":1728369622050,"stop":1728369622051,"duration":1}}]},"tags":[]},"source":"b084fa991d4de8e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b0a27b891ce09f4b.json b/7530/data/test-cases/b0a27b891ce09f4b.json new file mode 100644 index 00000000000..052d5de7e3c --- /dev/null +++ b/7530/data/test-cases/b0a27b891ce09f4b.json @@ -0,0 +1 @@ +{"uid":"b0a27b891ce09f4b","name":"should set field with only STORE enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only STORE enabled","historyId":"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"705d81384bcd2bb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/705d81384bcd2bb","status":"passed","time":{"start":1728379167607,"stop":1728379167607,"duration":0}},{"uid":"533352ffcc1e6c3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/533352ffcc1e6c3b","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"93b69cfa13648f48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/93b69cfa13648f48","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"7741bcda98a1aac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7741bcda98a1aac","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"tags":[]},"source":"b0a27b891ce09f4b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b0b13b8e1f15060e.json b/7530/data/test-cases/b0b13b8e1f15060e.json new file mode 100644 index 00000000000..53cd26b9969 --- /dev/null +++ b/7530/data/test-cases/b0b13b8e1f15060e.json @@ -0,0 +1 @@ +{"uid":"b0b13b8e1f15060e","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381676006,"stop":1728381676006,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d507b2bc85b2339","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d507b2bc85b2339","status":"passed","time":{"start":1728379477371,"stop":1728379477372,"duration":1}},{"uid":"9cf572b36f7544c7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cf572b36f7544c7","status":"passed","time":{"start":1728372125152,"stop":1728372125152,"duration":0}},{"uid":"7df90f9ab351528f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7df90f9ab351528f","status":"passed","time":{"start":1728370506882,"stop":1728370506882,"duration":0}},{"uid":"40e77bec30059525","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40e77bec30059525","status":"passed","time":{"start":1728369613007,"stop":1728369613008,"duration":1}}]},"tags":[]},"source":"b0b13b8e1f15060e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b0beb95549386e1e.json b/7530/data/test-cases/b0beb95549386e1e.json new file mode 100644 index 00000000000..ea4feadad10 --- /dev/null +++ b/7530/data/test-cases/b0beb95549386e1e.json @@ -0,0 +1 @@ +{"uid":"b0beb95549386e1e","name":"should return valid sharding parameters for content topics autosharding","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should return valid sharding parameters for content topics autosharding","historyId":"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8fd8723de665bea3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8fd8723de665bea3","status":"passed","time":{"start":1728379159029,"stop":1728379159030,"duration":1}},{"uid":"e0344365a8589633","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0344365a8589633","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"6a3cd22ec4dceb8c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a3cd22ec4dceb8c","status":"passed","time":{"start":1728370149947,"stop":1728370149947,"duration":0}},{"uid":"59969370cd10aefb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/59969370cd10aefb","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"tags":[]},"source":"b0beb95549386e1e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b0dfc27121cd9da9.json b/7530/data/test-cases/b0dfc27121cd9da9.json new file mode 100644 index 00000000000..2e7b489efc1 --- /dev/null +++ b/7530/data/test-cases/b0dfc27121cd9da9.json @@ -0,0 +1 @@ +{"uid":"b0dfc27121cd9da9","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs//1","historyId":"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355979,"stop":1728381355980,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a4e8f3a32fc87353","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a4e8f3a32fc87353","status":"passed","time":{"start":1728379159024,"stop":1728379159024,"duration":0}},{"uid":"c43a316239b775c9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c43a316239b775c9","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"11f18c140bc36378","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11f18c140bc36378","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"ca8181e460c461d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca8181e460c461d9","status":"passed","time":{"start":1728369248997,"stop":1728369248997,"duration":0}}]},"tags":[]},"source":"b0dfc27121cd9da9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b15d5093870d6714.json b/7530/data/test-cases/b15d5093870d6714.json new file mode 100644 index 00000000000..0c81eda93cb --- /dev/null +++ b/7530/data/test-cases/b15d5093870d6714.json @@ -0,0 +1 @@ +{"uid":"b15d5093870d6714","name":"Refresh subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Refresh subscription","historyId":"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749023,"stop":1728381749023,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3bd2491174aa479","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3bd2491174aa479","status":"passed","time":{"start":1728379549659,"stop":1728379549660,"duration":1}},{"uid":"5a26019d6f66e101","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a26019d6f66e101","status":"passed","time":{"start":1728372195411,"stop":1728372195412,"duration":1}},{"uid":"994b4b32fe2ad499","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/994b4b32fe2ad499","status":"passed","time":{"start":1728370555240,"stop":1728370555240,"duration":0}},{"uid":"3d970f4339896140","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d970f4339896140","status":"passed","time":{"start":1728369639829,"stop":1728369639831,"duration":2}}]},"tags":[]},"source":"b15d5093870d6714.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b16401e722a5f308.json b/7530/data/test-cases/b16401e722a5f308.json new file mode 100644 index 00000000000..26deabc593c --- /dev/null +++ b/7530/data/test-cases/b16401e722a5f308.json @@ -0,0 +1 @@ +{"uid":"b16401e722a5f308","name":"Encoder throws on empty string content topic","fullName":"/src/ecies.spec.ts: Ensures content topic is defined > Encoder throws on empty string content topic","historyId":"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f990c1119c0e8420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f990c1119c0e8420","status":"passed","time":{"start":1728379194287,"stop":1728379194287,"duration":0}},{"uid":"e9f019bb89cbf698","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e9f019bb89cbf698","status":"passed","time":{"start":1728371838587,"stop":1728371838587,"duration":0}},{"uid":"217b83c80d9ef11d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/217b83c80d9ef11d","status":"passed","time":{"start":1728370185973,"stop":1728370185973,"duration":0}},{"uid":"87e61da9ba2dae26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/87e61da9ba2dae26","status":"passed","time":{"start":1728369284716,"stop":1728369284716,"duration":0}}]},"tags":[]},"source":"b16401e722a5f308.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b18c90bfd469921b.json b/7530/data/test-cases/b18c90bfd469921b.json new file mode 100644 index 00000000000..4abcf07be84 --- /dev/null +++ b/7530/data/test-cases/b18c90bfd469921b.json @@ -0,0 +1 @@ +{"uid":"b18c90bfd469921b","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","historyId":"e6e6dd4cfa84d3ad442a67016d6c5efe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719624,"stop":1728381719625,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"b18c90bfd469921b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b1962daa253e16af.json b/7530/data/test-cases/b1962daa253e16af.json new file mode 100644 index 00000000000..e9e654d3db1 --- /dev/null +++ b/7530/data/test-cases/b1962daa253e16af.json @@ -0,0 +1 @@ +{"uid":"b1962daa253e16af","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push : Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615368,"stop":1728381615369,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fec743991365f985","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fec743991365f985","status":"passed","time":{"start":1728379422775,"stop":1728379422775,"duration":0}},{"uid":"e741aa349247f2ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e741aa349247f2ae","status":"passed","time":{"start":1728372057768,"stop":1728372057768,"duration":0}},{"uid":"5f15734adb6b9715","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f15734adb6b9715","status":"passed","time":{"start":1728370439669,"stop":1728370439670,"duration":1}},{"uid":"d5d714fb209cd4b8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d5d714fb209cd4b8","status":"passed","time":{"start":1728369540007,"stop":1728369540008,"duration":1}}]},"tags":[]},"source":"b1962daa253e16af.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b1ca5f75520b2a5b.json b/7530/data/test-cases/b1ca5f75520b2a5b.json new file mode 100644 index 00000000000..da2bdcfd3b1 --- /dev/null +++ b/7530/data/test-cases/b1ca5f75520b2a5b.json @@ -0,0 +1 @@ +{"uid":"b1ca5f75520b2a5b","name":"Passing page size 110 when there are 120 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 110 when there are 120 messages","historyId":"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766200,"stop":1728381766200,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8bb0970d7209a4a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8bb0970d7209a4a5","status":"passed","time":{"start":1728379569500,"stop":1728379569500,"duration":0}},{"uid":"ee339a1ceda1ef5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee339a1ceda1ef5","status":"passed","time":{"start":1728372220863,"stop":1728372220863,"duration":0}},{"uid":"2eab5ec45266cac8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2eab5ec45266cac8","status":"passed","time":{"start":1728370605232,"stop":1728370605232,"duration":0}},{"uid":"524b73377725de07","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/524b73377725de07","status":"passed","time":{"start":1728369697452,"stop":1728369697452,"duration":0}}]},"tags":[]},"source":"b1ca5f75520b2a5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b1f6c0b1b607ac92.json b/7530/data/test-cases/b1f6c0b1b607ac92.json new file mode 100644 index 00000000000..97f3724fb02 --- /dev/null +++ b/7530/data/test-cases/b1f6c0b1b607ac92.json @@ -0,0 +1 @@ +{"uid":"b1f6c0b1b607ac92","name":"Fields are not dropped","fullName":"/src/lib/to_proto_message.spec.ts: to proto message > Fields are not dropped","historyId":"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381370640,"stop":1728381370649,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib"},{"name":"parentSuite","value":"to proto message"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1137cc840f183581","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1137cc840f183581","status":"passed","time":{"start":1728379174415,"stop":1728379174415,"duration":0}},{"uid":"3c43be22651f4352","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3c43be22651f4352","status":"passed","time":{"start":1728371818230,"stop":1728371818231,"duration":1}},{"uid":"8b305b321b04307c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b305b321b04307c","status":"passed","time":{"start":1728370165774,"stop":1728370165774,"duration":0}},{"uid":"9b872a5f85ec7356","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9b872a5f85ec7356","status":"passed","time":{"start":1728369264555,"stop":1728369264557,"duration":2}}]},"tags":[]},"source":"b1f6c0b1b607ac92.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b206aa3357f968b0.json b/7530/data/test-cases/b206aa3357f968b0.json new file mode 100644 index 00000000000..9c448f7c81f --- /dev/null +++ b/7530/data/test-cases/b206aa3357f968b0.json @@ -0,0 +1 @@ +{"uid":"b206aa3357f968b0","name":"start node with empty content topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > start node with empty content topic","historyId":"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719627,"stop":1728381719628,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3b09fe5b44744ddf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b09fe5b44744ddf","status":"passed","time":{"start":1728379523115,"stop":1728379523116,"duration":1}},{"uid":"5e35383271a7182a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e35383271a7182a","status":"passed","time":{"start":1728372169992,"stop":1728372169992,"duration":0}},{"uid":"ba32c8609c557d6e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba32c8609c557d6e","status":"passed","time":{"start":1728370557103,"stop":1728370557103,"duration":0}},{"uid":"d29803ce65617eea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d29803ce65617eea","status":"passed","time":{"start":1728369663469,"stop":1728369663470,"duration":1}}]},"tags":[]},"source":"b206aa3357f968b0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b24122876e806039.json b/7530/data/test-cases/b24122876e806039.json new file mode 100644 index 00000000000..38f11b3e569 --- /dev/null +++ b/7530/data/test-cases/b24122876e806039.json @@ -0,0 +1 @@ +{"uid":"b24122876e806039","name":"Query generator for multiple messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages","historyId":"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762403,"stop":1728381762403,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"46d306e8f7a829be","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/46d306e8f7a829be","status":"passed","time":{"start":1728379565729,"stop":1728379565733,"duration":4}},{"uid":"ae27a4adea241d27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae27a4adea241d27","status":"passed","time":{"start":1728372228761,"stop":1728372228761,"duration":0}},{"uid":"31ab6ac317c30423","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31ab6ac317c30423","status":"passed","time":{"start":1728370603946,"stop":1728370603956,"duration":10}},{"uid":"7506318b5e56a35f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7506318b5e56a35f","status":"passed","time":{"start":1728369703125,"stop":1728369703126,"duration":1}}]},"tags":[]},"source":"b24122876e806039.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b2752639803b085c.json b/7530/data/test-cases/b2752639803b085c.json new file mode 100644 index 00000000000..f919f794213 --- /dev/null +++ b/7530/data/test-cases/b2752639803b085c.json @@ -0,0 +1 @@ +{"uid":"b2752639803b085c","name":"all px service nodes subscribed to the shard topic should be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Autosharding: Peer Management > Peer Exchange > all px service nodes subscribed to the shard topic should be dialed","historyId":"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381842826,"stop":1728381842826,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2472146d9d9a6b6d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2472146d9d9a6b6d","status":"passed","time":{"start":1728379644816,"stop":1728379644816,"duration":0}},{"uid":"8e74382970cf61bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e74382970cf61bb","status":"passed","time":{"start":1728372295099,"stop":1728372295100,"duration":1}},{"uid":"bb62a9d21e911beb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb62a9d21e911beb","status":"passed","time":{"start":1728370682625,"stop":1728370682626,"duration":1}},{"uid":"9cae904ab513b6e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9cae904ab513b6e0","status":"passed","time":{"start":1728369782382,"stop":1728369782382,"duration":0}}]},"tags":[]},"source":"b2752639803b085c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b2850e12162f5ee.json b/7530/data/test-cases/b2850e12162f5ee.json new file mode 100644 index 00000000000..b921bc41b60 --- /dev/null +++ b/7530/data/test-cases/b2850e12162f5ee.json @@ -0,0 +1 @@ +{"uid":"b2850e12162f5ee","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762411,"stop":1728381762411,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dec927a604c17606","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dec927a604c17606","status":"passed","time":{"start":1728379565737,"stop":1728379565737,"duration":0}},{"uid":"9755c7ebad4bfe9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9755c7ebad4bfe9b","status":"passed","time":{"start":1728372228764,"stop":1728372228764,"duration":0}},{"uid":"26cae013a075de95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26cae013a075de95","status":"passed","time":{"start":1728370603966,"stop":1728370603966,"duration":0}},{"uid":"227dc21e13484355","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/227dc21e13484355","status":"passed","time":{"start":1728369703130,"stop":1728369703130,"duration":0}}]},"tags":[]},"source":"b2850e12162f5ee.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b2cdbea9151058f0.json b/7530/data/test-cases/b2cdbea9151058f0.json new file mode 100644 index 00000000000..b1332bc9a4f --- /dev/null +++ b/7530/data/test-cases/b2cdbea9151058f0.json @@ -0,0 +1 @@ +{"uid":"b2cdbea9151058f0","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing numeric and receive message","historyId":"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749025,"stop":1728381749026,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1dfb1b40f7e05038","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1dfb1b40f7e05038","status":"passed","time":{"start":1728379549661,"stop":1728379549661,"duration":0}},{"uid":"d77791b1d5f0ffeb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d77791b1d5f0ffeb","status":"passed","time":{"start":1728372195413,"stop":1728372195414,"duration":1}},{"uid":"9a4f108b445de069","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a4f108b445de069","status":"passed","time":{"start":1728370555241,"stop":1728370555241,"duration":0}},{"uid":"6d6c21779b76f1f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d6c21779b76f1f9","status":"passed","time":{"start":1728369639832,"stop":1728369639834,"duration":2}}]},"tags":[]},"source":"b2cdbea9151058f0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b2d288a78c06067e.json b/7530/data/test-cases/b2d288a78c06067e.json new file mode 100644 index 00000000000..b6624386746 --- /dev/null +++ b/7530/data/test-cases/b2d288a78c06067e.json @@ -0,0 +1 @@ +{"uid":"b2d288a78c06067e","name":"start node with empty shard should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > start node with empty shard should fail","historyId":"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745565,"stop":1728381745566,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c3abe9c3be506de","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c3abe9c3be506de","status":"passed","time":{"start":1728379547129,"stop":1728379547129,"duration":0}},{"uid":"3f9a0e1852f54c66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f9a0e1852f54c66","status":"passed","time":{"start":1728372200183,"stop":1728372200183,"duration":0}},{"uid":"4334b8cb1d07e0ed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4334b8cb1d07e0ed","status":"passed","time":{"start":1728370581703,"stop":1728370581704,"duration":1}},{"uid":"1a561f27baea74bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a561f27baea74bf","status":"passed","time":{"start":1728369675011,"stop":1728369675011,"duration":0}}]},"tags":[]},"source":"b2d288a78c06067e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b2f40c65268e185a.json b/7530/data/test-cases/b2f40c65268e185a.json new file mode 100644 index 00000000000..19968f7dab2 --- /dev/null +++ b/7530/data/test-cases/b2f40c65268e185a.json @@ -0,0 +1 @@ +{"uid":"b2f40c65268e185a","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381394403,"stop":1728381394403,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Message Validator"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5851203a88dc5e6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5851203a88dc5e6a","status":"passed","time":{"start":1728379200430,"stop":1728379200430,"duration":0}},{"uid":"5fc52b604cb10e53","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5fc52b604cb10e53","status":"passed","time":{"start":1728371841840,"stop":1728371841841,"duration":1}},{"uid":"c54568a2b382af08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c54568a2b382af08","status":"passed","time":{"start":1728370189960,"stop":1728370189960,"duration":0}},{"uid":"89e6fc8c09b2f73c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89e6fc8c09b2f73c","status":"passed","time":{"start":1728369288722,"stop":1728369288722,"duration":0}}]},"tags":[]},"source":"b2f40c65268e185a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b3945066fbfded2e.json b/7530/data/test-cases/b3945066fbfded2e.json new file mode 100644 index 00000000000..dc8a2cf3ba6 --- /dev/null +++ b/7530/data/test-cases/b3945066fbfded2e.json @@ -0,0 +1 @@ +{"uid":"b3945066fbfded2e","name":"Passing page size 10 when there are 10 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 10 when there are 10 messages","historyId":"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381766197,"stop":1728381766199,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"98ccdca14d14e7bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98ccdca14d14e7bd","status":"passed","time":{"start":1728379569498,"stop":1728379569499,"duration":1}},{"uid":"754628d6d7c4bed9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/754628d6d7c4bed9","status":"passed","time":{"start":1728372220852,"stop":1728372220852,"duration":0}},{"uid":"b25925011179f5ae","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b25925011179f5ae","status":"passed","time":{"start":1728370605231,"stop":1728370605231,"duration":0}},{"uid":"b793515a93adb873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b793515a93adb873","status":"passed","time":{"start":1728369697448,"stop":1728369697451,"duration":3}}]},"tags":[]},"source":"b3945066fbfded2e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b3ae0f499f53dc93.json b/7530/data/test-cases/b3ae0f499f53dc93.json new file mode 100644 index 00000000000..ca69be7def3 --- /dev/null +++ b/7530/data/test-cases/b3ae0f499f53dc93.json @@ -0,0 +1 @@ +{"uid":"b3ae0f499f53dc93","name":"Privacy Node - default protocol","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Privacy Node - default protocol","historyId":"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800487,"stop":1728381800487,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"74133abd30dafbd3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74133abd30dafbd3","status":"passed","time":{"start":1728379607038,"stop":1728379607038,"duration":0}},{"uid":"4a7b4e0edbf42b8b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a7b4e0edbf42b8b","status":"passed","time":{"start":1728372238123,"stop":1728372238123,"duration":0}},{"uid":"b3226d0932443601","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3226d0932443601","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"9ea74b1538c21c12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9ea74b1538c21c12","status":"passed","time":{"start":1728369720991,"stop":1728369720991,"duration":0}}]},"tags":[]},"source":"b3ae0f499f53dc93.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b3be1823067b4c8d.json b/7530/data/test-cases/b3be1823067b4c8d.json new file mode 100644 index 00000000000..9ccc219665e --- /dev/null +++ b/7530/data/test-cases/b3be1823067b4c8d.json @@ -0,0 +1 @@ +{"uid":"b3be1823067b4c8d","name":"should properly create location multiaddrs - tcp4","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - tcp4","historyId":"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dd3e4afd66e6a4d0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dd3e4afd66e6a4d0","status":"passed","time":{"start":1728379167600,"stop":1728379167604,"duration":4}},{"uid":"ae1ab5f8927d4767","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae1ab5f8927d4767","status":"passed","time":{"start":1728371811385,"stop":1728371811385,"duration":0}},{"uid":"e9704130dd43a8ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e9704130dd43a8ff","status":"passed","time":{"start":1728370158843,"stop":1728370158847,"duration":4}},{"uid":"d167c5451eeab6cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d167c5451eeab6cf","status":"passed","time":{"start":1728369257785,"stop":1728369257786,"duration":1}}]},"tags":[]},"source":"b3be1823067b4c8d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b3def1bb78fe4c69.json b/7530/data/test-cases/b3def1bb78fe4c69.json new file mode 100644 index 00000000000..77135e7354b --- /dev/null +++ b/7530/data/test-cases/b3def1bb78fe4c69.json @@ -0,0 +1 @@ +{"uid":"b3def1bb78fe4c69","name":"should set field with all protocols disabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with all protocols disabled","historyId":"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1ab5bab8882e67f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ab5bab8882e67f7","status":"passed","time":{"start":1728379167606,"stop":1728379167606,"duration":0}},{"uid":"ee28c82b5515d86e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee28c82b5515d86e","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"49326bd81428c38f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49326bd81428c38f","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"8db6772122852d1d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8db6772122852d1d","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"tags":[]},"source":"b3def1bb78fe4c69.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b3e2b3bbc1b96226.json b/7530/data/test-cases/b3e2b3bbc1b96226.json new file mode 100644 index 00000000000..433b99879e1 --- /dev/null +++ b/7530/data/test-cases/b3e2b3bbc1b96226.json @@ -0,0 +1 @@ +{"uid":"b3e2b3bbc1b96226","name":"Push message with long payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with long payload","historyId":"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5e461d0b6afa1fce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e461d0b6afa1fce","status":"passed","time":{"start":1728379515540,"stop":1728379515541,"duration":1}},{"uid":"deb7faf9a4191e7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/deb7faf9a4191e7d","status":"passed","time":{"start":1728372171281,"stop":1728372171285,"duration":4}},{"uid":"8ea81b8736ef881a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ea81b8736ef881a","status":"passed","time":{"start":1728370522935,"stop":1728370522935,"duration":0}},{"uid":"d3b3ebf3c15b17bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3b3ebf3c15b17bd","status":"passed","time":{"start":1728369622028,"stop":1728369622028,"duration":0}}]},"tags":[]},"source":"b3e2b3bbc1b96226.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b3f94cc083bd61a5.json b/7530/data/test-cases/b3f94cc083bd61a5.json new file mode 100644 index 00000000000..085e548b767 --- /dev/null +++ b/7530/data/test-cases/b3f94cc083bd61a5.json @@ -0,0 +1 @@ +{"uid":"b3f94cc083bd61a5","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","historyId":"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521289,"stop":1728381521289,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3d9808130237d65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d9808130237d65","status":"passed","time":{"start":1728379329170,"stop":1728379329170,"duration":0}},{"uid":"5b44a829d1a0ce9e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b44a829d1a0ce9e","status":"passed","time":{"start":1728371983992,"stop":1728371983993,"duration":1}},{"uid":"f83fd33e11619ec8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f83fd33e11619ec8","status":"passed","time":{"start":1728370284345,"stop":1728370284345,"duration":0}},{"uid":"342027fa7e6ec2a9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/342027fa7e6ec2a9","status":"passed","time":{"start":1728369378878,"stop":1728369378878,"duration":0}}]},"tags":[]},"source":"b3f94cc083bd61a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b3fd4fa852805c53.json b/7530/data/test-cases/b3fd4fa852805c53.json new file mode 100644 index 00000000000..dce4da7ad43 --- /dev/null +++ b/7530/data/test-cases/b3fd4fa852805c53.json @@ -0,0 +1 @@ +{"uid":"b3fd4fa852805c53","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=1 -- returns one bootstrap peer ","historyId":"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521291,"stop":1728381521292,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"913ac8c62df64a5c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/913ac8c62df64a5c","status":"passed","time":{"start":1728379329172,"stop":1728379329172,"duration":0}},{"uid":"2b2fbcaf7cf3669c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b2fbcaf7cf3669c","status":"passed","time":{"start":1728371983994,"stop":1728371983995,"duration":1}},{"uid":"34af423aac00460e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/34af423aac00460e","status":"passed","time":{"start":1728370284348,"stop":1728370284348,"duration":0}},{"uid":"941cb4397f9b8265","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/941cb4397f9b8265","status":"passed","time":{"start":1728369378879,"stop":1728369378880,"duration":1}}]},"tags":[]},"source":"b3fd4fa852805c53.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b428acf950dc28a5.json b/7530/data/test-cases/b428acf950dc28a5.json new file mode 100644 index 00000000000..4f9eea2f075 --- /dev/null +++ b/7530/data/test-cases/b428acf950dc28a5.json @@ -0,0 +1 @@ +{"uid":"b428acf950dc28a5","name":"Query Generator - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - false","historyId":"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381756568,"stop":1728381756571,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2b47ca3e22ad9a2b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b47ca3e22ad9a2b","status":"passed","time":{"start":1728379560456,"stop":1728379560457,"duration":1}},{"uid":"76b90445aa4075c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76b90445aa4075c2","status":"passed","time":{"start":1728372207703,"stop":1728372207703,"duration":0}},{"uid":"4aecb743d3da4baa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4aecb743d3da4baa","status":"passed","time":{"start":1728370596498,"stop":1728370596498,"duration":0}},{"uid":"b9b802214be66259","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9b802214be66259","status":"passed","time":{"start":1728369687973,"stop":1728369687973,"duration":0}}]},"tags":[]},"source":"b428acf950dc28a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b4298492d9092687.json b/7530/data/test-cases/b4298492d9092687.json new file mode 100644 index 00000000000..6c327a8914a --- /dev/null +++ b/7530/data/test-cases/b4298492d9092687.json @@ -0,0 +1 @@ +{"uid":"b4298492d9092687","name":"should use the provided clusterId for the pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should use the provided clusterId for the pubsub topic","historyId":"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f219652e0518816d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f219652e0518816d","status":"passed","time":{"start":1728379159032,"stop":1728379159032,"duration":0}},{"uid":"eeb750817a26b1cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eeb750817a26b1cc","status":"passed","time":{"start":1728371802915,"stop":1728371802915,"duration":0}},{"uid":"40a27eb5a9a4921e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/40a27eb5a9a4921e","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"ec6849bccd56d602","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ec6849bccd56d602","status":"passed","time":{"start":1728369249003,"stop":1728369249004,"duration":1}}]},"tags":[]},"source":"b4298492d9092687.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b437defffa4f83d2.json b/7530/data/test-cases/b437defffa4f83d2.json new file mode 100644 index 00000000000..c8c97b20e24 --- /dev/null +++ b/7530/data/test-cases/b437defffa4f83d2.json @@ -0,0 +1 @@ +{"uid":"b437defffa4f83d2","name":"3 nodes on /waku/2/rs/7/0 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/7/0 topic","historyId":"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f288c4f83d64f36b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f288c4f83d64f36b","status":"passed","time":{"start":1728379484789,"stop":1728379484789,"duration":0}},{"uid":"84a68c2481d2406","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/84a68c2481d2406","status":"passed","time":{"start":1728372130489,"stop":1728372130489,"duration":0}},{"uid":"6650f1a510449064","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6650f1a510449064","status":"passed","time":{"start":1728370516483,"stop":1728370516484,"duration":1}},{"uid":"17cf89f37cad6a5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/17cf89f37cad6a5a","status":"passed","time":{"start":1728369620725,"stop":1728369620726,"duration":1}}]},"tags":[]},"source":"b437defffa4f83d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b4401730d9345b4b.json b/7530/data/test-cases/b4401730d9345b4b.json new file mode 100644 index 00000000000..16f0774cd6f --- /dev/null +++ b/7530/data/test-cases/b4401730d9345b4b.json @@ -0,0 +1 @@ +{"uid":"b4401730d9345b4b","name":"Ordered Callback sorting by timestamp while page direction is false","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is false","historyId":"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381759213,"stop":1728381759213,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, sorting"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3bfb208c59703873","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3bfb208c59703873","status":"passed","time":{"start":1728379560162,"stop":1728379560163,"duration":1}},{"uid":"97edc897b475774f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/97edc897b475774f","status":"passed","time":{"start":1728372216744,"stop":1728372216744,"duration":0}},{"uid":"e2ef87fcaa5c8e35","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e2ef87fcaa5c8e35","status":"passed","time":{"start":1728370607966,"stop":1728370607966,"duration":0}},{"uid":"d4117c0aa9c6e514","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4117c0aa9c6e514","status":"passed","time":{"start":1728369698571,"stop":1728369698571,"duration":0}}]},"tags":[]},"source":"b4401730d9345b4b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b4b00e271f868e78.json b/7530/data/test-cases/b4b00e271f868e78.json new file mode 100644 index 00000000000..6c43af7ea1d --- /dev/null +++ b/7530/data/test-cases/b4b00e271f868e78.json @@ -0,0 +1 @@ +{"uid":"b4b00e271f868e78","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing shell command and receive message","historyId":"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557270,"stop":1728381557270,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"56b1efd5968183d5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56b1efd5968183d5","status":"passed","time":{"start":1728379366495,"stop":1728379366495,"duration":0}},{"uid":"a5f2323ac8e9509a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5f2323ac8e9509a","status":"passed","time":{"start":1728371996024,"stop":1728371996027,"duration":3}},{"uid":"4782bdf8e78cd555","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4782bdf8e78cd555","status":"passed","time":{"start":1728370345140,"stop":1728370345141,"duration":1}},{"uid":"e50ccee51628c68b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e50ccee51628c68b","status":"passed","time":{"start":1728369447291,"stop":1728369447292,"duration":1}}]},"tags":[]},"source":"b4b00e271f868e78.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b4dabb891855c59e.json b/7530/data/test-cases/b4dabb891855c59e.json new file mode 100644 index 00000000000..ce94332b05a --- /dev/null +++ b/7530/data/test-cases/b4dabb891855c59e.json @@ -0,0 +1 @@ +{"uid":"b4dabb891855c59e","name":"Push message with shell command payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with shell command payload","historyId":"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"42cd98fac7e18823","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42cd98fac7e18823","status":"passed","time":{"start":1728379482924,"stop":1728379482924,"duration":0}},{"uid":"c9411108c8c2151e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c9411108c8c2151e","status":"passed","time":{"start":1728372134548,"stop":1728372134548,"duration":0}},{"uid":"9cf30b55a1c756d9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cf30b55a1c756d9","status":"passed","time":{"start":1728370487865,"stop":1728370487866,"duration":1}},{"uid":"71bcfbe82892dabf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/71bcfbe82892dabf","status":"passed","time":{"start":1728369590790,"stop":1728369590791,"duration":1}}]},"tags":[]},"source":"b4dabb891855c59e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b571aad02751b712.json b/7530/data/test-cases/b571aad02751b712.json new file mode 100644 index 00000000000..61838cbe4a2 --- /dev/null +++ b/7530/data/test-cases/b571aad02751b712.json @@ -0,0 +1 @@ +{"uid":"b571aad02751b712","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/$/1","historyId":"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6a3caa4abcec6380","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6a3caa4abcec6380","status":"passed","time":{"start":1728379159021,"stop":1728379159021,"duration":0}},{"uid":"9de29613402e1f60","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9de29613402e1f60","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"89dcfa770f8bfd45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89dcfa770f8bfd45","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"95c517f1e836721e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95c517f1e836721e","status":"passed","time":{"start":1728369248994,"stop":1728369248995,"duration":1}}]},"tags":[]},"source":"b571aad02751b712.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b5c22a9b7ade6e1a.json b/7530/data/test-cases/b5c22a9b7ade6e1a.json new file mode 100644 index 00000000000..edb27244e0f --- /dev/null +++ b/7530/data/test-cases/b5c22a9b7ade6e1a.json @@ -0,0 +1 @@ +{"uid":"b5c22a9b7ade6e1a","name":"Tracks peer failures correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Tracks peer failures correctly","historyId":"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381475925,"stop":1728381475925,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bb0bd2cba2904377","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bb0bd2cba2904377","status":"passed","time":{"start":1728379282318,"stop":1728379282318,"duration":0}},{"uid":"a18dbc2b0915d534","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a18dbc2b0915d534","status":"passed","time":{"start":1728371925987,"stop":1728371925987,"duration":0}},{"uid":"52e6bd45a8ea752a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52e6bd45a8ea752a","status":"passed","time":{"start":1728370273969,"stop":1728370273975,"duration":6}},{"uid":"33279ff79d63851a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/33279ff79d63851a","status":"passed","time":{"start":1728369370047,"stop":1728369370050,"duration":3}}]},"tags":[]},"source":"b5c22a9b7ade6e1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b6224540dd9de7e1.json b/7530/data/test-cases/b6224540dd9de7e1.json new file mode 100644 index 00000000000..e5b764e161d --- /dev/null +++ b/7530/data/test-cases/b6224540dd9de7e1.json @@ -0,0 +1 @@ +{"uid":"b6224540dd9de7e1","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (branch): should parse and verify a single component DNS branch entry","historyId":"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379242,"stop":1728381379243,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a5d3ee4902608d98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a5d3ee4902608d98","status":"passed","time":{"start":1728379182448,"stop":1728379182448,"duration":0}},{"uid":"dada8c712bebd47a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dada8c712bebd47a","status":"passed","time":{"start":1728371826624,"stop":1728371826624,"duration":0}},{"uid":"313d1af73376ccb0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/313d1af73376ccb0","status":"passed","time":{"start":1728370173936,"stop":1728370173937,"duration":1}},{"uid":"3a4cba2520f0c488","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3a4cba2520f0c488","status":"passed","time":{"start":1728369272871,"stop":1728369272872,"duration":1}}]},"tags":[]},"source":"b6224540dd9de7e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b6336c503da6e4b5.json b/7530/data/test-cases/b6336c503da6e4b5.json new file mode 100644 index 00000000000..f01cd240828 --- /dev/null +++ b/7530/data/test-cases/b6336c503da6e4b5.json @@ -0,0 +1 @@ +{"uid":"b6336c503da6e4b5","name":"should handle clusterId, application and version for autosharding with cluster iD 0","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 0","historyId":"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355972,"stop":1728381355973,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dcd772191c78b1e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dcd772191c78b1e","status":"passed","time":{"start":1728379159015,"stop":1728379159015,"duration":0}},{"uid":"88608f85e8573c02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/88608f85e8573c02","status":"passed","time":{"start":1728371802900,"stop":1728371802901,"duration":1}},{"uid":"1b7ca95c8449abed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1b7ca95c8449abed","status":"passed","time":{"start":1728370149934,"stop":1728370149934,"duration":0}},{"uid":"2f770f0d557f44b0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2f770f0d557f44b0","status":"passed","time":{"start":1728369248989,"stop":1728369248989,"duration":0}}]},"tags":[]},"source":"b6336c503da6e4b5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b699b92fee5b3c7c.json b/7530/data/test-cases/b699b92fee5b3c7c.json new file mode 100644 index 00000000000..f8bfd6d829c --- /dev/null +++ b/7530/data/test-cases/b699b92fee5b3c7c.json @@ -0,0 +1 @@ +{"uid":"b699b92fee5b3c7c","name":"Push message with meta","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with meta","historyId":"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711676,"stop":1728381711681,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8d1ed74f468aa9b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d1ed74f468aa9b8","status":"passed","time":{"start":1728379515560,"stop":1728379515560,"duration":0}},{"uid":"a127340b46f875f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a127340b46f875f","status":"passed","time":{"start":1728372171311,"stop":1728372171314,"duration":3}},{"uid":"5fa9addc0d39ffc1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5fa9addc0d39ffc1","status":"passed","time":{"start":1728370522974,"stop":1728370522977,"duration":3}},{"uid":"c70987245bf29db2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c70987245bf29db2","status":"passed","time":{"start":1728369622052,"stop":1728369622053,"duration":1}}]},"tags":[]},"source":"b699b92fee5b3c7c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b6ec1928c2902742.json b/7530/data/test-cases/b6ec1928c2902742.json new file mode 100644 index 00000000000..7b57fcf8517 --- /dev/null +++ b/7530/data/test-cases/b6ec1928c2902742.json @@ -0,0 +1 @@ +{"uid":"b6ec1928c2902742","name":"should not fail to start the service if it is already started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"33536edf807c5acd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/33536edf807c5acd","status":"passed","time":{"start":1728379524437,"stop":1728379524437,"duration":0}},{"uid":"a6e36b3bbe042e15","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6e36b3bbe042e15","status":"passed","time":{"start":1728372187035,"stop":1728372187035,"duration":0}},{"uid":"9f19016c6d3fc93f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f19016c6d3fc93f","status":"passed","time":{"start":1728370559626,"stop":1728370559628,"duration":2}},{"uid":"865eb3dde33d5029","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/865eb3dde33d5029","status":"passed","time":{"start":1728369646205,"stop":1728369646205,"duration":0}}]},"tags":[]},"source":"b6ec1928c2902742.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b7aa8de07c36106a.json b/7530/data/test-cases/b7aa8de07c36106a.json new file mode 100644 index 00000000000..9e9c4869d55 --- /dev/null +++ b/7530/data/test-cases/b7aa8de07c36106a.json @@ -0,0 +1 @@ +{"uid":"b7aa8de07c36106a","name":"Push message with escaped characters payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with escaped characters payload","historyId":"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711646,"stop":1728381711647,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"87de9bb48ff8ca07","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/87de9bb48ff8ca07","status":"passed","time":{"start":1728379515550,"stop":1728379515550,"duration":0}},{"uid":"53f3eb672d640a8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/53f3eb672d640a8c","status":"passed","time":{"start":1728372171293,"stop":1728372171293,"duration":0}},{"uid":"f0126fa5df23840d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f0126fa5df23840d","status":"passed","time":{"start":1728370522957,"stop":1728370522958,"duration":1}},{"uid":"a7e276bb15c70c0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a7e276bb15c70c0b","status":"passed","time":{"start":1728369622033,"stop":1728369622034,"duration":1}}]},"tags":[]},"source":"b7aa8de07c36106a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b7b03224f96d6548.json b/7530/data/test-cases/b7b03224f96d6548.json new file mode 100644 index 00000000000..2d374a41e99 --- /dev/null +++ b/7530/data/test-cases/b7b03224f96d6548.json @@ -0,0 +1 @@ +{"uid":"b7b03224f96d6548","name":"should not receive a peer event after stop","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383545,"stop":1728381383546,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"397b669df8f83964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/397b669df8f83964","status":"passed","time":{"start":1728379186757,"stop":1728379186757,"duration":0}},{"uid":"4463d40e86ade92a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4463d40e86ade92a","status":"passed","time":{"start":1728371830873,"stop":1728371830874,"duration":1}},{"uid":"f6102120dd3bbee6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f6102120dd3bbee6","status":"passed","time":{"start":1728370178240,"stop":1728370178240,"duration":0}},{"uid":"5afc80b86e50753b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5afc80b86e50753b","status":"passed","time":{"start":1728369277110,"stop":1728369277110,"duration":0}}]},"tags":[]},"source":"b7b03224f96d6548.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b7d10d90835de088.json b/7530/data/test-cases/b7d10d90835de088.json new file mode 100644 index 00000000000..0bd8a51320f --- /dev/null +++ b/7530/data/test-cases/b7d10d90835de088.json @@ -0,0 +1 @@ +{"uid":"b7d10d90835de088","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=1 -- returns one bootstrap peer ","historyId":"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521314,"stop":1728381521315,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2d38ca6a26d5b9b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d38ca6a26d5b9b","status":"passed","time":{"start":1728379329179,"stop":1728379329180,"duration":1}},{"uid":"d80349a61d97c676","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d80349a61d97c676","status":"passed","time":{"start":1728371984004,"stop":1728371984005,"duration":1}},{"uid":"2a702cc12f9a79f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2a702cc12f9a79f","status":"passed","time":{"start":1728370284359,"stop":1728370284359,"duration":0}},{"uid":"638f477fb5d94dc2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/638f477fb5d94dc2","status":"passed","time":{"start":1728369378900,"stop":1728369378900,"duration":0}}]},"tags":[]},"source":"b7d10d90835de088.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b8ce677b8ac70aef.json b/7530/data/test-cases/b8ce677b8ac70aef.json new file mode 100644 index 00000000000..2f9bbdd9f13 --- /dev/null +++ b/7530/data/test-cases/b8ce677b8ac70aef.json @@ -0,0 +1 @@ +{"uid":"b8ce677b8ac70aef","name":"Check received message containing numeric","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing numeric","historyId":"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526505,"stop":1728381526509,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a32a25f24b536622","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a32a25f24b536622","status":"passed","time":{"start":1728379329395,"stop":1728379329395,"duration":0}},{"uid":"c21ff8a96597479b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c21ff8a96597479b","status":"passed","time":{"start":1728371973983,"stop":1728371973983,"duration":0}},{"uid":"79a569e70a6da7d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/79a569e70a6da7d2","status":"passed","time":{"start":1728370320861,"stop":1728370320862,"duration":1}},{"uid":"b1481698f2442548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1481698f2442548","status":"passed","time":{"start":1728369420220,"stop":1728369420221,"duration":1}}]},"tags":[]},"source":"b8ce677b8ac70aef.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b9619f30dc94574f.json b/7530/data/test-cases/b9619f30dc94574f.json new file mode 100644 index 00000000000..e8d69e299df --- /dev/null +++ b/7530/data/test-cases/b9619f30dc94574f.json @@ -0,0 +1 @@ +{"uid":"b9619f30dc94574f","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Russian and receive message","historyId":"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557253,"stop":1728381557262,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dad72184683b066a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dad72184683b066a","status":"passed","time":{"start":1728379366478,"stop":1728379366479,"duration":1}},{"uid":"99a469f777ac0f7a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/99a469f777ac0f7a","status":"passed","time":{"start":1728371996021,"stop":1728371996021,"duration":0}},{"uid":"4f61153fe967815","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4f61153fe967815","status":"passed","time":{"start":1728370345133,"stop":1728370345134,"duration":1}},{"uid":"b23b9d15807cf2b9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b23b9d15807cf2b9","status":"passed","time":{"start":1728369447289,"stop":1728369447289,"duration":0}}]},"tags":[]},"source":"b9619f30dc94574f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b9c17bc28aac0ef4.json b/7530/data/test-cases/b9c17bc28aac0ef4.json new file mode 100644 index 00000000000..0dcc5b1c4a9 --- /dev/null +++ b/7530/data/test-cases/b9c17bc28aac0ef4.json @@ -0,0 +1 @@ +{"uid":"b9c17bc28aac0ef4","name":"can start and stop the service","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > can start and stop the service","historyId":"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2d337f97f8d2a557","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d337f97f8d2a557","status":"passed","time":{"start":1728379224166,"stop":1728379224166,"duration":0}},{"uid":"ed6f175f617d54ed","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed6f175f617d54ed","status":"passed","time":{"start":1728371870688,"stop":1728371870688,"duration":0}},{"uid":"372854cdca5ede29","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/372854cdca5ede29","status":"passed","time":{"start":1728370215348,"stop":1728370215348,"duration":0}},{"uid":"8d8f69f9f8fb1f76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8d8f69f9f8fb1f76","status":"passed","time":{"start":1728369314830,"stop":1728369314830,"duration":0}}]},"tags":[]},"source":"b9c17bc28aac0ef4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/b9f37265b4108a93.json b/7530/data/test-cases/b9f37265b4108a93.json new file mode 100644 index 00000000000..8ce4c27736b --- /dev/null +++ b/7530/data/test-cases/b9f37265b4108a93.json @@ -0,0 +1 @@ +{"uid":"b9f37265b4108a93","name":"can start the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381716488,"stop":1728381716490,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"629a4248735a9710","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/629a4248735a9710","status":"passed","time":{"start":1728379524435,"stop":1728379524436,"duration":1}},{"uid":"d6bd0560202c8dd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d6bd0560202c8dd5","status":"passed","time":{"start":1728372187033,"stop":1728372187033,"duration":0}},{"uid":"ed6fd28e0bf63b5a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed6fd28e0bf63b5a","status":"passed","time":{"start":1728370559624,"stop":1728370559624,"duration":0}},{"uid":"bb2f2ffcf41293c4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bb2f2ffcf41293c4","status":"passed","time":{"start":1728369646198,"stop":1728369646202,"duration":4}}]},"tags":[]},"source":"b9f37265b4108a93.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bada174489ba74c9.json b/7530/data/test-cases/bada174489ba74c9.json new file mode 100644 index 00000000000..b2fb53349b0 --- /dev/null +++ b/7530/data/test-cases/bada174489ba74c9.json @@ -0,0 +1 @@ +{"uid":"bada174489ba74c9","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message on other pubsub topic is not received","historyId":"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6a02ef0bf887901d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6a02ef0bf887901d","status":"passed","time":{"start":1728379329402,"stop":1728379329403,"duration":1}},{"uid":"74a4bc5c226ed093","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74a4bc5c226ed093","status":"passed","time":{"start":1728371974002,"stop":1728371974002,"duration":0}},{"uid":"d7f2d1a4bde46396","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d7f2d1a4bde46396","status":"passed","time":{"start":1728370320869,"stop":1728370320869,"duration":0}},{"uid":"41521d332577d63b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41521d332577d63b","status":"passed","time":{"start":1728369420263,"stop":1728369420263,"duration":0}}]},"tags":[]},"source":"bada174489ba74c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bb985f2d3c000ea0.json b/7530/data/test-cases/bb985f2d3c000ea0.json new file mode 100644 index 00000000000..7b2c25243c6 --- /dev/null +++ b/7530/data/test-cases/bb985f2d3c000ea0.json @@ -0,0 +1 @@ +{"uid":"bb985f2d3c000ea0","name":"Fails to push message with large meta","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Fails to push message with large meta","historyId":"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711681,"stop":1728381711681,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c7ac8417516a219e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c7ac8417516a219e","status":"passed","time":{"start":1728379515560,"stop":1728379515561,"duration":1}},{"uid":"167d4eeb604cfd87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/167d4eeb604cfd87","status":"passed","time":{"start":1728372171314,"stop":1728372171314,"duration":0}},{"uid":"8b8ea4d023228f30","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b8ea4d023228f30","status":"passed","time":{"start":1728370522978,"stop":1728370522978,"duration":0}},{"uid":"4644958929c4d0c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4644958929c4d0c","status":"passed","time":{"start":1728369622054,"stop":1728369622054,"duration":0}}]},"tags":[]},"source":"bb985f2d3c000ea0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bbf05108c64519e.json b/7530/data/test-cases/bbf05108c64519e.json new file mode 100644 index 00000000000..4244354e819 --- /dev/null +++ b/7530/data/test-cases/bbf05108c64519e.json @@ -0,0 +1 @@ +{"uid":"bbf05108c64519e","name":"Push message with content topic containing Chinese","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Chinese","historyId":"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711660,"stop":1728381711660,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3ea48376f9a4acc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ea48376f9a4acc","status":"passed","time":{"start":1728379515554,"stop":1728379515554,"duration":0}},{"uid":"37e9296f08526357","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37e9296f08526357","status":"passed","time":{"start":1728372171298,"stop":1728372171298,"duration":0}},{"uid":"fd983e9a1f3cedd8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd983e9a1f3cedd8","status":"passed","time":{"start":1728370522966,"stop":1728370522966,"duration":0}},{"uid":"1ff126ea4def5e9e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ff126ea4def5e9e","status":"passed","time":{"start":1728369622045,"stop":1728369622046,"duration":1}}]},"tags":[]},"source":"bbf05108c64519e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bbff387f58676d61.json b/7530/data/test-cases/bbff387f58676d61.json new file mode 100644 index 00000000000..9fcd7105f95 --- /dev/null +++ b/7530/data/test-cases/bbff387f58676d61.json @@ -0,0 +1 @@ +{"uid":"bbff387f58676d61","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381676005,"stop":1728381676005,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34c6c929bf410fbb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c6c929bf410fbb","status":"passed","time":{"start":1728379477370,"stop":1728379477371,"duration":1}},{"uid":"428d00047327238b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/428d00047327238b","status":"passed","time":{"start":1728372125151,"stop":1728372125152,"duration":1}},{"uid":"f61460a63915bd60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f61460a63915bd60","status":"passed","time":{"start":1728370506880,"stop":1728370506881,"duration":1}},{"uid":"6943a5e132df1fb1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6943a5e132df1fb1","status":"passed","time":{"start":1728369613006,"stop":1728369613006,"duration":0}}]},"tags":[]},"source":"bbff387f58676d61.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bc5b52a166eab5ad.json b/7530/data/test-cases/bc5b52a166eab5ad.json new file mode 100644 index 00000000000..1ae7f1cb166 --- /dev/null +++ b/7530/data/test-cases/bc5b52a166eab5ad.json @@ -0,0 +1 @@ +{"uid":"bc5b52a166eab5ad","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","historyId":"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521297,"stop":1728381521299,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9ce79b22e1745491","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9ce79b22e1745491","status":"passed","time":{"start":1728379329175,"stop":1728379329176,"duration":1}},{"uid":"65561adbf699da71","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65561adbf699da71","status":"passed","time":{"start":1728371984001,"stop":1728371984002,"duration":1}},{"uid":"5837061d1737751a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5837061d1737751a","status":"passed","time":{"start":1728370284354,"stop":1728370284354,"duration":0}},{"uid":"ac45932d6ea3a530","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac45932d6ea3a530","status":"passed","time":{"start":1728369378894,"stop":1728369378894,"duration":0}}]},"tags":[]},"source":"bc5b52a166eab5ad.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bc977e7641628de0.json b/7530/data/test-cases/bc977e7641628de0.json new file mode 100644 index 00000000000..fc96f3e1d9c --- /dev/null +++ b/7530/data/test-cases/bc977e7641628de0.json @@ -0,0 +1 @@ +{"uid":"bc977e7641628de0","name":"Push message with custom timestamp: 1697623146003","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1697623146003","historyId":"8c8323517a4ce1be6aeb3564a9a86968:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"bc977e7641628de0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bcb0706e0332cbac.json b/7530/data/test-cases/bcb0706e0332cbac.json new file mode 100644 index 00000000000..b85fb185eaf --- /dev/null +++ b/7530/data/test-cases/bcb0706e0332cbac.json @@ -0,0 +1 @@ +{"uid":"bcb0706e0332cbac","name":"should emit a peer event after start","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423073,"stop":1728381423074,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"76c9b4228e7e9e02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76c9b4228e7e9e02","status":"passed","time":{"start":1728379224167,"stop":1728379224168,"duration":1}},{"uid":"bdaaffb9ca6a6ff1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bdaaffb9ca6a6ff1","status":"passed","time":{"start":1728371870689,"stop":1728371870690,"duration":1}},{"uid":"854b6050830ebcfc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/854b6050830ebcfc","status":"passed","time":{"start":1728370215349,"stop":1728370215350,"duration":1}},{"uid":"9d6fcb06039300bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d6fcb06039300bf","status":"passed","time":{"start":1728369314831,"stop":1728369314831,"duration":0}}]},"tags":[]},"source":"bcb0706e0332cbac.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bce3c8efb1ca13a0.json b/7530/data/test-cases/bce3c8efb1ca13a0.json new file mode 100644 index 00000000000..26435f3cd2e --- /dev/null +++ b/7530/data/test-cases/bce3c8efb1ca13a0.json @@ -0,0 +1 @@ +{"uid":"bce3c8efb1ca13a0","name":"Passing cursor with wrong pubsubTopic","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing cursor with wrong pubsubTopic","historyId":"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f914f9b12b6b9065","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f914f9b12b6b9065","status":"passed","time":{"start":1728379543301,"stop":1728379543301,"duration":0}},{"uid":"58b28d79985048f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/58b28d79985048f0","status":"passed","time":{"start":1728372192290,"stop":1728372192290,"duration":0}},{"uid":"30fedd32a16d47c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30fedd32a16d47c1","status":"passed","time":{"start":1728370579157,"stop":1728370579158,"duration":1}},{"uid":"a8abb5068246ca92","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8abb5068246ca92","status":"passed","time":{"start":1728369664331,"stop":1728369664331,"duration":0}}]},"tags":[]},"source":"bce3c8efb1ca13a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bd009a63773a1716.json b/7530/data/test-cases/bd009a63773a1716.json new file mode 100644 index 00000000000..c509964365a --- /dev/null +++ b/7530/data/test-cases/bd009a63773a1716.json @@ -0,0 +1 @@ +{"uid":"bd009a63773a1716","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Maintains correct number of peers after multiple subscribe/unsubscribe cycles","historyId":"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381475925,"stop":1728381475926,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ea869e2b03bae2a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ea869e2b03bae2a","status":"passed","time":{"start":1728379282318,"stop":1728379282318,"duration":0}},{"uid":"f79612ac3a18abc2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f79612ac3a18abc2","status":"passed","time":{"start":1728371925988,"stop":1728371925988,"duration":0}},{"uid":"b131332692b1435c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b131332692b1435c","status":"passed","time":{"start":1728370273975,"stop":1728370273981,"duration":6}},{"uid":"e5eeff34536ab39c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e5eeff34536ab39c","status":"passed","time":{"start":1728369370050,"stop":1728369370051,"duration":1}}]},"tags":[]},"source":"bd009a63773a1716.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bdde42fa41b3a66c.json b/7530/data/test-cases/bdde42fa41b3a66c.json new file mode 100644 index 00000000000..a9b4d589dcb --- /dev/null +++ b/7530/data/test-cases/bdde42fa41b3a66c.json @@ -0,0 +1 @@ +{"uid":"bdde42fa41b3a66c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (named sharding), custom pubsub topic > Generator, 2 nwaku nodes each with different pubsubtopics","historyId":"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763777,"stop":1728381763778,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (named sharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"da5d21d43ae0aa95","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/da5d21d43ae0aa95","status":"passed","time":{"start":1728379572279,"stop":1728379572280,"duration":1}},{"uid":"52f76033beb6bfa9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52f76033beb6bfa9","status":"passed","time":{"start":1728372221524,"stop":1728372221524,"duration":0}},{"uid":"320b2575f97e2951","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/320b2575f97e2951","status":"passed","time":{"start":1728370607712,"stop":1728370607712,"duration":0}},{"uid":"5805f11d5945e4da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5805f11d5945e4da","status":"passed","time":{"start":1728369690181,"stop":1728369690182,"duration":1}}]},"tags":[]},"source":"bdde42fa41b3a66c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bedf860ac2390c63.json b/7530/data/test-cases/bedf860ac2390c63.json new file mode 100644 index 00000000000..06abfc17b67 --- /dev/null +++ b/7530/data/test-cases/bedf860ac2390c63.json @@ -0,0 +1 @@ +{"uid":"bedf860ac2390c63","name":"Check received message containing special chars","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing special chars","historyId":"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658378,"stop":1728381658378,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"74ec17af25af2655","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74ec17af25af2655","status":"passed","time":{"start":1728379460281,"stop":1728379460281,"duration":0}},{"uid":"eb18c423e68822b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eb18c423e68822b5","status":"passed","time":{"start":1728372105671,"stop":1728372105672,"duration":1}},{"uid":"a4ccdb455dbc4a4b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a4ccdb455dbc4a4b","status":"passed","time":{"start":1728370464140,"stop":1728370464144,"duration":4}},{"uid":"3b59b14493ccd46a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b59b14493ccd46a","status":"passed","time":{"start":1728369544867,"stop":1728369544868,"duration":1}}]},"tags":[]},"source":"bedf860ac2390c63.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bf0521916f599222.json b/7530/data/test-cases/bf0521916f599222.json new file mode 100644 index 00000000000..b799efd5485 --- /dev/null +++ b/7530/data/test-cases/bf0521916f599222.json @@ -0,0 +1 @@ +{"uid":"bf0521916f599222","name":"should encode/decode to text encoding","fullName":"/src/enr.spec.ts: ENR > Static tests > should encode/decode to text encoding","historyId":"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Static tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a4d85aba61b94cff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a4d85aba61b94cff","status":"passed","time":{"start":1728379167599,"stop":1728379167599,"duration":0}},{"uid":"cb74c5c80f3bcd16","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cb74c5c80f3bcd16","status":"passed","time":{"start":1728371811380,"stop":1728371811380,"duration":0}},{"uid":"ebe2f17078f0dbc0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebe2f17078f0dbc0","status":"passed","time":{"start":1728370158841,"stop":1728370158841,"duration":0}},{"uid":"eac20e605c80af3e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eac20e605c80af3e","status":"passed","time":{"start":1728369257780,"stop":1728369257780,"duration":0}}]},"tags":[]},"source":"bf0521916f599222.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bf0649a461407199.json b/7530/data/test-cases/bf0649a461407199.json new file mode 100644 index 00000000000..9306cd50117 --- /dev/null +++ b/7530/data/test-cases/bf0649a461407199.json @@ -0,0 +1 @@ +{"uid":"bf0649a461407199","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381389460,"stop":1728381389461,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Symmetric Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2b2a9e953a9973ad","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b2a9e953a9973ad","status":"passed","time":{"start":1728379192715,"stop":1728379192715,"duration":0}},{"uid":"f8fbc898485648d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8fbc898485648d3","status":"passed","time":{"start":1728371836843,"stop":1728371836843,"duration":0}},{"uid":"9cfb87a2bc944526","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cfb87a2bc944526","status":"passed","time":{"start":1728370184426,"stop":1728370184426,"duration":0}},{"uid":"c434a97e88b9ac76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c434a97e88b9ac76","status":"passed","time":{"start":1728369283258,"stop":1728369283259,"duration":1}}]},"tags":[]},"source":"bf0649a461407199.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/bfcbc1c85d8a1f3d.json b/7530/data/test-cases/bfcbc1c85d8a1f3d.json new file mode 100644 index 00000000000..3666eddc08f --- /dev/null +++ b/7530/data/test-cases/bfcbc1c85d8a1f3d.json @@ -0,0 +1 @@ +{"uid":"bfcbc1c85d8a1f3d","name":"Subscribe and receive 2 messages on the same topic","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive 2 messages on the same topic","historyId":"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557210,"stop":1728381557210,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3e87b5f68d2b7dfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3e87b5f68d2b7dfe","status":"passed","time":{"start":1728379366440,"stop":1728379366442,"duration":2}},{"uid":"d32bd3223517e111","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d32bd3223517e111","status":"passed","time":{"start":1728371995989,"stop":1728371995993,"duration":4}},{"uid":"696651bd8befc21a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/696651bd8befc21a","status":"passed","time":{"start":1728370345099,"stop":1728370345099,"duration":0}},{"uid":"7d23cc43a5eaa2cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d23cc43a5eaa2cc","status":"passed","time":{"start":1728369447283,"stop":1728369447283,"duration":0}}]},"tags":[]},"source":"bfcbc1c85d8a1f3d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c05378588d004bf5.json b/7530/data/test-cases/c05378588d004bf5.json new file mode 100644 index 00000000000..5c7a9883e06 --- /dev/null +++ b/7530/data/test-cases/c05378588d004bf5.json @@ -0,0 +1 @@ +{"uid":"c05378588d004bf5","name":"should not receive a peer event before start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381716496,"stop":1728381716497,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"78332ef7fc026dc8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78332ef7fc026dc8","status":"passed","time":{"start":1728379524443,"stop":1728379524443,"duration":0}},{"uid":"a43b3f3c79963a4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a43b3f3c79963a4d","status":"passed","time":{"start":1728372187036,"stop":1728372187036,"duration":0}},{"uid":"d8940fe47abc1b77","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d8940fe47abc1b77","status":"passed","time":{"start":1728370559629,"stop":1728370559629,"duration":0}},{"uid":"a2015e29ffd85024","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a2015e29ffd85024","status":"passed","time":{"start":1728369646206,"stop":1728369646207,"duration":1}}]},"tags":[]},"source":"c05378588d004bf5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c05756bcc1b0b84f.json b/7530/data/test-cases/c05756bcc1b0b84f.json new file mode 100644 index 00000000000..1a956c216a5 --- /dev/null +++ b/7530/data/test-cases/c05756bcc1b0b84f.json @@ -0,0 +1 @@ +{"uid":"c05756bcc1b0b84f","name":"udp ip6 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > udp ip6 address","historyId":"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363825,"stop":1728381363826,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Multiaddr from fields"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2e7e2d166ab1e85a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2e7e2d166ab1e85a","status":"passed","time":{"start":1728379167014,"stop":1728379167015,"duration":1}},{"uid":"5e72b548cda33a72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e72b548cda33a72","status":"passed","time":{"start":1728371810675,"stop":1728371810676,"duration":1}},{"uid":"85b18d4a13e8e5a7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/85b18d4a13e8e5a7","status":"passed","time":{"start":1728370158079,"stop":1728370158079,"duration":0}},{"uid":"9978f253f7b9740a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9978f253f7b9740a","status":"passed","time":{"start":1728369257226,"stop":1728369257226,"duration":0}}]},"tags":[]},"source":"c05756bcc1b0b84f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c05e77907f248e62.json b/7530/data/test-cases/c05e77907f248e62.json new file mode 100644 index 00000000000..c92f6639f93 --- /dev/null +++ b/7530/data/test-cases/c05e77907f248e62.json @@ -0,0 +1 @@ +{"uid":"c05e77907f248e62","name":"Fails to publish message with size larger than 1 MB","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with size larger than 1 MB","historyId":"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689165,"stop":1728381689165,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"c05e77907f248e62.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c07ce7651b245e28.json b/7530/data/test-cases/c07ce7651b245e28.json new file mode 100644 index 00000000000..6a8eecbe173 --- /dev/null +++ b/7530/data/test-cases/c07ce7651b245e28.json @@ -0,0 +1 @@ +{"uid":"c07ce7651b245e28","name":"Passing a valid cursor at 10 index when there are 40 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 10 index when there are 40 messages","historyId":"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b75388cf37f0d825","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b75388cf37f0d825","status":"passed","time":{"start":1728379543298,"stop":1728379543298,"duration":0}},{"uid":"3e81895a4dc051ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3e81895a4dc051ff","status":"passed","time":{"start":1728372192284,"stop":1728372192285,"duration":1}},{"uid":"87556253a58815e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87556253a58815e1","status":"passed","time":{"start":1728370579152,"stop":1728370579153,"duration":1}},{"uid":"c3a4f67113d65df4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3a4f67113d65df4","status":"passed","time":{"start":1728369664327,"stop":1728369664329,"duration":2}}]},"tags":[]},"source":"c07ce7651b245e28.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c083dd4b8e6b9db2.json b/7530/data/test-cases/c083dd4b8e6b9db2.json new file mode 100644 index 00000000000..bf80a4d2978 --- /dev/null +++ b/7530/data/test-cases/c083dd4b8e6b9db2.json @@ -0,0 +1 @@ +{"uid":"c083dd4b8e6b9db2","name":"Check received message containing special chars","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing special chars","historyId":"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526509,"stop":1728381526509,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f67fbecb5845ce72","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f67fbecb5845ce72","status":"passed","time":{"start":1728379329395,"stop":1728379329396,"duration":1}},{"uid":"d03da61875bcbf8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d03da61875bcbf8e","status":"passed","time":{"start":1728371973984,"stop":1728371973984,"duration":0}},{"uid":"ec79eb104ac44d08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec79eb104ac44d08","status":"passed","time":{"start":1728370320862,"stop":1728370320862,"duration":0}},{"uid":"3f763ab46af8f438","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f763ab46af8f438","status":"passed","time":{"start":1728369420221,"stop":1728369420225,"duration":4}}]},"tags":[]},"source":"c083dd4b8e6b9db2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c099dfb664d5d719.json b/7530/data/test-cases/c099dfb664d5d719.json new file mode 100644 index 00000000000..6c7b241b0e7 --- /dev/null +++ b/7530/data/test-cases/c099dfb664d5d719.json @@ -0,0 +1 @@ +{"uid":"c099dfb664d5d719","name":"Check message with non string payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with non string payload is not received","historyId":"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658389,"stop":1728381658390,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a05aa07ff28acb8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a05aa07ff28acb8","status":"passed","time":{"start":1728379460299,"stop":1728379460301,"duration":2}},{"uid":"841465f3a9af64ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/841465f3a9af64ca","status":"passed","time":{"start":1728372105681,"stop":1728372105681,"duration":0}},{"uid":"254d580be620b570","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/254d580be620b570","status":"passed","time":{"start":1728370464165,"stop":1728370464167,"duration":2}},{"uid":"fc35f952e1edb2ad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc35f952e1edb2ad","status":"passed","time":{"start":1728369544877,"stop":1728369544878,"duration":1}}]},"tags":[]},"source":"c099dfb664d5d719.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c128d829e7f9928a.json b/7530/data/test-cases/c128d829e7f9928a.json new file mode 100644 index 00000000000..a6cb70c8fde --- /dev/null +++ b/7530/data/test-cases/c128d829e7f9928a.json @@ -0,0 +1 @@ +{"uid":"c128d829e7f9928a","name":"Check received message containing Arabic","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Arabic","historyId":"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d47f028717eba21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d47f028717eba21d","status":"passed","time":{"start":1728379460260,"stop":1728379460260,"duration":0}},{"uid":"bf76eadd63c47425","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bf76eadd63c47425","status":"passed","time":{"start":1728372105660,"stop":1728372105660,"duration":0}},{"uid":"4241e0e6cf8030cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4241e0e6cf8030cb","status":"passed","time":{"start":1728370464118,"stop":1728370464118,"duration":0}},{"uid":"1afc5535f5483af1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1afc5535f5483af1","status":"passed","time":{"start":1728369544854,"stop":1728369544855,"duration":1}}]},"tags":[]},"source":"c128d829e7f9928a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c17311d692f90cf.json b/7530/data/test-cases/c17311d692f90cf.json new file mode 100644 index 00000000000..fd166420fe7 --- /dev/null +++ b/7530/data/test-cases/c17311d692f90cf.json @@ -0,0 +1 @@ +{"uid":"c17311d692f90cf","name":"Subscribe and receive messages via waku relay post","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages via waku relay post","historyId":"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749043,"stop":1728381749043,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"42feeedadc3bd34a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42feeedadc3bd34a","status":"passed","time":{"start":1728379549687,"stop":1728379549687,"duration":0}},{"uid":"851755663bf633e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/851755663bf633e6","status":"passed","time":{"start":1728372195427,"stop":1728372195427,"duration":0}},{"uid":"47824dfae89c64a8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47824dfae89c64a8","status":"passed","time":{"start":1728370555252,"stop":1728370555252,"duration":0}},{"uid":"5ed999da6e970d94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ed999da6e970d94","status":"passed","time":{"start":1728369639845,"stop":1728369639845,"duration":0}}]},"tags":[]},"source":"c17311d692f90cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c1dd70ab11c02076.json b/7530/data/test-cases/c1dd70ab11c02076.json new file mode 100644 index 00000000000..8d8a4ab01b0 --- /dev/null +++ b/7530/data/test-cases/c1dd70ab11c02076.json @@ -0,0 +1 @@ +{"uid":"c1dd70ab11c02076","name":"Check received message containing emoji","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing emoji","historyId":"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d325a0eb373c01aa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d325a0eb373c01aa","status":"passed","time":{"start":1728379460269,"stop":1728379460269,"duration":0}},{"uid":"279de19595b18c0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/279de19595b18c0c","status":"passed","time":{"start":1728372105665,"stop":1728372105665,"duration":0}},{"uid":"30f399c44226e5e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30f399c44226e5e1","status":"passed","time":{"start":1728370464129,"stop":1728370464129,"duration":0}},{"uid":"f994b1f1f55cb1de","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f994b1f1f55cb1de","status":"passed","time":{"start":1728369544861,"stop":1728369544861,"duration":0}}]},"tags":[]},"source":"c1dd70ab11c02076.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c260a3d1c6e32441.json b/7530/data/test-cases/c260a3d1c6e32441.json new file mode 100644 index 00000000000..2ff88b3a4aa --- /dev/null +++ b/7530/data/test-cases/c260a3d1c6e32441.json @@ -0,0 +1 @@ +{"uid":"c260a3d1c6e32441","name":"Check received message containing short","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing short","historyId":"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2cecb8bf07ae6f9a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2cecb8bf07ae6f9a","status":"passed","time":{"start":1728379460280,"stop":1728379460280,"duration":0}},{"uid":"f44ffd2ed7282e90","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f44ffd2ed7282e90","status":"passed","time":{"start":1728372105670,"stop":1728372105670,"duration":0}},{"uid":"27b64622672f277c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/27b64622672f277c","status":"passed","time":{"start":1728370464138,"stop":1728370464139,"duration":1}},{"uid":"b8b90e2706571aa2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b8b90e2706571aa2","status":"passed","time":{"start":1728369544866,"stop":1728369544866,"duration":0}}]},"tags":[]},"source":"c260a3d1c6e32441.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c286995d024de038.json b/7530/data/test-cases/c286995d024de038.json new file mode 100644 index 00000000000..4415a04fa64 --- /dev/null +++ b/7530/data/test-cases/c286995d024de038.json @@ -0,0 +1 @@ +{"uid":"c286995d024de038","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","historyId":"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521308,"stop":1728381521312,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9be67056bd20361","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9be67056bd20361","status":"passed","time":{"start":1728379329178,"stop":1728379329179,"duration":1}},{"uid":"4a4fbd4792ff5a9d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a4fbd4792ff5a9d","status":"passed","time":{"start":1728371984003,"stop":1728371984004,"duration":1}},{"uid":"16f0cba71f15c6cf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/16f0cba71f15c6cf","status":"passed","time":{"start":1728370284357,"stop":1728370284358,"duration":1}},{"uid":"3eb9636afd06f9aa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3eb9636afd06f9aa","status":"passed","time":{"start":1728369378899,"stop":1728369378899,"duration":0}}]},"tags":[]},"source":"c286995d024de038.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c29fce9bd12d0fe3.json b/7530/data/test-cases/c29fce9bd12d0fe3.json new file mode 100644 index 00000000000..cecf94825a6 --- /dev/null +++ b/7530/data/test-cases/c29fce9bd12d0fe3.json @@ -0,0 +1 @@ +{"uid":"c29fce9bd12d0fe3","name":"Decoder throws on undefined content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Decoder throws on undefined content topic","historyId":"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b0c144dbff384dd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b0c144dbff384dd","status":"passed","time":{"start":1728379175036,"stop":1728379175036,"duration":0}},{"uid":"7869b59b4ef62745","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7869b59b4ef62745","status":"passed","time":{"start":1728371819029,"stop":1728371819029,"duration":0}},{"uid":"4fc9bdee9963c1c9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4fc9bdee9963c1c9","status":"passed","time":{"start":1728370166485,"stop":1728370166486,"duration":1}},{"uid":"995a110d50c291b7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/995a110d50c291b7","status":"passed","time":{"start":1728369265268,"stop":1728369265268,"duration":0}}]},"tags":[]},"source":"c29fce9bd12d0fe3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c2ff21132e225997.json b/7530/data/test-cases/c2ff21132e225997.json new file mode 100644 index 00000000000..068212b54b1 --- /dev/null +++ b/7530/data/test-cases/c2ff21132e225997.json @@ -0,0 +1 @@ +{"uid":"c2ff21132e225997","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","fullName":"/src/lib/filterPeers.spec.ts: filterPeersByDiscovery function > should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","historyId":"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371415,"stop":1728381371416,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib"},{"name":"parentSuite","value":"filterPeersByDiscovery function"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"451333c5a86a58ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/451333c5a86a58ff","status":"passed","time":{"start":1728379174375,"stop":1728379174376,"duration":1}},{"uid":"e84bbd751216c5d9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e84bbd751216c5d9","status":"passed","time":{"start":1728371818654,"stop":1728371818654,"duration":0}},{"uid":"ab401531e86352c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab401531e86352c3","status":"passed","time":{"start":1728370166258,"stop":1728370166258,"duration":0}},{"uid":"1bfa0e6268cbd535","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bfa0e6268cbd535","status":"passed","time":{"start":1728369265012,"stop":1728369265013,"duration":1}}]},"tags":[]},"source":"c2ff21132e225997.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c322f6810f5ce095.json b/7530/data/test-cases/c322f6810f5ce095.json new file mode 100644 index 00000000000..4a9ed8f80c0 --- /dev/null +++ b/7530/data/test-cases/c322f6810f5ce095.json @@ -0,0 +1 @@ +{"uid":"c322f6810f5ce095","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","historyId":"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355974,"stop":1728381355975,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6f5149953a806457","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f5149953a806457","status":"passed","time":{"start":1728379159018,"stop":1728379159018,"duration":0}},{"uid":"dc37de5ae31a5bb7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc37de5ae31a5bb7","status":"passed","time":{"start":1728371802903,"stop":1728371802903,"duration":0}},{"uid":"e6a7764500bc8da1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6a7764500bc8da1","status":"passed","time":{"start":1728370149937,"stop":1728370149937,"duration":0}},{"uid":"984bdadb57f5c35c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/984bdadb57f5c35c","status":"passed","time":{"start":1728369248991,"stop":1728369248991,"duration":0}}]},"tags":[]},"source":"c322f6810f5ce095.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c340a60b05cfa7db.json b/7530/data/test-cases/c340a60b05cfa7db.json new file mode 100644 index 00000000000..301ff5de92b --- /dev/null +++ b/7530/data/test-cases/c340a60b05cfa7db.json @@ -0,0 +1 @@ +{"uid":"c340a60b05cfa7db","name":"Fails to publish message with empty text","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with empty text","historyId":"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689162,"stop":1728381689162,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c9ca2d0d2883966e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c9ca2d0d2883966e","status":"passed","time":{"start":1728379493874,"stop":1728379493874,"duration":0}},{"uid":"b881f2926bffba52","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b881f2926bffba52","status":"passed","time":{"start":1728372140961,"stop":1728372140961,"duration":0}},{"uid":"b4df01faa3ea35c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b4df01faa3ea35c5","status":"passed","time":{"start":1728370524966,"stop":1728370524966,"duration":0}},{"uid":"f7eb4acc244827ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7eb4acc244827ec","status":"passed","time":{"start":1728369630402,"stop":1728369630403,"duration":1}}]},"tags":[]},"source":"c340a60b05cfa7db.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c442430c76fcea29.json b/7530/data/test-cases/c442430c76fcea29.json new file mode 100644 index 00000000000..75dbc7b6c6d --- /dev/null +++ b/7530/data/test-cases/c442430c76fcea29.json @@ -0,0 +1 @@ +{"uid":"c442430c76fcea29","name":"wrong wakuPeerExchangeDiscovery pubsub topic","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > wrong wakuPeerExchangeDiscovery pubsub topic","historyId":"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381715120,"stop":1728381715120,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"8396bb483f5cdf53","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8396bb483f5cdf53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379518933,"stop":1728379518934,"duration":1}},{"uid":"f6b19c0b55249805","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f6b19c0b55249805","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"47d7d558c82c1bd4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47d7d558c82c1bd4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370547718,"stop":1728370547718,"duration":0}},{"uid":"8631055598a7f7c1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8631055598a7f7c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369640707,"stop":1728369640708,"duration":1}}]},"tags":[]},"source":"c442430c76fcea29.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c44758a51594a589.json b/7530/data/test-cases/c44758a51594a589.json new file mode 100644 index 00000000000..7df03a17841 --- /dev/null +++ b/7530/data/test-cases/c44758a51594a589.json @@ -0,0 +1 @@ +{"uid":"c44758a51594a589","name":"returns all values when wanted number is greater than available values","fullName":"/src/dns/index.spec.ts: Discovery > returns all values when wanted number is greater than available values","historyId":"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381378682,"stop":1728381378683,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d748e2c20a9c18cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d748e2c20a9c18cc","status":"passed","time":{"start":1728371825968,"stop":1728371825971,"duration":3}},{"uid":"32308b93e3baef3c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/32308b93e3baef3c","status":"passed","time":{"start":1728370173519,"stop":1728370173519,"duration":0}},{"uid":"d5b941b4aa3fa3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d5b941b4aa3fa3b","status":"passed","time":{"start":1728369271814,"stop":1728369271815,"duration":1}}]},"tags":[]},"source":"c44758a51594a589.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c4771f1fb497b95.json b/7530/data/test-cases/c4771f1fb497b95.json new file mode 100644 index 00000000000..6588e49eabe --- /dev/null +++ b/7530/data/test-cases/c4771f1fb497b95.json @@ -0,0 +1 @@ +{"uid":"c4771f1fb497b95","name":"should push to needed amount of connections","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Connection Management: E2E > should push to needed amount of connections","historyId":"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381580778,"stop":1728381580778,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Connection Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Connection Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca4637cc7143ebd0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca4637cc7143ebd0","status":"passed","time":{"start":1728379391618,"stop":1728379391619,"duration":1}},{"uid":"380213dc862c8bf3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/380213dc862c8bf3","status":"passed","time":{"start":1728372025210,"stop":1728372025210,"duration":0}},{"uid":"33bfe8f62be844ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/33bfe8f62be844ea","status":"passed","time":{"start":1728370362610,"stop":1728370362610,"duration":0}},{"uid":"356f1a379ead232b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/356f1a379ead232b","status":"passed","time":{"start":1728369464842,"stop":1728369464842,"duration":0}}]},"tags":[]},"source":"c4771f1fb497b95.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c48e77099963b274.json b/7530/data/test-cases/c48e77099963b274.json new file mode 100644 index 00000000000..f5a0708591c --- /dev/null +++ b/7530/data/test-cases/c48e77099963b274.json @@ -0,0 +1 @@ +{"uid":"c48e77099963b274","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800486,"stop":1728381800486,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1871a0b6b815ea89","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1871a0b6b815ea89","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"d4947d50dbef2737","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d4947d50dbef2737","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"635c23c1fa9d259","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/635c23c1fa9d259","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"11cfdf0a03db94d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/11cfdf0a03db94d0","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"tags":[]},"source":"c48e77099963b274.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c49c9a5abd77361c.json b/7530/data/test-cases/c49c9a5abd77361c.json new file mode 100644 index 00000000000..721b9bbcff7 --- /dev/null +++ b/7530/data/test-cases/c49c9a5abd77361c.json @@ -0,0 +1 @@ +{"uid":"c49c9a5abd77361c","name":"should return no connections if no open connection provided","fullName":"/src/lib/stream_manager/utils.spec.ts: selectOpenConnection > should return no connections if no open connection provided","historyId":"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371461,"stop":1728381371461,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"selectOpenConnection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f79ba64c2a5d2c5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f79ba64c2a5d2c5f","status":"passed","time":{"start":1728379173694,"stop":1728379173695,"duration":1}},{"uid":"5d56bcabf932955c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d56bcabf932955c","status":"passed","time":{"start":1728371818070,"stop":1728371818071,"duration":1}},{"uid":"ac9aa4a8fa2560ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac9aa4a8fa2560ea","status":"passed","time":{"start":1728370165701,"stop":1728370165701,"duration":0}},{"uid":"ded1f47ebb0a8404","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ded1f47ebb0a8404","status":"passed","time":{"start":1728369264721,"stop":1728369264721,"duration":0}}]},"tags":[]},"source":"c49c9a5abd77361c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c4acdd53e2be19c6.json b/7530/data/test-cases/c4acdd53e2be19c6.json new file mode 100644 index 00000000000..28c64218b35 --- /dev/null +++ b/7530/data/test-cases/c4acdd53e2be19c6.json @@ -0,0 +1 @@ +{"uid":"c4acdd53e2be19c6","name":"LightPush: 1 peers, Filter: 0 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 0 peers","historyId":"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613866,"stop":1728381613866,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"d5d62b5153d5f83b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d5d62b5153d5f83b","status":"passed","time":{"start":1728379419671,"stop":1728379419673,"duration":2}},{"uid":"404927d942e39bac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/404927d942e39bac","status":"passed","time":{"start":1728372107435,"stop":1728372107436,"duration":1}},{"uid":"f9383ab17341afad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9383ab17341afad","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626980,"stop":1728370626980,"duration":0}},{"uid":"b18e313c934a63fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b18e313c934a63fb","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728510,"stop":1728369728510,"duration":0}}]},"tags":[]},"source":"c4acdd53e2be19c6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c5311314a7dab03f.json b/7530/data/test-cases/c5311314a7dab03f.json new file mode 100644 index 00000000000..14a9a46e620 --- /dev/null +++ b/7530/data/test-cases/c5311314a7dab03f.json @@ -0,0 +1 @@ +{"uid":"c5311314a7dab03f","name":"Push message with content topic containing Russian","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Russian","historyId":"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb6893438c55a4f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb6893438c55a4f7","status":"passed","time":{"start":1728379515555,"stop":1728379515555,"duration":0}},{"uid":"8e39b3f403c37192","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e39b3f403c37192","status":"passed","time":{"start":1728372171298,"stop":1728372171299,"duration":1}},{"uid":"751d9b6a84c39120","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/751d9b6a84c39120","status":"passed","time":{"start":1728370522967,"stop":1728370522967,"duration":0}},{"uid":"fe4de5e9d3c4b20b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fe4de5e9d3c4b20b","status":"passed","time":{"start":1728369622046,"stop":1728369622047,"duration":1}}]},"tags":[]},"source":"c5311314a7dab03f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c550cc9ba1f776ae.json b/7530/data/test-cases/c550cc9ba1f776ae.json new file mode 100644 index 00000000000..36053104ee3 --- /dev/null +++ b/7530/data/test-cases/c550cc9ba1f776ae.json @@ -0,0 +1 @@ +{"uid":"c550cc9ba1f776ae","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=1 -- returns one bootstrap peer ","historyId":"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521318,"stop":1728381521318,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"570dc802eda36bc3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/570dc802eda36bc3","status":"passed","time":{"start":1728379329182,"stop":1728379329182,"duration":0}},{"uid":"2cb523cab17fcf04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cb523cab17fcf04","status":"passed","time":{"start":1728371984006,"stop":1728371984007,"duration":1}},{"uid":"218a6c3133f46eec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/218a6c3133f46eec","status":"passed","time":{"start":1728370284362,"stop":1728370284362,"duration":0}},{"uid":"f22c8102d6e7794d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f22c8102d6e7794d","status":"passed","time":{"start":1728369378907,"stop":1728369378909,"duration":2}}]},"tags":[]},"source":"c550cc9ba1f776ae.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c5bf0772c675abf5.json b/7530/data/test-cases/c5bf0772c675abf5.json new file mode 100644 index 00000000000..f1f09cd2c16 --- /dev/null +++ b/7530/data/test-cases/c5bf0772c675abf5.json @@ -0,0 +1 @@ +{"uid":"c5bf0772c675abf5","name":"Check received message containing short","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing short","historyId":"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658365,"stop":1728381658365,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"28d9681c1cd65431","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/28d9681c1cd65431","status":"passed","time":{"start":1728379460257,"stop":1728379460258,"duration":1}},{"uid":"cbfb22e813e92a60","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cbfb22e813e92a60","status":"passed","time":{"start":1728372105653,"stop":1728372105653,"duration":0}},{"uid":"9b1a78ed6200b346","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b1a78ed6200b346","status":"passed","time":{"start":1728370464108,"stop":1728370464109,"duration":1}},{"uid":"324d685319f62942","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/324d685319f62942","status":"passed","time":{"start":1728369544846,"stop":1728369544846,"duration":0}}]},"tags":[]},"source":"c5bf0772c675abf5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c5c2d1bd58b3241f.json b/7530/data/test-cases/c5c2d1bd58b3241f.json new file mode 100644 index 00000000000..4891e7bed44 --- /dev/null +++ b/7530/data/test-cases/c5c2d1bd58b3241f.json @@ -0,0 +1 @@ +{"uid":"c5c2d1bd58b3241f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","historyId":"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461616,"stop":1728381461616,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"71785df41aacd15","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71785df41aacd15","status":"passed","time":{"start":1728379263313,"stop":1728379263314,"duration":1}},{"uid":"691969f56ddafcc9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/691969f56ddafcc9","status":"passed","time":{"start":1728371908000,"stop":1728371908001,"duration":1}},{"uid":"8ec943a6983b1d86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ec943a6983b1d86","status":"passed","time":{"start":1728370252050,"stop":1728370252050,"duration":0}},{"uid":"fd6e1c28bd5139e6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd6e1c28bd5139e6","status":"passed","time":{"start":1728369354739,"stop":1728369354740,"duration":1}}]},"tags":[]},"source":"c5c2d1bd58b3241f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c60c3680f58752e2.json b/7530/data/test-cases/c60c3680f58752e2.json new file mode 100644 index 00000000000..14fd77c7a5f --- /dev/null +++ b/7530/data/test-cases/c60c3680f58752e2.json @@ -0,0 +1 @@ +{"uid":"c60c3680f58752e2","name":"Check publish message containing emoji","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing emoji","historyId":"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689154,"stop":1728381689154,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3b8dfeaea44298a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b8dfeaea44298a5","status":"passed","time":{"start":1728379493845,"stop":1728379493845,"duration":0}},{"uid":"6416f326f6ff2ec1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6416f326f6ff2ec1","status":"passed","time":{"start":1728372140948,"stop":1728372140948,"duration":0}},{"uid":"1bb324ca7501d49","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1bb324ca7501d49","status":"passed","time":{"start":1728370524961,"stop":1728370524961,"duration":0}},{"uid":"d0c496769597e29c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d0c496769597e29c","status":"passed","time":{"start":1728369630398,"stop":1728369630398,"duration":0}}]},"tags":[]},"source":"c60c3680f58752e2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c62f8f56dd51b474.json b/7530/data/test-cases/c62f8f56dd51b474.json new file mode 100644 index 00000000000..ebe90bc9dce --- /dev/null +++ b/7530/data/test-cases/c62f8f56dd51b474.json @@ -0,0 +1 @@ +{"uid":"c62f8f56dd51b474","name":"handles different clusterIds correctly","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > handles different clusterIds correctly","historyId":"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f6b86e88126f23d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6b86e88126f23d3","status":"passed","time":{"start":1728379159011,"stop":1728379159011,"duration":0}},{"uid":"7c1a6c8c063d4ae3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7c1a6c8c063d4ae3","status":"passed","time":{"start":1728371802897,"stop":1728371802897,"duration":0}},{"uid":"52a264f3a5109bc7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52a264f3a5109bc7","status":"passed","time":{"start":1728370149930,"stop":1728370149930,"duration":0}},{"uid":"b3ea6180e2c55bd1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3ea6180e2c55bd1","status":"passed","time":{"start":1728369248985,"stop":1728369248986,"duration":1}}]},"tags":[]},"source":"c62f8f56dd51b474.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c674898c6e41a7a0.json b/7530/data/test-cases/c674898c6e41a7a0.json new file mode 100644 index 00000000000..bc70ce363db --- /dev/null +++ b/7530/data/test-cases/c674898c6e41a7a0.json @@ -0,0 +1 @@ +{"uid":"c674898c6e41a7a0","name":"Check received message containing Chinese","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Chinese","historyId":"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658378,"stop":1728381658379,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1933482f7e018d2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1933482f7e018d2e","status":"passed","time":{"start":1728379460282,"stop":1728379460282,"duration":0}},{"uid":"f2ad0565f01d43fd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2ad0565f01d43fd","status":"passed","time":{"start":1728372105672,"stop":1728372105672,"duration":0}},{"uid":"b40709666bc79cb7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b40709666bc79cb7","status":"passed","time":{"start":1728370464144,"stop":1728370464144,"duration":0}},{"uid":"959f53b5b485642b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/959f53b5b485642b","status":"passed","time":{"start":1728369544868,"stop":1728369544868,"duration":0}}]},"tags":[]},"source":"c674898c6e41a7a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c67a3b8076e053bb.json b/7530/data/test-cases/c67a3b8076e053bb.json new file mode 100644 index 00000000000..5fc0d7263be --- /dev/null +++ b/7530/data/test-cases/c67a3b8076e053bb.json @@ -0,0 +1 @@ +{"uid":"c67a3b8076e053bb","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449300,"stop":1728381449300,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"238543b1916087c8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/238543b1916087c8","status":"passed","time":{"start":1728379255034,"stop":1728379255035,"duration":1}},{"uid":"b1803ca9392ab76f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b1803ca9392ab76f","status":"passed","time":{"start":1728371896757,"stop":1728371896757,"duration":0}},{"uid":"7c9a7ca04d7e718b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c9a7ca04d7e718b","status":"passed","time":{"start":1728370245298,"stop":1728370245298,"duration":0}},{"uid":"154bce9f623750a1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/154bce9f623750a1","status":"passed","time":{"start":1728369344217,"stop":1728369344219,"duration":2}}]},"tags":[]},"source":"c67a3b8076e053bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c6b1499fc750f3d0.json b/7530/data/test-cases/c6b1499fc750f3d0.json new file mode 100644 index 00000000000..a60cc982f12 --- /dev/null +++ b/7530/data/test-cases/c6b1499fc750f3d0.json @@ -0,0 +1 @@ +{"uid":"c6b1499fc750f3d0","name":"Round trip binary encryption [ecies, no signature]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Round trip binary encryption [ecies, no signature]","historyId":"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381391225,"stop":1728381391226,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ecies Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f485602006e05a3d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f485602006e05a3d","status":"passed","time":{"start":1728379194285,"stop":1728379194285,"duration":0}},{"uid":"f024e9e04eb7100d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f024e9e04eb7100d","status":"passed","time":{"start":1728371838585,"stop":1728371838585,"duration":0}},{"uid":"97cec7f198897a4f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/97cec7f198897a4f","status":"passed","time":{"start":1728370185971,"stop":1728370185971,"duration":0}},{"uid":"29bb556bea2c785b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/29bb556bea2c785b","status":"passed","time":{"start":1728369284714,"stop":1728369284714,"duration":0}}]},"tags":[]},"source":"c6b1499fc750f3d0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c6b9f720e6ecf60.json b/7530/data/test-cases/c6b9f720e6ecf60.json new file mode 100644 index 00000000000..814f2a2a12b --- /dev/null +++ b/7530/data/test-cases/c6b9f720e6ecf60.json @@ -0,0 +1 @@ +{"uid":"c6b9f720e6ecf60","name":"Check publish message containing XML","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing XML","historyId":"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689150,"stop":1728381689151,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"16724fbd180856af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16724fbd180856af","status":"passed","time":{"start":1728379493842,"stop":1728379493842,"duration":0}},{"uid":"df98289024c593fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df98289024c593fc","status":"passed","time":{"start":1728372140944,"stop":1728372140945,"duration":1}},{"uid":"798bf9968ef3253c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/798bf9968ef3253c","status":"passed","time":{"start":1728370524958,"stop":1728370524958,"duration":0}},{"uid":"dd26ed4eaba9adee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dd26ed4eaba9adee","status":"passed","time":{"start":1728369630394,"stop":1728369630395,"duration":1}}]},"tags":[]},"source":"c6b9f720e6ecf60.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c6c4e782be5ee259.json b/7530/data/test-cases/c6c4e782be5ee259.json new file mode 100644 index 00000000000..a16087af991 --- /dev/null +++ b/7530/data/test-cases/c6c4e782be5ee259.json @@ -0,0 +1 @@ +{"uid":"c6c4e782be5ee259","name":"px service nodes not subscribed to the shard should not be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Static Sharding: Peer Management > Peer Exchange > px service nodes not subscribed to the shard should not be dialed","historyId":"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381842825,"stop":1728381842826,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"73b27f8f14479daf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/73b27f8f14479daf","status":"passed","time":{"start":1728379644815,"stop":1728379644815,"duration":0}},{"uid":"f465643afd028eb8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f465643afd028eb8","status":"passed","time":{"start":1728372295099,"stop":1728372295099,"duration":0}},{"uid":"4c40bf5d4c3c9ca3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c40bf5d4c3c9ca3","status":"passed","time":{"start":1728370682624,"stop":1728370682625,"duration":1}},{"uid":"77e8bd285fc0040e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/77e8bd285fc0040e","status":"passed","time":{"start":1728369782381,"stop":1728369782381,"duration":0}}]},"tags":[]},"source":"c6c4e782be5ee259.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c8b5936b4989e04b.json b/7530/data/test-cases/c8b5936b4989e04b.json new file mode 100644 index 00000000000..79498089d68 --- /dev/null +++ b/7530/data/test-cases/c8b5936b4989e04b.json @@ -0,0 +1 @@ +{"uid":"c8b5936b4989e04b","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing long and receive message","historyId":"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749053,"stop":1728381749054,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"259705cc97a3c2ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/259705cc97a3c2ce","status":"passed","time":{"start":1728379549692,"stop":1728379549693,"duration":1}},{"uid":"6cc448d0f8e6ff43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6cc448d0f8e6ff43","status":"passed","time":{"start":1728372195432,"stop":1728372195432,"duration":0}},{"uid":"c2f1f27fc919a622","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2f1f27fc919a622","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"763e45601b496087","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/763e45601b496087","status":"passed","time":{"start":1728369639850,"stop":1728369639851,"duration":1}}]},"tags":[]},"source":"c8b5936b4989e04b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c8d3ac6090106d39.json b/7530/data/test-cases/c8d3ac6090106d39.json new file mode 100644 index 00000000000..9c36250170c --- /dev/null +++ b/7530/data/test-cases/c8d3ac6090106d39.json @@ -0,0 +1 @@ +{"uid":"c8d3ac6090106d39","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","historyId":"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"40f1bce84df444a2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/40f1bce84df444a2","status":"passed","time":{"start":1728379329173,"stop":1728379329173,"duration":0}},{"uid":"d5759415f5da54ec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d5759415f5da54ec","status":"passed","time":{"start":1728371983995,"stop":1728371983999,"duration":4}},{"uid":"c0bd4aa81e6bf3e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0bd4aa81e6bf3e1","status":"passed","time":{"start":1728370284348,"stop":1728370284349,"duration":1}},{"uid":"d953f6b5239e7153","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d953f6b5239e7153","status":"passed","time":{"start":1728369378880,"stop":1728369378880,"duration":0}}]},"tags":[]},"source":"c8d3ac6090106d39.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c94a1319f846cb83.json b/7530/data/test-cases/c94a1319f846cb83.json new file mode 100644 index 00000000000..37dcbfe08b8 --- /dev/null +++ b/7530/data/test-cases/c94a1319f846cb83.json @@ -0,0 +1 @@ +{"uid":"c94a1319f846cb83","name":"should return only bootstrap peers up to maxBootstrapPeers","fullName":"/src/lib/filterPeers.spec.ts: filterPeersByDiscovery function > should return only bootstrap peers up to maxBootstrapPeers","historyId":"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371417,"stop":1728381371418,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib"},{"name":"parentSuite","value":"filterPeersByDiscovery function"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf678af3c8b470bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf678af3c8b470bd","status":"passed","time":{"start":1728379174376,"stop":1728379174377,"duration":1}},{"uid":"1c1b2cf36a5881a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c1b2cf36a5881a","status":"passed","time":{"start":1728371818655,"stop":1728371818655,"duration":0}},{"uid":"deb601cf059b0bf9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/deb601cf059b0bf9","status":"passed","time":{"start":1728370166259,"stop":1728370166259,"duration":0}},{"uid":"e8449c4d941f7f58","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e8449c4d941f7f58","status":"passed","time":{"start":1728369265013,"stop":1728369265014,"duration":1}}]},"tags":[]},"source":"c94a1319f846cb83.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c94d20ef7265c123.json b/7530/data/test-cases/c94d20ef7265c123.json new file mode 100644 index 00000000000..704906c613e --- /dev/null +++ b/7530/data/test-cases/c94d20ef7265c123.json @@ -0,0 +1 @@ +{"uid":"c94d20ef7265c123","name":"shard 0","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > shard 0","historyId":"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745550,"stop":1728381745551,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"751497cac66de624","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/751497cac66de624","status":"passed","time":{"start":1728379547119,"stop":1728379547119,"duration":0}},{"uid":"5726e5f97294d2c3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5726e5f97294d2c3","status":"passed","time":{"start":1728372200172,"stop":1728372200172,"duration":0}},{"uid":"9cee2a26875d7d2d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cee2a26875d7d2d","status":"passed","time":{"start":1728370581670,"stop":1728370581670,"duration":0}},{"uid":"26f324b66e0478f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26f324b66e0478f7","status":"passed","time":{"start":1728369674994,"stop":1728369674995,"duration":1}}]},"tags":[]},"source":"c94d20ef7265c123.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c97f1ae8b1e49ab.json b/7530/data/test-cases/c97f1ae8b1e49ab.json new file mode 100644 index 00000000000..4ae785360fd --- /dev/null +++ b/7530/data/test-cases/c97f1ae8b1e49ab.json @@ -0,0 +1 @@ +{"uid":"c97f1ae8b1e49ab","name":"Push message with content topic containing Basic HTML tag","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Basic HTML tag","historyId":"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680463,"stop":1728381680465,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1ac4181805d422c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ac4181805d422c","status":"passed","time":{"start":1728379482941,"stop":1728379482942,"duration":1}},{"uid":"5e5b963caedaf8b2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e5b963caedaf8b2","status":"passed","time":{"start":1728372134566,"stop":1728372134566,"duration":0}},{"uid":"77afdb9373bc1750","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77afdb9373bc1750","status":"passed","time":{"start":1728370487879,"stop":1728370487880,"duration":1}},{"uid":"a089a13afbff68f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a089a13afbff68f9","status":"passed","time":{"start":1728369590803,"stop":1728369590803,"duration":0}}]},"tags":[]},"source":"c97f1ae8b1e49ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/c9c125f4d53c9051.json b/7530/data/test-cases/c9c125f4d53c9051.json new file mode 100644 index 00000000000..150e7a69e90 --- /dev/null +++ b/7530/data/test-cases/c9c125f4d53c9051.json @@ -0,0 +1 @@ +{"uid":"c9c125f4d53c9051","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","historyId":"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379406,"stop":1728381379407,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"5b013ba72c2d0f4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b013ba72c2d0f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379182991,"stop":1728379182991,"duration":0}},{"uid":"7a293cbff96ae950","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a293cbff96ae950","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371826969,"stop":1728371826969,"duration":0}},{"uid":"52ee0cbe89da506a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52ee0cbe89da506a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370174432,"stop":1728370174432,"duration":0}},{"uid":"3ff9376342c116ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ff9376342c116ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369273241,"stop":1728369273241,"duration":0}}]},"tags":[]},"source":"c9c125f4d53c9051.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ca51ef9da997f464.json b/7530/data/test-cases/ca51ef9da997f464.json new file mode 100644 index 00000000000..c45d7820cb0 --- /dev/null +++ b/7530/data/test-cases/ca51ef9da997f464.json @@ -0,0 +1 @@ +{"uid":"ca51ef9da997f464","name":"Check received message containing JSON","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing JSON","historyId":"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526515,"stop":1728381526515,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"823dbe555d4cc2e8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/823dbe555d4cc2e8","status":"passed","time":{"start":1728379329398,"stop":1728379329399,"duration":1}},{"uid":"1f68a1b4cc411249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1f68a1b4cc411249","status":"passed","time":{"start":1728371973992,"stop":1728371973992,"duration":0}},{"uid":"b2ff95432c9a68e9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b2ff95432c9a68e9","status":"passed","time":{"start":1728370320865,"stop":1728370320866,"duration":1}},{"uid":"b3d6548dd827855c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3d6548dd827855c","status":"passed","time":{"start":1728369420244,"stop":1728369420244,"duration":0}}]},"tags":[]},"source":"ca51ef9da997f464.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cae0c5f8d09b330f.json b/7530/data/test-cases/cae0c5f8d09b330f.json new file mode 100644 index 00000000000..c09ce0d1110 --- /dev/null +++ b/7530/data/test-cases/cae0c5f8d09b330f.json @@ -0,0 +1 @@ +{"uid":"cae0c5f8d09b330f","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Renews subscription after lossing a connection","historyId":"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749073,"stop":1728381749080,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6fccbb0fd0555ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6fccbb0fd0555ee","status":"passed","time":{"start":1728379549701,"stop":1728379549702,"duration":1}},{"uid":"974117f3fa2dc84b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/974117f3fa2dc84b","status":"passed","time":{"start":1728372195438,"stop":1728372195438,"duration":0}},{"uid":"c9e2cb7dc0e4520f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c9e2cb7dc0e4520f","status":"passed","time":{"start":1728370555261,"stop":1728370555261,"duration":0}},{"uid":"261c251a0d4b01fe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/261c251a0d4b01fe","status":"passed","time":{"start":1728369639857,"stop":1728369639858,"duration":1}}]},"tags":[]},"source":"cae0c5f8d09b330f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cc6ebba198160db4.json b/7530/data/test-cases/cc6ebba198160db4.json new file mode 100644 index 00000000000..19fb29a5e6a --- /dev/null +++ b/7530/data/test-cases/cc6ebba198160db4.json @@ -0,0 +1 @@ +{"uid":"cc6ebba198160db4","name":"Subscribe and receive messages via lightPush","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages via lightPush","historyId":"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557204,"stop":1728381557204,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"858bd1721a17a7bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/858bd1721a17a7bc","status":"passed","time":{"start":1728379366427,"stop":1728379366428,"duration":1}},{"uid":"1a5328a16048594d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a5328a16048594d","status":"passed","time":{"start":1728371995973,"stop":1728371995973,"duration":0}},{"uid":"9c864c6ed18dba07","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9c864c6ed18dba07","status":"passed","time":{"start":1728370345092,"stop":1728370345093,"duration":1}},{"uid":"4a270734dcc7a654","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a270734dcc7a654","status":"passed","time":{"start":1728369447278,"stop":1728369447279,"duration":1}}]},"tags":[]},"source":"cc6ebba198160db4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ccb4d026ea9ea598.json b/7530/data/test-cases/ccb4d026ea9ea598.json new file mode 100644 index 00000000000..ed39e1804b2 --- /dev/null +++ b/7530/data/test-cases/ccb4d026ea9ea598.json @@ -0,0 +1 @@ +{"uid":"ccb4d026ea9ea598","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=1 -- returns one bootstrap peer ","historyId":"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521295,"stop":1728381521296,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"be336151ac5333d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be336151ac5333d8","status":"passed","time":{"start":1728379329174,"stop":1728379329174,"duration":0}},{"uid":"a3802f332f675993","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a3802f332f675993","status":"passed","time":{"start":1728371984000,"stop":1728371984000,"duration":0}},{"uid":"9137f163f3c8e1fe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9137f163f3c8e1fe","status":"passed","time":{"start":1728370284350,"stop":1728370284351,"duration":1}},{"uid":"6e1b763e350a4b5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e1b763e350a4b5a","status":"passed","time":{"start":1728369378892,"stop":1728369378892,"duration":0}}]},"tags":[]},"source":"ccb4d026ea9ea598.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ccc95eb44753ff59.json b/7530/data/test-cases/ccc95eb44753ff59.json new file mode 100644 index 00000000000..7deca206d43 --- /dev/null +++ b/7530/data/test-cases/ccc95eb44753ff59.json @@ -0,0 +1 @@ +{"uid":"ccc95eb44753ff59","name":"should return empty list for no shard","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should return empty list for no shard","historyId":"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9fa6584a2742b52b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9fa6584a2742b52b","status":"passed","time":{"start":1728379159016,"stop":1728379159016,"duration":0}},{"uid":"7890637d0fdb767b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7890637d0fdb767b","status":"passed","time":{"start":1728371802901,"stop":1728371802902,"duration":1}},{"uid":"d54ed03336c71b00","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d54ed03336c71b00","status":"passed","time":{"start":1728370149935,"stop":1728370149935,"duration":0}},{"uid":"8b7606376cf2fc18","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8b7606376cf2fc18","status":"passed","time":{"start":1728369248990,"stop":1728369248990,"duration":0}}]},"tags":[]},"source":"ccc95eb44753ff59.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cd13f6a2133fb652.json b/7530/data/test-cases/cd13f6a2133fb652.json new file mode 100644 index 00000000000..1be293eeac9 --- /dev/null +++ b/7530/data/test-cases/cd13f6a2133fb652.json @@ -0,0 +1 @@ +{"uid":"cd13f6a2133fb652","name":"should be called for bootstrap peers","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For bootstrap peers > should be called for bootstrap peers","historyId":"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381416761,"stop":1728381416762,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d43e685f8a3dd9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d43e685f8a3dd9d","status":"passed","time":{"start":1728379222478,"stop":1728379222478,"duration":0}},{"uid":"2ba6cb5315d53915","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ba6cb5315d53915","status":"passed","time":{"start":1728371864276,"stop":1728371864277,"duration":1}},{"uid":"72e6442d827dce0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72e6442d827dce0d","status":"passed","time":{"start":1728370211849,"stop":1728370211849,"duration":0}},{"uid":"dc554ccbb2770fa5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc554ccbb2770fa5","status":"passed","time":{"start":1728369311530,"stop":1728369311530,"duration":0}}]},"tags":[]},"source":"cd13f6a2133fb652.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cd15dd964e546fd1.json b/7530/data/test-cases/cd15dd964e546fd1.json new file mode 100644 index 00000000000..838ca8a85dc --- /dev/null +++ b/7530/data/test-cases/cd15dd964e546fd1.json @@ -0,0 +1 @@ +{"uid":"cd15dd964e546fd1","name":"Subscribe and receives messages on 20 topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receives messages on 20 topics","historyId":"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749046,"stop":1728381749047,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"130c14d846321854","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/130c14d846321854","status":"passed","time":{"start":1728379549689,"stop":1728379549689,"duration":0}},{"uid":"29627356f6b19622","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/29627356f6b19622","status":"passed","time":{"start":1728372195429,"stop":1728372195429,"duration":0}},{"uid":"35968abae689be38","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/35968abae689be38","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"e1cf2574dd9dd9b2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e1cf2574dd9dd9b2","status":"passed","time":{"start":1728369639847,"stop":1728369639847,"duration":0}}]},"tags":[]},"source":"cd15dd964e546fd1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cd461f597dc66b07.json b/7530/data/test-cases/cd461f597dc66b07.json new file mode 100644 index 00000000000..cde6d2b609c --- /dev/null +++ b/7530/data/test-cases/cd461f597dc66b07.json @@ -0,0 +1 @@ +{"uid":"cd461f597dc66b07","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","historyId":"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521318,"stop":1728381521319,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b965da794bf237b1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b965da794bf237b1","status":"passed","time":{"start":1728379329182,"stop":1728379329182,"duration":0}},{"uid":"f572119461479e20","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f572119461479e20","status":"passed","time":{"start":1728371984007,"stop":1728371984007,"duration":0}},{"uid":"7821e691788d80f9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7821e691788d80f9","status":"passed","time":{"start":1728370284362,"stop":1728370284362,"duration":0}},{"uid":"d35c1521264b356b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d35c1521264b356b","status":"passed","time":{"start":1728369378909,"stop":1728369378909,"duration":0}}]},"tags":[]},"source":"cd461f597dc66b07.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cdd219797c011aea.json b/7530/data/test-cases/cdd219797c011aea.json new file mode 100644 index 00000000000..105a8890a91 --- /dev/null +++ b/7530/data/test-cases/cdd219797c011aea.json @@ -0,0 +1 @@ +{"uid":"cdd219797c011aea","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing special chars and receive message","historyId":"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749055,"stop":1728381749056,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"131ee2f7dfb44324","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/131ee2f7dfb44324","status":"passed","time":{"start":1728379549694,"stop":1728379549694,"duration":0}},{"uid":"8a4fe90493ec83e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8a4fe90493ec83e0","status":"passed","time":{"start":1728372195432,"stop":1728372195433,"duration":1}},{"uid":"d458a28087661511","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d458a28087661511","status":"passed","time":{"start":1728370555256,"stop":1728370555256,"duration":0}},{"uid":"aa3f5d2c11a5c19e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa3f5d2c11a5c19e","status":"passed","time":{"start":1728369639852,"stop":1728369639852,"duration":0}}]},"tags":[]},"source":"cdd219797c011aea.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ce03d8ddd9fc3a91.json b/7530/data/test-cases/ce03d8ddd9fc3a91.json new file mode 100644 index 00000000000..aa7795fabf9 --- /dev/null +++ b/7530/data/test-cases/ce03d8ddd9fc3a91.json @@ -0,0 +1 @@ +{"uid":"ce03d8ddd9fc3a91","name":"can start the service","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22679d64fd16ded0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22679d64fd16ded0","status":"passed","time":{"start":1728379224165,"stop":1728379224165,"duration":0}},{"uid":"5e6644cf74852f13","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e6644cf74852f13","status":"passed","time":{"start":1728371870685,"stop":1728371870687,"duration":2}},{"uid":"edeb07bb8efd65e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/edeb07bb8efd65e3","status":"passed","time":{"start":1728370215347,"stop":1728370215348,"duration":1}},{"uid":"f07643fd4562aaed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f07643fd4562aaed","status":"passed","time":{"start":1728369314830,"stop":1728369314830,"duration":0}}]},"tags":[]},"source":"ce03d8ddd9fc3a91.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ce9200c205f6573f.json b/7530/data/test-cases/ce9200c205f6573f.json new file mode 100644 index 00000000000..22d2d9d759f --- /dev/null +++ b/7530/data/test-cases/ce9200c205f6573f.json @@ -0,0 +1 @@ +{"uid":"ce9200c205f6573f","name":"Sign & Recover","fullName":"/src/encryption.spec.ts: Waku Encryption > Sign & Recover","historyId":"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381390014,"stop":1728381390015,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Waku Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7b30090ba82930a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b30090ba82930a8","status":"passed","time":{"start":1728379193198,"stop":1728379193198,"duration":0}},{"uid":"94be1158baefbf42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/94be1158baefbf42","status":"passed","time":{"start":1728371837409,"stop":1728371837410,"duration":1}},{"uid":"ea4992ddcb53e69b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea4992ddcb53e69b","status":"passed","time":{"start":1728370184627,"stop":1728370184627,"duration":0}},{"uid":"23286405b5983766","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23286405b5983766","status":"passed","time":{"start":1728369283804,"stop":1728369283804,"duration":0}}]},"tags":[]},"source":"ce9200c205f6573f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cebc1f0b8d753191.json b/7530/data/test-cases/cebc1f0b8d753191.json new file mode 100644 index 00000000000..578fe7b63da --- /dev/null +++ b/7530/data/test-cases/cebc1f0b8d753191.json @@ -0,0 +1 @@ +{"uid":"cebc1f0b8d753191","name":"should throw an error for empty SingleShardInfos array","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should throw an error for empty SingleShardInfos array","historyId":"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d42ed80ee28b25e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d42ed80ee28b25e7","status":"passed","time":{"start":1728379159013,"stop":1728379159013,"duration":0}},{"uid":"37b58f76d967ca18","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37b58f76d967ca18","status":"passed","time":{"start":1728371802899,"stop":1728371802899,"duration":0}},{"uid":"d3a2790cd0337a9b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d3a2790cd0337a9b","status":"passed","time":{"start":1728370149932,"stop":1728370149933,"duration":1}},{"uid":"10a1973eb36e7436","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/10a1973eb36e7436","status":"passed","time":{"start":1728369248987,"stop":1728369248987,"duration":0}}]},"tags":[]},"source":"cebc1f0b8d753191.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cef10ae7eb3422f9.json b/7530/data/test-cases/cef10ae7eb3422f9.json new file mode 100644 index 00000000000..2a2763c68a1 --- /dev/null +++ b/7530/data/test-cases/cef10ae7eb3422f9.json @@ -0,0 +1 @@ +{"uid":"cef10ae7eb3422f9","name":"All","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > All","historyId":"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381415231,"stop":1728381415231,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ENR Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"432b4a09373fa8c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/432b4a09373fa8c7","status":"passed","time":{"start":1728379220440,"stop":1728379220440,"duration":0}},{"uid":"564de81cad9f7e98","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/564de81cad9f7e98","status":"passed","time":{"start":1728371862892,"stop":1728371862892,"duration":0}},{"uid":"56756a89c74c37e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56756a89c74c37e8","status":"passed","time":{"start":1728370213107,"stop":1728370213107,"duration":0}},{"uid":"e01d9672579fbdb4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e01d9672579fbdb4","status":"passed","time":{"start":1728369309201,"stop":1728369309201,"duration":0}}]},"tags":[]},"source":"cef10ae7eb3422f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cef394826c83d954.json b/7530/data/test-cases/cef394826c83d954.json new file mode 100644 index 00000000000..1d1bda80bb6 --- /dev/null +++ b/7530/data/test-cases/cef394826c83d954.json @@ -0,0 +1 @@ +{"uid":"cef394826c83d954","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected should return false after all peers disconnect","historyId":"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8dfc5549d0ace118","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8dfc5549d0ace118","status":"passed","time":{"start":1728379250163,"stop":1728379250164,"duration":1}},{"uid":"6dbf10b6e6d9ae29","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6dbf10b6e6d9ae29","status":"passed","time":{"start":1728371885969,"stop":1728371885969,"duration":0}},{"uid":"d9445b7166e225f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9445b7166e225f5","status":"passed","time":{"start":1728370233665,"stop":1728370233665,"duration":0}},{"uid":"23b91f34852b576b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23b91f34852b576b","status":"passed","time":{"start":1728369335735,"stop":1728369335735,"duration":0}}]},"tags":[]},"source":"cef394826c83d954.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cf31ceeebb777e41.json b/7530/data/test-cases/cf31ceeebb777e41.json new file mode 100644 index 00000000000..ab83114fd96 --- /dev/null +++ b/7530/data/test-cases/cf31ceeebb777e41.json @@ -0,0 +1 @@ +{"uid":"cf31ceeebb777e41","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381800485,"stop":1728381800486,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ade9ead3c0645b4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ade9ead3c0645b4a","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"af09df5ac2933764","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/af09df5ac2933764","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"afef5768fbcd5914","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/afef5768fbcd5914","status":"passed","time":{"start":1728370630366,"stop":1728370630366,"duration":0}},{"uid":"8f1a173ac9ffcb23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f1a173ac9ffcb23","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"tags":[]},"source":"cf31ceeebb777e41.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cf7729a317e0a.json b/7530/data/test-cases/cf7729a317e0a.json new file mode 100644 index 00000000000..08909db75e0 --- /dev/null +++ b/7530/data/test-cases/cf7729a317e0a.json @@ -0,0 +1 @@ +{"uid":"cf7729a317e0a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > groups multiple content topics into the same pubsub topic when they share the same shard index","historyId":"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"eda8eb86d248bf8f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eda8eb86d248bf8f","status":"passed","time":{"start":1728379159010,"stop":1728379159011,"duration":1}},{"uid":"82f55ea9bdc94b6d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82f55ea9bdc94b6d","status":"passed","time":{"start":1728371802896,"stop":1728371802897,"duration":1}},{"uid":"3bd2ae75f0ea395","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bd2ae75f0ea395","status":"passed","time":{"start":1728370149930,"stop":1728370149930,"duration":0}},{"uid":"97f2fa8c1bfe154e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/97f2fa8c1bfe154e","status":"passed","time":{"start":1728369248985,"stop":1728369248985,"duration":0}}]},"tags":[]},"source":"cf7729a317e0a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cf972f09eeafc931.json b/7530/data/test-cases/cf972f09eeafc931.json new file mode 100644 index 00000000000..c8a2eacacd3 --- /dev/null +++ b/7530/data/test-cases/cf972f09eeafc931.json @@ -0,0 +1 @@ +{"uid":"cf972f09eeafc931","name":"ignores domain fetching errors","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34c4331ed4907c6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c4331ed4907c6c","status":"passed","time":{"start":1728379182987,"stop":1728379182987,"duration":0}},{"uid":"1296ec760ce6e5d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1296ec760ce6e5d","status":"passed","time":{"start":1728371826965,"stop":1728371826965,"duration":0}},{"uid":"aab61c58e56d3871","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aab61c58e56d3871","status":"passed","time":{"start":1728370174428,"stop":1728370174429,"duration":1}},{"uid":"d52e5d9308f760fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d52e5d9308f760fb","status":"passed","time":{"start":1728369273238,"stop":1728369273238,"duration":0}}]},"tags":[]},"source":"cf972f09eeafc931.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/cfa9d5ecda3e8fed.json b/7530/data/test-cases/cfa9d5ecda3e8fed.json new file mode 100644 index 00000000000..c81698572f7 --- /dev/null +++ b/7530/data/test-cases/cfa9d5ecda3e8fed.json @@ -0,0 +1 @@ +{"uid":"cfa9d5ecda3e8fed","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/29/sometopic/someencoding to shard index 6","historyId":"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4071b75f2ca2cf8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4071b75f2ca2cf8c","status":"passed","time":{"start":1728379159008,"stop":1728379159008,"duration":0}},{"uid":"693a6b9dd55026fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/693a6b9dd55026fa","status":"passed","time":{"start":1728371802894,"stop":1728371802894,"duration":0}},{"uid":"5520840abcf110e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5520840abcf110e1","status":"passed","time":{"start":1728370149927,"stop":1728370149928,"duration":1}},{"uid":"40713aae0c51b582","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40713aae0c51b582","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"tags":[]},"source":"cfa9d5ecda3e8fed.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d06387da98093bb4.json b/7530/data/test-cases/d06387da98093bb4.json new file mode 100644 index 00000000000..f1ab7f6375f --- /dev/null +++ b/7530/data/test-cases/d06387da98093bb4.json @@ -0,0 +1 @@ +{"uid":"d06387da98093bb4","name":"Subscribe to topic containing Arabic and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Arabic and receive message","historyId":"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749057,"stop":1728381749058,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d494e2a3f5c1511a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d494e2a3f5c1511a","status":"passed","time":{"start":1728379549696,"stop":1728379549697,"duration":1}},{"uid":"e4aa5d6377a42357","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e4aa5d6377a42357","status":"passed","time":{"start":1728372195433,"stop":1728372195433,"duration":0}},{"uid":"744f731b7ab3dbd3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/744f731b7ab3dbd3","status":"passed","time":{"start":1728370555257,"stop":1728370555257,"duration":0}},{"uid":"4a42bf7e5067f108","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a42bf7e5067f108","status":"passed","time":{"start":1728369639852,"stop":1728369639853,"duration":1}}]},"tags":[]},"source":"d06387da98093bb4.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d0b05961895188db.json b/7530/data/test-cases/d0b05961895188db.json new file mode 100644 index 00000000000..ba34dc5d7c9 --- /dev/null +++ b/7530/data/test-cases/d0b05961895188db.json @@ -0,0 +1 @@ +{"uid":"d0b05961895188db","name":"should correctly map /waku/2/content/test.js to shard index 1","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /waku/2/content/test.js to shard index 1","historyId":"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355965,"stop":1728381355965,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"105d9fe7046c09ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/105d9fe7046c09ec","status":"passed","time":{"start":1728379159000,"stop":1728379159000,"duration":0}},{"uid":"a71d2eb1ac51c047","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a71d2eb1ac51c047","status":"passed","time":{"start":1728371802891,"stop":1728371802892,"duration":1}},{"uid":"ee586feee049843d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee586feee049843d","status":"passed","time":{"start":1728370149918,"stop":1728370149919,"duration":1}},{"uid":"37800d7818cdd3f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/37800d7818cdd3f9","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"tags":[]},"source":"d0b05961895188db.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d11a829264e1d6ba.json b/7530/data/test-cases/d11a829264e1d6ba.json new file mode 100644 index 00000000000..d10e90bf645 --- /dev/null +++ b/7530/data/test-cases/d11a829264e1d6ba.json @@ -0,0 +1 @@ +{"uid":"d11a829264e1d6ba","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1649153314 ","historyId":"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658373,"stop":1728381658373,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc2b7e2cf087fbf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dc2b7e2cf087fbf","status":"passed","time":{"start":1728379460271,"stop":1728379460271,"duration":0}},{"uid":"4334afb72c396db6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4334afb72c396db6","status":"passed","time":{"start":1728372105666,"stop":1728372105666,"duration":0}},{"uid":"a5f91f902008093c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5f91f902008093c","status":"passed","time":{"start":1728370464130,"stop":1728370464131,"duration":1}},{"uid":"7c3c733e97127b1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c3c733e97127b1b","status":"passed","time":{"start":1728369544862,"stop":1728369544862,"duration":0}}]},"tags":[]},"source":"d11a829264e1d6ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d12db87c6f6193e6.json b/7530/data/test-cases/d12db87c6f6193e6.json new file mode 100644 index 00000000000..158b6b48020 --- /dev/null +++ b/7530/data/test-cases/d12db87c6f6193e6.json @@ -0,0 +1 @@ +{"uid":"d12db87c6f6193e6","name":"Check received message containing escaped characters","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing escaped characters","historyId":"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3026a90864375bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3026a90864375bd","status":"passed","time":{"start":1728379329399,"stop":1728379329399,"duration":0}},{"uid":"edf563f3591b2c81","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/edf563f3591b2c81","status":"passed","time":{"start":1728371973993,"stop":1728371973993,"duration":0}},{"uid":"3248c9188931c275","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3248c9188931c275","status":"passed","time":{"start":1728370320866,"stop":1728370320866,"duration":0}},{"uid":"d462bb251ada8c5d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d462bb251ada8c5d","status":"passed","time":{"start":1728369420245,"stop":1728369420247,"duration":2}}]},"tags":[]},"source":"d12db87c6f6193e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d12f7283c205a343.json b/7530/data/test-cases/d12f7283c205a343.json new file mode 100644 index 00000000000..8a76e4594f3 --- /dev/null +++ b/7530/data/test-cases/d12f7283c205a343.json @@ -0,0 +1 @@ +{"uid":"d12f7283c205a343","name":"Check publish message containing Script","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Script","historyId":"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689149,"stop":1728381689150,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"42a2bca7087629dc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42a2bca7087629dc","status":"passed","time":{"start":1728379493841,"stop":1728379493842,"duration":1}},{"uid":"ebf2eeaf662c4395","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ebf2eeaf662c4395","status":"passed","time":{"start":1728372140944,"stop":1728372140944,"duration":0}},{"uid":"99b3f110de4d1b05","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99b3f110de4d1b05","status":"passed","time":{"start":1728370524958,"stop":1728370524958,"duration":0}},{"uid":"ee3143bfb5bad3da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ee3143bfb5bad3da","status":"passed","time":{"start":1728369630394,"stop":1728369630394,"duration":0}}]},"tags":[]},"source":"d12f7283c205a343.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d1435b0d261ba610.json b/7530/data/test-cases/d1435b0d261ba610.json new file mode 100644 index 00000000000..e88357b3e22 --- /dev/null +++ b/7530/data/test-cases/d1435b0d261ba610.json @@ -0,0 +1 @@ +{"uid":"d1435b0d261ba610","name":"should be able to decode the field with only FILTER set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with only FILTER set to true","historyId":"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363570,"stop":1728381363571,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"deca41e6af838068","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/deca41e6af838068","status":"passed","time":{"start":1728379166765,"stop":1728379166766,"duration":1}},{"uid":"fbe59b1e90f809ef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbe59b1e90f809ef","status":"passed","time":{"start":1728371810590,"stop":1728371810590,"duration":0}},{"uid":"c7899a2a79d4791c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c7899a2a79d4791c","status":"passed","time":{"start":1728370158405,"stop":1728370158405,"duration":0}},{"uid":"4557339ac4b21853","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4557339ac4b21853","status":"passed","time":{"start":1728369256988,"stop":1728369256988,"duration":0}}]},"tags":[]},"source":"d1435b0d261ba610.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d1e9e8c5d2946d53.json b/7530/data/test-cases/d1e9e8c5d2946d53.json new file mode 100644 index 00000000000..77089980f5c --- /dev/null +++ b/7530/data/test-cases/d1e9e8c5d2946d53.json @@ -0,0 +1 @@ +{"uid":"d1e9e8c5d2946d53","name":"Number of peers are maintained correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Number of peers are maintained correctly","historyId":"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381475913,"stop":1728381475914,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22c051e662934b17","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22c051e662934b17","status":"passed","time":{"start":1728379282310,"stop":1728379282310,"duration":0}},{"uid":"524b3e7dd422869b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/524b3e7dd422869b","status":"passed","time":{"start":1728371925983,"stop":1728371925984,"duration":1}},{"uid":"1ab3e287b52bc99f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ab3e287b52bc99f","status":"passed","time":{"start":1728370273955,"stop":1728370273957,"duration":2}},{"uid":"91c791c19bf7c0fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/91c791c19bf7c0fb","status":"passed","time":{"start":1728369370045,"stop":1728369370045,"duration":0}}]},"tags":[]},"source":"d1e9e8c5d2946d53.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d1f307ac87b88ae8.json b/7530/data/test-cases/d1f307ac87b88ae8.json new file mode 100644 index 00000000000..6fe23a72a8c --- /dev/null +++ b/7530/data/test-cases/d1f307ac87b88ae8.json @@ -0,0 +1 @@ +{"uid":"d1f307ac87b88ae8","name":"Push message with numeric payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with numeric payload","historyId":"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3516396acac84d16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3516396acac84d16","status":"passed","time":{"start":1728379482916,"stop":1728379482917,"duration":1}},{"uid":"b522314792ba1b6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b522314792ba1b6e","status":"passed","time":{"start":1728372134543,"stop":1728372134543,"duration":0}},{"uid":"8bcf5fa7431ea53b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8bcf5fa7431ea53b","status":"passed","time":{"start":1728370487857,"stop":1728370487858,"duration":1}},{"uid":"67f29a8a47f81f2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/67f29a8a47f81f2","status":"passed","time":{"start":1728369590785,"stop":1728369590785,"duration":0}}]},"tags":[]},"source":"d1f307ac87b88ae8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d25d81aaf5ada2ce.json b/7530/data/test-cases/d25d81aaf5ada2ce.json new file mode 100644 index 00000000000..25130eaa3fb --- /dev/null +++ b/7530/data/test-cases/d25d81aaf5ada2ce.json @@ -0,0 +1 @@ +{"uid":"d25d81aaf5ada2ce","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Chinese and receive message","historyId":"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8751238ee2a1b2fb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8751238ee2a1b2fb","status":"passed","time":{"start":1728379549662,"stop":1728379549674,"duration":12}},{"uid":"7b5923daac7fc6d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b5923daac7fc6d1","status":"passed","time":{"start":1728372195414,"stop":1728372195414,"duration":0}},{"uid":"1c9c1b1b4d16543a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c9c1b1b4d16543a","status":"passed","time":{"start":1728370555243,"stop":1728370555244,"duration":1}},{"uid":"19d2d47604ae9916","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/19d2d47604ae9916","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"tags":[]},"source":"d25d81aaf5ada2ce.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d269e6971188ba71.json b/7530/data/test-cases/d269e6971188ba71.json new file mode 100644 index 00000000000..bb4f3065f24 --- /dev/null +++ b/7530/data/test-cases/d269e6971188ba71.json @@ -0,0 +1 @@ +{"uid":"d269e6971188ba71","name":"Subscribe to topic containing long and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing long and publish message","historyId":"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f9204f63d926bea0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9204f63d926bea0","status":"passed","time":{"start":1728379498096,"stop":1728379498098,"duration":2}},{"uid":"2072f43f4ff0fb43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2072f43f4ff0fb43","status":"passed","time":{"start":1728372147559,"stop":1728372147559,"duration":0}},{"uid":"4ace75ed16395963","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4ace75ed16395963","status":"passed","time":{"start":1728370535021,"stop":1728370535023,"duration":2}},{"uid":"a41857a8b46b00f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a41857a8b46b00f8","status":"passed","time":{"start":1728369636372,"stop":1728369636372,"duration":0}}]},"tags":[]},"source":"d269e6971188ba71.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d2c330fdad5dd3eb.json b/7530/data/test-cases/d2c330fdad5dd3eb.json new file mode 100644 index 00000000000..5d72486896d --- /dev/null +++ b/7530/data/test-cases/d2c330fdad5dd3eb.json @@ -0,0 +1 @@ +{"uid":"d2c330fdad5dd3eb","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/","historyId":"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1234c79a6db48e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1234c79a6db48e3","status":"passed","time":{"start":1728379159024,"stop":1728379159025,"duration":1}},{"uid":"7f29ddba34438268","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f29ddba34438268","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"593fe454082756b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/593fe454082756b","status":"passed","time":{"start":1728370149942,"stop":1728370149943,"duration":1}},{"uid":"2e1070c6b0eaa35e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e1070c6b0eaa35e","status":"passed","time":{"start":1728369248997,"stop":1728369248998,"duration":1}}]},"tags":[]},"source":"d2c330fdad5dd3eb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d2fbb5fdaf2b8194.json b/7530/data/test-cases/d2fbb5fdaf2b8194.json new file mode 100644 index 00000000000..1d269605aa4 --- /dev/null +++ b/7530/data/test-cases/d2fbb5fdaf2b8194.json @@ -0,0 +1 @@ +{"uid":"d2fbb5fdaf2b8194","name":"Check received message containing long","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing long","historyId":"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658365,"stop":1728381658366,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6c21545943a5145","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6c21545943a5145","status":"passed","time":{"start":1728379460258,"stop":1728379460258,"duration":0}},{"uid":"85b78c6091ae1802","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/85b78c6091ae1802","status":"passed","time":{"start":1728372105654,"stop":1728372105656,"duration":2}},{"uid":"5f378c8a4aa911ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f378c8a4aa911ec","status":"passed","time":{"start":1728370464109,"stop":1728370464109,"duration":0}},{"uid":"7dcbceee13713d79","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7dcbceee13713d79","status":"passed","time":{"start":1728369544846,"stop":1728369544846,"duration":0}}]},"tags":[]},"source":"d2fbb5fdaf2b8194.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d331a861fcd6e52f.json b/7530/data/test-cases/d331a861fcd6e52f.json new file mode 100644 index 00000000000..ae1d6954633 --- /dev/null +++ b/7530/data/test-cases/d331a861fcd6e52f.json @@ -0,0 +1 @@ +{"uid":"d331a861fcd6e52f","name":"3 nodes on /waku/2/rs/3/2 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay, multiple pubsub topics > 3 nodes on /waku/2/rs/3/2 topic","historyId":"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381685602,"stop":1728381685602,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22e1bfe7a50828b0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22e1bfe7a50828b0","status":"passed","time":{"start":1728379484787,"stop":1728379484787,"duration":0}},{"uid":"fbbcd906ffec7658","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbbcd906ffec7658","status":"passed","time":{"start":1728372130484,"stop":1728372130485,"duration":1}},{"uid":"9a7ebeefb6eb266","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a7ebeefb6eb266","status":"passed","time":{"start":1728370516480,"stop":1728370516481,"duration":1}},{"uid":"2b3b3892f54f0f37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2b3b3892f54f0f37","status":"passed","time":{"start":1728369620714,"stop":1728369620715,"duration":1}}]},"tags":[]},"source":"d331a861fcd6e52f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d3530cbccc9a6a0c.json b/7530/data/test-cases/d3530cbccc9a6a0c.json new file mode 100644 index 00000000000..8609dee7e95 --- /dev/null +++ b/7530/data/test-cases/d3530cbccc9a6a0c.json @@ -0,0 +1 @@ +{"uid":"d3530cbccc9a6a0c","name":"Decoder throws on empty string content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Decoder throws on empty string content topic","historyId":"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371851,"stop":1728381371852,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"200f3c6b14053717","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/200f3c6b14053717","status":"passed","time":{"start":1728379175037,"stop":1728379175037,"duration":0}},{"uid":"2dd50c25c1b5d331","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2dd50c25c1b5d331","status":"passed","time":{"start":1728371819029,"stop":1728371819029,"duration":0}},{"uid":"8df0f2023f5c630f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8df0f2023f5c630f","status":"passed","time":{"start":1728370166486,"stop":1728370166486,"duration":0}},{"uid":"633656a9834ddd74","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/633656a9834ddd74","status":"passed","time":{"start":1728369265268,"stop":1728369265268,"duration":0}}]},"tags":[]},"source":"d3530cbccc9a6a0c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d3af791fc1f16e8c.json b/7530/data/test-cases/d3af791fc1f16e8c.json new file mode 100644 index 00000000000..f3f21288d89 --- /dev/null +++ b/7530/data/test-cases/d3af791fc1f16e8c.json @@ -0,0 +1 @@ +{"uid":"d3af791fc1f16e8c","name":"Push message with content topic containing numeric","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing numeric","historyId":"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ff39564224e119f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ff39564224e119f","status":"passed","time":{"start":1728379482930,"stop":1728379482931,"duration":1}},{"uid":"5c801c5618772b9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5c801c5618772b9b","status":"passed","time":{"start":1728372134554,"stop":1728372134555,"duration":1}},{"uid":"d51b92e7f5cdc31a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d51b92e7f5cdc31a","status":"passed","time":{"start":1728370487872,"stop":1728370487873,"duration":1}},{"uid":"82f4adbb93a34756","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/82f4adbb93a34756","status":"passed","time":{"start":1728369590796,"stop":1728369590799,"duration":3}}]},"tags":[]},"source":"d3af791fc1f16e8c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d3b632f965423136.json b/7530/data/test-cases/d3b632f965423136.json new file mode 100644 index 00000000000..658d9798b6f --- /dev/null +++ b/7530/data/test-cases/d3b632f965423136.json @@ -0,0 +1 @@ +{"uid":"d3b632f965423136","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Script and receive message","historyId":"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749033,"stop":1728381749034,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a58a7aab759295e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3a58a7aab759295e","status":"passed","time":{"start":1728379549676,"stop":1728379549676,"duration":0}},{"uid":"4cd54666c63f8398","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cd54666c63f8398","status":"passed","time":{"start":1728372195417,"stop":1728372195417,"duration":0}},{"uid":"512504c3a8901b55","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/512504c3a8901b55","status":"passed","time":{"start":1728370555246,"stop":1728370555246,"duration":0}},{"uid":"1a643eee19ce16dc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a643eee19ce16dc","status":"passed","time":{"start":1728369639837,"stop":1728369639837,"duration":0}}]},"tags":[]},"source":"d3b632f965423136.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d3c656a42d816e18.json b/7530/data/test-cases/d3c656a42d816e18.json new file mode 100644 index 00000000000..d5a3d3f8553 --- /dev/null +++ b/7530/data/test-cases/d3c656a42d816e18.json @@ -0,0 +1 @@ +{"uid":"d3c656a42d816e18","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Renews subscription after lossing a connection","historyId":"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b1aa464658a544c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b1aa464658a544c","status":"passed","time":{"start":1728379549683,"stop":1728379549683,"duration":0}},{"uid":"5cc093144977a129","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5cc093144977a129","status":"passed","time":{"start":1728372195423,"stop":1728372195423,"duration":0}},{"uid":"a37972bffb39c904","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a37972bffb39c904","status":"passed","time":{"start":1728370555250,"stop":1728370555250,"duration":0}},{"uid":"171da38773213b99","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/171da38773213b99","status":"passed","time":{"start":1728369639841,"stop":1728369639842,"duration":1}}]},"tags":[]},"source":"d3c656a42d816e18.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d3febc0bd0c501e5.json b/7530/data/test-cases/d3febc0bd0c501e5.json new file mode 100644 index 00000000000..65182ccc092 --- /dev/null +++ b/7530/data/test-cases/d3febc0bd0c501e5.json @@ -0,0 +1 @@ +{"uid":"d3febc0bd0c501e5","name":"should be called at least once on all `peer:discovery` events","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > attemptDial method > should be called at least once on all `peer:discovery` events","historyId":"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381416760,"stop":1728381416761,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"attemptDial method"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"81b606a93f2d0d97","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/81b606a93f2d0d97","status":"passed","time":{"start":1728379222477,"stop":1728379222477,"duration":0}},{"uid":"9002527d20491167","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9002527d20491167","status":"passed","time":{"start":1728371864275,"stop":1728371864276,"duration":1}},{"uid":"1d8de87f8b26e400","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1d8de87f8b26e400","status":"passed","time":{"start":1728370211848,"stop":1728370211848,"duration":0}},{"uid":"7f33effd5ccde37b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f33effd5ccde37b","status":"passed","time":{"start":1728369311529,"stop":1728369311529,"duration":0}}]},"tags":[]},"source":"d3febc0bd0c501e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d41aadd9ee27a32f.json b/7530/data/test-cases/d41aadd9ee27a32f.json new file mode 100644 index 00000000000..fc4826f4904 --- /dev/null +++ b/7530/data/test-cases/d41aadd9ee27a32f.json @@ -0,0 +1 @@ +{"uid":"d41aadd9ee27a32f","name":"random static sharding 2 - Cluster ID: 601, Shard ID: 22","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 2 - Cluster ID: 601, Shard ID: 22","historyId":"7a9a8b90ec5b0fa7cd1a1c0d713311ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745552,"stop":1728381745554,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"d41aadd9ee27a32f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d46122cb15dbda60.json b/7530/data/test-cases/d46122cb15dbda60.json new file mode 100644 index 00000000000..dfdce916073 --- /dev/null +++ b/7530/data/test-cases/d46122cb15dbda60.json @@ -0,0 +1 @@ +{"uid":"d46122cb15dbda60","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461617,"stop":1728381461623,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6471da70c1d7f5ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6471da70c1d7f5ee","status":"passed","time":{"start":1728379263315,"stop":1728379263324,"duration":9}},{"uid":"9bb5f24cfe1815e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9bb5f24cfe1815e9","status":"passed","time":{"start":1728371908005,"stop":1728371908005,"duration":0}},{"uid":"951f6122732fdb08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/951f6122732fdb08","status":"passed","time":{"start":1728370252051,"stop":1728370252051,"duration":0}},{"uid":"f0a3b984cc6a6a25","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f0a3b984cc6a6a25","status":"passed","time":{"start":1728369354741,"stop":1728369354741,"duration":0}}]},"tags":[]},"source":"d46122cb15dbda60.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d544bffeccb8aee5.json b/7530/data/test-cases/d544bffeccb8aee5.json new file mode 100644 index 00000000000..8f4500819cc --- /dev/null +++ b/7530/data/test-cases/d544bffeccb8aee5.json @@ -0,0 +1 @@ +{"uid":"d544bffeccb8aee5","name":"Subscribe and receive symmetrically encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive symmetrically encrypted messages via lightPush","historyId":"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749041,"stop":1728381749043,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d5ab9660d8159b7f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d5ab9660d8159b7f","status":"passed","time":{"start":1728379549684,"stop":1728379549685,"duration":1}},{"uid":"e528b885dc7a7405","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e528b885dc7a7405","status":"passed","time":{"start":1728372195424,"stop":1728372195426,"duration":2}},{"uid":"72b56d6bfe8d9b3d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72b56d6bfe8d9b3d","status":"passed","time":{"start":1728370555251,"stop":1728370555252,"duration":1}},{"uid":"48d0a3ae6b9bec5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/48d0a3ae6b9bec5a","status":"passed","time":{"start":1728369639844,"stop":1728369639845,"duration":1}}]},"tags":[]},"source":"d544bffeccb8aee5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d5871a0f41fa39a0.json b/7530/data/test-cases/d5871a0f41fa39a0.json new file mode 100644 index 00000000000..098434e753c --- /dev/null +++ b/7530/data/test-cases/d5871a0f41fa39a0.json @@ -0,0 +1 @@ +{"uid":"d5871a0f41fa39a0","name":"should throw an error for SingleShardInfos with different clusterIds","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should throw an error for SingleShardInfos with different clusterIds","historyId":"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355971,"stop":1728381355972,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c1ba2b196f80b340","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c1ba2b196f80b340","status":"passed","time":{"start":1728379159014,"stop":1728379159014,"duration":0}},{"uid":"a6fecafa93c97543","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6fecafa93c97543","status":"passed","time":{"start":1728371802899,"stop":1728371802899,"duration":0}},{"uid":"36222d494d62f09b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36222d494d62f09b","status":"passed","time":{"start":1728370149933,"stop":1728370149933,"duration":0}},{"uid":"7a11e389898393b5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a11e389898393b5","status":"passed","time":{"start":1728369248987,"stop":1728369248988,"duration":1}}]},"tags":[]},"source":"d5871a0f41fa39a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d58e2a38548c05ea.json b/7530/data/test-cases/d58e2a38548c05ea.json new file mode 100644 index 00000000000..1c1dcc13984 --- /dev/null +++ b/7530/data/test-cases/d58e2a38548c05ea.json @@ -0,0 +1 @@ +{"uid":"d58e2a38548c05ea","name":"Push message on custom pubsubTopic","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push : Multiple PubsubTopics > Push message on custom pubsubTopic","historyId":"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615368,"stop":1728381615368,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5dd313bdb7b3fa44","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dd313bdb7b3fa44","status":"passed","time":{"start":1728379422774,"stop":1728379422775,"duration":1}},{"uid":"766f3caab3a819bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/766f3caab3a819bb","status":"passed","time":{"start":1728372057767,"stop":1728372057768,"duration":1}},{"uid":"bbe6bda7fe885cfa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bbe6bda7fe885cfa","status":"passed","time":{"start":1728370439666,"stop":1728370439669,"duration":3}},{"uid":"7f2a9d9a45707ff1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f2a9d9a45707ff1","status":"passed","time":{"start":1728369540007,"stop":1728369540007,"duration":0}}]},"tags":[]},"source":"d58e2a38548c05ea.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d61e3cbcb141bd0b.json b/7530/data/test-cases/d61e3cbcb141bd0b.json new file mode 100644 index 00000000000..c739bc93c32 --- /dev/null +++ b/7530/data/test-cases/d61e3cbcb141bd0b.json @@ -0,0 +1 @@ +{"uid":"d61e3cbcb141bd0b","name":"returns a subset of values when wanted number is lesser than available values","fullName":"/src/dns/index.spec.ts: Discovery > returns a subset of values when wanted number is lesser than available values","historyId":"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381378684,"stop":1728381378685,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"661998aa2280c07a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/661998aa2280c07a","status":"passed","time":{"start":1728371825971,"stop":1728371825971,"duration":0}},{"uid":"31b4497edda290e2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31b4497edda290e2","status":"passed","time":{"start":1728370173519,"stop":1728370173520,"duration":1}},{"uid":"7e55ba138a8fa32","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7e55ba138a8fa32","status":"passed","time":{"start":1728369271815,"stop":1728369271817,"duration":2}}]},"tags":[]},"source":"d61e3cbcb141bd0b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d6a0479effeb012e.json b/7530/data/test-cases/d6a0479effeb012e.json new file mode 100644 index 00000000000..1c04b17a072 --- /dev/null +++ b/7530/data/test-cases/d6a0479effeb012e.json @@ -0,0 +1 @@ +{"uid":"d6a0479effeb012e","name":"Query with Promise Callback, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, Wrong PubsubTopic","historyId":"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743125,"stop":1728381743129,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cfe80b0762498b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cfe80b0762498b6","status":"passed","time":{"start":1728379550984,"stop":1728379550984,"duration":0}},{"uid":"d12f0c8baaec2792","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d12f0c8baaec2792","status":"passed","time":{"start":1728372211446,"stop":1728372211448,"duration":2}},{"uid":"2aebf7b281dd02f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2aebf7b281dd02f5","status":"passed","time":{"start":1728370582329,"stop":1728370582329,"duration":0}},{"uid":"48f821f75c54d6dc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/48f821f75c54d6dc","status":"passed","time":{"start":1728369674240,"stop":1728369674243,"duration":3}}]},"tags":[]},"source":"d6a0479effeb012e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d6d9ab9d45b2cb70.json b/7530/data/test-cases/d6d9ab9d45b2cb70.json new file mode 100644 index 00000000000..440691a8b63 --- /dev/null +++ b/7530/data/test-cases/d6d9ab9d45b2cb70.json @@ -0,0 +1 @@ +{"uid":"d6d9ab9d45b2cb70","name":"should not fail to start the service if it is already started","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423073,"stop":1728381423073,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c46d30d8f5617819","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c46d30d8f5617819","status":"passed","time":{"start":1728379224167,"stop":1728379224167,"duration":0}},{"uid":"a879baf6c0dd13ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a879baf6c0dd13ca","status":"passed","time":{"start":1728371870689,"stop":1728371870689,"duration":0}},{"uid":"fd3240849ce9a53d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd3240849ce9a53d","status":"passed","time":{"start":1728370215349,"stop":1728370215349,"duration":0}},{"uid":"68a8fa9877e026e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68a8fa9877e026e3","status":"passed","time":{"start":1728369314831,"stop":1728369314831,"duration":0}}]},"tags":[]},"source":"d6d9ab9d45b2cb70.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d6dc51e7f340789e.json b/7530/data/test-cases/d6dc51e7f340789e.json new file mode 100644 index 00000000000..f108ec28e5e --- /dev/null +++ b/7530/data/test-cases/d6dc51e7f340789e.json @@ -0,0 +1 @@ +{"uid":"d6dc51e7f340789e","name":"should only return 1 node with relay and store capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with relay and store capability","historyId":"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"59c001ec1d1b9af3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59c001ec1d1b9af3","status":"passed","time":{"start":1728379182989,"stop":1728379182989,"duration":0}},{"uid":"a803b0618509e113","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a803b0618509e113","status":"passed","time":{"start":1728371826966,"stop":1728371826967,"duration":1}},{"uid":"54dc194a83609c81","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/54dc194a83609c81","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"d4f65fe000998e1c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4f65fe000998e1c","status":"passed","time":{"start":1728369273239,"stop":1728369273239,"duration":0}}]},"tags":[]},"source":"d6dc51e7f340789e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d6e8e43340dc29b8.json b/7530/data/test-cases/d6e8e43340dc29b8.json new file mode 100644 index 00000000000..88d1755f510 --- /dev/null +++ b/7530/data/test-cases/d6e8e43340dc29b8.json @@ -0,0 +1 @@ +{"uid":"d6e8e43340dc29b8","name":"should add and remove event listeners correctly","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should add and remove event listeners correctly","historyId":"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381383547,"stop":1728381383548,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b398b762a72a9ef2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b398b762a72a9ef2","status":"passed","time":{"start":1728379186759,"stop":1728379186759,"duration":0}},{"uid":"355da86e216d9d8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/355da86e216d9d8e","status":"passed","time":{"start":1728371830875,"stop":1728371830875,"duration":0}},{"uid":"a566ebcfa3fe25f3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a566ebcfa3fe25f3","status":"passed","time":{"start":1728370178242,"stop":1728370178242,"duration":0}},{"uid":"158f4142eae121be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/158f4142eae121be","status":"passed","time":{"start":1728369277112,"stop":1728369277112,"duration":0}}]},"tags":[]},"source":"d6e8e43340dc29b8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d70425a263ba6580.json b/7530/data/test-cases/d70425a263ba6580.json new file mode 100644 index 00000000000..0bf2f37a10e --- /dev/null +++ b/7530/data/test-cases/d70425a263ba6580.json @@ -0,0 +1 @@ +{"uid":"d70425a263ba6580","name":"Push message with content topic containing long","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing long","historyId":"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711649,"stop":1728381711650,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"86d69609ff6fc70e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/86d69609ff6fc70e","status":"passed","time":{"start":1728379515552,"stop":1728379515553,"duration":1}},{"uid":"e49ec3c497b3fc0e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e49ec3c497b3fc0e","status":"passed","time":{"start":1728372171296,"stop":1728372171296,"duration":0}},{"uid":"f715571cc2d70766","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f715571cc2d70766","status":"passed","time":{"start":1728370522964,"stop":1728370522965,"duration":1}},{"uid":"2ec7fbfc072c6699","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ec7fbfc072c6699","status":"passed","time":{"start":1728369622044,"stop":1728369622044,"duration":0}}]},"tags":[]},"source":"d70425a263ba6580.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d709365e12c2326b.json b/7530/data/test-cases/d709365e12c2326b.json new file mode 100644 index 00000000000..424a4469e4e --- /dev/null +++ b/7530/data/test-cases/d709365e12c2326b.json @@ -0,0 +1 @@ +{"uid":"d709365e12c2326b","name":"Relay + Store","fullName":"/src/enr.spec.ts: ENR > Waku2 key: decode > Relay + Store","historyId":"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364430,"stop":1728381364430,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Waku2 key: decode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d03b53db249b85e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d03b53db249b85e6","status":"passed","time":{"start":1728379167608,"stop":1728379167608,"duration":0}},{"uid":"36404df4b4be2b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/36404df4b4be2b3","status":"passed","time":{"start":1728371811389,"stop":1728371811390,"duration":1}},{"uid":"79fae6553bcc9b9b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/79fae6553bcc9b9b","status":"passed","time":{"start":1728370158850,"stop":1728370158850,"duration":0}},{"uid":"35567ed5cef9dbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/35567ed5cef9dbe","status":"passed","time":{"start":1728369257789,"stop":1728369257789,"duration":0}}]},"tags":[]},"source":"d709365e12c2326b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d7229a5174a39d41.json b/7530/data/test-cases/d7229a5174a39d41.json new file mode 100644 index 00000000000..37f835254ae --- /dev/null +++ b/7530/data/test-cases/d7229a5174a39d41.json @@ -0,0 +1 @@ +{"uid":"d7229a5174a39d41","name":"Push message with content topic containing escaped characters","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing escaped characters","historyId":"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aef224f71c9997a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aef224f71c9997a0","status":"passed","time":{"start":1728379482943,"stop":1728379482947,"duration":4}},{"uid":"e46c1e38f086d6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e46c1e38f086d6e","status":"passed","time":{"start":1728372134569,"stop":1728372134570,"duration":1}},{"uid":"44921f19e743c648","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/44921f19e743c648","status":"passed","time":{"start":1728370487881,"stop":1728370487882,"duration":1}},{"uid":"e6bf6d02ce983814","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6bf6d02ce983814","status":"passed","time":{"start":1728369590804,"stop":1728369590804,"duration":0}}]},"tags":[]},"source":"d7229a5174a39d41.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d793e030ce0b034b.json b/7530/data/test-cases/d793e030ce0b034b.json new file mode 100644 index 00000000000..f2814dd85a4 --- /dev/null +++ b/7530/data/test-cases/d793e030ce0b034b.json @@ -0,0 +1 @@ +{"uid":"d793e030ce0b034b","name":"Query generator for 2000 messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for 2000 messages","historyId":"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381762413,"stop":1728381762413,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fc09ad7d40e82670","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fc09ad7d40e82670","status":"passed","time":{"start":1728379565744,"stop":1728379565745,"duration":1}},{"uid":"d9d8dfbfc78fcb54","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9d8dfbfc78fcb54","status":"passed","time":{"start":1728372228766,"stop":1728372228767,"duration":1}},{"uid":"db5ae56a90159100","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/db5ae56a90159100","status":"passed","time":{"start":1728370603981,"stop":1728370603981,"duration":0}},{"uid":"5c8f1a637e9e4098","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c8f1a637e9e4098","status":"passed","time":{"start":1728369703132,"stop":1728369703139,"duration":7}}]},"tags":[]},"source":"d793e030ce0b034b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d8053fe5b29fb6d2.json b/7530/data/test-cases/d8053fe5b29fb6d2.json new file mode 100644 index 00000000000..ae0f207ccad --- /dev/null +++ b/7530/data/test-cases/d8053fe5b29fb6d2.json @@ -0,0 +1 @@ +{"uid":"d8053fe5b29fb6d2","name":"LightPush with 3 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 3 connections","historyId":"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381554779,"stop":1728381554781,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"61a39c8b4427a32d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61a39c8b4427a32d","status":"passed","time":{"start":1728379365909,"stop":1728379365909,"duration":0}},{"uid":"7943d8460ff020e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7943d8460ff020e6","status":"passed","time":{"start":1728372012988,"stop":1728372012991,"duration":3}},{"uid":"d1e26f95b80ed7aa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1e26f95b80ed7aa","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370408810,"stop":1728370408810,"duration":0}},{"uid":"e4ea68c65d88836a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e4ea68c65d88836a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369510277,"stop":1728369510277,"duration":0}}]},"tags":[]},"source":"d8053fe5b29fb6d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d805a86935a1d3e3.json b/7530/data/test-cases/d805a86935a1d3e3.json new file mode 100644 index 00000000000..00d326c2460 --- /dev/null +++ b/7530/data/test-cases/d805a86935a1d3e3.json @@ -0,0 +1 @@ +{"uid":"d805a86935a1d3e3","name":"ENRTree (root): should error if DNS root entry signature is invalid","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry signature is invalid","historyId":"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379237,"stop":1728381379238,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6781fff23872600","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6781fff23872600","status":"passed","time":{"start":1728379182445,"stop":1728379182446,"duration":1}},{"uid":"a610065cc39d31f3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a610065cc39d31f3","status":"passed","time":{"start":1728371826621,"stop":1728371826622,"duration":1}},{"uid":"bfb9a399bc8904c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfb9a399bc8904c5","status":"passed","time":{"start":1728370173934,"stop":1728370173934,"duration":0}},{"uid":"7d73604f18574c18","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d73604f18574c18","status":"passed","time":{"start":1728369272866,"stop":1728369272866,"duration":0}}]},"tags":[]},"source":"d805a86935a1d3e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d858d4b100b40b07.json b/7530/data/test-cases/d858d4b100b40b07.json new file mode 100644 index 00000000000..fcc49fe3856 --- /dev/null +++ b/7530/data/test-cases/d858d4b100b40b07.json @@ -0,0 +1 @@ +{"uid":"d858d4b100b40b07","name":"different cluster, same shard: nodes don't connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect (autosharding)","historyId":"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"190f2c885a9a36b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/190f2c885a9a36b6","status":"passed","time":{"start":1728379329168,"stop":1728379329169,"duration":1}},{"uid":"b8bcb52f0ff7fd5f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b8bcb52f0ff7fd5f","status":"passed","time":{"start":1728371983984,"stop":1728371983984,"duration":0}}]},"tags":[]},"source":"d858d4b100b40b07.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d865ae41c3003692.json b/7530/data/test-cases/d865ae41c3003692.json new file mode 100644 index 00000000000..936f39f13c9 --- /dev/null +++ b/7530/data/test-cases/d865ae41c3003692.json @@ -0,0 +1 @@ +{"uid":"d865ae41c3003692","name":"Filter with 3 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 3 connections","historyId":"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381554781,"stop":1728381554782,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ba29376fb8ff8944","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ba29376fb8ff8944","status":"passed","time":{"start":1728379365910,"stop":1728379365910,"duration":0}},{"uid":"f545c300a15bef96","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f545c300a15bef96","status":"passed","time":{"start":1728372012991,"stop":1728372012992,"duration":1}},{"uid":"81eed31f3c03b6d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/81eed31f3c03b6d2","status":"passed","time":{"start":1728370408810,"stop":1728370408811,"duration":1}},{"uid":"68c207e7b3bcd9da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68c207e7b3bcd9da","status":"passed","time":{"start":1728369510278,"stop":1728369510278,"duration":0}}]},"tags":[]},"source":"d865ae41c3003692.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d946ad76c471ebf5.json b/7530/data/test-cases/d946ad76c471ebf5.json new file mode 100644 index 00000000000..bac08ba3833 --- /dev/null +++ b/7530/data/test-cases/d946ad76c471ebf5.json @@ -0,0 +1 @@ +{"uid":"d946ad76c471ebf5","name":"Check received message containing XML","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing XML","historyId":"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9f7bd11e6bf9c902","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9f7bd11e6bf9c902","status":"passed","time":{"start":1728379460285,"stop":1728379460285,"duration":0}},{"uid":"c8cb7fd39047c97d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8cb7fd39047c97d","status":"passed","time":{"start":1728372105674,"stop":1728372105674,"duration":0}},{"uid":"5306b5301b938ebf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5306b5301b938ebf","status":"passed","time":{"start":1728370464148,"stop":1728370464149,"duration":1}},{"uid":"41f8c2afbac21316","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41f8c2afbac21316","status":"passed","time":{"start":1728369544871,"stop":1728369544871,"duration":0}}]},"tags":[]},"source":"d946ad76c471ebf5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d94e92136509872d.json b/7530/data/test-cases/d94e92136509872d.json new file mode 100644 index 00000000000..d090b746454 --- /dev/null +++ b/7530/data/test-cases/d94e92136509872d.json @@ -0,0 +1 @@ +{"uid":"d94e92136509872d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/!/1","historyId":"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c62a1e87ea5a5035","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c62a1e87ea5a5035","status":"passed","time":{"start":1728379159022,"stop":1728379159022,"duration":0}},{"uid":"8256210456ec3b84","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8256210456ec3b84","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"47e13f09e5bc2b6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47e13f09e5bc2b6d","status":"passed","time":{"start":1728370149940,"stop":1728370149941,"duration":1}},{"uid":"2cefd2dd27786d65","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2cefd2dd27786d65","status":"passed","time":{"start":1728369248995,"stop":1728369248995,"duration":0}}]},"tags":[]},"source":"d94e92136509872d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/d9a4daec0cfced69.json b/7530/data/test-cases/d9a4daec0cfced69.json new file mode 100644 index 00000000000..70b275d2dad --- /dev/null +++ b/7530/data/test-cases/d9a4daec0cfced69.json @@ -0,0 +1 @@ +{"uid":"d9a4daec0cfced69","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs","historyId":"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355975,"stop":1728381355976,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bca9a31484c6576b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bca9a31484c6576b","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"6b74291aa9f2e7d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6b74291aa9f2e7d1","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"df0194eb5f8bf98b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/df0194eb5f8bf98b","status":"passed","time":{"start":1728370149938,"stop":1728370149938,"duration":0}},{"uid":"4b6ad09dea1c061e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b6ad09dea1c061e","status":"passed","time":{"start":1728369248992,"stop":1728369248993,"duration":1}}]},"tags":[]},"source":"d9a4daec0cfced69.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/da16effead2ec4a9.json b/7530/data/test-cases/da16effead2ec4a9.json new file mode 100644 index 00000000000..b9d2d966fe2 --- /dev/null +++ b/7530/data/test-cases/da16effead2ec4a9.json @@ -0,0 +1 @@ +{"uid":"da16effead2ec4a9","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381614000,"stop":1728381614001,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Is also\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is also"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"be1abdeb4f037795","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be1abdeb4f037795","status":"passed","time":{"start":1728379419840,"stop":1728379419840,"duration":0}},{"uid":"44b638f6a738f7c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44b638f6a738f7c8","status":"passed","time":{"start":1728372057884,"stop":1728372057885,"duration":1}},{"uid":"888455d50d5324ac","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/888455d50d5324ac","status":"passed","time":{"start":1728370439775,"stop":1728370439776,"duration":1}},{"uid":"cbd9004fba28c0da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbd9004fba28c0da","status":"passed","time":{"start":1728369540111,"stop":1728369540111,"duration":0}}]},"tags":[]},"source":"da16effead2ec4a9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/da732b2f2d051ae.json b/7530/data/test-cases/da732b2f2d051ae.json new file mode 100644 index 00000000000..828642fcb69 --- /dev/null +++ b/7530/data/test-cases/da732b2f2d051ae.json @@ -0,0 +1 @@ +{"uid":"da732b2f2d051ae","name":"Generator, custom pubsub topic","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (Autosharding), custom pubsub topic > Generator, custom pubsub topic","historyId":"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763774,"stop":1728381763775,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a09d2e7edbe46218","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a09d2e7edbe46218","status":"passed","time":{"start":1728379572274,"stop":1728379572275,"duration":1}},{"uid":"ccdbd334e819ea1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccdbd334e819ea1b","status":"passed","time":{"start":1728372221517,"stop":1728372221517,"duration":0}},{"uid":"669beb9ce574ab06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/669beb9ce574ab06","status":"passed","time":{"start":1728370607709,"stop":1728370607710,"duration":1}},{"uid":"27c741eab360c6ff","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/27c741eab360c6ff","status":"passed","time":{"start":1728369690176,"stop":1728369690176,"duration":0}}]},"tags":[]},"source":"da732b2f2d051ae.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/da84f2da4afe5767.json b/7530/data/test-cases/da84f2da4afe5767.json new file mode 100644 index 00000000000..2082ea307fb --- /dev/null +++ b/7530/data/test-cases/da84f2da4afe5767.json @@ -0,0 +1 @@ +{"uid":"da84f2da4afe5767","name":"Check received message containing Russian","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Russian","historyId":"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8d78f8fb26887e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d78f8fb26887e","status":"passed","time":{"start":1728379460283,"stop":1728379460284,"duration":1}},{"uid":"c6a914dca6684630","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6a914dca6684630","status":"passed","time":{"start":1728372105672,"stop":1728372105673,"duration":1}},{"uid":"6b4f2d0485e13cc0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b4f2d0485e13cc0","status":"passed","time":{"start":1728370464145,"stop":1728370464146,"duration":1}},{"uid":"f7aec0d0c3929c51","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7aec0d0c3929c51","status":"passed","time":{"start":1728369544869,"stop":1728369544869,"duration":0}}]},"tags":[]},"source":"da84f2da4afe5767.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dafed86010cdc889.json b/7530/data/test-cases/dafed86010cdc889.json new file mode 100644 index 00000000000..65a3826a011 --- /dev/null +++ b/7530/data/test-cases/dafed86010cdc889.json @@ -0,0 +1 @@ +{"uid":"dafed86010cdc889","name":"should return a calculated topic if SingleShardInfo is provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should return a calculated topic if SingleShardInfo is provided","historyId":"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c62658f5c51f4136","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c62658f5c51f4136","status":"passed","time":{"start":1728379159027,"stop":1728379159028,"duration":1}},{"uid":"94a0aa83000157e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/94a0aa83000157e","status":"passed","time":{"start":1728371802911,"stop":1728371802911,"duration":0}},{"uid":"7b44b4c15812dd69","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b44b4c15812dd69","status":"passed","time":{"start":1728370149945,"stop":1728370149945,"duration":0}},{"uid":"d1a50f3b1b058c62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d1a50f3b1b058c62","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"tags":[]},"source":"dafed86010cdc889.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/db3659a52178e84c.json b/7530/data/test-cases/db3659a52178e84c.json new file mode 100644 index 00000000000..cad5dcbe01e --- /dev/null +++ b/7530/data/test-cases/db3659a52178e84c.json @@ -0,0 +1 @@ +{"uid":"db3659a52178e84c","name":"Ephemeral field is preserved - asymmetric encryption","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - asymmetric encryption","historyId":"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381415529,"stop":1728381415529,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a1f4dbdb35cc84a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1f4dbdb35cc84a5","status":"passed","time":{"start":1728379221896,"stop":1728379221897,"duration":1}},{"uid":"c701bd915ee9774","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c701bd915ee9774","status":"passed","time":{"start":1728371864348,"stop":1728371864348,"duration":0}},{"uid":"2fed1253687c8283","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fed1253687c8283","status":"passed","time":{"start":1728370211395,"stop":1728370211395,"duration":0}},{"uid":"458d119cc97c66d7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/458d119cc97c66d7","status":"passed","time":{"start":1728369310553,"stop":1728369310554,"duration":1}}]},"tags":[]},"source":"db3659a52178e84c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dbb742fd501ff427.json b/7530/data/test-cases/dbb742fd501ff427.json new file mode 100644 index 00000000000..5b5006bbf0a --- /dev/null +++ b/7530/data/test-cases/dbb742fd501ff427.json @@ -0,0 +1 @@ +{"uid":"dbb742fd501ff427","name":"1 Store, 2 fetches","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Store, 2 fetches","historyId":"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379297,"stop":1728381379298,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"39ef828e1db9c40c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/39ef828e1db9c40c","status":"passed","time":{"start":1728379182283,"stop":1728379182283,"duration":0}},{"uid":"bbeefff7290d0c5d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bbeefff7290d0c5d","status":"passed","time":{"start":1728371826535,"stop":1728371826535,"duration":0}},{"uid":"5757a64741e6d52f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5757a64741e6d52f","status":"passed","time":{"start":1728370173923,"stop":1728370173923,"duration":0}},{"uid":"1ee46ee3c25fed36","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ee46ee3c25fed36","status":"passed","time":{"start":1728369272889,"stop":1728369272889,"duration":0}}]},"tags":[]},"source":"dbb742fd501ff427.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dbce63ef45e7f8ba.json b/7530/data/test-cases/dbce63ef45e7f8ba.json new file mode 100644 index 00000000000..c79d433e47f --- /dev/null +++ b/7530/data/test-cases/dbce63ef45e7f8ba.json @@ -0,0 +1 @@ +{"uid":"dbce63ef45e7f8ba","name":"should be able to encode the field with only FILTER set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with only FILTER set to true","historyId":"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363560,"stop":1728381363561,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4d8253f4a9dd8f91","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4d8253f4a9dd8f91","status":"passed","time":{"start":1728379166753,"stop":1728379166754,"duration":1}},{"uid":"1fbb385cad738f00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1fbb385cad738f00","status":"passed","time":{"start":1728371810585,"stop":1728371810585,"duration":0}},{"uid":"c0d6fa4f07de76aa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0d6fa4f07de76aa","status":"passed","time":{"start":1728370158402,"stop":1728370158402,"duration":0}},{"uid":"e58cc044d621ef39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e58cc044d621ef39","status":"passed","time":{"start":1728369256983,"stop":1728369256983,"duration":0}}]},"tags":[]},"source":"dbce63ef45e7f8ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dbdf671d401b4d86.json b/7530/data/test-cases/dbdf671d401b4d86.json new file mode 100644 index 00000000000..d55f12b4d02 --- /dev/null +++ b/7530/data/test-cases/dbdf671d401b4d86.json @@ -0,0 +1 @@ +{"uid":"dbdf671d401b4d86","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745565,"stop":1728381745565,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"201f238bb3a2887c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/201f238bb3a2887c","status":"passed","time":{"start":1728379547128,"stop":1728379547129,"duration":1}},{"uid":"ff3572d405ef52a7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff3572d405ef52a7","status":"passed","time":{"start":1728372200182,"stop":1728372200183,"duration":1}},{"uid":"9e34e126fa0d9e0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e34e126fa0d9e0d","status":"passed","time":{"start":1728370581699,"stop":1728370581701,"duration":2}},{"uid":"2626f4c201e87932","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2626f4c201e87932","status":"passed","time":{"start":1728369675010,"stop":1728369675010,"duration":0}}]},"tags":[]},"source":"dbdf671d401b4d86.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dc1ae730c0eafb86.json b/7530/data/test-cases/dc1ae730c0eafb86.json new file mode 100644 index 00000000000..949521bda4f --- /dev/null +++ b/7530/data/test-cases/dc1ae730c0eafb86.json @@ -0,0 +1 @@ +{"uid":"dc1ae730c0eafb86","name":"Check received message containing SQL Injection","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing SQL Injection","historyId":"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526511,"stop":1728381526512,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"440888fa38594741","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/440888fa38594741","status":"passed","time":{"start":1728379329397,"stop":1728379329397,"duration":0}},{"uid":"44cd7281daf4214d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44cd7281daf4214d","status":"passed","time":{"start":1728371973986,"stop":1728371973986,"duration":0}},{"uid":"18501c84d94bfc46","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18501c84d94bfc46","status":"passed","time":{"start":1728370320864,"stop":1728370320864,"duration":0}},{"uid":"9d8a80f285e0b4f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d8a80f285e0b4f7","status":"passed","time":{"start":1728369420226,"stop":1728369420227,"duration":1}}]},"tags":[]},"source":"dc1ae730c0eafb86.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dc1d500f5322b024.json b/7530/data/test-cases/dc1d500f5322b024.json new file mode 100644 index 00000000000..bb6a3d47e29 --- /dev/null +++ b/7530/data/test-cases/dc1d500f5322b024.json @@ -0,0 +1 @@ +{"uid":"dc1d500f5322b024","name":"should emit `peer:connected:bootstrap` event when a peer is connected","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:connect > should emit `peer:connected:bootstrap` event when a peer is connected","historyId":"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381409093,"stop":1728381409094,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:connect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8faaa23ae83153d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8faaa23ae83153d3","status":"passed","time":{"start":1728379215428,"stop":1728379215429,"duration":1}},{"uid":"18f773280acc6063","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/18f773280acc6063","status":"passed","time":{"start":1728371857085,"stop":1728371857086,"duration":1}},{"uid":"f5e9b5138c8a8dcd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5e9b5138c8a8dcd","status":"passed","time":{"start":1728370205024,"stop":1728370205024,"duration":0}},{"uid":"42d627bb9f78fa4d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/42d627bb9f78fa4d","status":"passed","time":{"start":1728369303199,"stop":1728369303202,"duration":3}}]},"tags":[]},"source":"dc1d500f5322b024.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dc35b903ab15503.json b/7530/data/test-cases/dc35b903ab15503.json new file mode 100644 index 00000000000..08aec386ba5 --- /dev/null +++ b/7530/data/test-cases/dc35b903ab15503.json @@ -0,0 +1 @@ +{"uid":"dc35b903ab15503","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing unicode special characters and receive message","historyId":"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d9d9e3b45d8051da","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9d9e3b45d8051da","status":"passed","time":{"start":1728379366497,"stop":1728379366500,"duration":3}},{"uid":"4aefe2ece26c9f2c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4aefe2ece26c9f2c","status":"passed","time":{"start":1728371996029,"stop":1728371996029,"duration":0}},{"uid":"b1442db1ad9f6ad8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1442db1ad9f6ad8","status":"passed","time":{"start":1728370345141,"stop":1728370345145,"duration":4}},{"uid":"aef4d410fe17a0ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aef4d410fe17a0ae","status":"passed","time":{"start":1728369447292,"stop":1728369447292,"duration":0}}]},"tags":[]},"source":"dc35b903ab15503.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dc70d6208e89b052.json b/7530/data/test-cases/dc70d6208e89b052.json new file mode 100644 index 00000000000..bba67259a99 --- /dev/null +++ b/7530/data/test-cases/dc70d6208e89b052.json @@ -0,0 +1 @@ +{"uid":"dc70d6208e89b052","name":"random static sharding 4 - Cluster ID: 126, Shard ID: 395","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 4 - Cluster ID: 126, Shard ID: 395","historyId":"6ddce545bc5a1258a51835de834abc4a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381745554,"stop":1728381745555,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"dc70d6208e89b052.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dc75db3bdf818aec.json b/7530/data/test-cases/dc75db3bdf818aec.json new file mode 100644 index 00000000000..47fd04f11e7 --- /dev/null +++ b/7530/data/test-cases/dc75db3bdf818aec.json @@ -0,0 +1 @@ +{"uid":"dc75db3bdf818aec","name":"Encoder throws on empty string content topic","fullName":"/src/symmetric.spec.ts: Ensures content topic is defined > Encoder throws on empty string content topic","historyId":"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381389462,"stop":1728381389462,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"131f75e2eae57ea7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/131f75e2eae57ea7","status":"passed","time":{"start":1728379192717,"stop":1728379192717,"duration":0}},{"uid":"7b958c0e20ea60d7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b958c0e20ea60d7","status":"passed","time":{"start":1728371836844,"stop":1728371836844,"duration":0}},{"uid":"1477c06cc6a3b1ac","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1477c06cc6a3b1ac","status":"passed","time":{"start":1728370184427,"stop":1728370184428,"duration":1}},{"uid":"c26040160c15df09","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c26040160c15df09","status":"passed","time":{"start":1728369283260,"stop":1728369283261,"duration":1}}]},"tags":[]},"source":"dc75db3bdf818aec.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dca73083c94586bd.json b/7530/data/test-cases/dca73083c94586bd.json new file mode 100644 index 00000000000..58f01fedb7d --- /dev/null +++ b/7530/data/test-cases/dca73083c94586bd.json @@ -0,0 +1 @@ +{"uid":"dca73083c94586bd","name":"Push message with emoji payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with emoji payload","historyId":"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca4325e56e5b23f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca4325e56e5b23f2","status":"passed","time":{"start":1728379515551,"stop":1728379515551,"duration":0}},{"uid":"7b3e5487e7249e4b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b3e5487e7249e4b","status":"passed","time":{"start":1728372171294,"stop":1728372171295,"duration":1}},{"uid":"bd89b7a8568ccf46","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd89b7a8568ccf46","status":"passed","time":{"start":1728370522958,"stop":1728370522961,"duration":3}},{"uid":"d4b02a358d103289","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4b02a358d103289","status":"passed","time":{"start":1728369622035,"stop":1728369622037,"duration":2}}]},"tags":[]},"source":"dca73083c94586bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dcc2c4547e7567c8.json b/7530/data/test-cases/dcc2c4547e7567c8.json new file mode 100644 index 00000000000..03ac8415637 --- /dev/null +++ b/7530/data/test-cases/dcc2c4547e7567c8.json @@ -0,0 +1 @@ +{"uid":"dcc2c4547e7567c8","name":"Push message with content topic containing unicode special characters","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing unicode special characters","historyId":"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680466,"stop":1728381680467,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd75a856097e416d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd75a856097e416d","status":"passed","time":{"start":1728379482947,"stop":1728379482948,"duration":1}},{"uid":"7f68a4bed73d6928","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f68a4bed73d6928","status":"passed","time":{"start":1728372134570,"stop":1728372134571,"duration":1}},{"uid":"9e7a1e4879e80347","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e7a1e4879e80347","status":"passed","time":{"start":1728370487883,"stop":1728370487883,"duration":0}},{"uid":"76c4add48cb0a83a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76c4add48cb0a83a","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"tags":[]},"source":"dcc2c4547e7567c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dccbc54544f9b7c2.json b/7530/data/test-cases/dccbc54544f9b7c2.json new file mode 100644 index 00000000000..3a3106bd4a6 --- /dev/null +++ b/7530/data/test-cases/dccbc54544f9b7c2.json @@ -0,0 +1 @@ +{"uid":"dccbc54544f9b7c2","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","historyId":"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521319,"stop":1728381521321,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a5b4a15ab000e6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3a5b4a15ab000e6c","status":"passed","time":{"start":1728379329183,"stop":1728379329183,"duration":0}},{"uid":"dc9e5e77c27dd66a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc9e5e77c27dd66a","status":"passed","time":{"start":1728371984008,"stop":1728371984008,"duration":0}},{"uid":"39669eac5c091bfc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/39669eac5c091bfc","status":"passed","time":{"start":1728370284363,"stop":1728370284363,"duration":0}},{"uid":"c3fd6ed49bbfc0d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3fd6ed49bbfc0d4","status":"passed","time":{"start":1728369378910,"stop":1728369378911,"duration":1}}]},"tags":[]},"source":"dccbc54544f9b7c2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dd01126e138f9c0a.json b/7530/data/test-cases/dd01126e138f9c0a.json new file mode 100644 index 00000000000..6142f15337d --- /dev/null +++ b/7530/data/test-cases/dd01126e138f9c0a.json @@ -0,0 +1 @@ +{"uid":"dd01126e138f9c0a","name":"Sample","fullName":"/src/multiaddrs_codec.spec.ts: ENR multiaddrs codec > Sample","historyId":"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363822,"stop":1728381363823,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR multiaddrs codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2228b941ac26d88c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2228b941ac26d88c","status":"passed","time":{"start":1728379167037,"stop":1728379167037,"duration":0}},{"uid":"64db8af5415150cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64db8af5415150cc","status":"passed","time":{"start":1728371810701,"stop":1728371810702,"duration":1}},{"uid":"8d30655a8094a01e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d30655a8094a01e","status":"passed","time":{"start":1728370158138,"stop":1728370158139,"duration":1}},{"uid":"f3900e708fc79fbc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3900e708fc79fbc","status":"passed","time":{"start":1728369257198,"stop":1728369257199,"duration":1}}]},"tags":[]},"source":"dd01126e138f9c0a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dd20ba5765c8249.json b/7530/data/test-cases/dd20ba5765c8249.json new file mode 100644 index 00000000000..e901691bb7e --- /dev/null +++ b/7530/data/test-cases/dd20ba5765c8249.json @@ -0,0 +1 @@ +{"uid":"dd20ba5765c8249","name":"Query with Promise Callback, Multiple PubsubTopics","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, Multiple PubsubTopics","historyId":"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381743129,"stop":1728381743131,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"63868388e53fa21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/63868388e53fa21d","status":"passed","time":{"start":1728379550985,"stop":1728379550985,"duration":0}},{"uid":"7dc89278d8633ffe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7dc89278d8633ffe","status":"passed","time":{"start":1728372211449,"stop":1728372211449,"duration":0}},{"uid":"2f1e46aca43f7f90","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f1e46aca43f7f90","status":"passed","time":{"start":1728370582329,"stop":1728370582329,"duration":0}},{"uid":"37045d99cb120ee7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/37045d99cb120ee7","status":"passed","time":{"start":1728369674243,"stop":1728369674244,"duration":1}}]},"tags":[]},"source":"dd20ba5765c8249.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dde8cc887adbbc28.json b/7530/data/test-cases/dde8cc887adbbc28.json new file mode 100644 index 00000000000..1bdc9a457a3 --- /dev/null +++ b/7530/data/test-cases/dde8cc887adbbc28.json @@ -0,0 +1 @@ +{"uid":"dde8cc887adbbc28","name":"Check received message containing emoji","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing emoji","historyId":"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658385,"stop":1728381658386,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84d84909f21f42ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84d84909f21f42ea","status":"passed","time":{"start":1728379460289,"stop":1728379460289,"duration":0}},{"uid":"53551bd9dcc7d445","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/53551bd9dcc7d445","status":"passed","time":{"start":1728372105677,"stop":1728372105677,"duration":0}},{"uid":"8582264b38d54d0a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8582264b38d54d0a","status":"passed","time":{"start":1728370464151,"stop":1728370464152,"duration":1}},{"uid":"994dee7395bc6dfe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/994dee7395bc6dfe","status":"passed","time":{"start":1728369544873,"stop":1728369544874,"duration":1}}]},"tags":[]},"source":"dde8cc887adbbc28.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/de001ad49d00952f.json b/7530/data/test-cases/de001ad49d00952f.json new file mode 100644 index 00000000000..df3fb8fd39e --- /dev/null +++ b/7530/data/test-cases/de001ad49d00952f.json @@ -0,0 +1 @@ +{"uid":"de001ad49d00952f","name":"Push message with content topic containing special chars","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing special chars","historyId":"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44d638a68345a652","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/44d638a68345a652","status":"passed","time":{"start":1728379482931,"stop":1728379482932,"duration":1}},{"uid":"be60075bbec1eec2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be60075bbec1eec2","status":"passed","time":{"start":1728372134555,"stop":1728372134555,"duration":0}},{"uid":"1c1a029642c26a5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c1a029642c26a5c","status":"passed","time":{"start":1728370487873,"stop":1728370487874,"duration":1}},{"uid":"fd303b81c85164dd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd303b81c85164dd","status":"passed","time":{"start":1728369590800,"stop":1728369590800,"duration":0}}]},"tags":[]},"source":"de001ad49d00952f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/de2232b3ef9c7411.json b/7530/data/test-cases/de2232b3ef9c7411.json new file mode 100644 index 00000000000..21a33270d49 --- /dev/null +++ b/7530/data/test-cases/de2232b3ef9c7411.json @@ -0,0 +1 @@ +{"uid":"de2232b3ef9c7411","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","historyId":"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65bff9f219af65b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65bff9f219af65b6","status":"passed","time":{"start":1728379576342,"stop":1728379576342,"duration":0}},{"uid":"38fcb2477e428774","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38fcb2477e428774","status":"passed","time":{"start":1728372230818,"stop":1728372230818,"duration":0}},{"uid":"e0beaaed0a9a63e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e0beaaed0a9a63e5","status":"passed","time":{"start":1728370630212,"stop":1728370630212,"duration":0}},{"uid":"5ee1264e4fa6281c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ee1264e4fa6281c","status":"passed","time":{"start":1728369712263,"stop":1728369712263,"duration":0}}]},"tags":[]},"source":"de2232b3ef9c7411.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/def7af7ad0175d68.json b/7530/data/test-cases/def7af7ad0175d68.json new file mode 100644 index 00000000000..19a8ccc7e2b --- /dev/null +++ b/7530/data/test-cases/def7af7ad0175d68.json @@ -0,0 +1 @@ +{"uid":"def7af7ad0175d68","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","historyId":"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521327,"stop":1728381521340,"duration":13},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b8a3de7e046e6132","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8a3de7e046e6132","status":"passed","time":{"start":1728379329186,"stop":1728379329186,"duration":0}},{"uid":"79b5092426c8a6c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/79b5092426c8a6c8","status":"passed","time":{"start":1728371984010,"stop":1728371984010,"duration":0}},{"uid":"306db76a5c4dc854","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/306db76a5c4dc854","status":"passed","time":{"start":1728370284365,"stop":1728370284365,"duration":0}},{"uid":"ffbc350e717baf26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffbc350e717baf26","status":"passed","time":{"start":1728369378912,"stop":1728369378913,"duration":1}}]},"tags":[]},"source":"def7af7ad0175d68.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/df43b196c9ed874b.json b/7530/data/test-cases/df43b196c9ed874b.json new file mode 100644 index 00000000000..3f9ae136f46 --- /dev/null +++ b/7530/data/test-cases/df43b196c9ed874b.json @@ -0,0 +1 @@ +{"uid":"df43b196c9ed874b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (named sharding): Multiple PubsubTopics > Light push messages to 2 nwaku nodes each with different pubsubtopics","historyId":"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a505b3b9ac4ca835","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a505b3b9ac4ca835","status":"passed","time":{"start":1728379422781,"stop":1728379422781,"duration":0}},{"uid":"a7bfc2b16b8d04cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7bfc2b16b8d04cb","status":"passed","time":{"start":1728372057782,"stop":1728372057782,"duration":0}},{"uid":"e9994283224cd54e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e9994283224cd54e","status":"passed","time":{"start":1728370439688,"stop":1728370439689,"duration":1}},{"uid":"4fdd542fd7468b1c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4fdd542fd7468b1c","status":"passed","time":{"start":1728369540018,"stop":1728369540018,"duration":0}}]},"tags":[]},"source":"df43b196c9ed874b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/dfcfbf8c3433b83.json b/7530/data/test-cases/dfcfbf8c3433b83.json new file mode 100644 index 00000000000..94b2b44e937 --- /dev/null +++ b/7530/data/test-cases/dfcfbf8c3433b83.json @@ -0,0 +1 @@ +{"uid":"dfcfbf8c3433b83","name":"Ping on unsubscribed peer","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true > Ping on unsubscribed peer","historyId":"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381454666,"stop":1728381454667,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3cf3742ebb4aac10","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3cf3742ebb4aac10","status":"passed","time":{"start":1728379263248,"stop":1728379263249,"duration":1}},{"uid":"6e56521a7bec2af2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e56521a7bec2af2","status":"passed","time":{"start":1728371902712,"stop":1728371902712,"duration":0}},{"uid":"b86d001437317f58","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b86d001437317f58","status":"passed","time":{"start":1728370254629,"stop":1728370254630,"duration":1}},{"uid":"5c2bef58cd1b645","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c2bef58cd1b645","status":"passed","time":{"start":1728369347754,"stop":1728369347754,"duration":0}}]},"tags":[]},"source":"dfcfbf8c3433b83.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e008ee97db77ea9.json b/7530/data/test-cases/e008ee97db77ea9.json new file mode 100644 index 00000000000..74aed15cde3 --- /dev/null +++ b/7530/data/test-cases/e008ee97db77ea9.json @@ -0,0 +1 @@ +{"uid":"e008ee97db77ea9","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Basic HTML tag and receive message","historyId":"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a12be76bb7c56ec7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a12be76bb7c56ec7","status":"passed","time":{"start":1728379366487,"stop":1728379366489,"duration":2}},{"uid":"f6144b64d8ab6c77","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f6144b64d8ab6c77","status":"passed","time":{"start":1728371996023,"stop":1728371996024,"duration":1}},{"uid":"795bae1337d51589","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/795bae1337d51589","status":"passed","time":{"start":1728370345139,"stop":1728370345140,"duration":1}},{"uid":"67cfd28b41ba446a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/67cfd28b41ba446a","status":"passed","time":{"start":1728369447291,"stop":1728369447291,"duration":0}}]},"tags":[]},"source":"e008ee97db77ea9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e018d201e05d2fc.json b/7530/data/test-cases/e018d201e05d2fc.json new file mode 100644 index 00000000000..3b2e019d322 --- /dev/null +++ b/7530/data/test-cases/e018d201e05d2fc.json @@ -0,0 +1 @@ +{"uid":"e018d201e05d2fc","name":"Check received message containing Script","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Script","historyId":"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658368,"stop":1728381658369,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e30dd103824b6453","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e30dd103824b6453","status":"passed","time":{"start":1728379460262,"stop":1728379460263,"duration":1}},{"uid":"aaaeded874f27c8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/aaaeded874f27c8a","status":"passed","time":{"start":1728372105661,"stop":1728372105662,"duration":1}},{"uid":"d1e7db315833d5dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1e7db315833d5dc","status":"passed","time":{"start":1728370464119,"stop":1728370464121,"duration":2}},{"uid":"d872cf4448ac6ea1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d872cf4448ac6ea1","status":"passed","time":{"start":1728369544856,"stop":1728369544856,"duration":0}}]},"tags":[]},"source":"e018d201e05d2fc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e0448d1382da76e2.json b/7530/data/test-cases/e0448d1382da76e2.json new file mode 100644 index 00000000000..a9b292aa56e --- /dev/null +++ b/7530/data/test-cases/e0448d1382da76e2.json @@ -0,0 +1 @@ +{"uid":"e0448d1382da76e2","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay, multiple pubsub topics > n1 and n2 uses a custom pubsub, n3 uses the default pubsub","historyId":"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381685603,"stop":1728381685604,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fcea69852a981091","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcea69852a981091","status":"passed","time":{"start":1728379484788,"stop":1728379484788,"duration":0}},{"uid":"f339381bcd153cd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f339381bcd153cd5","status":"passed","time":{"start":1728372130486,"stop":1728372130487,"duration":1}},{"uid":"ad4fec74eb8d7b35","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad4fec74eb8d7b35","status":"passed","time":{"start":1728370516481,"stop":1728370516482,"duration":1}},{"uid":"4a92946b333d305c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a92946b333d305c","status":"passed","time":{"start":1728369620715,"stop":1728369620716,"duration":1}}]},"tags":[]},"source":"e0448d1382da76e2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e0965829f3559c5a.json b/7530/data/test-cases/e0965829f3559c5a.json new file mode 100644 index 00000000000..7fba669b971 --- /dev/null +++ b/7530/data/test-cases/e0965829f3559c5a.json @@ -0,0 +1 @@ +{"uid":"e0965829f3559c5a","name":"should properly create location multiaddrs - tcp6","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - tcp6","historyId":"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1f76b3c5886883b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f76b3c5886883b4","status":"passed","time":{"start":1728379167604,"stop":1728379167605,"duration":1}},{"uid":"7013849fb7453d1c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7013849fb7453d1c","status":"passed","time":{"start":1728371811386,"stop":1728371811386,"duration":0}},{"uid":"6a97e543770f2a6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a97e543770f2a6a","status":"passed","time":{"start":1728370158847,"stop":1728370158847,"duration":0}},{"uid":"d0fbe09a3df2791a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d0fbe09a3df2791a","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"tags":[]},"source":"e0965829f3559c5a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e196ab77e326e63e.json b/7530/data/test-cases/e196ab77e326e63e.json new file mode 100644 index 00000000000..2bd1b214725 --- /dev/null +++ b/7530/data/test-cases/e196ab77e326e63e.json @@ -0,0 +1 @@ +{"uid":"e196ab77e326e63e","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing escaped characters and receive message","historyId":"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749068,"stop":1728381749070,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8a9f1bb0a31a71ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8a9f1bb0a31a71ab","status":"passed","time":{"start":1728379549700,"stop":1728379549700,"duration":0}},{"uid":"3c98597feb63461f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3c98597feb63461f","status":"passed","time":{"start":1728372195436,"stop":1728372195437,"duration":1}},{"uid":"dd5f7452deaad3ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dd5f7452deaad3ec","status":"passed","time":{"start":1728370555260,"stop":1728370555260,"duration":0}},{"uid":"38bd432414257a3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38bd432414257a3c","status":"passed","time":{"start":1728369639856,"stop":1728369639856,"duration":0}}]},"tags":[]},"source":"e196ab77e326e63e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e1dd46f8434c4196.json b/7530/data/test-cases/e1dd46f8434c4196.json new file mode 100644 index 00000000000..c7be9426dc9 --- /dev/null +++ b/7530/data/test-cases/e1dd46f8434c4196.json @@ -0,0 +1 @@ +{"uid":"e1dd46f8434c4196","name":"should properly create location multiaddrs - udp","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - udp","historyId":"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364427,"stop":1728381364428,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d33b2f6c19e80b68","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d33b2f6c19e80b68","status":"passed","time":{"start":1728379167605,"stop":1728379167605,"duration":0}},{"uid":"5b4abc24fa411e87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b4abc24fa411e87","status":"passed","time":{"start":1728371811386,"stop":1728371811386,"duration":0}},{"uid":"b122260a8932ffb9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b122260a8932ffb9","status":"passed","time":{"start":1728370158847,"stop":1728370158848,"duration":1}},{"uid":"9d78eb8bf1dc2636","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d78eb8bf1dc2636","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"tags":[]},"source":"e1dd46f8434c4196.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e1df345df88abdae.json b/7530/data/test-cases/e1df345df88abdae.json new file mode 100644 index 00000000000..b6426dcdcc2 --- /dev/null +++ b/7530/data/test-cases/e1df345df88abdae.json @@ -0,0 +1 @@ +{"uid":"e1df345df88abdae","name":"Push message with content topic containing numeric","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing numeric","historyId":"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711650,"stop":1728381711659,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ef1cbe196a879479","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef1cbe196a879479","status":"passed","time":{"start":1728379515553,"stop":1728379515553,"duration":0}},{"uid":"d794d2d5deeb93b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d794d2d5deeb93b","status":"passed","time":{"start":1728372171296,"stop":1728372171297,"duration":1}},{"uid":"419ffe75304b4699","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/419ffe75304b4699","status":"passed","time":{"start":1728370522965,"stop":1728370522965,"duration":0}},{"uid":"a12a200ca5539798","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a12a200ca5539798","status":"passed","time":{"start":1728369622045,"stop":1728369622045,"duration":0}}]},"tags":[]},"source":"e1df345df88abdae.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e23447ff90844e41.json b/7530/data/test-cases/e23447ff90844e41.json new file mode 100644 index 00000000000..dfa95e52798 --- /dev/null +++ b/7530/data/test-cases/e23447ff90844e41.json @@ -0,0 +1 @@ +{"uid":"e23447ff90844e41","name":"Generator, 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (Autosharding), custom pubsub topic > Generator, 2 nwaku nodes each with different pubsubtopics","historyId":"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381763776,"stop":1728381763776,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1238e71681a4e0b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1238e71681a4e0b2","status":"passed","time":{"start":1728379572276,"stop":1728379572276,"duration":0}},{"uid":"3de8b9352898b2c0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3de8b9352898b2c0","status":"passed","time":{"start":1728372221518,"stop":1728372221522,"duration":4}},{"uid":"4b761b53c0e800af","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b761b53c0e800af","status":"passed","time":{"start":1728370607710,"stop":1728370607711,"duration":1}},{"uid":"47e192abe696eca0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/47e192abe696eca0","status":"passed","time":{"start":1728369690177,"stop":1728369690178,"duration":1}}]},"tags":[]},"source":"e23447ff90844e41.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e2912406e6b2f122.json b/7530/data/test-cases/e2912406e6b2f122.json new file mode 100644 index 00000000000..c94cc05e3f3 --- /dev/null +++ b/7530/data/test-cases/e2912406e6b2f122.json @@ -0,0 +1 @@ +{"uid":"e2912406e6b2f122","name":"Ping fails for unsubscribed peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping fails for unsubscribed peers","historyId":"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381475915,"stop":1728381475915,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"493901210499f6a3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/493901210499f6a3","status":"passed","time":{"start":1728379282311,"stop":1728379282311,"duration":0}},{"uid":"2c63a1f0ed4726ef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c63a1f0ed4726ef","status":"passed","time":{"start":1728371925985,"stop":1728371925986,"duration":1}},{"uid":"7bd243130f5dae22","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7bd243130f5dae22","status":"passed","time":{"start":1728370273959,"stop":1728370273960,"duration":1}},{"uid":"412083705a40a8ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/412083705a40a8ae","status":"passed","time":{"start":1728369370046,"stop":1728369370046,"duration":0}}]},"tags":[]},"source":"e2912406e6b2f122.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e29c7942c07100b.json b/7530/data/test-cases/e29c7942c07100b.json new file mode 100644 index 00000000000..a57b6e2511b --- /dev/null +++ b/7530/data/test-cases/e29c7942c07100b.json @@ -0,0 +1 @@ +{"uid":"e29c7942c07100b","name":"Push message with rate limit","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with rate limit","historyId":"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680468,"stop":1728381680469,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a69d5adb56bf7ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a69d5adb56bf7ec","status":"passed","time":{"start":1728379482956,"stop":1728379482961,"duration":5}},{"uid":"95f1ad1ef21d3add","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/95f1ad1ef21d3add","status":"passed","time":{"start":1728372134575,"stop":1728372134577,"duration":2}},{"uid":"9b1c4e6ffcd2436c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b1c4e6ffcd2436c","status":"passed","time":{"start":1728370487885,"stop":1728370487885,"duration":0}},{"uid":"b8354dc315dc97e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b8354dc315dc97e4","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"tags":[]},"source":"e29c7942c07100b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e3ae4264bf68c852.json b/7530/data/test-cases/e3ae4264bf68c852.json new file mode 100644 index 00000000000..aec8d8fa297 --- /dev/null +++ b/7530/data/test-cases/e3ae4264bf68c852.json @@ -0,0 +1 @@ +{"uid":"e3ae4264bf68c852","name":"Push message with custom timestamp: 1728385146003","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1728385146003","historyId":"746fd5bd1bbdd123b2c935cce5340666:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e3ae4264bf68c852.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e3b943f90031842f.json b/7530/data/test-cases/e3b943f90031842f.json new file mode 100644 index 00000000000..e84fa5aab61 --- /dev/null +++ b/7530/data/test-cases/e3b943f90031842f.json @@ -0,0 +1 @@ +{"uid":"e3b943f90031842f","name":"should handle clusterId, application and version for autosharding with cluster iD 1","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 1","historyId":"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b82ae4bfca8b88ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b82ae4bfca8b88ce","status":"passed","time":{"start":1728379159015,"stop":1728379159016,"duration":1}},{"uid":"5d197bdf443f86a5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d197bdf443f86a5","status":"passed","time":{"start":1728371802901,"stop":1728371802901,"duration":0}},{"uid":"607ff8b05f473300","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/607ff8b05f473300","status":"passed","time":{"start":1728370149934,"stop":1728370149935,"duration":1}},{"uid":"1e1b7c3340ec8628","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e1b7c3340ec8628","status":"passed","time":{"start":1728369248989,"stop":1728369248989,"duration":0}}]},"tags":[]},"source":"e3b943f90031842f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e4da32e55cdb4912.json b/7530/data/test-cases/e4da32e55cdb4912.json new file mode 100644 index 00000000000..ea92f9695d1 --- /dev/null +++ b/7530/data/test-cases/e4da32e55cdb4912.json @@ -0,0 +1 @@ +{"uid":"e4da32e55cdb4912","name":"Check received message containing escaped characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing escaped characters","historyId":"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2f86e2171442591f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2f86e2171442591f","status":"passed","time":{"start":1728379460287,"stop":1728379460288,"duration":1}},{"uid":"b4a600cb5d541952","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4a600cb5d541952","status":"passed","time":{"start":1728372105676,"stop":1728372105676,"duration":0}},{"uid":"537a44543bae7666","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/537a44543bae7666","status":"passed","time":{"start":1728370464150,"stop":1728370464150,"duration":0}},{"uid":"6dd221225b3402aa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6dd221225b3402aa","status":"passed","time":{"start":1728369544873,"stop":1728369544873,"duration":0}}]},"tags":[]},"source":"e4da32e55cdb4912.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e516f2f2fccf334f.json b/7530/data/test-cases/e516f2f2fccf334f.json new file mode 100644 index 00000000000..9af8c0c4080 --- /dev/null +++ b/7530/data/test-cases/e516f2f2fccf334f.json @@ -0,0 +1 @@ +{"uid":"e516f2f2fccf334f","name":"LightPush: 2 peers, Filter: 0 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 0 peers","historyId":"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613868,"stop":1728381613868,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"d858c082b06a5d79","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d858c082b06a5d79","status":"passed","time":{"start":1728379419674,"stop":1728379419683,"duration":9}},{"uid":"e939382a586d5adb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e939382a586d5adb","status":"passed","time":{"start":1728372107440,"stop":1728372107440,"duration":0}},{"uid":"1e9fbb94f27e42c2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1e9fbb94f27e42c2","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626984,"stop":1728370626985,"duration":1}},{"uid":"339180f7ed3678f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/339180f7ed3678f7","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728514,"stop":1728369728514,"duration":0}}]},"tags":[]},"source":"e516f2f2fccf334f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e565fe543312239a.json b/7530/data/test-cases/e565fe543312239a.json new file mode 100644 index 00000000000..e07e6fc8901 --- /dev/null +++ b/7530/data/test-cases/e565fe543312239a.json @@ -0,0 +1 @@ +{"uid":"e565fe543312239a","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1949153314000 ","historyId":"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aaea80846dcb7057","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aaea80846dcb7057","status":"passed","time":{"start":1728379329401,"stop":1728379329402,"duration":1}},{"uid":"507ea1b9c9bc42ad","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/507ea1b9c9bc42ad","status":"passed","time":{"start":1728371973995,"stop":1728371974001,"duration":6}},{"uid":"d6697533087d46ef","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d6697533087d46ef","status":"passed","time":{"start":1728370320868,"stop":1728370320869,"duration":1}},{"uid":"a3bf5b9eaad1cb9b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3bf5b9eaad1cb9b","status":"passed","time":{"start":1728369420261,"stop":1728369420262,"duration":1}}]},"tags":[]},"source":"e565fe543312239a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e5bc8f8d88e58bd2.json b/7530/data/test-cases/e5bc8f8d88e58bd2.json new file mode 100644 index 00000000000..5eac0b97e1e --- /dev/null +++ b/7530/data/test-cases/e5bc8f8d88e58bd2.json @@ -0,0 +1 @@ +{"uid":"e5bc8f8d88e58bd2","name":"returns only open connection if one present","fullName":"/src/lib/stream_manager/utils.spec.ts: selectOpenConnection > returns only open connection if one present","historyId":"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371460,"stop":1728381371461,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"selectOpenConnection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb1767c253699a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb1767c253699a8","status":"passed","time":{"start":1728379173694,"stop":1728379173694,"duration":0}},{"uid":"8ba0b306f0f69ac3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ba0b306f0f69ac3","status":"passed","time":{"start":1728371818069,"stop":1728371818070,"duration":1}},{"uid":"3791e2b7e0090f1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3791e2b7e0090f1d","status":"passed","time":{"start":1728370165700,"stop":1728370165701,"duration":1}},{"uid":"167acf45156d2d8b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/167acf45156d2d8b","status":"passed","time":{"start":1728369264720,"stop":1728369264721,"duration":1}}]},"tags":[]},"source":"e5bc8f8d88e58bd2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e60dbcb07c932e27.json b/7530/data/test-cases/e60dbcb07c932e27.json new file mode 100644 index 00000000000..01353d00ce1 --- /dev/null +++ b/7530/data/test-cases/e60dbcb07c932e27.json @@ -0,0 +1 @@ +{"uid":"e60dbcb07c932e27","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /0/toychat/2/huilong/proto to shard index 3","historyId":"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65b25e0b31c5058","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65b25e0b31c5058","status":"passed","time":{"start":1728379159005,"stop":1728379159006,"duration":1}},{"uid":"3442ddcd7fc2e893","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3442ddcd7fc2e893","status":"passed","time":{"start":1728371802892,"stop":1728371802892,"duration":0}},{"uid":"121226180845ead4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/121226180845ead4","status":"passed","time":{"start":1728370149919,"stop":1728370149925,"duration":6}},{"uid":"aa6b4dc2a0426429","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa6b4dc2a0426429","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"tags":[]},"source":"e60dbcb07c932e27.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e623ec3849e55619.json b/7530/data/test-cases/e623ec3849e55619.json new file mode 100644 index 00000000000..6eb00d8bbc7 --- /dev/null +++ b/7530/data/test-cases/e623ec3849e55619.json @@ -0,0 +1 @@ +{"uid":"e623ec3849e55619","name":"Reopen subscription with peer with lost subscription","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true > Reopen subscription with peer with lost subscription","historyId":"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381454667,"stop":1728381454668,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"71fbbe75785137a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71fbbe75785137a9","status":"passed","time":{"start":1728379263249,"stop":1728379263250,"duration":1}},{"uid":"a56d5bb9514adb37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a56d5bb9514adb37","status":"passed","time":{"start":1728371902713,"stop":1728371902713,"duration":0}},{"uid":"637f20662b9f98cf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/637f20662b9f98cf","status":"passed","time":{"start":1728370254630,"stop":1728370254631,"duration":1}},{"uid":"b32f390927e44e70","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b32f390927e44e70","status":"passed","time":{"start":1728369347754,"stop":1728369347755,"duration":1}}]},"tags":[]},"source":"e623ec3849e55619.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e6619b0f46f46bcb.json b/7530/data/test-cases/e6619b0f46f46bcb.json new file mode 100644 index 00000000000..d5768c87bcb --- /dev/null +++ b/7530/data/test-cases/e6619b0f46f46bcb.json @@ -0,0 +1 @@ +{"uid":"e6619b0f46f46bcb","name":"Subscribe and receive ecies encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive ecies encrypted messages via lightPush","historyId":"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749039,"stop":1728381749039,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"40f41d9b5ea3d0f9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/40f41d9b5ea3d0f9","status":"passed","time":{"start":1728379549684,"stop":1728379549684,"duration":0}},{"uid":"57236d9508064db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57236d9508064db","status":"passed","time":{"start":1728372195424,"stop":1728372195424,"duration":0}},{"uid":"e0079636740ebeda","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e0079636740ebeda","status":"passed","time":{"start":1728370555251,"stop":1728370555251,"duration":0}},{"uid":"85bf29bf30faaec2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85bf29bf30faaec2","status":"passed","time":{"start":1728369639843,"stop":1728369639844,"duration":1}}]},"tags":[]},"source":"e6619b0f46f46bcb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e666bd0b5e7e31ed.json b/7530/data/test-cases/e666bd0b5e7e31ed.json new file mode 100644 index 00000000000..6bdd2444411 --- /dev/null +++ b/7530/data/test-cases/e666bd0b5e7e31ed.json @@ -0,0 +1 @@ +{"uid":"e666bd0b5e7e31ed","name":"uses static shard pubsub topic instead of autosharding when set","fullName":"/src/lib/message/version_0.spec.ts: Sets sharding configuration correctly > uses static shard pubsub topic instead of autosharding when set","historyId":"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371852,"stop":1728381371852,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Sets sharding configuration correctly"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8afb4c30344536cf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8afb4c30344536cf","status":"passed","time":{"start":1728379175037,"stop":1728379175037,"duration":0}},{"uid":"5d7cef497dcd83b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d7cef497dcd83b6","status":"passed","time":{"start":1728371819029,"stop":1728371819030,"duration":1}},{"uid":"ab18aa8723e09447","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab18aa8723e09447","status":"passed","time":{"start":1728370166486,"stop":1728370166487,"duration":1}},{"uid":"f6d215430ec1e9ce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6d215430ec1e9ce","status":"passed","time":{"start":1728369265268,"stop":1728369265269,"duration":1}}]},"tags":[]},"source":"e666bd0b5e7e31ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e67839db159db155.json b/7530/data/test-cases/e67839db159db155.json new file mode 100644 index 00000000000..f3e68a36fa9 --- /dev/null +++ b/7530/data/test-cases/e67839db159db155.json @@ -0,0 +1 @@ +{"uid":"e67839db159db155","name":"Asymmetric encrypt & decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Asymmetric encrypt & decrypt","historyId":"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381390012,"stop":1728381390013,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Waku Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"592db3c67bd9390","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/592db3c67bd9390","status":"passed","time":{"start":1728379193196,"stop":1728379193197,"duration":1}},{"uid":"1cc5ab68204f821e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1cc5ab68204f821e","status":"passed","time":{"start":1728371837408,"stop":1728371837408,"duration":0}},{"uid":"4f1f3a77a662edaf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4f1f3a77a662edaf","status":"passed","time":{"start":1728370184625,"stop":1728370184625,"duration":0}},{"uid":"b6c3352220ed06cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6c3352220ed06cf","status":"passed","time":{"start":1728369283802,"stop":1728369283802,"duration":0}}]},"tags":[]},"source":"e67839db159db155.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e6acda225f9ed23b.json b/7530/data/test-cases/e6acda225f9ed23b.json new file mode 100644 index 00000000000..d372a44d467 --- /dev/null +++ b/7530/data/test-cases/e6acda225f9ed23b.json @@ -0,0 +1 @@ +{"uid":"e6acda225f9ed23b","name":"should use DNS peer discovery with light client","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Node Discovery [live data] > should use DNS peer discovery with light client","historyId":"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423075,"stop":1728381423075,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"d560393465527f71","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d560393465527f71","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224169,"stop":1728379224170,"duration":1}},{"uid":"9140d6635ade4418","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9140d6635ade4418","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870694,"stop":1728371870695,"duration":1}},{"uid":"89e9c2c514817241","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89e9c2c514817241","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215354,"stop":1728370215354,"duration":0}},{"uid":"238475c6a3109b1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/238475c6a3109b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314833,"duration":0}}]},"tags":[]},"source":"e6acda225f9ed23b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e6ebfff0f15ff73.json b/7530/data/test-cases/e6ebfff0f15ff73.json new file mode 100644 index 00000000000..cbe304d8145 --- /dev/null +++ b/7530/data/test-cases/e6ebfff0f15ff73.json @@ -0,0 +1 @@ +{"uid":"e6ebfff0f15ff73","name":"Push message equal or less that 1MB","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message equal or less that 1MB","historyId":"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711684,"stop":1728381711684,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"942eab18af673a5b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/942eab18af673a5b","status":"passed","time":{"start":1728379515563,"stop":1728379515564,"duration":1}},{"uid":"2421dcf0d445113a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2421dcf0d445113a","status":"passed","time":{"start":1728372171316,"stop":1728372171316,"duration":0}},{"uid":"3f466d281c02977c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f466d281c02977c","status":"passed","time":{"start":1728370522980,"stop":1728370522980,"duration":0}},{"uid":"9c48a8db0feec24a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c48a8db0feec24a","status":"passed","time":{"start":1728369622056,"stop":1728369622056,"duration":0}}]},"tags":[]},"source":"e6ebfff0f15ff73.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e71a7bb79bf6f051.json b/7530/data/test-cases/e71a7bb79bf6f051.json new file mode 100644 index 00000000000..971da9a8bf0 --- /dev/null +++ b/7530/data/test-cases/e71a7bb79bf6f051.json @@ -0,0 +1 @@ +{"uid":"e71a7bb79bf6f051","name":"Encoder throws on empty string content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Encoder throws on empty string content topic","historyId":"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1d79c07741311bca","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d79c07741311bca","status":"passed","time":{"start":1728379175036,"stop":1728379175036,"duration":0}},{"uid":"69160cbc2541d80f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69160cbc2541d80f","status":"passed","time":{"start":1728371819028,"stop":1728371819028,"duration":0}},{"uid":"efdce1b7ea227834","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efdce1b7ea227834","status":"passed","time":{"start":1728370166485,"stop":1728370166485,"duration":0}},{"uid":"9b17821ad512d6bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9b17821ad512d6bd","status":"passed","time":{"start":1728369265267,"stop":1728369265268,"duration":1}}]},"tags":[]},"source":"e71a7bb79bf6f051.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e73001f6d98f37c2.json b/7530/data/test-cases/e73001f6d98f37c2.json new file mode 100644 index 00000000000..c5445aa712b --- /dev/null +++ b/7530/data/test-cases/e73001f6d98f37c2.json @@ -0,0 +1 @@ +{"uid":"e73001f6d98f37c2","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","historyId":"971ec8c5eea01966608b542abd09329e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719621,"stop":1728381719622,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e73001f6d98f37c2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e7363def886657ef.json b/7530/data/test-cases/e7363def886657ef.json new file mode 100644 index 00000000000..79758dcaa3c --- /dev/null +++ b/7530/data/test-cases/e7363def886657ef.json @@ -0,0 +1 @@ +{"uid":"e7363def886657ef","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is mis-prefixed","historyId":"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379240,"stop":1728381379241,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"967c62be2064359d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/967c62be2064359d","status":"passed","time":{"start":1728379182447,"stop":1728379182447,"duration":0}},{"uid":"7f5303160b785981","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f5303160b785981","status":"passed","time":{"start":1728371826623,"stop":1728371826623,"duration":0}},{"uid":"b16020d6af4e2fdb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b16020d6af4e2fdb","status":"passed","time":{"start":1728370173935,"stop":1728370173936,"duration":1}},{"uid":"c9ecb72b91922249","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c9ecb72b91922249","status":"passed","time":{"start":1728369272867,"stop":1728369272870,"duration":3}}]},"tags":[]},"source":"e7363def886657ef.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e75210b7ef12d21d.json b/7530/data/test-cases/e75210b7ef12d21d.json new file mode 100644 index 00000000000..2b2d1273f41 --- /dev/null +++ b/7530/data/test-cases/e75210b7ef12d21d.json @@ -0,0 +1 @@ +{"uid":"e75210b7ef12d21d","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","historyId":"cf33dc55f44b54fd4b4e65b2f51cbe80:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719620,"stop":1728381719621,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e75210b7ef12d21d.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e7d29f788d64c64a.json b/7530/data/test-cases/e7d29f788d64c64a.json new file mode 100644 index 00000000000..f81cf4def50 --- /dev/null +++ b/7530/data/test-cases/e7d29f788d64c64a.json @@ -0,0 +1 @@ +{"uid":"e7d29f788d64c64a","name":"Push message with content topic containing SQL Injection","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing SQL Injection","historyId":"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f53a160fafe01448","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f53a160fafe01448","status":"passed","time":{"start":1728379515555,"stop":1728379515556,"duration":1}},{"uid":"f88b3ca76734426f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f88b3ca76734426f","status":"passed","time":{"start":1728372171299,"stop":1728372171301,"duration":2}},{"uid":"c61e483c60ce9395","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c61e483c60ce9395","status":"passed","time":{"start":1728370522967,"stop":1728370522968,"duration":1}},{"uid":"3db878a5043cf1ee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3db878a5043cf1ee","status":"passed","time":{"start":1728369622048,"stop":1728369622048,"duration":0}}]},"tags":[]},"source":"e7d29f788d64c64a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e8060e5148fe53a6.json b/7530/data/test-cases/e8060e5148fe53a6.json new file mode 100644 index 00000000000..f85e11362a3 --- /dev/null +++ b/7530/data/test-cases/e8060e5148fe53a6.json @@ -0,0 +1 @@ +{"uid":"e8060e5148fe53a6","name":"Encoder throws on undefined content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Encoder throws on undefined content topic","historyId":"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371850,"stop":1728381371851,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5420bb42f94e40f6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5420bb42f94e40f6","status":"passed","time":{"start":1728379175035,"stop":1728379175036,"duration":1}},{"uid":"7b6e46d004c9f852","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b6e46d004c9f852","status":"passed","time":{"start":1728371819028,"stop":1728371819028,"duration":0}},{"uid":"8673c981e8964258","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8673c981e8964258","status":"passed","time":{"start":1728370166485,"stop":1728370166485,"duration":0}},{"uid":"246c190eee20cae5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/246c190eee20cae5","status":"passed","time":{"start":1728369265267,"stop":1728369265267,"duration":0}}]},"tags":[]},"source":"e8060e5148fe53a6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e81ae42173fbf022.json b/7530/data/test-cases/e81ae42173fbf022.json new file mode 100644 index 00000000000..488ce72d6e7 --- /dev/null +++ b/7530/data/test-cases/e81ae42173fbf022.json @@ -0,0 +1 @@ +{"uid":"e81ae42173fbf022","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Chinese and receive message","historyId":"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749056,"stop":1728381749057,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7aaebd3af2ab4a2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7aaebd3af2ab4a2f","status":"passed","time":{"start":1728379549694,"stop":1728379549695,"duration":1}},{"uid":"26730c81404b85bd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/26730c81404b85bd","status":"passed","time":{"start":1728372195433,"stop":1728372195433,"duration":0}},{"uid":"34012569d4562156","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/34012569d4562156","status":"passed","time":{"start":1728370555256,"stop":1728370555257,"duration":1}},{"uid":"88cd252e7c646eb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/88cd252e7c646eb","status":"passed","time":{"start":1728369639852,"stop":1728369639852,"duration":0}}]},"tags":[]},"source":"e81ae42173fbf022.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e825120dee0a20f2.json b/7530/data/test-cases/e825120dee0a20f2.json new file mode 100644 index 00000000000..d79d99d495a --- /dev/null +++ b/7530/data/test-cases/e825120dee0a20f2.json @@ -0,0 +1 @@ +{"uid":"e825120dee0a20f2","name":"Overlapping topic subscription","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Overlapping topic subscription","historyId":"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"739643ef25686e3d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/739643ef25686e3d","status":"passed","time":{"start":1728379366460,"stop":1728379366465,"duration":5}},{"uid":"dcea740090e29176","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcea740090e29176","status":"passed","time":{"start":1728371996001,"stop":1728371996003,"duration":2}},{"uid":"f50deef15f92261c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f50deef15f92261c","status":"passed","time":{"start":1728370345124,"stop":1728370345125,"duration":1}},{"uid":"f92229f80f143191","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f92229f80f143191","status":"passed","time":{"start":1728369447286,"stop":1728369447286,"duration":0}}]},"tags":[]},"source":"e825120dee0a20f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e893267bed2cfef9.json b/7530/data/test-cases/e893267bed2cfef9.json new file mode 100644 index 00000000000..f6824666528 --- /dev/null +++ b/7530/data/test-cases/e893267bed2cfef9.json @@ -0,0 +1 @@ +{"uid":"e893267bed2cfef9","name":"Subscribe to topic containing Basic HTML tag and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Basic HTML tag and publish message","historyId":"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696858,"stop":1728381696862,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cc38765fb37244b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc38765fb37244b2","status":"passed","time":{"start":1728379498105,"stop":1728379498106,"duration":1}},{"uid":"2d2fde463f63a363","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d2fde463f63a363","status":"passed","time":{"start":1728372147570,"stop":1728372147570,"duration":0}},{"uid":"3d304d9f22657f69","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3d304d9f22657f69","status":"passed","time":{"start":1728370535036,"stop":1728370535037,"duration":1}},{"uid":"761d470682b3d95","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/761d470682b3d95","status":"passed","time":{"start":1728369636382,"stop":1728369636383,"duration":1}}]},"tags":[]},"source":"e893267bed2cfef9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e8edca1eb63b4464.json b/7530/data/test-cases/e8edca1eb63b4464.json new file mode 100644 index 00000000000..39e63320690 --- /dev/null +++ b/7530/data/test-cases/e8edca1eb63b4464.json @@ -0,0 +1 @@ +{"uid":"e8edca1eb63b4464","name":"Should fail to subscribe with decoder with wrong pubsubTopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Should fail to subscribe with decoder with wrong pubsubTopic","historyId":"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461640,"stop":1728381461640,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2be697568b5be76e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2be697568b5be76e","status":"passed","time":{"start":1728379263344,"stop":1728379263345,"duration":1}},{"uid":"62c3da26b365bb09","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/62c3da26b365bb09","status":"passed","time":{"start":1728371908028,"stop":1728371908031,"duration":3}},{"uid":"682f0d4aadb47edb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/682f0d4aadb47edb","status":"passed","time":{"start":1728370252055,"stop":1728370252055,"duration":0}},{"uid":"e790aa09fae4e148","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e790aa09fae4e148","status":"passed","time":{"start":1728369354744,"stop":1728369354744,"duration":0}}]},"tags":[]},"source":"e8edca1eb63b4464.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/e949bbb9e83d2ce8.json b/7530/data/test-cases/e949bbb9e83d2ce8.json new file mode 100644 index 00000000000..4cf890b65a6 --- /dev/null +++ b/7530/data/test-cases/e949bbb9e83d2ce8.json @@ -0,0 +1 @@ +{"uid":"e949bbb9e83d2ce8","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","historyId":"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521291,"stop":1728381521291,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"96e0c72d0a1c5ca7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/96e0c72d0a1c5ca7","status":"passed","time":{"start":1728379329172,"stop":1728379329172,"duration":0}},{"uid":"74a952d44bfd904f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74a952d44bfd904f","status":"passed","time":{"start":1728371983994,"stop":1728371983994,"duration":0}},{"uid":"200c212f608d91a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/200c212f608d91a4","status":"passed","time":{"start":1728370284346,"stop":1728370284346,"duration":0}},{"uid":"f245963bb0fcf14e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f245963bb0fcf14e","status":"passed","time":{"start":1728369378879,"stop":1728369378879,"duration":0}}]},"tags":[]},"source":"e949bbb9e83d2ce8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ea27a88c663aa8c7.json b/7530/data/test-cases/ea27a88c663aa8c7.json new file mode 100644 index 00000000000..15e621cedf0 --- /dev/null +++ b/7530/data/test-cases/ea27a88c663aa8c7.json @@ -0,0 +1 @@ +{"uid":"ea27a88c663aa8c7","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1649153314 ","historyId":"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa7109d86f0467a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa7109d86f0467a8","status":"passed","time":{"start":1728379329401,"stop":1728379329401,"duration":0}},{"uid":"a559ad631cc40f2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a559ad631cc40f2b","status":"passed","time":{"start":1728371973995,"stop":1728371973995,"duration":0}},{"uid":"65c311ed234250d4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65c311ed234250d4","status":"passed","time":{"start":1728370320868,"stop":1728370320868,"duration":0}},{"uid":"3bb95bb5c4d9d2bb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bb95bb5c4d9d2bb","status":"passed","time":{"start":1728369420249,"stop":1728369420249,"duration":0}}]},"tags":[]},"source":"ea27a88c663aa8c7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ea42235603c0c71a.json b/7530/data/test-cases/ea42235603c0c71a.json new file mode 100644 index 00000000000..090ec3eee25 --- /dev/null +++ b/7530/data/test-cases/ea42235603c0c71a.json @@ -0,0 +1 @@ +{"uid":"ea42235603c0c71a","name":"Subscribe and receive messages on 2 different content topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages on 2 different content topics","historyId":"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749046,"stop":1728381749046,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4730dbb872ad8951","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4730dbb872ad8951","status":"passed","time":{"start":1728379549688,"stop":1728379549689,"duration":1}},{"uid":"494be6a7ad162268","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/494be6a7ad162268","status":"passed","time":{"start":1728372195429,"stop":1728372195429,"duration":0}},{"uid":"bb6d63b319f9c9df","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb6d63b319f9c9df","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"c525a6a09fec996","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c525a6a09fec996","status":"passed","time":{"start":1728369639846,"stop":1728369639846,"duration":0}}]},"tags":[]},"source":"ea42235603c0c71a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ea7e9d503d4653e5.json b/7530/data/test-cases/ea7e9d503d4653e5.json new file mode 100644 index 00000000000..0d20d468403 --- /dev/null +++ b/7530/data/test-cases/ea7e9d503d4653e5.json @@ -0,0 +1 @@ +{"uid":"ea7e9d503d4653e5","name":"Push message with content topic containing Chinese","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Chinese","historyId":"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680457,"stop":1728381680458,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8c0b32274e4fc6f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c0b32274e4fc6f7","status":"passed","time":{"start":1728379482932,"stop":1728379482933,"duration":1}},{"uid":"ff3d738e7c68312e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff3d738e7c68312e","status":"passed","time":{"start":1728372134555,"stop":1728372134561,"duration":6}},{"uid":"a3d1086d1ab3f982","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3d1086d1ab3f982","status":"passed","time":{"start":1728370487874,"stop":1728370487875,"duration":1}},{"uid":"ab292923c3df3d13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab292923c3df3d13","status":"passed","time":{"start":1728369590800,"stop":1728369590800,"duration":0}}]},"tags":[]},"source":"ea7e9d503d4653e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ea8f65d6e2e46470.json b/7530/data/test-cases/ea8f65d6e2e46470.json new file mode 100644 index 00000000000..774814f9028 --- /dev/null +++ b/7530/data/test-cases/ea8f65d6e2e46470.json @@ -0,0 +1 @@ +{"uid":"ea8f65d6e2e46470","name":"Check received message containing long","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing long","historyId":"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"384ca4b7a011a1a4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/384ca4b7a011a1a4","status":"passed","time":{"start":1728379460280,"stop":1728379460281,"duration":1}},{"uid":"79aaa3c9168da07a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/79aaa3c9168da07a","status":"passed","time":{"start":1728372105671,"stop":1728372105671,"duration":0}},{"uid":"8a1a8990a4bc6a1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a1a8990a4bc6a1b","status":"passed","time":{"start":1728370464139,"stop":1728370464139,"duration":0}},{"uid":"b1858de49dc2d801","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1858de49dc2d801","status":"passed","time":{"start":1728369544866,"stop":1728369544867,"duration":1}}]},"tags":[]},"source":"ea8f65d6e2e46470.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ea90a53b4ce52aff.json b/7530/data/test-cases/ea90a53b4ce52aff.json new file mode 100644 index 00000000000..8cf4159467c --- /dev/null +++ b/7530/data/test-cases/ea90a53b4ce52aff.json @@ -0,0 +1 @@ +{"uid":"ea90a53b4ce52aff","name":"Check received message containing SQL Injection","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing SQL Injection","historyId":"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5723ca3d019582ef","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5723ca3d019582ef","status":"passed","time":{"start":1728379460262,"stop":1728379460262,"duration":0}},{"uid":"b3dbc8323b54e7a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b3dbc8323b54e7a0","status":"passed","time":{"start":1728372105660,"stop":1728372105661,"duration":1}},{"uid":"94eb22e66b07139c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94eb22e66b07139c","status":"passed","time":{"start":1728370464119,"stop":1728370464119,"duration":0}},{"uid":"40cf9a14de5a05a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40cf9a14de5a05a2","status":"passed","time":{"start":1728369544855,"stop":1728369544856,"duration":1}}]},"tags":[]},"source":"ea90a53b4ce52aff.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ead5180888e7513a.json b/7530/data/test-cases/ead5180888e7513a.json new file mode 100644 index 00000000000..aeffa67f92b --- /dev/null +++ b/7530/data/test-cases/ead5180888e7513a.json @@ -0,0 +1 @@ +{"uid":"ead5180888e7513a","name":"px service nodes not subscribed to the shard should not be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Autosharding: Peer Management > Peer Exchange > px service nodes not subscribed to the shard should not be dialed","historyId":"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381842826,"stop":1728381842827,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dfd26ef1b90c0444","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dfd26ef1b90c0444","status":"passed","time":{"start":1728379644817,"stop":1728379644817,"duration":0}},{"uid":"a2ca72d797d38d74","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2ca72d797d38d74","status":"passed","time":{"start":1728372295100,"stop":1728372295100,"duration":0}},{"uid":"5323225f824f714e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5323225f824f714e","status":"passed","time":{"start":1728370682626,"stop":1728370682626,"duration":0}},{"uid":"72f1ecbee365355f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/72f1ecbee365355f","status":"passed","time":{"start":1728369782382,"stop":1728369782382,"duration":0}}]},"tags":[]},"source":"ead5180888e7513a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/eb50fb8e5251b963.json b/7530/data/test-cases/eb50fb8e5251b963.json new file mode 100644 index 00000000000..ec4aa1f0040 --- /dev/null +++ b/7530/data/test-cases/eb50fb8e5251b963.json @@ -0,0 +1 @@ +{"uid":"eb50fb8e5251b963","name":"LightPush: 1 peers, Filter: 2 peers","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 2 peers","historyId":"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"87952a9035899598","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/87952a9035899598","status":"passed","time":{"start":1728379419673,"stop":1728379419673,"duration":0}},{"uid":"c06e6b284f749e05","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c06e6b284f749e05","status":"passed","time":{"start":1728372107437,"stop":1728372107438,"duration":1}},{"uid":"f25ac6d0f44a5c03","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f25ac6d0f44a5c03","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626982,"stop":1728370626982,"duration":0}},{"uid":"b3757524ba2025c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3757524ba2025c3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728512,"stop":1728369728512,"duration":0}}]},"tags":[]},"source":"eb50fb8e5251b963.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ec61b764d1b4a5d1.json b/7530/data/test-cases/ec61b764d1b4a5d1.json new file mode 100644 index 00000000000..2e0af145b68 --- /dev/null +++ b/7530/data/test-cases/ec61b764d1b4a5d1.json @@ -0,0 +1 @@ +{"uid":"ec61b764d1b4a5d1","name":"isConnected should return true after first peer connects","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected should return true after first peer connects","historyId":"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381439744,"stop":1728381439745,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1a3df4a90377b9ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a3df4a90377b9ac","status":"passed","time":{"start":1728379250162,"stop":1728379250163,"duration":1}},{"uid":"5ba4eeba4d817090","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5ba4eeba4d817090","status":"passed","time":{"start":1728371885967,"stop":1728371885969,"duration":2}},{"uid":"fd37db30f413a47e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd37db30f413a47e","status":"passed","time":{"start":1728370233664,"stop":1728370233664,"duration":0}},{"uid":"a1dc20d48e1f4fc8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1dc20d48e1f4fc8","status":"passed","time":{"start":1728369335735,"stop":1728369335735,"duration":0}}]},"tags":[]},"source":"ec61b764d1b4a5d1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ec81d74812d21129.json b/7530/data/test-cases/ec81d74812d21129.json new file mode 100644 index 00000000000..64f0edbf036 --- /dev/null +++ b/7530/data/test-cases/ec81d74812d21129.json @@ -0,0 +1 @@ +{"uid":"ec81d74812d21129","name":"should return unique PubsubTopics for static sharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should return unique PubsubTopics for static sharding","historyId":"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"877efd08a2b79ac7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/877efd08a2b79ac7","status":"passed","time":{"start":1728379159015,"stop":1728379159015,"duration":0}},{"uid":"e05bcef0fc9bb70c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e05bcef0fc9bb70c","status":"passed","time":{"start":1728371802900,"stop":1728371802900,"duration":0}},{"uid":"6aa3253f68c6aa92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6aa3253f68c6aa92","status":"passed","time":{"start":1728370149934,"stop":1728370149934,"duration":0}},{"uid":"1cecffa8cbeddd11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1cecffa8cbeddd11","status":"passed","time":{"start":1728369248988,"stop":1728369248989,"duration":1}}]},"tags":[]},"source":"ec81d74812d21129.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ed4cb5f5970bf6d8.json b/7530/data/test-cases/ed4cb5f5970bf6d8.json new file mode 100644 index 00000000000..292bf61d474 --- /dev/null +++ b/7530/data/test-cases/ed4cb5f5970bf6d8.json @@ -0,0 +1 @@ +{"uid":"ed4cb5f5970bf6d8","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749047,"stop":1728381749047,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cbfd9ada60cd7e92","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cbfd9ada60cd7e92","status":"passed","time":{"start":1728379549689,"stop":1728379549690,"duration":1}},{"uid":"e4158eb79732cef2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e4158eb79732cef2","status":"passed","time":{"start":1728372195430,"stop":1728372195430,"duration":0}},{"uid":"83fa1538b293f319","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83fa1538b293f319","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"147def67bf027d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/147def67bf027d3","status":"passed","time":{"start":1728369639847,"stop":1728369639847,"duration":0}}]},"tags":[]},"source":"ed4cb5f5970bf6d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ed50d86da813dbb1.json b/7530/data/test-cases/ed50d86da813dbb1.json new file mode 100644 index 00000000000..ac388b31560 --- /dev/null +++ b/7530/data/test-cases/ed50d86da813dbb1.json @@ -0,0 +1 @@ +{"uid":"ed50d86da813dbb1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/-/1","historyId":"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aece445d0a949f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aece445d0a949f","status":"passed","time":{"start":1728379159023,"stop":1728379159023,"duration":0}},{"uid":"48a5b241d634b41c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/48a5b241d634b41c","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"ac07d7e9a617b826","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac07d7e9a617b826","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"fd53ebb2bcad178d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd53ebb2bcad178d","status":"passed","time":{"start":1728369248996,"stop":1728369248997,"duration":1}}]},"tags":[]},"source":"ed50d86da813dbb1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/edce591c9a058565.json b/7530/data/test-cases/edce591c9a058565.json new file mode 100644 index 00000000000..7357b8bc5f7 --- /dev/null +++ b/7530/data/test-cases/edce591c9a058565.json @@ -0,0 +1 @@ +{"uid":"edce591c9a058565","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1949153314000 ","historyId":"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658387,"stop":1728381658388,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6bd9a6422fac482","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6bd9a6422fac482","status":"passed","time":{"start":1728379460291,"stop":1728379460295,"duration":4}},{"uid":"c41ebca63cbc18e5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c41ebca63cbc18e5","status":"passed","time":{"start":1728372105678,"stop":1728372105679,"duration":1}},{"uid":"b13243719a209965","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b13243719a209965","status":"passed","time":{"start":1728370464157,"stop":1728370464158,"duration":1}},{"uid":"1584a7d073180625","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1584a7d073180625","status":"passed","time":{"start":1728369544875,"stop":1728369544875,"duration":0}}]},"tags":[]},"source":"edce591c9a058565.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ee306e14924d568b.json b/7530/data/test-cases/ee306e14924d568b.json new file mode 100644 index 00000000000..2de32a79b14 --- /dev/null +++ b/7530/data/test-cases/ee306e14924d568b.json @@ -0,0 +1 @@ +{"uid":"ee306e14924d568b","name":"should extract SingleShardInfo from a valid PubsubTopic","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should extract SingleShardInfo from a valid PubsubTopic","historyId":"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"98d59f26afced515","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98d59f26afced515","status":"passed","time":{"start":1728379159017,"stop":1728379159018,"duration":1}},{"uid":"44010da886ca24cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44010da886ca24cf","status":"passed","time":{"start":1728371802903,"stop":1728371802903,"duration":0}},{"uid":"e3d4b5be3f402b74","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e3d4b5be3f402b74","status":"passed","time":{"start":1728370149936,"stop":1728370149937,"duration":1}},{"uid":"8e5258662610904","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8e5258662610904","status":"passed","time":{"start":1728369248991,"stop":1728369248991,"duration":0}}]},"tags":[]},"source":"ee306e14924d568b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ee7e1b60e16c16d2.json b/7530/data/test-cases/ee7e1b60e16c16d2.json new file mode 100644 index 00000000000..876c85cc722 --- /dev/null +++ b/7530/data/test-cases/ee7e1b60e16c16d2.json @@ -0,0 +1 @@ +{"uid":"ee7e1b60e16c16d2","name":"Subscribe to topic containing emoji and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing emoji and publish message","historyId":"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696873,"stop":1728381696873,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ce17573943bad3ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce17573943bad3ea","status":"passed","time":{"start":1728379498108,"stop":1728379498108,"duration":0}},{"uid":"a48aeb0b8e6cd741","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a48aeb0b8e6cd741","status":"passed","time":{"start":1728372147580,"stop":1728372147580,"duration":0}},{"uid":"faa413e3f75ef0a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/faa413e3f75ef0a1","status":"passed","time":{"start":1728370535039,"stop":1728370535039,"duration":0}},{"uid":"175e0f882626b814","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/175e0f882626b814","status":"passed","time":{"start":1728369636387,"stop":1728369636387,"duration":0}}]},"tags":[]},"source":"ee7e1b60e16c16d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ee98ec5b5d9341e8.json b/7530/data/test-cases/ee98ec5b5d9341e8.json new file mode 100644 index 00000000000..be09ac5e71e --- /dev/null +++ b/7530/data/test-cases/ee98ec5b5d9341e8.json @@ -0,0 +1 @@ +{"uid":"ee98ec5b5d9341e8","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with STORE and LIGHTPUSH protocols set to true","historyId":"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363577,"stop":1728381363578,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"18175898d967d5f9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/18175898d967d5f9","status":"passed","time":{"start":1728379166771,"stop":1728379166772,"duration":1}},{"uid":"2a88734385e9ca04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2a88734385e9ca04","status":"passed","time":{"start":1728371810593,"stop":1728371810594,"duration":1}},{"uid":"4bde932e16d2faca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4bde932e16d2faca","status":"passed","time":{"start":1728370158407,"stop":1728370158408,"duration":1}},{"uid":"aa643dbc51e49531","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa643dbc51e49531","status":"passed","time":{"start":1728369256991,"stop":1728369256992,"duration":1}}]},"tags":[]},"source":"ee98ec5b5d9341e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/eea5f2c7b108302e.json b/7530/data/test-cases/eea5f2c7b108302e.json new file mode 100644 index 00000000000..abaea68be2f --- /dev/null +++ b/7530/data/test-cases/eea5f2c7b108302e.json @@ -0,0 +1 @@ +{"uid":"eea5f2c7b108302e","name":"Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","historyId":"1534d0be1cf34d85ad6b5928966c3c69:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689160,"stop":1728381689161,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"eea5f2c7b108302e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/eec03ecf9159e75a.json b/7530/data/test-cases/eec03ecf9159e75a.json new file mode 100644 index 00000000000..4e82138b9b8 --- /dev/null +++ b/7530/data/test-cases/eec03ecf9159e75a.json @@ -0,0 +1 @@ +{"uid":"eec03ecf9159e75a","name":"Push message with Russian payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Russian payload","historyId":"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"56a0f1d662ee352e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56a0f1d662ee352e","status":"passed","time":{"start":1728379515543,"stop":1728379515544,"duration":1}},{"uid":"1c46df575fc016f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c46df575fc016f0","status":"passed","time":{"start":1728372171287,"stop":1728372171290,"duration":3}},{"uid":"ef2ba9062d3124fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ef2ba9062d3124fb","status":"passed","time":{"start":1728370522950,"stop":1728370522951,"duration":1}},{"uid":"bda26f9fa3157b77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bda26f9fa3157b77","status":"passed","time":{"start":1728369622030,"stop":1728369622030,"duration":0}}]},"tags":[]},"source":"eec03ecf9159e75a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ef11f3de294c0ac8.json b/7530/data/test-cases/ef11f3de294c0ac8.json new file mode 100644 index 00000000000..4e1c034ca98 --- /dev/null +++ b/7530/data/test-cases/ef11f3de294c0ac8.json @@ -0,0 +1 @@ +{"uid":"ef11f3de294c0ac8","name":"configure the node with multiple content topics","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > configure the node with multiple content topics","historyId":"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381719626,"stop":1728381719626,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6577f678ad36d514","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6577f678ad36d514","status":"passed","time":{"start":1728379523114,"stop":1728379523115,"duration":1}},{"uid":"6c02828c442da472","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c02828c442da472","status":"passed","time":{"start":1728372169991,"stop":1728372169991,"duration":0}},{"uid":"9266063fc9beb47e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9266063fc9beb47e","status":"passed","time":{"start":1728370557101,"stop":1728370557101,"duration":0}},{"uid":"26fcc3b2e8a33041","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26fcc3b2e8a33041","status":"passed","time":{"start":1728369663465,"stop":1728369663465,"duration":0}}]},"tags":[]},"source":"ef11f3de294c0ac8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/efe484ab9cb668c3.json b/7530/data/test-cases/efe484ab9cb668c3.json new file mode 100644 index 00000000000..4199630bf10 --- /dev/null +++ b/7530/data/test-cases/efe484ab9cb668c3.json @@ -0,0 +1 @@ +{"uid":"efe484ab9cb668c3","name":"Round trip binary encryption [ecies, signature]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Round trip binary encryption [ecies, signature]","historyId":"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ecies Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3c01156ca52ec403","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3c01156ca52ec403","status":"passed","time":{"start":1728379194286,"stop":1728379194286,"duration":0}},{"uid":"b50fb8ac86f9a864","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b50fb8ac86f9a864","status":"passed","time":{"start":1728371838586,"stop":1728371838586,"duration":0}},{"uid":"abc00a2589417d38","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/abc00a2589417d38","status":"passed","time":{"start":1728370185971,"stop":1728370185972,"duration":1}},{"uid":"4f24c3117b345b69","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f24c3117b345b69","status":"passed","time":{"start":1728369284714,"stop":1728369284715,"duration":1}}]},"tags":[]},"source":"efe484ab9cb668c3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/effe00c9a67b8f66.json b/7530/data/test-cases/effe00c9a67b8f66.json new file mode 100644 index 00000000000..f4f6825a578 --- /dev/null +++ b/7530/data/test-cases/effe00c9a67b8f66.json @@ -0,0 +1 @@ +{"uid":"effe00c9a67b8f66","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","historyId":"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521316,"stop":1728381521316,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3ed932a54199f42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ed932a54199f42","status":"passed","time":{"start":1728379329180,"stop":1728379329180,"duration":0}},{"uid":"748e24a721e04175","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/748e24a721e04175","status":"passed","time":{"start":1728371984005,"stop":1728371984005,"duration":0}},{"uid":"de9cf8fadc24a0d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de9cf8fadc24a0d2","status":"passed","time":{"start":1728370284360,"stop":1728370284360,"duration":0}},{"uid":"3d64e0a5666b1c94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d64e0a5666b1c94","status":"passed","time":{"start":1728369378903,"stop":1728369378903,"duration":0}}]},"tags":[]},"source":"effe00c9a67b8f66.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f186ed2cf0edeb1b.json b/7530/data/test-cases/f186ed2cf0edeb1b.json new file mode 100644 index 00000000000..06c54329bd8 --- /dev/null +++ b/7530/data/test-cases/f186ed2cf0edeb1b.json @@ -0,0 +1 @@ +{"uid":"f186ed2cf0edeb1b","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=1 -- returns one bootstrap peer ","historyId":"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521302,"stop":1728381521303,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd364b60939e298d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fd364b60939e298d","status":"passed","time":{"start":1728379329177,"stop":1728379329177,"duration":0}},{"uid":"2860a43e7d7bf479","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2860a43e7d7bf479","status":"passed","time":{"start":1728371984002,"stop":1728371984002,"duration":0}},{"uid":"c600a31456f40e20","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c600a31456f40e20","status":"passed","time":{"start":1728370284356,"stop":1728370284356,"duration":0}},{"uid":"f466a2c0ff036043","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f466a2c0ff036043","status":"passed","time":{"start":1728369378895,"stop":1728369378895,"duration":0}}]},"tags":[]},"source":"f186ed2cf0edeb1b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f18f1df5d77a3a4a.json b/7530/data/test-cases/f18f1df5d77a3a4a.json new file mode 100644 index 00000000000..85e56ca6047 --- /dev/null +++ b/7530/data/test-cases/f18f1df5d77a3a4a.json @@ -0,0 +1 @@ +{"uid":"f18f1df5d77a3a4a","name":"peer:update - should do nothing if another protocol hit","fullName":"/src/lib/stream_manager/stream_manager.spec.ts: StreamManager > peer:update - should do nothing if another protocol hit","historyId":"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371411,"stop":1728381371411,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"StreamManager"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f520c5cbb4f3efaa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f520c5cbb4f3efaa","status":"passed","time":{"start":1728379174830,"stop":1728379174830,"duration":0}},{"uid":"2cc9b14fbd611780","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cc9b14fbd611780","status":"passed","time":{"start":1728371818436,"stop":1728371818437,"duration":1}},{"uid":"57c03371e18f84c9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57c03371e18f84c9","status":"passed","time":{"start":1728370166079,"stop":1728370166079,"duration":0}},{"uid":"40d0225069a94221","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40d0225069a94221","status":"passed","time":{"start":1728369265064,"stop":1728369265064,"duration":0}}]},"tags":[]},"source":"f18f1df5d77a3a4a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f1b3fa3419aea0e5.json b/7530/data/test-cases/f1b3fa3419aea0e5.json new file mode 100644 index 00000000000..d7952fff47c --- /dev/null +++ b/7530/data/test-cases/f1b3fa3419aea0e5.json @@ -0,0 +1 @@ +{"uid":"f1b3fa3419aea0e5","name":"should return all peers when numPeers is 0","fullName":"/src/lib/filterPeers.spec.ts: filterPeersByDiscovery function > should return all peers when numPeers is 0","historyId":"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371415,"stop":1728381371415,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib"},{"name":"parentSuite","value":"filterPeersByDiscovery function"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"728ef5f6e146dd60","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/728ef5f6e146dd60","status":"passed","time":{"start":1728379174375,"stop":1728379174375,"duration":0}},{"uid":"b4388b3ac96158cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4388b3ac96158cd","status":"passed","time":{"start":1728371818653,"stop":1728371818654,"duration":1}},{"uid":"c91e156fcc7775fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c91e156fcc7775fc","status":"passed","time":{"start":1728370166257,"stop":1728370166258,"duration":1}},{"uid":"d91044a75331dc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d91044a75331dc7","status":"passed","time":{"start":1728369265011,"stop":1728369265012,"duration":1}}]},"tags":[]},"source":"f1b3fa3419aea0e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f204fe5e369e90f1.json b/7530/data/test-cases/f204fe5e369e90f1.json new file mode 100644 index 00000000000..e65b0f94b7b --- /dev/null +++ b/7530/data/test-cases/f204fe5e369e90f1.json @@ -0,0 +1 @@ +{"uid":"f204fe5e369e90f1","name":"Fails to publish message with wrong content topic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with wrong content topic","historyId":"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689163,"stop":1728381689164,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e03c65ce76f16674","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e03c65ce76f16674","status":"passed","time":{"start":1728379493875,"stop":1728379493875,"duration":0}},{"uid":"8431db9f621da6d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8431db9f621da6d3","status":"passed","time":{"start":1728372140961,"stop":1728372140965,"duration":4}},{"uid":"bfadd7f91b5caa1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfadd7f91b5caa1d","status":"passed","time":{"start":1728370524966,"stop":1728370524966,"duration":0}},{"uid":"7801b37e704dc8df","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7801b37e704dc8df","status":"passed","time":{"start":1728369630403,"stop":1728369630403,"duration":0}}]},"tags":[]},"source":"f204fe5e369e90f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f226aa4994e046ab.json b/7530/data/test-cases/f226aa4994e046ab.json new file mode 100644 index 00000000000..6d722f5b264 --- /dev/null +++ b/7530/data/test-cases/f226aa4994e046ab.json @@ -0,0 +1 @@ +{"uid":"f226aa4994e046ab","name":"Push message with content topic containing short","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing short","historyId":"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e5e0369d234b4474","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e5e0369d234b4474","status":"passed","time":{"start":1728379482929,"stop":1728379482929,"duration":0}},{"uid":"b809d6751697f7fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b809d6751697f7fc","status":"passed","time":{"start":1728372134554,"stop":1728372134554,"duration":0}},{"uid":"effba454a011522","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/effba454a011522","status":"passed","time":{"start":1728370487869,"stop":1728370487869,"duration":0}},{"uid":"b392194446ae6ce2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b392194446ae6ce2","status":"passed","time":{"start":1728369590793,"stop":1728369590795,"duration":2}}]},"tags":[]},"source":"f226aa4994e046ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f28f2b27e835e618.json b/7530/data/test-cases/f28f2b27e835e618.json new file mode 100644 index 00000000000..1aef8cfc29d --- /dev/null +++ b/7530/data/test-cases/f28f2b27e835e618.json @@ -0,0 +1 @@ +{"uid":"f28f2b27e835e618","name":"Check received message containing Chinese","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Chinese","historyId":"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"579505d5cd2949b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/579505d5cd2949b","status":"passed","time":{"start":1728379460259,"stop":1728379460260,"duration":1}},{"uid":"57f53bda6e26f9d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57f53bda6e26f9d1","status":"passed","time":{"start":1728372105659,"stop":1728372105660,"duration":1}},{"uid":"ba0fdcb5e08659da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba0fdcb5e08659da","status":"passed","time":{"start":1728370464118,"stop":1728370464118,"duration":0}},{"uid":"9e7519fb79726b37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9e7519fb79726b37","status":"passed","time":{"start":1728369544854,"stop":1728369544854,"duration":0}}]},"tags":[]},"source":"f28f2b27e835e618.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f2e26fd2ac14efa2.json b/7530/data/test-cases/f2e26fd2ac14efa2.json new file mode 100644 index 00000000000..b70343b85d1 --- /dev/null +++ b/7530/data/test-cases/f2e26fd2ac14efa2.json @@ -0,0 +1 @@ +{"uid":"f2e26fd2ac14efa2","name":"Subscribe and receive messages on custom pubsubtopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Subscribe and receive messages on custom pubsubtopic","historyId":"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461615,"stop":1728381461615,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94febcaa885b995d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94febcaa885b995d","status":"passed","time":{"start":1728379263311,"stop":1728379263311,"duration":0}},{"uid":"72fc5c41f1c75191","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/72fc5c41f1c75191","status":"passed","time":{"start":1728371907997,"stop":1728371907998,"duration":1}},{"uid":"6c6c1da12a20ece4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c6c1da12a20ece4","status":"passed","time":{"start":1728370252049,"stop":1728370252049,"duration":0}},{"uid":"8db01754d447e62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8db01754d447e62","status":"passed","time":{"start":1728369354738,"stop":1728369354739,"duration":1}}]},"tags":[]},"source":"f2e26fd2ac14efa2.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f3025357f3ffc825.json b/7530/data/test-cases/f3025357f3ffc825.json new file mode 100644 index 00000000000..e2391e91190 --- /dev/null +++ b/7530/data/test-cases/f3025357f3ffc825.json @@ -0,0 +1 @@ +{"uid":"f3025357f3ffc825","name":"should return usable stream attached to connection","fullName":"/src/lib/stream_manager/stream_manager.spec.ts: StreamManager > should return usable stream attached to connection","historyId":"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371408,"stop":1728381371409,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"StreamManager"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3d8c9e6ea7fa596f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d8c9e6ea7fa596f","status":"passed","time":{"start":1728379174826,"stop":1728379174827,"duration":1}},{"uid":"4cb853afbb1dc9b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cb853afbb1dc9b5","status":"passed","time":{"start":1728371818431,"stop":1728371818433,"duration":2}},{"uid":"d9d25a8682e501b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9d25a8682e501b2","status":"passed","time":{"start":1728370166076,"stop":1728370166077,"duration":1}},{"uid":"d6c0165509b2ef23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d6c0165509b2ef23","status":"passed","time":{"start":1728369265062,"stop":1728369265062,"duration":0}}]},"tags":[]},"source":"f3025357f3ffc825.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f33d7652625e5300.json b/7530/data/test-cases/f33d7652625e5300.json new file mode 100644 index 00000000000..2ed6dcaf7eb --- /dev/null +++ b/7530/data/test-cases/f33d7652625e5300.json @@ -0,0 +1 @@ +{"uid":"f33d7652625e5300","name":"less peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > less peers than existing","historyId":"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658692,"stop":1728381658693,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"9fa4237f92a3dd5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9fa4237f92a3dd5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460504,"stop":1728379460504,"duration":0}},{"uid":"7caaedbd27d104e4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7caaedbd27d104e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"816f37ee385e4ffd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/816f37ee385e4ffd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488125,"stop":1728370488126,"duration":1}},{"uid":"293134ff60a6ba5e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/293134ff60a6ba5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591299,"stop":1728369591300,"duration":1}}]},"tags":[]},"source":"f33d7652625e5300.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f34c102b867f511f.json b/7530/data/test-cases/f34c102b867f511f.json new file mode 100644 index 00000000000..cd8c206de83 --- /dev/null +++ b/7530/data/test-cases/f34c102b867f511f.json @@ -0,0 +1 @@ +{"uid":"f34c102b867f511f","name":"Check publish message containing escaped characters","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing escaped characters","historyId":"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"35f433f64120f21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/35f433f64120f21d","status":"passed","time":{"start":1728379493844,"stop":1728379493844,"duration":0}},{"uid":"e93a2aa2ba9743f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e93a2aa2ba9743f8","status":"passed","time":{"start":1728372140947,"stop":1728372140947,"duration":0}},{"uid":"6ca358ef265807f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ca358ef265807f5","status":"passed","time":{"start":1728370524960,"stop":1728370524960,"duration":0}},{"uid":"e16555177e157a8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e16555177e157a8","status":"passed","time":{"start":1728369630397,"stop":1728369630397,"duration":0}}]},"tags":[]},"source":"f34c102b867f511f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f37ce73c656d37b.json b/7530/data/test-cases/f37ce73c656d37b.json new file mode 100644 index 00000000000..b7445f806f4 --- /dev/null +++ b/7530/data/test-cases/f37ce73c656d37b.json @@ -0,0 +1 @@ +{"uid":"f37ce73c656d37b","name":"Ephemeral field set to true","fullName":"/src/lib/message/version_0.spec.ts: Waku Message version 0 > Ephemeral field set to true","historyId":"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371849,"stop":1728381371850,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1ea99471b5001bc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ea99471b5001bc2","status":"passed","time":{"start":1728379175035,"stop":1728379175035,"duration":0}},{"uid":"5d90248d7c12273a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d90248d7c12273a","status":"passed","time":{"start":1728371819027,"stop":1728371819027,"duration":0}},{"uid":"50b4f7f9a150e330","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50b4f7f9a150e330","status":"passed","time":{"start":1728370166484,"stop":1728370166484,"duration":0}},{"uid":"a3483c3776140df8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3483c3776140df8","status":"passed","time":{"start":1728369265266,"stop":1728369265266,"duration":0}}]},"tags":[]},"source":"f37ce73c656d37b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f3910f8749f19446.json b/7530/data/test-cases/f3910f8749f19446.json new file mode 100644 index 00000000000..8076871c857 --- /dev/null +++ b/7530/data/test-cases/f3910f8749f19446.json @@ -0,0 +1 @@ +{"uid":"f3910f8749f19446","name":"Subscribe to topic containing shell command and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing shell command and publish message","historyId":"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6f07396d7e6d9f55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f07396d7e6d9f55","status":"passed","time":{"start":1728379498106,"stop":1728379498107,"duration":1}},{"uid":"2f4c4445a8e4d421","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2f4c4445a8e4d421","status":"passed","time":{"start":1728372147571,"stop":1728372147579,"duration":8}},{"uid":"a06ce25deeeec332","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a06ce25deeeec332","status":"passed","time":{"start":1728370535037,"stop":1728370535038,"duration":1}},{"uid":"5159346f1e9bf360","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5159346f1e9bf360","status":"passed","time":{"start":1728369636383,"stop":1728369636384,"duration":1}}]},"tags":[]},"source":"f3910f8749f19446.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f39669f990362703.json b/7530/data/test-cases/f39669f990362703.json new file mode 100644 index 00000000000..05ffd034c94 --- /dev/null +++ b/7530/data/test-cases/f39669f990362703.json @@ -0,0 +1 @@ +{"uid":"f39669f990362703","name":"Unsubscribes all - node subscribed to 10 topics","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribes all - node subscribed to 10 topics","historyId":"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381485022,"stop":1728381485022,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b5e0a842045ac782","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b5e0a842045ac782","status":"passed","time":{"start":1728379293472,"stop":1728379293472,"duration":0}},{"uid":"2ef765868cf894c7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ef765868cf894c7","status":"passed","time":{"start":1728371932969,"stop":1728371932970,"duration":1}},{"uid":"885ae76c37f6c85e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/885ae76c37f6c85e","status":"passed","time":{"start":1728370281710,"stop":1728370281710,"duration":0}},{"uid":"5021882cd292e257","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5021882cd292e257","status":"passed","time":{"start":1728369376543,"stop":1728369376545,"duration":2}}]},"tags":[]},"source":"f39669f990362703.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f3ce08f5c222ff57.json b/7530/data/test-cases/f3ce08f5c222ff57.json new file mode 100644 index 00000000000..a1d5d27a69b --- /dev/null +++ b/7530/data/test-cases/f3ce08f5c222ff57.json @@ -0,0 +1 @@ +{"uid":"f3ce08f5c222ff57","name":"Check received message containing short","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing short","historyId":"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526504,"stop":1728381526505,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55a4975e1a065c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/55a4975e1a065c0","status":"passed","time":{"start":1728379329394,"stop":1728379329394,"duration":0}},{"uid":"dcd7ed507baa5249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcd7ed507baa5249","status":"passed","time":{"start":1728371973982,"stop":1728371973983,"duration":1}},{"uid":"bd5ac7fd7cb8ce5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd5ac7fd7cb8ce5b","status":"passed","time":{"start":1728370320860,"stop":1728370320861,"duration":1}},{"uid":"3b9e3b5858721a20","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b9e3b5858721a20","status":"passed","time":{"start":1728369420215,"stop":1728369420217,"duration":2}}]},"tags":[]},"source":"f3ce08f5c222ff57.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f4d956cf716445da.json b/7530/data/test-cases/f4d956cf716445da.json new file mode 100644 index 00000000000..961eb4881bd --- /dev/null +++ b/7530/data/test-cases/f4d956cf716445da.json @@ -0,0 +1 @@ +{"uid":"f4d956cf716445da","name":"should properly compute the node id","fullName":"/src/enr.spec.ts: ENR > Static tests > should properly compute the node id","historyId":"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Static tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8daf058ec257836d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8daf058ec257836d","status":"passed","time":{"start":1728379167598,"stop":1728379167598,"duration":0}},{"uid":"78ddc760fbf3ba93","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ddc760fbf3ba93","status":"passed","time":{"start":1728371811379,"stop":1728371811379,"duration":0}},{"uid":"e633e817819cdc50","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e633e817819cdc50","status":"passed","time":{"start":1728370158840,"stop":1728370158841,"duration":1}},{"uid":"58a41ff434465b5f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/58a41ff434465b5f","status":"passed","time":{"start":1728369257779,"stop":1728369257780,"duration":1}}]},"tags":[]},"source":"f4d956cf716445da.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f55557c79905c3c6.json b/7530/data/test-cases/f55557c79905c3c6.json new file mode 100644 index 00000000000..57e6c717ff8 --- /dev/null +++ b/7530/data/test-cases/f55557c79905c3c6.json @@ -0,0 +1 @@ +{"uid":"f55557c79905c3c6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/y","historyId":"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8687c00274525759","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8687c00274525759","status":"passed","time":{"start":1728379159021,"stop":1728379159021,"duration":0}},{"uid":"54ac636ab9a53fa6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54ac636ab9a53fa6","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"e8a6758e0f639669","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8a6758e0f639669","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"eed767d84ff5cc39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eed767d84ff5cc39","status":"passed","time":{"start":1728369248994,"stop":1728369248994,"duration":0}}]},"tags":[]},"source":"f55557c79905c3c6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f5acf0066648dace.json b/7530/data/test-cases/f5acf0066648dace.json new file mode 100644 index 00000000000..295fe3c78c9 --- /dev/null +++ b/7530/data/test-cases/f5acf0066648dace.json @@ -0,0 +1 @@ +{"uid":"f5acf0066648dace","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696826,"stop":1728381696827,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"b2bcd9dc5279f08f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2bcd9dc5279f08f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379498095,"stop":1728379498095,"duration":0}},{"uid":"4fb46f82000e7502","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4fb46f82000e7502","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372147558,"stop":1728372147558,"duration":0}},{"uid":"2c001996a002073b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2c001996a002073b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370535018,"stop":1728370535018,"duration":0}},{"uid":"418ef1ab25ce8cbc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/418ef1ab25ce8cbc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369636357,"stop":1728369636357,"duration":0}}]},"tags":[]},"source":"f5acf0066648dace.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f5ecbf7b6cb98d10.json b/7530/data/test-cases/f5ecbf7b6cb98d10.json new file mode 100644 index 00000000000..18179920081 --- /dev/null +++ b/7530/data/test-cases/f5ecbf7b6cb98d10.json @@ -0,0 +1 @@ +{"uid":"f5ecbf7b6cb98d10","name":"Ordered Callback sorting by timestamp while page direction is true","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is true","historyId":"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381759211,"stop":1728381759212,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, sorting"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d583342998772132","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d583342998772132","status":"passed","time":{"start":1728379560161,"stop":1728379560161,"duration":0}},{"uid":"1bd4ba144af0cc02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1bd4ba144af0cc02","status":"passed","time":{"start":1728372216742,"stop":1728372216743,"duration":1}},{"uid":"dc50e6e303da3fe3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dc50e6e303da3fe3","status":"passed","time":{"start":1728370607963,"stop":1728370607964,"duration":1}},{"uid":"5751ee127bf38f76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5751ee127bf38f76","status":"passed","time":{"start":1728369698569,"stop":1728369698571,"duration":2}}]},"tags":[]},"source":"f5ecbf7b6cb98d10.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f6191746e7359304.json b/7530/data/test-cases/f6191746e7359304.json new file mode 100644 index 00000000000..b72b5ae10be --- /dev/null +++ b/7530/data/test-cases/f6191746e7359304.json @@ -0,0 +1 @@ +{"uid":"f6191746e7359304","name":"should set field with only FILTER enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only FILTER enabled","historyId":"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1a1fa4da9a0693eb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a1fa4da9a0693eb","status":"passed","time":{"start":1728379167607,"stop":1728379167607,"duration":0}},{"uid":"c24d5769e9c29b96","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c24d5769e9c29b96","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"24562af46facb089","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24562af46facb089","status":"passed","time":{"start":1728370158849,"stop":1728370158850,"duration":1}},{"uid":"23b81c4dcc823fa6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23b81c4dcc823fa6","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"tags":[]},"source":"f6191746e7359304.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f7816e609fdc2fb6.json b/7530/data/test-cases/f7816e609fdc2fb6.json new file mode 100644 index 00000000000..f59774a11b7 --- /dev/null +++ b/7530/data/test-cases/f7816e609fdc2fb6.json @@ -0,0 +1 @@ +{"uid":"f7816e609fdc2fb6","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696821,"stop":1728381696821,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c81a644ba547c342","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c81a644ba547c342","status":"passed","time":{"start":1728379498091,"stop":1728379498091,"duration":0}},{"uid":"cc1cc16fc75b9d6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cc1cc16fc75b9d6c","status":"passed","time":{"start":1728372147545,"stop":1728372147546,"duration":1}},{"uid":"47d574d2db8a909a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47d574d2db8a909a","status":"passed","time":{"start":1728370534995,"stop":1728370534997,"duration":2}},{"uid":"94d70451f4f19ea2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/94d70451f4f19ea2","status":"passed","time":{"start":1728369636347,"stop":1728369636347,"duration":0}}]},"tags":[]},"source":"f7816e609fdc2fb6.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f78ff5fc12d1e201.json b/7530/data/test-cases/f78ff5fc12d1e201.json new file mode 100644 index 00000000000..e7cd0c611dc --- /dev/null +++ b/7530/data/test-cases/f78ff5fc12d1e201.json @@ -0,0 +1 @@ +{"uid":"f78ff5fc12d1e201","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","historyId":"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521299,"stop":1728381521300,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5f4158cf2f84776c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5f4158cf2f84776c","status":"passed","time":{"start":1728379329176,"stop":1728379329176,"duration":0}},{"uid":"6f50f6ccd5ff2f5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f50f6ccd5ff2f5c","status":"passed","time":{"start":1728371984002,"stop":1728371984002,"duration":0}},{"uid":"f9396ed3a4890ed6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9396ed3a4890ed6","status":"passed","time":{"start":1728370284354,"stop":1728370284355,"duration":1}},{"uid":"b9502c7ca0214dce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9502c7ca0214dce","status":"passed","time":{"start":1728369378894,"stop":1728369378894,"duration":0}}]},"tags":[]},"source":"f78ff5fc12d1e201.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f7d5ce9198a4f977.json b/7530/data/test-cases/f7d5ce9198a4f977.json new file mode 100644 index 00000000000..fe564cd8c7a --- /dev/null +++ b/7530/data/test-cases/f7d5ce9198a4f977.json @@ -0,0 +1 @@ +{"uid":"f7d5ce9198a4f977","name":"Encoder throws on undefined content topic","fullName":"/src/ecies.spec.ts: Ensures content topic is defined > Encoder throws on undefined content topic","historyId":"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ff4f4b3f12fcd9a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ff4f4b3f12fcd9a9","status":"passed","time":{"start":1728379194287,"stop":1728379194287,"duration":0}},{"uid":"a4851540f6a8e5f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a4851540f6a8e5f8","status":"passed","time":{"start":1728371838586,"stop":1728371838587,"duration":1}},{"uid":"ba9b18121a92ddf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba9b18121a92ddf3","status":"passed","time":{"start":1728370185972,"stop":1728370185973,"duration":1}},{"uid":"ed71ba84427bd53a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ed71ba84427bd53a","status":"passed","time":{"start":1728369284715,"stop":1728369284716,"duration":1}}]},"tags":[]},"source":"f7d5ce9198a4f977.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f8367794dc467e24.json b/7530/data/test-cases/f8367794dc467e24.json new file mode 100644 index 00000000000..db1b497f26f --- /dev/null +++ b/7530/data/test-cases/f8367794dc467e24.json @@ -0,0 +1 @@ +{"uid":"f8367794dc467e24","name":"Push message with content topic containing XML","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing XML","historyId":"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680459,"stop":1728381680463,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2532fa1b89eb232b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2532fa1b89eb232b","status":"passed","time":{"start":1728379482937,"stop":1728379482941,"duration":4}},{"uid":"b06478d5a01d7a1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b06478d5a01d7a1b","status":"passed","time":{"start":1728372134565,"stop":1728372134565,"duration":0}},{"uid":"cd96f5e41f1f64e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd96f5e41f1f64e8","status":"passed","time":{"start":1728370487878,"stop":1728370487879,"duration":1}},{"uid":"c9830edd366aa931","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c9830edd366aa931","status":"passed","time":{"start":1728369590802,"stop":1728369590803,"duration":1}}]},"tags":[]},"source":"f8367794dc467e24.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f8593d8f47efe266.json b/7530/data/test-cases/f8593d8f47efe266.json new file mode 100644 index 00000000000..714517d7679 --- /dev/null +++ b/7530/data/test-cases/f8593d8f47efe266.json @@ -0,0 +1 @@ +{"uid":"f8593d8f47efe266","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should correctly map a content topic to a pubsub topic for different network shard sizes","historyId":"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355986,"stop":1728381355987,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c576bb36dbd2efa9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c576bb36dbd2efa9","status":"passed","time":{"start":1728379159032,"stop":1728379159032,"duration":0}},{"uid":"5b51966327287a51","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b51966327287a51","status":"passed","time":{"start":1728371802915,"stop":1728371802915,"duration":0}},{"uid":"624b503a477a352c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/624b503a477a352c","status":"passed","time":{"start":1728370149950,"stop":1728370149950,"duration":0}},{"uid":"50cee4dbdc685899","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/50cee4dbdc685899","status":"passed","time":{"start":1728369249004,"stop":1728369249004,"duration":0}}]},"tags":[]},"source":"f8593d8f47efe266.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f85f33da1c6531d9.json b/7530/data/test-cases/f85f33da1c6531d9.json new file mode 100644 index 00000000000..8a78d147998 --- /dev/null +++ b/7530/data/test-cases/f85f33da1c6531d9.json @@ -0,0 +1 @@ +{"uid":"f85f33da1c6531d9","name":"Unsubscribes all - node subscribed to 10 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribes all - node subscribed to 10 topics","historyId":"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381545557,"stop":1728381545559,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e2e30d8eb9eb25c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2e30d8eb9eb25c0","status":"passed","time":{"start":1728379350296,"stop":1728379350297,"duration":1}},{"uid":"727799c1a804d79f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/727799c1a804d79f","status":"passed","time":{"start":1728371998251,"stop":1728371998252,"duration":1}},{"uid":"6b56a5f71bd9ac7c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b56a5f71bd9ac7c","status":"passed","time":{"start":1728370345941,"stop":1728370345941,"duration":0}},{"uid":"ef8dbc4352ad21c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ef8dbc4352ad21c","status":"passed","time":{"start":1728369443729,"stop":1728369443730,"duration":1}}]},"tags":[]},"source":"f85f33da1c6531d9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f86f525263e7fa29.json b/7530/data/test-cases/f86f525263e7fa29.json new file mode 100644 index 00000000000..e36a38987ae --- /dev/null +++ b/7530/data/test-cases/f86f525263e7fa29.json @@ -0,0 +1 @@ +{"uid":"f86f525263e7fa29","name":"Subscribe and receive messages on custom pubsubtopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Subscribe and receive messages on custom pubsubtopic","historyId":"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461634,"stop":1728381461635,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a6a97ed59a70c12e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6a97ed59a70c12e","status":"passed","time":{"start":1728379263336,"stop":1728379263336,"duration":0}},{"uid":"9b78fa98330aef47","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b78fa98330aef47","status":"passed","time":{"start":1728371908006,"stop":1728371908018,"duration":12}},{"uid":"e62f01e9dfcb428a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e62f01e9dfcb428a","status":"passed","time":{"start":1728370252053,"stop":1728370252054,"duration":1}},{"uid":"b6f872478f4b3780","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6f872478f4b3780","status":"passed","time":{"start":1728369354742,"stop":1728369354743,"duration":1}}]},"tags":[]},"source":"f86f525263e7fa29.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f8841efd3e905e09.json b/7530/data/test-cases/f8841efd3e905e09.json new file mode 100644 index 00000000000..9e006422908 --- /dev/null +++ b/7530/data/test-cases/f8841efd3e905e09.json @@ -0,0 +1 @@ +{"uid":"f8841efd3e905e09","name":"Push message with custom timestamp: 1728385157642","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1728385157642","historyId":"4b71f483bccb7fe68b9eb9cb95a451e4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680470,"stop":1728381680471,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f8841efd3e905e09.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f88794c952ed2f5b.json b/7530/data/test-cases/f88794c952ed2f5b.json new file mode 100644 index 00000000000..1de331f2fe6 --- /dev/null +++ b/7530/data/test-cases/f88794c952ed2f5b.json @@ -0,0 +1 @@ +{"uid":"f88794c952ed2f5b","name":"should throw if no connection provided","fullName":"/src/lib/stream_manager/stream_manager.spec.ts: StreamManager > should throw if no connection provided","historyId":"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381371409,"stop":1728381371410,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"StreamManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"StreamManager"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"67e276e1bd275031","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/67e276e1bd275031","status":"passed","time":{"start":1728379174828,"stop":1728379174829,"duration":1}},{"uid":"4eda0f88e94331cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4eda0f88e94331cf","status":"passed","time":{"start":1728371818433,"stop":1728371818434,"duration":1}},{"uid":"1bdbbc38acb1808b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1bdbbc38acb1808b","status":"passed","time":{"start":1728370166077,"stop":1728370166078,"duration":1}},{"uid":"6dfaf356cd9ad5e6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6dfaf356cd9ad5e6","status":"passed","time":{"start":1728369265062,"stop":1728369265063,"duration":1}}]},"tags":[]},"source":"f88794c952ed2f5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f88d4b2e8870354c.json b/7530/data/test-cases/f88d4b2e8870354c.json new file mode 100644 index 00000000000..9062f1d98a2 --- /dev/null +++ b/7530/data/test-cases/f88d4b2e8870354c.json @@ -0,0 +1 @@ +{"uid":"f88d4b2e8870354c","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381618750,"stop":1728381618750,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"multiaddr: dialing\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"multiaddr: dialing"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca99ae8dbebe0ead","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca99ae8dbebe0ead","status":"passed","time":{"start":1728379426561,"stop":1728379426562,"duration":1}},{"uid":"a2dd221206b525fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2dd221206b525fe","status":"passed","time":{"start":1728372087285,"stop":1728372087285,"duration":0}},{"uid":"f49389f0fc128702","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f49389f0fc128702","status":"passed","time":{"start":1728370467518,"stop":1728370467518,"duration":0}},{"uid":"85cadb028521d2bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85cadb028521d2bd","status":"passed","time":{"start":1728369548374,"stop":1728369548374,"duration":0}}]},"tags":[]},"source":"f88d4b2e8870354c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f8c9c82cd6962a80.json b/7530/data/test-cases/f8c9c82cd6962a80.json new file mode 100644 index 00000000000..dc7f09d7ffa --- /dev/null +++ b/7530/data/test-cases/f8c9c82cd6962a80.json @@ -0,0 +1 @@ +{"uid":"f8c9c82cd6962a80","name":"Ephemeral messages are not stored","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral messages are not stored","historyId":"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381415525,"stop":1728381415525,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91f6721051894646","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91f6721051894646","status":"passed","time":{"start":1728379221894,"stop":1728379221894,"duration":0}},{"uid":"cd6c6598b045e639","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cd6c6598b045e639","status":"passed","time":{"start":1728371864342,"stop":1728371864346,"duration":4}},{"uid":"ef61952c64911b8d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ef61952c64911b8d","status":"passed","time":{"start":1728370211393,"stop":1728370211393,"duration":0}},{"uid":"f5e8fa20842d2f6e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f5e8fa20842d2f6e","status":"passed","time":{"start":1728369310550,"stop":1728369310550,"duration":0}}]},"tags":[]},"source":"f8c9c82cd6962a80.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f953cef90621b29e.json b/7530/data/test-cases/f953cef90621b29e.json new file mode 100644 index 00000000000..9f566723935 --- /dev/null +++ b/7530/data/test-cases/f953cef90621b29e.json @@ -0,0 +1 @@ +{"uid":"f953cef90621b29e","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for test.waku.nodes.status.im","historyId":"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381423075,"stop":1728381423076,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"66c2ec1de1a30a98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66c2ec1de1a30a98","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224170,"stop":1728379224170,"duration":0}},{"uid":"50d8d28ac8330529","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50d8d28ac8330529","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870695,"stop":1728371870695,"duration":0}},{"uid":"64e8ca263832f47d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/64e8ca263832f47d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215355,"stop":1728370215355,"duration":0}},{"uid":"1508a66aa69ce8d1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1508a66aa69ce8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314833,"duration":0}}]},"tags":[]},"source":"f953cef90621b29e.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/f95b201403f17db3.json b/7530/data/test-cases/f95b201403f17db3.json new file mode 100644 index 00000000000..7c08cc073e0 --- /dev/null +++ b/7530/data/test-cases/f95b201403f17db3.json @@ -0,0 +1 @@ +{"uid":"f95b201403f17db3","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Russian and receive message","historyId":"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749058,"stop":1728381749059,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b186eab9e6f99aa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b186eab9e6f99aa","status":"passed","time":{"start":1728379549697,"stop":1728379549697,"duration":0}},{"uid":"dfa416e4dc6e0af5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dfa416e4dc6e0af5","status":"passed","time":{"start":1728372195434,"stop":1728372195434,"duration":0}},{"uid":"467d782ef035dea7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/467d782ef035dea7","status":"passed","time":{"start":1728370555257,"stop":1728370555257,"duration":0}},{"uid":"b80159fde5f464c1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b80159fde5f464c1","status":"passed","time":{"start":1728369639853,"stop":1728369639853,"duration":0}}]},"tags":[]},"source":"f95b201403f17db3.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fa04d457d294cd7b.json b/7530/data/test-cases/fa04d457d294cd7b.json new file mode 100644 index 00000000000..e188fddae24 --- /dev/null +++ b/7530/data/test-cases/fa04d457d294cd7b.json @@ -0,0 +1 @@ +{"uid":"fa04d457d294cd7b","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","historyId":"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521306,"stop":1728381521308,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6fb744aa4e019c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6fb744aa4e019c0","status":"passed","time":{"start":1728379329178,"stop":1728379329178,"duration":0}},{"uid":"9008a7dfe4e80873","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9008a7dfe4e80873","status":"passed","time":{"start":1728371984003,"stop":1728371984003,"duration":0}},{"uid":"69e434c7acbdf1c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/69e434c7acbdf1c4","status":"passed","time":{"start":1728370284357,"stop":1728370284357,"duration":0}},{"uid":"57ba484e8d1f1db0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57ba484e8d1f1db0","status":"passed","time":{"start":1728369378898,"stop":1728369378899,"duration":1}}]},"tags":[]},"source":"fa04d457d294cd7b.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fa779d966cec8e54.json b/7530/data/test-cases/fa779d966cec8e54.json new file mode 100644 index 00000000000..fc804bce80b --- /dev/null +++ b/7530/data/test-cases/fa779d966cec8e54.json @@ -0,0 +1 @@ +{"uid":"fa779d966cec8e54","name":"Decoder throws on empty string content topic","fullName":"/src/symmetric.spec.ts: Ensures content topic is defined > Decoder throws on empty string content topic","historyId":"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381389463,"stop":1728381389463,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"897a4c8dcb610f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/897a4c8dcb610f8","status":"passed","time":{"start":1728379192718,"stop":1728379192719,"duration":1}},{"uid":"8ac6f15f747e1b5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ac6f15f747e1b5a","status":"passed","time":{"start":1728371836845,"stop":1728371836845,"duration":0}},{"uid":"d996dd9b7ffb2113","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d996dd9b7ffb2113","status":"passed","time":{"start":1728370184429,"stop":1728370184429,"duration":0}},{"uid":"b15ee0ab7620943e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b15ee0ab7620943e","status":"passed","time":{"start":1728369283261,"stop":1728369283262,"duration":1}}]},"tags":[]},"source":"fa779d966cec8e54.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fa85bd63cce6d5e8.json b/7530/data/test-cases/fa85bd63cce6d5e8.json new file mode 100644 index 00000000000..7752211acdf --- /dev/null +++ b/7530/data/test-cases/fa85bd63cce6d5e8.json @@ -0,0 +1 @@ +{"uid":"fa85bd63cce6d5e8","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","historyId":"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774344,"stop":1728381774345,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"215bfc65a85c3a36","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/215bfc65a85c3a36","status":"passed","time":{"start":1728379576341,"stop":1728379576341,"duration":0}},{"uid":"57b3457df2376e16","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57b3457df2376e16","status":"passed","time":{"start":1728372230816,"stop":1728372230817,"duration":1}},{"uid":"4a34116b0ff9eaa8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4a34116b0ff9eaa8","status":"passed","time":{"start":1728370630209,"stop":1728370630210,"duration":1}},{"uid":"383adef07280f574","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/383adef07280f574","status":"passed","time":{"start":1728369712260,"stop":1728369712261,"duration":1}}]},"tags":[]},"source":"fa85bd63cce6d5e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fac5d49d0b2775b5.json b/7530/data/test-cases/fac5d49d0b2775b5.json new file mode 100644 index 00000000000..e4771f3ba0d --- /dev/null +++ b/7530/data/test-cases/fac5d49d0b2775b5.json @@ -0,0 +1 @@ +{"uid":"fac5d49d0b2775b5","name":"Check received message containing emoji","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing emoji","historyId":"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"616ff9c974a3828c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/616ff9c974a3828c","status":"passed","time":{"start":1728379329400,"stop":1728379329400,"duration":0}},{"uid":"b4065943fa3d522b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4065943fa3d522b","status":"passed","time":{"start":1728371973993,"stop":1728371973994,"duration":1}},{"uid":"cc39e64ab08e31e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc39e64ab08e31e3","status":"passed","time":{"start":1728370320867,"stop":1728370320867,"duration":0}},{"uid":"dc5557a2f74729c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc5557a2f74729c3","status":"passed","time":{"start":1728369420247,"stop":1728369420248,"duration":1}}]},"tags":[]},"source":"fac5d49d0b2775b5.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fb193b3253ab5511.json b/7530/data/test-cases/fb193b3253ab5511.json new file mode 100644 index 00000000000..9b96c7ac657 --- /dev/null +++ b/7530/data/test-cases/fb193b3253ab5511.json @@ -0,0 +1 @@ +{"uid":"fb193b3253ab5511","name":"different cluster, different shard: nodes don't connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > different cluster, different shard: nodes don't connect","historyId":"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cfc5817390202335","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cfc5817390202335","status":"passed","time":{"start":1728379439873,"stop":1728379439873,"duration":0}},{"uid":"3ab2461dd1934525","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3ab2461dd1934525","status":"passed","time":{"start":1728372083110,"stop":1728372083111,"duration":1}},{"uid":"9798aefb58e1fce3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9798aefb58e1fce3","status":"passed","time":{"start":1728370464876,"stop":1728370464877,"duration":1}},{"uid":"e6f46f406018a912","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6f46f406018a912","status":"passed","time":{"start":1728369559766,"stop":1728369559767,"duration":1}}]},"tags":[]},"source":"fb193b3253ab5511.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fb2e4d44e40c3309.json b/7530/data/test-cases/fb2e4d44e40c3309.json new file mode 100644 index 00000000000..40565268b8c --- /dev/null +++ b/7530/data/test-cases/fb2e4d44e40c3309.json @@ -0,0 +1 @@ +{"uid":"fb2e4d44e40c3309","name":"should be able to encode the field with ALL protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with ALL protocols set to true","historyId":"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381363562,"stop":1728381363564,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bf34e8139cbc4463","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bf34e8139cbc4463","status":"passed","time":{"start":1728379166756,"stop":1728379166758,"duration":2}},{"uid":"869bf1341b4aeb18","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/869bf1341b4aeb18","status":"passed","time":{"start":1728371810586,"stop":1728371810587,"duration":1}},{"uid":"8ff370b676e4c735","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ff370b676e4c735","status":"passed","time":{"start":1728370158403,"stop":1728370158403,"duration":0}},{"uid":"a5bfea26c763d804","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5bfea26c763d804","status":"passed","time":{"start":1728369256984,"stop":1728369256985,"duration":1}}]},"tags":[]},"source":"fb2e4d44e40c3309.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fba53608f2a564bb.json b/7530/data/test-cases/fba53608f2a564bb.json new file mode 100644 index 00000000000..0491453490b --- /dev/null +++ b/7530/data/test-cases/fba53608f2a564bb.json @@ -0,0 +1 @@ +{"uid":"fba53608f2a564bb","name":"`waku:online` between 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > `waku:online` between 2 js-waku relay nodes","historyId":"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381439744,"stop":1728381439744,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b5f8563c6e78550","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b5f8563c6e78550","status":"passed","time":{"start":1728379250160,"stop":1728379250161,"duration":1}},{"uid":"bda821916b1ad372","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bda821916b1ad372","status":"passed","time":{"start":1728371885963,"stop":1728371885965,"duration":2}},{"uid":"838b973a7416f1ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/838b973a7416f1ec","status":"passed","time":{"start":1728370233663,"stop":1728370233664,"duration":1}},{"uid":"94fed6159d122797","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/94fed6159d122797","status":"passed","time":{"start":1728369335734,"stop":1728369335734,"duration":0}}]},"tags":[]},"source":"fba53608f2a564bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fbc8e7f3a677d600.json b/7530/data/test-cases/fbc8e7f3a677d600.json new file mode 100644 index 00000000000..1341b380267 --- /dev/null +++ b/7530/data/test-cases/fbc8e7f3a677d600.json @@ -0,0 +1 @@ +{"uid":"fbc8e7f3a677d600","name":"Push message with Chinese payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Chinese payload","historyId":"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4bf310514351dbd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4bf310514351dbd7","status":"passed","time":{"start":1728379515542,"stop":1728379515543,"duration":1}},{"uid":"7e9274b2a697bb64","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7e9274b2a697bb64","status":"passed","time":{"start":1728372171286,"stop":1728372171287,"duration":1}},{"uid":"26b64cf43ed8a5e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26b64cf43ed8a5e","status":"passed","time":{"start":1728370522942,"stop":1728370522950,"duration":8}},{"uid":"efed184d31f51efa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/efed184d31f51efa","status":"passed","time":{"start":1728369622029,"stop":1728369622030,"duration":1}}]},"tags":[]},"source":"fbc8e7f3a677d600.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fbdc0939ec09b8a8.json b/7530/data/test-cases/fbdc0939ec09b8a8.json new file mode 100644 index 00000000000..504abdd8adb --- /dev/null +++ b/7530/data/test-cases/fbdc0939ec09b8a8.json @@ -0,0 +1 @@ +{"uid":"fbdc0939ec09b8a8","name":"Overlapping topic subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Overlapping topic subscription","historyId":"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381749022,"stop":1728381749023,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aecb341ab54907c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aecb341ab54907c7","status":"passed","time":{"start":1728379549652,"stop":1728379549659,"duration":7}},{"uid":"684c64cbcbf932b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/684c64cbcbf932b0","status":"passed","time":{"start":1728372195411,"stop":1728372195411,"duration":0}},{"uid":"932de9f11e2ecec7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/932de9f11e2ecec7","status":"passed","time":{"start":1728370555240,"stop":1728370555240,"duration":0}},{"uid":"2d6016feee97add7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2d6016feee97add7","status":"passed","time":{"start":1728369639828,"stop":1728369639829,"duration":1}}]},"tags":[]},"source":"fbdc0939ec09b8a8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fbf3c16f9b1ac369.json b/7530/data/test-cases/fbf3c16f9b1ac369.json new file mode 100644 index 00000000000..e2e0c5e9c14 --- /dev/null +++ b/7530/data/test-cases/fbf3c16f9b1ac369.json @@ -0,0 +1 @@ +{"uid":"fbf3c16f9b1ac369","name":"Push message with custom timestamp: 1697623157642","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1697623157642","historyId":"79bea27385fa8fd8288345566ad74bf2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680469,"stop":1728381680469,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"fbf3c16f9b1ac369.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fc0b5d91a762a760.json b/7530/data/test-cases/fc0b5d91a762a760.json new file mode 100644 index 00000000000..dcbe4430c69 --- /dev/null +++ b/7530/data/test-cases/fc0b5d91a762a760.json @@ -0,0 +1 @@ +{"uid":"fc0b5d91a762a760","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"155c07bf48420ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/155c07bf48420ce","status":"passed","time":{"start":1728379255029,"stop":1728379255029,"duration":0}},{"uid":"40d376ebd054b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/40d376ebd054b1","status":"passed","time":{"start":1728371896753,"stop":1728371896754,"duration":1}},{"uid":"1f108dd64eafac1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1f108dd64eafac1b","status":"passed","time":{"start":1728370245293,"stop":1728370245293,"duration":0}},{"uid":"ba822f35d9897f66","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ba822f35d9897f66","status":"passed","time":{"start":1728369344213,"stop":1728369344214,"duration":1}}]},"tags":[]},"source":"fc0b5d91a762a760.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fc5a731d94649ea8.json b/7530/data/test-cases/fc5a731d94649ea8.json new file mode 100644 index 00000000000..cf2b28a7914 --- /dev/null +++ b/7530/data/test-cases/fc5a731d94649ea8.json @@ -0,0 +1 @@ +{"uid":"fc5a731d94649ea8","name":"Refresh subscription","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Refresh subscription","historyId":"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f617da3b33953b55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f617da3b33953b55","status":"passed","time":{"start":1728379366465,"stop":1728379366467,"duration":2}},{"uid":"54c1b87f2f9786e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54c1b87f2f9786e1","status":"passed","time":{"start":1728371996006,"stop":1728371996006,"duration":0}},{"uid":"4df8fab378649467","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4df8fab378649467","status":"passed","time":{"start":1728370345125,"stop":1728370345125,"duration":0}},{"uid":"ffb53aa2c862c1d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffb53aa2c862c1d3","status":"passed","time":{"start":1728369447286,"stop":1728369447286,"duration":0}}]},"tags":[]},"source":"fc5a731d94649ea8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fc865e1786e2f9f8.json b/7530/data/test-cases/fc865e1786e2f9f8.json new file mode 100644 index 00000000000..c610995b07f --- /dev/null +++ b/7530/data/test-cases/fc865e1786e2f9f8.json @@ -0,0 +1 @@ +{"uid":"fc865e1786e2f9f8","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","historyId":"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774344,"stop":1728381774344,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"98a3e40d0974d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98a3e40d0974d8","status":"passed","time":{"start":1728379576340,"stop":1728379576340,"duration":0}},{"uid":"13ae9d0c6d8b0db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13ae9d0c6d8b0db","status":"passed","time":{"start":1728372230816,"stop":1728372230816,"duration":0}},{"uid":"f313119d06949217","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f313119d06949217","status":"passed","time":{"start":1728370630209,"stop":1728370630209,"duration":0}},{"uid":"b82d8b016e25b6ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b82d8b016e25b6ea","status":"passed","time":{"start":1728369712259,"stop":1728369712260,"duration":1}}]},"tags":[]},"source":"fc865e1786e2f9f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fcaa10e23375363c.json b/7530/data/test-cases/fcaa10e23375363c.json new file mode 100644 index 00000000000..fb0974b1289 --- /dev/null +++ b/7530/data/test-cases/fcaa10e23375363c.json @@ -0,0 +1 @@ +{"uid":"fcaa10e23375363c","name":"Nodes with multiple pubsub topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > Nodes with multiple pubsub topic","historyId":"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381685605,"stop":1728381685605,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94b9ec2703ceeffc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94b9ec2703ceeffc","status":"passed","time":{"start":1728379484789,"stop":1728379484792,"duration":3}},{"uid":"85f0d23e0a31975a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/85f0d23e0a31975a","status":"passed","time":{"start":1728372130489,"stop":1728372130489,"duration":0}},{"uid":"dda367ac975474a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dda367ac975474a","status":"passed","time":{"start":1728370516484,"stop":1728370516484,"duration":0}},{"uid":"6749e2a6c80cea9a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6749e2a6c80cea9a","status":"passed","time":{"start":1728369620726,"stop":1728369620726,"duration":0}}]},"tags":[]},"source":"fcaa10e23375363c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fcd9733f9d700d7.json b/7530/data/test-cases/fcd9733f9d700d7.json new file mode 100644 index 00000000000..e4d703faf3e --- /dev/null +++ b/7530/data/test-cases/fcd9733f9d700d7.json @@ -0,0 +1 @@ +{"uid":"fcd9733f9d700d7","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","historyId":"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381774347,"stop":1728381774347,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91a879e8527c3a65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91a879e8527c3a65","status":"passed","time":{"start":1728379576343,"stop":1728379576343,"duration":0}},{"uid":"4e2351f6b119666b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4e2351f6b119666b","status":"passed","time":{"start":1728372230818,"stop":1728372230819,"duration":1}},{"uid":"fab01b6c9998648b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fab01b6c9998648b","status":"passed","time":{"start":1728370630212,"stop":1728370630213,"duration":1}},{"uid":"39a390f2fb38e201","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/39a390f2fb38e201","status":"passed","time":{"start":1728369712263,"stop":1728369712264,"duration":1}}]},"tags":[]},"source":"fcd9733f9d700d7.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fce7c58d1edb2e40.json b/7530/data/test-cases/fce7c58d1edb2e40.json new file mode 100644 index 00000000000..cc35b21289f --- /dev/null +++ b/7530/data/test-cases/fce7c58d1edb2e40.json @@ -0,0 +1 @@ +{"uid":"fce7c58d1edb2e40","name":"Push message with Chinese payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Chinese payload","historyId":"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381680434,"stop":1728381680438,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"505ef455ec626865","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/505ef455ec626865","status":"passed","time":{"start":1728379482918,"stop":1728379482918,"duration":0}},{"uid":"57c5afa475bff3db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57c5afa475bff3db","status":"passed","time":{"start":1728372134544,"stop":1728372134545,"duration":1}},{"uid":"6e58b8652748d29b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6e58b8652748d29b","status":"passed","time":{"start":1728370487859,"stop":1728370487860,"duration":1}},{"uid":"3bdd0e758c0615c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bdd0e758c0615c","status":"passed","time":{"start":1728369590786,"stop":1728369590786,"duration":0}}]},"tags":[]},"source":"fce7c58d1edb2e40.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fd37cdb1a1cf903c.json b/7530/data/test-cases/fd37cdb1a1cf903c.json new file mode 100644 index 00000000000..d6ff4caa7ce --- /dev/null +++ b/7530/data/test-cases/fd37cdb1a1cf903c.json @@ -0,0 +1 @@ +{"uid":"fd37cdb1a1cf903c","name":"Relay + Store","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay + Store","historyId":"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381415230,"stop":1728381415230,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ENR Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f7b1dcd87b41d747","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f7b1dcd87b41d747","status":"passed","time":{"start":1728379220439,"stop":1728379220440,"duration":1}},{"uid":"8390de8e794e1e10","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8390de8e794e1e10","status":"passed","time":{"start":1728371862891,"stop":1728371862892,"duration":1}},{"uid":"2de85003086e45d4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2de85003086e45d4","status":"passed","time":{"start":1728370213107,"stop":1728370213107,"duration":0}},{"uid":"730a814b1bc3bc2d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/730a814b1bc3bc2d","status":"passed","time":{"start":1728369309200,"stop":1728369309200,"duration":0}}]},"tags":[]},"source":"fd37cdb1a1cf903c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fd3d9fcdacd6b552.json b/7530/data/test-cases/fd3d9fcdacd6b552.json new file mode 100644 index 00000000000..bdeabd2608f --- /dev/null +++ b/7530/data/test-cases/fd3d9fcdacd6b552.json @@ -0,0 +1 @@ +{"uid":"fd3d9fcdacd6b552","name":"Subscribe and receive messages on autosharded pubsubtopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Subscribe and receive messages on autosharded pubsubtopic","historyId":"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381461616,"stop":1728381461617,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"af3218d3ebe6670a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/af3218d3ebe6670a","status":"passed","time":{"start":1728379263314,"stop":1728379263314,"duration":0}},{"uid":"5b3a53caed234a31","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b3a53caed234a31","status":"passed","time":{"start":1728371908002,"stop":1728371908005,"duration":3}},{"uid":"2ec1afd8a44af25f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2ec1afd8a44af25f","status":"passed","time":{"start":1728370252051,"stop":1728370252051,"duration":0}},{"uid":"ad535a44ff358608","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad535a44ff358608","status":"passed","time":{"start":1728369354740,"stop":1728369354740,"duration":0}}]},"tags":[]},"source":"fd3d9fcdacd6b552.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fd506bd12c04696f.json b/7530/data/test-cases/fd506bd12c04696f.json new file mode 100644 index 00000000000..c2ea176edc7 --- /dev/null +++ b/7530/data/test-cases/fd506bd12c04696f.json @@ -0,0 +1 @@ +{"uid":"fd506bd12c04696f","name":"1 Store, 2 relays, 2 fetches","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Store, 2 relays, 2 fetches","historyId":"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f81eb710f8f6dad5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f81eb710f8f6dad5","status":"passed","time":{"start":1728379182283,"stop":1728379182283,"duration":0}},{"uid":"92b1192c148549b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/92b1192c148549b","status":"passed","time":{"start":1728371826535,"stop":1728371826539,"duration":4}},{"uid":"b5d62066d16cf493","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5d62066d16cf493","status":"passed","time":{"start":1728370173924,"stop":1728370173924,"duration":0}},{"uid":"931b40156e351f46","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/931b40156e351f46","status":"passed","time":{"start":1728369272889,"stop":1728369272889,"duration":0}}]},"tags":[]},"source":"fd506bd12c04696f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fd5c3789e7bd2c9a.json b/7530/data/test-cases/fd5c3789e7bd2c9a.json new file mode 100644 index 00000000000..3c7650ecdd1 --- /dev/null +++ b/7530/data/test-cases/fd5c3789e7bd2c9a.json @@ -0,0 +1 @@ +{"uid":"fd5c3789e7bd2c9a","name":"Subscribe at once to 10000 topics and publish messages","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe at once to 10000 topics and publish messages","historyId":"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381696825,"stop":1728381696825,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2caa7f66888474a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2caa7f66888474a","status":"passed","time":{"start":1728379498094,"stop":1728379498094,"duration":0}},{"uid":"9adfb0db466b9ce7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9adfb0db466b9ce7","status":"passed","time":{"start":1728372147553,"stop":1728372147557,"duration":4}},{"uid":"5e41aa31b8b1dd13","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e41aa31b8b1dd13","status":"passed","time":{"start":1728370535012,"stop":1728370535012,"duration":0}},{"uid":"969a14b896aa8282","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/969a14b896aa8282","status":"passed","time":{"start":1728369636356,"stop":1728369636356,"duration":0}}]},"tags":[]},"source":"fd5c3789e7bd2c9a.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fd8383205262defb.json b/7530/data/test-cases/fd8383205262defb.json new file mode 100644 index 00000000000..6bb10183b6a --- /dev/null +++ b/7530/data/test-cases/fd8383205262defb.json @@ -0,0 +1 @@ +{"uid":"fd8383205262defb","name":"should throw an error for an unconfigured topic","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should throw an error for an unconfigured topic","historyId":"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381355981,"stop":1728381355982,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a098d3614f823de3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a098d3614f823de3","status":"passed","time":{"start":1728379159026,"stop":1728379159027,"duration":1}},{"uid":"c3147d9768a34d6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c3147d9768a34d6a","status":"passed","time":{"start":1728371802910,"stop":1728371802910,"duration":0}},{"uid":"a8676bc41131577e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a8676bc41131577e","status":"passed","time":{"start":1728370149944,"stop":1728370149945,"duration":1}},{"uid":"44e314dd2bc5bdba","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/44e314dd2bc5bdba","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"tags":[]},"source":"fd8383205262defb.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fd8f687f4320c57c.json b/7530/data/test-cases/fd8f687f4320c57c.json new file mode 100644 index 00000000000..1434fb22646 --- /dev/null +++ b/7530/data/test-cases/fd8f687f4320c57c.json @@ -0,0 +1 @@ +{"uid":"fd8f687f4320c57c","name":"Query Generator - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - true","historyId":"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381756567,"stop":1728381756568,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91c181947c52a92f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91c181947c52a92f","status":"passed","time":{"start":1728379560456,"stop":1728379560456,"duration":0}},{"uid":"d0e6c8cdad043f9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0e6c8cdad043f9b","status":"passed","time":{"start":1728372207697,"stop":1728372207697,"duration":0}},{"uid":"956b16c1c03850c8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/956b16c1c03850c8","status":"passed","time":{"start":1728370596497,"stop":1728370596498,"duration":1}},{"uid":"51ebf0b4f5c22873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51ebf0b4f5c22873","status":"passed","time":{"start":1728369687972,"stop":1728369687972,"duration":0}}]},"tags":[]},"source":"fd8f687f4320c57c.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fded334c1b81418f.json b/7530/data/test-cases/fded334c1b81418f.json new file mode 100644 index 00000000000..b9c56861e0d --- /dev/null +++ b/7530/data/test-cases/fded334c1b81418f.json @@ -0,0 +1 @@ +{"uid":"fded334c1b81418f","name":"Push message with Basic HTML tag payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Basic HTML tag payload","historyId":"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4e385a69c1ef3201","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4e385a69c1ef3201","status":"passed","time":{"start":1728379515546,"stop":1728379515546,"duration":0}},{"uid":"d0310e37e66b95fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0310e37e66b95fe","status":"passed","time":{"start":1728372171292,"stop":1728372171292,"duration":0}},{"uid":"2cb4d8b4db37cc8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2cb4d8b4db37cc8","status":"passed","time":{"start":1728370522956,"stop":1728370522956,"duration":0}},{"uid":"1a66d1ec51d29c2c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a66d1ec51d29c2c","status":"passed","time":{"start":1728369622032,"stop":1728369622032,"duration":0}}]},"tags":[]},"source":"fded334c1b81418f.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/fe9d126c02600cf0.json b/7530/data/test-cases/fe9d126c02600cf0.json new file mode 100644 index 00000000000..6147e7b9d00 --- /dev/null +++ b/7530/data/test-cases/fe9d126c02600cf0.json @@ -0,0 +1 @@ +{"uid":"fe9d126c02600cf0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","historyId":"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f51eb6a64fd9f8f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f51eb6a64fd9f8f7","status":"passed","time":{"start":1728379329181,"stop":1728379329181,"duration":0}},{"uid":"b8669ce87d534cf0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b8669ce87d534cf0","status":"passed","time":{"start":1728371984006,"stop":1728371984006,"duration":0}},{"uid":"2fa8fea2b164cf2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fa8fea2b164cf2a","status":"passed","time":{"start":1728370284360,"stop":1728370284361,"duration":1}},{"uid":"766a7b7c39f4cd44","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/766a7b7c39f4cd44","status":"passed","time":{"start":1728369378903,"stop":1728369378906,"duration":3}}]},"tags":[]},"source":"fe9d126c02600cf0.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/feb05ccb5bc873cc.json b/7530/data/test-cases/feb05ccb5bc873cc.json new file mode 100644 index 00000000000..08cc9d932d5 --- /dev/null +++ b/7530/data/test-cases/feb05ccb5bc873cc.json @@ -0,0 +1 @@ +{"uid":"feb05ccb5bc873cc","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message received after jswaku node is restarted","historyId":"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"d6e26c9b65febc3e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6e26c9b65febc3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460301,"stop":1728379460301,"duration":0}},{"uid":"ee9e2f98806321dc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee9e2f98806321dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105681,"stop":1728372105681,"duration":0}},{"uid":"69c2effaca0a4cf7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/69c2effaca0a4cf7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464167,"stop":1728370464168,"duration":1}},{"uid":"273effb5511c04c4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/273effb5511c04c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544878,"stop":1728369544878,"duration":0}}]},"tags":[]},"source":"feb05ccb5bc873cc.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ffbed6f9cd2e6fd9.json b/7530/data/test-cases/ffbed6f9cd2e6fd9.json new file mode 100644 index 00000000000..0c72825dd61 --- /dev/null +++ b/7530/data/test-cases/ffbed6f9cd2e6fd9.json @@ -0,0 +1 @@ +{"uid":"ffbed6f9cd2e6fd9","name":"Push message with numeric payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with numeric payload","historyId":"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"964270d6d22b89af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/964270d6d22b89af","status":"passed","time":{"start":1728379515541,"stop":1728379515541,"duration":0}},{"uid":"6b247bb78ff7cf81","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6b247bb78ff7cf81","status":"passed","time":{"start":1728372171286,"stop":1728372171286,"duration":0}},{"uid":"ce9edaf9fdbb78f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ce9edaf9fdbb78f","status":"passed","time":{"start":1728370522936,"stop":1728370522942,"duration":6}},{"uid":"390b29f470624741","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/390b29f470624741","status":"passed","time":{"start":1728369622028,"stop":1728369622029,"duration":1}}]},"tags":[]},"source":"ffbed6f9cd2e6fd9.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/test-cases/ffdd96862e3a9f77.json b/7530/data/test-cases/ffdd96862e3a9f77.json new file mode 100644 index 00000000000..1af982d1be2 --- /dev/null +++ b/7530/data/test-cases/ffdd96862e3a9f77.json @@ -0,0 +1 @@ +{"uid":"ffdd96862e3a9f77","name":"Check message with no payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with no payload is not received","historyId":"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"43933a35fe0fe3f3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43933a35fe0fe3f3","status":"passed","time":{"start":1728379460297,"stop":1728379460299,"duration":2}},{"uid":"9572db90534706ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9572db90534706ab","status":"passed","time":{"start":1728372105680,"stop":1728372105681,"duration":1}},{"uid":"ee3fa216adaeea5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee3fa216adaeea5","status":"passed","time":{"start":1728370464161,"stop":1728370464162,"duration":1}},{"uid":"daffdca1f71a327d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/daffdca1f71a327d","status":"passed","time":{"start":1728369544877,"stop":1728369544877,"duration":0}}]},"tags":[]},"source":"ffdd96862e3a9f77.json","parameterValues":[]} \ No newline at end of file diff --git a/7530/data/timeline.json b/7530/data/timeline.json index 420b6b50d51..06f38478928 100644 --- a/7530/data/timeline.json +++ b/7530/data/timeline.json @@ -1 +1 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"A test","uid":"6f73b432f90bcd50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086119053,"stop":1728086119054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"2828243dad915f93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086280293,"stop":1728086280296,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"f68c86b53369109e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887349,"stop":1728085887350,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"9291680da5069961","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864166,"stop":1728085864166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"5e7f8fb240e8fc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966217,"stop":1728085966218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"f4f7f3884ff2edb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063177,"stop":1728086063181,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"e3f6b30b177242f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171704,"stop":1728086171705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"cd372d06c4917380","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086278950,"stop":1728086278950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app44/3/topic7/xml","uid":"8b2c2edbac8cad20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"84f7d6483627fe20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"b07fd89bd38b40e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085948116,"stop":1728085948116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"d342a144a5dfeca2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032738,"stop":1728086032739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"1cd04203140537a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"6252ceb8380d6079","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"8c58a079030b5a7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192531,"stop":1728086192531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"eac8fe883b0d19cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192488,"stop":1728086192489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e21372ada50b4ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032745,"stop":1728086032745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"b2dc12b5dd41fd4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085897852,"stop":1728085897853,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"bb8d8c7536390ab7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"a9d18bda9482770f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085925285,"stop":1728085925285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f6036dacd07cb56f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056626,"stop":1728086056627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"3b72672e59dc87f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207909,"stop":1728086207909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"bc12a7b92575269c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207911,"stop":1728086207911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"402402d7624d98db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"46967230aa68e112","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"e1748ed86b2576c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"280f30ce77d7b097","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"28c5d1e4a5df75d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872169,"stop":1728085872170,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"2e93d1794498054f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260320,"stop":1728086260321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"fdc140bda6b8683a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879408,"stop":1728085879409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"6d7ee481989e5601","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"8dca99751aa1d021","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Oct 04 2024 22:56:32 GMT+0000 (Coordinated Universal Time)","uid":"363da953a68bc0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203123,"stop":1728086203125,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"ab4887fad91da97f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"d8a33cd5ce8fcc2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260329,"stop":1728086260330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"1b985a3a8dce5760","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864172,"stop":1728085864173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"404a2ab4a6eb69ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864180,"stop":1728085864180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"2600c002804465ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086246334,"stop":1728086246335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"c3452c52ebedc475","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150787,"stop":1728086150787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"d54413da37ec6dc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879613,"stop":1728085879613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"431918c30c19807e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879947,"stop":1728085879948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"cf738a756acc6543","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203089,"stop":1728086203089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"62c2aa535737112d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085959891,"stop":1728085959891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e609a82743e2286e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226456,"stop":1728086226456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"cdeee36b1a7fcd32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"46ebafcf4da1c5b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203116,"stop":1728086203117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"812c926da28a2c48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226458,"stop":1728086226459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"ec4b6a153450d516","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 245, Shard ID: 764","uid":"c7cba3074c611f80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260656,"stop":1728086260656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"90a6f8a109ee5b22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287865,"stop":1728086287866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"d10c9d89e46273cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"fd1bc53730313fd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3e3781da6a0760a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085929876,"stop":1728085929876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"ca7d101d5226a95f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085948115,"stop":1728085948115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"ee5f276fa18f8b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085917715,"stop":1728085917716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"5c8a074c41ac8b28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349000000 ","uid":"25124cf290047d2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171695,"stop":1728086171696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728089663558","uid":"cfc0739fa58406b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"f4084e6c1e2dfac5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Oct 05 2024 00:56:32 GMT+0000 (Coordinated Universal Time)","uid":"92de50e81645a186","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203126,"stop":1728086203127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"ec9a82f13d2d4749","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032744,"stop":1728086032744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"10de8dc250130167","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150772,"stop":1728086150773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"16196731704e2e23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"86632f454299898","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","uid":"e65e35fb518034ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879618,"stop":1728085879619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"6b94a008ca9f8767","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"8cd8a3bcc6eaae0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"ba6f925857129843","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"fdf84ff42185e4f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"9c98f277ebe1344c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260289,"stop":1728086260289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"ea18a5e00afbf242","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864166,"stop":1728085864167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"2f18e1f462f934aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728089656949","uid":"83207113a07930e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226506,"stop":1728086226506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"e9d854621b7d08b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260643,"stop":1728086260651,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"8edd648c8605691e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235230,"stop":1728086235231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"6acf16aacb58224b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260667,"stop":1728086260667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app61/8/topic836/proto","uid":"bf3d50e177bc273b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235219,"stop":1728086235220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e6d7cb59ed5c9664","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"445f0a0cd3839a4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258657,"stop":1728086258662,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"a46662e2e5473ef2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879404,"stop":1728085879405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"8ce583840456b473","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872748,"stop":1728085872749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"82ca832e4312574","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085963113,"stop":1728085963114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"7b4fdacd86d444b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"642ca5d72a5e70bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085959890,"stop":1728085959891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c094a3122b6083c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033894,"stop":1728086033895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"148a4f1ea5164c8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207922,"stop":1728086207922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"fd69c524d02f07af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085985736,"stop":1728085985737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"345911378d7ef6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"2f1c9212fb9f6003","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"433b045beeac890e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864273,"stop":1728085864274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a11c83cc6dc42cf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192513,"stop":1728086192515,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"46d275b70b16d30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"c2b7719389eaee0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"1b731c665dedbab7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260328,"stop":1728086260329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"5505a0b00b47eeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150804,"stop":1728086150804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"888483b4b7a158e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864158,"stop":1728085864159,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9483efd4d1e072d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086232770,"stop":1728086232771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9732887460fb8ff4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app78/10/topic382/test.js","uid":"e441a2e2596506c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235213,"stop":1728086235218,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"94a82fa687b87d1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"39709dc221995392","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"be1c897bc7f68fbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"501e0fceb6990bf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086059811,"stop":1728086059812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"17c643a435493b87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"894ddda02761b7fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085963114,"stop":1728085963115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"165175d7fe9eeca6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085985731,"stop":1728085985731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to available amount of connection if less than required","uid":"8528be375cb158de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"b9c7cd52ebaf5c30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"fd116679d1948fb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260314,"stop":1728086260314,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"970ea26012a24111","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203099,"stop":1728086203099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"72e1514f196e8425","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"f5198a07d84091c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086246330,"stop":1728086246331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"c7636a047061bf3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"5f3bdd89b1b433b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966219,"stop":1728085966222,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"c177e4ce393965e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033911,"stop":1728086033911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"f453faa35c50044c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279998,"stop":1728086279998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 316, Shard ID: 350","uid":"d0a4872a9ddad9fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260655,"stop":1728086260655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"8c17fe42e4681b1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"2b1fcd2d8b1c11ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033913,"stop":1728086033914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"5c7c0e2e2f5f2801","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258652,"stop":1728086258653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"51decd00af59208","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"1b321d6cc07fff45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085897856,"stop":1728085897857,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"dde67ac0e9abb810","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192528,"stop":1728086192529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"e4c4420e98307408","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171697,"stop":1728086171698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"d969f26474164caa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192503,"stop":1728086192508,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"77f96773f4f66402","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"24b2b0925072b225","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086173698,"stop":1728086173698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"86162838464be5dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171712,"stop":1728086171712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"6de53b511614b924","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086142734,"stop":1728086142734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"5d5822a34a824b35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086272021,"stop":1728086272021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"ebe352d8d4e81610","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085924026,"stop":1728085924036,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"af2d014fab64fc35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086232775,"stop":1728086232776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"4c4515108fd82e4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864145,"stop":1728085864146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"5e73f9c8bc371b4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289027,"stop":1728086289028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ea0cfa5d0f327b17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260288,"stop":1728086260289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"ba6e7bf4f310b4c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872162,"stop":1728085872163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"be520c3fa5bae39b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872163,"stop":1728085872164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"d88475bc74d46371","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"2f26754a3638a234","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"546750b18389ae28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872742,"stop":1728085872743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"63bc303dab7bdc0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086280297,"stop":1728086280297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"63fcdec0eccbfe19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728082463558","uid":"ba5d4fdb73d31c7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"7008825ec54d26c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336921,"stop":1728086336922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"99b52040c1e3718b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864155,"stop":1728085864156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"979fddc9c7161e5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085886583,"stop":1728085886585,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f0a34c76c2717bab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171690,"stop":1728086171691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c60d0fc8f0c8f90c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086246336,"stop":1728086246337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349000000 ","uid":"69d9996bc471f472","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171708,"stop":1728086171709,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"14e625fc95ad2ca0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033881,"stop":1728086033881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"4f9062541a9a2256","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063192,"stop":1728086063193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6329d3862f5e24c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"c2ba71b431eec132","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289030,"stop":1728086289031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"ceacea31a4f8aa6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887434,"stop":1728085887435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"6fb5d295c5c2d547","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d9c584eb74d9155a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887350,"stop":1728085887351,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"b7b568133757f469","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085899569,"stop":1728085899570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"8719388011b0e6ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085948114,"stop":1728085948115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"92eb5b7b95e97795","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"79eaca3bcb896008","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to needed amount of connections","uid":"dfca8d95a814a5d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086085065,"stop":1728086085066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"305dc037fb3b5938","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086207881,"stop":1728086207883,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"daf4cf40bb6f8eb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"98ed37f25eaf54ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085929877,"stop":1728085929877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"66447a6b314a5930","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033914,"stop":1728086033918,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"115a0fb0fe34f2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086059806,"stop":1728086059806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"b22500aa14aa074f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033891,"stop":1728086033891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a2a6965ce18f1817","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226470,"stop":1728086226470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"70f12f7c892f0d14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056627,"stop":1728086056627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"b0d793afa9cd7144","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279990,"stop":1728086279992,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return no connections if no open connection provided","uid":"75a18ffc24f89de0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879408,"stop":1728085879408,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"4d9b15c68ae231ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d9ebfa6eb64ffb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086246328,"stop":1728086246330,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"efd07dd2266a4b27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033899,"stop":1728086033907,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"5805767588fd38e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150766,"stop":1728086150766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"1d16692a4fa71ed8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258657,"stop":1728086258657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"2e1ee21d0a7b5c75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887948,"stop":1728085887949,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"9dc588761292a69a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"ae94e489c1db3734","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085924039,"stop":1728085924040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"ed71b046a6cd1335","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"731dbd37c1ccce26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"dd419a9917c3b28e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085948112,"stop":1728085948113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"57f4e8af1b7a33a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192510,"stop":1728086192511,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"dfe6d5972d0b0565","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287862,"stop":1728086287862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"338b104933b03014","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"c1d901bd38078939","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260299,"stop":1728086260300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"a7e9fc58524ac688","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"79c8318bad355d93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"1524cbbce366d2c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085886587,"stop":1728085886589,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"f72ce90421db7082","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"9d9732972c3c80ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086280292,"stop":1728086280292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"31ae4b24c0182e5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289030,"stop":1728086289030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"da18140fd1876da2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"9f4ac31a9b49c8e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"5ae76e64687f3561","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203091,"stop":1728086203092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"2608b658def6acce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864171,"stop":1728085864172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"bd6d7daa009602a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"145a034fb88af9af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872134,"stop":1728085872134,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"9ccb3c58dc7426d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"e2c6daed569aba47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033927,"stop":1728086033927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"ffad1ab8a4a7b85a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085897855,"stop":1728085897856,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"a415290d7da56ef8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864144,"stop":1728085864145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"525102e565eec6a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"c7c7fc0b1fb20759","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192529,"stop":1728086192529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"5d61976cd6ba38e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033887,"stop":1728086033888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"666e23e67daa093e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"5f687258772d17a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966213,"stop":1728085966213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"6dbb379d41944d65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063197,"stop":1728086063200,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"7657bd312ce01775","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279981,"stop":1728086279982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"39cf2a919dcc7d08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"c1579e61f8efb8a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085923997,"stop":1728085923997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"13e4f77d24fe5300","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203129,"stop":1728086203129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"5c8efaffe0c93439","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226457,"stop":1728086226457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"b3768744a1e053e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"74815f363408001e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033907,"stop":1728086033907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a5c852588890b72c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"3ee200a376828cd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"d55b577c4b828e62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"4c54a7f651671e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a7e9f819d5a76277","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085897856,"stop":1728085897856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"e8793bf1f5e0f43a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171713,"stop":1728086171713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"befb67c79048004e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"e60988982e3adb8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864180,"stop":1728085864181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a68e08d723660d46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032734,"stop":1728086032735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"26aa40c9a367445","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279985,"stop":1728086279985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"829f2f764f387eed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258662,"stop":1728086258663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"d42f26786c829770","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"96e868bcd9f6f8db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203139,"stop":1728086203140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"9f6f1a6c4d33476f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"1f54e7293c15799c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864163,"stop":1728085864164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"1eaafee7c10b9fa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085897853,"stop":1728085897854,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"c46cf26f5b894218","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192521,"stop":1728086192521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"afa6afd06e8c42a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"f3e56e9bf806ea4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260329,"stop":1728086260329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"aba4f98cf23f457","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"c2ba5456e5e17343","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086146258,"stop":1728086146258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"41ec67d22df09c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"3a56176950a2cd00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"4cfb9f888e3804e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"4158f643ef28b64c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033919,"stop":1728086033919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"ca83873807e3da7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864162,"stop":1728085864163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"bb3725bf2af3a28c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063170,"stop":1728086063171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"9c0266ba8496606e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260324,"stop":1728086260325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"6420210348f201","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086278950,"stop":1728086278951,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"7d01bf3b2e18b63c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"6a6e859d99ee0774","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192509,"stop":1728086192510,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"503b0d93fcc3cffd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086188762,"stop":1728086188763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"3b4b74ecbce8635a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085985730,"stop":1728085985731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"bfee58bb9bf6c120","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"ec0120d13eb86a5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"255810a108bbb38b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728085929890,"stop":1728085929890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"f34b67538ece5265","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032740,"stop":1728086032741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"bd6e426618fdfe94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258655,"stop":1728086258656,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e8157e6e8c760a12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260297,"stop":1728086260299,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"fe54ee8e7ade1371","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864156,"stop":1728085864157,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"8dd8c1f8007f72a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226469,"stop":1728086226469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"9a8dae1ee6289617","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957572,"stop":1728085957573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"2f8a0ca10d7860cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"22bbdc198b97c230","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"bb05b13b0a1f7185","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864167,"stop":1728085864168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return different streams if requested simultaniously","uid":"74fdf8575403c306","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879614,"stop":1728085879614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"b212105f62c1486b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"50c7cf988d8d1853","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171711,"stop":1728086171712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"e03d3bb1619ecd7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235229,"stop":1728086235229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","uid":"a86a64dc9e4ade84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879619,"stop":1728085879619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"4ff8bed0dd0b38c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"119f86a59c70c172","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6d0dec17578e367","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086119054,"stop":1728086119054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"13e2121698f9f821","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864164,"stop":1728085864165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"b1399f1581f292d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150790,"stop":1728086150790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"354efca99c57dee7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192511,"stop":1728086192511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"1cad6b7905806a91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033870,"stop":1728086033873,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"8097f0c39a1593f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"2d910e02d190a8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254815,"stop":1728086254815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"e0cb1a643011ae68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150786,"stop":1728086150787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"de13fb796a2f1c59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"6ce24a0f14cd0b17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085985729,"stop":1728085985729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"1ca993c500aeedf3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226457,"stop":1728086226458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"cf6e73554d4f45d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086232775,"stop":1728086232775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f55d6cb128bb5d88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"a1a897eceda9ab25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085948114,"stop":1728085948114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"aec28071debb7aa9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"7a1cf7a97772459f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032744,"stop":1728086032745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"daf0813a1ee6b640","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086196562,"stop":1728086196562,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"a7f5ba2de07d3a5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"da4a17aadacba647","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171708,"stop":1728086171708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"b5fd27910956a748","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086272019,"stop":1728086272019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"24c0a3e2fbefd2af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086196551,"stop":1728086196560,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"2284530570e1e14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192519,"stop":1728086192520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"e4f99da98a89d697","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"23277529f2544c1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085963110,"stop":1728085963111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"b1a25d1774a5573a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260330,"stop":1728086260331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 829, Shard ID: 636","uid":"41c9a051f17abc02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260651,"stop":1728086260651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"fa563e314c3abb93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"b14233145a0c6d90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"25b96c011acb6fa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033910,"stop":1728086033910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"a9ca984d2c515c35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891878,"stop":1728085891879,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"14c998064bcc655b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207910,"stop":1728086207911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app87/9/topic319/json","uid":"4255341be406ec37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235212,"stop":1728086235213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"ac0895c60c9fe504","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203117,"stop":1728086203118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"275a9d76a425299","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"be80c4ba438cf387","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085897855,"stop":1728085897855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"712c9cecfe1377f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260313,"stop":1728086260314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"bd450e1a7bbb6234","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 543, Shard ID: 10","uid":"c43377e148544605","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260660,"stop":1728086260661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"9ee340042492613b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"9ae0f962cdabf7a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192522,"stop":1728086192523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"2831a71f35afd678","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"f2940ae205c1ea85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"cdfd367391fc8c81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"253ebf6e74808ea0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"29930c1ba99629b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086272021,"stop":1728086272022,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"efae672ff205c12c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3de009f6c92cb461","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085959888,"stop":1728085959890,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"5ba11d631a11c9a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872743,"stop":1728085872748,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"c7dc8371a6b037d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336922,"stop":1728086336923,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"88772e61a7edba8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"69acd75ce3467452","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"375e599e4f1a8afc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086207887,"stop":1728086207887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"2b6caae6991f5a4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"91320f7868a42905","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872165,"stop":1728085872166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"48bcc2a628c056c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872738,"stop":1728085872738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"9e1f624eba61b901","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203089,"stop":1728086203090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"de28601bfe9d5fb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086146568,"stop":1728086146568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"993b334a2b2afbf3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085866679,"stop":1728085866679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7fbfcaf2c1a3ba7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"3bfdec702d96a774","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085924037,"stop":1728085924038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"7e013230dd14ea81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"c1b3c4e549de0221","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864170,"stop":1728085864171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"11ea844f0548f002","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086146256,"stop":1728086146256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"9ba2bf7881463f07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864144,"stop":1728085864144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"509cbcb054310bbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 60, Shard ID: 263","uid":"ac28ef392f1db7a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260652,"stop":1728086260655,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"107a9cd2445d3995","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207916,"stop":1728086207920,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"a78dcec77618fae7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app28/8/topic13/utf8","uid":"18327c915cb6db92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235212,"stop":1728086235212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"8e272dbab55b72ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063182,"stop":1728086063185,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"a1cc99174cce2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086272022,"stop":1728086272023,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"777b5f80a6620e3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085863795,"stop":1728085863796,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ef5f2d759faab2e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260302,"stop":1728086260307,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"57508621d83b1956","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ae7ed89da5ae29d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192509,"stop":1728086192509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"fc5e7f7859cf754c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"e31876f9c140ee4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056632,"stop":1728086056632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"9e21ca684d38995f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864163,"stop":1728085864163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"dcd9be6200de6a07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ab6674d8cb12d0eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226459,"stop":1728086226459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"9c97258ce92e73ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085963115,"stop":1728085963116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"c1df710651873a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"2a5751ca0838fb8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864172,"stop":1728085864172,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"fef1c0e0a7487bbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085963118,"stop":1728085963118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"7c43bb2eaed009f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192523,"stop":1728086192526,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"2c98cc078ae033e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"f9ae94b5c7864f79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207911,"stop":1728086207912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"fd01bf17cfcaa45b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336922,"stop":1728086336922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"80d3b5c6e1be8157","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2502db62d168b3ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"27d7bde3cda12ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063188,"stop":1728086063188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"27e28f08bf19aa91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085880162,"stop":1728085880163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"6f9836812fd92584","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086151435,"stop":1728086151435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ae2e922cd05b8997","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"6a892c64ace84e9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"ea088b19f0fc25eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085902767,"stop":1728085902768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"d4776a1ee081eb3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"351aaaf39c22c008","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207862,"stop":1728086207862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"1f4fd9b3b4118d2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150765,"stop":1728086150766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"43f1728c36d020c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279983,"stop":1728086279983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"fd1dc257a2db03c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"4d7a196913726e51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"158520fddd4c87ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033895,"stop":1728086033897,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"92af190a02b10376","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086203140,"stop":1728086203141,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"bb18324a34e2e596","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086173698,"stop":1728086173699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"c82bda72ac4f335","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"bda795065320ac9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033922,"stop":1728086033922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"11a9f05e259e1b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"f76f1b05f3d3fdf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"b9d3660bf87d201a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"7aef060190f03e15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728085929891,"stop":1728085929891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"cbf7990329fff3c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"fc2631ba2fb2f6ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"6def9e8733201e04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"9750d4d9f25a2bd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287861,"stop":1728086287862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"885466a39ddc34e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"1262a5bb3af61cc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"3fba57b5d31dbe8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207861,"stop":1728086207862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"bdf3e1ce72f6ad30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033928,"stop":1728086033928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"fe1aa5a6609ee76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"bd3fb3c986868be5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171692,"stop":1728086171693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"9da6391df3e6d8ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203090,"stop":1728086203090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"e471ff8d8dc9dff2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"743f537e3cf33555","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203095,"stop":1728086203096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"8ae38b3d1c00ecbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171701,"stop":1728086171701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"4609b7d8659daf72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171691,"stop":1728086171692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"392d22684333e821","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"52c117b518e3c1c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085929877,"stop":1728085929880,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"a6c7be75ec23f302","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"7d9b1c907bc1f16a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"92e7b88b80464534","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085929870,"stop":1728085929870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"cccc05f6a4062ffb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063202,"stop":1728086063204,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"547fe44936b18ddd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085898292,"stop":1728085898292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"b354149651c4f9c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150805,"stop":1728086150810,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"c322dbfe6754f0e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887435,"stop":1728085887436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"615e56f810d02898","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063186,"stop":1728086063186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"5acd1b2b6fb51fdd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171718,"stop":1728086171720,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"a37c7ec797a080a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033927,"stop":1728086033928,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"30cd4cb628af5863","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966212,"stop":1728085966213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"31337926802e6cda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086280307,"stop":1728086280307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"7a6e347fd8107fc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872739,"stop":1728085872740,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"19a4c85802320058","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864176,"stop":1728085864177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"c2b96aeec012cb74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033897,"stop":1728086033898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"262d8467400c52ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"3dccd48e0ca34ae3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260309,"stop":1728086260309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"dd5020a8eacad958","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"b910934e94b3bd74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086151434,"stop":1728086151435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"b7dd54ab5db77aea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171706,"stop":1728086171706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085916617000000 ","uid":"7fb0ead8eaae26b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"6e163abdc470fd20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032745,"stop":1728086032746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7bbcf9f4b9f1cdff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085963116,"stop":1728085963117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"b3815947983c8973","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"9e24fd848bdece28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207855,"stop":1728086207855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d648e5fdee9b3ddd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258655,"stop":1728086258655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"82f02be981ccb98f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"86f3479021f2f91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app23/1/topic549/json","uid":"258aa3d4f4923022","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"adc6447fcae09fa0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226469,"stop":1728086226470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"9b6cf7d67bfc52ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260290,"stop":1728086260297,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"da88ad5d42c07996","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"e7e4df141b17886","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150764,"stop":1728086150764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"326e43d53f7c8713","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864157,"stop":1728085864158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"8a845a0cc2645cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207922,"stop":1728086207923,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"4a103e27560b16cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032743,"stop":1728086032744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"af4ff6cbe179c166","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891876,"stop":1728085891876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"15e69bbf7e93937b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966218,"stop":1728085966219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"154c31fbeaf3dd29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118963,"stop":1728086118963,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"10c27bc8232b6c94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086246337,"stop":1728086246339,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1062797fa7b688af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"c2d94f1c114265ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"9ef168f07d1cd155","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887352,"stop":1728085887353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"d596f517df101879","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"bb6009188327ba22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085923995,"stop":1728085923996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9ad7996b28ea2fec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9130a32d149c46dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171693,"stop":1728086171694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"b1cc62ab41b6ef43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063171,"stop":1728086063172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"bcf5e4b8faf81d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864173,"stop":1728085864174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"629297fc4066832b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279996,"stop":1728086279997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"7e7e0d9f933e56d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"2160dd973b09a0b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033899,"stop":1728086033899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"d8d485aad6d1b5a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086059806,"stop":1728086059811,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"3517275f09b2cc4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192526,"stop":1728086192527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"7455c829c4445c54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203150,"stop":1728086203150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"81344f7f3d07d395","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"b6525ce423a08947","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085924041,"stop":1728085924041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"4225ae55de22496c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"e378653771249daf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"8953c0982d2eb2aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260325,"stop":1728086260326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"cfe09833d05ac86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"bd0b91b77f31ee92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872164,"stop":1728085872164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"786e4b6b88f54a10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966215,"stop":1728085966217,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"ca00cf34e4419a19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260299,"stop":1728086260299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"ab8e3b842c1888c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"dd562719f19c0bff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085985734,"stop":1728085985735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"97f8580dbfca6725","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1728086150793,"stop":1728086150804,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fbf4020c8ffe8764","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033887,"stop":1728086033887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"172e5304ce402b06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"c50cd7f0bb829a3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226506,"stop":1728086226507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"deae9099de3befce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260310,"stop":1728086260311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"354e1126a67c9793","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864175,"stop":1728085864175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"7c271e27e9bde940","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056629,"stop":1728086056630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"35e47ed9356cc823","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226462,"stop":1728086226462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"c2feaa1da6535cb3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063169,"stop":1728086063170,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"a864bb35ef5f0a4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207862,"stop":1728086207863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"1d799a91f795af63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"93bad5c4fd287230","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"a6bd854d0d0659ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254812,"stop":1728086254813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"2aefb929eb23229c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085929871,"stop":1728085929872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b5d4f4f846c53dfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118962,"stop":1728086118963,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9aa73a4e96ae3016","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279994,"stop":1728086279994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"319b39b90b218710","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"36002c9104f18b4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"b176415e5be38036","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033907,"stop":1728086033908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"2fba30df8e7ccea7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226507,"stop":1728086226507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"424e63bbd437164d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"103684520f1d48f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086280293,"stop":1728086280293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"c80fcfd70df066cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063181,"stop":1728086063182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"1f4a58accc00d6ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"c2e88376672d075d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879947,"stop":1728085879947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"8e2301d79d8b5e32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085902768,"stop":1728085902769,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"6a6441986741f3c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033867,"stop":1728086033869,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"ba123cd02aa3167f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864154,"stop":1728085864154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"956383290bcfa523","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"154688aebbee31c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"9c11703a66f3625b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"238a132a73df6145","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207898,"stop":1728086207908,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"8bb704114883955a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"12b64b7dbc16558a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864148,"stop":1728085864148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"2c41ad45855a1950","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"3df0d8bba62a3ece","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086288535,"stop":1728086288536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"47f8280cfa42ccd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086171721,"stop":1728086171721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e829486fc45699ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226462,"stop":1728086226463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ed31f83a8705f46b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 954, Shard ID: 856","uid":"ea4fe0e7f63670fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260660,"stop":1728086260660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349 ","uid":"385783b2e9843a70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"2dc626ed6c1a0246","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ae1bf2d49461452","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887947,"stop":1728085887947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"2343d887aa5b7c02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"fdc0ce8bfe39f66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260309,"stop":1728086260310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"69ab2263790e62b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"55d807484e77340d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118966,"stop":1728086118967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"53e7722717858a37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260319,"stop":1728086260320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"526b87319ec2f458","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"9fb54c3c47c58c2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085929885,"stop":1728085929885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"37be7faad9270c52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226485,"stop":1728086226495,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"71473af09c17c547","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872749,"stop":1728085872749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"d015669b7ef140cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203099,"stop":1728086203113,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"f8a6cf5175fa99f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063192,"stop":1728086063192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"f2166dbb2db628d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203114,"stop":1728086203115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"80702908c83bc0d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085985731,"stop":1728085985732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"36a678799e17224e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864147,"stop":1728085864147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"e89ab36a587b285b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033894,"stop":1728086033894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"cef5215c819ee9fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033869,"stop":1728086033870,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"6c708d7a4660a1e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086288534,"stop":1728086288534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"a43bd7073972a5f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085925284,"stop":1728085925285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"caef9ce8e502f642","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207873,"stop":1728086207873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"5305a9eda285a811","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872749,"stop":1728085872750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"d44a5dd5acd119a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279992,"stop":1728086279993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d8521d62e5ccc120","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085923996,"stop":1728085923997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"1ca15b473adf836c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192497,"stop":1728086192502,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"127c655b7f4f0843","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086288535,"stop":1728086288535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"7adb1650876f8325","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"d7f682c9c1b6ebb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260301,"stop":1728086260302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"6497167b4127f0bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"be828181715bcaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085866678,"stop":1728085866679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"688e382933d87376","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203097,"stop":1728086203098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"44574ec1fa0c4ddf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"73e43d2f5e212e17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063172,"stop":1728086063174,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"aed9cd5542c19d29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033874,"stop":1728086033875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4f7f4c791b7e11fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966215,"stop":1728085966215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"eac01cadf6829a1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"486c3bfbc497b047","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"b37028af220f6238","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"deabbfe0e47471a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966214,"stop":1728085966214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"dd20ad2b9b1bf958","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254813,"stop":1728086254814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"27d39096f5e09c37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085992917,"stop":1728085992919,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"8ae1be69fda80ac0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203088,"stop":1728086203089,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"2a347c9db35974f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192523,"stop":1728086192523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app82/8/topic328/test.js","uid":"978662e3e4ae9e50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235221,"stop":1728086235222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"cac5e4399eb79c34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171701,"stop":1728086171702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"58480783f17489d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879948,"stop":1728085879948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"44f8a7d06d68c53c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085917709,"stop":1728085917712,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"93b685f8f42d8a1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226477,"stop":1728086226479,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d0eeb32b114dde12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872740,"stop":1728085872741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"e17662702242027a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"d37e5b7f13c011a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085898290,"stop":1728085898290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"62986e6b28820aba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"61e954461eb76e6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"dd92edd140f642a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"f0bbcc9f9c5d309c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207861,"stop":1728086207861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"cdac72cb636f3276","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864179,"stop":1728085864179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"60a8d735fef34cea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"a357d9e1527b5c01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260314,"stop":1728086260315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"bf21e42cbc0f9ed0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"c8346a3ef361dda7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"f8477b3aad894ed8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171707,"stop":1728086171707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"86416ad9af91e6e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203128,"stop":1728086203128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"7dcb34296d313879","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150789,"stop":1728086150789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"4691c0f95f1dd063","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887434,"stop":1728085887434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"f31fd75a761c480b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207873,"stop":1728086207874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"f845ad5860dc51c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728082456949","uid":"46b26ec0ea6b5131","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226496,"stop":1728086226506,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"baec3792014b75c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085925277,"stop":1728085925279,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"3e75391d1c773537","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"6de317c6104d8bb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086272023,"stop":1728086272024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3922b803d4e15e04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033918,"stop":1728086033919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"c0a69efea933154d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086171969,"stop":1728086171969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"7c9cf071739e6814","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966219,"stop":1728085966219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"d8d89dfc5f25f34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086142733,"stop":1728086142733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"a6bc209d3ed46586","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"7e470c3dd26c4f06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"ab99c00275b6fd32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872165,"stop":1728085872165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a757a39a2809e606","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872129,"stop":1728085872129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"297c2a5ab0ba7243","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226454,"stop":1728086226456,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"41701589302e3481","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086279983,"stop":1728086279984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"6f9f4377a7bfa279","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"6492489c7d81324e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"d8f6d83a3527e62e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"1e9ffaad3b0cb0af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"be07891ebc876da2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"ecd093f60c4ec113","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085886586,"stop":1728085886587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"a8c71518de8939d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879407,"stop":1728085879407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"828cac22c9f5390","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085917349 ","uid":"5630d351c4141a99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171709,"stop":1728086171711,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"3b0f0e8332a71773","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872741,"stop":1728085872742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"2168fbb55f26f5d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"2c10d0b7b4dbfcf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226480,"stop":1728086226482,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"e10800a0d14d2467","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"985378f685d93581","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966212,"stop":1728085966212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"57743e56279977c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"d32094bd60f5df5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192517,"stop":1728086192519,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"b66c27bd3b72d197","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"d737a910277b14e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"1fac6f59d12f84cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"7046220e2a95589b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033920,"stop":1728086033920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"a2646725ea50fde3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"3e7e35a16482575e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086188759,"stop":1728086188761,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"475060a3fe0f0b01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085917714,"stop":1728085917714,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6e98617309c09cb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"49bb2294c2cfdadb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033908,"stop":1728086033910,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"77ba2ebe1eea27e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864179,"stop":1728085864180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"5cc8eef68cea665d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085992916,"stop":1728085992916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"89088d5e043aa64c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697327663558","uid":"46a555806c0a269f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"7eb75dbdaa14de61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086280306,"stop":1728086280307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"ed74e1159fb29ff9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"56a7f879baa80831","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260637,"stop":1728086260637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app21/3/topic128/json","uid":"4c12dd2db2f09b0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235222,"stop":1728086235229,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"97a2244049faf256","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033883,"stop":1728086033883,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"1fcf4f9b32a9bf8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171716,"stop":1728086171718,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"189a861b38986b34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"1b4c9f3ff1038b0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"7541e08b9d6c0d3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"65b1590e35d8c702","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"e488f3e5f6be2028","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085899571,"stop":1728085899572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"5795ba5d534cdccd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171707,"stop":1728086171708,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"ad0436ac00323e44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"f41f633a02111ffe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"6122dc25952d4e09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086280291,"stop":1728086280292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"eac47a0e2775fcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"54970411b08dc562","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086171720,"stop":1728086171721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"472c54f1c0c1e288","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"79fdeaeaec4edff9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"55a2524793498b05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086355713,"stop":1728086355713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"3b871ac45a79d205","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192508,"stop":1728086192508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"d03aca72f04fd300","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"6949d337d51daf60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"9c3dbb80a1792b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"da482fbe526e897","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086270017,"stop":1728086270017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"18f249ce54d1f583","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887949,"stop":1728085887950,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"95af029eb356d11a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"519cb7cd5dab1524","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872126,"stop":1728085872128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"9b0a127b1ac8acc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226468,"stop":1728086226468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"7dd69d0f9c5172ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207863,"stop":1728086207863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"6685253dd8320d63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085992916,"stop":1728085992917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"cd05e64b7c2f7a61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192508,"stop":1728086192509,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"a1043ea7ec8d2b64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872167,"stop":1728085872167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6a79d5456a3b3b3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"c5927e8527185d04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056628,"stop":1728086056629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"e0c356df062a7585","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226468,"stop":1728086226469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"36dc93f63b4e712","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260313,"stop":1728086260313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"184b2022d855f367","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203140,"stop":1728086203140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connections available","uid":"e5619e5fb2c4bf80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"1a9a1bbdda356ac6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085992920,"stop":1728085992921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"be186046a74b0492","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063174,"stop":1728086063175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"5eaa18032b80c6e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033874,"stop":1728086033874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"dcf464ab2e2f2982","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"766e1788753ae608","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"72e7cf47149d25e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085925282,"stop":1728085925284,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"2b0d57b92cbe0600","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086059801,"stop":1728086059805,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"703ad0b769c340","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192503,"stop":1728086192503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"981fac9a029aa792","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"a9405b2167a121fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1aa7c4c50a85abb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226460,"stop":1728086226461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"76a0b1723fa5212d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"378e02fa77b77048","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226477,"stop":1728086226477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c737e9c713096a41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"25721d89274d747c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171698,"stop":1728086171699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"ab59db78f38daa78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192532,"stop":1728086192533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d6496b88b6dffc3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should do nothing if another protocol hit","uid":"1888e0e44033d666","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879615,"stop":1728085879618,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d85982409454e3a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"de64bce642fb0d5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"e074c1feecd65b11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864146,"stop":1728085864147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"9b9f36340d16e36c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207920,"stop":1728086207921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"86c7864ebdb0f3e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"3fc4a69466e54068","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"14963d050df4daa2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085866681,"stop":1728085866681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"c6927c3cb9264574","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085917713,"stop":1728085917714,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"a3b174e2caf0cd6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957574,"stop":1728085957575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"56e20d6869693fed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085963114,"stop":1728085963114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"6d314b84aacd892b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"502f6287f8c0940c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254811,"stop":1728086254811,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"44b6f801c097fd6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"38b78ace05b9ffd8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085863791,"stop":1728085863795,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"92a9e6c74fa68684","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063202,"stop":1728086063202,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"85bc7f5c38040473","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"5a9ae0360b7aeb08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e6d6c99ed4cce378","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"96fa88f0d72d33b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260319,"stop":1728086260319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"dbef480608bfd576","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289029,"stop":1728086289030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"b29b4335f3dfbd7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063193,"stop":1728086063197,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"f337c2cf13418b7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085917716,"stop":1728085917716,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"7da1725f45b5be2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887949,"stop":1728085887949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"a09dcce14d314815","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150773,"stop":1728086150784,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"db9f7f2b71468b21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864174,"stop":1728085864174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"e00e3fab1a14ed19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086188763,"stop":1728086188764,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"30b3399ce9fb4f2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086203141,"stop":1728086203141,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"cbbd888c82b7459b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085866680,"stop":1728085866681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"9429e46fc894412a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"acc29030b99e0c0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033881,"stop":1728086033882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"6f8326c30a6639bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258654,"stop":1728086258654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697327656949","uid":"b9107c90cdaa53e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226496,"stop":1728086226496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"207b38473a88824e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033921,"stop":1728086033922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"f586e3bf4ae2c9b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260326,"stop":1728086260327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"5ea86c67ed9f8875","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"e1f21a1b230df9bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086188761,"stop":1728086188762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app95/7/topic402/test.js","uid":"7e61c0538f9e54fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235211,"stop":1728086235212,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"28992a9460c6417a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192489,"stop":1728086192497,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"200a4177e9b025b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"47f7e9f00917638b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086059800,"stop":1728086059801,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"f00f1b00bc6429ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"29190ed095850ff4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"f4a97c95e76399a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171705,"stop":1728086171705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"f1682a2e1fd03d30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"90fa4560e7fa321","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"cff3f067dfccf75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728085916617 ","uid":"915d75110928f8ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"340f49fab015dd3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887436,"stop":1728085887437,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"1efbac4022bf1e31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056627,"stop":1728086056628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"535643171a880ed1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207887,"stop":1728086207896,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"cf7529f953cbde28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192534,"stop":1728086192535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"19d349984aacf1e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150804,"stop":1728086150805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e5f5779131671bcf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"fd099fa2a21e9478","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"7440c8240b126e8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"ca8c920ee54e3d21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226461,"stop":1728086226462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"b65371bcd4f9e204","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086270016,"stop":1728086270017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"79594cc75f3116f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"54bc0dec1fc866f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287862,"stop":1728086287863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"6e3f446fa51ae355","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226463,"stop":1728086226464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"3cd9f5be531dc94f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"c93d58651d2d9ef9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171706,"stop":1728086171707,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"df5655ebee51daf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b765135c55444fbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171702,"stop":1728086171703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"d7e6874fa643074b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171705,"stop":1728086171706,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"819f514b9f23bc52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"aed43f61be8deaa0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192510,"stop":1728086192510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"6d53f03ea314d502","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203091,"stop":1728086203091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"d82afb596d375e61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879946,"stop":1728085879947,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"2b8e7235109168cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260311,"stop":1728086260313,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"c1b5d6f7f5869816","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056628,"stop":1728086056628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"14bc95554e6c5846","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086272018,"stop":1728086272019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app33/5/topic435/utf8","uid":"8f1fcf7e3db8213a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235220,"stop":1728086235221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"361a4f32b42ea548","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287863,"stop":1728086287863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"fdb191808cef9c04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032739,"stop":1728086032740,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"c84a2a88de95e4fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864165,"stop":1728085864166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"7aa23d4332793f3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086254809,"stop":1728086254809,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"105ad8200de72937","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085929880,"stop":1728085929885,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"34d0e8e9a3cff7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086246327,"stop":1728086246328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"32568eb079fc6375","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085957570,"stop":1728085957571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"6b9134432466028a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"17c7219672c486ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226465,"stop":1728086226467,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"c3cd48e3ff76d1e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872167,"stop":1728085872168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"44aaee5bc689bfb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203128,"stop":1728086203129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"ea6791d4ee40e81d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085917712,"stop":1728085917713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"a681612745f62213","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"68fcaa4c9b2f92b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"c2ad1270d41bcc88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"9ec36b643a73826b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033876,"stop":1728086033877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"fda0f4184982d5ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085948115,"stop":1728085948116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"d62a8c3c9fcdc41d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"dbf2be14ff15aea9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086171968,"stop":1728086171969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should create a new stream if no existing for protocol found","uid":"2734c27887bb9524","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879613,"stop":1728085879614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"287c95f24b558b7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"ad3bf7c59e1fc6de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086150784,"stop":1728086150786,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"eae3612bc05bf93a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085897854,"stop":1728085897854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"c069c5057db23a1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864174,"stop":1728085864175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"e4f075323a3ae489","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086278947,"stop":1728086278948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"7e5820f42a7b057c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086288534,"stop":1728086288535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"61e1ac099767b02d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"dab070080be726a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203141,"stop":1728086203150,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9a8e3e18eb12f25e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086196551,"stop":1728086196551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"7c49cc9f29e7863","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086355713,"stop":1728086355714,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"ab13e8fdc7aaace8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207920,"stop":1728086207920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"26301645e0bca444","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"3ead64c174824532","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"d291f4098596b005","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b38b01fe67fd8afe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"93320371a2a357e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063205,"stop":1728086063206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"4dce0cae9763b7e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226470,"stop":1728086226471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"bea64bdd178c6347","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063175,"stop":1728086063175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"a9a848e6a5881506","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872752,"stop":1728085872753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"8f8425dff2e0ab84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"f822914c8eb1634e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085985733,"stop":1728085985733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"68a750e550ce9221","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063176,"stop":1728086063177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"2d79cc82987183a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864142,"stop":1728085864143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"961d27e1a762f593","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"e9441984fb223c1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"36295ac851c78579","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864178,"stop":1728085864179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"a5a22c93dcd4b34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887351,"stop":1728085887352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"1bffb8415a229fdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"69a2767d08419685","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872740,"stop":1728085872740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"94d16b314820c6e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171715,"stop":1728086171716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"8e88f63feb2bed92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086056625,"stop":1728086056626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"bb9369665af3cbda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"61670929c35aef99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"f10636983dffe75f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085966222,"stop":1728085966223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"a0d02c19ba616219","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"2d03d70791ed47d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"a20432816958a7db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"7118f53f898aa285","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033880,"stop":1728086033881,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"ca9c0a517a260dc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171704,"stop":1728086171704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"5e41f9ed2b83302e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"9c5cb1ace64445f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887436,"stop":1728085887436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"7e3dcb7c90370db6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"7dd330ab949c0b8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"2c5fbd112681c599","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"6c215f0e208c4986","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"2423743dbf0dd311","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171712,"stop":1728086171713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"84a8ba3b4888c36a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207897,"stop":1728086207898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"eff5fbfb0c5087d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"c65018c25f4a3e83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return usable stream attached to connection","uid":"b39ce9a259832423","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879612,"stop":1728085879612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4b39459d9f6f6888","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192516,"stop":1728086192517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"c364649323848a47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203137,"stop":1728086203138,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"51b512b67749883","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085985728,"stop":1728085985729,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sat Oct 14 2023 23:56:32 GMT+0000 (Coordinated Universal Time)","uid":"b31bf8d20eb6db4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203118,"stop":1728086203123,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"f686b97c8df5fc6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033929,"stop":1728086033929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"f31192a47751b144","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085879411,"stop":1728085879412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"267aa19176f1473","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864156,"stop":1728085864156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"bd24e0cd747c5a1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258662,"stop":1728086258662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"6051a59a368a18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033877,"stop":1728086033880,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"a270c6602a685819","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287865,"stop":1728086287865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"606e3c09534a6579","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872738,"stop":1728085872739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"8bce0465625fe8c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864143,"stop":1728085864144,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 275, Shard ID: 128","uid":"f0c0035327239838","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260657,"stop":1728086260658,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"8247483eef1efcda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"1ecb93addfedb039","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086280297,"stop":1728086280306,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"3ce6c53258c0008","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"15b2f1187de9c1d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063185,"stop":1728086063185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 518, Shard ID: 699","uid":"96b3e467e9076474","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260662,"stop":1728086260663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"8462a284a5687adb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033895,"stop":1728086033895,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"8c2b931f90c84712","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"5013c45ce263596d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192512,"stop":1728086192512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"5ac45e379ee59447","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"73e2e4a53b1e8c05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086287863,"stop":1728086287865,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"98170804de26a7fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063175,"stop":1728086063176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 316, Shard ID: 856","uid":"80e6f324fcfe6618","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260652,"stop":1728086260652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"dd35bb967b7fd69c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7bffe5d5ee41db07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"69fedc37c28b363","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"8900570e82d0e9e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728086232771,"stop":1728086232775,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"2fd95a123e5755c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"748f33727aa24e24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"9b64971a9fdcfe43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"7fbdd81c44cebf9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032737,"stop":1728086032738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"383c4e5fb3d07973","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"fe5e356efb15fd84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086059797,"stop":1728086059798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"71e7611e89338a13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"988baf591d5da5f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872170,"stop":1728085872170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"1b30b9605767950b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"493dcc0bb7f5e2dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085887947,"stop":1728085887948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"4c743edfb95de82d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085864148,"stop":1728085864154,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"96d8371931ee12ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086246331,"stop":1728086246334,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e7f409d0779fc46b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 464, Shard ID: 668","uid":"582966efd1256934","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260661,"stop":1728086260661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"c1e92c02b6e9b0b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063188,"stop":1728086063192,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"ceab21f992b981ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086033889,"stop":1728086033890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"6d0f4ba5bc0f890e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085948113,"stop":1728085948114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"48605dc8ea478a09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086260331,"stop":1728086260331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"3d79f0b3ad369d90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"aef386c34245980b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085963112,"stop":1728085963113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"92a451c6d0f31aef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085959887,"stop":1728085959888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"824136a93109f25a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"d5bb78a2abf3ff5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086289027,"stop":1728086289027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"8f116647668d1400","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085872164,"stop":1728085872165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"ba3aba84c3e2cd71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728086063200,"stop":1728086063200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"cae99f9ed07554f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"ba04e3f111fd5993","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"8a4b7d87cc76f99d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728085929886,"stop":1728085929890,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"7136651300b5d8fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728085925280,"stop":1728085925281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"Check publish message after service node is restarted","uid":"7d05b639e6581063","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"bc5b52a166eab5ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521297,"stop":1728381521299,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"3ae62774762e9841","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"43314f3af55a048e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a7e8233dff8190ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8e384329eb0fdfbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c083dd4b8e6b9db2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526509,"stop":1728381526509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"fa04d457d294cd7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521306,"stop":1728381521308,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"44197379c265eca1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711674,"stop":1728381711676,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"103e60936a2a724e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381416765,"stop":1728381416770,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"22e50d6fae2afbdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615371,"stop":1728381615372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"4d36b6f1dc285ea7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381759211,"stop":1728381759211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"ffdd96862e3a9f77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"15eab56a2b1605f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381756572,"stop":1728381756572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"111ad6566c31641d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"d7229a5174a39d41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f39161ea8d22ab0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 842, Shard ID: 183","uid":"51abc22cde7a5454","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745557,"stop":1728381745557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"4f1d777caeedccc9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521285,"stop":1728381521285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"6457dd74126a3122","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689146,"stop":1728381689146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"cf31ceeebb777e41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800485,"stop":1728381800486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"a246626c1ed40d0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381358363,"stop":1728381358363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"978a92a81e84d565","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381378680,"stop":1728381378682,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830 ","uid":"36e0292bccb2e376","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658372,"stop":1728381658373,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"7c47d3c4885665a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381358362,"stop":1728381358362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"116588cc63be10d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521319,"stop":1728381521319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"b206aa3357f968b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719627,"stop":1728381719628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"c5311314a7dab03f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"3a09a7bf126b9289","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766199,"stop":1728381766199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"fc0b5d91a762a760","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"2472a850613e19ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"189c05601ace89a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"b1ca5f75520b2a5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766200,"stop":1728381766200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"3987ed37845abb5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381409094,"stop":1728381409094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"2aaaf71459106c72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449301,"stop":1728381449301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"4ba553986507f801","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743132,"stop":1728381743132,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"c1dd70ab11c02076","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"d805a86935a1d3e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379237,"stop":1728381379238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"b3def1bb78fe4c69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"7c2b4044d0419991","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"1536fbb04311853f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"5273a22709824c8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449299,"stop":1728381449300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"fd37cdb1a1cf903c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381415230,"stop":1728381415230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c674898c6e41a7a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658378,"stop":1728381658379,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"20ee181b7e7dff69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"3e0d1b51a627a54c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658373,"stop":1728381658374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"c442430c76fcea29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381715120,"stop":1728381715120,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"c322f6810f5ce095","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355974,"stop":1728381355975,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"d1e9e8c5d2946d53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381475913,"stop":1728381475914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"199ba08694efdb0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"b0beb95549386e1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to available amount of connection if less than required","uid":"6c90bed5190c83f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381580778,"stop":1728381580785,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"526b337eb9a50690","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521342,"stop":1728381521343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"d94e92136509872d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"274a8e2d88d60cc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557267,"stop":1728381557269,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"44573332e7cbe332","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"efe484ab9cb668c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c128d829e7f9928a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"ea42235603c0c71a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749046,"stop":1728381749046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"db3659a52178e84c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381415529,"stop":1728381415529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"37887a60a59b1d8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"8b7b9385c8bdfdb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557263,"stop":1728381557267,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"565469f6aada479a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381685605,"stop":1728381685607,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830000000 ","uid":"2ce098273436cd05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658372,"stop":1728381658372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"cef394826c83d954","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"d946ad76c471ebf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"aab304ce6ce89cb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557219,"stop":1728381557220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"dca73083c94586bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"dbb742fd501ff427","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379297,"stop":1728381379298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"4349adb6be080b46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"da84f2da4afe5767","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"a0e35b62a89568a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363574,"stop":1728381363575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"157d6d873da0e726","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355984,"stop":1728381355985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"3a17d6cbf73661db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"a18ca7f09e171299","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"c05756bcc1b0b84f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363825,"stop":1728381363826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"fd506bd12c04696f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"3cc9e939d16ab9d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800485,"stop":1728381800485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"ade7e0b13743e623","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613873,"stop":1728381613874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 458, Shard ID: 920","uid":"67caa04bfd165f69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745557,"stop":1728381745558,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"8ae8b9c167851eba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"f7816e609fdc2fb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696821,"stop":1728381696821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"32c7b9426dbd3868","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749073,"stop":1728381749073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return no connections if no open connection provided","uid":"c49c9a5abd77361c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371461,"stop":1728381371461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"b6224540dd9de7e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379242,"stop":1728381379243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"dc75db3bdf818aec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381389462,"stop":1728381389462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"335b0d5a4e330847","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749048,"stop":1728381749049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"90a936a1253c31e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"d1435b0d261ba610","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363570,"stop":1728381363571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"6fb38ea0669482ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696870,"stop":1728381696870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"985abd2404f118c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766200,"stop":1728381766201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"6a62fe44e3f7a9a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680442,"stop":1728381680443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"34246fe878e03167","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"eb50fb8e5251b963","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"f953cef90621b29e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381423075,"stop":1728381423076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"d12f7283c205a343","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689149,"stop":1728381689150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"251d6dac7ddc652d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521284,"stop":1728381521284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"de2232b3ef9c7411","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"a32019c974be87d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719620,"stop":1728381719620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"4e6ee325187e15a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696824,"stop":1728381696825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"1aa4e34156688780","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"68fea4ddabc82afd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363554,"stop":1728381363556,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"d3c656a42d816e18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"61f18c31c2a39441","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696827,"stop":1728381696834,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"a4d23195cc78941b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680433,"stop":1728381680434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"67fa082eafd6d84a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749036,"stop":1728381749037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"b1f6c0b1b607ac92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381370640,"stop":1728381370649,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"8ec29094d788f409","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"36b2d93d38fa7d21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545556,"stop":1728381545557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"a89d6f654cdea4af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800486,"stop":1728381800487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"6560c75e6e811f9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381554776,"stop":1728381554776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"910246da4a8caeb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"3965dec8625efd17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381716497,"stop":1728381716505,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"b428acf950dc28a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381756568,"stop":1728381756571,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"373273b89ef71250","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696866,"stop":1728381696868,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"dc35b903ab15503","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"bfcbc1c85d8a1f3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557210,"stop":1728381557210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"1daae6bbe01129d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383543,"stop":1728381383544,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"61e708ba219a6382","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"d858d4b100b40b07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"899e5d6dcd09ec4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379400,"stop":1728381379401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"72384e0898c7d1c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689152,"stop":1728381689153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"fac5d49d0b2775b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"1452d86c0c343270","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711669,"stop":1728381711670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"2103cf730e4d9594","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381634307,"stop":1728381634307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"5c9b5f561e5b8344","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749072,"stop":1728381749073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"e2912406e6b2f122","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381475915,"stop":1728381475915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"478bdb7f798e4fc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"c6c4e782be5ee259","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381842825,"stop":1728381842826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"99df7b78b115d690","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557210,"stop":1728381557211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"1748162bae4172bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728377946003","uid":"88f872a65a2cb2d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"2a5969faab7d60c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363573,"stop":1728381363574,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"7e1a7c6407f73416","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680455,"stop":1728381680456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"f85f33da1c6531d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545557,"stop":1728381545559,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7a2d6f13f8c2e28e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"5a0d9533cf511668","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545554,"stop":1728381545554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"8e43b56de926582a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521315,"stop":1728381521316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"e7d29f788d64c64a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"94f243571621ba83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"69efb40637ce138","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return different streams if requested simultaniously","uid":"52276c5dac609b41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371410,"stop":1728381371411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"acce5a150af4fdf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"90577a250d0d2838","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557262,"stop":1728381557263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"84a3e9826f90c00c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e565fe543312239a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"2454edb9ca7e58ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766194,"stop":1728381766196,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"31882c15f6681775","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749059,"stop":1728381749060,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"95252e809e253dd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449298,"stop":1728381449299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"48d8291a52a2c651","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719625,"stop":1728381719626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"4add48d0f29d981e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"45bf7eb411d7d018","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"8b2d6af9625ddcb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"b5c22a9b7ade6e1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381475925,"stop":1728381475925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"91fc1550d2e37d92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"8ef31deb77cfebbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743112,"stop":1728381743112,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"664c37e0f09ef5a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"f8c9c82cd6962a80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381415525,"stop":1728381415525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"52b76297f0023579","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383543,"stop":1728381383543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","uid":"884a855ebb41eba0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719621,"stop":1728381719621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"cd15dd964e546fd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749046,"stop":1728381749047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"f1b3fa3419aea0e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371415,"stop":1728381371415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"442845ebb7b0c402","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381390014,"stop":1728381390014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7c088d4e63632b1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711637,"stop":1728381711642,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"da732b2f2d051ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763774,"stop":1728381763775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"7f9d2cf29aeb91d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381415229,"stop":1728381415230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"86ecb9347ba6f36d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381485019,"stop":1728381485020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"ed50d86da813dbb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"12d387e966e78ab0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"e0965829f3559c5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"16d384b80281269c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381696825,"stop":1728381696826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"ea90a53b4ce52aff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"c340a60b05cfa7db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689162,"stop":1728381689162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"b0a27b891ce09f4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"8db7c4a263796e1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711659,"stop":1728381711660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"f186ed2cf0edeb1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521302,"stop":1728381521303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"29bb037f08ba2dae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"7e1a2788033c3262","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461623,"stop":1728381461624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9179749bf0900694","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680445,"stop":1728381680446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"7a12bf70844eb2a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355953,"stop":1728381355953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"693eca846d962004","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381634309,"stop":1728381634310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728385157642","uid":"f8841efd3e905e09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680470,"stop":1728381680471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4c7b5aa90a8e3322","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381618751,"stop":1728381618751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"8038f2c967a6bbb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381614000,"stop":1728381614000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"f37ce73c656d37b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371849,"stop":1728381371850,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"6ffec83fb78bb195","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381409095,"stop":1728381409095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"39f017c935973b9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"69ffadce8e4cf29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449297,"stop":1728381449297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"498d815673d3bb1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526520,"stop":1728381526520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"6e15eac5c8415671","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557228,"stop":1728381557228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 64, Shard ID: 389","uid":"9f20f6378a0e0a47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745551,"stop":1728381745552,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"88c3d6d2df707db9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"effe00c9a67b8f66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521316,"stop":1728381521316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"46f49e5e45812c4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680439,"stop":1728381680439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"fd5c3789e7bd2c9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696825,"stop":1728381696825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"ccc95eb44753ff59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"9b9d390cf2a12113","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"14e03d9d6f74d430","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381454661,"stop":1728381454664,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"aad037288cfa22b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"7e030db031ba4096","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680471,"stop":1728381680471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"28e4e0d1c72b1e44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743133,"stop":1728381743134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"fd8383205262defb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355981,"stop":1728381355982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"51ff95986eff002c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363566,"stop":1728381363567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"b7b03224f96d6548","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383545,"stop":1728381383546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"20a2bd4b5096809e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680471,"stop":1728381680472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ce9200c205f6573f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381390014,"stop":1728381390015,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f5acf0066648dace","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381696826,"stop":1728381696827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408400000000 ","uid":"67b12a68c849e726","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"b24122876e806039","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762403,"stop":1728381762403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"15b69aecf585dc42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"21763825d2f8dd59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743123,"stop":1728381743123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"829c9055bec2eab8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fce7c58d1edb2e40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680434,"stop":1728381680438,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"19638e744faa9552","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766730,"stop":1728381766730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"cdd219797c011aea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749055,"stop":1728381749056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"372d73bc2c2988c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689148,"stop":1728381689149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"cf7729a317e0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"9aedf20124290581","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"2cd5bd4ca954efa5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383545,"stop":1728381383545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","uid":"423763226be85844","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"136ad81555f5e70b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461615,"stop":1728381461616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"7fb21fd611d28d8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696824,"stop":1728381696824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"c8d3ac6090106d39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"f8367794dc467e24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680459,"stop":1728381680463,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"97dde13f6838ad48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"96ea9116538404b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"7ee7437a6d52031","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"66043b9963345987","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355523,"stop":1728381355528,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"9e2a124f434992a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613864,"stop":1728381613864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"8cbf5275112e6d4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381634682,"stop":1728381634683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"677f37cc99bf438b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"446ea2445de23d74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526509,"stop":1728381526510,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"4661f1c21a8f8661","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"4f197fae1a4b9564","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381772749,"stop":1728381772750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"9e5fb6ed351aaa6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"b16401e722a5f308","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"ace18a06041c41af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381475917,"stop":1728381475924,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ea27a88c663aa8c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5825a99f62d4306","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381454670,"stop":1728381454670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"c48e77099963b274","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800486,"stop":1728381800486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"b084fa991d4de8e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"b3ae0f499f53dc93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800487,"stop":1728381800487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"1072ac166edba665","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658388,"stop":1728381658388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"b4b00e271f868e78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557270,"stop":1728381557270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"6b5035e00cfc2c4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680449,"stop":1728381680450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ca51ef9da997f464","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526515,"stop":1728381526515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"26837c5eaf9b6829","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689161,"stop":1728381689162,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"a9edf0d31c2d9945","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"bedf860ac2390c63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658378,"stop":1728381658378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"814fd728b641488e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"8cf92bc2c112acdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521287,"stop":1728381521288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"d3febc0bd0c501e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381416760,"stop":1728381416761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"3abd1369f09ebd73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521296,"stop":1728381521296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9d683be83205f3ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521326,"stop":1728381521326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"a163d3ee0d36802d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379236,"stop":1728381379237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"24de4e88b556087b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355953,"stop":1728381355954,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"19be7d72a6c8c276","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613871,"stop":1728381613872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"30663e7666fd76e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545556,"stop":1728381545556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"109588b18d7b7136","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"79498337fbe7bc32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355529,"stop":1728381355529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"dd01126e138f9c0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363822,"stop":1728381363823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"94183757dd58d059","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521290,"stop":1728381521291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"2cc4fd924a8339b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557273,"stop":1728381557276,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"fcd9733f9d700d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774347,"stop":1728381774347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"778bc4d76de86f1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521321,"stop":1728381521322,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"e196ab77e326e63e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749068,"stop":1728381749070,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"afb0dd4e3b35f24f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381394401,"stop":1728381394402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"ee306e14924d568b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"55deb6ee3694b5ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"c67a3b8076e053bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449300,"stop":1728381449300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","uid":"2cbf57b4cdcb343c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719624,"stop":1728381719624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"6996a436b4d382d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"666d0f0ef8d5816c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745551,"stop":1728381745551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"fa85bd63cce6d5e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774344,"stop":1728381774345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"f55557c79905c3c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"6be9c6e7601080ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680446,"stop":1728381680449,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"5e2072507d559cea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521326,"stop":1728381521327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"62d50df705f61573","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"2de273b348075947","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737933,"stop":1728381737934,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"a5ce5be982a40b54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"feb05ccb5bc873cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"eec03ecf9159e75a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c05378588d004bf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381716496,"stop":1728381716497,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"74aa7e1af5c99cdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545550,"stop":1728381545550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"dfcfbf8c3433b83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381454666,"stop":1728381454667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"c44758a51594a589","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381378682,"stop":1728381378683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697623146003","uid":"bc977e7641628de0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"f204fe5e369e90f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689163,"stop":1728381689164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"90894060bcb9943d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"e018d201e05d2fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658368,"stop":1728381658369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"45d9d54737195910","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"9e072fd89b3db604","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381391228,"stop":1728381391228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"505496484edddac1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526525,"stop":1728381526525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should do nothing if another protocol hit","uid":"f18f1df5d77a3a4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371411,"stop":1728381371411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"afb973d0e5d99c8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763768,"stop":1728381763772,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"f3910f8749f19446","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"5edb339d6e36e4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696834,"stop":1728381696838,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"21a7a8547ee0d3e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355966,"stop":1728381355967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"7cdfd0df2b6fa45a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381389458,"stop":1728381389459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"f88d4b2e8870354c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381618750,"stop":1728381618750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"9032620741c2a6f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"434a3f4b63f0563","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381439738,"stop":1728381439739,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"23e5384a6e309e8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689145,"stop":1728381689146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"57e0297df2c6e0dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"43a4133bf90c79c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381409091,"stop":1728381409093,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c550cc9ba1f776ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521318,"stop":1728381521318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a6a6ee0f6f2089b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"118b5dd6854c87e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381526533,"stop":1728381526533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"1aa76b46c02f6220","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379235,"stop":1728381379236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"5f65dcfbe8e81830","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379241,"stop":1728381379242,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"65f63c9648f88311","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"27c308d51922eec8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"3866ba85662c0f69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749012,"stop":1728381749012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"7ed0b62d7cec8cb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"91a4d8bc74f2d447","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","uid":"9ccab5c8a5c5a047","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689155,"stop":1728381689156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"75a5b5f72e8844ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"e71a7bb79bf6f051","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"7d7ebf222a75f6b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"99fe8340c7d31cdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557211,"stop":1728381557215,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1af5c355fddf8e10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363825,"stop":1728381363825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"64594cd575a93ca0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557215,"stop":1728381557219,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"dc1ae730c0eafb86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526511,"stop":1728381526512,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"4a068cfff1b9aa18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d58e2a38548c05ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615368,"stop":1728381615368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"27dc9a2ee56a35fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"ea7e9d503d4653e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680457,"stop":1728381680458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"8670df30ab92cbdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"d0b05961895188db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355965,"stop":1728381355965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d12db87c6f6193e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"348f9098e40edc64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"5979d6b9392613ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"e81ae42173fbf022","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749056,"stop":1728381749057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"e8edca1eb63b4464","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461640,"stop":1728381461640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"3dce8557ca67c586","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355973,"stop":1728381355974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"df43b196c9ed874b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"bdde42fa41b3a66c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763777,"stop":1728381763778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"409c359c5fdf608e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"dccbc54544f9b7c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521319,"stop":1728381521321,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"a68907ce031619b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"58af65bdcd7f19e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557234,"stop":1728381557235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"6d54605697db920e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658370,"stop":1728381658371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"97a8f7b207ec9721","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"283813481b473c88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"25ff6016a0085dbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"6b3f5f20af60f64a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696822,"stop":1728381696823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3fb2493c9b8e0ceb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743116,"stop":1728381743120,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"cc6ebba198160db4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557204,"stop":1728381557204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"5ec584c988df65ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363575,"stop":1728381363576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"26449863fa912b7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379401,"stop":1728381379402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3904d98ee3b50490","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"243c55ec34070ab1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711644,"stop":1728381711645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"750c951951586f0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"3351f12d1c46611f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658384,"stop":1728381658385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"bbff387f58676d61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381676005,"stop":1728381676005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"c97f1ae8b1e49ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680463,"stop":1728381680465,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"b699b92fee5b3c7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711676,"stop":1728381711681,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"22e8bab575fd2a60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"7a05374f2de0368d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381389462,"stop":1728381389463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"18c1dc053fa0a213","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383542,"stop":1728381383542,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"72e80ebeb29a1af5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371849,"stop":1728381371849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"4aceb880db9a702","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"dbce63ef45e7f8ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363560,"stop":1728381363561,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"c07ce7651b245e28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"8dde41a4442b3d5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379239,"stop":1728381379240,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"c62f8f56dd51b474","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f4d956cf716445da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"86a37924a319c8f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737936,"stop":1728381737937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"e6619b0f46f46bcb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749039,"stop":1728381749039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"554230bf562b37c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749047,"stop":1728381749048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"b3945066fbfded2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766197,"stop":1728381766199,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"e516f2f2fccf334f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613868,"stop":1728381613868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"33376d0253b7bb5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355955,"stop":1728381355956,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"fbc8e7f3a677d600","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"9fa5b558e29cb60d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689154,"stop":1728381689155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"b6ec1928c2902742","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"3a5b8954e46bc998","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381485020,"stop":1728381485020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"d269e6971188ba71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b7d10d90835de088","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521314,"stop":1728381521315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"4bd7020e9c956caa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"295f567ecc64eaea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381689166,"stop":1728381689167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"cae0c5f8d09b330f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749073,"stop":1728381749080,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"a3a74b458578d27a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521294,"stop":1728381521294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2d03757d3e6d977d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"2199e9e826a60c52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"f2e26fd2ac14efa2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461615,"stop":1728381461615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b15d5093870d6714","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749023,"stop":1728381749023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"66ffc22121352eaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"fded334c1b81418f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"105ef7092e60ac40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381485020,"stop":1728381485021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"f33d7652625e5300","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381658692,"stop":1728381658693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"99c171976923881f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749035,"stop":1728381749036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"5c02acfa1ecba3de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749063,"stop":1728381749065,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","uid":"4864622bb295de06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"5e3a019aeedd9b46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381554775,"stop":1728381554776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"5785c1fb48fea47d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749054,"stop":1728381749055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"7ca62b5725bb326f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"7f7aba9153d18273","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355954,"stop":1728381355955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"78f0e09dfc3cf970","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381772750,"stop":1728381772751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"4df7eb8bd25deedb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658381,"stop":1728381658381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"68e937226cf08c30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"3a7fb98d6efc38c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"40e8f2cc0a25ac2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461624,"stop":1728381461632,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"1e5feb9a4f52652a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381554776,"stop":1728381554778,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"230f66f94d9082e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"9c92f78c2694080e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381676008,"stop":1728381676009,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"987471fb108b7d5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381475914,"stop":1728381475914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"e5bc8f8d88e58bd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371460,"stop":1728381371461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"1c2ae6bc6ae440b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696834,"stop":1728381696834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"de001ad49d00952f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"49e5ee549841635","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379243,"stop":1728381379244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connections available","uid":"5929463e2f7b4eb3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381580786,"stop":1728381580788,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"e7363def886657ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379240,"stop":1728381379241,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"55aee9b2700e8624","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"1f073a289b5c7b78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381554779,"stop":1728381554779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"6b8823ee26f909e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"cebc1f0b8d753191","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"ed4cb5f5970bf6d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749047,"stop":1728381749047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"49a9a074aee5ccf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381439746,"stop":1728381439746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"7d6b83ea4214b4dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ea8f65d6e2e46470","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"8de5f7cade2d6201","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355958,"stop":1728381355958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"b571aad02751b712","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"9ee382578073d372","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"7c431bc0c59018a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749043,"stop":1728381749044,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"67743b7b75cd1aa3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381716490,"stop":1728381716492,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c5bf0772c675abf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658365,"stop":1728381658365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"def7af7ad0175d68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521327,"stop":1728381521340,"duration":13},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"8867763be450c98e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"ab61e3b0dda4908c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800484,"stop":1728381800485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"d70425a263ba6580","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711649,"stop":1728381711650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"2136b2de71bb20c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"bcb0706e0332cbac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381423073,"stop":1728381423074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"7ce91a870db29a78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355976,"stop":1728381355977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"af9ad30af01c19f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743112,"stop":1728381743113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"846bc85328dd1cb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"d9a4daec0cfced69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355975,"stop":1728381355976,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"457eb0e6bcbe412a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381756574,"stop":1728381756574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"33f584222c51b9ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"7499d4a30620c2ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381658693,"stop":1728381658693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"f34c102b867f511f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"47b3a15637e22383","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"3322cdc4231d68cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696823,"stop":1728381696823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"82a2a5dc417a5210","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364429,"stop":1728381364430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"dc1d500f5322b024","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381409093,"stop":1728381409094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"c8b5936b4989e04b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749053,"stop":1728381749054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"2a623b7c7d16b59d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381423076,"stop":1728381423078,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"3975b39ac59d24ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"fba53608f2a564bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381439744,"stop":1728381439744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"8ec54fc521dd7556","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762405,"stop":1728381762405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"bce3c8efb1ca13a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"60f6ea6030ab9209","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381660636,"stop":1728381660636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"34505fe63562030e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521296,"stop":1728381521297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"e666bd0b5e7e31ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371852,"stop":1728381371852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"c60c3680f58752e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689154,"stop":1728381689154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"65b95899e5b6f1a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363559,"stop":1728381363560,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b8ce677b8ac70aef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526505,"stop":1728381526509,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"84eb65a5284f1455","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381634306,"stop":1728381634307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"bd009a63773a1716","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381475925,"stop":1728381475926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"ec61b764d1b4a5d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381439744,"stop":1728381439745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"e6acda225f9ed23b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381423075,"stop":1728381423075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d709365e12c2326b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364430,"stop":1728381364430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"d1f307ac87b88ae8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"4744dba874494565","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545554,"stop":1728381545555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"da16effead2ec4a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381614000,"stop":1728381614001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"1b0e8f1c89044701","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749051,"stop":1728381749052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"5a36ef6b070612ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521304,"stop":1728381521304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"3c5f5d911ef8cccd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680465,"stop":1728381680465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"d3af791fc1f16e8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"e23447ff90844e41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763776,"stop":1728381763776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"2ec8c36ed173cfb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381526533,"stop":1728381526534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f3ce08f5c222ff57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526504,"stop":1728381526505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"b0dfc27121cd9da9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355979,"stop":1728381355980,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"94f306d5f5eaf924","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743124,"stop":1728381743125,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"5d7624ed06e78a25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"7b57268f0a5bde93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"6e994904ce6babfc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557221,"stop":1728381557227,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"8addad0222e50175","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711671,"stop":1728381711674,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"91b6704d1867583e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749065,"stop":1728381749068,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"56f6c62e7cd90151","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"ac04b0703443c900","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381660636,"stop":1728381660637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"90d9ea0381b64d38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749023,"stop":1728381749025,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"44c6059730b4e0be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ccb4d026ea9ea598","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521295,"stop":1728381521296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"83b307f846d429a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364428,"stop":1728381364429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"674e5725b378cbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381658692,"stop":1728381658692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"6563367d40066596","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689151,"stop":1728381689152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","uid":"e75210b7ef12d21d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719620,"stop":1728381719621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"8ae97e5298440b90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3b78259144ef6000","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"8a38a67a2f0d50a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658377,"stop":1728381658378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"b3e2b3bbc1b96226","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"63559bad545f553a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355956,"stop":1728381355956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"bbf05108c64519e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711660,"stop":1728381711660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"9e027cf8d4bdb8e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363561,"stop":1728381363562,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830 ","uid":"5cd35a3a2352c933","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"5146cbc576ce5af8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749025,"stop":1728381749025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"fb2e4d44e40c3309","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363562,"stop":1728381363564,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f28f2b27e835e618","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"3503f7c6e12ddd37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"47817ea5c01397df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"8828e3355ec3d934","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355958,"stop":1728381355965,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9d958f58a6cea306","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545560,"stop":1728381545560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should create a new stream if no existing for protocol found","uid":"9047d138ffc54732","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371410,"stop":1728381371410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"88b8e7a6a01b9a8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","uid":"a799877e00647be2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371412,"stop":1728381371413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"65c9945d883232e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"9be6c24fff5537cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a43b6b0779c498f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521288,"stop":1728381521289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7048f3bf79e250d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526515,"stop":1728381526516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"5d330093a350e06f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763772,"stop":1728381763773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3946a35c458fe769","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381423072,"stop":1728381423073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"38e14018b7e874d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"88a755de4991e463","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"35a54517f8ec233d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"a024ecbb0d130896","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381618822,"stop":1728381618822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"a3946ca2333a1809","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526519,"stop":1728381526520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"6588297870fdc1b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"9cef2f21200ad10f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"919c379e8e9c6884","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381685600,"stop":1728381685601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"cf972f09eeafc931","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"dde8cc887adbbc28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658385,"stop":1728381658386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"51bee956165a875a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711662,"stop":1728381711662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"d6d9ab9d45b2cb70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381423073,"stop":1728381423073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"46a3d4e4ab64a182","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381715118,"stop":1728381715118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"1af6fd35d67f01dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355952,"stop":1728381355952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"fa779d966cec8e54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381389463,"stop":1728381389463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"f39669f990362703","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381485022,"stop":1728381485022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"8910521ed5c4e252","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696841,"stop":1728381696842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"44712e6dd1343760","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521342,"stop":1728381521342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","uid":"e73001f6d98f37c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719621,"stop":1728381719622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"fcaa10e23375363c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381685605,"stop":1728381685605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"44ee6708e4f7c0aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381756573,"stop":1728381756574,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"e29c7942c07100b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680468,"stop":1728381680469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"dcc2c4547e7567c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680466,"stop":1728381680467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 126, Shard ID: 395","uid":"dc70d6208e89b052","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745554,"stop":1728381745555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"8068ce07270cb9e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","uid":"b18c90bfd469921b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719624,"stop":1728381719625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"c05e77907f248e62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689165,"stop":1728381689165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"e1dd46f8434c4196","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364427,"stop":1728381364428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"71fbf25109fd0603","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689146,"stop":1728381689147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"518d65eff2ed7e4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381358361,"stop":1728381358361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"a4f733fc92f8a613","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383544,"stop":1728381383545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"5c451e3a25f56cb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615369,"stop":1728381615369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"9390f19fe7564403","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e825120dee0a20f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"a290d4db0dbe0cbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381452649,"stop":1728381452649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"358c5a885e85e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","uid":"252404d761aeb771","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719623,"stop":1728381719624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"55e9654de84a1956","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"2bb5995e914f49a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"3a96d958103a5c29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381716492,"stop":1728381716495,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"632d4648d8090d45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381475916,"stop":1728381475916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a05bf93f34b45b1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696822,"stop":1728381696822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"784046139a4bea12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521312,"stop":1728381521313,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"232a3458cebbb68a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"cef10ae7eb3422f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381415231,"stop":1728381415231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"75a55e5861f648b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"117f07d6177852d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"e623ec3849e55619","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381454667,"stop":1728381454668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"46887271129f3f79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"741ede65217a2371","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521292,"stop":1728381521293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"8f1cf9a1558c37be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355989,"stop":1728381355989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"13c93f58f2b11afe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613874,"stop":1728381613874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"293013cf5c7413fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381416762,"stop":1728381416762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"e008ee97db77ea9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"a12df7a056be3357","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762412,"stop":1728381762413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"5accb07e7b8a5bc9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fbdc0939ec09b8a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749022,"stop":1728381749023,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"318e91b7e3687238","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749060,"stop":1728381749061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"7ba8513bc7e75323","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371850,"stop":1728381371850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"840ca55c992417b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743120,"stop":1728381743123,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"83748d1c769bfe3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749061,"stop":1728381749062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"253c78621b2556e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"3f2eece7ea87cf9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379404,"stop":1728381379405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"4e17014d524a128d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"2d43e4342c174655","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557205,"stop":1728381557206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"8b072001743b5ccc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"d61e3cbcb141bd0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381378684,"stop":1728381378685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"dd20ba5765c8249","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743129,"stop":1728381743131,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"c9c125f4d53c9051","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381379406,"stop":1728381379407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"52ba4ab445b7c5a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696823,"stop":1728381696824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"aeaf00e60eb5236e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381358360,"stop":1728381358361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"7d585172c296bc40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"1573dc5595733b5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689164,"stop":1728381689165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 133, Shard ID: 64","uid":"ae687741eacdf10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745558,"stop":1728381745558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bf0649a461407199","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381389460,"stop":1728381389461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"69b6268c06b55aa6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381439732,"stop":1728381439738,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"778d899c8309d076","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"731c3e5e050bab07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"f78ff5fc12d1e201","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521299,"stop":1728381521300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"a9df72284432e1e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d3b632f965423136","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749033,"stop":1728381749034,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"49fd4bc1ac5cd724","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749050,"stop":1728381749051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"938b274143f8beca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763773,"stop":1728381763774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"9833ef5b3b031a50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449300,"stop":1728381449301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"2c25dba83616f92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381842824,"stop":1728381842825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"34667f849001e1f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383546,"stop":1728381383547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"bf0521916f599222","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"d11a829264e1d6ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658373,"stop":1728381658373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c6b9f720e6ecf60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689150,"stop":1728381689151,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"84838d1897862b27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"fd8f687f4320c57c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381756567,"stop":1728381756568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","uid":"254d1e87b6213543","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371412,"stop":1728381371412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"34a9cbd8930f2e4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521341,"stop":1728381521342,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"754ba25800adefae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"d5871a0f41fa39a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355971,"stop":1728381355972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7a46bc9a5ba59690","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"c099dfb664d5d719","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658389,"stop":1728381658390,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a01b9c281774df96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"37c57a873fa45cb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"758c246d626efd8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"aedbfba2eef9666b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"c4acdd53e2be19c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613866,"stop":1728381613866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"72e52c121f82c630","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"35db41de29ba22de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526505,"stop":1728381526505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"324d4eab605c7f65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381756573,"stop":1728381756573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"b2f40c65268e185a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381394403,"stop":1728381394403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"a41a39722a56b43d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383544,"stop":1728381383544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"6a74cf0c12edfa8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"9096c6031bc64061","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557232,"stop":1728381557233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"b3f94cc083bd61a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521289,"stop":1728381521289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"51ef68cc3727049","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371416,"stop":1728381371417,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"7f3f5b5f6ee5b11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"acd37a1989a01fda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711664,"stop":1728381711665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"d6dc51e7f340789e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 807, Shard ID: 935","uid":"8631c66177d3cf79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745559,"stop":1728381745559,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"9aaef33fa3ef9e75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719619,"stop":1728381719620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"6bb24f0b6d1fed3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371462,"stop":1728381371462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"d25d81aaf5ada2ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"f86f525263e7fa29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461634,"stop":1728381461635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"edce591c9a058565","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658387,"stop":1728381658388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"5fa1959db60032e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381658691,"stop":1728381658692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"6c001f880817495","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381634308,"stop":1728381634309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"3d8a368cc7a0df95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"fe9d126c02600cf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"6255cb613808dd16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"b9619f30dc94574f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557253,"stop":1728381557262,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"ead5180888e7513a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381842826,"stop":1728381842827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"88b58e743de3b5d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381759210,"stop":1728381759211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"13a5d07c32ceeb28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749021,"stop":1728381749021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"e0448d1382da76e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381685603,"stop":1728381685604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"f226aa4994e046ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"b437defffa4f83d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"23684431c5ac875","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381454665,"stop":1728381454665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"ac2d917bb2acfb70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364409,"stop":1728381364409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b4dabb891855c59e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"c29fce9bd12d0fe3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"9bcbfba551c0a9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"9d9f0cf2e7494c6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"c17311d692f90cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749043,"stop":1728381749043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"35533c0c77a2618f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363564,"stop":1728381363565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"7ac3a089d0ed9c76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381715118,"stop":1728381715119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"d544bffeccb8aee5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749041,"stop":1728381749043,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"9c7d82fbf233aea3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","uid":"50e1257c10fce339","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689156,"stop":1728381689158,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"d8053fe5b29fb6d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381554779,"stop":1728381554781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"ffbed6f9cd2e6fd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"1ba571de7500830b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"304623e9579493dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"d06387da98093bb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749057,"stop":1728381749058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"b4298492d9092687","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"5610250644cfe58a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"964c881f9e813690","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b3fd4fa852805c53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521291,"stop":1728381521292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"d331a861fcd6e52f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381685602,"stop":1728381685602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7ee65cec91663f3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545563,"stop":1728381545564,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"2e8d12d971181008","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"ec81d74812d21129","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"c94a1319f846cb83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371417,"stop":1728381371418,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"2783a2b44110b676","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461639,"stop":1728381461640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"887241218905cf19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379403,"stop":1728381379403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"36ec90cad24211ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745560,"stop":1728381745560,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"856a7d0407dd6bf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381415525,"stop":1728381415526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"c94d20ef7265c123","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745550,"stop":1728381745551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"325ebf39288cf9c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381772752,"stop":1728381772752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"2cf83d2c5292ddb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"7ae3366e3e147c89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381409085,"stop":1728381409091,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"6c8bf82f30d2cbf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"3a2251c1fedceb9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"4d3b1677f71d139a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749070,"stop":1728381749071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b7aa8de07c36106a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711646,"stop":1728381711647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"6595800c1045a383","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e8060e5148fe53a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371850,"stop":1728381371851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1c708a93de8b3b24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364419,"stop":1728381364420,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"dafed86010cdc889","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"ae6c93c8c82d03e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766196,"stop":1728381766196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1697623157642","uid":"fbf3c16f9b1ac369","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680469,"stop":1728381680469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"3f05ad53c8b99420","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"846bfef328087042","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658381,"stop":1728381658384,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"68ccde34a02ce9e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"1b7fcdce699c8c19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"3ca9cd0f3f80f996","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381715120,"stop":1728381715121,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"d793e030ce0b034b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762413,"stop":1728381762413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"69704a19bbe8dc1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"2e28c895f6b4b026","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766189,"stop":1728381766190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"45d5145f7b6115ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381358362,"stop":1728381358363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"b2d288a78c06067e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745565,"stop":1728381745566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"a9b9d70db33c38a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381763775,"stop":1728381763776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"382fd0561ae6ccd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680454,"stop":1728381680455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"3bc4fd1d1785ef02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749034,"stop":1728381749035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"88eefff83fbab9cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b9f37265b4108a93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381716488,"stop":1728381716490,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"24163810dd9de665","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"e67839db159db155","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381390012,"stop":1728381390013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"5a48bd8876662b3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381389461,"stop":1728381389462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"950bbb76482c34fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"1d588b25ca32eefc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749017,"stop":1728381749019,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"e3b943f90031842f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"6f346b076ca7fde9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"2aa1fdcaee7fb7e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381772751,"stop":1728381772751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"d2c330fdad5dd3eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"a773a0bd1667722e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381475929,"stop":1728381475931,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"f8593d8f47efe266","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355986,"stop":1728381355987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"481c2879940ee209","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749035,"stop":1728381749035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"310c25e0d70f8254","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363572,"stop":1728381363573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"97ee083250c6ade3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381409095,"stop":1728381409096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"a5db7dc4cca1d4c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"41e4e7f120c8bd4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381391227,"stop":1728381391228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"ee7e1b60e16c16d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696873,"stop":1728381696873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"5b6348d7b2306fc9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363567,"stop":1728381363568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"48e46b66095c35b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711643,"stop":1728381711644,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"9430cef6da6f37e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774346,"stop":1728381774347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"b6336c503da6e4b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355972,"stop":1728381355973,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"40ccce5213c07c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ab7d71e035d6c100","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658369,"stop":1728381658370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"5ee0f8672625bd1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711684,"stop":1728381711685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"e6ebfff0f15ff73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711684,"stop":1728381711684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"616f45f3af1f342f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658379,"stop":1728381658380,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"1ca546794aac5779","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381676009,"stop":1728381676011,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"f95b201403f17db3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749058,"stop":1728381749059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"b0b13b8e1f15060e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381676006,"stop":1728381676006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"e893267bed2cfef9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696858,"stop":1728381696862,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2a10c94dd5efdebb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680439,"stop":1728381680442,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"39ef4513571b7744","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"1e56a9d831031654","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"b2850e12162f5ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762411,"stop":1728381762411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"d2fbb5fdaf2b8194","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658365,"stop":1728381658366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","uid":"eea5f2c7b108302e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689160,"stop":1728381689161,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"18bb0a835affb5e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381454672,"stop":1728381454672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"1db0beef40203e46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f816b9508f69248","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711660,"stop":1728381711661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"c286995d024de038","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521308,"stop":1728381521312,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"6ac18acd62f7168b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689142,"stop":1728381689143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"c5c2d1bd58b3241f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461616,"stop":1728381461616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"cd461f597dc66b07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521318,"stop":1728381521319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"85e21668191cf9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526521,"stop":1728381526524,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"acdf662be3290b02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696842,"stop":1728381696843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"b1962daa253e16af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615368,"stop":1728381615369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728377957642","uid":"8c04a44357113b70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680469,"stop":1728381680470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"d6e8e43340dc29b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381383547,"stop":1728381383548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","uid":"6590bd442bfee45a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e4da32e55cdb4912","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"8f81b072d746939e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749068,"stop":1728381749068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return usable stream attached to connection","uid":"f3025357f3ffc825","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371408,"stop":1728381371409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"a595a0c78384f4bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363569,"stop":1728381363570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 601, Shard ID: 22","uid":"d41aadd9ee27a32f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745552,"stop":1728381745554,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"2ad70a01ec2dd602","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719626,"stop":1728381719627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"2921ee0350e6fc97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613872,"stop":1728381613872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"55d61d67484b433f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"cfa9d5ecda3e8fed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"dbdf671d401b4d86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745565,"stop":1728381745565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"6cd4acaa0b3d78e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"19e03cae1e4314ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615370,"stop":1728381615371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"5feb9ddc02e6f6aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"32e70c2056c6c91b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"9548a236a140b47b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408830000000 ","uid":"3ee112d190341e39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658386,"stop":1728381658386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"14fab5351a0aeba2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"7c1b725d2d684e58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381389460,"stop":1728381389460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"79d035face8bbe17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461636,"stop":1728381461639,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"71931a9c6a1729cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381390013,"stop":1728381390013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"82e2b4894a37208b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381696841,"stop":1728381696841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 173, Shard ID: 387","uid":"1a8a5690b6da0380","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745556,"stop":1728381745556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"84c6b5e9e82f31e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381737935,"stop":1728381737935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"a369879366883360","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"a07c383a54ee8493","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381554778,"stop":1728381554778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"ef11f3de294c0ac8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719626,"stop":1728381719626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"4c0ae02db2722ff8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381800483,"stop":1728381800483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"1028ffb35aa81385","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689152,"stop":1728381689152,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"8bdcc458da832dea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711665,"stop":1728381711665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"22b29d4a45f5b0f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711665,"stop":1728381711669,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a06932d45e185dbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1728385146003","uid":"e3ae4264bf68c852","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"b3be1823067b4c8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"246e082be0c8cb4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545564,"stop":1728381545566,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"a6cb26d572dcfed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689144,"stop":1728381689145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"4c26be2e86e71541","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381634683,"stop":1728381634683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a2026dd5e00690e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381685602,"stop":1728381685603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 443, Shard ID: 725","uid":"9103d9bccd04181f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745555,"stop":1728381745556,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"4fe332a9825f33ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371459,"stop":1728381371460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"ce03d8ddd9fc3a91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"3fec72e158dc663b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521285,"stop":1728381521286,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"b2752639803b085c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381842826,"stop":1728381842826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"23840e0a84a6207f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379297,"stop":1728381379297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"25c9c5b259dcc115","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658388,"stop":1728381658389,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"13cc0a44440a418e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381554778,"stop":1728381554779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"9b007d8fef7e830a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749015,"stop":1728381749016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"53612129e9c942c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"376c1eeb192165b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381358361,"stop":1728381358362,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"58aec949c205dad4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"540d4aaf6ddab18c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"fb193b3253ab5511","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"208744d90188df32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613866,"stop":1728381613867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"a5cb4fad75cb592e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1728381379406,"stop":1728381379406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"f5ecbf7b6cb98d10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381759211,"stop":1728381759212,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"9b2f528d6f32f501","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355956,"stop":1728381355957,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"fd3d9fcdacd6b552","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461616,"stop":1728381461617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"d865ae41c3003692","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381554781,"stop":1728381554782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"64686184e12c75e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658370,"stop":1728381658370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"bb985f2d3c000ea0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711681,"stop":1728381711681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"d6a0479effeb012e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381743125,"stop":1728381743129,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should push to needed amount of connections","uid":"c4771f1fb497b95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381580778,"stop":1728381580778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"13584e95fb34bfc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"496369c59bf52af4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355968,"stop":1728381355969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"89b79a7b665db328","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521290,"stop":1728381521290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"bada174489ba74c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"2e76efd73835ec50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"f88794c952ed2f5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371409,"stop":1728381371410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"a8708391668467fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"79c074f6c9f472f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381415527,"stop":1728381415529,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"a2c0603b65d42067","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"11c6399b08a6676b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355955,"stop":1728381355955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"1aa16ce48daad5bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379402,"stop":1728381379403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"2dca24f262c7229c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680444,"stop":1728381680445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"e1df345df88abdae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711650,"stop":1728381711659,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"a94fe1077acfed2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381416762,"stop":1728381416765,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"74dc68cc89b81818","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613864,"stop":1728381613865,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"83bb330b19f83aba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774345,"stop":1728381774345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"fc5a731d94649ea8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"6f6488286e3ba014","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749026,"stop":1728381749032,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"47a67fa1e1e8cf13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"c6b1499fc750f3d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381391225,"stop":1728381391226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"10820b5e85d9140d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"e949bbb9e83d2ce8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381521291,"stop":1728381521291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b9c17bc28aac0ef4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"ee98ec5b5d9341e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363577,"stop":1728381363578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"908c32e32a6163d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"10c455cc38e96183","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381379238,"stop":1728381379239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 682, Shard ID: 259","uid":"531ba2386604708","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381745554,"stop":1728381745554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"6120a175597466c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749013,"stop":1728381749015,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"7e0cd54ea2018c9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f7d5ce9198a4f977","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"4319cfd45e3bee77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381363576,"stop":1728381363576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"16905df240891182","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526513,"stop":1728381526515,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"a86990a9ffb72082","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381766199,"stop":1728381766200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"97899851be00d6a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381680432,"stop":1728381680432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"f6191746e7359304","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6a634e279cc5ee15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"73a889616d614ebc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381452650,"stop":1728381452650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"fc865e1786e2f9f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381774344,"stop":1728381774344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"41ae0e4dc8b270ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381711648,"stop":1728381711648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"8bbc2f619f16888d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381545566,"stop":1728381545566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"b2cdbea9151058f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749025,"stop":1728381749026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d46122cb15dbda60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381461617,"stop":1728381461623,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"85c53b3f427fc26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381449299,"stop":1728381449299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"3c007e6ff67fa962","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"b4401730d9345b4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381759213,"stop":1728381759213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"c2ff21132e225997","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371415,"stop":1728381371416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1728381408400 ","uid":"672ecbf73960d976","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381526517,"stop":1728381526518,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"e60dbcb07c932e27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","uid":"a42ef12c8137a08b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"3ff49103d4b9c019","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381613868,"stop":1728381613871,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c260a3d1c6e32441","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"d3530cbccc9a6a0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381371851,"stop":1728381371852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"65b00a130115d67a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355954,"stop":1728381355954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"cd13f6a2133fb652","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381416761,"stop":1728381416762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"9128329325b4f9ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"2f972942f320d2f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file diff --git a/7530/export/influxDbData.txt b/7530/export/influxDbData.txt index 7e1b837f028..bc820b39056 100644 --- a/7530/export/influxDbData.txt +++ b/7530/export/influxDbData.txt @@ -1,12 +1,11 @@ -launch_status failed=0 1728086367000000000 -launch_status broken=1 1728086367000000000 -launch_status passed=845 1728086367000000000 -launch_status skipped=21 1728086367000000000 -launch_status unknown=0 1728086367000000000 -launch_time duration=491923 1728086367000000000 -launch_time min_duration=0 1728086367000000000 -launch_time max_duration=14 1728086367000000000 -launch_time sum_duration=619 1728086367000000000 -launch_problems test_defects=1 1728086367000000000 -launch_retries retries=2 1728086367000000000 -launch_retries run=867 1728086367000000000 +launch_status failed=0 1728381851000000000 +launch_status broken=0 1728381851000000000 +launch_status passed=846 1728381851000000000 +launch_status skipped=21 1728381851000000000 +launch_status unknown=0 1728381851000000000 +launch_time duration=487304 1728381851000000000 +launch_time min_duration=0 1728381851000000000 +launch_time max_duration=13 1728381851000000000 +launch_time sum_duration=595 1728381851000000000 +launch_retries retries=2 1728381851000000000 +launch_retries run=867 1728381851000000000 diff --git a/7530/export/prometheusData.txt b/7530/export/prometheusData.txt index ee0095452ca..a38403d8fbb 100644 --- a/7530/export/prometheusData.txt +++ b/7530/export/prometheusData.txt @@ -1,12 +1,11 @@ launch_status_failed 0 -launch_status_broken 1 -launch_status_passed 845 +launch_status_broken 0 +launch_status_passed 846 launch_status_skipped 21 launch_status_unknown 0 -launch_time_duration 491923 +launch_time_duration 487304 launch_time_min_duration 0 -launch_time_max_duration 14 -launch_time_sum_duration 619 -launch_problems_test_defects 1 +launch_time_max_duration 13 +launch_time_sum_duration 595 launch_retries_retries 2 launch_retries_run 867 diff --git a/7530/history/categories-trend.json b/7530/history/categories-trend.json index e7ce3a8ec35..bbd27f78089 100644 --- a/7530/history/categories-trend.json +++ b/7530/history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7529,"reportUrl":"https://waku-org.github.io/js-waku/7529/","reportName":"Allure Report with history","data":{}},{"buildOrder":7528,"reportUrl":"https://waku-org.github.io/js-waku/7528/","reportName":"Allure Report with history","data":{}},{"buildOrder":7527,"reportUrl":"https://waku-org.github.io/js-waku/7527/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7526,"reportUrl":"https://waku-org.github.io/js-waku/7526/","reportName":"Allure Report with history","data":{"Test defects":5}},{"buildOrder":7525,"reportUrl":"https://waku-org.github.io/js-waku/7525/","reportName":"Allure Report with history","data":{"Test defects":7}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{}},{"buildOrder":7524,"reportUrl":"https://waku-org.github.io/js-waku/7524/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"Test defects":69}},{"buildOrder":7523,"reportUrl":"https://waku-org.github.io/js-waku/7523/","reportName":"Allure Report with history","data":{"Test defects":68}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"Test defects":69}},{"buildOrder":7521,"reportUrl":"https://waku-org.github.io/js-waku/7521/","reportName":"Allure Report with history","data":{"Test defects":49}},{"buildOrder":7522,"reportUrl":"https://waku-org.github.io/js-waku/7522/","reportName":"Allure Report with history","data":{"Test defects":70}},{"buildOrder":7520,"reportUrl":"https://waku-org.github.io/js-waku/7520/","reportName":"Allure Report with history","data":{"Test defects":43}},{"buildOrder":7519,"reportUrl":"https://waku-org.github.io/js-waku/7519/","reportName":"Allure Report with history","data":{"Test defects":46}},{"buildOrder":7518,"reportUrl":"https://waku-org.github.io/js-waku/7518/","reportName":"Allure Report with history","data":{"Test defects":44}},{"buildOrder":7516,"reportUrl":"https://waku-org.github.io/js-waku/7516/","reportName":"Allure Report with history","data":{"Test defects":75}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"Test defects":68}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{}},{"buildOrder":7514,"reportUrl":"https://waku-org.github.io/js-waku/7514/","reportName":"Allure Report with history","data":{"Test defects":19}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"Test defects":18}},{"data":{}}] \ No newline at end of file diff --git a/7530/history/duration-trend.json b/7530/history/duration-trend.json index 37ddca27398..3f40d47497d 100644 --- a/7530/history/duration-trend.json +++ b/7530/history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"duration":491923}},{"buildOrder":7529,"reportUrl":"https://waku-org.github.io/js-waku/7529/","reportName":"Allure Report with history","data":{"duration":497654}},{"buildOrder":7528,"reportUrl":"https://waku-org.github.io/js-waku/7528/","reportName":"Allure Report with history","data":{}},{"buildOrder":7527,"reportUrl":"https://waku-org.github.io/js-waku/7527/","reportName":"Allure Report with history","data":{"duration":434119}},{"buildOrder":7526,"reportUrl":"https://waku-org.github.io/js-waku/7526/","reportName":"Allure Report with history","data":{"duration":427627}},{"buildOrder":7525,"reportUrl":"https://waku-org.github.io/js-waku/7525/","reportName":"Allure Report with history","data":{"duration":408380}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"duration":498559}},{"buildOrder":7524,"reportUrl":"https://waku-org.github.io/js-waku/7524/","reportName":"Allure Report with history","data":{"duration":457377}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"duration":1871874}},{"buildOrder":7523,"reportUrl":"https://waku-org.github.io/js-waku/7523/","reportName":"Allure Report with history","data":{"duration":1519917}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"duration":1393343}},{"buildOrder":7521,"reportUrl":"https://waku-org.github.io/js-waku/7521/","reportName":"Allure Report with history","data":{"duration":2123931}},{"buildOrder":7522,"reportUrl":"https://waku-org.github.io/js-waku/7522/","reportName":"Allure Report with history","data":{"duration":1721084}},{"buildOrder":7520,"reportUrl":"https://waku-org.github.io/js-waku/7520/","reportName":"Allure Report with history","data":{"duration":2617837}},{"buildOrder":7519,"reportUrl":"https://waku-org.github.io/js-waku/7519/","reportName":"Allure Report with history","data":{"duration":2265875}},{"buildOrder":7518,"reportUrl":"https://waku-org.github.io/js-waku/7518/","reportName":"Allure Report with history","data":{"duration":1570901}},{"buildOrder":7516,"reportUrl":"https://waku-org.github.io/js-waku/7516/","reportName":"Allure Report with history","data":{"duration":3704327}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"duration":1213151}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"duration":486983}},{"buildOrder":7514,"reportUrl":"https://waku-org.github.io/js-waku/7514/","reportName":"Allure Report with history","data":{"duration":550073}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"duration":487304}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"duration":486238}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"duration":492886}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"duration":532781}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"duration":533966}},{"data":{}}] \ No newline at end of file diff --git a/7530/history/history-trend.json b/7530/history/history-trend.json index 8f4846b51d8..dd280554cce 100644 --- a/7530/history/history-trend.json +++ b/7530/history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":845,"unknown":0,"total":867}},{"buildOrder":7529,"reportUrl":"https://waku-org.github.io/js-waku/7529/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7528,"reportUrl":"https://waku-org.github.io/js-waku/7528/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":7527,"reportUrl":"https://waku-org.github.io/js-waku/7527/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":788,"unknown":0,"total":811}},{"buildOrder":7526,"reportUrl":"https://waku-org.github.io/js-waku/7526/","reportName":"Allure Report with history","data":{"failed":0,"broken":5,"skipped":21,"passed":773,"unknown":0,"total":799}},{"buildOrder":7525,"reportUrl":"https://waku-org.github.io/js-waku/7525/","reportName":"Allure Report with history","data":{"failed":0,"broken":7,"skipped":17,"passed":723,"unknown":0,"total":747}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7524,"reportUrl":"https://waku-org.github.io/js-waku/7524/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":17,"passed":656,"unknown":0,"total":691}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"failed":0,"broken":69,"skipped":15,"passed":430,"unknown":0,"total":514}},{"buildOrder":7523,"reportUrl":"https://waku-org.github.io/js-waku/7523/","reportName":"Allure Report with history","data":{"failed":0,"broken":68,"skipped":15,"passed":434,"unknown":0,"total":517}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"failed":0,"broken":69,"skipped":15,"passed":426,"unknown":0,"total":510}},{"buildOrder":7521,"reportUrl":"https://waku-org.github.io/js-waku/7521/","reportName":"Allure Report with history","data":{"failed":0,"broken":49,"skipped":15,"passed":419,"unknown":0,"total":483}},{"buildOrder":7522,"reportUrl":"https://waku-org.github.io/js-waku/7522/","reportName":"Allure Report with history","data":{"failed":0,"broken":70,"skipped":15,"passed":430,"unknown":0,"total":515}},{"buildOrder":7520,"reportUrl":"https://waku-org.github.io/js-waku/7520/","reportName":"Allure Report with history","data":{"failed":0,"broken":43,"skipped":11,"passed":346,"unknown":0,"total":400}},{"buildOrder":7519,"reportUrl":"https://waku-org.github.io/js-waku/7519/","reportName":"Allure Report with history","data":{"failed":0,"broken":46,"skipped":11,"passed":345,"unknown":0,"total":402}},{"buildOrder":7518,"reportUrl":"https://waku-org.github.io/js-waku/7518/","reportName":"Allure Report with history","data":{"failed":0,"broken":44,"skipped":15,"passed":410,"unknown":0,"total":469}},{"buildOrder":7516,"reportUrl":"https://waku-org.github.io/js-waku/7516/","reportName":"Allure Report with history","data":{"failed":0,"broken":75,"skipped":19,"passed":593,"unknown":0,"total":687}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"failed":0,"broken":68,"skipped":15,"passed":434,"unknown":0,"total":517}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7514,"reportUrl":"https://waku-org.github.io/js-waku/7514/","reportName":"Allure Report with history","data":{"failed":0,"broken":19,"skipped":21,"passed":819,"unknown":0,"total":859}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":853,"unknown":0,"total":875}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":845,"unknown":0,"total":867}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":819,"unknown":0,"total":859}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":819,"unknown":0,"total":859}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7530/history/history.json b/7530/history/history.json index cbbf81d5133..e8eb1d29d19 100644 --- a/7530/history/history.json +++ b/7530/history/history.json @@ -1 +1 @@ -{"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4ae7ed89da5ae29d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4ae7ed89da5ae29d","status":"passed","time":{"start":1728086192509,"stop":1728086192509,"duration":0}},{"uid":"e34223eeeeddba32","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e34223eeeeddba32","status":"passed","time":{"start":1728085207474,"stop":1728085207474,"duration":0}},{"uid":"2368e8661b9431bf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2368e8661b9431bf","status":"passed","time":{"start":1728084038258,"stop":1728084038259,"duration":1}},{"uid":"4b39320c1d9cf247","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4b39320c1d9cf247","status":"passed","time":{"start":1728083118095,"stop":1728083118096,"duration":1}},{"uid":"515e2ccb80bcf6a1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/515e2ccb80bcf6a1","status":"passed","time":{"start":1728082399693,"stop":1728082399694,"duration":1}},{"uid":"635425e915d17f13","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/635425e915d17f13","status":"passed","time":{"start":1728069237560,"stop":1728069237561,"duration":1}},{"uid":"d1640892f36fa23","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d1640892f36fa23","status":"passed","time":{"start":1728068055911,"stop":1728068055911,"duration":0}},{"uid":"4ecfb4d2f84bc8c8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4ecfb4d2f84bc8c8","status":"passed","time":{"start":1728043232156,"stop":1728043232156,"duration":0}},{"uid":"b91e36d36584f027","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b91e36d36584f027","status":"passed","time":{"start":1728035844021,"stop":1728035844024,"duration":3}},{"uid":"31f5735b24d39a2e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/31f5735b24d39a2e","status":"passed","time":{"start":1728033765872,"stop":1728033765872,"duration":0}},{"uid":"cae6dd88091377ab","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/cae6dd88091377ab","status":"passed","time":{"start":1728033382933,"stop":1728033382934,"duration":1}},{"uid":"bd587e4cf8452345","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bd587e4cf8452345","status":"passed","time":{"start":1728032914483,"stop":1728032914484,"duration":1}},{"uid":"a99b27b86c22170c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a99b27b86c22170c","status":"passed","time":{"start":1728032550341,"stop":1728032550342,"duration":1}},{"uid":"2f0cd18053639f57","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2f0cd18053639f57","status":"passed","time":{"start":1728032274001,"stop":1728032274002,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"14963d050df4daa2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/14963d050df4daa2","status":"passed","time":{"start":1728085866681,"stop":1728085866681,"duration":0}},{"uid":"fd869a9ac574aec0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fd869a9ac574aec0","status":"passed","time":{"start":1728084879037,"stop":1728084879037,"duration":0}},{"uid":"b4df7409b689beea","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b4df7409b689beea","status":"passed","time":{"start":1728083746825,"stop":1728083746825,"duration":0}},{"uid":"2061aea9ef3f2c69","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2061aea9ef3f2c69","status":"passed","time":{"start":1728082809887,"stop":1728082809888,"duration":1}},{"uid":"f926337986d37818","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f926337986d37818","status":"passed","time":{"start":1728082141923,"stop":1728082141923,"duration":0}},{"uid":"45ec8b78b64e81f2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/45ec8b78b64e81f2","status":"passed","time":{"start":1728068910696,"stop":1728068910697,"duration":1}},{"uid":"e3f1865d3704ec08","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e3f1865d3704ec08","status":"passed","time":{"start":1728067787169,"stop":1728067787169,"duration":0}},{"uid":"c6020cad59059413","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c6020cad59059413","status":"passed","time":{"start":1728065633939,"stop":1728065633940,"duration":1}},{"uid":"972808015c1011b6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/972808015c1011b6","status":"passed","time":{"start":1728065923369,"stop":1728065923369,"duration":0}},{"uid":"885a113835baea67","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/885a113835baea67","status":"passed","time":{"start":1728056814111,"stop":1728056814111,"duration":0}},{"uid":"af9880e118dc0f9e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/af9880e118dc0f9e","status":"passed","time":{"start":1728055985593,"stop":1728055985594,"duration":1}},{"uid":"be2be058fae557fe","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/be2be058fae557fe","status":"passed","time":{"start":1728056306166,"stop":1728056306166,"duration":0}},{"uid":"61b4591051e59261","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/61b4591051e59261","status":"passed","time":{"start":1728055117293,"stop":1728055117293,"duration":0}},{"uid":"b6e20e205c663e1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b6e20e205c663e1","status":"passed","time":{"start":1728054096137,"stop":1728054096137,"duration":0}},{"uid":"d17e580471aebfd4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d17e580471aebfd4","status":"passed","time":{"start":1728052373755,"stop":1728052373755,"duration":0}},{"uid":"c8ae5d0961e63ad4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c8ae5d0961e63ad4","status":"passed","time":{"start":1728046054339,"stop":1728046054339,"duration":0}},{"uid":"6b8c49a793e5c8f9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6b8c49a793e5c8f9","status":"passed","time":{"start":1728046840406,"stop":1728046840406,"duration":0}},{"uid":"8dbed4c34a0d39e1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8dbed4c34a0d39e1","status":"passed","time":{"start":1728042910014,"stop":1728042910014,"duration":0}},{"uid":"e1220ccb387f940b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e1220ccb387f940b","status":"passed","time":{"start":1728035472430,"stop":1728035472430,"duration":0}},{"uid":"90c7231590d260d8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/90c7231590d260d8","status":"passed","time":{"start":1728033388944,"stop":1728033388944,"duration":0}}]},"dfab455cf36442e3728428755dc2fe09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce860fa064109586","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ce860fa064109586","status":"passed","time":{"start":1728032755540,"stop":1728032755540,"duration":0}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ee5f276fa18f8b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ee5f276fa18f8b0","status":"passed","time":{"start":1728085917715,"stop":1728085917716,"duration":1}},{"uid":"f810ca79c92075e1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f810ca79c92075e1","status":"passed","time":{"start":1728084932102,"stop":1728084932105,"duration":3}},{"uid":"572c710ef652a836","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/572c710ef652a836","status":"passed","time":{"start":1728083796744,"stop":1728083796744,"duration":0}},{"uid":"b7c5dd943a584fd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b7c5dd943a584fd","status":"passed","time":{"start":1728082860054,"stop":1728082860054,"duration":0}},{"uid":"a422fd44845c9c5e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a422fd44845c9c5e","status":"passed","time":{"start":1728082194527,"stop":1728082194528,"duration":1}},{"uid":"9941f93791bbb213","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9941f93791bbb213","status":"passed","time":{"start":1728068964175,"stop":1728068964180,"duration":5}},{"uid":"e55d72f19b2cd5e8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e55d72f19b2cd5e8","status":"passed","time":{"start":1728067837925,"stop":1728067837925,"duration":0}},{"uid":"885fc15e8ac6ec47","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/885fc15e8ac6ec47","status":"passed","time":{"start":1728065686105,"stop":1728065686105,"duration":0}},{"uid":"b3661de7668d3ef","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b3661de7668d3ef","status":"passed","time":{"start":1728065975351,"stop":1728065975352,"duration":1}},{"uid":"c532999382b4d83a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c532999382b4d83a","status":"passed","time":{"start":1728056864686,"stop":1728056864686,"duration":0}},{"uid":"23d93e18d1f50959","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/23d93e18d1f50959","status":"passed","time":{"start":1728056038213,"stop":1728056038214,"duration":1}},{"uid":"fd919fa0091461f7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/fd919fa0091461f7","status":"passed","time":{"start":1728056356758,"stop":1728056356759,"duration":1}},{"uid":"a875ea608ba4ec69","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a875ea608ba4ec69","status":"passed","time":{"start":1728055168406,"stop":1728055168407,"duration":1}},{"uid":"2ec37ba39e7a749f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2ec37ba39e7a749f","status":"passed","time":{"start":1728054147190,"stop":1728054147192,"duration":2}},{"uid":"af5f4a210533078d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/af5f4a210533078d","status":"passed","time":{"start":1728052425089,"stop":1728052425090,"duration":1}},{"uid":"7a451bd293708d00","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7a451bd293708d00","status":"passed","time":{"start":1728046106881,"stop":1728046106881,"duration":0}},{"uid":"cb79e00bf935b89f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cb79e00bf935b89f","status":"passed","time":{"start":1728046891222,"stop":1728046891222,"duration":0}},{"uid":"e51d5fa95781f9d1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e51d5fa95781f9d1","status":"passed","time":{"start":1728042960682,"stop":1728042960683,"duration":1}},{"uid":"a91f5754b7339c94","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a91f5754b7339c94","status":"passed","time":{"start":1728035524083,"stop":1728035524084,"duration":1}},{"uid":"ea397cd4c01e7852","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ea397cd4c01e7852","status":"passed","time":{"start":1728033441295,"stop":1728033441296,"duration":1}}]},"19e34b713fb81df7044cc1a413a3ccbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e68094bac24a56b0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e68094bac24a56b0","status":"passed","time":{"start":1728047681508,"stop":1728047681508,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e73f9c8bc371b4e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5e73f9c8bc371b4e","status":"passed","time":{"start":1728086289027,"stop":1728086289028,"duration":1}},{"uid":"d056f9fc0e8bd1b9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d056f9fc0e8bd1b9","status":"passed","time":{"start":1728085301603,"stop":1728085301605,"duration":2}},{"uid":"379615ae904e98b2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/379615ae904e98b2","status":"passed","time":{"start":1728084111588,"stop":1728084111588,"duration":0}},{"uid":"f1ff42c2e6f80b71","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f1ff42c2e6f80b71","status":"passed","time":{"start":1728083175346,"stop":1728083175346,"duration":0}},{"uid":"ef889994a67f054e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ef889994a67f054e","status":"passed","time":{"start":1728082484704,"stop":1728082484704,"duration":0}},{"uid":"275a16bd303c7aff","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/275a16bd303c7aff","status":"passed","time":{"start":1728069339762,"stop":1728069339762,"duration":0}},{"uid":"b83464e745fd441e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b83464e745fd441e","status":"passed","time":{"start":1728068136063,"stop":1728068136063,"duration":0}},{"uid":"cc0ca12b70c47679","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc0ca12b70c47679","status":"passed","time":{"start":1728043327622,"stop":1728043327622,"duration":0}},{"uid":"e70f1ae14704c099","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e70f1ae14704c099","status":"passed","time":{"start":1728035952457,"stop":1728035952457,"duration":0}},{"uid":"39aff70071331243","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/39aff70071331243","status":"passed","time":{"start":1728033868102,"stop":1728033868102,"duration":0}},{"uid":"585f21bab4531fe0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/585f21bab4531fe0","status":"passed","time":{"start":1728033486819,"stop":1728033486819,"duration":0}},{"uid":"179de8c2d7da6f56","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/179de8c2d7da6f56","status":"passed","time":{"start":1728033011935,"stop":1728033011936,"duration":1}},{"uid":"94b0bf70bdba9764","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/94b0bf70bdba9764","status":"passed","time":{"start":1728032645764,"stop":1728032645767,"duration":3}},{"uid":"184db5a3d5212e44","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/184db5a3d5212e44","status":"passed","time":{"start":1728032372426,"stop":1728032372426,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ca7d101d5226a95f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ca7d101d5226a95f","status":"passed","time":{"start":1728085948115,"stop":1728085948115,"duration":0}},{"uid":"7d26fa8c444e8d2e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7d26fa8c444e8d2e","status":"passed","time":{"start":1728084962845,"stop":1728084962845,"duration":0}},{"uid":"e058edf0cf604988","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e058edf0cf604988","status":"passed","time":{"start":1728083828786,"stop":1728083828786,"duration":0}},{"uid":"2f1bd68dc704d565","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2f1bd68dc704d565","status":"passed","time":{"start":1728082892719,"stop":1728082892719,"duration":0}},{"uid":"8bbd964970807c1c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8bbd964970807c1c","status":"passed","time":{"start":1728082222484,"stop":1728082222486,"duration":2}},{"uid":"e7efe82f5f66246c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e7efe82f5f66246c","status":"passed","time":{"start":1728068994842,"stop":1728068994849,"duration":7}},{"uid":"f0f033a89c3072b1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f0f033a89c3072b1","status":"passed","time":{"start":1728067859837,"stop":1728067859838,"duration":1}},{"uid":"124b0c546a5a4c12","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/124b0c546a5a4c12","status":"passed","time":{"start":1728065708188,"stop":1728065708188,"duration":0}},{"uid":"dee780258e206a97","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/dee780258e206a97","status":"passed","time":{"start":1728065996330,"stop":1728065996330,"duration":0}},{"uid":"afff4f0f0f155bcd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/afff4f0f0f155bcd","status":"passed","time":{"start":1728056884976,"stop":1728056884977,"duration":1}},{"uid":"bba4c1ce6c7ffdd7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bba4c1ce6c7ffdd7","status":"passed","time":{"start":1728056059745,"stop":1728056059745,"duration":0}},{"uid":"b05dc234295c4de9","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b05dc234295c4de9","status":"passed","time":{"start":1728056378312,"stop":1728056378312,"duration":0}},{"uid":"3a1f2088363096d0","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3a1f2088363096d0","status":"passed","time":{"start":1728055189865,"stop":1728055189865,"duration":0}},{"uid":"584c09c04e468326","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/584c09c04e468326","status":"passed","time":{"start":1728054168095,"stop":1728054168095,"duration":0}},{"uid":"f764b2384d206279","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f764b2384d206279","status":"passed","time":{"start":1728052446021,"stop":1728052446021,"duration":0}},{"uid":"a87939e390f8d10","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a87939e390f8d10","status":"passed","time":{"start":1728046135456,"stop":1728046135457,"duration":1}},{"uid":"856ebe739ebf0718","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/856ebe739ebf0718","status":"passed","time":{"start":1728046911866,"stop":1728046911866,"duration":0}},{"uid":"fc6ef8429b41c1e4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fc6ef8429b41c1e4","status":"passed","time":{"start":1728042990793,"stop":1728042990794,"duration":1}},{"uid":"789f0de19aa884b9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/789f0de19aa884b9","status":"passed","time":{"start":1728035552835,"stop":1728035552836,"duration":1}},{"uid":"1eecad188405195d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1eecad188405195d","status":"passed","time":{"start":1728033475124,"stop":1728033475125,"duration":1}}]},"e13f6dfdcad40489641fc96c69ab42cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1f21b67414dea11","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f1f21b67414dea11","status":"passed","time":{"start":1728056619534,"stop":1728056619535,"duration":1}}]},"c5c575c84ed782086ff0128b91801601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a583180d5171bd3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2a583180d5171bd3","status":"passed","time":{"start":1728085254234,"stop":1728085254234,"duration":0}}]},"22a1d55881df344417a1efd9ea30b91c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4cd0e755dfa5b28","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d4cd0e755dfa5b28","status":"passed","time":{"start":1728057700439,"stop":1728057700439,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dfe6d5972d0b0565","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dfe6d5972d0b0565","status":"passed","time":{"start":1728086287862,"stop":1728086287862,"duration":0}},{"uid":"f9429b77a6de9bd2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f9429b77a6de9bd2","status":"passed","time":{"start":1728085304813,"stop":1728085304813,"duration":0}},{"uid":"c712ff387861a28","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c712ff387861a28","status":"passed","time":{"start":1728084107905,"stop":1728084107906,"duration":1}},{"uid":"40a43e262b3d677c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/40a43e262b3d677c","status":"passed","time":{"start":1728083169158,"stop":1728083169158,"duration":0}},{"uid":"fa3e8841fab1aa4f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fa3e8841fab1aa4f","status":"passed","time":{"start":1728082480693,"stop":1728082480693,"duration":0}},{"uid":"77640c001aee642","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/77640c001aee642","status":"passed","time":{"start":1728069336702,"stop":1728069336702,"duration":0}},{"uid":"7b35423f0b5c8b5f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7b35423f0b5c8b5f","status":"passed","time":{"start":1728068123505,"stop":1728068123505,"duration":0}},{"uid":"7e14f695e7d21518","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7e14f695e7d21518","status":"passed","time":{"start":1728043322893,"stop":1728043322901,"duration":8}},{"uid":"e1b9f94693df8d26","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e1b9f94693df8d26","status":"passed","time":{"start":1728035940699,"stop":1728035940701,"duration":2}},{"uid":"51dd9a56d15ced3f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/51dd9a56d15ced3f","status":"passed","time":{"start":1728033857146,"stop":1728033857147,"duration":1}},{"uid":"b4074fcef70544a8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b4074fcef70544a8","status":"passed","time":{"start":1728033480578,"stop":1728033480579,"duration":1}},{"uid":"1569dd8c8e0ec590","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1569dd8c8e0ec590","status":"passed","time":{"start":1728033003202,"stop":1728033003203,"duration":1}},{"uid":"2449b8c7b6e2100","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2449b8c7b6e2100","status":"passed","time":{"start":1728032641491,"stop":1728032641491,"duration":0}},{"uid":"c87e4fd38a85425f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c87e4fd38a85425f","status":"passed","time":{"start":1728032362097,"stop":1728032362097,"duration":0}}]},"a2447d1138e035d1b1bf6d16140d6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fe954cfcfcc972f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9fe954cfcfcc972f","status":"passed","time":{"start":1728085254230,"stop":1728085254230,"duration":0}}]},"5373f45f900d3f6621846c97fa2e0769:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0b66a17a54c17e3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e0b66a17a54c17e3","status":"passed","time":{"start":1728069281361,"stop":1728069281362,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab6674d8cb12d0eb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab6674d8cb12d0eb","status":"passed","time":{"start":1728086226459,"stop":1728086226459,"duration":0}},{"uid":"88bf41c40595b2a0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/88bf41c40595b2a0","status":"passed","time":{"start":1728085246261,"stop":1728085246261,"duration":0}},{"uid":"66e5679028081a8e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/66e5679028081a8e","status":"passed","time":{"start":1728084078518,"stop":1728084078519,"duration":1}},{"uid":"82956e60f7d04878","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/82956e60f7d04878","status":"passed","time":{"start":1728083124997,"stop":1728083124997,"duration":0}},{"uid":"7d3c84503e0bf943","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7d3c84503e0bf943","status":"passed","time":{"start":1728082441003,"stop":1728082441004,"duration":1}},{"uid":"b78f004c1b29e8d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b78f004c1b29e8d","status":"passed","time":{"start":1728069279723,"stop":1728069279724,"duration":1}},{"uid":"b1f4739f04029f0c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b1f4739f04029f0c","status":"passed","time":{"start":1728046402343,"stop":1728046402343,"duration":0}},{"uid":"9c1bd63949b04b1b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9c1bd63949b04b1b","status":"passed","time":{"start":1728043267017,"stop":1728043267017,"duration":0}},{"uid":"e55ed62fb9757a13","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e55ed62fb9757a13","status":"passed","time":{"start":1728035855889,"stop":1728035855890,"duration":1}},{"uid":"d776de8248c55d60","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d776de8248c55d60","status":"passed","time":{"start":1728033769195,"stop":1728033769197,"duration":2}},{"uid":"46e7959d7090ee23","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/46e7959d7090ee23","status":"passed","time":{"start":1728033391622,"stop":1728033391625,"duration":3}},{"uid":"2ad1e604261fd7af","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2ad1e604261fd7af","status":"passed","time":{"start":1728032951628,"stop":1728032951629,"duration":1}},{"uid":"7ab9f5621ec69fac","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7ab9f5621ec69fac","status":"passed","time":{"start":1728032582492,"stop":1728032582492,"duration":0}},{"uid":"fe4e1bfdac97aab4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/fe4e1bfdac97aab4","status":"passed","time":{"start":1728032304542,"stop":1728032304542,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"ec0120d13eb86a5a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ec0120d13eb86a5a","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0}},{"uid":"fc7fa33426a0df61","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fc7fa33426a0df61","status":"passed","time":{"start":1728085210783,"stop":1728085210783,"duration":0}},{"uid":"ccbe849422fcec84","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ccbe849422fcec84","status":"passed","time":{"start":1728084019219,"stop":1728084019220,"duration":1}},{"uid":"d4134d9a0105eff9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d4134d9a0105eff9","status":"passed","time":{"start":1728083073182,"stop":1728083073182,"duration":0}},{"uid":"8a82ca321f7edee","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8a82ca321f7edee","status":"passed","time":{"start":1728082380603,"stop":1728082380603,"duration":0}},{"uid":"df2790cf130b4133","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/df2790cf130b4133","status":"passed","time":{"start":1728069243909,"stop":1728069243910,"duration":1}},{"uid":"60e6059c75a90ef1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/60e6059c75a90ef1","status":"passed","time":{"start":1728068023977,"stop":1728068023978,"duration":1}},{"uid":"f2b7a8183209a8dd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f2b7a8183209a8dd","status":"passed","time":{"start":1728066039429,"stop":1728066039429,"duration":0}},{"uid":"f09d4206bfd4c3b8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f09d4206bfd4c3b8","status":"passed","time":{"start":1728066332299,"stop":1728066332299,"duration":0}},{"uid":"22cd7013880e4f2d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/22cd7013880e4f2d","status":"passed","time":{"start":1728057201501,"stop":1728057201501,"duration":0}},{"uid":"967bd84143c40e70","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/967bd84143c40e70","status":"passed","time":{"start":1728056297749,"stop":1728056297750,"duration":1}},{"uid":"1fab13f1783ed292","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1fab13f1783ed292","status":"passed","time":{"start":1728056712673,"stop":1728056712673,"duration":0}},{"uid":"1caec064ce90814d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1caec064ce90814d","status":"passed","time":{"start":1728046441177,"stop":1728046441177,"duration":0}},{"uid":"13e9759098177503","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/13e9759098177503","status":"passed","time":{"start":1728047249313,"stop":1728047249313,"duration":0}},{"uid":"a149a7e61bc81962","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a149a7e61bc81962","status":"passed","time":{"start":1728043229839,"stop":1728043229844,"duration":5}},{"uid":"6902108bc90fb31e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6902108bc90fb31e","status":"passed","time":{"start":1728035863632,"stop":1728035863632,"duration":0}},{"uid":"ffb11ab536b49aba","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ffb11ab536b49aba","status":"passed","time":{"start":1728033776181,"stop":1728033776181,"duration":0}},{"uid":"20dad279de78197","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/20dad279de78197","status":"passed","time":{"start":1728033398517,"stop":1728033398517,"duration":0}},{"uid":"45360fd3a8aec8a5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/45360fd3a8aec8a5","status":"passed","time":{"start":1728032910527,"stop":1728032910527,"duration":0}},{"uid":"3753f3c270984db2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3753f3c270984db2","status":"passed","time":{"start":1728032542836,"stop":1728032542837,"duration":1}}]},"13e2e8fb89743b3dfa9696a06361d8a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ca95e1bf08a3735","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ca95e1bf08a3735","status":"passed","time":{"start":1728058204385,"stop":1728058204385,"duration":0}}]},"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"b1399f1581f292d6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1399f1581f292d6","status":"passed","time":{"start":1728086150790,"stop":1728086150790,"duration":0}},{"uid":"2c5e79bc6e130bc9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2c5e79bc6e130bc9","status":"passed","time":{"start":1728085165547,"stop":1728085165548,"duration":1}},{"uid":"2437eb1e585d6557","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2437eb1e585d6557","status":"passed","time":{"start":1728083991604,"stop":1728083991604,"duration":0}},{"uid":"1c624ed919838a9d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1c624ed919838a9d","status":"passed","time":{"start":1728083028059,"stop":1728083028060,"duration":1}},{"uid":"be96fd82a7cc3910","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/be96fd82a7cc3910","status":"passed","time":{"start":1728082357535,"stop":1728082357535,"duration":0}},{"uid":"6a8a1d5cbdd02c6c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6a8a1d5cbdd02c6c","status":"passed","time":{"start":1728069194218,"stop":1728069194218,"duration":0}},{"uid":"ed51da97cd1cb8a0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ed51da97cd1cb8a0","status":"passed","time":{"start":1728067984176,"stop":1728067984177,"duration":1}},{"uid":"d3b1020a3373a914","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d3b1020a3373a914","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548722,"stop":1728066548723,"duration":1}},{"uid":"c30134b506440af7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c30134b506440af7","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835732,"stop":1728066835732,"duration":0}},{"uid":"d071e3133247f378","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d071e3133247f378","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726220,"stop":1728057726220,"duration":0}},{"uid":"25b48682eae7481d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/25b48682eae7481d","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209777,"stop":1728057209778,"duration":1}},{"uid":"178b75dbb44ce0bd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/178b75dbb44ce0bd","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965598,"stop":1728046965598,"duration":0}},{"uid":"27aee990a5760747","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/27aee990a5760747","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762415,"stop":1728047762415,"duration":0}},{"uid":"499acea9e8c4819a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/499acea9e8c4819a","status":"passed","time":{"start":1728043179155,"stop":1728043179155,"duration":0}},{"uid":"995d22e603a86abf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/995d22e603a86abf","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035952269,"stop":1728035952269,"duration":0}},{"uid":"c68ac4a9b9e27756","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c68ac4a9b9e27756","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033874155,"stop":1728033874155,"duration":0}},{"uid":"a3fbe4884f687e4b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a3fbe4884f687e4b","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033497571,"stop":1728033497571,"duration":0}},{"uid":"d42e021655d5248b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d42e021655d5248b","status":"passed","time":{"start":1728032861199,"stop":1728032861200,"duration":1}},{"uid":"58a9f15f48e68cd5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/58a9f15f48e68cd5","status":"passed","time":{"start":1728032518178,"stop":1728032518178,"duration":0}},{"uid":"c704efd8d6257635","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c704efd8d6257635","status":"passed","time":{"start":1728032218324,"stop":1728032218325,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"fd116679d1948fb0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd116679d1948fb0","status":"passed","time":{"start":1728086260314,"stop":1728086260314,"duration":0}},{"uid":"a6aac0012009dbd4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a6aac0012009dbd4","status":"passed","time":{"start":1728085269083,"stop":1728085269083,"duration":0}},{"uid":"50e68a13bd55bece","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/50e68a13bd55bece","status":"passed","time":{"start":1728069312637,"stop":1728069312637,"duration":0}},{"uid":"d2dde4da7a38c03f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d2dde4da7a38c03f","status":"passed","time":{"start":1728046423444,"stop":1728046423445,"duration":1}},{"uid":"8fc57ed5b106bf5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8fc57ed5b106bf5","status":"passed","time":{"start":1728043297180,"stop":1728043297182,"duration":2}},{"uid":"50170fc0e3e39b7d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/50170fc0e3e39b7d","status":"passed","time":{"start":1728035880158,"stop":1728035880159,"duration":1}},{"uid":"b5aa4551914b715f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b5aa4551914b715f","status":"passed","time":{"start":1728033788813,"stop":1728033788821,"duration":8}},{"uid":"fbb6f17295779be4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fbb6f17295779be4","status":"passed","time":{"start":1728033423642,"stop":1728033423642,"duration":0}},{"uid":"ab37b0561a697724","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ab37b0561a697724","status":"passed","time":{"start":1728032985141,"stop":1728032985141,"duration":0}},{"uid":"10ad03fb5698a508","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/10ad03fb5698a508","status":"passed","time":{"start":1728032614942,"stop":1728032614943,"duration":1}},{"uid":"7a465442e0c15082","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7a465442e0c15082","status":"passed","time":{"start":1728032348375,"stop":1728032348376,"duration":1}}]},"efb0f7a4f3edb287442a4b63b7c30f1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5665b20d27724b3e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5665b20d27724b3e","status":"passed","time":{"start":1728032924214,"stop":1728032924215,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"fe5e356efb15fd84","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fe5e356efb15fd84","status":"passed","time":{"start":1728086059797,"stop":1728086059798,"duration":1}},{"uid":"d9afbdd93983b834","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d9afbdd93983b834","status":"passed","time":{"start":1728085080962,"stop":1728085080963,"duration":1}},{"uid":"3e9465e2791fdcbb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3e9465e2791fdcbb","status":"passed","time":{"start":1728083928165,"stop":1728083928165,"duration":0}},{"uid":"c28c8e8b3c24060d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c28c8e8b3c24060d","status":"passed","time":{"start":1728082985562,"stop":1728082985563,"duration":1}},{"uid":"7f74e4545bb2ceb0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7f74e4545bb2ceb0","status":"passed","time":{"start":1728082299739,"stop":1728082299740,"duration":1}},{"uid":"d61f0be754ad9c50","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d61f0be754ad9c50","status":"passed","time":{"start":1728069108969,"stop":1728069108971,"duration":2}},{"uid":"b8640327b244cd97","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b8640327b244cd97","status":"passed","time":{"start":1728068241741,"stop":1728068241742,"duration":1}},{"uid":"37cc4fb57994190c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/37cc4fb57994190c","status":"passed","time":{"start":1728066126634,"stop":1728066126634,"duration":0}},{"uid":"54819fdbd8abef84","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/54819fdbd8abef84","status":"passed","time":{"start":1728066415158,"stop":1728066415161,"duration":3}},{"uid":"986ebf1e464413c7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/986ebf1e464413c7","status":"passed","time":{"start":1728057304905,"stop":1728057304905,"duration":0}},{"uid":"6e6c7e492b7e3ed7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6e6c7e492b7e3ed7","status":"passed","time":{"start":1728056453342,"stop":1728056453342,"duration":0}},{"uid":"cb84b4b94fe85704","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cb84b4b94fe85704","status":"passed","time":{"start":1728056799378,"stop":1728056799379,"duration":1}},{"uid":"a06cfec86b4b3f97","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a06cfec86b4b3f97","status":"passed","time":{"start":1728055576618,"stop":1728055576618,"duration":0}},{"uid":"6fbdcbde938de64b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6fbdcbde938de64b","status":"passed","time":{"start":1728054554809,"stop":1728054554809,"duration":0}},{"uid":"c0110ea54ded3b58","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c0110ea54ded3b58","status":"passed","time":{"start":1728052746408,"stop":1728052746408,"duration":0}},{"uid":"a8851e99e1005d8b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a8851e99e1005d8b","status":"passed","time":{"start":1728046277268,"stop":1728046277269,"duration":1}},{"uid":"a335684f0ee5f79e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a335684f0ee5f79e","status":"passed","time":{"start":1728047334385,"stop":1728047334385,"duration":0}},{"uid":"f84f241ec923f46e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f84f241ec923f46e","status":"passed","time":{"start":1728043113983,"stop":1728043113983,"duration":0}},{"uid":"6a99b2aa5889396c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6a99b2aa5889396c","status":"passed","time":{"start":1728035732761,"stop":1728035732761,"duration":0}},{"uid":"44bd2836b2264d6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/44bd2836b2264d6","status":"passed","time":{"start":1728033656081,"stop":1728033656081,"duration":0}}]},"5cbdccb35f8dd0c5fa46f3ffc0554adc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a90ba09c8bf9da1b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a90ba09c8bf9da1b","status":"passed","time":{"start":1728035898415,"stop":1728035898415,"duration":0}}]},"9218359497ac93002d31d14904cccbc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"cd96e35e41f3099","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cd96e35e41f3099","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494807,"stop":1728047494807,"duration":0}}]},"37c636e48ce8e43114d5a81de8e0190b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c1d3a4a85740c422","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c1d3a4a85740c422","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728056359091,"stop":1728056359091,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b14233145a0c6d90","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b14233145a0c6d90","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0}},{"uid":"9df4f7a5f7806d16","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9df4f7a5f7806d16","status":"passed","time":{"start":1728084876374,"stop":1728084876375,"duration":1}},{"uid":"8187599444f9678a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8187599444f9678a","status":"passed","time":{"start":1728083744331,"stop":1728083744332,"duration":1}},{"uid":"8b844fde0cf173cb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8b844fde0cf173cb","status":"passed","time":{"start":1728082807424,"stop":1728082807424,"duration":0}},{"uid":"6835e526b6ab01c1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6835e526b6ab01c1","status":"passed","time":{"start":1728082139291,"stop":1728082139291,"duration":0}},{"uid":"fce2561cb8816c42","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fce2561cb8816c42","status":"passed","time":{"start":1728068908028,"stop":1728068908028,"duration":0}},{"uid":"cafe594c7d4f9077","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cafe594c7d4f9077","status":"passed","time":{"start":1728067784686,"stop":1728067784687,"duration":1}},{"uid":"1491df4661925f4f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1491df4661925f4f","status":"passed","time":{"start":1728065631489,"stop":1728065631489,"duration":0}},{"uid":"25d779353c5c317b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/25d779353c5c317b","status":"passed","time":{"start":1728065920799,"stop":1728065920799,"duration":0}},{"uid":"63e6d384847040c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/63e6d384847040c","status":"passed","time":{"start":1728056811555,"stop":1728056811556,"duration":1}},{"uid":"f19b478bddd891b5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f19b478bddd891b5","status":"passed","time":{"start":1728055983115,"stop":1728055983115,"duration":0}},{"uid":"e86d9fef71e87f5b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e86d9fef71e87f5b","status":"passed","time":{"start":1728056303667,"stop":1728056303667,"duration":0}},{"uid":"4877a61eaf833b18","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4877a61eaf833b18","status":"passed","time":{"start":1728055114788,"stop":1728055114789,"duration":1}},{"uid":"f11cf05a9e9d33c4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f11cf05a9e9d33c4","status":"passed","time":{"start":1728054093574,"stop":1728054093574,"duration":0}},{"uid":"357801065dad5711","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/357801065dad5711","status":"passed","time":{"start":1728052371158,"stop":1728052371159,"duration":1}},{"uid":"7bfbb37222289d7c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7bfbb37222289d7c","status":"passed","time":{"start":1728046051696,"stop":1728046051697,"duration":1}},{"uid":"a1132e048ba8749a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a1132e048ba8749a","status":"passed","time":{"start":1728046837786,"stop":1728046837787,"duration":1}},{"uid":"42e70f9b44cd4b5b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/42e70f9b44cd4b5b","status":"passed","time":{"start":1728042907560,"stop":1728042907561,"duration":1}},{"uid":"34f3b9edbe7b534b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/34f3b9edbe7b534b","status":"passed","time":{"start":1728035469865,"stop":1728035469865,"duration":0}},{"uid":"895213ad59dbca04","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/895213ad59dbca04","status":"passed","time":{"start":1728033386370,"stop":1728033386370,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"93b685f8f42d8a1f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/93b685f8f42d8a1f","status":"passed","time":{"start":1728086226477,"stop":1728086226479,"duration":2}},{"uid":"d702c7d8789b3cfa","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d702c7d8789b3cfa","status":"passed","time":{"start":1728085246290,"stop":1728085246290,"duration":0}},{"uid":"697595c91fa54b26","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/697595c91fa54b26","status":"passed","time":{"start":1728084078537,"stop":1728084078537,"duration":0}},{"uid":"796d056f6f192553","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/796d056f6f192553","status":"passed","time":{"start":1728083125010,"stop":1728083125011,"duration":1}},{"uid":"c5be943ba8b58ee9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c5be943ba8b58ee9","status":"passed","time":{"start":1728082441020,"stop":1728082441021,"duration":1}},{"uid":"cc58ee4f85c0ef3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc58ee4f85c0ef3","status":"passed","time":{"start":1728069279736,"stop":1728069279736,"duration":0}},{"uid":"af3e305a1509c1f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/af3e305a1509c1f","status":"passed","time":{"start":1728046402356,"stop":1728046402356,"duration":0}},{"uid":"277d422956cd76ea","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/277d422956cd76ea","status":"passed","time":{"start":1728043267039,"stop":1728043267044,"duration":5}},{"uid":"c84b6c193f11a8c4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c84b6c193f11a8c4","status":"passed","time":{"start":1728035855934,"stop":1728035855934,"duration":0}},{"uid":"c04c796df32e5ba8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c04c796df32e5ba8","status":"passed","time":{"start":1728033769214,"stop":1728033769214,"duration":0}},{"uid":"24a51c5b40343455","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/24a51c5b40343455","status":"passed","time":{"start":1728033391668,"stop":1728033391669,"duration":1}},{"uid":"e41046a029500d2f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e41046a029500d2f","status":"passed","time":{"start":1728032951666,"stop":1728032951667,"duration":1}},{"uid":"bc7e14125c16b786","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bc7e14125c16b786","status":"passed","time":{"start":1728032582510,"stop":1728032582510,"duration":0}},{"uid":"883d9e7a3a222815","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/883d9e7a3a222815","status":"passed","time":{"start":1728032304559,"stop":1728032304559,"duration":0}}]},"300fa789bffc3b84cda73f54ab856fe8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7fb2d2477557574","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a7fb2d2477557574","status":"passed","time":{"start":1728033765892,"stop":1728033765895,"duration":3}}]},"af94982148a078eb7c675ceeb099eb11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5be1fd69471aec2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5be1fd69471aec2","status":"passed","time":{"start":1728084056982,"stop":1728084056983,"duration":1}}]},"3616a96af6525afdd80271d3f135f913:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73a5e28385cca538","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/73a5e28385cca538","status":"passed","time":{"start":1728068082730,"stop":1728068082730,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e3f446fa51ae355","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6e3f446fa51ae355","status":"passed","time":{"start":1728086226463,"stop":1728086226464,"duration":1}},{"uid":"670c971efa014113","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/670c971efa014113","status":"passed","time":{"start":1728085246266,"stop":1728085246266,"duration":0}},{"uid":"6e182b54ad11e1d4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6e182b54ad11e1d4","status":"passed","time":{"start":1728084078526,"stop":1728084078528,"duration":2}},{"uid":"567276dbf2f63cf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/567276dbf2f63cf","status":"passed","time":{"start":1728083125000,"stop":1728083125001,"duration":1}},{"uid":"c2643cf3cc672476","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c2643cf3cc672476","status":"passed","time":{"start":1728082441008,"stop":1728082441008,"duration":0}},{"uid":"56171378d6645362","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/56171378d6645362","status":"passed","time":{"start":1728069279727,"stop":1728069279727,"duration":0}},{"uid":"a0533d06dc4d3662","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a0533d06dc4d3662","status":"passed","time":{"start":1728046402348,"stop":1728046402349,"duration":1}},{"uid":"2243b4c42d8e87a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2243b4c42d8e87a","status":"passed","time":{"start":1728043267021,"stop":1728043267022,"duration":1}},{"uid":"f8160c275cad9e36","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f8160c275cad9e36","status":"passed","time":{"start":1728035855911,"stop":1728035855911,"duration":0}},{"uid":"99eaf1f9f24f68cd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/99eaf1f9f24f68cd","status":"passed","time":{"start":1728033769206,"stop":1728033769206,"duration":0}},{"uid":"cae5491da54e4ec0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/cae5491da54e4ec0","status":"passed","time":{"start":1728033391629,"stop":1728033391629,"duration":0}},{"uid":"c2def52688cdd25b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c2def52688cdd25b","status":"passed","time":{"start":1728032951636,"stop":1728032951636,"duration":0}},{"uid":"e41d0d347b934012","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e41d0d347b934012","status":"passed","time":{"start":1728032582496,"stop":1728032582498,"duration":2}},{"uid":"a6af8d0c21521c10","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a6af8d0c21521c10","status":"passed","time":{"start":1728032304550,"stop":1728032304550,"duration":0}}]},"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"a09dcce14d314815","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a09dcce14d314815","status":"passed","time":{"start":1728086150773,"stop":1728086150784,"duration":11}},{"uid":"daecf02b21d34a8a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/daecf02b21d34a8a","status":"passed","time":{"start":1728085165540,"stop":1728085165541,"duration":1}},{"uid":"3fe711fbbba53372","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3fe711fbbba53372","status":"passed","time":{"start":1728083991602,"stop":1728083991602,"duration":0}},{"uid":"f5127424d7883dcf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f5127424d7883dcf","status":"passed","time":{"start":1728083028055,"stop":1728083028056,"duration":1}},{"uid":"85a0ef52c858aacb","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/85a0ef52c858aacb","status":"passed","time":{"start":1728082357532,"stop":1728082357532,"duration":0}},{"uid":"fef8fa18d0a7997f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fef8fa18d0a7997f","status":"passed","time":{"start":1728069194211,"stop":1728069194215,"duration":4}},{"uid":"4794fc5698182e8a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4794fc5698182e8a","status":"passed","time":{"start":1728067984174,"stop":1728067984174,"duration":0}},{"uid":"23f06fb9b9559974","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/23f06fb9b9559974","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548718,"stop":1728066548718,"duration":0}},{"uid":"5f127b3d59e0cd2a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5f127b3d59e0cd2a","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835727,"stop":1728066835727,"duration":0}},{"uid":"528a6b3f456b027f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/528a6b3f456b027f","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726216,"stop":1728057726216,"duration":0}},{"uid":"70dd4858f486af98","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/70dd4858f486af98","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209772,"stop":1728057209773,"duration":1}},{"uid":"3f97c48353ba5a83","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3f97c48353ba5a83","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965592,"stop":1728046965593,"duration":1}},{"uid":"cf3c5d3fc1253a22","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cf3c5d3fc1253a22","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762410,"stop":1728047762410,"duration":0}},{"uid":"5b339fd1b0f2def1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5b339fd1b0f2def1","status":"passed","time":{"start":1728043179152,"stop":1728043179152,"duration":0}},{"uid":"8e1db4d524b0e736","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8e1db4d524b0e736","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728035952262,"stop":1728035952263,"duration":1}},{"uid":"e2ab6aec2ee9b9bf","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e2ab6aec2ee9b9bf","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033874150,"stop":1728033874150,"duration":0}},{"uid":"dc25d9c41c246623","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/dc25d9c41c246623","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033497567,"stop":1728033497567,"duration":0}},{"uid":"caaa4fee128f14a9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/caaa4fee128f14a9","status":"passed","time":{"start":1728032861193,"stop":1728032861194,"duration":1}},{"uid":"b546f34783df4a09","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b546f34783df4a09","status":"passed","time":{"start":1728032518175,"stop":1728032518175,"duration":0}},{"uid":"5ae234e38ac425d6","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5ae234e38ac425d6","status":"passed","time":{"start":1728032218319,"stop":1728032218319,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1f54e7293c15799c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1f54e7293c15799c","status":"passed","time":{"start":1728085864163,"stop":1728085864164,"duration":1}},{"uid":"1c191fec9754081a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1c191fec9754081a","status":"passed","time":{"start":1728084876392,"stop":1728084876392,"duration":0}},{"uid":"38bb2ed20235eaa6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/38bb2ed20235eaa6","status":"passed","time":{"start":1728083744349,"stop":1728083744349,"duration":0}},{"uid":"85a3df599e3a6515","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/85a3df599e3a6515","status":"passed","time":{"start":1728082807442,"stop":1728082807442,"duration":0}},{"uid":"43d215314ec97f42","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/43d215314ec97f42","status":"passed","time":{"start":1728082139310,"stop":1728082139310,"duration":0}},{"uid":"ffb058034752b545","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ffb058034752b545","status":"passed","time":{"start":1728068908048,"stop":1728068908048,"duration":0}},{"uid":"10fc2d9f715d7989","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/10fc2d9f715d7989","status":"passed","time":{"start":1728067784704,"stop":1728067784704,"duration":0}},{"uid":"ce55a6c89d26bd24","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ce55a6c89d26bd24","status":"passed","time":{"start":1728065631507,"stop":1728065631507,"duration":0}},{"uid":"1841bb6d4465f3c1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1841bb6d4465f3c1","status":"passed","time":{"start":1728065920818,"stop":1728065920819,"duration":1}},{"uid":"9b863ce7ccadb617","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9b863ce7ccadb617","status":"passed","time":{"start":1728056811577,"stop":1728056811577,"duration":0}},{"uid":"448821d70652e55e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/448821d70652e55e","status":"passed","time":{"start":1728055983134,"stop":1728055983134,"duration":0}},{"uid":"a41114138ff42ee1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a41114138ff42ee1","status":"passed","time":{"start":1728056303678,"stop":1728056303678,"duration":0}},{"uid":"9f75ae6753695873","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9f75ae6753695873","status":"passed","time":{"start":1728055114806,"stop":1728055114807,"duration":1}},{"uid":"779cf8caa8cd7710","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/779cf8caa8cd7710","status":"passed","time":{"start":1728054093593,"stop":1728054093594,"duration":1}},{"uid":"b12bd33f609e6917","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b12bd33f609e6917","status":"passed","time":{"start":1728052371179,"stop":1728052371179,"duration":0}},{"uid":"4f819c6e33db6077","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4f819c6e33db6077","status":"passed","time":{"start":1728046051717,"stop":1728046051717,"duration":0}},{"uid":"19eacfa108195dd0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/19eacfa108195dd0","status":"passed","time":{"start":1728046837804,"stop":1728046837805,"duration":1}},{"uid":"692e613f5cd04933","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/692e613f5cd04933","status":"passed","time":{"start":1728042907577,"stop":1728042907577,"duration":0}},{"uid":"9d503f12e1507bc3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9d503f12e1507bc3","status":"passed","time":{"start":1728035469879,"stop":1728035469879,"duration":0}},{"uid":"bb2ec0fd7e61674a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bb2ec0fd7e61674a","status":"passed","time":{"start":1728033386387,"stop":1728033386388,"duration":1}}]},"966477603fb3cd34cf4edfb49ddd01a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7539e5a87de9a038","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7539e5a87de9a038","status":"passed","time":{"start":1728057209568,"stop":1728057209568,"duration":0}}]},"a2aab6b82109db19c701745cdd97953a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b37413a21d52449","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b37413a21d52449","status":"passed","time":{"start":1728043300953,"stop":1728043300954,"duration":1}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"165175d7fe9eeca6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/165175d7fe9eeca6","status":"passed","time":{"start":1728085985731,"stop":1728085985731,"duration":0}},{"uid":"5403a2930fe9ee01","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5403a2930fe9ee01","status":"passed","time":{"start":1728085001724,"stop":1728085001728,"duration":4}},{"uid":"7aff3a31767687d9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7aff3a31767687d9","status":"passed","time":{"start":1728083861269,"stop":1728083861269,"duration":0}},{"uid":"afe3bc8a2ed75933","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/afe3bc8a2ed75933","status":"passed","time":{"start":1728082925020,"stop":1728082925020,"duration":0}},{"uid":"133541564a038415","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/133541564a038415","status":"passed","time":{"start":1728082250479,"stop":1728082250480,"duration":1}},{"uid":"492e8604dccc0dbf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/492e8604dccc0dbf","status":"passed","time":{"start":1728069032004,"stop":1728069032004,"duration":0}},{"uid":"649290c76fa30c67","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/649290c76fa30c67","status":"passed","time":{"start":1728046164808,"stop":1728046164808,"duration":0}},{"uid":"2213d5ce6e32947a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2213d5ce6e32947a","status":"passed","time":{"start":1728043026643,"stop":1728043026643,"duration":0}},{"uid":"f4f4e837a13bd13a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f4f4e837a13bd13a","status":"passed","time":{"start":1728035592878,"stop":1728035592882,"duration":4}},{"uid":"81b4096015f66632","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/81b4096015f66632","status":"passed","time":{"start":1728033511115,"stop":1728033511115,"duration":0}},{"uid":"6f2bb8fa790698f8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6f2bb8fa790698f8","status":"passed","time":{"start":1728033134836,"stop":1728033134836,"duration":0}},{"uid":"ea520c801045dc73","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ea520c801045dc73","status":"passed","time":{"start":1728032703347,"stop":1728032703347,"duration":0}},{"uid":"ab608b57a5bc657a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ab608b57a5bc657a","status":"passed","time":{"start":1728032339221,"stop":1728032339222,"duration":1}},{"uid":"16352d2bea7a5899","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/16352d2bea7a5899","status":"passed","time":{"start":1728032058200,"stop":1728032058201,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"fda0f4184982d5ea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fda0f4184982d5ea","status":"passed","time":{"start":1728085948115,"stop":1728085948116,"duration":1}},{"uid":"eed114c486f54102","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/eed114c486f54102","status":"passed","time":{"start":1728084962845,"stop":1728084962845,"duration":0}},{"uid":"dcf0a8caf1ff0c07","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dcf0a8caf1ff0c07","status":"passed","time":{"start":1728083828787,"stop":1728083828789,"duration":2}},{"uid":"c67e00f2996ac650","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c67e00f2996ac650","status":"passed","time":{"start":1728082892719,"stop":1728082892720,"duration":1}},{"uid":"ba5e5ba92a194850","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ba5e5ba92a194850","status":"passed","time":{"start":1728082222487,"stop":1728082222488,"duration":1}},{"uid":"8ad1f52cc8f457c8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8ad1f52cc8f457c8","status":"passed","time":{"start":1728068994849,"stop":1728068994853,"duration":4}},{"uid":"45cd288d9a34d373","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/45cd288d9a34d373","status":"passed","time":{"start":1728067859838,"stop":1728067859838,"duration":0}},{"uid":"70bfc6d771456eea","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/70bfc6d771456eea","status":"passed","time":{"start":1728065708188,"stop":1728065708189,"duration":1}},{"uid":"541d6a1f104a33ac","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/541d6a1f104a33ac","status":"passed","time":{"start":1728065996330,"stop":1728065996330,"duration":0}},{"uid":"9ee1a6422db97c1b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9ee1a6422db97c1b","status":"passed","time":{"start":1728056884977,"stop":1728056884977,"duration":0}},{"uid":"d6c8dc56179bf2cb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d6c8dc56179bf2cb","status":"passed","time":{"start":1728056059745,"stop":1728056059746,"duration":1}},{"uid":"f72206e18b07860e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f72206e18b07860e","status":"passed","time":{"start":1728056378312,"stop":1728056378313,"duration":1}},{"uid":"c9a60e140295add1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c9a60e140295add1","status":"passed","time":{"start":1728055189865,"stop":1728055189865,"duration":0}},{"uid":"5333872141a356bd","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5333872141a356bd","status":"passed","time":{"start":1728054168096,"stop":1728054168096,"duration":0}},{"uid":"7e3bd1514f52569b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7e3bd1514f52569b","status":"passed","time":{"start":1728052446021,"stop":1728052446022,"duration":1}},{"uid":"fb08dc55ae4c982c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fb08dc55ae4c982c","status":"passed","time":{"start":1728046135457,"stop":1728046135467,"duration":10}},{"uid":"a87a11104d20c8e5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a87a11104d20c8e5","status":"passed","time":{"start":1728046911867,"stop":1728046911867,"duration":0}},{"uid":"8be02c58dd34dea4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8be02c58dd34dea4","status":"passed","time":{"start":1728042990794,"stop":1728042990795,"duration":1}},{"uid":"62ad11b75eba87db","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/62ad11b75eba87db","status":"passed","time":{"start":1728035552836,"stop":1728035552837,"duration":1}},{"uid":"bcd00eb61012898d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bcd00eb61012898d","status":"passed","time":{"start":1728033475125,"stop":1728033475125,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"82f02be981ccb98f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/82f02be981ccb98f","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0}},{"uid":"ca70605675cd05ad","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ca70605675cd05ad","status":"passed","time":{"start":1728085269086,"stop":1728085269086,"duration":0}},{"uid":"ff71adbf6d9a3baf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ff71adbf6d9a3baf","status":"passed","time":{"start":1728069312639,"stop":1728069312640,"duration":1}},{"uid":"21176e9a2b3fec77","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/21176e9a2b3fec77","status":"passed","time":{"start":1728046423450,"stop":1728046423451,"duration":1}},{"uid":"cfc78e6fb55dcead","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cfc78e6fb55dcead","status":"passed","time":{"start":1728043297186,"stop":1728043297186,"duration":0}},{"uid":"de3b4689fbcac8ec","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/de3b4689fbcac8ec","status":"passed","time":{"start":1728035880162,"stop":1728035880162,"duration":0}},{"uid":"77a4880321a15eb5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/77a4880321a15eb5","status":"passed","time":{"start":1728033788838,"stop":1728033788838,"duration":0}},{"uid":"90ea68624cb07f35","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/90ea68624cb07f35","status":"passed","time":{"start":1728033423649,"stop":1728033423649,"duration":0}},{"uid":"465af20d3b3f6e10","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/465af20d3b3f6e10","status":"passed","time":{"start":1728032985147,"stop":1728032985147,"duration":0}},{"uid":"2817f7c7b070e1b9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2817f7c7b070e1b9","status":"passed","time":{"start":1728032614954,"stop":1728032614954,"duration":0}},{"uid":"4e6e949536e45eab","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4e6e949536e45eab","status":"passed","time":{"start":1728032348383,"stop":1728032348383,"duration":0}}]},"caeff358f9b5b7f3181baca052daf038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3de5ff272fa5f415","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3de5ff272fa5f415","status":"passed","time":{"start":1728084056990,"stop":1728084056990,"duration":0}}]},"58ba970791eab6f0b5ab853a6386fe78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad9c51854996ee0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ad9c51854996ee0","status":"passed","time":{"start":1728083065686,"stop":1728083065687,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8f8425dff2e0ab84","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8f8425dff2e0ab84","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0}},{"uid":"85b0cd58a9b3b5a5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/85b0cd58a9b3b5a5","status":"passed","time":{"start":1728084876404,"stop":1728084876404,"duration":0}},{"uid":"8893bc19ae836074","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8893bc19ae836074","status":"passed","time":{"start":1728083744360,"stop":1728083744360,"duration":0}},{"uid":"f925a652b0db2346","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f925a652b0db2346","status":"passed","time":{"start":1728082807453,"stop":1728082807454,"duration":1}},{"uid":"d8da7cf345c26e4a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d8da7cf345c26e4a","status":"passed","time":{"start":1728082139322,"stop":1728082139322,"duration":0}},{"uid":"b8d9b150c2edd949","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b8d9b150c2edd949","status":"passed","time":{"start":1728068908061,"stop":1728068908061,"duration":0}},{"uid":"bc06142a3baa055f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bc06142a3baa055f","status":"passed","time":{"start":1728067784715,"stop":1728067784715,"duration":0}},{"uid":"239ece2a7b4c7a91","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/239ece2a7b4c7a91","status":"passed","time":{"start":1728065631518,"stop":1728065631518,"duration":0}},{"uid":"840ead1e3dcb8d02","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/840ead1e3dcb8d02","status":"passed","time":{"start":1728065920830,"stop":1728065920830,"duration":0}},{"uid":"f992b35238594e37","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f992b35238594e37","status":"passed","time":{"start":1728056811589,"stop":1728056811589,"duration":0}},{"uid":"2808402db2dc5bda","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2808402db2dc5bda","status":"passed","time":{"start":1728055983146,"stop":1728055983146,"duration":0}},{"uid":"f36d81ff7edde24a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f36d81ff7edde24a","status":"passed","time":{"start":1728056303687,"stop":1728056303687,"duration":0}},{"uid":"6fd544bcf7204239","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6fd544bcf7204239","status":"passed","time":{"start":1728055114818,"stop":1728055114818,"duration":0}},{"uid":"abd6834fa324fcf4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/abd6834fa324fcf4","status":"passed","time":{"start":1728054093605,"stop":1728054093605,"duration":0}},{"uid":"591c04faf2acbf7b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/591c04faf2acbf7b","status":"passed","time":{"start":1728052371192,"stop":1728052371192,"duration":0}},{"uid":"9b639dc0b40e9a9e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9b639dc0b40e9a9e","status":"passed","time":{"start":1728046051730,"stop":1728046051730,"duration":0}},{"uid":"afdfd84a0284ae9b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/afdfd84a0284ae9b","status":"passed","time":{"start":1728046837814,"stop":1728046837815,"duration":1}},{"uid":"2469b2b07afeeb01","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2469b2b07afeeb01","status":"passed","time":{"start":1728042907587,"stop":1728042907587,"duration":0}},{"uid":"2370ef3ecd3372bf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2370ef3ecd3372bf","status":"passed","time":{"start":1728035469888,"stop":1728035469888,"duration":0}},{"uid":"fb7ea04a5cee91f8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fb7ea04a5cee91f8","status":"passed","time":{"start":1728033386400,"stop":1728033386400,"duration":0}}]},"022bec84654f4b799d275b4b4c7d9bea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e41374d88b383551","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e41374d88b383551","status":"passed","time":{"start":1728069218845,"stop":1728069218845,"duration":0}}]},"b3d9c04faf1da96ca1d7146c2dc65dc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66065934dd7f445f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/66065934dd7f445f","status":"passed","time":{"start":1728032113332,"stop":1728032113333,"duration":1}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"61e954461eb76e6d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/61e954461eb76e6d","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0}},{"uid":"d20496fac91eb174","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d20496fac91eb174","status":"passed","time":{"start":1728085280461,"stop":1728085280461,"duration":0}},{"uid":"ba5e2f423f1015d5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ba5e2f423f1015d5","status":"passed","time":{"start":1728084082621,"stop":1728084082624,"duration":3}},{"uid":"ea730cc9e37285cf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ea730cc9e37285cf","status":"passed","time":{"start":1728083150057,"stop":1728083150058,"duration":1}},{"uid":"24ef49c159e1ff27","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/24ef49c159e1ff27","status":"passed","time":{"start":1728082465647,"stop":1728082465647,"duration":0}},{"uid":"cd1269a01c0f9bf6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cd1269a01c0f9bf6","status":"passed","time":{"start":1728069307988,"stop":1728069307988,"duration":0}},{"uid":"e39c9f341d26825a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e39c9f341d26825a","status":"passed","time":{"start":1728068100423,"stop":1728068100424,"duration":1}},{"uid":"b75af6874230a02b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b75af6874230a02b","status":"passed","time":{"start":1728043296023,"stop":1728043296024,"duration":1}},{"uid":"6de775711d90e38a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6de775711d90e38a","status":"passed","time":{"start":1728035910067,"stop":1728035910067,"duration":0}},{"uid":"d49edb2e1c8e8620","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d49edb2e1c8e8620","status":"passed","time":{"start":1728033824745,"stop":1728033824759,"duration":14}},{"uid":"dd022429f1fd0b33","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/dd022429f1fd0b33","status":"passed","time":{"start":1728033449286,"stop":1728033449287,"duration":1}},{"uid":"a93696f5d11327db","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a93696f5d11327db","status":"passed","time":{"start":1728032982556,"stop":1728032982558,"duration":2}},{"uid":"f60aeda15c140c0e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f60aeda15c140c0e","status":"passed","time":{"start":1728032626106,"stop":1728032626106,"duration":0}},{"uid":"f8ac1b34e3a4b919","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f8ac1b34e3a4b919","status":"passed","time":{"start":1728032345507,"stop":1728032345507,"duration":0}}]},"a73726f0388e6b75ebaf42f08e36fd0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83ea1b211174781b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/83ea1b211174781b","status":"passed","time":{"start":1728043269967,"stop":1728043269968,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2dc626ed6c1a0246","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2dc626ed6c1a0246","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0}},{"uid":"be68796794c6eafb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/be68796794c6eafb","status":"passed","time":{"start":1728084911672,"stop":1728084911672,"duration":0}},{"uid":"3f38018384e2cba0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3f38018384e2cba0","status":"passed","time":{"start":1728083777950,"stop":1728083777950,"duration":0}},{"uid":"9c76a9694d64377a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9c76a9694d64377a","status":"passed","time":{"start":1728082841368,"stop":1728082841368,"duration":0}},{"uid":"88547afbafdc294a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/88547afbafdc294a","status":"passed","time":{"start":1728082173429,"stop":1728082173429,"duration":0}},{"uid":"77ade0c0ce005389","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/77ade0c0ce005389","status":"passed","time":{"start":1728068943040,"stop":1728068943040,"duration":0}},{"uid":"685afc27a05b6cd6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/685afc27a05b6cd6","status":"passed","time":{"start":1728067818413,"stop":1728067818413,"duration":0}},{"uid":"1910635611bd303d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1910635611bd303d","status":"passed","time":{"start":1728065665327,"stop":1728065665327,"duration":0}},{"uid":"b51e633e5ad92f2e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b51e633e5ad92f2e","status":"passed","time":{"start":1728065955303,"stop":1728065955304,"duration":1}},{"uid":"b5860b0abc700f8f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b5860b0abc700f8f","status":"passed","time":{"start":1728056845470,"stop":1728056845470,"duration":0}},{"uid":"c142fa97fb7965c7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c142fa97fb7965c7","status":"passed","time":{"start":1728056017367,"stop":1728056017368,"duration":1}},{"uid":"a3504d975265d51f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a3504d975265d51f","status":"passed","time":{"start":1728056337630,"stop":1728056337630,"duration":0}},{"uid":"be5815aa5ea28a28","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/be5815aa5ea28a28","status":"passed","time":{"start":1728055149210,"stop":1728055149211,"duration":1}},{"uid":"d86cb05357e3a3e5","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d86cb05357e3a3e5","status":"passed","time":{"start":1728054127838,"stop":1728054127838,"duration":0}},{"uid":"dbb7f0fec2a1a6fa","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/dbb7f0fec2a1a6fa","status":"passed","time":{"start":1728052405246,"stop":1728052405246,"duration":0}},{"uid":"371f38d1887399a6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/371f38d1887399a6","status":"passed","time":{"start":1728046086765,"stop":1728046086765,"duration":0}},{"uid":"9fa44ce6ca67a7a8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9fa44ce6ca67a7a8","status":"passed","time":{"start":1728046871601,"stop":1728046871601,"duration":0}},{"uid":"617d7e365b41bb7f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/617d7e365b41bb7f","status":"passed","time":{"start":1728042941312,"stop":1728042941313,"duration":1}},{"uid":"1d38bb44dac6a41","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1d38bb44dac6a41","status":"passed","time":{"start":1728035504602,"stop":1728035504603,"duration":1}},{"uid":"d60fb864170e1dae","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d60fb864170e1dae","status":"passed","time":{"start":1728033421187,"stop":1728033421188,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"961d27e1a762f593","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/961d27e1a762f593","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0}},{"uid":"6ff9f7b77cbc00b3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6ff9f7b77cbc00b3","status":"passed","time":{"start":1728085184621,"stop":1728085184623,"duration":2}},{"uid":"1aaffc0f9e421935","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1aaffc0f9e421935","status":"passed","time":{"start":1728084018344,"stop":1728084018344,"duration":0}},{"uid":"9e57f7bab5fde1d0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9e57f7bab5fde1d0","status":"passed","time":{"start":1728083065659,"stop":1728083065660,"duration":1}},{"uid":"a3938f0662d7c366","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a3938f0662d7c366","status":"passed","time":{"start":1728069218815,"stop":1728069218815,"duration":0}},{"uid":"7ab7ad6a19fce9da","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7ab7ad6a19fce9da","status":"passed","time":{"start":1728046261810,"stop":1728046261810,"duration":0}},{"uid":"e61154f5b15875ff","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e61154f5b15875ff","status":"passed","time":{"start":1728043204069,"stop":1728043204069,"duration":0}},{"uid":"139c77416731391","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/139c77416731391","status":"passed","time":{"start":1728035785864,"stop":1728035785864,"duration":0}},{"uid":"f1785c648dc783a9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f1785c648dc783a9","status":"passed","time":{"start":1728033696332,"stop":1728033696332,"duration":0}},{"uid":"27586b115628f7cb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/27586b115628f7cb","status":"passed","time":{"start":1728033319475,"stop":1728033319475,"duration":0}},{"uid":"b5f42ad8e1cbd5d6","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b5f42ad8e1cbd5d6","status":"passed","time":{"start":1728032886542,"stop":1728032886543,"duration":1}},{"uid":"dc91b8bd0738a7e6","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/dc91b8bd0738a7e6","status":"passed","time":{"start":1728032520622,"stop":1728032520622,"duration":0}},{"uid":"d2593a4b8f832cc2","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d2593a4b8f832cc2","status":"passed","time":{"start":1728032252762,"stop":1728032252762,"duration":0}}]},"bc50cbaae852b61cf7ddb5c0064077d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8eb443721cf61dc9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8eb443721cf61dc9","status":"passed","time":{"start":1728033783670,"stop":1728033783671,"duration":1}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d8f6d83a3527e62e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d8f6d83a3527e62e","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0}},{"uid":"c63c5c40e9e9ac08","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c63c5c40e9e9ac08","status":"passed","time":{"start":1728084876387,"stop":1728084876388,"duration":1}},{"uid":"bcdf9bdb8f0700a3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bcdf9bdb8f0700a3","status":"passed","time":{"start":1728083744345,"stop":1728083744345,"duration":0}},{"uid":"b219ad9b79a7f44d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b219ad9b79a7f44d","status":"passed","time":{"start":1728082807438,"stop":1728082807438,"duration":0}},{"uid":"f3f480e001ab596d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f3f480e001ab596d","status":"passed","time":{"start":1728082139305,"stop":1728082139305,"duration":0}},{"uid":"fca5521ea77c10ae","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fca5521ea77c10ae","status":"passed","time":{"start":1728068908044,"stop":1728068908044,"duration":0}},{"uid":"ec64b128a85fc774","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ec64b128a85fc774","status":"passed","time":{"start":1728067784700,"stop":1728067784700,"duration":0}},{"uid":"6690fe5e3701735d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6690fe5e3701735d","status":"passed","time":{"start":1728065631503,"stop":1728065631503,"duration":0}},{"uid":"f1769ba94c5ee70b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f1769ba94c5ee70b","status":"passed","time":{"start":1728065920814,"stop":1728065920814,"duration":0}},{"uid":"46400611273f8db6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/46400611273f8db6","status":"passed","time":{"start":1728056811573,"stop":1728056811573,"duration":0}},{"uid":"1c14cdec60776969","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1c14cdec60776969","status":"passed","time":{"start":1728055983130,"stop":1728055983130,"duration":0}},{"uid":"3a212e757237c0f8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3a212e757237c0f8","status":"passed","time":{"start":1728056303674,"stop":1728056303674,"duration":0}},{"uid":"2f3962380f7dbd62","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2f3962380f7dbd62","status":"passed","time":{"start":1728055114802,"stop":1728055114802,"duration":0}},{"uid":"ff79754a372fbde6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ff79754a372fbde6","status":"passed","time":{"start":1728054093588,"stop":1728054093588,"duration":0}},{"uid":"2d5c63c14da29193","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2d5c63c14da29193","status":"passed","time":{"start":1728052371172,"stop":1728052371172,"duration":0}},{"uid":"a5f6a1ab13825c42","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a5f6a1ab13825c42","status":"passed","time":{"start":1728046051712,"stop":1728046051712,"duration":0}},{"uid":"faa4b07200a5fe28","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/faa4b07200a5fe28","status":"passed","time":{"start":1728046837800,"stop":1728046837801,"duration":1}},{"uid":"114cc37aa5f3c2f9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/114cc37aa5f3c2f9","status":"passed","time":{"start":1728042907573,"stop":1728042907573,"duration":0}},{"uid":"719bf3ec4a61bee6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/719bf3ec4a61bee6","status":"passed","time":{"start":1728035469876,"stop":1728035469876,"duration":0}},{"uid":"2f74251540c5d015","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2f74251540c5d015","status":"passed","time":{"start":1728033386384,"stop":1728033386384,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c2b931f90c84712","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8c2b931f90c84712","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0}},{"uid":"2712e4b663da79ec","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2712e4b663da79ec","status":"passed","time":{"start":1728085246261,"stop":1728085246262,"duration":1}},{"uid":"cd173d304160e474","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cd173d304160e474","status":"passed","time":{"start":1728084078519,"stop":1728084078521,"duration":2}},{"uid":"307d00d63802f98c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/307d00d63802f98c","status":"passed","time":{"start":1728083124998,"stop":1728083124998,"duration":0}},{"uid":"b32e13ba4f248503","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b32e13ba4f248503","status":"passed","time":{"start":1728082441004,"stop":1728082441005,"duration":1}},{"uid":"947988a564354d3f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/947988a564354d3f","status":"passed","time":{"start":1728069279724,"stop":1728069279725,"duration":1}},{"uid":"a89ecbfe34926bbb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a89ecbfe34926bbb","status":"passed","time":{"start":1728046402344,"stop":1728046402345,"duration":1}},{"uid":"5ab3aa088c714a5e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5ab3aa088c714a5e","status":"passed","time":{"start":1728043267018,"stop":1728043267018,"duration":0}},{"uid":"7717fd53e448dc8e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7717fd53e448dc8e","status":"passed","time":{"start":1728035855891,"stop":1728035855891,"duration":0}},{"uid":"b5e07a077b2f87f0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b5e07a077b2f87f0","status":"passed","time":{"start":1728033769200,"stop":1728033769200,"duration":0}},{"uid":"8ab9ff40c4cb7885","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8ab9ff40c4cb7885","status":"passed","time":{"start":1728033391625,"stop":1728033391625,"duration":0}},{"uid":"5d863e5c5f551f5c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5d863e5c5f551f5c","status":"passed","time":{"start":1728032951631,"stop":1728032951633,"duration":2}},{"uid":"455007934769cc4b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/455007934769cc4b","status":"passed","time":{"start":1728032582493,"stop":1728032582493,"duration":0}},{"uid":"e9afa54217a80cb8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e9afa54217a80cb8","status":"passed","time":{"start":1728032304546,"stop":1728032304546,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b9d3660bf87d201a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9d3660bf87d201a","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0}},{"uid":"82de92196b3b243d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/82de92196b3b243d","status":"passed","time":{"start":1728084901038,"stop":1728084901038,"duration":0}},{"uid":"4f4c8b540bf87100","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4f4c8b540bf87100","status":"passed","time":{"start":1728083767740,"stop":1728083767740,"duration":0}},{"uid":"22cacc852578e73e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/22cacc852578e73e","status":"passed","time":{"start":1728082831086,"stop":1728082831087,"duration":1}},{"uid":"a7ee556bf52b17c9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a7ee556bf52b17c9","status":"passed","time":{"start":1728082163259,"stop":1728082163259,"duration":0}},{"uid":"7dd579bcf006e0ee","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7dd579bcf006e0ee","status":"passed","time":{"start":1728068932331,"stop":1728068932331,"duration":0}},{"uid":"77b1b60fa8a5da95","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/77b1b60fa8a5da95","status":"passed","time":{"start":1728067808312,"stop":1728067808312,"duration":0}},{"uid":"2a35e11fe0f76db5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2a35e11fe0f76db5","status":"passed","time":{"start":1728065654943,"stop":1728065654943,"duration":0}},{"uid":"4af4c9c8e5679178","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4af4c9c8e5679178","status":"passed","time":{"start":1728065944725,"stop":1728065944725,"duration":0}},{"uid":"7eb45334349d379a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7eb45334349d379a","status":"passed","time":{"start":1728056835005,"stop":1728056835005,"duration":0}},{"uid":"247778264970c5c3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/247778264970c5c3","status":"passed","time":{"start":1728056007094,"stop":1728056007094,"duration":0}},{"uid":"fe823464d937247","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/fe823464d937247","status":"passed","time":{"start":1728056327240,"stop":1728056327240,"duration":0}},{"uid":"838952bf9a8f6a37","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/838952bf9a8f6a37","status":"passed","time":{"start":1728055138667,"stop":1728055138667,"duration":0}},{"uid":"1a5036133418112e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1a5036133418112e","status":"passed","time":{"start":1728054117452,"stop":1728054117452,"duration":0}},{"uid":"f551bfe24fd503cb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f551bfe24fd503cb","status":"passed","time":{"start":1728052394962,"stop":1728052394963,"duration":1}},{"uid":"8dd0d1c9b551011e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8dd0d1c9b551011e","status":"passed","time":{"start":1728046076376,"stop":1728046076376,"duration":0}},{"uid":"18378dbaf4a153c5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/18378dbaf4a153c5","status":"passed","time":{"start":1728046861541,"stop":1728046861541,"duration":0}},{"uid":"34c8e2af4cd09fd1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/34c8e2af4cd09fd1","status":"passed","time":{"start":1728042931178,"stop":1728042931178,"duration":0}},{"uid":"b4b0bdb30c493db4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b4b0bdb30c493db4","status":"passed","time":{"start":1728035493998,"stop":1728035493998,"duration":0}},{"uid":"40231eb0f25e70b1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/40231eb0f25e70b1","status":"passed","time":{"start":1728033410792,"stop":1728033410792,"duration":0}}]},"7665e92ee0c3519ea802ca48e01aec3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edcc6244352011c9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/edcc6244352011c9","status":"passed","time":{"start":1728043300955,"stop":1728043300956,"duration":1}}]},"12283f5db40c33f8a145e58df443d36e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4200e21b71b02f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d4200e21b71b02f","status":"passed","time":{"start":1728085254232,"stop":1728085254232,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"ac0895c60c9fe504","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ac0895c60c9fe504","status":"passed","time":{"start":1728086203117,"stop":1728086203118,"duration":1}},{"uid":"b8894143b967248a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b8894143b967248a","status":"passed","time":{"start":1728085221331,"stop":1728085221332,"duration":1}},{"uid":"1301d95cb07835d6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1301d95cb07835d6","status":"passed","time":{"start":1728084029172,"stop":1728084029173,"duration":1}},{"uid":"e93b456b4030f92b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e93b456b4030f92b","status":"passed","time":{"start":1728083082998,"stop":1728083083002,"duration":4}},{"uid":"6bf422e44fe5ec29","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6bf422e44fe5ec29","status":"passed","time":{"start":1728082390957,"stop":1728082390958,"duration":1}},{"uid":"ffcd15bd72de59af","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ffcd15bd72de59af","status":"passed","time":{"start":1728069248374,"stop":1728069248377,"duration":3}},{"uid":"f58f11c56bd11434","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f58f11c56bd11434","status":"passed","time":{"start":1728068031250,"stop":1728068031255,"duration":5}},{"uid":"19f1946034be8b01","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/19f1946034be8b01","status":"passed","time":{"start":1728066046604,"stop":1728066046604,"duration":0}},{"uid":"a652efdf0b405051","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a652efdf0b405051","status":"passed","time":{"start":1728066341476,"stop":1728066341477,"duration":1}},{"uid":"9a9c11b1f7b9b8c3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9a9c11b1f7b9b8c3","status":"passed","time":{"start":1728057209566,"stop":1728057209566,"duration":0}},{"uid":"2ec2388dd2b37954","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2ec2388dd2b37954","status":"passed","time":{"start":1728056305025,"stop":1728056305025,"duration":0}},{"uid":"ea50fbf5aa1e2622","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ea50fbf5aa1e2622","status":"passed","time":{"start":1728056720929,"stop":1728056720929,"duration":0}},{"uid":"cad73f3d169da936","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/cad73f3d169da936","status":"passed","time":{"start":1728052606341,"stop":1728052606341,"duration":0}},{"uid":"2ab821bfe55f228c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2ab821bfe55f228c","status":"passed","time":{"start":1728046448371,"stop":1728046448372,"duration":1}},{"uid":"e6ed90024b6f4a25","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e6ed90024b6f4a25","status":"passed","time":{"start":1728047258628,"stop":1728047258629,"duration":1}},{"uid":"820b723544f6e2e5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/820b723544f6e2e5","status":"passed","time":{"start":1728043238298,"stop":1728043238298,"duration":0}},{"uid":"4b90ae92af978f76","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4b90ae92af978f76","status":"passed","time":{"start":1728035872170,"stop":1728035872172,"duration":2}},{"uid":"47161b7c63fd90f4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/47161b7c63fd90f4","status":"passed","time":{"start":1728033783669,"stop":1728033783669,"duration":0}},{"uid":"942e312dd2bbffe5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/942e312dd2bbffe5","status":"passed","time":{"start":1728033410926,"stop":1728033410927,"duration":1}},{"uid":"dbb714d7938e1877","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/dbb714d7938e1877","status":"passed","time":{"start":1728032924213,"stop":1728032924214,"duration":1}}]},"b6ca382d43514c26b9840d2a86ce4988:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63f6a8db0a9dfcfa","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/63f6a8db0a9dfcfa","status":"passed","time":{"start":1728055090248,"stop":1728055090249,"duration":1}}]},"b9a562d2caec855ab15d9188a050fc42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de94ac1be320b8c9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/de94ac1be320b8c9","status":"passed","time":{"start":1728033823632,"stop":1728033823632,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"b66c27bd3b72d197","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b66c27bd3b72d197","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0}},{"uid":"5d78f397c5f95d46","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5d78f397c5f95d46","status":"passed","time":{"start":1728085269086,"stop":1728085269087,"duration":1}},{"uid":"ee40ff201adca07b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ee40ff201adca07b","status":"passed","time":{"start":1728069312640,"stop":1728069312641,"duration":1}},{"uid":"95308d91c660bf0f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/95308d91c660bf0f","status":"passed","time":{"start":1728046423452,"stop":1728046423452,"duration":0}},{"uid":"d145f0fe48274312","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d145f0fe48274312","status":"passed","time":{"start":1728043297187,"stop":1728043297187,"duration":0}},{"uid":"563da150f701331a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/563da150f701331a","status":"passed","time":{"start":1728035880163,"stop":1728035880164,"duration":1}},{"uid":"8dec3df85e28ffca","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8dec3df85e28ffca","status":"passed","time":{"start":1728033788839,"stop":1728033788839,"duration":0}},{"uid":"28c5dfa9cdc6a469","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/28c5dfa9cdc6a469","status":"passed","time":{"start":1728033423650,"stop":1728033423650,"duration":0}},{"uid":"9f3b701490d3aefa","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9f3b701490d3aefa","status":"passed","time":{"start":1728032985150,"stop":1728032985150,"duration":0}},{"uid":"d6e46af5834fa746","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d6e46af5834fa746","status":"passed","time":{"start":1728032614954,"stop":1728032614955,"duration":1}},{"uid":"f6804c01b8e288a8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f6804c01b8e288a8","status":"passed","time":{"start":1728032348384,"stop":1728032348387,"duration":3}}]},"2a9166d23a79dd4dc2f373337cb68781:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d44ee69404840a2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6d44ee69404840a2","status":"passed","time":{"start":1728084038300,"stop":1728084038300,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":16,"unknown":0,"total":24},"items":[{"uid":"be07891ebc876da2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/be07891ebc876da2","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0}},{"uid":"e1cf1f9da0204e23","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e1cf1f9da0204e23","status":"passed","time":{"start":1728085139861,"stop":1728085139864,"duration":3}},{"uid":"ac34f8acd986d3bc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ac34f8acd986d3bc","status":"passed","time":{"start":1728083976014,"stop":1728083976014,"duration":0}},{"uid":"c53207241d7967c7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c53207241d7967c7","status":"passed","time":{"start":1728083054622,"stop":1728083054623,"duration":1}},{"uid":"aa6feecb1c12dd42","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/aa6feecb1c12dd42","status":"passed","time":{"start":1728082369811,"stop":1728082369817,"duration":6}},{"uid":"9489033a1b34a2fd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9489033a1b34a2fd","status":"passed","time":{"start":1728069168801,"stop":1728069168801,"duration":0}},{"uid":"26cb4a805fa317a3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/26cb4a805fa317a3","status":"passed","time":{"start":1728068016549,"stop":1728068016549,"duration":0}},{"uid":"7ebc07e36675f93e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ebc07e36675f93e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066060570,"stop":1728066060570,"duration":0}},{"uid":"1e4ebb31ef6c156e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1e4ebb31ef6c156e","status":"passed","time":{"start":1728066353742,"stop":1728066353742,"duration":0}},{"uid":"cc7665273fc0e238","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cc7665273fc0e238","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728057237496,"stop":1728057237496,"duration":0}},{"uid":"9d8c4eac1f783010","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9d8c4eac1f783010","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056389602,"stop":1728056389602,"duration":0}},{"uid":"bf83c70d906c5b71","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bf83c70d906c5b71","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056730223,"stop":1728056730225,"duration":2}},{"uid":"41dae7a1276f6103","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/41dae7a1276f6103","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728055509556,"stop":1728055509556,"duration":0}},{"uid":"3423ca0a478a84ae","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3423ca0a478a84ae","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728054487558,"stop":1728054487558,"duration":0}},{"uid":"8ac70c41bc25634c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8ac70c41bc25634c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728052630836,"stop":1728052630837,"duration":1}},{"uid":"d39787fe950913ae","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d39787fe950913ae","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728046447537,"stop":1728046447537,"duration":0}},{"uid":"a48d710ade240e4d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a48d710ade240e4d","status":"passed","time":{"start":1728047267841,"stop":1728047267841,"duration":0}},{"uid":"37d454bef5847f7f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/37d454bef5847f7f","status":"passed","time":{"start":1728043166274,"stop":1728043166276,"duration":2}},{"uid":"85315908d4d7c7f2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/85315908d4d7c7f2","status":"passed","time":{"start":1728035763467,"stop":1728035763468,"duration":1}},{"uid":"53b7f4327b1a1779","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/53b7f4327b1a1779","status":"passed","time":{"start":1728033686479,"stop":1728033686480,"duration":1}}]},"4a54f65cddc8eebee8a2cf00bfedc759:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c5bdc5bd13ee4e4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3c5bdc5bd13ee4e4","status":"passed","time":{"start":1728032955839,"stop":1728032955840,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd5020a8eacad958","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd5020a8eacad958","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0}},{"uid":"7cf381fc70e5cb15","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7cf381fc70e5cb15","status":"passed","time":{"start":1728085246290,"stop":1728085246290,"duration":0}},{"uid":"9b077c478a046291","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9b077c478a046291","status":"passed","time":{"start":1728084078537,"stop":1728084078538,"duration":1}},{"uid":"1297977ad4755605","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1297977ad4755605","status":"passed","time":{"start":1728083125011,"stop":1728083125011,"duration":0}},{"uid":"845a64c6cf35f107","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/845a64c6cf35f107","status":"passed","time":{"start":1728082441021,"stop":1728082441021,"duration":0}},{"uid":"3603c5d50324cac0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3603c5d50324cac0","status":"passed","time":{"start":1728069279736,"stop":1728069279737,"duration":1}},{"uid":"68fe8988db79c416","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/68fe8988db79c416","status":"passed","time":{"start":1728046402357,"stop":1728046402357,"duration":0}},{"uid":"c74c880f4bb13c97","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c74c880f4bb13c97","status":"passed","time":{"start":1728043267044,"stop":1728043267044,"duration":0}},{"uid":"42f6604398854f5b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/42f6604398854f5b","status":"passed","time":{"start":1728035855934,"stop":1728035855934,"duration":0}},{"uid":"a7d1b822badd8da0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a7d1b822badd8da0","status":"passed","time":{"start":1728033769214,"stop":1728033769214,"duration":0}},{"uid":"1c2ec4822caf7010","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1c2ec4822caf7010","status":"passed","time":{"start":1728033391669,"stop":1728033391669,"duration":0}},{"uid":"b2cc43a94d62c2bb","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b2cc43a94d62c2bb","status":"passed","time":{"start":1728032951667,"stop":1728032951669,"duration":2}},{"uid":"ca5b995a9e3136c9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ca5b995a9e3136c9","status":"passed","time":{"start":1728032582510,"stop":1728032582510,"duration":0}},{"uid":"d8402d28a4ef70dd","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d8402d28a4ef70dd","status":"passed","time":{"start":1728032304561,"stop":1728032304562,"duration":1}}]},"371728d8eceee3a33d8a965cc0d4c3aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4d3ba24c090bb2d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e4d3ba24c090bb2d","status":"passed","time":{"start":1728066643864,"stop":1728066643864,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ea088b19f0fc25eb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea088b19f0fc25eb","status":"passed","time":{"start":1728085902767,"stop":1728085902768,"duration":1}},{"uid":"caf43bee6d233964","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/caf43bee6d233964","status":"passed","time":{"start":1728084916121,"stop":1728084916122,"duration":1}},{"uid":"5a35f93a863c8459","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5a35f93a863c8459","status":"passed","time":{"start":1728083782352,"stop":1728083782353,"duration":1}},{"uid":"712c348f1e03b2da","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/712c348f1e03b2da","status":"passed","time":{"start":1728082845695,"stop":1728082845697,"duration":2}},{"uid":"7ed5f9f1c3baa71a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7ed5f9f1c3baa71a","status":"passed","time":{"start":1728082177839,"stop":1728082177840,"duration":1}},{"uid":"f614846e96f4ef93","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f614846e96f4ef93","status":"passed","time":{"start":1728068947443,"stop":1728068947444,"duration":1}},{"uid":"a5969611ee7357e5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a5969611ee7357e5","status":"passed","time":{"start":1728067822785,"stop":1728067822786,"duration":1}},{"uid":"12f86c1b743d39af","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/12f86c1b743d39af","status":"passed","time":{"start":1728065669644,"stop":1728065669645,"duration":1}},{"uid":"9e3f5ff3c7cf6019","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9e3f5ff3c7cf6019","status":"passed","time":{"start":1728065959782,"stop":1728065959784,"duration":2}},{"uid":"8be6fbe6de74b597","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8be6fbe6de74b597","status":"passed","time":{"start":1728056849764,"stop":1728056849766,"duration":2}},{"uid":"3749c1dadc5e698f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3749c1dadc5e698f","status":"passed","time":{"start":1728056021972,"stop":1728056021973,"duration":1}},{"uid":"d66b480e6d683ceb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d66b480e6d683ceb","status":"passed","time":{"start":1728056342073,"stop":1728056342074,"duration":1}},{"uid":"d59e275ec8a8f8bc","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d59e275ec8a8f8bc","status":"passed","time":{"start":1728055153566,"stop":1728055153567,"duration":1}},{"uid":"e1d51218d8cf2dbd","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e1d51218d8cf2dbd","status":"passed","time":{"start":1728054132163,"stop":1728054132164,"duration":1}},{"uid":"35f0e41b6216923c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/35f0e41b6216923c","status":"passed","time":{"start":1728052409944,"stop":1728052409945,"duration":1}},{"uid":"dc802d1fb127509","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dc802d1fb127509","status":"passed","time":{"start":1728046091440,"stop":1728046091441,"duration":1}},{"uid":"49405a1d6ce16132","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/49405a1d6ce16132","status":"passed","time":{"start":1728046875960,"stop":1728046875962,"duration":2}},{"uid":"39032071e547242d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/39032071e547242d","status":"passed","time":{"start":1728042945868,"stop":1728042945869,"duration":1}},{"uid":"e42b6d8d69172d4a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e42b6d8d69172d4a","status":"passed","time":{"start":1728035508867,"stop":1728035508869,"duration":2}},{"uid":"25dacf9d534818b3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/25dacf9d534818b3","status":"passed","time":{"start":1728033425839,"stop":1728033425840,"duration":1}}]},"52246094f62d9b8d413326ccdfd40c7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"915d75110928f8ef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/915d75110928f8ef","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0}}]},"5acd7db2cd5547fc7893111f286b2284:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8b352db5a1eb624e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8b352db5a1eb624e","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047681505,"stop":1728047681505,"duration":0}}]},"4bc9c0d8b79c6ec7f63355d10d68a0b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc82f44d8faebe8b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/fc82f44d8faebe8b","status":"passed","time":{"start":1728032288108,"stop":1728032288109,"duration":1}}]},"2458ff8846f65173dc59765c1290c941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5f0d45aa0c63970","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5f0d45aa0c63970","status":"passed","time":{"start":1728069218824,"stop":1728069218825,"duration":1}}]},"5ca5ca960275f25bc5de848e35dd6e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dadea9a692fc7c7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4dadea9a692fc7c7","status":"passed","time":{"start":1728048050523,"stop":1728048050524,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":15,"unknown":0,"total":24},"items":[{"uid":"65b1590e35d8c702","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65b1590e35d8c702","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0}},{"uid":"da1d1a6ee63ab5a2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/da1d1a6ee63ab5a2","status":"passed","time":{"start":1728085139866,"stop":1728085139866,"duration":0}},{"uid":"60afde696b375574","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/60afde696b375574","status":"passed","time":{"start":1728083976016,"stop":1728083976017,"duration":1}},{"uid":"73dfd07f21c18eda","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/73dfd07f21c18eda","status":"passed","time":{"start":1728083054625,"stop":1728083054625,"duration":0}},{"uid":"c62258b1878144f5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c62258b1878144f5","status":"passed","time":{"start":1728082369820,"stop":1728082369820,"duration":0}},{"uid":"f8ba0abaaf4d793","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f8ba0abaaf4d793","status":"passed","time":{"start":1728069168822,"stop":1728069168823,"duration":1}},{"uid":"9e2fbf38f574735e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9e2fbf38f574735e","status":"passed","time":{"start":1728068016555,"stop":1728068016555,"duration":0}},{"uid":"76408318dfb094fe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/76408318dfb094fe","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066060570,"stop":1728066060570,"duration":0}},{"uid":"81b3942b6b12c512","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/81b3942b6b12c512","status":"passed","time":{"start":1728066353743,"stop":1728066353743,"duration":0}},{"uid":"a09e0372e9d15667","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a09e0372e9d15667","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728057237496,"stop":1728057237497,"duration":1}},{"uid":"60934c9f9ee7a4f5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/60934c9f9ee7a4f5","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056389602,"stop":1728056389603,"duration":1}},{"uid":"6e4acccc9b6964db","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6e4acccc9b6964db","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056730226,"stop":1728056730226,"duration":0}},{"uid":"14a77bb31e8a9602","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/14a77bb31e8a9602","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728055509557,"stop":1728055509557,"duration":0}},{"uid":"f44d94d0f7ced2d6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f44d94d0f7ced2d6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728054487558,"stop":1728054487558,"duration":0}},{"uid":"21891ff0ba05733c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/21891ff0ba05733c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728052630837,"stop":1728052630837,"duration":0}},{"uid":"46f4c2bf4d35e0ba","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/46f4c2bf4d35e0ba","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728046447538,"stop":1728046447538,"duration":0}},{"uid":"e5c863236ce30bcd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e5c863236ce30bcd","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728047267842,"stop":1728047267842,"duration":0}},{"uid":"94b1ede8348dfae9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/94b1ede8348dfae9","status":"passed","time":{"start":1728043166278,"stop":1728043166278,"duration":0}},{"uid":"4bf08906cf9dc4db","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4bf08906cf9dc4db","status":"passed","time":{"start":1728035763473,"stop":1728035763473,"duration":0}},{"uid":"441b9d9d32552175","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/441b9d9d32552175","status":"passed","time":{"start":1728033686483,"stop":1728033686483,"duration":0}}]},"2cdcf6cdd534f59ce215e0d128076d7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bce540a562806d3b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bce540a562806d3b","status":"passed","time":{"start":1728085277872,"stop":1728085277873,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"184b2022d855f367","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/184b2022d855f367","status":"passed","time":{"start":1728086203140,"stop":1728086203140,"duration":0}},{"uid":"5d60574690708b7f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5d60574690708b7f","status":"passed","time":{"start":1728085221336,"stop":1728085221336,"duration":0}},{"uid":"6916c31b3768d4a3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6916c31b3768d4a3","status":"passed","time":{"start":1728084029191,"stop":1728084029191,"duration":0}},{"uid":"c3d285717eedf0b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c3d285717eedf0b","status":"passed","time":{"start":1728083083015,"stop":1728083083020,"duration":5}},{"uid":"df38d29b2947ad04","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/df38d29b2947ad04","status":"passed","time":{"start":1728082390980,"stop":1728082390985,"duration":5}},{"uid":"218f824ca285ad0d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/218f824ca285ad0d","status":"passed","time":{"start":1728069248385,"stop":1728069248385,"duration":0}},{"uid":"3c22fb0a9ecb3e22","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3c22fb0a9ecb3e22","status":"passed","time":{"start":1728068031258,"stop":1728068031258,"duration":0}},{"uid":"7a2f929c0f5ea934","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7a2f929c0f5ea934","status":"passed","time":{"start":1728066046610,"stop":1728066046610,"duration":0}},{"uid":"83467829789df71b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/83467829789df71b","status":"passed","time":{"start":1728066341480,"stop":1728066341480,"duration":0}},{"uid":"51cecac05d98ade7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51cecac05d98ade7","status":"passed","time":{"start":1728057209570,"stop":1728057209570,"duration":0}},{"uid":"b5ebb576e0264a90","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b5ebb576e0264a90","status":"passed","time":{"start":1728056305033,"stop":1728056305033,"duration":0}},{"uid":"9d1817693694bf57","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9d1817693694bf57","status":"passed","time":{"start":1728056720933,"stop":1728056720933,"duration":0}},{"uid":"28991cfc605336e4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/28991cfc605336e4","status":"passed","time":{"start":1728052606350,"stop":1728052606350,"duration":0}},{"uid":"6e541bca506de9b5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6e541bca506de9b5","status":"passed","time":{"start":1728046448379,"stop":1728046448379,"duration":0}},{"uid":"ea4d56ec74e332c3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ea4d56ec74e332c3","status":"passed","time":{"start":1728047258634,"stop":1728047258635,"duration":1}},{"uid":"3e98d82cdfc27390","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3e98d82cdfc27390","status":"passed","time":{"start":1728043238304,"stop":1728043238304,"duration":0}},{"uid":"59ca41b821d106e5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/59ca41b821d106e5","status":"passed","time":{"start":1728035872179,"stop":1728035872179,"duration":0}},{"uid":"da775e35ce84fc8d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/da775e35ce84fc8d","status":"passed","time":{"start":1728033783676,"stop":1728033783676,"duration":0}},{"uid":"b39fb45f28a9e4ab","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b39fb45f28a9e4ab","status":"passed","time":{"start":1728033410931,"stop":1728033410931,"duration":0}},{"uid":"e7ebec1057e95678","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e7ebec1057e95678","status":"passed","time":{"start":1728032924237,"stop":1728032924244,"duration":7}}]},"f66115ef6626539eb65c9228e810c6a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b69ec12cec5191a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4b69ec12cec5191a","status":"passed","time":{"start":1728056619533,"stop":1728056619533,"duration":0}}]},"bbe15e238b69b3f23bc2bd6ae2ad3844:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb9d6eae4e311052","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bb9d6eae4e311052","status":"passed","time":{"start":1728035898415,"stop":1728035898415,"duration":0}}]},"5f1fea10227733ddd769f9dac36e2013:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1badc76415d16ae","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1badc76415d16ae","status":"passed","time":{"start":1728085184635,"stop":1728085184636,"duration":1}}]},"698b7b164d5a3cb23dfa89e2b5b14cbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87a02cb025642614","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/87a02cb025642614","status":"passed","time":{"start":1728068055951,"stop":1728068055952,"duration":1}}]},"cd9700a9dd16562f6ca9dd16a7accb52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac3a622a084b2fd5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ac3a622a084b2fd5","status":"passed","time":{"start":1728043300956,"stop":1728043300957,"duration":1}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"4c4515108fd82e4b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c4515108fd82e4b","status":"passed","time":{"start":1728085864145,"stop":1728085864146,"duration":1}},{"uid":"bf520dc2f986f897","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bf520dc2f986f897","status":"passed","time":{"start":1728084876375,"stop":1728084876375,"duration":0}},{"uid":"2679faec4342b071","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2679faec4342b071","status":"passed","time":{"start":1728083744332,"stop":1728083744332,"duration":0}},{"uid":"7aa0fa5d4faa9c4b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7aa0fa5d4faa9c4b","status":"passed","time":{"start":1728082807424,"stop":1728082807425,"duration":1}},{"uid":"9e9e1d0765e56518","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9e9e1d0765e56518","status":"passed","time":{"start":1728082139292,"stop":1728082139293,"duration":1}},{"uid":"5aeb1469d3310f29","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5aeb1469d3310f29","status":"passed","time":{"start":1728068908028,"stop":1728068908029,"duration":1}},{"uid":"965dc9541aed8bd4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/965dc9541aed8bd4","status":"passed","time":{"start":1728067784687,"stop":1728067784687,"duration":0}},{"uid":"b008198c63d8551f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b008198c63d8551f","status":"passed","time":{"start":1728065631489,"stop":1728065631490,"duration":1}},{"uid":"56a50e9782117380","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/56a50e9782117380","status":"passed","time":{"start":1728065920799,"stop":1728065920800,"duration":1}},{"uid":"9f7bc0f59838545","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9f7bc0f59838545","status":"passed","time":{"start":1728056811556,"stop":1728056811557,"duration":1}},{"uid":"f05540275dfb8eb8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f05540275dfb8eb8","status":"passed","time":{"start":1728055983115,"stop":1728055983116,"duration":1}},{"uid":"a251edd406345183","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a251edd406345183","status":"passed","time":{"start":1728056303667,"stop":1728056303667,"duration":0}},{"uid":"85b19305ada14d16","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/85b19305ada14d16","status":"passed","time":{"start":1728055114789,"stop":1728055114789,"duration":0}},{"uid":"b0c717625a00e3","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b0c717625a00e3","status":"passed","time":{"start":1728054093575,"stop":1728054093575,"duration":0}},{"uid":"8ba253a5e5ee7106","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8ba253a5e5ee7106","status":"passed","time":{"start":1728052371159,"stop":1728052371159,"duration":0}},{"uid":"b792a2a0b6695b5c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b792a2a0b6695b5c","status":"passed","time":{"start":1728046051697,"stop":1728046051697,"duration":0}},{"uid":"c75671278ba97f3b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c75671278ba97f3b","status":"passed","time":{"start":1728046837787,"stop":1728046837787,"duration":0}},{"uid":"22745820944047","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/22745820944047","status":"passed","time":{"start":1728042907561,"stop":1728042907561,"duration":0}},{"uid":"64dfec2c64fa2fa2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/64dfec2c64fa2fa2","status":"passed","time":{"start":1728035469865,"stop":1728035469866,"duration":1}},{"uid":"ac955ab8b18be3e5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ac955ab8b18be3e5","status":"passed","time":{"start":1728033386370,"stop":1728033386371,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"92a9e6c74fa68684","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/92a9e6c74fa68684","status":"passed","time":{"start":1728086063202,"stop":1728086063202,"duration":0}},{"uid":"981a41cabae86f42","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/981a41cabae86f42","status":"passed","time":{"start":1728085079911,"stop":1728085079911,"duration":0}},{"uid":"d68d708c54ffe140","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d68d708c54ffe140","status":"passed","time":{"start":1728083929308,"stop":1728083929312,"duration":4}},{"uid":"2642d6f9205a29f7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2642d6f9205a29f7","status":"passed","time":{"start":1728082986581,"stop":1728082986581,"duration":0}},{"uid":"4277a58876593c00","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4277a58876593c00","status":"passed","time":{"start":1728082304434,"stop":1728082304438,"duration":4}},{"uid":"4c028cb2b370a703","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4c028cb2b370a703","status":"passed","time":{"start":1728069112313,"stop":1728069112313,"duration":0}},{"uid":"c07c5ae93c0df205","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c07c5ae93c0df205","status":"passed","time":{"start":1728067941529,"stop":1728067941530,"duration":1}},{"uid":"9c1242ecc7bfc3a4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9c1242ecc7bfc3a4","status":"passed","time":{"start":1728043108505,"stop":1728043108505,"duration":0}},{"uid":"1ada2258a3d816aa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1ada2258a3d816aa","status":"passed","time":{"start":1728035666354,"stop":1728035666355,"duration":1}},{"uid":"3e32866d5920a7c3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3e32866d5920a7c3","status":"passed","time":{"start":1728033588081,"stop":1728033588084,"duration":3}},{"uid":"24cd0bba9a7bc45d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/24cd0bba9a7bc45d","status":"passed","time":{"start":1728033211367,"stop":1728033211367,"duration":0}},{"uid":"652a06742843f800","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/652a06742843f800","status":"passed","time":{"start":1728032787688,"stop":1728032787688,"duration":0}},{"uid":"133447d0b8e3dc3d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/133447d0b8e3dc3d","status":"passed","time":{"start":1728032415391,"stop":1728032415391,"duration":0}},{"uid":"f1e44e679cd4864b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f1e44e679cd4864b","status":"passed","time":{"start":1728032137566,"stop":1728032137566,"duration":0}}]},"c2e1fa820f3aa0b56751d01dc42bbadd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69d9996bc471f472","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69d9996bc471f472","status":"passed","time":{"start":1728086171708,"stop":1728086171709,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"433b045beeac890e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/433b045beeac890e","status":"passed","time":{"start":1728085864273,"stop":1728085864274,"duration":1}},{"uid":"46ce4a5ab80502ee","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/46ce4a5ab80502ee","status":"passed","time":{"start":1728084876535,"stop":1728084876535,"duration":0}},{"uid":"82e98da459c41cc9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/82e98da459c41cc9","status":"passed","time":{"start":1728083744446,"stop":1728083744446,"duration":0}},{"uid":"2e90bb7df97f719b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2e90bb7df97f719b","status":"passed","time":{"start":1728082807526,"stop":1728082807526,"duration":0}},{"uid":"ae31f0efd4576b6c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ae31f0efd4576b6c","status":"passed","time":{"start":1728082139385,"stop":1728082139385,"duration":0}},{"uid":"10e783a486bef92f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/10e783a486bef92f","status":"passed","time":{"start":1728068908091,"stop":1728068908092,"duration":1}},{"uid":"5026339e1fb66d42","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5026339e1fb66d42","status":"passed","time":{"start":1728067784801,"stop":1728067784801,"duration":0}},{"uid":"a222c282c7b9585b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a222c282c7b9585b","status":"passed","time":{"start":1728065631563,"stop":1728065631563,"duration":0}},{"uid":"1b8184939b9c740d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1b8184939b9c740d","status":"passed","time":{"start":1728065920920,"stop":1728065920920,"duration":0}},{"uid":"ca7e632e51464c40","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ca7e632e51464c40","status":"passed","time":{"start":1728056811699,"stop":1728056811699,"duration":0}},{"uid":"1f0e1c559fcee99f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1f0e1c559fcee99f","status":"passed","time":{"start":1728055983160,"stop":1728055983161,"duration":1}},{"uid":"157601708d07f595","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/157601708d07f595","status":"passed","time":{"start":1728056303602,"stop":1728056303602,"duration":0}},{"uid":"3c65726afc4d522c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3c65726afc4d522c","status":"passed","time":{"start":1728055114887,"stop":1728055114887,"duration":0}},{"uid":"51e10cb7b7b07c9d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/51e10cb7b7b07c9d","status":"passed","time":{"start":1728054093761,"stop":1728054093761,"duration":0}},{"uid":"17c10bf3ded01d80","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/17c10bf3ded01d80","status":"passed","time":{"start":1728052371262,"stop":1728052371262,"duration":0}},{"uid":"b6c09351739c870d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b6c09351739c870d","status":"passed","time":{"start":1728046051888,"stop":1728046051888,"duration":0}},{"uid":"39b00037f7ff13c9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/39b00037f7ff13c9","status":"passed","time":{"start":1728046838033,"stop":1728046838033,"duration":0}},{"uid":"e9d22466f4c2a939","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e9d22466f4c2a939","status":"passed","time":{"start":1728042907594,"stop":1728042907594,"duration":0}},{"uid":"9b1f0cfaf47d8f19","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9b1f0cfaf47d8f19","status":"passed","time":{"start":1728035469895,"stop":1728035469895,"duration":0}},{"uid":"34869cf8d803cde1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/34869cf8d803cde1","status":"passed","time":{"start":1728033386455,"stop":1728033386455,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"be520c3fa5bae39b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/be520c3fa5bae39b","status":"passed","time":{"start":1728085872163,"stop":1728085872164,"duration":1}},{"uid":"ba36af02ab56526d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ba36af02ab56526d","status":"passed","time":{"start":1728084884490,"stop":1728084884491,"duration":1}},{"uid":"59fe1e7e29be1073","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/59fe1e7e29be1073","status":"passed","time":{"start":1728083751979,"stop":1728083751980,"duration":1}},{"uid":"21ffef85639b72e5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/21ffef85639b72e5","status":"passed","time":{"start":1728082815027,"stop":1728082815028,"duration":1}},{"uid":"690df184f8c6338f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/690df184f8c6338f","status":"passed","time":{"start":1728082147314,"stop":1728082147315,"duration":1}},{"uid":"2069e71368413e80","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2069e71368413e80","status":"passed","time":{"start":1728068916317,"stop":1728068916318,"duration":1}},{"uid":"c078219063375214","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c078219063375214","status":"passed","time":{"start":1728067792186,"stop":1728067792186,"duration":0}},{"uid":"e43e5e3b48a885dc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e43e5e3b48a885dc","status":"passed","time":{"start":1728065639248,"stop":1728065639249,"duration":1}},{"uid":"6c59052630b7f80a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6c59052630b7f80a","status":"passed","time":{"start":1728065928754,"stop":1728065928754,"duration":0}},{"uid":"bd1c0693449e7ee5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd1c0693449e7ee5","status":"passed","time":{"start":1728056819194,"stop":1728056819194,"duration":0}},{"uid":"e4ee9b1c0411dafd","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e4ee9b1c0411dafd","status":"passed","time":{"start":1728055990804,"stop":1728055990805,"duration":1}},{"uid":"b227f3286be1b04f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b227f3286be1b04f","status":"passed","time":{"start":1728056311519,"stop":1728056311519,"duration":0}},{"uid":"456e69e2d3c5bf43","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/456e69e2d3c5bf43","status":"passed","time":{"start":1728055122695,"stop":1728055122696,"duration":1}},{"uid":"7a96d1a02c7941f3","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7a96d1a02c7941f3","status":"passed","time":{"start":1728054101372,"stop":1728054101372,"duration":0}},{"uid":"69b9c648655c5252","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/69b9c648655c5252","status":"passed","time":{"start":1728052379033,"stop":1728052379033,"duration":0}},{"uid":"2c27dcc0d8b39296","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2c27dcc0d8b39296","status":"passed","time":{"start":1728046059818,"stop":1728046059818,"duration":0}},{"uid":"c3685fa80be4dbb5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c3685fa80be4dbb5","status":"passed","time":{"start":1728046845704,"stop":1728046845705,"duration":1}},{"uid":"43957131dcadc32e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/43957131dcadc32e","status":"passed","time":{"start":1728042915319,"stop":1728042915320,"duration":1}},{"uid":"891eecdec54bdc03","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/891eecdec54bdc03","status":"passed","time":{"start":1728035477901,"stop":1728035477901,"duration":0}},{"uid":"567b13c2949d12b6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/567b13c2949d12b6","status":"passed","time":{"start":1728033394384,"stop":1728033394384,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6d0f4ba5bc0f890e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6d0f4ba5bc0f890e","status":"passed","time":{"start":1728085948113,"stop":1728085948114,"duration":1}},{"uid":"33cfa9e9a2a329f3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/33cfa9e9a2a329f3","status":"passed","time":{"start":1728084962842,"stop":1728084962843,"duration":1}},{"uid":"b6eb2d96456ec766","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b6eb2d96456ec766","status":"passed","time":{"start":1728083828783,"stop":1728083828783,"duration":0}},{"uid":"17f3ffa1590b4069","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/17f3ffa1590b4069","status":"passed","time":{"start":1728082892716,"stop":1728082892717,"duration":1}},{"uid":"5b5ae640f7032b47","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5b5ae640f7032b47","status":"passed","time":{"start":1728082222477,"stop":1728082222479,"duration":2}},{"uid":"8b2ddca31a06ca3c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8b2ddca31a06ca3c","status":"passed","time":{"start":1728068994840,"stop":1728068994840,"duration":0}},{"uid":"2fc7016da82a1785","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2fc7016da82a1785","status":"passed","time":{"start":1728067859836,"stop":1728067859837,"duration":1}},{"uid":"a9a2461284930637","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a9a2461284930637","status":"passed","time":{"start":1728065708187,"stop":1728065708187,"duration":0}},{"uid":"b0e8a3f75a0ef83e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b0e8a3f75a0ef83e","status":"passed","time":{"start":1728065996328,"stop":1728065996328,"duration":0}},{"uid":"c07adad85c390427","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c07adad85c390427","status":"passed","time":{"start":1728056884975,"stop":1728056884975,"duration":0}},{"uid":"5169ee851e3e28f5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5169ee851e3e28f5","status":"passed","time":{"start":1728056059744,"stop":1728056059744,"duration":0}},{"uid":"e71aefce6e9919fd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e71aefce6e9919fd","status":"passed","time":{"start":1728056378310,"stop":1728056378311,"duration":1}},{"uid":"a6f6227be0095f9b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a6f6227be0095f9b","status":"passed","time":{"start":1728055189863,"stop":1728055189863,"duration":0}},{"uid":"aee0ed7d7aae8470","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/aee0ed7d7aae8470","status":"passed","time":{"start":1728054168094,"stop":1728054168094,"duration":0}},{"uid":"e016cf41f07e67a0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e016cf41f07e67a0","status":"passed","time":{"start":1728052446019,"stop":1728052446020,"duration":1}},{"uid":"96f273578e0b4a3e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/96f273578e0b4a3e","status":"passed","time":{"start":1728046135445,"stop":1728046135451,"duration":6}},{"uid":"b2440aac47462f7d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b2440aac47462f7d","status":"passed","time":{"start":1728046911864,"stop":1728046911865,"duration":1}},{"uid":"35276f4d735e33dd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/35276f4d735e33dd","status":"passed","time":{"start":1728042990786,"stop":1728042990788,"duration":2}},{"uid":"15241b31454451c4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/15241b31454451c4","status":"passed","time":{"start":1728035552823,"stop":1728035552831,"duration":8}},{"uid":"8ffe61975c37ac2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8ffe61975c37ac2","status":"passed","time":{"start":1728033475122,"stop":1728033475123,"duration":1}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"99b52040c1e3718b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/99b52040c1e3718b","status":"passed","time":{"start":1728085864155,"stop":1728085864156,"duration":1}},{"uid":"a0b67f0f3e37b08","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a0b67f0f3e37b08","status":"passed","time":{"start":1728084876384,"stop":1728084876384,"duration":0}},{"uid":"705ebbea7a64ec7e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/705ebbea7a64ec7e","status":"passed","time":{"start":1728083744341,"stop":1728083744341,"duration":0}},{"uid":"39edac11cc58a74e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/39edac11cc58a74e","status":"passed","time":{"start":1728082807434,"stop":1728082807434,"duration":0}},{"uid":"2f544a3696619d3f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2f544a3696619d3f","status":"passed","time":{"start":1728082139301,"stop":1728082139301,"duration":0}},{"uid":"903afa5ab99fc6de","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/903afa5ab99fc6de","status":"passed","time":{"start":1728068908039,"stop":1728068908040,"duration":1}},{"uid":"6bdb42a1ca16b467","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6bdb42a1ca16b467","status":"passed","time":{"start":1728067784696,"stop":1728067784696,"duration":0}},{"uid":"56f43547c97a6f20","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/56f43547c97a6f20","status":"passed","time":{"start":1728065631499,"stop":1728065631499,"duration":0}},{"uid":"f04541adc3a2d5f4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f04541adc3a2d5f4","status":"passed","time":{"start":1728065920810,"stop":1728065920811,"duration":1}},{"uid":"c567f110a1356301","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c567f110a1356301","status":"passed","time":{"start":1728056811568,"stop":1728056811569,"duration":1}},{"uid":"252f37da7f5e097f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/252f37da7f5e097f","status":"passed","time":{"start":1728055983126,"stop":1728055983126,"duration":0}},{"uid":"6e937d11024c491","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6e937d11024c491","status":"passed","time":{"start":1728056303670,"stop":1728056303670,"duration":0}},{"uid":"74c812b158b95ddf","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/74c812b158b95ddf","status":"passed","time":{"start":1728055114798,"stop":1728055114798,"duration":0}},{"uid":"c8736303763eeb45","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c8736303763eeb45","status":"passed","time":{"start":1728054093584,"stop":1728054093584,"duration":0}},{"uid":"90f0588765078572","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/90f0588765078572","status":"passed","time":{"start":1728052371168,"stop":1728052371168,"duration":0}},{"uid":"b88690bf28a6a84c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b88690bf28a6a84c","status":"passed","time":{"start":1728046051708,"stop":1728046051708,"duration":0}},{"uid":"f1329d04b0274d67","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f1329d04b0274d67","status":"passed","time":{"start":1728046837796,"stop":1728046837797,"duration":1}},{"uid":"6c99ed6a1fae427f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6c99ed6a1fae427f","status":"passed","time":{"start":1728042907569,"stop":1728042907569,"duration":0}},{"uid":"7b6437c1f9536d1c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7b6437c1f9536d1c","status":"passed","time":{"start":1728035469873,"stop":1728035469873,"duration":0}},{"uid":"2872e742a37cdfd8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2872e742a37cdfd8","status":"passed","time":{"start":1728033386381,"stop":1728033386381,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6f8326c30a6639bb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6f8326c30a6639bb","status":"passed","time":{"start":1728086258654,"stop":1728086258654,"duration":0}},{"uid":"6e62ca60289e03c8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6e62ca60289e03c8","status":"passed","time":{"start":1728085280460,"stop":1728085280460,"duration":0}},{"uid":"9ab7e1e01ea42f8c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9ab7e1e01ea42f8c","status":"passed","time":{"start":1728084082620,"stop":1728084082620,"duration":0}},{"uid":"20e3f913e8494a06","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/20e3f913e8494a06","status":"passed","time":{"start":1728083150054,"stop":1728083150055,"duration":1}},{"uid":"674cf9ccc95d2187","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/674cf9ccc95d2187","status":"passed","time":{"start":1728082465643,"stop":1728082465644,"duration":1}},{"uid":"5f43e46a8b05f54f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5f43e46a8b05f54f","status":"passed","time":{"start":1728069307983,"stop":1728069307985,"duration":2}},{"uid":"fa32bb248694da38","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fa32bb248694da38","status":"passed","time":{"start":1728068100422,"stop":1728068100422,"duration":0}},{"uid":"a069cb0aac987640","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a069cb0aac987640","status":"passed","time":{"start":1728043296021,"stop":1728043296022,"duration":1}},{"uid":"cf54afe95b91be44","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cf54afe95b91be44","status":"passed","time":{"start":1728035910060,"stop":1728035910062,"duration":2}},{"uid":"ab310020a44e8919","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ab310020a44e8919","status":"passed","time":{"start":1728033824744,"stop":1728033824744,"duration":0}},{"uid":"a72d6ab09e2ddcaa","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a72d6ab09e2ddcaa","status":"passed","time":{"start":1728033449285,"stop":1728033449285,"duration":0}},{"uid":"9423f6b9fabedff","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9423f6b9fabedff","status":"passed","time":{"start":1728032982555,"stop":1728032982555,"duration":0}},{"uid":"3fbbfad713a42d5a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3fbbfad713a42d5a","status":"passed","time":{"start":1728032626103,"stop":1728032626105,"duration":2}},{"uid":"7611c1637b64c3b9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7611c1637b64c3b9","status":"passed","time":{"start":1728032345506,"stop":1728032345506,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6a79d5456a3b3b3d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a79d5456a3b3b3d","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0}},{"uid":"1be46fa358128dd7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1be46fa358128dd7","status":"passed","time":{"start":1728084892989,"stop":1728084892989,"duration":0}},{"uid":"4d12611db2de5660","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4d12611db2de5660","status":"passed","time":{"start":1728083759987,"stop":1728083759987,"duration":0}},{"uid":"be6f55677756f55b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/be6f55677756f55b","status":"passed","time":{"start":1728082823296,"stop":1728082823297,"duration":1}},{"uid":"fe3d61d79fb6e250","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fe3d61d79fb6e250","status":"passed","time":{"start":1728082155360,"stop":1728082155360,"duration":0}},{"uid":"a236979d1f6d153b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a236979d1f6d153b","status":"passed","time":{"start":1728068924345,"stop":1728068924345,"duration":0}},{"uid":"7975c7bf0a613a54","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7975c7bf0a613a54","status":"passed","time":{"start":1728067800590,"stop":1728067800590,"duration":0}},{"uid":"8f67123bea569e29","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8f67123bea569e29","status":"passed","time":{"start":1728065647295,"stop":1728065647295,"duration":0}},{"uid":"f4d7b4332703d2ca","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f4d7b4332703d2ca","status":"passed","time":{"start":1728065936953,"stop":1728065936953,"duration":0}},{"uid":"369eb4b436dc3c3e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/369eb4b436dc3c3e","status":"passed","time":{"start":1728056827336,"stop":1728056827336,"duration":0}},{"uid":"fd805b5a175a56c0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fd805b5a175a56c0","status":"passed","time":{"start":1728055999166,"stop":1728055999167,"duration":1}},{"uid":"74449f11b2c1a5d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/74449f11b2c1a5d","status":"passed","time":{"start":1728056319412,"stop":1728056319412,"duration":0}},{"uid":"fe5efda8cc31e6df","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fe5efda8cc31e6df","status":"passed","time":{"start":1728055130827,"stop":1728055130827,"duration":0}},{"uid":"540c582f9a4872e7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/540c582f9a4872e7","status":"passed","time":{"start":1728054109609,"stop":1728054109609,"duration":0}},{"uid":"3adb9eda81fbec15","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3adb9eda81fbec15","status":"passed","time":{"start":1728052387221,"stop":1728052387221,"duration":0}},{"uid":"2c986deaf0df15f0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2c986deaf0df15f0","status":"passed","time":{"start":1728046068272,"stop":1728046068273,"duration":1}},{"uid":"2f8515cd89f171aa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2f8515cd89f171aa","status":"passed","time":{"start":1728046853653,"stop":1728046853654,"duration":1}},{"uid":"8a1c23a6b81220eb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8a1c23a6b81220eb","status":"passed","time":{"start":1728042923422,"stop":1728042923422,"duration":0}},{"uid":"a256a1b426b281b0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a256a1b426b281b0","status":"passed","time":{"start":1728035486196,"stop":1728035486196,"duration":0}},{"uid":"ecda89a21e9e1ca1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ecda89a21e9e1ca1","status":"passed","time":{"start":1728033402773,"stop":1728033402773,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e829486fc45699ef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e829486fc45699ef","status":"passed","time":{"start":1728086226462,"stop":1728086226463,"duration":1}},{"uid":"ea17de5e81995aa9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ea17de5e81995aa9","status":"passed","time":{"start":1728085246264,"stop":1728085246265,"duration":1}},{"uid":"2dce9d008829fec1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2dce9d008829fec1","status":"passed","time":{"start":1728084078524,"stop":1728084078525,"duration":1}},{"uid":"de663920b4a085d8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/de663920b4a085d8","status":"passed","time":{"start":1728083124999,"stop":1728083124999,"duration":0}},{"uid":"368c5f3d21f83950","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/368c5f3d21f83950","status":"passed","time":{"start":1728082441006,"stop":1728082441006,"duration":0}},{"uid":"20c1d1b34dc47b7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/20c1d1b34dc47b7","status":"passed","time":{"start":1728069279726,"stop":1728069279726,"duration":0}},{"uid":"fdfbd7a9010f6099","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fdfbd7a9010f6099","status":"passed","time":{"start":1728046402347,"stop":1728046402347,"duration":0}},{"uid":"e16d4b418e769426","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e16d4b418e769426","status":"passed","time":{"start":1728043267020,"stop":1728043267020,"duration":0}},{"uid":"d24bcf9780f33b19","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d24bcf9780f33b19","status":"passed","time":{"start":1728035855901,"stop":1728035855905,"duration":4}},{"uid":"42919f5673fcc675","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/42919f5673fcc675","status":"passed","time":{"start":1728033769204,"stop":1728033769205,"duration":1}},{"uid":"4c974de79903533d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4c974de79903533d","status":"passed","time":{"start":1728033391627,"stop":1728033391627,"duration":0}},{"uid":"85e0510627b7f9d0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/85e0510627b7f9d0","status":"passed","time":{"start":1728032951634,"stop":1728032951635,"duration":1}},{"uid":"197a105f2ef04aa5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/197a105f2ef04aa5","status":"passed","time":{"start":1728032582495,"stop":1728032582495,"duration":0}},{"uid":"2b599cea8ab755ad","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2b599cea8ab755ad","status":"passed","time":{"start":1728032304548,"stop":1728032304549,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"340f49fab015dd3e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/340f49fab015dd3e","status":"passed","time":{"start":1728085887436,"stop":1728085887437,"duration":1}},{"uid":"e73301239fdeba43","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e73301239fdeba43","status":"passed","time":{"start":1728084900530,"stop":1728084900531,"duration":1}},{"uid":"79c713369e4984c8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/79c713369e4984c8","status":"passed","time":{"start":1728083767232,"stop":1728083767232,"duration":0}},{"uid":"a21aa5c904005ed3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a21aa5c904005ed3","status":"passed","time":{"start":1728082830569,"stop":1728082830569,"duration":0}},{"uid":"6b0965c8f199ff88","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6b0965c8f199ff88","status":"passed","time":{"start":1728082162542,"stop":1728082162542,"duration":0}},{"uid":"3b2ca418513bf1de","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3b2ca418513bf1de","status":"passed","time":{"start":1728068931715,"stop":1728068931716,"duration":1}},{"uid":"2fbacf9f8cde03ef","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2fbacf9f8cde03ef","status":"passed","time":{"start":1728067808083,"stop":1728067808084,"duration":1}},{"uid":"348a5105fee9bc5f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/348a5105fee9bc5f","status":"passed","time":{"start":1728065654539,"stop":1728065654539,"duration":0}},{"uid":"72f8073a30b5a3db","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/72f8073a30b5a3db","status":"passed","time":{"start":1728065944492,"stop":1728065944493,"duration":1}},{"uid":"b319226c5f8af252","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b319226c5f8af252","status":"passed","time":{"start":1728056834642,"stop":1728056834642,"duration":0}},{"uid":"a5588ba576fd7ca5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a5588ba576fd7ca5","status":"passed","time":{"start":1728056006884,"stop":1728056006885,"duration":1}},{"uid":"c7335b2e12169ae2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c7335b2e12169ae2","status":"passed","time":{"start":1728056326838,"stop":1728056326839,"duration":1}},{"uid":"aab3753be9799078","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/aab3753be9799078","status":"passed","time":{"start":1728055138053,"stop":1728055138054,"duration":1}},{"uid":"67734765c0fd66ba","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/67734765c0fd66ba","status":"passed","time":{"start":1728054117013,"stop":1728054117013,"duration":0}},{"uid":"4e6e5489d30bfc13","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4e6e5489d30bfc13","status":"passed","time":{"start":1728052394766,"stop":1728052394766,"duration":0}},{"uid":"32b9ebd6841cca3c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/32b9ebd6841cca3c","status":"passed","time":{"start":1728046076003,"stop":1728046076003,"duration":0}},{"uid":"6f1e67ac4668feda","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6f1e67ac4668feda","status":"passed","time":{"start":1728046860683,"stop":1728046860683,"duration":0}},{"uid":"732e5bb20448c293","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/732e5bb20448c293","status":"passed","time":{"start":1728042930498,"stop":1728042930499,"duration":1}},{"uid":"c97a123a1c583a58","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c97a123a1c583a58","status":"passed","time":{"start":1728035493360,"stop":1728035493361,"duration":1}},{"uid":"c50ff58bd278135e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c50ff58bd278135e","status":"passed","time":{"start":1728033410206,"stop":1728033410207,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"6d53f03ea314d502","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6d53f03ea314d502","status":"passed","time":{"start":1728086203091,"stop":1728086203091,"duration":0}},{"uid":"504ae235a5bd37bd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/504ae235a5bd37bd","status":"passed","time":{"start":1728085221326,"stop":1728085221326,"duration":0}},{"uid":"682483d98a779e24","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/682483d98a779e24","status":"passed","time":{"start":1728084029154,"stop":1728084029155,"duration":1}},{"uid":"125c169647ff4ed","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/125c169647ff4ed","status":"passed","time":{"start":1728083082985,"stop":1728083082985,"duration":0}},{"uid":"31bbc43250099e61","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/31bbc43250099e61","status":"passed","time":{"start":1728082390944,"stop":1728082390945,"duration":1}},{"uid":"2b37cd8b9e0f081f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2b37cd8b9e0f081f","status":"passed","time":{"start":1728069248362,"stop":1728069248362,"duration":0}},{"uid":"b99ee5e7c98a914e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b99ee5e7c98a914e","status":"passed","time":{"start":1728068031232,"stop":1728068031232,"duration":0}},{"uid":"85a8ca31774f2b9a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/85a8ca31774f2b9a","status":"passed","time":{"start":1728066046594,"stop":1728066046594,"duration":0}},{"uid":"40e34545ea6e78b6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/40e34545ea6e78b6","status":"passed","time":{"start":1728066341470,"stop":1728066341470,"duration":0}},{"uid":"e7c5d86851470464","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e7c5d86851470464","status":"passed","time":{"start":1728057209559,"stop":1728057209559,"duration":0}},{"uid":"9732551d801ee40e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9732551d801ee40e","status":"passed","time":{"start":1728056305016,"stop":1728056305020,"duration":4}},{"uid":"696c017f82b36185","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/696c017f82b36185","status":"passed","time":{"start":1728056720924,"stop":1728056720924,"duration":0}},{"uid":"3ce5a3180b6f6e51","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3ce5a3180b6f6e51","status":"passed","time":{"start":1728052606333,"stop":1728052606334,"duration":1}},{"uid":"d5500ec042775151","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d5500ec042775151","status":"passed","time":{"start":1728046448363,"stop":1728046448363,"duration":0}},{"uid":"2afee280c0fa417f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2afee280c0fa417f","status":"passed","time":{"start":1728047258621,"stop":1728047258623,"duration":2}},{"uid":"d4da786b7bcd43d5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d4da786b7bcd43d5","status":"passed","time":{"start":1728043238284,"stop":1728043238284,"duration":0}},{"uid":"e83d28332bcb32cf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e83d28332bcb32cf","status":"passed","time":{"start":1728035872153,"stop":1728035872156,"duration":3}},{"uid":"a00ab3fea2839217","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a00ab3fea2839217","status":"passed","time":{"start":1728033783649,"stop":1728033783657,"duration":8}},{"uid":"9f95d6a1908e67b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9f95d6a1908e67b","status":"passed","time":{"start":1728033410921,"stop":1728033410921,"duration":0}},{"uid":"cc421cd4d2299fc0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/cc421cd4d2299fc0","status":"passed","time":{"start":1728032924160,"stop":1728032924160,"duration":0}}]},"c14216092be26a56d530006f73cd431e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8edb4c02b9c69fb8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8edb4c02b9c69fb8","status":"passed","time":{"start":1728082438071,"stop":1728082438072,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"eae3612bc05bf93a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eae3612bc05bf93a","status":"passed","time":{"start":1728085897854,"stop":1728085897854,"duration":0}},{"uid":"52f2a9518260abcc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/52f2a9518260abcc","status":"passed","time":{"start":1728084911105,"stop":1728084911105,"duration":0}},{"uid":"15527e0a9fc25855","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/15527e0a9fc25855","status":"passed","time":{"start":1728083777446,"stop":1728083777447,"duration":1}},{"uid":"9c8bdeb2cc6be5a8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9c8bdeb2cc6be5a8","status":"passed","time":{"start":1728082840906,"stop":1728082840907,"duration":1}},{"uid":"68bd00b35dc993fb","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/68bd00b35dc993fb","status":"passed","time":{"start":1728082173081,"stop":1728082173081,"duration":0}},{"uid":"45e929c26eb7c445","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/45e929c26eb7c445","status":"passed","time":{"start":1728068942357,"stop":1728068942358,"duration":1}},{"uid":"59a61b8575b87597","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/59a61b8575b87597","status":"passed","time":{"start":1728067817949,"stop":1728067817949,"duration":0}},{"uid":"7870d77fc255ecdf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7870d77fc255ecdf","status":"passed","time":{"start":1728065664967,"stop":1728065664968,"duration":1}},{"uid":"fa7c4159a7105d1a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fa7c4159a7105d1a","status":"passed","time":{"start":1728065954889,"stop":1728065954889,"duration":0}},{"uid":"4398a1f1d7678841","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4398a1f1d7678841","status":"passed","time":{"start":1728056845049,"stop":1728056845050,"duration":1}},{"uid":"a9ae885af2677194","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a9ae885af2677194","status":"passed","time":{"start":1728056016986,"stop":1728056016986,"duration":0}},{"uid":"61002b67f3317a39","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/61002b67f3317a39","status":"passed","time":{"start":1728056337250,"stop":1728056337250,"duration":0}},{"uid":"e231876a537ba688","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e231876a537ba688","status":"passed","time":{"start":1728055148759,"stop":1728055148759,"duration":0}},{"uid":"df4607ae0a3db597","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/df4607ae0a3db597","status":"passed","time":{"start":1728054127193,"stop":1728054127193,"duration":0}},{"uid":"85f8c7cb8c9b5884","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/85f8c7cb8c9b5884","status":"passed","time":{"start":1728052404922,"stop":1728052404922,"duration":0}},{"uid":"e6fe1f5c26a7e6e3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e6fe1f5c26a7e6e3","status":"passed","time":{"start":1728046086247,"stop":1728046086247,"duration":0}},{"uid":"8cee558b528a35e7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8cee558b528a35e7","status":"passed","time":{"start":1728046871097,"stop":1728046871097,"duration":0}},{"uid":"e37d0b853d7638b1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e37d0b853d7638b1","status":"passed","time":{"start":1728042940927,"stop":1728042940928,"duration":1}},{"uid":"5ac9ad89b446741b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5ac9ad89b446741b","status":"passed","time":{"start":1728035504144,"stop":1728035504145,"duration":1}},{"uid":"3397dd6ae12133a1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3397dd6ae12133a1","status":"passed","time":{"start":1728033420768,"stop":1728033420769,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ba6e7bf4f310b4c5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ba6e7bf4f310b4c5","status":"passed","time":{"start":1728085872162,"stop":1728085872163,"duration":1}},{"uid":"6dd24ac00f4850a9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6dd24ac00f4850a9","status":"passed","time":{"start":1728084884483,"stop":1728084884489,"duration":6}},{"uid":"c4321b89e8e2ef20","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c4321b89e8e2ef20","status":"passed","time":{"start":1728083751976,"stop":1728083751979,"duration":3}},{"uid":"9519e406b07d92a8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9519e406b07d92a8","status":"passed","time":{"start":1728082815024,"stop":1728082815027,"duration":3}},{"uid":"ae3db7fb4e9f9ca0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ae3db7fb4e9f9ca0","status":"passed","time":{"start":1728082147309,"stop":1728082147314,"duration":5}},{"uid":"29277aefdd16bbc9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/29277aefdd16bbc9","status":"passed","time":{"start":1728068916316,"stop":1728068916317,"duration":1}},{"uid":"146bcef7f983bda4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/146bcef7f983bda4","status":"passed","time":{"start":1728067792183,"stop":1728067792185,"duration":2}},{"uid":"648035a443c8554","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/648035a443c8554","status":"passed","time":{"start":1728065639242,"stop":1728065639248,"duration":6}},{"uid":"c03201c5b254a8f1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c03201c5b254a8f1","status":"passed","time":{"start":1728065928750,"stop":1728065928754,"duration":4}},{"uid":"f565472d50586d35","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f565472d50586d35","status":"passed","time":{"start":1728056819191,"stop":1728056819194,"duration":3}},{"uid":"868ceb53f047daa2","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/868ceb53f047daa2","status":"passed","time":{"start":1728055990802,"stop":1728055990804,"duration":2}},{"uid":"da95ae4b7b4852aa","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/da95ae4b7b4852aa","status":"passed","time":{"start":1728056311518,"stop":1728056311519,"duration":1}},{"uid":"7182f79d7406131c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7182f79d7406131c","status":"passed","time":{"start":1728055122689,"stop":1728055122694,"duration":5}},{"uid":"e91615e051915c03","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e91615e051915c03","status":"passed","time":{"start":1728054101369,"stop":1728054101372,"duration":3}},{"uid":"20cca07482d54af5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/20cca07482d54af5","status":"passed","time":{"start":1728052379026,"stop":1728052379033,"duration":7}},{"uid":"a994f0c621401f71","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a994f0c621401f71","status":"passed","time":{"start":1728046059814,"stop":1728046059818,"duration":4}},{"uid":"6f6b4df6531d4cd8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6f6b4df6531d4cd8","status":"passed","time":{"start":1728046845697,"stop":1728046845704,"duration":7}},{"uid":"334c13ccbc8ce22a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/334c13ccbc8ce22a","status":"passed","time":{"start":1728042915315,"stop":1728042915319,"duration":4}},{"uid":"4f80d3eb0408a301","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4f80d3eb0408a301","status":"passed","time":{"start":1728035477892,"stop":1728035477900,"duration":8}},{"uid":"dcbd22026cf2eb91","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dcbd22026cf2eb91","status":"passed","time":{"start":1728033394381,"stop":1728033394383,"duration":2}}]},"d36604835e18febfe987c93b2e6b6730:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd463d2e78563b25","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fd463d2e78563b25","status":"passed","time":{"start":1728082390964,"stop":1728082390965,"duration":1}}]},"775688422eaa5659e50c4bbf7e22e873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ade3eb1915c81de7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ade3eb1915c81de7","status":"passed","time":{"start":1728066313103,"stop":1728066313104,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"14c998064bcc655b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/14c998064bcc655b","status":"passed","time":{"start":1728086207910,"stop":1728086207911,"duration":1}},{"uid":"c8742d18f6dd1935","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c8742d18f6dd1935","status":"passed","time":{"start":1728085227792,"stop":1728085227793,"duration":1}},{"uid":"342677a954e8b59e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/342677a954e8b59e","status":"passed","time":{"start":1728084031092,"stop":1728084031093,"duration":1}},{"uid":"9a889b82ad7d54e4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9a889b82ad7d54e4","status":"passed","time":{"start":1728083085067,"stop":1728083085067,"duration":0}},{"uid":"ba576647a77b836b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ba576647a77b836b","status":"passed","time":{"start":1728082402961,"stop":1728082402961,"duration":0}},{"uid":"fd88b335bdaa6242","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fd88b335bdaa6242","status":"passed","time":{"start":1728069256723,"stop":1728069256724,"duration":1}},{"uid":"d7991914d72c49db","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d7991914d72c49db","status":"passed","time":{"start":1728068039049,"stop":1728068039049,"duration":0}},{"uid":"f0097f9fb8a63a3f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f0097f9fb8a63a3f","status":"passed","time":{"start":1728066054978,"stop":1728066054979,"duration":1}},{"uid":"83d49bb6d03a48f2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/83d49bb6d03a48f2","status":"passed","time":{"start":1728066345496,"stop":1728066345497,"duration":1}},{"uid":"e05094486141cba3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e05094486141cba3","status":"passed","time":{"start":1728057218519,"stop":1728057218519,"duration":0}},{"uid":"affa4161a00846a3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/affa4161a00846a3","status":"passed","time":{"start":1728056313102,"stop":1728056313102,"duration":0}},{"uid":"19bb216d5d8ebb6d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/19bb216d5d8ebb6d","status":"passed","time":{"start":1728056731786,"stop":1728056731787,"duration":1}},{"uid":"55724a1c7ee75117","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/55724a1c7ee75117","status":"passed","time":{"start":1728052615133,"stop":1728052615133,"duration":0}},{"uid":"c8074d2ad3cd29d6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c8074d2ad3cd29d6","status":"passed","time":{"start":1728046456506,"stop":1728046456506,"duration":0}},{"uid":"d77aa39912a341dd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d77aa39912a341dd","status":"passed","time":{"start":1728047262763,"stop":1728047262763,"duration":0}},{"uid":"eb30c2ffeba91cc5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eb30c2ffeba91cc5","status":"passed","time":{"start":1728043245059,"stop":1728043245059,"duration":0}},{"uid":"c7e693bfb2787714","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c7e693bfb2787714","status":"passed","time":{"start":1728035876570,"stop":1728035876571,"duration":1}},{"uid":"92da6714a841880e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/92da6714a841880e","status":"passed","time":{"start":1728033795268,"stop":1728033795269,"duration":1}},{"uid":"53a72f801106235d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/53a72f801106235d","status":"passed","time":{"start":1728033412131,"stop":1728033412132,"duration":1}},{"uid":"52e1786292c195c8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/52e1786292c195c8","status":"passed","time":{"start":1728032929720,"stop":1728032929720,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"38b78ace05b9ffd8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/38b78ace05b9ffd8","status":"passed","time":{"start":1728085863791,"stop":1728085863795,"duration":4}},{"uid":"4373dda9c5ceabb5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4373dda9c5ceabb5","status":"passed","time":{"start":1728084876040,"stop":1728084876041,"duration":1}},{"uid":"a8c291d5931c68e5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a8c291d5931c68e5","status":"passed","time":{"start":1728083743927,"stop":1728083743928,"duration":1}},{"uid":"2621a7fb3edeb159","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2621a7fb3edeb159","status":"passed","time":{"start":1728082807297,"stop":1728082807299,"duration":2}},{"uid":"ee8a5d533c13ad7d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ee8a5d533c13ad7d","status":"passed","time":{"start":1728082138986,"stop":1728082138988,"duration":2}},{"uid":"d6830390f0b9fd6a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d6830390f0b9fd6a","status":"passed","time":{"start":1728068907699,"stop":1728068907701,"duration":2}},{"uid":"7201472b2fa65f13","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7201472b2fa65f13","status":"passed","time":{"start":1728067784371,"stop":1728067784372,"duration":1}},{"uid":"d54094137692bb30","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d54094137692bb30","status":"passed","time":{"start":1728065631072,"stop":1728065631073,"duration":1}},{"uid":"974190024fb68552","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/974190024fb68552","status":"passed","time":{"start":1728065920472,"stop":1728065920474,"duration":2}},{"uid":"a724c2a323592188","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a724c2a323592188","status":"passed","time":{"start":1728056811053,"stop":1728056811054,"duration":1}},{"uid":"53cae40d2c928c68","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/53cae40d2c928c68","status":"passed","time":{"start":1728055982546,"stop":1728055982548,"duration":2}},{"uid":"7b5a7723c4e911f0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7b5a7723c4e911f0","status":"passed","time":{"start":1728056303101,"stop":1728056303102,"duration":1}},{"uid":"4b94cab8a9c1791e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4b94cab8a9c1791e","status":"passed","time":{"start":1728055114400,"stop":1728055114402,"duration":2}},{"uid":"4f259af548121247","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4f259af548121247","status":"passed","time":{"start":1728054093225,"stop":1728054093227,"duration":2}},{"uid":"11fb26ebb099628e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/11fb26ebb099628e","status":"passed","time":{"start":1728052370835,"stop":1728052370837,"duration":2}},{"uid":"c8fd00f23463c3cd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c8fd00f23463c3cd","status":"passed","time":{"start":1728046051373,"stop":1728046051374,"duration":1}},{"uid":"807b66a5d37483cd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/807b66a5d37483cd","status":"passed","time":{"start":1728046837379,"stop":1728046837381,"duration":2}},{"uid":"56fb1b0403faebb2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/56fb1b0403faebb2","status":"passed","time":{"start":1728042906954,"stop":1728042906956,"duration":2}},{"uid":"a8c5dd232496fe4c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a8c5dd232496fe4c","status":"passed","time":{"start":1728035469396,"stop":1728035469398,"duration":2}},{"uid":"7de21094fc530205","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7de21094fc530205","status":"passed","time":{"start":1728033385995,"stop":1728033385996,"duration":1}}]},"f42cd8a4b636fb89fbe7d3d4a967e6a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"772b1e4a7872ae58","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/772b1e4a7872ae58","status":"passed","time":{"start":1728067502943,"stop":1728067502943,"duration":0}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"be186046a74b0492","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/be186046a74b0492","status":"passed","time":{"start":1728086063174,"stop":1728086063175,"duration":1}},{"uid":"c778b26235bd55a4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c778b26235bd55a4","status":"passed","time":{"start":1728085079886,"stop":1728085079887,"duration":1}},{"uid":"ca4d5bf2c8cd1365","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ca4d5bf2c8cd1365","status":"passed","time":{"start":1728083929289,"stop":1728083929289,"duration":0}},{"uid":"41ae3a681b56d616","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/41ae3a681b56d616","status":"passed","time":{"start":1728082986547,"stop":1728082986547,"duration":0}},{"uid":"b21db7d804375e1d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b21db7d804375e1d","status":"passed","time":{"start":1728082304412,"stop":1728082304414,"duration":2}},{"uid":"b206ab9b58226380","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b206ab9b58226380","status":"passed","time":{"start":1728069112293,"stop":1728069112293,"duration":0}},{"uid":"cb44f8e2540c584e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cb44f8e2540c584e","status":"passed","time":{"start":1728067941515,"stop":1728067941515,"duration":0}},{"uid":"d8b79f5f0adee0a0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d8b79f5f0adee0a0","status":"passed","time":{"start":1728043108479,"stop":1728043108481,"duration":2}},{"uid":"e9ce9cf10ed18730","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e9ce9cf10ed18730","status":"passed","time":{"start":1728035666329,"stop":1728035666329,"duration":0}},{"uid":"b74121aec36ec24d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b74121aec36ec24d","status":"passed","time":{"start":1728033588046,"stop":1728033588049,"duration":3}},{"uid":"f2bb2117991d49c4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f2bb2117991d49c4","status":"passed","time":{"start":1728033211349,"stop":1728033211350,"duration":1}},{"uid":"e13f3953e69913e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e13f3953e69913e","status":"passed","time":{"start":1728032787663,"stop":1728032787664,"duration":1}},{"uid":"898d22b937066ea0","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/898d22b937066ea0","status":"passed","time":{"start":1728032415365,"stop":1728032415366,"duration":1}},{"uid":"40c4105ab264863f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/40c4105ab264863f","status":"passed","time":{"start":1728032137545,"stop":1728032137546,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7adb1650876f8325","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7adb1650876f8325","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0}},{"uid":"682add1e878151dd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/682add1e878151dd","status":"passed","time":{"start":1728085246287,"stop":1728085246288,"duration":1}},{"uid":"fe558f828772f287","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fe558f828772f287","status":"passed","time":{"start":1728084078535,"stop":1728084078535,"duration":0}},{"uid":"b4212d5149e267b5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b4212d5149e267b5","status":"passed","time":{"start":1728083125008,"stop":1728083125008,"duration":0}},{"uid":"a1e4f6b3a2d264a1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a1e4f6b3a2d264a1","status":"passed","time":{"start":1728082441018,"stop":1728082441019,"duration":1}},{"uid":"2623a45b0663701c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2623a45b0663701c","status":"passed","time":{"start":1728069279734,"stop":1728069279734,"duration":0}},{"uid":"2f7a6944cc0698f4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2f7a6944cc0698f4","status":"passed","time":{"start":1728046402355,"stop":1728046402355,"duration":0}},{"uid":"396d79ca53ade3bc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/396d79ca53ade3bc","status":"passed","time":{"start":1728043267037,"stop":1728043267037,"duration":0}},{"uid":"21808e57f1dc4a07","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/21808e57f1dc4a07","status":"passed","time":{"start":1728035855930,"stop":1728035855931,"duration":1}},{"uid":"8b246eef245039a7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8b246eef245039a7","status":"passed","time":{"start":1728033769212,"stop":1728033769212,"duration":0}},{"uid":"6041346120efb686","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6041346120efb686","status":"passed","time":{"start":1728033391667,"stop":1728033391667,"duration":0}},{"uid":"459b935df9a45b04","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/459b935df9a45b04","status":"passed","time":{"start":1728032951661,"stop":1728032951662,"duration":1}},{"uid":"312115dbd0a1a644","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/312115dbd0a1a644","status":"passed","time":{"start":1728032582508,"stop":1728032582508,"duration":0}},{"uid":"75d98358a56c80b8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/75d98358a56c80b8","status":"passed","time":{"start":1728032304557,"stop":1728032304558,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"70f12f7c892f0d14","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/70f12f7c892f0d14","status":"passed","time":{"start":1728086056627,"stop":1728086056627,"duration":0}},{"uid":"4ada86eda6d7e891","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4ada86eda6d7e891","status":"passed","time":{"start":1728085073696,"stop":1728085073697,"duration":1}},{"uid":"85f6383555f19ea0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/85f6383555f19ea0","status":"passed","time":{"start":1728083925360,"stop":1728083925360,"duration":0}},{"uid":"c92c6b9b884b41e1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c92c6b9b884b41e1","status":"passed","time":{"start":1728069104851,"stop":1728069104851,"duration":0}},{"uid":"61e3ad98db4aa009","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/61e3ad98db4aa009","status":"passed","time":{"start":1728046256195,"stop":1728046256195,"duration":0}},{"uid":"b5fc2d2dabd3dfaf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b5fc2d2dabd3dfaf","status":"passed","time":{"start":1728043096697,"stop":1728043096698,"duration":1}},{"uid":"2ed930849bb4ab62","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2ed930849bb4ab62","status":"passed","time":{"start":1728035661725,"stop":1728035661727,"duration":2}},{"uid":"e6672b437a6d10a7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e6672b437a6d10a7","status":"passed","time":{"start":1728033580604,"stop":1728033580604,"duration":0}},{"uid":"ae3eef537226f06f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ae3eef537226f06f","status":"passed","time":{"start":1728033205578,"stop":1728033205578,"duration":0}},{"uid":"2fdc12af439e008c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2fdc12af439e008c","status":"passed","time":{"start":1728032779636,"stop":1728032779636,"duration":0}},{"uid":"79e34860ee00c922","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/79e34860ee00c922","status":"passed","time":{"start":1728032408500,"stop":1728032408500,"duration":0}},{"uid":"42752d7a28a3fe04","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/42752d7a28a3fe04","status":"passed","time":{"start":1728032131452,"stop":1728032131454,"duration":2}}]},"f7e8819c232e7e2630c43ba4812327da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78eb78cde50cd332","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/78eb78cde50cd332","status":"passed","time":{"start":1728032304566,"stop":1728032304567,"duration":1}}]},"bdee1d1ee48ea1970ae6cfee0a0a41ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ecc647efb5e2c5cb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ecc647efb5e2c5cb","status":"passed","time":{"start":1728033382966,"stop":1728033382966,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d6496b88b6dffc3a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6496b88b6dffc3a","status":"passed","time":{"start":1728086118966,"stop":1728086118966,"duration":0}},{"uid":"151fe58785e4a33e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/151fe58785e4a33e","status":"passed","time":{"start":1728085139866,"stop":1728085139867,"duration":1}},{"uid":"81b397da04e9adcc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/81b397da04e9adcc","status":"passed","time":{"start":1728083976017,"stop":1728083976018,"duration":1}},{"uid":"97d08ad88d7b335d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/97d08ad88d7b335d","status":"passed","time":{"start":1728083054625,"stop":1728083054626,"duration":1}},{"uid":"9ec094731798b866","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9ec094731798b866","status":"passed","time":{"start":1728082369821,"stop":1728082369821,"duration":0}},{"uid":"893f65cb72237823","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/893f65cb72237823","status":"passed","time":{"start":1728069168823,"stop":1728069168823,"duration":0}},{"uid":"a3186fdb733c4465","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a3186fdb733c4465","status":"passed","time":{"start":1728068016555,"stop":1728068016555,"duration":0}},{"uid":"64b5df81e7e4fd96","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/64b5df81e7e4fd96","status":"passed","time":{"start":1728066353743,"stop":1728066353743,"duration":0}},{"uid":"9cb9fffb88cb4c1f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9cb9fffb88cb4c1f","status":"passed","time":{"start":1728043166278,"stop":1728043166278,"duration":0}},{"uid":"ad2a6a51d164309f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ad2a6a51d164309f","status":"passed","time":{"start":1728035763473,"stop":1728035763473,"duration":0}},{"uid":"9fa35e8c5907c842","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9fa35e8c5907c842","status":"passed","time":{"start":1728033686483,"stop":1728033686484,"duration":1}},{"uid":"f9842c739c2bb1d1","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f9842c739c2bb1d1","status":"passed","time":{"start":1728033307544,"stop":1728033307545,"duration":1}},{"uid":"939ae7f1d5140e18","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/939ae7f1d5140e18","status":"passed","time":{"start":1728032848458,"stop":1728032848458,"duration":0}},{"uid":"3afa2cfbf67b7033","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3afa2cfbf67b7033","status":"passed","time":{"start":1728032477089,"stop":1728032477090,"duration":1}},{"uid":"bfdd088e5c40162","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bfdd088e5c40162","status":"passed","time":{"start":1728032201820,"stop":1728032201821,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f26754a3638a234","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2f26754a3638a234","status":"passed","time":{"start":1728086226471,"stop":1728086226471,"duration":0}},{"uid":"26884c6af027374c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/26884c6af027374c","status":"passed","time":{"start":1728085246287,"stop":1728085246287,"duration":0}},{"uid":"d68614251c7d719d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d68614251c7d719d","status":"passed","time":{"start":1728084078534,"stop":1728084078535,"duration":1}},{"uid":"edc4216dcf0906a1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/edc4216dcf0906a1","status":"passed","time":{"start":1728083125007,"stop":1728083125007,"duration":0}},{"uid":"a5aba02ba6559f2b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a5aba02ba6559f2b","status":"passed","time":{"start":1728082441018,"stop":1728082441018,"duration":0}},{"uid":"d11e32e9ce6a787b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d11e32e9ce6a787b","status":"passed","time":{"start":1728069279734,"stop":1728069279734,"duration":0}},{"uid":"21f9f9d1dcbebd92","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/21f9f9d1dcbebd92","status":"passed","time":{"start":1728046402354,"stop":1728046402355,"duration":1}},{"uid":"933e716dcbc374bd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/933e716dcbc374bd","status":"passed","time":{"start":1728043267036,"stop":1728043267037,"duration":1}},{"uid":"13d43fd305b78c72","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/13d43fd305b78c72","status":"passed","time":{"start":1728035855930,"stop":1728035855930,"duration":0}},{"uid":"498b1b6125969f9a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/498b1b6125969f9a","status":"passed","time":{"start":1728033769212,"stop":1728033769212,"duration":0}},{"uid":"e1dcbc5f02bcbb64","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e1dcbc5f02bcbb64","status":"passed","time":{"start":1728033391659,"stop":1728033391666,"duration":7}},{"uid":"c2beda47420f5d79","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c2beda47420f5d79","status":"passed","time":{"start":1728032951658,"stop":1728032951661,"duration":3}},{"uid":"315e6e6f90710f76","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/315e6e6f90710f76","status":"passed","time":{"start":1728032582508,"stop":1728032582508,"duration":0}},{"uid":"d50644b173eb38bb","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d50644b173eb38bb","status":"passed","time":{"start":1728032304557,"stop":1728032304557,"duration":0}}]},"3d63e703512e7955915c95f7b1f5c60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"745fa817dc2a2ccf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/745fa817dc2a2ccf","status":"passed","time":{"start":1728082438081,"stop":1728082438081,"duration":0}}]},"acfd31c527b9592af32d2307f430794e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c722cbb65396ad99","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c722cbb65396ad99","status":"passed","time":{"start":1728066313092,"stop":1728066313093,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e163abdc470fd20","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6e163abdc470fd20","status":"passed","time":{"start":1728086032745,"stop":1728086032746,"duration":1}},{"uid":"a899935d2c96a71a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a899935d2c96a71a","status":"passed","time":{"start":1728085050226,"stop":1728085050226,"duration":0}},{"uid":"a13d8228059cca2b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a13d8228059cca2b","status":"passed","time":{"start":1728083903382,"stop":1728083903382,"duration":0}},{"uid":"778e7b539374ea10","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/778e7b539374ea10","status":"passed","time":{"start":1728082964243,"stop":1728082964243,"duration":0}},{"uid":"b75be1269015b98","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b75be1269015b98","status":"passed","time":{"start":1728082280693,"stop":1728082280693,"duration":0}},{"uid":"fb10491c1ff5c712","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fb10491c1ff5c712","status":"passed","time":{"start":1728069077479,"stop":1728069077480,"duration":1}},{"uid":"c5fe88fae14450b7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c5fe88fae14450b7","status":"passed","time":{"start":1728067917858,"stop":1728067917858,"duration":0}},{"uid":"7658046fd91142e8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7658046fd91142e8","status":"passed","time":{"start":1728043075258,"stop":1728043075259,"duration":1}},{"uid":"26b5aceba914318a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/26b5aceba914318a","status":"passed","time":{"start":1728035638321,"stop":1728035638322,"duration":1}},{"uid":"a91c5629fdfb90af","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a91c5629fdfb90af","status":"passed","time":{"start":1728033557524,"stop":1728033557524,"duration":0}},{"uid":"daae72d6d16b883b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/daae72d6d16b883b","status":"passed","time":{"start":1728033182558,"stop":1728033182558,"duration":0}},{"uid":"6f7230376d032442","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6f7230376d032442","status":"passed","time":{"start":1728032755545,"stop":1728032755545,"duration":0}},{"uid":"baa57d4eb50f22c6","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/baa57d4eb50f22c6","status":"passed","time":{"start":1728032388402,"stop":1728032388402,"duration":0}},{"uid":"3e8db6a1deb147e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3e8db6a1deb147e","status":"passed","time":{"start":1728032113353,"stop":1728032113360,"duration":7}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8097f0c39a1593f1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8097f0c39a1593f1","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0}},{"uid":"65157aad248630c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/65157aad248630c","status":"passed","time":{"start":1728084876401,"stop":1728084876401,"duration":0}},{"uid":"a2f0be01eef3ff4f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a2f0be01eef3ff4f","status":"passed","time":{"start":1728083744358,"stop":1728083744358,"duration":0}},{"uid":"22f45cfa7654d430","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/22f45cfa7654d430","status":"passed","time":{"start":1728082807451,"stop":1728082807451,"duration":0}},{"uid":"c7def2aa0d75e801","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c7def2aa0d75e801","status":"passed","time":{"start":1728082139319,"stop":1728082139319,"duration":0}},{"uid":"866f1ce44809beb5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/866f1ce44809beb5","status":"passed","time":{"start":1728068908059,"stop":1728068908059,"duration":0}},{"uid":"219214f5885960f6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/219214f5885960f6","status":"passed","time":{"start":1728067784712,"stop":1728067784713,"duration":1}},{"uid":"50431d9b7abf4df8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/50431d9b7abf4df8","status":"passed","time":{"start":1728065631516,"stop":1728065631516,"duration":0}},{"uid":"50a504ea49aa582b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/50a504ea49aa582b","status":"passed","time":{"start":1728065920828,"stop":1728065920828,"duration":0}},{"uid":"6bd8dd2d268f04d9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6bd8dd2d268f04d9","status":"passed","time":{"start":1728056811587,"stop":1728056811587,"duration":0}},{"uid":"463fc8cdf828da90","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/463fc8cdf828da90","status":"passed","time":{"start":1728055983143,"stop":1728055983144,"duration":1}},{"uid":"a5676d04959b5ccb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a5676d04959b5ccb","status":"passed","time":{"start":1728056303685,"stop":1728056303685,"duration":0}},{"uid":"157539b10b6d7fd6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/157539b10b6d7fd6","status":"passed","time":{"start":1728055114816,"stop":1728055114816,"duration":0}},{"uid":"54bfab8d094ab187","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/54bfab8d094ab187","status":"passed","time":{"start":1728054093603,"stop":1728054093603,"duration":0}},{"uid":"c98c994a653f4814","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c98c994a653f4814","status":"passed","time":{"start":1728052371189,"stop":1728052371190,"duration":1}},{"uid":"b4630790b558ccb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b4630790b558ccb","status":"passed","time":{"start":1728046051727,"stop":1728046051727,"duration":0}},{"uid":"1f0b20d8de50efd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1f0b20d8de50efd","status":"passed","time":{"start":1728046837812,"stop":1728046837812,"duration":0}},{"uid":"e5efdfba9a87f063","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5efdfba9a87f063","status":"passed","time":{"start":1728042907585,"stop":1728042907585,"duration":0}},{"uid":"7a235c53900545cf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7a235c53900545cf","status":"passed","time":{"start":1728035469886,"stop":1728035469886,"duration":0}},{"uid":"e6a96c9087920295","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e6a96c9087920295","status":"passed","time":{"start":1728033386397,"stop":1728033386397,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"14bc95554e6c5846","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/14bc95554e6c5846","status":"passed","time":{"start":1728086272018,"stop":1728086272019,"duration":1}},{"uid":"d417cfc089e73e3f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d417cfc089e73e3f","status":"passed","time":{"start":1728085283333,"stop":1728085283336,"duration":3}},{"uid":"62652b58f33795e4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/62652b58f33795e4","status":"passed","time":{"start":1728084090525,"stop":1728084090527,"duration":2}},{"uid":"fd3acb5448a4d726","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fd3acb5448a4d726","status":"passed","time":{"start":1728083155564,"stop":1728083155564,"duration":0}},{"uid":"8eea4543bdb6fc70","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8eea4543bdb6fc70","status":"passed","time":{"start":1728082460322,"stop":1728082460322,"duration":0}},{"uid":"743b75f08474b291","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/743b75f08474b291","status":"passed","time":{"start":1728069321409,"stop":1728069321409,"duration":0}},{"uid":"ee04ea0417539b18","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ee04ea0417539b18","status":"passed","time":{"start":1728068107521,"stop":1728068107521,"duration":0}},{"uid":"9e38eb459a0baa2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9e38eb459a0baa2","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/order.node.spec.ts)","time":{"start":1728066271838,"stop":1728066271843,"duration":5}},{"uid":"102fbe9e7f2fd271","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/102fbe9e7f2fd271","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/order.node.spec.ts)","time":{"start":1728066565589,"stop":1728066565589,"duration":0}},{"uid":"da69e6c43c6c9b6d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/da69e6c43c6c9b6d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/order.node.spec.ts)","time":{"start":1728057455442,"stop":1728057455443,"duration":1}},{"uid":"37faf3d195a4364f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/37faf3d195a4364f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/order.node.spec.ts)","time":{"start":1728056539989,"stop":1728056539989,"duration":0}},{"uid":"b50fb5fce66898fb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b50fb5fce66898fb","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/order.node.spec.ts)","time":{"start":1728056985587,"stop":1728056985587,"duration":0}},{"uid":"ddff941aef052f29","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ddff941aef052f29","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/order.node.spec.ts)","time":{"start":1728052804049,"stop":1728052804050,"duration":1}},{"uid":"ae9693ab3fec84f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ae9693ab3fec84f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/order.node.spec.ts)","time":{"start":1728046681074,"stop":1728046681074,"duration":0}},{"uid":"6c883f60055da055","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c883f60055da055","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/order.node.spec.ts)","time":{"start":1728047485011,"stop":1728047485011,"duration":0}},{"uid":"123ecf37b52d67c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/123ecf37b52d67c","status":"passed","time":{"start":1728043308784,"stop":1728043308787,"duration":3}},{"uid":"e9945806a0716f07","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e9945806a0716f07","status":"passed","time":{"start":1728035924349,"stop":1728035924350,"duration":1}},{"uid":"8f7fc7fe483b9f56","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8f7fc7fe483b9f56","status":"passed","time":{"start":1728033839312,"stop":1728033839312,"duration":0}},{"uid":"90d88c1469469262","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/90d88c1469469262","status":"passed","time":{"start":1728033458350,"stop":1728033458351,"duration":1}},{"uid":"e178b6427689ca62","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e178b6427689ca62","status":"passed","time":{"start":1728032996589,"stop":1728032996594,"duration":5}}]},"0032a6963b280953c31455792be23c66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b388833bde1f1693","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b388833bde1f1693","status":"passed","time":{"start":1728057124846,"stop":1728057124847,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"4691c0f95f1dd063","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4691c0f95f1dd063","status":"passed","time":{"start":1728085887434,"stop":1728085887434,"duration":0}},{"uid":"1467a95bc4b1c716","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1467a95bc4b1c716","status":"passed","time":{"start":1728084900525,"stop":1728084900528,"duration":3}},{"uid":"d76360b057550160","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d76360b057550160","status":"passed","time":{"start":1728083767230,"stop":1728083767230,"duration":0}},{"uid":"afc7fb171f3a6853","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/afc7fb171f3a6853","status":"passed","time":{"start":1728082830567,"stop":1728082830567,"duration":0}},{"uid":"a6a326d8367335ce","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a6a326d8367335ce","status":"passed","time":{"start":1728082162539,"stop":1728082162539,"duration":0}},{"uid":"7648f416628fa300","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7648f416628fa300","status":"passed","time":{"start":1728068931710,"stop":1728068931712,"duration":2}},{"uid":"2410b4c3269f51d3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2410b4c3269f51d3","status":"passed","time":{"start":1728067808081,"stop":1728067808081,"duration":0}},{"uid":"ab5ae359e71e8ce8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ab5ae359e71e8ce8","status":"passed","time":{"start":1728065654537,"stop":1728065654537,"duration":0}},{"uid":"7ef71c53769b359a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7ef71c53769b359a","status":"passed","time":{"start":1728065944487,"stop":1728065944488,"duration":1}},{"uid":"4847830f334f3c82","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4847830f334f3c82","status":"passed","time":{"start":1728056834638,"stop":1728056834639,"duration":1}},{"uid":"d8bb0525c3fd61d1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d8bb0525c3fd61d1","status":"passed","time":{"start":1728056006882,"stop":1728056006883,"duration":1}},{"uid":"8ef0df7580a3b87e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8ef0df7580a3b87e","status":"passed","time":{"start":1728056326833,"stop":1728056326834,"duration":1}},{"uid":"6f613a669a58d2fe","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6f613a669a58d2fe","status":"passed","time":{"start":1728055138051,"stop":1728055138052,"duration":1}},{"uid":"73ae4e505e844197","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/73ae4e505e844197","status":"passed","time":{"start":1728054117011,"stop":1728054117011,"duration":0}},{"uid":"4d7dbd39f6ec76e4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4d7dbd39f6ec76e4","status":"passed","time":{"start":1728052394764,"stop":1728052394765,"duration":1}},{"uid":"b1fb1cedf1e617c5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b1fb1cedf1e617c5","status":"passed","time":{"start":1728046076000,"stop":1728046076001,"duration":1}},{"uid":"ac670fe2f83cf441","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ac670fe2f83cf441","status":"passed","time":{"start":1728046860680,"stop":1728046860681,"duration":1}},{"uid":"d1c4545287f83f66","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d1c4545287f83f66","status":"passed","time":{"start":1728042930493,"stop":1728042930494,"duration":1}},{"uid":"e1a60fe752fa78b5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e1a60fe752fa78b5","status":"passed","time":{"start":1728035493353,"stop":1728035493356,"duration":3}},{"uid":"1a9f37b11d60d975","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1a9f37b11d60d975","status":"passed","time":{"start":1728033410204,"stop":1728033410204,"duration":0}}]},"2def4121e5c2dcd15525814f39291ab9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"176ab93153aad634","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/176ab93153aad634","status":"passed","time":{"start":1728033391671,"stop":1728033391671,"duration":0}}]},"62efab1e0bb7c25d98b3aee43a017423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16e5d6a00b2de6cf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/16e5d6a00b2de6cf","status":"passed","time":{"start":1728035911089,"stop":1728035911092,"duration":3}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"ef5f2d759faab2e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ef5f2d759faab2e5","status":"passed","time":{"start":1728086260302,"stop":1728086260307,"duration":5}},{"uid":"92829c835e2f2d60","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/92829c835e2f2d60","status":"passed","time":{"start":1728085269078,"stop":1728085269078,"duration":0}},{"uid":"1c5724e57121c2e8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1c5724e57121c2e8","status":"passed","time":{"start":1728069312630,"stop":1728069312630,"duration":0}},{"uid":"3e01f091257f23ba","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3e01f091257f23ba","status":"passed","time":{"start":1728046423435,"stop":1728046423435,"duration":0}},{"uid":"47824b5e1faab10e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/47824b5e1faab10e","status":"passed","time":{"start":1728043297176,"stop":1728043297176,"duration":0}},{"uid":"a5385eae9288b15b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a5385eae9288b15b","status":"passed","time":{"start":1728035880150,"stop":1728035880150,"duration":0}},{"uid":"9803c600c3b1e6f0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9803c600c3b1e6f0","status":"passed","time":{"start":1728033788805,"stop":1728033788808,"duration":3}},{"uid":"9b99c1f924410931","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9b99c1f924410931","status":"passed","time":{"start":1728033423627,"stop":1728033423630,"duration":3}},{"uid":"415218080a142554","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/415218080a142554","status":"passed","time":{"start":1728032985118,"stop":1728032985121,"duration":3}},{"uid":"2dfc21d4f3b3aa81","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2dfc21d4f3b3aa81","status":"passed","time":{"start":1728032614936,"stop":1728032614937,"duration":1}},{"uid":"bb2b10e52c2c9810","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bb2b10e52c2c9810","status":"passed","time":{"start":1728032348371,"stop":1728032348372,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"5ea86c67ed9f8875","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5ea86c67ed9f8875","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0}},{"uid":"302df6401de9664a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/302df6401de9664a","status":"passed","time":{"start":1728084900532,"stop":1728084900532,"duration":0}},{"uid":"25b2d6bfe44c737a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/25b2d6bfe44c737a","status":"passed","time":{"start":1728083767233,"stop":1728083767234,"duration":1}},{"uid":"c19035c5fdbe826","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c19035c5fdbe826","status":"passed","time":{"start":1728082830570,"stop":1728082830571,"duration":1}},{"uid":"63cb4cc72ec92174","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/63cb4cc72ec92174","status":"passed","time":{"start":1728082162547,"stop":1728082162547,"duration":0}},{"uid":"3bf2437d07f31268","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3bf2437d07f31268","status":"passed","time":{"start":1728068931717,"stop":1728068931718,"duration":1}},{"uid":"3c65ef4972d671d6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3c65ef4972d671d6","status":"passed","time":{"start":1728067808084,"stop":1728067808085,"duration":1}},{"uid":"a2ba9a36f8cc8e8f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a2ba9a36f8cc8e8f","status":"passed","time":{"start":1728065654540,"stop":1728065654540,"duration":0}},{"uid":"543713a11d4b5a6e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/543713a11d4b5a6e","status":"passed","time":{"start":1728065944493,"stop":1728065944493,"duration":0}},{"uid":"945c2ac802c9fd5f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/945c2ac802c9fd5f","status":"passed","time":{"start":1728056834643,"stop":1728056834643,"duration":0}},{"uid":"32f4ac551fee2cb8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/32f4ac551fee2cb8","status":"passed","time":{"start":1728056006885,"stop":1728056006885,"duration":0}},{"uid":"c2f5130ff5436861","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c2f5130ff5436861","status":"passed","time":{"start":1728056326840,"stop":1728056326840,"duration":0}},{"uid":"f495cb4b19894c24","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f495cb4b19894c24","status":"passed","time":{"start":1728055138055,"stop":1728055138055,"duration":0}},{"uid":"7f79b18bcb6b9a17","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7f79b18bcb6b9a17","status":"passed","time":{"start":1728054117014,"stop":1728054117015,"duration":1}},{"uid":"decd4ea61476ae8d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/decd4ea61476ae8d","status":"passed","time":{"start":1728052394767,"stop":1728052394767,"duration":0}},{"uid":"6384108038302a00","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6384108038302a00","status":"passed","time":{"start":1728046076004,"stop":1728046076004,"duration":0}},{"uid":"51d7027d207b31a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51d7027d207b31a","status":"passed","time":{"start":1728046860684,"stop":1728046860684,"duration":0}},{"uid":"a9b94332e38ce03b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a9b94332e38ce03b","status":"passed","time":{"start":1728042930500,"stop":1728042930500,"duration":0}},{"uid":"191886f415bbb98","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/191886f415bbb98","status":"passed","time":{"start":1728035493362,"stop":1728035493362,"duration":0}},{"uid":"a2d7e447c0a4def0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a2d7e447c0a4def0","status":"passed","time":{"start":1728033410208,"stop":1728033410208,"duration":0}}]},"126a55ddc34113d066e7bf20873e1288:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1eb135dbf1083858","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1eb135dbf1083858","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755694,"stop":1728049755694,"duration":0}}]},"8fb2c0699e6bb89e2fd3f84f74e9fd90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a0617ef669c894b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7a0617ef669c894b","status":"passed","time":{"start":1728032274028,"stop":1728032274029,"duration":1}}]},"5685eb916e960dc7432149bbbcebf75f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efd86c3eda935eda","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/efd86c3eda935eda","status":"passed","time":{"start":1728066643875,"stop":1728066643876,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dcf464ab2e2f2982","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dcf464ab2e2f2982","status":"passed","time":{"start":1728086032742,"stop":1728086032742,"duration":0}},{"uid":"fdf223c1ce19578f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fdf223c1ce19578f","status":"passed","time":{"start":1728085050223,"stop":1728085050223,"duration":0}},{"uid":"d0c7db95c65c14f4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d0c7db95c65c14f4","status":"passed","time":{"start":1728083903374,"stop":1728083903377,"duration":3}},{"uid":"f5058d6e3713b650","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f5058d6e3713b650","status":"passed","time":{"start":1728082964239,"stop":1728082964239,"duration":0}},{"uid":"5170bada8d163b85","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5170bada8d163b85","status":"passed","time":{"start":1728082280690,"stop":1728082280690,"duration":0}},{"uid":"3ad0e2a7a5b89fe5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3ad0e2a7a5b89fe5","status":"passed","time":{"start":1728069077471,"stop":1728069077471,"duration":0}},{"uid":"1b87daded6273db6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1b87daded6273db6","status":"passed","time":{"start":1728067917854,"stop":1728067917855,"duration":1}},{"uid":"e76eb1598049dd0e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e76eb1598049dd0e","status":"passed","time":{"start":1728043075255,"stop":1728043075255,"duration":0}},{"uid":"199b6f6240c76edf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/199b6f6240c76edf","status":"passed","time":{"start":1728035638307,"stop":1728035638307,"duration":0}},{"uid":"bf995b37294f884d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bf995b37294f884d","status":"passed","time":{"start":1728033557520,"stop":1728033557521,"duration":1}},{"uid":"9b9b9529b1c54870","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9b9b9529b1c54870","status":"passed","time":{"start":1728033182538,"stop":1728033182538,"duration":0}},{"uid":"3c47728e81adb8b2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3c47728e81adb8b2","status":"passed","time":{"start":1728032755540,"stop":1728032755540,"duration":0}},{"uid":"a80846b7f29e6280","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a80846b7f29e6280","status":"passed","time":{"start":1728032388399,"stop":1728032388399,"duration":0}},{"uid":"b1b554b8c67f6de0","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b1b554b8c67f6de0","status":"passed","time":{"start":1728032113335,"stop":1728032113337,"duration":2}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"824136a93109f25a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/824136a93109f25a","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0}},{"uid":"7a483888873f219a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7a483888873f219a","status":"passed","time":{"start":1728084892989,"stop":1728084892989,"duration":0}},{"uid":"b6e51922ff00ae19","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b6e51922ff00ae19","status":"passed","time":{"start":1728083759988,"stop":1728083759988,"duration":0}},{"uid":"b8df9b824cde5ed2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b8df9b824cde5ed2","status":"passed","time":{"start":1728082823297,"stop":1728082823297,"duration":0}},{"uid":"590513fddef6dc2b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/590513fddef6dc2b","status":"passed","time":{"start":1728082155360,"stop":1728082155361,"duration":1}},{"uid":"cc385560f8d8ff2d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc385560f8d8ff2d","status":"passed","time":{"start":1728068924345,"stop":1728068924345,"duration":0}},{"uid":"67d5cd0e56a8ea96","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/67d5cd0e56a8ea96","status":"passed","time":{"start":1728067800591,"stop":1728067800591,"duration":0}},{"uid":"456375fb67adee96","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/456375fb67adee96","status":"passed","time":{"start":1728065647296,"stop":1728065647296,"duration":0}},{"uid":"3cbff4003440eaf1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3cbff4003440eaf1","status":"passed","time":{"start":1728065936954,"stop":1728065936954,"duration":0}},{"uid":"79c271cfec094a92","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/79c271cfec094a92","status":"passed","time":{"start":1728056827336,"stop":1728056827336,"duration":0}},{"uid":"e579553fcb2df3ef","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e579553fcb2df3ef","status":"passed","time":{"start":1728055999167,"stop":1728055999167,"duration":0}},{"uid":"f3367717d4f898d6","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f3367717d4f898d6","status":"passed","time":{"start":1728056319412,"stop":1728056319413,"duration":1}},{"uid":"180de3b0c3e8fab8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/180de3b0c3e8fab8","status":"passed","time":{"start":1728055130827,"stop":1728055130827,"duration":0}},{"uid":"2a0a1175fdcaef2e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2a0a1175fdcaef2e","status":"passed","time":{"start":1728054109609,"stop":1728054109609,"duration":0}},{"uid":"cb42b2c8493b6178","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/cb42b2c8493b6178","status":"passed","time":{"start":1728052387221,"stop":1728052387221,"duration":0}},{"uid":"86be67291edc9360","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/86be67291edc9360","status":"passed","time":{"start":1728046068273,"stop":1728046068273,"duration":0}},{"uid":"eb7d862074f83db1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/eb7d862074f83db1","status":"passed","time":{"start":1728046853654,"stop":1728046853654,"duration":0}},{"uid":"da15e89cf2c0b69","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/da15e89cf2c0b69","status":"passed","time":{"start":1728042923422,"stop":1728042923422,"duration":0}},{"uid":"bc143f9e813da78","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bc143f9e813da78","status":"passed","time":{"start":1728035486196,"stop":1728035486197,"duration":1}},{"uid":"b4bf2fb25340df51","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b4bf2fb25340df51","status":"passed","time":{"start":1728033402773,"stop":1728033402773,"duration":0}}]},"6b44d691e883507f13adfcc815bb23aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"85cc6dfc6efdcb29","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/85cc6dfc6efdcb29","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732227,"stop":1728057732227,"duration":0}}]},"523ce47546c5c7016bbf011b5eb97e03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"20fada2ed5bc431f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/20fada2ed5bc431f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755695,"stop":1728049755695,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4a103e27560b16cc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4a103e27560b16cc","status":"passed","time":{"start":1728086032743,"stop":1728086032744,"duration":1}},{"uid":"425f18864323aa74","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/425f18864323aa74","status":"passed","time":{"start":1728085050225,"stop":1728085050225,"duration":0}},{"uid":"c7d814995735c7b6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c7d814995735c7b6","status":"passed","time":{"start":1728083903380,"stop":1728083903381,"duration":1}},{"uid":"b5b16704b2b78b1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b5b16704b2b78b1","status":"passed","time":{"start":1728082964241,"stop":1728082964241,"duration":0}},{"uid":"e3284a380530823c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e3284a380530823c","status":"passed","time":{"start":1728082280691,"stop":1728082280691,"duration":0}},{"uid":"616443964e044e99","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/616443964e044e99","status":"passed","time":{"start":1728069077475,"stop":1728069077476,"duration":1}},{"uid":"f7812510c37c96","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f7812510c37c96","status":"passed","time":{"start":1728067917856,"stop":1728067917856,"duration":0}},{"uid":"81cc457b5290ff14","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81cc457b5290ff14","status":"passed","time":{"start":1728043075256,"stop":1728043075256,"duration":0}},{"uid":"4d1090f0dc5ab20d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4d1090f0dc5ab20d","status":"passed","time":{"start":1728035638315,"stop":1728035638315,"duration":0}},{"uid":"413ffceb5f9a405d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/413ffceb5f9a405d","status":"passed","time":{"start":1728033557522,"stop":1728033557522,"duration":0}},{"uid":"2712b1e3b8a1ca1b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2712b1e3b8a1ca1b","status":"passed","time":{"start":1728033182548,"stop":1728033182551,"duration":3}},{"uid":"e4924f011959656a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e4924f011959656a","status":"passed","time":{"start":1728032755542,"stop":1728032755543,"duration":1}},{"uid":"d3d9d4f5aa6d4901","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d3d9d4f5aa6d4901","status":"passed","time":{"start":1728032388400,"stop":1728032388400,"duration":0}},{"uid":"161b2fe275c4c776","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/161b2fe275c4c776","status":"passed","time":{"start":1728032113344,"stop":1728032113344,"duration":0}}]},"38b851bb8aef82e227fcd9c41424b48e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"720044ea777b6bf3","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/720044ea777b6bf3","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728055090241,"stop":1728055090241,"duration":0}}]},"0809f50a428d432c954a8f4200620839:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30a35d4d25a3c1ef","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/30a35d4d25a3c1ef","status":"passed","time":{"start":1728056359094,"stop":1728056359094,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"255810a108bbb38b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/255810a108bbb38b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085929890,"stop":1728085929890,"duration":0}},{"uid":"ad8c249331f7e3bc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ad8c249331f7e3bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084940329,"stop":1728084940329,"duration":0}},{"uid":"974746cf4ecd2c6c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/974746cf4ecd2c6c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083807041,"stop":1728083807041,"duration":0}},{"uid":"342218df75fdb6b5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/342218df75fdb6b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082878438,"stop":1728082878438,"duration":0}},{"uid":"28964933c4e92128","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/28964933c4e92128","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082208577,"stop":1728082208582,"duration":5}},{"uid":"aee57d085a40be46","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aee57d085a40be46","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068975101,"stop":1728068975101,"duration":0}},{"uid":"894305a0d2ef8cfc","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/894305a0d2ef8cfc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728067846907,"stop":1728067846907,"duration":0}},{"uid":"a7430a371739c39b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a7430a371739c39b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065698206,"stop":1728065698207,"duration":1}},{"uid":"2496d6266a00ed8e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2496d6266a00ed8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065985245,"stop":1728065985245,"duration":0}},{"uid":"531eebca902d2b72","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/531eebca902d2b72","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056875695,"stop":1728056875695,"duration":0}},{"uid":"31f1f9779929b0cf","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/31f1f9779929b0cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056052798,"stop":1728056052798,"duration":0}},{"uid":"e56d165ff6c7f696","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e56d165ff6c7f696","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056368500,"stop":1728056368501,"duration":1}},{"uid":"fbdfeb7bb82def6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fbdfeb7bb82def6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055192615,"stop":1728055192616,"duration":1}},{"uid":"bd31c09aab13ec3b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/bd31c09aab13ec3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054161289,"stop":1728054161289,"duration":0}},{"uid":"b33bed6fae7845b9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b33bed6fae7845b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052440367,"stop":1728052440367,"duration":0}},{"uid":"15db5c115557a68e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/15db5c115557a68e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046118141,"stop":1728046118141,"duration":0}},{"uid":"f95667767f1eb7ca","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f95667767f1eb7ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046914099,"stop":1728046914099,"duration":0}},{"uid":"23fab181ec602591","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/23fab181ec602591","status":"skipped","statusDetails":"Test ignored","time":{"start":1728042972091,"stop":1728042972092,"duration":1}},{"uid":"db332114236706cd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/db332114236706cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035535023,"stop":1728035535023,"duration":0}},{"uid":"a31e092e3d6ebdd0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a31e092e3d6ebdd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033452191,"stop":1728033452192,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"11a9f05e259e1b6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/11a9f05e259e1b6","status":"passed","time":{"start":1728085898291,"stop":1728085898291,"duration":0}},{"uid":"57b080d3327c32c1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/57b080d3327c32c1","status":"passed","time":{"start":1728084911672,"stop":1728084911673,"duration":1}},{"uid":"1ae9e50537b401d9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1ae9e50537b401d9","status":"passed","time":{"start":1728083777950,"stop":1728083777950,"duration":0}},{"uid":"504e7c9ecf70445d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/504e7c9ecf70445d","status":"passed","time":{"start":1728082841368,"stop":1728082841369,"duration":1}},{"uid":"58112cc146a7d301","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/58112cc146a7d301","status":"passed","time":{"start":1728082173429,"stop":1728082173430,"duration":1}},{"uid":"1c24589363cdc21","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1c24589363cdc21","status":"passed","time":{"start":1728068943040,"stop":1728068943041,"duration":1}},{"uid":"38b00b277d253c92","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/38b00b277d253c92","status":"passed","time":{"start":1728067818413,"stop":1728067818414,"duration":1}},{"uid":"37deddef37fa917d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/37deddef37fa917d","status":"passed","time":{"start":1728065665328,"stop":1728065665328,"duration":0}},{"uid":"fb23b7e4e97e1507","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fb23b7e4e97e1507","status":"passed","time":{"start":1728065955304,"stop":1728065955305,"duration":1}},{"uid":"397b1f845c321fb3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/397b1f845c321fb3","status":"passed","time":{"start":1728056845470,"stop":1728056845471,"duration":1}},{"uid":"ed7121c3874a0576","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ed7121c3874a0576","status":"passed","time":{"start":1728056017368,"stop":1728056017368,"duration":0}},{"uid":"b66bfff536db2e0e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b66bfff536db2e0e","status":"passed","time":{"start":1728056337630,"stop":1728056337631,"duration":1}},{"uid":"8a57ff39d66a4203","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8a57ff39d66a4203","status":"passed","time":{"start":1728055149211,"stop":1728055149212,"duration":1}},{"uid":"a704a07c14ec2f0d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a704a07c14ec2f0d","status":"passed","time":{"start":1728054127838,"stop":1728054127839,"duration":1}},{"uid":"2a6e78ee71bc1bf4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2a6e78ee71bc1bf4","status":"passed","time":{"start":1728052405247,"stop":1728052405247,"duration":0}},{"uid":"b5a0b409638decf3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b5a0b409638decf3","status":"passed","time":{"start":1728046086766,"stop":1728046086766,"duration":0}},{"uid":"8bf6d5e8cd7dfbf1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8bf6d5e8cd7dfbf1","status":"passed","time":{"start":1728046871601,"stop":1728046871602,"duration":1}},{"uid":"4dd82c057aad8850","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4dd82c057aad8850","status":"passed","time":{"start":1728042941313,"stop":1728042941313,"duration":0}},{"uid":"7493d48e360131b9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7493d48e360131b9","status":"passed","time":{"start":1728035504603,"stop":1728035504603,"duration":0}},{"uid":"10fd2bccf5c75135","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/10fd2bccf5c75135","status":"passed","time":{"start":1728033421188,"stop":1728033421188,"duration":0}}]},"c2932f4126e54d3fc1fba6de1e3a1ffd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd1c3cbe09d5c8c7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/fd1c3cbe09d5c8c7","status":"passed","time":{"start":1728032317357,"stop":1728032317358,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"24b2b0925072b225","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/24b2b0925072b225","status":"passed","time":{"start":1728086173698,"stop":1728086173698,"duration":0}},{"uid":"273b202fe8666f8a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/273b202fe8666f8a","status":"passed","time":{"start":1728085186698,"stop":1728085186699,"duration":1}},{"uid":"871072be241e023","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/871072be241e023","status":"passed","time":{"start":1728083994526,"stop":1728083994527,"duration":1}},{"uid":"b93ee195679f5725","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b93ee195679f5725","status":"passed","time":{"start":1728083056499,"stop":1728083056502,"duration":3}},{"uid":"fd5e10cf6720eddf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fd5e10cf6720eddf","status":"passed","time":{"start":1728082372741,"stop":1728082372741,"duration":0}},{"uid":"2a16f37913032871","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2a16f37913032871","status":"passed","time":{"start":1728069220481,"stop":1728069220481,"duration":0}},{"uid":"fad66a587ed4066a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fad66a587ed4066a","status":"passed","time":{"start":1728068014583,"stop":1728068014584,"duration":1}},{"uid":"ccc4d92f2010ad64","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ccc4d92f2010ad64","status":"passed","time":{"start":1728066033007,"stop":1728066033008,"duration":1}},{"uid":"4aab5a18df69bb41","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4aab5a18df69bb41","status":"passed","time":{"start":1728066320548,"stop":1728066320549,"duration":1}},{"uid":"fbbc2852119ff6f5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fbbc2852119ff6f5","status":"passed","time":{"start":1728057179932,"stop":1728057179933,"duration":1}},{"uid":"86b1e81321c00489","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/86b1e81321c00489","status":"passed","time":{"start":1728056279821,"stop":1728056279821,"duration":0}},{"uid":"a547195420ddd86d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a547195420ddd86d","status":"passed","time":{"start":1728056704289,"stop":1728056704290,"duration":1}},{"uid":"149fedefb8c161d1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/149fedefb8c161d1","status":"passed","time":{"start":1728052584738,"stop":1728052584738,"duration":0}},{"uid":"6ec76e2d15be7af","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6ec76e2d15be7af","status":"passed","time":{"start":1728046424978,"stop":1728046424978,"duration":0}},{"uid":"caadab7911cfa53b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/caadab7911cfa53b","status":"passed","time":{"start":1728047238056,"stop":1728047238056,"duration":0}},{"uid":"305be7e325f8414d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/305be7e325f8414d","status":"passed","time":{"start":1728043206016,"stop":1728043206016,"duration":0}},{"uid":"1c6af51615d45879","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1c6af51615d45879","status":"passed","time":{"start":1728035846941,"stop":1728035846941,"duration":0}},{"uid":"e2a43aa9beb8ca51","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e2a43aa9beb8ca51","status":"passed","time":{"start":1728033768716,"stop":1728033768717,"duration":1}},{"uid":"3ac28dfbf2917db8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3ac28dfbf2917db8","status":"passed","time":{"start":1728033384994,"stop":1728033384994,"duration":0}},{"uid":"7be2908c0c8ccce8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/7be2908c0c8ccce8","status":"passed","time":{"start":1728032888553,"stop":1728032888553,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2b1fcd2d8b1c11ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2b1fcd2d8b1c11ab","status":"passed","time":{"start":1728086033913,"stop":1728086033914,"duration":1}},{"uid":"1e1e9763467202f5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1e1e9763467202f5","status":"passed","time":{"start":1728085047254,"stop":1728085047254,"duration":0}},{"uid":"14b4e7b4dbb5b244","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/14b4e7b4dbb5b244","status":"passed","time":{"start":1728083902778,"stop":1728083902778,"duration":0}},{"uid":"df1181b70b803483","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/df1181b70b803483","status":"passed","time":{"start":1728082961519,"stop":1728082961520,"duration":1}},{"uid":"18cab00992acdb51","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/18cab00992acdb51","status":"passed","time":{"start":1728082284032,"stop":1728082284033,"duration":1}},{"uid":"4c49e39b2e902d6c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4c49e39b2e902d6c","status":"passed","time":{"start":1728069082676,"stop":1728069082677,"duration":1}},{"uid":"ea87091f60547586","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ea87091f60547586","status":"passed","time":{"start":1728067941394,"stop":1728067941395,"duration":1}},{"uid":"f8206e7378ab3e18","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f8206e7378ab3e18","status":"passed","time":{"start":1728066171573,"stop":1728066171573,"duration":0}},{"uid":"440506633326c178","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/440506633326c178","status":"passed","time":{"start":1728066512891,"stop":1728066512891,"duration":0}},{"uid":"b181d0d8f61f6091","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b181d0d8f61f6091","status":"passed","time":{"start":1728057355635,"stop":1728057355635,"duration":0}},{"uid":"b571f388e3eeab9a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b571f388e3eeab9a","status":"passed","time":{"start":1728056563510,"stop":1728056563510,"duration":0}},{"uid":"3e2a29fe42acd4fb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3e2a29fe42acd4fb","status":"passed","time":{"start":1728056935475,"stop":1728056935475,"duration":0}},{"uid":"4432a5f6b3a3a783","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4432a5f6b3a3a783","status":"passed","time":{"start":1728055614342,"stop":1728055614343,"duration":1}},{"uid":"4f587d433bb9fa96","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4f587d433bb9fa96","status":"passed","time":{"start":1728054752366,"stop":1728054752367,"duration":1}},{"uid":"99ad19c2e9a233a7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/99ad19c2e9a233a7","status":"passed","time":{"start":1728052861022,"stop":1728052861022,"duration":0}},{"uid":"fb7e189bc594f4d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fb7e189bc594f4d","status":"passed","time":{"start":1728046783427,"stop":1728046783427,"duration":0}},{"uid":"6f4c39ca334bae81","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6f4c39ca334bae81","status":"passed","time":{"start":1728047429499,"stop":1728047429499,"duration":0}},{"uid":"c73c8903108e92a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c73c8903108e92a3","status":"passed","time":{"start":1728043084151,"stop":1728043084151,"duration":0}},{"uid":"291663d6f1297163","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/291663d6f1297163","status":"passed","time":{"start":1728035601397,"stop":1728035601398,"duration":1}},{"uid":"b3196d603c4fac02","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b3196d603c4fac02","status":"passed","time":{"start":1728033520550,"stop":1728033520561,"duration":11}}]},"72ce0764da4c9fa788fc1a0466c4c77c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15226d8506997990","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15226d8506997990","status":"passed","time":{"start":1728043267045,"stop":1728043267048,"duration":3}}]},"7bf7dd4d3642c6cc5fab0c5ba97021ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0cebc40deeaa4f6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e0cebc40deeaa4f6","status":"passed","time":{"start":1728083065665,"stop":1728083065665,"duration":0}}]},"a4a7e85a1eb1f00aca9664237d76f831:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d57fc1f54f378cff","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d57fc1f54f378cff","status":"passed","time":{"start":1728033440726,"stop":1728033440726,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"49bb2294c2cfdadb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/49bb2294c2cfdadb","status":"passed","time":{"start":1728086033908,"stop":1728086033910,"duration":2}},{"uid":"99e3602078196b9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/99e3602078196b9","status":"passed","time":{"start":1728085047253,"stop":1728085047253,"duration":0}},{"uid":"b3de6b7b49ca23d8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b3de6b7b49ca23d8","status":"passed","time":{"start":1728083902777,"stop":1728083902777,"duration":0}},{"uid":"10fd4a53b67eaef2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/10fd4a53b67eaef2","status":"passed","time":{"start":1728082961516,"stop":1728082961516,"duration":0}},{"uid":"37f7696608b4afd9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/37f7696608b4afd9","status":"passed","time":{"start":1728082284031,"stop":1728082284031,"duration":0}},{"uid":"e08f62f975114dbe","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e08f62f975114dbe","status":"passed","time":{"start":1728069082671,"stop":1728069082672,"duration":1}},{"uid":"90c8547a506b8aa9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/90c8547a506b8aa9","status":"passed","time":{"start":1728067941393,"stop":1728067941393,"duration":0}},{"uid":"c76d7a90bcdb45e9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c76d7a90bcdb45e9","status":"passed","time":{"start":1728066171572,"stop":1728066171572,"duration":0}},{"uid":"f0cd2c6b63742c21","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f0cd2c6b63742c21","status":"passed","time":{"start":1728066512889,"stop":1728066512889,"duration":0}},{"uid":"ded9d202936174bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ded9d202936174bd","status":"passed","time":{"start":1728057355633,"stop":1728057355634,"duration":1}},{"uid":"c8e6b22126904cc7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c8e6b22126904cc7","status":"passed","time":{"start":1728056563509,"stop":1728056563509,"duration":0}},{"uid":"c58f14c10301a9","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c58f14c10301a9","status":"passed","time":{"start":1728056935473,"stop":1728056935473,"duration":0}},{"uid":"f195e5aabfdc0560","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f195e5aabfdc0560","status":"passed","time":{"start":1728055614341,"stop":1728055614342,"duration":1}},{"uid":"b82100163fef6a06","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b82100163fef6a06","status":"passed","time":{"start":1728054752366,"stop":1728054752366,"duration":0}},{"uid":"98881af977cf9d52","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/98881af977cf9d52","status":"passed","time":{"start":1728052861021,"stop":1728052861021,"duration":0}},{"uid":"ab9f0e2af82ef0a0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ab9f0e2af82ef0a0","status":"passed","time":{"start":1728046783426,"stop":1728046783426,"duration":0}},{"uid":"8788c4f4176721b6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8788c4f4176721b6","status":"passed","time":{"start":1728047429498,"stop":1728047429498,"duration":0}},{"uid":"5174e703173c2ba0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5174e703173c2ba0","status":"passed","time":{"start":1728043084149,"stop":1728043084150,"duration":1}},{"uid":"e10bed67c134ebf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e10bed67c134ebf","status":"passed","time":{"start":1728035601395,"stop":1728035601395,"duration":0}},{"uid":"d1240823b8a9cd40","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d1240823b8a9cd40","status":"passed","time":{"start":1728033520549,"stop":1728033520549,"duration":0}}]},"4970785f7bce7b7eb0f117c4fb1e5907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ed88c255d4491fe","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8ed88c255d4491fe","status":"passed","time":{"start":1728085246292,"stop":1728085246292,"duration":0}}]},"492fc7a0aade70b29cab5486ab529601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c7d867bd9e31b09c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c7d867bd9e31b09c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728067440383,"stop":1728067440385,"duration":2}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"8a845a0cc2645cd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8a845a0cc2645cd","status":"passed","time":{"start":1728086207922,"stop":1728086207923,"duration":1}},{"uid":"fcd3b7e6ba9cc36c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fcd3b7e6ba9cc36c","status":"passed","time":{"start":1728085227801,"stop":1728085227802,"duration":1}},{"uid":"fbced96b539d2831","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fbced96b539d2831","status":"passed","time":{"start":1728084031097,"stop":1728084031097,"duration":0}},{"uid":"cdc9942f06380673","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cdc9942f06380673","status":"passed","time":{"start":1728083085076,"stop":1728083085076,"duration":0}},{"uid":"9a7548e8b84f2785","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9a7548e8b84f2785","status":"passed","time":{"start":1728082402967,"stop":1728082402968,"duration":1}},{"uid":"aec4a43e6f1f64c1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aec4a43e6f1f64c1","status":"passed","time":{"start":1728069256728,"stop":1728069256728,"duration":0}},{"uid":"a75979d7a8f67df2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a75979d7a8f67df2","status":"passed","time":{"start":1728068039052,"stop":1728068039053,"duration":1}},{"uid":"e3096f18f70bc1e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e3096f18f70bc1e","status":"passed","time":{"start":1728066054982,"stop":1728066054983,"duration":1}},{"uid":"a4de9375dac81dd7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a4de9375dac81dd7","status":"passed","time":{"start":1728066345501,"stop":1728066345501,"duration":0}},{"uid":"a1938d2ca599dcec","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a1938d2ca599dcec","status":"passed","time":{"start":1728057218523,"stop":1728057218523,"duration":0}},{"uid":"c9476295b0a21c38","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c9476295b0a21c38","status":"passed","time":{"start":1728056313106,"stop":1728056313106,"duration":0}},{"uid":"83c5098f3c93c5c8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/83c5098f3c93c5c8","status":"passed","time":{"start":1728056731794,"stop":1728056731794,"duration":0}},{"uid":"980c9be9d81d41cc","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/980c9be9d81d41cc","status":"passed","time":{"start":1728052615137,"stop":1728052615137,"duration":0}},{"uid":"73aa2a97dc1489e4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/73aa2a97dc1489e4","status":"passed","time":{"start":1728046456512,"stop":1728046456512,"duration":0}},{"uid":"6150482a7800a2d3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6150482a7800a2d3","status":"passed","time":{"start":1728047262767,"stop":1728047262767,"duration":0}},{"uid":"7d330c1282712f8d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7d330c1282712f8d","status":"passed","time":{"start":1728043245072,"stop":1728043245073,"duration":1}},{"uid":"bb02ce165c634d85","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bb02ce165c634d85","status":"passed","time":{"start":1728035876575,"stop":1728035876575,"duration":0}},{"uid":"3be22098de592b94","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3be22098de592b94","status":"passed","time":{"start":1728033795275,"stop":1728033795275,"duration":0}},{"uid":"83d7fe22256bb293","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/83d7fe22256bb293","status":"passed","time":{"start":1728033412136,"stop":1728033412137,"duration":1}},{"uid":"f0c367e7bc6994a2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f0c367e7bc6994a2","status":"passed","time":{"start":1728032929725,"stop":1728032929726,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5acd1b2b6fb51fdd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5acd1b2b6fb51fdd","status":"passed","time":{"start":1728086171718,"stop":1728086171720,"duration":2}},{"uid":"4f915169d69b21d5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4f915169d69b21d5","status":"passed","time":{"start":1728085184726,"stop":1728085184727,"duration":1}},{"uid":"a406de55a9a5afeb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a406de55a9a5afeb","status":"passed","time":{"start":1728084018365,"stop":1728084018366,"duration":1}},{"uid":"5aa2201c086fc58a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5aa2201c086fc58a","status":"passed","time":{"start":1728083065691,"stop":1728083065692,"duration":1}},{"uid":"4ac9b8015a319a28","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4ac9b8015a319a28","status":"passed","time":{"start":1728069218851,"stop":1728069218851,"duration":0}},{"uid":"65ccb00676564878","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/65ccb00676564878","status":"passed","time":{"start":1728046261842,"stop":1728046261843,"duration":1}},{"uid":"61a7f3a13c2d4d72","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/61a7f3a13c2d4d72","status":"passed","time":{"start":1728043204128,"stop":1728043204128,"duration":0}},{"uid":"756ce88ae16e7f48","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/756ce88ae16e7f48","status":"passed","time":{"start":1728035785886,"stop":1728035785886,"duration":0}},{"uid":"d3bd0a0c25cc26bc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d3bd0a0c25cc26bc","status":"passed","time":{"start":1728033696365,"stop":1728033696365,"duration":0}},{"uid":"d8b6a9434e94b29d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d8b6a9434e94b29d","status":"passed","time":{"start":1728033319502,"stop":1728033319502,"duration":0}},{"uid":"182da6423d3e1609","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/182da6423d3e1609","status":"passed","time":{"start":1728032886564,"stop":1728032886564,"duration":0}},{"uid":"cce80be8f14bb306","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cce80be8f14bb306","status":"passed","time":{"start":1728032520664,"stop":1728032520666,"duration":2}},{"uid":"6b8fa65c7b455839","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6b8fa65c7b455839","status":"passed","time":{"start":1728032252784,"stop":1728032252784,"duration":0}}]},"effd87c0401529ef285ab0ac8c265887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fb50c9c3ad9ba67","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5fb50c9c3ad9ba67","status":"passed","time":{"start":1728084067140,"stop":1728084067141,"duration":1}}]},"885d4bfd8757e91e2a5ed11fe2f913dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45ce70d63da475f4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/45ce70d63da475f4","status":"passed","time":{"start":1728058106468,"stop":1728058106469,"duration":1}}]},"007beaeec81318ba233491beddc1aa43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c0035327239838","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f0c0035327239838","status":"passed","time":{"start":1728086260657,"stop":1728086260658,"duration":1}}]},"6d91b006e16462e3b0cf17781567648b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fff5a69e49681a1c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fff5a69e49681a1c","status":"passed","time":{"start":1728068082729,"stop":1728068082729,"duration":0}}]},"fd29830a38b0d4427646471afb54eb20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0d4054522195e39","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f0d4054522195e39","status":"passed","time":{"start":1728068055160,"stop":1728068055161,"duration":1}}]},"5dacf8cc4287bc491477cea1c1d483ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df3db67efbd6f2ea","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/df3db67efbd6f2ea","status":"passed","time":{"start":1728058204394,"stop":1728058204394,"duration":0}}]},"c3e96d1f7078996e7950533fc65fef32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df3aafe2c717bcfd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/df3aafe2c717bcfd","status":"passed","time":{"start":1728085221332,"stop":1728085221332,"duration":0}}]},"2bb2fec51cd13cffbdbdf9da2c2edb17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78f1312c7c8551f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/78f1312c7c8551f","status":"passed","time":{"start":1728032582957,"stop":1728032582958,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"79c8318bad355d93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79c8318bad355d93","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0}},{"uid":"d6f54b05a557797","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d6f54b05a557797","status":"passed","time":{"start":1728084876393,"stop":1728084876393,"duration":0}},{"uid":"5d219bb039444b3b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5d219bb039444b3b","status":"passed","time":{"start":1728083744350,"stop":1728083744350,"duration":0}},{"uid":"a970282a06451c22","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a970282a06451c22","status":"passed","time":{"start":1728082807442,"stop":1728082807443,"duration":1}},{"uid":"fd8a502837bd97a7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fd8a502837bd97a7","status":"passed","time":{"start":1728082139310,"stop":1728082139310,"duration":0}},{"uid":"15a61a3da1fcbc6d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15a61a3da1fcbc6d","status":"passed","time":{"start":1728068908049,"stop":1728068908049,"duration":0}},{"uid":"ca41cac405e15c6d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ca41cac405e15c6d","status":"passed","time":{"start":1728067784705,"stop":1728067784705,"duration":0}},{"uid":"79153dd29fbb7d31","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/79153dd29fbb7d31","status":"passed","time":{"start":1728065631507,"stop":1728065631508,"duration":1}},{"uid":"c0765aa2994865a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c0765aa2994865a","status":"passed","time":{"start":1728065920819,"stop":1728065920819,"duration":0}},{"uid":"6fa49e0040cbb6a4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6fa49e0040cbb6a4","status":"passed","time":{"start":1728056811578,"stop":1728056811578,"duration":0}},{"uid":"8607172f6e3d7d9e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8607172f6e3d7d9e","status":"passed","time":{"start":1728055983135,"stop":1728055983135,"duration":0}},{"uid":"1600519afd22952b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1600519afd22952b","status":"passed","time":{"start":1728056303678,"stop":1728056303679,"duration":1}},{"uid":"10ef4a7ff92d4117","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/10ef4a7ff92d4117","status":"passed","time":{"start":1728055114807,"stop":1728055114807,"duration":0}},{"uid":"9c8caede1da4e82c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9c8caede1da4e82c","status":"passed","time":{"start":1728054093594,"stop":1728054093594,"duration":0}},{"uid":"1452d97aeacd7b73","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1452d97aeacd7b73","status":"passed","time":{"start":1728052371179,"stop":1728052371180,"duration":1}},{"uid":"819cd0e75f8cb547","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/819cd0e75f8cb547","status":"passed","time":{"start":1728046051718,"stop":1728046051718,"duration":0}},{"uid":"8de67395634ff91b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8de67395634ff91b","status":"passed","time":{"start":1728046837805,"stop":1728046837805,"duration":0}},{"uid":"c315f7e33e979e8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c315f7e33e979e8","status":"passed","time":{"start":1728042907578,"stop":1728042907578,"duration":0}},{"uid":"b60b057037ce21d7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b60b057037ce21d7","status":"passed","time":{"start":1728035469879,"stop":1728035469879,"duration":0}},{"uid":"736ed68d753baf91","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/736ed68d753baf91","status":"passed","time":{"start":1728033386388,"stop":1728033386388,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"bcf5e4b8faf81d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bcf5e4b8faf81d2","status":"passed","time":{"start":1728085864173,"stop":1728085864174,"duration":1}},{"uid":"76eb116ffede75ff","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/76eb116ffede75ff","status":"passed","time":{"start":1728084876402,"stop":1728084876402,"duration":0}},{"uid":"6f2a3dfec1e5d0b8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6f2a3dfec1e5d0b8","status":"passed","time":{"start":1728083744358,"stop":1728083744358,"duration":0}},{"uid":"c0a5e602602fa2ad","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c0a5e602602fa2ad","status":"passed","time":{"start":1728082807451,"stop":1728082807451,"duration":0}},{"uid":"8908b285b77295bf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8908b285b77295bf","status":"passed","time":{"start":1728082139320,"stop":1728082139320,"duration":0}},{"uid":"2982756e926f67ac","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2982756e926f67ac","status":"passed","time":{"start":1728068908059,"stop":1728068908060,"duration":1}},{"uid":"f1e637fe9965e682","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f1e637fe9965e682","status":"passed","time":{"start":1728067784713,"stop":1728067784713,"duration":0}},{"uid":"8151deef6908ece3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8151deef6908ece3","status":"passed","time":{"start":1728065631516,"stop":1728065631517,"duration":1}},{"uid":"286fea395387c52","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/286fea395387c52","status":"passed","time":{"start":1728065920828,"stop":1728065920829,"duration":1}},{"uid":"b92065ae31f683c2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b92065ae31f683c2","status":"passed","time":{"start":1728056811587,"stop":1728056811588,"duration":1}},{"uid":"9c98cce7285a1231","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9c98cce7285a1231","status":"passed","time":{"start":1728055983144,"stop":1728055983144,"duration":0}},{"uid":"6beecde7a5edf560","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6beecde7a5edf560","status":"passed","time":{"start":1728056303685,"stop":1728056303685,"duration":0}},{"uid":"a3a2a3f287714eaf","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a3a2a3f287714eaf","status":"passed","time":{"start":1728055114816,"stop":1728055114817,"duration":1}},{"uid":"e0ecfe687b70fdbe","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e0ecfe687b70fdbe","status":"passed","time":{"start":1728054093603,"stop":1728054093604,"duration":1}},{"uid":"a524adbd663d582","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a524adbd663d582","status":"passed","time":{"start":1728052371190,"stop":1728052371190,"duration":0}},{"uid":"43019c466ed0a186","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/43019c466ed0a186","status":"passed","time":{"start":1728046051728,"stop":1728046051728,"duration":0}},{"uid":"6011210827d9dcfb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6011210827d9dcfb","status":"passed","time":{"start":1728046837813,"stop":1728046837813,"duration":0}},{"uid":"6b657eec2e541cd3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b657eec2e541cd3","status":"passed","time":{"start":1728042907586,"stop":1728042907586,"duration":0}},{"uid":"b5cef0cbcc74e53b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b5cef0cbcc74e53b","status":"passed","time":{"start":1728035469887,"stop":1728035469887,"duration":0}},{"uid":"5352a1cc6fc37ecd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5352a1cc6fc37ecd","status":"passed","time":{"start":1728033386398,"stop":1728033386398,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"13e2121698f9f821","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13e2121698f9f821","status":"passed","time":{"start":1728085864164,"stop":1728085864165,"duration":1}},{"uid":"18193673f50795b8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/18193673f50795b8","status":"passed","time":{"start":1728084876393,"stop":1728084876393,"duration":0}},{"uid":"2c0a9852ef96673b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2c0a9852ef96673b","status":"passed","time":{"start":1728083744350,"stop":1728083744350,"duration":0}},{"uid":"9988981cb3683352","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9988981cb3683352","status":"passed","time":{"start":1728082807443,"stop":1728082807443,"duration":0}},{"uid":"4bf229aa0e681d7c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4bf229aa0e681d7c","status":"passed","time":{"start":1728082139311,"stop":1728082139311,"duration":0}},{"uid":"c27620e23e036b1a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c27620e23e036b1a","status":"passed","time":{"start":1728068908049,"stop":1728068908050,"duration":1}},{"uid":"45e746d817e5f438","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/45e746d817e5f438","status":"passed","time":{"start":1728067784705,"stop":1728067784705,"duration":0}},{"uid":"59c09bb87bb24f41","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/59c09bb87bb24f41","status":"passed","time":{"start":1728065631508,"stop":1728065631508,"duration":0}},{"uid":"f3c6c297fc5b4b27","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f3c6c297fc5b4b27","status":"passed","time":{"start":1728065920819,"stop":1728065920820,"duration":1}},{"uid":"7a33e9fea9fc3d05","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7a33e9fea9fc3d05","status":"passed","time":{"start":1728056811578,"stop":1728056811578,"duration":0}},{"uid":"4def875587a30230","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4def875587a30230","status":"passed","time":{"start":1728055983135,"stop":1728055983135,"duration":0}},{"uid":"162caddf00dcdddc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/162caddf00dcdddc","status":"passed","time":{"start":1728056303679,"stop":1728056303679,"duration":0}},{"uid":"3dbe22360e6e2211","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3dbe22360e6e2211","status":"passed","time":{"start":1728055114807,"stop":1728055114808,"duration":1}},{"uid":"30b2c4a57c0b980f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/30b2c4a57c0b980f","status":"passed","time":{"start":1728054093595,"stop":1728054093595,"duration":0}},{"uid":"6e9458f332e1850a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6e9458f332e1850a","status":"passed","time":{"start":1728052371180,"stop":1728052371180,"duration":0}},{"uid":"3b13231584e167ba","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3b13231584e167ba","status":"passed","time":{"start":1728046051718,"stop":1728046051718,"duration":0}},{"uid":"cd47de1ab4989c30","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cd47de1ab4989c30","status":"passed","time":{"start":1728046837805,"stop":1728046837805,"duration":0}},{"uid":"8307d8f0acd78cb9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8307d8f0acd78cb9","status":"passed","time":{"start":1728042907578,"stop":1728042907578,"duration":0}},{"uid":"6f8edbe8cf5a5750","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6f8edbe8cf5a5750","status":"passed","time":{"start":1728035469879,"stop":1728035469880,"duration":1}},{"uid":"50c3d8c8ff6838d4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/50c3d8c8ff6838d4","status":"passed","time":{"start":1728033386388,"stop":1728033386388,"duration":0}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b3815947983c8973","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3815947983c8973","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0}},{"uid":"1602087d3319c2a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1602087d3319c2a","status":"passed","time":{"start":1728084876397,"stop":1728084876397,"duration":0}},{"uid":"334ce9a155845e52","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/334ce9a155845e52","status":"passed","time":{"start":1728083744354,"stop":1728083744354,"duration":0}},{"uid":"d5305f2f1f95fcee","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d5305f2f1f95fcee","status":"passed","time":{"start":1728082807446,"stop":1728082807447,"duration":1}},{"uid":"4279c659a1f6b4da","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4279c659a1f6b4da","status":"passed","time":{"start":1728082139315,"stop":1728082139315,"duration":0}},{"uid":"d9b956c6bdd7f9a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d9b956c6bdd7f9a3","status":"passed","time":{"start":1728068908054,"stop":1728068908055,"duration":1}},{"uid":"41bd94c79a318470","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/41bd94c79a318470","status":"passed","time":{"start":1728067784709,"stop":1728067784709,"duration":0}},{"uid":"9a5d1b39fc6c177e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9a5d1b39fc6c177e","status":"passed","time":{"start":1728065631511,"stop":1728065631512,"duration":1}},{"uid":"5649d24241f08847","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5649d24241f08847","status":"passed","time":{"start":1728065920824,"stop":1728065920824,"duration":0}},{"uid":"dcf20a1eb902e441","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dcf20a1eb902e441","status":"passed","time":{"start":1728056811582,"stop":1728056811583,"duration":1}},{"uid":"fa142e55ae032821","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fa142e55ae032821","status":"passed","time":{"start":1728055983139,"stop":1728055983139,"duration":0}},{"uid":"87dd4b3d0f99f5b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/87dd4b3d0f99f5b","status":"passed","time":{"start":1728056303682,"stop":1728056303682,"duration":0}},{"uid":"976c6694d5dc2a70","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/976c6694d5dc2a70","status":"passed","time":{"start":1728055114811,"stop":1728055114811,"duration":0}},{"uid":"e821accfa5838db2","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e821accfa5838db2","status":"passed","time":{"start":1728054093598,"stop":1728054093599,"duration":1}},{"uid":"d694ddd05bfa9df6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d694ddd05bfa9df6","status":"passed","time":{"start":1728052371185,"stop":1728052371185,"duration":0}},{"uid":"3ef0dbaff32a8a56","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3ef0dbaff32a8a56","status":"passed","time":{"start":1728046051722,"stop":1728046051723,"duration":1}},{"uid":"3932c08cf3c2cfc4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3932c08cf3c2cfc4","status":"passed","time":{"start":1728046837809,"stop":1728046837809,"duration":0}},{"uid":"3d99f39b9dd05cd8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3d99f39b9dd05cd8","status":"passed","time":{"start":1728042907582,"stop":1728042907582,"duration":0}},{"uid":"cb3730915ce0f34c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cb3730915ce0f34c","status":"passed","time":{"start":1728035469883,"stop":1728035469883,"duration":0}},{"uid":"b2daf7a2f102d141","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b2daf7a2f102d141","status":"passed","time":{"start":1728033386392,"stop":1728033386392,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"383c4e5fb3d07973","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/383c4e5fb3d07973","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0}},{"uid":"bf96094e268e4bf4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bf96094e268e4bf4","status":"passed","time":{"start":1728085050218,"stop":1728085050219,"duration":1}},{"uid":"48d3e890f9b49bbf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/48d3e890f9b49bbf","status":"passed","time":{"start":1728083903368,"stop":1728083903368,"duration":0}},{"uid":"e5e845a39c3a43c6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e5e845a39c3a43c6","status":"passed","time":{"start":1728082964232,"stop":1728082964232,"duration":0}},{"uid":"741fa480e9ba65e1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/741fa480e9ba65e1","status":"passed","time":{"start":1728082280687,"stop":1728082280687,"duration":0}},{"uid":"ff8ddca4f3ac90b6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ff8ddca4f3ac90b6","status":"passed","time":{"start":1728069077459,"stop":1728069077460,"duration":1}},{"uid":"4e7c8579d7325def","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4e7c8579d7325def","status":"passed","time":{"start":1728067917852,"stop":1728067917852,"duration":0}},{"uid":"ccde792e1f38a037","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ccde792e1f38a037","status":"passed","time":{"start":1728043075252,"stop":1728043075252,"duration":0}},{"uid":"fab4c7b30297cb40","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fab4c7b30297cb40","status":"passed","time":{"start":1728035638297,"stop":1728035638297,"duration":0}},{"uid":"c64cc9d8fcccd68f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c64cc9d8fcccd68f","status":"passed","time":{"start":1728033557514,"stop":1728033557514,"duration":0}},{"uid":"301d411b7c089818","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/301d411b7c089818","status":"passed","time":{"start":1728033182527,"stop":1728033182527,"duration":0}},{"uid":"6d55d5d0d8ca50cc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6d55d5d0d8ca50cc","status":"passed","time":{"start":1728032755530,"stop":1728032755534,"duration":4}},{"uid":"313b115751bacb9b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/313b115751bacb9b","status":"passed","time":{"start":1728032388396,"stop":1728032388396,"duration":0}},{"uid":"7a23823f615f8d91","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7a23823f615f8d91","status":"passed","time":{"start":1728032113325,"stop":1728032113325,"duration":0}}]},"1e25d9f3233ca7f66309b391bba55bac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8b4c9021ebc570","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f8b4c9021ebc570","status":"passed","time":{"start":1728082438077,"stop":1728082438078,"duration":1}}]},"57eef4196b78e70bf7abdf75ded7e491:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"34297e40e458336f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/34297e40e458336f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728058024180,"stop":1728058024180,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"7aa23d4332793f3b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7aa23d4332793f3b","status":"passed","time":{"start":1728086254809,"stop":1728086254809,"duration":0}},{"uid":"3636ff68b1935c4f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3636ff68b1935c4f","status":"passed","time":{"start":1728085271522,"stop":1728085271522,"duration":0}},{"uid":"de85e36c413b6130","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/de85e36c413b6130","status":"passed","time":{"start":1728084080681,"stop":1728084080681,"duration":0}},{"uid":"33ee12e076d8733","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/33ee12e076d8733","status":"passed","time":{"start":1728083141874,"stop":1728083141876,"duration":2}},{"uid":"fc64c71b0a5800b1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fc64c71b0a5800b1","status":"passed","time":{"start":1728082445883,"stop":1728082445883,"duration":0}},{"uid":"cd6ab54143db8ac","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cd6ab54143db8ac","status":"passed","time":{"start":1728069302766,"stop":1728069302766,"duration":0}},{"uid":"38ba6fe8932fd719","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/38ba6fe8932fd719","status":"passed","time":{"start":1728068075773,"stop":1728068075773,"duration":0}},{"uid":"d95be4355320ecc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d95be4355320ecc","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/cursor.node.spec.ts)","time":{"start":1728066176919,"stop":1728066176919,"duration":0}},{"uid":"b2b553f1cc644527","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b2b553f1cc644527","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/cursor.node.spec.ts)","time":{"start":1728066465367,"stop":1728066465368,"duration":1}},{"uid":"94b5de5c4e6e7705","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/94b5de5c4e6e7705","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/cursor.node.spec.ts)","time":{"start":1728057355221,"stop":1728057355222,"duration":1}},{"uid":"2c66c09844ef0837","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2c66c09844ef0837","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/cursor.node.spec.ts)","time":{"start":1728056439787,"stop":1728056439787,"duration":0}},{"uid":"fda6636d39f3da4a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/fda6636d39f3da4a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/cursor.node.spec.ts)","time":{"start":1728056849788,"stop":1728056849788,"duration":0}},{"uid":"533b7cc4f92d0268","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/533b7cc4f92d0268","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/cursor.node.spec.ts)","time":{"start":1728052681101,"stop":1728052681102,"duration":1}},{"uid":"4ef155d59457efeb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4ef155d59457efeb","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/cursor.node.spec.ts)","time":{"start":1728046530671,"stop":1728046530672,"duration":1}},{"uid":"527f3603ae8589c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/527f3603ae8589c0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/cursor.node.spec.ts)","time":{"start":1728047384774,"stop":1728047384774,"duration":0}},{"uid":"8cb6a957f7ad91c4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8cb6a957f7ad91c4","status":"passed","time":{"start":1728043294672,"stop":1728043294672,"duration":0}},{"uid":"4b07222178600279","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4b07222178600279","status":"passed","time":{"start":1728035901753,"stop":1728035901753,"duration":0}},{"uid":"7c742a4b8a387d7a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7c742a4b8a387d7a","status":"passed","time":{"start":1728033819833,"stop":1728033819833,"duration":0}},{"uid":"44b3aa7cce3c97c2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/44b3aa7cce3c97c2","status":"passed","time":{"start":1728033441767,"stop":1728033441768,"duration":1}},{"uid":"959be3bc292ad489","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/959be3bc292ad489","status":"passed","time":{"start":1728032974945,"stop":1728032974945,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c60d0fc8f0c8f90c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c60d0fc8f0c8f90c","status":"passed","time":{"start":1728086246336,"stop":1728086246337,"duration":1}},{"uid":"e88f0dd6d538c9f7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e88f0dd6d538c9f7","status":"passed","time":{"start":1728085262717,"stop":1728085262717,"duration":0}},{"uid":"97c8247f8cc805f5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/97c8247f8cc805f5","status":"passed","time":{"start":1728084073087,"stop":1728084073087,"duration":0}},{"uid":"8e730061eb8b738b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8e730061eb8b738b","status":"passed","time":{"start":1728083139759,"stop":1728083139760,"duration":1}},{"uid":"19c3ffb267aef189","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/19c3ffb267aef189","status":"passed","time":{"start":1728082453442,"stop":1728082453444,"duration":2}},{"uid":"9473b62bf6114426","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9473b62bf6114426","status":"passed","time":{"start":1728069294518,"stop":1728069294519,"duration":1}},{"uid":"c498cd85359d94b4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c498cd85359d94b4","status":"passed","time":{"start":1728068091316,"stop":1728068091317,"duration":1}},{"uid":"49fac2b2e8f2c8ee","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/49fac2b2e8f2c8ee","status":"passed","time":{"start":1728066032964,"stop":1728066032964,"duration":0}},{"uid":"718952e1b46fbd3e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/718952e1b46fbd3e","status":"passed","time":{"start":1728066323768,"stop":1728066323770,"duration":2}},{"uid":"27cbe95e7148d256","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/27cbe95e7148d256","status":"passed","time":{"start":1728057178299,"stop":1728057178300,"duration":1}},{"uid":"5a6f9715f8021c2f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5a6f9715f8021c2f","status":"passed","time":{"start":1728056339966,"stop":1728056339966,"duration":0}},{"uid":"5ee213fe27641fc2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5ee213fe27641fc2","status":"passed","time":{"start":1728056706239,"stop":1728056706239,"duration":0}},{"uid":"9bd85d7eccc08555","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9bd85d7eccc08555","status":"passed","time":{"start":1728055464719,"stop":1728055464720,"duration":1}},{"uid":"12fff2c2e769e3a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/12fff2c2e769e3a","status":"passed","time":{"start":1728054444804,"stop":1728054444806,"duration":2}},{"uid":"7098ca5517a0e25a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7098ca5517a0e25a","status":"passed","time":{"start":1728052609231,"stop":1728052609233,"duration":2}},{"uid":"d262109e886700b8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d262109e886700b8","status":"passed","time":{"start":1728046451506,"stop":1728046451507,"duration":1}},{"uid":"183cb82037cf2933","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/183cb82037cf2933","status":"passed","time":{"start":1728047239897,"stop":1728047239898,"duration":1}},{"uid":"a1343b224a23008e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a1343b224a23008e","status":"passed","time":{"start":1728043282284,"stop":1728043282289,"duration":5}},{"uid":"1c1cca9c71f8b8be","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1c1cca9c71f8b8be","status":"passed","time":{"start":1728035884822,"stop":1728035884824,"duration":2}},{"uid":"bcd3755bc1d76253","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bcd3755bc1d76253","status":"passed","time":{"start":1728033797760,"stop":1728033797760,"duration":0}}]},"75fe35b133779ee8b2e991a1e3e3e14b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"839824739df123bc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/839824739df123bc","status":"passed","time":{"start":1728069281363,"stop":1728069281364,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1ecb93addfedb039","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1ecb93addfedb039","status":"passed","time":{"start":1728086280297,"stop":1728086280306,"duration":9}},{"uid":"d61afad8029fc310","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d61afad8029fc310","status":"passed","time":{"start":1728085297171,"stop":1728085297172,"duration":1}},{"uid":"d130e7c92b6f8b83","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d130e7c92b6f8b83","status":"passed","time":{"start":1728084101598,"stop":1728084101598,"duration":0}},{"uid":"33b75abaa57923c6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/33b75abaa57923c6","status":"passed","time":{"start":1728083169859,"stop":1728083169860,"duration":1}},{"uid":"76a51a4d03c5acb5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/76a51a4d03c5acb5","status":"passed","time":{"start":1728082475845,"stop":1728082475845,"duration":0}},{"uid":"a64e8aa546b303d2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a64e8aa546b303d2","status":"passed","time":{"start":1728069329395,"stop":1728069329395,"duration":0}},{"uid":"cd43638c93d34bf7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cd43638c93d34bf7","status":"passed","time":{"start":1728068125743,"stop":1728068125743,"duration":0}},{"uid":"7c8e0cfc2e60e696","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7c8e0cfc2e60e696","status":"passed","time":{"start":1728043317197,"stop":1728043317197,"duration":0}},{"uid":"cbe8ed4044648263","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cbe8ed4044648263","status":"passed","time":{"start":1728035933008,"stop":1728035933008,"duration":0}},{"uid":"1191e4e300d0596b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1191e4e300d0596b","status":"passed","time":{"start":1728033847981,"stop":1728033847981,"duration":0}},{"uid":"d776c9e26b981abc","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d776c9e26b981abc","status":"passed","time":{"start":1728033470897,"stop":1728033470897,"duration":0}},{"uid":"7c589efb8fe4221a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/7c589efb8fe4221a","status":"passed","time":{"start":1728033006392,"stop":1728033006392,"duration":0}},{"uid":"e1b37064e94f5d83","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e1b37064e94f5d83","status":"passed","time":{"start":1728032635842,"stop":1728032635842,"duration":0}},{"uid":"49a19671c4d79b36","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/49a19671c4d79b36","status":"passed","time":{"start":1728032367230,"stop":1728032367230,"duration":0}}]},"d1bfc24c50effdd9fac45f0c4fed653c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e441a2e2596506c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e441a2e2596506c3","status":"passed","time":{"start":1728086235213,"stop":1728086235218,"duration":5}}]},"7194a902446ad8dd69f3e88a4df6b698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ffdeac502d6f075","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4ffdeac502d6f075","status":"passed","time":{"start":1728068082727,"stop":1728068082728,"duration":1}}]},"3e1785620a4f2348f44fd10244a94722:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ae204bfd6a4cd42","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9ae204bfd6a4cd42","status":"passed","time":{"start":1728084078540,"stop":1728084078540,"duration":0}}]},"efd1a65cfbe3febd66ce90afa4b261ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f052051a6de4ac5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2f052051a6de4ac5","status":"passed","time":{"start":1728082438081,"stop":1728082438082,"duration":1}}]},"e63500abac6bc623686343b35f179fdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fb0ead8eaae26b3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7fb0ead8eaae26b3","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0}}]},"a19bb2578839cb88d9d8192cfb6e63be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23a5522fce3bfec0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/23a5522fce3bfec0","status":"passed","time":{"start":1728068031255,"stop":1728068031255,"duration":0}}]},"4bd8ba33dd926609613755165bf43a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f52cd4f65dbf5290","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f52cd4f65dbf5290","status":"passed","time":{"start":1728032388398,"stop":1728032388398,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"502f6287f8c0940c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/502f6287f8c0940c","status":"passed","time":{"start":1728086254811,"stop":1728086254811,"duration":0}},{"uid":"7e9294c7e2713d0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7e9294c7e2713d0","status":"passed","time":{"start":1728085271522,"stop":1728085271523,"duration":1}},{"uid":"f1b0743aeeda8d86","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f1b0743aeeda8d86","status":"passed","time":{"start":1728084080681,"stop":1728084080682,"duration":1}},{"uid":"e3867c9657a5a1a0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e3867c9657a5a1a0","status":"passed","time":{"start":1728083141876,"stop":1728083141876,"duration":0}},{"uid":"566834199e7268c3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/566834199e7268c3","status":"passed","time":{"start":1728082445883,"stop":1728082445884,"duration":1}},{"uid":"d7b9a42c3f91f2e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d7b9a42c3f91f2e","status":"passed","time":{"start":1728069302766,"stop":1728069302767,"duration":1}},{"uid":"bed46d169d9a9a66","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bed46d169d9a9a66","status":"passed","time":{"start":1728068075774,"stop":1728068075774,"duration":0}},{"uid":"25ec20c7c67fe1a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/25ec20c7c67fe1a","status":"passed","time":{"start":1728043294672,"stop":1728043294673,"duration":1}},{"uid":"9feb6aa86e9edf9e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9feb6aa86e9edf9e","status":"passed","time":{"start":1728035901754,"stop":1728035901754,"duration":0}},{"uid":"19362d83cee5ce4f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/19362d83cee5ce4f","status":"passed","time":{"start":1728033819833,"stop":1728033819834,"duration":1}},{"uid":"a3b6b5bf8b5e4aba","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a3b6b5bf8b5e4aba","status":"passed","time":{"start":1728033441769,"stop":1728033441769,"duration":0}},{"uid":"e78200f439f1baf","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e78200f439f1baf","status":"passed","time":{"start":1728032974945,"stop":1728032974946,"duration":1}},{"uid":"700a5167e3bf6305","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/700a5167e3bf6305","status":"passed","time":{"start":1728032605740,"stop":1728032605740,"duration":0}},{"uid":"28c33c7e3760122e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/28c33c7e3760122e","status":"passed","time":{"start":1728032334173,"stop":1728032334173,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8dd8c1f8007f72a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8dd8c1f8007f72a0","status":"passed","time":{"start":1728086226469,"stop":1728086226469,"duration":0}},{"uid":"72377901a34a5dc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/72377901a34a5dc","status":"passed","time":{"start":1728085246270,"stop":1728085246270,"duration":0}},{"uid":"5d61fb696add8468","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5d61fb696add8468","status":"passed","time":{"start":1728084078532,"stop":1728084078533,"duration":1}},{"uid":"a74def026ada011","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a74def026ada011","status":"passed","time":{"start":1728083125005,"stop":1728083125005,"duration":0}},{"uid":"256b269c3993b790","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/256b269c3993b790","status":"passed","time":{"start":1728082441016,"stop":1728082441016,"duration":0}},{"uid":"38018c8160012da7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/38018c8160012da7","status":"passed","time":{"start":1728069279732,"stop":1728069279732,"duration":0}},{"uid":"6104e5792e7d58b1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6104e5792e7d58b1","status":"passed","time":{"start":1728046402352,"stop":1728046402352,"duration":0}},{"uid":"a5ae26089f83c35c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a5ae26089f83c35c","status":"passed","time":{"start":1728043267031,"stop":1728043267031,"duration":0}},{"uid":"de02725c3369a632","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/de02725c3369a632","status":"passed","time":{"start":1728035855925,"stop":1728035855925,"duration":0}},{"uid":"4aea738e14f7f325","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4aea738e14f7f325","status":"passed","time":{"start":1728033769210,"stop":1728033769210,"duration":0}},{"uid":"15f339e287770657","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/15f339e287770657","status":"passed","time":{"start":1728033391639,"stop":1728033391639,"duration":0}},{"uid":"12c82c4c6aa236bf","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/12c82c4c6aa236bf","status":"passed","time":{"start":1728032951648,"stop":1728032951649,"duration":1}},{"uid":"b03ee1cd22584978","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b03ee1cd22584978","status":"passed","time":{"start":1728032582506,"stop":1728032582506,"duration":0}},{"uid":"6d34ce2937cc28c4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6d34ce2937cc28c4","status":"passed","time":{"start":1728032304555,"stop":1728032304555,"duration":0}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":11,"unknown":0,"total":21},"items":[{"uid":"6a6441986741f3c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a6441986741f3c3","status":"passed","time":{"start":1728086033867,"stop":1728086033869,"duration":2}},{"uid":"cba6fdc2100483ce","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cba6fdc2100483ce","status":"passed","time":{"start":1728085047236,"stop":1728085047237,"duration":1}},{"uid":"8dc6c029b21b78aa","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8dc6c029b21b78aa","status":"passed","time":{"start":1728083902754,"stop":1728083902759,"duration":5}},{"uid":"75bbe3c729039ce0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/75bbe3c729039ce0","status":"passed","time":{"start":1728082961487,"stop":1728082961487,"duration":0}},{"uid":"990ce0f96494070","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/990ce0f96494070","status":"passed","time":{"start":1728082284017,"stop":1728082284017,"duration":0}},{"uid":"ed7d8682fff8d40d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ed7d8682fff8d40d","status":"passed","time":{"start":1728069082617,"stop":1728069082619,"duration":2}},{"uid":"8a4f445e1b4c2391","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8a4f445e1b4c2391","status":"passed","time":{"start":1728067941376,"stop":1728067941377,"duration":1}},{"uid":"dd716d6e97722d52","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dd716d6e97722d52","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066171556,"stop":1728066171556,"duration":0}},{"uid":"1cc24b367147df48","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1cc24b367147df48","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066512869,"stop":1728066512869,"duration":0}},{"uid":"f62e924aedd7d3f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f62e924aedd7d3f","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728057355617,"stop":1728057355617,"duration":0}},{"uid":"519d1e83d88981a6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/519d1e83d88981a6","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056563485,"stop":1728056563485,"duration":0}},{"uid":"c336ba0bc1f685ac","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c336ba0bc1f685ac","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056935454,"stop":1728056935455,"duration":1}},{"uid":"ea3e926495c39c61","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ea3e926495c39c61","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728055614329,"stop":1728055614329,"duration":0}},{"uid":"2a0c2c3877e8c688","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2a0c2c3877e8c688","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728054752353,"stop":1728054752353,"duration":0}},{"uid":"da1b9d353d9a7f18","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/da1b9d353d9a7f18","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728052861006,"stop":1728052861006,"duration":0}},{"uid":"4317f563db8836c5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4317f563db8836c5","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728046783404,"stop":1728046783404,"duration":0}},{"uid":"f6b3fc2a1056b943","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f6b3fc2a1056b943","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728047429481,"stop":1728047429481,"duration":0}},{"uid":"a4cf4307b211c975","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a4cf4307b211c975","status":"passed","time":{"start":1728043084127,"stop":1728043084127,"duration":0}},{"uid":"d85472bb04dfc73e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d85472bb04dfc73e","status":"passed","time":{"start":1728032746165,"stop":1728032746166,"duration":1}},{"uid":"c3d92dd061a2acba","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c3d92dd061a2acba","status":"passed","time":{"start":1728032390172,"stop":1728032390172,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"98ed37f25eaf54ae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/98ed37f25eaf54ae","status":"passed","time":{"start":1728085929877,"stop":1728085929877,"duration":0}},{"uid":"b4c47217c376db35","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b4c47217c376db35","status":"passed","time":{"start":1728084940318,"stop":1728084940322,"duration":4}},{"uid":"b918a5765b6b406b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b918a5765b6b406b","status":"passed","time":{"start":1728083807039,"stop":1728083807039,"duration":0}},{"uid":"822e6c454ac065d8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/822e6c454ac065d8","status":"passed","time":{"start":1728082878428,"stop":1728082878435,"duration":7}},{"uid":"fb97d39de249d4d7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fb97d39de249d4d7","status":"passed","time":{"start":1728082208566,"stop":1728082208566,"duration":0}},{"uid":"bf37b1178fab5711","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bf37b1178fab5711","status":"passed","time":{"start":1728068975098,"stop":1728068975098,"duration":0}},{"uid":"ac3b21096a1c8513","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ac3b21096a1c8513","status":"passed","time":{"start":1728067846903,"stop":1728067846903,"duration":0}},{"uid":"1c0fcf57760bb6c8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1c0fcf57760bb6c8","status":"passed","time":{"start":1728065698202,"stop":1728065698202,"duration":0}},{"uid":"44ff83a8582d1b3e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/44ff83a8582d1b3e","status":"passed","time":{"start":1728065985243,"stop":1728065985243,"duration":0}},{"uid":"4a3c43c83eee105c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4a3c43c83eee105c","status":"passed","time":{"start":1728056875691,"stop":1728056875691,"duration":0}},{"uid":"24b00455f42ce2db","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/24b00455f42ce2db","status":"passed","time":{"start":1728056052793,"stop":1728056052794,"duration":1}},{"uid":"e807f0d3cdd2884","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e807f0d3cdd2884","status":"passed","time":{"start":1728056368494,"stop":1728056368494,"duration":0}},{"uid":"aaf327a00adb6715","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/aaf327a00adb6715","status":"passed","time":{"start":1728055192612,"stop":1728055192612,"duration":0}},{"uid":"579121852849336","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/579121852849336","status":"passed","time":{"start":1728054161282,"stop":1728054161283,"duration":1}},{"uid":"3f8f529b7ce8f326","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3f8f529b7ce8f326","status":"passed","time":{"start":1728052440363,"stop":1728052440363,"duration":0}},{"uid":"c729bbdecaba727b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c729bbdecaba727b","status":"passed","time":{"start":1728046118138,"stop":1728046118138,"duration":0}},{"uid":"d80d8757fd87a729","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d80d8757fd87a729","status":"passed","time":{"start":1728046914095,"stop":1728046914095,"duration":0}},{"uid":"ef8773ce34d69089","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ef8773ce34d69089","status":"passed","time":{"start":1728042972081,"stop":1728042972082,"duration":1}},{"uid":"8a83fa9b6d6140e4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8a83fa9b6d6140e4","status":"passed","time":{"start":1728035535020,"stop":1728035535021,"duration":1}},{"uid":"3a6f505ac32980d0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3a6f505ac32980d0","status":"passed","time":{"start":1728033452173,"stop":1728033452180,"duration":7}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"526b87319ec2f458","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/526b87319ec2f458","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0}},{"uid":"537a9c4905444009","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/537a9c4905444009","status":"passed","time":{"start":1728085184633,"stop":1728085184634,"duration":1}},{"uid":"846e161a5c7ab24f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/846e161a5c7ab24f","status":"passed","time":{"start":1728084018347,"stop":1728084018347,"duration":0}},{"uid":"452daf5cdbda00fe","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/452daf5cdbda00fe","status":"passed","time":{"start":1728083065663,"stop":1728083065663,"duration":0}},{"uid":"ae43f510ae0e00e7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ae43f510ae0e00e7","status":"passed","time":{"start":1728069218820,"stop":1728069218821,"duration":1}},{"uid":"cf405e49a6520c10","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cf405e49a6520c10","status":"passed","time":{"start":1728046261813,"stop":1728046261814,"duration":1}},{"uid":"15f85d914b8ba298","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15f85d914b8ba298","status":"passed","time":{"start":1728043204072,"stop":1728043204073,"duration":1}},{"uid":"1556dc3fff96e84b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1556dc3fff96e84b","status":"passed","time":{"start":1728035785867,"stop":1728035785868,"duration":1}},{"uid":"46a23a3e7ad39210","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/46a23a3e7ad39210","status":"passed","time":{"start":1728033696338,"stop":1728033696338,"duration":0}},{"uid":"a6cbdc74ceb9318a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a6cbdc74ceb9318a","status":"passed","time":{"start":1728033319481,"stop":1728033319481,"duration":0}},{"uid":"a55a78b6c213ff00","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a55a78b6c213ff00","status":"passed","time":{"start":1728032886547,"stop":1728032886547,"duration":0}},{"uid":"402dcac093a65028","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/402dcac093a65028","status":"passed","time":{"start":1728032520626,"stop":1728032520626,"duration":0}},{"uid":"cc5fae000e89e604","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/cc5fae000e89e604","status":"passed","time":{"start":1728032252765,"stop":1728032252766,"duration":1}}]},"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"1f4fd9b3b4118d2f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1f4fd9b3b4118d2f","status":"passed","time":{"start":1728086150765,"stop":1728086150766,"duration":1}},{"uid":"5b21b9d36b2b1b04","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5b21b9d36b2b1b04","status":"passed","time":{"start":1728085165539,"stop":1728085165539,"duration":0}},{"uid":"1c618fe0a58f3cc2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1c618fe0a58f3cc2","status":"passed","time":{"start":1728083991600,"stop":1728083991600,"duration":0}},{"uid":"79c163fc24dcf0d3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/79c163fc24dcf0d3","status":"passed","time":{"start":1728083028051,"stop":1728083028053,"duration":2}},{"uid":"15abc7cd0e50b753","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/15abc7cd0e50b753","status":"passed","time":{"start":1728082357531,"stop":1728082357531,"duration":0}},{"uid":"68e828abfd3d18a5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/68e828abfd3d18a5","status":"passed","time":{"start":1728069194209,"stop":1728069194210,"duration":1}},{"uid":"4eff838ef5c3e44c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4eff838ef5c3e44c","status":"passed","time":{"start":1728067984173,"stop":1728067984173,"duration":0}},{"uid":"795af9aa0604c40e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/795af9aa0604c40e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548715,"stop":1728066548715,"duration":0}},{"uid":"60cb8face4d24790","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/60cb8face4d24790","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835724,"stop":1728066835725,"duration":1}},{"uid":"ddc12f5b051522c8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ddc12f5b051522c8","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726212,"stop":1728057726212,"duration":0}},{"uid":"5246ef5525a93614","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5246ef5525a93614","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209769,"stop":1728057209769,"duration":0}},{"uid":"21521948807d9e0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/21521948807d9e0","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965589,"stop":1728046965589,"duration":0}},{"uid":"17bfe86bbe81fd3d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/17bfe86bbe81fd3d","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762408,"stop":1728047762408,"duration":0}},{"uid":"855ed72972bb466b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/855ed72972bb466b","status":"passed","time":{"start":1728043179148,"stop":1728043179149,"duration":1}},{"uid":"dd56957bc93cc0d7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/dd56957bc93cc0d7","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728035952258,"stop":1728035952259,"duration":1}},{"uid":"6f0e6efc22a76aee","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6f0e6efc22a76aee","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033874147,"stop":1728033874148,"duration":1}},{"uid":"3511e15c2a64b587","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3511e15c2a64b587","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033497564,"stop":1728033497564,"duration":0}},{"uid":"d650ad4dad15304c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d650ad4dad15304c","status":"passed","time":{"start":1728032861190,"stop":1728032861191,"duration":1}},{"uid":"5829fda037dced01","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5829fda037dced01","status":"passed","time":{"start":1728032518174,"stop":1728032518174,"duration":0}},{"uid":"ea392aa05a5521fb","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ea392aa05a5521fb","status":"passed","time":{"start":1728032218317,"stop":1728032218318,"duration":1}}]},"b9241a5001e4a9e3ef98042b267cb36b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9a2780473896f6d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d9a2780473896f6d","status":"passed","time":{"start":1728055761111,"stop":1728055761111,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"fd099fa2a21e9478","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd099fa2a21e9478","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0}},{"uid":"6b046a91a09eaa7a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6b046a91a09eaa7a","status":"passed","time":{"start":1728085269078,"stop":1728085269078,"duration":0}},{"uid":"be09e78508ba3b50","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/be09e78508ba3b50","status":"passed","time":{"start":1728069312630,"stop":1728069312630,"duration":0}},{"uid":"27418a6d41876885","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/27418a6d41876885","status":"passed","time":{"start":1728046423435,"stop":1728046423435,"duration":0}},{"uid":"3dfb3aa0cc126562","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3dfb3aa0cc126562","status":"passed","time":{"start":1728043297176,"stop":1728043297176,"duration":0}},{"uid":"6148159a1e828594","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6148159a1e828594","status":"passed","time":{"start":1728035880151,"stop":1728035880152,"duration":1}},{"uid":"9908ad71cfa1eef0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9908ad71cfa1eef0","status":"passed","time":{"start":1728033788808,"stop":1728033788809,"duration":1}},{"uid":"7dd741da50210ac6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7dd741da50210ac6","status":"passed","time":{"start":1728033423631,"stop":1728033423631,"duration":0}},{"uid":"efeb78249117da26","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/efeb78249117da26","status":"passed","time":{"start":1728032985121,"stop":1728032985125,"duration":4}},{"uid":"7c7a53afd05a956e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7c7a53afd05a956e","status":"passed","time":{"start":1728032614937,"stop":1728032614937,"duration":0}},{"uid":"1d3c416e67a8ffcc","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1d3c416e67a8ffcc","status":"passed","time":{"start":1728032348372,"stop":1728032348372,"duration":0}}]},"ecba84d4a69e231d9c084ee8fc7867c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d335fe668985f441","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d335fe668985f441","status":"passed","time":{"start":1728083113928,"stop":1728083113928,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d9c584eb74d9155a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d9c584eb74d9155a","status":"passed","time":{"start":1728085887350,"stop":1728085887351,"duration":1}},{"uid":"551b0f18362512ef","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/551b0f18362512ef","status":"passed","time":{"start":1728084900620,"stop":1728084900622,"duration":2}},{"uid":"55ccd69b58e9431b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/55ccd69b58e9431b","status":"passed","time":{"start":1728083767562,"stop":1728083767563,"duration":1}},{"uid":"e8ab4349554742b8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e8ab4349554742b8","status":"passed","time":{"start":1728082830871,"stop":1728082830871,"duration":0}},{"uid":"4c35f3ee22ae2442","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4c35f3ee22ae2442","status":"passed","time":{"start":1728082162768,"stop":1728082162768,"duration":0}},{"uid":"a3c5c424ea25e7d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a3c5c424ea25e7d","status":"passed","time":{"start":1728068931766,"stop":1728068931766,"duration":0}},{"uid":"e029b46f8d2a6789","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e029b46f8d2a6789","status":"passed","time":{"start":1728067807819,"stop":1728067807819,"duration":0}},{"uid":"c68d3a0deb042c94","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c68d3a0deb042c94","status":"passed","time":{"start":1728065654474,"stop":1728065654475,"duration":1}},{"uid":"2540b2a8ed16c074","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2540b2a8ed16c074","status":"passed","time":{"start":1728065944062,"stop":1728065944063,"duration":1}},{"uid":"2947ad54a7f8b16c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2947ad54a7f8b16c","status":"passed","time":{"start":1728056834602,"stop":1728056834604,"duration":2}},{"uid":"145865484234ee63","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/145865484234ee63","status":"passed","time":{"start":1728056006537,"stop":1728056006538,"duration":1}},{"uid":"38d1c053c17e51b4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/38d1c053c17e51b4","status":"passed","time":{"start":1728056326756,"stop":1728056326757,"duration":1}},{"uid":"e5d91ad442c1ca4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e5d91ad442c1ca4","status":"passed","time":{"start":1728055138282,"stop":1728055138282,"duration":0}},{"uid":"b4f1b823f2465aa2","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b4f1b823f2465aa2","status":"passed","time":{"start":1728054117306,"stop":1728054117306,"duration":0}},{"uid":"ce9f023f09125e8a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ce9f023f09125e8a","status":"passed","time":{"start":1728052394668,"stop":1728052394669,"duration":1}},{"uid":"16f64f14f9f4d75b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/16f64f14f9f4d75b","status":"passed","time":{"start":1728046075860,"stop":1728046075861,"duration":1}},{"uid":"175f4a3cc45bdc01","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/175f4a3cc45bdc01","status":"passed","time":{"start":1728046861034,"stop":1728046861034,"duration":0}},{"uid":"e37e781e92ebe16c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e37e781e92ebe16c","status":"passed","time":{"start":1728042930662,"stop":1728042930663,"duration":1}},{"uid":"8fd93918e3ef7f0a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8fd93918e3ef7f0a","status":"passed","time":{"start":1728035493953,"stop":1728035493954,"duration":1}},{"uid":"18c3471c5df9543a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/18c3471c5df9543a","status":"passed","time":{"start":1728033410516,"stop":1728033410516,"duration":0}}]},"418839bd2f475fd70b92751f368fc32a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e29e66c59ae7ae8","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6e29e66c59ae7ae8","status":"passed","time":{"start":1728032388398,"stop":1728032388398,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"4c743edfb95de82d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c743edfb95de82d","status":"passed","time":{"start":1728085864148,"stop":1728085864154,"duration":6}},{"uid":"2afadd3e43ec8019","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2afadd3e43ec8019","status":"passed","time":{"start":1728084876378,"stop":1728084876378,"duration":0}},{"uid":"88a5901ce1f8dca8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/88a5901ce1f8dca8","status":"passed","time":{"start":1728083744334,"stop":1728083744335,"duration":1}},{"uid":"2a79b1b7bf81d4cd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2a79b1b7bf81d4cd","status":"passed","time":{"start":1728082807427,"stop":1728082807427,"duration":0}},{"uid":"fbb242473dd9ef32","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fbb242473dd9ef32","status":"passed","time":{"start":1728082139299,"stop":1728082139299,"duration":0}},{"uid":"28471581f145590d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/28471581f145590d","status":"passed","time":{"start":1728068908031,"stop":1728068908031,"duration":0}},{"uid":"18234847ce4b4aef","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/18234847ce4b4aef","status":"passed","time":{"start":1728067784689,"stop":1728067784690,"duration":1}},{"uid":"65d3670279429028","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/65d3670279429028","status":"passed","time":{"start":1728065631492,"stop":1728065631497,"duration":5}},{"uid":"5b9bddee22510722","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5b9bddee22510722","status":"passed","time":{"start":1728065920803,"stop":1728065920803,"duration":0}},{"uid":"ccdc68304d3e7d1e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ccdc68304d3e7d1e","status":"passed","time":{"start":1728056811559,"stop":1728056811559,"duration":0}},{"uid":"ad80a20e81b234dc","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ad80a20e81b234dc","status":"passed","time":{"start":1728055983118,"stop":1728055983125,"duration":7}},{"uid":"3d8d0942ec0bde4f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3d8d0942ec0bde4f","status":"passed","time":{"start":1728056303669,"stop":1728056303669,"duration":0}},{"uid":"6172a09763f511cc","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6172a09763f511cc","status":"passed","time":{"start":1728055114792,"stop":1728055114792,"duration":0}},{"uid":"a0434d6a6884ba69","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a0434d6a6884ba69","status":"passed","time":{"start":1728054093577,"stop":1728054093578,"duration":1}},{"uid":"1cc96aebc00648cd","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1cc96aebc00648cd","status":"passed","time":{"start":1728052371166,"stop":1728052371167,"duration":1}},{"uid":"3fdacf5aad002d8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3fdacf5aad002d8","status":"passed","time":{"start":1728046051699,"stop":1728046051700,"duration":1}},{"uid":"ee8f70a220011f2f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ee8f70a220011f2f","status":"passed","time":{"start":1728046837790,"stop":1728046837795,"duration":5}},{"uid":"fb18b9cab32e7ac3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fb18b9cab32e7ac3","status":"passed","time":{"start":1728042907563,"stop":1728042907563,"duration":0}},{"uid":"127d961abee06a4f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/127d961abee06a4f","status":"passed","time":{"start":1728035469868,"stop":1728035469868,"duration":0}},{"uid":"d214578f8e88dcbd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d214578f8e88dcbd","status":"passed","time":{"start":1728033386379,"stop":1728033386379,"duration":0}}]},"f32b987a78786f4f39fae6516783b91b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fef020352ce24d8d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fef020352ce24d8d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732233,"stop":1728057732233,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9b0a127b1ac8acc8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b0a127b1ac8acc8","status":"passed","time":{"start":1728086226468,"stop":1728086226468,"duration":0}},{"uid":"8e15f124c81c8c52","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8e15f124c81c8c52","status":"passed","time":{"start":1728085246269,"stop":1728085246269,"duration":0}},{"uid":"8d3342aae6bad79b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8d3342aae6bad79b","status":"passed","time":{"start":1728084078531,"stop":1728084078531,"duration":0}},{"uid":"1653decd0d102e8a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1653decd0d102e8a","status":"passed","time":{"start":1728083125004,"stop":1728083125004,"duration":0}},{"uid":"89c7c09e040a4eac","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/89c7c09e040a4eac","status":"passed","time":{"start":1728082441015,"stop":1728082441015,"duration":0}},{"uid":"4a32c2b86ecd6e55","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4a32c2b86ecd6e55","status":"passed","time":{"start":1728069279731,"stop":1728069279731,"duration":0}},{"uid":"a150e04bcd9508f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a150e04bcd9508f","status":"passed","time":{"start":1728046402351,"stop":1728046402352,"duration":1}},{"uid":"d1f0757d9295aa35","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d1f0757d9295aa35","status":"passed","time":{"start":1728043267030,"stop":1728043267031,"duration":1}},{"uid":"8ec763c7a8d30302","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8ec763c7a8d30302","status":"passed","time":{"start":1728035855922,"stop":1728035855923,"duration":1}},{"uid":"cbd7858a0f46b56f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cbd7858a0f46b56f","status":"passed","time":{"start":1728033769209,"stop":1728033769210,"duration":1}},{"uid":"8f8cfecdfd03e577","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8f8cfecdfd03e577","status":"passed","time":{"start":1728033391636,"stop":1728033391637,"duration":1}},{"uid":"830e06df0d0625d0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/830e06df0d0625d0","status":"passed","time":{"start":1728032951644,"stop":1728032951648,"duration":4}},{"uid":"19b95d5ddedc47ce","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/19b95d5ddedc47ce","status":"passed","time":{"start":1728032582503,"stop":1728032582505,"duration":2}},{"uid":"b95ed0d7975b97a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b95ed0d7975b97a","status":"passed","time":{"start":1728032304554,"stop":1728032304554,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c8efaffe0c93439","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c8efaffe0c93439","status":"passed","time":{"start":1728086226457,"stop":1728086226457,"duration":0}},{"uid":"e1975e2528abb573","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e1975e2528abb573","status":"passed","time":{"start":1728085246256,"stop":1728085246256,"duration":0}},{"uid":"b8adf39a760342d4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b8adf39a760342d4","status":"passed","time":{"start":1728084078517,"stop":1728084078517,"duration":0}},{"uid":"65b4991f0d1beb33","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/65b4991f0d1beb33","status":"passed","time":{"start":1728083124994,"stop":1728083124995,"duration":1}},{"uid":"14535b96ade9bd82","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/14535b96ade9bd82","status":"passed","time":{"start":1728082441000,"stop":1728082441000,"duration":0}},{"uid":"a8b1f9ecf7f172b8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a8b1f9ecf7f172b8","status":"passed","time":{"start":1728069279720,"stop":1728069279720,"duration":0}},{"uid":"6b6a2329a8c566e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6b6a2329a8c566e","status":"passed","time":{"start":1728046402341,"stop":1728046402341,"duration":0}},{"uid":"6e895e058b86327b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6e895e058b86327b","status":"passed","time":{"start":1728043266998,"stop":1728043267000,"duration":2}},{"uid":"2c76141d4e5ecf18","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2c76141d4e5ecf18","status":"passed","time":{"start":1728035855880,"stop":1728035855881,"duration":1}},{"uid":"eb7a1a7b57086684","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/eb7a1a7b57086684","status":"passed","time":{"start":1728033769191,"stop":1728033769193,"duration":2}},{"uid":"ed6c22339013b3de","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ed6c22339013b3de","status":"passed","time":{"start":1728033391621,"stop":1728033391621,"duration":0}},{"uid":"487ed0ca75f5bb4e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/487ed0ca75f5bb4e","status":"passed","time":{"start":1728032951627,"stop":1728032951627,"duration":0}},{"uid":"57f307b9a0d45b0d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/57f307b9a0d45b0d","status":"passed","time":{"start":1728032582490,"stop":1728032582491,"duration":1}},{"uid":"ab00bb3f40f86443","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ab00bb3f40f86443","status":"passed","time":{"start":1728032304541,"stop":1728032304541,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1eaafee7c10b9fa4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1eaafee7c10b9fa4","status":"passed","time":{"start":1728085897853,"stop":1728085897854,"duration":1}},{"uid":"2a940f6a9ecab24d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2a940f6a9ecab24d","status":"passed","time":{"start":1728084911104,"stop":1728084911105,"duration":1}},{"uid":"d24b46c361ab4956","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d24b46c361ab4956","status":"passed","time":{"start":1728083777446,"stop":1728083777446,"duration":0}},{"uid":"f686300262deb397","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f686300262deb397","status":"passed","time":{"start":1728082840906,"stop":1728082840906,"duration":0}},{"uid":"2e3e278b46cfe7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2e3e278b46cfe7","status":"passed","time":{"start":1728082173080,"stop":1728082173081,"duration":1}},{"uid":"490f6b6acc6a1440","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/490f6b6acc6a1440","status":"passed","time":{"start":1728068942357,"stop":1728068942357,"duration":0}},{"uid":"cb192c05db5d49b4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cb192c05db5d49b4","status":"passed","time":{"start":1728067817948,"stop":1728067817949,"duration":1}},{"uid":"54bc3ab21ed8aac2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/54bc3ab21ed8aac2","status":"passed","time":{"start":1728065664967,"stop":1728065664967,"duration":0}},{"uid":"84adf593bbe16391","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/84adf593bbe16391","status":"passed","time":{"start":1728065954888,"stop":1728065954889,"duration":1}},{"uid":"9fe9ffe47508b2f4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9fe9ffe47508b2f4","status":"passed","time":{"start":1728056845049,"stop":1728056845049,"duration":0}},{"uid":"7af1e3aa4f3da5b8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7af1e3aa4f3da5b8","status":"passed","time":{"start":1728056016985,"stop":1728056016986,"duration":1}},{"uid":"be3e72130a75db29","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/be3e72130a75db29","status":"passed","time":{"start":1728056337249,"stop":1728056337249,"duration":0}},{"uid":"cf25214a483e9ac","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/cf25214a483e9ac","status":"passed","time":{"start":1728055148758,"stop":1728055148758,"duration":0}},{"uid":"12d8fb09eeff7727","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/12d8fb09eeff7727","status":"passed","time":{"start":1728054127193,"stop":1728054127193,"duration":0}},{"uid":"a664682ed46ddc94","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a664682ed46ddc94","status":"passed","time":{"start":1728052404922,"stop":1728052404922,"duration":0}},{"uid":"399cf4a07d939619","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/399cf4a07d939619","status":"passed","time":{"start":1728046086246,"stop":1728046086247,"duration":1}},{"uid":"b094493966b00bb0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b094493966b00bb0","status":"passed","time":{"start":1728046871096,"stop":1728046871097,"duration":1}},{"uid":"107380d9dd84b965","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/107380d9dd84b965","status":"passed","time":{"start":1728042940927,"stop":1728042940927,"duration":0}},{"uid":"60b14356c44a11c9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/60b14356c44a11c9","status":"passed","time":{"start":1728035504143,"stop":1728035504143,"duration":0}},{"uid":"f38087015ee0622c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f38087015ee0622c","status":"passed","time":{"start":1728033420767,"stop":1728033420768,"duration":1}}]},"372c890c58f495214ce439b9c7cfb498:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcdf4ec086efc577","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dcdf4ec086efc577","status":"passed","time":{"start":1728068055156,"stop":1728068055157,"duration":1}}]},"64e873e1eacebf4979a35d09fcca0e1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57d5c7f87c0cf69","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b57d5c7f87c0cf69","status":"passed","time":{"start":1728066313102,"stop":1728066313102,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"2e93d1794498054f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2e93d1794498054f","status":"passed","time":{"start":1728086260320,"stop":1728086260321,"duration":1}},{"uid":"d96aad00fcf4e150","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d96aad00fcf4e150","status":"passed","time":{"start":1728085269090,"stop":1728085269090,"duration":0}},{"uid":"cb4a959202332ed","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cb4a959202332ed","status":"passed","time":{"start":1728069312644,"stop":1728069312644,"duration":0}},{"uid":"51a518cabfcabdca","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/51a518cabfcabdca","status":"passed","time":{"start":1728046423458,"stop":1728046423458,"duration":0}},{"uid":"a10cd0f55616b6fd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a10cd0f55616b6fd","status":"passed","time":{"start":1728043297192,"stop":1728043297192,"duration":0}},{"uid":"12bea392948f671e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/12bea392948f671e","status":"passed","time":{"start":1728035880178,"stop":1728035880178,"duration":0}},{"uid":"3f1d960117186b9e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3f1d960117186b9e","status":"passed","time":{"start":1728033788843,"stop":1728033788843,"duration":0}},{"uid":"a4b9b851b0666881","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a4b9b851b0666881","status":"passed","time":{"start":1728033423657,"stop":1728033423658,"duration":1}},{"uid":"988c50a760f2d758","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/988c50a760f2d758","status":"passed","time":{"start":1728032985165,"stop":1728032985169,"duration":4}},{"uid":"33748d39fb6a2c5e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/33748d39fb6a2c5e","status":"passed","time":{"start":1728032614958,"stop":1728032614958,"duration":0}},{"uid":"c1097a4e0b65e4b3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c1097a4e0b65e4b3","status":"passed","time":{"start":1728032348423,"stop":1728032348423,"duration":0}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c7636a047061bf3f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c7636a047061bf3f","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0}},{"uid":"e47a1ffb434dc307","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e47a1ffb434dc307","status":"passed","time":{"start":1728084876405,"stop":1728084876406,"duration":1}},{"uid":"fa8f5fb41eb4df04","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fa8f5fb41eb4df04","status":"passed","time":{"start":1728083744361,"stop":1728083744361,"duration":0}},{"uid":"a23fe7480111e4ae","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a23fe7480111e4ae","status":"passed","time":{"start":1728082807455,"stop":1728082807455,"duration":0}},{"uid":"495b6eb720cf5bf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/495b6eb720cf5bf","status":"passed","time":{"start":1728082139323,"stop":1728082139323,"duration":0}},{"uid":"6ca28a2d1bf32bb2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ca28a2d1bf32bb2","status":"passed","time":{"start":1728068908063,"stop":1728068908063,"duration":0}},{"uid":"ed6a0accfbbe86d1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ed6a0accfbbe86d1","status":"passed","time":{"start":1728067784716,"stop":1728067784716,"duration":0}},{"uid":"f4f5468e315f3dd9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f4f5468e315f3dd9","status":"passed","time":{"start":1728065631519,"stop":1728065631519,"duration":0}},{"uid":"84b826c689b1b298","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/84b826c689b1b298","status":"passed","time":{"start":1728065920832,"stop":1728065920832,"duration":0}},{"uid":"38200c8303ef4849","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/38200c8303ef4849","status":"passed","time":{"start":1728056811590,"stop":1728056811591,"duration":1}},{"uid":"cf974ca3744fd888","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/cf974ca3744fd888","status":"passed","time":{"start":1728055983147,"stop":1728055983147,"duration":0}},{"uid":"237a9479aa32c87f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/237a9479aa32c87f","status":"passed","time":{"start":1728056303687,"stop":1728056303688,"duration":1}},{"uid":"90c345a513823651","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/90c345a513823651","status":"passed","time":{"start":1728055114820,"stop":1728055114820,"duration":0}},{"uid":"f82cec653169b5d4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f82cec653169b5d4","status":"passed","time":{"start":1728054093607,"stop":1728054093607,"duration":0}},{"uid":"e7de7e516956e025","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e7de7e516956e025","status":"passed","time":{"start":1728052371193,"stop":1728052371194,"duration":1}},{"uid":"8fb3fd42f97e6270","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8fb3fd42f97e6270","status":"passed","time":{"start":1728046051731,"stop":1728046051731,"duration":0}},{"uid":"55345470f1237ce7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/55345470f1237ce7","status":"passed","time":{"start":1728046837816,"stop":1728046837816,"duration":0}},{"uid":"fa91dde52dc21e61","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fa91dde52dc21e61","status":"passed","time":{"start":1728042907588,"stop":1728042907588,"duration":0}},{"uid":"975f9174d4ba60fa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/975f9174d4ba60fa","status":"passed","time":{"start":1728035469889,"stop":1728035469889,"duration":0}},{"uid":"8e36e91d6f1522da","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8e36e91d6f1522da","status":"passed","time":{"start":1728033386401,"stop":1728033386401,"duration":0}}]},"92b7eb36f9e2fadadbf329e8ccf92835:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe53cbfb4b5bce76","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fe53cbfb4b5bce76","status":"passed","time":{"start":1728083113927,"stop":1728083113927,"duration":0}}]},"397df51e1599231101a939587c96546b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48a550b2e94bcd0d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/48a550b2e94bcd0d","status":"passed","time":{"start":1728035898414,"stop":1728035898414,"duration":0}}]},"ba3e8bc6524792735cea05079c48a559:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"139f07b8b42ccbdd","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/139f07b8b42ccbdd","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728058106471,"stop":1728058106471,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":15,"unknown":0,"total":17},"items":[{"uid":"bb3725bf2af3a28c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bb3725bf2af3a28c","status":"passed","time":{"start":1728086063170,"stop":1728086063171,"duration":1}},{"uid":"9d76637e393f401b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9d76637e393f401b","status":"passed","time":{"start":1728085079883,"stop":1728085079883,"duration":0}},{"uid":"a1e06d281579a4fa","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a1e06d281579a4fa","status":"passed","time":{"start":1728083929288,"stop":1728083929288,"duration":0}},{"uid":"5ca7806cdeac8d01","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5ca7806cdeac8d01","status":"passed","time":{"start":1728082986545,"stop":1728082986546,"duration":1}},{"uid":"dba6dfc7a0d016ac","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/dba6dfc7a0d016ac","status":"passed","time":{"start":1728082304401,"stop":1728082304406,"duration":5}},{"uid":"a0f18f5c6d8c00ca","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a0f18f5c6d8c00ca","status":"passed","time":{"start":1728069112271,"stop":1728069112271,"duration":0}},{"uid":"606f54b9429a1b89","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/606f54b9429a1b89","status":"passed","time":{"start":1728067941513,"stop":1728067941514,"duration":1}},{"uid":"f71a92832a54d79f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f71a92832a54d79f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1728066083016,"stop":1728066083016,"duration":0}},{"uid":"6b4ffaf1b9b69c9c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6b4ffaf1b9b69c9c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1728056145779,"stop":1728056145779,"duration":0}},{"uid":"b4f697311f00e9d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b4f697311f00e9d","status":"passed","time":{"start":1728047000893,"stop":1728047000893,"duration":0}},{"uid":"2be1d687872effd4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2be1d687872effd4","status":"passed","time":{"start":1728043108469,"stop":1728043108470,"duration":1}},{"uid":"6c20543a7e695942","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6c20543a7e695942","status":"passed","time":{"start":1728035666327,"stop":1728035666327,"duration":0}},{"uid":"3a72b3e80058551b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3a72b3e80058551b","status":"passed","time":{"start":1728033588040,"stop":1728033588044,"duration":4}},{"uid":"cfc89b3f6e689b3c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/cfc89b3f6e689b3c","status":"passed","time":{"start":1728033211346,"stop":1728033211347,"duration":1}},{"uid":"b3d23f4393f2d1e5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b3d23f4393f2d1e5","status":"passed","time":{"start":1728032787662,"stop":1728032787663,"duration":1}},{"uid":"c1e6754fa9856a78","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c1e6754fa9856a78","status":"passed","time":{"start":1728032415363,"stop":1728032415364,"duration":1}},{"uid":"189720532eb7f46a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/189720532eb7f46a","status":"passed","time":{"start":1728032137540,"stop":1728032137540,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d10c9d89e46273cf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d10c9d89e46273cf","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0}},{"uid":"496f77de6d434d35","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/496f77de6d434d35","status":"passed","time":{"start":1728085246289,"stop":1728085246289,"duration":0}},{"uid":"bf84872ae2cc284d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bf84872ae2cc284d","status":"passed","time":{"start":1728084078535,"stop":1728084078536,"duration":1}},{"uid":"a9dc51398478ef06","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a9dc51398478ef06","status":"passed","time":{"start":1728083125009,"stop":1728083125010,"duration":1}},{"uid":"4d21b5d2da27b2e6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4d21b5d2da27b2e6","status":"passed","time":{"start":1728082441019,"stop":1728082441020,"duration":1}},{"uid":"e7e93681d06d688c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e7e93681d06d688c","status":"passed","time":{"start":1728069279735,"stop":1728069279735,"duration":0}},{"uid":"98fbe7a7b841388f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/98fbe7a7b841388f","status":"passed","time":{"start":1728046402355,"stop":1728046402356,"duration":1}},{"uid":"5a424f3ac1a2d3af","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5a424f3ac1a2d3af","status":"passed","time":{"start":1728043267038,"stop":1728043267038,"duration":0}},{"uid":"16bc2edc0c7f2e11","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/16bc2edc0c7f2e11","status":"passed","time":{"start":1728035855932,"stop":1728035855932,"duration":0}},{"uid":"c630fe1e52428e40","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c630fe1e52428e40","status":"passed","time":{"start":1728033769213,"stop":1728033769213,"duration":0}},{"uid":"232b8c46ecc09224","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/232b8c46ecc09224","status":"passed","time":{"start":1728033391668,"stop":1728033391668,"duration":0}},{"uid":"51676cc201d01f5e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/51676cc201d01f5e","status":"passed","time":{"start":1728032951663,"stop":1728032951663,"duration":0}},{"uid":"af0a824513188546","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/af0a824513188546","status":"passed","time":{"start":1728032582509,"stop":1728032582509,"duration":0}},{"uid":"2eaec3d1f70cc176","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2eaec3d1f70cc176","status":"passed","time":{"start":1728032304558,"stop":1728032304558,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e488f3e5f6be2028","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e488f3e5f6be2028","status":"passed","time":{"start":1728085899571,"stop":1728085899572,"duration":1}},{"uid":"957d7dc0627f37ef","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/957d7dc0627f37ef","status":"passed","time":{"start":1728084912805,"stop":1728084912805,"duration":0}},{"uid":"29f6ad7922d2c84b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/29f6ad7922d2c84b","status":"passed","time":{"start":1728083779186,"stop":1728083779186,"duration":0}},{"uid":"9d67149b3427494","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9d67149b3427494","status":"passed","time":{"start":1728082842491,"stop":1728082842492,"duration":1}},{"uid":"a58c7fc41e48eade","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a58c7fc41e48eade","status":"passed","time":{"start":1728082174606,"stop":1728082174606,"duration":0}},{"uid":"36b66ff89bc8c385","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/36b66ff89bc8c385","status":"passed","time":{"start":1728068944101,"stop":1728068944102,"duration":1}},{"uid":"4115ce898c1e865d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4115ce898c1e865d","status":"passed","time":{"start":1728067819597,"stop":1728067819597,"duration":0}},{"uid":"83bd52dce998532c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/83bd52dce998532c","status":"passed","time":{"start":1728065666455,"stop":1728065666455,"duration":0}},{"uid":"8534181674811d96","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8534181674811d96","status":"passed","time":{"start":1728065956553,"stop":1728065956554,"duration":1}},{"uid":"5bf9f72009cb5f1c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5bf9f72009cb5f1c","status":"passed","time":{"start":1728056846606,"stop":1728056846606,"duration":0}},{"uid":"68728cad0893aa1b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/68728cad0893aa1b","status":"passed","time":{"start":1728056018684,"stop":1728056018684,"duration":0}},{"uid":"28b5dcfaaabd44eb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/28b5dcfaaabd44eb","status":"passed","time":{"start":1728056338849,"stop":1728056338849,"duration":0}},{"uid":"1caf942f878ff17b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1caf942f878ff17b","status":"passed","time":{"start":1728055150282,"stop":1728055150283,"duration":1}},{"uid":"593a4cdda0ba8499","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/593a4cdda0ba8499","status":"passed","time":{"start":1728054128972,"stop":1728054128972,"duration":0}},{"uid":"edc9e0db0f8990fa","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/edc9e0db0f8990fa","status":"passed","time":{"start":1728052406582,"stop":1728052406582,"duration":0}},{"uid":"216f8655b5a234c5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/216f8655b5a234c5","status":"passed","time":{"start":1728046088078,"stop":1728046088078,"duration":0}},{"uid":"3b5245e72ddf5290","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3b5245e72ddf5290","status":"passed","time":{"start":1728046872794,"stop":1728046872794,"duration":0}},{"uid":"e5ec2e81d222f75d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5ec2e81d222f75d","status":"passed","time":{"start":1728042942575,"stop":1728042942575,"duration":0}},{"uid":"b59581c45a311f88","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b59581c45a311f88","status":"passed","time":{"start":1728035505608,"stop":1728035505608,"duration":0}},{"uid":"e8cd2e92af7e7be2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e8cd2e92af7e7be2","status":"passed","time":{"start":1728033422549,"stop":1728033422549,"duration":0}}]},"50326b05c7749efb6136671d39a1d7fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73887abfdcfb92de","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/73887abfdcfb92de","status":"passed","time":{"start":1728033815147,"stop":1728033815148,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3a56176950a2cd00","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a56176950a2cd00","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0}},{"uid":"11450d97ab74a2a9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/11450d97ab74a2a9","status":"passed","time":{"start":1728085246267,"stop":1728085246267,"duration":0}},{"uid":"61d41d1611cdb41f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/61d41d1611cdb41f","status":"passed","time":{"start":1728084078529,"stop":1728084078529,"duration":0}},{"uid":"d75ef29f9eb59fd8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d75ef29f9eb59fd8","status":"passed","time":{"start":1728083125002,"stop":1728083125002,"duration":0}},{"uid":"aad0ed1371e8391e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/aad0ed1371e8391e","status":"passed","time":{"start":1728082441009,"stop":1728082441010,"duration":1}},{"uid":"9f7f9ffa6a18c015","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9f7f9ffa6a18c015","status":"passed","time":{"start":1728069279728,"stop":1728069279729,"duration":1}},{"uid":"5d9001191a86419","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5d9001191a86419","status":"passed","time":{"start":1728046402349,"stop":1728046402350,"duration":1}},{"uid":"ebc0ea44e24290e5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ebc0ea44e24290e5","status":"passed","time":{"start":1728043267025,"stop":1728043267026,"duration":1}},{"uid":"4c964b580bd4dcee","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4c964b580bd4dcee","status":"passed","time":{"start":1728035855917,"stop":1728035855917,"duration":0}},{"uid":"357ac915b6d6ee3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/357ac915b6d6ee3","status":"passed","time":{"start":1728033769207,"stop":1728033769208,"duration":1}},{"uid":"fbd257257b6301fe","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fbd257257b6301fe","status":"passed","time":{"start":1728033391630,"stop":1728033391630,"duration":0}},{"uid":"febd8289169f1ef9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/febd8289169f1ef9","status":"passed","time":{"start":1728032951642,"stop":1728032951642,"duration":0}},{"uid":"2124555cd3bff9a4","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2124555cd3bff9a4","status":"passed","time":{"start":1728032582499,"stop":1728032582500,"duration":1}},{"uid":"115632ea71d44bf1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/115632ea71d44bf1","status":"passed","time":{"start":1728032304551,"stop":1728032304551,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":13,"skipped":0,"passed":11,"unknown":0,"total":24},"items":[{"uid":"2b0d57b92cbe0600","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2b0d57b92cbe0600","status":"passed","time":{"start":1728086059801,"stop":1728086059805,"duration":4}},{"uid":"b10622c039ef4e4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b10622c039ef4e4","status":"passed","time":{"start":1728085080963,"stop":1728085080963,"duration":0}},{"uid":"7723ffd37cc5c847","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7723ffd37cc5c847","status":"passed","time":{"start":1728083928166,"stop":1728083928166,"duration":0}},{"uid":"524d17fedaebe7ff","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/524d17fedaebe7ff","status":"passed","time":{"start":1728082985563,"stop":1728082985564,"duration":1}},{"uid":"b0524adcb27ba79c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b0524adcb27ba79c","status":"passed","time":{"start":1728082299740,"stop":1728082299741,"duration":1}},{"uid":"e4eb3dd01cbc6bac","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e4eb3dd01cbc6bac","status":"passed","time":{"start":1728069108972,"stop":1728069108973,"duration":1}},{"uid":"38d615691fd1d5e6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/38d615691fd1d5e6","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728068241743,"stop":1728068241743,"duration":0}},{"uid":"761cabcf5aa0ce95","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/761cabcf5aa0ce95","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066126638,"stop":1728066126641,"duration":3}},{"uid":"33209de16c9bd34","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/33209de16c9bd34","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066415163,"stop":1728066415164,"duration":1}},{"uid":"b3cb700d81424839","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b3cb700d81424839","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728057304931,"stop":1728057304932,"duration":1}},{"uid":"bf510a3e19798e6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bf510a3e19798e6","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056453344,"stop":1728056453345,"duration":1}},{"uid":"6fca945d00ce1a43","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6fca945d00ce1a43","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056799384,"stop":1728056799384,"duration":0}},{"uid":"a0c66531869bfd0b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a0c66531869bfd0b","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728055576622,"stop":1728055576622,"duration":0}},{"uid":"c2d7287d21ae778f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c2d7287d21ae778f","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728054554811,"stop":1728054554811,"duration":0}},{"uid":"f6f3e2759094b076","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f6f3e2759094b076","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728052746410,"stop":1728052746412,"duration":2}},{"uid":"3e6ed01b2bc74426","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3e6ed01b2bc74426","status":"passed","time":{"start":1728046277270,"stop":1728046277270,"duration":0}},{"uid":"dc422dbccc4cdb89","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dc422dbccc4cdb89","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728047334393,"stop":1728047334393,"duration":0}},{"uid":"ce80c279bb8cfcb0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce80c279bb8cfcb0","status":"passed","time":{"start":1728043113984,"stop":1728043113984,"duration":0}},{"uid":"b562b512531f699c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b562b512531f699c","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728035732763,"stop":1728035732763,"duration":0}},{"uid":"851adb421e7dfedb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/851adb421e7dfedb","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033656087,"stop":1728033656087,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"5ac45e379ee59447","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5ac45e379ee59447","status":"passed","time":{"start":1728085864176,"stop":1728085864176,"duration":0}},{"uid":"a8eacf28db673a5e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a8eacf28db673a5e","status":"passed","time":{"start":1728084876405,"stop":1728084876405,"duration":0}},{"uid":"6d1b5804e198ea8c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6d1b5804e198ea8c","status":"passed","time":{"start":1728083744360,"stop":1728083744360,"duration":0}},{"uid":"a65f8f82d64c72cf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a65f8f82d64c72cf","status":"passed","time":{"start":1728082807454,"stop":1728082807454,"duration":0}},{"uid":"75a5d108bb529266","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/75a5d108bb529266","status":"passed","time":{"start":1728082139322,"stop":1728082139323,"duration":1}},{"uid":"d31842800bcfd9e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d31842800bcfd9e2","status":"passed","time":{"start":1728068908062,"stop":1728068908062,"duration":0}},{"uid":"e2d6d3536ccfa010","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e2d6d3536ccfa010","status":"passed","time":{"start":1728067784715,"stop":1728067784715,"duration":0}},{"uid":"6880da47c3030ef6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6880da47c3030ef6","status":"passed","time":{"start":1728065631518,"stop":1728065631519,"duration":1}},{"uid":"aa95f96d0e447a6e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/aa95f96d0e447a6e","status":"passed","time":{"start":1728065920831,"stop":1728065920831,"duration":0}},{"uid":"f41011b1b9b25de8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f41011b1b9b25de8","status":"passed","time":{"start":1728056811590,"stop":1728056811590,"duration":0}},{"uid":"1c3cb1847bab3ff8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1c3cb1847bab3ff8","status":"passed","time":{"start":1728055983146,"stop":1728055983147,"duration":1}},{"uid":"622f70b8850ad520","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/622f70b8850ad520","status":"passed","time":{"start":1728056303687,"stop":1728056303687,"duration":0}},{"uid":"3febe61cea74aabb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3febe61cea74aabb","status":"passed","time":{"start":1728055114819,"stop":1728055114819,"duration":0}},{"uid":"1fe896a735005055","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1fe896a735005055","status":"passed","time":{"start":1728054093606,"stop":1728054093606,"duration":0}},{"uid":"4f58b39cde1c3986","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4f58b39cde1c3986","status":"passed","time":{"start":1728052371193,"stop":1728052371193,"duration":0}},{"uid":"6693138eaf843fab","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6693138eaf843fab","status":"passed","time":{"start":1728046051730,"stop":1728046051730,"duration":0}},{"uid":"eab497862b9efd2d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/eab497862b9efd2d","status":"passed","time":{"start":1728046837815,"stop":1728046837815,"duration":0}},{"uid":"70696fbdd804185d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/70696fbdd804185d","status":"passed","time":{"start":1728042907588,"stop":1728042907588,"duration":0}},{"uid":"f8e8728c31a82b1a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f8e8728c31a82b1a","status":"passed","time":{"start":1728035469888,"stop":1728035469889,"duration":1}},{"uid":"bcaa2b4a38d41372","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bcaa2b4a38d41372","status":"passed","time":{"start":1728033386400,"stop":1728033386401,"duration":1}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"35e47ed9356cc823","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/35e47ed9356cc823","status":"passed","time":{"start":1728086226462,"stop":1728086226462,"duration":0}},{"uid":"64bdde26c19f9542","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/64bdde26c19f9542","status":"passed","time":{"start":1728085246264,"stop":1728085246264,"duration":0}},{"uid":"667cd23f5094822b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/667cd23f5094822b","status":"passed","time":{"start":1728084078524,"stop":1728084078524,"duration":0}},{"uid":"fd2e79176eaca909","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fd2e79176eaca909","status":"passed","time":{"start":1728083124999,"stop":1728083124999,"duration":0}},{"uid":"d50c6acbcb59ed6c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d50c6acbcb59ed6c","status":"passed","time":{"start":1728082441005,"stop":1728082441006,"duration":1}},{"uid":"80c6e05ff6d10765","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/80c6e05ff6d10765","status":"passed","time":{"start":1728069279726,"stop":1728069279726,"duration":0}},{"uid":"4a5c8ada36a605e2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4a5c8ada36a605e2","status":"passed","time":{"start":1728046402347,"stop":1728046402347,"duration":0}},{"uid":"f56c8818e72abd81","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f56c8818e72abd81","status":"passed","time":{"start":1728043267020,"stop":1728043267020,"duration":0}},{"uid":"95467b726186a1aa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/95467b726186a1aa","status":"passed","time":{"start":1728035855892,"stop":1728035855901,"duration":9}},{"uid":"a50797441c0d990f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a50797441c0d990f","status":"passed","time":{"start":1728033769204,"stop":1728033769204,"duration":0}},{"uid":"2cad59148d1c72d9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2cad59148d1c72d9","status":"passed","time":{"start":1728033391626,"stop":1728033391627,"duration":1}},{"uid":"e830f4a63a321994","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e830f4a63a321994","status":"passed","time":{"start":1728032951634,"stop":1728032951634,"duration":0}},{"uid":"f2a707910243537c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f2a707910243537c","status":"passed","time":{"start":1728032582494,"stop":1728032582495,"duration":1}},{"uid":"3edde77eccb29739","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3edde77eccb29739","status":"passed","time":{"start":1728032304547,"stop":1728032304548,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e272dbab55b72ad","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8e272dbab55b72ad","status":"passed","time":{"start":1728086063182,"stop":1728086063185,"duration":3}},{"uid":"cdd629223f7b3a6e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cdd629223f7b3a6e","status":"passed","time":{"start":1728085079898,"stop":1728085079898,"duration":0}},{"uid":"791014b593faf515","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/791014b593faf515","status":"passed","time":{"start":1728083929296,"stop":1728083929296,"duration":0}},{"uid":"4920e01d8abe9ecd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4920e01d8abe9ecd","status":"passed","time":{"start":1728082986557,"stop":1728082986562,"duration":5}},{"uid":"11212cb65f816ae4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/11212cb65f816ae4","status":"passed","time":{"start":1728082304420,"stop":1728082304421,"duration":1}},{"uid":"8333cbc92f909c01","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8333cbc92f909c01","status":"passed","time":{"start":1728069112305,"stop":1728069112306,"duration":1}},{"uid":"2a894dc84a1c0d5c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2a894dc84a1c0d5c","status":"passed","time":{"start":1728067941519,"stop":1728067941520,"duration":1}},{"uid":"3277aee5e0cc777d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3277aee5e0cc777d","status":"passed","time":{"start":1728043108493,"stop":1728043108493,"duration":0}},{"uid":"1a061d7c6f8025e5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1a061d7c6f8025e5","status":"passed","time":{"start":1728035666340,"stop":1728035666342,"duration":2}},{"uid":"c82d3436626bb790","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c82d3436626bb790","status":"passed","time":{"start":1728033588058,"stop":1728033588065,"duration":7}},{"uid":"8acb1a7d165221f6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8acb1a7d165221f6","status":"passed","time":{"start":1728033211357,"stop":1728033211358,"duration":1}},{"uid":"732e2d02787d4435","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/732e2d02787d4435","status":"passed","time":{"start":1728032787678,"stop":1728032787678,"duration":0}},{"uid":"b3eeebfa48700ebf","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b3eeebfa48700ebf","status":"passed","time":{"start":1728032415380,"stop":1728032415380,"duration":0}},{"uid":"38a0a2867999fb05","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/38a0a2867999fb05","status":"passed","time":{"start":1728032137553,"stop":1728032137555,"duration":2}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6329d3862f5e24c4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6329d3862f5e24c4","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0}},{"uid":"7f4a6c35c0544627","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7f4a6c35c0544627","status":"passed","time":{"start":1728085047249,"stop":1728085047249,"duration":0}},{"uid":"380ea7c361d9e23a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/380ea7c361d9e23a","status":"passed","time":{"start":1728083902774,"stop":1728083902775,"duration":1}},{"uid":"4214131db2fab297","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4214131db2fab297","status":"passed","time":{"start":1728082961514,"stop":1728082961514,"duration":0}},{"uid":"f13774ea125f7e41","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f13774ea125f7e41","status":"passed","time":{"start":1728082284029,"stop":1728082284029,"duration":0}},{"uid":"bac9af1e2ac8355d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bac9af1e2ac8355d","status":"passed","time":{"start":1728069082655,"stop":1728069082656,"duration":1}},{"uid":"513983239889c114","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/513983239889c114","status":"passed","time":{"start":1728067941391,"stop":1728067941391,"duration":0}},{"uid":"94a810c1fc58c455","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/94a810c1fc58c455","status":"passed","time":{"start":1728066171570,"stop":1728066171570,"duration":0}},{"uid":"67cb8dadc620b1a9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/67cb8dadc620b1a9","status":"passed","time":{"start":1728066512885,"stop":1728066512886,"duration":1}},{"uid":"6ee2de9647b5a620","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ee2de9647b5a620","status":"passed","time":{"start":1728057355631,"stop":1728057355632,"duration":1}},{"uid":"f7783b1fc2d20de4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f7783b1fc2d20de4","status":"passed","time":{"start":1728056563507,"stop":1728056563507,"duration":0}},{"uid":"7559819bc14af3ee","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7559819bc14af3ee","status":"passed","time":{"start":1728056935470,"stop":1728056935471,"duration":1}},{"uid":"6c57f27bdb1d7a6b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6c57f27bdb1d7a6b","status":"passed","time":{"start":1728055614339,"stop":1728055614340,"duration":1}},{"uid":"ab18cf84d7709016","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ab18cf84d7709016","status":"passed","time":{"start":1728054752364,"stop":1728054752364,"duration":0}},{"uid":"e90937bc9fb4520d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e90937bc9fb4520d","status":"passed","time":{"start":1728052861019,"stop":1728052861019,"duration":0}},{"uid":"30017f63e7aefbd5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/30017f63e7aefbd5","status":"passed","time":{"start":1728046783421,"stop":1728046783422,"duration":1}},{"uid":"bd42b3aec61d11e1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd42b3aec61d11e1","status":"passed","time":{"start":1728047429495,"stop":1728047429496,"duration":1}},{"uid":"731259909a634278","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/731259909a634278","status":"passed","time":{"start":1728043084147,"stop":1728043084147,"duration":0}},{"uid":"94b8da77ff9ece33","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/94b8da77ff9ece33","status":"passed","time":{"start":1728035601392,"stop":1728035601393,"duration":1}},{"uid":"c92590f1f967d37c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c92590f1f967d37c","status":"passed","time":{"start":1728033520542,"stop":1728033520542,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7bffe5d5ee41db07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7bffe5d5ee41db07","status":"passed","time":{"start":1728086171694,"stop":1728086171694,"duration":0}},{"uid":"7e98cec29211cccc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7e98cec29211cccc","status":"passed","time":{"start":1728085184632,"stop":1728085184633,"duration":1}},{"uid":"d022ef4b5140cdce","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d022ef4b5140cdce","status":"passed","time":{"start":1728084018347,"stop":1728084018347,"duration":0}},{"uid":"7b7de927bd8262fb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7b7de927bd8262fb","status":"passed","time":{"start":1728083065662,"stop":1728083065663,"duration":1}},{"uid":"f61a18e57c14a0e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f61a18e57c14a0e2","status":"passed","time":{"start":1728069218818,"stop":1728069218820,"duration":2}},{"uid":"966ebac2ebc24b8a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/966ebac2ebc24b8a","status":"passed","time":{"start":1728046261813,"stop":1728046261813,"duration":0}},{"uid":"873758be3bb08fe6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/873758be3bb08fe6","status":"passed","time":{"start":1728043204072,"stop":1728043204072,"duration":0}},{"uid":"c3c8e0c045f5cabe","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c3c8e0c045f5cabe","status":"passed","time":{"start":1728035785867,"stop":1728035785867,"duration":0}},{"uid":"d3b26fa3454a2d6c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d3b26fa3454a2d6c","status":"passed","time":{"start":1728033696337,"stop":1728033696338,"duration":1}},{"uid":"c1bd7a69a28d2bd3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c1bd7a69a28d2bd3","status":"passed","time":{"start":1728033319481,"stop":1728033319481,"duration":0}},{"uid":"2e9c47704370bd29","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2e9c47704370bd29","status":"passed","time":{"start":1728032886546,"stop":1728032886547,"duration":1}},{"uid":"c5a07f5990892eaa","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c5a07f5990892eaa","status":"passed","time":{"start":1728032520625,"stop":1728032520625,"duration":0}},{"uid":"8d5f3b2743b5077b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8d5f3b2743b5077b","status":"passed","time":{"start":1728032252764,"stop":1728032252765,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"4158f643ef28b64c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4158f643ef28b64c","status":"passed","time":{"start":1728086033919,"stop":1728086033919,"duration":0}},{"uid":"65bc62b50fdb33fa","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/65bc62b50fdb33fa","status":"passed","time":{"start":1728085047255,"stop":1728085047256,"duration":1}},{"uid":"51c8c50007bd57c1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/51c8c50007bd57c1","status":"passed","time":{"start":1728083902779,"stop":1728083902780,"duration":1}},{"uid":"f3bc58171eafc745","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f3bc58171eafc745","status":"passed","time":{"start":1728082961523,"stop":1728082961524,"duration":1}},{"uid":"16ae79a70701bd79","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/16ae79a70701bd79","status":"passed","time":{"start":1728082284034,"stop":1728082284034,"duration":0}},{"uid":"79040b7364b870b7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/79040b7364b870b7","status":"passed","time":{"start":1728069082680,"stop":1728069082680,"duration":0}},{"uid":"b6702cc1657f96f7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b6702cc1657f96f7","status":"passed","time":{"start":1728067941396,"stop":1728067941397,"duration":1}},{"uid":"28a75cea9319897e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/28a75cea9319897e","status":"passed","time":{"start":1728066171574,"stop":1728066171574,"duration":0}},{"uid":"d29120d88e1172d0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d29120d88e1172d0","status":"passed","time":{"start":1728066512893,"stop":1728066512893,"duration":0}},{"uid":"ffedad5a9dc7245b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ffedad5a9dc7245b","status":"passed","time":{"start":1728057355637,"stop":1728057355638,"duration":1}},{"uid":"2671602a9a636bce","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2671602a9a636bce","status":"passed","time":{"start":1728056563511,"stop":1728056563512,"duration":1}},{"uid":"a7c250de5a629d0f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a7c250de5a629d0f","status":"passed","time":{"start":1728056935476,"stop":1728056935476,"duration":0}},{"uid":"9bef760c4ac95e55","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9bef760c4ac95e55","status":"passed","time":{"start":1728055614343,"stop":1728055614344,"duration":1}},{"uid":"324cd930e47b14cc","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/324cd930e47b14cc","status":"passed","time":{"start":1728054752367,"stop":1728054752368,"duration":1}},{"uid":"2a057a7637cbbd9d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2a057a7637cbbd9d","status":"passed","time":{"start":1728052861023,"stop":1728052861024,"duration":1}},{"uid":"9ce4cbac01a216de","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9ce4cbac01a216de","status":"passed","time":{"start":1728046783428,"stop":1728046783428,"duration":0}},{"uid":"d176fd241b4616bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d176fd241b4616bd","status":"passed","time":{"start":1728047429500,"stop":1728047429500,"duration":0}},{"uid":"96f616abc11f97","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/96f616abc11f97","status":"passed","time":{"start":1728043084155,"stop":1728043084155,"duration":0}},{"uid":"8b7ae4f56c3bad78","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8b7ae4f56c3bad78","status":"passed","time":{"start":1728035601400,"stop":1728035601400,"duration":0}},{"uid":"b8eb8d2b2cb12e25","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b8eb8d2b2cb12e25","status":"passed","time":{"start":1728033520564,"stop":1728033520565,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":14,"unknown":0,"total":15},"items":[{"uid":"55d807484e77340d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55d807484e77340d","status":"passed","time":{"start":1728086118966,"stop":1728086118967,"duration":1}},{"uid":"bd3d4da2cf863577","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bd3d4da2cf863577","status":"passed","time":{"start":1728085139867,"stop":1728085139867,"duration":0}},{"uid":"81d6781f94e48411","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/81d6781f94e48411","status":"passed","time":{"start":1728083976018,"stop":1728083976020,"duration":2}},{"uid":"7c2d07234cb7fc79","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7c2d07234cb7fc79","status":"passed","time":{"start":1728083054626,"stop":1728083054628,"duration":2}},{"uid":"ba3d641b77875194","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ba3d641b77875194","status":"passed","time":{"start":1728082369821,"stop":1728082369821,"duration":0}},{"uid":"865c89028b097149","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/865c89028b097149","status":"passed","time":{"start":1728069168824,"stop":1728069168824,"duration":0}},{"uid":"5a9b1eb010c62ecf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5a9b1eb010c62ecf","status":"passed","time":{"start":1728068016555,"stop":1728068016556,"duration":1}},{"uid":"36870a6f53a47a48","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/36870a6f53a47a48","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066353743,"stop":1728066353744,"duration":1}},{"uid":"1458ef9a8fa769b2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1458ef9a8fa769b2","status":"passed","time":{"start":1728043166279,"stop":1728043166281,"duration":2}},{"uid":"3988cdcb827f1af2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3988cdcb827f1af2","status":"passed","time":{"start":1728035763474,"stop":1728035763474,"duration":0}},{"uid":"dfdc200b6b0193e6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dfdc200b6b0193e6","status":"passed","time":{"start":1728033686484,"stop":1728033686485,"duration":1}},{"uid":"a515492aa124a202","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a515492aa124a202","status":"passed","time":{"start":1728033307545,"stop":1728033307545,"duration":0}},{"uid":"ccb8cf95775699b0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ccb8cf95775699b0","status":"passed","time":{"start":1728032848459,"stop":1728032848459,"duration":0}},{"uid":"5d765254419a6e75","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5d765254419a6e75","status":"passed","time":{"start":1728032477090,"stop":1728032477093,"duration":3}},{"uid":"8fb56aa5ceb3f8fc","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8fb56aa5ceb3f8fc","status":"passed","time":{"start":1728032201834,"stop":1728032201865,"duration":31}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"daf0813a1ee6b640","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/daf0813a1ee6b640","status":"passed","time":{"start":1728086196562,"stop":1728086196562,"duration":0}},{"uid":"26b5868d6906ae6b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/26b5868d6906ae6b","status":"passed","time":{"start":1728085210784,"stop":1728085210784,"duration":0}},{"uid":"4422d10ba0b7dc7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4422d10ba0b7dc7","status":"passed","time":{"start":1728084019220,"stop":1728084019220,"duration":0}},{"uid":"58012a90d6161ed9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/58012a90d6161ed9","status":"passed","time":{"start":1728083073183,"stop":1728083073183,"duration":0}},{"uid":"32594fe8b106a0f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/32594fe8b106a0f","status":"passed","time":{"start":1728082380604,"stop":1728082380605,"duration":1}},{"uid":"4307e2036162c6a7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4307e2036162c6a7","status":"passed","time":{"start":1728069243910,"stop":1728069243911,"duration":1}},{"uid":"763beffacb8f5174","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/763beffacb8f5174","status":"passed","time":{"start":1728068023978,"stop":1728068023979,"duration":1}},{"uid":"56904c91469ebde7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/56904c91469ebde7","status":"passed","time":{"start":1728066039430,"stop":1728066039430,"duration":0}},{"uid":"8a342acf3f377a0f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8a342acf3f377a0f","status":"passed","time":{"start":1728066332300,"stop":1728066332300,"duration":0}},{"uid":"f433d8fca2d55890","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f433d8fca2d55890","status":"passed","time":{"start":1728057201502,"stop":1728057201502,"duration":0}},{"uid":"54345252e522d96d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/54345252e522d96d","status":"passed","time":{"start":1728056297751,"stop":1728056297751,"duration":0}},{"uid":"dcb1035e5ef4a53b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dcb1035e5ef4a53b","status":"passed","time":{"start":1728056712675,"stop":1728056712675,"duration":0}},{"uid":"432ace8918822418","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/432ace8918822418","status":"passed","time":{"start":1728046441178,"stop":1728046441178,"duration":0}},{"uid":"ef5105c1ff002ced","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ef5105c1ff002ced","status":"passed","time":{"start":1728047249314,"stop":1728047249314,"duration":0}},{"uid":"a66e914a5a9129a6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a66e914a5a9129a6","status":"passed","time":{"start":1728043229849,"stop":1728043229853,"duration":4}},{"uid":"e83342513cb361a7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e83342513cb361a7","status":"passed","time":{"start":1728035863632,"stop":1728035863633,"duration":1}},{"uid":"75185a6c0c07201c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/75185a6c0c07201c","status":"passed","time":{"start":1728033776191,"stop":1728033776191,"duration":0}},{"uid":"30e42c578b43496","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/30e42c578b43496","status":"passed","time":{"start":1728033398518,"stop":1728033398518,"duration":0}},{"uid":"34ecb47e2c4d44b2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/34ecb47e2c4d44b2","status":"passed","time":{"start":1728032910528,"stop":1728032910528,"duration":0}},{"uid":"ed691740c160914","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ed691740c160914","status":"passed","time":{"start":1728032542838,"stop":1728032542838,"duration":0}}]},"a335bd096a6458b5be6e52b5b4377749:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12776ac4ed677819","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/12776ac4ed677819","status":"passed","time":{"start":1728055761105,"stop":1728055761105,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a3b174e2caf0cd6e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a3b174e2caf0cd6e","status":"passed","time":{"start":1728085957574,"stop":1728085957575,"duration":1}},{"uid":"6edd7dbf8dd5b8b8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6edd7dbf8dd5b8b8","status":"passed","time":{"start":1728084971924,"stop":1728084971924,"duration":0}},{"uid":"2a4ac18361bf55a7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2a4ac18361bf55a7","status":"passed","time":{"start":1728083836936,"stop":1728083836937,"duration":1}},{"uid":"e08b24ee7f46803e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e08b24ee7f46803e","status":"passed","time":{"start":1728082900674,"stop":1728082900674,"duration":0}},{"uid":"29ae3cbf3204f178","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/29ae3cbf3204f178","status":"passed","time":{"start":1728082234251,"stop":1728082234251,"duration":0}},{"uid":"9e212325c80b0e0b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9e212325c80b0e0b","status":"passed","time":{"start":1728069004059,"stop":1728069004059,"duration":0}},{"uid":"804e1c37c3c830b7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/804e1c37c3c830b7","status":"passed","time":{"start":1728067877850,"stop":1728067877850,"duration":0}},{"uid":"a7aadfe2d070f8c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a7aadfe2d070f8c","status":"passed","time":{"start":1728065726137,"stop":1728065726138,"duration":1}},{"uid":"63aeeffa9e4db790","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/63aeeffa9e4db790","status":"passed","time":{"start":1728066014610,"stop":1728066014610,"duration":0}},{"uid":"ed9ad432dd6be94a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ed9ad432dd6be94a","status":"passed","time":{"start":1728056904362,"stop":1728056904362,"duration":0}},{"uid":"2f8f7146ccfe70fb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2f8f7146ccfe70fb","status":"passed","time":{"start":1728056077511,"stop":1728056077511,"duration":0}},{"uid":"7e1842f9b27c9ba0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7e1842f9b27c9ba0","status":"passed","time":{"start":1728056396935,"stop":1728056396935,"duration":0}},{"uid":"a0b0014104d73ffa","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a0b0014104d73ffa","status":"passed","time":{"start":1728055208889,"stop":1728055208890,"duration":1}},{"uid":"e7ba433c41259996","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e7ba433c41259996","status":"passed","time":{"start":1728054186964,"stop":1728054186964,"duration":0}},{"uid":"ac7c65f45238f9cf","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ac7c65f45238f9cf","status":"passed","time":{"start":1728052465447,"stop":1728052465447,"duration":0}},{"uid":"1f04b541457fc3db","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1f04b541457fc3db","status":"passed","time":{"start":1728046146805,"stop":1728046146810,"duration":5}},{"uid":"2aad02f2447760b7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2aad02f2447760b7","status":"passed","time":{"start":1728046931951,"stop":1728046931952,"duration":1}},{"uid":"93db654baa7c3678","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/93db654baa7c3678","status":"passed","time":{"start":1728043000898,"stop":1728043000898,"duration":0}},{"uid":"b4318e79f601bf04","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b4318e79f601bf04","status":"passed","time":{"start":1728035564102,"stop":1728035564103,"duration":1}},{"uid":"a95ee40ba04c7c5a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a95ee40ba04c7c5a","status":"passed","time":{"start":1728033481623,"stop":1728033481623,"duration":0}}]},"b815a6d2110582ba459bc0a3faa9a4f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fb1e2fe7a2d54aa5","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/fb1e2fe7a2d54aa5","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728055090251,"stop":1728055090251,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4225ae55de22496c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4225ae55de22496c","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0}},{"uid":"8ce64bd23fff1a11","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8ce64bd23fff1a11","status":"passed","time":{"start":1728085050224,"stop":1728085050224,"duration":0}},{"uid":"a5bc5135cdd85dd5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a5bc5135cdd85dd5","status":"passed","time":{"start":1728083903380,"stop":1728083903380,"duration":0}},{"uid":"bbac32f1ac4008a7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bbac32f1ac4008a7","status":"passed","time":{"start":1728082964240,"stop":1728082964241,"duration":1}},{"uid":"66438f64469549be","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/66438f64469549be","status":"passed","time":{"start":1728082280690,"stop":1728082280691,"duration":1}},{"uid":"95b16ca368e9869e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/95b16ca368e9869e","status":"passed","time":{"start":1728069077475,"stop":1728069077475,"duration":0}},{"uid":"f0db07aaed277d02","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f0db07aaed277d02","status":"passed","time":{"start":1728067917855,"stop":1728067917856,"duration":1}},{"uid":"e5a62d5a93de25ba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5a62d5a93de25ba","status":"passed","time":{"start":1728043075256,"stop":1728043075256,"duration":0}},{"uid":"9a37c0936a0958eb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9a37c0936a0958eb","status":"passed","time":{"start":1728035638314,"stop":1728035638314,"duration":0}},{"uid":"5641fec39f518fcb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5641fec39f518fcb","status":"passed","time":{"start":1728033557521,"stop":1728033557522,"duration":1}},{"uid":"ae62110251a6b8e2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ae62110251a6b8e2","status":"passed","time":{"start":1728033182547,"stop":1728033182548,"duration":1}},{"uid":"c30927d2347b8313","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c30927d2347b8313","status":"passed","time":{"start":1728032755541,"stop":1728032755542,"duration":1}},{"uid":"372d7b9612ec6955","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/372d7b9612ec6955","status":"passed","time":{"start":1728032388399,"stop":1728032388400,"duration":1}},{"uid":"2466b6d763773612","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2466b6d763773612","status":"passed","time":{"start":1728032113339,"stop":1728032113344,"duration":5}}]},"dc765fff3a930c7756e7d8bae009ddfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38f1ac34a9694b0e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/38f1ac34a9694b0e","status":"passed","time":{"start":1728032338427,"stop":1728032338428,"duration":1}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4609b7d8659daf72","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4609b7d8659daf72","status":"passed","time":{"start":1728086171691,"stop":1728086171692,"duration":1}},{"uid":"a37c9319222f9634","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a37c9319222f9634","status":"passed","time":{"start":1728085184623,"stop":1728085184624,"duration":1}},{"uid":"f0da38393ee851ce","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f0da38393ee851ce","status":"passed","time":{"start":1728084018344,"stop":1728084018345,"duration":1}},{"uid":"a37cc0286667b9a8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a37cc0286667b9a8","status":"passed","time":{"start":1728083065660,"stop":1728083065661,"duration":1}},{"uid":"c53bd2616c8290fb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c53bd2616c8290fb","status":"passed","time":{"start":1728069218816,"stop":1728069218816,"duration":0}},{"uid":"d75075a64b9971bf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d75075a64b9971bf","status":"passed","time":{"start":1728046261810,"stop":1728046261810,"duration":0}},{"uid":"84dcb31c5b673ceb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/84dcb31c5b673ceb","status":"passed","time":{"start":1728043204069,"stop":1728043204069,"duration":0}},{"uid":"fa1ca7c0f90eb47","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fa1ca7c0f90eb47","status":"passed","time":{"start":1728035785864,"stop":1728035785865,"duration":1}},{"uid":"f5b81b5d9183f59e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f5b81b5d9183f59e","status":"passed","time":{"start":1728033696332,"stop":1728033696333,"duration":1}},{"uid":"4b9fcb5287a7b02","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4b9fcb5287a7b02","status":"passed","time":{"start":1728033319475,"stop":1728033319475,"duration":0}},{"uid":"abb347fe2611682e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/abb347fe2611682e","status":"passed","time":{"start":1728032886543,"stop":1728032886543,"duration":0}},{"uid":"e4fbeb1b556c4ca7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e4fbeb1b556c4ca7","status":"passed","time":{"start":1728032520623,"stop":1728032520623,"duration":0}},{"uid":"1656c1f9b89f04e4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1656c1f9b89f04e4","status":"passed","time":{"start":1728032252762,"stop":1728032252762,"duration":0}}]},"a931066e501ccaf688fb543af98227eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3740bf315a44bb7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3740bf315a44bb7","status":"passed","time":{"start":1728085277871,"stop":1728085277871,"duration":0}}]},"3170e41f24250f7d9ea214b3a55ce085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9f65f5a13881a61","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c9f65f5a13881a61","status":"passed","time":{"start":1728033444791,"stop":1728033444791,"duration":0}}]},"f62fc33ef29dfbb8ab4e3c7673411e59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1a429a35ca55bcf","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e1a429a35ca55bcf","status":"passed","time":{"start":1728032338427,"stop":1728032338427,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fef1c0e0a7487bbb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fef1c0e0a7487bbb","status":"passed","time":{"start":1728085963118,"stop":1728085963118,"duration":0}},{"uid":"9715f27e994197a8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9715f27e994197a8","status":"passed","time":{"start":1728084980639,"stop":1728084980640,"duration":1}},{"uid":"ff9e3113e367b3e0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ff9e3113e367b3e0","status":"passed","time":{"start":1728083841535,"stop":1728083841535,"duration":0}},{"uid":"80c14e4cd6cb94c4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/80c14e4cd6cb94c4","status":"passed","time":{"start":1728082905776,"stop":1728082905777,"duration":1}},{"uid":"90c8ba389ba7f5b1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/90c8ba389ba7f5b1","status":"passed","time":{"start":1728082231570,"stop":1728082231576,"duration":6}},{"uid":"5102bdc3a64668d2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5102bdc3a64668d2","status":"passed","time":{"start":1728069010263,"stop":1728069010266,"duration":3}},{"uid":"66b2454f2412fabf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/66b2454f2412fabf","status":"passed","time":{"start":1728046146023,"stop":1728046146023,"duration":0}},{"uid":"a35023ae6ef5f7f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a35023ae6ef5f7f","status":"passed","time":{"start":1728043008855,"stop":1728043008855,"duration":0}},{"uid":"7de5798bb75bddd3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7de5798bb75bddd3","status":"passed","time":{"start":1728035569676,"stop":1728035569676,"duration":0}},{"uid":"9540389012f520cd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9540389012f520cd","status":"passed","time":{"start":1728033486734,"stop":1728033486735,"duration":1}},{"uid":"fd949c15c04458f7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fd949c15c04458f7","status":"passed","time":{"start":1728033116295,"stop":1728033116296,"duration":1}},{"uid":"d1bdb720db312825","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d1bdb720db312825","status":"passed","time":{"start":1728032680279,"stop":1728032680279,"duration":0}},{"uid":"fde08ba857eee349","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fde08ba857eee349","status":"passed","time":{"start":1728032316367,"stop":1728032316369,"duration":2}},{"uid":"750e9e0f966f620a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/750e9e0f966f620a","status":"passed","time":{"start":1728032035330,"stop":1728032035330,"duration":0}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"472c54f1c0c1e288","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/472c54f1c0c1e288","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0}},{"uid":"90182e2d5728d6db","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/90182e2d5728d6db","status":"passed","time":{"start":1728085184637,"stop":1728085184638,"duration":1}},{"uid":"61895a00983188a8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/61895a00983188a8","status":"passed","time":{"start":1728084018350,"stop":1728084018350,"duration":0}},{"uid":"99458377505d40da","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/99458377505d40da","status":"passed","time":{"start":1728083065666,"stop":1728083065666,"duration":0}},{"uid":"8b241808c427a6a2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8b241808c427a6a2","status":"passed","time":{"start":1728069218826,"stop":1728069218826,"duration":0}},{"uid":"b55cac9bca02994b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b55cac9bca02994b","status":"passed","time":{"start":1728046261821,"stop":1728046261824,"duration":3}},{"uid":"147c7a2778ea3f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/147c7a2778ea3f","status":"passed","time":{"start":1728043204077,"stop":1728043204077,"duration":0}},{"uid":"ef9e8f2b268a6828","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ef9e8f2b268a6828","status":"passed","time":{"start":1728035785871,"stop":1728035785871,"duration":0}},{"uid":"2ddd1f6d4578b5c0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2ddd1f6d4578b5c0","status":"passed","time":{"start":1728033696341,"stop":1728033696341,"duration":0}},{"uid":"4ab8afa9b4ab9851","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4ab8afa9b4ab9851","status":"passed","time":{"start":1728033319486,"stop":1728033319487,"duration":1}},{"uid":"1bb1520a7cac1ffb","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1bb1520a7cac1ffb","status":"passed","time":{"start":1728032886550,"stop":1728032886550,"duration":0}},{"uid":"5b2492865dd21d4c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5b2492865dd21d4c","status":"passed","time":{"start":1728032520629,"stop":1728032520629,"duration":0}},{"uid":"a38ef1659820bc2f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a38ef1659820bc2f","status":"passed","time":{"start":1728032252769,"stop":1728032252769,"duration":0}}]},"017c677888149ac4c9a691a6c8908679:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf3d50e177bc273b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bf3d50e177bc273b","status":"passed","time":{"start":1728086235219,"stop":1728086235220,"duration":1}}]},"d0c20f10e2ad1dc46e66e2f4ae77056e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"722862f6608915cf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/722862f6608915cf","status":"passed","time":{"start":1728046402358,"stop":1728046402358,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"baec3792014b75c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/baec3792014b75c3","status":"passed","time":{"start":1728085925277,"stop":1728085925279,"duration":2}},{"uid":"8a7f13e50d4dc22e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8a7f13e50d4dc22e","status":"passed","time":{"start":1728084939383,"stop":1728084939385,"duration":2}},{"uid":"7e781cc11ad6da5c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7e781cc11ad6da5c","status":"passed","time":{"start":1728083804204,"stop":1728083804205,"duration":1}},{"uid":"bab1b58b490a3319","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bab1b58b490a3319","status":"passed","time":{"start":1728082867909,"stop":1728082867910,"duration":1}},{"uid":"c61dd316ad3cfbe6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c61dd316ad3cfbe6","status":"passed","time":{"start":1728082201504,"stop":1728082201504,"duration":0}},{"uid":"8c854ae8731a8570","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8c854ae8731a8570","status":"passed","time":{"start":1728068971062,"stop":1728068971062,"duration":0}},{"uid":"7a94cf35522ec2b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7a94cf35522ec2b","status":"passed","time":{"start":1728067845482,"stop":1728067845483,"duration":1}},{"uid":"a773b166923882c7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a773b166923882c7","status":"passed","time":{"start":1728065693294,"stop":1728065693295,"duration":1}},{"uid":"baf6f759774b4396","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/baf6f759774b4396","status":"passed","time":{"start":1728065982124,"stop":1728065982125,"duration":1}},{"uid":"6ffbd2cb947c1cc5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ffbd2cb947c1cc5","status":"passed","time":{"start":1728056871401,"stop":1728056871402,"duration":1}},{"uid":"60f15855c407a951","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/60f15855c407a951","status":"passed","time":{"start":1728056045474,"stop":1728056045475,"duration":1}},{"uid":"4f50e553fe2e313d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4f50e553fe2e313d","status":"passed","time":{"start":1728056363834,"stop":1728056363834,"duration":0}},{"uid":"d9bc27d596d32d4f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d9bc27d596d32d4f","status":"passed","time":{"start":1728055176015,"stop":1728055176015,"duration":0}},{"uid":"f983d6194031f35a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f983d6194031f35a","status":"passed","time":{"start":1728054154337,"stop":1728054154337,"duration":0}},{"uid":"b94dbcaca12ce344","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b94dbcaca12ce344","status":"passed","time":{"start":1728052432589,"stop":1728052432590,"duration":1}},{"uid":"1614b8a101c44dc8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1614b8a101c44dc8","status":"passed","time":{"start":1728046114250,"stop":1728046114250,"duration":0}},{"uid":"684e3cb012ca4979","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/684e3cb012ca4979","status":"passed","time":{"start":1728046898624,"stop":1728046898625,"duration":1}},{"uid":"a6b88a34d029f732","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a6b88a34d029f732","status":"passed","time":{"start":1728042968064,"stop":1728042968065,"duration":1}},{"uid":"177cef29d64afc8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/177cef29d64afc8","status":"passed","time":{"start":1728035531169,"stop":1728035531169,"duration":0}},{"uid":"fd96dbcf271cfa4d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fd96dbcf271cfa4d","status":"passed","time":{"start":1728033448064,"stop":1728033448065,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aef386c34245980b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aef386c34245980b","status":"passed","time":{"start":1728085963112,"stop":1728085963113,"duration":1}},{"uid":"4b0fbe220f91ca0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4b0fbe220f91ca0","status":"passed","time":{"start":1728084980629,"stop":1728084980630,"duration":1}},{"uid":"8892bf6802c34c4b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8892bf6802c34c4b","status":"passed","time":{"start":1728083841529,"stop":1728083841530,"duration":1}},{"uid":"3dcf913bca49339d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3dcf913bca49339d","status":"passed","time":{"start":1728082905766,"stop":1728082905766,"duration":0}},{"uid":"e59b5403804840b8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e59b5403804840b8","status":"passed","time":{"start":1728082231561,"stop":1728082231562,"duration":1}},{"uid":"c92041520b7c7a4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c92041520b7c7a4","status":"passed","time":{"start":1728069010260,"stop":1728069010260,"duration":0}},{"uid":"733ca5e2bffca7ed","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/733ca5e2bffca7ed","status":"passed","time":{"start":1728046146002,"stop":1728046146003,"duration":1}},{"uid":"da1300245d4eab9a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/da1300245d4eab9a","status":"passed","time":{"start":1728043008847,"stop":1728043008848,"duration":1}},{"uid":"4ed615c8c2033cb7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4ed615c8c2033cb7","status":"passed","time":{"start":1728035569669,"stop":1728035569673,"duration":4}},{"uid":"8a8b9afe8f70ac0f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8a8b9afe8f70ac0f","status":"passed","time":{"start":1728033486727,"stop":1728033486727,"duration":0}},{"uid":"8181948668ec6df5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8181948668ec6df5","status":"passed","time":{"start":1728033116282,"stop":1728033116283,"duration":1}},{"uid":"40d916540e6cb69f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/40d916540e6cb69f","status":"passed","time":{"start":1728032680274,"stop":1728032680274,"duration":0}},{"uid":"8a30fb9c991573d5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8a30fb9c991573d5","status":"passed","time":{"start":1728032316356,"stop":1728032316357,"duration":1}},{"uid":"929c3bb114eacb13","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/929c3bb114eacb13","status":"passed","time":{"start":1728032035286,"stop":1728032035309,"duration":23}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c737e9c713096a41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c737e9c713096a41","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0}},{"uid":"28b0521db3ca9ea8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/28b0521db3ca9ea8","status":"passed","time":{"start":1728085184653,"stop":1728085184655,"duration":2}},{"uid":"f75d8c0a7b632bcd","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f75d8c0a7b632bcd","status":"passed","time":{"start":1728084018354,"stop":1728084018354,"duration":0}},{"uid":"b68751dfc3e4cbdd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b68751dfc3e4cbdd","status":"passed","time":{"start":1728083065672,"stop":1728083065673,"duration":1}},{"uid":"57e9ba0d60de1333","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/57e9ba0d60de1333","status":"passed","time":{"start":1728069218835,"stop":1728069218835,"duration":0}},{"uid":"35ec1f5af1dc614a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/35ec1f5af1dc614a","status":"passed","time":{"start":1728046261830,"stop":1728046261831,"duration":1}},{"uid":"17b902b4cf67f8a6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/17b902b4cf67f8a6","status":"passed","time":{"start":1728043204096,"stop":1728043204096,"duration":0}},{"uid":"a5c34899260d6496","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a5c34899260d6496","status":"passed","time":{"start":1728035785875,"stop":1728035785875,"duration":0}},{"uid":"b94027d1bbf4541","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b94027d1bbf4541","status":"passed","time":{"start":1728033696350,"stop":1728033696351,"duration":1}},{"uid":"597591c51baac596","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/597591c51baac596","status":"passed","time":{"start":1728033319493,"stop":1728033319493,"duration":0}},{"uid":"341d42c56e6a421d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/341d42c56e6a421d","status":"passed","time":{"start":1728032886555,"stop":1728032886555,"duration":0}},{"uid":"e4cebc88789252e1","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e4cebc88789252e1","status":"passed","time":{"start":1728032520640,"stop":1728032520643,"duration":3}},{"uid":"a06946a3941d56e1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a06946a3941d56e1","status":"passed","time":{"start":1728032252774,"stop":1728032252774,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a7e9f819d5a76277","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a7e9f819d5a76277","status":"passed","time":{"start":1728085897856,"stop":1728085897856,"duration":0}},{"uid":"ff59e7faf68e970d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ff59e7faf68e970d","status":"passed","time":{"start":1728084911107,"stop":1728084911107,"duration":0}},{"uid":"e7031676deb4cd2e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e7031676deb4cd2e","status":"passed","time":{"start":1728083777448,"stop":1728083777449,"duration":1}},{"uid":"121d7f0c2608fb0e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/121d7f0c2608fb0e","status":"passed","time":{"start":1728082840908,"stop":1728082840909,"duration":1}},{"uid":"7373e75683f0189c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7373e75683f0189c","status":"passed","time":{"start":1728082173083,"stop":1728082173083,"duration":0}},{"uid":"861bc9bf2ae1e96d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/861bc9bf2ae1e96d","status":"passed","time":{"start":1728068942359,"stop":1728068942360,"duration":1}},{"uid":"e6f8e0a0f0cdc458","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e6f8e0a0f0cdc458","status":"passed","time":{"start":1728067817950,"stop":1728067817951,"duration":1}},{"uid":"bb6037c6162ca211","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bb6037c6162ca211","status":"passed","time":{"start":1728065664969,"stop":1728065664970,"duration":1}},{"uid":"158b7dd49a055c28","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/158b7dd49a055c28","status":"passed","time":{"start":1728065954891,"stop":1728065954891,"duration":0}},{"uid":"2b67c74346e96c0b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2b67c74346e96c0b","status":"passed","time":{"start":1728056845051,"stop":1728056845052,"duration":1}},{"uid":"7734bafe946309c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7734bafe946309c","status":"passed","time":{"start":1728056016988,"stop":1728056016989,"duration":1}},{"uid":"efb47183b13eb25b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/efb47183b13eb25b","status":"passed","time":{"start":1728056337252,"stop":1728056337252,"duration":0}},{"uid":"82383f5738f772b3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/82383f5738f772b3","status":"passed","time":{"start":1728055148761,"stop":1728055148761,"duration":0}},{"uid":"4925f023dc2fed9f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4925f023dc2fed9f","status":"passed","time":{"start":1728054127195,"stop":1728054127195,"duration":0}},{"uid":"6c994849d1ce32c2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6c994849d1ce32c2","status":"passed","time":{"start":1728052404924,"stop":1728052404925,"duration":1}},{"uid":"a775db7d8e97dbf3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a775db7d8e97dbf3","status":"passed","time":{"start":1728046086249,"stop":1728046086250,"duration":1}},{"uid":"c953791da18c6d19","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c953791da18c6d19","status":"passed","time":{"start":1728046871099,"stop":1728046871100,"duration":1}},{"uid":"2772e1cf954e2b8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2772e1cf954e2b8","status":"passed","time":{"start":1728042940929,"stop":1728042940930,"duration":1}},{"uid":"823e8053393089c2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/823e8053393089c2","status":"passed","time":{"start":1728035504147,"stop":1728035504148,"duration":1}},{"uid":"3ad1862a19f4d534","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3ad1862a19f4d534","status":"passed","time":{"start":1728033420770,"stop":1728033420771,"duration":1}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8e2301d79d8b5e32","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8e2301d79d8b5e32","status":"passed","time":{"start":1728085902768,"stop":1728085902769,"duration":1}},{"uid":"93d7b6c59b4a979f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/93d7b6c59b4a979f","status":"passed","time":{"start":1728084916123,"stop":1728084916123,"duration":0}},{"uid":"183cc0a6af331eac","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/183cc0a6af331eac","status":"passed","time":{"start":1728083782354,"stop":1728083782354,"duration":0}},{"uid":"7841197b15c2a87b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7841197b15c2a87b","status":"passed","time":{"start":1728082845697,"stop":1728082845697,"duration":0}},{"uid":"c174b3c8142c4447","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c174b3c8142c4447","status":"passed","time":{"start":1728082177840,"stop":1728082177840,"duration":0}},{"uid":"134bbd7de47a3b93","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/134bbd7de47a3b93","status":"passed","time":{"start":1728068947444,"stop":1728068947444,"duration":0}},{"uid":"29649176953514df","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/29649176953514df","status":"passed","time":{"start":1728067822786,"stop":1728067822786,"duration":0}},{"uid":"1641c294e97e4d74","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1641c294e97e4d74","status":"passed","time":{"start":1728065669646,"stop":1728065669646,"duration":0}},{"uid":"5571ff45362d822a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5571ff45362d822a","status":"passed","time":{"start":1728065959784,"stop":1728065959784,"duration":0}},{"uid":"55a1ab7a0dc3d2c2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/55a1ab7a0dc3d2c2","status":"passed","time":{"start":1728056849766,"stop":1728056849766,"duration":0}},{"uid":"d0609dddab4f37cc","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d0609dddab4f37cc","status":"passed","time":{"start":1728056021973,"stop":1728056021973,"duration":0}},{"uid":"c55231029da094bd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c55231029da094bd","status":"passed","time":{"start":1728056342074,"stop":1728056342074,"duration":0}},{"uid":"73c85bf964a1a5bb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/73c85bf964a1a5bb","status":"passed","time":{"start":1728055153568,"stop":1728055153568,"duration":0}},{"uid":"b703f9b8ab7b3fc7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b703f9b8ab7b3fc7","status":"passed","time":{"start":1728054132164,"stop":1728054132165,"duration":1}},{"uid":"9c8eee653a4ded4f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9c8eee653a4ded4f","status":"passed","time":{"start":1728052409946,"stop":1728052409946,"duration":0}},{"uid":"b0e7ef095c9fb446","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b0e7ef095c9fb446","status":"passed","time":{"start":1728046091442,"stop":1728046091442,"duration":0}},{"uid":"ff1bdd1d49c3dd41","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ff1bdd1d49c3dd41","status":"passed","time":{"start":1728046875962,"stop":1728046875962,"duration":0}},{"uid":"f901361251f30351","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f901361251f30351","status":"passed","time":{"start":1728042945870,"stop":1728042945870,"duration":0}},{"uid":"2ae659f3c62477a2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2ae659f3c62477a2","status":"passed","time":{"start":1728035508869,"stop":1728035508869,"duration":0}},{"uid":"744093e412c6649c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/744093e412c6649c","status":"passed","time":{"start":1728033425841,"stop":1728033425841,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9ad7996b28ea2fec","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ad7996b28ea2fec","status":"passed","time":{"start":1728086033898,"stop":1728086033898,"duration":0}},{"uid":"5e28250314a10979","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5e28250314a10979","status":"passed","time":{"start":1728085047248,"stop":1728085047249,"duration":1}},{"uid":"597a5f0a03d8d5f3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/597a5f0a03d8d5f3","status":"passed","time":{"start":1728083902773,"stop":1728083902774,"duration":1}},{"uid":"66cee27f0f9886d7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/66cee27f0f9886d7","status":"passed","time":{"start":1728082961512,"stop":1728082961513,"duration":1}},{"uid":"b6fb87a1d8ab81d7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b6fb87a1d8ab81d7","status":"passed","time":{"start":1728082284028,"stop":1728082284028,"duration":0}},{"uid":"ebfd70c594632bc5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ebfd70c594632bc5","status":"passed","time":{"start":1728069082655,"stop":1728069082655,"duration":0}},{"uid":"6b45d86b6106713b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6b45d86b6106713b","status":"passed","time":{"start":1728067941390,"stop":1728067941391,"duration":1}},{"uid":"d44495bd84b17806","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d44495bd84b17806","status":"passed","time":{"start":1728066171569,"stop":1728066171569,"duration":0}},{"uid":"23a808b2c5ae039c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/23a808b2c5ae039c","status":"passed","time":{"start":1728066512884,"stop":1728066512885,"duration":1}},{"uid":"6d7893e7d4bf48c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6d7893e7d4bf48c0","status":"passed","time":{"start":1728057355631,"stop":1728057355631,"duration":0}},{"uid":"73909a173900579d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/73909a173900579d","status":"passed","time":{"start":1728056563506,"stop":1728056563507,"duration":1}},{"uid":"1f5a67f38fd992dc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1f5a67f38fd992dc","status":"passed","time":{"start":1728056935470,"stop":1728056935470,"duration":0}},{"uid":"bfd49fea7e8bd8b3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bfd49fea7e8bd8b3","status":"passed","time":{"start":1728055614339,"stop":1728055614339,"duration":0}},{"uid":"f6f7731164ce98e5","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f6f7731164ce98e5","status":"passed","time":{"start":1728054752364,"stop":1728054752364,"duration":0}},{"uid":"21605bf9d42b6de5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/21605bf9d42b6de5","status":"passed","time":{"start":1728052861019,"stop":1728052861019,"duration":0}},{"uid":"664889f09c913469","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/664889f09c913469","status":"passed","time":{"start":1728046783421,"stop":1728046783421,"duration":0}},{"uid":"bf0d850e58fca69c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bf0d850e58fca69c","status":"passed","time":{"start":1728047429495,"stop":1728047429495,"duration":0}},{"uid":"b75765157c51f9bc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b75765157c51f9bc","status":"passed","time":{"start":1728043084146,"stop":1728043084146,"duration":0}},{"uid":"dc98fe43e581a8ac","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/dc98fe43e581a8ac","status":"passed","time":{"start":1728035601392,"stop":1728035601392,"duration":0}},{"uid":"5ea41d60dfb3fe50","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5ea41d60dfb3fe50","status":"passed","time":{"start":1728033520541,"stop":1728033520541,"duration":0}}]},"0d8b42b7115dcf1af8284fce0d42447e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ade535dcb40fc5e5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ade535dcb40fc5e5","status":"passed","time":{"start":1728053941729,"stop":1728053941729,"duration":0}}]},"b52923d95659cc27160b6adcbe25eaab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2461fdd02a3545","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c2461fdd02a3545","status":"passed","time":{"start":1728032951673,"stop":1728032951673,"duration":0}}]},"e37b5eee6c72cb369c32e205c902c98c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28553cf310788556","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/28553cf310788556","status":"passed","time":{"start":1728032955839,"stop":1728032955839,"duration":0}}]},"cce62f700bb9f1b0509d18b253fac92a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39cc587287716fcf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/39cc587287716fcf","status":"passed","time":{"start":1728069279738,"stop":1728069279739,"duration":1}}]},"181a88f8b2533a3881d1c08fb1b5755b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96b3e467e9076474","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/96b3e467e9076474","status":"passed","time":{"start":1728086260662,"stop":1728086260663,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2aefb929eb23229c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2aefb929eb23229c","status":"passed","time":{"start":1728085929871,"stop":1728085929872,"duration":1}},{"uid":"b9add3d276c33263","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b9add3d276c33263","status":"passed","time":{"start":1728084940314,"stop":1728084940318,"duration":4}},{"uid":"b59cc312b930205","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b59cc312b930205","status":"passed","time":{"start":1728083807038,"stop":1728083807038,"duration":0}},{"uid":"21b6c0eca92c953a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/21b6c0eca92c953a","status":"passed","time":{"start":1728082878426,"stop":1728082878427,"duration":1}},{"uid":"e7b0d3dbe36af4c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e7b0d3dbe36af4c","status":"passed","time":{"start":1728082208565,"stop":1728082208565,"duration":0}},{"uid":"e7da7dedb4099f7d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e7da7dedb4099f7d","status":"passed","time":{"start":1728068975097,"stop":1728068975097,"duration":0}},{"uid":"dd572fbdf8e1ec19","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dd572fbdf8e1ec19","status":"passed","time":{"start":1728067846900,"stop":1728067846901,"duration":1}},{"uid":"cee4814fa66bcecc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cee4814fa66bcecc","status":"passed","time":{"start":1728065698201,"stop":1728065698201,"duration":0}},{"uid":"c284956952c53bd8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c284956952c53bd8","status":"passed","time":{"start":1728065985242,"stop":1728065985242,"duration":0}},{"uid":"864a1a12be720ba6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/864a1a12be720ba6","status":"passed","time":{"start":1728056875690,"stop":1728056875690,"duration":0}},{"uid":"ccc433d02819d506","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ccc433d02819d506","status":"passed","time":{"start":1728056052792,"stop":1728056052792,"duration":0}},{"uid":"c99de30585a12347","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c99de30585a12347","status":"passed","time":{"start":1728056368493,"stop":1728056368493,"duration":0}},{"uid":"e1fb8f3c0a3e0a91","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e1fb8f3c0a3e0a91","status":"passed","time":{"start":1728055192611,"stop":1728055192611,"duration":0}},{"uid":"535e9c2957739c4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/535e9c2957739c4","status":"passed","time":{"start":1728054161275,"stop":1728054161277,"duration":2}},{"uid":"69a45cce40339c5f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/69a45cce40339c5f","status":"passed","time":{"start":1728052440362,"stop":1728052440363,"duration":1}},{"uid":"f59747c55066b893","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f59747c55066b893","status":"passed","time":{"start":1728046118135,"stop":1728046118135,"duration":0}},{"uid":"673ca7e06486b4aa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/673ca7e06486b4aa","status":"passed","time":{"start":1728046914094,"stop":1728046914094,"duration":0}},{"uid":"9ae79705efda8a4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9ae79705efda8a4","status":"passed","time":{"start":1728042972073,"stop":1728042972073,"duration":0}},{"uid":"91862d7a5a0560a9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/91862d7a5a0560a9","status":"passed","time":{"start":1728035535018,"stop":1728035535018,"duration":0}},{"uid":"63351a245b214bb1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/63351a245b214bb1","status":"passed","time":{"start":1728033452172,"stop":1728033452172,"duration":0}}]},"5079984ff492149e795071c458cd8916:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"28447702f9664c4e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/28447702f9664c4e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732229,"stop":1728057732229,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"dab070080be726a4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dab070080be726a4","status":"passed","time":{"start":1728086203141,"stop":1728086203150,"duration":9}},{"uid":"a1231aaad60d2baf","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a1231aaad60d2baf","status":"passed","time":{"start":1728085221337,"stop":1728085221337,"duration":0}},{"uid":"e61b93bdabc14b1f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e61b93bdabc14b1f","status":"passed","time":{"start":1728084029195,"stop":1728084029197,"duration":2}},{"uid":"4809956f0c4f5416","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4809956f0c4f5416","status":"passed","time":{"start":1728083083025,"stop":1728083083027,"duration":2}},{"uid":"ed1c6d340e2225b4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ed1c6d340e2225b4","status":"passed","time":{"start":1728082390988,"stop":1728082390991,"duration":3}},{"uid":"8de480e345ec8373","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8de480e345ec8373","status":"passed","time":{"start":1728069248386,"stop":1728069248387,"duration":1}},{"uid":"e3d1045398609514","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e3d1045398609514","status":"passed","time":{"start":1728068031259,"stop":1728068031259,"duration":0}},{"uid":"6566fc5ee066eaf7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6566fc5ee066eaf7","status":"passed","time":{"start":1728066046611,"stop":1728066046611,"duration":0}},{"uid":"ed2d593bf226fd0b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ed2d593bf226fd0b","status":"passed","time":{"start":1728066341481,"stop":1728066341482,"duration":1}},{"uid":"80448472791f3da5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/80448472791f3da5","status":"passed","time":{"start":1728057209571,"stop":1728057209572,"duration":1}},{"uid":"c3e54aeff3c718f8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c3e54aeff3c718f8","status":"passed","time":{"start":1728056305034,"stop":1728056305035,"duration":1}},{"uid":"a1f851f9256624f8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a1f851f9256624f8","status":"passed","time":{"start":1728056720934,"stop":1728056720935,"duration":1}},{"uid":"7b2b954cd1419ed9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7b2b954cd1419ed9","status":"passed","time":{"start":1728052606351,"stop":1728052606356,"duration":5}},{"uid":"5431bdf59c6dedbd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5431bdf59c6dedbd","status":"passed","time":{"start":1728046448380,"stop":1728046448380,"duration":0}},{"uid":"b1d0c58560910d0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b1d0c58560910d0","status":"passed","time":{"start":1728047258636,"stop":1728047258636,"duration":0}},{"uid":"b38f7c282c6c153d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b38f7c282c6c153d","status":"passed","time":{"start":1728043238305,"stop":1728043238308,"duration":3}},{"uid":"8ec9dd78fc66dc17","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8ec9dd78fc66dc17","status":"passed","time":{"start":1728035872180,"stop":1728035872180,"duration":0}},{"uid":"694f04a0f7dc4c16","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/694f04a0f7dc4c16","status":"passed","time":{"start":1728033783677,"stop":1728033783678,"duration":1}},{"uid":"4d078d2dbe9532ac","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4d078d2dbe9532ac","status":"passed","time":{"start":1728033410936,"stop":1728033410937,"duration":1}},{"uid":"87001079d76be5a7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/87001079d76be5a7","status":"passed","time":{"start":1728032924245,"stop":1728032924246,"duration":1}}]},"d4e4450c3ce1d8c7b6d2969ac790d775:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ad245a030c110d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4ad245a030c110d","status":"passed","time":{"start":1728058024182,"stop":1728058024182,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d596f517df101879","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d596f517df101879","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0}},{"uid":"aa08d4cc15733173","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/aa08d4cc15733173","status":"passed","time":{"start":1728085269086,"stop":1728085269086,"duration":0}},{"uid":"e0dae890805db4b6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e0dae890805db4b6","status":"passed","time":{"start":1728069312640,"stop":1728069312640,"duration":0}},{"uid":"7316201c873b6c40","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7316201c873b6c40","status":"passed","time":{"start":1728046423451,"stop":1728046423451,"duration":0}},{"uid":"138730db146008a4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/138730db146008a4","status":"passed","time":{"start":1728043297186,"stop":1728043297187,"duration":1}},{"uid":"afabc1b97f89ecaa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/afabc1b97f89ecaa","status":"passed","time":{"start":1728035880162,"stop":1728035880163,"duration":1}},{"uid":"39b2e05818cb12fa","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/39b2e05818cb12fa","status":"passed","time":{"start":1728033788839,"stop":1728033788839,"duration":0}},{"uid":"b38d7f59e32cb422","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b38d7f59e32cb422","status":"passed","time":{"start":1728033423649,"stop":1728033423650,"duration":1}},{"uid":"cb37be64ef280ac9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/cb37be64ef280ac9","status":"passed","time":{"start":1728032985149,"stop":1728032985149,"duration":0}},{"uid":"7106acfc86ff6444","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7106acfc86ff6444","status":"passed","time":{"start":1728032614954,"stop":1728032614954,"duration":0}},{"uid":"332facc5eb383fef","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/332facc5eb383fef","status":"passed","time":{"start":1728032348384,"stop":1728032348384,"duration":0}}]},"69a4299c89b0ba0a122129080fb83260:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80e6f324fcfe6618","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/80e6f324fcfe6618","status":"passed","time":{"start":1728086260652,"stop":1728086260652,"duration":0}}]},"583c8bdb0a2d4bf5af8e6aa7904648fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbb2283a31d62193","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cbb2283a31d62193","status":"passed","time":{"start":1728057700438,"stop":1728057700438,"duration":0}}]},"ea9b6f9afd1ed39c5d987d33cdcfb257:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9f21acb4ab8949c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a9f21acb4ab8949c","status":"passed","time":{"start":1728033319499,"stop":1728033319499,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6de53b511614b924","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6de53b511614b924","status":"passed","time":{"start":1728086142734,"stop":1728086142734,"duration":0}},{"uid":"765785cdd30f10b5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/765785cdd30f10b5","status":"passed","time":{"start":1728085163497,"stop":1728085163497,"duration":0}},{"uid":"3c7a02cfd55d40e0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3c7a02cfd55d40e0","status":"passed","time":{"start":1728083974238,"stop":1728083974238,"duration":0}},{"uid":"7b26d53dd2b5e602","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7b26d53dd2b5e602","status":"passed","time":{"start":1728083048468,"stop":1728083048468,"duration":0}},{"uid":"26f37364350c42d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/26f37364350c42d","status":"passed","time":{"start":1728082372852,"stop":1728082372853,"duration":1}},{"uid":"f4be9b3bfc1290a0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f4be9b3bfc1290a0","status":"passed","time":{"start":1728069196071,"stop":1728069196071,"duration":0}},{"uid":"fee5b164bbc5ef06","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fee5b164bbc5ef06","status":"passed","time":{"start":1728068012350,"stop":1728068012351,"duration":1}},{"uid":"b430ee9d34fb3d6f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b430ee9d34fb3d6f","status":"passed","time":{"start":1728065954064,"stop":1728065954064,"duration":0}},{"uid":"3362a3c12c64ad77","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3362a3c12c64ad77","status":"passed","time":{"start":1728066239806,"stop":1728066239806,"duration":0}},{"uid":"140ee2485cbfe985","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/140ee2485cbfe985","status":"passed","time":{"start":1728057130605,"stop":1728057130605,"duration":0}},{"uid":"7ef22855e809aa5a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7ef22855e809aa5a","status":"passed","time":{"start":1728056256547,"stop":1728056256548,"duration":1}},{"uid":"c5c4bb5b8b45ddfe","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c5c4bb5b8b45ddfe","status":"passed","time":{"start":1728056624793,"stop":1728056624794,"duration":1}},{"uid":"3157eb8734b59670","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3157eb8734b59670","status":"passed","time":{"start":1728055380448,"stop":1728055380448,"duration":0}},{"uid":"f94dae7789159d91","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f94dae7789159d91","status":"passed","time":{"start":1728054360786,"stop":1728054360787,"duration":1}},{"uid":"6aa2a64cc801c809","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6aa2a64cc801c809","status":"passed","time":{"start":1728052525974,"stop":1728052525974,"duration":0}},{"uid":"38ca245ddd5915e4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/38ca245ddd5915e4","status":"passed","time":{"start":1728046352259,"stop":1728046352260,"duration":1}},{"uid":"f8b244daeacace16","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f8b244daeacace16","status":"passed","time":{"start":1728047157775,"stop":1728047157775,"duration":0}},{"uid":"70b893698c05ef4c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/70b893698c05ef4c","status":"passed","time":{"start":1728043189351,"stop":1728043189352,"duration":1}},{"uid":"ee7e4362c8372972","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ee7e4362c8372972","status":"passed","time":{"start":1728035786652,"stop":1728035786653,"duration":1}},{"uid":"2ee44098a1785b59","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2ee44098a1785b59","status":"passed","time":{"start":1728033709502,"stop":1728033709502,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a7f5ba2de07d3a5d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a7f5ba2de07d3a5d","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0}},{"uid":"9059c853832fd13d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9059c853832fd13d","status":"passed","time":{"start":1728085373692,"stop":1728085373692,"duration":0}},{"uid":"a99a2d049e685f83","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a99a2d049e685f83","status":"passed","time":{"start":1728084178044,"stop":1728084178045,"duration":1}},{"uid":"c8f699f91c5b1638","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c8f699f91c5b1638","status":"passed","time":{"start":1728083234923,"stop":1728083234923,"duration":0}},{"uid":"cf7821ada345d3c1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cf7821ada345d3c1","status":"passed","time":{"start":1728082547364,"stop":1728082547364,"duration":0}},{"uid":"2d18cfefd691d854","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2d18cfefd691d854","status":"passed","time":{"start":1728069406256,"stop":1728069406256,"duration":0}},{"uid":"2a5c2343063d8fbb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2a5c2343063d8fbb","status":"passed","time":{"start":1728068188744,"stop":1728068188745,"duration":1}},{"uid":"2f104ecb44846d99","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2f104ecb44846d99","status":"passed","time":{"start":1728066205236,"stop":1728066205236,"duration":0}},{"uid":"7e6e5b9e21b3b895","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7e6e5b9e21b3b895","status":"passed","time":{"start":1728066494020,"stop":1728066494020,"duration":0}},{"uid":"eb683a80de316119","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/eb683a80de316119","status":"passed","time":{"start":1728057370823,"stop":1728057370823,"duration":0}},{"uid":"592dbf28987f579e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/592dbf28987f579e","status":"passed","time":{"start":1728056485928,"stop":1728056485928,"duration":0}},{"uid":"4c57b4f96cd7c8e4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4c57b4f96cd7c8e4","status":"passed","time":{"start":1728056886891,"stop":1728056886892,"duration":1}},{"uid":"82e1829cb443cb11","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/82e1829cb443cb11","status":"passed","time":{"start":1728055612096,"stop":1728055612097,"duration":1}},{"uid":"5bd36bf0cad0d164","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5bd36bf0cad0d164","status":"passed","time":{"start":1728054584799,"stop":1728054584800,"duration":1}},{"uid":"9f5483b8f21aae96","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9f5483b8f21aae96","status":"passed","time":{"start":1728052753929,"stop":1728052753932,"duration":3}},{"uid":"fc5c3cab100e48ed","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fc5c3cab100e48ed","status":"passed","time":{"start":1728046595074,"stop":1728046595075,"duration":1}},{"uid":"b78fa9cf495c5a18","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b78fa9cf495c5a18","status":"passed","time":{"start":1728047411244,"stop":1728047411244,"duration":0}},{"uid":"dae13a75295f0e83","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dae13a75295f0e83","status":"passed","time":{"start":1728043393935,"stop":1728043393935,"duration":0}},{"uid":"8d7c4246c5f00f63","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8d7c4246c5f00f63","status":"passed","time":{"start":1728036019468,"stop":1728036019468,"duration":0}},{"uid":"66fdc88aeb5cc862","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/66fdc88aeb5cc862","status":"passed","time":{"start":1728033936459,"stop":1728033936460,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"55a2524793498b05","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55a2524793498b05","status":"passed","time":{"start":1728086355713,"stop":1728086355713,"duration":0}},{"uid":"986447ca0dd67542","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/986447ca0dd67542","status":"passed","time":{"start":1728085373693,"stop":1728085373693,"duration":0}},{"uid":"e2923e4370a45a4c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e2923e4370a45a4c","status":"passed","time":{"start":1728084178045,"stop":1728084178045,"duration":0}},{"uid":"971df92353214944","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/971df92353214944","status":"passed","time":{"start":1728083234924,"stop":1728083234924,"duration":0}},{"uid":"87dfb777b4c444a8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/87dfb777b4c444a8","status":"passed","time":{"start":1728082547364,"stop":1728082547365,"duration":1}},{"uid":"acaa12ad326afce9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/acaa12ad326afce9","status":"passed","time":{"start":1728069406257,"stop":1728069406257,"duration":0}},{"uid":"ba71bc1bb29bf3fd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ba71bc1bb29bf3fd","status":"passed","time":{"start":1728068188745,"stop":1728068188745,"duration":0}},{"uid":"70a1708d1c3c84dc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/70a1708d1c3c84dc","status":"passed","time":{"start":1728066205247,"stop":1728066205248,"duration":1}},{"uid":"13173ffd1b967d7e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/13173ffd1b967d7e","status":"passed","time":{"start":1728066494020,"stop":1728066494020,"duration":0}},{"uid":"ad7c42d0a629fdb9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ad7c42d0a629fdb9","status":"passed","time":{"start":1728057370824,"stop":1728057370824,"duration":0}},{"uid":"26597fbdd871f396","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/26597fbdd871f396","status":"passed","time":{"start":1728056485933,"stop":1728056485933,"duration":0}},{"uid":"5207025b098bdb36","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5207025b098bdb36","status":"passed","time":{"start":1728056886892,"stop":1728056886892,"duration":0}},{"uid":"bcee855c737e6c10","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bcee855c737e6c10","status":"passed","time":{"start":1728055612097,"stop":1728055612097,"duration":0}},{"uid":"c266dbee7ba94f0b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c266dbee7ba94f0b","status":"passed","time":{"start":1728054584801,"stop":1728054584801,"duration":0}},{"uid":"8adaeffc58ece78d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8adaeffc58ece78d","status":"passed","time":{"start":1728052753933,"stop":1728052753934,"duration":1}},{"uid":"55a750dd716073ee","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/55a750dd716073ee","status":"passed","time":{"start":1728046595075,"stop":1728046595075,"duration":0}},{"uid":"e362e4853f6bec8b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e362e4853f6bec8b","status":"passed","time":{"start":1728047411246,"stop":1728047411246,"duration":0}},{"uid":"fcab020a319fd993","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fcab020a319fd993","status":"passed","time":{"start":1728043393936,"stop":1728043393936,"duration":0}},{"uid":"8b5e7669bf4d1913","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8b5e7669bf4d1913","status":"passed","time":{"start":1728036019469,"stop":1728036019469,"duration":0}},{"uid":"dc71df1e6fed3973","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dc71df1e6fed3973","status":"passed","time":{"start":1728033936460,"stop":1728033936460,"duration":0}}]},"614ef7cb71a4ef15f39f8cb0990d2320:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48b283c8dbe1f89a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/48b283c8dbe1f89a","status":"passed","time":{"start":1728033823635,"stop":1728033823635,"duration":0}}]},"3c84155d428169fcb4e7f4c0eaa096f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f35d8f900fbc39","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2f35d8f900fbc39","status":"passed","time":{"start":1728032984206,"stop":1728032984206,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a9d18bda9482770f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9d18bda9482770f","status":"passed","time":{"start":1728085925285,"stop":1728085925285,"duration":0}},{"uid":"1ff89d8f8d423f82","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1ff89d8f8d423f82","status":"passed","time":{"start":1728084939388,"stop":1728084939389,"duration":1}},{"uid":"e1405b4ba3c659d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e1405b4ba3c659d","status":"passed","time":{"start":1728083804210,"stop":1728083804211,"duration":1}},{"uid":"c351547cbf037825","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c351547cbf037825","status":"passed","time":{"start":1728082867912,"stop":1728082867912,"duration":0}},{"uid":"195335ef8e1ad40f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/195335ef8e1ad40f","status":"passed","time":{"start":1728082201510,"stop":1728082201512,"duration":2}},{"uid":"76962b3a43251f2d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/76962b3a43251f2d","status":"passed","time":{"start":1728068971065,"stop":1728068971065,"duration":0}},{"uid":"ccedba5aebfd9300","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ccedba5aebfd9300","status":"passed","time":{"start":1728067845493,"stop":1728067845496,"duration":3}},{"uid":"6f716be9285ec321","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6f716be9285ec321","status":"passed","time":{"start":1728065693299,"stop":1728065693300,"duration":1}},{"uid":"f905991bc798ff5d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f905991bc798ff5d","status":"passed","time":{"start":1728065982127,"stop":1728065982128,"duration":1}},{"uid":"b22d0a1f07a8020d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b22d0a1f07a8020d","status":"passed","time":{"start":1728056871405,"stop":1728056871405,"duration":0}},{"uid":"ceff3f5748701105","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ceff3f5748701105","status":"passed","time":{"start":1728056045479,"stop":1728056045479,"duration":0}},{"uid":"4e613f4c52ec6bd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4e613f4c52ec6bd","status":"passed","time":{"start":1728056363837,"stop":1728056363837,"duration":0}},{"uid":"f9b4c235bc9c0bb9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f9b4c235bc9c0bb9","status":"passed","time":{"start":1728055176018,"stop":1728055176018,"duration":0}},{"uid":"a8f74d0a3d12be42","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a8f74d0a3d12be42","status":"passed","time":{"start":1728054154340,"stop":1728054154340,"duration":0}},{"uid":"d6b47396eee49d51","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d6b47396eee49d51","status":"passed","time":{"start":1728052432592,"stop":1728052432592,"duration":0}},{"uid":"ff19146a2f6d2119","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ff19146a2f6d2119","status":"passed","time":{"start":1728046114255,"stop":1728046114256,"duration":1}},{"uid":"55cc5f3864ba122","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/55cc5f3864ba122","status":"passed","time":{"start":1728046898627,"stop":1728046898627,"duration":0}},{"uid":"9351e7776602e303","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9351e7776602e303","status":"passed","time":{"start":1728042968069,"stop":1728042968070,"duration":1}},{"uid":"9371775cfa2f146b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9371775cfa2f146b","status":"passed","time":{"start":1728035531171,"stop":1728035531174,"duration":3}},{"uid":"3b8ad1a018ccfaa","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3b8ad1a018ccfaa","status":"passed","time":{"start":1728033448068,"stop":1728033448068,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e9ffaad3b0cb0af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1e9ffaad3b0cb0af","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0}},{"uid":"b3c1a8897bcd8bab","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b3c1a8897bcd8bab","status":"passed","time":{"start":1728085079903,"stop":1728085079903,"duration":0}},{"uid":"d8565302ead9b30a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d8565302ead9b30a","status":"passed","time":{"start":1728083929299,"stop":1728083929299,"duration":0}},{"uid":"d9721f745cb237b2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d9721f745cb237b2","status":"passed","time":{"start":1728082986564,"stop":1728082986565,"duration":1}},{"uid":"f75fb8012926a36f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f75fb8012926a36f","status":"passed","time":{"start":1728082304425,"stop":1728082304426,"duration":1}},{"uid":"284c378197f2e057","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/284c378197f2e057","status":"passed","time":{"start":1728069112307,"stop":1728069112308,"duration":1}},{"uid":"923d99dd144c1eab","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/923d99dd144c1eab","status":"passed","time":{"start":1728067941522,"stop":1728067941523,"duration":1}},{"uid":"8d3adc63b33d8333","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8d3adc63b33d8333","status":"passed","time":{"start":1728043108497,"stop":1728043108498,"duration":1}},{"uid":"7e4a2ff0f38f970c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7e4a2ff0f38f970c","status":"passed","time":{"start":1728035666345,"stop":1728035666345,"duration":0}},{"uid":"19042f453170a4be","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/19042f453170a4be","status":"passed","time":{"start":1728033588071,"stop":1728033588071,"duration":0}},{"uid":"a91ad367eabb5d80","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a91ad367eabb5d80","status":"passed","time":{"start":1728033211361,"stop":1728033211361,"duration":0}},{"uid":"143e2c8012683f4b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/143e2c8012683f4b","status":"passed","time":{"start":1728032787680,"stop":1728032787680,"duration":0}},{"uid":"6c67770275cf3488","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6c67770275cf3488","status":"passed","time":{"start":1728032415382,"stop":1728032415382,"duration":0}},{"uid":"7bc2201644a7fb02","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7bc2201644a7fb02","status":"passed","time":{"start":1728032137557,"stop":1728032137558,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ceacea31a4f8aa6a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ceacea31a4f8aa6a","status":"passed","time":{"start":1728085887434,"stop":1728085887435,"duration":1}},{"uid":"15f68310e97e5522","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/15f68310e97e5522","status":"passed","time":{"start":1728084900528,"stop":1728084900529,"duration":1}},{"uid":"635f9ee44717748a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/635f9ee44717748a","status":"passed","time":{"start":1728083767231,"stop":1728083767231,"duration":0}},{"uid":"66778ed61a44a2a2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/66778ed61a44a2a2","status":"passed","time":{"start":1728082830567,"stop":1728082830568,"duration":1}},{"uid":"31d6f01da54317c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/31d6f01da54317c","status":"passed","time":{"start":1728082162539,"stop":1728082162541,"duration":2}},{"uid":"4889a7802eb57115","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4889a7802eb57115","status":"passed","time":{"start":1728068931712,"stop":1728068931713,"duration":1}},{"uid":"afa569aed65de5fb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/afa569aed65de5fb","status":"passed","time":{"start":1728067808082,"stop":1728067808082,"duration":0}},{"uid":"3de8a43e26c94def","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3de8a43e26c94def","status":"passed","time":{"start":1728065654537,"stop":1728065654538,"duration":1}},{"uid":"7c70e9c3d73d3b00","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7c70e9c3d73d3b00","status":"passed","time":{"start":1728065944488,"stop":1728065944490,"duration":2}},{"uid":"8d4306da2f3dba61","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8d4306da2f3dba61","status":"passed","time":{"start":1728056834639,"stop":1728056834640,"duration":1}},{"uid":"da7ebd7ac29081ac","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/da7ebd7ac29081ac","status":"passed","time":{"start":1728056006883,"stop":1728056006883,"duration":0}},{"uid":"2cc61de6dc94a58c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2cc61de6dc94a58c","status":"passed","time":{"start":1728056326834,"stop":1728056326836,"duration":2}},{"uid":"115e0caf3cfe347c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/115e0caf3cfe347c","status":"passed","time":{"start":1728055138052,"stop":1728055138052,"duration":0}},{"uid":"49557836fcdc25a6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/49557836fcdc25a6","status":"passed","time":{"start":1728054117011,"stop":1728054117012,"duration":1}},{"uid":"785886d96ce10a40","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/785886d96ce10a40","status":"passed","time":{"start":1728052394765,"stop":1728052394765,"duration":0}},{"uid":"6a591a00d2f55072","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6a591a00d2f55072","status":"passed","time":{"start":1728046076001,"stop":1728046076001,"duration":0}},{"uid":"e7820c5f78cefd4b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e7820c5f78cefd4b","status":"passed","time":{"start":1728046860681,"stop":1728046860681,"duration":0}},{"uid":"bd6f0469ee51c5a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bd6f0469ee51c5a3","status":"passed","time":{"start":1728042930497,"stop":1728042930497,"duration":0}},{"uid":"21e9da8b3c6b36a0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/21e9da8b3c6b36a0","status":"passed","time":{"start":1728035493356,"stop":1728035493357,"duration":1}},{"uid":"7b948e9c5f692fa0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7b948e9c5f692fa0","status":"passed","time":{"start":1728033410205,"stop":1728033410205,"duration":0}}]},"17fbdc7f70c6d7f551d0d1f4d9dd2fe1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f45144a576b50ce","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5f45144a576b50ce","status":"passed","time":{"start":1728035911096,"stop":1728035911096,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b765135c55444fbf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b765135c55444fbf","status":"passed","time":{"start":1728086171702,"stop":1728086171703,"duration":1}},{"uid":"7669ff35224015dc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7669ff35224015dc","status":"passed","time":{"start":1728085184661,"stop":1728085184665,"duration":4}},{"uid":"d6a0c1582abf22f9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d6a0c1582abf22f9","status":"passed","time":{"start":1728084018355,"stop":1728084018355,"duration":0}},{"uid":"dde5b01e8902e2f3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/dde5b01e8902e2f3","status":"passed","time":{"start":1728083065673,"stop":1728083065674,"duration":1}},{"uid":"ee5cfa1191726f3d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ee5cfa1191726f3d","status":"passed","time":{"start":1728069218836,"stop":1728069218836,"duration":0}},{"uid":"ef8583096b184e18","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ef8583096b184e18","status":"passed","time":{"start":1728046261831,"stop":1728046261831,"duration":0}},{"uid":"2650e42f0a9d4249","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2650e42f0a9d4249","status":"passed","time":{"start":1728043204096,"stop":1728043204097,"duration":1}},{"uid":"53583bfa9167e8a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/53583bfa9167e8a","status":"passed","time":{"start":1728035785875,"stop":1728035785876,"duration":1}},{"uid":"1624af692b978e8d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1624af692b978e8d","status":"passed","time":{"start":1728033696351,"stop":1728033696353,"duration":2}},{"uid":"5934e11dafbbe421","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5934e11dafbbe421","status":"passed","time":{"start":1728033319494,"stop":1728033319494,"duration":0}},{"uid":"804edb9900ce8a7a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/804edb9900ce8a7a","status":"passed","time":{"start":1728032886556,"stop":1728032886556,"duration":0}},{"uid":"87fcb4891f0fff2f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/87fcb4891f0fff2f","status":"passed","time":{"start":1728032520644,"stop":1728032520645,"duration":1}},{"uid":"cef6b7fd4cb09d26","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/cef6b7fd4cb09d26","status":"passed","time":{"start":1728032252775,"stop":1728032252775,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":14,"unknown":0,"total":16},"items":[{"uid":"154c31fbeaf3dd29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/154c31fbeaf3dd29","status":"passed","time":{"start":1728086118963,"stop":1728086118963,"duration":0}},{"uid":"ddbb27c877cd00fe","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ddbb27c877cd00fe","status":"passed","time":{"start":1728085139860,"stop":1728085139861,"duration":1}},{"uid":"4e9c9644704ab7e9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4e9c9644704ab7e9","status":"passed","time":{"start":1728083976010,"stop":1728083976011,"duration":1}},{"uid":"330f0bea047cdd4b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/330f0bea047cdd4b","status":"passed","time":{"start":1728083054621,"stop":1728083054621,"duration":0}},{"uid":"bc9413634b55693a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bc9413634b55693a","status":"passed","time":{"start":1728082369810,"stop":1728082369811,"duration":1}},{"uid":"111d474beacc8a94","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/111d474beacc8a94","status":"passed","time":{"start":1728069168794,"stop":1728069168795,"duration":1}},{"uid":"27a3f319a76c181d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/27a3f319a76c181d","status":"passed","time":{"start":1728068016547,"stop":1728068016548,"duration":1}},{"uid":"d19845c414a6e3ef","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d19845c414a6e3ef","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066060569,"stop":1728066060569,"duration":0}},{"uid":"9d6027bf4f665b10","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9d6027bf4f665b10","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728057237495,"stop":1728057237496,"duration":1}},{"uid":"7e2d0f815327e92f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7e2d0f815327e92f","status":"passed","time":{"start":1728043166272,"stop":1728043166273,"duration":1}},{"uid":"34470aef5de66295","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/34470aef5de66295","status":"passed","time":{"start":1728035763466,"stop":1728035763467,"duration":1}},{"uid":"ac3369bc77495a7a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ac3369bc77495a7a","status":"passed","time":{"start":1728033686478,"stop":1728033686479,"duration":1}},{"uid":"fdd75d837f3ea8df","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fdd75d837f3ea8df","status":"passed","time":{"start":1728033307542,"stop":1728033307542,"duration":0}},{"uid":"dd453e7a361e10a0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/dd453e7a361e10a0","status":"passed","time":{"start":1728032848453,"stop":1728032848455,"duration":2}},{"uid":"d6dcb01fe1a29bc0","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d6dcb01fe1a29bc0","status":"passed","time":{"start":1728032477084,"stop":1728032477084,"duration":0}},{"uid":"4cc2107099648659","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4cc2107099648659","status":"passed","time":{"start":1728032201804,"stop":1728032201804,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"28c5d1e4a5df75d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/28c5d1e4a5df75d2","status":"passed","time":{"start":1728085872169,"stop":1728085872170,"duration":1}},{"uid":"96d519393cc325a0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/96d519393cc325a0","status":"passed","time":{"start":1728084884508,"stop":1728084884509,"duration":1}},{"uid":"473fb084b0bddd96","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/473fb084b0bddd96","status":"passed","time":{"start":1728083751995,"stop":1728083751995,"duration":0}},{"uid":"2b161c429b8ffbbf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2b161c429b8ffbbf","status":"passed","time":{"start":1728082815040,"stop":1728082815041,"duration":1}},{"uid":"62d298052c7e0847","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/62d298052c7e0847","status":"passed","time":{"start":1728082147326,"stop":1728082147327,"duration":1}},{"uid":"778bb3ff8716b9e9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/778bb3ff8716b9e9","status":"passed","time":{"start":1728068916323,"stop":1728068916323,"duration":0}},{"uid":"367ccdd27fadcddd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/367ccdd27fadcddd","status":"passed","time":{"start":1728067792194,"stop":1728067792195,"duration":1}},{"uid":"10789846e7dde07c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/10789846e7dde07c","status":"passed","time":{"start":1728065639265,"stop":1728065639265,"duration":0}},{"uid":"c9d24c6f1ca13cd","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c9d24c6f1ca13cd","status":"passed","time":{"start":1728065928762,"stop":1728065928762,"duration":0}},{"uid":"758530928e60a54f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/758530928e60a54f","status":"passed","time":{"start":1728056819206,"stop":1728056819207,"duration":1}},{"uid":"3e08171f0c51fbd4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3e08171f0c51fbd4","status":"passed","time":{"start":1728055990813,"stop":1728055990813,"duration":0}},{"uid":"e657431371ad243b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e657431371ad243b","status":"passed","time":{"start":1728056311526,"stop":1728056311526,"duration":0}},{"uid":"b99f7a037c9753c6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b99f7a037c9753c6","status":"passed","time":{"start":1728055122712,"stop":1728055122713,"duration":1}},{"uid":"69dc75a3e33284fb","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/69dc75a3e33284fb","status":"passed","time":{"start":1728054101383,"stop":1728054101384,"duration":1}},{"uid":"c3fe93043e913b6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c3fe93043e913b6","status":"passed","time":{"start":1728052379041,"stop":1728052379041,"duration":0}},{"uid":"63f1dd405217cedc","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/63f1dd405217cedc","status":"passed","time":{"start":1728046059830,"stop":1728046059831,"duration":1}},{"uid":"b0e7ec30090a4f15","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b0e7ec30090a4f15","status":"passed","time":{"start":1728046845714,"stop":1728046845715,"duration":1}},{"uid":"21a79419313160d2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/21a79419313160d2","status":"passed","time":{"start":1728042915334,"stop":1728042915335,"duration":1}},{"uid":"aadc3f2741124a84","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/aadc3f2741124a84","status":"passed","time":{"start":1728035477913,"stop":1728035477914,"duration":1}},{"uid":"57842edfbb5c9e7c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/57842edfbb5c9e7c","status":"passed","time":{"start":1728033394405,"stop":1728033394405,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"adc6447fcae09fa0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/adc6447fcae09fa0","status":"passed","time":{"start":1728086226469,"stop":1728086226470,"duration":1}},{"uid":"848a3e88fcb80cb4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/848a3e88fcb80cb4","status":"passed","time":{"start":1728085246270,"stop":1728085246270,"duration":0}},{"uid":"d9f62fb3f486f732","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d9f62fb3f486f732","status":"passed","time":{"start":1728084078533,"stop":1728084078533,"duration":0}},{"uid":"e2047f456c143e13","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e2047f456c143e13","status":"passed","time":{"start":1728083125005,"stop":1728083125006,"duration":1}},{"uid":"5b945206ab534671","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5b945206ab534671","status":"passed","time":{"start":1728082441017,"stop":1728082441017,"duration":0}},{"uid":"c0b187fb6a3d5f85","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c0b187fb6a3d5f85","status":"passed","time":{"start":1728069279732,"stop":1728069279733,"duration":1}},{"uid":"b204dbdaa4a329fa","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b204dbdaa4a329fa","status":"passed","time":{"start":1728046402353,"stop":1728046402353,"duration":0}},{"uid":"10ad1c3049a36bcd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/10ad1c3049a36bcd","status":"passed","time":{"start":1728043267035,"stop":1728043267035,"duration":0}},{"uid":"e315b607e02292ed","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e315b607e02292ed","status":"passed","time":{"start":1728035855925,"stop":1728035855925,"duration":0}},{"uid":"e5f3d4c89a9723bd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e5f3d4c89a9723bd","status":"passed","time":{"start":1728033769211,"stop":1728033769211,"duration":0}},{"uid":"9cdb34a0d1f471e4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9cdb34a0d1f471e4","status":"passed","time":{"start":1728033391639,"stop":1728033391639,"duration":0}},{"uid":"395cfee40755692b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/395cfee40755692b","status":"passed","time":{"start":1728032951649,"stop":1728032951649,"duration":0}},{"uid":"2bcd0aa621421f48","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2bcd0aa621421f48","status":"passed","time":{"start":1728032582506,"stop":1728032582507,"duration":1}},{"uid":"bd21ee3024093d9b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bd21ee3024093d9b","status":"passed","time":{"start":1728032304555,"stop":1728032304556,"duration":1}}]},"1bd27ac2a4bb06614356bf25e935e31a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a5187ef96a733b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/84a5187ef96a733b","status":"passed","time":{"start":1728068082731,"stop":1728068082731,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"58480783f17489d3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/58480783f17489d3","status":"passed","time":{"start":1728085879948,"stop":1728085879948,"duration":0}},{"uid":"a0a9ca76ad96ba80","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a0a9ca76ad96ba80","status":"passed","time":{"start":1728084892607,"stop":1728084892607,"duration":0}},{"uid":"e8d7226fdce18891","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e8d7226fdce18891","status":"passed","time":{"start":1728083759838,"stop":1728083759838,"duration":0}},{"uid":"98474b1eec583086","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/98474b1eec583086","status":"passed","time":{"start":1728082822910,"stop":1728082822911,"duration":1}},{"uid":"d0509057076afd92","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d0509057076afd92","status":"passed","time":{"start":1728082155165,"stop":1728082155165,"duration":0}},{"uid":"e3f6693450a0868a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e3f6693450a0868a","status":"passed","time":{"start":1728068924225,"stop":1728068924226,"duration":1}},{"uid":"80a4646b2b04924b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/80a4646b2b04924b","status":"passed","time":{"start":1728067800275,"stop":1728067800275,"duration":0}},{"uid":"7080578ea033c163","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7080578ea033c163","status":"passed","time":{"start":1728065646747,"stop":1728065646748,"duration":1}},{"uid":"266396e9ca472a2c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/266396e9ca472a2c","status":"passed","time":{"start":1728065936657,"stop":1728065936657,"duration":0}},{"uid":"45bc98e1389580d5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/45bc98e1389580d5","status":"passed","time":{"start":1728056827096,"stop":1728056827096,"duration":0}},{"uid":"517e8696748a514e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/517e8696748a514e","status":"passed","time":{"start":1728055998906,"stop":1728055998906,"duration":0}},{"uid":"a11a4054ec740306","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a11a4054ec740306","status":"passed","time":{"start":1728056319263,"stop":1728056319263,"duration":0}},{"uid":"141ecb44499323b1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/141ecb44499323b1","status":"passed","time":{"start":1728055130553,"stop":1728055130553,"duration":0}},{"uid":"f6d5b0bd988692c8","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f6d5b0bd988692c8","status":"passed","time":{"start":1728054109390,"stop":1728054109390,"duration":0}},{"uid":"42bee41f7aabd06","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/42bee41f7aabd06","status":"passed","time":{"start":1728052386926,"stop":1728052386926,"duration":0}},{"uid":"40cd95a7f1bf2876","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/40cd95a7f1bf2876","status":"passed","time":{"start":1728046067894,"stop":1728046067894,"duration":0}},{"uid":"d2840a384c1a9191","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d2840a384c1a9191","status":"passed","time":{"start":1728046853409,"stop":1728046853410,"duration":1}},{"uid":"2afc6a16052482d7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2afc6a16052482d7","status":"passed","time":{"start":1728042923121,"stop":1728042923121,"duration":0}},{"uid":"b14e8abcf5f2ff9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b14e8abcf5f2ff9","status":"passed","time":{"start":1728035486101,"stop":1728035486102,"duration":1}},{"uid":"da81a1f40fb1da14","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/da81a1f40fb1da14","status":"passed","time":{"start":1728033402575,"stop":1728033402575,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6f73b432f90bcd50","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6f73b432f90bcd50","status":"passed","time":{"start":1728086119053,"stop":1728086119054,"duration":1}},{"uid":"70eb54f7a902e2af","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/70eb54f7a902e2af","status":"passed","time":{"start":1728085140017,"stop":1728085140017,"duration":0}},{"uid":"e3d5827b93fcfc3a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e3d5827b93fcfc3a","status":"passed","time":{"start":1728083952014,"stop":1728083952015,"duration":1}},{"uid":"899e10b6e9ccf7b5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/899e10b6e9ccf7b5","status":"passed","time":{"start":1728083028318,"stop":1728083028319,"duration":1}},{"uid":"25cbbf3619ddb081","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/25cbbf3619ddb081","status":"passed","time":{"start":1728082350971,"stop":1728082350972,"duration":1}},{"uid":"344ce673e65d7e18","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/344ce673e65d7e18","status":"passed","time":{"start":1728069169231,"stop":1728069169231,"duration":0}},{"uid":"bde2f662e6e89afd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bde2f662e6e89afd","status":"passed","time":{"start":1728067996299,"stop":1728067996300,"duration":1}},{"uid":"1d1816fc83c38045","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1d1816fc83c38045","status":"passed","time":{"start":1728065938467,"stop":1728065938467,"duration":0}},{"uid":"27e9fa3a63c5212b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/27e9fa3a63c5212b","status":"passed","time":{"start":1728066226712,"stop":1728066226712,"duration":0}},{"uid":"82a58006b971f659","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82a58006b971f659","status":"passed","time":{"start":1728057115945,"stop":1728057115945,"duration":0}},{"uid":"813e122756eba7c4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/813e122756eba7c4","status":"passed","time":{"start":1728056245900,"stop":1728056245901,"duration":1}},{"uid":"6a6d4f8d8d68318e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6a6d4f8d8d68318e","status":"passed","time":{"start":1728056609191,"stop":1728056609192,"duration":1}},{"uid":"17496ac3bb93d275","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/17496ac3bb93d275","status":"passed","time":{"start":1728055369534,"stop":1728055369535,"duration":1}},{"uid":"8cf3380f2739de5","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8cf3380f2739de5","status":"passed","time":{"start":1728054349535,"stop":1728054349535,"duration":0}},{"uid":"6e84960ef98ff1d0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6e84960ef98ff1d0","status":"passed","time":{"start":1728052515696,"stop":1728052515697,"duration":1}},{"uid":"99d08a736121bec5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/99d08a736121bec5","status":"passed","time":{"start":1728046336478,"stop":1728046336481,"duration":3}},{"uid":"ad65f3521d3687f1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ad65f3521d3687f1","status":"passed","time":{"start":1728047142597,"stop":1728047142598,"duration":1}},{"uid":"c10bd26ca4e39ef6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c10bd26ca4e39ef6","status":"passed","time":{"start":1728043166408,"stop":1728043166408,"duration":0}},{"uid":"bc5b4a29dd1cac24","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bc5b4a29dd1cac24","status":"passed","time":{"start":1728035763648,"stop":1728035763648,"duration":0}},{"uid":"22d6f5a046c5bbbc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/22d6f5a046c5bbbc","status":"passed","time":{"start":1728033686595,"stop":1728033686596,"duration":1}}]},"39274254fbf8b9432bd5bf823a107f8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"978662e3e4ae9e50","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/978662e3e4ae9e50","status":"passed","time":{"start":1728086235221,"stop":1728086235222,"duration":1}}]},"ce740923b6aa224310707ca7abb20304:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ec518aadd53fffa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8ec518aadd53fffa","status":"passed","time":{"start":1728047681516,"stop":1728047681516,"duration":0}}]},"72aed634824e97e8707d24cffed9e633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0f638ecf366d860","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b0f638ecf366d860","status":"passed","time":{"start":1728043232174,"stop":1728043232174,"duration":0}}]},"b28877cb422b202311b2a2b24ba7783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"caa1590e4c2f6913","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/caa1590e4c2f6913","status":"passed","time":{"start":1728058204391,"stop":1728058204391,"duration":0}}]},"421b9b5dd02e37a7d164d117467954bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16c5c11ce283d279","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16c5c11ce283d279","status":"passed","time":{"start":1728069309218,"stop":1728069309218,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"47f8280cfa42ccd9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/47f8280cfa42ccd9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086171721,"stop":1728086171721,"duration":0}},{"uid":"69b6400d2ab34f0d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/69b6400d2ab34f0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085184727,"stop":1728085184727,"duration":0}},{"uid":"a789892940924cbd","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a789892940924cbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084018366,"stop":1728084018366,"duration":0}},{"uid":"4a7717c95891e350","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4a7717c95891e350","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083065692,"stop":1728083065692,"duration":0}},{"uid":"e988ae4be930e4a5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e988ae4be930e4a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069218852,"stop":1728069218852,"duration":0}},{"uid":"d2e9aa9d5e2d4829","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d2e9aa9d5e2d4829","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046261844,"stop":1728046261844,"duration":0}},{"uid":"5ad432035bb2e6d1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5ad432035bb2e6d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043204135,"stop":1728043204135,"duration":0}},{"uid":"a610960de1b7e02d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a610960de1b7e02d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035785887,"stop":1728035785887,"duration":0}},{"uid":"c04c898e4259d6fe","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c04c898e4259d6fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033696366,"stop":1728033696366,"duration":0}},{"uid":"1abf54b5d0a56d5a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1abf54b5d0a56d5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033319503,"stop":1728033319503,"duration":0}},{"uid":"4bb0fd73f5c6b479","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4bb0fd73f5c6b479","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032886565,"stop":1728032886565,"duration":0}},{"uid":"11a447f3ed364e92","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/11a447f3ed364e92","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032520666,"stop":1728032520666,"duration":0}},{"uid":"434b9f23d5b93ec2","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/434b9f23d5b93ec2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032252785,"stop":1728032252785,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e0c356df062a7585","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e0c356df062a7585","status":"passed","time":{"start":1728086226468,"stop":1728086226469,"duration":1}},{"uid":"497d6162e4a1c549","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/497d6162e4a1c549","status":"passed","time":{"start":1728085246269,"stop":1728085246269,"duration":0}},{"uid":"79d0fc564816997a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/79d0fc564816997a","status":"passed","time":{"start":1728084078532,"stop":1728084078532,"duration":0}},{"uid":"30f36c5e79532fba","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/30f36c5e79532fba","status":"passed","time":{"start":1728083125004,"stop":1728083125005,"duration":1}},{"uid":"325b0dc6b15f2f91","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/325b0dc6b15f2f91","status":"passed","time":{"start":1728082441016,"stop":1728082441016,"duration":0}},{"uid":"58612bd3099b514","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/58612bd3099b514","status":"passed","time":{"start":1728069279732,"stop":1728069279732,"duration":0}},{"uid":"c57f51fe9ad1fa5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c57f51fe9ad1fa5","status":"passed","time":{"start":1728046402352,"stop":1728046402352,"duration":0}},{"uid":"9f0e4e4cb58c8171","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9f0e4e4cb58c8171","status":"passed","time":{"start":1728043267031,"stop":1728043267031,"duration":0}},{"uid":"c325a1aaae30ba6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c325a1aaae30ba6","status":"passed","time":{"start":1728035855923,"stop":1728035855924,"duration":1}},{"uid":"6191455ac36f26e3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6191455ac36f26e3","status":"passed","time":{"start":1728033769210,"stop":1728033769210,"duration":0}},{"uid":"e91761873834ab24","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e91761873834ab24","status":"passed","time":{"start":1728033391638,"stop":1728033391639,"duration":1}},{"uid":"ade7c7a90ef89ad6","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ade7c7a90ef89ad6","status":"passed","time":{"start":1728032951648,"stop":1728032951648,"duration":0}},{"uid":"c51a71042eb808ac","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c51a71042eb808ac","status":"passed","time":{"start":1728032582506,"stop":1728032582506,"duration":0}},{"uid":"10b1f7d0b3e2f28e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/10b1f7d0b3e2f28e","status":"passed","time":{"start":1728032304554,"stop":1728032304555,"duration":1}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ba123cd02aa3167f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ba123cd02aa3167f","status":"passed","time":{"start":1728085864154,"stop":1728085864154,"duration":0}},{"uid":"70808e5a549c59c7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/70808e5a549c59c7","status":"passed","time":{"start":1728084876378,"stop":1728084876378,"duration":0}},{"uid":"cf6862cf4b2c1e19","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cf6862cf4b2c1e19","status":"passed","time":{"start":1728083744335,"stop":1728083744335,"duration":0}},{"uid":"79d5facc7ced770e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/79d5facc7ced770e","status":"passed","time":{"start":1728082807428,"stop":1728082807428,"duration":0}},{"uid":"6afa4c605f6f91a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6afa4c605f6f91a","status":"passed","time":{"start":1728082139300,"stop":1728082139300,"duration":0}},{"uid":"3bfcfbf67bd4517b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3bfcfbf67bd4517b","status":"passed","time":{"start":1728068908032,"stop":1728068908032,"duration":0}},{"uid":"9a28e6e0718d7203","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9a28e6e0718d7203","status":"passed","time":{"start":1728067784690,"stop":1728067784690,"duration":0}},{"uid":"521190b8b2eab269","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/521190b8b2eab269","status":"passed","time":{"start":1728065631498,"stop":1728065631498,"duration":0}},{"uid":"edbc2cabde775116","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/edbc2cabde775116","status":"passed","time":{"start":1728065920809,"stop":1728065920809,"duration":0}},{"uid":"b6465bcd136fe0b8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b6465bcd136fe0b8","status":"passed","time":{"start":1728056811559,"stop":1728056811559,"duration":0}},{"uid":"db9a6a172102ee6d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/db9a6a172102ee6d","status":"passed","time":{"start":1728055983125,"stop":1728055983125,"duration":0}},{"uid":"63f1ae4613ac23fe","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/63f1ae4613ac23fe","status":"passed","time":{"start":1728056303669,"stop":1728056303669,"duration":0}},{"uid":"4ebce5aa4fff2b0","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4ebce5aa4fff2b0","status":"passed","time":{"start":1728055114792,"stop":1728055114793,"duration":1}},{"uid":"7c03d754e7ba5ec7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7c03d754e7ba5ec7","status":"passed","time":{"start":1728054093578,"stop":1728054093578,"duration":0}},{"uid":"621033427eb7c166","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/621033427eb7c166","status":"passed","time":{"start":1728052371167,"stop":1728052371167,"duration":0}},{"uid":"5140a1f2d18d53ab","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5140a1f2d18d53ab","status":"passed","time":{"start":1728046051700,"stop":1728046051700,"duration":0}},{"uid":"b6a003833010f32b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b6a003833010f32b","status":"passed","time":{"start":1728046837795,"stop":1728046837796,"duration":1}},{"uid":"4105ab1d0878963d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4105ab1d0878963d","status":"passed","time":{"start":1728042907564,"stop":1728042907564,"duration":0}},{"uid":"fd500b7a36542f0e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fd500b7a36542f0e","status":"passed","time":{"start":1728035469868,"stop":1728035469872,"duration":4}},{"uid":"1b8e3b4ef032063c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1b8e3b4ef032063c","status":"passed","time":{"start":1728033386379,"stop":1728033386380,"duration":1}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":14,"unknown":0,"total":15},"items":[{"uid":"1ca15b473adf836c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1ca15b473adf836c","status":"passed","time":{"start":1728086192497,"stop":1728086192502,"duration":5}},{"uid":"965bfe135dd9e9e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/965bfe135dd9e9e","status":"passed","time":{"start":1728085207468,"stop":1728085207468,"duration":0}},{"uid":"e5cb53fb5caf97c6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e5cb53fb5caf97c6","status":"passed","time":{"start":1728084038238,"stop":1728084038253,"duration":15}},{"uid":"2080f176e17bd230","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2080f176e17bd230","status":"passed","time":{"start":1728083118093,"stop":1728083118093,"duration":0}},{"uid":"3b00ef8c978cece6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3b00ef8c978cece6","status":"passed","time":{"start":1728082399690,"stop":1728082399691,"duration":1}},{"uid":"f0e16108387d76dd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f0e16108387d76dd","status":"passed","time":{"start":1728069237553,"stop":1728069237558,"duration":5}},{"uid":"e5bf991d6a95b7f9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e5bf991d6a95b7f9","status":"passed","time":{"start":1728068055907,"stop":1728068055907,"duration":0}},{"uid":"e6c6083fa3bb27b9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e6c6083fa3bb27b9","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728052528309,"stop":1728052528309,"duration":0}},{"uid":"a0a834576904e82e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a0a834576904e82e","status":"passed","time":{"start":1728043232153,"stop":1728043232153,"duration":0}},{"uid":"b959cd311354c76a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b959cd311354c76a","status":"passed","time":{"start":1728035844009,"stop":1728035844009,"duration":0}},{"uid":"3300565525954bd3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3300565525954bd3","status":"passed","time":{"start":1728033765870,"stop":1728033765870,"duration":0}},{"uid":"278476f9277b8094","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/278476f9277b8094","status":"passed","time":{"start":1728033382921,"stop":1728033382927,"duration":6}},{"uid":"27827248d1410a27","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/27827248d1410a27","status":"passed","time":{"start":1728032914480,"stop":1728032914481,"duration":1}},{"uid":"658976f4a5fc2aeb","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/658976f4a5fc2aeb","status":"passed","time":{"start":1728032550336,"stop":1728032550337,"duration":1}},{"uid":"340f85337e5e1664","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/340f85337e5e1664","status":"passed","time":{"start":1728032273985,"stop":1728032273986,"duration":1}}]},"640657ea456b58cb4748f6b642c86e42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ed4e100ae3943c8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4ed4e100ae3943c8","status":"passed","time":{"start":1728066313107,"stop":1728066313107,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"f2166dbb2db628d9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f2166dbb2db628d9","status":"passed","time":{"start":1728086203114,"stop":1728086203115,"duration":1}},{"uid":"7aa8a0d015600a3e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7aa8a0d015600a3e","status":"passed","time":{"start":1728085221330,"stop":1728085221331,"duration":1}},{"uid":"3ee184af4002b1b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3ee184af4002b1b","status":"passed","time":{"start":1728084029170,"stop":1728084029172,"duration":2}},{"uid":"697867dbf9d3484","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/697867dbf9d3484","status":"passed","time":{"start":1728083082995,"stop":1728083082997,"duration":2}},{"uid":"64171d9b64121b78","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/64171d9b64121b78","status":"passed","time":{"start":1728082390956,"stop":1728082390957,"duration":1}},{"uid":"78b437308ea5452a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/78b437308ea5452a","status":"passed","time":{"start":1728069248373,"stop":1728069248373,"duration":0}},{"uid":"b98cc707f83bbb6e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b98cc707f83bbb6e","status":"passed","time":{"start":1728068031250,"stop":1728068031250,"duration":0}},{"uid":"6c3666b88b1d726d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c3666b88b1d726d","status":"passed","time":{"start":1728066046601,"stop":1728066046604,"duration":3}},{"uid":"42058ea6265cb59f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/42058ea6265cb59f","status":"passed","time":{"start":1728066341475,"stop":1728066341475,"duration":0}},{"uid":"3431b5fab27e6bdf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3431b5fab27e6bdf","status":"passed","time":{"start":1728057209565,"stop":1728057209565,"duration":0}},{"uid":"4df9bc06c00c8506","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4df9bc06c00c8506","status":"passed","time":{"start":1728056305024,"stop":1728056305024,"duration":0}},{"uid":"dde160bd966843f3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dde160bd966843f3","status":"passed","time":{"start":1728056720928,"stop":1728056720929,"duration":1}},{"uid":"bae1359862c8d824","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/bae1359862c8d824","status":"passed","time":{"start":1728052606339,"stop":1728052606340,"duration":1}},{"uid":"b48cd814fcfbf880","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b48cd814fcfbf880","status":"passed","time":{"start":1728046448369,"stop":1728046448370,"duration":1}},{"uid":"cb4efe0674c4d421","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cb4efe0674c4d421","status":"passed","time":{"start":1728047258628,"stop":1728047258628,"duration":0}},{"uid":"22e61d8a938b2020","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/22e61d8a938b2020","status":"passed","time":{"start":1728043238292,"stop":1728043238293,"duration":1}},{"uid":"70e501d48d1206ab","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/70e501d48d1206ab","status":"passed","time":{"start":1728035872167,"stop":1728035872168,"duration":1}},{"uid":"838ac655b50092aa","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/838ac655b50092aa","status":"passed","time":{"start":1728033783668,"stop":1728033783668,"duration":0}},{"uid":"663aa6afe56d366e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/663aa6afe56d366e","status":"passed","time":{"start":1728033410925,"stop":1728033410926,"duration":1}},{"uid":"be4826e6d28a953a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/be4826e6d28a953a","status":"passed","time":{"start":1728032924205,"stop":1728032924208,"duration":3}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f845ad5860dc51c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f845ad5860dc51c3","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0}},{"uid":"f47814e103009b31","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f47814e103009b31","status":"passed","time":{"start":1728084885259,"stop":1728084885260,"duration":1}},{"uid":"bf2e8189e68c6ce6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bf2e8189e68c6ce6","status":"passed","time":{"start":1728083752749,"stop":1728083752749,"duration":0}},{"uid":"5eaf03d809c921d7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5eaf03d809c921d7","status":"passed","time":{"start":1728082815939,"stop":1728082815940,"duration":1}},{"uid":"8270b8b6ffdaf97f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8270b8b6ffdaf97f","status":"passed","time":{"start":1728082148004,"stop":1728082148005,"duration":1}},{"uid":"963ddf2144fab611","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/963ddf2144fab611","status":"passed","time":{"start":1728068916849,"stop":1728068916849,"duration":0}},{"uid":"631e649144adb53a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/631e649144adb53a","status":"passed","time":{"start":1728067793139,"stop":1728067793140,"duration":1}},{"uid":"f49a5660fe43f07c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f49a5660fe43f07c","status":"passed","time":{"start":1728065639909,"stop":1728065639909,"duration":0}},{"uid":"658c4c418b697301","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/658c4c418b697301","status":"passed","time":{"start":1728065929476,"stop":1728065929476,"duration":0}},{"uid":"2dc35b2fa5889861","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2dc35b2fa5889861","status":"passed","time":{"start":1728056820064,"stop":1728056820064,"duration":0}},{"uid":"f5a07099388c337b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f5a07099388c337b","status":"passed","time":{"start":1728055991712,"stop":1728055991712,"duration":0}},{"uid":"3e7975c4c473b1d9","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3e7975c4c473b1d9","status":"passed","time":{"start":1728056312132,"stop":1728056312132,"duration":0}},{"uid":"8d8c11c15c5d9f05","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8d8c11c15c5d9f05","status":"passed","time":{"start":1728055123421,"stop":1728055123421,"duration":0}},{"uid":"9abb61c56528c7d4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9abb61c56528c7d4","status":"passed","time":{"start":1728054102202,"stop":1728054102202,"duration":0}},{"uid":"29ef89fa914a8ea5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/29ef89fa914a8ea5","status":"passed","time":{"start":1728052379791,"stop":1728052379791,"duration":0}},{"uid":"ba9f32c3fcd23f2f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ba9f32c3fcd23f2f","status":"passed","time":{"start":1728046060555,"stop":1728046060555,"duration":0}},{"uid":"3d025c3e72d0d178","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3d025c3e72d0d178","status":"passed","time":{"start":1728046846365,"stop":1728046846365,"duration":0}},{"uid":"597e2be98ded0c02","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/597e2be98ded0c02","status":"passed","time":{"start":1728042916076,"stop":1728042916076,"duration":0}},{"uid":"9440f3380466cc07","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9440f3380466cc07","status":"passed","time":{"start":1728035478733,"stop":1728035478734,"duration":1}},{"uid":"e9665d5567711bba","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e9665d5567711bba","status":"passed","time":{"start":1728033395137,"stop":1728033395137,"duration":0}}]},"eb6b76eb0dd91d2f4971f27f31cf1e88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4640cb7ea8bbcf91","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4640cb7ea8bbcf91","status":"passed","time":{"start":1728085246292,"stop":1728085246292,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7440c8240b126e8a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7440c8240b126e8a","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0}},{"uid":"cc30e80eb53888e8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cc30e80eb53888e8","status":"passed","time":{"start":1728084912804,"stop":1728084912804,"duration":0}},{"uid":"98b18c1a4fc1d044","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/98b18c1a4fc1d044","status":"passed","time":{"start":1728083779185,"stop":1728083779186,"duration":1}},{"uid":"d849f271e199dd37","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d849f271e199dd37","status":"passed","time":{"start":1728082842491,"stop":1728082842491,"duration":0}},{"uid":"e08a431dc510844f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e08a431dc510844f","status":"passed","time":{"start":1728082174606,"stop":1728082174606,"duration":0}},{"uid":"49543439f12a0643","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/49543439f12a0643","status":"passed","time":{"start":1728068944101,"stop":1728068944101,"duration":0}},{"uid":"379106160ad1cd4b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/379106160ad1cd4b","status":"passed","time":{"start":1728067819596,"stop":1728067819596,"duration":0}},{"uid":"ad3240f6de8aa0ae","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ad3240f6de8aa0ae","status":"passed","time":{"start":1728065666455,"stop":1728065666455,"duration":0}},{"uid":"5e2d85d950c6c6c5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5e2d85d950c6c6c5","status":"passed","time":{"start":1728065956553,"stop":1728065956553,"duration":0}},{"uid":"b2c60631eb5eb95","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b2c60631eb5eb95","status":"passed","time":{"start":1728056846605,"stop":1728056846605,"duration":0}},{"uid":"812052da0100a976","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/812052da0100a976","status":"passed","time":{"start":1728056018683,"stop":1728056018683,"duration":0}},{"uid":"26b0a5c1fbc22b38","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/26b0a5c1fbc22b38","status":"passed","time":{"start":1728056338848,"stop":1728056338848,"duration":0}},{"uid":"d3e6a6fd5716e77d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d3e6a6fd5716e77d","status":"passed","time":{"start":1728055150282,"stop":1728055150282,"duration":0}},{"uid":"9fb36e3d4957b425","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9fb36e3d4957b425","status":"passed","time":{"start":1728054128971,"stop":1728054128971,"duration":0}},{"uid":"9889e3e8091eb43a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9889e3e8091eb43a","status":"passed","time":{"start":1728052406581,"stop":1728052406581,"duration":0}},{"uid":"280c4a23d156db85","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/280c4a23d156db85","status":"passed","time":{"start":1728046088077,"stop":1728046088077,"duration":0}},{"uid":"58f997f49a1305b4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/58f997f49a1305b4","status":"passed","time":{"start":1728046872793,"stop":1728046872794,"duration":1}},{"uid":"6244695db66817d2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6244695db66817d2","status":"passed","time":{"start":1728042942574,"stop":1728042942574,"duration":0}},{"uid":"4c4da5c7380fdd0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4c4da5c7380fdd0","status":"passed","time":{"start":1728035505607,"stop":1728035505608,"duration":1}},{"uid":"402103135c24d6c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/402103135c24d6c","status":"passed","time":{"start":1728033422548,"stop":1728033422549,"duration":1}}]},"ac649b858787e03c448e4c548874b1cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75c6cffa8a6c71c0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/75c6cffa8a6c71c0","status":"passed","time":{"start":1728058024173,"stop":1728058024173,"duration":0}}]},"b2f49b0c07c3a7114d206db0ef0f90ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b61d92753e465e46","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b61d92753e465e46","status":"passed","time":{"start":1728068055159,"stop":1728068055159,"duration":0}}]},"d7ac5f5434185f2eb6ded996a35d20e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa093440967daef0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/aa093440967daef0","status":"passed","time":{"start":1728035638306,"stop":1728035638306,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":16,"unknown":0,"total":24},"items":[{"uid":"eac8fe883b0d19cb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eac8fe883b0d19cb","status":"passed","time":{"start":1728086192488,"stop":1728086192489,"duration":1}},{"uid":"29169ceddd3b0378","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/29169ceddd3b0378","status":"passed","time":{"start":1728085207467,"stop":1728085207468,"duration":1}},{"uid":"75be61fdd1366804","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/75be61fdd1366804","status":"passed","time":{"start":1728084038230,"stop":1728084038237,"duration":7}},{"uid":"1a7b22602d09542b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1a7b22602d09542b","status":"passed","time":{"start":1728083118092,"stop":1728083118093,"duration":1}},{"uid":"811d146ccc52834e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/811d146ccc52834e","status":"passed","time":{"start":1728082399689,"stop":1728082399689,"duration":0}},{"uid":"b2997f3af6201a8b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b2997f3af6201a8b","status":"passed","time":{"start":1728069237552,"stop":1728069237553,"duration":1}},{"uid":"cbbf119240300166","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cbbf119240300166","status":"passed","time":{"start":1728068055906,"stop":1728068055906,"duration":0}},{"uid":"af8609061c6ce5e5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/af8609061c6ce5e5","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728065942795,"stop":1728065942796,"duration":1}},{"uid":"9f5fe046d97f57b2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9f5fe046d97f57b2","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728066232664,"stop":1728066232664,"duration":0}},{"uid":"fb627324cf40ccfd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fb627324cf40ccfd","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728057118864,"stop":1728057118864,"duration":0}},{"uid":"f5e1ff90837c9d77","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f5e1ff90837c9d77","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728056278237,"stop":1728056278237,"duration":0}},{"uid":"3a0e8d85888d609a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3a0e8d85888d609a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728056613366,"stop":1728056613366,"duration":0}},{"uid":"479036e177531242","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/479036e177531242","status":"passed","time":{"start":1728055394159,"stop":1728055394159,"duration":0}},{"uid":"ef9448fe1b212b48","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ef9448fe1b212b48","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728054371164,"stop":1728054371164,"duration":0}},{"uid":"af6b7c8e9212d9fb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/af6b7c8e9212d9fb","status":"passed","time":{"start":1728052528308,"stop":1728052528308,"duration":0}},{"uid":"ae82a2118803cbea","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ae82a2118803cbea","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728046336217,"stop":1728046336217,"duration":0}},{"uid":"d5b75ca29f0ebbfc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d5b75ca29f0ebbfc","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728047149350,"stop":1728047149351,"duration":1}},{"uid":"82991f772edc3680","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/82991f772edc3680","status":"passed","time":{"start":1728043232152,"stop":1728043232152,"duration":0}},{"uid":"b2d1906ab607c00a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b2d1906ab607c00a","status":"passed","time":{"start":1728035844003,"stop":1728035844003,"duration":0}},{"uid":"3650506a5176f18e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3650506a5176f18e","status":"passed","time":{"start":1728033765869,"stop":1728033765869,"duration":0}}]},"e778c7443e34e80539904ea32654009b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"dc141001f5a083d4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dc141001f5a083d4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755689,"stop":1728049755689,"duration":0}}]},"d362af7d7c2d9b02bcd315e1c79bdf57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0842461705c7f9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c0842461705c7f9","status":"passed","time":{"start":1728033440729,"stop":1728033440730,"duration":1}}]},"667ee31d4e73553f20f6fc4ad9d94c95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"459cc049e38272d1","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/459cc049e38272d1","status":"passed","time":{"start":1728032550036,"stop":1728032550036,"duration":0}}]},"06d8223ed71e1769c1a8ce1951d0048c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9290a6f957045b6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b9290a6f957045b6","status":"passed","time":{"start":1728069077466,"stop":1728069077471,"duration":5}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":17,"unknown":0,"total":23},"items":[{"uid":"a68e08d723660d46","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a68e08d723660d46","status":"passed","time":{"start":1728086032734,"stop":1728086032735,"duration":1}},{"uid":"8a5f1ae0f9d55bb8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8a5f1ae0f9d55bb8","status":"passed","time":{"start":1728085050211,"stop":1728085050212,"duration":1}},{"uid":"7697ecd02ee40278","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7697ecd02ee40278","status":"passed","time":{"start":1728083903357,"stop":1728083903357,"duration":0}},{"uid":"69219cd8ee2aa9dd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/69219cd8ee2aa9dd","status":"passed","time":{"start":1728082964217,"stop":1728082964217,"duration":0}},{"uid":"e68f8281b8a09fcd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e68f8281b8a09fcd","status":"passed","time":{"start":1728082280680,"stop":1728082280680,"duration":0}},{"uid":"f57dcbcb14415dc7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f57dcbcb14415dc7","status":"passed","time":{"start":1728069077434,"stop":1728069077435,"duration":1}},{"uid":"1b9f5bf86dea7dc","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1b9f5bf86dea7dc","status":"passed","time":{"start":1728067917846,"stop":1728067917846,"duration":0}},{"uid":"b56973c7ec5f5fb4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b56973c7ec5f5fb4","status":"passed","time":{"start":1728065788132,"stop":1728065788133,"duration":1}},{"uid":"357502a2e46cbdf0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/357502a2e46cbdf0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728066076340,"stop":1728066076340,"duration":0}},{"uid":"a59d8045858873cf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a59d8045858873cf","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728056965591,"stop":1728056965592,"duration":1}},{"uid":"3390c43da71d7609","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3390c43da71d7609","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728056139250,"stop":1728056139250,"duration":0}},{"uid":"28120f0c9ab4e30c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/28120f0c9ab4e30c","status":"passed","time":{"start":1728056458818,"stop":1728056458818,"duration":0}},{"uid":"d1042d4caefbe859","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d1042d4caefbe859","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728055269320,"stop":1728055269321,"duration":1}},{"uid":"dc30698c39658fd","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/dc30698c39658fd","status":"passed","time":{"start":1728054249327,"stop":1728054249327,"duration":0}},{"uid":"110afd5577c311c1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/110afd5577c311c1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728046197562,"stop":1728046197564,"duration":2}},{"uid":"1a31095cc5d45bb7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1a31095cc5d45bb7","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728046992147,"stop":1728046992147,"duration":0}},{"uid":"682d64bb5b88ac7c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/682d64bb5b88ac7c","status":"passed","time":{"start":1728043075245,"stop":1728043075245,"duration":0}},{"uid":"1a52b4e789be80fe","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1a52b4e789be80fe","status":"passed","time":{"start":1728035638279,"stop":1728035638283,"duration":4}},{"uid":"f16f08c130da828e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f16f08c130da828e","status":"passed","time":{"start":1728033557500,"stop":1728033557503,"duration":3}},{"uid":"e9e4331df88616f3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e9e4331df88616f3","status":"passed","time":{"start":1728033182509,"stop":1728033182511,"duration":2}}]},"88b1ca5003d720ff45b5b672f94e8f6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e3c441b89318821","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6e3c441b89318821","status":"passed","time":{"start":1728032614674,"stop":1728032614675,"duration":1}}]},"84cea4a2caf08ed21b3c2fc3bec26f24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96a1e8f399110ac6","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/96a1e8f399110ac6","status":"passed","time":{"start":1728032304567,"stop":1728032304567,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"9a8e3e18eb12f25e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9a8e3e18eb12f25e","status":"passed","time":{"start":1728086196551,"stop":1728086196551,"duration":0}},{"uid":"139ee5967dd1fa70","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/139ee5967dd1fa70","status":"passed","time":{"start":1728085210781,"stop":1728085210781,"duration":0}},{"uid":"55183556d1f51076","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/55183556d1f51076","status":"passed","time":{"start":1728084019215,"stop":1728084019217,"duration":2}},{"uid":"4553b30f83873acc","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4553b30f83873acc","status":"passed","time":{"start":1728083073181,"stop":1728083073181,"duration":0}},{"uid":"c917ee297d4dc7d1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c917ee297d4dc7d1","status":"passed","time":{"start":1728082380601,"stop":1728082380602,"duration":1}},{"uid":"65a659694d8ca0a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/65a659694d8ca0a3","status":"passed","time":{"start":1728069243908,"stop":1728069243908,"duration":0}},{"uid":"2d2ad30e54120ccf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2d2ad30e54120ccf","status":"passed","time":{"start":1728068023976,"stop":1728068023976,"duration":0}},{"uid":"256d27abe3046ccd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/256d27abe3046ccd","status":"passed","time":{"start":1728066039427,"stop":1728066039427,"duration":0}},{"uid":"c8ef3d40bbb7c079","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c8ef3d40bbb7c079","status":"passed","time":{"start":1728066332298,"stop":1728066332298,"duration":0}},{"uid":"8499c9475c96fb11","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8499c9475c96fb11","status":"passed","time":{"start":1728057201499,"stop":1728057201500,"duration":1}},{"uid":"e58678637f7592cf","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e58678637f7592cf","status":"passed","time":{"start":1728056297748,"stop":1728056297748,"duration":0}},{"uid":"20a8b8c029641676","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/20a8b8c029641676","status":"passed","time":{"start":1728056712670,"stop":1728056712670,"duration":0}},{"uid":"b0df6b7aa81da8ae","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b0df6b7aa81da8ae","status":"passed","time":{"start":1728046441176,"stop":1728046441176,"duration":0}},{"uid":"36283286cc5f51ea","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/36283286cc5f51ea","status":"passed","time":{"start":1728047249310,"stop":1728047249311,"duration":1}},{"uid":"ec570fabcecbce6e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ec570fabcecbce6e","status":"passed","time":{"start":1728043229820,"stop":1728043229837,"duration":17}},{"uid":"f748cea599b8c7fa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f748cea599b8c7fa","status":"passed","time":{"start":1728035863629,"stop":1728035863630,"duration":1}},{"uid":"55ba5b2e83b61fe2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/55ba5b2e83b61fe2","status":"passed","time":{"start":1728033776179,"stop":1728033776180,"duration":1}},{"uid":"f69187fe2a76e9e8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f69187fe2a76e9e8","status":"passed","time":{"start":1728033398516,"stop":1728033398516,"duration":0}},{"uid":"dd69465568380f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/dd69465568380f","status":"passed","time":{"start":1728032910525,"stop":1728032910526,"duration":1}},{"uid":"4f07dd4ffa59623","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4f07dd4ffa59623","status":"passed","time":{"start":1728032542832,"stop":1728032542832,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"888483b4b7a158e0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/888483b4b7a158e0","status":"passed","time":{"start":1728085864158,"stop":1728085864159,"duration":1}},{"uid":"f27b2a79a245ce02","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f27b2a79a245ce02","status":"passed","time":{"start":1728084876387,"stop":1728084876387,"duration":0}},{"uid":"7e98a6603b83b3cf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7e98a6603b83b3cf","status":"passed","time":{"start":1728083744344,"stop":1728083744344,"duration":0}},{"uid":"9fab437d612c86c4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9fab437d612c86c4","status":"passed","time":{"start":1728082807437,"stop":1728082807437,"duration":0}},{"uid":"a08039af8f0b9fcc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a08039af8f0b9fcc","status":"passed","time":{"start":1728082139304,"stop":1728082139304,"duration":0}},{"uid":"74d7472831c9275c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/74d7472831c9275c","status":"passed","time":{"start":1728068908043,"stop":1728068908043,"duration":0}},{"uid":"f432e1d734015be0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f432e1d734015be0","status":"passed","time":{"start":1728067784699,"stop":1728067784699,"duration":0}},{"uid":"6c5de5ac83b08733","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c5de5ac83b08733","status":"passed","time":{"start":1728065631502,"stop":1728065631502,"duration":0}},{"uid":"4d2f70622c8dcf23","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4d2f70622c8dcf23","status":"passed","time":{"start":1728065920813,"stop":1728065920814,"duration":1}},{"uid":"41b0c14f8284c075","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/41b0c14f8284c075","status":"passed","time":{"start":1728056811572,"stop":1728056811572,"duration":0}},{"uid":"1f2ad50e9e9249b9","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1f2ad50e9e9249b9","status":"passed","time":{"start":1728055983129,"stop":1728055983129,"duration":0}},{"uid":"cac30af955d349c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cac30af955d349c","status":"passed","time":{"start":1728056303673,"stop":1728056303673,"duration":0}},{"uid":"a6a3cc97f779f31f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a6a3cc97f779f31f","status":"passed","time":{"start":1728055114801,"stop":1728055114801,"duration":0}},{"uid":"c024065e8423dcd1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c024065e8423dcd1","status":"passed","time":{"start":1728054093587,"stop":1728054093587,"duration":0}},{"uid":"f6da2e94cb384ec9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f6da2e94cb384ec9","status":"passed","time":{"start":1728052371171,"stop":1728052371171,"duration":0}},{"uid":"aa3744538be5382c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/aa3744538be5382c","status":"passed","time":{"start":1728046051711,"stop":1728046051711,"duration":0}},{"uid":"796016c4db3938d9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/796016c4db3938d9","status":"passed","time":{"start":1728046837799,"stop":1728046837800,"duration":1}},{"uid":"b6fd4c346611fc4c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b6fd4c346611fc4c","status":"passed","time":{"start":1728042907572,"stop":1728042907572,"duration":0}},{"uid":"b77c070a1b91dda1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b77c070a1b91dda1","status":"passed","time":{"start":1728035469875,"stop":1728035469875,"duration":0}},{"uid":"4238e115d1c7f02a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4238e115d1c7f02a","status":"passed","time":{"start":1728033386383,"stop":1728033386383,"duration":0}}]},"5c2724e4f6dfaeb1c59a2c2566736e4b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9eb5729ffc5a4f80","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9eb5729ffc5a4f80","status":"passed","time":{"start":1728067440372,"stop":1728067440373,"duration":1}}]},"0a5a60ff555650d0deb6bff33572d0c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"415ec69724ffc020","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/415ec69724ffc020","status":"passed","time":{"start":1728035911103,"stop":1728035911103,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"de64bce642fb0d5a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/de64bce642fb0d5a","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0}},{"uid":"4c934afd92799409","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4c934afd92799409","status":"passed","time":{"start":1728085269094,"stop":1728085269095,"duration":1}},{"uid":"cf1996c0bb5014e5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cf1996c0bb5014e5","status":"passed","time":{"start":1728069312650,"stop":1728069312650,"duration":0}},{"uid":"e61526c440675a4b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e61526c440675a4b","status":"passed","time":{"start":1728046423466,"stop":1728046423466,"duration":0}},{"uid":"61e25dc237a71df9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/61e25dc237a71df9","status":"passed","time":{"start":1728043297211,"stop":1728043297213,"duration":2}},{"uid":"3aa7a7a3a4fb728","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3aa7a7a3a4fb728","status":"passed","time":{"start":1728035880196,"stop":1728035880196,"duration":0}},{"uid":"bb4df6a3e0644fda","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bb4df6a3e0644fda","status":"passed","time":{"start":1728033788850,"stop":1728033788851,"duration":1}},{"uid":"4c4d93639ff9821","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4c4d93639ff9821","status":"passed","time":{"start":1728033423667,"stop":1728033423667,"duration":0}},{"uid":"43d4cbaf8ec84ede","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/43d4cbaf8ec84ede","status":"passed","time":{"start":1728032985179,"stop":1728032985180,"duration":1}},{"uid":"45f655fe13a22596","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/45f655fe13a22596","status":"passed","time":{"start":1728032614963,"stop":1728032614963,"duration":0}},{"uid":"4ee880a91869df6d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4ee880a91869df6d","status":"passed","time":{"start":1728032348438,"stop":1728032348438,"duration":0}}]},"4d9b3a2131855d54fca8e9c5c878df47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"586bb42d543d1c1c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/586bb42d543d1c1c","status":"passed","time":{"start":1728047258629,"stop":1728047258629,"duration":0}}]},"5a394b33ea3444bfa22bb690af0845e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9954e6ae23a8657","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9954e6ae23a8657","status":"passed","time":{"start":1728082964235,"stop":1728082964236,"duration":1}}]},"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"19d349984aacf1e7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/19d349984aacf1e7","status":"passed","time":{"start":1728086150804,"stop":1728086150805,"duration":1}},{"uid":"a8b396f085bb0ab4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a8b396f085bb0ab4","status":"passed","time":{"start":1728085165552,"stop":1728085165552,"duration":0}},{"uid":"3ca2781cf350e15","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3ca2781cf350e15","status":"passed","time":{"start":1728083991605,"stop":1728083991606,"duration":1}},{"uid":"d939cb642a7473f3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d939cb642a7473f3","status":"passed","time":{"start":1728083028061,"stop":1728083028061,"duration":0}},{"uid":"5ab165e9f41e03a6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5ab165e9f41e03a6","status":"passed","time":{"start":1728082357537,"stop":1728082357537,"duration":0}},{"uid":"355e257b9d62705a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/355e257b9d62705a","status":"passed","time":{"start":1728069194234,"stop":1728069194235,"duration":1}},{"uid":"1a89890d93d79e61","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1a89890d93d79e61","status":"passed","time":{"start":1728067984178,"stop":1728067984178,"duration":0}},{"uid":"a11b3e85fd3d7287","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a11b3e85fd3d7287","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548725,"stop":1728066548725,"duration":0}},{"uid":"3ed8e3adb1141ffe","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3ed8e3adb1141ffe","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835734,"stop":1728066835734,"duration":0}},{"uid":"3c43efc1fc69309","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3c43efc1fc69309","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726223,"stop":1728057726223,"duration":0}},{"uid":"3da9f1dd5f97c45a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3da9f1dd5f97c45a","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209780,"stop":1728057209780,"duration":0}},{"uid":"9f49208408590391","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9f49208408590391","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965601,"stop":1728046965601,"duration":0}},{"uid":"38ecf9b808622601","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/38ecf9b808622601","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762419,"stop":1728047762419,"duration":0}},{"uid":"c2f5bc1a24e32162","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c2f5bc1a24e32162","status":"passed","time":{"start":1728043179157,"stop":1728043179158,"duration":1}},{"uid":"a1332d0477c9c532","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a1332d0477c9c532","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035952273,"stop":1728035952273,"duration":0}},{"uid":"6adcf0ad32fe4ffb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6adcf0ad32fe4ffb","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033874157,"stop":1728033874158,"duration":1}},{"uid":"734315d27b52f2e6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/734315d27b52f2e6","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033497573,"stop":1728033497574,"duration":1}},{"uid":"ffa5f5d7f87926d0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ffa5f5d7f87926d0","status":"passed","time":{"start":1728032861203,"stop":1728032861203,"duration":0}},{"uid":"216d8dc24f29bf83","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/216d8dc24f29bf83","status":"passed","time":{"start":1728032518180,"stop":1728032518180,"duration":0}},{"uid":"8dd0c84ec081080a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8dd0c84ec081080a","status":"passed","time":{"start":1728032218326,"stop":1728032218326,"duration":0}}]},"f107bd76bedb84f657da3e4bbbb928b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4905de5f19dea5e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f4905de5f19dea5e","status":"passed","time":{"start":1728085246292,"stop":1728085246293,"duration":1}}]},"2353d31ffd07f60fd96ef341e94bc534:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15e4fd98f8fad82e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/15e4fd98f8fad82e","status":"passed","time":{"start":1728056305028,"stop":1728056305029,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"6122dc25952d4e09","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6122dc25952d4e09","status":"passed","time":{"start":1728086280291,"stop":1728086280292,"duration":1}},{"uid":"6d5e0a2310afdf21","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6d5e0a2310afdf21","status":"passed","time":{"start":1728085297164,"stop":1728085297164,"duration":0}},{"uid":"76070cdd4fa8e227","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/76070cdd4fa8e227","status":"passed","time":{"start":1728084101596,"stop":1728084101596,"duration":0}},{"uid":"e8a4be55d4a8c5f0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e8a4be55d4a8c5f0","status":"passed","time":{"start":1728083169856,"stop":1728083169857,"duration":1}},{"uid":"b7395ff5acedff18","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b7395ff5acedff18","status":"passed","time":{"start":1728082475839,"stop":1728082475840,"duration":1}},{"uid":"c127c7b936de47af","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c127c7b936de47af","status":"passed","time":{"start":1728069329391,"stop":1728069329392,"duration":1}},{"uid":"d8d6ed655b6dbbab","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d8d6ed655b6dbbab","status":"passed","time":{"start":1728068125737,"stop":1728068125738,"duration":1}},{"uid":"9e99e582486f2763","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9e99e582486f2763","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/page_size.node.spec.ts)","time":{"start":1728066277164,"stop":1728066277165,"duration":1}},{"uid":"b16b8d013850365e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b16b8d013850365e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/page_size.node.spec.ts)","time":{"start":1728066594376,"stop":1728066594376,"duration":0}},{"uid":"ce00ad612af6e72d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ce00ad612af6e72d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/page_size.node.spec.ts)","time":{"start":1728057456107,"stop":1728057456109,"duration":2}},{"uid":"73ce3ad4f42c8427","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/73ce3ad4f42c8427","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/page_size.node.spec.ts)","time":{"start":1728056553718,"stop":1728056553718,"duration":0}},{"uid":"6132aa2f7c1dec4b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6132aa2f7c1dec4b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/page_size.node.spec.ts)","time":{"start":1728056987292,"stop":1728056987292,"duration":0}},{"uid":"caedd30a6db27d76","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/caedd30a6db27d76","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/page_size.node.spec.ts)","time":{"start":1728052831618,"stop":1728052831619,"duration":1}},{"uid":"a621ae6bcfa4bfd4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a621ae6bcfa4bfd4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/page_size.node.spec.ts)","time":{"start":1728046731154,"stop":1728046731155,"duration":1}},{"uid":"f9727e85a66a6cba","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f9727e85a66a6cba","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/page_size.node.spec.ts)","time":{"start":1728047511622,"stop":1728047511623,"duration":1}},{"uid":"a47c58597d11d8de","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a47c58597d11d8de","status":"passed","time":{"start":1728043317191,"stop":1728043317192,"duration":1}},{"uid":"e76e5a2366c7a363","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e76e5a2366c7a363","status":"passed","time":{"start":1728035933003,"stop":1728035933004,"duration":1}},{"uid":"5e343dfcda07f048","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5e343dfcda07f048","status":"passed","time":{"start":1728033847977,"stop":1728033847978,"duration":1}},{"uid":"d9ff4c687127a6c9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d9ff4c687127a6c9","status":"passed","time":{"start":1728033470891,"stop":1728033470893,"duration":2}},{"uid":"d7fc06152c109e1e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d7fc06152c109e1e","status":"passed","time":{"start":1728033006387,"stop":1728033006389,"duration":2}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":16,"unknown":0,"total":23},"items":[{"uid":"ba04e3f111fd5993","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ba04e3f111fd5993","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0}},{"uid":"8bb1abd77e38ce6a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8bb1abd77e38ce6a","status":"passed","time":{"start":1728085011929,"stop":1728085011930,"duration":1}},{"uid":"78f72e9687beac40","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/78f72e9687beac40","status":"passed","time":{"start":1728083868148,"stop":1728083868148,"duration":0}},{"uid":"51be71958c65916","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/51be71958c65916","status":"passed","time":{"start":1728082931944,"stop":1728082931944,"duration":0}},{"uid":"85901d82d82848fd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/85901d82d82848fd","status":"passed","time":{"start":1728082258401,"stop":1728082258402,"duration":1}},{"uid":"5040361f1d82b2a2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5040361f1d82b2a2","status":"passed","time":{"start":1728069041427,"stop":1728069041428,"duration":1}},{"uid":"d60b870e20430d99","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d60b870e20430d99","status":"passed","time":{"start":1728067910741,"stop":1728067910741,"duration":0}},{"uid":"f31f7f97679ceb31","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f31f7f97679ceb31","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728065826451,"stop":1728065826451,"duration":0}},{"uid":"91b3a73fa8be9880","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/91b3a73fa8be9880","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728066114957,"stop":1728066114957,"duration":0}},{"uid":"2a7cc5eed455491","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2a7cc5eed455491","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728057004687,"stop":1728057004688,"duration":1}},{"uid":"de2d804174bbfd9f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/de2d804174bbfd9f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728056177849,"stop":1728056177850,"duration":1}},{"uid":"a79d79ea880c773c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a79d79ea880c773c","status":"passed","time":{"start":1728056499120,"stop":1728056499121,"duration":1}},{"uid":"5761548f2c30d6e3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/5761548f2c30d6e3","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728055274446,"stop":1728055274446,"duration":0}},{"uid":"3e623b364f96d6c1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3e623b364f96d6c1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728054252949,"stop":1728054252949,"duration":0}},{"uid":"1d89a5c177649427","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1d89a5c177649427","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728046215093,"stop":1728046215093,"duration":0}},{"uid":"8076418af3152c87","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8076418af3152c87","status":"passed","time":{"start":1728047034191,"stop":1728047034192,"duration":1}},{"uid":"8fd5824814fac095","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8fd5824814fac095","status":"passed","time":{"start":1728043037101,"stop":1728043037101,"duration":0}},{"uid":"875aef8a89f44f11","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/875aef8a89f44f11","status":"passed","time":{"start":1728035598943,"stop":1728035598944,"duration":1}},{"uid":"f299edfd3ab96841","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f299edfd3ab96841","status":"passed","time":{"start":1728033517692,"stop":1728033517692,"duration":0}},{"uid":"ba5bbfd1327ad856","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ba5bbfd1327ad856","status":"passed","time":{"start":1728033142464,"stop":1728033142464,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"547fe44936b18ddd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/547fe44936b18ddd","status":"passed","time":{"start":1728085898292,"stop":1728085898292,"duration":0}},{"uid":"9341d5ef3c2e936b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9341d5ef3c2e936b","status":"passed","time":{"start":1728084911673,"stop":1728084911673,"duration":0}},{"uid":"cc0c6ede4e8d2325","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cc0c6ede4e8d2325","status":"passed","time":{"start":1728083777951,"stop":1728083777951,"duration":0}},{"uid":"b49c2d105eaf34c1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b49c2d105eaf34c1","status":"passed","time":{"start":1728082841369,"stop":1728082841369,"duration":0}},{"uid":"8da7e3debd67d219","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8da7e3debd67d219","status":"passed","time":{"start":1728082173430,"stop":1728082173430,"duration":0}},{"uid":"853841b1412eb9c4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/853841b1412eb9c4","status":"passed","time":{"start":1728068943041,"stop":1728068943041,"duration":0}},{"uid":"71e0ff0de7112b64","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/71e0ff0de7112b64","status":"passed","time":{"start":1728067818414,"stop":1728067818414,"duration":0}},{"uid":"7ceac6cbad953293","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ceac6cbad953293","status":"passed","time":{"start":1728065665328,"stop":1728065665329,"duration":1}},{"uid":"d5fae68f93029fb2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d5fae68f93029fb2","status":"passed","time":{"start":1728065955305,"stop":1728065955305,"duration":0}},{"uid":"35752c9772636153","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/35752c9772636153","status":"passed","time":{"start":1728056845471,"stop":1728056845472,"duration":1}},{"uid":"27eaec0b58065e78","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/27eaec0b58065e78","status":"passed","time":{"start":1728056017369,"stop":1728056017369,"duration":0}},{"uid":"1c471f0b7f7d0b85","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1c471f0b7f7d0b85","status":"passed","time":{"start":1728056337631,"stop":1728056337631,"duration":0}},{"uid":"9134592eb1ca7f0d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9134592eb1ca7f0d","status":"passed","time":{"start":1728055149212,"stop":1728055149212,"duration":0}},{"uid":"18a3382aaf32b799","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/18a3382aaf32b799","status":"passed","time":{"start":1728054127839,"stop":1728054127839,"duration":0}},{"uid":"fd9235666cd7eca1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/fd9235666cd7eca1","status":"passed","time":{"start":1728052405247,"stop":1728052405248,"duration":1}},{"uid":"3caa39ff6b42dd54","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3caa39ff6b42dd54","status":"passed","time":{"start":1728046086766,"stop":1728046086766,"duration":0}},{"uid":"89091a1af0485c6f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/89091a1af0485c6f","status":"passed","time":{"start":1728046871602,"stop":1728046871602,"duration":0}},{"uid":"d6aa74cb885bb8f8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d6aa74cb885bb8f8","status":"passed","time":{"start":1728042941313,"stop":1728042941314,"duration":1}},{"uid":"b1bd041b81a39c90","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b1bd041b81a39c90","status":"passed","time":{"start":1728035504603,"stop":1728035504604,"duration":1}},{"uid":"168e3fe82ff88aa7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/168e3fe82ff88aa7","status":"passed","time":{"start":1728033421188,"stop":1728033421189,"duration":1}}]},"8bdb2e96f9fe5e60de57c6623d941d30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b5f29d4a0e6a2da","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8b5f29d4a0e6a2da","status":"passed","time":{"start":1728085277870,"stop":1728085277871,"duration":1}}]},"558460c85dd183df218ad48cf7b7449d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3bcd59f9a866436","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c3bcd59f9a866436","status":"passed","time":{"start":1728032582956,"stop":1728032582957,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"642ca5d72a5e70bc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/642ca5d72a5e70bc","status":"passed","time":{"start":1728085959890,"stop":1728085959891,"duration":1}},{"uid":"b0ebef43b102edb8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b0ebef43b102edb8","status":"passed","time":{"start":1728084975157,"stop":1728084975157,"duration":0}},{"uid":"58965626ba1c4293","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/58965626ba1c4293","status":"passed","time":{"start":1728083840310,"stop":1728083840310,"duration":0}},{"uid":"48b074722656c3b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/48b074722656c3b","status":"passed","time":{"start":1728082904552,"stop":1728082904553,"duration":1}},{"uid":"436b25d4d970e7e5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/436b25d4d970e7e5","status":"passed","time":{"start":1728082231757,"stop":1728082231757,"duration":0}},{"uid":"44cc098237f4d714","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/44cc098237f4d714","status":"passed","time":{"start":1728069007053,"stop":1728069007053,"duration":0}},{"uid":"a5c18ee09deb6712","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a5c18ee09deb6712","status":"passed","time":{"start":1728067881288,"stop":1728067881288,"duration":0}},{"uid":"1ba7e44d9d9433c0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1ba7e44d9d9433c0","status":"passed","time":{"start":1728043003476,"stop":1728043003478,"duration":2}},{"uid":"2bbca1c949b601aa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2bbca1c949b601aa","status":"passed","time":{"start":1728035564546,"stop":1728035564547,"duration":1}},{"uid":"21603c8ad68a11e5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/21603c8ad68a11e5","status":"passed","time":{"start":1728033486526,"stop":1728033486527,"duration":1}},{"uid":"e30058b3ec692ef9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e30058b3ec692ef9","status":"passed","time":{"start":1728033108529,"stop":1728033108529,"duration":0}},{"uid":"9316e962b23cf964","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9316e962b23cf964","status":"passed","time":{"start":1728032680912,"stop":1728032680912,"duration":0}},{"uid":"1db3e15821011401","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1db3e15821011401","status":"passed","time":{"start":1728032317289,"stop":1728032317289,"duration":0}},{"uid":"77fa45acba80bdee","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/77fa45acba80bdee","status":"passed","time":{"start":1728032036596,"stop":1728032036597,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6d7cb59ed5c9664","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e6d7cb59ed5c9664","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0}},{"uid":"e2519b15cab6e1aa","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e2519b15cab6e1aa","status":"passed","time":{"start":1728085184642,"stop":1728085184643,"duration":1}},{"uid":"3d10d4b9ff49daa9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3d10d4b9ff49daa9","status":"passed","time":{"start":1728084018351,"stop":1728084018351,"duration":0}},{"uid":"b7c63a365887a8c9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b7c63a365887a8c9","status":"passed","time":{"start":1728083065667,"stop":1728083065668,"duration":1}},{"uid":"35d0a0c28f5ada11","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/35d0a0c28f5ada11","status":"passed","time":{"start":1728069218828,"stop":1728069218829,"duration":1}},{"uid":"2672b4349f110515","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2672b4349f110515","status":"passed","time":{"start":1728046261826,"stop":1728046261826,"duration":0}},{"uid":"b0f6764745085d9f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b0f6764745085d9f","status":"passed","time":{"start":1728043204078,"stop":1728043204079,"duration":1}},{"uid":"32e12a31640aa413","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/32e12a31640aa413","status":"passed","time":{"start":1728035785872,"stop":1728035785872,"duration":0}},{"uid":"fc51742c8fcee44d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fc51742c8fcee44d","status":"passed","time":{"start":1728033696342,"stop":1728033696343,"duration":1}},{"uid":"8177210e99f8b3f3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8177210e99f8b3f3","status":"passed","time":{"start":1728033319488,"stop":1728033319488,"duration":0}},{"uid":"c51982419e558deb","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c51982419e558deb","status":"passed","time":{"start":1728032886551,"stop":1728032886552,"duration":1}},{"uid":"59a18018b80f7802","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/59a18018b80f7802","status":"passed","time":{"start":1728032520630,"stop":1728032520630,"duration":0}},{"uid":"748cd41ab8ed63e7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/748cd41ab8ed63e7","status":"passed","time":{"start":1728032252770,"stop":1728032252770,"duration":0}}]},"38529a748c04d5c3a2bfb93cac9b7c32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5775ea1d2ea2b7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e5775ea1d2ea2b7","status":"passed","time":{"start":1728033765895,"stop":1728033765896,"duration":1}}]},"9a7cc5152baccff7100c5a86d080c7d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb5edb730e81f372","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cb5edb730e81f372","status":"passed","time":{"start":1728082422910,"stop":1728082422910,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b212105f62c1486b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b212105f62c1486b","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0}},{"uid":"6b8d1db2a3a13f3c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6b8d1db2a3a13f3c","status":"passed","time":{"start":1728085184616,"stop":1728085184619,"duration":3}},{"uid":"596df4fd0f0c86b3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/596df4fd0f0c86b3","status":"passed","time":{"start":1728084018343,"stop":1728084018343,"duration":0}},{"uid":"3c2450ce8213c0a8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3c2450ce8213c0a8","status":"passed","time":{"start":1728083065658,"stop":1728083065658,"duration":0}},{"uid":"be8c5239d186cf74","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/be8c5239d186cf74","status":"passed","time":{"start":1728069218812,"stop":1728069218813,"duration":1}},{"uid":"f2ee12d532b7ca2d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f2ee12d532b7ca2d","status":"passed","time":{"start":1728046261809,"stop":1728046261809,"duration":0}},{"uid":"2bc8bd29017544ba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2bc8bd29017544ba","status":"passed","time":{"start":1728043204067,"stop":1728043204068,"duration":1}},{"uid":"c1b19ef4c67f9268","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c1b19ef4c67f9268","status":"passed","time":{"start":1728035785863,"stop":1728035785863,"duration":0}},{"uid":"7b1644438e10dec4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7b1644438e10dec4","status":"passed","time":{"start":1728033696323,"stop":1728033696323,"duration":0}},{"uid":"89336bee97757663","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/89336bee97757663","status":"passed","time":{"start":1728033319473,"stop":1728033319473,"duration":0}},{"uid":"fac93e5fb5b80917","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/fac93e5fb5b80917","status":"passed","time":{"start":1728032886541,"stop":1728032886541,"duration":0}},{"uid":"ea3032f6e2484425","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ea3032f6e2484425","status":"passed","time":{"start":1728032520621,"stop":1728032520621,"duration":0}},{"uid":"9ec892bfc0a6116f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/9ec892bfc0a6116f","status":"passed","time":{"start":1728032252760,"stop":1728032252761,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"262d8467400c52ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/262d8467400c52ed","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0}},{"uid":"4d01d42d3748d2ac","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4d01d42d3748d2ac","status":"passed","time":{"start":1728085269076,"stop":1728085269077,"duration":1}},{"uid":"c8183ded105836de","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c8183ded105836de","status":"passed","time":{"start":1728069312629,"stop":1728069312629,"duration":0}},{"uid":"bceaeb065de5d69f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bceaeb065de5d69f","status":"passed","time":{"start":1728046423434,"stop":1728046423434,"duration":0}},{"uid":"c4e847ff984977df","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c4e847ff984977df","status":"passed","time":{"start":1728043297175,"stop":1728043297175,"duration":0}},{"uid":"43324fa1608a268c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/43324fa1608a268c","status":"passed","time":{"start":1728035880146,"stop":1728035880147,"duration":1}},{"uid":"9281df50f371da54","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9281df50f371da54","status":"passed","time":{"start":1728033788804,"stop":1728033788804,"duration":0}},{"uid":"ba3321484af39793","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ba3321484af39793","status":"passed","time":{"start":1728033423626,"stop":1728033423626,"duration":0}},{"uid":"3fc3630fb2b585ff","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3fc3630fb2b585ff","status":"passed","time":{"start":1728032985112,"stop":1728032985112,"duration":0}},{"uid":"89a79c0c25445680","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/89a79c0c25445680","status":"passed","time":{"start":1728032614936,"stop":1728032614936,"duration":0}},{"uid":"2edeea8094c4d36","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2edeea8094c4d36","status":"passed","time":{"start":1728032348370,"stop":1728032348371,"duration":1}}]},"aedea5a8fad0e1e55e7f18fb2c9d542c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3305f15e49c71407","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3305f15e49c71407","status":"passed","time":{"start":1728043269961,"stop":1728043269962,"duration":1}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c2b96aeec012cb74","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2b96aeec012cb74","status":"passed","time":{"start":1728086033897,"stop":1728086033898,"duration":1}},{"uid":"ce7f2a8617e31768","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ce7f2a8617e31768","status":"passed","time":{"start":1728085047248,"stop":1728085047248,"duration":0}},{"uid":"e4c738a63d399702","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e4c738a63d399702","status":"passed","time":{"start":1728083902773,"stop":1728083902773,"duration":0}},{"uid":"2aec1b2e3b8f8b45","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2aec1b2e3b8f8b45","status":"passed","time":{"start":1728082961508,"stop":1728082961509,"duration":1}},{"uid":"81d822e3d80c9581","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/81d822e3d80c9581","status":"passed","time":{"start":1728082284027,"stop":1728082284028,"duration":1}},{"uid":"f4cb5471d3d660e3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f4cb5471d3d660e3","status":"passed","time":{"start":1728069082654,"stop":1728069082655,"duration":1}},{"uid":"44cc8e92f393b21d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/44cc8e92f393b21d","status":"passed","time":{"start":1728067941390,"stop":1728067941390,"duration":0}},{"uid":"9f089e5e6778342e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9f089e5e6778342e","status":"passed","time":{"start":1728066171568,"stop":1728066171569,"duration":1}},{"uid":"835454a3dafdbf22","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/835454a3dafdbf22","status":"passed","time":{"start":1728066512884,"stop":1728066512884,"duration":0}},{"uid":"5b8879be47343459","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5b8879be47343459","status":"passed","time":{"start":1728057355630,"stop":1728057355631,"duration":1}},{"uid":"46ae7b6277a60307","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/46ae7b6277a60307","status":"passed","time":{"start":1728056563506,"stop":1728056563506,"duration":0}},{"uid":"5a20cc04c03aea2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5a20cc04c03aea2","status":"passed","time":{"start":1728056935469,"stop":1728056935469,"duration":0}},{"uid":"dd98d7004e83efaf","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/dd98d7004e83efaf","status":"passed","time":{"start":1728055614339,"stop":1728055614339,"duration":0}},{"uid":"9039b39fae13d032","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9039b39fae13d032","status":"passed","time":{"start":1728054752363,"stop":1728054752364,"duration":1}},{"uid":"c8c988c1e570c3fd","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c8c988c1e570c3fd","status":"passed","time":{"start":1728052861018,"stop":1728052861018,"duration":0}},{"uid":"e1bd48b167905114","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e1bd48b167905114","status":"passed","time":{"start":1728046783420,"stop":1728046783421,"duration":1}},{"uid":"103fffbab84ba4d0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/103fffbab84ba4d0","status":"passed","time":{"start":1728047429494,"stop":1728047429495,"duration":1}},{"uid":"58aff77b59b57cce","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/58aff77b59b57cce","status":"passed","time":{"start":1728043084146,"stop":1728043084146,"duration":0}},{"uid":"93c0105910c58cc1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/93c0105910c58cc1","status":"passed","time":{"start":1728035601391,"stop":1728035601392,"duration":1}},{"uid":"cf8a0cdb63949cb6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cf8a0cdb63949cb6","status":"passed","time":{"start":1728033520540,"stop":1728033520541,"duration":1}}]},"2e3ca88b1e17e186efd4f69bd9654dc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b87d409c2736dd7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2b87d409c2736dd7","status":"passed","time":{"start":1728043300958,"stop":1728043300958,"duration":0}}]},"a087db555e0cb9e925f3a7b6579e8a6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47894c8d830ea401","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/47894c8d830ea401","status":"passed","time":{"start":1728032520627,"stop":1728032520627,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"39cf2a919dcc7d08","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/39cf2a919dcc7d08","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0}},{"uid":"eef2df79ee8f6df6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/eef2df79ee8f6df6","status":"passed","time":{"start":1728084905005,"stop":1728084905006,"duration":1}},{"uid":"e7747a22cae8fcd4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e7747a22cae8fcd4","status":"passed","time":{"start":1728083771602,"stop":1728083771602,"duration":0}},{"uid":"bee6413eb9e29f1d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bee6413eb9e29f1d","status":"passed","time":{"start":1728082834942,"stop":1728082834942,"duration":0}},{"uid":"e959a14dd77e5b37","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e959a14dd77e5b37","status":"passed","time":{"start":1728082166939,"stop":1728082166939,"duration":0}},{"uid":"722cedcd608a1d62","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/722cedcd608a1d62","status":"passed","time":{"start":1728068936265,"stop":1728068936266,"duration":1}},{"uid":"77c72a2c3f2361c4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/77c72a2c3f2361c4","status":"passed","time":{"start":1728067812050,"stop":1728067812050,"duration":0}},{"uid":"e7da0b898a032a7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e7da0b898a032a7","status":"passed","time":{"start":1728065658890,"stop":1728065658890,"duration":0}},{"uid":"60ce76008f38ee41","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/60ce76008f38ee41","status":"passed","time":{"start":1728065948758,"stop":1728065948758,"duration":0}},{"uid":"cc99b24e7826e52f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cc99b24e7826e52f","status":"passed","time":{"start":1728056838984,"stop":1728056838985,"duration":1}},{"uid":"85f55be17e86408","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/85f55be17e86408","status":"passed","time":{"start":1728056010876,"stop":1728056010876,"duration":0}},{"uid":"54e49a5905f30a36","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/54e49a5905f30a36","status":"passed","time":{"start":1728056331132,"stop":1728056331132,"duration":0}},{"uid":"1c5aac4017042b52","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1c5aac4017042b52","status":"passed","time":{"start":1728055142642,"stop":1728055142642,"duration":0}},{"uid":"9319ded64d7d9703","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9319ded64d7d9703","status":"passed","time":{"start":1728054121360,"stop":1728054121360,"duration":0}},{"uid":"eef9c35ced17d6cb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/eef9c35ced17d6cb","status":"passed","time":{"start":1728052398851,"stop":1728052398851,"duration":0}},{"uid":"e4a998722c209d6f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e4a998722c209d6f","status":"passed","time":{"start":1728046080157,"stop":1728046080157,"duration":0}},{"uid":"3ad6616acf03eb97","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3ad6616acf03eb97","status":"passed","time":{"start":1728046865182,"stop":1728046865182,"duration":0}},{"uid":"ce31938b97a590de","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce31938b97a590de","status":"passed","time":{"start":1728042934920,"stop":1728042934921,"duration":1}},{"uid":"1fdbc1ae8d50c121","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1fdbc1ae8d50c121","status":"passed","time":{"start":1728035498000,"stop":1728035498001,"duration":1}},{"uid":"27a3d5033244e90a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/27a3d5033244e90a","status":"passed","time":{"start":1728033414706,"stop":1728033414706,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d88475bc74d46371","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d88475bc74d46371","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0}},{"uid":"d6880579e53fbcb6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d6880579e53fbcb6","status":"passed","time":{"start":1728085207478,"stop":1728085207478,"duration":0}},{"uid":"4ce67e31e64cb266","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4ce67e31e64cb266","status":"passed","time":{"start":1728084038275,"stop":1728084038275,"duration":0}},{"uid":"62fa56c933122c73","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/62fa56c933122c73","status":"passed","time":{"start":1728083118099,"stop":1728083118099,"duration":0}},{"uid":"e70dea9e3b8fe0b7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e70dea9e3b8fe0b7","status":"passed","time":{"start":1728082399696,"stop":1728082399697,"duration":1}},{"uid":"d3f5d998b2daf1f7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d3f5d998b2daf1f7","status":"passed","time":{"start":1728069237564,"stop":1728069237564,"duration":0}},{"uid":"113235229ad91940","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/113235229ad91940","status":"passed","time":{"start":1728068055919,"stop":1728068055919,"duration":0}},{"uid":"f89dc55b3e86a108","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f89dc55b3e86a108","status":"passed","time":{"start":1728043232159,"stop":1728043232159,"duration":0}},{"uid":"ee551bc6a2c05299","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ee551bc6a2c05299","status":"passed","time":{"start":1728035844037,"stop":1728035844039,"duration":2}},{"uid":"8f521fb2ef10d9da","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8f521fb2ef10d9da","status":"passed","time":{"start":1728033765877,"stop":1728033765877,"duration":0}},{"uid":"decf4e67850b8f54","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/decf4e67850b8f54","status":"passed","time":{"start":1728033382937,"stop":1728033382942,"duration":5}},{"uid":"84dd8ed09e097bb7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/84dd8ed09e097bb7","status":"passed","time":{"start":1728032914487,"stop":1728032914487,"duration":0}},{"uid":"e5e6d9b979a031cb","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e5e6d9b979a031cb","status":"passed","time":{"start":1728032550349,"stop":1728032550349,"duration":0}},{"uid":"8cc4e8158e7452db","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8cc4e8158e7452db","status":"passed","time":{"start":1728032274013,"stop":1728032274013,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"f3e56e9bf806ea4b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f3e56e9bf806ea4b","status":"passed","time":{"start":1728086260329,"stop":1728086260329,"duration":0}},{"uid":"c3af9bd8c0f61403","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c3af9bd8c0f61403","status":"passed","time":{"start":1728085269096,"stop":1728085269097,"duration":1}},{"uid":"c241b6301ef64bf2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c241b6301ef64bf2","status":"passed","time":{"start":1728069312655,"stop":1728069312655,"duration":0}},{"uid":"a9c68f75099a1cce","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a9c68f75099a1cce","status":"passed","time":{"start":1728046423469,"stop":1728046423469,"duration":0}},{"uid":"f7f5c1b8236ccc67","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f7f5c1b8236ccc67","status":"passed","time":{"start":1728043297218,"stop":1728043297219,"duration":1}},{"uid":"1a8e0721d856be2a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1a8e0721d856be2a","status":"passed","time":{"start":1728035880198,"stop":1728035880198,"duration":0}},{"uid":"953245a8996596cb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/953245a8996596cb","status":"passed","time":{"start":1728033788854,"stop":1728033788854,"duration":0}},{"uid":"a3273775578b933c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a3273775578b933c","status":"passed","time":{"start":1728033423669,"stop":1728033423670,"duration":1}},{"uid":"21e2798bc7736ed1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/21e2798bc7736ed1","status":"passed","time":{"start":1728032985184,"stop":1728032985184,"duration":0}},{"uid":"308641f2da39134f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/308641f2da39134f","status":"passed","time":{"start":1728032614966,"stop":1728032614966,"duration":0}},{"uid":"266d6fff65d575da","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/266d6fff65d575da","status":"passed","time":{"start":1728032348445,"stop":1728032348445,"duration":0}}]},"58c58bd3f65be0cc54b8ae55073aef85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b0be39e315e6690","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3b0be39e315e6690","status":"passed","time":{"start":1728056305027,"stop":1728056305028,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3bfdec702d96a774","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3bfdec702d96a774","status":"passed","time":{"start":1728085924037,"stop":1728085924038,"duration":1}},{"uid":"f0b4b311bf8f2a29","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f0b4b311bf8f2a29","status":"passed","time":{"start":1728084938530,"stop":1728084938531,"duration":1}},{"uid":"ace3c13043a46f81","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ace3c13043a46f81","status":"passed","time":{"start":1728083803132,"stop":1728083803133,"duration":1}},{"uid":"228078d69541ed24","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/228078d69541ed24","status":"passed","time":{"start":1728082866456,"stop":1728082866457,"duration":1}},{"uid":"14b8eaaa5d1ebb13","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/14b8eaaa5d1ebb13","status":"passed","time":{"start":1728082201441,"stop":1728082201441,"duration":0}},{"uid":"1cbd909c6f945b3d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1cbd909c6f945b3d","status":"passed","time":{"start":1728068970719,"stop":1728068970719,"duration":0}},{"uid":"cfedcbfe498a340","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cfedcbfe498a340","status":"passed","time":{"start":1728067892110,"stop":1728067892111,"duration":1}},{"uid":"7fee69ce5b4b86b7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7fee69ce5b4b86b7","status":"passed","time":{"start":1728042966897,"stop":1728042966897,"duration":0}},{"uid":"b67c8eb482fd1bbb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b67c8eb482fd1bbb","status":"passed","time":{"start":1728035530669,"stop":1728035530669,"duration":0}},{"uid":"33fb00ac93c6663f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/33fb00ac93c6663f","status":"passed","time":{"start":1728033448455,"stop":1728033448455,"duration":0}},{"uid":"2ceb4d34ac35fa50","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2ceb4d34ac35fa50","status":"passed","time":{"start":1728033073493,"stop":1728033073494,"duration":1}},{"uid":"c7f0db0e7cfc7ca7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c7f0db0e7cfc7ca7","status":"passed","time":{"start":1728032644093,"stop":1728032644093,"duration":0}},{"uid":"3908a27b20d950ab","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3908a27b20d950ab","status":"passed","time":{"start":1728032279020,"stop":1728032279020,"duration":0}},{"uid":"5e93c72e91d4fca2","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5e93c72e91d4fca2","status":"passed","time":{"start":1728032001101,"stop":1728032001101,"duration":0}}]},"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"75a18ffc24f89de0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/75a18ffc24f89de0","status":"passed","time":{"start":1728085879408,"stop":1728085879408,"duration":0}},{"uid":"34253b6a5ffc5411","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/34253b6a5ffc5411","status":"passed","time":{"start":1728084892356,"stop":1728084892356,"duration":0}},{"uid":"6b70d0efd0efc11f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6b70d0efd0efc11f","status":"passed","time":{"start":1728083759342,"stop":1728083759346,"duration":4}},{"uid":"2df8c888886f205b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2df8c888886f205b","status":"passed","time":{"start":1728082822446,"stop":1728082822447,"duration":1}},{"uid":"2a5f977a3e235842","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2a5f977a3e235842","status":"passed","time":{"start":1728082154408,"stop":1728082154409,"duration":1}},{"uid":"bc28bb89a4247ecb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bc28bb89a4247ecb","status":"passed","time":{"start":1728068923561,"stop":1728068923561,"duration":0}},{"uid":"2dd19063935b7c74","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2dd19063935b7c74","status":"passed","time":{"start":1728067799310,"stop":1728067799310,"duration":0}},{"uid":"2bc5c7b60b6472a3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2bc5c7b60b6472a3","status":"passed","time":{"start":1728065646125,"stop":1728065646126,"duration":1}},{"uid":"c6fcc65e25d55e0e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c6fcc65e25d55e0e","status":"passed","time":{"start":1728065935863,"stop":1728065935863,"duration":0}},{"uid":"2ec79fcf71feb081","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2ec79fcf71feb081","status":"passed","time":{"start":1728056826642,"stop":1728056826643,"duration":1}},{"uid":"11d55847bd09c14b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/11d55847bd09c14b","status":"passed","time":{"start":1728055998443,"stop":1728055998443,"duration":0}},{"uid":"55921bfa80345f86","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/55921bfa80345f86","status":"passed","time":{"start":1728056318802,"stop":1728056318802,"duration":0}},{"uid":"3523ac0495b75cd8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3523ac0495b75cd8","status":"passed","time":{"start":1728055130052,"stop":1728055130053,"duration":1}},{"uid":"bfed59eec1aeec00","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/bfed59eec1aeec00","status":"passed","time":{"start":1728054108887,"stop":1728054108888,"duration":1}},{"uid":"93ecfe5e43f7d6c7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/93ecfe5e43f7d6c7","status":"passed","time":{"start":1728052386538,"stop":1728052386539,"duration":1}},{"uid":"de33ee8667573b98","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/de33ee8667573b98","status":"passed","time":{"start":1728046067562,"stop":1728046067562,"duration":0}},{"uid":"789191d74643c3b8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/789191d74643c3b8","status":"passed","time":{"start":1728046853163,"stop":1728046853164,"duration":1}},{"uid":"20a1f23d78f09d7e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/20a1f23d78f09d7e","status":"passed","time":{"start":1728042922416,"stop":1728042922417,"duration":1}},{"uid":"62ad870e5bc9e26f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/62ad870e5bc9e26f","status":"passed","time":{"start":1728035485388,"stop":1728035485390,"duration":2}},{"uid":"887b6b879dde22af","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/887b6b879dde22af","status":"passed","time":{"start":1728033402113,"stop":1728033402113,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd35bb967b7fd69c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd35bb967b7fd69c","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0}},{"uid":"d99e772f8d00a46","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d99e772f8d00a46","status":"passed","time":{"start":1728085207506,"stop":1728085207506,"duration":0}},{"uid":"34c541c3ee23e6ac","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/34c541c3ee23e6ac","status":"passed","time":{"start":1728084038299,"stop":1728084038299,"duration":0}},{"uid":"7df768faac92daac","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7df768faac92daac","status":"passed","time":{"start":1728083118118,"stop":1728083118119,"duration":1}},{"uid":"4335ad61255aa68c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4335ad61255aa68c","status":"passed","time":{"start":1728082399713,"stop":1728082399713,"duration":0}},{"uid":"a6331b6e186a2848","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a6331b6e186a2848","status":"passed","time":{"start":1728069237589,"stop":1728069237589,"duration":0}},{"uid":"1f6f26ddba8c38b7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1f6f26ddba8c38b7","status":"passed","time":{"start":1728068055949,"stop":1728068055949,"duration":0}},{"uid":"14ee30f9234efddf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/14ee30f9234efddf","status":"passed","time":{"start":1728043232172,"stop":1728043232172,"duration":0}},{"uid":"1238045528bbde25","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1238045528bbde25","status":"passed","time":{"start":1728035844062,"stop":1728035844063,"duration":1}},{"uid":"f98c725af07523f2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f98c725af07523f2","status":"passed","time":{"start":1728033765891,"stop":1728033765892,"duration":1}},{"uid":"4bfe3c4e2fa41551","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4bfe3c4e2fa41551","status":"passed","time":{"start":1728033382963,"stop":1728033382963,"duration":0}},{"uid":"b703ae697f2cf5d2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b703ae697f2cf5d2","status":"passed","time":{"start":1728032914506,"stop":1728032914506,"duration":0}},{"uid":"f8112aee6feb5e61","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f8112aee6feb5e61","status":"passed","time":{"start":1728032550369,"stop":1728032550370,"duration":1}},{"uid":"f3c17fdb2f83dbb5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f3c17fdb2f83dbb5","status":"passed","time":{"start":1728032274027,"stop":1728032274027,"duration":0}}]},"5c6226e31e9e805efc043f67a84f2635:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15969d442b83764f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15969d442b83764f","status":"passed","time":{"start":1728069281355,"stop":1728069281355,"duration":0}}]},"676c9a978c3908225c0f3f648592b4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2412b6123728ea","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d2412b6123728ea","status":"passed","time":{"start":1728083147584,"stop":1728083147584,"duration":0}}]},"092bb80807d1b6590963bf3744e1c558:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0f98bc3625045ff","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b0f98bc3625045ff","status":"passed","time":{"start":1728066643858,"stop":1728066643859,"duration":1}}]},"c0b5ba894299b0a714e90a1f6c754065:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"383396a4e1f3dcf6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/383396a4e1f3dcf6","status":"passed","time":{"start":1728069309214,"stop":1728069309215,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6f9f4377a7bfa279","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6f9f4377a7bfa279","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0}},{"uid":"55e75b660bb44fb6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/55e75b660bb44fb6","status":"passed","time":{"start":1728085246266,"stop":1728085246267,"duration":1}},{"uid":"425b4d575a499943","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/425b4d575a499943","status":"passed","time":{"start":1728084078529,"stop":1728084078529,"duration":0}},{"uid":"b071b2015a6733ce","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b071b2015a6733ce","status":"passed","time":{"start":1728083125001,"stop":1728083125001,"duration":0}},{"uid":"bad724eb97dbaadf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bad724eb97dbaadf","status":"passed","time":{"start":1728082441009,"stop":1728082441009,"duration":0}},{"uid":"a301e8e4cc9f61a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a301e8e4cc9f61a3","status":"passed","time":{"start":1728069279728,"stop":1728069279728,"duration":0}},{"uid":"d2f61da921c6b96d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d2f61da921c6b96d","status":"passed","time":{"start":1728046402349,"stop":1728046402349,"duration":0}},{"uid":"a92f2916b7d56154","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a92f2916b7d56154","status":"passed","time":{"start":1728043267022,"stop":1728043267023,"duration":1}},{"uid":"863029ec2322a7aa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/863029ec2322a7aa","status":"passed","time":{"start":1728035855915,"stop":1728035855917,"duration":2}},{"uid":"728afa0acb597a53","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/728afa0acb597a53","status":"passed","time":{"start":1728033769207,"stop":1728033769207,"duration":0}},{"uid":"441f1f0e36080a66","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/441f1f0e36080a66","status":"passed","time":{"start":1728033391630,"stop":1728033391630,"duration":0}},{"uid":"d007943ca8e113a7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d007943ca8e113a7","status":"passed","time":{"start":1728032951641,"stop":1728032951642,"duration":1}},{"uid":"d4f46d9ca557830f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d4f46d9ca557830f","status":"passed","time":{"start":1728032582499,"stop":1728032582499,"duration":0}},{"uid":"381d11baa9cfab5a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/381d11baa9cfab5a","status":"passed","time":{"start":1728032304550,"stop":1728032304551,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"2b8e7235109168cf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2b8e7235109168cf","status":"passed","time":{"start":1728086260311,"stop":1728086260313,"duration":2}},{"uid":"9de648d81ee3193d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9de648d81ee3193d","status":"passed","time":{"start":1728085269082,"stop":1728085269082,"duration":0}},{"uid":"e3b686da428db69d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e3b686da428db69d","status":"passed","time":{"start":1728069312632,"stop":1728069312633,"duration":1}},{"uid":"a17965a19318f365","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a17965a19318f365","status":"passed","time":{"start":1728046423439,"stop":1728046423440,"duration":1}},{"uid":"5eb5a5fc3a6fca6f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5eb5a5fc3a6fca6f","status":"passed","time":{"start":1728043297178,"stop":1728043297179,"duration":1}},{"uid":"4ec7d0fa0831db1e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4ec7d0fa0831db1e","status":"passed","time":{"start":1728035880156,"stop":1728035880156,"duration":0}},{"uid":"8c2e00cd14b9f28c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8c2e00cd14b9f28c","status":"passed","time":{"start":1728033788812,"stop":1728033788812,"duration":0}},{"uid":"7379c5d32b90a64e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7379c5d32b90a64e","status":"passed","time":{"start":1728033423639,"stop":1728033423640,"duration":1}},{"uid":"db696bbcc78ed082","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/db696bbcc78ed082","status":"passed","time":{"start":1728032985135,"stop":1728032985138,"duration":3}},{"uid":"6795005f559259e3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6795005f559259e3","status":"passed","time":{"start":1728032614941,"stop":1728032614941,"duration":0}},{"uid":"dd4d1528d750a143","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/dd4d1528d750a143","status":"passed","time":{"start":1728032348374,"stop":1728032348374,"duration":0}}]},"eab2be21e9dc1a6fb1d9728a55cfb5ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b88045e4f97b7bb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b88045e4f97b7bb","status":"passed","time":{"start":1728085254233,"stop":1728085254234,"duration":1}}]},"75e090801080e9cd357853f87292d3bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67fc478975dd91c7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/67fc478975dd91c7","status":"passed","time":{"start":1728085207506,"stop":1728085207508,"duration":2}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"5c7c0e2e2f5f2801","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c7c0e2e2f5f2801","status":"passed","time":{"start":1728086258652,"stop":1728086258653,"duration":1}},{"uid":"4efcadefe8b1cbe1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4efcadefe8b1cbe1","status":"passed","time":{"start":1728085280458,"stop":1728085280458,"duration":0}},{"uid":"8a595f31c76c43d7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8a595f31c76c43d7","status":"passed","time":{"start":1728084082619,"stop":1728084082620,"duration":1}},{"uid":"513b886370acee23","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/513b886370acee23","status":"passed","time":{"start":1728083150052,"stop":1728083150052,"duration":0}},{"uid":"895b40c58337056","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/895b40c58337056","status":"passed","time":{"start":1728082465643,"stop":1728082465643,"duration":0}},{"uid":"a1e0b789501a6c8b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a1e0b789501a6c8b","status":"passed","time":{"start":1728069307982,"stop":1728069307983,"duration":1}},{"uid":"5222bdba1177bbc","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5222bdba1177bbc","status":"passed","time":{"start":1728068100421,"stop":1728068100422,"duration":1}},{"uid":"dccc481079618bbc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dccc481079618bbc","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/error_handling.node.spec.ts)","time":{"start":1728066221713,"stop":1728066221715,"duration":2}},{"uid":"dabbf890a13534ef","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/dabbf890a13534ef","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/error_handling.node.spec.ts)","time":{"start":1728066515492,"stop":1728066515492,"duration":0}},{"uid":"8c33bed1152c0920","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8c33bed1152c0920","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/error_handling.node.spec.ts)","time":{"start":1728057405354,"stop":1728057405354,"duration":0}},{"uid":"371b4028b24f3a7d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/371b4028b24f3a7d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/error_handling.node.spec.ts)","time":{"start":1728056489902,"stop":1728056489903,"duration":1}},{"uid":"9debb0b4199af07a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9debb0b4199af07a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/error_handling.node.spec.ts)","time":{"start":1728056900305,"stop":1728056900305,"duration":0}},{"uid":"c5b155bbbd43f858","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c5b155bbbd43f858","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/error_handling.node.spec.ts)","time":{"start":1728052731353,"stop":1728052731353,"duration":0}},{"uid":"794161cbf276313a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/794161cbf276313a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/error_handling.node.spec.ts)","time":{"start":1728046580768,"stop":1728046580768,"duration":0}},{"uid":"15711e194ab0c4d5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/15711e194ab0c4d5","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/error_handling.node.spec.ts)","time":{"start":1728047434920,"stop":1728047434920,"duration":0}},{"uid":"ca0ea06afe44317d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ca0ea06afe44317d","status":"passed","time":{"start":1728043296019,"stop":1728043296021,"duration":2}},{"uid":"d413a69a62f7d257","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d413a69a62f7d257","status":"passed","time":{"start":1728035910060,"stop":1728035910060,"duration":0}},{"uid":"ad2fed03c6d0d4bd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ad2fed03c6d0d4bd","status":"passed","time":{"start":1728033824743,"stop":1728033824744,"duration":1}},{"uid":"c3a2c48afe5b8ca5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c3a2c48afe5b8ca5","status":"passed","time":{"start":1728033449284,"stop":1728033449285,"duration":1}},{"uid":"e7f7715a8ef0051e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e7f7715a8ef0051e","status":"passed","time":{"start":1728032982555,"stop":1728032982555,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"31337926802e6cda","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/31337926802e6cda","status":"passed","time":{"start":1728086280307,"stop":1728086280307,"duration":0}},{"uid":"a64ee17e8019841e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a64ee17e8019841e","status":"passed","time":{"start":1728085297173,"stop":1728085297175,"duration":2}},{"uid":"a776b3fa9edc83f4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a776b3fa9edc83f4","status":"passed","time":{"start":1728084101603,"stop":1728084101604,"duration":1}},{"uid":"e244ab02f59e714e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e244ab02f59e714e","status":"passed","time":{"start":1728083169860,"stop":1728083169860,"duration":0}},{"uid":"8dec2447a90ef5c7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8dec2447a90ef5c7","status":"passed","time":{"start":1728082475846,"stop":1728082475848,"duration":2}},{"uid":"579f9dfccbaa3057","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/579f9dfccbaa3057","status":"passed","time":{"start":1728069329400,"stop":1728069329400,"duration":0}},{"uid":"bc96157e883ae701","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bc96157e883ae701","status":"passed","time":{"start":1728068125743,"stop":1728068125744,"duration":1}},{"uid":"a0a40feffbecd13e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a0a40feffbecd13e","status":"passed","time":{"start":1728043317198,"stop":1728043317198,"duration":0}},{"uid":"86f58b6bd66b3658","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/86f58b6bd66b3658","status":"passed","time":{"start":1728035933008,"stop":1728035933009,"duration":1}},{"uid":"31231ee0854093aa","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/31231ee0854093aa","status":"passed","time":{"start":1728033847983,"stop":1728033847983,"duration":0}},{"uid":"129955b37fd29295","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/129955b37fd29295","status":"passed","time":{"start":1728033470898,"stop":1728033470899,"duration":1}},{"uid":"56282ac9bbdd665d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/56282ac9bbdd665d","status":"passed","time":{"start":1728033006392,"stop":1728033006393,"duration":1}},{"uid":"f51f797aa6223b14","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f51f797aa6223b14","status":"passed","time":{"start":1728032635843,"stop":1728032635843,"duration":0}},{"uid":"76efa4b1bf4f1d71","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/76efa4b1bf4f1d71","status":"passed","time":{"start":1728032367232,"stop":1728032367232,"duration":0}}]},"c8d38767f8325ca04648e2ca2a87fe91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eafbea672cd0acac","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/eafbea672cd0acac","status":"passed","time":{"start":1728033815145,"stop":1728033815146,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b176415e5be38036","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b176415e5be38036","status":"passed","time":{"start":1728086033907,"stop":1728086033908,"duration":1}},{"uid":"d4d023de1d59162","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d4d023de1d59162","status":"passed","time":{"start":1728085047252,"stop":1728085047252,"duration":0}},{"uid":"b95f1e589baf2bcf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b95f1e589baf2bcf","status":"passed","time":{"start":1728083902776,"stop":1728083902776,"duration":0}},{"uid":"e275240663ebe9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e275240663ebe9","status":"passed","time":{"start":1728082961515,"stop":1728082961516,"duration":1}},{"uid":"947a9e82d2678609","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/947a9e82d2678609","status":"passed","time":{"start":1728082284031,"stop":1728082284031,"duration":0}},{"uid":"3c5fb6b4a442cd47","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3c5fb6b4a442cd47","status":"passed","time":{"start":1728069082669,"stop":1728069082671,"duration":2}},{"uid":"52960b979cc75484","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/52960b979cc75484","status":"passed","time":{"start":1728067941393,"stop":1728067941393,"duration":0}},{"uid":"9d44ce56a10877f6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9d44ce56a10877f6","status":"passed","time":{"start":1728066171571,"stop":1728066171571,"duration":0}},{"uid":"3ef58d70106e6ead","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3ef58d70106e6ead","status":"passed","time":{"start":1728066512888,"stop":1728066512889,"duration":1}},{"uid":"f2f03485dd290142","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f2f03485dd290142","status":"passed","time":{"start":1728057355633,"stop":1728057355633,"duration":0}},{"uid":"2fa33e9e178f79ec","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2fa33e9e178f79ec","status":"passed","time":{"start":1728056563508,"stop":1728056563509,"duration":1}},{"uid":"2fb0a0b34fc3af9f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2fb0a0b34fc3af9f","status":"passed","time":{"start":1728056935472,"stop":1728056935472,"duration":0}},{"uid":"b06e6d7a81268541","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b06e6d7a81268541","status":"passed","time":{"start":1728055614341,"stop":1728055614341,"duration":0}},{"uid":"ebeec575576f91de","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ebeec575576f91de","status":"passed","time":{"start":1728054752365,"stop":1728054752365,"duration":0}},{"uid":"7d68593740cb4be","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7d68593740cb4be","status":"passed","time":{"start":1728052861021,"stop":1728052861021,"duration":0}},{"uid":"5a2d1aecfc842004","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5a2d1aecfc842004","status":"passed","time":{"start":1728046783425,"stop":1728046783425,"duration":0}},{"uid":"7e1ab764929206fb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7e1ab764929206fb","status":"passed","time":{"start":1728047429497,"stop":1728047429498,"duration":1}},{"uid":"ddaecc539aac9b26","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ddaecc539aac9b26","status":"passed","time":{"start":1728043084148,"stop":1728043084148,"duration":0}},{"uid":"18762abda712c902","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/18762abda712c902","status":"passed","time":{"start":1728035601394,"stop":1728035601395,"duration":1}},{"uid":"64dff26001bbfc2a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/64dff26001bbfc2a","status":"passed","time":{"start":1728033520548,"stop":1728033520549,"duration":1}}]},"ee091f74b428544b1eb1fdf11e86f3b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed3e5a2c38586ceb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ed3e5a2c38586ceb","status":"passed","time":{"start":1728033696339,"stop":1728033696339,"duration":0}}]},"108e18093e554cd274797b48e529f958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca180fcf81effede","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ca180fcf81effede","status":"passed","time":{"start":1728033557519,"stop":1728033557519,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d55b577c4b828e62","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d55b577c4b828e62","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0}},{"uid":"d34f62b8b1ebf8b5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d34f62b8b1ebf8b5","status":"passed","time":{"start":1728084892990,"stop":1728084892990,"duration":0}},{"uid":"e75ce70fea970275","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e75ce70fea970275","status":"passed","time":{"start":1728083759989,"stop":1728083759989,"duration":0}},{"uid":"41545ea74326f45","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/41545ea74326f45","status":"passed","time":{"start":1728082823298,"stop":1728082823298,"duration":0}},{"uid":"ec040fc462b38113","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ec040fc462b38113","status":"passed","time":{"start":1728082155362,"stop":1728082155362,"duration":0}},{"uid":"975a21fcc65e3739","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/975a21fcc65e3739","status":"passed","time":{"start":1728068924346,"stop":1728068924347,"duration":1}},{"uid":"4da0c464344c20a2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4da0c464344c20a2","status":"passed","time":{"start":1728067800592,"stop":1728067800592,"duration":0}},{"uid":"8a08aa36eb3b2ba0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8a08aa36eb3b2ba0","status":"passed","time":{"start":1728065647297,"stop":1728065647297,"duration":0}},{"uid":"ff7a2a79da05b3f7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ff7a2a79da05b3f7","status":"passed","time":{"start":1728065936955,"stop":1728065936955,"duration":0}},{"uid":"13fc7978ec2487b9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/13fc7978ec2487b9","status":"passed","time":{"start":1728056827338,"stop":1728056827338,"duration":0}},{"uid":"12ceb7bdffd6152a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/12ceb7bdffd6152a","status":"passed","time":{"start":1728055999168,"stop":1728055999168,"duration":0}},{"uid":"3a508b9dbf8861f8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3a508b9dbf8861f8","status":"passed","time":{"start":1728056319413,"stop":1728056319414,"duration":1}},{"uid":"de5c5e91a8535a96","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/de5c5e91a8535a96","status":"passed","time":{"start":1728055130828,"stop":1728055130829,"duration":1}},{"uid":"f5a2f460c006d01d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f5a2f460c006d01d","status":"passed","time":{"start":1728054109610,"stop":1728054109611,"duration":1}},{"uid":"c68f2da5147cebdb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c68f2da5147cebdb","status":"passed","time":{"start":1728052387222,"stop":1728052387222,"duration":0}},{"uid":"abf48c541ccb3bc9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/abf48c541ccb3bc9","status":"passed","time":{"start":1728046068274,"stop":1728046068274,"duration":0}},{"uid":"35d6c1a5b68d86bc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/35d6c1a5b68d86bc","status":"passed","time":{"start":1728046853655,"stop":1728046853655,"duration":0}},{"uid":"6313a6ffe6860292","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6313a6ffe6860292","status":"passed","time":{"start":1728042923423,"stop":1728042923423,"duration":0}},{"uid":"461ad9be901d61cd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/461ad9be901d61cd","status":"passed","time":{"start":1728035486198,"stop":1728035486198,"duration":0}},{"uid":"6cd9222b68a79c14","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6cd9222b68a79c14","status":"passed","time":{"start":1728033402774,"stop":1728033402774,"duration":0}}]},"0f8f621cc0db17f8c63315c0889d7696:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5fb7cc0789cf16a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a5fb7cc0789cf16a","status":"passed","time":{"start":1728032924214,"stop":1728032924214,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"60a8d735fef34cea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/60a8d735fef34cea","status":"passed","time":{"start":1728086226460,"stop":1728086226460,"duration":0}},{"uid":"b0fb5941de503b08","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b0fb5941de503b08","status":"passed","time":{"start":1728085246261,"stop":1728085246261,"duration":0}},{"uid":"e52b415ab064a229","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e52b415ab064a229","status":"passed","time":{"start":1728084078519,"stop":1728084078519,"duration":0}},{"uid":"3b15f53437cad38a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3b15f53437cad38a","status":"passed","time":{"start":1728083124997,"stop":1728083124997,"duration":0}},{"uid":"2cf4b167a40c31dc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2cf4b167a40c31dc","status":"passed","time":{"start":1728082441004,"stop":1728082441004,"duration":0}},{"uid":"5ce0fd7f3c188c9e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5ce0fd7f3c188c9e","status":"passed","time":{"start":1728069279724,"stop":1728069279724,"duration":0}},{"uid":"7c1de2226fdc6ac4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7c1de2226fdc6ac4","status":"passed","time":{"start":1728046402343,"stop":1728046402344,"duration":1}},{"uid":"5c3f423c60e5654","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5c3f423c60e5654","status":"passed","time":{"start":1728043267017,"stop":1728043267017,"duration":0}},{"uid":"f8eb4cada581bb53","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f8eb4cada581bb53","status":"passed","time":{"start":1728035855890,"stop":1728035855891,"duration":1}},{"uid":"3220b1c6278f9e54","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3220b1c6278f9e54","status":"passed","time":{"start":1728033769199,"stop":1728033769200,"duration":1}},{"uid":"c4f232c05bab8d19","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c4f232c05bab8d19","status":"passed","time":{"start":1728033391625,"stop":1728033391625,"duration":0}},{"uid":"5da21c32b223e00c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5da21c32b223e00c","status":"passed","time":{"start":1728032951631,"stop":1728032951631,"duration":0}},{"uid":"a04d0c0a0dfd7057","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a04d0c0a0dfd7057","status":"passed","time":{"start":1728032582492,"stop":1728032582493,"duration":1}},{"uid":"b327a553235723ba","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b327a553235723ba","status":"passed","time":{"start":1728032304543,"stop":1728032304546,"duration":3}}]},"6a2ea2d707097fb29e278dd48f537957:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a3165168bd7fab0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1a3165168bd7fab0","status":"passed","time":{"start":1728033319498,"stop":1728033319499,"duration":1}}]},"1160966356c2ac18321e4aa40864e165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce883f9873c0449a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ce883f9873c0449a","status":"passed","time":{"start":1728067917854,"stop":1728067917854,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1b30b9605767950b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b30b9605767950b","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0}},{"uid":"442c676a131d0887","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/442c676a131d0887","status":"passed","time":{"start":1728085280463,"stop":1728085280464,"duration":1}},{"uid":"6be502e6df167ef3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6be502e6df167ef3","status":"passed","time":{"start":1728084082633,"stop":1728084082633,"duration":0}},{"uid":"6d318f4063ed8ff2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6d318f4063ed8ff2","status":"passed","time":{"start":1728083150062,"stop":1728083150062,"duration":0}},{"uid":"258d4e7c0b505506","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/258d4e7c0b505506","status":"passed","time":{"start":1728082465655,"stop":1728082465656,"duration":1}},{"uid":"bc290d5a6fc87149","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bc290d5a6fc87149","status":"passed","time":{"start":1728069307996,"stop":1728069307997,"duration":1}},{"uid":"b04dac409c6a9c55","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b04dac409c6a9c55","status":"passed","time":{"start":1728068100426,"stop":1728068100427,"duration":1}},{"uid":"e3c0f625ec912677","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e3c0f625ec912677","status":"passed","time":{"start":1728043296027,"stop":1728043296029,"duration":2}},{"uid":"79537d6a95c65a14","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/79537d6a95c65a14","status":"passed","time":{"start":1728035910078,"stop":1728035910081,"duration":3}},{"uid":"ba51a4abc4652a3f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ba51a4abc4652a3f","status":"passed","time":{"start":1728033824768,"stop":1728033824769,"duration":1}},{"uid":"3c31d72117d01d4d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3c31d72117d01d4d","status":"passed","time":{"start":1728033449293,"stop":1728033449295,"duration":2}},{"uid":"84b0c1139943c92b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/84b0c1139943c92b","status":"passed","time":{"start":1728032982573,"stop":1728032982573,"duration":0}},{"uid":"7fe1147c3efb6c45","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7fe1147c3efb6c45","status":"passed","time":{"start":1728032626111,"stop":1728032626112,"duration":1}},{"uid":"1265d34222115765","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1265d34222115765","status":"passed","time":{"start":1728032345521,"stop":1728032345522,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9c5cb1ace64445f5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c5cb1ace64445f5","status":"passed","time":{"start":1728085887436,"stop":1728085887436,"duration":0}},{"uid":"7b33c65317875370","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7b33c65317875370","status":"passed","time":{"start":1728084900530,"stop":1728084900530,"duration":0}},{"uid":"b661a17b9cdde6e5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b661a17b9cdde6e5","status":"passed","time":{"start":1728083767232,"stop":1728083767232,"duration":0}},{"uid":"4e7d26e863463453","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4e7d26e863463453","status":"passed","time":{"start":1728082830569,"stop":1728082830569,"duration":0}},{"uid":"89a3fb83254806be","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/89a3fb83254806be","status":"passed","time":{"start":1728082162541,"stop":1728082162542,"duration":1}},{"uid":"cea325bc663b28e6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cea325bc663b28e6","status":"passed","time":{"start":1728068931714,"stop":1728068931715,"duration":1}},{"uid":"a577ff9b8e61cd9b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a577ff9b8e61cd9b","status":"passed","time":{"start":1728067808083,"stop":1728067808083,"duration":0}},{"uid":"82ab655bb978931b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82ab655bb978931b","status":"passed","time":{"start":1728065654539,"stop":1728065654539,"duration":0}},{"uid":"19c958b1f359e894","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/19c958b1f359e894","status":"passed","time":{"start":1728065944491,"stop":1728065944492,"duration":1}},{"uid":"203fc2355b7e065","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/203fc2355b7e065","status":"passed","time":{"start":1728056834641,"stop":1728056834641,"duration":0}},{"uid":"a362b19d370b4126","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a362b19d370b4126","status":"passed","time":{"start":1728056006884,"stop":1728056006884,"duration":0}},{"uid":"8b77f6e6299d5ad2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8b77f6e6299d5ad2","status":"passed","time":{"start":1728056326837,"stop":1728056326838,"duration":1}},{"uid":"393c519edd612e03","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/393c519edd612e03","status":"passed","time":{"start":1728055138053,"stop":1728055138053,"duration":0}},{"uid":"8d60b9106b988999","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8d60b9106b988999","status":"passed","time":{"start":1728054117013,"stop":1728054117013,"duration":0}},{"uid":"3ddd9b47223a9e1d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3ddd9b47223a9e1d","status":"passed","time":{"start":1728052394766,"stop":1728052394766,"duration":0}},{"uid":"a58d4b8237bc610d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a58d4b8237bc610d","status":"passed","time":{"start":1728046076002,"stop":1728046076003,"duration":1}},{"uid":"638e89afc2b3508e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/638e89afc2b3508e","status":"passed","time":{"start":1728046860682,"stop":1728046860683,"duration":1}},{"uid":"7ae2de4190c90e8c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7ae2de4190c90e8c","status":"passed","time":{"start":1728042930498,"stop":1728042930498,"duration":0}},{"uid":"ab1206182ef0f2d8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ab1206182ef0f2d8","status":"passed","time":{"start":1728035493358,"stop":1728035493360,"duration":2}},{"uid":"8a1e47cf3950f64c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8a1e47cf3950f64c","status":"passed","time":{"start":1728033410206,"stop":1728033410206,"duration":0}}]},"29adc3555717e86fc42c9584dc554a98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91afc4fc73099e08","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/91afc4fc73099e08","status":"passed","time":{"start":1728033440728,"stop":1728033440729,"duration":1}}]},"8d6a141482614b8c5aaefdc36302a66b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12e038b4c134d368","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/12e038b4c134d368","status":"passed","time":{"start":1728033823629,"stop":1728033823630,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"84a8ba3b4888c36a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84a8ba3b4888c36a","status":"passed","time":{"start":1728086207897,"stop":1728086207898,"duration":1}},{"uid":"4b969d3854b492c1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4b969d3854b492c1","status":"passed","time":{"start":1728085227790,"stop":1728085227790,"duration":0}},{"uid":"d047403d62bff4c2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d047403d62bff4c2","status":"passed","time":{"start":1728084031090,"stop":1728084031091,"duration":1}},{"uid":"2dd8d33dab8e0bef","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2dd8d33dab8e0bef","status":"passed","time":{"start":1728083085064,"stop":1728083085065,"duration":1}},{"uid":"19e855c60a5e77e2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/19e855c60a5e77e2","status":"passed","time":{"start":1728082402957,"stop":1728082402957,"duration":0}},{"uid":"ba1e291c7a648453","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ba1e291c7a648453","status":"passed","time":{"start":1728069256721,"stop":1728069256721,"duration":0}},{"uid":"d1ae99b78b86eae4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d1ae99b78b86eae4","status":"passed","time":{"start":1728068039047,"stop":1728068039047,"duration":0}},{"uid":"68cc380df71a9ec","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/68cc380df71a9ec","status":"passed","time":{"start":1728066054976,"stop":1728066054976,"duration":0}},{"uid":"21218b2aa3ec51c1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/21218b2aa3ec51c1","status":"passed","time":{"start":1728066345494,"stop":1728066345495,"duration":1}},{"uid":"5f948fd430f91829","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5f948fd430f91829","status":"passed","time":{"start":1728057218517,"stop":1728057218517,"duration":0}},{"uid":"279966a452b212a5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/279966a452b212a5","status":"passed","time":{"start":1728056313099,"stop":1728056313099,"duration":0}},{"uid":"99fa7209aea0d700","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/99fa7209aea0d700","status":"passed","time":{"start":1728056731779,"stop":1728056731783,"duration":4}},{"uid":"a2308c4a0f2d12d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a2308c4a0f2d12d","status":"passed","time":{"start":1728052615128,"stop":1728052615129,"duration":1}},{"uid":"71e7dca5dfc30c8d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/71e7dca5dfc30c8d","status":"passed","time":{"start":1728046456503,"stop":1728046456503,"duration":0}},{"uid":"a0451820d8623934","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a0451820d8623934","status":"passed","time":{"start":1728047262761,"stop":1728047262761,"duration":0}},{"uid":"6f7e6fc4161a3690","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6f7e6fc4161a3690","status":"passed","time":{"start":1728043245053,"stop":1728043245053,"duration":0}},{"uid":"4870e4af35e9bb5a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4870e4af35e9bb5a","status":"passed","time":{"start":1728035876568,"stop":1728035876569,"duration":1}},{"uid":"553a817ab3663846","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/553a817ab3663846","status":"passed","time":{"start":1728033795263,"stop":1728033795264,"duration":1}},{"uid":"1a81a9fdb3433ede","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1a81a9fdb3433ede","status":"passed","time":{"start":1728033412127,"stop":1728033412128,"duration":1}},{"uid":"28aa4c72b1f48601","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/28aa4c72b1f48601","status":"passed","time":{"start":1728032929718,"stop":1728032929718,"duration":0}}]},"6c2756a7414aba61b3ae867f1928bcd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7277fe7e3ca40015","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7277fe7e3ca40015","status":"passed","time":{"start":1728043269965,"stop":1728043269966,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6685253dd8320d63","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6685253dd8320d63","status":"passed","time":{"start":1728085992916,"stop":1728085992917,"duration":1}},{"uid":"2b9c5c5898a157ff","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2b9c5c5898a157ff","status":"passed","time":{"start":1728085011932,"stop":1728085011933,"duration":1}},{"uid":"659bb07b81790e13","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/659bb07b81790e13","status":"passed","time":{"start":1728083868149,"stop":1728083868162,"duration":13}},{"uid":"8b5e1e0e2af7ab27","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8b5e1e0e2af7ab27","status":"passed","time":{"start":1728082931945,"stop":1728082931945,"duration":0}},{"uid":"81dee4df4e8b932d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/81dee4df4e8b932d","status":"passed","time":{"start":1728082258403,"stop":1728082258403,"duration":0}},{"uid":"206d0473003a5c3c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/206d0473003a5c3c","status":"passed","time":{"start":1728069041429,"stop":1728069041429,"duration":0}},{"uid":"2c86a352cb0ebc4f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2c86a352cb0ebc4f","status":"passed","time":{"start":1728067910743,"stop":1728067910743,"duration":0}},{"uid":"7203e391caea45d5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7203e391caea45d5","status":"passed","time":{"start":1728043037106,"stop":1728043037107,"duration":1}},{"uid":"812672845bdbb9da","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/812672845bdbb9da","status":"passed","time":{"start":1728035598948,"stop":1728035598949,"duration":1}},{"uid":"e66198914af413b3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e66198914af413b3","status":"passed","time":{"start":1728033517696,"stop":1728033517697,"duration":1}},{"uid":"9dbaab06eca2c958","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9dbaab06eca2c958","status":"passed","time":{"start":1728033142466,"stop":1728033142466,"duration":0}},{"uid":"3efa03e4732fe0dd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3efa03e4732fe0dd","status":"passed","time":{"start":1728032710105,"stop":1728032710105,"duration":0}},{"uid":"68b20f0b9728b04b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/68b20f0b9728b04b","status":"passed","time":{"start":1728032346543,"stop":1728032346544,"duration":1}},{"uid":"9824794129776306","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/9824794129776306","status":"passed","time":{"start":1728032067797,"stop":1728032067797,"duration":0}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":22,"unknown":0,"total":24},"items":[{"uid":"61e1ac099767b02d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/61e1ac099767b02d","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0}},{"uid":"411ee03caa4d23bd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/411ee03caa4d23bd","status":"passed","time":{"start":1728085254224,"stop":1728085254225,"duration":1}},{"uid":"ebc1d79212206f34","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ebc1d79212206f34","status":"passed","time":{"start":1728084056981,"stop":1728084056982,"duration":1}},{"uid":"ed6ad1c686d65776","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ed6ad1c686d65776","status":"passed","time":{"start":1728083113925,"stop":1728083113925,"duration":0}},{"uid":"eca484bae2e7ef1a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/eca484bae2e7ef1a","status":"passed","time":{"start":1728082422906,"stop":1728082422906,"duration":0}},{"uid":"7c69f5caff595f7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7c69f5caff595f7","status":"passed","time":{"start":1728069281350,"stop":1728069281354,"duration":4}},{"uid":"c1e3124372caf1fa","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c1e3124372caf1fa","status":"passed","time":{"start":1728068055155,"stop":1728068055156,"duration":1}},{"uid":"e726a4fdb5d11e7a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e726a4fdb5d11e7a","status":"passed","time":{"start":1728067502937,"stop":1728067502937,"duration":0}},{"uid":"94e0b0c223984972","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/94e0b0c223984972","status":"passed","time":{"start":1728067440371,"stop":1728067440371,"duration":0}},{"uid":"10e7f1d9ec56f7fe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/10e7f1d9ec56f7fe","status":"passed","time":{"start":1728058204384,"stop":1728058204385,"duration":1}},{"uid":"78444ea3e5521283","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/78444ea3e5521283","status":"passed","time":{"start":1728058106466,"stop":1728058106467,"duration":1}},{"uid":"674e6cb48207394a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/674e6cb48207394a","status":"passed","time":{"start":1728058024172,"stop":1728058024172,"duration":0}},{"uid":"f139bee577f67547","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f139bee577f67547","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732225,"stop":1728057732226,"duration":1}},{"uid":"d1f60db8a819e252","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d1f60db8a819e252","status":"passed","time":{"start":1728056359087,"stop":1728056359088,"duration":1}},{"uid":"c26d343b16f0f38f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c26d343b16f0f38f","status":"passed","time":{"start":1728053941725,"stop":1728053941726,"duration":1}},{"uid":"697852883a6292fe","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/697852883a6292fe","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755687,"stop":1728049755687,"duration":0}},{"uid":"db180e5b9607ed70","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/db180e5b9607ed70","status":"passed","time":{"start":1728048050523,"stop":1728048050523,"duration":0}},{"uid":"9f5dd3b3739da3f6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9f5dd3b3739da3f6","status":"passed","time":{"start":1728043269960,"stop":1728043269961,"duration":1}},{"uid":"29f8ac02c55956ac","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/29f8ac02c55956ac","status":"passed","time":{"start":1728035898411,"stop":1728035898412,"duration":1}},{"uid":"ce43cdad77376ae4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ce43cdad77376ae4","status":"passed","time":{"start":1728033815141,"stop":1728033815141,"duration":0}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a1cc99174cce2e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a1cc99174cce2e","status":"passed","time":{"start":1728086272022,"stop":1728086272023,"duration":1}},{"uid":"f600c012494ea5ab","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f600c012494ea5ab","status":"passed","time":{"start":1728085283340,"stop":1728085283340,"duration":0}},{"uid":"484f14521218ca65","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/484f14521218ca65","status":"passed","time":{"start":1728084090528,"stop":1728084090528,"duration":0}},{"uid":"feb730aa91ec7d71","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/feb730aa91ec7d71","status":"passed","time":{"start":1728083155566,"stop":1728083155566,"duration":0}},{"uid":"e48a5bbdc9848972","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e48a5bbdc9848972","status":"passed","time":{"start":1728082460326,"stop":1728082460326,"duration":0}},{"uid":"ef930704306603cf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ef930704306603cf","status":"passed","time":{"start":1728069321413,"stop":1728069321417,"duration":4}},{"uid":"9329f935e7308997","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9329f935e7308997","status":"passed","time":{"start":1728068107526,"stop":1728068107526,"duration":0}},{"uid":"3bf13085ecb251b8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3bf13085ecb251b8","status":"passed","time":{"start":1728043308788,"stop":1728043308788,"duration":0}},{"uid":"478584b28dd777c0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/478584b28dd777c0","status":"passed","time":{"start":1728035924351,"stop":1728035924352,"duration":1}},{"uid":"e5187f42d8bcba4c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e5187f42d8bcba4c","status":"passed","time":{"start":1728033839319,"stop":1728033839319,"duration":0}},{"uid":"76dbfbcc09364403","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/76dbfbcc09364403","status":"passed","time":{"start":1728033458352,"stop":1728033458352,"duration":0}},{"uid":"ce8eb56596805ecd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ce8eb56596805ecd","status":"passed","time":{"start":1728032996596,"stop":1728032996597,"duration":1}},{"uid":"753aa68d086cb1e5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/753aa68d086cb1e5","status":"passed","time":{"start":1728032626660,"stop":1728032626660,"duration":0}},{"uid":"3cb69cf0dea3fbde","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3cb69cf0dea3fbde","status":"passed","time":{"start":1728032353373,"stop":1728032353373,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b2dc12b5dd41fd4b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2dc12b5dd41fd4b","status":"passed","time":{"start":1728085897852,"stop":1728085897853,"duration":1}},{"uid":"58ab2a5c57d92b20","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/58ab2a5c57d92b20","status":"passed","time":{"start":1728084911102,"stop":1728084911104,"duration":2}},{"uid":"25b441030c734598","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/25b441030c734598","status":"passed","time":{"start":1728083777444,"stop":1728083777445,"duration":1}},{"uid":"d31fe5ce4caa5762","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d31fe5ce4caa5762","status":"passed","time":{"start":1728082840905,"stop":1728082840906,"duration":1}},{"uid":"1c29f3d3bd7d0996","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1c29f3d3bd7d0996","status":"passed","time":{"start":1728082173078,"stop":1728082173080,"duration":2}},{"uid":"4cdeb13c9f9aa093","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4cdeb13c9f9aa093","status":"passed","time":{"start":1728068942355,"stop":1728068942356,"duration":1}},{"uid":"73dc7be30549958e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/73dc7be30549958e","status":"passed","time":{"start":1728067817947,"stop":1728067817948,"duration":1}},{"uid":"897e31f3d6044c51","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/897e31f3d6044c51","status":"passed","time":{"start":1728065664966,"stop":1728065664967,"duration":1}},{"uid":"916341bfb5128939","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/916341bfb5128939","status":"passed","time":{"start":1728065954886,"stop":1728065954888,"duration":2}},{"uid":"d7759dc600846adb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d7759dc600846adb","status":"passed","time":{"start":1728056845047,"stop":1728056845049,"duration":2}},{"uid":"af8134c6193e5569","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/af8134c6193e5569","status":"passed","time":{"start":1728056016984,"stop":1728056016985,"duration":1}},{"uid":"df29a9492a98fb97","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/df29a9492a98fb97","status":"passed","time":{"start":1728056337248,"stop":1728056337249,"duration":1}},{"uid":"7f0ab2c3bf27d3fb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7f0ab2c3bf27d3fb","status":"passed","time":{"start":1728055148757,"stop":1728055148758,"duration":1}},{"uid":"8b37710a39a7ad00","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8b37710a39a7ad00","status":"passed","time":{"start":1728054127191,"stop":1728054127192,"duration":1}},{"uid":"7142706bc9a3e90b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7142706bc9a3e90b","status":"passed","time":{"start":1728052404920,"stop":1728052404921,"duration":1}},{"uid":"abdc4ba8b4e6b575","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/abdc4ba8b4e6b575","status":"passed","time":{"start":1728046086244,"stop":1728046086246,"duration":2}},{"uid":"70f40a2c91163e1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/70f40a2c91163e1","status":"passed","time":{"start":1728046871095,"stop":1728046871096,"duration":1}},{"uid":"e72c365646458f71","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e72c365646458f71","status":"passed","time":{"start":1728042940925,"stop":1728042940926,"duration":1}},{"uid":"e1f9570139541172","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e1f9570139541172","status":"passed","time":{"start":1728035504141,"stop":1728035504143,"duration":2}},{"uid":"1492d8cbe90b8669","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1492d8cbe90b8669","status":"passed","time":{"start":1728033420766,"stop":1728033420767,"duration":1}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"3cd9f5be531dc94f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3cd9f5be531dc94f","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0}},{"uid":"8e5f5975eccf98d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8e5f5975eccf98d","status":"passed","time":{"start":1728084876409,"stop":1728084876409,"duration":0}},{"uid":"7055183be9363fce","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7055183be9363fce","status":"passed","time":{"start":1728083744365,"stop":1728083744365,"duration":0}},{"uid":"c1178a5e35452914","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c1178a5e35452914","status":"passed","time":{"start":1728082807458,"stop":1728082807458,"duration":0}},{"uid":"4e21d789af74d5e0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4e21d789af74d5e0","status":"passed","time":{"start":1728082139327,"stop":1728082139327,"duration":0}},{"uid":"de13fd9bf3c7b0f3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/de13fd9bf3c7b0f3","status":"passed","time":{"start":1728068908067,"stop":1728068908067,"duration":0}},{"uid":"5b287d52fe99492b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5b287d52fe99492b","status":"passed","time":{"start":1728067784719,"stop":1728067784719,"duration":0}},{"uid":"9d3ad274eaa5d24a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9d3ad274eaa5d24a","status":"passed","time":{"start":1728065631523,"stop":1728065631524,"duration":1}},{"uid":"9ba05190beda01d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9ba05190beda01d","status":"passed","time":{"start":1728065920835,"stop":1728065920836,"duration":1}},{"uid":"ef52e5636193f513","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ef52e5636193f513","status":"passed","time":{"start":1728056811594,"stop":1728056811594,"duration":0}},{"uid":"8ec6edb854510f3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8ec6edb854510f3","status":"passed","time":{"start":1728055983151,"stop":1728055983151,"duration":0}},{"uid":"beb6e910878d59d7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/beb6e910878d59d7","status":"passed","time":{"start":1728056303690,"stop":1728056303690,"duration":0}},{"uid":"e4ecd66400320bf6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e4ecd66400320bf6","status":"passed","time":{"start":1728055114823,"stop":1728055114823,"duration":0}},{"uid":"6544a0f7cb2429f6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6544a0f7cb2429f6","status":"passed","time":{"start":1728054093612,"stop":1728054093612,"duration":0}},{"uid":"8450b91a2ff557de","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8450b91a2ff557de","status":"passed","time":{"start":1728052371198,"stop":1728052371198,"duration":0}},{"uid":"25dfe702fd83ce54","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/25dfe702fd83ce54","status":"passed","time":{"start":1728046051735,"stop":1728046051735,"duration":0}},{"uid":"a19012cfff33eea0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a19012cfff33eea0","status":"passed","time":{"start":1728046837819,"stop":1728046837820,"duration":1}},{"uid":"232584e95b35d5f3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/232584e95b35d5f3","status":"passed","time":{"start":1728042907592,"stop":1728042907592,"duration":0}},{"uid":"a0e8c1ed5c47924e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a0e8c1ed5c47924e","status":"passed","time":{"start":1728035469892,"stop":1728035469893,"duration":1}},{"uid":"cee593eef0b58fb7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cee593eef0b58fb7","status":"passed","time":{"start":1728033386405,"stop":1728033386406,"duration":1}}]},"2a6d42d27f8deaa02d2cad4f68b7c56c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77acdd4829cfeb87","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/77acdd4829cfeb87","status":"passed","time":{"start":1728032520654,"stop":1728032520654,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"5d61976cd6ba38e2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5d61976cd6ba38e2","status":"passed","time":{"start":1728086033887,"stop":1728086033888,"duration":1}},{"uid":"667765094148f5a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/667765094148f5a","status":"passed","time":{"start":1728085047245,"stop":1728085047245,"duration":0}},{"uid":"16991e5da5f0f960","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/16991e5da5f0f960","status":"passed","time":{"start":1728083902769,"stop":1728083902769,"duration":0}},{"uid":"ed402bee4fdab49c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ed402bee4fdab49c","status":"passed","time":{"start":1728082961498,"stop":1728082961499,"duration":1}},{"uid":"cf508f20bd91355d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cf508f20bd91355d","status":"passed","time":{"start":1728082284024,"stop":1728082284024,"duration":0}},{"uid":"a5c9b5076aad7f88","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a5c9b5076aad7f88","status":"passed","time":{"start":1728069082643,"stop":1728069082643,"duration":0}},{"uid":"1b9670c51ad5e25a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1b9670c51ad5e25a","status":"passed","time":{"start":1728067941384,"stop":1728067941384,"duration":0}},{"uid":"7d38eb536696a627","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7d38eb536696a627","status":"passed","time":{"start":1728066171565,"stop":1728066171566,"duration":1}},{"uid":"2435845d6fee4d9c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2435845d6fee4d9c","status":"passed","time":{"start":1728066512881,"stop":1728066512881,"duration":0}},{"uid":"d0ec64cc363a52c8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d0ec64cc363a52c8","status":"passed","time":{"start":1728057355628,"stop":1728057355628,"duration":0}},{"uid":"78d4643a0a1563a2","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/78d4643a0a1563a2","status":"passed","time":{"start":1728056563503,"stop":1728056563503,"duration":0}},{"uid":"9d20183b5fc41698","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9d20183b5fc41698","status":"passed","time":{"start":1728056935466,"stop":1728056935466,"duration":0}},{"uid":"801e323d67a40cb9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/801e323d67a40cb9","status":"passed","time":{"start":1728055614336,"stop":1728055614336,"duration":0}},{"uid":"ccf7ba2adecc2610","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ccf7ba2adecc2610","status":"passed","time":{"start":1728054752361,"stop":1728054752361,"duration":0}},{"uid":"26ed8ee90cb517b7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/26ed8ee90cb517b7","status":"passed","time":{"start":1728052861015,"stop":1728052861016,"duration":1}},{"uid":"32fddd3f1187e5ee","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/32fddd3f1187e5ee","status":"passed","time":{"start":1728046783417,"stop":1728046783417,"duration":0}},{"uid":"5ffad738332900ad","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5ffad738332900ad","status":"passed","time":{"start":1728047429491,"stop":1728047429491,"duration":0}},{"uid":"fa6ada17361b5b8a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fa6ada17361b5b8a","status":"passed","time":{"start":1728043084133,"stop":1728043084134,"duration":1}},{"uid":"4df4e1a7837cfe8e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4df4e1a7837cfe8e","status":"passed","time":{"start":1728035601387,"stop":1728035601388,"duration":1}},{"uid":"624df515e8f69136","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/624df515e8f69136","status":"passed","time":{"start":1728033520526,"stop":1728033520527,"duration":1}}]},"cc06fa4602c9fc1d9dca08ac8eb6aaa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42d40d9cc140203","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/42d40d9cc140203","status":"passed","time":{"start":1728033444794,"stop":1728033444795,"duration":1}}]},"932f1422f770b02407c46a4ff4406e86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d69149cfb2755e0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3d69149cfb2755e0","status":"passed","time":{"start":1728084067127,"stop":1728084067129,"duration":2}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"509cbcb054310bbb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/509cbcb054310bbb","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0}},{"uid":"7904ec7c54efc31d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7904ec7c54efc31d","status":"passed","time":{"start":1728084876384,"stop":1728084876384,"duration":0}},{"uid":"b5f991fb942f5722","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b5f991fb942f5722","status":"passed","time":{"start":1728083744341,"stop":1728083744341,"duration":0}},{"uid":"bff720152e3408f5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bff720152e3408f5","status":"passed","time":{"start":1728082807429,"stop":1728082807434,"duration":5}},{"uid":"f610866e2b5ce317","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f610866e2b5ce317","status":"passed","time":{"start":1728082139300,"stop":1728082139301,"duration":1}},{"uid":"3c6e3fabf2cd1419","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3c6e3fabf2cd1419","status":"passed","time":{"start":1728068908039,"stop":1728068908039,"duration":0}},{"uid":"e36894e73cd86dd2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e36894e73cd86dd2","status":"passed","time":{"start":1728067784691,"stop":1728067784696,"duration":5}},{"uid":"bdb7dfc65628d114","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bdb7dfc65628d114","status":"passed","time":{"start":1728065631498,"stop":1728065631499,"duration":1}},{"uid":"96321cd62ed9d39b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/96321cd62ed9d39b","status":"passed","time":{"start":1728065920810,"stop":1728065920810,"duration":0}},{"uid":"1ef1a14a09d05128","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1ef1a14a09d05128","status":"passed","time":{"start":1728056811568,"stop":1728056811568,"duration":0}},{"uid":"5552aa34b6f29e7d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5552aa34b6f29e7d","status":"passed","time":{"start":1728055983125,"stop":1728055983126,"duration":1}},{"uid":"51c3317c79abb742","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/51c3317c79abb742","status":"passed","time":{"start":1728056303670,"stop":1728056303670,"duration":0}},{"uid":"ad2966e2a9a1e69e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ad2966e2a9a1e69e","status":"passed","time":{"start":1728055114793,"stop":1728055114798,"duration":5}},{"uid":"63b8615f708d776e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/63b8615f708d776e","status":"passed","time":{"start":1728054093579,"stop":1728054093584,"duration":5}},{"uid":"fb6636c668f9299c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/fb6636c668f9299c","status":"passed","time":{"start":1728052371168,"stop":1728052371168,"duration":0}},{"uid":"aedce08b5989c7d7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/aedce08b5989c7d7","status":"passed","time":{"start":1728046051707,"stop":1728046051707,"duration":0}},{"uid":"f20c1fdf3038dda6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f20c1fdf3038dda6","status":"passed","time":{"start":1728046837796,"stop":1728046837796,"duration":0}},{"uid":"1837e55004fd20e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1837e55004fd20e2","status":"passed","time":{"start":1728042907564,"stop":1728042907565,"duration":1}},{"uid":"5ce2f2c5413766ca","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5ce2f2c5413766ca","status":"passed","time":{"start":1728035469872,"stop":1728035469873,"duration":1}},{"uid":"aacedd172f6045bb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/aacedd172f6045bb","status":"passed","time":{"start":1728033386380,"stop":1728033386380,"duration":0}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d62a8c3c9fcdc41d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d62a8c3c9fcdc41d","status":"passed","time":{"start":1728085864173,"stop":1728085864173,"duration":0}},{"uid":"974eb45b9f941bc9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/974eb45b9f941bc9","status":"passed","time":{"start":1728084876401,"stop":1728084876401,"duration":0}},{"uid":"77eccb896abffdd8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/77eccb896abffdd8","status":"passed","time":{"start":1728083744358,"stop":1728083744358,"duration":0}},{"uid":"3d483f5e0a4ec9b8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3d483f5e0a4ec9b8","status":"passed","time":{"start":1728082807451,"stop":1728082807451,"duration":0}},{"uid":"7c39b7931d5d75c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7c39b7931d5d75c","status":"passed","time":{"start":1728082139320,"stop":1728082139320,"duration":0}},{"uid":"afe4769497e25ff8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/afe4769497e25ff8","status":"passed","time":{"start":1728068908059,"stop":1728068908059,"duration":0}},{"uid":"bc17fef05ab04ea4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bc17fef05ab04ea4","status":"passed","time":{"start":1728067784713,"stop":1728067784713,"duration":0}},{"uid":"478b24dbb227a8d2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/478b24dbb227a8d2","status":"passed","time":{"start":1728065631516,"stop":1728065631516,"duration":0}},{"uid":"b68b53783cfb3a65","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b68b53783cfb3a65","status":"passed","time":{"start":1728065920828,"stop":1728065920828,"duration":0}},{"uid":"6d5ca6eb78749a6e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6d5ca6eb78749a6e","status":"passed","time":{"start":1728056811587,"stop":1728056811587,"duration":0}},{"uid":"adf5e63f41deadb3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/adf5e63f41deadb3","status":"passed","time":{"start":1728055983144,"stop":1728055983144,"duration":0}},{"uid":"ee16102094f6a19a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ee16102094f6a19a","status":"passed","time":{"start":1728056303685,"stop":1728056303685,"duration":0}},{"uid":"38bf62fa169ec11c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/38bf62fa169ec11c","status":"passed","time":{"start":1728055114816,"stop":1728055114816,"duration":0}},{"uid":"dc5b2b58e68409d1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/dc5b2b58e68409d1","status":"passed","time":{"start":1728054093603,"stop":1728054093603,"duration":0}},{"uid":"388c1a61ccb4b0f2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/388c1a61ccb4b0f2","status":"passed","time":{"start":1728052371190,"stop":1728052371190,"duration":0}},{"uid":"b3a9d9971fe7adc2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b3a9d9971fe7adc2","status":"passed","time":{"start":1728046051727,"stop":1728046051728,"duration":1}},{"uid":"6c34b2ec8728ac4d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c34b2ec8728ac4d","status":"passed","time":{"start":1728046837812,"stop":1728046837812,"duration":0}},{"uid":"c22c3fbb16029fd5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c22c3fbb16029fd5","status":"passed","time":{"start":1728042907585,"stop":1728042907586,"duration":1}},{"uid":"6904bfe07b0a6c07","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6904bfe07b0a6c07","status":"passed","time":{"start":1728035469886,"stop":1728035469886,"duration":0}},{"uid":"6934a5cf881d29e0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6934a5cf881d29e0","status":"passed","time":{"start":1728033386397,"stop":1728033386398,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":15,"unknown":0,"total":24},"items":[{"uid":"e4f075323a3ae489","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e4f075323a3ae489","status":"passed","time":{"start":1728086278947,"stop":1728086278948,"duration":1}},{"uid":"2c5a2fd993ec8e8a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2c5a2fd993ec8e8a","status":"passed","time":{"start":1728085297298,"stop":1728085297298,"duration":0}},{"uid":"6c7030d40ccd5ea1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6c7030d40ccd5ea1","status":"passed","time":{"start":1728084099012,"stop":1728084099012,"duration":0}},{"uid":"deaa6188218b5901","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/deaa6188218b5901","status":"passed","time":{"start":1728083168723,"stop":1728083168723,"duration":0}},{"uid":"2034f799bea8e238","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2034f799bea8e238","status":"passed","time":{"start":1728082475179,"stop":1728082475179,"duration":0}},{"uid":"7b9778e2c3916f3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7b9778e2c3916f3","status":"passed","time":{"start":1728069329882,"stop":1728069329883,"duration":1}},{"uid":"788399a413dc2dec","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/788399a413dc2dec","status":"passed","time":{"start":1728068129099,"stop":1728068129100,"duration":1}},{"uid":"e701becc0b88b0b7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e701becc0b88b0b7","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728066363195,"stop":1728066363196,"duration":1}},{"uid":"a0f1cc3cbd5bc08b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a0f1cc3cbd5bc08b","status":"passed","time":{"start":1728066668751,"stop":1728066668752,"duration":1}},{"uid":"97c62f50b9f9237","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/97c62f50b9f9237","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728057555822,"stop":1728057555822,"duration":0}},{"uid":"5b14d62c2faca159","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5b14d62c2faca159","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728056613616,"stop":1728056613616,"duration":0}},{"uid":"55f46afb59396d42","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/55f46afb59396d42","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728057085892,"stop":1728057085892,"duration":0}},{"uid":"892d04a2a4382fb5","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/892d04a2a4382fb5","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728055560431,"stop":1728055560431,"duration":0}},{"uid":"4e2eb42045ee5a08","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4e2eb42045ee5a08","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728054538386,"stop":1728054538386,"duration":0}},{"uid":"c512df32dec6991c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c512df32dec6991c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728052904256,"stop":1728052904256,"duration":0}},{"uid":"19465034db2b032d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/19465034db2b032d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728046831435,"stop":1728046831435,"duration":0}},{"uid":"f7b72e45f8cd0431","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f7b72e45f8cd0431","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728047585300,"stop":1728047585300,"duration":0}},{"uid":"32d6f5d26207e7ed","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/32d6f5d26207e7ed","status":"passed","time":{"start":1728043316558,"stop":1728043316558,"duration":0}},{"uid":"eb8890f39a2c47a7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/eb8890f39a2c47a7","status":"passed","time":{"start":1728035941616,"stop":1728035941617,"duration":1}},{"uid":"f6190f53f1335400","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f6190f53f1335400","status":"passed","time":{"start":1728033855893,"stop":1728033855893,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7c43bb2eaed009f7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c43bb2eaed009f7","status":"passed","time":{"start":1728086192523,"stop":1728086192526,"duration":3}},{"uid":"f02bf52007dfc191","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f02bf52007dfc191","status":"passed","time":{"start":1728085207485,"stop":1728085207485,"duration":0}},{"uid":"5227c446c6fc43d3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5227c446c6fc43d3","status":"passed","time":{"start":1728084038285,"stop":1728084038285,"duration":0}},{"uid":"af964d6be223ef36","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/af964d6be223ef36","status":"passed","time":{"start":1728083118108,"stop":1728083118109,"duration":1}},{"uid":"5b228bd230c3765c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5b228bd230c3765c","status":"passed","time":{"start":1728082399709,"stop":1728082399709,"duration":0}},{"uid":"dde06ffbdb5185b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dde06ffbdb5185b","status":"passed","time":{"start":1728069237581,"stop":1728069237583,"duration":2}},{"uid":"24f371504a65e58d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/24f371504a65e58d","status":"passed","time":{"start":1728068055939,"stop":1728068055939,"duration":0}},{"uid":"de618bd685ee7d61","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/de618bd685ee7d61","status":"passed","time":{"start":1728043232168,"stop":1728043232168,"duration":0}},{"uid":"ed2de486e2d5b1d9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ed2de486e2d5b1d9","status":"passed","time":{"start":1728035844057,"stop":1728035844057,"duration":0}},{"uid":"5a4be403326a0a0d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5a4be403326a0a0d","status":"passed","time":{"start":1728033765883,"stop":1728033765883,"duration":0}},{"uid":"2021e71161522f3e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2021e71161522f3e","status":"passed","time":{"start":1728033382952,"stop":1728033382952,"duration":0}},{"uid":"4eab67cbfffaaa6c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4eab67cbfffaaa6c","status":"passed","time":{"start":1728032914494,"stop":1728032914495,"duration":1}},{"uid":"19332ee8215266d3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/19332ee8215266d3","status":"passed","time":{"start":1728032550362,"stop":1728032550362,"duration":0}},{"uid":"d8e91a918ce9e366","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d8e91a918ce9e366","status":"passed","time":{"start":1728032274023,"stop":1728032274023,"duration":0}}]},"b57bc5a5ccf6dad98c6bacc8ee129ca0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57044f94c2a9582a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/57044f94c2a9582a","status":"passed","time":{"start":1728032317357,"stop":1728032317357,"duration":0}}]},"94f482c63f62350e2f4243d880ab9d41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95742a6b0fbc8aaa","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/95742a6b0fbc8aaa","status":"passed","time":{"start":1728032886561,"stop":1728032886561,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"dd92edd140f642a6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd92edd140f642a6","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0}},{"uid":"93b82bbd6d44a59f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/93b82bbd6d44a59f","status":"passed","time":{"start":1728084879035,"stop":1728084879036,"duration":1}},{"uid":"7de2eede9c96b9a0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7de2eede9c96b9a0","status":"passed","time":{"start":1728083746823,"stop":1728083746824,"duration":1}},{"uid":"36f3e56ff4e4cf60","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/36f3e56ff4e4cf60","status":"passed","time":{"start":1728082809886,"stop":1728082809886,"duration":0}},{"uid":"c7fbdb772ca3e9d6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c7fbdb772ca3e9d6","status":"passed","time":{"start":1728082141922,"stop":1728082141922,"duration":0}},{"uid":"70fbae72e4a18f6e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/70fbae72e4a18f6e","status":"passed","time":{"start":1728068910695,"stop":1728068910695,"duration":0}},{"uid":"9bdb03165a443906","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9bdb03165a443906","status":"passed","time":{"start":1728067787168,"stop":1728067787168,"duration":0}},{"uid":"f7be0eee0104250b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f7be0eee0104250b","status":"passed","time":{"start":1728065633938,"stop":1728065633938,"duration":0}},{"uid":"dc20378e6b30c597","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/dc20378e6b30c597","status":"passed","time":{"start":1728065923368,"stop":1728065923368,"duration":0}},{"uid":"8b9fda412e6b3268","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8b9fda412e6b3268","status":"passed","time":{"start":1728056814109,"stop":1728056814110,"duration":1}},{"uid":"ed39048d01550350","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ed39048d01550350","status":"passed","time":{"start":1728055985592,"stop":1728055985592,"duration":0}},{"uid":"85efcfab34d8dd48","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/85efcfab34d8dd48","status":"passed","time":{"start":1728056306164,"stop":1728056306164,"duration":0}},{"uid":"4f41ad5d8707f470","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4f41ad5d8707f470","status":"passed","time":{"start":1728055117292,"stop":1728055117292,"duration":0}},{"uid":"9581b5b01657d17","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9581b5b01657d17","status":"passed","time":{"start":1728054096136,"stop":1728054096136,"duration":0}},{"uid":"285b3a6489b8d899","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/285b3a6489b8d899","status":"passed","time":{"start":1728052373753,"stop":1728052373754,"duration":1}},{"uid":"c783ba2255a6a774","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c783ba2255a6a774","status":"passed","time":{"start":1728046054337,"stop":1728046054338,"duration":1}},{"uid":"bfa7eb81768d10aa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bfa7eb81768d10aa","status":"passed","time":{"start":1728046840404,"stop":1728046840405,"duration":1}},{"uid":"6887f31aa518b177","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6887f31aa518b177","status":"passed","time":{"start":1728042910012,"stop":1728042910013,"duration":1}},{"uid":"bc8608f1fbf1de8a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bc8608f1fbf1de8a","status":"passed","time":{"start":1728035472428,"stop":1728035472428,"duration":0}},{"uid":"5338468f3b8e6d2d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5338468f3b8e6d2d","status":"passed","time":{"start":1728033388942,"stop":1728033388943,"duration":1}}]},"da01cd525d802e317deedbddf9243a30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbad3fb12f5d1088","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cbad3fb12f5d1088","status":"passed","time":{"start":1728035785869,"stop":1728035785869,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e2c6daed569aba47","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e2c6daed569aba47","status":"passed","time":{"start":1728086033927,"stop":1728086033927,"duration":0}},{"uid":"ab7245e83e4c79d0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ab7245e83e4c79d0","status":"passed","time":{"start":1728085047263,"stop":1728085047263,"duration":0}},{"uid":"f9a4ffb7e48833e3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f9a4ffb7e48833e3","status":"passed","time":{"start":1728083902782,"stop":1728083902782,"duration":0}},{"uid":"7f900a9b702a630c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7f900a9b702a630c","status":"passed","time":{"start":1728082961528,"stop":1728082961528,"duration":0}},{"uid":"bec29dd8c1784bdc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bec29dd8c1784bdc","status":"passed","time":{"start":1728082284036,"stop":1728082284036,"duration":0}},{"uid":"ecc32e5505d44a71","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ecc32e5505d44a71","status":"passed","time":{"start":1728069082688,"stop":1728069082689,"duration":1}},{"uid":"9e37b62506928b09","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9e37b62506928b09","status":"passed","time":{"start":1728067941399,"stop":1728067941400,"duration":1}},{"uid":"397cbf287f090930","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/397cbf287f090930","status":"passed","time":{"start":1728066171577,"stop":1728066171577,"duration":0}},{"uid":"794336728c8788f5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/794336728c8788f5","status":"passed","time":{"start":1728066512895,"stop":1728066512895,"duration":0}},{"uid":"87bbb3e239a9e899","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/87bbb3e239a9e899","status":"passed","time":{"start":1728057355644,"stop":1728057355644,"duration":0}},{"uid":"fd6467859ce12b30","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fd6467859ce12b30","status":"passed","time":{"start":1728056563514,"stop":1728056563514,"duration":0}},{"uid":"827a30dabf8f86b7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/827a30dabf8f86b7","status":"passed","time":{"start":1728056935479,"stop":1728056935479,"duration":0}},{"uid":"6dd11fbea603d90f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6dd11fbea603d90f","status":"passed","time":{"start":1728055614346,"stop":1728055614346,"duration":0}},{"uid":"98da8434dae271f5","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/98da8434dae271f5","status":"passed","time":{"start":1728054752369,"stop":1728054752370,"duration":1}},{"uid":"bfade9caaebc5693","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/bfade9caaebc5693","status":"passed","time":{"start":1728052861026,"stop":1728052861026,"duration":0}},{"uid":"739c729cc1285a4d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/739c729cc1285a4d","status":"passed","time":{"start":1728046783430,"stop":1728046783431,"duration":1}},{"uid":"2663855201a193cd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2663855201a193cd","status":"passed","time":{"start":1728047429502,"stop":1728047429503,"duration":1}},{"uid":"79c29beb183d3a42","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/79c29beb183d3a42","status":"passed","time":{"start":1728043084157,"stop":1728043084158,"duration":1}},{"uid":"adeb67ab0540b2d6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/adeb67ab0540b2d6","status":"passed","time":{"start":1728035601405,"stop":1728035601406,"duration":1}},{"uid":"e313c78236467355","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e313c78236467355","status":"passed","time":{"start":1728033520577,"stop":1728033520577,"duration":0}}]},"c173dfd8bef29b298052d34b916c6f28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e81129fd633e28ce","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e81129fd633e28ce","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728055090246,"stop":1728055090246,"duration":0}}]},"d5d2e13926a55cb7f46f66c4427e15b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e298bc6e76b0b0d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1e298bc6e76b0b0d","status":"passed","time":{"start":1728085254225,"stop":1728085254225,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":21,"unknown":0,"total":24},"items":[{"uid":"e9d854621b7d08b6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e9d854621b7d08b6","status":"passed","time":{"start":1728086260643,"stop":1728086260651,"duration":8}},{"uid":"aff69511ac5bd836","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/aff69511ac5bd836","status":"passed","time":{"start":1728085277870,"stop":1728085277870,"duration":0}},{"uid":"f7db78bf27fdcdb3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f7db78bf27fdcdb3","status":"passed","time":{"start":1728084067126,"stop":1728084067127,"duration":1}},{"uid":"967db3fa0c3f209c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/967db3fa0c3f209c","status":"passed","time":{"start":1728083147578,"stop":1728083147580,"duration":2}},{"uid":"68e4d184dd3ae899","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/68e4d184dd3ae899","status":"passed","time":{"start":1728082438070,"stop":1728082438071,"duration":1}},{"uid":"d058187fa2f4302d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d058187fa2f4302d","status":"passed","time":{"start":1728069309213,"stop":1728069309213,"duration":0}},{"uid":"61ddd93206e2c40f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/61ddd93206e2c40f","status":"passed","time":{"start":1728068082724,"stop":1728068082725,"duration":1}},{"uid":"c7a237a392ae2e99","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c7a237a392ae2e99","status":"passed","time":{"start":1728066313084,"stop":1728066313084,"duration":0}},{"uid":"a7c245318be15373","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a7c245318be15373","status":"passed","time":{"start":1728066643857,"stop":1728066643858,"duration":1}},{"uid":"4023951b1e2d12b5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4023951b1e2d12b5","status":"passed","time":{"start":1728057700428,"stop":1728057700428,"duration":0}},{"uid":"dc5650c911dd9592","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/dc5650c911dd9592","status":"passed","time":{"start":1728056619526,"stop":1728056619526,"duration":0}},{"uid":"831a641a02026d5d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/831a641a02026d5d","status":"passed","time":{"start":1728057124844,"stop":1728057124844,"duration":0}},{"uid":"95506ad2a2f09e3a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/95506ad2a2f09e3a","status":"passed","time":{"start":1728055761102,"stop":1728055761103,"duration":1}},{"uid":"54cf0ed3796e0bba","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/54cf0ed3796e0bba","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728055090236,"stop":1728055090236,"duration":0}},{"uid":"899029397ecada92","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/899029397ecada92","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728053197836,"stop":1728053197836,"duration":0}},{"uid":"15af0d27e06d655c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/15af0d27e06d655c","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494800,"stop":1728047494800,"duration":0}},{"uid":"cbb95ba010035856","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cbb95ba010035856","status":"passed","time":{"start":1728047681503,"stop":1728047681503,"duration":0}},{"uid":"acf94bc5e7c978a4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/acf94bc5e7c978a4","status":"passed","time":{"start":1728043300949,"stop":1728043300950,"duration":1}},{"uid":"5eb866e065bf825d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5eb866e065bf825d","status":"passed","time":{"start":1728035911088,"stop":1728035911089,"duration":1}},{"uid":"5a18c0b90477327f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5a18c0b90477327f","status":"passed","time":{"start":1728033823629,"stop":1728033823629,"duration":0}}]},"3654a8a1cbe3d9357002ff2f8811a3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29c1ccf8c5563ea3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/29c1ccf8c5563ea3","status":"passed","time":{"start":1728055761104,"stop":1728055761105,"duration":1}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"766e1788753ae608","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/766e1788753ae608","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0}},{"uid":"5aa454150dd7af8b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5aa454150dd7af8b","status":"passed","time":{"start":1728085269084,"stop":1728085269085,"duration":1}},{"uid":"ce0a14171ea1252b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce0a14171ea1252b","status":"passed","time":{"start":1728069312638,"stop":1728069312638,"duration":0}},{"uid":"fa23a982de18b3ca","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fa23a982de18b3ca","status":"passed","time":{"start":1728046423447,"stop":1728046423448,"duration":1}},{"uid":"e3375e5cab91e273","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e3375e5cab91e273","status":"passed","time":{"start":1728043297183,"stop":1728043297184,"duration":1}},{"uid":"2e62d1d1dd655d16","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2e62d1d1dd655d16","status":"passed","time":{"start":1728035880160,"stop":1728035880161,"duration":1}},{"uid":"7195026130833954","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7195026130833954","status":"passed","time":{"start":1728033788833,"stop":1728033788834,"duration":1}},{"uid":"43a8f657bc8a588","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/43a8f657bc8a588","status":"passed","time":{"start":1728033423644,"stop":1728033423644,"duration":0}},{"uid":"e3ab46b762d92b43","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e3ab46b762d92b43","status":"passed","time":{"start":1728032985144,"stop":1728032985145,"duration":1}},{"uid":"bf8dc639d0340e58","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bf8dc639d0340e58","status":"passed","time":{"start":1728032614949,"stop":1728032614950,"duration":1}},{"uid":"f62392f1e6dfa9de","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f62392f1e6dfa9de","status":"passed","time":{"start":1728032348379,"stop":1728032348380,"duration":1}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8f116647668d1400","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8f116647668d1400","status":"passed","time":{"start":1728085872164,"stop":1728085872165,"duration":1}},{"uid":"7629c27ad45896ea","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7629c27ad45896ea","status":"passed","time":{"start":1728084884492,"stop":1728084884492,"duration":0}},{"uid":"7cb7b10a0e3a32f4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7cb7b10a0e3a32f4","status":"passed","time":{"start":1728083751982,"stop":1728083751983,"duration":1}},{"uid":"b03d84d4c7feff59","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b03d84d4c7feff59","status":"passed","time":{"start":1728082815029,"stop":1728082815030,"duration":1}},{"uid":"132eb214cc53a9d6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/132eb214cc53a9d6","status":"passed","time":{"start":1728082147315,"stop":1728082147316,"duration":1}},{"uid":"1e2febf39788e903","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1e2febf39788e903","status":"passed","time":{"start":1728068916318,"stop":1728068916319,"duration":1}},{"uid":"36cc4f581b1a32b7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/36cc4f581b1a32b7","status":"passed","time":{"start":1728067792187,"stop":1728067792187,"duration":0}},{"uid":"2cbcd41377ad0d15","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2cbcd41377ad0d15","status":"passed","time":{"start":1728065639251,"stop":1728065639252,"duration":1}},{"uid":"47de3a245e1b4be0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/47de3a245e1b4be0","status":"passed","time":{"start":1728065928755,"stop":1728065928756,"duration":1}},{"uid":"3ca0286b67bdf588","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3ca0286b67bdf588","status":"passed","time":{"start":1728056819195,"stop":1728056819196,"duration":1}},{"uid":"291bfe31b30702c3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/291bfe31b30702c3","status":"passed","time":{"start":1728055990806,"stop":1728055990806,"duration":0}},{"uid":"b565bba8f23342f1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b565bba8f23342f1","status":"passed","time":{"start":1728056311520,"stop":1728056311521,"duration":1}},{"uid":"99aa83371edccdd9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/99aa83371edccdd9","status":"passed","time":{"start":1728055122697,"stop":1728055122698,"duration":1}},{"uid":"4f945ca9e5b356ea","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4f945ca9e5b356ea","status":"passed","time":{"start":1728054101373,"stop":1728054101374,"duration":1}},{"uid":"434c46f197ade5d6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/434c46f197ade5d6","status":"passed","time":{"start":1728052379034,"stop":1728052379035,"duration":1}},{"uid":"351bb2b1344fe64d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/351bb2b1344fe64d","status":"passed","time":{"start":1728046059819,"stop":1728046059820,"duration":1}},{"uid":"335a6636ce078eed","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/335a6636ce078eed","status":"passed","time":{"start":1728046845705,"stop":1728046845706,"duration":1}},{"uid":"640570c2face02f3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/640570c2face02f3","status":"passed","time":{"start":1728042915321,"stop":1728042915323,"duration":2}},{"uid":"1917e0b098a63035","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1917e0b098a63035","status":"passed","time":{"start":1728035477903,"stop":1728035477903,"duration":0}},{"uid":"4ab10d6850af1e2d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4ab10d6850af1e2d","status":"passed","time":{"start":1728033394386,"stop":1728033394388,"duration":2}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7eb75dbdaa14de61","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7eb75dbdaa14de61","status":"passed","time":{"start":1728086280306,"stop":1728086280307,"duration":1}},{"uid":"d701bdcef01281ba","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d701bdcef01281ba","status":"passed","time":{"start":1728085297172,"stop":1728085297172,"duration":0}},{"uid":"6950ed202fabd740","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6950ed202fabd740","status":"passed","time":{"start":1728084101598,"stop":1728084101603,"duration":5}},{"uid":"f397fde95f2df236","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f397fde95f2df236","status":"passed","time":{"start":1728083169860,"stop":1728083169860,"duration":0}},{"uid":"6bfc9f361448a733","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6bfc9f361448a733","status":"passed","time":{"start":1728082475845,"stop":1728082475845,"duration":0}},{"uid":"66694880a9b880a7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/66694880a9b880a7","status":"passed","time":{"start":1728069329395,"stop":1728069329400,"duration":5}},{"uid":"b1a76a3d6a0461f0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b1a76a3d6a0461f0","status":"passed","time":{"start":1728068125743,"stop":1728068125743,"duration":0}},{"uid":"e3ca3c12e488beb4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e3ca3c12e488beb4","status":"passed","time":{"start":1728043317198,"stop":1728043317198,"duration":0}},{"uid":"aac118814cdae390","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/aac118814cdae390","status":"passed","time":{"start":1728035933008,"stop":1728035933008,"duration":0}},{"uid":"54e017dcea23362b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/54e017dcea23362b","status":"passed","time":{"start":1728033847982,"stop":1728033847983,"duration":1}},{"uid":"c7c01beea00ceda1","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c7c01beea00ceda1","status":"passed","time":{"start":1728033470897,"stop":1728033470898,"duration":1}},{"uid":"5e467db64df0b8c3","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5e467db64df0b8c3","status":"passed","time":{"start":1728033006392,"stop":1728033006392,"duration":0}},{"uid":"2b47ad08bc183efc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2b47ad08bc183efc","status":"passed","time":{"start":1728032635842,"stop":1728032635842,"duration":0}},{"uid":"9f9440f3820c2875","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/9f9440f3820c2875","status":"passed","time":{"start":1728032367231,"stop":1728032367231,"duration":0}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"cdfd367391fc8c81","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cdfd367391fc8c81","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0}},{"uid":"2303667e22e7671b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2303667e22e7671b","status":"passed","time":{"start":1728084876398,"stop":1728084876398,"duration":0}},{"uid":"26da22bc3c876ea8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/26da22bc3c876ea8","status":"passed","time":{"start":1728083744355,"stop":1728083744355,"duration":0}},{"uid":"5cd795b2395c8d8c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5cd795b2395c8d8c","status":"passed","time":{"start":1728082807448,"stop":1728082807448,"duration":0}},{"uid":"ef2913de68208a32","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ef2913de68208a32","status":"passed","time":{"start":1728082139316,"stop":1728082139316,"duration":0}},{"uid":"549a4c0a44e70e4e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/549a4c0a44e70e4e","status":"passed","time":{"start":1728068908056,"stop":1728068908056,"duration":0}},{"uid":"1cbe4552c19e9006","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1cbe4552c19e9006","status":"passed","time":{"start":1728067784710,"stop":1728067784710,"duration":0}},{"uid":"9a2e819e7c7246ac","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9a2e819e7c7246ac","status":"passed","time":{"start":1728065631513,"stop":1728065631513,"duration":0}},{"uid":"fdd76679217ebc9d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fdd76679217ebc9d","status":"passed","time":{"start":1728065920825,"stop":1728065920825,"duration":0}},{"uid":"2043a8c44a1ba74b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2043a8c44a1ba74b","status":"passed","time":{"start":1728056811584,"stop":1728056811584,"duration":0}},{"uid":"2a8fba438cd476e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2a8fba438cd476e","status":"passed","time":{"start":1728055983141,"stop":1728055983141,"duration":0}},{"uid":"8a924a964bc08e47","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8a924a964bc08e47","status":"passed","time":{"start":1728056303683,"stop":1728056303683,"duration":0}},{"uid":"66cdb6383b2e748d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/66cdb6383b2e748d","status":"passed","time":{"start":1728055114813,"stop":1728055114813,"duration":0}},{"uid":"ae4547aed277748b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ae4547aed277748b","status":"passed","time":{"start":1728054093600,"stop":1728054093600,"duration":0}},{"uid":"ce6bc638aba510da","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ce6bc638aba510da","status":"passed","time":{"start":1728052371186,"stop":1728052371187,"duration":1}},{"uid":"bb6f3efca98c8718","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bb6f3efca98c8718","status":"passed","time":{"start":1728046051724,"stop":1728046051724,"duration":0}},{"uid":"cb13e0df51076750","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cb13e0df51076750","status":"passed","time":{"start":1728046837810,"stop":1728046837810,"duration":0}},{"uid":"703630e8727ff560","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/703630e8727ff560","status":"passed","time":{"start":1728042907583,"stop":1728042907583,"duration":0}},{"uid":"34aa11487681046","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/34aa11487681046","status":"passed","time":{"start":1728035469884,"stop":1728035469884,"duration":0}},{"uid":"85e7ce4859c0e7af","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/85e7ce4859c0e7af","status":"passed","time":{"start":1728033386393,"stop":1728033386394,"duration":1}}]},"2534160134ac993f294959bf701a27c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3083ddbb1df6ad06","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3083ddbb1df6ad06","status":"passed","time":{"start":1728057124847,"stop":1728057124848,"duration":1}}]},"c3f2cfe5532fdb82de9e01f79b3e7466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1523974209ae935c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1523974209ae935c","status":"passed","time":{"start":1728046261815,"stop":1728046261818,"duration":3}}]},"1fce160af13b3d2e27c798275c4ac59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f830855112c76a74","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f830855112c76a74","status":"passed","time":{"start":1728084067129,"stop":1728084067130,"duration":1}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a270c6602a685819","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a270c6602a685819","status":"passed","time":{"start":1728086287865,"stop":1728086287865,"duration":0}},{"uid":"e90fbed733733e7c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e90fbed733733e7c","status":"passed","time":{"start":1728085304816,"stop":1728085304817,"duration":1}},{"uid":"dde21c8841d9daa","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dde21c8841d9daa","status":"passed","time":{"start":1728084107907,"stop":1728084107907,"duration":0}},{"uid":"ee82f1bb0578a083","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ee82f1bb0578a083","status":"passed","time":{"start":1728083169159,"stop":1728083169159,"duration":0}},{"uid":"79a92561c71791ed","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/79a92561c71791ed","status":"passed","time":{"start":1728082480695,"stop":1728082480695,"duration":0}},{"uid":"c3172bffc99cdf6d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c3172bffc99cdf6d","status":"passed","time":{"start":1728069336708,"stop":1728069336709,"duration":1}},{"uid":"852cdd3e3f281fd9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/852cdd3e3f281fd9","status":"passed","time":{"start":1728068123509,"stop":1728068123509,"duration":0}},{"uid":"c2eb9f0507b145a1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c2eb9f0507b145a1","status":"passed","time":{"start":1728043322912,"stop":1728043322913,"duration":1}},{"uid":"5fd22374b9e4640c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5fd22374b9e4640c","status":"passed","time":{"start":1728035940702,"stop":1728035940703,"duration":1}},{"uid":"4211a4258bc38c70","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4211a4258bc38c70","status":"passed","time":{"start":1728033857148,"stop":1728033857148,"duration":0}},{"uid":"2cc2405072004dba","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2cc2405072004dba","status":"passed","time":{"start":1728033480585,"stop":1728033480585,"duration":0}},{"uid":"f3d04d50be537ff0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f3d04d50be537ff0","status":"passed","time":{"start":1728033003204,"stop":1728033003204,"duration":0}},{"uid":"562df160ea56d799","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/562df160ea56d799","status":"passed","time":{"start":1728032641493,"stop":1728032641493,"duration":0}},{"uid":"eb467120707f4fb4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/eb467120707f4fb4","status":"passed","time":{"start":1728032362098,"stop":1728032362099,"duration":1}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"731dbd37c1ccce26","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/731dbd37c1ccce26","status":"passed","time":{"start":1728085887951,"stop":1728085887951,"duration":0}},{"uid":"4eee418f257e5507","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4eee418f257e5507","status":"passed","time":{"start":1728084901038,"stop":1728084901038,"duration":0}},{"uid":"465bccde722f31fb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/465bccde722f31fb","status":"passed","time":{"start":1728083767739,"stop":1728083767739,"duration":0}},{"uid":"f7c8e7ca8b65b76f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f7c8e7ca8b65b76f","status":"passed","time":{"start":1728082831086,"stop":1728082831086,"duration":0}},{"uid":"4bf901fdcab13cb8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4bf901fdcab13cb8","status":"passed","time":{"start":1728082163258,"stop":1728082163259,"duration":1}},{"uid":"d1c8f68658b35294","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d1c8f68658b35294","status":"passed","time":{"start":1728068932330,"stop":1728068932331,"duration":1}},{"uid":"c6621d5ca1ff0689","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c6621d5ca1ff0689","status":"passed","time":{"start":1728067808311,"stop":1728067808311,"duration":0}},{"uid":"5be3995b8116507d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5be3995b8116507d","status":"passed","time":{"start":1728065654943,"stop":1728065654943,"duration":0}},{"uid":"95883df215699378","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/95883df215699378","status":"passed","time":{"start":1728065944724,"stop":1728065944725,"duration":1}},{"uid":"a697f717a2bd3564","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a697f717a2bd3564","status":"passed","time":{"start":1728056835005,"stop":1728056835005,"duration":0}},{"uid":"659fc0a6e6789509","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/659fc0a6e6789509","status":"passed","time":{"start":1728056007094,"stop":1728056007094,"duration":0}},{"uid":"fd336ea91b85be8d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/fd336ea91b85be8d","status":"passed","time":{"start":1728056327240,"stop":1728056327240,"duration":0}},{"uid":"bb75678fc0279a4f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bb75678fc0279a4f","status":"passed","time":{"start":1728055138667,"stop":1728055138667,"duration":0}},{"uid":"3495ad51adaa9146","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3495ad51adaa9146","status":"passed","time":{"start":1728054117452,"stop":1728054117452,"duration":0}},{"uid":"5aaa18a43e191f9b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5aaa18a43e191f9b","status":"passed","time":{"start":1728052394962,"stop":1728052394962,"duration":0}},{"uid":"802380b85823e009","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/802380b85823e009","status":"passed","time":{"start":1728046076376,"stop":1728046076376,"duration":0}},{"uid":"25be09953ccbc1d8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/25be09953ccbc1d8","status":"passed","time":{"start":1728046861541,"stop":1728046861541,"duration":0}},{"uid":"81cc1e8bf1e8a8e8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81cc1e8bf1e8a8e8","status":"passed","time":{"start":1728042931177,"stop":1728042931178,"duration":1}},{"uid":"eb8893202a350507","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/eb8893202a350507","status":"passed","time":{"start":1728035493997,"stop":1728035493998,"duration":1}},{"uid":"1a798682746ed0f6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1a798682746ed0f6","status":"passed","time":{"start":1728033410792,"stop":1728033410792,"duration":0}}]},"a0cb415115dbbbf84da87723a9ce1be0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"519a73514b59adaf","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/519a73514b59adaf","status":"passed","time":{"start":1728055761106,"stop":1728055761107,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"e378653771249daf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e378653771249daf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085887952,"stop":1728085887952,"duration":0}},{"uid":"7fe7e72a20535925","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7fe7e72a20535925","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084901039,"stop":1728084901039,"duration":0}},{"uid":"3b153ca7467b22fc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3b153ca7467b22fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083767740,"stop":1728083767741,"duration":1}},{"uid":"a0df345e03c11ba7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a0df345e03c11ba7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082831087,"stop":1728082831087,"duration":0}},{"uid":"edb7d753084a8a84","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/edb7d753084a8a84","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082163259,"stop":1728082163260,"duration":1}},{"uid":"9398a264737376d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9398a264737376d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068932331,"stop":1728068932332,"duration":1}},{"uid":"c2ba32d914218846","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c2ba32d914218846","status":"skipped","statusDetails":"Test ignored","time":{"start":1728067808312,"stop":1728067808312,"duration":0}},{"uid":"da7a081c84295c7a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/da7a081c84295c7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065654944,"stop":1728065654944,"duration":0}},{"uid":"841226565bba82d5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/841226565bba82d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065944725,"stop":1728065944726,"duration":1}},{"uid":"da90d74c460e0086","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/da90d74c460e0086","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056835006,"stop":1728056835006,"duration":0}},{"uid":"df75ef5aee0f63fe","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/df75ef5aee0f63fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056007095,"stop":1728056007095,"duration":0}},{"uid":"4ef9379b2ca967cc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4ef9379b2ca967cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056327241,"stop":1728056327241,"duration":0}},{"uid":"1cc78720d6694770","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1cc78720d6694770","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055138668,"stop":1728055138668,"duration":0}},{"uid":"f11b410c12ef3f17","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f11b410c12ef3f17","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054117453,"stop":1728054117453,"duration":0}},{"uid":"320596a21806478f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/320596a21806478f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052394963,"stop":1728052394963,"duration":0}},{"uid":"1a49329530b09b3c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1a49329530b09b3c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046076377,"stop":1728046076377,"duration":0}},{"uid":"269c6b1b2952fc31","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/269c6b1b2952fc31","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046861542,"stop":1728046861542,"duration":0}},{"uid":"70316647882a6101","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/70316647882a6101","status":"skipped","statusDetails":"Test ignored","time":{"start":1728042931179,"stop":1728042931179,"duration":0}},{"uid":"2e2c9a876b3b4f80","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2e2c9a876b3b4f80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035493998,"stop":1728035493999,"duration":1}},{"uid":"231c6269809aabf6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/231c6269809aabf6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033410793,"stop":1728033410793,"duration":0}}]},"35fd0af498b7e6e8dc24d97df31de33e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd214c1b6dabea26","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/dd214c1b6dabea26","status":"passed","time":{"start":1728032614671,"stop":1728032614672,"duration":1}}]},"00de6496bcf122a292ee359a18872492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cecae11d5343ca6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6cecae11d5343ca6","status":"passed","time":{"start":1728057209567,"stop":1728057209567,"duration":0}}]},"ca6c30e257b1a259ac3557c1ca34fd41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53bee4110d99bcbc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/53bee4110d99bcbc","status":"passed","time":{"start":1728035911093,"stop":1728035911093,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":14,"unknown":0,"total":24},"items":[{"uid":"ebe352d8d4e81610","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ebe352d8d4e81610","status":"passed","time":{"start":1728085924026,"stop":1728085924036,"duration":10}},{"uid":"f07315eae2a4b67c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f07315eae2a4b67c","status":"passed","time":{"start":1728084938525,"stop":1728084938525,"duration":0}},{"uid":"105e94f895e6842e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/105e94f895e6842e","status":"passed","time":{"start":1728083803131,"stop":1728083803131,"duration":0}},{"uid":"4350262bb300606f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4350262bb300606f","status":"passed","time":{"start":1728082866455,"stop":1728082866456,"duration":1}},{"uid":"3f29bf78d9d1c3f7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3f29bf78d9d1c3f7","status":"passed","time":{"start":1728082201439,"stop":1728082201441,"duration":2}},{"uid":"2d93810c17692422","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2d93810c17692422","status":"passed","time":{"start":1728068970718,"stop":1728068970719,"duration":1}},{"uid":"5e4f798f525aa3c6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5e4f798f525aa3c6","status":"passed","time":{"start":1728067892109,"stop":1728067892110,"duration":1}},{"uid":"fa5bd5961ecbddb0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fa5bd5961ecbddb0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728065736792,"stop":1728065736792,"duration":0}},{"uid":"5d0f870bbca9c1e8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5d0f870bbca9c1e8","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728066026161,"stop":1728066026162,"duration":1}},{"uid":"e532b1b00fac7b22","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e532b1b00fac7b22","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728056915427,"stop":1728056915428,"duration":1}},{"uid":"79909efb346f95d5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/79909efb346f95d5","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728056089068,"stop":1728056089068,"duration":0}},{"uid":"1b31c10633ec4e06","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1b31c10633ec4e06","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728056407517,"stop":1728056407518,"duration":1}},{"uid":"e8a4b53702a39ca4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e8a4b53702a39ca4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728055219143,"stop":1728055219144,"duration":1}},{"uid":"1e3740955ec24ea0","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1e3740955ec24ea0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728054197980,"stop":1728054197981,"duration":1}},{"uid":"3e5224babfd72c28","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3e5224babfd72c28","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728052475870,"stop":1728052475871,"duration":1}},{"uid":"fc67e17b0e4f4e20","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fc67e17b0e4f4e20","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728046157845,"stop":1728046157846,"duration":1}},{"uid":"f2c5ef7cc55802b6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f2c5ef7cc55802b6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728046941970,"stop":1728046941971,"duration":1}},{"uid":"16bd0230961f645","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16bd0230961f645","status":"passed","time":{"start":1728042966895,"stop":1728042966896,"duration":1}},{"uid":"385dac6700934dcf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/385dac6700934dcf","status":"passed","time":{"start":1728035530668,"stop":1728035530669,"duration":1}},{"uid":"1b61cb950ba94360","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1b61cb950ba94360","status":"passed","time":{"start":1728033448454,"stop":1728033448454,"duration":0}}]},"3f719bc3816c500fe750769a724df6ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0acff3f29188447","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f0acff3f29188447","status":"passed","time":{"start":1728033815147,"stop":1728033815147,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"6252ceb8380d6079","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6252ceb8380d6079","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0}},{"uid":"d3ad2e772be12f51","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d3ad2e772be12f51","status":"passed","time":{"start":1728085227792,"stop":1728085227792,"duration":0}},{"uid":"5b8fab4d8e01cbb6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5b8fab4d8e01cbb6","status":"passed","time":{"start":1728084031092,"stop":1728084031092,"duration":0}},{"uid":"9050d880ad6e7733","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9050d880ad6e7733","status":"passed","time":{"start":1728083085065,"stop":1728083085066,"duration":1}},{"uid":"97f6bdc84d2068e3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/97f6bdc84d2068e3","status":"passed","time":{"start":1728082402960,"stop":1728082402960,"duration":0}},{"uid":"bc6145203b6887b8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bc6145203b6887b8","status":"passed","time":{"start":1728069256722,"stop":1728069256723,"duration":1}},{"uid":"9d509ab19ff0d7c2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9d509ab19ff0d7c2","status":"passed","time":{"start":1728068039048,"stop":1728068039048,"duration":0}},{"uid":"5932a9349258fae8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5932a9349258fae8","status":"passed","time":{"start":1728066054977,"stop":1728066054978,"duration":1}},{"uid":"a953c53f8f999064","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a953c53f8f999064","status":"passed","time":{"start":1728066345495,"stop":1728066345496,"duration":1}},{"uid":"110654a7985c51d8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/110654a7985c51d8","status":"passed","time":{"start":1728057218518,"stop":1728057218519,"duration":1}},{"uid":"a07a496227156e03","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a07a496227156e03","status":"passed","time":{"start":1728056313101,"stop":1728056313101,"duration":0}},{"uid":"d9fe046b3c15557e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d9fe046b3c15557e","status":"passed","time":{"start":1728056731784,"stop":1728056731784,"duration":0}},{"uid":"5f9db0c2f4fa7305","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5f9db0c2f4fa7305","status":"passed","time":{"start":1728052615132,"stop":1728052615133,"duration":1}},{"uid":"b4b76b33bd4f6c52","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b4b76b33bd4f6c52","status":"passed","time":{"start":1728046456504,"stop":1728046456505,"duration":1}},{"uid":"af2d4c8d3b808600","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/af2d4c8d3b808600","status":"passed","time":{"start":1728047262762,"stop":1728047262762,"duration":0}},{"uid":"ffe746bdb828b9b7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ffe746bdb828b9b7","status":"passed","time":{"start":1728043245055,"stop":1728043245055,"duration":0}},{"uid":"b5e1d3250f66b0bf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b5e1d3250f66b0bf","status":"passed","time":{"start":1728035876570,"stop":1728035876570,"duration":0}},{"uid":"d095ab1dd04683c7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d095ab1dd04683c7","status":"passed","time":{"start":1728033795265,"stop":1728033795265,"duration":0}},{"uid":"5d2dfdc37a5adae7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5d2dfdc37a5adae7","status":"passed","time":{"start":1728033412130,"stop":1728033412131,"duration":1}},{"uid":"8c3b7326afcda41b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8c3b7326afcda41b","status":"passed","time":{"start":1728032929719,"stop":1728032929719,"duration":0}}]},"8c7b6c94d6a969d453b844c46f995862:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c21933224413a94","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1c21933224413a94","status":"passed","time":{"start":1728032317355,"stop":1728032317355,"duration":0}}]},"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"10de8dc250130167","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/10de8dc250130167","status":"passed","time":{"start":1728086150772,"stop":1728086150773,"duration":1}},{"uid":"c8eca9d212d0fdb1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c8eca9d212d0fdb1","status":"passed","time":{"start":1728085165540,"stop":1728085165540,"duration":0}},{"uid":"9642059dfa4fd41d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9642059dfa4fd41d","status":"passed","time":{"start":1728083991601,"stop":1728083991601,"duration":0}},{"uid":"8d693a77b6f5a4da","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8d693a77b6f5a4da","status":"passed","time":{"start":1728083028054,"stop":1728083028054,"duration":0}},{"uid":"1fe6ff378f33f972","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1fe6ff378f33f972","status":"passed","time":{"start":1728082357532,"stop":1728082357532,"duration":0}},{"uid":"179166042361be63","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/179166042361be63","status":"passed","time":{"start":1728069194211,"stop":1728069194211,"duration":0}},{"uid":"fc66291d316d8559","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fc66291d316d8559","status":"passed","time":{"start":1728067984174,"stop":1728067984174,"duration":0}},{"uid":"37b85c98b1dd2d7c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/37b85c98b1dd2d7c","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548717,"stop":1728066548717,"duration":0}},{"uid":"3157e65304010740","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3157e65304010740","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835726,"stop":1728066835727,"duration":1}},{"uid":"7cdd3ce2c2650c82","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7cdd3ce2c2650c82","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726215,"stop":1728057726215,"duration":0}},{"uid":"ea5288db0782913e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ea5288db0782913e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209771,"stop":1728057209772,"duration":1}},{"uid":"56057746c8a5d1b7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/56057746c8a5d1b7","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965591,"stop":1728046965591,"duration":0}},{"uid":"b427d21593a0783","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b427d21593a0783","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762409,"stop":1728047762410,"duration":1}},{"uid":"878d39208767391c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/878d39208767391c","status":"passed","time":{"start":1728043179151,"stop":1728043179151,"duration":0}},{"uid":"3a83d3338c84c5c3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3a83d3338c84c5c3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728035952261,"stop":1728035952261,"duration":0}},{"uid":"ea88f9fecce99018","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ea88f9fecce99018","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033874150,"stop":1728033874150,"duration":0}},{"uid":"98ac80c1077c7563","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/98ac80c1077c7563","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033497566,"stop":1728033497566,"duration":0}},{"uid":"5321053139047727","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5321053139047727","status":"passed","time":{"start":1728032861192,"stop":1728032861193,"duration":1}},{"uid":"984be15415ce0ca6","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/984be15415ce0ca6","status":"passed","time":{"start":1728032518175,"stop":1728032518175,"duration":0}},{"uid":"6d6fedecd716f294","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6d6fedecd716f294","status":"passed","time":{"start":1728032218318,"stop":1728032218318,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"3ee200a376828cd1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ee200a376828cd1","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0}},{"uid":"213d6f9445e67600","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/213d6f9445e67600","status":"passed","time":{"start":1728084971923,"stop":1728084971923,"duration":0}},{"uid":"ef7be7be726a9ec7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ef7be7be726a9ec7","status":"passed","time":{"start":1728083836936,"stop":1728083836936,"duration":0}},{"uid":"2644a507a6c756b5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2644a507a6c756b5","status":"passed","time":{"start":1728082900673,"stop":1728082900673,"duration":0}},{"uid":"b859c6e32f9c7872","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b859c6e32f9c7872","status":"passed","time":{"start":1728082234250,"stop":1728082234250,"duration":0}},{"uid":"f072a2106048ece","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f072a2106048ece","status":"passed","time":{"start":1728069004058,"stop":1728069004059,"duration":1}},{"uid":"7b3646f48e0c2eb4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7b3646f48e0c2eb4","status":"passed","time":{"start":1728067877849,"stop":1728067877850,"duration":1}},{"uid":"bc033232cdfe00ad","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bc033232cdfe00ad","status":"passed","time":{"start":1728065726137,"stop":1728065726137,"duration":0}},{"uid":"bbb22fc5bacaebb9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bbb22fc5bacaebb9","status":"passed","time":{"start":1728066014609,"stop":1728066014610,"duration":1}},{"uid":"9e98a091719b4902","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9e98a091719b4902","status":"passed","time":{"start":1728056904362,"stop":1728056904362,"duration":0}},{"uid":"2d95b6926bdc4953","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2d95b6926bdc4953","status":"passed","time":{"start":1728056077510,"stop":1728056077511,"duration":1}},{"uid":"24b4b0601d0c0010","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/24b4b0601d0c0010","status":"passed","time":{"start":1728056396934,"stop":1728056396935,"duration":1}},{"uid":"f8033cabab050443","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f8033cabab050443","status":"passed","time":{"start":1728055208889,"stop":1728055208889,"duration":0}},{"uid":"4b242182397dc4fd","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4b242182397dc4fd","status":"passed","time":{"start":1728054186963,"stop":1728054186964,"duration":1}},{"uid":"6832d7385dfa05b3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6832d7385dfa05b3","status":"passed","time":{"start":1728052465446,"stop":1728052465446,"duration":0}},{"uid":"d73d1a1874a4cbd5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d73d1a1874a4cbd5","status":"passed","time":{"start":1728046146804,"stop":1728046146805,"duration":1}},{"uid":"b5f90569d2339828","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b5f90569d2339828","status":"passed","time":{"start":1728046931951,"stop":1728046931951,"duration":0}},{"uid":"58fa748e871e2f1d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/58fa748e871e2f1d","status":"passed","time":{"start":1728043000897,"stop":1728043000898,"duration":1}},{"uid":"b071b491172c65c1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b071b491172c65c1","status":"passed","time":{"start":1728035564102,"stop":1728035564102,"duration":0}},{"uid":"3caed4738db36b47","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3caed4738db36b47","status":"passed","time":{"start":1728033481622,"stop":1728033481623,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"84f7d6483627fe20","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84f7d6483627fe20","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0}},{"uid":"d5fa2310e13d09b0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d5fa2310e13d09b0","status":"passed","time":{"start":1728085163494,"stop":1728085163494,"duration":0}},{"uid":"608b01d232ed6e6b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/608b01d232ed6e6b","status":"passed","time":{"start":1728083974237,"stop":1728083974237,"duration":0}},{"uid":"1d37cb9ee797265a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1d37cb9ee797265a","status":"passed","time":{"start":1728083048466,"stop":1728083048466,"duration":0}},{"uid":"b86cf52cff607d23","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b86cf52cff607d23","status":"passed","time":{"start":1728082372849,"stop":1728082372851,"duration":2}},{"uid":"8bdb178f3061c37b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8bdb178f3061c37b","status":"passed","time":{"start":1728069196069,"stop":1728069196070,"duration":1}},{"uid":"d9f63135a9c880b5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d9f63135a9c880b5","status":"passed","time":{"start":1728068012345,"stop":1728068012345,"duration":0}},{"uid":"6280ed67b58e0c39","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6280ed67b58e0c39","status":"passed","time":{"start":1728065954062,"stop":1728065954063,"duration":1}},{"uid":"5e3151a0d084a188","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5e3151a0d084a188","status":"passed","time":{"start":1728066239804,"stop":1728066239804,"duration":0}},{"uid":"c55244b23a01f40e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c55244b23a01f40e","status":"passed","time":{"start":1728057130601,"stop":1728057130602,"duration":1}},{"uid":"93fb4eb3190be3b5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/93fb4eb3190be3b5","status":"passed","time":{"start":1728056256544,"stop":1728056256546,"duration":2}},{"uid":"29d3ce8ff5bfbb3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/29d3ce8ff5bfbb3","status":"passed","time":{"start":1728056624789,"stop":1728056624789,"duration":0}},{"uid":"68eb89fe28651250","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/68eb89fe28651250","status":"passed","time":{"start":1728055380447,"stop":1728055380447,"duration":0}},{"uid":"13e5b96dcac93222","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/13e5b96dcac93222","status":"passed","time":{"start":1728054360783,"stop":1728054360783,"duration":0}},{"uid":"5540008ac55be5b2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5540008ac55be5b2","status":"passed","time":{"start":1728052525972,"stop":1728052525972,"duration":0}},{"uid":"d258ccfeb2632afd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d258ccfeb2632afd","status":"passed","time":{"start":1728046352258,"stop":1728046352258,"duration":0}},{"uid":"f26bc9bbd06d1aa6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f26bc9bbd06d1aa6","status":"passed","time":{"start":1728047157773,"stop":1728047157773,"duration":0}},{"uid":"dfc45a577a88287","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dfc45a577a88287","status":"passed","time":{"start":1728043189349,"stop":1728043189349,"duration":0}},{"uid":"f33b363207a0f53b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f33b363207a0f53b","status":"passed","time":{"start":1728035786651,"stop":1728035786651,"duration":0}},{"uid":"abda8ef787807cd3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/abda8ef787807cd3","status":"passed","time":{"start":1728033709500,"stop":1728033709500,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"5ae76e64687f3561","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5ae76e64687f3561","status":"passed","time":{"start":1728086203091,"stop":1728086203092,"duration":1}},{"uid":"d9ef014f3a4a39ce","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d9ef014f3a4a39ce","status":"passed","time":{"start":1728085221326,"stop":1728085221326,"duration":0}},{"uid":"cc8fc7cdc059b594","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cc8fc7cdc059b594","status":"passed","time":{"start":1728084029156,"stop":1728084029157,"duration":1}},{"uid":"12c1b39ac3e971d1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/12c1b39ac3e971d1","status":"passed","time":{"start":1728083082986,"stop":1728083082986,"duration":0}},{"uid":"36a2e991274ae8d0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/36a2e991274ae8d0","status":"passed","time":{"start":1728082390947,"stop":1728082390949,"duration":2}},{"uid":"c9616f1352f03baf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c9616f1352f03baf","status":"passed","time":{"start":1728069248363,"stop":1728069248366,"duration":3}},{"uid":"8f0a0053bfb3a13d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8f0a0053bfb3a13d","status":"passed","time":{"start":1728068031232,"stop":1728068031238,"duration":6}},{"uid":"f7e8d9ab34ca0d22","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f7e8d9ab34ca0d22","status":"passed","time":{"start":1728066046594,"stop":1728066046596,"duration":2}},{"uid":"c2be0043783c514b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c2be0043783c514b","status":"passed","time":{"start":1728066341470,"stop":1728066341471,"duration":1}},{"uid":"d7cf69ba335ebb97","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d7cf69ba335ebb97","status":"passed","time":{"start":1728057209559,"stop":1728057209560,"duration":1}},{"uid":"da43dfe4a1c5bd55","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/da43dfe4a1c5bd55","status":"passed","time":{"start":1728056305020,"stop":1728056305020,"duration":0}},{"uid":"338fcc8c478de8b4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/338fcc8c478de8b4","status":"passed","time":{"start":1728056720924,"stop":1728056720925,"duration":1}},{"uid":"49ea7aaa79007770","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/49ea7aaa79007770","status":"passed","time":{"start":1728052606334,"stop":1728052606334,"duration":0}},{"uid":"a299e37bc5555110","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a299e37bc5555110","status":"passed","time":{"start":1728046448363,"stop":1728046448363,"duration":0}},{"uid":"ecf6e0f9566be51d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ecf6e0f9566be51d","status":"passed","time":{"start":1728047258623,"stop":1728047258623,"duration":0}},{"uid":"db6e94bb77d3467c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/db6e94bb77d3467c","status":"passed","time":{"start":1728043238284,"stop":1728043238286,"duration":2}},{"uid":"619785d491cd853b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/619785d491cd853b","status":"passed","time":{"start":1728035872156,"stop":1728035872156,"duration":0}},{"uid":"74394ae25a81dabe","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/74394ae25a81dabe","status":"passed","time":{"start":1728033783658,"stop":1728033783658,"duration":0}},{"uid":"520642a0c432e4ed","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/520642a0c432e4ed","status":"passed","time":{"start":1728033410921,"stop":1728033410922,"duration":1}},{"uid":"4dc4c4beb2ffbea4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4dc4c4beb2ffbea4","status":"passed","time":{"start":1728032924161,"stop":1728032924162,"duration":1}}]},"76ac7db2a7cae09f2f26caf1f8cd6933:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d3e1c806299e3e5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8d3e1c806299e3e5","status":"passed","time":{"start":1728067440374,"stop":1728067440375,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2b6caae6991f5a4f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2b6caae6991f5a4f","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0}},{"uid":"b68eff5bb54794e4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b68eff5bb54794e4","status":"passed","time":{"start":1728085301608,"stop":1728085301608,"duration":0}},{"uid":"85a3f6ba14a39b3d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/85a3f6ba14a39b3d","status":"passed","time":{"start":1728084111590,"stop":1728084111590,"duration":0}},{"uid":"864a3742d10a2763","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/864a3742d10a2763","status":"passed","time":{"start":1728083175348,"stop":1728083175348,"duration":0}},{"uid":"5d92deec41c51b7d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5d92deec41c51b7d","status":"passed","time":{"start":1728082484706,"stop":1728082484706,"duration":0}},{"uid":"375e00ec6258f2f5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/375e00ec6258f2f5","status":"passed","time":{"start":1728069339764,"stop":1728069339768,"duration":4}},{"uid":"e081faf261238860","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e081faf261238860","status":"passed","time":{"start":1728068136064,"stop":1728068136064,"duration":0}},{"uid":"90aac1c2515602de","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/90aac1c2515602de","status":"passed","time":{"start":1728043327623,"stop":1728043327623,"duration":0}},{"uid":"12ce28ff37cc6b70","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/12ce28ff37cc6b70","status":"passed","time":{"start":1728035952458,"stop":1728035952459,"duration":1}},{"uid":"c5ba1be8302f7b62","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c5ba1be8302f7b62","status":"passed","time":{"start":1728033868103,"stop":1728033868103,"duration":0}},{"uid":"bd7a415c0b6c2be3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/bd7a415c0b6c2be3","status":"passed","time":{"start":1728033486820,"stop":1728033486821,"duration":1}},{"uid":"175de7944f7128e7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/175de7944f7128e7","status":"passed","time":{"start":1728033011937,"stop":1728033011937,"duration":0}},{"uid":"cb0c76a0f758167","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cb0c76a0f758167","status":"passed","time":{"start":1728032645770,"stop":1728032645770,"duration":0}},{"uid":"3239d53606694c20","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3239d53606694c20","status":"passed","time":{"start":1728032372428,"stop":1728032372428,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"bb18324a34e2e596","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bb18324a34e2e596","status":"passed","time":{"start":1728086173698,"stop":1728086173699,"duration":1}},{"uid":"712b8ad7c085f89a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/712b8ad7c085f89a","status":"passed","time":{"start":1728085186699,"stop":1728085186700,"duration":1}},{"uid":"f33bea21e6881c96","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f33bea21e6881c96","status":"passed","time":{"start":1728083994527,"stop":1728083994528,"duration":1}},{"uid":"c5eedf7e9ab076cb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c5eedf7e9ab076cb","status":"passed","time":{"start":1728083056502,"stop":1728083056503,"duration":1}},{"uid":"7e7a8c03536a4fc6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7e7a8c03536a4fc6","status":"passed","time":{"start":1728082372742,"stop":1728082372742,"duration":0}},{"uid":"b95f50595881f2b7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b95f50595881f2b7","status":"passed","time":{"start":1728069220481,"stop":1728069220482,"duration":1}},{"uid":"e200ae816e221bd9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e200ae816e221bd9","status":"passed","time":{"start":1728068014584,"stop":1728068014584,"duration":0}},{"uid":"61ed6b13e73ba055","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/61ed6b13e73ba055","status":"passed","time":{"start":1728066033008,"stop":1728066033008,"duration":0}},{"uid":"110f4a445dec5da","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/110f4a445dec5da","status":"passed","time":{"start":1728066320549,"stop":1728066320549,"duration":0}},{"uid":"44375d75ffa4150e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/44375d75ffa4150e","status":"passed","time":{"start":1728057179934,"stop":1728057179934,"duration":0}},{"uid":"ddce801cb778d1d0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ddce801cb778d1d0","status":"passed","time":{"start":1728056279821,"stop":1728056279821,"duration":0}},{"uid":"c687352a4bc0faa","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c687352a4bc0faa","status":"passed","time":{"start":1728056704290,"stop":1728056704290,"duration":0}},{"uid":"5f9149d4ce885fac","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5f9149d4ce885fac","status":"passed","time":{"start":1728052584739,"stop":1728052584739,"duration":0}},{"uid":"fcb34c21955d0e8d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fcb34c21955d0e8d","status":"passed","time":{"start":1728046424978,"stop":1728046424978,"duration":0}},{"uid":"1e92b3cb81d72f81","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1e92b3cb81d72f81","status":"passed","time":{"start":1728047238056,"stop":1728047238057,"duration":1}},{"uid":"7588f8abf3e73e4f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7588f8abf3e73e4f","status":"passed","time":{"start":1728043206017,"stop":1728043206017,"duration":0}},{"uid":"4da7ee33170d018a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4da7ee33170d018a","status":"passed","time":{"start":1728035846941,"stop":1728035846941,"duration":0}},{"uid":"393749b5a9457c86","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/393749b5a9457c86","status":"passed","time":{"start":1728033768717,"stop":1728033768717,"duration":0}},{"uid":"b8a61b40b6487858","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b8a61b40b6487858","status":"passed","time":{"start":1728033384994,"stop":1728033384995,"duration":1}},{"uid":"4aa2b9622422c0ff","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4aa2b9622422c0ff","status":"passed","time":{"start":1728032888556,"stop":1728032888557,"duration":1}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c2ba71b431eec132","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2ba71b431eec132","status":"passed","time":{"start":1728086289030,"stop":1728086289031,"duration":1}},{"uid":"2159765c277dc810","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2159765c277dc810","status":"passed","time":{"start":1728085301611,"stop":1728085301611,"duration":0}},{"uid":"47cd22e073ce0f6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/47cd22e073ce0f6","status":"passed","time":{"start":1728084111591,"stop":1728084111592,"duration":1}},{"uid":"8e8378476c8202da","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8e8378476c8202da","status":"passed","time":{"start":1728083175350,"stop":1728083175352,"duration":2}},{"uid":"61af1fdd500a5068","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/61af1fdd500a5068","status":"passed","time":{"start":1728082484707,"stop":1728082484707,"duration":0}},{"uid":"792a6519ce5a2a59","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/792a6519ce5a2a59","status":"passed","time":{"start":1728069339770,"stop":1728069339770,"duration":0}},{"uid":"1be10987a8d43a85","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1be10987a8d43a85","status":"passed","time":{"start":1728068136066,"stop":1728068136066,"duration":0}},{"uid":"93903463764afb1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/93903463764afb1","status":"passed","time":{"start":1728043327624,"stop":1728043327624,"duration":0}},{"uid":"76f0427f95b840b0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/76f0427f95b840b0","status":"passed","time":{"start":1728035952461,"stop":1728035952461,"duration":0}},{"uid":"c6f457aba6e33f57","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c6f457aba6e33f57","status":"passed","time":{"start":1728033868105,"stop":1728033868105,"duration":0}},{"uid":"907c640b01e0fbd","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/907c640b01e0fbd","status":"passed","time":{"start":1728033486822,"stop":1728033486822,"duration":0}},{"uid":"d18ecb8654f884ba","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d18ecb8654f884ba","status":"passed","time":{"start":1728033011938,"stop":1728033011938,"duration":0}},{"uid":"c73d842f0206c017","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c73d842f0206c017","status":"passed","time":{"start":1728032645773,"stop":1728032645773,"duration":0}},{"uid":"61730449b895b63","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/61730449b895b63","status":"passed","time":{"start":1728032372429,"stop":1728032372429,"duration":0}}]},"4580f6a1553b10c7fcab5a4084df3529:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47f722ad4a36d769","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/47f722ad4a36d769","status":"passed","time":{"start":1728032886560,"stop":1728032886561,"duration":1}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d9ebfa6eb64ffb7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d9ebfa6eb64ffb7","status":"passed","time":{"start":1728086246328,"stop":1728086246330,"duration":2}},{"uid":"adf22d4a93fd05ed","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/adf22d4a93fd05ed","status":"passed","time":{"start":1728085262714,"stop":1728085262715,"duration":1}},{"uid":"51807c0f91934371","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/51807c0f91934371","status":"passed","time":{"start":1728084073084,"stop":1728084073084,"duration":0}},{"uid":"17c534819f85f941","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/17c534819f85f941","status":"passed","time":{"start":1728083139754,"stop":1728083139756,"duration":2}},{"uid":"587ffc2106832057","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/587ffc2106832057","status":"passed","time":{"start":1728082453428,"stop":1728082453429,"duration":1}},{"uid":"9cfa60d78e50479","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9cfa60d78e50479","status":"passed","time":{"start":1728069294508,"stop":1728069294508,"duration":0}},{"uid":"1dc3e678aa51ffdb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1dc3e678aa51ffdb","status":"passed","time":{"start":1728068091315,"stop":1728068091315,"duration":0}},{"uid":"aeb335f66ee66fd7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/aeb335f66ee66fd7","status":"passed","time":{"start":1728066032962,"stop":1728066032962,"duration":0}},{"uid":"46e7613f7cc160fb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/46e7613f7cc160fb","status":"passed","time":{"start":1728066323759,"stop":1728066323760,"duration":1}},{"uid":"42dcdd729349fd8c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/42dcdd729349fd8c","status":"passed","time":{"start":1728057178293,"stop":1728057178296,"duration":3}},{"uid":"5ab42e49b4a1d9af","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5ab42e49b4a1d9af","status":"passed","time":{"start":1728056339962,"stop":1728056339962,"duration":0}},{"uid":"95e1d5bf162ba008","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/95e1d5bf162ba008","status":"passed","time":{"start":1728056706234,"stop":1728056706236,"duration":2}},{"uid":"b7d01548cf3a2644","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b7d01548cf3a2644","status":"passed","time":{"start":1728055464716,"stop":1728055464716,"duration":0}},{"uid":"c9c16b40620f0130","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c9c16b40620f0130","status":"passed","time":{"start":1728054444796,"stop":1728054444796,"duration":0}},{"uid":"cf2a77a9a3eeb5d6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/cf2a77a9a3eeb5d6","status":"passed","time":{"start":1728052609223,"stop":1728052609223,"duration":0}},{"uid":"78c11946c10fc66","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/78c11946c10fc66","status":"passed","time":{"start":1728046451499,"stop":1728046451500,"duration":1}},{"uid":"83b4ba773faa8473","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/83b4ba773faa8473","status":"passed","time":{"start":1728047239892,"stop":1728047239892,"duration":0}},{"uid":"64fd22602af3e3bd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/64fd22602af3e3bd","status":"passed","time":{"start":1728043282282,"stop":1728043282282,"duration":0}},{"uid":"8ce52b782ef1a35a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8ce52b782ef1a35a","status":"passed","time":{"start":1728035884819,"stop":1728035884820,"duration":1}},{"uid":"a81ce5dd67d7a845","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a81ce5dd67d7a845","status":"passed","time":{"start":1728033797754,"stop":1728033797754,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22bbdc198b97c230","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/22bbdc198b97c230","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0}},{"uid":"899604918fe904ab","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/899604918fe904ab","status":"passed","time":{"start":1728085288808,"stop":1728085288809,"duration":1}},{"uid":"7277211f91657323","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7277211f91657323","status":"passed","time":{"start":1728084090801,"stop":1728084090802,"duration":1}},{"uid":"7dea79ddf67e978f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7dea79ddf67e978f","status":"passed","time":{"start":1728083159966,"stop":1728083159970,"duration":4}},{"uid":"1affcaade755f627","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1affcaade755f627","status":"passed","time":{"start":1728082471136,"stop":1728082471139,"duration":3}},{"uid":"28af27a6aa42001d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/28af27a6aa42001d","status":"passed","time":{"start":1728069320781,"stop":1728069320781,"duration":0}},{"uid":"2f2322f09c8ed2df","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2f2322f09c8ed2df","status":"passed","time":{"start":1728068121046,"stop":1728068121046,"duration":0}},{"uid":"feeee32e7f992b77","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/feeee32e7f992b77","status":"passed","time":{"start":1728043309481,"stop":1728043309481,"duration":0}},{"uid":"589db23247efafdf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/589db23247efafdf","status":"passed","time":{"start":1728035935861,"stop":1728035935862,"duration":1}},{"uid":"e8b221b64f24543e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e8b221b64f24543e","status":"passed","time":{"start":1728033849936,"stop":1728033849936,"duration":0}},{"uid":"7b061f0d39167e8d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7b061f0d39167e8d","status":"passed","time":{"start":1728033470264,"stop":1728033470264,"duration":0}},{"uid":"c4f704ae347a9d29","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c4f704ae347a9d29","status":"passed","time":{"start":1728032994987,"stop":1728032994990,"duration":3}},{"uid":"814f7c8272db08a3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/814f7c8272db08a3","status":"passed","time":{"start":1728032636440,"stop":1728032636441,"duration":1}},{"uid":"2b6a78d82ed29af0","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2b6a78d82ed29af0","status":"passed","time":{"start":1728032358016,"stop":1728032358018,"duration":2}}]},"1f5214c52941a792fc71e09e6aa25e16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd25e1e1b455a308","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bd25e1e1b455a308","status":"passed","time":{"start":1728033696360,"stop":1728033696361,"duration":1}}]},"d3cbfb7f5b69ba1770d2e1b39cba03d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bcd2924c3342e1a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6bcd2924c3342e1a","status":"passed","time":{"start":1728035872172,"stop":1728035872173,"duration":1}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"cbbd888c82b7459b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cbbd888c82b7459b","status":"passed","time":{"start":1728085866680,"stop":1728085866681,"duration":1}},{"uid":"a5f071ebe23f30ac","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a5f071ebe23f30ac","status":"passed","time":{"start":1728084879036,"stop":1728084879037,"duration":1}},{"uid":"fc54dc4cd54212d3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fc54dc4cd54212d3","status":"passed","time":{"start":1728083746824,"stop":1728083746825,"duration":1}},{"uid":"5dd1cd50afd5eeab","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5dd1cd50afd5eeab","status":"passed","time":{"start":1728082809887,"stop":1728082809887,"duration":0}},{"uid":"9d5171411f6e5932","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9d5171411f6e5932","status":"passed","time":{"start":1728082141923,"stop":1728082141923,"duration":0}},{"uid":"e82cbc04d7141f6f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e82cbc04d7141f6f","status":"passed","time":{"start":1728068910696,"stop":1728068910696,"duration":0}},{"uid":"7fa61b53ed68cee3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7fa61b53ed68cee3","status":"passed","time":{"start":1728067787169,"stop":1728067787169,"duration":0}},{"uid":"efdc41d5713965db","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/efdc41d5713965db","status":"passed","time":{"start":1728065633939,"stop":1728065633939,"duration":0}},{"uid":"bea1d18d0fcc1780","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bea1d18d0fcc1780","status":"passed","time":{"start":1728065923369,"stop":1728065923369,"duration":0}},{"uid":"4b472f1842d3afb1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4b472f1842d3afb1","status":"passed","time":{"start":1728056814110,"stop":1728056814110,"duration":0}},{"uid":"e15cb18cd9864e08","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e15cb18cd9864e08","status":"passed","time":{"start":1728055985593,"stop":1728055985593,"duration":0}},{"uid":"d38a4b23a0d2c1f3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d38a4b23a0d2c1f3","status":"passed","time":{"start":1728056306165,"stop":1728056306165,"duration":0}},{"uid":"e75ae6fdba49d3d6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e75ae6fdba49d3d6","status":"passed","time":{"start":1728055117293,"stop":1728055117293,"duration":0}},{"uid":"c79f1207ee3fc376","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c79f1207ee3fc376","status":"passed","time":{"start":1728054096137,"stop":1728054096137,"duration":0}},{"uid":"9d1935e5f78b3980","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9d1935e5f78b3980","status":"passed","time":{"start":1728052373754,"stop":1728052373755,"duration":1}},{"uid":"15f2d317cef0139d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/15f2d317cef0139d","status":"passed","time":{"start":1728046054338,"stop":1728046054338,"duration":0}},{"uid":"3c06a94a565f4357","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3c06a94a565f4357","status":"passed","time":{"start":1728046840405,"stop":1728046840406,"duration":1}},{"uid":"dc47d712da18d513","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dc47d712da18d513","status":"passed","time":{"start":1728042910013,"stop":1728042910014,"duration":1}},{"uid":"41a6cf974639b518","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/41a6cf974639b518","status":"passed","time":{"start":1728035472429,"stop":1728035472429,"duration":0}},{"uid":"f2fe28d0daaa62b1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f2fe28d0daaa62b1","status":"passed","time":{"start":1728033388943,"stop":1728033388944,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6420210348f201","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6420210348f201","status":"passed","time":{"start":1728086278950,"stop":1728086278951,"duration":1}},{"uid":"1b148a349af829f2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1b148a349af829f2","status":"passed","time":{"start":1728085297299,"stop":1728085297299,"duration":0}},{"uid":"297bfc8d4d1e06e7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/297bfc8d4d1e06e7","status":"passed","time":{"start":1728084099013,"stop":1728084099015,"duration":2}},{"uid":"9c1f6649ac3d6f3f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9c1f6649ac3d6f3f","status":"passed","time":{"start":1728083168724,"stop":1728083168724,"duration":0}},{"uid":"262614c47b31941b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/262614c47b31941b","status":"passed","time":{"start":1728082475184,"stop":1728082475185,"duration":1}},{"uid":"f5b98c3712c6f676","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f5b98c3712c6f676","status":"passed","time":{"start":1728069329887,"stop":1728069329889,"duration":2}},{"uid":"6805ac4728ebd6e9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6805ac4728ebd6e9","status":"passed","time":{"start":1728068129101,"stop":1728068129102,"duration":1}},{"uid":"6b91be5fc512b70","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b91be5fc512b70","status":"passed","time":{"start":1728043316559,"stop":1728043316559,"duration":0}},{"uid":"6999be502614d215","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6999be502614d215","status":"passed","time":{"start":1728035941618,"stop":1728035941619,"duration":1}},{"uid":"45095035efd478f5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/45095035efd478f5","status":"passed","time":{"start":1728033855894,"stop":1728033855895,"duration":1}},{"uid":"c4cc96e91880a6cb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c4cc96e91880a6cb","status":"passed","time":{"start":1728033477489,"stop":1728033477490,"duration":1}},{"uid":"9004b07abd00850e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9004b07abd00850e","status":"passed","time":{"start":1728033003865,"stop":1728033003866,"duration":1}},{"uid":"9984c63b0135b674","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/9984c63b0135b674","status":"passed","time":{"start":1728032637890,"stop":1728032637891,"duration":1}},{"uid":"b30d1a4a29fda315","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b30d1a4a29fda315","status":"passed","time":{"start":1728032366504,"stop":1728032366504,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"bb8d8c7536390ab7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bb8d8c7536390ab7","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0}},{"uid":"233c0022b8c814c2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/233c0022b8c814c2","status":"passed","time":{"start":1728084971919,"stop":1728084971919,"duration":0}},{"uid":"66a426dae8f1dab7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/66a426dae8f1dab7","status":"passed","time":{"start":1728083836933,"stop":1728083836933,"duration":0}},{"uid":"66f2bd9b1fcf00d4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/66f2bd9b1fcf00d4","status":"passed","time":{"start":1728082900670,"stop":1728082900670,"duration":0}},{"uid":"2d5b2e88c924dba4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2d5b2e88c924dba4","status":"passed","time":{"start":1728082234247,"stop":1728082234248,"duration":1}},{"uid":"5acebee332fdb516","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5acebee332fdb516","status":"passed","time":{"start":1728069004056,"stop":1728069004056,"duration":0}},{"uid":"b4d49249d4625081","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b4d49249d4625081","status":"passed","time":{"start":1728067877847,"stop":1728067877847,"duration":0}},{"uid":"928678c375a969cb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/928678c375a969cb","status":"passed","time":{"start":1728065726134,"stop":1728065726134,"duration":0}},{"uid":"f4475557142ba9cf","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f4475557142ba9cf","status":"passed","time":{"start":1728066014607,"stop":1728066014607,"duration":0}},{"uid":"86ecde361b61793e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/86ecde361b61793e","status":"passed","time":{"start":1728056904359,"stop":1728056904360,"duration":1}},{"uid":"e3c3243a2b6db503","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e3c3243a2b6db503","status":"passed","time":{"start":1728056077508,"stop":1728056077508,"duration":0}},{"uid":"ff3bf787b40e4860","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ff3bf787b40e4860","status":"passed","time":{"start":1728056396932,"stop":1728056396932,"duration":0}},{"uid":"51be0c9c047ccae9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/51be0c9c047ccae9","status":"passed","time":{"start":1728055208887,"stop":1728055208887,"duration":0}},{"uid":"9bb716b4af08b47f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9bb716b4af08b47f","status":"passed","time":{"start":1728054186961,"stop":1728054186961,"duration":0}},{"uid":"adf23bfda8ebf1b9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/adf23bfda8ebf1b9","status":"passed","time":{"start":1728052465443,"stop":1728052465444,"duration":1}},{"uid":"c0a651506371f13f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c0a651506371f13f","status":"passed","time":{"start":1728046146799,"stop":1728046146801,"duration":2}},{"uid":"6a0002b80b6c62b9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6a0002b80b6c62b9","status":"passed","time":{"start":1728046931949,"stop":1728046931949,"duration":0}},{"uid":"62acacffad6051ce","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/62acacffad6051ce","status":"passed","time":{"start":1728043000894,"stop":1728043000895,"duration":1}},{"uid":"28f799954456d63e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/28f799954456d63e","status":"passed","time":{"start":1728035564096,"stop":1728035564096,"duration":0}},{"uid":"9a43310e0c180d84","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9a43310e0c180d84","status":"passed","time":{"start":1728033481620,"stop":1728033481620,"duration":0}}]},"5704a5cf41a816036076edf3f3e92c3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"31a353c258db4888","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/31a353c258db4888","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494824,"stop":1728047494825,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"93bad5c4fd287230","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/93bad5c4fd287230","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0}},{"uid":"2753ed63d10ef143","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2753ed63d10ef143","status":"passed","time":{"start":1728085050217,"stop":1728085050218,"duration":1}},{"uid":"fddb5f7ed0e94da4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fddb5f7ed0e94da4","status":"passed","time":{"start":1728083903364,"stop":1728083903364,"duration":0}},{"uid":"d17f5b463ab1f3a8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d17f5b463ab1f3a8","status":"passed","time":{"start":1728082964229,"stop":1728082964229,"duration":0}},{"uid":"bb1ff303735daed0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bb1ff303735daed0","status":"passed","time":{"start":1728082280686,"stop":1728082280686,"duration":0}},{"uid":"272cd72e24aac8d8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/272cd72e24aac8d8","status":"passed","time":{"start":1728069077454,"stop":1728069077455,"duration":1}},{"uid":"dc1bf80f62f7b187","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dc1bf80f62f7b187","status":"passed","time":{"start":1728067917850,"stop":1728067917851,"duration":1}},{"uid":"803c978d0163d65","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/803c978d0163d65","status":"passed","time":{"start":1728043075251,"stop":1728043075251,"duration":0}},{"uid":"af4d11d0937df325","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/af4d11d0937df325","status":"passed","time":{"start":1728035638294,"stop":1728035638296,"duration":2}},{"uid":"cd763d2a31be93c0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cd763d2a31be93c0","status":"passed","time":{"start":1728033557511,"stop":1728033557511,"duration":0}},{"uid":"a16b474323934559","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a16b474323934559","status":"passed","time":{"start":1728033182523,"stop":1728033182523,"duration":0}},{"uid":"4b1713893162fec9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4b1713893162fec9","status":"passed","time":{"start":1728032755527,"stop":1728032755528,"duration":1}},{"uid":"167169da114efc1f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/167169da114efc1f","status":"passed","time":{"start":1728032388394,"stop":1728032388394,"duration":0}},{"uid":"c8dc85ea2070cb10","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c8dc85ea2070cb10","status":"passed","time":{"start":1728032113283,"stop":1728032113284,"duration":1}}]},"c1978983fd5405bfcba87cb9b2eb4853:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b09e33120242e532","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b09e33120242e532","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732232,"stop":1728057732232,"duration":0}}]},"677783211361e5b598c26565e8bcecf1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e62d9e8a847c96d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7e62d9e8a847c96d","status":"passed","time":{"start":1728084067144,"stop":1728084067145,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"57743e56279977c6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/57743e56279977c6","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0}},{"uid":"2379be6fde3e1448","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2379be6fde3e1448","status":"passed","time":{"start":1728084900533,"stop":1728084900533,"duration":0}},{"uid":"f5ddaaa534181b44","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f5ddaaa534181b44","status":"passed","time":{"start":1728083767234,"stop":1728083767235,"duration":1}},{"uid":"b1e2cecbb4d2a1df","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b1e2cecbb4d2a1df","status":"passed","time":{"start":1728082830571,"stop":1728082830572,"duration":1}},{"uid":"d346420cff68e88b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d346420cff68e88b","status":"passed","time":{"start":1728082162548,"stop":1728082162549,"duration":1}},{"uid":"d18302aee0e3cd05","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d18302aee0e3cd05","status":"passed","time":{"start":1728068931719,"stop":1728068931720,"duration":1}},{"uid":"8db6336781dd6265","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8db6336781dd6265","status":"passed","time":{"start":1728067808085,"stop":1728067808085,"duration":0}},{"uid":"17d961bfc7e950c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/17d961bfc7e950c0","status":"passed","time":{"start":1728065654542,"stop":1728065654542,"duration":0}},{"uid":"c18b69ffab78e616","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c18b69ffab78e616","status":"passed","time":{"start":1728065944494,"stop":1728065944494,"duration":0}},{"uid":"a63e100610fd2fb9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a63e100610fd2fb9","status":"passed","time":{"start":1728056834644,"stop":1728056834645,"duration":1}},{"uid":"db7e01839d9a8d52","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/db7e01839d9a8d52","status":"passed","time":{"start":1728056006886,"stop":1728056006886,"duration":0}},{"uid":"36bc4ff969da2879","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/36bc4ff969da2879","status":"passed","time":{"start":1728056326841,"stop":1728056326841,"duration":0}},{"uid":"8347bd50c9830b32","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8347bd50c9830b32","status":"passed","time":{"start":1728055138056,"stop":1728055138057,"duration":1}},{"uid":"788391b914339089","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/788391b914339089","status":"passed","time":{"start":1728054117015,"stop":1728054117016,"duration":1}},{"uid":"e92d76286de2eebf","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e92d76286de2eebf","status":"passed","time":{"start":1728052394767,"stop":1728052394768,"duration":1}},{"uid":"4b9bad963ce284bf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4b9bad963ce284bf","status":"passed","time":{"start":1728046076004,"stop":1728046076005,"duration":1}},{"uid":"c279a1985538b3a9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c279a1985538b3a9","status":"passed","time":{"start":1728046860685,"stop":1728046860685,"duration":0}},{"uid":"3f5d54e9d61c2ec6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3f5d54e9d61c2ec6","status":"passed","time":{"start":1728042930501,"stop":1728042930501,"duration":0}},{"uid":"8d809a9d4794c48f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8d809a9d4794c48f","status":"passed","time":{"start":1728035493363,"stop":1728035493365,"duration":2}},{"uid":"a356e00585946f0c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a356e00585946f0c","status":"passed","time":{"start":1728033410209,"stop":1728033410209,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":16,"unknown":0,"total":24},"items":[{"uid":"b5d4f4f846c53dfd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b5d4f4f846c53dfd","status":"passed","time":{"start":1728086118962,"stop":1728086118963,"duration":1}},{"uid":"8e3df3668b5fe44d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8e3df3668b5fe44d","status":"passed","time":{"start":1728085139860,"stop":1728085139860,"duration":0}},{"uid":"ee1f0b1f559cfa92","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ee1f0b1f559cfa92","status":"passed","time":{"start":1728083976009,"stop":1728083976010,"duration":1}},{"uid":"e5831470e0ba8546","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e5831470e0ba8546","status":"passed","time":{"start":1728083054620,"stop":1728083054621,"duration":1}},{"uid":"9f535a6b6745e67b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9f535a6b6745e67b","status":"passed","time":{"start":1728082369810,"stop":1728082369810,"duration":0}},{"uid":"8dfee8df9c838350","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8dfee8df9c838350","status":"passed","time":{"start":1728069168789,"stop":1728069168793,"duration":4}},{"uid":"56234df443044a5b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/56234df443044a5b","status":"passed","time":{"start":1728068016547,"stop":1728068016547,"duration":0}},{"uid":"ea55136f8a48f495","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ea55136f8a48f495","status":"passed","time":{"start":1728066060568,"stop":1728066060569,"duration":1}},{"uid":"4cd8e398319c03aa","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4cd8e398319c03aa","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066353741,"stop":1728066353741,"duration":0}},{"uid":"c15d535c4a122663","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c15d535c4a122663","status":"passed","time":{"start":1728057237495,"stop":1728057237495,"duration":0}},{"uid":"4409e571f5f2db74","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4409e571f5f2db74","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056389601,"stop":1728056389601,"duration":0}},{"uid":"bd37bc5b61de1a6b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bd37bc5b61de1a6b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056730221,"stop":1728056730222,"duration":1}},{"uid":"784cac83616aa83a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/784cac83616aa83a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728055509556,"stop":1728055509556,"duration":0}},{"uid":"235179b94019f535","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/235179b94019f535","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728054487557,"stop":1728054487557,"duration":0}},{"uid":"e57c04e894b7ebd4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e57c04e894b7ebd4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728052630836,"stop":1728052630836,"duration":0}},{"uid":"ca928ba2c0234fe2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ca928ba2c0234fe2","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728046447536,"stop":1728046447537,"duration":1}},{"uid":"4db8ebd79a9ba1f8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4db8ebd79a9ba1f8","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728047267840,"stop":1728047267841,"duration":1}},{"uid":"375c5dea19e6a33d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/375c5dea19e6a33d","status":"passed","time":{"start":1728043166272,"stop":1728043166272,"duration":0}},{"uid":"91ce2d25a36eafcd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/91ce2d25a36eafcd","status":"passed","time":{"start":1728035763466,"stop":1728035763466,"duration":0}},{"uid":"12885e47834246c4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/12885e47834246c4","status":"passed","time":{"start":1728033686478,"stop":1728033686478,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"77ba2ebe1eea27e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/77ba2ebe1eea27e4","status":"passed","time":{"start":1728085864179,"stop":1728085864180,"duration":1}},{"uid":"42af253ba670564e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/42af253ba670564e","status":"passed","time":{"start":1728084876408,"stop":1728084876408,"duration":0}},{"uid":"baa097dd41c54d7e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/baa097dd41c54d7e","status":"passed","time":{"start":1728083744363,"stop":1728083744364,"duration":1}},{"uid":"248fd3e5b1b78fde","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/248fd3e5b1b78fde","status":"passed","time":{"start":1728082807457,"stop":1728082807457,"duration":0}},{"uid":"3a08c3bd5afc81ab","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3a08c3bd5afc81ab","status":"passed","time":{"start":1728082139326,"stop":1728082139326,"duration":0}},{"uid":"d3bc584a628d69cc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d3bc584a628d69cc","status":"passed","time":{"start":1728068908065,"stop":1728068908066,"duration":1}},{"uid":"79dc145e6b1e9e3e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/79dc145e6b1e9e3e","status":"passed","time":{"start":1728067784718,"stop":1728067784718,"duration":0}},{"uid":"e3c61bb5cf3e47cd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e3c61bb5cf3e47cd","status":"passed","time":{"start":1728065631522,"stop":1728065631522,"duration":0}},{"uid":"fa33e35e6a36d3b0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fa33e35e6a36d3b0","status":"passed","time":{"start":1728065920834,"stop":1728065920834,"duration":0}},{"uid":"f7ad2b1e5dc871b5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f7ad2b1e5dc871b5","status":"passed","time":{"start":1728056811593,"stop":1728056811593,"duration":0}},{"uid":"97d2dfb7f82ebd45","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/97d2dfb7f82ebd45","status":"passed","time":{"start":1728055983150,"stop":1728055983150,"duration":0}},{"uid":"7d498b9301fc5488","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7d498b9301fc5488","status":"passed","time":{"start":1728056303689,"stop":1728056303690,"duration":1}},{"uid":"c53fc5e21ac5d675","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c53fc5e21ac5d675","status":"passed","time":{"start":1728055114822,"stop":1728055114822,"duration":0}},{"uid":"68385683d2ff5d59","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/68385683d2ff5d59","status":"passed","time":{"start":1728054093610,"stop":1728054093611,"duration":1}},{"uid":"bbe78bdbe0d1c35f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/bbe78bdbe0d1c35f","status":"passed","time":{"start":1728052371197,"stop":1728052371197,"duration":0}},{"uid":"9d6c6c10a7057cba","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9d6c6c10a7057cba","status":"passed","time":{"start":1728046051734,"stop":1728046051734,"duration":0}},{"uid":"c144a53e925b34cd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c144a53e925b34cd","status":"passed","time":{"start":1728046837818,"stop":1728046837818,"duration":0}},{"uid":"3089b6d76102067c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3089b6d76102067c","status":"passed","time":{"start":1728042907591,"stop":1728042907591,"duration":0}},{"uid":"6889d9d10c91a81b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6889d9d10c91a81b","status":"passed","time":{"start":1728035469891,"stop":1728035469891,"duration":0}},{"uid":"c0f338fbcbfaaab7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c0f338fbcbfaaab7","status":"passed","time":{"start":1728033386404,"stop":1728033386404,"duration":0}}]},"61cb84299d3fdd3669a12dcef7adaa74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52997d83297029","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/52997d83297029","status":"passed","time":{"start":1728032955839,"stop":1728032955839,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f453faa35c50044c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f453faa35c50044c","status":"passed","time":{"start":1728086279998,"stop":1728086279998,"duration":0}},{"uid":"d9cffe8e92a4cbd6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d9cffe8e92a4cbd6","status":"passed","time":{"start":1728085293909,"stop":1728085293910,"duration":1}},{"uid":"877b80d888613023","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/877b80d888613023","status":"passed","time":{"start":1728084101453,"stop":1728084101454,"duration":1}},{"uid":"6f9970fc5db9584c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6f9970fc5db9584c","status":"passed","time":{"start":1728083168116,"stop":1728083168118,"duration":2}},{"uid":"7cafc38dce360a7e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7cafc38dce360a7e","status":"passed","time":{"start":1728082465062,"stop":1728082465062,"duration":0}},{"uid":"5a259cc6caf1b4b5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5a259cc6caf1b4b5","status":"passed","time":{"start":1728069334927,"stop":1728069334928,"duration":1}},{"uid":"b663eca03a1ed022","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b663eca03a1ed022","status":"passed","time":{"start":1728068118335,"stop":1728068118336,"duration":1}},{"uid":"7df1e6e9a88dbe97","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7df1e6e9a88dbe97","status":"passed","time":{"start":1728043322681,"stop":1728043322682,"duration":1}},{"uid":"9592d98929fa81f7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9592d98929fa81f7","status":"passed","time":{"start":1728035930903,"stop":1728035930904,"duration":1}},{"uid":"be2ee53cfdf6dac1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/be2ee53cfdf6dac1","status":"passed","time":{"start":1728033847228,"stop":1728033847228,"duration":0}},{"uid":"67078cbe63e5e5b3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/67078cbe63e5e5b3","status":"passed","time":{"start":1728033467599,"stop":1728033467599,"duration":0}},{"uid":"5adffaf15352472a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5adffaf15352472a","status":"passed","time":{"start":1728033001748,"stop":1728033001749,"duration":1}},{"uid":"89ed795e61aeea68","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/89ed795e61aeea68","status":"passed","time":{"start":1728032629248,"stop":1728032629248,"duration":0}},{"uid":"74fbf64ddbb33daa","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/74fbf64ddbb33daa","status":"passed","time":{"start":1728032360467,"stop":1728032360467,"duration":0}}]},"f30ba094bef4815eeb970ff75adebb3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3586d1f023e09212","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3586d1f023e09212","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728067502938,"stop":1728067502938,"duration":0}}]},"08d11eea1a4ac74ce702b123b777cd6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ee162a79819e86b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9ee162a79819e86b","status":"passed","time":{"start":1728043300953,"stop":1728043300953,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"52c117b518e3c1c0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/52c117b518e3c1c0","status":"passed","time":{"start":1728085929877,"stop":1728085929880,"duration":3}},{"uid":"bc195b2ed9320498","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bc195b2ed9320498","status":"passed","time":{"start":1728084940322,"stop":1728084940322,"duration":0}},{"uid":"241dc106a10194a6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/241dc106a10194a6","status":"passed","time":{"start":1728083807039,"stop":1728083807039,"duration":0}},{"uid":"fcf65df65c4f6f68","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fcf65df65c4f6f68","status":"passed","time":{"start":1728082878435,"stop":1728082878436,"duration":1}},{"uid":"1d124d161a39879","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1d124d161a39879","status":"passed","time":{"start":1728082208566,"stop":1728082208575,"duration":9}},{"uid":"7e911d2072a64fb5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7e911d2072a64fb5","status":"passed","time":{"start":1728068975098,"stop":1728068975099,"duration":1}},{"uid":"e5526d86044a8c34","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e5526d86044a8c34","status":"passed","time":{"start":1728067846903,"stop":1728067846904,"duration":1}},{"uid":"4eb4a33b3018e18a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4eb4a33b3018e18a","status":"passed","time":{"start":1728065698204,"stop":1728065698205,"duration":1}},{"uid":"29dd6e7a3a71e332","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/29dd6e7a3a71e332","status":"passed","time":{"start":1728065985243,"stop":1728065985243,"duration":0}},{"uid":"8521f72f71bb6270","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8521f72f71bb6270","status":"passed","time":{"start":1728056875691,"stop":1728056875691,"duration":0}},{"uid":"efb588397b329258","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/efb588397b329258","status":"passed","time":{"start":1728056052794,"stop":1728056052794,"duration":0}},{"uid":"189e72b1c7dd5dff","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/189e72b1c7dd5dff","status":"passed","time":{"start":1728056368494,"stop":1728056368495,"duration":1}},{"uid":"ffc0322bafa9b9cb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ffc0322bafa9b9cb","status":"passed","time":{"start":1728055192613,"stop":1728055192613,"duration":0}},{"uid":"b033a81f9a3cdff","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b033a81f9a3cdff","status":"passed","time":{"start":1728054161283,"stop":1728054161283,"duration":0}},{"uid":"b272cde200dfcb02","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b272cde200dfcb02","status":"passed","time":{"start":1728052440364,"stop":1728052440364,"duration":0}},{"uid":"ae37ffa077e766cd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ae37ffa077e766cd","status":"passed","time":{"start":1728046118138,"stop":1728046118138,"duration":0}},{"uid":"d538c70a169b2784","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d538c70a169b2784","status":"passed","time":{"start":1728046914096,"stop":1728046914096,"duration":0}},{"uid":"3be7cb043c05cb29","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3be7cb043c05cb29","status":"passed","time":{"start":1728042972084,"stop":1728042972085,"duration":1}},{"uid":"409028bc9894df","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/409028bc9894df","status":"passed","time":{"start":1728035535021,"stop":1728035535021,"duration":0}},{"uid":"4374b8c83ecea8d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4374b8c83ecea8d","status":"passed","time":{"start":1728033452180,"stop":1728033452180,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"8ae1be69fda80ac0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ae1be69fda80ac0","status":"passed","time":{"start":1728086203088,"stop":1728086203089,"duration":1}},{"uid":"c47a6ac42fd1b02e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c47a6ac42fd1b02e","status":"passed","time":{"start":1728085221318,"stop":1728085221318,"duration":0}},{"uid":"2a1578d5eaf977f5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2a1578d5eaf977f5","status":"passed","time":{"start":1728084029151,"stop":1728084029151,"duration":0}},{"uid":"67c1347f3871f08","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/67c1347f3871f08","status":"passed","time":{"start":1728083082971,"stop":1728083082975,"duration":4}},{"uid":"cb2c59b7fc51821f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cb2c59b7fc51821f","status":"passed","time":{"start":1728082390940,"stop":1728082390943,"duration":3}},{"uid":"a99c4cd5768deaaa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a99c4cd5768deaaa","status":"passed","time":{"start":1728069248360,"stop":1728069248361,"duration":1}},{"uid":"102143c8e168bbb1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/102143c8e168bbb1","status":"passed","time":{"start":1728068031226,"stop":1728068031227,"duration":1}},{"uid":"56532bd822694030","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/56532bd822694030","status":"passed","time":{"start":1728066046591,"stop":1728066046591,"duration":0}},{"uid":"288d343aaae8002a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/288d343aaae8002a","status":"passed","time":{"start":1728066341468,"stop":1728066341468,"duration":0}},{"uid":"4baa1d39e9895644","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4baa1d39e9895644","status":"passed","time":{"start":1728057209557,"stop":1728057209558,"duration":1}},{"uid":"c5604ba0dfeb8d53","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c5604ba0dfeb8d53","status":"passed","time":{"start":1728056305006,"stop":1728056305014,"duration":8}},{"uid":"2cd591cb3ad52ed3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2cd591cb3ad52ed3","status":"passed","time":{"start":1728056720922,"stop":1728056720922,"duration":0}},{"uid":"91ff9eb61de0c8f4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/91ff9eb61de0c8f4","status":"passed","time":{"start":1728052606331,"stop":1728052606332,"duration":1}},{"uid":"849bb4ef808b336a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/849bb4ef808b336a","status":"passed","time":{"start":1728046448360,"stop":1728046448361,"duration":1}},{"uid":"45f12549ec2c0f25","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/45f12549ec2c0f25","status":"passed","time":{"start":1728047258615,"stop":1728047258616,"duration":1}},{"uid":"16c79e8fb2a337bd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16c79e8fb2a337bd","status":"passed","time":{"start":1728043238282,"stop":1728043238283,"duration":1}},{"uid":"de21a14353b85031","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/de21a14353b85031","status":"passed","time":{"start":1728035872146,"stop":1728035872147,"duration":1}},{"uid":"6cfdc6ffb3a3004","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6cfdc6ffb3a3004","status":"passed","time":{"start":1728033783647,"stop":1728033783648,"duration":1}},{"uid":"95e9639ef8e9802a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/95e9639ef8e9802a","status":"passed","time":{"start":1728033410911,"stop":1728033410912,"duration":1}},{"uid":"7a0cfe34908cd22d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/7a0cfe34908cd22d","status":"passed","time":{"start":1728032924152,"stop":1728032924155,"duration":3}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7046220e2a95589b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7046220e2a95589b","status":"passed","time":{"start":1728086033920,"stop":1728086033920,"duration":0}},{"uid":"6af78d3fdb859f86","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6af78d3fdb859f86","status":"passed","time":{"start":1728085047256,"stop":1728085047256,"duration":0}},{"uid":"a7104603f43d31b5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a7104603f43d31b5","status":"passed","time":{"start":1728083902780,"stop":1728083902780,"duration":0}},{"uid":"93e48f1cbad46c60","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/93e48f1cbad46c60","status":"passed","time":{"start":1728082961524,"stop":1728082961524,"duration":0}},{"uid":"efd1f82196f49933","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/efd1f82196f49933","status":"passed","time":{"start":1728082284034,"stop":1728082284034,"duration":0}},{"uid":"8b77ba358998bd38","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8b77ba358998bd38","status":"passed","time":{"start":1728069082681,"stop":1728069082681,"duration":0}},{"uid":"2c52145c0bef118d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2c52145c0bef118d","status":"passed","time":{"start":1728067941397,"stop":1728067941397,"duration":0}},{"uid":"25803de11a268b48","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/25803de11a268b48","status":"passed","time":{"start":1728066171574,"stop":1728066171575,"duration":1}},{"uid":"b8c9a263366cf9a3","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b8c9a263366cf9a3","status":"passed","time":{"start":1728066512893,"stop":1728066512893,"duration":0}},{"uid":"bc62cf533ace7bc3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bc62cf533ace7bc3","status":"passed","time":{"start":1728057355638,"stop":1728057355639,"duration":1}},{"uid":"db4860b8f449e098","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/db4860b8f449e098","status":"passed","time":{"start":1728056563512,"stop":1728056563512,"duration":0}},{"uid":"91703d6cf64ec4c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/91703d6cf64ec4c","status":"passed","time":{"start":1728056935477,"stop":1728056935477,"duration":0}},{"uid":"e4fbf9685ec34904","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e4fbf9685ec34904","status":"passed","time":{"start":1728055614344,"stop":1728055614344,"duration":0}},{"uid":"364ecc6274c93793","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/364ecc6274c93793","status":"passed","time":{"start":1728054752368,"stop":1728054752368,"duration":0}},{"uid":"2b1eeeedf2d76580","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2b1eeeedf2d76580","status":"passed","time":{"start":1728052861024,"stop":1728052861024,"duration":0}},{"uid":"8b80ae1c24949bf5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8b80ae1c24949bf5","status":"passed","time":{"start":1728046783428,"stop":1728046783429,"duration":1}},{"uid":"9438595f6900943d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9438595f6900943d","status":"passed","time":{"start":1728047429500,"stop":1728047429500,"duration":0}},{"uid":"eff8da04f4a5fee3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eff8da04f4a5fee3","status":"passed","time":{"start":1728043084155,"stop":1728043084155,"duration":0}},{"uid":"190a4d59ba3553d7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/190a4d59ba3553d7","status":"passed","time":{"start":1728035601400,"stop":1728035601401,"duration":1}},{"uid":"58ba5c75b275460","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/58ba5c75b275460","status":"passed","time":{"start":1728033520566,"stop":1728033520567,"duration":1}}]},"9ed2b0808f81fd9edae55f056a9c09b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b1a00d39cea5998","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9b1a00d39cea5998","status":"passed","time":{"start":1728033440730,"stop":1728033440731,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"62c2aa535737112d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/62c2aa535737112d","status":"passed","time":{"start":1728085959891,"stop":1728085959891,"duration":0}},{"uid":"e59683e5d62a98f4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e59683e5d62a98f4","status":"passed","time":{"start":1728084975157,"stop":1728084975158,"duration":1}},{"uid":"e07a9dd62afc1c2b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e07a9dd62afc1c2b","status":"passed","time":{"start":1728083840321,"stop":1728083840323,"duration":2}},{"uid":"54c5c176781097b7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/54c5c176781097b7","status":"passed","time":{"start":1728082904553,"stop":1728082904553,"duration":0}},{"uid":"c8765e9101e46eef","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c8765e9101e46eef","status":"passed","time":{"start":1728082231758,"stop":1728082231765,"duration":7}},{"uid":"e63302643bc168e0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e63302643bc168e0","status":"passed","time":{"start":1728069007053,"stop":1728069007053,"duration":0}},{"uid":"d4c0dfad2082621b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d4c0dfad2082621b","status":"passed","time":{"start":1728067881288,"stop":1728067881288,"duration":0}},{"uid":"843a53f9c52df475","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/843a53f9c52df475","status":"passed","time":{"start":1728043003479,"stop":1728043003479,"duration":0}},{"uid":"562b1648aec58ef2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/562b1648aec58ef2","status":"passed","time":{"start":1728035564547,"stop":1728035564548,"duration":1}},{"uid":"42572b1235ef77c5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/42572b1235ef77c5","status":"passed","time":{"start":1728033486527,"stop":1728033486527,"duration":0}},{"uid":"dcfcfdbfd9ba2e8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/dcfcfdbfd9ba2e8","status":"passed","time":{"start":1728033108529,"stop":1728033108530,"duration":1}},{"uid":"54e6bbba0219f667","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/54e6bbba0219f667","status":"passed","time":{"start":1728032680912,"stop":1728032680913,"duration":1}},{"uid":"fd5871a350760ea2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fd5871a350760ea2","status":"passed","time":{"start":1728032317289,"stop":1728032317290,"duration":1}},{"uid":"b02fe3e220163e7e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b02fe3e220163e7e","status":"passed","time":{"start":1728032036597,"stop":1728032036598,"duration":1}}]},"d6f4285bda761a959e765f405e4f138a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0089e4ad1e9dcea","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f0089e4ad1e9dcea","status":"passed","time":{"start":1728033696340,"stop":1728033696340,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"c0a69efea933154d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c0a69efea933154d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086171969,"stop":1728086171969,"duration":0}},{"uid":"8b34773740f3827","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8b34773740f3827","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085185001,"stop":1728085185002,"duration":1}},{"uid":"f6020a267ffb77e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f6020a267ffb77e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083991829,"stop":1728083991829,"duration":0}},{"uid":"1e834cf26b69023d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1e834cf26b69023d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083055046,"stop":1728083055047,"duration":1}},{"uid":"6d140ab96df46299","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6d140ab96df46299","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082370165,"stop":1728082370165,"duration":0}},{"uid":"611e7c8e2e0c36e1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/611e7c8e2e0c36e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069219058,"stop":1728069219058,"duration":0}},{"uid":"28f047a50df8bf50","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/28f047a50df8bf50","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068012666,"stop":1728068012666,"duration":0}},{"uid":"82ffc3d882982484","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82ffc3d882982484","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066031643,"stop":1728066031643,"duration":0}},{"uid":"356dc2628f541c23","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/356dc2628f541c23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066319210,"stop":1728066319211,"duration":1}},{"uid":"13ec06fa5b6eddac","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/13ec06fa5b6eddac","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057178483,"stop":1728057178484,"duration":1}},{"uid":"7195fb2f990f65a2","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7195fb2f990f65a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056278365,"stop":1728056278366,"duration":1}},{"uid":"296e8e3fda413aec","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/296e8e3fda413aec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056702953,"stop":1728056702953,"duration":0}},{"uid":"4eff0250a6cc895f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4eff0250a6cc895f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055394342,"stop":1728055394343,"duration":1}},{"uid":"625904a8d36e3d4d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/625904a8d36e3d4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054371333,"stop":1728054371333,"duration":0}},{"uid":"fae6cd3b8533eaf4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/fae6cd3b8533eaf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052583216,"stop":1728052583217,"duration":1}},{"uid":"8bd65211f0b6dd1c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8bd65211f0b6dd1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046423645,"stop":1728046423645,"duration":0}},{"uid":"fb3856af3e11e2f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fb3856af3e11e2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047236683,"stop":1728047236683,"duration":0}},{"uid":"5ce624b1e25d7a7b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5ce624b1e25d7a7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043204473,"stop":1728043204474,"duration":1}},{"uid":"877c264bfad191a4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/877c264bfad191a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035844287,"stop":1728035844287,"duration":0}},{"uid":"683005d597de069c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/683005d597de069c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033766261,"stop":1728033766261,"duration":0}}]},"e610b6c3ce15d35275be6cd7eef37123:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e11c6e6e5f7515b7","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e11c6e6e5f7515b7","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732235,"stop":1728057732235,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7e470c3dd26c4f06","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e470c3dd26c4f06","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0}},{"uid":"5a3d0e392f5b8a34","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5a3d0e392f5b8a34","status":"passed","time":{"start":1728085047243,"stop":1728085047243,"duration":0}},{"uid":"c86552f516e3771a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c86552f516e3771a","status":"passed","time":{"start":1728083902764,"stop":1728083902767,"duration":3}},{"uid":"7a6c770f41900b62","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7a6c770f41900b62","status":"passed","time":{"start":1728082961496,"stop":1728082961496,"duration":0}},{"uid":"33644ef0215d035d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/33644ef0215d035d","status":"passed","time":{"start":1728082284022,"stop":1728082284023,"duration":1}},{"uid":"c3fdfe8b47856b5e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c3fdfe8b47856b5e","status":"passed","time":{"start":1728069082632,"stop":1728069082632,"duration":0}},{"uid":"bd715921d82527f2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bd715921d82527f2","status":"passed","time":{"start":1728067941381,"stop":1728067941382,"duration":1}},{"uid":"9f217237a5ddd23e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9f217237a5ddd23e","status":"passed","time":{"start":1728066171563,"stop":1728066171563,"duration":0}},{"uid":"cbf496d4da4d0320","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cbf496d4da4d0320","status":"passed","time":{"start":1728066512879,"stop":1728066512879,"duration":0}},{"uid":"f871c000bc01f4c7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f871c000bc01f4c7","status":"passed","time":{"start":1728057355625,"stop":1728057355626,"duration":1}},{"uid":"6a049197c110a7d8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6a049197c110a7d8","status":"passed","time":{"start":1728056563500,"stop":1728056563500,"duration":0}},{"uid":"f87180029b456c56","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f87180029b456c56","status":"passed","time":{"start":1728056935464,"stop":1728056935464,"duration":0}},{"uid":"9e1948f97a7267ec","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9e1948f97a7267ec","status":"passed","time":{"start":1728055614334,"stop":1728055614334,"duration":0}},{"uid":"d4a3019e6ffa9f25","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d4a3019e6ffa9f25","status":"passed","time":{"start":1728054752360,"stop":1728054752360,"duration":0}},{"uid":"d5645bc9b0c8629c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d5645bc9b0c8629c","status":"passed","time":{"start":1728052861014,"stop":1728052861014,"duration":0}},{"uid":"22811b26e538fa2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/22811b26e538fa2","status":"passed","time":{"start":1728046783415,"stop":1728046783415,"duration":0}},{"uid":"44d477804ae73f1a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/44d477804ae73f1a","status":"passed","time":{"start":1728047429489,"stop":1728047429490,"duration":1}},{"uid":"ef60e8a77c8252fa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ef60e8a77c8252fa","status":"passed","time":{"start":1728043084132,"stop":1728043084132,"duration":0}},{"uid":"94e8d141569c9953","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/94e8d141569c9953","status":"passed","time":{"start":1728035601386,"stop":1728035601386,"duration":0}},{"uid":"f42e90955a580469","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f42e90955a580469","status":"passed","time":{"start":1728033520521,"stop":1728033520522,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e17662702242027a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e17662702242027a","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0}},{"uid":"77f5a4d41b7db683","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/77f5a4d41b7db683","status":"passed","time":{"start":1728084885261,"stop":1728084885261,"duration":0}},{"uid":"7900cf25f447bb79","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7900cf25f447bb79","status":"passed","time":{"start":1728083752750,"stop":1728083752750,"duration":0}},{"uid":"1c6bf6577b76da34","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1c6bf6577b76da34","status":"passed","time":{"start":1728082815940,"stop":1728082815940,"duration":0}},{"uid":"943ab434a65ba161","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/943ab434a65ba161","status":"passed","time":{"start":1728082148005,"stop":1728082148005,"duration":0}},{"uid":"fea07484696cb6bd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fea07484696cb6bd","status":"passed","time":{"start":1728068916849,"stop":1728068916849,"duration":0}},{"uid":"6ed629b1adb81559","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6ed629b1adb81559","status":"passed","time":{"start":1728067793140,"stop":1728067793140,"duration":0}},{"uid":"d7a4917d612acc58","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d7a4917d612acc58","status":"passed","time":{"start":1728065639910,"stop":1728065639910,"duration":0}},{"uid":"e29aa03413d1c512","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e29aa03413d1c512","status":"passed","time":{"start":1728065929477,"stop":1728065929477,"duration":0}},{"uid":"9bcc5b3adaf2bd30","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9bcc5b3adaf2bd30","status":"passed","time":{"start":1728056820064,"stop":1728056820064,"duration":0}},{"uid":"55b1589457621a52","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/55b1589457621a52","status":"passed","time":{"start":1728055991712,"stop":1728055991713,"duration":1}},{"uid":"28f225f8a606c818","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/28f225f8a606c818","status":"passed","time":{"start":1728056312133,"stop":1728056312133,"duration":0}},{"uid":"dae3092c0ec1e45a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/dae3092c0ec1e45a","status":"passed","time":{"start":1728055123422,"stop":1728055123422,"duration":0}},{"uid":"3f6a87cbfecf5d74","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3f6a87cbfecf5d74","status":"passed","time":{"start":1728054102203,"stop":1728054102203,"duration":0}},{"uid":"b91253c5ff739e7b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b91253c5ff739e7b","status":"passed","time":{"start":1728052379791,"stop":1728052379792,"duration":1}},{"uid":"dcca6bd85da2c9e4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dcca6bd85da2c9e4","status":"passed","time":{"start":1728046060556,"stop":1728046060556,"duration":0}},{"uid":"f37710029ff44590","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f37710029ff44590","status":"passed","time":{"start":1728046846366,"stop":1728046846366,"duration":0}},{"uid":"be1562d3da729662","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/be1562d3da729662","status":"passed","time":{"start":1728042916076,"stop":1728042916077,"duration":1}},{"uid":"4537c33bd0ddea61","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4537c33bd0ddea61","status":"passed","time":{"start":1728035478734,"stop":1728035478734,"duration":0}},{"uid":"286c19f8d07f4208","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/286c19f8d07f4208","status":"passed","time":{"start":1728033395138,"stop":1728033395138,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"4ff8bed0dd0b38c2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4ff8bed0dd0b38c2","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0}},{"uid":"384f67556a3db2e4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/384f67556a3db2e4","status":"passed","time":{"start":1728084885259,"stop":1728084885259,"duration":0}},{"uid":"b1655b5ebb02eda6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b1655b5ebb02eda6","status":"passed","time":{"start":1728083752748,"stop":1728083752748,"duration":0}},{"uid":"ac1c98a725c92c7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ac1c98a725c92c7","status":"passed","time":{"start":1728082815939,"stop":1728082815939,"duration":0}},{"uid":"fdd3e259a71d5679","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fdd3e259a71d5679","status":"passed","time":{"start":1728082148004,"stop":1728082148004,"duration":0}},{"uid":"dbc572e2b93218a5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dbc572e2b93218a5","status":"passed","time":{"start":1728068916848,"stop":1728068916848,"duration":0}},{"uid":"a96da873aac8ccc3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a96da873aac8ccc3","status":"passed","time":{"start":1728067793139,"stop":1728067793139,"duration":0}},{"uid":"698828b0fd4c874f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/698828b0fd4c874f","status":"passed","time":{"start":1728065639908,"stop":1728065639909,"duration":1}},{"uid":"5bdac362e23c4b7e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5bdac362e23c4b7e","status":"passed","time":{"start":1728065929475,"stop":1728065929476,"duration":1}},{"uid":"ba9e730514f8cbe2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ba9e730514f8cbe2","status":"passed","time":{"start":1728056820063,"stop":1728056820063,"duration":0}},{"uid":"1b3a00658be9cda8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1b3a00658be9cda8","status":"passed","time":{"start":1728055991711,"stop":1728055991711,"duration":0}},{"uid":"c0c25f0fa350d8f9","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c0c25f0fa350d8f9","status":"passed","time":{"start":1728056312131,"stop":1728056312131,"duration":0}},{"uid":"1551f181eac39fc3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1551f181eac39fc3","status":"passed","time":{"start":1728055123420,"stop":1728055123421,"duration":1}},{"uid":"95b7a135db4565df","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/95b7a135db4565df","status":"passed","time":{"start":1728054102201,"stop":1728054102201,"duration":0}},{"uid":"69995c407bf3085a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/69995c407bf3085a","status":"passed","time":{"start":1728052379790,"stop":1728052379790,"duration":0}},{"uid":"9471df6da5054f71","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9471df6da5054f71","status":"passed","time":{"start":1728046060554,"stop":1728046060555,"duration":1}},{"uid":"226023fbf180ad73","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/226023fbf180ad73","status":"passed","time":{"start":1728046846364,"stop":1728046846364,"duration":0}},{"uid":"74ea33e98ea46e2f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/74ea33e98ea46e2f","status":"passed","time":{"start":1728042916075,"stop":1728042916075,"duration":0}},{"uid":"6bd31eecb29b484a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6bd31eecb29b484a","status":"passed","time":{"start":1728035478733,"stop":1728035478733,"duration":0}},{"uid":"db53bcd158e826d1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/db53bcd158e826d1","status":"passed","time":{"start":1728033395136,"stop":1728033395136,"duration":0}}]},"2d7c3faa7c097fdb2ccf50cdd4f24431:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"dfe4cdbd27746b42","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dfe4cdbd27746b42","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494801,"stop":1728047494801,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"404a2ab4a6eb69ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/404a2ab4a6eb69ed","status":"passed","time":{"start":1728085864180,"stop":1728085864180,"duration":0}},{"uid":"577175efb2f08a77","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/577175efb2f08a77","status":"passed","time":{"start":1728084876408,"stop":1728084876409,"duration":1}},{"uid":"9ed525439d793188","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9ed525439d793188","status":"passed","time":{"start":1728083744364,"stop":1728083744364,"duration":0}},{"uid":"b9dc4f8a94e1de","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b9dc4f8a94e1de","status":"passed","time":{"start":1728082807457,"stop":1728082807458,"duration":1}},{"uid":"e1f90789832a8c0b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e1f90789832a8c0b","status":"passed","time":{"start":1728082139326,"stop":1728082139327,"duration":1}},{"uid":"625899032ed026cd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/625899032ed026cd","status":"passed","time":{"start":1728068908066,"stop":1728068908066,"duration":0}},{"uid":"21e9a5ff6d2eccfd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/21e9a5ff6d2eccfd","status":"passed","time":{"start":1728067784718,"stop":1728067784718,"duration":0}},{"uid":"a2b01d5b3bb94a7c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a2b01d5b3bb94a7c","status":"passed","time":{"start":1728065631523,"stop":1728065631523,"duration":0}},{"uid":"b7f862b6b4741ed4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b7f862b6b4741ed4","status":"passed","time":{"start":1728065920835,"stop":1728065920835,"duration":0}},{"uid":"4043c63a749b1cf1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4043c63a749b1cf1","status":"passed","time":{"start":1728056811594,"stop":1728056811594,"duration":0}},{"uid":"1decde5eaab920ce","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1decde5eaab920ce","status":"passed","time":{"start":1728055983150,"stop":1728055983150,"duration":0}},{"uid":"d6ca614a0e120b7d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d6ca614a0e120b7d","status":"passed","time":{"start":1728056303690,"stop":1728056303690,"duration":0}},{"uid":"2ba5fc1a80bdfb23","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2ba5fc1a80bdfb23","status":"passed","time":{"start":1728055114822,"stop":1728055114823,"duration":1}},{"uid":"890b5c54c1fed5fa","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/890b5c54c1fed5fa","status":"passed","time":{"start":1728054093611,"stop":1728054093611,"duration":0}},{"uid":"3a4a008d2ccf8a96","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3a4a008d2ccf8a96","status":"passed","time":{"start":1728052371197,"stop":1728052371197,"duration":0}},{"uid":"f75e144850a8603d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f75e144850a8603d","status":"passed","time":{"start":1728046051734,"stop":1728046051734,"duration":0}},{"uid":"91f27cb955ca9d6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/91f27cb955ca9d6","status":"passed","time":{"start":1728046837819,"stop":1728046837819,"duration":0}},{"uid":"44afe9eafdcbacba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/44afe9eafdcbacba","status":"passed","time":{"start":1728042907591,"stop":1728042907591,"duration":0}},{"uid":"6682287c83fabdff","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6682287c83fabdff","status":"passed","time":{"start":1728035469892,"stop":1728035469892,"duration":0}},{"uid":"a4a64c38ff7c6d71","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a4a64c38ff7c6d71","status":"passed","time":{"start":1728033386404,"stop":1728033386404,"duration":0}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":14,"unknown":0,"total":24},"items":[{"uid":"115a0fb0fe34f2f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/115a0fb0fe34f2f","status":"passed","time":{"start":1728086059806,"stop":1728086059806,"duration":0}},{"uid":"b01ff47cb5a09e2c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b01ff47cb5a09e2c","status":"passed","time":{"start":1728085080965,"stop":1728085080966,"duration":1}},{"uid":"ff3aa2719c940d6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ff3aa2719c940d6","status":"passed","time":{"start":1728083928166,"stop":1728083928167,"duration":1}},{"uid":"4078d83338013554","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4078d83338013554","status":"passed","time":{"start":1728082985564,"stop":1728082985564,"duration":0}},{"uid":"6a0dfd1dddeb7ba9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6a0dfd1dddeb7ba9","status":"passed","time":{"start":1728082299741,"stop":1728082299741,"duration":0}},{"uid":"1efe5ec2a9d78a65","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1efe5ec2a9d78a65","status":"passed","time":{"start":1728069108974,"stop":1728069108975,"duration":1}},{"uid":"7cd2a7dec457a5d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7cd2a7dec457a5d","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728068241744,"stop":1728068241745,"duration":1}},{"uid":"a686958d22732fbe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a686958d22732fbe","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066126644,"stop":1728066126644,"duration":0}},{"uid":"21df6d687a602","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/21df6d687a602","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066415165,"stop":1728066415165,"duration":0}},{"uid":"dc8d2557a315a23e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dc8d2557a315a23e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728057304933,"stop":1728057304933,"duration":0}},{"uid":"1dab5fc3ebc6df7c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1dab5fc3ebc6df7c","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056453347,"stop":1728056453349,"duration":2}},{"uid":"faf990aabda22080","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/faf990aabda22080","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056799394,"stop":1728056799395,"duration":1}},{"uid":"315495fb0eb3fbf1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/315495fb0eb3fbf1","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728055576623,"stop":1728055576624,"duration":1}},{"uid":"6869fcab7833c22","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6869fcab7833c22","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728054554812,"stop":1728054554813,"duration":1}},{"uid":"eff25f30c96f64a5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/eff25f30c96f64a5","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728052746414,"stop":1728052746414,"duration":0}},{"uid":"4dd4d7d864929d75","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4dd4d7d864929d75","status":"passed","time":{"start":1728046277271,"stop":1728046277271,"duration":0}},{"uid":"bea2e53fbfcee568","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bea2e53fbfcee568","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728047334402,"stop":1728047334405,"duration":3}},{"uid":"6e2a625e0ef01e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6e2a625e0ef01e2","status":"passed","time":{"start":1728043113984,"stop":1728043113985,"duration":1}},{"uid":"a33c9e26dcba0e76","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a33c9e26dcba0e76","status":"passed","time":{"start":1728035732764,"stop":1728035732764,"duration":0}},{"uid":"45f8eaa8d3c2e882","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/45f8eaa8d3c2e882","status":"passed","time":{"start":1728033656087,"stop":1728033656087,"duration":0}}]},"21e7a568653f15b805add7b4ae2aed77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9b1f0ba1aa548c26","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9b1f0ba1aa548c26","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728056619531,"stop":1728056619531,"duration":0}}]},"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d54413da37ec6dc2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d54413da37ec6dc2","status":"passed","time":{"start":1728085879613,"stop":1728085879613,"duration":0}},{"uid":"f11b1fc447968172","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f11b1fc447968172","status":"passed","time":{"start":1728084892509,"stop":1728084892509,"duration":0}},{"uid":"d163d2becb8fb3f6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d163d2becb8fb3f6","status":"passed","time":{"start":1728083759830,"stop":1728083759831,"duration":1}},{"uid":"e597d62b62860c2f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e597d62b62860c2f","status":"passed","time":{"start":1728082822975,"stop":1728082822975,"duration":0}},{"uid":"c221b071f4952e6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c221b071f4952e6","status":"passed","time":{"start":1728082155072,"stop":1728082155073,"duration":1}},{"uid":"c34d1b97ae179680","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c34d1b97ae179680","status":"passed","time":{"start":1728068924125,"stop":1728068924125,"duration":0}},{"uid":"485fbd81c97cc0b4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/485fbd81c97cc0b4","status":"passed","time":{"start":1728067799544,"stop":1728067799545,"duration":1}},{"uid":"90518fb4d8b89310","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/90518fb4d8b89310","status":"passed","time":{"start":1728065647140,"stop":1728065647140,"duration":0}},{"uid":"a1a9506150d822ec","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a1a9506150d822ec","status":"passed","time":{"start":1728065936605,"stop":1728065936606,"duration":1}},{"uid":"85578060b62d097","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/85578060b62d097","status":"passed","time":{"start":1728056827241,"stop":1728056827241,"duration":0}},{"uid":"a286861482d7d81","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a286861482d7d81","status":"passed","time":{"start":1728055999040,"stop":1728055999040,"duration":0}},{"uid":"ed007e4409aa4c71","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ed007e4409aa4c71","status":"passed","time":{"start":1728056319010,"stop":1728056319011,"duration":1}},{"uid":"24ec6efb1414ebc1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/24ec6efb1414ebc1","status":"passed","time":{"start":1728055130477,"stop":1728055130477,"duration":0}},{"uid":"dbcd075f482f9058","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/dbcd075f482f9058","status":"passed","time":{"start":1728054109198,"stop":1728054109199,"duration":1}},{"uid":"c83804dda1ff5824","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c83804dda1ff5824","status":"passed","time":{"start":1728052386761,"stop":1728052386762,"duration":1}},{"uid":"4261d73753118686","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4261d73753118686","status":"passed","time":{"start":1728046067816,"stop":1728046067817,"duration":1}},{"uid":"8bc11aa6463833c8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8bc11aa6463833c8","status":"passed","time":{"start":1728046853351,"stop":1728046853351,"duration":0}},{"uid":"27967bafd1d309b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/27967bafd1d309b","status":"passed","time":{"start":1728042922868,"stop":1728042922869,"duration":1}},{"uid":"f2d7a6a66f76fac7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f2d7a6a66f76fac7","status":"passed","time":{"start":1728035485979,"stop":1728035485979,"duration":0}},{"uid":"4602f75919f33cdf","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4602f75919f33cdf","status":"passed","time":{"start":1728033402385,"stop":1728033402385,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1e92c02b6e9b0b3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c1e92c02b6e9b0b3","status":"passed","time":{"start":1728086063188,"stop":1728086063192,"duration":4}},{"uid":"a538b85ee6fa198e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a538b85ee6fa198e","status":"passed","time":{"start":1728085079904,"stop":1728085079906,"duration":2}},{"uid":"8bc585c0d7ce8b79","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8bc585c0d7ce8b79","status":"passed","time":{"start":1728083929300,"stop":1728083929300,"duration":0}},{"uid":"e736e39331d79947","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e736e39331d79947","status":"passed","time":{"start":1728082986570,"stop":1728082986571,"duration":1}},{"uid":"a210a72ac2727d31","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a210a72ac2727d31","status":"passed","time":{"start":1728082304427,"stop":1728082304428,"duration":1}},{"uid":"e17fd06ea3b6c658","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e17fd06ea3b6c658","status":"passed","time":{"start":1728069112308,"stop":1728069112309,"duration":1}},{"uid":"74f1116e6f736a84","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/74f1116e6f736a84","status":"passed","time":{"start":1728067941523,"stop":1728067941523,"duration":0}},{"uid":"647719084527f49d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/647719084527f49d","status":"passed","time":{"start":1728043108498,"stop":1728043108498,"duration":0}},{"uid":"be90d10802f5ce4d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/be90d10802f5ce4d","status":"passed","time":{"start":1728035666346,"stop":1728035666347,"duration":1}},{"uid":"da3b4f8b4ed3a66f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/da3b4f8b4ed3a66f","status":"passed","time":{"start":1728033588073,"stop":1728033588074,"duration":1}},{"uid":"2e76beb4e74cd2b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2e76beb4e74cd2b","status":"passed","time":{"start":1728033211362,"stop":1728033211362,"duration":0}},{"uid":"bcbcfe0f9f91c550","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bcbcfe0f9f91c550","status":"passed","time":{"start":1728032787683,"stop":1728032787684,"duration":1}},{"uid":"b209a47c467004bf","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b209a47c467004bf","status":"passed","time":{"start":1728032415383,"stop":1728032415383,"duration":0}},{"uid":"631fbd329dceb2f8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/631fbd329dceb2f8","status":"passed","time":{"start":1728032137558,"stop":1728032137561,"duration":3}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f72ce90421db7082","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f72ce90421db7082","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0}},{"uid":"7ac1290a9000ef11","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7ac1290a9000ef11","status":"passed","time":{"start":1728084876534,"stop":1728084876534,"duration":0}},{"uid":"181620bf9b0c398a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/181620bf9b0c398a","status":"passed","time":{"start":1728083744445,"stop":1728083744445,"duration":0}},{"uid":"bf786c2c38a8fac7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bf786c2c38a8fac7","status":"passed","time":{"start":1728082807526,"stop":1728082807526,"duration":0}},{"uid":"1a4326a9b28388a1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1a4326a9b28388a1","status":"passed","time":{"start":1728082139384,"stop":1728082139384,"duration":0}},{"uid":"213f581a7c0c2198","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/213f581a7c0c2198","status":"passed","time":{"start":1728068908090,"stop":1728068908091,"duration":1}},{"uid":"956efa15516f59a6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/956efa15516f59a6","status":"passed","time":{"start":1728067784800,"stop":1728067784800,"duration":0}},{"uid":"526912740fc813b7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/526912740fc813b7","status":"passed","time":{"start":1728065631562,"stop":1728065631562,"duration":0}},{"uid":"cfab0e2b419170f9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cfab0e2b419170f9","status":"passed","time":{"start":1728065920920,"stop":1728065920920,"duration":0}},{"uid":"47fa0846fe81c898","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/47fa0846fe81c898","status":"passed","time":{"start":1728056811698,"stop":1728056811698,"duration":0}},{"uid":"caf65e0e9e48da70","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/caf65e0e9e48da70","status":"passed","time":{"start":1728055983160,"stop":1728055983160,"duration":0}},{"uid":"a0f9597c784f1f0a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a0f9597c784f1f0a","status":"passed","time":{"start":1728056303601,"stop":1728056303601,"duration":0}},{"uid":"74d2412021cd0e6e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/74d2412021cd0e6e","status":"passed","time":{"start":1728055114886,"stop":1728055114886,"duration":0}},{"uid":"74cce392544d0210","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/74cce392544d0210","status":"passed","time":{"start":1728054093760,"stop":1728054093760,"duration":0}},{"uid":"437b479078a0d4e2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/437b479078a0d4e2","status":"passed","time":{"start":1728052371261,"stop":1728052371261,"duration":0}},{"uid":"d87a85721273630a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d87a85721273630a","status":"passed","time":{"start":1728046051887,"stop":1728046051888,"duration":1}},{"uid":"b0b04cd54cfaed0f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b0b04cd54cfaed0f","status":"passed","time":{"start":1728046838032,"stop":1728046838032,"duration":0}},{"uid":"17338ede94e247eb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/17338ede94e247eb","status":"passed","time":{"start":1728042907594,"stop":1728042907594,"duration":0}},{"uid":"a4cdfdc38f90bb43","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a4cdfdc38f90bb43","status":"passed","time":{"start":1728035469894,"stop":1728035469894,"duration":0}},{"uid":"49e906f30f57e486","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/49e906f30f57e486","status":"passed","time":{"start":1728033386454,"stop":1728033386454,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":15,"unknown":0,"total":24},"items":[{"uid":"985378f685d93581","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/985378f685d93581","status":"passed","time":{"start":1728085966212,"stop":1728085966212,"duration":0}},{"uid":"f8d195f1d71bf138","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f8d195f1d71bf138","status":"passed","time":{"start":1728084983075,"stop":1728084983076,"duration":1}},{"uid":"1752c2dd9f20a7d7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1752c2dd9f20a7d7","status":"passed","time":{"start":1728083842834,"stop":1728083842835,"duration":1}},{"uid":"efee1b4af8ce37ab","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/efee1b4af8ce37ab","status":"passed","time":{"start":1728082916487,"stop":1728082916487,"duration":0}},{"uid":"ee42d6acc8c17f29","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ee42d6acc8c17f29","status":"passed","time":{"start":1728082241783,"stop":1728082241783,"duration":0}},{"uid":"31086b098880a453","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/31086b098880a453","status":"passed","time":{"start":1728069013701,"stop":1728069013701,"duration":0}},{"uid":"9993d4650662c042","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9993d4650662c042","status":"passed","time":{"start":1728067876050,"stop":1728067876051,"duration":1}},{"uid":"ebbbd40e0e3c98fd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ebbbd40e0e3c98fd","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728065858382,"stop":1728065858382,"duration":0}},{"uid":"754c52b7322e413b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/754c52b7322e413b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066146519,"stop":1728066146519,"duration":0}},{"uid":"e4c1beec6e8303a2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e4c1beec6e8303a2","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728057035165,"stop":1728057035169,"duration":4}},{"uid":"e484b9dec07b56ef","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e484b9dec07b56ef","status":"passed","time":{"start":1728056213603,"stop":1728056213604,"duration":1}},{"uid":"f047f92f995c2d03","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f047f92f995c2d03","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056529719,"stop":1728056529720,"duration":1}},{"uid":"93edeef59a0d263","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/93edeef59a0d263","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728055342801,"stop":1728055342801,"duration":0}},{"uid":"9f555553a129c176","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9f555553a129c176","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728054321004,"stop":1728054321004,"duration":0}},{"uid":"3758df45d06b3ee4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3758df45d06b3ee4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728052583016,"stop":1728052583016,"duration":0}},{"uid":"79857aecd7b9b613","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/79857aecd7b9b613","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728046285795,"stop":1728046285795,"duration":0}},{"uid":"ff5a67901b7c0c6e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ff5a67901b7c0c6e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728047065359,"stop":1728047065359,"duration":0}},{"uid":"75ea874ff5caecac","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/75ea874ff5caecac","status":"passed","time":{"start":1728043011831,"stop":1728043011835,"duration":4}},{"uid":"f1c7ab8048931748","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f1c7ab8048931748","status":"passed","time":{"start":1728035574553,"stop":1728035574553,"duration":0}},{"uid":"a26f90cc2cb1cad7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a26f90cc2cb1cad7","status":"passed","time":{"start":1728033489592,"stop":1728033489593,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"d015669b7ef140cd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d015669b7ef140cd","status":"passed","time":{"start":1728086203099,"stop":1728086203113,"duration":14}},{"uid":"d88a0cf082cccafd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d88a0cf082cccafd","status":"passed","time":{"start":1728085221330,"stop":1728085221330,"duration":0}},{"uid":"5fba258dff3ef2ac","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5fba258dff3ef2ac","status":"passed","time":{"start":1728084029167,"stop":1728084029170,"duration":3}},{"uid":"d968135ba3f59860","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d968135ba3f59860","status":"passed","time":{"start":1728083082994,"stop":1728083082995,"duration":1}},{"uid":"540e62a64f7e494c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/540e62a64f7e494c","status":"passed","time":{"start":1728082390956,"stop":1728082390956,"duration":0}},{"uid":"b13a4448b454244f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b13a4448b454244f","status":"passed","time":{"start":1728069248371,"stop":1728069248372,"duration":1}},{"uid":"e78bf9984aafb5aa","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e78bf9984aafb5aa","status":"passed","time":{"start":1728068031246,"stop":1728068031249,"duration":3}},{"uid":"abf7193b1c34049f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/abf7193b1c34049f","status":"passed","time":{"start":1728066046600,"stop":1728066046601,"duration":1}},{"uid":"942b5fa64516bb6e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/942b5fa64516bb6e","status":"passed","time":{"start":1728066341474,"stop":1728066341475,"duration":1}},{"uid":"1e6086cf5e27cbf1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1e6086cf5e27cbf1","status":"passed","time":{"start":1728057209564,"stop":1728057209565,"duration":1}},{"uid":"b688811653be7c6b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b688811653be7c6b","status":"passed","time":{"start":1728056305023,"stop":1728056305024,"duration":1}},{"uid":"5a59e5189c0dc934","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5a59e5189c0dc934","status":"passed","time":{"start":1728056720927,"stop":1728056720928,"duration":1}},{"uid":"7a00c0e7b981cb10","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7a00c0e7b981cb10","status":"passed","time":{"start":1728052606338,"stop":1728052606338,"duration":0}},{"uid":"5781eeb4707aed2b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5781eeb4707aed2b","status":"passed","time":{"start":1728046448368,"stop":1728046448368,"duration":0}},{"uid":"551bf77b0ac95485","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/551bf77b0ac95485","status":"passed","time":{"start":1728047258627,"stop":1728047258627,"duration":0}},{"uid":"83909fe239e8d149","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/83909fe239e8d149","status":"passed","time":{"start":1728043238290,"stop":1728043238291,"duration":1}},{"uid":"b9bda6d0f8efb985","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b9bda6d0f8efb985","status":"passed","time":{"start":1728035872166,"stop":1728035872166,"duration":0}},{"uid":"767ca8401fc1cf38","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/767ca8401fc1cf38","status":"passed","time":{"start":1728033783667,"stop":1728033783668,"duration":1}},{"uid":"5a105e607731c517","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5a105e607731c517","status":"passed","time":{"start":1728033410925,"stop":1728033410925,"duration":0}},{"uid":"c77905a4ea20e159","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c77905a4ea20e159","status":"passed","time":{"start":1728032924198,"stop":1728032924198,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f8a6cf5175fa99f4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8a6cf5175fa99f4","status":"passed","time":{"start":1728086063192,"stop":1728086063192,"duration":0}},{"uid":"29995710465ad2c5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/29995710465ad2c5","status":"passed","time":{"start":1728085079906,"stop":1728085079907,"duration":1}},{"uid":"821e5e5857e6bfa6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/821e5e5857e6bfa6","status":"passed","time":{"start":1728083929300,"stop":1728083929301,"duration":1}},{"uid":"26cc84de1a3639a9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/26cc84de1a3639a9","status":"passed","time":{"start":1728082986571,"stop":1728082986571,"duration":0}},{"uid":"5d24ca78238383b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5d24ca78238383b","status":"passed","time":{"start":1728082304428,"stop":1728082304429,"duration":1}},{"uid":"3777cb9ff945c2c0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3777cb9ff945c2c0","status":"passed","time":{"start":1728069112310,"stop":1728069112310,"duration":0}},{"uid":"5f2a4e0936904985","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5f2a4e0936904985","status":"passed","time":{"start":1728067941523,"stop":1728067941524,"duration":1}},{"uid":"99fbe31ade9d4892","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/99fbe31ade9d4892","status":"passed","time":{"start":1728043108501,"stop":1728043108502,"duration":1}},{"uid":"4e07a9c2ab0d051d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4e07a9c2ab0d051d","status":"passed","time":{"start":1728035666347,"stop":1728035666348,"duration":1}},{"uid":"cff154be6d568127","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cff154be6d568127","status":"passed","time":{"start":1728033588074,"stop":1728033588074,"duration":0}},{"uid":"7ec623db7358dbd7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7ec623db7358dbd7","status":"passed","time":{"start":1728033211363,"stop":1728033211363,"duration":0}},{"uid":"b0d247e9d7b881d7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b0d247e9d7b881d7","status":"passed","time":{"start":1728032787684,"stop":1728032787684,"duration":0}},{"uid":"f03afe2c829b6549","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f03afe2c829b6549","status":"passed","time":{"start":1728032415383,"stop":1728032415383,"duration":0}},{"uid":"e8d64214c4aecaae","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e8d64214c4aecaae","status":"passed","time":{"start":1728032137561,"stop":1728032137563,"duration":2}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"493dcc0bb7f5e2dc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/493dcc0bb7f5e2dc","status":"passed","time":{"start":1728085887947,"stop":1728085887948,"duration":1}},{"uid":"4be89366e1b7c3fc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4be89366e1b7c3fc","status":"passed","time":{"start":1728084901035,"stop":1728084901035,"duration":0}},{"uid":"6caa780e43f87ce9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6caa780e43f87ce9","status":"passed","time":{"start":1728083767736,"stop":1728083767736,"duration":0}},{"uid":"3b8f306dd60f9dfc","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3b8f306dd60f9dfc","status":"passed","time":{"start":1728082831082,"stop":1728082831083,"duration":1}},{"uid":"b0916ff3defbebc6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b0916ff3defbebc6","status":"passed","time":{"start":1728082163255,"stop":1728082163256,"duration":1}},{"uid":"3926ed676fc13048","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3926ed676fc13048","status":"passed","time":{"start":1728068932327,"stop":1728068932328,"duration":1}},{"uid":"34a90f98aea50244","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/34a90f98aea50244","status":"passed","time":{"start":1728067808308,"stop":1728067808309,"duration":1}},{"uid":"886f8858b4f4c3b5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/886f8858b4f4c3b5","status":"passed","time":{"start":1728065654940,"stop":1728065654940,"duration":0}},{"uid":"4b481abc08b24ce3","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4b481abc08b24ce3","status":"passed","time":{"start":1728065944721,"stop":1728065944722,"duration":1}},{"uid":"327096b2d69d3a30","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/327096b2d69d3a30","status":"passed","time":{"start":1728056835002,"stop":1728056835002,"duration":0}},{"uid":"8ebecfa84e17a25c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8ebecfa84e17a25c","status":"passed","time":{"start":1728056007090,"stop":1728056007091,"duration":1}},{"uid":"86c223b35bbca9ba","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/86c223b35bbca9ba","status":"passed","time":{"start":1728056327236,"stop":1728056327237,"duration":1}},{"uid":"d6bc7adffca39c48","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d6bc7adffca39c48","status":"passed","time":{"start":1728055138664,"stop":1728055138664,"duration":0}},{"uid":"ff303cf3427a7036","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ff303cf3427a7036","status":"passed","time":{"start":1728054117449,"stop":1728054117449,"duration":0}},{"uid":"408d8ea770b6e1e8","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/408d8ea770b6e1e8","status":"passed","time":{"start":1728052394959,"stop":1728052394959,"duration":0}},{"uid":"743025641865a493","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/743025641865a493","status":"passed","time":{"start":1728046076373,"stop":1728046076373,"duration":0}},{"uid":"4c6a3e20a4164afa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4c6a3e20a4164afa","status":"passed","time":{"start":1728046861538,"stop":1728046861538,"duration":0}},{"uid":"7573b5b5a3acea22","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7573b5b5a3acea22","status":"passed","time":{"start":1728042931174,"stop":1728042931174,"duration":0}},{"uid":"b06c21a61318b108","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b06c21a61318b108","status":"passed","time":{"start":1728035493994,"stop":1728035493995,"duration":1}},{"uid":"be82db791a9b7fae","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/be82db791a9b7fae","status":"passed","time":{"start":1728033410788,"stop":1728033410788,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"988baf591d5da5f2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/988baf591d5da5f2","status":"passed","time":{"start":1728085872170,"stop":1728085872170,"duration":0}},{"uid":"11000b8e1796baaf","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/11000b8e1796baaf","status":"passed","time":{"start":1728084884509,"stop":1728084884509,"duration":0}},{"uid":"a3f8849c2f601c76","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a3f8849c2f601c76","status":"passed","time":{"start":1728083751995,"stop":1728083751996,"duration":1}},{"uid":"881b1055c1f2d1f7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/881b1055c1f2d1f7","status":"passed","time":{"start":1728082815042,"stop":1728082815043,"duration":1}},{"uid":"d2d01c2d0dabb022","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d2d01c2d0dabb022","status":"passed","time":{"start":1728082147327,"stop":1728082147328,"duration":1}},{"uid":"48dd4843f4ee3fa2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/48dd4843f4ee3fa2","status":"passed","time":{"start":1728068916324,"stop":1728068916324,"duration":0}},{"uid":"d67fa61967738496","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d67fa61967738496","status":"passed","time":{"start":1728067792195,"stop":1728067792195,"duration":0}},{"uid":"57800e9caa49d42e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/57800e9caa49d42e","status":"passed","time":{"start":1728065639265,"stop":1728065639265,"duration":0}},{"uid":"e294d82e1b86b48e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e294d82e1b86b48e","status":"passed","time":{"start":1728065928762,"stop":1728065928763,"duration":1}},{"uid":"2808fb2c75a5fc3e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2808fb2c75a5fc3e","status":"passed","time":{"start":1728056819207,"stop":1728056819213,"duration":6}},{"uid":"59f09c3ef30dbe91","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/59f09c3ef30dbe91","status":"passed","time":{"start":1728055990813,"stop":1728055990814,"duration":1}},{"uid":"381886ab715f1470","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/381886ab715f1470","status":"passed","time":{"start":1728056311527,"stop":1728056311527,"duration":0}},{"uid":"3968ddb175e3708c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3968ddb175e3708c","status":"passed","time":{"start":1728055122713,"stop":1728055122714,"duration":1}},{"uid":"f0f1df9e540233b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f0f1df9e540233b","status":"passed","time":{"start":1728054101384,"stop":1728054101384,"duration":0}},{"uid":"b44d84c4e2af06fa","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b44d84c4e2af06fa","status":"passed","time":{"start":1728052379042,"stop":1728052379042,"duration":0}},{"uid":"79e4f635e96a5c88","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/79e4f635e96a5c88","status":"passed","time":{"start":1728046059831,"stop":1728046059832,"duration":1}},{"uid":"401bd089e9c3b4b6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/401bd089e9c3b4b6","status":"passed","time":{"start":1728046845715,"stop":1728046845715,"duration":0}},{"uid":"132fd57eb50cdf33","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/132fd57eb50cdf33","status":"passed","time":{"start":1728042915335,"stop":1728042915336,"duration":1}},{"uid":"f508a52cfe45b217","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f508a52cfe45b217","status":"passed","time":{"start":1728035477914,"stop":1728035477914,"duration":0}},{"uid":"6ac6cb0f7afe42b8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6ac6cb0f7afe42b8","status":"passed","time":{"start":1728033394405,"stop":1728033394406,"duration":1}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"eac47a0e2775fcd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eac47a0e2775fcd","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0}},{"uid":"5ba19f00a8107ff4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5ba19f00a8107ff4","status":"passed","time":{"start":1728084905008,"stop":1728084905009,"duration":1}},{"uid":"abfee9b1b05b4efd","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/abfee9b1b05b4efd","status":"passed","time":{"start":1728083771605,"stop":1728083771605,"duration":0}},{"uid":"db896f5338f79bd2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/db896f5338f79bd2","status":"passed","time":{"start":1728082834945,"stop":1728082834946,"duration":1}},{"uid":"53a79a158eaa82c9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/53a79a158eaa82c9","status":"passed","time":{"start":1728082166942,"stop":1728082166942,"duration":0}},{"uid":"77ad11505a4c4da1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/77ad11505a4c4da1","status":"passed","time":{"start":1728068936269,"stop":1728068936269,"duration":0}},{"uid":"39b13733bfe93643","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/39b13733bfe93643","status":"passed","time":{"start":1728067812053,"stop":1728067812053,"duration":0}},{"uid":"657934b8a81a4b02","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/657934b8a81a4b02","status":"passed","time":{"start":1728065658892,"stop":1728065658893,"duration":1}},{"uid":"1759035cb9476c7a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1759035cb9476c7a","status":"passed","time":{"start":1728065948761,"stop":1728065948762,"duration":1}},{"uid":"29c8efe50b90faa8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/29c8efe50b90faa8","status":"passed","time":{"start":1728056838988,"stop":1728056838988,"duration":0}},{"uid":"dc3ca1d505ae3d61","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/dc3ca1d505ae3d61","status":"passed","time":{"start":1728056010879,"stop":1728056010879,"duration":0}},{"uid":"5f8a1d5d002dedf3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5f8a1d5d002dedf3","status":"passed","time":{"start":1728056331135,"stop":1728056331136,"duration":1}},{"uid":"576c6a0b463acb4c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/576c6a0b463acb4c","status":"passed","time":{"start":1728055142645,"stop":1728055142646,"duration":1}},{"uid":"91e30ffbe86d9cf4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/91e30ffbe86d9cf4","status":"passed","time":{"start":1728054121363,"stop":1728054121363,"duration":0}},{"uid":"e23a971ad2f33964","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e23a971ad2f33964","status":"passed","time":{"start":1728052398854,"stop":1728052398854,"duration":0}},{"uid":"c018a2eed1fd054c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c018a2eed1fd054c","status":"passed","time":{"start":1728046080160,"stop":1728046080160,"duration":0}},{"uid":"a2f29990944d44d4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a2f29990944d44d4","status":"passed","time":{"start":1728046865185,"stop":1728046865186,"duration":1}},{"uid":"7a6612855d8be047","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7a6612855d8be047","status":"passed","time":{"start":1728042934924,"stop":1728042934924,"duration":0}},{"uid":"5132103899f3e366","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5132103899f3e366","status":"passed","time":{"start":1728035498004,"stop":1728035498004,"duration":0}},{"uid":"186cbed84ea36c87","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/186cbed84ea36c87","status":"passed","time":{"start":1728033414709,"stop":1728033414710,"duration":1}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9e21ca684d38995f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e21ca684d38995f","status":"passed","time":{"start":1728085864163,"stop":1728085864163,"duration":0}},{"uid":"4283b0140b6ac4e8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4283b0140b6ac4e8","status":"passed","time":{"start":1728084876391,"stop":1728084876392,"duration":1}},{"uid":"fd796cc413ca7c7e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fd796cc413ca7c7e","status":"passed","time":{"start":1728083744349,"stop":1728083744349,"duration":0}},{"uid":"34f6c1cf7bf9345e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/34f6c1cf7bf9345e","status":"passed","time":{"start":1728082807441,"stop":1728082807442,"duration":1}},{"uid":"abf22dd36d5244e9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/abf22dd36d5244e9","status":"passed","time":{"start":1728082139309,"stop":1728082139309,"duration":0}},{"uid":"c0cd44e10a6bb26e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c0cd44e10a6bb26e","status":"passed","time":{"start":1728068908048,"stop":1728068908048,"duration":0}},{"uid":"3e5e603bc6a4516a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3e5e603bc6a4516a","status":"passed","time":{"start":1728067784704,"stop":1728067784704,"duration":0}},{"uid":"2ef99e5be2552b16","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2ef99e5be2552b16","status":"passed","time":{"start":1728065631506,"stop":1728065631507,"duration":1}},{"uid":"e4031a73f6b665b0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e4031a73f6b665b0","status":"passed","time":{"start":1728065920818,"stop":1728065920818,"duration":0}},{"uid":"623eb4fd8814ac8b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/623eb4fd8814ac8b","status":"passed","time":{"start":1728056811577,"stop":1728056811577,"duration":0}},{"uid":"5110109128b40b88","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5110109128b40b88","status":"passed","time":{"start":1728055983134,"stop":1728055983134,"duration":0}},{"uid":"6aa8dde38d3637df","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6aa8dde38d3637df","status":"passed","time":{"start":1728056303677,"stop":1728056303677,"duration":0}},{"uid":"24980295a93dc551","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/24980295a93dc551","status":"passed","time":{"start":1728055114806,"stop":1728055114806,"duration":0}},{"uid":"4aaf5a97c15657ed","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4aaf5a97c15657ed","status":"passed","time":{"start":1728054093593,"stop":1728054093593,"duration":0}},{"uid":"1ee30eb46b6cc750","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1ee30eb46b6cc750","status":"passed","time":{"start":1728052371178,"stop":1728052371178,"duration":0}},{"uid":"5e60dd02c1b2eeba","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5e60dd02c1b2eeba","status":"passed","time":{"start":1728046051716,"stop":1728046051717,"duration":1}},{"uid":"8f50172afa496d06","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8f50172afa496d06","status":"passed","time":{"start":1728046837804,"stop":1728046837804,"duration":0}},{"uid":"bf161a8cb2799542","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bf161a8cb2799542","status":"passed","time":{"start":1728042907577,"stop":1728042907577,"duration":0}},{"uid":"a2b93dc2c3ca641b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a2b93dc2c3ca641b","status":"passed","time":{"start":1728035469878,"stop":1728035469879,"duration":1}},{"uid":"2049058b5a1671b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2049058b5a1671b","status":"passed","time":{"start":1728033386387,"stop":1728033386387,"duration":0}}]},"5563a9a39138ea61273b4fae897adb93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b02e9e81ff105f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/95b02e9e81ff105f","status":"passed","time":{"start":1728043300950,"stop":1728043300951,"duration":1}}]},"9d784ba57412499ee04d33b62be84c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fb30b2277ca2e2c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1fb30b2277ca2e2c","status":"passed","time":{"start":1728043269970,"stop":1728043269971,"duration":1}}]},"2737f5faf46b115809a14055c91f3f13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3af8265ab743f206","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3af8265ab743f206","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755692,"stop":1728049755692,"duration":0}}]},"c87c6f2813f5d77c4bac7efe88a33e60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0a12fda6bde6931","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f0a12fda6bde6931","status":"passed","time":{"start":1728085254230,"stop":1728085254230,"duration":0}}]},"006ebbff8ae0b00b1c50a8e30f750af5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74ba5585292a6636","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/74ba5585292a6636","status":"passed","time":{"start":1728082422912,"stop":1728082422913,"duration":1}}]},"e7d998f967218c6ddcf82c6d54157874:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"2f0193cacc91d6e1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2f0193cacc91d6e1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728056359098,"stop":1728056359098,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7e7e0d9f933e56d1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e7e0d9f933e56d1","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0}},{"uid":"fb8424f623113ad8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fb8424f623113ad8","status":"passed","time":{"start":1728084876389,"stop":1728084876389,"duration":0}},{"uid":"1ffc757fd7508bad","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1ffc757fd7508bad","status":"passed","time":{"start":1728083744346,"stop":1728083744346,"duration":0}},{"uid":"66dd6c547af5cd1a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/66dd6c547af5cd1a","status":"passed","time":{"start":1728082807439,"stop":1728082807439,"duration":0}},{"uid":"a27f02983fb6b4f4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a27f02983fb6b4f4","status":"passed","time":{"start":1728082139306,"stop":1728082139306,"duration":0}},{"uid":"9828cc16a2b76284","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9828cc16a2b76284","status":"passed","time":{"start":1728068908045,"stop":1728068908045,"duration":0}},{"uid":"fabfb65a22553c93","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fabfb65a22553c93","status":"passed","time":{"start":1728067784701,"stop":1728067784701,"duration":0}},{"uid":"2f4f3deab1bdde4b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2f4f3deab1bdde4b","status":"passed","time":{"start":1728065631504,"stop":1728065631504,"duration":0}},{"uid":"fcd1fb4dbb7f7280","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fcd1fb4dbb7f7280","status":"passed","time":{"start":1728065920815,"stop":1728065920815,"duration":0}},{"uid":"98d00fa4594a40b5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/98d00fa4594a40b5","status":"passed","time":{"start":1728056811574,"stop":1728056811574,"duration":0}},{"uid":"905246cafbfd64bc","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/905246cafbfd64bc","status":"passed","time":{"start":1728055983131,"stop":1728055983131,"duration":0}},{"uid":"36d895e42490b32c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/36d895e42490b32c","status":"passed","time":{"start":1728056303675,"stop":1728056303675,"duration":0}},{"uid":"f4c795584829429b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f4c795584829429b","status":"passed","time":{"start":1728055114803,"stop":1728055114803,"duration":0}},{"uid":"85fa30b7b0fbbfa1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/85fa30b7b0fbbfa1","status":"passed","time":{"start":1728054093589,"stop":1728054093589,"duration":0}},{"uid":"12d893546c252fe9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/12d893546c252fe9","status":"passed","time":{"start":1728052371173,"stop":1728052371173,"duration":0}},{"uid":"149e97ed8dbdbb79","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/149e97ed8dbdbb79","status":"passed","time":{"start":1728046051713,"stop":1728046051713,"duration":0}},{"uid":"4b0d7ec81b5b174e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4b0d7ec81b5b174e","status":"passed","time":{"start":1728046837801,"stop":1728046837802,"duration":1}},{"uid":"6099c01d63f7e4fc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6099c01d63f7e4fc","status":"passed","time":{"start":1728042907574,"stop":1728042907574,"duration":0}},{"uid":"fa63679358d800e5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fa63679358d800e5","status":"passed","time":{"start":1728035469876,"stop":1728035469876,"duration":0}},{"uid":"80eaddc019e5e2f0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/80eaddc019e5e2f0","status":"passed","time":{"start":1728033386384,"stop":1728033386385,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"629297fc4066832b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/629297fc4066832b","status":"passed","time":{"start":1728086279996,"stop":1728086279997,"duration":1}},{"uid":"ac12243449ef7b99","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ac12243449ef7b99","status":"passed","time":{"start":1728085293905,"stop":1728085293905,"duration":0}},{"uid":"2a3c254b24c3fce7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2a3c254b24c3fce7","status":"passed","time":{"start":1728084101452,"stop":1728084101452,"duration":0}},{"uid":"77056d7b4545553c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/77056d7b4545553c","status":"passed","time":{"start":1728083168115,"stop":1728083168116,"duration":1}},{"uid":"87101a240c9b8f02","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/87101a240c9b8f02","status":"passed","time":{"start":1728082465061,"stop":1728082465062,"duration":1}},{"uid":"c4110e6d3a826634","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c4110e6d3a826634","status":"passed","time":{"start":1728069334924,"stop":1728069334924,"duration":0}},{"uid":"610a355621c29360","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/610a355621c29360","status":"passed","time":{"start":1728068118333,"stop":1728068118335,"duration":2}},{"uid":"9e953f89dad194bc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9e953f89dad194bc","status":"passed","time":{"start":1728043322681,"stop":1728043322681,"duration":0}},{"uid":"78996fed7627d684","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/78996fed7627d684","status":"passed","time":{"start":1728035930902,"stop":1728035930902,"duration":0}},{"uid":"272cb3bc137a441a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/272cb3bc137a441a","status":"passed","time":{"start":1728033847227,"stop":1728033847228,"duration":1}},{"uid":"a3417bab78d6895c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a3417bab78d6895c","status":"passed","time":{"start":1728033467598,"stop":1728033467598,"duration":0}},{"uid":"5b32f26a236eaa0a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5b32f26a236eaa0a","status":"passed","time":{"start":1728033001748,"stop":1728033001748,"duration":0}},{"uid":"328097dba9ea718a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/328097dba9ea718a","status":"passed","time":{"start":1728032629247,"stop":1728032629248,"duration":1}},{"uid":"90fcf4d57aa17853","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/90fcf4d57aa17853","status":"passed","time":{"start":1728032360467,"stop":1728032360467,"duration":0}}]},"4b8c536f78dfaafa36ca8b256834075e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cfc0739fa58406b1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cfc0739fa58406b1","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0}}]},"53a7e3a207f4a193722eb64567981723:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9455e82d827db0c4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9455e82d827db0c4","status":"passed","time":{"start":1728056359094,"stop":1728056359095,"duration":1}}]},"e34cecd927eeacea164d4bbc17fe0e44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e04976e6901e7c8d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e04976e6901e7c8d","status":"passed","time":{"start":1728082438074,"stop":1728082438075,"duration":1}}]},"92a583c43c09a9ed19af98b6f8559b3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bab84e53b3fa4406","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bab84e53b3fa4406","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728067502942,"stop":1728067502942,"duration":0}}]},"8f2a99aa5c9381d2e0cc85cf15d21974:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dcaf0c738636791","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8dcaf0c738636791","status":"passed","time":{"start":1728035898414,"stop":1728035898414,"duration":0}}]},"d86a13dc6942ad4473add55c6401ceeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67c626e74f2359b0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/67c626e74f2359b0","status":"passed","time":{"start":1728069281360,"stop":1728069281361,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"44aaee5bc689bfb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44aaee5bc689bfb5","status":"passed","time":{"start":1728086203128,"stop":1728086203129,"duration":1}},{"uid":"c7cae181bf4dca5f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c7cae181bf4dca5f","status":"passed","time":{"start":1728085221334,"stop":1728085221334,"duration":0}},{"uid":"c303fff50e7e45ac","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c303fff50e7e45ac","status":"passed","time":{"start":1728084029187,"stop":1728084029187,"duration":0}},{"uid":"2491b2eac6d5e959","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2491b2eac6d5e959","status":"passed","time":{"start":1728083083005,"stop":1728083083006,"duration":1}},{"uid":"a87d3e38b99d2266","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a87d3e38b99d2266","status":"passed","time":{"start":1728082390966,"stop":1728082390966,"duration":0}},{"uid":"be41e90ce5bd47fd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/be41e90ce5bd47fd","status":"passed","time":{"start":1728069248379,"stop":1728069248380,"duration":1}},{"uid":"75320bb6deef2828","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/75320bb6deef2828","status":"passed","time":{"start":1728068031256,"stop":1728068031257,"duration":1}},{"uid":"7bd7a3c1c18a81d7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7bd7a3c1c18a81d7","status":"passed","time":{"start":1728066046607,"stop":1728066046608,"duration":1}},{"uid":"726bfe1dbade3331","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/726bfe1dbade3331","status":"passed","time":{"start":1728066341479,"stop":1728066341479,"duration":0}},{"uid":"d3b0eef4273ea808","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d3b0eef4273ea808","status":"passed","time":{"start":1728057209568,"stop":1728057209569,"duration":1}},{"uid":"21bf7a15860857e0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/21bf7a15860857e0","status":"passed","time":{"start":1728056305031,"stop":1728056305031,"duration":0}},{"uid":"a1007ba93bad1d9c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a1007ba93bad1d9c","status":"passed","time":{"start":1728056720931,"stop":1728056720931,"duration":0}},{"uid":"6f821249cde3e5b8","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6f821249cde3e5b8","status":"passed","time":{"start":1728052606343,"stop":1728052606344,"duration":1}},{"uid":"18249730bfdc8dd2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/18249730bfdc8dd2","status":"passed","time":{"start":1728046448375,"stop":1728046448376,"duration":1}},{"uid":"3d36e20913abd82","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3d36e20913abd82","status":"passed","time":{"start":1728047258631,"stop":1728047258631,"duration":0}},{"uid":"6764d22eeb93480e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6764d22eeb93480e","status":"passed","time":{"start":1728043238300,"stop":1728043238300,"duration":0}},{"uid":"7b33b255258739d3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7b33b255258739d3","status":"passed","time":{"start":1728035872176,"stop":1728035872176,"duration":0}},{"uid":"5a04fac4b6310b99","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5a04fac4b6310b99","status":"passed","time":{"start":1728033783673,"stop":1728033783673,"duration":0}},{"uid":"1fc22c54c52fe168","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1fc22c54c52fe168","status":"passed","time":{"start":1728033410928,"stop":1728033410929,"duration":1}},{"uid":"507ff39540fe917b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/507ff39540fe917b","status":"passed","time":{"start":1728032924235,"stop":1728032924236,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6525ce423a08947","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b6525ce423a08947","status":"passed","time":{"start":1728085924041,"stop":1728085924041,"duration":0}},{"uid":"f2b63fe2efaadf7d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f2b63fe2efaadf7d","status":"passed","time":{"start":1728084938533,"stop":1728084938536,"duration":3}},{"uid":"d366f0a5bf582734","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d366f0a5bf582734","status":"passed","time":{"start":1728083803134,"stop":1728083803134,"duration":0}},{"uid":"8f0288cdee5d99c8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8f0288cdee5d99c8","status":"passed","time":{"start":1728082866457,"stop":1728082866458,"duration":1}},{"uid":"d3dd37dd25194bdd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d3dd37dd25194bdd","status":"passed","time":{"start":1728082201442,"stop":1728082201443,"duration":1}},{"uid":"ab575916585d8877","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ab575916585d8877","status":"passed","time":{"start":1728068970722,"stop":1728068970722,"duration":0}},{"uid":"ae0ff191f6f76eab","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ae0ff191f6f76eab","status":"passed","time":{"start":1728042966898,"stop":1728042966899,"duration":1}},{"uid":"929b868fb5ba6c82","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/929b868fb5ba6c82","status":"passed","time":{"start":1728035530681,"stop":1728035530681,"duration":0}},{"uid":"1a53defceef73a44","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1a53defceef73a44","status":"passed","time":{"start":1728033448456,"stop":1728033448463,"duration":7}},{"uid":"506e0c7b93d3b448","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/506e0c7b93d3b448","status":"passed","time":{"start":1728033073496,"stop":1728033073497,"duration":1}},{"uid":"1a5d772d0c480b04","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1a5d772d0c480b04","status":"passed","time":{"start":1728032644094,"stop":1728032644094,"duration":0}},{"uid":"2eaaa9e62e12a50f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2eaaa9e62e12a50f","status":"passed","time":{"start":1728032279022,"stop":1728032279023,"duration":1}},{"uid":"2783572101fc2b3b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2783572101fc2b3b","status":"passed","time":{"start":1728032001102,"stop":1728032001102,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"f9ae94b5c7864f79","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f9ae94b5c7864f79","status":"passed","time":{"start":1728086207911,"stop":1728086207912,"duration":1}},{"uid":"256b25bb74999374","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/256b25bb74999374","status":"passed","time":{"start":1728085227794,"stop":1728085227794,"duration":0}},{"uid":"d2f47d4ac99c4277","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d2f47d4ac99c4277","status":"passed","time":{"start":1728084031093,"stop":1728084031094,"duration":1}},{"uid":"8acda95e7b3e19bc","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8acda95e7b3e19bc","status":"passed","time":{"start":1728083085067,"stop":1728083085068,"duration":1}},{"uid":"b40c114282a6968d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b40c114282a6968d","status":"passed","time":{"start":1728082402962,"stop":1728082402962,"duration":0}},{"uid":"e5bcb3d7d2b9123a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5bcb3d7d2b9123a","status":"passed","time":{"start":1728069256724,"stop":1728069256724,"duration":0}},{"uid":"371f064cacc309e5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/371f064cacc309e5","status":"passed","time":{"start":1728068039049,"stop":1728068039050,"duration":1}},{"uid":"6e85400c3066b9a6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6e85400c3066b9a6","status":"passed","time":{"start":1728066054980,"stop":1728066054980,"duration":0}},{"uid":"57b7b35562803a87","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/57b7b35562803a87","status":"passed","time":{"start":1728066345497,"stop":1728066345498,"duration":1}},{"uid":"31dfda503098f498","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/31dfda503098f498","status":"passed","time":{"start":1728057218520,"stop":1728057218520,"duration":0}},{"uid":"7b2e69ecfd45ae87","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7b2e69ecfd45ae87","status":"passed","time":{"start":1728056313102,"stop":1728056313103,"duration":1}},{"uid":"b59211857ab3b85b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b59211857ab3b85b","status":"passed","time":{"start":1728056731788,"stop":1728056731788,"duration":0}},{"uid":"dd9f8917fd0c00d3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/dd9f8917fd0c00d3","status":"passed","time":{"start":1728052615134,"stop":1728052615134,"duration":0}},{"uid":"dfe4d68fc627db1d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dfe4d68fc627db1d","status":"passed","time":{"start":1728046456507,"stop":1728046456507,"duration":0}},{"uid":"1a2a54b6b5013ffe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1a2a54b6b5013ffe","status":"passed","time":{"start":1728047262764,"stop":1728047262764,"duration":0}},{"uid":"4797a8fbf645b9c3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4797a8fbf645b9c3","status":"passed","time":{"start":1728043245060,"stop":1728043245060,"duration":0}},{"uid":"28a156d86cf089c7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/28a156d86cf089c7","status":"passed","time":{"start":1728035876571,"stop":1728035876572,"duration":1}},{"uid":"2bfba20ad87c32b7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2bfba20ad87c32b7","status":"passed","time":{"start":1728033795272,"stop":1728033795272,"duration":0}},{"uid":"38c2f5d690de76c0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/38c2f5d690de76c0","status":"passed","time":{"start":1728033412132,"stop":1728033412133,"duration":1}},{"uid":"44fdcfc08f6e2b9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/44fdcfc08f6e2b9","status":"passed","time":{"start":1728032929721,"stop":1728032929721,"duration":0}}]},"bf377de4e33d1f1e56e1d3616a0af2b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b341d038add952","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5b341d038add952","status":"passed","time":{"start":1728058204393,"stop":1728058204393,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9483efd4d1e072d1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9483efd4d1e072d1","status":"passed","time":{"start":1728086232770,"stop":1728086232771,"duration":1}},{"uid":"513e7544633c9a6f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/513e7544633c9a6f","status":"passed","time":{"start":1728085246951,"stop":1728085246952,"duration":1}},{"uid":"152e467d8704c933","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/152e467d8704c933","status":"passed","time":{"start":1728084058081,"stop":1728084058081,"duration":0}},{"uid":"e8b299052ad0ab9a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e8b299052ad0ab9a","status":"passed","time":{"start":1728083127622,"stop":1728083127622,"duration":0}},{"uid":"46fe11d95494e924","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/46fe11d95494e924","status":"passed","time":{"start":1728082440477,"stop":1728082440477,"duration":0}},{"uid":"f05e7b38140a8c2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f05e7b38140a8c2","status":"passed","time":{"start":1728069276442,"stop":1728069276442,"duration":0}},{"uid":"349ca3e976eb8179","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/349ca3e976eb8179","status":"passed","time":{"start":1728068089828,"stop":1728068089829,"duration":1}},{"uid":"eee5b7147a3fe9f8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/eee5b7147a3fe9f8","status":"passed","time":{"start":1728066031454,"stop":1728066031456,"duration":2}},{"uid":"f19228ef9d7c0f16","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f19228ef9d7c0f16","status":"passed","time":{"start":1728066319060,"stop":1728066319061,"duration":1}},{"uid":"6bcfbc8db184ef11","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6bcfbc8db184ef11","status":"passed","time":{"start":1728057209089,"stop":1728057209090,"duration":1}},{"uid":"dc87b88f485f3ff4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/dc87b88f485f3ff4","status":"passed","time":{"start":1728056341585,"stop":1728056341585,"duration":0}},{"uid":"78670c4ec7babbd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/78670c4ec7babbd","status":"passed","time":{"start":1728056702825,"stop":1728056702826,"duration":1}},{"uid":"b11a8801e92629f8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b11a8801e92629f8","status":"passed","time":{"start":1728055468501,"stop":1728055468502,"duration":1}},{"uid":"60c26480ce303a4a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/60c26480ce303a4a","status":"passed","time":{"start":1728054438781,"stop":1728054438781,"duration":0}},{"uid":"c20cf8004ce078c1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c20cf8004ce078c1","status":"passed","time":{"start":1728052604639,"stop":1728052604640,"duration":1}},{"uid":"ab502fc541626777","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ab502fc541626777","status":"passed","time":{"start":1728046480408,"stop":1728046480408,"duration":0}},{"uid":"223ae31ce30d69aa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/223ae31ce30d69aa","status":"passed","time":{"start":1728047236482,"stop":1728047236483,"duration":1}},{"uid":"80b23f190480f544","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/80b23f190480f544","status":"passed","time":{"start":1728043270081,"stop":1728043270082,"duration":1}},{"uid":"c489fdb35eb1289f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c489fdb35eb1289f","status":"passed","time":{"start":1728035869308,"stop":1728035869311,"duration":3}},{"uid":"6f32607bcc4e0bb5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6f32607bcc4e0bb5","status":"passed","time":{"start":1728033791060,"stop":1728033791062,"duration":2}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"44574ec1fa0c4ddf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44574ec1fa0c4ddf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086032746,"stop":1728086032746,"duration":0}},{"uid":"2de1e36d5f7a91dd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2de1e36d5f7a91dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085050226,"stop":1728085050227,"duration":1}},{"uid":"6783ddf09d35cf34","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6783ddf09d35cf34","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083903383,"stop":1728083903383,"duration":0}},{"uid":"50934932cdc1947e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/50934932cdc1947e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082964244,"stop":1728082964244,"duration":0}},{"uid":"7426f50e5991fbb8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7426f50e5991fbb8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082280693,"stop":1728082280693,"duration":0}},{"uid":"505bee66aacc70a8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/505bee66aacc70a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069077480,"stop":1728069077481,"duration":1}},{"uid":"54dd8c609a23d02a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/54dd8c609a23d02a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728067917858,"stop":1728067917858,"duration":0}},{"uid":"a52c8f9755f8af4b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a52c8f9755f8af4b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043075259,"stop":1728043075259,"duration":0}},{"uid":"77ce02c3476fc5f4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/77ce02c3476fc5f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035638323,"stop":1728035638329,"duration":6}},{"uid":"8b36521a00da6c8c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8b36521a00da6c8c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033557525,"stop":1728033557525,"duration":0}},{"uid":"f3b441e5a45fd8d7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f3b441e5a45fd8d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033182559,"stop":1728033182560,"duration":1}},{"uid":"c16064e236fefd69","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c16064e236fefd69","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032755546,"stop":1728032755546,"duration":0}},{"uid":"cd1e6a89a3f486e2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cd1e6a89a3f486e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032388402,"stop":1728032388402,"duration":0}},{"uid":"2eadfc63cced2372","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2eadfc63cced2372","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032113362,"stop":1728032113362,"duration":0}}]},"03f5fcd643184d07203f0b7ef2ab4746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65c75ba8ed531bdc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/65c75ba8ed531bdc","status":"passed","time":{"start":1728032955837,"stop":1728032955838,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"777b5f80a6620e3a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/777b5f80a6620e3a","status":"passed","time":{"start":1728085863795,"stop":1728085863796,"duration":1}},{"uid":"442f778d7be813d4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/442f778d7be813d4","status":"passed","time":{"start":1728084876042,"stop":1728084876042,"duration":0}},{"uid":"1591dcb348c9a6f6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1591dcb348c9a6f6","status":"passed","time":{"start":1728083743929,"stop":1728083743929,"duration":0}},{"uid":"ce0ddf8190519c23","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ce0ddf8190519c23","status":"passed","time":{"start":1728082807299,"stop":1728082807300,"duration":1}},{"uid":"400db0f1a7419397","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/400db0f1a7419397","status":"passed","time":{"start":1728082138988,"stop":1728082138988,"duration":0}},{"uid":"236374044e210dd7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/236374044e210dd7","status":"passed","time":{"start":1728068907702,"stop":1728068907705,"duration":3}},{"uid":"d36766259916a6f8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d36766259916a6f8","status":"passed","time":{"start":1728067784373,"stop":1728067784373,"duration":0}},{"uid":"a52f390973255f69","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a52f390973255f69","status":"passed","time":{"start":1728065631075,"stop":1728065631075,"duration":0}},{"uid":"e3d7638b6dbfbda1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e3d7638b6dbfbda1","status":"passed","time":{"start":1728065920474,"stop":1728065920475,"duration":1}},{"uid":"2c82c644a826a90f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2c82c644a826a90f","status":"passed","time":{"start":1728056811055,"stop":1728056811055,"duration":0}},{"uid":"5f3b2846408a5b73","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5f3b2846408a5b73","status":"passed","time":{"start":1728055982548,"stop":1728055982549,"duration":1}},{"uid":"3380d4ac55340627","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3380d4ac55340627","status":"passed","time":{"start":1728056303103,"stop":1728056303103,"duration":0}},{"uid":"ee0d4cf4d1a8a67a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ee0d4cf4d1a8a67a","status":"passed","time":{"start":1728055114402,"stop":1728055114404,"duration":2}},{"uid":"46120163e39fc2cf","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/46120163e39fc2cf","status":"passed","time":{"start":1728054093227,"stop":1728054093228,"duration":1}},{"uid":"bf7b8153930e0de9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/bf7b8153930e0de9","status":"passed","time":{"start":1728052370838,"stop":1728052370839,"duration":1}},{"uid":"65d24d163c3f7386","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/65d24d163c3f7386","status":"passed","time":{"start":1728046051374,"stop":1728046051375,"duration":1}},{"uid":"b9a50da92906743d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b9a50da92906743d","status":"passed","time":{"start":1728046837381,"stop":1728046837382,"duration":1}},{"uid":"8e19a7ad52a30ed2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8e19a7ad52a30ed2","status":"passed","time":{"start":1728042906956,"stop":1728042906956,"duration":0}},{"uid":"3299df6c0aa3e56","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3299df6c0aa3e56","status":"passed","time":{"start":1728035469398,"stop":1728035469399,"duration":1}},{"uid":"ed2260754d0719f8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ed2260754d0719f8","status":"passed","time":{"start":1728033385997,"stop":1728033385997,"duration":0}}]},"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a8c71518de8939d9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a8c71518de8939d9","status":"passed","time":{"start":1728085879407,"stop":1728085879407,"duration":0}},{"uid":"7bce31b839584e31","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7bce31b839584e31","status":"passed","time":{"start":1728084892355,"stop":1728084892355,"duration":0}},{"uid":"373f898e28382cc3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/373f898e28382cc3","status":"passed","time":{"start":1728083759341,"stop":1728083759342,"duration":1}},{"uid":"680a70ee8727c8e1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/680a70ee8727c8e1","status":"passed","time":{"start":1728082822446,"stop":1728082822446,"duration":0}},{"uid":"e53f0320ed526c14","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e53f0320ed526c14","status":"passed","time":{"start":1728082154404,"stop":1728082154408,"duration":4}},{"uid":"7758bc5b61dc7ac3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7758bc5b61dc7ac3","status":"passed","time":{"start":1728068923552,"stop":1728068923553,"duration":1}},{"uid":"603da6498fd07741","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/603da6498fd07741","status":"passed","time":{"start":1728067799309,"stop":1728067799310,"duration":1}},{"uid":"d243d73dd8831212","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d243d73dd8831212","status":"passed","time":{"start":1728065646125,"stop":1728065646125,"duration":0}},{"uid":"12ba1eab27e141ef","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/12ba1eab27e141ef","status":"passed","time":{"start":1728065935862,"stop":1728065935863,"duration":1}},{"uid":"7a1bd1c138c2731b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7a1bd1c138c2731b","status":"passed","time":{"start":1728056826641,"stop":1728056826642,"duration":1}},{"uid":"3ca720e323a263c6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3ca720e323a263c6","status":"passed","time":{"start":1728055998442,"stop":1728055998443,"duration":1}},{"uid":"2b762910b6b4aa88","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2b762910b6b4aa88","status":"passed","time":{"start":1728056318801,"stop":1728056318802,"duration":1}},{"uid":"a84fa7daadd841a0","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a84fa7daadd841a0","status":"passed","time":{"start":1728055130052,"stop":1728055130052,"duration":0}},{"uid":"4682076e22d93500","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4682076e22d93500","status":"passed","time":{"start":1728054108887,"stop":1728054108887,"duration":0}},{"uid":"7ca5c015ff4b3635","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7ca5c015ff4b3635","status":"passed","time":{"start":1728052386537,"stop":1728052386538,"duration":1}},{"uid":"66d6f5c998a2355c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/66d6f5c998a2355c","status":"passed","time":{"start":1728046067561,"stop":1728046067562,"duration":1}},{"uid":"27cc95d12f2e4fed","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/27cc95d12f2e4fed","status":"passed","time":{"start":1728046853162,"stop":1728046853163,"duration":1}},{"uid":"1b33a8b77f2df324","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1b33a8b77f2df324","status":"passed","time":{"start":1728042922416,"stop":1728042922416,"duration":0}},{"uid":"46b473d5b3475e84","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/46b473d5b3475e84","status":"passed","time":{"start":1728035485384,"stop":1728035485387,"duration":3}},{"uid":"c57226dcf20c1bc5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c57226dcf20c1bc5","status":"passed","time":{"start":1728033402112,"stop":1728033402113,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":21,"unknown":0,"total":24},"items":[{"uid":"61670929c35aef99","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/61670929c35aef99","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0}},{"uid":"6c95b17e7138e07b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6c95b17e7138e07b","status":"passed","time":{"start":1728085277877,"stop":1728085277878,"duration":1}},{"uid":"57fbdc7c2c67f636","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/57fbdc7c2c67f636","status":"passed","time":{"start":1728084067145,"stop":1728084067147,"duration":2}},{"uid":"162d25a52dc46707","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/162d25a52dc46707","status":"passed","time":{"start":1728083147587,"stop":1728083147587,"duration":0}},{"uid":"b75ba02424da3a27","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b75ba02424da3a27","status":"passed","time":{"start":1728082438088,"stop":1728082438089,"duration":1}},{"uid":"4897274b8537067","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4897274b8537067","status":"passed","time":{"start":1728069309222,"stop":1728069309222,"duration":0}},{"uid":"e8253fbcf697bc4d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e8253fbcf697bc4d","status":"passed","time":{"start":1728068082737,"stop":1728068082741,"duration":4}},{"uid":"cef8156c63b28295","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cef8156c63b28295","status":"passed","time":{"start":1728066313115,"stop":1728066313115,"duration":0}},{"uid":"54e55bf93f106c91","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/54e55bf93f106c91","status":"passed","time":{"start":1728066643877,"stop":1728066643877,"duration":0}},{"uid":"976bbf6fd615b54f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/976bbf6fd615b54f","status":"passed","time":{"start":1728057700446,"stop":1728057700447,"duration":1}},{"uid":"459f11ab3895053d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/459f11ab3895053d","status":"passed","time":{"start":1728056619538,"stop":1728056619538,"duration":0}},{"uid":"c1392814455b1fe","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c1392814455b1fe","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728057124862,"stop":1728057124862,"duration":0}},{"uid":"e1cc5ff004fe4222","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e1cc5ff004fe4222","status":"passed","time":{"start":1728055761112,"stop":1728055761112,"duration":0}},{"uid":"db230aeb4c948f5e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/db230aeb4c948f5e","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728055090256,"stop":1728055090256,"duration":0}},{"uid":"f390245a37a1f984","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f390245a37a1f984","status":"passed","time":{"start":1728053197858,"stop":1728053197858,"duration":0}},{"uid":"cfb4b1efa11917b6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cfb4b1efa11917b6","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494829,"stop":1728047494829,"duration":0}},{"uid":"a40a50c1b38a125e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a40a50c1b38a125e","status":"passed","time":{"start":1728047681521,"stop":1728047681521,"duration":0}},{"uid":"149c1b06417b95c5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/149c1b06417b95c5","status":"passed","time":{"start":1728043300959,"stop":1728043300959,"duration":0}},{"uid":"b39c1280bf98233e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b39c1280bf98233e","status":"passed","time":{"start":1728035911106,"stop":1728035911107,"duration":1}},{"uid":"66ebbd962da260dc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/66ebbd962da260dc","status":"passed","time":{"start":1728033823635,"stop":1728033823636,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"7aef060190f03e15","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7aef060190f03e15","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085929891,"stop":1728085929891,"duration":0}},{"uid":"25807b2da02f1adb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/25807b2da02f1adb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084940329,"stop":1728084940329,"duration":0}},{"uid":"b3749f6e8fb3a2bf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b3749f6e8fb3a2bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083807041,"stop":1728083807042,"duration":1}},{"uid":"a6dd6763294a32c6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a6dd6763294a32c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082878438,"stop":1728082878440,"duration":2}},{"uid":"3db03eaffdd002e8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3db03eaffdd002e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082208583,"stop":1728082208583,"duration":0}},{"uid":"24955f1560c568e0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/24955f1560c568e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068975101,"stop":1728068975102,"duration":1}},{"uid":"f0a66a43b872f502","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f0a66a43b872f502","status":"skipped","statusDetails":"Test ignored","time":{"start":1728067846907,"stop":1728067846907,"duration":0}},{"uid":"bcca5f1361ec8d87","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bcca5f1361ec8d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065698209,"stop":1728065698209,"duration":0}},{"uid":"3ca2e1fcef80e7c5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3ca2e1fcef80e7c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065985246,"stop":1728065985246,"duration":0}},{"uid":"a6080973004a7071","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a6080973004a7071","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056875696,"stop":1728056875696,"duration":0}},{"uid":"8928560138adc48","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8928560138adc48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056052798,"stop":1728056052798,"duration":0}},{"uid":"6d542170154fb42b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6d542170154fb42b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056368501,"stop":1728056368501,"duration":0}},{"uid":"28a74b82c167d55c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/28a74b82c167d55c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055192616,"stop":1728055192617,"duration":1}},{"uid":"520be2f076fc203e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/520be2f076fc203e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054161290,"stop":1728054161291,"duration":1}},{"uid":"59c679e54f403f8c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/59c679e54f403f8c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052440367,"stop":1728052440367,"duration":0}},{"uid":"b5ccb5c79c25f10a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b5ccb5c79c25f10a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046118141,"stop":1728046118141,"duration":0}},{"uid":"a118e3e769e79d0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a118e3e769e79d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046914099,"stop":1728046914100,"duration":1}},{"uid":"f235100832e2002","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f235100832e2002","status":"skipped","statusDetails":"Test ignored","time":{"start":1728042972092,"stop":1728042972092,"duration":0}},{"uid":"62fbcf99a38e735e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/62fbcf99a38e735e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035535023,"stop":1728035535026,"duration":3}},{"uid":"39109bd44c356f22","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/39109bd44c356f22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033452192,"stop":1728033452192,"duration":0}}]},"1b50b2c7a177e12c683254cc847c46ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"baea2695d49d3369","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/baea2695d49d3369","status":"passed","time":{"start":1728066643867,"stop":1728066643868,"duration":1}}]},"8cb24edcc917c020df33d85d68ff1c01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25124cf290047d2d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/25124cf290047d2d","status":"passed","time":{"start":1728086171695,"stop":1728086171696,"duration":1}}]},"2295c0c110de42fc016dab99ac4f8bf8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b5e849cbc611ba6b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b5e849cbc611ba6b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728058204388,"stop":1728058204389,"duration":1}}]},"b3ae8cc5e258e7d7939f45997023dedd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83207113a07930e7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/83207113a07930e7","status":"passed","time":{"start":1728086226506,"stop":1728086226506,"duration":0}}]},"8a4df45d174392aa409ad6d590444032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33ddcb3427eb6715","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/33ddcb3427eb6715","status":"passed","time":{"start":1728032984209,"stop":1728032984209,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":14,"unknown":0,"total":23},"items":[{"uid":"23277529f2544c1d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/23277529f2544c1d","status":"passed","time":{"start":1728085963110,"stop":1728085963111,"duration":1}},{"uid":"f72f055abc0f52df","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f72f055abc0f52df","status":"passed","time":{"start":1728084980629,"stop":1728084980629,"duration":0}},{"uid":"f1eed163d19648b1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f1eed163d19648b1","status":"passed","time":{"start":1728083841528,"stop":1728083841528,"duration":0}},{"uid":"9e91343abb3a67d5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9e91343abb3a67d5","status":"passed","time":{"start":1728082905765,"stop":1728082905766,"duration":1}},{"uid":"b337a7d8e90a3605","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b337a7d8e90a3605","status":"passed","time":{"start":1728082231561,"stop":1728082231561,"duration":0}},{"uid":"cb3fc2818d0e1128","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cb3fc2818d0e1128","status":"passed","time":{"start":1728069010259,"stop":1728069010259,"duration":0}},{"uid":"f87e8903b50628e8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f87e8903b50628e8","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728067945936,"stop":1728067945936,"duration":0}},{"uid":"b58d390d149c8d64","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b58d390d149c8d64","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728065793559,"stop":1728065793559,"duration":0}},{"uid":"c73cab9ca65d5504","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c73cab9ca65d5504","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728066082370,"stop":1728066082370,"duration":0}},{"uid":"ae4fae59e401f0c5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ae4fae59e401f0c5","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728056971567,"stop":1728056971568,"duration":1}},{"uid":"1c152ec697549661","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1c152ec697549661","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728056145670,"stop":1728056145670,"duration":0}},{"uid":"ee8052fb4a997f7c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ee8052fb4a997f7c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728056464102,"stop":1728056464102,"duration":0}},{"uid":"3fa8b03c3dfc9175","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3fa8b03c3dfc9175","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728055276214,"stop":1728055276214,"duration":0}},{"uid":"1e9b05bb35bce22f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1e9b05bb35bce22f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728054254503,"stop":1728054254503,"duration":0}},{"uid":"c7cacc37ba5bd4a5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c7cacc37ba5bd4a5","status":"passed","time":{"start":1728046146002,"stop":1728046146002,"duration":0}},{"uid":"d5e97ea097d0064a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d5e97ea097d0064a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728046999007,"stop":1728046999007,"duration":0}},{"uid":"367c4bb486a2a494","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/367c4bb486a2a494","status":"passed","time":{"start":1728043008846,"stop":1728043008847,"duration":1}},{"uid":"394ad87726a523c3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/394ad87726a523c3","status":"passed","time":{"start":1728035569666,"stop":1728035569669,"duration":3}},{"uid":"cccad94911a62f4b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cccad94911a62f4b","status":"passed","time":{"start":1728033486722,"stop":1728033486723,"duration":1}},{"uid":"3c01aeff240c5100","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3c01aeff240c5100","status":"passed","time":{"start":1728033116279,"stop":1728033116281,"duration":2}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae2e922cd05b8997","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ae2e922cd05b8997","status":"passed","time":{"start":1728086171690,"stop":1728086171690,"duration":0}},{"uid":"b760349aacb46032","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b760349aacb46032","status":"passed","time":{"start":1728085184614,"stop":1728085184616,"duration":2}},{"uid":"7d9db5e662cbbc7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7d9db5e662cbbc7","status":"passed","time":{"start":1728084018342,"stop":1728084018343,"duration":1}},{"uid":"33fefc75e30e19d0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/33fefc75e30e19d0","status":"passed","time":{"start":1728083065658,"stop":1728083065658,"duration":0}},{"uid":"648bced27ffc6089","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/648bced27ffc6089","status":"passed","time":{"start":1728069218811,"stop":1728069218812,"duration":1}},{"uid":"dafede2632934fd1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dafede2632934fd1","status":"passed","time":{"start":1728046261808,"stop":1728046261808,"duration":0}},{"uid":"bb184fa3e7bb8a52","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bb184fa3e7bb8a52","status":"passed","time":{"start":1728043204067,"stop":1728043204067,"duration":0}},{"uid":"d1d1488fdfadd34b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d1d1488fdfadd34b","status":"passed","time":{"start":1728035785862,"stop":1728035785863,"duration":1}},{"uid":"f98f9c8ee5c9a88b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f98f9c8ee5c9a88b","status":"passed","time":{"start":1728033696322,"stop":1728033696323,"duration":1}},{"uid":"44664bf33bf0b38a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/44664bf33bf0b38a","status":"passed","time":{"start":1728033319472,"stop":1728033319472,"duration":0}},{"uid":"aba6f1557b4c430c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/aba6f1557b4c430c","status":"passed","time":{"start":1728032886541,"stop":1728032886541,"duration":0}},{"uid":"4c01544b5b895109","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4c01544b5b895109","status":"passed","time":{"start":1728032520621,"stop":1728032520621,"duration":0}},{"uid":"48899cf6a4508ad","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/48899cf6a4508ad","status":"passed","time":{"start":1728032252760,"stop":1728032252760,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1ca993c500aeedf3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1ca993c500aeedf3","status":"passed","time":{"start":1728086226457,"stop":1728086226458,"duration":1}},{"uid":"afcb3afac677d605","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/afcb3afac677d605","status":"passed","time":{"start":1728085246257,"stop":1728085246257,"duration":0}},{"uid":"21c9cdf113edb1a8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/21c9cdf113edb1a8","status":"passed","time":{"start":1728084078518,"stop":1728084078518,"duration":0}},{"uid":"ae1c2628c6d62395","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ae1c2628c6d62395","status":"passed","time":{"start":1728083124995,"stop":1728083124996,"duration":1}},{"uid":"76c0ca0e13106fb8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/76c0ca0e13106fb8","status":"passed","time":{"start":1728082441001,"stop":1728082441003,"duration":2}},{"uid":"1c6bd5959ee2cfd9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1c6bd5959ee2cfd9","status":"passed","time":{"start":1728069279721,"stop":1728069279723,"duration":2}},{"uid":"4fcb33c35c9980bd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4fcb33c35c9980bd","status":"passed","time":{"start":1728046402341,"stop":1728046402341,"duration":0}},{"uid":"15d01d8be80b4d94","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15d01d8be80b4d94","status":"passed","time":{"start":1728043267005,"stop":1728043267009,"duration":4}},{"uid":"fc5d4fc1940d9f47","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fc5d4fc1940d9f47","status":"passed","time":{"start":1728035855881,"stop":1728035855883,"duration":2}},{"uid":"cd643e1b7187d768","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cd643e1b7187d768","status":"passed","time":{"start":1728033769193,"stop":1728033769193,"duration":0}},{"uid":"c9041a06546675e8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c9041a06546675e8","status":"passed","time":{"start":1728033391621,"stop":1728033391622,"duration":1}},{"uid":"5fa75bb5bacc9833","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5fa75bb5bacc9833","status":"passed","time":{"start":1728032951627,"stop":1728032951628,"duration":1}},{"uid":"3b494e608f9cdc93","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3b494e608f9cdc93","status":"passed","time":{"start":1728032582491,"stop":1728032582491,"duration":0}},{"uid":"2ef8b4bd61666659","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2ef8b4bd61666659","status":"passed","time":{"start":1728032304541,"stop":1728032304542,"duration":1}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8dca99751aa1d021","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8dca99751aa1d021","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0}},{"uid":"9cbc30b275b452d8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9cbc30b275b452d8","status":"passed","time":{"start":1728084876396,"stop":1728084876396,"duration":0}},{"uid":"5bca21854de404ec","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5bca21854de404ec","status":"passed","time":{"start":1728083744353,"stop":1728083744353,"duration":0}},{"uid":"6d83413b51a4e030","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6d83413b51a4e030","status":"passed","time":{"start":1728082807445,"stop":1728082807446,"duration":1}},{"uid":"cc81d8bcaa1a22c9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cc81d8bcaa1a22c9","status":"passed","time":{"start":1728082139314,"stop":1728082139314,"duration":0}},{"uid":"c520bb10355b2cf2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c520bb10355b2cf2","status":"passed","time":{"start":1728068908053,"stop":1728068908054,"duration":1}},{"uid":"2dbe0cac98d8a8e5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2dbe0cac98d8a8e5","status":"passed","time":{"start":1728067784708,"stop":1728067784708,"duration":0}},{"uid":"b927e2175ba803f9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b927e2175ba803f9","status":"passed","time":{"start":1728065631510,"stop":1728065631511,"duration":1}},{"uid":"303ac6a36302c187","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/303ac6a36302c187","status":"passed","time":{"start":1728065920823,"stop":1728065920823,"duration":0}},{"uid":"1d7cbd217548ad56","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1d7cbd217548ad56","status":"passed","time":{"start":1728056811581,"stop":1728056811581,"duration":0}},{"uid":"3324adeec6eebbe6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3324adeec6eebbe6","status":"passed","time":{"start":1728055983138,"stop":1728055983138,"duration":0}},{"uid":"3872d2d25318c61a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3872d2d25318c61a","status":"passed","time":{"start":1728056303681,"stop":1728056303681,"duration":0}},{"uid":"b8df448d64ca8ed1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b8df448d64ca8ed1","status":"passed","time":{"start":1728055114810,"stop":1728055114810,"duration":0}},{"uid":"6977f71679aa6891","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6977f71679aa6891","status":"passed","time":{"start":1728054093597,"stop":1728054093598,"duration":1}},{"uid":"b7fe499e4aa57554","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b7fe499e4aa57554","status":"passed","time":{"start":1728052371182,"stop":1728052371183,"duration":1}},{"uid":"db9ac39ca07c0897","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/db9ac39ca07c0897","status":"passed","time":{"start":1728046051721,"stop":1728046051722,"duration":1}},{"uid":"c876be178f524df2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c876be178f524df2","status":"passed","time":{"start":1728046837808,"stop":1728046837808,"duration":0}},{"uid":"bccfab791384d2b5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bccfab791384d2b5","status":"passed","time":{"start":1728042907581,"stop":1728042907581,"duration":0}},{"uid":"e7321f5da96c9791","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e7321f5da96c9791","status":"passed","time":{"start":1728035469882,"stop":1728035469882,"duration":0}},{"uid":"c30c72066610337c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c30c72066610337c","status":"passed","time":{"start":1728033386391,"stop":1728033386391,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3f6b30b177242f2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e3f6b30b177242f2","status":"passed","time":{"start":1728086171704,"stop":1728086171705,"duration":1}},{"uid":"4f8397d8ba6d09d5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4f8397d8ba6d09d5","status":"passed","time":{"start":1728085184680,"stop":1728085184688,"duration":8}},{"uid":"2ccef3a17b6b5da4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2ccef3a17b6b5da4","status":"passed","time":{"start":1728084018355,"stop":1728084018356,"duration":1}},{"uid":"da3dbbd5e6b47656","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/da3dbbd5e6b47656","status":"passed","time":{"start":1728083065675,"stop":1728083065675,"duration":0}},{"uid":"636b3aba350fce6d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/636b3aba350fce6d","status":"passed","time":{"start":1728069218837,"stop":1728069218837,"duration":0}},{"uid":"543fe63c44f002a4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/543fe63c44f002a4","status":"passed","time":{"start":1728046261832,"stop":1728046261832,"duration":0}},{"uid":"f9a7eeb23a18f86","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f9a7eeb23a18f86","status":"passed","time":{"start":1728043204097,"stop":1728043204098,"duration":1}},{"uid":"4fae84d8f8a1644f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4fae84d8f8a1644f","status":"passed","time":{"start":1728035785876,"stop":1728035785877,"duration":1}},{"uid":"2c4056332e41c6d4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2c4056332e41c6d4","status":"passed","time":{"start":1728033696353,"stop":1728033696353,"duration":0}},{"uid":"c7fd939ae48e2b52","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c7fd939ae48e2b52","status":"passed","time":{"start":1728033319495,"stop":1728033319495,"duration":0}},{"uid":"f261be001bd3f09b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f261be001bd3f09b","status":"passed","time":{"start":1728032886557,"stop":1728032886557,"duration":0}},{"uid":"ac90a4cb6bbd5dad","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ac90a4cb6bbd5dad","status":"passed","time":{"start":1728032520646,"stop":1728032520647,"duration":1}},{"uid":"594a2065aa0dae8d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/594a2065aa0dae8d","status":"passed","time":{"start":1728032252776,"stop":1728032252777,"duration":1}}]},"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"fd1bc53730313fd1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd1bc53730313fd1","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0}},{"uid":"e15941c09bc5841b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e15941c09bc5841b","status":"passed","time":{"start":1728085165538,"stop":1728085165538,"duration":0}},{"uid":"21232e3522b1bf0d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/21232e3522b1bf0d","status":"passed","time":{"start":1728083991598,"stop":1728083991598,"duration":0}},{"uid":"4e1943573df3300b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4e1943573df3300b","status":"passed","time":{"start":1728083028050,"stop":1728083028050,"duration":0}},{"uid":"95a5b803af23bfcf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/95a5b803af23bfcf","status":"passed","time":{"start":1728082357527,"stop":1728082357527,"duration":0}},{"uid":"7adea9c584eeb71a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7adea9c584eeb71a","status":"passed","time":{"start":1728069194206,"stop":1728069194206,"duration":0}},{"uid":"f56ff2d8b0c21f4a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f56ff2d8b0c21f4a","status":"passed","time":{"start":1728067984172,"stop":1728067984173,"duration":1}},{"uid":"d6488b93718dbd8a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d6488b93718dbd8a","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548713,"stop":1728066548713,"duration":0}},{"uid":"9cef868f5ebd0e24","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9cef868f5ebd0e24","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835722,"stop":1728066835723,"duration":1}},{"uid":"98c989fadb2ff025","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/98c989fadb2ff025","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726210,"stop":1728057726210,"duration":0}},{"uid":"b6adc4cd785df82a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b6adc4cd785df82a","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209767,"stop":1728057209767,"duration":0}},{"uid":"bda73f511cfd38c8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bda73f511cfd38c8","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965587,"stop":1728046965587,"duration":0}},{"uid":"c9240ecbc24ad26a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c9240ecbc24ad26a","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762406,"stop":1728047762406,"duration":0}},{"uid":"9dc782c85610eef4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9dc782c85610eef4","status":"passed","time":{"start":1728043179145,"stop":1728043179147,"duration":2}},{"uid":"5a8ee8336426ed8a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5a8ee8336426ed8a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728035952256,"stop":1728035952256,"duration":0}},{"uid":"35752da13d92f759","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/35752da13d92f759","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033874146,"stop":1728033874146,"duration":0}},{"uid":"6bffe777e1a359b0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6bffe777e1a359b0","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033497562,"stop":1728033497562,"duration":0}},{"uid":"8c0968cbcfa130d7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8c0968cbcfa130d7","status":"passed","time":{"start":1728032861189,"stop":1728032861189,"duration":0}},{"uid":"f8df13fe41c72ecd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f8df13fe41c72ecd","status":"passed","time":{"start":1728032518173,"stop":1728032518173,"duration":0}},{"uid":"90a267ea2973fb00","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/90a267ea2973fb00","status":"passed","time":{"start":1728032218315,"stop":1728032218315,"duration":0}}]},"668ff8073121ea086ff63b2cafdc4767:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"916fc78d325a6fa0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/916fc78d325a6fa0","status":"passed","time":{"start":1728033440731,"stop":1728033440731,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"db9f7f2b71468b21","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/db9f7f2b71468b21","status":"passed","time":{"start":1728085864174,"stop":1728085864174,"duration":0}},{"uid":"b154712842cd7df0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b154712842cd7df0","status":"passed","time":{"start":1728084876402,"stop":1728084876402,"duration":0}},{"uid":"1d708e36e26b1404","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1d708e36e26b1404","status":"passed","time":{"start":1728083744359,"stop":1728083744359,"duration":0}},{"uid":"f7e1bbf8028dd392","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f7e1bbf8028dd392","status":"passed","time":{"start":1728082807452,"stop":1728082807452,"duration":0}},{"uid":"a40a0f3499a6a868","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a40a0f3499a6a868","status":"passed","time":{"start":1728082139320,"stop":1728082139321,"duration":1}},{"uid":"27c4dfc6bc29c038","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/27c4dfc6bc29c038","status":"passed","time":{"start":1728068908060,"stop":1728068908060,"duration":0}},{"uid":"5681852cc8b956a7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5681852cc8b956a7","status":"passed","time":{"start":1728067784713,"stop":1728067784714,"duration":1}},{"uid":"ea183a1bd7228326","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ea183a1bd7228326","status":"passed","time":{"start":1728065631517,"stop":1728065631517,"duration":0}},{"uid":"97896b025a4269bd","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/97896b025a4269bd","status":"passed","time":{"start":1728065920829,"stop":1728065920829,"duration":0}},{"uid":"a431fd9652e2f4cd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a431fd9652e2f4cd","status":"passed","time":{"start":1728056811588,"stop":1728056811588,"duration":0}},{"uid":"feb7c05ec3a49df4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/feb7c05ec3a49df4","status":"passed","time":{"start":1728055983144,"stop":1728055983145,"duration":1}},{"uid":"45339bba3e43d7c6","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/45339bba3e43d7c6","status":"passed","time":{"start":1728056303686,"stop":1728056303686,"duration":0}},{"uid":"6ff878300eecac83","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6ff878300eecac83","status":"passed","time":{"start":1728055114817,"stop":1728055114817,"duration":0}},{"uid":"cdb1d6691a9bac6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/cdb1d6691a9bac6","status":"passed","time":{"start":1728054093604,"stop":1728054093604,"duration":0}},{"uid":"ab4bc07f7dd0b73","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ab4bc07f7dd0b73","status":"passed","time":{"start":1728052371190,"stop":1728052371191,"duration":1}},{"uid":"89d67c9da5f0f563","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/89d67c9da5f0f563","status":"passed","time":{"start":1728046051728,"stop":1728046051728,"duration":0}},{"uid":"6bfcb0c885eab8b7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6bfcb0c885eab8b7","status":"passed","time":{"start":1728046837813,"stop":1728046837813,"duration":0}},{"uid":"64e1a0a404fa1c59","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/64e1a0a404fa1c59","status":"passed","time":{"start":1728042907586,"stop":1728042907586,"duration":0}},{"uid":"f5becf3a17e65626","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f5becf3a17e65626","status":"passed","time":{"start":1728035469887,"stop":1728035469887,"duration":0}},{"uid":"6e2a47fd046c6fe","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6e2a47fd046c6fe","status":"passed","time":{"start":1728033386398,"stop":1728033386399,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d32094bd60f5df5b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d32094bd60f5df5b","status":"passed","time":{"start":1728086192517,"stop":1728086192519,"duration":2}},{"uid":"c655b0e2dd56c587","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c655b0e2dd56c587","status":"passed","time":{"start":1728085207479,"stop":1728085207479,"duration":0}},{"uid":"341b223fffa03240","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/341b223fffa03240","status":"passed","time":{"start":1728084038276,"stop":1728084038277,"duration":1}},{"uid":"ac3d1d226ce0897c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ac3d1d226ce0897c","status":"passed","time":{"start":1728083118103,"stop":1728083118103,"duration":0}},{"uid":"a80a08b3db2a1cf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a80a08b3db2a1cf","status":"passed","time":{"start":1728082399698,"stop":1728082399698,"duration":0}},{"uid":"e503bc6ef07dedd3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e503bc6ef07dedd3","status":"passed","time":{"start":1728069237570,"stop":1728069237571,"duration":1}},{"uid":"204f0b126f3eebe7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/204f0b126f3eebe7","status":"passed","time":{"start":1728068055924,"stop":1728068055925,"duration":1}},{"uid":"6b5b4525bee05370","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b5b4525bee05370","status":"passed","time":{"start":1728043232160,"stop":1728043232160,"duration":0}},{"uid":"3636c364dbd4fe3f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3636c364dbd4fe3f","status":"passed","time":{"start":1728035844045,"stop":1728035844046,"duration":1}},{"uid":"887f2f29e1a86d3c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/887f2f29e1a86d3c","status":"passed","time":{"start":1728033765879,"stop":1728033765879,"duration":0}},{"uid":"46e27de082403688","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/46e27de082403688","status":"passed","time":{"start":1728033382943,"stop":1728033382944,"duration":1}},{"uid":"b2efb9773b62831f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b2efb9773b62831f","status":"passed","time":{"start":1728032914489,"stop":1728032914489,"duration":0}},{"uid":"5301018104dd9876","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5301018104dd9876","status":"passed","time":{"start":1728032550350,"stop":1728032550350,"duration":0}},{"uid":"6a1ee73d74d6fe55","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6a1ee73d74d6fe55","status":"passed","time":{"start":1728032274018,"stop":1728032274018,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c6927c3cb9264574","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c6927c3cb9264574","status":"passed","time":{"start":1728085917713,"stop":1728085917714,"duration":1}},{"uid":"32c677de1c6204c0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/32c677de1c6204c0","status":"passed","time":{"start":1728084932099,"stop":1728084932099,"duration":0}},{"uid":"aa1b2d1c8097da5a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/aa1b2d1c8097da5a","status":"passed","time":{"start":1728083796742,"stop":1728083796743,"duration":1}},{"uid":"495d143cca69b572","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/495d143cca69b572","status":"passed","time":{"start":1728082860051,"stop":1728082860052,"duration":1}},{"uid":"607024019e7cfb0b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/607024019e7cfb0b","status":"passed","time":{"start":1728082194525,"stop":1728082194526,"duration":1}},{"uid":"4c46e366851a8d44","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4c46e366851a8d44","status":"passed","time":{"start":1728068964173,"stop":1728068964174,"duration":1}},{"uid":"b4e39b54982e09f0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b4e39b54982e09f0","status":"passed","time":{"start":1728067837921,"stop":1728067837923,"duration":2}},{"uid":"2ca1fd53dcfc870a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2ca1fd53dcfc870a","status":"passed","time":{"start":1728065686103,"stop":1728065686104,"duration":1}},{"uid":"d7d7e09b7392e3c7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d7d7e09b7392e3c7","status":"passed","time":{"start":1728065975348,"stop":1728065975349,"duration":1}},{"uid":"ca356dfa37a51fb9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ca356dfa37a51fb9","status":"passed","time":{"start":1728056864684,"stop":1728056864684,"duration":0}},{"uid":"d59826b7f50ce30","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d59826b7f50ce30","status":"passed","time":{"start":1728056038211,"stop":1728056038212,"duration":1}},{"uid":"517522c3266fa51d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/517522c3266fa51d","status":"passed","time":{"start":1728056356756,"stop":1728056356757,"duration":1}},{"uid":"3a2b0912eb24be24","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3a2b0912eb24be24","status":"passed","time":{"start":1728055168379,"stop":1728055168379,"duration":0}},{"uid":"d49d56b10a65465d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d49d56b10a65465d","status":"passed","time":{"start":1728054147188,"stop":1728054147189,"duration":1}},{"uid":"836f77f454082ee1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/836f77f454082ee1","status":"passed","time":{"start":1728052425087,"stop":1728052425088,"duration":1}},{"uid":"875241e5c4b38385","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/875241e5c4b38385","status":"passed","time":{"start":1728046106879,"stop":1728046106879,"duration":0}},{"uid":"ddefe53c4fa6d7c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ddefe53c4fa6d7c0","status":"passed","time":{"start":1728046891220,"stop":1728046891221,"duration":1}},{"uid":"fa3d04dd9cb57a28","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fa3d04dd9cb57a28","status":"passed","time":{"start":1728042960681,"stop":1728042960681,"duration":0}},{"uid":"1aedd3f0542dc9ba","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1aedd3f0542dc9ba","status":"passed","time":{"start":1728035524081,"stop":1728035524082,"duration":1}},{"uid":"6080c1c3852c724b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6080c1c3852c724b","status":"passed","time":{"start":1728033441294,"stop":1728033441295,"duration":1}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d0eeb32b114dde12","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d0eeb32b114dde12","status":"passed","time":{"start":1728085872740,"stop":1728085872741,"duration":1}},{"uid":"166c9251d4ea1461","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/166c9251d4ea1461","status":"passed","time":{"start":1728084885250,"stop":1728084885250,"duration":0}},{"uid":"feace03e13836953","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/feace03e13836953","status":"passed","time":{"start":1728083752740,"stop":1728083752740,"duration":0}},{"uid":"d207d7005a0ee36b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d207d7005a0ee36b","status":"passed","time":{"start":1728082815930,"stop":1728082815931,"duration":1}},{"uid":"acb03f7f3223392a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/acb03f7f3223392a","status":"passed","time":{"start":1728082147996,"stop":1728082147996,"duration":0}},{"uid":"2c4c4cbbf8ce6b97","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2c4c4cbbf8ce6b97","status":"passed","time":{"start":1728068916838,"stop":1728068916839,"duration":1}},{"uid":"b5d82920f0f297f8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b5d82920f0f297f8","status":"passed","time":{"start":1728067793130,"stop":1728067793131,"duration":1}},{"uid":"4856fe7ac2775d95","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4856fe7ac2775d95","status":"passed","time":{"start":1728065639900,"stop":1728065639901,"duration":1}},{"uid":"52059d939db79fbe","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/52059d939db79fbe","status":"passed","time":{"start":1728065929467,"stop":1728065929467,"duration":0}},{"uid":"e43ee5b3047c1c5e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e43ee5b3047c1c5e","status":"passed","time":{"start":1728056820054,"stop":1728056820055,"duration":1}},{"uid":"d9c83f14746c21c6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d9c83f14746c21c6","status":"passed","time":{"start":1728055991703,"stop":1728055991703,"duration":0}},{"uid":"b437cf9c4c07defc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b437cf9c4c07defc","status":"passed","time":{"start":1728056312123,"stop":1728056312123,"duration":0}},{"uid":"140cc525845c77c6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/140cc525845c77c6","status":"passed","time":{"start":1728055123412,"stop":1728055123412,"duration":0}},{"uid":"bb93f0228b4ea0cd","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/bb93f0228b4ea0cd","status":"passed","time":{"start":1728054102193,"stop":1728054102193,"duration":0}},{"uid":"7e4b7e0570221715","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7e4b7e0570221715","status":"passed","time":{"start":1728052379782,"stop":1728052379782,"duration":0}},{"uid":"ec82c73eb14ec081","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ec82c73eb14ec081","status":"passed","time":{"start":1728046060546,"stop":1728046060546,"duration":0}},{"uid":"c9f65ebb45a135c2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c9f65ebb45a135c2","status":"passed","time":{"start":1728046846355,"stop":1728046846355,"duration":0}},{"uid":"4406e5b92a350ca7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4406e5b92a350ca7","status":"passed","time":{"start":1728042916066,"stop":1728042916066,"duration":0}},{"uid":"d6282bc8254531bb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d6282bc8254531bb","status":"passed","time":{"start":1728035478724,"stop":1728035478724,"duration":0}},{"uid":"d055a24a6cd0d8ee","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d055a24a6cd0d8ee","status":"passed","time":{"start":1728033395126,"stop":1728033395126,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"828cac22c9f5390","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/828cac22c9f5390","status":"passed","time":{"start":1728086063187,"stop":1728086063187,"duration":0}},{"uid":"58879f6080cbc8cb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/58879f6080cbc8cb","status":"passed","time":{"start":1728085079903,"stop":1728085079903,"duration":0}},{"uid":"54e02bc6517ed6cf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/54e02bc6517ed6cf","status":"passed","time":{"start":1728083929298,"stop":1728083929299,"duration":1}},{"uid":"4811469be55e07bb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4811469be55e07bb","status":"passed","time":{"start":1728082986564,"stop":1728082986564,"duration":0}},{"uid":"2c76c2bf4d397576","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2c76c2bf4d397576","status":"passed","time":{"start":1728082304424,"stop":1728082304424,"duration":0}},{"uid":"e6dbd4c718bd9356","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e6dbd4c718bd9356","status":"passed","time":{"start":1728069112307,"stop":1728069112307,"duration":0}},{"uid":"5f120dc2f2fb48b5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5f120dc2f2fb48b5","status":"passed","time":{"start":1728067941522,"stop":1728067941522,"duration":0}},{"uid":"6cf13cc337c93701","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6cf13cc337c93701","status":"passed","time":{"start":1728043108496,"stop":1728043108497,"duration":1}},{"uid":"a6b92ad1d824a547","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a6b92ad1d824a547","status":"passed","time":{"start":1728035666344,"stop":1728035666344,"duration":0}},{"uid":"40141a58dd270eff","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/40141a58dd270eff","status":"passed","time":{"start":1728033588070,"stop":1728033588071,"duration":1}},{"uid":"f8a606a849c9c6dc","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f8a606a849c9c6dc","status":"passed","time":{"start":1728033211358,"stop":1728033211359,"duration":1}},{"uid":"509096ac106dc917","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/509096ac106dc917","status":"passed","time":{"start":1728032787679,"stop":1728032787680,"duration":1}},{"uid":"63c33bd378070744","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/63c33bd378070744","status":"passed","time":{"start":1728032415381,"stop":1728032415382,"duration":1}},{"uid":"4440c5be744ddd09","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4440c5be744ddd09","status":"passed","time":{"start":1728032137557,"stop":1728032137557,"duration":0}}]},"5efd67845fe8cd27153f1c723ca0b0c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"2370047fa4efe58c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2370047fa4efe58c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732230,"stop":1728057732230,"duration":0}}]},"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"c3452c52ebedc475","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c3452c52ebedc475","status":"passed","time":{"start":1728086150787,"stop":1728086150787,"duration":0}},{"uid":"5660783d524b4d37","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5660783d524b4d37","status":"passed","time":{"start":1728085165542,"stop":1728085165542,"duration":0}},{"uid":"1abda86daf85f38e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1abda86daf85f38e","status":"passed","time":{"start":1728083991603,"stop":1728083991603,"duration":0}},{"uid":"bc3af43f1dddc537","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bc3af43f1dddc537","status":"passed","time":{"start":1728083028057,"stop":1728083028057,"duration":0}},{"uid":"dee06b28385bbd11","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/dee06b28385bbd11","status":"passed","time":{"start":1728082357534,"stop":1728082357534,"duration":0}},{"uid":"384d3e3735e75c15","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/384d3e3735e75c15","status":"passed","time":{"start":1728069194217,"stop":1728069194217,"duration":0}},{"uid":"d10f8249798fed1e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d10f8249798fed1e","status":"passed","time":{"start":1728067984175,"stop":1728067984176,"duration":1}},{"uid":"780a1fe7aba007f9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/780a1fe7aba007f9","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548720,"stop":1728066548720,"duration":0}},{"uid":"e5313170b2bf0592","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e5313170b2bf0592","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835730,"stop":1728066835730,"duration":0}},{"uid":"38be3e712d6fb325","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/38be3e712d6fb325","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726218,"stop":1728057726218,"duration":0}},{"uid":"3fe63b36a09b6b4e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3fe63b36a09b6b4e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209776,"stop":1728057209776,"duration":0}},{"uid":"630861c9e6e517ae","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/630861c9e6e517ae","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965595,"stop":1728046965596,"duration":1}},{"uid":"1fde9a10dbc75d13","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1fde9a10dbc75d13","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762413,"stop":1728047762414,"duration":1}},{"uid":"ad9b750186039019","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ad9b750186039019","status":"passed","time":{"start":1728043179153,"stop":1728043179154,"duration":1}},{"uid":"5ce78e2179f3647c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5ce78e2179f3647c","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035952266,"stop":1728035952267,"duration":1}},{"uid":"8381b82d67f48d01","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8381b82d67f48d01","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033874153,"stop":1728033874153,"duration":0}},{"uid":"46602b8bb636e399","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/46602b8bb636e399","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033497569,"stop":1728033497569,"duration":0}},{"uid":"57d92bab67021ec","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/57d92bab67021ec","status":"passed","time":{"start":1728032861197,"stop":1728032861197,"duration":0}},{"uid":"f4a75e3e21e875d7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f4a75e3e21e875d7","status":"passed","time":{"start":1728032518177,"stop":1728032518177,"duration":0}},{"uid":"a4ed0fc7fa26fc7c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a4ed0fc7fa26fc7c","status":"passed","time":{"start":1728032218320,"stop":1728032218324,"duration":4}}]},"a4655c27cfd4e1ceece8a51cf25de8e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97497a5fdca49e27","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/97497a5fdca49e27","status":"passed","time":{"start":1728032951673,"stop":1728032951674,"duration":1}}]},"4e8ca64aa217b416a0afe5f45b9e4edb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b62cd9bba0730d39","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b62cd9bba0730d39","status":"passed","time":{"start":1728032614672,"stop":1728032614673,"duration":1}}]},"7e0b6a21e2aa3c88c98da02c180708dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"293fc0f834b5d25d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/293fc0f834b5d25d","status":"passed","time":{"start":1728085277870,"stop":1728085277870,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"94a82fa687b87d1c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/94a82fa687b87d1c","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0}},{"uid":"24f90c29676de9dd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/24f90c29676de9dd","status":"passed","time":{"start":1728085271523,"stop":1728085271525,"duration":2}},{"uid":"a1124071fde5a68f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a1124071fde5a68f","status":"passed","time":{"start":1728084080683,"stop":1728084080683,"duration":0}},{"uid":"f044b826b22fd0d9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f044b826b22fd0d9","status":"passed","time":{"start":1728083141877,"stop":1728083141877,"duration":0}},{"uid":"2277cf3621177967","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2277cf3621177967","status":"passed","time":{"start":1728082445884,"stop":1728082445884,"duration":0}},{"uid":"fe36dfc566d46928","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fe36dfc566d46928","status":"passed","time":{"start":1728069302767,"stop":1728069302768,"duration":1}},{"uid":"c6ad2ed231614803","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c6ad2ed231614803","status":"passed","time":{"start":1728068075775,"stop":1728068075776,"duration":1}},{"uid":"703707a365a57773","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/703707a365a57773","status":"passed","time":{"start":1728043294674,"stop":1728043294679,"duration":5}},{"uid":"e4b238746b8a8f1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e4b238746b8a8f1","status":"passed","time":{"start":1728035901755,"stop":1728035901758,"duration":3}},{"uid":"f9cb01bc8decce4d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f9cb01bc8decce4d","status":"passed","time":{"start":1728033819834,"stop":1728033819835,"duration":1}},{"uid":"7c88dc8ca5ccda66","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7c88dc8ca5ccda66","status":"passed","time":{"start":1728033441772,"stop":1728033441772,"duration":0}},{"uid":"9f63bbcffdc27e1d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9f63bbcffdc27e1d","status":"passed","time":{"start":1728032974947,"stop":1728032974947,"duration":0}},{"uid":"36cc21ee217be765","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/36cc21ee217be765","status":"passed","time":{"start":1728032605741,"stop":1728032605741,"duration":0}},{"uid":"7e199ef0e823baaa","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7e199ef0e823baaa","status":"passed","time":{"start":1728032334175,"stop":1728032334175,"duration":0}}]},"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e5619e5fb2c4bf80","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e5619e5fb2c4bf80","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0}},{"uid":"ab7ae19134f52a6b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ab7ae19134f52a6b","status":"passed","time":{"start":1728085105359,"stop":1728085105359,"duration":0}},{"uid":"80b1ec1df6bea883","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/80b1ec1df6bea883","status":"passed","time":{"start":1728083951945,"stop":1728083951946,"duration":1}},{"uid":"9358d379c1477af2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9358d379c1477af2","status":"passed","time":{"start":1728069134719,"stop":1728069134719,"duration":0}},{"uid":"fce391d663bd44da","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fce391d663bd44da","status":"passed","time":{"start":1728046296848,"stop":1728046296848,"duration":0}},{"uid":"927f87b8232bcd04","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/927f87b8232bcd04","status":"passed","time":{"start":1728043133887,"stop":1728043133887,"duration":0}},{"uid":"cb400e0102794676","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cb400e0102794676","status":"passed","time":{"start":1728035726035,"stop":1728035726035,"duration":0}},{"uid":"a080485690dfdc71","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a080485690dfdc71","status":"passed","time":{"start":1728033648902,"stop":1728033648903,"duration":1}},{"uid":"d9b3de1d33c8dc3f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d9b3de1d33c8dc3f","status":"passed","time":{"start":1728033269358,"stop":1728033269359,"duration":1}},{"uid":"a2a32db0a5b1abbf","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a2a32db0a5b1abbf","status":"passed","time":{"start":1728032812974,"stop":1728032812975,"duration":1}},{"uid":"ffc637cb4dec54d0","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ffc637cb4dec54d0","status":"passed","time":{"start":1728032442419,"stop":1728032442420,"duration":1}},{"uid":"74b0478f9e47c3b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/74b0478f9e47c3b","status":"passed","time":{"start":1728032165002,"stop":1728032165003,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd24e0cd747c5a1f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bd24e0cd747c5a1f","status":"passed","time":{"start":1728086258662,"stop":1728086258662,"duration":0}},{"uid":"34e4f66f41bf99be","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/34e4f66f41bf99be","status":"passed","time":{"start":1728085280463,"stop":1728085280463,"duration":0}},{"uid":"82c78354245b15d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/82c78354245b15d","status":"passed","time":{"start":1728084082630,"stop":1728084082631,"duration":1}},{"uid":"56749863831cf675","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/56749863831cf675","status":"passed","time":{"start":1728083150061,"stop":1728083150061,"duration":0}},{"uid":"64d8806515ae47c5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/64d8806515ae47c5","status":"passed","time":{"start":1728082465648,"stop":1728082465652,"duration":4}},{"uid":"3651e0bac10787c6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3651e0bac10787c6","status":"passed","time":{"start":1728069307995,"stop":1728069307996,"duration":1}},{"uid":"b17c5374a3705bc1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b17c5374a3705bc1","status":"passed","time":{"start":1728068100425,"stop":1728068100426,"duration":1}},{"uid":"a3874968cbf073e1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a3874968cbf073e1","status":"passed","time":{"start":1728043296025,"stop":1728043296025,"duration":0}},{"uid":"b619b41a88450429","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b619b41a88450429","status":"passed","time":{"start":1728035910069,"stop":1728035910072,"duration":3}},{"uid":"8e8a85daa3cc0be8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8e8a85daa3cc0be8","status":"passed","time":{"start":1728033824763,"stop":1728033824763,"duration":0}},{"uid":"df441bca795715f6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/df441bca795715f6","status":"passed","time":{"start":1728033449293,"stop":1728033449293,"duration":0}},{"uid":"dd633e3e06f78985","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/dd633e3e06f78985","status":"passed","time":{"start":1728032982570,"stop":1728032982571,"duration":1}},{"uid":"d8d9f30e3c5c79d3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d8d9f30e3c5c79d3","status":"passed","time":{"start":1728032626108,"stop":1728032626109,"duration":1}},{"uid":"c353a68fa3556a78","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c353a68fa3556a78","status":"passed","time":{"start":1728032345512,"stop":1728032345513,"duration":1}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"cdac72cb636f3276","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cdac72cb636f3276","status":"passed","time":{"start":1728085864179,"stop":1728085864179,"duration":0}},{"uid":"cd3b73405eda3165","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cd3b73405eda3165","status":"passed","time":{"start":1728084876408,"stop":1728084876408,"duration":0}},{"uid":"fafeee2e25a9678c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fafeee2e25a9678c","status":"passed","time":{"start":1728083744363,"stop":1728083744363,"duration":0}},{"uid":"ce7ae66dd811cbc6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ce7ae66dd811cbc6","status":"passed","time":{"start":1728082807457,"stop":1728082807457,"duration":0}},{"uid":"f6bc6cbb498b607c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f6bc6cbb498b607c","status":"passed","time":{"start":1728082139325,"stop":1728082139326,"duration":1}},{"uid":"7f683a8a08f5893b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7f683a8a08f5893b","status":"passed","time":{"start":1728068908065,"stop":1728068908065,"duration":0}},{"uid":"6842834eb6a899b8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6842834eb6a899b8","status":"passed","time":{"start":1728067784717,"stop":1728067784717,"duration":0}},{"uid":"c5eb192c8dfbb387","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c5eb192c8dfbb387","status":"passed","time":{"start":1728065631522,"stop":1728065631522,"duration":0}},{"uid":"e49084c57dd270dc","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e49084c57dd270dc","status":"passed","time":{"start":1728065920834,"stop":1728065920834,"duration":0}},{"uid":"b1009a4876ddc1fe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b1009a4876ddc1fe","status":"passed","time":{"start":1728056811593,"stop":1728056811593,"duration":0}},{"uid":"6a81bbb1c6c70216","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6a81bbb1c6c70216","status":"passed","time":{"start":1728055983149,"stop":1728055983149,"duration":0}},{"uid":"2484c84a674c2f7d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2484c84a674c2f7d","status":"passed","time":{"start":1728056303689,"stop":1728056303689,"duration":0}},{"uid":"d1d26b8b85aaf972","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d1d26b8b85aaf972","status":"passed","time":{"start":1728055114822,"stop":1728055114822,"duration":0}},{"uid":"e5105996ef352abc","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e5105996ef352abc","status":"passed","time":{"start":1728054093610,"stop":1728054093610,"duration":0}},{"uid":"260e91658fcef35","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/260e91658fcef35","status":"passed","time":{"start":1728052371196,"stop":1728052371197,"duration":1}},{"uid":"af086f1e700b27f4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/af086f1e700b27f4","status":"passed","time":{"start":1728046051733,"stop":1728046051734,"duration":1}},{"uid":"986aed7c3656dbaf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/986aed7c3656dbaf","status":"passed","time":{"start":1728046837818,"stop":1728046837818,"duration":0}},{"uid":"da170e398406555e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/da170e398406555e","status":"passed","time":{"start":1728042907590,"stop":1728042907591,"duration":1}},{"uid":"6482b361f041d431","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6482b361f041d431","status":"passed","time":{"start":1728035469891,"stop":1728035469891,"duration":0}},{"uid":"54ac97b669c6428e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/54ac97b669c6428e","status":"passed","time":{"start":1728033386403,"stop":1728033386403,"duration":0}}]},"2ed08d94853a7263a1cffe75d097e8c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84ee27277cd7bb20","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/84ee27277cd7bb20","status":"passed","time":{"start":1728032317355,"stop":1728032317355,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ca8c920ee54e3d21","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ca8c920ee54e3d21","status":"passed","time":{"start":1728086226461,"stop":1728086226462,"duration":1}},{"uid":"d7ac00f44c7daa96","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d7ac00f44c7daa96","status":"passed","time":{"start":1728085246262,"stop":1728085246264,"duration":2}},{"uid":"88a8cb46ef22ca0b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/88a8cb46ef22ca0b","status":"passed","time":{"start":1728084078523,"stop":1728084078523,"duration":0}},{"uid":"2fa6c63d8d47bf9d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2fa6c63d8d47bf9d","status":"passed","time":{"start":1728083124998,"stop":1728083124999,"duration":1}},{"uid":"607541cf9b072f26","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/607541cf9b072f26","status":"passed","time":{"start":1728082441005,"stop":1728082441005,"duration":0}},{"uid":"350c173d9593baca","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/350c173d9593baca","status":"passed","time":{"start":1728069279725,"stop":1728069279725,"duration":0}},{"uid":"a5e6f31d5ff1117f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a5e6f31d5ff1117f","status":"passed","time":{"start":1728046402346,"stop":1728046402346,"duration":0}},{"uid":"5815e77b74c1dd5f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5815e77b74c1dd5f","status":"passed","time":{"start":1728043267019,"stop":1728043267020,"duration":1}},{"uid":"176c228abdf2aab8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/176c228abdf2aab8","status":"passed","time":{"start":1728035855892,"stop":1728035855892,"duration":0}},{"uid":"ffebce7ac86eb51b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ffebce7ac86eb51b","status":"passed","time":{"start":1728033769203,"stop":1728033769204,"duration":1}},{"uid":"105945cd08ae4bae","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/105945cd08ae4bae","status":"passed","time":{"start":1728033391626,"stop":1728033391626,"duration":0}},{"uid":"c3213ca118ff1218","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c3213ca118ff1218","status":"passed","time":{"start":1728032951633,"stop":1728032951634,"duration":1}},{"uid":"4af1c746cbfa11c2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4af1c746cbfa11c2","status":"passed","time":{"start":1728032582494,"stop":1728032582494,"duration":0}},{"uid":"1801c73e12f73640","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1801c73e12f73640","status":"passed","time":{"start":1728032304547,"stop":1728032304547,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":11,"skipped":0,"passed":12,"unknown":0,"total":23},"items":[{"uid":"7c271e27e9bde940","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c271e27e9bde940","status":"passed","time":{"start":1728086056629,"stop":1728086056630,"duration":1}},{"uid":"504655934fd45eb5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/504655934fd45eb5","status":"passed","time":{"start":1728085073698,"stop":1728085073698,"duration":0}},{"uid":"2734b03fd5584b08","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2734b03fd5584b08","status":"passed","time":{"start":1728083925362,"stop":1728083925362,"duration":0}},{"uid":"aa8bf516f7b87dd1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/aa8bf516f7b87dd1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728083025450,"stop":1728083025451,"duration":1}},{"uid":"c5237732dc34692b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c5237732dc34692b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728082350791,"stop":1728082350792,"duration":1}},{"uid":"61a1cccb60f08f7d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/61a1cccb60f08f7d","status":"passed","time":{"start":1728069104865,"stop":1728069104865,"duration":0}},{"uid":"27a2c8b51c602121","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/27a2c8b51c602121","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728068010939,"stop":1728068010939,"duration":0}},{"uid":"19f5447a78b0ba33","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/19f5447a78b0ba33","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728065892631,"stop":1728065892631,"duration":0}},{"uid":"a38ab197cc16e8b2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a38ab197cc16e8b2","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728066182519,"stop":1728066182520,"duration":1}},{"uid":"8fe5603dbfd50c11","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8fe5603dbfd50c11","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728057068659,"stop":1728057068659,"duration":0}},{"uid":"b17b7f25b8e1bb53","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b17b7f25b8e1bb53","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728056245832,"stop":1728056245833,"duration":1}},{"uid":"edd4324124a38142","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/edd4324124a38142","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728056563228,"stop":1728056563228,"duration":0}},{"uid":"100ee747ed154762","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/100ee747ed154762","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728055369474,"stop":1728055369475,"duration":1}},{"uid":"b5a92f54c01971db","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b5a92f54c01971db","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728054349476,"stop":1728054349477,"duration":1}},{"uid":"bfef5cd33fc97dde","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bfef5cd33fc97dde","status":"passed","time":{"start":1728046256197,"stop":1728046256197,"duration":0}},{"uid":"c0aa3b309405cba2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c0aa3b309405cba2","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728047099156,"stop":1728047099156,"duration":0}},{"uid":"46c3b0edb5c2ea32","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/46c3b0edb5c2ea32","status":"passed","time":{"start":1728043096704,"stop":1728043096705,"duration":1}},{"uid":"6a55b48a7fd1555c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6a55b48a7fd1555c","status":"passed","time":{"start":1728035661739,"stop":1728035661740,"duration":1}},{"uid":"80ca0cbe5f66a9b4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/80ca0cbe5f66a9b4","status":"passed","time":{"start":1728033580609,"stop":1728033580614,"duration":5}},{"uid":"474e8c174256ac00","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/474e8c174256ac00","status":"passed","time":{"start":1728033205586,"stop":1728033205587,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9ae0f962cdabf7a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ae0f962cdabf7a7","status":"passed","time":{"start":1728086192522,"stop":1728086192523,"duration":1}},{"uid":"1a9b7e3eddc84f47","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1a9b7e3eddc84f47","status":"passed","time":{"start":1728085207481,"stop":1728085207483,"duration":2}},{"uid":"36f2521d0c6ddd4a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/36f2521d0c6ddd4a","status":"passed","time":{"start":1728084038284,"stop":1728084038284,"duration":0}},{"uid":"3a71afeaf0a74d31","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3a71afeaf0a74d31","status":"passed","time":{"start":1728083118106,"stop":1728083118106,"duration":0}},{"uid":"4e56bdb18124d7c9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4e56bdb18124d7c9","status":"passed","time":{"start":1728082399704,"stop":1728082399704,"duration":0}},{"uid":"a32588a7dac04b70","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a32588a7dac04b70","status":"passed","time":{"start":1728069237577,"stop":1728069237577,"duration":0}},{"uid":"396a4d8d238c7f5e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/396a4d8d238c7f5e","status":"passed","time":{"start":1728068055937,"stop":1728068055937,"duration":0}},{"uid":"c03678eb2d53c00d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c03678eb2d53c00d","status":"passed","time":{"start":1728043232166,"stop":1728043232166,"duration":0}},{"uid":"2729c85c0a934bd3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2729c85c0a934bd3","status":"passed","time":{"start":1728035844055,"stop":1728035844056,"duration":1}},{"uid":"f144c02e5f543e50","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f144c02e5f543e50","status":"passed","time":{"start":1728033765882,"stop":1728033765882,"duration":0}},{"uid":"5fc4844df8973fe5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5fc4844df8973fe5","status":"passed","time":{"start":1728033382951,"stop":1728033382951,"duration":0}},{"uid":"398af40d74ac8c3a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/398af40d74ac8c3a","status":"passed","time":{"start":1728032914493,"stop":1728032914494,"duration":1}},{"uid":"b9e90b0853b987b7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b9e90b0853b987b7","status":"passed","time":{"start":1728032550358,"stop":1728032550358,"duration":0}},{"uid":"c629a33334c6c233","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c629a33334c6c233","status":"passed","time":{"start":1728032274021,"stop":1728032274022,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"86416ad9af91e6e1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86416ad9af91e6e1","status":"passed","time":{"start":1728086203128,"stop":1728086203128,"duration":0}},{"uid":"c5456d7be05af527","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c5456d7be05af527","status":"passed","time":{"start":1728085221334,"stop":1728085221334,"duration":0}},{"uid":"b761ec8466b07040","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b761ec8466b07040","status":"passed","time":{"start":1728084029187,"stop":1728084029187,"duration":0}},{"uid":"70585050a035cfff","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/70585050a035cfff","status":"passed","time":{"start":1728083083005,"stop":1728083083005,"duration":0}},{"uid":"c5a3d876539e2974","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c5a3d876539e2974","status":"passed","time":{"start":1728082390965,"stop":1728082390965,"duration":0}},{"uid":"a88038916bb3acbc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a88038916bb3acbc","status":"passed","time":{"start":1728069248379,"stop":1728069248379,"duration":0}},{"uid":"1accf227556c289a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1accf227556c289a","status":"passed","time":{"start":1728068031256,"stop":1728068031256,"duration":0}},{"uid":"971f7c7b1a805431","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/971f7c7b1a805431","status":"passed","time":{"start":1728066046607,"stop":1728066046607,"duration":0}},{"uid":"cc55fe788891b87b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cc55fe788891b87b","status":"passed","time":{"start":1728066341478,"stop":1728066341478,"duration":0}},{"uid":"4f8e37f8bdfdec86","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4f8e37f8bdfdec86","status":"passed","time":{"start":1728057209568,"stop":1728057209568,"duration":0}},{"uid":"2bbdb2efa5ff4ae5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2bbdb2efa5ff4ae5","status":"passed","time":{"start":1728056305029,"stop":1728056305030,"duration":1}},{"uid":"f8b54b54a29508c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f8b54b54a29508c","status":"passed","time":{"start":1728056720931,"stop":1728056720931,"duration":0}},{"uid":"dcd019331b2630e0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/dcd019331b2630e0","status":"passed","time":{"start":1728052606343,"stop":1728052606343,"duration":0}},{"uid":"f6ba27770042eae8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f6ba27770042eae8","status":"passed","time":{"start":1728046448375,"stop":1728046448375,"duration":0}},{"uid":"a2c52bb9d7f670a8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a2c52bb9d7f670a8","status":"passed","time":{"start":1728047258630,"stop":1728047258631,"duration":1}},{"uid":"6368d5934d7e36f0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6368d5934d7e36f0","status":"passed","time":{"start":1728043238300,"stop":1728043238300,"duration":0}},{"uid":"ccd3e915388c5033","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ccd3e915388c5033","status":"passed","time":{"start":1728035872175,"stop":1728035872176,"duration":1}},{"uid":"f59e1cfa664fdf91","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f59e1cfa664fdf91","status":"passed","time":{"start":1728033783672,"stop":1728033783672,"duration":0}},{"uid":"4dd29e2752788b60","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4dd29e2752788b60","status":"passed","time":{"start":1728033410928,"stop":1728033410928,"duration":0}},{"uid":"9207c863d835a71f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9207c863d835a71f","status":"passed","time":{"start":1728032924215,"stop":1728032924235,"duration":20}}]},"d154b9ba5d9d95809b60d75fd4372ef9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bef2b7861f987686","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bef2b7861f987686","status":"passed","time":{"start":1728035855940,"stop":1728035855941,"duration":1}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"b37028af220f6238","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b37028af220f6238","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0}},{"uid":"536be25e201df35f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/536be25e201df35f","status":"passed","time":{"start":1728085310250,"stop":1728085310251,"duration":1}},{"uid":"f8e028e37ec51a80","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f8e028e37ec51a80","status":"passed","time":{"start":1728084116477,"stop":1728084116478,"duration":1}},{"uid":"ac6b37a42b51f445","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ac6b37a42b51f445","status":"passed","time":{"start":1728083184012,"stop":1728083184013,"duration":1}},{"uid":"753daeca547a577a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/753daeca547a577a","status":"passed","time":{"start":1728082489675,"stop":1728082489676,"duration":1}},{"uid":"41046d6fc789b4f9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/41046d6fc789b4f9","status":"passed","time":{"start":1728069347121,"stop":1728069347121,"duration":0}},{"uid":"a9b9ac8a3b35a3a1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a9b9ac8a3b35a3a1","status":"passed","time":{"start":1728068142144,"stop":1728068142144,"duration":0}},{"uid":"1c5e598f00bce15c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1c5e598f00bce15c","status":"passed","time":{"start":1728066759524,"stop":1728066759525,"duration":1}},{"uid":"a2426ca3abf5f1f5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a2426ca3abf5f1f5","status":"passed","time":{"start":1728067080500,"stop":1728067080500,"duration":0}},{"uid":"d78e150ee4900b68","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d78e150ee4900b68","status":"passed","time":{"start":1728057941309,"stop":1728057941309,"duration":0}},{"uid":"3046a8286efaf213","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3046a8286efaf213","status":"passed","time":{"start":1728057474262,"stop":1728057474262,"duration":0}},{"uid":"76fd0139c0feea2e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/76fd0139c0feea2e","status":"passed","time":{"start":1728053284677,"stop":1728053284677,"duration":0}},{"uid":"d10cad973b82b91","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d10cad973b82b91","status":"passed","time":{"start":1728047212941,"stop":1728047212941,"duration":0}},{"uid":"1383b5bd45be4b3c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1383b5bd45be4b3c","status":"passed","time":{"start":1728047998116,"stop":1728047998116,"duration":0}},{"uid":"82dd54966efffc4f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/82dd54966efffc4f","status":"passed","time":{"start":1728043333718,"stop":1728043333718,"duration":0}},{"uid":"925338bf88176218","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/925338bf88176218","status":"passed","time":{"start":1728035955993,"stop":1728035955993,"duration":0}},{"uid":"f79e384f71e7c533","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f79e384f71e7c533","status":"passed","time":{"start":1728033873079,"stop":1728033873079,"duration":0}},{"uid":"215761e3ba7a4df7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/215761e3ba7a4df7","status":"passed","time":{"start":1728033493627,"stop":1728033493627,"duration":0}},{"uid":"e46328c01953fb5f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e46328c01953fb5f","status":"passed","time":{"start":1728033017912,"stop":1728033017913,"duration":1}},{"uid":"1011439e519c93d5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1011439e519c93d5","status":"passed","time":{"start":1728032652648,"stop":1728032652648,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"5e41f9ed2b83302e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5e41f9ed2b83302e","status":"passed","time":{"start":1728086260317,"stop":1728086260317,"duration":0}},{"uid":"4b283e55cbff042a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4b283e55cbff042a","status":"passed","time":{"start":1728085269087,"stop":1728085269087,"duration":0}},{"uid":"a64875e2c05b70b2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a64875e2c05b70b2","status":"passed","time":{"start":1728069312641,"stop":1728069312641,"duration":0}},{"uid":"dfa21a387283e9d6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dfa21a387283e9d6","status":"passed","time":{"start":1728046423452,"stop":1728046423453,"duration":1}},{"uid":"d04e40dbba16383a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d04e40dbba16383a","status":"passed","time":{"start":1728043297187,"stop":1728043297188,"duration":1}},{"uid":"c3b28205efc5aa89","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c3b28205efc5aa89","status":"passed","time":{"start":1728035880164,"stop":1728035880166,"duration":2}},{"uid":"a723420c44d89779","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a723420c44d89779","status":"passed","time":{"start":1728033788840,"stop":1728033788840,"duration":0}},{"uid":"6b8aaf4fc67c3580","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6b8aaf4fc67c3580","status":"passed","time":{"start":1728033423650,"stop":1728033423650,"duration":0}},{"uid":"d0d9f23e1341b5d6","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d0d9f23e1341b5d6","status":"passed","time":{"start":1728032985150,"stop":1728032985152,"duration":2}},{"uid":"db7f0b702675133d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/db7f0b702675133d","status":"passed","time":{"start":1728032614955,"stop":1728032614955,"duration":0}},{"uid":"95460bf3ccfdbad","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/95460bf3ccfdbad","status":"passed","time":{"start":1728032348387,"stop":1728032348390,"duration":3}}]},"74c5eea7ed06ced798f2f886d1d8d943:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9e362c01e5d8650","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f9e362c01e5d8650","status":"passed","time":{"start":1728069281356,"stop":1728069281356,"duration":0}}]},"82650802c9ee14a07c051d0ba7b390a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37e454ddc566f565","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/37e454ddc566f565","status":"passed","time":{"start":1728082399718,"stop":1728082399719,"duration":1}}]},"322855564bde6c09a7171b122bac28a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"146493ac45405cd1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/146493ac45405cd1","status":"passed","time":{"start":1728082438080,"stop":1728082438080,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":14,"unknown":0,"total":21},"items":[{"uid":"fd01bf17cfcaa45b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd01bf17cfcaa45b","status":"passed","time":{"start":1728086336922,"stop":1728086336922,"duration":0}},{"uid":"b8020aa0c600a517","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b8020aa0c600a517","status":"passed","time":{"start":1728085310252,"stop":1728085310252,"duration":0}},{"uid":"1fb1d2864b851664","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1fb1d2864b851664","status":"passed","time":{"start":1728084116478,"stop":1728084116478,"duration":0}},{"uid":"e8d5b15b539ab044","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e8d5b15b539ab044","status":"passed","time":{"start":1728083184014,"stop":1728083184014,"duration":0}},{"uid":"164ef64c9f4e4b75","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/164ef64c9f4e4b75","status":"passed","time":{"start":1728082489677,"stop":1728082489677,"duration":0}},{"uid":"60d4c7f82a0b41b1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/60d4c7f82a0b41b1","status":"passed","time":{"start":1728069347121,"stop":1728069347121,"duration":0}},{"uid":"a329c19289016611","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a329c19289016611","status":"passed","time":{"start":1728068142144,"stop":1728068142145,"duration":1}},{"uid":"201528b916dd2914","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/201528b916dd2914","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728066759526,"stop":1728066759526,"duration":0}},{"uid":"da0680de2dcbff1c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/da0680de2dcbff1c","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728067080502,"stop":1728067080502,"duration":0}},{"uid":"eafed1c55e83f161","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/eafed1c55e83f161","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728057941311,"stop":1728057941311,"duration":0}},{"uid":"fe2ef7d3fef2a90a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/fe2ef7d3fef2a90a","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728057474263,"stop":1728057474264,"duration":1}},{"uid":"4031eef35c514441","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4031eef35c514441","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728053284680,"stop":1728053284681,"duration":1}},{"uid":"fbe438710aa61d3c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fbe438710aa61d3c","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728047212942,"stop":1728047212943,"duration":1}},{"uid":"3484df41915d0e55","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3484df41915d0e55","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728047998118,"stop":1728047998118,"duration":0}},{"uid":"ff69d71f9857a97a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ff69d71f9857a97a","status":"passed","time":{"start":1728043333719,"stop":1728043333720,"duration":1}},{"uid":"be402e3f8aa44211","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/be402e3f8aa44211","status":"passed","time":{"start":1728035955995,"stop":1728035955995,"duration":0}},{"uid":"57774d47b4dc7022","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/57774d47b4dc7022","status":"passed","time":{"start":1728033873079,"stop":1728033873079,"duration":0}},{"uid":"5d64e94f16f6b747","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5d64e94f16f6b747","status":"passed","time":{"start":1728033493628,"stop":1728033493628,"duration":0}},{"uid":"41abc94f3291db04","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/41abc94f3291db04","status":"passed","time":{"start":1728033017913,"stop":1728033017913,"duration":0}},{"uid":"f4a4defab14e9618","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f4a4defab14e9618","status":"passed","time":{"start":1728032652648,"stop":1728032652649,"duration":1}}]},"fdb2f31f74175b9b246c3692aa0f48d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5ed3f16e7b46066","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b5ed3f16e7b46066","status":"passed","time":{"start":1728032951674,"stop":1728032951674,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"6c708d7a4660a1e0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6c708d7a4660a1e0","status":"passed","time":{"start":1728086288534,"stop":1728086288534,"duration":0}},{"uid":"1e19e1ac95050c1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1e19e1ac95050c1","status":"passed","time":{"start":1728085325147,"stop":1728085325148,"duration":1}},{"uid":"f4eaca7c452ed51","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f4eaca7c452ed51","status":"passed","time":{"start":1728084110051,"stop":1728084110051,"duration":0}},{"uid":"1d2365d9eeb13cab","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1d2365d9eeb13cab","status":"passed","time":{"start":1728083177503,"stop":1728083177503,"duration":0}},{"uid":"e7671540d7d9f4ba","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e7671540d7d9f4ba","status":"passed","time":{"start":1728082503167,"stop":1728082503168,"duration":1}},{"uid":"f67c3e56b35d4077","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f67c3e56b35d4077","status":"passed","time":{"start":1728069339889,"stop":1728069339889,"duration":0}},{"uid":"cb42f0c1b0252046","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cb42f0c1b0252046","status":"passed","time":{"start":1728068155276,"stop":1728068155276,"duration":0}},{"uid":"ac060699ecd565a6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ac060699ecd565a6","status":"passed","time":{"start":1728066442660,"stop":1728066442660,"duration":0}},{"uid":"65f9082b67c4aedd","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/65f9082b67c4aedd","status":"passed","time":{"start":1728066758719,"stop":1728066758719,"duration":0}},{"uid":"95b0248bec0a5670","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/95b0248bec0a5670","status":"passed","time":{"start":1728057634528,"stop":1728057634529,"duration":1}},{"uid":"65af644cb5ffacce","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/65af644cb5ffacce","status":"passed","time":{"start":1728057165979,"stop":1728057165980,"duration":1}},{"uid":"86e31e3ad2baf8ae","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/86e31e3ad2baf8ae","status":"passed","time":{"start":1728046907449,"stop":1728046907449,"duration":0}},{"uid":"686cedd5720cf445","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/686cedd5720cf445","status":"passed","time":{"start":1728047695333,"stop":1728047695333,"duration":0}},{"uid":"958ebe93ee50f9c8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/958ebe93ee50f9c8","status":"passed","time":{"start":1728043326905,"stop":1728043326905,"duration":0}},{"uid":"b7d0e2f77d3b2a22","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b7d0e2f77d3b2a22","status":"passed","time":{"start":1728035952584,"stop":1728035952584,"duration":0}},{"uid":"a3647963626c2d0a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a3647963626c2d0a","status":"passed","time":{"start":1728033868128,"stop":1728033868128,"duration":0}},{"uid":"ff86c2ed2adff727","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ff86c2ed2adff727","status":"passed","time":{"start":1728033488364,"stop":1728033488365,"duration":1}},{"uid":"756532264495880c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/756532264495880c","status":"passed","time":{"start":1728033011924,"stop":1728033011925,"duration":1}},{"uid":"903440904cc291a5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/903440904cc291a5","status":"passed","time":{"start":1728032645886,"stop":1728032645887,"duration":1}},{"uid":"f624ff5c0e2c4f04","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f624ff5c0e2c4f04","status":"passed","time":{"start":1728032371678,"stop":1728032371678,"duration":0}}]},"005c2f74eb3cce8699c45e4dd3f189bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"487c793ec95f6068","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/487c793ec95f6068","status":"passed","time":{"start":1728047681508,"stop":1728047681508,"duration":0}}]},"b6dbd876bc4c04929d33f792e53bf572:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebb6942d51a8da0a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ebb6942d51a8da0a","status":"passed","time":{"start":1728048050529,"stop":1728048050529,"duration":0}}]},"1b136d50ef5c55132fe82f38d2920f37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b102bdfc5b422a50","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b102bdfc5b422a50","status":"passed","time":{"start":1728032984204,"stop":1728032984205,"duration":1}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"743f537e3cf33555","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/743f537e3cf33555","status":"passed","time":{"start":1728086203095,"stop":1728086203096,"duration":1}},{"uid":"64dd2c68c99e9b31","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/64dd2c68c99e9b31","status":"passed","time":{"start":1728085221327,"stop":1728085221327,"duration":0}},{"uid":"76b5ac3fc215abf6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/76b5ac3fc215abf6","status":"passed","time":{"start":1728084029157,"stop":1728084029159,"duration":2}},{"uid":"d98355e28231871f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d98355e28231871f","status":"passed","time":{"start":1728083082986,"stop":1728083082987,"duration":1}},{"uid":"6a9d5466a3f0b0d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6a9d5466a3f0b0d","status":"passed","time":{"start":1728082390949,"stop":1728082390949,"duration":0}},{"uid":"f3ca20bf0ecdb411","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f3ca20bf0ecdb411","status":"passed","time":{"start":1728069248366,"stop":1728069248367,"duration":1}},{"uid":"d48d016959dc2965","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d48d016959dc2965","status":"passed","time":{"start":1728068031238,"stop":1728068031241,"duration":3}},{"uid":"fc7450fd11e567f9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fc7450fd11e567f9","status":"passed","time":{"start":1728066046596,"stop":1728066046596,"duration":0}},{"uid":"57b1b1da330c042a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/57b1b1da330c042a","status":"passed","time":{"start":1728066341471,"stop":1728066341471,"duration":0}},{"uid":"a6bb6c9f6bc50cc1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a6bb6c9f6bc50cc1","status":"passed","time":{"start":1728057209560,"stop":1728057209560,"duration":0}},{"uid":"9bcd5dc88916f49d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9bcd5dc88916f49d","status":"passed","time":{"start":1728056305020,"stop":1728056305020,"duration":0}},{"uid":"a0d1e88ed4fb90ba","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a0d1e88ed4fb90ba","status":"passed","time":{"start":1728056720925,"stop":1728056720925,"duration":0}},{"uid":"2e20e5833661ec51","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2e20e5833661ec51","status":"passed","time":{"start":1728052606334,"stop":1728052606335,"duration":1}},{"uid":"cfb26108d4378f26","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cfb26108d4378f26","status":"passed","time":{"start":1728046448363,"stop":1728046448364,"duration":1}},{"uid":"fa6dbcf76dd9126","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fa6dbcf76dd9126","status":"passed","time":{"start":1728047258623,"stop":1728047258624,"duration":1}},{"uid":"6a9b328b8513fc13","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6a9b328b8513fc13","status":"passed","time":{"start":1728043238286,"stop":1728043238286,"duration":0}},{"uid":"4862ec96c70571d9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4862ec96c70571d9","status":"passed","time":{"start":1728035872156,"stop":1728035872157,"duration":1}},{"uid":"a28926a253c30dc8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a28926a253c30dc8","status":"passed","time":{"start":1728033783658,"stop":1728033783660,"duration":2}},{"uid":"a2196b8150ecf413","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a2196b8150ecf413","status":"passed","time":{"start":1728033410922,"stop":1728033410922,"duration":0}},{"uid":"e6c11cb1cfea5440","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e6c11cb1cfea5440","status":"passed","time":{"start":1728032924164,"stop":1728032924175,"duration":11}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"bd450e1a7bbb6234","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bd450e1a7bbb6234","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0}},{"uid":"f2d7d89f2bab0036","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f2d7d89f2bab0036","status":"passed","time":{"start":1728084885251,"stop":1728084885251,"duration":0}},{"uid":"7b560773e6fc94f5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7b560773e6fc94f5","status":"passed","time":{"start":1728083752741,"stop":1728083752742,"duration":1}},{"uid":"bc40ca8bd9c0b025","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bc40ca8bd9c0b025","status":"passed","time":{"start":1728082815932,"stop":1728082815932,"duration":0}},{"uid":"473a04a1acf65b4f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/473a04a1acf65b4f","status":"passed","time":{"start":1728082147997,"stop":1728082147998,"duration":1}},{"uid":"ff8e37d19a27dbc0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ff8e37d19a27dbc0","status":"passed","time":{"start":1728068916840,"stop":1728068916840,"duration":0}},{"uid":"ae2311b3e5a7bb82","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ae2311b3e5a7bb82","status":"passed","time":{"start":1728067793132,"stop":1728067793132,"duration":0}},{"uid":"c8a433d7097bface","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c8a433d7097bface","status":"passed","time":{"start":1728065639902,"stop":1728065639902,"duration":0}},{"uid":"3c7ba479c3f99c5f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3c7ba479c3f99c5f","status":"passed","time":{"start":1728065929469,"stop":1728065929469,"duration":0}},{"uid":"5b89bada54b9875a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5b89bada54b9875a","status":"passed","time":{"start":1728056820056,"stop":1728056820056,"duration":0}},{"uid":"45911c38e904b1cb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/45911c38e904b1cb","status":"passed","time":{"start":1728055991704,"stop":1728055991705,"duration":1}},{"uid":"26bf2cbba0509220","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/26bf2cbba0509220","status":"passed","time":{"start":1728056312124,"stop":1728056312125,"duration":1}},{"uid":"c981fccdafb23e47","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c981fccdafb23e47","status":"passed","time":{"start":1728055123414,"stop":1728055123414,"duration":0}},{"uid":"bf299de6fe40832f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/bf299de6fe40832f","status":"passed","time":{"start":1728054102194,"stop":1728054102194,"duration":0}},{"uid":"ab0273f36f255ee2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ab0273f36f255ee2","status":"passed","time":{"start":1728052379784,"stop":1728052379784,"duration":0}},{"uid":"c9e4cc5ee45ccca2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c9e4cc5ee45ccca2","status":"passed","time":{"start":1728046060547,"stop":1728046060548,"duration":1}},{"uid":"34231688116acabb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/34231688116acabb","status":"passed","time":{"start":1728046846357,"stop":1728046846357,"duration":0}},{"uid":"bc41c7f72f7523e3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bc41c7f72f7523e3","status":"passed","time":{"start":1728042916068,"stop":1728042916068,"duration":0}},{"uid":"ba981e93638add20","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ba981e93638add20","status":"passed","time":{"start":1728035478726,"stop":1728035478726,"duration":0}},{"uid":"fe76a38ad89b4faf","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fe76a38ad89b4faf","status":"passed","time":{"start":1728033395128,"stop":1728033395128,"duration":0}}]},"1bc4643c2656c805f3c54bd7cc9d8569:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"997577f5eaf95487","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/997577f5eaf95487","status":"passed","time":{"start":1728083147583,"stop":1728083147583,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1a9a1bbdda356ac6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1a9a1bbdda356ac6","status":"passed","time":{"start":1728085992920,"stop":1728085992921,"duration":1}},{"uid":"a573fea155101cf4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a573fea155101cf4","status":"passed","time":{"start":1728085011934,"stop":1728085011937,"duration":3}},{"uid":"43265834db5ea67e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/43265834db5ea67e","status":"passed","time":{"start":1728083868163,"stop":1728083868164,"duration":1}},{"uid":"57c25e310e36d9ee","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/57c25e310e36d9ee","status":"passed","time":{"start":1728082931946,"stop":1728082931946,"duration":0}},{"uid":"cf3de8e1cc1c0782","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cf3de8e1cc1c0782","status":"passed","time":{"start":1728082258403,"stop":1728082258404,"duration":1}},{"uid":"d5815a8bb038e53","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d5815a8bb038e53","status":"passed","time":{"start":1728069041430,"stop":1728069041439,"duration":9}},{"uid":"b8bb6548d4c6474f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b8bb6548d4c6474f","status":"passed","time":{"start":1728067910745,"stop":1728067910745,"duration":0}},{"uid":"5bf2ebecdb0e584c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5bf2ebecdb0e584c","status":"passed","time":{"start":1728043037108,"stop":1728043037109,"duration":1}},{"uid":"a34c610f3b266c8e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a34c610f3b266c8e","status":"passed","time":{"start":1728035598951,"stop":1728035598951,"duration":0}},{"uid":"60363bf8415d8532","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/60363bf8415d8532","status":"passed","time":{"start":1728033517698,"stop":1728033517699,"duration":1}},{"uid":"ae0485df17028a83","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ae0485df17028a83","status":"passed","time":{"start":1728033142466,"stop":1728033142467,"duration":1}},{"uid":"e80de4971ebd6e2d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e80de4971ebd6e2d","status":"passed","time":{"start":1728032710106,"stop":1728032710106,"duration":0}},{"uid":"4547c8fb9c3eadde","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4547c8fb9c3eadde","status":"passed","time":{"start":1728032346545,"stop":1728032346545,"duration":0}},{"uid":"55f1c772f7ed7bfa","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/55f1c772f7ed7bfa","status":"passed","time":{"start":1728032067799,"stop":1728032067799,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":14,"unknown":0,"total":21},"items":[{"uid":"90fa4560e7fa321","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90fa4560e7fa321","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0}},{"uid":"bccd7866247b2dd3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bccd7866247b2dd3","status":"passed","time":{"start":1728085310253,"stop":1728085310253,"duration":0}},{"uid":"471feb30d2e5c8a4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/471feb30d2e5c8a4","status":"passed","time":{"start":1728084116479,"stop":1728084116480,"duration":1}},{"uid":"e6d0041429199514","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e6d0041429199514","status":"passed","time":{"start":1728083184015,"stop":1728083184015,"duration":0}},{"uid":"8bdaccb4aec747e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8bdaccb4aec747e","status":"passed","time":{"start":1728082489678,"stop":1728082489679,"duration":1}},{"uid":"1d26b4d6aa400efe","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1d26b4d6aa400efe","status":"passed","time":{"start":1728069347123,"stop":1728069347123,"duration":0}},{"uid":"7426712da3101eba","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7426712da3101eba","status":"passed","time":{"start":1728068142147,"stop":1728068142147,"duration":0}},{"uid":"765c1efb165bfe54","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/765c1efb165bfe54","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728066759532,"stop":1728066759532,"duration":0}},{"uid":"da478f20a59cf4c1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/da478f20a59cf4c1","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728067080508,"stop":1728067080508,"duration":0}},{"uid":"b98c140ff0346c15","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b98c140ff0346c15","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728057941316,"stop":1728057941316,"duration":0}},{"uid":"67c6cea88d88e0fc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/67c6cea88d88e0fc","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728057474269,"stop":1728057474270,"duration":1}},{"uid":"2f3c0b7b0d9c3b4c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2f3c0b7b0d9c3b4c","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728053284684,"stop":1728053284684,"duration":0}},{"uid":"f3fbf4d348cc684c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f3fbf4d348cc684c","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728047212947,"stop":1728047212947,"duration":0}},{"uid":"c445ec953d358fc5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c445ec953d358fc5","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728047998123,"stop":1728047998123,"duration":0}},{"uid":"9cfeb0c13942dae6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9cfeb0c13942dae6","status":"passed","time":{"start":1728043333721,"stop":1728043333721,"duration":0}},{"uid":"fedbc97057b21c28","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fedbc97057b21c28","status":"passed","time":{"start":1728035955996,"stop":1728035955996,"duration":0}},{"uid":"a751407ba42f0ddc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a751407ba42f0ddc","status":"passed","time":{"start":1728033873084,"stop":1728033873084,"duration":0}},{"uid":"3b65fe51f0891c89","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3b65fe51f0891c89","status":"passed","time":{"start":1728033493629,"stop":1728033493629,"duration":0}},{"uid":"99791dfcb151e5f5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/99791dfcb151e5f5","status":"passed","time":{"start":1728033017916,"stop":1728033017916,"duration":0}},{"uid":"47cb0b2810d999c9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/47cb0b2810d999c9","status":"passed","time":{"start":1728032652650,"stop":1728032652650,"duration":0}}]},"585a2eda2037121e6894c2c80cf4ff05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28539356d9797374","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/28539356d9797374","status":"passed","time":{"start":1728069309219,"stop":1728069309220,"duration":1}}]},"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":10,"unknown":0,"total":20},"items":[{"uid":"97f8580dbfca6725","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97f8580dbfca6725","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728086150793,"stop":1728086150804,"duration":11}},{"uid":"fdad92f3dbc3e7f9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fdad92f3dbc3e7f9","status":"passed","time":{"start":1728085165548,"stop":1728085165548,"duration":0}},{"uid":"ecf2af1585e08251","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ecf2af1585e08251","status":"passed","time":{"start":1728083991604,"stop":1728083991605,"duration":1}},{"uid":"ff309d247ffe192e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ff309d247ffe192e","status":"passed","time":{"start":1728083028060,"stop":1728083028060,"duration":0}},{"uid":"f48ec654478848e1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f48ec654478848e1","status":"passed","time":{"start":1728082357536,"stop":1728082357536,"duration":0}},{"uid":"d672d441a18cbc00","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d672d441a18cbc00","status":"passed","time":{"start":1728069194218,"stop":1728069194218,"duration":0}},{"uid":"736935cd67518328","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/736935cd67518328","status":"passed","time":{"start":1728067984177,"stop":1728067984177,"duration":0}},{"uid":"5846c172f3307c7e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5846c172f3307c7e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548723,"stop":1728066548724,"duration":1}},{"uid":"d32ec6adcd0e2452","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d32ec6adcd0e2452","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835733,"stop":1728066835733,"duration":0}},{"uid":"58d1ae3224d3a280","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/58d1ae3224d3a280","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726221,"stop":1728057726222,"duration":1}},{"uid":"21886109702f2283","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/21886109702f2283","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209778,"stop":1728057209778,"duration":0}},{"uid":"8f28ab65681eec46","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8f28ab65681eec46","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965599,"stop":1728046965599,"duration":0}},{"uid":"4fb677bdfa394b23","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4fb677bdfa394b23","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762416,"stop":1728047762417,"duration":1}},{"uid":"e4118c202be8ba63","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e4118c202be8ba63","status":"passed","time":{"start":1728043179156,"stop":1728043179156,"duration":0}},{"uid":"1e1ea43c9592a5a3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1e1ea43c9592a5a3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035952270,"stop":1728035952270,"duration":0}},{"uid":"6782e0b47f71d6a2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6782e0b47f71d6a2","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033874155,"stop":1728033874156,"duration":1}},{"uid":"96cdb26321ad2b54","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/96cdb26321ad2b54","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033497572,"stop":1728033497572,"duration":0}},{"uid":"846b8fdc03c1dbda","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/846b8fdc03c1dbda","status":"passed","time":{"start":1728032861201,"stop":1728032861202,"duration":1}},{"uid":"c46c56b73d36210c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c46c56b73d36210c","status":"passed","time":{"start":1728032518178,"stop":1728032518179,"duration":1}},{"uid":"336529720c83f070","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/336529720c83f070","status":"passed","time":{"start":1728032218325,"stop":1728032218325,"duration":0}}]},"54f15ab240ac4404b816b890b583bd7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91ce94e08a793aa5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/91ce94e08a793aa5","status":"passed","time":{"start":1728069077465,"stop":1728069077466,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"3b72672e59dc87f8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3b72672e59dc87f8","status":"passed","time":{"start":1728086207909,"stop":1728086207909,"duration":0}},{"uid":"e518d011888bfbc3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e518d011888bfbc3","status":"passed","time":{"start":1728085227791,"stop":1728085227792,"duration":1}},{"uid":"a4d10f5055481ab0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a4d10f5055481ab0","status":"passed","time":{"start":1728084031091,"stop":1728084031092,"duration":1}},{"uid":"5e6145720d207775","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5e6145720d207775","status":"passed","time":{"start":1728083085065,"stop":1728083085065,"duration":0}},{"uid":"ee0e0585eb8ca8f6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ee0e0585eb8ca8f6","status":"passed","time":{"start":1728082402959,"stop":1728082402959,"duration":0}},{"uid":"8018bcdebff00a07","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8018bcdebff00a07","status":"passed","time":{"start":1728069256722,"stop":1728069256722,"duration":0}},{"uid":"434e916e5f46208","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/434e916e5f46208","status":"passed","time":{"start":1728068039048,"stop":1728068039048,"duration":0}},{"uid":"63fea298dbae417b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/63fea298dbae417b","status":"passed","time":{"start":1728066054977,"stop":1728066054977,"duration":0}},{"uid":"874e2b0890754806","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/874e2b0890754806","status":"passed","time":{"start":1728066345495,"stop":1728066345495,"duration":0}},{"uid":"80a1b669250e6dce","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/80a1b669250e6dce","status":"passed","time":{"start":1728057218518,"stop":1728057218518,"duration":0}},{"uid":"2decec5642f65910","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2decec5642f65910","status":"passed","time":{"start":1728056313100,"stop":1728056313100,"duration":0}},{"uid":"c144a64afbb56503","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c144a64afbb56503","status":"passed","time":{"start":1728056731783,"stop":1728056731783,"duration":0}},{"uid":"f8ed8d2a43963dc8","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f8ed8d2a43963dc8","status":"passed","time":{"start":1728052615132,"stop":1728052615132,"duration":0}},{"uid":"3d94767400f110cd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3d94767400f110cd","status":"passed","time":{"start":1728046456503,"stop":1728046456504,"duration":1}},{"uid":"aa7a1dfd183b1348","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/aa7a1dfd183b1348","status":"passed","time":{"start":1728047262762,"stop":1728047262762,"duration":0}},{"uid":"e44b01e024662f91","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e44b01e024662f91","status":"passed","time":{"start":1728043245055,"stop":1728043245055,"duration":0}},{"uid":"bce4f3eb81a87d1b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bce4f3eb81a87d1b","status":"passed","time":{"start":1728035876569,"stop":1728035876569,"duration":0}},{"uid":"1ff0d5269390255e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1ff0d5269390255e","status":"passed","time":{"start":1728033795264,"stop":1728033795265,"duration":1}},{"uid":"43006e6602f08986","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/43006e6602f08986","status":"passed","time":{"start":1728033412129,"stop":1728033412130,"duration":1}},{"uid":"d18d09e4af8fefef","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d18d09e4af8fefef","status":"passed","time":{"start":1728032929719,"stop":1728032929719,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd3fb3c986868be5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bd3fb3c986868be5","status":"passed","time":{"start":1728086171692,"stop":1728086171693,"duration":1}},{"uid":"2df8a1c88215db34","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2df8a1c88215db34","status":"passed","time":{"start":1728085184630,"stop":1728085184631,"duration":1}},{"uid":"9ea76e909cbf6df7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9ea76e909cbf6df7","status":"passed","time":{"start":1728084018346,"stop":1728084018346,"duration":0}},{"uid":"4e556c50cd4ccfcf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4e556c50cd4ccfcf","status":"passed","time":{"start":1728083065662,"stop":1728083065662,"duration":0}},{"uid":"97e36ff61bf3b0d3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/97e36ff61bf3b0d3","status":"passed","time":{"start":1728069218817,"stop":1728069218817,"duration":0}},{"uid":"7badbb5bcee5a339","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7badbb5bcee5a339","status":"passed","time":{"start":1728046261811,"stop":1728046261812,"duration":1}},{"uid":"e604d7a722d5a0e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e604d7a722d5a0e","status":"passed","time":{"start":1728043204071,"stop":1728043204071,"duration":0}},{"uid":"1f1af0c931dd327a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1f1af0c931dd327a","status":"passed","time":{"start":1728035785866,"stop":1728035785866,"duration":0}},{"uid":"edfaa3a99055a77d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/edfaa3a99055a77d","status":"passed","time":{"start":1728033696336,"stop":1728033696337,"duration":1}},{"uid":"ff762bf57c8ff0e2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ff762bf57c8ff0e2","status":"passed","time":{"start":1728033319477,"stop":1728033319478,"duration":1}},{"uid":"10c1c3c76e655956","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/10c1c3c76e655956","status":"passed","time":{"start":1728032886545,"stop":1728032886546,"duration":1}},{"uid":"414d290cde36db10","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/414d290cde36db10","status":"passed","time":{"start":1728032520624,"stop":1728032520624,"duration":0}},{"uid":"8bbbfbc87a7d454a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8bbbfbc87a7d454a","status":"passed","time":{"start":1728032252763,"stop":1728032252764,"duration":1}}]},"308067fb755d1226def1644d616c0fb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4c80497b2a46668","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c4c80497b2a46668","status":"passed","time":{"start":1728032338426,"stop":1728032338426,"duration":0}}]},"c907979fd72b0066f3db59f0bde9f92f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78f0dd9a27775068","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/78f0dd9a27775068","status":"passed","time":{"start":1728033783671,"stop":1728033783672,"duration":1}}]},"faecbf84795a4a9aece1fb53c027a555:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea7a6a34000193f0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ea7a6a34000193f0","status":"passed","time":{"start":1728032984207,"stop":1728032984207,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ba6f925857129843","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ba6f925857129843","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0}},{"uid":"5df43109eaac1d84","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5df43109eaac1d84","status":"passed","time":{"start":1728084884494,"stop":1728084884497,"duration":3}},{"uid":"7f9c5ee0fa751912","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7f9c5ee0fa751912","status":"passed","time":{"start":1728083751985,"stop":1728083751986,"duration":1}},{"uid":"3ca52ea8178ef2da","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3ca52ea8178ef2da","status":"passed","time":{"start":1728082815033,"stop":1728082815033,"duration":0}},{"uid":"ca45700367455ee7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ca45700367455ee7","status":"passed","time":{"start":1728082147317,"stop":1728082147318,"duration":1}},{"uid":"c9152adb81fdbf4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c9152adb81fdbf4","status":"passed","time":{"start":1728068916320,"stop":1728068916320,"duration":0}},{"uid":"2d9e911740de4dd9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2d9e911740de4dd9","status":"passed","time":{"start":1728067792189,"stop":1728067792190,"duration":1}},{"uid":"be478d98f4bba05f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/be478d98f4bba05f","status":"passed","time":{"start":1728065639253,"stop":1728065639253,"duration":0}},{"uid":"65b8b8e344a38c7d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/65b8b8e344a38c7d","status":"passed","time":{"start":1728065928757,"stop":1728065928757,"duration":0}},{"uid":"26de690d7db3029b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/26de690d7db3029b","status":"passed","time":{"start":1728056819197,"stop":1728056819198,"duration":1}},{"uid":"7d41630e8496705f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7d41630e8496705f","status":"passed","time":{"start":1728055990808,"stop":1728055990808,"duration":0}},{"uid":"183c34e16f796c63","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/183c34e16f796c63","status":"passed","time":{"start":1728056311522,"stop":1728056311522,"duration":0}},{"uid":"943d866d42c6b02a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/943d866d42c6b02a","status":"passed","time":{"start":1728055122701,"stop":1728055122702,"duration":1}},{"uid":"5282ce611a98a863","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5282ce611a98a863","status":"passed","time":{"start":1728054101375,"stop":1728054101376,"duration":1}},{"uid":"6c3005b72bb239cb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6c3005b72bb239cb","status":"passed","time":{"start":1728052379036,"stop":1728052379036,"duration":0}},{"uid":"d7d3456718e82c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d7d3456718e82c","status":"passed","time":{"start":1728046059821,"stop":1728046059822,"duration":1}},{"uid":"9c1bd7b8282c6bef","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9c1bd7b8282c6bef","status":"passed","time":{"start":1728046845709,"stop":1728046845709,"duration":0}},{"uid":"bfd6c8e487264c7d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bfd6c8e487264c7d","status":"passed","time":{"start":1728042915325,"stop":1728042915326,"duration":1}},{"uid":"c2c9bdc11524d27e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c2c9bdc11524d27e","status":"passed","time":{"start":1728035477904,"stop":1728035477905,"duration":1}},{"uid":"ae73363313f1aa2c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ae73363313f1aa2c","status":"passed","time":{"start":1728033394390,"stop":1728033394392,"duration":2}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6def9e8733201e04","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6def9e8733201e04","status":"passed","time":{"start":1728085887438,"stop":1728085887438,"duration":0}},{"uid":"dee73fc2c2008c7d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dee73fc2c2008c7d","status":"passed","time":{"start":1728084900532,"stop":1728084900533,"duration":1}},{"uid":"9fcd1024b84a16d9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9fcd1024b84a16d9","status":"passed","time":{"start":1728083767234,"stop":1728083767234,"duration":0}},{"uid":"4fe00666e72fcda5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4fe00666e72fcda5","status":"passed","time":{"start":1728082830571,"stop":1728082830571,"duration":0}},{"uid":"1bf57d98aa332e83","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1bf57d98aa332e83","status":"passed","time":{"start":1728082162548,"stop":1728082162548,"duration":0}},{"uid":"7d18a1419c27efe9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7d18a1419c27efe9","status":"passed","time":{"start":1728068931718,"stop":1728068931719,"duration":1}},{"uid":"101ef877596fb8ea","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/101ef877596fb8ea","status":"passed","time":{"start":1728067808085,"stop":1728067808085,"duration":0}},{"uid":"8158bb1ab23b2752","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8158bb1ab23b2752","status":"passed","time":{"start":1728065654542,"stop":1728065654542,"duration":0}},{"uid":"23b9239c8b5654","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/23b9239c8b5654","status":"passed","time":{"start":1728065944494,"stop":1728065944494,"duration":0}},{"uid":"e039ef8210a7ccd2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e039ef8210a7ccd2","status":"passed","time":{"start":1728056834644,"stop":1728056834644,"duration":0}},{"uid":"74f01010b2697b71","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/74f01010b2697b71","status":"passed","time":{"start":1728056006885,"stop":1728056006886,"duration":1}},{"uid":"dce2a7b9c40e215c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dce2a7b9c40e215c","status":"passed","time":{"start":1728056326840,"stop":1728056326840,"duration":0}},{"uid":"361630bd4526127d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/361630bd4526127d","status":"passed","time":{"start":1728055138056,"stop":1728055138056,"duration":0}},{"uid":"54c1d1dfc5a1d91f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/54c1d1dfc5a1d91f","status":"passed","time":{"start":1728054117015,"stop":1728054117015,"duration":0}},{"uid":"19a04ce3c52d8228","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/19a04ce3c52d8228","status":"passed","time":{"start":1728052394767,"stop":1728052394767,"duration":0}},{"uid":"d9a43ad4569fcf26","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d9a43ad4569fcf26","status":"passed","time":{"start":1728046076004,"stop":1728046076004,"duration":0}},{"uid":"4e4f5e604f0e06ff","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4e4f5e604f0e06ff","status":"passed","time":{"start":1728046860684,"stop":1728046860685,"duration":1}},{"uid":"7664e5eddcf82edd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7664e5eddcf82edd","status":"passed","time":{"start":1728042930500,"stop":1728042930501,"duration":1}},{"uid":"5146be833784a1f7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5146be833784a1f7","status":"passed","time":{"start":1728035493363,"stop":1728035493363,"duration":0}},{"uid":"b60b06ae9905c99e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b60b06ae9905c99e","status":"passed","time":{"start":1728033410208,"stop":1728033410209,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dcd9be6200de6a07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dcd9be6200de6a07","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0}},{"uid":"958245b2f2062e10","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/958245b2f2062e10","status":"passed","time":{"start":1728085207480,"stop":1728085207480,"duration":0}},{"uid":"9f94356ea1bcb33c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9f94356ea1bcb33c","status":"passed","time":{"start":1728084038278,"stop":1728084038279,"duration":1}},{"uid":"b0ecc785242ad7ec","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b0ecc785242ad7ec","status":"passed","time":{"start":1728083118104,"stop":1728083118104,"duration":0}},{"uid":"631bc04767134266","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/631bc04767134266","status":"passed","time":{"start":1728082399699,"stop":1728082399699,"duration":0}},{"uid":"1f7968ef24d5785","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1f7968ef24d5785","status":"passed","time":{"start":1728069237572,"stop":1728069237573,"duration":1}},{"uid":"e64f6cb70578e3bf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e64f6cb70578e3bf","status":"passed","time":{"start":1728068055927,"stop":1728068055929,"duration":2}},{"uid":"4a1dbcb8db711bde","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4a1dbcb8db711bde","status":"passed","time":{"start":1728043232161,"stop":1728043232162,"duration":1}},{"uid":"2c9ea44514f4778a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2c9ea44514f4778a","status":"passed","time":{"start":1728035844046,"stop":1728035844053,"duration":7}},{"uid":"737eca65e61c28c9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/737eca65e61c28c9","status":"passed","time":{"start":1728033765879,"stop":1728033765880,"duration":1}},{"uid":"632adf096b68407e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/632adf096b68407e","status":"passed","time":{"start":1728033382944,"stop":1728033382945,"duration":1}},{"uid":"d71721bd13ecce07","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d71721bd13ecce07","status":"passed","time":{"start":1728032914490,"stop":1728032914490,"duration":0}},{"uid":"2e5cae8148185950","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2e5cae8148185950","status":"passed","time":{"start":1728032550355,"stop":1728032550355,"duration":0}},{"uid":"36b5783edf2136cf","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/36b5783edf2136cf","status":"passed","time":{"start":1728032274019,"stop":1728032274019,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f822914c8eb1634e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f822914c8eb1634e","status":"passed","time":{"start":1728085985733,"stop":1728085985733,"duration":0}},{"uid":"8e43d4e161269b6d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8e43d4e161269b6d","status":"passed","time":{"start":1728085001728,"stop":1728085001737,"duration":9}},{"uid":"6504f997d4ddb9d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6504f997d4ddb9d","status":"passed","time":{"start":1728083861273,"stop":1728083861273,"duration":0}},{"uid":"90700440e51635e0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/90700440e51635e0","status":"passed","time":{"start":1728082925024,"stop":1728082925024,"duration":0}},{"uid":"66c665bf524d8e17","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/66c665bf524d8e17","status":"passed","time":{"start":1728082250481,"stop":1728082250486,"duration":5}},{"uid":"85eb8c048545107c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/85eb8c048545107c","status":"passed","time":{"start":1728069032010,"stop":1728069032012,"duration":2}},{"uid":"10170bacf75c7c6d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/10170bacf75c7c6d","status":"passed","time":{"start":1728046164809,"stop":1728046164809,"duration":0}},{"uid":"78a0fb4106543631","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/78a0fb4106543631","status":"passed","time":{"start":1728043026647,"stop":1728043026647,"duration":0}},{"uid":"7de03c01064a4012","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7de03c01064a4012","status":"passed","time":{"start":1728035592883,"stop":1728035592889,"duration":6}},{"uid":"c907b070c096c4da","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c907b070c096c4da","status":"passed","time":{"start":1728033511117,"stop":1728033511121,"duration":4}},{"uid":"72b67a2e274de575","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/72b67a2e274de575","status":"passed","time":{"start":1728033134837,"stop":1728033134837,"duration":0}},{"uid":"6aea0ada924efefe","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6aea0ada924efefe","status":"passed","time":{"start":1728032703348,"stop":1728032703349,"duration":1}},{"uid":"201eff34ded2110f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/201eff34ded2110f","status":"passed","time":{"start":1728032339222,"stop":1728032339222,"duration":0}},{"uid":"6eb6aef6bcff23ee","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6eb6aef6bcff23ee","status":"passed","time":{"start":1728032058201,"stop":1728032058201,"duration":0}}]},"f3b786822170df359ddfd97ad7e67183:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7657ebe44fc1f861","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7657ebe44fc1f861","status":"passed","time":{"start":1728032550374,"stop":1728032550374,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f1682a2e1fd03d30","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f1682a2e1fd03d30","status":"passed","time":{"start":1728086258663,"stop":1728086258663,"duration":0}},{"uid":"1b540dc552e92990","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1b540dc552e92990","status":"passed","time":{"start":1728085280464,"stop":1728085280467,"duration":3}},{"uid":"5e5c99088f20bab3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5e5c99088f20bab3","status":"passed","time":{"start":1728084082633,"stop":1728084082634,"duration":1}},{"uid":"e1a7bdc3c3c13dfa","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e1a7bdc3c3c13dfa","status":"passed","time":{"start":1728083150062,"stop":1728083150063,"duration":1}},{"uid":"ef86f9cacbd5edf8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ef86f9cacbd5edf8","status":"passed","time":{"start":1728082465656,"stop":1728082465656,"duration":0}},{"uid":"3765fc8fd5209ea8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3765fc8fd5209ea8","status":"passed","time":{"start":1728069307997,"stop":1728069307997,"duration":0}},{"uid":"f8a9e4b7a77f62d4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f8a9e4b7a77f62d4","status":"passed","time":{"start":1728068100427,"stop":1728068100427,"duration":0}},{"uid":"80f25557dc75c5ea","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/80f25557dc75c5ea","status":"passed","time":{"start":1728043296029,"stop":1728043296030,"duration":1}},{"uid":"57b83bea2bc8152a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/57b83bea2bc8152a","status":"passed","time":{"start":1728035910082,"stop":1728035910083,"duration":1}},{"uid":"b12b4d429726ee43","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b12b4d429726ee43","status":"passed","time":{"start":1728033824769,"stop":1728033824770,"duration":1}},{"uid":"407e208310cddced","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/407e208310cddced","status":"passed","time":{"start":1728033449295,"stop":1728033449295,"duration":0}},{"uid":"3be6869abd9f49fc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3be6869abd9f49fc","status":"passed","time":{"start":1728032982573,"stop":1728032982574,"duration":1}},{"uid":"1cbe5ccbd64e5ae4","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1cbe5ccbd64e5ae4","status":"passed","time":{"start":1728032626112,"stop":1728032626112,"duration":0}},{"uid":"f63899ac4d562d8e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f63899ac4d562d8e","status":"passed","time":{"start":1728032345522,"stop":1728032345523,"duration":1}}]},"c4340264b7c35a5acd7aacc4e113d1cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44bbb5724d1d3a30","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/44bbb5724d1d3a30","status":"passed","time":{"start":1728053941730,"stop":1728053941730,"duration":0}}]},"9a12429c8fe9c1ab82d91430dbd1050d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8755530cad6cb9bc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8755530cad6cb9bc","status":"passed","time":{"start":1728032550037,"stop":1728032550037,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"c7dc8371a6b037d4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c7dc8371a6b037d4","status":"passed","time":{"start":1728086336922,"stop":1728086336923,"duration":1}},{"uid":"6c7ae3d580149489","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6c7ae3d580149489","status":"passed","time":{"start":1728085310252,"stop":1728085310252,"duration":0}},{"uid":"89202e09bb0b0de6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/89202e09bb0b0de6","status":"passed","time":{"start":1728084116478,"stop":1728084116479,"duration":1}},{"uid":"ce10fca57dcb6034","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ce10fca57dcb6034","status":"passed","time":{"start":1728083184014,"stop":1728083184014,"duration":0}},{"uid":"7e2a0b7bfb858697","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7e2a0b7bfb858697","status":"passed","time":{"start":1728082489677,"stop":1728082489677,"duration":0}},{"uid":"a36010e246a1012f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a36010e246a1012f","status":"passed","time":{"start":1728069347122,"stop":1728069347122,"duration":0}},{"uid":"9eef14b67fcadf61","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9eef14b67fcadf61","status":"passed","time":{"start":1728068142145,"stop":1728068142145,"duration":0}},{"uid":"6ffa4b2111fd619a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ffa4b2111fd619a","status":"passed","time":{"start":1728066759526,"stop":1728066759528,"duration":2}},{"uid":"a3e0197f3ffdcd69","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a3e0197f3ffdcd69","status":"passed","time":{"start":1728067080503,"stop":1728067080503,"duration":0}},{"uid":"b7bbcc914e3e413c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b7bbcc914e3e413c","status":"passed","time":{"start":1728057941311,"stop":1728057941312,"duration":1}},{"uid":"4bf0bdd0315ab819","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4bf0bdd0315ab819","status":"passed","time":{"start":1728057474264,"stop":1728057474264,"duration":0}},{"uid":"f677a085d51abc2d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f677a085d51abc2d","status":"passed","time":{"start":1728053284681,"stop":1728053284681,"duration":0}},{"uid":"618948b6b06b134d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/618948b6b06b134d","status":"passed","time":{"start":1728047212943,"stop":1728047212943,"duration":0}},{"uid":"b36515da096966c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b36515da096966c0","status":"passed","time":{"start":1728047998118,"stop":1728047998119,"duration":1}},{"uid":"36c25982b43357ec","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/36c25982b43357ec","status":"passed","time":{"start":1728043333720,"stop":1728043333720,"duration":0}},{"uid":"bba2caf3abbef1f3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bba2caf3abbef1f3","status":"passed","time":{"start":1728035955995,"stop":1728035955995,"duration":0}},{"uid":"a1a71c575c607e98","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a1a71c575c607e98","status":"passed","time":{"start":1728033873080,"stop":1728033873080,"duration":0}},{"uid":"54bf3460325f079c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/54bf3460325f079c","status":"passed","time":{"start":1728033493628,"stop":1728033493628,"duration":0}},{"uid":"3237023b3bdaf84a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3237023b3bdaf84a","status":"passed","time":{"start":1728033017914,"stop":1728033017915,"duration":1}},{"uid":"18cafb8620b735ae","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/18cafb8620b735ae","status":"passed","time":{"start":1728032652649,"stop":1728032652649,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"46967230aa68e112","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46967230aa68e112","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0}},{"uid":"f27e824b1934d860","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f27e824b1934d860","status":"passed","time":{"start":1728085269090,"stop":1728085269091,"duration":1}},{"uid":"6ec0d166195fa560","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ec0d166195fa560","status":"passed","time":{"start":1728069312644,"stop":1728069312645,"duration":1}},{"uid":"34b4affd0e3a043d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/34b4affd0e3a043d","status":"passed","time":{"start":1728046423458,"stop":1728046423459,"duration":1}},{"uid":"543c4348c8789e74","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/543c4348c8789e74","status":"passed","time":{"start":1728043297193,"stop":1728043297193,"duration":0}},{"uid":"a752059a78b7c12a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a752059a78b7c12a","status":"passed","time":{"start":1728035880179,"stop":1728035880179,"duration":0}},{"uid":"e6fff6d53a0ad86d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e6fff6d53a0ad86d","status":"passed","time":{"start":1728033788843,"stop":1728033788844,"duration":1}},{"uid":"390e119039e4e146","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/390e119039e4e146","status":"passed","time":{"start":1728033423658,"stop":1728033423660,"duration":2}},{"uid":"920d32e01212ae53","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/920d32e01212ae53","status":"passed","time":{"start":1728032985169,"stop":1728032985170,"duration":1}},{"uid":"a33a90d809b98724","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a33a90d809b98724","status":"passed","time":{"start":1728032614958,"stop":1728032614959,"duration":1}},{"uid":"4ffd61288ba64de5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4ffd61288ba64de5","status":"passed","time":{"start":1728032348423,"stop":1728032348424,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"ab13e8fdc7aaace8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab13e8fdc7aaace8","status":"passed","time":{"start":1728086207920,"stop":1728086207920,"duration":0}},{"uid":"ab3b13840b6dd845","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ab3b13840b6dd845","status":"passed","time":{"start":1728085227795,"stop":1728085227796,"duration":1}},{"uid":"e26842f22538f284","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e26842f22538f284","status":"passed","time":{"start":1728084031095,"stop":1728084031095,"duration":0}},{"uid":"ba6b82464455dc80","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ba6b82464455dc80","status":"passed","time":{"start":1728083085068,"stop":1728083085069,"duration":1}},{"uid":"2960488b533b67e1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2960488b533b67e1","status":"passed","time":{"start":1728082402963,"stop":1728082402963,"duration":0}},{"uid":"7242f6fa58d84ac2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7242f6fa58d84ac2","status":"passed","time":{"start":1728069256726,"stop":1728069256726,"duration":0}},{"uid":"10680feed5a5c7c9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/10680feed5a5c7c9","status":"passed","time":{"start":1728068039050,"stop":1728068039051,"duration":1}},{"uid":"b396afd69cd76d83","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b396afd69cd76d83","status":"passed","time":{"start":1728066054981,"stop":1728066054981,"duration":0}},{"uid":"cd9739548b7666a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cd9739548b7666a","status":"passed","time":{"start":1728066345499,"stop":1728066345499,"duration":0}},{"uid":"7a74e5f8cf20c077","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7a74e5f8cf20c077","status":"passed","time":{"start":1728057218521,"stop":1728057218521,"duration":0}},{"uid":"c6762c3175903b4d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c6762c3175903b4d","status":"passed","time":{"start":1728056313103,"stop":1728056313103,"duration":0}},{"uid":"77b672a9000ca789","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/77b672a9000ca789","status":"passed","time":{"start":1728056731789,"stop":1728056731790,"duration":1}},{"uid":"d4bcd0016b38c79c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d4bcd0016b38c79c","status":"passed","time":{"start":1728052615135,"stop":1728052615135,"duration":0}},{"uid":"44785607528c5bbe","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/44785607528c5bbe","status":"passed","time":{"start":1728046456508,"stop":1728046456509,"duration":1}},{"uid":"23904cb7741c5319","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/23904cb7741c5319","status":"passed","time":{"start":1728047262765,"stop":1728047262765,"duration":0}},{"uid":"7cc7c80bbc627552","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7cc7c80bbc627552","status":"passed","time":{"start":1728043245062,"stop":1728043245062,"duration":0}},{"uid":"1ca6f1cd90abdff6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1ca6f1cd90abdff6","status":"passed","time":{"start":1728035876572,"stop":1728035876573,"duration":1}},{"uid":"e87df2f0e13d9511","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e87df2f0e13d9511","status":"passed","time":{"start":1728033795273,"stop":1728033795273,"duration":0}},{"uid":"e60211a14d1c7b4b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e60211a14d1c7b4b","status":"passed","time":{"start":1728033412133,"stop":1728033412134,"duration":1}},{"uid":"ea187e0cdef37fba","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ea187e0cdef37fba","status":"passed","time":{"start":1728032929722,"stop":1728032929722,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"424e63bbd437164d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/424e63bbd437164d","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0}},{"uid":"7bcf09f1a7703190","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7bcf09f1a7703190","status":"passed","time":{"start":1728085269093,"stop":1728085269093,"duration":0}},{"uid":"64a350e579e9aa44","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/64a350e579e9aa44","status":"passed","time":{"start":1728069312648,"stop":1728069312648,"duration":0}},{"uid":"5a8424908c6de7a3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5a8424908c6de7a3","status":"passed","time":{"start":1728046423464,"stop":1728046423465,"duration":1}},{"uid":"ac842045174aea67","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ac842045174aea67","status":"passed","time":{"start":1728043297201,"stop":1728043297204,"duration":3}},{"uid":"d2cfb2afc4a87de2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d2cfb2afc4a87de2","status":"passed","time":{"start":1728035880191,"stop":1728035880193,"duration":2}},{"uid":"2e1002a0e88c0101","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2e1002a0e88c0101","status":"passed","time":{"start":1728033788847,"stop":1728033788848,"duration":1}},{"uid":"a7c2f89774e0d82c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a7c2f89774e0d82c","status":"passed","time":{"start":1728033423665,"stop":1728033423666,"duration":1}},{"uid":"68b3ea858ac5a35a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/68b3ea858ac5a35a","status":"passed","time":{"start":1728032985174,"stop":1728032985174,"duration":0}},{"uid":"ababa5bb3aa078","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ababa5bb3aa078","status":"passed","time":{"start":1728032614961,"stop":1728032614961,"duration":0}},{"uid":"67d1d1dfef0b69d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/67d1d1dfef0b69d","status":"passed","time":{"start":1728032348434,"stop":1728032348436,"duration":2}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"3ead64c174824532","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ead64c174824532","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0}},{"uid":"9f503e71baec8f1f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9f503e71baec8f1f","status":"passed","time":{"start":1728084876407,"stop":1728084876407,"duration":0}},{"uid":"b32b82c1a2136455","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b32b82c1a2136455","status":"passed","time":{"start":1728083744362,"stop":1728083744363,"duration":1}},{"uid":"b8e4c1ef179a5c59","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b8e4c1ef179a5c59","status":"passed","time":{"start":1728082807456,"stop":1728082807456,"duration":0}},{"uid":"bb00f1c058f48d4e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bb00f1c058f48d4e","status":"passed","time":{"start":1728082139325,"stop":1728082139325,"duration":0}},{"uid":"5361e2f1ae245268","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5361e2f1ae245268","status":"passed","time":{"start":1728068908064,"stop":1728068908065,"duration":1}},{"uid":"891fa63d58ed01ec","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/891fa63d58ed01ec","status":"passed","time":{"start":1728067784717,"stop":1728067784717,"duration":0}},{"uid":"2a254ab2fa7decd3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2a254ab2fa7decd3","status":"passed","time":{"start":1728065631521,"stop":1728065631521,"duration":0}},{"uid":"f333b29fa60fe18e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f333b29fa60fe18e","status":"passed","time":{"start":1728065920833,"stop":1728065920833,"duration":0}},{"uid":"37f33dfc7db603fa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/37f33dfc7db603fa","status":"passed","time":{"start":1728056811592,"stop":1728056811592,"duration":0}},{"uid":"a9ee475ee9fa98bb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a9ee475ee9fa98bb","status":"passed","time":{"start":1728055983148,"stop":1728055983149,"duration":1}},{"uid":"ee7e3a76e2acda3b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ee7e3a76e2acda3b","status":"passed","time":{"start":1728056303689,"stop":1728056303689,"duration":0}},{"uid":"2e742813f164a952","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2e742813f164a952","status":"passed","time":{"start":1728055114821,"stop":1728055114821,"duration":0}},{"uid":"bbbb694c8ed97d10","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/bbbb694c8ed97d10","status":"passed","time":{"start":1728054093609,"stop":1728054093609,"duration":0}},{"uid":"ac8198c0d1548556","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ac8198c0d1548556","status":"passed","time":{"start":1728052371196,"stop":1728052371196,"duration":0}},{"uid":"3da891e89d77111c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3da891e89d77111c","status":"passed","time":{"start":1728046051733,"stop":1728046051733,"duration":0}},{"uid":"7d6c2c46cac49c45","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7d6c2c46cac49c45","status":"passed","time":{"start":1728046837817,"stop":1728046837818,"duration":1}},{"uid":"e71909ff5b8b4c2a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e71909ff5b8b4c2a","status":"passed","time":{"start":1728042907590,"stop":1728042907590,"duration":0}},{"uid":"887b382f87e6eb1c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/887b382f87e6eb1c","status":"passed","time":{"start":1728035469890,"stop":1728035469890,"duration":0}},{"uid":"19f888891e574ac9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/19f888891e574ac9","status":"passed","time":{"start":1728033386403,"stop":1728033386403,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3517275f09b2cc4d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3517275f09b2cc4d","status":"passed","time":{"start":1728086192526,"stop":1728086192527,"duration":1}},{"uid":"a2d353f336fc1a28","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a2d353f336fc1a28","status":"passed","time":{"start":1728085207496,"stop":1728085207496,"duration":0}},{"uid":"fc7b8bac05cf8085","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fc7b8bac05cf8085","status":"passed","time":{"start":1728084038285,"stop":1728084038285,"duration":0}},{"uid":"5c8f038b6d581739","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5c8f038b6d581739","status":"passed","time":{"start":1728083118109,"stop":1728083118109,"duration":0}},{"uid":"6f23f9d6effe931e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6f23f9d6effe931e","status":"passed","time":{"start":1728082399709,"stop":1728082399710,"duration":1}},{"uid":"3190c645874d13ac","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3190c645874d13ac","status":"passed","time":{"start":1728069237583,"stop":1728069237583,"duration":0}},{"uid":"cc8b2d21003d30c4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cc8b2d21003d30c4","status":"passed","time":{"start":1728068055939,"stop":1728068055940,"duration":1}},{"uid":"97cf614ba4a91a36","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/97cf614ba4a91a36","status":"passed","time":{"start":1728043232168,"stop":1728043232169,"duration":1}},{"uid":"7f7cc9269fdfd08e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7f7cc9269fdfd08e","status":"passed","time":{"start":1728035844057,"stop":1728035844057,"duration":0}},{"uid":"f38d131afca7b5ed","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f38d131afca7b5ed","status":"passed","time":{"start":1728033765883,"stop":1728033765884,"duration":1}},{"uid":"e61fb8b745c4eb7d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e61fb8b745c4eb7d","status":"passed","time":{"start":1728033382952,"stop":1728033382953,"duration":1}},{"uid":"f0dcda395469d011","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f0dcda395469d011","status":"passed","time":{"start":1728032914495,"stop":1728032914497,"duration":2}},{"uid":"af70d8a07f5bda8c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/af70d8a07f5bda8c","status":"passed","time":{"start":1728032550362,"stop":1728032550362,"duration":0}},{"uid":"e74fd4e1ef58525d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e74fd4e1ef58525d","status":"passed","time":{"start":1728032274023,"stop":1728032274024,"duration":1}}]},"07c584a561baeaf862a15906c23600f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d540ea2578b5783","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4d540ea2578b5783","status":"passed","time":{"start":1728082422907,"stop":1728082422907,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c58a079030b5a7c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8c58a079030b5a7c","status":"passed","time":{"start":1728086192531,"stop":1728086192531,"duration":0}},{"uid":"3e9d23fa1c09c1c6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3e9d23fa1c09c1c6","status":"passed","time":{"start":1728085207505,"stop":1728085207505,"duration":0}},{"uid":"1ea3a339da61795a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1ea3a339da61795a","status":"passed","time":{"start":1728084038295,"stop":1728084038296,"duration":1}},{"uid":"714e0de889dd680","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/714e0de889dd680","status":"passed","time":{"start":1728083118117,"stop":1728083118117,"duration":0}},{"uid":"9a87f3cae12701ec","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9a87f3cae12701ec","status":"passed","time":{"start":1728082399712,"stop":1728082399712,"duration":0}},{"uid":"8706ed8bd4df14df","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8706ed8bd4df14df","status":"passed","time":{"start":1728069237588,"stop":1728069237588,"duration":0}},{"uid":"d3e1b9700d9eb99b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d3e1b9700d9eb99b","status":"passed","time":{"start":1728068055948,"stop":1728068055948,"duration":0}},{"uid":"af6cd676ec265ebd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/af6cd676ec265ebd","status":"passed","time":{"start":1728043232172,"stop":1728043232172,"duration":0}},{"uid":"657e8c8ce2f3c104","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/657e8c8ce2f3c104","status":"passed","time":{"start":1728035844062,"stop":1728035844062,"duration":0}},{"uid":"af7bdfd379a84089","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/af7bdfd379a84089","status":"passed","time":{"start":1728033765890,"stop":1728033765891,"duration":1}},{"uid":"aaec9461063acba6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/aaec9461063acba6","status":"passed","time":{"start":1728033382961,"stop":1728033382961,"duration":0}},{"uid":"f071ddab9cc5bb8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f071ddab9cc5bb8","status":"passed","time":{"start":1728032914503,"stop":1728032914504,"duration":1}},{"uid":"f0f0c2623c81bf4b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f0f0c2623c81bf4b","status":"passed","time":{"start":1728032550369,"stop":1728032550369,"duration":0}},{"uid":"f699a09b9a13af85","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f699a09b9a13af85","status":"passed","time":{"start":1728032274026,"stop":1728032274026,"duration":0}}]},"441129506e66d999af4963d3186c2b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cfc7572f28f56e2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9cfc7572f28f56e2","status":"passed","time":{"start":1728068082725,"stop":1728068082725,"duration":0}}]},"b5c0e385d801acf736c0aed261a1bf08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f18c2c0d991f169a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f18c2c0d991f169a","status":"passed","time":{"start":1728033815148,"stop":1728033815148,"duration":0}}]},"09337d4edbeb70f4cb5ad84acb0d31b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1e9122fdc78cfac","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c1e9122fdc78cfac","status":"passed","time":{"start":1728085184712,"stop":1728085184717,"duration":5}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":14,"unknown":0,"total":23},"items":[{"uid":"92a451c6d0f31aef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/92a451c6d0f31aef","status":"passed","time":{"start":1728085959887,"stop":1728085959888,"duration":1}},{"uid":"cbea9099a18f6609","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cbea9099a18f6609","status":"passed","time":{"start":1728084975156,"stop":1728084975156,"duration":0}},{"uid":"949cec9ac93d128e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/949cec9ac93d128e","status":"passed","time":{"start":1728083840309,"stop":1728083840309,"duration":0}},{"uid":"a50938bb4e0ac551","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a50938bb4e0ac551","status":"passed","time":{"start":1728082904551,"stop":1728082904552,"duration":1}},{"uid":"3b3d171069af3255","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3b3d171069af3255","status":"passed","time":{"start":1728082231756,"stop":1728082231756,"duration":0}},{"uid":"7de3d3bb43c86f81","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7de3d3bb43c86f81","status":"passed","time":{"start":1728069007049,"stop":1728069007052,"duration":3}},{"uid":"4e1a7356cb5661c5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4e1a7356cb5661c5","status":"passed","time":{"start":1728067881286,"stop":1728067881287,"duration":1}},{"uid":"93366076e7e6bc66","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/93366076e7e6bc66","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728065776306,"stop":1728065776306,"duration":0}},{"uid":"3be9f4647e0fe0df","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3be9f4647e0fe0df","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728066064786,"stop":1728066064787,"duration":1}},{"uid":"2080b18d6cb6fafb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2080b18d6cb6fafb","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728056954538,"stop":1728056954538,"duration":0}},{"uid":"2a2967d48edbdbf0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2a2967d48edbdbf0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728056127684,"stop":1728056127685,"duration":1}},{"uid":"691a834425081720","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/691a834425081720","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728056447100,"stop":1728056447100,"duration":0}},{"uid":"c1f66b14b271100a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c1f66b14b271100a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728055259068,"stop":1728055259068,"duration":0}},{"uid":"7112dc732461ff47","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7112dc732461ff47","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728054237141,"stop":1728054237141,"duration":0}},{"uid":"84d676df0e9e435d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/84d676df0e9e435d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728046196287,"stop":1728046196287,"duration":0}},{"uid":"3b854dfe357cf475","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3b854dfe357cf475","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/ping.node.spec.ts)","time":{"start":1728046982135,"stop":1728046982135,"duration":0}},{"uid":"8ba863020df3595c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8ba863020df3595c","status":"passed","time":{"start":1728043003476,"stop":1728043003476,"duration":0}},{"uid":"9c1dc79d30f28c5a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9c1dc79d30f28c5a","status":"passed","time":{"start":1728035564542,"stop":1728035564543,"duration":1}},{"uid":"598e25f0497851f3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/598e25f0497851f3","status":"passed","time":{"start":1728033486520,"stop":1728033486524,"duration":4}},{"uid":"3a0b90eaf145b450","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3a0b90eaf145b450","status":"passed","time":{"start":1728033108528,"stop":1728033108528,"duration":0}}]},"2d0cd396823457aae1c7ceebaf51a3b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"582966efd1256934","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/582966efd1256934","status":"passed","time":{"start":1728086260661,"stop":1728086260661,"duration":0}}]},"be0f4cb32850ce4a5a9420931c02cf23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"142253a310c31ece","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/142253a310c31ece","status":"passed","time":{"start":1728033391671,"stop":1728033391671,"duration":0}}]},"b443f544dd99530357171c1d903da837:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2a4c562ec5fd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f2a4c562ec5fd","status":"passed","time":{"start":1728032582955,"stop":1728032582955,"duration":0}}]},"945a1effaf11738316c2a493d189797c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69329a7291eebe47","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/69329a7291eebe47","status":"passed","time":{"start":1728032614677,"stop":1728032614677,"duration":0}}]},"a08d67eee7062c4c8172107f0f05b960:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61d8f0536d17785e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/61d8f0536d17785e","status":"passed","time":{"start":1728058204386,"stop":1728058204386,"duration":0}}]},"986a5fe37c1632ac987ae9ed72bc1e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db4fa4311706ea4b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/db4fa4311706ea4b","status":"passed","time":{"start":1728056359093,"stop":1728056359093,"duration":0}}]},"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"ad3bf7c59e1fc6de","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ad3bf7c59e1fc6de","status":"passed","time":{"start":1728086150784,"stop":1728086150786,"duration":2}},{"uid":"1564563c12625902","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1564563c12625902","status":"passed","time":{"start":1728085165541,"stop":1728085165541,"duration":0}},{"uid":"55b0a162c34195f1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/55b0a162c34195f1","status":"passed","time":{"start":1728083991602,"stop":1728083991602,"duration":0}},{"uid":"e75656c4bd9b9d3c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e75656c4bd9b9d3c","status":"passed","time":{"start":1728083028056,"stop":1728083028056,"duration":0}},{"uid":"74ce11df3633b9a6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/74ce11df3633b9a6","status":"passed","time":{"start":1728082357533,"stop":1728082357533,"duration":0}},{"uid":"e2947e3db5f9e5c6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e2947e3db5f9e5c6","status":"passed","time":{"start":1728069194215,"stop":1728069194215,"duration":0}},{"uid":"5587323cf78d38a8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5587323cf78d38a8","status":"passed","time":{"start":1728067984175,"stop":1728067984175,"duration":0}},{"uid":"6ce335623944b623","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ce335623944b623","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548719,"stop":1728066548719,"duration":0}},{"uid":"aa3513e30b27eea5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/aa3513e30b27eea5","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835728,"stop":1728066835729,"duration":1}},{"uid":"3492e854d09551c6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3492e854d09551c6","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726216,"stop":1728057726217,"duration":1}},{"uid":"f7978bdc7f8a520f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f7978bdc7f8a520f","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209773,"stop":1728057209774,"duration":1}},{"uid":"9f05ab4aae9b4b9c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9f05ab4aae9b4b9c","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965593,"stop":1728046965594,"duration":1}},{"uid":"4c8743750e842a1c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4c8743750e842a1c","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762411,"stop":1728047762412,"duration":1}},{"uid":"93f88c6e8a8c68c2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/93f88c6e8a8c68c2","status":"passed","time":{"start":1728043179152,"stop":1728043179152,"duration":0}},{"uid":"b94d229f74830c4f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b94d229f74830c4f","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728035952264,"stop":1728035952264,"duration":0}},{"uid":"7fd227e5bf99eda3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7fd227e5bf99eda3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033874151,"stop":1728033874151,"duration":0}},{"uid":"5710e608fe0377b7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5710e608fe0377b7","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033497567,"stop":1728033497567,"duration":0}},{"uid":"320fd9ca3ca71811","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/320fd9ca3ca71811","status":"passed","time":{"start":1728032861194,"stop":1728032861195,"duration":1}},{"uid":"274ddabad84ca489","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/274ddabad84ca489","status":"passed","time":{"start":1728032518175,"stop":1728032518176,"duration":1}},{"uid":"d903a86747da76af","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d903a86747da76af","status":"passed","time":{"start":1728032218319,"stop":1728032218319,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"36dc93f63b4e712","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36dc93f63b4e712","status":"passed","time":{"start":1728086260313,"stop":1728086260313,"duration":0}},{"uid":"e88085394424db21","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e88085394424db21","status":"passed","time":{"start":1728085269082,"stop":1728085269082,"duration":0}},{"uid":"3c9605974d002239","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3c9605974d002239","status":"passed","time":{"start":1728069312633,"stop":1728069312636,"duration":3}},{"uid":"87ac53dbea483b3c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/87ac53dbea483b3c","status":"passed","time":{"start":1728046423440,"stop":1728046423444,"duration":4}},{"uid":"994aa8e499467378","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/994aa8e499467378","status":"passed","time":{"start":1728043297179,"stop":1728043297179,"duration":0}},{"uid":"36a8e28afda68215","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/36a8e28afda68215","status":"passed","time":{"start":1728035880157,"stop":1728035880157,"duration":0}},{"uid":"ffbeb3ca651a5107","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ffbeb3ca651a5107","status":"passed","time":{"start":1728033788812,"stop":1728033788813,"duration":1}},{"uid":"a5093c16847680fe","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a5093c16847680fe","status":"passed","time":{"start":1728033423640,"stop":1728033423640,"duration":0}},{"uid":"b18a6ee441d704b4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b18a6ee441d704b4","status":"passed","time":{"start":1728032985139,"stop":1728032985139,"duration":0}},{"uid":"fafeff685cc479a2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fafeff685cc479a2","status":"passed","time":{"start":1728032614942,"stop":1728032614942,"duration":0}},{"uid":"71745397ed1cbdfa","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/71745397ed1cbdfa","status":"passed","time":{"start":1728032348374,"stop":1728032348375,"duration":1}}]},"eaa682394e921f6b5d3c31ece93d31b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51b842fdaefcf949","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51b842fdaefcf949","status":"passed","time":{"start":1728067502937,"stop":1728067502938,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"92eb5b7b95e97795","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/92eb5b7b95e97795","status":"passed","time":{"start":1728085866680,"stop":1728085866680,"duration":0}},{"uid":"48011a24bbe49ca3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/48011a24bbe49ca3","status":"passed","time":{"start":1728084879036,"stop":1728084879036,"duration":0}},{"uid":"e515cfc75823eb65","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e515cfc75823eb65","status":"passed","time":{"start":1728083746824,"stop":1728083746824,"duration":0}},{"uid":"fb3fad8c8a246c40","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fb3fad8c8a246c40","status":"passed","time":{"start":1728082809886,"stop":1728082809887,"duration":1}},{"uid":"b1ac3167256d5831","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b1ac3167256d5831","status":"passed","time":{"start":1728082141922,"stop":1728082141922,"duration":0}},{"uid":"15e86ce6d048af8e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15e86ce6d048af8e","status":"passed","time":{"start":1728068910695,"stop":1728068910696,"duration":1}},{"uid":"78f9d85074a5ed3e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/78f9d85074a5ed3e","status":"passed","time":{"start":1728067787168,"stop":1728067787168,"duration":0}},{"uid":"752cc4340dfc80a2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/752cc4340dfc80a2","status":"passed","time":{"start":1728065633938,"stop":1728065633939,"duration":1}},{"uid":"2d5e43265d18bc7f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2d5e43265d18bc7f","status":"passed","time":{"start":1728065923368,"stop":1728065923368,"duration":0}},{"uid":"88b5d3e094bbdf89","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/88b5d3e094bbdf89","status":"passed","time":{"start":1728056814110,"stop":1728056814110,"duration":0}},{"uid":"ec3d1db1b4b36dbe","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ec3d1db1b4b36dbe","status":"passed","time":{"start":1728055985592,"stop":1728055985593,"duration":1}},{"uid":"1a0d1c3a14fb60ef","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1a0d1c3a14fb60ef","status":"passed","time":{"start":1728056306165,"stop":1728056306165,"duration":0}},{"uid":"7b524d7acb529fa9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7b524d7acb529fa9","status":"passed","time":{"start":1728055117292,"stop":1728055117292,"duration":0}},{"uid":"eebd73924d220f69","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/eebd73924d220f69","status":"passed","time":{"start":1728054096136,"stop":1728054096136,"duration":0}},{"uid":"47b70ce84c15cfa3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/47b70ce84c15cfa3","status":"passed","time":{"start":1728052373754,"stop":1728052373754,"duration":0}},{"uid":"f27e7354287cb79f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f27e7354287cb79f","status":"passed","time":{"start":1728046054338,"stop":1728046054338,"duration":0}},{"uid":"bc129d1a3cf2fbb9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bc129d1a3cf2fbb9","status":"passed","time":{"start":1728046840405,"stop":1728046840405,"duration":0}},{"uid":"6d7f407d8f07ec8f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6d7f407d8f07ec8f","status":"passed","time":{"start":1728042910013,"stop":1728042910013,"duration":0}},{"uid":"26982d9906dc3b1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/26982d9906dc3b1","status":"passed","time":{"start":1728035472429,"stop":1728035472429,"duration":0}},{"uid":"97773b55dc4efe77","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/97773b55dc4efe77","status":"passed","time":{"start":1728033388943,"stop":1728033388943,"duration":0}}]},"04b5e19620222b679f678d6756ed9b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b9dbc8b3dea73b4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7b9dbc8b3dea73b4","status":"passed","time":{"start":1728035785882,"stop":1728035785882,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2343d887aa5b7c02","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2343d887aa5b7c02","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0}},{"uid":"feced30f1c29c8f2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/feced30f1c29c8f2","status":"passed","time":{"start":1728085073700,"stop":1728085073700,"duration":0}},{"uid":"eaade8029c82ec2c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/eaade8029c82ec2c","status":"passed","time":{"start":1728083925367,"stop":1728083925368,"duration":1}},{"uid":"7d6813b8e345eb70","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7d6813b8e345eb70","status":"passed","time":{"start":1728069104867,"stop":1728069104868,"duration":1}},{"uid":"50c03ae06f4a0aaa","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/50c03ae06f4a0aaa","status":"passed","time":{"start":1728046256198,"stop":1728046256204,"duration":6}},{"uid":"e88cf372b29d33b8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e88cf372b29d33b8","status":"passed","time":{"start":1728043096712,"stop":1728043096713,"duration":1}},{"uid":"c916b63882fa3faa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c916b63882fa3faa","status":"passed","time":{"start":1728035661745,"stop":1728035661747,"duration":2}},{"uid":"148665fe60a298f3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/148665fe60a298f3","status":"passed","time":{"start":1728033580617,"stop":1728033580617,"duration":0}},{"uid":"8d5e3db884f4d72d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8d5e3db884f4d72d","status":"passed","time":{"start":1728033205590,"stop":1728033205590,"duration":0}},{"uid":"3458e676d76edb22","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3458e676d76edb22","status":"passed","time":{"start":1728032779641,"stop":1728032779642,"duration":1}},{"uid":"64b255871c044d3b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/64b255871c044d3b","status":"passed","time":{"start":1728032408506,"stop":1728032408506,"duration":0}},{"uid":"4bf7988ec90bd945","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4bf7988ec90bd945","status":"passed","time":{"start":1728032131460,"stop":1728032131461,"duration":1}}]},"0c36fb17bc917770107365b866ffe17f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3925ee9cfb2de35f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3925ee9cfb2de35f","status":"passed","time":{"start":1728083113933,"stop":1728083113934,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"95af029eb356d11a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/95af029eb356d11a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086032746,"stop":1728086032746,"duration":0}},{"uid":"e90cc9a2c6a65b51","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e90cc9a2c6a65b51","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085050227,"stop":1728085050227,"duration":0}},{"uid":"5f6d12537abc1df0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5f6d12537abc1df0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083903383,"stop":1728083903383,"duration":0}},{"uid":"546d4b700a3a4c1a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/546d4b700a3a4c1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082964244,"stop":1728082964244,"duration":0}},{"uid":"a7dc59ed2432aca2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a7dc59ed2432aca2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082280694,"stop":1728082280695,"duration":1}},{"uid":"6e4fab3b2ce9ef11","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6e4fab3b2ce9ef11","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069077481,"stop":1728069077481,"duration":0}},{"uid":"f83563d5b4b0df48","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f83563d5b4b0df48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728067917858,"stop":1728067917859,"duration":1}},{"uid":"a6cdef41cea8a125","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a6cdef41cea8a125","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043075260,"stop":1728043075260,"duration":0}},{"uid":"8be3c4b08636e6dd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8be3c4b08636e6dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035638329,"stop":1728035638329,"duration":0}},{"uid":"e27ee7179282df08","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e27ee7179282df08","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033557525,"stop":1728033557525,"duration":0}},{"uid":"80d585ef866c8a85","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/80d585ef866c8a85","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033182560,"stop":1728033182560,"duration":0}},{"uid":"5ed154191c082906","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5ed154191c082906","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032755546,"stop":1728032755546,"duration":0}},{"uid":"6b6109ebc0a05afc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6b6109ebc0a05afc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032388402,"stop":1728032388403,"duration":1}},{"uid":"4a3fe1942c95f4ce","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4a3fe1942c95f4ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032113364,"stop":1728032113364,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b7b568133757f469","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b7b568133757f469","status":"passed","time":{"start":1728085899569,"stop":1728085899570,"duration":1}},{"uid":"2ca0dec08a2d16b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2ca0dec08a2d16b","status":"passed","time":{"start":1728084912803,"stop":1728084912803,"duration":0}},{"uid":"2ee94c28e0b5579b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2ee94c28e0b5579b","status":"passed","time":{"start":1728083779184,"stop":1728083779184,"duration":0}},{"uid":"479005a4593bbfe5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/479005a4593bbfe5","status":"passed","time":{"start":1728082842489,"stop":1728082842489,"duration":0}},{"uid":"563101c0745641e6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/563101c0745641e6","status":"passed","time":{"start":1728082174604,"stop":1728082174604,"duration":0}},{"uid":"7b13d29509bd77a5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7b13d29509bd77a5","status":"passed","time":{"start":1728068944099,"stop":1728068944099,"duration":0}},{"uid":"e988146badab48eb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e988146badab48eb","status":"passed","time":{"start":1728067819594,"stop":1728067819595,"duration":1}},{"uid":"eecb154e79d05d9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/eecb154e79d05d9","status":"passed","time":{"start":1728065666453,"stop":1728065666453,"duration":0}},{"uid":"6cdc6626be395f58","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6cdc6626be395f58","status":"passed","time":{"start":1728065956551,"stop":1728065956551,"duration":0}},{"uid":"e923dfca916d8f20","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e923dfca916d8f20","status":"passed","time":{"start":1728056846603,"stop":1728056846604,"duration":1}},{"uid":"516f94232168ffcc","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/516f94232168ffcc","status":"passed","time":{"start":1728056018681,"stop":1728056018682,"duration":1}},{"uid":"365d5f5c5d62a1b4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/365d5f5c5d62a1b4","status":"passed","time":{"start":1728056338846,"stop":1728056338847,"duration":1}},{"uid":"9dd0672575c32350","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9dd0672575c32350","status":"passed","time":{"start":1728055150280,"stop":1728055150280,"duration":0}},{"uid":"eb3edeb7e780cd50","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/eb3edeb7e780cd50","status":"passed","time":{"start":1728054128970,"stop":1728054128970,"duration":0}},{"uid":"d0919dd0dec08e9f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d0919dd0dec08e9f","status":"passed","time":{"start":1728052406579,"stop":1728052406580,"duration":1}},{"uid":"2622915e4f2501a3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2622915e4f2501a3","status":"passed","time":{"start":1728046088075,"stop":1728046088075,"duration":0}},{"uid":"2718dbb262bcf145","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2718dbb262bcf145","status":"passed","time":{"start":1728046872792,"stop":1728046872792,"duration":0}},{"uid":"947507f6a53f0361","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/947507f6a53f0361","status":"passed","time":{"start":1728042942573,"stop":1728042942573,"duration":0}},{"uid":"87c79d56e09733c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/87c79d56e09733c","status":"passed","time":{"start":1728035505605,"stop":1728035505606,"duration":1}},{"uid":"e86d0c13a1ffaacb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e86d0c13a1ffaacb","status":"passed","time":{"start":1728033422546,"stop":1728033422547,"duration":1}}]},"06cced6b01c65f43425f609a6dea089b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38f25c6ee9559c89","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/38f25c6ee9559c89","status":"passed","time":{"start":1728066643862,"stop":1728066643863,"duration":1}}]},"469ed0855477068d21330d1f53d6ba52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bdb0697babda8a3d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bdb0697babda8a3d","status":"passed","time":{"start":1728084038300,"stop":1728084038302,"duration":2}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"981fac9a029aa792","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/981fac9a029aa792","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0}},{"uid":"b599d1bfcc2aea57","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b599d1bfcc2aea57","status":"passed","time":{"start":1728085221327,"stop":1728085221328,"duration":1}},{"uid":"f29f7dfe83021614","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f29f7dfe83021614","status":"passed","time":{"start":1728084029160,"stop":1728084029162,"duration":2}},{"uid":"40561c67c9f58d7e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/40561c67c9f58d7e","status":"passed","time":{"start":1728083082988,"stop":1728083082989,"duration":1}},{"uid":"33edcce8048fd18c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/33edcce8048fd18c","status":"passed","time":{"start":1728082390950,"stop":1728082390950,"duration":0}},{"uid":"c51e8fd15bc7117","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c51e8fd15bc7117","status":"passed","time":{"start":1728069248369,"stop":1728069248369,"duration":0}},{"uid":"4477c098ec566dbf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4477c098ec566dbf","status":"passed","time":{"start":1728068031242,"stop":1728068031242,"duration":0}},{"uid":"2fae79b8a028c65b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2fae79b8a028c65b","status":"passed","time":{"start":1728066046597,"stop":1728066046597,"duration":0}},{"uid":"b13b11bb6e4e164d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b13b11bb6e4e164d","status":"passed","time":{"start":1728066341472,"stop":1728066341472,"duration":0}},{"uid":"5b137380347d7e70","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5b137380347d7e70","status":"passed","time":{"start":1728057209561,"stop":1728057209562,"duration":1}},{"uid":"561c314ce5a2050b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/561c314ce5a2050b","status":"passed","time":{"start":1728056305021,"stop":1728056305021,"duration":0}},{"uid":"19e1f0ae1e792931","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/19e1f0ae1e792931","status":"passed","time":{"start":1728056720925,"stop":1728056720926,"duration":1}},{"uid":"1721c678331b958a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1721c678331b958a","status":"passed","time":{"start":1728052606335,"stop":1728052606335,"duration":0}},{"uid":"67cf3812e4dba4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/67cf3812e4dba4","status":"passed","time":{"start":1728046448366,"stop":1728046448366,"duration":0}},{"uid":"a7de0d85c9f2b543","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a7de0d85c9f2b543","status":"passed","time":{"start":1728047258624,"stop":1728047258624,"duration":0}},{"uid":"67a88abc8b969e42","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/67a88abc8b969e42","status":"passed","time":{"start":1728043238287,"stop":1728043238287,"duration":0}},{"uid":"919015c3353ac614","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/919015c3353ac614","status":"passed","time":{"start":1728035872157,"stop":1728035872161,"duration":4}},{"uid":"11002cbb67a4781b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/11002cbb67a4781b","status":"passed","time":{"start":1728033783661,"stop":1728033783662,"duration":1}},{"uid":"1225648dfb16b913","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1225648dfb16b913","status":"passed","time":{"start":1728033410923,"stop":1728033410923,"duration":0}},{"uid":"abb26dc00e0006f7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/abb26dc00e0006f7","status":"passed","time":{"start":1728032924182,"stop":1728032924182,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1262a5bb3af61cc4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1262a5bb3af61cc4","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0}},{"uid":"142191048eadd492","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/142191048eadd492","status":"passed","time":{"start":1728085301606,"stop":1728085301608,"duration":2}},{"uid":"6d457cc6a32a4e02","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6d457cc6a32a4e02","status":"passed","time":{"start":1728084111589,"stop":1728084111589,"duration":0}},{"uid":"63c55e1b27d322ce","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/63c55e1b27d322ce","status":"passed","time":{"start":1728083175347,"stop":1728083175348,"duration":1}},{"uid":"32bee9c88adc0a8b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/32bee9c88adc0a8b","status":"passed","time":{"start":1728082484705,"stop":1728082484705,"duration":0}},{"uid":"20a82983b81204be","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/20a82983b81204be","status":"passed","time":{"start":1728069339763,"stop":1728069339763,"duration":0}},{"uid":"fe0dd5369a7893c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fe0dd5369a7893c","status":"passed","time":{"start":1728068136064,"stop":1728068136064,"duration":0}},{"uid":"2d32905eff011c92","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2d32905eff011c92","status":"passed","time":{"start":1728043327622,"stop":1728043327623,"duration":1}},{"uid":"26fda5af6a2aba99","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/26fda5af6a2aba99","status":"passed","time":{"start":1728035952458,"stop":1728035952458,"duration":0}},{"uid":"659f2678fb20f824","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/659f2678fb20f824","status":"passed","time":{"start":1728033868103,"stop":1728033868103,"duration":0}},{"uid":"4d096c60e24da633","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4d096c60e24da633","status":"passed","time":{"start":1728033486820,"stop":1728033486820,"duration":0}},{"uid":"a7ab18addd7156e2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a7ab18addd7156e2","status":"passed","time":{"start":1728033011936,"stop":1728033011936,"duration":0}},{"uid":"8ed6c7f6d1c70f68","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8ed6c7f6d1c70f68","status":"passed","time":{"start":1728032645769,"stop":1728032645769,"duration":0}},{"uid":"e3124f23e9f474f3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e3124f23e9f474f3","status":"passed","time":{"start":1728032372427,"stop":1728032372428,"duration":1}}]},"680b39c8a7232b1ba6e499d4099a432c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18327c915cb6db92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/18327c915cb6db92","status":"passed","time":{"start":1728086235212,"stop":1728086235212,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"89088d5e043aa64c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/89088d5e043aa64c","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0}},{"uid":"e324caf29d51f9e2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e324caf29d51f9e2","status":"passed","time":{"start":1728085207496,"stop":1728085207497,"duration":1}},{"uid":"a15885eeaad72bd0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a15885eeaad72bd0","status":"passed","time":{"start":1728084038285,"stop":1728084038286,"duration":1}},{"uid":"c9a28f12a2521a89","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c9a28f12a2521a89","status":"passed","time":{"start":1728083118109,"stop":1728083118109,"duration":0}},{"uid":"a278fab047d9b178","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a278fab047d9b178","status":"passed","time":{"start":1728082399710,"stop":1728082399710,"duration":0}},{"uid":"c41edcae06fc7297","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c41edcae06fc7297","status":"passed","time":{"start":1728069237584,"stop":1728069237584,"duration":0}},{"uid":"387bf26bd10a887e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/387bf26bd10a887e","status":"passed","time":{"start":1728068055941,"stop":1728068055942,"duration":1}},{"uid":"bd951d0359c1920b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bd951d0359c1920b","status":"passed","time":{"start":1728043232169,"stop":1728043232169,"duration":0}},{"uid":"72b75d7e7ad21d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/72b75d7e7ad21d","status":"passed","time":{"start":1728035844057,"stop":1728035844058,"duration":1}},{"uid":"7c32e3d74dcdf1ab","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7c32e3d74dcdf1ab","status":"passed","time":{"start":1728033765884,"stop":1728033765885,"duration":1}},{"uid":"bd49a6ecba3243be","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/bd49a6ecba3243be","status":"passed","time":{"start":1728033382953,"stop":1728033382957,"duration":4}},{"uid":"6611e59a7e680fe8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6611e59a7e680fe8","status":"passed","time":{"start":1728032914497,"stop":1728032914498,"duration":1}},{"uid":"c9d23d2e28a70b4a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c9d23d2e28a70b4a","status":"passed","time":{"start":1728032550362,"stop":1728032550363,"duration":1}},{"uid":"56cd512ee328e75e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/56cd512ee328e75e","status":"passed","time":{"start":1728032274024,"stop":1728032274024,"duration":0}}]},"f47bee697f3a7acc49dcb892f4f8fdb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9084c9b81e925721","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/9084c9b81e925721","status":"passed","time":{"start":1728032338425,"stop":1728032338426,"duration":1}}]},"c3a469908bfeaef8a1014afc3325a8eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc614e04766160a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7cc614e04766160a","status":"passed","time":{"start":1728067502940,"stop":1728067502940,"duration":0}}]},"918d4e7d62bd66c9b44a53a4093b7841:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"901e94c17872d80a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/901e94c17872d80a","status":"passed","time":{"start":1728033440731,"stop":1728033440732,"duration":1}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"b65371bcd4f9e204","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b65371bcd4f9e204","status":"passed","time":{"start":1728086270016,"stop":1728086270017,"duration":1}},{"uid":"66e154cc12d25330","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/66e154cc12d25330","status":"passed","time":{"start":1728085288807,"stop":1728085288807,"duration":0}},{"uid":"274767503aa98598","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/274767503aa98598","status":"passed","time":{"start":1728084090798,"stop":1728084090799,"duration":1}},{"uid":"473af3d5e893806a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/473af3d5e893806a","status":"passed","time":{"start":1728083159960,"stop":1728083159960,"duration":0}},{"uid":"5d333ab1f4d88e1a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5d333ab1f4d88e1a","status":"passed","time":{"start":1728082471125,"stop":1728082471127,"duration":2}},{"uid":"6331ee26d6b76c1e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6331ee26d6b76c1e","status":"passed","time":{"start":1728069320776,"stop":1728069320776,"duration":0}},{"uid":"fb433f7597109dc0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fb433f7597109dc0","status":"passed","time":{"start":1728068121044,"stop":1728068121044,"duration":0}},{"uid":"e431eaf54c2911e8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e431eaf54c2911e8","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/sorting.node.spec.ts)","time":{"start":1728066322097,"stop":1728066322098,"duration":1}},{"uid":"978c7a45b3f1c9cf","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/978c7a45b3f1c9cf","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/sorting.node.spec.ts)","time":{"start":1728066615715,"stop":1728066615715,"duration":0}},{"uid":"a79e75d343f9519c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a79e75d343f9519c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/sorting.node.spec.ts)","time":{"start":1728057505606,"stop":1728057505606,"duration":0}},{"uid":"afb044ac4514f934","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/afb044ac4514f934","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/sorting.node.spec.ts)","time":{"start":1728056590071,"stop":1728056590071,"duration":0}},{"uid":"6042af23d3e3db36","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6042af23d3e3db36","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/sorting.node.spec.ts)","time":{"start":1728057035695,"stop":1728057035695,"duration":0}},{"uid":"5a87ed654c33e626","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5a87ed654c33e626","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/sorting.node.spec.ts)","time":{"start":1728052854138,"stop":1728052854138,"duration":0}},{"uid":"2fa635d624fddeab","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2fa635d624fddeab","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/sorting.node.spec.ts)","time":{"start":1728046781248,"stop":1728046781248,"duration":0}},{"uid":"8a692153b1b00633","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8a692153b1b00633","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/sorting.node.spec.ts)","time":{"start":1728047535135,"stop":1728047535135,"duration":0}},{"uid":"997dd21e29e6d7f8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/997dd21e29e6d7f8","status":"passed","time":{"start":1728043309479,"stop":1728043309480,"duration":1}},{"uid":"7c652074c044aed2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7c652074c044aed2","status":"passed","time":{"start":1728035935856,"stop":1728035935857,"duration":1}},{"uid":"8868b03e662971a7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8868b03e662971a7","status":"passed","time":{"start":1728033849933,"stop":1728033849933,"duration":0}},{"uid":"17f6e1ad95a9e9a8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/17f6e1ad95a9e9a8","status":"passed","time":{"start":1728033470262,"stop":1728033470263,"duration":1}},{"uid":"b7fafc0f3a585ed0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b7fafc0f3a585ed0","status":"passed","time":{"start":1728032994984,"stop":1728032994985,"duration":1}}]},"c39e1cfb3ca9bf2a35f66b0010e0d073:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11e8ef0110ee7ac9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/11e8ef0110ee7ac9","status":"passed","time":{"start":1728084038302,"stop":1728084038303,"duration":1}}]},"ab784fba7653bec1bf6e2abaf217c0cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ddf05748d43e759","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3ddf05748d43e759","status":"passed","time":{"start":1728033815142,"stop":1728033815145,"duration":3}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"615e56f810d02898","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/615e56f810d02898","status":"passed","time":{"start":1728086063186,"stop":1728086063186,"duration":0}},{"uid":"ecac0548cd8c1358","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ecac0548cd8c1358","status":"passed","time":{"start":1728085079901,"stop":1728085079902,"duration":1}},{"uid":"4708cfa3f8a4e932","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4708cfa3f8a4e932","status":"passed","time":{"start":1728083929297,"stop":1728083929298,"duration":1}},{"uid":"87be65b8f6390340","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/87be65b8f6390340","status":"passed","time":{"start":1728082986563,"stop":1728082986564,"duration":1}},{"uid":"a057cfa0e8226a9c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a057cfa0e8226a9c","status":"passed","time":{"start":1728082304423,"stop":1728082304423,"duration":0}},{"uid":"6b92014fe787c1d6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b92014fe787c1d6","status":"passed","time":{"start":1728069112306,"stop":1728069112307,"duration":1}},{"uid":"f13e210c3b54c23a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f13e210c3b54c23a","status":"passed","time":{"start":1728067941520,"stop":1728067941520,"duration":0}},{"uid":"5263b768e7112aa0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5263b768e7112aa0","status":"passed","time":{"start":1728043108496,"stop":1728043108496,"duration":0}},{"uid":"1d3f9caf8e215cc7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1d3f9caf8e215cc7","status":"passed","time":{"start":1728035666343,"stop":1728035666344,"duration":1}},{"uid":"59d209ad2c71d8bb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/59d209ad2c71d8bb","status":"passed","time":{"start":1728033588069,"stop":1728033588070,"duration":1}},{"uid":"eb3bc57bda92a96","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/eb3bc57bda92a96","status":"passed","time":{"start":1728033211358,"stop":1728033211358,"duration":0}},{"uid":"3bcb36089b0347ee","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3bcb36089b0347ee","status":"passed","time":{"start":1728032787679,"stop":1728032787679,"duration":0}},{"uid":"5a19e2453da304e6","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5a19e2453da304e6","status":"passed","time":{"start":1728032415381,"stop":1728032415381,"duration":0}},{"uid":"ba4e79d9448b4745","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ba4e79d9448b4745","status":"passed","time":{"start":1728032137555,"stop":1728032137557,"duration":2}}]},"6838e7d9f26b4165fea71f13e07f022b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcd9a2645a82990d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/dcd9a2645a82990d","status":"passed","time":{"start":1728056619531,"stop":1728056619532,"duration":1}}]},"487f5681fb01c608ae884fbeaebdd1c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2da153bdfbcba72","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d2da153bdfbcba72","status":"passed","time":{"start":1728056359096,"stop":1728056359096,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4f9062541a9a2256","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4f9062541a9a2256","status":"passed","time":{"start":1728086063192,"stop":1728086063193,"duration":1}},{"uid":"ea5a4d1b21a890f0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ea5a4d1b21a890f0","status":"passed","time":{"start":1728085079907,"stop":1728085079907,"duration":0}},{"uid":"3894551d7df0f09f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3894551d7df0f09f","status":"passed","time":{"start":1728083929301,"stop":1728083929301,"duration":0}},{"uid":"96e5288eea6a4d35","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/96e5288eea6a4d35","status":"passed","time":{"start":1728082986571,"stop":1728082986572,"duration":1}},{"uid":"4864e880764f50c6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4864e880764f50c6","status":"passed","time":{"start":1728082304429,"stop":1728082304430,"duration":1}},{"uid":"2e188899c77b9b1a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2e188899c77b9b1a","status":"passed","time":{"start":1728069112310,"stop":1728069112310,"duration":0}},{"uid":"674792b8a36e4019","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/674792b8a36e4019","status":"passed","time":{"start":1728067941524,"stop":1728067941524,"duration":0}},{"uid":"746c7a10d93c4ee3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/746c7a10d93c4ee3","status":"passed","time":{"start":1728043108502,"stop":1728043108502,"duration":0}},{"uid":"3224b3d811239fb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3224b3d811239fb","status":"passed","time":{"start":1728035666348,"stop":1728035666348,"duration":0}},{"uid":"c090c9f0a3c90ed9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c090c9f0a3c90ed9","status":"passed","time":{"start":1728033588074,"stop":1728033588075,"duration":1}},{"uid":"15108f7c0cee240b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/15108f7c0cee240b","status":"passed","time":{"start":1728033211363,"stop":1728033211364,"duration":1}},{"uid":"d8687802a2c48ce7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d8687802a2c48ce7","status":"passed","time":{"start":1728032787684,"stop":1728032787685,"duration":1}},{"uid":"380829535f509918","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/380829535f509918","status":"passed","time":{"start":1728032415384,"stop":1728032415384,"duration":0}},{"uid":"7b9ceb4e4703142f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7b9ceb4e4703142f","status":"passed","time":{"start":1728032137563,"stop":1728032137563,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":13,"unknown":0,"total":21},"items":[{"uid":"6051a59a368a18","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6051a59a368a18","status":"passed","time":{"start":1728086033877,"stop":1728086033880,"duration":3}},{"uid":"ba6a12aa4f79a4ec","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ba6a12aa4f79a4ec","status":"passed","time":{"start":1728085047240,"stop":1728085047241,"duration":1}},{"uid":"8936f67011d67811","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8936f67011d67811","status":"passed","time":{"start":1728083902762,"stop":1728083902762,"duration":0}},{"uid":"75d35c061fd9dc5e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/75d35c061fd9dc5e","status":"passed","time":{"start":1728082961491,"stop":1728082961492,"duration":1}},{"uid":"c98f3f7158bf08c0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c98f3f7158bf08c0","status":"passed","time":{"start":1728082284020,"stop":1728082284021,"duration":1}},{"uid":"4bc8838db3cd977c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4bc8838db3cd977c","status":"passed","time":{"start":1728069082625,"stop":1728069082625,"duration":0}},{"uid":"a7f870f496f53d2c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a7f870f496f53d2c","status":"passed","time":{"start":1728067941379,"stop":1728067941380,"duration":1}},{"uid":"bb5acda50df9881","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bb5acda50df9881","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066171560,"stop":1728066171561,"duration":1}},{"uid":"cf15c69251b8d504","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cf15c69251b8d504","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066512875,"stop":1728066512876,"duration":1}},{"uid":"befcf83d861d0477","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/befcf83d861d0477","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728057355624,"stop":1728057355624,"duration":0}},{"uid":"48b26bf55a8a3be1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/48b26bf55a8a3be1","status":"passed","time":{"start":1728056563495,"stop":1728056563495,"duration":0}},{"uid":"8ac9044e63565e07","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8ac9044e63565e07","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056935462,"stop":1728056935462,"duration":0}},{"uid":"446d8eba49272584","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/446d8eba49272584","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728055614333,"stop":1728055614333,"duration":0}},{"uid":"d0f0d8e2d8e49816","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d0f0d8e2d8e49816","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728054752358,"stop":1728054752358,"duration":0}},{"uid":"a35babd03073fbb4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a35babd03073fbb4","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728052861012,"stop":1728052861012,"duration":0}},{"uid":"3f08f12fba7628a1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3f08f12fba7628a1","status":"passed","time":{"start":1728046783411,"stop":1728046783412,"duration":1}},{"uid":"aa401c7ac256b560","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/aa401c7ac256b560","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728047429487,"stop":1728047429487,"duration":0}},{"uid":"6138766a7728c7f5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6138766a7728c7f5","status":"passed","time":{"start":1728043084129,"stop":1728043084130,"duration":1}},{"uid":"38a325e24e954af","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/38a325e24e954af","status":"passed","time":{"start":1728032746176,"stop":1728032746176,"duration":0}},{"uid":"682e400b80ddf419","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/682e400b80ddf419","status":"passed","time":{"start":1728032390179,"stop":1728032390179,"duration":0}}]},"6464fd14dc51f8b6f8f319d4dcb57443:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25ca412c55e38551","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/25ca412c55e38551","status":"passed","time":{"start":1728056619528,"stop":1728056619528,"duration":0}}]},"58c52d979549be9801c57d4555e34368:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbd56c4ac0aaea7e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/dbd56c4ac0aaea7e","status":"passed","time":{"start":1728083065685,"stop":1728083065686,"duration":1}}]},"71b992625eaa9727e191dae4cc71c2a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad5afc7188b98957","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ad5afc7188b98957","status":"passed","time":{"start":1728048050526,"stop":1728048050526,"duration":0}}]},"c2b08bb929898418a795c59d36e5ee0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50616c2ba2ecec10","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/50616c2ba2ecec10","status":"passed","time":{"start":1728082422911,"stop":1728082422912,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d7e6874fa643074b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d7e6874fa643074b","status":"passed","time":{"start":1728086171705,"stop":1728086171706,"duration":1}},{"uid":"fbec169d3bb72085","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fbec169d3bb72085","status":"passed","time":{"start":1728085184691,"stop":1728085184693,"duration":2}},{"uid":"b1ca9f856afbc161","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b1ca9f856afbc161","status":"passed","time":{"start":1728084018359,"stop":1728084018359,"duration":0}},{"uid":"1a07a44246a1382b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1a07a44246a1382b","status":"passed","time":{"start":1728083065677,"stop":1728083065677,"duration":0}},{"uid":"5284458ea1c41894","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5284458ea1c41894","status":"passed","time":{"start":1728069218838,"stop":1728069218838,"duration":0}},{"uid":"1c32f77324bd7caf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1c32f77324bd7caf","status":"passed","time":{"start":1728046261833,"stop":1728046261833,"duration":0}},{"uid":"d1afaf7137e6ed09","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d1afaf7137e6ed09","status":"passed","time":{"start":1728043204108,"stop":1728043204114,"duration":6}},{"uid":"4bc9b57a44381775","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4bc9b57a44381775","status":"passed","time":{"start":1728035785877,"stop":1728035785877,"duration":0}},{"uid":"686a859cfd6548cb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/686a859cfd6548cb","status":"passed","time":{"start":1728033696354,"stop":1728033696354,"duration":0}},{"uid":"5f0e19ff7e7c2641","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5f0e19ff7e7c2641","status":"passed","time":{"start":1728033319496,"stop":1728033319496,"duration":0}},{"uid":"eb098da7afdce910","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/eb098da7afdce910","status":"passed","time":{"start":1728032886558,"stop":1728032886558,"duration":0}},{"uid":"b3eb4088e6fb6121","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b3eb4088e6fb6121","status":"passed","time":{"start":1728032520648,"stop":1728032520648,"duration":0}},{"uid":"e8c5301a1c17d853","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e8c5301a1c17d853","status":"passed","time":{"start":1728032252777,"stop":1728032252778,"duration":1}}]},"3778fad219299cf41a6f1097de31b156:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5daaa9cb51ceedd8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5daaa9cb51ceedd8","status":"passed","time":{"start":1728084018349,"stop":1728084018349,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f686b97c8df5fc6b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f686b97c8df5fc6b","status":"passed","time":{"start":1728086033929,"stop":1728086033929,"duration":0}},{"uid":"2884c08c222c07e6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2884c08c222c07e6","status":"passed","time":{"start":1728085047264,"stop":1728085047265,"duration":1}},{"uid":"e3c61b28353c56bf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e3c61b28353c56bf","status":"passed","time":{"start":1728083902784,"stop":1728083902784,"duration":0}},{"uid":"d9316741beece667","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d9316741beece667","status":"passed","time":{"start":1728082961530,"stop":1728082961530,"duration":0}},{"uid":"939b9b5a85104e54","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/939b9b5a85104e54","status":"passed","time":{"start":1728082284037,"stop":1728082284038,"duration":1}},{"uid":"8209185d4c9e695c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8209185d4c9e695c","status":"passed","time":{"start":1728069082691,"stop":1728069082691,"duration":0}},{"uid":"93fc813fbea151b7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/93fc813fbea151b7","status":"passed","time":{"start":1728067941401,"stop":1728067941401,"duration":0}},{"uid":"9008f8643e981e0c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9008f8643e981e0c","status":"passed","time":{"start":1728066171578,"stop":1728066171578,"duration":0}},{"uid":"6a76d061da9ddea2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6a76d061da9ddea2","status":"passed","time":{"start":1728066512897,"stop":1728066512897,"duration":0}},{"uid":"17b493bfea2842ac","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/17b493bfea2842ac","status":"passed","time":{"start":1728057355647,"stop":1728057355647,"duration":0}},{"uid":"24b97d3661223d5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/24b97d3661223d5","status":"passed","time":{"start":1728056563515,"stop":1728056563515,"duration":0}},{"uid":"e582dae313665b62","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e582dae313665b62","status":"passed","time":{"start":1728056935480,"stop":1728056935481,"duration":1}},{"uid":"ac993038c3276b2b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ac993038c3276b2b","status":"passed","time":{"start":1728055614347,"stop":1728055614347,"duration":0}},{"uid":"f77ddda7830c8c5a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f77ddda7830c8c5a","status":"passed","time":{"start":1728054752370,"stop":1728054752371,"duration":1}},{"uid":"d5eb3e266e6c5c2b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d5eb3e266e6c5c2b","status":"passed","time":{"start":1728052861027,"stop":1728052861027,"duration":0}},{"uid":"c92d8fa64d54aad7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c92d8fa64d54aad7","status":"passed","time":{"start":1728046783432,"stop":1728046783432,"duration":0}},{"uid":"e6f0468d4d1a5e85","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e6f0468d4d1a5e85","status":"passed","time":{"start":1728047429504,"stop":1728047429504,"duration":0}},{"uid":"25c05d911ca7eb25","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/25c05d911ca7eb25","status":"passed","time":{"start":1728043084164,"stop":1728043084164,"duration":0}},{"uid":"eca7f22543477893","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/eca7f22543477893","status":"passed","time":{"start":1728035601408,"stop":1728035601408,"duration":0}},{"uid":"9bb05910349d6bd1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9bb05910349d6bd1","status":"passed","time":{"start":1728033520582,"stop":1728033520583,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"cf6e73554d4f45d3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf6e73554d4f45d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086232775,"stop":1728086232775,"duration":0}},{"uid":"21452096a2ccf88b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/21452096a2ccf88b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085246952,"stop":1728085246953,"duration":1}},{"uid":"4e0b564d77345997","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4e0b564d77345997","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084058082,"stop":1728084058082,"duration":0}},{"uid":"a84565a533315624","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a84565a533315624","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083127623,"stop":1728083127623,"duration":0}},{"uid":"56395ad68e8966b1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/56395ad68e8966b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082440478,"stop":1728082440478,"duration":0}},{"uid":"7eb8b743e4af882e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7eb8b743e4af882e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069276446,"stop":1728069276447,"duration":1}},{"uid":"d2bcac18aabf8a5c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d2bcac18aabf8a5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068089829,"stop":1728068089829,"duration":0}},{"uid":"8bc88677cb18f469","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8bc88677cb18f469","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066031466,"stop":1728066031466,"duration":0}},{"uid":"72906689faf0a353","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/72906689faf0a353","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066319063,"stop":1728066319063,"duration":0}},{"uid":"dde7c7728f51d238","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dde7c7728f51d238","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057209091,"stop":1728057209091,"duration":0}},{"uid":"2f29a7ef3c402469","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2f29a7ef3c402469","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056341586,"stop":1728056341586,"duration":0}},{"uid":"431b427c9a96bf7f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/431b427c9a96bf7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056702827,"stop":1728056702827,"duration":0}},{"uid":"161565120cdf7890","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/161565120cdf7890","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055468503,"stop":1728055468504,"duration":1}},{"uid":"31c8f49566e4d43c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/31c8f49566e4d43c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054438783,"stop":1728054438784,"duration":1}},{"uid":"ca3296563d1052a5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ca3296563d1052a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052604640,"stop":1728052604641,"duration":1}},{"uid":"8c4d4df7480323c8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8c4d4df7480323c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046480409,"stop":1728046480409,"duration":0}},{"uid":"d53e858c21beaabe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d53e858c21beaabe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047236483,"stop":1728047236483,"duration":0}},{"uid":"85d6332adc918026","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/85d6332adc918026","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043270089,"stop":1728043270089,"duration":0}},{"uid":"e0cf725741a8180d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e0cf725741a8180d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035869313,"stop":1728035869313,"duration":0}},{"uid":"54d855c9deaa48e0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/54d855c9deaa48e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033791063,"stop":1728033791063,"duration":0}}]},"b8c05489b299675bdd1ae1279f870698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e67eb5f935b0a36","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8e67eb5f935b0a36","status":"passed","time":{"start":1728085277872,"stop":1728085277872,"duration":0}}]},"fd5801f55c3ae34731618117a82c37f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba39d93148596c5a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ba39d93148596c5a","status":"passed","time":{"start":1728066046607,"stop":1728066046607,"duration":0}}]},"39a4fcd499d48b93d92f4de84099c399:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d3f5e5a0024adf3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9d3f5e5a0024adf3","status":"passed","time":{"start":1728033444789,"stop":1728033444789,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"deae9099de3befce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/deae9099de3befce","status":"passed","time":{"start":1728086260310,"stop":1728086260311,"duration":1}},{"uid":"83a336583db113f4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/83a336583db113f4","status":"passed","time":{"start":1728085269080,"stop":1728085269082,"duration":2}},{"uid":"f8c95d9c0a6ac609","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f8c95d9c0a6ac609","status":"passed","time":{"start":1728069312632,"stop":1728069312632,"duration":0}},{"uid":"9750bfa7f0d397ad","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9750bfa7f0d397ad","status":"passed","time":{"start":1728046423438,"stop":1728046423439,"duration":1}},{"uid":"8fda1dbd31b274d9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8fda1dbd31b274d9","status":"passed","time":{"start":1728043297178,"stop":1728043297178,"duration":0}},{"uid":"7ade46515db0fb1d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7ade46515db0fb1d","status":"passed","time":{"start":1728035880156,"stop":1728035880156,"duration":0}},{"uid":"bb9cd79a12a33d8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bb9cd79a12a33d8","status":"passed","time":{"start":1728033788811,"stop":1728033788812,"duration":1}},{"uid":"aa88fbce01435dcc","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/aa88fbce01435dcc","status":"passed","time":{"start":1728033423638,"stop":1728033423639,"duration":1}},{"uid":"fb8c111dd3bab5d4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/fb8c111dd3bab5d4","status":"passed","time":{"start":1728032985133,"stop":1728032985134,"duration":1}},{"uid":"7ef0f4f4c6373e1","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7ef0f4f4c6373e1","status":"passed","time":{"start":1728032614941,"stop":1728032614941,"duration":0}},{"uid":"648cc51a6c0e269c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/648cc51a6c0e269c","status":"passed","time":{"start":1728032348374,"stop":1728032348374,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"be828181715bcaa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/be828181715bcaa","status":"passed","time":{"start":1728085866678,"stop":1728085866679,"duration":1}},{"uid":"25f3e1c66be61cc8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/25f3e1c66be61cc8","status":"passed","time":{"start":1728084879034,"stop":1728084879035,"duration":1}},{"uid":"71aeb42ad8cbd372","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/71aeb42ad8cbd372","status":"passed","time":{"start":1728083746822,"stop":1728083746823,"duration":1}},{"uid":"ffe7b86994ef71a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ffe7b86994ef71a","status":"passed","time":{"start":1728082809884,"stop":1728082809885,"duration":1}},{"uid":"84bb2117f0a254f4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/84bb2117f0a254f4","status":"passed","time":{"start":1728082141920,"stop":1728082141921,"duration":1}},{"uid":"aa1ed3e6a1a4a1c7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aa1ed3e6a1a4a1c7","status":"passed","time":{"start":1728068910693,"stop":1728068910694,"duration":1}},{"uid":"22ebe97d8efb3c19","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/22ebe97d8efb3c19","status":"passed","time":{"start":1728067787166,"stop":1728067787167,"duration":1}},{"uid":"8196e5a449808821","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8196e5a449808821","status":"passed","time":{"start":1728065633936,"stop":1728065633937,"duration":1}},{"uid":"1a242cf191dd1dc7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1a242cf191dd1dc7","status":"passed","time":{"start":1728065923366,"stop":1728065923367,"duration":1}},{"uid":"128757e6de20f02f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/128757e6de20f02f","status":"passed","time":{"start":1728056814108,"stop":1728056814109,"duration":1}},{"uid":"bef928c5a5192b66","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bef928c5a5192b66","status":"passed","time":{"start":1728055985590,"stop":1728055985591,"duration":1}},{"uid":"eb6132adf84a1b50","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/eb6132adf84a1b50","status":"passed","time":{"start":1728056306162,"stop":1728056306163,"duration":1}},{"uid":"b6e1d857714aa369","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b6e1d857714aa369","status":"passed","time":{"start":1728055117290,"stop":1728055117291,"duration":1}},{"uid":"fd2d80f4eec1862a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/fd2d80f4eec1862a","status":"passed","time":{"start":1728054096134,"stop":1728054096135,"duration":1}},{"uid":"a328222a7767f00d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a328222a7767f00d","status":"passed","time":{"start":1728052373751,"stop":1728052373753,"duration":2}},{"uid":"792bf5fa420593d6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/792bf5fa420593d6","status":"passed","time":{"start":1728046054336,"stop":1728046054337,"duration":1}},{"uid":"167d7c33a02675bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/167d7c33a02675bd","status":"passed","time":{"start":1728046840403,"stop":1728046840404,"duration":1}},{"uid":"18fdf4114b81515b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/18fdf4114b81515b","status":"passed","time":{"start":1728042910010,"stop":1728042910011,"duration":1}},{"uid":"86b25cc80038ea8c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/86b25cc80038ea8c","status":"passed","time":{"start":1728035472426,"stop":1728035472427,"duration":1}},{"uid":"62305dd3dffcac26","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/62305dd3dffcac26","status":"passed","time":{"start":1728033388941,"stop":1728033388942,"duration":1}}]},"4fbb5e25c62b65ecb21f2a2f23c65821:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69de606eec79524b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/69de606eec79524b","status":"passed","time":{"start":1728069309221,"stop":1728069309221,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"993b334a2b2afbf3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/993b334a2b2afbf3","status":"passed","time":{"start":1728085866679,"stop":1728085866679,"duration":0}},{"uid":"167c0cc28eb4018","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/167c0cc28eb4018","status":"passed","time":{"start":1728084879035,"stop":1728084879035,"duration":0}},{"uid":"e773330716fc8a59","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e773330716fc8a59","status":"passed","time":{"start":1728083746823,"stop":1728083746823,"duration":0}},{"uid":"56e545246f5c0f6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/56e545246f5c0f6","status":"passed","time":{"start":1728082809886,"stop":1728082809886,"duration":0}},{"uid":"640cac6aea2e085d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/640cac6aea2e085d","status":"passed","time":{"start":1728082141921,"stop":1728082141922,"duration":1}},{"uid":"d4fd723960de3beb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d4fd723960de3beb","status":"passed","time":{"start":1728068910695,"stop":1728068910695,"duration":0}},{"uid":"113366071c9447","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/113366071c9447","status":"passed","time":{"start":1728067787167,"stop":1728067787168,"duration":1}},{"uid":"82cc5dd04fe31c18","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82cc5dd04fe31c18","status":"passed","time":{"start":1728065633938,"stop":1728065633938,"duration":0}},{"uid":"59893303d4395879","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/59893303d4395879","status":"passed","time":{"start":1728065923367,"stop":1728065923368,"duration":1}},{"uid":"7cd3e7150479894f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7cd3e7150479894f","status":"passed","time":{"start":1728056814109,"stop":1728056814109,"duration":0}},{"uid":"7d3037090e02c95a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7d3037090e02c95a","status":"passed","time":{"start":1728055985592,"stop":1728055985592,"duration":0}},{"uid":"4455fc4603e351e0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4455fc4603e351e0","status":"passed","time":{"start":1728056306164,"stop":1728056306164,"duration":0}},{"uid":"b1e8f061584d47f4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b1e8f061584d47f4","status":"passed","time":{"start":1728055117291,"stop":1728055117292,"duration":1}},{"uid":"52e7373e10208ed8","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/52e7373e10208ed8","status":"passed","time":{"start":1728054096135,"stop":1728054096135,"duration":0}},{"uid":"184e53f7896594a6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/184e53f7896594a6","status":"passed","time":{"start":1728052373753,"stop":1728052373753,"duration":0}},{"uid":"8d8f9e23e041f29c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8d8f9e23e041f29c","status":"passed","time":{"start":1728046054337,"stop":1728046054337,"duration":0}},{"uid":"5d9c71b68222a553","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5d9c71b68222a553","status":"passed","time":{"start":1728046840404,"stop":1728046840404,"duration":0}},{"uid":"af0689853475f713","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/af0689853475f713","status":"passed","time":{"start":1728042910012,"stop":1728042910012,"duration":0}},{"uid":"2b4838a0d7a2afbe","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2b4838a0d7a2afbe","status":"passed","time":{"start":1728035472428,"stop":1728035472428,"duration":0}},{"uid":"46e4fc8837be178c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/46e4fc8837be178c","status":"passed","time":{"start":1728033388942,"stop":1728033388942,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"86c7864ebdb0f3e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86c7864ebdb0f3e8","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0}},{"uid":"57c30d078a95c48c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/57c30d078a95c48c","status":"passed","time":{"start":1728085073699,"stop":1728085073699,"duration":0}},{"uid":"b8d797a8f8ea59b6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b8d797a8f8ea59b6","status":"passed","time":{"start":1728083925362,"stop":1728083925363,"duration":1}},{"uid":"98389eb2c6493de2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/98389eb2c6493de2","status":"passed","time":{"start":1728069104865,"stop":1728069104865,"duration":0}},{"uid":"4a6b9d8f3ee6bd72","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4a6b9d8f3ee6bd72","status":"passed","time":{"start":1728046256197,"stop":1728046256197,"duration":0}},{"uid":"9833fea531ebaad","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9833fea531ebaad","status":"passed","time":{"start":1728043096708,"stop":1728043096708,"duration":0}},{"uid":"c9f861f4713e0601","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c9f861f4713e0601","status":"passed","time":{"start":1728035661740,"stop":1728035661740,"duration":0}},{"uid":"d5422460a15aee3c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d5422460a15aee3c","status":"passed","time":{"start":1728033580614,"stop":1728033580614,"duration":0}},{"uid":"6ce28228f5c1abc2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6ce28228f5c1abc2","status":"passed","time":{"start":1728033205587,"stop":1728033205587,"duration":0}},{"uid":"84bda83010609a68","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/84bda83010609a68","status":"passed","time":{"start":1728032779639,"stop":1728032779640,"duration":1}},{"uid":"b9cd4cb1bc54d249","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b9cd4cb1bc54d249","status":"passed","time":{"start":1728032408504,"stop":1728032408504,"duration":0}},{"uid":"f19cf615dac95d2b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f19cf615dac95d2b","status":"passed","time":{"start":1728032131457,"stop":1728032131457,"duration":0}}]},"e9c1fd7a52407e8338415a3e659243ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"da452ea7952fd17a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/da452ea7952fd17a","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728057700441,"stop":1728057700442,"duration":1}}]},"60ade19ffc35a6db5c650da2dbf7151b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8544ba93b4184d58","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8544ba93b4184d58","status":"passed","time":{"start":1728055090243,"stop":1728055090243,"duration":0}}]},"1a917842c1bf40ef48141f757bc6d8f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f692127968080949","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f692127968080949","status":"passed","time":{"start":1728035855938,"stop":1728035855938,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"90a6f8a109ee5b22","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90a6f8a109ee5b22","status":"passed","time":{"start":1728086287865,"stop":1728086287866,"duration":1}},{"uid":"fcbdd458af8c935","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fcbdd458af8c935","status":"passed","time":{"start":1728085304817,"stop":1728085304817,"duration":0}},{"uid":"1c3fda53e0ca2b64","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1c3fda53e0ca2b64","status":"passed","time":{"start":1728084107907,"stop":1728084107908,"duration":1}},{"uid":"e86c43601b756523","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e86c43601b756523","status":"passed","time":{"start":1728083169160,"stop":1728083169160,"duration":0}},{"uid":"82de97d0f3e38987","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/82de97d0f3e38987","status":"passed","time":{"start":1728082480695,"stop":1728082480695,"duration":0}},{"uid":"604334ae24233bf0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/604334ae24233bf0","status":"passed","time":{"start":1728069336709,"stop":1728069336709,"duration":0}},{"uid":"1c3ec6af1dfc46a3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1c3ec6af1dfc46a3","status":"passed","time":{"start":1728068123510,"stop":1728068123510,"duration":0}},{"uid":"cc14fd53718a2687","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc14fd53718a2687","status":"passed","time":{"start":1728043322913,"stop":1728043322913,"duration":0}},{"uid":"71359557cf15a470","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/71359557cf15a470","status":"passed","time":{"start":1728035940703,"stop":1728035940703,"duration":0}},{"uid":"48d6944e113ff4b1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/48d6944e113ff4b1","status":"passed","time":{"start":1728033857148,"stop":1728033857149,"duration":1}},{"uid":"f16c7659b0c41211","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f16c7659b0c41211","status":"passed","time":{"start":1728033480585,"stop":1728033480586,"duration":1}},{"uid":"adafb7ea38ece550","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/adafb7ea38ece550","status":"passed","time":{"start":1728033003205,"stop":1728033003205,"duration":0}},{"uid":"2d2374f8f045f4e7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2d2374f8f045f4e7","status":"passed","time":{"start":1728032641493,"stop":1728032641493,"duration":0}},{"uid":"4386075b0a45a765","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4386075b0a45a765","status":"passed","time":{"start":1728032362099,"stop":1728032362099,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7d01bf3b2e18b63c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d01bf3b2e18b63c","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0}},{"uid":"903dcecae1c49875","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/903dcecae1c49875","status":"passed","time":{"start":1728085047257,"stop":1728085047260,"duration":3}},{"uid":"bc647970ab98fe25","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bc647970ab98fe25","status":"passed","time":{"start":1728083902781,"stop":1728083902781,"duration":0}},{"uid":"ac9d5930da3bdd40","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ac9d5930da3bdd40","status":"passed","time":{"start":1728082961526,"stop":1728082961527,"duration":1}},{"uid":"5a73dfb9127a3ae3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5a73dfb9127a3ae3","status":"passed","time":{"start":1728082284035,"stop":1728082284035,"duration":0}},{"uid":"13ea408b691bd0c4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/13ea408b691bd0c4","status":"passed","time":{"start":1728069082682,"stop":1728069082682,"duration":0}},{"uid":"538e92f493fd35b6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/538e92f493fd35b6","status":"passed","time":{"start":1728067941398,"stop":1728067941398,"duration":0}},{"uid":"d3155d084cd0a9bb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d3155d084cd0a9bb","status":"passed","time":{"start":1728066171576,"stop":1728066171576,"duration":0}},{"uid":"ace42090f6f26e04","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ace42090f6f26e04","status":"passed","time":{"start":1728066512894,"stop":1728066512894,"duration":0}},{"uid":"c21fde60d6e06797","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c21fde60d6e06797","status":"passed","time":{"start":1728057355640,"stop":1728057355641,"duration":1}},{"uid":"1fc25e48f24f37bf","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1fc25e48f24f37bf","status":"passed","time":{"start":1728056563513,"stop":1728056563513,"duration":0}},{"uid":"87b05a83934f99ae","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/87b05a83934f99ae","status":"passed","time":{"start":1728056935477,"stop":1728056935478,"duration":1}},{"uid":"d31b78720da707e7","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d31b78720da707e7","status":"passed","time":{"start":1728055614345,"stop":1728055614345,"duration":0}},{"uid":"b8a7c970cf0279ad","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b8a7c970cf0279ad","status":"passed","time":{"start":1728054752368,"stop":1728054752368,"duration":0}},{"uid":"dcfba54b8234b1d5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/dcfba54b8234b1d5","status":"passed","time":{"start":1728052861024,"stop":1728052861025,"duration":1}},{"uid":"bcf1d1d05dd005c4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bcf1d1d05dd005c4","status":"passed","time":{"start":1728046783429,"stop":1728046783429,"duration":0}},{"uid":"5d2e6d30ad79691a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5d2e6d30ad79691a","status":"passed","time":{"start":1728047429501,"stop":1728047429501,"duration":0}},{"uid":"aa3f765dd6643a27","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aa3f765dd6643a27","status":"passed","time":{"start":1728043084156,"stop":1728043084156,"duration":0}},{"uid":"a917a67980ca38d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a917a67980ca38d","status":"passed","time":{"start":1728035601401,"stop":1728035601402,"duration":1}},{"uid":"45886d24d9f71ce","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/45886d24d9f71ce","status":"passed","time":{"start":1728033520570,"stop":1728033520570,"duration":0}}]},"fd60683cff0ba9459e541ce5ad9d6472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5997a396779003f4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5997a396779003f4","status":"passed","time":{"start":1728033769218,"stop":1728033769218,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6f9836812fd92584","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6f9836812fd92584","status":"passed","time":{"start":1728086151435,"stop":1728086151435,"duration":0}},{"uid":"22cf0b1a00618fd5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/22cf0b1a00618fd5","status":"passed","time":{"start":1728085167468,"stop":1728085167468,"duration":0}},{"uid":"12d5e0095bc5738a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/12d5e0095bc5738a","status":"passed","time":{"start":1728083978596,"stop":1728083978596,"duration":0}},{"uid":"f34e8f0d747a82b9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f34e8f0d747a82b9","status":"passed","time":{"start":1728083048806,"stop":1728083048806,"duration":0}},{"uid":"28ed67daa8d7b854","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/28ed67daa8d7b854","status":"passed","time":{"start":1728082358218,"stop":1728082358219,"duration":1}},{"uid":"b317a561c446847c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b317a561c446847c","status":"passed","time":{"start":1728069198397,"stop":1728069198397,"duration":0}},{"uid":"ac79b96617efd727","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ac79b96617efd727","status":"passed","time":{"start":1728068011460,"stop":1728068011460,"duration":0}},{"uid":"91d16250ff0d9e60","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/91d16250ff0d9e60","status":"passed","time":{"start":1728065954285,"stop":1728065954285,"duration":0}},{"uid":"46af55a80b1dc669","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/46af55a80b1dc669","status":"passed","time":{"start":1728066240123,"stop":1728066240123,"duration":0}},{"uid":"1ad30641d595cca9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1ad30641d595cca9","status":"passed","time":{"start":1728057130901,"stop":1728057130902,"duration":1}},{"uid":"eb6a7f09d181bd39","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/eb6a7f09d181bd39","status":"passed","time":{"start":1728056264363,"stop":1728056264364,"duration":1}},{"uid":"c2467e4641c53ea3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c2467e4641c53ea3","status":"passed","time":{"start":1728056625018,"stop":1728056625018,"duration":0}},{"uid":"6e648b6e5625ef5a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6e648b6e5625ef5a","status":"passed","time":{"start":1728055390738,"stop":1728055390739,"duration":1}},{"uid":"acd7cef1c6b61434","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/acd7cef1c6b61434","status":"passed","time":{"start":1728054362202,"stop":1728054362202,"duration":0}},{"uid":"2ddb44176e982367","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2ddb44176e982367","status":"passed","time":{"start":1728052528616,"stop":1728052528616,"duration":0}},{"uid":"52eaab09854ff3cd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/52eaab09854ff3cd","status":"passed","time":{"start":1728046402634,"stop":1728046402635,"duration":1}},{"uid":"bd5590e6c2324b8f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd5590e6c2324b8f","status":"passed","time":{"start":1728047158123,"stop":1728047158125,"duration":2}},{"uid":"d531477a7184bb1f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d531477a7184bb1f","status":"passed","time":{"start":1728043189904,"stop":1728043189904,"duration":0}},{"uid":"83eb32b09026fe5e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/83eb32b09026fe5e","status":"passed","time":{"start":1728035789183,"stop":1728035789184,"duration":1}},{"uid":"e0eb599cb448cbae","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e0eb599cb448cbae","status":"passed","time":{"start":1728033710151,"stop":1728033710152,"duration":1}}]},"16985dc9ab75fcd3d44b085e2532495e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f49d46b690c701e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9f49d46b690c701e","status":"passed","time":{"start":1728068055157,"stop":1728068055157,"duration":0}}]},"9d72f6fa7bd426b2479eb3beebc9ce5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6ab0d8508a1bea","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b6ab0d8508a1bea","status":"passed","time":{"start":1728083903373,"stop":1728083903374,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"16196731704e2e23","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/16196731704e2e23","status":"passed","time":{"start":1728086142732,"stop":1728086142732,"duration":0}},{"uid":"2af09bb79350468c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2af09bb79350468c","status":"passed","time":{"start":1728085163494,"stop":1728085163496,"duration":2}},{"uid":"40fcf439e93a22fe","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/40fcf439e93a22fe","status":"passed","time":{"start":1728083974237,"stop":1728083974238,"duration":1}},{"uid":"ac0b78655fc3b68e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ac0b78655fc3b68e","status":"passed","time":{"start":1728083048466,"stop":1728083048467,"duration":1}},{"uid":"437f89dd22e4079d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/437f89dd22e4079d","status":"passed","time":{"start":1728082372852,"stop":1728082372852,"duration":0}},{"uid":"b1c3dcb03109f7e6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b1c3dcb03109f7e6","status":"passed","time":{"start":1728069196070,"stop":1728069196070,"duration":0}},{"uid":"a454961aacbbffd0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a454961aacbbffd0","status":"passed","time":{"start":1728068012347,"stop":1728068012349,"duration":2}},{"uid":"790996413bdc98e1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/790996413bdc98e1","status":"passed","time":{"start":1728065954063,"stop":1728065954063,"duration":0}},{"uid":"6a0726a407c69d6a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6a0726a407c69d6a","status":"passed","time":{"start":1728066239805,"stop":1728066239805,"duration":0}},{"uid":"5b530d34becc8f58","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5b530d34becc8f58","status":"passed","time":{"start":1728057130602,"stop":1728057130604,"duration":2}},{"uid":"76e24c77fda5caed","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/76e24c77fda5caed","status":"passed","time":{"start":1728056256546,"stop":1728056256546,"duration":0}},{"uid":"e20a3f5e89ea59aa","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e20a3f5e89ea59aa","status":"passed","time":{"start":1728056624792,"stop":1728056624793,"duration":1}},{"uid":"923fa7e59351264f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/923fa7e59351264f","status":"passed","time":{"start":1728055380447,"stop":1728055380448,"duration":1}},{"uid":"edd8da3ef05bcf13","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/edd8da3ef05bcf13","status":"passed","time":{"start":1728054360783,"stop":1728054360784,"duration":1}},{"uid":"ab30f73bc161aa46","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ab30f73bc161aa46","status":"passed","time":{"start":1728052525973,"stop":1728052525973,"duration":0}},{"uid":"431dd2686cb48590","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/431dd2686cb48590","status":"passed","time":{"start":1728046352258,"stop":1728046352258,"duration":0}},{"uid":"1ff0012318d30c1d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1ff0012318d30c1d","status":"passed","time":{"start":1728047157774,"stop":1728047157774,"duration":0}},{"uid":"22f7f7b80e50e0d1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/22f7f7b80e50e0d1","status":"passed","time":{"start":1728043189349,"stop":1728043189349,"duration":0}},{"uid":"a2243cdbfe4cc4ed","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a2243cdbfe4cc4ed","status":"passed","time":{"start":1728035786652,"stop":1728035786652,"duration":0}},{"uid":"9ead17d370249439","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9ead17d370249439","status":"passed","time":{"start":1728033709501,"stop":1728033709501,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"158520fddd4c87ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/158520fddd4c87ed","status":"passed","time":{"start":1728086033895,"stop":1728086033897,"duration":2}},{"uid":"cd149f369b7157f5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cd149f369b7157f5","status":"passed","time":{"start":1728085047248,"stop":1728085047248,"duration":0}},{"uid":"4ef2831fcd0e17c0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4ef2831fcd0e17c0","status":"passed","time":{"start":1728083902772,"stop":1728083902773,"duration":1}},{"uid":"3200f8e16cfca2a4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3200f8e16cfca2a4","status":"passed","time":{"start":1728082961506,"stop":1728082961508,"duration":2}},{"uid":"b8aebb3918595883","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b8aebb3918595883","status":"passed","time":{"start":1728082284027,"stop":1728082284027,"duration":0}},{"uid":"93b1251f60217359","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/93b1251f60217359","status":"passed","time":{"start":1728069082654,"stop":1728069082654,"duration":0}},{"uid":"e62025c455fc1de0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e62025c455fc1de0","status":"passed","time":{"start":1728067941390,"stop":1728067941390,"duration":0}},{"uid":"71c6d8ac38727d24","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/71c6d8ac38727d24","status":"passed","time":{"start":1728066171568,"stop":1728066171568,"duration":0}},{"uid":"c191a38acd12b2f1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c191a38acd12b2f1","status":"passed","time":{"start":1728066512884,"stop":1728066512884,"duration":0}},{"uid":"aeb950c2484adb1d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/aeb950c2484adb1d","status":"passed","time":{"start":1728057355630,"stop":1728057355630,"duration":0}},{"uid":"c66006aab1769e87","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c66006aab1769e87","status":"passed","time":{"start":1728056563506,"stop":1728056563506,"duration":0}},{"uid":"8be5b88ad4789149","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8be5b88ad4789149","status":"passed","time":{"start":1728056935468,"stop":1728056935469,"duration":1}},{"uid":"3cc8e1cc59996b59","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3cc8e1cc59996b59","status":"passed","time":{"start":1728055614338,"stop":1728055614338,"duration":0}},{"uid":"9a9eddb6f21acc2e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9a9eddb6f21acc2e","status":"passed","time":{"start":1728054752363,"stop":1728054752363,"duration":0}},{"uid":"e09ba6a98cdb32c0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e09ba6a98cdb32c0","status":"passed","time":{"start":1728052861018,"stop":1728052861018,"duration":0}},{"uid":"3c23918161239d3d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3c23918161239d3d","status":"passed","time":{"start":1728046783419,"stop":1728046783419,"duration":0}},{"uid":"1d479d841d5c9da6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1d479d841d5c9da6","status":"passed","time":{"start":1728047429494,"stop":1728047429494,"duration":0}},{"uid":"b47abad33d72883","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b47abad33d72883","status":"passed","time":{"start":1728043084144,"stop":1728043084145,"duration":1}},{"uid":"d4f8236b8bc73235","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d4f8236b8bc73235","status":"passed","time":{"start":1728035601391,"stop":1728035601391,"duration":0}},{"uid":"82cc5a2ac47d03e0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/82cc5a2ac47d03e0","status":"passed","time":{"start":1728033520540,"stop":1728033520540,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"73e43d2f5e212e17","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/73e43d2f5e212e17","status":"passed","time":{"start":1728086063172,"stop":1728086063174,"duration":2}},{"uid":"631eb494ba6303d8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/631eb494ba6303d8","status":"passed","time":{"start":1728085079885,"stop":1728085079886,"duration":1}},{"uid":"b4796fe4fd96d8a3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b4796fe4fd96d8a3","status":"passed","time":{"start":1728083929288,"stop":1728083929289,"duration":1}},{"uid":"af45a443eba19871","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/af45a443eba19871","status":"passed","time":{"start":1728082986546,"stop":1728082986546,"duration":0}},{"uid":"4977a7c949fcbecd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4977a7c949fcbecd","status":"passed","time":{"start":1728082304410,"stop":1728082304412,"duration":2}},{"uid":"81e96531393f76c0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81e96531393f76c0","status":"passed","time":{"start":1728069112292,"stop":1728069112293,"duration":1}},{"uid":"9afdb8e08b9683ed","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9afdb8e08b9683ed","status":"passed","time":{"start":1728067941514,"stop":1728067941515,"duration":1}},{"uid":"b7af4ee75a4c6d47","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b7af4ee75a4c6d47","status":"passed","time":{"start":1728043108470,"stop":1728043108471,"duration":1}},{"uid":"a3fe9d540f043cc6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a3fe9d540f043cc6","status":"passed","time":{"start":1728035666328,"stop":1728035666328,"duration":0}},{"uid":"bf0f514bc2badffd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bf0f514bc2badffd","status":"passed","time":{"start":1728033588045,"stop":1728033588046,"duration":1}},{"uid":"43182086efdf1e41","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/43182086efdf1e41","status":"passed","time":{"start":1728033211347,"stop":1728033211348,"duration":1}},{"uid":"fb88b4b82b5f8742","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/fb88b4b82b5f8742","status":"passed","time":{"start":1728032787663,"stop":1728032787663,"duration":0}},{"uid":"29eb22fa344df4cb","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/29eb22fa344df4cb","status":"passed","time":{"start":1728032415365,"stop":1728032415365,"duration":0}},{"uid":"a36de6f823770c88","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a36de6f823770c88","status":"passed","time":{"start":1728032137545,"stop":1728032137545,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"69acd75ce3467452","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69acd75ce3467452","status":"passed","time":{"start":1728085872751,"stop":1728085872751,"duration":0}},{"uid":"d78728e9a88c4a0f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d78728e9a88c4a0f","status":"passed","time":{"start":1728084885260,"stop":1728084885260,"duration":0}},{"uid":"539951e456499c04","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/539951e456499c04","status":"passed","time":{"start":1728083752749,"stop":1728083752750,"duration":1}},{"uid":"3d8fa643d14673b5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3d8fa643d14673b5","status":"passed","time":{"start":1728082815940,"stop":1728082815940,"duration":0}},{"uid":"f33098dc40d8e621","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f33098dc40d8e621","status":"passed","time":{"start":1728082148005,"stop":1728082148005,"duration":0}},{"uid":"fdd0cebb61d537e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fdd0cebb61d537e","status":"passed","time":{"start":1728068916849,"stop":1728068916849,"duration":0}},{"uid":"886281d3a0013a89","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/886281d3a0013a89","status":"passed","time":{"start":1728067793140,"stop":1728067793140,"duration":0}},{"uid":"f5ada4606b663e59","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f5ada4606b663e59","status":"passed","time":{"start":1728065639909,"stop":1728065639909,"duration":0}},{"uid":"b4710c66fde429ab","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b4710c66fde429ab","status":"passed","time":{"start":1728065929477,"stop":1728065929477,"duration":0}},{"uid":"4c51f78a29fe1b95","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4c51f78a29fe1b95","status":"passed","time":{"start":1728056820064,"stop":1728056820064,"duration":0}},{"uid":"e9c817c6eca802c7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e9c817c6eca802c7","status":"passed","time":{"start":1728055991712,"stop":1728055991712,"duration":0}},{"uid":"1c27a7238b81a919","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1c27a7238b81a919","status":"passed","time":{"start":1728056312132,"stop":1728056312132,"duration":0}},{"uid":"8e7447959e882951","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8e7447959e882951","status":"passed","time":{"start":1728055123422,"stop":1728055123422,"duration":0}},{"uid":"cac535ba0c31d9ea","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/cac535ba0c31d9ea","status":"passed","time":{"start":1728054102202,"stop":1728054102203,"duration":1}},{"uid":"367c811f7e50ed2e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/367c811f7e50ed2e","status":"passed","time":{"start":1728052379791,"stop":1728052379791,"duration":0}},{"uid":"bc930e7ca2c3a984","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bc930e7ca2c3a984","status":"passed","time":{"start":1728046060555,"stop":1728046060556,"duration":1}},{"uid":"3e804ae2786e962e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3e804ae2786e962e","status":"passed","time":{"start":1728046846366,"stop":1728046846366,"duration":0}},{"uid":"82acafb67bcfd5e1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/82acafb67bcfd5e1","status":"passed","time":{"start":1728042916076,"stop":1728042916076,"duration":0}},{"uid":"b28146f196828c7b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b28146f196828c7b","status":"passed","time":{"start":1728035478734,"stop":1728035478734,"duration":0}},{"uid":"e96f47ea5d760f7e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e96f47ea5d760f7e","status":"passed","time":{"start":1728033395137,"stop":1728033395137,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"97a2244049faf256","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97a2244049faf256","status":"passed","time":{"start":1728086033883,"stop":1728086033883,"duration":0}},{"uid":"fb829a2b0711599b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fb829a2b0711599b","status":"passed","time":{"start":1728085047244,"stop":1728085047244,"duration":0}},{"uid":"61e8abe2056226f6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/61e8abe2056226f6","status":"passed","time":{"start":1728083902768,"stop":1728083902768,"duration":0}},{"uid":"b5ac4312ed4a3291","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b5ac4312ed4a3291","status":"passed","time":{"start":1728082961497,"stop":1728082961497,"duration":0}},{"uid":"a339ba4e718aa1d6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a339ba4e718aa1d6","status":"passed","time":{"start":1728082284023,"stop":1728082284023,"duration":0}},{"uid":"aad5f4d575f96978","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aad5f4d575f96978","status":"passed","time":{"start":1728069082642,"stop":1728069082642,"duration":0}},{"uid":"26b84dd894701120","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/26b84dd894701120","status":"passed","time":{"start":1728067941383,"stop":1728067941383,"duration":0}},{"uid":"48f90c794194bd54","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/48f90c794194bd54","status":"passed","time":{"start":1728066171563,"stop":1728066171564,"duration":1}},{"uid":"46a718c443401867","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/46a718c443401867","status":"passed","time":{"start":1728066512880,"stop":1728066512880,"duration":0}},{"uid":"dd583a4039c580d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dd583a4039c580d","status":"passed","time":{"start":1728057355626,"stop":1728057355627,"duration":1}},{"uid":"2b88543c53d951ba","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2b88543c53d951ba","status":"passed","time":{"start":1728056563501,"stop":1728056563501,"duration":0}},{"uid":"da5f37b37ae4b322","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/da5f37b37ae4b322","status":"passed","time":{"start":1728056935465,"stop":1728056935465,"duration":0}},{"uid":"ab7af8faf5975620","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ab7af8faf5975620","status":"passed","time":{"start":1728055614335,"stop":1728055614335,"duration":0}},{"uid":"3520a77f6a3b1908","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3520a77f6a3b1908","status":"passed","time":{"start":1728054752360,"stop":1728054752361,"duration":1}},{"uid":"e66d00d0cae0c62e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e66d00d0cae0c62e","status":"passed","time":{"start":1728052861015,"stop":1728052861015,"duration":0}},{"uid":"a2df345f92e75b96","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a2df345f92e75b96","status":"passed","time":{"start":1728046783416,"stop":1728046783416,"duration":0}},{"uid":"82b0a8e1288d6523","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82b0a8e1288d6523","status":"passed","time":{"start":1728047429490,"stop":1728047429490,"duration":0}},{"uid":"fc1b6f0dd05a232","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fc1b6f0dd05a232","status":"passed","time":{"start":1728043084132,"stop":1728043084133,"duration":1}},{"uid":"36601b4dc25f5f83","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/36601b4dc25f5f83","status":"passed","time":{"start":1728035601386,"stop":1728035601387,"duration":1}},{"uid":"c50ad3b364246a04","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c50ad3b364246a04","status":"passed","time":{"start":1728033520522,"stop":1728033520525,"duration":3}}]},"2e3f5facac45317af11f542bdb237ce1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e1f74c9deed8038","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7e1f74c9deed8038","status":"passed","time":{"start":1728033823630,"stop":1728033823631,"duration":1}}]},"a2dbb17c27f95c5f8414914b214c8dc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdccbd62a7fec1e4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cdccbd62a7fec1e4","status":"passed","time":{"start":1728035898412,"stop":1728035898412,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"361a4f32b42ea548","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/361a4f32b42ea548","status":"passed","time":{"start":1728086287863,"stop":1728086287863,"duration":0}},{"uid":"dbe6d4c9603f6f38","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dbe6d4c9603f6f38","status":"passed","time":{"start":1728085304815,"stop":1728085304815,"duration":0}},{"uid":"c3738f44749662ab","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c3738f44749662ab","status":"passed","time":{"start":1728084107906,"stop":1728084107906,"duration":0}},{"uid":"94d809ef6b5863de","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/94d809ef6b5863de","status":"passed","time":{"start":1728083169158,"stop":1728083169159,"duration":1}},{"uid":"84e8f6f668c22398","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/84e8f6f668c22398","status":"passed","time":{"start":1728082480694,"stop":1728082480694,"duration":0}},{"uid":"d3d23a6761ce9066","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d3d23a6761ce9066","status":"passed","time":{"start":1728069336705,"stop":1728069336707,"duration":2}},{"uid":"7b44f5b7e2c29f91","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7b44f5b7e2c29f91","status":"passed","time":{"start":1728068123508,"stop":1728068123509,"duration":1}},{"uid":"a2af7e290106e56","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a2af7e290106e56","status":"passed","time":{"start":1728043322902,"stop":1728043322912,"duration":10}},{"uid":"41671556488d5948","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/41671556488d5948","status":"passed","time":{"start":1728035940701,"stop":1728035940702,"duration":1}},{"uid":"b3ba03be499e76e5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b3ba03be499e76e5","status":"passed","time":{"start":1728033857148,"stop":1728033857148,"duration":0}},{"uid":"4a2482cec8800c02","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4a2482cec8800c02","status":"passed","time":{"start":1728033480584,"stop":1728033480584,"duration":0}},{"uid":"8e167be95b80bf06","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8e167be95b80bf06","status":"passed","time":{"start":1728033003203,"stop":1728033003204,"duration":1}},{"uid":"714e6b5229da1a7a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/714e6b5229da1a7a","status":"passed","time":{"start":1728032641492,"stop":1728032641492,"duration":0}},{"uid":"5dcd55953d2cfa46","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5dcd55953d2cfa46","status":"passed","time":{"start":1728032362098,"stop":1728032362098,"duration":0}}]},"44b249033d11df2d2fdf8e0b8e204ee4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e189e65b721cb87","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e189e65b721cb87","status":"passed","time":{"start":1728032317356,"stop":1728032317356,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"bfee58bb9bf6c120","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bfee58bb9bf6c120","status":"passed","time":{"start":1728086203097,"stop":1728086203097,"duration":0}},{"uid":"e1b42d93328ed048","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e1b42d93328ed048","status":"passed","time":{"start":1728085221327,"stop":1728085221327,"duration":0}},{"uid":"edd1875e9753118a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/edd1875e9753118a","status":"passed","time":{"start":1728084029159,"stop":1728084029159,"duration":0}},{"uid":"606595d5493e9057","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/606595d5493e9057","status":"passed","time":{"start":1728083082987,"stop":1728083082988,"duration":1}},{"uid":"894b106fcdc5ac04","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/894b106fcdc5ac04","status":"passed","time":{"start":1728082390949,"stop":1728082390950,"duration":1}},{"uid":"cc05fe162a010a26","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc05fe162a010a26","status":"passed","time":{"start":1728069248369,"stop":1728069248369,"duration":0}},{"uid":"d0822b9a8d64717f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d0822b9a8d64717f","status":"passed","time":{"start":1728068031242,"stop":1728068031242,"duration":0}},{"uid":"3b9c8b3da0e26bfe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3b9c8b3da0e26bfe","status":"passed","time":{"start":1728066046596,"stop":1728066046597,"duration":1}},{"uid":"f1b571f218ed492d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f1b571f218ed492d","status":"passed","time":{"start":1728066341471,"stop":1728066341472,"duration":1}},{"uid":"c7568b2f3152b439","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c7568b2f3152b439","status":"passed","time":{"start":1728057209560,"stop":1728057209561,"duration":1}},{"uid":"919b2452a32ce309","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/919b2452a32ce309","status":"passed","time":{"start":1728056305021,"stop":1728056305021,"duration":0}},{"uid":"cbab8da39f3d1b5b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cbab8da39f3d1b5b","status":"passed","time":{"start":1728056720925,"stop":1728056720925,"duration":0}},{"uid":"9b51d8068281f487","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9b51d8068281f487","status":"passed","time":{"start":1728052606335,"stop":1728052606335,"duration":0}},{"uid":"db8ad8b7c43cf77","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/db8ad8b7c43cf77","status":"passed","time":{"start":1728046448364,"stop":1728046448365,"duration":1}},{"uid":"36c1be5896d75eb2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/36c1be5896d75eb2","status":"passed","time":{"start":1728047258624,"stop":1728047258624,"duration":0}},{"uid":"cdb132418bbab050","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cdb132418bbab050","status":"passed","time":{"start":1728043238286,"stop":1728043238287,"duration":1}},{"uid":"8d342a4a1237c819","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8d342a4a1237c819","status":"passed","time":{"start":1728035872157,"stop":1728035872157,"duration":0}},{"uid":"e65bb80845f5cb3f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e65bb80845f5cb3f","status":"passed","time":{"start":1728033783660,"stop":1728033783661,"duration":1}},{"uid":"3971102de1834224","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3971102de1834224","status":"passed","time":{"start":1728033410922,"stop":1728033410923,"duration":1}},{"uid":"f509980fc0fa5152","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f509980fc0fa5152","status":"passed","time":{"start":1728032924178,"stop":1728032924181,"duration":3}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"ed71b046a6cd1335","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ed71b046a6cd1335","status":"passed","time":{"start":1728086260324,"stop":1728086260324,"duration":0}},{"uid":"229d9725d1324cb5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/229d9725d1324cb5","status":"passed","time":{"start":1728085269093,"stop":1728085269094,"duration":1}},{"uid":"99face953e2d3f71","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/99face953e2d3f71","status":"passed","time":{"start":1728069312648,"stop":1728069312648,"duration":0}},{"uid":"30b32007797d714a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/30b32007797d714a","status":"passed","time":{"start":1728046423465,"stop":1728046423465,"duration":0}},{"uid":"33d87ee7992f4ee7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/33d87ee7992f4ee7","status":"passed","time":{"start":1728043297206,"stop":1728043297206,"duration":0}},{"uid":"d051bd2517664633","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d051bd2517664633","status":"passed","time":{"start":1728035880193,"stop":1728035880194,"duration":1}},{"uid":"405224d406aae1b7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/405224d406aae1b7","status":"passed","time":{"start":1728033788848,"stop":1728033788848,"duration":0}},{"uid":"be42a9cc89625d89","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/be42a9cc89625d89","status":"passed","time":{"start":1728033423666,"stop":1728033423666,"duration":0}},{"uid":"c36745964b30d585","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c36745964b30d585","status":"passed","time":{"start":1728032985174,"stop":1728032985176,"duration":2}},{"uid":"13722e6f7e72c6e7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/13722e6f7e72c6e7","status":"passed","time":{"start":1728032614961,"stop":1728032614962,"duration":1}},{"uid":"8540a3f8a4eed2f7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8540a3f8a4eed2f7","status":"passed","time":{"start":1728032348437,"stop":1728032348437,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f00f1b00bc6429ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f00f1b00bc6429ab","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0}},{"uid":"c08d2a77d1ce15e9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c08d2a77d1ce15e9","status":"passed","time":{"start":1728084876389,"stop":1728084876389,"duration":0}},{"uid":"e6fca64469b893ed","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e6fca64469b893ed","status":"passed","time":{"start":1728083744346,"stop":1728083744346,"duration":0}},{"uid":"e7487281de6f1803","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e7487281de6f1803","status":"passed","time":{"start":1728082807439,"stop":1728082807439,"duration":0}},{"uid":"bcbd390fde31becf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bcbd390fde31becf","status":"passed","time":{"start":1728082139307,"stop":1728082139307,"duration":0}},{"uid":"de8eaee535ceac7d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/de8eaee535ceac7d","status":"passed","time":{"start":1728068908045,"stop":1728068908045,"duration":0}},{"uid":"720836dc7774faee","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/720836dc7774faee","status":"passed","time":{"start":1728067784702,"stop":1728067784702,"duration":0}},{"uid":"e2f25739a22348e4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e2f25739a22348e4","status":"passed","time":{"start":1728065631504,"stop":1728065631504,"duration":0}},{"uid":"25ac6813b3048eb9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/25ac6813b3048eb9","status":"passed","time":{"start":1728065920816,"stop":1728065920816,"duration":0}},{"uid":"3037efbca337da87","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3037efbca337da87","status":"passed","time":{"start":1728056811574,"stop":1728056811575,"duration":1}},{"uid":"8255bd705efc9939","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8255bd705efc9939","status":"passed","time":{"start":1728055983131,"stop":1728055983132,"duration":1}},{"uid":"255c9d9d952f55f2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/255c9d9d952f55f2","status":"passed","time":{"start":1728056303675,"stop":1728056303675,"duration":0}},{"uid":"208a4c2f85cfc996","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/208a4c2f85cfc996","status":"passed","time":{"start":1728055114803,"stop":1728055114804,"duration":1}},{"uid":"81e7035312102a80","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/81e7035312102a80","status":"passed","time":{"start":1728054093589,"stop":1728054093590,"duration":1}},{"uid":"b86e3c574875905d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b86e3c574875905d","status":"passed","time":{"start":1728052371173,"stop":1728052371173,"duration":0}},{"uid":"6f05e7cd248b7e91","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6f05e7cd248b7e91","status":"passed","time":{"start":1728046051713,"stop":1728046051714,"duration":1}},{"uid":"86e50bb35adeb346","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/86e50bb35adeb346","status":"passed","time":{"start":1728046837802,"stop":1728046837802,"duration":0}},{"uid":"1edf9a360f1ce284","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1edf9a360f1ce284","status":"passed","time":{"start":1728042907574,"stop":1728042907575,"duration":1}},{"uid":"6f93f72924026161","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6f93f72924026161","status":"passed","time":{"start":1728035469877,"stop":1728035469877,"duration":0}},{"uid":"c3fae3e25c722974","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c3fae3e25c722974","status":"passed","time":{"start":1728033386385,"stop":1728033386385,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":22,"passed":0,"unknown":0,"total":22},"items":[{"uid":"305dc037fb3b5938","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/305dc037fb3b5938","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086207881,"stop":1728086207883,"duration":2}},{"uid":"9e50ebad4b50c3d5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9e50ebad4b50c3d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085227789,"stop":1728085227789,"duration":0}},{"uid":"11918e8f903227ca","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/11918e8f903227ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084031089,"stop":1728084031089,"duration":0}},{"uid":"a0e3a93167f1615b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a0e3a93167f1615b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083085063,"stop":1728083085063,"duration":0}},{"uid":"b83542d45b09c98d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b83542d45b09c98d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082402956,"stop":1728082402956,"duration":0}},{"uid":"2417134132fb5c2c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2417134132fb5c2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069256720,"stop":1728069256720,"duration":0}},{"uid":"9bcbe43039331c9c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9bcbe43039331c9c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068039045,"stop":1728068039045,"duration":0}},{"uid":"9e8991111a4f444c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9e8991111a4f444c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066054975,"stop":1728066054975,"duration":0}},{"uid":"e6d79e64a49e39c2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e6d79e64a49e39c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066345493,"stop":1728066345493,"duration":0}},{"uid":"12d60e8bc797ea9c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/12d60e8bc797ea9c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057218515,"stop":1728057218515,"duration":0}},{"uid":"145e529421f9d003","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/145e529421f9d003","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056313097,"stop":1728056313097,"duration":0}},{"uid":"ab617fb6097c906f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ab617fb6097c906f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056731771,"stop":1728056731771,"duration":0}},{"uid":"abca5bdbdb68b347","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/abca5bdbdb68b347","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052615127,"stop":1728052615127,"duration":0}},{"uid":"e759276e7c3e6f26","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e759276e7c3e6f26","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046456501,"stop":1728046456502,"duration":1}},{"uid":"4b7cb465110bda8f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4b7cb465110bda8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047262759,"stop":1728047262760,"duration":1}},{"uid":"d9356674e96dcad1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d9356674e96dcad1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043245052,"stop":1728043245052,"duration":0}},{"uid":"59501f4f796aa834","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/59501f4f796aa834","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035876563,"stop":1728035876564,"duration":1}},{"uid":"594469ac346c944","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/594469ac346c944","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033795262,"stop":1728033795263,"duration":1}},{"uid":"a0234a4c430022bb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a0234a4c430022bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033412122,"stop":1728033412123,"duration":1}},{"uid":"5ef3e772132c3cb8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5ef3e772132c3cb8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032929717,"stop":1728032929717,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ffad1ab8a4a7b85a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ffad1ab8a4a7b85a","status":"passed","time":{"start":1728085897855,"stop":1728085897856,"duration":1}},{"uid":"5bdb81d7f1ff384f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5bdb81d7f1ff384f","status":"passed","time":{"start":1728084911106,"stop":1728084911107,"duration":1}},{"uid":"75556115b1e313d9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/75556115b1e313d9","status":"passed","time":{"start":1728083777448,"stop":1728083777448,"duration":0}},{"uid":"af491d58ce2c0e12","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/af491d58ce2c0e12","status":"passed","time":{"start":1728082840908,"stop":1728082840908,"duration":0}},{"uid":"73b98cf4bf8af58b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/73b98cf4bf8af58b","status":"passed","time":{"start":1728082173082,"stop":1728082173083,"duration":1}},{"uid":"3ca7b01ad378cb3f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3ca7b01ad378cb3f","status":"passed","time":{"start":1728068942359,"stop":1728068942359,"duration":0}},{"uid":"7d18e5038df3ef74","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7d18e5038df3ef74","status":"passed","time":{"start":1728067817950,"stop":1728067817950,"duration":0}},{"uid":"54db50eb953ada1d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/54db50eb953ada1d","status":"passed","time":{"start":1728065664969,"stop":1728065664969,"duration":0}},{"uid":"832d1d5e1e17066","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/832d1d5e1e17066","status":"passed","time":{"start":1728065954890,"stop":1728065954891,"duration":1}},{"uid":"c5a7d466760994dd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c5a7d466760994dd","status":"passed","time":{"start":1728056845051,"stop":1728056845051,"duration":0}},{"uid":"38e5b62669866b02","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/38e5b62669866b02","status":"passed","time":{"start":1728056016988,"stop":1728056016988,"duration":0}},{"uid":"a61e28155580c8e7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a61e28155580c8e7","status":"passed","time":{"start":1728056337251,"stop":1728056337251,"duration":0}},{"uid":"ae6ffacec42d4284","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ae6ffacec42d4284","status":"passed","time":{"start":1728055148760,"stop":1728055148760,"duration":0}},{"uid":"26f7403946293a59","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/26f7403946293a59","status":"passed","time":{"start":1728054127194,"stop":1728054127195,"duration":1}},{"uid":"ed10553c7e259651","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ed10553c7e259651","status":"passed","time":{"start":1728052404924,"stop":1728052404924,"duration":0}},{"uid":"f8433aa65709a0fe","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f8433aa65709a0fe","status":"passed","time":{"start":1728046086248,"stop":1728046086249,"duration":1}},{"uid":"62f35dbf085d2b56","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/62f35dbf085d2b56","status":"passed","time":{"start":1728046871099,"stop":1728046871099,"duration":0}},{"uid":"d49058c49faf9bb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d49058c49faf9bb","status":"passed","time":{"start":1728042940929,"stop":1728042940929,"duration":0}},{"uid":"13afc7aab29c9f5d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/13afc7aab29c9f5d","status":"passed","time":{"start":1728035504147,"stop":1728035504147,"duration":0}},{"uid":"9fbeef0c09d789cc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9fbeef0c09d789cc","status":"passed","time":{"start":1728033420770,"stop":1728033420770,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ca83873807e3da7a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ca83873807e3da7a","status":"passed","time":{"start":1728085864162,"stop":1728085864163,"duration":1}},{"uid":"15c085e13f84a41a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/15c085e13f84a41a","status":"passed","time":{"start":1728084876391,"stop":1728084876391,"duration":0}},{"uid":"dfdc0aa25aabf35a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dfdc0aa25aabf35a","status":"passed","time":{"start":1728083744348,"stop":1728083744348,"duration":0}},{"uid":"adaf0f2762d36185","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/adaf0f2762d36185","status":"passed","time":{"start":1728082807441,"stop":1728082807441,"duration":0}},{"uid":"302ca7d5c897ac63","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/302ca7d5c897ac63","status":"passed","time":{"start":1728082139309,"stop":1728082139309,"duration":0}},{"uid":"e8266342658e6a94","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e8266342658e6a94","status":"passed","time":{"start":1728068908047,"stop":1728068908047,"duration":0}},{"uid":"4ec3fb65e6ab0b87","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4ec3fb65e6ab0b87","status":"passed","time":{"start":1728067784703,"stop":1728067784704,"duration":1}},{"uid":"61ca9a6568377b04","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/61ca9a6568377b04","status":"passed","time":{"start":1728065631506,"stop":1728065631506,"duration":0}},{"uid":"d5fbaba65b812fa4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d5fbaba65b812fa4","status":"passed","time":{"start":1728065920817,"stop":1728065920818,"duration":1}},{"uid":"8ba21e8084554406","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8ba21e8084554406","status":"passed","time":{"start":1728056811576,"stop":1728056811576,"duration":0}},{"uid":"bcdd9f2bf86e515","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bcdd9f2bf86e515","status":"passed","time":{"start":1728055983133,"stop":1728055983133,"duration":0}},{"uid":"3910f30af6c7fe23","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3910f30af6c7fe23","status":"passed","time":{"start":1728056303677,"stop":1728056303677,"duration":0}},{"uid":"777adcdb3a431f1e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/777adcdb3a431f1e","status":"passed","time":{"start":1728055114805,"stop":1728055114806,"duration":1}},{"uid":"72275908c2b69446","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/72275908c2b69446","status":"passed","time":{"start":1728054093593,"stop":1728054093593,"duration":0}},{"uid":"1b11f2edd72b499b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1b11f2edd72b499b","status":"passed","time":{"start":1728052371178,"stop":1728052371178,"duration":0}},{"uid":"cf8fd20309f0519b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cf8fd20309f0519b","status":"passed","time":{"start":1728046051716,"stop":1728046051716,"duration":0}},{"uid":"20f2e1ca13b85a3c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/20f2e1ca13b85a3c","status":"passed","time":{"start":1728046837803,"stop":1728046837804,"duration":1}},{"uid":"5e771f855b208b2e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5e771f855b208b2e","status":"passed","time":{"start":1728042907576,"stop":1728042907576,"duration":0}},{"uid":"551d3d00e5733d4a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/551d3d00e5733d4a","status":"passed","time":{"start":1728035469878,"stop":1728035469878,"duration":0}},{"uid":"b51d8db07e69d8ce","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b51d8db07e69d8ce","status":"passed","time":{"start":1728033386386,"stop":1728033386387,"duration":1}}]},"ec28bb51d352df5c5336218b72b2a007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"462801f6405a9494","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/462801f6405a9494","status":"passed","time":{"start":1728043269964,"stop":1728043269964,"duration":0}}]},"5c828dc301639d19fdf7dc66075a1393:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b03f7223c0e119d8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b03f7223c0e119d8","status":"passed","time":{"start":1728056720930,"stop":1728056720930,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"72e7cf47149d25e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/72e7cf47149d25e","status":"passed","time":{"start":1728085925282,"stop":1728085925284,"duration":2}},{"uid":"beecfb600774b8d1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/beecfb600774b8d1","status":"passed","time":{"start":1728084939386,"stop":1728084939387,"duration":1}},{"uid":"ea191ec6bfb52cd8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ea191ec6bfb52cd8","status":"passed","time":{"start":1728083804206,"stop":1728083804207,"duration":1}},{"uid":"b52ff820147abcba","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b52ff820147abcba","status":"passed","time":{"start":1728082867911,"stop":1728082867911,"duration":0}},{"uid":"7b52e33c3e332a55","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7b52e33c3e332a55","status":"passed","time":{"start":1728082201508,"stop":1728082201508,"duration":0}},{"uid":"4a7fa3d62eee34f7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4a7fa3d62eee34f7","status":"passed","time":{"start":1728068971064,"stop":1728068971064,"duration":0}},{"uid":"35c241fce5fd45e8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/35c241fce5fd45e8","status":"passed","time":{"start":1728067845489,"stop":1728067845490,"duration":1}},{"uid":"4fc2baf895c0f1e8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4fc2baf895c0f1e8","status":"passed","time":{"start":1728065693296,"stop":1728065693297,"duration":1}},{"uid":"b2bab0f8f100c8ca","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b2bab0f8f100c8ca","status":"passed","time":{"start":1728065982126,"stop":1728065982126,"duration":0}},{"uid":"44047b428fd03ee8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/44047b428fd03ee8","status":"passed","time":{"start":1728056871403,"stop":1728056871404,"duration":1}},{"uid":"8c69edc4ced2706a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8c69edc4ced2706a","status":"passed","time":{"start":1728056045477,"stop":1728056045478,"duration":1}},{"uid":"f9c0fb40bc76ce3e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f9c0fb40bc76ce3e","status":"passed","time":{"start":1728056363835,"stop":1728056363836,"duration":1}},{"uid":"6a7cdc6ed3b9021a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6a7cdc6ed3b9021a","status":"passed","time":{"start":1728055176017,"stop":1728055176017,"duration":0}},{"uid":"9ba7d0301082d20d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9ba7d0301082d20d","status":"passed","time":{"start":1728054154338,"stop":1728054154339,"duration":1}},{"uid":"591b4d9412fd4b2f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/591b4d9412fd4b2f","status":"passed","time":{"start":1728052432591,"stop":1728052432591,"duration":0}},{"uid":"2e15f16c4d6738b0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2e15f16c4d6738b0","status":"passed","time":{"start":1728046114251,"stop":1728046114252,"duration":1}},{"uid":"6c48ab53ef21cc98","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c48ab53ef21cc98","status":"passed","time":{"start":1728046898626,"stop":1728046898626,"duration":0}},{"uid":"c9af3c8c6660d20b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c9af3c8c6660d20b","status":"passed","time":{"start":1728042968066,"stop":1728042968067,"duration":1}},{"uid":"f346ace96de5b8c2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f346ace96de5b8c2","status":"passed","time":{"start":1728035531170,"stop":1728035531170,"duration":0}},{"uid":"280c21399de42f59","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/280c21399de42f59","status":"passed","time":{"start":1728033448066,"stop":1728033448067,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"af2d014fab64fc35","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/af2d014fab64fc35","status":"passed","time":{"start":1728086232775,"stop":1728086232776,"duration":1}},{"uid":"ab9df288c4371cd8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ab9df288c4371cd8","status":"passed","time":{"start":1728085246953,"stop":1728085246954,"duration":1}},{"uid":"7258bcf617041cf6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7258bcf617041cf6","status":"passed","time":{"start":1728084058083,"stop":1728084058083,"duration":0}},{"uid":"3a8daf5e02b91d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3a8daf5e02b91d","status":"passed","time":{"start":1728083127623,"stop":1728083127623,"duration":0}},{"uid":"f4c0d700961e7fe9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f4c0d700961e7fe9","status":"passed","time":{"start":1728082440478,"stop":1728082440479,"duration":1}},{"uid":"375e41cd7e2c0f95","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/375e41cd7e2c0f95","status":"passed","time":{"start":1728069276447,"stop":1728069276447,"duration":0}},{"uid":"14229ee48553eca6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/14229ee48553eca6","status":"passed","time":{"start":1728068089829,"stop":1728068089830,"duration":1}},{"uid":"678f3c6fcce452ea","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/678f3c6fcce452ea","status":"passed","time":{"start":1728066031466,"stop":1728066031467,"duration":1}},{"uid":"dfe44b93977aa6d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/dfe44b93977aa6d","status":"passed","time":{"start":1728066319063,"stop":1728066319064,"duration":1}},{"uid":"fb7824ef949b07a9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fb7824ef949b07a9","status":"passed","time":{"start":1728057209091,"stop":1728057209092,"duration":1}},{"uid":"c6a862586e5ce00c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c6a862586e5ce00c","status":"passed","time":{"start":1728056341586,"stop":1728056341591,"duration":5}},{"uid":"82c8d56f5b54a15b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/82c8d56f5b54a15b","status":"passed","time":{"start":1728056702828,"stop":1728056702828,"duration":0}},{"uid":"62bbdb2e1a4ceb4f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/62bbdb2e1a4ceb4f","status":"passed","time":{"start":1728055468504,"stop":1728055468505,"duration":1}},{"uid":"acba8b4b28370872","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/acba8b4b28370872","status":"passed","time":{"start":1728054438784,"stop":1728054438784,"duration":0}},{"uid":"2ea4dcbb2ffa31c9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2ea4dcbb2ffa31c9","status":"passed","time":{"start":1728052604641,"stop":1728052604641,"duration":0}},{"uid":"4df7e181fc3b4312","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4df7e181fc3b4312","status":"passed","time":{"start":1728046480409,"stop":1728046480409,"duration":0}},{"uid":"e7c4f8014e538c38","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e7c4f8014e538c38","status":"passed","time":{"start":1728047236483,"stop":1728047236484,"duration":1}},{"uid":"f0cab429e512995f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f0cab429e512995f","status":"passed","time":{"start":1728043270089,"stop":1728043270089,"duration":0}},{"uid":"6012dce6dc39556c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6012dce6dc39556c","status":"passed","time":{"start":1728035869313,"stop":1728035869314,"duration":1}},{"uid":"25f18e2783004059","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/25f18e2783004059","status":"passed","time":{"start":1728033791063,"stop":1728033791063,"duration":0}}]},"eb9c17240a0f9cfe13bc76676eb90c5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86b8932cabfea1b5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/86b8932cabfea1b5","status":"passed","time":{"start":1728083083003,"stop":1728083083004,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1d16692a4fa71ed8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1d16692a4fa71ed8","status":"passed","time":{"start":1728086258657,"stop":1728086258657,"duration":0}},{"uid":"9fcebfe73afe32d6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9fcebfe73afe32d6","status":"passed","time":{"start":1728085280462,"stop":1728085280462,"duration":0}},{"uid":"41d58e658914750a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/41d58e658914750a","status":"passed","time":{"start":1728084082627,"stop":1728084082628,"duration":1}},{"uid":"8f73629cd42b0657","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8f73629cd42b0657","status":"passed","time":{"start":1728083150060,"stop":1728083150060,"duration":0}},{"uid":"476d4edf09c3db96","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/476d4edf09c3db96","status":"passed","time":{"start":1728082465648,"stop":1728082465648,"duration":0}},{"uid":"94801e5b6f61d9c8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/94801e5b6f61d9c8","status":"passed","time":{"start":1728069307988,"stop":1728069307989,"duration":1}},{"uid":"1f28f6a91e121e46","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1f28f6a91e121e46","status":"passed","time":{"start":1728068100424,"stop":1728068100425,"duration":1}},{"uid":"f20e44ee772cc2cf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f20e44ee772cc2cf","status":"passed","time":{"start":1728043296024,"stop":1728043296025,"duration":1}},{"uid":"21397699c27a5b94","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/21397699c27a5b94","status":"passed","time":{"start":1728035910068,"stop":1728035910069,"duration":1}},{"uid":"8feb2e09096d6cb8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8feb2e09096d6cb8","status":"passed","time":{"start":1728033824760,"stop":1728033824762,"duration":2}},{"uid":"8f55891f418d2e88","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8f55891f418d2e88","status":"passed","time":{"start":1728033449289,"stop":1728033449290,"duration":1}},{"uid":"c9a789c4b42d14ff","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c9a789c4b42d14ff","status":"passed","time":{"start":1728032982559,"stop":1728032982559,"duration":0}},{"uid":"5ee2fad553cd7b81","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5ee2fad553cd7b81","status":"passed","time":{"start":1728032626107,"stop":1728032626107,"duration":0}},{"uid":"f778f004fb051082","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f778f004fb051082","status":"passed","time":{"start":1728032345509,"stop":1728032345512,"duration":3}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"d5bb78a2abf3ff5c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d5bb78a2abf3ff5c","status":"passed","time":{"start":1728086289027,"stop":1728086289027,"duration":0}},{"uid":"abe1e4d4f6e33838","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/abe1e4d4f6e33838","status":"passed","time":{"start":1728085301601,"stop":1728085301603,"duration":2}},{"uid":"800d7f573abb9e5d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/800d7f573abb9e5d","status":"passed","time":{"start":1728084111587,"stop":1728084111588,"duration":1}},{"uid":"27f441e5d621ee01","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/27f441e5d621ee01","status":"passed","time":{"start":1728083175345,"stop":1728083175346,"duration":1}},{"uid":"6ff1340f5bd559a2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6ff1340f5bd559a2","status":"passed","time":{"start":1728082484704,"stop":1728082484704,"duration":0}},{"uid":"c050b6b9fde78fa4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c050b6b9fde78fa4","status":"passed","time":{"start":1728069339762,"stop":1728069339762,"duration":0}},{"uid":"10f1e16bb076490e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/10f1e16bb076490e","status":"passed","time":{"start":1728068136062,"stop":1728068136063,"duration":1}},{"uid":"3355216e9b332461","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3355216e9b332461","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/time_filter.node.spec.ts)","time":{"start":1728066327238,"stop":1728066327239,"duration":1}},{"uid":"397695b7cad810cb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/397695b7cad810cb","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/time_filter.node.spec.ts)","time":{"start":1728066644455,"stop":1728066644456,"duration":1}},{"uid":"5ad9584e48dfb806","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5ad9584e48dfb806","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/time_filter.node.spec.ts)","time":{"start":1728057506524,"stop":1728057506524,"duration":0}},{"uid":"c289f8c4fb2ed7b2","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c289f8c4fb2ed7b2","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/time_filter.node.spec.ts)","time":{"start":1728056603826,"stop":1728056603826,"duration":0}},{"uid":"f23087e234027e9","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f23087e234027e9","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/time_filter.node.spec.ts)","time":{"start":1728057037430,"stop":1728057037430,"duration":0}},{"uid":"b68f141ec9c960e4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b68f141ec9c960e4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/time_filter.node.spec.ts)","time":{"start":1728052881693,"stop":1728052881693,"duration":0}},{"uid":"aeca469875e0596","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/aeca469875e0596","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/time_filter.node.spec.ts)","time":{"start":1728046795385,"stop":1728046795385,"duration":0}},{"uid":"8e25756e989da5a5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8e25756e989da5a5","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/time_filter.node.spec.ts)","time":{"start":1728047561691,"stop":1728047561692,"duration":1}},{"uid":"6d6d52419dea92eb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6d6d52419dea92eb","status":"passed","time":{"start":1728043327621,"stop":1728043327622,"duration":1}},{"uid":"580daa3a932f2c00","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/580daa3a932f2c00","status":"passed","time":{"start":1728035952456,"stop":1728035952457,"duration":1}},{"uid":"6aa045afeb774b10","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6aa045afeb774b10","status":"passed","time":{"start":1728033868101,"stop":1728033868102,"duration":1}},{"uid":"8654ecdab30d7dd8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8654ecdab30d7dd8","status":"passed","time":{"start":1728033486819,"stop":1728033486819,"duration":0}},{"uid":"53db71ed61feef1c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/53db71ed61feef1c","status":"passed","time":{"start":1728033011935,"stop":1728033011935,"duration":0}}]},"b5c7a813d9385043662719af3e2d6645:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc975a173a2dc15","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7cc975a173a2dc15","status":"passed","time":{"start":1728066643863,"stop":1728066643863,"duration":0}}]},"8a453c89e54e54c9122f80f781471e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"5d7c90bb430f4da1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5d7c90bb430f4da1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755691,"stop":1728049755691,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8ae38b3d1c00ecbb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ae38b3d1c00ecbb","status":"passed","time":{"start":1728086171701,"stop":1728086171701,"duration":0}},{"uid":"6be6baa637adb095","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6be6baa637adb095","status":"passed","time":{"start":1728085184648,"stop":1728085184650,"duration":2}},{"uid":"7d791fe60b3b665d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7d791fe60b3b665d","status":"passed","time":{"start":1728084018353,"stop":1728084018353,"duration":0}},{"uid":"a0b17954e1e84dfc","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a0b17954e1e84dfc","status":"passed","time":{"start":1728083065671,"stop":1728083065671,"duration":0}},{"uid":"2dbcff9d6402491","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2dbcff9d6402491","status":"passed","time":{"start":1728069218834,"stop":1728069218834,"duration":0}},{"uid":"cb395b2866c8c6b6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cb395b2866c8c6b6","status":"passed","time":{"start":1728046261829,"stop":1728046261830,"duration":1}},{"uid":"ab08d3eeea84debb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ab08d3eeea84debb","status":"passed","time":{"start":1728043204089,"stop":1728043204094,"duration":5}},{"uid":"8269dd7370bde5f4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8269dd7370bde5f4","status":"passed","time":{"start":1728035785874,"stop":1728035785874,"duration":0}},{"uid":"a8e33dc1c717f5ac","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a8e33dc1c717f5ac","status":"passed","time":{"start":1728033696345,"stop":1728033696345,"duration":0}},{"uid":"678b5cefdc03c58b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/678b5cefdc03c58b","status":"passed","time":{"start":1728033319491,"stop":1728033319492,"duration":1}},{"uid":"24ebd783bb298acb","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/24ebd783bb298acb","status":"passed","time":{"start":1728032886554,"stop":1728032886554,"duration":0}},{"uid":"b353b696447405d4","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b353b696447405d4","status":"passed","time":{"start":1728032520638,"stop":1728032520639,"duration":1}},{"uid":"7d29f41f2bec83a3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7d29f41f2bec83a3","status":"passed","time":{"start":1728032252773,"stop":1728032252773,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a7e9fc58524ac688","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a7e9fc58524ac688","status":"passed","time":{"start":1728085864178,"stop":1728085864178,"duration":0}},{"uid":"6a511269dff2819b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6a511269dff2819b","status":"passed","time":{"start":1728084876406,"stop":1728084876407,"duration":1}},{"uid":"e97c29a23a0ecbd5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e97c29a23a0ecbd5","status":"passed","time":{"start":1728083744362,"stop":1728083744362,"duration":0}},{"uid":"fdff64382cf4e63","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fdff64382cf4e63","status":"passed","time":{"start":1728082807456,"stop":1728082807456,"duration":0}},{"uid":"b19773495db8705c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b19773495db8705c","status":"passed","time":{"start":1728082139324,"stop":1728082139325,"duration":1}},{"uid":"a93ca4bd0c9e1e5c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a93ca4bd0c9e1e5c","status":"passed","time":{"start":1728068908064,"stop":1728068908064,"duration":0}},{"uid":"5c3791833e1c3ca7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5c3791833e1c3ca7","status":"passed","time":{"start":1728067784716,"stop":1728067784717,"duration":1}},{"uid":"c4a2791e2cde96b6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c4a2791e2cde96b6","status":"passed","time":{"start":1728065631520,"stop":1728065631521,"duration":1}},{"uid":"a7c7a0cb13022590","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a7c7a0cb13022590","status":"passed","time":{"start":1728065920833,"stop":1728065920833,"duration":0}},{"uid":"48a83fe10452ff9c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/48a83fe10452ff9c","status":"passed","time":{"start":1728056811592,"stop":1728056811592,"duration":0}},{"uid":"328a199a4c809df1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/328a199a4c809df1","status":"passed","time":{"start":1728055983148,"stop":1728055983148,"duration":0}},{"uid":"1cb9ad8251a22ab2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1cb9ad8251a22ab2","status":"passed","time":{"start":1728056303688,"stop":1728056303689,"duration":1}},{"uid":"bcd3a352f21e1c82","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bcd3a352f21e1c82","status":"passed","time":{"start":1728055114821,"stop":1728055114821,"duration":0}},{"uid":"ebefbb587de55c2b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ebefbb587de55c2b","status":"passed","time":{"start":1728054093609,"stop":1728054093609,"duration":0}},{"uid":"57f7b4fc51cb9613","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/57f7b4fc51cb9613","status":"passed","time":{"start":1728052371195,"stop":1728052371195,"duration":0}},{"uid":"7f6c31ce3d5af2b8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7f6c31ce3d5af2b8","status":"passed","time":{"start":1728046051732,"stop":1728046051732,"duration":0}},{"uid":"11cc2733a24fe065","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/11cc2733a24fe065","status":"passed","time":{"start":1728046837817,"stop":1728046837817,"duration":0}},{"uid":"ac91a6593b2d97db","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ac91a6593b2d97db","status":"passed","time":{"start":1728042907589,"stop":1728042907590,"duration":1}},{"uid":"b0272c0663785265","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b0272c0663785265","status":"passed","time":{"start":1728035469890,"stop":1728035469890,"duration":0}},{"uid":"927ed03945bbaa97","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/927ed03945bbaa97","status":"passed","time":{"start":1728033386402,"stop":1728033386402,"duration":0}}]},"e160118142bd4c5ddcefb72c95fca426:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"489176292b37d475","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/489176292b37d475","status":"passed","time":{"start":1728033815146,"stop":1728033815147,"duration":1}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9291680da5069961","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9291680da5069961","status":"passed","time":{"start":1728085864166,"stop":1728085864166,"duration":0}},{"uid":"797b6a1fe688b9b8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/797b6a1fe688b9b8","status":"passed","time":{"start":1728084876394,"stop":1728084876395,"duration":1}},{"uid":"33a1d30f09abe187","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/33a1d30f09abe187","status":"passed","time":{"start":1728083744352,"stop":1728083744352,"duration":0}},{"uid":"bc8409f34bc0d17d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bc8409f34bc0d17d","status":"passed","time":{"start":1728082807444,"stop":1728082807445,"duration":1}},{"uid":"ea112b600067c91f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ea112b600067c91f","status":"passed","time":{"start":1728082139312,"stop":1728082139313,"duration":1}},{"uid":"70ea8a72c64d2c5e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/70ea8a72c64d2c5e","status":"passed","time":{"start":1728068908051,"stop":1728068908051,"duration":0}},{"uid":"e1278ffa5ae75d9f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e1278ffa5ae75d9f","status":"passed","time":{"start":1728067784707,"stop":1728067784707,"duration":0}},{"uid":"4602a012047d90a4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4602a012047d90a4","status":"passed","time":{"start":1728065631509,"stop":1728065631510,"duration":1}},{"uid":"7ef9f9447251b56e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7ef9f9447251b56e","status":"passed","time":{"start":1728065920821,"stop":1728065920821,"duration":0}},{"uid":"ff39b97ffb2a922c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ff39b97ffb2a922c","status":"passed","time":{"start":1728056811580,"stop":1728056811580,"duration":0}},{"uid":"d58ebdb5b5f08d11","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d58ebdb5b5f08d11","status":"passed","time":{"start":1728055983137,"stop":1728055983137,"duration":0}},{"uid":"8848e3fa392b1373","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8848e3fa392b1373","status":"passed","time":{"start":1728056303680,"stop":1728056303680,"duration":0}},{"uid":"6efd8422d078a131","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6efd8422d078a131","status":"passed","time":{"start":1728055114809,"stop":1728055114809,"duration":0}},{"uid":"b924f15044be289e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b924f15044be289e","status":"passed","time":{"start":1728054093596,"stop":1728054093597,"duration":1}},{"uid":"74a585d02ca3b86c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/74a585d02ca3b86c","status":"passed","time":{"start":1728052371181,"stop":1728052371181,"duration":0}},{"uid":"768fb54a9efa5645","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/768fb54a9efa5645","status":"passed","time":{"start":1728046051720,"stop":1728046051720,"duration":0}},{"uid":"323c40032f5de3b2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/323c40032f5de3b2","status":"passed","time":{"start":1728046837807,"stop":1728046837807,"duration":0}},{"uid":"543f02c2a5505fca","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/543f02c2a5505fca","status":"passed","time":{"start":1728042907580,"stop":1728042907580,"duration":0}},{"uid":"371b30cc9cf155da","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/371b30cc9cf155da","status":"passed","time":{"start":1728035469881,"stop":1728035469881,"duration":0}},{"uid":"6985456a1ae81250","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6985456a1ae81250","status":"passed","time":{"start":1728033386390,"stop":1728033386390,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca9c0a517a260dc5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ca9c0a517a260dc5","status":"passed","time":{"start":1728086171704,"stop":1728086171704,"duration":0}},{"uid":"ac36fc3c426b25c2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ac36fc3c426b25c2","status":"passed","time":{"start":1728085184667,"stop":1728085184680,"duration":13}},{"uid":"f78ed5efaf46e551","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f78ed5efaf46e551","status":"passed","time":{"start":1728084018355,"stop":1728084018355,"duration":0}},{"uid":"bc59339c0200167c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bc59339c0200167c","status":"passed","time":{"start":1728083065674,"stop":1728083065674,"duration":0}},{"uid":"4040868d52acd5d6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4040868d52acd5d6","status":"passed","time":{"start":1728069218836,"stop":1728069218837,"duration":1}},{"uid":"f8a53cd441673c66","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f8a53cd441673c66","status":"passed","time":{"start":1728046261832,"stop":1728046261832,"duration":0}},{"uid":"bf6bed0959523ab5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bf6bed0959523ab5","status":"passed","time":{"start":1728043204097,"stop":1728043204097,"duration":0}},{"uid":"d71085f2b058f624","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d71085f2b058f624","status":"passed","time":{"start":1728035785876,"stop":1728035785876,"duration":0}},{"uid":"e82c31cd864e4365","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e82c31cd864e4365","status":"passed","time":{"start":1728033696353,"stop":1728033696353,"duration":0}},{"uid":"f762bf7a0706c666","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f762bf7a0706c666","status":"passed","time":{"start":1728033319494,"stop":1728033319495,"duration":1}},{"uid":"beeecd1ebbc40b79","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/beeecd1ebbc40b79","status":"passed","time":{"start":1728032886556,"stop":1728032886557,"duration":1}},{"uid":"4e68b1958b5a0aa9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4e68b1958b5a0aa9","status":"passed","time":{"start":1728032520645,"stop":1728032520646,"duration":1}},{"uid":"582e990e87084c62","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/582e990e87084c62","status":"passed","time":{"start":1728032252775,"stop":1728032252776,"duration":1}}]},"8c8518dfa6ddf47347e99b1973c32880:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b54c9b8b877fd88d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b54c9b8b877fd88d","status":"passed","time":{"start":1728067502940,"stop":1728067502940,"duration":0}}]},"df9e546a8eb2645debcb835f3a27f3d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"803b82a80b843db9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/803b82a80b843db9","status":"passed","time":{"start":1728043269971,"stop":1728043269971,"duration":0}}]},"3b6cf5ed408cb41118a77ac53c2e46b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8808b47706ff20ed","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8808b47706ff20ed","status":"passed","time":{"start":1728068031255,"stop":1728068031255,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9ccb3c58dc7426d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ccb3c58dc7426d2","status":"passed","time":{"start":1728085957572,"stop":1728085957572,"duration":0}},{"uid":"748cf452ad36eb00","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/748cf452ad36eb00","status":"passed","time":{"start":1728084971920,"stop":1728084971920,"duration":0}},{"uid":"aa3f7533992edb15","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/aa3f7533992edb15","status":"passed","time":{"start":1728083836933,"stop":1728083836934,"duration":1}},{"uid":"5bce940c0ef807d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5bce940c0ef807d","status":"passed","time":{"start":1728082900671,"stop":1728082900671,"duration":0}},{"uid":"e60b1e93340e5675","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e60b1e93340e5675","status":"passed","time":{"start":1728082234248,"stop":1728082234248,"duration":0}},{"uid":"a7b081445373a1c0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a7b081445373a1c0","status":"passed","time":{"start":1728069004056,"stop":1728069004057,"duration":1}},{"uid":"6ee552ddd2d9575a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6ee552ddd2d9575a","status":"passed","time":{"start":1728067877848,"stop":1728067877848,"duration":0}},{"uid":"e17dc8439e8ba7c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e17dc8439e8ba7c0","status":"passed","time":{"start":1728065726134,"stop":1728065726135,"duration":1}},{"uid":"179e85b016c749c7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/179e85b016c749c7","status":"passed","time":{"start":1728066014607,"stop":1728066014608,"duration":1}},{"uid":"9e59141cf0afa002","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9e59141cf0afa002","status":"passed","time":{"start":1728056904360,"stop":1728056904360,"duration":0}},{"uid":"f81e511cd31a49c7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f81e511cd31a49c7","status":"passed","time":{"start":1728056077508,"stop":1728056077508,"duration":0}},{"uid":"c787d98fe57fcf6c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c787d98fe57fcf6c","status":"passed","time":{"start":1728056396932,"stop":1728056396932,"duration":0}},{"uid":"6329a21dd35ca5f6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6329a21dd35ca5f6","status":"passed","time":{"start":1728055208887,"stop":1728055208887,"duration":0}},{"uid":"26c255f9115b190a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/26c255f9115b190a","status":"passed","time":{"start":1728054186962,"stop":1728054186962,"duration":0}},{"uid":"a360df76bfb25f7b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a360df76bfb25f7b","status":"passed","time":{"start":1728052465444,"stop":1728052465444,"duration":0}},{"uid":"e06a8c91350a4e63","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e06a8c91350a4e63","status":"passed","time":{"start":1728046146801,"stop":1728046146801,"duration":0}},{"uid":"692be50780a7c651","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/692be50780a7c651","status":"passed","time":{"start":1728046931949,"stop":1728046931949,"duration":0}},{"uid":"7cb06d5b314d92a8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7cb06d5b314d92a8","status":"passed","time":{"start":1728043000895,"stop":1728043000895,"duration":0}},{"uid":"acecd8841876e197","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/acecd8841876e197","status":"passed","time":{"start":1728035564096,"stop":1728035564097,"duration":1}},{"uid":"4cd523797bbebb77","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4cd523797bbebb77","status":"passed","time":{"start":1728033481620,"stop":1728033481620,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6b94a008ca9f8767","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6b94a008ca9f8767","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0}},{"uid":"682e7ef8e55d73de","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/682e7ef8e55d73de","status":"passed","time":{"start":1728084885250,"stop":1728084885250,"duration":0}},{"uid":"1e399650a1a60d0c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1e399650a1a60d0c","status":"passed","time":{"start":1728083752740,"stop":1728083752740,"duration":0}},{"uid":"e9702d9dd864492d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e9702d9dd864492d","status":"passed","time":{"start":1728082815931,"stop":1728082815931,"duration":0}},{"uid":"29ea0c8d1a05127a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/29ea0c8d1a05127a","status":"passed","time":{"start":1728082147996,"stop":1728082147996,"duration":0}},{"uid":"a064fb8829331a92","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a064fb8829331a92","status":"passed","time":{"start":1728068916839,"stop":1728068916839,"duration":0}},{"uid":"ab5358eee81a460a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ab5358eee81a460a","status":"passed","time":{"start":1728067793131,"stop":1728067793131,"duration":0}},{"uid":"d8315d2fa0e4266b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d8315d2fa0e4266b","status":"passed","time":{"start":1728065639901,"stop":1728065639901,"duration":0}},{"uid":"fb101c4f8516bf24","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fb101c4f8516bf24","status":"passed","time":{"start":1728065929467,"stop":1728065929467,"duration":0}},{"uid":"f93042ef442c355a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f93042ef442c355a","status":"passed","time":{"start":1728056820055,"stop":1728056820055,"duration":0}},{"uid":"605a5ce9a4f06b08","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/605a5ce9a4f06b08","status":"passed","time":{"start":1728055991703,"stop":1728055991703,"duration":0}},{"uid":"46fe88fe481ffa0f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/46fe88fe481ffa0f","status":"passed","time":{"start":1728056312123,"stop":1728056312123,"duration":0}},{"uid":"564b97323e5e813e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/564b97323e5e813e","status":"passed","time":{"start":1728055123412,"stop":1728055123412,"duration":0}},{"uid":"df316d6a03d967d9","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/df316d6a03d967d9","status":"passed","time":{"start":1728054102193,"stop":1728054102193,"duration":0}},{"uid":"3a6e71ba506f56ac","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3a6e71ba506f56ac","status":"passed","time":{"start":1728052379783,"stop":1728052379783,"duration":0}},{"uid":"e642a7b360302e1a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e642a7b360302e1a","status":"passed","time":{"start":1728046060546,"stop":1728046060546,"duration":0}},{"uid":"3d31bc42f005df74","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3d31bc42f005df74","status":"passed","time":{"start":1728046846355,"stop":1728046846356,"duration":1}},{"uid":"460664b7e80e85fd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/460664b7e80e85fd","status":"passed","time":{"start":1728042916066,"stop":1728042916067,"duration":1}},{"uid":"9e7dfa667ef232ba","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9e7dfa667ef232ba","status":"passed","time":{"start":1728035478725,"stop":1728035478725,"duration":0}},{"uid":"a7afbf777baf432f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a7afbf777baf432f","status":"passed","time":{"start":1728033395126,"stop":1728033395126,"duration":0}}]},"9511d01e9f17832fe4cabec0d8291cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51c0d6af60c08472","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/51c0d6af60c08472","status":"passed","time":{"start":1728032317354,"stop":1728032317355,"duration":1}}]},"b1b4b651ffb7f1a8d938f8c973e97a6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a74c19feb77906f5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a74c19feb77906f5","status":"passed","time":{"start":1728085184720,"stop":1728085184722,"duration":2}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fa563e314c3abb93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fa563e314c3abb93","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0}},{"uid":"47d7680e7ea160ea","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/47d7680e7ea160ea","status":"passed","time":{"start":1728085079892,"stop":1728085079895,"duration":3}},{"uid":"8b1a28cab0887941","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8b1a28cab0887941","status":"passed","time":{"start":1728083929292,"stop":1728083929292,"duration":0}},{"uid":"52a4b15fb691c340","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/52a4b15fb691c340","status":"passed","time":{"start":1728082986555,"stop":1728082986555,"duration":0}},{"uid":"21488add9f1ac73a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/21488add9f1ac73a","status":"passed","time":{"start":1728082304416,"stop":1728082304416,"duration":0}},{"uid":"dd5573836d4a61de","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dd5573836d4a61de","status":"passed","time":{"start":1728069112294,"stop":1728069112294,"duration":0}},{"uid":"931f6fa129e2d6ab","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/931f6fa129e2d6ab","status":"passed","time":{"start":1728067941516,"stop":1728067941518,"duration":2}},{"uid":"cc8e2a25b6d16415","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc8e2a25b6d16415","status":"passed","time":{"start":1728043108486,"stop":1728043108491,"duration":5}},{"uid":"c662d12fa69bf5da","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c662d12fa69bf5da","status":"passed","time":{"start":1728035666330,"stop":1728035666334,"duration":4}},{"uid":"fba1e0f2abfed337","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fba1e0f2abfed337","status":"passed","time":{"start":1728033588054,"stop":1728033588054,"duration":0}},{"uid":"28e7b0d993614a59","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/28e7b0d993614a59","status":"passed","time":{"start":1728033211353,"stop":1728033211353,"duration":0}},{"uid":"5e760b60c0313dbd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5e760b60c0313dbd","status":"passed","time":{"start":1728032787674,"stop":1728032787674,"duration":0}},{"uid":"6fa96a2f712a4377","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6fa96a2f712a4377","status":"passed","time":{"start":1728032415367,"stop":1728032415367,"duration":0}},{"uid":"1cfd41fb2213943","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1cfd41fb2213943","status":"passed","time":{"start":1728032137547,"stop":1728032137547,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd20ad2b9b1bf958","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd20ad2b9b1bf958","status":"passed","time":{"start":1728086254813,"stop":1728086254814,"duration":1}},{"uid":"ffc28c5bd5180ddf","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ffc28c5bd5180ddf","status":"passed","time":{"start":1728085271526,"stop":1728085271526,"duration":0}},{"uid":"57a9c4451fccaa2b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/57a9c4451fccaa2b","status":"passed","time":{"start":1728084080684,"stop":1728084080684,"duration":0}},{"uid":"157ef43a096ae0b4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/157ef43a096ae0b4","status":"passed","time":{"start":1728083141878,"stop":1728083141879,"duration":1}},{"uid":"2634cb481f041fe","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2634cb481f041fe","status":"passed","time":{"start":1728082445890,"stop":1728082445891,"duration":1}},{"uid":"4fd132526b435be2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4fd132526b435be2","status":"passed","time":{"start":1728069302768,"stop":1728069302768,"duration":0}},{"uid":"2ba63529baf6bea","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2ba63529baf6bea","status":"passed","time":{"start":1728068075779,"stop":1728068075779,"duration":0}},{"uid":"277fd6921611aae6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/277fd6921611aae6","status":"passed","time":{"start":1728043294679,"stop":1728043294680,"duration":1}},{"uid":"236806c140366857","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/236806c140366857","status":"passed","time":{"start":1728035901759,"stop":1728035901760,"duration":1}},{"uid":"dff504d1d6ba437","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dff504d1d6ba437","status":"passed","time":{"start":1728033819836,"stop":1728033819836,"duration":0}},{"uid":"6450d9f396b353ca","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6450d9f396b353ca","status":"passed","time":{"start":1728033441777,"stop":1728033441780,"duration":3}},{"uid":"bbf7a28588c4bb7d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bbf7a28588c4bb7d","status":"passed","time":{"start":1728032974948,"stop":1728032974948,"duration":0}},{"uid":"5ec0fcb87b981296","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5ec0fcb87b981296","status":"passed","time":{"start":1728032605742,"stop":1728032605742,"duration":0}},{"uid":"732b7ed8b2b193da","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/732b7ed8b2b193da","status":"passed","time":{"start":1728032334178,"stop":1728032334178,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"cae99f9ed07554f1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cae99f9ed07554f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085887952,"stop":1728085887952,"duration":0}},{"uid":"c378b9d108dee0e7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c378b9d108dee0e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084901039,"stop":1728084901039,"duration":0}},{"uid":"2ab5e2671d4f5a1c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2ab5e2671d4f5a1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083767741,"stop":1728083767741,"duration":0}},{"uid":"a3ea125fd2190532","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a3ea125fd2190532","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082831087,"stop":1728082831088,"duration":1}},{"uid":"652ea8fd7e94b87f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/652ea8fd7e94b87f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082163260,"stop":1728082163260,"duration":0}},{"uid":"afcb31963f76281b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/afcb31963f76281b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068932332,"stop":1728068932332,"duration":0}},{"uid":"167cd80573051a94","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/167cd80573051a94","status":"skipped","statusDetails":"Test ignored","time":{"start":1728067808312,"stop":1728067808313,"duration":1}},{"uid":"82485c4a4a59670c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82485c4a4a59670c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065654944,"stop":1728065654944,"duration":0}},{"uid":"438bf5ec5ca6053a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/438bf5ec5ca6053a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065944726,"stop":1728065944726,"duration":0}},{"uid":"6bcd65e585736b17","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6bcd65e585736b17","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056835006,"stop":1728056835006,"duration":0}},{"uid":"1981b1087251ec6e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1981b1087251ec6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056007095,"stop":1728056007095,"duration":0}},{"uid":"d671616839ccd5fe","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d671616839ccd5fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056327241,"stop":1728056327241,"duration":0}},{"uid":"cdcc1794602fe256","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/cdcc1794602fe256","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055138668,"stop":1728055138668,"duration":0}},{"uid":"ed247c8cbd89fe47","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ed247c8cbd89fe47","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054117453,"stop":1728054117453,"duration":0}},{"uid":"79da07e2a7ec8e21","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/79da07e2a7ec8e21","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052394964,"stop":1728052394964,"duration":0}},{"uid":"49359d5815088705","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/49359d5815088705","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046076377,"stop":1728046076378,"duration":1}},{"uid":"7959e65b56381929","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7959e65b56381929","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046861542,"stop":1728046861542,"duration":0}},{"uid":"b5518e407ea3f98","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b5518e407ea3f98","status":"skipped","statusDetails":"Test ignored","time":{"start":1728042931179,"stop":1728042931179,"duration":0}},{"uid":"48ef7471858a6257","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/48ef7471858a6257","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035493999,"stop":1728035493999,"duration":0}},{"uid":"2595bb6d152f7099","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2595bb6d152f7099","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033410793,"stop":1728033410793,"duration":0}}]},"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"5505a0b00b47eeb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5505a0b00b47eeb","status":"passed","time":{"start":1728086150804,"stop":1728086150804,"duration":0}},{"uid":"9d12d160606b1ca0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9d12d160606b1ca0","status":"passed","time":{"start":1728085165549,"stop":1728085165549,"duration":0}},{"uid":"389cb8e1d72579e7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/389cb8e1d72579e7","status":"passed","time":{"start":1728083991605,"stop":1728083991605,"duration":0}},{"uid":"10b06b03131084f6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/10b06b03131084f6","status":"passed","time":{"start":1728083028061,"stop":1728083028061,"duration":0}},{"uid":"cf60dfc30f9ba6f5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cf60dfc30f9ba6f5","status":"passed","time":{"start":1728082357536,"stop":1728082357537,"duration":1}},{"uid":"ebd58642025fd35f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ebd58642025fd35f","status":"passed","time":{"start":1728069194219,"stop":1728069194234,"duration":15}},{"uid":"b69435851305701a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b69435851305701a","status":"passed","time":{"start":1728067984177,"stop":1728067984178,"duration":1}},{"uid":"f7a5d25bbb9647e4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f7a5d25bbb9647e4","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548724,"stop":1728066548724,"duration":0}},{"uid":"582f9ec627a15da7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/582f9ec627a15da7","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835734,"stop":1728066835734,"duration":0}},{"uid":"da64593eec7b84c6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/da64593eec7b84c6","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726222,"stop":1728057726223,"duration":1}},{"uid":"b3d119c68fe8df8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b3d119c68fe8df8","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209779,"stop":1728057209779,"duration":0}},{"uid":"926b707cb59481e9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/926b707cb59481e9","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965600,"stop":1728046965600,"duration":0}},{"uid":"e9ba2d5aa625c8c1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e9ba2d5aa625c8c1","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762418,"stop":1728047762418,"duration":0}},{"uid":"6ebb3987ab8f0e35","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ebb3987ab8f0e35","status":"passed","time":{"start":1728043179157,"stop":1728043179157,"duration":0}},{"uid":"6be70c86a8a5aaca","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6be70c86a8a5aaca","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035952271,"stop":1728035952272,"duration":1}},{"uid":"8f8d2ced30f2c970","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8f8d2ced30f2c970","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033874156,"stop":1728033874156,"duration":0}},{"uid":"6ca5ab68af7dd738","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6ca5ab68af7dd738","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033497572,"stop":1728033497572,"duration":0}},{"uid":"1bb5ec8ad4affa85","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1bb5ec8ad4affa85","status":"passed","time":{"start":1728032861202,"stop":1728032861202,"duration":0}},{"uid":"8c5b4b97c709ac14","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8c5b4b97c709ac14","status":"passed","time":{"start":1728032518179,"stop":1728032518180,"duration":1}},{"uid":"b859954177615d4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b859954177615d4","status":"passed","time":{"start":1728032218326,"stop":1728032218326,"duration":0}}]},"e0eba44f0e513b114e40521df2ef19dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65db5b8936740fe7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/65db5b8936740fe7","status":"passed","time":{"start":1728057124845,"stop":1728057124845,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b29b4335f3dfbd7d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b29b4335f3dfbd7d","status":"passed","time":{"start":1728086063193,"stop":1728086063197,"duration":4}},{"uid":"eb8fe63aeeda3bec","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/eb8fe63aeeda3bec","status":"passed","time":{"start":1728085079908,"stop":1728085079908,"duration":0}},{"uid":"2da162fdc3af460e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2da162fdc3af460e","status":"passed","time":{"start":1728083929301,"stop":1728083929302,"duration":1}},{"uid":"2ec9a8c0d9f5c720","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2ec9a8c0d9f5c720","status":"passed","time":{"start":1728082986572,"stop":1728082986572,"duration":0}},{"uid":"75489103af7266a1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/75489103af7266a1","status":"passed","time":{"start":1728082304430,"stop":1728082304430,"duration":0}},{"uid":"3660d6bde5720d30","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3660d6bde5720d30","status":"passed","time":{"start":1728069112310,"stop":1728069112310,"duration":0}},{"uid":"1663c61e601b4ffb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1663c61e601b4ffb","status":"passed","time":{"start":1728067941524,"stop":1728067941528,"duration":4}},{"uid":"9593270d36b0024f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9593270d36b0024f","status":"passed","time":{"start":1728043108502,"stop":1728043108503,"duration":1}},{"uid":"b5ed2074810bcd15","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b5ed2074810bcd15","status":"passed","time":{"start":1728035666348,"stop":1728035666349,"duration":1}},{"uid":"49e08677840fd011","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/49e08677840fd011","status":"passed","time":{"start":1728033588075,"stop":1728033588075,"duration":0}},{"uid":"a5cfa179e99c9c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a5cfa179e99c9c","status":"passed","time":{"start":1728033211364,"stop":1728033211364,"duration":0}},{"uid":"e50438c21981107a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e50438c21981107a","status":"passed","time":{"start":1728032787685,"stop":1728032787685,"duration":0}},{"uid":"8d7106c1b4010d7a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8d7106c1b4010d7a","status":"passed","time":{"start":1728032415384,"stop":1728032415384,"duration":0}},{"uid":"36d0edaa25e169fc","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/36d0edaa25e169fc","status":"passed","time":{"start":1728032137563,"stop":1728032137564,"duration":1}}]},"847428d9e57c08163298b83b4f8af9c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0317cd37800b988","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f0317cd37800b988","status":"passed","time":{"start":1728053197847,"stop":1728053197847,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"970ea26012a24111","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/970ea26012a24111","status":"passed","time":{"start":1728086203099,"stop":1728086203099,"duration":0}},{"uid":"e48d2870cb6d3e07","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e48d2870cb6d3e07","status":"passed","time":{"start":1728085221330,"stop":1728085221330,"duration":0}},{"uid":"cb87c81291152d18","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cb87c81291152d18","status":"passed","time":{"start":1728084029166,"stop":1728084029166,"duration":0}},{"uid":"41e41205d8874099","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/41e41205d8874099","status":"passed","time":{"start":1728083082994,"stop":1728083082994,"duration":0}},{"uid":"f6edccf0aa762a3c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f6edccf0aa762a3c","status":"passed","time":{"start":1728082390956,"stop":1728082390956,"duration":0}},{"uid":"f9abfb9e208a8d5b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f9abfb9e208a8d5b","status":"passed","time":{"start":1728069248371,"stop":1728069248371,"duration":0}},{"uid":"52fdc13c5e2b3ecf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/52fdc13c5e2b3ecf","status":"passed","time":{"start":1728068031246,"stop":1728068031246,"duration":0}},{"uid":"41aa69a47f957058","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/41aa69a47f957058","status":"passed","time":{"start":1728066046598,"stop":1728066046600,"duration":2}},{"uid":"d8fea70919d624d9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d8fea70919d624d9","status":"passed","time":{"start":1728066341473,"stop":1728066341474,"duration":1}},{"uid":"3a3f0b5e210bb0c4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3a3f0b5e210bb0c4","status":"passed","time":{"start":1728057209564,"stop":1728057209564,"duration":0}},{"uid":"e709d189dc1e39d5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e709d189dc1e39d5","status":"passed","time":{"start":1728056305023,"stop":1728056305023,"duration":0}},{"uid":"cb7154fa5f2648ab","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cb7154fa5f2648ab","status":"passed","time":{"start":1728056720927,"stop":1728056720927,"duration":0}},{"uid":"d157b3cb3ac17cb8","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d157b3cb3ac17cb8","status":"passed","time":{"start":1728052606337,"stop":1728052606338,"duration":1}},{"uid":"72931927f7d8f78","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/72931927f7d8f78","status":"passed","time":{"start":1728046448368,"stop":1728046448368,"duration":0}},{"uid":"f1cf7fac84f71a2e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f1cf7fac84f71a2e","status":"passed","time":{"start":1728047258627,"stop":1728047258627,"duration":0}},{"uid":"73da64235287a1b4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/73da64235287a1b4","status":"passed","time":{"start":1728043238289,"stop":1728043238289,"duration":0}},{"uid":"c961209f69cfbbf0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c961209f69cfbbf0","status":"passed","time":{"start":1728035872166,"stop":1728035872166,"duration":0}},{"uid":"217590e8e01d0dad","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/217590e8e01d0dad","status":"passed","time":{"start":1728033783667,"stop":1728033783667,"duration":0}},{"uid":"9e39b8354c8941fb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9e39b8354c8941fb","status":"passed","time":{"start":1728033410924,"stop":1728033410925,"duration":1}},{"uid":"bd021e2624c9ad38","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bd021e2624c9ad38","status":"passed","time":{"start":1728032924198,"stop":1728032924198,"duration":0}}]},"c52910cc5311e3a485ef0e798b6df7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f2b2681b9a5af0d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3f2b2681b9a5af0d","status":"passed","time":{"start":1728053197837,"stop":1728053197837,"duration":0}}]},"3dc8f898c1b00d4eb6f64fa300558b92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d0b0ac40ffc676e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4d0b0ac40ffc676e","status":"passed","time":{"start":1728069309216,"stop":1728069309217,"duration":1}}]},"8124713a4a2ccbc072e0be635f5ea9e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"4816499ad668bd31","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4816499ad668bd31","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494821,"stop":1728047494821,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"fd1dc257a2db03c7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd1dc257a2db03c7","status":"passed","time":{"start":1728086260308,"stop":1728086260308,"duration":0}},{"uid":"387f3f130f89e00c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/387f3f130f89e00c","status":"passed","time":{"start":1728085269079,"stop":1728085269079,"duration":0}},{"uid":"5607a199cb0807dc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5607a199cb0807dc","status":"passed","time":{"start":1728069312630,"stop":1728069312631,"duration":1}},{"uid":"c0a95299c3b3a7e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c0a95299c3b3a7e","status":"passed","time":{"start":1728046423435,"stop":1728046423436,"duration":1}},{"uid":"52a279b70ccb34d4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/52a279b70ccb34d4","status":"passed","time":{"start":1728043297177,"stop":1728043297177,"duration":0}},{"uid":"e3bb271791d68762","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e3bb271791d68762","status":"passed","time":{"start":1728035880153,"stop":1728035880153,"duration":0}},{"uid":"991a6ac9abfc760b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/991a6ac9abfc760b","status":"passed","time":{"start":1728033788809,"stop":1728033788809,"duration":0}},{"uid":"631a7190b603140d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/631a7190b603140d","status":"passed","time":{"start":1728033423634,"stop":1728033423636,"duration":2}},{"uid":"2a32846971d793de","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2a32846971d793de","status":"passed","time":{"start":1728032985125,"stop":1728032985128,"duration":3}},{"uid":"4a7598fab00c9a2f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4a7598fab00c9a2f","status":"passed","time":{"start":1728032614939,"stop":1728032614939,"duration":0}},{"uid":"3e1540131b9df58d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3e1540131b9df58d","status":"passed","time":{"start":1728032348372,"stop":1728032348373,"duration":1}}]},"9c0a2ddc030f93a5857745db2d32c03b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0198732e5cfbf9f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c0198732e5cfbf9f","status":"passed","time":{"start":1728046402359,"stop":1728046402359,"duration":0}}]},"93e3cf57845f65c67ef694378d77941f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e25cb5b3d770b7b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3e25cb5b3d770b7b","status":"passed","time":{"start":1728043300950,"stop":1728043300950,"duration":0}}]},"45639ee6e19edc9f563c99b3971a9006:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd45f7e3bcab32e9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cd45f7e3bcab32e9","status":"passed","time":{"start":1728032550372,"stop":1728032550373,"duration":1}}]},"2799c9ea0b7e253695a02dbf851950a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea4fe0e7f63670fa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea4fe0e7f63670fa","status":"passed","time":{"start":1728086260660,"stop":1728086260660,"duration":0}}]},"5f3d76069f206eee6977162a1f60c05a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ce9844bdf327bc7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9ce9844bdf327bc7","status":"passed","time":{"start":1728085277873,"stop":1728085277873,"duration":0}}]},"b5b6df95e5ec68264e1a7b950e683de2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0f058aa990e5182","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a0f058aa990e5182","status":"passed","time":{"start":1728032582954,"stop":1728032582955,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"107a9cd2445d3995","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/107a9cd2445d3995","status":"passed","time":{"start":1728086207916,"stop":1728086207920,"duration":4}},{"uid":"d919d569cd1480f5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d919d569cd1480f5","status":"passed","time":{"start":1728085227794,"stop":1728085227795,"duration":1}},{"uid":"cdd6be0ae95edcf3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cdd6be0ae95edcf3","status":"passed","time":{"start":1728084031094,"stop":1728084031094,"duration":0}},{"uid":"275fdf950a84f552","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/275fdf950a84f552","status":"passed","time":{"start":1728083085068,"stop":1728083085068,"duration":0}},{"uid":"6c612e69d4a1f51a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6c612e69d4a1f51a","status":"passed","time":{"start":1728082402963,"stop":1728082402963,"duration":0}},{"uid":"8b20d637f139fed0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8b20d637f139fed0","status":"passed","time":{"start":1728069256725,"stop":1728069256725,"duration":0}},{"uid":"53f5b6dab893b771","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/53f5b6dab893b771","status":"passed","time":{"start":1728068039050,"stop":1728068039050,"duration":0}},{"uid":"f87feab313d81357","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f87feab313d81357","status":"passed","time":{"start":1728066054980,"stop":1728066054980,"duration":0}},{"uid":"7e3ab345a1c45d23","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7e3ab345a1c45d23","status":"passed","time":{"start":1728066345498,"stop":1728066345499,"duration":1}},{"uid":"d4133401855ef7fc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d4133401855ef7fc","status":"passed","time":{"start":1728057218520,"stop":1728057218521,"duration":1}},{"uid":"79aa85adf8fe7d31","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/79aa85adf8fe7d31","status":"passed","time":{"start":1728056313103,"stop":1728056313103,"duration":0}},{"uid":"ce3029f0fb347864","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ce3029f0fb347864","status":"passed","time":{"start":1728056731789,"stop":1728056731789,"duration":0}},{"uid":"a7a1b6690cb85e5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a7a1b6690cb85e5","status":"passed","time":{"start":1728052615134,"stop":1728052615135,"duration":1}},{"uid":"9d77610e196f566","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9d77610e196f566","status":"passed","time":{"start":1728046456507,"stop":1728046456508,"duration":1}},{"uid":"be1e9d8912da12b2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/be1e9d8912da12b2","status":"passed","time":{"start":1728047262764,"stop":1728047262765,"duration":1}},{"uid":"aeb39ae19bb353f6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aeb39ae19bb353f6","status":"passed","time":{"start":1728043245061,"stop":1728043245062,"duration":1}},{"uid":"47f2ce85531b8cf1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/47f2ce85531b8cf1","status":"passed","time":{"start":1728035876572,"stop":1728035876572,"duration":0}},{"uid":"fd799b52ce1a6b17","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fd799b52ce1a6b17","status":"passed","time":{"start":1728033795272,"stop":1728033795272,"duration":0}},{"uid":"85fa2f8ea32373e4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/85fa2f8ea32373e4","status":"passed","time":{"start":1728033412133,"stop":1728033412133,"duration":0}},{"uid":"736809dde341206a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/736809dde341206a","status":"passed","time":{"start":1728032929721,"stop":1728032929722,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ae1bf2d49461452","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ae1bf2d49461452","status":"passed","time":{"start":1728085887947,"stop":1728085887947,"duration":0}},{"uid":"7ee2ff5b47940815","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7ee2ff5b47940815","status":"passed","time":{"start":1728084901034,"stop":1728084901035,"duration":1}},{"uid":"d9b7deabb9a37ca7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d9b7deabb9a37ca7","status":"passed","time":{"start":1728083767735,"stop":1728083767736,"duration":1}},{"uid":"5815ecff1f427c1d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5815ecff1f427c1d","status":"passed","time":{"start":1728082831082,"stop":1728082831082,"duration":0}},{"uid":"991ddd3d3f4afcf8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/991ddd3d3f4afcf8","status":"passed","time":{"start":1728082163255,"stop":1728082163255,"duration":0}},{"uid":"c9d2c8000916d841","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c9d2c8000916d841","status":"passed","time":{"start":1728068932327,"stop":1728068932327,"duration":0}},{"uid":"3906de7db3334cad","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3906de7db3334cad","status":"passed","time":{"start":1728067808308,"stop":1728067808308,"duration":0}},{"uid":"8915e357e3cddfb8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8915e357e3cddfb8","status":"passed","time":{"start":1728065654939,"stop":1728065654939,"duration":0}},{"uid":"f11ebcfcafe19e3a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f11ebcfcafe19e3a","status":"passed","time":{"start":1728065944721,"stop":1728065944721,"duration":0}},{"uid":"fb6c491e8d99a7fd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fb6c491e8d99a7fd","status":"passed","time":{"start":1728056835001,"stop":1728056835002,"duration":1}},{"uid":"fb626d17130ffc2f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fb626d17130ffc2f","status":"passed","time":{"start":1728056007090,"stop":1728056007090,"duration":0}},{"uid":"904e64edbbd63bfa","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/904e64edbbd63bfa","status":"passed","time":{"start":1728056327235,"stop":1728056327236,"duration":1}},{"uid":"89bd8a95d8696c13","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/89bd8a95d8696c13","status":"passed","time":{"start":1728055138663,"stop":1728055138664,"duration":1}},{"uid":"6be6341fca1f6196","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6be6341fca1f6196","status":"passed","time":{"start":1728054117448,"stop":1728054117449,"duration":1}},{"uid":"5c98879047531dae","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5c98879047531dae","status":"passed","time":{"start":1728052394958,"stop":1728052394958,"duration":0}},{"uid":"1d5b12df815f0d08","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1d5b12df815f0d08","status":"passed","time":{"start":1728046076372,"stop":1728046076373,"duration":1}},{"uid":"47e5a8d3b77395c2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/47e5a8d3b77395c2","status":"passed","time":{"start":1728046861537,"stop":1728046861538,"duration":1}},{"uid":"fa542b6bc77bf79a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fa542b6bc77bf79a","status":"passed","time":{"start":1728042931173,"stop":1728042931174,"duration":1}},{"uid":"b3c4167d66d0b2e7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b3c4167d66d0b2e7","status":"passed","time":{"start":1728035493994,"stop":1728035493994,"duration":0}},{"uid":"31ef54312713f43b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/31ef54312713f43b","status":"passed","time":{"start":1728033410787,"stop":1728033410788,"duration":1}}]},"68c228e2050bff5b4e854b86a9971236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e01e3a4c00de9855","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e01e3a4c00de9855","status":"passed","time":{"start":1728035844064,"stop":1728035844064,"duration":0}}]},"37c5a63add8c7c08b2f65748b9966ebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0a4872a9ddad9fa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d0a4872a9ddad9fa","status":"passed","time":{"start":1728086260655,"stop":1728086260655,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c80fcfd70df066cf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c80fcfd70df066cf","status":"passed","time":{"start":1728086063181,"stop":1728086063182,"duration":1}},{"uid":"b3fc762373ce00c5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b3fc762373ce00c5","status":"passed","time":{"start":1728085079897,"stop":1728085079898,"duration":1}},{"uid":"5353d72cc2ee0263","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5353d72cc2ee0263","status":"passed","time":{"start":1728083929295,"stop":1728083929296,"duration":1}},{"uid":"7ac61496e8b8628b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7ac61496e8b8628b","status":"passed","time":{"start":1728082986556,"stop":1728082986557,"duration":1}},{"uid":"222f1db1af3389cd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/222f1db1af3389cd","status":"passed","time":{"start":1728082304419,"stop":1728082304419,"duration":0}},{"uid":"8e3ed4d2fd5f3839","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8e3ed4d2fd5f3839","status":"passed","time":{"start":1728069112302,"stop":1728069112305,"duration":3}},{"uid":"22eaf68e1a952bce","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/22eaf68e1a952bce","status":"passed","time":{"start":1728067941519,"stop":1728067941519,"duration":0}},{"uid":"562ba68386d205e5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/562ba68386d205e5","status":"passed","time":{"start":1728043108493,"stop":1728043108493,"duration":0}},{"uid":"9f313f2c2a926b3b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9f313f2c2a926b3b","status":"passed","time":{"start":1728035666340,"stop":1728035666340,"duration":0}},{"uid":"562ec167d71b062d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/562ec167d71b062d","status":"passed","time":{"start":1728033588057,"stop":1728033588057,"duration":0}},{"uid":"c50a26405e26b29b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c50a26405e26b29b","status":"passed","time":{"start":1728033211357,"stop":1728033211357,"duration":0}},{"uid":"4028ee25c1b4b51c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4028ee25c1b4b51c","status":"passed","time":{"start":1728032787675,"stop":1728032787678,"duration":3}},{"uid":"963ff388eafddcb0","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/963ff388eafddcb0","status":"passed","time":{"start":1728032415376,"stop":1728032415380,"duration":4}},{"uid":"b2e0c407e8bbcaa1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b2e0c407e8bbcaa1","status":"passed","time":{"start":1728032137552,"stop":1728032137552,"duration":0}}]},"bb6b381a0f148b6395870d62da13493d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0a80e2e0f0532c4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a0a80e2e0f0532c4","status":"passed","time":{"start":1728082422911,"stop":1728082422911,"duration":0}}]},"cba62a6975de81490a1fab1373719a34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"75b07085c91137d4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/75b07085c91137d4","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494810,"stop":1728047494810,"duration":0}}]},"4eeab1ba2453a09a8f23ffc8e08da77a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8af0531dd07e4d1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a8af0531dd07e4d1","status":"passed","time":{"start":1728035911095,"stop":1728035911095,"duration":0}}]},"293d6a3d906b5520df32fab8a760a19c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afef3a9281858a60","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/afef3a9281858a60","status":"passed","time":{"start":1728069309220,"stop":1728069309220,"duration":0}}]},"45074398ff335e7f929733489d9c35be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67a72d5fa90b0550","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/67a72d5fa90b0550","status":"passed","time":{"start":1728082280689,"stop":1728082280689,"duration":0}}]},"60b141b768001aaa7fceafa769dafeda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e88d4b3412480369","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e88d4b3412480369","status":"passed","time":{"start":1728053197847,"stop":1728053197848,"duration":1}}]},"39282c543f17ba43cfba7c52c71f04b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaeee46196c2a03","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/eaeee46196c2a03","status":"passed","time":{"start":1728033815141,"stop":1728033815142,"duration":1}}]},"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2734c27887bb9524","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2734c27887bb9524","status":"passed","time":{"start":1728085879613,"stop":1728085879614,"duration":1}},{"uid":"961c2bb5854ee0da","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/961c2bb5854ee0da","status":"passed","time":{"start":1728084892509,"stop":1728084892510,"duration":1}},{"uid":"f9c3e0434cd30c36","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f9c3e0434cd30c36","status":"passed","time":{"start":1728083759831,"stop":1728083759832,"duration":1}},{"uid":"dbcd09bba0675e4a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/dbcd09bba0675e4a","status":"passed","time":{"start":1728082822975,"stop":1728082822976,"duration":1}},{"uid":"5523923507e3a7c2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5523923507e3a7c2","status":"passed","time":{"start":1728082155073,"stop":1728082155074,"duration":1}},{"uid":"9687b4d54b1c2644","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9687b4d54b1c2644","status":"passed","time":{"start":1728068924126,"stop":1728068924126,"duration":0}},{"uid":"6938d3f44cce5971","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6938d3f44cce5971","status":"passed","time":{"start":1728067799545,"stop":1728067799545,"duration":0}},{"uid":"bc8407e34219e6b3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bc8407e34219e6b3","status":"passed","time":{"start":1728065647140,"stop":1728065647141,"duration":1}},{"uid":"2d31e49b80e2b482","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2d31e49b80e2b482","status":"passed","time":{"start":1728065936606,"stop":1728065936606,"duration":0}},{"uid":"36eca8dd701e484","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/36eca8dd701e484","status":"passed","time":{"start":1728056827241,"stop":1728056827241,"duration":0}},{"uid":"5f069851dc4a2575","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5f069851dc4a2575","status":"passed","time":{"start":1728055999040,"stop":1728055999041,"duration":1}},{"uid":"a64658134274a22e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a64658134274a22e","status":"passed","time":{"start":1728056319011,"stop":1728056319012,"duration":1}},{"uid":"3495d9f4b19d1c2b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3495d9f4b19d1c2b","status":"passed","time":{"start":1728055130477,"stop":1728055130478,"duration":1}},{"uid":"ab8fa0fbd2d334a7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ab8fa0fbd2d334a7","status":"passed","time":{"start":1728054109199,"stop":1728054109199,"duration":0}},{"uid":"c40a8fe9d93a0983","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c40a8fe9d93a0983","status":"passed","time":{"start":1728052386762,"stop":1728052386762,"duration":0}},{"uid":"8179492ea9f01bd9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8179492ea9f01bd9","status":"passed","time":{"start":1728046067817,"stop":1728046067818,"duration":1}},{"uid":"f361d1a45f4631e3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f361d1a45f4631e3","status":"passed","time":{"start":1728046853352,"stop":1728046853352,"duration":0}},{"uid":"4d3de0dcd2375367","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4d3de0dcd2375367","status":"passed","time":{"start":1728042922869,"stop":1728042922869,"duration":0}},{"uid":"9504989a75fea1e3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9504989a75fea1e3","status":"passed","time":{"start":1728035485980,"stop":1728035485980,"duration":0}},{"uid":"2196e7ce8ed88bc4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2196e7ce8ed88bc4","status":"passed","time":{"start":1728033402385,"stop":1728033402386,"duration":1}}]},"11f63dbe5ef40433c5fde6d13036aaf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3126db02cc80e574","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3126db02cc80e574","status":"passed","time":{"start":1728056720930,"stop":1728056720930,"duration":0}}]},"135c8ff1188e84d286b4c6a2610c5514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6eae143c9595b6f0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6eae143c9595b6f0","status":"passed","time":{"start":1728084056983,"stop":1728084056983,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"6c215f0e208c4986","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6c215f0e208c4986","status":"passed","time":{"start":1728086336924,"stop":1728086336924,"duration":0}},{"uid":"77b1c7100013dd08","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/77b1c7100013dd08","status":"passed","time":{"start":1728085310253,"stop":1728085310254,"duration":1}},{"uid":"306c8d4c7aa562a1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/306c8d4c7aa562a1","status":"passed","time":{"start":1728084116480,"stop":1728084116480,"duration":0}},{"uid":"5c000be22c367ac4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5c000be22c367ac4","status":"passed","time":{"start":1728083184016,"stop":1728083184016,"duration":0}},{"uid":"9b9f41c941e97d9b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9b9f41c941e97d9b","status":"passed","time":{"start":1728082489679,"stop":1728082489679,"duration":0}},{"uid":"88a3a3f2e3f621ee","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/88a3a3f2e3f621ee","status":"passed","time":{"start":1728069347123,"stop":1728069347123,"duration":0}},{"uid":"a0b9acfd2b1e9b99","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a0b9acfd2b1e9b99","status":"passed","time":{"start":1728068142147,"stop":1728068142148,"duration":1}},{"uid":"b9c27ed8f30232c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b9c27ed8f30232c0","status":"passed","time":{"start":1728066759533,"stop":1728066759533,"duration":0}},{"uid":"cbea038f4e21b2b8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cbea038f4e21b2b8","status":"passed","time":{"start":1728067080508,"stop":1728067080508,"duration":0}},{"uid":"d7d69861c330e526","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d7d69861c330e526","status":"passed","time":{"start":1728057941317,"stop":1728057941317,"duration":0}},{"uid":"ec52f6d494a9cb2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ec52f6d494a9cb2","status":"passed","time":{"start":1728057474270,"stop":1728057474270,"duration":0}},{"uid":"635c2718e28382e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/635c2718e28382e","status":"passed","time":{"start":1728053284685,"stop":1728053284685,"duration":0}},{"uid":"6f96dabbf2e348fa","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6f96dabbf2e348fa","status":"passed","time":{"start":1728047212948,"stop":1728047212948,"duration":0}},{"uid":"7555e84d9a40f3b4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7555e84d9a40f3b4","status":"passed","time":{"start":1728047998123,"stop":1728047998123,"duration":0}},{"uid":"301a2ff74999dfd3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/301a2ff74999dfd3","status":"passed","time":{"start":1728043333721,"stop":1728043333721,"duration":0}},{"uid":"736731329b6620a7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/736731329b6620a7","status":"passed","time":{"start":1728035955996,"stop":1728035955996,"duration":0}},{"uid":"50af6af2d4fadb0c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/50af6af2d4fadb0c","status":"passed","time":{"start":1728033873084,"stop":1728033873085,"duration":1}},{"uid":"f131fed31aeb1a2d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f131fed31aeb1a2d","status":"passed","time":{"start":1728033493629,"stop":1728033493630,"duration":1}},{"uid":"fba27abcecacf254","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/fba27abcecacf254","status":"passed","time":{"start":1728033017916,"stop":1728033017917,"duration":1}},{"uid":"e4be6cb725732720","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e4be6cb725732720","status":"passed","time":{"start":1728032652650,"stop":1728032652650,"duration":0}}]},"7f4d02cb0b82ba8421cc3064a2a79d26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14c3fb71552a20bc","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/14c3fb71552a20bc","status":"passed","time":{"start":1728032274028,"stop":1728032274028,"duration":0}}]},"848cbb4bf4ba123a87219d0142c76d40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89c05c09234baf41","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/89c05c09234baf41","status":"passed","time":{"start":1728066341477,"stop":1728066341477,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"819f514b9f23bc52","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/819f514b9f23bc52","status":"passed","time":{"start":1728086226479,"stop":1728086226479,"duration":0}},{"uid":"93daa1a0b8723733","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/93daa1a0b8723733","status":"passed","time":{"start":1728085246290,"stop":1728085246291,"duration":1}},{"uid":"f348b577ff256169","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f348b577ff256169","status":"passed","time":{"start":1728084078538,"stop":1728084078539,"duration":1}},{"uid":"c44e877408d8520","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c44e877408d8520","status":"passed","time":{"start":1728083125011,"stop":1728083125012,"duration":1}},{"uid":"4cbee919c1a88af1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4cbee919c1a88af1","status":"passed","time":{"start":1728082441021,"stop":1728082441022,"duration":1}},{"uid":"1ec016b76e17f10d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1ec016b76e17f10d","status":"passed","time":{"start":1728069279737,"stop":1728069279737,"duration":0}},{"uid":"2e15679965845065","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2e15679965845065","status":"passed","time":{"start":1728046402357,"stop":1728046402357,"duration":0}},{"uid":"c70469e55aea26c2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c70469e55aea26c2","status":"passed","time":{"start":1728043267044,"stop":1728043267044,"duration":0}},{"uid":"decd7e8f52423f13","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/decd7e8f52423f13","status":"passed","time":{"start":1728035855935,"stop":1728035855935,"duration":0}},{"uid":"f29c2b79a877a0e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f29c2b79a877a0e","status":"passed","time":{"start":1728033769214,"stop":1728033769215,"duration":1}},{"uid":"ed628aa616f9a3c7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ed628aa616f9a3c7","status":"passed","time":{"start":1728033391669,"stop":1728033391670,"duration":1}},{"uid":"380ba701f94cff42","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/380ba701f94cff42","status":"passed","time":{"start":1728032951670,"stop":1728032951670,"duration":0}},{"uid":"5c19fba4427a8f24","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5c19fba4427a8f24","status":"passed","time":{"start":1728032582511,"stop":1728032582511,"duration":0}},{"uid":"79c680a6b7325d2d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/79c680a6b7325d2d","status":"passed","time":{"start":1728032304562,"stop":1728032304562,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":13,"unknown":0,"total":23},"items":[{"uid":"b38b01fe67fd8afe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b38b01fe67fd8afe","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0}},{"uid":"e63b83e5ba43eda8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e63b83e5ba43eda8","status":"passed","time":{"start":1728085184609,"stop":1728085184610,"duration":1}},{"uid":"a088448b1b38d308","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a088448b1b38d308","status":"passed","time":{"start":1728084018341,"stop":1728084018342,"duration":1}},{"uid":"4fa1dc7e8956d20d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4fa1dc7e8956d20d","status":"passed","time":{"start":1728083065657,"stop":1728083065657,"duration":0}},{"uid":"5b0a224f86ec7075","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5b0a224f86ec7075","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728082302029,"stop":1728082302029,"duration":0}},{"uid":"d18f939cbea4652d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d18f939cbea4652d","status":"passed","time":{"start":1728069218809,"stop":1728069218810,"duration":1}},{"uid":"622aedfde159ba9d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/622aedfde159ba9d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728067947106,"stop":1728067947106,"duration":0}},{"uid":"b72d685028d6e50a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b72d685028d6e50a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728065798435,"stop":1728065798435,"duration":0}},{"uid":"40e467f3a9dc840c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/40e467f3a9dc840c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728066085451,"stop":1728066085451,"duration":0}},{"uid":"d376700faafc8293","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d376700faafc8293","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728056975933,"stop":1728056975933,"duration":0}},{"uid":"cc1056cad8d8dda3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/cc1056cad8d8dda3","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728056153038,"stop":1728056153038,"duration":0}},{"uid":"44aa3eef05f99c16","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/44aa3eef05f99c16","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728056468753,"stop":1728056468754,"duration":1}},{"uid":"baf19064995239d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/baf19064995239d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728055290095,"stop":1728055290096,"duration":1}},{"uid":"e45d9b05ab5c3644","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e45d9b05ab5c3644","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728054261521,"stop":1728054261521,"duration":0}},{"uid":"c89a9225f0d3e354","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c89a9225f0d3e354","status":"passed","time":{"start":1728046261807,"stop":1728046261807,"duration":0}},{"uid":"b6c3e8273b184102","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b6c3e8273b184102","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728047012103,"stop":1728047012104,"duration":1}},{"uid":"b8f64e2efe1dff11","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b8f64e2efe1dff11","status":"passed","time":{"start":1728043204066,"stop":1728043204066,"duration":0}},{"uid":"6dc6f723634a112b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6dc6f723634a112b","status":"passed","time":{"start":1728035785861,"stop":1728035785862,"duration":1}},{"uid":"7ca9540d6e9b648e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7ca9540d6e9b648e","status":"passed","time":{"start":1728033696321,"stop":1728033696322,"duration":1}},{"uid":"aec2afdd07cadf5c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/aec2afdd07cadf5c","status":"passed","time":{"start":1728033319471,"stop":1728033319472,"duration":1}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"1f4a58accc00d6ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1f4a58accc00d6ed","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0}},{"uid":"bf5c7c1de078f9c9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bf5c7c1de078f9c9","status":"passed","time":{"start":1728085269087,"stop":1728085269088,"duration":1}},{"uid":"257bdf3bf2d787b2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/257bdf3bf2d787b2","status":"passed","time":{"start":1728069312641,"stop":1728069312641,"duration":0}},{"uid":"5740610818b06784","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5740610818b06784","status":"passed","time":{"start":1728046423453,"stop":1728046423453,"duration":0}},{"uid":"bed331abf383e36f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bed331abf383e36f","status":"passed","time":{"start":1728043297189,"stop":1728043297189,"duration":0}},{"uid":"c35c19ee5818236","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c35c19ee5818236","status":"passed","time":{"start":1728035880166,"stop":1728035880167,"duration":1}},{"uid":"ad39e82128b540e1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ad39e82128b540e1","status":"passed","time":{"start":1728033788840,"stop":1728033788840,"duration":0}},{"uid":"5a5e664184a8e3a4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5a5e664184a8e3a4","status":"passed","time":{"start":1728033423651,"stop":1728033423653,"duration":2}},{"uid":"1cd5f655d1a60f3d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1cd5f655d1a60f3d","status":"passed","time":{"start":1728032985152,"stop":1728032985154,"duration":2}},{"uid":"1da218e3c375d409","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1da218e3c375d409","status":"passed","time":{"start":1728032614955,"stop":1728032614956,"duration":1}},{"uid":"7ad4d951fe6d7fdc","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7ad4d951fe6d7fdc","status":"passed","time":{"start":1728032348390,"stop":1728032348394,"duration":4}}]},"8a7a4686b64fd0c6a99e9553cc326844:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"865b7f05bb45a990","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/865b7f05bb45a990","status":"passed","time":{"start":1728032955840,"stop":1728032955841,"duration":1}}]},"39c164db58d3a7afb572516cd031673d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b26debe290cd826","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b26debe290cd826","status":"passed","time":{"start":1728033823630,"stop":1728033823630,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e98617309c09cb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6e98617309c09cb5","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0}},{"uid":"9de26c0b1d48870d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9de26c0b1d48870d","status":"passed","time":{"start":1728085050216,"stop":1728085050216,"duration":0}},{"uid":"6e60850aa15b6230","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6e60850aa15b6230","status":"passed","time":{"start":1728083903362,"stop":1728083903362,"duration":0}},{"uid":"ddaf6438fab72956","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ddaf6438fab72956","status":"passed","time":{"start":1728082964226,"stop":1728082964227,"duration":1}},{"uid":"78805dca647b4594","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/78805dca647b4594","status":"passed","time":{"start":1728082280682,"stop":1728082280683,"duration":1}},{"uid":"95ecc0eac25b216f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/95ecc0eac25b216f","status":"passed","time":{"start":1728069077442,"stop":1728069077442,"duration":0}},{"uid":"52c41f73f2df1563","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/52c41f73f2df1563","status":"passed","time":{"start":1728067917848,"stop":1728067917849,"duration":1}},{"uid":"1ddc8e25dd56236d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1ddc8e25dd56236d","status":"passed","time":{"start":1728043075248,"stop":1728043075248,"duration":0}},{"uid":"30e919eb8ba4d21b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/30e919eb8ba4d21b","status":"passed","time":{"start":1728035638290,"stop":1728035638291,"duration":1}},{"uid":"b5ef150affe41591","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b5ef150affe41591","status":"passed","time":{"start":1728033557506,"stop":1728033557507,"duration":1}},{"uid":"5c82a07f322d69b7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5c82a07f322d69b7","status":"passed","time":{"start":1728033182521,"stop":1728033182522,"duration":1}},{"uid":"34bde538edbb8352","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/34bde538edbb8352","status":"passed","time":{"start":1728032755523,"stop":1728032755523,"duration":0}},{"uid":"1756cb26a6fa5b4a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1756cb26a6fa5b4a","status":"passed","time":{"start":1728032388392,"stop":1728032388392,"duration":0}},{"uid":"dd6c1a47568f5e6d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/dd6c1a47568f5e6d","status":"passed","time":{"start":1728032113260,"stop":1728032113261,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"79eaca3bcb896008","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79eaca3bcb896008","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086171699,"stop":1728086171699,"duration":0}},{"uid":"8c700d40545a91b2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8c700d40545a91b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085184643,"stop":1728085184644,"duration":1}},{"uid":"177e9329815841b5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/177e9329815841b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084018352,"stop":1728084018352,"duration":0}},{"uid":"b754389a5fa8e40f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b754389a5fa8e40f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083065668,"stop":1728083065669,"duration":1}},{"uid":"af944cc0a56da6b4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/af944cc0a56da6b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069218831,"stop":1728069218831,"duration":0}},{"uid":"c43c04aaadb5634d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c43c04aaadb5634d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046261827,"stop":1728046261827,"duration":0}},{"uid":"1650861a3e6ca1f7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1650861a3e6ca1f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043204082,"stop":1728043204087,"duration":5}},{"uid":"bdf01ec42da4da93","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bdf01ec42da4da93","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035785873,"stop":1728035785873,"duration":0}},{"uid":"cb3c8a7e63d6b061","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cb3c8a7e63d6b061","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033696343,"stop":1728033696344,"duration":1}},{"uid":"440cac2e31a58f8d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/440cac2e31a58f8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033319489,"stop":1728033319489,"duration":0}},{"uid":"79a8cbd6d8011f93","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/79a8cbd6d8011f93","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032886553,"stop":1728032886553,"duration":0}},{"uid":"d388c9e453f77e99","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d388c9e453f77e99","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032520633,"stop":1728032520633,"duration":0}},{"uid":"6039dfe4e38c5ba3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6039dfe4e38c5ba3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032252771,"stop":1728032252772,"duration":1}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"32568eb079fc6375","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/32568eb079fc6375","status":"passed","time":{"start":1728085957570,"stop":1728085957571,"duration":1}},{"uid":"8ab99b56e2444a13","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8ab99b56e2444a13","status":"passed","time":{"start":1728084971917,"stop":1728084971918,"duration":1}},{"uid":"656445c7a3978a36","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/656445c7a3978a36","status":"passed","time":{"start":1728083836932,"stop":1728083836933,"duration":1}},{"uid":"920f3bbe8501cb0d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/920f3bbe8501cb0d","status":"passed","time":{"start":1728082900670,"stop":1728082900670,"duration":0}},{"uid":"eb6f47f8013a6688","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/eb6f47f8013a6688","status":"passed","time":{"start":1728082234246,"stop":1728082234247,"duration":1}},{"uid":"ca7a01c376bde089","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ca7a01c376bde089","status":"passed","time":{"start":1728069004055,"stop":1728069004055,"duration":0}},{"uid":"aedcf92a3e713588","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/aedcf92a3e713588","status":"passed","time":{"start":1728067877846,"stop":1728067877847,"duration":1}},{"uid":"30b4f5e65eb9832a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/30b4f5e65eb9832a","status":"passed","time":{"start":1728065726133,"stop":1728065726134,"duration":1}},{"uid":"b62e2a985fed3602","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b62e2a985fed3602","status":"passed","time":{"start":1728066014606,"stop":1728066014607,"duration":1}},{"uid":"8bdd253f2abd9ba6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8bdd253f2abd9ba6","status":"passed","time":{"start":1728056904359,"stop":1728056904359,"duration":0}},{"uid":"e00958b8052f7a5b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e00958b8052f7a5b","status":"passed","time":{"start":1728056077507,"stop":1728056077507,"duration":0}},{"uid":"2f08008a886c7550","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2f08008a886c7550","status":"passed","time":{"start":1728056396931,"stop":1728056396931,"duration":0}},{"uid":"bc3464b749c73ec","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bc3464b749c73ec","status":"passed","time":{"start":1728055208886,"stop":1728055208886,"duration":0}},{"uid":"daf43aa39bfa04e5","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/daf43aa39bfa04e5","status":"passed","time":{"start":1728054186961,"stop":1728054186961,"duration":0}},{"uid":"c266ed7d7b829894","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c266ed7d7b829894","status":"passed","time":{"start":1728052465443,"stop":1728052465443,"duration":0}},{"uid":"30e3d877dde8a314","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/30e3d877dde8a314","status":"passed","time":{"start":1728046146797,"stop":1728046146799,"duration":2}},{"uid":"4192ddfcfa53e4ff","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4192ddfcfa53e4ff","status":"passed","time":{"start":1728046931948,"stop":1728046931948,"duration":0}},{"uid":"9c13a953dccd6c6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9c13a953dccd6c6","status":"passed","time":{"start":1728043000894,"stop":1728043000894,"duration":0}},{"uid":"c54fdf341775a400","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c54fdf341775a400","status":"passed","time":{"start":1728035564093,"stop":1728035564095,"duration":2}},{"uid":"85596adbeb61f97f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/85596adbeb61f97f","status":"passed","time":{"start":1728033481619,"stop":1728033481619,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e89ab36a587b285b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e89ab36a587b285b","status":"passed","time":{"start":1728086033894,"stop":1728086033894,"duration":0}},{"uid":"a37f2fc15e2f7efd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a37f2fc15e2f7efd","status":"passed","time":{"start":1728085047246,"stop":1728085047246,"duration":0}},{"uid":"cb171ad3da5940e9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cb171ad3da5940e9","status":"passed","time":{"start":1728083902770,"stop":1728083902771,"duration":1}},{"uid":"8fb3408f1e64c7b4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8fb3408f1e64c7b4","status":"passed","time":{"start":1728082961500,"stop":1728082961501,"duration":1}},{"uid":"d770b0d2fb000845","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d770b0d2fb000845","status":"passed","time":{"start":1728082284025,"stop":1728082284026,"duration":1}},{"uid":"1421d9e5c6742ca9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1421d9e5c6742ca9","status":"passed","time":{"start":1728069082644,"stop":1728069082644,"duration":0}},{"uid":"51bec98b8e2d8b30","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/51bec98b8e2d8b30","status":"passed","time":{"start":1728067941388,"stop":1728067941388,"duration":0}},{"uid":"b3b7129361006239","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b3b7129361006239","status":"passed","time":{"start":1728066171567,"stop":1728066171567,"duration":0}},{"uid":"ccf6ada6b544741","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ccf6ada6b544741","status":"passed","time":{"start":1728066512882,"stop":1728066512882,"duration":0}},{"uid":"bebce33cfe8c1656","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bebce33cfe8c1656","status":"passed","time":{"start":1728057355629,"stop":1728057355629,"duration":0}},{"uid":"4873e4848fb41de","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4873e4848fb41de","status":"passed","time":{"start":1728056563504,"stop":1728056563505,"duration":1}},{"uid":"a4b807531d9149e1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a4b807531d9149e1","status":"passed","time":{"start":1728056935467,"stop":1728056935467,"duration":0}},{"uid":"14b59b424b50ff04","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/14b59b424b50ff04","status":"passed","time":{"start":1728055614337,"stop":1728055614337,"duration":0}},{"uid":"60c6775eed4728c4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/60c6775eed4728c4","status":"passed","time":{"start":1728054752362,"stop":1728054752362,"duration":0}},{"uid":"130f892f220ab796","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/130f892f220ab796","status":"passed","time":{"start":1728052861016,"stop":1728052861017,"duration":1}},{"uid":"ad4bf434634d6345","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ad4bf434634d6345","status":"passed","time":{"start":1728046783418,"stop":1728046783418,"duration":0}},{"uid":"ab09f35087e05e72","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ab09f35087e05e72","status":"passed","time":{"start":1728047429492,"stop":1728047429493,"duration":1}},{"uid":"d2635010bca0bed0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d2635010bca0bed0","status":"passed","time":{"start":1728043084139,"stop":1728043084140,"duration":1}},{"uid":"621c6ec45a643da3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/621c6ec45a643da3","status":"passed","time":{"start":1728035601389,"stop":1728035601390,"duration":1}},{"uid":"2b03f2f34cab6618","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2b03f2f34cab6618","status":"passed","time":{"start":1728033520534,"stop":1728033520535,"duration":1}}]},"f8e430787bc893a1ad7ee82d201c6ebd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd91a7bd8b0df846","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fd91a7bd8b0df846","status":"passed","time":{"start":1728067502943,"stop":1728067502944,"duration":1}}]},"672d4bc37b340679c0907308ea7f56d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"400e26f354bf61e7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/400e26f354bf61e7","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755688,"stop":1728049755688,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"103684520f1d48f5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/103684520f1d48f5","status":"passed","time":{"start":1728086280293,"stop":1728086280293,"duration":0}},{"uid":"677dcb11e3b192a1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/677dcb11e3b192a1","status":"passed","time":{"start":1728085297169,"stop":1728085297169,"duration":0}},{"uid":"2693c4773e79d9b3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2693c4773e79d9b3","status":"passed","time":{"start":1728084101596,"stop":1728084101597,"duration":1}},{"uid":"f6b2ebad68289635","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f6b2ebad68289635","status":"passed","time":{"start":1728083169858,"stop":1728083169858,"duration":0}},{"uid":"fbf33b6c164e6ec2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fbf33b6c164e6ec2","status":"passed","time":{"start":1728082475841,"stop":1728082475841,"duration":0}},{"uid":"9e30bfe059363cec","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9e30bfe059363cec","status":"passed","time":{"start":1728069329393,"stop":1728069329393,"duration":0}},{"uid":"5cc609f268028085","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5cc609f268028085","status":"passed","time":{"start":1728068125741,"stop":1728068125741,"duration":0}},{"uid":"c630b1bb089ac58","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c630b1bb089ac58","status":"passed","time":{"start":1728043317192,"stop":1728043317193,"duration":1}},{"uid":"b1f08e286b277589","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b1f08e286b277589","status":"passed","time":{"start":1728035933005,"stop":1728035933005,"duration":0}},{"uid":"9388d40ee8591d7a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9388d40ee8591d7a","status":"passed","time":{"start":1728033847980,"stop":1728033847980,"duration":0}},{"uid":"6ee3aa45f49bdbca","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6ee3aa45f49bdbca","status":"passed","time":{"start":1728033470894,"stop":1728033470896,"duration":2}},{"uid":"9e3fec77043d45f0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9e3fec77043d45f0","status":"passed","time":{"start":1728033006390,"stop":1728033006390,"duration":0}},{"uid":"e3179b17edf9436e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e3179b17edf9436e","status":"passed","time":{"start":1728032635840,"stop":1728032635841,"duration":1}},{"uid":"b666338e3a38db01","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b666338e3a38db01","status":"passed","time":{"start":1728032367228,"stop":1728032367228,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"4d7a196913726e51","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4d7a196913726e51","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0}},{"uid":"d8b756699be03116","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d8b756699be03116","status":"passed","time":{"start":1728085163490,"stop":1728085163490,"duration":0}},{"uid":"b11bc4737e6b009a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b11bc4737e6b009a","status":"passed","time":{"start":1728083974232,"stop":1728083974233,"duration":1}},{"uid":"fa22702d6ef8827f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fa22702d6ef8827f","status":"passed","time":{"start":1728083048465,"stop":1728083048465,"duration":0}},{"uid":"73d871ec2c94be57","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/73d871ec2c94be57","status":"passed","time":{"start":1728082372844,"stop":1728082372846,"duration":2}},{"uid":"d5fcfc7202a146ba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d5fcfc7202a146ba","status":"passed","time":{"start":1728069196068,"stop":1728069196069,"duration":1}},{"uid":"b81eee6dffe60678","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b81eee6dffe60678","status":"passed","time":{"start":1728068012344,"stop":1728068012344,"duration":0}},{"uid":"27004624cf190409","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/27004624cf190409","status":"passed","time":{"start":1728065954061,"stop":1728065954062,"duration":1}},{"uid":"e471de7d92afea9a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e471de7d92afea9a","status":"passed","time":{"start":1728066239803,"stop":1728066239804,"duration":1}},{"uid":"c76a24c8b8d6d239","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c76a24c8b8d6d239","status":"passed","time":{"start":1728057130600,"stop":1728057130601,"duration":1}},{"uid":"234a79b48fa2f7ac","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/234a79b48fa2f7ac","status":"passed","time":{"start":1728056256540,"stop":1728056256541,"duration":1}},{"uid":"2a1a281ddefb0d88","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2a1a281ddefb0d88","status":"passed","time":{"start":1728056624786,"stop":1728056624787,"duration":1}},{"uid":"80735382ec237544","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/80735382ec237544","status":"passed","time":{"start":1728055380444,"stop":1728055380444,"duration":0}},{"uid":"cd38f2b6ee378fc2","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/cd38f2b6ee378fc2","status":"passed","time":{"start":1728054360782,"stop":1728054360782,"duration":0}},{"uid":"ed0c6e304719cc0d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ed0c6e304719cc0d","status":"passed","time":{"start":1728052525971,"stop":1728052525971,"duration":0}},{"uid":"a98752a720647659","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a98752a720647659","status":"passed","time":{"start":1728046352257,"stop":1728046352257,"duration":0}},{"uid":"4453aa29ed99ab30","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4453aa29ed99ab30","status":"passed","time":{"start":1728047157771,"stop":1728047157772,"duration":1}},{"uid":"738546262c24db0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/738546262c24db0","status":"passed","time":{"start":1728043189345,"stop":1728043189345,"duration":0}},{"uid":"6714af1215101eb8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6714af1215101eb8","status":"passed","time":{"start":1728035786650,"stop":1728035786650,"duration":0}},{"uid":"efe7fb6bd692f885","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/efe7fb6bd692f885","status":"passed","time":{"start":1728033709498,"stop":1728033709499,"duration":1}}]},"4dceca2e155c2204ee90bd1b93a9ec03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2130b1cc831f9d42","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2130b1cc831f9d42","status":"passed","time":{"start":1728069279738,"stop":1728069279738,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e60988982e3adb8a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e60988982e3adb8a","status":"passed","time":{"start":1728085864180,"stop":1728085864181,"duration":1}},{"uid":"a6c6b1d33fd6fd18","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a6c6b1d33fd6fd18","status":"passed","time":{"start":1728084876409,"stop":1728084876409,"duration":0}},{"uid":"f1800a1428765d76","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f1800a1428765d76","status":"passed","time":{"start":1728083744364,"stop":1728083744365,"duration":1}},{"uid":"2863f6d3a4467098","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2863f6d3a4467098","status":"passed","time":{"start":1728082807458,"stop":1728082807458,"duration":0}},{"uid":"9e576457e0b9ecb2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9e576457e0b9ecb2","status":"passed","time":{"start":1728082139327,"stop":1728082139327,"duration":0}},{"uid":"3e499615afdb1f47","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3e499615afdb1f47","status":"passed","time":{"start":1728068908066,"stop":1728068908067,"duration":1}},{"uid":"300b17a30cee6140","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/300b17a30cee6140","status":"passed","time":{"start":1728067784718,"stop":1728067784719,"duration":1}},{"uid":"d9e13865650346f4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d9e13865650346f4","status":"passed","time":{"start":1728065631523,"stop":1728065631523,"duration":0}},{"uid":"d8f7f24dc72076e1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d8f7f24dc72076e1","status":"passed","time":{"start":1728065920835,"stop":1728065920835,"duration":0}},{"uid":"2fd88a1be1203dbf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2fd88a1be1203dbf","status":"passed","time":{"start":1728056811594,"stop":1728056811594,"duration":0}},{"uid":"f715052842cf7421","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f715052842cf7421","status":"passed","time":{"start":1728055983150,"stop":1728055983151,"duration":1}},{"uid":"885142ce56191335","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/885142ce56191335","status":"passed","time":{"start":1728056303690,"stop":1728056303690,"duration":0}},{"uid":"974667ade5934103","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/974667ade5934103","status":"passed","time":{"start":1728055114823,"stop":1728055114823,"duration":0}},{"uid":"ab83c216beeb1590","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ab83c216beeb1590","status":"passed","time":{"start":1728054093611,"stop":1728054093612,"duration":1}},{"uid":"5972d818fb3f8736","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5972d818fb3f8736","status":"passed","time":{"start":1728052371198,"stop":1728052371198,"duration":0}},{"uid":"690113e777fe1c6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/690113e777fe1c6","status":"passed","time":{"start":1728046051735,"stop":1728046051735,"duration":0}},{"uid":"17aa9c824e62a413","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/17aa9c824e62a413","status":"passed","time":{"start":1728046837819,"stop":1728046837819,"duration":0}},{"uid":"44f9e799127933dd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/44f9e799127933dd","status":"passed","time":{"start":1728042907591,"stop":1728042907592,"duration":1}},{"uid":"4a761a8b39806861","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4a761a8b39806861","status":"passed","time":{"start":1728035469892,"stop":1728035469892,"duration":0}},{"uid":"9b5f6ebef67bda82","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9b5f6ebef67bda82","status":"passed","time":{"start":1728033386405,"stop":1728033386405,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f18e1f462f934aa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2f18e1f462f934aa","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0}},{"uid":"57acbae820999615","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/57acbae820999615","status":"passed","time":{"start":1728085207481,"stop":1728085207481,"duration":0}},{"uid":"7d9b2616822a31a1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7d9b2616822a31a1","status":"passed","time":{"start":1728084038284,"stop":1728084038284,"duration":0}},{"uid":"6fb012277e1aa099","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6fb012277e1aa099","status":"passed","time":{"start":1728083118105,"stop":1728083118105,"duration":0}},{"uid":"9dc1e0527db18e6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9dc1e0527db18e6","status":"passed","time":{"start":1728082399700,"stop":1728082399701,"duration":1}},{"uid":"470303023ed5b138","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/470303023ed5b138","status":"passed","time":{"start":1728069237577,"stop":1728069237577,"duration":0}},{"uid":"954ce60c332a9ef","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/954ce60c332a9ef","status":"passed","time":{"start":1728068055936,"stop":1728068055937,"duration":1}},{"uid":"ae02aea62d54edd3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ae02aea62d54edd3","status":"passed","time":{"start":1728043232165,"stop":1728043232166,"duration":1}},{"uid":"4e738c15181a85e4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4e738c15181a85e4","status":"passed","time":{"start":1728035844055,"stop":1728035844055,"duration":0}},{"uid":"f753ca56d95bf2a2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f753ca56d95bf2a2","status":"passed","time":{"start":1728033765881,"stop":1728033765881,"duration":0}},{"uid":"3d6a518626f13f2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3d6a518626f13f2","status":"passed","time":{"start":1728033382948,"stop":1728033382949,"duration":1}},{"uid":"c20bcb48772fd98f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c20bcb48772fd98f","status":"passed","time":{"start":1728032914493,"stop":1728032914493,"duration":0}},{"uid":"3cecefa1a3b0f40f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3cecefa1a3b0f40f","status":"passed","time":{"start":1728032550357,"stop":1728032550358,"duration":1}},{"uid":"8ef70d821542540b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8ef70d821542540b","status":"passed","time":{"start":1728032274021,"stop":1728032274021,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"31ae4b24c0182e5e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/31ae4b24c0182e5e","status":"passed","time":{"start":1728086289030,"stop":1728086289030,"duration":0}},{"uid":"2f1b28ec00d2a955","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2f1b28ec00d2a955","status":"passed","time":{"start":1728085301609,"stop":1728085301609,"duration":0}},{"uid":"7a29d474eb123d9a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7a29d474eb123d9a","status":"passed","time":{"start":1728084111591,"stop":1728084111591,"duration":0}},{"uid":"b9fef7c3e7c6ce14","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b9fef7c3e7c6ce14","status":"passed","time":{"start":1728083175349,"stop":1728083175350,"duration":1}},{"uid":"597fc159a6bde8ae","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/597fc159a6bde8ae","status":"passed","time":{"start":1728082484707,"stop":1728082484707,"duration":0}},{"uid":"cb80427ef0bec5b2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cb80427ef0bec5b2","status":"passed","time":{"start":1728069339769,"stop":1728069339769,"duration":0}},{"uid":"a23d13733188b076","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a23d13733188b076","status":"passed","time":{"start":1728068136065,"stop":1728068136066,"duration":1}},{"uid":"6b61701f20d80d21","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b61701f20d80d21","status":"passed","time":{"start":1728043327624,"stop":1728043327624,"duration":0}},{"uid":"49386cb0821c436c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/49386cb0821c436c","status":"passed","time":{"start":1728035952460,"stop":1728035952461,"duration":1}},{"uid":"b8c4ffecf82dc4e9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b8c4ffecf82dc4e9","status":"passed","time":{"start":1728033868104,"stop":1728033868105,"duration":1}},{"uid":"bd9991646f54cdae","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/bd9991646f54cdae","status":"passed","time":{"start":1728033486822,"stop":1728033486822,"duration":0}},{"uid":"61f7a7d53d73bdac","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/61f7a7d53d73bdac","status":"passed","time":{"start":1728033011938,"stop":1728033011938,"duration":0}},{"uid":"75b4b14e2907eb4e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/75b4b14e2907eb4e","status":"passed","time":{"start":1728032645772,"stop":1728032645773,"duration":1}},{"uid":"e4f57958f9cbc342","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e4f57958f9cbc342","status":"passed","time":{"start":1728032372429,"stop":1728032372429,"duration":0}}]},"855bfb35dd811b689bf920707d4c0faa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83985ff5fb340d7a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/83985ff5fb340d7a","status":"passed","time":{"start":1728043232173,"stop":1728043232173,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"bc12a7b92575269c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bc12a7b92575269c","status":"passed","time":{"start":1728086207911,"stop":1728086207911,"duration":0}},{"uid":"6c6eaa7bb7654767","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6c6eaa7bb7654767","status":"passed","time":{"start":1728085227793,"stop":1728085227794,"duration":1}},{"uid":"28ba6dbf73242485","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/28ba6dbf73242485","status":"passed","time":{"start":1728084031093,"stop":1728084031093,"duration":0}},{"uid":"a797e94571b5a5f1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a797e94571b5a5f1","status":"passed","time":{"start":1728083085067,"stop":1728083085067,"duration":0}},{"uid":"c80fc923036910cb","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c80fc923036910cb","status":"passed","time":{"start":1728082402961,"stop":1728082402962,"duration":1}},{"uid":"8e946d5ab8cfb920","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8e946d5ab8cfb920","status":"passed","time":{"start":1728069256724,"stop":1728069256724,"duration":0}},{"uid":"c3c2fbc792d2088c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c3c2fbc792d2088c","status":"passed","time":{"start":1728068039049,"stop":1728068039049,"duration":0}},{"uid":"1516241c0fba9760","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1516241c0fba9760","status":"passed","time":{"start":1728066054979,"stop":1728066054980,"duration":1}},{"uid":"8609ab7a2668cc87","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8609ab7a2668cc87","status":"passed","time":{"start":1728066345497,"stop":1728066345497,"duration":0}},{"uid":"467e1f44ee5d3454","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/467e1f44ee5d3454","status":"passed","time":{"start":1728057218519,"stop":1728057218520,"duration":1}},{"uid":"b4ed8f865a4a8651","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b4ed8f865a4a8651","status":"passed","time":{"start":1728056313102,"stop":1728056313102,"duration":0}},{"uid":"9c751cedcf77d317","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9c751cedcf77d317","status":"passed","time":{"start":1728056731788,"stop":1728056731788,"duration":0}},{"uid":"4a25ba623ec0f57b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4a25ba623ec0f57b","status":"passed","time":{"start":1728052615134,"stop":1728052615134,"duration":0}},{"uid":"da525746afc2947e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/da525746afc2947e","status":"passed","time":{"start":1728046456506,"stop":1728046456507,"duration":1}},{"uid":"4e85fbe501d05b9c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4e85fbe501d05b9c","status":"passed","time":{"start":1728047262763,"stop":1728047262764,"duration":1}},{"uid":"f2d5f65b3a2d7134","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f2d5f65b3a2d7134","status":"passed","time":{"start":1728043245059,"stop":1728043245060,"duration":1}},{"uid":"9c62e53d4f93fb2e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9c62e53d4f93fb2e","status":"passed","time":{"start":1728035876571,"stop":1728035876571,"duration":0}},{"uid":"90177b78c518149d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/90177b78c518149d","status":"passed","time":{"start":1728033795269,"stop":1728033795271,"duration":2}},{"uid":"da849e3d72548113","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/da849e3d72548113","status":"passed","time":{"start":1728033412132,"stop":1728033412132,"duration":0}},{"uid":"2e89aef9cf841c59","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2e89aef9cf841c59","status":"passed","time":{"start":1728032929721,"stop":1728032929721,"duration":0}}]},"cd8336553e3fa87b9b78232a588995af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a22c6159cfa4677","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7a22c6159cfa4677","status":"passed","time":{"start":1728067440385,"stop":1728067440386,"duration":1}}]},"ff489162f93380f18c74b813b53d25a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17ae593d5d7ff2f3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/17ae593d5d7ff2f3","status":"passed","time":{"start":1728043300952,"stop":1728043300953,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":15,"unknown":0,"total":24},"items":[{"uid":"deabbfe0e47471a2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/deabbfe0e47471a2","status":"passed","time":{"start":1728085966214,"stop":1728085966214,"duration":0}},{"uid":"dd8100001bd36e24","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dd8100001bd36e24","status":"passed","time":{"start":1728084983078,"stop":1728084983078,"duration":0}},{"uid":"e18ae007bf1aa59a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e18ae007bf1aa59a","status":"passed","time":{"start":1728083842836,"stop":1728083842836,"duration":0}},{"uid":"256bed49253b46dd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/256bed49253b46dd","status":"passed","time":{"start":1728082916496,"stop":1728082916496,"duration":0}},{"uid":"b638459ebc4dd120","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b638459ebc4dd120","status":"passed","time":{"start":1728082241789,"stop":1728082241789,"duration":0}},{"uid":"ff85cfb2b791d6de","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ff85cfb2b791d6de","status":"passed","time":{"start":1728069013703,"stop":1728069013703,"duration":0}},{"uid":"3b2fe7195a07dc08","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3b2fe7195a07dc08","status":"passed","time":{"start":1728067876052,"stop":1728067876052,"duration":0}},{"uid":"fc6c211b0d4a0ff","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fc6c211b0d4a0ff","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728065858383,"stop":1728065858384,"duration":1}},{"uid":"a978668d4e6a08cb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a978668d4e6a08cb","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066146520,"stop":1728066146520,"duration":0}},{"uid":"b9490935f5d664cd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b9490935f5d664cd","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728057035169,"stop":1728057035171,"duration":2}},{"uid":"34eecf4ce02bc9cd","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/34eecf4ce02bc9cd","status":"passed","time":{"start":1728056213609,"stop":1728056213609,"duration":0}},{"uid":"35254ba049d5ea89","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/35254ba049d5ea89","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056529724,"stop":1728056529725,"duration":1}},{"uid":"c065bcb4db736fcf","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c065bcb4db736fcf","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728055342802,"stop":1728055342802,"duration":0}},{"uid":"971cdad59495d9ab","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/971cdad59495d9ab","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728054321005,"stop":1728054321005,"duration":0}},{"uid":"abf400983d24a861","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/abf400983d24a861","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728052583017,"stop":1728052583017,"duration":0}},{"uid":"1c8bb76ecba6e2b6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1c8bb76ecba6e2b6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728046285796,"stop":1728046285798,"duration":2}},{"uid":"345ac6dfd41c5e4d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/345ac6dfd41c5e4d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728047065360,"stop":1728047065360,"duration":0}},{"uid":"5b38a99086489c28","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5b38a99086489c28","status":"passed","time":{"start":1728043011837,"stop":1728043011837,"duration":0}},{"uid":"e5b671791dbec8ca","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e5b671791dbec8ca","status":"passed","time":{"start":1728035574555,"stop":1728035574555,"duration":0}},{"uid":"b1be32a53680110a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b1be32a53680110a","status":"passed","time":{"start":1728033489596,"stop":1728033489597,"duration":1}}]},"0bf5dc163731d286e39f4252191cb537:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da079f1b32887126","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/da079f1b32887126","status":"passed","time":{"start":1728067502939,"stop":1728067502939,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f76f1b05f3d3fdf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f76f1b05f3d3fdf5","status":"passed","time":{"start":1728085872741,"stop":1728085872741,"duration":0}},{"uid":"ec494f3014f9d9f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ec494f3014f9d9f","status":"passed","time":{"start":1728084885250,"stop":1728084885250,"duration":0}},{"uid":"ff21e73489dfd921","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ff21e73489dfd921","status":"passed","time":{"start":1728083752740,"stop":1728083752741,"duration":1}},{"uid":"16255183df20a096","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/16255183df20a096","status":"passed","time":{"start":1728082815931,"stop":1728082815931,"duration":0}},{"uid":"437687d1441807a0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/437687d1441807a0","status":"passed","time":{"start":1728082147997,"stop":1728082147997,"duration":0}},{"uid":"6b8b185ca69a8205","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b8b185ca69a8205","status":"passed","time":{"start":1728068916839,"stop":1728068916839,"duration":0}},{"uid":"f9a58614ca859622","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f9a58614ca859622","status":"passed","time":{"start":1728067793131,"stop":1728067793131,"duration":0}},{"uid":"a81ab5926d04f5ed","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a81ab5926d04f5ed","status":"passed","time":{"start":1728065639901,"stop":1728065639901,"duration":0}},{"uid":"9d66c016d31dc0d8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9d66c016d31dc0d8","status":"passed","time":{"start":1728065929467,"stop":1728065929468,"duration":1}},{"uid":"81a2ad7d02a09a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/81a2ad7d02a09a","status":"passed","time":{"start":1728056820055,"stop":1728056820055,"duration":0}},{"uid":"61f963a9b2da244b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/61f963a9b2da244b","status":"passed","time":{"start":1728055991703,"stop":1728055991704,"duration":1}},{"uid":"7cc7248ae33e8c8f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7cc7248ae33e8c8f","status":"passed","time":{"start":1728056312124,"stop":1728056312124,"duration":0}},{"uid":"4a4b427eb37f5408","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4a4b427eb37f5408","status":"passed","time":{"start":1728055123413,"stop":1728055123413,"duration":0}},{"uid":"5b4ae76d6fde257b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5b4ae76d6fde257b","status":"passed","time":{"start":1728054102193,"stop":1728054102194,"duration":1}},{"uid":"e76eaa5b1d101898","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e76eaa5b1d101898","status":"passed","time":{"start":1728052379783,"stop":1728052379783,"duration":0}},{"uid":"ea3913dde64a0176","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ea3913dde64a0176","status":"passed","time":{"start":1728046060546,"stop":1728046060547,"duration":1}},{"uid":"8940cfb66eb51a66","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8940cfb66eb51a66","status":"passed","time":{"start":1728046846356,"stop":1728046846356,"duration":0}},{"uid":"22978cc973e353d0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/22978cc973e353d0","status":"passed","time":{"start":1728042916067,"stop":1728042916067,"duration":0}},{"uid":"7c338a21bc7e0649","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7c338a21bc7e0649","status":"passed","time":{"start":1728035478725,"stop":1728035478725,"duration":0}},{"uid":"9deb43408311b72","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9deb43408311b72","status":"passed","time":{"start":1728033395127,"stop":1728033395127,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ec9a82f13d2d4749","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ec9a82f13d2d4749","status":"passed","time":{"start":1728086032744,"stop":1728086032744,"duration":0}},{"uid":"56d804bdfa0994d8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/56d804bdfa0994d8","status":"passed","time":{"start":1728085050225,"stop":1728085050225,"duration":0}},{"uid":"2b48793e3c3eddaa","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2b48793e3c3eddaa","status":"passed","time":{"start":1728083903381,"stop":1728083903381,"duration":0}},{"uid":"6091b57e9ec0df46","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6091b57e9ec0df46","status":"passed","time":{"start":1728082964241,"stop":1728082964242,"duration":1}},{"uid":"8a47825b474aaa61","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8a47825b474aaa61","status":"passed","time":{"start":1728082280691,"stop":1728082280692,"duration":1}},{"uid":"c1f43e2ae0f5df00","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c1f43e2ae0f5df00","status":"passed","time":{"start":1728069077476,"stop":1728069077476,"duration":0}},{"uid":"1e36a110fd99b15","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1e36a110fd99b15","status":"passed","time":{"start":1728067917856,"stop":1728067917857,"duration":1}},{"uid":"64d24b3e73a99dc1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/64d24b3e73a99dc1","status":"passed","time":{"start":1728043075256,"stop":1728043075257,"duration":1}},{"uid":"8d79158edd5eaf30","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8d79158edd5eaf30","status":"passed","time":{"start":1728035638315,"stop":1728035638316,"duration":1}},{"uid":"fe806c39756c79e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fe806c39756c79e","status":"passed","time":{"start":1728033557522,"stop":1728033557523,"duration":1}},{"uid":"2b7e3f1e49de23e2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2b7e3f1e49de23e2","status":"passed","time":{"start":1728033182551,"stop":1728033182553,"duration":2}},{"uid":"6101930a3b803e4a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6101930a3b803e4a","status":"passed","time":{"start":1728032755543,"stop":1728032755543,"duration":0}},{"uid":"bfc8fd510cd58737","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bfc8fd510cd58737","status":"passed","time":{"start":1728032388400,"stop":1728032388401,"duration":1}},{"uid":"b92533e68d96ab30","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b92533e68d96ab30","status":"passed","time":{"start":1728032113345,"stop":1728032113348,"duration":3}}]},"cd7a5126a4919548c3bcd79fd8338c5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e28db0ca015ded6d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e28db0ca015ded6d","status":"passed","time":{"start":1728066643868,"stop":1728066643869,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"3ce6c53258c0008","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ce6c53258c0008","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0}},{"uid":"c4b875bdd20d3415","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c4b875bdd20d3415","status":"passed","time":{"start":1728084876390,"stop":1728084876390,"duration":0}},{"uid":"85038472410afbb6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/85038472410afbb6","status":"passed","time":{"start":1728083744347,"stop":1728083744348,"duration":1}},{"uid":"8693035e2ae3e4eb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8693035e2ae3e4eb","status":"passed","time":{"start":1728082807440,"stop":1728082807440,"duration":0}},{"uid":"77396fb91ff8e407","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/77396fb91ff8e407","status":"passed","time":{"start":1728082139308,"stop":1728082139308,"duration":0}},{"uid":"f5f9cb042dc894fc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f5f9cb042dc894fc","status":"passed","time":{"start":1728068908046,"stop":1728068908047,"duration":1}},{"uid":"6de4690205ef592","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6de4690205ef592","status":"passed","time":{"start":1728067784703,"stop":1728067784703,"duration":0}},{"uid":"271658a98469fecf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/271658a98469fecf","status":"passed","time":{"start":1728065631505,"stop":1728065631505,"duration":0}},{"uid":"9bd629109964095e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9bd629109964095e","status":"passed","time":{"start":1728065920817,"stop":1728065920817,"duration":0}},{"uid":"e1363e09f09954ce","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e1363e09f09954ce","status":"passed","time":{"start":1728056811575,"stop":1728056811576,"duration":1}},{"uid":"e4bb4dec9560247b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e4bb4dec9560247b","status":"passed","time":{"start":1728055983132,"stop":1728055983133,"duration":1}},{"uid":"92b17da8f9e0b59d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/92b17da8f9e0b59d","status":"passed","time":{"start":1728056303676,"stop":1728056303676,"duration":0}},{"uid":"22250b73d97abd3e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/22250b73d97abd3e","status":"passed","time":{"start":1728055114805,"stop":1728055114805,"duration":0}},{"uid":"3a591ed419ec6a2d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3a591ed419ec6a2d","status":"passed","time":{"start":1728054093591,"stop":1728054093592,"duration":1}},{"uid":"6946580602435c7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6946580602435c7","status":"passed","time":{"start":1728052371177,"stop":1728052371177,"duration":0}},{"uid":"2cb694ebe3204fda","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2cb694ebe3204fda","status":"passed","time":{"start":1728046051715,"stop":1728046051715,"duration":0}},{"uid":"b24a86136018bb9d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b24a86136018bb9d","status":"passed","time":{"start":1728046837803,"stop":1728046837803,"duration":0}},{"uid":"f13deb95409a5d88","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f13deb95409a5d88","status":"passed","time":{"start":1728042907575,"stop":1728042907576,"duration":1}},{"uid":"dc17de93044f1dec","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/dc17de93044f1dec","status":"passed","time":{"start":1728035469877,"stop":1728035469878,"duration":1}},{"uid":"216bfb29fda13986","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/216bfb29fda13986","status":"passed","time":{"start":1728033386386,"stop":1728033386386,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a6c7be75ec23f302","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a6c7be75ec23f302","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0}},{"uid":"4c311aec4c2d7bb5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4c311aec4c2d7bb5","status":"passed","time":{"start":1728084876406,"stop":1728084876406,"duration":0}},{"uid":"b31aab3c26327946","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b31aab3c26327946","status":"passed","time":{"start":1728083744361,"stop":1728083744362,"duration":1}},{"uid":"9ce77a8a24c87ffd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9ce77a8a24c87ffd","status":"passed","time":{"start":1728082807455,"stop":1728082807455,"duration":0}},{"uid":"b61b6058a35482df","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b61b6058a35482df","status":"passed","time":{"start":1728082139323,"stop":1728082139324,"duration":1}},{"uid":"94ec69faeb4d4db4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/94ec69faeb4d4db4","status":"passed","time":{"start":1728068908063,"stop":1728068908063,"duration":0}},{"uid":"c48de51493396a32","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c48de51493396a32","status":"passed","time":{"start":1728067784716,"stop":1728067784716,"duration":0}},{"uid":"273a3f1f99c01810","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/273a3f1f99c01810","status":"passed","time":{"start":1728065631519,"stop":1728065631520,"duration":1}},{"uid":"9c6000a259c5fe27","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9c6000a259c5fe27","status":"passed","time":{"start":1728065920832,"stop":1728065920832,"duration":0}},{"uid":"9453e99f606e9254","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9453e99f606e9254","status":"passed","time":{"start":1728056811591,"stop":1728056811591,"duration":0}},{"uid":"6da2d3545f89ede6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6da2d3545f89ede6","status":"passed","time":{"start":1728055983147,"stop":1728055983148,"duration":1}},{"uid":"cc859191fb4207a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cc859191fb4207a","status":"passed","time":{"start":1728056303688,"stop":1728056303688,"duration":0}},{"uid":"f1b387bb8272ca35","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f1b387bb8272ca35","status":"passed","time":{"start":1728055114820,"stop":1728055114820,"duration":0}},{"uid":"fa577ee34dc49cf2","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/fa577ee34dc49cf2","status":"passed","time":{"start":1728054093607,"stop":1728054093608,"duration":1}},{"uid":"5d2a34d114e0a68d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5d2a34d114e0a68d","status":"passed","time":{"start":1728052371194,"stop":1728052371195,"duration":1}},{"uid":"1b8a88ba04954354","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1b8a88ba04954354","status":"passed","time":{"start":1728046051731,"stop":1728046051732,"duration":1}},{"uid":"dd3d27c408d55a09","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dd3d27c408d55a09","status":"passed","time":{"start":1728046837816,"stop":1728046837816,"duration":0}},{"uid":"4d56cb578adaac20","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4d56cb578adaac20","status":"passed","time":{"start":1728042907589,"stop":1728042907589,"duration":0}},{"uid":"76b137349c6688b4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/76b137349c6688b4","status":"passed","time":{"start":1728035469889,"stop":1728035469889,"duration":0}},{"uid":"f667468c26855b06","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f667468c26855b06","status":"passed","time":{"start":1728033386401,"stop":1728033386402,"duration":1}}]},"6947d9321bba5796eb139af5a02943dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92de50e81645a186","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/92de50e81645a186","status":"passed","time":{"start":1728086203126,"stop":1728086203127,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5013c45ce263596d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5013c45ce263596d","status":"passed","time":{"start":1728086192512,"stop":1728086192512,"duration":0}},{"uid":"bae48d055504776b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bae48d055504776b","status":"passed","time":{"start":1728085207477,"stop":1728085207477,"duration":0}},{"uid":"f1590355ca9be1f3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f1590355ca9be1f3","status":"passed","time":{"start":1728084038274,"stop":1728084038274,"duration":0}},{"uid":"2c867700f10a9e93","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2c867700f10a9e93","status":"passed","time":{"start":1728083118098,"stop":1728083118098,"duration":0}},{"uid":"7b2fd98406bf0a23","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7b2fd98406bf0a23","status":"passed","time":{"start":1728082399696,"stop":1728082399696,"duration":0}},{"uid":"553a331d53c9c06","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/553a331d53c9c06","status":"passed","time":{"start":1728069237563,"stop":1728069237563,"duration":0}},{"uid":"ba62d385619a6b05","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ba62d385619a6b05","status":"passed","time":{"start":1728068055915,"stop":1728068055917,"duration":2}},{"uid":"f76289cb64a8378a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f76289cb64a8378a","status":"passed","time":{"start":1728043232158,"stop":1728043232158,"duration":0}},{"uid":"afc9233f7964f946","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/afc9233f7964f946","status":"passed","time":{"start":1728035844036,"stop":1728035844037,"duration":1}},{"uid":"2a4aad4b7f498807","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2a4aad4b7f498807","status":"passed","time":{"start":1728033765876,"stop":1728033765876,"duration":0}},{"uid":"e1a4923a24796c60","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e1a4923a24796c60","status":"passed","time":{"start":1728033382936,"stop":1728033382936,"duration":0}},{"uid":"b115d8ef6886ad95","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b115d8ef6886ad95","status":"passed","time":{"start":1728032914486,"stop":1728032914486,"duration":0}},{"uid":"297940c332d1d987","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/297940c332d1d987","status":"passed","time":{"start":1728032550345,"stop":1728032550348,"duration":3}},{"uid":"ede70741c4f8e293","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ede70741c4f8e293","status":"passed","time":{"start":1728032274008,"stop":1728032274011,"duration":3}}]},"211e8d1b59899953b8c72d190237ad3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb46d75720fe0c0a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/eb46d75720fe0c0a","status":"passed","time":{"start":1728056305026,"stop":1728056305027,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1efbac4022bf1e31","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1efbac4022bf1e31","status":"passed","time":{"start":1728086056627,"stop":1728086056628,"duration":1}},{"uid":"1d0ee95ac69a7b01","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1d0ee95ac69a7b01","status":"passed","time":{"start":1728085073697,"stop":1728085073697,"duration":0}},{"uid":"205cf97f6ddaf1ca","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/205cf97f6ddaf1ca","status":"passed","time":{"start":1728083925360,"stop":1728083925361,"duration":1}},{"uid":"8c595e285425878b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8c595e285425878b","status":"passed","time":{"start":1728069104852,"stop":1728069104852,"duration":0}},{"uid":"4f83e6e0e382711","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4f83e6e0e382711","status":"passed","time":{"start":1728046256195,"stop":1728046256195,"duration":0}},{"uid":"11ef5a5761887000","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/11ef5a5761887000","status":"passed","time":{"start":1728043096698,"stop":1728043096698,"duration":0}},{"uid":"d375eaa04722244","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d375eaa04722244","status":"passed","time":{"start":1728035661727,"stop":1728035661728,"duration":1}},{"uid":"b223bd7aabc3ac89","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b223bd7aabc3ac89","status":"passed","time":{"start":1728033580604,"stop":1728033580605,"duration":1}},{"uid":"d0d6ea5557b576c4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d0d6ea5557b576c4","status":"passed","time":{"start":1728033205579,"stop":1728033205579,"duration":0}},{"uid":"317b217255d06168","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/317b217255d06168","status":"passed","time":{"start":1728032779636,"stop":1728032779638,"duration":2}},{"uid":"a5634783d606c6cc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a5634783d606c6cc","status":"passed","time":{"start":1728032408500,"stop":1728032408501,"duration":1}},{"uid":"3680c03c8bb67b04","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3680c03c8bb67b04","status":"passed","time":{"start":1728032131454,"stop":1728032131455,"duration":1}}]},"5b41a80a7fbfbc9b0d82bae28627e46f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ba21f811be00644","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ba21f811be00644","status":"passed","time":{"start":1728047258630,"stop":1728047258630,"duration":0}}]},"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"7dcb34296d313879","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7dcb34296d313879","status":"passed","time":{"start":1728086150789,"stop":1728086150789,"duration":0}},{"uid":"ade7dd3e29396bbb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ade7dd3e29396bbb","status":"passed","time":{"start":1728085165542,"stop":1728085165547,"duration":5}},{"uid":"a207f4361fa13dad","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a207f4361fa13dad","status":"passed","time":{"start":1728083991604,"stop":1728083991604,"duration":0}},{"uid":"473a186c718c37bd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/473a186c718c37bd","status":"passed","time":{"start":1728083028059,"stop":1728083028059,"duration":0}},{"uid":"8c3beb7acffc3337","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8c3beb7acffc3337","status":"passed","time":{"start":1728082357534,"stop":1728082357535,"duration":1}},{"uid":"66eed5606eed0a37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/66eed5606eed0a37","status":"passed","time":{"start":1728069194217,"stop":1728069194217,"duration":0}},{"uid":"faba419749ee13e7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/faba419749ee13e7","status":"passed","time":{"start":1728067984176,"stop":1728067984176,"duration":0}},{"uid":"2e825016892b6777","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2e825016892b6777","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548721,"stop":1728066548721,"duration":0}},{"uid":"f3792b561d515cdb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f3792b561d515cdb","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835731,"stop":1728066835731,"duration":0}},{"uid":"b64155781625f210","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b64155781625f210","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726219,"stop":1728057726219,"duration":0}},{"uid":"bdae9c39286a3dd0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bdae9c39286a3dd0","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209777,"stop":1728057209777,"duration":0}},{"uid":"dbe30b8701f8d285","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dbe30b8701f8d285","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965596,"stop":1728046965597,"duration":1}},{"uid":"84af90d8fc9201b8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/84af90d8fc9201b8","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762414,"stop":1728047762415,"duration":1}},{"uid":"46c2f87a1d83d0e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/46c2f87a1d83d0e2","status":"passed","time":{"start":1728043179154,"stop":1728043179154,"duration":0}},{"uid":"7ab12bc50544aa15","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7ab12bc50544aa15","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035952268,"stop":1728035952268,"duration":0}},{"uid":"baf359b6d6599bb5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/baf359b6d6599bb5","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033874154,"stop":1728033874154,"duration":0}},{"uid":"a7d7b0d34084014f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a7d7b0d34084014f","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033497570,"stop":1728033497570,"duration":0}},{"uid":"515551c4f3fe254b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/515551c4f3fe254b","status":"passed","time":{"start":1728032861197,"stop":1728032861197,"duration":0}},{"uid":"b144d05304a1b64c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b144d05304a1b64c","status":"passed","time":{"start":1728032518177,"stop":1728032518178,"duration":1}},{"uid":"ca77651707c791ea","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ca77651707c791ea","status":"passed","time":{"start":1728032218324,"stop":1728032218324,"duration":0}}]},"95ba7aa5b4fdff8ee0e0cc2c0026a231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18908122705aec0a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/18908122705aec0a","status":"passed","time":{"start":1728046261840,"stop":1728046261840,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"44b6f801c097fd6a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44b6f801c097fd6a","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0}},{"uid":"b427b920bfdb8764","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b427b920bfdb8764","status":"passed","time":{"start":1728084876385,"stop":1728084876385,"duration":0}},{"uid":"6014c5a7898d0a38","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6014c5a7898d0a38","status":"passed","time":{"start":1728083744342,"stop":1728083744343,"duration":1}},{"uid":"a135e1b2a63cde26","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a135e1b2a63cde26","status":"passed","time":{"start":1728082807435,"stop":1728082807435,"duration":0}},{"uid":"658cb3b0bc57d9e6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/658cb3b0bc57d9e6","status":"passed","time":{"start":1728082139302,"stop":1728082139302,"duration":0}},{"uid":"c9061ab692e40f5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c9061ab692e40f5","status":"passed","time":{"start":1728068908041,"stop":1728068908041,"duration":0}},{"uid":"f62b3694baa0adbd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f62b3694baa0adbd","status":"passed","time":{"start":1728067784697,"stop":1728067784698,"duration":1}},{"uid":"44715c0f14b52ce8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/44715c0f14b52ce8","status":"passed","time":{"start":1728065631500,"stop":1728065631500,"duration":0}},{"uid":"a7236dbb344e2a97","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a7236dbb344e2a97","status":"passed","time":{"start":1728065920812,"stop":1728065920812,"duration":0}},{"uid":"edd628261ecf92d4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/edd628261ecf92d4","status":"passed","time":{"start":1728056811570,"stop":1728056811570,"duration":0}},{"uid":"984d99a84f908fd1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/984d99a84f908fd1","status":"passed","time":{"start":1728055983127,"stop":1728055983127,"duration":0}},{"uid":"7fbb5e47194d8df2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7fbb5e47194d8df2","status":"passed","time":{"start":1728056303671,"stop":1728056303671,"duration":0}},{"uid":"c6d3feaa5ca7d4e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c6d3feaa5ca7d4e","status":"passed","time":{"start":1728055114799,"stop":1728055114799,"duration":0}},{"uid":"9bb7785560bd6767","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9bb7785560bd6767","status":"passed","time":{"start":1728054093585,"stop":1728054093586,"duration":1}},{"uid":"c3ce4cced1a6cb32","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c3ce4cced1a6cb32","status":"passed","time":{"start":1728052371169,"stop":1728052371169,"duration":0}},{"uid":"b8a110f8efda28e6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b8a110f8efda28e6","status":"passed","time":{"start":1728046051709,"stop":1728046051709,"duration":0}},{"uid":"5746e92ceab64c9c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5746e92ceab64c9c","status":"passed","time":{"start":1728046837798,"stop":1728046837798,"duration":0}},{"uid":"2c1ecc28e9a1e9ff","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2c1ecc28e9a1e9ff","status":"passed","time":{"start":1728042907570,"stop":1728042907570,"duration":0}},{"uid":"5697fb6649cc34d1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5697fb6649cc34d1","status":"passed","time":{"start":1728035469874,"stop":1728035469874,"duration":0}},{"uid":"5f19b3f73b75fb42","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5f19b3f73b75fb42","status":"passed","time":{"start":1728033386382,"stop":1728033386382,"duration":0}}]},"946ab866ba0ca2e4d1a80b9400b6a244:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a9887c308f90b16","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3a9887c308f90b16","status":"passed","time":{"start":1728033783670,"stop":1728033783670,"duration":0}}]},"3ef2f50dcc55a69c7d8c007398fbcdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7835f800c7014c2d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7835f800c7014c2d","status":"passed","time":{"start":1728069237590,"stop":1728069237590,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"e1f21a1b230df9bf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e1f21a1b230df9bf","status":"passed","time":{"start":1728086188761,"stop":1728086188762,"duration":1}},{"uid":"d2bfb6f183a64b91","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d2bfb6f183a64b91","status":"passed","time":{"start":1728085201204,"stop":1728085201206,"duration":2}},{"uid":"be5e14ef441467ff","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/be5e14ef441467ff","status":"passed","time":{"start":1728084009855,"stop":1728084009856,"duration":1}},{"uid":"95230037b2ddd046","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/95230037b2ddd046","status":"passed","time":{"start":1728083072488,"stop":1728083072489,"duration":1}},{"uid":"ae4b1734dc5e4061","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ae4b1734dc5e4061","status":"passed","time":{"start":1728082388850,"stop":1728082388851,"duration":1}},{"uid":"21b2e2ac6f19cd96","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/21b2e2ac6f19cd96","status":"passed","time":{"start":1728069236311,"stop":1728069236311,"duration":0}},{"uid":"8453ad9c711e1045","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8453ad9c711e1045","status":"passed","time":{"start":1728068029087,"stop":1728068029087,"duration":0}},{"uid":"10110128660a2b24","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/10110128660a2b24","status":"passed","time":{"start":1728066048220,"stop":1728066048220,"duration":0}},{"uid":"ea6b78f434443ed1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ea6b78f434443ed1","status":"passed","time":{"start":1728066337079,"stop":1728066337080,"duration":1}},{"uid":"4eef1a8e3ba3fb49","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4eef1a8e3ba3fb49","status":"passed","time":{"start":1728057196026,"stop":1728057196026,"duration":0}},{"uid":"869ea8415ee1e9c5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/869ea8415ee1e9c5","status":"passed","time":{"start":1728056293352,"stop":1728056293352,"duration":0}},{"uid":"92d1717cbe9c4ca5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/92d1717cbe9c4ca5","status":"passed","time":{"start":1728056720076,"stop":1728056720077,"duration":1}},{"uid":"9559e780bdb90ad6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9559e780bdb90ad6","status":"passed","time":{"start":1728052598891,"stop":1728052598891,"duration":0}},{"uid":"aa316fe62a373c4f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/aa316fe62a373c4f","status":"passed","time":{"start":1728046437943,"stop":1728046437943,"duration":0}},{"uid":"7ab99d934fda9dc2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ab99d934fda9dc2","status":"passed","time":{"start":1728047253039,"stop":1728047253039,"duration":0}},{"uid":"295362975d490fc4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/295362975d490fc4","status":"passed","time":{"start":1728043222210,"stop":1728043222210,"duration":0}},{"uid":"57a53de9fea8e4a4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/57a53de9fea8e4a4","status":"passed","time":{"start":1728035865406,"stop":1728035865409,"duration":3}},{"uid":"7e673ab23f97250c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7e673ab23f97250c","status":"passed","time":{"start":1728033783295,"stop":1728033783296,"duration":1}},{"uid":"7409bf0fb4077075","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7409bf0fb4077075","status":"passed","time":{"start":1728033401168,"stop":1728033401168,"duration":0}},{"uid":"3171661fa29b79c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3171661fa29b79c","status":"passed","time":{"start":1728032904056,"stop":1728032904056,"duration":0}}]},"70c17219b74e98779aaee8621945e7ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b4e58a01d8f2904","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5b4e58a01d8f2904","status":"passed","time":{"start":1728084056990,"stop":1728084056990,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"c2ad1270d41bcc88","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2ad1270d41bcc88","status":"passed","time":{"start":1728086207910,"stop":1728086207910,"duration":0}},{"uid":"8be690f6596a6df7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8be690f6596a6df7","status":"passed","time":{"start":1728085227792,"stop":1728085227792,"duration":0}},{"uid":"c0727d5bfec4ab54","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c0727d5bfec4ab54","status":"passed","time":{"start":1728084031092,"stop":1728084031092,"duration":0}},{"uid":"b60d0a7942a8aa88","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b60d0a7942a8aa88","status":"passed","time":{"start":1728083085066,"stop":1728083085066,"duration":0}},{"uid":"6abf0271af0a601","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6abf0271af0a601","status":"passed","time":{"start":1728082402960,"stop":1728082402961,"duration":1}},{"uid":"3f6ef2f622e29def","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3f6ef2f622e29def","status":"passed","time":{"start":1728069256723,"stop":1728069256723,"duration":0}},{"uid":"cab343ea7da78417","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cab343ea7da78417","status":"passed","time":{"start":1728068039048,"stop":1728068039049,"duration":1}},{"uid":"390c0a1f3e2af8a1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/390c0a1f3e2af8a1","status":"passed","time":{"start":1728066054978,"stop":1728066054978,"duration":0}},{"uid":"bbbce18543970abd","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bbbce18543970abd","status":"passed","time":{"start":1728066345496,"stop":1728066345496,"duration":0}},{"uid":"28b327e3794c861a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/28b327e3794c861a","status":"passed","time":{"start":1728057218519,"stop":1728057218519,"duration":0}},{"uid":"3e1ba91e0a91db16","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3e1ba91e0a91db16","status":"passed","time":{"start":1728056313101,"stop":1728056313101,"duration":0}},{"uid":"d03f1617c373d0b5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d03f1617c373d0b5","status":"passed","time":{"start":1728056731784,"stop":1728056731786,"duration":2}},{"uid":"97ba6574839c75d5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/97ba6574839c75d5","status":"passed","time":{"start":1728052615133,"stop":1728052615133,"duration":0}},{"uid":"80e31027cfa6a4fb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/80e31027cfa6a4fb","status":"passed","time":{"start":1728046456505,"stop":1728046456506,"duration":1}},{"uid":"b58c1181f6279fb9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b58c1181f6279fb9","status":"passed","time":{"start":1728047262763,"stop":1728047262763,"duration":0}},{"uid":"80c019325ea10a7a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/80c019325ea10a7a","status":"passed","time":{"start":1728043245055,"stop":1728043245056,"duration":1}},{"uid":"b57678cc8bcd911c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b57678cc8bcd911c","status":"passed","time":{"start":1728035876570,"stop":1728035876570,"duration":0}},{"uid":"35e419abbd50c16e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/35e419abbd50c16e","status":"passed","time":{"start":1728033795265,"stop":1728033795268,"duration":3}},{"uid":"625d464f6e42d4a6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/625d464f6e42d4a6","status":"passed","time":{"start":1728033412131,"stop":1728033412131,"duration":0}},{"uid":"e9e2181b8f3c6449","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e9e2181b8f3c6449","status":"passed","time":{"start":1728032929720,"stop":1728032929720,"duration":0}}]},"f1035e76d2da25b1e537e2a08f8bf20e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4efc54cb0469202a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4efc54cb0469202a","status":"passed","time":{"start":1728032288108,"stop":1728032288108,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d648e5fdee9b3ddd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d648e5fdee9b3ddd","status":"passed","time":{"start":1728086258655,"stop":1728086258655,"duration":0}},{"uid":"80a550ac87933130","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/80a550ac87933130","status":"passed","time":{"start":1728085280460,"stop":1728085280460,"duration":0}},{"uid":"c95044a05a45c61b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c95044a05a45c61b","status":"passed","time":{"start":1728084082620,"stop":1728084082620,"duration":0}},{"uid":"1e8c431febcfc6ba","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1e8c431febcfc6ba","status":"passed","time":{"start":1728083150055,"stop":1728083150056,"duration":1}},{"uid":"a9c21ea16ada48df","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a9c21ea16ada48df","status":"passed","time":{"start":1728082465646,"stop":1728082465646,"duration":0}},{"uid":"798ba061e616ee9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/798ba061e616ee9","status":"passed","time":{"start":1728069307985,"stop":1728069307987,"duration":2}},{"uid":"96be90723538067d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/96be90723538067d","status":"passed","time":{"start":1728068100422,"stop":1728068100423,"duration":1}},{"uid":"ae230193aa6ae17b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ae230193aa6ae17b","status":"passed","time":{"start":1728043296022,"stop":1728043296022,"duration":0}},{"uid":"ab1c3a64dbf2db97","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ab1c3a64dbf2db97","status":"passed","time":{"start":1728035910062,"stop":1728035910064,"duration":2}},{"uid":"48c2c1ac06675f72","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/48c2c1ac06675f72","status":"passed","time":{"start":1728033824744,"stop":1728033824744,"duration":0}},{"uid":"5b064b2490b43405","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5b064b2490b43405","status":"passed","time":{"start":1728033449285,"stop":1728033449285,"duration":0}},{"uid":"906607fff5c656dd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/906607fff5c656dd","status":"passed","time":{"start":1728032982556,"stop":1728032982556,"duration":0}},{"uid":"d1393f73c2be194b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d1393f73c2be194b","status":"passed","time":{"start":1728032626105,"stop":1728032626105,"duration":0}},{"uid":"6d793648f82c87","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6d793648f82c87","status":"passed","time":{"start":1728032345506,"stop":1728032345506,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":17,"unknown":0,"total":21},"items":[{"uid":"c2feaa1da6535cb3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2feaa1da6535cb3","status":"passed","time":{"start":1728086063169,"stop":1728086063170,"duration":1}},{"uid":"c9d8988aad3cd4cc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c9d8988aad3cd4cc","status":"passed","time":{"start":1728085079880,"stop":1728085079880,"duration":0}},{"uid":"7239539768d9bf87","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7239539768d9bf87","status":"passed","time":{"start":1728083929287,"stop":1728083929287,"duration":0}},{"uid":"70d2e50b2b3f2166","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/70d2e50b2b3f2166","status":"passed","time":{"start":1728082986545,"stop":1728082986545,"duration":0}},{"uid":"3d2dab0432db4613","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3d2dab0432db4613","status":"passed","time":{"start":1728082304393,"stop":1728082304394,"duration":1}},{"uid":"fe7231f358f27309","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fe7231f358f27309","status":"passed","time":{"start":1728069112261,"stop":1728069112262,"duration":1}},{"uid":"666daf77f24917a6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/666daf77f24917a6","status":"passed","time":{"start":1728067941513,"stop":1728067941513,"duration":0}},{"uid":"f8e13e73fad92c93","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f8e13e73fad92c93","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1728065792491,"stop":1728065792491,"duration":0}},{"uid":"a927bf3175b32a37","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a927bf3175b32a37","status":"passed","time":{"start":1728066083015,"stop":1728066083015,"duration":0}},{"uid":"6e988de89c5de593","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6e988de89c5de593","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1728056968486,"stop":1728056968486,"duration":0}},{"uid":"a08772d96306d2cc","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a08772d96306d2cc","status":"passed","time":{"start":1728056145778,"stop":1728056145778,"duration":0}},{"uid":"594690bf7344b9a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/594690bf7344b9a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1728056463090,"stop":1728056463091,"duration":1}},{"uid":"43df06b7ff67b6cd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/43df06b7ff67b6cd","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1728046208115,"stop":1728046208115,"duration":0}},{"uid":"a19c070c76730a0c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a19c070c76730a0c","status":"passed","time":{"start":1728047000892,"stop":1728047000892,"duration":0}},{"uid":"3257d752f63578","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3257d752f63578","status":"passed","time":{"start":1728043108469,"stop":1728043108469,"duration":0}},{"uid":"4d5a3b870fad4b0e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4d5a3b870fad4b0e","status":"passed","time":{"start":1728035666323,"stop":1728035666324,"duration":1}},{"uid":"b823791a54829c19","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b823791a54829c19","status":"passed","time":{"start":1728033588040,"stop":1728033588040,"duration":0}},{"uid":"7366ba07c47bf94e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7366ba07c47bf94e","status":"passed","time":{"start":1728033211346,"stop":1728033211346,"duration":0}},{"uid":"3388f13fde53cc4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3388f13fde53cc4","status":"passed","time":{"start":1728032787662,"stop":1728032787662,"duration":0}},{"uid":"7157c6ffa2fbef1f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7157c6ffa2fbef1f","status":"passed","time":{"start":1728032415361,"stop":1728032415363,"duration":2}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"275a9d76a425299","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/275a9d76a425299","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0}},{"uid":"c41b14fa1bf027f5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c41b14fa1bf027f5","status":"passed","time":{"start":1728084885261,"stop":1728084885262,"duration":1}},{"uid":"ce0c2ed082aa63dc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ce0c2ed082aa63dc","status":"passed","time":{"start":1728083752751,"stop":1728083752751,"duration":0}},{"uid":"3402186157d5d470","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3402186157d5d470","status":"passed","time":{"start":1728082815941,"stop":1728082815941,"duration":0}},{"uid":"22b8f920db178c84","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/22b8f920db178c84","status":"passed","time":{"start":1728082148006,"stop":1728082148006,"duration":0}},{"uid":"6e8b9e8b4e3ad6c3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6e8b9e8b4e3ad6c3","status":"passed","time":{"start":1728068916850,"stop":1728068916850,"duration":0}},{"uid":"ba4a7bc1a4198887","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ba4a7bc1a4198887","status":"passed","time":{"start":1728067793141,"stop":1728067793141,"duration":0}},{"uid":"5a0cc189c16ccf6a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5a0cc189c16ccf6a","status":"passed","time":{"start":1728065639910,"stop":1728065639911,"duration":1}},{"uid":"12890d21e3d2bce8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/12890d21e3d2bce8","status":"passed","time":{"start":1728065929478,"stop":1728065929478,"duration":0}},{"uid":"cd8c12a99532b1f5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cd8c12a99532b1f5","status":"passed","time":{"start":1728056820065,"stop":1728056820065,"duration":0}},{"uid":"255ce3396d88c8a0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/255ce3396d88c8a0","status":"passed","time":{"start":1728055991713,"stop":1728055991713,"duration":0}},{"uid":"b92f084f30aff5bc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b92f084f30aff5bc","status":"passed","time":{"start":1728056312133,"stop":1728056312134,"duration":1}},{"uid":"14fd626d3e1c572c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/14fd626d3e1c572c","status":"passed","time":{"start":1728055123423,"stop":1728055123423,"duration":0}},{"uid":"2c80042a44bc1577","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2c80042a44bc1577","status":"passed","time":{"start":1728054102204,"stop":1728054102204,"duration":0}},{"uid":"6601b095908573d9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6601b095908573d9","status":"passed","time":{"start":1728052379792,"stop":1728052379792,"duration":0}},{"uid":"53506b9ccbf43c1b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/53506b9ccbf43c1b","status":"passed","time":{"start":1728046060557,"stop":1728046060557,"duration":0}},{"uid":"6dcc33c3c6589e32","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6dcc33c3c6589e32","status":"passed","time":{"start":1728046846367,"stop":1728046846367,"duration":0}},{"uid":"651c90b95202ea2c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/651c90b95202ea2c","status":"passed","time":{"start":1728042916077,"stop":1728042916077,"duration":0}},{"uid":"de36ad80c9eab239","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/de36ad80c9eab239","status":"passed","time":{"start":1728035478735,"stop":1728035478735,"duration":0}},{"uid":"b2dfd0285430126c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b2dfd0285430126c","status":"passed","time":{"start":1728033395138,"stop":1728033395139,"duration":1}}]},"01fc2886d825a737298159928ed55da7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de9fb706c865ec88","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/de9fb706c865ec88","status":"passed","time":{"start":1728058204392,"stop":1728058204393,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"96d8371931ee12ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/96d8371931ee12ab","status":"passed","time":{"start":1728086246331,"stop":1728086246334,"duration":3}},{"uid":"92487c7b46d975c7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/92487c7b46d975c7","status":"passed","time":{"start":1728085262716,"stop":1728085262716,"duration":0}},{"uid":"77f690b80bd8c84d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/77f690b80bd8c84d","status":"passed","time":{"start":1728084073085,"stop":1728084073086,"duration":1}},{"uid":"5dc4f7209ef5a33c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5dc4f7209ef5a33c","status":"passed","time":{"start":1728083139757,"stop":1728083139757,"duration":0}},{"uid":"4c2c57f89fe243a3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4c2c57f89fe243a3","status":"passed","time":{"start":1728082453436,"stop":1728082453441,"duration":5}},{"uid":"dd18d054d8c43b1c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dd18d054d8c43b1c","status":"passed","time":{"start":1728069294510,"stop":1728069294515,"duration":5}},{"uid":"9c26c3df1932e08b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9c26c3df1932e08b","status":"passed","time":{"start":1728068091316,"stop":1728068091316,"duration":0}},{"uid":"bd55d83a8aca9c03","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd55d83a8aca9c03","status":"passed","time":{"start":1728066032963,"stop":1728066032963,"duration":0}},{"uid":"3f2f72dbac8d563a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3f2f72dbac8d563a","status":"passed","time":{"start":1728066323763,"stop":1728066323767,"duration":4}},{"uid":"2106a2073a319f0d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2106a2073a319f0d","status":"passed","time":{"start":1728057178297,"stop":1728057178299,"duration":2}},{"uid":"c8895b964c6671b4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c8895b964c6671b4","status":"passed","time":{"start":1728056339963,"stop":1728056339964,"duration":1}},{"uid":"4c22919beb11ddf3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4c22919beb11ddf3","status":"passed","time":{"start":1728056706237,"stop":1728056706238,"duration":1}},{"uid":"3ed79689d66ac81b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3ed79689d66ac81b","status":"passed","time":{"start":1728055464718,"stop":1728055464718,"duration":0}},{"uid":"9b01116f9cb743c1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9b01116f9cb743c1","status":"passed","time":{"start":1728054444800,"stop":1728054444800,"duration":0}},{"uid":"6c92beb0ffb15134","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6c92beb0ffb15134","status":"passed","time":{"start":1728052609224,"stop":1728052609229,"duration":5}},{"uid":"3c31fcfc6466df6b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3c31fcfc6466df6b","status":"passed","time":{"start":1728046451500,"stop":1728046451501,"duration":1}},{"uid":"932d8d3836f1a313","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/932d8d3836f1a313","status":"passed","time":{"start":1728047239893,"stop":1728047239893,"duration":0}},{"uid":"4b2c4f1718c77b91","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4b2c4f1718c77b91","status":"passed","time":{"start":1728043282283,"stop":1728043282283,"duration":0}},{"uid":"636b0c2e8052ea9e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/636b0c2e8052ea9e","status":"passed","time":{"start":1728035884820,"stop":1728035884820,"duration":0}},{"uid":"1ce1738bef7513e9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1ce1738bef7513e9","status":"passed","time":{"start":1728033797755,"stop":1728033797755,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b07fd89bd38b40e0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b07fd89bd38b40e0","status":"passed","time":{"start":1728085948116,"stop":1728085948116,"duration":0}},{"uid":"2eb5fb9bbaab7f64","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2eb5fb9bbaab7f64","status":"passed","time":{"start":1728084962846,"stop":1728084962846,"duration":0}},{"uid":"67ce76b5c188787b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/67ce76b5c188787b","status":"passed","time":{"start":1728083828792,"stop":1728083828792,"duration":0}},{"uid":"1a23f816f2e4a9d2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1a23f816f2e4a9d2","status":"passed","time":{"start":1728082892720,"stop":1728082892721,"duration":1}},{"uid":"8faef39275d3e048","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8faef39275d3e048","status":"passed","time":{"start":1728082222488,"stop":1728082222490,"duration":2}},{"uid":"868e27dd93cbe46","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/868e27dd93cbe46","status":"passed","time":{"start":1728068994853,"stop":1728068994854,"duration":1}},{"uid":"482bcc4a3392085e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/482bcc4a3392085e","status":"passed","time":{"start":1728067859838,"stop":1728067859839,"duration":1}},{"uid":"cdb91647367cddb0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cdb91647367cddb0","status":"passed","time":{"start":1728065708189,"stop":1728065708189,"duration":0}},{"uid":"7a67264666fa859b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7a67264666fa859b","status":"passed","time":{"start":1728065996331,"stop":1728065996331,"duration":0}},{"uid":"50a0a00ba3cf0642","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/50a0a00ba3cf0642","status":"passed","time":{"start":1728056884977,"stop":1728056884977,"duration":0}},{"uid":"f5804852ead9ba2c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f5804852ead9ba2c","status":"passed","time":{"start":1728056059746,"stop":1728056059746,"duration":0}},{"uid":"fc0590d537af03ad","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/fc0590d537af03ad","status":"passed","time":{"start":1728056378313,"stop":1728056378313,"duration":0}},{"uid":"bbeb3aeee2acd01b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bbeb3aeee2acd01b","status":"passed","time":{"start":1728055189865,"stop":1728055189866,"duration":1}},{"uid":"f90a317443a68a69","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f90a317443a68a69","status":"passed","time":{"start":1728054168096,"stop":1728054168096,"duration":0}},{"uid":"e5d6d11b2a5453b6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e5d6d11b2a5453b6","status":"passed","time":{"start":1728052446022,"stop":1728052446022,"duration":0}},{"uid":"e98229395b5d3cfe","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e98229395b5d3cfe","status":"passed","time":{"start":1728046135467,"stop":1728046135468,"duration":1}},{"uid":"65d7ba3d83ec595e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/65d7ba3d83ec595e","status":"passed","time":{"start":1728046911867,"stop":1728046911867,"duration":0}},{"uid":"cd716c09872a0a71","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cd716c09872a0a71","status":"passed","time":{"start":1728042990795,"stop":1728042990796,"duration":1}},{"uid":"ca184ef2063d5563","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ca184ef2063d5563","status":"passed","time":{"start":1728035552837,"stop":1728035552838,"duration":1}},{"uid":"46ecccbc732469d9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/46ecccbc732469d9","status":"passed","time":{"start":1728033475125,"stop":1728033475126,"duration":1}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fc5e7f7859cf754c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fc5e7f7859cf754c","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0}},{"uid":"36b0f70a3b88e8ed","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/36b0f70a3b88e8ed","status":"passed","time":{"start":1728085271526,"stop":1728085271527,"duration":1}},{"uid":"dc9132ff006e35ad","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dc9132ff006e35ad","status":"passed","time":{"start":1728084080685,"stop":1728084080687,"duration":2}},{"uid":"6c0b82ab57c6d181","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6c0b82ab57c6d181","status":"passed","time":{"start":1728083141879,"stop":1728083141879,"duration":0}},{"uid":"c339ef743456ea7a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c339ef743456ea7a","status":"passed","time":{"start":1728082445892,"stop":1728082445893,"duration":1}},{"uid":"9a24f03a4b90d055","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9a24f03a4b90d055","status":"passed","time":{"start":1728069302769,"stop":1728069302769,"duration":0}},{"uid":"20238cce58a609c2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/20238cce58a609c2","status":"passed","time":{"start":1728068075780,"stop":1728068075783,"duration":3}},{"uid":"668b84b2b8ab5c5f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/668b84b2b8ab5c5f","status":"passed","time":{"start":1728043294682,"stop":1728043294684,"duration":2}},{"uid":"e1098397f59b1615","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e1098397f59b1615","status":"passed","time":{"start":1728035901760,"stop":1728035901761,"duration":1}},{"uid":"d9048c08dc2740b8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d9048c08dc2740b8","status":"passed","time":{"start":1728033819841,"stop":1728033819843,"duration":2}},{"uid":"1aa0d54b32037b6a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1aa0d54b32037b6a","status":"passed","time":{"start":1728033441780,"stop":1728033441781,"duration":1}},{"uid":"71a3b50f75f06fde","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/71a3b50f75f06fde","status":"passed","time":{"start":1728032974948,"stop":1728032974949,"duration":1}},{"uid":"e14d393b6edd5cc1","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e14d393b6edd5cc1","status":"passed","time":{"start":1728032605743,"stop":1728032605743,"duration":0}},{"uid":"35913fba134902cd","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/35913fba134902cd","status":"passed","time":{"start":1728032334179,"stop":1728032334186,"duration":7}}]},"1108242964fee75e705e789fee9fe40c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bef96bac6534e42c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bef96bac6534e42c","status":"passed","time":{"start":1728083113932,"stop":1728083113933,"duration":1}}]},"dcf67328bca1518682ce72258a231376:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f44175f23f53c6a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3f44175f23f53c6a","status":"passed","time":{"start":1728032338428,"stop":1728032338429,"duration":1}}]},"0e287cc5e6ac4237077a90c7f67dd287:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"620ccdf863bca10c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/620ccdf863bca10c","status":"passed","time":{"start":1728066313113,"stop":1728066313114,"duration":1}}]},"c476832dc1b3967406657cba26c09573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d18d855d079a4f6","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9d18d855d079a4f6","status":"passed","time":{"start":1728058024181,"stop":1728058024181,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"3e75391d1c773537","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3e75391d1c773537","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0}},{"uid":"847ce9a31228601c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/847ce9a31228601c","status":"passed","time":{"start":1728084885248,"stop":1728084885248,"duration":0}},{"uid":"bae97158e1a02239","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bae97158e1a02239","status":"passed","time":{"start":1728083752738,"stop":1728083752739,"duration":1}},{"uid":"9be5f073be2ebf0e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9be5f073be2ebf0e","status":"passed","time":{"start":1728082815929,"stop":1728082815929,"duration":0}},{"uid":"7cd535967d00abe4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7cd535967d00abe4","status":"passed","time":{"start":1728082147995,"stop":1728082147995,"duration":0}},{"uid":"be58219d309a6de7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/be58219d309a6de7","status":"passed","time":{"start":1728068916837,"stop":1728068916837,"duration":0}},{"uid":"b382753063aab067","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b382753063aab067","status":"passed","time":{"start":1728067793129,"stop":1728067793129,"duration":0}},{"uid":"c0f716fbd67a3c8b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c0f716fbd67a3c8b","status":"passed","time":{"start":1728065639898,"stop":1728065639898,"duration":0}},{"uid":"afd13b2f559fef25","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/afd13b2f559fef25","status":"passed","time":{"start":1728065929465,"stop":1728065929466,"duration":1}},{"uid":"f903c8fcad67aa79","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f903c8fcad67aa79","status":"passed","time":{"start":1728056820053,"stop":1728056820053,"duration":0}},{"uid":"7a94c1fdfae7fd13","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7a94c1fdfae7fd13","status":"passed","time":{"start":1728055991701,"stop":1728055991702,"duration":1}},{"uid":"ac1624d5ab0fa693","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ac1624d5ab0fa693","status":"passed","time":{"start":1728056312121,"stop":1728056312122,"duration":1}},{"uid":"64a6c78729b4873c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/64a6c78729b4873c","status":"passed","time":{"start":1728055123410,"stop":1728055123411,"duration":1}},{"uid":"f3adadc320913963","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f3adadc320913963","status":"passed","time":{"start":1728054102191,"stop":1728054102191,"duration":0}},{"uid":"bae256a592d668c4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/bae256a592d668c4","status":"passed","time":{"start":1728052379781,"stop":1728052379781,"duration":0}},{"uid":"fa40b721ab8cd38b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fa40b721ab8cd38b","status":"passed","time":{"start":1728046060544,"stop":1728046060545,"duration":1}},{"uid":"77aff2f035aeb3b6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/77aff2f035aeb3b6","status":"passed","time":{"start":1728046846354,"stop":1728046846354,"duration":0}},{"uid":"a2a6118a11cc42f4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a2a6118a11cc42f4","status":"passed","time":{"start":1728042916065,"stop":1728042916065,"duration":0}},{"uid":"4e7480a8414e026","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4e7480a8414e026","status":"passed","time":{"start":1728035478723,"stop":1728035478723,"duration":0}},{"uid":"aafcad0570aa8991","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/aafcad0570aa8991","status":"passed","time":{"start":1728033395125,"stop":1728033395125,"duration":0}}]},"a6ad157b2282b20ff0971d3e4f72be77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1271466fe851a7fd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1271466fe851a7fd","status":"passed","time":{"start":1728032914506,"stop":1728032914507,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"72e1514f196e8425","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/72e1514f196e8425","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0}},{"uid":"91aac4b8a518361c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/91aac4b8a518361c","status":"passed","time":{"start":1728084876533,"stop":1728084876534,"duration":1}},{"uid":"25784445c0f0f49","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/25784445c0f0f49","status":"passed","time":{"start":1728083744445,"stop":1728083744445,"duration":0}},{"uid":"49c3e630176a131","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/49c3e630176a131","status":"passed","time":{"start":1728082807525,"stop":1728082807525,"duration":0}},{"uid":"8f0dc0e1ac3fb44c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8f0dc0e1ac3fb44c","status":"passed","time":{"start":1728082139384,"stop":1728082139384,"duration":0}},{"uid":"292f5b5b62f1e38b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/292f5b5b62f1e38b","status":"passed","time":{"start":1728068908090,"stop":1728068908090,"duration":0}},{"uid":"c78eae98ca0c67","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c78eae98ca0c67","status":"passed","time":{"start":1728067784800,"stop":1728067784800,"duration":0}},{"uid":"fd25db8da57d046f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fd25db8da57d046f","status":"passed","time":{"start":1728065631562,"stop":1728065631562,"duration":0}},{"uid":"3874f5b0cc30aec4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3874f5b0cc30aec4","status":"passed","time":{"start":1728065920919,"stop":1728065920920,"duration":1}},{"uid":"2af29f331a77d95","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2af29f331a77d95","status":"passed","time":{"start":1728056811698,"stop":1728056811698,"duration":0}},{"uid":"d847e66be64f2afd","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d847e66be64f2afd","status":"passed","time":{"start":1728055983159,"stop":1728055983159,"duration":0}},{"uid":"5d79e5effb76ec72","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5d79e5effb76ec72","status":"passed","time":{"start":1728056303600,"stop":1728056303601,"duration":1}},{"uid":"19b05dd2fa9f59c1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/19b05dd2fa9f59c1","status":"passed","time":{"start":1728055114886,"stop":1728055114886,"duration":0}},{"uid":"ee618fef112e2277","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ee618fef112e2277","status":"passed","time":{"start":1728054093760,"stop":1728054093760,"duration":0}},{"uid":"2093304ad2fe656b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2093304ad2fe656b","status":"passed","time":{"start":1728052371260,"stop":1728052371261,"duration":1}},{"uid":"3b2fd3eb42455b00","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3b2fd3eb42455b00","status":"passed","time":{"start":1728046051887,"stop":1728046051887,"duration":0}},{"uid":"227bcadf7f84395a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/227bcadf7f84395a","status":"passed","time":{"start":1728046838032,"stop":1728046838032,"duration":0}},{"uid":"d58a7bbe76acfa4c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d58a7bbe76acfa4c","status":"passed","time":{"start":1728042907593,"stop":1728042907593,"duration":0}},{"uid":"15b3e33e1fd62258","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/15b3e33e1fd62258","status":"passed","time":{"start":1728035469894,"stop":1728035469894,"duration":0}},{"uid":"a7d6202c07bbb013","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a7d6202c07bbb013","status":"passed","time":{"start":1728033386454,"stop":1728033386454,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"7657bd312ce01775","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7657bd312ce01775","status":"passed","time":{"start":1728086279981,"stop":1728086279982,"duration":1}},{"uid":"3044e0030a322828","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3044e0030a322828","status":"passed","time":{"start":1728085293898,"stop":1728085293899,"duration":1}},{"uid":"649a55a2a406342a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/649a55a2a406342a","status":"passed","time":{"start":1728084101444,"stop":1728084101445,"duration":1}},{"uid":"e20b571c962cbe16","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e20b571c962cbe16","status":"passed","time":{"start":1728083168110,"stop":1728083168110,"duration":0}},{"uid":"d0ebdfac274d269a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d0ebdfac274d269a","status":"passed","time":{"start":1728082465057,"stop":1728082465057,"duration":0}},{"uid":"25eda40e33b82adb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/25eda40e33b82adb","status":"passed","time":{"start":1728069334920,"stop":1728069334920,"duration":0}},{"uid":"918b18b1fd6d4024","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/918b18b1fd6d4024","status":"passed","time":{"start":1728068118327,"stop":1728068118327,"duration":0}},{"uid":"68e3329b32582f12","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/68e3329b32582f12","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728066355582,"stop":1728066355582,"duration":0}},{"uid":"4c7b4727207588e9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4c7b4727207588e9","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728066663036,"stop":1728066663036,"duration":0}},{"uid":"fe76ba262e1e4cb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fe76ba262e1e4cb","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728057521053,"stop":1728057521053,"duration":0}},{"uid":"97a333c9f4e1d19e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/97a333c9f4e1d19e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728056636126,"stop":1728056636126,"duration":0}},{"uid":"893bb82dd6d48098","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/893bb82dd6d48098","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728057050449,"stop":1728057050451,"duration":2}},{"uid":"6ec43eabfef8f457","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6ec43eabfef8f457","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728052896600,"stop":1728052896600,"duration":0}},{"uid":"d93f11b928e21caf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d93f11b928e21caf","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728046745289,"stop":1728046745289,"duration":0}},{"uid":"f04044775d8e1022","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f04044775d8e1022","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728047579659,"stop":1728047579659,"duration":0}},{"uid":"7595e6645f29421b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7595e6645f29421b","status":"passed","time":{"start":1728043322674,"stop":1728043322675,"duration":1}},{"uid":"47447fd0e2b2fa00","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/47447fd0e2b2fa00","status":"passed","time":{"start":1728035930887,"stop":1728035930889,"duration":2}},{"uid":"33e8807347ae11c2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/33e8807347ae11c2","status":"passed","time":{"start":1728033847224,"stop":1728033847224,"duration":0}},{"uid":"49fa4d5088035443","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/49fa4d5088035443","status":"passed","time":{"start":1728033467595,"stop":1728033467595,"duration":0}},{"uid":"3c1e1ebab125aa76","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3c1e1ebab125aa76","status":"passed","time":{"start":1728033001744,"stop":1728033001744,"duration":0}}]},"fc1181af916571b33be2e35cb63ed929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"500c4de8588559c3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/500c4de8588559c3","status":"passed","time":{"start":1728033769218,"stop":1728033769219,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dde67ac0e9abb810","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dde67ac0e9abb810","status":"passed","time":{"start":1728086192528,"stop":1728086192529,"duration":1}},{"uid":"1b31750b268980e3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1b31750b268980e3","status":"passed","time":{"start":1728085207504,"stop":1728085207504,"duration":0}},{"uid":"42fffac5beba28d9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/42fffac5beba28d9","status":"passed","time":{"start":1728084038294,"stop":1728084038295,"duration":1}},{"uid":"994c8c6fb0cfd025","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/994c8c6fb0cfd025","status":"passed","time":{"start":1728083118116,"stop":1728083118116,"duration":0}},{"uid":"4fb451938a19b1a4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4fb451938a19b1a4","status":"passed","time":{"start":1728082399711,"stop":1728082399712,"duration":1}},{"uid":"b16a711e6cbbbc99","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b16a711e6cbbbc99","status":"passed","time":{"start":1728069237587,"stop":1728069237588,"duration":1}},{"uid":"26e265a09bfae3b1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/26e265a09bfae3b1","status":"passed","time":{"start":1728068055947,"stop":1728068055947,"duration":0}},{"uid":"f055aaf3416977dc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f055aaf3416977dc","status":"passed","time":{"start":1728043232171,"stop":1728043232171,"duration":0}},{"uid":"d0229c4356b83f38","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d0229c4356b83f38","status":"passed","time":{"start":1728035844059,"stop":1728035844059,"duration":0}},{"uid":"c4c1e4feaa2d9003","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c4c1e4feaa2d9003","status":"passed","time":{"start":1728033765889,"stop":1728033765889,"duration":0}},{"uid":"aaf2e5766c56712c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/aaf2e5766c56712c","status":"passed","time":{"start":1728033382960,"stop":1728033382960,"duration":0}},{"uid":"643912eb2a3513ac","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/643912eb2a3513ac","status":"passed","time":{"start":1728032914500,"stop":1728032914500,"duration":0}},{"uid":"9eda099de9dad117","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/9eda099de9dad117","status":"passed","time":{"start":1728032550368,"stop":1728032550368,"duration":0}},{"uid":"39e7d6e86204a3ae","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/39e7d6e86204a3ae","status":"passed","time":{"start":1728032274025,"stop":1728032274026,"duration":1}}]},"5d367255e892f32930625293bcf8d392:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"464edebc704de890","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/464edebc704de890","status":"passed","time":{"start":1728048050525,"stop":1728048050525,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2423743dbf0dd311","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2423743dbf0dd311","status":"passed","time":{"start":1728086171712,"stop":1728086171713,"duration":1}},{"uid":"1e5387b16715e11e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1e5387b16715e11e","status":"passed","time":{"start":1728085184724,"stop":1728085184724,"duration":0}},{"uid":"1ead2a74937afe61","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1ead2a74937afe61","status":"passed","time":{"start":1728084018363,"stop":1728084018364,"duration":1}},{"uid":"62f774cf5d993e33","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/62f774cf5d993e33","status":"passed","time":{"start":1728083065689,"stop":1728083065689,"duration":0}},{"uid":"5e75523b3e7b8dc3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5e75523b3e7b8dc3","status":"passed","time":{"start":1728069218849,"stop":1728069218849,"duration":0}},{"uid":"dac0bc74e797160d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dac0bc74e797160d","status":"passed","time":{"start":1728046261841,"stop":1728046261841,"duration":0}},{"uid":"dc24a7a84a634fcc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dc24a7a84a634fcc","status":"passed","time":{"start":1728043204126,"stop":1728043204126,"duration":0}},{"uid":"522b2204b9dbc4b0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/522b2204b9dbc4b0","status":"passed","time":{"start":1728035785884,"stop":1728035785884,"duration":0}},{"uid":"8815f2afecc68402","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8815f2afecc68402","status":"passed","time":{"start":1728033696363,"stop":1728033696363,"duration":0}},{"uid":"c4e35074795919d1","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c4e35074795919d1","status":"passed","time":{"start":1728033319500,"stop":1728033319500,"duration":0}},{"uid":"9bbbc53977e3fe4b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9bbbc53977e3fe4b","status":"passed","time":{"start":1728032886562,"stop":1728032886562,"duration":0}},{"uid":"13680c5e5c43b638","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/13680c5e5c43b638","status":"passed","time":{"start":1728032520657,"stop":1728032520658,"duration":1}},{"uid":"6ee7e7d9ca9343f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6ee7e7d9ca9343f","status":"passed","time":{"start":1728032252782,"stop":1728032252782,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"c1d901bd38078939","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c1d901bd38078939","status":"passed","time":{"start":1728086260299,"stop":1728086260300,"duration":1}},{"uid":"6a365d8aa4fc7557","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6a365d8aa4fc7557","status":"passed","time":{"start":1728085269075,"stop":1728085269075,"duration":0}},{"uid":"8bf1c3392e47a23b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8bf1c3392e47a23b","status":"passed","time":{"start":1728069312628,"stop":1728069312628,"duration":0}},{"uid":"678998f5a11512c6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/678998f5a11512c6","status":"passed","time":{"start":1728046423433,"stop":1728046423433,"duration":0}},{"uid":"e00b93575fd72394","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e00b93575fd72394","status":"passed","time":{"start":1728043297174,"stop":1728043297174,"duration":0}},{"uid":"3619bbef19eff1d7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3619bbef19eff1d7","status":"passed","time":{"start":1728035880143,"stop":1728035880145,"duration":2}},{"uid":"433caf720d134b1c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/433caf720d134b1c","status":"passed","time":{"start":1728033788799,"stop":1728033788804,"duration":5}},{"uid":"2a345e5b91b81d5b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2a345e5b91b81d5b","status":"passed","time":{"start":1728033423622,"stop":1728033423625,"duration":3}},{"uid":"a47f3509f66dc6b9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a47f3509f66dc6b9","status":"passed","time":{"start":1728032985099,"stop":1728032985099,"duration":0}},{"uid":"631ba34201b4a8ad","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/631ba34201b4a8ad","status":"passed","time":{"start":1728032614935,"stop":1728032614935,"duration":0}},{"uid":"715ad30a241569e7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/715ad30a241569e7","status":"passed","time":{"start":1728032348369,"stop":1728032348369,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"36002c9104f18b4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36002c9104f18b4a","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0}},{"uid":"7afc082c938778e1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7afc082c938778e1","status":"passed","time":{"start":1728085269092,"stop":1728085269092,"duration":0}},{"uid":"bbe2e75026afa823","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bbe2e75026afa823","status":"passed","time":{"start":1728069312646,"stop":1728069312646,"duration":0}},{"uid":"90e0f78dd1fa27be","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/90e0f78dd1fa27be","status":"passed","time":{"start":1728046423461,"stop":1728046423461,"duration":0}},{"uid":"13957eda9c223267","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/13957eda9c223267","status":"passed","time":{"start":1728043297198,"stop":1728043297199,"duration":1}},{"uid":"c7e42c6648d9785f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c7e42c6648d9785f","status":"passed","time":{"start":1728035880182,"stop":1728035880182,"duration":0}},{"uid":"1c1a6a1e965d94f8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1c1a6a1e965d94f8","status":"passed","time":{"start":1728033788844,"stop":1728033788845,"duration":1}},{"uid":"7ba4e09d13332b6a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7ba4e09d13332b6a","status":"passed","time":{"start":1728033423662,"stop":1728033423663,"duration":1}},{"uid":"5a2400c698f998a1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5a2400c698f998a1","status":"passed","time":{"start":1728032985171,"stop":1728032985171,"duration":0}},{"uid":"878c2c23e8925655","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/878c2c23e8925655","status":"passed","time":{"start":1728032614960,"stop":1728032614960,"duration":0}},{"uid":"b5f01ae4b5c2fd34","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b5f01ae4b5c2fd34","status":"passed","time":{"start":1728032348425,"stop":1728032348429,"duration":4}}]},"804ff30bb1728a808b723823c4d4f1da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bdcb6a2fdc1ad02c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bdcb6a2fdc1ad02c","status":"passed","time":{"start":1728048050527,"stop":1728048050527,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"cdeee36b1a7fcd32","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cdeee36b1a7fcd32","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086171968,"stop":1728086171968,"duration":0}},{"uid":"c1ac876adcb5f6f7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c1ac876adcb5f6f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085185001,"stop":1728085185001,"duration":0}},{"uid":"5ce5f2d1753af865","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5ce5f2d1753af865","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083991828,"stop":1728083991828,"duration":0}},{"uid":"be3da405b087171f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/be3da405b087171f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083055043,"stop":1728083055043,"duration":0}},{"uid":"c04256ae9a9b7f28","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c04256ae9a9b7f28","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082370163,"stop":1728082370164,"duration":1}},{"uid":"a3a2787a30f80652","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a3a2787a30f80652","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069219057,"stop":1728069219058,"duration":1}},{"uid":"92ed829f9d7b3a5d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/92ed829f9d7b3a5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068012665,"stop":1728068012666,"duration":1}},{"uid":"e83f8c681b8542a7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e83f8c681b8542a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066031642,"stop":1728066031642,"duration":0}},{"uid":"12fe793e3a955f1e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/12fe793e3a955f1e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066319209,"stop":1728066319209,"duration":0}},{"uid":"672411e84a787710","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/672411e84a787710","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057178483,"stop":1728057178483,"duration":0}},{"uid":"db731953fe4422da","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/db731953fe4422da","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056278365,"stop":1728056278365,"duration":0}},{"uid":"4c39b678a391153c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4c39b678a391153c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056702952,"stop":1728056702952,"duration":0}},{"uid":"179af4b3031343b0","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/179af4b3031343b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055394342,"stop":1728055394342,"duration":0}},{"uid":"36ed4e0ad1fa3c9a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/36ed4e0ad1fa3c9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054371330,"stop":1728054371331,"duration":1}},{"uid":"607e227f5c082519","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/607e227f5c082519","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052583215,"stop":1728052583215,"duration":0}},{"uid":"dbace86c27a086d4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dbace86c27a086d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046423644,"stop":1728046423645,"duration":1}},{"uid":"7a34c74eb6146797","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7a34c74eb6146797","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047236682,"stop":1728047236682,"duration":0}},{"uid":"4546420c6444c27","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4546420c6444c27","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043204473,"stop":1728043204473,"duration":0}},{"uid":"a7a9720fba2d3eca","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a7a9720fba2d3eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035844284,"stop":1728035844284,"duration":0}},{"uid":"4c2a7f2081406fd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4c2a7f2081406fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033766260,"stop":1728033766260,"duration":0}}]},"bbe22818569410d2da6eedabd3c66874:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f774f5035d4a17e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f774f5035d4a17e2","status":"passed","time":{"start":1728043075254,"stop":1728043075255,"duration":1}}]},"3e8d9002fc58c170df14330b78e80fba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d72fe8dfa6ee5646","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d72fe8dfa6ee5646","status":"passed","time":{"start":1728032582955,"stop":1728032582956,"duration":1}}]},"6ecfdafb0d1fa1d227f5cfccc07bdb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58afa1e53905cff2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/58afa1e53905cff2","status":"passed","time":{"start":1728033382964,"stop":1728033382965,"duration":1}}]},"a16cd50f8dce489c3f73926c716765e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f853b0e9f6e96c0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1f853b0e9f6e96c0","status":"passed","time":{"start":1728033696360,"stop":1728033696360,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"a357d9e1527b5c01","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a357d9e1527b5c01","status":"passed","time":{"start":1728086260314,"stop":1728086260315,"duration":1}},{"uid":"b63d0da68f1481c0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b63d0da68f1481c0","status":"passed","time":{"start":1728085269083,"stop":1728085269084,"duration":1}},{"uid":"28b2d914ac9e2df6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/28b2d914ac9e2df6","status":"passed","time":{"start":1728069312637,"stop":1728069312637,"duration":0}},{"uid":"bb61366a1328a54e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bb61366a1328a54e","status":"passed","time":{"start":1728046423445,"stop":1728046423445,"duration":0}},{"uid":"5c9fc78a7437f101","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5c9fc78a7437f101","status":"passed","time":{"start":1728043297182,"stop":1728043297182,"duration":0}},{"uid":"cb1057d7d886b6ea","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cb1057d7d886b6ea","status":"passed","time":{"start":1728035880159,"stop":1728035880159,"duration":0}},{"uid":"f194b8d154954d45","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f194b8d154954d45","status":"passed","time":{"start":1728033788821,"stop":1728033788830,"duration":9}},{"uid":"882bc4ab6c1514e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/882bc4ab6c1514e","status":"passed","time":{"start":1728033423643,"stop":1728033423643,"duration":0}},{"uid":"c43ab706e9497c8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c43ab706e9497c8","status":"passed","time":{"start":1728032985142,"stop":1728032985143,"duration":1}},{"uid":"2f6e75731f06036f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2f6e75731f06036f","status":"passed","time":{"start":1728032614943,"stop":1728032614943,"duration":0}},{"uid":"7da652d37aaac20e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7da652d37aaac20e","status":"passed","time":{"start":1728032348376,"stop":1728032348377,"duration":1}}]},"386694a97a41759c00cb64a8cbdb1162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7431f07bf555c1bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7431f07bf555c1bd","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728066313112,"stop":1728066313112,"duration":0}}]},"3e5d69852f9e57ff7694d535448f7eeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"544f27802e9b140","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/544f27802e9b140","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728053197841,"stop":1728053197842,"duration":1}}]},"a703eb250a1d41e4025d4b7997d5bb3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"544f7c7e89ca608","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/544f7c7e89ca608","status":"passed","time":{"start":1728033823632,"stop":1728033823633,"duration":1}}]},"9ee5fcfa1d2644b9d827ddddc3a663be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68c9f3dde003e11f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/68c9f3dde003e11f","status":"passed","time":{"start":1728033319482,"stop":1728033319483,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a6bd854d0d0659ad","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a6bd854d0d0659ad","status":"passed","time":{"start":1728086254812,"stop":1728086254813,"duration":1}},{"uid":"179610dc49f07887","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/179610dc49f07887","status":"passed","time":{"start":1728085271525,"stop":1728085271526,"duration":1}},{"uid":"753eeca02a59b676","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/753eeca02a59b676","status":"passed","time":{"start":1728084080683,"stop":1728084080684,"duration":1}},{"uid":"1aace0b043b5faea","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1aace0b043b5faea","status":"passed","time":{"start":1728083141877,"stop":1728083141878,"duration":1}},{"uid":"9703e335fbd3b4a1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9703e335fbd3b4a1","status":"passed","time":{"start":1728082445885,"stop":1728082445890,"duration":5}},{"uid":"faacaa33f981e555","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/faacaa33f981e555","status":"passed","time":{"start":1728069302768,"stop":1728069302768,"duration":0}},{"uid":"c728ed68e5115c4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c728ed68e5115c4","status":"passed","time":{"start":1728068075776,"stop":1728068075779,"duration":3}},{"uid":"4ad0c251e2d62b05","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4ad0c251e2d62b05","status":"passed","time":{"start":1728043294679,"stop":1728043294679,"duration":0}},{"uid":"fdc4bf40c5f332d1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fdc4bf40c5f332d1","status":"passed","time":{"start":1728035901759,"stop":1728035901759,"duration":0}},{"uid":"33f440f2203a6010","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/33f440f2203a6010","status":"passed","time":{"start":1728033819835,"stop":1728033819836,"duration":1}},{"uid":"54ae3c6af4070009","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/54ae3c6af4070009","status":"passed","time":{"start":1728033441772,"stop":1728033441777,"duration":5}},{"uid":"15f4b9b7386af01f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/15f4b9b7386af01f","status":"passed","time":{"start":1728032974947,"stop":1728032974947,"duration":0}},{"uid":"41e3b2300ec129be","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/41e3b2300ec129be","status":"passed","time":{"start":1728032605741,"stop":1728032605742,"duration":1}},{"uid":"39b0350a0811811a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/39b0350a0811811a","status":"passed","time":{"start":1728032334175,"stop":1728032334175,"duration":0}}]},"4dad3ca1378961d41b8985e50efc0099:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f56db7734ceb00e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1f56db7734ceb00e","status":"passed","time":{"start":1728084067135,"stop":1728084067137,"duration":2}}]},"748f56a0b8fa479220a5795d4f33f847:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"100d3516ea9610fb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/100d3516ea9610fb","status":"passed","time":{"start":1728035911102,"stop":1728035911102,"duration":0}}]},"9cf93dce56636c625b1e02ef00bd7b03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"38e2119948b7077","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/38e2119948b7077","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755690,"stop":1728049755690,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"ae94e489c1db3734","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ae94e489c1db3734","status":"passed","time":{"start":1728085924039,"stop":1728085924040,"duration":1}},{"uid":"ef42d71e48e63439","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ef42d71e48e63439","status":"passed","time":{"start":1728084938532,"stop":1728084938533,"duration":1}},{"uid":"6391342f96b95336","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6391342f96b95336","status":"passed","time":{"start":1728083803133,"stop":1728083803134,"duration":1}},{"uid":"13af330f41c331c7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/13af330f41c331c7","status":"passed","time":{"start":1728082866457,"stop":1728082866457,"duration":0}},{"uid":"f3005b044dd4522c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f3005b044dd4522c","status":"passed","time":{"start":1728082201441,"stop":1728082201442,"duration":1}},{"uid":"144ea9acf5356655","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/144ea9acf5356655","status":"passed","time":{"start":1728068970720,"stop":1728068970720,"duration":0}},{"uid":"87073f1b6d8a06f0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/87073f1b6d8a06f0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728067892111,"stop":1728067892111,"duration":0}},{"uid":"a904a6b9ab089781","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a904a6b9ab089781","status":"passed","time":{"start":1728042966897,"stop":1728042966898,"duration":1}},{"uid":"c4474d5cf38eb768","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c4474d5cf38eb768","status":"passed","time":{"start":1728035530680,"stop":1728035530680,"duration":0}},{"uid":"a44ae55f17f37e63","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a44ae55f17f37e63","status":"passed","time":{"start":1728033448455,"stop":1728033448455,"duration":0}},{"uid":"739272596191e3ba","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/739272596191e3ba","status":"passed","time":{"start":1728033073495,"stop":1728033073496,"duration":1}},{"uid":"8f5ee3b3c90fd7d0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8f5ee3b3c90fd7d0","status":"passed","time":{"start":1728032644094,"stop":1728032644094,"duration":0}},{"uid":"920a97962ebf28c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/920a97962ebf28c","status":"passed","time":{"start":1728032279021,"stop":1728032279022,"duration":1}},{"uid":"39ee7281d3c8e1c9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/39ee7281d3c8e1c9","status":"passed","time":{"start":1728032001101,"stop":1728032001102,"duration":1}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f34b67538ece5265","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f34b67538ece5265","status":"passed","time":{"start":1728086032740,"stop":1728086032741,"duration":1}},{"uid":"adbc8325f3c40168","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/adbc8325f3c40168","status":"passed","time":{"start":1728085050219,"stop":1728085050219,"duration":0}},{"uid":"5d90db4c1862985f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5d90db4c1862985f","status":"passed","time":{"start":1728083903372,"stop":1728083903372,"duration":0}},{"uid":"f87f1c03a71f36c2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f87f1c03a71f36c2","status":"passed","time":{"start":1728082964233,"stop":1728082964233,"duration":0}},{"uid":"501efd09e8533410","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/501efd09e8533410","status":"passed","time":{"start":1728082280688,"stop":1728082280688,"duration":0}},{"uid":"5806ee51209246a4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5806ee51209246a4","status":"passed","time":{"start":1728069077463,"stop":1728069077463,"duration":0}},{"uid":"b73489259de34bf5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b73489259de34bf5","status":"passed","time":{"start":1728067917853,"stop":1728067917853,"duration":0}},{"uid":"8c163b5467c5fe47","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8c163b5467c5fe47","status":"passed","time":{"start":1728043075253,"stop":1728043075253,"duration":0}},{"uid":"569424086f978e0f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/569424086f978e0f","status":"passed","time":{"start":1728035638298,"stop":1728035638305,"duration":7}},{"uid":"e078233bb575b4ef","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e078233bb575b4ef","status":"passed","time":{"start":1728033557515,"stop":1728033557515,"duration":0}},{"uid":"c90860e1b594ef7b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c90860e1b594ef7b","status":"passed","time":{"start":1728033182528,"stop":1728033182535,"duration":7}},{"uid":"658c6465f1d7aff0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/658c6465f1d7aff0","status":"passed","time":{"start":1728032755535,"stop":1728032755535,"duration":0}},{"uid":"c1ccb92ffaaf5ea3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c1ccb92ffaaf5ea3","status":"passed","time":{"start":1728032388397,"stop":1728032388397,"duration":0}},{"uid":"2fea17c0ff41c7b4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2fea17c0ff41c7b4","status":"passed","time":{"start":1728032113326,"stop":1728032113331,"duration":5}}]},"3d0babe003a1af32a0be0525daa5a593:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cfde1e317f370d8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2cfde1e317f370d8","status":"passed","time":{"start":1728085254233,"stop":1728085254233,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2a5751ca0838fb8a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2a5751ca0838fb8a","status":"passed","time":{"start":1728085864172,"stop":1728085864172,"duration":0}},{"uid":"664f342a456af7ee","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/664f342a456af7ee","status":"passed","time":{"start":1728084876400,"stop":1728084876400,"duration":0}},{"uid":"7ff3a65ca02617d5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7ff3a65ca02617d5","status":"passed","time":{"start":1728083744357,"stop":1728083744357,"duration":0}},{"uid":"52cd776d2162d481","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/52cd776d2162d481","status":"passed","time":{"start":1728082807450,"stop":1728082807450,"duration":0}},{"uid":"996ed879b5e8b5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/996ed879b5e8b5","status":"passed","time":{"start":1728082139318,"stop":1728082139319,"duration":1}},{"uid":"e0bbaee46ebdf29b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e0bbaee46ebdf29b","status":"passed","time":{"start":1728068908058,"stop":1728068908058,"duration":0}},{"uid":"351819a9b061df05","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/351819a9b061df05","status":"passed","time":{"start":1728067784712,"stop":1728067784712,"duration":0}},{"uid":"3e7deecf9330c3dd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3e7deecf9330c3dd","status":"passed","time":{"start":1728065631515,"stop":1728065631515,"duration":0}},{"uid":"2b5d92c3f049aa42","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2b5d92c3f049aa42","status":"passed","time":{"start":1728065920827,"stop":1728065920827,"duration":0}},{"uid":"430560a34e67b124","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/430560a34e67b124","status":"passed","time":{"start":1728056811586,"stop":1728056811586,"duration":0}},{"uid":"aab76156f7a095dd","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/aab76156f7a095dd","status":"passed","time":{"start":1728055983143,"stop":1728055983143,"duration":0}},{"uid":"4ff6cb01fce0ca64","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4ff6cb01fce0ca64","status":"passed","time":{"start":1728056303684,"stop":1728056303684,"duration":0}},{"uid":"45714849ee11bc29","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/45714849ee11bc29","status":"passed","time":{"start":1728055114815,"stop":1728055114815,"duration":0}},{"uid":"4fe3eea663f38eff","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4fe3eea663f38eff","status":"passed","time":{"start":1728054093602,"stop":1728054093602,"duration":0}},{"uid":"3978b44d54e4e973","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3978b44d54e4e973","status":"passed","time":{"start":1728052371188,"stop":1728052371189,"duration":1}},{"uid":"e0028df7f5f973b8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e0028df7f5f973b8","status":"passed","time":{"start":1728046051726,"stop":1728046051726,"duration":0}},{"uid":"75887ce0cb7fbfc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/75887ce0cb7fbfc","status":"passed","time":{"start":1728046837812,"stop":1728046837812,"duration":0}},{"uid":"9d452b6fd7d73eab","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9d452b6fd7d73eab","status":"passed","time":{"start":1728042907585,"stop":1728042907585,"duration":0}},{"uid":"7a49010c17dfe1c7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7a49010c17dfe1c7","status":"passed","time":{"start":1728035469885,"stop":1728035469886,"duration":1}},{"uid":"e90309a57737c246","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e90309a57737c246","status":"passed","time":{"start":1728033386396,"stop":1728033386396,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3d79f0b3ad369d90","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3d79f0b3ad369d90","status":"passed","time":{"start":1728086192522,"stop":1728086192522,"duration":0}},{"uid":"dee699bf415edb64","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dee699bf415edb64","status":"passed","time":{"start":1728085207481,"stop":1728085207481,"duration":0}},{"uid":"603bf172d1ce7c2c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/603bf172d1ce7c2c","status":"passed","time":{"start":1728084038283,"stop":1728084038283,"duration":0}},{"uid":"651ea5d279ae2bae","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/651ea5d279ae2bae","status":"passed","time":{"start":1728083118105,"stop":1728083118105,"duration":0}},{"uid":"68ab785eeb26e727","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/68ab785eeb26e727","status":"passed","time":{"start":1728082399700,"stop":1728082399700,"duration":0}},{"uid":"d16b129ebbb933ee","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d16b129ebbb933ee","status":"passed","time":{"start":1728069237576,"stop":1728069237577,"duration":1}},{"uid":"54d97f0ff86482e8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/54d97f0ff86482e8","status":"passed","time":{"start":1728068055932,"stop":1728068055936,"duration":4}},{"uid":"93894af7e8bff691","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/93894af7e8bff691","status":"passed","time":{"start":1728043232165,"stop":1728043232165,"duration":0}},{"uid":"c330786ee220fc9b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c330786ee220fc9b","status":"passed","time":{"start":1728035844054,"stop":1728035844055,"duration":1}},{"uid":"b1448494db4ec0a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b1448494db4ec0a","status":"passed","time":{"start":1728033765881,"stop":1728033765881,"duration":0}},{"uid":"94816189c6cf6383","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/94816189c6cf6383","status":"passed","time":{"start":1728033382946,"stop":1728033382948,"duration":2}},{"uid":"270bcd722436d20e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/270bcd722436d20e","status":"passed","time":{"start":1728032914493,"stop":1728032914493,"duration":0}},{"uid":"3ce25b8bf1baa403","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3ce25b8bf1baa403","status":"passed","time":{"start":1728032550356,"stop":1728032550357,"duration":1}},{"uid":"de3eb90411ec708f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/de3eb90411ec708f","status":"passed","time":{"start":1728032274021,"stop":1728032274021,"duration":0}}]},"ffd83cc9abd7e5ec16b136cecc58551b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b8c248405dbd8d9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8b8c248405dbd8d9","status":"passed","time":{"start":1728068055158,"stop":1728068055158,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a1043ea7ec8d2b64","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a1043ea7ec8d2b64","status":"passed","time":{"start":1728085872167,"stop":1728085872167,"duration":0}},{"uid":"a757b1a8d9a32c04","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a757b1a8d9a32c04","status":"passed","time":{"start":1728084884498,"stop":1728084884499,"duration":1}},{"uid":"e620cdc17c4d229b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e620cdc17c4d229b","status":"passed","time":{"start":1728083751988,"stop":1728083751989,"duration":1}},{"uid":"d2f504f89ebfa153","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d2f504f89ebfa153","status":"passed","time":{"start":1728082815035,"stop":1728082815036,"duration":1}},{"uid":"cccd1b2d8d8d1c70","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cccd1b2d8d8d1c70","status":"passed","time":{"start":1728082147322,"stop":1728082147323,"duration":1}},{"uid":"8318dd27673550e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8318dd27673550e2","status":"passed","time":{"start":1728068916321,"stop":1728068916321,"duration":0}},{"uid":"84b0a07a43f5f00f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/84b0a07a43f5f00f","status":"passed","time":{"start":1728067792191,"stop":1728067792191,"duration":0}},{"uid":"b475178488a6bb25","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b475178488a6bb25","status":"passed","time":{"start":1728065639257,"stop":1728065639258,"duration":1}},{"uid":"cf1e1d82a4937143","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cf1e1d82a4937143","status":"passed","time":{"start":1728065928758,"stop":1728065928759,"duration":1}},{"uid":"60492f297b765d37","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/60492f297b765d37","status":"passed","time":{"start":1728056819201,"stop":1728056819201,"duration":0}},{"uid":"6556c6d68a9082b5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6556c6d68a9082b5","status":"passed","time":{"start":1728055990809,"stop":1728055990810,"duration":1}},{"uid":"553b6e39440524de","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/553b6e39440524de","status":"passed","time":{"start":1728056311523,"stop":1728056311524,"duration":1}},{"uid":"2beddcfa3d4d092e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2beddcfa3d4d092e","status":"passed","time":{"start":1728055122704,"stop":1728055122705,"duration":1}},{"uid":"6754b22673278f8a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6754b22673278f8a","status":"passed","time":{"start":1728054101377,"stop":1728054101378,"duration":1}},{"uid":"6c73fd4020ec2a2f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6c73fd4020ec2a2f","status":"passed","time":{"start":1728052379037,"stop":1728052379038,"duration":1}},{"uid":"6006780afd17a43f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6006780afd17a43f","status":"passed","time":{"start":1728046059822,"stop":1728046059825,"duration":3}},{"uid":"2b5cff6245d13048","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2b5cff6245d13048","status":"passed","time":{"start":1728046845711,"stop":1728046845711,"duration":0}},{"uid":"f6f138dbe03c4a96","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f6f138dbe03c4a96","status":"passed","time":{"start":1728042915327,"stop":1728042915328,"duration":1}},{"uid":"a1b73cf66d966d96","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a1b73cf66d966d96","status":"passed","time":{"start":1728035477906,"stop":1728035477906,"duration":0}},{"uid":"1c46eab8007d5bdc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1c46eab8007d5bdc","status":"passed","time":{"start":1728033394397,"stop":1728033394398,"duration":1}}]},"a9634adec5e018f71cd45527903dd269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4682bb579e93a403","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4682bb579e93a403","status":"passed","time":{"start":1728083113930,"stop":1728083113932,"duration":2}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"53e7722717858a37","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/53e7722717858a37","status":"passed","time":{"start":1728086260319,"stop":1728086260320,"duration":1}},{"uid":"3be85cbd80670635","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3be85cbd80670635","status":"passed","time":{"start":1728085269089,"stop":1728085269089,"duration":0}},{"uid":"18f9efead0401824","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/18f9efead0401824","status":"passed","time":{"start":1728069312643,"stop":1728069312643,"duration":0}},{"uid":"7fd168f3fc1194b6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7fd168f3fc1194b6","status":"passed","time":{"start":1728046423455,"stop":1728046423456,"duration":1}},{"uid":"170909a4966deae9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/170909a4966deae9","status":"passed","time":{"start":1728043297191,"stop":1728043297191,"duration":0}},{"uid":"85e00f2c9ec415b6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/85e00f2c9ec415b6","status":"passed","time":{"start":1728035880171,"stop":1728035880172,"duration":1}},{"uid":"5e8f308d982a642b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5e8f308d982a642b","status":"passed","time":{"start":1728033788842,"stop":1728033788842,"duration":0}},{"uid":"263f9bc58c13ddf8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/263f9bc58c13ddf8","status":"passed","time":{"start":1728033423656,"stop":1728033423656,"duration":0}},{"uid":"e3f40b5926a2cc19","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e3f40b5926a2cc19","status":"passed","time":{"start":1728032985158,"stop":1728032985159,"duration":1}},{"uid":"f0d48501b2678cbd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f0d48501b2678cbd","status":"passed","time":{"start":1728032614957,"stop":1728032614957,"duration":0}},{"uid":"8089b478deb6c6e6","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8089b478deb6c6e6","status":"passed","time":{"start":1728032348417,"stop":1728032348417,"duration":0}}]},"155f6400a068b4340eb5448e41c9712b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6001d4efb2349559","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6001d4efb2349559","status":"passed","time":{"start":1728066643859,"stop":1728066643860,"duration":1}}]},"0ff3a080713c5fba56695d1e2bd42064:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc13930f589fa3ba","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bc13930f589fa3ba","status":"passed","time":{"start":1728082441023,"stop":1728082441023,"duration":0}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":23,"unknown":0,"total":24},"items":[{"uid":"17c643a435493b87","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/17c643a435493b87","status":"passed","time":{"start":1728086235210,"stop":1728086235210,"duration":0}},{"uid":"86ac312a4a802040","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/86ac312a4a802040","status":"passed","time":{"start":1728085254223,"stop":1728085254224,"duration":1}},{"uid":"5411f81b9f97bae4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5411f81b9f97bae4","status":"passed","time":{"start":1728084056980,"stop":1728084056981,"duration":1}},{"uid":"2d81b29a1c796b58","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2d81b29a1c796b58","status":"passed","time":{"start":1728083113924,"stop":1728083113924,"duration":0}},{"uid":"725c8be9c35f3ea0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/725c8be9c35f3ea0","status":"passed","time":{"start":1728082422905,"stop":1728082422906,"duration":1}},{"uid":"61b8db48ae6f543d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/61b8db48ae6f543d","status":"passed","time":{"start":1728069281349,"stop":1728069281350,"duration":1}},{"uid":"5b66ec2e5371f4e0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5b66ec2e5371f4e0","status":"passed","time":{"start":1728068055155,"stop":1728068055155,"duration":0}},{"uid":"85e4043a61bcf8be","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/85e4043a61bcf8be","status":"passed","time":{"start":1728067502936,"stop":1728067502936,"duration":0}},{"uid":"bb441a36711453df","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bb441a36711453df","status":"passed","time":{"start":1728067440369,"stop":1728067440370,"duration":1}},{"uid":"ee7c41eea5b2528e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ee7c41eea5b2528e","status":"passed","time":{"start":1728058204384,"stop":1728058204384,"duration":0}},{"uid":"62c4e2d9b8d25e89","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/62c4e2d9b8d25e89","status":"passed","time":{"start":1728058106465,"stop":1728058106466,"duration":1}},{"uid":"92c80a173dd451a1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/92c80a173dd451a1","status":"passed","time":{"start":1728058024171,"stop":1728058024171,"duration":0}},{"uid":"7da4d8051a08d071","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7da4d8051a08d071","status":"passed","time":{"start":1728057732224,"stop":1728057732225,"duration":1}},{"uid":"46c869ec34f18eee","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/46c869ec34f18eee","status":"passed","time":{"start":1728056359086,"stop":1728056359087,"duration":1}},{"uid":"4fa88c9eb749cac4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4fa88c9eb749cac4","status":"passed","time":{"start":1728053941725,"stop":1728053941725,"duration":0}},{"uid":"19405ded383c58","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/19405ded383c58","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755685,"stop":1728049755686,"duration":1}},{"uid":"d09235cce21d25b0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d09235cce21d25b0","status":"passed","time":{"start":1728048050522,"stop":1728048050522,"duration":0}},{"uid":"3fb4aa437db0f5e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3fb4aa437db0f5e2","status":"passed","time":{"start":1728043269959,"stop":1728043269960,"duration":1}},{"uid":"de0a598281446b3f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/de0a598281446b3f","status":"passed","time":{"start":1728035898411,"stop":1728035898411,"duration":0}},{"uid":"d1718958b31418c8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d1718958b31418c8","status":"passed","time":{"start":1728033815140,"stop":1728033815140,"duration":0}}]},"05ec981cdbafd228c6284d6378ee07a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a7f30c9c8647e8f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6a7f30c9c8647e8f","status":"passed","time":{"start":1728069281355,"stop":1728069281355,"duration":0}}]},"379fe9d61424c24602f50771b8737589:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0e557fe422e3a40","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e0e557fe422e3a40","status":"passed","time":{"start":1728056720930,"stop":1728056720931,"duration":1}}]},"5859cd1b2028675dc8ff7c6baab0f3c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0e319a2ed13a0ea","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e0e319a2ed13a0ea","status":"passed","time":{"start":1728035785869,"stop":1728035785869,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":12,"skipped":0,"passed":11,"unknown":0,"total":23},"items":[{"uid":"1062797fa7b688af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1062797fa7b688af","status":"passed","time":{"start":1728086260318,"stop":1728086260318,"duration":0}},{"uid":"e918005629def999","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e918005629def999","status":"passed","time":{"start":1728085269088,"stop":1728085269088,"duration":0}},{"uid":"6ca6c1d10edf5751","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6ca6c1d10edf5751","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728083943238,"stop":1728083943238,"duration":0}},{"uid":"4466b5586adb1c31","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4466b5586adb1c31","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728083016921,"stop":1728083016921,"duration":0}},{"uid":"933994a8e8264f6f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/933994a8e8264f6f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728082342301,"stop":1728082342302,"duration":1}},{"uid":"a4a7969267348cf9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a4a7969267348cf9","status":"passed","time":{"start":1728069312642,"stop":1728069312642,"duration":0}},{"uid":"f69e97a4871f4065","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f69e97a4871f4065","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728067995144,"stop":1728067995144,"duration":0}},{"uid":"666616c62a1f94b7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/666616c62a1f94b7","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728065888326,"stop":1728065888327,"duration":1}},{"uid":"e28b12e89330b6ff","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e28b12e89330b6ff","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728066176547,"stop":1728066176548,"duration":1}},{"uid":"18e55baf66f8fa45","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/18e55baf66f8fa45","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728057065785,"stop":1728057065786,"duration":1}},{"uid":"2346deb5cfd4958c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2346deb5cfd4958c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728056239466,"stop":1728056239466,"duration":0}},{"uid":"bb8a9f3510743712","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bb8a9f3510743712","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728056559015,"stop":1728056559015,"duration":0}},{"uid":"80c9a942a8051bc9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/80c9a942a8051bc9","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728055359297,"stop":1728055359297,"duration":0}},{"uid":"968d37f12d379b48","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/968d37f12d379b48","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728054337367,"stop":1728054337367,"duration":0}},{"uid":"58db5e21bbee89c1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/58db5e21bbee89c1","status":"passed","time":{"start":1728046423454,"stop":1728046423454,"duration":0}},{"uid":"fc7149c028058fb1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fc7149c028058fb1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728047092354,"stop":1728047092354,"duration":0}},{"uid":"5a523d7c476e970d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5a523d7c476e970d","status":"passed","time":{"start":1728043297189,"stop":1728043297190,"duration":1}},{"uid":"be1e43efcf8488db","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/be1e43efcf8488db","status":"passed","time":{"start":1728035880167,"stop":1728035880168,"duration":1}},{"uid":"23ef89330f80e824","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/23ef89330f80e824","status":"passed","time":{"start":1728033788841,"stop":1728033788841,"duration":0}},{"uid":"6d4d65ff5d0a6b78","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6d4d65ff5d0a6b78","status":"passed","time":{"start":1728033423655,"stop":1728033423655,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"caef9ce8e502f642","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/caef9ce8e502f642","status":"passed","time":{"start":1728086207873,"stop":1728086207873,"duration":0}},{"uid":"2db7440b4ab62eff","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2db7440b4ab62eff","status":"passed","time":{"start":1728085227787,"stop":1728085227788,"duration":1}},{"uid":"82260f79c0c0c8b2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/82260f79c0c0c8b2","status":"passed","time":{"start":1728084031088,"stop":1728084031089,"duration":1}},{"uid":"9c0c96f7c4e567a4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9c0c96f7c4e567a4","status":"passed","time":{"start":1728083085062,"stop":1728083085063,"duration":1}},{"uid":"8483ada6ee9cdd6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8483ada6ee9cdd6","status":"passed","time":{"start":1728082402955,"stop":1728082402955,"duration":0}},{"uid":"43e7fd6016b79453","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/43e7fd6016b79453","status":"passed","time":{"start":1728069256719,"stop":1728069256719,"duration":0}},{"uid":"f7ec4c931330a2cc","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f7ec4c931330a2cc","status":"passed","time":{"start":1728068039044,"stop":1728068039045,"duration":1}},{"uid":"9e580c8add518ad5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9e580c8add518ad5","status":"passed","time":{"start":1728066054974,"stop":1728066054974,"duration":0}},{"uid":"1ad74f62e58fac2b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1ad74f62e58fac2b","status":"passed","time":{"start":1728066345492,"stop":1728066345493,"duration":1}},{"uid":"1738593cdfe5d86b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1738593cdfe5d86b","status":"passed","time":{"start":1728057218514,"stop":1728057218514,"duration":0}},{"uid":"fdb3e7dc8486143b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fdb3e7dc8486143b","status":"passed","time":{"start":1728056313096,"stop":1728056313097,"duration":1}},{"uid":"5d58bc71097dac12","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5d58bc71097dac12","status":"passed","time":{"start":1728056731770,"stop":1728056731770,"duration":0}},{"uid":"71791c8af3283165","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/71791c8af3283165","status":"passed","time":{"start":1728052615126,"stop":1728052615126,"duration":0}},{"uid":"e59f69eb3f31678d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e59f69eb3f31678d","status":"passed","time":{"start":1728046456500,"stop":1728046456501,"duration":1}},{"uid":"332a5320f7b337ac","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/332a5320f7b337ac","status":"passed","time":{"start":1728047262758,"stop":1728047262759,"duration":1}},{"uid":"b453aebe353b3d43","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b453aebe353b3d43","status":"passed","time":{"start":1728043245050,"stop":1728043245050,"duration":0}},{"uid":"f03ce9ce980ee9cb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f03ce9ce980ee9cb","status":"passed","time":{"start":1728035876563,"stop":1728035876563,"duration":0}},{"uid":"12e31e03658b5c1a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/12e31e03658b5c1a","status":"passed","time":{"start":1728033795257,"stop":1728033795258,"duration":1}},{"uid":"d52c284b3d1639d3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d52c284b3d1639d3","status":"passed","time":{"start":1728033412120,"stop":1728033412120,"duration":0}},{"uid":"40b64da64b1f822f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/40b64da64b1f822f","status":"passed","time":{"start":1728032929716,"stop":1728032929716,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":14,"unknown":0,"total":17},"items":[{"uid":"9f4ac31a9b49c8e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9f4ac31a9b49c8e3","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0}},{"uid":"627171506e6b9ba4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/627171506e6b9ba4","status":"passed","time":{"start":1728085050212,"stop":1728085050212,"duration":0}},{"uid":"da01f97d2c77959e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/da01f97d2c77959e","status":"passed","time":{"start":1728083903358,"stop":1728083903358,"duration":0}},{"uid":"6b5ccaced485fcc0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6b5ccaced485fcc0","status":"passed","time":{"start":1728082964217,"stop":1728082964219,"duration":2}},{"uid":"11098676961a07e5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/11098676961a07e5","status":"passed","time":{"start":1728082280680,"stop":1728082280681,"duration":1}},{"uid":"daf0caf20997ec81","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/daf0caf20997ec81","status":"passed","time":{"start":1728069077436,"stop":1728069077438,"duration":2}},{"uid":"390f4af5a1810130","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/390f4af5a1810130","status":"passed","time":{"start":1728067917846,"stop":1728067917846,"duration":0}},{"uid":"42c83b62d39b1364","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/42c83b62d39b1364","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728065788133,"stop":1728065788133,"duration":0}},{"uid":"32fcc601d25e8b75","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/32fcc601d25e8b75","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728056458819,"stop":1728056458819,"duration":0}},{"uid":"cbb43a28e58a3e3d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/cbb43a28e58a3e3d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/push.node.spec.ts)","time":{"start":1728054249327,"stop":1728054249327,"duration":0}},{"uid":"ad7297646f061732","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ad7297646f061732","status":"passed","time":{"start":1728043075246,"stop":1728043075246,"duration":0}},{"uid":"3dc6c557b3d2e301","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3dc6c557b3d2e301","status":"passed","time":{"start":1728035638283,"stop":1728035638284,"duration":1}},{"uid":"5f78bb1a24574344","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5f78bb1a24574344","status":"passed","time":{"start":1728033557504,"stop":1728033557504,"duration":0}},{"uid":"11427660f763298","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/11427660f763298","status":"passed","time":{"start":1728033182511,"stop":1728033182511,"duration":0}},{"uid":"5bcda169c3e2d17b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5bcda169c3e2d17b","status":"passed","time":{"start":1728032755515,"stop":1728032755517,"duration":2}},{"uid":"adca63456027fbf","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/adca63456027fbf","status":"passed","time":{"start":1728032388390,"stop":1728032388391,"duration":1}},{"uid":"c0d10a569af5b6f1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c0d10a569af5b6f1","status":"passed","time":{"start":1728032113240,"stop":1728032113240,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2fba30df8e7ccea7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2fba30df8e7ccea7","status":"passed","time":{"start":1728086226507,"stop":1728086226507,"duration":0}},{"uid":"36aa62e6eb6db166","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/36aa62e6eb6db166","status":"passed","time":{"start":1728085246293,"stop":1728085246294,"duration":1}},{"uid":"8dfd720e89a39a22","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8dfd720e89a39a22","status":"passed","time":{"start":1728084078541,"stop":1728084078541,"duration":0}},{"uid":"9a4b96e28cd6f4f4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9a4b96e28cd6f4f4","status":"passed","time":{"start":1728083125016,"stop":1728083125017,"duration":1}},{"uid":"a9ec00f3a9c2dfea","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a9ec00f3a9c2dfea","status":"passed","time":{"start":1728082441025,"stop":1728082441025,"duration":0}},{"uid":"dacf75dbe9f07edd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dacf75dbe9f07edd","status":"passed","time":{"start":1728069279740,"stop":1728069279741,"duration":1}},{"uid":"a1b3e79606effad6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a1b3e79606effad6","status":"passed","time":{"start":1728046402360,"stop":1728046402360,"duration":0}},{"uid":"16e801e97baf3b8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16e801e97baf3b8","status":"passed","time":{"start":1728043267058,"stop":1728043267059,"duration":1}},{"uid":"4cfb48fc2aa53d6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4cfb48fc2aa53d6","status":"passed","time":{"start":1728035855944,"stop":1728035855945,"duration":1}},{"uid":"b3c10e1d03de0d89","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b3c10e1d03de0d89","status":"passed","time":{"start":1728033769219,"stop":1728033769220,"duration":1}},{"uid":"69a8d0ff69dd23db","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/69a8d0ff69dd23db","status":"passed","time":{"start":1728033391672,"stop":1728033391673,"duration":1}},{"uid":"371dd9510d709662","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/371dd9510d709662","status":"passed","time":{"start":1728032951675,"stop":1728032951675,"duration":0}},{"uid":"4f4f75a10f16cfd3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4f4f75a10f16cfd3","status":"passed","time":{"start":1728032582514,"stop":1728032582515,"duration":1}},{"uid":"3dc5fa7daebe4996","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3dc5fa7daebe4996","status":"passed","time":{"start":1728032304570,"stop":1728032304571,"duration":1}}]},"b0695fac830855d4f453c94d1c342bdc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e6c587060a8b24","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1e6c587060a8b24","status":"passed","time":{"start":1728032914507,"stop":1728032914507,"duration":0}}]},"645fd8c59474165653184a8b0b2a7d4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb8408f63a4f5e34","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fb8408f63a4f5e34","status":"passed","time":{"start":1728082438082,"stop":1728082438087,"duration":5}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":23,"unknown":0,"total":23},"items":[{"uid":"bb6009188327ba22","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bb6009188327ba22","status":"passed","time":{"start":1728085923995,"stop":1728085923996,"duration":1}},{"uid":"b4915f5f075e4658","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b4915f5f075e4658","status":"passed","time":{"start":1728084940030,"stop":1728084940030,"duration":0}},{"uid":"1cd7f97ada7e17f1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1cd7f97ada7e17f1","status":"passed","time":{"start":1728083802645,"stop":1728083802645,"duration":0}},{"uid":"323423ed3c2f163d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/323423ed3c2f163d","status":"passed","time":{"start":1728082868024,"stop":1728082868024,"duration":0}},{"uid":"e769e9bdd3eb70fe","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e769e9bdd3eb70fe","status":"passed","time":{"start":1728082200011,"stop":1728082200011,"duration":0}},{"uid":"6b28f44f90a1475e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b28f44f90a1475e","status":"passed","time":{"start":1728068972275,"stop":1728068972276,"duration":1}},{"uid":"f9b222ab01f68d7e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f9b222ab01f68d7e","status":"passed","time":{"start":1728067844434,"stop":1728067844434,"duration":0}},{"uid":"1c4fbab15b0375b0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1c4fbab15b0375b0","status":"passed","time":{"start":1728065692078,"stop":1728065692079,"duration":1}},{"uid":"cf20a49813512de5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cf20a49813512de5","status":"passed","time":{"start":1728065980716,"stop":1728065980717,"duration":1}},{"uid":"f3092d280de5d5d0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f3092d280de5d5d0","status":"passed","time":{"start":1728056044215,"stop":1728056044215,"duration":0}},{"uid":"f438c672dfb78556","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f438c672dfb78556","status":"passed","time":{"start":1728056362616,"stop":1728056362617,"duration":1}},{"uid":"f3d31659e32f08f7","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f3d31659e32f08f7","status":"passed","time":{"start":1728055173952,"stop":1728055173952,"duration":0}},{"uid":"6a26ebcb4b84e61b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6a26ebcb4b84e61b","status":"passed","time":{"start":1728054152458,"stop":1728054152458,"duration":0}},{"uid":"bb7685c122077b58","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/bb7685c122077b58","status":"passed","time":{"start":1728052430493,"stop":1728052430494,"duration":1}},{"uid":"920e68fe8516ea9d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/920e68fe8516ea9d","status":"passed","time":{"start":1728046114114,"stop":1728046114115,"duration":1}},{"uid":"315f58128e9385e1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/315f58128e9385e1","status":"passed","time":{"start":1728046897962,"stop":1728046897962,"duration":0}},{"uid":"dfdc6d896e9772db","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dfdc6d896e9772db","status":"passed","time":{"start":1728042968174,"stop":1728042968175,"duration":1}},{"uid":"bba7516040a980ea","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bba7516040a980ea","status":"passed","time":{"start":1728035530311,"stop":1728035530311,"duration":0}},{"uid":"c30daa337f72e285","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c30daa337f72e285","status":"passed","time":{"start":1728033447271,"stop":1728033447271,"duration":0}},{"uid":"110d45ea8ce463c7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/110d45ea8ce463c7","status":"passed","time":{"start":1728033074899,"stop":1728033074900,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"7e013230dd14ea81","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e013230dd14ea81","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0}},{"uid":"c293e741e35cef64","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c293e741e35cef64","status":"passed","time":{"start":1728085269098,"stop":1728085269099,"duration":1}},{"uid":"19de5d60dab9b3ae","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/19de5d60dab9b3ae","status":"passed","time":{"start":1728069312658,"stop":1728069312658,"duration":0}},{"uid":"7ca84ab09c4458a9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7ca84ab09c4458a9","status":"passed","time":{"start":1728046423470,"stop":1728046423470,"duration":0}},{"uid":"36a953e6d793dd5d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/36a953e6d793dd5d","status":"passed","time":{"start":1728043297219,"stop":1728043297220,"duration":1}},{"uid":"2fbdf147da8c0d4f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2fbdf147da8c0d4f","status":"passed","time":{"start":1728035880199,"stop":1728035880199,"duration":0}},{"uid":"522040e3e41774c1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/522040e3e41774c1","status":"passed","time":{"start":1728033788858,"stop":1728033788858,"duration":0}},{"uid":"4603b780ed2c75e9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4603b780ed2c75e9","status":"passed","time":{"start":1728033423671,"stop":1728033423671,"duration":0}},{"uid":"d524e61d7a6b76e7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d524e61d7a6b76e7","status":"passed","time":{"start":1728032985186,"stop":1728032985187,"duration":1}},{"uid":"c3672fc4409919f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c3672fc4409919f","status":"passed","time":{"start":1728032614968,"stop":1728032614968,"duration":0}},{"uid":"bfef3f5f104e0d08","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bfef3f5f104e0d08","status":"passed","time":{"start":1728032348448,"stop":1728032348449,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"7e5820f42a7b057c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e5820f42a7b057c","status":"passed","time":{"start":1728086288534,"stop":1728086288535,"duration":1}},{"uid":"3e1282983ce47612","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3e1282983ce47612","status":"passed","time":{"start":1728085325148,"stop":1728085325148,"duration":0}},{"uid":"28aae32c9ff2ae63","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/28aae32c9ff2ae63","status":"passed","time":{"start":1728084110052,"stop":1728084110052,"duration":0}},{"uid":"808bdf13e68f07a3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/808bdf13e68f07a3","status":"passed","time":{"start":1728083177503,"stop":1728083177504,"duration":1}},{"uid":"abb263ef370dc5ce","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/abb263ef370dc5ce","status":"passed","time":{"start":1728082503168,"stop":1728082503168,"duration":0}},{"uid":"b18bb5018b08f363","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b18bb5018b08f363","status":"passed","time":{"start":1728069339890,"stop":1728069339890,"duration":0}},{"uid":"f8e71af920c71104","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f8e71af920c71104","status":"passed","time":{"start":1728068155276,"stop":1728068155277,"duration":1}},{"uid":"dc311696851d1d92","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dc311696851d1d92","status":"passed","time":{"start":1728066442660,"stop":1728066442660,"duration":0}},{"uid":"13ded9cb6aed63dc","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/13ded9cb6aed63dc","status":"passed","time":{"start":1728066758720,"stop":1728066758720,"duration":0}},{"uid":"c20523574d8a0e75","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c20523574d8a0e75","status":"passed","time":{"start":1728057634529,"stop":1728057634529,"duration":0}},{"uid":"4e05f5b2d11b23f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4e05f5b2d11b23f","status":"passed","time":{"start":1728057165980,"stop":1728057165980,"duration":0}},{"uid":"d97464d63708817e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d97464d63708817e","status":"passed","time":{"start":1728046907449,"stop":1728046907449,"duration":0}},{"uid":"65174e9865dd228b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/65174e9865dd228b","status":"passed","time":{"start":1728047695333,"stop":1728047695334,"duration":1}},{"uid":"7bdfea1acb4a84e3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7bdfea1acb4a84e3","status":"passed","time":{"start":1728043326905,"stop":1728043326905,"duration":0}},{"uid":"15029da6cf651224","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/15029da6cf651224","status":"passed","time":{"start":1728035952584,"stop":1728035952584,"duration":0}},{"uid":"c6d0c2f47020aa8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c6d0c2f47020aa8","status":"passed","time":{"start":1728033868128,"stop":1728033868129,"duration":1}},{"uid":"e8915ae099a4f29b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e8915ae099a4f29b","status":"passed","time":{"start":1728033488365,"stop":1728033488366,"duration":1}},{"uid":"8c1dcbda035a17d2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8c1dcbda035a17d2","status":"passed","time":{"start":1728033011925,"stop":1728033011925,"duration":0}},{"uid":"763b9c554fb44782","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/763b9c554fb44782","status":"passed","time":{"start":1728032645887,"stop":1728032645887,"duration":0}},{"uid":"afcd0a0b1b268599","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/afcd0a0b1b268599","status":"passed","time":{"start":1728032371678,"stop":1728032371678,"duration":0}}]},"21b8f257ff043337cd0cc6efba36f3fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f94121a116b025f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9f94121a116b025f","status":"passed","time":{"start":1728033765895,"stop":1728033765895,"duration":0}}]},"dd7adfad8a09beaa11fd69f19a1e4fc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"741e4cfe9f9a0691","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/741e4cfe9f9a0691","status":"passed","time":{"start":1728069218823,"stop":1728069218824,"duration":1}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"354e1126a67c9793","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/354e1126a67c9793","status":"passed","time":{"start":1728085864175,"stop":1728085864175,"duration":0}},{"uid":"c517d8fa78194431","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c517d8fa78194431","status":"passed","time":{"start":1728084876404,"stop":1728084876404,"duration":0}},{"uid":"a1d30b3692ef4f87","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a1d30b3692ef4f87","status":"passed","time":{"start":1728083744359,"stop":1728083744360,"duration":1}},{"uid":"d35e0a7b5b0f43b7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d35e0a7b5b0f43b7","status":"passed","time":{"start":1728082807453,"stop":1728082807453,"duration":0}},{"uid":"11f98eafc3e5fe2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/11f98eafc3e5fe2","status":"passed","time":{"start":1728082139321,"stop":1728082139322,"duration":1}},{"uid":"ffef64cd64cb0402","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ffef64cd64cb0402","status":"passed","time":{"start":1728068908061,"stop":1728068908061,"duration":0}},{"uid":"7a0b18090cfd9ee5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7a0b18090cfd9ee5","status":"passed","time":{"start":1728067784714,"stop":1728067784715,"duration":1}},{"uid":"7aaf435f899c1bc3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7aaf435f899c1bc3","status":"passed","time":{"start":1728065631518,"stop":1728065631518,"duration":0}},{"uid":"2db9963fb9dedd44","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2db9963fb9dedd44","status":"passed","time":{"start":1728065920830,"stop":1728065920830,"duration":0}},{"uid":"89b204295c440579","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/89b204295c440579","status":"passed","time":{"start":1728056811589,"stop":1728056811589,"duration":0}},{"uid":"73b8d4442c0750b1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/73b8d4442c0750b1","status":"passed","time":{"start":1728055983145,"stop":1728055983146,"duration":1}},{"uid":"553383ea562e803e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/553383ea562e803e","status":"passed","time":{"start":1728056303686,"stop":1728056303686,"duration":0}},{"uid":"71cafe9066ecc0b9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/71cafe9066ecc0b9","status":"passed","time":{"start":1728055114818,"stop":1728055114818,"duration":0}},{"uid":"1192caf8a3fee60b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1192caf8a3fee60b","status":"passed","time":{"start":1728054093605,"stop":1728054093605,"duration":0}},{"uid":"b355080ab72f68ca","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b355080ab72f68ca","status":"passed","time":{"start":1728052371192,"stop":1728052371192,"duration":0}},{"uid":"98dc5b5f47d178ec","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/98dc5b5f47d178ec","status":"passed","time":{"start":1728046051729,"stop":1728046051729,"duration":0}},{"uid":"d6c0ec8fc1e511","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d6c0ec8fc1e511","status":"passed","time":{"start":1728046837814,"stop":1728046837814,"duration":0}},{"uid":"31e8e66e75d8fcbe","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/31e8e66e75d8fcbe","status":"passed","time":{"start":1728042907587,"stop":1728042907587,"duration":0}},{"uid":"144488b02140cf71","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/144488b02140cf71","status":"passed","time":{"start":1728035469888,"stop":1728035469888,"duration":0}},{"uid":"23806afb22398ed2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/23806afb22398ed2","status":"passed","time":{"start":1728033386400,"stop":1728033386400,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ba3aba84c3e2cd71","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ba3aba84c3e2cd71","status":"passed","time":{"start":1728086063200,"stop":1728086063200,"duration":0}},{"uid":"5dd9f38643e173ce","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5dd9f38643e173ce","status":"passed","time":{"start":1728085079908,"stop":1728085079909,"duration":1}},{"uid":"1749870faaef5ebe","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1749870faaef5ebe","status":"passed","time":{"start":1728083929302,"stop":1728083929303,"duration":1}},{"uid":"40476e2a42aeb9be","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/40476e2a42aeb9be","status":"passed","time":{"start":1728082986572,"stop":1728082986573,"duration":1}},{"uid":"b332e1a934f862a6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b332e1a934f862a6","status":"passed","time":{"start":1728082304431,"stop":1728082304431,"duration":0}},{"uid":"78441a0c23529cb5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/78441a0c23529cb5","status":"passed","time":{"start":1728069112312,"stop":1728069112312,"duration":0}},{"uid":"438ec92f59d72492","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/438ec92f59d72492","status":"passed","time":{"start":1728067941528,"stop":1728067941528,"duration":0}},{"uid":"2d59b392a982781","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2d59b392a982781","status":"passed","time":{"start":1728043108503,"stop":1728043108504,"duration":1}},{"uid":"240ec9cfa1dc598f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/240ec9cfa1dc598f","status":"passed","time":{"start":1728035666349,"stop":1728035666352,"duration":3}},{"uid":"f96b67562bb5dfde","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f96b67562bb5dfde","status":"passed","time":{"start":1728033588079,"stop":1728033588079,"duration":0}},{"uid":"77fa9dfc784a4f21","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/77fa9dfc784a4f21","status":"passed","time":{"start":1728033211365,"stop":1728033211365,"duration":0}},{"uid":"8e6cd8600f49384","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8e6cd8600f49384","status":"passed","time":{"start":1728032787686,"stop":1728032787686,"duration":0}},{"uid":"7a87e377a3ab7574","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7a87e377a3ab7574","status":"passed","time":{"start":1728032415385,"stop":1728032415385,"duration":0}},{"uid":"703988447b36746c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/703988447b36746c","status":"passed","time":{"start":1728032137564,"stop":1728032137565,"duration":1}}]},"ab39559dc44544e3e8e4113e51c0de17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12fc672d7b5fcc47","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/12fc672d7b5fcc47","status":"passed","time":{"start":1728032338428,"stop":1728032338428,"duration":0}}]},"79a07355c98152f436ba53d72342fc2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c43377e148544605","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c43377e148544605","status":"passed","time":{"start":1728086260660,"stop":1728086260661,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"f31fd75a761c480b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f31fd75a761c480b","status":"passed","time":{"start":1728086207873,"stop":1728086207874,"duration":1}},{"uid":"ecbb7bf19feb28b2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ecbb7bf19feb28b2","status":"passed","time":{"start":1728085227788,"stop":1728085227788,"duration":0}},{"uid":"225c4b3d7e20524e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/225c4b3d7e20524e","status":"passed","time":{"start":1728084031089,"stop":1728084031089,"duration":0}},{"uid":"9f58c68280e216ba","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9f58c68280e216ba","status":"passed","time":{"start":1728083085063,"stop":1728083085063,"duration":0}},{"uid":"4f15678dacc65217","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4f15678dacc65217","status":"passed","time":{"start":1728082402956,"stop":1728082402956,"duration":0}},{"uid":"bd0d1394e31fe153","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bd0d1394e31fe153","status":"passed","time":{"start":1728069256720,"stop":1728069256720,"duration":0}},{"uid":"8bba98eb2b7ebc82","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8bba98eb2b7ebc82","status":"passed","time":{"start":1728068039045,"stop":1728068039045,"duration":0}},{"uid":"12d32322e70e30e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/12d32322e70e30e","status":"passed","time":{"start":1728066054975,"stop":1728066054975,"duration":0}},{"uid":"6e27e87c044a547e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6e27e87c044a547e","status":"passed","time":{"start":1728066345493,"stop":1728066345493,"duration":0}},{"uid":"1575e8cfb98af2a3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1575e8cfb98af2a3","status":"passed","time":{"start":1728057218514,"stop":1728057218515,"duration":1}},{"uid":"f9c235d12d82c350","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f9c235d12d82c350","status":"passed","time":{"start":1728056313097,"stop":1728056313097,"duration":0}},{"uid":"b1d9b2d1394cc678","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b1d9b2d1394cc678","status":"passed","time":{"start":1728056731770,"stop":1728056731770,"duration":0}},{"uid":"5c440b4598436a1a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5c440b4598436a1a","status":"passed","time":{"start":1728052615126,"stop":1728052615127,"duration":1}},{"uid":"1dbfd48acf8cb8a6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1dbfd48acf8cb8a6","status":"passed","time":{"start":1728046456501,"stop":1728046456501,"duration":0}},{"uid":"86350d814af91d32","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/86350d814af91d32","status":"passed","time":{"start":1728047262759,"stop":1728047262759,"duration":0}},{"uid":"47bedd509bbba921","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/47bedd509bbba921","status":"passed","time":{"start":1728043245051,"stop":1728043245051,"duration":0}},{"uid":"39aa2fa05c41264f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/39aa2fa05c41264f","status":"passed","time":{"start":1728035876563,"stop":1728035876563,"duration":0}},{"uid":"e3d3083e6856319e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e3d3083e6856319e","status":"passed","time":{"start":1728033795258,"stop":1728033795262,"duration":4}},{"uid":"e9f88e59d78164b9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e9f88e59d78164b9","status":"passed","time":{"start":1728033412120,"stop":1728033412120,"duration":0}},{"uid":"c7f5b6ac6c0bd428","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c7f5b6ac6c0bd428","status":"passed","time":{"start":1728032929716,"stop":1728032929716,"duration":0}}]},"d3ab3c301e235a611ccbd46cdb33cd76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdccd272d83927eb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cdccd272d83927eb","status":"passed","time":{"start":1728033823631,"stop":1728033823632,"duration":1}}]},"ccd1978a33012ad4a99f1db924efae76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ecc3e573aef96fc","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3ecc3e573aef96fc","status":"passed","time":{"start":1728032338424,"stop":1728032338425,"duration":1}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9c3dbb80a1792b4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c3dbb80a1792b4","status":"passed","time":{"start":1728085864159,"stop":1728085864159,"duration":0}},{"uid":"7ff3db9f922582d7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7ff3db9f922582d7","status":"passed","time":{"start":1728084876387,"stop":1728084876387,"duration":0}},{"uid":"3946e53eb650ae17","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3946e53eb650ae17","status":"passed","time":{"start":1728083744344,"stop":1728083744345,"duration":1}},{"uid":"a8e61781fecd2a5f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a8e61781fecd2a5f","status":"passed","time":{"start":1728082807437,"stop":1728082807437,"duration":0}},{"uid":"d16eb7d1f78f550","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d16eb7d1f78f550","status":"passed","time":{"start":1728082139305,"stop":1728082139305,"duration":0}},{"uid":"295f7bafbca47e19","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/295f7bafbca47e19","status":"passed","time":{"start":1728068908043,"stop":1728068908043,"duration":0}},{"uid":"2c14108c15cf633a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2c14108c15cf633a","status":"passed","time":{"start":1728067784700,"stop":1728067784700,"duration":0}},{"uid":"1ba037aa1637e4fe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1ba037aa1637e4fe","status":"passed","time":{"start":1728065631502,"stop":1728065631502,"duration":0}},{"uid":"55b30d6928901b4e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/55b30d6928901b4e","status":"passed","time":{"start":1728065920814,"stop":1728065920814,"duration":0}},{"uid":"cf54e3cc62b18c20","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cf54e3cc62b18c20","status":"passed","time":{"start":1728056811572,"stop":1728056811573,"duration":1}},{"uid":"8df988d8a04e9e34","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8df988d8a04e9e34","status":"passed","time":{"start":1728055983129,"stop":1728055983129,"duration":0}},{"uid":"89d8c450b3f3faee","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/89d8c450b3f3faee","status":"passed","time":{"start":1728056303673,"stop":1728056303673,"duration":0}},{"uid":"3f6a6cbee7353506","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3f6a6cbee7353506","status":"passed","time":{"start":1728055114802,"stop":1728055114802,"duration":0}},{"uid":"62e7d5b3286ae6d6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/62e7d5b3286ae6d6","status":"passed","time":{"start":1728054093587,"stop":1728054093588,"duration":1}},{"uid":"a6d4fb2691e96c4a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a6d4fb2691e96c4a","status":"passed","time":{"start":1728052371171,"stop":1728052371171,"duration":0}},{"uid":"23fbf39a53ccccc6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/23fbf39a53ccccc6","status":"passed","time":{"start":1728046051711,"stop":1728046051711,"duration":0}},{"uid":"f53fdb8429053e1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f53fdb8429053e1","status":"passed","time":{"start":1728046837800,"stop":1728046837800,"duration":0}},{"uid":"e7c16d5e5dfd9cfc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e7c16d5e5dfd9cfc","status":"passed","time":{"start":1728042907572,"stop":1728042907573,"duration":1}},{"uid":"85edba59dfc2a097","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/85edba59dfc2a097","status":"passed","time":{"start":1728035469875,"stop":1728035469875,"duration":0}},{"uid":"5026481623f06bb7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5026481623f06bb7","status":"passed","time":{"start":1728033386383,"stop":1728033386383,"duration":0}}]},"3f946c627450c975aa743d4393ba62e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9567cfc63ba29b38","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9567cfc63ba29b38","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494802,"stop":1728047494802,"duration":0}}]},"a5c75efd9321b545ffd9376e520af5e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5485c9a5d15048e1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5485c9a5d15048e1","status":"passed","time":{"start":1728032317356,"stop":1728032317357,"duration":1}}]},"30c1329850879f036871661272c74106:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea0926f679451861","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ea0926f679451861","status":"passed","time":{"start":1728053941731,"stop":1728053941731,"duration":0}}]},"1524c4666e1978ebe995ce1b43c3dfa2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4341ccc9e68210d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d4341ccc9e68210d","status":"passed","time":{"start":1728033410928,"stop":1728033410928,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9429e46fc894412a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9429e46fc894412a","status":"passed","time":{"start":1728086355712,"stop":1728086355712,"duration":0}},{"uid":"65f869b7cbe1f888","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/65f869b7cbe1f888","status":"passed","time":{"start":1728085373691,"stop":1728085373692,"duration":1}},{"uid":"90398878d4214248","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/90398878d4214248","status":"passed","time":{"start":1728084178044,"stop":1728084178044,"duration":0}},{"uid":"ffbee1072d315c37","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ffbee1072d315c37","status":"passed","time":{"start":1728083234922,"stop":1728083234923,"duration":1}},{"uid":"e26fb62d3a4a0fd7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e26fb62d3a4a0fd7","status":"passed","time":{"start":1728082547363,"stop":1728082547364,"duration":1}},{"uid":"62c773828d4cecba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/62c773828d4cecba","status":"passed","time":{"start":1728069406255,"stop":1728069406256,"duration":1}},{"uid":"6c9b916256615602","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6c9b916256615602","status":"passed","time":{"start":1728068188744,"stop":1728068188744,"duration":0}},{"uid":"7500690c2bfaf4ec","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7500690c2bfaf4ec","status":"passed","time":{"start":1728066205231,"stop":1728066205231,"duration":0}},{"uid":"3be3cdf7345c7bde","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3be3cdf7345c7bde","status":"passed","time":{"start":1728066494016,"stop":1728066494019,"duration":3}},{"uid":"feab75d6d8979593","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/feab75d6d8979593","status":"passed","time":{"start":1728057370822,"stop":1728057370823,"duration":1}},{"uid":"a8c5c90818479788","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a8c5c90818479788","status":"passed","time":{"start":1728056485928,"stop":1728056485928,"duration":0}},{"uid":"3ecba86e9e0a6fc8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3ecba86e9e0a6fc8","status":"passed","time":{"start":1728056886891,"stop":1728056886891,"duration":0}},{"uid":"3d60adf834ec6138","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3d60adf834ec6138","status":"passed","time":{"start":1728055612096,"stop":1728055612096,"duration":0}},{"uid":"b20a0df34f896291","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b20a0df34f896291","status":"passed","time":{"start":1728054584798,"stop":1728054584799,"duration":1}},{"uid":"9677879223c0fbd1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9677879223c0fbd1","status":"passed","time":{"start":1728052753928,"stop":1728052753929,"duration":1}},{"uid":"a535fd097bdaab26","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a535fd097bdaab26","status":"passed","time":{"start":1728046595074,"stop":1728046595074,"duration":0}},{"uid":"10f5754e87af903d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/10f5754e87af903d","status":"passed","time":{"start":1728047411242,"stop":1728047411243,"duration":1}},{"uid":"fab3686a9ac9c32a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fab3686a9ac9c32a","status":"passed","time":{"start":1728043393935,"stop":1728043393935,"duration":0}},{"uid":"9d388e36563cb43b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9d388e36563cb43b","status":"passed","time":{"start":1728036019467,"stop":1728036019468,"duration":1}},{"uid":"3cef24dd26548825","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3cef24dd26548825","status":"passed","time":{"start":1728033936459,"stop":1728033936459,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6fb5d295c5c2d547","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6fb5d295c5c2d547","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0}},{"uid":"a700d546dc1a2930","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a700d546dc1a2930","status":"passed","time":{"start":1728085304817,"stop":1728085304819,"duration":2}},{"uid":"3801bbc78164e3bf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3801bbc78164e3bf","status":"passed","time":{"start":1728084107909,"stop":1728084107909,"duration":0}},{"uid":"4402c5103a78a563","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4402c5103a78a563","status":"passed","time":{"start":1728083169161,"stop":1728083169161,"duration":0}},{"uid":"d6310c4061db1ab","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d6310c4061db1ab","status":"passed","time":{"start":1728082480696,"stop":1728082480696,"duration":0}},{"uid":"d5e8afe7fe3b7d6c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d5e8afe7fe3b7d6c","status":"passed","time":{"start":1728069336710,"stop":1728069336710,"duration":0}},{"uid":"1f6ed252c724dd1f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1f6ed252c724dd1f","status":"passed","time":{"start":1728068123510,"stop":1728068123512,"duration":2}},{"uid":"d7175f6df7f73622","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d7175f6df7f73622","status":"passed","time":{"start":1728043322915,"stop":1728043322915,"duration":0}},{"uid":"49d4d318367c5b1e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/49d4d318367c5b1e","status":"passed","time":{"start":1728035940705,"stop":1728035940705,"duration":0}},{"uid":"da1135e7579566df","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/da1135e7579566df","status":"passed","time":{"start":1728033857149,"stop":1728033857149,"duration":0}},{"uid":"b6d0749ed3fb7e5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b6d0749ed3fb7e5","status":"passed","time":{"start":1728033480587,"stop":1728033480588,"duration":1}},{"uid":"1cd78e6b5500a18","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1cd78e6b5500a18","status":"passed","time":{"start":1728033003206,"stop":1728033003206,"duration":0}},{"uid":"ec23590657dcdf31","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ec23590657dcdf31","status":"passed","time":{"start":1728032641494,"stop":1728032641494,"duration":0}},{"uid":"d2639c7401d10490","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d2639c7401d10490","status":"passed","time":{"start":1728032362099,"stop":1728032362100,"duration":1}}]},"1a93a5f15c1ead2975cfb5de57c79e16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6afb7ddb887852db","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6afb7ddb887852db","status":"passed","time":{"start":1728048050527,"stop":1728048050527,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"15b2f1187de9c1d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/15b2f1187de9c1d0","status":"passed","time":{"start":1728086063185,"stop":1728086063185,"duration":0}},{"uid":"6cba9c4fce5a6e25","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6cba9c4fce5a6e25","status":"passed","time":{"start":1728085079898,"stop":1728085079901,"duration":3}},{"uid":"acd6655a916bac3e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/acd6655a916bac3e","status":"passed","time":{"start":1728083929297,"stop":1728083929297,"duration":0}},{"uid":"aab18f2e004bc730","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/aab18f2e004bc730","status":"passed","time":{"start":1728082986563,"stop":1728082986563,"duration":0}},{"uid":"6fd15e0a84b6242b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6fd15e0a84b6242b","status":"passed","time":{"start":1728082304421,"stop":1728082304422,"duration":1}},{"uid":"e218a53121f3ac1a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e218a53121f3ac1a","status":"passed","time":{"start":1728069112306,"stop":1728069112306,"duration":0}},{"uid":"cdf9dfe9c66f3259","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cdf9dfe9c66f3259","status":"passed","time":{"start":1728067941520,"stop":1728067941520,"duration":0}},{"uid":"ffe4e3ccccd5321e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ffe4e3ccccd5321e","status":"passed","time":{"start":1728043108494,"stop":1728043108496,"duration":2}},{"uid":"8ca11ea4b709f287","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8ca11ea4b709f287","status":"passed","time":{"start":1728035666342,"stop":1728035666343,"duration":1}},{"uid":"9f7c2c292973ae81","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9f7c2c292973ae81","status":"passed","time":{"start":1728033588066,"stop":1728033588069,"duration":3}},{"uid":"39adadafdeb70f96","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/39adadafdeb70f96","status":"passed","time":{"start":1728033211358,"stop":1728033211358,"duration":0}},{"uid":"6be371c7b21882a3","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6be371c7b21882a3","status":"passed","time":{"start":1728032787679,"stop":1728032787679,"duration":0}},{"uid":"95713fd81a0d94a9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/95713fd81a0d94a9","status":"passed","time":{"start":1728032415380,"stop":1728032415381,"duration":1}},{"uid":"6d3c50f0b97352d8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6d3c50f0b97352d8","status":"passed","time":{"start":1728032137555,"stop":1728032137555,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"af4ff6cbe179c166","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/af4ff6cbe179c166","status":"passed","time":{"start":1728085891876,"stop":1728085891876,"duration":0}},{"uid":"68c4bfde8dda607e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/68c4bfde8dda607e","status":"passed","time":{"start":1728084905003,"stop":1728084905004,"duration":1}},{"uid":"1492e030e88da4c0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1492e030e88da4c0","status":"passed","time":{"start":1728083771600,"stop":1728083771601,"duration":1}},{"uid":"9126ffb44fe1f484","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9126ffb44fe1f484","status":"passed","time":{"start":1728082834940,"stop":1728082834940,"duration":0}},{"uid":"9df1af5d28f25d65","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9df1af5d28f25d65","status":"passed","time":{"start":1728082166937,"stop":1728082166938,"duration":1}},{"uid":"245ad070f0c68546","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/245ad070f0c68546","status":"passed","time":{"start":1728068936263,"stop":1728068936264,"duration":1}},{"uid":"fe364f53e4276f8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fe364f53e4276f8","status":"passed","time":{"start":1728067812048,"stop":1728067812048,"duration":0}},{"uid":"4bf6d6bfff34218a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4bf6d6bfff34218a","status":"passed","time":{"start":1728065658888,"stop":1728065658888,"duration":0}},{"uid":"18c5baf732338343","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/18c5baf732338343","status":"passed","time":{"start":1728065948756,"stop":1728065948756,"duration":0}},{"uid":"2661bfb53c659aff","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2661bfb53c659aff","status":"passed","time":{"start":1728056838982,"stop":1728056838983,"duration":1}},{"uid":"d485c83ccf52751f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d485c83ccf52751f","status":"passed","time":{"start":1728056010874,"stop":1728056010875,"duration":1}},{"uid":"434c27a397cbc1a8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/434c27a397cbc1a8","status":"passed","time":{"start":1728056331130,"stop":1728056331130,"duration":0}},{"uid":"203b8a6b8bfe2e59","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/203b8a6b8bfe2e59","status":"passed","time":{"start":1728055142640,"stop":1728055142640,"duration":0}},{"uid":"d012782473a6726c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d012782473a6726c","status":"passed","time":{"start":1728054121358,"stop":1728054121359,"duration":1}},{"uid":"982b9a47a185bc80","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/982b9a47a185bc80","status":"passed","time":{"start":1728052398849,"stop":1728052398849,"duration":0}},{"uid":"d62e9d071d6b70ba","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d62e9d071d6b70ba","status":"passed","time":{"start":1728046080155,"stop":1728046080155,"duration":0}},{"uid":"42893c122e853081","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/42893c122e853081","status":"passed","time":{"start":1728046865180,"stop":1728046865181,"duration":1}},{"uid":"52c03ccf3c22ee7e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/52c03ccf3c22ee7e","status":"passed","time":{"start":1728042934919,"stop":1728042934919,"duration":0}},{"uid":"ee2c861359708df8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ee2c861359708df8","status":"passed","time":{"start":1728035497998,"stop":1728035497999,"duration":1}},{"uid":"e4b8897b60bd7370","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e4b8897b60bd7370","status":"passed","time":{"start":1728033414704,"stop":1728033414705,"duration":1}}]},"ee30d231664ff809de73aa850de9884b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e38449ad9abad1b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9e38449ad9abad1b","status":"passed","time":{"start":1728082390958,"stop":1728082390963,"duration":5}}]},"829b90e6c758e8e4cc76a549b2ad1f0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a1dd9515d9b964f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4a1dd9515d9b964f","status":"passed","time":{"start":1728069281356,"stop":1728069281356,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d37e5b7f13c011a1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d37e5b7f13c011a1","status":"passed","time":{"start":1728085898290,"stop":1728085898290,"duration":0}},{"uid":"787ac70767486d3c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/787ac70767486d3c","status":"passed","time":{"start":1728084911671,"stop":1728084911671,"duration":0}},{"uid":"4331f65d5aa09ca8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4331f65d5aa09ca8","status":"passed","time":{"start":1728083777949,"stop":1728083777949,"duration":0}},{"uid":"999e122cb3b74548","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/999e122cb3b74548","status":"passed","time":{"start":1728082841367,"stop":1728082841368,"duration":1}},{"uid":"de1c6e7c9cf19219","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/de1c6e7c9cf19219","status":"passed","time":{"start":1728082173428,"stop":1728082173428,"duration":0}},{"uid":"d1cbe499455b3c06","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d1cbe499455b3c06","status":"passed","time":{"start":1728068943039,"stop":1728068943039,"duration":0}},{"uid":"186f74d1dc3f266b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/186f74d1dc3f266b","status":"passed","time":{"start":1728067818412,"stop":1728067818412,"duration":0}},{"uid":"41ac7c7d2cb637e9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/41ac7c7d2cb637e9","status":"passed","time":{"start":1728065665326,"stop":1728065665327,"duration":1}},{"uid":"2c6b5ea983835746","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2c6b5ea983835746","status":"passed","time":{"start":1728065955303,"stop":1728065955303,"duration":0}},{"uid":"f5a6fe68e071d85a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f5a6fe68e071d85a","status":"passed","time":{"start":1728056845469,"stop":1728056845470,"duration":1}},{"uid":"7c59c4e5e6b55713","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7c59c4e5e6b55713","status":"passed","time":{"start":1728056017367,"stop":1728056017367,"duration":0}},{"uid":"42a77301d9220040","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/42a77301d9220040","status":"passed","time":{"start":1728056337629,"stop":1728056337630,"duration":1}},{"uid":"841c1566087bbdef","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/841c1566087bbdef","status":"passed","time":{"start":1728055149210,"stop":1728055149210,"duration":0}},{"uid":"61d5463e088dfb90","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/61d5463e088dfb90","status":"passed","time":{"start":1728054127837,"stop":1728054127837,"duration":0}},{"uid":"67ba3d71107867c5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/67ba3d71107867c5","status":"passed","time":{"start":1728052405245,"stop":1728052405246,"duration":1}},{"uid":"9be69cd5ef301584","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9be69cd5ef301584","status":"passed","time":{"start":1728046086764,"stop":1728046086765,"duration":1}},{"uid":"bc83400c2f9875e5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bc83400c2f9875e5","status":"passed","time":{"start":1728046871600,"stop":1728046871600,"duration":0}},{"uid":"f56095fd3c52f4a8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f56095fd3c52f4a8","status":"passed","time":{"start":1728042941312,"stop":1728042941312,"duration":0}},{"uid":"94707d51c22646ed","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/94707d51c22646ed","status":"passed","time":{"start":1728035504602,"stop":1728035504602,"duration":0}},{"uid":"f138ac841fd8db4a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f138ac841fd8db4a","status":"passed","time":{"start":1728033421187,"stop":1728033421187,"duration":0}}]},"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e10800a0d14d2467","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e10800a0d14d2467","status":"passed","time":{"start":1728085864161,"stop":1728085864161,"duration":0}},{"uid":"fcf7a9ab8c06bb51","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fcf7a9ab8c06bb51","status":"passed","time":{"start":1728084876390,"stop":1728084876390,"duration":0}},{"uid":"1cb5347b01c59eea","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1cb5347b01c59eea","status":"passed","time":{"start":1728083744347,"stop":1728083744347,"duration":0}},{"uid":"e3fc7e5f847849bc","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e3fc7e5f847849bc","status":"passed","time":{"start":1728082807440,"stop":1728082807440,"duration":0}},{"uid":"b2f4e5332d6fc5c9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b2f4e5332d6fc5c9","status":"passed","time":{"start":1728082139307,"stop":1728082139307,"duration":0}},{"uid":"8945f2f7870d399b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8945f2f7870d399b","status":"passed","time":{"start":1728068908046,"stop":1728068908046,"duration":0}},{"uid":"9588d518704f375a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9588d518704f375a","status":"passed","time":{"start":1728067784702,"stop":1728067784702,"duration":0}},{"uid":"bf3cec990fe699cf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bf3cec990fe699cf","status":"passed","time":{"start":1728065631505,"stop":1728065631505,"duration":0}},{"uid":"20de1b9b130a4ec6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/20de1b9b130a4ec6","status":"passed","time":{"start":1728065920816,"stop":1728065920816,"duration":0}},{"uid":"c83f539b34d7fb1e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c83f539b34d7fb1e","status":"passed","time":{"start":1728056811575,"stop":1728056811575,"duration":0}},{"uid":"bb545ccedfc5148e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bb545ccedfc5148e","status":"passed","time":{"start":1728055983132,"stop":1728055983132,"duration":0}},{"uid":"8af252d9ad808fde","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8af252d9ad808fde","status":"passed","time":{"start":1728056303676,"stop":1728056303676,"duration":0}},{"uid":"534e029716d9244d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/534e029716d9244d","status":"passed","time":{"start":1728055114804,"stop":1728055114804,"duration":0}},{"uid":"cf99283a8c14b071","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/cf99283a8c14b071","status":"passed","time":{"start":1728054093590,"stop":1728054093590,"duration":0}},{"uid":"87bba73dedacf675","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/87bba73dedacf675","status":"passed","time":{"start":1728052371176,"stop":1728052371177,"duration":1}},{"uid":"83ca34ac5225e0ab","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/83ca34ac5225e0ab","status":"passed","time":{"start":1728046051714,"stop":1728046051714,"duration":0}},{"uid":"b553f699fe179fc0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b553f699fe179fc0","status":"passed","time":{"start":1728046837802,"stop":1728046837803,"duration":1}},{"uid":"902f635828803fb2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/902f635828803fb2","status":"passed","time":{"start":1728042907575,"stop":1728042907575,"duration":0}},{"uid":"d2634a039b2ffe5e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d2634a039b2ffe5e","status":"passed","time":{"start":1728035469877,"stop":1728035469877,"duration":0}},{"uid":"42fb7d837f5a2f65","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/42fb7d837f5a2f65","status":"passed","time":{"start":1728033386385,"stop":1728033386385,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"c2ba5456e5e17343","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2ba5456e5e17343","status":"passed","time":{"start":1728086146258,"stop":1728086146258,"duration":0}},{"uid":"d80e121ed1e5cc08","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d80e121ed1e5cc08","status":"passed","time":{"start":1728085167027,"stop":1728085167027,"duration":0}},{"uid":"60c932796b840d6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/60c932796b840d6","status":"passed","time":{"start":1728083978083,"stop":1728083978084,"duration":1}},{"uid":"a79d5f1cfbd345d8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a79d5f1cfbd345d8","status":"passed","time":{"start":1728083039854,"stop":1728083039854,"duration":0}},{"uid":"828b2d5ed1af4e79","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/828b2d5ed1af4e79","status":"passed","time":{"start":1728082356323,"stop":1728082356324,"duration":1}},{"uid":"3c2b206ee8ba15e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3c2b206ee8ba15e2","status":"passed","time":{"start":1728069197792,"stop":1728069197793,"duration":1}},{"uid":"a78bfc53e4620c6e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a78bfc53e4620c6e","status":"passed","time":{"start":1728067999826,"stop":1728067999826,"duration":0}},{"uid":"d051fe6a604d6f34","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d051fe6a604d6f34","status":"passed","time":{"start":1728065945544,"stop":1728065945544,"duration":0}},{"uid":"fd61f4ac02a018ca","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fd61f4ac02a018ca","status":"passed","time":{"start":1728066235390,"stop":1728066235390,"duration":0}},{"uid":"6ac11d1f971bbaf0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ac11d1f971bbaf0","status":"passed","time":{"start":1728057121596,"stop":1728057121596,"duration":0}},{"uid":"3025315d58f8a66c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3025315d58f8a66c","status":"passed","time":{"start":1728056616134,"stop":1728056616134,"duration":0}},{"uid":"9d2b28ca5e2b648a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9d2b28ca5e2b648a","status":"passed","time":{"start":1728046355085,"stop":1728046355085,"duration":0}},{"uid":"c788ef83d8c644e0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c788ef83d8c644e0","status":"passed","time":{"start":1728047152035,"stop":1728047152036,"duration":1}},{"uid":"9c1539570ce2c267","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9c1539570ce2c267","status":"passed","time":{"start":1728043182737,"stop":1728043182737,"duration":0}},{"uid":"1ea4f026deac263f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1ea4f026deac263f","status":"passed","time":{"start":1728035788739,"stop":1728035788740,"duration":1}},{"uid":"a130d1ed71f0f3da","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a130d1ed71f0f3da","status":"passed","time":{"start":1728033700159,"stop":1728033700160,"duration":1}},{"uid":"ed7efe059ad0f522","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ed7efe059ad0f522","status":"passed","time":{"start":1728033322009,"stop":1728033322009,"duration":0}},{"uid":"1a8d5a8b3d6d9343","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1a8d5a8b3d6d9343","status":"passed","time":{"start":1728032864618,"stop":1728032864622,"duration":4}},{"uid":"e0d488a30cb1a920","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e0d488a30cb1a920","status":"passed","time":{"start":1728032504056,"stop":1728032504057,"duration":1}},{"uid":"990a80e2bac2c154","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/990a80e2bac2c154","status":"passed","time":{"start":1728032221890,"stop":1728032221890,"duration":0}}]},"f033edd69dd5481735145779c5a34eeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90994fdd16756324","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/90994fdd16756324","status":"passed","time":{"start":1728083113925,"stop":1728083113926,"duration":1}}]},"807bc88092be5ac10c00b441b7fe5754:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b55fbfa99036dd94","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b55fbfa99036dd94","status":"passed","time":{"start":1728043238299,"stop":1728043238299,"duration":0}}]},"1b20d5fc9d16f50993a6647a3328f032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0421ddd07aba29","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d0421ddd07aba29","status":"passed","time":{"start":1728032252767,"stop":1728032252768,"duration":1}}]},"9aeec68c0abb19867268a37f3bfdcdae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71bcb9fcf805b3d7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/71bcb9fcf805b3d7","status":"passed","time":{"start":1728033440730,"stop":1728033440730,"duration":0}}]},"f97d6652d262125ced75d990c6afa64a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9d825171b7cb8b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c9d825171b7cb8b","status":"passed","time":{"start":1728083118120,"stop":1728083118122,"duration":2}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c177e4ce393965e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c177e4ce393965e","status":"passed","time":{"start":1728086033911,"stop":1728086033911,"duration":0}},{"uid":"a3c5368efbb465b1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a3c5368efbb465b1","status":"passed","time":{"start":1728085047254,"stop":1728085047254,"duration":0}},{"uid":"ed7a984fb883e4ba","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ed7a984fb883e4ba","status":"passed","time":{"start":1728083902777,"stop":1728083902778,"duration":1}},{"uid":"1118216dc595acec","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1118216dc595acec","status":"passed","time":{"start":1728082961518,"stop":1728082961519,"duration":1}},{"uid":"7c1d2aaf261a3720","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7c1d2aaf261a3720","status":"passed","time":{"start":1728082284032,"stop":1728082284032,"duration":0}},{"uid":"146c48748d26324b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/146c48748d26324b","status":"passed","time":{"start":1728069082676,"stop":1728069082676,"duration":0}},{"uid":"f8148a71cf7c309a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f8148a71cf7c309a","status":"passed","time":{"start":1728067941394,"stop":1728067941394,"duration":0}},{"uid":"76b0827243a6c9c9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/76b0827243a6c9c9","status":"passed","time":{"start":1728066171572,"stop":1728066171573,"duration":1}},{"uid":"bcb26dc007cc9d28","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bcb26dc007cc9d28","status":"passed","time":{"start":1728066512890,"stop":1728066512890,"duration":0}},{"uid":"a6bd3cfaf0f520c4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a6bd3cfaf0f520c4","status":"passed","time":{"start":1728057355634,"stop":1728057355635,"duration":1}},{"uid":"87df7556455aaac6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/87df7556455aaac6","status":"passed","time":{"start":1728056563510,"stop":1728056563510,"duration":0}},{"uid":"794a5a5c0b68fc6d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/794a5a5c0b68fc6d","status":"passed","time":{"start":1728056935473,"stop":1728056935475,"duration":2}},{"uid":"fe88d0753d8f66de","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fe88d0753d8f66de","status":"passed","time":{"start":1728055614342,"stop":1728055614342,"duration":0}},{"uid":"3e37427dbc02a46e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3e37427dbc02a46e","status":"passed","time":{"start":1728054752366,"stop":1728054752366,"duration":0}},{"uid":"baac68acff7b3a9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/baac68acff7b3a9","status":"passed","time":{"start":1728052861022,"stop":1728052861022,"duration":0}},{"uid":"4a8759763667a1da","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4a8759763667a1da","status":"passed","time":{"start":1728046783426,"stop":1728046783427,"duration":1}},{"uid":"722c4ccf25b3afdd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/722c4ccf25b3afdd","status":"passed","time":{"start":1728047429498,"stop":1728047429499,"duration":1}},{"uid":"24feb2103fa6ad7b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/24feb2103fa6ad7b","status":"passed","time":{"start":1728043084150,"stop":1728043084150,"duration":0}},{"uid":"ada2c9dd7ecc9264","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ada2c9dd7ecc9264","status":"passed","time":{"start":1728035601396,"stop":1728035601396,"duration":0}},{"uid":"5ab12dee938d3628","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5ab12dee938d3628","status":"passed","time":{"start":1728033520550,"stop":1728033520550,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"402402d7624d98db","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/402402d7624d98db","status":"passed","time":{"start":1728086032735,"stop":1728086032735,"duration":0}},{"uid":"a4d4b9a9654119c0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a4d4b9a9654119c0","status":"passed","time":{"start":1728085050212,"stop":1728085050212,"duration":0}},{"uid":"77306e4c0b053b1a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/77306e4c0b053b1a","status":"passed","time":{"start":1728083903359,"stop":1728083903359,"duration":0}},{"uid":"87b072e266c003ff","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/87b072e266c003ff","status":"passed","time":{"start":1728082964219,"stop":1728082964223,"duration":4}},{"uid":"6c80db9f0ec067f4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6c80db9f0ec067f4","status":"passed","time":{"start":1728082280681,"stop":1728082280681,"duration":0}},{"uid":"61abeb1839697643","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/61abeb1839697643","status":"passed","time":{"start":1728069077439,"stop":1728069077441,"duration":2}},{"uid":"757726e1f1049aaa","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/757726e1f1049aaa","status":"passed","time":{"start":1728067917847,"stop":1728067917847,"duration":0}},{"uid":"2e99c3d6012e32f8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2e99c3d6012e32f8","status":"passed","time":{"start":1728043075246,"stop":1728043075247,"duration":1}},{"uid":"a8f8c08f03d7ae0b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a8f8c08f03d7ae0b","status":"passed","time":{"start":1728035638284,"stop":1728035638285,"duration":1}},{"uid":"dfe425250aa9fbdc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dfe425250aa9fbdc","status":"passed","time":{"start":1728033557504,"stop":1728033557505,"duration":1}},{"uid":"e7de59ffc9dc72ab","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e7de59ffc9dc72ab","status":"passed","time":{"start":1728033182512,"stop":1728033182515,"duration":3}},{"uid":"f94ed95b853df4aa","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f94ed95b853df4aa","status":"passed","time":{"start":1728032755517,"stop":1728032755521,"duration":4}},{"uid":"7ada5f2a1deaa424","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7ada5f2a1deaa424","status":"passed","time":{"start":1728032388391,"stop":1728032388391,"duration":0}},{"uid":"e1475177476fd166","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e1475177476fd166","status":"passed","time":{"start":1728032113241,"stop":1728032113241,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a9a848e6a5881506","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9a848e6a5881506","status":"passed","time":{"start":1728085872752,"stop":1728085872753,"duration":1}},{"uid":"7a6e64bb9b4bad0a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7a6e64bb9b4bad0a","status":"passed","time":{"start":1728084885261,"stop":1728084885261,"duration":0}},{"uid":"e14eaea35b7c6e50","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e14eaea35b7c6e50","status":"passed","time":{"start":1728083752750,"stop":1728083752751,"duration":1}},{"uid":"1850fa3b8e27db41","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1850fa3b8e27db41","status":"passed","time":{"start":1728082815941,"stop":1728082815941,"duration":0}},{"uid":"23fa75969b92c177","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/23fa75969b92c177","status":"passed","time":{"start":1728082148006,"stop":1728082148006,"duration":0}},{"uid":"71d095a3f59713b1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/71d095a3f59713b1","status":"passed","time":{"start":1728068916850,"stop":1728068916850,"duration":0}},{"uid":"f3b7a5d0c5d8c99d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f3b7a5d0c5d8c99d","status":"passed","time":{"start":1728067793141,"stop":1728067793141,"duration":0}},{"uid":"b9706eb9c7618aaa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b9706eb9c7618aaa","status":"passed","time":{"start":1728065639910,"stop":1728065639910,"duration":0}},{"uid":"1233eb1f41be0557","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1233eb1f41be0557","status":"passed","time":{"start":1728065929478,"stop":1728065929478,"duration":0}},{"uid":"3ff09751286df627","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3ff09751286df627","status":"passed","time":{"start":1728056820065,"stop":1728056820065,"duration":0}},{"uid":"51bed268533b7b7e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/51bed268533b7b7e","status":"passed","time":{"start":1728055991713,"stop":1728055991713,"duration":0}},{"uid":"28bc2f8958c1b0e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/28bc2f8958c1b0e","status":"passed","time":{"start":1728056312133,"stop":1728056312133,"duration":0}},{"uid":"7e95d70df2565693","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7e95d70df2565693","status":"passed","time":{"start":1728055123423,"stop":1728055123423,"duration":0}},{"uid":"6d3000d3cef2aca1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6d3000d3cef2aca1","status":"passed","time":{"start":1728054102203,"stop":1728054102204,"duration":1}},{"uid":"f4f8cea31ee3ef64","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f4f8cea31ee3ef64","status":"passed","time":{"start":1728052379792,"stop":1728052379792,"duration":0}},{"uid":"acf21a625a6a2e1d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/acf21a625a6a2e1d","status":"passed","time":{"start":1728046060557,"stop":1728046060557,"duration":0}},{"uid":"d0b80ec370535103","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d0b80ec370535103","status":"passed","time":{"start":1728046846366,"stop":1728046846367,"duration":1}},{"uid":"7fa3834bd7300fea","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7fa3834bd7300fea","status":"passed","time":{"start":1728042916077,"stop":1728042916077,"duration":0}},{"uid":"6dbe306194e6cd88","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6dbe306194e6cd88","status":"passed","time":{"start":1728035478735,"stop":1728035478735,"duration":0}},{"uid":"f1f819b251300364","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f1f819b251300364","status":"passed","time":{"start":1728033395138,"stop":1728033395138,"duration":0}}]},"086aa4103dcf9a5c200cb0a88933a84d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"648aedc3a4b6a8f5","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/648aedc3a4b6a8f5","status":"passed","time":{"start":1728055761105,"stop":1728055761106,"duration":1}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":14,"unknown":0,"total":24},"items":[{"uid":"e1748ed86b2576c6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e1748ed86b2576c6","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0}},{"uid":"db313755d40f2b62","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/db313755d40f2b62","status":"passed","time":{"start":1728085080972,"stop":1728085080972,"duration":0}},{"uid":"57184d4c5c8e2d76","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/57184d4c5c8e2d76","status":"passed","time":{"start":1728083928168,"stop":1728083928168,"duration":0}},{"uid":"6349fc11353487bb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6349fc11353487bb","status":"passed","time":{"start":1728082985569,"stop":1728082985569,"duration":0}},{"uid":"2b6e860e87e95b87","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2b6e860e87e95b87","status":"passed","time":{"start":1728082299742,"stop":1728082299742,"duration":0}},{"uid":"fe29cd27c4677112","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fe29cd27c4677112","status":"passed","time":{"start":1728069108980,"stop":1728069108980,"duration":0}},{"uid":"f63fee3aac1690e7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f63fee3aac1690e7","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728068241748,"stop":1728068241748,"duration":0}},{"uid":"40c189a0ee49c5d6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/40c189a0ee49c5d6","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066126651,"stop":1728066126652,"duration":1}},{"uid":"c0a4bbd60e22669","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c0a4bbd60e22669","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066415171,"stop":1728066415171,"duration":0}},{"uid":"d14683c97c733867","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d14683c97c733867","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728057304945,"stop":1728057304945,"duration":0}},{"uid":"77a77005c8c408ab","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/77a77005c8c408ab","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056453355,"stop":1728056453355,"duration":0}},{"uid":"63ea41f6c5f16241","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/63ea41f6c5f16241","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056799403,"stop":1728056799403,"duration":0}},{"uid":"72c7f19d71a0b600","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/72c7f19d71a0b600","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728055576638,"stop":1728055576639,"duration":1}},{"uid":"7a173d14a0cf1741","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7a173d14a0cf1741","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728054554817,"stop":1728054554817,"duration":0}},{"uid":"3ac27de63c88bb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3ac27de63c88bb","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728052746421,"stop":1728052746421,"duration":0}},{"uid":"eb67e0d5636dd60e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/eb67e0d5636dd60e","status":"passed","time":{"start":1728046277274,"stop":1728046277275,"duration":1}},{"uid":"362caa6c3f82301b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/362caa6c3f82301b","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728047334415,"stop":1728047334416,"duration":1}},{"uid":"e617cf9460a7357b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e617cf9460a7357b","status":"passed","time":{"start":1728043113986,"stop":1728043113987,"duration":1}},{"uid":"569cad0b2a25a967","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/569cad0b2a25a967","status":"passed","time":{"start":1728035732769,"stop":1728035732770,"duration":1}},{"uid":"78267c368aafd349","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/78267c368aafd349","status":"passed","time":{"start":1728033656093,"stop":1728033656094,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7d9b1c907bc1f16a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d9b1c907bc1f16a","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0}},{"uid":"677c0dd668bb0835","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/677c0dd668bb0835","status":"passed","time":{"start":1728084884507,"stop":1728084884508,"duration":1}},{"uid":"1bc0543d5886a30e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1bc0543d5886a30e","status":"passed","time":{"start":1728083751994,"stop":1728083751994,"duration":0}},{"uid":"34b4a1ef95fb791b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/34b4a1ef95fb791b","status":"passed","time":{"start":1728082815039,"stop":1728082815040,"duration":1}},{"uid":"2ea5adcc325c9c9e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2ea5adcc325c9c9e","status":"passed","time":{"start":1728082147326,"stop":1728082147326,"duration":0}},{"uid":"16b40cd361504b24","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16b40cd361504b24","status":"passed","time":{"start":1728068916323,"stop":1728068916323,"duration":0}},{"uid":"c0398a6e8060f372","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c0398a6e8060f372","status":"passed","time":{"start":1728067792194,"stop":1728067792194,"duration":0}},{"uid":"c7ca94f15642c4a3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c7ca94f15642c4a3","status":"passed","time":{"start":1728065639262,"stop":1728065639262,"duration":0}},{"uid":"8ee979259b3c0c7f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8ee979259b3c0c7f","status":"passed","time":{"start":1728065928761,"stop":1728065928762,"duration":1}},{"uid":"f410a2699cefc605","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f410a2699cefc605","status":"passed","time":{"start":1728056819206,"stop":1728056819206,"duration":0}},{"uid":"b5a489d3686b5ac3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b5a489d3686b5ac3","status":"passed","time":{"start":1728055990812,"stop":1728055990813,"duration":1}},{"uid":"a9607f0dbd942fae","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a9607f0dbd942fae","status":"passed","time":{"start":1728056311526,"stop":1728056311526,"duration":0}},{"uid":"aa2bb15b42750265","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/aa2bb15b42750265","status":"passed","time":{"start":1728055122711,"stop":1728055122712,"duration":1}},{"uid":"f7fe5425d2c716eb","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f7fe5425d2c716eb","status":"passed","time":{"start":1728054101382,"stop":1728054101383,"duration":1}},{"uid":"61c40cb5be0f4dee","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/61c40cb5be0f4dee","status":"passed","time":{"start":1728052379040,"stop":1728052379041,"duration":1}},{"uid":"c56b5a2f6a115e96","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c56b5a2f6a115e96","status":"passed","time":{"start":1728046059830,"stop":1728046059830,"duration":0}},{"uid":"c0c5b3219f6c017e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c0c5b3219f6c017e","status":"passed","time":{"start":1728046845714,"stop":1728046845714,"duration":0}},{"uid":"e16af93657fee9aa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e16af93657fee9aa","status":"passed","time":{"start":1728042915334,"stop":1728042915334,"duration":0}},{"uid":"a38f61e8f1306ef9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a38f61e8f1306ef9","status":"passed","time":{"start":1728035477912,"stop":1728035477913,"duration":1}},{"uid":"8f65ecd19fd2c6d3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8f65ecd19fd2c6d3","status":"passed","time":{"start":1728033394404,"stop":1728033394405,"duration":1}}]},"57062d76ab9880f306ec1f37f4dcf4c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8cf3e644f7bbe5d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b8cf3e644f7bbe5d","status":"passed","time":{"start":1728083903373,"stop":1728083903373,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9405b2167a121fd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9405b2167a121fd","status":"passed","time":{"start":1728086192520,"stop":1728086192520,"duration":0}},{"uid":"3751e1adbf57760","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3751e1adbf57760","status":"passed","time":{"start":1728085207480,"stop":1728085207480,"duration":0}},{"uid":"93a090e8611c80c1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/93a090e8611c80c1","status":"passed","time":{"start":1728084038279,"stop":1728084038280,"duration":1}},{"uid":"71b11bdb774a609e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/71b11bdb774a609e","status":"passed","time":{"start":1728083118104,"stop":1728083118104,"duration":0}},{"uid":"d99d4ef9c2553943","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d99d4ef9c2553943","status":"passed","time":{"start":1728082399699,"stop":1728082399699,"duration":0}},{"uid":"2b7deaccb625c800","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2b7deaccb625c800","status":"passed","time":{"start":1728069237573,"stop":1728069237574,"duration":1}},{"uid":"8ad68eec54a82fb2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8ad68eec54a82fb2","status":"passed","time":{"start":1728068055929,"stop":1728068055930,"duration":1}},{"uid":"aa411121c8c9f90e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aa411121c8c9f90e","status":"passed","time":{"start":1728043232162,"stop":1728043232162,"duration":0}},{"uid":"148eca1b7de15feb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/148eca1b7de15feb","status":"passed","time":{"start":1728035844054,"stop":1728035844054,"duration":0}},{"uid":"158cfe9474782461","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/158cfe9474782461","status":"passed","time":{"start":1728033765880,"stop":1728033765880,"duration":0}},{"uid":"9ace6be1886cdfc7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9ace6be1886cdfc7","status":"passed","time":{"start":1728033382945,"stop":1728033382946,"duration":1}},{"uid":"d8332a95c88a759c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d8332a95c88a759c","status":"passed","time":{"start":1728032914491,"stop":1728032914492,"duration":1}},{"uid":"8dfdd95ad5f98059","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8dfdd95ad5f98059","status":"passed","time":{"start":1728032550355,"stop":1728032550356,"duration":1}},{"uid":"d73cb759f6069816","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d73cb759f6069816","status":"passed","time":{"start":1728032274019,"stop":1728032274020,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"9c0266ba8496606e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c0266ba8496606e","status":"passed","time":{"start":1728086260324,"stop":1728086260325,"duration":1}},{"uid":"7f47afe3438eb0e0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7f47afe3438eb0e0","status":"passed","time":{"start":1728085269094,"stop":1728085269094,"duration":0}},{"uid":"4fbf28bec18e4a03","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4fbf28bec18e4a03","status":"passed","time":{"start":1728069312648,"stop":1728069312649,"duration":1}},{"uid":"94e786842bdbf51","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/94e786842bdbf51","status":"passed","time":{"start":1728046423465,"stop":1728046423466,"duration":1}},{"uid":"72164eb83c998318","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/72164eb83c998318","status":"passed","time":{"start":1728043297206,"stop":1728043297207,"duration":1}},{"uid":"9e4720fd4bc0bdea","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9e4720fd4bc0bdea","status":"passed","time":{"start":1728035880195,"stop":1728035880195,"duration":0}},{"uid":"946f0dcf791bca45","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/946f0dcf791bca45","status":"passed","time":{"start":1728033788848,"stop":1728033788850,"duration":2}},{"uid":"8e80016251599469","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8e80016251599469","status":"passed","time":{"start":1728033423666,"stop":1728033423666,"duration":0}},{"uid":"fd77a112f6209568","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/fd77a112f6209568","status":"passed","time":{"start":1728032985176,"stop":1728032985177,"duration":1}},{"uid":"efa67cd67d93721c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/efa67cd67d93721c","status":"passed","time":{"start":1728032614962,"stop":1728032614962,"duration":0}},{"uid":"817835387fff6790","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/817835387fff6790","status":"passed","time":{"start":1728032348437,"stop":1728032348437,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"94d16b314820c6e6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/94d16b314820c6e6","status":"passed","time":{"start":1728086171715,"stop":1728086171716,"duration":1}},{"uid":"f095a2d74c86c3b2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f095a2d74c86c3b2","status":"passed","time":{"start":1728085184725,"stop":1728085184725,"duration":0}},{"uid":"f3ae53fd7564d369","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f3ae53fd7564d369","status":"passed","time":{"start":1728084018364,"stop":1728084018365,"duration":1}},{"uid":"5f9ba121b2511d49","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5f9ba121b2511d49","status":"passed","time":{"start":1728083065690,"stop":1728083065691,"duration":1}},{"uid":"d93c010b965f3626","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d93c010b965f3626","status":"passed","time":{"start":1728069218850,"stop":1728069218850,"duration":0}},{"uid":"5077dfad9c4a6c8f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5077dfad9c4a6c8f","status":"passed","time":{"start":1728046261842,"stop":1728046261842,"duration":0}},{"uid":"5cd83c42c51ee00e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5cd83c42c51ee00e","status":"passed","time":{"start":1728043204127,"stop":1728043204127,"duration":0}},{"uid":"61d42f001308342","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/61d42f001308342","status":"passed","time":{"start":1728035785885,"stop":1728035785885,"duration":0}},{"uid":"fcdbd52109c41af6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fcdbd52109c41af6","status":"passed","time":{"start":1728033696364,"stop":1728033696364,"duration":0}},{"uid":"472f54932b46849f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/472f54932b46849f","status":"passed","time":{"start":1728033319501,"stop":1728033319501,"duration":0}},{"uid":"f6298226e065403","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f6298226e065403","status":"passed","time":{"start":1728032886563,"stop":1728032886563,"duration":0}},{"uid":"a2fd3a045e073871","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a2fd3a045e073871","status":"passed","time":{"start":1728032520662,"stop":1728032520662,"duration":0}},{"uid":"395e010800d9e63d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/395e010800d9e63d","status":"passed","time":{"start":1728032252783,"stop":1728032252783,"duration":0}}]},"2698f2889234116b9d0af26d474c17c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86a742a23c24ca6d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/86a742a23c24ca6d","status":"passed","time":{"start":1728066046605,"stop":1728066046606,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5f687258772d17a1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5f687258772d17a1","status":"passed","time":{"start":1728085966213,"stop":1728085966213,"duration":0}},{"uid":"f38f7cfd68faa56e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f38f7cfd68faa56e","status":"passed","time":{"start":1728084983077,"stop":1728084983077,"duration":0}},{"uid":"ab225002308affc9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ab225002308affc9","status":"passed","time":{"start":1728083842835,"stop":1728083842836,"duration":1}},{"uid":"80642a0c75553386","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/80642a0c75553386","status":"passed","time":{"start":1728082916488,"stop":1728082916488,"duration":0}},{"uid":"6bb299577bb3a35e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6bb299577bb3a35e","status":"passed","time":{"start":1728082241788,"stop":1728082241788,"duration":0}},{"uid":"d4d7cfb8f312475c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d4d7cfb8f312475c","status":"passed","time":{"start":1728069013702,"stop":1728069013702,"duration":0}},{"uid":"32bcea48aad53686","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/32bcea48aad53686","status":"passed","time":{"start":1728067876051,"stop":1728067876051,"duration":0}},{"uid":"6ea90e205adea183","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ea90e205adea183","status":"passed","time":{"start":1728043011835,"stop":1728043011836,"duration":1}},{"uid":"afa5e5c1b16a8c5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/afa5e5c1b16a8c5","status":"passed","time":{"start":1728035574554,"stop":1728035574554,"duration":0}},{"uid":"8a254344e9f13694","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8a254344e9f13694","status":"passed","time":{"start":1728033489595,"stop":1728033489596,"duration":1}},{"uid":"5ebd5d77a5d9fa9c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5ebd5d77a5d9fa9c","status":"passed","time":{"start":1728033115383,"stop":1728033115383,"duration":0}},{"uid":"88a10444fb9c5c33","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/88a10444fb9c5c33","status":"passed","time":{"start":1728032689243,"stop":1728032689243,"duration":0}},{"uid":"f523f52894ec9f51","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f523f52894ec9f51","status":"passed","time":{"start":1728032323415,"stop":1728032323421,"duration":6}},{"uid":"7f7230b2b876a2e7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7f7230b2b876a2e7","status":"passed","time":{"start":1728032042532,"stop":1728032042533,"duration":1}}]},"f599a4c012389dbdf32c7cacdb8217e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ed863f161af821f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6ed863f161af821f","status":"passed","time":{"start":1728083083004,"stop":1728083083004,"duration":0}}]},"4ec3bfca540eef287c01328e8e65bc57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b2c2edbac8cad20","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8b2c2edbac8cad20","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0}}]},"16a0f0acf4c977c98dccd2eeeb4a7ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ecea98c90315512","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9ecea98c90315512","status":"passed","time":{"start":1728033815141,"stop":1728033815141,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"a864bb35ef5f0a4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a864bb35ef5f0a4a","status":"passed","time":{"start":1728086207862,"stop":1728086207863,"duration":1}},{"uid":"93bb88e8208c4e7c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/93bb88e8208c4e7c","status":"passed","time":{"start":1728085227785,"stop":1728085227786,"duration":1}},{"uid":"29e2986063e08279","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/29e2986063e08279","status":"passed","time":{"start":1728084031087,"stop":1728084031088,"duration":1}},{"uid":"fd79de696f013fce","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fd79de696f013fce","status":"passed","time":{"start":1728083085062,"stop":1728083085062,"duration":0}},{"uid":"3f1a2325da9ad2b7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3f1a2325da9ad2b7","status":"passed","time":{"start":1728082402954,"stop":1728082402954,"duration":0}},{"uid":"bea0e92475f90967","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bea0e92475f90967","status":"passed","time":{"start":1728069256718,"stop":1728069256719,"duration":1}},{"uid":"a5441dc748aa0113","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a5441dc748aa0113","status":"passed","time":{"start":1728068039044,"stop":1728068039044,"duration":0}},{"uid":"e84365883344a2e0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e84365883344a2e0","status":"passed","time":{"start":1728066054974,"stop":1728066054974,"duration":0}},{"uid":"f9638f5914e5a128","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f9638f5914e5a128","status":"passed","time":{"start":1728066345492,"stop":1728066345492,"duration":0}},{"uid":"1a94f1d501ead3d5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1a94f1d501ead3d5","status":"passed","time":{"start":1728057218513,"stop":1728057218513,"duration":0}},{"uid":"1ce6b56c2a843f60","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1ce6b56c2a843f60","status":"passed","time":{"start":1728056313096,"stop":1728056313096,"duration":0}},{"uid":"8acdd1f16c5533c5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8acdd1f16c5533c5","status":"passed","time":{"start":1728056731764,"stop":1728056731769,"duration":5}},{"uid":"67cdbf21b34dd41","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/67cdbf21b34dd41","status":"passed","time":{"start":1728052615125,"stop":1728052615126,"duration":1}},{"uid":"10b6d3ff0504fc49","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/10b6d3ff0504fc49","status":"passed","time":{"start":1728046456499,"stop":1728046456500,"duration":1}},{"uid":"d8a3878ec51126a6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d8a3878ec51126a6","status":"passed","time":{"start":1728047262758,"stop":1728047262758,"duration":0}},{"uid":"9e57d7cf87667c23","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9e57d7cf87667c23","status":"passed","time":{"start":1728043245048,"stop":1728043245048,"duration":0}},{"uid":"a5a7bd9d80742df5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a5a7bd9d80742df5","status":"passed","time":{"start":1728035876558,"stop":1728035876562,"duration":4}},{"uid":"5b612b6b86568c9e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5b612b6b86568c9e","status":"passed","time":{"start":1728033795256,"stop":1728033795257,"duration":1}},{"uid":"f5ac96a2470c0365","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f5ac96a2470c0365","status":"passed","time":{"start":1728033412117,"stop":1728033412117,"duration":0}},{"uid":"d02720ed2d145969","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d02720ed2d145969","status":"passed","time":{"start":1728032929715,"stop":1728032929715,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"43f1728c36d020c7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/43f1728c36d020c7","status":"passed","time":{"start":1728086279983,"stop":1728086279983,"duration":0}},{"uid":"b3ed860a6cfcf13","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b3ed860a6cfcf13","status":"passed","time":{"start":1728085293900,"stop":1728085293900,"duration":0}},{"uid":"ce665b398a929392","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ce665b398a929392","status":"passed","time":{"start":1728084101445,"stop":1728084101446,"duration":1}},{"uid":"2383b18e09b0d0c9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2383b18e09b0d0c9","status":"passed","time":{"start":1728083168110,"stop":1728083168111,"duration":1}},{"uid":"17759b8b6346ad14","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/17759b8b6346ad14","status":"passed","time":{"start":1728082465057,"stop":1728082465058,"duration":1}},{"uid":"bdc08d16f0c16d89","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bdc08d16f0c16d89","status":"passed","time":{"start":1728069334920,"stop":1728069334920,"duration":0}},{"uid":"135abc1a296594f1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/135abc1a296594f1","status":"passed","time":{"start":1728068118327,"stop":1728068118328,"duration":1}},{"uid":"165b982658515e6b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/165b982658515e6b","status":"passed","time":{"start":1728043322675,"stop":1728043322675,"duration":0}},{"uid":"3611aaf8a9cc28c0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3611aaf8a9cc28c0","status":"passed","time":{"start":1728035930889,"stop":1728035930894,"duration":5}},{"uid":"c58141690778d155","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c58141690778d155","status":"passed","time":{"start":1728033847225,"stop":1728033847225,"duration":0}},{"uid":"5f31b5d11f5f36e6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5f31b5d11f5f36e6","status":"passed","time":{"start":1728033467595,"stop":1728033467596,"duration":1}},{"uid":"b5ec408eb2f44e7f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b5ec408eb2f44e7f","status":"passed","time":{"start":1728033001744,"stop":1728033001745,"duration":1}},{"uid":"cd3d1bf2b225f3b4","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cd3d1bf2b225f3b4","status":"passed","time":{"start":1728032629236,"stop":1728032629236,"duration":0}},{"uid":"3bc31c58e958dd74","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3bc31c58e958dd74","status":"passed","time":{"start":1728032360462,"stop":1728032360462,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"17c7219672c486ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/17c7219672c486ab","status":"passed","time":{"start":1728086226465,"stop":1728086226467,"duration":2}},{"uid":"ea3becccab49a4eb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ea3becccab49a4eb","status":"passed","time":{"start":1728085246267,"stop":1728085246268,"duration":1}},{"uid":"10e8ab53fe944d9b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/10e8ab53fe944d9b","status":"passed","time":{"start":1728084078530,"stop":1728084078530,"duration":0}},{"uid":"1534035e361c96fd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1534035e361c96fd","status":"passed","time":{"start":1728083125002,"stop":1728083125003,"duration":1}},{"uid":"4edf924cb17940ad","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4edf924cb17940ad","status":"passed","time":{"start":1728082441012,"stop":1728082441012,"duration":0}},{"uid":"bca59db58942ad1c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bca59db58942ad1c","status":"passed","time":{"start":1728069279729,"stop":1728069279730,"duration":1}},{"uid":"83136944c39b7baa","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/83136944c39b7baa","status":"passed","time":{"start":1728046402350,"stop":1728046402350,"duration":0}},{"uid":"cfe6f43cb047d751","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cfe6f43cb047d751","status":"passed","time":{"start":1728043267026,"stop":1728043267028,"duration":2}},{"uid":"7e143ff3d12343f0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7e143ff3d12343f0","status":"passed","time":{"start":1728035855918,"stop":1728035855920,"duration":2}},{"uid":"5863e9bce507a712","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5863e9bce507a712","status":"passed","time":{"start":1728033769208,"stop":1728033769208,"duration":0}},{"uid":"dd135859dbce28b4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/dd135859dbce28b4","status":"passed","time":{"start":1728033391633,"stop":1728033391633,"duration":0}},{"uid":"d4483903356038b5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d4483903356038b5","status":"passed","time":{"start":1728032951643,"stop":1728032951643,"duration":0}},{"uid":"f68b1e23f16a61c9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f68b1e23f16a61c9","status":"passed","time":{"start":1728032582501,"stop":1728032582502,"duration":1}},{"uid":"a8e9f5ef48e39bf1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a8e9f5ef48e39bf1","status":"passed","time":{"start":1728032304552,"stop":1728032304553,"duration":1}}]},"f571aa78ec39faae93a49595c47959b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcc070c5db77d5f3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bcc070c5db77d5f3","status":"passed","time":{"start":1728032582948,"stop":1728032582950,"duration":2}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1b985a3a8dce5760","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b985a3a8dce5760","status":"passed","time":{"start":1728085864172,"stop":1728085864173,"duration":1}},{"uid":"64a8cf0a7b5c78c7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/64a8cf0a7b5c78c7","status":"passed","time":{"start":1728084876401,"stop":1728084876401,"duration":0}},{"uid":"7d366dcf6444b726","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7d366dcf6444b726","status":"passed","time":{"start":1728083744357,"stop":1728083744358,"duration":1}},{"uid":"662ad6d542657917","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/662ad6d542657917","status":"passed","time":{"start":1728082807450,"stop":1728082807450,"duration":0}},{"uid":"15c30920e1c2fcec","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/15c30920e1c2fcec","status":"passed","time":{"start":1728082139319,"stop":1728082139319,"duration":0}},{"uid":"b154625ad8ee640a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b154625ad8ee640a","status":"passed","time":{"start":1728068908058,"stop":1728068908059,"duration":1}},{"uid":"a9c87d1d9fe24ea6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a9c87d1d9fe24ea6","status":"passed","time":{"start":1728067784712,"stop":1728067784712,"duration":0}},{"uid":"e4a0675dbdbe1ed8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e4a0675dbdbe1ed8","status":"passed","time":{"start":1728065631515,"stop":1728065631515,"duration":0}},{"uid":"1b47481b7dbc66d3","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1b47481b7dbc66d3","status":"passed","time":{"start":1728065920827,"stop":1728065920828,"duration":1}},{"uid":"1f522dfef3fae10f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1f522dfef3fae10f","status":"passed","time":{"start":1728056811586,"stop":1728056811586,"duration":0}},{"uid":"7e28e99eb62bd0ea","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7e28e99eb62bd0ea","status":"passed","time":{"start":1728055983143,"stop":1728055983143,"duration":0}},{"uid":"27591dfd31c80715","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/27591dfd31c80715","status":"passed","time":{"start":1728056303685,"stop":1728056303685,"duration":0}},{"uid":"91a91c72ae9e3a63","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/91a91c72ae9e3a63","status":"passed","time":{"start":1728055114815,"stop":1728055114816,"duration":1}},{"uid":"4ae966ee74aa504a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4ae966ee74aa504a","status":"passed","time":{"start":1728054093602,"stop":1728054093603,"duration":1}},{"uid":"938e411999101761","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/938e411999101761","status":"passed","time":{"start":1728052371189,"stop":1728052371189,"duration":0}},{"uid":"147d26c643fd2fe9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/147d26c643fd2fe9","status":"passed","time":{"start":1728046051727,"stop":1728046051727,"duration":0}},{"uid":"82614dc33eae46f7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82614dc33eae46f7","status":"passed","time":{"start":1728046837812,"stop":1728046837812,"duration":0}},{"uid":"56cb6f50fe5ba27","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/56cb6f50fe5ba27","status":"passed","time":{"start":1728042907585,"stop":1728042907585,"duration":0}},{"uid":"570e28e17237e6b0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/570e28e17237e6b0","status":"passed","time":{"start":1728035469886,"stop":1728035469886,"duration":0}},{"uid":"a03b40ced8732fb9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a03b40ced8732fb9","status":"passed","time":{"start":1728033386397,"stop":1728033386397,"duration":0}}]},"111d5498a153a667d37725dd28d621d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc70dba0b1febad6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/fc70dba0b1febad6","status":"passed","time":{"start":1728052606341,"stop":1728052606341,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9d9732972c3c80ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9d9732972c3c80ab","status":"passed","time":{"start":1728086280292,"stop":1728086280292,"duration":0}},{"uid":"7c82f504383d7f8d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7c82f504383d7f8d","status":"passed","time":{"start":1728085297168,"stop":1728085297168,"duration":0}},{"uid":"b7f2f16e8d138a71","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b7f2f16e8d138a71","status":"passed","time":{"start":1728084101596,"stop":1728084101596,"duration":0}},{"uid":"626d1b65623feeee","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/626d1b65623feeee","status":"passed","time":{"start":1728083169857,"stop":1728083169857,"duration":0}},{"uid":"174b8ff9585d72aa","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/174b8ff9585d72aa","status":"passed","time":{"start":1728082475840,"stop":1728082475840,"duration":0}},{"uid":"df8ea3cc7792f1d1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/df8ea3cc7792f1d1","status":"passed","time":{"start":1728069329392,"stop":1728069329393,"duration":1}},{"uid":"4340c2db3548a514","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4340c2db3548a514","status":"passed","time":{"start":1728068125738,"stop":1728068125738,"duration":0}},{"uid":"826d3e43f5b1c52c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/826d3e43f5b1c52c","status":"passed","time":{"start":1728043317192,"stop":1728043317192,"duration":0}},{"uid":"806041219305bbd8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/806041219305bbd8","status":"passed","time":{"start":1728035933004,"stop":1728035933005,"duration":1}},{"uid":"a4957b15b996fb4f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a4957b15b996fb4f","status":"passed","time":{"start":1728033847979,"stop":1728033847979,"duration":0}},{"uid":"15a2ce2e92a45b1f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/15a2ce2e92a45b1f","status":"passed","time":{"start":1728033470893,"stop":1728033470894,"duration":1}},{"uid":"50e12b94c366b900","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/50e12b94c366b900","status":"passed","time":{"start":1728033006389,"stop":1728033006389,"duration":0}},{"uid":"1e7d0a390ead597e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1e7d0a390ead597e","status":"passed","time":{"start":1728032635839,"stop":1728032635840,"duration":1}},{"uid":"de9163b1f8f03c6e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/de9163b1f8f03c6e","status":"passed","time":{"start":1728032367228,"stop":1728032367228,"duration":0}}]},"5b8faf0b916d60d94d0c9a7ca12d93f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ece6118cb19309","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1ece6118cb19309","status":"passed","time":{"start":1728032252780,"stop":1728032252780,"duration":0}}]},"dc0b4d385bfea6fc737fed936ca517b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d433ebfced3f1bf","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8d433ebfced3f1bf","status":"passed","time":{"start":1728057124848,"stop":1728057124849,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d42f26786c829770","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d42f26786c829770","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0}},{"uid":"fbd32253db796072","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fbd32253db796072","status":"passed","time":{"start":1728085269089,"stop":1728085269089,"duration":0}},{"uid":"ed0edbccd4dd59f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ed0edbccd4dd59f","status":"passed","time":{"start":1728069312643,"stop":1728069312643,"duration":0}},{"uid":"78bde7c1edcdd5aa","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/78bde7c1edcdd5aa","status":"passed","time":{"start":1728046423456,"stop":1728046423457,"duration":1}},{"uid":"4d86e13b71f62c81","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4d86e13b71f62c81","status":"passed","time":{"start":1728043297191,"stop":1728043297192,"duration":1}},{"uid":"c55db09088806cc8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c55db09088806cc8","status":"passed","time":{"start":1728035880172,"stop":1728035880173,"duration":1}},{"uid":"e048bf35029c0254","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e048bf35029c0254","status":"passed","time":{"start":1728033788842,"stop":1728033788842,"duration":0}},{"uid":"9a03efb9c1c13017","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9a03efb9c1c13017","status":"passed","time":{"start":1728033423656,"stop":1728033423657,"duration":1}},{"uid":"4390e36f0b694139","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4390e36f0b694139","status":"passed","time":{"start":1728032985162,"stop":1728032985163,"duration":1}},{"uid":"e07394aed20d0f92","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e07394aed20d0f92","status":"passed","time":{"start":1728032614957,"stop":1728032614958,"duration":1}},{"uid":"d8903605bb716baa","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d8903605bb716baa","status":"passed","time":{"start":1728032348417,"stop":1728032348418,"duration":1}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":14,"unknown":0,"total":15},"items":[{"uid":"30cd4cb628af5863","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/30cd4cb628af5863","status":"passed","time":{"start":1728085966212,"stop":1728085966213,"duration":1}},{"uid":"f707d73e5310c008","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f707d73e5310c008","status":"passed","time":{"start":1728084983076,"stop":1728084983077,"duration":1}},{"uid":"e42743f0fb3626b8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e42743f0fb3626b8","status":"passed","time":{"start":1728083842835,"stop":1728083842835,"duration":0}},{"uid":"faaac829992de8aa","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/faaac829992de8aa","status":"passed","time":{"start":1728082916487,"stop":1728082916488,"duration":1}},{"uid":"68957d59c76cb7b3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/68957d59c76cb7b3","status":"passed","time":{"start":1728082241784,"stop":1728082241785,"duration":1}},{"uid":"86c785a2d0131c41","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/86c785a2d0131c41","status":"passed","time":{"start":1728069013701,"stop":1728069013702,"duration":1}},{"uid":"82f19d1a25a0a61","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/82f19d1a25a0a61","status":"passed","time":{"start":1728067876051,"stop":1728067876051,"duration":0}},{"uid":"69bbea370df2646b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/69bbea370df2646b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056213604,"stop":1728056213604,"duration":0}},{"uid":"bee88aecdfb2dd1b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bee88aecdfb2dd1b","status":"passed","time":{"start":1728043011835,"stop":1728043011835,"duration":0}},{"uid":"4e131225e194b85d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4e131225e194b85d","status":"passed","time":{"start":1728035574554,"stop":1728035574554,"duration":0}},{"uid":"921c786ddf6db67","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/921c786ddf6db67","status":"passed","time":{"start":1728033489593,"stop":1728033489595,"duration":2}},{"uid":"f1a0fbc1dd1acbac","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f1a0fbc1dd1acbac","status":"passed","time":{"start":1728033115376,"stop":1728033115382,"duration":6}},{"uid":"57c8dfc25938d303","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/57c8dfc25938d303","status":"passed","time":{"start":1728032689239,"stop":1728032689240,"duration":1}},{"uid":"7aff0b59cb1b2ed9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7aff0b59cb1b2ed9","status":"passed","time":{"start":1728032323414,"stop":1728032323415,"duration":1}},{"uid":"2c08fc22051f274d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2c08fc22051f274d","status":"passed","time":{"start":1728032042532,"stop":1728032042532,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"200a4177e9b025b3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/200a4177e9b025b3","status":"passed","time":{"start":1728086270018,"stop":1728086270018,"duration":0}},{"uid":"3c3587cb05fa0edc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3c3587cb05fa0edc","status":"passed","time":{"start":1728085288808,"stop":1728085288808,"duration":0}},{"uid":"cda7cbbc796b315c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cda7cbbc796b315c","status":"passed","time":{"start":1728084090799,"stop":1728084090801,"duration":2}},{"uid":"8f1a947c64f82699","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8f1a947c64f82699","status":"passed","time":{"start":1728083159961,"stop":1728083159966,"duration":5}},{"uid":"2ae9bc3494d47a84","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2ae9bc3494d47a84","status":"passed","time":{"start":1728082471133,"stop":1728082471136,"duration":3}},{"uid":"ae34226c8195c913","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ae34226c8195c913","status":"passed","time":{"start":1728069320780,"stop":1728069320780,"duration":0}},{"uid":"f4f664a7b77cd7b4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f4f664a7b77cd7b4","status":"passed","time":{"start":1728068121045,"stop":1728068121046,"duration":1}},{"uid":"84e79e5c52e6a3bf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/84e79e5c52e6a3bf","status":"passed","time":{"start":1728043309480,"stop":1728043309481,"duration":1}},{"uid":"98dbedb3ce606694","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/98dbedb3ce606694","status":"passed","time":{"start":1728035935861,"stop":1728035935861,"duration":0}},{"uid":"4f2131f0843866e3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4f2131f0843866e3","status":"passed","time":{"start":1728033849935,"stop":1728033849936,"duration":1}},{"uid":"3377ebc0dcbea50f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3377ebc0dcbea50f","status":"passed","time":{"start":1728033470263,"stop":1728033470264,"duration":1}},{"uid":"854b885b7809a276","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/854b885b7809a276","status":"passed","time":{"start":1728032994986,"stop":1728032994986,"duration":0}},{"uid":"6c125ce391ee3af9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6c125ce391ee3af9","status":"passed","time":{"start":1728032636440,"stop":1728032636440,"duration":0}},{"uid":"e0dd8e447104a942","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e0dd8e447104a942","status":"passed","time":{"start":1728032358016,"stop":1728032358016,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"39709dc221995392","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/39709dc221995392","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0}},{"uid":"2a085b03a1542492","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2a085b03a1542492","status":"passed","time":{"start":1728084912803,"stop":1728084912803,"duration":0}},{"uid":"73ca4532ec970e83","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/73ca4532ec970e83","status":"passed","time":{"start":1728083779184,"stop":1728083779185,"duration":1}},{"uid":"2b08053372f649f8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2b08053372f649f8","status":"passed","time":{"start":1728082842489,"stop":1728082842489,"duration":0}},{"uid":"4a8c14019663f505","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4a8c14019663f505","status":"passed","time":{"start":1728082174604,"stop":1728082174605,"duration":1}},{"uid":"ff61813f8de14859","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ff61813f8de14859","status":"passed","time":{"start":1728068944099,"stop":1728068944099,"duration":0}},{"uid":"cee884ad31e2e123","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cee884ad31e2e123","status":"passed","time":{"start":1728067819595,"stop":1728067819595,"duration":0}},{"uid":"daac17a5bd2fe0bf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/daac17a5bd2fe0bf","status":"passed","time":{"start":1728065666453,"stop":1728065666453,"duration":0}},{"uid":"5b4e5972f3214253","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5b4e5972f3214253","status":"passed","time":{"start":1728065956551,"stop":1728065956552,"duration":1}},{"uid":"69ad746ece5ee025","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/69ad746ece5ee025","status":"passed","time":{"start":1728056846604,"stop":1728056846604,"duration":0}},{"uid":"ad2def8c5afa24c2","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ad2def8c5afa24c2","status":"passed","time":{"start":1728056018682,"stop":1728056018682,"duration":0}},{"uid":"d5a88a659a4eb147","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d5a88a659a4eb147","status":"passed","time":{"start":1728056338847,"stop":1728056338847,"duration":0}},{"uid":"85926c8f5e831dc0","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/85926c8f5e831dc0","status":"passed","time":{"start":1728055150281,"stop":1728055150281,"duration":0}},{"uid":"f105b15a4e9b7e59","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f105b15a4e9b7e59","status":"passed","time":{"start":1728054128970,"stop":1728054128970,"duration":0}},{"uid":"6d832e47b00562c0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6d832e47b00562c0","status":"passed","time":{"start":1728052406580,"stop":1728052406580,"duration":0}},{"uid":"982be361bd53489e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/982be361bd53489e","status":"passed","time":{"start":1728046088076,"stop":1728046088076,"duration":0}},{"uid":"85e7ceff056f3d02","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/85e7ceff056f3d02","status":"passed","time":{"start":1728046872792,"stop":1728046872792,"duration":0}},{"uid":"17d6010342735dde","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/17d6010342735dde","status":"passed","time":{"start":1728042942573,"stop":1728042942573,"duration":0}},{"uid":"31e2e5b37f38d067","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/31e2e5b37f38d067","status":"passed","time":{"start":1728035505606,"stop":1728035505606,"duration":0}},{"uid":"fdb96064dd2003ee","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fdb96064dd2003ee","status":"passed","time":{"start":1728033422547,"stop":1728033422547,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"41701589302e3481","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/41701589302e3481","status":"passed","time":{"start":1728086279983,"stop":1728086279984,"duration":1}},{"uid":"88d70aefb63200df","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/88d70aefb63200df","status":"passed","time":{"start":1728085293900,"stop":1728085293900,"duration":0}},{"uid":"f06c62028015688d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f06c62028015688d","status":"passed","time":{"start":1728084101447,"stop":1728084101447,"duration":0}},{"uid":"18bfa8150e83d1d5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/18bfa8150e83d1d5","status":"passed","time":{"start":1728083168111,"stop":1728083168111,"duration":0}},{"uid":"572355783d86152","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/572355783d86152","status":"passed","time":{"start":1728082465058,"stop":1728082465058,"duration":0}},{"uid":"3e400492ed59ab8a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3e400492ed59ab8a","status":"passed","time":{"start":1728069334921,"stop":1728069334921,"duration":0}},{"uid":"9a752b233048eccb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9a752b233048eccb","status":"passed","time":{"start":1728068118328,"stop":1728068118328,"duration":0}},{"uid":"725dbdac726e2b3f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/725dbdac726e2b3f","status":"passed","time":{"start":1728043322675,"stop":1728043322676,"duration":1}},{"uid":"73869c3f6b15983","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/73869c3f6b15983","status":"passed","time":{"start":1728035930894,"stop":1728035930896,"duration":2}},{"uid":"97e870f393f49cad","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/97e870f393f49cad","status":"passed","time":{"start":1728033847225,"stop":1728033847225,"duration":0}},{"uid":"b4bbfd4caf5e9d54","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b4bbfd4caf5e9d54","status":"passed","time":{"start":1728033467596,"stop":1728033467596,"duration":0}},{"uid":"e7a0da7306309775","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e7a0da7306309775","status":"passed","time":{"start":1728033001745,"stop":1728033001746,"duration":1}},{"uid":"906a1332720df300","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/906a1332720df300","status":"passed","time":{"start":1728032629237,"stop":1728032629237,"duration":0}},{"uid":"e6f79b6f2b5ff9db","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e6f79b6f2b5ff9db","status":"passed","time":{"start":1728032360462,"stop":1728032360462,"duration":0}}]},"26cc2287fd4b268ce4751f8fb79675e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9cc486f66b7744a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b9cc486f66b7744a","status":"passed","time":{"start":1728068055952,"stop":1728068055952,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"fbf4020c8ffe8764","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fbf4020c8ffe8764","status":"passed","time":{"start":1728086033887,"stop":1728086033887,"duration":0}},{"uid":"c6b99a5f157bc30d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c6b99a5f157bc30d","status":"passed","time":{"start":1728085047244,"stop":1728085047245,"duration":1}},{"uid":"f28a78ce0f592905","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f28a78ce0f592905","status":"passed","time":{"start":1728083902768,"stop":1728083902769,"duration":1}},{"uid":"3a674b6789644c7d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3a674b6789644c7d","status":"passed","time":{"start":1728082961498,"stop":1728082961498,"duration":0}},{"uid":"55b4ce63f3c0a9d7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/55b4ce63f3c0a9d7","status":"passed","time":{"start":1728082284024,"stop":1728082284024,"duration":0}},{"uid":"17210a6a5a949846","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/17210a6a5a949846","status":"passed","time":{"start":1728069082643,"stop":1728069082643,"duration":0}},{"uid":"741704877437f884","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/741704877437f884","status":"passed","time":{"start":1728067941383,"stop":1728067941383,"duration":0}},{"uid":"dd261408166e38d1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dd261408166e38d1","status":"passed","time":{"start":1728066171564,"stop":1728066171565,"duration":1}},{"uid":"251f585903dfad28","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/251f585903dfad28","status":"passed","time":{"start":1728066512880,"stop":1728066512881,"duration":1}},{"uid":"f806c78fc52e9e0c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f806c78fc52e9e0c","status":"passed","time":{"start":1728057355627,"stop":1728057355627,"duration":0}},{"uid":"c2d88282f501507a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c2d88282f501507a","status":"passed","time":{"start":1728056563502,"stop":1728056563503,"duration":1}},{"uid":"e83d1c0346882168","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e83d1c0346882168","status":"passed","time":{"start":1728056935465,"stop":1728056935466,"duration":1}},{"uid":"5bc0c21ad7ae73c7","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/5bc0c21ad7ae73c7","status":"passed","time":{"start":1728055614335,"stop":1728055614336,"duration":1}},{"uid":"46d938af359a5761","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/46d938af359a5761","status":"passed","time":{"start":1728054752361,"stop":1728054752361,"duration":0}},{"uid":"e80fdd267c31ada2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e80fdd267c31ada2","status":"passed","time":{"start":1728052861015,"stop":1728052861015,"duration":0}},{"uid":"8929737f6ddb9b3b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8929737f6ddb9b3b","status":"passed","time":{"start":1728046783416,"stop":1728046783417,"duration":1}},{"uid":"151809cba275a87d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/151809cba275a87d","status":"passed","time":{"start":1728047429491,"stop":1728047429491,"duration":0}},{"uid":"3a4dd975d0a725f1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3a4dd975d0a725f1","status":"passed","time":{"start":1728043084133,"stop":1728043084133,"duration":0}},{"uid":"94d06ad555e06e16","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/94d06ad555e06e16","status":"passed","time":{"start":1728035601387,"stop":1728035601387,"duration":0}},{"uid":"a68412ef68acea10","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a68412ef68acea10","status":"passed","time":{"start":1728033520525,"stop":1728033520526,"duration":1}}]},"efc69ea26b5e843e055b202292ae31c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3887ab4d9d96e114","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3887ab4d9d96e114","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728066643872,"stop":1728066643872,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5795ba5d534cdccd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5795ba5d534cdccd","status":"passed","time":{"start":1728086171707,"stop":1728086171708,"duration":1}},{"uid":"73ed59676f72377","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/73ed59676f72377","status":"passed","time":{"start":1728085184702,"stop":1728085184708,"duration":6}},{"uid":"89385914ad2cb443","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/89385914ad2cb443","status":"passed","time":{"start":1728084018361,"stop":1728084018361,"duration":0}},{"uid":"f478762bad571697","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f478762bad571697","status":"passed","time":{"start":1728083065682,"stop":1728083065684,"duration":2}},{"uid":"b7ff2b0e147e850e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b7ff2b0e147e850e","status":"passed","time":{"start":1728069218843,"stop":1728069218844,"duration":1}},{"uid":"e233b5848bb19273","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e233b5848bb19273","status":"passed","time":{"start":1728046261835,"stop":1728046261836,"duration":1}},{"uid":"6a0fbf76c8acbbbc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6a0fbf76c8acbbbc","status":"passed","time":{"start":1728043204120,"stop":1728043204120,"duration":0}},{"uid":"ea8a4574c7360291","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ea8a4574c7360291","status":"passed","time":{"start":1728035785879,"stop":1728035785881,"duration":2}},{"uid":"c83bed82c15f367e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c83bed82c15f367e","status":"passed","time":{"start":1728033696359,"stop":1728033696359,"duration":0}},{"uid":"1201aab0700094d8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1201aab0700094d8","status":"passed","time":{"start":1728033319497,"stop":1728033319498,"duration":1}},{"uid":"55e2a9141e076c7c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/55e2a9141e076c7c","status":"passed","time":{"start":1728032886559,"stop":1728032886560,"duration":1}},{"uid":"22758ee02583ae4c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/22758ee02583ae4c","status":"passed","time":{"start":1728032520653,"stop":1728032520653,"duration":0}},{"uid":"a1f11684a9930b0a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a1f11684a9930b0a","status":"passed","time":{"start":1728032252779,"stop":1728032252779,"duration":0}}]},"01c5ec0469775eabad96d418613c937f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dc10cb24c17aeb6","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8dc10cb24c17aeb6","status":"passed","time":{"start":1728032955838,"stop":1728032955838,"duration":0}}]},"da038e4b22aa9739d30058d04bab66d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bb1cb9a7055e8e3b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/bb1cb9a7055e8e3b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728053941729,"stop":1728053941729,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d82afb596d375e61","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d82afb596d375e61","status":"passed","time":{"start":1728085879946,"stop":1728085879947,"duration":1}},{"uid":"204ecfcd0894cbeb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/204ecfcd0894cbeb","status":"passed","time":{"start":1728084892605,"stop":1728084892605,"duration":0}},{"uid":"c0abee96a9c96c17","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c0abee96a9c96c17","status":"passed","time":{"start":1728083759836,"stop":1728083759837,"duration":1}},{"uid":"7e7977f64c2b8ab5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7e7977f64c2b8ab5","status":"passed","time":{"start":1728082822907,"stop":1728082822907,"duration":0}},{"uid":"2f3b3c37f46836c8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2f3b3c37f46836c8","status":"passed","time":{"start":1728082155164,"stop":1728082155164,"duration":0}},{"uid":"b385938ed3a99ddd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b385938ed3a99ddd","status":"passed","time":{"start":1728068924224,"stop":1728068924224,"duration":0}},{"uid":"6958b12cbbe9d94","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6958b12cbbe9d94","status":"passed","time":{"start":1728067800272,"stop":1728067800273,"duration":1}},{"uid":"962205ce9a2e2e88","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/962205ce9a2e2e88","status":"passed","time":{"start":1728065646744,"stop":1728065646746,"duration":2}},{"uid":"34bf4fe364012360","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/34bf4fe364012360","status":"passed","time":{"start":1728065936656,"stop":1728065936656,"duration":0}},{"uid":"d5140d7fbe4537cb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d5140d7fbe4537cb","status":"passed","time":{"start":1728056827094,"stop":1728056827094,"duration":0}},{"uid":"e68d606f13aba299","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e68d606f13aba299","status":"passed","time":{"start":1728055998903,"stop":1728055998904,"duration":1}},{"uid":"dc205d2fc90e99dd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dc205d2fc90e99dd","status":"passed","time":{"start":1728056319261,"stop":1728056319262,"duration":1}},{"uid":"78692ca86300b090","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/78692ca86300b090","status":"passed","time":{"start":1728055130551,"stop":1728055130552,"duration":1}},{"uid":"c5cd5a144d63f448","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c5cd5a144d63f448","status":"passed","time":{"start":1728054109388,"stop":1728054109389,"duration":1}},{"uid":"2ceed601991141e5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2ceed601991141e5","status":"passed","time":{"start":1728052386924,"stop":1728052386925,"duration":1}},{"uid":"a1d26dc027b465c7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a1d26dc027b465c7","status":"passed","time":{"start":1728046067892,"stop":1728046067893,"duration":1}},{"uid":"15b964f5fd47cd85","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/15b964f5fd47cd85","status":"passed","time":{"start":1728046853408,"stop":1728046853408,"duration":0}},{"uid":"2d61381696b78693","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2d61381696b78693","status":"passed","time":{"start":1728042923119,"stop":1728042923120,"duration":1}},{"uid":"8a7cd1d7e52a4f90","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8a7cd1d7e52a4f90","status":"passed","time":{"start":1728035486100,"stop":1728035486100,"duration":0}},{"uid":"38fc531dad86e83a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/38fc531dad86e83a","status":"passed","time":{"start":1728033402573,"stop":1728033402573,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":14,"unknown":0,"total":24},"items":[{"uid":"501e0fceb6990bf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/501e0fceb6990bf5","status":"passed","time":{"start":1728086059811,"stop":1728086059812,"duration":1}},{"uid":"6a29ff6be517cdf6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6a29ff6be517cdf6","status":"passed","time":{"start":1728085080968,"stop":1728085080968,"duration":0}},{"uid":"8b3ad93987924b13","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8b3ad93987924b13","status":"passed","time":{"start":1728083928167,"stop":1728083928168,"duration":1}},{"uid":"f1b25d1cbb0a3ab4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f1b25d1cbb0a3ab4","status":"passed","time":{"start":1728082985568,"stop":1728082985568,"duration":0}},{"uid":"1e796dc5f5e41b72","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1e796dc5f5e41b72","status":"passed","time":{"start":1728082299741,"stop":1728082299742,"duration":1}},{"uid":"ecbbf0f01afaec85","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ecbbf0f01afaec85","status":"passed","time":{"start":1728069108979,"stop":1728069108979,"duration":0}},{"uid":"f0c879d7ef210553","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f0c879d7ef210553","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728068241747,"stop":1728068241747,"duration":0}},{"uid":"ebb16ddff2cde43e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ebb16ddff2cde43e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066126647,"stop":1728066126648,"duration":1}},{"uid":"4b3585c3a29478e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4b3585c3a29478e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066415168,"stop":1728066415169,"duration":1}},{"uid":"e2b6509ee34aa875","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e2b6509ee34aa875","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728057304939,"stop":1728057304940,"duration":1}},{"uid":"ba264204021d0859","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ba264204021d0859","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056453352,"stop":1728056453352,"duration":0}},{"uid":"f35e15219eea7134","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f35e15219eea7134","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056799400,"stop":1728056799400,"duration":0}},{"uid":"7c03b6fdcda05315","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7c03b6fdcda05315","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728055576628,"stop":1728055576629,"duration":1}},{"uid":"e003c797dcbf177e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e003c797dcbf177e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728054554815,"stop":1728054554815,"duration":0}},{"uid":"3901b763674a0136","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3901b763674a0136","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728052746417,"stop":1728052746418,"duration":1}},{"uid":"5f2465c998ac4e79","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5f2465c998ac4e79","status":"passed","time":{"start":1728046277272,"stop":1728046277273,"duration":1}},{"uid":"2776a9e42aa6abd8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2776a9e42aa6abd8","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728047334409,"stop":1728047334410,"duration":1}},{"uid":"6ebd69417c4d6385","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ebd69417c4d6385","status":"passed","time":{"start":1728043113986,"stop":1728043113986,"duration":0}},{"uid":"41c09314c8ca60fb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/41c09314c8ca60fb","status":"passed","time":{"start":1728035732765,"stop":1728035732766,"duration":1}},{"uid":"5769324da18c7b50","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5769324da18c7b50","status":"passed","time":{"start":1728033656089,"stop":1728033656090,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"ca00cf34e4419a19","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ca00cf34e4419a19","status":"passed","time":{"start":1728086260299,"stop":1728086260299,"duration":0}},{"uid":"fa103b0731833145","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fa103b0731833145","status":"passed","time":{"start":1728085269074,"stop":1728085269074,"duration":0}},{"uid":"558df0dfe1bbc516","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/558df0dfe1bbc516","status":"passed","time":{"start":1728069312628,"stop":1728069312628,"duration":0}},{"uid":"428437a5f2479fb7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/428437a5f2479fb7","status":"passed","time":{"start":1728046423432,"stop":1728046423433,"duration":1}},{"uid":"6c22abac036fbaf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6c22abac036fbaf","status":"passed","time":{"start":1728043297172,"stop":1728043297173,"duration":1}},{"uid":"1e6840d11eb17936","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1e6840d11eb17936","status":"passed","time":{"start":1728035880140,"stop":1728035880140,"duration":0}},{"uid":"de5d457bb4046de4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/de5d457bb4046de4","status":"passed","time":{"start":1728033788799,"stop":1728033788799,"duration":0}},{"uid":"e5e1889a5050433c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e5e1889a5050433c","status":"passed","time":{"start":1728033423621,"stop":1728033423622,"duration":1}},{"uid":"bf56d593c2ce2090","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bf56d593c2ce2090","status":"passed","time":{"start":1728032985094,"stop":1728032985099,"duration":5}},{"uid":"cf56324ec847d71f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cf56324ec847d71f","status":"passed","time":{"start":1728032614934,"stop":1728032614935,"duration":1}},{"uid":"a817ac0842ab85f3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a817ac0842ab85f3","status":"passed","time":{"start":1728032348369,"stop":1728032348369,"duration":0}}]},"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":11,"skipped":0,"passed":12,"unknown":0,"total":23},"items":[{"uid":"dfca8d95a814a5d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dfca8d95a814a5d2","status":"passed","time":{"start":1728086085065,"stop":1728086085066,"duration":1}},{"uid":"1d9609048d043fbb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1d9609048d043fbb","status":"passed","time":{"start":1728085105349,"stop":1728085105352,"duration":3}},{"uid":"dfe43b70ea5a6fbd","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dfe43b70ea5a6fbd","status":"passed","time":{"start":1728083951939,"stop":1728083951940,"duration":1}},{"uid":"716213deff323d58","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/716213deff323d58","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728083036814,"stop":1728083036815,"duration":1}},{"uid":"856420c84e0997df","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/856420c84e0997df","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728082352250,"stop":1728082352250,"duration":0}},{"uid":"1b8eb863c6b5f4a5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1b8eb863c6b5f4a5","status":"passed","time":{"start":1728069134715,"stop":1728069134716,"duration":1}},{"uid":"7d5129fd0f8399cf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7d5129fd0f8399cf","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728067997226,"stop":1728067997226,"duration":0}},{"uid":"9fa758bd82fb37b4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9fa758bd82fb37b4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728065938407,"stop":1728065938408,"duration":1}},{"uid":"47a7fde614ecf675","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/47a7fde614ecf675","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728066226640,"stop":1728066226640,"duration":0}},{"uid":"5696fc3356b4071a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5696fc3356b4071a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728057115875,"stop":1728057115876,"duration":1}},{"uid":"806fb71533d21bc3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/806fb71533d21bc3","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728056263818,"stop":1728056263818,"duration":0}},{"uid":"76c3ddb750642317","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/76c3ddb750642317","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728056609124,"stop":1728056609125,"duration":1}},{"uid":"da87a0291e999a98","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/da87a0291e999a98","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728055390402,"stop":1728055390402,"duration":0}},{"uid":"3fcd95957ac61b63","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3fcd95957ac61b63","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728054361802,"stop":1728054361803,"duration":1}},{"uid":"5f93fbc7df01618c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5f93fbc7df01618c","status":"passed","time":{"start":1728046296847,"stop":1728046296847,"duration":0}},{"uid":"e01d9d1bfc08d562","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e01d9d1bfc08d562","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/peer_management.spec.ts)","time":{"start":1728047142488,"stop":1728047142488,"duration":0}},{"uid":"26f95a6b6f70765a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/26f95a6b6f70765a","status":"passed","time":{"start":1728043133884,"stop":1728043133885,"duration":1}},{"uid":"550d2c641d2d79d2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/550d2c641d2d79d2","status":"passed","time":{"start":1728035726029,"stop":1728035726030,"duration":1}},{"uid":"74490b2ee0aa975a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/74490b2ee0aa975a","status":"passed","time":{"start":1728033648896,"stop":1728033648896,"duration":0}},{"uid":"928017fdad9e55ce","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/928017fdad9e55ce","status":"passed","time":{"start":1728033269355,"stop":1728033269355,"duration":0}}]},"7a154cc2d52a1687a7cdff91572b943c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd8302480c71d7f3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dd8302480c71d7f3","status":"passed","time":{"start":1728058024175,"stop":1728058024176,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"13e4f77d24fe5300","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13e4f77d24fe5300","status":"passed","time":{"start":1728086203129,"stop":1728086203129,"duration":0}},{"uid":"5fe1270adac91da5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5fe1270adac91da5","status":"passed","time":{"start":1728085221335,"stop":1728085221335,"duration":0}},{"uid":"1d813ea1cc599693","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1d813ea1cc599693","status":"passed","time":{"start":1728084029187,"stop":1728084029188,"duration":1}},{"uid":"a703acdbd2ed4dd2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a703acdbd2ed4dd2","status":"passed","time":{"start":1728083083006,"stop":1728083083008,"duration":2}},{"uid":"9f2cfa401db7292","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9f2cfa401db7292","status":"passed","time":{"start":1728082390967,"stop":1728082390967,"duration":0}},{"uid":"2e0710a536961ece","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2e0710a536961ece","status":"passed","time":{"start":1728069248380,"stop":1728069248380,"duration":0}},{"uid":"7cdc2a11cbf9d188","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7cdc2a11cbf9d188","status":"passed","time":{"start":1728068031257,"stop":1728068031257,"duration":0}},{"uid":"43be351832516dde","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/43be351832516dde","status":"passed","time":{"start":1728066046608,"stop":1728066046608,"duration":0}},{"uid":"1334148921689c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1334148921689c","status":"passed","time":{"start":1728066341479,"stop":1728066341479,"duration":0}},{"uid":"34c98426783f8c81","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/34c98426783f8c81","status":"passed","time":{"start":1728057209569,"stop":1728057209569,"duration":0}},{"uid":"489fe3110621c364","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/489fe3110621c364","status":"passed","time":{"start":1728056305031,"stop":1728056305032,"duration":1}},{"uid":"a05394ede192edc4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a05394ede192edc4","status":"passed","time":{"start":1728056720932,"stop":1728056720932,"duration":0}},{"uid":"ac5f6714abf55503","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ac5f6714abf55503","status":"passed","time":{"start":1728052606344,"stop":1728052606348,"duration":4}},{"uid":"1c01a738d17157ae","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1c01a738d17157ae","status":"passed","time":{"start":1728046448376,"stop":1728046448377,"duration":1}},{"uid":"eff2f5a09ebad43a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/eff2f5a09ebad43a","status":"passed","time":{"start":1728047258631,"stop":1728047258632,"duration":1}},{"uid":"e3c3303ee1c10caa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e3c3303ee1c10caa","status":"passed","time":{"start":1728043238300,"stop":1728043238301,"duration":1}},{"uid":"2e20ef4d73d0ea03","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2e20ef4d73d0ea03","status":"passed","time":{"start":1728035872176,"stop":1728035872177,"duration":1}},{"uid":"a93b6059355dcdf","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a93b6059355dcdf","status":"passed","time":{"start":1728033783673,"stop":1728033783674,"duration":1}},{"uid":"b1ca875b1c2918bb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b1ca875b1c2918bb","status":"passed","time":{"start":1728033410929,"stop":1728033410930,"duration":1}},{"uid":"4e055464f8016a32","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4e055464f8016a32","status":"passed","time":{"start":1728032924236,"stop":1728032924236,"duration":0}}]},"a79473a1cba80a6f01c975b45f0bd114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aaa5db09995d274","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/aaa5db09995d274","status":"passed","time":{"start":1728035898416,"stop":1728035898416,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"be80c4ba438cf387","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/be80c4ba438cf387","status":"passed","time":{"start":1728085897855,"stop":1728085897855,"duration":0}},{"uid":"3f042dc918c39099","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3f042dc918c39099","status":"passed","time":{"start":1728084911106,"stop":1728084911106,"duration":0}},{"uid":"a10610241e0fafe0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a10610241e0fafe0","status":"passed","time":{"start":1728083777447,"stop":1728083777447,"duration":0}},{"uid":"ab59b62814b94300","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ab59b62814b94300","status":"passed","time":{"start":1728082840907,"stop":1728082840908,"duration":1}},{"uid":"34aa200659c79297","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/34aa200659c79297","status":"passed","time":{"start":1728082173082,"stop":1728082173082,"duration":0}},{"uid":"839cc194aaf8f738","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/839cc194aaf8f738","status":"passed","time":{"start":1728068942358,"stop":1728068942359,"duration":1}},{"uid":"5368f19214fcece2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5368f19214fcece2","status":"passed","time":{"start":1728067817949,"stop":1728067817950,"duration":1}},{"uid":"66c216772489429e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/66c216772489429e","status":"passed","time":{"start":1728065664968,"stop":1728065664969,"duration":1}},{"uid":"c83a4585241ee5ae","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c83a4585241ee5ae","status":"passed","time":{"start":1728065954890,"stop":1728065954890,"duration":0}},{"uid":"243fdc4a6ff201f4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/243fdc4a6ff201f4","status":"passed","time":{"start":1728056845050,"stop":1728056845051,"duration":1}},{"uid":"888c551fb51367b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/888c551fb51367b","status":"passed","time":{"start":1728056016987,"stop":1728056016987,"duration":0}},{"uid":"e7e8cfd225ca7639","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e7e8cfd225ca7639","status":"passed","time":{"start":1728056337251,"stop":1728056337251,"duration":0}},{"uid":"ecaf64855ad521af","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ecaf64855ad521af","status":"passed","time":{"start":1728055148760,"stop":1728055148760,"duration":0}},{"uid":"13efde25f8f9f854","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/13efde25f8f9f854","status":"passed","time":{"start":1728054127194,"stop":1728054127194,"duration":0}},{"uid":"3943d6243b41d65c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3943d6243b41d65c","status":"passed","time":{"start":1728052404923,"stop":1728052404923,"duration":0}},{"uid":"fe4efc16bfe13d8e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fe4efc16bfe13d8e","status":"passed","time":{"start":1728046086248,"stop":1728046086248,"duration":0}},{"uid":"306e7bb32143a243","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/306e7bb32143a243","status":"passed","time":{"start":1728046871098,"stop":1728046871098,"duration":0}},{"uid":"8577d7856c787087","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8577d7856c787087","status":"passed","time":{"start":1728042940928,"stop":1728042940928,"duration":0}},{"uid":"4da8850c56a34b00","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4da8850c56a34b00","status":"passed","time":{"start":1728035504146,"stop":1728035504146,"duration":0}},{"uid":"848f8ef49a86a9ec","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/848f8ef49a86a9ec","status":"passed","time":{"start":1728033420769,"stop":1728033420770,"duration":1}}]},"7c21328ed8b82bce9f0adef1a938ca2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91f4984b3e98ef2f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/91f4984b3e98ef2f","status":"passed","time":{"start":1728084029173,"stop":1728084029173,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"26aa40c9a367445","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/26aa40c9a367445","status":"passed","time":{"start":1728086279985,"stop":1728086279985,"duration":0}},{"uid":"38c38eaf5e532e1b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/38c38eaf5e532e1b","status":"passed","time":{"start":1728085293903,"stop":1728085293904,"duration":1}},{"uid":"3a5caa5aedf2e98d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3a5caa5aedf2e98d","status":"passed","time":{"start":1728084101448,"stop":1728084101449,"duration":1}},{"uid":"a23e8e6fff5fd8c4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a23e8e6fff5fd8c4","status":"passed","time":{"start":1728083168112,"stop":1728083168112,"duration":0}},{"uid":"7b6e754942b1a789","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7b6e754942b1a789","status":"passed","time":{"start":1728082465059,"stop":1728082465060,"duration":1}},{"uid":"78386c20914f0890","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/78386c20914f0890","status":"passed","time":{"start":1728069334921,"stop":1728069334921,"duration":0}},{"uid":"e0400022f4554d57","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e0400022f4554d57","status":"passed","time":{"start":1728068118328,"stop":1728068118330,"duration":2}},{"uid":"acdcc0d0a35d4707","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/acdcc0d0a35d4707","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728066355582,"stop":1728066355582,"duration":0}},{"uid":"16c918e92d0f9318","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/16c918e92d0f9318","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728066663037,"stop":1728066663037,"duration":0}},{"uid":"37741479d2946ee7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/37741479d2946ee7","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728057521054,"stop":1728057521054,"duration":0}},{"uid":"be6f471575eb499e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/be6f471575eb499e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728056636126,"stop":1728056636127,"duration":1}},{"uid":"ee600e0184156596","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ee600e0184156596","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728057050451,"stop":1728057050451,"duration":0}},{"uid":"cc9e50eaed30f11f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/cc9e50eaed30f11f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728052896600,"stop":1728052896600,"duration":0}},{"uid":"9f9317b5d647767a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9f9317b5d647767a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728046745290,"stop":1728046745291,"duration":1}},{"uid":"4fd49300fbba1a7e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4fd49300fbba1a7e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728047579660,"stop":1728047579660,"duration":0}},{"uid":"b84b85f9caa7d07","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b84b85f9caa7d07","status":"passed","time":{"start":1728043322677,"stop":1728043322677,"duration":0}},{"uid":"948a9481999341d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/948a9481999341d","status":"passed","time":{"start":1728035930897,"stop":1728035930897,"duration":0}},{"uid":"e9bd001589ec43a2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e9bd001589ec43a2","status":"passed","time":{"start":1728033847226,"stop":1728033847226,"duration":0}},{"uid":"c2c9cdad549f5677","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c2c9cdad549f5677","status":"passed","time":{"start":1728033467597,"stop":1728033467597,"duration":0}},{"uid":"2de6b7a0745e645e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2de6b7a0745e645e","status":"passed","time":{"start":1728033001746,"stop":1728033001746,"duration":0}}]},"719a7ccce65563b41594b2d014e568d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a68f8e332d480b2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8a68f8e332d480b2","status":"passed","time":{"start":1728033444792,"stop":1728033444792,"duration":0}}]},"6cee29f6ec03977ac91ce1620ad536fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4255341be406ec37","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4255341be406ec37","status":"passed","time":{"start":1728086235212,"stop":1728086235213,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"bd6d7daa009602a4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bd6d7daa009602a4","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0}},{"uid":"7b3ae8dc4c4bc3fc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7b3ae8dc4c4bc3fc","status":"passed","time":{"start":1728084971922,"stop":1728084971922,"duration":0}},{"uid":"e84320c6c5100133","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e84320c6c5100133","status":"passed","time":{"start":1728083836935,"stop":1728083836935,"duration":0}},{"uid":"55a581888a5ff0f1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/55a581888a5ff0f1","status":"passed","time":{"start":1728082900672,"stop":1728082900672,"duration":0}},{"uid":"e9a3185ce5663c62","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e9a3185ce5663c62","status":"passed","time":{"start":1728082234249,"stop":1728082234250,"duration":1}},{"uid":"fc59a7fb80f23038","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fc59a7fb80f23038","status":"passed","time":{"start":1728069004058,"stop":1728069004058,"duration":0}},{"uid":"7bbdde2f178ac2b6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7bbdde2f178ac2b6","status":"passed","time":{"start":1728067877849,"stop":1728067877849,"duration":0}},{"uid":"cf4ac80153c8dbe7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cf4ac80153c8dbe7","status":"passed","time":{"start":1728065726136,"stop":1728065726136,"duration":0}},{"uid":"2986aeede43ca7d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2986aeede43ca7d","status":"passed","time":{"start":1728066014609,"stop":1728066014609,"duration":0}},{"uid":"47c9838e14e36612","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/47c9838e14e36612","status":"passed","time":{"start":1728056904361,"stop":1728056904361,"duration":0}},{"uid":"1c92a49f14b53094","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1c92a49f14b53094","status":"passed","time":{"start":1728056077510,"stop":1728056077510,"duration":0}},{"uid":"37b6620785b530cf","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/37b6620785b530cf","status":"passed","time":{"start":1728056396933,"stop":1728056396934,"duration":1}},{"uid":"5499d2dbe7531fa4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/5499d2dbe7531fa4","status":"passed","time":{"start":1728055208888,"stop":1728055208888,"duration":0}},{"uid":"6ac7ecd5c4925f11","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6ac7ecd5c4925f11","status":"passed","time":{"start":1728054186963,"stop":1728054186963,"duration":0}},{"uid":"d34dd58e317a2c8c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d34dd58e317a2c8c","status":"passed","time":{"start":1728052465445,"stop":1728052465446,"duration":1}},{"uid":"d4a83549e813cab3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d4a83549e813cab3","status":"passed","time":{"start":1728046146803,"stop":1728046146804,"duration":1}},{"uid":"df5f0879a571a4d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/df5f0879a571a4d","status":"passed","time":{"start":1728046931950,"stop":1728046931950,"duration":0}},{"uid":"81cf159d3fa52e1a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81cf159d3fa52e1a","status":"passed","time":{"start":1728043000896,"stop":1728043000897,"duration":1}},{"uid":"e42e8dddffaea050","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e42e8dddffaea050","status":"passed","time":{"start":1728035564100,"stop":1728035564101,"duration":1}},{"uid":"c1f944747cc8e6fe","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c1f944747cc8e6fe","status":"passed","time":{"start":1728033481621,"stop":1728033481622,"duration":1}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"36295ac851c78579","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36295ac851c78579","status":"passed","time":{"start":1728085864178,"stop":1728085864179,"duration":1}},{"uid":"85d53c0111abc10f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/85d53c0111abc10f","status":"passed","time":{"start":1728084876407,"stop":1728084876407,"duration":0}},{"uid":"a9a320d2f236a5a8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a9a320d2f236a5a8","status":"passed","time":{"start":1728083744363,"stop":1728083744363,"duration":0}},{"uid":"3826ce6c901d39c7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3826ce6c901d39c7","status":"passed","time":{"start":1728082807456,"stop":1728082807457,"duration":1}},{"uid":"6d4b305eee96b527","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6d4b305eee96b527","status":"passed","time":{"start":1728082139325,"stop":1728082139325,"duration":0}},{"uid":"bf6f2770f461ce9d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bf6f2770f461ce9d","status":"passed","time":{"start":1728068908065,"stop":1728068908065,"duration":0}},{"uid":"424258ee818933eb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/424258ee818933eb","status":"passed","time":{"start":1728067784717,"stop":1728067784717,"duration":0}},{"uid":"5d798289f9d93766","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5d798289f9d93766","status":"passed","time":{"start":1728065631522,"stop":1728065631522,"duration":0}},{"uid":"f14723f1e01802c8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f14723f1e01802c8","status":"passed","time":{"start":1728065920834,"stop":1728065920834,"duration":0}},{"uid":"c27d363995e4ec5b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c27d363995e4ec5b","status":"passed","time":{"start":1728056811593,"stop":1728056811593,"duration":0}},{"uid":"414e6649e2e6a465","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/414e6649e2e6a465","status":"passed","time":{"start":1728055983149,"stop":1728055983149,"duration":0}},{"uid":"a358ec45fe0b80af","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a358ec45fe0b80af","status":"passed","time":{"start":1728056303689,"stop":1728056303689,"duration":0}},{"uid":"8ee8fb2a99db85e0","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8ee8fb2a99db85e0","status":"passed","time":{"start":1728055114821,"stop":1728055114821,"duration":0}},{"uid":"db8217eb2c848928","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/db8217eb2c848928","status":"passed","time":{"start":1728054093610,"stop":1728054093610,"duration":0}},{"uid":"beaa3b0d0e40a0b2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/beaa3b0d0e40a0b2","status":"passed","time":{"start":1728052371196,"stop":1728052371196,"duration":0}},{"uid":"deb414d0b7383ceb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/deb414d0b7383ceb","status":"passed","time":{"start":1728046051733,"stop":1728046051733,"duration":0}},{"uid":"bd8bcd00de1bd58c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd8bcd00de1bd58c","status":"passed","time":{"start":1728046837818,"stop":1728046837818,"duration":0}},{"uid":"e1b8485467f1abd8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e1b8485467f1abd8","status":"passed","time":{"start":1728042907590,"stop":1728042907590,"duration":0}},{"uid":"a01643c403a73f3a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a01643c403a73f3a","status":"passed","time":{"start":1728035469891,"stop":1728035469891,"duration":0}},{"uid":"65f86a9a7bc99706","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/65f86a9a7bc99706","status":"passed","time":{"start":1728033386403,"stop":1728033386403,"duration":0}}]},"9f81067cb669431718f57517554b46f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81cd5d9db6abe0fc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81cd5d9db6abe0fc","status":"passed","time":{"start":1728043204074,"stop":1728043204074,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"f586e3bf4ae2c9b4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f586e3bf4ae2c9b4","status":"passed","time":{"start":1728086260326,"stop":1728086260327,"duration":1}},{"uid":"39643e0e3605edc3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/39643e0e3605edc3","status":"passed","time":{"start":1728085269096,"stop":1728085269096,"duration":0}},{"uid":"f57c6a3230c0fd3f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f57c6a3230c0fd3f","status":"passed","time":{"start":1728069312654,"stop":1728069312655,"duration":1}},{"uid":"8b036ff019131d50","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8b036ff019131d50","status":"passed","time":{"start":1728046423468,"stop":1728046423468,"duration":0}},{"uid":"cc7810876384a869","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc7810876384a869","status":"passed","time":{"start":1728043297214,"stop":1728043297216,"duration":2}},{"uid":"c98bc33c60c77e44","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c98bc33c60c77e44","status":"passed","time":{"start":1728035880197,"stop":1728035880198,"duration":1}},{"uid":"ae570408c70feb65","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ae570408c70feb65","status":"passed","time":{"start":1728033788853,"stop":1728033788853,"duration":0}},{"uid":"dfb2560ca5dccd1b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/dfb2560ca5dccd1b","status":"passed","time":{"start":1728033423669,"stop":1728033423669,"duration":0}},{"uid":"446209c07fe30dd9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/446209c07fe30dd9","status":"passed","time":{"start":1728032985182,"stop":1728032985182,"duration":0}},{"uid":"5df7218b1374388f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5df7218b1374388f","status":"passed","time":{"start":1728032614965,"stop":1728032614965,"duration":0}},{"uid":"c738b63643ad654c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c738b63643ad654c","status":"passed","time":{"start":1728032348444,"stop":1728032348444,"duration":0}}]},"fb0fb93e66afba674b4aff57b657e723:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad6832cc52d6b395","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ad6832cc52d6b395","status":"passed","time":{"start":1728084067144,"stop":1728084067144,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":20,"unknown":0,"total":21},"items":[{"uid":"9ec36b643a73826b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ec36b643a73826b","status":"passed","time":{"start":1728086033876,"stop":1728086033877,"duration":1}},{"uid":"1c6e21a2a05d9be4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1c6e21a2a05d9be4","status":"passed","time":{"start":1728085047239,"stop":1728085047240,"duration":1}},{"uid":"bc0b7258c346321a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bc0b7258c346321a","status":"passed","time":{"start":1728083902761,"stop":1728083902761,"duration":0}},{"uid":"e01a6e2ceffa48ce","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e01a6e2ceffa48ce","status":"passed","time":{"start":1728082961491,"stop":1728082961491,"duration":0}},{"uid":"bc3941b73a1e2ef0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bc3941b73a1e2ef0","status":"passed","time":{"start":1728082284020,"stop":1728082284020,"duration":0}},{"uid":"342cacfbd81d3bf7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/342cacfbd81d3bf7","status":"passed","time":{"start":1728069082625,"stop":1728069082625,"duration":0}},{"uid":"38ac8f55213e805d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/38ac8f55213e805d","status":"passed","time":{"start":1728067941379,"stop":1728067941379,"duration":0}},{"uid":"a81ecbd6367f5dee","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a81ecbd6367f5dee","status":"passed","time":{"start":1728066171559,"stop":1728066171559,"duration":0}},{"uid":"f25a5c7a773a9993","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f25a5c7a773a9993","status":"passed","time":{"start":1728066512874,"stop":1728066512874,"duration":0}},{"uid":"520864621fbfe518","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/520864621fbfe518","status":"passed","time":{"start":1728057355622,"stop":1728057355623,"duration":1}},{"uid":"c5d63d1bb4f83137","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c5d63d1bb4f83137","status":"passed","time":{"start":1728056563493,"stop":1728056563494,"duration":1}},{"uid":"c66ca02cf203cf1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c66ca02cf203cf1","status":"passed","time":{"start":1728056935461,"stop":1728056935461,"duration":0}},{"uid":"57a4913f9cb99e0d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/57a4913f9cb99e0d","status":"passed","time":{"start":1728055614332,"stop":1728055614332,"duration":0}},{"uid":"2b61db979fd4bbe4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2b61db979fd4bbe4","status":"passed","time":{"start":1728054752356,"stop":1728054752357,"duration":1}},{"uid":"403325efced40e09","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/403325efced40e09","status":"passed","time":{"start":1728052861011,"stop":1728052861011,"duration":0}},{"uid":"714cbda413273b24","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/714cbda413273b24","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728046783410,"stop":1728046783411,"duration":1}},{"uid":"2a5080a94187adeb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2a5080a94187adeb","status":"passed","time":{"start":1728047429485,"stop":1728047429485,"duration":0}},{"uid":"c3343a3e50f9510e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c3343a3e50f9510e","status":"passed","time":{"start":1728043084129,"stop":1728043084129,"duration":0}},{"uid":"99dc63154b75a2d1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/99dc63154b75a2d1","status":"passed","time":{"start":1728032746175,"stop":1728032746176,"duration":1}},{"uid":"dd963c87b049c561","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/dd963c87b049c561","status":"passed","time":{"start":1728032390178,"stop":1728032390178,"duration":0}}]},"4ac6c447df695ceb004e11d8d6048c7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b013d70d9a283627","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b013d70d9a283627","status":"passed","time":{"start":1728069281362,"stop":1728069281363,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"127c655b7f4f0843","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/127c655b7f4f0843","status":"passed","time":{"start":1728086288535,"stop":1728086288535,"duration":0}},{"uid":"343a9267cca04160","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/343a9267cca04160","status":"passed","time":{"start":1728085325148,"stop":1728085325148,"duration":0}},{"uid":"2fadd74f31f2125d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2fadd74f31f2125d","status":"passed","time":{"start":1728084110052,"stop":1728084110052,"duration":0}},{"uid":"f9f4a63700300d87","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f9f4a63700300d87","status":"passed","time":{"start":1728083177504,"stop":1728083177504,"duration":0}},{"uid":"12c1dad173d70ad","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/12c1dad173d70ad","status":"passed","time":{"start":1728082503168,"stop":1728082503169,"duration":1}},{"uid":"9565fd52dbe73462","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9565fd52dbe73462","status":"passed","time":{"start":1728069339891,"stop":1728069339891,"duration":0}},{"uid":"5153bbc396c654df","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5153bbc396c654df","status":"passed","time":{"start":1728068155277,"stop":1728068155277,"duration":0}},{"uid":"ca3b1ef2e8e80175","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ca3b1ef2e8e80175","status":"passed","time":{"start":1728066442661,"stop":1728066442661,"duration":0}},{"uid":"fe6399b81e2df22c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fe6399b81e2df22c","status":"passed","time":{"start":1728066758720,"stop":1728066758720,"duration":0}},{"uid":"a259a21e5c8648cd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a259a21e5c8648cd","status":"passed","time":{"start":1728057634529,"stop":1728057634529,"duration":0}},{"uid":"5ca048dad0c2ffa4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5ca048dad0c2ffa4","status":"passed","time":{"start":1728057165980,"stop":1728057165981,"duration":1}},{"uid":"6bd1da47369ad382","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6bd1da47369ad382","status":"passed","time":{"start":1728046907450,"stop":1728046907450,"duration":0}},{"uid":"5f075f24b9d51396","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5f075f24b9d51396","status":"passed","time":{"start":1728047695334,"stop":1728047695334,"duration":0}},{"uid":"915e5b5a5934a813","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/915e5b5a5934a813","status":"passed","time":{"start":1728043326906,"stop":1728043326906,"duration":0}},{"uid":"d797b1b64163fd6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d797b1b64163fd6","status":"passed","time":{"start":1728035952585,"stop":1728035952585,"duration":0}},{"uid":"2d7c74d7097a51a6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2d7c74d7097a51a6","status":"passed","time":{"start":1728033868129,"stop":1728033868129,"duration":0}},{"uid":"1859aa786d5d75","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1859aa786d5d75","status":"passed","time":{"start":1728033488366,"stop":1728033488366,"duration":0}},{"uid":"a10eab6b8b5773fc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a10eab6b8b5773fc","status":"passed","time":{"start":1728033011925,"stop":1728033011926,"duration":1}},{"uid":"57096ba73db464dc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/57096ba73db464dc","status":"passed","time":{"start":1728032645887,"stop":1728032645887,"duration":0}},{"uid":"9f033f2e4c6075e4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/9f033f2e4c6075e4","status":"passed","time":{"start":1728032371679,"stop":1728032371679,"duration":0}}]},"afad109de016fba6ce6ad0e72ef37130:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b15731290b29573b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b15731290b29573b","status":"passed","time":{"start":1728032955841,"stop":1728032955841,"duration":0}}]},"bec06cb85759c9153c7910d788d25b7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7209452dbbc26877","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7209452dbbc26877","status":"passed","time":{"start":1728069309219,"stop":1728069309219,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ab99c00275b6fd32","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab99c00275b6fd32","status":"passed","time":{"start":1728085872165,"stop":1728085872165,"duration":0}},{"uid":"fe272ad6bb0df7c9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fe272ad6bb0df7c9","status":"passed","time":{"start":1728084884493,"stop":1728084884493,"duration":0}},{"uid":"c858c9e5044388ff","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c858c9e5044388ff","status":"passed","time":{"start":1728083751983,"stop":1728083751984,"duration":1}},{"uid":"c796d974f593a5f1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c796d974f593a5f1","status":"passed","time":{"start":1728082815031,"stop":1728082815032,"duration":1}},{"uid":"9d9f7fdf27ba22be","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9d9f7fdf27ba22be","status":"passed","time":{"start":1728082147316,"stop":1728082147317,"duration":1}},{"uid":"a486c47bbd68081b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a486c47bbd68081b","status":"passed","time":{"start":1728068916319,"stop":1728068916319,"duration":0}},{"uid":"8cc68111ad29573c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8cc68111ad29573c","status":"passed","time":{"start":1728067792188,"stop":1728067792188,"duration":0}},{"uid":"9553040aa467c79a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9553040aa467c79a","status":"passed","time":{"start":1728065639252,"stop":1728065639252,"duration":0}},{"uid":"d781e4fd4ba11122","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d781e4fd4ba11122","status":"passed","time":{"start":1728065928756,"stop":1728065928756,"duration":0}},{"uid":"4b46ffa0f10f0ba8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4b46ffa0f10f0ba8","status":"passed","time":{"start":1728056819196,"stop":1728056819196,"duration":0}},{"uid":"bc8723eaf300bdf3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bc8723eaf300bdf3","status":"passed","time":{"start":1728055990806,"stop":1728055990807,"duration":1}},{"uid":"d48e14dc287aee97","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d48e14dc287aee97","status":"passed","time":{"start":1728056311521,"stop":1728056311521,"duration":0}},{"uid":"c6bc31fd63b352a1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c6bc31fd63b352a1","status":"passed","time":{"start":1728055122698,"stop":1728055122699,"duration":1}},{"uid":"9f3ad6afc21ced22","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9f3ad6afc21ced22","status":"passed","time":{"start":1728054101374,"stop":1728054101374,"duration":0}},{"uid":"2e5f69237e9ab425","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2e5f69237e9ab425","status":"passed","time":{"start":1728052379035,"stop":1728052379035,"duration":0}},{"uid":"ac4b3b5844c51511","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ac4b3b5844c51511","status":"passed","time":{"start":1728046059820,"stop":1728046059820,"duration":0}},{"uid":"ba197520b17f4aaa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ba197520b17f4aaa","status":"passed","time":{"start":1728046845706,"stop":1728046845708,"duration":2}},{"uid":"cb0ba44a65d01779","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cb0ba44a65d01779","status":"passed","time":{"start":1728042915323,"stop":1728042915324,"duration":1}},{"uid":"8cdeca665af95bf4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8cdeca665af95bf4","status":"passed","time":{"start":1728035477903,"stop":1728035477904,"duration":1}},{"uid":"b004861477b68fb3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b004861477b68fb3","status":"passed","time":{"start":1728033394388,"stop":1728033394389,"duration":1}}]},"d7671b6ca150b7556a2e57f5f60e1d97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afdef7aba8daf79b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/afdef7aba8daf79b","status":"passed","time":{"start":1728084056984,"stop":1728084056988,"duration":4}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"3e3781da6a0760a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3e3781da6a0760a0","status":"passed","time":{"start":1728085929876,"stop":1728085929876,"duration":0}},{"uid":"e65e42c14ccbd3d5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e65e42c14ccbd3d5","status":"passed","time":{"start":1728084940318,"stop":1728084940318,"duration":0}},{"uid":"884cccaf7d64837c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/884cccaf7d64837c","status":"passed","time":{"start":1728083807039,"stop":1728083807039,"duration":0}},{"uid":"5b2738d7f4002652","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5b2738d7f4002652","status":"passed","time":{"start":1728082878428,"stop":1728082878428,"duration":0}},{"uid":"15065ea6f1bd1ba1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/15065ea6f1bd1ba1","status":"passed","time":{"start":1728082208565,"stop":1728082208565,"duration":0}},{"uid":"a387ac755ef36cbb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a387ac755ef36cbb","status":"passed","time":{"start":1728068975097,"stop":1728068975098,"duration":1}},{"uid":"1744185feb036701","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1744185feb036701","status":"passed","time":{"start":1728067846901,"stop":1728067846901,"duration":0}},{"uid":"31f70a9138f72262","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/31f70a9138f72262","status":"passed","time":{"start":1728065698202,"stop":1728065698202,"duration":0}},{"uid":"c80cc6a9ba904d2f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c80cc6a9ba904d2f","status":"passed","time":{"start":1728065985242,"stop":1728065985242,"duration":0}},{"uid":"2980f8d71519d5e1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2980f8d71519d5e1","status":"passed","time":{"start":1728056875690,"stop":1728056875690,"duration":0}},{"uid":"9d272cd2ed134879","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9d272cd2ed134879","status":"passed","time":{"start":1728056052793,"stop":1728056052793,"duration":0}},{"uid":"30bacc1103715196","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/30bacc1103715196","status":"passed","time":{"start":1728056368493,"stop":1728056368494,"duration":1}},{"uid":"855f953c1f27d29f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/855f953c1f27d29f","status":"passed","time":{"start":1728055192611,"stop":1728055192612,"duration":1}},{"uid":"7e21be0906562679","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7e21be0906562679","status":"passed","time":{"start":1728054161277,"stop":1728054161278,"duration":1}},{"uid":"73ac7e5f536ed66d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/73ac7e5f536ed66d","status":"passed","time":{"start":1728052440363,"stop":1728052440363,"duration":0}},{"uid":"3dbcb2079154f85a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3dbcb2079154f85a","status":"passed","time":{"start":1728046118135,"stop":1728046118136,"duration":1}},{"uid":"3e494c430b238773","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3e494c430b238773","status":"passed","time":{"start":1728046914095,"stop":1728046914095,"duration":0}},{"uid":"6d2c1dc003a5462e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6d2c1dc003a5462e","status":"passed","time":{"start":1728042972081,"stop":1728042972081,"duration":0}},{"uid":"129d59025675b68","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/129d59025675b68","status":"passed","time":{"start":1728035535018,"stop":1728035535020,"duration":2}},{"uid":"1afb1950afea3ee4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1afb1950afea3ee4","status":"passed","time":{"start":1728033452173,"stop":1728033452173,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"326e43d53f7c8713","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/326e43d53f7c8713","status":"passed","time":{"start":1728085864157,"stop":1728085864158,"duration":1}},{"uid":"1b20dbd3a258bdb8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1b20dbd3a258bdb8","status":"passed","time":{"start":1728084876386,"stop":1728084876386,"duration":0}},{"uid":"3075792da85b830b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3075792da85b830b","status":"passed","time":{"start":1728083744343,"stop":1728083744343,"duration":0}},{"uid":"f23eeb4eacecf24b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f23eeb4eacecf24b","status":"passed","time":{"start":1728082807436,"stop":1728082807436,"duration":0}},{"uid":"d124e518b085fcc4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d124e518b085fcc4","status":"passed","time":{"start":1728082139303,"stop":1728082139303,"duration":0}},{"uid":"5bef5032ac25cbd1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5bef5032ac25cbd1","status":"passed","time":{"start":1728068908041,"stop":1728068908042,"duration":1}},{"uid":"92bc3e28e2c22b3f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/92bc3e28e2c22b3f","status":"passed","time":{"start":1728067784698,"stop":1728067784698,"duration":0}},{"uid":"f4bf2b04d7dd29b4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f4bf2b04d7dd29b4","status":"passed","time":{"start":1728065631501,"stop":1728065631501,"duration":0}},{"uid":"b54b3229d017ccb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b54b3229d017ccb","status":"passed","time":{"start":1728065920812,"stop":1728065920813,"duration":1}},{"uid":"a2dc85a579f8c19a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a2dc85a579f8c19a","status":"passed","time":{"start":1728056811570,"stop":1728056811570,"duration":0}},{"uid":"79fe196e35867112","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/79fe196e35867112","status":"passed","time":{"start":1728055983128,"stop":1728055983128,"duration":0}},{"uid":"3f07eb377f9000d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3f07eb377f9000d","status":"passed","time":{"start":1728056303672,"stop":1728056303672,"duration":0}},{"uid":"37d863a10150439c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/37d863a10150439c","status":"passed","time":{"start":1728055114800,"stop":1728055114800,"duration":0}},{"uid":"76d36ad8c551952f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/76d36ad8c551952f","status":"passed","time":{"start":1728054093586,"stop":1728054093586,"duration":0}},{"uid":"1b4d3de447902f41","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1b4d3de447902f41","status":"passed","time":{"start":1728052371170,"stop":1728052371170,"duration":0}},{"uid":"63608083e3836ced","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/63608083e3836ced","status":"passed","time":{"start":1728046051710,"stop":1728046051710,"duration":0}},{"uid":"de88d22251574792","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/de88d22251574792","status":"passed","time":{"start":1728046837798,"stop":1728046837799,"duration":1}},{"uid":"3478a8258cc875b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3478a8258cc875b","status":"passed","time":{"start":1728042907571,"stop":1728042907571,"duration":0}},{"uid":"87718d4674ff7342","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/87718d4674ff7342","status":"passed","time":{"start":1728035469874,"stop":1728035469874,"duration":0}},{"uid":"b3e4127aba5f78c2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b3e4127aba5f78c2","status":"passed","time":{"start":1728033386382,"stop":1728033386382,"duration":0}}]},"69c7094616cdaa21637a674c19b7c7cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f01b86a97b5545","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7f01b86a97b5545","status":"passed","time":{"start":1728033823634,"stop":1728033823634,"duration":0}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a415290d7da56ef8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a415290d7da56ef8","status":"passed","time":{"start":1728085864144,"stop":1728085864145,"duration":1}},{"uid":"4252b628bd011d99","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4252b628bd011d99","status":"passed","time":{"start":1728084876373,"stop":1728084876374,"duration":1}},{"uid":"ee1a7021db8373a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ee1a7021db8373a","status":"passed","time":{"start":1728083744330,"stop":1728083744331,"duration":1}},{"uid":"3b2a153ccd82755c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3b2a153ccd82755c","status":"passed","time":{"start":1728082807423,"stop":1728082807423,"duration":0}},{"uid":"ff52289ee1363317","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ff52289ee1363317","status":"passed","time":{"start":1728082139289,"stop":1728082139290,"duration":1}},{"uid":"e21108a8f52bda49","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e21108a8f52bda49","status":"passed","time":{"start":1728068908027,"stop":1728068908027,"duration":0}},{"uid":"d7a0a8e93b3eb27a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d7a0a8e93b3eb27a","status":"passed","time":{"start":1728067784685,"stop":1728067784686,"duration":1}},{"uid":"fe6a5a527f9488bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fe6a5a527f9488bd","status":"passed","time":{"start":1728065631487,"stop":1728065631488,"duration":1}},{"uid":"1fe2a41a49777dc9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1fe2a41a49777dc9","status":"passed","time":{"start":1728065920798,"stop":1728065920798,"duration":0}},{"uid":"8db943c6bacfd2bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8db943c6bacfd2bd","status":"passed","time":{"start":1728056811554,"stop":1728056811555,"duration":1}},{"uid":"9e7fb20ffd53a030","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9e7fb20ffd53a030","status":"passed","time":{"start":1728055983114,"stop":1728055983114,"duration":0}},{"uid":"2c6fb90775e5a309","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2c6fb90775e5a309","status":"passed","time":{"start":1728056303666,"stop":1728056303666,"duration":0}},{"uid":"70a224f29dd5d8ce","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/70a224f29dd5d8ce","status":"passed","time":{"start":1728055114787,"stop":1728055114788,"duration":1}},{"uid":"3845404a552b8bd7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3845404a552b8bd7","status":"passed","time":{"start":1728054093573,"stop":1728054093573,"duration":0}},{"uid":"75df71569f984615","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/75df71569f984615","status":"passed","time":{"start":1728052371157,"stop":1728052371158,"duration":1}},{"uid":"3a1606647bfb853a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3a1606647bfb853a","status":"passed","time":{"start":1728046051695,"stop":1728046051696,"duration":1}},{"uid":"69df35295fc34c28","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/69df35295fc34c28","status":"passed","time":{"start":1728046837785,"stop":1728046837786,"duration":1}},{"uid":"c28032543d24fb92","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c28032543d24fb92","status":"passed","time":{"start":1728042907559,"stop":1728042907560,"duration":1}},{"uid":"a24d95b2fca2ca1a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a24d95b2fca2ca1a","status":"passed","time":{"start":1728035469864,"stop":1728035469864,"duration":0}},{"uid":"cb2d0c997dddca59","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cb2d0c997dddca59","status":"passed","time":{"start":1728033386369,"stop":1728033386369,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d737a910277b14e6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d737a910277b14e6","status":"passed","time":{"start":1728086260330,"stop":1728086260330,"duration":0}},{"uid":"42ad51ff69772b08","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/42ad51ff69772b08","status":"passed","time":{"start":1728085269097,"stop":1728085269098,"duration":1}},{"uid":"f1aa25f02a639cc7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f1aa25f02a639cc7","status":"passed","time":{"start":1728069312657,"stop":1728069312657,"duration":0}},{"uid":"fa55616db57ab2a7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fa55616db57ab2a7","status":"passed","time":{"start":1728046423470,"stop":1728046423470,"duration":0}},{"uid":"b05419d253525cc1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b05419d253525cc1","status":"passed","time":{"start":1728043297219,"stop":1728043297219,"duration":0}},{"uid":"4201f44bac050661","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4201f44bac050661","status":"passed","time":{"start":1728035880199,"stop":1728035880199,"duration":0}},{"uid":"9db5863daf0143b3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9db5863daf0143b3","status":"passed","time":{"start":1728033788857,"stop":1728033788858,"duration":1}},{"uid":"e7b27052e2aaaaca","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e7b27052e2aaaaca","status":"passed","time":{"start":1728033423670,"stop":1728033423671,"duration":1}},{"uid":"83171985f06f1dca","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/83171985f06f1dca","status":"passed","time":{"start":1728032985186,"stop":1728032985186,"duration":0}},{"uid":"fcdcab199762dd79","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fcdcab199762dd79","status":"passed","time":{"start":1728032614967,"stop":1728032614967,"duration":0}},{"uid":"397e1dc0f6f34581","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/397e1dc0f6f34581","status":"passed","time":{"start":1728032348448,"stop":1728032348448,"duration":0}}]},"c0045434d844f61723e3283e9a01cb6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c64a77ef73c93c5","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c64a77ef73c93c5","status":"passed","time":{"start":1728055090241,"stop":1728055090242,"duration":1}}]},"b533272eea1321a82e8bf990f4b724b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f25d354e1f430ea6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f25d354e1f430ea6","status":"passed","time":{"start":1728043300955,"stop":1728043300955,"duration":0}}]},"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"e7e4df141b17886","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e7e4df141b17886","status":"passed","time":{"start":1728086150764,"stop":1728086150764,"duration":0}},{"uid":"ca88954c21c69922","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ca88954c21c69922","status":"passed","time":{"start":1728085165537,"stop":1728085165538,"duration":1}},{"uid":"dd11f7ddcd6c31de","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dd11f7ddcd6c31de","status":"passed","time":{"start":1728083991596,"stop":1728083991597,"duration":1}},{"uid":"fe452a273b0fc5e7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fe452a273b0fc5e7","status":"passed","time":{"start":1728083028048,"stop":1728083028049,"duration":1}},{"uid":"3284d91619610636","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3284d91619610636","status":"passed","time":{"start":1728082357526,"stop":1728082357526,"duration":0}},{"uid":"d677013f8a3169ee","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d677013f8a3169ee","status":"passed","time":{"start":1728069194205,"stop":1728069194205,"duration":0}},{"uid":"7a93eccd44351b4c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7a93eccd44351b4c","status":"passed","time":{"start":1728067984172,"stop":1728067984172,"duration":0}},{"uid":"6ac537b7bfa29f39","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ac537b7bfa29f39","status":"passed","time":{"start":1728066548712,"stop":1728066548712,"duration":0}},{"uid":"27173698a61a7c4b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/27173698a61a7c4b","status":"passed","time":{"start":1728066835721,"stop":1728066835722,"duration":1}},{"uid":"f90867409de51b8c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f90867409de51b8c","status":"passed","time":{"start":1728057726209,"stop":1728057726209,"duration":0}},{"uid":"a48a7a02820b0835","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a48a7a02820b0835","status":"passed","time":{"start":1728057209766,"stop":1728057209766,"duration":0}},{"uid":"de3741cce472f580","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/de3741cce472f580","status":"passed","time":{"start":1728046965585,"stop":1728046965586,"duration":1}},{"uid":"b4e5549470647d87","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b4e5549470647d87","status":"passed","time":{"start":1728047762404,"stop":1728047762404,"duration":0}},{"uid":"5c5cffd06ee1c6bf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5c5cffd06ee1c6bf","status":"passed","time":{"start":1728043179118,"stop":1728043179118,"duration":0}},{"uid":"310f5ea080a45c60","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/310f5ea080a45c60","status":"passed","time":{"start":1728035952254,"stop":1728035952255,"duration":1}},{"uid":"8b055bc499a58987","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8b055bc499a58987","status":"passed","time":{"start":1728033874145,"stop":1728033874145,"duration":0}},{"uid":"56b958b56b9f0da4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/56b958b56b9f0da4","status":"passed","time":{"start":1728033497561,"stop":1728033497561,"duration":0}},{"uid":"9107a49e26ea5c45","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9107a49e26ea5c45","status":"passed","time":{"start":1728032861186,"stop":1728032861186,"duration":0}},{"uid":"d4b14ae0ff9f35b7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d4b14ae0ff9f35b7","status":"passed","time":{"start":1728032518173,"stop":1728032518173,"duration":0}},{"uid":"1038cff36884ca34","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1038cff36884ca34","status":"passed","time":{"start":1728032218314,"stop":1728032218315,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"8900570e82d0e9e2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8900570e82d0e9e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086232771,"stop":1728086232775,"duration":4}},{"uid":"2537bac7897097b5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2537bac7897097b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085246952,"stop":1728085246952,"duration":0}},{"uid":"2c117857c5567049","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2c117857c5567049","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084058082,"stop":1728084058082,"duration":0}},{"uid":"a218e49a30083a61","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a218e49a30083a61","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083127622,"stop":1728083127622,"duration":0}},{"uid":"efd7b28f52f41a6d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/efd7b28f52f41a6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082440478,"stop":1728082440478,"duration":0}},{"uid":"582fc8c9f4a41958","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/582fc8c9f4a41958","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069276443,"stop":1728069276446,"duration":3}},{"uid":"7107c761d7ed7c1c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7107c761d7ed7c1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068089829,"stop":1728068089829,"duration":0}},{"uid":"1f1ae4d422177454","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1f1ae4d422177454","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066031465,"stop":1728066031465,"duration":0}},{"uid":"c96dbaf75f956b3c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c96dbaf75f956b3c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066319061,"stop":1728066319062,"duration":1}},{"uid":"59ea3f0b0988497a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/59ea3f0b0988497a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057209091,"stop":1728057209091,"duration":0}},{"uid":"f6ffa18442c59357","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f6ffa18442c59357","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056341586,"stop":1728056341586,"duration":0}},{"uid":"114ffc2e218c9dee","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/114ffc2e218c9dee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056702826,"stop":1728056702827,"duration":1}},{"uid":"df10ce4b4b879ae1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/df10ce4b4b879ae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055468502,"stop":1728055468503,"duration":1}},{"uid":"f175c481c734c83c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f175c481c734c83c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054438783,"stop":1728054438783,"duration":0}},{"uid":"12d999687a2e3f87","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/12d999687a2e3f87","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052604640,"stop":1728052604640,"duration":0}},{"uid":"84286b4e54834816","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/84286b4e54834816","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046480408,"stop":1728046480408,"duration":0}},{"uid":"28abe0cf22f23f03","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/28abe0cf22f23f03","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047236483,"stop":1728047236483,"duration":0}},{"uid":"8dd961a632179282","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8dd961a632179282","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043270082,"stop":1728043270088,"duration":6}},{"uid":"74836019aa420512","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/74836019aa420512","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035869311,"stop":1728035869312,"duration":1}},{"uid":"20cd33b00af2e167","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/20cd33b00af2e167","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033791062,"stop":1728033791062,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a757a39a2809e606","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a757a39a2809e606","status":"passed","time":{"start":1728085872129,"stop":1728085872129,"duration":0}},{"uid":"ca3a7229aa1a940d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ca3a7229aa1a940d","status":"passed","time":{"start":1728084884668,"stop":1728084884668,"duration":0}},{"uid":"54edd48680d6f906","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/54edd48680d6f906","status":"passed","time":{"start":1728083752198,"stop":1728083752198,"duration":0}},{"uid":"3ee71acff2a50efa","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3ee71acff2a50efa","status":"passed","time":{"start":1728082815193,"stop":1728082815194,"duration":1}},{"uid":"e4be1993c5e77bf7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e4be1993c5e77bf7","status":"passed","time":{"start":1728082147556,"stop":1728082147556,"duration":0}},{"uid":"7bd9319f6feb0de4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7bd9319f6feb0de4","status":"passed","time":{"start":1728068916169,"stop":1728068916170,"duration":1}},{"uid":"b9de8ba4d61ea2d8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b9de8ba4d61ea2d8","status":"passed","time":{"start":1728067792405,"stop":1728067792406,"duration":1}},{"uid":"55713820b1d0840d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/55713820b1d0840d","status":"passed","time":{"start":1728065639272,"stop":1728065639273,"duration":1}},{"uid":"133e69289c216b72","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/133e69289c216b72","status":"passed","time":{"start":1728065928773,"stop":1728065928774,"duration":1}},{"uid":"b227d0f5eb7beab3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b227d0f5eb7beab3","status":"passed","time":{"start":1728056819303,"stop":1728056819304,"duration":1}},{"uid":"f920c5792a093236","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f920c5792a093236","status":"passed","time":{"start":1728055991024,"stop":1728055991024,"duration":0}},{"uid":"5521624e3bd12802","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5521624e3bd12802","status":"passed","time":{"start":1728056311501,"stop":1728056311502,"duration":1}},{"uid":"1ebd5c2c6cd302cb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1ebd5c2c6cd302cb","status":"passed","time":{"start":1728055122737,"stop":1728055122738,"duration":1}},{"uid":"1eb54e0170993611","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1eb54e0170993611","status":"passed","time":{"start":1728054101709,"stop":1728054101709,"duration":0}},{"uid":"be2c3b184463f879","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/be2c3b184463f879","status":"passed","time":{"start":1728052379085,"stop":1728052379086,"duration":1}},{"uid":"b0627372cd85111b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b0627372cd85111b","status":"passed","time":{"start":1728046059990,"stop":1728046059990,"duration":0}},{"uid":"487c8d1053e94f7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/487c8d1053e94f7","status":"passed","time":{"start":1728046845757,"stop":1728046845757,"duration":0}},{"uid":"112d5d9d1dbc1f7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/112d5d9d1dbc1f7","status":"passed","time":{"start":1728042915501,"stop":1728042915501,"duration":0}},{"uid":"3e60aeaf51e94093","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3e60aeaf51e94093","status":"passed","time":{"start":1728035478054,"stop":1728035478054,"duration":0}},{"uid":"3e9bc4c58838b6b7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3e9bc4c58838b6b7","status":"passed","time":{"start":1728033394443,"stop":1728033394443,"duration":0}}]},"d2722c865d9044f1df06b33818e318b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5b91cb7496f8b69","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f5b91cb7496f8b69","status":"passed","time":{"start":1728033440729,"stop":1728033440729,"duration":0}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a2646725ea50fde3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a2646725ea50fde3","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0}},{"uid":"1b2a2acdb52c4fbd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1b2a2acdb52c4fbd","status":"passed","time":{"start":1728084876388,"stop":1728084876388,"duration":0}},{"uid":"bfc2f7e2984a7ad0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bfc2f7e2984a7ad0","status":"passed","time":{"start":1728083744345,"stop":1728083744345,"duration":0}},{"uid":"89a4e1e4fba18476","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/89a4e1e4fba18476","status":"passed","time":{"start":1728082807438,"stop":1728082807438,"duration":0}},{"uid":"e98137d4634369c9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e98137d4634369c9","status":"passed","time":{"start":1728082139305,"stop":1728082139306,"duration":1}},{"uid":"46c7170550230c16","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/46c7170550230c16","status":"passed","time":{"start":1728068908044,"stop":1728068908044,"duration":0}},{"uid":"7322155da026bd8d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7322155da026bd8d","status":"passed","time":{"start":1728067784700,"stop":1728067784701,"duration":1}},{"uid":"d0c7b3fc0689afb4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d0c7b3fc0689afb4","status":"passed","time":{"start":1728065631503,"stop":1728065631503,"duration":0}},{"uid":"b18bb190340cf8e7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b18bb190340cf8e7","status":"passed","time":{"start":1728065920815,"stop":1728065920815,"duration":0}},{"uid":"6cb0fdd3f8701ff2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6cb0fdd3f8701ff2","status":"passed","time":{"start":1728056811573,"stop":1728056811574,"duration":1}},{"uid":"6b291ea744c9b57f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6b291ea744c9b57f","status":"passed","time":{"start":1728055983130,"stop":1728055983130,"duration":0}},{"uid":"d12e097e5acc6a12","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d12e097e5acc6a12","status":"passed","time":{"start":1728056303674,"stop":1728056303674,"duration":0}},{"uid":"28f997f177f3ae47","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/28f997f177f3ae47","status":"passed","time":{"start":1728055114802,"stop":1728055114803,"duration":1}},{"uid":"2b7a2b9fd8b82113","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2b7a2b9fd8b82113","status":"passed","time":{"start":1728054093588,"stop":1728054093588,"duration":0}},{"uid":"fb0d2dc40e964c62","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/fb0d2dc40e964c62","status":"passed","time":{"start":1728052371172,"stop":1728052371172,"duration":0}},{"uid":"4e9e82b9d4cc11c0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4e9e82b9d4cc11c0","status":"passed","time":{"start":1728046051712,"stop":1728046051712,"duration":0}},{"uid":"ff29b4f13161e7db","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ff29b4f13161e7db","status":"passed","time":{"start":1728046837801,"stop":1728046837801,"duration":0}},{"uid":"1411e7fa5544dfd9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1411e7fa5544dfd9","status":"passed","time":{"start":1728042907573,"stop":1728042907574,"duration":1}},{"uid":"24786091efa21e8b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/24786091efa21e8b","status":"passed","time":{"start":1728035469876,"stop":1728035469876,"duration":0}},{"uid":"7fb8c611dc2490aa","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7fb8c611dc2490aa","status":"passed","time":{"start":1728033386384,"stop":1728033386384,"duration":0}}]},"4428122157f0a54b788015dfd4d69b3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46a555806c0a269f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46a555806c0a269f","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"525102e565eec6a8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/525102e565eec6a8","status":"passed","time":{"start":1728086171702,"stop":1728086171702,"duration":0}},{"uid":"754d4d98ed73741a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/754d4d98ed73741a","status":"passed","time":{"start":1728085184655,"stop":1728085184659,"duration":4}},{"uid":"363b6ab7fffcca4e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/363b6ab7fffcca4e","status":"passed","time":{"start":1728084018354,"stop":1728084018355,"duration":1}},{"uid":"f1d68765e55bf955","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f1d68765e55bf955","status":"passed","time":{"start":1728083065673,"stop":1728083065673,"duration":0}},{"uid":"3cd52de0215d4af0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3cd52de0215d4af0","status":"passed","time":{"start":1728069218835,"stop":1728069218836,"duration":1}},{"uid":"3ef9a16e3b478c55","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3ef9a16e3b478c55","status":"passed","time":{"start":1728046261831,"stop":1728046261831,"duration":0}},{"uid":"77b147c486361cce","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/77b147c486361cce","status":"passed","time":{"start":1728043204096,"stop":1728043204096,"duration":0}},{"uid":"6cc3e87c37accf8d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6cc3e87c37accf8d","status":"passed","time":{"start":1728035785875,"stop":1728035785875,"duration":0}},{"uid":"505fb227d7175a1a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/505fb227d7175a1a","status":"passed","time":{"start":1728033696351,"stop":1728033696351,"duration":0}},{"uid":"41f659aef68e442f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/41f659aef68e442f","status":"passed","time":{"start":1728033319493,"stop":1728033319494,"duration":1}},{"uid":"802795dbcd0dad73","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/802795dbcd0dad73","status":"passed","time":{"start":1728032886556,"stop":1728032886556,"duration":0}},{"uid":"a5446d74d1402318","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a5446d74d1402318","status":"passed","time":{"start":1728032520643,"stop":1728032520644,"duration":1}},{"uid":"eb754a33cf5c019e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/eb754a33cf5c019e","status":"passed","time":{"start":1728032252775,"stop":1728032252775,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6949d337d51daf60","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6949d337d51daf60","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0}},{"uid":"6544c2470f764db8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6544c2470f764db8","status":"passed","time":{"start":1728085079909,"stop":1728085079909,"duration":0}},{"uid":"4375c122b3077aa7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4375c122b3077aa7","status":"passed","time":{"start":1728083929303,"stop":1728083929305,"duration":2}},{"uid":"45267b14eefc172b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/45267b14eefc172b","status":"passed","time":{"start":1728082986573,"stop":1728082986580,"duration":7}},{"uid":"6be480b299aef42a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6be480b299aef42a","status":"passed","time":{"start":1728082304431,"stop":1728082304432,"duration":1}},{"uid":"3e8af809a56bcd44","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3e8af809a56bcd44","status":"passed","time":{"start":1728069112312,"stop":1728069112312,"duration":0}},{"uid":"10aad251a5fa06d6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/10aad251a5fa06d6","status":"passed","time":{"start":1728067941529,"stop":1728067941529,"duration":0}},{"uid":"d998e9885af94af9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d998e9885af94af9","status":"passed","time":{"start":1728043108504,"stop":1728043108504,"duration":0}},{"uid":"b428337b3e3a1345","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b428337b3e3a1345","status":"passed","time":{"start":1728035666352,"stop":1728035666353,"duration":1}},{"uid":"f46b7b21165390e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f46b7b21165390e","status":"passed","time":{"start":1728033588079,"stop":1728033588080,"duration":1}},{"uid":"2fe8f3c082ff051f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2fe8f3c082ff051f","status":"passed","time":{"start":1728033211365,"stop":1728033211366,"duration":1}},{"uid":"18fc4d1e74ff4a6b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/18fc4d1e74ff4a6b","status":"passed","time":{"start":1728032787686,"stop":1728032787687,"duration":1}},{"uid":"c0c25c2576315e2d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c0c25c2576315e2d","status":"passed","time":{"start":1728032415388,"stop":1728032415388,"duration":0}},{"uid":"dcd870cc22af345b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/dcd870cc22af345b","status":"passed","time":{"start":1728032137565,"stop":1728032137565,"duration":0}}]},"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b39ce9a259832423","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b39ce9a259832423","status":"passed","time":{"start":1728085879612,"stop":1728085879612,"duration":0}},{"uid":"1820d6a80666341e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1820d6a80666341e","status":"passed","time":{"start":1728084892508,"stop":1728084892508,"duration":0}},{"uid":"afa5be28a934c715","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/afa5be28a934c715","status":"passed","time":{"start":1728083759829,"stop":1728083759830,"duration":1}},{"uid":"fa8923821b34df99","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fa8923821b34df99","status":"passed","time":{"start":1728082822974,"stop":1728082822975,"duration":1}},{"uid":"f940acde6560a15e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f940acde6560a15e","status":"passed","time":{"start":1728082155071,"stop":1728082155072,"duration":1}},{"uid":"19607b552f060279","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/19607b552f060279","status":"passed","time":{"start":1728068924124,"stop":1728068924125,"duration":1}},{"uid":"bf25627002ced47b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bf25627002ced47b","status":"passed","time":{"start":1728067799542,"stop":1728067799544,"duration":2}},{"uid":"37562514f1ebbc09","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/37562514f1ebbc09","status":"passed","time":{"start":1728065647139,"stop":1728065647139,"duration":0}},{"uid":"14628a8c3a219cd","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/14628a8c3a219cd","status":"passed","time":{"start":1728065936604,"stop":1728065936605,"duration":1}},{"uid":"487c54734e1317bb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/487c54734e1317bb","status":"passed","time":{"start":1728056827240,"stop":1728056827240,"duration":0}},{"uid":"96f492b8254838","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/96f492b8254838","status":"passed","time":{"start":1728055999039,"stop":1728055999040,"duration":1}},{"uid":"f9f7cf75b62d47a4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f9f7cf75b62d47a4","status":"passed","time":{"start":1728056319009,"stop":1728056319010,"duration":1}},{"uid":"c306e1a80ff6852b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c306e1a80ff6852b","status":"passed","time":{"start":1728055130476,"stop":1728055130476,"duration":0}},{"uid":"742b6ce64d59b89","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/742b6ce64d59b89","status":"passed","time":{"start":1728054109197,"stop":1728054109198,"duration":1}},{"uid":"a6c06fed58d8161e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a6c06fed58d8161e","status":"passed","time":{"start":1728052386760,"stop":1728052386761,"duration":1}},{"uid":"3ddf5fb81cbcbe5c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3ddf5fb81cbcbe5c","status":"passed","time":{"start":1728046067815,"stop":1728046067816,"duration":1}},{"uid":"c0c807e8fe33c848","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c0c807e8fe33c848","status":"passed","time":{"start":1728046853350,"stop":1728046853351,"duration":1}},{"uid":"43bd9766485853cc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/43bd9766485853cc","status":"passed","time":{"start":1728042922867,"stop":1728042922868,"duration":1}},{"uid":"d1c90f6e507826a2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d1c90f6e507826a2","status":"passed","time":{"start":1728035485978,"stop":1728035485979,"duration":1}},{"uid":"a7f2fcb869c4a847","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a7f2fcb869c4a847","status":"passed","time":{"start":1728033402384,"stop":1728033402385,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"11ea844f0548f002","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/11ea844f0548f002","status":"passed","time":{"start":1728086146256,"stop":1728086146256,"duration":0}},{"uid":"8e410aa8f768b2db","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8e410aa8f768b2db","status":"passed","time":{"start":1728085167026,"stop":1728085167027,"duration":1}},{"uid":"a8140dc81c5f4d86","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a8140dc81c5f4d86","status":"passed","time":{"start":1728083978083,"stop":1728083978083,"duration":0}},{"uid":"771888e287d1d943","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/771888e287d1d943","status":"passed","time":{"start":1728083039854,"stop":1728083039854,"duration":0}},{"uid":"ff41c848875717a0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ff41c848875717a0","status":"passed","time":{"start":1728082356322,"stop":1728082356322,"duration":0}},{"uid":"f4bc2785c472e871","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f4bc2785c472e871","status":"passed","time":{"start":1728069197792,"stop":1728069197792,"duration":0}},{"uid":"7374856747540997","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7374856747540997","status":"passed","time":{"start":1728067999825,"stop":1728067999826,"duration":1}},{"uid":"3dace8fadfb6eaba","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3dace8fadfb6eaba","status":"passed","time":{"start":1728065945542,"stop":1728065945543,"duration":1}},{"uid":"ca3438d6bf8d4b2e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ca3438d6bf8d4b2e","status":"passed","time":{"start":1728066235389,"stop":1728066235389,"duration":0}},{"uid":"1cf62c1c81a45d62","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1cf62c1c81a45d62","status":"passed","time":{"start":1728057121595,"stop":1728057121596,"duration":1}},{"uid":"c9775c1ee3aa536b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c9775c1ee3aa536b","status":"passed","time":{"start":1728056616133,"stop":1728056616134,"duration":1}},{"uid":"71ed3f30ade88756","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/71ed3f30ade88756","status":"passed","time":{"start":1728046355084,"stop":1728046355085,"duration":1}},{"uid":"65a9f71ff5ba2f7d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/65a9f71ff5ba2f7d","status":"passed","time":{"start":1728047152035,"stop":1728047152035,"duration":0}},{"uid":"cf92e9d8ecf716a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cf92e9d8ecf716a3","status":"passed","time":{"start":1728043182736,"stop":1728043182737,"duration":1}},{"uid":"842100de10899b8d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/842100de10899b8d","status":"passed","time":{"start":1728035788739,"stop":1728035788739,"duration":0}},{"uid":"544f0d5a91f9e0bb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/544f0d5a91f9e0bb","status":"passed","time":{"start":1728033700158,"stop":1728033700159,"duration":1}},{"uid":"2436dc90a65f83a0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2436dc90a65f83a0","status":"passed","time":{"start":1728033322008,"stop":1728033322009,"duration":1}},{"uid":"81e5c9f521d5dc00","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/81e5c9f521d5dc00","status":"passed","time":{"start":1728032864618,"stop":1728032864618,"duration":0}},{"uid":"531be89f68c9bede","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/531be89f68c9bede","status":"passed","time":{"start":1728032504055,"stop":1728032504055,"duration":0}},{"uid":"3b29fa789807c0ff","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3b29fa789807c0ff","status":"passed","time":{"start":1728032221889,"stop":1728032221890,"duration":1}}]},"f7836ad6b378471e7ad26e2429b49aea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d52c1fbd51235a8a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d52c1fbd51235a8a","status":"passed","time":{"start":1728035898413,"stop":1728035898413,"duration":0}}]},"ec099c159aadeaddafe65cb1dbaca4f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53a6458ba9105914","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/53a6458ba9105914","status":"passed","time":{"start":1728058106467,"stop":1728058106467,"duration":0}}]},"edbcc3b34baff3df919191d1b8f01f8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1988726ec0467da","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c1988726ec0467da","status":"passed","time":{"start":1728032614673,"stop":1728032614673,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bea64bdd178c6347","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bea64bdd178c6347","status":"passed","time":{"start":1728086063175,"stop":1728086063175,"duration":0}},{"uid":"aac0fe2bb6fbc34f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/aac0fe2bb6fbc34f","status":"passed","time":{"start":1728085079887,"stop":1728085079890,"duration":3}},{"uid":"8981ad9029b90590","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8981ad9029b90590","status":"passed","time":{"start":1728083929289,"stop":1728083929290,"duration":1}},{"uid":"544fbf71652532fb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/544fbf71652532fb","status":"passed","time":{"start":1728082986547,"stop":1728082986554,"duration":7}},{"uid":"d79f69dfa60680ec","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d79f69dfa60680ec","status":"passed","time":{"start":1728082304414,"stop":1728082304416,"duration":2}},{"uid":"b6740172e32e5c37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b6740172e32e5c37","status":"passed","time":{"start":1728069112293,"stop":1728069112294,"duration":1}},{"uid":"bfb34369655309c5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bfb34369655309c5","status":"passed","time":{"start":1728067941515,"stop":1728067941515,"duration":0}},{"uid":"74bbd1325f342846","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/74bbd1325f342846","status":"passed","time":{"start":1728043108481,"stop":1728043108486,"duration":5}},{"uid":"9d9ab1284f9fcd5b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9d9ab1284f9fcd5b","status":"passed","time":{"start":1728035666329,"stop":1728035666329,"duration":0}},{"uid":"7da326f58906d4fb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7da326f58906d4fb","status":"passed","time":{"start":1728033588049,"stop":1728033588049,"duration":0}},{"uid":"b32a243525e4c5ed","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b32a243525e4c5ed","status":"passed","time":{"start":1728033211350,"stop":1728033211351,"duration":1}},{"uid":"efc72f61f388b1a1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/efc72f61f388b1a1","status":"passed","time":{"start":1728032787664,"stop":1728032787664,"duration":0}},{"uid":"722a3dcf2deb760a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/722a3dcf2deb760a","status":"passed","time":{"start":1728032415366,"stop":1728032415366,"duration":0}},{"uid":"55e332bbb21a3566","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/55e332bbb21a3566","status":"passed","time":{"start":1728032137546,"stop":1728032137546,"duration":0}}]},"196763f40be7379ad4d8576d775efb9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62b8bf31b1f301a0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/62b8bf31b1f301a0","status":"passed","time":{"start":1728053197837,"stop":1728053197837,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e074c1feecd65b11","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e074c1feecd65b11","status":"passed","time":{"start":1728085864146,"stop":1728085864147,"duration":1}},{"uid":"bd24b66f088938af","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bd24b66f088938af","status":"passed","time":{"start":1728084876375,"stop":1728084876376,"duration":1}},{"uid":"405fb312e7bf35d3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/405fb312e7bf35d3","status":"passed","time":{"start":1728083744333,"stop":1728083744333,"duration":0}},{"uid":"7575af8da3e992f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7575af8da3e992f","status":"passed","time":{"start":1728082807425,"stop":1728082807426,"duration":1}},{"uid":"671ab133c78c532","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/671ab133c78c532","status":"passed","time":{"start":1728082139293,"stop":1728082139293,"duration":0}},{"uid":"660946cf154adfd6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/660946cf154adfd6","status":"passed","time":{"start":1728068908029,"stop":1728068908030,"duration":1}},{"uid":"fccfd0ee2b41cf9e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fccfd0ee2b41cf9e","status":"passed","time":{"start":1728067784687,"stop":1728067784688,"duration":1}},{"uid":"61ccca834ea8681f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/61ccca834ea8681f","status":"passed","time":{"start":1728065631490,"stop":1728065631490,"duration":0}},{"uid":"a899c05421743ebb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a899c05421743ebb","status":"passed","time":{"start":1728065920800,"stop":1728065920801,"duration":1}},{"uid":"d3766a439109067","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d3766a439109067","status":"passed","time":{"start":1728056811557,"stop":1728056811557,"duration":0}},{"uid":"7324bb49352e66fa","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7324bb49352e66fa","status":"passed","time":{"start":1728055983116,"stop":1728055983117,"duration":1}},{"uid":"6da3a4e64ab46631","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6da3a4e64ab46631","status":"passed","time":{"start":1728056303667,"stop":1728056303668,"duration":1}},{"uid":"66b3f63e3c698bce","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/66b3f63e3c698bce","status":"passed","time":{"start":1728055114789,"stop":1728055114790,"duration":1}},{"uid":"12989133fa692621","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/12989133fa692621","status":"passed","time":{"start":1728054093575,"stop":1728054093576,"duration":1}},{"uid":"d0b3aa1e57415f88","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d0b3aa1e57415f88","status":"passed","time":{"start":1728052371159,"stop":1728052371160,"duration":1}},{"uid":"b7829ab350aa495d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b7829ab350aa495d","status":"passed","time":{"start":1728046051697,"stop":1728046051698,"duration":1}},{"uid":"b24745a91187f4b0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b24745a91187f4b0","status":"passed","time":{"start":1728046837788,"stop":1728046837788,"duration":0}},{"uid":"3bc93773f0a143ce","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3bc93773f0a143ce","status":"passed","time":{"start":1728042907561,"stop":1728042907562,"duration":1}},{"uid":"38fbb5cf95e7ecce","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/38fbb5cf95e7ecce","status":"passed","time":{"start":1728035469866,"stop":1728035469866,"duration":0}},{"uid":"1c016447e850d64e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1c016447e850d64e","status":"passed","time":{"start":1728033386371,"stop":1728033386372,"duration":1}}]},"5b3183ccd95a7a96c12308e598f1efa8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3dad36585e7e7c52","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3dad36585e7e7c52","status":"passed","time":{"start":1728085254229,"stop":1728085254229,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"25b96c011acb6fa1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/25b96c011acb6fa1","status":"passed","time":{"start":1728086033910,"stop":1728086033910,"duration":0}},{"uid":"1152d5af84da9242","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1152d5af84da9242","status":"passed","time":{"start":1728085047253,"stop":1728085047253,"duration":0}},{"uid":"147ea0e8a3d94603","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/147ea0e8a3d94603","status":"passed","time":{"start":1728083902777,"stop":1728083902777,"duration":0}},{"uid":"f4e65524082ecb75","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f4e65524082ecb75","status":"passed","time":{"start":1728082961517,"stop":1728082961518,"duration":1}},{"uid":"2d1f8dc87e64aeed","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2d1f8dc87e64aeed","status":"passed","time":{"start":1728082284032,"stop":1728082284032,"duration":0}},{"uid":"59ec5c08929a20f6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/59ec5c08929a20f6","status":"passed","time":{"start":1728069082674,"stop":1728069082676,"duration":2}},{"uid":"49eb9084ed645038","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/49eb9084ed645038","status":"passed","time":{"start":1728067941393,"stop":1728067941394,"duration":1}},{"uid":"17db77d314709f7d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/17db77d314709f7d","status":"passed","time":{"start":1728066171572,"stop":1728066171572,"duration":0}},{"uid":"f3e097bcbd286bf6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f3e097bcbd286bf6","status":"passed","time":{"start":1728066512890,"stop":1728066512890,"duration":0}},{"uid":"9d14dcca7848b360","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9d14dcca7848b360","status":"passed","time":{"start":1728057355634,"stop":1728057355634,"duration":0}},{"uid":"5f8968ef07cdcde9","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5f8968ef07cdcde9","status":"passed","time":{"start":1728056563509,"stop":1728056563510,"duration":1}},{"uid":"78fd8969e84a3b81","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/78fd8969e84a3b81","status":"passed","time":{"start":1728056935473,"stop":1728056935473,"duration":0}},{"uid":"b840a96bdd0639fc","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b840a96bdd0639fc","status":"passed","time":{"start":1728055614342,"stop":1728055614342,"duration":0}},{"uid":"13f08c92bdedbaf0","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/13f08c92bdedbaf0","status":"passed","time":{"start":1728054752366,"stop":1728054752366,"duration":0}},{"uid":"cb371f0ad46ab116","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/cb371f0ad46ab116","status":"passed","time":{"start":1728052861021,"stop":1728052861022,"duration":1}},{"uid":"9319f6d41b5a2ceb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9319f6d41b5a2ceb","status":"passed","time":{"start":1728046783426,"stop":1728046783426,"duration":0}},{"uid":"9c4981e14f2f9ee6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9c4981e14f2f9ee6","status":"passed","time":{"start":1728047429498,"stop":1728047429498,"duration":0}},{"uid":"3301eb1c2fbabf85","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3301eb1c2fbabf85","status":"passed","time":{"start":1728043084150,"stop":1728043084150,"duration":0}},{"uid":"b6297d538fffbd98","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b6297d538fffbd98","status":"passed","time":{"start":1728035601396,"stop":1728035601396,"duration":0}},{"uid":"670b3785ca86a072","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/670b3785ca86a072","status":"passed","time":{"start":1728033520549,"stop":1728033520550,"duration":1}}]},"b8376a42b4715efd82a1051061142c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8579471a2b5cb5e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8579471a2b5cb5e","status":"passed","time":{"start":1728082964234,"stop":1728082964234,"duration":0}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4b39459d9f6f6888","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4b39459d9f6f6888","status":"passed","time":{"start":1728086192516,"stop":1728086192517,"duration":1}},{"uid":"f387cbe2b4dd73a9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f387cbe2b4dd73a9","status":"passed","time":{"start":1728085207478,"stop":1728085207479,"duration":1}},{"uid":"4afa6e34a5c107c9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4afa6e34a5c107c9","status":"passed","time":{"start":1728084038276,"stop":1728084038276,"duration":0}},{"uid":"f8546aceb1e9e01a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f8546aceb1e9e01a","status":"passed","time":{"start":1728083118100,"stop":1728083118100,"duration":0}},{"uid":"c4f27c1675e8f04f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c4f27c1675e8f04f","status":"passed","time":{"start":1728082399697,"stop":1728082399698,"duration":1}},{"uid":"9602e4d8f8c17f80","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9602e4d8f8c17f80","status":"passed","time":{"start":1728069237570,"stop":1728069237570,"duration":0}},{"uid":"1f3896bbea116c84","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1f3896bbea116c84","status":"passed","time":{"start":1728068055921,"stop":1728068055924,"duration":3}},{"uid":"6f1b63a420192795","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6f1b63a420192795","status":"passed","time":{"start":1728043232160,"stop":1728043232160,"duration":0}},{"uid":"86efb14ae2b8b9ca","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/86efb14ae2b8b9ca","status":"passed","time":{"start":1728035844041,"stop":1728035844042,"duration":1}},{"uid":"d7e627992614c9f9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d7e627992614c9f9","status":"passed","time":{"start":1728033765878,"stop":1728033765878,"duration":0}},{"uid":"fd19d07db464387c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fd19d07db464387c","status":"passed","time":{"start":1728033382942,"stop":1728033382942,"duration":0}},{"uid":"a8341cbd152636d7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a8341cbd152636d7","status":"passed","time":{"start":1728032914488,"stop":1728032914488,"duration":0}},{"uid":"9aadf3e5e876a7ed","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/9aadf3e5e876a7ed","status":"passed","time":{"start":1728032550350,"stop":1728032550350,"duration":0}},{"uid":"6488a31eb0876aa9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6488a31eb0876aa9","status":"passed","time":{"start":1728032274017,"stop":1728032274018,"duration":1}}]},"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e65e35fb518034ea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e65e35fb518034ea","status":"passed","time":{"start":1728085879618,"stop":1728085879619,"duration":1}},{"uid":"e476174379f47d94","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e476174379f47d94","status":"passed","time":{"start":1728084892512,"stop":1728084892512,"duration":0}},{"uid":"a761df5716094756","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a761df5716094756","status":"passed","time":{"start":1728083759834,"stop":1728083759834,"duration":0}},{"uid":"c6295ebef26954b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c6295ebef26954b","status":"passed","time":{"start":1728082822977,"stop":1728082822977,"duration":0}},{"uid":"1be2b8b289277a50","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1be2b8b289277a50","status":"passed","time":{"start":1728082155075,"stop":1728082155076,"duration":1}},{"uid":"273e6a8ed4bcfa04","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/273e6a8ed4bcfa04","status":"passed","time":{"start":1728068924128,"stop":1728068924128,"duration":0}},{"uid":"ad225e40802fe2d7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ad225e40802fe2d7","status":"passed","time":{"start":1728067799549,"stop":1728067799553,"duration":4}},{"uid":"6359896c9629b6f0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6359896c9629b6f0","status":"passed","time":{"start":1728065647141,"stop":1728065647142,"duration":1}},{"uid":"781cb9df219a94af","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/781cb9df219a94af","status":"passed","time":{"start":1728065936608,"stop":1728065936608,"duration":0}},{"uid":"1b09f58f99bf0da2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1b09f58f99bf0da2","status":"passed","time":{"start":1728056827243,"stop":1728056827243,"duration":0}},{"uid":"68d7cc2a48fc816e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/68d7cc2a48fc816e","status":"passed","time":{"start":1728055999041,"stop":1728055999042,"duration":1}},{"uid":"c94eabbb7e5b7df","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c94eabbb7e5b7df","status":"passed","time":{"start":1728056319014,"stop":1728056319015,"duration":1}},{"uid":"40adf898cb2b18b8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/40adf898cb2b18b8","status":"passed","time":{"start":1728055130482,"stop":1728055130483,"duration":1}},{"uid":"4456407a81227a59","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4456407a81227a59","status":"passed","time":{"start":1728054109201,"stop":1728054109202,"duration":1}},{"uid":"29292301679be26","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/29292301679be26","status":"passed","time":{"start":1728052386764,"stop":1728052386764,"duration":0}},{"uid":"63c3e87fd8b12980","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/63c3e87fd8b12980","status":"passed","time":{"start":1728046067819,"stop":1728046067819,"duration":0}},{"uid":"215e94b06fb9ed18","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/215e94b06fb9ed18","status":"passed","time":{"start":1728046853354,"stop":1728046853354,"duration":0}},{"uid":"ee445d1a0002c82b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ee445d1a0002c82b","status":"passed","time":{"start":1728042922871,"stop":1728042922871,"duration":0}},{"uid":"b98df20c8e0ef732","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b98df20c8e0ef732","status":"passed","time":{"start":1728035485982,"stop":1728035485982,"duration":0}},{"uid":"25766328210e540b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/25766328210e540b","status":"passed","time":{"start":1728033402388,"stop":1728033402388,"duration":0}}]},"91c5c63c5299d75c773f7ec1deca4e1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95492ea1fa2bd565","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/95492ea1fa2bd565","status":"passed","time":{"start":1728046448372,"stop":1728046448373,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"238a132a73df6145","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/238a132a73df6145","status":"passed","time":{"start":1728086207898,"stop":1728086207908,"duration":10}},{"uid":"9ce06206da7a9be3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9ce06206da7a9be3","status":"passed","time":{"start":1728085227791,"stop":1728085227791,"duration":0}},{"uid":"688c0b066a07e137","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/688c0b066a07e137","status":"passed","time":{"start":1728084031091,"stop":1728084031091,"duration":0}},{"uid":"e25264643f36721b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e25264643f36721b","status":"passed","time":{"start":1728083085065,"stop":1728083085065,"duration":0}},{"uid":"8529875a16bd5334","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8529875a16bd5334","status":"passed","time":{"start":1728082402958,"stop":1728082402959,"duration":1}},{"uid":"9aafc0c989fb5d8e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9aafc0c989fb5d8e","status":"passed","time":{"start":1728069256721,"stop":1728069256722,"duration":1}},{"uid":"a0f887274cf89754","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a0f887274cf89754","status":"passed","time":{"start":1728068039047,"stop":1728068039047,"duration":0}},{"uid":"54eddadfaa86afe5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/54eddadfaa86afe5","status":"passed","time":{"start":1728066054977,"stop":1728066054977,"duration":0}},{"uid":"2a61c44502941e4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2a61c44502941e4","status":"passed","time":{"start":1728066345495,"stop":1728066345495,"duration":0}},{"uid":"7bc866d943877c60","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7bc866d943877c60","status":"passed","time":{"start":1728057218517,"stop":1728057218518,"duration":1}},{"uid":"e6652afe7b98da60","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e6652afe7b98da60","status":"passed","time":{"start":1728056313100,"stop":1728056313100,"duration":0}},{"uid":"7b90be7bb2fa4c81","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7b90be7bb2fa4c81","status":"passed","time":{"start":1728056731783,"stop":1728056731783,"duration":0}},{"uid":"efac60d4bd377df3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/efac60d4bd377df3","status":"passed","time":{"start":1728052615129,"stop":1728052615129,"duration":0}},{"uid":"4cd643fb931942ba","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4cd643fb931942ba","status":"passed","time":{"start":1728046456503,"stop":1728046456503,"duration":0}},{"uid":"6c7b81fc029c420c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c7b81fc029c420c","status":"passed","time":{"start":1728047262761,"stop":1728047262762,"duration":1}},{"uid":"9d1523c170af88f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9d1523c170af88f","status":"passed","time":{"start":1728043245053,"stop":1728043245054,"duration":1}},{"uid":"ed611deeee2057bf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ed611deeee2057bf","status":"passed","time":{"start":1728035876569,"stop":1728035876569,"duration":0}},{"uid":"700e61a17644003e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/700e61a17644003e","status":"passed","time":{"start":1728033795264,"stop":1728033795264,"duration":0}},{"uid":"b7625c431e8a3047","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b7625c431e8a3047","status":"passed","time":{"start":1728033412128,"stop":1728033412128,"duration":0}},{"uid":"72491915c977dfb0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/72491915c977dfb0","status":"passed","time":{"start":1728032929718,"stop":1728032929719,"duration":1}}]},"e0061c3cd8ffdda698e876209f5ff9d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"362ec87403f72b53","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/362ec87403f72b53","status":"passed","time":{"start":1728084056983,"stop":1728084056983,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"41ec67d22df09c8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/41ec67d22df09c8","status":"passed","time":{"start":1728085864145,"stop":1728085864145,"duration":0}},{"uid":"1bf3e48d0ef1f0c3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1bf3e48d0ef1f0c3","status":"passed","time":{"start":1728084876374,"stop":1728084876374,"duration":0}},{"uid":"c6b438204cada85f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c6b438204cada85f","status":"passed","time":{"start":1728083744331,"stop":1728083744331,"duration":0}},{"uid":"f268c9fdd1792dcb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f268c9fdd1792dcb","status":"passed","time":{"start":1728082807424,"stop":1728082807424,"duration":0}},{"uid":"f1e1b18a1d64dccd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f1e1b18a1d64dccd","status":"passed","time":{"start":1728082139290,"stop":1728082139291,"duration":1}},{"uid":"79da2c735f1aae58","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/79da2c735f1aae58","status":"passed","time":{"start":1728068908027,"stop":1728068908028,"duration":1}},{"uid":"792bf948028d1105","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/792bf948028d1105","status":"passed","time":{"start":1728067784686,"stop":1728067784686,"duration":0}},{"uid":"a1533bfb484dbeab","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a1533bfb484dbeab","status":"passed","time":{"start":1728065631488,"stop":1728065631488,"duration":0}},{"uid":"797043be808cd0ec","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/797043be808cd0ec","status":"passed","time":{"start":1728065920798,"stop":1728065920799,"duration":1}},{"uid":"43c37d88dc05cc99","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/43c37d88dc05cc99","status":"passed","time":{"start":1728056811555,"stop":1728056811555,"duration":0}},{"uid":"6b2c5282d7eec226","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6b2c5282d7eec226","status":"passed","time":{"start":1728055983114,"stop":1728055983115,"duration":1}},{"uid":"b28f92c70cb8c890","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b28f92c70cb8c890","status":"passed","time":{"start":1728056303666,"stop":1728056303667,"duration":1}},{"uid":"fe4944ecf32a24d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fe4944ecf32a24d","status":"passed","time":{"start":1728055114788,"stop":1728055114788,"duration":0}},{"uid":"8abe9b6aebd54c96","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8abe9b6aebd54c96","status":"passed","time":{"start":1728054093574,"stop":1728054093574,"duration":0}},{"uid":"18186531a6861219","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/18186531a6861219","status":"passed","time":{"start":1728052371158,"stop":1728052371158,"duration":0}},{"uid":"ff4994f3965255e8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ff4994f3965255e8","status":"passed","time":{"start":1728046051696,"stop":1728046051696,"duration":0}},{"uid":"37f6126515ecacc6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/37f6126515ecacc6","status":"passed","time":{"start":1728046837786,"stop":1728046837786,"duration":0}},{"uid":"8426e5d618adf2b4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8426e5d618adf2b4","status":"passed","time":{"start":1728042907560,"stop":1728042907560,"duration":0}},{"uid":"d9f16e1d44d0c46f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d9f16e1d44d0c46f","status":"passed","time":{"start":1728035469865,"stop":1728035469865,"duration":0}},{"uid":"258c1ede1781508b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/258c1ede1781508b","status":"passed","time":{"start":1728033386369,"stop":1728033386370,"duration":1}}]},"e8f6ce6fa4e2c99c811adc29f3d77ce1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed4a07c4b2f0d678","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ed4a07c4b2f0d678","status":"passed","time":{"start":1728067440376,"stop":1728067440376,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e03d3bb1619ecd7d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e03d3bb1619ecd7d","status":"passed","time":{"start":1728086235229,"stop":1728086235229,"duration":0}},{"uid":"af3e14bff2ac80b8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/af3e14bff2ac80b8","status":"passed","time":{"start":1728085254234,"stop":1728085254235,"duration":1}},{"uid":"a879c85622164104","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a879c85622164104","status":"passed","time":{"start":1728084056990,"stop":1728084056991,"duration":1}},{"uid":"4c82647e96af420c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4c82647e96af420c","status":"passed","time":{"start":1728083113936,"stop":1728083113936,"duration":0}},{"uid":"16d29db6052894b3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/16d29db6052894b3","status":"passed","time":{"start":1728082422913,"stop":1728082422914,"duration":1}},{"uid":"eb9e2949d8a3e188","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eb9e2949d8a3e188","status":"passed","time":{"start":1728069281365,"stop":1728069281368,"duration":3}},{"uid":"171092f5b50bead0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/171092f5b50bead0","status":"passed","time":{"start":1728068055162,"stop":1728068055162,"duration":0}},{"uid":"5f542de45e5c5aa5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5f542de45e5c5aa5","status":"passed","time":{"start":1728067502944,"stop":1728067502944,"duration":0}},{"uid":"9459a097e42367ba","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9459a097e42367ba","status":"passed","time":{"start":1728067440386,"stop":1728067440386,"duration":0}},{"uid":"b2db033fb09708b5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b2db033fb09708b5","status":"passed","time":{"start":1728058204394,"stop":1728058204394,"duration":0}},{"uid":"ae01823762636fc1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ae01823762636fc1","status":"passed","time":{"start":1728058106475,"stop":1728058106476,"duration":1}},{"uid":"718e100cf83afdf3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/718e100cf83afdf3","status":"passed","time":{"start":1728058024183,"stop":1728058024183,"duration":0}},{"uid":"22fc92dfcd84b40","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/22fc92dfcd84b40","status":"passed","time":{"start":1728057732235,"stop":1728057732235,"duration":0}},{"uid":"f1fd3c24b740f478","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f1fd3c24b740f478","status":"passed","time":{"start":1728056359098,"stop":1728056359098,"duration":0}},{"uid":"46b8c56d5d1eb67c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/46b8c56d5d1eb67c","status":"passed","time":{"start":1728053941733,"stop":1728053941734,"duration":1}},{"uid":"50f0e496ca67b74b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/50f0e496ca67b74b","status":"passed","time":{"start":1728049755697,"stop":1728049755698,"duration":1}},{"uid":"63cb3b26b2d85d1f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/63cb3b26b2d85d1f","status":"passed","time":{"start":1728048050529,"stop":1728048050529,"duration":0}},{"uid":"47e97c42a88b3180","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/47e97c42a88b3180","status":"passed","time":{"start":1728043269972,"stop":1728043269972,"duration":0}},{"uid":"3501b301b4dacd5d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3501b301b4dacd5d","status":"passed","time":{"start":1728035898416,"stop":1728035898417,"duration":1}},{"uid":"80f38c439dfc98e8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/80f38c439dfc98e8","status":"passed","time":{"start":1728033815151,"stop":1728033815154,"duration":3}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6acf16aacb58224b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6acf16aacb58224b","status":"passed","time":{"start":1728086260667,"stop":1728086260667,"duration":0}},{"uid":"5196b19e5e3dc2ec","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5196b19e5e3dc2ec","status":"passed","time":{"start":1728085277879,"stop":1728085277880,"duration":1}},{"uid":"d730dfdd591ff6c1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d730dfdd591ff6c1","status":"passed","time":{"start":1728084067149,"stop":1728084067149,"duration":0}},{"uid":"5586e62785668a61","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5586e62785668a61","status":"passed","time":{"start":1728083147588,"stop":1728083147589,"duration":1}},{"uid":"aaef2256373c5d3d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/aaef2256373c5d3d","status":"passed","time":{"start":1728082438090,"stop":1728082438091,"duration":1}},{"uid":"48a8fdccd45ec128","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/48a8fdccd45ec128","status":"passed","time":{"start":1728069309227,"stop":1728069309227,"duration":0}},{"uid":"9a153dfec15e09e6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9a153dfec15e09e6","status":"passed","time":{"start":1728068082744,"stop":1728068082745,"duration":1}},{"uid":"2b01a61f2abc0a5b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2b01a61f2abc0a5b","status":"passed","time":{"start":1728066313117,"stop":1728066313118,"duration":1}},{"uid":"bcc36326a6cbdd96","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bcc36326a6cbdd96","status":"passed","time":{"start":1728066643879,"stop":1728066643879,"duration":0}},{"uid":"ba3d5431160ed5e8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ba3d5431160ed5e8","status":"passed","time":{"start":1728057700448,"stop":1728057700448,"duration":0}},{"uid":"32f81e061f7a41aa","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/32f81e061f7a41aa","status":"passed","time":{"start":1728056619540,"stop":1728056619540,"duration":0}},{"uid":"3f42824906375f8c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3f42824906375f8c","status":"passed","time":{"start":1728057124864,"stop":1728057124864,"duration":0}},{"uid":"24ca6da285cd1150","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/24ca6da285cd1150","status":"passed","time":{"start":1728055761113,"stop":1728055761113,"duration":0}},{"uid":"109fa2ecac425dca","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/109fa2ecac425dca","status":"passed","time":{"start":1728055090258,"stop":1728055090258,"duration":0}},{"uid":"e05005fa13859d50","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e05005fa13859d50","status":"passed","time":{"start":1728053197859,"stop":1728053197859,"duration":0}},{"uid":"fb1df356bdcba419","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fb1df356bdcba419","status":"passed","time":{"start":1728047494831,"stop":1728047494831,"duration":0}},{"uid":"d1a9431cdb16fc8f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d1a9431cdb16fc8f","status":"passed","time":{"start":1728047681523,"stop":1728047681523,"duration":0}},{"uid":"ed6bb80930b0a540","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ed6bb80930b0a540","status":"passed","time":{"start":1728043300962,"stop":1728043300963,"duration":1}},{"uid":"7a9270028c33494b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7a9270028c33494b","status":"passed","time":{"start":1728035911109,"stop":1728035911109,"duration":0}},{"uid":"3bc3a748dc458cae","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3bc3a748dc458cae","status":"passed","time":{"start":1728033823637,"stop":1728033823637,"duration":0}}]},"69499c50c73856e14e11fc21c38248d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14005aee5d42f423","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/14005aee5d42f423","status":"passed","time":{"start":1728047681503,"stop":1728047681504,"duration":1}}]},"156534a5b00cfd0155a25d952ea1a79c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1445b56a5f9969f4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1445b56a5f9969f4","status":"passed","time":{"start":1728033769219,"stop":1728033769219,"duration":0}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":13,"skipped":0,"passed":11,"unknown":0,"total":24},"items":[{"uid":"7e3dcb7c90370db6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e3dcb7c90370db6","status":"passed","time":{"start":1728086059813,"stop":1728086059813,"duration":0}},{"uid":"dbfd539ea6b8157f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dbfd539ea6b8157f","status":"passed","time":{"start":1728085080970,"stop":1728085080971,"duration":1}},{"uid":"f899f5c82ea0ded5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f899f5c82ea0ded5","status":"passed","time":{"start":1728083928168,"stop":1728083928168,"duration":0}},{"uid":"a82d7a8780efa033","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a82d7a8780efa033","status":"passed","time":{"start":1728082985568,"stop":1728082985569,"duration":1}},{"uid":"7fdc6f3c0823f348","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7fdc6f3c0823f348","status":"passed","time":{"start":1728082299742,"stop":1728082299742,"duration":0}},{"uid":"8118e316f5517ef8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8118e316f5517ef8","status":"passed","time":{"start":1728069108979,"stop":1728069108980,"duration":1}},{"uid":"91f614e1d41b1120","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/91f614e1d41b1120","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728068241747,"stop":1728068241748,"duration":1}},{"uid":"42f9d959dc55983","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/42f9d959dc55983","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066126649,"stop":1728066126650,"duration":1}},{"uid":"3c22d12e1d11271f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3c22d12e1d11271f","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066415170,"stop":1728066415170,"duration":0}},{"uid":"a037542db22e4395","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a037542db22e4395","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728057304943,"stop":1728057304944,"duration":1}},{"uid":"977db952fb043aee","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/977db952fb043aee","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056453354,"stop":1728056453354,"duration":0}},{"uid":"392850b66426e3d7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/392850b66426e3d7","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056799401,"stop":1728056799402,"duration":1}},{"uid":"3539b70920f2ddbc","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3539b70920f2ddbc","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728055576636,"stop":1728055576637,"duration":1}},{"uid":"92b87c993ea0b800","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/92b87c993ea0b800","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728054554816,"stop":1728054554816,"duration":0}},{"uid":"62995c3231c824dd","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/62995c3231c824dd","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728052746419,"stop":1728052746419,"duration":0}},{"uid":"49f5e5f71f05563d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/49f5e5f71f05563d","status":"passed","time":{"start":1728046277273,"stop":1728046277274,"duration":1}},{"uid":"26efd7ddab3350ce","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/26efd7ddab3350ce","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728047334411,"stop":1728047334414,"duration":3}},{"uid":"c50d5b70198412ed","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c50d5b70198412ed","status":"passed","time":{"start":1728043113986,"stop":1728043113986,"duration":0}},{"uid":"951eee99558c7a8e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/951eee99558c7a8e","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035732768,"stop":1728035732769,"duration":1}},{"uid":"7cd704dac1862","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7cd704dac1862","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033656092,"stop":1728033656093,"duration":1}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":21,"unknown":0,"total":24},"items":[{"uid":"956383290bcfa523","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/956383290bcfa523","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0}},{"uid":"be0dd3bc6337d3d5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/be0dd3bc6337d3d5","status":"passed","time":{"start":1728085254235,"stop":1728085254235,"duration":0}},{"uid":"874ff48b69f72280","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/874ff48b69f72280","status":"passed","time":{"start":1728084056994,"stop":1728084056994,"duration":0}},{"uid":"3c85fca8915964b1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3c85fca8915964b1","status":"passed","time":{"start":1728083113937,"stop":1728083113938,"duration":1}},{"uid":"2ea712c7979d5b07","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2ea712c7979d5b07","status":"passed","time":{"start":1728082422914,"stop":1728082422914,"duration":0}},{"uid":"cabf293e3da4a445","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cabf293e3da4a445","status":"passed","time":{"start":1728069281368,"stop":1728069281369,"duration":1}},{"uid":"372f92c699defdaa","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/372f92c699defdaa","status":"passed","time":{"start":1728068055163,"stop":1728068055163,"duration":0}},{"uid":"8f8d2e5399b6b86c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8f8d2e5399b6b86c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728067502945,"stop":1728067502945,"duration":0}},{"uid":"d4a07242e6cdb46b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d4a07242e6cdb46b","status":"passed","time":{"start":1728067440387,"stop":1728067440387,"duration":0}},{"uid":"7ce0c453e0f8e38","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ce0c453e0f8e38","status":"passed","time":{"start":1728058204395,"stop":1728058204395,"duration":0}},{"uid":"f25220e84a417618","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f25220e84a417618","status":"passed","time":{"start":1728058106477,"stop":1728058106477,"duration":0}},{"uid":"97ac508e3619c918","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/97ac508e3619c918","status":"passed","time":{"start":1728058024184,"stop":1728058024184,"duration":0}},{"uid":"970edf7bd5ef8bad","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/970edf7bd5ef8bad","status":"passed","time":{"start":1728057732236,"stop":1728057732236,"duration":0}},{"uid":"f50221b9783a9e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f50221b9783a9e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728056359099,"stop":1728056359099,"duration":0}},{"uid":"f1679008f1316b8e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f1679008f1316b8e","status":"passed","time":{"start":1728053941735,"stop":1728053941735,"duration":0}},{"uid":"4d8b6962a6524476","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4d8b6962a6524476","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755699,"stop":1728049755699,"duration":0}},{"uid":"45f68c2d48115656","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/45f68c2d48115656","status":"passed","time":{"start":1728048050529,"stop":1728048050529,"duration":0}},{"uid":"1acc2f4c88568f9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1acc2f4c88568f9","status":"passed","time":{"start":1728043269972,"stop":1728043269973,"duration":1}},{"uid":"3d941964d65240a9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3d941964d65240a9","status":"passed","time":{"start":1728035898417,"stop":1728035898417,"duration":0}},{"uid":"cddeb63c3ce42034","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cddeb63c3ce42034","status":"passed","time":{"start":1728033815155,"stop":1728033815156,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9f6f1a6c4d33476f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9f6f1a6c4d33476f","status":"passed","time":{"start":1728086063201,"stop":1728086063201,"duration":0}},{"uid":"c48ba7d8f99f4f5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c48ba7d8f99f4f5","status":"passed","time":{"start":1728085079909,"stop":1728085079911,"duration":2}},{"uid":"8c19a45978bc69e5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8c19a45978bc69e5","status":"passed","time":{"start":1728083929305,"stop":1728083929308,"duration":3}},{"uid":"380d043f58f6e612","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/380d043f58f6e612","status":"passed","time":{"start":1728082986581,"stop":1728082986581,"duration":0}},{"uid":"c733188cc4fea1b9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c733188cc4fea1b9","status":"passed","time":{"start":1728082304432,"stop":1728082304433,"duration":1}},{"uid":"a23b646a1a342a37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a23b646a1a342a37","status":"passed","time":{"start":1728069112312,"stop":1728069112313,"duration":1}},{"uid":"a1f0e092d58f35ec","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a1f0e092d58f35ec","status":"passed","time":{"start":1728067941529,"stop":1728067941529,"duration":0}},{"uid":"f9ab25e16d258ead","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f9ab25e16d258ead","status":"passed","time":{"start":1728043108504,"stop":1728043108504,"duration":0}},{"uid":"389a8f238c35d631","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/389a8f238c35d631","status":"passed","time":{"start":1728035666353,"stop":1728035666354,"duration":1}},{"uid":"d383b1a84c011971","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d383b1a84c011971","status":"passed","time":{"start":1728033588080,"stop":1728033588081,"duration":1}},{"uid":"89773940056c4b08","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/89773940056c4b08","status":"passed","time":{"start":1728033211366,"stop":1728033211366,"duration":0}},{"uid":"9d75d07365a27b7e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9d75d07365a27b7e","status":"passed","time":{"start":1728032787687,"stop":1728032787687,"duration":0}},{"uid":"2d3df01fe74ac8ef","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2d3df01fe74ac8ef","status":"passed","time":{"start":1728032415390,"stop":1728032415391,"duration":1}},{"uid":"c47bce353c860d1a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c47bce353c860d1a","status":"passed","time":{"start":1728032137565,"stop":1728032137566,"duration":1}}]},"b13cb7796b63fe397fdd32138d730b08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"122f6816e0b08ad1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/122f6816e0b08ad1","status":"passed","time":{"start":1728032984205,"stop":1728032984205,"duration":0}}]},"252391b90c5ddbe385149ddf2c9de69e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11930fcd7e847dbc","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/11930fcd7e847dbc","status":"passed","time":{"start":1728056359088,"stop":1728056359088,"duration":0}}]},"e8b553b7bd634686e7ffe0e71c74ad7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4090a092f453bbd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c4090a092f453bbd","status":"passed","time":{"start":1728068082727,"stop":1728068082727,"duration":0}}]},"66d1d2b573ad317b638c4f5c3624d6b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2998fc19cf8a833c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2998fc19cf8a833c","status":"passed","time":{"start":1728052606343,"stop":1728052606343,"duration":0}}]},"b1380173f1f984d847dbcd01ef0516fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afa0202fdf47c3bf","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/afa0202fdf47c3bf","status":"passed","time":{"start":1728066643866,"stop":1728066643866,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6dbb379d41944d65","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6dbb379d41944d65","status":"passed","time":{"start":1728086063197,"stop":1728086063200,"duration":3}},{"uid":"f8902e7e529a224d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f8902e7e529a224d","status":"passed","time":{"start":1728085079908,"stop":1728085079908,"duration":0}},{"uid":"3084bf1383cd7ecc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3084bf1383cd7ecc","status":"passed","time":{"start":1728083929302,"stop":1728083929302,"duration":0}},{"uid":"df3d8aab2c6d2a0a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/df3d8aab2c6d2a0a","status":"passed","time":{"start":1728082986572,"stop":1728082986572,"duration":0}},{"uid":"c0d2adc64e838c0e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c0d2adc64e838c0e","status":"passed","time":{"start":1728082304430,"stop":1728082304431,"duration":1}},{"uid":"7c343a2c5ed30065","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7c343a2c5ed30065","status":"passed","time":{"start":1728069112311,"stop":1728069112312,"duration":1}},{"uid":"589b987ffa56807c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/589b987ffa56807c","status":"passed","time":{"start":1728067941528,"stop":1728067941528,"duration":0}},{"uid":"66716a0030c5c4a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/66716a0030c5c4a3","status":"passed","time":{"start":1728043108503,"stop":1728043108503,"duration":0}},{"uid":"994b2241b47c61","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/994b2241b47c61","status":"passed","time":{"start":1728035666349,"stop":1728035666349,"duration":0}},{"uid":"8758c293bb193dc4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8758c293bb193dc4","status":"passed","time":{"start":1728033588078,"stop":1728033588079,"duration":1}},{"uid":"b784ef64b9a5f860","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b784ef64b9a5f860","status":"passed","time":{"start":1728033211364,"stop":1728033211365,"duration":1}},{"uid":"7454402aeb5af040","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/7454402aeb5af040","status":"passed","time":{"start":1728032787685,"stop":1728032787685,"duration":0}},{"uid":"fe468785a0c8e5bc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fe468785a0c8e5bc","status":"passed","time":{"start":1728032415384,"stop":1728032415385,"duration":1}},{"uid":"83da7c17e2a176e6","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/83da7c17e2a176e6","status":"passed","time":{"start":1728032137564,"stop":1728032137564,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"86f3479021f2f91","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86f3479021f2f91","status":"passed","time":{"start":1728085864164,"stop":1728085864164,"duration":0}},{"uid":"dd2fd4a7c177028a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dd2fd4a7c177028a","status":"passed","time":{"start":1728084876392,"stop":1728084876392,"duration":0}},{"uid":"b3ec84696ad7a794","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b3ec84696ad7a794","status":"passed","time":{"start":1728083744349,"stop":1728083744350,"duration":1}},{"uid":"7cdaaa27daf4dd87","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7cdaaa27daf4dd87","status":"passed","time":{"start":1728082807442,"stop":1728082807442,"duration":0}},{"uid":"ddb0f09d78a25485","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ddb0f09d78a25485","status":"passed","time":{"start":1728082139310,"stop":1728082139310,"duration":0}},{"uid":"cf78586f5de12b00","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cf78586f5de12b00","status":"passed","time":{"start":1728068908048,"stop":1728068908049,"duration":1}},{"uid":"5671d5260e25062f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5671d5260e25062f","status":"passed","time":{"start":1728067784705,"stop":1728067784705,"duration":0}},{"uid":"d176f02f9ec68977","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d176f02f9ec68977","status":"passed","time":{"start":1728065631507,"stop":1728065631507,"duration":0}},{"uid":"cbf853c1301d1831","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cbf853c1301d1831","status":"passed","time":{"start":1728065920819,"stop":1728065920819,"duration":0}},{"uid":"b2414f42c2b6a7ee","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b2414f42c2b6a7ee","status":"passed","time":{"start":1728056811578,"stop":1728056811578,"duration":0}},{"uid":"833910daa4c85079","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/833910daa4c85079","status":"passed","time":{"start":1728055983134,"stop":1728055983135,"duration":1}},{"uid":"c657f231fe50eef7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c657f231fe50eef7","status":"passed","time":{"start":1728056303678,"stop":1728056303678,"duration":0}},{"uid":"3fb2d25a1ac13e0b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3fb2d25a1ac13e0b","status":"passed","time":{"start":1728055114807,"stop":1728055114807,"duration":0}},{"uid":"dfad97201ed8850d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/dfad97201ed8850d","status":"passed","time":{"start":1728054093594,"stop":1728054093594,"duration":0}},{"uid":"6585f8ebe9f26a7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6585f8ebe9f26a7","status":"passed","time":{"start":1728052371179,"stop":1728052371179,"duration":0}},{"uid":"b091a930bd3abf12","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b091a930bd3abf12","status":"passed","time":{"start":1728046051717,"stop":1728046051718,"duration":1}},{"uid":"24026d254c4a955b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/24026d254c4a955b","status":"passed","time":{"start":1728046837805,"stop":1728046837805,"duration":0}},{"uid":"912b7b0371d851df","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/912b7b0371d851df","status":"passed","time":{"start":1728042907577,"stop":1728042907578,"duration":1}},{"uid":"7431f45816c1b4e1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7431f45816c1b4e1","status":"passed","time":{"start":1728035469879,"stop":1728035469879,"duration":0}},{"uid":"2bd6b5a22e6065ba","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2bd6b5a22e6065ba","status":"passed","time":{"start":1728033386388,"stop":1728033386388,"duration":0}}]},"f9dcb9bf9b9c056ea73f5ac6fa2a63a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"daccbf920fb79088","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/daccbf920fb79088","status":"passed","time":{"start":1728084056983,"stop":1728084056984,"duration":1}}]},"15c78094d88c1be7507e2ad9dd76fae8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53482c34f85f1a09","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/53482c34f85f1a09","status":"passed","time":{"start":1728067440373,"stop":1728067440374,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"3e7e35a16482575e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3e7e35a16482575e","status":"passed","time":{"start":1728086188759,"stop":1728086188761,"duration":2}},{"uid":"1e3bb84771cf5df5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1e3bb84771cf5df5","status":"passed","time":{"start":1728085201201,"stop":1728085201204,"duration":3}},{"uid":"542e7cd0b19dcd2e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/542e7cd0b19dcd2e","status":"passed","time":{"start":1728084009854,"stop":1728084009855,"duration":1}},{"uid":"95933aa67b76e0c9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/95933aa67b76e0c9","status":"passed","time":{"start":1728083072487,"stop":1728083072488,"duration":1}},{"uid":"8b33192c0dbe8096","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8b33192c0dbe8096","status":"passed","time":{"start":1728082388850,"stop":1728082388850,"duration":0}},{"uid":"f83308ef0243ad18","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f83308ef0243ad18","status":"passed","time":{"start":1728069236310,"stop":1728069236311,"duration":1}},{"uid":"e8ae0accd3a37639","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e8ae0accd3a37639","status":"passed","time":{"start":1728068029086,"stop":1728068029087,"duration":1}},{"uid":"7476e5bd2439e727","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7476e5bd2439e727","status":"passed","time":{"start":1728066048219,"stop":1728066048220,"duration":1}},{"uid":"5df420d9f90d87f6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5df420d9f90d87f6","status":"passed","time":{"start":1728066337078,"stop":1728066337079,"duration":1}},{"uid":"c2ef4beced44cdda","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c2ef4beced44cdda","status":"passed","time":{"start":1728057196025,"stop":1728057196026,"duration":1}},{"uid":"bf11a046e4aed139","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bf11a046e4aed139","status":"passed","time":{"start":1728056293351,"stop":1728056293352,"duration":1}},{"uid":"398a01ef00856415","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/398a01ef00856415","status":"passed","time":{"start":1728056720075,"stop":1728056720076,"duration":1}},{"uid":"9467516c2b23cc7c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9467516c2b23cc7c","status":"passed","time":{"start":1728052598887,"stop":1728052598888,"duration":1}},{"uid":"f9c73ce42b52ac67","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f9c73ce42b52ac67","status":"passed","time":{"start":1728046437943,"stop":1728046437943,"duration":0}},{"uid":"605cdc4381ea713c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/605cdc4381ea713c","status":"passed","time":{"start":1728047253038,"stop":1728047253039,"duration":1}},{"uid":"55b383a0fe64aa5b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/55b383a0fe64aa5b","status":"passed","time":{"start":1728043222210,"stop":1728043222210,"duration":0}},{"uid":"7d26b046f2747e37","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7d26b046f2747e37","status":"passed","time":{"start":1728035865404,"stop":1728035865406,"duration":2}},{"uid":"dbd603eba21e9203","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dbd603eba21e9203","status":"passed","time":{"start":1728033783294,"stop":1728033783295,"duration":1}},{"uid":"4cd515beb821e425","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4cd515beb821e425","status":"passed","time":{"start":1728033401167,"stop":1728033401168,"duration":1}},{"uid":"a3a3ec5cfaaf3e6b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a3a3ec5cfaaf3e6b","status":"passed","time":{"start":1728032904055,"stop":1728032904056,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"338b104933b03014","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/338b104933b03014","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0}},{"uid":"2c75ce998adb954e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2c75ce998adb954e","status":"passed","time":{"start":1728085139865,"stop":1728085139865,"duration":0}},{"uid":"b7b0afbad49700dc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b7b0afbad49700dc","status":"passed","time":{"start":1728083976015,"stop":1728083976015,"duration":0}},{"uid":"9129911eef9b8071","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9129911eef9b8071","status":"passed","time":{"start":1728083054624,"stop":1728083054625,"duration":1}},{"uid":"25d4f2bb3102035b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/25d4f2bb3102035b","status":"passed","time":{"start":1728082369818,"stop":1728082369819,"duration":1}},{"uid":"9215f8368e0829a7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9215f8368e0829a7","status":"passed","time":{"start":1728069168820,"stop":1728069168821,"duration":1}},{"uid":"6c8fbc532b4e14e1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6c8fbc532b4e14e1","status":"passed","time":{"start":1728068016554,"stop":1728068016554,"duration":0}},{"uid":"a2a63a46dff98a36","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a2a63a46dff98a36","status":"passed","time":{"start":1728043166277,"stop":1728043166277,"duration":0}},{"uid":"814416707392b915","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/814416707392b915","status":"passed","time":{"start":1728035763468,"stop":1728035763472,"duration":4}},{"uid":"a2292a329f5a0a2d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a2292a329f5a0a2d","status":"passed","time":{"start":1728033686480,"stop":1728033686483,"duration":3}},{"uid":"4dc36b5520f060fa","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4dc36b5520f060fa","status":"passed","time":{"start":1728033307543,"stop":1728033307544,"duration":1}},{"uid":"89d6673a4d844731","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/89d6673a4d844731","status":"passed","time":{"start":1728032848457,"stop":1728032848457,"duration":0}},{"uid":"bf0eecc56511776c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bf0eecc56511776c","status":"passed","time":{"start":1728032477086,"stop":1728032477088,"duration":2}},{"uid":"4991dac58e1107e3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4991dac58e1107e3","status":"passed","time":{"start":1728032201819,"stop":1728032201820,"duration":1}}]},"a308f568b33587e8c5824e4f527c2cfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fb7aa477eab64fe","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8fb7aa477eab64fe","status":"passed","time":{"start":1728068055158,"stop":1728068055158,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c069c5057db23a1c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c069c5057db23a1c","status":"passed","time":{"start":1728085864174,"stop":1728085864175,"duration":1}},{"uid":"52a3563a9a7c6e8b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/52a3563a9a7c6e8b","status":"passed","time":{"start":1728084876403,"stop":1728084876404,"duration":1}},{"uid":"76852805971e1edc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/76852805971e1edc","status":"passed","time":{"start":1728083744359,"stop":1728083744359,"duration":0}},{"uid":"3030fda599543c9b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3030fda599543c9b","status":"passed","time":{"start":1728082807452,"stop":1728082807453,"duration":1}},{"uid":"c33d643ff23d28da","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c33d643ff23d28da","status":"passed","time":{"start":1728082139321,"stop":1728082139321,"duration":0}},{"uid":"e8b288095ec56d72","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e8b288095ec56d72","status":"passed","time":{"start":1728068908060,"stop":1728068908061,"duration":1}},{"uid":"56e3c9dd130513d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/56e3c9dd130513d","status":"passed","time":{"start":1728067784714,"stop":1728067784714,"duration":0}},{"uid":"ecaece54a41e233c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ecaece54a41e233c","status":"passed","time":{"start":1728065631517,"stop":1728065631518,"duration":1}},{"uid":"958c4ee7e616339b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/958c4ee7e616339b","status":"passed","time":{"start":1728065920829,"stop":1728065920830,"duration":1}},{"uid":"3c84782795c46544","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3c84782795c46544","status":"passed","time":{"start":1728056811588,"stop":1728056811589,"duration":1}},{"uid":"9e4f0a96b93f7087","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9e4f0a96b93f7087","status":"passed","time":{"start":1728055983145,"stop":1728055983145,"duration":0}},{"uid":"164108c787a64cdc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/164108c787a64cdc","status":"passed","time":{"start":1728056303686,"stop":1728056303686,"duration":0}},{"uid":"85b4d668447a6f72","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/85b4d668447a6f72","status":"passed","time":{"start":1728055114817,"stop":1728055114818,"duration":1}},{"uid":"77631c59d7623392","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/77631c59d7623392","status":"passed","time":{"start":1728054093604,"stop":1728054093605,"duration":1}},{"uid":"f35ddb2697776d42","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f35ddb2697776d42","status":"passed","time":{"start":1728052371191,"stop":1728052371192,"duration":1}},{"uid":"18d1f3b683537198","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/18d1f3b683537198","status":"passed","time":{"start":1728046051729,"stop":1728046051729,"duration":0}},{"uid":"4d7da7ad02168b8e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4d7da7ad02168b8e","status":"passed","time":{"start":1728046837814,"stop":1728046837814,"duration":0}},{"uid":"18c118ada077e56d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/18c118ada077e56d","status":"passed","time":{"start":1728042907586,"stop":1728042907587,"duration":1}},{"uid":"ba5efe3d5e2a20c9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ba5efe3d5e2a20c9","status":"passed","time":{"start":1728035469887,"stop":1728035469888,"duration":1}},{"uid":"b97a6dbcfa185c41","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b97a6dbcfa185c41","status":"passed","time":{"start":1728033386399,"stop":1728033386399,"duration":0}}]},"243bff4d26f6d814d4c37dfd72646069:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3b2b3c1023a28ea","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e3b2b3c1023a28ea","status":"passed","time":{"start":1728032984204,"stop":1728032984204,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b0d793afa9cd7144","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0d793afa9cd7144","status":"passed","time":{"start":1728086279990,"stop":1728086279992,"duration":2}},{"uid":"86e76d443705f93","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/86e76d443705f93","status":"passed","time":{"start":1728085293904,"stop":1728085293904,"duration":0}},{"uid":"1c83eaf76477dcb9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1c83eaf76477dcb9","status":"passed","time":{"start":1728084101449,"stop":1728084101449,"duration":0}},{"uid":"7a38a53ab77e7521","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7a38a53ab77e7521","status":"passed","time":{"start":1728083168113,"stop":1728083168113,"duration":0}},{"uid":"c9d48e29dae3d9a6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c9d48e29dae3d9a6","status":"passed","time":{"start":1728082465060,"stop":1728082465060,"duration":0}},{"uid":"4dfb43a30da3b3a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4dfb43a30da3b3a","status":"passed","time":{"start":1728069334921,"stop":1728069334922,"duration":1}},{"uid":"88a3670b6bc44034","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/88a3670b6bc44034","status":"passed","time":{"start":1728068118330,"stop":1728068118331,"duration":1}},{"uid":"2d1cd52ef34ddcd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2d1cd52ef34ddcd","status":"passed","time":{"start":1728043322677,"stop":1728043322678,"duration":1}},{"uid":"ae619e85d5f00627","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ae619e85d5f00627","status":"passed","time":{"start":1728035930897,"stop":1728035930900,"duration":3}},{"uid":"3850ad0143d2b557","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3850ad0143d2b557","status":"passed","time":{"start":1728033847226,"stop":1728033847226,"duration":0}},{"uid":"9b61c568b4ca0ef2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9b61c568b4ca0ef2","status":"passed","time":{"start":1728033467597,"stop":1728033467597,"duration":0}},{"uid":"512cfc902fa89501","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/512cfc902fa89501","status":"passed","time":{"start":1728033001746,"stop":1728033001746,"duration":0}},{"uid":"40d6a9d7acd001a8","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/40d6a9d7acd001a8","status":"passed","time":{"start":1728032629244,"stop":1728032629245,"duration":1}},{"uid":"1f70895c68c13254","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1f70895c68c13254","status":"passed","time":{"start":1728032360465,"stop":1728032360465,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7da1725f45b5be2f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7da1725f45b5be2f","status":"passed","time":{"start":1728085887949,"stop":1728085887949,"duration":0}},{"uid":"4c02e3d59bc6a9c3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4c02e3d59bc6a9c3","status":"passed","time":{"start":1728084901036,"stop":1728084901036,"duration":0}},{"uid":"7eeff5313121b3ee","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7eeff5313121b3ee","status":"passed","time":{"start":1728083767737,"stop":1728083767738,"duration":1}},{"uid":"6e1e3a4422660c94","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6e1e3a4422660c94","status":"passed","time":{"start":1728082831084,"stop":1728082831084,"duration":0}},{"uid":"d2b7d5cbc9610d37","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d2b7d5cbc9610d37","status":"passed","time":{"start":1728082163257,"stop":1728082163257,"duration":0}},{"uid":"74b267766964e60c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/74b267766964e60c","status":"passed","time":{"start":1728068932329,"stop":1728068932329,"duration":0}},{"uid":"5e55673ade326632","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5e55673ade326632","status":"passed","time":{"start":1728067808310,"stop":1728067808310,"duration":0}},{"uid":"cd029b99f4b187af","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cd029b99f4b187af","status":"passed","time":{"start":1728065654941,"stop":1728065654941,"duration":0}},{"uid":"a9c761418a93404e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a9c761418a93404e","status":"passed","time":{"start":1728065944723,"stop":1728065944723,"duration":0}},{"uid":"9d65b0410df64eb5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9d65b0410df64eb5","status":"passed","time":{"start":1728056835003,"stop":1728056835003,"duration":0}},{"uid":"ad6dc962aafe0b00","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ad6dc962aafe0b00","status":"passed","time":{"start":1728056007092,"stop":1728056007092,"duration":0}},{"uid":"7811fad0c3c957ca","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7811fad0c3c957ca","status":"passed","time":{"start":1728056327238,"stop":1728056327238,"duration":0}},{"uid":"92bd7fbf2ac65142","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/92bd7fbf2ac65142","status":"passed","time":{"start":1728055138665,"stop":1728055138665,"duration":0}},{"uid":"40bd3d31cc01f2d7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/40bd3d31cc01f2d7","status":"passed","time":{"start":1728054117450,"stop":1728054117450,"duration":0}},{"uid":"97e4aa839383308a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/97e4aa839383308a","status":"passed","time":{"start":1728052394960,"stop":1728052394960,"duration":0}},{"uid":"64b870128b89e82a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/64b870128b89e82a","status":"passed","time":{"start":1728046076374,"stop":1728046076374,"duration":0}},{"uid":"e9e665107627c176","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e9e665107627c176","status":"passed","time":{"start":1728046861539,"stop":1728046861540,"duration":1}},{"uid":"f59bd4053f12be21","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f59bd4053f12be21","status":"passed","time":{"start":1728042931175,"stop":1728042931176,"duration":1}},{"uid":"74d56aee1d741cc3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/74d56aee1d741cc3","status":"passed","time":{"start":1728035493996,"stop":1728035493996,"duration":0}},{"uid":"c03e45b70fcaca94","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c03e45b70fcaca94","status":"passed","time":{"start":1728033410790,"stop":1728033410790,"duration":0}}]},"512d5cf5a8ff9b0069ad065f7d2ff083:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b090f7cc3a7351b7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b090f7cc3a7351b7","status":"passed","time":{"start":1728084067139,"stop":1728084067140,"duration":1}}]},"a96646e887814f30d635272655a5331b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae55e4dd2abb02d4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ae55e4dd2abb02d4","status":"passed","time":{"start":1728035872174,"stop":1728035872174,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"76a0b1723fa5212d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/76a0b1723fa5212d","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0}},{"uid":"69728b4cde54c76","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/69728b4cde54c76","status":"passed","time":{"start":1728084905008,"stop":1728084905008,"duration":0}},{"uid":"4e21c51a4873d57a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4e21c51a4873d57a","status":"passed","time":{"start":1728083771604,"stop":1728083771604,"duration":0}},{"uid":"f21d6f3de929aa34","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f21d6f3de929aa34","status":"passed","time":{"start":1728082834945,"stop":1728082834945,"duration":0}},{"uid":"df3a63f9fa0c2d72","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/df3a63f9fa0c2d72","status":"passed","time":{"start":1728082166941,"stop":1728082166942,"duration":1}},{"uid":"f904a4f24b1dad91","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f904a4f24b1dad91","status":"passed","time":{"start":1728068936268,"stop":1728068936268,"duration":0}},{"uid":"8303360a911a8f7a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8303360a911a8f7a","status":"passed","time":{"start":1728067812052,"stop":1728067812053,"duration":1}},{"uid":"b523c1a4f96da033","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b523c1a4f96da033","status":"passed","time":{"start":1728065658892,"stop":1728065658892,"duration":0}},{"uid":"f6e5076717e224ce","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f6e5076717e224ce","status":"passed","time":{"start":1728065948761,"stop":1728065948761,"duration":0}},{"uid":"bd68c482afc95ed0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd68c482afc95ed0","status":"passed","time":{"start":1728056838987,"stop":1728056838987,"duration":0}},{"uid":"8f92783c8d51ba2f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8f92783c8d51ba2f","status":"passed","time":{"start":1728056010878,"stop":1728056010878,"duration":0}},{"uid":"5a2f6fd81cc10d68","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5a2f6fd81cc10d68","status":"passed","time":{"start":1728056331135,"stop":1728056331135,"duration":0}},{"uid":"f4a5d0cd4cd09fad","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f4a5d0cd4cd09fad","status":"passed","time":{"start":1728055142644,"stop":1728055142645,"duration":1}},{"uid":"bb9e2545a910d9af","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/bb9e2545a910d9af","status":"passed","time":{"start":1728054121362,"stop":1728054121363,"duration":1}},{"uid":"44b6392dddc1b6ce","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/44b6392dddc1b6ce","status":"passed","time":{"start":1728052398853,"stop":1728052398853,"duration":0}},{"uid":"3fdb8d035e5cf89c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3fdb8d035e5cf89c","status":"passed","time":{"start":1728046080159,"stop":1728046080159,"duration":0}},{"uid":"6dd6a39f85578d68","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6dd6a39f85578d68","status":"passed","time":{"start":1728046865184,"stop":1728046865185,"duration":1}},{"uid":"a1df38047743341a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a1df38047743341a","status":"passed","time":{"start":1728042934923,"stop":1728042934923,"duration":0}},{"uid":"3723fdf42d18975d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3723fdf42d18975d","status":"passed","time":{"start":1728035498003,"stop":1728035498003,"duration":0}},{"uid":"a3e942decfcd539a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a3e942decfcd539a","status":"passed","time":{"start":1728033414708,"stop":1728033414709,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f31192a47751b144","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f31192a47751b144","status":"passed","time":{"start":1728085879411,"stop":1728085879412,"duration":1}},{"uid":"9578e8599c34fbfd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9578e8599c34fbfd","status":"passed","time":{"start":1728084892169,"stop":1728084892170,"duration":1}},{"uid":"53df4bbbc36b2a1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/53df4bbbc36b2a1","status":"passed","time":{"start":1728083759176,"stop":1728083759181,"duration":5}},{"uid":"754b176fd92625ac","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/754b176fd92625ac","status":"passed","time":{"start":1728082822603,"stop":1728082822603,"duration":0}},{"uid":"655c2458debd92b2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/655c2458debd92b2","status":"passed","time":{"start":1728082154527,"stop":1728082154527,"duration":0}},{"uid":"ca53b37253bc2bd4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ca53b37253bc2bd4","status":"passed","time":{"start":1728068923565,"stop":1728068923566,"duration":1}},{"uid":"f2f6ea672c1a9fcd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f2f6ea672c1a9fcd","status":"passed","time":{"start":1728067799049,"stop":1728067799050,"duration":1}},{"uid":"66a3607404e7e90e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/66a3607404e7e90e","status":"passed","time":{"start":1728065646211,"stop":1728065646212,"duration":1}},{"uid":"d1ac1439ee89176a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d1ac1439ee89176a","status":"passed","time":{"start":1728065935980,"stop":1728065935981,"duration":1}},{"uid":"76dcfb35b1d0b9f0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/76dcfb35b1d0b9f0","status":"passed","time":{"start":1728056826286,"stop":1728056826295,"duration":9}},{"uid":"113c9762d3f106e1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/113c9762d3f106e1","status":"passed","time":{"start":1728055998407,"stop":1728055998410,"duration":3}},{"uid":"a9753f3a8f616925","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a9753f3a8f616925","status":"passed","time":{"start":1728056318513,"stop":1728056318517,"duration":4}},{"uid":"bed95a464b26d0dd","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bed95a464b26d0dd","status":"passed","time":{"start":1728055130038,"stop":1728055130039,"duration":1}},{"uid":"8d7a0994fa3a94d9","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8d7a0994fa3a94d9","status":"passed","time":{"start":1728054108818,"stop":1728054108821,"duration":3}},{"uid":"7639e2d8f8a5f025","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7639e2d8f8a5f025","status":"passed","time":{"start":1728052386478,"stop":1728052386481,"duration":3}},{"uid":"b0a3011bcef16103","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b0a3011bcef16103","status":"passed","time":{"start":1728046067469,"stop":1728046067471,"duration":2}},{"uid":"aa682d6a0b91aeed","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/aa682d6a0b91aeed","status":"passed","time":{"start":1728046852712,"stop":1728046852714,"duration":2}},{"uid":"764ac99709510cec","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/764ac99709510cec","status":"passed","time":{"start":1728042922906,"stop":1728042922907,"duration":1}},{"uid":"e7d38823aa5d4781","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e7d38823aa5d4781","status":"passed","time":{"start":1728035485600,"stop":1728035485601,"duration":1}},{"uid":"3e8b32bd2746291a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3e8b32bd2746291a","status":"passed","time":{"start":1728033401944,"stop":1728033401945,"duration":1}}]},"b919c4c54ed101417697ec7c90bb6d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"440aeda135fdf4ba","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/440aeda135fdf4ba","status":"passed","time":{"start":1728083147586,"stop":1728083147587,"duration":1}}]},"02a334b4e5d11195cd59972b2895cd2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"daf424ddb6b02e3b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/daf424ddb6b02e3b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728058106475,"stop":1728058106475,"duration":0}}]},"5ab4011fab1e44f4a55e28c8100e209e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f463c1dc8f422c4c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f463c1dc8f422c4c","status":"passed","time":{"start":1728032614675,"stop":1728032614676,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"63bc303dab7bdc0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/63bc303dab7bdc0","status":"passed","time":{"start":1728086280297,"stop":1728086280297,"duration":0}},{"uid":"6821c7b628634506","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6821c7b628634506","status":"passed","time":{"start":1728085297171,"stop":1728085297171,"duration":0}},{"uid":"d16c536c64c2d23e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d16c536c64c2d23e","status":"passed","time":{"start":1728084101597,"stop":1728084101597,"duration":0}},{"uid":"f87fc1abe8601dfb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f87fc1abe8601dfb","status":"passed","time":{"start":1728083169859,"stop":1728083169859,"duration":0}},{"uid":"3e5fadaf6430796d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3e5fadaf6430796d","status":"passed","time":{"start":1728082475841,"stop":1728082475845,"duration":4}},{"uid":"eb1a6386d75cfe4a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eb1a6386d75cfe4a","status":"passed","time":{"start":1728069329394,"stop":1728069329394,"duration":0}},{"uid":"b39945cf6098613","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b39945cf6098613","status":"passed","time":{"start":1728068125742,"stop":1728068125742,"duration":0}},{"uid":"1894fd60ae2d8792","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1894fd60ae2d8792","status":"passed","time":{"start":1728043317196,"stop":1728043317197,"duration":1}},{"uid":"5d0ee2fd99ccc827","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5d0ee2fd99ccc827","status":"passed","time":{"start":1728035933006,"stop":1728035933007,"duration":1}},{"uid":"7c4f8320eb9ab94d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7c4f8320eb9ab94d","status":"passed","time":{"start":1728033847981,"stop":1728033847981,"duration":0}},{"uid":"4fb9cf154cbd3f73","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4fb9cf154cbd3f73","status":"passed","time":{"start":1728033470896,"stop":1728033470897,"duration":1}},{"uid":"f11141da7e51904c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f11141da7e51904c","status":"passed","time":{"start":1728033006391,"stop":1728033006391,"duration":0}},{"uid":"a9956fb47470bd08","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a9956fb47470bd08","status":"passed","time":{"start":1728032635841,"stop":1728032635842,"duration":1}},{"uid":"a8a95fadb7f30a0a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a8a95fadb7f30a0a","status":"passed","time":{"start":1728032367229,"stop":1728032367229,"duration":0}}]},"b1fdc1809ede7a6c3d2e5d981647c159:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae3fe1d997ba7d34","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ae3fe1d997ba7d34","status":"passed","time":{"start":1728067917853,"stop":1728067917854,"duration":1}}]},"31bb1c6f697da82921db762a0afc1bde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b31bf8d20eb6db4c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b31bf8d20eb6db4c","status":"passed","time":{"start":1728086203118,"stop":1728086203123,"duration":5}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a681612745f62213","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a681612745f62213","status":"passed","time":{"start":1728085899570,"stop":1728085899570,"duration":0}},{"uid":"5745c91bf18b61ec","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5745c91bf18b61ec","status":"passed","time":{"start":1728084912803,"stop":1728084912804,"duration":1}},{"uid":"67c783ff0923f732","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/67c783ff0923f732","status":"passed","time":{"start":1728083779185,"stop":1728083779185,"duration":0}},{"uid":"f643711091a06464","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f643711091a06464","status":"passed","time":{"start":1728082842490,"stop":1728082842490,"duration":0}},{"uid":"8150c08de45fc677","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8150c08de45fc677","status":"passed","time":{"start":1728082174605,"stop":1728082174605,"duration":0}},{"uid":"fe66a3b1f460108b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fe66a3b1f460108b","status":"passed","time":{"start":1728068944100,"stop":1728068944100,"duration":0}},{"uid":"ea64767ba75567ad","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ea64767ba75567ad","status":"passed","time":{"start":1728067819595,"stop":1728067819595,"duration":0}},{"uid":"45b89eda89a3fb26","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/45b89eda89a3fb26","status":"passed","time":{"start":1728065666454,"stop":1728065666454,"duration":0}},{"uid":"f4028061635e249d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f4028061635e249d","status":"passed","time":{"start":1728065956552,"stop":1728065956552,"duration":0}},{"uid":"383aecd9b9ec3cbf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/383aecd9b9ec3cbf","status":"passed","time":{"start":1728056846604,"stop":1728056846604,"duration":0}},{"uid":"189e6d72c37317d2","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/189e6d72c37317d2","status":"passed","time":{"start":1728056018682,"stop":1728056018682,"duration":0}},{"uid":"750112f3b587a030","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/750112f3b587a030","status":"passed","time":{"start":1728056338847,"stop":1728056338847,"duration":0}},{"uid":"92fdbafc147396a6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/92fdbafc147396a6","status":"passed","time":{"start":1728055150281,"stop":1728055150281,"duration":0}},{"uid":"f1f9d67bd81f45cc","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f1f9d67bd81f45cc","status":"passed","time":{"start":1728054128970,"stop":1728054128971,"duration":1}},{"uid":"df49f3ea07f33974","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/df49f3ea07f33974","status":"passed","time":{"start":1728052406580,"stop":1728052406580,"duration":0}},{"uid":"8836fc06dfe25034","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8836fc06dfe25034","status":"passed","time":{"start":1728046088076,"stop":1728046088076,"duration":0}},{"uid":"9bc3c691c0e40bdd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9bc3c691c0e40bdd","status":"passed","time":{"start":1728046872793,"stop":1728046872793,"duration":0}},{"uid":"ccdc17806d844274","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ccdc17806d844274","status":"passed","time":{"start":1728042942573,"stop":1728042942574,"duration":1}},{"uid":"944a129b069d798a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/944a129b069d798a","status":"passed","time":{"start":1728035505606,"stop":1728035505607,"duration":1}},{"uid":"5c072c788f88ea97","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5c072c788f88ea97","status":"passed","time":{"start":1728033422547,"stop":1728033422548,"duration":1}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"34d0e8e9a3cff7b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34d0e8e9a3cff7b","status":"passed","time":{"start":1728086246327,"stop":1728086246328,"duration":1}},{"uid":"fda8b13e4aa4849b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fda8b13e4aa4849b","status":"passed","time":{"start":1728085262713,"stop":1728085262713,"duration":0}},{"uid":"14793cd620725b7c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/14793cd620725b7c","status":"passed","time":{"start":1728084073083,"stop":1728084073084,"duration":1}},{"uid":"3034a5ab7a79a1b0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3034a5ab7a79a1b0","status":"passed","time":{"start":1728083139753,"stop":1728083139754,"duration":1}},{"uid":"c0cf0402457a22a7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c0cf0402457a22a7","status":"passed","time":{"start":1728082453428,"stop":1728082453428,"duration":0}},{"uid":"14bdcefb6dc2e4e4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/14bdcefb6dc2e4e4","status":"passed","time":{"start":1728069294508,"stop":1728069294508,"duration":0}},{"uid":"e4d9948d10f7695f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e4d9948d10f7695f","status":"passed","time":{"start":1728068091314,"stop":1728068091315,"duration":1}},{"uid":"74f7bf8461747a25","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/74f7bf8461747a25","status":"passed","time":{"start":1728066032961,"stop":1728066032961,"duration":0}},{"uid":"6c3659a9b04b8f02","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6c3659a9b04b8f02","status":"passed","time":{"start":1728066323759,"stop":1728066323759,"duration":0}},{"uid":"adbc312ac18aed08","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/adbc312ac18aed08","status":"passed","time":{"start":1728057178292,"stop":1728057178292,"duration":0}},{"uid":"a9596749f079f374","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a9596749f079f374","status":"passed","time":{"start":1728056339960,"stop":1728056339962,"duration":2}},{"uid":"1b0153a1120988a5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1b0153a1120988a5","status":"passed","time":{"start":1728056706232,"stop":1728056706234,"duration":2}},{"uid":"e3c196f7fdbd0e6d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e3c196f7fdbd0e6d","status":"passed","time":{"start":1728055464716,"stop":1728055464716,"duration":0}},{"uid":"5cb6c9f6f908d320","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5cb6c9f6f908d320","status":"passed","time":{"start":1728054444795,"stop":1728054444796,"duration":1}},{"uid":"c6a51b203b0e365d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c6a51b203b0e365d","status":"passed","time":{"start":1728052609222,"stop":1728052609223,"duration":1}},{"uid":"1404b28c4210d65","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1404b28c4210d65","status":"passed","time":{"start":1728046451499,"stop":1728046451499,"duration":0}},{"uid":"d5f54e1731f45330","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d5f54e1731f45330","status":"passed","time":{"start":1728047239891,"stop":1728047239892,"duration":1}},{"uid":"8391db0968cea050","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8391db0968cea050","status":"passed","time":{"start":1728043282281,"stop":1728043282282,"duration":1}},{"uid":"2c140c18c8c5c3e9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2c140c18c8c5c3e9","status":"passed","time":{"start":1728035884818,"stop":1728035884819,"duration":1}},{"uid":"4791eea200754ee1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4791eea200754ee1","status":"passed","time":{"start":1728033797753,"stop":1728033797754,"duration":1}}]},"9dcc2150c990dde11ac790b1e3a39df6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5702f83e0b3ca0df","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5702f83e0b3ca0df","status":"passed","time":{"start":1728057700432,"stop":1728057700432,"duration":0}}]},"81de98fbb5904518873be00317496616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5538580d6c1c830","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a5538580d6c1c830","status":"passed","time":{"start":1728055090239,"stop":1728055090239,"duration":0}}]},"340d0c122fd434b51f65bed9c42c9e83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ae530078edc33ce","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2ae530078edc33ce","status":"passed","time":{"start":1728053941726,"stop":1728053941726,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a43bd7073972a5f7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a43bd7073972a5f7","status":"passed","time":{"start":1728085925284,"stop":1728085925285,"duration":1}},{"uid":"596fc3a48b9555e4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/596fc3a48b9555e4","status":"passed","time":{"start":1728084939387,"stop":1728084939388,"duration":1}},{"uid":"ec0ec2699c62b5ac","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ec0ec2699c62b5ac","status":"passed","time":{"start":1728083804210,"stop":1728083804210,"duration":0}},{"uid":"87e56de592e8889f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/87e56de592e8889f","status":"passed","time":{"start":1728082867911,"stop":1728082867912,"duration":1}},{"uid":"6eba8510dd838773","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6eba8510dd838773","status":"passed","time":{"start":1728082201509,"stop":1728082201510,"duration":1}},{"uid":"c1467532b3af4c11","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c1467532b3af4c11","status":"passed","time":{"start":1728068971064,"stop":1728068971065,"duration":1}},{"uid":"d69860a08ef560e7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d69860a08ef560e7","status":"passed","time":{"start":1728067845491,"stop":1728067845493,"duration":2}},{"uid":"a5d66bef7f7fba26","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a5d66bef7f7fba26","status":"passed","time":{"start":1728065693297,"stop":1728065693299,"duration":2}},{"uid":"f6a1f23e026b2288","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f6a1f23e026b2288","status":"passed","time":{"start":1728065982127,"stop":1728065982127,"duration":0}},{"uid":"30e8617e89047839","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/30e8617e89047839","status":"passed","time":{"start":1728056871404,"stop":1728056871404,"duration":0}},{"uid":"dae03bb1d68a60bb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/dae03bb1d68a60bb","status":"passed","time":{"start":1728056045478,"stop":1728056045478,"duration":0}},{"uid":"49041b6f1e5e543d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/49041b6f1e5e543d","status":"passed","time":{"start":1728056363836,"stop":1728056363836,"duration":0}},{"uid":"2adcb2d6e047b283","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2adcb2d6e047b283","status":"passed","time":{"start":1728055176017,"stop":1728055176018,"duration":1}},{"uid":"ac66db60f1120125","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ac66db60f1120125","status":"passed","time":{"start":1728054154339,"stop":1728054154340,"duration":1}},{"uid":"26567d546c25b1b3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/26567d546c25b1b3","status":"passed","time":{"start":1728052432591,"stop":1728052432592,"duration":1}},{"uid":"2e52b405620a7439","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2e52b405620a7439","status":"passed","time":{"start":1728046114255,"stop":1728046114255,"duration":0}},{"uid":"1de032fc017f5ef4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1de032fc017f5ef4","status":"passed","time":{"start":1728046898626,"stop":1728046898627,"duration":1}},{"uid":"18f25ee42384bb82","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/18f25ee42384bb82","status":"passed","time":{"start":1728042968068,"stop":1728042968068,"duration":0}},{"uid":"e89a595078a51565","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e89a595078a51565","status":"passed","time":{"start":1728035531171,"stop":1728035531171,"duration":0}},{"uid":"44a53b3343ebfe22","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/44a53b3343ebfe22","status":"passed","time":{"start":1728033448067,"stop":1728033448067,"duration":0}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"48605dc8ea478a09","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/48605dc8ea478a09","status":"passed","time":{"start":1728086260331,"stop":1728086260331,"duration":0}},{"uid":"372221671dc05a6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/372221671dc05a6","status":"passed","time":{"start":1728085269099,"stop":1728085269100,"duration":1}},{"uid":"3368a3b846631b1c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3368a3b846631b1c","status":"passed","time":{"start":1728069312658,"stop":1728069312659,"duration":1}},{"uid":"79391d1bd7a7f5ed","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/79391d1bd7a7f5ed","status":"passed","time":{"start":1728046423471,"stop":1728046423471,"duration":0}},{"uid":"cdc3bae10d56fc46","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cdc3bae10d56fc46","status":"passed","time":{"start":1728043297220,"stop":1728043297220,"duration":0}},{"uid":"63cdb01849041cbc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/63cdb01849041cbc","status":"passed","time":{"start":1728035880200,"stop":1728035880200,"duration":0}},{"uid":"e854a6b52bb28605","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e854a6b52bb28605","status":"passed","time":{"start":1728033788859,"stop":1728033788859,"duration":0}},{"uid":"5da0c001e0489b3d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5da0c001e0489b3d","status":"passed","time":{"start":1728033423671,"stop":1728033423672,"duration":1}},{"uid":"bf6a561723673073","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bf6a561723673073","status":"passed","time":{"start":1728032985188,"stop":1728032985188,"duration":0}},{"uid":"590c519f4b20da19","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/590c519f4b20da19","status":"passed","time":{"start":1728032614969,"stop":1728032614970,"duration":1}},{"uid":"d78ab946d19309f0","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d78ab946d19309f0","status":"passed","time":{"start":1728032348452,"stop":1728032348452,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bb9369665af3cbda","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bb9369665af3cbda","status":"passed","time":{"start":1728086287866,"stop":1728086287866,"duration":0}},{"uid":"c5a6fcf6bc55adca","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c5a6fcf6bc55adca","status":"passed","time":{"start":1728085304817,"stop":1728085304817,"duration":0}},{"uid":"98df5f053901c56c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/98df5f053901c56c","status":"passed","time":{"start":1728084107908,"stop":1728084107909,"duration":1}},{"uid":"ea754ca211d9350","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ea754ca211d9350","status":"passed","time":{"start":1728083169160,"stop":1728083169160,"duration":0}},{"uid":"8f030b51a6dcbc3b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8f030b51a6dcbc3b","status":"passed","time":{"start":1728082480695,"stop":1728082480696,"duration":1}},{"uid":"bbb555e2151026dd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bbb555e2151026dd","status":"passed","time":{"start":1728069336709,"stop":1728069336710,"duration":1}},{"uid":"24bff8a662c2f967","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/24bff8a662c2f967","status":"passed","time":{"start":1728068123510,"stop":1728068123510,"duration":0}},{"uid":"143373b90e8836d8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/143373b90e8836d8","status":"passed","time":{"start":1728043322913,"stop":1728043322915,"duration":2}},{"uid":"ffe2ee485f638eae","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ffe2ee485f638eae","status":"passed","time":{"start":1728035940703,"stop":1728035940705,"duration":2}},{"uid":"545575b7db631867","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/545575b7db631867","status":"passed","time":{"start":1728033857149,"stop":1728033857149,"duration":0}},{"uid":"426bf9cdda8e22d5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/426bf9cdda8e22d5","status":"passed","time":{"start":1728033480586,"stop":1728033480587,"duration":1}},{"uid":"96a3ddc997d1e76","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/96a3ddc997d1e76","status":"passed","time":{"start":1728033003205,"stop":1728033003205,"duration":0}},{"uid":"b3aa5d11d58fdf4e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b3aa5d11d58fdf4e","status":"passed","time":{"start":1728032641493,"stop":1728032641494,"duration":1}},{"uid":"f15172fb6fa8832d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f15172fb6fa8832d","status":"passed","time":{"start":1728032362099,"stop":1728032362099,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a0d02c19ba616219","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a0d02c19ba616219","status":"passed","time":{"start":1728085891879,"stop":1728085891879,"duration":0}},{"uid":"2b845c55e186af45","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2b845c55e186af45","status":"passed","time":{"start":1728084905007,"stop":1728084905007,"duration":0}},{"uid":"7e8522380fad22c3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7e8522380fad22c3","status":"passed","time":{"start":1728083771604,"stop":1728083771604,"duration":0}},{"uid":"74c77ab11c49a1c2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/74c77ab11c49a1c2","status":"passed","time":{"start":1728082834944,"stop":1728082834944,"duration":0}},{"uid":"6d056d2a3fdde1f5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6d056d2a3fdde1f5","status":"passed","time":{"start":1728082166941,"stop":1728082166941,"duration":0}},{"uid":"a8f1c23331c99de5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a8f1c23331c99de5","status":"passed","time":{"start":1728068936267,"stop":1728068936268,"duration":1}},{"uid":"e3e9fc9904300b22","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e3e9fc9904300b22","status":"passed","time":{"start":1728067812052,"stop":1728067812052,"duration":0}},{"uid":"5cc1030cacc35695","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5cc1030cacc35695","status":"passed","time":{"start":1728065658891,"stop":1728065658892,"duration":1}},{"uid":"f0c8c579890e4cb5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f0c8c579890e4cb5","status":"passed","time":{"start":1728065948760,"stop":1728065948760,"duration":0}},{"uid":"c97730468ea45d8b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c97730468ea45d8b","status":"passed","time":{"start":1728056838986,"stop":1728056838987,"duration":1}},{"uid":"a33b7a03f32a5228","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a33b7a03f32a5228","status":"passed","time":{"start":1728056010878,"stop":1728056010878,"duration":0}},{"uid":"41da33882599bd38","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/41da33882599bd38","status":"passed","time":{"start":1728056331134,"stop":1728056331134,"duration":0}},{"uid":"a12659f0416155df","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a12659f0416155df","status":"passed","time":{"start":1728055142644,"stop":1728055142644,"duration":0}},{"uid":"8e9a31637d0bb188","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8e9a31637d0bb188","status":"passed","time":{"start":1728054121362,"stop":1728054121362,"duration":0}},{"uid":"92256b97d41b420c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/92256b97d41b420c","status":"passed","time":{"start":1728052398853,"stop":1728052398853,"duration":0}},{"uid":"25feb3a45a65ce2b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/25feb3a45a65ce2b","status":"passed","time":{"start":1728046080159,"stop":1728046080159,"duration":0}},{"uid":"ba5a923972463edf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ba5a923972463edf","status":"passed","time":{"start":1728046865184,"stop":1728046865184,"duration":0}},{"uid":"e2bb04d715c9d6ee","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e2bb04d715c9d6ee","status":"passed","time":{"start":1728042934922,"stop":1728042934923,"duration":1}},{"uid":"44ec553950e18e62","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/44ec553950e18e62","status":"passed","time":{"start":1728035498002,"stop":1728035498003,"duration":1}},{"uid":"e1e5d249e6fb815e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e1e5d249e6fb815e","status":"passed","time":{"start":1728033414708,"stop":1728033414708,"duration":0}}]},"c901c62adb9b89d4d95f96a2dfbf4a06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f63758f05bcbbc85","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f63758f05bcbbc85","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728058024183,"stop":1728058024183,"duration":0}}]},"587cf0a78450ca4b5dde824443352531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"662fad07fae7de67","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/662fad07fae7de67","status":"passed","time":{"start":1728053197853,"stop":1728053197854,"duration":1}}]},"fcc8683256384d8e815a9ea8b33dc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9b49108c3379c9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e9b49108c3379c9","status":"passed","time":{"start":1728085207508,"stop":1728085207509,"duration":1}}]},"7ee2eeb235bd34065f56cc07c8e94429:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fca6ce99febabc1e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fca6ce99febabc1e","status":"passed","time":{"start":1728033823633,"stop":1728033823634,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"be1c897bc7f68fbd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/be1c897bc7f68fbd","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0}},{"uid":"5a7216c5e1847ca9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5a7216c5e1847ca9","status":"passed","time":{"start":1728084905006,"stop":1728084905006,"duration":0}},{"uid":"ad7e1a1634d3ffe2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ad7e1a1634d3ffe2","status":"passed","time":{"start":1728083771603,"stop":1728083771603,"duration":0}},{"uid":"f5eaf405cc7d372e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f5eaf405cc7d372e","status":"passed","time":{"start":1728082834943,"stop":1728082834943,"duration":0}},{"uid":"4e49a459f12db880","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4e49a459f12db880","status":"passed","time":{"start":1728082166940,"stop":1728082166940,"duration":0}},{"uid":"780f3f940e692ddc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/780f3f940e692ddc","status":"passed","time":{"start":1728068936266,"stop":1728068936266,"duration":0}},{"uid":"d4ce8ee5e161f339","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d4ce8ee5e161f339","status":"passed","time":{"start":1728067812051,"stop":1728067812051,"duration":0}},{"uid":"449f1e01c5cb134a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/449f1e01c5cb134a","status":"passed","time":{"start":1728065658890,"stop":1728065658891,"duration":1}},{"uid":"69ccca08d3375dac","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/69ccca08d3375dac","status":"passed","time":{"start":1728065948759,"stop":1728065948759,"duration":0}},{"uid":"828b58889708ad67","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/828b58889708ad67","status":"passed","time":{"start":1728056838985,"stop":1728056838986,"duration":1}},{"uid":"e2c5d5f9ed2c8f57","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e2c5d5f9ed2c8f57","status":"passed","time":{"start":1728056010877,"stop":1728056010877,"duration":0}},{"uid":"4f37c3603d0167fa","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4f37c3603d0167fa","status":"passed","time":{"start":1728056331133,"stop":1728056331133,"duration":0}},{"uid":"6f3564bb19b27624","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6f3564bb19b27624","status":"passed","time":{"start":1728055142643,"stop":1728055142643,"duration":0}},{"uid":"5ee3bf0a11d05188","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5ee3bf0a11d05188","status":"passed","time":{"start":1728054121361,"stop":1728054121361,"duration":0}},{"uid":"5ee011d5b2e5823e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5ee011d5b2e5823e","status":"passed","time":{"start":1728052398851,"stop":1728052398852,"duration":1}},{"uid":"4b366804ea4196dd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4b366804ea4196dd","status":"passed","time":{"start":1728046080158,"stop":1728046080158,"duration":0}},{"uid":"558d1016f9c81155","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/558d1016f9c81155","status":"passed","time":{"start":1728046865183,"stop":1728046865183,"duration":0}},{"uid":"4a4a450a79811fcf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4a4a450a79811fcf","status":"passed","time":{"start":1728042934921,"stop":1728042934921,"duration":0}},{"uid":"fa56ee35bd2a1170","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fa56ee35bd2a1170","status":"passed","time":{"start":1728035498001,"stop":1728035498002,"duration":1}},{"uid":"b6e84cf624fe579e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b6e84cf624fe579e","status":"passed","time":{"start":1728033414707,"stop":1728033414707,"duration":0}}]},"07dda09bc9905f92dcd023f903c8d767:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61b770137f9b00c5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/61b770137f9b00c5","status":"passed","time":{"start":1728084067130,"stop":1728084067133,"duration":3}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b22500aa14aa074f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b22500aa14aa074f","status":"passed","time":{"start":1728086033891,"stop":1728086033891,"duration":0}},{"uid":"a6d8149838c189a5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a6d8149838c189a5","status":"passed","time":{"start":1728085047246,"stop":1728085047246,"duration":0}},{"uid":"ebb4d9d21a20f4ce","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ebb4d9d21a20f4ce","status":"passed","time":{"start":1728083902770,"stop":1728083902770,"duration":0}},{"uid":"de193ea7dd560ecb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/de193ea7dd560ecb","status":"passed","time":{"start":1728082961499,"stop":1728082961500,"duration":1}},{"uid":"296cfd4c09f154d8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/296cfd4c09f154d8","status":"passed","time":{"start":1728082284025,"stop":1728082284025,"duration":0}},{"uid":"692b4cecbf9ec57e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/692b4cecbf9ec57e","status":"passed","time":{"start":1728069082644,"stop":1728069082644,"duration":0}},{"uid":"8300477c88df45e2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8300477c88df45e2","status":"passed","time":{"start":1728067941388,"stop":1728067941388,"duration":0}},{"uid":"c4825caac4351e98","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c4825caac4351e98","status":"passed","time":{"start":1728066171566,"stop":1728066171566,"duration":0}},{"uid":"980c0a42c857973a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/980c0a42c857973a","status":"passed","time":{"start":1728066512882,"stop":1728066512882,"duration":0}},{"uid":"9034640875c66b84","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9034640875c66b84","status":"passed","time":{"start":1728057355628,"stop":1728057355628,"duration":0}},{"uid":"ed21a50f3121cd79","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ed21a50f3121cd79","status":"passed","time":{"start":1728056563504,"stop":1728056563504,"duration":0}},{"uid":"45700b1228115971","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/45700b1228115971","status":"passed","time":{"start":1728056935467,"stop":1728056935467,"duration":0}},{"uid":"4778f8afbe2dbe55","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4778f8afbe2dbe55","status":"passed","time":{"start":1728055614336,"stop":1728055614337,"duration":1}},{"uid":"601ff01a2af5b4f2","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/601ff01a2af5b4f2","status":"passed","time":{"start":1728054752362,"stop":1728054752362,"duration":0}},{"uid":"f9dbc210dbb61005","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f9dbc210dbb61005","status":"passed","time":{"start":1728052861016,"stop":1728052861016,"duration":0}},{"uid":"f9434905c28c8817","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f9434905c28c8817","status":"passed","time":{"start":1728046783417,"stop":1728046783418,"duration":1}},{"uid":"8926036c0c30202a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8926036c0c30202a","status":"passed","time":{"start":1728047429492,"stop":1728047429492,"duration":0}},{"uid":"c80e709909aedfc7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c80e709909aedfc7","status":"passed","time":{"start":1728043084139,"stop":1728043084139,"duration":0}},{"uid":"a7d7b33e9203c8ec","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a7d7b33e9203c8ec","status":"passed","time":{"start":1728035601388,"stop":1728035601389,"duration":1}},{"uid":"7a3ae3c3e732966d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7a3ae3c3e732966d","status":"passed","time":{"start":1728033520528,"stop":1728033520528,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":15,"unknown":0,"total":16},"items":[{"uid":"28992a9460c6417a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/28992a9460c6417a","status":"passed","time":{"start":1728086192489,"stop":1728086192497,"duration":8}},{"uid":"debfab24e9e898c5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/debfab24e9e898c5","status":"passed","time":{"start":1728085207468,"stop":1728085207468,"duration":0}},{"uid":"cb8722005618f88c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cb8722005618f88c","status":"passed","time":{"start":1728084038237,"stop":1728084038238,"duration":1}},{"uid":"e5f4cd54cab11f56","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e5f4cd54cab11f56","status":"passed","time":{"start":1728083118093,"stop":1728083118093,"duration":0}},{"uid":"ccde5c415c156491","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ccde5c415c156491","status":"passed","time":{"start":1728082399689,"stop":1728082399690,"duration":1}},{"uid":"bab9e155e30ac343","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bab9e155e30ac343","status":"passed","time":{"start":1728069237553,"stop":1728069237553,"duration":0}},{"uid":"c8850b4e0ab39ddd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c8850b4e0ab39ddd","status":"passed","time":{"start":1728068055907,"stop":1728068055907,"duration":0}},{"uid":"5413be58f2bec56","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/5413be58f2bec56","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/index.node.spec.ts)","time":{"start":1728055394160,"stop":1728055394160,"duration":0}},{"uid":"8e8d4de91c5c6df9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8e8d4de91c5c6df9","status":"passed","time":{"start":1728052528308,"stop":1728052528309,"duration":1}},{"uid":"4151d89847268b2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4151d89847268b2","status":"passed","time":{"start":1728043232152,"stop":1728043232153,"duration":1}},{"uid":"845053c3ebebceb2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/845053c3ebebceb2","status":"passed","time":{"start":1728035844003,"stop":1728035844009,"duration":6}},{"uid":"e2f86dba09ce8939","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e2f86dba09ce8939","status":"passed","time":{"start":1728033765869,"stop":1728033765869,"duration":0}},{"uid":"153784b88beb43b8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/153784b88beb43b8","status":"passed","time":{"start":1728033382920,"stop":1728033382921,"duration":1}},{"uid":"f7d3227e9131c8b4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f7d3227e9131c8b4","status":"passed","time":{"start":1728032914479,"stop":1728032914480,"duration":1}},{"uid":"3a12141024486b7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3a12141024486b7","status":"passed","time":{"start":1728032550335,"stop":1728032550336,"duration":1}},{"uid":"d28d2fb02e087fd6","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d28d2fb02e087fd6","status":"passed","time":{"start":1728032273985,"stop":1728032273985,"duration":0}}]},"c81c2d92ee4d02f7b077f91e9edfb369:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e089d8d0b36320c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2e089d8d0b36320c","status":"passed","time":{"start":1728068082730,"stop":1728068082730,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f8477b3aad894ed8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8477b3aad894ed8","status":"passed","time":{"start":1728086171707,"stop":1728086171707,"duration":0}},{"uid":"642238471ce2c358","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/642238471ce2c358","status":"passed","time":{"start":1728085184696,"stop":1728085184702,"duration":6}},{"uid":"3080df7360f6f88f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3080df7360f6f88f","status":"passed","time":{"start":1728084018360,"stop":1728084018361,"duration":1}},{"uid":"91ff2b12eb053d6a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/91ff2b12eb053d6a","status":"passed","time":{"start":1728083065680,"stop":1728083065682,"duration":2}},{"uid":"483a8d1e8524a6f9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/483a8d1e8524a6f9","status":"passed","time":{"start":1728069218842,"stop":1728069218842,"duration":0}},{"uid":"1de7e3c1362b1eac","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1de7e3c1362b1eac","status":"passed","time":{"start":1728046261834,"stop":1728046261834,"duration":0}},{"uid":"8d08d3b203b1b323","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8d08d3b203b1b323","status":"passed","time":{"start":1728043204116,"stop":1728043204120,"duration":4}},{"uid":"9680a7f0a474f27d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9680a7f0a474f27d","status":"passed","time":{"start":1728035785879,"stop":1728035785879,"duration":0}},{"uid":"3a5bc9bfa0507f9b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3a5bc9bfa0507f9b","status":"passed","time":{"start":1728033696355,"stop":1728033696359,"duration":4}},{"uid":"ad2704c119e629a8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ad2704c119e629a8","status":"passed","time":{"start":1728033319497,"stop":1728033319497,"duration":0}},{"uid":"6c82b731273cd919","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6c82b731273cd919","status":"passed","time":{"start":1728032886559,"stop":1728032886559,"duration":0}},{"uid":"dd0da173ea63322f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/dd0da173ea63322f","status":"passed","time":{"start":1728032520652,"stop":1728032520652,"duration":0}},{"uid":"9b2b167434730ad8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/9b2b167434730ad8","status":"passed","time":{"start":1728032252778,"stop":1728032252779,"duration":1}}]},"7ff8f386d17230fbfbce77712b882699:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"4508bf644ca9095a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4508bf644ca9095a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755697,"stop":1728049755697,"duration":0}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"345911378d7ef6a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/345911378d7ef6a","status":"passed","time":{"start":1728085864177,"stop":1728085864177,"duration":0}},{"uid":"f732d76102454746","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f732d76102454746","status":"passed","time":{"start":1728084876406,"stop":1728084876406,"duration":0}},{"uid":"16cdd08083915f26","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/16cdd08083915f26","status":"passed","time":{"start":1728083744362,"stop":1728083744362,"duration":0}},{"uid":"e45af1c8f784f693","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e45af1c8f784f693","status":"passed","time":{"start":1728082807455,"stop":1728082807455,"duration":0}},{"uid":"eedce086bfc18283","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/eedce086bfc18283","status":"passed","time":{"start":1728082139324,"stop":1728082139324,"duration":0}},{"uid":"59a4f0626822d04d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/59a4f0626822d04d","status":"passed","time":{"start":1728068908063,"stop":1728068908064,"duration":1}},{"uid":"7fd9b5ecce76434b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7fd9b5ecce76434b","status":"passed","time":{"start":1728067784716,"stop":1728067784716,"duration":0}},{"uid":"abcf24cd739c5f1f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/abcf24cd739c5f1f","status":"passed","time":{"start":1728065631520,"stop":1728065631520,"duration":0}},{"uid":"73c0f4a8531d7f69","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/73c0f4a8531d7f69","status":"passed","time":{"start":1728065920832,"stop":1728065920832,"duration":0}},{"uid":"b45155c5a09059c3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b45155c5a09059c3","status":"passed","time":{"start":1728056811591,"stop":1728056811591,"duration":0}},{"uid":"64af2287d2cb81cf","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/64af2287d2cb81cf","status":"passed","time":{"start":1728055983148,"stop":1728055983148,"duration":0}},{"uid":"489c7d6c44443a53","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/489c7d6c44443a53","status":"passed","time":{"start":1728056303688,"stop":1728056303688,"duration":0}},{"uid":"4592d17d1c3ea8ae","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4592d17d1c3ea8ae","status":"passed","time":{"start":1728055114820,"stop":1728055114820,"duration":0}},{"uid":"69da1d0dfe4ca618","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/69da1d0dfe4ca618","status":"passed","time":{"start":1728054093608,"stop":1728054093608,"duration":0}},{"uid":"dc1dfc3437c362a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/dc1dfc3437c362a","status":"passed","time":{"start":1728052371195,"stop":1728052371195,"duration":0}},{"uid":"adc016b9c25a0d75","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/adc016b9c25a0d75","status":"passed","time":{"start":1728046051732,"stop":1728046051732,"duration":0}},{"uid":"95699765bc960a4f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/95699765bc960a4f","status":"passed","time":{"start":1728046837816,"stop":1728046837817,"duration":1}},{"uid":"96a31c8797f3c750","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/96a31c8797f3c750","status":"passed","time":{"start":1728042907589,"stop":1728042907589,"duration":0}},{"uid":"c3b786b3b0bb01ee","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c3b786b3b0bb01ee","status":"passed","time":{"start":1728035469889,"stop":1728035469890,"duration":1}},{"uid":"ea40a375d8bbefa2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ea40a375d8bbefa2","status":"passed","time":{"start":1728033386402,"stop":1728033386402,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"81344f7f3d07d395","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/81344f7f3d07d395","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0}},{"uid":"758132666982cfcf","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/758132666982cfcf","status":"passed","time":{"start":1728085246268,"stop":1728085246268,"duration":0}},{"uid":"a8d7b80a7b39a6f3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a8d7b80a7b39a6f3","status":"passed","time":{"start":1728084078530,"stop":1728084078530,"duration":0}},{"uid":"a6c445dee9e77c50","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a6c445dee9e77c50","status":"passed","time":{"start":1728083125003,"stop":1728083125003,"duration":0}},{"uid":"41b29195a1fd2612","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/41b29195a1fd2612","status":"passed","time":{"start":1728082441012,"stop":1728082441014,"duration":2}},{"uid":"ad668129e71eba0e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ad668129e71eba0e","status":"passed","time":{"start":1728069279730,"stop":1728069279731,"duration":1}},{"uid":"8585f8de655c0eb4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8585f8de655c0eb4","status":"passed","time":{"start":1728046402351,"stop":1728046402351,"duration":0}},{"uid":"a0ea6b1cfa07834f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a0ea6b1cfa07834f","status":"passed","time":{"start":1728043267029,"stop":1728043267030,"duration":1}},{"uid":"bc5229fd2434888b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bc5229fd2434888b","status":"passed","time":{"start":1728035855920,"stop":1728035855921,"duration":1}},{"uid":"707d6fb40e7f60a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/707d6fb40e7f60a","status":"passed","time":{"start":1728033769209,"stop":1728033769209,"duration":0}},{"uid":"617ffc243fedff14","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/617ffc243fedff14","status":"passed","time":{"start":1728033391634,"stop":1728033391636,"duration":2}},{"uid":"6ccbaaafbf07a425","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6ccbaaafbf07a425","status":"passed","time":{"start":1728032951643,"stop":1728032951644,"duration":1}},{"uid":"6fbf6c9b472b7a8d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6fbf6c9b472b7a8d","status":"passed","time":{"start":1728032582502,"stop":1728032582502,"duration":0}},{"uid":"bfe5f8e444a1620c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bfe5f8e444a1620c","status":"passed","time":{"start":1728032304553,"stop":1728032304553,"duration":0}}]},"df259faf71558d2afc1e006fa855e475:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf10f10c1f662815","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bf10f10c1f662815","status":"passed","time":{"start":1728067502941,"stop":1728067502941,"duration":0}}]},"1ad5d9cf4a9b6b352ff2277ca72caca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c12dd2db2f09b0f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c12dd2db2f09b0f","status":"passed","time":{"start":1728086235222,"stop":1728086235229,"duration":7}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c1b5d6f7f5869816","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c1b5d6f7f5869816","status":"passed","time":{"start":1728086056628,"stop":1728086056628,"duration":0}},{"uid":"92b55a862bbab184","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/92b55a862bbab184","status":"passed","time":{"start":1728085073697,"stop":1728085073697,"duration":0}},{"uid":"f5f23b7b68b44ea0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f5f23b7b68b44ea0","status":"passed","time":{"start":1728083925361,"stop":1728083925361,"duration":0}},{"uid":"b7830570a7b8b46a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b7830570a7b8b46a","status":"passed","time":{"start":1728069104852,"stop":1728069104854,"duration":2}},{"uid":"27b77348a8c75f48","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/27b77348a8c75f48","status":"passed","time":{"start":1728046256196,"stop":1728046256196,"duration":0}},{"uid":"520203efe20ade81","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/520203efe20ade81","status":"passed","time":{"start":1728043096701,"stop":1728043096702,"duration":1}},{"uid":"deb98c67e3abaa90","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/deb98c67e3abaa90","status":"passed","time":{"start":1728035661728,"stop":1728035661733,"duration":5}},{"uid":"e90c2b960d170459","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e90c2b960d170459","status":"passed","time":{"start":1728033580605,"stop":1728033580609,"duration":4}},{"uid":"f9d26abe96b81f5f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f9d26abe96b81f5f","status":"passed","time":{"start":1728033205579,"stop":1728033205579,"duration":0}},{"uid":"697e27883bec42d4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/697e27883bec42d4","status":"passed","time":{"start":1728032779638,"stop":1728032779638,"duration":0}},{"uid":"74c7327b60a7a92c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/74c7327b60a7a92c","status":"passed","time":{"start":1728032408501,"stop":1728032408502,"duration":1}},{"uid":"4a1a7c800f16ed9d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4a1a7c800f16ed9d","status":"passed","time":{"start":1728032131455,"stop":1728032131456,"duration":1}}]},"b53f0b5eb400b749a3b6526d4852fc67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"ed7730ba46e83846","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ed7730ba46e83846","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732234,"stop":1728057732234,"duration":0}}]},"453fde70fc9760438e9ecde36616808c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff1372b91e9c96eb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ff1372b91e9c96eb","status":"passed","time":{"start":1728048050526,"stop":1728048050526,"duration":0}}]},"2f5b838ec5f7ef652af8fd0139407969:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa17c746f50078a6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/aa17c746f50078a6","status":"passed","time":{"start":1728046448374,"stop":1728046448374,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2831a71f35afd678","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2831a71f35afd678","status":"passed","time":{"start":1728086032738,"stop":1728086032738,"duration":0}},{"uid":"9fb0893e3803fdb4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9fb0893e3803fdb4","status":"passed","time":{"start":1728085050217,"stop":1728085050217,"duration":0}},{"uid":"ef8e716b1eaaed02","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ef8e716b1eaaed02","status":"passed","time":{"start":1728083903363,"stop":1728083903364,"duration":1}},{"uid":"5eecff827e9dff07","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5eecff827e9dff07","status":"passed","time":{"start":1728082964229,"stop":1728082964229,"duration":0}},{"uid":"558d3f28c08e7492","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/558d3f28c08e7492","status":"passed","time":{"start":1728082280685,"stop":1728082280685,"duration":0}},{"uid":"b6c8e9f00a1d1078","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b6c8e9f00a1d1078","status":"passed","time":{"start":1728069077454,"stop":1728069077454,"duration":0}},{"uid":"d6f6cc6bc35e5dc2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d6f6cc6bc35e5dc2","status":"passed","time":{"start":1728067917850,"stop":1728067917850,"duration":0}},{"uid":"e3715ceb80ddf194","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e3715ceb80ddf194","status":"passed","time":{"start":1728043075250,"stop":1728043075250,"duration":0}},{"uid":"62921d641b4f57c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/62921d641b4f57c","status":"passed","time":{"start":1728035638294,"stop":1728035638294,"duration":0}},{"uid":"362182832c47969a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/362182832c47969a","status":"passed","time":{"start":1728033557510,"stop":1728033557511,"duration":1}},{"uid":"21d50a77ec711457","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/21d50a77ec711457","status":"passed","time":{"start":1728033182523,"stop":1728033182523,"duration":0}},{"uid":"aafb7c657acbd0a3","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/aafb7c657acbd0a3","status":"passed","time":{"start":1728032755526,"stop":1728032755527,"duration":1}},{"uid":"5fbfb0930d5746bd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5fbfb0930d5746bd","status":"passed","time":{"start":1728032388394,"stop":1728032388394,"duration":0}},{"uid":"f17e893ef49d14dd","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f17e893ef49d14dd","status":"passed","time":{"start":1728032113262,"stop":1728032113283,"duration":21}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3de009f6c92cb461","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3de009f6c92cb461","status":"passed","time":{"start":1728085959888,"stop":1728085959890,"duration":2}},{"uid":"8769cbafed7bdf16","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8769cbafed7bdf16","status":"passed","time":{"start":1728084975156,"stop":1728084975157,"duration":1}},{"uid":"90fb6520bf0e2a0a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/90fb6520bf0e2a0a","status":"passed","time":{"start":1728083840309,"stop":1728083840309,"duration":0}},{"uid":"cd2eb3906f1882f7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cd2eb3906f1882f7","status":"passed","time":{"start":1728082904552,"stop":1728082904552,"duration":0}},{"uid":"dd10ee4226f0bfab","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/dd10ee4226f0bfab","status":"passed","time":{"start":1728082231757,"stop":1728082231757,"duration":0}},{"uid":"aba199ffb0292b83","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aba199ffb0292b83","status":"passed","time":{"start":1728069007052,"stop":1728069007052,"duration":0}},{"uid":"64dbc883d1319a56","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/64dbc883d1319a56","status":"passed","time":{"start":1728067881287,"stop":1728067881287,"duration":0}},{"uid":"a26c275993fc706a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a26c275993fc706a","status":"passed","time":{"start":1728043003476,"stop":1728043003476,"duration":0}},{"uid":"bf373412bd9153dc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bf373412bd9153dc","status":"passed","time":{"start":1728035564543,"stop":1728035564543,"duration":0}},{"uid":"6f6a376716913d75","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6f6a376716913d75","status":"passed","time":{"start":1728033486525,"stop":1728033486526,"duration":1}},{"uid":"93487a16ecb7a070","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/93487a16ecb7a070","status":"passed","time":{"start":1728033108528,"stop":1728033108529,"duration":1}},{"uid":"823be74f64aed263","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/823be74f64aed263","status":"passed","time":{"start":1728032680911,"stop":1728032680912,"duration":1}},{"uid":"e7c03b1eb91552bd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e7c03b1eb91552bd","status":"passed","time":{"start":1728032317288,"stop":1728032317289,"duration":1}},{"uid":"bb584e996621edd3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bb584e996621edd3","status":"passed","time":{"start":1728032036595,"stop":1728032036596,"duration":1}}]},"332c854e7b4863065ad5f211817024b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac0473a146347fa3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ac0473a146347fa3","status":"passed","time":{"start":1728083147585,"stop":1728083147585,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3b4b74ecbce8635a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3b4b74ecbce8635a","status":"passed","time":{"start":1728085985730,"stop":1728085985731,"duration":1}},{"uid":"404c3768e4aea80c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/404c3768e4aea80c","status":"passed","time":{"start":1728085001723,"stop":1728085001724,"duration":1}},{"uid":"129765ead7c4f567","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/129765ead7c4f567","status":"passed","time":{"start":1728083861265,"stop":1728083861265,"duration":0}},{"uid":"98e7e8c3231de364","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/98e7e8c3231de364","status":"passed","time":{"start":1728082925017,"stop":1728082925020,"duration":3}},{"uid":"9c8db22578efb87b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9c8db22578efb87b","status":"passed","time":{"start":1728082250479,"stop":1728082250479,"duration":0}},{"uid":"ce7b48ba253d0c40","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce7b48ba253d0c40","status":"passed","time":{"start":1728069031999,"stop":1728069032004,"duration":5}},{"uid":"1b557f75bda16bc3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1b557f75bda16bc3","status":"passed","time":{"start":1728046164808,"stop":1728046164808,"duration":0}},{"uid":"609aaa71aad0cc30","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/609aaa71aad0cc30","status":"passed","time":{"start":1728043026642,"stop":1728043026642,"duration":0}},{"uid":"9135ee8885623cce","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9135ee8885623cce","status":"passed","time":{"start":1728035592878,"stop":1728035592878,"duration":0}},{"uid":"7f307f923061174e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7f307f923061174e","status":"passed","time":{"start":1728033511114,"stop":1728033511115,"duration":1}},{"uid":"47de0564f3280ba8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/47de0564f3280ba8","status":"passed","time":{"start":1728033134835,"stop":1728033134836,"duration":1}},{"uid":"e6afa608235327b8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e6afa608235327b8","status":"passed","time":{"start":1728032703346,"stop":1728032703346,"duration":0}},{"uid":"bcbf03742e49f30a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bcbf03742e49f30a","status":"passed","time":{"start":1728032339219,"stop":1728032339221,"duration":2}},{"uid":"13ef837ff50d94c9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/13ef837ff50d94c9","status":"passed","time":{"start":1728032058200,"stop":1728032058200,"duration":0}}]},"4e85d9319784a82c285289ba2dbd9c6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb31c3513c1d8c1c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fb31c3513c1d8c1c","status":"passed","time":{"start":1728082280689,"stop":1728082280689,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"519cb7cd5dab1524","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/519cb7cd5dab1524","status":"passed","time":{"start":1728085872126,"stop":1728085872128,"duration":2}},{"uid":"e0377da11d3fa765","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e0377da11d3fa765","status":"passed","time":{"start":1728084884668,"stop":1728084884668,"duration":0}},{"uid":"45ecd14ea79f311c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/45ecd14ea79f311c","status":"passed","time":{"start":1728083752197,"stop":1728083752198,"duration":1}},{"uid":"7750eeac6796a2a7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7750eeac6796a2a7","status":"passed","time":{"start":1728082815192,"stop":1728082815193,"duration":1}},{"uid":"ae815b7baa9bb524","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ae815b7baa9bb524","status":"passed","time":{"start":1728082147555,"stop":1728082147556,"duration":1}},{"uid":"d1bdfed87e135ccf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d1bdfed87e135ccf","status":"passed","time":{"start":1728068916166,"stop":1728068916168,"duration":2}},{"uid":"b4974d8929562867","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b4974d8929562867","status":"passed","time":{"start":1728067792405,"stop":1728067792405,"duration":0}},{"uid":"fe48812b27fb43fc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fe48812b27fb43fc","status":"passed","time":{"start":1728065639271,"stop":1728065639272,"duration":1}},{"uid":"2c2c8303225afee4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2c2c8303225afee4","status":"passed","time":{"start":1728065928773,"stop":1728065928773,"duration":0}},{"uid":"41ab16fb727a884b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/41ab16fb727a884b","status":"passed","time":{"start":1728056819303,"stop":1728056819303,"duration":0}},{"uid":"c7d1c99fabbc6024","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c7d1c99fabbc6024","status":"passed","time":{"start":1728055991023,"stop":1728055991023,"duration":0}},{"uid":"2b994f9744eba43","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2b994f9744eba43","status":"passed","time":{"start":1728056311499,"stop":1728056311500,"duration":1}},{"uid":"848c460de17dd5b2","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/848c460de17dd5b2","status":"passed","time":{"start":1728055122736,"stop":1728055122737,"duration":1}},{"uid":"4e691d4efa987d02","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4e691d4efa987d02","status":"passed","time":{"start":1728054101709,"stop":1728054101709,"duration":0}},{"uid":"24090187c8d148e0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/24090187c8d148e0","status":"passed","time":{"start":1728052379085,"stop":1728052379085,"duration":0}},{"uid":"2f3137745ccc8002","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2f3137745ccc8002","status":"passed","time":{"start":1728046059990,"stop":1728046059990,"duration":0}},{"uid":"f7c5bc1967b6b3d6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f7c5bc1967b6b3d6","status":"passed","time":{"start":1728046845756,"stop":1728046845757,"duration":1}},{"uid":"78fd670001236f37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/78fd670001236f37","status":"passed","time":{"start":1728042915501,"stop":1728042915501,"duration":0}},{"uid":"32387736e704b66a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/32387736e704b66a","status":"passed","time":{"start":1728035478053,"stop":1728035478054,"duration":1}},{"uid":"9b5afa80dc489d83","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9b5afa80dc489d83","status":"passed","time":{"start":1728033394442,"stop":1728033394443,"duration":1}}]},"897117bd96afab137116c3612820445f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a958a17ca37122c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6a958a17ca37122c","status":"passed","time":{"start":1728083147584,"stop":1728083147584,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8ce583840456b473","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ce583840456b473","status":"passed","time":{"start":1728085872748,"stop":1728085872749,"duration":1}},{"uid":"fffe5e4ace470f3f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fffe5e4ace470f3f","status":"passed","time":{"start":1728084885257,"stop":1728084885258,"duration":1}},{"uid":"9bb610403305d8e1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9bb610403305d8e1","status":"passed","time":{"start":1728083752747,"stop":1728083752747,"duration":0}},{"uid":"2847bb69e982ea33","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2847bb69e982ea33","status":"passed","time":{"start":1728082815934,"stop":1728082815935,"duration":1}},{"uid":"f205d2a5ea8ef634","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f205d2a5ea8ef634","status":"passed","time":{"start":1728082148003,"stop":1728082148003,"duration":0}},{"uid":"a2614aefbdb767e7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a2614aefbdb767e7","status":"passed","time":{"start":1728068916847,"stop":1728068916848,"duration":1}},{"uid":"73acfad194dc09b3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/73acfad194dc09b3","status":"passed","time":{"start":1728067793138,"stop":1728067793138,"duration":0}},{"uid":"15348db857275302","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/15348db857275302","status":"passed","time":{"start":1728065639908,"stop":1728065639908,"duration":0}},{"uid":"7426d1b14fcd12a9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7426d1b14fcd12a9","status":"passed","time":{"start":1728065929474,"stop":1728065929475,"duration":1}},{"uid":"45ce9f8a29b54d25","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/45ce9f8a29b54d25","status":"passed","time":{"start":1728056820059,"stop":1728056820059,"duration":0}},{"uid":"c78847f2e1580ae0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c78847f2e1580ae0","status":"passed","time":{"start":1728055991707,"stop":1728055991711,"duration":4}},{"uid":"d857ab0b650bc416","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d857ab0b650bc416","status":"passed","time":{"start":1728056312130,"stop":1728056312131,"duration":1}},{"uid":"d382eb76f504f050","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d382eb76f504f050","status":"passed","time":{"start":1728055123419,"stop":1728055123420,"duration":1}},{"uid":"1b5c812870e5e776","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1b5c812870e5e776","status":"passed","time":{"start":1728054102200,"stop":1728054102200,"duration":0}},{"uid":"46236f6fbad9ae86","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/46236f6fbad9ae86","status":"passed","time":{"start":1728052379789,"stop":1728052379790,"duration":1}},{"uid":"45c22e8edbc2391e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/45c22e8edbc2391e","status":"passed","time":{"start":1728046060553,"stop":1728046060554,"duration":1}},{"uid":"1afb2dfd7f93b90","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1afb2dfd7f93b90","status":"passed","time":{"start":1728046846363,"stop":1728046846363,"duration":0}},{"uid":"51375db610462574","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/51375db610462574","status":"passed","time":{"start":1728042916070,"stop":1728042916071,"duration":1}},{"uid":"c9a1ba16adcc28cc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c9a1ba16adcc28cc","status":"passed","time":{"start":1728035478732,"stop":1728035478732,"duration":0}},{"uid":"fa443e0862d78f5f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fa443e0862d78f5f","status":"passed","time":{"start":1728033395134,"stop":1728033395135,"duration":1}}]},"eba1e87c2cca5eef40bb35e242d79f0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c9a051f17abc02","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/41c9a051f17abc02","status":"passed","time":{"start":1728086260651,"stop":1728086260651,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"703ad0b769c340","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/703ad0b769c340","status":"passed","time":{"start":1728086192503,"stop":1728086192503,"duration":0}},{"uid":"fb19d15453846063","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fb19d15453846063","status":"passed","time":{"start":1728085207470,"stop":1728085207471,"duration":1}},{"uid":"9e326128e76dda70","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9e326128e76dda70","status":"passed","time":{"start":1728084038253,"stop":1728084038257,"duration":4}},{"uid":"ccec23896926f33e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ccec23896926f33e","status":"passed","time":{"start":1728083118094,"stop":1728083118094,"duration":0}},{"uid":"e02af9a3add8d921","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e02af9a3add8d921","status":"passed","time":{"start":1728082399691,"stop":1728082399691,"duration":0}},{"uid":"a7a1c2c5ab0f47fc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a7a1c2c5ab0f47fc","status":"passed","time":{"start":1728069237558,"stop":1728069237558,"duration":0}},{"uid":"d09cb9999e5f6b09","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d09cb9999e5f6b09","status":"passed","time":{"start":1728068055907,"stop":1728068055908,"duration":1}},{"uid":"540608611b091f3a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/540608611b091f3a","status":"passed","time":{"start":1728043232153,"stop":1728043232154,"duration":1}},{"uid":"bf66c87d9795748","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bf66c87d9795748","status":"passed","time":{"start":1728035844009,"stop":1728035844016,"duration":7}},{"uid":"66b7ef300e6db8a6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/66b7ef300e6db8a6","status":"passed","time":{"start":1728033765870,"stop":1728033765870,"duration":0}},{"uid":"8cde98b779877b0e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8cde98b779877b0e","status":"passed","time":{"start":1728033382927,"stop":1728033382928,"duration":1}},{"uid":"e9d8efe800ded8d9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e9d8efe800ded8d9","status":"passed","time":{"start":1728032914481,"stop":1728032914481,"duration":0}},{"uid":"4c3d9ec2cf067ca","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4c3d9ec2cf067ca","status":"passed","time":{"start":1728032550337,"stop":1728032550338,"duration":1}},{"uid":"366bfea4c3844db3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/366bfea4c3844db3","status":"passed","time":{"start":1728032273986,"stop":1728032273986,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d03aca72f04fd300","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d03aca72f04fd300","status":"passed","time":{"start":1728086171698,"stop":1728086171698,"duration":0}},{"uid":"5eefc4f5b9e1ec7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5eefc4f5b9e1ec7","status":"passed","time":{"start":1728085184642,"stop":1728085184642,"duration":0}},{"uid":"de84235ec05199b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/de84235ec05199b","status":"passed","time":{"start":1728084018350,"stop":1728084018351,"duration":1}},{"uid":"b5541bf44643ea16","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b5541bf44643ea16","status":"passed","time":{"start":1728083065667,"stop":1728083065667,"duration":0}},{"uid":"edf88f58c5a2f1dd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/edf88f58c5a2f1dd","status":"passed","time":{"start":1728069218826,"stop":1728069218827,"duration":1}},{"uid":"e784edbac19cec29","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e784edbac19cec29","status":"passed","time":{"start":1728046261825,"stop":1728046261825,"duration":0}},{"uid":"2f42d04035f8f4f1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2f42d04035f8f4f1","status":"passed","time":{"start":1728043204078,"stop":1728043204078,"duration":0}},{"uid":"196e9dba951d4bbc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/196e9dba951d4bbc","status":"passed","time":{"start":1728035785871,"stop":1728035785872,"duration":1}},{"uid":"78dca2a98908f0aa","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/78dca2a98908f0aa","status":"passed","time":{"start":1728033696342,"stop":1728033696342,"duration":0}},{"uid":"99dc8c6239e22cea","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/99dc8c6239e22cea","status":"passed","time":{"start":1728033319487,"stop":1728033319488,"duration":1}},{"uid":"7d0d547087c46b56","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/7d0d547087c46b56","status":"passed","time":{"start":1728032886551,"stop":1728032886551,"duration":0}},{"uid":"b491952db53ba5d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b491952db53ba5d","status":"passed","time":{"start":1728032520630,"stop":1728032520630,"duration":0}},{"uid":"96d5e58f44a9ed7d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/96d5e58f44a9ed7d","status":"passed","time":{"start":1728032252770,"stop":1728032252770,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a11c83cc6dc42cf1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a11c83cc6dc42cf1","status":"passed","time":{"start":1728086192513,"stop":1728086192515,"duration":2}},{"uid":"be8c2252dc6d486f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/be8c2252dc6d486f","status":"passed","time":{"start":1728085207477,"stop":1728085207477,"duration":0}},{"uid":"6aaad823ce7eed89","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6aaad823ce7eed89","status":"passed","time":{"start":1728084038274,"stop":1728084038275,"duration":1}},{"uid":"cca97170a4a6896a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cca97170a4a6896a","status":"passed","time":{"start":1728083118098,"stop":1728083118099,"duration":1}},{"uid":"f4d148782d137117","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f4d148782d137117","status":"passed","time":{"start":1728082399696,"stop":1728082399696,"duration":0}},{"uid":"e41a1f4c7491ce19","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e41a1f4c7491ce19","status":"passed","time":{"start":1728069237563,"stop":1728069237563,"duration":0}},{"uid":"c9d5748d5b295f69","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c9d5748d5b295f69","status":"passed","time":{"start":1728068055917,"stop":1728068055918,"duration":1}},{"uid":"4006282b7806de90","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4006282b7806de90","status":"passed","time":{"start":1728043232158,"stop":1728043232159,"duration":1}},{"uid":"a995d0f43c770d4d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a995d0f43c770d4d","status":"passed","time":{"start":1728035844037,"stop":1728035844037,"duration":0}},{"uid":"92d4f8e11bfb94ce","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/92d4f8e11bfb94ce","status":"passed","time":{"start":1728033765877,"stop":1728033765877,"duration":0}},{"uid":"77e1aed39ce42117","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/77e1aed39ce42117","status":"passed","time":{"start":1728033382936,"stop":1728033382937,"duration":1}},{"uid":"8eaed5a53ccee0e2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8eaed5a53ccee0e2","status":"passed","time":{"start":1728032914486,"stop":1728032914487,"duration":1}},{"uid":"1082b4a0b865f317","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1082b4a0b865f317","status":"passed","time":{"start":1728032550349,"stop":1728032550349,"duration":0}},{"uid":"ec56dbb3e7165443","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ec56dbb3e7165443","status":"passed","time":{"start":1728032274013,"stop":1728032274013,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"de28601bfe9d5fb0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/de28601bfe9d5fb0","status":"passed","time":{"start":1728086146568,"stop":1728086146568,"duration":0}},{"uid":"216deaef211ed122","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/216deaef211ed122","status":"passed","time":{"start":1728085165759,"stop":1728085165759,"duration":0}},{"uid":"fbd7b983a985db73","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fbd7b983a985db73","status":"passed","time":{"start":1728083976141,"stop":1728083976142,"duration":1}},{"uid":"377cfd0cc13648d5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/377cfd0cc13648d5","status":"passed","time":{"start":1728083040052,"stop":1728083040053,"duration":1}},{"uid":"83bc2d8acb879ee0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/83bc2d8acb879ee0","status":"passed","time":{"start":1728082356543,"stop":1728082356543,"duration":0}},{"uid":"879dc276554617ef","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/879dc276554617ef","status":"passed","time":{"start":1728069196307,"stop":1728069196308,"duration":1}},{"uid":"4a3de67b50c45625","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4a3de67b50c45625","status":"passed","time":{"start":1728067999975,"stop":1728067999975,"duration":0}},{"uid":"91d4c53d07dda33e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/91d4c53d07dda33e","status":"passed","time":{"start":1728065945610,"stop":1728065945610,"duration":0}},{"uid":"bf824f86a1a826c6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bf824f86a1a826c6","status":"passed","time":{"start":1728066235533,"stop":1728066235533,"duration":0}},{"uid":"1dab71864dcf4bf5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1dab71864dcf4bf5","status":"passed","time":{"start":1728057121728,"stop":1728057121728,"duration":0}},{"uid":"9ceab143766d9b64","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9ceab143766d9b64","status":"passed","time":{"start":1728056256703,"stop":1728056256704,"duration":1}},{"uid":"d194b938de74f72d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d194b938de74f72d","status":"passed","time":{"start":1728056616219,"stop":1728056616219,"duration":0}},{"uid":"cc729c476579de42","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/cc729c476579de42","status":"passed","time":{"start":1728055380625,"stop":1728055380626,"duration":1}},{"uid":"288cc30b9ca6ff37","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/288cc30b9ca6ff37","status":"passed","time":{"start":1728054360964,"stop":1728054360964,"duration":0}},{"uid":"7c23ca987861bb62","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7c23ca987861bb62","status":"passed","time":{"start":1728052526226,"stop":1728052526226,"duration":0}},{"uid":"c89108aa69fdf5c3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c89108aa69fdf5c3","status":"passed","time":{"start":1728046355151,"stop":1728046355152,"duration":1}},{"uid":"1b233b3b25cf7e0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1b233b3b25cf7e0","status":"passed","time":{"start":1728047152126,"stop":1728047152127,"duration":1}},{"uid":"e103b9528dff3f53","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e103b9528dff3f53","status":"passed","time":{"start":1728043182862,"stop":1728043182863,"duration":1}},{"uid":"c725a98e618de41e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c725a98e618de41e","status":"passed","time":{"start":1728035786839,"stop":1728035786840,"duration":1}},{"uid":"e11612994df20ece","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e11612994df20ece","status":"passed","time":{"start":1728033700407,"stop":1728033700408,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"57f4e8af1b7a33a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/57f4e8af1b7a33a7","status":"passed","time":{"start":1728086192510,"stop":1728086192511,"duration":1}},{"uid":"44c69f4534f2a7d4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/44c69f4534f2a7d4","status":"passed","time":{"start":1728085207476,"stop":1728085207476,"duration":0}},{"uid":"e723189445c03e71","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e723189445c03e71","status":"passed","time":{"start":1728084038264,"stop":1728084038265,"duration":1}},{"uid":"a680e258b4f15a3d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a680e258b4f15a3d","status":"passed","time":{"start":1728083118097,"stop":1728083118097,"duration":0}},{"uid":"611b18bee8db462b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/611b18bee8db462b","status":"passed","time":{"start":1728082399695,"stop":1728082399695,"duration":0}},{"uid":"4998b04ae03da21b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4998b04ae03da21b","status":"passed","time":{"start":1728069237562,"stop":1728069237562,"duration":0}},{"uid":"915b40d5660b07ac","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/915b40d5660b07ac","status":"passed","time":{"start":1728068055913,"stop":1728068055914,"duration":1}},{"uid":"7c6aefd31f43cda4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7c6aefd31f43cda4","status":"passed","time":{"start":1728043232157,"stop":1728043232157,"duration":0}},{"uid":"bd0ff394cf8168b7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bd0ff394cf8168b7","status":"passed","time":{"start":1728035844034,"stop":1728035844035,"duration":1}},{"uid":"1a5ca2fae4f68f7a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1a5ca2fae4f68f7a","status":"passed","time":{"start":1728033765875,"stop":1728033765876,"duration":1}},{"uid":"a4bd8b49d9006041","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a4bd8b49d9006041","status":"passed","time":{"start":1728033382935,"stop":1728033382935,"duration":0}},{"uid":"2b1340fc62c567f5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2b1340fc62c567f5","status":"passed","time":{"start":1728032914485,"stop":1728032914485,"duration":0}},{"uid":"2790ed2747897b0f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2790ed2747897b0f","status":"passed","time":{"start":1728032550344,"stop":1728032550345,"duration":1}},{"uid":"496d7bb746033e37","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/496d7bb746033e37","status":"passed","time":{"start":1728032274008,"stop":1728032274008,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d4776a1ee081eb3c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d4776a1ee081eb3c","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0}},{"uid":"b13ebba56f691d20","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b13ebba56f691d20","status":"passed","time":{"start":1728084901037,"stop":1728084901038,"duration":1}},{"uid":"bd955ac94c512a1a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bd955ac94c512a1a","status":"passed","time":{"start":1728083767739,"stop":1728083767739,"duration":0}},{"uid":"a3b9dffb2f276054","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a3b9dffb2f276054","status":"passed","time":{"start":1728082831085,"stop":1728082831086,"duration":1}},{"uid":"cfab7852d02d0ff6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cfab7852d02d0ff6","status":"passed","time":{"start":1728082163258,"stop":1728082163258,"duration":0}},{"uid":"a49dd3b59397e8f0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a49dd3b59397e8f0","status":"passed","time":{"start":1728068932330,"stop":1728068932330,"duration":0}},{"uid":"1017b8b45169163f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1017b8b45169163f","status":"passed","time":{"start":1728067808311,"stop":1728067808311,"duration":0}},{"uid":"de7d9bc648544797","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/de7d9bc648544797","status":"passed","time":{"start":1728065654942,"stop":1728065654942,"duration":0}},{"uid":"6edc3c84ffdd6b04","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6edc3c84ffdd6b04","status":"passed","time":{"start":1728065944724,"stop":1728065944724,"duration":0}},{"uid":"10e6ae2240b16c48","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/10e6ae2240b16c48","status":"passed","time":{"start":1728056835004,"stop":1728056835004,"duration":0}},{"uid":"bffec82a90efbfa7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bffec82a90efbfa7","status":"passed","time":{"start":1728056007093,"stop":1728056007093,"duration":0}},{"uid":"15d21e35ebb73416","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/15d21e35ebb73416","status":"passed","time":{"start":1728056327239,"stop":1728056327240,"duration":1}},{"uid":"4467ac3e4a875253","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4467ac3e4a875253","status":"passed","time":{"start":1728055138666,"stop":1728055138667,"duration":1}},{"uid":"a3537541b34edf49","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a3537541b34edf49","status":"passed","time":{"start":1728054117451,"stop":1728054117451,"duration":0}},{"uid":"431e686948d37c1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/431e686948d37c1","status":"passed","time":{"start":1728052394962,"stop":1728052394962,"duration":0}},{"uid":"4ddd9bb19037bd23","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4ddd9bb19037bd23","status":"passed","time":{"start":1728046076375,"stop":1728046076376,"duration":1}},{"uid":"30bae7cd588a12c6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/30bae7cd588a12c6","status":"passed","time":{"start":1728046861541,"stop":1728046861541,"duration":0}},{"uid":"4fb7d47022547729","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4fb7d47022547729","status":"passed","time":{"start":1728042931177,"stop":1728042931177,"duration":0}},{"uid":"3a659c0314b7c91b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3a659c0314b7c91b","status":"passed","time":{"start":1728035493997,"stop":1728035493997,"duration":0}},{"uid":"c10276bcb4f56582","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c10276bcb4f56582","status":"passed","time":{"start":1728033410791,"stop":1728033410791,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"93320371a2a357e1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/93320371a2a357e1","status":"passed","time":{"start":1728086063205,"stop":1728086063206,"duration":1}},{"uid":"972ae1d9b3087ca6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/972ae1d9b3087ca6","status":"passed","time":{"start":1728085079912,"stop":1728085079913,"duration":1}},{"uid":"7b386add4e58be56","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7b386add4e58be56","status":"passed","time":{"start":1728083929313,"stop":1728083929315,"duration":2}},{"uid":"dc56bd64acb7d455","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/dc56bd64acb7d455","status":"passed","time":{"start":1728082986582,"stop":1728082986585,"duration":3}},{"uid":"3534ab0d150d7c24","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3534ab0d150d7c24","status":"passed","time":{"start":1728082304439,"stop":1728082304439,"duration":0}},{"uid":"4c91b96d84119e3e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4c91b96d84119e3e","status":"passed","time":{"start":1728069112314,"stop":1728069112314,"duration":0}},{"uid":"2cbbd30feeb41071","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2cbbd30feeb41071","status":"passed","time":{"start":1728067941530,"stop":1728067941530,"duration":0}},{"uid":"61c41200afbda34c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/61c41200afbda34c","status":"passed","time":{"start":1728043108506,"stop":1728043108506,"duration":0}},{"uid":"4b9541017e9a3a7f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4b9541017e9a3a7f","status":"passed","time":{"start":1728035666355,"stop":1728035666355,"duration":0}},{"uid":"a4a6ce066c276706","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a4a6ce066c276706","status":"passed","time":{"start":1728033588085,"stop":1728033588086,"duration":1}},{"uid":"4af66510dcca2ae9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4af66510dcca2ae9","status":"passed","time":{"start":1728033211367,"stop":1728033211368,"duration":1}},{"uid":"c818f4e6fea83e5b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c818f4e6fea83e5b","status":"passed","time":{"start":1728032787689,"stop":1728032787689,"duration":0}},{"uid":"ab428e6cd58016a2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ab428e6cd58016a2","status":"passed","time":{"start":1728032415392,"stop":1728032415393,"duration":1}},{"uid":"c4583f1ed3b5d977","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c4583f1ed3b5d977","status":"passed","time":{"start":1728032137567,"stop":1728032137567,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"105ad8200de72937","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/105ad8200de72937","status":"passed","time":{"start":1728085929880,"stop":1728085929885,"duration":5}},{"uid":"9427586e93e5f5c9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9427586e93e5f5c9","status":"passed","time":{"start":1728084940323,"stop":1728084940323,"duration":0}},{"uid":"3b239cdcdb502a32","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3b239cdcdb502a32","status":"passed","time":{"start":1728083807040,"stop":1728083807040,"duration":0}},{"uid":"b7b4c7f3a7cc5e5c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b7b4c7f3a7cc5e5c","status":"passed","time":{"start":1728082878436,"stop":1728082878436,"duration":0}},{"uid":"6c973835eaa8704a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6c973835eaa8704a","status":"passed","time":{"start":1728082208575,"stop":1728082208576,"duration":1}},{"uid":"43b385c4441f7ae7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/43b385c4441f7ae7","status":"passed","time":{"start":1728068975099,"stop":1728068975099,"duration":0}},{"uid":"78d7baa9bd427f67","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/78d7baa9bd427f67","status":"passed","time":{"start":1728067846904,"stop":1728067846904,"duration":0}},{"uid":"d56abfc9ecfeb834","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d56abfc9ecfeb834","status":"passed","time":{"start":1728065698205,"stop":1728065698205,"duration":0}},{"uid":"718dc3b170aee9d8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/718dc3b170aee9d8","status":"passed","time":{"start":1728065985243,"stop":1728065985244,"duration":1}},{"uid":"5199994b3125d7a5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5199994b3125d7a5","status":"passed","time":{"start":1728056875691,"stop":1728056875692,"duration":1}},{"uid":"1a390aeee3693cb7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1a390aeee3693cb7","status":"passed","time":{"start":1728056052794,"stop":1728056052795,"duration":1}},{"uid":"512960207d166f74","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/512960207d166f74","status":"passed","time":{"start":1728056368495,"stop":1728056368496,"duration":1}},{"uid":"2108aa62d2cfe31f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2108aa62d2cfe31f","status":"passed","time":{"start":1728055192613,"stop":1728055192614,"duration":1}},{"uid":"464e8107cffad45c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/464e8107cffad45c","status":"passed","time":{"start":1728054161283,"stop":1728054161283,"duration":0}},{"uid":"3057da35e189a1c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3057da35e189a1c","status":"passed","time":{"start":1728052440364,"stop":1728052440364,"duration":0}},{"uid":"21afe2681169c105","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/21afe2681169c105","status":"passed","time":{"start":1728046118138,"stop":1728046118139,"duration":1}},{"uid":"b593084c548581ee","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b593084c548581ee","status":"passed","time":{"start":1728046914096,"stop":1728046914097,"duration":1}},{"uid":"611bd3ab4fc9c755","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/611bd3ab4fc9c755","status":"passed","time":{"start":1728042972086,"stop":1728042972089,"duration":3}},{"uid":"5f07fd646888e547","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5f07fd646888e547","status":"passed","time":{"start":1728035535021,"stop":1728035535022,"duration":1}},{"uid":"7fea21ca94d0d01e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7fea21ca94d0d01e","status":"passed","time":{"start":1728033452180,"stop":1728033452181,"duration":1}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b5fd27910956a748","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b5fd27910956a748","status":"passed","time":{"start":1728086272019,"stop":1728086272019,"duration":0}},{"uid":"11472769d58f26ed","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/11472769d58f26ed","status":"passed","time":{"start":1728085283336,"stop":1728085283337,"duration":1}},{"uid":"41c801d69af72acb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/41c801d69af72acb","status":"passed","time":{"start":1728084090527,"stop":1728084090527,"duration":0}},{"uid":"6e7cb45142daadbd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6e7cb45142daadbd","status":"passed","time":{"start":1728083155564,"stop":1728083155565,"duration":1}},{"uid":"d939ca27924a2ca1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d939ca27924a2ca1","status":"passed","time":{"start":1728082460323,"stop":1728082460323,"duration":0}},{"uid":"7f058038d6b7766e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7f058038d6b7766e","status":"passed","time":{"start":1728069321409,"stop":1728069321410,"duration":1}},{"uid":"961fed6c67ce7984","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/961fed6c67ce7984","status":"passed","time":{"start":1728068107523,"stop":1728068107524,"duration":1}},{"uid":"6db5372358f3a504","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6db5372358f3a504","status":"passed","time":{"start":1728043308787,"stop":1728043308787,"duration":0}},{"uid":"81dbf6ce4e24647c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/81dbf6ce4e24647c","status":"passed","time":{"start":1728035924350,"stop":1728035924350,"duration":0}},{"uid":"6e620be35fd70386","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6e620be35fd70386","status":"passed","time":{"start":1728033839312,"stop":1728033839314,"duration":2}},{"uid":"f619c48c6cbba9b5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f619c48c6cbba9b5","status":"passed","time":{"start":1728033458351,"stop":1728033458351,"duration":0}},{"uid":"f73c056c4a54a397","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f73c056c4a54a397","status":"passed","time":{"start":1728032996594,"stop":1728032996595,"duration":1}},{"uid":"fb4d84d4463293ea","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fb4d84d4463293ea","status":"passed","time":{"start":1728032626659,"stop":1728032626659,"duration":0}},{"uid":"33fdd82dca6c84ab","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/33fdd82dca6c84ab","status":"passed","time":{"start":1728032353365,"stop":1728032353365,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"86632f454299898","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86632f454299898","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0}},{"uid":"6d7463349358b562","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6d7463349358b562","status":"passed","time":{"start":1728084885252,"stop":1728084885252,"duration":0}},{"uid":"5ff45003a2387d07","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5ff45003a2387d07","status":"passed","time":{"start":1728083752743,"stop":1728083752743,"duration":0}},{"uid":"7d4b815ce3f7ed7d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7d4b815ce3f7ed7d","status":"passed","time":{"start":1728082815933,"stop":1728082815933,"duration":0}},{"uid":"74cd08ba7f3f4878","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/74cd08ba7f3f4878","status":"passed","time":{"start":1728082147998,"stop":1728082147999,"duration":1}},{"uid":"419ba51636fb33ec","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/419ba51636fb33ec","status":"passed","time":{"start":1728068916841,"stop":1728068916842,"duration":1}},{"uid":"29cbdbb1d6205dec","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/29cbdbb1d6205dec","status":"passed","time":{"start":1728067793137,"stop":1728067793137,"duration":0}},{"uid":"c7a80a406000faae","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c7a80a406000faae","status":"passed","time":{"start":1728065639903,"stop":1728065639904,"duration":1}},{"uid":"84bdf52fada5faa1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/84bdf52fada5faa1","status":"passed","time":{"start":1728065929473,"stop":1728065929473,"duration":0}},{"uid":"d76d55d4a99eb798","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d76d55d4a99eb798","status":"passed","time":{"start":1728056820057,"stop":1728056820058,"duration":1}},{"uid":"173bf70c4ee89ddf","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/173bf70c4ee89ddf","status":"passed","time":{"start":1728055991706,"stop":1728055991706,"duration":0}},{"uid":"c9a31da3c2e79c92","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c9a31da3c2e79c92","status":"passed","time":{"start":1728056312126,"stop":1728056312126,"duration":0}},{"uid":"f89ef94f1ef3ef44","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f89ef94f1ef3ef44","status":"passed","time":{"start":1728055123415,"stop":1728055123415,"duration":0}},{"uid":"cc3eeda346cfe8df","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/cc3eeda346cfe8df","status":"passed","time":{"start":1728054102195,"stop":1728054102196,"duration":1}},{"uid":"929104e56ed74ce3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/929104e56ed74ce3","status":"passed","time":{"start":1728052379785,"stop":1728052379789,"duration":4}},{"uid":"5c954b8eaf7fb403","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5c954b8eaf7fb403","status":"passed","time":{"start":1728046060552,"stop":1728046060552,"duration":0}},{"uid":"daddce32debf1854","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/daddce32debf1854","status":"passed","time":{"start":1728046846358,"stop":1728046846362,"duration":4}},{"uid":"7745ea35011b8daa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7745ea35011b8daa","status":"passed","time":{"start":1728042916069,"stop":1728042916069,"duration":0}},{"uid":"71559e33862377f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/71559e33862377f","status":"passed","time":{"start":1728035478727,"stop":1728035478728,"duration":1}},{"uid":"58db58b6eee195fb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/58db58b6eee195fb","status":"passed","time":{"start":1728033395129,"stop":1728033395129,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"287c95f24b558b7c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/287c95f24b558b7c","status":"passed","time":{"start":1728086226476,"stop":1728086226476,"duration":0}},{"uid":"ac2dc76585e5331f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ac2dc76585e5331f","status":"passed","time":{"start":1728085246288,"stop":1728085246289,"duration":1}},{"uid":"d1bc3d0ccd2bdb40","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d1bc3d0ccd2bdb40","status":"passed","time":{"start":1728084078535,"stop":1728084078535,"duration":0}},{"uid":"618b54e9f67045b3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/618b54e9f67045b3","status":"passed","time":{"start":1728083125009,"stop":1728083125009,"duration":0}},{"uid":"1725f68a92601eab","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1725f68a92601eab","status":"passed","time":{"start":1728082441019,"stop":1728082441019,"duration":0}},{"uid":"a74adeeea11898d6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a74adeeea11898d6","status":"passed","time":{"start":1728069279735,"stop":1728069279735,"duration":0}},{"uid":"c4235f0928b1a333","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c4235f0928b1a333","status":"passed","time":{"start":1728046402355,"stop":1728046402355,"duration":0}},{"uid":"d890aad611fe3d50","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d890aad611fe3d50","status":"passed","time":{"start":1728043267037,"stop":1728043267038,"duration":1}},{"uid":"27065fc4954efbdd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/27065fc4954efbdd","status":"passed","time":{"start":1728035855931,"stop":1728035855932,"duration":1}},{"uid":"6c438ed95c1b4123","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6c438ed95c1b4123","status":"passed","time":{"start":1728033769212,"stop":1728033769213,"duration":1}},{"uid":"2dbc05a6715f28a6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2dbc05a6715f28a6","status":"passed","time":{"start":1728033391667,"stop":1728033391667,"duration":0}},{"uid":"25b78d995b3e9b76","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/25b78d995b3e9b76","status":"passed","time":{"start":1728032951663,"stop":1728032951663,"duration":0}},{"uid":"237a4e677e67cfdc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/237a4e677e67cfdc","status":"passed","time":{"start":1728032582509,"stop":1728032582509,"duration":0}},{"uid":"a9f043a77c16381f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a9f043a77c16381f","status":"passed","time":{"start":1728032304558,"stop":1728032304558,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"37be7faad9270c52","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/37be7faad9270c52","status":"passed","time":{"start":1728086226485,"stop":1728086226495,"duration":10}},{"uid":"4ea59afd487af008","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4ea59afd487af008","status":"passed","time":{"start":1728085246291,"stop":1728085246291,"duration":0}},{"uid":"6bdf89ff40be6d79","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6bdf89ff40be6d79","status":"passed","time":{"start":1728084078539,"stop":1728084078539,"duration":0}},{"uid":"4cbbdd45eb7f24f7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4cbbdd45eb7f24f7","status":"passed","time":{"start":1728083125012,"stop":1728083125012,"duration":0}},{"uid":"56a1f5f9ded41664","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/56a1f5f9ded41664","status":"passed","time":{"start":1728082441022,"stop":1728082441022,"duration":0}},{"uid":"22f9d0133436e48e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/22f9d0133436e48e","status":"passed","time":{"start":1728069279738,"stop":1728069279738,"duration":0}},{"uid":"f0dd4c6ab5a1a401","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f0dd4c6ab5a1a401","status":"passed","time":{"start":1728046402358,"stop":1728046402358,"duration":0}},{"uid":"fafb120dd6df5c81","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fafb120dd6df5c81","status":"passed","time":{"start":1728043267045,"stop":1728043267045,"duration":0}},{"uid":"a20d51737a27ff5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a20d51737a27ff5","status":"passed","time":{"start":1728035855938,"stop":1728035855938,"duration":0}},{"uid":"dd89dcbeffff8d21","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dd89dcbeffff8d21","status":"passed","time":{"start":1728033769218,"stop":1728033769218,"duration":0}},{"uid":"4c5fce564464fe19","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4c5fce564464fe19","status":"passed","time":{"start":1728033391670,"stop":1728033391670,"duration":0}},{"uid":"10953144c4cb4e21","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/10953144c4cb4e21","status":"passed","time":{"start":1728032951671,"stop":1728032951671,"duration":0}},{"uid":"eb994c35adf2eb9e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/eb994c35adf2eb9e","status":"passed","time":{"start":1728032582511,"stop":1728032582512,"duration":1}},{"uid":"fa3600cd204315e5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/fa3600cd204315e5","status":"passed","time":{"start":1728032304563,"stop":1728032304565,"duration":2}}]},"371e0d539bb5c5fc48358b15d7c0634a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"299128e518c5038b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/299128e518c5038b","status":"passed","time":{"start":1728057124858,"stop":1728057124858,"duration":0}}]},"e1a132ff89b60d523523ee488ad0fbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff49f55870192b37","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ff49f55870192b37","status":"passed","time":{"start":1728032550037,"stop":1728032550037,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"44f8a7d06d68c53c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44f8a7d06d68c53c","status":"passed","time":{"start":1728085917709,"stop":1728085917712,"duration":3}},{"uid":"edcf91bd5c09557c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/edcf91bd5c09557c","status":"passed","time":{"start":1728084932092,"stop":1728084932096,"duration":4}},{"uid":"cbf87d5170c21870","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cbf87d5170c21870","status":"passed","time":{"start":1728083796736,"stop":1728083796741,"duration":5}},{"uid":"afad76d623228ddf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/afad76d623228ddf","status":"passed","time":{"start":1728082860046,"stop":1728082860050,"duration":4}},{"uid":"7711cdf027903786","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7711cdf027903786","status":"passed","time":{"start":1728082194523,"stop":1728082194524,"duration":1}},{"uid":"6edb0c6a3091bd17","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6edb0c6a3091bd17","status":"passed","time":{"start":1728068964164,"stop":1728068964167,"duration":3}},{"uid":"478973ecded92b73","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/478973ecded92b73","status":"passed","time":{"start":1728067837912,"stop":1728067837918,"duration":6}},{"uid":"995865d7bf58b167","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/995865d7bf58b167","status":"passed","time":{"start":1728065686100,"stop":1728065686102,"duration":2}},{"uid":"666532a1716a1dc1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/666532a1716a1dc1","status":"passed","time":{"start":1728065975339,"stop":1728065975346,"duration":7}},{"uid":"9a4edf41c163e858","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9a4edf41c163e858","status":"passed","time":{"start":1728056864672,"stop":1728056864677,"duration":5}},{"uid":"cfd107d3f4b346fe","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/cfd107d3f4b346fe","status":"passed","time":{"start":1728056038207,"stop":1728056038209,"duration":2}},{"uid":"8cd2ecd20c1f8c7b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8cd2ecd20c1f8c7b","status":"passed","time":{"start":1728056356753,"stop":1728056356754,"duration":1}},{"uid":"da2dc6bca513e33d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/da2dc6bca513e33d","status":"passed","time":{"start":1728055168351,"stop":1728055168363,"duration":12}},{"uid":"2df68c8e7d85e79f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2df68c8e7d85e79f","status":"passed","time":{"start":1728054147184,"stop":1728054147186,"duration":2}},{"uid":"a6741e2df43dea8a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a6741e2df43dea8a","status":"passed","time":{"start":1728052425085,"stop":1728052425086,"duration":1}},{"uid":"a2d7a4b446d3c229","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a2d7a4b446d3c229","status":"passed","time":{"start":1728046106875,"stop":1728046106877,"duration":2}},{"uid":"c97f884168b6114f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c97f884168b6114f","status":"passed","time":{"start":1728046891217,"stop":1728046891219,"duration":2}},{"uid":"9b81bd4bce3c24cf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9b81bd4bce3c24cf","status":"passed","time":{"start":1728042960677,"stop":1728042960679,"duration":2}},{"uid":"c558c4a59f63d062","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c558c4a59f63d062","status":"passed","time":{"start":1728035524078,"stop":1728035524080,"duration":2}},{"uid":"dcc48fa279c7ad59","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dcc48fa279c7ad59","status":"passed","time":{"start":1728033441290,"stop":1728033441292,"duration":2}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"fdc0ce8bfe39f66","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fdc0ce8bfe39f66","status":"passed","time":{"start":1728086260309,"stop":1728086260310,"duration":1}},{"uid":"886c30e05bff2f7f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/886c30e05bff2f7f","status":"passed","time":{"start":1728085269079,"stop":1728085269080,"duration":1}},{"uid":"31b2287bd04a27e9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/31b2287bd04a27e9","status":"passed","time":{"start":1728069312631,"stop":1728069312632,"duration":1}},{"uid":"838305b19acc0965","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/838305b19acc0965","status":"passed","time":{"start":1728046423437,"stop":1728046423438,"duration":1}},{"uid":"d45417e46310e49","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d45417e46310e49","status":"passed","time":{"start":1728043297177,"stop":1728043297178,"duration":1}},{"uid":"88769b784beaf7e6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/88769b784beaf7e6","status":"passed","time":{"start":1728035880154,"stop":1728035880155,"duration":1}},{"uid":"7b011a7f61303838","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7b011a7f61303838","status":"passed","time":{"start":1728033788811,"stop":1728033788811,"duration":0}},{"uid":"7b96bfa628dd82bc","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7b96bfa628dd82bc","status":"passed","time":{"start":1728033423637,"stop":1728033423638,"duration":1}},{"uid":"350edb93d210e1df","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/350edb93d210e1df","status":"passed","time":{"start":1728032985132,"stop":1728032985132,"duration":0}},{"uid":"fea7780f0c820c3b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fea7780f0c820c3b","status":"passed","time":{"start":1728032614940,"stop":1728032614941,"duration":1}},{"uid":"4daa5ee0d3397d9e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4daa5ee0d3397d9e","status":"passed","time":{"start":1728032348373,"stop":1728032348374,"duration":1}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"c364649323848a47","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c364649323848a47","status":"passed","time":{"start":1728086203137,"stop":1728086203138,"duration":1}},{"uid":"a81bceb23772aa70","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a81bceb23772aa70","status":"passed","time":{"start":1728085221335,"stop":1728085221335,"duration":0}},{"uid":"d116ce8105dc7a78","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d116ce8105dc7a78","status":"passed","time":{"start":1728084029188,"stop":1728084029191,"duration":3}},{"uid":"ac20175f9744dc57","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ac20175f9744dc57","status":"passed","time":{"start":1728083083008,"stop":1728083083009,"duration":1}},{"uid":"3e6395ed50e4f53d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3e6395ed50e4f53d","status":"passed","time":{"start":1728082390968,"stop":1728082390974,"duration":6}},{"uid":"1af75be44d5d7a3d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1af75be44d5d7a3d","status":"passed","time":{"start":1728069248380,"stop":1728069248380,"duration":0}},{"uid":"2e15bf3438b98fa8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2e15bf3438b98fa8","status":"passed","time":{"start":1728068031257,"stop":1728068031258,"duration":1}},{"uid":"4a4529a5c5e007a0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4a4529a5c5e007a0","status":"passed","time":{"start":1728066046608,"stop":1728066046609,"duration":1}},{"uid":"d27ff93516416312","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d27ff93516416312","status":"passed","time":{"start":1728066341479,"stop":1728066341480,"duration":1}},{"uid":"9697482fee65552c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9697482fee65552c","status":"passed","time":{"start":1728057209569,"stop":1728057209570,"duration":1}},{"uid":"89966e35043ddaff","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/89966e35043ddaff","status":"passed","time":{"start":1728056305032,"stop":1728056305032,"duration":0}},{"uid":"71d9a0748ae08889","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/71d9a0748ae08889","status":"passed","time":{"start":1728056720932,"stop":1728056720932,"duration":0}},{"uid":"d0f4b68188fc1742","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d0f4b68188fc1742","status":"passed","time":{"start":1728052606349,"stop":1728052606349,"duration":0}},{"uid":"2ba5f52040893aa2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2ba5f52040893aa2","status":"passed","time":{"start":1728046448377,"stop":1728046448378,"duration":1}},{"uid":"c100828b5b3ad1f2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c100828b5b3ad1f2","status":"passed","time":{"start":1728047258632,"stop":1728047258634,"duration":2}},{"uid":"b63548ec4eeee5e6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b63548ec4eeee5e6","status":"passed","time":{"start":1728043238301,"stop":1728043238304,"duration":3}},{"uid":"aabf110eb5279a82","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/aabf110eb5279a82","status":"passed","time":{"start":1728035872177,"stop":1728035872177,"duration":0}},{"uid":"7adebbf5a9832cd3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7adebbf5a9832cd3","status":"passed","time":{"start":1728033783674,"stop":1728033783676,"duration":2}},{"uid":"67d977a847a79206","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/67d977a847a79206","status":"passed","time":{"start":1728033410930,"stop":1728033410930,"duration":0}},{"uid":"8bcd9824d02cb1c0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8bcd9824d02cb1c0","status":"passed","time":{"start":1728032924236,"stop":1728032924237,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8719388011b0e6ea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8719388011b0e6ea","status":"passed","time":{"start":1728085948114,"stop":1728085948115,"duration":1}},{"uid":"3b8202b89dd77a31","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3b8202b89dd77a31","status":"passed","time":{"start":1728084962844,"stop":1728084962844,"duration":0}},{"uid":"c75e83afb5ff3236","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c75e83afb5ff3236","status":"passed","time":{"start":1728083828784,"stop":1728083828786,"duration":2}},{"uid":"acefaecbdcbd3748","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/acefaecbdcbd3748","status":"passed","time":{"start":1728082892718,"stop":1728082892718,"duration":0}},{"uid":"18112399260a2912","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/18112399260a2912","status":"passed","time":{"start":1728082222481,"stop":1728082222483,"duration":2}},{"uid":"97a04ff04d4ceb8a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/97a04ff04d4ceb8a","status":"passed","time":{"start":1728068994841,"stop":1728068994841,"duration":0}},{"uid":"a32a7675013ef8c4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a32a7675013ef8c4","status":"passed","time":{"start":1728067859837,"stop":1728067859837,"duration":0}},{"uid":"1918b448451037af","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1918b448451037af","status":"passed","time":{"start":1728065708188,"stop":1728065708188,"duration":0}},{"uid":"650f6590fe7a56f1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/650f6590fe7a56f1","status":"passed","time":{"start":1728065996329,"stop":1728065996329,"duration":0}},{"uid":"5b79b8095134ad8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5b79b8095134ad8","status":"passed","time":{"start":1728056884976,"stop":1728056884976,"duration":0}},{"uid":"9ddeb02960a292f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9ddeb02960a292f","status":"passed","time":{"start":1728056059745,"stop":1728056059745,"duration":0}},{"uid":"4fcc5bc28a84e2a6","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4fcc5bc28a84e2a6","status":"passed","time":{"start":1728056378311,"stop":1728056378312,"duration":1}},{"uid":"8069f12585eca9dd","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8069f12585eca9dd","status":"passed","time":{"start":1728055189864,"stop":1728055189864,"duration":0}},{"uid":"89273737be58df49","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/89273737be58df49","status":"passed","time":{"start":1728054168095,"stop":1728054168095,"duration":0}},{"uid":"ca734ae742083110","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ca734ae742083110","status":"passed","time":{"start":1728052446020,"stop":1728052446021,"duration":1}},{"uid":"a2346d14df601d6c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a2346d14df601d6c","status":"passed","time":{"start":1728046135453,"stop":1728046135456,"duration":3}},{"uid":"4bc884505c823965","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4bc884505c823965","status":"passed","time":{"start":1728046911866,"stop":1728046911866,"duration":0}},{"uid":"31084bcc83a3061a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/31084bcc83a3061a","status":"passed","time":{"start":1728042990790,"stop":1728042990793,"duration":3}},{"uid":"149fbd3504a29b78","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/149fbd3504a29b78","status":"passed","time":{"start":1728035552832,"stop":1728035552832,"duration":0}},{"uid":"dc41677c634722a8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dc41677c634722a8","status":"passed","time":{"start":1728033475124,"stop":1728033475124,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"fdf84ff42185e4f0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fdf84ff42185e4f0","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0}},{"uid":"3da4ddbabc902a9a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3da4ddbabc902a9a","status":"passed","time":{"start":1728084885262,"stop":1728084885262,"duration":0}},{"uid":"6d1d3c8999f221e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6d1d3c8999f221e","status":"passed","time":{"start":1728083752751,"stop":1728083752751,"duration":0}},{"uid":"2f6023674d5d776a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2f6023674d5d776a","status":"passed","time":{"start":1728082815942,"stop":1728082815942,"duration":0}},{"uid":"8be1661e8caffac","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8be1661e8caffac","status":"passed","time":{"start":1728082148006,"stop":1728082148006,"duration":0}},{"uid":"abfe30abc883d7db","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/abfe30abc883d7db","status":"passed","time":{"start":1728068916850,"stop":1728068916850,"duration":0}},{"uid":"11cc7ba85cece9e9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/11cc7ba85cece9e9","status":"passed","time":{"start":1728067793141,"stop":1728067793141,"duration":0}},{"uid":"e2d3dd17db4c7de2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e2d3dd17db4c7de2","status":"passed","time":{"start":1728065639911,"stop":1728065639911,"duration":0}},{"uid":"c20cb7acc0a35f81","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c20cb7acc0a35f81","status":"passed","time":{"start":1728065929478,"stop":1728065929478,"duration":0}},{"uid":"250d4371118132e7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/250d4371118132e7","status":"passed","time":{"start":1728056820065,"stop":1728056820066,"duration":1}},{"uid":"3ea1a996de1160b2","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3ea1a996de1160b2","status":"passed","time":{"start":1728055991713,"stop":1728055991714,"duration":1}},{"uid":"d0135045577b67e0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d0135045577b67e0","status":"passed","time":{"start":1728056312134,"stop":1728056312134,"duration":0}},{"uid":"de2dafe0fb3747ff","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/de2dafe0fb3747ff","status":"passed","time":{"start":1728055123423,"stop":1728055123424,"duration":1}},{"uid":"b80d16e04793b0e5","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b80d16e04793b0e5","status":"passed","time":{"start":1728054102204,"stop":1728054102204,"duration":0}},{"uid":"1640f605eafa3eb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1640f605eafa3eb","status":"passed","time":{"start":1728052379792,"stop":1728052379793,"duration":1}},{"uid":"948da466b20efbff","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/948da466b20efbff","status":"passed","time":{"start":1728046060557,"stop":1728046060557,"duration":0}},{"uid":"9c88d9caf029fe31","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9c88d9caf029fe31","status":"passed","time":{"start":1728046846367,"stop":1728046846367,"duration":0}},{"uid":"b7ac8333c807b8f5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b7ac8333c807b8f5","status":"passed","time":{"start":1728042916077,"stop":1728042916077,"duration":0}},{"uid":"5a9e59749fdc1cc8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5a9e59749fdc1cc8","status":"passed","time":{"start":1728035478736,"stop":1728035478736,"duration":0}},{"uid":"3c91420e25d691e4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3c91420e25d691e4","status":"passed","time":{"start":1728033395139,"stop":1728033395139,"duration":0}}]},"01c8c750836c3295c2e3548aa91af850:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6545e2b101fe6bc8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6545e2b101fe6bc8","status":"passed","time":{"start":1728043204074,"stop":1728043204074,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":14,"unknown":0,"total":16},"items":[{"uid":"df5655ebee51daf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/df5655ebee51daf","status":"passed","time":{"start":1728086118965,"stop":1728086118965,"duration":0}},{"uid":"9010149a46bb3c08","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9010149a46bb3c08","status":"passed","time":{"start":1728085139864,"stop":1728085139864,"duration":0}},{"uid":"bc4482e6f199d60e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bc4482e6f199d60e","status":"passed","time":{"start":1728083976015,"stop":1728083976015,"duration":0}},{"uid":"42fc949460b90a5a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/42fc949460b90a5a","status":"passed","time":{"start":1728083054623,"stop":1728083054624,"duration":1}},{"uid":"9f9c6a10b2b0d42f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9f9c6a10b2b0d42f","status":"passed","time":{"start":1728082369818,"stop":1728082369818,"duration":0}},{"uid":"ffc795c0def2e365","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ffc795c0def2e365","status":"passed","time":{"start":1728069168801,"stop":1728069168820,"duration":19}},{"uid":"ee04103fb3b3eba4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ee04103fb3b3eba4","status":"passed","time":{"start":1728068016553,"stop":1728068016554,"duration":1}},{"uid":"88a67e0339306251","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/88a67e0339306251","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066353742,"stop":1728066353742,"duration":0}},{"uid":"4c47fb151122e5db","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4c47fb151122e5db","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728047267842,"stop":1728047267842,"duration":0}},{"uid":"a1c5d29a16c0eb73","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a1c5d29a16c0eb73","status":"passed","time":{"start":1728043166277,"stop":1728043166277,"duration":0}},{"uid":"e5c9a0de70d3bae1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e5c9a0de70d3bae1","status":"passed","time":{"start":1728035763468,"stop":1728035763468,"duration":0}},{"uid":"e24d82fde04f03b9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e24d82fde04f03b9","status":"passed","time":{"start":1728033686480,"stop":1728033686480,"duration":0}},{"uid":"a54032233aada3aa","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a54032233aada3aa","status":"passed","time":{"start":1728033307543,"stop":1728033307543,"duration":0}},{"uid":"21c6c1cbd14b6c7a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/21c6c1cbd14b6c7a","status":"passed","time":{"start":1728032848457,"stop":1728032848457,"duration":0}},{"uid":"6274b108dbdafdb5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6274b108dbdafdb5","status":"passed","time":{"start":1728032477085,"stop":1728032477086,"duration":1}},{"uid":"956638f1b08dd7fd","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/956638f1b08dd7fd","status":"passed","time":{"start":1728032201819,"stop":1728032201819,"duration":0}}]},"627a27908fde6efba2705174e8c3c9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c718e01634940a2a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c718e01634940a2a","status":"passed","time":{"start":1728035855939,"stop":1728035855939,"duration":0}}]},"9db55cd284c5c2d62b6dae8dee1f1cf1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8cff05040631bdc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a8cff05040631bdc","status":"passed","time":{"start":1728032582958,"stop":1728032582959,"duration":1}}]},"8a84710ce4eb4f1e29ccf7332c180361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"923c37f9aa1c6587","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/923c37f9aa1c6587","status":"passed","time":{"start":1728068055156,"stop":1728068055156,"duration":0}}]},"b5917d6e97af573e0ce46a5cc7dbfe8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ac1da477c68b616","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6ac1da477c68b616","status":"passed","time":{"start":1728032955838,"stop":1728032955838,"duration":0}}]},"08f275f2a7055132a6a8fc36a014b767:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2602f075099d71","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a2602f075099d71","status":"passed","time":{"start":1728082441023,"stop":1728082441023,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1b4c9f3ff1038b0b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b4c9f3ff1038b0b","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0}},{"uid":"fee6ba11cc0c0d88","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fee6ba11cc0c0d88","status":"passed","time":{"start":1728084876386,"stop":1728084876386,"duration":0}},{"uid":"a2bbaf14ea50f8b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a2bbaf14ea50f8b","status":"passed","time":{"start":1728083744344,"stop":1728083744344,"duration":0}},{"uid":"79523faef57302df","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/79523faef57302df","status":"passed","time":{"start":1728082807437,"stop":1728082807437,"duration":0}},{"uid":"4e01a08364120e28","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4e01a08364120e28","status":"passed","time":{"start":1728082139304,"stop":1728082139304,"duration":0}},{"uid":"5fcb024a9126c992","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5fcb024a9126c992","status":"passed","time":{"start":1728068908042,"stop":1728068908042,"duration":0}},{"uid":"58f0416e33fb38bc","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/58f0416e33fb38bc","status":"passed","time":{"start":1728067784699,"stop":1728067784699,"duration":0}},{"uid":"b6a0609158bd9624","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b6a0609158bd9624","status":"passed","time":{"start":1728065631501,"stop":1728065631502,"duration":1}},{"uid":"b894c8b426ac8542","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b894c8b426ac8542","status":"passed","time":{"start":1728065920813,"stop":1728065920813,"duration":0}},{"uid":"4ea60085ad6938c2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4ea60085ad6938c2","status":"passed","time":{"start":1728056811572,"stop":1728056811572,"duration":0}},{"uid":"2d7d25f02b192f54","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2d7d25f02b192f54","status":"passed","time":{"start":1728055983128,"stop":1728055983129,"duration":1}},{"uid":"e52a832a1be74f40","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e52a832a1be74f40","status":"passed","time":{"start":1728056303672,"stop":1728056303673,"duration":1}},{"uid":"7d08379ac76324e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7d08379ac76324e","status":"passed","time":{"start":1728055114801,"stop":1728055114801,"duration":0}},{"uid":"d59842ea7df95ae7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d59842ea7df95ae7","status":"passed","time":{"start":1728054093587,"stop":1728054093587,"duration":0}},{"uid":"e3eaf9e769c03d94","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e3eaf9e769c03d94","status":"passed","time":{"start":1728052371170,"stop":1728052371171,"duration":1}},{"uid":"fc7eba130a7d576e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fc7eba130a7d576e","status":"passed","time":{"start":1728046051710,"stop":1728046051711,"duration":1}},{"uid":"8081b0e3bb7478a3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8081b0e3bb7478a3","status":"passed","time":{"start":1728046837799,"stop":1728046837799,"duration":0}},{"uid":"492f04fc98d8d14a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/492f04fc98d8d14a","status":"passed","time":{"start":1728042907572,"stop":1728042907572,"duration":0}},{"uid":"33b0131c772be6c0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/33b0131c772be6c0","status":"passed","time":{"start":1728035469875,"stop":1728035469875,"duration":0}},{"uid":"719069985191a378","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/719069985191a378","status":"passed","time":{"start":1728033386383,"stop":1728033386383,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f4a97c95e76399a9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f4a97c95e76399a9","status":"passed","time":{"start":1728086171705,"stop":1728086171705,"duration":0}},{"uid":"4193343a9e59c682","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4193343a9e59c682","status":"passed","time":{"start":1728085184689,"stop":1728085184690,"duration":1}},{"uid":"b5966638ea7f2993","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b5966638ea7f2993","status":"passed","time":{"start":1728084018356,"stop":1728084018359,"duration":3}},{"uid":"fbf3ee08deaff5eb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fbf3ee08deaff5eb","status":"passed","time":{"start":1728083065675,"stop":1728083065677,"duration":2}},{"uid":"fc6a652cfdef012e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fc6a652cfdef012e","status":"passed","time":{"start":1728069218837,"stop":1728069218837,"duration":0}},{"uid":"da0a9bde50327dd8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/da0a9bde50327dd8","status":"passed","time":{"start":1728046261832,"stop":1728046261833,"duration":1}},{"uid":"64358695ea148ff7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/64358695ea148ff7","status":"passed","time":{"start":1728043204105,"stop":1728043204108,"duration":3}},{"uid":"3ff2dce2fe5ed619","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3ff2dce2fe5ed619","status":"passed","time":{"start":1728035785877,"stop":1728035785877,"duration":0}},{"uid":"c124d24856e5304f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c124d24856e5304f","status":"passed","time":{"start":1728033696354,"stop":1728033696354,"duration":0}},{"uid":"43882eea0c8cc066","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/43882eea0c8cc066","status":"passed","time":{"start":1728033319495,"stop":1728033319496,"duration":1}},{"uid":"8d0d4cff0a70e7ba","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8d0d4cff0a70e7ba","status":"passed","time":{"start":1728032886557,"stop":1728032886557,"duration":0}},{"uid":"f59d0f3492121e41","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f59d0f3492121e41","status":"passed","time":{"start":1728032520647,"stop":1728032520648,"duration":1}},{"uid":"8f882e6f1282b2a6","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8f882e6f1282b2a6","status":"passed","time":{"start":1728032252777,"stop":1728032252777,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":14,"unknown":0,"total":15},"items":[{"uid":"cd372d06c4917380","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cd372d06c4917380","status":"passed","time":{"start":1728086278950,"stop":1728086278950,"duration":0}},{"uid":"45be72197a064db1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/45be72197a064db1","status":"passed","time":{"start":1728085297298,"stop":1728085297299,"duration":1}},{"uid":"b5b31adcaffd144b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b5b31adcaffd144b","status":"passed","time":{"start":1728084099012,"stop":1728084099013,"duration":1}},{"uid":"27c4297fb0958115","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/27c4297fb0958115","status":"passed","time":{"start":1728083168723,"stop":1728083168724,"duration":1}},{"uid":"509c759792ad82dc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/509c759792ad82dc","status":"passed","time":{"start":1728082475180,"stop":1728082475184,"duration":4}},{"uid":"ceb64262ce04b61a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ceb64262ce04b61a","status":"passed","time":{"start":1728069329884,"stop":1728069329887,"duration":3}},{"uid":"eb23a1be6e07e9b1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/eb23a1be6e07e9b1","status":"passed","time":{"start":1728068129100,"stop":1728068129100,"duration":0}},{"uid":"82204b89ee67b509","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/82204b89ee67b509","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1728066668752,"stop":1728066668752,"duration":0}},{"uid":"966010189a596a0f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/966010189a596a0f","status":"passed","time":{"start":1728043316558,"stop":1728043316559,"duration":1}},{"uid":"551b99e270260c46","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/551b99e270260c46","status":"passed","time":{"start":1728035941617,"stop":1728035941617,"duration":0}},{"uid":"f07c5665076265c6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f07c5665076265c6","status":"passed","time":{"start":1728033855893,"stop":1728033855894,"duration":1}},{"uid":"d2385bd1715bff40","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d2385bd1715bff40","status":"passed","time":{"start":1728033477486,"stop":1728033477489,"duration":3}},{"uid":"557331826117b62a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/557331826117b62a","status":"passed","time":{"start":1728033003865,"stop":1728033003865,"duration":0}},{"uid":"b962a6265cb0a5ed","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b962a6265cb0a5ed","status":"passed","time":{"start":1728032637890,"stop":1728032637890,"duration":0}},{"uid":"b3241441d9619008","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b3241441d9619008","status":"passed","time":{"start":1728032366503,"stop":1728032366503,"duration":0}}]},"e8d504d50cb31b82dfd45aabdb30b6c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3e2062c8c46e938","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f3e2062c8c46e938","status":"passed","time":{"start":1728033319483,"stop":1728033319484,"duration":1}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c8346a3ef361dda7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c8346a3ef361dda7","status":"passed","time":{"start":1728085864168,"stop":1728085864168,"duration":0}},{"uid":"11a2645e72cdadcb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/11a2645e72cdadcb","status":"passed","time":{"start":1728084876396,"stop":1728084876397,"duration":1}},{"uid":"f4c90a9042f25f8b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f4c90a9042f25f8b","status":"passed","time":{"start":1728083744353,"stop":1728083744354,"duration":1}},{"uid":"8191fc2068d61e14","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8191fc2068d61e14","status":"passed","time":{"start":1728082807446,"stop":1728082807446,"duration":0}},{"uid":"7b6afc4c8138169a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7b6afc4c8138169a","status":"passed","time":{"start":1728082139314,"stop":1728082139315,"duration":1}},{"uid":"13eddca9afbe91da","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/13eddca9afbe91da","status":"passed","time":{"start":1728068908054,"stop":1728068908054,"duration":0}},{"uid":"7e3179507c86bade","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7e3179507c86bade","status":"passed","time":{"start":1728067784708,"stop":1728067784709,"duration":1}},{"uid":"ebf17b1c045c6d48","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ebf17b1c045c6d48","status":"passed","time":{"start":1728065631511,"stop":1728065631511,"duration":0}},{"uid":"cc36aeaaa6af9717","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cc36aeaaa6af9717","status":"passed","time":{"start":1728065920823,"stop":1728065920824,"duration":1}},{"uid":"7f62ac139c6f1ca4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7f62ac139c6f1ca4","status":"passed","time":{"start":1728056811582,"stop":1728056811582,"duration":0}},{"uid":"7c68723a87ab19e7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7c68723a87ab19e7","status":"passed","time":{"start":1728055983139,"stop":1728055983139,"duration":0}},{"uid":"15cc3df5565d198b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/15cc3df5565d198b","status":"passed","time":{"start":1728056303681,"stop":1728056303682,"duration":1}},{"uid":"951a01f74e24571f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/951a01f74e24571f","status":"passed","time":{"start":1728055114811,"stop":1728055114811,"duration":0}},{"uid":"7b27b2d1060c0e53","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7b27b2d1060c0e53","status":"passed","time":{"start":1728054093598,"stop":1728054093598,"duration":0}},{"uid":"c77ab2f717865073","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c77ab2f717865073","status":"passed","time":{"start":1728052371183,"stop":1728052371185,"duration":2}},{"uid":"98e321d2da9e7410","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/98e321d2da9e7410","status":"passed","time":{"start":1728046051722,"stop":1728046051722,"duration":0}},{"uid":"4c64536615aa3036","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4c64536615aa3036","status":"passed","time":{"start":1728046837809,"stop":1728046837809,"duration":0}},{"uid":"3ad3cce76fae44b3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3ad3cce76fae44b3","status":"passed","time":{"start":1728042907582,"stop":1728042907582,"duration":0}},{"uid":"1fd28575f57d9cc6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1fd28575f57d9cc6","status":"passed","time":{"start":1728035469882,"stop":1728035469883,"duration":1}},{"uid":"89f56ecbe881097a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/89f56ecbe881097a","status":"passed","time":{"start":1728033386392,"stop":1728033386392,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d44a5dd5acd119a4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d44a5dd5acd119a4","status":"passed","time":{"start":1728086279992,"stop":1728086279993,"duration":1}},{"uid":"df4eb34c7f31c875","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/df4eb34c7f31c875","status":"passed","time":{"start":1728085293904,"stop":1728085293904,"duration":0}},{"uid":"55c589a55c6c8b97","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/55c589a55c6c8b97","status":"passed","time":{"start":1728084101449,"stop":1728084101449,"duration":0}},{"uid":"830a9b16e70b1677","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/830a9b16e70b1677","status":"passed","time":{"start":1728083168114,"stop":1728083168115,"duration":1}},{"uid":"da394b0474e40bd9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/da394b0474e40bd9","status":"passed","time":{"start":1728082465060,"stop":1728082465061,"duration":1}},{"uid":"2cf19e362e6be0a2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2cf19e362e6be0a2","status":"passed","time":{"start":1728069334923,"stop":1728069334923,"duration":0}},{"uid":"fef6e2a2d4dc02d9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fef6e2a2d4dc02d9","status":"passed","time":{"start":1728068118331,"stop":1728068118331,"duration":0}},{"uid":"24e6d754bd4403fa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/24e6d754bd4403fa","status":"passed","time":{"start":1728043322678,"stop":1728043322678,"duration":0}},{"uid":"471e926a49495040","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/471e926a49495040","status":"passed","time":{"start":1728035930900,"stop":1728035930900,"duration":0}},{"uid":"4680ebac5050da0b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4680ebac5050da0b","status":"passed","time":{"start":1728033847226,"stop":1728033847227,"duration":1}},{"uid":"570b964be49b9326","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/570b964be49b9326","status":"passed","time":{"start":1728033467597,"stop":1728033467598,"duration":1}},{"uid":"9f305569a721382b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9f305569a721382b","status":"passed","time":{"start":1728033001747,"stop":1728033001747,"duration":0}},{"uid":"4c892abcacc6e602","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4c892abcacc6e602","status":"passed","time":{"start":1728032629245,"stop":1728032629245,"duration":0}},{"uid":"275fc94ef9821660","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/275fc94ef9821660","status":"passed","time":{"start":1728032360465,"stop":1728032360466,"duration":1}}]},"2e3a3198ff6c277f9da06f41cb600d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51f6212b211934de","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/51f6212b211934de","status":"passed","time":{"start":1728083118119,"stop":1728083118119,"duration":0}}]},"8dd7d56fc0cfb6e2e2517aaa4eb5ec94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f333d85a3d57f76d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f333d85a3d57f76d","status":"passed","time":{"start":1728043075254,"stop":1728043075254,"duration":0}}]},"0e1f87bac3a466ad75b4a9ada9f380bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dafc7427ae60f34","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4dafc7427ae60f34","status":"passed","time":{"start":1728047681510,"stop":1728047681511,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"62986e6b28820aba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/62986e6b28820aba","status":"passed","time":{"start":1728085864273,"stop":1728085864273,"duration":0}},{"uid":"f08dcbde61a44230","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f08dcbde61a44230","status":"passed","time":{"start":1728084876534,"stop":1728084876534,"duration":0}},{"uid":"8731bdce01ba9b79","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8731bdce01ba9b79","status":"passed","time":{"start":1728083744446,"stop":1728083744446,"duration":0}},{"uid":"ca75048bffb325f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ca75048bffb325f","status":"passed","time":{"start":1728082807526,"stop":1728082807526,"duration":0}},{"uid":"7d8bd460881b683e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7d8bd460881b683e","status":"passed","time":{"start":1728082139384,"stop":1728082139384,"duration":0}},{"uid":"dd960594a483894d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dd960594a483894d","status":"passed","time":{"start":1728068908091,"stop":1728068908091,"duration":0}},{"uid":"83c1ca4629c219b2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/83c1ca4629c219b2","status":"passed","time":{"start":1728067784801,"stop":1728067784801,"duration":0}},{"uid":"29376df0924af011","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/29376df0924af011","status":"passed","time":{"start":1728065631562,"stop":1728065631563,"duration":1}},{"uid":"39ddef6253a26a6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/39ddef6253a26a6","status":"passed","time":{"start":1728065920920,"stop":1728065920920,"duration":0}},{"uid":"4a164f03ce592bbc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4a164f03ce592bbc","status":"passed","time":{"start":1728056811698,"stop":1728056811699,"duration":1}},{"uid":"ffeea8a37f77bf6c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ffeea8a37f77bf6c","status":"passed","time":{"start":1728055983160,"stop":1728055983160,"duration":0}},{"uid":"3feb6549c69b1240","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3feb6549c69b1240","status":"passed","time":{"start":1728056303601,"stop":1728056303602,"duration":1}},{"uid":"28fdc42abeff4ab9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/28fdc42abeff4ab9","status":"passed","time":{"start":1728055114887,"stop":1728055114887,"duration":0}},{"uid":"6e29db1078105c92","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6e29db1078105c92","status":"passed","time":{"start":1728054093760,"stop":1728054093760,"duration":0}},{"uid":"76a1e85e39caca39","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/76a1e85e39caca39","status":"passed","time":{"start":1728052371261,"stop":1728052371261,"duration":0}},{"uid":"880a46911639007","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/880a46911639007","status":"passed","time":{"start":1728046051888,"stop":1728046051888,"duration":0}},{"uid":"6f418d4b3f0bfb5e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6f418d4b3f0bfb5e","status":"passed","time":{"start":1728046838032,"stop":1728046838033,"duration":1}},{"uid":"2d1ea5e44eab7d4d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2d1ea5e44eab7d4d","status":"passed","time":{"start":1728042907594,"stop":1728042907594,"duration":0}},{"uid":"b082d8caf5bafd09","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b082d8caf5bafd09","status":"passed","time":{"start":1728035469894,"stop":1728035469895,"duration":1}},{"uid":"b97864f4bdc7bfad","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b97864f4bdc7bfad","status":"passed","time":{"start":1728033386455,"stop":1728033386455,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"fe54ee8e7ade1371","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fe54ee8e7ade1371","status":"passed","time":{"start":1728085864156,"stop":1728085864157,"duration":1}},{"uid":"3c7488e52fc14d2b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3c7488e52fc14d2b","status":"passed","time":{"start":1728084876385,"stop":1728084876385,"duration":0}},{"uid":"2d98fdd9e03bbfa0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2d98fdd9e03bbfa0","status":"passed","time":{"start":1728083744342,"stop":1728083744342,"duration":0}},{"uid":"bab52cbf36483cd1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bab52cbf36483cd1","status":"passed","time":{"start":1728082807435,"stop":1728082807435,"duration":0}},{"uid":"6211a7f15a4130ba","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6211a7f15a4130ba","status":"passed","time":{"start":1728082139302,"stop":1728082139302,"duration":0}},{"uid":"2ddc2feb7072f433","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2ddc2feb7072f433","status":"passed","time":{"start":1728068908040,"stop":1728068908041,"duration":1}},{"uid":"de42133780574fef","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/de42133780574fef","status":"passed","time":{"start":1728067784697,"stop":1728067784697,"duration":0}},{"uid":"4d776e65598191bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4d776e65598191bd","status":"passed","time":{"start":1728065631500,"stop":1728065631500,"duration":0}},{"uid":"174828ea8cca5cb5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/174828ea8cca5cb5","status":"passed","time":{"start":1728065920811,"stop":1728065920812,"duration":1}},{"uid":"b9c2fa046b0955c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b9c2fa046b0955c0","status":"passed","time":{"start":1728056811569,"stop":1728056811569,"duration":0}},{"uid":"816bd592ef626998","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/816bd592ef626998","status":"passed","time":{"start":1728055983127,"stop":1728055983127,"duration":0}},{"uid":"25c190ff698511f3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/25c190ff698511f3","status":"passed","time":{"start":1728056303671,"stop":1728056303671,"duration":0}},{"uid":"aa037579390b8b28","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/aa037579390b8b28","status":"passed","time":{"start":1728055114799,"stop":1728055114799,"duration":0}},{"uid":"f4be2f0a3e497ce1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f4be2f0a3e497ce1","status":"passed","time":{"start":1728054093585,"stop":1728054093585,"duration":0}},{"uid":"43520513c3b43ab0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/43520513c3b43ab0","status":"passed","time":{"start":1728052371169,"stop":1728052371169,"duration":0}},{"uid":"9e619a920a8613d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9e619a920a8613d","status":"passed","time":{"start":1728046051709,"stop":1728046051709,"duration":0}},{"uid":"dda83c0571a7ab47","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dda83c0571a7ab47","status":"passed","time":{"start":1728046837797,"stop":1728046837798,"duration":1}},{"uid":"9026296fce90c4a9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9026296fce90c4a9","status":"passed","time":{"start":1728042907570,"stop":1728042907570,"duration":0}},{"uid":"7c2f6ce6dae6054e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7c2f6ce6dae6054e","status":"passed","time":{"start":1728035469873,"stop":1728035469874,"duration":1}},{"uid":"da5c8d30c3efd2e2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/da5c8d30c3efd2e2","status":"passed","time":{"start":1728033386381,"stop":1728033386382,"duration":1}}]},"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"b354149651c4f9c2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b354149651c4f9c2","status":"passed","time":{"start":1728086150805,"stop":1728086150810,"duration":5}},{"uid":"57812c865096a58d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/57812c865096a58d","status":"passed","time":{"start":1728085165553,"stop":1728085165553,"duration":0}},{"uid":"76214229c118d7ea","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/76214229c118d7ea","status":"passed","time":{"start":1728083991606,"stop":1728083991608,"duration":2}},{"uid":"90a5c32b2086312d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/90a5c32b2086312d","status":"passed","time":{"start":1728083028061,"stop":1728083028062,"duration":1}},{"uid":"46ac51407c5857eb","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/46ac51407c5857eb","status":"passed","time":{"start":1728082357537,"stop":1728082357537,"duration":0}},{"uid":"11c51a4e71d5013f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/11c51a4e71d5013f","status":"passed","time":{"start":1728069194237,"stop":1728069194239,"duration":2}},{"uid":"d7787270c403530","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d7787270c403530","status":"passed","time":{"start":1728067984178,"stop":1728067984178,"duration":0}},{"uid":"bfbae4d0afac698c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bfbae4d0afac698c","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548726,"stop":1728066548726,"duration":0}},{"uid":"e0d240b698bb9c7d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e0d240b698bb9c7d","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835735,"stop":1728066835735,"duration":0}},{"uid":"1fb9b1c89b413d45","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1fb9b1c89b413d45","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726224,"stop":1728057726224,"duration":0}},{"uid":"3be82ab753941ba8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3be82ab753941ba8","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209781,"stop":1728057209781,"duration":0}},{"uid":"236dbc091ca67370","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/236dbc091ca67370","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965602,"stop":1728046965602,"duration":0}},{"uid":"51756f77235fff24","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51756f77235fff24","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762420,"stop":1728047762420,"duration":0}},{"uid":"727b2800bbb98036","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/727b2800bbb98036","status":"passed","time":{"start":1728043179158,"stop":1728043179159,"duration":1}},{"uid":"31b355ca08a8375d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/31b355ca08a8375d","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035952274,"stop":1728035952275,"duration":1}},{"uid":"ed19783fadc2a47e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ed19783fadc2a47e","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033874158,"stop":1728033874158,"duration":0}},{"uid":"2aec0338c2025b0d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2aec0338c2025b0d","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033497574,"stop":1728033497574,"duration":0}},{"uid":"3e88bf6c94e0b29e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3e88bf6c94e0b29e","status":"passed","time":{"start":1728032861204,"stop":1728032861204,"duration":0}},{"uid":"78371ae544271557","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/78371ae544271557","status":"passed","time":{"start":1728032518181,"stop":1728032518181,"duration":0}},{"uid":"11d31ffc22d3bfe0","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/11d31ffc22d3bfe0","status":"passed","time":{"start":1728032218326,"stop":1728032218329,"duration":3}}]},"309c6d744f24f273d5aa5299ae6dffe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c028f79f57ea554","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9c028f79f57ea554","status":"passed","time":{"start":1728057700445,"stop":1728057700445,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"25721d89274d747c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/25721d89274d747c","status":"passed","time":{"start":1728086171698,"stop":1728086171699,"duration":1}},{"uid":"1b7f1bf3852437b2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1b7f1bf3852437b2","status":"passed","time":{"start":1728085184643,"stop":1728085184643,"duration":0}},{"uid":"96a963a9b9c2f278","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/96a963a9b9c2f278","status":"passed","time":{"start":1728084018351,"stop":1728084018351,"duration":0}},{"uid":"1391cf8cb92dce9b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1391cf8cb92dce9b","status":"passed","time":{"start":1728083065668,"stop":1728083065668,"duration":0}},{"uid":"48877887a8cb3582","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/48877887a8cb3582","status":"passed","time":{"start":1728069218829,"stop":1728069218830,"duration":1}},{"uid":"4de7bf2192e9b7af","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4de7bf2192e9b7af","status":"passed","time":{"start":1728046261826,"stop":1728046261827,"duration":1}},{"uid":"5ea86b5bb246232e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5ea86b5bb246232e","status":"passed","time":{"start":1728043204079,"stop":1728043204079,"duration":0}},{"uid":"51d20e61c5d11bd1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/51d20e61c5d11bd1","status":"passed","time":{"start":1728035785872,"stop":1728035785872,"duration":0}},{"uid":"d38ab96667ab02d7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d38ab96667ab02d7","status":"passed","time":{"start":1728033696343,"stop":1728033696343,"duration":0}},{"uid":"40355f7e778621d1","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/40355f7e778621d1","status":"passed","time":{"start":1728033319488,"stop":1728033319488,"duration":0}},{"uid":"3f225aa13c29d46c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3f225aa13c29d46c","status":"passed","time":{"start":1728032886552,"stop":1728032886552,"duration":0}},{"uid":"5423fe14bb83b4e1","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5423fe14bb83b4e1","status":"passed","time":{"start":1728032520630,"stop":1728032520632,"duration":2}},{"uid":"86a4adefd17cdef1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/86a4adefd17cdef1","status":"passed","time":{"start":1728032252770,"stop":1728032252771,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80702908c83bc0d3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/80702908c83bc0d3","status":"passed","time":{"start":1728085985731,"stop":1728085985732,"duration":1}},{"uid":"7fd12cd1162b700c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7fd12cd1162b700c","status":"passed","time":{"start":1728085001728,"stop":1728085001728,"duration":0}},{"uid":"a243c1fff896016","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a243c1fff896016","status":"passed","time":{"start":1728083861272,"stop":1728083861273,"duration":1}},{"uid":"8d53deed49411d0b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8d53deed49411d0b","status":"passed","time":{"start":1728082925020,"stop":1728082925021,"duration":1}},{"uid":"4e128075508cb88c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4e128075508cb88c","status":"passed","time":{"start":1728082250480,"stop":1728082250480,"duration":0}},{"uid":"8f7f30b1288a54c7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8f7f30b1288a54c7","status":"passed","time":{"start":1728069032005,"stop":1728069032010,"duration":5}},{"uid":"bb35f42b44a123d4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bb35f42b44a123d4","status":"passed","time":{"start":1728046164808,"stop":1728046164809,"duration":1}},{"uid":"f3ee8933a8e6abc6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f3ee8933a8e6abc6","status":"passed","time":{"start":1728043026643,"stop":1728043026646,"duration":3}},{"uid":"78ddbc73ec2afd63","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/78ddbc73ec2afd63","status":"passed","time":{"start":1728035592883,"stop":1728035592883,"duration":0}},{"uid":"c86e9dfde72e2990","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c86e9dfde72e2990","status":"passed","time":{"start":1728033511116,"stop":1728033511117,"duration":1}},{"uid":"9e7b7f9d1610541a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9e7b7f9d1610541a","status":"passed","time":{"start":1728033134836,"stop":1728033134837,"duration":1}},{"uid":"85d632e9f61fc74f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/85d632e9f61fc74f","status":"passed","time":{"start":1728032703348,"stop":1728032703348,"duration":0}},{"uid":"8a850e700c755d42","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8a850e700c755d42","status":"passed","time":{"start":1728032339222,"stop":1728032339222,"duration":0}},{"uid":"74fdb9735dab4550","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/74fdb9735dab4550","status":"passed","time":{"start":1728032058201,"stop":1728032058201,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c094a3122b6083c4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c094a3122b6083c4","status":"passed","time":{"start":1728086033894,"stop":1728086033895,"duration":1}},{"uid":"2487e015be639b2d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2487e015be639b2d","status":"passed","time":{"start":1728085047247,"stop":1728085047247,"duration":0}},{"uid":"b34f877bf1d4dfe0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b34f877bf1d4dfe0","status":"passed","time":{"start":1728083902771,"stop":1728083902771,"duration":0}},{"uid":"a19edd519da3f183","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a19edd519da3f183","status":"passed","time":{"start":1728082961501,"stop":1728082961502,"duration":1}},{"uid":"7fa5433dbe3dd722","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7fa5433dbe3dd722","status":"passed","time":{"start":1728082284026,"stop":1728082284026,"duration":0}},{"uid":"81577cd1b07f585e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81577cd1b07f585e","status":"passed","time":{"start":1728069082645,"stop":1728069082650,"duration":5}},{"uid":"38ab52ac150603f8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/38ab52ac150603f8","status":"passed","time":{"start":1728067941389,"stop":1728067941389,"duration":0}},{"uid":"503815e7c9cc72a1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/503815e7c9cc72a1","status":"passed","time":{"start":1728066171567,"stop":1728066171567,"duration":0}},{"uid":"cc2acd72b4174a37","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cc2acd72b4174a37","status":"passed","time":{"start":1728066512883,"stop":1728066512883,"duration":0}},{"uid":"84ceccdd3bbea733","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/84ceccdd3bbea733","status":"passed","time":{"start":1728057355629,"stop":1728057355629,"duration":0}},{"uid":"e6866e2ac5c2f619","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e6866e2ac5c2f619","status":"passed","time":{"start":1728056563505,"stop":1728056563505,"duration":0}},{"uid":"4cbbfa254125c781","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4cbbfa254125c781","status":"passed","time":{"start":1728056935467,"stop":1728056935468,"duration":1}},{"uid":"3b38b6c6d8caf0fb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3b38b6c6d8caf0fb","status":"passed","time":{"start":1728055614337,"stop":1728055614338,"duration":1}},{"uid":"25a69d3c292257d9","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/25a69d3c292257d9","status":"passed","time":{"start":1728054752362,"stop":1728054752363,"duration":1}},{"uid":"9d16e31de2fb95b5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9d16e31de2fb95b5","status":"passed","time":{"start":1728052861017,"stop":1728052861017,"duration":0}},{"uid":"7753abdee9142bb7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7753abdee9142bb7","status":"passed","time":{"start":1728046783418,"stop":1728046783419,"duration":1}},{"uid":"908273e6164a8d32","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/908273e6164a8d32","status":"passed","time":{"start":1728047429493,"stop":1728047429493,"duration":0}},{"uid":"7a2767fb7c9db748","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7a2767fb7c9db748","status":"passed","time":{"start":1728043084140,"stop":1728043084140,"duration":0}},{"uid":"7e62983fb98e2c62","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7e62983fb98e2c62","status":"passed","time":{"start":1728035601390,"stop":1728035601390,"duration":0}},{"uid":"51395898bda9ef52","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/51395898bda9ef52","status":"passed","time":{"start":1728033520535,"stop":1728033520535,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fd69c524d02f07af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd69c524d02f07af","status":"passed","time":{"start":1728085985736,"stop":1728085985737,"duration":1}},{"uid":"ec3992375dbbfcfd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ec3992375dbbfcfd","status":"passed","time":{"start":1728085001738,"stop":1728085001738,"duration":0}},{"uid":"a7beed045bcc1e28","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a7beed045bcc1e28","status":"passed","time":{"start":1728083861275,"stop":1728083861278,"duration":3}},{"uid":"5f85fd6163e2cd1e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5f85fd6163e2cd1e","status":"passed","time":{"start":1728082925024,"stop":1728082925024,"duration":0}},{"uid":"6f256a7a5ef450d1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6f256a7a5ef450d1","status":"passed","time":{"start":1728082250487,"stop":1728082250488,"duration":1}},{"uid":"c883f8a559659f6f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c883f8a559659f6f","status":"passed","time":{"start":1728069032015,"stop":1728069032015,"duration":0}},{"uid":"b572b05c7b9fefd1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b572b05c7b9fefd1","status":"passed","time":{"start":1728046164811,"stop":1728046164812,"duration":1}},{"uid":"146d3d7948ef2596","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/146d3d7948ef2596","status":"passed","time":{"start":1728043026648,"stop":1728043026648,"duration":0}},{"uid":"2ffde317eab862a8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2ffde317eab862a8","status":"passed","time":{"start":1728035592890,"stop":1728035592890,"duration":0}},{"uid":"5ca43c794336b10d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5ca43c794336b10d","status":"passed","time":{"start":1728033511121,"stop":1728033511121,"duration":0}},{"uid":"b77146c518f183af","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b77146c518f183af","status":"passed","time":{"start":1728033134838,"stop":1728033134839,"duration":1}},{"uid":"c1e22954ce2fa95f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c1e22954ce2fa95f","status":"passed","time":{"start":1728032703350,"stop":1728032703350,"duration":0}},{"uid":"a7969739f48343fa","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a7969739f48343fa","status":"passed","time":{"start":1728032339223,"stop":1728032339223,"duration":0}},{"uid":"ead412724fd8f2f4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ead412724fd8f2f4","status":"passed","time":{"start":1728032058202,"stop":1728032058202,"duration":0}}]},"49314dd51c982ae6a8bd5fd304e0494d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7f598cfce0291df0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7f598cfce0291df0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728067440379,"stop":1728067440380,"duration":1}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"546750b18389ae28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/546750b18389ae28","status":"passed","time":{"start":1728085872742,"stop":1728085872743,"duration":1}},{"uid":"87cd31932c35379f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/87cd31932c35379f","status":"passed","time":{"start":1728084885252,"stop":1728084885252,"duration":0}},{"uid":"ae03fac45608ea13","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ae03fac45608ea13","status":"passed","time":{"start":1728083752742,"stop":1728083752742,"duration":0}},{"uid":"30372c9ba0ffe461","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/30372c9ba0ffe461","status":"passed","time":{"start":1728082815933,"stop":1728082815933,"duration":0}},{"uid":"585de1dbd7f4c079","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/585de1dbd7f4c079","status":"passed","time":{"start":1728082147998,"stop":1728082147998,"duration":0}},{"uid":"9746673b3f8b2dd5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9746673b3f8b2dd5","status":"passed","time":{"start":1728068916841,"stop":1728068916841,"duration":0}},{"uid":"86b361ab68834beb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/86b361ab68834beb","status":"passed","time":{"start":1728067793133,"stop":1728067793133,"duration":0}},{"uid":"6ec098fcf2756c0b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ec098fcf2756c0b","status":"passed","time":{"start":1728065639903,"stop":1728065639903,"duration":0}},{"uid":"5314403c8c1e6ee2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5314403c8c1e6ee2","status":"passed","time":{"start":1728065929469,"stop":1728065929473,"duration":4}},{"uid":"27336318c4b97f15","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/27336318c4b97f15","status":"passed","time":{"start":1728056820057,"stop":1728056820057,"duration":0}},{"uid":"786e883f44929fa1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/786e883f44929fa1","status":"passed","time":{"start":1728055991705,"stop":1728055991705,"duration":0}},{"uid":"31e14265e3d1664d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/31e14265e3d1664d","status":"passed","time":{"start":1728056312125,"stop":1728056312126,"duration":1}},{"uid":"3ce3d16c5025c74f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3ce3d16c5025c74f","status":"passed","time":{"start":1728055123414,"stop":1728055123415,"duration":1}},{"uid":"40b8a2ae96964f68","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/40b8a2ae96964f68","status":"passed","time":{"start":1728054102195,"stop":1728054102195,"duration":0}},{"uid":"f4a114eb73523a4e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f4a114eb73523a4e","status":"passed","time":{"start":1728052379785,"stop":1728052379785,"duration":0}},{"uid":"6186d4a0bb53637a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6186d4a0bb53637a","status":"passed","time":{"start":1728046060548,"stop":1728046060548,"duration":0}},{"uid":"b2ff5f82fa24c74c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b2ff5f82fa24c74c","status":"passed","time":{"start":1728046846357,"stop":1728046846358,"duration":1}},{"uid":"2a9105436f3e4ccb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2a9105436f3e4ccb","status":"passed","time":{"start":1728042916068,"stop":1728042916069,"duration":1}},{"uid":"e98d05406c8aa68d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e98d05406c8aa68d","status":"passed","time":{"start":1728035478727,"stop":1728035478727,"duration":0}},{"uid":"f1df6292f3143166","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f1df6292f3143166","status":"passed","time":{"start":1728033395128,"stop":1728033395129,"duration":1}}]},"53fde8ad70a67ab3a96acd8cc8917eb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1ac385f68c35db8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b1ac385f68c35db8","status":"passed","time":{"start":1728066046605,"stop":1728066046605,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"351aaaf39c22c008","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/351aaaf39c22c008","status":"passed","time":{"start":1728086207862,"stop":1728086207862,"duration":0}},{"uid":"f33446fa7231a1bc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f33446fa7231a1bc","status":"passed","time":{"start":1728085227785,"stop":1728085227785,"duration":0}},{"uid":"2c4eca781fbca34d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2c4eca781fbca34d","status":"passed","time":{"start":1728084031087,"stop":1728084031087,"duration":0}},{"uid":"781fd164e849759a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/781fd164e849759a","status":"passed","time":{"start":1728083085061,"stop":1728083085061,"duration":0}},{"uid":"9d2bef6a838bfcd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9d2bef6a838bfcd","status":"passed","time":{"start":1728082402953,"stop":1728082402954,"duration":1}},{"uid":"36c8ca92f3990b56","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/36c8ca92f3990b56","status":"passed","time":{"start":1728069256718,"stop":1728069256718,"duration":0}},{"uid":"4aa1048da9404ed3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4aa1048da9404ed3","status":"passed","time":{"start":1728068039043,"stop":1728068039043,"duration":0}},{"uid":"564f2b55b3359c13","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/564f2b55b3359c13","status":"passed","time":{"start":1728066054973,"stop":1728066054973,"duration":0}},{"uid":"c5e22060dae64aae","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c5e22060dae64aae","status":"passed","time":{"start":1728066345491,"stop":1728066345492,"duration":1}},{"uid":"6c7b4a0146e3f1ca","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c7b4a0146e3f1ca","status":"passed","time":{"start":1728057218513,"stop":1728057218513,"duration":0}},{"uid":"359d2e10eb1d3b4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/359d2e10eb1d3b4","status":"passed","time":{"start":1728056313095,"stop":1728056313095,"duration":0}},{"uid":"bdec2ff647411f70","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bdec2ff647411f70","status":"passed","time":{"start":1728056731757,"stop":1728056731764,"duration":7}},{"uid":"29b04f483796ba62","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/29b04f483796ba62","status":"passed","time":{"start":1728052615125,"stop":1728052615125,"duration":0}},{"uid":"128f8a78067f4bc0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/128f8a78067f4bc0","status":"passed","time":{"start":1728046456498,"stop":1728046456499,"duration":1}},{"uid":"90ee36be707a099e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/90ee36be707a099e","status":"passed","time":{"start":1728047262757,"stop":1728047262758,"duration":1}},{"uid":"b07d2719fafcc902","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b07d2719fafcc902","status":"passed","time":{"start":1728043245047,"stop":1728043245048,"duration":1}},{"uid":"8dd0e0a8b77d0d34","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8dd0e0a8b77d0d34","status":"passed","time":{"start":1728035876557,"stop":1728035876557,"duration":0}},{"uid":"d8c5ecc1b42e2a8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d8c5ecc1b42e2a8","status":"passed","time":{"start":1728033795256,"stop":1728033795256,"duration":0}},{"uid":"b386e3a31cb7220c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b386e3a31cb7220c","status":"passed","time":{"start":1728033412116,"stop":1728033412116,"duration":0}},{"uid":"5fb7e1a35f3255ad","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5fb7e1a35f3255ad","status":"passed","time":{"start":1728032929714,"stop":1728032929715,"duration":1}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"26301645e0bca444","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/26301645e0bca444","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0}},{"uid":"f52dde189bf413d9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f52dde189bf413d9","status":"passed","time":{"start":1728084876400,"stop":1728084876400,"duration":0}},{"uid":"723dcfb1c1ba13c8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/723dcfb1c1ba13c8","status":"passed","time":{"start":1728083744356,"stop":1728083744357,"duration":1}},{"uid":"2df6fe51145b1f22","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2df6fe51145b1f22","status":"passed","time":{"start":1728082807449,"stop":1728082807449,"duration":0}},{"uid":"546f123e47230080","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/546f123e47230080","status":"passed","time":{"start":1728082139318,"stop":1728082139318,"duration":0}},{"uid":"8414619c9e8e7481","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8414619c9e8e7481","status":"passed","time":{"start":1728068908057,"stop":1728068908058,"duration":1}},{"uid":"dd6d934a9865af","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dd6d934a9865af","status":"passed","time":{"start":1728067784711,"stop":1728067784711,"duration":0}},{"uid":"f0807f05955aaafc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f0807f05955aaafc","status":"passed","time":{"start":1728065631514,"stop":1728065631514,"duration":0}},{"uid":"3408f8bf9d119f06","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3408f8bf9d119f06","status":"passed","time":{"start":1728065920826,"stop":1728065920827,"duration":1}},{"uid":"c7bc35a3b72f6de4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c7bc35a3b72f6de4","status":"passed","time":{"start":1728056811585,"stop":1728056811585,"duration":0}},{"uid":"ce9cb27735fd9cab","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ce9cb27735fd9cab","status":"passed","time":{"start":1728055983142,"stop":1728055983142,"duration":0}},{"uid":"8d59615aee093638","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8d59615aee093638","status":"passed","time":{"start":1728056303684,"stop":1728056303684,"duration":0}},{"uid":"7349fffb47296691","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7349fffb47296691","status":"passed","time":{"start":1728055114814,"stop":1728055114814,"duration":0}},{"uid":"a8fd80fda509d256","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a8fd80fda509d256","status":"passed","time":{"start":1728054093601,"stop":1728054093602,"duration":1}},{"uid":"cee028ad634875b7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/cee028ad634875b7","status":"passed","time":{"start":1728052371188,"stop":1728052371188,"duration":0}},{"uid":"8f55ecb666a8e5a7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8f55ecb666a8e5a7","status":"passed","time":{"start":1728046051725,"stop":1728046051726,"duration":1}},{"uid":"4bf344cb700b7d45","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4bf344cb700b7d45","status":"passed","time":{"start":1728046837811,"stop":1728046837811,"duration":0}},{"uid":"79cd57c462d0948c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/79cd57c462d0948c","status":"passed","time":{"start":1728042907584,"stop":1728042907584,"duration":0}},{"uid":"64c205c5bb22088c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/64c205c5bb22088c","status":"passed","time":{"start":1728035469885,"stop":1728035469885,"duration":0}},{"uid":"1121d2cec9e08de3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1121d2cec9e08de3","status":"passed","time":{"start":1728033386395,"stop":1728033386396,"duration":1}}]},"32558978f814e9330183703b08f912a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"74bef21ef88d6a13","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/74bef21ef88d6a13","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728053941732,"stop":1728053941732,"duration":0}}]},"3dcd478bfa961a8de239a6ee503a00ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2eb02078312ec483","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2eb02078312ec483","status":"passed","time":{"start":1728048050524,"stop":1728048050524,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a5c852588890b72c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a5c852588890b72c","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0}},{"uid":"fa52145a4407e1a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fa52145a4407e1a","status":"passed","time":{"start":1728084912805,"stop":1728084912805,"duration":0}},{"uid":"4dbc4dd83bd8d2fb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4dbc4dd83bd8d2fb","status":"passed","time":{"start":1728083779186,"stop":1728083779186,"duration":0}},{"uid":"d00cc8140beb660f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d00cc8140beb660f","status":"passed","time":{"start":1728082842491,"stop":1728082842491,"duration":0}},{"uid":"55e986cba069ff42","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/55e986cba069ff42","status":"passed","time":{"start":1728082174606,"stop":1728082174606,"duration":0}},{"uid":"da411b09a4d568a1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/da411b09a4d568a1","status":"passed","time":{"start":1728068944101,"stop":1728068944101,"duration":0}},{"uid":"75a120cdff17a080","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/75a120cdff17a080","status":"passed","time":{"start":1728067819596,"stop":1728067819596,"duration":0}},{"uid":"f5d09e3359d584fe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f5d09e3359d584fe","status":"passed","time":{"start":1728065666455,"stop":1728065666455,"duration":0}},{"uid":"f2c110b64bb13616","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f2c110b64bb13616","status":"passed","time":{"start":1728065956553,"stop":1728065956553,"duration":0}},{"uid":"cfaad102a817c93f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cfaad102a817c93f","status":"passed","time":{"start":1728056846605,"stop":1728056846606,"duration":1}},{"uid":"51071ac56d1dbd96","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/51071ac56d1dbd96","status":"passed","time":{"start":1728056018683,"stop":1728056018683,"duration":0}},{"uid":"7562983b7896f9cf","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7562983b7896f9cf","status":"passed","time":{"start":1728056338848,"stop":1728056338849,"duration":1}},{"uid":"39850ffdc2dfb27e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/39850ffdc2dfb27e","status":"passed","time":{"start":1728055150282,"stop":1728055150282,"duration":0}},{"uid":"ae2b2176e9f36d0","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ae2b2176e9f36d0","status":"passed","time":{"start":1728054128971,"stop":1728054128972,"duration":1}},{"uid":"3a9573394eceadc4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3a9573394eceadc4","status":"passed","time":{"start":1728052406581,"stop":1728052406582,"duration":1}},{"uid":"79088cbea4f4117c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/79088cbea4f4117c","status":"passed","time":{"start":1728046088077,"stop":1728046088077,"duration":0}},{"uid":"f766993349586c42","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f766993349586c42","status":"passed","time":{"start":1728046872794,"stop":1728046872794,"duration":0}},{"uid":"1ce78bc4978cc312","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1ce78bc4978cc312","status":"passed","time":{"start":1728042942575,"stop":1728042942575,"duration":0}},{"uid":"5cf0d421b8eba107","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5cf0d421b8eba107","status":"passed","time":{"start":1728035505608,"stop":1728035505608,"duration":0}},{"uid":"4e972fd239d5629","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4e972fd239d5629","status":"passed","time":{"start":1728033422549,"stop":1728033422549,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8bb704114883955a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8bb704114883955a","status":"passed","time":{"start":1728086192532,"stop":1728086192532,"duration":0}},{"uid":"30ffff48e5c28a04","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/30ffff48e5c28a04","status":"passed","time":{"start":1728085207505,"stop":1728085207505,"duration":0}},{"uid":"b72d0729b2d2b37","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b72d0729b2d2b37","status":"passed","time":{"start":1728084038296,"stop":1728084038296,"duration":0}},{"uid":"f943369ebfc6f747","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f943369ebfc6f747","status":"passed","time":{"start":1728083118117,"stop":1728083118117,"duration":0}},{"uid":"d4cba72cb4f4020a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d4cba72cb4f4020a","status":"passed","time":{"start":1728082399712,"stop":1728082399713,"duration":1}},{"uid":"6eafde0f1955c032","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6eafde0f1955c032","status":"passed","time":{"start":1728069237589,"stop":1728069237589,"duration":0}},{"uid":"aad3e30c45ab46d3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/aad3e30c45ab46d3","status":"passed","time":{"start":1728068055948,"stop":1728068055948,"duration":0}},{"uid":"95fb04dbf98f4b07","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/95fb04dbf98f4b07","status":"passed","time":{"start":1728043232172,"stop":1728043232172,"duration":0}},{"uid":"cebe5e8f271af8ec","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cebe5e8f271af8ec","status":"passed","time":{"start":1728035844062,"stop":1728035844062,"duration":0}},{"uid":"b3de976d98c6561b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b3de976d98c6561b","status":"passed","time":{"start":1728033765891,"stop":1728033765891,"duration":0}},{"uid":"4660823fe67fca2c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4660823fe67fca2c","status":"passed","time":{"start":1728033382962,"stop":1728033382962,"duration":0}},{"uid":"acc698b34c833842","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/acc698b34c833842","status":"passed","time":{"start":1728032914504,"stop":1728032914506,"duration":2}},{"uid":"4c8ed96c7a610db0","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4c8ed96c7a610db0","status":"passed","time":{"start":1728032550369,"stop":1728032550369,"duration":0}},{"uid":"e2854512b6be3a3e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e2854512b6be3a3e","status":"passed","time":{"start":1728032274026,"stop":1728032274027,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7a6e347fd8107fc6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a6e347fd8107fc6","status":"passed","time":{"start":1728085872739,"stop":1728085872740,"duration":1}},{"uid":"e06a8b01a803a161","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e06a8b01a803a161","status":"passed","time":{"start":1728084885249,"stop":1728084885249,"duration":0}},{"uid":"821edad2602ed0f8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/821edad2602ed0f8","status":"passed","time":{"start":1728083752739,"stop":1728083752739,"duration":0}},{"uid":"7cd48e5776d6ce88","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7cd48e5776d6ce88","status":"passed","time":{"start":1728082815929,"stop":1728082815929,"duration":0}},{"uid":"a3edc13d8e6b0d71","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a3edc13d8e6b0d71","status":"passed","time":{"start":1728082147995,"stop":1728082147995,"duration":0}},{"uid":"85c4d31deb0bb699","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/85c4d31deb0bb699","status":"passed","time":{"start":1728068916838,"stop":1728068916838,"duration":0}},{"uid":"b8c042d8190e643c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b8c042d8190e643c","status":"passed","time":{"start":1728067793129,"stop":1728067793130,"duration":1}},{"uid":"5876d0d200429935","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5876d0d200429935","status":"passed","time":{"start":1728065639898,"stop":1728065639899,"duration":1}},{"uid":"6c8c061464f86cc5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6c8c061464f86cc5","status":"passed","time":{"start":1728065929466,"stop":1728065929466,"duration":0}},{"uid":"795320449524412d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/795320449524412d","status":"passed","time":{"start":1728056820053,"stop":1728056820054,"duration":1}},{"uid":"16c01ddafe867b0c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/16c01ddafe867b0c","status":"passed","time":{"start":1728055991702,"stop":1728055991702,"duration":0}},{"uid":"87d467d33458b52c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/87d467d33458b52c","status":"passed","time":{"start":1728056312122,"stop":1728056312122,"duration":0}},{"uid":"3b2775cc31b6f14b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3b2775cc31b6f14b","status":"passed","time":{"start":1728055123411,"stop":1728055123411,"duration":0}},{"uid":"3e9976dfbb778e05","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3e9976dfbb778e05","status":"passed","time":{"start":1728054102192,"stop":1728054102192,"duration":0}},{"uid":"ed3332450725f59b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ed3332450725f59b","status":"passed","time":{"start":1728052379781,"stop":1728052379781,"duration":0}},{"uid":"78886dfd63a20ec2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/78886dfd63a20ec2","status":"passed","time":{"start":1728046060545,"stop":1728046060545,"duration":0}},{"uid":"5860ee4c89c19314","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5860ee4c89c19314","status":"passed","time":{"start":1728046846354,"stop":1728046846354,"duration":0}},{"uid":"d5b1cee33c9fe7cb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d5b1cee33c9fe7cb","status":"passed","time":{"start":1728042916065,"stop":1728042916065,"duration":0}},{"uid":"a3eadae7995b1b0e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a3eadae7995b1b0e","status":"passed","time":{"start":1728035478723,"stop":1728035478724,"duration":1}},{"uid":"6d25193bf26b6b5d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6d25193bf26b6b5d","status":"passed","time":{"start":1728033395125,"stop":1728033395125,"duration":0}}]},"fe49cce316cfdeb11067917d06d6779a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9107c90cdaa53e6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9107c90cdaa53e6","status":"passed","time":{"start":1728086226496,"stop":1728086226496,"duration":0}}]},"4a267b4507b091a7f41e849ffbb1fc5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289dc57c824b027c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/289dc57c824b027c","status":"passed","time":{"start":1728033444790,"stop":1728033444790,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"79fdeaeaec4edff9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79fdeaeaec4edff9","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0}},{"uid":"f1a5d55e042a1808","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f1a5d55e042a1808","status":"passed","time":{"start":1728085269095,"stop":1728085269096,"duration":1}},{"uid":"14a0cbd6338c511a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/14a0cbd6338c511a","status":"passed","time":{"start":1728069312654,"stop":1728069312654,"duration":0}},{"uid":"b0741411851ea830","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b0741411851ea830","status":"passed","time":{"start":1728046423468,"stop":1728046423468,"duration":0}},{"uid":"eb52af3c7a031a02","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eb52af3c7a031a02","status":"passed","time":{"start":1728043297214,"stop":1728043297214,"duration":0}},{"uid":"b4c89e9f4f0c987","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b4c89e9f4f0c987","status":"passed","time":{"start":1728035880197,"stop":1728035880197,"duration":0}},{"uid":"7f282186d4061c39","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7f282186d4061c39","status":"passed","time":{"start":1728033788853,"stop":1728033788853,"duration":0}},{"uid":"eb83bbb712ba987","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/eb83bbb712ba987","status":"passed","time":{"start":1728033423668,"stop":1728033423669,"duration":1}},{"uid":"b2b361bb4c01df50","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b2b361bb4c01df50","status":"passed","time":{"start":1728032985181,"stop":1728032985182,"duration":1}},{"uid":"77a1ac10b51db57e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/77a1ac10b51db57e","status":"passed","time":{"start":1728032614964,"stop":1728032614965,"duration":1}},{"uid":"d949f8a57a8157c4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d949f8a57a8157c4","status":"passed","time":{"start":1728032348443,"stop":1728032348444,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":14,"unknown":0,"total":21},"items":[{"uid":"f55d6cb128bb5d88","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f55d6cb128bb5d88","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0}},{"uid":"b5477bc5d11a4b98","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b5477bc5d11a4b98","status":"passed","time":{"start":1728085310252,"stop":1728085310253,"duration":1}},{"uid":"c0c53b9df734b0b4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c0c53b9df734b0b4","status":"passed","time":{"start":1728084116479,"stop":1728084116479,"duration":0}},{"uid":"54e36d8f39f42001","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/54e36d8f39f42001","status":"passed","time":{"start":1728083184014,"stop":1728083184015,"duration":1}},{"uid":"683cf3b3bfed202b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/683cf3b3bfed202b","status":"passed","time":{"start":1728082489678,"stop":1728082489678,"duration":0}},{"uid":"4a0acdea78ece855","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4a0acdea78ece855","status":"passed","time":{"start":1728069347122,"stop":1728069347122,"duration":0}},{"uid":"4315cf63827c97b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4315cf63827c97b","status":"passed","time":{"start":1728068142145,"stop":1728068142146,"duration":1}},{"uid":"374d4dda0965bb65","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/374d4dda0965bb65","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728066759529,"stop":1728066759529,"duration":0}},{"uid":"4bee08c03ed762c4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4bee08c03ed762c4","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728067080504,"stop":1728067080505,"duration":1}},{"uid":"f3a82b53ac96bdf0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f3a82b53ac96bdf0","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728057941313,"stop":1728057941313,"duration":0}},{"uid":"31d084920fd045dc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/31d084920fd045dc","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728057474265,"stop":1728057474265,"duration":0}},{"uid":"4ed837705429a020","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4ed837705429a020","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728053284682,"stop":1728053284682,"duration":0}},{"uid":"f329a903abded2a7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f329a903abded2a7","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728047212944,"stop":1728047212944,"duration":0}},{"uid":"82a3ffbf6ef9d7ef","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82a3ffbf6ef9d7ef","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728047998120,"stop":1728047998120,"duration":0}},{"uid":"5fcf983ecd46ea5a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5fcf983ecd46ea5a","status":"passed","time":{"start":1728043333720,"stop":1728043333720,"duration":0}},{"uid":"2a09622d72b803bd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2a09622d72b803bd","status":"passed","time":{"start":1728035955995,"stop":1728035955995,"duration":0}},{"uid":"69008d96b78b975","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/69008d96b78b975","status":"passed","time":{"start":1728033873080,"stop":1728033873080,"duration":0}},{"uid":"9e39f8a2e5fbf259","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9e39f8a2e5fbf259","status":"passed","time":{"start":1728033493628,"stop":1728033493628,"duration":0}},{"uid":"775240f25e7c6aa","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/775240f25e7c6aa","status":"passed","time":{"start":1728033017915,"stop":1728033017915,"duration":0}},{"uid":"df64ce30c7822c0a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/df64ce30c7822c0a","status":"passed","time":{"start":1728032652649,"stop":1728032652649,"duration":0}}]},"150336e15f38af8866f354d7fe3c066e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c068dd9f31ba91ad","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c068dd9f31ba91ad","status":"passed","time":{"start":1728047681510,"stop":1728047681510,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"4d9b15c68ae231ea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4d9b15c68ae231ea","status":"passed","time":{"start":1728085891880,"stop":1728085891880,"duration":0}},{"uid":"6c20efbae36e7438","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6c20efbae36e7438","status":"passed","time":{"start":1728084905008,"stop":1728084905008,"duration":0}},{"uid":"4c6e42d5824362b4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4c6e42d5824362b4","status":"passed","time":{"start":1728083771605,"stop":1728083771605,"duration":0}},{"uid":"baec14d5cab8bc31","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/baec14d5cab8bc31","status":"passed","time":{"start":1728082834945,"stop":1728082834945,"duration":0}},{"uid":"8fb4dfb9796d7b6d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8fb4dfb9796d7b6d","status":"passed","time":{"start":1728082166942,"stop":1728082166942,"duration":0}},{"uid":"c31c72274c9a230c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c31c72274c9a230c","status":"passed","time":{"start":1728068936268,"stop":1728068936268,"duration":0}},{"uid":"f49debd99f358b0b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f49debd99f358b0b","status":"passed","time":{"start":1728067812053,"stop":1728067812053,"duration":0}},{"uid":"67de8ddf56deee5f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/67de8ddf56deee5f","status":"passed","time":{"start":1728065658892,"stop":1728065658892,"duration":0}},{"uid":"ae945183da427e3b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ae945183da427e3b","status":"passed","time":{"start":1728065948761,"stop":1728065948761,"duration":0}},{"uid":"635cd23755f9e7a6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/635cd23755f9e7a6","status":"passed","time":{"start":1728056838987,"stop":1728056838988,"duration":1}},{"uid":"210c04199148088e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/210c04199148088e","status":"passed","time":{"start":1728056010878,"stop":1728056010879,"duration":1}},{"uid":"189b814739fe8c0f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/189b814739fe8c0f","status":"passed","time":{"start":1728056331135,"stop":1728056331135,"duration":0}},{"uid":"386341f1540d4d9a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/386341f1540d4d9a","status":"passed","time":{"start":1728055142645,"stop":1728055142645,"duration":0}},{"uid":"dd14c8f4ce533e2f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/dd14c8f4ce533e2f","status":"passed","time":{"start":1728054121363,"stop":1728054121363,"duration":0}},{"uid":"18f22a0a00da55f3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/18f22a0a00da55f3","status":"passed","time":{"start":1728052398853,"stop":1728052398854,"duration":1}},{"uid":"f98777d4ba265ffd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f98777d4ba265ffd","status":"passed","time":{"start":1728046080159,"stop":1728046080160,"duration":1}},{"uid":"c4c938606ef25cfb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c4c938606ef25cfb","status":"passed","time":{"start":1728046865185,"stop":1728046865185,"duration":0}},{"uid":"3ba8ede47214e515","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3ba8ede47214e515","status":"passed","time":{"start":1728042934923,"stop":1728042934923,"duration":0}},{"uid":"5dc802ff9e5ddf7c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5dc802ff9e5ddf7c","status":"passed","time":{"start":1728035498003,"stop":1728035498004,"duration":1}},{"uid":"4b7daff1df1cc192","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4b7daff1df1cc192","status":"passed","time":{"start":1728033414709,"stop":1728033414709,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"e00e3fab1a14ed19","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e00e3fab1a14ed19","status":"passed","time":{"start":1728086188763,"stop":1728086188764,"duration":1}},{"uid":"77965bccd33797fc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/77965bccd33797fc","status":"passed","time":{"start":1728085201207,"stop":1728085201208,"duration":1}},{"uid":"48d9b763b95234cb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/48d9b763b95234cb","status":"passed","time":{"start":1728084009860,"stop":1728084009861,"duration":1}},{"uid":"4817c3aba7dcf7b2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4817c3aba7dcf7b2","status":"passed","time":{"start":1728083072490,"stop":1728083072491,"duration":1}},{"uid":"eb872fc17cf19533","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/eb872fc17cf19533","status":"passed","time":{"start":1728082388853,"stop":1728082388855,"duration":2}},{"uid":"30b65d3098e62051","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/30b65d3098e62051","status":"passed","time":{"start":1728069236312,"stop":1728069236312,"duration":0}},{"uid":"3511396ca273e4e8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3511396ca273e4e8","status":"passed","time":{"start":1728068029089,"stop":1728068029090,"duration":1}},{"uid":"e32ab9bab7f4024a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e32ab9bab7f4024a","status":"passed","time":{"start":1728066048221,"stop":1728066048222,"duration":1}},{"uid":"72bf07af673bd23d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/72bf07af673bd23d","status":"passed","time":{"start":1728066337080,"stop":1728066337080,"duration":0}},{"uid":"6375e00f0d51b1fc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6375e00f0d51b1fc","status":"passed","time":{"start":1728057196027,"stop":1728057196027,"duration":0}},{"uid":"3b18965fe71ba844","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3b18965fe71ba844","status":"passed","time":{"start":1728056293354,"stop":1728056293354,"duration":0}},{"uid":"dfe591c4962ced5b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dfe591c4962ced5b","status":"passed","time":{"start":1728056720077,"stop":1728056720078,"duration":1}},{"uid":"e1e09e6d9788a92e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e1e09e6d9788a92e","status":"passed","time":{"start":1728052598892,"stop":1728052598892,"duration":0}},{"uid":"bdd4d6beda3cea12","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bdd4d6beda3cea12","status":"passed","time":{"start":1728046437944,"stop":1728046437945,"duration":1}},{"uid":"650b8de00a31646c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/650b8de00a31646c","status":"passed","time":{"start":1728047253040,"stop":1728047253040,"duration":0}},{"uid":"f317897d1bdc4853","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f317897d1bdc4853","status":"passed","time":{"start":1728043222212,"stop":1728043222212,"duration":0}},{"uid":"ca22c1ecd56e6279","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ca22c1ecd56e6279","status":"passed","time":{"start":1728035865409,"stop":1728035865409,"duration":0}},{"uid":"4449a3abcf6481d8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4449a3abcf6481d8","status":"passed","time":{"start":1728033783297,"stop":1728033783297,"duration":0}},{"uid":"f74f8e2b7af9c542","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f74f8e2b7af9c542","status":"passed","time":{"start":1728033401169,"stop":1728033401169,"duration":0}},{"uid":"64fa2063652483ba","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/64fa2063652483ba","status":"passed","time":{"start":1728032904068,"stop":1728032904068,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c7c7fc0b1fb20759","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c7c7fc0b1fb20759","status":"passed","time":{"start":1728086192529,"stop":1728086192529,"duration":0}},{"uid":"ade041c52773ce91","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ade041c52773ce91","status":"passed","time":{"start":1728085207504,"stop":1728085207504,"duration":0}},{"uid":"d9581044e58e22dd","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d9581044e58e22dd","status":"passed","time":{"start":1728084038295,"stop":1728084038295,"duration":0}},{"uid":"ab9d557a773c487b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ab9d557a773c487b","status":"passed","time":{"start":1728083118116,"stop":1728083118117,"duration":1}},{"uid":"557ea20fbf3ab66c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/557ea20fbf3ab66c","status":"passed","time":{"start":1728082399712,"stop":1728082399712,"duration":0}},{"uid":"c4e219e78adff0c8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c4e219e78adff0c8","status":"passed","time":{"start":1728069237588,"stop":1728069237588,"duration":0}},{"uid":"b4297f9bf2fa38b7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b4297f9bf2fa38b7","status":"passed","time":{"start":1728068055947,"stop":1728068055948,"duration":1}},{"uid":"765ae5854aed6483","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/765ae5854aed6483","status":"passed","time":{"start":1728043232171,"stop":1728043232171,"duration":0}},{"uid":"e4171715463ad61b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e4171715463ad61b","status":"passed","time":{"start":1728035844059,"stop":1728035844060,"duration":1}},{"uid":"3763208e8c41530d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3763208e8c41530d","status":"passed","time":{"start":1728033765890,"stop":1728033765890,"duration":0}},{"uid":"fedf72b14c39a6d7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fedf72b14c39a6d7","status":"passed","time":{"start":1728033382960,"stop":1728033382960,"duration":0}},{"uid":"de0969a3ea642a55","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/de0969a3ea642a55","status":"passed","time":{"start":1728032914502,"stop":1728032914503,"duration":1}},{"uid":"578d6d693978ef64","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/578d6d693978ef64","status":"passed","time":{"start":1728032550368,"stop":1728032550369,"duration":1}},{"uid":"bcea3d39dca3b6db","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bcea3d39dca3b6db","status":"passed","time":{"start":1728032274026,"stop":1728032274026,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"92e7b88b80464534","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/92e7b88b80464534","status":"passed","time":{"start":1728085929870,"stop":1728085929870,"duration":0}},{"uid":"237603f4bf8c8feb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/237603f4bf8c8feb","status":"passed","time":{"start":1728084940314,"stop":1728084940314,"duration":0}},{"uid":"2f7ddce2152979cf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2f7ddce2152979cf","status":"passed","time":{"start":1728083807038,"stop":1728083807038,"duration":0}},{"uid":"19f4c83730e1445","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/19f4c83730e1445","status":"passed","time":{"start":1728082878424,"stop":1728082878425,"duration":1}},{"uid":"95b8294c32af8324","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/95b8294c32af8324","status":"passed","time":{"start":1728082208564,"stop":1728082208564,"duration":0}},{"uid":"746cc5d08e1d856c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/746cc5d08e1d856c","status":"passed","time":{"start":1728068975096,"stop":1728068975097,"duration":1}},{"uid":"8b8b35a87cb6a832","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8b8b35a87cb6a832","status":"passed","time":{"start":1728067846900,"stop":1728067846900,"duration":0}},{"uid":"296fc95b1a341a65","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/296fc95b1a341a65","status":"passed","time":{"start":1728065698200,"stop":1728065698201,"duration":1}},{"uid":"9439dad68128aa51","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9439dad68128aa51","status":"passed","time":{"start":1728065985241,"stop":1728065985241,"duration":0}},{"uid":"237f4da032d613a3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/237f4da032d613a3","status":"passed","time":{"start":1728056875689,"stop":1728056875689,"duration":0}},{"uid":"d17cfec3c38b069c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d17cfec3c38b069c","status":"passed","time":{"start":1728056052791,"stop":1728056052792,"duration":1}},{"uid":"8d1bf16b267e1a08","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8d1bf16b267e1a08","status":"passed","time":{"start":1728056368492,"stop":1728056368493,"duration":1}},{"uid":"e304254f812ed06c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e304254f812ed06c","status":"passed","time":{"start":1728055192610,"stop":1728055192611,"duration":1}},{"uid":"fd03129626772b7d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/fd03129626772b7d","status":"passed","time":{"start":1728054161274,"stop":1728054161275,"duration":1}},{"uid":"c3b5776d672ad105","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c3b5776d672ad105","status":"passed","time":{"start":1728052440361,"stop":1728052440362,"duration":1}},{"uid":"c24ea7eb8bae306","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c24ea7eb8bae306","status":"passed","time":{"start":1728046118134,"stop":1728046118135,"duration":1}},{"uid":"c83d68b5c7422183","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c83d68b5c7422183","status":"passed","time":{"start":1728046914093,"stop":1728046914094,"duration":1}},{"uid":"b02341b4f23415a8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b02341b4f23415a8","status":"passed","time":{"start":1728042972073,"stop":1728042972073,"duration":0}},{"uid":"50b9f4454f75ab30","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/50b9f4454f75ab30","status":"passed","time":{"start":1728035535016,"stop":1728035535017,"duration":1}},{"uid":"d1da4f15b4af68ff","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d1da4f15b4af68ff","status":"passed","time":{"start":1728033452172,"stop":1728033452172,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"71473af09c17c547","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/71473af09c17c547","status":"passed","time":{"start":1728085872749,"stop":1728085872749,"duration":0}},{"uid":"905587c5c5fad6a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/905587c5c5fad6a","status":"passed","time":{"start":1728084885258,"stop":1728084885258,"duration":0}},{"uid":"9813bd8322a5c2aa","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9813bd8322a5c2aa","status":"passed","time":{"start":1728083752748,"stop":1728083752748,"duration":0}},{"uid":"64b13f06fdf02d67","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/64b13f06fdf02d67","status":"passed","time":{"start":1728082815935,"stop":1728082815938,"duration":3}},{"uid":"cccba331d063351e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cccba331d063351e","status":"passed","time":{"start":1728082148003,"stop":1728082148004,"duration":1}},{"uid":"341e65137e145871","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/341e65137e145871","status":"passed","time":{"start":1728068916848,"stop":1728068916848,"duration":0}},{"uid":"e1a85a5b4c34f47e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e1a85a5b4c34f47e","status":"passed","time":{"start":1728067793138,"stop":1728067793139,"duration":1}},{"uid":"5847a0a551a6c321","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5847a0a551a6c321","status":"passed","time":{"start":1728065639908,"stop":1728065639908,"duration":0}},{"uid":"9d36c4781c9db854","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9d36c4781c9db854","status":"passed","time":{"start":1728065929475,"stop":1728065929475,"duration":0}},{"uid":"3b17867c9d1212df","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3b17867c9d1212df","status":"passed","time":{"start":1728056820059,"stop":1728056820059,"duration":0}},{"uid":"6118752ee768438c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6118752ee768438c","status":"passed","time":{"start":1728055991711,"stop":1728055991711,"duration":0}},{"uid":"246e46de3671a238","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/246e46de3671a238","status":"passed","time":{"start":1728056312131,"stop":1728056312131,"duration":0}},{"uid":"60cdf4b1198211a9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/60cdf4b1198211a9","status":"passed","time":{"start":1728055123420,"stop":1728055123420,"duration":0}},{"uid":"c3c6f26474397282","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c3c6f26474397282","status":"passed","time":{"start":1728054102201,"stop":1728054102201,"duration":0}},{"uid":"7c5b7fdecf9a39cd","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7c5b7fdecf9a39cd","status":"passed","time":{"start":1728052379790,"stop":1728052379790,"duration":0}},{"uid":"da2c6568c90417ee","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/da2c6568c90417ee","status":"passed","time":{"start":1728046060554,"stop":1728046060554,"duration":0}},{"uid":"afdc4c31875b985e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/afdc4c31875b985e","status":"passed","time":{"start":1728046846363,"stop":1728046846364,"duration":1}},{"uid":"77f59d935ebdd998","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/77f59d935ebdd998","status":"passed","time":{"start":1728042916071,"stop":1728042916071,"duration":0}},{"uid":"c45a956daac86856","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c45a956daac86856","status":"passed","time":{"start":1728035478732,"stop":1728035478732,"duration":0}},{"uid":"354027222c5b935b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/354027222c5b935b","status":"passed","time":{"start":1728033395135,"stop":1728033395135,"duration":0}}]},"7ad38e5796b9f3e5e57bced4ad955d6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81967a09c380b57e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/81967a09c380b57e","status":"passed","time":{"start":1728082399719,"stop":1728082399719,"duration":0}}]},"3f37c21a135f8f19c2b953cf5d150836:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"600e7540aaa5d8eb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/600e7540aaa5d8eb","status":"passed","time":{"start":1728084056988,"stop":1728084056989,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"e8157e6e8c760a12","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e8157e6e8c760a12","status":"passed","time":{"start":1728086260297,"stop":1728086260299,"duration":2}},{"uid":"6b26ce6dda1fbdda","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6b26ce6dda1fbdda","status":"passed","time":{"start":1728085269074,"stop":1728085269074,"duration":0}},{"uid":"85c520308005aa40","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/85c520308005aa40","status":"passed","time":{"start":1728069312627,"stop":1728069312627,"duration":0}},{"uid":"1d02f1104ae603d9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1d02f1104ae603d9","status":"passed","time":{"start":1728046423432,"stop":1728046423432,"duration":0}},{"uid":"3282ad7bc6de8fe3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3282ad7bc6de8fe3","status":"passed","time":{"start":1728043297172,"stop":1728043297172,"duration":0}},{"uid":"39e539999e699ada","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/39e539999e699ada","status":"passed","time":{"start":1728035880137,"stop":1728035880137,"duration":0}},{"uid":"286f1623c770b586","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/286f1623c770b586","status":"passed","time":{"start":1728033788797,"stop":1728033788798,"duration":1}},{"uid":"e79fc56533cdb038","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e79fc56533cdb038","status":"passed","time":{"start":1728033423621,"stop":1728033423621,"duration":0}},{"uid":"4ef851f98021aef2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4ef851f98021aef2","status":"passed","time":{"start":1728032985094,"stop":1728032985094,"duration":0}},{"uid":"16d009720b1911cb","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/16d009720b1911cb","status":"passed","time":{"start":1728032614934,"stop":1728032614934,"duration":0}},{"uid":"4393f99ac8583b35","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4393f99ac8583b35","status":"passed","time":{"start":1728032348368,"stop":1728032348368,"duration":0}}]},"490f668d787851c4a080d696e91b1850:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7fbac76a2d1bea2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b7fbac76a2d1bea2","status":"passed","time":{"start":1728083113934,"stop":1728083113934,"duration":0}}]},"95baae3e750b075054fa0ae49df8e75a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"518ba2a56ff51fdb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/518ba2a56ff51fdb","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494817,"stop":1728047494817,"duration":0}}]},"38bbbe84f57aacd9696bdcbf179a0ccc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5b1741d69dab9d0","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e5b1741d69dab9d0","status":"passed","time":{"start":1728032582952,"stop":1728032582952,"duration":0}}]},"8fec01e788f5c868ce549db62ffa7d2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"764aa48548173114","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/764aa48548173114","status":"passed","time":{"start":1728068082732,"stop":1728068082736,"duration":4}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d291f4098596b005","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d291f4098596b005","status":"passed","time":{"start":1728085887950,"stop":1728085887950,"duration":0}},{"uid":"c0dc119f729ead31","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c0dc119f729ead31","status":"passed","time":{"start":1728084901037,"stop":1728084901037,"duration":0}},{"uid":"b0cc368690346726","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b0cc368690346726","status":"passed","time":{"start":1728083767738,"stop":1728083767739,"duration":1}},{"uid":"11c471fe0a8ad9f3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/11c471fe0a8ad9f3","status":"passed","time":{"start":1728082831085,"stop":1728082831085,"duration":0}},{"uid":"d473de9f1fd5655f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d473de9f1fd5655f","status":"passed","time":{"start":1728082163258,"stop":1728082163258,"duration":0}},{"uid":"e0723fbebf506103","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e0723fbebf506103","status":"passed","time":{"start":1728068932330,"stop":1728068932330,"duration":0}},{"uid":"158587a47786fb5f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/158587a47786fb5f","status":"passed","time":{"start":1728067808310,"stop":1728067808311,"duration":1}},{"uid":"8fec7382462edb68","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8fec7382462edb68","status":"passed","time":{"start":1728065654942,"stop":1728065654942,"duration":0}},{"uid":"5114121dcec5133","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5114121dcec5133","status":"passed","time":{"start":1728065944724,"stop":1728065944724,"duration":0}},{"uid":"2bf555c99ed81c6c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2bf555c99ed81c6c","status":"passed","time":{"start":1728056835004,"stop":1728056835004,"duration":0}},{"uid":"c5d8c4a205d0caa8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c5d8c4a205d0caa8","status":"passed","time":{"start":1728056007093,"stop":1728056007093,"duration":0}},{"uid":"4fa7a0fed06035dd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4fa7a0fed06035dd","status":"passed","time":{"start":1728056327239,"stop":1728056327239,"duration":0}},{"uid":"46b1190fff05054","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/46b1190fff05054","status":"passed","time":{"start":1728055138666,"stop":1728055138666,"duration":0}},{"uid":"5706aee2fbf35214","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5706aee2fbf35214","status":"passed","time":{"start":1728054117451,"stop":1728054117451,"duration":0}},{"uid":"a1af340375620f79","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a1af340375620f79","status":"passed","time":{"start":1728052394961,"stop":1728052394961,"duration":0}},{"uid":"8e8a7a7c9beb415a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8e8a7a7c9beb415a","status":"passed","time":{"start":1728046076375,"stop":1728046076375,"duration":0}},{"uid":"6c72168c01747148","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c72168c01747148","status":"passed","time":{"start":1728046861540,"stop":1728046861540,"duration":0}},{"uid":"341343e55fe2af83","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/341343e55fe2af83","status":"passed","time":{"start":1728042931176,"stop":1728042931177,"duration":1}},{"uid":"41c445c0a08813c6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/41c445c0a08813c6","status":"passed","time":{"start":1728035493997,"stop":1728035493997,"duration":0}},{"uid":"1b4a224646695c81","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1b4a224646695c81","status":"passed","time":{"start":1728033410791,"stop":1728033410791,"duration":0}}]},"96c4abb8ee04445a598c555703e81091:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76a236a955253534","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/76a236a955253534","status":"passed","time":{"start":1728043269971,"stop":1728043269971,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a20432816958a7db","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a20432816958a7db","status":"passed","time":{"start":1728086032741,"stop":1728086032741,"duration":0}},{"uid":"df2129a0a96e79f2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/df2129a0a96e79f2","status":"passed","time":{"start":1728085050222,"stop":1728085050222,"duration":0}},{"uid":"70de3654e4549dd1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/70de3654e4549dd1","status":"passed","time":{"start":1728083903372,"stop":1728083903373,"duration":1}},{"uid":"98107896f42fa45d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/98107896f42fa45d","status":"passed","time":{"start":1728082964233,"stop":1728082964233,"duration":0}},{"uid":"7aaaca4283f4b761","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7aaaca4283f4b761","status":"passed","time":{"start":1728082280688,"stop":1728082280689,"duration":1}},{"uid":"31bd70e3c47bf532","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/31bd70e3c47bf532","status":"passed","time":{"start":1728069077463,"stop":1728069077465,"duration":2}},{"uid":"362bed60e208e355","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/362bed60e208e355","status":"passed","time":{"start":1728067917853,"stop":1728067917853,"duration":0}},{"uid":"bbd1ff67a29e0840","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bbd1ff67a29e0840","status":"passed","time":{"start":1728043075253,"stop":1728043075254,"duration":1}},{"uid":"5b43aafe418e1de3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5b43aafe418e1de3","status":"passed","time":{"start":1728035638305,"stop":1728035638306,"duration":1}},{"uid":"1a9f200942acf88b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1a9f200942acf88b","status":"passed","time":{"start":1728033557515,"stop":1728033557518,"duration":3}},{"uid":"271f4b35aaf6afcb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/271f4b35aaf6afcb","status":"passed","time":{"start":1728033182536,"stop":1728033182536,"duration":0}},{"uid":"964338c201034ff0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/964338c201034ff0","status":"passed","time":{"start":1728032755536,"stop":1728032755536,"duration":0}},{"uid":"2e9330f696e4a48b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2e9330f696e4a48b","status":"passed","time":{"start":1728032388397,"stop":1728032388398,"duration":1}},{"uid":"85b4ef3fb236f581","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/85b4ef3fb236f581","status":"passed","time":{"start":1728032113331,"stop":1728032113332,"duration":1}}]},"29fc2e09e0d7f50ae05d5e33174faf7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4613fed7e0a34a0e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4613fed7e0a34a0e","status":"passed","time":{"start":1728068055161,"stop":1728068055161,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ecd093f60c4ec113","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ecd093f60c4ec113","status":"passed","time":{"start":1728085886586,"stop":1728085886587,"duration":1}},{"uid":"55d6c1c46a83642e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/55d6c1c46a83642e","status":"passed","time":{"start":1728084899912,"stop":1728084899920,"duration":8}},{"uid":"4dbcfbf31abad6c2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4dbcfbf31abad6c2","status":"passed","time":{"start":1728083766744,"stop":1728083766745,"duration":1}},{"uid":"99f7e19a001b8ba9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/99f7e19a001b8ba9","status":"passed","time":{"start":1728082830228,"stop":1728082830229,"duration":1}},{"uid":"d7ab287c70f4dc58","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d7ab287c70f4dc58","status":"passed","time":{"start":1728082162146,"stop":1728082162147,"duration":1}},{"uid":"feab8820d387061a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/feab8820d387061a","status":"passed","time":{"start":1728068931398,"stop":1728068931408,"duration":10}},{"uid":"e7b1752b71453006","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e7b1752b71453006","status":"passed","time":{"start":1728067807184,"stop":1728067807184,"duration":0}},{"uid":"17380c13c1af3a4b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/17380c13c1af3a4b","status":"passed","time":{"start":1728065654136,"stop":1728065654137,"duration":1}},{"uid":"f03b8e01654f388","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f03b8e01654f388","status":"passed","time":{"start":1728065943828,"stop":1728065943828,"duration":0}},{"uid":"a304eb9d34709937","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a304eb9d34709937","status":"passed","time":{"start":1728056833773,"stop":1728056833773,"duration":0}},{"uid":"5aabad247fb5375c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5aabad247fb5375c","status":"passed","time":{"start":1728056005739,"stop":1728056005740,"duration":1}},{"uid":"3ac9035ec4bd9e85","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3ac9035ec4bd9e85","status":"passed","time":{"start":1728056326010,"stop":1728056326010,"duration":0}},{"uid":"44064bb0afc68fdd","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/44064bb0afc68fdd","status":"passed","time":{"start":1728055137727,"stop":1728055137727,"duration":0}},{"uid":"343f99e67b1226fb","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/343f99e67b1226fb","status":"passed","time":{"start":1728054116330,"stop":1728054116331,"duration":1}},{"uid":"14cf0461aaf7770","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/14cf0461aaf7770","status":"passed","time":{"start":1728052394038,"stop":1728052394038,"duration":0}},{"uid":"5cc9b36ef03d4b56","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5cc9b36ef03d4b56","status":"passed","time":{"start":1728046075300,"stop":1728046075301,"duration":1}},{"uid":"f89fed1789acd639","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f89fed1789acd639","status":"passed","time":{"start":1728046860425,"stop":1728046860426,"duration":1}},{"uid":"834567ff0f45bfb0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/834567ff0f45bfb0","status":"passed","time":{"start":1728042930356,"stop":1728042930356,"duration":0}},{"uid":"5147c3d37599c892","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5147c3d37599c892","status":"passed","time":{"start":1728035493445,"stop":1728035493445,"duration":0}},{"uid":"76b4d4ded9ace68","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/76b4d4ded9ace68","status":"passed","time":{"start":1728033409485,"stop":1728033409486,"duration":1}}]},"1375f757b1a94fdd1ddce8717e662e44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b6b47d3c0af6859","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5b6b47d3c0af6859","status":"passed","time":{"start":1728085277876,"stop":1728085277876,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9130a32d149c46dc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9130a32d149c46dc","status":"passed","time":{"start":1728086171693,"stop":1728086171694,"duration":1}},{"uid":"c67cca0384eb91f0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c67cca0384eb91f0","status":"passed","time":{"start":1728085184632,"stop":1728085184632,"duration":0}},{"uid":"7210a9221def6926","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7210a9221def6926","status":"passed","time":{"start":1728084018346,"stop":1728084018346,"duration":0}},{"uid":"7c96e3000a408733","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7c96e3000a408733","status":"passed","time":{"start":1728083065662,"stop":1728083065662,"duration":0}},{"uid":"bdd56efb5c870b90","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bdd56efb5c870b90","status":"passed","time":{"start":1728069218817,"stop":1728069218818,"duration":1}},{"uid":"ca400e36eba53037","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ca400e36eba53037","status":"passed","time":{"start":1728046261812,"stop":1728046261813,"duration":1}},{"uid":"cf442cec503f91f7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cf442cec503f91f7","status":"passed","time":{"start":1728043204072,"stop":1728043204072,"duration":0}},{"uid":"2a67cb1da5408542","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2a67cb1da5408542","status":"passed","time":{"start":1728035785867,"stop":1728035785867,"duration":0}},{"uid":"c58a8b3c6308cc3e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c58a8b3c6308cc3e","status":"passed","time":{"start":1728033696337,"stop":1728033696337,"duration":0}},{"uid":"fe54cd56393fc2b6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fe54cd56393fc2b6","status":"passed","time":{"start":1728033319478,"stop":1728033319481,"duration":3}},{"uid":"a8cf18be4f2bbb25","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a8cf18be4f2bbb25","status":"passed","time":{"start":1728032886546,"stop":1728032886546,"duration":0}},{"uid":"b487429e9fec7187","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b487429e9fec7187","status":"passed","time":{"start":1728032520624,"stop":1728032520625,"duration":1}},{"uid":"8595612d30e880ee","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8595612d30e880ee","status":"passed","time":{"start":1728032252764,"stop":1728032252764,"duration":0}}]},"7a53ed2c8eca0a379b572791ff003bb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b6eef78aa275e1d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2b6eef78aa275e1d","status":"passed","time":{"start":1728085184636,"stop":1728085184636,"duration":0}}]},"2539721ee7f790a790b573d0435987db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5307955a169375de","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5307955a169375de","status":"passed","time":{"start":1728056619529,"stop":1728056619529,"duration":0}}]},"98fe3b794d121e2fd195d80c642cb72e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0121846e37b0200","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b0121846e37b0200","status":"passed","time":{"start":1728085277874,"stop":1728085277875,"duration":1}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c50cd7f0bb829a3a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c50cd7f0bb829a3a","status":"passed","time":{"start":1728086226506,"stop":1728086226507,"duration":1}},{"uid":"1a739768632d7286","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1a739768632d7286","status":"passed","time":{"start":1728085246293,"stop":1728085246293,"duration":0}},{"uid":"fda7431dba0cfe37","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fda7431dba0cfe37","status":"passed","time":{"start":1728084078541,"stop":1728084078541,"duration":0}},{"uid":"94441d38c76a9e38","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/94441d38c76a9e38","status":"passed","time":{"start":1728083125016,"stop":1728083125016,"duration":0}},{"uid":"5b573d117c522632","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5b573d117c522632","status":"passed","time":{"start":1728082441024,"stop":1728082441025,"duration":1}},{"uid":"ce51273fac16c8e8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce51273fac16c8e8","status":"passed","time":{"start":1728069279740,"stop":1728069279740,"duration":0}},{"uid":"a1a733f3b101e10c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a1a733f3b101e10c","status":"passed","time":{"start":1728046402359,"stop":1728046402360,"duration":1}},{"uid":"457be34d1e335342","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/457be34d1e335342","status":"passed","time":{"start":1728043267054,"stop":1728043267056,"duration":2}},{"uid":"39a472fa0f2d218e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/39a472fa0f2d218e","status":"passed","time":{"start":1728035855941,"stop":1728035855943,"duration":2}},{"uid":"7c8798122baf2bd7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7c8798122baf2bd7","status":"passed","time":{"start":1728033769219,"stop":1728033769219,"duration":0}},{"uid":"173c7a45e2e82190","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/173c7a45e2e82190","status":"passed","time":{"start":1728033391672,"stop":1728033391672,"duration":0}},{"uid":"7ab8ba87d8e1a627","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/7ab8ba87d8e1a627","status":"passed","time":{"start":1728032951674,"stop":1728032951674,"duration":0}},{"uid":"67ec347f139a61a7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/67ec347f139a61a7","status":"passed","time":{"start":1728032582513,"stop":1728032582514,"duration":1}},{"uid":"e84831aff4ff524","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/e84831aff4ff524","status":"passed","time":{"start":1728032304568,"stop":1728032304570,"duration":2}}]},"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1888e0e44033d666","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1888e0e44033d666","status":"passed","time":{"start":1728085879615,"stop":1728085879618,"duration":3}},{"uid":"d91dff9bcac34231","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d91dff9bcac34231","status":"passed","time":{"start":1728084892511,"stop":1728084892512,"duration":1}},{"uid":"d9f5f4e652360b9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d9f5f4e652360b9","status":"passed","time":{"start":1728083759833,"stop":1728083759834,"duration":1}},{"uid":"da5c1e53e0e44df7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/da5c1e53e0e44df7","status":"passed","time":{"start":1728082822976,"stop":1728082822977,"duration":1}},{"uid":"a7b1c3664fbaee3d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a7b1c3664fbaee3d","status":"passed","time":{"start":1728082155075,"stop":1728082155075,"duration":0}},{"uid":"36754e5ed385d3cf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/36754e5ed385d3cf","status":"passed","time":{"start":1728068924127,"stop":1728068924127,"duration":0}},{"uid":"853ba0bbfb71a67","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/853ba0bbfb71a67","status":"passed","time":{"start":1728067799547,"stop":1728067799549,"duration":2}},{"uid":"840b48e9040786bb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/840b48e9040786bb","status":"passed","time":{"start":1728065647141,"stop":1728065647141,"duration":0}},{"uid":"ef6ff077fb8615c8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ef6ff077fb8615c8","status":"passed","time":{"start":1728065936607,"stop":1728065936608,"duration":1}},{"uid":"7e1335d2eb5daef","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7e1335d2eb5daef","status":"passed","time":{"start":1728056827242,"stop":1728056827242,"duration":0}},{"uid":"bc5c26cff9ecc726","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bc5c26cff9ecc726","status":"passed","time":{"start":1728055999041,"stop":1728055999041,"duration":0}},{"uid":"cae2d3e01193cdd1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cae2d3e01193cdd1","status":"passed","time":{"start":1728056319013,"stop":1728056319014,"duration":1}},{"uid":"75c21889bb1252e7","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/75c21889bb1252e7","status":"passed","time":{"start":1728055130481,"stop":1728055130482,"duration":1}},{"uid":"7f1690e8fd58aad","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7f1690e8fd58aad","status":"passed","time":{"start":1728054109200,"stop":1728054109201,"duration":1}},{"uid":"2a18ad68684cb8c1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2a18ad68684cb8c1","status":"passed","time":{"start":1728052386763,"stop":1728052386764,"duration":1}},{"uid":"d7bcc0a91bf86cf3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d7bcc0a91bf86cf3","status":"passed","time":{"start":1728046067818,"stop":1728046067819,"duration":1}},{"uid":"6c86c968c411a214","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6c86c968c411a214","status":"passed","time":{"start":1728046853353,"stop":1728046853354,"duration":1}},{"uid":"15ba333b088223f6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15ba333b088223f6","status":"passed","time":{"start":1728042922870,"stop":1728042922870,"duration":0}},{"uid":"95b30c6cb65d06ce","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/95b30c6cb65d06ce","status":"passed","time":{"start":1728035485981,"stop":1728035485982,"duration":1}},{"uid":"dc0d9d21fd797d8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dc0d9d21fd797d8","status":"passed","time":{"start":1728033402387,"stop":1728033402387,"duration":0}}]},"9f9e0a0b50556b1916ae946546d76a74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e61c0538f9e54fc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e61c0538f9e54fc","status":"passed","time":{"start":1728086235211,"stop":1728086235212,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c2b7719389eaee0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2b7719389eaee0a","status":"passed","time":{"start":1728085899571,"stop":1728085899571,"duration":0}},{"uid":"7f6772cd5d803f51","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7f6772cd5d803f51","status":"passed","time":{"start":1728084912804,"stop":1728084912804,"duration":0}},{"uid":"aa169d2baa649af7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/aa169d2baa649af7","status":"passed","time":{"start":1728083779185,"stop":1728083779185,"duration":0}},{"uid":"1b7d18ef1c91639d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1b7d18ef1c91639d","status":"passed","time":{"start":1728082842490,"stop":1728082842490,"duration":0}},{"uid":"6022305eee7da22a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6022305eee7da22a","status":"passed","time":{"start":1728082174605,"stop":1728082174605,"duration":0}},{"uid":"ce712600d98fa7a0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce712600d98fa7a0","status":"passed","time":{"start":1728068944100,"stop":1728068944100,"duration":0}},{"uid":"dec6edee5ba0644d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dec6edee5ba0644d","status":"passed","time":{"start":1728067819596,"stop":1728067819596,"duration":0}},{"uid":"28f043b69b8de5ed","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/28f043b69b8de5ed","status":"passed","time":{"start":1728065666454,"stop":1728065666454,"duration":0}},{"uid":"a907eafbe9e7dbb0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a907eafbe9e7dbb0","status":"passed","time":{"start":1728065956552,"stop":1728065956553,"duration":1}},{"uid":"b7b2ebd9abb8d53b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b7b2ebd9abb8d53b","status":"passed","time":{"start":1728056846605,"stop":1728056846605,"duration":0}},{"uid":"e3d297a1cf705a1d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e3d297a1cf705a1d","status":"passed","time":{"start":1728056018683,"stop":1728056018683,"duration":0}},{"uid":"31d40627f9d8da6e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/31d40627f9d8da6e","status":"passed","time":{"start":1728056338848,"stop":1728056338848,"duration":0}},{"uid":"d72d49632ef078c3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d72d49632ef078c3","status":"passed","time":{"start":1728055150281,"stop":1728055150282,"duration":1}},{"uid":"da57f0af92fc76d3","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/da57f0af92fc76d3","status":"passed","time":{"start":1728054128971,"stop":1728054128971,"duration":0}},{"uid":"813b7305d891a2b1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/813b7305d891a2b1","status":"passed","time":{"start":1728052406581,"stop":1728052406581,"duration":0}},{"uid":"7075fd62b9ef3683","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7075fd62b9ef3683","status":"passed","time":{"start":1728046088077,"stop":1728046088077,"duration":0}},{"uid":"1de81c36437ada20","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1de81c36437ada20","status":"passed","time":{"start":1728046872793,"stop":1728046872793,"duration":0}},{"uid":"b90c0ca560137f7d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b90c0ca560137f7d","status":"passed","time":{"start":1728042942574,"stop":1728042942574,"duration":0}},{"uid":"b328d9d36c22fac6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b328d9d36c22fac6","status":"passed","time":{"start":1728035505607,"stop":1728035505607,"duration":0}},{"uid":"ba6d74eca360cc12","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ba6d74eca360cc12","status":"passed","time":{"start":1728033422548,"stop":1728033422548,"duration":0}}]},"ba638c405db8614943ec8a2369fa8688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66a2d385f9ea6709","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/66a2d385f9ea6709","status":"passed","time":{"start":1728032984208,"stop":1728032984208,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":17,"unknown":0,"total":21},"items":[{"uid":"7118f53f898aa285","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7118f53f898aa285","status":"passed","time":{"start":1728086033880,"stop":1728086033881,"duration":1}},{"uid":"be6c5f6bd21cf62e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/be6c5f6bd21cf62e","status":"passed","time":{"start":1728085047241,"stop":1728085047241,"duration":0}},{"uid":"a4999dc233fa6fa4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a4999dc233fa6fa4","status":"passed","time":{"start":1728083902762,"stop":1728083902762,"duration":0}},{"uid":"690f99e34bf7785d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/690f99e34bf7785d","status":"passed","time":{"start":1728082961492,"stop":1728082961492,"duration":0}},{"uid":"a567d864d5031a45","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a567d864d5031a45","status":"passed","time":{"start":1728082284021,"stop":1728082284021,"duration":0}},{"uid":"12d40064f9c958a9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/12d40064f9c958a9","status":"passed","time":{"start":1728069082626,"stop":1728069082626,"duration":0}},{"uid":"b0c62c84c2d0470","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b0c62c84c2d0470","status":"passed","time":{"start":1728067941380,"stop":1728067941380,"duration":0}},{"uid":"a1feaaed9bd6c8ff","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a1feaaed9bd6c8ff","status":"passed","time":{"start":1728066171561,"stop":1728066171562,"duration":1}},{"uid":"24ae9f82ad27a374","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/24ae9f82ad27a374","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066512878,"stop":1728066512878,"duration":0}},{"uid":"3abf347311010e6f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3abf347311010e6f","status":"passed","time":{"start":1728057355624,"stop":1728057355624,"duration":0}},{"uid":"fcce9ef9fea25c96","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fcce9ef9fea25c96","status":"passed","time":{"start":1728056563495,"stop":1728056563496,"duration":1}},{"uid":"a714a95d6272cf5a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a714a95d6272cf5a","status":"passed","time":{"start":1728056935463,"stop":1728056935463,"duration":0}},{"uid":"3d2db618861c3fc0","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3d2db618861c3fc0","status":"passed","time":{"start":1728055614333,"stop":1728055614333,"duration":0}},{"uid":"1b272e1eebc34081","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1b272e1eebc34081","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728054752359,"stop":1728054752359,"duration":0}},{"uid":"c1a607de52922f1a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c1a607de52922f1a","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728052861013,"stop":1728052861013,"duration":0}},{"uid":"764d8867bd7fe82f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/764d8867bd7fe82f","status":"passed","time":{"start":1728046783413,"stop":1728046783413,"duration":0}},{"uid":"7d0863bb3e2c3976","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7d0863bb3e2c3976","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728047429488,"stop":1728047429488,"duration":0}},{"uid":"4ae8c62ddde01658","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4ae8c62ddde01658","status":"passed","time":{"start":1728043084130,"stop":1728043084130,"duration":0}},{"uid":"7c240250ba1be62d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/7c240250ba1be62d","status":"passed","time":{"start":1728032746176,"stop":1728032746177,"duration":1}},{"uid":"617325d8040df805","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/617325d8040df805","status":"passed","time":{"start":1728032390179,"stop":1728032390181,"duration":2}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":23,"unknown":0,"total":24},"items":[{"uid":"10c27bc8232b6c94","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/10c27bc8232b6c94","status":"passed","time":{"start":1728086246337,"stop":1728086246339,"duration":2}},{"uid":"67616956cbc706d8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/67616956cbc706d8","status":"passed","time":{"start":1728085262717,"stop":1728085262717,"duration":0}},{"uid":"5794902baac8ae9d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5794902baac8ae9d","status":"passed","time":{"start":1728084073087,"stop":1728084073087,"duration":0}},{"uid":"46b6f5ffb46674b9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/46b6f5ffb46674b9","status":"passed","time":{"start":1728083139760,"stop":1728083139761,"duration":1}},{"uid":"fa1d076eb2c4136e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fa1d076eb2c4136e","status":"passed","time":{"start":1728082453444,"stop":1728082453445,"duration":1}},{"uid":"f8d82d7ba0433ac7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f8d82d7ba0433ac7","status":"passed","time":{"start":1728069294519,"stop":1728069294519,"duration":0}},{"uid":"33ad731c7b3f3a73","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/33ad731c7b3f3a73","status":"passed","time":{"start":1728068091317,"stop":1728068091319,"duration":2}},{"uid":"29da7cc51418547f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/29da7cc51418547f","status":"passed","time":{"start":1728066032964,"stop":1728066032965,"duration":1}},{"uid":"b88b6a500de05b16","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b88b6a500de05b16","status":"passed","time":{"start":1728066323771,"stop":1728066323771,"duration":0}},{"uid":"7f8a6261890bb695","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7f8a6261890bb695","status":"broken","statusDetails":"the string \"nwaku container hasn't started\" was thrown, throw an Error :)","time":{"start":1728057178300,"stop":1728057178301,"duration":1}},{"uid":"64da0d4c9cc1fcb3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/64da0d4c9cc1fcb3","status":"passed","time":{"start":1728056339966,"stop":1728056339967,"duration":1}},{"uid":"85646c398fbf5a7a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/85646c398fbf5a7a","status":"passed","time":{"start":1728056706239,"stop":1728056706240,"duration":1}},{"uid":"90287b7328cfa3e1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/90287b7328cfa3e1","status":"passed","time":{"start":1728055464720,"stop":1728055464720,"duration":0}},{"uid":"60d44b0cfe335850","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/60d44b0cfe335850","status":"passed","time":{"start":1728054444807,"stop":1728054444807,"duration":0}},{"uid":"e0490405e117151b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e0490405e117151b","status":"passed","time":{"start":1728052609233,"stop":1728052609234,"duration":1}},{"uid":"e2d4eec34daebd15","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e2d4eec34daebd15","status":"passed","time":{"start":1728046451507,"stop":1728046451508,"duration":1}},{"uid":"c985d673690a57b0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c985d673690a57b0","status":"passed","time":{"start":1728047239898,"stop":1728047239898,"duration":0}},{"uid":"1be08e8dcc916b62","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1be08e8dcc916b62","status":"passed","time":{"start":1728043282289,"stop":1728043282289,"duration":0}},{"uid":"62ba1f88a5cce7d7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/62ba1f88a5cce7d7","status":"passed","time":{"start":1728035884825,"stop":1728035884825,"duration":0}},{"uid":"ce29d911681ccaf8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ce29d911681ccaf8","status":"passed","time":{"start":1728033797760,"stop":1728033797762,"duration":2}}]},"0469301a1cd4be372b4c388a49d6a451:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e5ba160787e6b44","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4e5ba160787e6b44","status":"passed","time":{"start":1728032924214,"stop":1728032924214,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1fac6f59d12f84cd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1fac6f59d12f84cd","status":"passed","time":{"start":1728085872752,"stop":1728085872752,"duration":0}},{"uid":"d8eeac2be880340e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d8eeac2be880340e","status":"passed","time":{"start":1728084885261,"stop":1728084885261,"duration":0}},{"uid":"fcb04bcb1b006ac0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fcb04bcb1b006ac0","status":"passed","time":{"start":1728083752750,"stop":1728083752750,"duration":0}},{"uid":"59f374604437f7db","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/59f374604437f7db","status":"passed","time":{"start":1728082815941,"stop":1728082815941,"duration":0}},{"uid":"b677e7422ae3862a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b677e7422ae3862a","status":"passed","time":{"start":1728082148005,"stop":1728082148006,"duration":1}},{"uid":"7d964547b9b7155b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7d964547b9b7155b","status":"passed","time":{"start":1728068916850,"stop":1728068916850,"duration":0}},{"uid":"eea3a0d5ca4dde21","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/eea3a0d5ca4dde21","status":"passed","time":{"start":1728067793140,"stop":1728067793141,"duration":1}},{"uid":"b43ba4f9a8c99f58","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b43ba4f9a8c99f58","status":"passed","time":{"start":1728065639910,"stop":1728065639910,"duration":0}},{"uid":"c333538e99ceb1b2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c333538e99ceb1b2","status":"passed","time":{"start":1728065929477,"stop":1728065929477,"duration":0}},{"uid":"e35fb229d9e8c5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e35fb229d9e8c5","status":"passed","time":{"start":1728056820065,"stop":1728056820065,"duration":0}},{"uid":"6d1382279db73a50","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6d1382279db73a50","status":"passed","time":{"start":1728055991713,"stop":1728055991713,"duration":0}},{"uid":"9eef337e0e304186","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9eef337e0e304186","status":"passed","time":{"start":1728056312133,"stop":1728056312133,"duration":0}},{"uid":"30628a5fcce9e7ff","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/30628a5fcce9e7ff","status":"passed","time":{"start":1728055123422,"stop":1728055123423,"duration":1}},{"uid":"f710c4591fa6f717","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f710c4591fa6f717","status":"passed","time":{"start":1728054102203,"stop":1728054102203,"duration":0}},{"uid":"f382403ac8faae61","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f382403ac8faae61","status":"passed","time":{"start":1728052379792,"stop":1728052379792,"duration":0}},{"uid":"366a8c5e4443928a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/366a8c5e4443928a","status":"passed","time":{"start":1728046060556,"stop":1728046060556,"duration":0}},{"uid":"c4e115fb92f69f05","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c4e115fb92f69f05","status":"passed","time":{"start":1728046846366,"stop":1728046846366,"duration":0}},{"uid":"1f03a3938985edf7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1f03a3938985edf7","status":"passed","time":{"start":1728042916077,"stop":1728042916077,"duration":0}},{"uid":"31b7d4d3463ac733","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/31b7d4d3463ac733","status":"passed","time":{"start":1728035478735,"stop":1728035478735,"duration":0}},{"uid":"9345edbcfd80fcbe","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9345edbcfd80fcbe","status":"passed","time":{"start":1728033395138,"stop":1728033395138,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1aa7c4c50a85abb7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1aa7c4c50a85abb7","status":"passed","time":{"start":1728086226460,"stop":1728086226461,"duration":1}},{"uid":"dd61c465602782cf","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dd61c465602782cf","status":"passed","time":{"start":1728085246262,"stop":1728085246262,"duration":0}},{"uid":"ce0c92e95510b425","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ce0c92e95510b425","status":"passed","time":{"start":1728084078521,"stop":1728084078523,"duration":2}},{"uid":"5000841d1a09b514","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5000841d1a09b514","status":"passed","time":{"start":1728083124998,"stop":1728083124998,"duration":0}},{"uid":"fd4c3252bd4bb3de","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fd4c3252bd4bb3de","status":"passed","time":{"start":1728082441005,"stop":1728082441005,"duration":0}},{"uid":"c3123855a8bbe0b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c3123855a8bbe0b","status":"passed","time":{"start":1728069279725,"stop":1728069279725,"duration":0}},{"uid":"29058d69a29cc68","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/29058d69a29cc68","status":"passed","time":{"start":1728046402346,"stop":1728046402346,"duration":0}},{"uid":"48cea182dad744d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/48cea182dad744d","status":"passed","time":{"start":1728043267018,"stop":1728043267019,"duration":1}},{"uid":"6e98089cfdc2d263","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6e98089cfdc2d263","status":"passed","time":{"start":1728035855891,"stop":1728035855892,"duration":1}},{"uid":"55de1734bd457891","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/55de1734bd457891","status":"passed","time":{"start":1728033769200,"stop":1728033769203,"duration":3}},{"uid":"c103ee32b4853b7d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c103ee32b4853b7d","status":"passed","time":{"start":1728033391626,"stop":1728033391626,"duration":0}},{"uid":"6cbca0a4d7b59b5a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6cbca0a4d7b59b5a","status":"passed","time":{"start":1728032951633,"stop":1728032951633,"duration":0}},{"uid":"2eaaf1d4a7d04e2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2eaaf1d4a7d04e2","status":"passed","time":{"start":1728032582493,"stop":1728032582494,"duration":1}},{"uid":"aacbf140cb0593a7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/aacbf140cb0593a7","status":"passed","time":{"start":1728032304546,"stop":1728032304547,"duration":1}}]},"c20aad3d9249598713e57e6930db455b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f11f58de46ae66bb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f11f58de46ae66bb","status":"passed","time":{"start":1728068055161,"stop":1728068055162,"duration":1}}]},"cc56df079f02ab0b697d585c80e2e57f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"387ffe2d7485ed2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/387ffe2d7485ed2","status":"passed","time":{"start":1728084078540,"stop":1728084078540,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"253ebf6e74808ea0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/253ebf6e74808ea0","status":"passed","time":{"start":1728085880164,"stop":1728085880164,"duration":0}},{"uid":"5b52711f4e2dc47f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5b52711f4e2dc47f","status":"passed","time":{"start":1728084892989,"stop":1728084892989,"duration":0}},{"uid":"cb1f3df937f20ca","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cb1f3df937f20ca","status":"passed","time":{"start":1728083759988,"stop":1728083759988,"duration":0}},{"uid":"df09f884f8dd6671","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/df09f884f8dd6671","status":"passed","time":{"start":1728082823297,"stop":1728082823297,"duration":0}},{"uid":"f1a3e90e321509f6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f1a3e90e321509f6","status":"passed","time":{"start":1728082155361,"stop":1728082155361,"duration":0}},{"uid":"c2ac4ba73650bc4c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c2ac4ba73650bc4c","status":"passed","time":{"start":1728068924345,"stop":1728068924346,"duration":1}},{"uid":"4a1065a96610d807","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4a1065a96610d807","status":"passed","time":{"start":1728067800591,"stop":1728067800591,"duration":0}},{"uid":"9aa77e4f3123d89f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9aa77e4f3123d89f","status":"passed","time":{"start":1728065647296,"stop":1728065647296,"duration":0}},{"uid":"fc4f6cf8d8c2b986","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fc4f6cf8d8c2b986","status":"passed","time":{"start":1728065936954,"stop":1728065936954,"duration":0}},{"uid":"7194564780d37de8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7194564780d37de8","status":"passed","time":{"start":1728056827337,"stop":1728056827337,"duration":0}},{"uid":"2a0a7467c006e33c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2a0a7467c006e33c","status":"passed","time":{"start":1728055999167,"stop":1728055999167,"duration":0}},{"uid":"511ee393a340818b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/511ee393a340818b","status":"passed","time":{"start":1728056319413,"stop":1728056319413,"duration":0}},{"uid":"1ff0e2c3bc740575","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1ff0e2c3bc740575","status":"passed","time":{"start":1728055130828,"stop":1728055130828,"duration":0}},{"uid":"b0a5db6f12baed3c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b0a5db6f12baed3c","status":"passed","time":{"start":1728054109609,"stop":1728054109610,"duration":1}},{"uid":"98e41001ce3f3d71","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/98e41001ce3f3d71","status":"passed","time":{"start":1728052387221,"stop":1728052387221,"duration":0}},{"uid":"e7818080893971df","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e7818080893971df","status":"passed","time":{"start":1728046068273,"stop":1728046068273,"duration":0}},{"uid":"35492d9305c6e484","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/35492d9305c6e484","status":"passed","time":{"start":1728046853654,"stop":1728046853654,"duration":0}},{"uid":"31fa243121e21b7d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/31fa243121e21b7d","status":"passed","time":{"start":1728042923422,"stop":1728042923422,"duration":0}},{"uid":"85998e2faf957f70","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/85998e2faf957f70","status":"passed","time":{"start":1728035486197,"stop":1728035486197,"duration":0}},{"uid":"274c1be6db59c063","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/274c1be6db59c063","status":"passed","time":{"start":1728033402773,"stop":1728033402773,"duration":0}}]},"36c3824e5317885b1b9c3111a62e4ec9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6ac174e3bc8bde6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b6ac174e3bc8bde6","status":"passed","time":{"start":1728083125013,"stop":1728083125013,"duration":0}}]},"1a158a6206573c359c3d7de6f82d258f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12185815203a412d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/12185815203a412d","status":"passed","time":{"start":1728055761104,"stop":1728055761104,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"f0bbcc9f9c5d309c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f0bbcc9f9c5d309c","status":"passed","time":{"start":1728086207861,"stop":1728086207861,"duration":0}},{"uid":"d6daece46fe4a284","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d6daece46fe4a284","status":"passed","time":{"start":1728085227782,"stop":1728085227784,"duration":2}},{"uid":"386ae284d3921ead","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/386ae284d3921ead","status":"passed","time":{"start":1728084031086,"stop":1728084031086,"duration":0}},{"uid":"6488315821f9d737","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6488315821f9d737","status":"passed","time":{"start":1728083085060,"stop":1728083085061,"duration":1}},{"uid":"da7d01afe01b7e1a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/da7d01afe01b7e1a","status":"passed","time":{"start":1728082402952,"stop":1728082402953,"duration":1}},{"uid":"bb136eea3f08871f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bb136eea3f08871f","status":"passed","time":{"start":1728069256717,"stop":1728069256717,"duration":0}},{"uid":"f614e7ee36f57501","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f614e7ee36f57501","status":"passed","time":{"start":1728068039042,"stop":1728068039043,"duration":1}},{"uid":"8e6b452df772c307","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8e6b452df772c307","status":"passed","time":{"start":1728066054973,"stop":1728066054973,"duration":0}},{"uid":"72396eef180fa962","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/72396eef180fa962","status":"passed","time":{"start":1728066345490,"stop":1728066345490,"duration":0}},{"uid":"4b79858b297536c3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4b79858b297536c3","status":"passed","time":{"start":1728057218512,"stop":1728057218512,"duration":0}},{"uid":"ed35369f7f092df8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ed35369f7f092df8","status":"passed","time":{"start":1728056313094,"stop":1728056313095,"duration":1}},{"uid":"f9ec67f5ba368d2f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f9ec67f5ba368d2f","status":"passed","time":{"start":1728056731756,"stop":1728056731756,"duration":0}},{"uid":"58b57989217b54db","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/58b57989217b54db","status":"passed","time":{"start":1728052615124,"stop":1728052615124,"duration":0}},{"uid":"b30d9987c3a5fc8d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b30d9987c3a5fc8d","status":"passed","time":{"start":1728046456497,"stop":1728046456497,"duration":0}},{"uid":"48b281a25a0c392","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/48b281a25a0c392","status":"passed","time":{"start":1728047262756,"stop":1728047262757,"duration":1}},{"uid":"7d113bd723264a7d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7d113bd723264a7d","status":"passed","time":{"start":1728043245047,"stop":1728043245047,"duration":0}},{"uid":"d6e0f1e8503eb1a3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d6e0f1e8503eb1a3","status":"passed","time":{"start":1728035876556,"stop":1728035876557,"duration":1}},{"uid":"6cfd60218b3a9903","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6cfd60218b3a9903","status":"passed","time":{"start":1728033795249,"stop":1728033795249,"duration":0}},{"uid":"e8b300445d590150","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e8b300445d590150","status":"passed","time":{"start":1728033412114,"stop":1728033412114,"duration":0}},{"uid":"5b524db1d6e34392","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5b524db1d6e34392","status":"passed","time":{"start":1728032929711,"stop":1728032929714,"duration":3}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c2e88376672d075d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2e88376672d075d","status":"passed","time":{"start":1728085879947,"stop":1728085879947,"duration":0}},{"uid":"541c59ae96851c4e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/541c59ae96851c4e","status":"passed","time":{"start":1728084892606,"stop":1728084892606,"duration":0}},{"uid":"8557e946b33d5871","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8557e946b33d5871","status":"passed","time":{"start":1728083759837,"stop":1728083759837,"duration":0}},{"uid":"f82d0b8811659c9d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f82d0b8811659c9d","status":"passed","time":{"start":1728082822908,"stop":1728082822909,"duration":1}},{"uid":"e4f2c29eabe23314","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e4f2c29eabe23314","status":"passed","time":{"start":1728082155164,"stop":1728082155165,"duration":1}},{"uid":"add038029a547b21","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/add038029a547b21","status":"passed","time":{"start":1728068924225,"stop":1728068924225,"duration":0}},{"uid":"d59bb908dfc7971","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d59bb908dfc7971","status":"passed","time":{"start":1728067800273,"stop":1728067800273,"duration":0}},{"uid":"d378f2dae9e4fe7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d378f2dae9e4fe7","status":"passed","time":{"start":1728065646746,"stop":1728065646746,"duration":0}},{"uid":"6bf7f2d3b03df118","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6bf7f2d3b03df118","status":"passed","time":{"start":1728065936657,"stop":1728065936657,"duration":0}},{"uid":"796e4a0168d46c7f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/796e4a0168d46c7f","status":"passed","time":{"start":1728056827095,"stop":1728056827095,"duration":0}},{"uid":"a7e7f9268e497870","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a7e7f9268e497870","status":"passed","time":{"start":1728055998904,"stop":1728055998905,"duration":1}},{"uid":"ad4d2001c9439ea7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ad4d2001c9439ea7","status":"passed","time":{"start":1728056319262,"stop":1728056319262,"duration":0}},{"uid":"c7ce524c34c1aec6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c7ce524c34c1aec6","status":"passed","time":{"start":1728055130552,"stop":1728055130552,"duration":0}},{"uid":"6f4951219f48e674","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6f4951219f48e674","status":"passed","time":{"start":1728054109389,"stop":1728054109389,"duration":0}},{"uid":"c7c350a5fa55ef0a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c7c350a5fa55ef0a","status":"passed","time":{"start":1728052386925,"stop":1728052386925,"duration":0}},{"uid":"444014971006638f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/444014971006638f","status":"passed","time":{"start":1728046067893,"stop":1728046067893,"duration":0}},{"uid":"1cf540360edbb71a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1cf540360edbb71a","status":"passed","time":{"start":1728046853408,"stop":1728046853409,"duration":1}},{"uid":"842e88d180cfe013","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/842e88d180cfe013","status":"passed","time":{"start":1728042923120,"stop":1728042923120,"duration":0}},{"uid":"99449803b363647a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/99449803b363647a","status":"passed","time":{"start":1728035486101,"stop":1728035486101,"duration":0}},{"uid":"2d61309e5f056777","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2d61309e5f056777","status":"passed","time":{"start":1728033402574,"stop":1728033402574,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"bd0b91b77f31ee92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bd0b91b77f31ee92","status":"passed","time":{"start":1728085872164,"stop":1728085872164,"duration":0}},{"uid":"4335069aa3b0e2b9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4335069aa3b0e2b9","status":"passed","time":{"start":1728084884491,"stop":1728084884492,"duration":1}},{"uid":"2269535edd90c12c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2269535edd90c12c","status":"passed","time":{"start":1728083751981,"stop":1728083751982,"duration":1}},{"uid":"f4b227f651eb3036","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f4b227f651eb3036","status":"passed","time":{"start":1728082815028,"stop":1728082815029,"duration":1}},{"uid":"4db430e4b1c0364e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4db430e4b1c0364e","status":"passed","time":{"start":1728082147315,"stop":1728082147315,"duration":0}},{"uid":"d6fe8b9d407efb04","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d6fe8b9d407efb04","status":"passed","time":{"start":1728068916318,"stop":1728068916318,"duration":0}},{"uid":"470786c9156d6d62","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/470786c9156d6d62","status":"passed","time":{"start":1728067792186,"stop":1728067792187,"duration":1}},{"uid":"5c5a2108d4f97ec3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5c5a2108d4f97ec3","status":"passed","time":{"start":1728065639249,"stop":1728065639251,"duration":2}},{"uid":"c777d878fd73768e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c777d878fd73768e","status":"passed","time":{"start":1728065928755,"stop":1728065928755,"duration":0}},{"uid":"6fc7f396e8a5e4a1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6fc7f396e8a5e4a1","status":"passed","time":{"start":1728056819195,"stop":1728056819195,"duration":0}},{"uid":"eeee01e612a9f7b1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/eeee01e612a9f7b1","status":"passed","time":{"start":1728055990805,"stop":1728055990806,"duration":1}},{"uid":"cf06782fab75d76e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cf06782fab75d76e","status":"passed","time":{"start":1728056311519,"stop":1728056311520,"duration":1}},{"uid":"7afd55741adc62a6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7afd55741adc62a6","status":"passed","time":{"start":1728055122696,"stop":1728055122697,"duration":1}},{"uid":"4edfa4b2d347322a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4edfa4b2d347322a","status":"passed","time":{"start":1728054101373,"stop":1728054101373,"duration":0}},{"uid":"812642ff9070ccfb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/812642ff9070ccfb","status":"passed","time":{"start":1728052379034,"stop":1728052379034,"duration":0}},{"uid":"bf180df7ec277978","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bf180df7ec277978","status":"passed","time":{"start":1728046059819,"stop":1728046059819,"duration":0}},{"uid":"6404272bbd12f834","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6404272bbd12f834","status":"passed","time":{"start":1728046845705,"stop":1728046845705,"duration":0}},{"uid":"19d58124c3b9b219","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/19d58124c3b9b219","status":"passed","time":{"start":1728042915320,"stop":1728042915321,"duration":1}},{"uid":"282090ee2a019253","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/282090ee2a019253","status":"passed","time":{"start":1728035477902,"stop":1728035477902,"duration":0}},{"uid":"c9718af2a1d483fe","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c9718af2a1d483fe","status":"passed","time":{"start":1728033394385,"stop":1728033394386,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"47f7e9f00917638b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/47f7e9f00917638b","status":"passed","time":{"start":1728086059800,"stop":1728086059801,"duration":1}},{"uid":"1afa7fe10033d03d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1afa7fe10033d03d","status":"passed","time":{"start":1728085080963,"stop":1728085080963,"duration":0}},{"uid":"b4215773e815f812","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b4215773e815f812","status":"passed","time":{"start":1728083928165,"stop":1728083928166,"duration":1}},{"uid":"a7d188e0003f158b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a7d188e0003f158b","status":"passed","time":{"start":1728082985563,"stop":1728082985563,"duration":0}},{"uid":"46fb91e45701afbd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/46fb91e45701afbd","status":"passed","time":{"start":1728082299740,"stop":1728082299740,"duration":0}},{"uid":"9cac9f6bcb797fde","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9cac9f6bcb797fde","status":"passed","time":{"start":1728069108971,"stop":1728069108972,"duration":1}},{"uid":"65be26c791b1e51e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/65be26c791b1e51e","status":"passed","time":{"start":1728068241742,"stop":1728068241742,"duration":0}},{"uid":"7ecf230f8a8c242a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ecf230f8a8c242a","status":"passed","time":{"start":1728066126634,"stop":1728066126635,"duration":1}},{"uid":"c05802d35a5711a8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c05802d35a5711a8","status":"passed","time":{"start":1728066415162,"stop":1728066415162,"duration":0}},{"uid":"80257652375d8566","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/80257652375d8566","status":"passed","time":{"start":1728057304906,"stop":1728057304906,"duration":0}},{"uid":"7d770291a958f8c0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7d770291a958f8c0","status":"passed","time":{"start":1728056453342,"stop":1728056453343,"duration":1}},{"uid":"9e69067116bba37a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9e69067116bba37a","status":"passed","time":{"start":1728056799379,"stop":1728056799379,"duration":0}},{"uid":"a2e9e2f244bbedbb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a2e9e2f244bbedbb","status":"passed","time":{"start":1728055576618,"stop":1728055576619,"duration":1}},{"uid":"3e980216f9457773","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3e980216f9457773","status":"passed","time":{"start":1728054554810,"stop":1728054554810,"duration":0}},{"uid":"853e3586441a7da6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/853e3586441a7da6","status":"passed","time":{"start":1728052746409,"stop":1728052746409,"duration":0}},{"uid":"a76f2e1281bd5d6c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a76f2e1281bd5d6c","status":"passed","time":{"start":1728046277269,"stop":1728046277270,"duration":1}},{"uid":"31a030c514593e8d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/31a030c514593e8d","status":"passed","time":{"start":1728047334385,"stop":1728047334386,"duration":1}},{"uid":"d726de47eb5b5708","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d726de47eb5b5708","status":"passed","time":{"start":1728043113983,"stop":1728043113983,"duration":0}},{"uid":"93308aef38a93117","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/93308aef38a93117","status":"passed","time":{"start":1728035732761,"stop":1728035732762,"duration":1}},{"uid":"956d9b96bff2ccdd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/956d9b96bff2ccdd","status":"passed","time":{"start":1728033656081,"stop":1728033656082,"duration":1}}]},"46f5d0b14b51d8dd435ad1e2d601779d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"8528be375cb158de","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8528be375cb158de","status":"passed","time":{"start":1728086085066,"stop":1728086085066,"duration":0}},{"uid":"15c06cae7a3288d0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/15c06cae7a3288d0","status":"passed","time":{"start":1728085105353,"stop":1728085105357,"duration":4}},{"uid":"67d5b81f9e18ed21","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/67d5b81f9e18ed21","status":"passed","time":{"start":1728083951940,"stop":1728083951942,"duration":2}},{"uid":"b47f35c91f281c48","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b47f35c91f281c48","status":"passed","time":{"start":1728069134716,"stop":1728069134718,"duration":2}},{"uid":"57da091bdd7d055d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/57da091bdd7d055d","status":"passed","time":{"start":1728046296847,"stop":1728046296847,"duration":0}},{"uid":"a84faa295efbe40d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a84faa295efbe40d","status":"passed","time":{"start":1728043133886,"stop":1728043133886,"duration":0}},{"uid":"84772f40dc0e2778","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/84772f40dc0e2778","status":"passed","time":{"start":1728032812972,"stop":1728032812972,"duration":0}},{"uid":"a8d1b5fff2bbf4f7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a8d1b5fff2bbf4f7","status":"passed","time":{"start":1728032442419,"stop":1728032442419,"duration":0}},{"uid":"50f3cf31a0185b8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/50f3cf31a0185b8","status":"passed","time":{"start":1728032165002,"stop":1728032165002,"duration":0}}]},"b02008076a86919cf4980ca7033f0783:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c6b247f871f65fb7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c6b247f871f65fb7","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047681513,"stop":1728047681514,"duration":1}}]},"d2fe6ffdcad5f000e6f7ec91cbd933fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"312176d8d93c450f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/312176d8d93c450f","status":"passed","time":{"start":1728085277874,"stop":1728085277874,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f4f7f3884ff2edb4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f4f7f3884ff2edb4","status":"passed","time":{"start":1728086063177,"stop":1728086063181,"duration":4}},{"uid":"a6b3b4a03398ad86","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a6b3b4a03398ad86","status":"passed","time":{"start":1728085079897,"stop":1728085079897,"duration":0}},{"uid":"18535cda3486d9ab","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/18535cda3486d9ab","status":"passed","time":{"start":1728083929294,"stop":1728083929294,"duration":0}},{"uid":"cf588bf371875b9a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cf588bf371875b9a","status":"passed","time":{"start":1728082986556,"stop":1728082986556,"duration":0}},{"uid":"42199b935b2dc981","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/42199b935b2dc981","status":"passed","time":{"start":1728082304419,"stop":1728082304419,"duration":0}},{"uid":"c2792c041e68dca9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c2792c041e68dca9","status":"passed","time":{"start":1728069112302,"stop":1728069112302,"duration":0}},{"uid":"ffd1e7107fe14160","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ffd1e7107fe14160","status":"passed","time":{"start":1728067941519,"stop":1728067941519,"duration":0}},{"uid":"c0a3c3917d791748","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c0a3c3917d791748","status":"passed","time":{"start":1728043108492,"stop":1728043108493,"duration":1}},{"uid":"fbdb075f443af15f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fbdb075f443af15f","status":"passed","time":{"start":1728035666339,"stop":1728035666340,"duration":1}},{"uid":"5d558ab60661d2cb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5d558ab60661d2cb","status":"passed","time":{"start":1728033588056,"stop":1728033588057,"duration":1}},{"uid":"662ae969b07245db","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/662ae969b07245db","status":"passed","time":{"start":1728033211356,"stop":1728033211356,"duration":0}},{"uid":"351f5e4e7c944806","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/351f5e4e7c944806","status":"passed","time":{"start":1728032787675,"stop":1728032787675,"duration":0}},{"uid":"d450904d9dc06454","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d450904d9dc06454","status":"passed","time":{"start":1728032415375,"stop":1728032415376,"duration":1}},{"uid":"f69b612baefd8a28","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f69b612baefd8a28","status":"passed","time":{"start":1728032137551,"stop":1728032137552,"duration":1}}]},"439501b676ffeeda40ee80c7ff7b2114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba5d4fdb73d31c7f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ba5d4fdb73d31c7f","status":"passed","time":{"start":1728086192533,"stop":1728086192533,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":14,"unknown":0,"total":15},"items":[{"uid":"b1cc62ab41b6ef43","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1cc62ab41b6ef43","status":"passed","time":{"start":1728086063171,"stop":1728086063172,"duration":1}},{"uid":"af6ddb16818c303d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/af6ddb16818c303d","status":"passed","time":{"start":1728085079884,"stop":1728085079885,"duration":1}},{"uid":"32a5cd337fee5dcb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/32a5cd337fee5dcb","status":"passed","time":{"start":1728083929288,"stop":1728083929288,"duration":0}},{"uid":"1e78835b21121fad","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1e78835b21121fad","status":"passed","time":{"start":1728082986546,"stop":1728082986546,"duration":0}},{"uid":"1bbe8aa8a512db17","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1bbe8aa8a512db17","status":"passed","time":{"start":1728082304407,"stop":1728082304410,"duration":3}},{"uid":"4060118abfc1cded","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4060118abfc1cded","status":"passed","time":{"start":1728069112272,"stop":1728069112283,"duration":11}},{"uid":"d855428afc582e01","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d855428afc582e01","status":"passed","time":{"start":1728067941514,"stop":1728067941514,"duration":0}},{"uid":"462a3cf55efe174","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/462a3cf55efe174","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1728047000893,"stop":1728047000893,"duration":0}},{"uid":"2c75b0f92cd9c44f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2c75b0f92cd9c44f","status":"passed","time":{"start":1728043108470,"stop":1728043108470,"duration":0}},{"uid":"b44e172826a1200f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b44e172826a1200f","status":"passed","time":{"start":1728035666327,"stop":1728035666328,"duration":1}},{"uid":"b4fcca79edae7ba8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b4fcca79edae7ba8","status":"passed","time":{"start":1728033588044,"stop":1728033588045,"duration":1}},{"uid":"a120d51768793c3a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a120d51768793c3a","status":"passed","time":{"start":1728033211347,"stop":1728033211347,"duration":0}},{"uid":"af3b777b8f3e1c2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/af3b777b8f3e1c2","status":"passed","time":{"start":1728032787663,"stop":1728032787663,"duration":0}},{"uid":"daba756db598d525","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/daba756db598d525","status":"passed","time":{"start":1728032415364,"stop":1728032415365,"duration":1}},{"uid":"aace733e3256ffd4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/aace733e3256ffd4","status":"passed","time":{"start":1728032137540,"stop":1728032137545,"duration":5}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"475060a3fe0f0b01","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/475060a3fe0f0b01","status":"passed","time":{"start":1728085917714,"stop":1728085917714,"duration":0}},{"uid":"1c2689619766d250","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1c2689619766d250","status":"passed","time":{"start":1728084932100,"stop":1728084932101,"duration":1}},{"uid":"7b07eb77d9d3f035","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7b07eb77d9d3f035","status":"passed","time":{"start":1728083796743,"stop":1728083796743,"duration":0}},{"uid":"4c8735be3de07d95","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4c8735be3de07d95","status":"passed","time":{"start":1728082860052,"stop":1728082860053,"duration":1}},{"uid":"9fb64a2cc29f721","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9fb64a2cc29f721","status":"passed","time":{"start":1728082194526,"stop":1728082194526,"duration":0}},{"uid":"feff1712fe6e1659","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/feff1712fe6e1659","status":"passed","time":{"start":1728068964174,"stop":1728068964174,"duration":0}},{"uid":"81735096bc7d6ac5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/81735096bc7d6ac5","status":"passed","time":{"start":1728067837923,"stop":1728067837924,"duration":1}},{"uid":"1fc51a5cd97aac4b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1fc51a5cd97aac4b","status":"passed","time":{"start":1728065686104,"stop":1728065686104,"duration":0}},{"uid":"b7a884cb35f6d8f2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b7a884cb35f6d8f2","status":"passed","time":{"start":1728065975349,"stop":1728065975350,"duration":1}},{"uid":"6f975ab456987833","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6f975ab456987833","status":"passed","time":{"start":1728056864685,"stop":1728056864685,"duration":0}},{"uid":"c5d293fb5e2a87be","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c5d293fb5e2a87be","status":"passed","time":{"start":1728056038212,"stop":1728056038213,"duration":1}},{"uid":"5c73d0d7f752570e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5c73d0d7f752570e","status":"passed","time":{"start":1728056356757,"stop":1728056356758,"duration":1}},{"uid":"f883e42b8ff9048f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f883e42b8ff9048f","status":"passed","time":{"start":1728055168405,"stop":1728055168406,"duration":1}},{"uid":"a4aafd2987014ff1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a4aafd2987014ff1","status":"passed","time":{"start":1728054147189,"stop":1728054147190,"duration":1}},{"uid":"42a35eb6d37e10a5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/42a35eb6d37e10a5","status":"passed","time":{"start":1728052425088,"stop":1728052425088,"duration":0}},{"uid":"7c5a974559f617b9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7c5a974559f617b9","status":"passed","time":{"start":1728046106880,"stop":1728046106880,"duration":0}},{"uid":"3d79599a850837e7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3d79599a850837e7","status":"passed","time":{"start":1728046891221,"stop":1728046891221,"duration":0}},{"uid":"e846b4739817011e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e846b4739817011e","status":"passed","time":{"start":1728042960681,"stop":1728042960682,"duration":1}},{"uid":"f32cc13b8a577ba9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f32cc13b8a577ba9","status":"passed","time":{"start":1728035524082,"stop":1728035524082,"duration":0}},{"uid":"89ba055c8cf7f277","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/89ba055c8cf7f277","status":"passed","time":{"start":1728033441295,"stop":1728033441295,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"3922b803d4e15e04","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3922b803d4e15e04","status":"passed","time":{"start":1728086033918,"stop":1728086033919,"duration":1}},{"uid":"84d8c36134ec1dac","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/84d8c36134ec1dac","status":"passed","time":{"start":1728085047255,"stop":1728085047255,"duration":0}},{"uid":"edc78b5984edf668","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/edc78b5984edf668","status":"passed","time":{"start":1728083902779,"stop":1728083902779,"duration":0}},{"uid":"c1ccf7c4a32d5c14","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c1ccf7c4a32d5c14","status":"passed","time":{"start":1728082961522,"stop":1728082961523,"duration":1}},{"uid":"e92cadcb4957d85f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e92cadcb4957d85f","status":"passed","time":{"start":1728082284033,"stop":1728082284033,"duration":0}},{"uid":"9c33b2af35e11a8a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9c33b2af35e11a8a","status":"passed","time":{"start":1728069082679,"stop":1728069082680,"duration":1}},{"uid":"dad97a04ff695a5e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dad97a04ff695a5e","status":"passed","time":{"start":1728067941396,"stop":1728067941396,"duration":0}},{"uid":"c02e561a7f3ff2f2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c02e561a7f3ff2f2","status":"passed","time":{"start":1728066171573,"stop":1728066171574,"duration":1}},{"uid":"4656ae107e68134f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4656ae107e68134f","status":"passed","time":{"start":1728066512892,"stop":1728066512892,"duration":0}},{"uid":"7b85562e32310ec2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7b85562e32310ec2","status":"passed","time":{"start":1728057355637,"stop":1728057355637,"duration":0}},{"uid":"18164f46f61c53a4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/18164f46f61c53a4","status":"passed","time":{"start":1728056563511,"stop":1728056563511,"duration":0}},{"uid":"eb8795491afe9f4c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/eb8795491afe9f4c","status":"passed","time":{"start":1728056935476,"stop":1728056935476,"duration":0}},{"uid":"10468331e79d904f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/10468331e79d904f","status":"passed","time":{"start":1728055614343,"stop":1728055614343,"duration":0}},{"uid":"7a3661c5f912b01d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7a3661c5f912b01d","status":"passed","time":{"start":1728054752367,"stop":1728054752367,"duration":0}},{"uid":"5c4b1960abb434a0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5c4b1960abb434a0","status":"passed","time":{"start":1728052861023,"stop":1728052861023,"duration":0}},{"uid":"3d9a0316bf181a6c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3d9a0316bf181a6c","status":"passed","time":{"start":1728046783428,"stop":1728046783428,"duration":0}},{"uid":"9ca4953114ab990","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9ca4953114ab990","status":"passed","time":{"start":1728047429500,"stop":1728047429500,"duration":0}},{"uid":"3f392e8c3112709","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3f392e8c3112709","status":"passed","time":{"start":1728043084152,"stop":1728043084154,"duration":2}},{"uid":"2a5fae9de47ede53","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2a5fae9de47ede53","status":"passed","time":{"start":1728035601400,"stop":1728035601400,"duration":0}},{"uid":"fa4a028a4c0fce1d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fa4a028a4c0fce1d","status":"passed","time":{"start":1728033520562,"stop":1728033520563,"duration":1}}]},"f5dd08d532a36a295eaa37b1f230588d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbaa7d4018299410","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fbaa7d4018299410","status":"passed","time":{"start":1728082390963,"stop":1728082390964,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"148a4f1ea5164c8f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/148a4f1ea5164c8f","status":"passed","time":{"start":1728086207922,"stop":1728086207922,"duration":0}},{"uid":"5414583079f7109e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5414583079f7109e","status":"passed","time":{"start":1728085227800,"stop":1728085227801,"duration":1}},{"uid":"2baa3134fd9bfb87","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2baa3134fd9bfb87","status":"passed","time":{"start":1728084031096,"stop":1728084031096,"duration":0}},{"uid":"2d9592dee86488a8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2d9592dee86488a8","status":"passed","time":{"start":1728083085071,"stop":1728083085071,"duration":0}},{"uid":"706aea937ed1f9a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/706aea937ed1f9a","status":"passed","time":{"start":1728082402966,"stop":1728082402967,"duration":1}},{"uid":"a603c260d1a4e7e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a603c260d1a4e7e2","status":"passed","time":{"start":1728069256727,"stop":1728069256728,"duration":1}},{"uid":"b72bc48798c3d6f3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b72bc48798c3d6f3","status":"passed","time":{"start":1728068039052,"stop":1728068039052,"duration":0}},{"uid":"a512b932f7bcda5d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a512b932f7bcda5d","status":"passed","time":{"start":1728066054982,"stop":1728066054982,"duration":0}},{"uid":"d98fcccd13d3762f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d98fcccd13d3762f","status":"passed","time":{"start":1728066345501,"stop":1728066345501,"duration":0}},{"uid":"9ffe10d2a3f6f942","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9ffe10d2a3f6f942","status":"passed","time":{"start":1728057218522,"stop":1728057218523,"duration":1}},{"uid":"a572a7fd5982738","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a572a7fd5982738","status":"passed","time":{"start":1728056313105,"stop":1728056313105,"duration":0}},{"uid":"c3c6c850b629299a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c3c6c850b629299a","status":"passed","time":{"start":1728056731793,"stop":1728056731793,"duration":0}},{"uid":"1a97af4d79fce3d6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1a97af4d79fce3d6","status":"passed","time":{"start":1728052615137,"stop":1728052615137,"duration":0}},{"uid":"9d171f51381c691b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9d171f51381c691b","status":"passed","time":{"start":1728046456511,"stop":1728046456512,"duration":1}},{"uid":"1d446856b3dbce8f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1d446856b3dbce8f","status":"passed","time":{"start":1728047262767,"stop":1728047262767,"duration":0}},{"uid":"728b80b379c92c41","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/728b80b379c92c41","status":"passed","time":{"start":1728043245063,"stop":1728043245072,"duration":9}},{"uid":"8aa236b525c97d7b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8aa236b525c97d7b","status":"passed","time":{"start":1728035876575,"stop":1728035876575,"duration":0}},{"uid":"ff84d65d024a4e6b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ff84d65d024a4e6b","status":"passed","time":{"start":1728033795274,"stop":1728033795275,"duration":1}},{"uid":"d3a5f2c41acf72e3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d3a5f2c41acf72e3","status":"passed","time":{"start":1728033412136,"stop":1728033412136,"duration":0}},{"uid":"6f7bc313806f15a5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6f7bc313806f15a5","status":"passed","time":{"start":1728032929725,"stop":1728032929725,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c84a2a88de95e4fd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c84a2a88de95e4fd","status":"passed","time":{"start":1728085864165,"stop":1728085864166,"duration":1}},{"uid":"b11a207900c30e6a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b11a207900c30e6a","status":"passed","time":{"start":1728084876394,"stop":1728084876394,"duration":0}},{"uid":"1b9286b56037a7d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1b9286b56037a7d","status":"passed","time":{"start":1728083744351,"stop":1728083744351,"duration":0}},{"uid":"cd24f1670cc54382","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cd24f1670cc54382","status":"passed","time":{"start":1728082807444,"stop":1728082807444,"duration":0}},{"uid":"b886420874a0ced2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b886420874a0ced2","status":"passed","time":{"start":1728082139312,"stop":1728082139312,"duration":0}},{"uid":"242c7922400b2d9b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/242c7922400b2d9b","status":"passed","time":{"start":1728068908050,"stop":1728068908051,"duration":1}},{"uid":"16173ccc4dc5a898","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/16173ccc4dc5a898","status":"passed","time":{"start":1728067784706,"stop":1728067784706,"duration":0}},{"uid":"af98f5c291de633a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/af98f5c291de633a","status":"passed","time":{"start":1728065631509,"stop":1728065631509,"duration":0}},{"uid":"15c4d822ea20c4cf","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/15c4d822ea20c4cf","status":"passed","time":{"start":1728065920820,"stop":1728065920821,"duration":1}},{"uid":"4409623389029d67","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4409623389029d67","status":"passed","time":{"start":1728056811579,"stop":1728056811580,"duration":1}},{"uid":"19274e9cb7d5f3f9","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/19274e9cb7d5f3f9","status":"passed","time":{"start":1728055983136,"stop":1728055983137,"duration":1}},{"uid":"f7c1b491563927e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f7c1b491563927e","status":"passed","time":{"start":1728056303680,"stop":1728056303680,"duration":0}},{"uid":"8943d09d40331545","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8943d09d40331545","status":"passed","time":{"start":1728055114808,"stop":1728055114809,"duration":1}},{"uid":"3910054c8a20628c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3910054c8a20628c","status":"passed","time":{"start":1728054093596,"stop":1728054093596,"duration":0}},{"uid":"2f657fa64a5bab20","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2f657fa64a5bab20","status":"passed","time":{"start":1728052371181,"stop":1728052371181,"duration":0}},{"uid":"d90917cead5b1b98","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d90917cead5b1b98","status":"passed","time":{"start":1728046051719,"stop":1728046051720,"duration":1}},{"uid":"b5406d447c93a2d5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b5406d447c93a2d5","status":"passed","time":{"start":1728046837806,"stop":1728046837806,"duration":0}},{"uid":"70572c97e47a6165","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/70572c97e47a6165","status":"passed","time":{"start":1728042907579,"stop":1728042907579,"duration":0}},{"uid":"1418cf9a4041711a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1418cf9a4041711a","status":"passed","time":{"start":1728035469880,"stop":1728035469880,"duration":0}},{"uid":"fbc0b0455b96d5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fbc0b0455b96d5","status":"passed","time":{"start":1728033386389,"stop":1728033386389,"duration":0}}]},"2d9cc9c34e7ba068dcb761b2d6d6b540:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58b1abfce6602619","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/58b1abfce6602619","status":"passed","time":{"start":1728032520654,"stop":1728032520654,"duration":0}}]},"3896973af3dfc0c457fa9ea068a062be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"278727bac7773ce2","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/278727bac7773ce2","status":"passed","time":{"start":1728032113334,"stop":1728032113335,"duration":1}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"267aa19176f1473","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/267aa19176f1473","status":"passed","time":{"start":1728085864156,"stop":1728085864156,"duration":0}},{"uid":"629616c3fbfc9671","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/629616c3fbfc9671","status":"passed","time":{"start":1728084876384,"stop":1728084876385,"duration":1}},{"uid":"4c1af835bcf40434","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4c1af835bcf40434","status":"passed","time":{"start":1728083744342,"stop":1728083744342,"duration":0}},{"uid":"15a5ac316b7ae62e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/15a5ac316b7ae62e","status":"passed","time":{"start":1728082807434,"stop":1728082807435,"duration":1}},{"uid":"278df7cceeb7f805","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/278df7cceeb7f805","status":"passed","time":{"start":1728082139301,"stop":1728082139302,"duration":1}},{"uid":"6b834b87de25dfc1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b834b87de25dfc1","status":"passed","time":{"start":1728068908040,"stop":1728068908040,"duration":0}},{"uid":"ec0dcf462a3c43b6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ec0dcf462a3c43b6","status":"passed","time":{"start":1728067784697,"stop":1728067784697,"duration":0}},{"uid":"32994a59f819e85e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/32994a59f819e85e","status":"passed","time":{"start":1728065631499,"stop":1728065631500,"duration":1}},{"uid":"fc86a602275b9f45","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fc86a602275b9f45","status":"passed","time":{"start":1728065920811,"stop":1728065920811,"duration":0}},{"uid":"6742b8b3f7fecc6c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6742b8b3f7fecc6c","status":"passed","time":{"start":1728056811569,"stop":1728056811569,"duration":0}},{"uid":"ce6bd6c2c52263f0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ce6bd6c2c52263f0","status":"passed","time":{"start":1728055983126,"stop":1728055983126,"duration":0}},{"uid":"7c716e5a0a7cfa7a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7c716e5a0a7cfa7a","status":"passed","time":{"start":1728056303670,"stop":1728056303671,"duration":1}},{"uid":"2be48389ef176772","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2be48389ef176772","status":"passed","time":{"start":1728055114798,"stop":1728055114799,"duration":1}},{"uid":"569423157a1d53e8","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/569423157a1d53e8","status":"passed","time":{"start":1728054093585,"stop":1728054093585,"duration":0}},{"uid":"deba6c640c3667d0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/deba6c640c3667d0","status":"passed","time":{"start":1728052371168,"stop":1728052371169,"duration":1}},{"uid":"8642ed9ff5d6a458","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8642ed9ff5d6a458","status":"passed","time":{"start":1728046051708,"stop":1728046051708,"duration":0}},{"uid":"c5d96564d291b1b1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c5d96564d291b1b1","status":"passed","time":{"start":1728046837797,"stop":1728046837797,"duration":0}},{"uid":"88a8c7c23d25325c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/88a8c7c23d25325c","status":"passed","time":{"start":1728042907570,"stop":1728042907570,"duration":0}},{"uid":"51f33240be697633","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/51f33240be697633","status":"passed","time":{"start":1728035469873,"stop":1728035469873,"duration":0}},{"uid":"5cca663a31be5922","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5cca663a31be5922","status":"passed","time":{"start":1728033386381,"stop":1728033386381,"duration":0}}]},"21558587d97f20b4f22f1355d9dfc00b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f7c5b1bf343eab7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2f7c5b1bf343eab7","status":"passed","time":{"start":1728057124845,"stop":1728057124845,"duration":0}}]},"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a46662e2e5473ef2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a46662e2e5473ef2","status":"passed","time":{"start":1728085879404,"stop":1728085879405,"duration":1}},{"uid":"bb1b30a64d7308ea","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bb1b30a64d7308ea","status":"passed","time":{"start":1728084892354,"stop":1728084892355,"duration":1}},{"uid":"8dcbba7bc2826790","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8dcbba7bc2826790","status":"passed","time":{"start":1728083759340,"stop":1728083759341,"duration":1}},{"uid":"5ba849aa81078b28","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5ba849aa81078b28","status":"passed","time":{"start":1728082822444,"stop":1728082822445,"duration":1}},{"uid":"aae1d99eedf95120","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/aae1d99eedf95120","status":"passed","time":{"start":1728082154402,"stop":1728082154403,"duration":1}},{"uid":"18ddda0efbfbb90e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/18ddda0efbfbb90e","status":"passed","time":{"start":1728068923550,"stop":1728068923552,"duration":2}},{"uid":"b637e09013e44ec7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b637e09013e44ec7","status":"passed","time":{"start":1728067799309,"stop":1728067799309,"duration":0}},{"uid":"568fa8f818ae5cb1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/568fa8f818ae5cb1","status":"passed","time":{"start":1728065646113,"stop":1728065646114,"duration":1}},{"uid":"5131b7324f5ae80a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5131b7324f5ae80a","status":"passed","time":{"start":1728065935860,"stop":1728065935862,"duration":2}},{"uid":"51df0e362aa99e86","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51df0e362aa99e86","status":"passed","time":{"start":1728056826641,"stop":1728056826641,"duration":0}},{"uid":"4426f6f31f40c0e0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4426f6f31f40c0e0","status":"passed","time":{"start":1728055998441,"stop":1728055998442,"duration":1}},{"uid":"1ead4f766cc0b016","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1ead4f766cc0b016","status":"passed","time":{"start":1728056318801,"stop":1728056318801,"duration":0}},{"uid":"6efe636af7c35581","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6efe636af7c35581","status":"passed","time":{"start":1728055130051,"stop":1728055130051,"duration":0}},{"uid":"969c494d66a373ea","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/969c494d66a373ea","status":"passed","time":{"start":1728054108886,"stop":1728054108886,"duration":0}},{"uid":"b996d3b8ecd507f2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b996d3b8ecd507f2","status":"passed","time":{"start":1728052386536,"stop":1728052386537,"duration":1}},{"uid":"d6f4bf058e7cd40d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d6f4bf058e7cd40d","status":"passed","time":{"start":1728046067560,"stop":1728046067561,"duration":1}},{"uid":"7ac8541e293f7e2e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ac8541e293f7e2e","status":"passed","time":{"start":1728046853161,"stop":1728046853162,"duration":1}},{"uid":"b21a828168a055f8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b21a828168a055f8","status":"passed","time":{"start":1728042922413,"stop":1728042922415,"duration":2}},{"uid":"b46caf1c97e4e877","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b46caf1c97e4e877","status":"passed","time":{"start":1728035485381,"stop":1728035485384,"duration":3}},{"uid":"5ee62581fa44ff26","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5ee62581fa44ff26","status":"passed","time":{"start":1728033402112,"stop":1728033402112,"duration":0}}]},"cdcbc766b232dd9420fad77042e8bbf7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50d1b80ff52af26f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/50d1b80ff52af26f","status":"passed","time":{"start":1728084078539,"stop":1728084078540,"duration":1}}]},"bd15410e17d0d04604bc4c353f5460ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"844bfe7d2c4de299","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/844bfe7d2c4de299","status":"passed","time":{"start":1728033182537,"stop":1728033182538,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2c98cc078ae033e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2c98cc078ae033e3","status":"passed","time":{"start":1728085891878,"stop":1728085891878,"duration":0}},{"uid":"4b2bd8a152563647","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4b2bd8a152563647","status":"passed","time":{"start":1728084905006,"stop":1728084905006,"duration":0}},{"uid":"a517a0a9e05e7993","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a517a0a9e05e7993","status":"passed","time":{"start":1728083771602,"stop":1728083771603,"duration":1}},{"uid":"c8507a6bc85db879","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c8507a6bc85db879","status":"passed","time":{"start":1728082834943,"stop":1728082834943,"duration":0}},{"uid":"5f624505ec52c84e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5f624505ec52c84e","status":"passed","time":{"start":1728082166939,"stop":1728082166940,"duration":1}},{"uid":"d3c98369ba2058f2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d3c98369ba2058f2","status":"passed","time":{"start":1728068936266,"stop":1728068936266,"duration":0}},{"uid":"bc29f2d6ec10568a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/bc29f2d6ec10568a","status":"passed","time":{"start":1728067812050,"stop":1728067812051,"duration":1}},{"uid":"bd09c211cc09f911","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd09c211cc09f911","status":"passed","time":{"start":1728065658890,"stop":1728065658890,"duration":0}},{"uid":"5199cb8300c8be07","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5199cb8300c8be07","status":"passed","time":{"start":1728065948759,"stop":1728065948759,"duration":0}},{"uid":"b0e2b82f610fd6a9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b0e2b82f610fd6a9","status":"passed","time":{"start":1728056838985,"stop":1728056838985,"duration":0}},{"uid":"bd0b3b89463d0b09","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bd0b3b89463d0b09","status":"passed","time":{"start":1728056010876,"stop":1728056010877,"duration":1}},{"uid":"344c409e79a2525","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/344c409e79a2525","status":"passed","time":{"start":1728056331132,"stop":1728056331133,"duration":1}},{"uid":"21c254d47772c481","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/21c254d47772c481","status":"passed","time":{"start":1728055142642,"stop":1728055142643,"duration":1}},{"uid":"afcbdb27f81fc338","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/afcbdb27f81fc338","status":"passed","time":{"start":1728054121360,"stop":1728054121361,"duration":1}},{"uid":"5bf6a631516ab867","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5bf6a631516ab867","status":"passed","time":{"start":1728052398851,"stop":1728052398851,"duration":0}},{"uid":"2593fdb7055c1120","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2593fdb7055c1120","status":"passed","time":{"start":1728046080157,"stop":1728046080157,"duration":0}},{"uid":"b56fa5731cd2fbc7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b56fa5731cd2fbc7","status":"passed","time":{"start":1728046865183,"stop":1728046865183,"duration":0}},{"uid":"73dbd3c303b8c85a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/73dbd3c303b8c85a","status":"passed","time":{"start":1728042934921,"stop":1728042934921,"duration":0}},{"uid":"37a97e49244ed160","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/37a97e49244ed160","status":"passed","time":{"start":1728035498001,"stop":1728035498001,"duration":0}},{"uid":"521b5eea121ae1fc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/521b5eea121ae1fc","status":"passed","time":{"start":1728033414707,"stop":1728033414707,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"56e20d6869693fed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/56e20d6869693fed","status":"passed","time":{"start":1728085963114,"stop":1728085963114,"duration":0}},{"uid":"640fe05d244c5435","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/640fe05d244c5435","status":"passed","time":{"start":1728084980630,"stop":1728084980637,"duration":7}},{"uid":"ebcd8dea255255f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ebcd8dea255255f","status":"passed","time":{"start":1728083841531,"stop":1728083841531,"duration":0}},{"uid":"28d15e94711075d7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/28d15e94711075d7","status":"passed","time":{"start":1728082905767,"stop":1728082905772,"duration":5}},{"uid":"b5871b54a756d01e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b5871b54a756d01e","status":"passed","time":{"start":1728082231563,"stop":1728082231568,"duration":5}},{"uid":"f01fb20f1f5b5c9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f01fb20f1f5b5c9","status":"passed","time":{"start":1728069010261,"stop":1728069010261,"duration":0}},{"uid":"434a14bc3ac21e68","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/434a14bc3ac21e68","status":"passed","time":{"start":1728046146010,"stop":1728046146011,"duration":1}},{"uid":"ebe5a4f98099fd72","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ebe5a4f98099fd72","status":"passed","time":{"start":1728043008850,"stop":1728043008850,"duration":0}},{"uid":"c1758777a461044c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c1758777a461044c","status":"passed","time":{"start":1728035569673,"stop":1728035569674,"duration":1}},{"uid":"48168892dd01d893","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/48168892dd01d893","status":"passed","time":{"start":1728033486728,"stop":1728033486728,"duration":0}},{"uid":"af037e4fe759036b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/af037e4fe759036b","status":"passed","time":{"start":1728033116284,"stop":1728033116284,"duration":0}},{"uid":"6f949b890af74fc5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6f949b890af74fc5","status":"passed","time":{"start":1728032680277,"stop":1728032680277,"duration":0}},{"uid":"8181feb4f9d9165b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8181feb4f9d9165b","status":"passed","time":{"start":1728032316358,"stop":1728032316358,"duration":0}},{"uid":"33c35639a4607181","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/33c35639a4607181","status":"passed","time":{"start":1728032035314,"stop":1728032035324,"duration":10}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c3cd48e3ff76d1e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c3cd48e3ff76d1e3","status":"passed","time":{"start":1728085872167,"stop":1728085872168,"duration":1}},{"uid":"b6c772cafcf4d72d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b6c772cafcf4d72d","status":"passed","time":{"start":1728084884499,"stop":1728084884503,"duration":4}},{"uid":"dd136fdd973f12a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dd136fdd973f12a","status":"passed","time":{"start":1728083751989,"stop":1728083751990,"duration":1}},{"uid":"7bc6b85bb74a9fbd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7bc6b85bb74a9fbd","status":"passed","time":{"start":1728082815036,"stop":1728082815036,"duration":0}},{"uid":"a771f5a5d625a6cd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a771f5a5d625a6cd","status":"passed","time":{"start":1728082147323,"stop":1728082147324,"duration":1}},{"uid":"d37047101a2182a6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d37047101a2182a6","status":"passed","time":{"start":1728068916321,"stop":1728068916322,"duration":1}},{"uid":"3a8dde427e2fa696","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3a8dde427e2fa696","status":"passed","time":{"start":1728067792192,"stop":1728067792192,"duration":0}},{"uid":"734d75cf1f5ee1c8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/734d75cf1f5ee1c8","status":"passed","time":{"start":1728065639258,"stop":1728065639259,"duration":1}},{"uid":"73c80bc5f4a872df","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/73c80bc5f4a872df","status":"passed","time":{"start":1728065928759,"stop":1728065928760,"duration":1}},{"uid":"1893e5b04e702f8b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1893e5b04e702f8b","status":"passed","time":{"start":1728056819202,"stop":1728056819202,"duration":0}},{"uid":"f1a95c9f1a0a3b4d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f1a95c9f1a0a3b4d","status":"passed","time":{"start":1728055990810,"stop":1728055990811,"duration":1}},{"uid":"64e86ab77a338755","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/64e86ab77a338755","status":"passed","time":{"start":1728056311524,"stop":1728056311524,"duration":0}},{"uid":"fbd2e8f60ae56233","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fbd2e8f60ae56233","status":"passed","time":{"start":1728055122706,"stop":1728055122707,"duration":1}},{"uid":"e62546948fc74c03","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e62546948fc74c03","status":"passed","time":{"start":1728054101379,"stop":1728054101379,"duration":0}},{"uid":"f05f2ad24e94e536","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f05f2ad24e94e536","status":"passed","time":{"start":1728052379038,"stop":1728052379039,"duration":1}},{"uid":"5ec2440e0c637087","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5ec2440e0c637087","status":"passed","time":{"start":1728046059825,"stop":1728046059827,"duration":2}},{"uid":"a0b31ff6fb953108","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a0b31ff6fb953108","status":"passed","time":{"start":1728046845711,"stop":1728046845712,"duration":1}},{"uid":"7de1f0b055db603e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7de1f0b055db603e","status":"passed","time":{"start":1728042915328,"stop":1728042915328,"duration":0}},{"uid":"b3d9969b3734a184","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b3d9969b3734a184","status":"passed","time":{"start":1728035477909,"stop":1728035477910,"duration":1}},{"uid":"3332ca630c9f1d79","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3332ca630c9f1d79","status":"passed","time":{"start":1728033394398,"stop":1728033394401,"duration":3}}]},"2d9a68674827c2f31d4b43ead79c24f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b53c50893dbd9ee7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b53c50893dbd9ee7","status":"passed","time":{"start":1728046261839,"stop":1728046261839,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6a892c64ace84e9f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a892c64ace84e9f","status":"passed","time":{"start":1728086192527,"stop":1728086192527,"duration":0}},{"uid":"2cef924fb2c64cce","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2cef924fb2c64cce","status":"passed","time":{"start":1728085207498,"stop":1728085207498,"duration":0}},{"uid":"b360e843a215c2fc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b360e843a215c2fc","status":"passed","time":{"start":1728084038286,"stop":1728084038291,"duration":5}},{"uid":"7831531b84263261","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7831531b84263261","status":"passed","time":{"start":1728083118110,"stop":1728083118110,"duration":0}},{"uid":"463b1f1996c8b5e6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/463b1f1996c8b5e6","status":"passed","time":{"start":1728082399710,"stop":1728082399710,"duration":0}},{"uid":"a096822f95b8d154","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a096822f95b8d154","status":"passed","time":{"start":1728069237584,"stop":1728069237584,"duration":0}},{"uid":"d63ee84f034127eb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d63ee84f034127eb","status":"passed","time":{"start":1728068055943,"stop":1728068055943,"duration":0}},{"uid":"5823e14522f147b8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5823e14522f147b8","status":"passed","time":{"start":1728043232170,"stop":1728043232170,"duration":0}},{"uid":"11bf437a11caca9d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/11bf437a11caca9d","status":"passed","time":{"start":1728035844058,"stop":1728035844058,"duration":0}},{"uid":"40b1c286ea878ed0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/40b1c286ea878ed0","status":"passed","time":{"start":1728033765885,"stop":1728033765886,"duration":1}},{"uid":"bdc66984dbd12ca9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/bdc66984dbd12ca9","status":"passed","time":{"start":1728033382957,"stop":1728033382958,"duration":1}},{"uid":"f4319f88fe0f54b9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f4319f88fe0f54b9","status":"passed","time":{"start":1728032914498,"stop":1728032914499,"duration":1}},{"uid":"ca419cea3718b830","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ca419cea3718b830","status":"passed","time":{"start":1728032550363,"stop":1728032550363,"duration":0}},{"uid":"be24c3b239f0f5b3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/be24c3b239f0f5b3","status":"passed","time":{"start":1728032274024,"stop":1728032274024,"duration":0}}]},"b242e5b76a37bfef3deadd1647b6be56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"feb49fb232e66271","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/feb49fb232e66271","status":"passed","time":{"start":1728053941727,"stop":1728053941727,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5d5822a34a824b35","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5d5822a34a824b35","status":"passed","time":{"start":1728086272021,"stop":1728086272021,"duration":0}},{"uid":"cd30dca46096e12c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cd30dca46096e12c","status":"passed","time":{"start":1728085283337,"stop":1728085283338,"duration":1}},{"uid":"8b53dfddb9e378e4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8b53dfddb9e378e4","status":"passed","time":{"start":1728084090527,"stop":1728084090527,"duration":0}},{"uid":"5144f42ca85ebe6c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5144f42ca85ebe6c","status":"passed","time":{"start":1728083155565,"stop":1728083155565,"duration":0}},{"uid":"a97e5ce08ea77dc6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a97e5ce08ea77dc6","status":"passed","time":{"start":1728082460323,"stop":1728082460325,"duration":2}},{"uid":"68dc40e2121630ae","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/68dc40e2121630ae","status":"passed","time":{"start":1728069321412,"stop":1728069321412,"duration":0}},{"uid":"866ade93c2a408ee","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/866ade93c2a408ee","status":"passed","time":{"start":1728068107525,"stop":1728068107525,"duration":0}},{"uid":"45bc954f31139f85","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/45bc954f31139f85","status":"passed","time":{"start":1728043308787,"stop":1728043308787,"duration":0}},{"uid":"28c435dbd4a4c831","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/28c435dbd4a4c831","status":"passed","time":{"start":1728035924350,"stop":1728035924351,"duration":1}},{"uid":"cdd4b87c9d178a99","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cdd4b87c9d178a99","status":"passed","time":{"start":1728033839314,"stop":1728033839316,"duration":2}},{"uid":"7b8a74f71b7dac6d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7b8a74f71b7dac6d","status":"passed","time":{"start":1728033458351,"stop":1728033458351,"duration":0}},{"uid":"38d50a3d1944c56e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/38d50a3d1944c56e","status":"passed","time":{"start":1728032996595,"stop":1728032996595,"duration":0}},{"uid":"5b7fb05f263b6fb6","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5b7fb05f263b6fb6","status":"passed","time":{"start":1728032626659,"stop":1728032626659,"duration":0}},{"uid":"b767bafe811f9d6b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b767bafe811f9d6b","status":"passed","time":{"start":1728032353365,"stop":1728032353371,"duration":6}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a6bc209d3ed46586","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a6bc209d3ed46586","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0}},{"uid":"a4c52138459804c9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a4c52138459804c9","status":"passed","time":{"start":1728084892988,"stop":1728084892988,"duration":0}},{"uid":"7ab3ff95f5c4a38","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7ab3ff95f5c4a38","status":"passed","time":{"start":1728083759986,"stop":1728083759986,"duration":0}},{"uid":"d375099b487adf62","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d375099b487adf62","status":"passed","time":{"start":1728082823296,"stop":1728082823296,"duration":0}},{"uid":"350918a0dd6c9f54","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/350918a0dd6c9f54","status":"passed","time":{"start":1728082155359,"stop":1728082155359,"duration":0}},{"uid":"76a0edcb099f1e02","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/76a0edcb099f1e02","status":"passed","time":{"start":1728068924343,"stop":1728068924344,"duration":1}},{"uid":"48c83fb26f65db21","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/48c83fb26f65db21","status":"passed","time":{"start":1728067800589,"stop":1728067800590,"duration":1}},{"uid":"9c06ef2f88b46e9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9c06ef2f88b46e9","status":"passed","time":{"start":1728065647294,"stop":1728065647294,"duration":0}},{"uid":"74967b93dadd3a2f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/74967b93dadd3a2f","status":"passed","time":{"start":1728065936952,"stop":1728065936953,"duration":1}},{"uid":"c3cb822a4ce3aee6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c3cb822a4ce3aee6","status":"passed","time":{"start":1728056827335,"stop":1728056827335,"duration":0}},{"uid":"d93cfc54609fe6d7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d93cfc54609fe6d7","status":"passed","time":{"start":1728055999165,"stop":1728055999166,"duration":1}},{"uid":"c09198117777c556","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c09198117777c556","status":"passed","time":{"start":1728056319411,"stop":1728056319411,"duration":0}},{"uid":"752902f45275643e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/752902f45275643e","status":"passed","time":{"start":1728055130826,"stop":1728055130826,"duration":0}},{"uid":"d8349c3fbdfc9842","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d8349c3fbdfc9842","status":"passed","time":{"start":1728054109608,"stop":1728054109608,"duration":0}},{"uid":"58e887b0de3a903c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/58e887b0de3a903c","status":"passed","time":{"start":1728052387220,"stop":1728052387220,"duration":0}},{"uid":"c942ab90ce9e4671","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c942ab90ce9e4671","status":"passed","time":{"start":1728046068272,"stop":1728046068272,"duration":0}},{"uid":"4895088093ff5675","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4895088093ff5675","status":"passed","time":{"start":1728046853652,"stop":1728046853653,"duration":1}},{"uid":"b09ab162538703ae","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b09ab162538703ae","status":"passed","time":{"start":1728042923421,"stop":1728042923421,"duration":0}},{"uid":"2558646f8f3a7b81","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2558646f8f3a7b81","status":"passed","time":{"start":1728035486195,"stop":1728035486195,"duration":0}},{"uid":"4bb93a75b30bba58","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4bb93a75b30bba58","status":"passed","time":{"start":1728033402772,"stop":1728033402772,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6036dacd07cb56f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f6036dacd07cb56f","status":"passed","time":{"start":1728086056626,"stop":1728086056627,"duration":1}},{"uid":"4561ac793ba03fdc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4561ac793ba03fdc","status":"passed","time":{"start":1728085073696,"stop":1728085073696,"duration":0}},{"uid":"bc96fd4e5fe1abaa","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bc96fd4e5fe1abaa","status":"passed","time":{"start":1728083925359,"stop":1728083925360,"duration":1}},{"uid":"bac96b6c3f863c9a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bac96b6c3f863c9a","status":"passed","time":{"start":1728069104850,"stop":1728069104851,"duration":1}},{"uid":"1b4d39a14cba5d17","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1b4d39a14cba5d17","status":"passed","time":{"start":1728046256194,"stop":1728046256195,"duration":1}},{"uid":"a7d0e136c4177f2e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a7d0e136c4177f2e","status":"passed","time":{"start":1728043096696,"stop":1728043096697,"duration":1}},{"uid":"1ab27db9595b65a6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1ab27db9595b65a6","status":"passed","time":{"start":1728035661722,"stop":1728035661725,"duration":3}},{"uid":"60ce18851e5c75bb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/60ce18851e5c75bb","status":"passed","time":{"start":1728033580603,"stop":1728033580604,"duration":1}},{"uid":"9bdddb28abfa16da","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9bdddb28abfa16da","status":"passed","time":{"start":1728033205575,"stop":1728033205578,"duration":3}},{"uid":"8a8e1006e6b35a32","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8a8e1006e6b35a32","status":"passed","time":{"start":1728032779634,"stop":1728032779635,"duration":1}},{"uid":"792017dc6bb167ef","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/792017dc6bb167ef","status":"passed","time":{"start":1728032408499,"stop":1728032408499,"duration":0}},{"uid":"1cb8c2a2636d73cd","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1cb8c2a2636d73cd","status":"passed","time":{"start":1728032131451,"stop":1728032131451,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"a78dcec77618fae7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a78dcec77618fae7","status":"passed","time":{"start":1728086260320,"stop":1728086260320,"duration":0}},{"uid":"a142db8038fe048e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a142db8038fe048e","status":"passed","time":{"start":1728085269090,"stop":1728085269090,"duration":0}},{"uid":"9d7a81e20d616cd8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9d7a81e20d616cd8","status":"passed","time":{"start":1728069312643,"stop":1728069312644,"duration":1}},{"uid":"e41c26141ff534a2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e41c26141ff534a2","status":"passed","time":{"start":1728046423457,"stop":1728046423457,"duration":0}},{"uid":"20dff5056ff793a2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/20dff5056ff793a2","status":"passed","time":{"start":1728043297192,"stop":1728043297192,"duration":0}},{"uid":"ef357deecf22cf01","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ef357deecf22cf01","status":"passed","time":{"start":1728035880177,"stop":1728035880178,"duration":1}},{"uid":"e5741d901c12047b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e5741d901c12047b","status":"passed","time":{"start":1728033788843,"stop":1728033788843,"duration":0}},{"uid":"e24d1d9f20eb2630","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e24d1d9f20eb2630","status":"passed","time":{"start":1728033423657,"stop":1728033423657,"duration":0}},{"uid":"fe49ce121190e06e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/fe49ce121190e06e","status":"passed","time":{"start":1728032985164,"stop":1728032985165,"duration":1}},{"uid":"f5da0cf72debd4f6","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f5da0cf72debd4f6","status":"passed","time":{"start":1728032614958,"stop":1728032614958,"duration":0}},{"uid":"744fb2b2493d1e80","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/744fb2b2493d1e80","status":"passed","time":{"start":1728032348418,"stop":1728032348418,"duration":0}}]},"0604ceba14f46c5fbbb3ea9426c415fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"832d877bd6b5e483","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/832d877bd6b5e483","status":"passed","time":{"start":1728046448373,"stop":1728046448374,"duration":1}}]},"62d74222df07c911520012f027e4e384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6533eccc92911dfe","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6533eccc92911dfe","status":"passed","time":{"start":1728066341477,"stop":1728066341478,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":22,"passed":0,"unknown":0,"total":22},"items":[{"uid":"30b3399ce9fb4f2e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/30b3399ce9fb4f2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086203141,"stop":1728086203141,"duration":0}},{"uid":"54a8b0b9beb1722a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/54a8b0b9beb1722a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085221337,"stop":1728085221337,"duration":0}},{"uid":"6c0463162e1cd8b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6c0463162e1cd8b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084029194,"stop":1728084029195,"duration":1}},{"uid":"b542a1b3835b9662","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b542a1b3835b9662","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083083021,"stop":1728083083025,"duration":4}},{"uid":"718acf4bb329ea7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/718acf4bb329ea7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082390985,"stop":1728082390986,"duration":1}},{"uid":"f62292ce32497be7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f62292ce32497be7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069248386,"stop":1728069248386,"duration":0}},{"uid":"19ac682b82974da8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/19ac682b82974da8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068031259,"stop":1728068031259,"duration":0}},{"uid":"7e3cf92f24b8bb03","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7e3cf92f24b8bb03","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066046611,"stop":1728066046611,"duration":0}},{"uid":"71b24a31f583cbf4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/71b24a31f583cbf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066341481,"stop":1728066341481,"duration":0}},{"uid":"68b4fa6f119dc665","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/68b4fa6f119dc665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057209571,"stop":1728057209571,"duration":0}},{"uid":"2e832589ebaa0440","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2e832589ebaa0440","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056305034,"stop":1728056305034,"duration":0}},{"uid":"ef0722d39dde8b83","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ef0722d39dde8b83","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056720934,"stop":1728056720934,"duration":0}},{"uid":"d65130cef5375e88","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d65130cef5375e88","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052606351,"stop":1728052606351,"duration":0}},{"uid":"45561c8fa45554e7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/45561c8fa45554e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046448379,"stop":1728046448380,"duration":1}},{"uid":"40ac0d1db7e3074e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/40ac0d1db7e3074e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047258635,"stop":1728047258636,"duration":1}},{"uid":"c8c894aa9ad7fec9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c8c894aa9ad7fec9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043238305,"stop":1728043238305,"duration":0}},{"uid":"770ed7e8c02f2f3b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/770ed7e8c02f2f3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035872179,"stop":1728035872180,"duration":1}},{"uid":"31e6ce0bb1dfcbb8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/31e6ce0bb1dfcbb8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033783677,"stop":1728033783677,"duration":0}},{"uid":"90f1c559001c65f0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/90f1c559001c65f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033410936,"stop":1728033410936,"duration":0}},{"uid":"21e5c2c1fc0b83ac","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/21e5c2c1fc0b83ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032924245,"stop":1728032924245,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e21372ada50b4ef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e21372ada50b4ef","status":"passed","time":{"start":1728086032745,"stop":1728086032745,"duration":0}},{"uid":"10021800ac2a38","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/10021800ac2a38","status":"passed","time":{"start":1728085050226,"stop":1728085050226,"duration":0}},{"uid":"8ded4e49a22c11d1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8ded4e49a22c11d1","status":"passed","time":{"start":1728083903382,"stop":1728083903382,"duration":0}},{"uid":"b02046f1f17a2985","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b02046f1f17a2985","status":"passed","time":{"start":1728082964243,"stop":1728082964243,"duration":0}},{"uid":"6e0e8650e2c0479d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6e0e8650e2c0479d","status":"passed","time":{"start":1728082280692,"stop":1728082280692,"duration":0}},{"uid":"99ebdd5ad6f1702a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/99ebdd5ad6f1702a","status":"passed","time":{"start":1728069077479,"stop":1728069077479,"duration":0}},{"uid":"993392f77bb75b87","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/993392f77bb75b87","status":"passed","time":{"start":1728067917857,"stop":1728067917858,"duration":1}},{"uid":"9687e20a8ead0b2f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9687e20a8ead0b2f","status":"passed","time":{"start":1728043075257,"stop":1728043075258,"duration":1}},{"uid":"3537105f0f3ae4f5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3537105f0f3ae4f5","status":"passed","time":{"start":1728035638320,"stop":1728035638321,"duration":1}},{"uid":"6622391ce2b996e7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6622391ce2b996e7","status":"passed","time":{"start":1728033557524,"stop":1728033557524,"duration":0}},{"uid":"7e4569f3b30d0e3a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7e4569f3b30d0e3a","status":"passed","time":{"start":1728033182557,"stop":1728033182558,"duration":1}},{"uid":"2910b58aebdb17ca","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2910b58aebdb17ca","status":"passed","time":{"start":1728032755544,"stop":1728032755545,"duration":1}},{"uid":"be8c716b6663eb73","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/be8c716b6663eb73","status":"passed","time":{"start":1728032388401,"stop":1728032388401,"duration":0}},{"uid":"eff4a7cd5f6fbfe5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/eff4a7cd5f6fbfe5","status":"passed","time":{"start":1728032113351,"stop":1728032113353,"duration":2}}]},"b09215ca778ec4de2fcf38aac0faaf22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3db7a21420524593","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3db7a21420524593","status":"passed","time":{"start":1728043204122,"stop":1728043204123,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"18f249ce54d1f583","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/18f249ce54d1f583","status":"passed","time":{"start":1728085887949,"stop":1728085887950,"duration":1}},{"uid":"58c1f064af81c61b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/58c1f064af81c61b","status":"passed","time":{"start":1728084901037,"stop":1728084901037,"duration":0}},{"uid":"8742b16ac3e1a73d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8742b16ac3e1a73d","status":"passed","time":{"start":1728083767738,"stop":1728083767738,"duration":0}},{"uid":"c9f5bc70d2400be8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c9f5bc70d2400be8","status":"passed","time":{"start":1728082831085,"stop":1728082831085,"duration":0}},{"uid":"1b61384b270e7c7c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1b61384b270e7c7c","status":"passed","time":{"start":1728082163257,"stop":1728082163257,"duration":0}},{"uid":"5da9c15fbbca2c88","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5da9c15fbbca2c88","status":"passed","time":{"start":1728068932329,"stop":1728068932329,"duration":0}},{"uid":"3f97876b624bb992","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3f97876b624bb992","status":"passed","time":{"start":1728067808310,"stop":1728067808310,"duration":0}},{"uid":"a21bbc3e24c2860d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a21bbc3e24c2860d","status":"passed","time":{"start":1728065654941,"stop":1728065654942,"duration":1}},{"uid":"17ba555f1025a438","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/17ba555f1025a438","status":"passed","time":{"start":1728065944723,"stop":1728065944724,"duration":1}},{"uid":"71ba3bf4334f596a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/71ba3bf4334f596a","status":"passed","time":{"start":1728056835004,"stop":1728056835004,"duration":0}},{"uid":"3b3ff35e61ad678e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3b3ff35e61ad678e","status":"passed","time":{"start":1728056007092,"stop":1728056007093,"duration":1}},{"uid":"f101310405bdd241","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f101310405bdd241","status":"passed","time":{"start":1728056327239,"stop":1728056327239,"duration":0}},{"uid":"fdb17ac2ceb60370","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fdb17ac2ceb60370","status":"passed","time":{"start":1728055138666,"stop":1728055138666,"duration":0}},{"uid":"5c650dfe6f9c5a0","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5c650dfe6f9c5a0","status":"passed","time":{"start":1728054117451,"stop":1728054117451,"duration":0}},{"uid":"18a4b30708d9dab7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/18a4b30708d9dab7","status":"passed","time":{"start":1728052394961,"stop":1728052394961,"duration":0}},{"uid":"8445a231d8161c7c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8445a231d8161c7c","status":"passed","time":{"start":1728046076375,"stop":1728046076375,"duration":0}},{"uid":"3e2fa920b3cbf2f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3e2fa920b3cbf2f","status":"passed","time":{"start":1728046861540,"stop":1728046861540,"duration":0}},{"uid":"5624af096b68b830","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5624af096b68b830","status":"passed","time":{"start":1728042931176,"stop":1728042931176,"duration":0}},{"uid":"bddf179179758541","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bddf179179758541","status":"passed","time":{"start":1728035493996,"stop":1728035493997,"duration":1}},{"uid":"78b4ebf0de6b5b09","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/78b4ebf0de6b5b09","status":"passed","time":{"start":1728033410790,"stop":1728033410791,"duration":1}}]},"32fe09e0badccf9e4a427b6134ce3604:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57ead8e1822dcb75","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/57ead8e1822dcb75","status":"passed","time":{"start":1728067440381,"stop":1728067440382,"duration":1}}]},"dc6e3beae8970b4cdf52df41b78ad701:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"ac8580d62fbe711b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ac8580d62fbe711b","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728057124854,"stop":1728057124854,"duration":0}}]},"17737f4176a733292ed0ace5e3bc12fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dc003ff30ffe8cf","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4dc003ff30ffe8cf","status":"passed","time":{"start":1728033182538,"stop":1728033182538,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2608b658def6acce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2608b658def6acce","status":"passed","time":{"start":1728085864171,"stop":1728085864172,"duration":1}},{"uid":"cc897ee79e72de58","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cc897ee79e72de58","status":"passed","time":{"start":1728084876400,"stop":1728084876400,"duration":0}},{"uid":"ecbbce023e44ffaf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ecbbce023e44ffaf","status":"passed","time":{"start":1728083744357,"stop":1728083744357,"duration":0}},{"uid":"9d220f9787ef531e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9d220f9787ef531e","status":"passed","time":{"start":1728082807450,"stop":1728082807450,"duration":0}},{"uid":"7134945787103943","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7134945787103943","status":"passed","time":{"start":1728082139318,"stop":1728082139318,"duration":0}},{"uid":"f3e56f519060ad27","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f3e56f519060ad27","status":"passed","time":{"start":1728068908058,"stop":1728068908058,"duration":0}},{"uid":"a82e26ef25cbf79c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a82e26ef25cbf79c","status":"passed","time":{"start":1728067784712,"stop":1728067784712,"duration":0}},{"uid":"15690b1eb117cef5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/15690b1eb117cef5","status":"passed","time":{"start":1728065631515,"stop":1728065631515,"duration":0}},{"uid":"33412f3065bb4d32","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/33412f3065bb4d32","status":"passed","time":{"start":1728065920827,"stop":1728065920827,"duration":0}},{"uid":"e7e2fb3b3aa9fbac","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e7e2fb3b3aa9fbac","status":"passed","time":{"start":1728056811585,"stop":1728056811586,"duration":1}},{"uid":"f512ba4dc0f867dd","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f512ba4dc0f867dd","status":"passed","time":{"start":1728055983142,"stop":1728055983143,"duration":1}},{"uid":"d32271cd4f668672","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d32271cd4f668672","status":"passed","time":{"start":1728056303684,"stop":1728056303684,"duration":0}},{"uid":"e4900e92906a5145","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e4900e92906a5145","status":"passed","time":{"start":1728055114815,"stop":1728055114815,"duration":0}},{"uid":"d609109117eaf8e1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d609109117eaf8e1","status":"passed","time":{"start":1728054093602,"stop":1728054093602,"duration":0}},{"uid":"af1d6d280f65f871","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/af1d6d280f65f871","status":"passed","time":{"start":1728052371188,"stop":1728052371188,"duration":0}},{"uid":"27ea1ca8c2a63674","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/27ea1ca8c2a63674","status":"passed","time":{"start":1728046051726,"stop":1728046051726,"duration":0}},{"uid":"686e881c90ddfeab","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/686e881c90ddfeab","status":"passed","time":{"start":1728046837811,"stop":1728046837811,"duration":0}},{"uid":"4cd3efdebb87cc37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4cd3efdebb87cc37","status":"passed","time":{"start":1728042907584,"stop":1728042907585,"duration":1}},{"uid":"43fced925750d3c6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/43fced925750d3c6","status":"passed","time":{"start":1728035469885,"stop":1728035469885,"duration":0}},{"uid":"a81926f1b5b6a4a4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a81926f1b5b6a4a4","status":"passed","time":{"start":1728033386396,"stop":1728033386396,"duration":0}}]},"c4818541b462f6a5f5afaf6b935d7ba9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"790630dbfd0f42a9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/790630dbfd0f42a9","status":"passed","time":{"start":1728032550370,"stop":1728032550371,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"46d275b70b16d30","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46d275b70b16d30","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0}},{"uid":"55fc5429043b71d3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/55fc5429043b71d3","status":"passed","time":{"start":1728084905005,"stop":1728084905005,"duration":0}},{"uid":"a3123e4c624e23cf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a3123e4c624e23cf","status":"passed","time":{"start":1728083771602,"stop":1728083771602,"duration":0}},{"uid":"cf8901b167bf8d0b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cf8901b167bf8d0b","status":"passed","time":{"start":1728082834942,"stop":1728082834942,"duration":0}},{"uid":"e4cf7d5c0a41d4bf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e4cf7d5c0a41d4bf","status":"passed","time":{"start":1728082166939,"stop":1728082166939,"duration":0}},{"uid":"da1bd8c1717350d0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/da1bd8c1717350d0","status":"passed","time":{"start":1728068936265,"stop":1728068936265,"duration":0}},{"uid":"80e6f90431569cf5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/80e6f90431569cf5","status":"passed","time":{"start":1728067812050,"stop":1728067812050,"duration":0}},{"uid":"1847c389e39771e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1847c389e39771e","status":"passed","time":{"start":1728065658889,"stop":1728065658890,"duration":1}},{"uid":"1704e320db40d070","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1704e320db40d070","status":"passed","time":{"start":1728065948757,"stop":1728065948758,"duration":1}},{"uid":"980c069cc81ce50a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/980c069cc81ce50a","status":"passed","time":{"start":1728056838984,"stop":1728056838984,"duration":0}},{"uid":"be297a5ad7fc368d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/be297a5ad7fc368d","status":"passed","time":{"start":1728056010876,"stop":1728056010876,"duration":0}},{"uid":"71d5212c251d5a05","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/71d5212c251d5a05","status":"passed","time":{"start":1728056331131,"stop":1728056331132,"duration":1}},{"uid":"f57354ac43277cbe","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f57354ac43277cbe","status":"passed","time":{"start":1728055142642,"stop":1728055142642,"duration":0}},{"uid":"99c936a9fe32c584","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/99c936a9fe32c584","status":"passed","time":{"start":1728054121360,"stop":1728054121360,"duration":0}},{"uid":"b82c275b452d3f0a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b82c275b452d3f0a","status":"passed","time":{"start":1728052398850,"stop":1728052398850,"duration":0}},{"uid":"4ade4596abe85c79","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4ade4596abe85c79","status":"passed","time":{"start":1728046080156,"stop":1728046080156,"duration":0}},{"uid":"5f40a08d84abeeb0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5f40a08d84abeeb0","status":"passed","time":{"start":1728046865182,"stop":1728046865182,"duration":0}},{"uid":"30e8ffe04a3e683c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/30e8ffe04a3e683c","status":"passed","time":{"start":1728042934920,"stop":1728042934920,"duration":0}},{"uid":"495ba336018c44e2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/495ba336018c44e2","status":"passed","time":{"start":1728035498000,"stop":1728035498000,"duration":0}},{"uid":"f5784c9e4de13729","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f5784c9e4de13729","status":"passed","time":{"start":1728033414706,"stop":1728033414706,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"69fedc37c28b363","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69fedc37c28b363","status":"passed","time":{"start":1728085880163,"stop":1728085880163,"duration":0}},{"uid":"a731dfe9e91faf86","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a731dfe9e91faf86","status":"passed","time":{"start":1728084892988,"stop":1728084892988,"duration":0}},{"uid":"aa36adf15a3b8fe6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/aa36adf15a3b8fe6","status":"passed","time":{"start":1728083759987,"stop":1728083759987,"duration":0}},{"uid":"8afea73a03d2ccd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8afea73a03d2ccd","status":"passed","time":{"start":1728082823296,"stop":1728082823296,"duration":0}},{"uid":"adf4a3cb8238fcc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/adf4a3cb8238fcc","status":"passed","time":{"start":1728082155360,"stop":1728082155360,"duration":0}},{"uid":"a6cbbe9db0a26264","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a6cbbe9db0a26264","status":"passed","time":{"start":1728068924344,"stop":1728068924344,"duration":0}},{"uid":"25d73abbbe474a71","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/25d73abbbe474a71","status":"passed","time":{"start":1728067800590,"stop":1728067800590,"duration":0}},{"uid":"468674b14615cae3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/468674b14615cae3","status":"passed","time":{"start":1728065647295,"stop":1728065647295,"duration":0}},{"uid":"ad43b27165076a26","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ad43b27165076a26","status":"passed","time":{"start":1728065936953,"stop":1728065936953,"duration":0}},{"uid":"6d35209b429ff6f1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6d35209b429ff6f1","status":"passed","time":{"start":1728056827335,"stop":1728056827336,"duration":1}},{"uid":"47729be2e405003f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/47729be2e405003f","status":"passed","time":{"start":1728055999166,"stop":1728055999166,"duration":0}},{"uid":"3226f96dd72decc8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3226f96dd72decc8","status":"passed","time":{"start":1728056319412,"stop":1728056319412,"duration":0}},{"uid":"40c3a4c44af6c154","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/40c3a4c44af6c154","status":"passed","time":{"start":1728055130826,"stop":1728055130827,"duration":1}},{"uid":"f578f4e12e5d482a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f578f4e12e5d482a","status":"passed","time":{"start":1728054109608,"stop":1728054109609,"duration":1}},{"uid":"e09ca134d1f4ac23","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e09ca134d1f4ac23","status":"passed","time":{"start":1728052387220,"stop":1728052387220,"duration":0}},{"uid":"9fc7b69a94eb40d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9fc7b69a94eb40d","status":"passed","time":{"start":1728046068272,"stop":1728046068272,"duration":0}},{"uid":"beed59018006d43","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/beed59018006d43","status":"passed","time":{"start":1728046853653,"stop":1728046853653,"duration":0}},{"uid":"5f758b9953cb0c73","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5f758b9953cb0c73","status":"passed","time":{"start":1728042923421,"stop":1728042923421,"duration":0}},{"uid":"6c4a46f2e8c0f382","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6c4a46f2e8c0f382","status":"passed","time":{"start":1728035486196,"stop":1728035486196,"duration":0}},{"uid":"222d6d2054701b82","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/222d6d2054701b82","status":"passed","time":{"start":1728033402772,"stop":1728033402772,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e4c4420e98307408","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e4c4420e98307408","status":"passed","time":{"start":1728086171697,"stop":1728086171698,"duration":1}},{"uid":"1ca6af4801b1238d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1ca6af4801b1238d","status":"passed","time":{"start":1728085184638,"stop":1728085184642,"duration":4}},{"uid":"705f1e15dbc27090","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/705f1e15dbc27090","status":"passed","time":{"start":1728084018350,"stop":1728084018350,"duration":0}},{"uid":"e626e69792731b80","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e626e69792731b80","status":"passed","time":{"start":1728083065666,"stop":1728083065667,"duration":1}},{"uid":"a8dd3a07620e2188","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a8dd3a07620e2188","status":"passed","time":{"start":1728069218826,"stop":1728069218826,"duration":0}},{"uid":"f6636442d324b654","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f6636442d324b654","status":"passed","time":{"start":1728046261824,"stop":1728046261825,"duration":1}},{"uid":"db8392fefd8e011c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/db8392fefd8e011c","status":"passed","time":{"start":1728043204078,"stop":1728043204078,"duration":0}},{"uid":"1ca04f19ed33cfdd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1ca04f19ed33cfdd","status":"passed","time":{"start":1728035785871,"stop":1728035785871,"duration":0}},{"uid":"91b6e39c3978c8ba","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/91b6e39c3978c8ba","status":"passed","time":{"start":1728033696341,"stop":1728033696342,"duration":1}},{"uid":"4d9205b1428d198f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4d9205b1428d198f","status":"passed","time":{"start":1728033319487,"stop":1728033319487,"duration":0}},{"uid":"9e2ed28554cd0a4e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9e2ed28554cd0a4e","status":"passed","time":{"start":1728032886550,"stop":1728032886551,"duration":1}},{"uid":"4cd850ebf08836d8","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4cd850ebf08836d8","status":"passed","time":{"start":1728032520629,"stop":1728032520629,"duration":0}},{"uid":"a98683d99208f246","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a98683d99208f246","status":"passed","time":{"start":1728032252769,"stop":1728032252770,"duration":1}}]},"6bce99ee99152d95d2a3a846a8403da1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69233f8d9fa84d5d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/69233f8d9fa84d5d","status":"passed","time":{"start":1728057700430,"stop":1728057700430,"duration":0}}]},"4009e16e264dc0d7db5132499c62235e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"188826394a19b8d8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/188826394a19b8d8","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494804,"stop":1728047494804,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"bdf3e1ce72f6ad30","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bdf3e1ce72f6ad30","status":"passed","time":{"start":1728086033928,"stop":1728086033928,"duration":0}},{"uid":"f0dc2648e12b5953","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f0dc2648e12b5953","status":"passed","time":{"start":1728085047264,"stop":1728085047264,"duration":0}},{"uid":"22e73d05f2946b93","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/22e73d05f2946b93","status":"passed","time":{"start":1728083902783,"stop":1728083902783,"duration":0}},{"uid":"b0d499dd45a954a7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b0d499dd45a954a7","status":"passed","time":{"start":1728082961529,"stop":1728082961530,"duration":1}},{"uid":"b8b7838181dcf0b1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b8b7838181dcf0b1","status":"passed","time":{"start":1728082284037,"stop":1728082284037,"duration":0}},{"uid":"b042a3cb4fc36368","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b042a3cb4fc36368","status":"passed","time":{"start":1728069082690,"stop":1728069082691,"duration":1}},{"uid":"b1900270755e9379","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b1900270755e9379","status":"passed","time":{"start":1728067941400,"stop":1728067941401,"duration":1}},{"uid":"cb683f9c9a4b53c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cb683f9c9a4b53c0","status":"passed","time":{"start":1728066171577,"stop":1728066171578,"duration":1}},{"uid":"fe824a90480b81bf","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fe824a90480b81bf","status":"passed","time":{"start":1728066512896,"stop":1728066512897,"duration":1}},{"uid":"f690433c8b917092","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f690433c8b917092","status":"passed","time":{"start":1728057355645,"stop":1728057355646,"duration":1}},{"uid":"8707c7ccce41cf0e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8707c7ccce41cf0e","status":"passed","time":{"start":1728056563515,"stop":1728056563515,"duration":0}},{"uid":"743c6abf1e2d0666","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/743c6abf1e2d0666","status":"passed","time":{"start":1728056935480,"stop":1728056935480,"duration":0}},{"uid":"c5fc5d57908b7bce","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c5fc5d57908b7bce","status":"passed","time":{"start":1728055614346,"stop":1728055614346,"duration":0}},{"uid":"fbe300d74eaa72d1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/fbe300d74eaa72d1","status":"passed","time":{"start":1728054752370,"stop":1728054752370,"duration":0}},{"uid":"3a4c5f5af2e9d094","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3a4c5f5af2e9d094","status":"passed","time":{"start":1728052861027,"stop":1728052861027,"duration":0}},{"uid":"ff26086fc86a0f85","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ff26086fc86a0f85","status":"passed","time":{"start":1728046783432,"stop":1728046783432,"duration":0}},{"uid":"1b88b0b1b39969bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1b88b0b1b39969bd","status":"passed","time":{"start":1728047429503,"stop":1728047429504,"duration":1}},{"uid":"a2eeacf663901499","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a2eeacf663901499","status":"passed","time":{"start":1728043084158,"stop":1728043084158,"duration":0}},{"uid":"55d76a74cffa7439","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/55d76a74cffa7439","status":"passed","time":{"start":1728035601407,"stop":1728035601408,"duration":1}},{"uid":"b220bd1b3c5eed01","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b220bd1b3c5eed01","status":"passed","time":{"start":1728033520582,"stop":1728033520582,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"aba4f98cf23f457","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aba4f98cf23f457","status":"passed","time":{"start":1728086260326,"stop":1728086260326,"duration":0}},{"uid":"51738844ee105218","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/51738844ee105218","status":"passed","time":{"start":1728085269095,"stop":1728085269095,"duration":0}},{"uid":"9e4e24cb4028c7e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9e4e24cb4028c7e2","status":"passed","time":{"start":1728069312651,"stop":1728069312654,"duration":3}},{"uid":"c04897770a457970","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c04897770a457970","status":"passed","time":{"start":1728046423467,"stop":1728046423467,"duration":0}},{"uid":"512db4d0c9843479","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/512db4d0c9843479","status":"passed","time":{"start":1728043297214,"stop":1728043297214,"duration":0}},{"uid":"85e91363a67e6249","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/85e91363a67e6249","status":"passed","time":{"start":1728035880196,"stop":1728035880197,"duration":1}},{"uid":"1758028b107db973","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1758028b107db973","status":"passed","time":{"start":1728033788852,"stop":1728033788853,"duration":1}},{"uid":"ac5c46a809b9a1dd","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ac5c46a809b9a1dd","status":"passed","time":{"start":1728033423668,"stop":1728033423668,"duration":0}},{"uid":"d2034c44d25bf81e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d2034c44d25bf81e","status":"passed","time":{"start":1728032985180,"stop":1728032985180,"duration":0}},{"uid":"9c988297bdc4f012","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/9c988297bdc4f012","status":"passed","time":{"start":1728032614964,"stop":1728032614964,"duration":0}},{"uid":"4a72a5870f51f6ef","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4a72a5870f51f6ef","status":"passed","time":{"start":1728032348443,"stop":1728032348443,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c82bda72ac4f335","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c82bda72ac4f335","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0}},{"uid":"a57ac71039f1e4e5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a57ac71039f1e4e5","status":"passed","time":{"start":1728085207499,"stop":1728085207504,"duration":5}},{"uid":"108599eefcaf217c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/108599eefcaf217c","status":"passed","time":{"start":1728084038292,"stop":1728084038294,"duration":2}},{"uid":"689d03f7bc5660f9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/689d03f7bc5660f9","status":"passed","time":{"start":1728083118114,"stop":1728083118115,"duration":1}},{"uid":"2f32f162a6ce730d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2f32f162a6ce730d","status":"passed","time":{"start":1728082399711,"stop":1728082399711,"duration":0}},{"uid":"9acfc67269513e46","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9acfc67269513e46","status":"passed","time":{"start":1728069237587,"stop":1728069237587,"duration":0}},{"uid":"baec15eadbcba147","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/baec15eadbcba147","status":"passed","time":{"start":1728068055945,"stop":1728068055945,"duration":0}},{"uid":"adc69a6d2c42b8cd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/adc69a6d2c42b8cd","status":"passed","time":{"start":1728043232170,"stop":1728043232171,"duration":1}},{"uid":"430e673433f27fa9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/430e673433f27fa9","status":"passed","time":{"start":1728035844059,"stop":1728035844059,"duration":0}},{"uid":"20328e8b1b06255c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/20328e8b1b06255c","status":"passed","time":{"start":1728033765888,"stop":1728033765889,"duration":1}},{"uid":"a980b6fc363edbf","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a980b6fc363edbf","status":"passed","time":{"start":1728033382959,"stop":1728033382959,"duration":0}},{"uid":"4b9074d60560702b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4b9074d60560702b","status":"passed","time":{"start":1728032914499,"stop":1728032914499,"duration":0}},{"uid":"2cdd61b98fb7bcac","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2cdd61b98fb7bcac","status":"passed","time":{"start":1728032550367,"stop":1728032550368,"duration":1}},{"uid":"94b083ba22efedc8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/94b083ba22efedc8","status":"passed","time":{"start":1728032274025,"stop":1728032274025,"duration":0}}]},"337ac95eb871fadb50360e9113795df0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7cba3074c611f80","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c7cba3074c611f80","status":"passed","time":{"start":1728086260656,"stop":1728086260656,"duration":0}}]},"6912b293934936108c6222af4cccd9f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6601eff56032dca","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a6601eff56032dca","status":"passed","time":{"start":1728033440728,"stop":1728033440728,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd6e426618fdfe94","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bd6e426618fdfe94","status":"passed","time":{"start":1728086258655,"stop":1728086258656,"duration":1}},{"uid":"37812a797667a4df","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/37812a797667a4df","status":"passed","time":{"start":1728085280461,"stop":1728085280461,"duration":0}},{"uid":"c9fdcff2674d4179","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c9fdcff2674d4179","status":"passed","time":{"start":1728084082621,"stop":1728084082621,"duration":0}},{"uid":"9c019a9bb9f8976c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9c019a9bb9f8976c","status":"passed","time":{"start":1728083150056,"stop":1728083150057,"duration":1}},{"uid":"7451211f4f466c80","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7451211f4f466c80","status":"passed","time":{"start":1728082465646,"stop":1728082465647,"duration":1}},{"uid":"6b340b1a9f45fced","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b340b1a9f45fced","status":"passed","time":{"start":1728069307987,"stop":1728069307988,"duration":1}},{"uid":"cd17d8db9f8e93bb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cd17d8db9f8e93bb","status":"passed","time":{"start":1728068100423,"stop":1728068100423,"duration":0}},{"uid":"6f540e0aa0d326f6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6f540e0aa0d326f6","status":"passed","time":{"start":1728043296022,"stop":1728043296023,"duration":1}},{"uid":"3a3aca9f5b3ff506","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3a3aca9f5b3ff506","status":"passed","time":{"start":1728035910064,"stop":1728035910066,"duration":2}},{"uid":"156d435d6ed3bc25","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/156d435d6ed3bc25","status":"passed","time":{"start":1728033824745,"stop":1728033824745,"duration":0}},{"uid":"1550171d41540aec","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1550171d41540aec","status":"passed","time":{"start":1728033449286,"stop":1728033449286,"duration":0}},{"uid":"8a6b83f99b7ccd12","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8a6b83f99b7ccd12","status":"passed","time":{"start":1728032982556,"stop":1728032982556,"duration":0}},{"uid":"6a72262d51297dd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6a72262d51297dd","status":"passed","time":{"start":1728032626105,"stop":1728032626106,"duration":1}},{"uid":"12926a35ed0c2ba6","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/12926a35ed0c2ba6","status":"passed","time":{"start":1728032345506,"stop":1728032345507,"duration":1}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2f8a0ca10d7860cb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2f8a0ca10d7860cb","status":"passed","time":{"start":1728085864160,"stop":1728085864160,"duration":0}},{"uid":"3d7345c353721e9b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3d7345c353721e9b","status":"passed","time":{"start":1728084876388,"stop":1728084876388,"duration":0}},{"uid":"41c1b79ae88fcde7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/41c1b79ae88fcde7","status":"passed","time":{"start":1728083744345,"stop":1728083744346,"duration":1}},{"uid":"b5a18ecb0539a11","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b5a18ecb0539a11","status":"passed","time":{"start":1728082807438,"stop":1728082807439,"duration":1}},{"uid":"b9723807ec298fd4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b9723807ec298fd4","status":"passed","time":{"start":1728082139306,"stop":1728082139306,"duration":0}},{"uid":"fd455ce63a292507","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fd455ce63a292507","status":"passed","time":{"start":1728068908044,"stop":1728068908045,"duration":1}},{"uid":"78e7c3f29465719","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/78e7c3f29465719","status":"passed","time":{"start":1728067784701,"stop":1728067784701,"duration":0}},{"uid":"93545a40fc2f477c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/93545a40fc2f477c","status":"passed","time":{"start":1728065631503,"stop":1728065631504,"duration":1}},{"uid":"8d8bc24a4eab4e33","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8d8bc24a4eab4e33","status":"passed","time":{"start":1728065920815,"stop":1728065920815,"duration":0}},{"uid":"bd29edbe2b9ba0c3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd29edbe2b9ba0c3","status":"passed","time":{"start":1728056811574,"stop":1728056811574,"duration":0}},{"uid":"930f5ab0c7731cb3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/930f5ab0c7731cb3","status":"passed","time":{"start":1728055983130,"stop":1728055983131,"duration":1}},{"uid":"f3ca0a16555d6d22","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f3ca0a16555d6d22","status":"passed","time":{"start":1728056303674,"stop":1728056303675,"duration":1}},{"uid":"e85300d3ab22c88","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e85300d3ab22c88","status":"passed","time":{"start":1728055114803,"stop":1728055114803,"duration":0}},{"uid":"4d44f21ef2d1e60","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4d44f21ef2d1e60","status":"passed","time":{"start":1728054093589,"stop":1728054093589,"duration":0}},{"uid":"47850b2702336f91","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/47850b2702336f91","status":"passed","time":{"start":1728052371172,"stop":1728052371173,"duration":1}},{"uid":"c7acd1ad54367c71","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c7acd1ad54367c71","status":"passed","time":{"start":1728046051713,"stop":1728046051713,"duration":0}},{"uid":"1866281a90b872f0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1866281a90b872f0","status":"passed","time":{"start":1728046837801,"stop":1728046837801,"duration":0}},{"uid":"a340f2b4f1aa4bc4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a340f2b4f1aa4bc4","status":"passed","time":{"start":1728042907574,"stop":1728042907574,"duration":0}},{"uid":"de0b8e05ea113285","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/de0b8e05ea113285","status":"passed","time":{"start":1728035469876,"stop":1728035469876,"duration":0}},{"uid":"749929c4d1ffbdb3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/749929c4d1ffbdb3","status":"passed","time":{"start":1728033386384,"stop":1728033386384,"duration":0}}]},"a15350ed0105830f67393261ba96075b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4548063245a66006","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4548063245a66006","status":"passed","time":{"start":1728069281358,"stop":1728069281360,"duration":2}}]},"46eabdef7df8104bca3c34319fa4b818:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39027c51c025458f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/39027c51c025458f","status":"passed","time":{"start":1728043300956,"stop":1728043300956,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da4a17aadacba647","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da4a17aadacba647","status":"passed","time":{"start":1728086171708,"stop":1728086171708,"duration":0}},{"uid":"d1b40320c1f6fcdd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d1b40320c1f6fcdd","status":"passed","time":{"start":1728085184708,"stop":1728085184712,"duration":4}},{"uid":"52f456259e4d33f5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/52f456259e4d33f5","status":"passed","time":{"start":1728084018361,"stop":1728084018361,"duration":0}},{"uid":"977ac8b62c203597","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/977ac8b62c203597","status":"passed","time":{"start":1728083065684,"stop":1728083065684,"duration":0}},{"uid":"833fac2e0ed2039b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/833fac2e0ed2039b","status":"passed","time":{"start":1728069218844,"stop":1728069218844,"duration":0}},{"uid":"e06465b95596441e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e06465b95596441e","status":"passed","time":{"start":1728046261837,"stop":1728046261839,"duration":2}},{"uid":"7dc9f12c2eb4f8bf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7dc9f12c2eb4f8bf","status":"passed","time":{"start":1728043204120,"stop":1728043204121,"duration":1}},{"uid":"73f3990603447e94","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/73f3990603447e94","status":"passed","time":{"start":1728035785881,"stop":1728035785882,"duration":1}},{"uid":"5318f7752dedc388","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5318f7752dedc388","status":"passed","time":{"start":1728033696359,"stop":1728033696360,"duration":1}},{"uid":"30018e1d005f39ed","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/30018e1d005f39ed","status":"passed","time":{"start":1728033319498,"stop":1728033319498,"duration":0}},{"uid":"c180ef8bd6ab73a9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c180ef8bd6ab73a9","status":"passed","time":{"start":1728032886560,"stop":1728032886560,"duration":0}},{"uid":"2fbb76dcdb40a586","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2fbb76dcdb40a586","status":"passed","time":{"start":1728032520653,"stop":1728032520654,"duration":1}},{"uid":"dcbd47f77c14ab7e","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/dcbd47f77c14ab7e","status":"passed","time":{"start":1728032252779,"stop":1728032252780,"duration":1}}]},"e75e1be40e0b82d79714b261fcafc9b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87a80a2339a12b6d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/87a80a2339a12b6d","status":"passed","time":{"start":1728053941726,"stop":1728053941726,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d85982409454e3a4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d85982409454e3a4","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0}},{"uid":"828b313fc45ce712","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/828b313fc45ce712","status":"passed","time":{"start":1728085269092,"stop":1728085269092,"duration":0}},{"uid":"b0d3cfbde203c375","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b0d3cfbde203c375","status":"passed","time":{"start":1728069312646,"stop":1728069312646,"duration":0}},{"uid":"5b42fe233d3759f2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5b42fe233d3759f2","status":"passed","time":{"start":1728046423461,"stop":1728046423462,"duration":1}},{"uid":"be174a75f5973057","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/be174a75f5973057","status":"passed","time":{"start":1728043297199,"stop":1728043297200,"duration":1}},{"uid":"5fb7973610e02b18","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5fb7973610e02b18","status":"passed","time":{"start":1728035880186,"stop":1728035880187,"duration":1}},{"uid":"6c2e266c3e7ca67f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6c2e266c3e7ca67f","status":"passed","time":{"start":1728033788845,"stop":1728033788845,"duration":0}},{"uid":"6c74073e09b0cee3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6c74073e09b0cee3","status":"passed","time":{"start":1728033423663,"stop":1728033423663,"duration":0}},{"uid":"c55b8bbc8d0b0c4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c55b8bbc8d0b0c4","status":"passed","time":{"start":1728032985172,"stop":1728032985172,"duration":0}},{"uid":"76bc21d077ad0729","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/76bc21d077ad0729","status":"passed","time":{"start":1728032614960,"stop":1728032614960,"duration":0}},{"uid":"247b044e19450135","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/247b044e19450135","status":"passed","time":{"start":1728032348430,"stop":1728032348431,"duration":1}}]},"fd3b3f42814b37c01b57e3c4e6b5af59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e419e5a637055741","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e419e5a637055741","status":"passed","time":{"start":1728033823633,"stop":1728033823633,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab59db78f38daa78","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab59db78f38daa78","status":"passed","time":{"start":1728086192532,"stop":1728086192533,"duration":1}},{"uid":"49d2038f09975a2d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/49d2038f09975a2d","status":"passed","time":{"start":1728085207506,"stop":1728085207506,"duration":0}},{"uid":"e1fb11ddd3c01f60","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e1fb11ddd3c01f60","status":"passed","time":{"start":1728084038299,"stop":1728084038299,"duration":0}},{"uid":"3d87489909b6eff3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3d87489909b6eff3","status":"passed","time":{"start":1728083118119,"stop":1728083118119,"duration":0}},{"uid":"535073cd03f92fed","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/535073cd03f92fed","status":"passed","time":{"start":1728082399713,"stop":1728082399713,"duration":0}},{"uid":"9224c55646af2b9f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9224c55646af2b9f","status":"passed","time":{"start":1728069237589,"stop":1728069237590,"duration":1}},{"uid":"650ad88432ed803c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/650ad88432ed803c","status":"passed","time":{"start":1728068055949,"stop":1728068055949,"duration":0}},{"uid":"5b2e22dc3016c1a5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5b2e22dc3016c1a5","status":"passed","time":{"start":1728043232173,"stop":1728043232173,"duration":0}},{"uid":"34c8e899488d990","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/34c8e899488d990","status":"passed","time":{"start":1728035844063,"stop":1728035844063,"duration":0}},{"uid":"38612348e48371c5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/38612348e48371c5","status":"passed","time":{"start":1728033765892,"stop":1728033765892,"duration":0}},{"uid":"ebeb6dd2bb31ef20","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ebeb6dd2bb31ef20","status":"passed","time":{"start":1728033382963,"stop":1728033382964,"duration":1}},{"uid":"cc872cb32f61b51d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/cc872cb32f61b51d","status":"passed","time":{"start":1728032914506,"stop":1728032914506,"duration":0}},{"uid":"535fe37588fd6152","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/535fe37588fd6152","status":"passed","time":{"start":1728032550370,"stop":1728032550370,"duration":0}},{"uid":"80e79fdae7e7b470","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/80e79fdae7e7b470","status":"passed","time":{"start":1728032274027,"stop":1728032274027,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"9ee340042492613b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ee340042492613b","status":"passed","time":{"start":1728086260322,"stop":1728086260322,"duration":0}},{"uid":"9237501c3df68d92","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9237501c3df68d92","status":"passed","time":{"start":1728085269091,"stop":1728085269091,"duration":0}},{"uid":"8af699eb03e4b1aa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8af699eb03e4b1aa","status":"passed","time":{"start":1728069312645,"stop":1728069312646,"duration":1}},{"uid":"715ce55a4798642c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/715ce55a4798642c","status":"passed","time":{"start":1728046423460,"stop":1728046423460,"duration":0}},{"uid":"6124f05ff6044d19","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6124f05ff6044d19","status":"passed","time":{"start":1728043297193,"stop":1728043297198,"duration":5}},{"uid":"332482f66d165f7f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/332482f66d165f7f","status":"passed","time":{"start":1728035880181,"stop":1728035880181,"duration":0}},{"uid":"31f9826a3218bc73","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/31f9826a3218bc73","status":"passed","time":{"start":1728033788844,"stop":1728033788844,"duration":0}},{"uid":"4e7ab833e705067b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4e7ab833e705067b","status":"passed","time":{"start":1728033423661,"stop":1728033423662,"duration":1}},{"uid":"4db8258c0cd157c4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4db8258c0cd157c4","status":"passed","time":{"start":1728032985171,"stop":1728032985171,"duration":0}},{"uid":"d8c4f6eff03f1214","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d8c4f6eff03f1214","status":"passed","time":{"start":1728032614959,"stop":1728032614959,"duration":0}},{"uid":"dc04c3a759f761a9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/dc04c3a759f761a9","status":"passed","time":{"start":1728032348425,"stop":1728032348425,"duration":0}}]},"0ec08a1aa528ae9924a37411077bc22d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67c9c76e9ed9022c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/67c9c76e9ed9022c","status":"passed","time":{"start":1728055090237,"stop":1728055090238,"duration":1}}]},"bcce836a42f7656a8cabb155c3885e4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9232f96b5e852ae2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9232f96b5e852ae2","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494805,"stop":1728047494806,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aed43f61be8deaa0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aed43f61be8deaa0","status":"passed","time":{"start":1728086192510,"stop":1728086192510,"duration":0}},{"uid":"9f834e68963580c0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9f834e68963580c0","status":"passed","time":{"start":1728085207475,"stop":1728085207475,"duration":0}},{"uid":"eee7e06f5edd61ea","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/eee7e06f5edd61ea","status":"passed","time":{"start":1728084038264,"stop":1728084038264,"duration":0}},{"uid":"67560e6da6a7f86c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/67560e6da6a7f86c","status":"passed","time":{"start":1728083118096,"stop":1728083118097,"duration":1}},{"uid":"f55aaeacd36569a1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f55aaeacd36569a1","status":"passed","time":{"start":1728082399694,"stop":1728082399695,"duration":1}},{"uid":"f29bd0581aa63921","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f29bd0581aa63921","status":"passed","time":{"start":1728069237561,"stop":1728069237561,"duration":0}},{"uid":"700a079754853e67","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/700a079754853e67","status":"passed","time":{"start":1728068055912,"stop":1728068055913,"duration":1}},{"uid":"b6fea5ba3cf2cb20","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b6fea5ba3cf2cb20","status":"passed","time":{"start":1728043232157,"stop":1728043232157,"duration":0}},{"uid":"20b0b84f6502e452","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/20b0b84f6502e452","status":"passed","time":{"start":1728035844031,"stop":1728035844033,"duration":2}},{"uid":"9fa9b8eefb2d940d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9fa9b8eefb2d940d","status":"passed","time":{"start":1728033765872,"stop":1728033765873,"duration":1}},{"uid":"f29e7f3018dc99a7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f29e7f3018dc99a7","status":"passed","time":{"start":1728033382935,"stop":1728033382935,"duration":0}},{"uid":"d0be368715be3b85","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d0be368715be3b85","status":"passed","time":{"start":1728032914484,"stop":1728032914485,"duration":1}},{"uid":"d1e8d02e5c2f153a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d1e8d02e5c2f153a","status":"passed","time":{"start":1728032550342,"stop":1728032550344,"duration":2}},{"uid":"df033468af7e60fa","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/df033468af7e60fa","status":"passed","time":{"start":1728032274002,"stop":1728032274003,"duration":1}}]},"1fc46464bc8854240a41a4b63d52ef3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b58bee28e34ac418","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b58bee28e34ac418","status":"passed","time":{"start":1728068031256,"stop":1728068031256,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"3b0f0e8332a71773","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3b0f0e8332a71773","status":"passed","time":{"start":1728085872741,"stop":1728085872742,"duration":1}},{"uid":"f03ae0b97957b629","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f03ae0b97957b629","status":"passed","time":{"start":1728084885251,"stop":1728084885251,"duration":0}},{"uid":"95c93c7f680eb77","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/95c93c7f680eb77","status":"passed","time":{"start":1728083752741,"stop":1728083752741,"duration":0}},{"uid":"47a36bb1aae233b8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/47a36bb1aae233b8","status":"passed","time":{"start":1728082815931,"stop":1728082815932,"duration":1}},{"uid":"4bdca8d45481a5f5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4bdca8d45481a5f5","status":"passed","time":{"start":1728082147997,"stop":1728082147997,"duration":0}},{"uid":"c1a0bfd3eb95c48a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c1a0bfd3eb95c48a","status":"passed","time":{"start":1728068916839,"stop":1728068916840,"duration":1}},{"uid":"705a2bd4b705133","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/705a2bd4b705133","status":"passed","time":{"start":1728067793131,"stop":1728067793132,"duration":1}},{"uid":"b0862616ec2bbd72","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b0862616ec2bbd72","status":"passed","time":{"start":1728065639901,"stop":1728065639902,"duration":1}},{"uid":"51be68ed408766b2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/51be68ed408766b2","status":"passed","time":{"start":1728065929468,"stop":1728065929468,"duration":0}},{"uid":"471d646b478afa1d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/471d646b478afa1d","status":"passed","time":{"start":1728056820055,"stop":1728056820056,"duration":1}},{"uid":"dbebc5beb915b99a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/dbebc5beb915b99a","status":"passed","time":{"start":1728055991704,"stop":1728055991704,"duration":0}},{"uid":"80ef69a9867b7c3e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/80ef69a9867b7c3e","status":"passed","time":{"start":1728056312124,"stop":1728056312124,"duration":0}},{"uid":"3037c4c770270038","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3037c4c770270038","status":"passed","time":{"start":1728055123413,"stop":1728055123413,"duration":0}},{"uid":"b0ef9e727fb18f98","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b0ef9e727fb18f98","status":"passed","time":{"start":1728054102194,"stop":1728054102194,"duration":0}},{"uid":"21681d8e793ef271","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/21681d8e793ef271","status":"passed","time":{"start":1728052379783,"stop":1728052379784,"duration":1}},{"uid":"498423874ecfe28d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/498423874ecfe28d","status":"passed","time":{"start":1728046060547,"stop":1728046060547,"duration":0}},{"uid":"9b6708cd49145536","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9b6708cd49145536","status":"passed","time":{"start":1728046846356,"stop":1728046846356,"duration":0}},{"uid":"7c86fd87002ba9b3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7c86fd87002ba9b3","status":"passed","time":{"start":1728042916067,"stop":1728042916067,"duration":0}},{"uid":"533708acb1d48c04","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/533708acb1d48c04","status":"passed","time":{"start":1728035478725,"stop":1728035478726,"duration":1}},{"uid":"947eeef49844a0b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/947eeef49844a0b","status":"passed","time":{"start":1728033395127,"stop":1728033395127,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"48bcc2a628c056c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/48bcc2a628c056c3","status":"passed","time":{"start":1728085872738,"stop":1728085872738,"duration":0}},{"uid":"4e39d1e75d6bea1f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4e39d1e75d6bea1f","status":"passed","time":{"start":1728084885246,"stop":1728084885247,"duration":1}},{"uid":"fed7ad2e5b6d7f60","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fed7ad2e5b6d7f60","status":"passed","time":{"start":1728083752737,"stop":1728083752737,"duration":0}},{"uid":"6c0d26327297b1fb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6c0d26327297b1fb","status":"passed","time":{"start":1728082815927,"stop":1728082815927,"duration":0}},{"uid":"cb5d6d7551a74a9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cb5d6d7551a74a9","status":"passed","time":{"start":1728082147993,"stop":1728082147993,"duration":0}},{"uid":"74ccc5f7e09c475a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/74ccc5f7e09c475a","status":"passed","time":{"start":1728068916835,"stop":1728068916836,"duration":1}},{"uid":"3a48236d1bb01384","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3a48236d1bb01384","status":"passed","time":{"start":1728067793128,"stop":1728067793128,"duration":0}},{"uid":"591b63290c80fc52","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/591b63290c80fc52","status":"passed","time":{"start":1728065639896,"stop":1728065639897,"duration":1}},{"uid":"7cd4307ff5f76a9e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7cd4307ff5f76a9e","status":"passed","time":{"start":1728065929464,"stop":1728065929464,"duration":0}},{"uid":"c705d1f0f80ebafc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c705d1f0f80ebafc","status":"passed","time":{"start":1728056820051,"stop":1728056820052,"duration":1}},{"uid":"bb8bcf2e3ee92df7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bb8bcf2e3ee92df7","status":"passed","time":{"start":1728055991700,"stop":1728055991700,"duration":0}},{"uid":"8c9f9172073358ee","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8c9f9172073358ee","status":"passed","time":{"start":1728056312120,"stop":1728056312120,"duration":0}},{"uid":"6bbe9906db182d9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6bbe9906db182d9","status":"passed","time":{"start":1728055123409,"stop":1728055123409,"duration":0}},{"uid":"f6eafeae905fd879","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f6eafeae905fd879","status":"passed","time":{"start":1728054102189,"stop":1728054102190,"duration":1}},{"uid":"e01cd47cca407765","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e01cd47cca407765","status":"passed","time":{"start":1728052379779,"stop":1728052379780,"duration":1}},{"uid":"3f2c501515ec21c8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3f2c501515ec21c8","status":"passed","time":{"start":1728046060543,"stop":1728046060543,"duration":0}},{"uid":"5c6bcaf388add441","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5c6bcaf388add441","status":"passed","time":{"start":1728046846352,"stop":1728046846353,"duration":1}},{"uid":"7de7b08ef7e192d9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7de7b08ef7e192d9","status":"passed","time":{"start":1728042916063,"stop":1728042916064,"duration":1}},{"uid":"6e9adee3bc859ae3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6e9adee3bc859ae3","status":"passed","time":{"start":1728035478721,"stop":1728035478722,"duration":1}},{"uid":"25d250bc374c7884","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/25d250bc374c7884","status":"passed","time":{"start":1728033395123,"stop":1728033395124,"duration":1}}]},"36c79ef4d03b849469e973596d9c189e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb9f40f9db37600d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bb9f40f9db37600d","status":"passed","time":{"start":1728085254229,"stop":1728085254229,"duration":0}}]},"5ae24bc4de14bb2dc2559a03411759a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e53ea4022afc6871","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e53ea4022afc6871","status":"passed","time":{"start":1728083083002,"stop":1728083083003,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"24c0a3e2fbefd2af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/24c0a3e2fbefd2af","status":"passed","time":{"start":1728086196551,"stop":1728086196560,"duration":9}},{"uid":"a8d19e72d2ecb132","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a8d19e72d2ecb132","status":"passed","time":{"start":1728085210781,"stop":1728085210781,"duration":0}},{"uid":"e9e78471b9b58f27","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e9e78471b9b58f27","status":"passed","time":{"start":1728084019218,"stop":1728084019218,"duration":0}},{"uid":"cb9026adec858e81","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cb9026adec858e81","status":"passed","time":{"start":1728083073181,"stop":1728083073181,"duration":0}},{"uid":"58c22bea5aec6cec","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/58c22bea5aec6cec","status":"passed","time":{"start":1728082380602,"stop":1728082380602,"duration":0}},{"uid":"a031d81353aebc6f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a031d81353aebc6f","status":"passed","time":{"start":1728069243908,"stop":1728069243909,"duration":1}},{"uid":"d432646c42c5cb14","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d432646c42c5cb14","status":"passed","time":{"start":1728068023976,"stop":1728068023977,"duration":1}},{"uid":"7fc1186d7f8b68cb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7fc1186d7f8b68cb","status":"passed","time":{"start":1728066039427,"stop":1728066039428,"duration":1}},{"uid":"ebe6f08fb388c9e2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ebe6f08fb388c9e2","status":"passed","time":{"start":1728066332298,"stop":1728066332298,"duration":0}},{"uid":"e600234736fd4511","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e600234736fd4511","status":"passed","time":{"start":1728057201500,"stop":1728057201500,"duration":0}},{"uid":"d5f3914c35104117","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d5f3914c35104117","status":"passed","time":{"start":1728056297748,"stop":1728056297748,"duration":0}},{"uid":"a5c7156a5d8b704f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a5c7156a5d8b704f","status":"passed","time":{"start":1728056712670,"stop":1728056712671,"duration":1}},{"uid":"58f310a78c5b1b70","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/58f310a78c5b1b70","status":"passed","time":{"start":1728046441176,"stop":1728046441176,"duration":0}},{"uid":"9c3d4a74d112a46f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9c3d4a74d112a46f","status":"passed","time":{"start":1728047249311,"stop":1728047249311,"duration":0}},{"uid":"f7e41f7c0b4bdf3b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f7e41f7c0b4bdf3b","status":"passed","time":{"start":1728043229837,"stop":1728043229838,"duration":1}},{"uid":"79ff53907718a12b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/79ff53907718a12b","status":"passed","time":{"start":1728035863630,"stop":1728035863631,"duration":1}},{"uid":"718d606d5672ed5a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/718d606d5672ed5a","status":"passed","time":{"start":1728033776180,"stop":1728033776180,"duration":0}},{"uid":"a09b44a2c962a07f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a09b44a2c962a07f","status":"passed","time":{"start":1728033398516,"stop":1728033398516,"duration":0}},{"uid":"93a7be5085efd91b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/93a7be5085efd91b","status":"passed","time":{"start":1728032910526,"stop":1728032910526,"duration":0}},{"uid":"b6e99171a79b7e3e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b6e99171a79b7e3e","status":"passed","time":{"start":1728032542833,"stop":1728032542833,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1bffb8415a229fdc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1bffb8415a229fdc","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0}},{"uid":"369e7365a2b18f3a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/369e7365a2b18f3a","status":"passed","time":{"start":1728084884504,"stop":1728084884505,"duration":1}},{"uid":"d9529b5e5b3145ce","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d9529b5e5b3145ce","status":"passed","time":{"start":1728083751990,"stop":1728083751991,"duration":1}},{"uid":"22d782baadec991a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/22d782baadec991a","status":"passed","time":{"start":1728082815037,"stop":1728082815037,"duration":0}},{"uid":"436136a6777a2923","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/436136a6777a2923","status":"passed","time":{"start":1728082147324,"stop":1728082147324,"duration":0}},{"uid":"5fec4042765bd2ab","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5fec4042765bd2ab","status":"passed","time":{"start":1728068916322,"stop":1728068916322,"duration":0}},{"uid":"8167209e775b9a16","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8167209e775b9a16","status":"passed","time":{"start":1728067792192,"stop":1728067792193,"duration":1}},{"uid":"b0e0ef902f603184","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b0e0ef902f603184","status":"passed","time":{"start":1728065639259,"stop":1728065639259,"duration":0}},{"uid":"dd0b12c496600228","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/dd0b12c496600228","status":"passed","time":{"start":1728065928760,"stop":1728065928760,"duration":0}},{"uid":"b9bdc4225d4502a9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b9bdc4225d4502a9","status":"passed","time":{"start":1728056819202,"stop":1728056819203,"duration":1}},{"uid":"33a5c3f787d28a50","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/33a5c3f787d28a50","status":"passed","time":{"start":1728055990811,"stop":1728055990811,"duration":0}},{"uid":"2f8cce69025e63b0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/2f8cce69025e63b0","status":"passed","time":{"start":1728056311524,"stop":1728056311525,"duration":1}},{"uid":"4912e40a7034ef2f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4912e40a7034ef2f","status":"passed","time":{"start":1728055122707,"stop":1728055122708,"duration":1}},{"uid":"f2c0f624efdda7a2","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f2c0f624efdda7a2","status":"passed","time":{"start":1728054101379,"stop":1728054101380,"duration":1}},{"uid":"af9a05b52ec1b802","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/af9a05b52ec1b802","status":"passed","time":{"start":1728052379039,"stop":1728052379039,"duration":0}},{"uid":"38b7e00e1cbbfbf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/38b7e00e1cbbfbf","status":"passed","time":{"start":1728046059827,"stop":1728046059828,"duration":1}},{"uid":"226f9704834f153","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/226f9704834f153","status":"passed","time":{"start":1728046845712,"stop":1728046845713,"duration":1}},{"uid":"ffecd2ad557aa20e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ffecd2ad557aa20e","status":"passed","time":{"start":1728042915328,"stop":1728042915331,"duration":3}},{"uid":"c48d77a853988d45","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c48d77a853988d45","status":"passed","time":{"start":1728035477910,"stop":1728035477911,"duration":1}},{"uid":"2e5d96922586cbd5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2e5d96922586cbd5","status":"passed","time":{"start":1728033394401,"stop":1728033394401,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"3dccd48e0ca34ae3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3dccd48e0ca34ae3","status":"passed","time":{"start":1728086260309,"stop":1728086260309,"duration":0}},{"uid":"6b72ca7b31289ae7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6b72ca7b31289ae7","status":"passed","time":{"start":1728085269079,"stop":1728085269079,"duration":0}},{"uid":"2e0afe76a21d247f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2e0afe76a21d247f","status":"passed","time":{"start":1728069312631,"stop":1728069312631,"duration":0}},{"uid":"ab381b2b9da45ec1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ab381b2b9da45ec1","status":"passed","time":{"start":1728046423437,"stop":1728046423437,"duration":0}},{"uid":"9eeb802f284c57f6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9eeb802f284c57f6","status":"passed","time":{"start":1728043297177,"stop":1728043297177,"duration":0}},{"uid":"748a29d8202ed6e7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/748a29d8202ed6e7","status":"passed","time":{"start":1728035880154,"stop":1728035880154,"duration":0}},{"uid":"9d22a03e37a98c24","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9d22a03e37a98c24","status":"passed","time":{"start":1728033788809,"stop":1728033788811,"duration":2}},{"uid":"c936c5ca7e0c47fe","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c936c5ca7e0c47fe","status":"passed","time":{"start":1728033423636,"stop":1728033423637,"duration":1}},{"uid":"e9d57f2d873595cc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e9d57f2d873595cc","status":"passed","time":{"start":1728032985128,"stop":1728032985132,"duration":4}},{"uid":"4d12060906b04f83","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4d12060906b04f83","status":"passed","time":{"start":1728032614940,"stop":1728032614940,"duration":0}},{"uid":"9093c381b81133b5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/9093c381b81133b5","status":"passed","time":{"start":1728032348373,"stop":1728032348373,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"8953c0982d2eb2aa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8953c0982d2eb2aa","status":"passed","time":{"start":1728086260325,"stop":1728086260326,"duration":1}},{"uid":"e8df6efa71581eb3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e8df6efa71581eb3","status":"passed","time":{"start":1728085269095,"stop":1728085269095,"duration":0}},{"uid":"29f9098b80fa8526","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/29f9098b80fa8526","status":"passed","time":{"start":1728069312650,"stop":1728069312651,"duration":1}},{"uid":"474f146d662aae78","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/474f146d662aae78","status":"passed","time":{"start":1728046423466,"stop":1728046423467,"duration":1}},{"uid":"a92eac76847a5f79","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a92eac76847a5f79","status":"passed","time":{"start":1728043297213,"stop":1728043297214,"duration":1}},{"uid":"c37b381b15cc0dc5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c37b381b15cc0dc5","status":"passed","time":{"start":1728035880196,"stop":1728035880196,"duration":0}},{"uid":"eb76875e739631fe","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/eb76875e739631fe","status":"passed","time":{"start":1728033788852,"stop":1728033788852,"duration":0}},{"uid":"9793b339f4cb723a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9793b339f4cb723a","status":"passed","time":{"start":1728033423667,"stop":1728033423668,"duration":1}},{"uid":"e79a6c3bacc63f5a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e79a6c3bacc63f5a","status":"passed","time":{"start":1728032985180,"stop":1728032985180,"duration":0}},{"uid":"efaf03b98220145a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/efaf03b98220145a","status":"passed","time":{"start":1728032614963,"stop":1728032614963,"duration":0}},{"uid":"ae3af59d83d835ff","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ae3af59d83d835ff","status":"passed","time":{"start":1728032348438,"stop":1728032348443,"duration":5}}]},"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"e0cb1a643011ae68","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e0cb1a643011ae68","status":"passed","time":{"start":1728086150786,"stop":1728086150787,"duration":1}},{"uid":"8c38ba856ac006d2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8c38ba856ac006d2","status":"passed","time":{"start":1728085165541,"stop":1728085165541,"duration":0}},{"uid":"fa06d572dfbcfb1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fa06d572dfbcfb1","status":"passed","time":{"start":1728083991603,"stop":1728083991603,"duration":0}},{"uid":"5c6b5aebb92c1a20","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5c6b5aebb92c1a20","status":"passed","time":{"start":1728083028056,"stop":1728083028057,"duration":1}},{"uid":"b9a054c677665e0b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b9a054c677665e0b","status":"passed","time":{"start":1728082357533,"stop":1728082357533,"duration":0}},{"uid":"7bad1a2aa2de1e48","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7bad1a2aa2de1e48","status":"passed","time":{"start":1728069194216,"stop":1728069194217,"duration":1}},{"uid":"e9e0071b89a08aca","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e9e0071b89a08aca","status":"passed","time":{"start":1728067984175,"stop":1728067984175,"duration":0}},{"uid":"81b80dc951da2bf8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/81b80dc951da2bf8","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548720,"stop":1728066548720,"duration":0}},{"uid":"40ff5c0938833150","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/40ff5c0938833150","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835729,"stop":1728066835729,"duration":0}},{"uid":"28f9960154848d17","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/28f9960154848d17","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726217,"stop":1728057726217,"duration":0}},{"uid":"d0164c72e1b9f214","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d0164c72e1b9f214","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209774,"stop":1728057209774,"duration":0}},{"uid":"945a135533a4e4b4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/945a135533a4e4b4","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965594,"stop":1728046965595,"duration":1}},{"uid":"819a99de992cef9f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/819a99de992cef9f","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762413,"stop":1728047762413,"duration":0}},{"uid":"7b296e099ed25c56","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7b296e099ed25c56","status":"passed","time":{"start":1728043179153,"stop":1728043179153,"duration":0}},{"uid":"f18f9ce7ba5df0b8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f18f9ce7ba5df0b8","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035952265,"stop":1728035952266,"duration":1}},{"uid":"31173809333f75d1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/31173809333f75d1","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033874152,"stop":1728033874152,"duration":0}},{"uid":"9eca403d4b018884","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9eca403d4b018884","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033497568,"stop":1728033497568,"duration":0}},{"uid":"4ce4d8e5c4ef215f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4ce4d8e5c4ef215f","status":"passed","time":{"start":1728032861196,"stop":1728032861196,"duration":0}},{"uid":"f737a5e9c545617","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f737a5e9c545617","status":"passed","time":{"start":1728032518176,"stop":1728032518177,"duration":1}},{"uid":"6f61b22329434c91","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6f61b22329434c91","status":"passed","time":{"start":1728032218319,"stop":1728032218319,"duration":0}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6d7ee481989e5601","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6d7ee481989e5601","status":"passed","time":{"start":1728085887437,"stop":1728085887437,"duration":0}},{"uid":"5e81188811079a15","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5e81188811079a15","status":"passed","time":{"start":1728084900531,"stop":1728084900531,"duration":0}},{"uid":"eb40939e30119c0f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/eb40939e30119c0f","status":"passed","time":{"start":1728083767233,"stop":1728083767233,"duration":0}},{"uid":"e7560e9593c66d3a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e7560e9593c66d3a","status":"passed","time":{"start":1728082830570,"stop":1728082830570,"duration":0}},{"uid":"59747d143f21dd7f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/59747d143f21dd7f","status":"passed","time":{"start":1728082162542,"stop":1728082162543,"duration":1}},{"uid":"c48659a30c9c565","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c48659a30c9c565","status":"passed","time":{"start":1728068931716,"stop":1728068931717,"duration":1}},{"uid":"9284c70901311cd2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9284c70901311cd2","status":"passed","time":{"start":1728067808084,"stop":1728067808084,"duration":0}},{"uid":"3aa028d68efa5e2d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3aa028d68efa5e2d","status":"passed","time":{"start":1728065654540,"stop":1728065654540,"duration":0}},{"uid":"9f5dab6e797f75c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9f5dab6e797f75c","status":"passed","time":{"start":1728065944493,"stop":1728065944493,"duration":0}},{"uid":"6d0fcd71221738e4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6d0fcd71221738e4","status":"passed","time":{"start":1728056834643,"stop":1728056834643,"duration":0}},{"uid":"b4cf42e9bab18d1d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b4cf42e9bab18d1d","status":"passed","time":{"start":1728056006885,"stop":1728056006885,"duration":0}},{"uid":"f4c6b85887f4a447","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f4c6b85887f4a447","status":"passed","time":{"start":1728056326839,"stop":1728056326839,"duration":0}},{"uid":"dd83553fad3ffb9b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/dd83553fad3ffb9b","status":"passed","time":{"start":1728055138054,"stop":1728055138055,"duration":1}},{"uid":"1fe7971bee3ff6fa","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1fe7971bee3ff6fa","status":"passed","time":{"start":1728054117014,"stop":1728054117014,"duration":0}},{"uid":"110a7ddcd35a2f93","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/110a7ddcd35a2f93","status":"passed","time":{"start":1728052394766,"stop":1728052394767,"duration":1}},{"uid":"d0d6300c5737a493","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d0d6300c5737a493","status":"passed","time":{"start":1728046076003,"stop":1728046076004,"duration":1}},{"uid":"c420d643a1bdb29e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c420d643a1bdb29e","status":"passed","time":{"start":1728046860683,"stop":1728046860684,"duration":1}},{"uid":"a17d7b8ebd1657b2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a17d7b8ebd1657b2","status":"passed","time":{"start":1728042930499,"stop":1728042930499,"duration":0}},{"uid":"a073a40db84f5ec2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a073a40db84f5ec2","status":"passed","time":{"start":1728035493362,"stop":1728035493362,"duration":0}},{"uid":"116ee70d10cb0a75","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/116ee70d10cb0a75","status":"passed","time":{"start":1728033410207,"stop":1728033410208,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"280f30ce77d7b097","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/280f30ce77d7b097","status":"passed","time":{"start":1728086032737,"stop":1728086032737,"duration":0}},{"uid":"1aae80a888ec98f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1aae80a888ec98f","status":"passed","time":{"start":1728085050216,"stop":1728085050217,"duration":1}},{"uid":"c2a5717deb0def2e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c2a5717deb0def2e","status":"passed","time":{"start":1728083903362,"stop":1728083903363,"duration":1}},{"uid":"541a487783da7e06","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/541a487783da7e06","status":"passed","time":{"start":1728082964227,"stop":1728082964228,"duration":1}},{"uid":"4014da83ce830bd6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4014da83ce830bd6","status":"passed","time":{"start":1728082280683,"stop":1728082280684,"duration":1}},{"uid":"4a2f5bd42ace6529","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4a2f5bd42ace6529","status":"passed","time":{"start":1728069077442,"stop":1728069077450,"duration":8}},{"uid":"37268949608b9944","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/37268949608b9944","status":"passed","time":{"start":1728067917849,"stop":1728067917849,"duration":0}},{"uid":"e7490ce59e409d7f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e7490ce59e409d7f","status":"passed","time":{"start":1728043075248,"stop":1728043075249,"duration":1}},{"uid":"67a0a75d95cd374b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/67a0a75d95cd374b","status":"passed","time":{"start":1728035638292,"stop":1728035638293,"duration":1}},{"uid":"b76b163515d9fc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b76b163515d9fc","status":"passed","time":{"start":1728033557509,"stop":1728033557510,"duration":1}},{"uid":"55617517b9877f2c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/55617517b9877f2c","status":"passed","time":{"start":1728033182522,"stop":1728033182522,"duration":0}},{"uid":"ba3fc1157ccbb36e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ba3fc1157ccbb36e","status":"passed","time":{"start":1728032755523,"stop":1728032755523,"duration":0}},{"uid":"a76ec6fa3bb831bf","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a76ec6fa3bb831bf","status":"passed","time":{"start":1728032388393,"stop":1728032388393,"duration":0}},{"uid":"7cc187e629e1fb73","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7cc187e629e1fb73","status":"passed","time":{"start":1728032113261,"stop":1728032113261,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"9e24fd848bdece28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e24fd848bdece28","status":"passed","time":{"start":1728086207855,"stop":1728086207855,"duration":0}},{"uid":"f6e5fe0a92796c76","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f6e5fe0a92796c76","status":"passed","time":{"start":1728085227782,"stop":1728085227782,"duration":0}},{"uid":"5d1ee473c9ba4c78","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5d1ee473c9ba4c78","status":"passed","time":{"start":1728084031086,"stop":1728084031086,"duration":0}},{"uid":"54fcf9decfa8a1aa","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/54fcf9decfa8a1aa","status":"passed","time":{"start":1728083085060,"stop":1728083085060,"duration":0}},{"uid":"e8e2de694e510bb5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e8e2de694e510bb5","status":"passed","time":{"start":1728082402952,"stop":1728082402952,"duration":0}},{"uid":"661180da26119e7a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/661180da26119e7a","status":"passed","time":{"start":1728069256716,"stop":1728069256716,"duration":0}},{"uid":"2adec7414cadff91","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2adec7414cadff91","status":"passed","time":{"start":1728068039042,"stop":1728068039042,"duration":0}},{"uid":"72970fd19ba17ea6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/72970fd19ba17ea6","status":"passed","time":{"start":1728066054972,"stop":1728066054972,"duration":0}},{"uid":"bdd389ffdccfcc95","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bdd389ffdccfcc95","status":"passed","time":{"start":1728066345489,"stop":1728066345490,"duration":1}},{"uid":"936cf20b596168a8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/936cf20b596168a8","status":"passed","time":{"start":1728057218511,"stop":1728057218512,"duration":1}},{"uid":"fbe1d867707fc0b3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fbe1d867707fc0b3","status":"passed","time":{"start":1728056313094,"stop":1728056313094,"duration":0}},{"uid":"8595e55c8fa3e491","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8595e55c8fa3e491","status":"passed","time":{"start":1728056731752,"stop":1728056731756,"duration":4}},{"uid":"10dbb038ce38fa0d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/10dbb038ce38fa0d","status":"passed","time":{"start":1728052615124,"stop":1728052615124,"duration":0}},{"uid":"5805bb9ccc868f28","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5805bb9ccc868f28","status":"passed","time":{"start":1728046456496,"stop":1728046456497,"duration":1}},{"uid":"2abbc45bd745a931","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2abbc45bd745a931","status":"passed","time":{"start":1728047262756,"stop":1728047262756,"duration":0}},{"uid":"580c9e771f28ac5a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/580c9e771f28ac5a","status":"passed","time":{"start":1728043245038,"stop":1728043245046,"duration":8}},{"uid":"50b223a1e975447","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/50b223a1e975447","status":"passed","time":{"start":1728035876556,"stop":1728035876556,"duration":0}},{"uid":"b72f47878e021ad9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b72f47878e021ad9","status":"passed","time":{"start":1728033795248,"stop":1728033795248,"duration":0}},{"uid":"fee0a926104de4fd","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fee0a926104de4fd","status":"passed","time":{"start":1728033412110,"stop":1728033412111,"duration":1}},{"uid":"5b0300239c02a936","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5b0300239c02a936","status":"passed","time":{"start":1728032929709,"stop":1728032929710,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"172e5304ce402b06","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/172e5304ce402b06","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0}},{"uid":"fed71a4fd8b9ef05","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fed71a4fd8b9ef05","status":"passed","time":{"start":1728085325147,"stop":1728085325147,"duration":0}},{"uid":"13338e96de1b5f82","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/13338e96de1b5f82","status":"passed","time":{"start":1728084110051,"stop":1728084110051,"duration":0}},{"uid":"6ba157d4c1aecc2a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6ba157d4c1aecc2a","status":"passed","time":{"start":1728083177503,"stop":1728083177503,"duration":0}},{"uid":"f67d0af30cdfe42f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f67d0af30cdfe42f","status":"passed","time":{"start":1728082503167,"stop":1728082503167,"duration":0}},{"uid":"908de147340142d8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/908de147340142d8","status":"passed","time":{"start":1728069339888,"stop":1728069339889,"duration":1}},{"uid":"1b92229875a5f166","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1b92229875a5f166","status":"passed","time":{"start":1728068155275,"stop":1728068155276,"duration":1}},{"uid":"753ef4344806dd1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/753ef4344806dd1","status":"passed","time":{"start":1728066442659,"stop":1728066442659,"duration":0}},{"uid":"afa22486cb8572fc","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/afa22486cb8572fc","status":"passed","time":{"start":1728066758719,"stop":1728066758719,"duration":0}},{"uid":"b1dfc7064d47a106","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b1dfc7064d47a106","status":"passed","time":{"start":1728057634528,"stop":1728057634528,"duration":0}},{"uid":"ea919e7c46b24bec","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ea919e7c46b24bec","status":"passed","time":{"start":1728057165979,"stop":1728057165979,"duration":0}},{"uid":"90091ed28e1c0f2a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/90091ed28e1c0f2a","status":"passed","time":{"start":1728046907448,"stop":1728046907449,"duration":1}},{"uid":"64617921175efd76","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/64617921175efd76","status":"passed","time":{"start":1728047695333,"stop":1728047695333,"duration":0}},{"uid":"95b030599539876a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/95b030599539876a","status":"passed","time":{"start":1728043326904,"stop":1728043326904,"duration":0}},{"uid":"a716d303f182011a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a716d303f182011a","status":"passed","time":{"start":1728035952583,"stop":1728035952583,"duration":0}},{"uid":"d1d441a91c707c4f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d1d441a91c707c4f","status":"passed","time":{"start":1728033868127,"stop":1728033868127,"duration":0}},{"uid":"833a8d3fee0fe603","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/833a8d3fee0fe603","status":"passed","time":{"start":1728033488363,"stop":1728033488364,"duration":1}},{"uid":"5de424dc8c624b22","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5de424dc8c624b22","status":"passed","time":{"start":1728033011924,"stop":1728033011924,"duration":0}},{"uid":"4b8e902de1cf9784","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4b8e902de1cf9784","status":"passed","time":{"start":1728032645886,"stop":1728032645886,"duration":0}},{"uid":"c4b4c1dc17fef3fd","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c4b4c1dc17fef3fd","status":"passed","time":{"start":1728032371677,"stop":1728032371677,"duration":0}}]},"716678cc25139a83488d07485a4b51ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f2586a006d1b376","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7f2586a006d1b376","status":"passed","time":{"start":1728082438072,"stop":1728082438074,"duration":2}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e609a82743e2286e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e609a82743e2286e","status":"passed","time":{"start":1728086226456,"stop":1728086226456,"duration":0}},{"uid":"5a5a52d09cf863c3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5a5a52d09cf863c3","status":"passed","time":{"start":1728085246256,"stop":1728085246256,"duration":0}},{"uid":"c6c38a4019d33678","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c6c38a4019d33678","status":"passed","time":{"start":1728084078512,"stop":1728084078517,"duration":5}},{"uid":"ea492700296f93ed","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ea492700296f93ed","status":"passed","time":{"start":1728083124993,"stop":1728083124994,"duration":1}},{"uid":"41f8997a0c31c085","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/41f8997a0c31c085","status":"passed","time":{"start":1728082441000,"stop":1728082441000,"duration":0}},{"uid":"a62714a6cd1d8af1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a62714a6cd1d8af1","status":"passed","time":{"start":1728069279720,"stop":1728069279720,"duration":0}},{"uid":"338c1baeee40b248","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/338c1baeee40b248","status":"passed","time":{"start":1728046402340,"stop":1728046402340,"duration":0}},{"uid":"926ffd732faca5ad","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/926ffd732faca5ad","status":"passed","time":{"start":1728043266997,"stop":1728043266997,"duration":0}},{"uid":"164da03ac965077a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/164da03ac965077a","status":"passed","time":{"start":1728035855875,"stop":1728035855875,"duration":0}},{"uid":"cae70a0f6d8e28af","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cae70a0f6d8e28af","status":"passed","time":{"start":1728033769191,"stop":1728033769191,"duration":0}},{"uid":"c6b23f6cdd563041","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c6b23f6cdd563041","status":"passed","time":{"start":1728033391610,"stop":1728033391621,"duration":11}},{"uid":"f3d638f50c82a06","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f3d638f50c82a06","status":"passed","time":{"start":1728032951626,"stop":1728032951627,"duration":1}},{"uid":"afe49e3fad3f65fa","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/afe49e3fad3f65fa","status":"passed","time":{"start":1728032582489,"stop":1728032582490,"duration":1}},{"uid":"625fca804424ace5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/625fca804424ace5","status":"passed","time":{"start":1728032304539,"stop":1728032304541,"duration":2}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"b3768744a1e053e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3768744a1e053e9","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0}},{"uid":"6778fa4e183b0ec2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6778fa4e183b0ec2","status":"passed","time":{"start":1728085210775,"stop":1728085210780,"duration":5}},{"uid":"4d190367c0d1c305","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4d190367c0d1c305","status":"passed","time":{"start":1728084019214,"stop":1728084019214,"duration":0}},{"uid":"233a15175b5a3d6f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/233a15175b5a3d6f","status":"passed","time":{"start":1728083073180,"stop":1728083073180,"duration":0}},{"uid":"fb772ae5ab5ec13","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fb772ae5ab5ec13","status":"passed","time":{"start":1728082380601,"stop":1728082380601,"duration":0}},{"uid":"9b8c28b0076011cc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9b8c28b0076011cc","status":"passed","time":{"start":1728069243907,"stop":1728069243907,"duration":0}},{"uid":"42b82d157157308f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/42b82d157157308f","status":"passed","time":{"start":1728068023974,"stop":1728068023974,"duration":0}},{"uid":"68435ac9b0c6145a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/68435ac9b0c6145a","status":"passed","time":{"start":1728066039425,"stop":1728066039426,"duration":1}},{"uid":"bc1382d6f6a6544b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/bc1382d6f6a6544b","status":"passed","time":{"start":1728066332297,"stop":1728066332297,"duration":0}},{"uid":"2df4a5e0bf958c8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2df4a5e0bf958c8","status":"passed","time":{"start":1728057201499,"stop":1728057201499,"duration":0}},{"uid":"b393839409041186","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b393839409041186","status":"passed","time":{"start":1728056297747,"stop":1728056297747,"duration":0}},{"uid":"e4fc1dbfd7ac00ad","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e4fc1dbfd7ac00ad","status":"passed","time":{"start":1728056712669,"stop":1728056712669,"duration":0}},{"uid":"2097d9b57d33f2b1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2097d9b57d33f2b1","status":"passed","time":{"start":1728046441175,"stop":1728046441175,"duration":0}},{"uid":"b4e2f938d8a7e11e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b4e2f938d8a7e11e","status":"passed","time":{"start":1728047249308,"stop":1728047249309,"duration":1}},{"uid":"d0c7d33685f72846","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d0c7d33685f72846","status":"passed","time":{"start":1728043229819,"stop":1728043229820,"duration":1}},{"uid":"8bc4172e9c95e18a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8bc4172e9c95e18a","status":"passed","time":{"start":1728035863628,"stop":1728035863629,"duration":1}},{"uid":"a37031cb78ad8ad1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a37031cb78ad8ad1","status":"passed","time":{"start":1728033776174,"stop":1728033776177,"duration":3}},{"uid":"d181d9a1e089b6e1","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d181d9a1e089b6e1","status":"passed","time":{"start":1728033398514,"stop":1728033398515,"duration":1}},{"uid":"99b8cfcaac26402a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/99b8cfcaac26402a","status":"passed","time":{"start":1728032910524,"stop":1728032910525,"duration":1}},{"uid":"393642ef1a8edba","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/393642ef1a8edba","status":"passed","time":{"start":1728032542823,"stop":1728032542824,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c17fe42e4681b1f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8c17fe42e4681b1f","status":"passed","time":{"start":1728086254812,"stop":1728086254812,"duration":0}},{"uid":"7066583b10f24b9d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7066583b10f24b9d","status":"passed","time":{"start":1728085271523,"stop":1728085271523,"duration":0}},{"uid":"a6098ffc40e52915","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a6098ffc40e52915","status":"passed","time":{"start":1728084080682,"stop":1728084080683,"duration":1}},{"uid":"3468e151c01c0087","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3468e151c01c0087","status":"passed","time":{"start":1728083141876,"stop":1728083141877,"duration":1}},{"uid":"7012cf1a5ab6b499","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7012cf1a5ab6b499","status":"passed","time":{"start":1728082445884,"stop":1728082445884,"duration":0}},{"uid":"894a8cff5cd3c173","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/894a8cff5cd3c173","status":"passed","time":{"start":1728069302767,"stop":1728069302767,"duration":0}},{"uid":"d46cfb42c8522ae8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d46cfb42c8522ae8","status":"passed","time":{"start":1728068075774,"stop":1728068075775,"duration":1}},{"uid":"de496e82304ae4bd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/de496e82304ae4bd","status":"passed","time":{"start":1728043294673,"stop":1728043294674,"duration":1}},{"uid":"b2fa37aec2bb1785","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b2fa37aec2bb1785","status":"passed","time":{"start":1728035901754,"stop":1728035901755,"duration":1}},{"uid":"7c04468bd0097a7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7c04468bd0097a7","status":"passed","time":{"start":1728033819834,"stop":1728033819834,"duration":0}},{"uid":"c82820a9484e2326","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c82820a9484e2326","status":"passed","time":{"start":1728033441771,"stop":1728033441771,"duration":0}},{"uid":"6d022cf641b4bca4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6d022cf641b4bca4","status":"passed","time":{"start":1728032974946,"stop":1728032974947,"duration":1}},{"uid":"bca9dfc0c94adab2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bca9dfc0c94adab2","status":"passed","time":{"start":1728032605740,"stop":1728032605741,"duration":1}},{"uid":"a8ef8727343441c8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a8ef8727343441c8","status":"passed","time":{"start":1728032334173,"stop":1728032334174,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"54bc0dec1fc866f0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/54bc0dec1fc866f0","status":"passed","time":{"start":1728086287862,"stop":1728086287863,"duration":1}},{"uid":"5f624bb4684962fa","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5f624bb4684962fa","status":"passed","time":{"start":1728085304813,"stop":1728085304813,"duration":0}},{"uid":"4872bcae944ad5ff","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4872bcae944ad5ff","status":"passed","time":{"start":1728084107906,"stop":1728084107906,"duration":0}},{"uid":"fb949bc0ecc4415b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fb949bc0ecc4415b","status":"passed","time":{"start":1728083169158,"stop":1728083169158,"duration":0}},{"uid":"292fdc390187ca93","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/292fdc390187ca93","status":"passed","time":{"start":1728082480693,"stop":1728082480694,"duration":1}},{"uid":"92e226786c19cc9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/92e226786c19cc9","status":"passed","time":{"start":1728069336703,"stop":1728069336705,"duration":2}},{"uid":"dec99c98022aeba9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dec99c98022aeba9","status":"passed","time":{"start":1728068123507,"stop":1728068123508,"duration":1}},{"uid":"dd1a8bccecca3935","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dd1a8bccecca3935","status":"passed","time":{"start":1728043322901,"stop":1728043322901,"duration":0}},{"uid":"e2c73ba35accc765","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e2c73ba35accc765","status":"passed","time":{"start":1728035940701,"stop":1728035940701,"duration":0}},{"uid":"fa83cd9aa8bdfc1e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fa83cd9aa8bdfc1e","status":"passed","time":{"start":1728033857147,"stop":1728033857148,"duration":1}},{"uid":"75a76ca3cb88d8b7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/75a76ca3cb88d8b7","status":"passed","time":{"start":1728033480581,"stop":1728033480584,"duration":3}},{"uid":"ac998bc3c8334f1c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ac998bc3c8334f1c","status":"passed","time":{"start":1728033003203,"stop":1728033003203,"duration":0}},{"uid":"ac1e4dde3a2e5d59","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ac1e4dde3a2e5d59","status":"passed","time":{"start":1728032641492,"stop":1728032641492,"duration":0}},{"uid":"49c8a642ceeb4d8c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/49c8a642ceeb4d8c","status":"passed","time":{"start":1728032362097,"stop":1728032362097,"duration":0}}]},"56388108d623071b4eb2fae81c3617a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42c02cf97d01dc70","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/42c02cf97d01dc70","status":"passed","time":{"start":1728035785882,"stop":1728035785882,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"27d39096f5e09c37","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/27d39096f5e09c37","status":"passed","time":{"start":1728085992917,"stop":1728085992919,"duration":2}},{"uid":"c661c78a0491618b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c661c78a0491618b","status":"passed","time":{"start":1728085011933,"stop":1728085011933,"duration":0}},{"uid":"7baa40dada14842a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7baa40dada14842a","status":"passed","time":{"start":1728083868162,"stop":1728083868163,"duration":1}},{"uid":"d0054a5640453746","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d0054a5640453746","status":"passed","time":{"start":1728082931945,"stop":1728082931946,"duration":1}},{"uid":"e6f50e2e57f1955","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e6f50e2e57f1955","status":"passed","time":{"start":1728082258403,"stop":1728082258403,"duration":0}},{"uid":"602bb86d54479d1e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/602bb86d54479d1e","status":"passed","time":{"start":1728069041429,"stop":1728069041429,"duration":0}},{"uid":"9b939f3fff2dfbdb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9b939f3fff2dfbdb","status":"passed","time":{"start":1728067910743,"stop":1728067910744,"duration":1}},{"uid":"163bce0b67bb5bc5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/163bce0b67bb5bc5","status":"passed","time":{"start":1728043037107,"stop":1728043037108,"duration":1}},{"uid":"a9cdff6611a1fb9d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a9cdff6611a1fb9d","status":"passed","time":{"start":1728035598950,"stop":1728035598950,"duration":0}},{"uid":"8818ebc3ce994f0e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8818ebc3ce994f0e","status":"passed","time":{"start":1728033517698,"stop":1728033517698,"duration":0}},{"uid":"2d5f2a57c25d3b9a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2d5f2a57c25d3b9a","status":"passed","time":{"start":1728033142466,"stop":1728033142466,"duration":0}},{"uid":"754f830287a72dec","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/754f830287a72dec","status":"passed","time":{"start":1728032710105,"stop":1728032710105,"duration":0}},{"uid":"257583f21226b260","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/257583f21226b260","status":"passed","time":{"start":1728032346544,"stop":1728032346545,"duration":1}},{"uid":"b2682401e9db75a8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b2682401e9db75a8","status":"passed","time":{"start":1728032067798,"stop":1728032067798,"duration":0}}]},"8561d70e60281eac8fc22e5d6ba90c52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f639c12ca56ac2a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1f639c12ca56ac2a","status":"passed","time":{"start":1728043269962,"stop":1728043269963,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cac5e4399eb79c34","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cac5e4399eb79c34","status":"passed","time":{"start":1728086171701,"stop":1728086171702,"duration":1}},{"uid":"2509283cf05c6d15","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2509283cf05c6d15","status":"passed","time":{"start":1728085184652,"stop":1728085184653,"duration":1}},{"uid":"15a90a83b248a47e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/15a90a83b248a47e","status":"passed","time":{"start":1728084018353,"stop":1728084018354,"duration":1}},{"uid":"1dc10be73f640265","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1dc10be73f640265","status":"passed","time":{"start":1728083065672,"stop":1728083065672,"duration":0}},{"uid":"9d1b4c342b61c598","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9d1b4c342b61c598","status":"passed","time":{"start":1728069218834,"stop":1728069218835,"duration":1}},{"uid":"3dec866bbceb42c0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3dec866bbceb42c0","status":"passed","time":{"start":1728046261830,"stop":1728046261830,"duration":0}},{"uid":"325e996f8646208","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/325e996f8646208","status":"passed","time":{"start":1728043204094,"stop":1728043204095,"duration":1}},{"uid":"52f23d6adc62e8df","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/52f23d6adc62e8df","status":"passed","time":{"start":1728035785874,"stop":1728035785875,"duration":1}},{"uid":"9d56cc857af896c8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9d56cc857af896c8","status":"passed","time":{"start":1728033696349,"stop":1728033696350,"duration":1}},{"uid":"e2ec5a20079056e0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e2ec5a20079056e0","status":"passed","time":{"start":1728033319492,"stop":1728033319493,"duration":1}},{"uid":"73a7fa4ec1b71fdb","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/73a7fa4ec1b71fdb","status":"passed","time":{"start":1728032886555,"stop":1728032886555,"duration":0}},{"uid":"7336c6812a87c5d3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7336c6812a87c5d3","status":"passed","time":{"start":1728032520640,"stop":1728032520640,"duration":0}},{"uid":"c5d072bc29411d08","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c5d072bc29411d08","status":"passed","time":{"start":1728032252773,"stop":1728032252774,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"486c3bfbc497b047","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/486c3bfbc497b047","status":"passed","time":{"start":1728085872169,"stop":1728085872169,"duration":0}},{"uid":"818fb3efe2ee60a7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/818fb3efe2ee60a7","status":"passed","time":{"start":1728084884506,"stop":1728084884507,"duration":1}},{"uid":"f5581bc68b373823","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f5581bc68b373823","status":"passed","time":{"start":1728083751993,"stop":1728083751993,"duration":0}},{"uid":"3ba5436eb0e0d84e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3ba5436eb0e0d84e","status":"passed","time":{"start":1728082815038,"stop":1728082815039,"duration":1}},{"uid":"d36b1eab768f7c3e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d36b1eab768f7c3e","status":"passed","time":{"start":1728082147325,"stop":1728082147326,"duration":1}},{"uid":"76fe62edea9b342f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/76fe62edea9b342f","status":"passed","time":{"start":1728068916322,"stop":1728068916323,"duration":1}},{"uid":"38553e8df6628336","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/38553e8df6628336","status":"passed","time":{"start":1728067792193,"stop":1728067792194,"duration":1}},{"uid":"7afb3ea7c4f18d1e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7afb3ea7c4f18d1e","status":"passed","time":{"start":1728065639261,"stop":1728065639261,"duration":0}},{"uid":"e8c57d6d2c860433","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e8c57d6d2c860433","status":"passed","time":{"start":1728065928761,"stop":1728065928761,"duration":0}},{"uid":"5ae446b41f472d1d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5ae446b41f472d1d","status":"passed","time":{"start":1728056819203,"stop":1728056819204,"duration":1}},{"uid":"e29a984d3c1c9e1f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e29a984d3c1c9e1f","status":"passed","time":{"start":1728055990812,"stop":1728055990812,"duration":0}},{"uid":"b3e7c378949ba39a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b3e7c378949ba39a","status":"passed","time":{"start":1728056311525,"stop":1728056311526,"duration":1}},{"uid":"cc566efe8cf9f8d4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/cc566efe8cf9f8d4","status":"passed","time":{"start":1728055122709,"stop":1728055122711,"duration":2}},{"uid":"7ff2a1e689934fb4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7ff2a1e689934fb4","status":"passed","time":{"start":1728054101381,"stop":1728054101382,"duration":1}},{"uid":"a6ac0e1528f3b7de","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a6ac0e1528f3b7de","status":"passed","time":{"start":1728052379040,"stop":1728052379040,"duration":0}},{"uid":"c72d764c45be2cda","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c72d764c45be2cda","status":"passed","time":{"start":1728046059829,"stop":1728046059829,"duration":0}},{"uid":"5b758aa62635d5dd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5b758aa62635d5dd","status":"passed","time":{"start":1728046845713,"stop":1728046845714,"duration":1}},{"uid":"613506b6de6fcc0b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/613506b6de6fcc0b","status":"passed","time":{"start":1728042915333,"stop":1728042915333,"duration":0}},{"uid":"391878727e18c123","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/391878727e18c123","status":"passed","time":{"start":1728035477911,"stop":1728035477912,"duration":1}},{"uid":"ed0836527a1081ba","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ed0836527a1081ba","status":"passed","time":{"start":1728033394402,"stop":1728033394404,"duration":2}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd05e64b7c2f7a61","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cd05e64b7c2f7a61","status":"passed","time":{"start":1728086192508,"stop":1728086192509,"duration":1}},{"uid":"3ac41e4e25705a5e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3ac41e4e25705a5e","status":"passed","time":{"start":1728085207473,"stop":1728085207474,"duration":1}},{"uid":"cd5958c69e0aef98","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cd5958c69e0aef98","status":"passed","time":{"start":1728084038258,"stop":1728084038258,"duration":0}},{"uid":"1cc295d19b87bfe2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1cc295d19b87bfe2","status":"passed","time":{"start":1728083118095,"stop":1728083118095,"duration":0}},{"uid":"d638b72f8750c504","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d638b72f8750c504","status":"passed","time":{"start":1728082399693,"stop":1728082399693,"duration":0}},{"uid":"99d8943b8939045f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/99d8943b8939045f","status":"passed","time":{"start":1728069237559,"stop":1728069237560,"duration":1}},{"uid":"fda1a1146b085e20","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fda1a1146b085e20","status":"passed","time":{"start":1728068055910,"stop":1728068055911,"duration":1}},{"uid":"970f43de528f9616","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/970f43de528f9616","status":"passed","time":{"start":1728043232155,"stop":1728043232156,"duration":1}},{"uid":"aba2931e7d654eda","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/aba2931e7d654eda","status":"passed","time":{"start":1728035844019,"stop":1728035844020,"duration":1}},{"uid":"24f9384a69c67e54","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/24f9384a69c67e54","status":"passed","time":{"start":1728033765871,"stop":1728033765871,"duration":0}},{"uid":"34e6863c2ca1c2e0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/34e6863c2ca1c2e0","status":"passed","time":{"start":1728033382932,"stop":1728033382933,"duration":1}},{"uid":"77e35e8f2f96a240","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/77e35e8f2f96a240","status":"passed","time":{"start":1728032914482,"stop":1728032914483,"duration":1}},{"uid":"efb660e3e3dd3f78","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/efb660e3e3dd3f78","status":"passed","time":{"start":1728032550341,"stop":1728032550341,"duration":0}},{"uid":"7e95225c36dccabf","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7e95225c36dccabf","status":"passed","time":{"start":1728032274001,"stop":1728032274001,"duration":0}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9ba2bf7881463f07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ba2bf7881463f07","status":"passed","time":{"start":1728085864144,"stop":1728085864144,"duration":0}},{"uid":"8774edab85463bb8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8774edab85463bb8","status":"passed","time":{"start":1728084876373,"stop":1728084876373,"duration":0}},{"uid":"2ae586e59d4318e4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2ae586e59d4318e4","status":"passed","time":{"start":1728083744330,"stop":1728083744330,"duration":0}},{"uid":"1d50d304e6f15f18","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1d50d304e6f15f18","status":"passed","time":{"start":1728082807422,"stop":1728082807423,"duration":1}},{"uid":"f2efabde1aa1c1e6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f2efabde1aa1c1e6","status":"passed","time":{"start":1728082139287,"stop":1728082139289,"duration":2}},{"uid":"2cb244ae6cf8994e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2cb244ae6cf8994e","status":"passed","time":{"start":1728068908026,"stop":1728068908027,"duration":1}},{"uid":"f108e2e750da5a63","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f108e2e750da5a63","status":"passed","time":{"start":1728067784684,"stop":1728067784685,"duration":1}},{"uid":"d0212fabf3eeecd6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d0212fabf3eeecd6","status":"passed","time":{"start":1728065631486,"stop":1728065631487,"duration":1}},{"uid":"3498d27b50b0fc1f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3498d27b50b0fc1f","status":"passed","time":{"start":1728065920797,"stop":1728065920797,"duration":0}},{"uid":"f1f4fb6347beceb9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f1f4fb6347beceb9","status":"passed","time":{"start":1728056811554,"stop":1728056811554,"duration":0}},{"uid":"9612b98fc46c27fb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9612b98fc46c27fb","status":"passed","time":{"start":1728055983113,"stop":1728055983114,"duration":1}},{"uid":"93fb0e4f110d3ef1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/93fb0e4f110d3ef1","status":"passed","time":{"start":1728056303665,"stop":1728056303665,"duration":0}},{"uid":"2c208a918ebc787c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2c208a918ebc787c","status":"passed","time":{"start":1728055114787,"stop":1728055114787,"duration":0}},{"uid":"ab68150205cf75f3","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ab68150205cf75f3","status":"passed","time":{"start":1728054093572,"stop":1728054093573,"duration":1}},{"uid":"9582f4296727f7be","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9582f4296727f7be","status":"passed","time":{"start":1728052371156,"stop":1728052371157,"duration":1}},{"uid":"6618dbc065a0162d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6618dbc065a0162d","status":"passed","time":{"start":1728046051695,"stop":1728046051695,"duration":0}},{"uid":"ee5ba0856af47071","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ee5ba0856af47071","status":"passed","time":{"start":1728046837785,"stop":1728046837785,"duration":0}},{"uid":"4cbb43bda164a6fb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4cbb43bda164a6fb","status":"passed","time":{"start":1728042907559,"stop":1728042907559,"duration":0}},{"uid":"4a5bbd0a0abfc89d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4a5bbd0a0abfc89d","status":"passed","time":{"start":1728035469864,"stop":1728035469864,"duration":0}},{"uid":"6b313bdd09b14904","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6b313bdd09b14904","status":"passed","time":{"start":1728033386368,"stop":1728033386369,"duration":1}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"da482fbe526e897","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da482fbe526e897","status":"passed","time":{"start":1728086270017,"stop":1728086270017,"duration":0}},{"uid":"ab39b97d38e81079","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ab39b97d38e81079","status":"passed","time":{"start":1728085288807,"stop":1728085288808,"duration":1}},{"uid":"4c2d2eb4bb3eee24","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4c2d2eb4bb3eee24","status":"passed","time":{"start":1728084090799,"stop":1728084090799,"duration":0}},{"uid":"f9c780b518f59a56","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f9c780b518f59a56","status":"passed","time":{"start":1728083159961,"stop":1728083159961,"duration":0}},{"uid":"57c0f2405aa89c83","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/57c0f2405aa89c83","status":"passed","time":{"start":1728082471128,"stop":1728082471133,"duration":5}},{"uid":"6b8a9b196917010c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b8a9b196917010c","status":"passed","time":{"start":1728069320779,"stop":1728069320779,"duration":0}},{"uid":"6e0a0db81edde208","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6e0a0db81edde208","status":"passed","time":{"start":1728068121045,"stop":1728068121045,"duration":0}},{"uid":"d13e98e2858cd30d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d13e98e2858cd30d","status":"passed","time":{"start":1728043309480,"stop":1728043309480,"duration":0}},{"uid":"ad5e970c70ecb195","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ad5e970c70ecb195","status":"passed","time":{"start":1728035935857,"stop":1728035935857,"duration":0}},{"uid":"a0047bb64c91a0f0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a0047bb64c91a0f0","status":"passed","time":{"start":1728033849933,"stop":1728033849934,"duration":1}},{"uid":"e3b320d822200290","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e3b320d822200290","status":"passed","time":{"start":1728033470263,"stop":1728033470263,"duration":0}},{"uid":"b889d4bf2209a40e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b889d4bf2209a40e","status":"passed","time":{"start":1728032994985,"stop":1728032994985,"duration":0}},{"uid":"93ea29638f395b58","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/93ea29638f395b58","status":"passed","time":{"start":1728032636436,"stop":1728032636440,"duration":4}},{"uid":"aa3bffecaa9b790b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/aa3bffecaa9b790b","status":"passed","time":{"start":1728032358014,"stop":1728032358016,"duration":2}}]},"631d4d308fcdb427171d6616e3f85b43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85c2367c49ca5213","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/85c2367c49ca5213","status":"passed","time":{"start":1728083147580,"stop":1728083147582,"duration":2}}]},"2cdc30ae3a9e617485b2ffeb3db3441d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb17cb2fa44783b7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bb17cb2fa44783b7","status":"passed","time":{"start":1728058106472,"stop":1728058106472,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2502db62d168b3ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2502db62d168b3ce","status":"passed","time":{"start":1728086258656,"stop":1728086258656,"duration":0}},{"uid":"d65916e7638237d4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d65916e7638237d4","status":"passed","time":{"start":1728085280461,"stop":1728085280462,"duration":1}},{"uid":"6c47482175efbf10","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6c47482175efbf10","status":"passed","time":{"start":1728084082624,"stop":1728084082627,"duration":3}},{"uid":"c9da249e81d3a911","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c9da249e81d3a911","status":"passed","time":{"start":1728083150058,"stop":1728083150058,"duration":0}},{"uid":"941e437b591012a9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/941e437b591012a9","status":"passed","time":{"start":1728082465647,"stop":1728082465648,"duration":1}},{"uid":"4be3388a07282c7f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4be3388a07282c7f","status":"passed","time":{"start":1728069307988,"stop":1728069307988,"duration":0}},{"uid":"50081fdaf083d939","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/50081fdaf083d939","status":"passed","time":{"start":1728068100424,"stop":1728068100424,"duration":0}},{"uid":"a05034df4f429563","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a05034df4f429563","status":"passed","time":{"start":1728043296024,"stop":1728043296024,"duration":0}},{"uid":"6ab2b0734c37847f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6ab2b0734c37847f","status":"passed","time":{"start":1728035910067,"stop":1728035910068,"duration":1}},{"uid":"bf7da854cb26ac43","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bf7da854cb26ac43","status":"passed","time":{"start":1728033824760,"stop":1728033824760,"duration":0}},{"uid":"fd65c25bb004dbb0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fd65c25bb004dbb0","status":"passed","time":{"start":1728033449287,"stop":1728033449288,"duration":1}},{"uid":"88f1acf358686fc4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/88f1acf358686fc4","status":"passed","time":{"start":1728032982558,"stop":1728032982559,"duration":1}},{"uid":"ffeb9a4bf24f8435","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ffeb9a4bf24f8435","status":"passed","time":{"start":1728032626106,"stop":1728032626106,"duration":0}},{"uid":"a72576e9e60ce8ac","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a72576e9e60ce8ac","status":"passed","time":{"start":1728032345507,"stop":1728032345507,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2c41ad45855a1950","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2c41ad45855a1950","status":"passed","time":{"start":1728086033882,"stop":1728086033882,"duration":0}},{"uid":"7404f5befbfc67f8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7404f5befbfc67f8","status":"passed","time":{"start":1728085047243,"stop":1728085047244,"duration":1}},{"uid":"bced5dadbcb081eb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bced5dadbcb081eb","status":"passed","time":{"start":1728083902767,"stop":1728083902768,"duration":1}},{"uid":"a8d71030d6010ac2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a8d71030d6010ac2","status":"passed","time":{"start":1728082961496,"stop":1728082961497,"duration":1}},{"uid":"dd6cb99b9f073e8c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/dd6cb99b9f073e8c","status":"passed","time":{"start":1728082284023,"stop":1728082284023,"duration":0}},{"uid":"a2a67e21525fde77","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a2a67e21525fde77","status":"passed","time":{"start":1728069082632,"stop":1728069082637,"duration":5}},{"uid":"397e0b0439e0bf19","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/397e0b0439e0bf19","status":"passed","time":{"start":1728067941382,"stop":1728067941382,"duration":0}},{"uid":"9726b74f14b7f465","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9726b74f14b7f465","status":"passed","time":{"start":1728066171563,"stop":1728066171563,"duration":0}},{"uid":"b4e5ed88a5b5fb87","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b4e5ed88a5b5fb87","status":"passed","time":{"start":1728066512879,"stop":1728066512880,"duration":1}},{"uid":"948ea05363b5aa7e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/948ea05363b5aa7e","status":"passed","time":{"start":1728057355626,"stop":1728057355626,"duration":0}},{"uid":"96da1fb48089d1c3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/96da1fb48089d1c3","status":"passed","time":{"start":1728056563500,"stop":1728056563500,"duration":0}},{"uid":"bc9832c57ed32344","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bc9832c57ed32344","status":"passed","time":{"start":1728056935464,"stop":1728056935465,"duration":1}},{"uid":"17e9446d3e5c31c4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/17e9446d3e5c31c4","status":"passed","time":{"start":1728055614334,"stop":1728055614335,"duration":1}},{"uid":"228a5af3daba0c91","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/228a5af3daba0c91","status":"passed","time":{"start":1728054752360,"stop":1728054752360,"duration":0}},{"uid":"9be79c281a7d671e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9be79c281a7d671e","status":"passed","time":{"start":1728052861014,"stop":1728052861015,"duration":1}},{"uid":"c8018f1e5ecc780a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c8018f1e5ecc780a","status":"passed","time":{"start":1728046783416,"stop":1728046783416,"duration":0}},{"uid":"f1265942e670351b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f1265942e670351b","status":"passed","time":{"start":1728047429490,"stop":1728047429490,"duration":0}},{"uid":"3ecb24d38f810612","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3ecb24d38f810612","status":"passed","time":{"start":1728043084132,"stop":1728043084132,"duration":0}},{"uid":"685010a496e1f98f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/685010a496e1f98f","status":"passed","time":{"start":1728035601386,"stop":1728035601386,"duration":0}},{"uid":"117f6e31dd5102e0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/117f6e31dd5102e0","status":"passed","time":{"start":1728033520522,"stop":1728033520522,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"6d314b84aacd892b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6d314b84aacd892b","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0}},{"uid":"bc44131aa0eb6ed4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bc44131aa0eb6ed4","status":"passed","time":{"start":1728085269092,"stop":1728085269093,"duration":1}},{"uid":"16cfbd0cdb7ea844","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16cfbd0cdb7ea844","status":"passed","time":{"start":1728069312647,"stop":1728069312647,"duration":0}},{"uid":"a6f68ab689d4127a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a6f68ab689d4127a","status":"passed","time":{"start":1728046423462,"stop":1728046423463,"duration":1}},{"uid":"bacd81fd3e3997fb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bacd81fd3e3997fb","status":"passed","time":{"start":1728043297200,"stop":1728043297200,"duration":0}},{"uid":"4207124da8d92d54","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4207124da8d92d54","status":"passed","time":{"start":1728035880187,"stop":1728035880188,"duration":1}},{"uid":"2d0d0032a8747af9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2d0d0032a8747af9","status":"passed","time":{"start":1728033788846,"stop":1728033788846,"duration":0}},{"uid":"fa533077cb26ef02","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fa533077cb26ef02","status":"passed","time":{"start":1728033423663,"stop":1728033423664,"duration":1}},{"uid":"e4d6ff3b75082a96","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e4d6ff3b75082a96","status":"passed","time":{"start":1728032985172,"stop":1728032985172,"duration":0}},{"uid":"7cbb0cec0ff910e9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7cbb0cec0ff910e9","status":"passed","time":{"start":1728032614960,"stop":1728032614960,"duration":0}},{"uid":"acd046825b9c13ff","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/acd046825b9c13ff","status":"passed","time":{"start":1728032348431,"stop":1728032348432,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2828243dad915f93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2828243dad915f93","status":"passed","time":{"start":1728086280293,"stop":1728086280296,"duration":3}},{"uid":"faf405055c972684","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/faf405055c972684","status":"passed","time":{"start":1728085297170,"stop":1728085297170,"duration":0}},{"uid":"2110f16dba7e43be","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2110f16dba7e43be","status":"passed","time":{"start":1728084101597,"stop":1728084101597,"duration":0}},{"uid":"e087f463d2726460","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e087f463d2726460","status":"passed","time":{"start":1728083169858,"stop":1728083169859,"duration":1}},{"uid":"89236906cd121c7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/89236906cd121c7","status":"passed","time":{"start":1728082475841,"stop":1728082475841,"duration":0}},{"uid":"d467b5893e9859f0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d467b5893e9859f0","status":"passed","time":{"start":1728069329393,"stop":1728069329394,"duration":1}},{"uid":"69d5d55bec8161ea","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/69d5d55bec8161ea","status":"passed","time":{"start":1728068125741,"stop":1728068125742,"duration":1}},{"uid":"cc5a584ac1808efa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc5a584ac1808efa","status":"passed","time":{"start":1728043317195,"stop":1728043317196,"duration":1}},{"uid":"fe6ef34d5012c08b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fe6ef34d5012c08b","status":"passed","time":{"start":1728035933005,"stop":1728035933006,"duration":1}},{"uid":"9d52269316ca976d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9d52269316ca976d","status":"passed","time":{"start":1728033847980,"stop":1728033847980,"duration":0}},{"uid":"29131542c555f157","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/29131542c555f157","status":"passed","time":{"start":1728033470896,"stop":1728033470896,"duration":0}},{"uid":"c2a98beddd4c129","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c2a98beddd4c129","status":"passed","time":{"start":1728033006390,"stop":1728033006391,"duration":1}},{"uid":"39fd6001e250e5ca","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/39fd6001e250e5ca","status":"passed","time":{"start":1728032635841,"stop":1728032635841,"duration":0}},{"uid":"dc1718f2ea225d7a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/dc1718f2ea225d7a","status":"passed","time":{"start":1728032367228,"stop":1728032367229,"duration":1}}]},"55ade75bcaaf6ba9e6efb806d72ecde4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17931677057540e0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/17931677057540e0","status":"passed","time":{"start":1728082422907,"stop":1728082422907,"duration":0}}]},"29ac76fbb2550e912a7928303346f99b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee01ccb1bc02d28c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ee01ccb1bc02d28c","status":"passed","time":{"start":1728085207509,"stop":1728085207510,"duration":1}}]},"c338b0c87f49e60c7e349c3b675a9437:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b21b90912bd1703e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b21b90912bd1703e","status":"passed","time":{"start":1728083118119,"stop":1728083118120,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"63fcdec0eccbfe19","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/63fcdec0eccbfe19","status":"passed","time":{"start":1728085872739,"stop":1728085872739,"duration":0}},{"uid":"cdb2ecab5ef8df24","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cdb2ecab5ef8df24","status":"passed","time":{"start":1728084885248,"stop":1728084885248,"duration":0}},{"uid":"b1eead6850684181","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b1eead6850684181","status":"passed","time":{"start":1728083752738,"stop":1728083752738,"duration":0}},{"uid":"7d1286cfa6b1c290","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7d1286cfa6b1c290","status":"passed","time":{"start":1728082815928,"stop":1728082815928,"duration":0}},{"uid":"a2353b6b4975f347","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a2353b6b4975f347","status":"passed","time":{"start":1728082147994,"stop":1728082147994,"duration":0}},{"uid":"ad20659f1a7230cb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ad20659f1a7230cb","status":"passed","time":{"start":1728068916837,"stop":1728068916837,"duration":0}},{"uid":"c1b9f73637566120","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c1b9f73637566120","status":"passed","time":{"start":1728067793129,"stop":1728067793129,"duration":0}},{"uid":"9d7c735532cfa494","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9d7c735532cfa494","status":"passed","time":{"start":1728065639897,"stop":1728065639898,"duration":1}},{"uid":"e9d42be6d376d188","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e9d42be6d376d188","status":"passed","time":{"start":1728065929465,"stop":1728065929465,"duration":0}},{"uid":"39a63bda8d998c12","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/39a63bda8d998c12","status":"passed","time":{"start":1728056820053,"stop":1728056820053,"duration":0}},{"uid":"18515b1e25527acb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/18515b1e25527acb","status":"passed","time":{"start":1728055991701,"stop":1728055991701,"duration":0}},{"uid":"52013db2e60181f0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/52013db2e60181f0","status":"passed","time":{"start":1728056312121,"stop":1728056312121,"duration":0}},{"uid":"901e026dfb82c6e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/901e026dfb82c6e","status":"passed","time":{"start":1728055123410,"stop":1728055123410,"duration":0}},{"uid":"52b5d332d3c03756","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/52b5d332d3c03756","status":"passed","time":{"start":1728054102191,"stop":1728054102191,"duration":0}},{"uid":"7800a398d75e650b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7800a398d75e650b","status":"passed","time":{"start":1728052379780,"stop":1728052379781,"duration":1}},{"uid":"b5d9268958360156","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b5d9268958360156","status":"passed","time":{"start":1728046060544,"stop":1728046060544,"duration":0}},{"uid":"84d1b0341cf0b8d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/84d1b0341cf0b8d","status":"passed","time":{"start":1728046846353,"stop":1728046846354,"duration":1}},{"uid":"7a9578cee9920e6f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7a9578cee9920e6f","status":"passed","time":{"start":1728042916064,"stop":1728042916064,"duration":0}},{"uid":"4321a52b41122fe7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4321a52b41122fe7","status":"passed","time":{"start":1728035478722,"stop":1728035478723,"duration":1}},{"uid":"427105b13effa5c4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/427105b13effa5c4","status":"passed","time":{"start":1728033395124,"stop":1728033395125,"duration":1}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1cd04203140537a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1cd04203140537a0","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0}},{"uid":"bf1b88ad065bc686","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bf1b88ad065bc686","status":"passed","time":{"start":1728084876397,"stop":1728084876398,"duration":1}},{"uid":"e5b71db32f6d3e61","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e5b71db32f6d3e61","status":"passed","time":{"start":1728083744354,"stop":1728083744355,"duration":1}},{"uid":"89a8d6afe83c05a5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/89a8d6afe83c05a5","status":"passed","time":{"start":1728082807447,"stop":1728082807447,"duration":0}},{"uid":"ac973a4c572d43d6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ac973a4c572d43d6","status":"passed","time":{"start":1728082139315,"stop":1728082139316,"duration":1}},{"uid":"1bb77b6b0d7d5d45","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1bb77b6b0d7d5d45","status":"passed","time":{"start":1728068908055,"stop":1728068908055,"duration":0}},{"uid":"517e031990476729","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/517e031990476729","status":"passed","time":{"start":1728067784709,"stop":1728067784710,"duration":1}},{"uid":"2dcc0c282cef9e59","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2dcc0c282cef9e59","status":"passed","time":{"start":1728065631512,"stop":1728065631512,"duration":0}},{"uid":"8f473d36b2a86514","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8f473d36b2a86514","status":"passed","time":{"start":1728065920824,"stop":1728065920825,"duration":1}},{"uid":"dae503bccd989d84","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dae503bccd989d84","status":"passed","time":{"start":1728056811583,"stop":1728056811583,"duration":0}},{"uid":"604aae56c6cb9aee","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/604aae56c6cb9aee","status":"passed","time":{"start":1728055983140,"stop":1728055983140,"duration":0}},{"uid":"53ea490cb377873a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/53ea490cb377873a","status":"passed","time":{"start":1728056303682,"stop":1728056303682,"duration":0}},{"uid":"1915c2a422ab8bb7","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1915c2a422ab8bb7","status":"passed","time":{"start":1728055114812,"stop":1728055114812,"duration":0}},{"uid":"6ae1a5bdc06022fa","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6ae1a5bdc06022fa","status":"passed","time":{"start":1728054093599,"stop":1728054093599,"duration":0}},{"uid":"ab697ed4c5c9553","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ab697ed4c5c9553","status":"passed","time":{"start":1728052371186,"stop":1728052371186,"duration":0}},{"uid":"2c625825f6c15c74","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2c625825f6c15c74","status":"passed","time":{"start":1728046051723,"stop":1728046051723,"duration":0}},{"uid":"f2da6fbb531ee602","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f2da6fbb531ee602","status":"passed","time":{"start":1728046837810,"stop":1728046837810,"duration":0}},{"uid":"1fc8f7f37e1e462e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1fc8f7f37e1e462e","status":"passed","time":{"start":1728042907583,"stop":1728042907583,"duration":0}},{"uid":"6de7e9e1347c4ca6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6de7e9e1347c4ca6","status":"passed","time":{"start":1728035469883,"stop":1728035469884,"duration":1}},{"uid":"c095b7c90710a38a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c095b7c90710a38a","status":"passed","time":{"start":1728033386393,"stop":1728033386393,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"69a2767d08419685","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69a2767d08419685","status":"passed","time":{"start":1728085872740,"stop":1728085872740,"duration":0}},{"uid":"b9da43604ab14cc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b9da43604ab14cc","status":"passed","time":{"start":1728084885249,"stop":1728084885249,"duration":0}},{"uid":"59a5646bd82de9b0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/59a5646bd82de9b0","status":"passed","time":{"start":1728083752739,"stop":1728083752739,"duration":0}},{"uid":"d1d81e990c60b774","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d1d81e990c60b774","status":"passed","time":{"start":1728082815929,"stop":1728082815930,"duration":1}},{"uid":"6e05541df2bec00","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6e05541df2bec00","status":"passed","time":{"start":1728082147995,"stop":1728082147996,"duration":1}},{"uid":"5fe114c51bea4dbb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5fe114c51bea4dbb","status":"passed","time":{"start":1728068916838,"stop":1728068916838,"duration":0}},{"uid":"ca5d9ec116192c94","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ca5d9ec116192c94","status":"passed","time":{"start":1728067793130,"stop":1728067793130,"duration":0}},{"uid":"c0ca2fe54e0a9810","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c0ca2fe54e0a9810","status":"passed","time":{"start":1728065639899,"stop":1728065639900,"duration":1}},{"uid":"6e942c31323dd85","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6e942c31323dd85","status":"passed","time":{"start":1728065929466,"stop":1728065929466,"duration":0}},{"uid":"4b0e0e87babb686b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4b0e0e87babb686b","status":"passed","time":{"start":1728056820054,"stop":1728056820054,"duration":0}},{"uid":"5ba2a27101068d07","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5ba2a27101068d07","status":"passed","time":{"start":1728055991702,"stop":1728055991702,"duration":0}},{"uid":"425ead3ec2bf286d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/425ead3ec2bf286d","status":"passed","time":{"start":1728056312122,"stop":1728056312123,"duration":1}},{"uid":"aceb09d632082ba","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/aceb09d632082ba","status":"passed","time":{"start":1728055123411,"stop":1728055123412,"duration":1}},{"uid":"8d449d6f2f457e13","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8d449d6f2f457e13","status":"passed","time":{"start":1728054102192,"stop":1728054102192,"duration":0}},{"uid":"ad6ce06addfc49ba","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ad6ce06addfc49ba","status":"passed","time":{"start":1728052379782,"stop":1728052379782,"duration":0}},{"uid":"8423cbbabbb8743d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8423cbbabbb8743d","status":"passed","time":{"start":1728046060545,"stop":1728046060545,"duration":0}},{"uid":"4313dc45abe0d467","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4313dc45abe0d467","status":"passed","time":{"start":1728046846354,"stop":1728046846355,"duration":1}},{"uid":"f1616880e397c886","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f1616880e397c886","status":"passed","time":{"start":1728042916065,"stop":1728042916066,"duration":1}},{"uid":"39e082da5ea067c5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/39e082da5ea067c5","status":"passed","time":{"start":1728035478724,"stop":1728035478724,"duration":0}},{"uid":"58956d13b1c5e779","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/58956d13b1c5e779","status":"passed","time":{"start":1728033395125,"stop":1728033395126,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a37c7ec797a080a4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a37c7ec797a080a4","status":"passed","time":{"start":1728086033927,"stop":1728086033928,"duration":1}},{"uid":"bc980fac8400519b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bc980fac8400519b","status":"passed","time":{"start":1728085047263,"stop":1728085047264,"duration":1}},{"uid":"98034058064276d9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/98034058064276d9","status":"passed","time":{"start":1728083902783,"stop":1728083902783,"duration":0}},{"uid":"5046db2e0ca53887","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5046db2e0ca53887","status":"passed","time":{"start":1728082961528,"stop":1728082961529,"duration":1}},{"uid":"784bec60cf94a069","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/784bec60cf94a069","status":"passed","time":{"start":1728082284036,"stop":1728082284037,"duration":1}},{"uid":"ab19b690884e075c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ab19b690884e075c","status":"passed","time":{"start":1728069082689,"stop":1728069082690,"duration":1}},{"uid":"dcf55b6453bc8c65","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dcf55b6453bc8c65","status":"passed","time":{"start":1728067941400,"stop":1728067941400,"duration":0}},{"uid":"f6e94b880ecd7c06","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f6e94b880ecd7c06","status":"passed","time":{"start":1728066171577,"stop":1728066171577,"duration":0}},{"uid":"93eb21650c342a2d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/93eb21650c342a2d","status":"passed","time":{"start":1728066512895,"stop":1728066512896,"duration":1}},{"uid":"2c3b9d67ea92e663","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2c3b9d67ea92e663","status":"passed","time":{"start":1728057355645,"stop":1728057355645,"duration":0}},{"uid":"ac441250b536d6ea","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ac441250b536d6ea","status":"passed","time":{"start":1728056563514,"stop":1728056563514,"duration":0}},{"uid":"e2433552b6c0fbc6","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e2433552b6c0fbc6","status":"passed","time":{"start":1728056935479,"stop":1728056935480,"duration":1}},{"uid":"6073c7361e15a73a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6073c7361e15a73a","status":"passed","time":{"start":1728055614346,"stop":1728055614346,"duration":0}},{"uid":"366c04800c9c5fdf","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/366c04800c9c5fdf","status":"passed","time":{"start":1728054752370,"stop":1728054752370,"duration":0}},{"uid":"8729ac231bb01d3e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8729ac231bb01d3e","status":"passed","time":{"start":1728052861026,"stop":1728052861026,"duration":0}},{"uid":"a6b903efc9e9351b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a6b903efc9e9351b","status":"passed","time":{"start":1728046783431,"stop":1728046783431,"duration":0}},{"uid":"ab8c0f046f8d165d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ab8c0f046f8d165d","status":"passed","time":{"start":1728047429503,"stop":1728047429503,"duration":0}},{"uid":"294cd3db0c4166bd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/294cd3db0c4166bd","status":"passed","time":{"start":1728043084158,"stop":1728043084158,"duration":0}},{"uid":"488b68f1fac453dd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/488b68f1fac453dd","status":"passed","time":{"start":1728035601406,"stop":1728035601407,"duration":1}},{"uid":"bff827021725f10f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bff827021725f10f","status":"passed","time":{"start":1728033520578,"stop":1728033520581,"duration":3}}]},"d0ffc2c2d5406a67ec45291f1ed48014:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cbea5d46640846d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6cbea5d46640846d","status":"passed","time":{"start":1728058106467,"stop":1728058106468,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2160dd973b09a0b1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2160dd973b09a0b1","status":"passed","time":{"start":1728086033899,"stop":1728086033899,"duration":0}},{"uid":"b6276627ef81caed","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b6276627ef81caed","status":"passed","time":{"start":1728085047249,"stop":1728085047250,"duration":1}},{"uid":"92f0a51686fe5d5b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/92f0a51686fe5d5b","status":"passed","time":{"start":1728083902775,"stop":1728083902775,"duration":0}},{"uid":"5910f7d71461b949","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5910f7d71461b949","status":"passed","time":{"start":1728082961514,"stop":1728082961514,"duration":0}},{"uid":"7f972e44dcae0cbe","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7f972e44dcae0cbe","status":"passed","time":{"start":1728082284029,"stop":1728082284030,"duration":1}},{"uid":"8b2727fb156f3ea7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8b2727fb156f3ea7","status":"passed","time":{"start":1728069082660,"stop":1728069082663,"duration":3}},{"uid":"71999000e7e3d222","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/71999000e7e3d222","status":"passed","time":{"start":1728067941391,"stop":1728067941392,"duration":1}},{"uid":"82da87cf00589ed8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/82da87cf00589ed8","status":"passed","time":{"start":1728066171570,"stop":1728066171571,"duration":1}},{"uid":"d240ad05934a535f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d240ad05934a535f","status":"passed","time":{"start":1728066512886,"stop":1728066512887,"duration":1}},{"uid":"ca96a657be8b66f7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ca96a657be8b66f7","status":"passed","time":{"start":1728057355632,"stop":1728057355632,"duration":0}},{"uid":"920780d889e57081","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/920780d889e57081","status":"passed","time":{"start":1728056563507,"stop":1728056563507,"duration":0}},{"uid":"c52ba22c1cf0ac20","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c52ba22c1cf0ac20","status":"passed","time":{"start":1728056935471,"stop":1728056935471,"duration":0}},{"uid":"a187b419bc04b19e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a187b419bc04b19e","status":"passed","time":{"start":1728055614340,"stop":1728055614340,"duration":0}},{"uid":"159ebf61414cb8b1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/159ebf61414cb8b1","status":"passed","time":{"start":1728054752364,"stop":1728054752365,"duration":1}},{"uid":"a225296314145f7b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a225296314145f7b","status":"passed","time":{"start":1728052861019,"stop":1728052861020,"duration":1}},{"uid":"2ca079a1dff61bd5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2ca079a1dff61bd5","status":"passed","time":{"start":1728046783422,"stop":1728046783422,"duration":0}},{"uid":"4cb50745444f1e24","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4cb50745444f1e24","status":"passed","time":{"start":1728047429496,"stop":1728047429496,"duration":0}},{"uid":"6ebe9e0240f91a49","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ebe9e0240f91a49","status":"passed","time":{"start":1728043084147,"stop":1728043084147,"duration":0}},{"uid":"3b2dd4877f41e63e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3b2dd4877f41e63e","status":"passed","time":{"start":1728035601393,"stop":1728035601393,"duration":0}},{"uid":"33732753eef9ebfc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/33732753eef9ebfc","status":"passed","time":{"start":1728033520542,"stop":1728033520543,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7dd330ab949c0b8d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7dd330ab949c0b8d","status":"passed","time":{"start":1728085872166,"stop":1728085872166,"duration":0}},{"uid":"21bcb3b7a7143c4e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/21bcb3b7a7143c4e","status":"passed","time":{"start":1728084884497,"stop":1728084884498,"duration":1}},{"uid":"4584f37583ebd0fb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4584f37583ebd0fb","status":"passed","time":{"start":1728083751987,"stop":1728083751988,"duration":1}},{"uid":"fe026ac53c7a3079","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fe026ac53c7a3079","status":"passed","time":{"start":1728082815033,"stop":1728082815033,"duration":0}},{"uid":"91d8800d14bf685c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/91d8800d14bf685c","status":"passed","time":{"start":1728082147319,"stop":1728082147320,"duration":1}},{"uid":"14c9a7e3bc0d10b0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/14c9a7e3bc0d10b0","status":"passed","time":{"start":1728068916320,"stop":1728068916320,"duration":0}},{"uid":"6ae59b6d4e64fdec","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6ae59b6d4e64fdec","status":"passed","time":{"start":1728067792190,"stop":1728067792190,"duration":0}},{"uid":"6eca7dd6df7fac2e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6eca7dd6df7fac2e","status":"passed","time":{"start":1728065639253,"stop":1728065639257,"duration":4}},{"uid":"b0f6001ab603a44c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b0f6001ab603a44c","status":"passed","time":{"start":1728065928757,"stop":1728065928758,"duration":1}},{"uid":"9da8ba3736261590","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9da8ba3736261590","status":"passed","time":{"start":1728056819198,"stop":1728056819198,"duration":0}},{"uid":"d8c19fb2b4f4de4c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d8c19fb2b4f4de4c","status":"passed","time":{"start":1728055990808,"stop":1728055990809,"duration":1}},{"uid":"557055b1324e8750","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/557055b1324e8750","status":"passed","time":{"start":1728056311522,"stop":1728056311523,"duration":1}},{"uid":"dbe3d87d971eacc5","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/dbe3d87d971eacc5","status":"passed","time":{"start":1728055122702,"stop":1728055122703,"duration":1}},{"uid":"6abf2daabb78027e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6abf2daabb78027e","status":"passed","time":{"start":1728054101376,"stop":1728054101376,"duration":0}},{"uid":"d128703b128822f0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d128703b128822f0","status":"passed","time":{"start":1728052379037,"stop":1728052379037,"duration":0}},{"uid":"731c35ea13f03f0b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/731c35ea13f03f0b","status":"passed","time":{"start":1728046059822,"stop":1728046059822,"duration":0}},{"uid":"7073d6c6236fa868","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7073d6c6236fa868","status":"passed","time":{"start":1728046845710,"stop":1728046845710,"duration":0}},{"uid":"690c850c023ed221","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/690c850c023ed221","status":"passed","time":{"start":1728042915326,"stop":1728042915326,"duration":0}},{"uid":"9f7f6e594bf3f3f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9f7f6e594bf3f3f","status":"passed","time":{"start":1728035477905,"stop":1728035477905,"duration":0}},{"uid":"8d9d4aaa2d6f97fb","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8d9d4aaa2d6f97fb","status":"passed","time":{"start":1728033394392,"stop":1728033394393,"duration":1}}]},"593dc01add5493243e3a8e6f04c300eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3cc05364139eac21","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3cc05364139eac21","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728057700437,"stop":1728057700437,"duration":0}}]},"6f6f83d504f6cbe32eef275aacb0b752:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46ffafaceceead14","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/46ffafaceceead14","status":"passed","time":{"start":1728032317354,"stop":1728032317354,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dbef480608bfd576","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dbef480608bfd576","status":"passed","time":{"start":1728086289029,"stop":1728086289030,"duration":1}},{"uid":"bdaa7ad2f6520f3b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bdaa7ad2f6520f3b","status":"passed","time":{"start":1728085301609,"stop":1728085301609,"duration":0}},{"uid":"f699679518166de3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f699679518166de3","status":"passed","time":{"start":1728084111591,"stop":1728084111591,"duration":0}},{"uid":"ae36fde79fd7fd61","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ae36fde79fd7fd61","status":"passed","time":{"start":1728083175349,"stop":1728083175349,"duration":0}},{"uid":"41ed7e771ef8984","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/41ed7e771ef8984","status":"passed","time":{"start":1728082484706,"stop":1728082484707,"duration":1}},{"uid":"b176287e5b8bbfbe","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b176287e5b8bbfbe","status":"passed","time":{"start":1728069339769,"stop":1728069339769,"duration":0}},{"uid":"15d610e587c27c0e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/15d610e587c27c0e","status":"passed","time":{"start":1728068136065,"stop":1728068136065,"duration":0}},{"uid":"af970bb4cb0e0bd8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/af970bb4cb0e0bd8","status":"passed","time":{"start":1728043327623,"stop":1728043327624,"duration":1}},{"uid":"cf7ddc94573ab42c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cf7ddc94573ab42c","status":"passed","time":{"start":1728035952460,"stop":1728035952460,"duration":0}},{"uid":"2518dec6596ded8b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2518dec6596ded8b","status":"passed","time":{"start":1728033868104,"stop":1728033868104,"duration":0}},{"uid":"63b120e65cb45ffb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/63b120e65cb45ffb","status":"passed","time":{"start":1728033486821,"stop":1728033486822,"duration":1}},{"uid":"bc8f2e789534b55","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bc8f2e789534b55","status":"passed","time":{"start":1728033011937,"stop":1728033011938,"duration":1}},{"uid":"47fd880fd797e445","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/47fd880fd797e445","status":"passed","time":{"start":1728032645771,"stop":1728032645772,"duration":1}},{"uid":"3932ac4aafbde328","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/3932ac4aafbde328","status":"passed","time":{"start":1728032372428,"stop":1728032372429,"duration":1}}]},"968a89ae4c08fe7540e7077465d00934:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89e214972aaeaf98","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/89e214972aaeaf98","status":"passed","time":{"start":1728033444792,"stop":1728033444792,"duration":0}}]},"f79b481efc0e9076139239eea4c80f63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd73487b7754d8a7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fd73487b7754d8a7","status":"passed","time":{"start":1728082399717,"stop":1728082399718,"duration":1}}]},"ee7125594d27a2731b0c637327d45894:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f87c2a62ef052e1b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f87c2a62ef052e1b","status":"passed","time":{"start":1728032582951,"stop":1728032582952,"duration":1}}]},"c9dd4d2bf3a0a23344af399d4d9622df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"ccc649612ba036d6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ccc649612ba036d6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755696,"stop":1728049755696,"duration":0}}]},"20a45520ac4716e4db734166a8b50d19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ad39e3cd69a95d5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3ad39e3cd69a95d5","status":"passed","time":{"start":1728083147582,"stop":1728083147583,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a347c9db35974f7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2a347c9db35974f7","status":"passed","time":{"start":1728086192523,"stop":1728086192523,"duration":0}},{"uid":"408ccd22398e8551","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/408ccd22398e8551","status":"passed","time":{"start":1728085207483,"stop":1728085207485,"duration":2}},{"uid":"538b8e59ba858961","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/538b8e59ba858961","status":"passed","time":{"start":1728084038284,"stop":1728084038285,"duration":1}},{"uid":"6a99dc8f1d2e5f96","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6a99dc8f1d2e5f96","status":"passed","time":{"start":1728083118106,"stop":1728083118108,"duration":2}},{"uid":"9a53e069db7e6995","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9a53e069db7e6995","status":"passed","time":{"start":1728082399704,"stop":1728082399705,"duration":1}},{"uid":"b87f9217148baca4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b87f9217148baca4","status":"passed","time":{"start":1728069237578,"stop":1728069237579,"duration":1}},{"uid":"f20564a645a45f76","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f20564a645a45f76","status":"passed","time":{"start":1728068055938,"stop":1728068055938,"duration":0}},{"uid":"6cdee88ec99707ad","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6cdee88ec99707ad","status":"passed","time":{"start":1728043232166,"stop":1728043232168,"duration":2}},{"uid":"666cbf268e69ed4a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/666cbf268e69ed4a","status":"passed","time":{"start":1728035844056,"stop":1728035844056,"duration":0}},{"uid":"d4749bb96e9ba3f0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d4749bb96e9ba3f0","status":"passed","time":{"start":1728033765882,"stop":1728033765882,"duration":0}},{"uid":"b89708d811ae8e5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b89708d811ae8e5","status":"passed","time":{"start":1728033382951,"stop":1728033382952,"duration":1}},{"uid":"4cf83bc21469e69d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4cf83bc21469e69d","status":"passed","time":{"start":1728032914494,"stop":1728032914494,"duration":0}},{"uid":"ac868b79a09182ed","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ac868b79a09182ed","status":"passed","time":{"start":1728032550361,"stop":1728032550361,"duration":0}},{"uid":"8b5e93a8529dd3a4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8b5e93a8529dd3a4","status":"passed","time":{"start":1728032274023,"stop":1728032274023,"duration":0}}]},"92de116134fe0dc1724434b9668ddb7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2acbf9eb8224c471","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2acbf9eb8224c471","status":"passed","time":{"start":1728046402359,"stop":1728046402359,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6a6e859d99ee0774","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a6e859d99ee0774","status":"passed","time":{"start":1728086192509,"stop":1728086192510,"duration":1}},{"uid":"55e7518383035975","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/55e7518383035975","status":"passed","time":{"start":1728085207474,"stop":1728085207475,"duration":1}},{"uid":"77e09ad369c0dc7c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/77e09ad369c0dc7c","status":"passed","time":{"start":1728084038259,"stop":1728084038264,"duration":5}},{"uid":"83b31445ae234e7f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/83b31445ae234e7f","status":"passed","time":{"start":1728083118096,"stop":1728083118096,"duration":0}},{"uid":"56709ff366c733de","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/56709ff366c733de","status":"passed","time":{"start":1728082399694,"stop":1728082399694,"duration":0}},{"uid":"63dbee5f2527e90e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/63dbee5f2527e90e","status":"passed","time":{"start":1728069237561,"stop":1728069237561,"duration":0}},{"uid":"80ebf6e28dc95c38","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/80ebf6e28dc95c38","status":"passed","time":{"start":1728068055912,"stop":1728068055912,"duration":0}},{"uid":"2672d0a7d3fa3329","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2672d0a7d3fa3329","status":"passed","time":{"start":1728043232156,"stop":1728043232156,"duration":0}},{"uid":"eff94f34203d6c71","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/eff94f34203d6c71","status":"passed","time":{"start":1728035844025,"stop":1728035844028,"duration":3}},{"uid":"36f44123858dd088","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/36f44123858dd088","status":"passed","time":{"start":1728033765872,"stop":1728033765872,"duration":0}},{"uid":"23bdd019b1e1b9b7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/23bdd019b1e1b9b7","status":"passed","time":{"start":1728033382934,"stop":1728033382934,"duration":0}},{"uid":"5751dda3ae1fa1cc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5751dda3ae1fa1cc","status":"passed","time":{"start":1728032914484,"stop":1728032914484,"duration":0}},{"uid":"ea9a82acc9a96c95","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ea9a82acc9a96c95","status":"passed","time":{"start":1728032550342,"stop":1728032550342,"duration":0}},{"uid":"d7bb1a653071dcc","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d7bb1a653071dcc","status":"passed","time":{"start":1728032274002,"stop":1728032274002,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"71e7611e89338a13","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/71e7611e89338a13","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0}},{"uid":"4b8095afda68692e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4b8095afda68692e","status":"passed","time":{"start":1728085221329,"stop":1728085221329,"duration":0}},{"uid":"a2565305ff825b5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a2565305ff825b5","status":"passed","time":{"start":1728084029166,"stop":1728084029166,"duration":0}},{"uid":"b3de172bc08977d4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b3de172bc08977d4","status":"passed","time":{"start":1728083082994,"stop":1728083082994,"duration":0}},{"uid":"75c16f0372f8864b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/75c16f0372f8864b","status":"passed","time":{"start":1728082390955,"stop":1728082390956,"duration":1}},{"uid":"61b2316fc286a0a9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/61b2316fc286a0a9","status":"passed","time":{"start":1728069248370,"stop":1728069248371,"duration":1}},{"uid":"ab723ea9da542bc0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ab723ea9da542bc0","status":"passed","time":{"start":1728068031245,"stop":1728068031246,"duration":1}},{"uid":"407da132fce6752d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/407da132fce6752d","status":"passed","time":{"start":1728066046598,"stop":1728066046598,"duration":0}},{"uid":"6d0ebb88c0ad9eff","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6d0ebb88c0ad9eff","status":"passed","time":{"start":1728066341473,"stop":1728066341473,"duration":0}},{"uid":"949e4b57ca614544","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/949e4b57ca614544","status":"passed","time":{"start":1728057209563,"stop":1728057209564,"duration":1}},{"uid":"b993f965cf819f25","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b993f965cf819f25","status":"passed","time":{"start":1728056305022,"stop":1728056305022,"duration":0}},{"uid":"b738a4546497235f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b738a4546497235f","status":"passed","time":{"start":1728056720927,"stop":1728056720927,"duration":0}},{"uid":"d3d801299d37d772","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d3d801299d37d772","status":"passed","time":{"start":1728052606337,"stop":1728052606337,"duration":0}},{"uid":"ed39b63eeeee5320","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ed39b63eeeee5320","status":"passed","time":{"start":1728046448367,"stop":1728046448368,"duration":1}},{"uid":"76fa18ff4760407b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/76fa18ff4760407b","status":"passed","time":{"start":1728047258626,"stop":1728047258626,"duration":0}},{"uid":"a38a8e00479d9703","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a38a8e00479d9703","status":"passed","time":{"start":1728043238288,"stop":1728043238289,"duration":1}},{"uid":"b0342aee2b42c8f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b0342aee2b42c8f","status":"passed","time":{"start":1728035872163,"stop":1728035872165,"duration":2}},{"uid":"5acad2964f8d30c0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5acad2964f8d30c0","status":"passed","time":{"start":1728033783664,"stop":1728033783667,"duration":3}},{"uid":"3327f6766663d889","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3327f6766663d889","status":"passed","time":{"start":1728033410924,"stop":1728033410924,"duration":0}},{"uid":"3b6b824dcc93abe0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3b6b824dcc93abe0","status":"passed","time":{"start":1728032924192,"stop":1728032924197,"duration":5}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2600c002804465ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2600c002804465ed","status":"passed","time":{"start":1728086246334,"stop":1728086246335,"duration":1}},{"uid":"8e1ae07b82ac189a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8e1ae07b82ac189a","status":"passed","time":{"start":1728085262716,"stop":1728085262717,"duration":1}},{"uid":"42d9437ca6d585a1","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/42d9437ca6d585a1","status":"passed","time":{"start":1728084073086,"stop":1728084073086,"duration":0}},{"uid":"74f11a6c65631e93","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/74f11a6c65631e93","status":"passed","time":{"start":1728083139758,"stop":1728083139758,"duration":0}},{"uid":"17a76f02022f63c7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/17a76f02022f63c7","status":"passed","time":{"start":1728082453441,"stop":1728082453442,"duration":1}},{"uid":"59ef4656d3885085","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/59ef4656d3885085","status":"passed","time":{"start":1728069294515,"stop":1728069294518,"duration":3}},{"uid":"3fa0e06878adac5a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3fa0e06878adac5a","status":"passed","time":{"start":1728068091316,"stop":1728068091316,"duration":0}},{"uid":"9dec1be3c4d3146d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9dec1be3c4d3146d","status":"passed","time":{"start":1728066032963,"stop":1728066032964,"duration":1}},{"uid":"fe1528a60ab0d884","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fe1528a60ab0d884","status":"passed","time":{"start":1728066323767,"stop":1728066323768,"duration":1}},{"uid":"c4ea64febd4ec9dc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c4ea64febd4ec9dc","status":"passed","time":{"start":1728057178299,"stop":1728057178299,"duration":0}},{"uid":"172d6f34b606e1d6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/172d6f34b606e1d6","status":"passed","time":{"start":1728056339965,"stop":1728056339965,"duration":0}},{"uid":"7c5fbc9090c809ca","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7c5fbc9090c809ca","status":"passed","time":{"start":1728056706238,"stop":1728056706239,"duration":1}},{"uid":"e63db22a1753fe7d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e63db22a1753fe7d","status":"passed","time":{"start":1728055464719,"stop":1728055464719,"duration":0}},{"uid":"a7752e002baa7002","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a7752e002baa7002","status":"passed","time":{"start":1728054444802,"stop":1728054444803,"duration":1}},{"uid":"47e4dd01b84703fa","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/47e4dd01b84703fa","status":"passed","time":{"start":1728052609229,"stop":1728052609231,"duration":2}},{"uid":"340d64515b85464d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/340d64515b85464d","status":"passed","time":{"start":1728046451505,"stop":1728046451506,"duration":1}},{"uid":"e20d1ae27b4e74db","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e20d1ae27b4e74db","status":"passed","time":{"start":1728047239893,"stop":1728047239896,"duration":3}},{"uid":"a23d141f9a9419ba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a23d141f9a9419ba","status":"passed","time":{"start":1728043282283,"stop":1728043282283,"duration":0}},{"uid":"8f1a404560e60f4d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8f1a404560e60f4d","status":"passed","time":{"start":1728035884821,"stop":1728035884822,"duration":1}},{"uid":"b1502ec20d3642a5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b1502ec20d3642a5","status":"passed","time":{"start":1728033797755,"stop":1728033797759,"duration":4}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f0a34c76c2717bab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f0a34c76c2717bab","status":"passed","time":{"start":1728086171690,"stop":1728086171691,"duration":1}},{"uid":"31dc0145910f654e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/31dc0145910f654e","status":"passed","time":{"start":1728085184619,"stop":1728085184621,"duration":2}},{"uid":"c23b7e44ceaea7a8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c23b7e44ceaea7a8","status":"passed","time":{"start":1728084018343,"stop":1728084018343,"duration":0}},{"uid":"e3de4d1beebf519a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e3de4d1beebf519a","status":"passed","time":{"start":1728083065659,"stop":1728083065659,"duration":0}},{"uid":"17418d74ae960ee3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/17418d74ae960ee3","status":"passed","time":{"start":1728069218813,"stop":1728069218814,"duration":1}},{"uid":"4b010bf6bafeb9dc","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4b010bf6bafeb9dc","status":"passed","time":{"start":1728046261809,"stop":1728046261809,"duration":0}},{"uid":"ac610591d3e3aeed","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ac610591d3e3aeed","status":"passed","time":{"start":1728043204068,"stop":1728043204068,"duration":0}},{"uid":"5785c7dd9233d181","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5785c7dd9233d181","status":"passed","time":{"start":1728035785863,"stop":1728035785863,"duration":0}},{"uid":"8e1afe84467477c5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8e1afe84467477c5","status":"passed","time":{"start":1728033696323,"stop":1728033696328,"duration":5}},{"uid":"89b1cd2bb5158359","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/89b1cd2bb5158359","status":"passed","time":{"start":1728033319473,"stop":1728033319473,"duration":0}},{"uid":"39bd114ea3a3a0a9","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/39bd114ea3a3a0a9","status":"passed","time":{"start":1728032886542,"stop":1728032886542,"duration":0}},{"uid":"c35ba2ee9cd93fae","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c35ba2ee9cd93fae","status":"passed","time":{"start":1728032520621,"stop":1728032520622,"duration":1}},{"uid":"d8a257244951a01f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d8a257244951a01f","status":"passed","time":{"start":1728032252761,"stop":1728032252761,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cccc05f6a4062ffb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cccc05f6a4062ffb","status":"passed","time":{"start":1728086063202,"stop":1728086063204,"duration":2}},{"uid":"33c530d719bce9ce","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/33c530d719bce9ce","status":"passed","time":{"start":1728085079912,"stop":1728085079912,"duration":0}},{"uid":"ffec9b2822577097","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ffec9b2822577097","status":"passed","time":{"start":1728083929312,"stop":1728083929313,"duration":1}},{"uid":"9382e85a2d97c7d5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9382e85a2d97c7d5","status":"passed","time":{"start":1728082986581,"stop":1728082986582,"duration":1}},{"uid":"bfdd7e8897125f8b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bfdd7e8897125f8b","status":"passed","time":{"start":1728082304438,"stop":1728082304438,"duration":0}},{"uid":"2dd7a4a2abc03704","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2dd7a4a2abc03704","status":"passed","time":{"start":1728069112313,"stop":1728069112314,"duration":1}},{"uid":"cf37cbe5d496c3ca","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cf37cbe5d496c3ca","status":"passed","time":{"start":1728067941530,"stop":1728067941530,"duration":0}},{"uid":"c810ea4d345b36af","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c810ea4d345b36af","status":"passed","time":{"start":1728043108505,"stop":1728043108506,"duration":1}},{"uid":"f1c8e2f3c418aa4c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f1c8e2f3c418aa4c","status":"passed","time":{"start":1728035666355,"stop":1728035666355,"duration":0}},{"uid":"8f18ee566abcdad","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8f18ee566abcdad","status":"passed","time":{"start":1728033588084,"stop":1728033588085,"duration":1}},{"uid":"120c57651b8c9094","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/120c57651b8c9094","status":"passed","time":{"start":1728033211367,"stop":1728033211367,"duration":0}},{"uid":"df2d5ec97408cc6b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/df2d5ec97408cc6b","status":"passed","time":{"start":1728032787689,"stop":1728032787689,"duration":0}},{"uid":"dae7ed274d6e7649","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/dae7ed274d6e7649","status":"passed","time":{"start":1728032415391,"stop":1728032415392,"duration":1}},{"uid":"edf9b403d801e725","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/edf9b403d801e725","status":"passed","time":{"start":1728032137566,"stop":1728032137567,"duration":1}}]},"5e11b3f67d606e4628a091df73de30cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"330d2ca4a3a31ed5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/330d2ca4a3a31ed5","status":"passed","time":{"start":1728035872174,"stop":1728035872175,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f41f633a02111ffe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f41f633a02111ffe","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0}},{"uid":"b97b766f7facf22e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b97b766f7facf22e","status":"passed","time":{"start":1728085184648,"stop":1728085184648,"duration":0}},{"uid":"9d8fe05ee124b585","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9d8fe05ee124b585","status":"passed","time":{"start":1728084018352,"stop":1728084018353,"duration":1}},{"uid":"819f72b28078fa","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/819f72b28078fa","status":"passed","time":{"start":1728083065670,"stop":1728083065671,"duration":1}},{"uid":"b704921d356e36f9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b704921d356e36f9","status":"passed","time":{"start":1728069218833,"stop":1728069218834,"duration":1}},{"uid":"e0ce8b7873b509a2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e0ce8b7873b509a2","status":"passed","time":{"start":1728046261828,"stop":1728046261829,"duration":1}},{"uid":"18e83a3df48cee23","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/18e83a3df48cee23","status":"passed","time":{"start":1728043204088,"stop":1728043204088,"duration":0}},{"uid":"19a7f6341ca28741","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/19a7f6341ca28741","status":"passed","time":{"start":1728035785873,"stop":1728035785874,"duration":1}},{"uid":"bbe3c751a838691d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bbe3c751a838691d","status":"passed","time":{"start":1728033696345,"stop":1728033696345,"duration":0}},{"uid":"e1716aceefdaeaf","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e1716aceefdaeaf","status":"passed","time":{"start":1728033319490,"stop":1728033319490,"duration":0}},{"uid":"ecf32db5f2bea2a3","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ecf32db5f2bea2a3","status":"passed","time":{"start":1728032886554,"stop":1728032886554,"duration":0}},{"uid":"88a836720f22b6bc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/88a836720f22b6bc","status":"passed","time":{"start":1728032520634,"stop":1728032520637,"duration":3}},{"uid":"fae944591ca26374","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/fae944591ca26374","status":"passed","time":{"start":1728032252772,"stop":1728032252773,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"befb67c79048004e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/befb67c79048004e","status":"passed","time":{"start":1728086192516,"stop":1728086192516,"duration":0}},{"uid":"df8afcc48b061646","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/df8afcc48b061646","status":"passed","time":{"start":1728085207478,"stop":1728085207478,"duration":0}},{"uid":"a0925043f4af8161","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a0925043f4af8161","status":"passed","time":{"start":1728084038275,"stop":1728084038275,"duration":0}},{"uid":"8f7897a9d9b9a1db","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8f7897a9d9b9a1db","status":"passed","time":{"start":1728083118099,"stop":1728083118099,"duration":0}},{"uid":"93877b548be1c651","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/93877b548be1c651","status":"passed","time":{"start":1728082399697,"stop":1728082399697,"duration":0}},{"uid":"e6e48995d1cd7179","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e6e48995d1cd7179","status":"passed","time":{"start":1728069237564,"stop":1728069237565,"duration":1}},{"uid":"d45a8fe02cc74f61","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d45a8fe02cc74f61","status":"passed","time":{"start":1728068055919,"stop":1728068055919,"duration":0}},{"uid":"2fdb68cf575785f1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2fdb68cf575785f1","status":"passed","time":{"start":1728043232159,"stop":1728043232159,"duration":0}},{"uid":"392f5fba46770add","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/392f5fba46770add","status":"passed","time":{"start":1728035844040,"stop":1728035844041,"duration":1}},{"uid":"c7a41636be5ea844","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c7a41636be5ea844","status":"passed","time":{"start":1728033765878,"stop":1728033765878,"duration":0}},{"uid":"8acefde29c274072","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8acefde29c274072","status":"passed","time":{"start":1728033382942,"stop":1728033382942,"duration":0}},{"uid":"5c93dfa6a625431a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5c93dfa6a625431a","status":"passed","time":{"start":1728032914487,"stop":1728032914487,"duration":0}},{"uid":"6436211e0e5d6bab","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6436211e0e5d6bab","status":"passed","time":{"start":1728032550349,"stop":1728032550349,"duration":0}},{"uid":"f15a92ef8a0adb04","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f15a92ef8a0adb04","status":"passed","time":{"start":1728032274014,"stop":1728032274017,"duration":3}}]},"b04d333152a7c215b6f52c2208f10261:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bd8cd5dc104fee","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9bd8cd5dc104fee","status":"passed","time":{"start":1728085254226,"stop":1728085254226,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"daf4cf40bb6f8eb2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/daf4cf40bb6f8eb2","status":"passed","time":{"start":1728085872168,"stop":1728085872168,"duration":0}},{"uid":"83784dd58c81a72a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/83784dd58c81a72a","status":"passed","time":{"start":1728084884505,"stop":1728084884506,"duration":1}},{"uid":"65255476b0d26f6d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/65255476b0d26f6d","status":"passed","time":{"start":1728083751992,"stop":1728083751992,"duration":0}},{"uid":"95fe164040ce15bc","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/95fe164040ce15bc","status":"passed","time":{"start":1728082815037,"stop":1728082815038,"duration":1}},{"uid":"650e32ff338924a2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/650e32ff338924a2","status":"passed","time":{"start":1728082147325,"stop":1728082147325,"duration":0}},{"uid":"5d9a1779bdb7d8fa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5d9a1779bdb7d8fa","status":"passed","time":{"start":1728068916322,"stop":1728068916322,"duration":0}},{"uid":"2f16e2b291715f78","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2f16e2b291715f78","status":"passed","time":{"start":1728067792193,"stop":1728067792193,"duration":0}},{"uid":"e7924db34d8efd7e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e7924db34d8efd7e","status":"passed","time":{"start":1728065639259,"stop":1728065639261,"duration":2}},{"uid":"5c922adb2c5e81f7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5c922adb2c5e81f7","status":"passed","time":{"start":1728065928760,"stop":1728065928761,"duration":1}},{"uid":"c13575ee2c3fd369","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c13575ee2c3fd369","status":"passed","time":{"start":1728056819203,"stop":1728056819203,"duration":0}},{"uid":"f09a4f85d42afb1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f09a4f85d42afb1","status":"passed","time":{"start":1728055990811,"stop":1728055990812,"duration":1}},{"uid":"5086b7f60a7c791","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5086b7f60a7c791","status":"passed","time":{"start":1728056311525,"stop":1728056311525,"duration":0}},{"uid":"71d8cff4b52e75","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/71d8cff4b52e75","status":"passed","time":{"start":1728055122708,"stop":1728055122709,"duration":1}},{"uid":"4875b533561dd910","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4875b533561dd910","status":"passed","time":{"start":1728054101380,"stop":1728054101381,"duration":1}},{"uid":"7eb607a031baf4d7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7eb607a031baf4d7","status":"passed","time":{"start":1728052379039,"stop":1728052379040,"duration":1}},{"uid":"a4d89a19230ca833","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a4d89a19230ca833","status":"passed","time":{"start":1728046059828,"stop":1728046059829,"duration":1}},{"uid":"e34b775d86fa3c14","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e34b775d86fa3c14","status":"passed","time":{"start":1728046845713,"stop":1728046845713,"duration":0}},{"uid":"a5eead2366299548","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a5eead2366299548","status":"passed","time":{"start":1728042915331,"stop":1728042915332,"duration":1}},{"uid":"c6ef901b5a9d19dd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c6ef901b5a9d19dd","status":"passed","time":{"start":1728035477911,"stop":1728035477911,"duration":0}},{"uid":"19e87c7ec6ca2b5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/19e87c7ec6ca2b5","status":"passed","time":{"start":1728033394402,"stop":1728033394402,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7b4fdacd86d444b7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7b4fdacd86d444b7","status":"passed","time":{"start":1728086118964,"stop":1728086118964,"duration":0}},{"uid":"24483ad3e4c479f0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/24483ad3e4c479f0","status":"passed","time":{"start":1728085139861,"stop":1728085139861,"duration":0}},{"uid":"2b5ef9d594f29631","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2b5ef9d594f29631","status":"passed","time":{"start":1728083976011,"stop":1728083976013,"duration":2}},{"uid":"1e2ad69ef131588c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1e2ad69ef131588c","status":"passed","time":{"start":1728083054622,"stop":1728083054622,"duration":0}},{"uid":"5195b8a54f0bcc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5195b8a54f0bcc","status":"passed","time":{"start":1728082369811,"stop":1728082369811,"duration":0}},{"uid":"d2668c97b9ea80d4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d2668c97b9ea80d4","status":"passed","time":{"start":1728069168795,"stop":1728069168798,"duration":3}},{"uid":"a5f77210da8d2086","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a5f77210da8d2086","status":"passed","time":{"start":1728068016548,"stop":1728068016548,"duration":0}},{"uid":"a3cb7903ce5aeb89","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a3cb7903ce5aeb89","status":"passed","time":{"start":1728043166273,"stop":1728043166273,"duration":0}},{"uid":"bd497cd5a760fa5d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bd497cd5a760fa5d","status":"passed","time":{"start":1728035763467,"stop":1728035763467,"duration":0}},{"uid":"f8d049c728327fe0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f8d049c728327fe0","status":"passed","time":{"start":1728033686479,"stop":1728033686479,"duration":0}},{"uid":"d6f9f72547884066","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d6f9f72547884066","status":"passed","time":{"start":1728033307542,"stop":1728033307542,"duration":0}},{"uid":"824dbf22dc33525a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/824dbf22dc33525a","status":"passed","time":{"start":1728032848456,"stop":1728032848456,"duration":0}},{"uid":"f7bedeb6b8e19512","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f7bedeb6b8e19512","status":"passed","time":{"start":1728032477084,"stop":1728032477085,"duration":1}},{"uid":"47ccca09cf84a806","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/47ccca09cf84a806","status":"passed","time":{"start":1728032201804,"stop":1728032201804,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ceab21f992b981ec","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ceab21f992b981ec","status":"passed","time":{"start":1728086033889,"stop":1728086033890,"duration":1}},{"uid":"a47a30ed45f1f643","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a47a30ed45f1f643","status":"passed","time":{"start":1728085047245,"stop":1728085047245,"duration":0}},{"uid":"f54af1f2a6041a09","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f54af1f2a6041a09","status":"passed","time":{"start":1728083902769,"stop":1728083902769,"duration":0}},{"uid":"836bac6daeb02075","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/836bac6daeb02075","status":"passed","time":{"start":1728082961499,"stop":1728082961499,"duration":0}},{"uid":"3bebd738e04e9c39","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3bebd738e04e9c39","status":"passed","time":{"start":1728082284025,"stop":1728082284025,"duration":0}},{"uid":"c9468bf94e2197e5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c9468bf94e2197e5","status":"passed","time":{"start":1728069082643,"stop":1728069082644,"duration":1}},{"uid":"276ec50dbadc5475","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/276ec50dbadc5475","status":"passed","time":{"start":1728067941384,"stop":1728067941387,"duration":3}},{"uid":"ef83eb0b00c7499a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ef83eb0b00c7499a","status":"passed","time":{"start":1728066171566,"stop":1728066171566,"duration":0}},{"uid":"3645fc6d8b238f93","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3645fc6d8b238f93","status":"passed","time":{"start":1728066512881,"stop":1728066512882,"duration":1}},{"uid":"45d70f38b8fe2209","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/45d70f38b8fe2209","status":"passed","time":{"start":1728057355628,"stop":1728057355628,"duration":0}},{"uid":"4955f849136db1c1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4955f849136db1c1","status":"passed","time":{"start":1728056563504,"stop":1728056563504,"duration":0}},{"uid":"ac335e9646a43b5b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ac335e9646a43b5b","status":"passed","time":{"start":1728056935466,"stop":1728056935466,"duration":0}},{"uid":"340ff00df52d1cfc","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/340ff00df52d1cfc","status":"passed","time":{"start":1728055614336,"stop":1728055614336,"duration":0}},{"uid":"6db371459645c6f3","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6db371459645c6f3","status":"passed","time":{"start":1728054752361,"stop":1728054752362,"duration":1}},{"uid":"5c8fa1c2b221cfa4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5c8fa1c2b221cfa4","status":"passed","time":{"start":1728052861016,"stop":1728052861016,"duration":0}},{"uid":"6c9829c6adafe2ee","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6c9829c6adafe2ee","status":"passed","time":{"start":1728046783417,"stop":1728046783417,"duration":0}},{"uid":"633c28546572952","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/633c28546572952","status":"passed","time":{"start":1728047429492,"stop":1728047429492,"duration":0}},{"uid":"1624b29c59162119","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1624b29c59162119","status":"passed","time":{"start":1728043084134,"stop":1728043084139,"duration":5}},{"uid":"f455470b5d9881c7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f455470b5d9881c7","status":"passed","time":{"start":1728035601388,"stop":1728035601388,"duration":0}},{"uid":"d121ff2381f72519","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d121ff2381f72519","status":"passed","time":{"start":1728033520528,"stop":1728033520528,"duration":0}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ec4b6a153450d516","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ec4b6a153450d516","status":"passed","time":{"start":1728085864170,"stop":1728085864170,"duration":0}},{"uid":"b3fd05dc9b637228","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b3fd05dc9b637228","status":"passed","time":{"start":1728084876398,"stop":1728084876399,"duration":1}},{"uid":"ffe4a3eaf9075041","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ffe4a3eaf9075041","status":"passed","time":{"start":1728083744355,"stop":1728083744356,"duration":1}},{"uid":"603814d8dc281df3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/603814d8dc281df3","status":"passed","time":{"start":1728082807448,"stop":1728082807448,"duration":0}},{"uid":"b7a70d6a4adc2cf6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b7a70d6a4adc2cf6","status":"passed","time":{"start":1728082139317,"stop":1728082139317,"duration":0}},{"uid":"a710d96d4f5956a5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a710d96d4f5956a5","status":"passed","time":{"start":1728068908056,"stop":1728068908056,"duration":0}},{"uid":"e36833a781e9dee5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e36833a781e9dee5","status":"passed","time":{"start":1728067784710,"stop":1728067784710,"duration":0}},{"uid":"dff6d6c9fe8e3a32","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dff6d6c9fe8e3a32","status":"passed","time":{"start":1728065631513,"stop":1728065631513,"duration":0}},{"uid":"1429db42e0fb2982","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1429db42e0fb2982","status":"passed","time":{"start":1728065920825,"stop":1728065920826,"duration":1}},{"uid":"54331ea4f6c359b8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/54331ea4f6c359b8","status":"passed","time":{"start":1728056811584,"stop":1728056811584,"duration":0}},{"uid":"59d995e7468c5fb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/59d995e7468c5fb","status":"passed","time":{"start":1728055983141,"stop":1728055983141,"duration":0}},{"uid":"be3b739b210c09a5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/be3b739b210c09a5","status":"passed","time":{"start":1728056303683,"stop":1728056303683,"duration":0}},{"uid":"201a7d8b1c696b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/201a7d8b1c696b","status":"passed","time":{"start":1728055114813,"stop":1728055114813,"duration":0}},{"uid":"975e7ef193431e6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/975e7ef193431e6","status":"passed","time":{"start":1728054093600,"stop":1728054093600,"duration":0}},{"uid":"c451951d67af5db9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c451951d67af5db9","status":"passed","time":{"start":1728052371187,"stop":1728052371187,"duration":0}},{"uid":"97ff5f7df6062b35","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/97ff5f7df6062b35","status":"passed","time":{"start":1728046051724,"stop":1728046051725,"duration":1}},{"uid":"a93225b06eea70a2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a93225b06eea70a2","status":"passed","time":{"start":1728046837810,"stop":1728046837811,"duration":1}},{"uid":"fa07295a03f90ec7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fa07295a03f90ec7","status":"passed","time":{"start":1728042907583,"stop":1728042907583,"duration":0}},{"uid":"ea1254591886a690","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ea1254591886a690","status":"passed","time":{"start":1728035469884,"stop":1728035469884,"duration":0}},{"uid":"e6c2b4e51684fb6f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e6c2b4e51684fb6f","status":"passed","time":{"start":1728033386394,"stop":1728033386394,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"7455c829c4445c54","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7455c829c4445c54","status":"passed","time":{"start":1728086203150,"stop":1728086203150,"duration":0}},{"uid":"b96df0b239e68f4c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b96df0b239e68f4c","status":"passed","time":{"start":1728085221337,"stop":1728085221338,"duration":1}},{"uid":"e6605a1f44b5bdd9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e6605a1f44b5bdd9","status":"passed","time":{"start":1728084029197,"stop":1728084029199,"duration":2}},{"uid":"585f7e317c3ae2ae","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/585f7e317c3ae2ae","status":"passed","time":{"start":1728083083027,"stop":1728083083028,"duration":1}},{"uid":"b027af152b8605c1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b027af152b8605c1","status":"passed","time":{"start":1728082390991,"stop":1728082390991,"duration":0}},{"uid":"5ab0de5bb8e7645b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5ab0de5bb8e7645b","status":"passed","time":{"start":1728069248387,"stop":1728069248387,"duration":0}},{"uid":"42f20ece34373573","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/42f20ece34373573","status":"passed","time":{"start":1728068031260,"stop":1728068031262,"duration":2}},{"uid":"5ede9d8699e2f7ed","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5ede9d8699e2f7ed","status":"passed","time":{"start":1728066046611,"stop":1728066046613,"duration":2}},{"uid":"ff60203fe14fa110","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ff60203fe14fa110","status":"passed","time":{"start":1728066341482,"stop":1728066341482,"duration":0}},{"uid":"e8008c44eed19b7b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e8008c44eed19b7b","status":"passed","time":{"start":1728057209572,"stop":1728057209572,"duration":0}},{"uid":"a1c4323a45b14e9f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a1c4323a45b14e9f","status":"passed","time":{"start":1728056305035,"stop":1728056305035,"duration":0}},{"uid":"dff22b817979083b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dff22b817979083b","status":"passed","time":{"start":1728056720935,"stop":1728056720935,"duration":0}},{"uid":"8fbdf496b8df3f05","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8fbdf496b8df3f05","status":"passed","time":{"start":1728052606356,"stop":1728052606357,"duration":1}},{"uid":"888842156af9218c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/888842156af9218c","status":"passed","time":{"start":1728046448380,"stop":1728046448380,"duration":0}},{"uid":"e1303ccfe195829b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e1303ccfe195829b","status":"passed","time":{"start":1728047258636,"stop":1728047258637,"duration":1}},{"uid":"65d0c8d0bf2d7f51","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/65d0c8d0bf2d7f51","status":"passed","time":{"start":1728043238308,"stop":1728043238309,"duration":1}},{"uid":"636771afd4531c42","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/636771afd4531c42","status":"passed","time":{"start":1728035872180,"stop":1728035872180,"duration":0}},{"uid":"679ba6424a9186b9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/679ba6424a9186b9","status":"passed","time":{"start":1728033783678,"stop":1728033783678,"duration":0}},{"uid":"75898ab711893666","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/75898ab711893666","status":"passed","time":{"start":1728033410937,"stop":1728033410937,"duration":0}},{"uid":"d0c787efccaccb2a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d0c787efccaccb2a","status":"passed","time":{"start":1728032924246,"stop":1728032924246,"duration":0}}]},"446baddf9eda9533250a72db2f32525b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"996f92ff45d5d092","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/996f92ff45d5d092","status":"passed","time":{"start":1728084029185,"stop":1728084029186,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c54a7f651671e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c54a7f651671e3","status":"passed","time":{"start":1728086171689,"stop":1728086171689,"duration":0}},{"uid":"f5471937bdac554","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f5471937bdac554","status":"passed","time":{"start":1728085184613,"stop":1728085184614,"duration":1}},{"uid":"5bf2a1ff6fe58f9e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5bf2a1ff6fe58f9e","status":"passed","time":{"start":1728084018342,"stop":1728084018342,"duration":0}},{"uid":"f10d98be3d2a3bc0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f10d98be3d2a3bc0","status":"passed","time":{"start":1728083065657,"stop":1728083065658,"duration":1}},{"uid":"fed8b8c2f9ec71b4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fed8b8c2f9ec71b4","status":"passed","time":{"start":1728069218811,"stop":1728069218811,"duration":0}},{"uid":"84df93be491a513d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/84df93be491a513d","status":"passed","time":{"start":1728046261808,"stop":1728046261808,"duration":0}},{"uid":"a3db2aee62909011","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a3db2aee62909011","status":"passed","time":{"start":1728043204066,"stop":1728043204067,"duration":1}},{"uid":"e520156e64d5618e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e520156e64d5618e","status":"passed","time":{"start":1728035785862,"stop":1728035785862,"duration":0}},{"uid":"7c33933674897d6c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7c33933674897d6c","status":"passed","time":{"start":1728033696322,"stop":1728033696322,"duration":0}},{"uid":"cd6e139f6fe4bc25","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/cd6e139f6fe4bc25","status":"passed","time":{"start":1728033319472,"stop":1728033319472,"duration":0}},{"uid":"3fcefde5f8d9db4e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3fcefde5f8d9db4e","status":"passed","time":{"start":1728032886540,"stop":1728032886541,"duration":1}},{"uid":"1da3181c14b873aa","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1da3181c14b873aa","status":"passed","time":{"start":1728032520620,"stop":1728032520620,"duration":0}},{"uid":"c9ec655d54eeef34","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c9ec655d54eeef34","status":"passed","time":{"start":1728032252759,"stop":1728032252760,"duration":1}}]},"c55ad7933a7432ed0730e2ab46cb9a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"67163ce93e42a026","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/67163ce93e42a026","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728049755693,"stop":1728049755693,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"5305a9eda285a811","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5305a9eda285a811","status":"passed","time":{"start":1728085872749,"stop":1728085872750,"duration":1}},{"uid":"2f33ec8ff037b4d9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2f33ec8ff037b4d9","status":"passed","time":{"start":1728084885258,"stop":1728084885258,"duration":0}},{"uid":"1c27e5e7f5d412bc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1c27e5e7f5d412bc","status":"passed","time":{"start":1728083752748,"stop":1728083752748,"duration":0}},{"uid":"e3f48fc5170a1ce1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e3f48fc5170a1ce1","status":"passed","time":{"start":1728082815938,"stop":1728082815939,"duration":1}},{"uid":"c7368bfb962210f8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c7368bfb962210f8","status":"passed","time":{"start":1728082148004,"stop":1728082148004,"duration":0}},{"uid":"79048619b84e2871","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/79048619b84e2871","status":"passed","time":{"start":1728068916848,"stop":1728068916848,"duration":0}},{"uid":"328d38cdcde04fac","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/328d38cdcde04fac","status":"passed","time":{"start":1728067793139,"stop":1728067793139,"duration":0}},{"uid":"59a8501ac8caf2b8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/59a8501ac8caf2b8","status":"passed","time":{"start":1728065639908,"stop":1728065639908,"duration":0}},{"uid":"5ed29dca756e7736","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5ed29dca756e7736","status":"passed","time":{"start":1728065929475,"stop":1728065929475,"duration":0}},{"uid":"61b6403675cffbfb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/61b6403675cffbfb","status":"passed","time":{"start":1728056820059,"stop":1728056820063,"duration":4}},{"uid":"72539599073c594a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/72539599073c594a","status":"passed","time":{"start":1728055991711,"stop":1728055991711,"duration":0}},{"uid":"7b5159161b32c3c4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7b5159161b32c3c4","status":"passed","time":{"start":1728056312131,"stop":1728056312131,"duration":0}},{"uid":"29575f5234afe3b0","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/29575f5234afe3b0","status":"passed","time":{"start":1728055123420,"stop":1728055123420,"duration":0}},{"uid":"9b132fa509ac6ff9","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9b132fa509ac6ff9","status":"passed","time":{"start":1728054102201,"stop":1728054102201,"duration":0}},{"uid":"78edca9f13b57ed","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/78edca9f13b57ed","status":"passed","time":{"start":1728052379790,"stop":1728052379790,"duration":0}},{"uid":"e3e5386521144563","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e3e5386521144563","status":"passed","time":{"start":1728046060554,"stop":1728046060554,"duration":0}},{"uid":"c3f7fb892e53f0c0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c3f7fb892e53f0c0","status":"passed","time":{"start":1728046846364,"stop":1728046846364,"duration":0}},{"uid":"2435febd6db4b427","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2435febd6db4b427","status":"passed","time":{"start":1728042916075,"stop":1728042916075,"duration":0}},{"uid":"bc265b0200a3fb27","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bc265b0200a3fb27","status":"passed","time":{"start":1728035478732,"stop":1728035478733,"duration":1}},{"uid":"74d310e1850d69e6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/74d310e1850d69e6","status":"passed","time":{"start":1728033395135,"stop":1728033395136,"duration":1}}]},"f00bc9dfc97dfed0f1bd8ed723406635:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77e4a1037d2bf183","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/77e4a1037d2bf183","status":"passed","time":{"start":1728083147583,"stop":1728083147584,"duration":1}}]},"b2899eddcd9a64f015f5e8d0637dc235:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85abcafbe96e1fd4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/85abcafbe96e1fd4","status":"passed","time":{"start":1728082438071,"stop":1728082438071,"duration":0}}]},"e310ae6f1123d1228ec800031bd50b27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e792bb06da29e46","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e792bb06da29e46","status":"passed","time":{"start":1728032614676,"stop":1728032614676,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"3fba57b5d31dbe8f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3fba57b5d31dbe8f","status":"passed","time":{"start":1728086207861,"stop":1728086207862,"duration":1}},{"uid":"d3b4f05a9dfbdafd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d3b4f05a9dfbdafd","status":"passed","time":{"start":1728085227784,"stop":1728085227785,"duration":1}},{"uid":"ee93f23cd874cb92","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ee93f23cd874cb92","status":"passed","time":{"start":1728084031087,"stop":1728084031087,"duration":0}},{"uid":"8e5223df9ac4ffd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8e5223df9ac4ffd","status":"passed","time":{"start":1728083085061,"stop":1728083085061,"duration":0}},{"uid":"d5e07aa3821bdbf8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d5e07aa3821bdbf8","status":"passed","time":{"start":1728082402953,"stop":1728082402953,"duration":0}},{"uid":"7611d7cb5d725a28","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7611d7cb5d725a28","status":"passed","time":{"start":1728069256717,"stop":1728069256717,"duration":0}},{"uid":"20ccd1cec06b560b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/20ccd1cec06b560b","status":"passed","time":{"start":1728068039043,"stop":1728068039043,"duration":0}},{"uid":"6560ccd0b2f914db","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6560ccd0b2f914db","status":"passed","time":{"start":1728066054973,"stop":1728066054973,"duration":0}},{"uid":"434ecda159b2d0cf","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/434ecda159b2d0cf","status":"passed","time":{"start":1728066345490,"stop":1728066345491,"duration":1}},{"uid":"ef6e8056c3c25c3f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ef6e8056c3c25c3f","status":"passed","time":{"start":1728057218512,"stop":1728057218512,"duration":0}},{"uid":"25cd537c68ae9354","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/25cd537c68ae9354","status":"passed","time":{"start":1728056313095,"stop":1728056313095,"duration":0}},{"uid":"193ec45725abb6c5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/193ec45725abb6c5","status":"passed","time":{"start":1728056731757,"stop":1728056731757,"duration":0}},{"uid":"5f2ad5157a0a18b2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5f2ad5157a0a18b2","status":"passed","time":{"start":1728052615125,"stop":1728052615125,"duration":0}},{"uid":"d831a5ee15060b7b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d831a5ee15060b7b","status":"passed","time":{"start":1728046456498,"stop":1728046456498,"duration":0}},{"uid":"72fca5c9ca08ff25","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/72fca5c9ca08ff25","status":"passed","time":{"start":1728047262757,"stop":1728047262757,"duration":0}},{"uid":"b553012a80a6ef0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b553012a80a6ef0","status":"passed","time":{"start":1728043245047,"stop":1728043245047,"duration":0}},{"uid":"94743279201f7357","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/94743279201f7357","status":"passed","time":{"start":1728035876557,"stop":1728035876557,"duration":0}},{"uid":"b2e6361f25397e40","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b2e6361f25397e40","status":"passed","time":{"start":1728033795249,"stop":1728033795249,"duration":0}},{"uid":"23aa830088ab66cd","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/23aa830088ab66cd","status":"passed","time":{"start":1728033412115,"stop":1728033412116,"duration":1}},{"uid":"b6c2884da393eea4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b6c2884da393eea4","status":"passed","time":{"start":1728032929714,"stop":1728032929714,"duration":0}}]},"5d4080ca8e2f7538f9183736699066b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"505f9a243f81a4f9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/505f9a243f81a4f9","status":"passed","time":{"start":1728083113926,"stop":1728083113927,"duration":1}}]},"c8be8c81c7bfd869366a3b65c4485d03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56ab5a775177215b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/56ab5a775177215b","status":"passed","time":{"start":1728056619537,"stop":1728056619537,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"cff3f067dfccf75","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cff3f067dfccf75","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0}},{"uid":"b9c4264051bd112e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b9c4264051bd112e","status":"passed","time":{"start":1728085210782,"stop":1728085210783,"duration":1}},{"uid":"f0be8e0234511039","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f0be8e0234511039","status":"passed","time":{"start":1728084019219,"stop":1728084019219,"duration":0}},{"uid":"7ef86cc85bf601cb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7ef86cc85bf601cb","status":"passed","time":{"start":1728083073182,"stop":1728083073182,"duration":0}},{"uid":"5aa9ba49b89d115b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5aa9ba49b89d115b","status":"passed","time":{"start":1728082380602,"stop":1728082380603,"duration":1}},{"uid":"ad1a9bfd75bc4b73","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ad1a9bfd75bc4b73","status":"passed","time":{"start":1728069243909,"stop":1728069243909,"duration":0}},{"uid":"13bbcb5c0e14f5d2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/13bbcb5c0e14f5d2","status":"passed","time":{"start":1728068023977,"stop":1728068023977,"duration":0}},{"uid":"1c12e7145ccdc218","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1c12e7145ccdc218","status":"passed","time":{"start":1728066039428,"stop":1728066039428,"duration":0}},{"uid":"93eb6b8aabce0a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/93eb6b8aabce0a","status":"passed","time":{"start":1728066332299,"stop":1728066332299,"duration":0}},{"uid":"a6befa9e66b75146","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a6befa9e66b75146","status":"passed","time":{"start":1728057201500,"stop":1728057201501,"duration":1}},{"uid":"613b67d5f5182868","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/613b67d5f5182868","status":"passed","time":{"start":1728056297749,"stop":1728056297749,"duration":0}},{"uid":"a1ee19080edc2a85","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a1ee19080edc2a85","status":"passed","time":{"start":1728056712671,"stop":1728056712672,"duration":1}},{"uid":"fd2cae779ffe944d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fd2cae779ffe944d","status":"passed","time":{"start":1728046441177,"stop":1728046441177,"duration":0}},{"uid":"321e8b7ae5806c1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/321e8b7ae5806c1","status":"passed","time":{"start":1728047249312,"stop":1728047249312,"duration":0}},{"uid":"90ce6708d2faff90","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/90ce6708d2faff90","status":"passed","time":{"start":1728043229839,"stop":1728043229839,"duration":0}},{"uid":"e95ed3c28029df43","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e95ed3c28029df43","status":"passed","time":{"start":1728035863631,"stop":1728035863631,"duration":0}},{"uid":"f275f209c482ec2b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f275f209c482ec2b","status":"passed","time":{"start":1728033776181,"stop":1728033776181,"duration":0}},{"uid":"95ebad497c5a8f82","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/95ebad497c5a8f82","status":"passed","time":{"start":1728033398517,"stop":1728033398517,"duration":0}},{"uid":"d28cf46604c3a26c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d28cf46604c3a26c","status":"passed","time":{"start":1728032910526,"stop":1728032910527,"duration":1}},{"uid":"325a30c0b5a0c48a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/325a30c0b5a0c48a","status":"passed","time":{"start":1728032542835,"stop":1728032542836,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"dd419a9917c3b28e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd419a9917c3b28e","status":"passed","time":{"start":1728085948112,"stop":1728085948113,"duration":1}},{"uid":"e0c75cc4fbcca0ee","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e0c75cc4fbcca0ee","status":"passed","time":{"start":1728084962842,"stop":1728084962842,"duration":0}},{"uid":"595b2fe1062ce97","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/595b2fe1062ce97","status":"passed","time":{"start":1728083828782,"stop":1728083828783,"duration":1}},{"uid":"f870009a3dda244c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f870009a3dda244c","status":"passed","time":{"start":1728082892715,"stop":1728082892716,"duration":1}},{"uid":"9a49a265a336ac0d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9a49a265a336ac0d","status":"passed","time":{"start":1728082222476,"stop":1728082222477,"duration":1}},{"uid":"88d330bb8a196deb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/88d330bb8a196deb","status":"passed","time":{"start":1728068994840,"stop":1728068994840,"duration":0}},{"uid":"5d17d681f879088f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5d17d681f879088f","status":"passed","time":{"start":1728067859836,"stop":1728067859836,"duration":0}},{"uid":"2de9da547e81dfb0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2de9da547e81dfb0","status":"passed","time":{"start":1728065708186,"stop":1728065708186,"duration":0}},{"uid":"5de92e376427e98","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5de92e376427e98","status":"passed","time":{"start":1728065996327,"stop":1728065996328,"duration":1}},{"uid":"7001453fcc08d180","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7001453fcc08d180","status":"passed","time":{"start":1728056884974,"stop":1728056884975,"duration":1}},{"uid":"b3f24ef18455d719","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b3f24ef18455d719","status":"passed","time":{"start":1728056059743,"stop":1728056059743,"duration":0}},{"uid":"f971e164b44688f9","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f971e164b44688f9","status":"passed","time":{"start":1728056378310,"stop":1728056378310,"duration":0}},{"uid":"faea7855995c567e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/faea7855995c567e","status":"passed","time":{"start":1728055189862,"stop":1728055189862,"duration":0}},{"uid":"580bd52cbd235460","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/580bd52cbd235460","status":"passed","time":{"start":1728054168093,"stop":1728054168094,"duration":1}},{"uid":"c8224b8eede2016d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c8224b8eede2016d","status":"passed","time":{"start":1728052446019,"stop":1728052446019,"duration":0}},{"uid":"6df158e86cd63bb3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6df158e86cd63bb3","status":"passed","time":{"start":1728046135442,"stop":1728046135444,"duration":2}},{"uid":"55c56a202b942748","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/55c56a202b942748","status":"passed","time":{"start":1728046911864,"stop":1728046911864,"duration":0}},{"uid":"dcb8e26cb158ff5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dcb8e26cb158ff5","status":"passed","time":{"start":1728042990784,"stop":1728042990785,"duration":1}},{"uid":"2890bb13af49394f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2890bb13af49394f","status":"passed","time":{"start":1728035552822,"stop":1728035552823,"duration":1}},{"uid":"971d6cc6412f3eb7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/971d6cc6412f3eb7","status":"passed","time":{"start":1728033475120,"stop":1728033475122,"duration":2}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2f1c9212fb9f6003","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2f1c9212fb9f6003","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0}},{"uid":"6c730fbd6ca41e4d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6c730fbd6ca41e4d","status":"passed","time":{"start":1728085184636,"stop":1728085184637,"duration":1}},{"uid":"b92057f8ce7a452c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b92057f8ce7a452c","status":"passed","time":{"start":1728084018349,"stop":1728084018349,"duration":0}},{"uid":"1b8d75b50b33ac4e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1b8d75b50b33ac4e","status":"passed","time":{"start":1728083065665,"stop":1728083065666,"duration":1}},{"uid":"e28948900c8adfdb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e28948900c8adfdb","status":"passed","time":{"start":1728069218825,"stop":1728069218825,"duration":0}},{"uid":"70729d6352393048","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/70729d6352393048","status":"passed","time":{"start":1728046261818,"stop":1728046261818,"duration":0}},{"uid":"b2a2cdca087e6a0d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b2a2cdca087e6a0d","status":"passed","time":{"start":1728043204075,"stop":1728043204076,"duration":1}},{"uid":"fd28e0d67023784d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fd28e0d67023784d","status":"passed","time":{"start":1728035785870,"stop":1728035785870,"duration":0}},{"uid":"9867a5815177e416","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9867a5815177e416","status":"passed","time":{"start":1728033696340,"stop":1728033696340,"duration":0}},{"uid":"f5ff2e6f28f02828","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f5ff2e6f28f02828","status":"passed","time":{"start":1728033319484,"stop":1728033319485,"duration":1}},{"uid":"d00d65566b544971","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d00d65566b544971","status":"passed","time":{"start":1728032886549,"stop":1728032886549,"duration":0}},{"uid":"311e4ec37e1f8e5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/311e4ec37e1f8e5","status":"passed","time":{"start":1728032520628,"stop":1728032520628,"duration":0}},{"uid":"194ba13dae259459","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/194ba13dae259459","status":"passed","time":{"start":1728032252768,"stop":1728032252768,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":14,"unknown":0,"total":24},"items":[{"uid":"51b512b67749883","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51b512b67749883","status":"passed","time":{"start":1728085985728,"stop":1728085985729,"duration":1}},{"uid":"16a054e0e2a8c6f9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/16a054e0e2a8c6f9","status":"passed","time":{"start":1728085001721,"stop":1728085001721,"duration":0}},{"uid":"1d189f60c6e982e7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1d189f60c6e982e7","status":"passed","time":{"start":1728083861264,"stop":1728083861264,"duration":0}},{"uid":"38dd2ed3b9a16405","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/38dd2ed3b9a16405","status":"passed","time":{"start":1728082925015,"stop":1728082925016,"duration":1}},{"uid":"ce1d2387c8dde2c8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ce1d2387c8dde2c8","status":"passed","time":{"start":1728082250477,"stop":1728082250478,"duration":1}},{"uid":"8ad15a44489170dc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8ad15a44489170dc","status":"passed","time":{"start":1728069031988,"stop":1728069031988,"duration":0}},{"uid":"15595caa440b652c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/15595caa440b652c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728067894677,"stop":1728067894678,"duration":1}},{"uid":"5513c8bd25bae518","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5513c8bd25bae518","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728065742248,"stop":1728065742248,"duration":0}},{"uid":"c16e8ae718ce9c79","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c16e8ae718ce9c79","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728066030919,"stop":1728066030919,"duration":0}},{"uid":"1a0a283ac0902ff1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1a0a283ac0902ff1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728056918199,"stop":1728056918199,"duration":0}},{"uid":"fba9e5559ed3f6ed","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fba9e5559ed3f6ed","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728056094421,"stop":1728056094421,"duration":0}},{"uid":"7ebab3a863f09fe5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7ebab3a863f09fe5","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728056412838,"stop":1728056412838,"duration":0}},{"uid":"3106f8fb25d6d76c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3106f8fb25d6d76c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728055224113,"stop":1728055224113,"duration":0}},{"uid":"a2ab75abe11ae3f6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a2ab75abe11ae3f6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728054202622,"stop":1728054202623,"duration":1}},{"uid":"c17d0a5463f70122","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c17d0a5463f70122","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728052480656,"stop":1728052480656,"duration":0}},{"uid":"347ea2a40986d0c9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/347ea2a40986d0c9","status":"passed","time":{"start":1728046164806,"stop":1728046164807,"duration":1}},{"uid":"4a0e7f5464a8acb6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4a0e7f5464a8acb6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/peer_management.spec.ts)","time":{"start":1728046948136,"stop":1728046948136,"duration":0}},{"uid":"26d5784edd18b5f0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/26d5784edd18b5f0","status":"passed","time":{"start":1728043026640,"stop":1728043026641,"duration":1}},{"uid":"ba2d09f8adc6f65b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ba2d09f8adc6f65b","status":"passed","time":{"start":1728035592877,"stop":1728035592877,"duration":0}},{"uid":"97a5733f5c02003c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/97a5733f5c02003c","status":"passed","time":{"start":1728033511114,"stop":1728033511114,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"979fddc9c7161e5e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/979fddc9c7161e5e","status":"passed","time":{"start":1728085886583,"stop":1728085886585,"duration":2}},{"uid":"77042f0395650f9b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/77042f0395650f9b","status":"passed","time":{"start":1728084899910,"stop":1728084899912,"duration":2}},{"uid":"5fb85cbde8b6976e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5fb85cbde8b6976e","status":"passed","time":{"start":1728083766742,"stop":1728083766744,"duration":2}},{"uid":"29e86f22f5ec9ef4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/29e86f22f5ec9ef4","status":"passed","time":{"start":1728082830226,"stop":1728082830228,"duration":2}},{"uid":"fe084ee1d6c48c6c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fe084ee1d6c48c6c","status":"passed","time":{"start":1728082162144,"stop":1728082162146,"duration":2}},{"uid":"3c8519e5202e0bd9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3c8519e5202e0bd9","status":"passed","time":{"start":1728068931396,"stop":1728068931398,"duration":2}},{"uid":"7164bb7c8fbb3491","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7164bb7c8fbb3491","status":"passed","time":{"start":1728067807182,"stop":1728067807183,"duration":1}},{"uid":"4828b1c0d9d2ebcc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4828b1c0d9d2ebcc","status":"passed","time":{"start":1728065654130,"stop":1728065654133,"duration":3}},{"uid":"9cf41738bdfbbfb8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9cf41738bdfbbfb8","status":"passed","time":{"start":1728065943826,"stop":1728065943827,"duration":1}},{"uid":"a6e5bce39c07a203","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a6e5bce39c07a203","status":"passed","time":{"start":1728056833770,"stop":1728056833772,"duration":2}},{"uid":"27f217383816f8d9","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/27f217383816f8d9","status":"passed","time":{"start":1728056005735,"stop":1728056005738,"duration":3}},{"uid":"4028c3ea1901d56c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4028c3ea1901d56c","status":"passed","time":{"start":1728056326006,"stop":1728056326007,"duration":1}},{"uid":"fb4604f36fa2efb3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fb4604f36fa2efb3","status":"passed","time":{"start":1728055137725,"stop":1728055137726,"duration":1}},{"uid":"396e8c928680d177","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/396e8c928680d177","status":"passed","time":{"start":1728054116328,"stop":1728054116330,"duration":2}},{"uid":"c4c003375b358d54","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c4c003375b358d54","status":"passed","time":{"start":1728052394036,"stop":1728052394037,"duration":1}},{"uid":"d3a8f094318532b5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d3a8f094318532b5","status":"passed","time":{"start":1728046075298,"stop":1728046075300,"duration":2}},{"uid":"433faff3ad437a5f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/433faff3ad437a5f","status":"passed","time":{"start":1728046860421,"stop":1728046860424,"duration":3}},{"uid":"4c6818986148cb2c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4c6818986148cb2c","status":"passed","time":{"start":1728042930346,"stop":1728042930355,"duration":9}},{"uid":"faa20e1316ca99fe","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/faa20e1316ca99fe","status":"passed","time":{"start":1728035493444,"stop":1728035493445,"duration":1}},{"uid":"eb53053416904f2a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/eb53053416904f2a","status":"passed","time":{"start":1728033409483,"stop":1728033409485,"duration":2}}]},"d0faf5a597d12fec18adc8ca5f8a08f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61217fa998b00381","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/61217fa998b00381","status":"passed","time":{"start":1728047681517,"stop":1728047681517,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"812c926da28a2c48","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/812c926da28a2c48","status":"passed","time":{"start":1728086226458,"stop":1728086226459,"duration":1}},{"uid":"8351006f012eecc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8351006f012eecc","status":"passed","time":{"start":1728085246257,"stop":1728085246257,"duration":0}},{"uid":"f621eefc082a27ed","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f621eefc082a27ed","status":"passed","time":{"start":1728084078518,"stop":1728084078518,"duration":0}},{"uid":"f7eed3c767d780d7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f7eed3c767d780d7","status":"passed","time":{"start":1728083124996,"stop":1728083124997,"duration":1}},{"uid":"4697054651924e44","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4697054651924e44","status":"passed","time":{"start":1728082441003,"stop":1728082441003,"duration":0}},{"uid":"9e042b06f33f84d8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9e042b06f33f84d8","status":"passed","time":{"start":1728069279723,"stop":1728069279723,"duration":0}},{"uid":"678dad565cddef20","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/678dad565cddef20","status":"passed","time":{"start":1728046402342,"stop":1728046402343,"duration":1}},{"uid":"89be3d0cbc28636f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/89be3d0cbc28636f","status":"passed","time":{"start":1728043267010,"stop":1728043267017,"duration":7}},{"uid":"caea03d3c1e5c70d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/caea03d3c1e5c70d","status":"passed","time":{"start":1728035855883,"stop":1728035855884,"duration":1}},{"uid":"e01a776b3907dfcc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e01a776b3907dfcc","status":"passed","time":{"start":1728033769194,"stop":1728033769194,"duration":0}},{"uid":"257fa483ad11b384","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/257fa483ad11b384","status":"passed","time":{"start":1728033391622,"stop":1728033391622,"duration":0}},{"uid":"2326238bee13c5cd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2326238bee13c5cd","status":"passed","time":{"start":1728032951628,"stop":1728032951628,"duration":0}},{"uid":"fadf9d9a2e800575","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fadf9d9a2e800575","status":"passed","time":{"start":1728032582491,"stop":1728032582492,"duration":1}},{"uid":"7b7f72b281dbb51d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7b7f72b281dbb51d","status":"passed","time":{"start":1728032304542,"stop":1728032304542,"duration":0}}]},"c7978ec06412ba7143c3ac27d38dcf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85885bc317668f7a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/85885bc317668f7a","status":"passed","time":{"start":1728035844063,"stop":1728035844063,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":17,"unknown":0,"total":24},"items":[{"uid":"15e69bbf7e93937b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/15e69bbf7e93937b","status":"passed","time":{"start":1728085966218,"stop":1728085966219,"duration":1}},{"uid":"fde979632fbb9858","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fde979632fbb9858","status":"passed","time":{"start":1728084983080,"stop":1728084983081,"duration":1}},{"uid":"bddfe1d757760132","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bddfe1d757760132","status":"passed","time":{"start":1728083842841,"stop":1728083842842,"duration":1}},{"uid":"3113f5242bc4721f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3113f5242bc4721f","status":"passed","time":{"start":1728082916505,"stop":1728082916506,"duration":1}},{"uid":"5dbaf1af6920828b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5dbaf1af6920828b","status":"passed","time":{"start":1728082241792,"stop":1728082241796,"duration":4}},{"uid":"365622ab0f1e4731","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/365622ab0f1e4731","status":"passed","time":{"start":1728069013706,"stop":1728069013706,"duration":0}},{"uid":"552be91c476ebc47","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/552be91c476ebc47","status":"passed","time":{"start":1728067876053,"stop":1728067876054,"duration":1}},{"uid":"fec8e5d37c68a06f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fec8e5d37c68a06f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728065858384,"stop":1728065858384,"duration":0}},{"uid":"90346c9d90e6572b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/90346c9d90e6572b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728066146524,"stop":1728066146525,"duration":1}},{"uid":"a108328385dd073c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a108328385dd073c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728057035171,"stop":1728057035171,"duration":0}},{"uid":"ebf9b19c59e9e9d4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ebf9b19c59e9e9d4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056213612,"stop":1728056213612,"duration":0}},{"uid":"f282ba1289a856fd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f282ba1289a856fd","status":"passed","time":{"start":1728056529728,"stop":1728056529729,"duration":1}},{"uid":"a8bc3627e51a2e89","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a8bc3627e51a2e89","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728055342803,"stop":1728055342803,"duration":0}},{"uid":"bc81504b3df1d047","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/bc81504b3df1d047","status":"passed","time":{"start":1728054321005,"stop":1728054321006,"duration":1}},{"uid":"18af454d3614c5bc","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/18af454d3614c5bc","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728052583018,"stop":1728052583018,"duration":0}},{"uid":"4939f9f006eabd2e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4939f9f006eabd2e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728046285799,"stop":1728046285800,"duration":1}},{"uid":"aa0fe0949fa7bd32","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/aa0fe0949fa7bd32","status":"passed","time":{"start":1728047065360,"stop":1728047065361,"duration":1}},{"uid":"d52431428f7b3a92","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d52431428f7b3a92","status":"passed","time":{"start":1728043011839,"stop":1728043011839,"duration":0}},{"uid":"5e9634f5af0f978a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5e9634f5af0f978a","status":"passed","time":{"start":1728035574557,"stop":1728035574557,"duration":0}},{"uid":"5bc9d277f18e17f1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5bc9d277f18e17f1","status":"passed","time":{"start":1728033489602,"stop":1728033489602,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":14,"unknown":0,"total":24},"items":[{"uid":"297c2a5ab0ba7243","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/297c2a5ab0ba7243","status":"passed","time":{"start":1728086226454,"stop":1728086226456,"duration":2}},{"uid":"b8d45318c3081401","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b8d45318c3081401","status":"passed","time":{"start":1728085246255,"stop":1728085246256,"duration":1}},{"uid":"b98c291e505ce6aa","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b98c291e505ce6aa","status":"passed","time":{"start":1728084078511,"stop":1728084078511,"duration":0}},{"uid":"886df671d21d258c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/886df671d21d258c","status":"passed","time":{"start":1728083124992,"stop":1728083124993,"duration":1}},{"uid":"a0786717e7f0ed21","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a0786717e7f0ed21","status":"passed","time":{"start":1728082440999,"stop":1728082441000,"duration":1}},{"uid":"44366d007449485d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/44366d007449485d","status":"passed","time":{"start":1728069279719,"stop":1728069279719,"duration":0}},{"uid":"f0393261fc5a7b22","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f0393261fc5a7b22","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728067996204,"stop":1728067996204,"duration":0}},{"uid":"d3f8c650d797682","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d3f8c650d797682","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728065908544,"stop":1728065908544,"duration":0}},{"uid":"523f7f00608451","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/523f7f00608451","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728066196761,"stop":1728066196761,"duration":0}},{"uid":"7685804ace714e83","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7685804ace714e83","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728057085402,"stop":1728057085403,"duration":1}},{"uid":"a017ad14fdeb4362","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a017ad14fdeb4362","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728056228038,"stop":1728056228039,"duration":1}},{"uid":"11786841086d31bf","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/11786841086d31bf","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728056579928,"stop":1728056579928,"duration":0}},{"uid":"d56573d9796dfa9d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d56573d9796dfa9d","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728055340296,"stop":1728055340296,"duration":0}},{"uid":"fa381f1b8c6c8145","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/fa381f1b8c6c8145","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728054311673,"stop":1728054311673,"duration":0}},{"uid":"3dd8f7f3a0257ec1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3dd8f7f3a0257ec1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728052515623,"stop":1728052515623,"duration":0}},{"uid":"da9f6afa6875466b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/da9f6afa6875466b","status":"passed","time":{"start":1728046402335,"stop":1728046402340,"duration":5}},{"uid":"40a861d61184ff1e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/40a861d61184ff1e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1728047115524,"stop":1728047115524,"duration":0}},{"uid":"76aacdc05c6fdcae","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/76aacdc05c6fdcae","status":"passed","time":{"start":1728043266993,"stop":1728043266996,"duration":3}},{"uid":"e39870324459c090","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e39870324459c090","status":"passed","time":{"start":1728035855872,"stop":1728035855875,"duration":3}},{"uid":"4513ca080a22e8d7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4513ca080a22e8d7","status":"passed","time":{"start":1728033769190,"stop":1728033769191,"duration":1}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd562719f19c0bff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd562719f19c0bff","status":"passed","time":{"start":1728085985734,"stop":1728085985735,"duration":1}},{"uid":"729a62c744a5b1e6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/729a62c744a5b1e6","status":"passed","time":{"start":1728085001738,"stop":1728085001738,"duration":0}},{"uid":"1f0904f6da7a1056","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1f0904f6da7a1056","status":"passed","time":{"start":1728083861274,"stop":1728083861275,"duration":1}},{"uid":"3c36708c4ea7b3dd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3c36708c4ea7b3dd","status":"passed","time":{"start":1728082925024,"stop":1728082925024,"duration":0}},{"uid":"d2adeaf79675654b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d2adeaf79675654b","status":"passed","time":{"start":1728082250486,"stop":1728082250487,"duration":1}},{"uid":"30b34dd875a4b217","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/30b34dd875a4b217","status":"passed","time":{"start":1728069032012,"stop":1728069032014,"duration":2}},{"uid":"2d657ea1c2a2a767","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2d657ea1c2a2a767","status":"passed","time":{"start":1728046164810,"stop":1728046164811,"duration":1}},{"uid":"aec7b6242ec1fcbd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aec7b6242ec1fcbd","status":"passed","time":{"start":1728043026647,"stop":1728043026648,"duration":1}},{"uid":"d59151386a13b129","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d59151386a13b129","status":"passed","time":{"start":1728035592889,"stop":1728035592890,"duration":1}},{"uid":"9682fc00d4896005","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9682fc00d4896005","status":"passed","time":{"start":1728033511121,"stop":1728033511121,"duration":0}},{"uid":"7b91d09f0cb5912d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7b91d09f0cb5912d","status":"passed","time":{"start":1728033134838,"stop":1728033134838,"duration":0}},{"uid":"1d7f72bdf14efa10","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1d7f72bdf14efa10","status":"passed","time":{"start":1728032703349,"stop":1728032703350,"duration":1}},{"uid":"d3b37d7076429f5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d3b37d7076429f5","status":"passed","time":{"start":1728032339223,"stop":1728032339223,"duration":0}},{"uid":"75d09c7b2cff4641","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/75d09c7b2cff4641","status":"passed","time":{"start":1728032058201,"stop":1728032058202,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"1d799a91f795af63","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1d799a91f795af63","status":"passed","time":{"start":1728086260315,"stop":1728086260315,"duration":0}},{"uid":"aa3f90189115e642","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/aa3f90189115e642","status":"passed","time":{"start":1728085269084,"stop":1728085269084,"duration":0}},{"uid":"de315b93f767e8a7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/de315b93f767e8a7","status":"passed","time":{"start":1728069312638,"stop":1728069312638,"duration":0}},{"uid":"76e5a2652b2c29f3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/76e5a2652b2c29f3","status":"passed","time":{"start":1728046423445,"stop":1728046423446,"duration":1}},{"uid":"6aa97052a3ec5f3a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6aa97052a3ec5f3a","status":"passed","time":{"start":1728043297182,"stop":1728043297182,"duration":0}},{"uid":"efd42c3909448ffd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/efd42c3909448ffd","status":"passed","time":{"start":1728035880160,"stop":1728035880160,"duration":0}},{"uid":"4d650de3294b34f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4d650de3294b34f","status":"passed","time":{"start":1728033788830,"stop":1728033788832,"duration":2}},{"uid":"a8628266281e3381","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a8628266281e3381","status":"passed","time":{"start":1728033423644,"stop":1728033423644,"duration":0}},{"uid":"55655795ac11eef1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/55655795ac11eef1","status":"passed","time":{"start":1728032985143,"stop":1728032985144,"duration":1}},{"uid":"6723828282d98c28","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6723828282d98c28","status":"passed","time":{"start":1728032614943,"stop":1728032614943,"duration":0}},{"uid":"abb1e75650c476fb","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/abb1e75650c476fb","status":"passed","time":{"start":1728032348379,"stop":1728032348379,"duration":0}}]},"f58cf89673031c36900310f79068419d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4659471247322042","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4659471247322042","status":"passed","time":{"start":1728032886548,"stop":1728032886548,"duration":0}}]},"dd58ae6b67499ed11ce66322abcc9799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71956339850d96b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/71956339850d96b","status":"passed","time":{"start":1728035911096,"stop":1728035911098,"duration":2}}]},"bbd920608e5bea20c4784470018a9915:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9d4f08002dbe9872","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9d4f08002dbe9872","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494813,"stop":1728047494813,"duration":0}}]},"329098d6e4f899a3c94ee9f6efd67ded:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea77ebb454d9abb3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ea77ebb454d9abb3","status":"passed","time":{"start":1728055761109,"stop":1728055761109,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"535643171a880ed1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/535643171a880ed1","status":"passed","time":{"start":1728086207887,"stop":1728086207896,"duration":9}},{"uid":"5095cc929671aa18","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5095cc929671aa18","status":"passed","time":{"start":1728085227790,"stop":1728085227790,"duration":0}},{"uid":"c88f6fe585f68b5d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c88f6fe585f68b5d","status":"passed","time":{"start":1728084031090,"stop":1728084031090,"duration":0}},{"uid":"fab44a659d4020c9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fab44a659d4020c9","status":"passed","time":{"start":1728083085064,"stop":1728083085064,"duration":0}},{"uid":"fbbf2bcbdd600560","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/fbbf2bcbdd600560","status":"passed","time":{"start":1728082402957,"stop":1728082402957,"duration":0}},{"uid":"4aefd560c3aaf448","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4aefd560c3aaf448","status":"passed","time":{"start":1728069256721,"stop":1728069256721,"duration":0}},{"uid":"d62a64587bf74ec0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d62a64587bf74ec0","status":"passed","time":{"start":1728068039046,"stop":1728068039047,"duration":1}},{"uid":"114caa7e23d0be9c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/114caa7e23d0be9c","status":"passed","time":{"start":1728066054976,"stop":1728066054976,"duration":0}},{"uid":"b7682e11116d8a2b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b7682e11116d8a2b","status":"passed","time":{"start":1728066345494,"stop":1728066345494,"duration":0}},{"uid":"f4b17993e6d72286","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f4b17993e6d72286","status":"passed","time":{"start":1728057218516,"stop":1728057218516,"duration":0}},{"uid":"6258f8af4a4c6445","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6258f8af4a4c6445","status":"passed","time":{"start":1728056313098,"stop":1728056313098,"duration":0}},{"uid":"bccc9008ea8d6cae","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bccc9008ea8d6cae","status":"passed","time":{"start":1728056731777,"stop":1728056731779,"duration":2}},{"uid":"a7ac4c90162dc564","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a7ac4c90162dc564","status":"passed","time":{"start":1728052615128,"stop":1728052615128,"duration":0}},{"uid":"4ac39e95a683125a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4ac39e95a683125a","status":"passed","time":{"start":1728046456502,"stop":1728046456502,"duration":0}},{"uid":"3ce3101b32179da5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3ce3101b32179da5","status":"passed","time":{"start":1728047262760,"stop":1728047262761,"duration":1}},{"uid":"e9b176ee1249090e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e9b176ee1249090e","status":"passed","time":{"start":1728043245052,"stop":1728043245053,"duration":1}},{"uid":"3dd1b5dd2aacf030","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3dd1b5dd2aacf030","status":"passed","time":{"start":1728035876564,"stop":1728035876567,"duration":3}},{"uid":"30e8ef792fcb242f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/30e8ef792fcb242f","status":"passed","time":{"start":1728033795263,"stop":1728033795263,"duration":0}},{"uid":"aba60b2162661537","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/aba60b2162661537","status":"passed","time":{"start":1728033412127,"stop":1728033412127,"duration":0}},{"uid":"d4070c25f852070b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d4070c25f852070b","status":"passed","time":{"start":1728032929717,"stop":1728032929718,"duration":1}}]},"b7e13511fc440335bc21b34e12d6c9e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f92e019800b14bbd","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f92e019800b14bbd","status":"passed","time":{"start":1728033440727,"stop":1728033440728,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a9ca984d2c515c35","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9ca984d2c515c35","status":"passed","time":{"start":1728085891878,"stop":1728085891879,"duration":1}},{"uid":"b4ec3ce9be8987ff","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b4ec3ce9be8987ff","status":"passed","time":{"start":1728084905007,"stop":1728084905007,"duration":0}},{"uid":"64a1b9f0ba0b3c2c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/64a1b9f0ba0b3c2c","status":"passed","time":{"start":1728083771603,"stop":1728083771603,"duration":0}},{"uid":"519de853e035d544","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/519de853e035d544","status":"passed","time":{"start":1728082834943,"stop":1728082834944,"duration":1}},{"uid":"f0a86e6176a8cf8e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f0a86e6176a8cf8e","status":"passed","time":{"start":1728082166940,"stop":1728082166940,"duration":0}},{"uid":"198e4b8af3e74c4e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/198e4b8af3e74c4e","status":"passed","time":{"start":1728068936267,"stop":1728068936267,"duration":0}},{"uid":"d4e7111229d3f0da","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d4e7111229d3f0da","status":"passed","time":{"start":1728067812051,"stop":1728067812052,"duration":1}},{"uid":"c69b7e8f727bec79","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c69b7e8f727bec79","status":"passed","time":{"start":1728065658891,"stop":1728065658891,"duration":0}},{"uid":"1fa4e5a6b51c67fd","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1fa4e5a6b51c67fd","status":"passed","time":{"start":1728065948759,"stop":1728065948760,"duration":1}},{"uid":"27bdb25413b9910a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/27bdb25413b9910a","status":"passed","time":{"start":1728056838986,"stop":1728056838986,"duration":0}},{"uid":"7447dbf7902a078d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7447dbf7902a078d","status":"passed","time":{"start":1728056010877,"stop":1728056010877,"duration":0}},{"uid":"184bb87e81bf699e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/184bb87e81bf699e","status":"passed","time":{"start":1728056331133,"stop":1728056331134,"duration":1}},{"uid":"65a2293375825e9f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/65a2293375825e9f","status":"passed","time":{"start":1728055142643,"stop":1728055142644,"duration":1}},{"uid":"218832f3c7110256","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/218832f3c7110256","status":"passed","time":{"start":1728054121361,"stop":1728054121362,"duration":1}},{"uid":"69beb17179108281","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/69beb17179108281","status":"passed","time":{"start":1728052398852,"stop":1728052398852,"duration":0}},{"uid":"155032fd3ac62597","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/155032fd3ac62597","status":"passed","time":{"start":1728046080158,"stop":1728046080158,"duration":0}},{"uid":"fab3ca3868ac0435","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fab3ca3868ac0435","status":"passed","time":{"start":1728046865183,"stop":1728046865184,"duration":1}},{"uid":"4dd319b1cc52882c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4dd319b1cc52882c","status":"passed","time":{"start":1728042934922,"stop":1728042934922,"duration":0}},{"uid":"630de116b98c9e5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/630de116b98c9e5","status":"passed","time":{"start":1728035498002,"stop":1728035498002,"duration":0}},{"uid":"d6638295865b4177","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d6638295865b4177","status":"passed","time":{"start":1728033414707,"stop":1728033414708,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"bf21e42cbc0f9ed0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bf21e42cbc0f9ed0","status":"passed","time":{"start":1728086260323,"stop":1728086260323,"duration":0}},{"uid":"d957548cc059469d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d957548cc059469d","status":"passed","time":{"start":1728085269093,"stop":1728085269093,"duration":0}},{"uid":"845ddeeb1cf25b1d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/845ddeeb1cf25b1d","status":"passed","time":{"start":1728069312647,"stop":1728069312647,"duration":0}},{"uid":"16f49a251f9f8e22","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/16f49a251f9f8e22","status":"passed","time":{"start":1728046423463,"stop":1728046423464,"duration":1}},{"uid":"a0cc245608647d8e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a0cc245608647d8e","status":"passed","time":{"start":1728043297200,"stop":1728043297200,"duration":0}},{"uid":"e22dc1343c084a11","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e22dc1343c084a11","status":"passed","time":{"start":1728035880189,"stop":1728035880191,"duration":2}},{"uid":"1670a7ebe04e54fd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1670a7ebe04e54fd","status":"passed","time":{"start":1728033788847,"stop":1728033788847,"duration":0}},{"uid":"89645dc91d3b6abc","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/89645dc91d3b6abc","status":"passed","time":{"start":1728033423664,"stop":1728033423664,"duration":0}},{"uid":"2950d4f1362cff9c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2950d4f1362cff9c","status":"passed","time":{"start":1728032985172,"stop":1728032985174,"duration":2}},{"uid":"1f2a9e02de2275ac","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1f2a9e02de2275ac","status":"passed","time":{"start":1728032614961,"stop":1728032614961,"duration":0}},{"uid":"c1ca12d2c3569d45","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c1ca12d2c3569d45","status":"passed","time":{"start":1728032348432,"stop":1728032348433,"duration":1}}]},"c80a2c0ca1f41585dd2c8cffad182bda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48665ef3814d6394","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/48665ef3814d6394","status":"passed","time":{"start":1728082422907,"stop":1728082422908,"duration":1}}]},"e620690a1a7a1a59c3d1ebd4080c1b7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5292a44670a1ecc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c5292a44670a1ecc","status":"passed","time":{"start":1728032914507,"stop":1728032914510,"duration":3}}]},"5fcb1198e1e5d3f85932c8b5e1dc96bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c63d4f0f3b6466a4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c63d4f0f3b6466a4","status":"passed","time":{"start":1728058204385,"stop":1728058204385,"duration":0}}]},"b1434294515b70c674a5cbec71b80085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1395d9c009f47354","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1395d9c009f47354","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728056359089,"stop":1728056359090,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1524cbbce366d2c1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1524cbbce366d2c1","status":"passed","time":{"start":1728085886587,"stop":1728085886589,"duration":2}},{"uid":"fa674d784be15cc1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fa674d784be15cc1","status":"passed","time":{"start":1728084899920,"stop":1728084899920,"duration":0}},{"uid":"d3dfef1855704346","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d3dfef1855704346","status":"passed","time":{"start":1728083766745,"stop":1728083766750,"duration":5}},{"uid":"866ed5f3b1684a0e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/866ed5f3b1684a0e","status":"passed","time":{"start":1728082830229,"stop":1728082830229,"duration":0}},{"uid":"82af32c78da8dc2f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/82af32c78da8dc2f","status":"passed","time":{"start":1728082162150,"stop":1728082162150,"duration":0}},{"uid":"b39ac8613c68ec06","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b39ac8613c68ec06","status":"passed","time":{"start":1728068931408,"stop":1728068931409,"duration":1}},{"uid":"fe96079cdfb6c7ee","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fe96079cdfb6c7ee","status":"passed","time":{"start":1728067807184,"stop":1728067807185,"duration":1}},{"uid":"e387efa1e0cc00fb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e387efa1e0cc00fb","status":"passed","time":{"start":1728065654137,"stop":1728065654137,"duration":0}},{"uid":"e136e07fa67fde75","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e136e07fa67fde75","status":"passed","time":{"start":1728065943828,"stop":1728065943829,"duration":1}},{"uid":"b2c650ab221ed6e8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b2c650ab221ed6e8","status":"passed","time":{"start":1728056833773,"stop":1728056833774,"duration":1}},{"uid":"3669f10730bf0967","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3669f10730bf0967","status":"passed","time":{"start":1728056005740,"stop":1728056005741,"duration":1}},{"uid":"80ef7a096d4853b3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/80ef7a096d4853b3","status":"passed","time":{"start":1728056326010,"stop":1728056326011,"duration":1}},{"uid":"27b8a6f03ae16be3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/27b8a6f03ae16be3","status":"passed","time":{"start":1728055137727,"stop":1728055137728,"duration":1}},{"uid":"1b6eb3933dfcfb9d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1b6eb3933dfcfb9d","status":"passed","time":{"start":1728054116331,"stop":1728054116333,"duration":2}},{"uid":"151d359706ac1f4e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/151d359706ac1f4e","status":"passed","time":{"start":1728052394040,"stop":1728052394041,"duration":1}},{"uid":"6752e126a46dfff","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6752e126a46dfff","status":"passed","time":{"start":1728046075301,"stop":1728046075302,"duration":1}},{"uid":"ca08cd0693b2f3d1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ca08cd0693b2f3d1","status":"passed","time":{"start":1728046860426,"stop":1728046860427,"duration":1}},{"uid":"cd61ed82188f7b85","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cd61ed82188f7b85","status":"passed","time":{"start":1728042930356,"stop":1728042930356,"duration":0}},{"uid":"6f6d6d4dd4bf3f87","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6f6d6d4dd4bf3f87","status":"passed","time":{"start":1728035493446,"stop":1728035493448,"duration":2}},{"uid":"61b902788152e513","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/61b902788152e513","status":"passed","time":{"start":1728033409486,"stop":1728033409487,"duration":1}}]},"77356e881e66220e11ff36bd78697418:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48efd7066176f01","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/48efd7066176f01","status":"passed","time":{"start":1728067440380,"stop":1728067440381,"duration":1}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aec28071debb7aa9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aec28071debb7aa9","status":"passed","time":{"start":1728086226464,"stop":1728086226464,"duration":0}},{"uid":"c3c1ba8bef6a9caf","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c3c1ba8bef6a9caf","status":"passed","time":{"start":1728085246266,"stop":1728085246266,"duration":0}},{"uid":"e3ca9efcd0dc0416","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e3ca9efcd0dc0416","status":"passed","time":{"start":1728084078528,"stop":1728084078528,"duration":0}},{"uid":"9b0f18378e76a071","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9b0f18378e76a071","status":"passed","time":{"start":1728083125001,"stop":1728083125001,"duration":0}},{"uid":"b23582cb037e3f7a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b23582cb037e3f7a","status":"passed","time":{"start":1728082441008,"stop":1728082441009,"duration":1}},{"uid":"e31fa699f5f98e37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e31fa699f5f98e37","status":"passed","time":{"start":1728069279728,"stop":1728069279728,"duration":0}},{"uid":"4b6d1d8d4dc5fe88","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4b6d1d8d4dc5fe88","status":"passed","time":{"start":1728046402349,"stop":1728046402349,"duration":0}},{"uid":"44f7628200d8f7b4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/44f7628200d8f7b4","status":"passed","time":{"start":1728043267022,"stop":1728043267022,"duration":0}},{"uid":"12b19fd5dd4a05cb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/12b19fd5dd4a05cb","status":"passed","time":{"start":1728035855911,"stop":1728035855914,"duration":3}},{"uid":"d36435b79c006d11","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d36435b79c006d11","status":"passed","time":{"start":1728033769206,"stop":1728033769206,"duration":0}},{"uid":"6a7eaad1803036a9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6a7eaad1803036a9","status":"passed","time":{"start":1728033391629,"stop":1728033391630,"duration":1}},{"uid":"89199c5e1775affc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/89199c5e1775affc","status":"passed","time":{"start":1728032951636,"stop":1728032951636,"duration":0}},{"uid":"2a496bdb577f2305","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2a496bdb577f2305","status":"passed","time":{"start":1728032582498,"stop":1728032582499,"duration":1}},{"uid":"652b21e7f40daea3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/652b21e7f40daea3","status":"passed","time":{"start":1728032304550,"stop":1728032304550,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"bda795065320ac9b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bda795065320ac9b","status":"passed","time":{"start":1728086033922,"stop":1728086033922,"duration":0}},{"uid":"dddff32de16b6ed5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dddff32de16b6ed5","status":"passed","time":{"start":1728085047262,"stop":1728085047263,"duration":1}},{"uid":"ebd32c8b884e532f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ebd32c8b884e532f","status":"passed","time":{"start":1728083902782,"stop":1728083902782,"duration":0}},{"uid":"cfec670607d3bc51","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cfec670607d3bc51","status":"passed","time":{"start":1728082961527,"stop":1728082961528,"duration":1}},{"uid":"6c783d23d0e2b6be","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6c783d23d0e2b6be","status":"passed","time":{"start":1728082284036,"stop":1728082284036,"duration":0}},{"uid":"16e7b88f2921fdd2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16e7b88f2921fdd2","status":"passed","time":{"start":1728069082684,"stop":1728069082688,"duration":4}},{"uid":"a5fbcdd501dff46d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a5fbcdd501dff46d","status":"passed","time":{"start":1728067941399,"stop":1728067941399,"duration":0}},{"uid":"5a4011893f8f1c22","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5a4011893f8f1c22","status":"passed","time":{"start":1728066171576,"stop":1728066171577,"duration":1}},{"uid":"e84026df40c9d829","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e84026df40c9d829","status":"passed","time":{"start":1728066512895,"stop":1728066512895,"duration":0}},{"uid":"20298e581d7ee587","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/20298e581d7ee587","status":"passed","time":{"start":1728057355643,"stop":1728057355644,"duration":1}},{"uid":"1c9e0c6478d1e647","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1c9e0c6478d1e647","status":"passed","time":{"start":1728056563513,"stop":1728056563514,"duration":1}},{"uid":"cb92618b61fad9b8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cb92618b61fad9b8","status":"passed","time":{"start":1728056935479,"stop":1728056935479,"duration":0}},{"uid":"1c1ec18081801bcc","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1c1ec18081801bcc","status":"passed","time":{"start":1728055614346,"stop":1728055614346,"duration":0}},{"uid":"ff9ff6e9770d4f02","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ff9ff6e9770d4f02","status":"passed","time":{"start":1728054752369,"stop":1728054752369,"duration":0}},{"uid":"a8797e42e3625693","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a8797e42e3625693","status":"passed","time":{"start":1728052861025,"stop":1728052861026,"duration":1}},{"uid":"f3c85b3354022dbf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f3c85b3354022dbf","status":"passed","time":{"start":1728046783430,"stop":1728046783430,"duration":0}},{"uid":"777e2b8ddab5d41c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/777e2b8ddab5d41c","status":"passed","time":{"start":1728047429502,"stop":1728047429502,"duration":0}},{"uid":"857ac7efa25f98f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/857ac7efa25f98f","status":"passed","time":{"start":1728043084157,"stop":1728043084157,"duration":0}},{"uid":"fdd3bee7029ac427","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fdd3bee7029ac427","status":"passed","time":{"start":1728035601402,"stop":1728035601405,"duration":3}},{"uid":"bdf4f867ba7067a5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bdf4f867ba7067a5","status":"passed","time":{"start":1728033520571,"stop":1728033520571,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d7f682c9c1b6ebb9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d7f682c9c1b6ebb9","status":"passed","time":{"start":1728086260301,"stop":1728086260302,"duration":1}},{"uid":"667eb9b5584faa1e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/667eb9b5584faa1e","status":"passed","time":{"start":1728085269077,"stop":1728085269078,"duration":1}},{"uid":"2cb51db4ce58aded","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2cb51db4ce58aded","status":"passed","time":{"start":1728069312629,"stop":1728069312629,"duration":0}},{"uid":"a96ca8dbe989c6a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a96ca8dbe989c6a","status":"passed","time":{"start":1728046423434,"stop":1728046423435,"duration":1}},{"uid":"d961f6dac220023a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d961f6dac220023a","status":"passed","time":{"start":1728043297175,"stop":1728043297176,"duration":1}},{"uid":"fc9c9b944beb5204","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fc9c9b944beb5204","status":"passed","time":{"start":1728035880147,"stop":1728035880147,"duration":0}},{"uid":"e66b4bad18fed633","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e66b4bad18fed633","status":"passed","time":{"start":1728033788805,"stop":1728033788805,"duration":0}},{"uid":"87a7b8fd56ec0b2c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/87a7b8fd56ec0b2c","status":"passed","time":{"start":1728033423626,"stop":1728033423627,"duration":1}},{"uid":"f18c400d24981fd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f18c400d24981fd","status":"passed","time":{"start":1728032985113,"stop":1728032985117,"duration":4}},{"uid":"590db56af54ecda9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/590db56af54ecda9","status":"passed","time":{"start":1728032614936,"stop":1728032614936,"duration":0}},{"uid":"f7b2d00a05d9124a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f7b2d00a05d9124a","status":"passed","time":{"start":1728032348371,"stop":1728032348371,"duration":0}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"29190ed095850ff4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/29190ed095850ff4","status":"passed","time":{"start":1728085872753,"stop":1728085872753,"duration":0}},{"uid":"d1872f50ba1c6452","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d1872f50ba1c6452","status":"passed","time":{"start":1728084885262,"stop":1728084885262,"duration":0}},{"uid":"54be4db27685b991","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/54be4db27685b991","status":"passed","time":{"start":1728083752751,"stop":1728083752752,"duration":1}},{"uid":"474aaf1de30b3baa","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/474aaf1de30b3baa","status":"passed","time":{"start":1728082815942,"stop":1728082815942,"duration":0}},{"uid":"88ecb069e83aef7d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/88ecb069e83aef7d","status":"passed","time":{"start":1728082148007,"stop":1728082148007,"duration":0}},{"uid":"3e59c773cabf73a5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3e59c773cabf73a5","status":"passed","time":{"start":1728068916851,"stop":1728068916851,"duration":0}},{"uid":"60757e3c091d75d0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/60757e3c091d75d0","status":"passed","time":{"start":1728067793142,"stop":1728067793142,"duration":0}},{"uid":"4daab88d6e5ce14f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4daab88d6e5ce14f","status":"passed","time":{"start":1728065639911,"stop":1728065639911,"duration":0}},{"uid":"7e3fe5325f3ecf9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7e3fe5325f3ecf9","status":"passed","time":{"start":1728065929479,"stop":1728065929479,"duration":0}},{"uid":"403ee5b4a13e73bc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/403ee5b4a13e73bc","status":"passed","time":{"start":1728056820066,"stop":1728056820066,"duration":0}},{"uid":"ad046d0e93b6e7a3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ad046d0e93b6e7a3","status":"passed","time":{"start":1728055991714,"stop":1728055991714,"duration":0}},{"uid":"d864f0557aae8f05","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d864f0557aae8f05","status":"passed","time":{"start":1728056312134,"stop":1728056312134,"duration":0}},{"uid":"3c624ca6dfede59f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3c624ca6dfede59f","status":"passed","time":{"start":1728055123424,"stop":1728055123424,"duration":0}},{"uid":"b1bcd2e54f21c409","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b1bcd2e54f21c409","status":"passed","time":{"start":1728054102204,"stop":1728054102205,"duration":1}},{"uid":"7c333ee7fcc3b067","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7c333ee7fcc3b067","status":"passed","time":{"start":1728052379793,"stop":1728052379793,"duration":0}},{"uid":"1631ff578d2fb824","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1631ff578d2fb824","status":"passed","time":{"start":1728046060558,"stop":1728046060558,"duration":0}},{"uid":"57858dafda5852a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/57858dafda5852a","status":"passed","time":{"start":1728046846367,"stop":1728046846368,"duration":1}},{"uid":"2c96b6c3ae163f0a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2c96b6c3ae163f0a","status":"passed","time":{"start":1728042916078,"stop":1728042916078,"duration":0}},{"uid":"8227d6dab6855ab6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8227d6dab6855ab6","status":"passed","time":{"start":1728035478736,"stop":1728035478736,"duration":0}},{"uid":"30bda34c28b3587b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/30bda34c28b3587b","status":"passed","time":{"start":1728033395139,"stop":1728033395139,"duration":0}}]},"f0746061c9b3fda037f1c8e66c67d7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632245eefc9ae184","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/632245eefc9ae184","status":"passed","time":{"start":1728032317357,"stop":1728032317357,"duration":0}}]},"4eb1d4906ce220b157cfa1973bb5b654:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2fe64a8133acb1e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c2fe64a8133acb1e","status":"passed","time":{"start":1728057124856,"stop":1728057124856,"duration":0}}]},"962bd33971a77a41968cff1546ed6f26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca7fa1012ec96497","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ca7fa1012ec96497","status":"passed","time":{"start":1728056619534,"stop":1728056619534,"duration":0}}]},"13555708be69f49b06e16231880de46f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a53c9c81bc54ef42","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a53c9c81bc54ef42","status":"passed","time":{"start":1728032288108,"stop":1728032288108,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1fcf4f9b32a9bf8a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1fcf4f9b32a9bf8a","status":"passed","time":{"start":1728086171716,"stop":1728086171718,"duration":2}},{"uid":"b72cdf52f43c3fda","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b72cdf52f43c3fda","status":"passed","time":{"start":1728085184725,"stop":1728085184725,"duration":0}},{"uid":"2f991d01e0ba2950","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2f991d01e0ba2950","status":"passed","time":{"start":1728084018365,"stop":1728084018365,"duration":0}},{"uid":"e6dce8c637f0b8a0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e6dce8c637f0b8a0","status":"passed","time":{"start":1728083065691,"stop":1728083065691,"duration":0}},{"uid":"b94a14d3ef7fd3dc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b94a14d3ef7fd3dc","status":"passed","time":{"start":1728069218851,"stop":1728069218851,"duration":0}},{"uid":"41f67e333a5b80ef","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/41f67e333a5b80ef","status":"passed","time":{"start":1728046261842,"stop":1728046261842,"duration":0}},{"uid":"2838c14976aba2bc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2838c14976aba2bc","status":"passed","time":{"start":1728043204127,"stop":1728043204128,"duration":1}},{"uid":"d2a00c6688b7ec1e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d2a00c6688b7ec1e","status":"passed","time":{"start":1728035785885,"stop":1728035785886,"duration":1}},{"uid":"a5e9d703d4f3dbc3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a5e9d703d4f3dbc3","status":"passed","time":{"start":1728033696364,"stop":1728033696365,"duration":1}},{"uid":"a38d66c417994499","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a38d66c417994499","status":"passed","time":{"start":1728033319502,"stop":1728033319502,"duration":0}},{"uid":"3ff45fab9ab8e7d5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3ff45fab9ab8e7d5","status":"passed","time":{"start":1728032886563,"stop":1728032886564,"duration":1}},{"uid":"f19e3535a7544da","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f19e3535a7544da","status":"passed","time":{"start":1728032520663,"stop":1728032520664,"duration":1}},{"uid":"30ea1c192a8da37b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/30ea1c192a8da37b","status":"passed","time":{"start":1728032252783,"stop":1728032252784,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c46cf26f5b894218","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c46cf26f5b894218","status":"passed","time":{"start":1728086192521,"stop":1728086192521,"duration":0}},{"uid":"3513de6cc85a1e6b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3513de6cc85a1e6b","status":"passed","time":{"start":1728085207480,"stop":1728085207481,"duration":1}},{"uid":"3f05cacb2a41362","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3f05cacb2a41362","status":"passed","time":{"start":1728084038280,"stop":1728084038283,"duration":3}},{"uid":"3cad37781015bf48","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3cad37781015bf48","status":"passed","time":{"start":1728083118104,"stop":1728083118105,"duration":1}},{"uid":"683c46939f321fcb","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/683c46939f321fcb","status":"passed","time":{"start":1728082399699,"stop":1728082399700,"duration":1}},{"uid":"f1dc45d084752ea5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f1dc45d084752ea5","status":"passed","time":{"start":1728069237574,"stop":1728069237575,"duration":1}},{"uid":"63a2bdd3af34c013","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/63a2bdd3af34c013","status":"passed","time":{"start":1728068055931,"stop":1728068055932,"duration":1}},{"uid":"f986a796a32a410","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f986a796a32a410","status":"passed","time":{"start":1728043232163,"stop":1728043232165,"duration":2}},{"uid":"144335a563ea94b7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/144335a563ea94b7","status":"passed","time":{"start":1728035844054,"stop":1728035844054,"duration":0}},{"uid":"bdfaa9e6da072db0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/bdfaa9e6da072db0","status":"passed","time":{"start":1728033765880,"stop":1728033765881,"duration":1}},{"uid":"38f80dec4130f9ac","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/38f80dec4130f9ac","status":"passed","time":{"start":1728033382946,"stop":1728033382946,"duration":0}},{"uid":"9655c92249730bdc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9655c92249730bdc","status":"passed","time":{"start":1728032914492,"stop":1728032914492,"duration":0}},{"uid":"62a62a7149a3356","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/62a62a7149a3356","status":"passed","time":{"start":1728032550356,"stop":1728032550356,"duration":0}},{"uid":"a8f71dbf204573ec","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a8f71dbf204573ec","status":"passed","time":{"start":1728032274020,"stop":1728032274020,"duration":0}}]},"da0cf5d307c0bdcfe6192d519fe2ba72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed0039f0fbbc4f22","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ed0039f0fbbc4f22","status":"passed","time":{"start":1728033444789,"stop":1728033444789,"duration":0}}]},"ab860bb0bb470910822651f7a55b81b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c1a4520bd038cfe6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c1a4520bd038cfe6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728056359095,"stop":1728056359096,"duration":1}}]},"e79f7d8ba9c8b9b91d4aad93c9626b56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1fcf7e3db8213a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8f1fcf7e3db8213a","status":"passed","time":{"start":1728086235220,"stop":1728086235221,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"d8d89dfc5f25f34","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d8d89dfc5f25f34","status":"passed","time":{"start":1728086142733,"stop":1728086142733,"duration":0}},{"uid":"fc74006fd28cb117","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fc74006fd28cb117","status":"passed","time":{"start":1728085163497,"stop":1728085163497,"duration":0}},{"uid":"45d1ff51879fece0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/45d1ff51879fece0","status":"passed","time":{"start":1728083974238,"stop":1728083974238,"duration":0}},{"uid":"21049288a8022ebe","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/21049288a8022ebe","status":"passed","time":{"start":1728083048467,"stop":1728083048467,"duration":0}},{"uid":"6cef8ca07030b5b0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6cef8ca07030b5b0","status":"passed","time":{"start":1728082372852,"stop":1728082372852,"duration":0}},{"uid":"e8847e24fa7b9551","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e8847e24fa7b9551","status":"passed","time":{"start":1728069196071,"stop":1728069196071,"duration":0}},{"uid":"7fff4201e925fea0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7fff4201e925fea0","status":"passed","time":{"start":1728068012349,"stop":1728068012350,"duration":1}},{"uid":"a7ffd0f3cc325218","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a7ffd0f3cc325218","status":"passed","time":{"start":1728065954063,"stop":1728065954064,"duration":1}},{"uid":"3044c2b79d4ed3fb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3044c2b79d4ed3fb","status":"passed","time":{"start":1728066239805,"stop":1728066239805,"duration":0}},{"uid":"3f52c286ce2b17d8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3f52c286ce2b17d8","status":"passed","time":{"start":1728057130604,"stop":1728057130605,"duration":1}},{"uid":"42aa774cfa02ff2c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/42aa774cfa02ff2c","status":"passed","time":{"start":1728056256547,"stop":1728056256547,"duration":0}},{"uid":"3a48e9db99afdbaa","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3a48e9db99afdbaa","status":"passed","time":{"start":1728056624793,"stop":1728056624793,"duration":0}},{"uid":"7f3afdf016b6c8c6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7f3afdf016b6c8c6","status":"passed","time":{"start":1728055380448,"stop":1728055380448,"duration":0}},{"uid":"152ac4c68b84ee45","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/152ac4c68b84ee45","status":"passed","time":{"start":1728054360786,"stop":1728054360786,"duration":0}},{"uid":"153d1b8c65bb295f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/153d1b8c65bb295f","status":"passed","time":{"start":1728052525973,"stop":1728052525974,"duration":1}},{"uid":"5f27d754b8d4b5eb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5f27d754b8d4b5eb","status":"passed","time":{"start":1728046352258,"stop":1728046352259,"duration":1}},{"uid":"595340ef46c280b3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/595340ef46c280b3","status":"passed","time":{"start":1728047157774,"stop":1728047157774,"duration":0}},{"uid":"696cb89ed6c281db","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/696cb89ed6c281db","status":"passed","time":{"start":1728043189349,"stop":1728043189350,"duration":1}},{"uid":"7e2cc5218520da06","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7e2cc5218520da06","status":"passed","time":{"start":1728035786652,"stop":1728035786652,"duration":0}},{"uid":"6ba7dd7993c2e6af","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6ba7dd7993c2e6af","status":"passed","time":{"start":1728033709501,"stop":1728033709502,"duration":1}}]},"4442e46834e6599cfde43b2550b69345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f004ab3adf1a7bf9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f004ab3adf1a7bf9","status":"passed","time":{"start":1728053197843,"stop":1728053197844,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a2a6965ce18f1817","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a2a6965ce18f1817","status":"passed","time":{"start":1728086226470,"stop":1728086226470,"duration":0}},{"uid":"4a605a4348a69908","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4a605a4348a69908","status":"passed","time":{"start":1728085246270,"stop":1728085246282,"duration":12}},{"uid":"6266d8c3b49facc8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6266d8c3b49facc8","status":"passed","time":{"start":1728084078533,"stop":1728084078533,"duration":0}},{"uid":"bb5e9ff5d141cfe6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bb5e9ff5d141cfe6","status":"passed","time":{"start":1728083125006,"stop":1728083125006,"duration":0}},{"uid":"9b540540a2e42eb3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9b540540a2e42eb3","status":"passed","time":{"start":1728082441017,"stop":1728082441017,"duration":0}},{"uid":"bcbe6c91060b0c83","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bcbe6c91060b0c83","status":"passed","time":{"start":1728069279733,"stop":1728069279733,"duration":0}},{"uid":"4210ab2a4b9885fb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4210ab2a4b9885fb","status":"passed","time":{"start":1728046402353,"stop":1728046402353,"duration":0}},{"uid":"dc9caf706807e66b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dc9caf706807e66b","status":"passed","time":{"start":1728043267035,"stop":1728043267036,"duration":1}},{"uid":"1a95c952fd57ed92","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1a95c952fd57ed92","status":"passed","time":{"start":1728035855929,"stop":1728035855929,"duration":0}},{"uid":"5add5f5cae1df9b7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5add5f5cae1df9b7","status":"passed","time":{"start":1728033769211,"stop":1728033769211,"duration":0}},{"uid":"a4f557e85c79d887","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a4f557e85c79d887","status":"passed","time":{"start":1728033391640,"stop":1728033391659,"duration":19}},{"uid":"2765113e59a653b6","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2765113e59a653b6","status":"passed","time":{"start":1728032951652,"stop":1728032951652,"duration":0}},{"uid":"a89268148981f3d0","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a89268148981f3d0","status":"passed","time":{"start":1728032582507,"stop":1728032582507,"duration":0}},{"uid":"5cceaf89536b5f75","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5cceaf89536b5f75","status":"passed","time":{"start":1728032304556,"stop":1728032304556,"duration":0}}]},"7b97709c16671038483f9acd9b250943:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5020af4cf2cf42a4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5020af4cf2cf42a4","status":"passed","time":{"start":1728057700429,"stop":1728057700429,"duration":0}}]},"a66dd6eb151ad63e0c5b9e34407acc11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90d2e0f0d6046ab4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/90d2e0f0d6046ab4","status":"passed","time":{"start":1728035638306,"stop":1728035638307,"duration":1}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"3fc4a69466e54068","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3fc4a69466e54068","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0}},{"uid":"43b44eaed8bf248e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/43b44eaed8bf248e","status":"passed","time":{"start":1728085269085,"stop":1728085269086,"duration":1}},{"uid":"e6b84bc00bb53787","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e6b84bc00bb53787","status":"passed","time":{"start":1728069312639,"stop":1728069312639,"duration":0}},{"uid":"b6559ba253987872","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b6559ba253987872","status":"passed","time":{"start":1728046423450,"stop":1728046423450,"duration":0}},{"uid":"36a8fe4852953b36","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/36a8fe4852953b36","status":"passed","time":{"start":1728043297186,"stop":1728043297186,"duration":0}},{"uid":"9c9dad2a07667e99","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9c9dad2a07667e99","status":"passed","time":{"start":1728035880161,"stop":1728035880162,"duration":1}},{"uid":"eabd5c24593b8bf9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/eabd5c24593b8bf9","status":"passed","time":{"start":1728033788834,"stop":1728033788838,"duration":4}},{"uid":"2d13bfe5a02413ed","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2d13bfe5a02413ed","status":"passed","time":{"start":1728033423649,"stop":1728033423649,"duration":0}},{"uid":"653080733c982fda","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/653080733c982fda","status":"passed","time":{"start":1728032985146,"stop":1728032985147,"duration":1}},{"uid":"81a20783b5fbd7d2","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/81a20783b5fbd7d2","status":"passed","time":{"start":1728032614951,"stop":1728032614951,"duration":0}},{"uid":"c449facba655c857","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c449facba655c857","status":"passed","time":{"start":1728032348382,"stop":1728032348383,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"666e23e67daa093e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/666e23e67daa093e","status":"passed","time":{"start":1728086196561,"stop":1728086196561,"duration":0}},{"uid":"cb74b1d6c9b2b67f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/cb74b1d6c9b2b67f","status":"passed","time":{"start":1728085210784,"stop":1728085210784,"duration":0}},{"uid":"962ff071dce61d3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/962ff071dce61d3","status":"passed","time":{"start":1728084019220,"stop":1728084019220,"duration":0}},{"uid":"395352add393d783","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/395352add393d783","status":"passed","time":{"start":1728083073182,"stop":1728083073183,"duration":1}},{"uid":"9678fdf3ecf8f4de","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9678fdf3ecf8f4de","status":"passed","time":{"start":1728082380604,"stop":1728082380604,"duration":0}},{"uid":"5644a7a9de862527","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5644a7a9de862527","status":"passed","time":{"start":1728069243910,"stop":1728069243910,"duration":0}},{"uid":"92e06985f99f0812","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/92e06985f99f0812","status":"passed","time":{"start":1728068023978,"stop":1728068023978,"duration":0}},{"uid":"1fa4ca15ee1b669b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1fa4ca15ee1b669b","status":"passed","time":{"start":1728066039429,"stop":1728066039430,"duration":1}},{"uid":"1da74bd724753fa6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1da74bd724753fa6","status":"passed","time":{"start":1728066332300,"stop":1728066332300,"duration":0}},{"uid":"4424c0d70a7f3598","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4424c0d70a7f3598","status":"passed","time":{"start":1728057201501,"stop":1728057201502,"duration":1}},{"uid":"c2edc360386552b8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c2edc360386552b8","status":"passed","time":{"start":1728056297750,"stop":1728056297750,"duration":0}},{"uid":"7d06aa8a565eb127","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7d06aa8a565eb127","status":"passed","time":{"start":1728056712674,"stop":1728056712674,"duration":0}},{"uid":"e5698f3afcca9fc1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e5698f3afcca9fc1","status":"passed","time":{"start":1728046441177,"stop":1728046441178,"duration":1}},{"uid":"77bf7b2387478e12","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/77bf7b2387478e12","status":"passed","time":{"start":1728047249313,"stop":1728047249314,"duration":1}},{"uid":"16820f0cac8f497a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16820f0cac8f497a","status":"passed","time":{"start":1728043229845,"stop":1728043229848,"duration":3}},{"uid":"31301f56aa347500","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/31301f56aa347500","status":"passed","time":{"start":1728035863632,"stop":1728035863632,"duration":0}},{"uid":"63b26e307123485b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/63b26e307123485b","status":"passed","time":{"start":1728033776190,"stop":1728033776191,"duration":1}},{"uid":"b42be06a67910b58","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b42be06a67910b58","status":"passed","time":{"start":1728033398517,"stop":1728033398517,"duration":0}},{"uid":"8988f63bd4273ad5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8988f63bd4273ad5","status":"passed","time":{"start":1728032910527,"stop":1728032910528,"duration":1}},{"uid":"99adb5965cfe2e47","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/99adb5965cfe2e47","status":"passed","time":{"start":1728032542837,"stop":1728032542838,"duration":1}}]},"da5a5893a334723b9df5b070f0a7beec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccdd19e6272acb76","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ccdd19e6272acb76","status":"passed","time":{"start":1728052606342,"stop":1728052606342,"duration":0}}]},"7ae1257e67a53f75f6e44ff017281037:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5bb533c9f606cb4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c5bb533c9f606cb4","status":"passed","time":{"start":1728085221333,"stop":1728085221334,"duration":1}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8edd648c8605691e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8edd648c8605691e","status":"passed","time":{"start":1728086235230,"stop":1728086235231,"duration":1}},{"uid":"4761c88214393634","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4761c88214393634","status":"passed","time":{"start":1728085254236,"stop":1728085254236,"duration":0}},{"uid":"111e8689380c4dc4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/111e8689380c4dc4","status":"passed","time":{"start":1728084056995,"stop":1728084056996,"duration":1}},{"uid":"76300a909467c027","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/76300a909467c027","status":"passed","time":{"start":1728083113939,"stop":1728083113939,"duration":0}},{"uid":"3b087ebb8ba4c34f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3b087ebb8ba4c34f","status":"passed","time":{"start":1728082422915,"stop":1728082422917,"duration":2}},{"uid":"e38f2fc443c06f6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e38f2fc443c06f6","status":"passed","time":{"start":1728069281369,"stop":1728069281370,"duration":1}},{"uid":"3b50100562072772","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3b50100562072772","status":"passed","time":{"start":1728068055164,"stop":1728068055164,"duration":0}},{"uid":"78d0b7b4f876fb5d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/78d0b7b4f876fb5d","status":"passed","time":{"start":1728067502946,"stop":1728067502946,"duration":0}},{"uid":"7fdba2f30283f85b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7fdba2f30283f85b","status":"passed","time":{"start":1728067440388,"stop":1728067440389,"duration":1}},{"uid":"dc97719af5fc4475","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dc97719af5fc4475","status":"passed","time":{"start":1728058204396,"stop":1728058204396,"duration":0}},{"uid":"b5ec8adcc96ca955","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b5ec8adcc96ca955","status":"passed","time":{"start":1728058106477,"stop":1728058106477,"duration":0}},{"uid":"b8bc03528b33c6a0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b8bc03528b33c6a0","status":"passed","time":{"start":1728058024185,"stop":1728058024185,"duration":0}},{"uid":"19275f3377e02185","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/19275f3377e02185","status":"passed","time":{"start":1728057732236,"stop":1728057732237,"duration":1}},{"uid":"5f529d7b4ae04cdc","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5f529d7b4ae04cdc","status":"passed","time":{"start":1728056359100,"stop":1728056359100,"duration":0}},{"uid":"f1609b61495ff281","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f1609b61495ff281","status":"passed","time":{"start":1728053941735,"stop":1728053941736,"duration":1}},{"uid":"6493176730df1ffd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6493176730df1ffd","status":"passed","time":{"start":1728049755699,"stop":1728049755700,"duration":1}},{"uid":"5f61758b93aaef4d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5f61758b93aaef4d","status":"passed","time":{"start":1728048050530,"stop":1728048050530,"duration":0}},{"uid":"1b0debfc692cec6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1b0debfc692cec6","status":"passed","time":{"start":1728043269973,"stop":1728043269973,"duration":0}},{"uid":"612c0fa475fea39b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/612c0fa475fea39b","status":"passed","time":{"start":1728035898418,"stop":1728035898418,"duration":0}},{"uid":"933295621d0600a2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/933295621d0600a2","status":"passed","time":{"start":1728033815158,"stop":1728033815159,"duration":1}}]},"89c1ac7262e4c2e25fd6860da34990fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff551f2c7cb01ba2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ff551f2c7cb01ba2","status":"passed","time":{"start":1728046261814,"stop":1728046261815,"duration":1}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6497167b4127f0bb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6497167b4127f0bb","status":"passed","time":{"start":1728085864162,"stop":1728085864162,"duration":0}},{"uid":"589cb0eea8034929","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/589cb0eea8034929","status":"passed","time":{"start":1728084876390,"stop":1728084876391,"duration":1}},{"uid":"c546f83c533b798c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c546f83c533b798c","status":"passed","time":{"start":1728083744348,"stop":1728083744348,"duration":0}},{"uid":"10337c0383c27020","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/10337c0383c27020","status":"passed","time":{"start":1728082807440,"stop":1728082807441,"duration":1}},{"uid":"47424b5fee9fdb94","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/47424b5fee9fdb94","status":"passed","time":{"start":1728082139308,"stop":1728082139308,"duration":0}},{"uid":"5777087cc98dbbba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5777087cc98dbbba","status":"passed","time":{"start":1728068908047,"stop":1728068908047,"duration":0}},{"uid":"750c1230fbda0103","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/750c1230fbda0103","status":"passed","time":{"start":1728067784703,"stop":1728067784703,"duration":0}},{"uid":"486ab842d7dab57d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/486ab842d7dab57d","status":"passed","time":{"start":1728065631505,"stop":1728065631506,"duration":1}},{"uid":"f91bec6cd72f8151","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f91bec6cd72f8151","status":"passed","time":{"start":1728065920817,"stop":1728065920817,"duration":0}},{"uid":"d95fd1a0f99007be","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d95fd1a0f99007be","status":"passed","time":{"start":1728056811576,"stop":1728056811576,"duration":0}},{"uid":"456f2789b9a741a6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/456f2789b9a741a6","status":"passed","time":{"start":1728055983133,"stop":1728055983133,"duration":0}},{"uid":"70e1ba06b8cb17c0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/70e1ba06b8cb17c0","status":"passed","time":{"start":1728056303676,"stop":1728056303677,"duration":1}},{"uid":"c741e9df61bc0ebe","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c741e9df61bc0ebe","status":"passed","time":{"start":1728055114805,"stop":1728055114805,"duration":0}},{"uid":"d86a525ac6bc460b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d86a525ac6bc460b","status":"passed","time":{"start":1728054093592,"stop":1728054093592,"duration":0}},{"uid":"13bef9f8de859f1e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/13bef9f8de859f1e","status":"passed","time":{"start":1728052371177,"stop":1728052371177,"duration":0}},{"uid":"b6e6a9899a06ca5d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b6e6a9899a06ca5d","status":"passed","time":{"start":1728046051715,"stop":1728046051715,"duration":0}},{"uid":"d91247adc13bde0e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d91247adc13bde0e","status":"passed","time":{"start":1728046837803,"stop":1728046837803,"duration":0}},{"uid":"39007be1a32f9e7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/39007be1a32f9e7","status":"passed","time":{"start":1728042907576,"stop":1728042907576,"duration":0}},{"uid":"eda48b1eed36c605","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/eda48b1eed36c605","status":"passed","time":{"start":1728035469878,"stop":1728035469878,"duration":0}},{"uid":"6789e5b581600755","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6789e5b581600755","status":"passed","time":{"start":1728033386386,"stop":1728033386386,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9a8dae1ee6289617","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9a8dae1ee6289617","status":"passed","time":{"start":1728085957572,"stop":1728085957573,"duration":1}},{"uid":"eb0c94f0a92dc40f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/eb0c94f0a92dc40f","status":"passed","time":{"start":1728084971921,"stop":1728084971921,"duration":0}},{"uid":"3d4c0cf4ac7f8814","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3d4c0cf4ac7f8814","status":"passed","time":{"start":1728083836934,"stop":1728083836934,"duration":0}},{"uid":"1a393993a0e1fef8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1a393993a0e1fef8","status":"passed","time":{"start":1728082900671,"stop":1728082900671,"duration":0}},{"uid":"e5096c346ae75d29","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e5096c346ae75d29","status":"passed","time":{"start":1728082234248,"stop":1728082234249,"duration":1}},{"uid":"ac94ac9bf230da9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ac94ac9bf230da9","status":"passed","time":{"start":1728069004057,"stop":1728069004057,"duration":0}},{"uid":"d64d48fcbfb7862","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d64d48fcbfb7862","status":"passed","time":{"start":1728067877848,"stop":1728067877848,"duration":0}},{"uid":"27166c6ed84cb68c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/27166c6ed84cb68c","status":"passed","time":{"start":1728065726135,"stop":1728065726135,"duration":0}},{"uid":"3a1d87d4c92bd285","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3a1d87d4c92bd285","status":"passed","time":{"start":1728066014608,"stop":1728066014608,"duration":0}},{"uid":"c0590e75a12cc9d9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c0590e75a12cc9d9","status":"passed","time":{"start":1728056904360,"stop":1728056904361,"duration":1}},{"uid":"af18c2caa149ebf0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/af18c2caa149ebf0","status":"passed","time":{"start":1728056077509,"stop":1728056077509,"duration":0}},{"uid":"d41a50f045d2837d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d41a50f045d2837d","status":"passed","time":{"start":1728056396933,"stop":1728056396933,"duration":0}},{"uid":"626291fc01a6414f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/626291fc01a6414f","status":"passed","time":{"start":1728055208887,"stop":1728055208888,"duration":1}},{"uid":"93f316e15b925d29","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/93f316e15b925d29","status":"passed","time":{"start":1728054186962,"stop":1728054186962,"duration":0}},{"uid":"5a9e3af4078c9175","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5a9e3af4078c9175","status":"passed","time":{"start":1728052465444,"stop":1728052465445,"duration":1}},{"uid":"5aece622dacefc18","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5aece622dacefc18","status":"passed","time":{"start":1728046146802,"stop":1728046146802,"duration":0}},{"uid":"e45f0e011c70e4a9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e45f0e011c70e4a9","status":"passed","time":{"start":1728046931949,"stop":1728046931950,"duration":1}},{"uid":"2f7c71ce10b3c154","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2f7c71ce10b3c154","status":"passed","time":{"start":1728043000895,"stop":1728043000896,"duration":1}},{"uid":"f2f7ef073b45700a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f2f7ef073b45700a","status":"passed","time":{"start":1728035564098,"stop":1728035564099,"duration":1}},{"uid":"b42f4d42308d949a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b42f4d42308d949a","status":"passed","time":{"start":1728033481620,"stop":1728033481621,"duration":1}}]},"a8ad74c85283dc7f382d5a5ae9865395:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbb95d25f03e98ab","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bbb95d25f03e98ab","status":"passed","time":{"start":1728057700433,"stop":1728057700433,"duration":0}}]},"05aeb7f3743ab629a46470100626ad2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97fe1ac3f1bc5268","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/97fe1ac3f1bc5268","status":"passed","time":{"start":1728058106473,"stop":1728058106473,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"1b731c665dedbab7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b731c665dedbab7","status":"passed","time":{"start":1728086260328,"stop":1728086260329,"duration":1}},{"uid":"4c578b5a0eae077e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4c578b5a0eae077e","status":"passed","time":{"start":1728085269096,"stop":1728085269096,"duration":0}},{"uid":"54e47fe80abb3717","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/54e47fe80abb3717","status":"passed","time":{"start":1728069312655,"stop":1728069312655,"duration":0}},{"uid":"65866630931f9566","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/65866630931f9566","status":"passed","time":{"start":1728046423468,"stop":1728046423469,"duration":1}},{"uid":"f965dcbdd95cbdb2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f965dcbdd95cbdb2","status":"passed","time":{"start":1728043297216,"stop":1728043297217,"duration":1}},{"uid":"eb4b6ec00eca2c9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/eb4b6ec00eca2c9","status":"passed","time":{"start":1728035880198,"stop":1728035880198,"duration":0}},{"uid":"b999d1ddb292cee9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b999d1ddb292cee9","status":"passed","time":{"start":1728033788854,"stop":1728033788854,"duration":0}},{"uid":"aae0614ee7d668a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/aae0614ee7d668a","status":"passed","time":{"start":1728033423669,"stop":1728033423669,"duration":0}},{"uid":"34c2d22e263783c1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/34c2d22e263783c1","status":"passed","time":{"start":1728032985183,"stop":1728032985184,"duration":1}},{"uid":"613b707db73087f5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/613b707db73087f5","status":"passed","time":{"start":1728032614965,"stop":1728032614966,"duration":1}},{"uid":"850b66549b55a1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/850b66549b55a1","status":"passed","time":{"start":1728032348444,"stop":1728032348445,"duration":1}}]},"fdc903619214574feb4b312b9eda8272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56c7159ce874dde3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/56c7159ce874dde3","status":"passed","time":{"start":1728058024180,"stop":1728058024181,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"69ab2263790e62b2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69ab2263790e62b2","status":"passed","time":{"start":1728085864158,"stop":1728085864158,"duration":0}},{"uid":"bad9e047a7369243","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bad9e047a7369243","status":"passed","time":{"start":1728084876386,"stop":1728084876386,"duration":0}},{"uid":"f367b2438abafd6b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f367b2438abafd6b","status":"passed","time":{"start":1728083744343,"stop":1728083744344,"duration":1}},{"uid":"8bb75ba938ad3313","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8bb75ba938ad3313","status":"passed","time":{"start":1728082807436,"stop":1728082807436,"duration":0}},{"uid":"c6eb337c8755d2dd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c6eb337c8755d2dd","status":"passed","time":{"start":1728082139303,"stop":1728082139304,"duration":1}},{"uid":"7645f7ac0e1eb6ce","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7645f7ac0e1eb6ce","status":"passed","time":{"start":1728068908042,"stop":1728068908042,"duration":0}},{"uid":"a5ac60603625a02","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a5ac60603625a02","status":"passed","time":{"start":1728067784698,"stop":1728067784699,"duration":1}},{"uid":"a4c0769fdffb6d2b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a4c0769fdffb6d2b","status":"passed","time":{"start":1728065631501,"stop":1728065631501,"duration":0}},{"uid":"41625b13bcac3f59","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/41625b13bcac3f59","status":"passed","time":{"start":1728065920813,"stop":1728065920813,"duration":0}},{"uid":"e5487cdd0c38d0bf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e5487cdd0c38d0bf","status":"passed","time":{"start":1728056811571,"stop":1728056811571,"duration":0}},{"uid":"51d38eb569834c65","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/51d38eb569834c65","status":"passed","time":{"start":1728055983128,"stop":1728055983128,"duration":0}},{"uid":"1f1b32b0885f52cb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1f1b32b0885f52cb","status":"passed","time":{"start":1728056303672,"stop":1728056303672,"duration":0}},{"uid":"38031aaeecb8d8be","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/38031aaeecb8d8be","status":"passed","time":{"start":1728055114800,"stop":1728055114801,"duration":1}},{"uid":"551a5b9528d18a88","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/551a5b9528d18a88","status":"passed","time":{"start":1728054093586,"stop":1728054093587,"duration":1}},{"uid":"59a3b52afe674b8b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/59a3b52afe674b8b","status":"passed","time":{"start":1728052371170,"stop":1728052371170,"duration":0}},{"uid":"611fc92bd48d7caa","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/611fc92bd48d7caa","status":"passed","time":{"start":1728046051710,"stop":1728046051710,"duration":0}},{"uid":"56850bffbb1e3fb4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/56850bffbb1e3fb4","status":"passed","time":{"start":1728046837799,"stop":1728046837799,"duration":0}},{"uid":"bf5032527a9c5528","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bf5032527a9c5528","status":"passed","time":{"start":1728042907571,"stop":1728042907572,"duration":1}},{"uid":"d1aa3962f3c2455c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d1aa3962f3c2455c","status":"passed","time":{"start":1728035469874,"stop":1728035469875,"duration":1}},{"uid":"79b0905fa9e918e5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/79b0905fa9e918e5","status":"passed","time":{"start":1728033386383,"stop":1728033386383,"duration":0}}]},"e1e26756697ccf76b9048ac82120dbf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bfefdbdda530304","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2bfefdbdda530304","status":"passed","time":{"start":1728032614669,"stop":1728032614670,"duration":1}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":23,"unknown":0,"total":23},"items":[{"uid":"d8521d62e5ccc120","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d8521d62e5ccc120","status":"passed","time":{"start":1728085923996,"stop":1728085923997,"duration":1}},{"uid":"e7852861bf967e98","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e7852861bf967e98","status":"passed","time":{"start":1728084940033,"stop":1728084940033,"duration":0}},{"uid":"8403f70d5ab22a6d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8403f70d5ab22a6d","status":"passed","time":{"start":1728083802646,"stop":1728083802646,"duration":0}},{"uid":"df75bf6f8c0637c5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/df75bf6f8c0637c5","status":"passed","time":{"start":1728082868025,"stop":1728082868025,"duration":0}},{"uid":"ec0f09a538e81920","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ec0f09a538e81920","status":"passed","time":{"start":1728082200012,"stop":1728082200012,"duration":0}},{"uid":"b4635dad61fd49ca","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b4635dad61fd49ca","status":"passed","time":{"start":1728068972276,"stop":1728068972277,"duration":1}},{"uid":"660ca55f7080bab7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/660ca55f7080bab7","status":"passed","time":{"start":1728067844435,"stop":1728067844435,"duration":0}},{"uid":"eb13eae6ed0fcf6f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/eb13eae6ed0fcf6f","status":"passed","time":{"start":1728065692079,"stop":1728065692080,"duration":1}},{"uid":"a77eb22188fb584c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a77eb22188fb584c","status":"passed","time":{"start":1728065980717,"stop":1728065980718,"duration":1}},{"uid":"50bb292d10f5984c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/50bb292d10f5984c","status":"passed","time":{"start":1728056044215,"stop":1728056044216,"duration":1}},{"uid":"b7d1ea4b38277fc5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b7d1ea4b38277fc5","status":"passed","time":{"start":1728056362617,"stop":1728056362618,"duration":1}},{"uid":"3e6c2faf9b00519b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3e6c2faf9b00519b","status":"passed","time":{"start":1728055173953,"stop":1728055173953,"duration":0}},{"uid":"b6e215e5e2a21cb3","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b6e215e5e2a21cb3","status":"passed","time":{"start":1728054152458,"stop":1728054152459,"duration":1}},{"uid":"366dbc8e652aae7e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/366dbc8e652aae7e","status":"passed","time":{"start":1728052430494,"stop":1728052430494,"duration":0}},{"uid":"94d6df38ba902462","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/94d6df38ba902462","status":"passed","time":{"start":1728046114115,"stop":1728046114115,"duration":0}},{"uid":"b7697427a5de6ba9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b7697427a5de6ba9","status":"passed","time":{"start":1728046897963,"stop":1728046897963,"duration":0}},{"uid":"615d2b4ecea3c520","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/615d2b4ecea3c520","status":"passed","time":{"start":1728042968175,"stop":1728042968176,"duration":1}},{"uid":"1d5343cffb9e59ee","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1d5343cffb9e59ee","status":"passed","time":{"start":1728035530312,"stop":1728035530312,"duration":0}},{"uid":"293d5af03b309579","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/293d5af03b309579","status":"passed","time":{"start":1728033447272,"stop":1728033447272,"duration":0}},{"uid":"6ca939c54e7bdbbd","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6ca939c54e7bdbbd","status":"passed","time":{"start":1728033074900,"stop":1728033074900,"duration":0}}]},"57f78d47dca0157f6353bbbb459149c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef136a8fcab3fee","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ef136a8fcab3fee","status":"passed","time":{"start":1728069279739,"stop":1728069279740,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e471ff8d8dc9dff2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e471ff8d8dc9dff2","status":"passed","time":{"start":1728086226467,"stop":1728086226467,"duration":0}},{"uid":"6d2fabf93f40fe21","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6d2fabf93f40fe21","status":"passed","time":{"start":1728085246268,"stop":1728085246269,"duration":1}},{"uid":"96f0b80d73d2689e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/96f0b80d73d2689e","status":"passed","time":{"start":1728084078531,"stop":1728084078531,"duration":0}},{"uid":"c06c9ba53264c5cf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c06c9ba53264c5cf","status":"passed","time":{"start":1728083125003,"stop":1728083125004,"duration":1}},{"uid":"dacad29d018b9a3f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/dacad29d018b9a3f","status":"passed","time":{"start":1728082441014,"stop":1728082441015,"duration":1}},{"uid":"734c2ecb90105a78","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/734c2ecb90105a78","status":"passed","time":{"start":1728069279731,"stop":1728069279731,"duration":0}},{"uid":"eaa1b305ec3496d4","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/eaa1b305ec3496d4","status":"passed","time":{"start":1728046402351,"stop":1728046402351,"duration":0}},{"uid":"acff431e788955e7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/acff431e788955e7","status":"passed","time":{"start":1728043267030,"stop":1728043267030,"duration":0}},{"uid":"629409f80ed02216","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/629409f80ed02216","status":"passed","time":{"start":1728035855921,"stop":1728035855921,"duration":0}},{"uid":"aeca5c4b5945e8aa","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/aeca5c4b5945e8aa","status":"passed","time":{"start":1728033769209,"stop":1728033769209,"duration":0}},{"uid":"f7a6040dcbf4d8a2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f7a6040dcbf4d8a2","status":"passed","time":{"start":1728033391636,"stop":1728033391636,"duration":0}},{"uid":"738a49e423277f8a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/738a49e423277f8a","status":"passed","time":{"start":1728032951644,"stop":1728032951644,"duration":0}},{"uid":"c35aa447870371df","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c35aa447870371df","status":"passed","time":{"start":1728032582502,"stop":1728032582503,"duration":1}},{"uid":"5792182649bbb641","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5792182649bbb641","status":"passed","time":{"start":1728032304553,"stop":1728032304554,"duration":1}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"5a9ae0360b7aeb08","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5a9ae0360b7aeb08","status":"passed","time":{"start":1728086235230,"stop":1728086235230,"duration":0}},{"uid":"1f119a87215ff934","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1f119a87215ff934","status":"passed","time":{"start":1728085254236,"stop":1728085254236,"duration":0}},{"uid":"aa261e2ab28f257a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/aa261e2ab28f257a","status":"passed","time":{"start":1728084056994,"stop":1728084056995,"duration":1}},{"uid":"f7a4b722a95438da","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f7a4b722a95438da","status":"passed","time":{"start":1728083113938,"stop":1728083113938,"duration":0}},{"uid":"8e0e638d178098ff","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8e0e638d178098ff","status":"passed","time":{"start":1728082422914,"stop":1728082422915,"duration":1}},{"uid":"37e9d3cadb9a193d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/37e9d3cadb9a193d","status":"passed","time":{"start":1728069281369,"stop":1728069281369,"duration":0}},{"uid":"d4c4d1a91cc9a3fe","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d4c4d1a91cc9a3fe","status":"passed","time":{"start":1728068055163,"stop":1728068055163,"duration":0}},{"uid":"e392bc4629a30daa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e392bc4629a30daa","status":"passed","time":{"start":1728067502945,"stop":1728067502946,"duration":1}},{"uid":"6f0a09bdbdb67143","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6f0a09bdbdb67143","status":"passed","time":{"start":1728067440387,"stop":1728067440388,"duration":1}},{"uid":"75e8fb85bbbc5bad","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/75e8fb85bbbc5bad","status":"passed","time":{"start":1728058204395,"stop":1728058204396,"duration":1}},{"uid":"fc16f5f2e8055215","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/fc16f5f2e8055215","status":"passed","time":{"start":1728058106477,"stop":1728058106477,"duration":0}},{"uid":"86351b73c810df71","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/86351b73c810df71","status":"passed","time":{"start":1728058024184,"stop":1728058024184,"duration":0}},{"uid":"2a89bbaadd6b27b9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2a89bbaadd6b27b9","status":"passed","time":{"start":1728057732236,"stop":1728057732236,"duration":0}},{"uid":"870f8bf9f9ce0930","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/870f8bf9f9ce0930","status":"passed","time":{"start":1728056359099,"stop":1728056359100,"duration":1}},{"uid":"ffe3c33867df005","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ffe3c33867df005","status":"passed","time":{"start":1728053941735,"stop":1728053941735,"duration":0}},{"uid":"298e72dbc4f3977","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/298e72dbc4f3977","status":"passed","time":{"start":1728049755699,"stop":1728049755699,"duration":0}},{"uid":"c1ef9240a692564c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c1ef9240a692564c","status":"passed","time":{"start":1728048050530,"stop":1728048050530,"duration":0}},{"uid":"807f397a73d58203","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/807f397a73d58203","status":"passed","time":{"start":1728043269973,"stop":1728043269973,"duration":0}},{"uid":"7ce4f6101ee2d1fc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7ce4f6101ee2d1fc","status":"passed","time":{"start":1728035898417,"stop":1728035898418,"duration":1}},{"uid":"d05569ae3225f01b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d05569ae3225f01b","status":"passed","time":{"start":1728033815156,"stop":1728033815158,"duration":2}}]},"a8b9ea518283568e48f65aca7f4ec5fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c55924dbd0f0f8a3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c55924dbd0f0f8a3","status":"passed","time":{"start":1728068082729,"stop":1728068082729,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"712c9cecfe1377f7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/712c9cecfe1377f7","status":"passed","time":{"start":1728086260313,"stop":1728086260314,"duration":1}},{"uid":"4f92d2a7479d4d4d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4f92d2a7479d4d4d","status":"passed","time":{"start":1728085269083,"stop":1728085269083,"duration":0}},{"uid":"2c2a590cc57e6a20","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2c2a590cc57e6a20","status":"passed","time":{"start":1728069312636,"stop":1728069312636,"duration":0}},{"uid":"38ef8a18f4c63d65","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/38ef8a18f4c63d65","status":"passed","time":{"start":1728046423444,"stop":1728046423444,"duration":0}},{"uid":"ccef272e67977973","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ccef272e67977973","status":"passed","time":{"start":1728043297179,"stop":1728043297180,"duration":1}},{"uid":"f9c9f86a3b09438d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f9c9f86a3b09438d","status":"passed","time":{"start":1728035880157,"stop":1728035880157,"duration":0}},{"uid":"ca6b484dcde1bb2d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ca6b484dcde1bb2d","status":"passed","time":{"start":1728033788813,"stop":1728033788813,"duration":0}},{"uid":"f3b2a95ac92445fc","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f3b2a95ac92445fc","status":"passed","time":{"start":1728033423641,"stop":1728033423641,"duration":0}},{"uid":"f31500bc925d5340","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f31500bc925d5340","status":"passed","time":{"start":1728032985140,"stop":1728032985140,"duration":0}},{"uid":"726b67077179cd9c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/726b67077179cd9c","status":"passed","time":{"start":1728032614942,"stop":1728032614942,"duration":0}},{"uid":"4315ac44b4448ad8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4315ac44b4448ad8","status":"passed","time":{"start":1728032348375,"stop":1728032348375,"duration":0}}]},"cbef0b032098f29b6bf7cb31d9cd9b1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"52139d89b5d35242","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/52139d89b5d35242","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728053197852,"stop":1728053197852,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"efd07dd2266a4b27","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/efd07dd2266a4b27","status":"passed","time":{"start":1728086033899,"stop":1728086033907,"duration":8}},{"uid":"595081c494c50cd3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/595081c494c50cd3","status":"passed","time":{"start":1728085047250,"stop":1728085047251,"duration":1}},{"uid":"7f7e50b7c127d4b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7f7e50b7c127d4b","status":"passed","time":{"start":1728083902775,"stop":1728083902775,"duration":0}},{"uid":"1d3d35d12f88af4b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1d3d35d12f88af4b","status":"passed","time":{"start":1728082961515,"stop":1728082961515,"duration":0}},{"uid":"62283dcf0bf92fe9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/62283dcf0bf92fe9","status":"passed","time":{"start":1728082284030,"stop":1728082284030,"duration":0}},{"uid":"e830a2678d410054","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e830a2678d410054","status":"passed","time":{"start":1728069082665,"stop":1728069082665,"duration":0}},{"uid":"e1e5fa56bef3155b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e1e5fa56bef3155b","status":"passed","time":{"start":1728067941392,"stop":1728067941392,"duration":0}},{"uid":"46a20e0a71009336","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/46a20e0a71009336","status":"passed","time":{"start":1728066171571,"stop":1728066171571,"duration":0}},{"uid":"ac8067fbaa93f610","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ac8067fbaa93f610","status":"passed","time":{"start":1728066512887,"stop":1728066512888,"duration":1}},{"uid":"9cf7795dc82a7a57","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9cf7795dc82a7a57","status":"passed","time":{"start":1728057355632,"stop":1728057355632,"duration":0}},{"uid":"bfc75b92a91d4ddc","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bfc75b92a91d4ddc","status":"passed","time":{"start":1728056563508,"stop":1728056563508,"duration":0}},{"uid":"21a6e98a4f97bb40","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/21a6e98a4f97bb40","status":"passed","time":{"start":1728056935471,"stop":1728056935472,"duration":1}},{"uid":"4bfb388cc6c903a4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4bfb388cc6c903a4","status":"passed","time":{"start":1728055614340,"stop":1728055614341,"duration":1}},{"uid":"60b9aee67b0ff8a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/60b9aee67b0ff8a","status":"passed","time":{"start":1728054752365,"stop":1728054752365,"duration":0}},{"uid":"be8a63184daa1a4b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/be8a63184daa1a4b","status":"passed","time":{"start":1728052861020,"stop":1728052861020,"duration":0}},{"uid":"bda974c82d636899","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bda974c82d636899","status":"passed","time":{"start":1728046783422,"stop":1728046783422,"duration":0}},{"uid":"6f7487b162f061c3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6f7487b162f061c3","status":"passed","time":{"start":1728047429496,"stop":1728047429496,"duration":0}},{"uid":"a0d415f69c28978c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a0d415f69c28978c","status":"passed","time":{"start":1728043084147,"stop":1728043084148,"duration":1}},{"uid":"94d61e2aeb26405c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/94d61e2aeb26405c","status":"passed","time":{"start":1728035601393,"stop":1728035601394,"duration":1}},{"uid":"59ef50428a64a28e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/59ef50428a64a28e","status":"passed","time":{"start":1728033520543,"stop":1728033520544,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82ca832e4312574","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/82ca832e4312574","status":"passed","time":{"start":1728085963113,"stop":1728085963114,"duration":1}},{"uid":"83f42ef16e59ce6b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/83f42ef16e59ce6b","status":"passed","time":{"start":1728084980630,"stop":1728084980630,"duration":0}},{"uid":"aa588ec022d4a75a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/aa588ec022d4a75a","status":"passed","time":{"start":1728083841531,"stop":1728083841531,"duration":0}},{"uid":"572d60b98cb8dfa2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/572d60b98cb8dfa2","status":"passed","time":{"start":1728082905766,"stop":1728082905767,"duration":1}},{"uid":"9030ac1e530f8475","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9030ac1e530f8475","status":"passed","time":{"start":1728082231562,"stop":1728082231563,"duration":1}},{"uid":"8b82e5a5c24a2841","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8b82e5a5c24a2841","status":"passed","time":{"start":1728069010261,"stop":1728069010261,"duration":0}},{"uid":"cdedfadb1a69cc87","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cdedfadb1a69cc87","status":"passed","time":{"start":1728046146003,"stop":1728046146005,"duration":2}},{"uid":"9b3a74973a2c52bd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9b3a74973a2c52bd","status":"passed","time":{"start":1728043008848,"stop":1728043008848,"duration":0}},{"uid":"44e81e1f488c693b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/44e81e1f488c693b","status":"passed","time":{"start":1728035569673,"stop":1728035569673,"duration":0}},{"uid":"2fe50f47470be54f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2fe50f47470be54f","status":"passed","time":{"start":1728033486727,"stop":1728033486728,"duration":1}},{"uid":"16a728b7bcd1843b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/16a728b7bcd1843b","status":"passed","time":{"start":1728033116283,"stop":1728033116284,"duration":1}},{"uid":"bbb3eb5b7ed3e745","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bbb3eb5b7ed3e745","status":"passed","time":{"start":1728032680275,"stop":1728032680276,"duration":1}},{"uid":"2389e1d745a3658f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2389e1d745a3658f","status":"passed","time":{"start":1728032316357,"stop":1728032316357,"duration":0}},{"uid":"db033987321c20c7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/db033987321c20c7","status":"passed","time":{"start":1728032035309,"stop":1728032035314,"duration":5}}]},"ac3386838e442f47f774d3dfa944d009:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9431cfb3964d4782","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9431cfb3964d4782","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728058204390,"stop":1728058204391,"duration":1}}]},"a6e0b145d1e584c9c505ad5242bd3a3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6200bf1d80adb0a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f6200bf1d80adb0a","status":"passed","time":{"start":1728055761103,"stop":1728055761103,"duration":0}}]},"357ed51ff2335dcc1d3f42132ad03727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"806d17f4f1e43a5f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/806d17f4f1e43a5f","status":"passed","time":{"start":1728057209567,"stop":1728057209567,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cfe09833d05ac86","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cfe09833d05ac86","status":"passed","time":{"start":1728086056630,"stop":1728086056630,"duration":0}},{"uid":"a338f45a91309385","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a338f45a91309385","status":"passed","time":{"start":1728085073699,"stop":1728085073700,"duration":1}},{"uid":"48bc67e0615fed20","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/48bc67e0615fed20","status":"passed","time":{"start":1728083925363,"stop":1728083925366,"duration":3}},{"uid":"daaa6963842b37eb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/daaa6963842b37eb","status":"passed","time":{"start":1728069104866,"stop":1728069104867,"duration":1}},{"uid":"41d59bc0c5f43105","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/41d59bc0c5f43105","status":"passed","time":{"start":1728046256197,"stop":1728046256198,"duration":1}},{"uid":"5c6c75fbab259ffa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5c6c75fbab259ffa","status":"passed","time":{"start":1728043096709,"stop":1728043096712,"duration":3}},{"uid":"f7fed732b5669ca2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f7fed732b5669ca2","status":"passed","time":{"start":1728035661740,"stop":1728035661740,"duration":0}},{"uid":"54c7ecf562e4ed9c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/54c7ecf562e4ed9c","status":"passed","time":{"start":1728033580615,"stop":1728033580615,"duration":0}},{"uid":"429775dc48a37ea2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/429775dc48a37ea2","status":"passed","time":{"start":1728033205588,"stop":1728033205589,"duration":1}},{"uid":"2533e497eb127d46","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2533e497eb127d46","status":"passed","time":{"start":1728032779640,"stop":1728032779641,"duration":1}},{"uid":"d26c4de2806b45e0","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d26c4de2806b45e0","status":"passed","time":{"start":1728032408505,"stop":1728032408505,"duration":0}},{"uid":"71d2c1cdefcfd304","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/71d2c1cdefcfd304","status":"passed","time":{"start":1728032131457,"stop":1728032131458,"duration":1}}]},"f78a36670d35dcb2198505edaf37f1f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88f2e00db35aa217","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/88f2e00db35aa217","status":"passed","time":{"start":1728083125013,"stop":1728083125013,"duration":0}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"91320f7868a42905","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/91320f7868a42905","status":"passed","time":{"start":1728085872165,"stop":1728085872166,"duration":1}},{"uid":"8c4a6f219e93a786","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8c4a6f219e93a786","status":"passed","time":{"start":1728084884493,"stop":1728084884494,"duration":1}},{"uid":"12e5ae6846d843f8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/12e5ae6846d843f8","status":"passed","time":{"start":1728083751984,"stop":1728083751985,"duration":1}},{"uid":"7aac6b724d9a6640","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7aac6b724d9a6640","status":"passed","time":{"start":1728082815032,"stop":1728082815032,"duration":0}},{"uid":"cbdaa14be7e519d1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cbdaa14be7e519d1","status":"passed","time":{"start":1728082147317,"stop":1728082147317,"duration":0}},{"uid":"a8bd8c93015fd67f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a8bd8c93015fd67f","status":"passed","time":{"start":1728068916319,"stop":1728068916320,"duration":1}},{"uid":"6ed19f019675c331","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6ed19f019675c331","status":"passed","time":{"start":1728067792189,"stop":1728067792189,"duration":0}},{"uid":"7951819505ba3079","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7951819505ba3079","status":"passed","time":{"start":1728065639252,"stop":1728065639253,"duration":1}},{"uid":"772e113bfc7f42d9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/772e113bfc7f42d9","status":"passed","time":{"start":1728065928756,"stop":1728065928757,"duration":1}},{"uid":"c365dc4ed706f4f2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c365dc4ed706f4f2","status":"passed","time":{"start":1728056819197,"stop":1728056819197,"duration":0}},{"uid":"af7c41824b43a03a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/af7c41824b43a03a","status":"passed","time":{"start":1728055990807,"stop":1728055990808,"duration":1}},{"uid":"4425da423f0d38ee","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4425da423f0d38ee","status":"passed","time":{"start":1728056311521,"stop":1728056311522,"duration":1}},{"uid":"b4b2e5a09dd31f55","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b4b2e5a09dd31f55","status":"passed","time":{"start":1728055122700,"stop":1728055122700,"duration":0}},{"uid":"82f9d352e627d90a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/82f9d352e627d90a","status":"passed","time":{"start":1728054101375,"stop":1728054101375,"duration":0}},{"uid":"17ee02ae852abcdb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/17ee02ae852abcdb","status":"passed","time":{"start":1728052379035,"stop":1728052379036,"duration":1}},{"uid":"e947cf3bd5676dc7","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e947cf3bd5676dc7","status":"passed","time":{"start":1728046059820,"stop":1728046059821,"duration":1}},{"uid":"30dd88ac797d93e6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/30dd88ac797d93e6","status":"passed","time":{"start":1728046845708,"stop":1728046845709,"duration":1}},{"uid":"f521da1acffb1478","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f521da1acffb1478","status":"passed","time":{"start":1728042915324,"stop":1728042915325,"duration":1}},{"uid":"bbf9b784fbf42398","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bbf9b784fbf42398","status":"passed","time":{"start":1728035477904,"stop":1728035477904,"duration":0}},{"uid":"ac3b74a4dce643c6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ac3b74a4dce643c6","status":"passed","time":{"start":1728033394389,"stop":1728033394389,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":14,"unknown":0,"total":15},"items":[{"uid":"786e4b6b88f54a10","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/786e4b6b88f54a10","status":"passed","time":{"start":1728085966215,"stop":1728085966217,"duration":2}},{"uid":"f70f9a19d3466ffb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f70f9a19d3466ffb","status":"passed","time":{"start":1728084983079,"stop":1728084983079,"duration":0}},{"uid":"407de352f2e85bed","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/407de352f2e85bed","status":"passed","time":{"start":1728083842840,"stop":1728083842841,"duration":1}},{"uid":"86c2b2a80cf41b50","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/86c2b2a80cf41b50","status":"passed","time":{"start":1728082916497,"stop":1728082916497,"duration":0}},{"uid":"899b6827b29e1df9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/899b6827b29e1df9","status":"passed","time":{"start":1728082241790,"stop":1728082241790,"duration":0}},{"uid":"3128e88a20d21dec","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3128e88a20d21dec","status":"passed","time":{"start":1728069013704,"stop":1728069013704,"duration":0}},{"uid":"a80dc297d5990388","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a80dc297d5990388","status":"passed","time":{"start":1728067876052,"stop":1728067876052,"duration":0}},{"uid":"14c2e478d95c3fd3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/14c2e478d95c3fd3","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056213611,"stop":1728056213612,"duration":1}},{"uid":"16b09d8f27838be5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/16b09d8f27838be5","status":"passed","time":{"start":1728043011838,"stop":1728043011838,"duration":0}},{"uid":"d32cacd6f92c1a79","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d32cacd6f92c1a79","status":"passed","time":{"start":1728035574556,"stop":1728035574556,"duration":0}},{"uid":"f96a13ca2b3812fd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f96a13ca2b3812fd","status":"passed","time":{"start":1728033489598,"stop":1728033489598,"duration":0}},{"uid":"88004720fd4eb96b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/88004720fd4eb96b","status":"passed","time":{"start":1728033115384,"stop":1728033115385,"duration":1}},{"uid":"cb7ae843961c087c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/cb7ae843961c087c","status":"passed","time":{"start":1728032689246,"stop":1728032689247,"duration":1}},{"uid":"ebd0460b4d33c5a7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ebd0460b4d33c5a7","status":"passed","time":{"start":1728032323428,"stop":1728032323428,"duration":0}},{"uid":"8a117b68369072e5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8a117b68369072e5","status":"passed","time":{"start":1728032042536,"stop":1728032042536,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":16,"unknown":0,"total":21},"items":[{"uid":"5eaa18032b80c6e7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5eaa18032b80c6e7","status":"passed","time":{"start":1728086033874,"stop":1728086033874,"duration":0}},{"uid":"947298138c7d62c5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/947298138c7d62c5","status":"passed","time":{"start":1728085047238,"stop":1728085047238,"duration":0}},{"uid":"f72d0281a3ddfb29","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f72d0281a3ddfb29","status":"passed","time":{"start":1728083902760,"stop":1728083902760,"duration":0}},{"uid":"f54670977774c9ea","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f54670977774c9ea","status":"passed","time":{"start":1728082961489,"stop":1728082961490,"duration":1}},{"uid":"d70a94d008fd3a0c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d70a94d008fd3a0c","status":"passed","time":{"start":1728082284019,"stop":1728082284019,"duration":0}},{"uid":"5de0c061efe2a375","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5de0c061efe2a375","status":"passed","time":{"start":1728069082624,"stop":1728069082624,"duration":0}},{"uid":"e9949711e33312e5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e9949711e33312e5","status":"passed","time":{"start":1728067941378,"stop":1728067941378,"duration":0}},{"uid":"2439ff6d6755b5d7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2439ff6d6755b5d7","status":"passed","time":{"start":1728066171557,"stop":1728066171558,"duration":1}},{"uid":"507747d6de6e15fc","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/507747d6de6e15fc","status":"passed","time":{"start":1728066512871,"stop":1728066512872,"duration":1}},{"uid":"ec57f9e4ea8d5d43","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ec57f9e4ea8d5d43","status":"passed","time":{"start":1728057355621,"stop":1728057355621,"duration":0}},{"uid":"3444b254bf5f1a38","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3444b254bf5f1a38","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056563490,"stop":1728056563491,"duration":1}},{"uid":"d2477bbdc01c95d3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d2477bbdc01c95d3","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056935458,"stop":1728056935459,"duration":1}},{"uid":"59b3ca836904a558","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/59b3ca836904a558","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728055614330,"stop":1728055614331,"duration":1}},{"uid":"a4ad69e356581172","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a4ad69e356581172","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728054752355,"stop":1728054752355,"duration":0}},{"uid":"2ba03013de456c84","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2ba03013de456c84","status":"passed","time":{"start":1728052861008,"stop":1728052861008,"duration":0}},{"uid":"f13db15bf0dbc685","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f13db15bf0dbc685","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728046783407,"stop":1728046783408,"duration":1}},{"uid":"5e0ec575829553fc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5e0ec575829553fc","status":"passed","time":{"start":1728047429483,"stop":1728047429484,"duration":1}},{"uid":"8715992ff530a1e2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8715992ff530a1e2","status":"passed","time":{"start":1728043084128,"stop":1728043084128,"duration":0}},{"uid":"2e1c4732ee2d943c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2e1c4732ee2d943c","status":"passed","time":{"start":1728032746169,"stop":1728032746169,"duration":0}},{"uid":"c30c8e3586e69547","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c30c8e3586e69547","status":"passed","time":{"start":1728032390177,"stop":1728032390178,"duration":1}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c1b3c4e549de0221","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c1b3c4e549de0221","status":"passed","time":{"start":1728085864170,"stop":1728085864171,"duration":1}},{"uid":"26e7e528cbadbc52","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/26e7e528cbadbc52","status":"passed","time":{"start":1728084876399,"stop":1728084876399,"duration":0}},{"uid":"96c12e4797a47c78","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/96c12e4797a47c78","status":"passed","time":{"start":1728083744356,"stop":1728083744356,"duration":0}},{"uid":"76f3ea6496f1b683","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/76f3ea6496f1b683","status":"passed","time":{"start":1728082807448,"stop":1728082807449,"duration":1}},{"uid":"1c6a4a4b88a72646","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1c6a4a4b88a72646","status":"passed","time":{"start":1728082139317,"stop":1728082139317,"duration":0}},{"uid":"27a679ce0dc0e20f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/27a679ce0dc0e20f","status":"passed","time":{"start":1728068908057,"stop":1728068908057,"duration":0}},{"uid":"662fca3d9d1be9f1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/662fca3d9d1be9f1","status":"passed","time":{"start":1728067784711,"stop":1728067784711,"duration":0}},{"uid":"4aa9c3d44210da39","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4aa9c3d44210da39","status":"passed","time":{"start":1728065631514,"stop":1728065631514,"duration":0}},{"uid":"774f9da735f7181d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/774f9da735f7181d","status":"passed","time":{"start":1728065920826,"stop":1728065920826,"duration":0}},{"uid":"3560746e1cb60842","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3560746e1cb60842","status":"passed","time":{"start":1728056811584,"stop":1728056811585,"duration":1}},{"uid":"92ec136dc40769df","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/92ec136dc40769df","status":"passed","time":{"start":1728055983141,"stop":1728055983141,"duration":0}},{"uid":"9bed0fb82a2f433c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9bed0fb82a2f433c","status":"passed","time":{"start":1728056303683,"stop":1728056303683,"duration":0}},{"uid":"676d08d438ed62c1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/676d08d438ed62c1","status":"passed","time":{"start":1728055114814,"stop":1728055114814,"duration":0}},{"uid":"894b80644a4db8c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/894b80644a4db8c","status":"passed","time":{"start":1728054093601,"stop":1728054093601,"duration":0}},{"uid":"8a705c0125df69c1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8a705c0125df69c1","status":"passed","time":{"start":1728052371187,"stop":1728052371187,"duration":0}},{"uid":"60a2b58ca8a5b0f1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/60a2b58ca8a5b0f1","status":"passed","time":{"start":1728046051725,"stop":1728046051725,"duration":0}},{"uid":"627ebbf6fd3f57bb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/627ebbf6fd3f57bb","status":"passed","time":{"start":1728046837811,"stop":1728046837811,"duration":0}},{"uid":"ce02d4c2348555c0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce02d4c2348555c0","status":"passed","time":{"start":1728042907584,"stop":1728042907584,"duration":0}},{"uid":"89b8788849ef99a4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/89b8788849ef99a4","status":"passed","time":{"start":1728035469884,"stop":1728035469885,"duration":1}},{"uid":"b117606c48a6e375","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b117606c48a6e375","status":"passed","time":{"start":1728033386394,"stop":1728033386395,"duration":1}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"392d22684333e821","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/392d22684333e821","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0}},{"uid":"71c7713cef535306","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/71c7713cef535306","status":"passed","time":{"start":1728085184634,"stop":1728085184635,"duration":1}},{"uid":"3334302c184ed0b9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3334302c184ed0b9","status":"passed","time":{"start":1728084018348,"stop":1728084018348,"duration":0}},{"uid":"3cc3cff8691dfbfa","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3cc3cff8691dfbfa","status":"passed","time":{"start":1728083065664,"stop":1728083065664,"duration":0}},{"uid":"a608f46f59c4b6bf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a608f46f59c4b6bf","status":"passed","time":{"start":1728069218822,"stop":1728069218823,"duration":1}},{"uid":"e87c40f98e77858d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e87c40f98e77858d","status":"passed","time":{"start":1728046261814,"stop":1728046261814,"duration":0}},{"uid":"17d2dc19d09805ef","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/17d2dc19d09805ef","status":"passed","time":{"start":1728043204073,"stop":1728043204074,"duration":1}},{"uid":"7fd8d9f11bffd622","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7fd8d9f11bffd622","status":"passed","time":{"start":1728035785868,"stop":1728035785869,"duration":1}},{"uid":"a7939a975cf22fb2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a7939a975cf22fb2","status":"passed","time":{"start":1728033696339,"stop":1728033696339,"duration":0}},{"uid":"22f0f970b4f77d2b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/22f0f970b4f77d2b","status":"passed","time":{"start":1728033319482,"stop":1728033319482,"duration":0}},{"uid":"68c5e3e7269f5268","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/68c5e3e7269f5268","status":"passed","time":{"start":1728032886548,"stop":1728032886548,"duration":0}},{"uid":"e4e2ba63fa7ca7ed","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e4e2ba63fa7ca7ed","status":"passed","time":{"start":1728032520626,"stop":1728032520627,"duration":1}},{"uid":"761ef10c7b027e47","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/761ef10c7b027e47","status":"passed","time":{"start":1728032252767,"stop":1728032252767,"duration":0}}]},"3f1e9a2b4b193d8c2906d5ba0ffa2bd7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c54ea73916056ace","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c54ea73916056ace","status":"passed","time":{"start":1728032984206,"stop":1728032984206,"duration":0}}]},"abf3d5a7121d8143c3e1404440190aa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f8a5fa10394f7ef","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4f8a5fa10394f7ef","status":"passed","time":{"start":1728032614671,"stop":1728032614671,"duration":0}}]},"8c1f2a16afc4e3c2cf749dae98e971af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6413eb910fa8d6c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d6413eb910fa8d6c","status":"passed","time":{"start":1728032274028,"stop":1728032274028,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"354efca99c57dee7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/354efca99c57dee7","status":"passed","time":{"start":1728086192511,"stop":1728086192511,"duration":0}},{"uid":"170fcf22cf40aa9d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/170fcf22cf40aa9d","status":"passed","time":{"start":1728085207476,"stop":1728085207476,"duration":0}},{"uid":"5d8d22c6b0bfce6b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5d8d22c6b0bfce6b","status":"passed","time":{"start":1728084038265,"stop":1728084038274,"duration":9}},{"uid":"35546715d067e2ea","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/35546715d067e2ea","status":"passed","time":{"start":1728083118097,"stop":1728083118098,"duration":1}},{"uid":"929c0f138563f313","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/929c0f138563f313","status":"passed","time":{"start":1728082399695,"stop":1728082399695,"duration":0}},{"uid":"eb8bc6d137aa8675","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eb8bc6d137aa8675","status":"passed","time":{"start":1728069237562,"stop":1728069237562,"duration":0}},{"uid":"41f6d51565e3e1c1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/41f6d51565e3e1c1","status":"passed","time":{"start":1728068055914,"stop":1728068055914,"duration":0}},{"uid":"8b052b5630708d32","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8b052b5630708d32","status":"passed","time":{"start":1728043232157,"stop":1728043232158,"duration":1}},{"uid":"969e3eed6b484139","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/969e3eed6b484139","status":"passed","time":{"start":1728035844035,"stop":1728035844036,"duration":1}},{"uid":"fa892ee06f6f2f42","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fa892ee06f6f2f42","status":"passed","time":{"start":1728033765876,"stop":1728033765876,"duration":0}},{"uid":"686c903e7d8e9be3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/686c903e7d8e9be3","status":"passed","time":{"start":1728033382935,"stop":1728033382936,"duration":1}},{"uid":"5c2ca6542848b2ff","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5c2ca6542848b2ff","status":"passed","time":{"start":1728032914485,"stop":1728032914486,"duration":1}},{"uid":"34601d22946e3882","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/34601d22946e3882","status":"passed","time":{"start":1728032550345,"stop":1728032550345,"duration":0}},{"uid":"ccfb2798bb82fd8","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ccfb2798bb82fd8","status":"passed","time":{"start":1728032274008,"stop":1728032274008,"duration":0}}]},"36ab3a425393ecd131aafb08619363d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4230e45b22b34b73","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4230e45b22b34b73","status":"passed","time":{"start":1728085221332,"stop":1728085221333,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"9aa73a4e96ae3016","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9aa73a4e96ae3016","status":"passed","time":{"start":1728086279994,"stop":1728086279994,"duration":0}},{"uid":"69abd40e8120f303","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/69abd40e8120f303","status":"passed","time":{"start":1728085293905,"stop":1728085293905,"duration":0}},{"uid":"fa578b8a27eee5cf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fa578b8a27eee5cf","status":"passed","time":{"start":1728084101450,"stop":1728084101451,"duration":1}},{"uid":"13bd6ed0972186f7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/13bd6ed0972186f7","status":"passed","time":{"start":1728083168115,"stop":1728083168115,"duration":0}},{"uid":"71b5df8b7efe6fbb","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/71b5df8b7efe6fbb","status":"passed","time":{"start":1728082465061,"stop":1728082465061,"duration":0}},{"uid":"aea1f18bb3d98dec","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/aea1f18bb3d98dec","status":"passed","time":{"start":1728069334923,"stop":1728069334924,"duration":1}},{"uid":"34b9cf42a62d5b2b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/34b9cf42a62d5b2b","status":"passed","time":{"start":1728068118332,"stop":1728068118333,"duration":1}},{"uid":"22f4f2dfcf8b655c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/22f4f2dfcf8b655c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728066355582,"stop":1728066355583,"duration":1}},{"uid":"6b900a155d7f5426","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6b900a155d7f5426","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728066663037,"stop":1728066663037,"duration":0}},{"uid":"3db494008e1c9c1f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3db494008e1c9c1f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728057521054,"stop":1728057521054,"duration":0}},{"uid":"1418f38fb64d2f82","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1418f38fb64d2f82","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728056636127,"stop":1728056636127,"duration":0}},{"uid":"bda0a5edb7e10d21","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bda0a5edb7e10d21","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728057050452,"stop":1728057050452,"duration":0}},{"uid":"70b7c931a2e7607f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/70b7c931a2e7607f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728052896601,"stop":1728052896601,"duration":0}},{"uid":"d576f6e32dcc369c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d576f6e32dcc369c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728046745292,"stop":1728046745292,"duration":0}},{"uid":"477f6919cee98c67","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/477f6919cee98c67","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/multiple_pubsub.spec.ts)","time":{"start":1728047579660,"stop":1728047579660,"duration":0}},{"uid":"448caf5f52d70997","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/448caf5f52d70997","status":"passed","time":{"start":1728043322679,"stop":1728043322681,"duration":2}},{"uid":"efcc0bc1f5bb1e19","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/efcc0bc1f5bb1e19","status":"passed","time":{"start":1728035930901,"stop":1728035930901,"duration":0}},{"uid":"b6d40cd8d3c9dd8e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b6d40cd8d3c9dd8e","status":"passed","time":{"start":1728033847227,"stop":1728033847227,"duration":0}},{"uid":"ade00644126f33ac","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ade00644126f33ac","status":"passed","time":{"start":1728033467598,"stop":1728033467598,"duration":0}},{"uid":"ca2eec560d83a743","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ca2eec560d83a743","status":"passed","time":{"start":1728033001748,"stop":1728033001748,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3b871ac45a79d205","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3b871ac45a79d205","status":"passed","time":{"start":1728086192508,"stop":1728086192508,"duration":0}},{"uid":"179f3ee1687ffa34","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/179f3ee1687ffa34","status":"passed","time":{"start":1728085207472,"stop":1728085207473,"duration":1}},{"uid":"f2be58f05d52ca69","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f2be58f05d52ca69","status":"passed","time":{"start":1728084038258,"stop":1728084038258,"duration":0}},{"uid":"908a3412f3b7a666","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/908a3412f3b7a666","status":"passed","time":{"start":1728083118094,"stop":1728083118095,"duration":1}},{"uid":"dd0d90f82c74424e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/dd0d90f82c74424e","status":"passed","time":{"start":1728082399692,"stop":1728082399693,"duration":1}},{"uid":"434f7fe34a53dfc3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/434f7fe34a53dfc3","status":"passed","time":{"start":1728069237559,"stop":1728069237559,"duration":0}},{"uid":"e36061bebfdb03f9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e36061bebfdb03f9","status":"passed","time":{"start":1728068055909,"stop":1728068055910,"duration":1}},{"uid":"1c27e46c0436938b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1c27e46c0436938b","status":"passed","time":{"start":1728043232155,"stop":1728043232155,"duration":0}},{"uid":"432d1438087bb4e9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/432d1438087bb4e9","status":"passed","time":{"start":1728035844017,"stop":1728035844018,"duration":1}},{"uid":"8205e3e682f2aee5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8205e3e682f2aee5","status":"passed","time":{"start":1728033765871,"stop":1728033765871,"duration":0}},{"uid":"33bf2ad526614538","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/33bf2ad526614538","status":"passed","time":{"start":1728033382929,"stop":1728033382930,"duration":1}},{"uid":"a2523eaf35ec6cbe","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a2523eaf35ec6cbe","status":"passed","time":{"start":1728032914482,"stop":1728032914482,"duration":0}},{"uid":"f839c0a44fc977cd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f839c0a44fc977cd","status":"passed","time":{"start":1728032550339,"stop":1728032550340,"duration":1}},{"uid":"1f370b5c923ecdd9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1f370b5c923ecdd9","status":"passed","time":{"start":1728032274000,"stop":1728032274001,"duration":1}}]},"2ac1030315355582ae9380b7fdd8c29d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28ee58f68cfdcc32","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/28ee58f68cfdcc32","status":"passed","time":{"start":1728032338426,"stop":1728032338427,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7c49cc9f29e7863","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c49cc9f29e7863","status":"passed","time":{"start":1728086355713,"stop":1728086355714,"duration":1}},{"uid":"64e229f0b2e60641","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/64e229f0b2e60641","status":"passed","time":{"start":1728085373693,"stop":1728085373694,"duration":1}},{"uid":"5981622f6aa23e9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5981622f6aa23e9","status":"passed","time":{"start":1728084178046,"stop":1728084178046,"duration":0}},{"uid":"a3ba6746c4da775","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a3ba6746c4da775","status":"passed","time":{"start":1728083234924,"stop":1728083234924,"duration":0}},{"uid":"b5e51588e157e9c8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b5e51588e157e9c8","status":"passed","time":{"start":1728082547365,"stop":1728082547366,"duration":1}},{"uid":"bed3b37c1804bdfc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bed3b37c1804bdfc","status":"passed","time":{"start":1728069406258,"stop":1728069406258,"duration":0}},{"uid":"d1c7c24c700d9fe8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d1c7c24c700d9fe8","status":"passed","time":{"start":1728068188745,"stop":1728068188746,"duration":1}},{"uid":"38763743e52ad809","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/38763743e52ad809","status":"passed","time":{"start":1728066205248,"stop":1728066205248,"duration":0}},{"uid":"5d6b782493605b61","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5d6b782493605b61","status":"passed","time":{"start":1728066494021,"stop":1728066494021,"duration":0}},{"uid":"dc25a4767805dfc7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dc25a4767805dfc7","status":"passed","time":{"start":1728057370824,"stop":1728057370824,"duration":0}},{"uid":"392b6789eaf447e6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/392b6789eaf447e6","status":"passed","time":{"start":1728056485934,"stop":1728056485936,"duration":2}},{"uid":"8eac47be4e541d81","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8eac47be4e541d81","status":"passed","time":{"start":1728056886892,"stop":1728056886893,"duration":1}},{"uid":"e36e03f499aad317","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e36e03f499aad317","status":"passed","time":{"start":1728055612098,"stop":1728055612099,"duration":1}},{"uid":"45f2075941b623f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/45f2075941b623f","status":"passed","time":{"start":1728054584801,"stop":1728054584804,"duration":3}},{"uid":"e0c77c71f8e19227","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e0c77c71f8e19227","status":"passed","time":{"start":1728052753934,"stop":1728052753935,"duration":1}},{"uid":"963c73cb83cfe56a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/963c73cb83cfe56a","status":"passed","time":{"start":1728046595075,"stop":1728046595076,"duration":1}},{"uid":"aad9d1e908dc70cb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/aad9d1e908dc70cb","status":"passed","time":{"start":1728047411246,"stop":1728047411246,"duration":0}},{"uid":"838a0678973011a8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/838a0678973011a8","status":"passed","time":{"start":1728043393936,"stop":1728043393937,"duration":1}},{"uid":"7f6ba080ceffdcdc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7f6ba080ceffdcdc","status":"passed","time":{"start":1728036019469,"stop":1728036019469,"duration":0}},{"uid":"443ed1ab695ab2a8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/443ed1ab695ab2a8","status":"passed","time":{"start":1728033936460,"stop":1728033936461,"duration":1}}]},"319bc0c4edd4881da296c7034a590bea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5465be5ccd1bf173","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5465be5ccd1bf173","status":"passed","time":{"start":1728047258630,"stop":1728047258630,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2d79cc82987183a8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2d79cc82987183a8","status":"passed","time":{"start":1728085864142,"stop":1728085864143,"duration":1}},{"uid":"ed5a641b58fb3ef8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ed5a641b58fb3ef8","status":"passed","time":{"start":1728084876371,"stop":1728084876372,"duration":1}},{"uid":"6cb8b2b41dd4c90","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6cb8b2b41dd4c90","status":"passed","time":{"start":1728083744328,"stop":1728083744329,"duration":1}},{"uid":"94c72bf75a64d17b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/94c72bf75a64d17b","status":"passed","time":{"start":1728082807421,"stop":1728082807422,"duration":1}},{"uid":"a011ef3ca3aba7d9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a011ef3ca3aba7d9","status":"passed","time":{"start":1728082139285,"stop":1728082139286,"duration":1}},{"uid":"8f37b04ff0099d1b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8f37b04ff0099d1b","status":"passed","time":{"start":1728068908025,"stop":1728068908025,"duration":0}},{"uid":"e6e8c2dba35982a0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e6e8c2dba35982a0","status":"passed","time":{"start":1728067784683,"stop":1728067784684,"duration":1}},{"uid":"d453640f3d8d1afa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d453640f3d8d1afa","status":"passed","time":{"start":1728065631484,"stop":1728065631485,"duration":1}},{"uid":"5bb0dbd29979ebae","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5bb0dbd29979ebae","status":"passed","time":{"start":1728065920795,"stop":1728065920796,"duration":1}},{"uid":"209853b4b1815a7f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/209853b4b1815a7f","status":"passed","time":{"start":1728056811553,"stop":1728056811553,"duration":0}},{"uid":"c78a307d51ead47f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c78a307d51ead47f","status":"passed","time":{"start":1728055983112,"stop":1728055983112,"duration":0}},{"uid":"363cecf2c389fc17","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/363cecf2c389fc17","status":"passed","time":{"start":1728056303661,"stop":1728056303661,"duration":0}},{"uid":"dcb8108b6af22947","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/dcb8108b6af22947","status":"passed","time":{"start":1728055114785,"stop":1728055114786,"duration":1}},{"uid":"194207de6eaa8511","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/194207de6eaa8511","status":"passed","time":{"start":1728054093571,"stop":1728054093571,"duration":0}},{"uid":"e9b1854d9b991f23","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e9b1854d9b991f23","status":"passed","time":{"start":1728052371155,"stop":1728052371156,"duration":1}},{"uid":"329db69db8c868dc","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/329db69db8c868dc","status":"passed","time":{"start":1728046051693,"stop":1728046051694,"duration":1}},{"uid":"ef9c55279c9f2d15","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ef9c55279c9f2d15","status":"passed","time":{"start":1728046837783,"stop":1728046837784,"duration":1}},{"uid":"b6450fda20f577e7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b6450fda20f577e7","status":"passed","time":{"start":1728042907558,"stop":1728042907558,"duration":0}},{"uid":"eae6ac6720b750dc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/eae6ac6720b750dc","status":"passed","time":{"start":1728035469863,"stop":1728035469863,"duration":0}},{"uid":"d41b2afd178cae47","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d41b2afd178cae47","status":"passed","time":{"start":1728033386367,"stop":1728033386368,"duration":1}}]},"271028c90bd08d994b6d2f1660aa6496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34134cea38d2966b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/34134cea38d2966b","status":"passed","time":{"start":1728033444789,"stop":1728033444790,"duration":1}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"79594cc75f3116f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79594cc75f3116f","status":"passed","time":{"start":1728085864157,"stop":1728085864157,"duration":0}},{"uid":"707caed80b9ad3e4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/707caed80b9ad3e4","status":"passed","time":{"start":1728084876385,"stop":1728084876385,"duration":0}},{"uid":"6085617033f4bee6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6085617033f4bee6","status":"passed","time":{"start":1728083744343,"stop":1728083744343,"duration":0}},{"uid":"2093b52e0a6ac484","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2093b52e0a6ac484","status":"passed","time":{"start":1728082807435,"stop":1728082807436,"duration":1}},{"uid":"236109a84544483c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/236109a84544483c","status":"passed","time":{"start":1728082139303,"stop":1728082139303,"duration":0}},{"uid":"df01191922c036ed","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/df01191922c036ed","status":"passed","time":{"start":1728068908041,"stop":1728068908041,"duration":0}},{"uid":"3bb565660751bcdb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3bb565660751bcdb","status":"passed","time":{"start":1728067784698,"stop":1728067784698,"duration":0}},{"uid":"84f24ac2002b77f7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/84f24ac2002b77f7","status":"passed","time":{"start":1728065631500,"stop":1728065631501,"duration":1}},{"uid":"28e7ef5b72155833","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/28e7ef5b72155833","status":"passed","time":{"start":1728065920812,"stop":1728065920812,"duration":0}},{"uid":"e2e3a7b9526f70a3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e2e3a7b9526f70a3","status":"passed","time":{"start":1728056811570,"stop":1728056811570,"duration":0}},{"uid":"2e019802bd259db1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2e019802bd259db1","status":"passed","time":{"start":1728055983127,"stop":1728055983128,"duration":1}},{"uid":"ebcef1891ddd1be1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ebcef1891ddd1be1","status":"passed","time":{"start":1728056303671,"stop":1728056303672,"duration":1}},{"uid":"cb7145bc145f61a2","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/cb7145bc145f61a2","status":"passed","time":{"start":1728055114800,"stop":1728055114800,"duration":0}},{"uid":"f9c0bbf1a217bee1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f9c0bbf1a217bee1","status":"passed","time":{"start":1728054093586,"stop":1728054093586,"duration":0}},{"uid":"d75c026dac98e32d","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d75c026dac98e32d","status":"passed","time":{"start":1728052371169,"stop":1728052371170,"duration":1}},{"uid":"79965a8741390bc9","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/79965a8741390bc9","status":"passed","time":{"start":1728046051709,"stop":1728046051710,"duration":1}},{"uid":"cc8bf1877dcabde7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cc8bf1877dcabde7","status":"passed","time":{"start":1728046837798,"stop":1728046837798,"duration":0}},{"uid":"eaaed393704db91d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eaaed393704db91d","status":"passed","time":{"start":1728042907571,"stop":1728042907571,"duration":0}},{"uid":"fc5f282b094bb86","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fc5f282b094bb86","status":"passed","time":{"start":1728035469874,"stop":1728035469874,"duration":0}},{"uid":"da0aa291ca6a3859","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/da0aa291ca6a3859","status":"passed","time":{"start":1728033386382,"stop":1728033386382,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"66447a6b314a5930","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/66447a6b314a5930","status":"passed","time":{"start":1728086033914,"stop":1728086033918,"duration":4}},{"uid":"1d035b85ea700530","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1d035b85ea700530","status":"passed","time":{"start":1728085047254,"stop":1728085047255,"duration":1}},{"uid":"8d1cda3db63ee8a5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8d1cda3db63ee8a5","status":"passed","time":{"start":1728083902778,"stop":1728083902779,"duration":1}},{"uid":"6426a2b7624bbe47","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6426a2b7624bbe47","status":"passed","time":{"start":1728082961520,"stop":1728082961521,"duration":1}},{"uid":"55419e0ef25cc904","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/55419e0ef25cc904","status":"passed","time":{"start":1728082284033,"stop":1728082284033,"duration":0}},{"uid":"e5b475f1fb0b5ffa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5b475f1fb0b5ffa","status":"passed","time":{"start":1728069082678,"stop":1728069082678,"duration":0}},{"uid":"b7b96553cc0ddcca","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b7b96553cc0ddcca","status":"passed","time":{"start":1728067941395,"stop":1728067941395,"duration":0}},{"uid":"2c7f3446b93b494f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2c7f3446b93b494f","status":"passed","time":{"start":1728066171573,"stop":1728066171573,"duration":0}},{"uid":"2138b8ca79bcef0d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2138b8ca79bcef0d","status":"passed","time":{"start":1728066512891,"stop":1728066512891,"duration":0}},{"uid":"ef3e073988e93ecf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ef3e073988e93ecf","status":"passed","time":{"start":1728057355635,"stop":1728057355636,"duration":1}},{"uid":"cf6c4f0d00398256","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/cf6c4f0d00398256","status":"passed","time":{"start":1728056563510,"stop":1728056563511,"duration":1}},{"uid":"352610ef762cc2e0","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/352610ef762cc2e0","status":"passed","time":{"start":1728056935475,"stop":1728056935476,"duration":1}},{"uid":"7467ebf8adc48417","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7467ebf8adc48417","status":"passed","time":{"start":1728055614343,"stop":1728055614343,"duration":0}},{"uid":"67c57b28b8b6ee6b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/67c57b28b8b6ee6b","status":"passed","time":{"start":1728054752367,"stop":1728054752367,"duration":0}},{"uid":"e5dc5cc7d1dd928","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e5dc5cc7d1dd928","status":"passed","time":{"start":1728052861022,"stop":1728052861023,"duration":1}},{"uid":"c8ddcfa0d1bbad6","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c8ddcfa0d1bbad6","status":"passed","time":{"start":1728046783427,"stop":1728046783427,"duration":0}},{"uid":"b76d6292cf9d5a12","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b76d6292cf9d5a12","status":"passed","time":{"start":1728047429499,"stop":1728047429499,"duration":0}},{"uid":"8afb3291c3207d58","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8afb3291c3207d58","status":"passed","time":{"start":1728043084151,"stop":1728043084151,"duration":0}},{"uid":"1fb10467c4fe8c36","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1fb10467c4fe8c36","status":"passed","time":{"start":1728035601398,"stop":1728035601399,"duration":1}},{"uid":"c0df871de43559a0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c0df871de43559a0","status":"passed","time":{"start":1728033520561,"stop":1728033520562,"duration":1}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7bbcf9f4b9f1cdff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7bbcf9f4b9f1cdff","status":"passed","time":{"start":1728085963116,"stop":1728085963117,"duration":1}},{"uid":"a1f0a1c4d29e2b9a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a1f0a1c4d29e2b9a","status":"passed","time":{"start":1728084980639,"stop":1728084980639,"duration":0}},{"uid":"6f8bd653468e158","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6f8bd653468e158","status":"passed","time":{"start":1728083841533,"stop":1728083841535,"duration":2}},{"uid":"cc839fb749416d39","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cc839fb749416d39","status":"passed","time":{"start":1728082905775,"stop":1728082905776,"duration":1}},{"uid":"f41dc3fde608be4a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f41dc3fde608be4a","status":"passed","time":{"start":1728082231569,"stop":1728082231569,"duration":0}},{"uid":"b0a15eac1ad778cd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b0a15eac1ad778cd","status":"passed","time":{"start":1728069010263,"stop":1728069010263,"duration":0}},{"uid":"9931ff34b0744512","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9931ff34b0744512","status":"passed","time":{"start":1728046146022,"stop":1728046146023,"duration":1}},{"uid":"1ae46925d1c7426","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1ae46925d1c7426","status":"passed","time":{"start":1728043008851,"stop":1728043008855,"duration":4}},{"uid":"33124a3ca96ca8a9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/33124a3ca96ca8a9","status":"passed","time":{"start":1728035569675,"stop":1728035569675,"duration":0}},{"uid":"308b1fb14031969","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/308b1fb14031969","status":"passed","time":{"start":1728033486734,"stop":1728033486734,"duration":0}},{"uid":"296e3530a88c5729","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/296e3530a88c5729","status":"passed","time":{"start":1728033116294,"stop":1728033116295,"duration":1}},{"uid":"279091ad8b76f8fd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/279091ad8b76f8fd","status":"passed","time":{"start":1728032680278,"stop":1728032680279,"duration":1}},{"uid":"28dec11b4931c702","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/28dec11b4931c702","status":"passed","time":{"start":1728032316366,"stop":1728032316366,"duration":0}},{"uid":"37265e5a2e20387b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/37265e5a2e20387b","status":"passed","time":{"start":1728032035330,"stop":1728032035330,"duration":0}}]},"d9162f8e6b3d6a9c276d09c3386e549f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ae03801b8958a19","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8ae03801b8958a19","status":"passed","time":{"start":1728083147585,"stop":1728083147586,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"85bc7f5c38040473","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/85bc7f5c38040473","status":"passed","time":{"start":1728086056631,"stop":1728086056631,"duration":0}},{"uid":"8be6bdab39579d85","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8be6bdab39579d85","status":"passed","time":{"start":1728085073700,"stop":1728085073700,"duration":0}},{"uid":"1f21daac4d1dab78","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1f21daac4d1dab78","status":"passed","time":{"start":1728083925366,"stop":1728083925367,"duration":1}},{"uid":"6a9f850216e66cb6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6a9f850216e66cb6","status":"passed","time":{"start":1728069104867,"stop":1728069104867,"duration":0}},{"uid":"d1b69e3e273b5776","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d1b69e3e273b5776","status":"passed","time":{"start":1728046256198,"stop":1728046256198,"duration":0}},{"uid":"cc8a94440061ac56","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc8a94440061ac56","status":"passed","time":{"start":1728043096712,"stop":1728043096712,"duration":0}},{"uid":"ab2595ee8242912e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ab2595ee8242912e","status":"passed","time":{"start":1728035661744,"stop":1728035661745,"duration":1}},{"uid":"fcaf4e4d91702995","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fcaf4e4d91702995","status":"passed","time":{"start":1728033580616,"stop":1728033580617,"duration":1}},{"uid":"5c7026aba081e618","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5c7026aba081e618","status":"passed","time":{"start":1728033205589,"stop":1728033205590,"duration":1}},{"uid":"59897d16b030fbcc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/59897d16b030fbcc","status":"passed","time":{"start":1728032779641,"stop":1728032779641,"duration":0}},{"uid":"f8ea0afbcdeb7fb8","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f8ea0afbcdeb7fb8","status":"passed","time":{"start":1728032408506,"stop":1728032408506,"duration":0}},{"uid":"7ad8b1e36faa5840","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7ad8b1e36faa5840","status":"passed","time":{"start":1728032131459,"stop":1728032131459,"duration":0}}]},"311b77ce760ad45258e64d316e721178:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a60d28abd2f85842","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a60d28abd2f85842","status":"passed","time":{"start":1728032614678,"stop":1728032614678,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"eac01cadf6829a1f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eac01cadf6829a1f","status":"passed","time":{"start":1728086142731,"stop":1728086142731,"duration":0}},{"uid":"448575d2b5fa82b1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/448575d2b5fa82b1","status":"passed","time":{"start":1728085163493,"stop":1728085163494,"duration":1}},{"uid":"ea370d14fa37e0b3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ea370d14fa37e0b3","status":"passed","time":{"start":1728083974234,"stop":1728083974237,"duration":3}},{"uid":"67a7f773a834c3b3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/67a7f773a834c3b3","status":"passed","time":{"start":1728083048465,"stop":1728083048466,"duration":1}},{"uid":"687ef4f31925841a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/687ef4f31925841a","status":"passed","time":{"start":1728082372848,"stop":1728082372849,"duration":1}},{"uid":"a08fa1ba075f4bbb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a08fa1ba075f4bbb","status":"passed","time":{"start":1728069196069,"stop":1728069196069,"duration":0}},{"uid":"d2d5513ef346d727","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d2d5513ef346d727","status":"passed","time":{"start":1728068012345,"stop":1728068012345,"duration":0}},{"uid":"579818ad17cdd3a0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/579818ad17cdd3a0","status":"passed","time":{"start":1728065954062,"stop":1728065954062,"duration":0}},{"uid":"f3662c475e0ee3f1","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f3662c475e0ee3f1","status":"passed","time":{"start":1728066239804,"stop":1728066239804,"duration":0}},{"uid":"367ee39af0e2f86e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/367ee39af0e2f86e","status":"passed","time":{"start":1728057130601,"stop":1728057130601,"duration":0}},{"uid":"d3d38a5d76aa03e5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d3d38a5d76aa03e5","status":"passed","time":{"start":1728056256541,"stop":1728056256543,"duration":2}},{"uid":"46007834e4c7c789","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/46007834e4c7c789","status":"passed","time":{"start":1728056624787,"stop":1728056624788,"duration":1}},{"uid":"4b5648b017dfd370","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4b5648b017dfd370","status":"passed","time":{"start":1728055380444,"stop":1728055380445,"duration":1}},{"uid":"84b1f1a1f4a66de1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/84b1f1a1f4a66de1","status":"passed","time":{"start":1728054360782,"stop":1728054360783,"duration":1}},{"uid":"e8b808c429942d42","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e8b808c429942d42","status":"passed","time":{"start":1728052525972,"stop":1728052525972,"duration":0}},{"uid":"a5c9e0aef5025aee","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a5c9e0aef5025aee","status":"passed","time":{"start":1728046352257,"stop":1728046352257,"duration":0}},{"uid":"a4cf9d3ced32e74c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a4cf9d3ced32e74c","status":"passed","time":{"start":1728047157773,"stop":1728047157773,"duration":0}},{"uid":"5261cc754ba21bc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5261cc754ba21bc","status":"passed","time":{"start":1728043189345,"stop":1728043189348,"duration":3}},{"uid":"df53c47640a069a5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/df53c47640a069a5","status":"passed","time":{"start":1728035786651,"stop":1728035786651,"duration":0}},{"uid":"2a0713a52ae99ec0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2a0713a52ae99ec0","status":"passed","time":{"start":1728033709499,"stop":1728033709499,"duration":0}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2168fbb55f26f5d3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2168fbb55f26f5d3","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0}},{"uid":"8fd8421a68464e69","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8fd8421a68464e69","status":"passed","time":{"start":1728084876394,"stop":1728084876394,"duration":0}},{"uid":"5b9de8a48aaee8bc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5b9de8a48aaee8bc","status":"passed","time":{"start":1728083744351,"stop":1728083744351,"duration":0}},{"uid":"9bbfa64d873a5c38","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9bbfa64d873a5c38","status":"passed","time":{"start":1728082807443,"stop":1728082807444,"duration":1}},{"uid":"98898c21f66812ad","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/98898c21f66812ad","status":"passed","time":{"start":1728082139311,"stop":1728082139312,"duration":1}},{"uid":"15d1ca5c82eb5b56","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15d1ca5c82eb5b56","status":"passed","time":{"start":1728068908050,"stop":1728068908050,"duration":0}},{"uid":"cbaf6aed116fd961","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cbaf6aed116fd961","status":"passed","time":{"start":1728067784706,"stop":1728067784706,"duration":0}},{"uid":"f2cbc5aa04804cfb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f2cbc5aa04804cfb","status":"passed","time":{"start":1728065631508,"stop":1728065631509,"duration":1}},{"uid":"b64ddba33f0610a7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b64ddba33f0610a7","status":"passed","time":{"start":1728065920820,"stop":1728065920820,"duration":0}},{"uid":"6225ed0dc10f0a9d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6225ed0dc10f0a9d","status":"passed","time":{"start":1728056811579,"stop":1728056811579,"duration":0}},{"uid":"229fff0ec6cf6247","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/229fff0ec6cf6247","status":"passed","time":{"start":1728055983136,"stop":1728055983136,"duration":0}},{"uid":"82335b90261b80ef","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/82335b90261b80ef","status":"passed","time":{"start":1728056303679,"stop":1728056303680,"duration":1}},{"uid":"c1d21f4711379465","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c1d21f4711379465","status":"passed","time":{"start":1728055114808,"stop":1728055114808,"duration":0}},{"uid":"78d56ea9040e252b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/78d56ea9040e252b","status":"passed","time":{"start":1728054093595,"stop":1728054093596,"duration":1}},{"uid":"d23f1dc9e5e2d1d5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d23f1dc9e5e2d1d5","status":"passed","time":{"start":1728052371180,"stop":1728052371181,"duration":1}},{"uid":"c19cb6692634aca3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c19cb6692634aca3","status":"passed","time":{"start":1728046051719,"stop":1728046051719,"duration":0}},{"uid":"5576f1823f086b2b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5576f1823f086b2b","status":"passed","time":{"start":1728046837806,"stop":1728046837806,"duration":0}},{"uid":"3cab247693960f04","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3cab247693960f04","status":"passed","time":{"start":1728042907579,"stop":1728042907579,"duration":0}},{"uid":"dbc2de833a50560d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/dbc2de833a50560d","status":"passed","time":{"start":1728035469880,"stop":1728035469880,"duration":0}},{"uid":"85e241782f8db268","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/85e241782f8db268","status":"passed","time":{"start":1728033386389,"stop":1728033386389,"duration":0}}]},"f762d4172a051a0c55189483cf5b7af5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"550f25e41667f973","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/550f25e41667f973","status":"passed","time":{"start":1728032886548,"stop":1728032886549,"duration":1}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ab8e3b842c1888c4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab8e3b842c1888c4","status":"passed","time":{"start":1728086260666,"stop":1728086260666,"duration":0}},{"uid":"3333499c3636401c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3333499c3636401c","status":"passed","time":{"start":1728085277879,"stop":1728085277879,"duration":0}},{"uid":"1248f070c9f5b58d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1248f070c9f5b58d","status":"passed","time":{"start":1728084067148,"stop":1728084067149,"duration":1}},{"uid":"6479130ae415d689","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6479130ae415d689","status":"passed","time":{"start":1728083147588,"stop":1728083147588,"duration":0}},{"uid":"a3447640c49f51c5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a3447640c49f51c5","status":"passed","time":{"start":1728082438089,"stop":1728082438090,"duration":1}},{"uid":"d5562d8c8ad72080","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d5562d8c8ad72080","status":"passed","time":{"start":1728069309222,"stop":1728069309226,"duration":4}},{"uid":"d5bbcb826becfe2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d5bbcb826becfe2","status":"passed","time":{"start":1728068082743,"stop":1728068082744,"duration":1}},{"uid":"a7cbed8790c3d54a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a7cbed8790c3d54a","status":"passed","time":{"start":1728066313116,"stop":1728066313116,"duration":0}},{"uid":"f8b3498c4a630e81","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f8b3498c4a630e81","status":"passed","time":{"start":1728066643878,"stop":1728066643878,"duration":0}},{"uid":"c09041ed3a702599","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c09041ed3a702599","status":"passed","time":{"start":1728057700447,"stop":1728057700447,"duration":0}},{"uid":"2744727792045f8c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2744727792045f8c","status":"passed","time":{"start":1728056619539,"stop":1728056619539,"duration":0}},{"uid":"1b5e8bfbe77675a7","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1b5e8bfbe77675a7","status":"passed","time":{"start":1728057124863,"stop":1728057124863,"duration":0}},{"uid":"af77703849d545d8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/af77703849d545d8","status":"passed","time":{"start":1728055761113,"stop":1728055761113,"duration":0}},{"uid":"640c2f8ec5148265","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/640c2f8ec5148265","status":"passed","time":{"start":1728055090257,"stop":1728055090257,"duration":0}},{"uid":"f29435b5bcab858c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f29435b5bcab858c","status":"passed","time":{"start":1728053197858,"stop":1728053197859,"duration":1}},{"uid":"8c500cd77ee7218d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8c500cd77ee7218d","status":"passed","time":{"start":1728047494830,"stop":1728047494830,"duration":0}},{"uid":"b0af172eed5ef05e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b0af172eed5ef05e","status":"passed","time":{"start":1728047681522,"stop":1728047681522,"duration":0}},{"uid":"af821984c8018a37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/af821984c8018a37","status":"passed","time":{"start":1728043300960,"stop":1728043300960,"duration":0}},{"uid":"4f8c47ea2fd8ae1c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4f8c47ea2fd8ae1c","status":"passed","time":{"start":1728035911107,"stop":1728035911107,"duration":0}},{"uid":"83e25bad9d413572","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/83e25bad9d413572","status":"passed","time":{"start":1728033823636,"stop":1728033823636,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8247483eef1efcda","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8247483eef1efcda","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0}},{"uid":"3854193c5980743a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3854193c5980743a","status":"passed","time":{"start":1728085184627,"stop":1728085184629,"duration":2}},{"uid":"cea1af02b1d981de","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cea1af02b1d981de","status":"passed","time":{"start":1728084018345,"stop":1728084018345,"duration":0}},{"uid":"52c25959ebba9022","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/52c25959ebba9022","status":"passed","time":{"start":1728083065661,"stop":1728083065661,"duration":0}},{"uid":"5dfb23cdc46b8b31","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5dfb23cdc46b8b31","status":"passed","time":{"start":1728069218816,"stop":1728069218816,"duration":0}},{"uid":"82c73c05c523426f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/82c73c05c523426f","status":"passed","time":{"start":1728046261811,"stop":1728046261811,"duration":0}},{"uid":"ba489174c4055c5c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ba489174c4055c5c","status":"passed","time":{"start":1728043204070,"stop":1728043204070,"duration":0}},{"uid":"819cd4bb53529648","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/819cd4bb53529648","status":"passed","time":{"start":1728035785865,"stop":1728035785866,"duration":1}},{"uid":"40fef2c8897cd399","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/40fef2c8897cd399","status":"passed","time":{"start":1728033696333,"stop":1728033696333,"duration":0}},{"uid":"735e191e73267ed2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/735e191e73267ed2","status":"passed","time":{"start":1728033319476,"stop":1728033319477,"duration":1}},{"uid":"500d036486d492c1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/500d036486d492c1","status":"passed","time":{"start":1728032886545,"stop":1728032886545,"duration":0}},{"uid":"12d6e0f4a0d3b77","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/12d6e0f4a0d3b77","status":"passed","time":{"start":1728032520623,"stop":1728032520623,"duration":0}},{"uid":"ac4803ddacbb0f6d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ac4803ddacbb0f6d","status":"passed","time":{"start":1728032252763,"stop":1728032252763,"duration":0}}]},"6a6ba7d5ba18af5755ccced52e194376:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cef7f7707bfbb9a3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/cef7f7707bfbb9a3","status":"passed","time":{"start":1728057732230,"stop":1728057732231,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"8a4b7d87cc76f99d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8a4b7d87cc76f99d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085929886,"stop":1728085929890,"duration":4}},{"uid":"2b97a8e47807d471","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2b97a8e47807d471","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084940328,"stop":1728084940329,"duration":1}},{"uid":"2a499921256341a4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2a499921256341a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083807041,"stop":1728083807041,"duration":0}},{"uid":"2474e72a5d39905d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2474e72a5d39905d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082878437,"stop":1728082878437,"duration":0}},{"uid":"c5ecda09a5293adc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c5ecda09a5293adc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082208577,"stop":1728082208577,"duration":0}},{"uid":"c8a4ea7c2630b3a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c8a4ea7c2630b3a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068975100,"stop":1728068975101,"duration":1}},{"uid":"b2e626d10d009dd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b2e626d10d009dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728067846906,"stop":1728067846906,"duration":0}},{"uid":"e1e8b347689dab31","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e1e8b347689dab31","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065698206,"stop":1728065698206,"duration":0}},{"uid":"423aa920c9c07265","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/423aa920c9c07265","status":"skipped","statusDetails":"Test ignored","time":{"start":1728065985245,"stop":1728065985245,"duration":0}},{"uid":"4b592a7eba093851","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4b592a7eba093851","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056875693,"stop":1728056875694,"duration":1}},{"uid":"50ef46243989334","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/50ef46243989334","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056052796,"stop":1728056052797,"duration":1}},{"uid":"7917202b4b0e270d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7917202b4b0e270d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056368500,"stop":1728056368500,"duration":0}},{"uid":"2a830b2c21190b37","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2a830b2c21190b37","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055192615,"stop":1728055192615,"duration":0}},{"uid":"188877ff6f2c6b48","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/188877ff6f2c6b48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054161285,"stop":1728054161285,"duration":0}},{"uid":"1fa1fd87a49b3d58","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1fa1fd87a49b3d58","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052440366,"stop":1728052440366,"duration":0}},{"uid":"aa6aa1b2edce37d3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/aa6aa1b2edce37d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046118140,"stop":1728046118140,"duration":0}},{"uid":"9a55c9bf832ba1a9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9a55c9bf832ba1a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046914099,"stop":1728046914099,"duration":0}},{"uid":"c6435500e6ae0a1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c6435500e6ae0a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728042972091,"stop":1728042972091,"duration":0}},{"uid":"7d4133f20d2fc37","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7d4133f20d2fc37","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035535023,"stop":1728035535023,"duration":0}},{"uid":"1821fd51bffcd6d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1821fd51bffcd6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033452185,"stop":1728033452185,"duration":0}}]},"8e616e23c53dc5d6c8034a2406562ab6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"258aa3d4f4923022","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/258aa3d4f4923022","status":"passed","time":{"start":1728086235211,"stop":1728086235211,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2284530570e1e14","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2284530570e1e14","status":"passed","time":{"start":1728086192519,"stop":1728086192520,"duration":1}},{"uid":"2a573be498d18d0b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2a573be498d18d0b","status":"passed","time":{"start":1728085207479,"stop":1728085207479,"duration":0}},{"uid":"314c462ec8795d00","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/314c462ec8795d00","status":"passed","time":{"start":1728084038277,"stop":1728084038278,"duration":1}},{"uid":"bec8b30aac50684b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bec8b30aac50684b","status":"passed","time":{"start":1728083118103,"stop":1728083118104,"duration":1}},{"uid":"ca687bd37235f555","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ca687bd37235f555","status":"passed","time":{"start":1728082399698,"stop":1728082399698,"duration":0}},{"uid":"bc0b0ace58dc08d4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bc0b0ace58dc08d4","status":"passed","time":{"start":1728069237572,"stop":1728069237572,"duration":0}},{"uid":"324fed013237f50a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/324fed013237f50a","status":"passed","time":{"start":1728068055925,"stop":1728068055927,"duration":2}},{"uid":"3756f31176491205","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3756f31176491205","status":"passed","time":{"start":1728043232160,"stop":1728043232161,"duration":1}},{"uid":"f9675e0bf3a2ace7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f9675e0bf3a2ace7","status":"passed","time":{"start":1728035844046,"stop":1728035844046,"duration":0}},{"uid":"4fb5ddea5f5cc05b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4fb5ddea5f5cc05b","status":"passed","time":{"start":1728033765879,"stop":1728033765879,"duration":0}},{"uid":"33082cd1f1a571f5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/33082cd1f1a571f5","status":"passed","time":{"start":1728033382944,"stop":1728033382944,"duration":0}},{"uid":"a603228d28de1d4","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a603228d28de1d4","status":"passed","time":{"start":1728032914489,"stop":1728032914489,"duration":0}},{"uid":"cb4844acaedbc478","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cb4844acaedbc478","status":"passed","time":{"start":1728032550350,"stop":1728032550355,"duration":5}},{"uid":"a9f94d4e76e1a921","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a9f94d4e76e1a921","status":"passed","time":{"start":1728032274018,"stop":1728032274019,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"da88ad5d42c07996","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da88ad5d42c07996","status":"passed","time":{"start":1728086192528,"stop":1728086192528,"duration":0}},{"uid":"6c6e0123dbed7b6e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6c6e0123dbed7b6e","status":"passed","time":{"start":1728085207498,"stop":1728085207499,"duration":1}},{"uid":"747d343bba124f5f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/747d343bba124f5f","status":"passed","time":{"start":1728084038291,"stop":1728084038291,"duration":0}},{"uid":"a6f2a3b86b4a3ca7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a6f2a3b86b4a3ca7","status":"passed","time":{"start":1728083118110,"stop":1728083118114,"duration":4}},{"uid":"1f908747dac1fbcc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1f908747dac1fbcc","status":"passed","time":{"start":1728082399710,"stop":1728082399711,"duration":1}},{"uid":"40a9f005860b802e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/40a9f005860b802e","status":"passed","time":{"start":1728069237584,"stop":1728069237585,"duration":1}},{"uid":"1d4ff4af5455a45a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1d4ff4af5455a45a","status":"passed","time":{"start":1728068055944,"stop":1728068055944,"duration":0}},{"uid":"680c9f3614f56aa1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/680c9f3614f56aa1","status":"passed","time":{"start":1728043232170,"stop":1728043232170,"duration":0}},{"uid":"273bda4d3f5aa3ce","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/273bda4d3f5aa3ce","status":"passed","time":{"start":1728035844058,"stop":1728035844058,"duration":0}},{"uid":"e9fd3eec491b6e88","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e9fd3eec491b6e88","status":"passed","time":{"start":1728033765886,"stop":1728033765888,"duration":2}},{"uid":"7d8db3a02c21a488","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7d8db3a02c21a488","status":"passed","time":{"start":1728033382958,"stop":1728033382959,"duration":1}},{"uid":"40946555ff88b8ac","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/40946555ff88b8ac","status":"passed","time":{"start":1728032914499,"stop":1728032914499,"duration":0}},{"uid":"237ea871f4594452","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/237ea871f4594452","status":"passed","time":{"start":1728032550365,"stop":1728032550367,"duration":2}},{"uid":"cb77f4e8cc10e62","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/cb77f4e8cc10e62","status":"passed","time":{"start":1728032274024,"stop":1728032274025,"duration":1}}]},"2ca4dbb2fd5619ca30af3847c96e4434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"5d553461d168b2d4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5d553461d168b2d4","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728053197846,"stop":1728053197846,"duration":0}}]},"47cf62fca96a22ded35b04c777cb3266:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c5778ef69899f33","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3c5778ef69899f33","status":"passed","time":{"start":1728043267048,"stop":1728043267048,"duration":0}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8bce0465625fe8c0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8bce0465625fe8c0","status":"passed","time":{"start":1728085864143,"stop":1728085864144,"duration":1}},{"uid":"7df4792ff46eafd6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7df4792ff46eafd6","status":"passed","time":{"start":1728084876372,"stop":1728084876372,"duration":0}},{"uid":"2d0814e852214c1d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2d0814e852214c1d","status":"passed","time":{"start":1728083744329,"stop":1728083744330,"duration":1}},{"uid":"4ab179948471f88","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4ab179948471f88","status":"passed","time":{"start":1728082807422,"stop":1728082807422,"duration":0}},{"uid":"29129382fedb87a1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/29129382fedb87a1","status":"passed","time":{"start":1728082139286,"stop":1728082139287,"duration":1}},{"uid":"944381ed238de19c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/944381ed238de19c","status":"passed","time":{"start":1728068908026,"stop":1728068908026,"duration":0}},{"uid":"992d99cf7092252a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/992d99cf7092252a","status":"passed","time":{"start":1728067784684,"stop":1728067784684,"duration":0}},{"uid":"7ee4b5a14508b8ee","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ee4b5a14508b8ee","status":"passed","time":{"start":1728065631485,"stop":1728065631486,"duration":1}},{"uid":"7fbce4e7f8d95d51","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7fbce4e7f8d95d51","status":"passed","time":{"start":1728065920796,"stop":1728065920796,"duration":0}},{"uid":"362a696e3af679d6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/362a696e3af679d6","status":"passed","time":{"start":1728056811553,"stop":1728056811554,"duration":1}},{"uid":"5d8284be2abd227f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/5d8284be2abd227f","status":"passed","time":{"start":1728055983113,"stop":1728055983113,"duration":0}},{"uid":"e5e0afa10b2deaef","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e5e0afa10b2deaef","status":"passed","time":{"start":1728056303661,"stop":1728056303662,"duration":1}},{"uid":"3e0cc370dec34ae8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3e0cc370dec34ae8","status":"passed","time":{"start":1728055114786,"stop":1728055114787,"duration":1}},{"uid":"e0e5db1ac73908c2","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/e0e5db1ac73908c2","status":"passed","time":{"start":1728054093571,"stop":1728054093572,"duration":1}},{"uid":"26d6a067ddc8f38","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/26d6a067ddc8f38","status":"passed","time":{"start":1728052371156,"stop":1728052371156,"duration":0}},{"uid":"63ffab07db7331d1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/63ffab07db7331d1","status":"passed","time":{"start":1728046051694,"stop":1728046051694,"duration":0}},{"uid":"ce0551d3376444b9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ce0551d3376444b9","status":"passed","time":{"start":1728046837784,"stop":1728046837784,"duration":0}},{"uid":"7b36a25eaf81c510","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7b36a25eaf81c510","status":"passed","time":{"start":1728042907558,"stop":1728042907559,"duration":1}},{"uid":"d2fe48fd1854ccca","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d2fe48fd1854ccca","status":"passed","time":{"start":1728035469863,"stop":1728035469864,"duration":1}},{"uid":"a8b34e8440700f8e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a8b34e8440700f8e","status":"passed","time":{"start":1728033386368,"stop":1728033386368,"duration":0}}]},"23b864110bfcdcb9afa5984a8c19a13f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c96fc06694a61d2c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c96fc06694a61d2c","status":"passed","time":{"start":1728084018362,"stop":1728084018363,"duration":1}}]},"b4f120a5260008f689828186f02b1244:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67174c8efeaacbdf","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/67174c8efeaacbdf","status":"passed","time":{"start":1728055090247,"stop":1728055090247,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"dbf2be14ff15aea9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dbf2be14ff15aea9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086171968,"stop":1728086171969,"duration":1}},{"uid":"e847e731f99bccca","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e847e731f99bccca","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085185001,"stop":1728085185001,"duration":0}},{"uid":"66a6621abefc4416","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/66a6621abefc4416","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083991828,"stop":1728083991829,"duration":1}},{"uid":"d069b42547cbaf3c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d069b42547cbaf3c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083055043,"stop":1728083055043,"duration":0}},{"uid":"bc721957be35cec2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bc721957be35cec2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082370164,"stop":1728082370165,"duration":1}},{"uid":"a8f757ed85e17d10","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a8f757ed85e17d10","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069219058,"stop":1728069219058,"duration":0}},{"uid":"7f82ce157222162d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7f82ce157222162d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068012666,"stop":1728068012666,"duration":0}},{"uid":"fb312cbb258775d9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fb312cbb258775d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066031642,"stop":1728066031643,"duration":1}},{"uid":"dae866e0357c6f27","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/dae866e0357c6f27","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066319210,"stop":1728066319210,"duration":0}},{"uid":"54f3fbd239a5cff","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/54f3fbd239a5cff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057178483,"stop":1728057178483,"duration":0}},{"uid":"acec3c9712dfa2e5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/acec3c9712dfa2e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056278365,"stop":1728056278365,"duration":0}},{"uid":"ad598abf3716dadb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ad598abf3716dadb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056702952,"stop":1728056702953,"duration":1}},{"uid":"59ed50131373dfbb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/59ed50131373dfbb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055394342,"stop":1728055394342,"duration":0}},{"uid":"9aa7fcc54becb89c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9aa7fcc54becb89c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054371331,"stop":1728054371332,"duration":1}},{"uid":"f3298923f9c4d61b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f3298923f9c4d61b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052583215,"stop":1728052583216,"duration":1}},{"uid":"6c91210925c49c09","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6c91210925c49c09","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046423645,"stop":1728046423645,"duration":0}},{"uid":"b7d5ce211a181e15","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b7d5ce211a181e15","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047236682,"stop":1728047236682,"duration":0}},{"uid":"cead039b42166d37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cead039b42166d37","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043204473,"stop":1728043204473,"duration":0}},{"uid":"cbedf05ce1b315fb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cbedf05ce1b315fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035844285,"stop":1728035844285,"duration":0}},{"uid":"a716c0048b5bd586","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a716c0048b5bd586","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033766260,"stop":1728033766260,"duration":0}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"36a678799e17224e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36a678799e17224e","status":"passed","time":{"start":1728085864147,"stop":1728085864147,"duration":0}},{"uid":"7c4b90b365226ed5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7c4b90b365226ed5","status":"passed","time":{"start":1728084876376,"stop":1728084876376,"duration":0}},{"uid":"e2d1a305c969dcdf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e2d1a305c969dcdf","status":"passed","time":{"start":1728083744333,"stop":1728083744333,"duration":0}},{"uid":"82d00f5cc37077d7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/82d00f5cc37077d7","status":"passed","time":{"start":1728082807426,"stop":1728082807426,"duration":0}},{"uid":"565677bee67473ae","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/565677bee67473ae","status":"passed","time":{"start":1728082139293,"stop":1728082139294,"duration":1}},{"uid":"ca9f27ada1d05045","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ca9f27ada1d05045","status":"passed","time":{"start":1728068908030,"stop":1728068908030,"duration":0}},{"uid":"49edf66dd0500bb5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/49edf66dd0500bb5","status":"passed","time":{"start":1728067784688,"stop":1728067784688,"duration":0}},{"uid":"1389f0e922cea236","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1389f0e922cea236","status":"passed","time":{"start":1728065631491,"stop":1728065631491,"duration":0}},{"uid":"785b823ce06ba2c4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/785b823ce06ba2c4","status":"passed","time":{"start":1728065920801,"stop":1728065920802,"duration":1}},{"uid":"c4d5c2e36492e987","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c4d5c2e36492e987","status":"passed","time":{"start":1728056811557,"stop":1728056811558,"duration":1}},{"uid":"61cd11793eea29f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/61cd11793eea29f","status":"passed","time":{"start":1728055983117,"stop":1728055983117,"duration":0}},{"uid":"88372bcf95be326c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/88372bcf95be326c","status":"passed","time":{"start":1728056303668,"stop":1728056303668,"duration":0}},{"uid":"97d0ad7c3de527f4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/97d0ad7c3de527f4","status":"passed","time":{"start":1728055114790,"stop":1728055114791,"duration":1}},{"uid":"3bf3ade7228203b6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3bf3ade7228203b6","status":"passed","time":{"start":1728054093576,"stop":1728054093576,"duration":0}},{"uid":"9793a08be59219e9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9793a08be59219e9","status":"passed","time":{"start":1728052371160,"stop":1728052371160,"duration":0}},{"uid":"f261db7179598992","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f261db7179598992","status":"passed","time":{"start":1728046051698,"stop":1728046051698,"duration":0}},{"uid":"e74e1893ee4ee296","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e74e1893ee4ee296","status":"passed","time":{"start":1728046837788,"stop":1728046837789,"duration":1}},{"uid":"8180072f9483a480","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8180072f9483a480","status":"passed","time":{"start":1728042907562,"stop":1728042907562,"duration":0}},{"uid":"c87e01bdebeb0dea","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c87e01bdebeb0dea","status":"passed","time":{"start":1728035469867,"stop":1728035469867,"duration":0}},{"uid":"d0f3c3aed9c73073","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d0f3c3aed9c73073","status":"passed","time":{"start":1728033386372,"stop":1728033386372,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":23,"unknown":0,"total":24},"items":[{"uid":"56a7f879baa80831","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/56a7f879baa80831","status":"passed","time":{"start":1728086260637,"stop":1728086260637,"duration":0}},{"uid":"77ecd22d2dcc38d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/77ecd22d2dcc38d","status":"passed","time":{"start":1728085277869,"stop":1728085277869,"duration":0}},{"uid":"d16b26949a4540d4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d16b26949a4540d4","status":"passed","time":{"start":1728084067125,"stop":1728084067125,"duration":0}},{"uid":"1152035cc7bc0af0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1152035cc7bc0af0","status":"passed","time":{"start":1728083147577,"stop":1728083147578,"duration":1}},{"uid":"12da3d6ece0f9167","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/12da3d6ece0f9167","status":"passed","time":{"start":1728082438068,"stop":1728082438069,"duration":1}},{"uid":"39da1bbda1391502","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/39da1bbda1391502","status":"passed","time":{"start":1728069309212,"stop":1728069309213,"duration":1}},{"uid":"df6ceed029827861","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/df6ceed029827861","status":"passed","time":{"start":1728068082724,"stop":1728068082724,"duration":0}},{"uid":"715c191627b86756","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/715c191627b86756","status":"passed","time":{"start":1728066313081,"stop":1728066313084,"duration":3}},{"uid":"1d5122489eb3cd4c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1d5122489eb3cd4c","status":"passed","time":{"start":1728066643852,"stop":1728066643852,"duration":0}},{"uid":"44e8e0a5785c68cd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/44e8e0a5785c68cd","status":"passed","time":{"start":1728057700428,"stop":1728057700428,"duration":0}},{"uid":"e77bde36a7c04a76","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e77bde36a7c04a76","status":"passed","time":{"start":1728056619525,"stop":1728056619525,"duration":0}},{"uid":"6b3e55c948c4521b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/6b3e55c948c4521b","status":"passed","time":{"start":1728057124843,"stop":1728057124843,"duration":0}},{"uid":"c6bf2ab47e8f491","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c6bf2ab47e8f491","status":"passed","time":{"start":1728055761102,"stop":1728055761102,"duration":0}},{"uid":"7c364ba37a2ef5c6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7c364ba37a2ef5c6","status":"passed","time":{"start":1728055090235,"stop":1728055090235,"duration":0}},{"uid":"78c82f5a778c9afa","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/78c82f5a778c9afa","status":"passed","time":{"start":1728053197835,"stop":1728053197835,"duration":0}},{"uid":"4efa2202ed3b43ea","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4efa2202ed3b43ea","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728047494799,"stop":1728047494799,"duration":0}},{"uid":"3acbb87f9099ce4a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3acbb87f9099ce4a","status":"passed","time":{"start":1728047681502,"stop":1728047681502,"duration":0}},{"uid":"a06f82f1bfeaf017","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a06f82f1bfeaf017","status":"passed","time":{"start":1728043300949,"stop":1728043300949,"duration":0}},{"uid":"4e7f16684881fc12","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4e7f16684881fc12","status":"passed","time":{"start":1728035911088,"stop":1728035911088,"duration":0}},{"uid":"835f32c43fe8f0ff","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/835f32c43fe8f0ff","status":"passed","time":{"start":1728033823628,"stop":1728033823629,"duration":1}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"19a4c85802320058","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/19a4c85802320058","status":"passed","time":{"start":1728085864176,"stop":1728085864177,"duration":1}},{"uid":"7c33112a76f0618b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7c33112a76f0618b","status":"passed","time":{"start":1728084876405,"stop":1728084876405,"duration":0}},{"uid":"9a4e7af601bea27d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9a4e7af601bea27d","status":"passed","time":{"start":1728083744361,"stop":1728083744361,"duration":0}},{"uid":"d567cb96dcbe1db7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d567cb96dcbe1db7","status":"passed","time":{"start":1728082807454,"stop":1728082807454,"duration":0}},{"uid":"b3679f27fcadba0d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b3679f27fcadba0d","status":"passed","time":{"start":1728082139323,"stop":1728082139323,"duration":0}},{"uid":"ba47ba82716e0443","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ba47ba82716e0443","status":"passed","time":{"start":1728068908062,"stop":1728068908062,"duration":0}},{"uid":"57a4ae72e550cebb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/57a4ae72e550cebb","status":"passed","time":{"start":1728067784716,"stop":1728067784716,"duration":0}},{"uid":"4d84b170d690764a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4d84b170d690764a","status":"passed","time":{"start":1728065631519,"stop":1728065631519,"duration":0}},{"uid":"c5dce181c72d55ab","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c5dce181c72d55ab","status":"passed","time":{"start":1728065920831,"stop":1728065920831,"duration":0}},{"uid":"bd9650b8e0d7ed6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bd9650b8e0d7ed6","status":"passed","time":{"start":1728056811590,"stop":1728056811590,"duration":0}},{"uid":"6f856d9110131054","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6f856d9110131054","status":"passed","time":{"start":1728055983147,"stop":1728055983147,"duration":0}},{"uid":"3885bd4063c22653","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3885bd4063c22653","status":"passed","time":{"start":1728056303687,"stop":1728056303687,"duration":0}},{"uid":"c92175900c836bc6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c92175900c836bc6","status":"passed","time":{"start":1728055114819,"stop":1728055114819,"duration":0}},{"uid":"302524d7a09527d4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/302524d7a09527d4","status":"passed","time":{"start":1728054093606,"stop":1728054093606,"duration":0}},{"uid":"79c383eb58b63ee9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/79c383eb58b63ee9","status":"passed","time":{"start":1728052371193,"stop":1728052371193,"duration":0}},{"uid":"bc2f917e46363729","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bc2f917e46363729","status":"passed","time":{"start":1728046051731,"stop":1728046051731,"duration":0}},{"uid":"dc1dde7727b55522","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dc1dde7727b55522","status":"passed","time":{"start":1728046837815,"stop":1728046837816,"duration":1}},{"uid":"d597e67a20efa964","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d597e67a20efa964","status":"passed","time":{"start":1728042907588,"stop":1728042907588,"duration":0}},{"uid":"4a65736bfb1a9d6f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4a65736bfb1a9d6f","status":"passed","time":{"start":1728035469889,"stop":1728035469889,"duration":0}},{"uid":"e19fe202f14b30e9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e19fe202f14b30e9","status":"passed","time":{"start":1728033386401,"stop":1728033386401,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"efae672ff205c12c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/efae672ff205c12c","status":"passed","time":{"start":1728086289029,"stop":1728086289029,"duration":0}},{"uid":"c20f7273572aeaf9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c20f7273572aeaf9","status":"passed","time":{"start":1728085301608,"stop":1728085301609,"duration":1}},{"uid":"a97e3e924678777d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a97e3e924678777d","status":"passed","time":{"start":1728084111590,"stop":1728084111590,"duration":0}},{"uid":"cd3e0b6ac5e7348e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cd3e0b6ac5e7348e","status":"passed","time":{"start":1728083175349,"stop":1728083175349,"duration":0}},{"uid":"8b66bbd92bd640d9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8b66bbd92bd640d9","status":"passed","time":{"start":1728082484706,"stop":1728082484706,"duration":0}},{"uid":"725d4cc18195be4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/725d4cc18195be4","status":"passed","time":{"start":1728069339768,"stop":1728069339769,"duration":1}},{"uid":"5c71cd026ca4db69","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5c71cd026ca4db69","status":"passed","time":{"start":1728068136064,"stop":1728068136065,"duration":1}},{"uid":"d02bc3d00695c637","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d02bc3d00695c637","status":"passed","time":{"start":1728043327623,"stop":1728043327623,"duration":0}},{"uid":"da57f60db7c8998b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/da57f60db7c8998b","status":"passed","time":{"start":1728035952459,"stop":1728035952460,"duration":1}},{"uid":"ff1bbbf3828ff814","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ff1bbbf3828ff814","status":"passed","time":{"start":1728033868103,"stop":1728033868104,"duration":1}},{"uid":"e4c1bb71965191a6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e4c1bb71965191a6","status":"passed","time":{"start":1728033486821,"stop":1728033486821,"duration":0}},{"uid":"b7dfee9f7a644eab","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b7dfee9f7a644eab","status":"passed","time":{"start":1728033011937,"stop":1728033011937,"duration":0}},{"uid":"7933cd6805cc0a35","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7933cd6805cc0a35","status":"passed","time":{"start":1728032645770,"stop":1728032645770,"duration":0}},{"uid":"6993da53ca05a479","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6993da53ca05a479","status":"passed","time":{"start":1728032372428,"stop":1728032372428,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f4084e6c1e2dfac5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f4084e6c1e2dfac5","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0}},{"uid":"d6ad1c2834ea8dd8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d6ad1c2834ea8dd8","status":"passed","time":{"start":1728084901035,"stop":1728084901035,"duration":0}},{"uid":"a2bbb2a6ffd1a273","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a2bbb2a6ffd1a273","status":"passed","time":{"start":1728083767736,"stop":1728083767736,"duration":0}},{"uid":"7bb2087d3376df6a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7bb2087d3376df6a","status":"passed","time":{"start":1728082831083,"stop":1728082831083,"duration":0}},{"uid":"2d65423a2035fb78","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2d65423a2035fb78","status":"passed","time":{"start":1728082163256,"stop":1728082163256,"duration":0}},{"uid":"6b629b210f1ecb10","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6b629b210f1ecb10","status":"passed","time":{"start":1728068932328,"stop":1728068932328,"duration":0}},{"uid":"563665e8f6ac2af0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/563665e8f6ac2af0","status":"passed","time":{"start":1728067808309,"stop":1728067808309,"duration":0}},{"uid":"3742130d514123e5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3742130d514123e5","status":"passed","time":{"start":1728065654940,"stop":1728065654940,"duration":0}},{"uid":"8d0751754d7cfa2c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8d0751754d7cfa2c","status":"passed","time":{"start":1728065944722,"stop":1728065944722,"duration":0}},{"uid":"41f3ef9745304d05","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/41f3ef9745304d05","status":"passed","time":{"start":1728056835002,"stop":1728056835002,"duration":0}},{"uid":"a423aaee8752e05e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a423aaee8752e05e","status":"passed","time":{"start":1728056007091,"stop":1728056007091,"duration":0}},{"uid":"58eb6fa29b4a327b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/58eb6fa29b4a327b","status":"passed","time":{"start":1728056327237,"stop":1728056327237,"duration":0}},{"uid":"3ee705434e5a9120","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3ee705434e5a9120","status":"passed","time":{"start":1728055138664,"stop":1728055138664,"duration":0}},{"uid":"9c451cdf9d4714b8","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9c451cdf9d4714b8","status":"passed","time":{"start":1728054117449,"stop":1728054117449,"duration":0}},{"uid":"5efb618d378b943c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5efb618d378b943c","status":"passed","time":{"start":1728052394959,"stop":1728052394959,"duration":0}},{"uid":"fb1c1bea9adffd37","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/fb1c1bea9adffd37","status":"passed","time":{"start":1728046076373,"stop":1728046076373,"duration":0}},{"uid":"d7cb05febca5cec0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d7cb05febca5cec0","status":"passed","time":{"start":1728046861538,"stop":1728046861539,"duration":1}},{"uid":"b109a754694fddf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b109a754694fddf","status":"passed","time":{"start":1728042931174,"stop":1728042931175,"duration":1}},{"uid":"30cf2cff5d0fe205","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/30cf2cff5d0fe205","status":"passed","time":{"start":1728035493995,"stop":1728035493995,"duration":0}},{"uid":"c4626a0d62bfa516","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c4626a0d62bfa516","status":"passed","time":{"start":1728033410788,"stop":1728033410789,"duration":1}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":12,"unknown":0,"total":21},"items":[{"uid":"1cad6b7905806a91","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1cad6b7905806a91","status":"passed","time":{"start":1728086033870,"stop":1728086033873,"duration":3}},{"uid":"7440b72cea5b701e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7440b72cea5b701e","status":"passed","time":{"start":1728085047237,"stop":1728085047238,"duration":1}},{"uid":"9dcf6e446a572f2d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9dcf6e446a572f2d","status":"passed","time":{"start":1728083902760,"stop":1728083902760,"duration":0}},{"uid":"a9de29b8d69c657a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a9de29b8d69c657a","status":"passed","time":{"start":1728082961489,"stop":1728082961489,"duration":0}},{"uid":"b59681a23057835d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b59681a23057835d","status":"passed","time":{"start":1728082284018,"stop":1728082284018,"duration":0}},{"uid":"92944b91d736266f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/92944b91d736266f","status":"passed","time":{"start":1728069082623,"stop":1728069082624,"duration":1}},{"uid":"5afda8aed73aed48","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5afda8aed73aed48","status":"passed","time":{"start":1728067941377,"stop":1728067941377,"duration":0}},{"uid":"5dff5dbb3b2687d8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5dff5dbb3b2687d8","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066171557,"stop":1728066171557,"duration":0}},{"uid":"3baf4fda0351212c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3baf4fda0351212c","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066512871,"stop":1728066512871,"duration":0}},{"uid":"e34034c8ea8fdff6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e34034c8ea8fdff6","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728057355619,"stop":1728057355619,"duration":0}},{"uid":"30cf480be9d16378","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/30cf480be9d16378","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056563488,"stop":1728056563488,"duration":0}},{"uid":"7acc7e19781c0079","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7acc7e19781c0079","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056935457,"stop":1728056935457,"duration":0}},{"uid":"f2b4c2cecacd07a2","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f2b4c2cecacd07a2","status":"passed","time":{"start":1728055614329,"stop":1728055614329,"duration":0}},{"uid":"c10d879da6506e94","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c10d879da6506e94","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728054752354,"stop":1728054752355,"duration":1}},{"uid":"d722f550c50b879c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d722f550c50b879c","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728052861008,"stop":1728052861008,"duration":0}},{"uid":"bfa6ce1527b34900","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bfa6ce1527b34900","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728046783407,"stop":1728046783407,"duration":0}},{"uid":"65c0602d22a36b11","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/65c0602d22a36b11","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728047429483,"stop":1728047429483,"duration":0}},{"uid":"53a8acaaa53524df","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/53a8acaaa53524df","status":"passed","time":{"start":1728043084128,"stop":1728043084128,"duration":0}},{"uid":"5effc764f3584e78","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5effc764f3584e78","status":"passed","time":{"start":1728032746168,"stop":1728032746168,"duration":0}},{"uid":"ad2d8098c49d065","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ad2d8098c49d065","status":"passed","time":{"start":1728032390176,"stop":1728032390177,"duration":1}}]},"3b1d1ec1a690e5ac6fdfc2b00363ea6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d33eb51fe892c848","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d33eb51fe892c848","status":"passed","time":{"start":1728033391671,"stop":1728033391672,"duration":1}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"1b321d6cc07fff45","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b321d6cc07fff45","status":"passed","time":{"start":1728085897856,"stop":1728085897857,"duration":1}},{"uid":"48820cb04361e572","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/48820cb04361e572","status":"passed","time":{"start":1728084911107,"stop":1728084911108,"duration":1}},{"uid":"9896cf06093c8320","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9896cf06093c8320","status":"passed","time":{"start":1728083777449,"stop":1728083777449,"duration":0}},{"uid":"c4c6fea7ce40556b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c4c6fea7ce40556b","status":"passed","time":{"start":1728082840909,"stop":1728082840909,"duration":0}},{"uid":"8fb0d65bff19d4db","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8fb0d65bff19d4db","status":"passed","time":{"start":1728082173083,"stop":1728082173084,"duration":1}},{"uid":"4a65770e70bae57c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4a65770e70bae57c","status":"passed","time":{"start":1728068942360,"stop":1728068942360,"duration":0}},{"uid":"c2c062e206739241","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c2c062e206739241","status":"passed","time":{"start":1728067817951,"stop":1728067817951,"duration":0}},{"uid":"47c1ec429d3d97a6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/47c1ec429d3d97a6","status":"passed","time":{"start":1728065664970,"stop":1728065664970,"duration":0}},{"uid":"8fa0e66a81fd95a4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8fa0e66a81fd95a4","status":"passed","time":{"start":1728065954891,"stop":1728065954892,"duration":1}},{"uid":"b08ed51c25c06117","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b08ed51c25c06117","status":"passed","time":{"start":1728056845052,"stop":1728056845052,"duration":0}},{"uid":"1fe1f1e68b2b40c8","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1fe1f1e68b2b40c8","status":"passed","time":{"start":1728056016989,"stop":1728056016989,"duration":0}},{"uid":"b4cf5ea5523bd33f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b4cf5ea5523bd33f","status":"passed","time":{"start":1728056337252,"stop":1728056337252,"duration":0}},{"uid":"e1b74ce8fb77a5d9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e1b74ce8fb77a5d9","status":"passed","time":{"start":1728055148761,"stop":1728055148761,"duration":0}},{"uid":"40a69871a5434fba","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/40a69871a5434fba","status":"passed","time":{"start":1728054127195,"stop":1728054127196,"duration":1}},{"uid":"40e6eedba5967982","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/40e6eedba5967982","status":"passed","time":{"start":1728052404925,"stop":1728052404925,"duration":0}},{"uid":"cb4dc2f43c6587d3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cb4dc2f43c6587d3","status":"passed","time":{"start":1728046086250,"stop":1728046086250,"duration":0}},{"uid":"203e723951499f9c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/203e723951499f9c","status":"passed","time":{"start":1728046871100,"stop":1728046871100,"duration":0}},{"uid":"20df7e6384bf395","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/20df7e6384bf395","status":"passed","time":{"start":1728042940930,"stop":1728042940930,"duration":0}},{"uid":"784a48def2a40f0d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/784a48def2a40f0d","status":"passed","time":{"start":1728035504148,"stop":1728035504149,"duration":1}},{"uid":"6a9a0f6586def18c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6a9a0f6586def18c","status":"passed","time":{"start":1728033420771,"stop":1728033420771,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50c7cf988d8d1853","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/50c7cf988d8d1853","status":"passed","time":{"start":1728086171711,"stop":1728086171712,"duration":1}},{"uid":"a64fae208bcabdd3","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a64fae208bcabdd3","status":"passed","time":{"start":1728085184722,"stop":1728085184723,"duration":1}},{"uid":"31e231dd56aad81c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/31e231dd56aad81c","status":"passed","time":{"start":1728084018363,"stop":1728084018363,"duration":0}},{"uid":"1d955407028c2918","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1d955407028c2918","status":"passed","time":{"start":1728083065687,"stop":1728083065687,"duration":0}},{"uid":"a8b7e8ce8d4e8cd4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a8b7e8ce8d4e8cd4","status":"passed","time":{"start":1728069218848,"stop":1728069218848,"duration":0}},{"uid":"ff70a9349c37174e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ff70a9349c37174e","status":"passed","time":{"start":1728046261840,"stop":1728046261840,"duration":0}},{"uid":"a2ea129b2a4cde7b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a2ea129b2a4cde7b","status":"passed","time":{"start":1728043204123,"stop":1728043204126,"duration":3}},{"uid":"35550f4151f4c997","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/35550f4151f4c997","status":"passed","time":{"start":1728035785883,"stop":1728035785883,"duration":0}},{"uid":"2805d59c62d8d3f3","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2805d59c62d8d3f3","status":"passed","time":{"start":1728033696361,"stop":1728033696361,"duration":0}},{"uid":"2f8a2866b5103fde","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2f8a2866b5103fde","status":"passed","time":{"start":1728033319499,"stop":1728033319500,"duration":1}},{"uid":"582e085f652134f7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/582e085f652134f7","status":"passed","time":{"start":1728032886561,"stop":1728032886561,"duration":0}},{"uid":"65347e8d1954d4e7","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/65347e8d1954d4e7","status":"passed","time":{"start":1728032520655,"stop":1728032520655,"duration":0}},{"uid":"1072aede2f345c48","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1072aede2f345c48","status":"passed","time":{"start":1728032252780,"stop":1728032252781,"duration":1}}]},"78200f7dec7c694f94bebbfae945741c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8448e01334598854","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8448e01334598854","status":"passed","time":{"start":1728085050223,"stop":1728085050223,"duration":0}}]},"991f48e570148ae699a08f4a71264be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4749ce672ca214af","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4749ce672ca214af","status":"passed","time":{"start":1728066341478,"stop":1728066341478,"duration":0}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9ef168f07d1cd155","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ef168f07d1cd155","status":"passed","time":{"start":1728085887352,"stop":1728085887353,"duration":1}},{"uid":"1272b7c6e7ba3b03","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1272b7c6e7ba3b03","status":"passed","time":{"start":1728084900622,"stop":1728084900623,"duration":1}},{"uid":"f0206f9c485f9ec5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f0206f9c485f9ec5","status":"passed","time":{"start":1728083767564,"stop":1728083767564,"duration":0}},{"uid":"5c415d6c886e2d36","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5c415d6c886e2d36","status":"passed","time":{"start":1728082830872,"stop":1728082830872,"duration":0}},{"uid":"95c973e69159076a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/95c973e69159076a","status":"passed","time":{"start":1728082162769,"stop":1728082162769,"duration":0}},{"uid":"ac8dc1e77bca198a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ac8dc1e77bca198a","status":"passed","time":{"start":1728068931768,"stop":1728068931768,"duration":0}},{"uid":"91059de663144066","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/91059de663144066","status":"passed","time":{"start":1728067807820,"stop":1728067807820,"duration":0}},{"uid":"bef67b1545ab96e5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bef67b1545ab96e5","status":"passed","time":{"start":1728065654475,"stop":1728065654476,"duration":1}},{"uid":"e2d917f2a54d7f0d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e2d917f2a54d7f0d","status":"passed","time":{"start":1728065944065,"stop":1728065944066,"duration":1}},{"uid":"51bf6ee9594fd23a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51bf6ee9594fd23a","status":"passed","time":{"start":1728056834606,"stop":1728056834607,"duration":1}},{"uid":"95c4db45fd8d4081","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/95c4db45fd8d4081","status":"passed","time":{"start":1728056006539,"stop":1728056006541,"duration":2}},{"uid":"f2c5d7a5cb4d158c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f2c5d7a5cb4d158c","status":"passed","time":{"start":1728056326758,"stop":1728056326759,"duration":1}},{"uid":"ec294292564b2de3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/ec294292564b2de3","status":"passed","time":{"start":1728055138283,"stop":1728055138288,"duration":5}},{"uid":"7d6748292f15f01c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7d6748292f15f01c","status":"passed","time":{"start":1728054117307,"stop":1728054117307,"duration":0}},{"uid":"699835841e49915b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/699835841e49915b","status":"passed","time":{"start":1728052394670,"stop":1728052394670,"duration":0}},{"uid":"f2982609a2a48a4b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f2982609a2a48a4b","status":"passed","time":{"start":1728046075861,"stop":1728046075862,"duration":1}},{"uid":"25ff7878553113e4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/25ff7878553113e4","status":"passed","time":{"start":1728046861034,"stop":1728046861035,"duration":1}},{"uid":"cf5753ced63294f8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cf5753ced63294f8","status":"passed","time":{"start":1728042930664,"stop":1728042930664,"duration":0}},{"uid":"5f4c7124d36c7d13","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5f4c7124d36c7d13","status":"passed","time":{"start":1728035493954,"stop":1728035493954,"duration":0}},{"uid":"9b826d53b3ef69f8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9b826d53b3ef69f8","status":"passed","time":{"start":1728033410517,"stop":1728033410517,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"98170804de26a7fa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/98170804de26a7fa","status":"passed","time":{"start":1728086063175,"stop":1728086063176,"duration":1}},{"uid":"96a7c6e6846e6d63","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/96a7c6e6846e6d63","status":"passed","time":{"start":1728085079890,"stop":1728085079892,"duration":2}},{"uid":"f2b34efee8e453f6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f2b34efee8e453f6","status":"passed","time":{"start":1728083929291,"stop":1728083929292,"duration":1}},{"uid":"7861d8eca9379abd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7861d8eca9379abd","status":"passed","time":{"start":1728082986555,"stop":1728082986555,"duration":0}},{"uid":"1b4bda1757ea8a24","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1b4bda1757ea8a24","status":"passed","time":{"start":1728082304416,"stop":1728082304416,"duration":0}},{"uid":"ea3add3cb3fe47e0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ea3add3cb3fe47e0","status":"passed","time":{"start":1728069112294,"stop":1728069112294,"duration":0}},{"uid":"431a51cb5b4453d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/431a51cb5b4453d","status":"passed","time":{"start":1728067941515,"stop":1728067941516,"duration":1}},{"uid":"31f41b9822308fe5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/31f41b9822308fe5","status":"passed","time":{"start":1728043108486,"stop":1728043108486,"duration":0}},{"uid":"fdb58997c62ea67d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fdb58997c62ea67d","status":"passed","time":{"start":1728035666330,"stop":1728035666330,"duration":0}},{"uid":"f3305576373fc225","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f3305576373fc225","status":"passed","time":{"start":1728033588049,"stop":1728033588050,"duration":1}},{"uid":"a20c8e4809819ac6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a20c8e4809819ac6","status":"passed","time":{"start":1728033211352,"stop":1728033211353,"duration":1}},{"uid":"f6953e52dec90045","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f6953e52dec90045","status":"passed","time":{"start":1728032787664,"stop":1728032787664,"duration":0}},{"uid":"a8294a3e06d16b33","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a8294a3e06d16b33","status":"passed","time":{"start":1728032415366,"stop":1728032415367,"duration":1}},{"uid":"b425b5674efd22af","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b425b5674efd22af","status":"passed","time":{"start":1728032137546,"stop":1728032137546,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"54970411b08dc562","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/54970411b08dc562","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086171720,"stop":1728086171721,"duration":1}},{"uid":"ea9b7bc73f7fb441","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ea9b7bc73f7fb441","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085184727,"stop":1728085184727,"duration":0}},{"uid":"c9b446ac524a003a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c9b446ac524a003a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084018366,"stop":1728084018366,"duration":0}},{"uid":"b551716464b8e7f0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b551716464b8e7f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083065692,"stop":1728083065692,"duration":0}},{"uid":"f9bd80ae9622ba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f9bd80ae9622ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069218852,"stop":1728069218852,"duration":0}},{"uid":"298028affae15136","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/298028affae15136","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046261844,"stop":1728046261844,"duration":0}},{"uid":"d1b51e949df5ef95","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d1b51e949df5ef95","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043204129,"stop":1728043204134,"duration":5}},{"uid":"28be428a9d0a9c7d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/28be428a9d0a9c7d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035785886,"stop":1728035785887,"duration":1}},{"uid":"a58b43fc423388de","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a58b43fc423388de","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033696366,"stop":1728033696366,"duration":0}},{"uid":"60b1b4509ba73cb8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/60b1b4509ba73cb8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033319502,"stop":1728033319503,"duration":1}},{"uid":"a7f4ee04e08b6f8d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a7f4ee04e08b6f8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032886564,"stop":1728032886564,"duration":0}},{"uid":"3bdcdc0b197f130a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3bdcdc0b197f130a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032520666,"stop":1728032520666,"duration":0}},{"uid":"a4b4b51a335a8095","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a4b4b51a335a8095","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032252784,"stop":1728032252785,"duration":1}}]},"ca0658e9ae3f2ecc084b4551a2aa5924:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4658516660a2c3a4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4658516660a2c3a4","status":"passed","time":{"start":1728085277875,"stop":1728085277875,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cbf7990329fff3c0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cbf7990329fff3c0","status":"passed","time":{"start":1728086289028,"stop":1728086289028,"duration":0}},{"uid":"1fe81e357f8df118","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1fe81e357f8df118","status":"passed","time":{"start":1728085301605,"stop":1728085301606,"duration":1}},{"uid":"e4df60235820d0fc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e4df60235820d0fc","status":"passed","time":{"start":1728084111589,"stop":1728084111589,"duration":0}},{"uid":"523cba428e97203","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/523cba428e97203","status":"passed","time":{"start":1728083175346,"stop":1728083175347,"duration":1}},{"uid":"349f3d2a8e862ad1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/349f3d2a8e862ad1","status":"passed","time":{"start":1728082484705,"stop":1728082484705,"duration":0}},{"uid":"1afa6f2a2ee45208","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1afa6f2a2ee45208","status":"passed","time":{"start":1728069339763,"stop":1728069339763,"duration":0}},{"uid":"e79fa01a50858bfe","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e79fa01a50858bfe","status":"passed","time":{"start":1728068136063,"stop":1728068136063,"duration":0}},{"uid":"3fc8142c47ad8393","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3fc8142c47ad8393","status":"passed","time":{"start":1728043327622,"stop":1728043327622,"duration":0}},{"uid":"7c7bc53dc378de08","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7c7bc53dc378de08","status":"passed","time":{"start":1728035952457,"stop":1728035952458,"duration":1}},{"uid":"c8a592f0a3a78338","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c8a592f0a3a78338","status":"passed","time":{"start":1728033868102,"stop":1728033868102,"duration":0}},{"uid":"77a6e81e2be020e4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/77a6e81e2be020e4","status":"passed","time":{"start":1728033486819,"stop":1728033486820,"duration":1}},{"uid":"22b85d7fd0082ef8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/22b85d7fd0082ef8","status":"passed","time":{"start":1728033011936,"stop":1728033011936,"duration":0}},{"uid":"412d2ef5e5a76f41","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/412d2ef5e5a76f41","status":"passed","time":{"start":1728032645767,"stop":1728032645769,"duration":2}},{"uid":"a363f6fd23c70555","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a363f6fd23c70555","status":"passed","time":{"start":1728032372427,"stop":1728032372427,"duration":0}}]},"b028d317fce97b292285b666e9d5c294:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2a7b8a90ebdd975","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e2a7b8a90ebdd975","status":"passed","time":{"start":1728032955837,"stop":1728032955837,"duration":0}}]},"b8c749a146b6eac7b3a481da0774ccd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c737bca20943c5bb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c737bca20943c5bb","status":"passed","time":{"start":1728084067134,"stop":1728084067134,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5cc8eef68cea665d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5cc8eef68cea665d","status":"passed","time":{"start":1728085992916,"stop":1728085992916,"duration":0}},{"uid":"6d524da1984641ef","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6d524da1984641ef","status":"passed","time":{"start":1728085011931,"stop":1728085011932,"duration":1}},{"uid":"f6f7cc096ac20303","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f6f7cc096ac20303","status":"passed","time":{"start":1728083868149,"stop":1728083868149,"duration":0}},{"uid":"6e94b3c5a8013bd","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6e94b3c5a8013bd","status":"passed","time":{"start":1728082931945,"stop":1728082931945,"duration":0}},{"uid":"d0973e0fb7b13a9a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d0973e0fb7b13a9a","status":"passed","time":{"start":1728082258402,"stop":1728082258403,"duration":1}},{"uid":"e03a8ce1322f7c70","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e03a8ce1322f7c70","status":"passed","time":{"start":1728069041428,"stop":1728069041429,"duration":1}},{"uid":"dd3afaa92c3344d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dd3afaa92c3344d","status":"passed","time":{"start":1728067910742,"stop":1728067910742,"duration":0}},{"uid":"d68e1913dfd0b3c2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d68e1913dfd0b3c2","status":"passed","time":{"start":1728043037104,"stop":1728043037106,"duration":2}},{"uid":"a26263e9ec644bb9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a26263e9ec644bb9","status":"passed","time":{"start":1728035598944,"stop":1728035598948,"duration":4}},{"uid":"af7cdbcce3afde6b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/af7cdbcce3afde6b","status":"passed","time":{"start":1728033517695,"stop":1728033517695,"duration":0}},{"uid":"645b4d60185c2855","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/645b4d60185c2855","status":"passed","time":{"start":1728033142465,"stop":1728033142465,"duration":0}},{"uid":"e699c2d03fab2d46","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e699c2d03fab2d46","status":"passed","time":{"start":1728032710102,"stop":1728032710102,"duration":0}},{"uid":"435ef1def98f46c1","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/435ef1def98f46c1","status":"passed","time":{"start":1728032346543,"stop":1728032346543,"duration":0}},{"uid":"1a706b8e931fb945","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1a706b8e931fb945","status":"passed","time":{"start":1728032067795,"stop":1728032067797,"duration":2}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"189a861b38986b34","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/189a861b38986b34","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0}},{"uid":"431434292053f840","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/431434292053f840","status":"passed","time":{"start":1728085246265,"stop":1728085246265,"duration":0}},{"uid":"2b330cdc395031e4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2b330cdc395031e4","status":"passed","time":{"start":1728084078526,"stop":1728084078526,"duration":0}},{"uid":"e89648e89d99f9d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e89648e89d99f9d","status":"passed","time":{"start":1728083125000,"stop":1728083125000,"duration":0}},{"uid":"1d5170032e273d83","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1d5170032e273d83","status":"passed","time":{"start":1728082441007,"stop":1728082441008,"duration":1}},{"uid":"e314fb654413391a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e314fb654413391a","status":"passed","time":{"start":1728069279727,"stop":1728069279727,"duration":0}},{"uid":"4fba959a4bccc710","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4fba959a4bccc710","status":"passed","time":{"start":1728046402348,"stop":1728046402348,"duration":0}},{"uid":"fb1ed52ac01adc6c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fb1ed52ac01adc6c","status":"passed","time":{"start":1728043267021,"stop":1728043267021,"duration":0}},{"uid":"eba324019240329e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/eba324019240329e","status":"passed","time":{"start":1728035855910,"stop":1728035855911,"duration":1}},{"uid":"6fffdf58ae1901e7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6fffdf58ae1901e7","status":"passed","time":{"start":1728033769205,"stop":1728033769205,"duration":0}},{"uid":"964bd07a80520f27","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/964bd07a80520f27","status":"passed","time":{"start":1728033391628,"stop":1728033391628,"duration":0}},{"uid":"c819fd8aa8dfeb8","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c819fd8aa8dfeb8","status":"passed","time":{"start":1728032951635,"stop":1728032951635,"duration":0}},{"uid":"1d29fd24ec8538bf","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1d29fd24ec8538bf","status":"passed","time":{"start":1728032582496,"stop":1728032582496,"duration":0}},{"uid":"bfd80b5bbe057157","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bfd80b5bbe057157","status":"passed","time":{"start":1728032304549,"stop":1728032304549,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7a1cf7a97772459f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a1cf7a97772459f","status":"passed","time":{"start":1728086032744,"stop":1728086032745,"duration":1}},{"uid":"54ed598e495fc41a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/54ed598e495fc41a","status":"passed","time":{"start":1728085050225,"stop":1728085050225,"duration":0}},{"uid":"45d8daa00bcbabec","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/45d8daa00bcbabec","status":"passed","time":{"start":1728083903381,"stop":1728083903381,"duration":0}},{"uid":"fe2f251fb1485f00","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fe2f251fb1485f00","status":"passed","time":{"start":1728082964242,"stop":1728082964243,"duration":1}},{"uid":"26957922fe5b1c98","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/26957922fe5b1c98","status":"passed","time":{"start":1728082280692,"stop":1728082280692,"duration":0}},{"uid":"e643d53c289b1503","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e643d53c289b1503","status":"passed","time":{"start":1728069077476,"stop":1728069077477,"duration":1}},{"uid":"c972240bc385d7a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c972240bc385d7a","status":"passed","time":{"start":1728067917857,"stop":1728067917857,"duration":0}},{"uid":"e5683f48f6c340cf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5683f48f6c340cf","status":"passed","time":{"start":1728043075257,"stop":1728043075257,"duration":0}},{"uid":"f6aa0e53928723b1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f6aa0e53928723b1","status":"passed","time":{"start":1728035638316,"stop":1728035638320,"duration":4}},{"uid":"92c461ac96da2386","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/92c461ac96da2386","status":"passed","time":{"start":1728033557523,"stop":1728033557524,"duration":1}},{"uid":"eedc56e369b456c4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/eedc56e369b456c4","status":"passed","time":{"start":1728033182553,"stop":1728033182557,"duration":4}},{"uid":"bc57df6089f9dc15","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/bc57df6089f9dc15","status":"passed","time":{"start":1728032755543,"stop":1728032755544,"duration":1}},{"uid":"c35b34320cf4a26c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c35b34320cf4a26c","status":"passed","time":{"start":1728032388401,"stop":1728032388401,"duration":0}},{"uid":"916bbc73b9fcbb53","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/916bbc73b9fcbb53","status":"passed","time":{"start":1728032113348,"stop":1728032113350,"duration":2}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d8a33cd5ce8fcc2c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d8a33cd5ce8fcc2c","status":"passed","time":{"start":1728086260329,"stop":1728086260330,"duration":1}},{"uid":"70b36298fff77416","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/70b36298fff77416","status":"passed","time":{"start":1728085269097,"stop":1728085269097,"duration":0}},{"uid":"ce73aa0d18365597","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce73aa0d18365597","status":"passed","time":{"start":1728069312656,"stop":1728069312657,"duration":1}},{"uid":"3cdd57bc6d6c3b5f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3cdd57bc6d6c3b5f","status":"passed","time":{"start":1728046423469,"stop":1728046423470,"duration":1}},{"uid":"ea60c2f93fde2b12","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ea60c2f93fde2b12","status":"passed","time":{"start":1728043297219,"stop":1728043297219,"duration":0}},{"uid":"402118870d76986a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/402118870d76986a","status":"passed","time":{"start":1728035880198,"stop":1728035880199,"duration":1}},{"uid":"5cb26a78b3b15390","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5cb26a78b3b15390","status":"passed","time":{"start":1728033788856,"stop":1728033788856,"duration":0}},{"uid":"5a89a19fdaa6fadc","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5a89a19fdaa6fadc","status":"passed","time":{"start":1728033423670,"stop":1728033423670,"duration":0}},{"uid":"75f1c8bdaf1897f1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/75f1c8bdaf1897f1","status":"passed","time":{"start":1728032985184,"stop":1728032985186,"duration":2}},{"uid":"33931d838d484fdd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/33931d838d484fdd","status":"passed","time":{"start":1728032614966,"stop":1728032614967,"duration":1}},{"uid":"c82bf846bbfad07d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c82bf846bbfad07d","status":"passed","time":{"start":1728032348446,"stop":1728032348447,"duration":1}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"3df0d8bba62a3ece","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3df0d8bba62a3ece","status":"passed","time":{"start":1728086288535,"stop":1728086288536,"duration":1}},{"uid":"f20f535b74971ba7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f20f535b74971ba7","status":"passed","time":{"start":1728085325149,"stop":1728085325149,"duration":0}},{"uid":"d946d3353730a2af","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d946d3353730a2af","status":"passed","time":{"start":1728084110053,"stop":1728084110053,"duration":0}},{"uid":"37daa12371bdfe92","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/37daa12371bdfe92","status":"passed","time":{"start":1728083177504,"stop":1728083177505,"duration":1}},{"uid":"b4f0f9971f92d31e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b4f0f9971f92d31e","status":"passed","time":{"start":1728082503170,"stop":1728082503170,"duration":0}},{"uid":"e3151ad10421bcd4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e3151ad10421bcd4","status":"passed","time":{"start":1728069339891,"stop":1728069339891,"duration":0}},{"uid":"5254180c6c4edaf7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5254180c6c4edaf7","status":"passed","time":{"start":1728068155277,"stop":1728068155278,"duration":1}},{"uid":"d64af4ee39b6d913","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d64af4ee39b6d913","status":"passed","time":{"start":1728066442661,"stop":1728066442661,"duration":0}},{"uid":"fe7cbf216446dc5a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fe7cbf216446dc5a","status":"passed","time":{"start":1728066758721,"stop":1728066758721,"duration":0}},{"uid":"9faeedcab4971570","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9faeedcab4971570","status":"passed","time":{"start":1728057634530,"stop":1728057634530,"duration":0}},{"uid":"4a3672101a3d3ee2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4a3672101a3d3ee2","status":"passed","time":{"start":1728057165981,"stop":1728057165981,"duration":0}},{"uid":"ee35787cd511467f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ee35787cd511467f","status":"passed","time":{"start":1728046907450,"stop":1728046907451,"duration":1}},{"uid":"4a8c41d77ec41eb2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4a8c41d77ec41eb2","status":"passed","time":{"start":1728047695334,"stop":1728047695334,"duration":0}},{"uid":"85fda8694c7bfe56","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/85fda8694c7bfe56","status":"passed","time":{"start":1728043326906,"stop":1728043326907,"duration":1}},{"uid":"cb860461d7106e0d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cb860461d7106e0d","status":"passed","time":{"start":1728035952585,"stop":1728035952585,"duration":0}},{"uid":"e8fa044b9b411940","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e8fa044b9b411940","status":"passed","time":{"start":1728033868130,"stop":1728033868130,"duration":0}},{"uid":"b42dd55e6a5b6f08","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b42dd55e6a5b6f08","status":"passed","time":{"start":1728033488367,"stop":1728033488368,"duration":1}},{"uid":"d8f5153d9ae3d734","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d8f5153d9ae3d734","status":"passed","time":{"start":1728033011926,"stop":1728033011926,"duration":0}},{"uid":"eb395c2a88b52133","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/eb395c2a88b52133","status":"passed","time":{"start":1728032645888,"stop":1728032645888,"duration":0}},{"uid":"fbd5615bf1eb21cd","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/fbd5615bf1eb21cd","status":"passed","time":{"start":1728032371679,"stop":1728032371679,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9dc588761292a69a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9dc588761292a69a","status":"passed","time":{"start":1728086254814,"stop":1728086254814,"duration":0}},{"uid":"ac6e0bb2321af027","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ac6e0bb2321af027","status":"passed","time":{"start":1728085271526,"stop":1728085271526,"duration":0}},{"uid":"b766fa808f64572c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b766fa808f64572c","status":"passed","time":{"start":1728084080685,"stop":1728084080685,"duration":0}},{"uid":"6886f3a655d1741f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6886f3a655d1741f","status":"passed","time":{"start":1728083141879,"stop":1728083141879,"duration":0}},{"uid":"b62c6e8ac5ebcbc1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b62c6e8ac5ebcbc1","status":"passed","time":{"start":1728082445891,"stop":1728082445892,"duration":1}},{"uid":"a06eaab97fb1e652","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a06eaab97fb1e652","status":"passed","time":{"start":1728069302769,"stop":1728069302769,"duration":0}},{"uid":"a59f4de840203c2b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a59f4de840203c2b","status":"passed","time":{"start":1728068075780,"stop":1728068075780,"duration":0}},{"uid":"6ce588e118deac86","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ce588e118deac86","status":"passed","time":{"start":1728043294680,"stop":1728043294682,"duration":2}},{"uid":"e71857a89ee96818","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e71857a89ee96818","status":"passed","time":{"start":1728035901760,"stop":1728035901760,"duration":0}},{"uid":"ebad3d1f757ef179","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ebad3d1f757ef179","status":"passed","time":{"start":1728033819838,"stop":1728033819841,"duration":3}},{"uid":"1155b4dc63425f13","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1155b4dc63425f13","status":"passed","time":{"start":1728033441780,"stop":1728033441780,"duration":0}},{"uid":"9a2b80fc6949b601","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9a2b80fc6949b601","status":"passed","time":{"start":1728032974948,"stop":1728032974948,"duration":0}},{"uid":"546f43c4a4ee934e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/546f43c4a4ee934e","status":"passed","time":{"start":1728032605743,"stop":1728032605743,"duration":0}},{"uid":"29764c608cba5df","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/29764c608cba5df","status":"passed","time":{"start":1728032334178,"stop":1728032334178,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"ed74e1159fb29ff9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ed74e1159fb29ff9","status":"passed","time":{"start":1728086260321,"stop":1728086260321,"duration":0}},{"uid":"a0e6e27726bead5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a0e6e27726bead5","status":"passed","time":{"start":1728085269091,"stop":1728085269091,"duration":0}},{"uid":"8a7fb38f73560bc6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8a7fb38f73560bc6","status":"passed","time":{"start":1728069312645,"stop":1728069312645,"duration":0}},{"uid":"7e0546612d782b02","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7e0546612d782b02","status":"passed","time":{"start":1728046423459,"stop":1728046423460,"duration":1}},{"uid":"6f43c836fe59a23b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6f43c836fe59a23b","status":"passed","time":{"start":1728043297193,"stop":1728043297193,"duration":0}},{"uid":"460414ab79216719","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/460414ab79216719","status":"passed","time":{"start":1728035880179,"stop":1728035880181,"duration":2}},{"uid":"fc819a23d8d2b5ef","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fc819a23d8d2b5ef","status":"passed","time":{"start":1728033788844,"stop":1728033788844,"duration":0}},{"uid":"f45ff3191008690b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f45ff3191008690b","status":"passed","time":{"start":1728033423660,"stop":1728033423661,"duration":1}},{"uid":"9669ecfea29a1b27","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9669ecfea29a1b27","status":"passed","time":{"start":1728032985170,"stop":1728032985170,"duration":0}},{"uid":"1e26cb39cb7258a9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1e26cb39cb7258a9","status":"passed","time":{"start":1728032614959,"stop":1728032614959,"duration":0}},{"uid":"d49d3aba11a9ea2f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d49d3aba11a9ea2f","status":"passed","time":{"start":1728032348425,"stop":1728032348425,"duration":0}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"80d3b5c6e1be8157","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/80d3b5c6e1be8157","status":"passed","time":{"start":1728085864165,"stop":1728085864165,"duration":0}},{"uid":"3cbae936829893fb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3cbae936829893fb","status":"passed","time":{"start":1728084876393,"stop":1728084876393,"duration":0}},{"uid":"503bac71a970706b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/503bac71a970706b","status":"passed","time":{"start":1728083744350,"stop":1728083744351,"duration":1}},{"uid":"56946eadf425e3f1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/56946eadf425e3f1","status":"passed","time":{"start":1728082807443,"stop":1728082807443,"duration":0}},{"uid":"ca49af21de5b052f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ca49af21de5b052f","status":"passed","time":{"start":1728082139311,"stop":1728082139311,"duration":0}},{"uid":"dae486a48d04c910","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dae486a48d04c910","status":"passed","time":{"start":1728068908050,"stop":1728068908050,"duration":0}},{"uid":"372ee8ba96f11d90","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/372ee8ba96f11d90","status":"passed","time":{"start":1728067784706,"stop":1728067784706,"duration":0}},{"uid":"f4e6f7dca8e3ec0f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f4e6f7dca8e3ec0f","status":"passed","time":{"start":1728065631508,"stop":1728065631508,"duration":0}},{"uid":"6e5c5f30e6abb1f0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6e5c5f30e6abb1f0","status":"passed","time":{"start":1728065920820,"stop":1728065920820,"duration":0}},{"uid":"3757b4124711d475","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3757b4124711d475","status":"passed","time":{"start":1728056811579,"stop":1728056811579,"duration":0}},{"uid":"7b19f8e8c8bceb16","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7b19f8e8c8bceb16","status":"passed","time":{"start":1728055983136,"stop":1728055983136,"duration":0}},{"uid":"b730d3a8fcb54b1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b730d3a8fcb54b1","status":"passed","time":{"start":1728056303679,"stop":1728056303679,"duration":0}},{"uid":"753832e2f3d647a6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/753832e2f3d647a6","status":"passed","time":{"start":1728055114808,"stop":1728055114808,"duration":0}},{"uid":"c5cd24bf5d1cc3bb","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c5cd24bf5d1cc3bb","status":"passed","time":{"start":1728054093595,"stop":1728054093595,"duration":0}},{"uid":"1abcafc3c92b1ba5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1abcafc3c92b1ba5","status":"passed","time":{"start":1728052371180,"stop":1728052371180,"duration":0}},{"uid":"ad5c0e78bf709632","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ad5c0e78bf709632","status":"passed","time":{"start":1728046051718,"stop":1728046051719,"duration":1}},{"uid":"f390de3560953cd3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f390de3560953cd3","status":"passed","time":{"start":1728046837806,"stop":1728046837806,"duration":0}},{"uid":"f3cfb71c8535b6ff","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f3cfb71c8535b6ff","status":"passed","time":{"start":1728042907578,"stop":1728042907579,"duration":1}},{"uid":"3f810e9443dc7cdf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3f810e9443dc7cdf","status":"passed","time":{"start":1728035469880,"stop":1728035469880,"duration":0}},{"uid":"754b649d276a225e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/754b649d276a225e","status":"passed","time":{"start":1728033386388,"stop":1728033386389,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"96fa88f0d72d33b1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/96fa88f0d72d33b1","status":"passed","time":{"start":1728086260319,"stop":1728086260319,"duration":0}},{"uid":"2b2b550698837213","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2b2b550698837213","status":"passed","time":{"start":1728085269088,"stop":1728085269089,"duration":1}},{"uid":"567019347eb345a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/567019347eb345a","status":"passed","time":{"start":1728069312642,"stop":1728069312643,"duration":1}},{"uid":"bed3eb792fb52eae","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bed3eb792fb52eae","status":"passed","time":{"start":1728046423455,"stop":1728046423455,"duration":0}},{"uid":"fcdee5005f5019c7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fcdee5005f5019c7","status":"passed","time":{"start":1728043297190,"stop":1728043297191,"duration":1}},{"uid":"d2d42aabf291e980","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d2d42aabf291e980","status":"passed","time":{"start":1728035880169,"stop":1728035880169,"duration":0}},{"uid":"f87bef2dfe714c1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f87bef2dfe714c1","status":"passed","time":{"start":1728033788841,"stop":1728033788841,"duration":0}},{"uid":"52dccf549245db94","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/52dccf549245db94","status":"passed","time":{"start":1728033423655,"stop":1728033423656,"duration":1}},{"uid":"f06fce83343fb11a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f06fce83343fb11a","status":"passed","time":{"start":1728032985155,"stop":1728032985158,"duration":3}},{"uid":"8f4b7156f385149","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8f4b7156f385149","status":"passed","time":{"start":1728032614957,"stop":1728032614957,"duration":0}},{"uid":"bdefaa446620f558","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/bdefaa446620f558","status":"passed","time":{"start":1728032348410,"stop":1728032348417,"duration":7}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"9da6391df3e6d8ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9da6391df3e6d8ce","status":"passed","time":{"start":1728086203090,"stop":1728086203090,"duration":0}},{"uid":"71322bfaf70dae87","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/71322bfaf70dae87","status":"passed","time":{"start":1728085221325,"stop":1728085221326,"duration":1}},{"uid":"bc74d5ccaa0c7574","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bc74d5ccaa0c7574","status":"passed","time":{"start":1728084029153,"stop":1728084029154,"duration":1}},{"uid":"5fd3c1891607d972","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5fd3c1891607d972","status":"passed","time":{"start":1728083082983,"stop":1728083082985,"duration":2}},{"uid":"98389dc0f644d9d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/98389dc0f644d9d","status":"passed","time":{"start":1728082390944,"stop":1728082390944,"duration":0}},{"uid":"b906959e273168a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b906959e273168a3","status":"passed","time":{"start":1728069248362,"stop":1728069248362,"duration":0}},{"uid":"281551a2c1cffd02","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/281551a2c1cffd02","status":"passed","time":{"start":1728068031231,"stop":1728068031232,"duration":1}},{"uid":"91bcd80a5e2549c8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/91bcd80a5e2549c8","status":"passed","time":{"start":1728066046593,"stop":1728066046594,"duration":1}},{"uid":"cb9fba3dc88afeb8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cb9fba3dc88afeb8","status":"passed","time":{"start":1728066341470,"stop":1728066341470,"duration":0}},{"uid":"1d75614146d8c4fc","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1d75614146d8c4fc","status":"passed","time":{"start":1728057209559,"stop":1728057209559,"duration":0}},{"uid":"9a97937019283ad5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9a97937019283ad5","status":"passed","time":{"start":1728056305016,"stop":1728056305016,"duration":0}},{"uid":"22c5d89d35a25e96","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/22c5d89d35a25e96","status":"passed","time":{"start":1728056720923,"stop":1728056720924,"duration":1}},{"uid":"ebc69ce32467deaa","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ebc69ce32467deaa","status":"passed","time":{"start":1728052606333,"stop":1728052606333,"duration":0}},{"uid":"a73cf374e54fea0c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a73cf374e54fea0c","status":"passed","time":{"start":1728046448362,"stop":1728046448363,"duration":1}},{"uid":"67766c07f3cda1fd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/67766c07f3cda1fd","status":"passed","time":{"start":1728047258620,"stop":1728047258621,"duration":1}},{"uid":"11c9d4063050f3dc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/11c9d4063050f3dc","status":"passed","time":{"start":1728043238284,"stop":1728043238284,"duration":0}},{"uid":"e65873503fae3339","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e65873503fae3339","status":"passed","time":{"start":1728035872152,"stop":1728035872153,"duration":1}},{"uid":"ba562e83c18b8fa","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ba562e83c18b8fa","status":"passed","time":{"start":1728033783649,"stop":1728033783649,"duration":0}},{"uid":"22e0fa4bbed2bbf2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/22e0fa4bbed2bbf2","status":"passed","time":{"start":1728033410917,"stop":1728033410920,"duration":3}},{"uid":"18159750c32f46fe","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/18159750c32f46fe","status":"passed","time":{"start":1728032924156,"stop":1728032924160,"duration":4}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":14,"unknown":0,"total":20},"items":[{"uid":"4cfb9f888e3804e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4cfb9f888e3804e4","status":"passed","time":{"start":1728086288533,"stop":1728086288533,"duration":0}},{"uid":"df0a053e543b0f99","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/df0a053e543b0f99","status":"passed","time":{"start":1728085325147,"stop":1728085325147,"duration":0}},{"uid":"c91b95ec3e00181d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c91b95ec3e00181d","status":"passed","time":{"start":1728084110050,"stop":1728084110050,"duration":0}},{"uid":"2408dbb19d8b2408","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2408dbb19d8b2408","status":"passed","time":{"start":1728083177502,"stop":1728083177502,"duration":0}},{"uid":"187b15ca777c2c14","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/187b15ca777c2c14","status":"passed","time":{"start":1728082503166,"stop":1728082503167,"duration":1}},{"uid":"1ecd67c1049f5f7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1ecd67c1049f5f7","status":"passed","time":{"start":1728069339886,"stop":1728069339886,"duration":0}},{"uid":"eb905016edf5ddd0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/eb905016edf5ddd0","status":"passed","time":{"start":1728068155275,"stop":1728068155275,"duration":0}},{"uid":"10335c298a7b3078","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/10335c298a7b3078","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1728066442659,"stop":1728066442659,"duration":0}},{"uid":"664ec6d6f4832ea7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/664ec6d6f4832ea7","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1728066758718,"stop":1728066758718,"duration":0}},{"uid":"bb89a07e64fc046e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bb89a07e64fc046e","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1728057634528,"stop":1728057634528,"duration":0}},{"uid":"16f96aefe37ab0b9","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/16f96aefe37ab0b9","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1728057165979,"stop":1728057165979,"duration":0}},{"uid":"e78ac1a8a7651a8c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e78ac1a8a7651a8c","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1728046907448,"stop":1728046907448,"duration":0}},{"uid":"b2d828885ac4b5ff","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b2d828885ac4b5ff","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1728047695332,"stop":1728047695333,"duration":1}},{"uid":"ae2cca1e48074c05","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ae2cca1e48074c05","status":"passed","time":{"start":1728043326904,"stop":1728043326904,"duration":0}},{"uid":"5c1e8770fe6e8c05","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5c1e8770fe6e8c05","status":"passed","time":{"start":1728035952583,"stop":1728035952583,"duration":0}},{"uid":"6eb708306138de65","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6eb708306138de65","status":"passed","time":{"start":1728033868127,"stop":1728033868127,"duration":0}},{"uid":"6e388733342bed02","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6e388733342bed02","status":"passed","time":{"start":1728033488362,"stop":1728033488362,"duration":0}},{"uid":"b37eaf9659617706","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b37eaf9659617706","status":"passed","time":{"start":1728033011923,"stop":1728033011924,"duration":1}},{"uid":"65621caefd03217a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/65621caefd03217a","status":"passed","time":{"start":1728032645885,"stop":1728032645886,"duration":1}},{"uid":"d68eec7a6223cc13","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d68eec7a6223cc13","status":"passed","time":{"start":1728032371677,"stop":1728032371677,"duration":0}}]},"1a2b176a02c07cbdeff6af8886af793e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"2001a3a2bdc5ed33","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2001a3a2bdc5ed33","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728057732228,"stop":1728057732228,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d342a144a5dfeca2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d342a144a5dfeca2","status":"passed","time":{"start":1728086032738,"stop":1728086032739,"duration":1}},{"uid":"36315fb40536f364","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/36315fb40536f364","status":"passed","time":{"start":1728085050218,"stop":1728085050218,"duration":0}},{"uid":"bbe5fa5584b76c40","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bbe5fa5584b76c40","status":"passed","time":{"start":1728083903364,"stop":1728083903365,"duration":1}},{"uid":"441201da0f0db90b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/441201da0f0db90b","status":"passed","time":{"start":1728082964229,"stop":1728082964231,"duration":2}},{"uid":"1210ba43f370ccf6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1210ba43f370ccf6","status":"passed","time":{"start":1728082280686,"stop":1728082280686,"duration":0}},{"uid":"fdd088236cb96f3b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fdd088236cb96f3b","status":"passed","time":{"start":1728069077455,"stop":1728069077455,"duration":0}},{"uid":"66dffc5c7ada20b2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/66dffc5c7ada20b2","status":"passed","time":{"start":1728067917851,"stop":1728067917851,"duration":0}},{"uid":"f97384a4707ca4d2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f97384a4707ca4d2","status":"passed","time":{"start":1728043075251,"stop":1728043075251,"duration":0}},{"uid":"28c7389a89885048","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/28c7389a89885048","status":"passed","time":{"start":1728035638296,"stop":1728035638296,"duration":0}},{"uid":"4c462827f1db3a38","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4c462827f1db3a38","status":"passed","time":{"start":1728033557511,"stop":1728033557513,"duration":2}},{"uid":"acf02cf23030081","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/acf02cf23030081","status":"passed","time":{"start":1728033182523,"stop":1728033182524,"duration":1}},{"uid":"d920f1b83a17edd0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d920f1b83a17edd0","status":"passed","time":{"start":1728032755528,"stop":1728032755529,"duration":1}},{"uid":"5bbaaf71e8b8b551","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5bbaaf71e8b8b551","status":"passed","time":{"start":1728032388395,"stop":1728032388395,"duration":0}},{"uid":"527eeb8324767183","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/527eeb8324767183","status":"passed","time":{"start":1728032113284,"stop":1728032113285,"duration":1}}]},"d2133cdc50c21bd0fdeb931a48af3a7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d1ce136a0274b9a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1d1ce136a0274b9a","status":"passed","time":{"start":1728058204387,"stop":1728058204387,"duration":0}}]},"9c65d824334e40fafc2984e3657f36aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8638399e6ca935c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c8638399e6ca935c","status":"passed","time":{"start":1728058106474,"stop":1728058106474,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da18140fd1876da2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da18140fd1876da2","status":"passed","time":{"start":1728086171695,"stop":1728086171695,"duration":0}},{"uid":"2d62e6246bb5b8e2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2d62e6246bb5b8e2","status":"passed","time":{"start":1728085184634,"stop":1728085184634,"duration":0}},{"uid":"811ab21599f4da84","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/811ab21599f4da84","status":"passed","time":{"start":1728084018347,"stop":1728084018348,"duration":1}},{"uid":"6852cfb537611c70","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6852cfb537611c70","status":"passed","time":{"start":1728083065663,"stop":1728083065664,"duration":1}},{"uid":"448007202ce3cdf0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/448007202ce3cdf0","status":"passed","time":{"start":1728069218821,"stop":1728069218822,"duration":1}},{"uid":"38c29589b2134527","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/38c29589b2134527","status":"passed","time":{"start":1728046261814,"stop":1728046261814,"duration":0}},{"uid":"ea33378814f3f4b3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ea33378814f3f4b3","status":"passed","time":{"start":1728043204073,"stop":1728043204073,"duration":0}},{"uid":"fabe50febf74b47b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fabe50febf74b47b","status":"passed","time":{"start":1728035785868,"stop":1728035785868,"duration":0}},{"uid":"a562731064b61760","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a562731064b61760","status":"passed","time":{"start":1728033696338,"stop":1728033696338,"duration":0}},{"uid":"be56a3014367bed2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/be56a3014367bed2","status":"passed","time":{"start":1728033319482,"stop":1728033319482,"duration":0}},{"uid":"9ce7cd5df81f2470","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9ce7cd5df81f2470","status":"passed","time":{"start":1728032886547,"stop":1728032886547,"duration":0}},{"uid":"4bbe30b356760514","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4bbe30b356760514","status":"passed","time":{"start":1728032520626,"stop":1728032520626,"duration":0}},{"uid":"b0b9e9ef965d3490","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b0b9e9ef965d3490","status":"passed","time":{"start":1728032252766,"stop":1728032252766,"duration":0}}]},"0642e94a70be840a5e2729637ee4edde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f8eefeba97cb307","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1f8eefeba97cb307","status":"passed","time":{"start":1728032317356,"stop":1728032317356,"duration":0}}]},"4b19375261a58639b6d5ec980925afdc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbcfed2dd92a7192","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/cbcfed2dd92a7192","status":"passed","time":{"start":1728032984207,"stop":1728032984207,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f2940ae205c1ea85","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f2940ae205c1ea85","status":"passed","time":{"start":1728085864167,"stop":1728085864167,"duration":0}},{"uid":"fb49ae09ffdb1918","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fb49ae09ffdb1918","status":"passed","time":{"start":1728084876395,"stop":1728084876396,"duration":1}},{"uid":"fcadc1cc0ada5041","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fcadc1cc0ada5041","status":"passed","time":{"start":1728083744352,"stop":1728083744353,"duration":1}},{"uid":"ccb605f803cc7fe3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ccb605f803cc7fe3","status":"passed","time":{"start":1728082807445,"stop":1728082807445,"duration":0}},{"uid":"751de0eb87fecc62","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/751de0eb87fecc62","status":"passed","time":{"start":1728082139313,"stop":1728082139313,"duration":0}},{"uid":"446fea3edbf95054","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/446fea3edbf95054","status":"passed","time":{"start":1728068908053,"stop":1728068908053,"duration":0}},{"uid":"9cc3d42b70dbf73d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9cc3d42b70dbf73d","status":"passed","time":{"start":1728067784707,"stop":1728067784708,"duration":1}},{"uid":"9107b1032ff32b84","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9107b1032ff32b84","status":"passed","time":{"start":1728065631510,"stop":1728065631510,"duration":0}},{"uid":"e47d5dec4fa06b17","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e47d5dec4fa06b17","status":"passed","time":{"start":1728065920822,"stop":1728065920823,"duration":1}},{"uid":"14dcf2e1ea5a7eb7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/14dcf2e1ea5a7eb7","status":"passed","time":{"start":1728056811581,"stop":1728056811581,"duration":0}},{"uid":"cc4f679e54c92e78","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/cc4f679e54c92e78","status":"passed","time":{"start":1728055983138,"stop":1728055983138,"duration":0}},{"uid":"8ad11c74455142ab","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8ad11c74455142ab","status":"passed","time":{"start":1728056303681,"stop":1728056303681,"duration":0}},{"uid":"1c13e9cadf88bc33","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1c13e9cadf88bc33","status":"passed","time":{"start":1728055114810,"stop":1728055114810,"duration":0}},{"uid":"b31ae09140b0d396","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b31ae09140b0d396","status":"passed","time":{"start":1728054093597,"stop":1728054093597,"duration":0}},{"uid":"7fccbceca8539b6a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7fccbceca8539b6a","status":"passed","time":{"start":1728052371182,"stop":1728052371182,"duration":0}},{"uid":"ebd511e6f9d134dd","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ebd511e6f9d134dd","status":"passed","time":{"start":1728046051721,"stop":1728046051721,"duration":0}},{"uid":"3cbc7c0809f556e9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3cbc7c0809f556e9","status":"passed","time":{"start":1728046837808,"stop":1728046837808,"duration":0}},{"uid":"23a7104f24d85203","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/23a7104f24d85203","status":"passed","time":{"start":1728042907580,"stop":1728042907581,"duration":1}},{"uid":"4b6b8f30cb81b6bf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4b6b8f30cb81b6bf","status":"passed","time":{"start":1728035469881,"stop":1728035469882,"duration":1}},{"uid":"232fbb0ae17856e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/232fbb0ae17856e","status":"passed","time":{"start":1728033386390,"stop":1728033386391,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":24,"passed":0,"unknown":0,"total":24},"items":[{"uid":"57508621d83b1956","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/57508621d83b1956","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086171968,"stop":1728086171968,"duration":0}},{"uid":"546bb4cde767c045","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/546bb4cde767c045","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085185000,"stop":1728085185001,"duration":1}},{"uid":"e489aea7e37cdaa7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e489aea7e37cdaa7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083991827,"stop":1728083991828,"duration":1}},{"uid":"26d4bb5093f32e2c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/26d4bb5093f32e2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083055042,"stop":1728083055043,"duration":1}},{"uid":"eecd3b8c906ea775","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/eecd3b8c906ea775","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082370163,"stop":1728082370163,"duration":0}},{"uid":"cd011903a7a9efd1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cd011903a7a9efd1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069219057,"stop":1728069219057,"duration":0}},{"uid":"7faff9e2b164891b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7faff9e2b164891b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068012665,"stop":1728068012665,"duration":0}},{"uid":"b4f3f6632db6677","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b4f3f6632db6677","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066031642,"stop":1728066031642,"duration":0}},{"uid":"cc63611b301af801","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cc63611b301af801","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066319209,"stop":1728066319209,"duration":0}},{"uid":"46a24953a9860cca","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/46a24953a9860cca","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057178482,"stop":1728057178482,"duration":0}},{"uid":"83a75226a3a2e486","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/83a75226a3a2e486","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056278364,"stop":1728056278365,"duration":1}},{"uid":"b8137eb6183d9630","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b8137eb6183d9630","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056702951,"stop":1728056702952,"duration":1}},{"uid":"7e9b15b932fce87e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7e9b15b932fce87e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728055394341,"stop":1728055394341,"duration":0}},{"uid":"62cdbf0a6a90313c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/62cdbf0a6a90313c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728054371329,"stop":1728054371330,"duration":1}},{"uid":"c40129c27cdc7815","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c40129c27cdc7815","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052583215,"stop":1728052583215,"duration":0}},{"uid":"2063ec10915b3043","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2063ec10915b3043","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046423644,"stop":1728046423644,"duration":0}},{"uid":"51f8948c2ec51c72","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51f8948c2ec51c72","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047236681,"stop":1728047236682,"duration":1}},{"uid":"bfe5590065beb05d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bfe5590065beb05d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043204472,"stop":1728043204472,"duration":0}},{"uid":"9f0da058c65ace75","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9f0da058c65ace75","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035844282,"stop":1728035844284,"duration":2}},{"uid":"30774e7f3753b9f9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/30774e7f3753b9f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033766259,"stop":1728033766259,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d910e02d190a8c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2d910e02d190a8c","status":"passed","time":{"start":1728086254815,"stop":1728086254815,"duration":0}},{"uid":"d2a25ebdc60dd9de","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d2a25ebdc60dd9de","status":"passed","time":{"start":1728085271527,"stop":1728085271527,"duration":0}},{"uid":"104c547ba17180b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/104c547ba17180b","status":"passed","time":{"start":1728084080687,"stop":1728084080688,"duration":1}},{"uid":"c810e634e636448f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c810e634e636448f","status":"passed","time":{"start":1728083141880,"stop":1728083141880,"duration":0}},{"uid":"24aae3554b2eb0c6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/24aae3554b2eb0c6","status":"passed","time":{"start":1728082445893,"stop":1728082445894,"duration":1}},{"uid":"f9d93f31ab2d51e8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f9d93f31ab2d51e8","status":"passed","time":{"start":1728069302769,"stop":1728069302770,"duration":1}},{"uid":"d93c8f889d3d8238","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d93c8f889d3d8238","status":"passed","time":{"start":1728068075783,"stop":1728068075784,"duration":1}},{"uid":"dbdf66c6972a2768","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dbdf66c6972a2768","status":"passed","time":{"start":1728043294684,"stop":1728043294685,"duration":1}},{"uid":"6f7413a643099ab2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6f7413a643099ab2","status":"passed","time":{"start":1728035901761,"stop":1728035901761,"duration":0}},{"uid":"cf1bdbd9681d57d9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cf1bdbd9681d57d9","status":"passed","time":{"start":1728033819843,"stop":1728033819846,"duration":3}},{"uid":"4b4ee156b7df2788","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4b4ee156b7df2788","status":"passed","time":{"start":1728033441781,"stop":1728033441781,"duration":0}},{"uid":"a876e8c01089d250","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a876e8c01089d250","status":"passed","time":{"start":1728032974949,"stop":1728032974949,"duration":0}},{"uid":"9faf673cdedb7367","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/9faf673cdedb7367","status":"passed","time":{"start":1728032605744,"stop":1728032605744,"duration":0}},{"uid":"16d1c40c63fe386d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/16d1c40c63fe386d","status":"passed","time":{"start":1728032334187,"stop":1728032334187,"duration":0}}]},"aa3b3bcf79b3f1d1d7b2b5573acdaac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90fa4b1287052561","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/90fa4b1287052561","status":"passed","time":{"start":1728057124850,"stop":1728057124850,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":13,"unknown":0,"total":23},"items":[{"uid":"68fcaa4c9b2f92b8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/68fcaa4c9b2f92b8","status":"passed","time":{"start":1728086171700,"stop":1728086171700,"duration":0}},{"uid":"e60699c1f0fcf8b8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e60699c1f0fcf8b8","status":"passed","time":{"start":1728085184644,"stop":1728085184644,"duration":0}},{"uid":"d1d591cfb2d4977b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d1d591cfb2d4977b","status":"passed","time":{"start":1728084018352,"stop":1728084018352,"duration":0}},{"uid":"d1196c6607839d8","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d1196c6607839d8","status":"passed","time":{"start":1728083065670,"stop":1728083065670,"duration":0}},{"uid":"a81be96fe968555a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a81be96fe968555a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728082302030,"stop":1728082302030,"duration":0}},{"uid":"fd813b1e7b4f0064","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fd813b1e7b4f0064","status":"passed","time":{"start":1728069218833,"stop":1728069218833,"duration":0}},{"uid":"add44066af6baa69","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/add44066af6baa69","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728067947107,"stop":1728067947107,"duration":0}},{"uid":"ebdc0393e3583a7f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ebdc0393e3583a7f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728065798436,"stop":1728065798436,"duration":0}},{"uid":"7e8a55a58b8c8948","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7e8a55a58b8c8948","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728066085452,"stop":1728066085452,"duration":0}},{"uid":"63db6f8448e3583f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/63db6f8448e3583f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728056975934,"stop":1728056975934,"duration":0}},{"uid":"e7e0a98ff94baf79","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e7e0a98ff94baf79","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728056153039,"stop":1728056153039,"duration":0}},{"uid":"efeb542f8837cb2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/efeb542f8837cb2","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728056468754,"stop":1728056468754,"duration":0}},{"uid":"31abb5bcc01ce0bd","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/31abb5bcc01ce0bd","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728055290096,"stop":1728055290096,"duration":0}},{"uid":"c78e19299d063e44","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c78e19299d063e44","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728054261522,"stop":1728054261522,"duration":0}},{"uid":"c762d20c2513b98a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c762d20c2513b98a","status":"passed","time":{"start":1728046261828,"stop":1728046261828,"duration":0}},{"uid":"22109b39ebb4e51f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/22109b39ebb4e51f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1728047012104,"stop":1728047012104,"duration":0}},{"uid":"c7adf48cb78bf4a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c7adf48cb78bf4a3","status":"passed","time":{"start":1728043204087,"stop":1728043204088,"duration":1}},{"uid":"7472e85796055d01","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7472e85796055d01","status":"passed","time":{"start":1728035785873,"stop":1728035785873,"duration":0}},{"uid":"27ec0f972a674830","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/27ec0f972a674830","status":"passed","time":{"start":1728033696344,"stop":1728033696344,"duration":0}},{"uid":"2624fa62540ec096","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2624fa62540ec096","status":"passed","time":{"start":1728033319489,"stop":1728033319490,"duration":1}}]},"16b1f2add8a777778c1dde6a36ab043a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dc9a94069750ce1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9dc9a94069750ce1","status":"passed","time":{"start":1728035911098,"stop":1728035911099,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5927e8527185d04","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c5927e8527185d04","status":"passed","time":{"start":1728086056628,"stop":1728086056629,"duration":1}},{"uid":"64379090e705e730","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/64379090e705e730","status":"passed","time":{"start":1728085073697,"stop":1728085073698,"duration":1}},{"uid":"2ae3da7b1c2a236d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2ae3da7b1c2a236d","status":"passed","time":{"start":1728083925361,"stop":1728083925362,"duration":1}},{"uid":"dec718ff2f2c7e20","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dec718ff2f2c7e20","status":"passed","time":{"start":1728069104857,"stop":1728069104864,"duration":7}},{"uid":"434f45726e1eadca","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/434f45726e1eadca","status":"passed","time":{"start":1728046256196,"stop":1728046256196,"duration":0}},{"uid":"3d97f5332a463856","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3d97f5332a463856","status":"passed","time":{"start":1728043096702,"stop":1728043096704,"duration":2}},{"uid":"6dc71f8b1fcbd676","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6dc71f8b1fcbd676","status":"passed","time":{"start":1728035661734,"stop":1728035661734,"duration":0}},{"uid":"11885b3a97e936f5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/11885b3a97e936f5","status":"passed","time":{"start":1728033580609,"stop":1728033580609,"duration":0}},{"uid":"4217e18626bbd023","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4217e18626bbd023","status":"passed","time":{"start":1728033205579,"stop":1728033205585,"duration":6}},{"uid":"c369c2163174a4cc","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c369c2163174a4cc","status":"passed","time":{"start":1728032779638,"stop":1728032779639,"duration":1}},{"uid":"791977f9ad1a04df","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/791977f9ad1a04df","status":"passed","time":{"start":1728032408502,"stop":1728032408503,"duration":1}},{"uid":"71cef48eb1ba1a94","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/71cef48eb1ba1a94","status":"passed","time":{"start":1728032131456,"stop":1728032131456,"duration":0}}]},"bb5f1fafa92ec0b1fbec9833e02a1f4b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0388507c9cfa536","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f0388507c9cfa536","status":"passed","time":{"start":1728043267048,"stop":1728043267049,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"29930c1ba99629b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/29930c1ba99629b0","status":"passed","time":{"start":1728086272021,"stop":1728086272022,"duration":1}},{"uid":"70df919ff2e274e2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/70df919ff2e274e2","status":"passed","time":{"start":1728085283338,"stop":1728085283340,"duration":2}},{"uid":"f5c9c7bbe26e3fe3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f5c9c7bbe26e3fe3","status":"passed","time":{"start":1728084090528,"stop":1728084090528,"duration":0}},{"uid":"1ecfc185e1b020a3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1ecfc185e1b020a3","status":"passed","time":{"start":1728083155565,"stop":1728083155566,"duration":1}},{"uid":"7e76552ef7800daa","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7e76552ef7800daa","status":"passed","time":{"start":1728082460325,"stop":1728082460326,"duration":1}},{"uid":"68e46772a51d392f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/68e46772a51d392f","status":"passed","time":{"start":1728069321412,"stop":1728069321413,"duration":1}},{"uid":"9c726fd07c50faac","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9c726fd07c50faac","status":"passed","time":{"start":1728068107525,"stop":1728068107526,"duration":1}},{"uid":"61e353f89545e906","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/61e353f89545e906","status":"passed","time":{"start":1728043308788,"stop":1728043308788,"duration":0}},{"uid":"3cab58e5192b84f6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3cab58e5192b84f6","status":"passed","time":{"start":1728035924351,"stop":1728035924351,"duration":0}},{"uid":"4f62947b3ff39b45","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4f62947b3ff39b45","status":"passed","time":{"start":1728033839316,"stop":1728033839318,"duration":2}},{"uid":"b94123662756f741","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b94123662756f741","status":"passed","time":{"start":1728033458352,"stop":1728033458352,"duration":0}},{"uid":"f2a706c6cd18ef87","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f2a706c6cd18ef87","status":"passed","time":{"start":1728032996595,"stop":1728032996596,"duration":1}},{"uid":"1af016b0d16cdf96","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1af016b0d16cdf96","status":"passed","time":{"start":1728032626659,"stop":1728032626660,"duration":1}},{"uid":"14c45b9b4c4035b5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/14c45b9b4c4035b5","status":"passed","time":{"start":1728032353372,"stop":1728032353372,"duration":0}}]},"477b801111c2ef82266407b662baeb22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52246032a7677533","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/52246032a7677533","status":"passed","time":{"start":1728033815148,"stop":1728033815148,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fdb191808cef9c04","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fdb191808cef9c04","status":"passed","time":{"start":1728086032739,"stop":1728086032740,"duration":1}},{"uid":"abfa0b3ca7d1d8c0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/abfa0b3ca7d1d8c0","status":"passed","time":{"start":1728085050218,"stop":1728085050218,"duration":0}},{"uid":"55a249a13cae86cc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/55a249a13cae86cc","status":"passed","time":{"start":1728083903365,"stop":1728083903368,"duration":3}},{"uid":"f99846b00337115c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f99846b00337115c","status":"passed","time":{"start":1728082964231,"stop":1728082964232,"duration":1}},{"uid":"960af39fbc9e7f9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/960af39fbc9e7f9","status":"passed","time":{"start":1728082280687,"stop":1728082280687,"duration":0}},{"uid":"9624cbe473ae085e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9624cbe473ae085e","status":"passed","time":{"start":1728069077456,"stop":1728069077459,"duration":3}},{"uid":"f78a594862c2e31e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f78a594862c2e31e","status":"passed","time":{"start":1728067917851,"stop":1728067917852,"duration":1}},{"uid":"6a03d0e04f2415aa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6a03d0e04f2415aa","status":"passed","time":{"start":1728043075251,"stop":1728043075252,"duration":1}},{"uid":"55cdd352150eb586","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/55cdd352150eb586","status":"passed","time":{"start":1728035638296,"stop":1728035638297,"duration":1}},{"uid":"70333120aadeb36c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/70333120aadeb36c","status":"passed","time":{"start":1728033557513,"stop":1728033557514,"duration":1}},{"uid":"f9b3cac75f4eb43a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f9b3cac75f4eb43a","status":"passed","time":{"start":1728033182524,"stop":1728033182527,"duration":3}},{"uid":"2e1348c3a0be6c1d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2e1348c3a0be6c1d","status":"passed","time":{"start":1728032755529,"stop":1728032755530,"duration":1}},{"uid":"870a62135c8a4592","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/870a62135c8a4592","status":"passed","time":{"start":1728032388395,"stop":1728032388395,"duration":0}},{"uid":"697a7fabee507299","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/697a7fabee507299","status":"passed","time":{"start":1728032113321,"stop":1728032113324,"duration":3}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"51decd00af59208","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51decd00af59208","status":"passed","time":{"start":1728086171691,"stop":1728086171691,"duration":0}},{"uid":"2f8ead7aa6234655","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2f8ead7aa6234655","status":"passed","time":{"start":1728085184621,"stop":1728085184621,"duration":0}},{"uid":"53f0f26f53acc888","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/53f0f26f53acc888","status":"passed","time":{"start":1728084018343,"stop":1728084018344,"duration":1}},{"uid":"487a5397caa562fe","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/487a5397caa562fe","status":"passed","time":{"start":1728083065659,"stop":1728083065659,"duration":0}},{"uid":"1dab9a5182b888a9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1dab9a5182b888a9","status":"passed","time":{"start":1728069218814,"stop":1728069218815,"duration":1}},{"uid":"df408cf074e7fad2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/df408cf074e7fad2","status":"passed","time":{"start":1728046261809,"stop":1728046261810,"duration":1}},{"uid":"8d3d7f09b02195b3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8d3d7f09b02195b3","status":"passed","time":{"start":1728043204068,"stop":1728043204069,"duration":1}},{"uid":"5e8c7dcf1d6ee309","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5e8c7dcf1d6ee309","status":"passed","time":{"start":1728035785864,"stop":1728035785864,"duration":0}},{"uid":"a2c20754c0d42e2f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a2c20754c0d42e2f","status":"passed","time":{"start":1728033696329,"stop":1728033696329,"duration":0}},{"uid":"cc55e42eb1969c20","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/cc55e42eb1969c20","status":"passed","time":{"start":1728033319473,"stop":1728033319474,"duration":1}},{"uid":"35a4eee513fee344","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/35a4eee513fee344","status":"passed","time":{"start":1728032886542,"stop":1728032886542,"duration":0}},{"uid":"ca9a114e75511128","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ca9a114e75511128","status":"passed","time":{"start":1728032520622,"stop":1728032520622,"duration":0}},{"uid":"fb87d453b354b044","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/fb87d453b354b044","status":"passed","time":{"start":1728032252761,"stop":1728032252761,"duration":0}}]},"013af40535d9a3802e92c7355702191b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b1c0de00c089cb4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4b1c0de00c089cb4","status":"passed","time":{"start":1728056619527,"stop":1728056619527,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"688e382933d87376","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/688e382933d87376","status":"passed","time":{"start":1728086203097,"stop":1728086203098,"duration":1}},{"uid":"67e605c4191c0f97","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/67e605c4191c0f97","status":"passed","time":{"start":1728085221328,"stop":1728085221328,"duration":0}},{"uid":"63c0370435faafc4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/63c0370435faafc4","status":"passed","time":{"start":1728084029163,"stop":1728084029163,"duration":0}},{"uid":"d9039c1555b0cda2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d9039c1555b0cda2","status":"passed","time":{"start":1728083082990,"stop":1728083082991,"duration":1}},{"uid":"9a8795711128ad69","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/9a8795711128ad69","status":"passed","time":{"start":1728082390951,"stop":1728082390951,"duration":0}},{"uid":"6f54d1542f69ffd3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6f54d1542f69ffd3","status":"passed","time":{"start":1728069248370,"stop":1728069248370,"duration":0}},{"uid":"68edc7ed966152fe","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/68edc7ed966152fe","status":"passed","time":{"start":1728068031244,"stop":1728068031244,"duration":0}},{"uid":"df04bc8dbec4ca25","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/df04bc8dbec4ca25","status":"passed","time":{"start":1728066046597,"stop":1728066046597,"duration":0}},{"uid":"18374466a2943252","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/18374466a2943252","status":"passed","time":{"start":1728066341472,"stop":1728066341472,"duration":0}},{"uid":"93c8a4c1cd1694d3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/93c8a4c1cd1694d3","status":"passed","time":{"start":1728057209562,"stop":1728057209562,"duration":0}},{"uid":"10fd3f4a0a837f6f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/10fd3f4a0a837f6f","status":"passed","time":{"start":1728056305021,"stop":1728056305022,"duration":1}},{"uid":"c5b1c2944477d112","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c5b1c2944477d112","status":"passed","time":{"start":1728056720926,"stop":1728056720926,"duration":0}},{"uid":"3a50211a179dedf9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3a50211a179dedf9","status":"passed","time":{"start":1728052606336,"stop":1728052606336,"duration":0}},{"uid":"8cb8fa0dca22601c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8cb8fa0dca22601c","status":"passed","time":{"start":1728046448366,"stop":1728046448367,"duration":1}},{"uid":"934cb061c6cb89f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/934cb061c6cb89f","status":"passed","time":{"start":1728047258625,"stop":1728047258625,"duration":0}},{"uid":"eaba22e069db1bfc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eaba22e069db1bfc","status":"passed","time":{"start":1728043238287,"stop":1728043238288,"duration":1}},{"uid":"1c124db556116588","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1c124db556116588","status":"passed","time":{"start":1728035872161,"stop":1728035872162,"duration":1}},{"uid":"fa5229aff48a2367","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fa5229aff48a2367","status":"passed","time":{"start":1728033783662,"stop":1728033783662,"duration":0}},{"uid":"bca9a02ded4b12c5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/bca9a02ded4b12c5","status":"passed","time":{"start":1728033410923,"stop":1728033410923,"duration":0}},{"uid":"fefc3ddd40c2e31b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/fefc3ddd40c2e31b","status":"passed","time":{"start":1728032924182,"stop":1728032924182,"duration":0}}]},"21b488978613b0f0c9d1e24fdd9032ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"647953c9d33e205e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/647953c9d33e205e","status":"passed","time":{"start":1728033444788,"stop":1728033444788,"duration":0}}]},"5537c0b92df54269c1822485bb1cfae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39ecc387a4dfb0a1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/39ecc387a4dfb0a1","status":"passed","time":{"start":1728058024172,"stop":1728058024173,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"7dd69d0f9c5172ef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7dd69d0f9c5172ef","status":"passed","time":{"start":1728086207863,"stop":1728086207863,"duration":0}},{"uid":"864d3d3bf8ca7773","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/864d3d3bf8ca7773","status":"passed","time":{"start":1728085227786,"stop":1728085227787,"duration":1}},{"uid":"280b79e4257b42ad","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/280b79e4257b42ad","status":"passed","time":{"start":1728084031088,"stop":1728084031088,"duration":0}},{"uid":"720277e752a486","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/720277e752a486","status":"passed","time":{"start":1728083085062,"stop":1728083085062,"duration":0}},{"uid":"a989b4fac102f4c2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a989b4fac102f4c2","status":"passed","time":{"start":1728082402954,"stop":1728082402954,"duration":0}},{"uid":"f8c248de7857ece7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f8c248de7857ece7","status":"passed","time":{"start":1728069256719,"stop":1728069256719,"duration":0}},{"uid":"263f19cca8f0d23a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/263f19cca8f0d23a","status":"passed","time":{"start":1728068039044,"stop":1728068039044,"duration":0}},{"uid":"1c706c61c6dded52","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1c706c61c6dded52","status":"passed","time":{"start":1728066054974,"stop":1728066054974,"duration":0}},{"uid":"af3d84bc4a45189d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/af3d84bc4a45189d","status":"passed","time":{"start":1728066345492,"stop":1728066345492,"duration":0}},{"uid":"18f3ec40282a98ba","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/18f3ec40282a98ba","status":"passed","time":{"start":1728057218513,"stop":1728057218514,"duration":1}},{"uid":"580db6a2bc2b8f35","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/580db6a2bc2b8f35","status":"passed","time":{"start":1728056313096,"stop":1728056313096,"duration":0}},{"uid":"93a961a0570573fb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/93a961a0570573fb","status":"passed","time":{"start":1728056731769,"stop":1728056731770,"duration":1}},{"uid":"c0c0fbcbfdf87d68","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c0c0fbcbfdf87d68","status":"passed","time":{"start":1728052615126,"stop":1728052615126,"duration":0}},{"uid":"5e4340a7dd3ff773","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5e4340a7dd3ff773","status":"passed","time":{"start":1728046456500,"stop":1728046456500,"duration":0}},{"uid":"73ae29babff59c0c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/73ae29babff59c0c","status":"passed","time":{"start":1728047262758,"stop":1728047262758,"duration":0}},{"uid":"259a9897162662ec","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/259a9897162662ec","status":"passed","time":{"start":1728043245048,"stop":1728043245049,"duration":1}},{"uid":"d4ee7a33bd61de29","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d4ee7a33bd61de29","status":"passed","time":{"start":1728035876562,"stop":1728035876563,"duration":1}},{"uid":"e43d0c483e44dfbd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e43d0c483e44dfbd","status":"passed","time":{"start":1728033795257,"stop":1728033795257,"duration":0}},{"uid":"4a778cacb2a0223d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/4a778cacb2a0223d","status":"passed","time":{"start":1728033412118,"stop":1728033412119,"duration":1}},{"uid":"a2ef74f0e4cdbf10","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a2ef74f0e4cdbf10","status":"passed","time":{"start":1728032929715,"stop":1728032929716,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e7f8fb240e8fc8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5e7f8fb240e8fc8","status":"passed","time":{"start":1728085966217,"stop":1728085966218,"duration":1}},{"uid":"537acd17dc0edc8b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/537acd17dc0edc8b","status":"passed","time":{"start":1728084983079,"stop":1728084983080,"duration":1}},{"uid":"afa573d98f83d16e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/afa573d98f83d16e","status":"passed","time":{"start":1728083842841,"stop":1728083842841,"duration":0}},{"uid":"531d07f0053357a9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/531d07f0053357a9","status":"passed","time":{"start":1728082916497,"stop":1728082916503,"duration":6}},{"uid":"f36db447ab751dbb","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f36db447ab751dbb","status":"passed","time":{"start":1728082241791,"stop":1728082241792,"duration":1}},{"uid":"ad12b761a73076d6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ad12b761a73076d6","status":"passed","time":{"start":1728069013704,"stop":1728069013705,"duration":1}},{"uid":"eb6237602115f92c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/eb6237602115f92c","status":"passed","time":{"start":1728067876053,"stop":1728067876053,"duration":0}},{"uid":"316e5c22733d9fe1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/316e5c22733d9fe1","status":"passed","time":{"start":1728043011838,"stop":1728043011838,"duration":0}},{"uid":"15b7c4dd19810c44","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/15b7c4dd19810c44","status":"passed","time":{"start":1728035574556,"stop":1728035574556,"duration":0}},{"uid":"6940f0965a14d59a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6940f0965a14d59a","status":"passed","time":{"start":1728033489598,"stop":1728033489600,"duration":2}},{"uid":"a5cedef2bbbb7f4e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/a5cedef2bbbb7f4e","status":"passed","time":{"start":1728033115385,"stop":1728033115390,"duration":5}},{"uid":"7dfb31e4151091","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/7dfb31e4151091","status":"passed","time":{"start":1728032689247,"stop":1728032689248,"duration":1}},{"uid":"2bad6843eb605329","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2bad6843eb605329","status":"passed","time":{"start":1728032323461,"stop":1728032323473,"duration":12}},{"uid":"605bcf8009c21ece","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/605bcf8009c21ece","status":"passed","time":{"start":1728032042536,"stop":1728032042536,"duration":0}}]},"02669e19bdca547b97e17f912615760d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"203ea0eb6fe5de32","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/203ea0eb6fe5de32","status":"passed","time":{"start":1728033557519,"stop":1728033557520,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de13fb796a2f1c59","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/de13fb796a2f1c59","status":"passed","time":{"start":1728086171697,"stop":1728086171697,"duration":0}},{"uid":"dece28cf0ac20ffd","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dece28cf0ac20ffd","status":"passed","time":{"start":1728085184637,"stop":1728085184637,"duration":0}},{"uid":"3ace53419320a616","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3ace53419320a616","status":"passed","time":{"start":1728084018349,"stop":1728084018350,"duration":1}},{"uid":"2ff47782d603e48e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2ff47782d603e48e","status":"passed","time":{"start":1728083065666,"stop":1728083065666,"duration":0}},{"uid":"5694577e9b56d30e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5694577e9b56d30e","status":"passed","time":{"start":1728069218825,"stop":1728069218825,"duration":0}},{"uid":"404d3ee769f20f29","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/404d3ee769f20f29","status":"passed","time":{"start":1728046261819,"stop":1728046261820,"duration":1}},{"uid":"2667b1e68b152c69","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2667b1e68b152c69","status":"passed","time":{"start":1728043204077,"stop":1728043204077,"duration":0}},{"uid":"ab0d31065493aad9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ab0d31065493aad9","status":"passed","time":{"start":1728035785870,"stop":1728035785870,"duration":0}},{"uid":"c1b65d527874bce1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c1b65d527874bce1","status":"passed","time":{"start":1728033696340,"stop":1728033696341,"duration":1}},{"uid":"6d75a1410616ab64","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6d75a1410616ab64","status":"passed","time":{"start":1728033319485,"stop":1728033319486,"duration":1}},{"uid":"baa99a19d45e8881","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/baa99a19d45e8881","status":"passed","time":{"start":1728032886550,"stop":1728032886550,"duration":0}},{"uid":"f5248bb1da1fde91","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f5248bb1da1fde91","status":"passed","time":{"start":1728032520628,"stop":1728032520628,"duration":0}},{"uid":"c9bdc624bb659fd9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c9bdc624bb659fd9","status":"passed","time":{"start":1728032252768,"stop":1728032252769,"duration":1}}]},"597f68bee0e3b3631679ead43584a440:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90106366639d29ed","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/90106366639d29ed","status":"passed","time":{"start":1728035898412,"stop":1728035898413,"duration":1}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6ce24a0f14cd0b17","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6ce24a0f14cd0b17","status":"passed","time":{"start":1728085985729,"stop":1728085985729,"duration":0}},{"uid":"96c6887d77e02252","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/96c6887d77e02252","status":"passed","time":{"start":1728085001722,"stop":1728085001723,"duration":1}},{"uid":"b217b184445f74bf","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b217b184445f74bf","status":"passed","time":{"start":1728083861264,"stop":1728083861265,"duration":1}},{"uid":"1e106bf31d8b6fdf","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1e106bf31d8b6fdf","status":"passed","time":{"start":1728082925016,"stop":1728082925016,"duration":0}},{"uid":"39cb254428e1c71c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/39cb254428e1c71c","status":"passed","time":{"start":1728082250478,"stop":1728082250479,"duration":1}},{"uid":"cf82d6b1c42b3ead","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cf82d6b1c42b3ead","status":"passed","time":{"start":1728069031999,"stop":1728069031999,"duration":0}},{"uid":"718dcdb404382b4e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/718dcdb404382b4e","status":"passed","time":{"start":1728046164807,"stop":1728046164807,"duration":0}},{"uid":"330cc6dae1cc95a7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/330cc6dae1cc95a7","status":"passed","time":{"start":1728043026642,"stop":1728043026642,"duration":0}},{"uid":"c10b20b19a7960ad","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c10b20b19a7960ad","status":"passed","time":{"start":1728035592877,"stop":1728035592878,"duration":1}},{"uid":"e6347f78029fe528","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e6347f78029fe528","status":"passed","time":{"start":1728033511114,"stop":1728033511114,"duration":0}},{"uid":"d26453d48202ee7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d26453d48202ee7","status":"passed","time":{"start":1728033134835,"stop":1728033134835,"duration":0}},{"uid":"41b5e58ca0e62d18","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/41b5e58ca0e62d18","status":"passed","time":{"start":1728032703345,"stop":1728032703346,"duration":1}},{"uid":"1d3b6954d2a94938","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1d3b6954d2a94938","status":"passed","time":{"start":1728032339217,"stop":1728032339218,"duration":1}},{"uid":"95320ae9637fa9f0","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/95320ae9637fa9f0","status":"passed","time":{"start":1728032058200,"stop":1728032058200,"duration":0}}]},"f7292e194097f57063f3df6d40e78565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21185a6a74082ba3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/21185a6a74082ba3","status":"passed","time":{"start":1728032582512,"stop":1728032582513,"duration":1}}]},"4490876904ea8acebdf6c88995929548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92e7938bc0f6e1ca","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/92e7938bc0f6e1ca","status":"passed","time":{"start":1728035911099,"stop":1728035911099,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":14,"unknown":0,"total":21},"items":[{"uid":"319b39b90b218710","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/319b39b90b218710","status":"passed","time":{"start":1728086336923,"stop":1728086336923,"duration":0}},{"uid":"18c3e9d3f3913e97","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/18c3e9d3f3913e97","status":"passed","time":{"start":1728085310253,"stop":1728085310253,"duration":0}},{"uid":"9d3e524ceb1f0486","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9d3e524ceb1f0486","status":"passed","time":{"start":1728084116479,"stop":1728084116479,"duration":0}},{"uid":"ead28e6eeecb6f76","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ead28e6eeecb6f76","status":"passed","time":{"start":1728083184015,"stop":1728083184015,"duration":0}},{"uid":"841d5669220dded0","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/841d5669220dded0","status":"passed","time":{"start":1728082489678,"stop":1728082489678,"duration":0}},{"uid":"cd6a8dbdf0cc7ede","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cd6a8dbdf0cc7ede","status":"passed","time":{"start":1728069347122,"stop":1728069347123,"duration":1}},{"uid":"d4d093576ff6c3d7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d4d093576ff6c3d7","status":"passed","time":{"start":1728068142146,"stop":1728068142147,"duration":1}},{"uid":"4a466dbca911123b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4a466dbca911123b","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728066759530,"stop":1728066759530,"duration":0}},{"uid":"ea8b188ed5b6cfbb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ea8b188ed5b6cfbb","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728067080506,"stop":1728067080507,"duration":1}},{"uid":"4740a68fe8c77c09","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4740a68fe8c77c09","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728057941315,"stop":1728057941315,"duration":0}},{"uid":"d86fc70d89e35c72","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d86fc70d89e35c72","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728057474267,"stop":1728057474267,"duration":0}},{"uid":"4ba413d7306b5a12","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4ba413d7306b5a12","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728053284683,"stop":1728053284683,"duration":0}},{"uid":"da292432ab87e3bf","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/da292432ab87e3bf","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728047212945,"stop":1728047212946,"duration":1}},{"uid":"11991f99e93215e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/11991f99e93215e","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728047998121,"stop":1728047998122,"duration":1}},{"uid":"81c9c40c8ab9b14","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81c9c40c8ab9b14","status":"passed","time":{"start":1728043333720,"stop":1728043333721,"duration":1}},{"uid":"bf92713c4e097bd8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bf92713c4e097bd8","status":"passed","time":{"start":1728035955996,"stop":1728035955996,"duration":0}},{"uid":"5da9349dfa71d675","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5da9349dfa71d675","status":"passed","time":{"start":1728033873083,"stop":1728033873084,"duration":1}},{"uid":"ce4271b4feaa9a5b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ce4271b4feaa9a5b","status":"passed","time":{"start":1728033493629,"stop":1728033493629,"duration":0}},{"uid":"64df69e64eba3d48","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/64df69e64eba3d48","status":"passed","time":{"start":1728033017915,"stop":1728033017916,"duration":1}},{"uid":"40210427c4078fc5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/40210427c4078fc5","status":"passed","time":{"start":1728032652649,"stop":1728032652650,"duration":1}}]},"8a2388f453cd816db45da072948f3375:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32d6c754a219115c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/32d6c754a219115c","status":"passed","time":{"start":1728069309218,"stop":1728069309218,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"afa6afd06e8c42a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/afa6afd06e8c42a0","status":"passed","time":{"start":1728086226463,"stop":1728086226463,"duration":0}},{"uid":"979f64aa9570256d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/979f64aa9570256d","status":"passed","time":{"start":1728085246265,"stop":1728085246265,"duration":0}},{"uid":"6ffa177d279fb515","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6ffa177d279fb515","status":"passed","time":{"start":1728084078525,"stop":1728084078526,"duration":1}},{"uid":"3f96ff647fe64b75","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3f96ff647fe64b75","status":"passed","time":{"start":1728083125000,"stop":1728083125000,"duration":0}},{"uid":"4828c692e2a2557","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4828c692e2a2557","status":"passed","time":{"start":1728082441006,"stop":1728082441007,"duration":1}},{"uid":"bb49f36ddcb66b4f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bb49f36ddcb66b4f","status":"passed","time":{"start":1728069279726,"stop":1728069279727,"duration":1}},{"uid":"f623b25f9ee48f3b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f623b25f9ee48f3b","status":"passed","time":{"start":1728046402347,"stop":1728046402348,"duration":1}},{"uid":"b83ca692146f7bb7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b83ca692146f7bb7","status":"passed","time":{"start":1728043267021,"stop":1728043267021,"duration":0}},{"uid":"bec4eee0ffec18c3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bec4eee0ffec18c3","status":"passed","time":{"start":1728035855906,"stop":1728035855907,"duration":1}},{"uid":"825c883bb91d082d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/825c883bb91d082d","status":"passed","time":{"start":1728033769205,"stop":1728033769205,"duration":0}},{"uid":"f97476ddfb6daa5e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f97476ddfb6daa5e","status":"passed","time":{"start":1728033391627,"stop":1728033391627,"duration":0}},{"uid":"f115bcd95b65d0a3","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f115bcd95b65d0a3","status":"passed","time":{"start":1728032951635,"stop":1728032951635,"duration":0}},{"uid":"cecfde645f19699d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cecfde645f19699d","status":"passed","time":{"start":1728032582495,"stop":1728032582496,"duration":1}},{"uid":"c93d50a354fcee9c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c93d50a354fcee9c","status":"passed","time":{"start":1728032304549,"stop":1728032304549,"duration":0}}]},"fe99630ca6a9f922db1e410f729d8228:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef19b485841c0bad","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ef19b485841c0bad","status":"passed","time":{"start":1728035898415,"stop":1728035898416,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"cf738a756acc6543","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf738a756acc6543","status":"passed","time":{"start":1728086203089,"stop":1728086203089,"duration":0}},{"uid":"a78049309e9f580b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a78049309e9f580b","status":"passed","time":{"start":1728085221318,"stop":1728085221325,"duration":7}},{"uid":"179c82c29e2e8f3f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/179c82c29e2e8f3f","status":"passed","time":{"start":1728084029151,"stop":1728084029151,"duration":0}},{"uid":"d50ffc06508783f5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d50ffc06508783f5","status":"passed","time":{"start":1728083082976,"stop":1728083082979,"duration":3}},{"uid":"1f35a4a098c43f64","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1f35a4a098c43f64","status":"passed","time":{"start":1728082390943,"stop":1728082390943,"duration":0}},{"uid":"2734b748945e0ad7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2734b748945e0ad7","status":"passed","time":{"start":1728069248361,"stop":1728069248361,"duration":0}},{"uid":"4a755efd8ca0e76d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4a755efd8ca0e76d","status":"passed","time":{"start":1728068031227,"stop":1728068031231,"duration":4}},{"uid":"401e1ab98c66788f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/401e1ab98c66788f","status":"passed","time":{"start":1728066046592,"stop":1728066046592,"duration":0}},{"uid":"de18aebae30294e6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/de18aebae30294e6","status":"passed","time":{"start":1728066341468,"stop":1728066341469,"duration":1}},{"uid":"2c9b3d5d49f6d50d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2c9b3d5d49f6d50d","status":"passed","time":{"start":1728057209558,"stop":1728057209558,"duration":0}},{"uid":"3734993d57e21f02","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3734993d57e21f02","status":"passed","time":{"start":1728056305015,"stop":1728056305015,"duration":0}},{"uid":"8144271ee86291b1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8144271ee86291b1","status":"passed","time":{"start":1728056720922,"stop":1728056720923,"duration":1}},{"uid":"5498575621ecdaf0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5498575621ecdaf0","status":"passed","time":{"start":1728052606332,"stop":1728052606332,"duration":0}},{"uid":"f7a18b2e084715b8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f7a18b2e084715b8","status":"passed","time":{"start":1728046448361,"stop":1728046448361,"duration":0}},{"uid":"a0f967aa318e7e83","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a0f967aa318e7e83","status":"passed","time":{"start":1728047258617,"stop":1728047258619,"duration":2}},{"uid":"4b7c3eddc0a4dd1e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4b7c3eddc0a4dd1e","status":"passed","time":{"start":1728043238283,"stop":1728043238283,"duration":0}},{"uid":"167fe27cf7eab06c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/167fe27cf7eab06c","status":"passed","time":{"start":1728035872147,"stop":1728035872147,"duration":0}},{"uid":"d71a05d6aae9930a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d71a05d6aae9930a","status":"passed","time":{"start":1728033783648,"stop":1728033783648,"duration":0}},{"uid":"2b0249db8b8b160d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2b0249db8b8b160d","status":"passed","time":{"start":1728033410913,"stop":1728033410916,"duration":3}},{"uid":"3bb116262f623e66","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3bb116262f623e66","status":"passed","time":{"start":1728032924155,"stop":1728032924156,"duration":1}}]},"c84f0801eb3155e2875f112150dbf9f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c895dd032a9e78a2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c895dd032a9e78a2","status":"passed","time":{"start":1728067502942,"stop":1728067502943,"duration":1}}]},"33c5a8351b2d697a68627d3130f32cda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f72bd0ad4285ba6","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f72bd0ad4285ba6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728058024178,"stop":1728058024178,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":22,"passed":0,"unknown":0,"total":22},"items":[{"uid":"92af190a02b10376","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/92af190a02b10376","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086203140,"stop":1728086203141,"duration":1}},{"uid":"7b49dc8f2d0d9029","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7b49dc8f2d0d9029","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085221336,"stop":1728085221336,"duration":0}},{"uid":"dea0a81570a062b4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dea0a81570a062b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084029192,"stop":1728084029194,"duration":2}},{"uid":"e1faf4c656ba211d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e1faf4c656ba211d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083083020,"stop":1728083083021,"duration":1}},{"uid":"f976fa5eb156cb62","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f976fa5eb156cb62","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082390985,"stop":1728082390985,"duration":0}},{"uid":"6667a0e8ab9b61a1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6667a0e8ab9b61a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069248386,"stop":1728069248386,"duration":0}},{"uid":"9b3893d6346c3f79","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/9b3893d6346c3f79","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068031258,"stop":1728068031259,"duration":1}},{"uid":"b723d1cb562f5ffa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b723d1cb562f5ffa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066046610,"stop":1728066046610,"duration":0}},{"uid":"1bd25ac082bbf5e6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1bd25ac082bbf5e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066341481,"stop":1728066341481,"duration":0}},{"uid":"8838a0e3c514ebb9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8838a0e3c514ebb9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057209571,"stop":1728057209571,"duration":0}},{"uid":"9a3e588d432df8f5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9a3e588d432df8f5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056305034,"stop":1728056305034,"duration":0}},{"uid":"4d6f3e9eacddaf9c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4d6f3e9eacddaf9c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056720934,"stop":1728056720934,"duration":0}},{"uid":"3932025831f4c901","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/3932025831f4c901","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052606350,"stop":1728052606350,"duration":0}},{"uid":"9acf78b2e0c9d1d2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9acf78b2e0c9d1d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046448379,"stop":1728046448379,"duration":0}},{"uid":"a963daf2d3b9fb5a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a963daf2d3b9fb5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047258635,"stop":1728047258635,"duration":0}},{"uid":"596dc8d0c12a5e97","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/596dc8d0c12a5e97","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043238305,"stop":1728043238305,"duration":0}},{"uid":"b757188144a6385f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b757188144a6385f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035872179,"stop":1728035872179,"duration":0}},{"uid":"1533ff94bd297aef","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1533ff94bd297aef","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033783677,"stop":1728033783677,"duration":0}},{"uid":"920b14d5923a5caf","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/920b14d5923a5caf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033410931,"stop":1728033410936,"duration":5}},{"uid":"d94898781595c712","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d94898781595c712","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032924245,"stop":1728032924245,"duration":0}}]},"08d55b710e40c200b66bea25da8aee57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa9134c017450f4c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fa9134c017450f4c","status":"passed","time":{"start":1728084056988,"stop":1728084056988,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"e5f5779131671bcf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e5f5779131671bcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086171699,"stop":1728086171699,"duration":0}},{"uid":"460104234411fc84","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/460104234411fc84","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085184643,"stop":1728085184643,"duration":0}},{"uid":"139c677ae9e8c62a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/139c677ae9e8c62a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084018351,"stop":1728084018352,"duration":1}},{"uid":"e8266c0bb0387e41","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e8266c0bb0387e41","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083065668,"stop":1728083065668,"duration":0}},{"uid":"a5203f808d499aee","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a5203f808d499aee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069218830,"stop":1728069218831,"duration":1}},{"uid":"d008abe537d6877d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d008abe537d6877d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046261827,"stop":1728046261827,"duration":0}},{"uid":"5d53ab665e3a1175","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5d53ab665e3a1175","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043204079,"stop":1728043204080,"duration":1}},{"uid":"901aff5c46401c5a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/901aff5c46401c5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035785872,"stop":1728035785872,"duration":0}},{"uid":"c199d0a85796db89","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c199d0a85796db89","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033696343,"stop":1728033696343,"duration":0}},{"uid":"6c424b2cfbbec0f9","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6c424b2cfbbec0f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033319489,"stop":1728033319489,"duration":0}},{"uid":"34c3a1e51fd06644","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/34c3a1e51fd06644","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032886552,"stop":1728032886552,"duration":0}},{"uid":"a6f26da35afbf18d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a6f26da35afbf18d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032520633,"stop":1728032520633,"duration":0}},{"uid":"7e7a382c7e4f05e1","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7e7a382c7e4f05e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032252771,"stop":1728032252771,"duration":0}}]},"df351d4871ae3076ce38aa29381cb275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6e1db94d8ea7b62","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a6e1db94d8ea7b62","status":"passed","time":{"start":1728048050525,"stop":1728048050525,"duration":0}}]},"dc4a183b5973eca86b66b29efa71dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"305231533fcbf7c9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/305231533fcbf7c9","status":"passed","time":{"start":1728069248377,"stop":1728069248377,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"fe1aa5a6609ee76","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fe1aa5a6609ee76","status":"passed","time":{"start":1728085872742,"stop":1728085872742,"duration":0}},{"uid":"c371e79a96c276e0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c371e79a96c276e0","status":"passed","time":{"start":1728084885251,"stop":1728084885252,"duration":1}},{"uid":"67dd7d99501e1dcb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/67dd7d99501e1dcb","status":"passed","time":{"start":1728083752742,"stop":1728083752742,"duration":0}},{"uid":"5f5a9f08c09f4199","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5f5a9f08c09f4199","status":"passed","time":{"start":1728082815932,"stop":1728082815933,"duration":1}},{"uid":"2f72f38b2ad15926","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2f72f38b2ad15926","status":"passed","time":{"start":1728082147998,"stop":1728082147998,"duration":0}},{"uid":"eef52fe790f5274b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eef52fe790f5274b","status":"passed","time":{"start":1728068916840,"stop":1728068916841,"duration":1}},{"uid":"54e297c3aa8f6ee2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/54e297c3aa8f6ee2","status":"passed","time":{"start":1728067793133,"stop":1728067793133,"duration":0}},{"uid":"afad95ac3d6be5d1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/afad95ac3d6be5d1","status":"passed","time":{"start":1728065639902,"stop":1728065639903,"duration":1}},{"uid":"878733da5510bb22","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/878733da5510bb22","status":"passed","time":{"start":1728065929469,"stop":1728065929469,"duration":0}},{"uid":"b61a0b008a9d2c3f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b61a0b008a9d2c3f","status":"passed","time":{"start":1728056820056,"stop":1728056820057,"duration":1}},{"uid":"d5954a392392cc65","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d5954a392392cc65","status":"passed","time":{"start":1728055991705,"stop":1728055991705,"duration":0}},{"uid":"a2ee10e7e647843b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a2ee10e7e647843b","status":"passed","time":{"start":1728056312125,"stop":1728056312125,"duration":0}},{"uid":"321ff6d6170b603a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/321ff6d6170b603a","status":"passed","time":{"start":1728055123414,"stop":1728055123414,"duration":0}},{"uid":"f9119c3108136217","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f9119c3108136217","status":"passed","time":{"start":1728054102195,"stop":1728054102195,"duration":0}},{"uid":"f1485bbce34c7dd8","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f1485bbce34c7dd8","status":"passed","time":{"start":1728052379784,"stop":1728052379784,"duration":0}},{"uid":"d986c7869e730b9f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d986c7869e730b9f","status":"passed","time":{"start":1728046060548,"stop":1728046060548,"duration":0}},{"uid":"5f4225ad05990e41","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5f4225ad05990e41","status":"passed","time":{"start":1728046846357,"stop":1728046846357,"duration":0}},{"uid":"2e108f34b5f9387d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2e108f34b5f9387d","status":"passed","time":{"start":1728042916068,"stop":1728042916068,"duration":0}},{"uid":"ae11711dbcc1ca50","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ae11711dbcc1ca50","status":"passed","time":{"start":1728035478726,"stop":1728035478727,"duration":1}},{"uid":"ed8e13cadd90ee7a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ed8e13cadd90ee7a","status":"passed","time":{"start":1728033395128,"stop":1728033395128,"duration":0}}]},"64d85e1b4677b9a0eeebb8c4aa813713:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23a5ffee76b0e865","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/23a5ffee76b0e865","status":"passed","time":{"start":1728032304565,"stop":1728032304566,"duration":1}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"7008825ec54d26c0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7008825ec54d26c0","status":"passed","time":{"start":1728086336921,"stop":1728086336922,"duration":1}},{"uid":"81c02d9d7176d41b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/81c02d9d7176d41b","status":"passed","time":{"start":1728085310251,"stop":1728085310251,"duration":0}},{"uid":"bce0097efa7fa185","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bce0097efa7fa185","status":"passed","time":{"start":1728084116478,"stop":1728084116478,"duration":0}},{"uid":"ef6bb5917d962d84","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ef6bb5917d962d84","status":"passed","time":{"start":1728083184013,"stop":1728083184014,"duration":1}},{"uid":"a0611fd99e49a62b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a0611fd99e49a62b","status":"passed","time":{"start":1728082489676,"stop":1728082489676,"duration":0}},{"uid":"b4de99c2ec86fa19","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b4de99c2ec86fa19","status":"passed","time":{"start":1728069347121,"stop":1728069347121,"duration":0}},{"uid":"17feafeeb0fb38e1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/17feafeeb0fb38e1","status":"passed","time":{"start":1728068142144,"stop":1728068142144,"duration":0}},{"uid":"46411176884f5da4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/46411176884f5da4","status":"passed","time":{"start":1728066759525,"stop":1728066759525,"duration":0}},{"uid":"9a39a0d4d5788350","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9a39a0d4d5788350","status":"passed","time":{"start":1728067080500,"stop":1728067080501,"duration":1}},{"uid":"331e32be04242947","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/331e32be04242947","status":"passed","time":{"start":1728057941309,"stop":1728057941310,"duration":1}},{"uid":"38a042e5ac2cde29","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/38a042e5ac2cde29","status":"passed","time":{"start":1728057474262,"stop":1728057474263,"duration":1}},{"uid":"27d3a0a8834563ae","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/27d3a0a8834563ae","status":"passed","time":{"start":1728053284677,"stop":1728053284677,"duration":0}},{"uid":"a4ad043bad466f37","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a4ad043bad466f37","status":"passed","time":{"start":1728047212941,"stop":1728047212941,"duration":0}},{"uid":"96ffb208e5edd017","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/96ffb208e5edd017","status":"passed","time":{"start":1728047998116,"stop":1728047998117,"duration":1}},{"uid":"8cb64d043feffcaa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8cb64d043feffcaa","status":"passed","time":{"start":1728043333719,"stop":1728043333719,"duration":0}},{"uid":"dc1b53f71514e049","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/dc1b53f71514e049","status":"passed","time":{"start":1728035955993,"stop":1728035955995,"duration":2}},{"uid":"93cad41270e664a9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/93cad41270e664a9","status":"passed","time":{"start":1728033873079,"stop":1728033873079,"duration":0}},{"uid":"976e65118690339f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/976e65118690339f","status":"passed","time":{"start":1728033493627,"stop":1728033493628,"duration":1}},{"uid":"cde894482c2521c3","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/cde894482c2521c3","status":"passed","time":{"start":1728033017913,"stop":1728033017913,"duration":0}},{"uid":"8f081aaf6852f1da","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8f081aaf6852f1da","status":"passed","time":{"start":1728032652648,"stop":1728032652648,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"b1a25d1774a5573a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1a25d1774a5573a","status":"passed","time":{"start":1728086260330,"stop":1728086260331,"duration":1}},{"uid":"1be3440ad6e1431f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1be3440ad6e1431f","status":"passed","time":{"start":1728085269099,"stop":1728085269099,"duration":0}},{"uid":"1ed8e8a59d9d29f1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1ed8e8a59d9d29f1","status":"passed","time":{"start":1728069312658,"stop":1728069312658,"duration":0}},{"uid":"4d6dd49e7133ed8f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4d6dd49e7133ed8f","status":"passed","time":{"start":1728046423471,"stop":1728046423471,"duration":0}},{"uid":"eef6892ab8b256f1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eef6892ab8b256f1","status":"passed","time":{"start":1728043297220,"stop":1728043297220,"duration":0}},{"uid":"bec3b86d1056908e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bec3b86d1056908e","status":"passed","time":{"start":1728035880200,"stop":1728035880200,"duration":0}},{"uid":"db8cb4491770f647","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/db8cb4491770f647","status":"passed","time":{"start":1728033788858,"stop":1728033788859,"duration":1}},{"uid":"98511298b2ff08ac","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/98511298b2ff08ac","status":"passed","time":{"start":1728033423671,"stop":1728033423671,"duration":0}},{"uid":"dc3905a76eb99e96","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/dc3905a76eb99e96","status":"passed","time":{"start":1728032985187,"stop":1728032985187,"duration":0}},{"uid":"3ad1d21ba495b1c4","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3ad1d21ba495b1c4","status":"passed","time":{"start":1728032614968,"stop":1728032614969,"duration":1}},{"uid":"eede5ac391c2e790","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/eede5ac391c2e790","status":"passed","time":{"start":1728032348449,"stop":1728032348450,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fc2631ba2fb2f6ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fc2631ba2fb2f6ab","status":"passed","time":{"start":1728086192534,"stop":1728086192534,"duration":0}},{"uid":"71ddf4e45607dbf9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/71ddf4e45607dbf9","status":"passed","time":{"start":1728085207510,"stop":1728085207511,"duration":1}},{"uid":"e62800ad18b300a6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e62800ad18b300a6","status":"passed","time":{"start":1728084038303,"stop":1728084038303,"duration":0}},{"uid":"fafa437f9fde6208","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fafa437f9fde6208","status":"passed","time":{"start":1728083118123,"stop":1728083118123,"duration":0}},{"uid":"f48f87d3c47046e3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f48f87d3c47046e3","status":"passed","time":{"start":1728082399719,"stop":1728082399719,"duration":0}},{"uid":"c638606d381bcc37","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c638606d381bcc37","status":"passed","time":{"start":1728069237591,"stop":1728069237592,"duration":1}},{"uid":"b2ea4765ff55c47d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b2ea4765ff55c47d","status":"passed","time":{"start":1728068055953,"stop":1728068055953,"duration":0}},{"uid":"f4392b4aad4eecee","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f4392b4aad4eecee","status":"passed","time":{"start":1728043232174,"stop":1728043232175,"duration":1}},{"uid":"e3f1a6581805a58f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e3f1a6581805a58f","status":"passed","time":{"start":1728035844065,"stop":1728035844065,"duration":0}},{"uid":"1c8d5e39520fa5c2","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1c8d5e39520fa5c2","status":"passed","time":{"start":1728033765896,"stop":1728033765896,"duration":0}},{"uid":"b3b48e30dccdf93c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/b3b48e30dccdf93c","status":"passed","time":{"start":1728033382967,"stop":1728033382967,"duration":0}},{"uid":"26c21e6e348a55af","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/26c21e6e348a55af","status":"passed","time":{"start":1728032914511,"stop":1728032914511,"duration":0}},{"uid":"1d5aae46e8262305","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1d5aae46e8262305","status":"passed","time":{"start":1728032550374,"stop":1728032550374,"duration":0}},{"uid":"ba43e89fa46faded","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ba43e89fa46faded","status":"passed","time":{"start":1728032274029,"stop":1728032274029,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"145a034fb88af9af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/145a034fb88af9af","status":"passed","time":{"start":1728085872134,"stop":1728085872134,"duration":0}},{"uid":"5e14bef4667c44a0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5e14bef4667c44a0","status":"passed","time":{"start":1728084884702,"stop":1728084884702,"duration":0}},{"uid":"60b144bbf40e3288","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/60b144bbf40e3288","status":"passed","time":{"start":1728083752276,"stop":1728083752277,"duration":1}},{"uid":"cc212417dc630041","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cc212417dc630041","status":"passed","time":{"start":1728082815310,"stop":1728082815310,"duration":0}},{"uid":"2ac811fb52ebf9b7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2ac811fb52ebf9b7","status":"passed","time":{"start":1728082147421,"stop":1728082147421,"duration":0}},{"uid":"526bc31645b0a625","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/526bc31645b0a625","status":"passed","time":{"start":1728068916181,"stop":1728068916181,"duration":0}},{"uid":"516bbc16cffb8e3c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/516bbc16cffb8e3c","status":"passed","time":{"start":1728067792539,"stop":1728067792540,"duration":1}},{"uid":"e0cffbd58e2c1c44","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e0cffbd58e2c1c44","status":"passed","time":{"start":1728065639358,"stop":1728065639359,"duration":1}},{"uid":"97ff6270b77db33a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/97ff6270b77db33a","status":"passed","time":{"start":1728065928882,"stop":1728065928882,"duration":0}},{"uid":"2bf4701f44760a31","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2bf4701f44760a31","status":"passed","time":{"start":1728056819534,"stop":1728056819534,"duration":0}},{"uid":"2cb83d003760e2d6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2cb83d003760e2d6","status":"passed","time":{"start":1728055991133,"stop":1728055991133,"duration":0}},{"uid":"604efc0c5ee43e62","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/604efc0c5ee43e62","status":"passed","time":{"start":1728056311660,"stop":1728056311661,"duration":1}},{"uid":"459baf00e936989c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/459baf00e936989c","status":"passed","time":{"start":1728055122825,"stop":1728055122825,"duration":0}},{"uid":"4e588029298a5b86","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4e588029298a5b86","status":"passed","time":{"start":1728054101508,"stop":1728054101508,"duration":0}},{"uid":"358539e7b97561c8","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/358539e7b97561c8","status":"passed","time":{"start":1728052379166,"stop":1728052379166,"duration":0}},{"uid":"d4879251df5e64b2","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d4879251df5e64b2","status":"passed","time":{"start":1728046059995,"stop":1728046059996,"duration":1}},{"uid":"1ac92f553acf004d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1ac92f553acf004d","status":"passed","time":{"start":1728046845814,"stop":1728046845815,"duration":1}},{"uid":"78483ec95bf2fd4b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/78483ec95bf2fd4b","status":"passed","time":{"start":1728042915384,"stop":1728042915384,"duration":0}},{"uid":"f31ab46ddc88fdd3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f31ab46ddc88fdd3","status":"passed","time":{"start":1728035478106,"stop":1728035478106,"duration":0}},{"uid":"ad2e38a94f06fab0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ad2e38a94f06fab0","status":"passed","time":{"start":1728033394511,"stop":1728033394511,"duration":0}}]},"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"5805767588fd38e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5805767588fd38e","status":"passed","time":{"start":1728086150766,"stop":1728086150766,"duration":0}},{"uid":"f0141aa55ccdb238","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f0141aa55ccdb238","status":"passed","time":{"start":1728085165539,"stop":1728085165540,"duration":1}},{"uid":"ee06aa6b9856270a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ee06aa6b9856270a","status":"passed","time":{"start":1728083991600,"stop":1728083991601,"duration":1}},{"uid":"bed87cbafe3178a7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bed87cbafe3178a7","status":"passed","time":{"start":1728083028053,"stop":1728083028054,"duration":1}},{"uid":"5f5c64739f0235ea","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5f5c64739f0235ea","status":"passed","time":{"start":1728082357531,"stop":1728082357532,"duration":1}},{"uid":"74ace245dfe2b28b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/74ace245dfe2b28b","status":"passed","time":{"start":1728069194210,"stop":1728069194211,"duration":1}},{"uid":"fc4374db7c984a22","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fc4374db7c984a22","status":"passed","time":{"start":1728067984174,"stop":1728067984174,"duration":0}},{"uid":"5813541f3d7f73a2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5813541f3d7f73a2","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548716,"stop":1728066548716,"duration":0}},{"uid":"98556f4cc8546364","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/98556f4cc8546364","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835725,"stop":1728066835726,"duration":1}},{"uid":"6eb75fabd9cd99c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6eb75fabd9cd99c","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726213,"stop":1728057726214,"duration":1}},{"uid":"ed1c3090604b1d4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ed1c3090604b1d4","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209771,"stop":1728057209771,"duration":0}},{"uid":"9df10f5923c93d69","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9df10f5923c93d69","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965590,"stop":1728046965590,"duration":0}},{"uid":"7f932a05e47fbeaa","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7f932a05e47fbeaa","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762409,"stop":1728047762409,"duration":0}},{"uid":"1ba98ca556f49593","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1ba98ca556f49593","status":"passed","time":{"start":1728043179150,"stop":1728043179151,"duration":1}},{"uid":"8992aa0d783996f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8992aa0d783996f","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728035952260,"stop":1728035952260,"duration":0}},{"uid":"db6fe719dda98200","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/db6fe719dda98200","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033874148,"stop":1728033874149,"duration":1}},{"uid":"85ffa2007a2c1c88","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/85ffa2007a2c1c88","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033497565,"stop":1728033497565,"duration":0}},{"uid":"542900ede5a8dc4d","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/542900ede5a8dc4d","status":"passed","time":{"start":1728032861191,"stop":1728032861191,"duration":0}},{"uid":"b38e9e1dd258fb88","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b38e9e1dd258fb88","status":"passed","time":{"start":1728032518174,"stop":1728032518174,"duration":0}},{"uid":"ddd9b215e3c02a8d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ddd9b215e3c02a8d","status":"passed","time":{"start":1728032218318,"stop":1728032218318,"duration":0}}]},"2be5bfa199ebafb841158976aaaf10ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8eed5b9d996328ce","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8eed5b9d996328ce","status":"passed","time":{"start":1728032338430,"stop":1728032338430,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"acc29030b99e0c0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/acc29030b99e0c0a","status":"passed","time":{"start":1728086033881,"stop":1728086033882,"duration":1}},{"uid":"785da2154ff60ddb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/785da2154ff60ddb","status":"passed","time":{"start":1728085047243,"stop":1728085047243,"duration":0}},{"uid":"7e467dd3ba192f11","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7e467dd3ba192f11","status":"passed","time":{"start":1728083902763,"stop":1728083902764,"duration":1}},{"uid":"d7260fb67ae4551d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d7260fb67ae4551d","status":"passed","time":{"start":1728082961493,"stop":1728082961496,"duration":3}},{"uid":"8b6743dfbebb992","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8b6743dfbebb992","status":"passed","time":{"start":1728082284022,"stop":1728082284022,"duration":0}},{"uid":"6ce8ffd9540a0324","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ce8ffd9540a0324","status":"passed","time":{"start":1728069082632,"stop":1728069082632,"duration":0}},{"uid":"32743f51eec20dee","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/32743f51eec20dee","status":"passed","time":{"start":1728067941381,"stop":1728067941381,"duration":0}},{"uid":"e6f50b23cc06d247","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e6f50b23cc06d247","status":"passed","time":{"start":1728066171562,"stop":1728066171563,"duration":1}},{"uid":"af2d1c0c1555bbf9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/af2d1c0c1555bbf9","status":"passed","time":{"start":1728066512879,"stop":1728066512879,"duration":0}},{"uid":"34905090bc7afcff","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/34905090bc7afcff","status":"passed","time":{"start":1728057355625,"stop":1728057355625,"duration":0}},{"uid":"489bfb25ae57c9fa","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/489bfb25ae57c9fa","status":"passed","time":{"start":1728056563498,"stop":1728056563499,"duration":1}},{"uid":"c7ab256f9c71be38","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c7ab256f9c71be38","status":"passed","time":{"start":1728056935464,"stop":1728056935464,"duration":0}},{"uid":"cc81f43133c26d4d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/cc81f43133c26d4d","status":"passed","time":{"start":1728055614334,"stop":1728055614334,"duration":0}},{"uid":"ed0f5ffc9cad613d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ed0f5ffc9cad613d","status":"passed","time":{"start":1728054752359,"stop":1728054752360,"duration":1}},{"uid":"ec91ba6f573352ec","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ec91ba6f573352ec","status":"passed","time":{"start":1728052861014,"stop":1728052861014,"duration":0}},{"uid":"ef758dc12ae6c402","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ef758dc12ae6c402","status":"passed","time":{"start":1728046783414,"stop":1728046783414,"duration":0}},{"uid":"bcdc62d834145882","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bcdc62d834145882","status":"passed","time":{"start":1728047429489,"stop":1728047429489,"duration":0}},{"uid":"341d572617ee37a6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/341d572617ee37a6","status":"passed","time":{"start":1728043084131,"stop":1728043084131,"duration":0}},{"uid":"33933e881cee780d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/33933e881cee780d","status":"passed","time":{"start":1728035601385,"stop":1728035601385,"duration":0}},{"uid":"956270c6a19aeede","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/956270c6a19aeede","status":"passed","time":{"start":1728033520521,"stop":1728033520521,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"c65018c25f4a3e83","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c65018c25f4a3e83","status":"passed","time":{"start":1728086260325,"stop":1728086260325,"duration":0}},{"uid":"6d453ed23c34e96e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6d453ed23c34e96e","status":"passed","time":{"start":1728085269094,"stop":1728085269094,"duration":0}},{"uid":"3c1e6a27b6ee4866","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3c1e6a27b6ee4866","status":"passed","time":{"start":1728069312649,"stop":1728069312649,"duration":0}},{"uid":"1cae0f403eb6c6b0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/1cae0f403eb6c6b0","status":"passed","time":{"start":1728046423466,"stop":1728046423466,"duration":0}},{"uid":"8267e2b5d5c0494b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8267e2b5d5c0494b","status":"passed","time":{"start":1728043297211,"stop":1728043297211,"duration":0}},{"uid":"32ddf6e2c47d2adc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/32ddf6e2c47d2adc","status":"passed","time":{"start":1728035880195,"stop":1728035880196,"duration":1}},{"uid":"db2ff0528707cc8f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/db2ff0528707cc8f","status":"passed","time":{"start":1728033788850,"stop":1728033788850,"duration":0}},{"uid":"8ca096db20edc1c7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8ca096db20edc1c7","status":"passed","time":{"start":1728033423667,"stop":1728033423667,"duration":0}},{"uid":"d1e97d0964d01db5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d1e97d0964d01db5","status":"passed","time":{"start":1728032985177,"stop":1728032985177,"duration":0}},{"uid":"3cc0384e3f11df2f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3cc0384e3f11df2f","status":"passed","time":{"start":1728032614962,"stop":1728032614963,"duration":1}},{"uid":"2d1c4b907c9e22b3","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2d1c4b907c9e22b3","status":"passed","time":{"start":1728032348437,"stop":1728032348438,"duration":1}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":14,"unknown":0,"total":23},"items":[{"uid":"894ddda02761b7fa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/894ddda02761b7fa","status":"passed","time":{"start":1728085963114,"stop":1728085963115,"duration":1}},{"uid":"bddd921e6b984f6c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bddd921e6b984f6c","status":"passed","time":{"start":1728084980638,"stop":1728084980638,"duration":0}},{"uid":"e592c177f161a48c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e592c177f161a48c","status":"passed","time":{"start":1728083841532,"stop":1728083841532,"duration":0}},{"uid":"c8f931ae35d6ef72","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c8f931ae35d6ef72","status":"passed","time":{"start":1728082905772,"stop":1728082905773,"duration":1}},{"uid":"1b6116a7c4b0731b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1b6116a7c4b0731b","status":"passed","time":{"start":1728082231568,"stop":1728082231569,"duration":1}},{"uid":"6427da06ca48f744","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6427da06ca48f744","status":"passed","time":{"start":1728069010262,"stop":1728069010262,"duration":0}},{"uid":"32d9655ce6838aa1","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/32d9655ce6838aa1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728067945937,"stop":1728067945937,"duration":0}},{"uid":"de7c9835ae9ccf17","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/de7c9835ae9ccf17","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728065793560,"stop":1728065793560,"duration":0}},{"uid":"370fa080acd9f7e4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/370fa080acd9f7e4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728066082370,"stop":1728066082371,"duration":1}},{"uid":"981b3c01724c7d59","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/981b3c01724c7d59","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728056971568,"stop":1728056971568,"duration":0}},{"uid":"c397e3b8f2ef915c","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c397e3b8f2ef915c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728056145671,"stop":1728056145671,"duration":0}},{"uid":"5ec6e91cfdcd4d3f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5ec6e91cfdcd4d3f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728056464102,"stop":1728056464103,"duration":1}},{"uid":"7a743a20236c4d0c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7a743a20236c4d0c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728055276215,"stop":1728055276215,"duration":0}},{"uid":"1d8646e7f3978fae","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1d8646e7f3978fae","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728054254504,"stop":1728054254504,"duration":0}},{"uid":"3ff7482c0ef93e95","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/3ff7482c0ef93e95","status":"passed","time":{"start":1728046146012,"stop":1728046146015,"duration":3}},{"uid":"477ff6392e4d5ac6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/477ff6392e4d5ac6","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/ping.node.spec.ts)","time":{"start":1728046999007,"stop":1728046999008,"duration":1}},{"uid":"48f733e76a5b69e9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/48f733e76a5b69e9","status":"passed","time":{"start":1728043008850,"stop":1728043008851,"duration":1}},{"uid":"52d5c1e18792c8e5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/52d5c1e18792c8e5","status":"passed","time":{"start":1728035569674,"stop":1728035569674,"duration":0}},{"uid":"381da2d6fb04c197","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/381da2d6fb04c197","status":"passed","time":{"start":1728033486728,"stop":1728033486733,"duration":5}},{"uid":"880f8a04cb92ad92","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/880f8a04cb92ad92","status":"passed","time":{"start":1728033116287,"stop":1728033116289,"duration":2}}]},"3d997f83a2378b3983a4d5857f72d453:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"968bbfb0ed87bd79","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/968bbfb0ed87bd79","status":"passed","time":{"start":1728032338429,"stop":1728032338429,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f68c86b53369109e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f68c86b53369109e","status":"passed","time":{"start":1728085887349,"stop":1728085887350,"duration":1}},{"uid":"687b7a1d407d105b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/687b7a1d407d105b","status":"passed","time":{"start":1728084900619,"stop":1728084900620,"duration":1}},{"uid":"d693109060d4358b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d693109060d4358b","status":"passed","time":{"start":1728083767562,"stop":1728083767562,"duration":0}},{"uid":"9e17c10220c1162","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/9e17c10220c1162","status":"passed","time":{"start":1728082830871,"stop":1728082830871,"duration":0}},{"uid":"1f42c60de82114b9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/1f42c60de82114b9","status":"passed","time":{"start":1728082162767,"stop":1728082162767,"duration":0}},{"uid":"330a8abc27ae3bfb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/330a8abc27ae3bfb","status":"passed","time":{"start":1728068931765,"stop":1728068931766,"duration":1}},{"uid":"341159e69b116e7a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/341159e69b116e7a","status":"passed","time":{"start":1728067807818,"stop":1728067807819,"duration":1}},{"uid":"d64e9d29e4a17ac8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d64e9d29e4a17ac8","status":"passed","time":{"start":1728065654474,"stop":1728065654474,"duration":0}},{"uid":"a0b9ca850c3f2053","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/a0b9ca850c3f2053","status":"passed","time":{"start":1728065944062,"stop":1728065944062,"duration":0}},{"uid":"26b8a2775f2655b7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/26b8a2775f2655b7","status":"passed","time":{"start":1728056834601,"stop":1728056834602,"duration":1}},{"uid":"2a3171634904c7d2","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2a3171634904c7d2","status":"passed","time":{"start":1728056006536,"stop":1728056006537,"duration":1}},{"uid":"cb971dba98f5f220","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cb971dba98f5f220","status":"passed","time":{"start":1728056326755,"stop":1728056326756,"duration":1}},{"uid":"1080e979247631ff","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1080e979247631ff","status":"passed","time":{"start":1728055138281,"stop":1728055138282,"duration":1}},{"uid":"66e8b05e8f69d3af","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/66e8b05e8f69d3af","status":"passed","time":{"start":1728054117306,"stop":1728054117306,"duration":0}},{"uid":"a0013d642c45a39f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a0013d642c45a39f","status":"passed","time":{"start":1728052394667,"stop":1728052394668,"duration":1}},{"uid":"c873a2dfec4ef55f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c873a2dfec4ef55f","status":"passed","time":{"start":1728046075859,"stop":1728046075860,"duration":1}},{"uid":"a4f02eaf42b0a423","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a4f02eaf42b0a423","status":"passed","time":{"start":1728046861033,"stop":1728046861033,"duration":0}},{"uid":"9975ee9c56fee73e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9975ee9c56fee73e","status":"passed","time":{"start":1728042930661,"stop":1728042930662,"duration":1}},{"uid":"ed9b9be04914aa47","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ed9b9be04914aa47","status":"passed","time":{"start":1728035493953,"stop":1728035493953,"duration":0}},{"uid":"7bce0729c376063d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7bce0729c376063d","status":"passed","time":{"start":1728033410515,"stop":1728033410516,"duration":1}}]},"3d94576fdf4381ebb4fdea71f5f8f143:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91feff0381537662","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/91feff0381537662","status":"passed","time":{"start":1728032984208,"stop":1728032984209,"duration":1}}]},"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":11,"unknown":0,"total":20},"items":[{"uid":"154688aebbee31c1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/154688aebbee31c1","status":"passed","time":{"start":1728086150765,"stop":1728086150765,"duration":0}},{"uid":"92ca4d8febb93073","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/92ca4d8febb93073","status":"passed","time":{"start":1728085165538,"stop":1728085165539,"duration":1}},{"uid":"94a62b3c3ae95c91","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/94a62b3c3ae95c91","status":"passed","time":{"start":1728083991599,"stop":1728083991600,"duration":1}},{"uid":"57e0e612b37bca88","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/57e0e612b37bca88","status":"passed","time":{"start":1728083028051,"stop":1728083028051,"duration":0}},{"uid":"94adcc7db90edf9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/94adcc7db90edf9","status":"passed","time":{"start":1728082357528,"stop":1728082357528,"duration":0}},{"uid":"625ec49d51665374","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/625ec49d51665374","status":"passed","time":{"start":1728069194207,"stop":1728069194207,"duration":0}},{"uid":"3d759aada6fa9ad0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3d759aada6fa9ad0","status":"passed","time":{"start":1728067984173,"stop":1728067984173,"duration":0}},{"uid":"f3ab8b5a506176d4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f3ab8b5a506176d4","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066548714,"stop":1728066548714,"duration":0}},{"uid":"e9128b7abe7c288f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/e9128b7abe7c288f","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728066835724,"stop":1728066835724,"duration":0}},{"uid":"f871f6a8a337f840","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f871f6a8a337f840","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057726212,"stop":1728057726212,"duration":0}},{"uid":"51385e29d2533d46","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/51385e29d2533d46","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728057209768,"stop":1728057209768,"duration":0}},{"uid":"d52076c0fdfd7a46","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d52076c0fdfd7a46","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728046965588,"stop":1728046965588,"duration":0}},{"uid":"8eef3417a56c3998","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8eef3417a56c3998","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/node.spec.ts)","time":{"start":1728047762407,"stop":1728047762407,"duration":0}},{"uid":"47b315c83dd34766","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/47b315c83dd34766","status":"passed","time":{"start":1728043179147,"stop":1728043179147,"duration":0}},{"uid":"b1f98bd064736af3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b1f98bd064736af3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728035952257,"stop":1728035952257,"duration":0}},{"uid":"a45bbaebc4c9e12e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a45bbaebc4c9e12e","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033874147,"stop":1728033874147,"duration":0}},{"uid":"fc63daedfa017485","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fc63daedfa017485","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728033497563,"stop":1728033497563,"duration":0}},{"uid":"396d712164481f1c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/396d712164481f1c","status":"passed","time":{"start":1728032861189,"stop":1728032861190,"duration":1}},{"uid":"1f086e8646b2c14b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1f086e8646b2c14b","status":"passed","time":{"start":1728032518174,"stop":1728032518174,"duration":0}},{"uid":"8e75bbf6c8097087","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8e75bbf6c8097087","status":"passed","time":{"start":1728032218315,"stop":1728032218317,"duration":2}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"378e02fa77b77048","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/378e02fa77b77048","status":"passed","time":{"start":1728086226477,"stop":1728086226477,"duration":0}},{"uid":"9574b1c3cd073641","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9574b1c3cd073641","status":"passed","time":{"start":1728085246289,"stop":1728085246289,"duration":0}},{"uid":"95ef8db95edd8b8d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/95ef8db95edd8b8d","status":"passed","time":{"start":1728084078536,"stop":1728084078536,"duration":0}},{"uid":"c3d9e22ba4552556","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c3d9e22ba4552556","status":"passed","time":{"start":1728083125010,"stop":1728083125010,"duration":0}},{"uid":"bbbdb972bb8bef4f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bbbdb972bb8bef4f","status":"passed","time":{"start":1728082441020,"stop":1728082441020,"duration":0}},{"uid":"49a1d359c1b32bba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/49a1d359c1b32bba","status":"passed","time":{"start":1728069279735,"stop":1728069279736,"duration":1}},{"uid":"7a07b9ade0909b03","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7a07b9ade0909b03","status":"passed","time":{"start":1728046402356,"stop":1728046402356,"duration":0}},{"uid":"b8f2a05d8a32d84b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b8f2a05d8a32d84b","status":"passed","time":{"start":1728043267039,"stop":1728043267039,"duration":0}},{"uid":"c248fb024bf005b4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c248fb024bf005b4","status":"passed","time":{"start":1728035855932,"stop":1728035855934,"duration":2}},{"uid":"f1eebc2c5e9c199e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f1eebc2c5e9c199e","status":"passed","time":{"start":1728033769213,"stop":1728033769213,"duration":0}},{"uid":"23a4cb809414563d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/23a4cb809414563d","status":"passed","time":{"start":1728033391668,"stop":1728033391668,"duration":0}},{"uid":"6112bd76b66a15a0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6112bd76b66a15a0","status":"passed","time":{"start":1728032951666,"stop":1728032951666,"duration":0}},{"uid":"e9d0207f87141734","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e9d0207f87141734","status":"passed","time":{"start":1728032582509,"stop":1728032582510,"duration":1}},{"uid":"43b7db9dd5d7a5a","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/43b7db9dd5d7a5a","status":"passed","time":{"start":1728032304559,"stop":1728032304559,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"9b6cf7d67bfc52ae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b6cf7d67bfc52ae","status":"passed","time":{"start":1728086260290,"stop":1728086260297,"duration":7}},{"uid":"26c10bb23589abdc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/26c10bb23589abdc","status":"passed","time":{"start":1728085269072,"stop":1728085269072,"duration":0}},{"uid":"7ebed104fbb7af0e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7ebed104fbb7af0e","status":"passed","time":{"start":1728069312627,"stop":1728069312627,"duration":0}},{"uid":"51e298c426955cd1","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/51e298c426955cd1","status":"passed","time":{"start":1728046423432,"stop":1728046423432,"duration":0}},{"uid":"3f5149225f50490c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3f5149225f50490c","status":"passed","time":{"start":1728043297171,"stop":1728043297172,"duration":1}},{"uid":"8615f80cd65ee4fa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8615f80cd65ee4fa","status":"passed","time":{"start":1728035880136,"stop":1728035880137,"duration":1}},{"uid":"b6a9d38185a78a8b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b6a9d38185a78a8b","status":"passed","time":{"start":1728033788797,"stop":1728033788797,"duration":0}},{"uid":"f6c1311dde5501ee","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f6c1311dde5501ee","status":"passed","time":{"start":1728033423621,"stop":1728033423621,"duration":0}},{"uid":"1c4f7c05ee05394f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/1c4f7c05ee05394f","status":"passed","time":{"start":1728032985093,"stop":1728032985094,"duration":1}},{"uid":"fb66e24b1c317542","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/fb66e24b1c317542","status":"passed","time":{"start":1728032614933,"stop":1728032614933,"duration":0}},{"uid":"2f836ee3dcd48eaa","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2f836ee3dcd48eaa","status":"passed","time":{"start":1728032348364,"stop":1728032348365,"duration":1}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"2fd95a123e5755c8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2fd95a123e5755c8","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0}},{"uid":"15189a2f793c5717","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/15189a2f793c5717","status":"passed","time":{"start":1728085227798,"stop":1728085227800,"duration":2}},{"uid":"7e9a8d8cda613c10","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7e9a8d8cda613c10","status":"passed","time":{"start":1728084031095,"stop":1728084031096,"duration":1}},{"uid":"8315cb028dd2fe4c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8315cb028dd2fe4c","status":"passed","time":{"start":1728083085069,"stop":1728083085070,"duration":1}},{"uid":"6e3466ba02f2e4cf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6e3466ba02f2e4cf","status":"passed","time":{"start":1728082402964,"stop":1728082402965,"duration":1}},{"uid":"705b5c39a706fc68","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/705b5c39a706fc68","status":"passed","time":{"start":1728069256726,"stop":1728069256727,"duration":1}},{"uid":"5929d73bcc068b41","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5929d73bcc068b41","status":"passed","time":{"start":1728068039051,"stop":1728068039051,"duration":0}},{"uid":"3f638b8ae0562538","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3f638b8ae0562538","status":"passed","time":{"start":1728066054981,"stop":1728066054982,"duration":1}},{"uid":"3ee59acc40322131","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3ee59acc40322131","status":"passed","time":{"start":1728066345499,"stop":1728066345500,"duration":1}},{"uid":"761d5b02418f10a6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/761d5b02418f10a6","status":"passed","time":{"start":1728057218521,"stop":1728057218522,"duration":1}},{"uid":"15cbef0499be476b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/15cbef0499be476b","status":"passed","time":{"start":1728056313104,"stop":1728056313104,"duration":0}},{"uid":"efe50096ee9a8fdc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/efe50096ee9a8fdc","status":"passed","time":{"start":1728056731791,"stop":1728056731792,"duration":1}},{"uid":"69be216b853a8244","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/69be216b853a8244","status":"passed","time":{"start":1728052615136,"stop":1728052615136,"duration":0}},{"uid":"15ce28a273982b88","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/15ce28a273982b88","status":"passed","time":{"start":1728046456510,"stop":1728046456510,"duration":0}},{"uid":"5724dd1109a97f05","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5724dd1109a97f05","status":"passed","time":{"start":1728047262766,"stop":1728047262766,"duration":0}},{"uid":"2be01b6007936f2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2be01b6007936f2","status":"passed","time":{"start":1728043245063,"stop":1728043245063,"duration":0}},{"uid":"81ab6c83ac58fb35","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/81ab6c83ac58fb35","status":"passed","time":{"start":1728035876573,"stop":1728035876574,"duration":1}},{"uid":"7e9225fa16eb6b47","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7e9225fa16eb6b47","status":"passed","time":{"start":1728033795273,"stop":1728033795274,"duration":1}},{"uid":"c4fc8499261eaecf","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c4fc8499261eaecf","status":"passed","time":{"start":1728033412134,"stop":1728033412134,"duration":0}},{"uid":"e03dc7a4abb86166","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e03dc7a4abb86166","status":"passed","time":{"start":1728032929723,"stop":1728032929724,"duration":1}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e6d6c99ed4cce378","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e6d6c99ed4cce378","status":"passed","time":{"start":1728085891877,"stop":1728085891877,"duration":0}},{"uid":"4d087ce997d194d7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4d087ce997d194d7","status":"passed","time":{"start":1728084905004,"stop":1728084905005,"duration":1}},{"uid":"bbb36ba9d8515030","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bbb36ba9d8515030","status":"passed","time":{"start":1728083771601,"stop":1728083771601,"duration":0}},{"uid":"d2e4a0613ca125e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d2e4a0613ca125e","status":"passed","time":{"start":1728082834941,"stop":1728082834942,"duration":1}},{"uid":"46510ac9d6604013","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/46510ac9d6604013","status":"passed","time":{"start":1728082166938,"stop":1728082166938,"duration":0}},{"uid":"8ee33172a690a86d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8ee33172a690a86d","status":"passed","time":{"start":1728068936264,"stop":1728068936265,"duration":1}},{"uid":"fd7ee9b0dc920fa5","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fd7ee9b0dc920fa5","status":"passed","time":{"start":1728067812049,"stop":1728067812049,"duration":0}},{"uid":"1c45250136150a8a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1c45250136150a8a","status":"passed","time":{"start":1728065658888,"stop":1728065658889,"duration":1}},{"uid":"48f9c6133368bf8b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/48f9c6133368bf8b","status":"passed","time":{"start":1728065948757,"stop":1728065948757,"duration":0}},{"uid":"51a93f80717ee4c1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51a93f80717ee4c1","status":"passed","time":{"start":1728056838983,"stop":1728056838984,"duration":1}},{"uid":"d2f285024bb68994","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d2f285024bb68994","status":"passed","time":{"start":1728056010875,"stop":1728056010876,"duration":1}},{"uid":"1e7ac7b0bfb04713","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1e7ac7b0bfb04713","status":"passed","time":{"start":1728056331131,"stop":1728056331131,"duration":0}},{"uid":"6989eb308cd8d6a3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6989eb308cd8d6a3","status":"passed","time":{"start":1728055142641,"stop":1728055142641,"duration":0}},{"uid":"2ed6a4b3d1c214c4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2ed6a4b3d1c214c4","status":"passed","time":{"start":1728054121359,"stop":1728054121360,"duration":1}},{"uid":"fe8b384f0e9bdbeb","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/fe8b384f0e9bdbeb","status":"passed","time":{"start":1728052398849,"stop":1728052398850,"duration":1}},{"uid":"dee8804830ce0d9d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dee8804830ce0d9d","status":"passed","time":{"start":1728046080156,"stop":1728046080156,"duration":0}},{"uid":"8adbd50d23e13d19","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8adbd50d23e13d19","status":"passed","time":{"start":1728046865181,"stop":1728046865182,"duration":1}},{"uid":"ac5dfbf840ad205a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ac5dfbf840ad205a","status":"passed","time":{"start":1728042934920,"stop":1728042934920,"duration":0}},{"uid":"28ca89bf6b2afe17","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/28ca89bf6b2afe17","status":"passed","time":{"start":1728035497999,"stop":1728035498000,"duration":1}},{"uid":"863f20ad82a2b8cd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/863f20ad82a2b8cd","status":"passed","time":{"start":1728033414705,"stop":1728033414706,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"27e28f08bf19aa91","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/27e28f08bf19aa91","status":"passed","time":{"start":1728085880162,"stop":1728085880163,"duration":1}},{"uid":"9c40f95a2f9f033b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9c40f95a2f9f033b","status":"passed","time":{"start":1728084892987,"stop":1728084892987,"duration":0}},{"uid":"21240eb2e199b737","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/21240eb2e199b737","status":"passed","time":{"start":1728083759986,"stop":1728083759986,"duration":0}},{"uid":"aad730fff2aa5142","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/aad730fff2aa5142","status":"passed","time":{"start":1728082823295,"stop":1728082823295,"duration":0}},{"uid":"37246023dd7f3edf","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/37246023dd7f3edf","status":"passed","time":{"start":1728082155359,"stop":1728082155359,"duration":0}},{"uid":"ce558a1bf8ccbe1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce558a1bf8ccbe1","status":"passed","time":{"start":1728068924343,"stop":1728068924343,"duration":0}},{"uid":"cd09fea7aaf1f32","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cd09fea7aaf1f32","status":"passed","time":{"start":1728067800589,"stop":1728067800589,"duration":0}},{"uid":"ff6813c500ba0611","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ff6813c500ba0611","status":"passed","time":{"start":1728065647294,"stop":1728065647294,"duration":0}},{"uid":"d6b3af03bde43192","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d6b3af03bde43192","status":"passed","time":{"start":1728065936952,"stop":1728065936952,"duration":0}},{"uid":"99e0434a14717e18","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/99e0434a14717e18","status":"passed","time":{"start":1728056827334,"stop":1728056827335,"duration":1}},{"uid":"13f23a2651e9ef3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/13f23a2651e9ef3","status":"passed","time":{"start":1728055999165,"stop":1728055999165,"duration":0}},{"uid":"98b6f8ae9d1a96b4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/98b6f8ae9d1a96b4","status":"passed","time":{"start":1728056319411,"stop":1728056319411,"duration":0}},{"uid":"706269f76ec6ab9a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/706269f76ec6ab9a","status":"passed","time":{"start":1728055130826,"stop":1728055130826,"duration":0}},{"uid":"59a231914548c66d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/59a231914548c66d","status":"passed","time":{"start":1728054109608,"stop":1728054109608,"duration":0}},{"uid":"23c4e0ad9b91a4b1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/23c4e0ad9b91a4b1","status":"passed","time":{"start":1728052387219,"stop":1728052387220,"duration":1}},{"uid":"7d17bb726f592b65","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7d17bb726f592b65","status":"passed","time":{"start":1728046068271,"stop":1728046068271,"duration":0}},{"uid":"4c14e5af92d4e47d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4c14e5af92d4e47d","status":"passed","time":{"start":1728046853652,"stop":1728046853652,"duration":0}},{"uid":"6c58d22efa4ceb76","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6c58d22efa4ceb76","status":"passed","time":{"start":1728042923420,"stop":1728042923421,"duration":1}},{"uid":"6e99b86eeca61d23","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6e99b86eeca61d23","status":"passed","time":{"start":1728035486195,"stop":1728035486195,"duration":0}},{"uid":"27babe4c3b7b0a0b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/27babe4c3b7b0a0b","status":"passed","time":{"start":1728033402771,"stop":1728033402772,"duration":1}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"e4f99da98a89d697","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e4f99da98a89d697","status":"passed","time":{"start":1728086196550,"stop":1728086196550,"duration":0}},{"uid":"4a1fa5f84fd74fd6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4a1fa5f84fd74fd6","status":"passed","time":{"start":1728085210780,"stop":1728085210780,"duration":0}},{"uid":"f8bd954ac71b9c2","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f8bd954ac71b9c2","status":"passed","time":{"start":1728084019214,"stop":1728084019215,"duration":1}},{"uid":"7d1dd3f6355c9643","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7d1dd3f6355c9643","status":"passed","time":{"start":1728083073180,"stop":1728083073180,"duration":0}},{"uid":"edec45ea4597a0a6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/edec45ea4597a0a6","status":"passed","time":{"start":1728082380601,"stop":1728082380601,"duration":0}},{"uid":"cc01104c18884cea","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cc01104c18884cea","status":"passed","time":{"start":1728069243907,"stop":1728069243908,"duration":1}},{"uid":"7a10632ff5e04f04","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7a10632ff5e04f04","status":"passed","time":{"start":1728068023975,"stop":1728068023975,"duration":0}},{"uid":"4f7de710bccf9627","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4f7de710bccf9627","status":"passed","time":{"start":1728066039426,"stop":1728066039427,"duration":1}},{"uid":"9b7800106000ba5d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9b7800106000ba5d","status":"passed","time":{"start":1728066332297,"stop":1728066332298,"duration":1}},{"uid":"33bef20690b067df","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/33bef20690b067df","status":"passed","time":{"start":1728057201499,"stop":1728057201499,"duration":0}},{"uid":"ea4da4f979f97982","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ea4da4f979f97982","status":"passed","time":{"start":1728056297747,"stop":1728056297747,"duration":0}},{"uid":"47957f809870c3a5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/47957f809870c3a5","status":"passed","time":{"start":1728056712670,"stop":1728056712670,"duration":0}},{"uid":"9b5f31607ac2dff8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/9b5f31607ac2dff8","status":"passed","time":{"start":1728046441175,"stop":1728046441176,"duration":1}},{"uid":"da72fe1125ba7ea4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/da72fe1125ba7ea4","status":"passed","time":{"start":1728047249309,"stop":1728047249310,"duration":1}},{"uid":"8bb583e7d0acadb2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8bb583e7d0acadb2","status":"passed","time":{"start":1728043229820,"stop":1728043229820,"duration":0}},{"uid":"8d290664e727ddb5","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8d290664e727ddb5","status":"passed","time":{"start":1728035863629,"stop":1728035863629,"duration":0}},{"uid":"b4cecd4d5d28023b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b4cecd4d5d28023b","status":"passed","time":{"start":1728033776178,"stop":1728033776179,"duration":1}},{"uid":"c95ea3ad12cbc642","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c95ea3ad12cbc642","status":"passed","time":{"start":1728033398515,"stop":1728033398515,"duration":0}},{"uid":"4697ddbefdbff0b7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/4697ddbefdbff0b7","status":"passed","time":{"start":1728032910525,"stop":1728032910525,"duration":0}},{"uid":"2ffcc9a88b86c898","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2ffcc9a88b86c898","status":"passed","time":{"start":1728032542824,"stop":1728032542824,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":12,"skipped":0,"passed":11,"unknown":0,"total":23},"items":[{"uid":"ea0cfa5d0f327b17","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea0cfa5d0f327b17","status":"passed","time":{"start":1728086260288,"stop":1728086260289,"duration":1}},{"uid":"f26eea36ee0f737c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f26eea36ee0f737c","status":"passed","time":{"start":1728085269071,"stop":1728085269071,"duration":0}},{"uid":"28088db65b83463f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/28088db65b83463f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728083943237,"stop":1728083943238,"duration":1}},{"uid":"63ed6ef12bf8f881","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/63ed6ef12bf8f881","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728083016918,"stop":1728083016920,"duration":2}},{"uid":"80b8c158b7b754a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/80b8c158b7b754a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728082342300,"stop":1728082342300,"duration":0}},{"uid":"d4fcc18e91afd060","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d4fcc18e91afd060","status":"passed","time":{"start":1728069312626,"stop":1728069312626,"duration":0}},{"uid":"cd6263d40f0245e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cd6263d40f0245e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728067995144,"stop":1728067995144,"duration":0}},{"uid":"e2d898851b8162a4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e2d898851b8162a4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728065888326,"stop":1728065888326,"duration":0}},{"uid":"783763b40197b5ce","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/783763b40197b5ce","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728066176547,"stop":1728066176547,"duration":0}},{"uid":"5edc88c2d3c0de9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5edc88c2d3c0de9","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728057065785,"stop":1728057065785,"duration":0}},{"uid":"d118a1b231a65b04","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d118a1b231a65b04","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728056239465,"stop":1728056239465,"duration":0}},{"uid":"13893355403ce79c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/13893355403ce79c","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728056559014,"stop":1728056559015,"duration":1}},{"uid":"c4498a61ded7a7f4","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c4498a61ded7a7f4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728055359296,"stop":1728055359296,"duration":0}},{"uid":"318560c3c5330f1b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/318560c3c5330f1b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728054337366,"stop":1728054337366,"duration":0}},{"uid":"b47dd693bfe4e792","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b47dd693bfe4e792","status":"passed","time":{"start":1728046423431,"stop":1728046423431,"duration":0}},{"uid":"e5b15e4180162931","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e5b15e4180162931","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1728047092353,"stop":1728047092354,"duration":1}},{"uid":"3675760965ec174e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3675760965ec174e","status":"passed","time":{"start":1728043297170,"stop":1728043297170,"duration":0}},{"uid":"41c50bff5fed87de","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/41c50bff5fed87de","status":"passed","time":{"start":1728035880135,"stop":1728035880136,"duration":1}},{"uid":"4742b8cd6cac9281","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4742b8cd6cac9281","status":"passed","time":{"start":1728033788790,"stop":1728033788790,"duration":0}},{"uid":"72f8b90ac45a99f4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/72f8b90ac45a99f4","status":"passed","time":{"start":1728033423618,"stop":1728033423619,"duration":1}}]},"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"fdc140bda6b8683a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fdc140bda6b8683a","status":"passed","time":{"start":1728085879408,"stop":1728085879409,"duration":1}},{"uid":"ad841e7f180e4d53","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ad841e7f180e4d53","status":"passed","time":{"start":1728084892356,"stop":1728084892357,"duration":1}},{"uid":"7e9b286670999db6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7e9b286670999db6","status":"passed","time":{"start":1728083759346,"stop":1728083759346,"duration":0}},{"uid":"a1df069db8227f32","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a1df069db8227f32","status":"passed","time":{"start":1728082822447,"stop":1728082822449,"duration":2}},{"uid":"3897998e24eb08dc","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3897998e24eb08dc","status":"passed","time":{"start":1728082154409,"stop":1728082154410,"duration":1}},{"uid":"81a744eda19ab227","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81a744eda19ab227","status":"passed","time":{"start":1728068923562,"stop":1728068923562,"duration":0}},{"uid":"a58525644389a86c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a58525644389a86c","status":"passed","time":{"start":1728067799311,"stop":1728067799311,"duration":0}},{"uid":"d80b8397fe5cc611","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d80b8397fe5cc611","status":"passed","time":{"start":1728065646126,"stop":1728065646126,"duration":0}},{"uid":"fb245a23d2876b73","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fb245a23d2876b73","status":"passed","time":{"start":1728065935863,"stop":1728065935864,"duration":1}},{"uid":"a641e0a65122ccd8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a641e0a65122ccd8","status":"passed","time":{"start":1728056826643,"stop":1728056826644,"duration":1}},{"uid":"d3476da1ed86943f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d3476da1ed86943f","status":"passed","time":{"start":1728055998443,"stop":1728055998444,"duration":1}},{"uid":"9ca43a4868225bd4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9ca43a4868225bd4","status":"passed","time":{"start":1728056318802,"stop":1728056318803,"duration":1}},{"uid":"fbb670cea01956a1","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fbb670cea01956a1","status":"passed","time":{"start":1728055130053,"stop":1728055130053,"duration":0}},{"uid":"677187ef7dc9e9c0","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/677187ef7dc9e9c0","status":"passed","time":{"start":1728054108888,"stop":1728054108888,"duration":0}},{"uid":"578290b5428c3fd7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/578290b5428c3fd7","status":"passed","time":{"start":1728052386539,"stop":1728052386539,"duration":0}},{"uid":"12b7b92aae3fbc02","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/12b7b92aae3fbc02","status":"passed","time":{"start":1728046067562,"stop":1728046067563,"duration":1}},{"uid":"3a2c00dce70eafe6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3a2c00dce70eafe6","status":"passed","time":{"start":1728046853164,"stop":1728046853165,"duration":1}},{"uid":"77f35201de4d7dfe","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/77f35201de4d7dfe","status":"passed","time":{"start":1728042922417,"stop":1728042922417,"duration":0}},{"uid":"c8be1be5ab754a8c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c8be1be5ab754a8c","status":"passed","time":{"start":1728035485390,"stop":1728035485391,"duration":1}},{"uid":"19ddf9f6d21e4294","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/19ddf9f6d21e4294","status":"passed","time":{"start":1728033402113,"stop":1728033402114,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"88772e61a7edba8c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88772e61a7edba8c","status":"passed","time":{"start":1728086032740,"stop":1728086032740,"duration":0}},{"uid":"12ad2c0c1248874f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/12ad2c0c1248874f","status":"passed","time":{"start":1728085050219,"stop":1728085050219,"duration":0}},{"uid":"528b40041e30260c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/528b40041e30260c","status":"passed","time":{"start":1728083903369,"stop":1728083903369,"duration":0}},{"uid":"45f71ff74e02c30c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/45f71ff74e02c30c","status":"passed","time":{"start":1728082964232,"stop":1728082964233,"duration":1}},{"uid":"7d97de565da425a9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7d97de565da425a9","status":"passed","time":{"start":1728082280687,"stop":1728082280688,"duration":1}},{"uid":"689b1aad1ff60195","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/689b1aad1ff60195","status":"passed","time":{"start":1728069077460,"stop":1728069077462,"duration":2}},{"uid":"7b3486d007da62","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7b3486d007da62","status":"passed","time":{"start":1728067917852,"stop":1728067917852,"duration":0}},{"uid":"b5a221b100ad515d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b5a221b100ad515d","status":"passed","time":{"start":1728043075252,"stop":1728043075253,"duration":1}},{"uid":"fb0f14d295a8ef95","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fb0f14d295a8ef95","status":"passed","time":{"start":1728035638297,"stop":1728035638298,"duration":1}},{"uid":"f0b0a39c3bd41515","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f0b0a39c3bd41515","status":"passed","time":{"start":1728033557514,"stop":1728033557514,"duration":0}},{"uid":"6e2cafcf2351b33a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6e2cafcf2351b33a","status":"passed","time":{"start":1728033182527,"stop":1728033182527,"duration":0}},{"uid":"3ccd4bdd8249596a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3ccd4bdd8249596a","status":"passed","time":{"start":1728032755534,"stop":1728032755535,"duration":1}},{"uid":"cca4688b107c06a5","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/cca4688b107c06a5","status":"passed","time":{"start":1728032388396,"stop":1728032388396,"duration":0}},{"uid":"525e3a37c57969a7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/525e3a37c57969a7","status":"passed","time":{"start":1728032113325,"stop":1728032113326,"duration":1}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cf7529f953cbde28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf7529f953cbde28","status":"passed","time":{"start":1728086192534,"stop":1728086192535,"duration":1}},{"uid":"46bf4862d39d745a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/46bf4862d39d745a","status":"passed","time":{"start":1728085207511,"stop":1728085207512,"duration":1}},{"uid":"1ef7e8102559d728","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1ef7e8102559d728","status":"passed","time":{"start":1728084038305,"stop":1728084038307,"duration":2}},{"uid":"d6024a1e7fbdfe3f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d6024a1e7fbdfe3f","status":"passed","time":{"start":1728083118123,"stop":1728083118123,"duration":0}},{"uid":"6e6ba1a8cf584fca","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6e6ba1a8cf584fca","status":"passed","time":{"start":1728082399720,"stop":1728082399720,"duration":0}},{"uid":"b23cb29b6699c438","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b23cb29b6699c438","status":"passed","time":{"start":1728069237592,"stop":1728069237592,"duration":0}},{"uid":"7eda862622c40f65","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7eda862622c40f65","status":"passed","time":{"start":1728068055953,"stop":1728068055954,"duration":1}},{"uid":"607beeb7624f3f7e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/607beeb7624f3f7e","status":"passed","time":{"start":1728043232175,"stop":1728043232175,"duration":0}},{"uid":"a9ac4542a1935382","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a9ac4542a1935382","status":"passed","time":{"start":1728035844065,"stop":1728035844065,"duration":0}},{"uid":"f76a7437a0349853","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f76a7437a0349853","status":"passed","time":{"start":1728033765897,"stop":1728033765897,"duration":0}},{"uid":"40d8a349eb634510","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/40d8a349eb634510","status":"passed","time":{"start":1728033382967,"stop":1728033382967,"duration":0}},{"uid":"88b5037a6912695c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/88b5037a6912695c","status":"passed","time":{"start":1728032914511,"stop":1728032914511,"duration":0}},{"uid":"e3e3e627f0f983f4","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e3e3e627f0f983f4","status":"passed","time":{"start":1728032550374,"stop":1728032550375,"duration":1}},{"uid":"736fb087466ce10d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/736fb087466ce10d","status":"passed","time":{"start":1728032274029,"stop":1728032274029,"duration":0}}]},"84a2a8278571fa9229204c5b49612f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":0,"unknown":0,"total":3},"items":[{"uid":"4d0b9737470cf27a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4d0b9737470cf27a","status":"broken","statusDetails":"expected 2 to equal 1","time":{"start":1728035726032,"stop":1728035726035,"duration":3}},{"uid":"66b33654ae817d2d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/66b33654ae817d2d","status":"broken","statusDetails":"expected 2 to equal 1","time":{"start":1728033648902,"stop":1728033648902,"duration":0}},{"uid":"3cac675231842c83","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3cac675231842c83","status":"broken","statusDetails":"expected 2 to equal 1","time":{"start":1728033269357,"stop":1728033269358,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"7136651300b5d8fe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7136651300b5d8fe","status":"passed","time":{"start":1728085925280,"stop":1728085925281,"duration":1}},{"uid":"61be42b8e7a353af","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/61be42b8e7a353af","status":"passed","time":{"start":1728084939385,"stop":1728084939386,"duration":1}},{"uid":"b08df3475f2a7b87","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b08df3475f2a7b87","status":"passed","time":{"start":1728083804206,"stop":1728083804206,"duration":0}},{"uid":"57265c4927b9f7db","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/57265c4927b9f7db","status":"passed","time":{"start":1728082867910,"stop":1728082867910,"duration":0}},{"uid":"131151a077aa5cdd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/131151a077aa5cdd","status":"passed","time":{"start":1728082201505,"stop":1728082201505,"duration":0}},{"uid":"4da6e991a749e08","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4da6e991a749e08","status":"passed","time":{"start":1728068971063,"stop":1728068971063,"duration":0}},{"uid":"555e0ca4695fc1b0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/555e0ca4695fc1b0","status":"passed","time":{"start":1728067845487,"stop":1728067845488,"duration":1}},{"uid":"694e986affc67f24","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/694e986affc67f24","status":"passed","time":{"start":1728065693296,"stop":1728065693296,"duration":0}},{"uid":"3ee8572c6a2f77b4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3ee8572c6a2f77b4","status":"passed","time":{"start":1728065982125,"stop":1728065982126,"duration":1}},{"uid":"9fb5a2a4a1fd9abb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9fb5a2a4a1fd9abb","status":"passed","time":{"start":1728056871403,"stop":1728056871403,"duration":0}},{"uid":"ffafd0bff8f55def","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ffafd0bff8f55def","status":"passed","time":{"start":1728056045476,"stop":1728056045477,"duration":1}},{"uid":"aa3e2172dbe31c62","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/aa3e2172dbe31c62","status":"passed","time":{"start":1728056363835,"stop":1728056363835,"duration":0}},{"uid":"d66ebba27f667433","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d66ebba27f667433","status":"passed","time":{"start":1728055176016,"stop":1728055176016,"duration":0}},{"uid":"5e9e34ed6a773081","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5e9e34ed6a773081","status":"passed","time":{"start":1728054154338,"stop":1728054154338,"duration":0}},{"uid":"a5f7bdba0f9e11f0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a5f7bdba0f9e11f0","status":"passed","time":{"start":1728052432590,"stop":1728052432590,"duration":0}},{"uid":"80dfeae5380baaa","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/80dfeae5380baaa","status":"passed","time":{"start":1728046114251,"stop":1728046114251,"duration":0}},{"uid":"8443b67044b8a7f3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8443b67044b8a7f3","status":"passed","time":{"start":1728046898625,"stop":1728046898625,"duration":0}},{"uid":"5959bc40c1eeb8e0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5959bc40c1eeb8e0","status":"passed","time":{"start":1728042968065,"stop":1728042968066,"duration":1}},{"uid":"766126132ccd0f5e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/766126132ccd0f5e","status":"passed","time":{"start":1728035531169,"stop":1728035531170,"duration":1}},{"uid":"d732432abfb3431b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d732432abfb3431b","status":"passed","time":{"start":1728033448066,"stop":1728033448066,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9fb54c3c47c58c2c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9fb54c3c47c58c2c","status":"passed","time":{"start":1728085929885,"stop":1728085929885,"duration":0}},{"uid":"a9dbefccd7c83cbe","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/a9dbefccd7c83cbe","status":"passed","time":{"start":1728084940323,"stop":1728084940323,"duration":0}},{"uid":"9702156121f565ef","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9702156121f565ef","status":"passed","time":{"start":1728083807040,"stop":1728083807040,"duration":0}},{"uid":"6c97655d97fe1321","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6c97655d97fe1321","status":"passed","time":{"start":1728082878436,"stop":1728082878437,"duration":1}},{"uid":"322d20a6dcbdb67","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/322d20a6dcbdb67","status":"passed","time":{"start":1728082208576,"stop":1728082208576,"duration":0}},{"uid":"b37dc497daed0551","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b37dc497daed0551","status":"passed","time":{"start":1728068975099,"stop":1728068975100,"duration":1}},{"uid":"497abc8b52b78432","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/497abc8b52b78432","status":"passed","time":{"start":1728067846904,"stop":1728067846906,"duration":2}},{"uid":"c55eb3f50b0b5ba6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c55eb3f50b0b5ba6","status":"passed","time":{"start":1728065698205,"stop":1728065698206,"duration":1}},{"uid":"81cabdc1d07e3e04","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/81cabdc1d07e3e04","status":"passed","time":{"start":1728065985244,"stop":1728065985244,"duration":0}},{"uid":"c203b2fb782ee459","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c203b2fb782ee459","status":"passed","time":{"start":1728056875692,"stop":1728056875692,"duration":0}},{"uid":"b8a4b85f6723e010","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b8a4b85f6723e010","status":"passed","time":{"start":1728056052795,"stop":1728056052795,"duration":0}},{"uid":"cfa87f3093d3384c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/cfa87f3093d3384c","status":"passed","time":{"start":1728056368496,"stop":1728056368499,"duration":3}},{"uid":"dc85df009cce2c6f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/dc85df009cce2c6f","status":"passed","time":{"start":1728055192614,"stop":1728055192614,"duration":0}},{"uid":"1ac2f308330e30c4","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1ac2f308330e30c4","status":"passed","time":{"start":1728054161284,"stop":1728054161284,"duration":0}},{"uid":"506e89021fb53b70","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/506e89021fb53b70","status":"passed","time":{"start":1728052440365,"stop":1728052440366,"duration":1}},{"uid":"57093ff63d646282","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/57093ff63d646282","status":"passed","time":{"start":1728046118139,"stop":1728046118139,"duration":0}},{"uid":"54ed9e346d773e74","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/54ed9e346d773e74","status":"passed","time":{"start":1728046914097,"stop":1728046914097,"duration":0}},{"uid":"80ee8fd49e576ec9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/80ee8fd49e576ec9","status":"passed","time":{"start":1728042972089,"stop":1728042972089,"duration":0}},{"uid":"72deb000603fa65a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/72deb000603fa65a","status":"passed","time":{"start":1728035535022,"stop":1728035535022,"duration":0}},{"uid":"50c5adf1b374b876","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/50c5adf1b374b876","status":"passed","time":{"start":1728033452181,"stop":1728033452181,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f337c2cf13418b7c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f337c2cf13418b7c","status":"passed","time":{"start":1728085917716,"stop":1728085917716,"duration":0}},{"uid":"1f2622d2c3f2a9a6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1f2622d2c3f2a9a6","status":"passed","time":{"start":1728084932106,"stop":1728084932108,"duration":2}},{"uid":"c1f1aca5d5e56a14","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c1f1aca5d5e56a14","status":"passed","time":{"start":1728083796745,"stop":1728083796745,"duration":0}},{"uid":"fba8548cada32a3f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fba8548cada32a3f","status":"passed","time":{"start":1728082860054,"stop":1728082860055,"duration":1}},{"uid":"76398435b21c450a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/76398435b21c450a","status":"passed","time":{"start":1728082194528,"stop":1728082194528,"duration":0}},{"uid":"85c6ddbda676ad64","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/85c6ddbda676ad64","status":"passed","time":{"start":1728068964180,"stop":1728068964180,"duration":0}},{"uid":"13da2261d22c41e8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/13da2261d22c41e8","status":"passed","time":{"start":1728067837926,"stop":1728067837928,"duration":2}},{"uid":"a15be4bc88ad3337","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a15be4bc88ad3337","status":"passed","time":{"start":1728065686106,"stop":1728065686106,"duration":0}},{"uid":"9c5f944ad3b21803","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9c5f944ad3b21803","status":"passed","time":{"start":1728065975352,"stop":1728065975352,"duration":0}},{"uid":"c23b25e042ae0281","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c23b25e042ae0281","status":"passed","time":{"start":1728056864687,"stop":1728056864687,"duration":0}},{"uid":"a87f709ddbad70a6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a87f709ddbad70a6","status":"passed","time":{"start":1728056038215,"stop":1728056038215,"duration":0}},{"uid":"e630331b0719cfb1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e630331b0719cfb1","status":"passed","time":{"start":1728056356759,"stop":1728056356760,"duration":1}},{"uid":"c75514f14cb4f37b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c75514f14cb4f37b","status":"passed","time":{"start":1728055168407,"stop":1728055168407,"duration":0}},{"uid":"a1b26e727023c03","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a1b26e727023c03","status":"passed","time":{"start":1728054147192,"stop":1728054147193,"duration":1}},{"uid":"5f04416c4df73697","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5f04416c4df73697","status":"passed","time":{"start":1728052425090,"stop":1728052425090,"duration":0}},{"uid":"c765a0ed39be179d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c765a0ed39be179d","status":"passed","time":{"start":1728046106883,"stop":1728046106884,"duration":1}},{"uid":"b5bcb93c9e0edb53","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b5bcb93c9e0edb53","status":"passed","time":{"start":1728046891222,"stop":1728046891223,"duration":1}},{"uid":"39853f405fa0fad1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/39853f405fa0fad1","status":"passed","time":{"start":1728042960683,"stop":1728042960684,"duration":1}},{"uid":"dbe8e78b16577526","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/dbe8e78b16577526","status":"passed","time":{"start":1728035524085,"stop":1728035524085,"duration":0}},{"uid":"c3d2828a3a1bb27f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c3d2828a3a1bb27f","status":"passed","time":{"start":1728033441296,"stop":1728033441297,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"748f33727aa24e24","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/748f33727aa24e24","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0}},{"uid":"afbcc4c916ad105b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/afbcc4c916ad105b","status":"passed","time":{"start":1728084876397,"stop":1728084876397,"duration":0}},{"uid":"e003704f461c1029","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e003704f461c1029","status":"passed","time":{"start":1728083744354,"stop":1728083744354,"duration":0}},{"uid":"16d76154853d859b","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/16d76154853d859b","status":"passed","time":{"start":1728082807447,"stop":1728082807447,"duration":0}},{"uid":"7f89788520650fd8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7f89788520650fd8","status":"passed","time":{"start":1728082139315,"stop":1728082139315,"duration":0}},{"uid":"82ca1403caf69260","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/82ca1403caf69260","status":"passed","time":{"start":1728068908055,"stop":1728068908055,"duration":0}},{"uid":"e1b16e11232fb831","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e1b16e11232fb831","status":"passed","time":{"start":1728067784709,"stop":1728067784709,"duration":0}},{"uid":"148cc43cebf72e2e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/148cc43cebf72e2e","status":"passed","time":{"start":1728065631512,"stop":1728065631512,"duration":0}},{"uid":"6cb9282a41bc86d7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6cb9282a41bc86d7","status":"passed","time":{"start":1728065920824,"stop":1728065920824,"duration":0}},{"uid":"ba489e7ee14027b7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ba489e7ee14027b7","status":"passed","time":{"start":1728056811583,"stop":1728056811583,"duration":0}},{"uid":"72d994f33f8e778b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/72d994f33f8e778b","status":"passed","time":{"start":1728055983139,"stop":1728055983140,"duration":1}},{"uid":"a99a76c1955c2e80","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a99a76c1955c2e80","status":"passed","time":{"start":1728056303682,"stop":1728056303682,"duration":0}},{"uid":"87638f5b68554287","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/87638f5b68554287","status":"passed","time":{"start":1728055114811,"stop":1728055114812,"duration":1}},{"uid":"7585ca6c38596d52","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7585ca6c38596d52","status":"passed","time":{"start":1728054093599,"stop":1728054093599,"duration":0}},{"uid":"da196532b0043d0e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/da196532b0043d0e","status":"passed","time":{"start":1728052371185,"stop":1728052371185,"duration":0}},{"uid":"2bc8a1cfb8273f7f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2bc8a1cfb8273f7f","status":"passed","time":{"start":1728046051723,"stop":1728046051723,"duration":0}},{"uid":"2e8f2eb8d309fe70","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2e8f2eb8d309fe70","status":"passed","time":{"start":1728046837809,"stop":1728046837810,"duration":1}},{"uid":"6e9ad78e12b55ac7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6e9ad78e12b55ac7","status":"passed","time":{"start":1728042907582,"stop":1728042907582,"duration":0}},{"uid":"1eba7f1d86728fde","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1eba7f1d86728fde","status":"passed","time":{"start":1728035469883,"stop":1728035469883,"duration":0}},{"uid":"ecb44c7296b416a1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ecb44c7296b416a1","status":"passed","time":{"start":1728033386392,"stop":1728033386392,"duration":0}}]},"8ba5dfe14c627b10e68ea3d5c2135b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"738f11792920fdf","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/738f11792920fdf","status":"passed","time":{"start":1728069309215,"stop":1728069309216,"duration":1}}]},"44b982e6fd5084b238f87bb4e16e5688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"40a2e3171775891f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/40a2e3171775891f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728048050528,"stop":1728048050528,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"885466a39ddc34e0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/885466a39ddc34e0","status":"passed","time":{"start":1728085872743,"stop":1728085872743,"duration":0}},{"uid":"b4765b7cf6290b49","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b4765b7cf6290b49","status":"passed","time":{"start":1728084885253,"stop":1728084885253,"duration":0}},{"uid":"16eeab2e9a97546b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/16eeab2e9a97546b","status":"passed","time":{"start":1728083752743,"stop":1728083752743,"duration":0}},{"uid":"c2013b9ad25b65b5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c2013b9ad25b65b5","status":"passed","time":{"start":1728082815934,"stop":1728082815934,"duration":0}},{"uid":"2fd261759bd2f0ff","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2fd261759bd2f0ff","status":"passed","time":{"start":1728082147999,"stop":1728082147999,"duration":0}},{"uid":"f4c9f887e26f06bb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f4c9f887e26f06bb","status":"passed","time":{"start":1728068916842,"stop":1728068916847,"duration":5}},{"uid":"f50c14f49b3ab703","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f50c14f49b3ab703","status":"passed","time":{"start":1728067793137,"stop":1728067793137,"duration":0}},{"uid":"9a70d003c1305148","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9a70d003c1305148","status":"passed","time":{"start":1728065639904,"stop":1728065639904,"duration":0}},{"uid":"1de3b77a58cfd2bf","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1de3b77a58cfd2bf","status":"passed","time":{"start":1728065929474,"stop":1728065929474,"duration":0}},{"uid":"8ac4e87e3b0db5af","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8ac4e87e3b0db5af","status":"passed","time":{"start":1728056820058,"stop":1728056820058,"duration":0}},{"uid":"bbd7e0e3e0eb68b5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bbd7e0e3e0eb68b5","status":"passed","time":{"start":1728055991706,"stop":1728055991706,"duration":0}},{"uid":"615aedd9d975abc1","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/615aedd9d975abc1","status":"passed","time":{"start":1728056312126,"stop":1728056312130,"duration":4}},{"uid":"e32d74fd65070cfb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e32d74fd65070cfb","status":"passed","time":{"start":1728055123415,"stop":1728055123416,"duration":1}},{"uid":"3dcf0dc42b0720e8","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3dcf0dc42b0720e8","status":"passed","time":{"start":1728054102196,"stop":1728054102200,"duration":4}},{"uid":"aefe28310b460cc3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/aefe28310b460cc3","status":"passed","time":{"start":1728052379789,"stop":1728052379789,"duration":0}},{"uid":"f01d9588016f9ed8","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f01d9588016f9ed8","status":"passed","time":{"start":1728046060553,"stop":1728046060553,"duration":0}},{"uid":"fc09d0939d5fc5fb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fc09d0939d5fc5fb","status":"passed","time":{"start":1728046846362,"stop":1728046846362,"duration":0}},{"uid":"da9a8163c902e8f8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/da9a8163c902e8f8","status":"passed","time":{"start":1728042916069,"stop":1728042916070,"duration":1}},{"uid":"c1851e76d35b4113","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c1851e76d35b4113","status":"passed","time":{"start":1728035478728,"stop":1728035478731,"duration":3}},{"uid":"f23ec319f98acb8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f23ec319f98acb8","status":"passed","time":{"start":1728033395129,"stop":1728033395134,"duration":5}}]},"e11c7f464fbe327d8024bc395a2a4050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"601d3cd379053b3a","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/601d3cd379053b3a","status":"passed","time":{"start":1728033444791,"stop":1728033444791,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":15,"unknown":0,"total":17},"items":[{"uid":"7c9cf071739e6814","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c9cf071739e6814","status":"passed","time":{"start":1728085966219,"stop":1728085966219,"duration":0}},{"uid":"1c1984a11b4fb25e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1c1984a11b4fb25e","status":"passed","time":{"start":1728084983081,"stop":1728084983081,"duration":0}},{"uid":"8878e6bd15630a0c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8878e6bd15630a0c","status":"passed","time":{"start":1728083842842,"stop":1728083842842,"duration":0}},{"uid":"c1257b9ee3874c6f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c1257b9ee3874c6f","status":"passed","time":{"start":1728082916506,"stop":1728082916506,"duration":0}},{"uid":"63bc4f7940e5306","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/63bc4f7940e5306","status":"passed","time":{"start":1728082241796,"stop":1728082241796,"duration":0}},{"uid":"e5d38e1b4279849b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5d38e1b4279849b","status":"passed","time":{"start":1728069013706,"stop":1728069013707,"duration":1}},{"uid":"91bdc60737a744fb","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/91bdc60737a744fb","status":"passed","time":{"start":1728067876054,"stop":1728067876054,"duration":0}},{"uid":"f20ec8b1a9cc9907","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/f20ec8b1a9cc9907","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728056529729,"stop":1728056529729,"duration":0}},{"uid":"2b532d3c18335412","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2b532d3c18335412","status":"passed","time":{"start":1728054321006,"stop":1728054321006,"duration":0}},{"uid":"50bdf160b15ab9ad","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/50bdf160b15ab9ad","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728047065361,"stop":1728047065361,"duration":0}},{"uid":"14f32e462e3437cc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/14f32e462e3437cc","status":"passed","time":{"start":1728043011840,"stop":1728043011842,"duration":2}},{"uid":"4ffad975dfd51caf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4ffad975dfd51caf","status":"passed","time":{"start":1728035574558,"stop":1728035574558,"duration":0}},{"uid":"b7614fc068543266","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b7614fc068543266","status":"passed","time":{"start":1728033489603,"stop":1728033489603,"duration":0}},{"uid":"e061b2d6060df90","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e061b2d6060df90","status":"passed","time":{"start":1728033115391,"stop":1728033115391,"duration":0}},{"uid":"5ba06a1cc80f1703","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5ba06a1cc80f1703","status":"passed","time":{"start":1728032689249,"stop":1728032689252,"duration":3}},{"uid":"d1d6ee052b935051","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d1d6ee052b935051","status":"passed","time":{"start":1728032323474,"stop":1728032323474,"duration":0}},{"uid":"55f657de34a3f061","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/55f657de34a3f061","status":"passed","time":{"start":1728032042537,"stop":1728032042538,"duration":1}}]},"44737e31e559325d0f1eabb40cee7437:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f45ce2925553ed0e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f45ce2925553ed0e","status":"passed","time":{"start":1728082441023,"stop":1728082441024,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"6492489c7d81324e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6492489c7d81324e","status":"passed","time":{"start":1728086260316,"stop":1728086260316,"duration":0}},{"uid":"1bbce035df30f4d5","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1bbce035df30f4d5","status":"passed","time":{"start":1728085269085,"stop":1728085269085,"duration":0}},{"uid":"e8a46ce30a253f12","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e8a46ce30a253f12","status":"passed","time":{"start":1728069312638,"stop":1728069312639,"duration":1}},{"uid":"aeac21a56b83fc78","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/aeac21a56b83fc78","status":"passed","time":{"start":1728046423448,"stop":1728046423450,"duration":2}},{"uid":"4b68e4f3910dfb08","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4b68e4f3910dfb08","status":"passed","time":{"start":1728043297184,"stop":1728043297184,"duration":0}},{"uid":"df2576aba70dbeb3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/df2576aba70dbeb3","status":"passed","time":{"start":1728035880161,"stop":1728035880161,"duration":0}},{"uid":"7829757442b3df7e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7829757442b3df7e","status":"passed","time":{"start":1728033788834,"stop":1728033788834,"duration":0}},{"uid":"745c201bb02360f2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/745c201bb02360f2","status":"passed","time":{"start":1728033423645,"stop":1728033423647,"duration":2}},{"uid":"e79d7827b29f008b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e79d7827b29f008b","status":"passed","time":{"start":1728032985145,"stop":1728032985146,"duration":1}},{"uid":"5c75070a2fb9ac9c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5c75070a2fb9ac9c","status":"passed","time":{"start":1728032614950,"stop":1728032614951,"duration":1}},{"uid":"f6944cbbcba1c3ff","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f6944cbbcba1c3ff","status":"passed","time":{"start":1728032348381,"stop":1728032348382,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f10636983dffe75f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f10636983dffe75f","status":"passed","time":{"start":1728085966222,"stop":1728085966223,"duration":1}},{"uid":"473c6486d3523754","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/473c6486d3523754","status":"passed","time":{"start":1728084983082,"stop":1728084983083,"duration":1}},{"uid":"fd14fbabe4a94851","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/fd14fbabe4a94851","status":"passed","time":{"start":1728083842844,"stop":1728083842844,"duration":0}},{"uid":"142eea34468b14ad","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/142eea34468b14ad","status":"passed","time":{"start":1728082916510,"stop":1728082916511,"duration":1}},{"uid":"cac5634d87669cb8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/cac5634d87669cb8","status":"passed","time":{"start":1728082241800,"stop":1728082241801,"duration":1}},{"uid":"ab367352eb587207","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ab367352eb587207","status":"passed","time":{"start":1728069013707,"stop":1728069013708,"duration":1}},{"uid":"a1727c37dd05d3bf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a1727c37dd05d3bf","status":"passed","time":{"start":1728067876054,"stop":1728067876055,"duration":1}},{"uid":"d4951971225608a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d4951971225608a","status":"passed","time":{"start":1728043011843,"stop":1728043011845,"duration":2}},{"uid":"45554b711a524a40","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/45554b711a524a40","status":"passed","time":{"start":1728035574559,"stop":1728035574559,"duration":0}},{"uid":"f1cc6a6fb7277279","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f1cc6a6fb7277279","status":"passed","time":{"start":1728033489604,"stop":1728033489604,"duration":0}},{"uid":"36abd60f270383d0","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/36abd60f270383d0","status":"passed","time":{"start":1728033115392,"stop":1728033115392,"duration":0}},{"uid":"9c22b9bcaceb2c03","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9c22b9bcaceb2c03","status":"passed","time":{"start":1728032689253,"stop":1728032689253,"duration":0}},{"uid":"f63cce77d6cee960","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f63cce77d6cee960","status":"passed","time":{"start":1728032323483,"stop":1728032323487,"duration":4}},{"uid":"9e8a8da740c6a88d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/9e8a8da740c6a88d","status":"passed","time":{"start":1728032042538,"stop":1728032042539,"duration":1}}]},"2d86932388ce631f96ff0e31e787f1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c6b3694e7ec7c31","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5c6b3694e7ec7c31","status":"passed","time":{"start":1728032252767,"stop":1728032252767,"duration":0}}]},"44063f60ca12e0106635f885aa363357:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e68edf45259c164c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e68edf45259c164c","status":"passed","time":{"start":1728043238298,"stop":1728043238299,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"503b0d93fcc3cffd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/503b0d93fcc3cffd","status":"passed","time":{"start":1728086188762,"stop":1728086188763,"duration":1}},{"uid":"57830d83aff0609b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/57830d83aff0609b","status":"passed","time":{"start":1728085201206,"stop":1728085201207,"duration":1}},{"uid":"da08e6d5cc643a5e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/da08e6d5cc643a5e","status":"passed","time":{"start":1728084009856,"stop":1728084009860,"duration":4}},{"uid":"96a0cea63bf4555c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/96a0cea63bf4555c","status":"passed","time":{"start":1728083072489,"stop":1728083072490,"duration":1}},{"uid":"c3c7a27cefa24502","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c3c7a27cefa24502","status":"passed","time":{"start":1728082388851,"stop":1728082388853,"duration":2}},{"uid":"daf47f81e81a21cb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/daf47f81e81a21cb","status":"passed","time":{"start":1728069236311,"stop":1728069236312,"duration":1}},{"uid":"2c5e0689b206b256","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2c5e0689b206b256","status":"passed","time":{"start":1728068029087,"stop":1728068029089,"duration":2}},{"uid":"f6882a097e889311","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f6882a097e889311","status":"passed","time":{"start":1728066048220,"stop":1728066048220,"duration":0}},{"uid":"6a2f04d563df2d76","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6a2f04d563df2d76","status":"passed","time":{"start":1728066337080,"stop":1728066337080,"duration":0}},{"uid":"12deacfc68e00719","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/12deacfc68e00719","status":"passed","time":{"start":1728057196026,"stop":1728057196027,"duration":1}},{"uid":"960597b443ec9fe","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/960597b443ec9fe","status":"passed","time":{"start":1728056293352,"stop":1728056293354,"duration":2}},{"uid":"e79837442d1549f8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e79837442d1549f8","status":"passed","time":{"start":1728056720077,"stop":1728056720077,"duration":0}},{"uid":"278727533094eebf","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/278727533094eebf","status":"passed","time":{"start":1728052598891,"stop":1728052598892,"duration":1}},{"uid":"196cbcb29d470570","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/196cbcb29d470570","status":"passed","time":{"start":1728046437944,"stop":1728046437944,"duration":0}},{"uid":"34f1fd93ea63caee","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/34f1fd93ea63caee","status":"passed","time":{"start":1728047253039,"stop":1728047253040,"duration":1}},{"uid":"6d1f4d3a1a649ffa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6d1f4d3a1a649ffa","status":"passed","time":{"start":1728043222211,"stop":1728043222212,"duration":1}},{"uid":"222190ab31dc45c1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/222190ab31dc45c1","status":"passed","time":{"start":1728035865409,"stop":1728035865409,"duration":0}},{"uid":"1be6adbc8b13cab","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1be6adbc8b13cab","status":"passed","time":{"start":1728033783296,"stop":1728033783296,"duration":0}},{"uid":"32dc6199e8cd4fc2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/32dc6199e8cd4fc2","status":"passed","time":{"start":1728033401168,"stop":1728033401168,"duration":0}},{"uid":"22075c3b2b320256","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/22075c3b2b320256","status":"passed","time":{"start":1728032904056,"stop":1728032904068,"duration":12}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a5a22c93dcd4b34","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a5a22c93dcd4b34","status":"passed","time":{"start":1728085887351,"stop":1728085887352,"duration":1}},{"uid":"99cf8a849bcd65d0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/99cf8a849bcd65d0","status":"passed","time":{"start":1728084900622,"stop":1728084900622,"duration":0}},{"uid":"bd0263bd5ef7d8e0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/bd0263bd5ef7d8e0","status":"passed","time":{"start":1728083767563,"stop":1728083767563,"duration":0}},{"uid":"ca00e053985ee02c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ca00e053985ee02c","status":"passed","time":{"start":1728082830871,"stop":1728082830872,"duration":1}},{"uid":"6a612c25b358efd2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6a612c25b358efd2","status":"passed","time":{"start":1728082162768,"stop":1728082162769,"duration":1}},{"uid":"3dfa4c62849d605b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3dfa4c62849d605b","status":"passed","time":{"start":1728068931766,"stop":1728068931767,"duration":1}},{"uid":"4853468d4138d870","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4853468d4138d870","status":"passed","time":{"start":1728067807820,"stop":1728067807820,"duration":0}},{"uid":"6d18abea95418695","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6d18abea95418695","status":"passed","time":{"start":1728065654475,"stop":1728065654475,"duration":0}},{"uid":"4471cc02d00d9569","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4471cc02d00d9569","status":"passed","time":{"start":1728065944063,"stop":1728065944065,"duration":2}},{"uid":"2d345b887e2c0ff3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2d345b887e2c0ff3","status":"passed","time":{"start":1728056834604,"stop":1728056834605,"duration":1}},{"uid":"935290da6b596f85","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/935290da6b596f85","status":"passed","time":{"start":1728056006538,"stop":1728056006539,"duration":1}},{"uid":"b6de0f4fdeec623f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b6de0f4fdeec623f","status":"passed","time":{"start":1728056326757,"stop":1728056326758,"duration":1}},{"uid":"165d0586096aec79","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/165d0586096aec79","status":"passed","time":{"start":1728055138282,"stop":1728055138283,"duration":1}},{"uid":"6f3c84239adb1a1f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6f3c84239adb1a1f","status":"passed","time":{"start":1728054117307,"stop":1728054117307,"duration":0}},{"uid":"98b71cd6ac89a655","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/98b71cd6ac89a655","status":"passed","time":{"start":1728052394669,"stop":1728052394670,"duration":1}},{"uid":"ae39ae65e987fb73","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ae39ae65e987fb73","status":"passed","time":{"start":1728046075861,"stop":1728046075861,"duration":0}},{"uid":"6359eae8388adad6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6359eae8388adad6","status":"passed","time":{"start":1728046861034,"stop":1728046861034,"duration":0}},{"uid":"a6e8b30feb757737","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a6e8b30feb757737","status":"passed","time":{"start":1728042930663,"stop":1728042930664,"duration":1}},{"uid":"6fc26b52e0ab926a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6fc26b52e0ab926a","status":"passed","time":{"start":1728035493954,"stop":1728035493954,"duration":0}},{"uid":"e66c0c75b3bcf46a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e66c0c75b3bcf46a","status":"passed","time":{"start":1728033410516,"stop":1728033410517,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7dd54ab5db77aea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b7dd54ab5db77aea","status":"passed","time":{"start":1728086171706,"stop":1728086171706,"duration":0}},{"uid":"d772d2908754630b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d772d2908754630b","status":"passed","time":{"start":1728085184694,"stop":1728085184696,"duration":2}},{"uid":"9cbe8e4f6e4e353d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9cbe8e4f6e4e353d","status":"passed","time":{"start":1728084018360,"stop":1728084018360,"duration":0}},{"uid":"33147f5f809050","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/33147f5f809050","status":"passed","time":{"start":1728083065678,"stop":1728083065679,"duration":1}},{"uid":"e206b8fb29f50f13","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e206b8fb29f50f13","status":"passed","time":{"start":1728069218838,"stop":1728069218838,"duration":0}},{"uid":"a129edd515655767","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a129edd515655767","status":"passed","time":{"start":1728046261833,"stop":1728046261834,"duration":1}},{"uid":"c47444c3d866ec76","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c47444c3d866ec76","status":"passed","time":{"start":1728043204114,"stop":1728043204115,"duration":1}},{"uid":"2b8aaefad74823a9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2b8aaefad74823a9","status":"passed","time":{"start":1728035785878,"stop":1728035785878,"duration":0}},{"uid":"da0c0df39eb91807","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/da0c0df39eb91807","status":"passed","time":{"start":1728033696354,"stop":1728033696355,"duration":1}},{"uid":"61ea3c42926c8b3c","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/61ea3c42926c8b3c","status":"passed","time":{"start":1728033319496,"stop":1728033319496,"duration":0}},{"uid":"65014905e62ddc45","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/65014905e62ddc45","status":"passed","time":{"start":1728032886558,"stop":1728032886558,"duration":0}},{"uid":"8e7c9366e80dfa3d","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8e7c9366e80dfa3d","status":"passed","time":{"start":1728032520649,"stop":1728032520651,"duration":2}},{"uid":"5367b85d5b97f9a6","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5367b85d5b97f9a6","status":"passed","time":{"start":1728032252778,"stop":1728032252778,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"74815f363408001e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/74815f363408001e","status":"passed","time":{"start":1728086033907,"stop":1728086033907,"duration":0}},{"uid":"b6aa0dcb537d8aae","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b6aa0dcb537d8aae","status":"passed","time":{"start":1728085047251,"stop":1728085047252,"duration":1}},{"uid":"7bece5f4036b7093","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7bece5f4036b7093","status":"passed","time":{"start":1728083902776,"stop":1728083902776,"duration":0}},{"uid":"86bff01dfed852f0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/86bff01dfed852f0","status":"passed","time":{"start":1728082961515,"stop":1728082961515,"duration":0}},{"uid":"b646c7f8f9f055e2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b646c7f8f9f055e2","status":"passed","time":{"start":1728082284030,"stop":1728082284030,"duration":0}},{"uid":"6250469c9ead53a2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6250469c9ead53a2","status":"passed","time":{"start":1728069082665,"stop":1728069082668,"duration":3}},{"uid":"23590adeea1776b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/23590adeea1776b","status":"passed","time":{"start":1728067941392,"stop":1728067941392,"duration":0}},{"uid":"58e18598de2f94d6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/58e18598de2f94d6","status":"passed","time":{"start":1728066171571,"stop":1728066171571,"duration":0}},{"uid":"515bc162142eec2b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/515bc162142eec2b","status":"passed","time":{"start":1728066512888,"stop":1728066512888,"duration":0}},{"uid":"ea7398ee1aeefba2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ea7398ee1aeefba2","status":"passed","time":{"start":1728057355632,"stop":1728057355633,"duration":1}},{"uid":"7c86c04d37651dd","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7c86c04d37651dd","status":"passed","time":{"start":1728056563508,"stop":1728056563508,"duration":0}},{"uid":"9d97c784f6691ccb","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9d97c784f6691ccb","status":"passed","time":{"start":1728056935472,"stop":1728056935472,"duration":0}},{"uid":"6d0a65048aab4938","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6d0a65048aab4938","status":"passed","time":{"start":1728055614341,"stop":1728055614341,"duration":0}},{"uid":"ee8c87658c4b1259","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ee8c87658c4b1259","status":"passed","time":{"start":1728054752365,"stop":1728054752365,"duration":0}},{"uid":"7c9ef0e0b755dde6","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7c9ef0e0b755dde6","status":"passed","time":{"start":1728052861020,"stop":1728052861020,"duration":0}},{"uid":"7e823a8ef809a06c","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7e823a8ef809a06c","status":"passed","time":{"start":1728046783423,"stop":1728046783425,"duration":2}},{"uid":"1b62f1906173a5bf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1b62f1906173a5bf","status":"passed","time":{"start":1728047429496,"stop":1728047429497,"duration":1}},{"uid":"b0ef23cdd070262e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b0ef23cdd070262e","status":"passed","time":{"start":1728043084148,"stop":1728043084148,"duration":0}},{"uid":"9fc3027768f28555","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9fc3027768f28555","status":"passed","time":{"start":1728035601394,"stop":1728035601394,"duration":0}},{"uid":"32916025f5c7b6e4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/32916025f5c7b6e4","status":"passed","time":{"start":1728033520544,"stop":1728033520548,"duration":4}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"119f86a59c70c172","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/119f86a59c70c172","status":"passed","time":{"start":1728086033921,"stop":1728086033921,"duration":0}},{"uid":"c699a29547cf2cc6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c699a29547cf2cc6","status":"passed","time":{"start":1728085047256,"stop":1728085047257,"duration":1}},{"uid":"a1c9ffbf0e72620d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a1c9ffbf0e72620d","status":"passed","time":{"start":1728083902780,"stop":1728083902780,"duration":0}},{"uid":"17517565f6b4ef82","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/17517565f6b4ef82","status":"passed","time":{"start":1728082961525,"stop":1728082961526,"duration":1}},{"uid":"eb6f1e033a1652e3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/eb6f1e033a1652e3","status":"passed","time":{"start":1728082284034,"stop":1728082284035,"duration":1}},{"uid":"6bf832a67b6bc92f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6bf832a67b6bc92f","status":"passed","time":{"start":1728069082681,"stop":1728069082682,"duration":1}},{"uid":"3f3ca4cee9231c05","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3f3ca4cee9231c05","status":"passed","time":{"start":1728067941397,"stop":1728067941398,"duration":1}},{"uid":"2d7054511709d715","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2d7054511709d715","status":"passed","time":{"start":1728066171575,"stop":1728066171575,"duration":0}},{"uid":"f94c28bda8616e4a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f94c28bda8616e4a","status":"passed","time":{"start":1728066512893,"stop":1728066512894,"duration":1}},{"uid":"46c37693d281df56","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/46c37693d281df56","status":"passed","time":{"start":1728057355639,"stop":1728057355640,"duration":1}},{"uid":"db102cf73df13066","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/db102cf73df13066","status":"passed","time":{"start":1728056563512,"stop":1728056563512,"duration":0}},{"uid":"3a4a51ba9aa81236","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3a4a51ba9aa81236","status":"passed","time":{"start":1728056935477,"stop":1728056935477,"duration":0}},{"uid":"74baa1cfad2a8732","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/74baa1cfad2a8732","status":"passed","time":{"start":1728055614344,"stop":1728055614345,"duration":1}},{"uid":"fc8495538fd09f40","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/fc8495538fd09f40","status":"passed","time":{"start":1728054752368,"stop":1728054752368,"duration":0}},{"uid":"51057b88434fb7e9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/51057b88434fb7e9","status":"passed","time":{"start":1728052861024,"stop":1728052861024,"duration":0}},{"uid":"6a404c1c6fd78a63","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6a404c1c6fd78a63","status":"passed","time":{"start":1728046783429,"stop":1728046783429,"duration":0}},{"uid":"1fafafc047f6ec50","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1fafafc047f6ec50","status":"passed","time":{"start":1728047429501,"stop":1728047429501,"duration":0}},{"uid":"59dd365411a28e6e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/59dd365411a28e6e","status":"passed","time":{"start":1728043084156,"stop":1728043084156,"duration":0}},{"uid":"983b760926ead217","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/983b760926ead217","status":"passed","time":{"start":1728035601401,"stop":1728035601401,"duration":0}},{"uid":"76c7d83608cc81ac","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/76c7d83608cc81ac","status":"passed","time":{"start":1728033520568,"stop":1728033520570,"duration":2}}]},"088ad41e7cfbe38e8a4870b0d242d1eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d163c8cdc0bcf3f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/5d163c8cdc0bcf3f","status":"passed","time":{"start":1728055761105,"stop":1728055761105,"duration":0}}]},"d801156d154cada8767d0c94729066dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e106356665aad2f9","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/e106356665aad2f9","status":"passed","time":{"start":1728056619532,"stop":1728056619532,"duration":0}}]},"4dfb8982227d27f52c61eae46de14386:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9e7ff9c85ad1d95","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d9e7ff9c85ad1d95","status":"passed","time":{"start":1728032755537,"stop":1728032755539,"duration":2}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"207b38473a88824e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/207b38473a88824e","status":"passed","time":{"start":1728086033921,"stop":1728086033922,"duration":1}},{"uid":"e04babda8d0e48cc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e04babda8d0e48cc","status":"passed","time":{"start":1728085047261,"stop":1728085047262,"duration":1}},{"uid":"1f6d48065a49dd0d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1f6d48065a49dd0d","status":"passed","time":{"start":1728083902781,"stop":1728083902781,"duration":0}},{"uid":"7afe50150b8fb977","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7afe50150b8fb977","status":"passed","time":{"start":1728082961527,"stop":1728082961527,"duration":0}},{"uid":"aeb46474c607e075","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/aeb46474c607e075","status":"passed","time":{"start":1728082284035,"stop":1728082284035,"duration":0}},{"uid":"d5807004d952b845","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d5807004d952b845","status":"passed","time":{"start":1728069082683,"stop":1728069082683,"duration":0}},{"uid":"e783a2a325ddbbb8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e783a2a325ddbbb8","status":"passed","time":{"start":1728067941398,"stop":1728067941399,"duration":1}},{"uid":"88e1af3622b7973f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/88e1af3622b7973f","status":"passed","time":{"start":1728066171576,"stop":1728066171576,"duration":0}},{"uid":"3b44a502ceb1d062","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/3b44a502ceb1d062","status":"passed","time":{"start":1728066512894,"stop":1728066512895,"duration":1}},{"uid":"d242bee2dc73f3d7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d242bee2dc73f3d7","status":"passed","time":{"start":1728057355642,"stop":1728057355643,"duration":1}},{"uid":"f185c4251a282915","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f185c4251a282915","status":"passed","time":{"start":1728056563513,"stop":1728056563513,"duration":0}},{"uid":"a0d6b459cf345997","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a0d6b459cf345997","status":"passed","time":{"start":1728056935478,"stop":1728056935478,"duration":0}},{"uid":"8ea9bd9cf0f4d6c3","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8ea9bd9cf0f4d6c3","status":"passed","time":{"start":1728055614345,"stop":1728055614345,"duration":0}},{"uid":"81ad354772862495","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/81ad354772862495","status":"passed","time":{"start":1728054752369,"stop":1728054752369,"duration":0}},{"uid":"a3155a582c17b7c8","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a3155a582c17b7c8","status":"passed","time":{"start":1728052861025,"stop":1728052861025,"duration":0}},{"uid":"5231d247748a2b91","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5231d247748a2b91","status":"passed","time":{"start":1728046783430,"stop":1728046783430,"duration":0}},{"uid":"d317d69836644074","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d317d69836644074","status":"passed","time":{"start":1728047429501,"stop":1728047429502,"duration":1}},{"uid":"15a699be70db6039","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15a699be70db6039","status":"passed","time":{"start":1728043084157,"stop":1728043084157,"duration":0}},{"uid":"f0e956dc3cb22e45","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f0e956dc3cb22e45","status":"passed","time":{"start":1728035601402,"stop":1728035601402,"duration":0}},{"uid":"d206f888760c1bdd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d206f888760c1bdd","status":"passed","time":{"start":1728033520570,"stop":1728033520571,"duration":1}}]},"20190ad408e53e47ea38ae3d5203d6b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb843ef5fcdfd1ef","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fb843ef5fcdfd1ef","status":"passed","time":{"start":1728043204121,"stop":1728043204121,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e31876f9c140ee4f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e31876f9c140ee4f","status":"passed","time":{"start":1728086056632,"stop":1728086056632,"duration":0}},{"uid":"21ffdb5d74361866","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/21ffdb5d74361866","status":"passed","time":{"start":1728085073701,"stop":1728085073701,"duration":0}},{"uid":"713d78ebd0b0d989","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/713d78ebd0b0d989","status":"passed","time":{"start":1728083925368,"stop":1728083925368,"duration":0}},{"uid":"e5804c31b6156862","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5804c31b6156862","status":"passed","time":{"start":1728069104868,"stop":1728069104869,"duration":1}},{"uid":"29d8d6e1f0a93ee0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/29d8d6e1f0a93ee0","status":"passed","time":{"start":1728046256204,"stop":1728046256205,"duration":1}},{"uid":"e22301dc91e731a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e22301dc91e731a","status":"passed","time":{"start":1728043096713,"stop":1728043096713,"duration":0}},{"uid":"c5bc59d0c023cb69","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c5bc59d0c023cb69","status":"passed","time":{"start":1728035661747,"stop":1728035661749,"duration":2}},{"uid":"2c18599e8323ff77","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2c18599e8323ff77","status":"passed","time":{"start":1728033580617,"stop":1728033580618,"duration":1}},{"uid":"afaa6d329e538741","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/afaa6d329e538741","status":"passed","time":{"start":1728033205590,"stop":1728033205591,"duration":1}},{"uid":"9547e3e4d8108812","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9547e3e4d8108812","status":"passed","time":{"start":1728032779642,"stop":1728032779642,"duration":0}},{"uid":"6c0c0f7a1bcfaef","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6c0c0f7a1bcfaef","status":"passed","time":{"start":1728032408506,"stop":1728032408507,"duration":1}},{"uid":"4030999a6c3775f7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4030999a6c3775f7","status":"passed","time":{"start":1728032131461,"stop":1728032131461,"duration":0}}]},"aad37ab27dc78ddade3715b20479fde5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bec8672961c950a4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bec8672961c950a4","status":"passed","time":{"start":1728035911089,"stop":1728035911089,"duration":0}}]},"65083e3b57a6a7996eb74b5109d4c575:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"606227607092cc5d","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/606227607092cc5d","status":"passed","time":{"start":1728057124851,"stop":1728057124852,"duration":1}}]},"3ee48403f87848d1b59a57a9ced8a2f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d5834f554a722c4","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/7d5834f554a722c4","status":"passed","time":{"start":1728032252780,"stop":1728032252780,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"9b9f36340d16e36c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b9f36340d16e36c","status":"passed","time":{"start":1728086207920,"stop":1728086207921,"duration":1}},{"uid":"efc29d7be75ccb39","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/efc29d7be75ccb39","status":"passed","time":{"start":1728085227796,"stop":1728085227798,"duration":2}},{"uid":"ff7cac10a48b0985","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ff7cac10a48b0985","status":"passed","time":{"start":1728084031095,"stop":1728084031095,"duration":0}},{"uid":"344a3621758a32eb","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/344a3621758a32eb","status":"passed","time":{"start":1728083085069,"stop":1728083085069,"duration":0}},{"uid":"384465484441a8d3","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/384465484441a8d3","status":"passed","time":{"start":1728082402964,"stop":1728082402964,"duration":0}},{"uid":"49aea8aa4eaf42a3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/49aea8aa4eaf42a3","status":"passed","time":{"start":1728069256726,"stop":1728069256726,"duration":0}},{"uid":"ea42c5a3209b6df6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ea42c5a3209b6df6","status":"passed","time":{"start":1728068039051,"stop":1728068039051,"duration":0}},{"uid":"6ba348e7fe7e64","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ba348e7fe7e64","status":"passed","time":{"start":1728066054981,"stop":1728066054981,"duration":0}},{"uid":"2af5760ca3c05301","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2af5760ca3c05301","status":"passed","time":{"start":1728066345499,"stop":1728066345499,"duration":0}},{"uid":"965a1e445cd14a16","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/965a1e445cd14a16","status":"passed","time":{"start":1728057218521,"stop":1728057218521,"duration":0}},{"uid":"43bfbed6c75ad02d","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/43bfbed6c75ad02d","status":"passed","time":{"start":1728056313104,"stop":1728056313104,"duration":0}},{"uid":"dc36eb3a4f795d73","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dc36eb3a4f795d73","status":"passed","time":{"start":1728056731790,"stop":1728056731791,"duration":1}},{"uid":"c9f2f95ba9575a2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c9f2f95ba9575a2","status":"passed","time":{"start":1728052615135,"stop":1728052615136,"duration":1}},{"uid":"b859e9494c5156fc","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b859e9494c5156fc","status":"passed","time":{"start":1728046456509,"stop":1728046456510,"duration":1}},{"uid":"68d1d14571634873","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/68d1d14571634873","status":"passed","time":{"start":1728047262766,"stop":1728047262766,"duration":0}},{"uid":"e96db60d654eebb1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e96db60d654eebb1","status":"passed","time":{"start":1728043245062,"stop":1728043245062,"duration":0}},{"uid":"a7d082b9d8f7a277","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a7d082b9d8f7a277","status":"passed","time":{"start":1728035876573,"stop":1728035876573,"duration":0}},{"uid":"2b27dfaddab415b6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2b27dfaddab415b6","status":"passed","time":{"start":1728033795273,"stop":1728033795273,"duration":0}},{"uid":"fe35e43e490c0cd4","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fe35e43e490c0cd4","status":"passed","time":{"start":1728033412134,"stop":1728033412134,"duration":0}},{"uid":"fc112566ab80b6c1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/fc112566ab80b6c1","status":"passed","time":{"start":1728032929723,"stop":1728032929723,"duration":0}}]},"21581901e072d5fc0e6ac6787a91942c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"de55eff6f2f637f6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/de55eff6f2f637f6","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728066313099,"stop":1728066313100,"duration":1}}]},"951df3cf59f63df2f47c8e2184b46ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbff5efce855d717","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cbff5efce855d717","status":"passed","time":{"start":1728069281356,"stop":1728069281357,"duration":1}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":10,"skipped":0,"passed":11,"unknown":0,"total":21},"items":[{"uid":"aed9cd5542c19d29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aed9cd5542c19d29","status":"passed","time":{"start":1728086033874,"stop":1728086033875,"duration":1}},{"uid":"403212f63c46fd74","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/403212f63c46fd74","status":"passed","time":{"start":1728085047238,"stop":1728085047239,"duration":1}},{"uid":"3e65b5aa0a23d613","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3e65b5aa0a23d613","status":"passed","time":{"start":1728083902760,"stop":1728083902761,"duration":1}},{"uid":"5da2b98cd8371c18","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/5da2b98cd8371c18","status":"passed","time":{"start":1728082961490,"stop":1728082961490,"duration":0}},{"uid":"e7937ca8f4a5becb","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e7937ca8f4a5becb","status":"passed","time":{"start":1728082284019,"stop":1728082284019,"duration":0}},{"uid":"3fc2c27dd06d6709","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3fc2c27dd06d6709","status":"passed","time":{"start":1728069082624,"stop":1728069082625,"duration":1}},{"uid":"55754864acc31053","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/55754864acc31053","status":"passed","time":{"start":1728067941378,"stop":1728067941378,"duration":0}},{"uid":"38cae70abd4059c7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/38cae70abd4059c7","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066171559,"stop":1728066171559,"duration":0}},{"uid":"64da5cc14981281d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/64da5cc14981281d","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728066512874,"stop":1728066512874,"duration":0}},{"uid":"681f0688ff2db703","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/681f0688ff2db703","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728057355622,"stop":1728057355622,"duration":0}},{"uid":"3cf78a730487a6be","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3cf78a730487a6be","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056563492,"stop":1728056563493,"duration":1}},{"uid":"622e410298c82bf2","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/622e410298c82bf2","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728056935460,"stop":1728056935460,"duration":0}},{"uid":"e285ab3b85f29d72","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e285ab3b85f29d72","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728055614331,"stop":1728055614332,"duration":1}},{"uid":"f54d341ec82aaec1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f54d341ec82aaec1","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728054752356,"stop":1728054752356,"duration":0}},{"uid":"6a614e80494dc78b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/6a614e80494dc78b","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728052861010,"stop":1728052861010,"duration":0}},{"uid":"ff7a89d6647ad847","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ff7a89d6647ad847","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728046783409,"stop":1728046783409,"duration":0}},{"uid":"afbefc10d0ec9dfb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/afbefc10d0ec9dfb","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728047429485,"stop":1728047429485,"duration":0}},{"uid":"1d09c2842037e135","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1d09c2842037e135","status":"passed","time":{"start":1728043084129,"stop":1728043084129,"duration":0}},{"uid":"f46dabe3fd2a460c","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f46dabe3fd2a460c","status":"passed","time":{"start":1728032746170,"stop":1728032746175,"duration":5}},{"uid":"d476630f8d82899","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d476630f8d82899","status":"passed","time":{"start":1728032390178,"stop":1728032390178,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"46ebafcf4da1c5b2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46ebafcf4da1c5b2","status":"passed","time":{"start":1728086203116,"stop":1728086203117,"duration":1}},{"uid":"1ea44b879489d8da","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1ea44b879489d8da","status":"passed","time":{"start":1728085221331,"stop":1728085221331,"duration":0}},{"uid":"b89a325d0b27ca3a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b89a325d0b27ca3a","status":"passed","time":{"start":1728084029172,"stop":1728084029172,"duration":0}},{"uid":"da81e4705e32eb27","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/da81e4705e32eb27","status":"passed","time":{"start":1728083082997,"stop":1728083082998,"duration":1}},{"uid":"988f3beb5dead315","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/988f3beb5dead315","status":"passed","time":{"start":1728082390957,"stop":1728082390957,"duration":0}},{"uid":"4c5d46fdbe675722","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4c5d46fdbe675722","status":"passed","time":{"start":1728069248373,"stop":1728069248373,"duration":0}},{"uid":"a7ffbd7b79c47407","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a7ffbd7b79c47407","status":"passed","time":{"start":1728068031250,"stop":1728068031250,"duration":0}},{"uid":"b957623d21616317","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b957623d21616317","status":"passed","time":{"start":1728066046604,"stop":1728066046604,"duration":0}},{"uid":"99b284aa7f5996c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/99b284aa7f5996c","status":"passed","time":{"start":1728066341475,"stop":1728066341476,"duration":1}},{"uid":"e1334f5f7842c2a8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e1334f5f7842c2a8","status":"passed","time":{"start":1728057209565,"stop":1728057209566,"duration":1}},{"uid":"ee7486925bc7d097","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ee7486925bc7d097","status":"passed","time":{"start":1728056305024,"stop":1728056305025,"duration":1}},{"uid":"939af75f512a1499","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/939af75f512a1499","status":"passed","time":{"start":1728056720929,"stop":1728056720929,"duration":0}},{"uid":"da31c3c3956507fc","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/da31c3c3956507fc","status":"passed","time":{"start":1728052606340,"stop":1728052606341,"duration":1}},{"uid":"8cfdf0147d892598","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8cfdf0147d892598","status":"passed","time":{"start":1728046448370,"stop":1728046448371,"duration":1}},{"uid":"f0e457debe133eb5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f0e457debe133eb5","status":"passed","time":{"start":1728047258628,"stop":1728047258628,"duration":0}},{"uid":"c8cd7fba999c0ae7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c8cd7fba999c0ae7","status":"passed","time":{"start":1728043238293,"stop":1728043238298,"duration":5}},{"uid":"92262f57663b9f52","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/92262f57663b9f52","status":"passed","time":{"start":1728035872168,"stop":1728035872170,"duration":2}},{"uid":"6b8ed69b0896a6c8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6b8ed69b0896a6c8","status":"passed","time":{"start":1728033783668,"stop":1728033783668,"duration":0}},{"uid":"d73e20876c7b5501","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d73e20876c7b5501","status":"passed","time":{"start":1728033410926,"stop":1728033410926,"duration":0}},{"uid":"ae8b83c09d9fb1da","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ae8b83c09d9fb1da","status":"passed","time":{"start":1728032924213,"stop":1728032924213,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"14e625fc95ad2ca0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/14e625fc95ad2ca0","status":"passed","time":{"start":1728086033881,"stop":1728086033881,"duration":0}},{"uid":"3e65090cbec5b679","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3e65090cbec5b679","status":"passed","time":{"start":1728085047242,"stop":1728085047242,"duration":0}},{"uid":"54f62c3141c0f92d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/54f62c3141c0f92d","status":"passed","time":{"start":1728083902763,"stop":1728083902763,"duration":0}},{"uid":"21f9b5e690c47ec5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/21f9b5e690c47ec5","status":"passed","time":{"start":1728082961493,"stop":1728082961493,"duration":0}},{"uid":"613d8ef80ae181c4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/613d8ef80ae181c4","status":"passed","time":{"start":1728082284021,"stop":1728082284022,"duration":1}},{"uid":"6082c0e1283bad4c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6082c0e1283bad4c","status":"passed","time":{"start":1728069082631,"stop":1728069082631,"duration":0}},{"uid":"f45787603243b5e8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f45787603243b5e8","status":"passed","time":{"start":1728067941381,"stop":1728067941381,"duration":0}},{"uid":"4fe6e2d154a9688a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4fe6e2d154a9688a","status":"passed","time":{"start":1728066171562,"stop":1728066171562,"duration":0}},{"uid":"4ed4931741ecfffc","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4ed4931741ecfffc","status":"passed","time":{"start":1728066512878,"stop":1728066512879,"duration":1}},{"uid":"b5b9bf03071d6bf2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b5b9bf03071d6bf2","status":"passed","time":{"start":1728057355625,"stop":1728057355625,"duration":0}},{"uid":"dd120dde40d9906b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/dd120dde40d9906b","status":"passed","time":{"start":1728056563496,"stop":1728056563498,"duration":2}},{"uid":"4d6cac07acf3efef","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/4d6cac07acf3efef","status":"passed","time":{"start":1728056935463,"stop":1728056935464,"duration":1}},{"uid":"8c9e96736522c84f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8c9e96736522c84f","status":"passed","time":{"start":1728055614333,"stop":1728055614334,"duration":1}},{"uid":"b2706ec5d93b1f12","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b2706ec5d93b1f12","status":"passed","time":{"start":1728054752359,"stop":1728054752359,"duration":0}},{"uid":"b2767f98241703cd","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b2767f98241703cd","status":"passed","time":{"start":1728052861014,"stop":1728052861014,"duration":0}},{"uid":"a82a0a0777f0621d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a82a0a0777f0621d","status":"passed","time":{"start":1728046783413,"stop":1728046783414,"duration":1}},{"uid":"9025fe8fc160ec12","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9025fe8fc160ec12","status":"passed","time":{"start":1728047429489,"stop":1728047429489,"duration":0}},{"uid":"ce20f43c3f2d1ef0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/ce20f43c3f2d1ef0","status":"passed","time":{"start":1728043084131,"stop":1728043084131,"duration":0}},{"uid":"b03d74335a085da8","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b03d74335a085da8","status":"passed","time":{"start":1728035601385,"stop":1728035601385,"duration":0}},{"uid":"8df4cd52b55cd053","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8df4cd52b55cd053","status":"passed","time":{"start":1728033520520,"stop":1728033520521,"duration":1}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9732887460fb8ff4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9732887460fb8ff4","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0}},{"uid":"7d86b7cbcadbea59","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7d86b7cbcadbea59","status":"passed","time":{"start":1728085050215,"stop":1728085050215,"duration":0}},{"uid":"149b10277f56c354","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/149b10277f56c354","status":"passed","time":{"start":1728083903361,"stop":1728083903361,"duration":0}},{"uid":"b6463b49cc64c620","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b6463b49cc64c620","status":"passed","time":{"start":1728082964223,"stop":1728082964224,"duration":1}},{"uid":"69738b6f07320fcd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/69738b6f07320fcd","status":"passed","time":{"start":1728082280682,"stop":1728082280682,"duration":0}},{"uid":"f287120a91481f9b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f287120a91481f9b","status":"passed","time":{"start":1728069077441,"stop":1728069077441,"duration":0}},{"uid":"a47414eed89a4894","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a47414eed89a4894","status":"passed","time":{"start":1728067917847,"stop":1728067917848,"duration":1}},{"uid":"d38964d55865c651","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d38964d55865c651","status":"passed","time":{"start":1728043075247,"stop":1728043075247,"duration":0}},{"uid":"2a5416a57c7305ba","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2a5416a57c7305ba","status":"passed","time":{"start":1728035638286,"stop":1728035638289,"duration":3}},{"uid":"9c0c1783e8751810","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9c0c1783e8751810","status":"passed","time":{"start":1728033557505,"stop":1728033557506,"duration":1}},{"uid":"6b61ca965000439b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/6b61ca965000439b","status":"passed","time":{"start":1728033182517,"stop":1728033182521,"duration":4}},{"uid":"c3288b49703c37e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c3288b49703c37e","status":"passed","time":{"start":1728032755521,"stop":1728032755522,"duration":1}},{"uid":"232270566e0dff8","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/232270566e0dff8","status":"passed","time":{"start":1728032388391,"stop":1728032388392,"duration":1}},{"uid":"c5ccfe45b7a82e39","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c5ccfe45b7a82e39","status":"passed","time":{"start":1728032113241,"stop":1728032113241,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"77f96773f4f66402","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/77f96773f4f66402","status":"passed","time":{"start":1728085957574,"stop":1728085957574,"duration":0}},{"uid":"d3c419f56f4ecb09","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d3c419f56f4ecb09","status":"passed","time":{"start":1728084971922,"stop":1728084971922,"duration":0}},{"uid":"145a0cbd8d33994e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/145a0cbd8d33994e","status":"passed","time":{"start":1728083836935,"stop":1728083836935,"duration":0}},{"uid":"bab7118f2facda50","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bab7118f2facda50","status":"passed","time":{"start":1728082900673,"stop":1728082900673,"duration":0}},{"uid":"28576328cd1b60fd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/28576328cd1b60fd","status":"passed","time":{"start":1728082234250,"stop":1728082234250,"duration":0}},{"uid":"73ee64b8fe4de7da","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/73ee64b8fe4de7da","status":"passed","time":{"start":1728069004058,"stop":1728069004058,"duration":0}},{"uid":"a5c3d2e4d385847a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a5c3d2e4d385847a","status":"passed","time":{"start":1728067877849,"stop":1728067877849,"duration":0}},{"uid":"e1c56a6923cfca3c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e1c56a6923cfca3c","status":"passed","time":{"start":1728065726136,"stop":1728065726137,"duration":1}},{"uid":"b33ea02135d53be8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b33ea02135d53be8","status":"passed","time":{"start":1728066014609,"stop":1728066014609,"duration":0}},{"uid":"c1eab78b73b7a64b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c1eab78b73b7a64b","status":"passed","time":{"start":1728056904361,"stop":1728056904362,"duration":1}},{"uid":"3b4b9f7db09432a5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3b4b9f7db09432a5","status":"passed","time":{"start":1728056077510,"stop":1728056077510,"duration":0}},{"uid":"31f5b2e629eb7034","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/31f5b2e629eb7034","status":"passed","time":{"start":1728056396934,"stop":1728056396934,"duration":0}},{"uid":"5d02ffd3a7cfd912","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/5d02ffd3a7cfd912","status":"passed","time":{"start":1728055208888,"stop":1728055208889,"duration":1}},{"uid":"de242b2f1f2ed889","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/de242b2f1f2ed889","status":"passed","time":{"start":1728054186963,"stop":1728054186963,"duration":0}},{"uid":"df3e49a7d7877913","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/df3e49a7d7877913","status":"passed","time":{"start":1728052465446,"stop":1728052465446,"duration":0}},{"uid":"f777be534fa30260","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f777be534fa30260","status":"passed","time":{"start":1728046146804,"stop":1728046146804,"duration":0}},{"uid":"b24ecc7d85165a1f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b24ecc7d85165a1f","status":"passed","time":{"start":1728046931951,"stop":1728046931951,"duration":0}},{"uid":"5f2b821d4a566407","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5f2b821d4a566407","status":"passed","time":{"start":1728043000897,"stop":1728043000897,"duration":0}},{"uid":"c845c8cdd0dae23b","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c845c8cdd0dae23b","status":"passed","time":{"start":1728035564101,"stop":1728035564102,"duration":1}},{"uid":"a3d01036fed685f7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a3d01036fed685f7","status":"passed","time":{"start":1728033481622,"stop":1728033481622,"duration":0}}]},"1d2c2490548f177dd35193a222634bd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"385783b2e9843a70","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/385783b2e9843a70","status":"passed","time":{"start":1728086171696,"stop":1728086171696,"duration":0}}]},"ef88117fa9a51be5707d5675a44138fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f88d953cb9f867ba","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f88d953cb9f867ba","status":"passed","time":{"start":1728069248378,"stop":1728069248378,"duration":0}}]},"3e8a1b225262b77ea6c4d28ccc578efa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"363da953a68bc0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/363da953a68bc0a","status":"passed","time":{"start":1728086203123,"stop":1728086203125,"duration":2}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"f5198a07d84091c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f5198a07d84091c3","status":"passed","time":{"start":1728086246330,"stop":1728086246331,"duration":1}},{"uid":"d7ea521c7368aeb0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d7ea521c7368aeb0","status":"passed","time":{"start":1728085262715,"stop":1728085262716,"duration":1}},{"uid":"d27ba59b3ec041f4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d27ba59b3ec041f4","status":"passed","time":{"start":1728084073085,"stop":1728084073085,"duration":0}},{"uid":"2d77face759e3ba3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2d77face759e3ba3","status":"passed","time":{"start":1728083139756,"stop":1728083139757,"duration":1}},{"uid":"18a0dec6af3e81a6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/18a0dec6af3e81a6","status":"passed","time":{"start":1728082453434,"stop":1728082453436,"duration":2}},{"uid":"5ffe2e61367c3763","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5ffe2e61367c3763","status":"passed","time":{"start":1728069294509,"stop":1728069294509,"duration":0}},{"uid":"a17c9c95da477d21","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a17c9c95da477d21","status":"passed","time":{"start":1728068091315,"stop":1728068091315,"duration":0}},{"uid":"99c261c6bc5dce35","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/99c261c6bc5dce35","status":"passed","time":{"start":1728066032963,"stop":1728066032963,"duration":0}},{"uid":"b1deffa6a3be2ce2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b1deffa6a3be2ce2","status":"passed","time":{"start":1728066323760,"stop":1728066323762,"duration":2}},{"uid":"ab97ba4d02c64305","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ab97ba4d02c64305","status":"passed","time":{"start":1728057178296,"stop":1728057178297,"duration":1}},{"uid":"645f8ba565df65ca","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/645f8ba565df65ca","status":"passed","time":{"start":1728056339963,"stop":1728056339963,"duration":0}},{"uid":"1795853a5410803c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1795853a5410803c","status":"passed","time":{"start":1728056706236,"stop":1728056706236,"duration":0}},{"uid":"8c6d1b926e70560e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8c6d1b926e70560e","status":"passed","time":{"start":1728055464717,"stop":1728055464718,"duration":1}},{"uid":"8594ab7a2b7b94b2","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/8594ab7a2b7b94b2","status":"passed","time":{"start":1728054444796,"stop":1728054444797,"duration":1}},{"uid":"15f19e0f115f1b50","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/15f19e0f115f1b50","status":"passed","time":{"start":1728052609223,"stop":1728052609224,"duration":1}},{"uid":"d3d4602ab0c81641","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d3d4602ab0c81641","status":"passed","time":{"start":1728046451500,"stop":1728046451500,"duration":0}},{"uid":"b19b215a3a8e6418","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b19b215a3a8e6418","status":"passed","time":{"start":1728047239892,"stop":1728047239893,"duration":1}},{"uid":"280d9c5736e15e91","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/280d9c5736e15e91","status":"passed","time":{"start":1728043282282,"stop":1728043282283,"duration":1}},{"uid":"bdb90647e0f59092","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/bdb90647e0f59092","status":"passed","time":{"start":1728035884820,"stop":1728035884820,"duration":0}},{"uid":"37280c932c03d2d4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/37280c932c03d2d4","status":"passed","time":{"start":1728033797754,"stop":1728033797755,"duration":1}}]},"db466d15620227a3e3ae3bf832666661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b9bbb8fe2690c72","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6b9bbb8fe2690c72","status":"passed","time":{"start":1728033815150,"stop":1728033815151,"duration":1}}]},"b5a2688d18ad4b6c6061434ea54ea24f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da6a6ec72c1a6a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/da6a6ec72c1a6a","status":"passed","time":{"start":1728066313085,"stop":1728066313086,"duration":1}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8793bf1f5e0f43a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e8793bf1f5e0f43a","status":"passed","time":{"start":1728086171713,"stop":1728086171713,"duration":0}},{"uid":"e4172328db0eaf4a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e4172328db0eaf4a","status":"passed","time":{"start":1728085184724,"stop":1728085184724,"duration":0}},{"uid":"942d5444d98957f0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/942d5444d98957f0","status":"passed","time":{"start":1728084018364,"stop":1728084018364,"duration":0}},{"uid":"813a298df5a72351","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/813a298df5a72351","status":"passed","time":{"start":1728083065689,"stop":1728083065690,"duration":1}},{"uid":"10cea285ca1a7ea0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/10cea285ca1a7ea0","status":"passed","time":{"start":1728069218849,"stop":1728069218850,"duration":1}},{"uid":"e3668659103eb30e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e3668659103eb30e","status":"passed","time":{"start":1728046261841,"stop":1728046261841,"duration":0}},{"uid":"c652939f820869e1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c652939f820869e1","status":"passed","time":{"start":1728043204127,"stop":1728043204127,"duration":0}},{"uid":"4e4b80c16b12ad3f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/4e4b80c16b12ad3f","status":"passed","time":{"start":1728035785884,"stop":1728035785885,"duration":1}},{"uid":"2c125a8f0f17aa2a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2c125a8f0f17aa2a","status":"passed","time":{"start":1728033696363,"stop":1728033696364,"duration":1}},{"uid":"259db689dab42e63","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/259db689dab42e63","status":"passed","time":{"start":1728033319501,"stop":1728033319501,"duration":0}},{"uid":"100af674dabe5eb6","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/100af674dabe5eb6","status":"passed","time":{"start":1728032886562,"stop":1728032886563,"duration":1}},{"uid":"c0978a92cfa75f92","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c0978a92cfa75f92","status":"passed","time":{"start":1728032520659,"stop":1728032520659,"duration":0}},{"uid":"a937e3b95ec3fd7d","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a937e3b95ec3fd7d","status":"passed","time":{"start":1728032252782,"stop":1728032252783,"duration":1}}]},"4c1b2b70730f1aecf9ff0c594e07206e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec07406873b51bf7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ec07406873b51bf7","status":"passed","time":{"start":1728058106469,"stop":1728058106470,"duration":1}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b9c7cd52ebaf5c30","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9c7cd52ebaf5c30","status":"passed","time":{"start":1728085864169,"stop":1728085864169,"duration":0}},{"uid":"9c20a15eb0f96213","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9c20a15eb0f96213","status":"passed","time":{"start":1728084876398,"stop":1728084876398,"duration":0}},{"uid":"be577fd6cf339574","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/be577fd6cf339574","status":"passed","time":{"start":1728083744355,"stop":1728083744355,"duration":0}},{"uid":"271c966061948149","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/271c966061948149","status":"passed","time":{"start":1728082807447,"stop":1728082807448,"duration":1}},{"uid":"7a825d1edfd51507","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7a825d1edfd51507","status":"passed","time":{"start":1728082139316,"stop":1728082139316,"duration":0}},{"uid":"304dc18bad2d9e61","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/304dc18bad2d9e61","status":"passed","time":{"start":1728068908056,"stop":1728068908056,"duration":0}},{"uid":"6cb3e88c6cc8381a","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/6cb3e88c6cc8381a","status":"passed","time":{"start":1728067784710,"stop":1728067784710,"duration":0}},{"uid":"39d394041718587","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/39d394041718587","status":"passed","time":{"start":1728065631512,"stop":1728065631513,"duration":1}},{"uid":"967f896838dbc355","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/967f896838dbc355","status":"passed","time":{"start":1728065920825,"stop":1728065920825,"duration":0}},{"uid":"e112d670cc78887","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e112d670cc78887","status":"passed","time":{"start":1728056811583,"stop":1728056811584,"duration":1}},{"uid":"2de9baf338fce58f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2de9baf338fce58f","status":"passed","time":{"start":1728055983140,"stop":1728055983140,"duration":0}},{"uid":"539135c949b06530","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/539135c949b06530","status":"passed","time":{"start":1728056303682,"stop":1728056303683,"duration":1}},{"uid":"63736588c681fdf5","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/63736588c681fdf5","status":"passed","time":{"start":1728055114812,"stop":1728055114813,"duration":1}},{"uid":"2d7caa21d258c31e","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2d7caa21d258c31e","status":"passed","time":{"start":1728054093600,"stop":1728054093600,"duration":0}},{"uid":"7c4d19469784b1d9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7c4d19469784b1d9","status":"passed","time":{"start":1728052371186,"stop":1728052371186,"duration":0}},{"uid":"6ec815d3e1fdacf0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6ec815d3e1fdacf0","status":"passed","time":{"start":1728046051724,"stop":1728046051724,"duration":0}},{"uid":"e32eda0b3b0e5ff0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e32eda0b3b0e5ff0","status":"passed","time":{"start":1728046837810,"stop":1728046837810,"duration":0}},{"uid":"f2a0af14f04b412e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f2a0af14f04b412e","status":"passed","time":{"start":1728042907583,"stop":1728042907583,"duration":0}},{"uid":"7cd909950cc92087","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7cd909950cc92087","status":"passed","time":{"start":1728035469884,"stop":1728035469884,"duration":0}},{"uid":"8299243a21fb3423","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8299243a21fb3423","status":"passed","time":{"start":1728033386393,"stop":1728033386393,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":14,"unknown":0,"total":15},"items":[{"uid":"5f3bdd89b1b433b9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5f3bdd89b1b433b9","status":"passed","time":{"start":1728085966219,"stop":1728085966222,"duration":3}},{"uid":"b7c43b067bb9e0b4","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/b7c43b067bb9e0b4","status":"passed","time":{"start":1728084983082,"stop":1728084983082,"duration":0}},{"uid":"4b651ea2a35e99a6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4b651ea2a35e99a6","status":"passed","time":{"start":1728083842842,"stop":1728083842843,"duration":1}},{"uid":"a569e885dcafbd67","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a569e885dcafbd67","status":"passed","time":{"start":1728082916506,"stop":1728082916510,"duration":4}},{"uid":"afa35c3cb84392d7","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/afa35c3cb84392d7","status":"passed","time":{"start":1728082241796,"stop":1728082241800,"duration":4}},{"uid":"306abfaf1865858d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/306abfaf1865858d","status":"passed","time":{"start":1728069013707,"stop":1728069013707,"duration":0}},{"uid":"d21da28aaabd4537","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d21da28aaabd4537","status":"passed","time":{"start":1728067876054,"stop":1728067876054,"duration":0}},{"uid":"6b6a36abe4ba3b8a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6b6a36abe4ba3b8a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1728054321006,"stop":1728054321006,"duration":0}},{"uid":"48081a460908b97c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/48081a460908b97c","status":"passed","time":{"start":1728043011842,"stop":1728043011842,"duration":0}},{"uid":"3d53d5f3aecb27b0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/3d53d5f3aecb27b0","status":"passed","time":{"start":1728035574558,"stop":1728035574558,"duration":0}},{"uid":"f8bf5e005f43af1e","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f8bf5e005f43af1e","status":"passed","time":{"start":1728033489603,"stop":1728033489604,"duration":1}},{"uid":"13b26327dd5f9fd1","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/13b26327dd5f9fd1","status":"passed","time":{"start":1728033115391,"stop":1728033115392,"duration":1}},{"uid":"e2317216a42a8c00","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e2317216a42a8c00","status":"passed","time":{"start":1728032689252,"stop":1728032689253,"duration":1}},{"uid":"bef1e1ceca05e88f","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bef1e1ceca05e88f","status":"passed","time":{"start":1728032323475,"stop":1728032323475,"duration":0}},{"uid":"40684630d07242b7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/40684630d07242b7","status":"passed","time":{"start":1728032042538,"stop":1728032042538,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d969f26474164caa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d969f26474164caa","status":"passed","time":{"start":1728086192503,"stop":1728086192508,"duration":5}},{"uid":"4338b3d17f40ed5d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4338b3d17f40ed5d","status":"passed","time":{"start":1728085207471,"stop":1728085207472,"duration":1}},{"uid":"a3d09fd7d01a1dc3","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a3d09fd7d01a1dc3","status":"passed","time":{"start":1728084038257,"stop":1728084038258,"duration":1}},{"uid":"44c8acc13ae5bc23","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/44c8acc13ae5bc23","status":"passed","time":{"start":1728083118094,"stop":1728083118094,"duration":0}},{"uid":"821d7a26df9faf3c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/821d7a26df9faf3c","status":"passed","time":{"start":1728082399691,"stop":1728082399692,"duration":1}},{"uid":"6ffea69d11f92f5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6ffea69d11f92f5","status":"passed","time":{"start":1728069237558,"stop":1728069237559,"duration":1}},{"uid":"30a6b6442ab9b830","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/30a6b6442ab9b830","status":"passed","time":{"start":1728068055908,"stop":1728068055909,"duration":1}},{"uid":"902f4cc22bf65fc8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/902f4cc22bf65fc8","status":"passed","time":{"start":1728043232154,"stop":1728043232155,"duration":1}},{"uid":"ce1667272cd4b2bd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ce1667272cd4b2bd","status":"passed","time":{"start":1728035844016,"stop":1728035844017,"duration":1}},{"uid":"1c04029576303b1b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/1c04029576303b1b","status":"passed","time":{"start":1728033765870,"stop":1728033765871,"duration":1}},{"uid":"7f92e790c3cf1b07","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7f92e790c3cf1b07","status":"passed","time":{"start":1728033382928,"stop":1728033382929,"duration":1}},{"uid":"5d29c6fb50683fc5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/5d29c6fb50683fc5","status":"passed","time":{"start":1728032914482,"stop":1728032914482,"duration":0}},{"uid":"d7ec5152e9cb28e3","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d7ec5152e9cb28e3","status":"passed","time":{"start":1728032550338,"stop":1728032550339,"duration":1}},{"uid":"61809faae31d8535","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/61809faae31d8535","status":"passed","time":{"start":1728032273986,"stop":1728032274000,"duration":14}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"9e1f624eba61b901","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e1f624eba61b901","status":"passed","time":{"start":1728086203089,"stop":1728086203090,"duration":1}},{"uid":"19a89efa213e59a1","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/19a89efa213e59a1","status":"passed","time":{"start":1728085221325,"stop":1728085221325,"duration":0}},{"uid":"cafeafbda00016d9","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/cafeafbda00016d9","status":"passed","time":{"start":1728084029152,"stop":1728084029152,"duration":0}},{"uid":"f18bb39330f69cb1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f18bb39330f69cb1","status":"passed","time":{"start":1728083082979,"stop":1728083082983,"duration":4}},{"uid":"73f4e5c4f9c9f810","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/73f4e5c4f9c9f810","status":"passed","time":{"start":1728082390943,"stop":1728082390944,"duration":1}},{"uid":"99c768964c68b32e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/99c768964c68b32e","status":"passed","time":{"start":1728069248361,"stop":1728069248362,"duration":1}},{"uid":"e6684d23fdbc5d04","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e6684d23fdbc5d04","status":"passed","time":{"start":1728068031231,"stop":1728068031231,"duration":0}},{"uid":"bc301d1a0dcc274a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bc301d1a0dcc274a","status":"passed","time":{"start":1728066046592,"stop":1728066046593,"duration":1}},{"uid":"f29b75071f3475b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f29b75071f3475b","status":"passed","time":{"start":1728066341469,"stop":1728066341469,"duration":0}},{"uid":"f8af3200e1857abd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f8af3200e1857abd","status":"passed","time":{"start":1728057209558,"stop":1728057209558,"duration":0}},{"uid":"6feea34568958e6e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6feea34568958e6e","status":"passed","time":{"start":1728056305015,"stop":1728056305015,"duration":0}},{"uid":"dfaf6f1daeedf023","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dfaf6f1daeedf023","status":"passed","time":{"start":1728056720923,"stop":1728056720923,"duration":0}},{"uid":"76ba4bb315e57d0c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/76ba4bb315e57d0c","status":"passed","time":{"start":1728052606333,"stop":1728052606333,"duration":0}},{"uid":"73a614f2a1d75a71","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/73a614f2a1d75a71","status":"passed","time":{"start":1728046448361,"stop":1728046448362,"duration":1}},{"uid":"847e8cf78614f905","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/847e8cf78614f905","status":"passed","time":{"start":1728047258619,"stop":1728047258619,"duration":0}},{"uid":"743dfa40a992bfb0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/743dfa40a992bfb0","status":"passed","time":{"start":1728043238283,"stop":1728043238283,"duration":0}},{"uid":"a1ce12cc5444e9a0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a1ce12cc5444e9a0","status":"passed","time":{"start":1728035872151,"stop":1728035872152,"duration":1}},{"uid":"89db31c855d93bb6","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/89db31c855d93bb6","status":"passed","time":{"start":1728033783648,"stop":1728033783649,"duration":1}},{"uid":"7035be28e96150e7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7035be28e96150e7","status":"passed","time":{"start":1728033410916,"stop":1728033410916,"duration":0}},{"uid":"815e8438da1b8695","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/815e8438da1b8695","status":"passed","time":{"start":1728032924156,"stop":1728032924156,"duration":0}}]},"e81629329ed0aa8a7ccd274de5e7236f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fc4c537000ade7e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7fc4c537000ade7e","status":"passed","time":{"start":1728083113935,"stop":1728083113935,"duration":0}}]},"181bcb710cdac1b2beae2460af41bcf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6364043dbab37ea","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b6364043dbab37ea","status":"passed","time":{"start":1728084067130,"stop":1728084067130,"duration":0}}]},"cf074f75f30b21017bf53714310a5830:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77d071cc86bc693b","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/77d071cc86bc693b","status":"passed","time":{"start":1728082422906,"stop":1728082422906,"duration":0}}]},"18ccf2b5cf472c71a1f369f0465a4b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d4e9779e5541c60","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4d4e9779e5541c60","status":"passed","time":{"start":1728057700444,"stop":1728057700444,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"e9441984fb223c1b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e9441984fb223c1b","status":"passed","time":{"start":1728085880165,"stop":1728085880165,"duration":0}},{"uid":"ee2500652cb409b9","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/ee2500652cb409b9","status":"passed","time":{"start":1728084892989,"stop":1728084892990,"duration":1}},{"uid":"7c228483868a89de","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7c228483868a89de","status":"passed","time":{"start":1728083759988,"stop":1728083759988,"duration":0}},{"uid":"7f2960949b8710f4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/7f2960949b8710f4","status":"passed","time":{"start":1728082823297,"stop":1728082823298,"duration":1}},{"uid":"b6fd3040ff6bbe03","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b6fd3040ff6bbe03","status":"passed","time":{"start":1728082155361,"stop":1728082155361,"duration":0}},{"uid":"eed41a3fb628796a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eed41a3fb628796a","status":"passed","time":{"start":1728068924346,"stop":1728068924346,"duration":0}},{"uid":"662922f3bea94eae","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/662922f3bea94eae","status":"passed","time":{"start":1728067800591,"stop":1728067800591,"duration":0}},{"uid":"a0746f77241abb9c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a0746f77241abb9c","status":"passed","time":{"start":1728065647296,"stop":1728065647296,"duration":0}},{"uid":"1459b6174caa319e","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1459b6174caa319e","status":"passed","time":{"start":1728065936954,"stop":1728065936954,"duration":0}},{"uid":"c7ae17fad9aadc43","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c7ae17fad9aadc43","status":"passed","time":{"start":1728056827337,"stop":1728056827337,"duration":0}},{"uid":"521ebe68f5b0e13f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/521ebe68f5b0e13f","status":"passed","time":{"start":1728055999167,"stop":1728055999168,"duration":1}},{"uid":"1f51dfa22546ce6a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1f51dfa22546ce6a","status":"passed","time":{"start":1728056319413,"stop":1728056319413,"duration":0}},{"uid":"b87dfce0bc025c70","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/b87dfce0bc025c70","status":"passed","time":{"start":1728055130828,"stop":1728055130828,"duration":0}},{"uid":"cf4ed194605505a","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/cf4ed194605505a","status":"passed","time":{"start":1728054109610,"stop":1728054109610,"duration":0}},{"uid":"bab3c2558e469c6e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/bab3c2558e469c6e","status":"passed","time":{"start":1728052387222,"stop":1728052387222,"duration":0}},{"uid":"84d09c6809296648","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/84d09c6809296648","status":"passed","time":{"start":1728046068273,"stop":1728046068273,"duration":0}},{"uid":"f832d4d017412486","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f832d4d017412486","status":"passed","time":{"start":1728046853654,"stop":1728046853655,"duration":1}},{"uid":"dd624d4a7a6b40e7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dd624d4a7a6b40e7","status":"passed","time":{"start":1728042923423,"stop":1728042923423,"duration":0}},{"uid":"239a990c19cf1dfa","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/239a990c19cf1dfa","status":"passed","time":{"start":1728035486197,"stop":1728035486197,"duration":0}},{"uid":"7d140d964ea6c4f0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7d140d964ea6c4f0","status":"passed","time":{"start":1728033402774,"stop":1728033402774,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c93d58651d2d9ef9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c93d58651d2d9ef9","status":"passed","time":{"start":1728086171706,"stop":1728086171707,"duration":1}},{"uid":"8a47b8d40768d227","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8a47b8d40768d227","status":"passed","time":{"start":1728085184696,"stop":1728085184696,"duration":0}},{"uid":"9878689964582fae","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9878689964582fae","status":"passed","time":{"start":1728084018360,"stop":1728084018360,"duration":0}},{"uid":"25e28358b8477dff","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/25e28358b8477dff","status":"passed","time":{"start":1728083065679,"stop":1728083065680,"duration":1}},{"uid":"a6da7fb4afcdd0e3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a6da7fb4afcdd0e3","status":"passed","time":{"start":1728069218838,"stop":1728069218839,"duration":1}},{"uid":"ef28d4faa9412445","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ef28d4faa9412445","status":"passed","time":{"start":1728046261834,"stop":1728046261834,"duration":0}},{"uid":"d6c213c0e9878055","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d6c213c0e9878055","status":"passed","time":{"start":1728043204115,"stop":1728043204116,"duration":1}},{"uid":"66be1afbdb9e2259","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/66be1afbdb9e2259","status":"passed","time":{"start":1728035785878,"stop":1728035785878,"duration":0}},{"uid":"f38e981b21d5bd96","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/f38e981b21d5bd96","status":"passed","time":{"start":1728033696355,"stop":1728033696355,"duration":0}},{"uid":"615c70441d5d1238","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/615c70441d5d1238","status":"passed","time":{"start":1728033319497,"stop":1728033319497,"duration":0}},{"uid":"993696b5c38db693","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/993696b5c38db693","status":"passed","time":{"start":1728032886559,"stop":1728032886559,"duration":0}},{"uid":"c0dc6f209b3e3c89","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c0dc6f209b3e3c89","status":"passed","time":{"start":1728032520651,"stop":1728032520652,"duration":1}},{"uid":"a8b9f6f4f265c405","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/a8b9f6f4f265c405","status":"passed","time":{"start":1728032252778,"stop":1728032252778,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"431918c30c19807e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/431918c30c19807e","status":"passed","time":{"start":1728085879947,"stop":1728085879948,"duration":1}},{"uid":"4bb16b4ef6510849","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4bb16b4ef6510849","status":"passed","time":{"start":1728084892606,"stop":1728084892606,"duration":0}},{"uid":"c78927b017f459bc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c78927b017f459bc","status":"passed","time":{"start":1728083759837,"stop":1728083759838,"duration":1}},{"uid":"e585da1d0c770888","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e585da1d0c770888","status":"passed","time":{"start":1728082822909,"stop":1728082822910,"duration":1}},{"uid":"a730f3f7581b0dac","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a730f3f7581b0dac","status":"passed","time":{"start":1728082155165,"stop":1728082155165,"duration":0}},{"uid":"990bf66cabef88b8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/990bf66cabef88b8","status":"passed","time":{"start":1728068924225,"stop":1728068924225,"duration":0}},{"uid":"32427671259ebfa2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/32427671259ebfa2","status":"passed","time":{"start":1728067800274,"stop":1728067800274,"duration":0}},{"uid":"3fcce2388e541dc6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3fcce2388e541dc6","status":"passed","time":{"start":1728065646746,"stop":1728065646747,"duration":1}},{"uid":"ef8e5bc42eacc0c2","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ef8e5bc42eacc0c2","status":"passed","time":{"start":1728065936657,"stop":1728065936657,"duration":0}},{"uid":"ce580e5acb5222a1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ce580e5acb5222a1","status":"passed","time":{"start":1728056827095,"stop":1728056827096,"duration":1}},{"uid":"d717c87b3dcb5df1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d717c87b3dcb5df1","status":"passed","time":{"start":1728055998905,"stop":1728055998905,"duration":0}},{"uid":"d341d1f5e607e10c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d341d1f5e607e10c","status":"passed","time":{"start":1728056319262,"stop":1728056319263,"duration":1}},{"uid":"6beffedf0a892fa8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6beffedf0a892fa8","status":"passed","time":{"start":1728055130552,"stop":1728055130553,"duration":1}},{"uid":"fe4ff01ac5bf7eaf","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/fe4ff01ac5bf7eaf","status":"passed","time":{"start":1728054109389,"stop":1728054109390,"duration":1}},{"uid":"27a904f84a498f67","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/27a904f84a498f67","status":"passed","time":{"start":1728052386925,"stop":1728052386925,"duration":0}},{"uid":"74bfb9d4de41b008","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/74bfb9d4de41b008","status":"passed","time":{"start":1728046067893,"stop":1728046067894,"duration":1}},{"uid":"27e86811d6a4005f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/27e86811d6a4005f","status":"passed","time":{"start":1728046853409,"stop":1728046853409,"duration":0}},{"uid":"21f58f65a2487c86","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/21f58f65a2487c86","status":"passed","time":{"start":1728042923121,"stop":1728042923121,"duration":0}},{"uid":"17abb0eb9bbb87a0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/17abb0eb9bbb87a0","status":"passed","time":{"start":1728035486101,"stop":1728035486101,"duration":0}},{"uid":"2a0b73e319f29d35","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2a0b73e319f29d35","status":"passed","time":{"start":1728033402574,"stop":1728033402575,"duration":1}}]},"1b4f670df6e6873367ddf420787032f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c1d9b4c76be6c19","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9c1d9b4c76be6c19","status":"passed","time":{"start":1728057732230,"stop":1728057732230,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c2d94f1c114265ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2d94f1c114265ce","status":"passed","time":{"start":1728085957573,"stop":1728085957573,"duration":0}},{"uid":"66e8d2d37d2d9b2b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/66e8d2d37d2d9b2b","status":"passed","time":{"start":1728084971921,"stop":1728084971921,"duration":0}},{"uid":"29a16ecdac3a2af5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/29a16ecdac3a2af5","status":"passed","time":{"start":1728083836934,"stop":1728083836934,"duration":0}},{"uid":"bd7e80b7b648ae2c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/bd7e80b7b648ae2c","status":"passed","time":{"start":1728082900672,"stop":1728082900672,"duration":0}},{"uid":"11a33ef258db8a47","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/11a33ef258db8a47","status":"passed","time":{"start":1728082234249,"stop":1728082234249,"duration":0}},{"uid":"4845ce619d1fe8be","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4845ce619d1fe8be","status":"passed","time":{"start":1728069004057,"stop":1728069004057,"duration":0}},{"uid":"8ddfd3282ef55146","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8ddfd3282ef55146","status":"passed","time":{"start":1728067877848,"stop":1728067877848,"duration":0}},{"uid":"ffa16c2ddef277f1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ffa16c2ddef277f1","status":"passed","time":{"start":1728065726135,"stop":1728065726136,"duration":1}},{"uid":"26102c263bdce21c","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/26102c263bdce21c","status":"passed","time":{"start":1728066014608,"stop":1728066014608,"duration":0}},{"uid":"d7fbfda2751f533e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d7fbfda2751f533e","status":"passed","time":{"start":1728056904361,"stop":1728056904361,"duration":0}},{"uid":"f2e57a1d154923dc","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/f2e57a1d154923dc","status":"passed","time":{"start":1728056077509,"stop":1728056077509,"duration":0}},{"uid":"3ae0dcf02a01bfc5","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/3ae0dcf02a01bfc5","status":"passed","time":{"start":1728056396933,"stop":1728056396933,"duration":0}},{"uid":"5b62eb3e46e5d0f9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/5b62eb3e46e5d0f9","status":"passed","time":{"start":1728055208888,"stop":1728055208888,"duration":0}},{"uid":"47e15de6d60d803b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/47e15de6d60d803b","status":"passed","time":{"start":1728054186962,"stop":1728054186962,"duration":0}},{"uid":"92f63e3abb2ca2e7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/92f63e3abb2ca2e7","status":"passed","time":{"start":1728052465445,"stop":1728052465445,"duration":0}},{"uid":"6e905afd699fbf2b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6e905afd699fbf2b","status":"passed","time":{"start":1728046146803,"stop":1728046146803,"duration":0}},{"uid":"81ac0473b4ed0ed9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/81ac0473b4ed0ed9","status":"passed","time":{"start":1728046931950,"stop":1728046931950,"duration":0}},{"uid":"5fd8bbffdca23b20","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5fd8bbffdca23b20","status":"passed","time":{"start":1728043000896,"stop":1728043000896,"duration":0}},{"uid":"6c4196586a24480e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6c4196586a24480e","status":"passed","time":{"start":1728035564100,"stop":1728035564100,"duration":0}},{"uid":"4675a0dbe528bb38","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/4675a0dbe528bb38","status":"passed","time":{"start":1728033481621,"stop":1728033481621,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":22,"passed":0,"unknown":0,"total":22},"items":[{"uid":"375e599e4f1a8afc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/375e599e4f1a8afc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728086207887,"stop":1728086207887,"duration":0}},{"uid":"2d494c0c4acd5617","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2d494c0c4acd5617","status":"skipped","statusDetails":"Test ignored","time":{"start":1728085227789,"stop":1728085227789,"duration":0}},{"uid":"dbcfc89968a082e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/dbcfc89968a082e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728084031089,"stop":1728084031090,"duration":1}},{"uid":"328abb4b6dbb170e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/328abb4b6dbb170e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728083085064,"stop":1728083085064,"duration":0}},{"uid":"5cea7bd4de715051","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5cea7bd4de715051","status":"skipped","statusDetails":"Test ignored","time":{"start":1728082402956,"stop":1728082402957,"duration":1}},{"uid":"3b79a1dfc8b68f27","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3b79a1dfc8b68f27","status":"skipped","statusDetails":"Test ignored","time":{"start":1728069256720,"stop":1728069256721,"duration":1}},{"uid":"80295b62f5c3ebdf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/80295b62f5c3ebdf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728068039045,"stop":1728068039046,"duration":1}},{"uid":"1b2d2385a6717595","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1b2d2385a6717595","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066054975,"stop":1728066054976,"duration":1}},{"uid":"ba790b6004280295","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ba790b6004280295","status":"skipped","statusDetails":"Test ignored","time":{"start":1728066345494,"stop":1728066345494,"duration":0}},{"uid":"50ca1effa60be3da","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/50ca1effa60be3da","status":"skipped","statusDetails":"Test ignored","time":{"start":1728057218516,"stop":1728057218516,"duration":0}},{"uid":"8ef08d30d9e5f054","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8ef08d30d9e5f054","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056313098,"stop":1728056313098,"duration":0}},{"uid":"dce3783d60c22acf","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/dce3783d60c22acf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728056731771,"stop":1728056731777,"duration":6}},{"uid":"e74743aec8063e7e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e74743aec8063e7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728052615127,"stop":1728052615127,"duration":0}},{"uid":"f00064369ddd2f10","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f00064369ddd2f10","status":"skipped","statusDetails":"Test ignored","time":{"start":1728046456502,"stop":1728046456502,"duration":0}},{"uid":"e0dfdac2b488c13d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e0dfdac2b488c13d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728047262760,"stop":1728047262760,"duration":0}},{"uid":"f75573f1e77a65f7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f75573f1e77a65f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728043245052,"stop":1728043245052,"duration":0}},{"uid":"801b56ba3de6098d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/801b56ba3de6098d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728035876564,"stop":1728035876564,"duration":0}},{"uid":"cf41afe9c17bff04","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/cf41afe9c17bff04","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033795263,"stop":1728033795263,"duration":0}},{"uid":"7799b983e7ccf0ec","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/7799b983e7ccf0ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728033412126,"stop":1728033412126,"duration":0}},{"uid":"e4f88f9d48d3c672","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e4f88f9d48d3c672","status":"skipped","statusDetails":"Test ignored","time":{"start":1728032929717,"stop":1728032929717,"duration":0}}]},"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a86a64dc9e4ade84","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a86a64dc9e4ade84","status":"passed","time":{"start":1728085879619,"stop":1728085879619,"duration":0}},{"uid":"6ec2f78da0b4ee2a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6ec2f78da0b4ee2a","status":"passed","time":{"start":1728084892512,"stop":1728084892513,"duration":1}},{"uid":"89973576bb8a856b","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/89973576bb8a856b","status":"passed","time":{"start":1728083759834,"stop":1728083759835,"duration":1}},{"uid":"be4a1af765bd9a09","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/be4a1af765bd9a09","status":"passed","time":{"start":1728082822977,"stop":1728082822978,"duration":1}},{"uid":"6d30cd24682fe5af","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6d30cd24682fe5af","status":"passed","time":{"start":1728082155076,"stop":1728082155077,"duration":1}},{"uid":"f9870da48490e7d5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f9870da48490e7d5","status":"passed","time":{"start":1728068924128,"stop":1728068924128,"duration":0}},{"uid":"d5ad62cf63321719","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d5ad62cf63321719","status":"passed","time":{"start":1728067799553,"stop":1728067799555,"duration":2}},{"uid":"21e200057ead089","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/21e200057ead089","status":"passed","time":{"start":1728065647142,"stop":1728065647142,"duration":0}},{"uid":"24fbdb8f18026671","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/24fbdb8f18026671","status":"passed","time":{"start":1728065936609,"stop":1728065936609,"duration":0}},{"uid":"96908aa0028f4740","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/96908aa0028f4740","status":"passed","time":{"start":1728056827243,"stop":1728056827243,"duration":0}},{"uid":"42b0980e47e3f3d1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/42b0980e47e3f3d1","status":"passed","time":{"start":1728055999042,"stop":1728055999042,"duration":0}},{"uid":"97151fbe391b967b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/97151fbe391b967b","status":"passed","time":{"start":1728056319015,"stop":1728056319016,"duration":1}},{"uid":"4075a90755bd79c8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4075a90755bd79c8","status":"passed","time":{"start":1728055130483,"stop":1728055130484,"duration":1}},{"uid":"729131aa92ac69f3","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/729131aa92ac69f3","status":"passed","time":{"start":1728054109202,"stop":1728054109202,"duration":0}},{"uid":"40ff4b6ca62b5f8b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/40ff4b6ca62b5f8b","status":"passed","time":{"start":1728052386764,"stop":1728052386765,"duration":1}},{"uid":"e0a0c5669bd8d181","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/e0a0c5669bd8d181","status":"passed","time":{"start":1728046067820,"stop":1728046067820,"duration":0}},{"uid":"1cbdbc30ec43ec91","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1cbdbc30ec43ec91","status":"passed","time":{"start":1728046853354,"stop":1728046853355,"duration":1}},{"uid":"1d2adaf46848ff23","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1d2adaf46848ff23","status":"passed","time":{"start":1728042922871,"stop":1728042922871,"duration":0}},{"uid":"f92cd5b69d423de","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f92cd5b69d423de","status":"passed","time":{"start":1728035485983,"stop":1728035485983,"duration":0}},{"uid":"d7a5bb2b1c430466","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d7a5bb2b1c430466","status":"passed","time":{"start":1728033402388,"stop":1728033402389,"duration":1}}]},"b9094aec1c652d25a4d40a1ea5b76cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac28ef392f1db7a2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ac28ef392f1db7a2","status":"passed","time":{"start":1728086260652,"stop":1728086260655,"duration":3}}]},"ec37c3a56213cff19318888c426ab12d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b40ff7245c43add0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b40ff7245c43add0","status":"passed","time":{"start":1728083147586,"stop":1728083147586,"duration":0}}]},"58e911b01af45b36f2948e22b151a192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1c21324903bc823","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e1c21324903bc823","status":"passed","time":{"start":1728033410927,"stop":1728033410927,"duration":0}}]},"4ba761db3ae5f90180f67d313827f928:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"992a993de2d78f5c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/992a993de2d78f5c","status":"passed","time":{"start":1728082422908,"stop":1728082422910,"duration":2}}]},"9d54e32f50d40a0c674cefa1845a3235:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f0106461b1452a0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7f0106461b1452a0","status":"passed","time":{"start":1728035898413,"stop":1728035898413,"duration":0}}]},"14209fa6cd0c477db6ae8f123023bec5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3dcee519def2d45a","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/3dcee519def2d45a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728058106472,"stop":1728058106472,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"ad0436ac00323e44","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ad0436ac00323e44","status":"passed","time":{"start":1728086207921,"stop":1728086207921,"duration":0}},{"uid":"676c9dbaef5e7d81","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/676c9dbaef5e7d81","status":"passed","time":{"start":1728085227800,"stop":1728085227800,"duration":0}},{"uid":"80f27abba53dd765","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/80f27abba53dd765","status":"passed","time":{"start":1728084031096,"stop":1728084031096,"duration":0}},{"uid":"a6d9f8e4e87c994","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/a6d9f8e4e87c994","status":"passed","time":{"start":1728083085070,"stop":1728083085071,"duration":1}},{"uid":"805b117f453b23fd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/805b117f453b23fd","status":"passed","time":{"start":1728082402965,"stop":1728082402966,"duration":1}},{"uid":"93330ec1657bcf15","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/93330ec1657bcf15","status":"passed","time":{"start":1728069256727,"stop":1728069256727,"duration":0}},{"uid":"8d47fa311eb65cf9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8d47fa311eb65cf9","status":"passed","time":{"start":1728068039052,"stop":1728068039052,"duration":0}},{"uid":"b25347d390446ae7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b25347d390446ae7","status":"passed","time":{"start":1728066054982,"stop":1728066054982,"duration":0}},{"uid":"fa0729cbb9455345","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fa0729cbb9455345","status":"passed","time":{"start":1728066345500,"stop":1728066345500,"duration":0}},{"uid":"8b967ee1d1237396","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8b967ee1d1237396","status":"passed","time":{"start":1728057218522,"stop":1728057218522,"duration":0}},{"uid":"372e88e81dcf307","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/372e88e81dcf307","status":"passed","time":{"start":1728056313105,"stop":1728056313105,"duration":0}},{"uid":"8d9488557176f507","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8d9488557176f507","status":"passed","time":{"start":1728056731792,"stop":1728056731792,"duration":0}},{"uid":"34ed2506590369ce","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/34ed2506590369ce","status":"passed","time":{"start":1728052615136,"stop":1728052615137,"duration":1}},{"uid":"926d7979e00bb98e","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/926d7979e00bb98e","status":"passed","time":{"start":1728046456511,"stop":1728046456511,"duration":0}},{"uid":"a420a3599632f7d1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a420a3599632f7d1","status":"passed","time":{"start":1728047262766,"stop":1728047262766,"duration":0}},{"uid":"e9ef549df4f5b74f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e9ef549df4f5b74f","status":"passed","time":{"start":1728043245063,"stop":1728043245063,"duration":0}},{"uid":"ee13217ff48a4217","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ee13217ff48a4217","status":"passed","time":{"start":1728035876574,"stop":1728035876575,"duration":1}},{"uid":"fb3710c543c84b04","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fb3710c543c84b04","status":"passed","time":{"start":1728033795274,"stop":1728033795274,"duration":0}},{"uid":"8956cc7f301b6ccf","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8956cc7f301b6ccf","status":"passed","time":{"start":1728033412135,"stop":1728033412135,"duration":0}},{"uid":"2bbe8fd93ea6042a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2bbe8fd93ea6042a","status":"passed","time":{"start":1728032929724,"stop":1728032929724,"duration":0}}]},"bbf0a4d6fd679e8ed617f72eadca3777:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f99594814d9fb7d8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f99594814d9fb7d8","status":"passed","time":{"start":1728082422911,"stop":1728082422911,"duration":0}}]},"240d74cf73c9a8b1bc5f1cdeea8ffa6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5630d351c4141a99","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5630d351c4141a99","status":"passed","time":{"start":1728086171709,"stop":1728086171711,"duration":2}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"9b64971a9fdcfe43","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b64971a9fdcfe43","status":"passed","time":{"start":1728086336921,"stop":1728086336921,"duration":0}},{"uid":"6aefbd1efcc7dacb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/6aefbd1efcc7dacb","status":"passed","time":{"start":1728085310250,"stop":1728085310250,"duration":0}},{"uid":"4eeb3653c33c2739","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4eeb3653c33c2739","status":"passed","time":{"start":1728084116477,"stop":1728084116477,"duration":0}},{"uid":"2d98e66d4c374cc9","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/2d98e66d4c374cc9","status":"passed","time":{"start":1728083184012,"stop":1728083184012,"duration":0}},{"uid":"150fb73f90777138","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/150fb73f90777138","status":"passed","time":{"start":1728082489673,"stop":1728082489674,"duration":1}},{"uid":"d715fbc72b59f369","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d715fbc72b59f369","status":"passed","time":{"start":1728069347120,"stop":1728069347120,"duration":0}},{"uid":"17cd36d11d6b1786","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/17cd36d11d6b1786","status":"passed","time":{"start":1728068142143,"stop":1728068142144,"duration":1}},{"uid":"df928c96a8dbc744","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/df928c96a8dbc744","status":"passed","time":{"start":1728066759524,"stop":1728066759524,"duration":0}},{"uid":"9153a7785d4eb4f4","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9153a7785d4eb4f4","status":"passed","time":{"start":1728067080499,"stop":1728067080499,"duration":0}},{"uid":"47448418069fcac0","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/47448418069fcac0","status":"passed","time":{"start":1728057941309,"stop":1728057941309,"duration":0}},{"uid":"eec93ec0908285ca","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/eec93ec0908285ca","status":"passed","time":{"start":1728057474262,"stop":1728057474262,"duration":0}},{"uid":"e500dcbe764586f0","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/e500dcbe764586f0","status":"passed","time":{"start":1728053284676,"stop":1728053284676,"duration":0}},{"uid":"f41eddc4614647de","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f41eddc4614647de","status":"passed","time":{"start":1728047212940,"stop":1728047212940,"duration":0}},{"uid":"25e402557ca99ca6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/25e402557ca99ca6","status":"passed","time":{"start":1728047998115,"stop":1728047998115,"duration":0}},{"uid":"3bae0a20e12e225e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3bae0a20e12e225e","status":"passed","time":{"start":1728043333718,"stop":1728043333718,"duration":0}},{"uid":"705a2ae0b80c3fce","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/705a2ae0b80c3fce","status":"passed","time":{"start":1728035955992,"stop":1728035955993,"duration":1}},{"uid":"2ba5578f713659be","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2ba5578f713659be","status":"passed","time":{"start":1728033873076,"stop":1728033873078,"duration":2}},{"uid":"1399021d3513ac27","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1399021d3513ac27","status":"passed","time":{"start":1728033493626,"stop":1728033493627,"duration":1}},{"uid":"d9168b9dc230ca12","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/d9168b9dc230ca12","status":"passed","time":{"start":1728033017912,"stop":1728033017912,"duration":0}},{"uid":"421a40af03226e6b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/421a40af03226e6b","status":"passed","time":{"start":1728032652647,"stop":1728032652647,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"86162838464be5dd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86162838464be5dd","status":"passed","time":{"start":1728086171712,"stop":1728086171712,"duration":0}},{"uid":"1b6868621647eb87","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/1b6868621647eb87","status":"passed","time":{"start":1728085184723,"stop":1728085184724,"duration":1}},{"uid":"7b4ece9312b6c098","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7b4ece9312b6c098","status":"passed","time":{"start":1728084018363,"stop":1728084018363,"duration":0}},{"uid":"f6743bb0c7d85a1d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/f6743bb0c7d85a1d","status":"passed","time":{"start":1728083065687,"stop":1728083065689,"duration":2}},{"uid":"57b347ab9f062d04","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/57b347ab9f062d04","status":"passed","time":{"start":1728069218848,"stop":1728069218849,"duration":1}},{"uid":"f018484a631b8ffb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f018484a631b8ffb","status":"passed","time":{"start":1728046261840,"stop":1728046261841,"duration":1}},{"uid":"eea091f3b377a901","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/eea091f3b377a901","status":"passed","time":{"start":1728043204126,"stop":1728043204126,"duration":0}},{"uid":"d9234a0ba1353da4","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d9234a0ba1353da4","status":"passed","time":{"start":1728035785883,"stop":1728035785884,"duration":1}},{"uid":"fba8c453360b3f0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fba8c453360b3f0","status":"passed","time":{"start":1728033696361,"stop":1728033696361,"duration":0}},{"uid":"ddb31937cb090c3d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ddb31937cb090c3d","status":"passed","time":{"start":1728033319500,"stop":1728033319500,"duration":0}},{"uid":"6bac0eab445744c3","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/6bac0eab445744c3","status":"passed","time":{"start":1728032886562,"stop":1728032886562,"duration":0}},{"uid":"ddcfce5279eeb0f1","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ddcfce5279eeb0f1","status":"passed","time":{"start":1728032520655,"stop":1728032520657,"duration":2}},{"uid":"48097e51169bdf61","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/48097e51169bdf61","status":"passed","time":{"start":1728032252781,"stop":1728032252781,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6d0dec17578e367","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6d0dec17578e367","status":"passed","time":{"start":1728086119054,"stop":1728086119054,"duration":0}},{"uid":"189725b795a92704","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/189725b795a92704","status":"passed","time":{"start":1728085140020,"stop":1728085140020,"duration":0}},{"uid":"964ac857a64c1e8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/964ac857a64c1e8","status":"passed","time":{"start":1728083952015,"stop":1728083952015,"duration":0}},{"uid":"6a72b809acca11a1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6a72b809acca11a1","status":"passed","time":{"start":1728083028321,"stop":1728083028322,"duration":1}},{"uid":"4887ea309cff5c34","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/4887ea309cff5c34","status":"passed","time":{"start":1728082350972,"stop":1728082350972,"duration":0}},{"uid":"14c890d236ef62fb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/14c890d236ef62fb","status":"passed","time":{"start":1728069169231,"stop":1728069169232,"duration":1}},{"uid":"417a8e2d9cbd44b0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/417a8e2d9cbd44b0","status":"passed","time":{"start":1728067996300,"stop":1728067996300,"duration":0}},{"uid":"df608adaef83c944","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/df608adaef83c944","status":"passed","time":{"start":1728065938468,"stop":1728065938468,"duration":0}},{"uid":"af246725067525f0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/af246725067525f0","status":"passed","time":{"start":1728066226713,"stop":1728066226713,"duration":0}},{"uid":"30851e7c4c3ba222","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/30851e7c4c3ba222","status":"passed","time":{"start":1728057115946,"stop":1728057115946,"duration":0}},{"uid":"d747ebfc1ad189f6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d747ebfc1ad189f6","status":"passed","time":{"start":1728056245901,"stop":1728056245901,"duration":0}},{"uid":"9f0b41d25bd2b64c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9f0b41d25bd2b64c","status":"passed","time":{"start":1728056609192,"stop":1728056609192,"duration":0}},{"uid":"6a43b896ea52cb64","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6a43b896ea52cb64","status":"passed","time":{"start":1728055369535,"stop":1728055369535,"duration":0}},{"uid":"d199ce63762ebfc1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d199ce63762ebfc1","status":"passed","time":{"start":1728054349535,"stop":1728054349536,"duration":1}},{"uid":"2aa0ed07833b2bfe","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2aa0ed07833b2bfe","status":"passed","time":{"start":1728052515697,"stop":1728052515697,"duration":0}},{"uid":"f34c988f38107e2f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f34c988f38107e2f","status":"passed","time":{"start":1728046336481,"stop":1728046336481,"duration":0}},{"uid":"827745433ba791f8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/827745433ba791f8","status":"passed","time":{"start":1728047142598,"stop":1728047142599,"duration":1}},{"uid":"5f5428343c05d049","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5f5428343c05d049","status":"passed","time":{"start":1728043166408,"stop":1728043166409,"duration":1}},{"uid":"865c9451ed18df89","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/865c9451ed18df89","status":"passed","time":{"start":1728035763652,"stop":1728035763653,"duration":1}},{"uid":"d8136230700f9c5d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d8136230700f9c5d","status":"passed","time":{"start":1728033686597,"stop":1728033686598,"duration":1}}]},"2a2e95426e10282ef1a0bc1d456a20a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e70e995d78560178","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e70e995d78560178","status":"passed","time":{"start":1728032582953,"stop":1728032582953,"duration":0}}]},"342eb96d6a4779433d5d7b50c03bf5e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e2db06ea0eccc5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2e2db06ea0eccc5","status":"passed","time":{"start":1728032955840,"stop":1728032955840,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"68a750e550ce9221","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/68a750e550ce9221","status":"passed","time":{"start":1728086063176,"stop":1728086063177,"duration":1}},{"uid":"7001a8a978f9696","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7001a8a978f9696","status":"passed","time":{"start":1728085079897,"stop":1728085079897,"duration":0}},{"uid":"8ee9dc52c91a7f42","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8ee9dc52c91a7f42","status":"passed","time":{"start":1728083929293,"stop":1728083929294,"duration":1}},{"uid":"4d35f91845346c2a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/4d35f91845346c2a","status":"passed","time":{"start":1728082986556,"stop":1728082986556,"duration":0}},{"uid":"ca66023a477f9dc8","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/ca66023a477f9dc8","status":"passed","time":{"start":1728082304418,"stop":1728082304419,"duration":1}},{"uid":"8a04d1c72e765f3e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8a04d1c72e765f3e","status":"passed","time":{"start":1728069112301,"stop":1728069112302,"duration":1}},{"uid":"a56f54d44b0678a2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/a56f54d44b0678a2","status":"passed","time":{"start":1728067941518,"stop":1728067941518,"duration":0}},{"uid":"7ae04c57f05812c0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7ae04c57f05812c0","status":"passed","time":{"start":1728043108492,"stop":1728043108492,"duration":0}},{"uid":"e7b84fbea616a0d1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e7b84fbea616a0d1","status":"passed","time":{"start":1728035666334,"stop":1728035666339,"duration":5}},{"uid":"2d2f55aa34464ce8","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/2d2f55aa34464ce8","status":"passed","time":{"start":1728033588055,"stop":1728033588056,"duration":1}},{"uid":"bb415c2fa4388249","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/bb415c2fa4388249","status":"passed","time":{"start":1728033211354,"stop":1728033211355,"duration":1}},{"uid":"2d47875f5542f5b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2d47875f5542f5b","status":"passed","time":{"start":1728032787675,"stop":1728032787675,"duration":0}},{"uid":"20a8b1123bfa46c6","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/20a8b1123bfa46c6","status":"passed","time":{"start":1728032415370,"stop":1728032415371,"duration":1}},{"uid":"ced36e4b27ad85ab","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ced36e4b27ad85ab","status":"passed","time":{"start":1728032137549,"stop":1728032137550,"duration":1}}]},"83d7c8a6663e19822f00cd1a9d64c9d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4e862824ca45686","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c4e862824ca45686","status":"passed","time":{"start":1728084029186,"stop":1728084029186,"duration":0}}]},"00bdd1f7551b5c3c43c1c8b0485d5bd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a472d735f408383e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a472d735f408383e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728053941733,"stop":1728053941733,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eff5fbfb0c5087d8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eff5fbfb0c5087d8","status":"passed","time":{"start":1728086063176,"stop":1728086063176,"duration":0}},{"uid":"f3b28d07c3690d1e","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f3b28d07c3690d1e","status":"passed","time":{"start":1728085079895,"stop":1728085079896,"duration":1}},{"uid":"4a4658b094cc026","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/4a4658b094cc026","status":"passed","time":{"start":1728083929293,"stop":1728083929293,"duration":0}},{"uid":"76daeb345d34570a","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/76daeb345d34570a","status":"passed","time":{"start":1728082986555,"stop":1728082986556,"duration":1}},{"uid":"b06b3e713871a0d5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b06b3e713871a0d5","status":"passed","time":{"start":1728082304417,"stop":1728082304417,"duration":0}},{"uid":"92bbf55db8ba1f80","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/92bbf55db8ba1f80","status":"passed","time":{"start":1728069112294,"stop":1728069112295,"duration":1}},{"uid":"e3775a2e0d4b9f47","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e3775a2e0d4b9f47","status":"passed","time":{"start":1728067941518,"stop":1728067941518,"duration":0}},{"uid":"469646a314158087","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/469646a314158087","status":"passed","time":{"start":1728043108491,"stop":1728043108492,"duration":1}},{"uid":"5d8fdea9664dde46","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5d8fdea9664dde46","status":"passed","time":{"start":1728035666334,"stop":1728035666334,"duration":0}},{"uid":"261bb8f3b9551325","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/261bb8f3b9551325","status":"passed","time":{"start":1728033588054,"stop":1728033588054,"duration":0}},{"uid":"8ea97fe24ba1a15d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8ea97fe24ba1a15d","status":"passed","time":{"start":1728033211353,"stop":1728033211353,"duration":0}},{"uid":"9fb6aab52041c59a","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9fb6aab52041c59a","status":"passed","time":{"start":1728032787674,"stop":1728032787674,"duration":0}},{"uid":"282046aec36acffb","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/282046aec36acffb","status":"passed","time":{"start":1728032415369,"stop":1728032415370,"duration":1}},{"uid":"d7b497c896d06838","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d7b497c896d06838","status":"passed","time":{"start":1728032137547,"stop":1728032137549,"duration":2}}]},"80d7705ed612723ea4931108defd15a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5def329fdcf400b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b5def329fdcf400b","status":"passed","time":{"start":1728043269969,"stop":1728043269970,"duration":1}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"b910934e94b3bd74","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b910934e94b3bd74","status":"passed","time":{"start":1728086151434,"stop":1728086151435,"duration":1}},{"uid":"fe78dc9be1664c09","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fe78dc9be1664c09","status":"passed","time":{"start":1728085167467,"stop":1728085167468,"duration":1}},{"uid":"f9d0bc0fab6d8ffa","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f9d0bc0fab6d8ffa","status":"passed","time":{"start":1728083978596,"stop":1728083978596,"duration":0}},{"uid":"fb04e6a737be831c","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/fb04e6a737be831c","status":"passed","time":{"start":1728083048806,"stop":1728083048806,"duration":0}},{"uid":"5f42069056843e03","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5f42069056843e03","status":"passed","time":{"start":1728082358218,"stop":1728082358218,"duration":0}},{"uid":"2c71579f2226981e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2c71579f2226981e","status":"passed","time":{"start":1728069198396,"stop":1728069198396,"duration":0}},{"uid":"673464f5a4524d7f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/673464f5a4524d7f","status":"passed","time":{"start":1728068011459,"stop":1728068011460,"duration":1}},{"uid":"a90856bca3abaaf","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a90856bca3abaaf","status":"passed","time":{"start":1728065954284,"stop":1728065954285,"duration":1}},{"uid":"7ac6e752ed70a2e3","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7ac6e752ed70a2e3","status":"passed","time":{"start":1728066240122,"stop":1728066240123,"duration":1}},{"uid":"f4caed6d5487d60","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f4caed6d5487d60","status":"passed","time":{"start":1728057130901,"stop":1728057130901,"duration":0}},{"uid":"a214b017d5023af9","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/a214b017d5023af9","status":"passed","time":{"start":1728056264361,"stop":1728056264362,"duration":1}},{"uid":"fad398c9ac6b4d88","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/fad398c9ac6b4d88","status":"passed","time":{"start":1728056625017,"stop":1728056625018,"duration":1}},{"uid":"f1dfa800e3b4532c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f1dfa800e3b4532c","status":"passed","time":{"start":1728055390733,"stop":1728055390738,"duration":5}},{"uid":"96545bdb4d5a0f48","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/96545bdb4d5a0f48","status":"passed","time":{"start":1728054362199,"stop":1728054362199,"duration":0}},{"uid":"5f661ae0d6dc50d7","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5f661ae0d6dc50d7","status":"passed","time":{"start":1728052528615,"stop":1728052528615,"duration":0}},{"uid":"dbc60c4a24ca93b5","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/dbc60c4a24ca93b5","status":"passed","time":{"start":1728046402634,"stop":1728046402634,"duration":0}},{"uid":"1f4d6e88b4b3ce99","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1f4d6e88b4b3ce99","status":"passed","time":{"start":1728047158123,"stop":1728047158123,"duration":0}},{"uid":"f5397490adec5e33","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f5397490adec5e33","status":"passed","time":{"start":1728043189904,"stop":1728043189904,"duration":0}},{"uid":"96b56c2c459ed0bd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/96b56c2c459ed0bd","status":"passed","time":{"start":1728035789180,"stop":1728035789180,"duration":0}},{"uid":"fa7aed9456170253","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/fa7aed9456170253","status":"passed","time":{"start":1728033710151,"stop":1728033710151,"duration":0}}]},"ad652893a82911c78d2c47f686448102:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ee8a01c6e474bd","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/34ee8a01c6e474bd","status":"passed","time":{"start":1728033410927,"stop":1728033410927,"duration":0}}]},"ae30ca14a41f8ab616e168cf0e5b40a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ff90c3a9352d8bf","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1ff90c3a9352d8bf","status":"passed","time":{"start":1728068055950,"stop":1728068055951,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":14,"unknown":0,"total":16},"items":[{"uid":"7fbfcaf2c1a3ba7a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7fbfcaf2c1a3ba7a","status":"passed","time":{"start":1728085992915,"stop":1728085992915,"duration":0}},{"uid":"684520397550348f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/684520397550348f","status":"passed","time":{"start":1728085011930,"stop":1728085011931,"duration":1}},{"uid":"2a3027bccea204bc","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2a3027bccea204bc","status":"passed","time":{"start":1728083868148,"stop":1728083868149,"duration":1}},{"uid":"3bdad9b81ae5ad21","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3bdad9b81ae5ad21","status":"passed","time":{"start":1728082931944,"stop":1728082931944,"duration":0}},{"uid":"713a47f38a67e82","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/713a47f38a67e82","status":"passed","time":{"start":1728082258402,"stop":1728082258402,"duration":0}},{"uid":"d93f63e488740a91","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d93f63e488740a91","status":"passed","time":{"start":1728069041428,"stop":1728069041428,"duration":0}},{"uid":"1aba7cc48a3a74dc","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1aba7cc48a3a74dc","status":"passed","time":{"start":1728067910742,"stop":1728067910742,"duration":0}},{"uid":"b2ff43c8bcf6fef9","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b2ff43c8bcf6fef9","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728056499121,"stop":1728056499122,"duration":1}},{"uid":"cb0a63745bcfaea3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/cb0a63745bcfaea3","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/unsubscribe.node.spec.ts)","time":{"start":1728047034192,"stop":1728047034192,"duration":0}},{"uid":"b71aa9fb254d13ab","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b71aa9fb254d13ab","status":"passed","time":{"start":1728043037101,"stop":1728043037104,"duration":3}},{"uid":"a232a0505de45559","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a232a0505de45559","status":"passed","time":{"start":1728035598944,"stop":1728035598944,"duration":0}},{"uid":"def18ca1cffbb22","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/def18ca1cffbb22","status":"passed","time":{"start":1728033517693,"stop":1728033517693,"duration":0}},{"uid":"3abb8ce590124924","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3abb8ce590124924","status":"passed","time":{"start":1728033142464,"stop":1728033142465,"duration":1}},{"uid":"628f37b460c751e0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/628f37b460c751e0","status":"passed","time":{"start":1728032710101,"stop":1728032710102,"duration":1}},{"uid":"5ef33959ef0ea603","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5ef33959ef0ea603","status":"passed","time":{"start":1728032346542,"stop":1728032346542,"duration":0}},{"uid":"45ed39f50f16fec5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/45ed39f50f16fec5","status":"passed","time":{"start":1728032067794,"stop":1728032067795,"duration":1}}]},"9218565bfab4accaa1d9d9400cb2fc59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df0fcbf8b17dc99f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/df0fcbf8b17dc99f","status":"passed","time":{"start":1728083113929,"stop":1728083113929,"duration":0}}]},"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"74fdf8575403c306","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/74fdf8575403c306","status":"passed","time":{"start":1728085879614,"stop":1728085879614,"duration":0}},{"uid":"f5bcc717c9bcf2cc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f5bcc717c9bcf2cc","status":"passed","time":{"start":1728084892510,"stop":1728084892511,"duration":1}},{"uid":"f45b026adce862d7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f45b026adce862d7","status":"passed","time":{"start":1728083759832,"stop":1728083759833,"duration":1}},{"uid":"891a855e8787ea87","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/891a855e8787ea87","status":"passed","time":{"start":1728082822976,"stop":1728082822976,"duration":0}},{"uid":"7df8b18af3950fcd","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7df8b18af3950fcd","status":"passed","time":{"start":1728082155074,"stop":1728082155074,"duration":0}},{"uid":"dfa12a6d6e968003","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/dfa12a6d6e968003","status":"passed","time":{"start":1728068924126,"stop":1728068924127,"duration":1}},{"uid":"84de17d7b457daad","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/84de17d7b457daad","status":"passed","time":{"start":1728067799546,"stop":1728067799546,"duration":0}},{"uid":"bdad88a8a7e00e4b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bdad88a8a7e00e4b","status":"passed","time":{"start":1728065647141,"stop":1728065647141,"duration":0}},{"uid":"6d691a0b01993d85","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6d691a0b01993d85","status":"passed","time":{"start":1728065936607,"stop":1728065936607,"duration":0}},{"uid":"c6cabe2bfd2029e4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c6cabe2bfd2029e4","status":"passed","time":{"start":1728056827242,"stop":1728056827242,"duration":0}},{"uid":"690dac3f9b919cc9","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/690dac3f9b919cc9","status":"passed","time":{"start":1728055999041,"stop":1728055999041,"duration":0}},{"uid":"8e8d1f9281508e1a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8e8d1f9281508e1a","status":"passed","time":{"start":1728056319012,"stop":1728056319013,"duration":1}},{"uid":"58ddd3618696983f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/58ddd3618696983f","status":"passed","time":{"start":1728055130478,"stop":1728055130480,"duration":2}},{"uid":"5348734f76b61b2f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5348734f76b61b2f","status":"passed","time":{"start":1728054109200,"stop":1728054109200,"duration":0}},{"uid":"f54d2c448a6dfade","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/f54d2c448a6dfade","status":"passed","time":{"start":1728052386763,"stop":1728052386763,"duration":0}},{"uid":"943ad51fdaa9c859","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/943ad51fdaa9c859","status":"passed","time":{"start":1728046067818,"stop":1728046067818,"duration":0}},{"uid":"524e0d7a9bd19a0b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/524e0d7a9bd19a0b","status":"passed","time":{"start":1728046853352,"stop":1728046853353,"duration":1}},{"uid":"538db027f67c182a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/538db027f67c182a","status":"passed","time":{"start":1728042922869,"stop":1728042922870,"duration":1}},{"uid":"39aaea9c509f9081","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/39aaea9c509f9081","status":"passed","time":{"start":1728035485980,"stop":1728035485981,"duration":1}},{"uid":"a9af233fbea9ef19","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a9af233fbea9ef19","status":"passed","time":{"start":1728033402386,"stop":1728033402387,"duration":1}}]},"113413d7aa4a4f13fe4716829036dbae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c0557e30e4a723d","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/3c0557e30e4a723d","status":"passed","time":{"start":1728084018348,"stop":1728084018348,"duration":0}}]},"5dbf3ff90c7d8a3055e4761c135161c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3556aa3b6b5ee81","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/f3556aa3b6b5ee81","status":"passed","time":{"start":1728032520627,"stop":1728032520627,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"606e3c09534a6579","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/606e3c09534a6579","status":"passed","time":{"start":1728085872738,"stop":1728085872739,"duration":1}},{"uid":"194cc7abd03d886d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/194cc7abd03d886d","status":"passed","time":{"start":1728084885247,"stop":1728084885248,"duration":1}},{"uid":"72ac155420891e91","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/72ac155420891e91","status":"passed","time":{"start":1728083752738,"stop":1728083752738,"duration":0}},{"uid":"b739d6352ca502a5","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b739d6352ca502a5","status":"passed","time":{"start":1728082815928,"stop":1728082815928,"duration":0}},{"uid":"954aae1f1c72e101","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/954aae1f1c72e101","status":"passed","time":{"start":1728082147994,"stop":1728082147994,"duration":0}},{"uid":"652a2eebf2f0bc1b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/652a2eebf2f0bc1b","status":"passed","time":{"start":1728068916836,"stop":1728068916837,"duration":1}},{"uid":"d66197b437a76dbd","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/d66197b437a76dbd","status":"passed","time":{"start":1728067793128,"stop":1728067793129,"duration":1}},{"uid":"9f05595755a8a8a2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9f05595755a8a8a2","status":"passed","time":{"start":1728065639897,"stop":1728065639897,"duration":0}},{"uid":"f090c55633e58536","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/f090c55633e58536","status":"passed","time":{"start":1728065929465,"stop":1728065929465,"duration":0}},{"uid":"7cbb1131b984043e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7cbb1131b984043e","status":"passed","time":{"start":1728056820052,"stop":1728056820052,"duration":0}},{"uid":"44ea029cf3442ad3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/44ea029cf3442ad3","status":"passed","time":{"start":1728055991701,"stop":1728055991701,"duration":0}},{"uid":"ea502a7b5e66f104","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ea502a7b5e66f104","status":"passed","time":{"start":1728056312121,"stop":1728056312121,"duration":0}},{"uid":"9a2039348f95307a","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9a2039348f95307a","status":"passed","time":{"start":1728055123410,"stop":1728055123410,"duration":0}},{"uid":"3784a8b870e35265","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3784a8b870e35265","status":"passed","time":{"start":1728054102190,"stop":1728054102190,"duration":0}},{"uid":"4273f30fcac7910c","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4273f30fcac7910c","status":"passed","time":{"start":1728052379780,"stop":1728052379780,"duration":0}},{"uid":"cc8a34a7d08f6765","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/cc8a34a7d08f6765","status":"passed","time":{"start":1728046060544,"stop":1728046060544,"duration":0}},{"uid":"7287dfcce7e3b5ee","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7287dfcce7e3b5ee","status":"passed","time":{"start":1728046846353,"stop":1728046846353,"duration":0}},{"uid":"440d575947d790dd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/440d575947d790dd","status":"passed","time":{"start":1728042916064,"stop":1728042916064,"duration":0}},{"uid":"ada6a07d73b07a92","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ada6a07d73b07a92","status":"passed","time":{"start":1728035478722,"stop":1728035478722,"duration":0}},{"uid":"3c2c437360a6a3f9","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/3c2c437360a6a3f9","status":"passed","time":{"start":1728033395124,"stop":1728033395124,"duration":0}}]},"b7107d8264a24234604298fe6d99da9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c980e2bc812d3653","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c980e2bc812d3653","status":"passed","time":{"start":1728083065665,"stop":1728083065665,"duration":0}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6de317c6104d8bb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6de317c6104d8bb5","status":"passed","time":{"start":1728086272023,"stop":1728086272024,"duration":1}},{"uid":"8ef835597db5ec21","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8ef835597db5ec21","status":"passed","time":{"start":1728085283340,"stop":1728085283341,"duration":1}},{"uid":"2e63b0c8f6318888","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2e63b0c8f6318888","status":"passed","time":{"start":1728084090528,"stop":1728084090529,"duration":1}},{"uid":"76dd1e8b7353c18d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/76dd1e8b7353c18d","status":"passed","time":{"start":1728083155566,"stop":1728083155566,"duration":0}},{"uid":"a18c73b748ae43b4","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a18c73b748ae43b4","status":"passed","time":{"start":1728082460327,"stop":1728082460329,"duration":2}},{"uid":"5d55983af006d293","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5d55983af006d293","status":"passed","time":{"start":1728069321417,"stop":1728069321418,"duration":1}},{"uid":"f5a914a84c0718e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f5a914a84c0718e","status":"passed","time":{"start":1728068107526,"stop":1728068107526,"duration":0}},{"uid":"e43bd1ca91f3361","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e43bd1ca91f3361","status":"passed","time":{"start":1728043308788,"stop":1728043308789,"duration":1}},{"uid":"e8ef3873b62027b9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e8ef3873b62027b9","status":"passed","time":{"start":1728035924352,"stop":1728035924352,"duration":0}},{"uid":"953e95c6347de76b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/953e95c6347de76b","status":"passed","time":{"start":1728033839319,"stop":1728033839321,"duration":2}},{"uid":"10974422ca5957a6","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/10974422ca5957a6","status":"passed","time":{"start":1728033458352,"stop":1728033458353,"duration":1}},{"uid":"8aa3fa7fa44925f7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8aa3fa7fa44925f7","status":"passed","time":{"start":1728032996597,"stop":1728032996597,"duration":0}},{"uid":"d0328b733fea3442","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d0328b733fea3442","status":"passed","time":{"start":1728032626664,"stop":1728032626665,"duration":1}},{"uid":"1204a702dcc633b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1204a702dcc633b","status":"passed","time":{"start":1728032353374,"stop":1728032353374,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e7f409d0779fc46b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e7f409d0779fc46b","status":"passed","time":{"start":1728086032736,"stop":1728086032736,"duration":0}},{"uid":"8dfa65310542f4a0","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/8dfa65310542f4a0","status":"passed","time":{"start":1728085050216,"stop":1728085050216,"duration":0}},{"uid":"a1d1fe2bcd269d89","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a1d1fe2bcd269d89","status":"passed","time":{"start":1728083903361,"stop":1728083903361,"duration":0}},{"uid":"af8347308b651559","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/af8347308b651559","status":"passed","time":{"start":1728082964224,"stop":1728082964226,"duration":2}},{"uid":"2f296f412ae3418a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2f296f412ae3418a","status":"passed","time":{"start":1728082280682,"stop":1728082280682,"duration":0}},{"uid":"3e4a403077db3bf5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3e4a403077db3bf5","status":"passed","time":{"start":1728069077441,"stop":1728069077442,"duration":1}},{"uid":"b95483e7e31453e9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b95483e7e31453e9","status":"passed","time":{"start":1728067917848,"stop":1728067917848,"duration":0}},{"uid":"b10bff531a4afe64","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b10bff531a4afe64","status":"passed","time":{"start":1728043075247,"stop":1728043075247,"duration":0}},{"uid":"ac7eb6808fb127fc","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ac7eb6808fb127fc","status":"passed","time":{"start":1728035638289,"stop":1728035638290,"duration":1}},{"uid":"9c7fa3df011be717","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9c7fa3df011be717","status":"passed","time":{"start":1728033557506,"stop":1728033557506,"duration":0}},{"uid":"414c2d8e890015d3","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/414c2d8e890015d3","status":"passed","time":{"start":1728033182521,"stop":1728033182521,"duration":0}},{"uid":"f2e68c0f1c768eb1","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f2e68c0f1c768eb1","status":"passed","time":{"start":1728032755522,"stop":1728032755523,"duration":1}},{"uid":"bdc671dcc4982a01","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/bdc671dcc4982a01","status":"passed","time":{"start":1728032388392,"stop":1728032388392,"duration":0}},{"uid":"b4a811f4485755c5","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b4a811f4485755c5","status":"passed","time":{"start":1728032113246,"stop":1728032113249,"duration":3}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7fbdd81c44cebf9d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7fbdd81c44cebf9d","status":"passed","time":{"start":1728086032737,"stop":1728086032738,"duration":1}},{"uid":"39d812e4d67adea7","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/39d812e4d67adea7","status":"passed","time":{"start":1728085050217,"stop":1728085050217,"duration":0}},{"uid":"6af7add3659e6f1e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6af7add3659e6f1e","status":"passed","time":{"start":1728083903363,"stop":1728083903363,"duration":0}},{"uid":"143866282febfee1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/143866282febfee1","status":"passed","time":{"start":1728082964228,"stop":1728082964229,"duration":1}},{"uid":"c1da8aafc057c490","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c1da8aafc057c490","status":"passed","time":{"start":1728082280685,"stop":1728082280685,"duration":0}},{"uid":"2c8479ec48c6e294","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2c8479ec48c6e294","status":"passed","time":{"start":1728069077450,"stop":1728069077454,"duration":4}},{"uid":"eaa54d52a8db4ec4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/eaa54d52a8db4ec4","status":"passed","time":{"start":1728067917849,"stop":1728067917850,"duration":1}},{"uid":"4fa90521b3dc28fd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4fa90521b3dc28fd","status":"passed","time":{"start":1728043075249,"stop":1728043075250,"duration":1}},{"uid":"d5bb574634d51193","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d5bb574634d51193","status":"passed","time":{"start":1728035638293,"stop":1728035638294,"duration":1}},{"uid":"734bfa06861d58a5","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/734bfa06861d58a5","status":"passed","time":{"start":1728033557510,"stop":1728033557510,"duration":0}},{"uid":"16d9388b3d7c9fac","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/16d9388b3d7c9fac","status":"passed","time":{"start":1728033182522,"stop":1728033182522,"duration":0}},{"uid":"f7644afee56bf896","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f7644afee56bf896","status":"passed","time":{"start":1728032755525,"stop":1728032755526,"duration":1}},{"uid":"a8386f3d9d603cbc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a8386f3d9d603cbc","status":"passed","time":{"start":1728032388393,"stop":1728032388394,"duration":1}},{"uid":"f6461df3fe520f87","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f6461df3fe520f87","status":"passed","time":{"start":1728032113261,"stop":1728032113261,"duration":0}}]},"7abce257d1f8d9454b43401db48b93aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24e62e4ce8950017","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/24e62e4ce8950017","status":"passed","time":{"start":1728082438078,"stop":1728082438080,"duration":2}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9c97258ce92e73ac","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c97258ce92e73ac","status":"passed","time":{"start":1728085963115,"stop":1728085963116,"duration":1}},{"uid":"2c61a5f2f2ccf868","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2c61a5f2f2ccf868","status":"passed","time":{"start":1728084980638,"stop":1728084980639,"duration":1}},{"uid":"8fc7bb1fa8b0a1ba","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8fc7bb1fa8b0a1ba","status":"passed","time":{"start":1728083841532,"stop":1728083841532,"duration":0}},{"uid":"b1918b413b521cb3","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b1918b413b521cb3","status":"passed","time":{"start":1728082905773,"stop":1728082905775,"duration":2}},{"uid":"31486a8936cd2b36","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/31486a8936cd2b36","status":"passed","time":{"start":1728082231569,"stop":1728082231569,"duration":0}},{"uid":"12025b9d0763828a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/12025b9d0763828a","status":"passed","time":{"start":1728069010262,"stop":1728069010262,"duration":0}},{"uid":"ea6cee10e035f52","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ea6cee10e035f52","status":"passed","time":{"start":1728046146016,"stop":1728046146021,"duration":5}},{"uid":"97ef035014f41b53","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/97ef035014f41b53","status":"passed","time":{"start":1728043008851,"stop":1728043008851,"duration":0}},{"uid":"ccae68d17299fd9f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ccae68d17299fd9f","status":"passed","time":{"start":1728035569674,"stop":1728035569675,"duration":1}},{"uid":"316bf6750b799691","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/316bf6750b799691","status":"passed","time":{"start":1728033486734,"stop":1728033486734,"duration":0}},{"uid":"e078b8f00b421d59","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e078b8f00b421d59","status":"passed","time":{"start":1728033116289,"stop":1728033116290,"duration":1}},{"uid":"62903af9262a9865","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/62903af9262a9865","status":"passed","time":{"start":1728032680278,"stop":1728032680278,"duration":0}},{"uid":"e22392e708aa8b11","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e22392e708aa8b11","status":"passed","time":{"start":1728032316361,"stop":1728032316362,"duration":1}},{"uid":"db0820b8abca1ce9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/db0820b8abca1ce9","status":"passed","time":{"start":1728032035329,"stop":1728032035330,"duration":1}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":23,"unknown":0,"total":23},"items":[{"uid":"c1579e61f8efb8a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c1579e61f8efb8a7","status":"passed","time":{"start":1728085923997,"stop":1728085923997,"duration":0}},{"uid":"d6297a407691cbf6","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/d6297a407691cbf6","status":"passed","time":{"start":1728084940033,"stop":1728084940035,"duration":2}},{"uid":"791b8261f17324f8","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/791b8261f17324f8","status":"passed","time":{"start":1728083802646,"stop":1728083802647,"duration":1}},{"uid":"1055b1d84ce406e4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/1055b1d84ce406e4","status":"passed","time":{"start":1728082868027,"stop":1728082868027,"duration":0}},{"uid":"8cc7ad8b66849586","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8cc7ad8b66849586","status":"passed","time":{"start":1728082200012,"stop":1728082200012,"duration":0}},{"uid":"2cb94a446aad6fcc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2cb94a446aad6fcc","status":"passed","time":{"start":1728068972277,"stop":1728068972277,"duration":0}},{"uid":"3f8a5c62338ebfd4","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/3f8a5c62338ebfd4","status":"passed","time":{"start":1728067844435,"stop":1728067844436,"duration":1}},{"uid":"22bf1889386b632e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/22bf1889386b632e","status":"passed","time":{"start":1728065692080,"stop":1728065692080,"duration":0}},{"uid":"fadf28cf3af0c227","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fadf28cf3af0c227","status":"passed","time":{"start":1728065980718,"stop":1728065980718,"duration":0}},{"uid":"b44370d6f6789858","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/b44370d6f6789858","status":"passed","time":{"start":1728056044216,"stop":1728056044217,"duration":1}},{"uid":"bc601cf4000187d6","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/bc601cf4000187d6","status":"passed","time":{"start":1728056362618,"stop":1728056362619,"duration":1}},{"uid":"226a6c4e43558c3d","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/226a6c4e43558c3d","status":"passed","time":{"start":1728055173953,"stop":1728055173954,"duration":1}},{"uid":"b558ba4db1cd8639","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b558ba4db1cd8639","status":"passed","time":{"start":1728054152459,"stop":1728054152459,"duration":0}},{"uid":"72b0749136998097","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/72b0749136998097","status":"passed","time":{"start":1728052430494,"stop":1728052430495,"duration":1}},{"uid":"aff1804e48c73524","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/aff1804e48c73524","status":"passed","time":{"start":1728046114116,"stop":1728046114116,"duration":0}},{"uid":"50b0ab2c6ba6e817","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/50b0ab2c6ba6e817","status":"passed","time":{"start":1728046897963,"stop":1728046897964,"duration":1}},{"uid":"f754cbae28106941","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f754cbae28106941","status":"passed","time":{"start":1728042968176,"stop":1728042968176,"duration":0}},{"uid":"19a8624e942177a0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/19a8624e942177a0","status":"passed","time":{"start":1728035530312,"stop":1728035530313,"duration":1}},{"uid":"9c650819135cbc16","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9c650819135cbc16","status":"passed","time":{"start":1728033447272,"stop":1728033447273,"duration":1}},{"uid":"e1c627f75662f9f2","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e1c627f75662f9f2","status":"passed","time":{"start":1728033074900,"stop":1728033074901,"duration":1}}]},"9567f6d5c8ae1ee9c53b32cef417520c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501e479aae35fd7f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/501e479aae35fd7f","status":"passed","time":{"start":1728069309217,"stop":1728069309217,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"829f2f764f387eed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/829f2f764f387eed","status":"passed","time":{"start":1728086258662,"stop":1728086258663,"duration":1}},{"uid":"782a2e321a0c90ce","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/782a2e321a0c90ce","status":"passed","time":{"start":1728085280463,"stop":1728085280463,"duration":0}},{"uid":"2fc82b03244aad80","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2fc82b03244aad80","status":"passed","time":{"start":1728084082631,"stop":1728084082632,"duration":1}},{"uid":"ad4fd2060c9aa7e4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ad4fd2060c9aa7e4","status":"passed","time":{"start":1728083150061,"stop":1728083150062,"duration":1}},{"uid":"e523bac95c23a865","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e523bac95c23a865","status":"passed","time":{"start":1728082465652,"stop":1728082465655,"duration":3}},{"uid":"fb0108142c34569d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fb0108142c34569d","status":"passed","time":{"start":1728069307996,"stop":1728069307996,"duration":0}},{"uid":"32eec9e74bb927e9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/32eec9e74bb927e9","status":"passed","time":{"start":1728068100426,"stop":1728068100426,"duration":0}},{"uid":"8a0df3dbf4c2fbdd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/8a0df3dbf4c2fbdd","status":"passed","time":{"start":1728043296026,"stop":1728043296026,"duration":0}},{"uid":"fe9a2b385d361524","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/fe9a2b385d361524","status":"passed","time":{"start":1728035910072,"stop":1728035910072,"duration":0}},{"uid":"888283f18d0e3638","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/888283f18d0e3638","status":"passed","time":{"start":1728033824766,"stop":1728033824768,"duration":2}},{"uid":"bf85fcf17c17af8","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/bf85fcf17c17af8","status":"passed","time":{"start":1728033449293,"stop":1728033449293,"duration":0}},{"uid":"72f1918967ca5689","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/72f1918967ca5689","status":"passed","time":{"start":1728032982572,"stop":1728032982572,"duration":0}},{"uid":"c01e47da52bb005a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/c01e47da52bb005a","status":"passed","time":{"start":1728032626109,"stop":1728032626111,"duration":2}},{"uid":"16c51050c6a89500","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/16c51050c6a89500","status":"passed","time":{"start":1728032345514,"stop":1728032345518,"duration":4}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4dce0cae9763b7e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4dce0cae9763b7e4","status":"passed","time":{"start":1728086226470,"stop":1728086226471,"duration":1}},{"uid":"dcd64adaa2e0c97d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/dcd64adaa2e0c97d","status":"passed","time":{"start":1728085246282,"stop":1728085246286,"duration":4}},{"uid":"faf503253e22e0d0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/faf503253e22e0d0","status":"passed","time":{"start":1728084078533,"stop":1728084078534,"duration":1}},{"uid":"8b055db0e0f8f4aa","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8b055db0e0f8f4aa","status":"passed","time":{"start":1728083125006,"stop":1728083125006,"duration":0}},{"uid":"bd7fafcff2dfc0c5","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/bd7fafcff2dfc0c5","status":"passed","time":{"start":1728082441017,"stop":1728082441018,"duration":1}},{"uid":"a816ea11fb8d7085","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a816ea11fb8d7085","status":"passed","time":{"start":1728069279733,"stop":1728069279734,"duration":1}},{"uid":"900074974bf6af33","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/900074974bf6af33","status":"passed","time":{"start":1728046402353,"stop":1728046402354,"duration":1}},{"uid":"d6480aac906f534e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d6480aac906f534e","status":"passed","time":{"start":1728043267036,"stop":1728043267036,"duration":0}},{"uid":"76a788e7f067c736","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/76a788e7f067c736","status":"passed","time":{"start":1728035855929,"stop":1728035855930,"duration":1}},{"uid":"24352713bbe9ac24","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/24352713bbe9ac24","status":"passed","time":{"start":1728033769211,"stop":1728033769212,"duration":1}},{"uid":"5447e99ba1d650","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/5447e99ba1d650","status":"passed","time":{"start":1728033391659,"stop":1728033391659,"duration":0}},{"uid":"e0760d4ad8864c91","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e0760d4ad8864c91","status":"passed","time":{"start":1728032951652,"stop":1728032951658,"duration":6}},{"uid":"d05c9255c970e166","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/d05c9255c970e166","status":"passed","time":{"start":1728032582507,"stop":1728032582507,"duration":0}},{"uid":"c7ff51981a9c9315","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c7ff51981a9c9315","status":"passed","time":{"start":1728032304556,"stop":1728032304556,"duration":0}}]},"c01b79870a7a74a4d53b4f77a9f01edb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0528967dcf3a95c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d0528967dcf3a95c","status":"passed","time":{"start":1728043232173,"stop":1728043232174,"duration":1}}]},"68eceb34af7fea3d79659551354d5b48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6837e53c1d98877","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a6837e53c1d98877","status":"passed","time":{"start":1728066313101,"stop":1728066313101,"duration":0}}]},"936d8b3b2d94a27b3f4961958a3a288f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd7eccabf0f77f65","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bd7eccabf0f77f65","status":"passed","time":{"start":1728043238299,"stop":1728043238299,"duration":0}}]},"5cf697656359fd2b5f56aa8a9eba7410:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7d6380623ed95d8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e7d6380623ed95d8","status":"passed","time":{"start":1728058024176,"stop":1728058024177,"duration":1}}]},"8b6722df1c177f6b750e73b4a6e674a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4af440291998c2c5","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/4af440291998c2c5","status":"passed","time":{"start":1728067440377,"stop":1728067440378,"duration":1}}]},"88d73d445461afd64474fa7f570ebf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70adb30f47317365","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/70adb30f47317365","status":"passed","time":{"start":1728068055158,"stop":1728068055159,"duration":1}}]},"5acfe4e931bb2aa3b569eff78d22f8ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"554654191f32d328","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/554654191f32d328","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728053197850,"stop":1728053197850,"duration":0}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"bb05b13b0a1f7185","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bb05b13b0a1f7185","status":"passed","time":{"start":1728085864167,"stop":1728085864168,"duration":1}},{"uid":"9b992b775b2f92d8","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9b992b775b2f92d8","status":"passed","time":{"start":1728084876396,"stop":1728084876396,"duration":0}},{"uid":"80195c6c13bbbe31","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/80195c6c13bbbe31","status":"passed","time":{"start":1728083744353,"stop":1728083744353,"duration":0}},{"uid":"b0c6fce17960c9c4","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b0c6fce17960c9c4","status":"passed","time":{"start":1728082807446,"stop":1728082807446,"duration":0}},{"uid":"2e9b9721449e986f","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/2e9b9721449e986f","status":"passed","time":{"start":1728082139314,"stop":1728082139314,"duration":0}},{"uid":"6dc13ce698025206","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6dc13ce698025206","status":"passed","time":{"start":1728068908054,"stop":1728068908054,"duration":0}},{"uid":"4f79435eec67bb91","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4f79435eec67bb91","status":"passed","time":{"start":1728067784708,"stop":1728067784708,"duration":0}},{"uid":"610b04432cb07384","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/610b04432cb07384","status":"passed","time":{"start":1728065631511,"stop":1728065631511,"duration":0}},{"uid":"79dec4c303edab19","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/79dec4c303edab19","status":"passed","time":{"start":1728065920823,"stop":1728065920823,"duration":0}},{"uid":"638edd319e6dd45b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/638edd319e6dd45b","status":"passed","time":{"start":1728056811582,"stop":1728056811582,"duration":0}},{"uid":"9ef22ed122941556","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/9ef22ed122941556","status":"passed","time":{"start":1728055983138,"stop":1728055983139,"duration":1}},{"uid":"39115e67f406c164","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/39115e67f406c164","status":"passed","time":{"start":1728056303681,"stop":1728056303681,"duration":0}},{"uid":"bb8b8eee93b06de2","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bb8b8eee93b06de2","status":"passed","time":{"start":1728055114810,"stop":1728055114811,"duration":1}},{"uid":"c404f9ab00d46916","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/c404f9ab00d46916","status":"passed","time":{"start":1728054093598,"stop":1728054093598,"duration":0}},{"uid":"c45506812b2120ad","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c45506812b2120ad","status":"passed","time":{"start":1728052371183,"stop":1728052371183,"duration":0}},{"uid":"b6f0853fa3957c1d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b6f0853fa3957c1d","status":"passed","time":{"start":1728046051722,"stop":1728046051722,"duration":0}},{"uid":"a0329881463e49a1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a0329881463e49a1","status":"passed","time":{"start":1728046837808,"stop":1728046837809,"duration":1}},{"uid":"962ade8b064cba81","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/962ade8b064cba81","status":"passed","time":{"start":1728042907581,"stop":1728042907582,"duration":1}},{"uid":"9be08ed255e90e49","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9be08ed255e90e49","status":"passed","time":{"start":1728035469882,"stop":1728035469882,"duration":0}},{"uid":"10903a41157d2e1f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/10903a41157d2e1f","status":"passed","time":{"start":1728033386391,"stop":1728033386391,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"445f0a0cd3839a4d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/445f0a0cd3839a4d","status":"passed","time":{"start":1728086258657,"stop":1728086258662,"duration":5}},{"uid":"91105425ce73e442","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/91105425ce73e442","status":"passed","time":{"start":1728085280462,"stop":1728085280463,"duration":1}},{"uid":"f1aa3ccf0aec8a72","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/f1aa3ccf0aec8a72","status":"passed","time":{"start":1728084082628,"stop":1728084082630,"duration":2}},{"uid":"cd60d493662ff9a6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/cd60d493662ff9a6","status":"passed","time":{"start":1728083150061,"stop":1728083150061,"duration":0}},{"uid":"3c95c8abd36cb41c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/3c95c8abd36cb41c","status":"passed","time":{"start":1728082465648,"stop":1728082465648,"duration":0}},{"uid":"7f6e932a858106b5","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7f6e932a858106b5","status":"passed","time":{"start":1728069307995,"stop":1728069307995,"duration":0}},{"uid":"381f34b37e695a76","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/381f34b37e695a76","status":"passed","time":{"start":1728068100425,"stop":1728068100425,"duration":0}},{"uid":"48494f1b79b8dee0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/48494f1b79b8dee0","status":"passed","time":{"start":1728043296025,"stop":1728043296025,"duration":0}},{"uid":"d22dc70cd5ed6c7a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/d22dc70cd5ed6c7a","status":"passed","time":{"start":1728035910069,"stop":1728035910069,"duration":0}},{"uid":"db54afd6db6d3be4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/db54afd6db6d3be4","status":"passed","time":{"start":1728033824763,"stop":1728033824763,"duration":0}},{"uid":"f0b0f5d1d28c5a1f","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f0b0f5d1d28c5a1f","status":"passed","time":{"start":1728033449291,"stop":1728033449292,"duration":1}},{"uid":"e697600ffca23397","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/e697600ffca23397","status":"passed","time":{"start":1728032982569,"stop":1728032982570,"duration":1}},{"uid":"b55cae1f0a0d00a9","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/b55cae1f0a0d00a9","status":"passed","time":{"start":1728032626107,"stop":1728032626108,"duration":1}},{"uid":"4689872c459d6cfa","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4689872c459d6cfa","status":"passed","time":{"start":1728032345512,"stop":1728032345512,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"27d7bde3cda12ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/27d7bde3cda12ba","status":"passed","time":{"start":1728086063188,"stop":1728086063188,"duration":0}},{"uid":"66a93d03861fbae2","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/66a93d03861fbae2","status":"passed","time":{"start":1728085079903,"stop":1728085079904,"duration":1}},{"uid":"8ea555a62533cc82","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/8ea555a62533cc82","status":"passed","time":{"start":1728083929299,"stop":1728083929300,"duration":1}},{"uid":"3375f6398523c170","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/3375f6398523c170","status":"passed","time":{"start":1728082986565,"stop":1728082986570,"duration":5}},{"uid":"16968e7073eaf4c9","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/16968e7073eaf4c9","status":"passed","time":{"start":1728082304426,"stop":1728082304427,"duration":1}},{"uid":"446e96de0d11a0d9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/446e96de0d11a0d9","status":"passed","time":{"start":1728069112308,"stop":1728069112308,"duration":0}},{"uid":"808706470c4a9dcc","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/808706470c4a9dcc","status":"passed","time":{"start":1728067941523,"stop":1728067941523,"duration":0}},{"uid":"a5ce55b9cfe29d00","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a5ce55b9cfe29d00","status":"passed","time":{"start":1728043108498,"stop":1728043108498,"duration":0}},{"uid":"a9e38b14b61d01ed","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a9e38b14b61d01ed","status":"passed","time":{"start":1728035666345,"stop":1728035666346,"duration":1}},{"uid":"7a4729a7bd796ce1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/7a4729a7bd796ce1","status":"passed","time":{"start":1728033588072,"stop":1728033588072,"duration":0}},{"uid":"c75e9dc650035d66","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c75e9dc650035d66","status":"passed","time":{"start":1728033211361,"stop":1728033211362,"duration":1}},{"uid":"2164258d5840084","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/2164258d5840084","status":"passed","time":{"start":1728032787680,"stop":1728032787683,"duration":3}},{"uid":"13508858d66366cd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/13508858d66366cd","status":"passed","time":{"start":1728032415382,"stop":1728032415383,"duration":1}},{"uid":"8ff9a0d0cddf841b","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/8ff9a0d0cddf841b","status":"passed","time":{"start":1728032137558,"stop":1728032137558,"duration":0}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"5c8a074c41ac8b28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c8a074c41ac8b28","status":"passed","time":{"start":1728085864155,"stop":1728085864155,"duration":0}},{"uid":"fc932a01eb940aeb","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/fc932a01eb940aeb","status":"passed","time":{"start":1728084876379,"stop":1728084876383,"duration":4}},{"uid":"ff4a6a857b9619ef","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ff4a6a857b9619ef","status":"passed","time":{"start":1728083744335,"stop":1728083744341,"duration":6}},{"uid":"e3e4dc7928b32ed1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e3e4dc7928b32ed1","status":"passed","time":{"start":1728082807428,"stop":1728082807428,"duration":0}},{"uid":"de0aaea09594f5b2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/de0aaea09594f5b2","status":"passed","time":{"start":1728082139300,"stop":1728082139300,"duration":0}},{"uid":"13141104b6af7301","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/13141104b6af7301","status":"passed","time":{"start":1728068908032,"stop":1728068908039,"duration":7}},{"uid":"8f8754d5f112a41e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8f8754d5f112a41e","status":"passed","time":{"start":1728067784690,"stop":1728067784691,"duration":1}},{"uid":"924f7f22714138d8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/924f7f22714138d8","status":"passed","time":{"start":1728065631498,"stop":1728065631498,"duration":0}},{"uid":"41f3b65841fc6cdb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/41f3b65841fc6cdb","status":"passed","time":{"start":1728065920810,"stop":1728065920810,"duration":0}},{"uid":"a773998a6db73c7e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a773998a6db73c7e","status":"passed","time":{"start":1728056811560,"stop":1728056811568,"duration":8}},{"uid":"45e1cceb8e92d7b6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/45e1cceb8e92d7b6","status":"passed","time":{"start":1728055983125,"stop":1728055983125,"duration":0}},{"uid":"9ed08ef85d3723a8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9ed08ef85d3723a8","status":"passed","time":{"start":1728056303669,"stop":1728056303670,"duration":1}},{"uid":"bed73d7e8c7bd2d2","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bed73d7e8c7bd2d2","status":"passed","time":{"start":1728055114793,"stop":1728055114793,"duration":0}},{"uid":"1cad181c0d5b78cd","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1cad181c0d5b78cd","status":"passed","time":{"start":1728054093578,"stop":1728054093579,"duration":1}},{"uid":"8b8d80d098a2d033","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8b8d80d098a2d033","status":"passed","time":{"start":1728052371167,"stop":1728052371167,"duration":0}},{"uid":"b16341cd8a01a94a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b16341cd8a01a94a","status":"passed","time":{"start":1728046051700,"stop":1728046051707,"duration":7}},{"uid":"bff416cc02432d0b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bff416cc02432d0b","status":"passed","time":{"start":1728046837796,"stop":1728046837796,"duration":0}},{"uid":"3bdc0e561855e526","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3bdc0e561855e526","status":"passed","time":{"start":1728042907564,"stop":1728042907564,"duration":0}},{"uid":"8ab3e968a84a4b6f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8ab3e968a84a4b6f","status":"passed","time":{"start":1728035469872,"stop":1728035469872,"duration":0}},{"uid":"a5158ce052e79abc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a5158ce052e79abc","status":"passed","time":{"start":1728033386380,"stop":1728033386380,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ab4887fad91da97f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab4887fad91da97f","status":"passed","time":{"start":1728085872750,"stop":1728085872750,"duration":0}},{"uid":"28019f6790c5d710","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/28019f6790c5d710","status":"passed","time":{"start":1728084885259,"stop":1728084885259,"duration":0}},{"uid":"b03a8aa380f7087a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b03a8aa380f7087a","status":"passed","time":{"start":1728083752749,"stop":1728083752749,"duration":0}},{"uid":"58a12d80160d3bcc","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/58a12d80160d3bcc","status":"passed","time":{"start":1728082815939,"stop":1728082815939,"duration":0}},{"uid":"b8d4b94b9f9677f6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b8d4b94b9f9677f6","status":"passed","time":{"start":1728082148004,"stop":1728082148004,"duration":0}},{"uid":"9c55c87c482e0e3d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9c55c87c482e0e3d","status":"passed","time":{"start":1728068916849,"stop":1728068916849,"duration":0}},{"uid":"eda922321451bf46","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/eda922321451bf46","status":"passed","time":{"start":1728067793139,"stop":1728067793139,"duration":0}},{"uid":"f601f131a2bcc01f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f601f131a2bcc01f","status":"passed","time":{"start":1728065639909,"stop":1728065639909,"duration":0}},{"uid":"7cdbcdc8b9e157e8","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7cdbcdc8b9e157e8","status":"passed","time":{"start":1728065929476,"stop":1728065929476,"duration":0}},{"uid":"3dc7f542167f4110","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3dc7f542167f4110","status":"passed","time":{"start":1728056820063,"stop":1728056820064,"duration":1}},{"uid":"45be2cb3ad10ffbe","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/45be2cb3ad10ffbe","status":"passed","time":{"start":1728055991711,"stop":1728055991712,"duration":1}},{"uid":"d6a403f0a40a298c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d6a403f0a40a298c","status":"passed","time":{"start":1728056312132,"stop":1728056312132,"duration":0}},{"uid":"4243020fa73c477b","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/4243020fa73c477b","status":"passed","time":{"start":1728055123421,"stop":1728055123421,"duration":0}},{"uid":"ddaf70d7db0d0d43","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ddaf70d7db0d0d43","status":"passed","time":{"start":1728054102202,"stop":1728054102202,"duration":0}},{"uid":"5389ff8549e9e4c1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/5389ff8549e9e4c1","status":"passed","time":{"start":1728052379791,"stop":1728052379791,"duration":0}},{"uid":"786c86d9f994a07d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/786c86d9f994a07d","status":"passed","time":{"start":1728046060555,"stop":1728046060555,"duration":0}},{"uid":"b4454e3afd0e2d2d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b4454e3afd0e2d2d","status":"passed","time":{"start":1728046846365,"stop":1728046846365,"duration":0}},{"uid":"f8c9066d9cf8c584","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f8c9066d9cf8c584","status":"passed","time":{"start":1728042916076,"stop":1728042916076,"duration":0}},{"uid":"b21d58bec02a4e8e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b21d58bec02a4e8e","status":"passed","time":{"start":1728035478733,"stop":1728035478733,"duration":0}},{"uid":"b4dfe8105c48c6f7","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/b4dfe8105c48c6f7","status":"passed","time":{"start":1728033395136,"stop":1728033395136,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"8462a284a5687adb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8462a284a5687adb","status":"passed","time":{"start":1728086033895,"stop":1728086033895,"duration":0}},{"uid":"4ca901e544205d1f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4ca901e544205d1f","status":"passed","time":{"start":1728085047247,"stop":1728085047247,"duration":0}},{"uid":"43b24d39bf6613f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/43b24d39bf6613f","status":"passed","time":{"start":1728083902772,"stop":1728083902772,"duration":0}},{"uid":"d1d325b2d4681926","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/d1d325b2d4681926","status":"passed","time":{"start":1728082961502,"stop":1728082961502,"duration":0}},{"uid":"dbbf9fb51a9b5d2d","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/dbbf9fb51a9b5d2d","status":"passed","time":{"start":1728082284026,"stop":1728082284027,"duration":1}},{"uid":"e20db6cd79941cbd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e20db6cd79941cbd","status":"passed","time":{"start":1728069082650,"stop":1728069082651,"duration":1}},{"uid":"e235a6ad491dfbc3","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/e235a6ad491dfbc3","status":"passed","time":{"start":1728067941389,"stop":1728067941389,"duration":0}},{"uid":"90eb45093e6f74a5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/90eb45093e6f74a5","status":"passed","time":{"start":1728066171568,"stop":1728066171568,"duration":0}},{"uid":"183439e735f44a61","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/183439e735f44a61","status":"passed","time":{"start":1728066512883,"stop":1728066512883,"duration":0}},{"uid":"fe1717850de8e1a9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/fe1717850de8e1a9","status":"passed","time":{"start":1728057355630,"stop":1728057355630,"duration":0}},{"uid":"cac190448fa953e7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/cac190448fa953e7","status":"passed","time":{"start":1728056563505,"stop":1728056563505,"duration":0}},{"uid":"ffe2c099beaef621","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ffe2c099beaef621","status":"passed","time":{"start":1728056935468,"stop":1728056935468,"duration":0}},{"uid":"6e7fe67a6c497f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6e7fe67a6c497f","status":"passed","time":{"start":1728055614338,"stop":1728055614338,"duration":0}},{"uid":"3b4754ed9e749331","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/3b4754ed9e749331","status":"passed","time":{"start":1728054752363,"stop":1728054752363,"duration":0}},{"uid":"b0714bbd9a42ace5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b0714bbd9a42ace5","status":"passed","time":{"start":1728052861017,"stop":1728052861018,"duration":1}},{"uid":"7377c033f22f4b36","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7377c033f22f4b36","status":"passed","time":{"start":1728046783419,"stop":1728046783419,"duration":0}},{"uid":"c747ba4546ee412d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c747ba4546ee412d","status":"passed","time":{"start":1728047429493,"stop":1728047429494,"duration":1}},{"uid":"914c9bfce087a13b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/914c9bfce087a13b","status":"passed","time":{"start":1728043084140,"stop":1728043084141,"duration":1}},{"uid":"36316c5d08255213","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/36316c5d08255213","status":"passed","time":{"start":1728035601390,"stop":1728035601391,"duration":1}},{"uid":"9caed6dcd4b57028","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/9caed6dcd4b57028","status":"passed","time":{"start":1728033520539,"stop":1728033520540,"duration":1}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":13,"skipped":0,"passed":11,"unknown":0,"total":24},"items":[{"uid":"d8d485aad6d1b5a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d8d485aad6d1b5a7","status":"passed","time":{"start":1728086059806,"stop":1728086059811,"duration":5}},{"uid":"87c29620493c2a1d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/87c29620493c2a1d","status":"passed","time":{"start":1728085080966,"stop":1728085080968,"duration":2}},{"uid":"b9318b2c5527c8c6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b9318b2c5527c8c6","status":"passed","time":{"start":1728083928167,"stop":1728083928167,"duration":0}},{"uid":"8125ada8f70b5cb6","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8125ada8f70b5cb6","status":"passed","time":{"start":1728082985564,"stop":1728082985567,"duration":3}},{"uid":"43dbb470601c2075","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/43dbb470601c2075","status":"passed","time":{"start":1728082299741,"stop":1728082299741,"duration":0}},{"uid":"a8c25f296d961f75","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a8c25f296d961f75","status":"passed","time":{"start":1728069108975,"stop":1728069108979,"duration":4}},{"uid":"dd903cab2df41221","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/dd903cab2df41221","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728068241745,"stop":1728068241746,"duration":1}},{"uid":"660e24a88def18f5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/660e24a88def18f5","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066126646,"stop":1728066126646,"duration":0}},{"uid":"6e5759291aa00d95","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6e5759291aa00d95","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728066415167,"stop":1728066415167,"duration":0}},{"uid":"e1239a4a92d9209e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e1239a4a92d9209e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728057304937,"stop":1728057304937,"duration":0}},{"uid":"d7e5e207825f28a1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d7e5e207825f28a1","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056453350,"stop":1728056453351,"duration":1}},{"uid":"7606a1fff0dc2886","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7606a1fff0dc2886","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728056799397,"stop":1728056799398,"duration":1}},{"uid":"9fb6d29cbad02ab7","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/9fb6d29cbad02ab7","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728055576625,"stop":1728055576626,"duration":1}},{"uid":"b84a27111a1b36a6","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b84a27111a1b36a6","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728054554814,"stop":1728054554814,"duration":0}},{"uid":"4607f03de02af0d9","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/4607f03de02af0d9","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728052746416,"stop":1728052746416,"duration":0}},{"uid":"28cfd5dee93eb79","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/28cfd5dee93eb79","status":"passed","time":{"start":1728046277271,"stop":1728046277272,"duration":1}},{"uid":"70c782164f94793e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/70c782164f94793e","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/health-manager/protocols.spec.ts)","time":{"start":1728047334407,"stop":1728047334407,"duration":0}},{"uid":"4fc763b8cf1eab1a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4fc763b8cf1eab1a","status":"passed","time":{"start":1728043113985,"stop":1728043113985,"duration":0}},{"uid":"98d54e78d4152ff6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/98d54e78d4152ff6","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728035732765,"stop":1728035732765,"duration":0}},{"uid":"a414e540c299bdc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a414e540c299bdc","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728033656089,"stop":1728033656089,"duration":0}}]},"5d3674efa73d5b4d8c6ac620f104df2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7d6e2603c191ca7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/a7d6e2603c191ca7","status":"passed","time":{"start":1728084056989,"stop":1728084056989,"duration":0}}]},"62516a6791309b09d09fc3daeaa41782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ace0203d67c3fa71","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ace0203d67c3fa71","status":"passed","time":{"start":1728032582513,"stop":1728032582513,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"7541e08b9d6c0d3b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7541e08b9d6c0d3b","status":"passed","time":{"start":1728086203098,"stop":1728086203098,"duration":0}},{"uid":"aef7861ca8f624bc","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/aef7861ca8f624bc","status":"passed","time":{"start":1728085221329,"stop":1728085221329,"duration":0}},{"uid":"16756bd34f4b3597","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/16756bd34f4b3597","status":"passed","time":{"start":1728084029164,"stop":1728084029165,"duration":1}},{"uid":"8fcbece6b22aeeec","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8fcbece6b22aeeec","status":"passed","time":{"start":1728083082991,"stop":1728083082993,"duration":2}},{"uid":"d1b7a7b6f6563b04","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d1b7a7b6f6563b04","status":"passed","time":{"start":1728082390955,"stop":1728082390955,"duration":0}},{"uid":"e5d22f8ad91705ab","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e5d22f8ad91705ab","status":"passed","time":{"start":1728069248370,"stop":1728069248370,"duration":0}},{"uid":"4ae59c824f9ab96c","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/4ae59c824f9ab96c","status":"passed","time":{"start":1728068031245,"stop":1728068031245,"duration":0}},{"uid":"71096e1d0eb35698","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/71096e1d0eb35698","status":"passed","time":{"start":1728066046598,"stop":1728066046598,"duration":0}},{"uid":"d0e58f12cf9bdbcd","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/d0e58f12cf9bdbcd","status":"passed","time":{"start":1728066341473,"stop":1728066341473,"duration":0}},{"uid":"7d2a76ca461dbe3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7d2a76ca461dbe3","status":"passed","time":{"start":1728057209562,"stop":1728057209563,"duration":1}},{"uid":"c0d08a8a4aa5a2eb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c0d08a8a4aa5a2eb","status":"passed","time":{"start":1728056305022,"stop":1728056305022,"duration":0}},{"uid":"60ffdd0a71a4092f","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/60ffdd0a71a4092f","status":"passed","time":{"start":1728056720926,"stop":1728056720926,"duration":0}},{"uid":"48866c2e16dac136","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/48866c2e16dac136","status":"passed","time":{"start":1728052606336,"stop":1728052606337,"duration":1}},{"uid":"2de1dad02f3f1325","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2de1dad02f3f1325","status":"passed","time":{"start":1728046448367,"stop":1728046448367,"duration":0}},{"uid":"aba025e8bba583e5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/aba025e8bba583e5","status":"passed","time":{"start":1728047258625,"stop":1728047258625,"duration":0}},{"uid":"fa243fbc7acd7a8a","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fa243fbc7acd7a8a","status":"passed","time":{"start":1728043238288,"stop":1728043238288,"duration":0}},{"uid":"99a805d2481a1106","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/99a805d2481a1106","status":"passed","time":{"start":1728035872162,"stop":1728035872163,"duration":1}},{"uid":"a43d9ca79a7ce9bd","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a43d9ca79a7ce9bd","status":"passed","time":{"start":1728033783663,"stop":1728033783663,"duration":0}},{"uid":"fc4b912b6e5e8afb","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/fc4b912b6e5e8afb","status":"passed","time":{"start":1728033410924,"stop":1728033410924,"duration":0}},{"uid":"706302622020ce99","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/706302622020ce99","status":"passed","time":{"start":1728032924182,"stop":1728032924192,"duration":10}}]},"32d82da988aa0941d95b4b32771976fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e1904e3fc70e6da","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7e1904e3fc70e6da","status":"passed","time":{"start":1728068082726,"stop":1728068082726,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"2e1ee21d0a7b5c75","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2e1ee21d0a7b5c75","status":"passed","time":{"start":1728085887948,"stop":1728085887949,"duration":1}},{"uid":"11d182dd804751cf","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/11d182dd804751cf","status":"passed","time":{"start":1728084901036,"stop":1728084901036,"duration":0}},{"uid":"ad66bcd47574eeba","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/ad66bcd47574eeba","status":"passed","time":{"start":1728083767737,"stop":1728083767737,"duration":0}},{"uid":"e7a35a964832121d","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e7a35a964832121d","status":"passed","time":{"start":1728082831084,"stop":1728082831084,"duration":0}},{"uid":"d61915a73fb83e9e","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/d61915a73fb83e9e","status":"passed","time":{"start":1728082163256,"stop":1728082163257,"duration":1}},{"uid":"54376b4e17e2c835","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/54376b4e17e2c835","status":"passed","time":{"start":1728068932328,"stop":1728068932329,"duration":1}},{"uid":"eecd015845c8b4d2","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/eecd015845c8b4d2","status":"passed","time":{"start":1728067808309,"stop":1728067808309,"duration":0}},{"uid":"93846d404ef7ea8a","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/93846d404ef7ea8a","status":"passed","time":{"start":1728065654941,"stop":1728065654941,"duration":0}},{"uid":"28c1c5152be45106","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/28c1c5152be45106","status":"passed","time":{"start":1728065944722,"stop":1728065944723,"duration":1}},{"uid":"f370686c06679ef1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f370686c06679ef1","status":"passed","time":{"start":1728056835003,"stop":1728056835003,"duration":0}},{"uid":"40e3d8b41ec2b9d5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/40e3d8b41ec2b9d5","status":"passed","time":{"start":1728056007091,"stop":1728056007092,"duration":1}},{"uid":"8fa9f8c1500db4a4","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/8fa9f8c1500db4a4","status":"passed","time":{"start":1728056327238,"stop":1728056327238,"duration":0}},{"uid":"91d3dd91a37c5349","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/91d3dd91a37c5349","status":"passed","time":{"start":1728055138665,"stop":1728055138665,"duration":0}},{"uid":"94a90af3e4efc082","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/94a90af3e4efc082","status":"passed","time":{"start":1728054117450,"stop":1728054117450,"duration":0}},{"uid":"105b4c849bbd9293","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/105b4c849bbd9293","status":"passed","time":{"start":1728052394960,"stop":1728052394960,"duration":0}},{"uid":"b1579acfe46b44cb","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b1579acfe46b44cb","status":"passed","time":{"start":1728046076374,"stop":1728046076374,"duration":0}},{"uid":"6264b556f6e0ac86","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6264b556f6e0ac86","status":"passed","time":{"start":1728046861539,"stop":1728046861539,"duration":0}},{"uid":"289f13d0ab0bb2c1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/289f13d0ab0bb2c1","status":"passed","time":{"start":1728042931175,"stop":1728042931175,"duration":0}},{"uid":"a9e1928013d5a9a9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a9e1928013d5a9a9","status":"passed","time":{"start":1728035493995,"stop":1728035493996,"duration":1}},{"uid":"19d9d7e326dbb08a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/19d9d7e326dbb08a","status":"passed","time":{"start":1728033410789,"stop":1728033410790,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2c10d0b7b4dbfcf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2c10d0b7b4dbfcf5","status":"passed","time":{"start":1728086226480,"stop":1728086226482,"duration":2}},{"uid":"53448bc621977f8a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/53448bc621977f8a","status":"passed","time":{"start":1728085246291,"stop":1728085246291,"duration":0}},{"uid":"c104900e08b324c","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/c104900e08b324c","status":"passed","time":{"start":1728084078539,"stop":1728084078539,"duration":0}},{"uid":"614e5359ed885d4f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/614e5359ed885d4f","status":"passed","time":{"start":1728083125012,"stop":1728083125012,"duration":0}},{"uid":"491228e85bba8d91","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/491228e85bba8d91","status":"passed","time":{"start":1728082441022,"stop":1728082441022,"duration":0}},{"uid":"23f4063029ac25f4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/23f4063029ac25f4","status":"passed","time":{"start":1728069279737,"stop":1728069279737,"duration":0}},{"uid":"8db8035dc78145fe","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/8db8035dc78145fe","status":"passed","time":{"start":1728046402357,"stop":1728046402358,"duration":1}},{"uid":"afa974104a9fca63","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/afa974104a9fca63","status":"passed","time":{"start":1728043267045,"stop":1728043267045,"duration":0}},{"uid":"e6a465c94fe80baf","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e6a465c94fe80baf","status":"passed","time":{"start":1728035855935,"stop":1728035855937,"duration":2}},{"uid":"e56ee2b2a5634c76","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e56ee2b2a5634c76","status":"passed","time":{"start":1728033769215,"stop":1728033769217,"duration":2}},{"uid":"87413ac1767258fa","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/87413ac1767258fa","status":"passed","time":{"start":1728033391670,"stop":1728033391670,"duration":0}},{"uid":"3796c01d4cf2f540","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3796c01d4cf2f540","status":"passed","time":{"start":1728032951671,"stop":1728032951671,"duration":0}},{"uid":"9819a8c37edde8fc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/9819a8c37edde8fc","status":"passed","time":{"start":1728032582511,"stop":1728032582511,"duration":0}},{"uid":"801f61683f80dd9f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/801f61683f80dd9f","status":"passed","time":{"start":1728032304562,"stop":1728032304563,"duration":1}}]},"201335140451984944a34cf5ac555566:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1bce9d435bae4acf","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1bce9d435bae4acf","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/static_sharding.spec.ts)","time":{"start":1728055761108,"stop":1728055761108,"duration":0}}]},"8d1fc6955d6297f5e55ab8189a4899e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66ac82bd96bb1a63","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/66ac82bd96bb1a63","status":"passed","time":{"start":1728069237591,"stop":1728069237591,"duration":0}}]},"3f3b662dd21e624850cdc4d7bea8b9d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"879761f0a939b92b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/879761f0a939b92b","status":"passed","time":{"start":1728066313106,"stop":1728066313106,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"a1a897eceda9ab25","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a1a897eceda9ab25","status":"passed","time":{"start":1728085948114,"stop":1728085948114,"duration":0}},{"uid":"e66f5f5d1d1fa48d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/e66f5f5d1d1fa48d","status":"passed","time":{"start":1728084962844,"stop":1728084962844,"duration":0}},{"uid":"9ffc6d0ba83094c0","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9ffc6d0ba83094c0","status":"passed","time":{"start":1728083828783,"stop":1728083828784,"duration":1}},{"uid":"e3617cd0dbc2f190","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/e3617cd0dbc2f190","status":"passed","time":{"start":1728082892717,"stop":1728082892718,"duration":1}},{"uid":"a585e1a5f47b57b6","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a585e1a5f47b57b6","status":"passed","time":{"start":1728082222479,"stop":1728082222480,"duration":1}},{"uid":"d431a48e3eb69147","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d431a48e3eb69147","status":"passed","time":{"start":1728068994841,"stop":1728068994841,"duration":0}},{"uid":"438e49090f604c65","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/438e49090f604c65","status":"passed","time":{"start":1728067859837,"stop":1728067859837,"duration":0}},{"uid":"43fd8aa6c83e4681","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/43fd8aa6c83e4681","status":"passed","time":{"start":1728065708187,"stop":1728065708187,"duration":0}},{"uid":"365566aa4e4b21c6","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/365566aa4e4b21c6","status":"passed","time":{"start":1728065996329,"stop":1728065996329,"duration":0}},{"uid":"94a1579a7e2f7909","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/94a1579a7e2f7909","status":"passed","time":{"start":1728056884975,"stop":1728056884976,"duration":1}},{"uid":"6a021357c9921ed1","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/6a021357c9921ed1","status":"passed","time":{"start":1728056059744,"stop":1728056059744,"duration":0}},{"uid":"e9ae4aef8e4ac12a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/e9ae4aef8e4ac12a","status":"passed","time":{"start":1728056378311,"stop":1728056378311,"duration":0}},{"uid":"2a6b744448696776","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2a6b744448696776","status":"passed","time":{"start":1728055189864,"stop":1728055189864,"duration":0}},{"uid":"aea6411b2ee006bc","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/aea6411b2ee006bc","status":"passed","time":{"start":1728054168094,"stop":1728054168094,"duration":0}},{"uid":"1d93ea130c81c98b","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1d93ea130c81c98b","status":"passed","time":{"start":1728052446020,"stop":1728052446020,"duration":0}},{"uid":"4f45bdc0d02714fa","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/4f45bdc0d02714fa","status":"passed","time":{"start":1728046135451,"stop":1728046135452,"duration":1}},{"uid":"dceedc560833d9ef","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dceedc560833d9ef","status":"passed","time":{"start":1728046911865,"stop":1728046911866,"duration":1}},{"uid":"448c72cccf0d59fd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/448c72cccf0d59fd","status":"passed","time":{"start":1728042990788,"stop":1728042990790,"duration":2}},{"uid":"5fcd1ea4c2ffef91","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5fcd1ea4c2ffef91","status":"passed","time":{"start":1728035552832,"stop":1728035552832,"duration":0}},{"uid":"36e38db4d57b0865","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/36e38db4d57b0865","status":"passed","time":{"start":1728033475123,"stop":1728033475123,"duration":0}}]},"00c717d9456a18ef7d456898cebec075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dacb85cc69421b29","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/dacb85cc69421b29","status":"passed","time":{"start":1728033382965,"stop":1728033382966,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c322dbfe6754f0e6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c322dbfe6754f0e6","status":"passed","time":{"start":1728085887435,"stop":1728085887436,"duration":1}},{"uid":"935136cb3a9e85d","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/935136cb3a9e85d","status":"passed","time":{"start":1728084900529,"stop":1728084900530,"duration":1}},{"uid":"2a6e2f91c4c282cd","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/2a6e2f91c4c282cd","status":"passed","time":{"start":1728083767231,"stop":1728083767232,"duration":1}},{"uid":"58c5881360c49b2f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/58c5881360c49b2f","status":"passed","time":{"start":1728082830568,"stop":1728082830569,"duration":1}},{"uid":"10793cf740464c50","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/10793cf740464c50","status":"passed","time":{"start":1728082162541,"stop":1728082162541,"duration":0}},{"uid":"cadf672ea6b472e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cadf672ea6b472e","status":"passed","time":{"start":1728068931713,"stop":1728068931714,"duration":1}},{"uid":"c2c67855579e621d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/c2c67855579e621d","status":"passed","time":{"start":1728067808082,"stop":1728067808083,"duration":1}},{"uid":"d3bd3490352657ab","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/d3bd3490352657ab","status":"passed","time":{"start":1728065654538,"stop":1728065654538,"duration":0}},{"uid":"7d542c4f203219bd","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/7d542c4f203219bd","status":"passed","time":{"start":1728065944490,"stop":1728065944491,"duration":1}},{"uid":"2ad31513a67276c9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2ad31513a67276c9","status":"passed","time":{"start":1728056834640,"stop":1728056834641,"duration":1}},{"uid":"2bdc9cf4a5f5f9cb","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2bdc9cf4a5f5f9cb","status":"passed","time":{"start":1728056006883,"stop":1728056006884,"duration":1}},{"uid":"98abb37aa8873a20","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/98abb37aa8873a20","status":"passed","time":{"start":1728056326836,"stop":1728056326837,"duration":1}},{"uid":"2d56877d8032baa","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2d56877d8032baa","status":"passed","time":{"start":1728055138052,"stop":1728055138053,"duration":1}},{"uid":"4eeb7ed41b891331","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/4eeb7ed41b891331","status":"passed","time":{"start":1728054117012,"stop":1728054117012,"duration":0}},{"uid":"97dbab7946fa20e1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/97dbab7946fa20e1","status":"passed","time":{"start":1728052394765,"stop":1728052394765,"duration":0}},{"uid":"6de7e1fddeca50ff","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/6de7e1fddeca50ff","status":"passed","time":{"start":1728046076001,"stop":1728046076002,"duration":1}},{"uid":"8994f50eee09eec5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8994f50eee09eec5","status":"passed","time":{"start":1728046860681,"stop":1728046860682,"duration":1}},{"uid":"2d4181b925d539bd","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/2d4181b925d539bd","status":"passed","time":{"start":1728042930497,"stop":1728042930498,"duration":1}},{"uid":"e5092c6fa7408448","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/e5092c6fa7408448","status":"passed","time":{"start":1728035493357,"stop":1728035493358,"duration":1}},{"uid":"8e6801e473a7c353","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/8e6801e473a7c353","status":"passed","time":{"start":1728033410205,"stop":1728033410206,"duration":1}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8cd8a3bcc6eaae0b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8cd8a3bcc6eaae0b","status":"passed","time":{"start":1728086226465,"stop":1728086226465,"duration":0}},{"uid":"f4bd82f8374f7d0f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f4bd82f8374f7d0f","status":"passed","time":{"start":1728085246267,"stop":1728085246267,"duration":0}},{"uid":"599c6989a35cc0e7","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/599c6989a35cc0e7","status":"passed","time":{"start":1728084078529,"stop":1728084078529,"duration":0}},{"uid":"ddb055a7ebe195f1","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ddb055a7ebe195f1","status":"passed","time":{"start":1728083125002,"stop":1728083125002,"duration":0}},{"uid":"b5f0cd29f2fb2288","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/b5f0cd29f2fb2288","status":"passed","time":{"start":1728082441010,"stop":1728082441011,"duration":1}},{"uid":"f4feed1a7839c4a0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f4feed1a7839c4a0","status":"passed","time":{"start":1728069279729,"stop":1728069279729,"duration":0}},{"uid":"54fdb1f26df4357f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/54fdb1f26df4357f","status":"passed","time":{"start":1728046402350,"stop":1728046402350,"duration":0}},{"uid":"79d76712652bae7e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/79d76712652bae7e","status":"passed","time":{"start":1728043267026,"stop":1728043267026,"duration":0}},{"uid":"76fb6455af044b4a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/76fb6455af044b4a","status":"passed","time":{"start":1728035855917,"stop":1728035855918,"duration":1}},{"uid":"53a69a18d62f1283","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/53a69a18d62f1283","status":"passed","time":{"start":1728033769208,"stop":1728033769208,"duration":0}},{"uid":"ba205347722206f7","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/ba205347722206f7","status":"passed","time":{"start":1728033391631,"stop":1728033391633,"duration":2}},{"uid":"40ef56f32f50fa5e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/40ef56f32f50fa5e","status":"passed","time":{"start":1728032951642,"stop":1728032951643,"duration":1}},{"uid":"36d122a15635171","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/36d122a15635171","status":"passed","time":{"start":1728032582500,"stop":1728032582501,"duration":1}},{"uid":"c0b7c5464ff78d60","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c0b7c5464ff78d60","status":"passed","time":{"start":1728032304551,"stop":1728032304552,"duration":1}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed31f83a8705f46b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ed31f83a8705f46b","status":"passed","time":{"start":1728086171692,"stop":1728086171692,"duration":0}},{"uid":"4d6d036eb2a0dc6b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/4d6d036eb2a0dc6b","status":"passed","time":{"start":1728085184630,"stop":1728085184630,"duration":0}},{"uid":"e366409bff0d7529","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/e366409bff0d7529","status":"passed","time":{"start":1728084018345,"stop":1728084018346,"duration":1}},{"uid":"8ae03581527d2bef","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8ae03581527d2bef","status":"passed","time":{"start":1728083065661,"stop":1728083065661,"duration":0}},{"uid":"78dbbf6f97455982","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/78dbbf6f97455982","status":"passed","time":{"start":1728069218816,"stop":1728069218817,"duration":1}},{"uid":"c9f4ccaa1962da68","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c9f4ccaa1962da68","status":"passed","time":{"start":1728046261811,"stop":1728046261811,"duration":0}},{"uid":"53b2a065b370bc04","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/53b2a065b370bc04","status":"passed","time":{"start":1728043204070,"stop":1728043204071,"duration":1}},{"uid":"79ef541b2a27807d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/79ef541b2a27807d","status":"passed","time":{"start":1728035785866,"stop":1728035785866,"duration":0}},{"uid":"69e4fbffca295632","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/69e4fbffca295632","status":"passed","time":{"start":1728033696333,"stop":1728033696336,"duration":3}},{"uid":"33f1cc62bb45b54b","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/33f1cc62bb45b54b","status":"passed","time":{"start":1728033319477,"stop":1728033319477,"duration":0}},{"uid":"3fe841fcc8e8442","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3fe841fcc8e8442","status":"passed","time":{"start":1728032886545,"stop":1728032886545,"duration":0}},{"uid":"2dbe0fdde1275868","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/2dbe0fdde1275868","status":"passed","time":{"start":1728032520623,"stop":1728032520624,"duration":1}},{"uid":"4b308e2c347a98c7","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/4b308e2c347a98c7","status":"passed","time":{"start":1728032252763,"stop":1728032252763,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ea18a5e00afbf242","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea18a5e00afbf242","status":"passed","time":{"start":1728085864166,"stop":1728085864167,"duration":1}},{"uid":"bd2c6f2420d7ef73","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bd2c6f2420d7ef73","status":"passed","time":{"start":1728084876395,"stop":1728084876395,"duration":0}},{"uid":"b2e916526813bc75","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/b2e916526813bc75","status":"passed","time":{"start":1728083744352,"stop":1728083744352,"duration":0}},{"uid":"86eeed95b6a8d876","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/86eeed95b6a8d876","status":"passed","time":{"start":1728082807445,"stop":1728082807445,"duration":0}},{"uid":"7b58fb176cf7be6a","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/7b58fb176cf7be6a","status":"passed","time":{"start":1728082139313,"stop":1728082139313,"duration":0}},{"uid":"937fa78d6f647b75","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/937fa78d6f647b75","status":"passed","time":{"start":1728068908053,"stop":1728068908053,"duration":0}},{"uid":"741f6b74054f6b32","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/741f6b74054f6b32","status":"passed","time":{"start":1728067784707,"stop":1728067784707,"duration":0}},{"uid":"1555966324c731ec","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1555966324c731ec","status":"passed","time":{"start":1728065631510,"stop":1728065631510,"duration":0}},{"uid":"100f896908b2c44b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/100f896908b2c44b","status":"passed","time":{"start":1728065920822,"stop":1728065920822,"duration":0}},{"uid":"3e0d33ad99613c80","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3e0d33ad99613c80","status":"passed","time":{"start":1728056811581,"stop":1728056811581,"duration":0}},{"uid":"548d37344366d1b0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/548d37344366d1b0","status":"passed","time":{"start":1728055983137,"stop":1728055983138,"duration":1}},{"uid":"63c7d60ad2f82852","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/63c7d60ad2f82852","status":"passed","time":{"start":1728056303680,"stop":1728056303681,"duration":1}},{"uid":"f67d2f04d4b8dc72","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/f67d2f04d4b8dc72","status":"passed","time":{"start":1728055114809,"stop":1728055114810,"duration":1}},{"uid":"5a2190e31836f7f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5a2190e31836f7f","status":"passed","time":{"start":1728054093597,"stop":1728054093597,"duration":0}},{"uid":"9ca88e8ef3c300bf","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9ca88e8ef3c300bf","status":"passed","time":{"start":1728052371182,"stop":1728052371182,"duration":0}},{"uid":"897a50d27f15038d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/897a50d27f15038d","status":"passed","time":{"start":1728046051721,"stop":1728046051721,"duration":0}},{"uid":"1d3ef9efa7f416c9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1d3ef9efa7f416c9","status":"passed","time":{"start":1728046837807,"stop":1728046837808,"duration":1}},{"uid":"3c04ceb60a5d69a7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3c04ceb60a5d69a7","status":"passed","time":{"start":1728042907580,"stop":1728042907580,"duration":0}},{"uid":"2e93b65dc9bf9839","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2e93b65dc9bf9839","status":"passed","time":{"start":1728035469881,"stop":1728035469881,"duration":0}},{"uid":"caabce92c36ee547","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/caabce92c36ee547","status":"passed","time":{"start":1728033386390,"stop":1728033386390,"duration":0}}]},"deaf23c297226e08e4e2c41ad65d4eef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb6e9993d98ce832","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/bb6e9993d98ce832","status":"passed","time":{"start":1728085050222,"stop":1728085050223,"duration":1}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"5ba11d631a11c9a8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5ba11d631a11c9a8","status":"passed","time":{"start":1728085872743,"stop":1728085872748,"duration":5}},{"uid":"3ba0f017d8f0b03b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/3ba0f017d8f0b03b","status":"passed","time":{"start":1728084885253,"stop":1728084885257,"duration":4}},{"uid":"120871f053580d42","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/120871f053580d42","status":"passed","time":{"start":1728083752744,"stop":1728083752747,"duration":3}},{"uid":"8b8926fbcb2d28ae","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8b8926fbcb2d28ae","status":"passed","time":{"start":1728082815934,"stop":1728082815934,"duration":0}},{"uid":"5182a712be7060c2","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/5182a712be7060c2","status":"passed","time":{"start":1728082148003,"stop":1728082148003,"duration":0}},{"uid":"caa32e6b1c45ad9","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/caa32e6b1c45ad9","status":"passed","time":{"start":1728068916847,"stop":1728068916847,"duration":0}},{"uid":"1d13097aff281387","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1d13097aff281387","status":"passed","time":{"start":1728067793138,"stop":1728067793138,"duration":0}},{"uid":"2c44cae5ac060afe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2c44cae5ac060afe","status":"passed","time":{"start":1728065639904,"stop":1728065639908,"duration":4}},{"uid":"1ef91ec4fa21e189","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1ef91ec4fa21e189","status":"passed","time":{"start":1728065929474,"stop":1728065929474,"duration":0}},{"uid":"234591b64e01e6bd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/234591b64e01e6bd","status":"passed","time":{"start":1728056820058,"stop":1728056820059,"duration":1}},{"uid":"490c553c43d524e3","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/490c553c43d524e3","status":"passed","time":{"start":1728055991706,"stop":1728055991707,"duration":1}},{"uid":"a79dc6ea3b46ef19","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a79dc6ea3b46ef19","status":"passed","time":{"start":1728056312130,"stop":1728056312130,"duration":0}},{"uid":"98d82872ed90d562","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/98d82872ed90d562","status":"passed","time":{"start":1728055123416,"stop":1728055123416,"duration":0}},{"uid":"2dba9c99ca34310d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/2dba9c99ca34310d","status":"passed","time":{"start":1728054102200,"stop":1728054102200,"duration":0}},{"uid":"53bdf2a3946a55d4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/53bdf2a3946a55d4","status":"passed","time":{"start":1728052379789,"stop":1728052379789,"duration":0}},{"uid":"23e58147b376c435","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/23e58147b376c435","status":"passed","time":{"start":1728046060553,"stop":1728046060553,"duration":0}},{"uid":"b2a724fab8ec04d8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b2a724fab8ec04d8","status":"passed","time":{"start":1728046846362,"stop":1728046846363,"duration":1}},{"uid":"6538c3b1cc0b18d7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6538c3b1cc0b18d7","status":"passed","time":{"start":1728042916070,"stop":1728042916070,"duration":0}},{"uid":"8b589434281a91d3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8b589434281a91d3","status":"passed","time":{"start":1728035478731,"stop":1728035478732,"duration":1}},{"uid":"c770558eb234dd47","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c770558eb234dd47","status":"passed","time":{"start":1728033395134,"stop":1728033395134,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"9c98f277ebe1344c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c98f277ebe1344c","status":"passed","time":{"start":1728086260289,"stop":1728086260289,"duration":0}},{"uid":"5dd5577efd6f6e0a","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/5dd5577efd6f6e0a","status":"passed","time":{"start":1728085269072,"stop":1728085269072,"duration":0}},{"uid":"9f291c93e5e3cc38","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/9f291c93e5e3cc38","status":"passed","time":{"start":1728069312626,"stop":1728069312627,"duration":1}},{"uid":"a770802861bcf65a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a770802861bcf65a","status":"passed","time":{"start":1728046423431,"stop":1728046423431,"duration":0}},{"uid":"c96ad3667d71423e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c96ad3667d71423e","status":"passed","time":{"start":1728043297170,"stop":1728043297171,"duration":1}},{"uid":"cce3e21b5d33a8a0","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cce3e21b5d33a8a0","status":"passed","time":{"start":1728035880136,"stop":1728035880136,"duration":0}},{"uid":"abad10afefbb739d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/abad10afefbb739d","status":"passed","time":{"start":1728033788794,"stop":1728033788795,"duration":1}},{"uid":"81b03c7965d47ec5","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/81b03c7965d47ec5","status":"passed","time":{"start":1728033423619,"stop":1728033423620,"duration":1}},{"uid":"c9cf17473b22811f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c9cf17473b22811f","status":"passed","time":{"start":1728032985093,"stop":1728032985093,"duration":0}},{"uid":"5683ed0acd0bec62","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/5683ed0acd0bec62","status":"passed","time":{"start":1728032614933,"stop":1728032614933,"duration":0}},{"uid":"b8ae098f031ee129","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b8ae098f031ee129","status":"passed","time":{"start":1728032348364,"stop":1728032348364,"duration":0}}]},"31ccc5fdcec924f0bad7fc72f910ad1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f7c921371cd11fd","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/1f7c921371cd11fd","status":"passed","time":{"start":1728032582512,"stop":1728032582512,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"2c5fbd112681c599","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2c5fbd112681c599","status":"passed","time":{"start":1728086260300,"stop":1728086260300,"duration":0}},{"uid":"83fd9855cfdedc59","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/83fd9855cfdedc59","status":"passed","time":{"start":1728085269076,"stop":1728085269076,"duration":0}},{"uid":"287ef9a05e6a618b","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/287ef9a05e6a618b","status":"passed","time":{"start":1728069312628,"stop":1728069312629,"duration":1}},{"uid":"85a666639a0e0028","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/85a666639a0e0028","status":"passed","time":{"start":1728046423433,"stop":1728046423434,"duration":1}},{"uid":"624c5d6451dea15e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/624c5d6451dea15e","status":"passed","time":{"start":1728043297174,"stop":1728043297175,"duration":1}},{"uid":"aba0be2ac2730c3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/aba0be2ac2730c3","status":"passed","time":{"start":1728035880145,"stop":1728035880146,"duration":1}},{"uid":"dc0d4ac0b7ab286a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/dc0d4ac0b7ab286a","status":"passed","time":{"start":1728033788804,"stop":1728033788804,"duration":0}},{"uid":"d46ad4f89ee19cab","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/d46ad4f89ee19cab","status":"passed","time":{"start":1728033423626,"stop":1728033423626,"duration":0}},{"uid":"ab4350a6d9da8c0e","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/ab4350a6d9da8c0e","status":"passed","time":{"start":1728032985107,"stop":1728032985112,"duration":5}},{"uid":"a6781ab94b04592","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/a6781ab94b04592","status":"passed","time":{"start":1728032614935,"stop":1728032614935,"duration":0}},{"uid":"c7461314bc6906ee","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/c7461314bc6906ee","status":"passed","time":{"start":1728032348369,"stop":1728032348370,"duration":1}}]},"68c61bf24588c3acab471327805586bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81eb8ee17d0526d4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/81eb8ee17d0526d4","status":"passed","time":{"start":1728069218844,"stop":1728069218845,"duration":1}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"9c11703a66f3625b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c11703a66f3625b","status":"passed","time":{"start":1728085864181,"stop":1728085864181,"duration":0}},{"uid":"2fb6cc615464336c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/2fb6cc615464336c","status":"passed","time":{"start":1728084876410,"stop":1728084876410,"duration":0}},{"uid":"6cdb0d0c13baca7f","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6cdb0d0c13baca7f","status":"passed","time":{"start":1728083744365,"stop":1728083744365,"duration":0}},{"uid":"72c47e6b14e97774","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/72c47e6b14e97774","status":"passed","time":{"start":1728082807458,"stop":1728082807458,"duration":0}},{"uid":"e2101e2553c956fe","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/e2101e2553c956fe","status":"passed","time":{"start":1728082139328,"stop":1728082139328,"duration":0}},{"uid":"7cb6a98b8a04e847","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7cb6a98b8a04e847","status":"passed","time":{"start":1728068908067,"stop":1728068908067,"duration":0}},{"uid":"58345fab7bbf3e6f","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/58345fab7bbf3e6f","status":"passed","time":{"start":1728067784719,"stop":1728067784719,"duration":0}},{"uid":"3fe03acf62decee6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3fe03acf62decee6","status":"passed","time":{"start":1728065631524,"stop":1728065631524,"duration":0}},{"uid":"ca36ba58bd9ad064","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ca36ba58bd9ad064","status":"passed","time":{"start":1728065920836,"stop":1728065920836,"duration":0}},{"uid":"ccf82d1f5acb862c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ccf82d1f5acb862c","status":"passed","time":{"start":1728056811595,"stop":1728056811595,"duration":0}},{"uid":"d055c95db1762654","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d055c95db1762654","status":"passed","time":{"start":1728055983151,"stop":1728055983151,"duration":0}},{"uid":"df393c8bf9a504a6","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/df393c8bf9a504a6","status":"passed","time":{"start":1728056303691,"stop":1728056303691,"duration":0}},{"uid":"fa08f16f094c2381","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/fa08f16f094c2381","status":"passed","time":{"start":1728055114823,"stop":1728055114823,"duration":0}},{"uid":"526672c34f5fad67","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/526672c34f5fad67","status":"passed","time":{"start":1728054093612,"stop":1728054093612,"duration":0}},{"uid":"69910eaabb5e38c1","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/69910eaabb5e38c1","status":"passed","time":{"start":1728052371198,"stop":1728052371198,"duration":0}},{"uid":"ea77b022f61b825b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ea77b022f61b825b","status":"passed","time":{"start":1728046051735,"stop":1728046051736,"duration":1}},{"uid":"e8bc950f35d61abe","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e8bc950f35d61abe","status":"passed","time":{"start":1728046837820,"stop":1728046837820,"duration":0}},{"uid":"14b205d81375fa34","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/14b205d81375fa34","status":"passed","time":{"start":1728042907592,"stop":1728042907592,"duration":0}},{"uid":"6f20c7b24d088b81","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6f20c7b24d088b81","status":"passed","time":{"start":1728035469893,"stop":1728035469893,"duration":0}},{"uid":"d1e8f3e38e2a7480","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d1e8f3e38e2a7480","status":"passed","time":{"start":1728033386406,"stop":1728033386406,"duration":0}}]},"1fb8acbee2dcffca01fd3d2534ee07ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1eba27965848307a","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1eba27965848307a","status":"passed","time":{"start":1728035844064,"stop":1728035844064,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"ea6791d4ee40e81d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea6791d4ee40e81d","status":"passed","time":{"start":1728085917712,"stop":1728085917713,"duration":1}},{"uid":"f84ad59b9906939b","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/f84ad59b9906939b","status":"passed","time":{"start":1728084932096,"stop":1728084932098,"duration":2}},{"uid":"d29f1d8eea97521a","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d29f1d8eea97521a","status":"passed","time":{"start":1728083796741,"stop":1728083796742,"duration":1}},{"uid":"c645c38deb52293e","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c645c38deb52293e","status":"passed","time":{"start":1728082860050,"stop":1728082860051,"duration":1}},{"uid":"c1e015faca9b3f43","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/c1e015faca9b3f43","status":"passed","time":{"start":1728082194524,"stop":1728082194525,"duration":1}},{"uid":"d484c3d0f7edc1ad","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d484c3d0f7edc1ad","status":"passed","time":{"start":1728068964167,"stop":1728068964169,"duration":2}},{"uid":"ccb53c36afd44c06","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ccb53c36afd44c06","status":"passed","time":{"start":1728067837919,"stop":1728067837920,"duration":1}},{"uid":"7b42bd425246db1d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7b42bd425246db1d","status":"passed","time":{"start":1728065686102,"stop":1728065686102,"duration":0}},{"uid":"5ef6af4af5db5320","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5ef6af4af5db5320","status":"passed","time":{"start":1728065975347,"stop":1728065975347,"duration":0}},{"uid":"2c4b123306c5ea5","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2c4b123306c5ea5","status":"passed","time":{"start":1728056864677,"stop":1728056864683,"duration":6}},{"uid":"acd54cec2572181b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/acd54cec2572181b","status":"passed","time":{"start":1728056038210,"stop":1728056038210,"duration":0}},{"uid":"ecd0314a2abd55cd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/ecd0314a2abd55cd","status":"passed","time":{"start":1728056356755,"stop":1728056356756,"duration":1}},{"uid":"a136047b4b05bd16","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/a136047b4b05bd16","status":"passed","time":{"start":1728055168364,"stop":1728055168366,"duration":2}},{"uid":"1c6779063f27cab0","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1c6779063f27cab0","status":"passed","time":{"start":1728054147187,"stop":1728054147188,"duration":1}},{"uid":"d181560ee6a4d6fe","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d181560ee6a4d6fe","status":"passed","time":{"start":1728052425086,"stop":1728052425087,"duration":1}},{"uid":"74eebc885a02c578","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/74eebc885a02c578","status":"passed","time":{"start":1728046106878,"stop":1728046106878,"duration":0}},{"uid":"39052d5e54377a6c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/39052d5e54377a6c","status":"passed","time":{"start":1728046891219,"stop":1728046891220,"duration":1}},{"uid":"d3e32a210847229d","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/d3e32a210847229d","status":"passed","time":{"start":1728042960680,"stop":1728042960680,"duration":0}},{"uid":"a84b55a9cd4cf954","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a84b55a9cd4cf954","status":"passed","time":{"start":1728035524080,"stop":1728035524081,"duration":1}},{"uid":"13f61427c1b3436f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/13f61427c1b3436f","status":"passed","time":{"start":1728033441292,"stop":1728033441294,"duration":2}}]},"e9f86accb1184e877136bfd89b5e2aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48fa74351ad38da7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/48fa74351ad38da7","status":"passed","time":{"start":1728055090242,"stop":1728055090243,"duration":1}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":14,"unknown":0,"total":22},"items":[{"uid":"9750d4d9f25a2bd4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9750d4d9f25a2bd4","status":"passed","time":{"start":1728086287861,"stop":1728086287862,"duration":1}},{"uid":"c86e2da64539e8fa","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/c86e2da64539e8fa","status":"passed","time":{"start":1728085304812,"stop":1728085304813,"duration":1}},{"uid":"7c576ad7a052afb6","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/7c576ad7a052afb6","status":"passed","time":{"start":1728084107904,"stop":1728084107905,"duration":1}},{"uid":"c3e9edbe4e2a356f","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c3e9edbe4e2a356f","status":"passed","time":{"start":1728083169157,"stop":1728083169158,"duration":1}},{"uid":"58cee8b1c8994390","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/58cee8b1c8994390","status":"passed","time":{"start":1728082480692,"stop":1728082480693,"duration":1}},{"uid":"65a253b607afa37f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/65a253b607afa37f","status":"passed","time":{"start":1728069336700,"stop":1728069336701,"duration":1}},{"uid":"ee2179dedf3981","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ee2179dedf3981","status":"passed","time":{"start":1728068123504,"stop":1728068123505,"duration":1}},{"uid":"5c8a238118e2641e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5c8a238118e2641e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/index.node.spec.ts)","time":{"start":1728066227078,"stop":1728066227079,"duration":1}},{"uid":"413674be185fcd0f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/413674be185fcd0f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/index.node.spec.ts)","time":{"start":1728066544294,"stop":1728066544294,"duration":0}},{"uid":"ee7709aa15a739e9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ee7709aa15a739e9","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/index.node.spec.ts)","time":{"start":1728057405995,"stop":1728057405996,"duration":1}},{"uid":"dbe0988820ca3fa4","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/dbe0988820ca3fa4","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/index.node.spec.ts)","time":{"start":1728056503619,"stop":1728056503619,"duration":0}},{"uid":"aa8a630f3eebf91e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/aa8a630f3eebf91e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/index.node.spec.ts)","time":{"start":1728056937198,"stop":1728056937198,"duration":0}},{"uid":"7c96d79c48acbf1e","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/7c96d79c48acbf1e","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/index.node.spec.ts)","time":{"start":1728052781552,"stop":1728052781552,"duration":0}},{"uid":"f6b60e7e5595cd6a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f6b60e7e5595cd6a","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/index.node.spec.ts)","time":{"start":1728046630978,"stop":1728046630978,"duration":0}},{"uid":"337330ecb0e3a465","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/337330ecb0e3a465","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/store/index.node.spec.ts)","time":{"start":1728047461538,"stop":1728047461538,"duration":0}},{"uid":"f16f3239ccfde6bc","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f16f3239ccfde6bc","status":"passed","time":{"start":1728043322892,"stop":1728043322893,"duration":1}},{"uid":"c65270f95dca5c","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c65270f95dca5c","status":"passed","time":{"start":1728035940698,"stop":1728035940699,"duration":1}},{"uid":"ccc176059af8201c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/ccc176059af8201c","status":"passed","time":{"start":1728033857146,"stop":1728033857146,"duration":0}},{"uid":"9787c7f62200ccb1","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9787c7f62200ccb1","status":"passed","time":{"start":1728033480578,"stop":1728033480578,"duration":0}},{"uid":"3c184a3cc6557e53","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/3c184a3cc6557e53","status":"passed","time":{"start":1728033003201,"stop":1728033003202,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"73e2e4a53b1e8c05","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/73e2e4a53b1e8c05","status":"passed","time":{"start":1728086287863,"stop":1728086287865,"duration":2}},{"uid":"22edcd2cba4a030c","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/22edcd2cba4a030c","status":"passed","time":{"start":1728085304816,"stop":1728085304816,"duration":0}},{"uid":"21a4418b821157ae","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/21a4418b821157ae","status":"passed","time":{"start":1728084107907,"stop":1728084107907,"duration":0}},{"uid":"8f8ebc4765ece8b2","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/8f8ebc4765ece8b2","status":"passed","time":{"start":1728083169159,"stop":1728083169159,"duration":0}},{"uid":"f022a3ba606e3e0c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/f022a3ba606e3e0c","status":"passed","time":{"start":1728082480694,"stop":1728082480694,"duration":0}},{"uid":"7655984b8b4d53f1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7655984b8b4d53f1","status":"passed","time":{"start":1728069336707,"stop":1728069336708,"duration":1}},{"uid":"1b718f3774f8fea9","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/1b718f3774f8fea9","status":"passed","time":{"start":1728068123509,"stop":1728068123509,"duration":0}},{"uid":"31c3ea4f7db1d8a0","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/31c3ea4f7db1d8a0","status":"passed","time":{"start":1728043322912,"stop":1728043322912,"duration":0}},{"uid":"f1477540b2e1fa20","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/f1477540b2e1fa20","status":"passed","time":{"start":1728035940702,"stop":1728035940702,"duration":0}},{"uid":"20d732d56d5a7e8b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/20d732d56d5a7e8b","status":"passed","time":{"start":1728033857148,"stop":1728033857148,"duration":0}},{"uid":"82c18a0b7291f2ed","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/82c18a0b7291f2ed","status":"passed","time":{"start":1728033480584,"stop":1728033480585,"duration":1}},{"uid":"f756008c4e04bca5","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f756008c4e04bca5","status":"passed","time":{"start":1728033003204,"stop":1728033003204,"duration":0}},{"uid":"4b3eed90bde85d3b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/4b3eed90bde85d3b","status":"passed","time":{"start":1728032641492,"stop":1728032641493,"duration":1}},{"uid":"6c5dd8ba72218d10","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6c5dd8ba72218d10","status":"passed","time":{"start":1728032362098,"stop":1728032362098,"duration":0}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":11,"skipped":0,"passed":12,"unknown":0,"total":23},"items":[{"uid":"8e88f63feb2bed92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8e88f63feb2bed92","status":"passed","time":{"start":1728086056625,"stop":1728086056626,"duration":1}},{"uid":"7ed7426a75550a59","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/7ed7426a75550a59","status":"passed","time":{"start":1728085073695,"stop":1728085073696,"duration":1}},{"uid":"d01bc727b8d3ffd4","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/d01bc727b8d3ffd4","status":"passed","time":{"start":1728083925356,"stop":1728083925359,"duration":3}},{"uid":"60e74c9d18c053f7","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/60e74c9d18c053f7","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728083025450,"stop":1728083025450,"duration":0}},{"uid":"68592c09b3661ce1","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/68592c09b3661ce1","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728082350791,"stop":1728082350791,"duration":0}},{"uid":"15432ce5f6733b85","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/15432ce5f6733b85","status":"passed","time":{"start":1728069104850,"stop":1728069104850,"duration":0}},{"uid":"88a3d648c94b90d0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/88a3d648c94b90d0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728068010938,"stop":1728068010938,"duration":0}},{"uid":"e73cdd30010f27fb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e73cdd30010f27fb","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728065892630,"stop":1728065892630,"duration":0}},{"uid":"9bdaa375d59d634b","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/9bdaa375d59d634b","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728066182519,"stop":1728066182519,"duration":0}},{"uid":"2a47fd7092327d12","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2a47fd7092327d12","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728057068657,"stop":1728057068658,"duration":1}},{"uid":"adbea22e99949588","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/adbea22e99949588","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728056245831,"stop":1728056245832,"duration":1}},{"uid":"d6f7c7eb9a9eefd3","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/d6f7c7eb9a9eefd3","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728056563227,"stop":1728056563228,"duration":1}},{"uid":"d058b98e478086a8","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/d058b98e478086a8","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728055369473,"stop":1728055369474,"duration":1}},{"uid":"f9e688c681e991fb","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/f9e688c681e991fb","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728054349476,"stop":1728054349476,"duration":0}},{"uid":"a58aa91b6ed4abf0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/a58aa91b6ed4abf0","status":"passed","time":{"start":1728046256194,"stop":1728046256194,"duration":0}},{"uid":"7e55214d9a750fd","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7e55214d9a750fd","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/unsubscribe.node.spec.ts)","time":{"start":1728047099154,"stop":1728047099155,"duration":1}},{"uid":"604c96cf6d76713c","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/604c96cf6d76713c","status":"passed","time":{"start":1728043096691,"stop":1728043096696,"duration":5}},{"uid":"cda19d48f3de42dd","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/cda19d48f3de42dd","status":"passed","time":{"start":1728035661722,"stop":1728035661722,"duration":0}},{"uid":"d4fd72f3d826fabe","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d4fd72f3d826fabe","status":"passed","time":{"start":1728033580597,"stop":1728033580603,"duration":6}},{"uid":"63ee13d50df38379","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/63ee13d50df38379","status":"passed","time":{"start":1728033205573,"stop":1728033205575,"duration":2}}]},"4d122134ec3dffddebc573cd6d1ddc8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b474c15551121b7f","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b474c15551121b7f","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/auto_sharding.spec.ts)","time":{"start":1728056359097,"stop":1728056359097,"duration":0}}]},"2a4245b472b8ec86fd44666c189e630d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2609f661f2ed3a1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a2609f661f2ed3a1","status":"passed","time":{"start":1728047681507,"stop":1728047681507,"duration":0}}]},"99c071ad4f0f10e9555e07b48efb5658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32bd509ed152e94e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/32bd509ed152e94e","status":"passed","time":{"start":1728084018361,"stop":1728084018362,"duration":1}}]},"448af354985e71426790c5bdc7fb46ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc76d73d3d972a02","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fc76d73d3d972a02","status":"passed","time":{"start":1728069248378,"stop":1728069248379,"duration":1}}]},"498893d5b12e94f0e58a3a79b7509d70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46b26ec0ea6b5131","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46b26ec0ea6b5131","status":"passed","time":{"start":1728086226496,"stop":1728086226506,"duration":10}}]},"e7d6c3d480eac3b477229f03e831baf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9adaae96137cae3f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9adaae96137cae3f","status":"passed","time":{"start":1728053941727,"stop":1728053941728,"duration":1}}]},"377d61ef25b63f4889b5a51c43596484:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd910b3a54eaeaa6","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/cd910b3a54eaeaa6","status":"passed","time":{"start":1728069237590,"stop":1728069237591,"duration":1}}]},"80caeea68b1d9361bde9cc285f4397ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb6a3561699f5a58","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/fb6a3561699f5a58","status":"passed","time":{"start":1728043269968,"stop":1728043269969,"duration":1}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"6b9134432466028a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6b9134432466028a","status":"passed","time":{"start":1728085864171,"stop":1728085864171,"duration":0}},{"uid":"419f21c6cc5c811f","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/419f21c6cc5c811f","status":"passed","time":{"start":1728084876399,"stop":1728084876399,"duration":0}},{"uid":"5f842b4866f3a494","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/5f842b4866f3a494","status":"passed","time":{"start":1728083744356,"stop":1728083744356,"duration":0}},{"uid":"ea499e08e6c582be","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/ea499e08e6c582be","status":"passed","time":{"start":1728082807449,"stop":1728082807449,"duration":0}},{"uid":"a314ef29b501493c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/a314ef29b501493c","status":"passed","time":{"start":1728082139317,"stop":1728082139318,"duration":1}},{"uid":"5b00a78d2a1c8bb2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5b00a78d2a1c8bb2","status":"passed","time":{"start":1728068908057,"stop":1728068908057,"duration":0}},{"uid":"299b58209dde72ff","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/299b58209dde72ff","status":"passed","time":{"start":1728067784711,"stop":1728067784711,"duration":0}},{"uid":"9f2db7359e26f66d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/9f2db7359e26f66d","status":"passed","time":{"start":1728065631514,"stop":1728065631514,"duration":0}},{"uid":"ab30470e75b26ab7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/ab30470e75b26ab7","status":"passed","time":{"start":1728065920826,"stop":1728065920826,"duration":0}},{"uid":"c3f7125666696f5c","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/c3f7125666696f5c","status":"passed","time":{"start":1728056811585,"stop":1728056811585,"duration":0}},{"uid":"bb86f6890ab59980","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/bb86f6890ab59980","status":"passed","time":{"start":1728055983142,"stop":1728055983142,"duration":0}},{"uid":"7ed06b11c094d26b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/7ed06b11c094d26b","status":"passed","time":{"start":1728056303683,"stop":1728056303684,"duration":1}},{"uid":"e45c33c52bd73d88","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/e45c33c52bd73d88","status":"passed","time":{"start":1728055114814,"stop":1728055114814,"duration":0}},{"uid":"ab90ca0510995e42","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/ab90ca0510995e42","status":"passed","time":{"start":1728054093601,"stop":1728054093601,"duration":0}},{"uid":"a13e2950e13d186","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/a13e2950e13d186","status":"passed","time":{"start":1728052371187,"stop":1728052371188,"duration":1}},{"uid":"5c4d741c90da5d4b","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/5c4d741c90da5d4b","status":"passed","time":{"start":1728046051725,"stop":1728046051725,"duration":0}},{"uid":"e6b4a03dad5c5a70","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/e6b4a03dad5c5a70","status":"passed","time":{"start":1728046837811,"stop":1728046837811,"duration":0}},{"uid":"b014975d527a12fa","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b014975d527a12fa","status":"passed","time":{"start":1728042907584,"stop":1728042907584,"duration":0}},{"uid":"ec3a6d6070f8dfc3","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ec3a6d6070f8dfc3","status":"passed","time":{"start":1728035469885,"stop":1728035469885,"duration":0}},{"uid":"5228307fdd70fbf4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5228307fdd70fbf4","status":"passed","time":{"start":1728033386395,"stop":1728033386395,"duration":0}}]},"d382cbd7583f76e76f66a2c631a83171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f67472046b81432","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/6f67472046b81432","status":"passed","time":{"start":1728083125014,"stop":1728083125014,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d03d70791ed47d1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2d03d70791ed47d1","status":"passed","time":{"start":1728086032743,"stop":1728086032743,"duration":0}},{"uid":"26db5d1231bd9cae","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/26db5d1231bd9cae","status":"passed","time":{"start":1728085050224,"stop":1728085050224,"duration":0}},{"uid":"1e1055737e6bd3f5","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/1e1055737e6bd3f5","status":"passed","time":{"start":1728083903377,"stop":1728083903380,"duration":3}},{"uid":"c464fc4f74bb2648","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/c464fc4f74bb2648","status":"passed","time":{"start":1728082964240,"stop":1728082964240,"duration":0}},{"uid":"8459484ac1b32760","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/8459484ac1b32760","status":"passed","time":{"start":1728082280690,"stop":1728082280690,"duration":0}},{"uid":"bb8eef578afbab84","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/bb8eef578afbab84","status":"passed","time":{"start":1728069077474,"stop":1728069077474,"duration":0}},{"uid":"fc8f4b24f9407680","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/fc8f4b24f9407680","status":"passed","time":{"start":1728067917855,"stop":1728067917855,"duration":0}},{"uid":"624342e8b7a5bb60","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/624342e8b7a5bb60","status":"passed","time":{"start":1728043075255,"stop":1728043075255,"duration":0}},{"uid":"5e04b5cdb8f78050","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/5e04b5cdb8f78050","status":"passed","time":{"start":1728035638307,"stop":1728035638313,"duration":6}},{"uid":"e46f31e00e66f9e0","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/e46f31e00e66f9e0","status":"passed","time":{"start":1728033557521,"stop":1728033557521,"duration":0}},{"uid":"8abd8a658d42e63e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/8abd8a658d42e63e","status":"passed","time":{"start":1728033182539,"stop":1728033182547,"duration":8}},{"uid":"9ddc33fc880d071","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9ddc33fc880d071","status":"passed","time":{"start":1728032755540,"stop":1728032755541,"duration":1}},{"uid":"e307e4551b5531ab","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e307e4551b5531ab","status":"passed","time":{"start":1728032388399,"stop":1728032388399,"duration":0}},{"uid":"cf862d2ed4c37a5c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/cf862d2ed4c37a5c","status":"passed","time":{"start":1728032113337,"stop":1728032113339,"duration":2}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":24,"unknown":0,"total":24},"items":[{"uid":"c1df710651873a2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c1df710651873a2","status":"passed","time":{"start":1728085887948,"stop":1728085887948,"duration":0}},{"uid":"686334b742844b73","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/686334b742844b73","status":"passed","time":{"start":1728084901036,"stop":1728084901036,"duration":0}},{"uid":"9e21a5f33aeb182e","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/9e21a5f33aeb182e","status":"passed","time":{"start":1728083767737,"stop":1728083767737,"duration":0}},{"uid":"b0f8fbe12d67e1ef","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/b0f8fbe12d67e1ef","status":"passed","time":{"start":1728082831083,"stop":1728082831084,"duration":1}},{"uid":"6bab2cbbe437fa02","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/6bab2cbbe437fa02","status":"passed","time":{"start":1728082163256,"stop":1728082163256,"duration":0}},{"uid":"a5a575c60c159114","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a5a575c60c159114","status":"passed","time":{"start":1728068932328,"stop":1728068932328,"duration":0}},{"uid":"f8948821d1ea035b","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/f8948821d1ea035b","status":"passed","time":{"start":1728067808309,"stop":1728067808309,"duration":0}},{"uid":"3ba5bce1e1734be6","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3ba5bce1e1734be6","status":"passed","time":{"start":1728065654940,"stop":1728065654940,"duration":0}},{"uid":"5a6904e477a5c1a0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5a6904e477a5c1a0","status":"passed","time":{"start":1728065944722,"stop":1728065944722,"duration":0}},{"uid":"5ca2f999c0b107b1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5ca2f999c0b107b1","status":"passed","time":{"start":1728056835002,"stop":1728056835003,"duration":1}},{"uid":"c284815c6dd4e02b","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c284815c6dd4e02b","status":"passed","time":{"start":1728056007091,"stop":1728056007091,"duration":0}},{"uid":"269bab0af1e1f794","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/269bab0af1e1f794","status":"passed","time":{"start":1728056327237,"stop":1728056327238,"duration":1}},{"uid":"2a3d94ddc36952d6","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/2a3d94ddc36952d6","status":"passed","time":{"start":1728055138664,"stop":1728055138665,"duration":1}},{"uid":"5df9cb2fc8ec2018","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/5df9cb2fc8ec2018","status":"passed","time":{"start":1728054117449,"stop":1728054117450,"duration":1}},{"uid":"af4f09abe260c31a","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/af4f09abe260c31a","status":"passed","time":{"start":1728052394959,"stop":1728052394960,"duration":1}},{"uid":"7f0044d524d7aef0","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/7f0044d524d7aef0","status":"passed","time":{"start":1728046076373,"stop":1728046076374,"duration":1}},{"uid":"3364d85c4100f19f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/3364d85c4100f19f","status":"passed","time":{"start":1728046861539,"stop":1728046861539,"duration":0}},{"uid":"75d96b0f7c0ead89","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/75d96b0f7c0ead89","status":"passed","time":{"start":1728042931175,"stop":1728042931175,"duration":0}},{"uid":"2a41d3eee5722c4e","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2a41d3eee5722c4e","status":"passed","time":{"start":1728035493995,"stop":1728035493995,"duration":0}},{"uid":"6be4068aa42b99d4","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/6be4068aa42b99d4","status":"passed","time":{"start":1728033410789,"stop":1728033410789,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4f7f4c791b7e11fa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4f7f4c791b7e11fa","status":"passed","time":{"start":1728085966215,"stop":1728085966215,"duration":0}},{"uid":"9f83247454626243","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/9f83247454626243","status":"passed","time":{"start":1728084983078,"stop":1728084983079,"duration":1}},{"uid":"23e0a84dbfd449ee","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/23e0a84dbfd449ee","status":"passed","time":{"start":1728083842836,"stop":1728083842837,"duration":1}},{"uid":"77708f6016310109","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/77708f6016310109","status":"passed","time":{"start":1728082916496,"stop":1728082916497,"duration":1}},{"uid":"90ca6c134140673c","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/90ca6c134140673c","status":"passed","time":{"start":1728082241789,"stop":1728082241789,"duration":0}},{"uid":"681d23a7f02c0fa1","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/681d23a7f02c0fa1","status":"passed","time":{"start":1728069013703,"stop":1728069013703,"duration":0}},{"uid":"240f3550ba287936","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/240f3550ba287936","status":"passed","time":{"start":1728067876052,"stop":1728067876052,"duration":0}},{"uid":"2f852cc80588bcf0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/2f852cc80588bcf0","status":"passed","time":{"start":1728056213609,"stop":1728056213611,"duration":2}},{"uid":"5c64c2937f507cc4","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5c64c2937f507cc4","status":"passed","time":{"start":1728043011837,"stop":1728043011838,"duration":1}},{"uid":"2100f90c878f92ab","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2100f90c878f92ab","status":"passed","time":{"start":1728035574555,"stop":1728035574555,"duration":0}},{"uid":"192bc1fab629720b","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/192bc1fab629720b","status":"passed","time":{"start":1728033489597,"stop":1728033489597,"duration":0}},{"uid":"3035bc2d554e305e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/3035bc2d554e305e","status":"passed","time":{"start":1728033115384,"stop":1728033115384,"duration":0}},{"uid":"deb21e4ad9ede961","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/deb21e4ad9ede961","status":"passed","time":{"start":1728032689245,"stop":1728032689246,"duration":1}},{"uid":"8f912a37d034adcc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/8f912a37d034adcc","status":"passed","time":{"start":1728032323427,"stop":1728032323428,"duration":1}},{"uid":"511819b213ed7584","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/511819b213ed7584","status":"passed","time":{"start":1728032042535,"stop":1728032042535,"duration":0}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":19,"unknown":0,"total":21},"items":[{"uid":"cef5215c819ee9fd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cef5215c819ee9fd","status":"passed","time":{"start":1728086033869,"stop":1728086033870,"duration":1}},{"uid":"90bed01631faaa09","reportUrl":"https://waku-org.github.io/js-waku/7529//#testresult/90bed01631faaa09","status":"passed","time":{"start":1728085047237,"stop":1728085047237,"duration":0}},{"uid":"6b676265cb71eddb","reportUrl":"https://waku-org.github.io/js-waku/7527//#testresult/6b676265cb71eddb","status":"passed","time":{"start":1728083902759,"stop":1728083902759,"duration":0}},{"uid":"59a3e4c93b7a71b0","reportUrl":"https://waku-org.github.io/js-waku/7526//#testresult/59a3e4c93b7a71b0","status":"passed","time":{"start":1728082961488,"stop":1728082961489,"duration":1}},{"uid":"20df3f3cc6deb8de","reportUrl":"https://waku-org.github.io/js-waku/7525//#testresult/20df3f3cc6deb8de","status":"passed","time":{"start":1728082284018,"stop":1728082284018,"duration":0}},{"uid":"41582acbfade7f9f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/41582acbfade7f9f","status":"passed","time":{"start":1728069082619,"stop":1728069082623,"duration":4}},{"uid":"2e7de07bbcd89cc8","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/2e7de07bbcd89cc8","status":"passed","time":{"start":1728067941377,"stop":1728067941377,"duration":0}},{"uid":"6ea0008c12e5dbf3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6ea0008c12e5dbf3","status":"passed","time":{"start":1728066171556,"stop":1728066171556,"duration":0}},{"uid":"6318de393f9a2832","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/6318de393f9a2832","status":"passed","time":{"start":1728066512869,"stop":1728066512870,"duration":1}},{"uid":"70f6b60389db38f4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/70f6b60389db38f4","status":"passed","time":{"start":1728057355618,"stop":1728057355618,"duration":0}},{"uid":"c1218f85b80af3f5","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/c1218f85b80af3f5","status":"broken","statusDetails":"expected 2 to equal 1","time":{"start":1728056563486,"stop":1728056563487,"duration":1}},{"uid":"5851febcb4008fdc","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/5851febcb4008fdc","status":"passed","time":{"start":1728056935455,"stop":1728056935455,"duration":0}},{"uid":"878fa0c675ba7100","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/878fa0c675ba7100","status":"passed","time":{"start":1728055614329,"stop":1728055614329,"duration":0}},{"uid":"1bdfc22ae7584208","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1bdfc22ae7584208","status":"passed","time":{"start":1728054752354,"stop":1728054752354,"duration":0}},{"uid":"777dc5beb21cc165","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/777dc5beb21cc165","status":"passed","time":{"start":1728052861006,"stop":1728052861007,"duration":1}},{"uid":"bf8dfbadd53cb513","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/bf8dfbadd53cb513","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1728046783406,"stop":1728046783406,"duration":0}},{"uid":"326ae629586db3ea","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/326ae629586db3ea","status":"passed","time":{"start":1728047429481,"stop":1728047429482,"duration":1}},{"uid":"1421921e298755a2","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1421921e298755a2","status":"passed","time":{"start":1728043084127,"stop":1728043084127,"duration":0}},{"uid":"98abd715002802df","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/98abd715002802df","status":"passed","time":{"start":1728032746167,"stop":1728032746168,"duration":1}},{"uid":"e9ed8bc246b8fb8a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e9ed8bc246b8fb8a","status":"passed","time":{"start":1728032390172,"stop":1728032390173,"duration":1}}]}} \ No newline at end of file +{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a2c0603b65d42067","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a2c0603b65d42067","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0}},{"uid":"8b40f2c976018eeb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b40f2c976018eeb","status":"passed","time":{"start":1728379159012,"stop":1728379159013,"duration":1}},{"uid":"fc95e50850e6de8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fc95e50850e6de8c","status":"passed","time":{"start":1728371802898,"stop":1728371802898,"duration":0}},{"uid":"607517689c9ba3bf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/607517689c9ba3bf","status":"passed","time":{"start":1728370149931,"stop":1728370149932,"duration":1}},{"uid":"18952f4a96f84ea3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/18952f4a96f84ea3","status":"passed","time":{"start":1728369248986,"stop":1728369248987,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4c7b5aa90a8e3322","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c7b5aa90a8e3322","status":"passed","time":{"start":1728381618751,"stop":1728381618751,"duration":0}},{"uid":"8ca9c24ef6fadf6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8ca9c24ef6fadf6a","status":"passed","time":{"start":1728379426562,"stop":1728379426563,"duration":1}},{"uid":"f324f5006a96a54c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f324f5006a96a54c","status":"passed","time":{"start":1728372087285,"stop":1728372087286,"duration":1}},{"uid":"617f5bd705170f83","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/617f5bd705170f83","status":"passed","time":{"start":1728370467519,"stop":1728370467519,"duration":0}},{"uid":"c3ec0f5d3a17b383","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3ec0f5d3a17b383","status":"passed","time":{"start":1728369548376,"stop":1728369548377,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6a62fe44e3f7a9a3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a62fe44e3f7a9a3","status":"passed","time":{"start":1728381680442,"stop":1728381680443,"duration":1}},{"uid":"a59f2976c2276237","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a59f2976c2276237","status":"passed","time":{"start":1728379482919,"stop":1728379482919,"duration":0}},{"uid":"e6b69328cf2c6a69","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6b69328cf2c6a69","status":"passed","time":{"start":1728372134546,"stop":1728372134546,"duration":0}},{"uid":"31e3a265bbf8043f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31e3a265bbf8043f","status":"passed","time":{"start":1728370487861,"stop":1728370487862,"duration":1}},{"uid":"aafe6e19d795dd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aafe6e19d795dd6","status":"passed","time":{"start":1728369590787,"stop":1728369590788,"duration":1}}]},"a6249399269e61062afae3de4a2df1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f6fba4482d81348","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f6fba4482d81348","status":"passed","time":{"start":1728370581675,"stop":1728370581675,"duration":0}}]},"63150d577cf4b58809987851ce482ab3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f9f6445091d687c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f9f6445091d687c","status":"passed","time":{"start":1728369590807,"stop":1728369590807,"duration":0}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a246626c1ed40d0d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a246626c1ed40d0d","status":"passed","time":{"start":1728381358363,"stop":1728381358363,"duration":0}},{"uid":"961dff133ece9e70","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/961dff133ece9e70","status":"passed","time":{"start":1728379161481,"stop":1728379161481,"duration":0}},{"uid":"df01403d291892d2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df01403d291892d2","status":"passed","time":{"start":1728371805333,"stop":1728371805334,"duration":1}},{"uid":"18bbb14dbc830400","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18bbb14dbc830400","status":"passed","time":{"start":1728370152478,"stop":1728370152478,"duration":0}},{"uid":"4a9beabc1863de3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a9beabc1863de3c","status":"passed","time":{"start":1728369251643,"stop":1728369251643,"duration":0}}]},"71a6c624f6bd7e0f6bd9c96cd9aab056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b87371555879df17","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b87371555879df17","status":"passed","time":{"start":1728369675004,"stop":1728369675005,"duration":1}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"effe00c9a67b8f66","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/effe00c9a67b8f66","status":"passed","time":{"start":1728381521316,"stop":1728381521316,"duration":0}},{"uid":"f3ed932a54199f42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ed932a54199f42","status":"passed","time":{"start":1728379329180,"stop":1728379329180,"duration":0}},{"uid":"748e24a721e04175","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/748e24a721e04175","status":"passed","time":{"start":1728371984005,"stop":1728371984005,"duration":0}},{"uid":"de9cf8fadc24a0d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de9cf8fadc24a0d2","status":"passed","time":{"start":1728370284360,"stop":1728370284360,"duration":0}},{"uid":"3d64e0a5666b1c94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d64e0a5666b1c94","status":"passed","time":{"start":1728369378903,"stop":1728369378903,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b8ce677b8ac70aef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b8ce677b8ac70aef","status":"passed","time":{"start":1728381526505,"stop":1728381526509,"duration":4}},{"uid":"a32a25f24b536622","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a32a25f24b536622","status":"passed","time":{"start":1728379329395,"stop":1728379329395,"duration":0}},{"uid":"c21ff8a96597479b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c21ff8a96597479b","status":"passed","time":{"start":1728371973983,"stop":1728371973983,"duration":0}},{"uid":"79a569e70a6da7d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/79a569e70a6da7d2","status":"passed","time":{"start":1728370320861,"stop":1728370320862,"duration":1}},{"uid":"b1481698f2442548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1481698f2442548","status":"passed","time":{"start":1728369420220,"stop":1728369420221,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ffec83fb78bb195","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6ffec83fb78bb195","status":"passed","time":{"start":1728381409095,"stop":1728381409095,"duration":0}},{"uid":"eb592c648fbe1b18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eb592c648fbe1b18","status":"passed","time":{"start":1728379215430,"stop":1728379215431,"duration":1}},{"uid":"d9b8a7d511a525ee","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9b8a7d511a525ee","status":"passed","time":{"start":1728371857087,"stop":1728371857087,"duration":0}},{"uid":"90375711c1c0c760","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90375711c1c0c760","status":"passed","time":{"start":1728370205025,"stop":1728370205029,"duration":4}},{"uid":"5acca862f44a23f0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5acca862f44a23f0","status":"passed","time":{"start":1728369303210,"stop":1728369303212,"duration":2}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0a27b891ce09f4b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0a27b891ce09f4b","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0}},{"uid":"705d81384bcd2bb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/705d81384bcd2bb","status":"passed","time":{"start":1728379167607,"stop":1728379167607,"duration":0}},{"uid":"533352ffcc1e6c3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/533352ffcc1e6c3b","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"93b69cfa13648f48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/93b69cfa13648f48","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"7741bcda98a1aac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7741bcda98a1aac","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d865ae41c3003692","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d865ae41c3003692","status":"passed","time":{"start":1728381554781,"stop":1728381554782,"duration":1}},{"uid":"ba29376fb8ff8944","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ba29376fb8ff8944","status":"passed","time":{"start":1728379365910,"stop":1728379365910,"duration":0}},{"uid":"f545c300a15bef96","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f545c300a15bef96","status":"passed","time":{"start":1728372012991,"stop":1728372012992,"duration":1}},{"uid":"81eed31f3c03b6d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/81eed31f3c03b6d2","status":"passed","time":{"start":1728370408810,"stop":1728370408811,"duration":1}},{"uid":"68c207e7b3bcd9da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68c207e7b3bcd9da","status":"passed","time":{"start":1728369510278,"stop":1728369510278,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa85bd63cce6d5e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fa85bd63cce6d5e8","status":"passed","time":{"start":1728381774344,"stop":1728381774345,"duration":1}},{"uid":"215bfc65a85c3a36","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/215bfc65a85c3a36","status":"passed","time":{"start":1728379576341,"stop":1728379576341,"duration":0}},{"uid":"57b3457df2376e16","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57b3457df2376e16","status":"passed","time":{"start":1728372230816,"stop":1728372230817,"duration":1}},{"uid":"4a34116b0ff9eaa8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4a34116b0ff9eaa8","status":"passed","time":{"start":1728370630209,"stop":1728370630210,"duration":1}},{"uid":"383adef07280f574","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/383adef07280f574","status":"passed","time":{"start":1728369712260,"stop":1728369712261,"duration":1}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cef394826c83d954","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cef394826c83d954","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0}},{"uid":"8dfc5549d0ace118","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8dfc5549d0ace118","status":"passed","time":{"start":1728379250163,"stop":1728379250164,"duration":1}},{"uid":"6dbf10b6e6d9ae29","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6dbf10b6e6d9ae29","status":"passed","time":{"start":1728371885969,"stop":1728371885969,"duration":0}},{"uid":"d9445b7166e225f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9445b7166e225f5","status":"passed","time":{"start":1728370233665,"stop":1728370233665,"duration":0}},{"uid":"23b91f34852b576b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23b91f34852b576b","status":"passed","time":{"start":1728369335735,"stop":1728369335735,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ec584c988df65ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5ec584c988df65ab","status":"passed","time":{"start":1728381363575,"stop":1728381363576,"duration":1}},{"uid":"9bf7ecfdc5ee0b8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9bf7ecfdc5ee0b8c","status":"passed","time":{"start":1728379166769,"stop":1728379166770,"duration":1}},{"uid":"33c3ea1c8f85ffda","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33c3ea1c8f85ffda","status":"passed","time":{"start":1728371810592,"stop":1728371810593,"duration":1}},{"uid":"5f6d2efcf51c0bc1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f6d2efcf51c0bc1","status":"passed","time":{"start":1728370158407,"stop":1728370158407,"duration":0}},{"uid":"3876e9f7b4877bea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3876e9f7b4877bea","status":"passed","time":{"start":1728369256990,"stop":1728369256991,"duration":1}}]},"b4ee62d179bc4aa2bab4bbbd7113f391:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bca3c28b9925742","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bca3c28b9925742","status":"passed","time":{"start":1728369675000,"stop":1728369675001,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3af791fc1f16e8c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3af791fc1f16e8c","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0}},{"uid":"5ff39564224e119f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ff39564224e119f","status":"passed","time":{"start":1728379482930,"stop":1728379482931,"duration":1}},{"uid":"5c801c5618772b9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5c801c5618772b9b","status":"passed","time":{"start":1728372134554,"stop":1728372134555,"duration":1}},{"uid":"d51b92e7f5cdc31a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d51b92e7f5cdc31a","status":"passed","time":{"start":1728370487872,"stop":1728370487873,"duration":1}},{"uid":"82f4adbb93a34756","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/82f4adbb93a34756","status":"passed","time":{"start":1728369590796,"stop":1728369590799,"duration":3}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e81ae42173fbf022","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e81ae42173fbf022","status":"passed","time":{"start":1728381749056,"stop":1728381749057,"duration":1}},{"uid":"7aaebd3af2ab4a2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7aaebd3af2ab4a2f","status":"passed","time":{"start":1728379549694,"stop":1728379549695,"duration":1}},{"uid":"26730c81404b85bd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/26730c81404b85bd","status":"passed","time":{"start":1728372195433,"stop":1728372195433,"duration":0}},{"uid":"34012569d4562156","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/34012569d4562156","status":"passed","time":{"start":1728370555256,"stop":1728370555257,"duration":1}},{"uid":"88cd252e7c646eb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/88cd252e7c646eb","status":"passed","time":{"start":1728369639852,"stop":1728369639852,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"189c05601ace89a5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/189c05601ace89a5","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0}},{"uid":"12fc4be5b61013bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12fc4be5b61013bf","status":"passed","time":{"start":1728379565735,"stop":1728379565735,"duration":0}},{"uid":"1c95db48c44fbe42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c95db48c44fbe42","status":"passed","time":{"start":1728372228761,"stop":1728372228762,"duration":1}},{"uid":"534e8ce650ed7644","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/534e8ce650ed7644","status":"passed","time":{"start":1728370603960,"stop":1728370603965,"duration":5}},{"uid":"361105bf165a75b5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/361105bf165a75b5","status":"passed","time":{"start":1728369703126,"stop":1728369703127,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1db0beef40203e46","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1db0beef40203e46","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0}},{"uid":"a93e3715e7cd983b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a93e3715e7cd983b","status":"passed","time":{"start":1728379460296,"stop":1728379460297,"duration":1}},{"uid":"2a399d61113e990c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2a399d61113e990c","status":"passed","time":{"start":1728372105680,"stop":1728372105680,"duration":0}},{"uid":"8ff38ba353210e58","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ff38ba353210e58","status":"passed","time":{"start":1728370464160,"stop":1728370464161,"duration":1}},{"uid":"192c203869b20d0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/192c203869b20d0b","status":"passed","time":{"start":1728369544876,"stop":1728369544877,"duration":1}}]},"c6961db7ae2a218952b53d35461860b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef38d1501cecdb25","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef38d1501cecdb25","status":"passed","time":{"start":1728379482965,"stop":1728379482971,"duration":6}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c5c2d1bd58b3241f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c5c2d1bd58b3241f","status":"passed","time":{"start":1728381461616,"stop":1728381461616,"duration":0}},{"uid":"71785df41aacd15","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71785df41aacd15","status":"passed","time":{"start":1728379263313,"stop":1728379263314,"duration":1}},{"uid":"691969f56ddafcc9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/691969f56ddafcc9","status":"passed","time":{"start":1728371908000,"stop":1728371908001,"duration":1}},{"uid":"8ec943a6983b1d86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ec943a6983b1d86","status":"passed","time":{"start":1728370252050,"stop":1728370252050,"duration":0}},{"uid":"fd6e1c28bd5139e6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd6e1c28bd5139e6","status":"passed","time":{"start":1728369354739,"stop":1728369354740,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"48e46b66095c35b8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/48e46b66095c35b8","status":"passed","time":{"start":1728381711643,"stop":1728381711644,"duration":1}},{"uid":"95e78450f9d03152","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/95e78450f9d03152","status":"passed","time":{"start":1728379515543,"stop":1728379515543,"duration":0}},{"uid":"17115df64485db24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17115df64485db24","status":"passed","time":{"start":1728372171287,"stop":1728372171287,"duration":0}},{"uid":"747b38e1040b5f3e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/747b38e1040b5f3e","status":"passed","time":{"start":1728370522950,"stop":1728370522950,"duration":0}},{"uid":"3bf7f4de093c6548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bf7f4de093c6548","status":"passed","time":{"start":1728369622030,"stop":1728369622030,"duration":0}}]},"515699a7bdb99f015a388606d0aad9fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"423763226be85844","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/423763226be85844","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b437defffa4f83d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b437defffa4f83d2","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0}},{"uid":"f288c4f83d64f36b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f288c4f83d64f36b","status":"passed","time":{"start":1728379484789,"stop":1728379484789,"duration":0}},{"uid":"84a68c2481d2406","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/84a68c2481d2406","status":"passed","time":{"start":1728372130489,"stop":1728372130489,"duration":0}},{"uid":"6650f1a510449064","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6650f1a510449064","status":"passed","time":{"start":1728370516483,"stop":1728370516484,"duration":1}},{"uid":"17cf89f37cad6a5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/17cf89f37cad6a5a","status":"passed","time":{"start":1728369620725,"stop":1728369620726,"duration":1}}]},"eb6cadd5d556243bda7fa7695fcb6475:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eee1c52821abb222","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eee1c52821abb222","status":"passed","time":{"start":1728372200181,"stop":1728372200181,"duration":0}}]},"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"2921ee0350e6fc97","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2921ee0350e6fc97","status":"passed","time":{"start":1728381613872,"stop":1728381613872,"duration":0}},{"uid":"a6980844ffb81b6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6980844ffb81b6c","status":"passed","time":{"start":1728379419686,"stop":1728379419686,"duration":0}},{"uid":"b51f547b4c677e02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b51f547b4c677e02","status":"passed","time":{"start":1728372107442,"stop":1728372107443,"duration":1}},{"uid":"f5e87a5a1f439867","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5e87a5a1f439867","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626989,"stop":1728370626989,"duration":0}},{"uid":"16491f515bd31a27","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/16491f515bd31a27","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728516,"stop":1728369728516,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4aceb880db9a702","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4aceb880db9a702","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0}},{"uid":"c6ec6da1f2fa19d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6ec6da1f2fa19d8","status":"passed","time":{"start":1728379549675,"stop":1728379549675,"duration":0}},{"uid":"7a8dd92063a3085c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a8dd92063a3085c","status":"passed","time":{"start":1728372195415,"stop":1728372195417,"duration":2}},{"uid":"18a1c966160c1a45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18a1c966160c1a45","status":"passed","time":{"start":1728370555246,"stop":1728370555246,"duration":0}},{"uid":"52396a69f7421015","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/52396a69f7421015","status":"passed","time":{"start":1728369639836,"stop":1728369639837,"duration":1}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5d330093a350e06f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5d330093a350e06f","status":"passed","time":{"start":1728381763772,"stop":1728381763773,"duration":1}},{"uid":"1cf5f6a82023bc4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1cf5f6a82023bc4","status":"passed","time":{"start":1728379572272,"stop":1728379572273,"duration":1}},{"uid":"5a6ec3c32be20a9d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a6ec3c32be20a9d","status":"passed","time":{"start":1728372221516,"stop":1728372221516,"duration":0}},{"uid":"8d671427e905afa4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d671427e905afa4","status":"passed","time":{"start":1728370607707,"stop":1728370607707,"duration":0}},{"uid":"e6c06f86102f2f68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6c06f86102f2f68","status":"passed","time":{"start":1728369690174,"stop":1728369690174,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"52ba4ab445b7c5a9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/52ba4ab445b7c5a9","status":"passed","time":{"start":1728381696823,"stop":1728381696824,"duration":1}},{"uid":"796f67e99eaa3090","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/796f67e99eaa3090","status":"passed","time":{"start":1728379498093,"stop":1728379498093,"duration":0}},{"uid":"4934dfbdb16faf7a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4934dfbdb16faf7a","status":"passed","time":{"start":1728372147551,"stop":1728372147552,"duration":1}},{"uid":"3343284f91e9a414","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3343284f91e9a414","status":"passed","time":{"start":1728370534999,"stop":1728370534999,"duration":0}},{"uid":"4da1adb0e7d1eb63","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4da1adb0e7d1eb63","status":"passed","time":{"start":1728369636354,"stop":1728369636355,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d70425a263ba6580","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d70425a263ba6580","status":"passed","time":{"start":1728381711649,"stop":1728381711650,"duration":1}},{"uid":"86d69609ff6fc70e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/86d69609ff6fc70e","status":"passed","time":{"start":1728379515552,"stop":1728379515553,"duration":1}},{"uid":"e49ec3c497b3fc0e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e49ec3c497b3fc0e","status":"passed","time":{"start":1728372171296,"stop":1728372171296,"duration":0}},{"uid":"f715571cc2d70766","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f715571cc2d70766","status":"passed","time":{"start":1728370522964,"stop":1728370522965,"duration":1}},{"uid":"2ec7fbfc072c6699","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ec7fbfc072c6699","status":"passed","time":{"start":1728369622044,"stop":1728369622044,"duration":0}}]},"7a9a8b90ec5b0fa7cd1a1c0d713311ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d41aadd9ee27a32f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d41aadd9ee27a32f","status":"passed","time":{"start":1728381745552,"stop":1728381745554,"duration":2}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d9f0cf2e7494c6c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9d9f0cf2e7494c6c","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0}},{"uid":"d977b5762a1c65dc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d977b5762a1c65dc","status":"passed","time":{"start":1728379159024,"stop":1728379159024,"duration":0}},{"uid":"31cc2e037f3486b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/31cc2e037f3486b0","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"8f93346e2d0f8c48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8f93346e2d0f8c48","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"a052ba38dc59f4d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a052ba38dc59f4d3","status":"passed","time":{"start":1728369248997,"stop":1728369248997,"duration":0}}]},"53cba973e845f8509d0e3f6fc7bf7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"766ccb76548372a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/766ccb76548372a0","status":"passed","time":{"start":1728379197135,"stop":1728379197135,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2454edb9ca7e58ff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2454edb9ca7e58ff","status":"passed","time":{"start":1728381766194,"stop":1728381766196,"duration":2}},{"uid":"b3807e34717cdfc3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3807e34717cdfc3","status":"passed","time":{"start":1728379569497,"stop":1728379569498,"duration":1}},{"uid":"c0d5e36ae31bfeba","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0d5e36ae31bfeba","status":"passed","time":{"start":1728372220851,"stop":1728372220851,"duration":0}},{"uid":"1c4dc86660fb9df1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c4dc86660fb9df1","status":"passed","time":{"start":1728370605230,"stop":1728370605230,"duration":0}},{"uid":"13c7cf138822d4a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13c7cf138822d4a","status":"passed","time":{"start":1728369697443,"stop":1728369697446,"duration":3}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5e3a019aeedd9b46","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5e3a019aeedd9b46","status":"passed","time":{"start":1728381554775,"stop":1728381554776,"duration":1}},{"uid":"d8798246d02f7b8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d8798246d02f7b8c","status":"passed","time":{"start":1728379365893,"stop":1728379365893,"duration":0}},{"uid":"be9d8657dfa9b3aa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be9d8657dfa9b3aa","status":"passed","time":{"start":1728372012986,"stop":1728372012986,"duration":0}},{"uid":"18bbc357bb78329d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18bbc357bb78329d","status":"passed","time":{"start":1728370408803,"stop":1728370408803,"duration":0}},{"uid":"51a624750c6d6bef","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51a624750c6d6bef","status":"passed","time":{"start":1728369510270,"stop":1728369510270,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"11c6399b08a6676b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/11c6399b08a6676b","status":"passed","time":{"start":1728381355955,"stop":1728381355955,"duration":0}},{"uid":"21d4944143722248","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/21d4944143722248","status":"passed","time":{"start":1728379158996,"stop":1728379158996,"duration":0}},{"uid":"5bccc437d7df72fb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5bccc437d7df72fb","status":"passed","time":{"start":1728371802889,"stop":1728371802889,"duration":0}},{"uid":"e084916081775a63","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e084916081775a63","status":"passed","time":{"start":1728370149915,"stop":1728370149915,"duration":0}},{"uid":"e002c7240dbe2272","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e002c7240dbe2272","status":"passed","time":{"start":1728369248974,"stop":1728369248975,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c17311d692f90cf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c17311d692f90cf","status":"passed","time":{"start":1728381749043,"stop":1728381749043,"duration":0}},{"uid":"42feeedadc3bd34a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42feeedadc3bd34a","status":"passed","time":{"start":1728379549687,"stop":1728379549687,"duration":0}},{"uid":"851755663bf633e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/851755663bf633e6","status":"passed","time":{"start":1728372195427,"stop":1728372195427,"duration":0}},{"uid":"47824dfae89c64a8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47824dfae89c64a8","status":"passed","time":{"start":1728370555252,"stop":1728370555252,"duration":0}},{"uid":"5ed999da6e970d94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ed999da6e970d94","status":"passed","time":{"start":1728369639845,"stop":1728369639845,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"136ad81555f5e70b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/136ad81555f5e70b","status":"passed","time":{"start":1728381461615,"stop":1728381461616,"duration":1}},{"uid":"812376215f9b8afc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/812376215f9b8afc","status":"passed","time":{"start":1728379263312,"stop":1728379263313,"duration":1}},{"uid":"307c2c078a1e3cac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/307c2c078a1e3cac","status":"passed","time":{"start":1728371907998,"stop":1728371907998,"duration":0}},{"uid":"7b94987b14ce874f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b94987b14ce874f","status":"passed","time":{"start":1728370252050,"stop":1728370252050,"duration":0}},{"uid":"7f6f30c3afeaaa75","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f6f30c3afeaaa75","status":"passed","time":{"start":1728369354739,"stop":1728369354739,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8addad0222e50175","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8addad0222e50175","status":"passed","time":{"start":1728381711671,"stop":1728381711674,"duration":3}},{"uid":"c164ecc289136a08","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c164ecc289136a08","status":"passed","time":{"start":1728379515559,"stop":1728379515559,"duration":0}},{"uid":"2c107f68c13eea3f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c107f68c13eea3f","status":"passed","time":{"start":1728372171310,"stop":1728372171311,"duration":1}},{"uid":"2b63e9aee08c0d4a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2b63e9aee08c0d4a","status":"passed","time":{"start":1728370522973,"stop":1728370522974,"duration":1}},{"uid":"157b6b20b27bdffd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/157b6b20b27bdffd","status":"passed","time":{"start":1728369622051,"stop":1728369622052,"duration":1}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f5ecbf7b6cb98d10","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f5ecbf7b6cb98d10","status":"passed","time":{"start":1728381759211,"stop":1728381759212,"duration":1}},{"uid":"d583342998772132","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d583342998772132","status":"passed","time":{"start":1728379560161,"stop":1728379560161,"duration":0}},{"uid":"1bd4ba144af0cc02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1bd4ba144af0cc02","status":"passed","time":{"start":1728372216742,"stop":1728372216743,"duration":1}},{"uid":"dc50e6e303da3fe3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dc50e6e303da3fe3","status":"passed","time":{"start":1728370607963,"stop":1728370607964,"duration":1}},{"uid":"5751ee127bf38f76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5751ee127bf38f76","status":"passed","time":{"start":1728369698569,"stop":1728369698571,"duration":2}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"efe484ab9cb668c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/efe484ab9cb668c3","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0}},{"uid":"3c01156ca52ec403","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3c01156ca52ec403","status":"passed","time":{"start":1728379194286,"stop":1728379194286,"duration":0}},{"uid":"b50fb8ac86f9a864","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b50fb8ac86f9a864","status":"passed","time":{"start":1728371838586,"stop":1728371838586,"duration":0}},{"uid":"abc00a2589417d38","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/abc00a2589417d38","status":"passed","time":{"start":1728370185971,"stop":1728370185972,"duration":1}},{"uid":"4f24c3117b345b69","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f24c3117b345b69","status":"passed","time":{"start":1728369284714,"stop":1728369284715,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"938b274143f8beca","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/938b274143f8beca","status":"passed","time":{"start":1728381763773,"stop":1728381763774,"duration":1}},{"uid":"37dd624b6a46848c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37dd624b6a46848c","status":"passed","time":{"start":1728379572274,"stop":1728379572274,"duration":0}},{"uid":"7c53575f7fd37c2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7c53575f7fd37c2b","status":"passed","time":{"start":1728372221516,"stop":1728372221516,"duration":0}},{"uid":"ff9f440b7da3b967","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff9f440b7da3b967","status":"passed","time":{"start":1728370607707,"stop":1728370607707,"duration":0}},{"uid":"85d7af52704cf1bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85d7af52704cf1bf","status":"passed","time":{"start":1728369690174,"stop":1728369690175,"duration":1}}]},"3039fa5ae33288944e7770f6b9de72ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b60a571ae1dc011c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b60a571ae1dc011c","status":"passed","time":{"start":1728370557099,"stop":1728370557099,"duration":0}}]},"f2196747eba909776f82039a431d6194:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"758e780d9515fc0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/758e780d9515fc0a","status":"passed","time":{"start":1728372200179,"stop":1728372200180,"duration":1}}]},"15b705a64e26c384970b1ebcd5830430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b66ef1a6d51c990","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b66ef1a6d51c990","status":"passed","time":{"start":1728370320868,"stop":1728370320868,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1536fbb04311853f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1536fbb04311853f","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0}},{"uid":"50089020e8c8420b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/50089020e8c8420b","status":"passed","time":{"start":1728379515550,"stop":1728379515551,"duration":1}},{"uid":"5a7c073e7431c5ec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a7c073e7431c5ec","status":"passed","time":{"start":1728372171293,"stop":1728372171294,"duration":1}},{"uid":"b76cf39e9866af02","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b76cf39e9866af02","status":"passed","time":{"start":1728370522958,"stop":1728370522958,"duration":0}},{"uid":"a274f863160d5ae4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a274f863160d5ae4","status":"passed","time":{"start":1728369622034,"stop":1728369622035,"duration":1}}]},"a110ca115e26604e9ccef7258fce727a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ff4a5245b1ef671","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ff4a5245b1ef671","status":"passed","time":{"start":1728369663460,"stop":1728369663461,"duration":1}}]},"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"eb50fb8e5251b963","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eb50fb8e5251b963","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0}},{"uid":"87952a9035899598","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/87952a9035899598","status":"passed","time":{"start":1728379419673,"stop":1728379419673,"duration":0}},{"uid":"c06e6b284f749e05","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c06e6b284f749e05","status":"passed","time":{"start":1728372107437,"stop":1728372107438,"duration":1}},{"uid":"f25ac6d0f44a5c03","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f25ac6d0f44a5c03","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626982,"stop":1728370626982,"duration":0}},{"uid":"b3757524ba2025c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3757524ba2025c3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728512,"stop":1728369728512,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ec81d74812d21129","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ec81d74812d21129","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0}},{"uid":"877efd08a2b79ac7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/877efd08a2b79ac7","status":"passed","time":{"start":1728379159015,"stop":1728379159015,"duration":0}},{"uid":"e05bcef0fc9bb70c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e05bcef0fc9bb70c","status":"passed","time":{"start":1728371802900,"stop":1728371802900,"duration":0}},{"uid":"6aa3253f68c6aa92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6aa3253f68c6aa92","status":"passed","time":{"start":1728370149934,"stop":1728370149934,"duration":0}},{"uid":"1cecffa8cbeddd11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1cecffa8cbeddd11","status":"passed","time":{"start":1728369248988,"stop":1728369248989,"duration":1}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3fd4fa852805c53","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3fd4fa852805c53","status":"passed","time":{"start":1728381521291,"stop":1728381521292,"duration":1}},{"uid":"913ac8c62df64a5c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/913ac8c62df64a5c","status":"passed","time":{"start":1728379329172,"stop":1728379329172,"duration":0}},{"uid":"2b2fbcaf7cf3669c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b2fbcaf7cf3669c","status":"passed","time":{"start":1728371983994,"stop":1728371983995,"duration":1}},{"uid":"34af423aac00460e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/34af423aac00460e","status":"passed","time":{"start":1728370284348,"stop":1728370284348,"duration":0}},{"uid":"941cb4397f9b8265","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/941cb4397f9b8265","status":"passed","time":{"start":1728369378879,"stop":1728369378880,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b7fcdce699c8c19","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b7fcdce699c8c19","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0}},{"uid":"9d16fa3c0c610ba8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d16fa3c0c610ba8","status":"passed","time":{"start":1728379460288,"stop":1728379460289,"duration":1}},{"uid":"318a1a8f10e691b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/318a1a8f10e691b1","status":"passed","time":{"start":1728372105676,"stop":1728372105676,"duration":0}},{"uid":"b62aadcb08d7b650","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b62aadcb08d7b650","status":"passed","time":{"start":1728370464150,"stop":1728370464151,"duration":1}},{"uid":"b1da12e6ce8e30d6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1da12e6ce8e30d6","status":"passed","time":{"start":1728369544873,"stop":1728369544873,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f1b3fa3419aea0e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f1b3fa3419aea0e5","status":"passed","time":{"start":1728381371415,"stop":1728381371415,"duration":0}},{"uid":"728ef5f6e146dd60","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/728ef5f6e146dd60","status":"passed","time":{"start":1728379174375,"stop":1728379174375,"duration":0}},{"uid":"b4388b3ac96158cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4388b3ac96158cd","status":"passed","time":{"start":1728371818653,"stop":1728371818654,"duration":1}},{"uid":"c91e156fcc7775fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c91e156fcc7775fc","status":"passed","time":{"start":1728370166257,"stop":1728370166258,"duration":1}},{"uid":"d91044a75331dc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d91044a75331dc7","status":"passed","time":{"start":1728369265011,"stop":1728369265012,"duration":1}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1f073a289b5c7b78","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1f073a289b5c7b78","status":"passed","time":{"start":1728381554779,"stop":1728381554779,"duration":0}},{"uid":"31079b81acbde41d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31079b81acbde41d","status":"passed","time":{"start":1728379365909,"stop":1728379365909,"duration":0}},{"uid":"58ae5309830a62c3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/58ae5309830a62c3","status":"passed","time":{"start":1728372012988,"stop":1728372012988,"duration":0}},{"uid":"77a97cbd74dee9d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77a97cbd74dee9d","status":"passed","time":{"start":1728370408808,"stop":1728370408808,"duration":0}},{"uid":"cbd4d0cde4f239f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbd4d0cde4f239f8","status":"passed","time":{"start":1728369510276,"stop":1728369510276,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2136b2de71bb20c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2136b2de71bb20c3","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0}},{"uid":"744b9257c57d85de","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/744b9257c57d85de","status":"passed","time":{"start":1728379549631,"stop":1728379549631,"duration":0}},{"uid":"122860f6eb2dfb43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/122860f6eb2dfb43","status":"passed","time":{"start":1728372195406,"stop":1728372195407,"duration":1}},{"uid":"45bfff6b81caefc3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/45bfff6b81caefc3","status":"passed","time":{"start":1728370555236,"stop":1728370555236,"duration":0}},{"uid":"40441a72c22d4074","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40441a72c22d4074","status":"passed","time":{"start":1728369639822,"stop":1728369639824,"duration":2}}]},"4e085a356b7f249ed7a240529050e37a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51abc22cde7a5454","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51abc22cde7a5454","status":"passed","time":{"start":1728381745557,"stop":1728381745557,"duration":0}}]},"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c4771f1fb497b95","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c4771f1fb497b95","status":"passed","time":{"start":1728381580778,"stop":1728381580778,"duration":0}},{"uid":"ca4637cc7143ebd0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca4637cc7143ebd0","status":"passed","time":{"start":1728379391618,"stop":1728379391619,"duration":1}},{"uid":"380213dc862c8bf3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/380213dc862c8bf3","status":"passed","time":{"start":1728372025210,"stop":1728372025210,"duration":0}},{"uid":"33bfe8f62be844ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/33bfe8f62be844ea","status":"passed","time":{"start":1728370362610,"stop":1728370362610,"duration":0}},{"uid":"356f1a379ead232b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/356f1a379ead232b","status":"passed","time":{"start":1728369464842,"stop":1728369464842,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"632d4648d8090d45","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/632d4648d8090d45","status":"passed","time":{"start":1728381475916,"stop":1728381475916,"duration":0}},{"uid":"cd11f492b8288831","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd11f492b8288831","status":"passed","time":{"start":1728379282311,"stop":1728379282317,"duration":6}},{"uid":"6dc9cedaf808dece","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6dc9cedaf808dece","status":"passed","time":{"start":1728371925986,"stop":1728371925986,"duration":0}},{"uid":"9f02aecd445807fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f02aecd445807fc","status":"passed","time":{"start":1728370273960,"stop":1728370273960,"duration":0}},{"uid":"b42d968c76f6643e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b42d968c76f6643e","status":"passed","time":{"start":1728369370046,"stop":1728369370046,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f204fe5e369e90f1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f204fe5e369e90f1","status":"passed","time":{"start":1728381689163,"stop":1728381689164,"duration":1}},{"uid":"e03c65ce76f16674","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e03c65ce76f16674","status":"passed","time":{"start":1728379493875,"stop":1728379493875,"duration":0}},{"uid":"8431db9f621da6d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8431db9f621da6d3","status":"passed","time":{"start":1728372140961,"stop":1728372140965,"duration":4}},{"uid":"bfadd7f91b5caa1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfadd7f91b5caa1d","status":"passed","time":{"start":1728370524966,"stop":1728370524966,"duration":0}},{"uid":"7801b37e704dc8df","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7801b37e704dc8df","status":"passed","time":{"start":1728369630403,"stop":1728369630403,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"111ad6566c31641d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/111ad6566c31641d","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0}},{"uid":"b1ee0273e665c32e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b1ee0273e665c32e","status":"passed","time":{"start":1728379250164,"stop":1728379250164,"duration":0}},{"uid":"9766b2218d618226","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9766b2218d618226","status":"passed","time":{"start":1728371885969,"stop":1728371885970,"duration":1}},{"uid":"71612c92d63836ba","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/71612c92d63836ba","status":"passed","time":{"start":1728370233665,"stop":1728370233666,"duration":1}},{"uid":"d75a321439857b3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d75a321439857b3c","status":"passed","time":{"start":1728369335735,"stop":1728369335736,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"99c171976923881f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/99c171976923881f","status":"passed","time":{"start":1728381749035,"stop":1728381749036,"duration":1}},{"uid":"18643830bfad5606","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/18643830bfad5606","status":"passed","time":{"start":1728379549681,"stop":1728379549682,"duration":1}},{"uid":"93a0ef46e34a9c6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/93a0ef46e34a9c6c","status":"passed","time":{"start":1728372195421,"stop":1728372195421,"duration":0}},{"uid":"a1aa6d02a14ef10e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1aa6d02a14ef10e","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"d456ba79c79efcd8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d456ba79c79efcd8","status":"passed","time":{"start":1728369639839,"stop":1728369639840,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a48bd8876662b3b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5a48bd8876662b3b","status":"passed","time":{"start":1728381389461,"stop":1728381389462,"duration":1}},{"uid":"f9addb90601a12ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9addb90601a12ac","status":"passed","time":{"start":1728379192716,"stop":1728379192717,"duration":1}},{"uid":"818b9f2c276b3145","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/818b9f2c276b3145","status":"passed","time":{"start":1728371836844,"stop":1728371836844,"duration":0}},{"uid":"c24029bde18e127","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c24029bde18e127","status":"passed","time":{"start":1728370184427,"stop":1728370184427,"duration":0}},{"uid":"6bcff5e1dd912b34","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6bcff5e1dd912b34","status":"passed","time":{"start":1728369283260,"stop":1728369283260,"duration":0}}]},"bc405f7ea71e312064bb14bfbce79466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c251bd1831818d79","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c251bd1831818d79","status":"passed","time":{"start":1728372200180,"stop":1728372200181,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd8383205262defb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd8383205262defb","status":"passed","time":{"start":1728381355981,"stop":1728381355982,"duration":1}},{"uid":"a098d3614f823de3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a098d3614f823de3","status":"passed","time":{"start":1728379159026,"stop":1728379159027,"duration":1}},{"uid":"c3147d9768a34d6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c3147d9768a34d6a","status":"passed","time":{"start":1728371802910,"stop":1728371802910,"duration":0}},{"uid":"a8676bc41131577e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a8676bc41131577e","status":"passed","time":{"start":1728370149944,"stop":1728370149945,"duration":1}},{"uid":"44e314dd2bc5bdba","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/44e314dd2bc5bdba","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"6c5c79d40a2c1ae859600be972151d1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6073bb77cc0a6fd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6073bb77cc0a6fd","status":"passed","time":{"start":1728372200174,"stop":1728372200174,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"da732b2f2d051ae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da732b2f2d051ae","status":"passed","time":{"start":1728381763774,"stop":1728381763775,"duration":1}},{"uid":"a09d2e7edbe46218","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a09d2e7edbe46218","status":"passed","time":{"start":1728379572274,"stop":1728379572275,"duration":1}},{"uid":"ccdbd334e819ea1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccdbd334e819ea1b","status":"passed","time":{"start":1728372221517,"stop":1728372221517,"duration":0}},{"uid":"669beb9ce574ab06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/669beb9ce574ab06","status":"passed","time":{"start":1728370607709,"stop":1728370607710,"duration":1}},{"uid":"27c741eab360c6ff","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/27c741eab360c6ff","status":"passed","time":{"start":1728369690176,"stop":1728369690176,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5273a22709824c8e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5273a22709824c8e","status":"passed","time":{"start":1728381449299,"stop":1728381449300,"duration":1}},{"uid":"6e87ec060af95ca1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e87ec060af95ca1","status":"passed","time":{"start":1728379255033,"stop":1728379255034,"duration":1}},{"uid":"14453ab7e08515d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/14453ab7e08515d3","status":"passed","time":{"start":1728371896756,"stop":1728371896757,"duration":1}},{"uid":"65a6846849beba3c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65a6846849beba3c","status":"passed","time":{"start":1728370245295,"stop":1728370245297,"duration":2}},{"uid":"1bc5b32d8b23f40b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bc5b32d8b23f40b","status":"passed","time":{"start":1728369344216,"stop":1728369344217,"duration":1}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"157d6d873da0e726","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/157d6d873da0e726","status":"passed","time":{"start":1728381355984,"stop":1728381355985,"duration":1}},{"uid":"9e5edd16d888faae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9e5edd16d888faae","status":"passed","time":{"start":1728379159030,"stop":1728379159030,"duration":0}},{"uid":"813eb983e02de5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/813eb983e02de5a","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"f6c6e13301522931","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f6c6e13301522931","status":"passed","time":{"start":1728370149947,"stop":1728370149948,"duration":1}},{"uid":"cdf8ea51c27444c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdf8ea51c27444c7","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5c02acfa1ecba3de","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c02acfa1ecba3de","status":"passed","time":{"start":1728381749063,"stop":1728381749065,"duration":2}},{"uid":"5903cc0755d8a018","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5903cc0755d8a018","status":"passed","time":{"start":1728379549699,"stop":1728379549699,"duration":0}},{"uid":"66f96e4e47068976","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/66f96e4e47068976","status":"passed","time":{"start":1728372195435,"stop":1728372195436,"duration":1}},{"uid":"37daf034524025dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/37daf034524025dc","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"a398ea2c62f1b2ca","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a398ea2c62f1b2ca","status":"passed","time":{"start":1728369639855,"stop":1728369639855,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"21763825d2f8dd59","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/21763825d2f8dd59","status":"passed","time":{"start":1728381743123,"stop":1728381743123,"duration":0}},{"uid":"434394e7c076f6d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/434394e7c076f6d8","status":"passed","time":{"start":1728379550980,"stop":1728379550982,"duration":2}},{"uid":"9a2de098eafbdd6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9a2de098eafbdd6a","status":"passed","time":{"start":1728372211442,"stop":1728372211443,"duration":1}},{"uid":"c1d363ccd377f098","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c1d363ccd377f098","status":"passed","time":{"start":1728370582327,"stop":1728370582327,"duration":0}},{"uid":"f2a47d590d97ff72","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f2a47d590d97ff72","status":"passed","time":{"start":1728369674238,"stop":1728369674239,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"71931a9c6a1729cd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/71931a9c6a1729cd","status":"passed","time":{"start":1728381390013,"stop":1728381390013,"duration":0}},{"uid":"c16e8e742197fdd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c16e8e742197fdd2","status":"passed","time":{"start":1728379193197,"stop":1728379193197,"duration":0}},{"uid":"f5fd02e18d6a564a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5fd02e18d6a564a","status":"passed","time":{"start":1728371837408,"stop":1728371837409,"duration":1}},{"uid":"b796ba57669b092f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b796ba57669b092f","status":"passed","time":{"start":1728370184626,"stop":1728370184626,"duration":0}},{"uid":"fd740ec9dd916c13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd740ec9dd916c13","status":"passed","time":{"start":1728369283803,"stop":1728369283803,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"677f37cc99bf438b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/677f37cc99bf438b","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0}},{"uid":"214ada6f9a0f4fcb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/214ada6f9a0f4fcb","status":"passed","time":{"start":1728379329167,"stop":1728379329168,"duration":1}},{"uid":"443bc4b3c757f49a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/443bc4b3c757f49a","status":"passed","time":{"start":1728371983983,"stop":1728371983984,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44c6059730b4e0be","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44c6059730b4e0be","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0}},{"uid":"7af6bc0b8a61861","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7af6bc0b8a61861","status":"passed","time":{"start":1728379460260,"stop":1728379460261,"duration":1}},{"uid":"69bed3fc4ec38636","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69bed3fc4ec38636","status":"passed","time":{"start":1728372105660,"stop":1728372105660,"duration":0}},{"uid":"14960a82031190a3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/14960a82031190a3","status":"passed","time":{"start":1728370464118,"stop":1728370464119,"duration":1}},{"uid":"6f142f1d666ba4e2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f142f1d666ba4e2","status":"passed","time":{"start":1728369544855,"stop":1728369544855,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55deb6ee3694b5ad","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55deb6ee3694b5ad","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0}},{"uid":"ca94ce61a1a5fadc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca94ce61a1a5fadc","status":"passed","time":{"start":1728379159010,"stop":1728379159010,"duration":0}},{"uid":"3fc1ae98057bbc0e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3fc1ae98057bbc0e","status":"passed","time":{"start":1728371802896,"stop":1728371802896,"duration":0}},{"uid":"445fa1c444de5e0a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/445fa1c444de5e0a","status":"passed","time":{"start":1728370149929,"stop":1728370149930,"duration":1}},{"uid":"3ff9f02342705ae2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ff9f02342705ae2","status":"passed","time":{"start":1728369248985,"stop":1728369248985,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2aa1fdcaee7fb7e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2aa1fdcaee7fb7e8","status":"passed","time":{"start":1728381772751,"stop":1728381772751,"duration":0}},{"uid":"5ee8e41df829e47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ee8e41df829e47","status":"passed","time":{"start":1728379576114,"stop":1728379576114,"duration":0}},{"uid":"3eb95fee22a792b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3eb95fee22a792b0","status":"passed","time":{"start":1728372231471,"stop":1728372231472,"duration":1}},{"uid":"1cc15b7faf6e181","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1cc15b7faf6e181","status":"passed","time":{"start":1728370655525,"stop":1728370655525,"duration":0}},{"uid":"a8c386ba31276efd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8c386ba31276efd","status":"passed","time":{"start":1728369731925,"stop":1728369731926,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"15b69aecf585dc42","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/15b69aecf585dc42","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0}},{"uid":"d1526bbfe65c5bc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1526bbfe65c5bc0","status":"passed","time":{"start":1728379515544,"stop":1728379515544,"duration":0}},{"uid":"2dd49d314943329f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2dd49d314943329f","status":"passed","time":{"start":1728372171291,"stop":1728372171291,"duration":0}},{"uid":"7c44cae162947301","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c44cae162947301","status":"passed","time":{"start":1728370522951,"stop":1728370522951,"duration":0}},{"uid":"2401b7afdef7e844","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2401b7afdef7e844","status":"passed","time":{"start":1728369622031,"stop":1728369622031,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"37887a60a59b1d8d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/37887a60a59b1d8d","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0}},{"uid":"8453c5f2eb6b0cfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8453c5f2eb6b0cfe","status":"passed","time":{"start":1728379182990,"stop":1728379182990,"duration":0}},{"uid":"b696d1eef0f06182","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b696d1eef0f06182","status":"passed","time":{"start":1728371826968,"stop":1728371826968,"duration":0}},{"uid":"28d52c289de2cf77","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/28d52c289de2cf77","status":"passed","time":{"start":1728370174431,"stop":1728370174431,"duration":0}},{"uid":"bb0f9c2921bf5b1d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bb0f9c2921bf5b1d","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"920ac37b602f6270da8cf065ebeb673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb57e77c755317b0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/eb57e77c755317b0","status":"passed","time":{"start":1728370464130,"stop":1728370464130,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb2e4d44e40c3309","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fb2e4d44e40c3309","status":"passed","time":{"start":1728381363562,"stop":1728381363564,"duration":2}},{"uid":"bf34e8139cbc4463","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bf34e8139cbc4463","status":"passed","time":{"start":1728379166756,"stop":1728379166758,"duration":2}},{"uid":"869bf1341b4aeb18","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/869bf1341b4aeb18","status":"passed","time":{"start":1728371810586,"stop":1728371810587,"duration":1}},{"uid":"8ff370b676e4c735","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ff370b676e4c735","status":"passed","time":{"start":1728370158403,"stop":1728370158403,"duration":0}},{"uid":"a5bfea26c763d804","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5bfea26c763d804","status":"passed","time":{"start":1728369256984,"stop":1728369256985,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3946a35c458fe769","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3946a35c458fe769","status":"passed","time":{"start":1728381423072,"stop":1728381423073,"duration":1}},{"uid":"4ab1f3a1d0093e79","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4ab1f3a1d0093e79","status":"passed","time":{"start":1728379224166,"stop":1728379224167,"duration":1}},{"uid":"1e29ec46e10b05ac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1e29ec46e10b05ac","status":"passed","time":{"start":1728371870688,"stop":1728371870689,"duration":1}},{"uid":"7aa610abc5b9ff98","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7aa610abc5b9ff98","status":"passed","time":{"start":1728370215348,"stop":1728370215349,"duration":1}},{"uid":"98e4c68e290fc343","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/98e4c68e290fc343","status":"passed","time":{"start":1728369314830,"stop":1728369314831,"duration":1}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9fa5b558e29cb60d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9fa5b558e29cb60d","status":"passed","time":{"start":1728381689154,"stop":1728381689155,"duration":1}},{"uid":"bba9eb33167b9735","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bba9eb33167b9735","status":"passed","time":{"start":1728379493845,"stop":1728379493846,"duration":1}},{"uid":"b4e0ecb25de586b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4e0ecb25de586b3","status":"passed","time":{"start":1728372140948,"stop":1728372140949,"duration":1}},{"uid":"bfb1c720de9f5761","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfb1c720de9f5761","status":"passed","time":{"start":1728370524961,"stop":1728370524961,"duration":0}},{"uid":"2e3e43a25bed6acb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e3e43a25bed6acb","status":"passed","time":{"start":1728369630399,"stop":1728369630399,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cfa9d5ecda3e8fed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cfa9d5ecda3e8fed","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0}},{"uid":"4071b75f2ca2cf8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4071b75f2ca2cf8c","status":"passed","time":{"start":1728379159008,"stop":1728379159008,"duration":0}},{"uid":"693a6b9dd55026fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/693a6b9dd55026fa","status":"passed","time":{"start":1728371802894,"stop":1728371802894,"duration":0}},{"uid":"5520840abcf110e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5520840abcf110e1","status":"passed","time":{"start":1728370149927,"stop":1728370149928,"duration":1}},{"uid":"40713aae0c51b582","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40713aae0c51b582","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65b00a130115d67a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65b00a130115d67a","status":"passed","time":{"start":1728381355954,"stop":1728381355954,"duration":0}},{"uid":"51d8c24a0d07a73b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/51d8c24a0d07a73b","status":"passed","time":{"start":1728379158995,"stop":1728379158995,"duration":0}},{"uid":"b0275713cd1981ed","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b0275713cd1981ed","status":"passed","time":{"start":1728371802888,"stop":1728371802889,"duration":1}},{"uid":"510f692026c3ffc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/510f692026c3ffc","status":"passed","time":{"start":1728370149914,"stop":1728370149914,"duration":0}},{"uid":"cf6e37d733af120f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cf6e37d733af120f","status":"passed","time":{"start":1728369248973,"stop":1728369248974,"duration":1}}]},"0e71fd8447af31eb9c937afb1884aed1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e19ba33f5c2c895e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e19ba33f5c2c895e","status":"passed","time":{"start":1728370557096,"stop":1728370557097,"duration":1}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4d3b1677f71d139a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4d3b1677f71d139a","status":"passed","time":{"start":1728381749070,"stop":1728381749071,"duration":1}},{"uid":"cc6433f05a143b9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc6433f05a143b9d","status":"passed","time":{"start":1728379549700,"stop":1728379549700,"duration":0}},{"uid":"df05d920f79379fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df05d920f79379fe","status":"passed","time":{"start":1728372195437,"stop":1728372195437,"duration":0}},{"uid":"7c7aea19b779b7ae","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c7aea19b779b7ae","status":"passed","time":{"start":1728370555260,"stop":1728370555260,"duration":0}},{"uid":"4f0f5ac6beef799f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f0f5ac6beef799f","status":"passed","time":{"start":1728369639856,"stop":1728369639857,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"230f66f94d9082e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/230f66f94d9082e8","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0}},{"uid":"1811cb660f589e0d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1811cb660f589e0d","status":"passed","time":{"start":1728379549682,"stop":1728379549682,"duration":0}},{"uid":"13d267e711e5e74e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13d267e711e5e74e","status":"passed","time":{"start":1728372195422,"stop":1728372195422,"duration":0}},{"uid":"202e24173cd3dc0f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/202e24173cd3dc0f","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"dcda6f60553314bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dcda6f60553314bf","status":"passed","time":{"start":1728369639840,"stop":1728369639841,"duration":1}}]},"ffc01d4e256b235aca93172223ded384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f1f6f9b56078b90","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f1f6f9b56078b90","status":"passed","time":{"start":1728370557098,"stop":1728370557098,"duration":0}}]},"964468cedb8698e7fb2acc01e069efe7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c677ad5863d317d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c677ad5863d317d","status":"passed","time":{"start":1728369663462,"stop":1728369663462,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"7ac3a089d0ed9c76","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ac3a089d0ed9c76","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381715118,"stop":1728381715119,"duration":1}},{"uid":"79d29a42921d3f5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79d29a42921d3f5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379518933,"stop":1728379518933,"duration":0}},{"uid":"bc38a5cfbcac9668","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc38a5cfbcac9668","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"e921f110a67ef18d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e921f110a67ef18d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370547718,"stop":1728370547718,"duration":0}},{"uid":"7c572b6a0c1c0517","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c572b6a0c1c0517","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369640705,"stop":1728369640706,"duration":1}}]},"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e2a124f434992a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e2a124f434992a7","status":"passed","time":{"start":1728381613864,"stop":1728381613864,"duration":0}},{"uid":"1fc230e98442ef4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fc230e98442ef4d","status":"passed","time":{"start":1728379419647,"stop":1728379419647,"duration":0}},{"uid":"8459a47ec38f65ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8459a47ec38f65ff","status":"passed","time":{"start":1728372107429,"stop":1728372107429,"duration":0}},{"uid":"1444e756ac7ba436","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1444e756ac7ba436","status":"passed","time":{"start":1728370626976,"stop":1728370626976,"duration":0}},{"uid":"9a0bfd9e2dfd936b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9a0bfd9e2dfd936b","status":"passed","time":{"start":1728369728507,"stop":1728369728507,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"19e03cae1e4314ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/19e03cae1e4314ab","status":"passed","time":{"start":1728381615370,"stop":1728381615371,"duration":1}},{"uid":"c0117ff001cbb995","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c0117ff001cbb995","status":"passed","time":{"start":1728379422777,"stop":1728379422777,"duration":0}},{"uid":"b97019cb5021367b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b97019cb5021367b","status":"passed","time":{"start":1728372057772,"stop":1728372057777,"duration":5}},{"uid":"c21ee5e9d9076fbc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c21ee5e9d9076fbc","status":"passed","time":{"start":1728370439676,"stop":1728370439677,"duration":1}},{"uid":"b9f90960528179a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9f90960528179a2","status":"passed","time":{"start":1728369540008,"stop":1728369540010,"duration":2}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44197379c265eca1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44197379c265eca1","status":"passed","time":{"start":1728381711674,"stop":1728381711676,"duration":2}},{"uid":"a0842cf98aa037d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0842cf98aa037d3","status":"passed","time":{"start":1728379515559,"stop":1728379515560,"duration":1}},{"uid":"e0522378a3048116","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0522378a3048116","status":"passed","time":{"start":1728372171311,"stop":1728372171311,"duration":0}},{"uid":"75ed0dd1ee871b86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/75ed0dd1ee871b86","status":"passed","time":{"start":1728370522974,"stop":1728370522974,"duration":0}},{"uid":"a4d9e45975937f30","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a4d9e45975937f30","status":"passed","time":{"start":1728369622052,"stop":1728369622052,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c05756bcc1b0b84f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c05756bcc1b0b84f","status":"passed","time":{"start":1728381363825,"stop":1728381363826,"duration":1}},{"uid":"2e7e2d166ab1e85a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2e7e2d166ab1e85a","status":"passed","time":{"start":1728379167014,"stop":1728379167015,"duration":1}},{"uid":"5e72b548cda33a72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e72b548cda33a72","status":"passed","time":{"start":1728371810675,"stop":1728371810676,"duration":1}},{"uid":"85b18d4a13e8e5a7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/85b18d4a13e8e5a7","status":"passed","time":{"start":1728370158079,"stop":1728370158079,"duration":0}},{"uid":"9978f253f7b9740a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9978f253f7b9740a","status":"passed","time":{"start":1728369257226,"stop":1728369257226,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"afb0dd4e3b35f24f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/afb0dd4e3b35f24f","status":"passed","time":{"start":1728381394401,"stop":1728381394402,"duration":1}},{"uid":"c60ce8adb595d542","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c60ce8adb595d542","status":"passed","time":{"start":1728379200429,"stop":1728379200430,"duration":1}},{"uid":"42ce4eea13449017","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/42ce4eea13449017","status":"passed","time":{"start":1728371841839,"stop":1728371841840,"duration":1}},{"uid":"e707c0fef652b99b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e707c0fef652b99b","status":"passed","time":{"start":1728370189958,"stop":1728370189959,"duration":1}},{"uid":"a5499b5edca0976e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5499b5edca0976e","status":"passed","time":{"start":1728369288720,"stop":1728369288722,"duration":2}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf7729a317e0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf7729a317e0a","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0}},{"uid":"eda8eb86d248bf8f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eda8eb86d248bf8f","status":"passed","time":{"start":1728379159010,"stop":1728379159011,"duration":1}},{"uid":"82f55ea9bdc94b6d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82f55ea9bdc94b6d","status":"passed","time":{"start":1728371802896,"stop":1728371802897,"duration":1}},{"uid":"3bd2ae75f0ea395","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bd2ae75f0ea395","status":"passed","time":{"start":1728370149930,"stop":1728370149930,"duration":0}},{"uid":"97f2fa8c1bfe154e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/97f2fa8c1bfe154e","status":"passed","time":{"start":1728369248985,"stop":1728369248985,"duration":0}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a7e8233dff8190ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a7e8233dff8190ba","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0}},{"uid":"20310be8886ffd7c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/20310be8886ffd7c","status":"passed","time":{"start":1728379422780,"stop":1728379422780,"duration":0}},{"uid":"54914daff2657f0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54914daff2657f0a","status":"passed","time":{"start":1728372057781,"stop":1728372057781,"duration":0}},{"uid":"988224d2e6ad6436","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/988224d2e6ad6436","status":"passed","time":{"start":1728370439686,"stop":1728370439687,"duration":1}},{"uid":"773b30546b679013","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/773b30546b679013","status":"passed","time":{"start":1728369540017,"stop":1728369540017,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ae8b9c167851eba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ae8b9c167851eba","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0}},{"uid":"fa2b1fde7bfda0ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa2b1fde7bfda0ce","status":"passed","time":{"start":1728379460282,"stop":1728379460283,"duration":1}},{"uid":"f1d90bb61df6d22f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f1d90bb61df6d22f","status":"passed","time":{"start":1728372105672,"stop":1728372105672,"duration":0}},{"uid":"ea49d840958e4bfe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea49d840958e4bfe","status":"passed","time":{"start":1728370464144,"stop":1728370464145,"duration":1}},{"uid":"3479e0334ef15db2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3479e0334ef15db2","status":"passed","time":{"start":1728369544868,"stop":1728369544868,"duration":0}}]},"f3800e13fa3dfe5ceeed562740aea4fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5080bec696e80fb5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5080bec696e80fb5","status":"passed","time":{"start":1728372105677,"stop":1728372105678,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2cc4fd924a8339b8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2cc4fd924a8339b8","status":"passed","time":{"start":1728381557273,"stop":1728381557276,"duration":3}},{"uid":"6e94bd053fe3433f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e94bd053fe3433f","status":"passed","time":{"start":1728379366496,"stop":1728379366496,"duration":0}},{"uid":"f41a2910810f24aa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f41a2910810f24aa","status":"passed","time":{"start":1728371996027,"stop":1728371996028,"duration":1}},{"uid":"901296d48208ad7f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/901296d48208ad7f","status":"passed","time":{"start":1728370345141,"stop":1728370345141,"duration":0}},{"uid":"62dc8e7b198fd0d1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/62dc8e7b198fd0d1","status":"passed","time":{"start":1728369447292,"stop":1728369447292,"duration":0}}]},"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3025357f3ffc825","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f3025357f3ffc825","status":"passed","time":{"start":1728381371408,"stop":1728381371409,"duration":1}},{"uid":"3d8c9e6ea7fa596f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d8c9e6ea7fa596f","status":"passed","time":{"start":1728379174826,"stop":1728379174827,"duration":1}},{"uid":"4cb853afbb1dc9b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cb853afbb1dc9b5","status":"passed","time":{"start":1728371818431,"stop":1728371818433,"duration":2}},{"uid":"d9d25a8682e501b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9d25a8682e501b2","status":"passed","time":{"start":1728370166076,"stop":1728370166077,"duration":1}},{"uid":"d6c0165509b2ef23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d6c0165509b2ef23","status":"passed","time":{"start":1728369265062,"stop":1728369265062,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f88d4b2e8870354c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f88d4b2e8870354c","status":"passed","time":{"start":1728381618750,"stop":1728381618750,"duration":0}},{"uid":"ca99ae8dbebe0ead","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca99ae8dbebe0ead","status":"passed","time":{"start":1728379426561,"stop":1728379426562,"duration":1}},{"uid":"a2dd221206b525fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2dd221206b525fe","status":"passed","time":{"start":1728372087285,"stop":1728372087285,"duration":0}},{"uid":"f49389f0fc128702","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f49389f0fc128702","status":"passed","time":{"start":1728370467518,"stop":1728370467518,"duration":0}},{"uid":"85cadb028521d2bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85cadb028521d2bd","status":"passed","time":{"start":1728369548374,"stop":1728369548374,"duration":0}}]},"2753e4292cf739a9f0592581ec73a3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9103d9bccd04181f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9103d9bccd04181f","status":"passed","time":{"start":1728381745555,"stop":1728381745556,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"61e708ba219a6382","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/61e708ba219a6382","status":"passed","time":{"start":1728381689166,"stop":1728381689166,"duration":0}},{"uid":"c108af1d8b86b5d1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c108af1d8b86b5d1","status":"passed","time":{"start":1728379493876,"stop":1728379493876,"duration":0}},{"uid":"6e9cfbd288231f67","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e9cfbd288231f67","status":"passed","time":{"start":1728372140967,"stop":1728372140968,"duration":1}},{"uid":"1ed7615ec1d51713","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ed7615ec1d51713","status":"passed","time":{"start":1728370524967,"stop":1728370524967,"duration":0}},{"uid":"1cee519ff1359773","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1cee519ff1359773","status":"passed","time":{"start":1728369630404,"stop":1728369630404,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"99df7b78b115d690","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/99df7b78b115d690","status":"passed","time":{"start":1728381557210,"stop":1728381557211,"duration":1}},{"uid":"5488bb9b7777016a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5488bb9b7777016a","status":"passed","time":{"start":1728379366442,"stop":1728379366443,"duration":1}},{"uid":"449dc447af75ecb1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/449dc447af75ecb1","status":"passed","time":{"start":1728371995993,"stop":1728371995993,"duration":0}},{"uid":"d65630f6ce89ad1c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d65630f6ce89ad1c","status":"passed","time":{"start":1728370345100,"stop":1728370345105,"duration":5}},{"uid":"ad9f4206dbb7a637","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad9f4206dbb7a637","status":"passed","time":{"start":1728369447284,"stop":1728369447284,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"63559bad545f553a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/63559bad545f553a","status":"passed","time":{"start":1728381355956,"stop":1728381355956,"duration":0}},{"uid":"d73036e9f4c5582b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d73036e9f4c5582b","status":"passed","time":{"start":1728379158997,"stop":1728379158998,"duration":1}},{"uid":"8fd5217210c98ec9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8fd5217210c98ec9","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"dd4a701fd1d4ab44","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dd4a701fd1d4ab44","status":"passed","time":{"start":1728370149916,"stop":1728370149917,"duration":1}},{"uid":"acfa839ca532ce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acfa839ca532ce","status":"passed","time":{"start":1728369248975,"stop":1728369248976,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8e43b56de926582a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8e43b56de926582a","status":"passed","time":{"start":1728381521315,"stop":1728381521316,"duration":1}},{"uid":"d0558ed1ecbb7c37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d0558ed1ecbb7c37","status":"passed","time":{"start":1728379329180,"stop":1728379329180,"duration":0}},{"uid":"bffdb37a7a69a217","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bffdb37a7a69a217","status":"passed","time":{"start":1728371984005,"stop":1728371984005,"duration":0}},{"uid":"b3b0497a514a4488","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3b0497a514a4488","status":"passed","time":{"start":1728370284360,"stop":1728370284360,"duration":0}},{"uid":"83dfe7e43c1e84a0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/83dfe7e43c1e84a0","status":"passed","time":{"start":1728369378902,"stop":1728369378902,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"33376d0253b7bb5e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/33376d0253b7bb5e","status":"passed","time":{"start":1728381355955,"stop":1728381355956,"duration":1}},{"uid":"cb32a76da871b1c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cb32a76da871b1c7","status":"passed","time":{"start":1728379158996,"stop":1728379158997,"duration":1}},{"uid":"b608548e8bbe299a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b608548e8bbe299a","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"ee098ab592a5c1ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee098ab592a5c1ea","status":"passed","time":{"start":1728370149915,"stop":1728370149916,"duration":1}},{"uid":"2a2087da26c26288","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2a2087da26c26288","status":"passed","time":{"start":1728369248975,"stop":1728369248975,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8867763be450c98e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8867763be450c98e","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0}},{"uid":"37435d12293265cc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37435d12293265cc","status":"passed","time":{"start":1728379366500,"stop":1728379366500,"duration":0}},{"uid":"4250e00169a6e673","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4250e00169a6e673","status":"passed","time":{"start":1728371996029,"stop":1728371996030,"duration":1}},{"uid":"29ab6c02775a00a5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/29ab6c02775a00a5","status":"passed","time":{"start":1728370345145,"stop":1728370345146,"duration":1}},{"uid":"a8fe4b088b098d98","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8fe4b088b098d98","status":"passed","time":{"start":1728369447293,"stop":1728369447293,"duration":0}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"382fd0561ae6ccd9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/382fd0561ae6ccd9","status":"passed","time":{"start":1728381680454,"stop":1728381680455,"duration":1}},{"uid":"7ebf955e188e757a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7ebf955e188e757a","status":"passed","time":{"start":1728379482927,"stop":1728379482928,"duration":1}},{"uid":"4880513c27fd2a03","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4880513c27fd2a03","status":"passed","time":{"start":1728372134550,"stop":1728372134553,"duration":3}},{"uid":"ea121663a504aec0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea121663a504aec0","status":"passed","time":{"start":1728370487868,"stop":1728370487868,"duration":0}},{"uid":"605b4f6a38ea5b39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/605b4f6a38ea5b39","status":"passed","time":{"start":1728369590792,"stop":1728369590792,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8f1cf9a1558c37be","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8f1cf9a1558c37be","status":"passed","time":{"start":1728381355989,"stop":1728381355989,"duration":0}},{"uid":"b97d15201a58aa46","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b97d15201a58aa46","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"fe393cfad0a32918","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fe393cfad0a32918","status":"passed","time":{"start":1728371802855,"stop":1728371802855,"duration":0}},{"uid":"ebc5be65ca84d832","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebc5be65ca84d832","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"6c12313adaca64e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6c12313adaca64e1","status":"passed","time":{"start":1728369249006,"stop":1728369249006,"duration":0}}]},"d8bd3cce525f74da2b73f198bb4ead52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d035d0cd891b099b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d035d0cd891b099b","status":"passed","time":{"start":1728372169987,"stop":1728372169988,"duration":1}}]},"245dfc4d6a41658d46449a7b555a7e6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ce098273436cd05","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2ce098273436cd05","status":"passed","time":{"start":1728381658372,"stop":1728381658372,"duration":0}}]},"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"254d1e87b6213543","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/254d1e87b6213543","status":"passed","time":{"start":1728381371412,"stop":1728381371412,"duration":0}},{"uid":"c6b68df9da97ed47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6b68df9da97ed47","status":"passed","time":{"start":1728379174830,"stop":1728379174831,"duration":1}},{"uid":"fc0c1b82d6f75a72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fc0c1b82d6f75a72","status":"passed","time":{"start":1728371818437,"stop":1728371818438,"duration":1}},{"uid":"c3ef3d2d61e6df4d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3ef3d2d61e6df4d","status":"passed","time":{"start":1728370166080,"stop":1728370166080,"duration":0}},{"uid":"545899cf5b46740f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/545899cf5b46740f","status":"passed","time":{"start":1728369265064,"stop":1728369265065,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"61f18c31c2a39441","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/61f18c31c2a39441","status":"passed","time":{"start":1728381696827,"stop":1728381696834,"duration":7}},{"uid":"6de8145e97eb513","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6de8145e97eb513","status":"passed","time":{"start":1728379498098,"stop":1728379498099,"duration":1}},{"uid":"6651d61b01d08498","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6651d61b01d08498","status":"passed","time":{"start":1728372147560,"stop":1728372147561,"duration":1}},{"uid":"9271fcbc085ce477","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9271fcbc085ce477","status":"passed","time":{"start":1728370535026,"stop":1728370535029,"duration":3}},{"uid":"e67ac96fa2c09716","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e67ac96fa2c09716","status":"passed","time":{"start":1728369636372,"stop":1728369636373,"duration":1}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65b95899e5b6f1a1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65b95899e5b6f1a1","status":"passed","time":{"start":1728381363559,"stop":1728381363560,"duration":1}},{"uid":"191081a3dd5db19b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/191081a3dd5db19b","status":"passed","time":{"start":1728379166752,"stop":1728379166753,"duration":1}},{"uid":"4612dbd59717005","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4612dbd59717005","status":"passed","time":{"start":1728371810585,"stop":1728371810585,"duration":0}},{"uid":"d16dae33ae69cb3d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d16dae33ae69cb3d","status":"passed","time":{"start":1728370158401,"stop":1728370158402,"duration":1}},{"uid":"7314aed1811d216c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7314aed1811d216c","status":"passed","time":{"start":1728369256982,"stop":1728369256983,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"434a3f4b63f0563","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/434a3f4b63f0563","status":"passed","time":{"start":1728381439738,"stop":1728381439739,"duration":1}},{"uid":"654c8f5ccae1e01e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/654c8f5ccae1e01e","status":"passed","time":{"start":1728379250160,"stop":1728379250160,"duration":0}},{"uid":"6ebe3133682235f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6ebe3133682235f0","status":"passed","time":{"start":1728371885962,"stop":1728371885962,"duration":0}},{"uid":"a23acef0f0577afe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a23acef0f0577afe","status":"passed","time":{"start":1728370233661,"stop":1728370233662,"duration":1}},{"uid":"4f4c03917564f4c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f4c03917564f4c7","status":"passed","time":{"start":1728369335734,"stop":1728369335734,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"32e70c2056c6c91b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/32e70c2056c6c91b","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0}},{"uid":"b8bb97698f327964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8bb97698f327964","status":"passed","time":{"start":1728379159006,"stop":1728379159006,"duration":0}},{"uid":"1f57f9b5096bacd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1f57f9b5096bacd5","status":"passed","time":{"start":1728371802892,"stop":1728371802893,"duration":1}},{"uid":"8b67e735648537ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b67e735648537ff","status":"passed","time":{"start":1728370149926,"stop":1728370149926,"duration":0}},{"uid":"79888df75b207df7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/79888df75b207df7","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"af9ad30af01c19f8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/af9ad30af01c19f8","status":"passed","time":{"start":1728381743112,"stop":1728381743113,"duration":1}},{"uid":"982dc77f471b7435","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/982dc77f471b7435","status":"passed","time":{"start":1728379550979,"stop":1728379550979,"duration":0}},{"uid":"b3f0eccf1120545d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b3f0eccf1120545d","status":"passed","time":{"start":1728372211439,"stop":1728372211439,"duration":0}},{"uid":"7486baadf2fe2b89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7486baadf2fe2b89","status":"passed","time":{"start":1728370582326,"stop":1728370582326,"duration":0}},{"uid":"a8cc95ad395cfb67","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8cc95ad395cfb67","status":"passed","time":{"start":1728369674235,"stop":1728369674236,"duration":1}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7f7aba9153d18273","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7f7aba9153d18273","status":"passed","time":{"start":1728381355954,"stop":1728381355955,"duration":1}},{"uid":"d3a18c691786886f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d3a18c691786886f","status":"passed","time":{"start":1728379158995,"stop":1728379158996,"duration":1}},{"uid":"3f1224dbc241bb52","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f1224dbc241bb52","status":"passed","time":{"start":1728371802889,"stop":1728371802889,"duration":0}},{"uid":"6a1484f8ca9e1ecb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a1484f8ca9e1ecb","status":"passed","time":{"start":1728370149914,"stop":1728370149915,"duration":1}},{"uid":"af517fc9e5b848e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/af517fc9e5b848e4","status":"passed","time":{"start":1728369248974,"stop":1728369248974,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"48d8291a52a2c651","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/48d8291a52a2c651","status":"passed","time":{"start":1728381719625,"stop":1728381719626,"duration":1}},{"uid":"aed717baaad875a6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aed717baaad875a6","status":"passed","time":{"start":1728379523113,"stop":1728379523114,"duration":1}},{"uid":"2897123ed6cd044b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2897123ed6cd044b","status":"passed","time":{"start":1728372169990,"stop":1728372169990,"duration":0}},{"uid":"d02bfe3182d7caf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d02bfe3182d7caf3","status":"passed","time":{"start":1728370557101,"stop":1728370557101,"duration":0}},{"uid":"60b30ecc330ba12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60b30ecc330ba12","status":"passed","time":{"start":1728369663464,"stop":1728369663464,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e8060e5148fe53a6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e8060e5148fe53a6","status":"passed","time":{"start":1728381371850,"stop":1728381371851,"duration":1}},{"uid":"5420bb42f94e40f6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5420bb42f94e40f6","status":"passed","time":{"start":1728379175035,"stop":1728379175036,"duration":1}},{"uid":"7b6e46d004c9f852","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b6e46d004c9f852","status":"passed","time":{"start":1728371819028,"stop":1728371819028,"duration":0}},{"uid":"8673c981e8964258","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8673c981e8964258","status":"passed","time":{"start":1728370166485,"stop":1728370166485,"duration":0}},{"uid":"246c190eee20cae5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/246c190eee20cae5","status":"passed","time":{"start":1728369265267,"stop":1728369265267,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"37c57a873fa45cb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/37c57a873fa45cb5","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0}},{"uid":"5388ed9ffce4922d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5388ed9ffce4922d","status":"passed","time":{"start":1728379515546,"stop":1728379515546,"duration":0}},{"uid":"73c20c42b09cba98","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73c20c42b09cba98","status":"passed","time":{"start":1728372171292,"stop":1728372171292,"duration":0}},{"uid":"e8f002378afce6dd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8f002378afce6dd","status":"passed","time":{"start":1728370522956,"stop":1728370522957,"duration":1}},{"uid":"1b5cfcec756e25e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1b5cfcec756e25e1","status":"passed","time":{"start":1728369622032,"stop":1728369622033,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8dde41a4442b3d5c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8dde41a4442b3d5c","status":"passed","time":{"start":1728381379239,"stop":1728381379240,"duration":1}},{"uid":"fb60a5b10b43b6f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb60a5b10b43b6f2","status":"passed","time":{"start":1728379182446,"stop":1728379182447,"duration":1}},{"uid":"6eaaf17bd88bf230","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6eaaf17bd88bf230","status":"passed","time":{"start":1728371826622,"stop":1728371826623,"duration":1}},{"uid":"1402bb70e5450aa9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1402bb70e5450aa9","status":"passed","time":{"start":1728370173935,"stop":1728370173935,"duration":0}},{"uid":"7c17d4a42887dba6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c17d4a42887dba6","status":"passed","time":{"start":1728369272867,"stop":1728369272867,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2d288a78c06067e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2d288a78c06067e","status":"passed","time":{"start":1728381745565,"stop":1728381745566,"duration":1}},{"uid":"6c3abe9c3be506de","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c3abe9c3be506de","status":"passed","time":{"start":1728379547129,"stop":1728379547129,"duration":0}},{"uid":"3f9a0e1852f54c66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f9a0e1852f54c66","status":"passed","time":{"start":1728372200183,"stop":1728372200183,"duration":0}},{"uid":"4334b8cb1d07e0ed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4334b8cb1d07e0ed","status":"passed","time":{"start":1728370581703,"stop":1728370581704,"duration":1}},{"uid":"1a561f27baea74bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a561f27baea74bf","status":"passed","time":{"start":1728369675011,"stop":1728369675011,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"71fbf25109fd0603","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/71fbf25109fd0603","status":"passed","time":{"start":1728381689146,"stop":1728381689147,"duration":1}},{"uid":"28176a3d33e0decc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/28176a3d33e0decc","status":"passed","time":{"start":1728379493838,"stop":1728379493840,"duration":2}},{"uid":"c0ef83cf1d399e3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0ef83cf1d399e3b","status":"passed","time":{"start":1728372140940,"stop":1728372140943,"duration":3}},{"uid":"e6c84d044d25f917","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6c84d044d25f917","status":"passed","time":{"start":1728370524956,"stop":1728370524956,"duration":0}},{"uid":"5cbbebd6959d6069","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5cbbebd6959d6069","status":"passed","time":{"start":1728369630390,"stop":1728369630392,"duration":2}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"d8053fe5b29fb6d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d8053fe5b29fb6d2","status":"passed","time":{"start":1728381554779,"stop":1728381554781,"duration":2}},{"uid":"61a39c8b4427a32d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61a39c8b4427a32d","status":"passed","time":{"start":1728379365909,"stop":1728379365909,"duration":0}},{"uid":"7943d8460ff020e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7943d8460ff020e6","status":"passed","time":{"start":1728372012988,"stop":1728372012991,"duration":3}},{"uid":"d1e26f95b80ed7aa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1e26f95b80ed7aa","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370408810,"stop":1728370408810,"duration":0}},{"uid":"e4ea68c65d88836a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e4ea68c65d88836a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369510277,"stop":1728369510277,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ef11f3de294c0ac8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ef11f3de294c0ac8","status":"passed","time":{"start":1728381719626,"stop":1728381719626,"duration":0}},{"uid":"6577f678ad36d514","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6577f678ad36d514","status":"passed","time":{"start":1728379523114,"stop":1728379523115,"duration":1}},{"uid":"6c02828c442da472","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c02828c442da472","status":"passed","time":{"start":1728372169991,"stop":1728372169991,"duration":0}},{"uid":"9266063fc9beb47e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9266063fc9beb47e","status":"passed","time":{"start":1728370557101,"stop":1728370557101,"duration":0}},{"uid":"26fcc3b2e8a33041","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26fcc3b2e8a33041","status":"passed","time":{"start":1728369663465,"stop":1728369663465,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc35b903ab15503","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc35b903ab15503","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0}},{"uid":"d9d9e3b45d8051da","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9d9e3b45d8051da","status":"passed","time":{"start":1728379366497,"stop":1728379366500,"duration":3}},{"uid":"4aefe2ece26c9f2c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4aefe2ece26c9f2c","status":"passed","time":{"start":1728371996029,"stop":1728371996029,"duration":0}},{"uid":"b1442db1ad9f6ad8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1442db1ad9f6ad8","status":"passed","time":{"start":1728370345141,"stop":1728370345145,"duration":4}},{"uid":"aef4d410fe17a0ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aef4d410fe17a0ae","status":"passed","time":{"start":1728369447292,"stop":1728369447292,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"68fea4ddabc82afd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/68fea4ddabc82afd","status":"passed","time":{"start":1728381363554,"stop":1728381363556,"duration":2}},{"uid":"6b265ee013a1c91","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b265ee013a1c91","status":"passed","time":{"start":1728379166747,"stop":1728379166752,"duration":5}},{"uid":"ee325c16d595e634","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee325c16d595e634","status":"passed","time":{"start":1728371810582,"stop":1728371810584,"duration":2}},{"uid":"6c1eb6148f90d630","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c1eb6148f90d630","status":"passed","time":{"start":1728370158400,"stop":1728370158401,"duration":1}},{"uid":"5d3af89d58485217","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d3af89d58485217","status":"passed","time":{"start":1728369256975,"stop":1728369256982,"duration":7}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bf0649a461407199","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bf0649a461407199","status":"passed","time":{"start":1728381389460,"stop":1728381389461,"duration":1}},{"uid":"2b2a9e953a9973ad","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b2a9e953a9973ad","status":"passed","time":{"start":1728379192715,"stop":1728379192715,"duration":0}},{"uid":"f8fbc898485648d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8fbc898485648d3","status":"passed","time":{"start":1728371836843,"stop":1728371836843,"duration":0}},{"uid":"9cfb87a2bc944526","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cfb87a2bc944526","status":"passed","time":{"start":1728370184426,"stop":1728370184426,"duration":0}},{"uid":"c434a97e88b9ac76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c434a97e88b9ac76","status":"passed","time":{"start":1728369283258,"stop":1728369283259,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8910521ed5c4e252","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8910521ed5c4e252","status":"passed","time":{"start":1728381696841,"stop":1728381696842,"duration":1}},{"uid":"6c30ff39d11708ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c30ff39d11708ea","status":"passed","time":{"start":1728379498102,"stop":1728379498103,"duration":1}},{"uid":"da60aebdc903e3b7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/da60aebdc903e3b7","status":"passed","time":{"start":1728372147565,"stop":1728372147565,"duration":0}},{"uid":"b1581d9abde9d2ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1581d9abde9d2ff","status":"passed","time":{"start":1728370535033,"stop":1728370535034,"duration":1}},{"uid":"3dcf57df0fd6db9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3dcf57df0fd6db9","status":"passed","time":{"start":1728369636376,"stop":1728369636376,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"66043b9963345987","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/66043b9963345987","status":"passed","time":{"start":1728381355523,"stop":1728381355528,"duration":5}},{"uid":"d7d760faefdb1c54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7d760faefdb1c54","status":"passed","time":{"start":1728379158579,"stop":1728379158580,"duration":1}},{"uid":"e6c75ff8e5a32a68","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6c75ff8e5a32a68","status":"passed","time":{"start":1728371802214,"stop":1728371802217,"duration":3}},{"uid":"b100232da1fb0d7f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b100232da1fb0d7f","status":"passed","time":{"start":1728370149845,"stop":1728370149847,"duration":2}},{"uid":"a2ae7600d24784b8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a2ae7600d24784b8","status":"passed","time":{"start":1728369248416,"stop":1728369248418,"duration":2}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bfcbc1c85d8a1f3d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bfcbc1c85d8a1f3d","status":"passed","time":{"start":1728381557210,"stop":1728381557210,"duration":0}},{"uid":"3e87b5f68d2b7dfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3e87b5f68d2b7dfe","status":"passed","time":{"start":1728379366440,"stop":1728379366442,"duration":2}},{"uid":"d32bd3223517e111","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d32bd3223517e111","status":"passed","time":{"start":1728371995989,"stop":1728371995993,"duration":4}},{"uid":"696651bd8befc21a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/696651bd8befc21a","status":"passed","time":{"start":1728370345099,"stop":1728370345099,"duration":0}},{"uid":"7d23cc43a5eaa2cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d23cc43a5eaa2cc","status":"passed","time":{"start":1728369447283,"stop":1728369447283,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"540d4aaf6ddab18c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/540d4aaf6ddab18c","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0}},{"uid":"d2dfacdbceabe54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d2dfacdbceabe54","status":"passed","time":{"start":1728379366490,"stop":1728379366495,"duration":5}},{"uid":"100a0cfd28d897e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/100a0cfd28d897e","status":"passed","time":{"start":1728371996024,"stop":1728371996024,"duration":0}},{"uid":"b3c3f7b06f66f898","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3c3f7b06f66f898","status":"passed","time":{"start":1728370345140,"stop":1728370345140,"duration":0}},{"uid":"5cd76a76aef5268b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5cd76a76aef5268b","status":"passed","time":{"start":1728369447291,"stop":1728369447291,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4744dba874494565","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4744dba874494565","status":"passed","time":{"start":1728381545554,"stop":1728381545555,"duration":1}},{"uid":"1c85478017010fbf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c85478017010fbf","status":"passed","time":{"start":1728379350287,"stop":1728379350287,"duration":0}},{"uid":"4c8b6a4f8cc4f5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c8b6a4f8cc4f5a","status":"passed","time":{"start":1728371998250,"stop":1728371998250,"duration":0}},{"uid":"42c779d4b9f5c031","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/42c779d4b9f5c031","status":"passed","time":{"start":1728370345938,"stop":1728370345939,"duration":1}},{"uid":"c8bd04ad309bb35f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c8bd04ad309bb35f","status":"passed","time":{"start":1728369443724,"stop":1728369443724,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22b29d4a45f5b0f1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/22b29d4a45f5b0f1","status":"passed","time":{"start":1728381711665,"stop":1728381711669,"duration":4}},{"uid":"d06a396265a4e613","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d06a396265a4e613","status":"passed","time":{"start":1728379515557,"stop":1728379515558,"duration":1}},{"uid":"5164be3edc6bede9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5164be3edc6bede9","status":"passed","time":{"start":1728372171309,"stop":1728372171309,"duration":0}},{"uid":"141d6b69d22d3722","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/141d6b69d22d3722","status":"passed","time":{"start":1728370522972,"stop":1728370522972,"duration":0}},{"uid":"cd4554ae7eced4e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cd4554ae7eced4e4","status":"passed","time":{"start":1728369622049,"stop":1728369622050,"duration":1}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b6336c503da6e4b5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b6336c503da6e4b5","status":"passed","time":{"start":1728381355972,"stop":1728381355973,"duration":1}},{"uid":"dcd772191c78b1e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dcd772191c78b1e","status":"passed","time":{"start":1728379159015,"stop":1728379159015,"duration":0}},{"uid":"88608f85e8573c02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/88608f85e8573c02","status":"passed","time":{"start":1728371802900,"stop":1728371802901,"duration":1}},{"uid":"1b7ca95c8449abed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1b7ca95c8449abed","status":"passed","time":{"start":1728370149934,"stop":1728370149934,"duration":0}},{"uid":"2f770f0d557f44b0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2f770f0d557f44b0","status":"passed","time":{"start":1728369248989,"stop":1728369248989,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5feb9ddc02e6f6aa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5feb9ddc02e6f6aa","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0}},{"uid":"15418e3df1b70fe1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15418e3df1b70fe1","status":"passed","time":{"start":1728379422781,"stop":1728379422781,"duration":0}},{"uid":"1034cfe1027c26b4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1034cfe1027c26b4","status":"passed","time":{"start":1728372057781,"stop":1728372057782,"duration":1}},{"uid":"2edd3cd0a940bfc6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2edd3cd0a940bfc6","status":"passed","time":{"start":1728370439687,"stop":1728370439688,"duration":1}},{"uid":"9d5b02b2a1952781","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d5b02b2a1952781","status":"passed","time":{"start":1728369540017,"stop":1728369540018,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8bdcc458da832dea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8bdcc458da832dea","status":"passed","time":{"start":1728381711665,"stop":1728381711665,"duration":0}},{"uid":"371c36749ff9a5e0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/371c36749ff9a5e0","status":"passed","time":{"start":1728379515557,"stop":1728379515557,"duration":0}},{"uid":"77bc5c439ae08380","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77bc5c439ae08380","status":"passed","time":{"start":1728372171308,"stop":1728372171309,"duration":1}},{"uid":"d29186e3136911b7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d29186e3136911b7","status":"passed","time":{"start":1728370522972,"stop":1728370522972,"duration":0}},{"uid":"238e0105ecf2715d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/238e0105ecf2715d","status":"passed","time":{"start":1728369622049,"stop":1728369622049,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6a634e279cc5ee15","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a634e279cc5ee15","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0}},{"uid":"ba90f22969e6cff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ba90f22969e6cff","status":"passed","time":{"start":1728379422779,"stop":1728379422780,"duration":1}},{"uid":"890fe75b6300a442","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/890fe75b6300a442","status":"passed","time":{"start":1728372057780,"stop":1728372057781,"duration":1}},{"uid":"ff5338dfe5c9f14f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff5338dfe5c9f14f","status":"passed","time":{"start":1728370439684,"stop":1728370439685,"duration":1}},{"uid":"875367ee0641ad36","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/875367ee0641ad36","status":"passed","time":{"start":1728369540013,"stop":1728369540013,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bbff387f58676d61","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bbff387f58676d61","status":"passed","time":{"start":1728381676005,"stop":1728381676005,"duration":0}},{"uid":"34c6c929bf410fbb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c6c929bf410fbb","status":"passed","time":{"start":1728379477370,"stop":1728379477371,"duration":1}},{"uid":"428d00047327238b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/428d00047327238b","status":"passed","time":{"start":1728372125151,"stop":1728372125152,"duration":1}},{"uid":"f61460a63915bd60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f61460a63915bd60","status":"passed","time":{"start":1728370506880,"stop":1728370506881,"duration":1}},{"uid":"6943a5e132df1fb1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6943a5e132df1fb1","status":"passed","time":{"start":1728369613006,"stop":1728369613006,"duration":0}}]},"0fddf73082dc8371071e3db02f3c9cde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbb7a9497bbefee1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fbb7a9497bbefee1","status":"passed","time":{"start":1728379460291,"stop":1728379460291,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"505496484edddac1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/505496484edddac1","status":"passed","time":{"start":1728381526525,"stop":1728381526525,"duration":0}},{"uid":"db082a3ca1409b78","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db082a3ca1409b78","status":"passed","time":{"start":1728379329404,"stop":1728379329404,"duration":0}},{"uid":"91f612c23b061643","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/91f612c23b061643","status":"passed","time":{"start":1728371974004,"stop":1728371974004,"duration":0}},{"uid":"de770c0d5f194cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de770c0d5f194cb","status":"passed","time":{"start":1728370320871,"stop":1728370320873,"duration":2}},{"uid":"80c668fa1552e486","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/80c668fa1552e486","status":"passed","time":{"start":1728369420265,"stop":1728369420265,"duration":0}}]},"ff0bc695dac8796f1d06d9a7548cb7bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34650c3465884892","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/34650c3465884892","status":"passed","time":{"start":1728369663461,"stop":1728369663461,"duration":0}}]},"9e2bb04a94c2c6ddeb5ae851f25f86be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9110045239270736","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9110045239270736","status":"passed","time":{"start":1728379547123,"stop":1728379547124,"duration":1}}]},"5cbe6d7588d00e00d05500059cbd6404:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0cd695c6ab19285","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a0cd695c6ab19285","status":"passed","time":{"start":1728370581690,"stop":1728370581690,"duration":0}}]},"ab1ae99360e8492385e6e9fea7500dda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86ce186837affa49","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86ce186837affa49","status":"passed","time":{"start":1728369675002,"stop":1728369675003,"duration":1}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0dfc27121cd9da9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0dfc27121cd9da9","status":"passed","time":{"start":1728381355979,"stop":1728381355980,"duration":1}},{"uid":"a4e8f3a32fc87353","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a4e8f3a32fc87353","status":"passed","time":{"start":1728379159024,"stop":1728379159024,"duration":0}},{"uid":"c43a316239b775c9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c43a316239b775c9","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"11f18c140bc36378","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11f18c140bc36378","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"ca8181e460c461d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca8181e460c461d9","status":"passed","time":{"start":1728369248997,"stop":1728369248997,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd8f687f4320c57c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd8f687f4320c57c","status":"passed","time":{"start":1728381756567,"stop":1728381756568,"duration":1}},{"uid":"91c181947c52a92f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91c181947c52a92f","status":"passed","time":{"start":1728379560456,"stop":1728379560456,"duration":0}},{"uid":"d0e6c8cdad043f9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0e6c8cdad043f9b","status":"passed","time":{"start":1728372207697,"stop":1728372207697,"duration":0}},{"uid":"956b16c1c03850c8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/956b16c1c03850c8","status":"passed","time":{"start":1728370596497,"stop":1728370596498,"duration":1}},{"uid":"51ebf0b4f5c22873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51ebf0b4f5c22873","status":"passed","time":{"start":1728369687972,"stop":1728369687972,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"45bf7eb411d7d018","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/45bf7eb411d7d018","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0}},{"uid":"c14a7de843118914","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c14a7de843118914","status":"passed","time":{"start":1728379159026,"stop":1728379159026,"duration":0}},{"uid":"1275888e66faf874","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1275888e66faf874","status":"passed","time":{"start":1728371802909,"stop":1728371802910,"duration":1}},{"uid":"22ffad3130c12876","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22ffad3130c12876","status":"passed","time":{"start":1728370149944,"stop":1728370149944,"duration":0}},{"uid":"c0540c72f01fcb19","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0540c72f01fcb19","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a9b9d70db33c38a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9b9d70db33c38a7","status":"passed","time":{"start":1728381763775,"stop":1728381763776,"duration":1}},{"uid":"e2c4f0464dbe0f40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2c4f0464dbe0f40","status":"passed","time":{"start":1728379572275,"stop":1728379572275,"duration":0}},{"uid":"f2c7878047273c76","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2c7878047273c76","status":"passed","time":{"start":1728372221517,"stop":1728372221517,"duration":0}},{"uid":"36900452a6411532","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36900452a6411532","status":"passed","time":{"start":1728370607710,"stop":1728370607710,"duration":0}},{"uid":"1849169f54065899","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1849169f54065899","status":"passed","time":{"start":1728369690176,"stop":1728369690176,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"887241218905cf19","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/887241218905cf19","status":"passed","time":{"start":1728381379403,"stop":1728381379403,"duration":0}},{"uid":"4181e27e984e61ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4181e27e984e61ac","status":"passed","time":{"start":1728379182988,"stop":1728379182988,"duration":0}},{"uid":"ddfc3a749e3a29f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ddfc3a749e3a29f5","status":"passed","time":{"start":1728371826965,"stop":1728371826966,"duration":1}},{"uid":"4dce5d296cb09b89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4dce5d296cb09b89","status":"passed","time":{"start":1728370174429,"stop":1728370174429,"duration":0}},{"uid":"1fdb4a37375f41f5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1fdb4a37375f41f5","status":"passed","time":{"start":1728369273238,"stop":1728369273239,"duration":1}}]},"df89e32d61af03d961b1173cc1fe1a39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c113fa13c3fc21f2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c113fa13c3fc21f2","status":"passed","time":{"start":1728372105677,"stop":1728372105677,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"348f9098e40edc64","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/348f9098e40edc64","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0}},{"uid":"b95d4165b8333af3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b95d4165b8333af3","status":"passed","time":{"start":1728379186758,"stop":1728379186758,"duration":0}},{"uid":"b97d6e2df176ef72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b97d6e2df176ef72","status":"passed","time":{"start":1728371830874,"stop":1728371830875,"duration":1}},{"uid":"2799b62fee6f7896","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2799b62fee6f7896","status":"passed","time":{"start":1728370178241,"stop":1728370178241,"duration":0}},{"uid":"b126a24f5c863519","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b126a24f5c863519","status":"passed","time":{"start":1728369277111,"stop":1728369277111,"duration":0}}]},"27242d87b8da17cf5c100c4356ea7e74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"672ecbf73960d976","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/672ecbf73960d976","status":"passed","time":{"start":1728381526517,"stop":1728381526518,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b1f6c0b1b607ac92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1f6c0b1b607ac92","status":"passed","time":{"start":1728381370640,"stop":1728381370649,"duration":9}},{"uid":"1137cc840f183581","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1137cc840f183581","status":"passed","time":{"start":1728379174415,"stop":1728379174415,"duration":0}},{"uid":"3c43be22651f4352","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3c43be22651f4352","status":"passed","time":{"start":1728371818230,"stop":1728371818231,"duration":1}},{"uid":"8b305b321b04307c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b305b321b04307c","status":"passed","time":{"start":1728370165774,"stop":1728370165774,"duration":0}},{"uid":"9b872a5f85ec7356","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9b872a5f85ec7356","status":"passed","time":{"start":1728369264555,"stop":1728369264557,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1aa76b46c02f6220","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1aa76b46c02f6220","status":"passed","time":{"start":1728381379235,"stop":1728381379236,"duration":1}},{"uid":"ebac6f3a33ab178f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebac6f3a33ab178f","status":"passed","time":{"start":1728379182444,"stop":1728379182445,"duration":1}},{"uid":"1fc9c568699386cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1fc9c568699386cb","status":"passed","time":{"start":1728371826620,"stop":1728371826620,"duration":0}},{"uid":"6c2768792de1b9ad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c2768792de1b9ad","status":"passed","time":{"start":1728370173932,"stop":1728370173933,"duration":1}},{"uid":"331b1910a767a05f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/331b1910a767a05f","status":"passed","time":{"start":1728369272864,"stop":1728369272864,"duration":0}}]},"35f9668ce618cdf5746788eefbe2d268:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5d3c81f1cc068b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5d3c81f1cc068b6","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"525ae39310c8ee5b9366599d903a1db3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4db40ae06bd0b150","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4db40ae06bd0b150","status":"passed","time":{"start":1728370522979,"stop":1728370522979,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fbdc0939ec09b8a8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fbdc0939ec09b8a8","status":"passed","time":{"start":1728381749022,"stop":1728381749023,"duration":1}},{"uid":"aecb341ab54907c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aecb341ab54907c7","status":"passed","time":{"start":1728379549652,"stop":1728379549659,"duration":7}},{"uid":"684c64cbcbf932b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/684c64cbcbf932b0","status":"passed","time":{"start":1728372195411,"stop":1728372195411,"duration":0}},{"uid":"932de9f11e2ecec7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/932de9f11e2ecec7","status":"passed","time":{"start":1728370555240,"stop":1728370555240,"duration":0}},{"uid":"2d6016feee97add7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2d6016feee97add7","status":"passed","time":{"start":1728369639828,"stop":1728369639829,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5f65dcfbe8e81830","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5f65dcfbe8e81830","status":"passed","time":{"start":1728381379241,"stop":1728381379242,"duration":1}},{"uid":"b12c68ae5c629596","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b12c68ae5c629596","status":"passed","time":{"start":1728379182447,"stop":1728379182448,"duration":1}},{"uid":"12d76b7a47096b42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/12d76b7a47096b42","status":"passed","time":{"start":1728371826623,"stop":1728371826624,"duration":1}},{"uid":"a8a16d3791081191","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a8a16d3791081191","status":"passed","time":{"start":1728370173936,"stop":1728370173936,"duration":0}},{"uid":"9f0d024a5cf36269","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9f0d024a5cf36269","status":"passed","time":{"start":1728369272870,"stop":1728369272871,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a09a7bf126b9289","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a09a7bf126b9289","status":"passed","time":{"start":1728381766199,"stop":1728381766199,"duration":0}},{"uid":"cbe6f8aafe55d8c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cbe6f8aafe55d8c0","status":"passed","time":{"start":1728379569499,"stop":1728379569499,"duration":0}},{"uid":"219e32fc03ffcff5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/219e32fc03ffcff5","status":"passed","time":{"start":1728372220853,"stop":1728372220853,"duration":0}},{"uid":"77d18416dab5ad04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77d18416dab5ad04","status":"passed","time":{"start":1728370605231,"stop":1728370605232,"duration":1}},{"uid":"7b30debcdf19f7c5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7b30debcdf19f7c5","status":"passed","time":{"start":1728369697451,"stop":1728369697452,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e71a7bb79bf6f051","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e71a7bb79bf6f051","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0}},{"uid":"1d79c07741311bca","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d79c07741311bca","status":"passed","time":{"start":1728379175036,"stop":1728379175036,"duration":0}},{"uid":"69160cbc2541d80f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69160cbc2541d80f","status":"passed","time":{"start":1728371819028,"stop":1728371819028,"duration":0}},{"uid":"efdce1b7ea227834","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efdce1b7ea227834","status":"passed","time":{"start":1728370166485,"stop":1728370166485,"duration":0}},{"uid":"9b17821ad512d6bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9b17821ad512d6bd","status":"passed","time":{"start":1728369265267,"stop":1728369265268,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea27a88c663aa8c7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea27a88c663aa8c7","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0}},{"uid":"fa7109d86f0467a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa7109d86f0467a8","status":"passed","time":{"start":1728379329401,"stop":1728379329401,"duration":0}},{"uid":"a559ad631cc40f2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a559ad631cc40f2b","status":"passed","time":{"start":1728371973995,"stop":1728371973995,"duration":0}},{"uid":"65c311ed234250d4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65c311ed234250d4","status":"passed","time":{"start":1728370320868,"stop":1728370320868,"duration":0}},{"uid":"3bb95bb5c4d9d2bb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bb95bb5c4d9d2bb","status":"passed","time":{"start":1728369420249,"stop":1728369420249,"duration":0}}]},"e96ff8c3cc85af73e472b0c128cec7d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab3486490af590ac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab3486490af590ac","status":"passed","time":{"start":1728369663460,"stop":1728369663460,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3ae62774762e9841","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ae62774762e9841","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0}},{"uid":"5ddecedfd43e5ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ddecedfd43e5ab","status":"passed","time":{"start":1728379194286,"stop":1728379194286,"duration":0}},{"uid":"2223959f7311f0e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2223959f7311f0e9","status":"passed","time":{"start":1728371838586,"stop":1728371838586,"duration":0}},{"uid":"98376a6d3d3dd236","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/98376a6d3d3dd236","status":"passed","time":{"start":1728370185972,"stop":1728370185972,"duration":0}},{"uid":"99445bf9bc9c223d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/99445bf9bc9c223d","status":"passed","time":{"start":1728369284715,"stop":1728369284715,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9f37265b4108a93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9f37265b4108a93","status":"passed","time":{"start":1728381716488,"stop":1728381716490,"duration":2}},{"uid":"629a4248735a9710","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/629a4248735a9710","status":"passed","time":{"start":1728379524435,"stop":1728379524436,"duration":1}},{"uid":"d6bd0560202c8dd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d6bd0560202c8dd5","status":"passed","time":{"start":1728372187033,"stop":1728372187033,"duration":0}},{"uid":"ed6fd28e0bf63b5a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed6fd28e0bf63b5a","status":"passed","time":{"start":1728370559624,"stop":1728370559624,"duration":0}},{"uid":"bb2f2ffcf41293c4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bb2f2ffcf41293c4","status":"passed","time":{"start":1728369646198,"stop":1728369646202,"duration":4}}]},"bf131ad7009b57e7472aba49a2837171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca7e00b7e2b6d31e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ca7e00b7e2b6d31e","status":"passed","time":{"start":1728370581676,"stop":1728370581676,"duration":0}}]},"3c91c16325ea78c265c18ff3a233b1b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57a84328e282471","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b57a84328e282471","status":"passed","time":{"start":1728372200173,"stop":1728372200174,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bada174489ba74c9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bada174489ba74c9","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0}},{"uid":"6a02ef0bf887901d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6a02ef0bf887901d","status":"passed","time":{"start":1728379329402,"stop":1728379329403,"duration":1}},{"uid":"74a4bc5c226ed093","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74a4bc5c226ed093","status":"passed","time":{"start":1728371974002,"stop":1728371974002,"duration":0}},{"uid":"d7f2d1a4bde46396","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d7f2d1a4bde46396","status":"passed","time":{"start":1728370320869,"stop":1728370320869,"duration":0}},{"uid":"41521d332577d63b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41521d332577d63b","status":"passed","time":{"start":1728369420263,"stop":1728369420263,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a94fe1077acfed2f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a94fe1077acfed2f","status":"passed","time":{"start":1728381416762,"stop":1728381416765,"duration":3}},{"uid":"e700e87ee3da5cda","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e700e87ee3da5cda","status":"passed","time":{"start":1728379222479,"stop":1728379222487,"duration":8}},{"uid":"f76e70800ed8ce5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f76e70800ed8ce5c","status":"passed","time":{"start":1728371864277,"stop":1728371864278,"duration":1}},{"uid":"f062a4190429a68","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f062a4190429a68","status":"passed","time":{"start":1728370211850,"stop":1728370211850,"duration":0}},{"uid":"256879af5d5643fa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/256879af5d5643fa","status":"passed","time":{"start":1728369311531,"stop":1728369311531,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"f953cef90621b29e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f953cef90621b29e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381423075,"stop":1728381423076,"duration":1}},{"uid":"66c2ec1de1a30a98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66c2ec1de1a30a98","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224170,"stop":1728379224170,"duration":0}},{"uid":"50d8d28ac8330529","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50d8d28ac8330529","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870695,"stop":1728371870695,"duration":0}},{"uid":"64e8ca263832f47d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/64e8ca263832f47d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215355,"stop":1728370215355,"duration":0}},{"uid":"1508a66aa69ce8d1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1508a66aa69ce8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314833,"duration":0}}]},"5254dbc82651a90fa6ac481f1be3b542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"237a440297f94a68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/237a440297f94a68","status":"passed","time":{"start":1728369630400,"stop":1728369630401,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"442845ebb7b0c402","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/442845ebb7b0c402","status":"passed","time":{"start":1728381390014,"stop":1728381390014,"duration":0}},{"uid":"2329d11d6ea8cae0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2329d11d6ea8cae0","status":"passed","time":{"start":1728379193197,"stop":1728379193198,"duration":1}},{"uid":"d9b3e9b5768e58eb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9b3e9b5768e58eb","status":"passed","time":{"start":1728371837409,"stop":1728371837409,"duration":0}},{"uid":"431d128e1c091198","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/431d128e1c091198","status":"passed","time":{"start":1728370184626,"stop":1728370184627,"duration":1}},{"uid":"1e6988c394270043","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e6988c394270043","status":"passed","time":{"start":1728369283803,"stop":1728369283804,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cae0c5f8d09b330f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cae0c5f8d09b330f","status":"passed","time":{"start":1728381749073,"stop":1728381749080,"duration":7}},{"uid":"c6fccbb0fd0555ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6fccbb0fd0555ee","status":"passed","time":{"start":1728379549701,"stop":1728379549702,"duration":1}},{"uid":"974117f3fa2dc84b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/974117f3fa2dc84b","status":"passed","time":{"start":1728372195438,"stop":1728372195438,"duration":0}},{"uid":"c9e2cb7dc0e4520f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c9e2cb7dc0e4520f","status":"passed","time":{"start":1728370555261,"stop":1728370555261,"duration":0}},{"uid":"261c251a0d4b01fe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/261c251a0d4b01fe","status":"passed","time":{"start":1728369639857,"stop":1728369639858,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"60f6ea6030ab9209","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/60f6ea6030ab9209","status":"passed","time":{"start":1728381660636,"stop":1728381660636,"duration":0}},{"uid":"c155b5a8158292ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c155b5a8158292ac","status":"passed","time":{"start":1728379462179,"stop":1728379462180,"duration":1}},{"uid":"88fd1df9e5982203","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/88fd1df9e5982203","status":"passed","time":{"start":1728372110411,"stop":1728372110411,"duration":0}},{"uid":"6b16f882d10830f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b16f882d10830f","status":"passed","time":{"start":1728370489665,"stop":1728370489665,"duration":0}},{"uid":"b0d5bfc8627a55c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b0d5bfc8627a55c0","status":"passed","time":{"start":1728369593940,"stop":1728369593941,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a12df7a056be3357","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a12df7a056be3357","status":"passed","time":{"start":1728381762412,"stop":1728381762413,"duration":1}},{"uid":"f1ecca8b8331be55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f1ecca8b8331be55","status":"passed","time":{"start":1728379565743,"stop":1728379565744,"duration":1}},{"uid":"3297f407c26973ce","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3297f407c26973ce","status":"passed","time":{"start":1728372228766,"stop":1728372228766,"duration":0}},{"uid":"772b19b9ce62e003","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/772b19b9ce62e003","status":"passed","time":{"start":1728370603981,"stop":1728370603981,"duration":0}},{"uid":"ef9f9f47df4db285","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ef9f9f47df4db285","status":"passed","time":{"start":1728369703131,"stop":1728369703132,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fe9d126c02600cf0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fe9d126c02600cf0","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0}},{"uid":"f51eb6a64fd9f8f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f51eb6a64fd9f8f7","status":"passed","time":{"start":1728379329181,"stop":1728379329181,"duration":0}},{"uid":"b8669ce87d534cf0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b8669ce87d534cf0","status":"passed","time":{"start":1728371984006,"stop":1728371984006,"duration":0}},{"uid":"2fa8fea2b164cf2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fa8fea2b164cf2a","status":"passed","time":{"start":1728370284360,"stop":1728370284361,"duration":1}},{"uid":"766a7b7c39f4cd44","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/766a7b7c39f4cd44","status":"passed","time":{"start":1728369378903,"stop":1728369378906,"duration":3}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34667f849001e1f8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34667f849001e1f8","status":"passed","time":{"start":1728381383546,"stop":1728381383547,"duration":1}},{"uid":"6b1c84f006cca9b9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b1c84f006cca9b9","status":"passed","time":{"start":1728379186758,"stop":1728379186758,"duration":0}},{"uid":"346cb93bd40eca04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/346cb93bd40eca04","status":"passed","time":{"start":1728371830874,"stop":1728371830874,"duration":0}},{"uid":"e599cb4ce2e7078c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e599cb4ce2e7078c","status":"passed","time":{"start":1728370178240,"stop":1728370178241,"duration":1}},{"uid":"6bf25c46f9f99511","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6bf25c46f9f99511","status":"passed","time":{"start":1728369277111,"stop":1728369277111,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b7d10d90835de088","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b7d10d90835de088","status":"passed","time":{"start":1728381521314,"stop":1728381521315,"duration":1}},{"uid":"2d38ca6a26d5b9b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d38ca6a26d5b9b","status":"passed","time":{"start":1728379329179,"stop":1728379329180,"duration":1}},{"uid":"d80349a61d97c676","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d80349a61d97c676","status":"passed","time":{"start":1728371984004,"stop":1728371984005,"duration":1}},{"uid":"2a702cc12f9a79f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2a702cc12f9a79f","status":"passed","time":{"start":1728370284359,"stop":1728370284359,"duration":0}},{"uid":"638f477fb5d94dc2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/638f477fb5d94dc2","status":"passed","time":{"start":1728369378900,"stop":1728369378900,"duration":0}}]},"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11230c4497650905","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/11230c4497650905","status":"passed","time":{"start":1728379197138,"stop":1728379197139,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2cd5bd4ca954efa5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2cd5bd4ca954efa5","status":"passed","time":{"start":1728381383545,"stop":1728381383545,"duration":0}},{"uid":"f6065f9d031e947a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6065f9d031e947a","status":"passed","time":{"start":1728379186757,"stop":1728379186757,"duration":0}},{"uid":"30c338a6f7448f5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/30c338a6f7448f5c","status":"passed","time":{"start":1728371830873,"stop":1728371830873,"duration":0}},{"uid":"c99ea241550073b8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c99ea241550073b8","status":"passed","time":{"start":1728370178239,"stop":1728370178240,"duration":1}},{"uid":"a79c127d8d40a696","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a79c127d8d40a696","status":"passed","time":{"start":1728369277110,"stop":1728369277110,"duration":0}}]},"24d3181a58dc81bad2257715da0c8c0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f9fb292fed6f145","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f9fb292fed6f145","status":"passed","time":{"start":1728369420248,"stop":1728369420248,"duration":0}}]},"080eccd579c2469c85709973c2225064:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c4452d04487490","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/60c4452d04487490","status":"passed","time":{"start":1728379493846,"stop":1728379493849,"duration":3}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"741ede65217a2371","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/741ede65217a2371","status":"passed","time":{"start":1728381521292,"stop":1728381521293,"duration":1}},{"uid":"cd55c5ae9c60b89e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd55c5ae9c60b89e","status":"passed","time":{"start":1728379329173,"stop":1728379329174,"duration":1}},{"uid":"adce983429f8d345","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/adce983429f8d345","status":"passed","time":{"start":1728371983999,"stop":1728371983999,"duration":0}},{"uid":"710607460801844d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/710607460801844d","status":"passed","time":{"start":1728370284349,"stop":1728370284350,"duration":1}},{"uid":"97944cffe720f234","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/97944cffe720f234","status":"passed","time":{"start":1728369378881,"stop":1728369378891,"duration":10}}]},"ee7ed3d1c9ed6cbb0e696705079f6dc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ccab5c8a5c5a047","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ccab5c8a5c5a047","status":"passed","time":{"start":1728381689155,"stop":1728381689156,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ee7e1b60e16c16d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ee7e1b60e16c16d2","status":"passed","time":{"start":1728381696873,"stop":1728381696873,"duration":0}},{"uid":"ce17573943bad3ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce17573943bad3ea","status":"passed","time":{"start":1728379498108,"stop":1728379498108,"duration":0}},{"uid":"a48aeb0b8e6cd741","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a48aeb0b8e6cd741","status":"passed","time":{"start":1728372147580,"stop":1728372147580,"duration":0}},{"uid":"faa413e3f75ef0a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/faa413e3f75ef0a1","status":"passed","time":{"start":1728370535039,"stop":1728370535039,"duration":0}},{"uid":"175e0f882626b814","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/175e0f882626b814","status":"passed","time":{"start":1728369636387,"stop":1728369636387,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c099dfb664d5d719","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c099dfb664d5d719","status":"passed","time":{"start":1728381658389,"stop":1728381658390,"duration":1}},{"uid":"5a05aa07ff28acb8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a05aa07ff28acb8","status":"passed","time":{"start":1728379460299,"stop":1728379460301,"duration":2}},{"uid":"841465f3a9af64ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/841465f3a9af64ca","status":"passed","time":{"start":1728372105681,"stop":1728372105681,"duration":0}},{"uid":"254d580be620b570","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/254d580be620b570","status":"passed","time":{"start":1728370464165,"stop":1728370464167,"duration":2}},{"uid":"fc35f952e1edb2ad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc35f952e1edb2ad","status":"passed","time":{"start":1728369544877,"stop":1728369544878,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"964c881f9e813690","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/964c881f9e813690","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0}},{"uid":"f6621031d0ad6a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6621031d0ad6a5d","status":"passed","time":{"start":1728379482916,"stop":1728379482916,"duration":0}},{"uid":"11ac7219eec00f6b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/11ac7219eec00f6b","status":"passed","time":{"start":1728372134541,"stop":1728372134543,"duration":2}},{"uid":"f56fff1a1f0f8b91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f56fff1a1f0f8b91","status":"passed","time":{"start":1728370487856,"stop":1728370487857,"duration":1}},{"uid":"49f32d7651367f21","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/49f32d7651367f21","status":"passed","time":{"start":1728369590784,"stop":1728369590785,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e4da32e55cdb4912","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e4da32e55cdb4912","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0}},{"uid":"2f86e2171442591f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2f86e2171442591f","status":"passed","time":{"start":1728379460287,"stop":1728379460288,"duration":1}},{"uid":"b4a600cb5d541952","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4a600cb5d541952","status":"passed","time":{"start":1728372105676,"stop":1728372105676,"duration":0}},{"uid":"537a44543bae7666","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/537a44543bae7666","status":"passed","time":{"start":1728370464150,"stop":1728370464150,"duration":0}},{"uid":"6dd221225b3402aa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6dd221225b3402aa","status":"passed","time":{"start":1728369544873,"stop":1728369544873,"duration":0}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aedbfba2eef9666b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aedbfba2eef9666b","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0}},{"uid":"59b218bafa799cc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59b218bafa799cc2","status":"passed","time":{"start":1728379159028,"stop":1728379159029,"duration":1}},{"uid":"ba933a0e3b0fd416","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba933a0e3b0fd416","status":"passed","time":{"start":1728371802912,"stop":1728371802912,"duration":0}},{"uid":"d665fce7cbac8ff3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d665fce7cbac8ff3","status":"passed","time":{"start":1728370149946,"stop":1728370149946,"duration":0}},{"uid":"a15fd2acfbc408f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a15fd2acfbc408f8","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e1df345df88abdae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e1df345df88abdae","status":"passed","time":{"start":1728381711650,"stop":1728381711659,"duration":9}},{"uid":"ef1cbe196a879479","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef1cbe196a879479","status":"passed","time":{"start":1728379515553,"stop":1728379515553,"duration":0}},{"uid":"d794d2d5deeb93b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d794d2d5deeb93b","status":"passed","time":{"start":1728372171296,"stop":1728372171297,"duration":1}},{"uid":"419ffe75304b4699","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/419ffe75304b4699","status":"passed","time":{"start":1728370522965,"stop":1728370522965,"duration":0}},{"uid":"a12a200ca5539798","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a12a200ca5539798","status":"passed","time":{"start":1728369622045,"stop":1728369622045,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"36b2d93d38fa7d21","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36b2d93d38fa7d21","status":"passed","time":{"start":1728381545556,"stop":1728381545557,"duration":1}},{"uid":"763a05e7ed626d76","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/763a05e7ed626d76","status":"passed","time":{"start":1728379350288,"stop":1728379350289,"duration":1}},{"uid":"a867b2abacf594b4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a867b2abacf594b4","status":"passed","time":{"start":1728371998251,"stop":1728371998251,"duration":0}},{"uid":"de8e37dc70e87b5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de8e37dc70e87b5c","status":"passed","time":{"start":1728370345940,"stop":1728370345941,"duration":1}},{"uid":"9c81e6943223c556","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c81e6943223c556","status":"passed","time":{"start":1728369443728,"stop":1728369443729,"duration":1}}]},"a6881bad42907fa3ce813fa056a76550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5276b21547c97dd0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5276b21547c97dd0","status":"passed","time":{"start":1728379523110,"stop":1728379523110,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9b9d390cf2a12113","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b9d390cf2a12113","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0}},{"uid":"a6398308f611594d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6398308f611594d","status":"passed","time":{"start":1728379329397,"stop":1728379329397,"duration":0}},{"uid":"c87da22e6809dd68","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c87da22e6809dd68","status":"passed","time":{"start":1728371973989,"stop":1728371973990,"duration":1}},{"uid":"248c301299174783","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/248c301299174783","status":"passed","time":{"start":1728370320864,"stop":1728370320864,"duration":0}},{"uid":"5d09999a70f14133","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d09999a70f14133","status":"passed","time":{"start":1728369420242,"stop":1728369420242,"duration":0}}]},"ae78e1b7c4903e31c1f16df076b5ede9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57c698e7c6accab","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57c698e7c6accab","status":"passed","time":{"start":1728369663463,"stop":1728369663463,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"73a889616d614ebc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/73a889616d614ebc","status":"passed","time":{"start":1728381452650,"stop":1728381452650,"duration":0}},{"uid":"6d53f438e6de1459","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d53f438e6de1459","status":"passed","time":{"start":1728379262343,"stop":1728379262344,"duration":1}},{"uid":"9689c8efc842a0c4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9689c8efc842a0c4","status":"passed","time":{"start":1728371896581,"stop":1728371896582,"duration":1}},{"uid":"ccd2574b5047fea6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ccd2574b5047fea6","status":"passed","time":{"start":1728370244009,"stop":1728370244010,"duration":1}},{"uid":"ae2d47fd51246c97","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ae2d47fd51246c97","status":"passed","time":{"start":1728369348164,"stop":1728369348164,"duration":0}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e3b943f90031842f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e3b943f90031842f","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0}},{"uid":"b82ae4bfca8b88ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b82ae4bfca8b88ce","status":"passed","time":{"start":1728379159015,"stop":1728379159016,"duration":1}},{"uid":"5d197bdf443f86a5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d197bdf443f86a5","status":"passed","time":{"start":1728371802901,"stop":1728371802901,"duration":0}},{"uid":"607ff8b05f473300","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/607ff8b05f473300","status":"passed","time":{"start":1728370149934,"stop":1728370149935,"duration":1}},{"uid":"1e1b7c3340ec8628","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e1b7c3340ec8628","status":"passed","time":{"start":1728369248989,"stop":1728369248989,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"33f584222c51b9ef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/33f584222c51b9ef","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0}},{"uid":"8ab46338e9c0094c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8ab46338e9c0094c","status":"passed","time":{"start":1728379159025,"stop":1728379159025,"duration":0}},{"uid":"e398d566bfa35fea","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e398d566bfa35fea","status":"passed","time":{"start":1728371802908,"stop":1728371802909,"duration":1}},{"uid":"3bc702bd1feb1194","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bc702bd1feb1194","status":"passed","time":{"start":1728370149943,"stop":1728370149943,"duration":0}},{"uid":"65a80a55bae6876","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/65a80a55bae6876","status":"passed","time":{"start":1728369248998,"stop":1728369248998,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e2912406e6b2f122","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e2912406e6b2f122","status":"passed","time":{"start":1728381475915,"stop":1728381475915,"duration":0}},{"uid":"493901210499f6a3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/493901210499f6a3","status":"passed","time":{"start":1728379282311,"stop":1728379282311,"duration":0}},{"uid":"2c63a1f0ed4726ef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c63a1f0ed4726ef","status":"passed","time":{"start":1728371925985,"stop":1728371925986,"duration":1}},{"uid":"7bd243130f5dae22","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7bd243130f5dae22","status":"passed","time":{"start":1728370273959,"stop":1728370273960,"duration":1}},{"uid":"412083705a40a8ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/412083705a40a8ae","status":"passed","time":{"start":1728369370046,"stop":1728369370046,"duration":0}}]},"7949735efcd92b4f14c5d7bfc74ba337:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8c6be0958d9eef1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f8c6be0958d9eef1","status":"passed","time":{"start":1728369674998,"stop":1728369675000,"duration":2}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"814fd728b641488e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/814fd728b641488e","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0}},{"uid":"8360eef6cd2fcc7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8360eef6cd2fcc7","status":"passed","time":{"start":1728379159016,"stop":1728379159016,"duration":0}},{"uid":"646b73cbf3fc2852","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/646b73cbf3fc2852","status":"passed","time":{"start":1728371802901,"stop":1728371802901,"duration":0}},{"uid":"24f36013f73e7578","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24f36013f73e7578","status":"passed","time":{"start":1728370149935,"stop":1728370149935,"duration":0}},{"uid":"ea9db598695eaa3e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea9db598695eaa3e","status":"passed","time":{"start":1728369248989,"stop":1728369248990,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a9df72284432e1e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9df72284432e1e9","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0}},{"uid":"561296635a6adace","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/561296635a6adace","status":"passed","time":{"start":1728379159020,"stop":1728379159020,"duration":0}},{"uid":"3dfe4a8635470d72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3dfe4a8635470d72","status":"passed","time":{"start":1728371802904,"stop":1728371802905,"duration":1}},{"uid":"f90215a46c45caca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f90215a46c45caca","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"ac250686ad5cb927","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac250686ad5cb927","status":"passed","time":{"start":1728369248993,"stop":1728369248993,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1af5c355fddf8e10","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1af5c355fddf8e10","status":"passed","time":{"start":1728381363825,"stop":1728381363825,"duration":0}},{"uid":"ca91bd84ded9fbbc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca91bd84ded9fbbc","status":"passed","time":{"start":1728379167014,"stop":1728379167014,"duration":0}},{"uid":"fb7395194ba02ce1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb7395194ba02ce1","status":"passed","time":{"start":1728371810675,"stop":1728371810675,"duration":0}},{"uid":"2e0c2d5498fcf410","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2e0c2d5498fcf410","status":"passed","time":{"start":1728370158073,"stop":1728370158078,"duration":5}},{"uid":"8cc1b4747d8f00ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8cc1b4747d8f00ea","status":"passed","time":{"start":1728369257225,"stop":1728369257225,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7048f3bf79e250d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7048f3bf79e250d","status":"passed","time":{"start":1728381526515,"stop":1728381526516,"duration":1}},{"uid":"ab4f8be6d67f93f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ab4f8be6d67f93f8","status":"passed","time":{"start":1728379329399,"stop":1728379329399,"duration":0}},{"uid":"b2b5d6403289c366","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2b5d6403289c366","status":"passed","time":{"start":1728371973992,"stop":1728371973993,"duration":1}},{"uid":"3b33d05d168dad57","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b33d05d168dad57","status":"passed","time":{"start":1728370320866,"stop":1728370320866,"duration":0}},{"uid":"4fe65b54f615ec32","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4fe65b54f615ec32","status":"passed","time":{"start":1728369420244,"stop":1728369420245,"duration":1}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3be1823067b4c8d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3be1823067b4c8d","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0}},{"uid":"dd3e4afd66e6a4d0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dd3e4afd66e6a4d0","status":"passed","time":{"start":1728379167600,"stop":1728379167604,"duration":4}},{"uid":"ae1ab5f8927d4767","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae1ab5f8927d4767","status":"passed","time":{"start":1728371811385,"stop":1728371811385,"duration":0}},{"uid":"e9704130dd43a8ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e9704130dd43a8ff","status":"passed","time":{"start":1728370158843,"stop":1728370158847,"duration":4}},{"uid":"d167c5451eeab6cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d167c5451eeab6cf","status":"passed","time":{"start":1728369257785,"stop":1728369257786,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a4d23195cc78941b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a4d23195cc78941b","status":"passed","time":{"start":1728381680433,"stop":1728381680434,"duration":1}},{"uid":"1f165c480371445f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f165c480371445f","status":"passed","time":{"start":1728379482917,"stop":1728379482918,"duration":1}},{"uid":"5bae4431e9888789","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5bae4431e9888789","status":"passed","time":{"start":1728372134543,"stop":1728372134544,"duration":1}},{"uid":"be91c2a0a1804d40","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/be91c2a0a1804d40","status":"passed","time":{"start":1728370487858,"stop":1728370487859,"duration":1}},{"uid":"e029564b33b23441","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e029564b33b23441","status":"passed","time":{"start":1728369590785,"stop":1728369590786,"duration":1}}]},"a33068ef8b90de0e5ea40b943c282e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1681fb8b073f2a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1681fb8b073f2a4","status":"passed","time":{"start":1728370487886,"stop":1728370487886,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2e76efd73835ec50","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2e76efd73835ec50","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0}},{"uid":"22610cce7fb278e1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22610cce7fb278e1","status":"passed","time":{"start":1728379460275,"stop":1728379460275,"duration":0}},{"uid":"5eb282d922b7c9a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5eb282d922b7c9a1","status":"passed","time":{"start":1728372105668,"stop":1728372105668,"duration":0}},{"uid":"86e0444b8876ed2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86e0444b8876ed2a","status":"passed","time":{"start":1728370464134,"stop":1728370464134,"duration":0}},{"uid":"5f9fc6172cfd71cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f9fc6172cfd71cb","status":"passed","time":{"start":1728369544864,"stop":1728369544864,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a6a6ee0f6f2089b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a6a6ee0f6f2089b0","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0}},{"uid":"b69e75177b1b6835","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b69e75177b1b6835","status":"passed","time":{"start":1728379482924,"stop":1728379482925,"duration":1}},{"uid":"b744440e4306ce66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b744440e4306ce66","status":"passed","time":{"start":1728372134548,"stop":1728372134549,"duration":1}},{"uid":"f9ca3200c74f653a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9ca3200c74f653a","status":"passed","time":{"start":1728370487866,"stop":1728370487867,"duration":1}},{"uid":"4af161bb90bfce82","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4af161bb90bfce82","status":"passed","time":{"start":1728369590791,"stop":1728369590791,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a024ecbb0d130896","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a024ecbb0d130896","status":"passed","time":{"start":1728381618822,"stop":1728381618822,"duration":0}},{"uid":"b3b91d28512d53db","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3b91d28512d53db","status":"passed","time":{"start":1728379426695,"stop":1728379426695,"duration":0}},{"uid":"4d6376c652b6bb7b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4d6376c652b6bb7b","status":"passed","time":{"start":1728372087443,"stop":1728372087443,"duration":0}},{"uid":"3379dbbdbc789de5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3379dbbdbc789de5","status":"passed","time":{"start":1728370465028,"stop":1728370465028,"duration":0}},{"uid":"ab1f794bd442f16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab1f794bd442f16","status":"passed","time":{"start":1728369548705,"stop":1728369548705,"duration":0}}]},"c20dacc37d0359d29fc820860a4c681d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8f11e8c6e130c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c8f11e8c6e130c3","status":"passed","time":{"start":1728379523106,"stop":1728379523108,"duration":2}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c05378588d004bf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c05378588d004bf5","status":"passed","time":{"start":1728381716496,"stop":1728381716497,"duration":1}},{"uid":"78332ef7fc026dc8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78332ef7fc026dc8","status":"passed","time":{"start":1728379524443,"stop":1728379524443,"duration":0}},{"uid":"a43b3f3c79963a4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a43b3f3c79963a4d","status":"passed","time":{"start":1728372187036,"stop":1728372187036,"duration":0}},{"uid":"d8940fe47abc1b77","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d8940fe47abc1b77","status":"passed","time":{"start":1728370559629,"stop":1728370559629,"duration":0}},{"uid":"a2015e29ffd85024","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a2015e29ffd85024","status":"passed","time":{"start":1728369646206,"stop":1728369646207,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2de273b348075947","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2de273b348075947","status":"passed","time":{"start":1728381737933,"stop":1728381737934,"duration":1}},{"uid":"aa22fa7321ee5720","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aa22fa7321ee5720","status":"passed","time":{"start":1728379543297,"stop":1728379543297,"duration":0}},{"uid":"7466c03f5d1a3249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7466c03f5d1a3249","status":"passed","time":{"start":1728372192284,"stop":1728372192284,"duration":0}},{"uid":"2c6ed1ddcc054e3b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2c6ed1ddcc054e3b","status":"passed","time":{"start":1728370579148,"stop":1728370579150,"duration":2}},{"uid":"5bc4d4c26e26ee73","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bc4d4c26e26ee73","status":"passed","time":{"start":1728369664326,"stop":1728369664327,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6be9c6e7601080ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6be9c6e7601080ce","status":"passed","time":{"start":1728381680446,"stop":1728381680449,"duration":3}},{"uid":"bd32dc003dcacf65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd32dc003dcacf65","status":"passed","time":{"start":1728379482922,"stop":1728379482923,"duration":1}},{"uid":"d93d69e337282166","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d93d69e337282166","status":"passed","time":{"start":1728372134547,"stop":1728372134547,"duration":0}},{"uid":"bcc4041a7b93a9b8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bcc4041a7b93a9b8","status":"passed","time":{"start":1728370487864,"stop":1728370487865,"duration":1}},{"uid":"2f0a96bfd7e3a536","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2f0a96bfd7e3a536","status":"passed","time":{"start":1728369590789,"stop":1728369590790,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f2eece7ea87cf9b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3f2eece7ea87cf9b","status":"passed","time":{"start":1728381379404,"stop":1728381379405,"duration":1}},{"uid":"6f58e0c2c7d05e1c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f58e0c2c7d05e1c","status":"passed","time":{"start":1728379182989,"stop":1728379182989,"duration":0}},{"uid":"21cfde2799a836e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/21cfde2799a836e0","status":"passed","time":{"start":1728371826967,"stop":1728371826967,"duration":0}},{"uid":"6eba77d2ee77d9fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6eba77d2ee77d9fd","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"dc2d02758a3e1862","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc2d02758a3e1862","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c2b4044d0419991","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c2b4044d0419991","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0}},{"uid":"e499235ab9db33b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e499235ab9db33b5","status":"passed","time":{"start":1728379366501,"stop":1728379366501,"duration":0}},{"uid":"d9448fbaae7a18de","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9448fbaae7a18de","status":"passed","time":{"start":1728371996031,"stop":1728371996045,"duration":14}},{"uid":"b7136c95d732a82c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b7136c95d732a82c","status":"passed","time":{"start":1728370345150,"stop":1728370345150,"duration":0}},{"uid":"4f321bc80c715ff2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f321bc80c715ff2","status":"passed","time":{"start":1728369447294,"stop":1728369447294,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a86990a9ffb72082","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a86990a9ffb72082","status":"passed","time":{"start":1728381766199,"stop":1728381766200,"duration":1}},{"uid":"397077d0aa6eabed","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/397077d0aa6eabed","status":"passed","time":{"start":1728379569499,"stop":1728379569500,"duration":1}},{"uid":"f31795098a73258","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f31795098a73258","status":"passed","time":{"start":1728372220858,"stop":1728372220862,"duration":4}},{"uid":"7ca47f18f147072","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7ca47f18f147072","status":"passed","time":{"start":1728370605232,"stop":1728370605232,"duration":0}},{"uid":"6e7a521a13284aa8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e7a521a13284aa8","status":"passed","time":{"start":1728369697452,"stop":1728369697452,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8e384329eb0fdfbe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8e384329eb0fdfbe","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0}},{"uid":"461f5bfada8eae55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/461f5bfada8eae55","status":"passed","time":{"start":1728379224168,"stop":1728379224168,"duration":0}},{"uid":"432d5ea7407e77fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/432d5ea7407e77fa","status":"passed","time":{"start":1728371870690,"stop":1728371870690,"duration":0}},{"uid":"65d4ae57980936da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65d4ae57980936da","status":"passed","time":{"start":1728370215350,"stop":1728370215350,"duration":0}},{"uid":"a3a2d7fbe7e91974","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3a2d7fbe7e91974","status":"passed","time":{"start":1728369314832,"stop":1728369314832,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b428acf950dc28a5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b428acf950dc28a5","status":"passed","time":{"start":1728381756568,"stop":1728381756571,"duration":3}},{"uid":"2b47ca3e22ad9a2b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b47ca3e22ad9a2b","status":"passed","time":{"start":1728379560456,"stop":1728379560457,"duration":1}},{"uid":"76b90445aa4075c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76b90445aa4075c2","status":"passed","time":{"start":1728372207703,"stop":1728372207703,"duration":0}},{"uid":"4aecb743d3da4baa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4aecb743d3da4baa","status":"passed","time":{"start":1728370596498,"stop":1728370596498,"duration":0}},{"uid":"b9b802214be66259","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9b802214be66259","status":"passed","time":{"start":1728369687973,"stop":1728369687973,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b8823ee26f909e0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6b8823ee26f909e0","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0}},{"uid":"860d57b50c06c224","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/860d57b50c06c224","status":"passed","time":{"start":1728379167599,"stop":1728379167599,"duration":0}},{"uid":"9b5e2479989f66cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b5e2479989f66cc","status":"passed","time":{"start":1728371811380,"stop":1728371811384,"duration":4}},{"uid":"b08ce2b5bf73477","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b08ce2b5bf73477","status":"passed","time":{"start":1728370158842,"stop":1728370158842,"duration":0}},{"uid":"e98750df5ea19fd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e98750df5ea19fd6","status":"passed","time":{"start":1728369257784,"stop":1728369257784,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1452d86c0c343270","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1452d86c0c343270","status":"passed","time":{"start":1728381711669,"stop":1728381711670,"duration":1}},{"uid":"4af9908085e068cd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4af9908085e068cd","status":"passed","time":{"start":1728379515558,"stop":1728379515558,"duration":0}},{"uid":"d26ee848e73f2ba2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d26ee848e73f2ba2","status":"passed","time":{"start":1728372171309,"stop":1728372171310,"duration":1}},{"uid":"c7660ed724d08aa3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c7660ed724d08aa3","status":"passed","time":{"start":1728370522972,"stop":1728370522973,"duration":1}},{"uid":"c779adfcb1e7da12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c779adfcb1e7da12","status":"passed","time":{"start":1728369622050,"stop":1728369622050,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44573332e7cbe332","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44573332e7cbe332","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0}},{"uid":"47e3c81399504580","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/47e3c81399504580","status":"passed","time":{"start":1728379515561,"stop":1728379515561,"duration":0}},{"uid":"bc3b1b6c38d29f45","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc3b1b6c38d29f45","status":"passed","time":{"start":1728372171314,"stop":1728372171314,"duration":0}},{"uid":"d38b83210f31fe2c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d38b83210f31fe2c","status":"passed","time":{"start":1728370522978,"stop":1728370522978,"duration":0}},{"uid":"e06681eeb96c856e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e06681eeb96c856e","status":"passed","time":{"start":1728369622054,"stop":1728369622055,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c5311314a7dab03f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c5311314a7dab03f","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0}},{"uid":"fb6893438c55a4f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb6893438c55a4f7","status":"passed","time":{"start":1728379515555,"stop":1728379515555,"duration":0}},{"uid":"8e39b3f403c37192","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e39b3f403c37192","status":"passed","time":{"start":1728372171298,"stop":1728372171299,"duration":1}},{"uid":"751d9b6a84c39120","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/751d9b6a84c39120","status":"passed","time":{"start":1728370522967,"stop":1728370522967,"duration":0}},{"uid":"fe4de5e9d3c4b20b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fe4de5e9d3c4b20b","status":"passed","time":{"start":1728369622046,"stop":1728369622047,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94f243571621ba83","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/94f243571621ba83","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0}},{"uid":"73ba59e6d1f8c3ca","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/73ba59e6d1f8c3ca","status":"passed","time":{"start":1728379543297,"stop":1728379543298,"duration":1}},{"uid":"ff827867e3c6c6c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff827867e3c6c6c2","status":"passed","time":{"start":1728372192284,"stop":1728372192284,"duration":0}},{"uid":"680814a67e87da08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/680814a67e87da08","status":"passed","time":{"start":1728370579151,"stop":1728370579152,"duration":1}},{"uid":"e4c75de021d9252f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e4c75de021d9252f","status":"passed","time":{"start":1728369664327,"stop":1728369664327,"duration":0}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"251d6dac7ddc652d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/251d6dac7ddc652d","status":"passed","time":{"start":1728381521284,"stop":1728381521284,"duration":0}},{"uid":"fbd48110d8fb71b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fbd48110d8fb71b4","status":"passed","time":{"start":1728379329164,"stop":1728379329164,"duration":0}},{"uid":"83142e09baac9c92","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/83142e09baac9c92","status":"passed","time":{"start":1728371983978,"stop":1728371983979,"duration":1}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ae3366e3e147c89","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ae3366e3e147c89","status":"passed","time":{"start":1728381409085,"stop":1728381409091,"duration":6}},{"uid":"8452c275a26a5722","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8452c275a26a5722","status":"passed","time":{"start":1728379215424,"stop":1728379215426,"duration":2}},{"uid":"b46e4b7180d4dac4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b46e4b7180d4dac4","status":"passed","time":{"start":1728371857082,"stop":1728371857083,"duration":1}},{"uid":"87049b9116dabf19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87049b9116dabf19","status":"passed","time":{"start":1728370205009,"stop":1728370205011,"duration":2}},{"uid":"4b3a8742f710b3a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b3a8742f710b3a7","status":"passed","time":{"start":1728369303189,"stop":1728369303196,"duration":7}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2cdbea9151058f0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2cdbea9151058f0","status":"passed","time":{"start":1728381749025,"stop":1728381749026,"duration":1}},{"uid":"1dfb1b40f7e05038","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1dfb1b40f7e05038","status":"passed","time":{"start":1728379549661,"stop":1728379549661,"duration":0}},{"uid":"d77791b1d5f0ffeb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d77791b1d5f0ffeb","status":"passed","time":{"start":1728372195413,"stop":1728372195414,"duration":1}},{"uid":"9a4f108b445de069","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a4f108b445de069","status":"passed","time":{"start":1728370555241,"stop":1728370555241,"duration":0}},{"uid":"6d6c21779b76f1f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d6c21779b76f1f9","status":"passed","time":{"start":1728369639832,"stop":1728369639834,"duration":2}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6d9ab9d45b2cb70","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6d9ab9d45b2cb70","status":"passed","time":{"start":1728381423073,"stop":1728381423073,"duration":0}},{"uid":"c46d30d8f5617819","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c46d30d8f5617819","status":"passed","time":{"start":1728379224167,"stop":1728379224167,"duration":0}},{"uid":"a879baf6c0dd13ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a879baf6c0dd13ca","status":"passed","time":{"start":1728371870689,"stop":1728371870689,"duration":0}},{"uid":"fd3240849ce9a53d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd3240849ce9a53d","status":"passed","time":{"start":1728370215349,"stop":1728370215349,"duration":0}},{"uid":"68a8fa9877e026e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68a8fa9877e026e3","status":"passed","time":{"start":1728369314831,"stop":1728369314831,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6d54605697db920e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6d54605697db920e","status":"passed","time":{"start":1728381658370,"stop":1728381658371,"duration":1}},{"uid":"f3ca636994af7a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ca636994af7a0","status":"passed","time":{"start":1728379460265,"stop":1728379460265,"duration":0}},{"uid":"548ab838d9041d54","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/548ab838d9041d54","status":"passed","time":{"start":1728372105663,"stop":1728372105664,"duration":1}},{"uid":"d5ec3fd208be3468","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d5ec3fd208be3468","status":"passed","time":{"start":1728370464123,"stop":1728370464128,"duration":5}},{"uid":"4d054107981c14e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4d054107981c14e0","status":"passed","time":{"start":1728369544860,"stop":1728369544860,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1573dc5595733b5d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1573dc5595733b5d","status":"passed","time":{"start":1728381689164,"stop":1728381689165,"duration":1}},{"uid":"ebdd27a25cd43c02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebdd27a25cd43c02","status":"passed","time":{"start":1728379493875,"stop":1728379493875,"duration":0}},{"uid":"75775a3f2ed96d0b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75775a3f2ed96d0b","status":"passed","time":{"start":1728372140965,"stop":1728372140966,"duration":1}},{"uid":"6f32fe417eb8f144","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6f32fe417eb8f144","status":"passed","time":{"start":1728370524967,"stop":1728370524967,"duration":0}},{"uid":"381811031bf9e534","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/381811031bf9e534","status":"passed","time":{"start":1728369630403,"stop":1728369630403,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"82a2a5dc417a5210","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/82a2a5dc417a5210","status":"passed","time":{"start":1728381364429,"stop":1728381364430,"duration":1}},{"uid":"90ce8d742901651e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/90ce8d742901651e","status":"passed","time":{"start":1728379167607,"stop":1728379167608,"duration":1}},{"uid":"7d0537633539348d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7d0537633539348d","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"55b77bd578707a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b77bd578707a4","status":"passed","time":{"start":1728370158850,"stop":1728370158850,"duration":0}},{"uid":"11e718f9039458f0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/11e718f9039458f0","status":"passed","time":{"start":1728369257789,"stop":1728369257789,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ec61b764d1b4a5d1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ec61b764d1b4a5d1","status":"passed","time":{"start":1728381439744,"stop":1728381439745,"duration":1}},{"uid":"1a3df4a90377b9ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a3df4a90377b9ac","status":"passed","time":{"start":1728379250162,"stop":1728379250163,"duration":1}},{"uid":"5ba4eeba4d817090","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5ba4eeba4d817090","status":"passed","time":{"start":1728371885967,"stop":1728371885969,"duration":2}},{"uid":"fd37db30f413a47e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd37db30f413a47e","status":"passed","time":{"start":1728370233664,"stop":1728370233664,"duration":0}},{"uid":"a1dc20d48e1f4fc8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1dc20d48e1f4fc8","status":"passed","time":{"start":1728369335735,"stop":1728369335735,"duration":0}}]},"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"8670df30ab92cbdc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8670df30ab92cbdc","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0}},{"uid":"df78e33f0f6be54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df78e33f0f6be54","status":"passed","time":{"start":1728379419660,"stop":1728379419671,"duration":11}},{"uid":"ab286063706aca27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ab286063706aca27","status":"passed","time":{"start":1728372107432,"stop":1728372107432,"duration":0}},{"uid":"d1b8b1b5f8edacd4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1b8b1b5f8edacd4","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626979,"stop":1728370626979,"duration":0}},{"uid":"21ad1545b6978572","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/21ad1545b6978572","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728509,"stop":1728369728509,"duration":0}}]},"1c34dd759de8cb9c80685c14d9a12f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2da94ee2bfb24be5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2da94ee2bfb24be5","status":"passed","time":{"start":1728370581682,"stop":1728370581682,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b15d5093870d6714","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b15d5093870d6714","status":"passed","time":{"start":1728381749023,"stop":1728381749023,"duration":0}},{"uid":"3bd2491174aa479","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3bd2491174aa479","status":"passed","time":{"start":1728379549659,"stop":1728379549660,"duration":1}},{"uid":"5a26019d6f66e101","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a26019d6f66e101","status":"passed","time":{"start":1728372195411,"stop":1728372195412,"duration":1}},{"uid":"994b4b32fe2ad499","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/994b4b32fe2ad499","status":"passed","time":{"start":1728370555240,"stop":1728370555240,"duration":0}},{"uid":"3d970f4339896140","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d970f4339896140","status":"passed","time":{"start":1728369639829,"stop":1728369639831,"duration":2}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22e50d6fae2afbdb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/22e50d6fae2afbdb","status":"passed","time":{"start":1728381615371,"stop":1728381615372,"duration":1}},{"uid":"6c03d737c77a888a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c03d737c77a888a","status":"passed","time":{"start":1728379422777,"stop":1728379422779,"duration":2}},{"uid":"9d38b3bdf46c48e3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d38b3bdf46c48e3","status":"passed","time":{"start":1728372057777,"stop":1728372057778,"duration":1}},{"uid":"4087d10e5db3872c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4087d10e5db3872c","status":"passed","time":{"start":1728370439677,"stop":1728370439683,"duration":6}},{"uid":"b5f9c2c9c310240b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b5f9c2c9c310240b","status":"passed","time":{"start":1728369540010,"stop":1728369540012,"duration":2}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dbb742fd501ff427","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dbb742fd501ff427","status":"passed","time":{"start":1728381379297,"stop":1728381379298,"duration":1}},{"uid":"39ef828e1db9c40c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/39ef828e1db9c40c","status":"passed","time":{"start":1728379182283,"stop":1728379182283,"duration":0}},{"uid":"bbeefff7290d0c5d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bbeefff7290d0c5d","status":"passed","time":{"start":1728371826535,"stop":1728371826535,"duration":0}},{"uid":"5757a64741e6d52f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5757a64741e6d52f","status":"passed","time":{"start":1728370173923,"stop":1728370173923,"duration":0}},{"uid":"1ee46ee3c25fed36","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ee46ee3c25fed36","status":"passed","time":{"start":1728369272889,"stop":1728369272889,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8828e3355ec3d934","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8828e3355ec3d934","status":"passed","time":{"start":1728381355958,"stop":1728381355965,"duration":7}},{"uid":"23c855fb233e8c13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/23c855fb233e8c13","status":"passed","time":{"start":1728379158999,"stop":1728379158999,"duration":0}},{"uid":"9c55bb583967c32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9c55bb583967c32","status":"passed","time":{"start":1728371802891,"stop":1728371802891,"duration":0}},{"uid":"2d848428cf799c76","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2d848428cf799c76","status":"passed","time":{"start":1728370149918,"stop":1728370149918,"duration":0}},{"uid":"a212d85135b6cb7a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a212d85135b6cb7a","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ffbed6f9cd2e6fd9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ffbed6f9cd2e6fd9","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0}},{"uid":"964270d6d22b89af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/964270d6d22b89af","status":"passed","time":{"start":1728379515541,"stop":1728379515541,"duration":0}},{"uid":"6b247bb78ff7cf81","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6b247bb78ff7cf81","status":"passed","time":{"start":1728372171286,"stop":1728372171286,"duration":0}},{"uid":"ce9edaf9fdbb78f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ce9edaf9fdbb78f","status":"passed","time":{"start":1728370522936,"stop":1728370522942,"duration":6}},{"uid":"390b29f470624741","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/390b29f470624741","status":"passed","time":{"start":1728369622028,"stop":1728369622029,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bbf05108c64519e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bbf05108c64519e","status":"passed","time":{"start":1728381711660,"stop":1728381711660,"duration":0}},{"uid":"f3ea48376f9a4acc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ea48376f9a4acc","status":"passed","time":{"start":1728379515554,"stop":1728379515554,"duration":0}},{"uid":"37e9296f08526357","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37e9296f08526357","status":"passed","time":{"start":1728372171298,"stop":1728372171298,"duration":0}},{"uid":"fd983e9a1f3cedd8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd983e9a1f3cedd8","status":"passed","time":{"start":1728370522966,"stop":1728370522966,"duration":0}},{"uid":"1ff126ea4def5e9e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ff126ea4def5e9e","status":"passed","time":{"start":1728369622045,"stop":1728369622046,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c1b725d2d684e58","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c1b725d2d684e58","status":"passed","time":{"start":1728381389460,"stop":1728381389460,"duration":0}},{"uid":"a8ef39b1a04ee10b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a8ef39b1a04ee10b","status":"passed","time":{"start":1728379192713,"stop":1728379192714,"duration":1}},{"uid":"cb580d97d84262b9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cb580d97d84262b9","status":"passed","time":{"start":1728371836842,"stop":1728371836842,"duration":0}},{"uid":"5f1d9536ecd4520a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f1d9536ecd4520a","status":"passed","time":{"start":1728370184425,"stop":1728370184426,"duration":1}},{"uid":"bc09c845b2bfc832","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc09c845b2bfc832","status":"passed","time":{"start":1728369283256,"stop":1728369283257,"duration":1}}]},"c78da60259bf3778fb33d9ec8b5715c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b63442b7df425d6c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b63442b7df425d6c","status":"passed","time":{"start":1728370524961,"stop":1728370524962,"duration":1}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea42235603c0c71a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea42235603c0c71a","status":"passed","time":{"start":1728381749046,"stop":1728381749046,"duration":0}},{"uid":"4730dbb872ad8951","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4730dbb872ad8951","status":"passed","time":{"start":1728379549688,"stop":1728379549689,"duration":1}},{"uid":"494be6a7ad162268","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/494be6a7ad162268","status":"passed","time":{"start":1728372195429,"stop":1728372195429,"duration":0}},{"uid":"bb6d63b319f9c9df","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb6d63b319f9c9df","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"c525a6a09fec996","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c525a6a09fec996","status":"passed","time":{"start":1728369639846,"stop":1728369639846,"duration":0}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7d6b83ea4214b4dd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d6b83ea4214b4dd","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0}},{"uid":"cb39fe2edf661db9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cb39fe2edf661db9","status":"passed","time":{"start":1728379159028,"stop":1728379159028,"duration":0}},{"uid":"178a6e690d4dabd0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/178a6e690d4dabd0","status":"passed","time":{"start":1728371802911,"stop":1728371802911,"duration":0}},{"uid":"a5993137e680509a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5993137e680509a","status":"passed","time":{"start":1728370149945,"stop":1728370149946,"duration":1}},{"uid":"fbfcd5d22ed8c221","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fbfcd5d22ed8c221","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c8bf82f30d2cbf9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6c8bf82f30d2cbf9","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0}},{"uid":"d1623064bc28b48","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1623064bc28b48","status":"passed","time":{"start":1728379159009,"stop":1728379159009,"duration":0}},{"uid":"7fa5a82582800137","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7fa5a82582800137","status":"passed","time":{"start":1728371802895,"stop":1728371802895,"duration":0}},{"uid":"c3f64f33d198b753","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3f64f33d198b753","status":"passed","time":{"start":1728370149928,"stop":1728370149928,"duration":0}},{"uid":"9afab1ee97c45404","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9afab1ee97c45404","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d946ad76c471ebf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d946ad76c471ebf5","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0}},{"uid":"9f7bd11e6bf9c902","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9f7bd11e6bf9c902","status":"passed","time":{"start":1728379460285,"stop":1728379460285,"duration":0}},{"uid":"c8cb7fd39047c97d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8cb7fd39047c97d","status":"passed","time":{"start":1728372105674,"stop":1728372105674,"duration":0}},{"uid":"5306b5301b938ebf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5306b5301b938ebf","status":"passed","time":{"start":1728370464148,"stop":1728370464149,"duration":1}},{"uid":"41f8c2afbac21316","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41f8c2afbac21316","status":"passed","time":{"start":1728369544871,"stop":1728369544871,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"12d387e966e78ab0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/12d387e966e78ab0","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0}},{"uid":"9d49fb7cd3264fb3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d49fb7cd3264fb3","status":"passed","time":{"start":1728379366428,"stop":1728379366428,"duration":0}},{"uid":"4f795afaf53bc701","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4f795afaf53bc701","status":"passed","time":{"start":1728371995973,"stop":1728371995988,"duration":15}},{"uid":"e96ab0c9c9f01fe5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e96ab0c9c9f01fe5","status":"passed","time":{"start":1728370345093,"stop":1728370345097,"duration":4}},{"uid":"f7484294a877f73","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7484294a877f73","status":"passed","time":{"start":1728369447280,"stop":1728369447281,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b084fa991d4de8e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b084fa991d4de8e3","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0}},{"uid":"847aa11d109bb131","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/847aa11d109bb131","status":"passed","time":{"start":1728379515558,"stop":1728379515559,"duration":1}},{"uid":"65cbae669a8f1185","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65cbae669a8f1185","status":"passed","time":{"start":1728372171310,"stop":1728372171310,"duration":0}},{"uid":"e28c9a6a8e2cc3fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e28c9a6a8e2cc3fd","status":"passed","time":{"start":1728370522973,"stop":1728370522973,"duration":0}},{"uid":"6d7f8464a0b2b4d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d7f8464a0b2b4d4","status":"passed","time":{"start":1728369622050,"stop":1728369622051,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ca62b5725bb326f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ca62b5725bb326f","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0}},{"uid":"ac08eb49ce7863","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ac08eb49ce7863","status":"passed","time":{"start":1728379566957,"stop":1728379566957,"duration":0}},{"uid":"99a973f9c2ddbb2d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/99a973f9c2ddbb2d","status":"passed","time":{"start":1728372225666,"stop":1728372225667,"duration":1}},{"uid":"c0b3912211711ca8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0b3912211711ca8","status":"passed","time":{"start":1728370613960,"stop":1728370613960,"duration":0}},{"uid":"78c183d90bb96f88","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/78c183d90bb96f88","status":"passed","time":{"start":1728369705620,"stop":1728369705621,"duration":1}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e072fd89b3db604","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e072fd89b3db604","status":"passed","time":{"start":1728381391228,"stop":1728381391228,"duration":0}},{"uid":"c50e17554f123016","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c50e17554f123016","status":"passed","time":{"start":1728379194288,"stop":1728379194288,"duration":0}},{"uid":"1cf0153bf6529604","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1cf0153bf6529604","status":"passed","time":{"start":1728371838588,"stop":1728371838588,"duration":0}},{"uid":"9fe729027ce3d49f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9fe729027ce3d49f","status":"passed","time":{"start":1728370185973,"stop":1728370185974,"duration":1}},{"uid":"2abfaed5f4900ba1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2abfaed5f4900ba1","status":"passed","time":{"start":1728369284716,"stop":1728369284717,"duration":1}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"46887271129f3f79","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46887271129f3f79","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0}},{"uid":"93f4cd4871b73cfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/93f4cd4871b73cfe","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"ea798237e8fdab53","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ea798237e8fdab53","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"8e4363626e2dce7b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8e4363626e2dce7b","status":"passed","time":{"start":1728370149938,"stop":1728370149938,"duration":0}},{"uid":"f6d57d2731c975a8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6d57d2731c975a8","status":"passed","time":{"start":1728369248993,"stop":1728369248993,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e23447ff90844e41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e23447ff90844e41","status":"passed","time":{"start":1728381763776,"stop":1728381763776,"duration":0}},{"uid":"1238e71681a4e0b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1238e71681a4e0b2","status":"passed","time":{"start":1728379572276,"stop":1728379572276,"duration":0}},{"uid":"3de8b9352898b2c0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3de8b9352898b2c0","status":"passed","time":{"start":1728372221518,"stop":1728372221522,"duration":4}},{"uid":"4b761b53c0e800af","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b761b53c0e800af","status":"passed","time":{"start":1728370607710,"stop":1728370607711,"duration":1}},{"uid":"47e192abe696eca0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/47e192abe696eca0","status":"passed","time":{"start":1728369690177,"stop":1728369690178,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"97a8f7b207ec9721","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97a8f7b207ec9721","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0}},{"uid":"4b5cfbc99e28d40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b5cfbc99e28d40","status":"passed","time":{"start":1728379515552,"stop":1728379515552,"duration":0}},{"uid":"8531c2512141f562","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8531c2512141f562","status":"passed","time":{"start":1728372171295,"stop":1728372171296,"duration":1}},{"uid":"a73f2cf860f2d47a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a73f2cf860f2d47a","status":"passed","time":{"start":1728370522962,"stop":1728370522964,"duration":2}},{"uid":"b2027714e1032ce5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b2027714e1032ce5","status":"passed","time":{"start":1728369622040,"stop":1728369622044,"duration":4}}]},"437285d260df3efd62a2dec94b4665c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba409ed722099a3e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba409ed722099a3e","status":"passed","time":{"start":1728372169990,"stop":1728372169990,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"1e5feb9a4f52652a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1e5feb9a4f52652a","status":"passed","time":{"start":1728381554776,"stop":1728381554778,"duration":2}},{"uid":"b6c031102c15fd9f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b6c031102c15fd9f","status":"passed","time":{"start":1728379365894,"stop":1728379365894,"duration":0}},{"uid":"4c05236fb7151b27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c05236fb7151b27","status":"passed","time":{"start":1728372012987,"stop":1728372012987,"duration":0}},{"uid":"e6469883602b9c6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6469883602b9c6a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370408805,"stop":1728370408805,"duration":0}},{"uid":"425f1fd713d3d415","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/425f1fd713d3d415","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369510273,"stop":1728369510274,"duration":1}}]},"c5b450b444e75d5eccab1aa1ca4b0e54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cfcf037c51cc59a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6cfcf037c51cc59a","status":"passed","time":{"start":1728369663460,"stop":1728369663460,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a7fb98d6efc38c0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a7fb98d6efc38c0","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0}},{"uid":"c35b700700c5b2ae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c35b700700c5b2ae","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"378701ca027773c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/378701ca027773c5","status":"passed","time":{"start":1728371802854,"stop":1728371802854,"duration":0}},{"uid":"ebc7391d09a4b0f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebc7391d09a4b0f5","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"440e38f3d53daef4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/440e38f3d53daef4","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"232a3458cebbb68a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/232a3458cebbb68a","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0}},{"uid":"b76ee4f187ac3de0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b76ee4f187ac3de0","status":"passed","time":{"start":1728379159027,"stop":1728379159027,"duration":0}},{"uid":"c8a5f25219718f26","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8a5f25219718f26","status":"passed","time":{"start":1728371802910,"stop":1728371802911,"duration":1}},{"uid":"d13ee2640742808a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d13ee2640742808a","status":"passed","time":{"start":1728370149945,"stop":1728370149945,"duration":0}},{"uid":"7a1591cff3615e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a1591cff3615e0","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"20ee181b7e7dff69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/20ee181b7e7dff69","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0}},{"uid":"79018378c1ab327d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79018378c1ab327d","status":"passed","time":{"start":1728379159007,"stop":1728379159007,"duration":0}},{"uid":"b2e9c1e427a6ad07","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2e9c1e427a6ad07","status":"passed","time":{"start":1728371802893,"stop":1728371802893,"duration":0}},{"uid":"ab8db8864abf97de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab8db8864abf97de","status":"passed","time":{"start":1728370149926,"stop":1728370149927,"duration":1}},{"uid":"27e99fe357f20d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/27e99fe357f20d0","status":"passed","time":{"start":1728369248982,"stop":1728369248983,"duration":1}}]},"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"13c93f58f2b11afe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13c93f58f2b11afe","status":"passed","time":{"start":1728381613874,"stop":1728381613874,"duration":0}},{"uid":"902ad519877de319","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/902ad519877de319","status":"passed","time":{"start":1728379419688,"stop":1728379419688,"duration":0}},{"uid":"7a436759a0883221","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a436759a0883221","status":"passed","time":{"start":1728372107449,"stop":1728372107449,"duration":0}},{"uid":"318085f60947dc27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/318085f60947dc27","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626992,"stop":1728370626992,"duration":0}},{"uid":"93e03678ba0b2610","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/93e03678ba0b2610","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728520,"stop":1728369728521,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e15eac5c8415671","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6e15eac5c8415671","status":"passed","time":{"start":1728381557228,"stop":1728381557228,"duration":0}},{"uid":"a104d42bff546d4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a104d42bff546d4d","status":"passed","time":{"start":1728379366468,"stop":1728379366470,"duration":2}},{"uid":"a8921b9230ae7227","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8921b9230ae7227","status":"passed","time":{"start":1728371996007,"stop":1728371996007,"duration":0}},{"uid":"915a00894ab84f9e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/915a00894ab84f9e","status":"passed","time":{"start":1728370345126,"stop":1728370345126,"duration":0}},{"uid":"735f04030a74222","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/735f04030a74222","status":"passed","time":{"start":1728369447287,"stop":1728369447287,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fded334c1b81418f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fded334c1b81418f","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0}},{"uid":"4e385a69c1ef3201","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4e385a69c1ef3201","status":"passed","time":{"start":1728379515546,"stop":1728379515546,"duration":0}},{"uid":"d0310e37e66b95fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0310e37e66b95fe","status":"passed","time":{"start":1728372171292,"stop":1728372171292,"duration":0}},{"uid":"2cb4d8b4db37cc8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2cb4d8b4db37cc8","status":"passed","time":{"start":1728370522956,"stop":1728370522956,"duration":0}},{"uid":"1a66d1ec51d29c2c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a66d1ec51d29c2c","status":"passed","time":{"start":1728369622032,"stop":1728369622032,"duration":0}}]},"a5bc622f2faf8684ee16ec4375fea2d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8906547bd1228077","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8906547bd1228077","status":"passed","time":{"start":1728379329400,"stop":1728379329400,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f186ed2cf0edeb1b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f186ed2cf0edeb1b","status":"passed","time":{"start":1728381521302,"stop":1728381521303,"duration":1}},{"uid":"fd364b60939e298d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fd364b60939e298d","status":"passed","time":{"start":1728379329177,"stop":1728379329177,"duration":0}},{"uid":"2860a43e7d7bf479","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2860a43e7d7bf479","status":"passed","time":{"start":1728371984002,"stop":1728371984002,"duration":0}},{"uid":"c600a31456f40e20","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c600a31456f40e20","status":"passed","time":{"start":1728370284356,"stop":1728370284356,"duration":0}},{"uid":"f466a2c0ff036043","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f466a2c0ff036043","status":"passed","time":{"start":1728369378895,"stop":1728369378895,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4add48d0f29d981e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4add48d0f29d981e","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0}},{"uid":"8aa4e4ed064dbca1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8aa4e4ed064dbca1","status":"passed","time":{"start":1728379460275,"stop":1728379460276,"duration":1}},{"uid":"17f3634acfc4ca9c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17f3634acfc4ca9c","status":"passed","time":{"start":1728372105668,"stop":1728372105669,"duration":1}},{"uid":"ec585a1eb071c8c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec585a1eb071c8c1","status":"passed","time":{"start":1728370464135,"stop":1728370464135,"duration":0}},{"uid":"60e4d99be41092d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60e4d99be41092d8","status":"passed","time":{"start":1728369544865,"stop":1728369544865,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"64686184e12c75e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/64686184e12c75e4","status":"passed","time":{"start":1728381658370,"stop":1728381658370,"duration":0}},{"uid":"9cb906660eb3c3e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9cb906660eb3c3e7","status":"passed","time":{"start":1728379460264,"stop":1728379460265,"duration":1}},{"uid":"f9d8e3f582f56436","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f9d8e3f582f56436","status":"passed","time":{"start":1728372105663,"stop":1728372105663,"duration":0}},{"uid":"e51cb7211a0d89bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e51cb7211a0d89bc","status":"passed","time":{"start":1728370464123,"stop":1728370464123,"duration":0}},{"uid":"e9233ff7d26eb4cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9233ff7d26eb4cc","status":"passed","time":{"start":1728369544858,"stop":1728369544860,"duration":2}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd461f597dc66b07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cd461f597dc66b07","status":"passed","time":{"start":1728381521318,"stop":1728381521319,"duration":1}},{"uid":"b965da794bf237b1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b965da794bf237b1","status":"passed","time":{"start":1728379329182,"stop":1728379329182,"duration":0}},{"uid":"f572119461479e20","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f572119461479e20","status":"passed","time":{"start":1728371984007,"stop":1728371984007,"duration":0}},{"uid":"7821e691788d80f9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7821e691788d80f9","status":"passed","time":{"start":1728370284362,"stop":1728370284362,"duration":0}},{"uid":"d35c1521264b356b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d35c1521264b356b","status":"passed","time":{"start":1728369378909,"stop":1728369378909,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ccb4d026ea9ea598","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ccb4d026ea9ea598","status":"passed","time":{"start":1728381521295,"stop":1728381521296,"duration":1}},{"uid":"be336151ac5333d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be336151ac5333d8","status":"passed","time":{"start":1728379329174,"stop":1728379329174,"duration":0}},{"uid":"a3802f332f675993","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a3802f332f675993","status":"passed","time":{"start":1728371984000,"stop":1728371984000,"duration":0}},{"uid":"9137f163f3c8e1fe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9137f163f3c8e1fe","status":"passed","time":{"start":1728370284350,"stop":1728370284351,"duration":1}},{"uid":"6e1b763e350a4b5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e1b763e350a4b5a","status":"passed","time":{"start":1728369378892,"stop":1728369378892,"duration":0}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ace18a06041c41af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ace18a06041c41af","status":"passed","time":{"start":1728381475917,"stop":1728381475924,"duration":7}},{"uid":"4410c68855ba9311","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4410c68855ba9311","status":"passed","time":{"start":1728379282317,"stop":1728379282317,"duration":0}},{"uid":"73b35952f2538c4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73b35952f2538c4d","status":"passed","time":{"start":1728371925986,"stop":1728371925986,"duration":0}},{"uid":"56d1573f61b4f160","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56d1573f61b4f160","status":"passed","time":{"start":1728370273960,"stop":1728370273969,"duration":9}},{"uid":"aa56489b7235d444","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa56489b7235d444","status":"passed","time":{"start":1728369370046,"stop":1728369370047,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"df43b196c9ed874b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/df43b196c9ed874b","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0}},{"uid":"a505b3b9ac4ca835","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a505b3b9ac4ca835","status":"passed","time":{"start":1728379422781,"stop":1728379422781,"duration":0}},{"uid":"a7bfc2b16b8d04cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7bfc2b16b8d04cb","status":"passed","time":{"start":1728372057782,"stop":1728372057782,"duration":0}},{"uid":"e9994283224cd54e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e9994283224cd54e","status":"passed","time":{"start":1728370439688,"stop":1728370439689,"duration":1}},{"uid":"4fdd542fd7468b1c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4fdd542fd7468b1c","status":"passed","time":{"start":1728369540018,"stop":1728369540018,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a773a0bd1667722e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a773a0bd1667722e","status":"passed","time":{"start":1728381475929,"stop":1728381475931,"duration":2}},{"uid":"935d38cb33ea64e5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/935d38cb33ea64e5","status":"passed","time":{"start":1728379282318,"stop":1728379282319,"duration":1}},{"uid":"b7d43c458006bd6b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b7d43c458006bd6b","status":"passed","time":{"start":1728371925988,"stop":1728371925988,"duration":0}},{"uid":"f7e25c92caa75234","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f7e25c92caa75234","status":"passed","time":{"start":1728370273981,"stop":1728370273989,"duration":8}},{"uid":"1dca19ed221f1a04","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1dca19ed221f1a04","status":"passed","time":{"start":1728369370051,"stop":1728369370051,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bf0521916f599222","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bf0521916f599222","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0}},{"uid":"a4d85aba61b94cff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a4d85aba61b94cff","status":"passed","time":{"start":1728379167599,"stop":1728379167599,"duration":0}},{"uid":"cb74c5c80f3bcd16","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cb74c5c80f3bcd16","status":"passed","time":{"start":1728371811380,"stop":1728371811380,"duration":0}},{"uid":"ebe2f17078f0dbc0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebe2f17078f0dbc0","status":"passed","time":{"start":1728370158841,"stop":1728370158841,"duration":0}},{"uid":"eac20e605c80af3e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eac20e605c80af3e","status":"passed","time":{"start":1728369257780,"stop":1728369257780,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"565469f6aada479a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/565469f6aada479a","status":"passed","time":{"start":1728381685605,"stop":1728381685607,"duration":2}},{"uid":"ccc15cb974530af2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ccc15cb974530af2","status":"passed","time":{"start":1728379484792,"stop":1728379484793,"duration":1}},{"uid":"165ef41c7418d39a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/165ef41c7418d39a","status":"passed","time":{"start":1728372130490,"stop":1728372130491,"duration":1}},{"uid":"87dbb80b72810512","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87dbb80b72810512","status":"passed","time":{"start":1728370516484,"stop":1728370516485,"duration":1}},{"uid":"ffab6b1baaa7e774","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffab6b1baaa7e774","status":"passed","time":{"start":1728369620727,"stop":1728369620727,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2aaaf71459106c72","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2aaaf71459106c72","status":"passed","time":{"start":1728381449301,"stop":1728381449301,"duration":0}},{"uid":"e8ac36ee4724564","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e8ac36ee4724564","status":"passed","time":{"start":1728379255036,"stop":1728379255037,"duration":1}},{"uid":"696b604c7a5d213b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/696b604c7a5d213b","status":"passed","time":{"start":1728371896758,"stop":1728371896758,"duration":0}},{"uid":"3832f3f9deaecf28","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3832f3f9deaecf28","status":"passed","time":{"start":1728370245302,"stop":1728370245304,"duration":2}},{"uid":"167bd8a88e5578ed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/167bd8a88e5578ed","status":"passed","time":{"start":1728369344226,"stop":1728369344226,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"13584e95fb34bfc5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13584e95fb34bfc5","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0}},{"uid":"888dc99d020663f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/888dc99d020663f2","status":"passed","time":{"start":1728379329402,"stop":1728379329402,"duration":0}},{"uid":"46182609995ca643","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/46182609995ca643","status":"passed","time":{"start":1728371974002,"stop":1728371974002,"duration":0}},{"uid":"f36a20299ebfe15a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f36a20299ebfe15a","status":"passed","time":{"start":1728370320869,"stop":1728370320869,"duration":0}},{"uid":"1a6ee05f852a4e2a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a6ee05f852a4e2a","status":"passed","time":{"start":1728369420262,"stop":1728369420263,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3322cdc4231d68cb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3322cdc4231d68cb","status":"passed","time":{"start":1728381696823,"stop":1728381696823,"duration":0}},{"uid":"b0913c2cd6804e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b0913c2cd6804e7","status":"passed","time":{"start":1728379498092,"stop":1728379498093,"duration":1}},{"uid":"2cc1e076fb00118d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cc1e076fb00118d","status":"passed","time":{"start":1728372147550,"stop":1728372147550,"duration":0}},{"uid":"d39f53b395eff04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d39f53b395eff04","status":"passed","time":{"start":1728370534999,"stop":1728370534999,"duration":0}},{"uid":"5d71e704750a3f5b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d71e704750a3f5b","status":"passed","time":{"start":1728369636348,"stop":1728369636354,"duration":6}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"358c5a885e85e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/358c5a885e85e","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0}},{"uid":"1b5a75a511b4d04a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b5a75a511b4d04a","status":"passed","time":{"start":1728379159022,"stop":1728379159023,"duration":1}},{"uid":"f35aae853c357931","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f35aae853c357931","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"c3f7364a54c3f5fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3f7364a54c3f5fd","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"5f041478296efc03","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f041478296efc03","status":"passed","time":{"start":1728369248996,"stop":1728369248996,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"41e4e7f120c8bd4e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/41e4e7f120c8bd4e","status":"passed","time":{"start":1728381391227,"stop":1728381391228,"duration":1}},{"uid":"23de147a0256a176","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/23de147a0256a176","status":"passed","time":{"start":1728379194287,"stop":1728379194288,"duration":1}},{"uid":"d40aabf9bae23d1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d40aabf9bae23d1a","status":"passed","time":{"start":1728371838587,"stop":1728371838587,"duration":0}},{"uid":"8cf177ceb47c80e2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8cf177ceb47c80e2","status":"passed","time":{"start":1728370185973,"stop":1728370185973,"duration":0}},{"uid":"d797003550e36a37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d797003550e36a37","status":"passed","time":{"start":1728369284716,"stop":1728369284716,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5979d6b9392613ca","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5979d6b9392613ca","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0}},{"uid":"b8281ab73b4833e5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8281ab73b4833e5","status":"passed","time":{"start":1728379482950,"stop":1728379482955,"duration":5}},{"uid":"27ea4d120217d30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/27ea4d120217d30","status":"passed","time":{"start":1728372134573,"stop":1728372134574,"duration":1}},{"uid":"ff83663af19827c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff83663af19827c5","status":"passed","time":{"start":1728370487884,"stop":1728370487884,"duration":0}},{"uid":"fb2c5d732ee7579a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb2c5d732ee7579a","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea90a53b4ce52aff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea90a53b4ce52aff","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0}},{"uid":"5723ca3d019582ef","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5723ca3d019582ef","status":"passed","time":{"start":1728379460262,"stop":1728379460262,"duration":0}},{"uid":"b3dbc8323b54e7a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b3dbc8323b54e7a0","status":"passed","time":{"start":1728372105660,"stop":1728372105661,"duration":1}},{"uid":"94eb22e66b07139c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94eb22e66b07139c","status":"passed","time":{"start":1728370464119,"stop":1728370464119,"duration":0}},{"uid":"40cf9a14de5a05a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40cf9a14de5a05a2","status":"passed","time":{"start":1728369544855,"stop":1728369544856,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"68ccde34a02ce9e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/68ccde34a02ce9e3","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0}},{"uid":"bd0061841b5f3b65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd0061841b5f3b65","status":"passed","time":{"start":1728379167595,"stop":1728379167596,"duration":1}},{"uid":"a49b6ed3ab822bb7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a49b6ed3ab822bb7","status":"passed","time":{"start":1728371811376,"stop":1728371811376,"duration":0}},{"uid":"a713f5f382a42099","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a713f5f382a42099","status":"passed","time":{"start":1728370158838,"stop":1728370158838,"duration":0}},{"uid":"aa535025326bc9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa535025326bc9","status":"passed","time":{"start":1728369257777,"stop":1728369257777,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"83748d1c769bfe3c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/83748d1c769bfe3c","status":"passed","time":{"start":1728381749061,"stop":1728381749062,"duration":1}},{"uid":"78a5e89da82843f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78a5e89da82843f7","status":"passed","time":{"start":1728379549698,"stop":1728379549698,"duration":0}},{"uid":"ad23f0fd43264c6f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ad23f0fd43264c6f","status":"passed","time":{"start":1728372195435,"stop":1728372195435,"duration":0}},{"uid":"6f77f9d3da01765c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6f77f9d3da01765c","status":"passed","time":{"start":1728370555258,"stop":1728370555258,"duration":0}},{"uid":"14f5d712923c78db","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/14f5d712923c78db","status":"passed","time":{"start":1728369639855,"stop":1728369639855,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf31ceeebb777e41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf31ceeebb777e41","status":"passed","time":{"start":1728381800485,"stop":1728381800486,"duration":1}},{"uid":"ade9ead3c0645b4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ade9ead3c0645b4a","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"af09df5ac2933764","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/af09df5ac2933764","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"afef5768fbcd5914","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/afef5768fbcd5914","status":"passed","time":{"start":1728370630366,"stop":1728370630366,"duration":0}},{"uid":"8f1a173ac9ffcb23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f1a173ac9ffcb23","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"47817ea5c01397df","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/47817ea5c01397df","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0}},{"uid":"7b4e4b8ad4511005","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b4e4b8ad4511005","status":"passed","time":{"start":1728379186758,"stop":1728379186759,"duration":1}},{"uid":"dc6fb6d5f43e5168","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc6fb6d5f43e5168","status":"passed","time":{"start":1728371830875,"stop":1728371830875,"duration":0}},{"uid":"504b4e20fd50af27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/504b4e20fd50af27","status":"passed","time":{"start":1728370178241,"stop":1728370178242,"duration":1}},{"uid":"3d1509b5da587858","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d1509b5da587858","status":"passed","time":{"start":1728369277111,"stop":1728369277112,"duration":1}}]},"e7ac9ecd3905b0f491cd10ebe1ad54ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7810496fa6a1075","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7810496fa6a1075","status":"passed","time":{"start":1728369663462,"stop":1728369663462,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1ca546794aac5779","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1ca546794aac5779","status":"passed","time":{"start":1728381676009,"stop":1728381676011,"duration":2}},{"uid":"ce486ddee88cc468","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce486ddee88cc468","status":"passed","time":{"start":1728379477376,"stop":1728379477376,"duration":0}},{"uid":"639bbb5f7e79c098","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/639bbb5f7e79c098","status":"passed","time":{"start":1728372125153,"stop":1728372125153,"duration":0}},{"uid":"429ca3ce6837beab","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/429ca3ce6837beab","status":"passed","time":{"start":1728370506884,"stop":1728370506885,"duration":1}},{"uid":"79ea0fb8927f8946","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/79ea0fb8927f8946","status":"passed","time":{"start":1728369613009,"stop":1728369613009,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"18bb0a835affb5e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/18bb0a835affb5e9","status":"passed","time":{"start":1728381454672,"stop":1728381454672,"duration":0}},{"uid":"74d89ad38a9a62be","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74d89ad38a9a62be","status":"passed","time":{"start":1728379263251,"stop":1728379263252,"duration":1}},{"uid":"b7086562102723e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b7086562102723e2","status":"passed","time":{"start":1728371902715,"stop":1728371902715,"duration":0}},{"uid":"89f0fe784911400a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89f0fe784911400a","status":"passed","time":{"start":1728370254632,"stop":1728370254633,"duration":1}},{"uid":"f85395c3345164ee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f85395c3345164ee","status":"passed","time":{"start":1728369347761,"stop":1728369347762,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9390f19fe7564403","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9390f19fe7564403","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0}},{"uid":"4182b8a8f4ac63e2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4182b8a8f4ac63e2","status":"passed","time":{"start":1728379460274,"stop":1728379460274,"duration":0}},{"uid":"156f54c5970c2ec9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/156f54c5970c2ec9","status":"passed","time":{"start":1728372105667,"stop":1728372105667,"duration":0}},{"uid":"17c731334a7cb8b6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/17c731334a7cb8b6","status":"passed","time":{"start":1728370464132,"stop":1728370464133,"duration":1}},{"uid":"5ac4dc8f5a00f38c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ac4dc8f5a00f38c","status":"passed","time":{"start":1728369544863,"stop":1728369544863,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84838d1897862b27","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84838d1897862b27","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0}},{"uid":"5e90d6e725ea9665","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e90d6e725ea9665","status":"passed","time":{"start":1728379482948,"stop":1728379482949,"duration":1}},{"uid":"2df8654e7943c8b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2df8654e7943c8b1","status":"passed","time":{"start":1728372134572,"stop":1728372134572,"duration":0}},{"uid":"55b7e8828521b082","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b7e8828521b082","status":"passed","time":{"start":1728370487883,"stop":1728370487884,"duration":1}},{"uid":"f77be6a8b2a8bafd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f77be6a8b2a8bafd","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"3af54656d6ae607150a75e2a5cafb4dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dce11331270dd6e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dce11331270dd6e3","status":"passed","time":{"start":1728370581675,"stop":1728370581676,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3febc0bd0c501e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3febc0bd0c501e5","status":"passed","time":{"start":1728381416760,"stop":1728381416761,"duration":1}},{"uid":"81b606a93f2d0d97","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/81b606a93f2d0d97","status":"passed","time":{"start":1728379222477,"stop":1728379222477,"duration":0}},{"uid":"9002527d20491167","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9002527d20491167","status":"passed","time":{"start":1728371864275,"stop":1728371864276,"duration":1}},{"uid":"1d8de87f8b26e400","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1d8de87f8b26e400","status":"passed","time":{"start":1728370211848,"stop":1728370211848,"duration":0}},{"uid":"7f33effd5ccde37b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f33effd5ccde37b","status":"passed","time":{"start":1728369311529,"stop":1728369311529,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ce03d8ddd9fc3a91","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ce03d8ddd9fc3a91","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0}},{"uid":"22679d64fd16ded0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22679d64fd16ded0","status":"passed","time":{"start":1728379224165,"stop":1728379224165,"duration":0}},{"uid":"5e6644cf74852f13","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e6644cf74852f13","status":"passed","time":{"start":1728371870685,"stop":1728371870687,"duration":2}},{"uid":"edeb07bb8efd65e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/edeb07bb8efd65e3","status":"passed","time":{"start":1728370215347,"stop":1728370215348,"duration":1}},{"uid":"f07643fd4562aaed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f07643fd4562aaed","status":"passed","time":{"start":1728369314830,"stop":1728369314830,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"23684431c5ac875","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/23684431c5ac875","status":"passed","time":{"start":1728381454665,"stop":1728381454665,"duration":0}},{"uid":"6d667decbd7cc14","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d667decbd7cc14","status":"passed","time":{"start":1728379263248,"stop":1728379263248,"duration":0}},{"uid":"9e4c4ccd25b8b01a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e4c4ccd25b8b01a","status":"passed","time":{"start":1728371902712,"stop":1728371902712,"duration":0}},{"uid":"d9804ea21ce12b61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9804ea21ce12b61","status":"passed","time":{"start":1728370254629,"stop":1728370254629,"duration":0}},{"uid":"9bfd3d4f6617d9d2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bfd3d4f6617d9d2","status":"passed","time":{"start":1728369347753,"stop":1728369347754,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c674898c6e41a7a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c674898c6e41a7a0","status":"passed","time":{"start":1728381658378,"stop":1728381658379,"duration":1}},{"uid":"1933482f7e018d2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1933482f7e018d2e","status":"passed","time":{"start":1728379460282,"stop":1728379460282,"duration":0}},{"uid":"f2ad0565f01d43fd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2ad0565f01d43fd","status":"passed","time":{"start":1728372105672,"stop":1728372105672,"duration":0}},{"uid":"b40709666bc79cb7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b40709666bc79cb7","status":"passed","time":{"start":1728370464144,"stop":1728370464144,"duration":0}},{"uid":"959f53b5b485642b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/959f53b5b485642b","status":"passed","time":{"start":1728369544868,"stop":1728369544868,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69704a19bbe8dc1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69704a19bbe8dc1a","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0}},{"uid":"ed41441f89d5b944","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ed41441f89d5b944","status":"passed","time":{"start":1728379167604,"stop":1728379167604,"duration":0}},{"uid":"1b82145b8be46ce3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1b82145b8be46ce3","status":"passed","time":{"start":1728371811385,"stop":1728371811386,"duration":1}},{"uid":"5d8c91c2e85e07bb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5d8c91c2e85e07bb","status":"passed","time":{"start":1728370158847,"stop":1728370158847,"duration":0}},{"uid":"1ce9c46f03723d90","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ce9c46f03723d90","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7a05374f2de0368d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a05374f2de0368d","status":"passed","time":{"start":1728381389462,"stop":1728381389463,"duration":1}},{"uid":"852c76b1b34b3251","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/852c76b1b34b3251","status":"passed","time":{"start":1728379192718,"stop":1728379192718,"duration":0}},{"uid":"4abc438c94388f3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4abc438c94388f3b","status":"passed","time":{"start":1728371836844,"stop":1728371836845,"duration":1}},{"uid":"47200bb0e0015872","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47200bb0e0015872","status":"passed","time":{"start":1728370184428,"stop":1728370184429,"duration":1}},{"uid":"ac32909f2ee64943","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac32909f2ee64943","status":"passed","time":{"start":1728369283261,"stop":1728369283261,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2f40c65268e185a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2f40c65268e185a","status":"passed","time":{"start":1728381394403,"stop":1728381394403,"duration":0}},{"uid":"5851203a88dc5e6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5851203a88dc5e6a","status":"passed","time":{"start":1728379200430,"stop":1728379200430,"duration":0}},{"uid":"5fc52b604cb10e53","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5fc52b604cb10e53","status":"passed","time":{"start":1728371841840,"stop":1728371841841,"duration":1}},{"uid":"c54568a2b382af08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c54568a2b382af08","status":"passed","time":{"start":1728370189960,"stop":1728370189960,"duration":0}},{"uid":"89e6fc8c09b2f73c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89e6fc8c09b2f73c","status":"passed","time":{"start":1728369288722,"stop":1728369288722,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f78ff5fc12d1e201","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f78ff5fc12d1e201","status":"passed","time":{"start":1728381521299,"stop":1728381521300,"duration":1}},{"uid":"5f4158cf2f84776c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5f4158cf2f84776c","status":"passed","time":{"start":1728379329176,"stop":1728379329176,"duration":0}},{"uid":"6f50f6ccd5ff2f5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f50f6ccd5ff2f5c","status":"passed","time":{"start":1728371984002,"stop":1728371984002,"duration":0}},{"uid":"f9396ed3a4890ed6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9396ed3a4890ed6","status":"passed","time":{"start":1728370284354,"stop":1728370284355,"duration":1}},{"uid":"b9502c7ca0214dce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9502c7ca0214dce","status":"passed","time":{"start":1728369378894,"stop":1728369378894,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9aedf20124290581","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9aedf20124290581","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0}},{"uid":"34dd0b74b7d7218e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34dd0b74b7d7218e","status":"passed","time":{"start":1728379549630,"stop":1728379549631,"duration":1}},{"uid":"2c0496e0b654680c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c0496e0b654680c","status":"passed","time":{"start":1728372195404,"stop":1728372195406,"duration":2}},{"uid":"4c8f239fb71c7ee0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c8f239fb71c7ee0","status":"passed","time":{"start":1728370555235,"stop":1728370555236,"duration":1}},{"uid":"5df2970ccd5203ef","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5df2970ccd5203ef","status":"passed","time":{"start":1728369639822,"stop":1728369639822,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9c17bc28aac0ef4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9c17bc28aac0ef4","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0}},{"uid":"2d337f97f8d2a557","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d337f97f8d2a557","status":"passed","time":{"start":1728379224166,"stop":1728379224166,"duration":0}},{"uid":"ed6f175f617d54ed","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed6f175f617d54ed","status":"passed","time":{"start":1728371870688,"stop":1728371870688,"duration":0}},{"uid":"372854cdca5ede29","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/372854cdca5ede29","status":"passed","time":{"start":1728370215348,"stop":1728370215348,"duration":0}},{"uid":"8d8f69f9f8fb1f76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8d8f69f9f8fb1f76","status":"passed","time":{"start":1728369314830,"stop":1728369314830,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"75a5b5f72e8844ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/75a5b5f72e8844ba","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0}},{"uid":"4e70c4439c481dfd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4e70c4439c481dfd","status":"passed","time":{"start":1728379493892,"stop":1728379493893,"duration":1}},{"uid":"494066ec138cf1d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/494066ec138cf1d6","status":"passed","time":{"start":1728372140970,"stop":1728372140970,"duration":0}},{"uid":"47f2127e413d94cc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47f2127e413d94cc","status":"passed","time":{"start":1728370524969,"stop":1728370524969,"duration":0}},{"uid":"ce2aa4b9a5f375fd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ce2aa4b9a5f375fd","status":"passed","time":{"start":1728369630406,"stop":1728369630407,"duration":1}}]},"af58aa7353a2d20774ac8cab0031f915:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3443f3cc6276d0bf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3443f3cc6276d0bf","status":"passed","time":{"start":1728370581687,"stop":1728370581690,"duration":3}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"67fa082eafd6d84a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/67fa082eafd6d84a","status":"passed","time":{"start":1728381749036,"stop":1728381749037,"duration":1}},{"uid":"16b5ba83bcb55bb3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16b5ba83bcb55bb3","status":"passed","time":{"start":1728379549682,"stop":1728379549682,"duration":0}},{"uid":"c2fc132e3e54b42c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c2fc132e3e54b42c","status":"passed","time":{"start":1728372195421,"stop":1728372195422,"duration":1}},{"uid":"e45225e1d28c3d07","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e45225e1d28c3d07","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"fd8f1954304e89cd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd8f1954304e89cd","status":"passed","time":{"start":1728369639840,"stop":1728369639840,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb193b3253ab5511","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fb193b3253ab5511","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0}},{"uid":"cfc5817390202335","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cfc5817390202335","status":"passed","time":{"start":1728379439873,"stop":1728379439873,"duration":0}},{"uid":"3ab2461dd1934525","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3ab2461dd1934525","status":"passed","time":{"start":1728372083110,"stop":1728372083111,"duration":1}},{"uid":"9798aefb58e1fce3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9798aefb58e1fce3","status":"passed","time":{"start":1728370464876,"stop":1728370464877,"duration":1}},{"uid":"e6f46f406018a912","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6f46f406018a912","status":"passed","time":{"start":1728369559766,"stop":1728369559767,"duration":1}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6dc51e7f340789e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6dc51e7f340789e","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0}},{"uid":"59c001ec1d1b9af3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59c001ec1d1b9af3","status":"passed","time":{"start":1728379182989,"stop":1728379182989,"duration":0}},{"uid":"a803b0618509e113","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a803b0618509e113","status":"passed","time":{"start":1728371826966,"stop":1728371826967,"duration":1}},{"uid":"54dc194a83609c81","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/54dc194a83609c81","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"d4f65fe000998e1c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4f65fe000998e1c","status":"passed","time":{"start":1728369273239,"stop":1728369273239,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fac5d49d0b2775b5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fac5d49d0b2775b5","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0}},{"uid":"616ff9c974a3828c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/616ff9c974a3828c","status":"passed","time":{"start":1728379329400,"stop":1728379329400,"duration":0}},{"uid":"b4065943fa3d522b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4065943fa3d522b","status":"passed","time":{"start":1728371973993,"stop":1728371973994,"duration":1}},{"uid":"cc39e64ab08e31e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc39e64ab08e31e3","status":"passed","time":{"start":1728370320867,"stop":1728370320867,"duration":0}},{"uid":"dc5557a2f74729c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc5557a2f74729c3","status":"passed","time":{"start":1728369420247,"stop":1728369420248,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6c4e782be5ee259","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c6c4e782be5ee259","status":"passed","time":{"start":1728381842825,"stop":1728381842826,"duration":1}},{"uid":"73b27f8f14479daf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/73b27f8f14479daf","status":"passed","time":{"start":1728379644815,"stop":1728379644815,"duration":0}},{"uid":"f465643afd028eb8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f465643afd028eb8","status":"passed","time":{"start":1728372295099,"stop":1728372295099,"duration":0}},{"uid":"4c40bf5d4c3c9ca3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c40bf5d4c3c9ca3","status":"passed","time":{"start":1728370682624,"stop":1728370682625,"duration":1}},{"uid":"77e8bd285fc0040e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/77e8bd285fc0040e","status":"passed","time":{"start":1728369782381,"stop":1728369782381,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c44758a51594a589","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c44758a51594a589","status":"passed","time":{"start":1728381378682,"stop":1728381378683,"duration":1}},{"uid":"d748e2c20a9c18cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d748e2c20a9c18cc","status":"passed","time":{"start":1728371825968,"stop":1728371825971,"duration":3}},{"uid":"32308b93e3baef3c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/32308b93e3baef3c","status":"passed","time":{"start":1728370173519,"stop":1728370173519,"duration":0}},{"uid":"d5b941b4aa3fa3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d5b941b4aa3fa3b","status":"passed","time":{"start":1728369271814,"stop":1728369271815,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2752639803b085c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2752639803b085c","status":"passed","time":{"start":1728381842826,"stop":1728381842826,"duration":0}},{"uid":"2472146d9d9a6b6d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2472146d9d9a6b6d","status":"passed","time":{"start":1728379644816,"stop":1728379644816,"duration":0}},{"uid":"8e74382970cf61bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e74382970cf61bb","status":"passed","time":{"start":1728372295099,"stop":1728372295100,"duration":1}},{"uid":"bb62a9d21e911beb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb62a9d21e911beb","status":"passed","time":{"start":1728370682625,"stop":1728370682626,"duration":1}},{"uid":"9cae904ab513b6e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9cae904ab513b6e0","status":"passed","time":{"start":1728369782382,"stop":1728369782382,"duration":0}}]},"98f2a3d5e5052fda50f5aaf1e0a8a13d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eeef31d892893f5f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eeef31d892893f5f","status":"passed","time":{"start":1728369663462,"stop":1728369663463,"duration":1}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ab7d71e035d6c100","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab7d71e035d6c100","status":"passed","time":{"start":1728381658369,"stop":1728381658370,"duration":1}},{"uid":"66e4be3421106c2c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66e4be3421106c2c","status":"passed","time":{"start":1728379460264,"stop":1728379460264,"duration":0}},{"uid":"75634987c76f459c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75634987c76f459c","status":"passed","time":{"start":1728372105663,"stop":1728372105663,"duration":0}},{"uid":"b44f87142c745e1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b44f87142c745e1f","status":"passed","time":{"start":1728370464122,"stop":1728370464123,"duration":1}},{"uid":"f24c4b262adcd36f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f24c4b262adcd36f","status":"passed","time":{"start":1728369544857,"stop":1728369544858,"duration":1}}]},"bd32503d76a7215eddced88194e286b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e667ff9af86d103b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e667ff9af86d103b","status":"passed","time":{"start":1728369420248,"stop":1728369420248,"duration":0}}]},"262882b2552c0a3e1378dd7f3d34335b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4864622bb295de06","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4864622bb295de06","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0}}]},"c64eb08b7b32ac840051110b5a5e6f81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c4b19c3712daa9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9c4b19c3712daa9d","status":"passed","time":{"start":1728379523103,"stop":1728379523106,"duration":3}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"103e60936a2a724e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/103e60936a2a724e","status":"passed","time":{"start":1728381416765,"stop":1728381416770,"duration":5}},{"uid":"a725361870675f2c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a725361870675f2c","status":"passed","time":{"start":1728379222487,"stop":1728379222492,"duration":5}},{"uid":"dcd16a0521ad2259","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcd16a0521ad2259","status":"passed","time":{"start":1728371864278,"stop":1728371864278,"duration":0}},{"uid":"ebf6fe8ba28fa174","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebf6fe8ba28fa174","status":"passed","time":{"start":1728370211850,"stop":1728370211851,"duration":1}},{"uid":"5a8f9b556e983f8f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5a8f9b556e983f8f","status":"passed","time":{"start":1728369311531,"stop":1728369311534,"duration":3}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"58af65bdcd7f19e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/58af65bdcd7f19e9","status":"passed","time":{"start":1728381557234,"stop":1728381557235,"duration":1}},{"uid":"12f26401b4804585","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12f26401b4804585","status":"passed","time":{"start":1728379366476,"stop":1728379366477,"duration":1}},{"uid":"81e13f9451f520d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/81e13f9451f520d6","status":"passed","time":{"start":1728371996020,"stop":1728371996021,"duration":1}},{"uid":"959130c7a4384e79","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/959130c7a4384e79","status":"passed","time":{"start":1728370345130,"stop":1728370345132,"duration":2}},{"uid":"6fef680667807d46","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6fef680667807d46","status":"passed","time":{"start":1728369447289,"stop":1728369447289,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a163d3ee0d36802d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a163d3ee0d36802d","status":"passed","time":{"start":1728381379236,"stop":1728381379237,"duration":1}},{"uid":"f9de30eb0adc23e0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9de30eb0adc23e0","status":"passed","time":{"start":1728379182445,"stop":1728379182445,"duration":0}},{"uid":"efd0415798211df4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/efd0415798211df4","status":"passed","time":{"start":1728371826620,"stop":1728371826621,"duration":1}},{"uid":"314c61535dc1c79c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/314c61535dc1c79c","status":"passed","time":{"start":1728370173933,"stop":1728370173933,"duration":0}},{"uid":"7d1debdd02f37499","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d1debdd02f37499","status":"passed","time":{"start":1728369272864,"stop":1728369272865,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"da84f2da4afe5767","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da84f2da4afe5767","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0}},{"uid":"8d78f8fb26887e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d78f8fb26887e","status":"passed","time":{"start":1728379460283,"stop":1728379460284,"duration":1}},{"uid":"c6a914dca6684630","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6a914dca6684630","status":"passed","time":{"start":1728372105672,"stop":1728372105673,"duration":1}},{"uid":"6b4f2d0485e13cc0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b4f2d0485e13cc0","status":"passed","time":{"start":1728370464145,"stop":1728370464146,"duration":1}},{"uid":"f7aec0d0c3929c51","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7aec0d0c3929c51","status":"passed","time":{"start":1728369544869,"stop":1728369544869,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b1962daa253e16af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1962daa253e16af","status":"passed","time":{"start":1728381615368,"stop":1728381615369,"duration":1}},{"uid":"fec743991365f985","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fec743991365f985","status":"passed","time":{"start":1728379422775,"stop":1728379422775,"duration":0}},{"uid":"e741aa349247f2ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e741aa349247f2ae","status":"passed","time":{"start":1728372057768,"stop":1728372057768,"duration":0}},{"uid":"5f15734adb6b9715","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f15734adb6b9715","status":"passed","time":{"start":1728370439669,"stop":1728370439670,"duration":1}},{"uid":"d5d714fb209cd4b8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d5d714fb209cd4b8","status":"passed","time":{"start":1728369540007,"stop":1728369540008,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4319cfd45e3bee77","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4319cfd45e3bee77","status":"passed","time":{"start":1728381363576,"stop":1728381363576,"duration":0}},{"uid":"b28df40590741f02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b28df40590741f02","status":"passed","time":{"start":1728379166770,"stop":1728379166771,"duration":1}},{"uid":"383a967dc56261bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/383a967dc56261bb","status":"passed","time":{"start":1728371810593,"stop":1728371810593,"duration":0}},{"uid":"cd336552f5c0338d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd336552f5c0338d","status":"passed","time":{"start":1728370158407,"stop":1728370158407,"duration":0}},{"uid":"1a2bc84ed861b62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a2bc84ed861b62","status":"passed","time":{"start":1728369256991,"stop":1728369256991,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e7d29f788d64c64a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e7d29f788d64c64a","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0}},{"uid":"f53a160fafe01448","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f53a160fafe01448","status":"passed","time":{"start":1728379515555,"stop":1728379515556,"duration":1}},{"uid":"f88b3ca76734426f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f88b3ca76734426f","status":"passed","time":{"start":1728372171299,"stop":1728372171301,"duration":2}},{"uid":"c61e483c60ce9395","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c61e483c60ce9395","status":"passed","time":{"start":1728370522967,"stop":1728370522968,"duration":1}},{"uid":"3db878a5043cf1ee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3db878a5043cf1ee","status":"passed","time":{"start":1728369622048,"stop":1728369622048,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e6ebfff0f15ff73","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e6ebfff0f15ff73","status":"passed","time":{"start":1728381711684,"stop":1728381711684,"duration":0}},{"uid":"942eab18af673a5b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/942eab18af673a5b","status":"passed","time":{"start":1728379515563,"stop":1728379515564,"duration":1}},{"uid":"2421dcf0d445113a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2421dcf0d445113a","status":"passed","time":{"start":1728372171316,"stop":1728372171316,"duration":0}},{"uid":"3f466d281c02977c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f466d281c02977c","status":"passed","time":{"start":1728370522980,"stop":1728370522980,"duration":0}},{"uid":"9c48a8db0feec24a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c48a8db0feec24a","status":"passed","time":{"start":1728369622056,"stop":1728369622056,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c94a1319f846cb83","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c94a1319f846cb83","status":"passed","time":{"start":1728381371417,"stop":1728381371418,"duration":1}},{"uid":"cf678af3c8b470bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf678af3c8b470bd","status":"passed","time":{"start":1728379174376,"stop":1728379174377,"duration":1}},{"uid":"1c1b2cf36a5881a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c1b2cf36a5881a","status":"passed","time":{"start":1728371818655,"stop":1728371818655,"duration":0}},{"uid":"deb601cf059b0bf9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/deb601cf059b0bf9","status":"passed","time":{"start":1728370166259,"stop":1728370166259,"duration":0}},{"uid":"e8449c4d941f7f58","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e8449c4d941f7f58","status":"passed","time":{"start":1728369265013,"stop":1728369265014,"duration":1}}]},"5b92187927768287f8491bb6b3f396bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ee112d190341e39","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ee112d190341e39","status":"passed","time":{"start":1728381658386,"stop":1728381658386,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8038f2c967a6bbb9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8038f2c967a6bbb9","status":"passed","time":{"start":1728381614000,"stop":1728381614000,"duration":0}},{"uid":"53947a98fa9948a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53947a98fa9948a0","status":"passed","time":{"start":1728379419839,"stop":1728379419839,"duration":0}},{"uid":"76f6b818adfd871b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76f6b818adfd871b","status":"passed","time":{"start":1728372057884,"stop":1728372057884,"duration":0}},{"uid":"7259b8515dae2324","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7259b8515dae2324","status":"passed","time":{"start":1728370439775,"stop":1728370439775,"duration":0}},{"uid":"fc947dd8e95528a9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc947dd8e95528a9","status":"passed","time":{"start":1728369540110,"stop":1728369540110,"duration":0}}]},"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f18f1df5d77a3a4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f18f1df5d77a3a4a","status":"passed","time":{"start":1728381371411,"stop":1728381371411,"duration":0}},{"uid":"f520c5cbb4f3efaa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f520c5cbb4f3efaa","status":"passed","time":{"start":1728379174830,"stop":1728379174830,"duration":0}},{"uid":"2cc9b14fbd611780","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cc9b14fbd611780","status":"passed","time":{"start":1728371818436,"stop":1728371818437,"duration":1}},{"uid":"57c03371e18f84c9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57c03371e18f84c9","status":"passed","time":{"start":1728370166079,"stop":1728370166079,"duration":0}},{"uid":"40d0225069a94221","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40d0225069a94221","status":"passed","time":{"start":1728369265064,"stop":1728369265064,"duration":0}}]},"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47c8b1059c63e024","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/47c8b1059c63e024","status":"passed","time":{"start":1728379197134,"stop":1728379197135,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f7d5ce9198a4f977","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f7d5ce9198a4f977","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0}},{"uid":"ff4f4b3f12fcd9a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ff4f4b3f12fcd9a9","status":"passed","time":{"start":1728379194287,"stop":1728379194287,"duration":0}},{"uid":"a4851540f6a8e5f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a4851540f6a8e5f8","status":"passed","time":{"start":1728371838586,"stop":1728371838587,"duration":1}},{"uid":"ba9b18121a92ddf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba9b18121a92ddf3","status":"passed","time":{"start":1728370185972,"stop":1728370185973,"duration":1}},{"uid":"ed71ba84427bd53a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ed71ba84427bd53a","status":"passed","time":{"start":1728369284715,"stop":1728369284716,"duration":1}}]},"10cd26d36c0bcf92dbcb85e59d0ff39c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8631c66177d3cf79","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8631c66177d3cf79","status":"passed","time":{"start":1728381745559,"stop":1728381745559,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"7a2d6f13f8c2e28e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a2d6f13f8c2e28e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658390,"stop":1728381658390,"duration":0}},{"uid":"571259b6b80a4811","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/571259b6b80a4811","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460301,"stop":1728379460302,"duration":1}},{"uid":"d2512d2e6ee5720","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d2512d2e6ee5720","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105682,"stop":1728372105682,"duration":0}},{"uid":"f9a434676fb260c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9a434676fb260c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464168,"stop":1728370464168,"duration":0}},{"uid":"e15c58a5db9e916f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e15c58a5db9e916f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544878,"stop":1728369544878,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f816b9508f69248","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3f816b9508f69248","status":"passed","time":{"start":1728381711660,"stop":1728381711661,"duration":1}},{"uid":"c0719ed538e6febb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c0719ed538e6febb","status":"passed","time":{"start":1728379515555,"stop":1728379515555,"duration":0}},{"uid":"874e776ecbf248e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/874e776ecbf248e9","status":"passed","time":{"start":1728372171298,"stop":1728372171298,"duration":0}},{"uid":"ac0af30b14470169","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac0af30b14470169","status":"passed","time":{"start":1728370522967,"stop":1728370522967,"duration":0}},{"uid":"bc8f21415de1b8a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc8f21415de1b8a3","status":"passed","time":{"start":1728369622046,"stop":1728369622046,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cf92bc2c112acdb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8cf92bc2c112acdb","status":"passed","time":{"start":1728381521287,"stop":1728381521288,"duration":1}},{"uid":"6545c690303916fa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6545c690303916fa","status":"passed","time":{"start":1728379329169,"stop":1728379329169,"duration":0}},{"uid":"2e3e4acc9ea55734","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e3e4acc9ea55734","status":"passed","time":{"start":1728371983984,"stop":1728371983989,"duration":5}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d0b05961895188db","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d0b05961895188db","status":"passed","time":{"start":1728381355965,"stop":1728381355965,"duration":0}},{"uid":"105d9fe7046c09ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/105d9fe7046c09ec","status":"passed","time":{"start":1728379159000,"stop":1728379159000,"duration":0}},{"uid":"a71d2eb1ac51c047","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a71d2eb1ac51c047","status":"passed","time":{"start":1728371802891,"stop":1728371802892,"duration":1}},{"uid":"ee586feee049843d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee586feee049843d","status":"passed","time":{"start":1728370149918,"stop":1728370149919,"duration":1}},{"uid":"37800d7818cdd3f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/37800d7818cdd3f9","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1f307ac87b88ae8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d1f307ac87b88ae8","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0}},{"uid":"3516396acac84d16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3516396acac84d16","status":"passed","time":{"start":1728379482916,"stop":1728379482917,"duration":1}},{"uid":"b522314792ba1b6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b522314792ba1b6e","status":"passed","time":{"start":1728372134543,"stop":1728372134543,"duration":0}},{"uid":"8bcf5fa7431ea53b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8bcf5fa7431ea53b","status":"passed","time":{"start":1728370487857,"stop":1728370487858,"duration":1}},{"uid":"67f29a8a47f81f2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/67f29a8a47f81f2","status":"passed","time":{"start":1728369590785,"stop":1728369590785,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1748162bae4172bf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1748162bae4172bf","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0}},{"uid":"712bcfb47733976a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/712bcfb47733976a","status":"passed","time":{"start":1728379493845,"stop":1728379493845,"duration":0}},{"uid":"66b7b5b67799c162","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/66b7b5b67799c162","status":"passed","time":{"start":1728372140947,"stop":1728372140948,"duration":1}},{"uid":"59b66a4a7c08c8d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/59b66a4a7c08c8d3","status":"passed","time":{"start":1728370524960,"stop":1728370524960,"duration":0}},{"uid":"f7a5a544960d4479","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7a5a544960d4479","status":"passed","time":{"start":1728369630397,"stop":1728369630398,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3965dec8625efd17","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3965dec8625efd17","status":"passed","time":{"start":1728381716497,"stop":1728381716505,"duration":8}},{"uid":"a1aef7397077fd4b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1aef7397077fd4b","status":"passed","time":{"start":1728379524443,"stop":1728379524443,"duration":0}},{"uid":"594fffefbf666572","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/594fffefbf666572","status":"passed","time":{"start":1728372187036,"stop":1728372187036,"duration":0}},{"uid":"b22c54bf24d67e44","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b22c54bf24d67e44","status":"passed","time":{"start":1728370559629,"stop":1728370559630,"duration":1}},{"uid":"679e34865ea6a8bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/679e34865ea6a8bf","status":"passed","time":{"start":1728369646209,"stop":1728369646210,"duration":1}}]},"cfda0ee473c4519a2f66a038ab235f34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b98c81e442c5b1cb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b98c81e442c5b1cb","status":"passed","time":{"start":1728379523101,"stop":1728379523102,"duration":1}}]},"8c8323517a4ce1be6aeb3564a9a86968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc977e7641628de0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bc977e7641628de0","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55d61d67484b433f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55d61d67484b433f","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0}},{"uid":"e3314448c73eafa3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e3314448c73eafa3","status":"passed","time":{"start":1728379167606,"stop":1728379167607,"duration":1}},{"uid":"beb5e58460aaaa64","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/beb5e58460aaaa64","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"2a8aaa3b0c17b187","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2a8aaa3b0c17b187","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"3185ef302392a555","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3185ef302392a555","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"778d899c8309d076","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/778d899c8309d076","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0}},{"uid":"2a85b2c8559edb5a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2a85b2c8559edb5a","status":"passed","time":{"start":1728379167605,"stop":1728379167606,"duration":1}},{"uid":"3a4ce970c1bed078","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3a4ce970c1bed078","status":"passed","time":{"start":1728371811387,"stop":1728371811387,"duration":0}},{"uid":"776349fe555f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/776349fe555f8c0d","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"74b73490ac2489f1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/74b73490ac2489f1","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"243c55ec34070ab1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/243c55ec34070ab1","status":"passed","time":{"start":1728381711644,"stop":1728381711645,"duration":1}},{"uid":"d1123ccf7f169f5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1123ccf7f169f5e","status":"passed","time":{"start":1728379515544,"stop":1728379515545,"duration":1}},{"uid":"ee1e8d6ec792cab0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee1e8d6ec792cab0","status":"passed","time":{"start":1728372171291,"stop":1728372171291,"duration":0}},{"uid":"2b1c472388b968de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2b1c472388b968de","status":"passed","time":{"start":1728370522951,"stop":1728370522951,"duration":0}},{"uid":"1c866d6391219d7d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1c866d6391219d7d","status":"passed","time":{"start":1728369622031,"stop":1728369622031,"duration":0}}]},"fdb0244466fe3942a6f740c15527be48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6244714acecb746e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6244714acecb746e","status":"passed","time":{"start":1728372169982,"stop":1728372169982,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b16401e722a5f308","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b16401e722a5f308","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0}},{"uid":"f990c1119c0e8420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f990c1119c0e8420","status":"passed","time":{"start":1728379194287,"stop":1728379194287,"duration":0}},{"uid":"e9f019bb89cbf698","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e9f019bb89cbf698","status":"passed","time":{"start":1728371838587,"stop":1728371838587,"duration":0}},{"uid":"217b83c80d9ef11d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/217b83c80d9ef11d","status":"passed","time":{"start":1728370185973,"stop":1728370185973,"duration":0}},{"uid":"87e61da9ba2dae26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/87e61da9ba2dae26","status":"passed","time":{"start":1728369284716,"stop":1728369284716,"duration":0}}]},"e0e5ef733645701ae3dd930de6b9991c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1c2fc3492620a24","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1c2fc3492620a24","status":"passed","time":{"start":1728369544861,"stop":1728369544862,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"97899851be00d6a6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97899851be00d6a6","status":"passed","time":{"start":1728381680432,"stop":1728381680432,"duration":0}},{"uid":"d59021be29a0d01d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d59021be29a0d01d","status":"passed","time":{"start":1728379482915,"stop":1728379482915,"duration":0}},{"uid":"133a3f5fdb289458","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/133a3f5fdb289458","status":"passed","time":{"start":1728372134541,"stop":1728372134541,"duration":0}},{"uid":"ad236843d03554e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad236843d03554e5","status":"passed","time":{"start":1728370487856,"stop":1728370487856,"duration":0}},{"uid":"2ed4614fb0099e0a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ed4614fb0099e0a","status":"passed","time":{"start":1728369590784,"stop":1728369590784,"duration":0}}]},"03c210435357260d12e8d9c39cd7aac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7734636e82f96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e7734636e82f96","status":"passed","time":{"start":1728370320867,"stop":1728370320868,"duration":1}}]},"c01cf16a1f78c372eb2458698b7efaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe7736278677d5f5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fe7736278677d5f5","status":"passed","time":{"start":1728379523102,"stop":1728379523103,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c29fce9bd12d0fe3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c29fce9bd12d0fe3","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0}},{"uid":"1b0c144dbff384dd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b0c144dbff384dd","status":"passed","time":{"start":1728379175036,"stop":1728379175036,"duration":0}},{"uid":"7869b59b4ef62745","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7869b59b4ef62745","status":"passed","time":{"start":1728371819029,"stop":1728371819029,"duration":0}},{"uid":"4fc9bdee9963c1c9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4fc9bdee9963c1c9","status":"passed","time":{"start":1728370166485,"stop":1728370166486,"duration":1}},{"uid":"995a110d50c291b7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/995a110d50c291b7","status":"passed","time":{"start":1728369265268,"stop":1728369265268,"duration":0}}]},"b01fc3bddaa8ba2c95ca4ce3de4bb487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a1ea756d95dfdc8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a1ea756d95dfdc8","status":"passed","time":{"start":1728372169987,"stop":1728372169987,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3ce08f5c222ff57","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f3ce08f5c222ff57","status":"passed","time":{"start":1728381526504,"stop":1728381526505,"duration":1}},{"uid":"55a4975e1a065c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/55a4975e1a065c0","status":"passed","time":{"start":1728379329394,"stop":1728379329394,"duration":0}},{"uid":"dcd7ed507baa5249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcd7ed507baa5249","status":"passed","time":{"start":1728371973982,"stop":1728371973983,"duration":1}},{"uid":"bd5ac7fd7cb8ce5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd5ac7fd7cb8ce5b","status":"passed","time":{"start":1728370320860,"stop":1728370320861,"duration":1}},{"uid":"3b9e3b5858721a20","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b9e3b5858721a20","status":"passed","time":{"start":1728369420215,"stop":1728369420217,"duration":2}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a2026dd5e00690e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a2026dd5e00690e9","status":"passed","time":{"start":1728381685602,"stop":1728381685603,"duration":1}},{"uid":"6c7b2b35f3875e5b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c7b2b35f3875e5b","status":"passed","time":{"start":1728379484787,"stop":1728379484788,"duration":1}},{"uid":"ccd0de107ab99f7c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccd0de107ab99f7c","status":"passed","time":{"start":1728372130485,"stop":1728372130486,"duration":1}},{"uid":"b14e22e69edc2fdc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b14e22e69edc2fdc","status":"passed","time":{"start":1728370516481,"stop":1728370516481,"duration":0}},{"uid":"9c4595c478534a09","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c4595c478534a09","status":"passed","time":{"start":1728369620715,"stop":1728369620715,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a05bf93f34b45b1f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a05bf93f34b45b1f","status":"passed","time":{"start":1728381696822,"stop":1728381696822,"duration":0}},{"uid":"e0f6d869098874a1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e0f6d869098874a1","status":"passed","time":{"start":1728379498092,"stop":1728379498092,"duration":0}},{"uid":"981ce29f822487a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/981ce29f822487a0","status":"passed","time":{"start":1728372147547,"stop":1728372147549,"duration":2}},{"uid":"6ad9fcb32f4038b9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ad9fcb32f4038b9","status":"passed","time":{"start":1728370534998,"stop":1728370534998,"duration":0}},{"uid":"7580f50af1747e37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7580f50af1747e37","status":"passed","time":{"start":1728369636348,"stop":1728369636348,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"496369c59bf52af4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/496369c59bf52af4","status":"passed","time":{"start":1728381355968,"stop":1728381355969,"duration":1}},{"uid":"180592006ec5743a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/180592006ec5743a","status":"passed","time":{"start":1728379159009,"stop":1728379159009,"duration":0}},{"uid":"e754294741d663c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e754294741d663c5","status":"passed","time":{"start":1728371802895,"stop":1728371802895,"duration":0}},{"uid":"6bac27bdbc205a19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6bac27bdbc205a19","status":"passed","time":{"start":1728370149928,"stop":1728370149929,"duration":1}},{"uid":"ca7df5c1d8197112","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca7df5c1d8197112","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"d60536c6354db6b3c072f9c628f493e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3c736bd4c134e86","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d3c736bd4c134e86","status":"passed","time":{"start":1728379515561,"stop":1728379515562,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c2ff21132e225997","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2ff21132e225997","status":"passed","time":{"start":1728381371415,"stop":1728381371416,"duration":1}},{"uid":"451333c5a86a58ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/451333c5a86a58ff","status":"passed","time":{"start":1728379174375,"stop":1728379174376,"duration":1}},{"uid":"e84bbd751216c5d9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e84bbd751216c5d9","status":"passed","time":{"start":1728371818654,"stop":1728371818654,"duration":0}},{"uid":"ab401531e86352c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab401531e86352c3","status":"passed","time":{"start":1728370166258,"stop":1728370166258,"duration":0}},{"uid":"1bfa0e6268cbd535","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bfa0e6268cbd535","status":"passed","time":{"start":1728369265012,"stop":1728369265013,"duration":1}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dbce63ef45e7f8ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dbce63ef45e7f8ba","status":"passed","time":{"start":1728381363560,"stop":1728381363561,"duration":1}},{"uid":"4d8253f4a9dd8f91","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4d8253f4a9dd8f91","status":"passed","time":{"start":1728379166753,"stop":1728379166754,"duration":1}},{"uid":"1fbb385cad738f00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1fbb385cad738f00","status":"passed","time":{"start":1728371810585,"stop":1728371810585,"duration":0}},{"uid":"c0d6fa4f07de76aa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0d6fa4f07de76aa","status":"passed","time":{"start":1728370158402,"stop":1728370158402,"duration":0}},{"uid":"e58cc044d621ef39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e58cc044d621ef39","status":"passed","time":{"start":1728369256983,"stop":1728369256983,"duration":0}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6560c75e6e811f9a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6560c75e6e811f9a","status":"passed","time":{"start":1728381554776,"stop":1728381554776,"duration":0}},{"uid":"a3c1721631945701","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a3c1721631945701","status":"passed","time":{"start":1728379365893,"stop":1728379365894,"duration":1}},{"uid":"28646161d58a2963","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/28646161d58a2963","status":"passed","time":{"start":1728372012986,"stop":1728372012987,"duration":1}},{"uid":"b5709eb5ae9579c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5709eb5ae9579c3","status":"passed","time":{"start":1728370408803,"stop":1728370408804,"duration":1}},{"uid":"edd45ac958023e8b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/edd45ac958023e8b","status":"passed","time":{"start":1728369510271,"stop":1728369510271,"duration":0}}]},"46f5d0b14b51d8dd435ad1e2d601779d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c90bed5190c83f0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6c90bed5190c83f0","status":"passed","time":{"start":1728381580778,"stop":1728381580785,"duration":7}},{"uid":"985f9377cbd797c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/985f9377cbd797c3","status":"passed","time":{"start":1728379391619,"stop":1728379391624,"duration":5}},{"uid":"ccdb4849e857acb4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccdb4849e857acb4","status":"passed","time":{"start":1728372025211,"stop":1728372025211,"duration":0}}]},"c4593154a356a39a0ca33a09862b5cdb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d407e4a61f54cc16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d407e4a61f54cc16","status":"passed","time":{"start":1728379523109,"stop":1728379523109,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fc5a731d94649ea8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fc5a731d94649ea8","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0}},{"uid":"f617da3b33953b55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f617da3b33953b55","status":"passed","time":{"start":1728379366465,"stop":1728379366467,"duration":2}},{"uid":"54c1b87f2f9786e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54c1b87f2f9786e1","status":"passed","time":{"start":1728371996006,"stop":1728371996006,"duration":0}},{"uid":"4df8fab378649467","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4df8fab378649467","status":"passed","time":{"start":1728370345125,"stop":1728370345125,"duration":0}},{"uid":"ffb53aa2c862c1d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffb53aa2c862c1d3","status":"passed","time":{"start":1728369447286,"stop":1728369447286,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f95b201403f17db3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f95b201403f17db3","status":"passed","time":{"start":1728381749058,"stop":1728381749059,"duration":1}},{"uid":"1b186eab9e6f99aa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b186eab9e6f99aa","status":"passed","time":{"start":1728379549697,"stop":1728379549697,"duration":0}},{"uid":"dfa416e4dc6e0af5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dfa416e4dc6e0af5","status":"passed","time":{"start":1728372195434,"stop":1728372195434,"duration":0}},{"uid":"467d782ef035dea7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/467d782ef035dea7","status":"passed","time":{"start":1728370555257,"stop":1728370555257,"duration":0}},{"uid":"b80159fde5f464c1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b80159fde5f464c1","status":"passed","time":{"start":1728369639853,"stop":1728369639853,"duration":0}}]},"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"ade7e0b13743e623","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ade7e0b13743e623","status":"passed","time":{"start":1728381613873,"stop":1728381613874,"duration":1}},{"uid":"64d6f7397f82d0ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/64d6f7397f82d0ce","status":"passed","time":{"start":1728379419688,"stop":1728379419688,"duration":0}},{"uid":"c05eae0f2275c4d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c05eae0f2275c4d1","status":"passed","time":{"start":1728372107448,"stop":1728372107449,"duration":1}},{"uid":"4d6460a379e8c05c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4d6460a379e8c05c","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626991,"stop":1728370626991,"duration":0}},{"uid":"8fe7e895625a30f1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8fe7e895625a30f1","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728519,"stop":1728369728519,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"950bbb76482c34fa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/950bbb76482c34fa","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0}},{"uid":"339973c679877850","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/339973c679877850","status":"passed","time":{"start":1728379366433,"stop":1728379366434,"duration":1}},{"uid":"4d0edb914e20fde9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4d0edb914e20fde9","status":"passed","time":{"start":1728371995988,"stop":1728371995988,"duration":0}},{"uid":"19c6feb04286caf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/19c6feb04286caf","status":"passed","time":{"start":1728370345097,"stop":1728370345097,"duration":0}},{"uid":"d3042aa3c0058cc6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3042aa3c0058cc6","status":"passed","time":{"start":1728369447281,"stop":1728369447282,"duration":1}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3987ed37845abb5e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3987ed37845abb5e","status":"passed","time":{"start":1728381409094,"stop":1728381409094,"duration":0}},{"uid":"27b8bbb5876b2800","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27b8bbb5876b2800","status":"passed","time":{"start":1728379215429,"stop":1728379215430,"duration":1}},{"uid":"1a6f3d40ca3d314b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a6f3d40ca3d314b","status":"passed","time":{"start":1728371857086,"stop":1728371857086,"duration":0}},{"uid":"53c4882fc2a7d819","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/53c4882fc2a7d819","status":"passed","time":{"start":1728370205024,"stop":1728370205025,"duration":1}},{"uid":"e40e5bba8b1904f3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e40e5bba8b1904f3","status":"passed","time":{"start":1728369303203,"stop":1728369303206,"duration":3}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c550cc9ba1f776ae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c550cc9ba1f776ae","status":"passed","time":{"start":1728381521318,"stop":1728381521318,"duration":0}},{"uid":"570dc802eda36bc3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/570dc802eda36bc3","status":"passed","time":{"start":1728379329182,"stop":1728379329182,"duration":0}},{"uid":"2cb523cab17fcf04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cb523cab17fcf04","status":"passed","time":{"start":1728371984006,"stop":1728371984007,"duration":1}},{"uid":"218a6c3133f46eec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/218a6c3133f46eec","status":"passed","time":{"start":1728370284362,"stop":1728370284362,"duration":0}},{"uid":"f22c8102d6e7794d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f22c8102d6e7794d","status":"passed","time":{"start":1728369378907,"stop":1728369378909,"duration":2}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6fb38ea0669482ee","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6fb38ea0669482ee","status":"passed","time":{"start":1728381696870,"stop":1728381696870,"duration":0}},{"uid":"cf2e9d644f23a3ae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf2e9d644f23a3ae","status":"passed","time":{"start":1728379498107,"stop":1728379498107,"duration":0}},{"uid":"9cac99df2a38b74d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cac99df2a38b74d","status":"passed","time":{"start":1728372147579,"stop":1728372147580,"duration":1}},{"uid":"ad059e3bbd2e6e5f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad059e3bbd2e6e5f","status":"passed","time":{"start":1728370535038,"stop":1728370535038,"duration":0}},{"uid":"7391c4a6313fc155","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7391c4a6313fc155","status":"passed","time":{"start":1728369636386,"stop":1728369636386,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90894060bcb9943d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90894060bcb9943d","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0}},{"uid":"7653141f08f78dd3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7653141f08f78dd3","status":"passed","time":{"start":1728379159017,"stop":1728379159017,"duration":0}},{"uid":"254a616917945df","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/254a616917945df","status":"passed","time":{"start":1728371802902,"stop":1728371802902,"duration":0}},{"uid":"90cc6eebd5d422a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90cc6eebd5d422a1","status":"passed","time":{"start":1728370149936,"stop":1728370149936,"duration":0}},{"uid":"acbd6c9b8df0bf1e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acbd6c9b8df0bf1e","status":"passed","time":{"start":1728369248990,"stop":1728369248991,"duration":1}}]},"f62cd1cc1d4cc9fdd7b2ddcf88a5afb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38244e701b322cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38244e701b322cc","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"d94c68fc30bd12246166c025ed30413a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f5c2cad6eb83b5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f5c2cad6eb83b5b","status":"passed","time":{"start":1728370557097,"stop":1728370557097,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"21a7a8547ee0d3e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/21a7a8547ee0d3e4","status":"passed","time":{"start":1728381355966,"stop":1728381355967,"duration":1}},{"uid":"f999390571b7fb87","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f999390571b7fb87","status":"passed","time":{"start":1728379159006,"stop":1728379159007,"duration":1}},{"uid":"aefea6f53c922ccf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/aefea6f53c922ccf","status":"passed","time":{"start":1728371802893,"stop":1728371802893,"duration":0}},{"uid":"70a0ae4cf3bb835b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70a0ae4cf3bb835b","status":"passed","time":{"start":1728370149926,"stop":1728370149926,"duration":0}},{"uid":"3a97a7cab825116a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3a97a7cab825116a","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2e28c895f6b4b026","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2e28c895f6b4b026","status":"passed","time":{"start":1728381766189,"stop":1728381766190,"duration":1}},{"uid":"cf50d986e02cbfeb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf50d986e02cbfeb","status":"passed","time":{"start":1728379569497,"stop":1728379569497,"duration":0}},{"uid":"cf4c33dfafd21d6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf4c33dfafd21d6a","status":"passed","time":{"start":1728372220850,"stop":1728372220850,"duration":0}},{"uid":"7031a35cc53d0e3f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7031a35cc53d0e3f","status":"passed","time":{"start":1728370605228,"stop":1728370605230,"duration":2}},{"uid":"4c8d51034977bab4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c8d51034977bab4","status":"passed","time":{"start":1728369697439,"stop":1728369697440,"duration":1}}]},"3f15ef201a236b0ce4b1a290711f0620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f20f6378a0e0a47","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9f20f6378a0e0a47","status":"passed","time":{"start":1728381745551,"stop":1728381745552,"duration":1}}]},"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4fe332a9825f33ad","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4fe332a9825f33ad","status":"passed","time":{"start":1728381371459,"stop":1728381371460,"duration":1}},{"uid":"83375cc106cd60b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/83375cc106cd60b2","status":"passed","time":{"start":1728379173685,"stop":1728379173693,"duration":8}},{"uid":"56d78bc32f56e7f1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/56d78bc32f56e7f1","status":"passed","time":{"start":1728371818066,"stop":1728371818069,"duration":3}},{"uid":"c698f9386d55db12","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c698f9386d55db12","status":"passed","time":{"start":1728370165698,"stop":1728370165700,"duration":2}},{"uid":"9856df2de4421281","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9856df2de4421281","status":"passed","time":{"start":1728369264719,"stop":1728369264720,"duration":1}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"86ecb9347ba6f36d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86ecb9347ba6f36d","status":"passed","time":{"start":1728381485019,"stop":1728381485020,"duration":1}},{"uid":"7cdd31ee2a5bb236","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7cdd31ee2a5bb236","status":"passed","time":{"start":1728379293444,"stop":1728379293449,"duration":5}},{"uid":"fbbbcf6a773fb67d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbbbcf6a773fb67d","status":"passed","time":{"start":1728371932962,"stop":1728371932963,"duration":1}},{"uid":"56dbf7c83fd63fe3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56dbf7c83fd63fe3","status":"passed","time":{"start":1728370281700,"stop":1728370281704,"duration":4}},{"uid":"6241837f413a169c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6241837f413a169c","status":"passed","time":{"start":1728369376535,"stop":1728369376535,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ce9200c205f6573f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ce9200c205f6573f","status":"passed","time":{"start":1728381390014,"stop":1728381390015,"duration":1}},{"uid":"7b30090ba82930a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b30090ba82930a8","status":"passed","time":{"start":1728379193198,"stop":1728379193198,"duration":0}},{"uid":"94be1158baefbf42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/94be1158baefbf42","status":"passed","time":{"start":1728371837409,"stop":1728371837410,"duration":1}},{"uid":"ea4992ddcb53e69b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea4992ddcb53e69b","status":"passed","time":{"start":1728370184627,"stop":1728370184627,"duration":0}},{"uid":"23286405b5983766","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23286405b5983766","status":"passed","time":{"start":1728369283804,"stop":1728369283804,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e623ec3849e55619","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e623ec3849e55619","status":"passed","time":{"start":1728381454667,"stop":1728381454668,"duration":1}},{"uid":"71fbbe75785137a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71fbbe75785137a9","status":"passed","time":{"start":1728379263249,"stop":1728379263250,"duration":1}},{"uid":"a56d5bb9514adb37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a56d5bb9514adb37","status":"passed","time":{"start":1728371902713,"stop":1728371902713,"duration":0}},{"uid":"637f20662b9f98cf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/637f20662b9f98cf","status":"passed","time":{"start":1728370254630,"stop":1728370254631,"duration":1}},{"uid":"b32f390927e44e70","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b32f390927e44e70","status":"passed","time":{"start":1728369347754,"stop":1728369347755,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a4f733fc92f8a613","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a4f733fc92f8a613","status":"passed","time":{"start":1728381383544,"stop":1728381383545,"duration":1}},{"uid":"6ce32414e84a814","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ce32414e84a814","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"9aa81e07c69b407b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9aa81e07c69b407b","status":"passed","time":{"start":1728371830873,"stop":1728371830873,"duration":0}},{"uid":"6136257a77777ed5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6136257a77777ed5","status":"passed","time":{"start":1728370178239,"stop":1728370178239,"duration":0}},{"uid":"aef92b59bfdada5d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aef92b59bfdada5d","status":"passed","time":{"start":1728369277109,"stop":1728369277110,"duration":1}}]},"2cb34fadefb188dec214fb48be9821fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8873b5ae03f9edc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d8873b5ae03f9edc","status":"passed","time":{"start":1728370581674,"stop":1728370581675,"duration":1}}]},"d9a27f3d23c2e66f2a59bc796ba293e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"527c33e1fcc45670","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/527c33e1fcc45670","status":"passed","time":{"start":1728379460290,"stop":1728379460291,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1435b0d261ba610","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d1435b0d261ba610","status":"passed","time":{"start":1728381363570,"stop":1728381363571,"duration":1}},{"uid":"deca41e6af838068","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/deca41e6af838068","status":"passed","time":{"start":1728379166765,"stop":1728379166766,"duration":1}},{"uid":"fbe59b1e90f809ef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbe59b1e90f809ef","status":"passed","time":{"start":1728371810590,"stop":1728371810590,"duration":0}},{"uid":"c7899a2a79d4791c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c7899a2a79d4791c","status":"passed","time":{"start":1728370158405,"stop":1728370158405,"duration":0}},{"uid":"4557339ac4b21853","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4557339ac4b21853","status":"passed","time":{"start":1728369256988,"stop":1728369256988,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3904d98ee3b50490","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3904d98ee3b50490","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0}},{"uid":"65afcf1468db948b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65afcf1468db948b","status":"passed","time":{"start":1728379262344,"stop":1728379262344,"duration":0}},{"uid":"68a7ea9b5b79f7cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/68a7ea9b5b79f7cb","status":"passed","time":{"start":1728371896584,"stop":1728371896585,"duration":1}},{"uid":"7387be7d401485f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7387be7d401485f","status":"passed","time":{"start":1728370244010,"stop":1728370244010,"duration":0}},{"uid":"1616a1d31c74eea7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1616a1d31c74eea7","status":"passed","time":{"start":1728369348164,"stop":1728369348165,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3c5f5d911ef8cccd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3c5f5d911ef8cccd","status":"passed","time":{"start":1728381680465,"stop":1728381680465,"duration":0}},{"uid":"8bb83b46716a9730","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8bb83b46716a9730","status":"passed","time":{"start":1728379482942,"stop":1728379482942,"duration":0}},{"uid":"f48b26e75e3b8de3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f48b26e75e3b8de3","status":"passed","time":{"start":1728372134567,"stop":1728372134568,"duration":1}},{"uid":"be5a04c15bb09b95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/be5a04c15bb09b95","status":"passed","time":{"start":1728370487880,"stop":1728370487881,"duration":1}},{"uid":"fd688293caa29c52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd688293caa29c52","status":"passed","time":{"start":1728369590803,"stop":1728369590804,"duration":1}}]},"038adf3b803554a9e5aba5c6213d9a37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50e1257c10fce339","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/50e1257c10fce339","status":"passed","time":{"start":1728381689156,"stop":1728381689158,"duration":2}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9548a236a140b47b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9548a236a140b47b","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0}},{"uid":"a21414391ffc84d2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a21414391ffc84d2","status":"passed","time":{"start":1728379460275,"stop":1728379460275,"duration":0}},{"uid":"b040b76326afd8c1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b040b76326afd8c1","status":"passed","time":{"start":1728372105668,"stop":1728372105668,"duration":0}},{"uid":"661cccb70a774bc6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/661cccb70a774bc6","status":"passed","time":{"start":1728370464134,"stop":1728370464135,"duration":1}},{"uid":"dade14db53d52548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dade14db53d52548","status":"passed","time":{"start":1728369544864,"stop":1728369544864,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"15eab56a2b1605f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/15eab56a2b1605f","status":"passed","time":{"start":1728381756572,"stop":1728381756572,"duration":0}},{"uid":"63b45361a6ad9457","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/63b45361a6ad9457","status":"passed","time":{"start":1728379560457,"stop":1728379560457,"duration":0}},{"uid":"c857b36d950cde4f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c857b36d950cde4f","status":"passed","time":{"start":1728372207703,"stop":1728372207703,"duration":0}},{"uid":"a99b415ecde14fad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a99b415ecde14fad","status":"passed","time":{"start":1728370596498,"stop":1728370596500,"duration":2}},{"uid":"e92565c37dfd6ac4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e92565c37dfd6ac4","status":"passed","time":{"start":1728369687973,"stop":1728369687973,"duration":0}}]},"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25ef7e7b43a82dd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/25ef7e7b43a82dd7","status":"passed","time":{"start":1728379197138,"stop":1728379197138,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f37ce73c656d37b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f37ce73c656d37b","status":"passed","time":{"start":1728381371849,"stop":1728381371850,"duration":1}},{"uid":"1ea99471b5001bc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ea99471b5001bc2","status":"passed","time":{"start":1728379175035,"stop":1728379175035,"duration":0}},{"uid":"5d90248d7c12273a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d90248d7c12273a","status":"passed","time":{"start":1728371819027,"stop":1728371819027,"duration":0}},{"uid":"50b4f7f9a150e330","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50b4f7f9a150e330","status":"passed","time":{"start":1728370166484,"stop":1728370166484,"duration":0}},{"uid":"a3483c3776140df8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3483c3776140df8","status":"passed","time":{"start":1728369265266,"stop":1728369265266,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a0d9533cf511668","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5a0d9533cf511668","status":"passed","time":{"start":1728381545554,"stop":1728381545554,"duration":0}},{"uid":"84be96c274af89fb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84be96c274af89fb","status":"passed","time":{"start":1728379350287,"stop":1728379350287,"duration":0}},{"uid":"586fa10f02c43e6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/586fa10f02c43e6e","status":"passed","time":{"start":1728371998249,"stop":1728371998250,"duration":1}},{"uid":"d12b7ebba90a6ef6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d12b7ebba90a6ef6","status":"passed","time":{"start":1728370345938,"stop":1728370345938,"duration":0}},{"uid":"35db624f42fff3e8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/35db624f42fff3e8","status":"passed","time":{"start":1728369443724,"stop":1728369443724,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c431bc0c59018a3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c431bc0c59018a3","status":"passed","time":{"start":1728381749043,"stop":1728381749044,"duration":1}},{"uid":"965c5f9ebd42c5d9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/965c5f9ebd42c5d9","status":"passed","time":{"start":1728379549687,"stop":1728379549688,"duration":1}},{"uid":"ba03beed1f0afe27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba03beed1f0afe27","status":"passed","time":{"start":1728372195428,"stop":1728372195429,"duration":1}},{"uid":"bd0cb27c7d07dc47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd0cb27c7d07dc47","status":"passed","time":{"start":1728370555252,"stop":1728370555252,"duration":0}},{"uid":"8f72c351efbc0a0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f72c351efbc0a0b","status":"passed","time":{"start":1728369639846,"stop":1728369639846,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"283813481b473c88","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/283813481b473c88","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0}},{"uid":"e4ce4d5b90357a6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4ce4d5b90357a6","status":"passed","time":{"start":1728379460259,"stop":1728379460259,"duration":0}},{"uid":"20d3413193903652","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/20d3413193903652","status":"passed","time":{"start":1728372105659,"stop":1728372105659,"duration":0}},{"uid":"a42f0a03566dffe1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a42f0a03566dffe1","status":"passed","time":{"start":1728370464117,"stop":1728370464117,"duration":0}},{"uid":"a31cdfa80dc3560f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a31cdfa80dc3560f","status":"passed","time":{"start":1728369544850,"stop":1728369544851,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"43314f3af55a048e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/43314f3af55a048e","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0}},{"uid":"712967de1d69f433","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/712967de1d69f433","status":"passed","time":{"start":1728379549647,"stop":1728379549651,"duration":4}},{"uid":"767cf06e2d034265","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/767cf06e2d034265","status":"passed","time":{"start":1728372195409,"stop":1728372195410,"duration":1}},{"uid":"21ae3ac30c2e93b1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/21ae3ac30c2e93b1","status":"passed","time":{"start":1728370555239,"stop":1728370555239,"duration":0}},{"uid":"b0b718d951dc7557","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b0b718d951dc7557","status":"passed","time":{"start":1728369639826,"stop":1728369639827,"duration":1}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bc5b52a166eab5ad","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bc5b52a166eab5ad","status":"passed","time":{"start":1728381521297,"stop":1728381521299,"duration":2}},{"uid":"9ce79b22e1745491","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9ce79b22e1745491","status":"passed","time":{"start":1728379329175,"stop":1728379329176,"duration":1}},{"uid":"65561adbf699da71","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65561adbf699da71","status":"passed","time":{"start":1728371984001,"stop":1728371984002,"duration":1}},{"uid":"5837061d1737751a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5837061d1737751a","status":"passed","time":{"start":1728370284354,"stop":1728370284354,"duration":0}},{"uid":"ac45932d6ea3a530","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac45932d6ea3a530","status":"passed","time":{"start":1728369378894,"stop":1728369378894,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"295f567ecc64eaea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/295f567ecc64eaea","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381689166,"stop":1728381689167,"duration":1}},{"uid":"83b843cf44e5307","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/83b843cf44e5307","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379493892,"stop":1728379493892,"duration":0}},{"uid":"84e54d8bc5e638d4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/84e54d8bc5e638d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372140969,"stop":1728372140969,"duration":0}},{"uid":"efcd298a4584d70b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efcd298a4584d70b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370524969,"stop":1728370524969,"duration":0}},{"uid":"e20882d269d0b88e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e20882d269d0b88e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369630405,"stop":1728369630406,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"85e21668191cf9a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/85e21668191cf9a","status":"passed","time":{"start":1728381526521,"stop":1728381526524,"duration":3}},{"uid":"59934a3f62383064","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59934a3f62383064","status":"passed","time":{"start":1728379329404,"stop":1728379329404,"duration":0}},{"uid":"1a0204240ddfb130","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a0204240ddfb130","status":"passed","time":{"start":1728371974003,"stop":1728371974004,"duration":1}},{"uid":"11f4f6ba03967917","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11f4f6ba03967917","status":"passed","time":{"start":1728370320871,"stop":1728370320871,"duration":0}},{"uid":"fecea927fac78eda","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fecea927fac78eda","status":"passed","time":{"start":1728369420264,"stop":1728369420265,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"66ffc22121352eaf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/66ffc22121352eaf","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0}},{"uid":"27158adbe28239ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27158adbe28239ec","status":"passed","time":{"start":1728379182988,"stop":1728379182988,"duration":0}},{"uid":"4a3c1914c9f85125","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a3c1914c9f85125","status":"passed","time":{"start":1728371826966,"stop":1728371826966,"duration":0}},{"uid":"11d60a5c72766263","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11d60a5c72766263","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"a792ee6d9bfa5fe6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a792ee6d9bfa5fe6","status":"passed","time":{"start":1728369273239,"stop":1728369273239,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a41a39722a56b43d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a41a39722a56b43d","status":"passed","time":{"start":1728381383544,"stop":1728381383544,"duration":0}},{"uid":"2d64a599d9d6c7e1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d64a599d9d6c7e1","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"f7c3345e4cb19f71","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f7c3345e4cb19f71","status":"passed","time":{"start":1728371830872,"stop":1728371830873,"duration":1}},{"uid":"6be80ff300ac650f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6be80ff300ac650f","status":"passed","time":{"start":1728370178238,"stop":1728370178239,"duration":1}},{"uid":"de3af3381c395277","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/de3af3381c395277","status":"passed","time":{"start":1728369277109,"stop":1728369277109,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9be6c24fff5537cd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9be6c24fff5537cd","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0}},{"uid":"2b369471eb4b1ca2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b369471eb4b1ca2","status":"passed","time":{"start":1728379482925,"stop":1728379482925,"duration":0}},{"uid":"d1a372551284a360","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d1a372551284a360","status":"passed","time":{"start":1728372134549,"stop":1728372134549,"duration":0}},{"uid":"6854880ab8fd67a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6854880ab8fd67a9","status":"passed","time":{"start":1728370487867,"stop":1728370487868,"duration":1}},{"uid":"a9e895efa2915efb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a9e895efa2915efb","status":"passed","time":{"start":1728369590791,"stop":1728369590791,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8f81b072d746939e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8f81b072d746939e","status":"passed","time":{"start":1728381749068,"stop":1728381749068,"duration":0}},{"uid":"b925eb6f03a7e435","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b925eb6f03a7e435","status":"passed","time":{"start":1728379549699,"stop":1728379549700,"duration":1}},{"uid":"2ab316c211e5495","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ab316c211e5495","status":"passed","time":{"start":1728372195436,"stop":1728372195436,"duration":0}},{"uid":"66810c91366a035e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/66810c91366a035e","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"13bda6b523fb77db","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13bda6b523fb77db","status":"passed","time":{"start":1728369639856,"stop":1728369639856,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"856a7d0407dd6bf6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/856a7d0407dd6bf6","status":"passed","time":{"start":1728381415525,"stop":1728381415526,"duration":1}},{"uid":"ae0a4f85c8c5cd4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ae0a4f85c8c5cd4d","status":"passed","time":{"start":1728379221894,"stop":1728379221895,"duration":1}},{"uid":"a710db29c2565b2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a710db29c2565b2b","status":"passed","time":{"start":1728371864346,"stop":1728371864346,"duration":0}},{"uid":"fad8cf6f91326394","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fad8cf6f91326394","status":"passed","time":{"start":1728370211393,"stop":1728370211394,"duration":1}},{"uid":"42c34625cddaa292","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/42c34625cddaa292","status":"passed","time":{"start":1728369310550,"stop":1728369310551,"duration":1}}]},"c34a3a0884360f1f8401ac2dd009eb65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e63ee60cf2a5c1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e63ee60cf2a5c1a","status":"passed","time":{"start":1728372169986,"stop":1728372169986,"duration":0}}]},"bfe18cf30088379c3c4cd855254edc9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58458c72d53314a5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/58458c72d53314a5","status":"passed","time":{"start":1728370557099,"stop":1728370557099,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65f63c9648f88311","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65f63c9648f88311","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0}},{"uid":"d899b874c9aff69a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d899b874c9aff69a","status":"passed","time":{"start":1728379159023,"stop":1728379159023,"duration":0}},{"uid":"b5f1dc1d5bb599c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b5f1dc1d5bb599c6","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"bafb4dc296fd1d32","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bafb4dc296fd1d32","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"def635fbac6fb97d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/def635fbac6fb97d","status":"passed","time":{"start":1728369248996,"stop":1728369248996,"duration":0}}]},"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c49c9a5abd77361c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c49c9a5abd77361c","status":"passed","time":{"start":1728381371461,"stop":1728381371461,"duration":0}},{"uid":"f79ba64c2a5d2c5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f79ba64c2a5d2c5f","status":"passed","time":{"start":1728379173694,"stop":1728379173695,"duration":1}},{"uid":"5d56bcabf932955c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d56bcabf932955c","status":"passed","time":{"start":1728371818070,"stop":1728371818071,"duration":1}},{"uid":"ac9aa4a8fa2560ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac9aa4a8fa2560ea","status":"passed","time":{"start":1728370165701,"stop":1728370165701,"duration":0}},{"uid":"ded1f47ebb0a8404","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ded1f47ebb0a8404","status":"passed","time":{"start":1728369264721,"stop":1728369264721,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7b57268f0a5bde93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7b57268f0a5bde93","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0}},{"uid":"8e6d0ce0fe52f990","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8e6d0ce0fe52f990","status":"passed","time":{"start":1728379482955,"stop":1728379482956,"duration":1}},{"uid":"bba8fb9a23ae40c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bba8fb9a23ae40c6","status":"passed","time":{"start":1728372134574,"stop":1728372134575,"duration":1}},{"uid":"92016192449330df","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/92016192449330df","status":"passed","time":{"start":1728370487885,"stop":1728370487885,"duration":0}},{"uid":"9c845c0f42ef7574","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c845c0f42ef7574","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1daae6bbe01129d4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1daae6bbe01129d4","status":"passed","time":{"start":1728381383543,"stop":1728381383544,"duration":1}},{"uid":"10aac88fd8ee2b3f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/10aac88fd8ee2b3f","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"5c11da5d721c9694","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5c11da5d721c9694","status":"passed","time":{"start":1728371830872,"stop":1728371830872,"duration":0}},{"uid":"d62736b6143266e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d62736b6143266e5","status":"passed","time":{"start":1728370178238,"stop":1728370178238,"duration":0}},{"uid":"4c21ac17fa23c23a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c21ac17fa23c23a","status":"passed","time":{"start":1728369277109,"stop":1728369277109,"duration":0}}]},"c48596b790768e09b0150473a6f75c1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79250e900b2df139","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79250e900b2df139","status":"passed","time":{"start":1728379547121,"stop":1728379547121,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ba8513bc7e75323","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ba8513bc7e75323","status":"passed","time":{"start":1728381371850,"stop":1728381371850,"duration":0}},{"uid":"d6c8c873e535b95a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6c8c873e535b95a","status":"passed","time":{"start":1728379175035,"stop":1728379175035,"duration":0}},{"uid":"c080e90c3644bd39","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c080e90c3644bd39","status":"passed","time":{"start":1728371819027,"stop":1728371819028,"duration":1}},{"uid":"6b542d1b9527756","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b542d1b9527756","status":"passed","time":{"start":1728370166484,"stop":1728370166485,"duration":1}},{"uid":"3016cdfc7864340","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3016cdfc7864340","status":"passed","time":{"start":1728369265266,"stop":1728369265267,"duration":1}}]},"7df1a5ae3c56bd5f54f2ab7966a00906:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a8a5690b6da0380","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1a8a5690b6da0380","status":"passed","time":{"start":1728381745556,"stop":1728381745556,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"56f6c62e7cd90151","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/56f6c62e7cd90151","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0}},{"uid":"d793406ab97339bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d793406ab97339bc","status":"passed","time":{"start":1728379460274,"stop":1728379460275,"duration":1}},{"uid":"b0fbce8249ca6f82","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b0fbce8249ca6f82","status":"passed","time":{"start":1728372105667,"stop":1728372105667,"duration":0}},{"uid":"25b809dc4be53928","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/25b809dc4be53928","status":"passed","time":{"start":1728370464133,"stop":1728370464133,"duration":0}},{"uid":"2401776b5d7df590","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2401776b5d7df590","status":"passed","time":{"start":1728369544863,"stop":1728369544864,"duration":1}}]},"12bd4552f6b7480946449a3a26778c59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a42ef12c8137a08b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a42ef12c8137a08b","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44712e6dd1343760","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44712e6dd1343760","status":"passed","time":{"start":1728381521342,"stop":1728381521342,"duration":0}},{"uid":"c6a47fa76d71be61","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6a47fa76d71be61","status":"passed","time":{"start":1728379329187,"stop":1728379329187,"duration":0}},{"uid":"d81eb5af1c587e85","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d81eb5af1c587e85","status":"passed","time":{"start":1728371984010,"stop":1728371984011,"duration":1}},{"uid":"5c94af51eaa89c0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5c94af51eaa89c0","status":"passed","time":{"start":1728370284367,"stop":1728370284368,"duration":1}},{"uid":"5c9d408e19cced14","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c9d408e19cced14","status":"passed","time":{"start":1728369378913,"stop":1728369378913,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"318e91b7e3687238","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/318e91b7e3687238","status":"passed","time":{"start":1728381749060,"stop":1728381749061,"duration":1}},{"uid":"49fc282b68ec4271","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/49fc282b68ec4271","status":"passed","time":{"start":1728379549698,"stop":1728379549698,"duration":0}},{"uid":"cf4983221b995052","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf4983221b995052","status":"passed","time":{"start":1728372195434,"stop":1728372195435,"duration":1}},{"uid":"4dd405d7eb23cacb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4dd405d7eb23cacb","status":"passed","time":{"start":1728370555258,"stop":1728370555258,"duration":0}},{"uid":"5421da1097704be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5421da1097704be","status":"passed","time":{"start":1728369639854,"stop":1728369639855,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d7229a5174a39d41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d7229a5174a39d41","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0}},{"uid":"aef224f71c9997a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aef224f71c9997a0","status":"passed","time":{"start":1728379482943,"stop":1728379482947,"duration":4}},{"uid":"e46c1e38f086d6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e46c1e38f086d6e","status":"passed","time":{"start":1728372134569,"stop":1728372134570,"duration":1}},{"uid":"44921f19e743c648","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/44921f19e743c648","status":"passed","time":{"start":1728370487881,"stop":1728370487882,"duration":1}},{"uid":"e6bf6d02ce983814","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6bf6d02ce983814","status":"passed","time":{"start":1728369590804,"stop":1728369590804,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"840ca55c992417b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/840ca55c992417b0","status":"passed","time":{"start":1728381743120,"stop":1728381743123,"duration":3}},{"uid":"9f401a37bf462ce3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9f401a37bf462ce3","status":"passed","time":{"start":1728379550980,"stop":1728379550980,"duration":0}},{"uid":"31c180989fad1a57","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/31c180989fad1a57","status":"passed","time":{"start":1728372211442,"stop":1728372211442,"duration":0}},{"uid":"a7951e3151390846","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a7951e3151390846","status":"passed","time":{"start":1728370582327,"stop":1728370582327,"duration":0}},{"uid":"8120c12ee6f8e041","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8120c12ee6f8e041","status":"passed","time":{"start":1728369674238,"stop":1728369674238,"duration":0}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c62f8f56dd51b474","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c62f8f56dd51b474","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0}},{"uid":"f6b86e88126f23d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6b86e88126f23d3","status":"passed","time":{"start":1728379159011,"stop":1728379159011,"duration":0}},{"uid":"7c1a6c8c063d4ae3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7c1a6c8c063d4ae3","status":"passed","time":{"start":1728371802897,"stop":1728371802897,"duration":0}},{"uid":"52a264f3a5109bc7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52a264f3a5109bc7","status":"passed","time":{"start":1728370149930,"stop":1728370149930,"duration":0}},{"uid":"b3ea6180e2c55bd1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3ea6180e2c55bd1","status":"passed","time":{"start":1728369248985,"stop":1728369248986,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"41ae0e4dc8b270ff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/41ae0e4dc8b270ff","status":"passed","time":{"start":1728381711648,"stop":1728381711648,"duration":0}},{"uid":"d920bd2786da52c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d920bd2786da52c3","status":"passed","time":{"start":1728379515551,"stop":1728379515551,"duration":0}},{"uid":"c7f6663bcf292893","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c7f6663bcf292893","status":"passed","time":{"start":1728372171295,"stop":1728372171295,"duration":0}},{"uid":"b24f93163afa6a8a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b24f93163afa6a8a","status":"passed","time":{"start":1728370522961,"stop":1728370522961,"duration":0}},{"uid":"ad20410e156776ad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad20410e156776ad","status":"passed","time":{"start":1728369622037,"stop":1728369622040,"duration":3}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d25d81aaf5ada2ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d25d81aaf5ada2ce","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0}},{"uid":"8751238ee2a1b2fb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8751238ee2a1b2fb","status":"passed","time":{"start":1728379549662,"stop":1728379549674,"duration":12}},{"uid":"7b5923daac7fc6d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b5923daac7fc6d1","status":"passed","time":{"start":1728372195414,"stop":1728372195414,"duration":0}},{"uid":"1c9c1b1b4d16543a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c9c1b1b4d16543a","status":"passed","time":{"start":1728370555243,"stop":1728370555244,"duration":1}},{"uid":"19d2d47604ae9916","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/19d2d47604ae9916","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"3bd3bece9b1c0cfad12ec4c93d43604f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2738dd8ccd6d2a48","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2738dd8ccd6d2a48","status":"passed","time":{"start":1728379197136,"stop":1728379197137,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ef31deb77cfebbe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ef31deb77cfebbe","status":"passed","time":{"start":1728381743112,"stop":1728381743112,"duration":0}},{"uid":"c017f4b1ba5a9c50","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c017f4b1ba5a9c50","status":"passed","time":{"start":1728379550978,"stop":1728379550979,"duration":1}},{"uid":"d98bb5f304aedfaa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d98bb5f304aedfaa","status":"passed","time":{"start":1728372211439,"stop":1728372211439,"duration":0}},{"uid":"650f70205476cf80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/650f70205476cf80","status":"passed","time":{"start":1728370582326,"stop":1728370582326,"duration":0}},{"uid":"70ea460f63de5602","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/70ea460f63de5602","status":"passed","time":{"start":1728369674235,"stop":1728369674235,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dde8cc887adbbc28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dde8cc887adbbc28","status":"passed","time":{"start":1728381658385,"stop":1728381658386,"duration":1}},{"uid":"84d84909f21f42ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84d84909f21f42ea","status":"passed","time":{"start":1728379460289,"stop":1728379460289,"duration":0}},{"uid":"53551bd9dcc7d445","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/53551bd9dcc7d445","status":"passed","time":{"start":1728372105677,"stop":1728372105677,"duration":0}},{"uid":"8582264b38d54d0a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8582264b38d54d0a","status":"passed","time":{"start":1728370464151,"stop":1728370464152,"duration":1}},{"uid":"994dee7395bc6dfe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/994dee7395bc6dfe","status":"passed","time":{"start":1728369544873,"stop":1728369544874,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"985abd2404f118c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/985abd2404f118c3","status":"passed","time":{"start":1728381766200,"stop":1728381766201,"duration":1}},{"uid":"624b165e5e35d88e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/624b165e5e35d88e","status":"passed","time":{"start":1728379569501,"stop":1728379569501,"duration":0}},{"uid":"ac387338c2318024","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ac387338c2318024","status":"passed","time":{"start":1728372220863,"stop":1728372220864,"duration":1}},{"uid":"57da575076a214c0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57da575076a214c0","status":"passed","time":{"start":1728370605236,"stop":1728370605237,"duration":1}},{"uid":"a33a62b6f350534","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a33a62b6f350534","status":"passed","time":{"start":1728369697453,"stop":1728369697455,"duration":2}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"784046139a4bea12","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/784046139a4bea12","status":"passed","time":{"start":1728381521312,"stop":1728381521313,"duration":1}},{"uid":"a074c20cd89b194","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a074c20cd89b194","status":"passed","time":{"start":1728379329179,"stop":1728379329179,"duration":0}},{"uid":"d4be94363e5d559e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d4be94363e5d559e","status":"passed","time":{"start":1728371984004,"stop":1728371984004,"duration":0}},{"uid":"5b3f1ffef947e80d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5b3f1ffef947e80d","status":"passed","time":{"start":1728370284358,"stop":1728370284359,"duration":1}},{"uid":"9420a12254da3006","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9420a12254da3006","status":"passed","time":{"start":1728369378899,"stop":1728369378899,"duration":0}}]},"45133174359658f9defe26e31f8ffd54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccd16da263af9c50","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ccd16da263af9c50","status":"passed","time":{"start":1728379547125,"stop":1728379547125,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"49fd4bc1ac5cd724","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/49fd4bc1ac5cd724","status":"passed","time":{"start":1728381749050,"stop":1728381749051,"duration":1}},{"uid":"6dd129f76a5e406","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6dd129f76a5e406","status":"passed","time":{"start":1728379549691,"stop":1728379549692,"duration":1}},{"uid":"54ffe724e8190862","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54ffe724e8190862","status":"passed","time":{"start":1728372195431,"stop":1728372195431,"duration":0}},{"uid":"b5aafe552497c49c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5aafe552497c49c","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"c0ffb2e63042d553","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0ffb2e63042d553","status":"passed","time":{"start":1728369639848,"stop":1728369639849,"duration":1}}]},"8a596577383b0d05c64dbad60c3180f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6590bd442bfee45a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6590bd442bfee45a","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e29c7942c07100b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e29c7942c07100b","status":"passed","time":{"start":1728381680468,"stop":1728381680469,"duration":1}},{"uid":"5a69d5adb56bf7ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a69d5adb56bf7ec","status":"passed","time":{"start":1728379482956,"stop":1728379482961,"duration":5}},{"uid":"95f1ad1ef21d3add","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/95f1ad1ef21d3add","status":"passed","time":{"start":1728372134575,"stop":1728372134577,"duration":2}},{"uid":"9b1c4e6ffcd2436c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b1c4e6ffcd2436c","status":"passed","time":{"start":1728370487885,"stop":1728370487885,"duration":0}},{"uid":"b8354dc315dc97e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b8354dc315dc97e4","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"554230bf562b37c8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/554230bf562b37c8","status":"passed","time":{"start":1728381749047,"stop":1728381749048,"duration":1}},{"uid":"8df08692e03fca74","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8df08692e03fca74","status":"passed","time":{"start":1728379549691,"stop":1728379549691,"duration":0}},{"uid":"82a3d1fa75cac7f4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82a3d1fa75cac7f4","status":"passed","time":{"start":1728372195430,"stop":1728372195430,"duration":0}},{"uid":"beaf518cc1c312bd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/beaf518cc1c312bd","status":"passed","time":{"start":1728370555253,"stop":1728370555254,"duration":1}},{"uid":"95f492ae8a70d3e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95f492ae8a70d3e0","status":"passed","time":{"start":1728369639847,"stop":1728369639848,"duration":1}}]},"76eb528b5a03dd30802ab4dcab4cf8dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af201d92d6865e8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/af201d92d6865e8a","status":"passed","time":{"start":1728372200173,"stop":1728372200173,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e666bd0b5e7e31ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e666bd0b5e7e31ed","status":"passed","time":{"start":1728381371852,"stop":1728381371852,"duration":0}},{"uid":"8afb4c30344536cf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8afb4c30344536cf","status":"passed","time":{"start":1728379175037,"stop":1728379175037,"duration":0}},{"uid":"5d7cef497dcd83b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d7cef497dcd83b6","status":"passed","time":{"start":1728371819029,"stop":1728371819030,"duration":1}},{"uid":"ab18aa8723e09447","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab18aa8723e09447","status":"passed","time":{"start":1728370166486,"stop":1728370166487,"duration":1}},{"uid":"f6d215430ec1e9ce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6d215430ec1e9ce","status":"passed","time":{"start":1728369265268,"stop":1728369265269,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9179749bf0900694","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9179749bf0900694","status":"passed","time":{"start":1728381680445,"stop":1728381680446,"duration":1}},{"uid":"5947e28216467d11","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5947e28216467d11","status":"passed","time":{"start":1728379482920,"stop":1728379482922,"duration":2}},{"uid":"f8290b7c9d38215c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8290b7c9d38215c","status":"passed","time":{"start":1728372134547,"stop":1728372134547,"duration":0}},{"uid":"3d3d9447baa4b4be","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3d3d9447baa4b4be","status":"passed","time":{"start":1728370487863,"stop":1728370487864,"duration":1}},{"uid":"9223be33b604b671","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9223be33b604b671","status":"passed","time":{"start":1728369590789,"stop":1728369590789,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"eec03ecf9159e75a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eec03ecf9159e75a","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0}},{"uid":"56a0f1d662ee352e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56a0f1d662ee352e","status":"passed","time":{"start":1728379515543,"stop":1728379515544,"duration":1}},{"uid":"1c46df575fc016f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c46df575fc016f0","status":"passed","time":{"start":1728372171287,"stop":1728372171290,"duration":3}},{"uid":"ef2ba9062d3124fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ef2ba9062d3124fb","status":"passed","time":{"start":1728370522950,"stop":1728370522951,"duration":1}},{"uid":"bda26f9fa3157b77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bda26f9fa3157b77","status":"passed","time":{"start":1728369622030,"stop":1728369622030,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ac2d917bb2acfb70","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ac2d917bb2acfb70","status":"passed","time":{"start":1728381364409,"stop":1728381364409,"duration":0}},{"uid":"e163736c7e0e25f6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e163736c7e0e25f6","status":"passed","time":{"start":1728379167593,"stop":1728379167594,"duration":1}},{"uid":"8d0a95eec2743bfd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d0a95eec2743bfd","status":"passed","time":{"start":1728371811374,"stop":1728371811375,"duration":1}},{"uid":"74633ad56af428d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/74633ad56af428d3","status":"passed","time":{"start":1728370158836,"stop":1728370158836,"duration":0}},{"uid":"bf4e198a85a2252b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bf4e198a85a2252b","status":"passed","time":{"start":1728369257775,"stop":1728369257775,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4e17014d524a128d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4e17014d524a128d","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0}},{"uid":"fb84666fa3dce85d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb84666fa3dce85d","status":"passed","time":{"start":1728379167597,"stop":1728379167598,"duration":1}},{"uid":"67b8537d46ae7183","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/67b8537d46ae7183","status":"passed","time":{"start":1728371811378,"stop":1728371811378,"duration":0}},{"uid":"f2bd678f73214343","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f2bd678f73214343","status":"passed","time":{"start":1728370158840,"stop":1728370158840,"duration":0}},{"uid":"732ebb9955552bd2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/732ebb9955552bd2","status":"passed","time":{"start":1728369257779,"stop":1728369257779,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4ba553986507f801","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4ba553986507f801","status":"passed","time":{"start":1728381743132,"stop":1728381743132,"duration":0}},{"uid":"8a2f79d459ef0429","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8a2f79d459ef0429","status":"passed","time":{"start":1728379550985,"stop":1728379550985,"duration":0}},{"uid":"d715ecb05621d4ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d715ecb05621d4ae","status":"passed","time":{"start":1728372211450,"stop":1728372211450,"duration":0}},{"uid":"5ee59a93a8e20279","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ee59a93a8e20279","status":"passed","time":{"start":1728370582330,"stop":1728370582330,"duration":0}},{"uid":"fa85fdffc1d751c9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fa85fdffc1d751c9","status":"passed","time":{"start":1728369674244,"stop":1728369674245,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e0448d1382da76e2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e0448d1382da76e2","status":"passed","time":{"start":1728381685603,"stop":1728381685604,"duration":1}},{"uid":"fcea69852a981091","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcea69852a981091","status":"passed","time":{"start":1728379484788,"stop":1728379484788,"duration":0}},{"uid":"f339381bcd153cd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f339381bcd153cd5","status":"passed","time":{"start":1728372130486,"stop":1728372130487,"duration":1}},{"uid":"ad4fec74eb8d7b35","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad4fec74eb8d7b35","status":"passed","time":{"start":1728370516481,"stop":1728370516482,"duration":1}},{"uid":"4a92946b333d305c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a92946b333d305c","status":"passed","time":{"start":1728369620715,"stop":1728369620716,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"10c455cc38e96183","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/10c455cc38e96183","status":"passed","time":{"start":1728381379238,"stop":1728381379239,"duration":1}},{"uid":"68686731b6af3460","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68686731b6af3460","status":"passed","time":{"start":1728379182446,"stop":1728379182446,"duration":0}},{"uid":"f67a1ec87a78d041","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f67a1ec87a78d041","status":"passed","time":{"start":1728371826622,"stop":1728371826622,"duration":0}},{"uid":"d58f7b0ddc950084","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d58f7b0ddc950084","status":"passed","time":{"start":1728370173934,"stop":1728370173935,"duration":1}},{"uid":"9ace7afc86da1184","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9ace7afc86da1184","status":"passed","time":{"start":1728369272866,"stop":1728369272867,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"310c25e0d70f8254","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/310c25e0d70f8254","status":"passed","time":{"start":1728381363572,"stop":1728381363573,"duration":1}},{"uid":"cd3e0089a519a081","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd3e0089a519a081","status":"passed","time":{"start":1728379166766,"stop":1728379166768,"duration":2}},{"uid":"a040d2dff52c42ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a040d2dff52c42ff","status":"passed","time":{"start":1728371810590,"stop":1728371810591,"duration":1}},{"uid":"24618084ec1e79c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24618084ec1e79c","status":"passed","time":{"start":1728370158405,"stop":1728370158406,"duration":1}},{"uid":"eb92cd755347753f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eb92cd755347753f","status":"passed","time":{"start":1728369256988,"stop":1728369256989,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5146cbc576ce5af8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5146cbc576ce5af8","status":"passed","time":{"start":1728381749025,"stop":1728381749025,"duration":0}},{"uid":"bb614c8034cc60ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bb614c8034cc60ff","status":"passed","time":{"start":1728379549660,"stop":1728379549660,"duration":0}},{"uid":"904f785c9d24d85f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/904f785c9d24d85f","status":"passed","time":{"start":1728372195413,"stop":1728372195413,"duration":0}},{"uid":"bcde39d8f9728add","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bcde39d8f9728add","status":"passed","time":{"start":1728370555241,"stop":1728370555241,"duration":0}},{"uid":"c0b9df8283fc781","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0b9df8283fc781","status":"passed","time":{"start":1728369639831,"stop":1728369639832,"duration":1}}]},"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"e516f2f2fccf334f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e516f2f2fccf334f","status":"passed","time":{"start":1728381613868,"stop":1728381613868,"duration":0}},{"uid":"d858c082b06a5d79","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d858c082b06a5d79","status":"passed","time":{"start":1728379419674,"stop":1728379419683,"duration":9}},{"uid":"e939382a586d5adb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e939382a586d5adb","status":"passed","time":{"start":1728372107440,"stop":1728372107440,"duration":0}},{"uid":"1e9fbb94f27e42c2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1e9fbb94f27e42c2","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626984,"stop":1728370626985,"duration":1}},{"uid":"339180f7ed3678f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/339180f7ed3678f7","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728514,"stop":1728369728514,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"31882c15f6681775","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/31882c15f6681775","status":"passed","time":{"start":1728381749059,"stop":1728381749060,"duration":1}},{"uid":"8d045af61f0e7326","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d045af61f0e7326","status":"passed","time":{"start":1728379549697,"stop":1728379549698,"duration":1}},{"uid":"f91b017966d85ada","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f91b017966d85ada","status":"passed","time":{"start":1728372195434,"stop":1728372195434,"duration":0}},{"uid":"8742d87b551dfa00","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8742d87b551dfa00","status":"passed","time":{"start":1728370555257,"stop":1728370555258,"duration":1}},{"uid":"801cc00679100d77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/801cc00679100d77","status":"passed","time":{"start":1728369639853,"stop":1728369639854,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e7363def886657ef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e7363def886657ef","status":"passed","time":{"start":1728381379240,"stop":1728381379241,"duration":1}},{"uid":"967c62be2064359d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/967c62be2064359d","status":"passed","time":{"start":1728379182447,"stop":1728379182447,"duration":0}},{"uid":"7f5303160b785981","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f5303160b785981","status":"passed","time":{"start":1728371826623,"stop":1728371826623,"duration":0}},{"uid":"b16020d6af4e2fdb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b16020d6af4e2fdb","status":"passed","time":{"start":1728370173935,"stop":1728370173936,"duration":1}},{"uid":"c9ecb72b91922249","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c9ecb72b91922249","status":"passed","time":{"start":1728369272867,"stop":1728369272870,"duration":3}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d269e6971188ba71","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d269e6971188ba71","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0}},{"uid":"f9204f63d926bea0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9204f63d926bea0","status":"passed","time":{"start":1728379498096,"stop":1728379498098,"duration":2}},{"uid":"2072f43f4ff0fb43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2072f43f4ff0fb43","status":"passed","time":{"start":1728372147559,"stop":1728372147559,"duration":0}},{"uid":"4ace75ed16395963","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4ace75ed16395963","status":"passed","time":{"start":1728370535021,"stop":1728370535023,"duration":2}},{"uid":"a41857a8b46b00f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a41857a8b46b00f8","status":"passed","time":{"start":1728369636372,"stop":1728369636372,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4bd7020e9c956caa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4bd7020e9c956caa","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0}},{"uid":"5db4571ea07442d6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5db4571ea07442d6","status":"passed","time":{"start":1728379329396,"stop":1728379329397,"duration":1}},{"uid":"76c7b1fc0ac87aad","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76c7b1fc0ac87aad","status":"passed","time":{"start":1728371973985,"stop":1728371973986,"duration":1}},{"uid":"7db4490452dc5006","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7db4490452dc5006","status":"passed","time":{"start":1728370320863,"stop":1728370320864,"duration":1}},{"uid":"e59786ea7923dc8a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e59786ea7923dc8a","status":"passed","time":{"start":1728369420226,"stop":1728369420226,"duration":0}}]},"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd3408f6cb805fd9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd3408f6cb805fd9","status":"passed","time":{"start":1728379197139,"stop":1728379197139,"duration":0}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a32019c974be87d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a32019c974be87d2","status":"passed","time":{"start":1728381719620,"stop":1728381719620,"duration":0}},{"uid":"929cb007e6150284","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/929cb007e6150284","status":"passed","time":{"start":1728379523095,"stop":1728379523098,"duration":3}},{"uid":"359d2a0ec881923","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/359d2a0ec881923","status":"passed","time":{"start":1728372169981,"stop":1728372169981,"duration":0}},{"uid":"339cccdbbe82ae1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/339cccdbbe82ae1b","status":"passed","time":{"start":1728370557093,"stop":1728370557095,"duration":2}},{"uid":"89589f3e852ea7c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89589f3e852ea7c3","status":"passed","time":{"start":1728369663459,"stop":1728369663459,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6255cb613808dd16","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6255cb613808dd16","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0}},{"uid":"2f12e6bd62e14559","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2f12e6bd62e14559","status":"passed","time":{"start":1728379293452,"stop":1728379293471,"duration":19}},{"uid":"a7c80c9f24386dec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7c80c9f24386dec","status":"passed","time":{"start":1728371932964,"stop":1728371932965,"duration":1}},{"uid":"568c7180dfaade56","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/568c7180dfaade56","status":"passed","time":{"start":1728370281705,"stop":1728370281705,"duration":0}},{"uid":"326e12b7d7525059","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/326e12b7d7525059","status":"passed","time":{"start":1728369376536,"stop":1728369376542,"duration":6}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4298492d9092687","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b4298492d9092687","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0}},{"uid":"f219652e0518816d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f219652e0518816d","status":"passed","time":{"start":1728379159032,"stop":1728379159032,"duration":0}},{"uid":"eeb750817a26b1cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eeb750817a26b1cc","status":"passed","time":{"start":1728371802915,"stop":1728371802915,"duration":0}},{"uid":"40a27eb5a9a4921e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/40a27eb5a9a4921e","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"ec6849bccd56d602","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ec6849bccd56d602","status":"passed","time":{"start":1728369249003,"stop":1728369249004,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7cdfd0df2b6fa45a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7cdfd0df2b6fa45a","status":"passed","time":{"start":1728381389458,"stop":1728381389459,"duration":1}},{"uid":"e68ac58ed884848c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e68ac58ed884848c","status":"passed","time":{"start":1728379192710,"stop":1728379192712,"duration":2}},{"uid":"c6159bbddcb3315d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6159bbddcb3315d","status":"passed","time":{"start":1728371836840,"stop":1728371836842,"duration":2}},{"uid":"533781a5f79c28f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/533781a5f79c28f2","status":"passed","time":{"start":1728370184423,"stop":1728370184425,"duration":2}},{"uid":"f1ea384f1a049bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f1ea384f1a049bc","status":"passed","time":{"start":1728369283255,"stop":1728369283256,"duration":1}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44ee6708e4f7c0aa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44ee6708e4f7c0aa","status":"passed","time":{"start":1728381756573,"stop":1728381756574,"duration":1}},{"uid":"6ba4a25d6219a002","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ba4a25d6219a002","status":"passed","time":{"start":1728379560458,"stop":1728379560458,"duration":0}},{"uid":"d691cc9b18421224","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d691cc9b18421224","status":"passed","time":{"start":1728372207707,"stop":1728372207707,"duration":0}},{"uid":"185fd775e310a857","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/185fd775e310a857","status":"passed","time":{"start":1728370596501,"stop":1728370596501,"duration":0}},{"uid":"d072dfb5a8223225","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d072dfb5a8223225","status":"passed","time":{"start":1728369687974,"stop":1728369687975,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f7816e609fdc2fb6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f7816e609fdc2fb6","status":"passed","time":{"start":1728381696821,"stop":1728381696821,"duration":0}},{"uid":"c81a644ba547c342","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c81a644ba547c342","status":"passed","time":{"start":1728379498091,"stop":1728379498091,"duration":0}},{"uid":"cc1cc16fc75b9d6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cc1cc16fc75b9d6c","status":"passed","time":{"start":1728372147545,"stop":1728372147546,"duration":1}},{"uid":"47d574d2db8a909a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47d574d2db8a909a","status":"passed","time":{"start":1728370534995,"stop":1728370534997,"duration":2}},{"uid":"94d70451f4f19ea2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/94d70451f4f19ea2","status":"passed","time":{"start":1728369636347,"stop":1728369636347,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88b8e7a6a01b9a8c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88b8e7a6a01b9a8c","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0}},{"uid":"ef2292641b27044f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef2292641b27044f","status":"passed","time":{"start":1728379329173,"stop":1728379329173,"duration":0}},{"uid":"13ec4b240ab5abd7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13ec4b240ab5abd7","status":"passed","time":{"start":1728371983995,"stop":1728371983995,"duration":0}},{"uid":"c16a3a704d4a0348","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c16a3a704d4a0348","status":"passed","time":{"start":1728370284348,"stop":1728370284348,"duration":0}},{"uid":"4f4f7775080496d7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f4f7775080496d7","status":"passed","time":{"start":1728369378880,"stop":1728369378880,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"910246da4a8caeb2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/910246da4a8caeb2","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0}},{"uid":"607a3422a8adfb69","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/607a3422a8adfb69","status":"passed","time":{"start":1728379576112,"stop":1728379576113,"duration":1}},{"uid":"2b79f3fec13d71b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b79f3fec13d71b6","status":"passed","time":{"start":1728372231470,"stop":1728372231470,"duration":0}},{"uid":"67d430146a530eca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67d430146a530eca","status":"passed","time":{"start":1728370655523,"stop":1728370655523,"duration":0}},{"uid":"a8e0f058162ae98d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8e0f058162ae98d","status":"passed","time":{"start":1728369731924,"stop":1728369731924,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3e2b3bbc1b96226","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3e2b3bbc1b96226","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0}},{"uid":"5e461d0b6afa1fce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e461d0b6afa1fce","status":"passed","time":{"start":1728379515540,"stop":1728379515541,"duration":1}},{"uid":"deb7faf9a4191e7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/deb7faf9a4191e7d","status":"passed","time":{"start":1728372171281,"stop":1728372171285,"duration":4}},{"uid":"8ea81b8736ef881a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ea81b8736ef881a","status":"passed","time":{"start":1728370522935,"stop":1728370522935,"duration":0}},{"uid":"d3b3ebf3c15b17bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3b3ebf3c15b17bd","status":"passed","time":{"start":1728369622028,"stop":1728369622028,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c07ce7651b245e28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c07ce7651b245e28","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0}},{"uid":"b75388cf37f0d825","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b75388cf37f0d825","status":"passed","time":{"start":1728379543298,"stop":1728379543298,"duration":0}},{"uid":"3e81895a4dc051ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3e81895a4dc051ff","status":"passed","time":{"start":1728372192284,"stop":1728372192285,"duration":1}},{"uid":"87556253a58815e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87556253a58815e1","status":"passed","time":{"start":1728370579152,"stop":1728370579153,"duration":1}},{"uid":"c3a4f67113d65df4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3a4f67113d65df4","status":"passed","time":{"start":1728369664327,"stop":1728369664329,"duration":2}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"919c379e8e9c6884","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/919c379e8e9c6884","status":"passed","time":{"start":1728381685600,"stop":1728381685601,"duration":1}},{"uid":"4a0030a4e4856142","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4a0030a4e4856142","status":"passed","time":{"start":1728379484786,"stop":1728379484787,"duration":1}},{"uid":"65dd1788a938961e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65dd1788a938961e","status":"passed","time":{"start":1728372130484,"stop":1728372130484,"duration":0}},{"uid":"5f9173e1bd33ba91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f9173e1bd33ba91","status":"passed","time":{"start":1728370516480,"stop":1728370516480,"duration":0}},{"uid":"f00b175f8b150fd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f00b175f8b150fd6","status":"passed","time":{"start":1728369620713,"stop":1728369620714,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e60dbcb07c932e27","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e60dbcb07c932e27","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0}},{"uid":"65b25e0b31c5058","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65b25e0b31c5058","status":"passed","time":{"start":1728379159005,"stop":1728379159006,"duration":1}},{"uid":"3442ddcd7fc2e893","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3442ddcd7fc2e893","status":"passed","time":{"start":1728371802892,"stop":1728371802892,"duration":0}},{"uid":"121226180845ead4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/121226180845ead4","status":"passed","time":{"start":1728370149919,"stop":1728370149925,"duration":6}},{"uid":"aa6b4dc2a0426429","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa6b4dc2a0426429","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d2c330fdad5dd3eb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d2c330fdad5dd3eb","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0}},{"uid":"1234c79a6db48e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1234c79a6db48e3","status":"passed","time":{"start":1728379159024,"stop":1728379159025,"duration":1}},{"uid":"7f29ddba34438268","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f29ddba34438268","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"593fe454082756b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/593fe454082756b","status":"passed","time":{"start":1728370149942,"stop":1728370149943,"duration":1}},{"uid":"2e1070c6b0eaa35e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e1070c6b0eaa35e","status":"passed","time":{"start":1728369248997,"stop":1728369248998,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2f972942f320d2f2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2f972942f320d2f2","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0}},{"uid":"5d22fb9bed258213","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5d22fb9bed258213","status":"passed","time":{"start":1728379565735,"stop":1728379565736,"duration":1}},{"uid":"17926bf0fd11df19","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17926bf0fd11df19","status":"passed","time":{"start":1728372228762,"stop":1728372228762,"duration":0}},{"uid":"96cb151e0ebe19fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/96cb151e0ebe19fd","status":"passed","time":{"start":1728370603965,"stop":1728370603965,"duration":0}},{"uid":"aee6670b4bfe01e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aee6670b4bfe01e9","status":"passed","time":{"start":1728369703127,"stop":1728369703128,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"908c32e32a6163d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/908c32e32a6163d0","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0}},{"uid":"fcb83711b3e96142","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcb83711b3e96142","status":"passed","time":{"start":1728379566957,"stop":1728379566957,"duration":0}},{"uid":"598b0a61027cffc4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/598b0a61027cffc4","status":"passed","time":{"start":1728372225666,"stop":1728372225666,"duration":0}},{"uid":"413fdf078067c458","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/413fdf078067c458","status":"passed","time":{"start":1728370613960,"stop":1728370613960,"duration":0}},{"uid":"833ae1f114dd66d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/833ae1f114dd66d4","status":"passed","time":{"start":1728369705617,"stop":1728369705620,"duration":3}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a01b9c281774df96","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a01b9c281774df96","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0}},{"uid":"ec6aca788594c7b3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ec6aca788594c7b3","status":"passed","time":{"start":1728379482936,"stop":1728379482937,"duration":1}},{"uid":"f5a1b6586d1b0964","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5a1b6586d1b0964","status":"passed","time":{"start":1728372134564,"stop":1728372134565,"duration":1}},{"uid":"685d7dbeb1ce2758","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/685d7dbeb1ce2758","status":"passed","time":{"start":1728370487877,"stop":1728370487878,"duration":1}},{"uid":"ee58f87e4a4f903f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ee58f87e4a4f903f","status":"passed","time":{"start":1728369590802,"stop":1728369590802,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5accb07e7b8a5bc9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5accb07e7b8a5bc9","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0}},{"uid":"64172670885f42b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/64172670885f42b5","status":"passed","time":{"start":1728379293471,"stop":1728379293471,"duration":0}},{"uid":"dea4f4514607d75d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dea4f4514607d75d","status":"passed","time":{"start":1728371932965,"stop":1728371932966,"duration":1}},{"uid":"ba9a07eab5466d72","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba9a07eab5466d72","status":"passed","time":{"start":1728370281705,"stop":1728370281710,"duration":5}},{"uid":"434e614bf07b6da7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/434e614bf07b6da7","status":"passed","time":{"start":1728369376542,"stop":1728369376542,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"376c1eeb192165b4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/376c1eeb192165b4","status":"passed","time":{"start":1728381358361,"stop":1728381358362,"duration":1}},{"uid":"df8fcd2f72b0a489","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df8fcd2f72b0a489","status":"passed","time":{"start":1728379161479,"stop":1728379161480,"duration":1}},{"uid":"b10fa297afba36f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b10fa297afba36f0","status":"passed","time":{"start":1728371805332,"stop":1728371805332,"duration":0}},{"uid":"9e79c3093e3fe246","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e79c3093e3fe246","status":"passed","time":{"start":1728370152477,"stop":1728370152477,"duration":0}},{"uid":"438332ad93d2d745","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/438332ad93d2d745","status":"passed","time":{"start":1728369251641,"stop":1728369251641,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bedf860ac2390c63","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bedf860ac2390c63","status":"passed","time":{"start":1728381658378,"stop":1728381658378,"duration":0}},{"uid":"74ec17af25af2655","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74ec17af25af2655","status":"passed","time":{"start":1728379460281,"stop":1728379460281,"duration":0}},{"uid":"eb18c423e68822b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eb18c423e68822b5","status":"passed","time":{"start":1728372105671,"stop":1728372105672,"duration":1}},{"uid":"a4ccdb455dbc4a4b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a4ccdb455dbc4a4b","status":"passed","time":{"start":1728370464140,"stop":1728370464144,"duration":4}},{"uid":"3b59b14493ccd46a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b59b14493ccd46a","status":"passed","time":{"start":1728369544867,"stop":1728369544868,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"def7af7ad0175d68","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/def7af7ad0175d68","status":"passed","time":{"start":1728381521327,"stop":1728381521340,"duration":13}},{"uid":"b8a3de7e046e6132","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8a3de7e046e6132","status":"passed","time":{"start":1728379329186,"stop":1728379329186,"duration":0}},{"uid":"79b5092426c8a6c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/79b5092426c8a6c8","status":"passed","time":{"start":1728371984010,"stop":1728371984010,"duration":0}},{"uid":"306db76a5c4dc854","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/306db76a5c4dc854","status":"passed","time":{"start":1728370284365,"stop":1728370284365,"duration":0}},{"uid":"ffbc350e717baf26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffbc350e717baf26","status":"passed","time":{"start":1728369378912,"stop":1728369378913,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a0e35b62a89568a3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a0e35b62a89568a3","status":"passed","time":{"start":1728381363574,"stop":1728381363575,"duration":1}},{"uid":"d85154852cc4988a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d85154852cc4988a","status":"passed","time":{"start":1728379166769,"stop":1728379166769,"duration":0}},{"uid":"c08a6046b6fc0a78","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c08a6046b6fc0a78","status":"passed","time":{"start":1728371810592,"stop":1728371810592,"duration":0}},{"uid":"733c1b28086d8e85","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/733c1b28086d8e85","status":"passed","time":{"start":1728370158406,"stop":1728370158407,"duration":1}},{"uid":"bf81b05f026c24ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bf81b05f026c24ec","status":"passed","time":{"start":1728369256990,"stop":1728369256990,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2a10c94dd5efdebb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2a10c94dd5efdebb","status":"passed","time":{"start":1728381680439,"stop":1728381680442,"duration":3}},{"uid":"9953d1562772c701","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9953d1562772c701","status":"passed","time":{"start":1728379482919,"stop":1728379482919,"duration":0}},{"uid":"17babe25a2fb6e0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17babe25a2fb6e0c","status":"passed","time":{"start":1728372134545,"stop":1728372134546,"duration":1}},{"uid":"aad0da8089ddbd60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aad0da8089ddbd60","status":"passed","time":{"start":1728370487860,"stop":1728370487860,"duration":0}},{"uid":"18b58e1c6f8711a6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/18b58e1c6f8711a6","status":"passed","time":{"start":1728369590787,"stop":1728369590787,"duration":0}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"24de4e88b556087b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/24de4e88b556087b","status":"passed","time":{"start":1728381355953,"stop":1728381355954,"duration":1}},{"uid":"9de9da16d64e919f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9de9da16d64e919f","status":"passed","time":{"start":1728379158994,"stop":1728379158995,"duration":1}},{"uid":"11b6b80769091e76","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/11b6b80769091e76","status":"passed","time":{"start":1728371802888,"stop":1728371802888,"duration":0}},{"uid":"2630f61dac66d9e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2630f61dac66d9e1","status":"passed","time":{"start":1728370149913,"stop":1728370149914,"duration":1}},{"uid":"f4535e785bc66a72","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f4535e785bc66a72","status":"passed","time":{"start":1728369248973,"stop":1728369248973,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4d36b6f1dc285ea7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4d36b6f1dc285ea7","status":"passed","time":{"start":1728381759211,"stop":1728381759211,"duration":0}},{"uid":"c2c7edf0066a515b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c2c7edf0066a515b","status":"passed","time":{"start":1728379560152,"stop":1728379560153,"duration":1}},{"uid":"8beefddcbc1760e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8beefddcbc1760e6","status":"passed","time":{"start":1728372216740,"stop":1728372216742,"duration":2}},{"uid":"cd4d96e8e26e8f8b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd4d96e8e26e8f8b","status":"passed","time":{"start":1728370607963,"stop":1728370607963,"duration":0}},{"uid":"158f08c973874f29","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/158f08c973874f29","status":"passed","time":{"start":1728369698568,"stop":1728369698569,"duration":1}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"666d0f0ef8d5816c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/666d0f0ef8d5816c","status":"passed","time":{"start":1728381745551,"stop":1728381745551,"duration":0}},{"uid":"59db651c8e9cf647","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59db651c8e9cf647","status":"passed","time":{"start":1728379547119,"stop":1728379547119,"duration":0}},{"uid":"1b5a17f2c3257205","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1b5a17f2c3257205","status":"passed","time":{"start":1728372200173,"stop":1728372200173,"duration":0}},{"uid":"d2b6f15ef21ad51d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2b6f15ef21ad51d","status":"passed","time":{"start":1728370581672,"stop":1728370581672,"duration":0}},{"uid":"2682d6082d317416","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2682d6082d317416","status":"passed","time":{"start":1728369674995,"stop":1728369674995,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7d7ebf222a75f6b7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d7ebf222a75f6b7","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0}},{"uid":"79fb21cf2e6640c5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79fb21cf2e6640c5","status":"passed","time":{"start":1728379549676,"stop":1728379549677,"duration":1}},{"uid":"636a1e9d298857e8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/636a1e9d298857e8","status":"passed","time":{"start":1728372195420,"stop":1728372195420,"duration":0}},{"uid":"46878aa72570a8c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/46878aa72570a8c1","status":"passed","time":{"start":1728370555247,"stop":1728370555247,"duration":0}},{"uid":"bcb8f332e694f928","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb8f332e694f928","status":"passed","time":{"start":1728369639838,"stop":1728369639838,"duration":0}}]},"e0a2cff2dc98b788cde09a3f11eb7cba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2b87cdb66c93be4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2b87cdb66c93be4","status":"passed","time":{"start":1728372200178,"stop":1728372200178,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e027cf8d4bdb8e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e027cf8d4bdb8e5","status":"passed","time":{"start":1728381363561,"stop":1728381363562,"duration":1}},{"uid":"3d2e33437cb5bc1e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d2e33437cb5bc1e","status":"passed","time":{"start":1728379166755,"stop":1728379166756,"duration":1}},{"uid":"c86a6b3e6a3ce0f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c86a6b3e6a3ce0f8","status":"passed","time":{"start":1728371810586,"stop":1728371810586,"duration":0}},{"uid":"8c09f084151f7ae4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8c09f084151f7ae4","status":"passed","time":{"start":1728370158402,"stop":1728370158402,"duration":0}},{"uid":"30f445040653700e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/30f445040653700e","status":"passed","time":{"start":1728369256983,"stop":1728369256984,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b1ca5f75520b2a5b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1ca5f75520b2a5b","status":"passed","time":{"start":1728381766200,"stop":1728381766200,"duration":0}},{"uid":"8bb0970d7209a4a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8bb0970d7209a4a5","status":"passed","time":{"start":1728379569500,"stop":1728379569500,"duration":0}},{"uid":"ee339a1ceda1ef5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee339a1ceda1ef5","status":"passed","time":{"start":1728372220863,"stop":1728372220863,"duration":0}},{"uid":"2eab5ec45266cac8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2eab5ec45266cac8","status":"passed","time":{"start":1728370605232,"stop":1728370605232,"duration":0}},{"uid":"524b73377725de07","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/524b73377725de07","status":"passed","time":{"start":1728369697452,"stop":1728369697452,"duration":0}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b571aad02751b712","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b571aad02751b712","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0}},{"uid":"6a3caa4abcec6380","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6a3caa4abcec6380","status":"passed","time":{"start":1728379159021,"stop":1728379159021,"duration":0}},{"uid":"9de29613402e1f60","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9de29613402e1f60","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"89dcfa770f8bfd45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89dcfa770f8bfd45","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"95c517f1e836721e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95c517f1e836721e","status":"passed","time":{"start":1728369248994,"stop":1728369248995,"duration":1}}]},"9f013d663851f5f4aef10a8901926e77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a95184517fdb6f3f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a95184517fdb6f3f","status":"passed","time":{"start":1728372134578,"stop":1728372134578,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"664c37e0f09ef5a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/664c37e0f09ef5a7","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0}},{"uid":"548eab70d603b9f4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/548eab70d603b9f4","status":"passed","time":{"start":1728379565738,"stop":1728379565738,"duration":0}},{"uid":"757bb85aa2c5608f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/757bb85aa2c5608f","status":"passed","time":{"start":1728372228764,"stop":1728372228765,"duration":1}},{"uid":"5af17473030a629a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5af17473030a629a","status":"passed","time":{"start":1728370603966,"stop":1728370603966,"duration":0}},{"uid":"2a3bcb51d596181f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2a3bcb51d596181f","status":"passed","time":{"start":1728369703130,"stop":1728369703131,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2472a850613e19ac","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2472a850613e19ac","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0}},{"uid":"48e4e8e1d51285c6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/48e4e8e1d51285c6","status":"passed","time":{"start":1728379550982,"stop":1728379550983,"duration":1}},{"uid":"8d9c93aed2898a88","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d9c93aed2898a88","status":"passed","time":{"start":1728372211443,"stop":1728372211444,"duration":1}},{"uid":"c39acf7dfb49b0f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c39acf7dfb49b0f2","status":"passed","time":{"start":1728370582328,"stop":1728370582328,"duration":0}},{"uid":"f34043d90590b39e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f34043d90590b39e","status":"passed","time":{"start":1728369674239,"stop":1728369674239,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2bb5995e914f49a4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2bb5995e914f49a4","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0}},{"uid":"3b159f3723c7b6fe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b159f3723c7b6fe","status":"passed","time":{"start":1728379182989,"stop":1728379182990,"duration":1}},{"uid":"73850387931bb473","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73850387931bb473","status":"passed","time":{"start":1728371826967,"stop":1728371826968,"duration":1}},{"uid":"fc07bb0a7e5738f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fc07bb0a7e5738f2","status":"passed","time":{"start":1728370174431,"stop":1728370174431,"duration":0}},{"uid":"7225dd879d7c2299","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7225dd879d7c2299","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"a5cb4fad75cb592e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a5cb4fad75cb592e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381379406,"stop":1728381379406,"duration":0}},{"uid":"ce481a1f75460e45","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce481a1f75460e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379182991,"stop":1728379182991,"duration":0}},{"uid":"272dc495ed0d603c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/272dc495ed0d603c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371826968,"stop":1728371826969,"duration":1}},{"uid":"d39dc5b78de95ed3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d39dc5b78de95ed3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370174432,"stop":1728370174432,"duration":0}},{"uid":"134823fd379d992f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/134823fd379d992f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369273241,"stop":1728369273241,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94183757dd58d059","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/94183757dd58d059","status":"passed","time":{"start":1728381521290,"stop":1728381521291,"duration":1}},{"uid":"a0630106232c3bbb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0630106232c3bbb","status":"passed","time":{"start":1728379329171,"stop":1728379329171,"duration":0}},{"uid":"2352d188882a403a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2352d188882a403a","status":"passed","time":{"start":1728371983993,"stop":1728371983994,"duration":1}},{"uid":"a2c7642a3db2a69c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a2c7642a3db2a69c","status":"passed","time":{"start":1728370284346,"stop":1728370284346,"duration":0}},{"uid":"4b82526eac7677ca","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b82526eac7677ca","status":"passed","time":{"start":1728369378878,"stop":1728369378879,"duration":1}}]},"6864aa41244a025919e4fef322b9bad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a290163d2f8b5d6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a290163d2f8b5d6d","status":"passed","time":{"start":1728370464129,"stop":1728370464130,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b0e8f1c89044701","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b0e8f1c89044701","status":"passed","time":{"start":1728381749051,"stop":1728381749052,"duration":1}},{"uid":"a51c23917e6aeafd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a51c23917e6aeafd","status":"passed","time":{"start":1728379549692,"stop":1728379549692,"duration":0}},{"uid":"d422f5a1dcabd977","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d422f5a1dcabd977","status":"passed","time":{"start":1728372195431,"stop":1728372195431,"duration":0}},{"uid":"fc3c4419b08a7508","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fc3c4419b08a7508","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"5808eaae1985a1cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5808eaae1985a1cc","status":"passed","time":{"start":1728369639849,"stop":1728369639850,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f8c9c82cd6962a80","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8c9c82cd6962a80","status":"passed","time":{"start":1728381415525,"stop":1728381415525,"duration":0}},{"uid":"91f6721051894646","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91f6721051894646","status":"passed","time":{"start":1728379221894,"stop":1728379221894,"duration":0}},{"uid":"cd6c6598b045e639","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cd6c6598b045e639","status":"passed","time":{"start":1728371864342,"stop":1728371864346,"duration":4}},{"uid":"ef61952c64911b8d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ef61952c64911b8d","status":"passed","time":{"start":1728370211393,"stop":1728370211393,"duration":0}},{"uid":"f5e8fa20842d2f6e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f5e8fa20842d2f6e","status":"passed","time":{"start":1728369310550,"stop":1728369310550,"duration":0}}]},"9b6e5dcdaa624a2120a5d29d31b02694:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8001eda597e7f045","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8001eda597e7f045","status":"passed","time":{"start":1728372200178,"stop":1728372200179,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3945066fbfded2e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3945066fbfded2e","status":"passed","time":{"start":1728381766197,"stop":1728381766199,"duration":2}},{"uid":"98ccdca14d14e7bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98ccdca14d14e7bd","status":"passed","time":{"start":1728379569498,"stop":1728379569499,"duration":1}},{"uid":"754628d6d7c4bed9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/754628d6d7c4bed9","status":"passed","time":{"start":1728372220852,"stop":1728372220852,"duration":0}},{"uid":"b25925011179f5ae","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b25925011179f5ae","status":"passed","time":{"start":1728370605231,"stop":1728370605231,"duration":0}},{"uid":"b793515a93adb873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b793515a93adb873","status":"passed","time":{"start":1728369697448,"stop":1728369697451,"duration":3}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5edb339d6e36e4f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5edb339d6e36e4f","status":"passed","time":{"start":1728381696834,"stop":1728381696838,"duration":4}},{"uid":"fb604020113dae6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb604020113dae6a","status":"passed","time":{"start":1728379498100,"stop":1728379498101,"duration":1}},{"uid":"4e33355d553ce2d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4e33355d553ce2d3","status":"passed","time":{"start":1728372147562,"stop":1728372147563,"duration":1}},{"uid":"9e3083f9be3a86f3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e3083f9be3a86f3","status":"passed","time":{"start":1728370535029,"stop":1728370535032,"duration":3}},{"uid":"76d078a879f223d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76d078a879f223d4","status":"passed","time":{"start":1728369636375,"stop":1728369636375,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9833ef5b3b031a50","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9833ef5b3b031a50","status":"passed","time":{"start":1728381449300,"stop":1728381449301,"duration":1}},{"uid":"7c10ac267aa70101","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7c10ac267aa70101","status":"passed","time":{"start":1728379255035,"stop":1728379255036,"duration":1}},{"uid":"f48c309503812998","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f48c309503812998","status":"passed","time":{"start":1728371896757,"stop":1728371896757,"duration":0}},{"uid":"872ad5e748f96809","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/872ad5e748f96809","status":"passed","time":{"start":1728370245300,"stop":1728370245301,"duration":1}},{"uid":"d09c756697d47098","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d09c756697d47098","status":"passed","time":{"start":1728369344219,"stop":1728369344224,"duration":5}}]},"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"208744d90188df32","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/208744d90188df32","status":"passed","time":{"start":1728381613866,"stop":1728381613867,"duration":1}},{"uid":"53246069d24fa735","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53246069d24fa735","status":"passed","time":{"start":1728379419673,"stop":1728379419673,"duration":0}},{"uid":"fb8bec04625b538","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb8bec04625b538","status":"passed","time":{"start":1728372107436,"stop":1728372107437,"duration":1}},{"uid":"5e7ef4d89df20bf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e7ef4d89df20bf3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626981,"stop":1728370626981,"duration":0}},{"uid":"a5553b94ffc03b94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5553b94ffc03b94","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728511,"stop":1728369728511,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c001f880817495","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6c001f880817495","status":"passed","time":{"start":1728381634308,"stop":1728381634309,"duration":1}},{"uid":"2ef92e0f2c1cf272","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2ef92e0f2c1cf272","status":"passed","time":{"start":1728379439872,"stop":1728379439872,"duration":0}},{"uid":"ff26867a47c06797","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff26867a47c06797","status":"passed","time":{"start":1728372083102,"stop":1728372083108,"duration":6}},{"uid":"9c643d0000b1b447","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9c643d0000b1b447","status":"passed","time":{"start":1728370464873,"stop":1728370464874,"duration":1}},{"uid":"c42dbeba5295557e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c42dbeba5295557e","status":"passed","time":{"start":1728369559763,"stop":1728369559764,"duration":1}}]},"746fd5bd1bbdd123b2c935cce5340666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3ae4264bf68c852","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e3ae4264bf68c852","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7e0cd54ea2018c9d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e0cd54ea2018c9d","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0}},{"uid":"5a79ca4d5309ab67","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a79ca4d5309ab67","status":"passed","time":{"start":1728379493840,"stop":1728379493840,"duration":0}},{"uid":"1a0feb1e951e5102","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a0feb1e951e5102","status":"passed","time":{"start":1728372140943,"stop":1728372140943,"duration":0}},{"uid":"608badaa36ef8d88","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/608badaa36ef8d88","status":"passed","time":{"start":1728370524956,"stop":1728370524957,"duration":1}},{"uid":"3b812835e5d6da16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b812835e5d6da16","status":"passed","time":{"start":1728369630392,"stop":1728369630393,"duration":1}}]},"6f1d7441e7db5cb5185ffa9847c6aa71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ad62762cb5b2ab3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ad62762cb5b2ab3","status":"passed","time":{"start":1728372134577,"stop":1728372134578,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9cef2f21200ad10f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9cef2f21200ad10f","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0}},{"uid":"988007795622ecd8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/988007795622ecd8","status":"passed","time":{"start":1728379167594,"stop":1728379167595,"duration":1}},{"uid":"172adbb4261a346","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/172adbb4261a346","status":"passed","time":{"start":1728371811375,"stop":1728371811376,"duration":1}},{"uid":"f99912792a92f7fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f99912792a92f7fb","status":"passed","time":{"start":1728370158837,"stop":1728370158837,"duration":0}},{"uid":"7512eb8757fed1a5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7512eb8757fed1a5","status":"passed","time":{"start":1728369257776,"stop":1728369257776,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"38e14018b7e874d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/38e14018b7e874d0","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0}},{"uid":"aff0e80880fd8294","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aff0e80880fd8294","status":"passed","time":{"start":1728379159020,"stop":1728379159021,"duration":1}},{"uid":"1ba90066f5af96af","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1ba90066f5af96af","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"1734b89a7ac81b86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1734b89a7ac81b86","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"f541dba79a9e56","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f541dba79a9e56","status":"passed","time":{"start":1728369248994,"stop":1728369248994,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"de2232b3ef9c7411","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/de2232b3ef9c7411","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0}},{"uid":"65bff9f219af65b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65bff9f219af65b6","status":"passed","time":{"start":1728379576342,"stop":1728379576342,"duration":0}},{"uid":"38fcb2477e428774","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38fcb2477e428774","status":"passed","time":{"start":1728372230818,"stop":1728372230818,"duration":0}},{"uid":"e0beaaed0a9a63e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e0beaaed0a9a63e5","status":"passed","time":{"start":1728370630212,"stop":1728370630212,"duration":0}},{"uid":"5ee1264e4fa6281c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ee1264e4fa6281c","status":"passed","time":{"start":1728369712263,"stop":1728369712263,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ac04b0703443c900","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ac04b0703443c900","status":"passed","time":{"start":1728381660636,"stop":1728381660637,"duration":1}},{"uid":"ca536fdd47b76ebf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca536fdd47b76ebf","status":"passed","time":{"start":1728379462180,"stop":1728379462181,"duration":1}},{"uid":"a36b824dbd28bab5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a36b824dbd28bab5","status":"passed","time":{"start":1728372110411,"stop":1728372110412,"duration":1}},{"uid":"896ba0914a6fdc95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/896ba0914a6fdc95","status":"passed","time":{"start":1728370489669,"stop":1728370489670,"duration":1}},{"uid":"8b06d3315b0debb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8b06d3315b0debb","status":"passed","time":{"start":1728369593941,"stop":1728369593941,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"97dde13f6838ad48","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97dde13f6838ad48","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0}},{"uid":"1fe9b669e2a40d5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fe9b669e2a40d5d","status":"passed","time":{"start":1728379576344,"stop":1728379576344,"duration":0}},{"uid":"a5bebfa7ef006721","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5bebfa7ef006721","status":"passed","time":{"start":1728372230819,"stop":1728372230819,"duration":0}},{"uid":"4e054a8d1f691dde","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4e054a8d1f691dde","status":"passed","time":{"start":1728370630213,"stop":1728370630213,"duration":0}},{"uid":"92b9e84d1ec7dd6d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/92b9e84d1ec7dd6d","status":"passed","time":{"start":1728369712265,"stop":1728369712265,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88eefff83fbab9cb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88eefff83fbab9cb","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0}},{"uid":"f92836f861a3c08f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f92836f861a3c08f","status":"passed","time":{"start":1728379167596,"stop":1728379167596,"duration":0}},{"uid":"620cbf492d48a287","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/620cbf492d48a287","status":"passed","time":{"start":1728371811376,"stop":1728371811377,"duration":1}},{"uid":"bb0b8e623da35a25","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb0b8e623da35a25","status":"passed","time":{"start":1728370158838,"stop":1728370158838,"duration":0}},{"uid":"8e305961bcabbd4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8e305961bcabbd4","status":"passed","time":{"start":1728369257777,"stop":1728369257777,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"67743b7b75cd1aa3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/67743b7b75cd1aa3","status":"passed","time":{"start":1728381716490,"stop":1728381716492,"duration":2}},{"uid":"f9454b791a019c37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9454b791a019c37","status":"passed","time":{"start":1728379524436,"stop":1728379524436,"duration":0}},{"uid":"2d214f7226bb6895","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d214f7226bb6895","status":"passed","time":{"start":1728372187033,"stop":1728372187034,"duration":1}},{"uid":"9380a8c9eea0fbeb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9380a8c9eea0fbeb","status":"passed","time":{"start":1728370559624,"stop":1728370559625,"duration":1}},{"uid":"e9ad96be2193795b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9ad96be2193795b","status":"passed","time":{"start":1728369646202,"stop":1728369646204,"duration":2}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34a9cbd8930f2e4c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34a9cbd8930f2e4c","status":"passed","time":{"start":1728381521341,"stop":1728381521342,"duration":1}},{"uid":"16ca2f0de90662","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16ca2f0de90662","status":"passed","time":{"start":1728379329186,"stop":1728379329187,"duration":1}},{"uid":"28fd3cc27185d6ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/28fd3cc27185d6ae","status":"passed","time":{"start":1728371984010,"stop":1728371984010,"duration":0}},{"uid":"209b12af98538b7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/209b12af98538b7","status":"passed","time":{"start":1728370284365,"stop":1728370284365,"duration":0}},{"uid":"e9f14aee9959e55a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9f14aee9959e55a","status":"passed","time":{"start":1728369378913,"stop":1728369378913,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a36ef6b070612ca","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5a36ef6b070612ca","status":"passed","time":{"start":1728381521304,"stop":1728381521304,"duration":0}},{"uid":"994ac10ffd62805e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/994ac10ffd62805e","status":"passed","time":{"start":1728379329177,"stop":1728379329178,"duration":1}},{"uid":"74f8f159a2976d77","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74f8f159a2976d77","status":"passed","time":{"start":1728371984003,"stop":1728371984003,"duration":0}},{"uid":"6fa7cd13a31668e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6fa7cd13a31668e1","status":"passed","time":{"start":1728370284356,"stop":1728370284357,"duration":1}},{"uid":"a23c784589a71ba1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a23c784589a71ba1","status":"passed","time":{"start":1728369378895,"stop":1728369378898,"duration":3}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4401730d9345b4b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b4401730d9345b4b","status":"passed","time":{"start":1728381759213,"stop":1728381759213,"duration":0}},{"uid":"3bfb208c59703873","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3bfb208c59703873","status":"passed","time":{"start":1728379560162,"stop":1728379560163,"duration":1}},{"uid":"97edc897b475774f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/97edc897b475774f","status":"passed","time":{"start":1728372216744,"stop":1728372216744,"duration":0}},{"uid":"e2ef87fcaa5c8e35","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e2ef87fcaa5c8e35","status":"passed","time":{"start":1728370607966,"stop":1728370607966,"duration":0}},{"uid":"d4117c0aa9c6e514","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4117c0aa9c6e514","status":"passed","time":{"start":1728369698571,"stop":1728369698571,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5b6348d7b2306fc9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5b6348d7b2306fc9","status":"passed","time":{"start":1728381363567,"stop":1728381363568,"duration":1}},{"uid":"80ce242c90be5a83","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/80ce242c90be5a83","status":"passed","time":{"start":1728379166762,"stop":1728379166763,"duration":1}},{"uid":"c8a2935e315da94e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8a2935e315da94e","status":"passed","time":{"start":1728371810588,"stop":1728371810588,"duration":0}},{"uid":"ff169d36c0d4efbf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff169d36c0d4efbf","status":"passed","time":{"start":1728370158404,"stop":1728370158404,"duration":0}},{"uid":"a3687e3c416973d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3687e3c416973d0","status":"passed","time":{"start":1728369256986,"stop":1728369256986,"duration":0}}]},"cdeeeaa12a21ff675e01c2039df553ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"948f6bec57d4b6b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/948f6bec57d4b6b2","status":"passed","time":{"start":1728379482964,"stop":1728379482964,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"45d5145f7b6115ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/45d5145f7b6115ce","status":"passed","time":{"start":1728381358362,"stop":1728381358363,"duration":1}},{"uid":"5e5f2522f27613c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e5f2522f27613c","status":"passed","time":{"start":1728379161480,"stop":1728379161481,"duration":1}},{"uid":"5003764d725ad662","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5003764d725ad662","status":"passed","time":{"start":1728371805333,"stop":1728371805333,"duration":0}},{"uid":"83c2c6e58b982c29","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83c2c6e58b982c29","status":"passed","time":{"start":1728370152477,"stop":1728370152478,"duration":1}},{"uid":"1b4fa22acca8bc65","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1b4fa22acca8bc65","status":"passed","time":{"start":1728369251642,"stop":1728369251642,"duration":0}}]},"9804cd7f39a814f629994b67252887e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"884a855ebb41eba0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/884a855ebb41eba0","status":"passed","time":{"start":1728381719621,"stop":1728381719621,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fcd9733f9d700d7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fcd9733f9d700d7","status":"passed","time":{"start":1728381774347,"stop":1728381774347,"duration":0}},{"uid":"91a879e8527c3a65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91a879e8527c3a65","status":"passed","time":{"start":1728379576343,"stop":1728379576343,"duration":0}},{"uid":"4e2351f6b119666b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4e2351f6b119666b","status":"passed","time":{"start":1728372230818,"stop":1728372230819,"duration":1}},{"uid":"fab01b6c9998648b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fab01b6c9998648b","status":"passed","time":{"start":1728370630212,"stop":1728370630213,"duration":1}},{"uid":"39a390f2fb38e201","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/39a390f2fb38e201","status":"passed","time":{"start":1728369712263,"stop":1728369712264,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"58aec949c205dad4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/58aec949c205dad4","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0}},{"uid":"6bf85360157f0b02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6bf85360157f0b02","status":"passed","time":{"start":1728379255027,"stop":1728379255029,"duration":2}},{"uid":"38b1949d6e3dd1fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38b1949d6e3dd1fe","status":"passed","time":{"start":1728371896753,"stop":1728371896753,"duration":0}},{"uid":"ba587b9d068f01bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba587b9d068f01bc","status":"passed","time":{"start":1728370245292,"stop":1728370245292,"duration":0}},{"uid":"6c92baebed563dbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6c92baebed563dbe","status":"passed","time":{"start":1728369344211,"stop":1728369344213,"duration":2}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"19638e744faa9552","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/19638e744faa9552","status":"passed","time":{"start":1728381766730,"stop":1728381766730,"duration":0}},{"uid":"d1d791ca7d3f3ec9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1d791ca7d3f3ec9","status":"passed","time":{"start":1728379566958,"stop":1728379566958,"duration":0}},{"uid":"e819ba9b70222467","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e819ba9b70222467","status":"passed","time":{"start":1728372225667,"stop":1728372225667,"duration":0}},{"uid":"bda86d1efd08f5ef","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bda86d1efd08f5ef","status":"passed","time":{"start":1728370613962,"stop":1728370613963,"duration":1}},{"uid":"d3bc96129c3609a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3bc96129c3609a","status":"passed","time":{"start":1728369705621,"stop":1728369705622,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"27dc9a2ee56a35fd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/27dc9a2ee56a35fd","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0}},{"uid":"ca64695f401d24ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca64695f401d24ce","status":"passed","time":{"start":1728379329398,"stop":1728379329398,"duration":0}},{"uid":"97eb430becc380d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/97eb430becc380d1","status":"passed","time":{"start":1728371973990,"stop":1728371973991,"duration":1}},{"uid":"834e0ac3d29c41da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/834e0ac3d29c41da","status":"passed","time":{"start":1728370320865,"stop":1728370320865,"duration":0}},{"uid":"3822a5bfff4a3a1e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3822a5bfff4a3a1e","status":"passed","time":{"start":1728369420242,"stop":1728369420243,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"75a55e5861f648b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/75a55e5861f648b","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0}},{"uid":"95e0c72439031f88","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/95e0c72439031f88","status":"passed","time":{"start":1728379482935,"stop":1728379482936,"duration":1}},{"uid":"1971325d740e25f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1971325d740e25f5","status":"passed","time":{"start":1728372134562,"stop":1728372134564,"duration":2}},{"uid":"4440691f53a54515","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4440691f53a54515","status":"passed","time":{"start":1728370487876,"stop":1728370487876,"duration":0}},{"uid":"ffd881e3e6328c60","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffd881e3e6328c60","status":"passed","time":{"start":1728369590802,"stop":1728369590802,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2dca24f262c7229c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2dca24f262c7229c","status":"passed","time":{"start":1728381680444,"stop":1728381680445,"duration":1}},{"uid":"2483c33019c1354a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2483c33019c1354a","status":"passed","time":{"start":1728379482919,"stop":1728379482920,"duration":1}},{"uid":"364810f5039610b2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/364810f5039610b2","status":"passed","time":{"start":1728372134546,"stop":1728372134546,"duration":0}},{"uid":"107290582e0227a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/107290582e0227a9","status":"passed","time":{"start":1728370487862,"stop":1728370487863,"duration":1}},{"uid":"9655ef20b2c7a94f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9655ef20b2c7a94f","status":"passed","time":{"start":1728369590788,"stop":1728369590789,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1028ffb35aa81385","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1028ffb35aa81385","status":"passed","time":{"start":1728381689152,"stop":1728381689152,"duration":0}},{"uid":"d4ebac3e7a80567b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d4ebac3e7a80567b","status":"passed","time":{"start":1728379493842,"stop":1728379493843,"duration":1}},{"uid":"9061c08d447abf3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9061c08d447abf3b","status":"passed","time":{"start":1728372140945,"stop":1728372140945,"duration":0}},{"uid":"17eb8308cd1f4e89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/17eb8308cd1f4e89","status":"passed","time":{"start":1728370524959,"stop":1728370524959,"duration":0}},{"uid":"a427c81fb1246e89","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a427c81fb1246e89","status":"passed","time":{"start":1728369630396,"stop":1728369630396,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"49e5ee549841635","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/49e5ee549841635","status":"passed","time":{"start":1728381379243,"stop":1728381379244,"duration":1}},{"uid":"377d867b496cbd18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/377d867b496cbd18","status":"passed","time":{"start":1728379182449,"stop":1728379182449,"duration":0}},{"uid":"ecba7c27eb911532","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ecba7c27eb911532","status":"passed","time":{"start":1728371826624,"stop":1728371826625,"duration":1}},{"uid":"b23d2d098d642e06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b23d2d098d642e06","status":"passed","time":{"start":1728370173937,"stop":1728370173937,"duration":0}},{"uid":"bdc48f1a11b341fc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bdc48f1a11b341fc","status":"passed","time":{"start":1728369272872,"stop":1728369272872,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"96ea9116538404b5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/96ea9116538404b5","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0}},{"uid":"2c7e63f4822235e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2c7e63f4822235e6","status":"passed","time":{"start":1728379524442,"stop":1728379524442,"duration":0}},{"uid":"e1e0ff85f038538","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e1e0ff85f038538","status":"passed","time":{"start":1728372187035,"stop":1728372187036,"duration":1}},{"uid":"a77f7c1db5545b97","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a77f7c1db5545b97","status":"passed","time":{"start":1728370559628,"stop":1728370559629,"duration":1}},{"uid":"86facd2b04be5928","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86facd2b04be5928","status":"passed","time":{"start":1728369646205,"stop":1728369646206,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f28f2b27e835e618","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f28f2b27e835e618","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0}},{"uid":"579505d5cd2949b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/579505d5cd2949b","status":"passed","time":{"start":1728379460259,"stop":1728379460260,"duration":1}},{"uid":"57f53bda6e26f9d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57f53bda6e26f9d1","status":"passed","time":{"start":1728372105659,"stop":1728372105660,"duration":1}},{"uid":"ba0fdcb5e08659da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba0fdcb5e08659da","status":"passed","time":{"start":1728370464118,"stop":1728370464118,"duration":0}},{"uid":"9e7519fb79726b37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9e7519fb79726b37","status":"passed","time":{"start":1728369544854,"stop":1728369544854,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d58e2a38548c05ea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d58e2a38548c05ea","status":"passed","time":{"start":1728381615368,"stop":1728381615368,"duration":0}},{"uid":"5dd313bdb7b3fa44","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dd313bdb7b3fa44","status":"passed","time":{"start":1728379422774,"stop":1728379422775,"duration":1}},{"uid":"766f3caab3a819bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/766f3caab3a819bb","status":"passed","time":{"start":1728372057767,"stop":1728372057768,"duration":1}},{"uid":"bbe6bda7fe885cfa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bbe6bda7fe885cfa","status":"passed","time":{"start":1728370439666,"stop":1728370439669,"duration":3}},{"uid":"7f2a9d9a45707ff1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f2a9d9a45707ff1","status":"passed","time":{"start":1728369540007,"stop":1728369540007,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91a4d8bc74f2d447","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/91a4d8bc74f2d447","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0}},{"uid":"a80a44f2e4422c32","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a80a44f2e4422c32","status":"passed","time":{"start":1728379366500,"stop":1728379366501,"duration":1}},{"uid":"f3a42b916593c4c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f3a42b916593c4c6","status":"passed","time":{"start":1728371996030,"stop":1728371996031,"duration":1}},{"uid":"c1ee7b7265375201","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c1ee7b7265375201","status":"passed","time":{"start":1728370345146,"stop":1728370345149,"duration":3}},{"uid":"ea6ae88ba779096","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea6ae88ba779096","status":"passed","time":{"start":1728369447294,"stop":1728369447294,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9032620741c2a6f1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9032620741c2a6f1","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0}},{"uid":"90d2621e57880d03","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/90d2621e57880d03","status":"passed","time":{"start":1728379159030,"stop":1728379159031,"duration":1}},{"uid":"ba197788eeff9a40","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba197788eeff9a40","status":"passed","time":{"start":1728371802914,"stop":1728371802914,"duration":0}},{"uid":"20ed6f0419040d33","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/20ed6f0419040d33","status":"passed","time":{"start":1728370149948,"stop":1728370149948,"duration":0}},{"uid":"bfc3a7aaa76db929","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bfc3a7aaa76db929","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"c1501275fafb8ebcd62c18aea7b0f450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67caa04bfd165f69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/67caa04bfd165f69","status":"passed","time":{"start":1728381745557,"stop":1728381745558,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bdde42fa41b3a66c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bdde42fa41b3a66c","status":"passed","time":{"start":1728381763777,"stop":1728381763778,"duration":1}},{"uid":"da5d21d43ae0aa95","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/da5d21d43ae0aa95","status":"passed","time":{"start":1728379572279,"stop":1728379572280,"duration":1}},{"uid":"52f76033beb6bfa9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52f76033beb6bfa9","status":"passed","time":{"start":1728372221524,"stop":1728372221524,"duration":0}},{"uid":"320b2575f97e2951","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/320b2575f97e2951","status":"passed","time":{"start":1728370607712,"stop":1728370607712,"duration":0}},{"uid":"5805f11d5945e4da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5805f11d5945e4da","status":"passed","time":{"start":1728369690181,"stop":1728369690182,"duration":1}}]},"4f61d4441385b63704ea6dd32b4061c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68267e7bedc3a25a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/68267e7bedc3a25a","status":"passed","time":{"start":1728372200180,"stop":1728372200180,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea8f65d6e2e46470","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea8f65d6e2e46470","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0}},{"uid":"384ca4b7a011a1a4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/384ca4b7a011a1a4","status":"passed","time":{"start":1728379460280,"stop":1728379460281,"duration":1}},{"uid":"79aaa3c9168da07a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/79aaa3c9168da07a","status":"passed","time":{"start":1728372105671,"stop":1728372105671,"duration":0}},{"uid":"8a1a8990a4bc6a1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a1a8990a4bc6a1b","status":"passed","time":{"start":1728370464139,"stop":1728370464139,"duration":0}},{"uid":"b1858de49dc2d801","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1858de49dc2d801","status":"passed","time":{"start":1728369544866,"stop":1728369544867,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e5fb6ed351aaa6f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e5fb6ed351aaa6f","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0}},{"uid":"6d935f7e06ac5f53","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d935f7e06ac5f53","status":"passed","time":{"start":1728379482926,"stop":1728379482927,"duration":1}},{"uid":"ae28b2b037fdeba3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae28b2b037fdeba3","status":"passed","time":{"start":1728372134549,"stop":1728372134549,"duration":0}},{"uid":"6a6594f399ef9dc7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a6594f399ef9dc7","status":"passed","time":{"start":1728370487868,"stop":1728370487868,"duration":0}},{"uid":"f3dc6aeb9adc8b89","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3dc6aeb9adc8b89","status":"passed","time":{"start":1728369590792,"stop":1728369590792,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bcb0706e0332cbac","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bcb0706e0332cbac","status":"passed","time":{"start":1728381423073,"stop":1728381423074,"duration":1}},{"uid":"76c9b4228e7e9e02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76c9b4228e7e9e02","status":"passed","time":{"start":1728379224167,"stop":1728379224168,"duration":1}},{"uid":"bdaaffb9ca6a6ff1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bdaaffb9ca6a6ff1","status":"passed","time":{"start":1728371870689,"stop":1728371870690,"duration":1}},{"uid":"854b6050830ebcfc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/854b6050830ebcfc","status":"passed","time":{"start":1728370215349,"stop":1728370215350,"duration":1}},{"uid":"9d6fcb06039300bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d6fcb06039300bf","status":"passed","time":{"start":1728369314831,"stop":1728369314831,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ac18acd62f7168b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6ac18acd62f7168b","status":"passed","time":{"start":1728381689142,"stop":1728381689143,"duration":1}},{"uid":"61c175569efd5dd1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61c175569efd5dd1","status":"passed","time":{"start":1728379493786,"stop":1728379493801,"duration":15}},{"uid":"c32ef4c038ce5806","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c32ef4c038ce5806","status":"passed","time":{"start":1728372140935,"stop":1728372140935,"duration":0}},{"uid":"8cad7885bfc1a7eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8cad7885bfc1a7eb","status":"passed","time":{"start":1728370524954,"stop":1728370524954,"duration":0}},{"uid":"4a773b58b149443b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a773b58b149443b","status":"passed","time":{"start":1728369630385,"stop":1728369630386,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2a5969faab7d60c4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2a5969faab7d60c4","status":"passed","time":{"start":1728381363573,"stop":1728381363574,"duration":1}},{"uid":"e62b3d5fbd2cc6a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e62b3d5fbd2cc6a8","status":"passed","time":{"start":1728379166768,"stop":1728379166768,"duration":0}},{"uid":"3a9a8d0508100603","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3a9a8d0508100603","status":"passed","time":{"start":1728371810591,"stop":1728371810591,"duration":0}},{"uid":"d08dbc69590a0341","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d08dbc69590a0341","status":"passed","time":{"start":1728370158406,"stop":1728370158406,"duration":0}},{"uid":"e8dda903294d85bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e8dda903294d85bf","status":"passed","time":{"start":1728369256989,"stop":1728369256989,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"116588cc63be10d3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/116588cc63be10d3","status":"passed","time":{"start":1728381521319,"stop":1728381521319,"duration":0}},{"uid":"b3133cd204cc7ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3133cd204cc7ff","status":"passed","time":{"start":1728379329182,"stop":1728379329183,"duration":1}},{"uid":"a18a564a1568bb72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a18a564a1568bb72","status":"passed","time":{"start":1728371984007,"stop":1728371984007,"duration":0}},{"uid":"72d5a975da8756fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72d5a975da8756fb","status":"passed","time":{"start":1728370284362,"stop":1728370284363,"duration":1}},{"uid":"f64a1eac562ebd90","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f64a1eac562ebd90","status":"passed","time":{"start":1728369378910,"stop":1728369378910,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5c451e3a25f56cb0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c451e3a25f56cb0","status":"passed","time":{"start":1728381615369,"stop":1728381615369,"duration":0}},{"uid":"ef2db6515613187d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef2db6515613187d","status":"passed","time":{"start":1728379422775,"stop":1728379422776,"duration":1}},{"uid":"cf64cb9225145778","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf64cb9225145778","status":"passed","time":{"start":1728372057772,"stop":1728372057772,"duration":0}},{"uid":"339335e88d1c55d5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/339335e88d1c55d5","status":"passed","time":{"start":1728370439671,"stop":1728370439673,"duration":2}},{"uid":"a18d6a000bf1be28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a18d6a000bf1be28","status":"passed","time":{"start":1728369540008,"stop":1728369540008,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2199e9e826a60c52","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2199e9e826a60c52","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0}},{"uid":"458b5d9cc2b04089","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/458b5d9cc2b04089","status":"passed","time":{"start":1728379262344,"stop":1728379262345,"duration":1}},{"uid":"e1275458460e5e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e1275458460e5e9","status":"passed","time":{"start":1728371896585,"stop":1728371896587,"duration":2}},{"uid":"401a7608ea6a004c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/401a7608ea6a004c","status":"passed","time":{"start":1728370244011,"stop":1728370244011,"duration":0}},{"uid":"1fb3fe31d8183754","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1fb3fe31d8183754","status":"passed","time":{"start":1728369348165,"stop":1728369348165,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c8d3ac6090106d39","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c8d3ac6090106d39","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0}},{"uid":"40f1bce84df444a2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/40f1bce84df444a2","status":"passed","time":{"start":1728379329173,"stop":1728379329173,"duration":0}},{"uid":"d5759415f5da54ec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d5759415f5da54ec","status":"passed","time":{"start":1728371983995,"stop":1728371983999,"duration":4}},{"uid":"c0bd4aa81e6bf3e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0bd4aa81e6bf3e1","status":"passed","time":{"start":1728370284348,"stop":1728370284349,"duration":1}},{"uid":"d953f6b5239e7153","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d953f6b5239e7153","status":"passed","time":{"start":1728369378880,"stop":1728369378880,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"7499d4a30620c2ae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7499d4a30620c2ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658693,"stop":1728381658693,"duration":0}},{"uid":"d82353c98017ed56","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d82353c98017ed56","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460504,"stop":1728379460504,"duration":0}},{"uid":"a6ccc5b4f5cabf67","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6ccc5b4f5cabf67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"eb6dee57b4e099fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/eb6dee57b4e099fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488126,"stop":1728370488127,"duration":1}},{"uid":"23de371b12fe57d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23de371b12fe57d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591300,"stop":1728369591300,"duration":0}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"39f017c935973b9d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/39f017c935973b9d","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0}},{"uid":"5ef4f42a08dffa84","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ef4f42a08dffa84","status":"passed","time":{"start":1728379159021,"stop":1728379159022,"duration":1}},{"uid":"6eff55652b6eab1c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6eff55652b6eab1c","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"a5299eda7145bfc5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5299eda7145bfc5","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"eba6a31bcad67c5b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eba6a31bcad67c5b","status":"passed","time":{"start":1728369248995,"stop":1728369248995,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"10820b5e85d9140d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/10820b5e85d9140d","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0}},{"uid":"841c4c76cfe43b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/841c4c76cfe43b5","status":"passed","time":{"start":1728379493893,"stop":1728379493893,"duration":0}},{"uid":"771318f90c8f75cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/771318f90c8f75cb","status":"passed","time":{"start":1728372140970,"stop":1728372140971,"duration":1}},{"uid":"e1d7c0a49f6f07a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e1d7c0a49f6f07a1","status":"passed","time":{"start":1728370524969,"stop":1728370524970,"duration":1}},{"uid":"c7f7172674636c22","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c7f7172674636c22","status":"passed","time":{"start":1728369630408,"stop":1728369630409,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"89b79a7b665db328","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/89b79a7b665db328","status":"passed","time":{"start":1728381521290,"stop":1728381521290,"duration":0}},{"uid":"45b38c6a4091dfa2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/45b38c6a4091dfa2","status":"passed","time":{"start":1728379329171,"stop":1728379329171,"duration":0}},{"uid":"660e03db6221a28f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/660e03db6221a28f","status":"passed","time":{"start":1728371983993,"stop":1728371983993,"duration":0}},{"uid":"7e8904c3c512c976","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7e8904c3c512c976","status":"passed","time":{"start":1728370284345,"stop":1728370284345,"duration":0}},{"uid":"b38b9e7ef13dc480","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b38b9e7ef13dc480","status":"passed","time":{"start":1728369378878,"stop":1728369378878,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d2fbb5fdaf2b8194","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d2fbb5fdaf2b8194","status":"passed","time":{"start":1728381658365,"stop":1728381658366,"duration":1}},{"uid":"d6c21545943a5145","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6c21545943a5145","status":"passed","time":{"start":1728379460258,"stop":1728379460258,"duration":0}},{"uid":"85b78c6091ae1802","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/85b78c6091ae1802","status":"passed","time":{"start":1728372105654,"stop":1728372105656,"duration":2}},{"uid":"5f378c8a4aa911ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f378c8a4aa911ec","status":"passed","time":{"start":1728370464109,"stop":1728370464109,"duration":0}},{"uid":"7dcbceee13713d79","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7dcbceee13713d79","status":"passed","time":{"start":1728369544846,"stop":1728369544846,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"83b307f846d429a8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/83b307f846d429a8","status":"passed","time":{"start":1728381364428,"stop":1728381364429,"duration":1}},{"uid":"6355b461ea33c40a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6355b461ea33c40a","status":"passed","time":{"start":1728379167606,"stop":1728379167606,"duration":0}},{"uid":"d968cc41ca5483e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d968cc41ca5483e2","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"12fd55546fa296b4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/12fd55546fa296b4","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"e9cdd4b7d03275cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9cdd4b7d03275cb","status":"passed","time":{"start":1728369257787,"stop":1728369257788,"duration":1}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e1dd46f8434c4196","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e1dd46f8434c4196","status":"passed","time":{"start":1728381364427,"stop":1728381364428,"duration":1}},{"uid":"d33b2f6c19e80b68","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d33b2f6c19e80b68","status":"passed","time":{"start":1728379167605,"stop":1728379167605,"duration":0}},{"uid":"5b4abc24fa411e87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b4abc24fa411e87","status":"passed","time":{"start":1728371811386,"stop":1728371811386,"duration":0}},{"uid":"b122260a8932ffb9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b122260a8932ffb9","status":"passed","time":{"start":1728370158847,"stop":1728370158848,"duration":1}},{"uid":"9d78eb8bf1dc2636","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d78eb8bf1dc2636","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e0965829f3559c5a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e0965829f3559c5a","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0}},{"uid":"1f76b3c5886883b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f76b3c5886883b4","status":"passed","time":{"start":1728379167604,"stop":1728379167605,"duration":1}},{"uid":"7013849fb7453d1c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7013849fb7453d1c","status":"passed","time":{"start":1728371811386,"stop":1728371811386,"duration":0}},{"uid":"6a97e543770f2a6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a97e543770f2a6a","status":"passed","time":{"start":1728370158847,"stop":1728370158847,"duration":0}},{"uid":"d0fbe09a3df2791a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d0fbe09a3df2791a","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"47a67fa1e1e8cf13","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/47a67fa1e1e8cf13","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0}},{"uid":"71e41a2f311ffcf6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71e41a2f311ffcf6","status":"passed","time":{"start":1728379159031,"stop":1728379159031,"duration":0}},{"uid":"1ba48d214e3fcf43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1ba48d214e3fcf43","status":"passed","time":{"start":1728371802914,"stop":1728371802914,"duration":0}},{"uid":"5ed2be87aa2340a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ed2be87aa2340a","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"5bec6b5b4edc9147","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bec6b5b4edc9147","status":"passed","time":{"start":1728369249003,"stop":1728369249003,"duration":0}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a07c383a54ee8493","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a07c383a54ee8493","status":"passed","time":{"start":1728381554778,"stop":1728381554778,"duration":0}},{"uid":"59c10e1d16043941","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59c10e1d16043941","status":"passed","time":{"start":1728379365894,"stop":1728379365895,"duration":1}},{"uid":"7ddd05a5f6a3b4d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7ddd05a5f6a3b4d1","status":"passed","time":{"start":1728372012987,"stop":1728372012987,"duration":0}},{"uid":"d30232c442d3e331","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d30232c442d3e331","status":"passed","time":{"start":1728370408805,"stop":1728370408806,"duration":1}},{"uid":"41c3b4b98264cb4a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41c3b4b98264cb4a","status":"passed","time":{"start":1728369510274,"stop":1728369510275,"duration":1}}]},"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f88794c952ed2f5b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f88794c952ed2f5b","status":"passed","time":{"start":1728381371409,"stop":1728381371410,"duration":1}},{"uid":"67e276e1bd275031","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/67e276e1bd275031","status":"passed","time":{"start":1728379174828,"stop":1728379174829,"duration":1}},{"uid":"4eda0f88e94331cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4eda0f88e94331cf","status":"passed","time":{"start":1728371818433,"stop":1728371818434,"duration":1}},{"uid":"1bdbbc38acb1808b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1bdbbc38acb1808b","status":"passed","time":{"start":1728370166077,"stop":1728370166078,"duration":1}},{"uid":"6dfaf356cd9ad5e6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6dfaf356cd9ad5e6","status":"passed","time":{"start":1728369265062,"stop":1728369265063,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90577a250d0d2838","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90577a250d0d2838","status":"passed","time":{"start":1728381557262,"stop":1728381557263,"duration":1}},{"uid":"bdeeca6fdcac8b2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bdeeca6fdcac8b2e","status":"passed","time":{"start":1728379366479,"stop":1728379366484,"duration":5}},{"uid":"451af22363d7dccf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/451af22363d7dccf","status":"passed","time":{"start":1728371996021,"stop":1728371996021,"duration":0}},{"uid":"4197a6729443cfdf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4197a6729443cfdf","status":"passed","time":{"start":1728370345134,"stop":1728370345138,"duration":4}},{"uid":"ec2ec5875f1512d5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ec2ec5875f1512d5","status":"passed","time":{"start":1728369447289,"stop":1728369447290,"duration":1}}]},"4b71f483bccb7fe68b9eb9cb95a451e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8841efd3e905e09","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8841efd3e905e09","status":"passed","time":{"start":1728381680470,"stop":1728381680471,"duration":1}}]},"e6e6dd4cfa84d3ad442a67016d6c5efe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b18c90bfd469921b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b18c90bfd469921b","status":"passed","time":{"start":1728381719624,"stop":1728381719625,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2e8d12d971181008","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2e8d12d971181008","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0}},{"uid":"5d77e951fa54e144","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5d77e951fa54e144","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"638af1e0c01438d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/638af1e0c01438d6","status":"passed","time":{"start":1728371802853,"stop":1728371802854,"duration":1}},{"uid":"f8f57159186b2041","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f8f57159186b2041","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"a957a6322128fa51","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a957a6322128fa51","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f2e26fd2ac14efa2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f2e26fd2ac14efa2","status":"passed","time":{"start":1728381461615,"stop":1728381461615,"duration":0}},{"uid":"94febcaa885b995d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94febcaa885b995d","status":"passed","time":{"start":1728379263311,"stop":1728379263311,"duration":0}},{"uid":"72fc5c41f1c75191","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/72fc5c41f1c75191","status":"passed","time":{"start":1728371907997,"stop":1728371907998,"duration":1}},{"uid":"6c6c1da12a20ece4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c6c1da12a20ece4","status":"passed","time":{"start":1728370252049,"stop":1728370252049,"duration":0}},{"uid":"8db01754d447e62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8db01754d447e62","status":"passed","time":{"start":1728369354738,"stop":1728369354739,"duration":1}}]},"939c0a8148a78f83aa1144fb43b2ee39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4ce731e1d23336f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f4ce731e1d23336f","status":"passed","time":{"start":1728370557100,"stop":1728370557100,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f34c102b867f511f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f34c102b867f511f","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0}},{"uid":"35f433f64120f21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/35f433f64120f21d","status":"passed","time":{"start":1728379493844,"stop":1728379493844,"duration":0}},{"uid":"e93a2aa2ba9743f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e93a2aa2ba9743f8","status":"passed","time":{"start":1728372140947,"stop":1728372140947,"duration":0}},{"uid":"6ca358ef265807f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ca358ef265807f5","status":"passed","time":{"start":1728370524960,"stop":1728370524960,"duration":0}},{"uid":"e16555177e157a8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e16555177e157a8","status":"passed","time":{"start":1728369630397,"stop":1728369630397,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b3f5f20af60f64a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6b3f5f20af60f64a","status":"passed","time":{"start":1728381696822,"stop":1728381696823,"duration":1}},{"uid":"b38002789dbc0c8a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b38002789dbc0c8a","status":"passed","time":{"start":1728379498092,"stop":1728379498092,"duration":0}},{"uid":"50fa716946d5d7b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50fa716946d5d7b1","status":"passed","time":{"start":1728372147549,"stop":1728372147549,"duration":0}},{"uid":"ad4c95be3db4f956","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad4c95be3db4f956","status":"passed","time":{"start":1728370534998,"stop":1728370534998,"duration":0}},{"uid":"44c3b2fe8d17277e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/44c3b2fe8d17277e","status":"passed","time":{"start":1728369636348,"stop":1728369636348,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b7b9385c8bdfdb4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8b7b9385c8bdfdb4","status":"passed","time":{"start":1728381557263,"stop":1728381557267,"duration":4}},{"uid":"952eb148da2e0a5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/952eb148da2e0a5e","status":"passed","time":{"start":1728379366484,"stop":1728379366486,"duration":2}},{"uid":"c332161fd4c056a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c332161fd4c056a1","status":"passed","time":{"start":1728371996022,"stop":1728371996023,"duration":1}},{"uid":"55b845974c471108","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b845974c471108","status":"passed","time":{"start":1728370345138,"stop":1728370345139,"duration":1}},{"uid":"7158154a89541806","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7158154a89541806","status":"passed","time":{"start":1728369447290,"stop":1728369447290,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"26449863fa912b7d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/26449863fa912b7d","status":"passed","time":{"start":1728381379401,"stop":1728381379402,"duration":1}},{"uid":"c3f578662111ed0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c3f578662111ed0b","status":"passed","time":{"start":1728379182986,"stop":1728379182986,"duration":0}},{"uid":"64c5eb37f88bb95c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64c5eb37f88bb95c","status":"passed","time":{"start":1728371826964,"stop":1728371826964,"duration":0}},{"uid":"807f0410596a3482","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/807f0410596a3482","status":"passed","time":{"start":1728370174428,"stop":1728370174428,"duration":0}},{"uid":"4c3301ab0f17528d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c3301ab0f17528d","status":"passed","time":{"start":1728369273237,"stop":1728369273237,"duration":0}}]},"f2265a0966ef275ad1bb855e1dc136d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20bb8c7a0670aa9e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/20bb8c7a0670aa9e","status":"passed","time":{"start":1728370581677,"stop":1728370581682,"duration":5}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ee98ec5b5d9341e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ee98ec5b5d9341e8","status":"passed","time":{"start":1728381363577,"stop":1728381363578,"duration":1}},{"uid":"18175898d967d5f9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/18175898d967d5f9","status":"passed","time":{"start":1728379166771,"stop":1728379166772,"duration":1}},{"uid":"2a88734385e9ca04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2a88734385e9ca04","status":"passed","time":{"start":1728371810593,"stop":1728371810594,"duration":1}},{"uid":"4bde932e16d2faca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4bde932e16d2faca","status":"passed","time":{"start":1728370158407,"stop":1728370158408,"duration":1}},{"uid":"aa643dbc51e49531","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa643dbc51e49531","status":"passed","time":{"start":1728369256991,"stop":1728369256992,"duration":1}}]},"55d4d6371664e0600f43427a98512c65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e6465777d9fca2a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e6465777d9fca2a","status":"passed","time":{"start":1728372169981,"stop":1728372169982,"duration":1}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6e8e43340dc29b8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6e8e43340dc29b8","status":"passed","time":{"start":1728381383547,"stop":1728381383548,"duration":1}},{"uid":"b398b762a72a9ef2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b398b762a72a9ef2","status":"passed","time":{"start":1728379186759,"stop":1728379186759,"duration":0}},{"uid":"355da86e216d9d8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/355da86e216d9d8e","status":"passed","time":{"start":1728371830875,"stop":1728371830875,"duration":0}},{"uid":"a566ebcfa3fe25f3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a566ebcfa3fe25f3","status":"passed","time":{"start":1728370178242,"stop":1728370178242,"duration":0}},{"uid":"158f4142eae121be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/158f4142eae121be","status":"passed","time":{"start":1728369277112,"stop":1728369277112,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"846bc85328dd1cb2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/846bc85328dd1cb2","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0}},{"uid":"69a7304ae83b0db8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/69a7304ae83b0db8","status":"passed","time":{"start":1728379159014,"stop":1728379159014,"duration":0}},{"uid":"49a45ac36b56eb4c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/49a45ac36b56eb4c","status":"passed","time":{"start":1728371802900,"stop":1728371802900,"duration":0}},{"uid":"25184ac8912eda15","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/25184ac8912eda15","status":"passed","time":{"start":1728370149933,"stop":1728370149934,"duration":1}},{"uid":"b2afae05d2caad80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b2afae05d2caad80","status":"passed","time":{"start":1728369248988,"stop":1728369248988,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1aa4e34156688780","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1aa4e34156688780","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0}},{"uid":"e4ccbd2c21d621fc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4ccbd2c21d621fc","status":"passed","time":{"start":1728379484788,"stop":1728379484789,"duration":1}},{"uid":"3be0e42ce2daa98b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3be0e42ce2daa98b","status":"passed","time":{"start":1728372130488,"stop":1728372130488,"duration":0}},{"uid":"a6f2dfc319ef5e11","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a6f2dfc319ef5e11","status":"passed","time":{"start":1728370516482,"stop":1728370516483,"duration":1}},{"uid":"283d0d0bbcc9374c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/283d0d0bbcc9374c","status":"passed","time":{"start":1728369620720,"stop":1728369620720,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69b6268c06b55aa6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69b6268c06b55aa6","status":"passed","time":{"start":1728381439732,"stop":1728381439738,"duration":6}},{"uid":"9ce9ee411076d21b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9ce9ee411076d21b","status":"passed","time":{"start":1728379250158,"stop":1728379250160,"duration":2}},{"uid":"ed2ef40f0e788e58","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed2ef40f0e788e58","status":"passed","time":{"start":1728371885961,"stop":1728371885962,"duration":1}},{"uid":"3cf4db170b337e6e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3cf4db170b337e6e","status":"passed","time":{"start":1728370233660,"stop":1728370233661,"duration":1}},{"uid":"acc5fe27f910bdc2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acc5fe27f910bdc2","status":"passed","time":{"start":1728369335731,"stop":1728369335733,"duration":2}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1e9e8c5d2946d53","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d1e9e8c5d2946d53","status":"passed","time":{"start":1728381475913,"stop":1728381475914,"duration":1}},{"uid":"22c051e662934b17","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22c051e662934b17","status":"passed","time":{"start":1728379282310,"stop":1728379282310,"duration":0}},{"uid":"524b3e7dd422869b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/524b3e7dd422869b","status":"passed","time":{"start":1728371925983,"stop":1728371925984,"duration":1}},{"uid":"1ab3e287b52bc99f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ab3e287b52bc99f","status":"passed","time":{"start":1728370273955,"stop":1728370273957,"duration":2}},{"uid":"91c791c19bf7c0fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/91c791c19bf7c0fb","status":"passed","time":{"start":1728369370045,"stop":1728369370045,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d11a829264e1d6ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d11a829264e1d6ba","status":"passed","time":{"start":1728381658373,"stop":1728381658373,"duration":0}},{"uid":"dc2b7e2cf087fbf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dc2b7e2cf087fbf","status":"passed","time":{"start":1728379460271,"stop":1728379460271,"duration":0}},{"uid":"4334afb72c396db6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4334afb72c396db6","status":"passed","time":{"start":1728372105666,"stop":1728372105666,"duration":0}},{"uid":"a5f91f902008093c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5f91f902008093c","status":"passed","time":{"start":1728370464130,"stop":1728370464131,"duration":1}},{"uid":"7c3c733e97127b1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c3c733e97127b1b","status":"passed","time":{"start":1728369544862,"stop":1728369544862,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"978a92a81e84d565","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/978a92a81e84d565","status":"passed","time":{"start":1728381378680,"stop":1728381378682,"duration":2}},{"uid":"de8801408f1270ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/de8801408f1270ca","status":"passed","time":{"start":1728371825966,"stop":1728371825968,"duration":2}},{"uid":"9cd414194cca4a91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cd414194cca4a91","status":"passed","time":{"start":1728370173514,"stop":1728370173515,"duration":1}},{"uid":"8a43370454495371","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a43370454495371","status":"passed","time":{"start":1728369271812,"stop":1728369271814,"duration":2}}]},"6277b2d33e6d8fddaf23520ec2d6122b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9442c6fb49e3892","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9442c6fb49e3892","status":"passed","time":{"start":1728379547124,"stop":1728379547125,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fbc8e7f3a677d600","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fbc8e7f3a677d600","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0}},{"uid":"4bf310514351dbd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4bf310514351dbd7","status":"passed","time":{"start":1728379515542,"stop":1728379515543,"duration":1}},{"uid":"7e9274b2a697bb64","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7e9274b2a697bb64","status":"passed","time":{"start":1728372171286,"stop":1728372171287,"duration":1}},{"uid":"26b64cf43ed8a5e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26b64cf43ed8a5e","status":"passed","time":{"start":1728370522942,"stop":1728370522950,"duration":8}},{"uid":"efed184d31f51efa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/efed184d31f51efa","status":"passed","time":{"start":1728369622029,"stop":1728369622030,"duration":1}}]},"ab835bedbc5d4630e799cd9da2a539fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"840c89696b9a9337","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/840c89696b9a9337","status":"passed","time":{"start":1728370557100,"stop":1728370557101,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f86f525263e7fa29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f86f525263e7fa29","status":"passed","time":{"start":1728381461634,"stop":1728381461635,"duration":1}},{"uid":"a6a97ed59a70c12e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6a97ed59a70c12e","status":"passed","time":{"start":1728379263336,"stop":1728379263336,"duration":0}},{"uid":"9b78fa98330aef47","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b78fa98330aef47","status":"passed","time":{"start":1728371908006,"stop":1728371908018,"duration":12}},{"uid":"e62f01e9dfcb428a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e62f01e9dfcb428a","status":"passed","time":{"start":1728370252053,"stop":1728370252054,"duration":1}},{"uid":"b6f872478f4b3780","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6f872478f4b3780","status":"passed","time":{"start":1728369354742,"stop":1728369354743,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c088d4e63632b1b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c088d4e63632b1b","status":"passed","time":{"start":1728381711637,"stop":1728381711642,"duration":5}},{"uid":"e57a1b6d3de8074b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e57a1b6d3de8074b","status":"passed","time":{"start":1728379515540,"stop":1728379515540,"duration":0}},{"uid":"8f362152f8f3bff2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8f362152f8f3bff2","status":"passed","time":{"start":1728372171280,"stop":1728372171281,"duration":1}},{"uid":"1f48dfb1696b0109","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1f48dfb1696b0109","status":"passed","time":{"start":1728370522935,"stop":1728370522935,"duration":0}},{"uid":"bef0c7c4ba002067","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bef0c7c4ba002067","status":"passed","time":{"start":1728369622027,"stop":1728369622028,"duration":1}}]},"7d0d67ff98195b7819a720c79fdb62ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f1909eba016ff8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9f1909eba016ff8a","status":"passed","time":{"start":1728372105666,"stop":1728372105666,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bd009a63773a1716","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bd009a63773a1716","status":"passed","time":{"start":1728381475925,"stop":1728381475926,"duration":1}},{"uid":"6ea869e2b03bae2a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ea869e2b03bae2a","status":"passed","time":{"start":1728379282318,"stop":1728379282318,"duration":0}},{"uid":"f79612ac3a18abc2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f79612ac3a18abc2","status":"passed","time":{"start":1728371925988,"stop":1728371925988,"duration":0}},{"uid":"b131332692b1435c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b131332692b1435c","status":"passed","time":{"start":1728370273975,"stop":1728370273981,"duration":6}},{"uid":"e5eeff34536ab39c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e5eeff34536ab39c","status":"passed","time":{"start":1728369370050,"stop":1728369370051,"duration":1}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4349adb6be080b46","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4349adb6be080b46","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0}},{"uid":"295e0a4c24557b37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/295e0a4c24557b37","status":"passed","time":{"start":1728379159011,"stop":1728379159011,"duration":0}},{"uid":"658c602be263ebd6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/658c602be263ebd6","status":"passed","time":{"start":1728371802897,"stop":1728371802897,"duration":0}},{"uid":"866e52382f714e4c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/866e52382f714e4c","status":"passed","time":{"start":1728370149931,"stop":1728370149931,"duration":0}},{"uid":"25ba9b3605dd054e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25ba9b3605dd054e","status":"passed","time":{"start":1728369248986,"stop":1728369248986,"duration":0}}]},"a0a7aac2e9328e16e88987777466f229:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f8d93323bd705da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f8d93323bd705da","status":"passed","time":{"start":1728370581691,"stop":1728370581691,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"53612129e9c942c6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/53612129e9c942c6","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0}},{"uid":"a85ad8254aca7326","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a85ad8254aca7326","status":"passed","time":{"start":1728379549676,"stop":1728379549676,"duration":0}},{"uid":"cf5f5b8759927e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf5f5b8759927e1","status":"passed","time":{"start":1728372195419,"stop":1728372195420,"duration":1}},{"uid":"d5609c7a2666ef7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d5609c7a2666ef7","status":"passed","time":{"start":1728370555246,"stop":1728370555247,"duration":1}},{"uid":"201109f01dbdc1a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/201109f01dbdc1a7","status":"passed","time":{"start":1728369639837,"stop":1728369639838,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"199ba08694efdb0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/199ba08694efdb0a","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0}},{"uid":"78f42de4c711e6e9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78f42de4c711e6e9","status":"passed","time":{"start":1728379572277,"stop":1728379572277,"duration":0}},{"uid":"4ccc2906f06da913","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4ccc2906f06da913","status":"passed","time":{"start":1728372221523,"stop":1728372221524,"duration":1}},{"uid":"681efb2806260f05","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/681efb2806260f05","status":"passed","time":{"start":1728370607711,"stop":1728370607712,"duration":1}},{"uid":"a1327782791a4dd5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1327782791a4dd5","status":"passed","time":{"start":1728369690180,"stop":1728369690181,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4661f1c21a8f8661","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4661f1c21a8f8661","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0}},{"uid":"9a26e8c904a60ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a26e8c904a60ab","status":"passed","time":{"start":1728379498096,"stop":1728379498096,"duration":0}},{"uid":"77db3198304baf30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77db3198304baf30","status":"passed","time":{"start":1728372147559,"stop":1728372147559,"duration":0}},{"uid":"60115752481da700","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/60115752481da700","status":"passed","time":{"start":1728370535019,"stop":1728370535020,"duration":1}},{"uid":"a99356efebbd1a25","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a99356efebbd1a25","status":"passed","time":{"start":1728369636367,"stop":1728369636370,"duration":3}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b7b03224f96d6548","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b7b03224f96d6548","status":"passed","time":{"start":1728381383545,"stop":1728381383546,"duration":1}},{"uid":"397b669df8f83964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/397b669df8f83964","status":"passed","time":{"start":1728379186757,"stop":1728379186757,"duration":0}},{"uid":"4463d40e86ade92a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4463d40e86ade92a","status":"passed","time":{"start":1728371830873,"stop":1728371830874,"duration":1}},{"uid":"f6102120dd3bbee6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f6102120dd3bbee6","status":"passed","time":{"start":1728370178240,"stop":1728370178240,"duration":0}},{"uid":"5afc80b86e50753b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5afc80b86e50753b","status":"passed","time":{"start":1728369277110,"stop":1728369277110,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c8b5936b4989e04b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c8b5936b4989e04b","status":"passed","time":{"start":1728381749053,"stop":1728381749054,"duration":1}},{"uid":"259705cc97a3c2ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/259705cc97a3c2ce","status":"passed","time":{"start":1728379549692,"stop":1728379549693,"duration":1}},{"uid":"6cc448d0f8e6ff43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6cc448d0f8e6ff43","status":"passed","time":{"start":1728372195432,"stop":1728372195432,"duration":0}},{"uid":"c2f1f27fc919a622","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2f1f27fc919a622","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"763e45601b496087","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/763e45601b496087","status":"passed","time":{"start":1728369639850,"stop":1728369639851,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"db3659a52178e84c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/db3659a52178e84c","status":"passed","time":{"start":1728381415529,"stop":1728381415529,"duration":0}},{"uid":"a1f4dbdb35cc84a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1f4dbdb35cc84a5","status":"passed","time":{"start":1728379221896,"stop":1728379221897,"duration":1}},{"uid":"c701bd915ee9774","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c701bd915ee9774","status":"passed","time":{"start":1728371864348,"stop":1728371864348,"duration":0}},{"uid":"2fed1253687c8283","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fed1253687c8283","status":"passed","time":{"start":1728370211395,"stop":1728370211395,"duration":0}},{"uid":"458d119cc97c66d7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/458d119cc97c66d7","status":"passed","time":{"start":1728369310553,"stop":1728369310554,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c340a60b05cfa7db","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c340a60b05cfa7db","status":"passed","time":{"start":1728381689162,"stop":1728381689162,"duration":0}},{"uid":"c9ca2d0d2883966e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c9ca2d0d2883966e","status":"passed","time":{"start":1728379493874,"stop":1728379493874,"duration":0}},{"uid":"b881f2926bffba52","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b881f2926bffba52","status":"passed","time":{"start":1728372140961,"stop":1728372140961,"duration":0}},{"uid":"b4df01faa3ea35c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b4df01faa3ea35c5","status":"passed","time":{"start":1728370524966,"stop":1728370524966,"duration":0}},{"uid":"f7eb4acc244827ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7eb4acc244827ec","status":"passed","time":{"start":1728369630402,"stop":1728369630403,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d61e3cbcb141bd0b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d61e3cbcb141bd0b","status":"passed","time":{"start":1728381378684,"stop":1728381378685,"duration":1}},{"uid":"661998aa2280c07a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/661998aa2280c07a","status":"passed","time":{"start":1728371825971,"stop":1728371825971,"duration":0}},{"uid":"31b4497edda290e2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31b4497edda290e2","status":"passed","time":{"start":1728370173519,"stop":1728370173520,"duration":1}},{"uid":"7e55ba138a8fa32","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7e55ba138a8fa32","status":"passed","time":{"start":1728369271815,"stop":1728369271817,"duration":2}}]},"89178264d8b6e6c0489e8322c31a9740:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f35398dfb68bcd7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f35398dfb68bcd7d","status":"passed","time":{"start":1728372169988,"stop":1728372169990,"duration":2}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"29bb037f08ba2dae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/29bb037f08ba2dae","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0}},{"uid":"5b88b41c40037bf9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b88b41c40037bf9","status":"passed","time":{"start":1728379498104,"stop":1728379498104,"duration":0}},{"uid":"f7a6232183eb41b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f7a6232183eb41b","status":"passed","time":{"start":1728372147566,"stop":1728372147567,"duration":1}},{"uid":"50977c2ff49cf756","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50977c2ff49cf756","status":"passed","time":{"start":1728370535036,"stop":1728370535036,"duration":0}},{"uid":"4c1fdb3607d6d05e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c1fdb3607d6d05e","status":"passed","time":{"start":1728369636377,"stop":1728369636377,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dca73083c94586bd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dca73083c94586bd","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0}},{"uid":"ca4325e56e5b23f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca4325e56e5b23f2","status":"passed","time":{"start":1728379515551,"stop":1728379515551,"duration":0}},{"uid":"7b3e5487e7249e4b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b3e5487e7249e4b","status":"passed","time":{"start":1728372171294,"stop":1728372171295,"duration":1}},{"uid":"bd89b7a8568ccf46","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd89b7a8568ccf46","status":"passed","time":{"start":1728370522958,"stop":1728370522961,"duration":3}},{"uid":"d4b02a358d103289","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4b02a358d103289","status":"passed","time":{"start":1728369622035,"stop":1728369622037,"duration":2}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5e2072507d559cea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5e2072507d559cea","status":"passed","time":{"start":1728381521326,"stop":1728381521327,"duration":1}},{"uid":"41b4eff7003a3434","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/41b4eff7003a3434","status":"passed","time":{"start":1728379329185,"stop":1728379329186,"duration":1}},{"uid":"33ce4507b33993fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33ce4507b33993fe","status":"passed","time":{"start":1728371984009,"stop":1728371984010,"duration":1}},{"uid":"b9fc3bec974b47e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b9fc3bec974b47e8","status":"passed","time":{"start":1728370284364,"stop":1728370284364,"duration":0}},{"uid":"cc0610811fa7dc80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cc0610811fa7dc80","status":"passed","time":{"start":1728369378912,"stop":1728369378912,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"46a3d4e4ab64a182","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46a3d4e4ab64a182","status":"passed","time":{"start":1728381715118,"stop":1728381715118,"duration":0}},{"uid":"f82a187cb2aa25fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f82a187cb2aa25fd","status":"passed","time":{"start":1728379518932,"stop":1728379518933,"duration":1}},{"uid":"afe0a0bdc3a811fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/afe0a0bdc3a811fc","status":"passed","time":{"start":1728372187563,"stop":1728372187563,"duration":0}},{"uid":"d2f84b5a9ed0d787","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2f84b5a9ed0d787","status":"passed","time":{"start":1728370547717,"stop":1728370547717,"duration":0}},{"uid":"738d9dbc1c5a27c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/738d9dbc1c5a27c3","status":"passed","time":{"start":1728369640701,"stop":1728369640705,"duration":4}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"118b5dd6854c87e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/118b5dd6854c87e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381526533,"stop":1728381526533,"duration":0}},{"uid":"20575a5410142a2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/20575a5410142a2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379329404,"stop":1728379329405,"duration":1}},{"uid":"21faa7459d66e1e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/21faa7459d66e1e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371974004,"stop":1728371974006,"duration":2}},{"uid":"cadf1aec2d6bf9c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cadf1aec2d6bf9c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370320874,"stop":1728370320875,"duration":1}},{"uid":"81beffb3053cdd33","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/81beffb3053cdd33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369420265,"stop":1728369420265,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7f3f5b5f6ee5b11","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7f3f5b5f6ee5b11","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0}},{"uid":"cee034b5f4194d94","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cee034b5f4194d94","status":"passed","time":{"start":1728379549651,"stop":1728379549652,"duration":1}},{"uid":"ea0be45123fe3045","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ea0be45123fe3045","status":"passed","time":{"start":1728372195411,"stop":1728372195411,"duration":0}},{"uid":"1771d6278141e530","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1771d6278141e530","status":"passed","time":{"start":1728370555239,"stop":1728370555239,"duration":0}},{"uid":"984d512780fe3110","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/984d512780fe3110","status":"passed","time":{"start":1728369639827,"stop":1728369639828,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d709365e12c2326b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d709365e12c2326b","status":"passed","time":{"start":1728381364430,"stop":1728381364430,"duration":0}},{"uid":"d03b53db249b85e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d03b53db249b85e6","status":"passed","time":{"start":1728379167608,"stop":1728379167608,"duration":0}},{"uid":"36404df4b4be2b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/36404df4b4be2b3","status":"passed","time":{"start":1728371811389,"stop":1728371811390,"duration":1}},{"uid":"79fae6553bcc9b9b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/79fae6553bcc9b9b","status":"passed","time":{"start":1728370158850,"stop":1728370158850,"duration":0}},{"uid":"35567ed5cef9dbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/35567ed5cef9dbe","status":"passed","time":{"start":1728369257789,"stop":1728369257789,"duration":0}}]},"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e5bc8f8d88e58bd2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e5bc8f8d88e58bd2","status":"passed","time":{"start":1728381371460,"stop":1728381371461,"duration":1}},{"uid":"fb1767c253699a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb1767c253699a8","status":"passed","time":{"start":1728379173694,"stop":1728379173694,"duration":0}},{"uid":"8ba0b306f0f69ac3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ba0b306f0f69ac3","status":"passed","time":{"start":1728371818069,"stop":1728371818070,"duration":1}},{"uid":"3791e2b7e0090f1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3791e2b7e0090f1d","status":"passed","time":{"start":1728370165700,"stop":1728370165701,"duration":1}},{"uid":"167acf45156d2d8b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/167acf45156d2d8b","status":"passed","time":{"start":1728369264720,"stop":1728369264721,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"79498337fbe7bc32","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79498337fbe7bc32","status":"passed","time":{"start":1728381355529,"stop":1728381355529,"duration":0}},{"uid":"b1c1d862f03cf7b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b1c1d862f03cf7b","status":"passed","time":{"start":1728379158580,"stop":1728379158581,"duration":1}},{"uid":"169cda6b7f351523","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/169cda6b7f351523","status":"passed","time":{"start":1728371802217,"stop":1728371802218,"duration":1}},{"uid":"8d88f5025cf09c1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d88f5025cf09c1f","status":"passed","time":{"start":1728370149848,"stop":1728370149848,"duration":0}},{"uid":"840b75f36c543d7e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/840b75f36c543d7e","status":"passed","time":{"start":1728369248418,"stop":1728369248419,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"36ec90cad24211ac","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36ec90cad24211ac","status":"passed","time":{"start":1728381745560,"stop":1728381745560,"duration":0}},{"uid":"6c51bdc49ac0eb93","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c51bdc49ac0eb93","status":"passed","time":{"start":1728379547127,"stop":1728379547127,"duration":0}},{"uid":"e919d9ac16fdace4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e919d9ac16fdace4","status":"passed","time":{"start":1728372200182,"stop":1728372200182,"duration":0}},{"uid":"60834848878b7f66","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/60834848878b7f66","status":"passed","time":{"start":1728370581691,"stop":1728370581692,"duration":1}},{"uid":"9d13ce698fee2702","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d13ce698fee2702","status":"passed","time":{"start":1728369675009,"stop":1728369675010,"duration":1}}]},"8e94e2419888939b7061f865cf673cbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"223f0d82c2653b2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/223f0d82c2653b2f","status":"passed","time":{"start":1728379493849,"stop":1728379493861,"duration":12}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"2a623b7c7d16b59d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2a623b7c7d16b59d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381423076,"stop":1728381423078,"duration":2}},{"uid":"3393ca7ba6616867","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3393ca7ba6616867","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224170,"stop":1728379224170,"duration":0}},{"uid":"d546145eadf0aac8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d546145eadf0aac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870695,"stop":1728371870695,"duration":0}},{"uid":"b41812f94faf103f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b41812f94faf103f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215355,"stop":1728370215355,"duration":0}},{"uid":"60ad9726b24a8cad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60ad9726b24a8cad","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314834,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ffdd96862e3a9f77","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ffdd96862e3a9f77","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0}},{"uid":"43933a35fe0fe3f3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43933a35fe0fe3f3","status":"passed","time":{"start":1728379460297,"stop":1728379460299,"duration":2}},{"uid":"9572db90534706ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9572db90534706ab","status":"passed","time":{"start":1728372105680,"stop":1728372105681,"duration":1}},{"uid":"ee3fa216adaeea5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee3fa216adaeea5","status":"passed","time":{"start":1728370464161,"stop":1728370464162,"duration":1}},{"uid":"daffdca1f71a327d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/daffdca1f71a327d","status":"passed","time":{"start":1728369544877,"stop":1728369544877,"duration":0}}]},"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7a837d87fa009fc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7a837d87fa009fc","status":"passed","time":{"start":1728379197137,"stop":1728379197138,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"14e03d9d6f74d430","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/14e03d9d6f74d430","status":"passed","time":{"start":1728381454661,"stop":1728381454664,"duration":3}},{"uid":"967334199fcde23d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/967334199fcde23d","status":"passed","time":{"start":1728379263246,"stop":1728379263247,"duration":1}},{"uid":"7eabfd173424f758","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7eabfd173424f758","status":"passed","time":{"start":1728371902711,"stop":1728371902711,"duration":0}},{"uid":"9d8d21320777420a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9d8d21320777420a","status":"passed","time":{"start":1728370254628,"stop":1728370254629,"duration":1}},{"uid":"2ffcb4b0d00af6bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ffcb4b0d00af6bc","status":"passed","time":{"start":1728369347753,"stop":1728369347753,"duration":0}}]},"7e88f3c57645f8d4924baa4519b4b663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b34bce88e29df946","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b34bce88e29df946","status":"passed","time":{"start":1728379493862,"stop":1728379493862,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"758c246d626efd8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/758c246d626efd8","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0}},{"uid":"9143c17787ce2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9143c17787ce2","status":"passed","time":{"start":1728379460258,"stop":1728379460259,"duration":1}},{"uid":"9950d2f31ef352fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9950d2f31ef352fa","status":"passed","time":{"start":1728372105657,"stop":1728372105659,"duration":2}},{"uid":"ec8b43637bf1cfb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec8b43637bf1cfb","status":"passed","time":{"start":1728370464117,"stop":1728370464117,"duration":0}},{"uid":"1f5f861ead870960","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1f5f861ead870960","status":"passed","time":{"start":1728369544847,"stop":1728369544850,"duration":3}}]},"f7433aaebd8c954528896b4da3bbdd72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b09578c11e48da07","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b09578c11e48da07","status":"passed","time":{"start":1728372169987,"stop":1728372169987,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"68e937226cf08c30","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/68e937226cf08c30","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0}},{"uid":"a9ce43f918d7880d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a9ce43f918d7880d","status":"passed","time":{"start":1728379515541,"stop":1728379515542,"duration":1}},{"uid":"c9df9e2825e9aec0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c9df9e2825e9aec0","status":"passed","time":{"start":1728372171286,"stop":1728372171286,"duration":0}},{"uid":"57e69f8286180f99","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57e69f8286180f99","status":"passed","time":{"start":1728370522942,"stop":1728370522942,"duration":0}},{"uid":"8a9172486c115cd0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a9172486c115cd0","status":"passed","time":{"start":1728369622029,"stop":1728369622029,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5d7624ed06e78a25","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5d7624ed06e78a25","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0}},{"uid":"55f8d26772f5ec4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/55f8d26772f5ec4a","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"7e565b8c20eaaea7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7e565b8c20eaaea7","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"3bb39639cae82d32","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bb39639cae82d32","status":"passed","time":{"start":1728370149937,"stop":1728370149938,"duration":1}},{"uid":"119a3b199438f8e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/119a3b199438f8e","status":"passed","time":{"start":1728369248992,"stop":1728369248992,"duration":0}}]},"4e4593a3d601255e52daac6b903fe4e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df8abbffdcac2a5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df8abbffdcac2a5e","status":"passed","time":{"start":1728379547120,"stop":1728379547120,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"de001ad49d00952f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/de001ad49d00952f","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0}},{"uid":"44d638a68345a652","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/44d638a68345a652","status":"passed","time":{"start":1728379482931,"stop":1728379482932,"duration":1}},{"uid":"be60075bbec1eec2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be60075bbec1eec2","status":"passed","time":{"start":1728372134555,"stop":1728372134555,"duration":0}},{"uid":"1c1a029642c26a5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c1a029642c26a5c","status":"passed","time":{"start":1728370487873,"stop":1728370487874,"duration":1}},{"uid":"fd303b81c85164dd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd303b81c85164dd","status":"passed","time":{"start":1728369590800,"stop":1728369590800,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55aee9b2700e8624","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55aee9b2700e8624","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0}},{"uid":"4714f65d28ab2fb6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4714f65d28ab2fb6","status":"passed","time":{"start":1728379460285,"stop":1728379460285,"duration":0}},{"uid":"4ac5054cc1513ea4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4ac5054cc1513ea4","status":"passed","time":{"start":1728372105673,"stop":1728372105674,"duration":1}},{"uid":"ea07cce314fdc9b6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea07cce314fdc9b6","status":"passed","time":{"start":1728370464148,"stop":1728370464148,"duration":0}},{"uid":"3f763b62f0eb17c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f763b62f0eb17c7","status":"passed","time":{"start":1728369544869,"stop":1728369544871,"duration":2}}]},"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"74dc68cc89b81818","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/74dc68cc89b81818","status":"passed","time":{"start":1728381613864,"stop":1728381613865,"duration":1}},{"uid":"9b2f5fda3f167bc1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9b2f5fda3f167bc1","status":"passed","time":{"start":1728379419648,"stop":1728379419659,"duration":11}},{"uid":"dff1ebf90018c1bf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dff1ebf90018c1bf","status":"passed","time":{"start":1728372107430,"stop":1728372107430,"duration":0}},{"uid":"460614f6cf63ad17","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/460614f6cf63ad17","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626977,"stop":1728370626977,"duration":0}},{"uid":"3eb9fac4c822916d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3eb9fac4c822916d","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728508,"stop":1728369728508,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"14fab5351a0aeba2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/14fab5351a0aeba2","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0}},{"uid":"37fa940a89aef028","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37fa940a89aef028","status":"passed","time":{"start":1728379159025,"stop":1728379159025,"duration":0}},{"uid":"1764940a2cd06341","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1764940a2cd06341","status":"passed","time":{"start":1728371802909,"stop":1728371802909,"duration":0}},{"uid":"f4d8b7bcaa21799","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f4d8b7bcaa21799","status":"passed","time":{"start":1728370149943,"stop":1728370149943,"duration":0}},{"uid":"6d4e2ea3cde977d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d4e2ea3cde977d8","status":"passed","time":{"start":1728369248998,"stop":1728369248998,"duration":0}}]},"b57af94e7b36172a986e301873b3fa29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bead2c0df00b079e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bead2c0df00b079e","status":"passed","time":{"start":1728379460269,"stop":1728379460270,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7e1a7c6407f73416","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e1a7c6407f73416","status":"passed","time":{"start":1728381680455,"stop":1728381680456,"duration":1}},{"uid":"df011efca2268cc9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df011efca2268cc9","status":"passed","time":{"start":1728379482928,"stop":1728379482929,"duration":1}},{"uid":"f864d9c7d4aeed21","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f864d9c7d4aeed21","status":"passed","time":{"start":1728372134553,"stop":1728372134553,"duration":0}},{"uid":"e8c95142776d2827","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8c95142776d2827","status":"passed","time":{"start":1728370487869,"stop":1728370487869,"duration":0}},{"uid":"a89e9966229e003e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a89e9966229e003e","status":"passed","time":{"start":1728369590792,"stop":1728369590793,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc1d500f5322b024","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc1d500f5322b024","status":"passed","time":{"start":1728381409093,"stop":1728381409094,"duration":1}},{"uid":"8faaa23ae83153d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8faaa23ae83153d3","status":"passed","time":{"start":1728379215428,"stop":1728379215429,"duration":1}},{"uid":"18f773280acc6063","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/18f773280acc6063","status":"passed","time":{"start":1728371857085,"stop":1728371857086,"duration":1}},{"uid":"f5e9b5138c8a8dcd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5e9b5138c8a8dcd","status":"passed","time":{"start":1728370205024,"stop":1728370205024,"duration":0}},{"uid":"42d627bb9f78fa4d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/42d627bb9f78fa4d","status":"passed","time":{"start":1728369303199,"stop":1728369303202,"duration":3}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1c708a93de8b3b24","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1c708a93de8b3b24","status":"passed","time":{"start":1728381364419,"stop":1728381364420,"duration":1}},{"uid":"d7b28e766405ddf6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7b28e766405ddf6","status":"passed","time":{"start":1728379167596,"stop":1728379167596,"duration":0}},{"uid":"fe6569e381cd682c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fe6569e381cd682c","status":"passed","time":{"start":1728371811377,"stop":1728371811377,"duration":0}},{"uid":"e882cab4a8e9c882","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e882cab4a8e9c882","status":"passed","time":{"start":1728370158839,"stop":1728370158839,"duration":0}},{"uid":"4b7dabde8ac0b872","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b7dabde8ac0b872","status":"passed","time":{"start":1728369257778,"stop":1728369257778,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"253c78621b2556e2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/253c78621b2556e2","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0}},{"uid":"a0a986c8da51cdd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0a986c8da51cdd2","status":"passed","time":{"start":1728379366474,"stop":1728379366476,"duration":2}},{"uid":"649721fc9f2d370e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/649721fc9f2d370e","status":"passed","time":{"start":1728371996020,"stop":1728371996020,"duration":0}},{"uid":"178658edbfe6b070","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/178658edbfe6b070","status":"passed","time":{"start":1728370345129,"stop":1728370345129,"duration":0}},{"uid":"64d2a121b5b6022","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/64d2a121b5b6022","status":"passed","time":{"start":1728369447288,"stop":1728369447288,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"304623e9579493dc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/304623e9579493dc","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0}},{"uid":"506fee04b88d5ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/506fee04b88d5ee","status":"passed","time":{"start":1728379439872,"stop":1728379439873,"duration":1}},{"uid":"57cf6ee2342137b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57cf6ee2342137b1","status":"passed","time":{"start":1728372083109,"stop":1728372083110,"duration":1}},{"uid":"f3c1f29cf9367066","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f3c1f29cf9367066","status":"passed","time":{"start":1728370464875,"stop":1728370464875,"duration":0}},{"uid":"1e644dea013f8214","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e644dea013f8214","status":"passed","time":{"start":1728369559765,"stop":1728369559765,"duration":0}}]},"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"3ff49103d4b9c019","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ff49103d4b9c019","status":"passed","time":{"start":1728381613868,"stop":1728381613871,"duration":3}},{"uid":"bc5c3b4a5f8936e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bc5c3b4a5f8936e6","status":"passed","time":{"start":1728379419683,"stop":1728379419684,"duration":1}},{"uid":"a8ebd6528ca318dd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8ebd6528ca318dd","status":"passed","time":{"start":1728372107441,"stop":1728372107441,"duration":0}},{"uid":"5050e3448c384edc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5050e3448c384edc","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626986,"stop":1728370626987,"duration":1}},{"uid":"bd675fa8b24bbf54","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bd675fa8b24bbf54","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728515,"stop":1728369728515,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"51bee956165a875a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51bee956165a875a","status":"passed","time":{"start":1728381711662,"stop":1728381711662,"duration":0}},{"uid":"44d9ca6a663b968c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/44d9ca6a663b968c","status":"passed","time":{"start":1728379515556,"stop":1728379515556,"duration":0}},{"uid":"6a8cf1e0a27c3f0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6a8cf1e0a27c3f0a","status":"passed","time":{"start":1728372171302,"stop":1728372171302,"duration":0}},{"uid":"1fc9dcfcea9adcaf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1fc9dcfcea9adcaf","status":"passed","time":{"start":1728370522968,"stop":1728370522968,"duration":0}},{"uid":"c38558a7277a28f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c38558a7277a28f8","status":"passed","time":{"start":1728369622048,"stop":1728369622048,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"481c2879940ee209","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/481c2879940ee209","status":"passed","time":{"start":1728381749035,"stop":1728381749035,"duration":0}},{"uid":"76c55ede2fdc4b72","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76c55ede2fdc4b72","status":"passed","time":{"start":1728379549679,"stop":1728379549681,"duration":2}},{"uid":"bc721d958105a25c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc721d958105a25c","status":"passed","time":{"start":1728372195420,"stop":1728372195421,"duration":1}},{"uid":"570747487e74740d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/570747487e74740d","status":"passed","time":{"start":1728370555248,"stop":1728370555248,"duration":0}},{"uid":"a5e39cbfc61d4e77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5e39cbfc61d4e77","status":"passed","time":{"start":1728369639839,"stop":1728369639839,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84c6b5e9e82f31e1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84c6b5e9e82f31e1","status":"passed","time":{"start":1728381737935,"stop":1728381737935,"duration":0}},{"uid":"f834ac52775850e8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f834ac52775850e8","status":"passed","time":{"start":1728379543298,"stop":1728379543299,"duration":1}},{"uid":"eed2dd3930ba942c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eed2dd3930ba942c","status":"passed","time":{"start":1728372192285,"stop":1728372192285,"duration":0}},{"uid":"55ce1b7ea2181354","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55ce1b7ea2181354","status":"passed","time":{"start":1728370579153,"stop":1728370579153,"duration":0}},{"uid":"9cde9396f4fe525e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9cde9396f4fe525e","status":"passed","time":{"start":1728369664329,"stop":1728369664329,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6a0479effeb012e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6a0479effeb012e","status":"passed","time":{"start":1728381743125,"stop":1728381743129,"duration":4}},{"uid":"cfe80b0762498b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cfe80b0762498b6","status":"passed","time":{"start":1728379550984,"stop":1728379550984,"duration":0}},{"uid":"d12f0c8baaec2792","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d12f0c8baaec2792","status":"passed","time":{"start":1728372211446,"stop":1728372211448,"duration":2}},{"uid":"2aebf7b281dd02f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2aebf7b281dd02f5","status":"passed","time":{"start":1728370582329,"stop":1728370582329,"duration":0}},{"uid":"48f821f75c54d6dc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/48f821f75c54d6dc","status":"passed","time":{"start":1728369674240,"stop":1728369674243,"duration":3}}]},"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5929463e2f7b4eb3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5929463e2f7b4eb3","status":"passed","time":{"start":1728381580786,"stop":1728381580788,"duration":2}},{"uid":"db72b7fdf61ce420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db72b7fdf61ce420","status":"passed","time":{"start":1728379391624,"stop":1728379391626,"duration":2}},{"uid":"b93fa0648b2f7d1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b93fa0648b2f7d1b","status":"passed","time":{"start":1728372025211,"stop":1728372025211,"duration":0}},{"uid":"8ae9db280a53fffe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ae9db280a53fffe","status":"passed","time":{"start":1728370362611,"stop":1728370362611,"duration":0}},{"uid":"f0a3ed90e73ff5d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f0a3ed90e73ff5d4","status":"passed","time":{"start":1728369464843,"stop":1728369464843,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65c9945d883232e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65c9945d883232e4","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0}},{"uid":"1aff80a02039bf06","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1aff80a02039bf06","status":"passed","time":{"start":1728379159030,"stop":1728379159030,"duration":0}},{"uid":"c34c55012b8e37e8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c34c55012b8e37e8","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"968071c509d3726d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/968071c509d3726d","status":"passed","time":{"start":1728370149948,"stop":1728370149948,"duration":0}},{"uid":"5c9bc21bb46c7ddd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c9bc21bb46c7ddd","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"24163810dd9de665","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/24163810dd9de665","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0}},{"uid":"7da40958999150c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7da40958999150c3","status":"passed","time":{"start":1728379515545,"stop":1728379515546,"duration":1}},{"uid":"446bc30474e178d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/446bc30474e178d6","status":"passed","time":{"start":1728372171291,"stop":1728372171292,"duration":1}},{"uid":"33115e2daf87d0a2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/33115e2daf87d0a2","status":"passed","time":{"start":1728370522951,"stop":1728370522956,"duration":5}},{"uid":"ceb16643bee2d9a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ceb16643bee2d9a3","status":"passed","time":{"start":1728369622031,"stop":1728369622032,"duration":1}}]},"971ec8c5eea01966608b542abd09329e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e73001f6d98f37c2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e73001f6d98f37c2","status":"passed","time":{"start":1728381719621,"stop":1728381719622,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fcaa10e23375363c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fcaa10e23375363c","status":"passed","time":{"start":1728381685605,"stop":1728381685605,"duration":0}},{"uid":"94b9ec2703ceeffc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94b9ec2703ceeffc","status":"passed","time":{"start":1728379484789,"stop":1728379484792,"duration":3}},{"uid":"85f0d23e0a31975a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/85f0d23e0a31975a","status":"passed","time":{"start":1728372130489,"stop":1728372130489,"duration":0}},{"uid":"dda367ac975474a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dda367ac975474a","status":"passed","time":{"start":1728370516484,"stop":1728370516484,"duration":0}},{"uid":"6749e2a6c80cea9a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6749e2a6c80cea9a","status":"passed","time":{"start":1728369620726,"stop":1728369620726,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d958f58a6cea306","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9d958f58a6cea306","status":"passed","time":{"start":1728381545560,"stop":1728381545560,"duration":0}},{"uid":"4376d117d5a2ddcd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4376d117d5a2ddcd","status":"passed","time":{"start":1728379350297,"stop":1728379350297,"duration":0}},{"uid":"1df47bceff74cc30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1df47bceff74cc30","status":"passed","time":{"start":1728371998252,"stop":1728371998256,"duration":4}},{"uid":"c07a4d26dcd0b852","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c07a4d26dcd0b852","status":"passed","time":{"start":1728370345942,"stop":1728370345942,"duration":0}},{"uid":"6f1c4392f94e0b28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f1c4392f94e0b28","status":"passed","time":{"start":1728369443731,"stop":1728369443731,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"47b3a15637e22383","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/47b3a15637e22383","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0}},{"uid":"2004f07842e95a44","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2004f07842e95a44","status":"passed","time":{"start":1728379482933,"stop":1728379482935,"duration":2}},{"uid":"cbb8522d4bc4eba6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cbb8522d4bc4eba6","status":"passed","time":{"start":1728372134562,"stop":1728372134562,"duration":0}},{"uid":"111e9739a56716ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/111e9739a56716ca","status":"passed","time":{"start":1728370487876,"stop":1728370487876,"duration":0}},{"uid":"53a3a0fcf9fc9947","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/53a3a0fcf9fc9947","status":"passed","time":{"start":1728369590801,"stop":1728369590801,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"26837c5eaf9b6829","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/26837c5eaf9b6829","status":"passed","time":{"start":1728381689161,"stop":1728381689162,"duration":1}},{"uid":"f72816831a4de088","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f72816831a4de088","status":"passed","time":{"start":1728379493862,"stop":1728379493874,"duration":12}},{"uid":"ede9c106cd553eb4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ede9c106cd553eb4","status":"passed","time":{"start":1728372140960,"stop":1728372140961,"duration":1}},{"uid":"b295ab0e3a70b33a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b295ab0e3a70b33a","status":"passed","time":{"start":1728370524963,"stop":1728370524966,"duration":3}},{"uid":"edf6184ad09c49c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/edf6184ad09c49c8","status":"passed","time":{"start":1728369630402,"stop":1728369630402,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6996a436b4d382d7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6996a436b4d382d7","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0}},{"uid":"e25e1ddb7d3656b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e25e1ddb7d3656b8","status":"passed","time":{"start":1728379607035,"stop":1728379607035,"duration":0}},{"uid":"316fcbb9daa928f9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/316fcbb9daa928f9","status":"passed","time":{"start":1728372238120,"stop":1728372238121,"duration":1}},{"uid":"61b233042e5fe1ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/61b233042e5fe1ca","status":"passed","time":{"start":1728370630365,"stop":1728370630365,"duration":0}},{"uid":"d7f052bbd8386571","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d7f052bbd8386571","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b206aa3357f968b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b206aa3357f968b0","status":"passed","time":{"start":1728381719627,"stop":1728381719628,"duration":1}},{"uid":"3b09fe5b44744ddf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b09fe5b44744ddf","status":"passed","time":{"start":1728379523115,"stop":1728379523116,"duration":1}},{"uid":"5e35383271a7182a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e35383271a7182a","status":"passed","time":{"start":1728372169992,"stop":1728372169992,"duration":0}},{"uid":"ba32c8609c557d6e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba32c8609c557d6e","status":"passed","time":{"start":1728370557103,"stop":1728370557103,"duration":0}},{"uid":"d29803ce65617eea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d29803ce65617eea","status":"passed","time":{"start":1728369663469,"stop":1728369663470,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3c007e6ff67fa962","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3c007e6ff67fa962","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0}},{"uid":"7defd860c4175cae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7defd860c4175cae","status":"passed","time":{"start":1728379549683,"stop":1728379549683,"duration":0}},{"uid":"7105562a8090f2ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7105562a8090f2ca","status":"passed","time":{"start":1728372195422,"stop":1728372195423,"duration":1}},{"uid":"c82de0563b4e835","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c82de0563b4e835","status":"passed","time":{"start":1728370555250,"stop":1728370555250,"duration":0}},{"uid":"eea687921901d3e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eea687921901d3e3","status":"passed","time":{"start":1728369639841,"stop":1728369639841,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cebc1f0b8d753191","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cebc1f0b8d753191","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0}},{"uid":"d42ed80ee28b25e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d42ed80ee28b25e7","status":"passed","time":{"start":1728379159013,"stop":1728379159013,"duration":0}},{"uid":"37b58f76d967ca18","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37b58f76d967ca18","status":"passed","time":{"start":1728371802899,"stop":1728371802899,"duration":0}},{"uid":"d3a2790cd0337a9b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d3a2790cd0337a9b","status":"passed","time":{"start":1728370149932,"stop":1728370149933,"duration":1}},{"uid":"10a1973eb36e7436","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/10a1973eb36e7436","status":"passed","time":{"start":1728369248987,"stop":1728369248987,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"95252e809e253dd5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/95252e809e253dd5","status":"passed","time":{"start":1728381449298,"stop":1728381449299,"duration":1}},{"uid":"77fcd0919dd39e61","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/77fcd0919dd39e61","status":"passed","time":{"start":1728379255030,"stop":1728379255030,"duration":0}},{"uid":"fdb691b651f92f8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fdb691b651f92f8a","status":"passed","time":{"start":1728371896754,"stop":1728371896754,"duration":0}},{"uid":"6ce91d00f02af3dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ce91d00f02af3dc","status":"passed","time":{"start":1728370245293,"stop":1728370245294,"duration":1}},{"uid":"f22c1971ca9825ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f22c1971ca9825ea","status":"passed","time":{"start":1728369344214,"stop":1728369344215,"duration":1}}]},"35d77f65f2407cf1044fbb680b503b01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"808af262c96c3eae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/808af262c96c3eae","status":"passed","time":{"start":1728379482961,"stop":1728379482964,"duration":3}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91b6704d1867583e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/91b6704d1867583e","status":"passed","time":{"start":1728381749065,"stop":1728381749068,"duration":3}},{"uid":"a5229427df34c83e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a5229427df34c83e","status":"passed","time":{"start":1728379549699,"stop":1728379549699,"duration":0}},{"uid":"b11bc3ecc6800868","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b11bc3ecc6800868","status":"passed","time":{"start":1728372195436,"stop":1728372195436,"duration":0}},{"uid":"36c5f07c93d74376","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36c5f07c93d74376","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"7fa698125cf63ea2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7fa698125cf63ea2","status":"passed","time":{"start":1728369639855,"stop":1728369639856,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a8708391668467fd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a8708391668467fd","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0}},{"uid":"ee3ce3501cbe9f2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ee3ce3501cbe9f2e","status":"passed","time":{"start":1728379159008,"stop":1728379159009,"duration":1}},{"uid":"6075b00b5e24b366","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6075b00b5e24b366","status":"passed","time":{"start":1728371802894,"stop":1728371802895,"duration":1}},{"uid":"a352fd181aa2d64e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a352fd181aa2d64e","status":"passed","time":{"start":1728370149928,"stop":1728370149928,"duration":0}},{"uid":"26eb78819a2b2a87","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26eb78819a2b2a87","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd37cdb1a1cf903c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd37cdb1a1cf903c","status":"passed","time":{"start":1728381415230,"stop":1728381415230,"duration":0}},{"uid":"f7b1dcd87b41d747","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f7b1dcd87b41d747","status":"passed","time":{"start":1728379220439,"stop":1728379220440,"duration":1}},{"uid":"8390de8e794e1e10","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8390de8e794e1e10","status":"passed","time":{"start":1728371862891,"stop":1728371862892,"duration":1}},{"uid":"2de85003086e45d4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2de85003086e45d4","status":"passed","time":{"start":1728370213107,"stop":1728370213107,"duration":0}},{"uid":"730a814b1bc3bc2d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/730a814b1bc3bc2d","status":"passed","time":{"start":1728369309200,"stop":1728369309200,"duration":0}}]},"f9df5187987d02ec8c665d1491346653:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6487be990c1bdb1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6487be990c1bdb1","status":"passed","time":{"start":1728372200174,"stop":1728372200178,"duration":4}}]},"ea5501faad4a885c6d0d126f444f0e71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2bee4d72167822c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f2bee4d72167822c","status":"passed","time":{"start":1728369544861,"stop":1728369544861,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ab61e3b0dda4908c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab61e3b0dda4908c","status":"passed","time":{"start":1728381800484,"stop":1728381800485,"duration":1}},{"uid":"1f411e2cddb43ab7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f411e2cddb43ab7","status":"passed","time":{"start":1728379607036,"stop":1728379607037,"duration":1}},{"uid":"5938b75dd699e804","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5938b75dd699e804","status":"passed","time":{"start":1728372238121,"stop":1728372238121,"duration":0}},{"uid":"99874603c3948d57","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99874603c3948d57","status":"passed","time":{"start":1728370630365,"stop":1728370630366,"duration":1}},{"uid":"51fabbe51c93182f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51fabbe51c93182f","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4f197fae1a4b9564","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4f197fae1a4b9564","status":"passed","time":{"start":1728381772749,"stop":1728381772750,"duration":1}},{"uid":"ee187ec671d1b385","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ee187ec671d1b385","status":"passed","time":{"start":1728379576113,"stop":1728379576113,"duration":0}},{"uid":"bf05529f56a2e333","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bf05529f56a2e333","status":"passed","time":{"start":1728372231470,"stop":1728372231471,"duration":1}},{"uid":"4fbf30e48002d863","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4fbf30e48002d863","status":"passed","time":{"start":1728370655524,"stop":1728370655524,"duration":0}},{"uid":"12c015e32ae81900","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/12c015e32ae81900","status":"passed","time":{"start":1728369731925,"stop":1728369731925,"duration":0}}]},"9d79709b46212609da5cb52a6f591465:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3445ed56b4b3232","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e3445ed56b4b3232","status":"passed","time":{"start":1728369590807,"stop":1728369590812,"duration":5}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"829c9055bec2eab8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/829c9055bec2eab8","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0}},{"uid":"3f0cb5b56a0551b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3f0cb5b56a0551b7","status":"passed","time":{"start":1728379493840,"stop":1728379493841,"duration":1}},{"uid":"4cee6192007ea7b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cee6192007ea7b3","status":"passed","time":{"start":1728372140943,"stop":1728372140943,"duration":0}},{"uid":"13fa816303cff805","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/13fa816303cff805","status":"passed","time":{"start":1728370524957,"stop":1728370524957,"duration":0}},{"uid":"ce705c3be6383ba6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ce705c3be6383ba6","status":"passed","time":{"start":1728369630393,"stop":1728369630393,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8db7c4a263796e1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8db7c4a263796e1a","status":"passed","time":{"start":1728381711659,"stop":1728381711660,"duration":1}},{"uid":"b843c0a5864a418d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b843c0a5864a418d","status":"passed","time":{"start":1728379515554,"stop":1728379515554,"duration":0}},{"uid":"82f74eebc5f37ee8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82f74eebc5f37ee8","status":"passed","time":{"start":1728372171297,"stop":1728372171298,"duration":1}},{"uid":"d55296f27fdec442","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d55296f27fdec442","status":"passed","time":{"start":1728370522965,"stop":1728370522966,"duration":1}},{"uid":"c60d935270b2a8bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c60d935270b2a8bd","status":"passed","time":{"start":1728369622045,"stop":1728369622045,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f4d956cf716445da","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f4d956cf716445da","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0}},{"uid":"8daf058ec257836d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8daf058ec257836d","status":"passed","time":{"start":1728379167598,"stop":1728379167598,"duration":0}},{"uid":"78ddc760fbf3ba93","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ddc760fbf3ba93","status":"passed","time":{"start":1728371811379,"stop":1728371811379,"duration":0}},{"uid":"e633e817819cdc50","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e633e817819cdc50","status":"passed","time":{"start":1728370158840,"stop":1728370158841,"duration":1}},{"uid":"58a41ff434465b5f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/58a41ff434465b5f","status":"passed","time":{"start":1728369257779,"stop":1728369257780,"duration":1}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2ad70a01ec2dd602","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2ad70a01ec2dd602","status":"passed","time":{"start":1728381719626,"stop":1728381719627,"duration":1}},{"uid":"bac29b67746735c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bac29b67746735c7","status":"passed","time":{"start":1728379523115,"stop":1728379523115,"duration":0}},{"uid":"fafdcef312e42f7b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fafdcef312e42f7b","status":"passed","time":{"start":1728372169991,"stop":1728372169991,"duration":0}},{"uid":"4819405ebe98168","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4819405ebe98168","status":"passed","time":{"start":1728370557102,"stop":1728370557103,"duration":1}},{"uid":"28d0b7930ac7db7a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/28d0b7930ac7db7a","status":"passed","time":{"start":1728369663465,"stop":1728369663469,"duration":4}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f39669f990362703","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f39669f990362703","status":"passed","time":{"start":1728381485022,"stop":1728381485022,"duration":0}},{"uid":"b5e0a842045ac782","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b5e0a842045ac782","status":"passed","time":{"start":1728379293472,"stop":1728379293472,"duration":0}},{"uid":"2ef765868cf894c7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ef765868cf894c7","status":"passed","time":{"start":1728371932969,"stop":1728371932970,"duration":1}},{"uid":"885ae76c37f6c85e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/885ae76c37f6c85e","status":"passed","time":{"start":1728370281710,"stop":1728370281710,"duration":0}},{"uid":"5021882cd292e257","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5021882cd292e257","status":"passed","time":{"start":1728369376543,"stop":1728369376545,"duration":2}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a89d6f654cdea4af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a89d6f654cdea4af","status":"passed","time":{"start":1728381800486,"stop":1728381800487,"duration":1}},{"uid":"54bb0d6f12caa98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/54bb0d6f12caa98","status":"passed","time":{"start":1728379607038,"stop":1728379607038,"duration":0}},{"uid":"251bcecba2754597","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/251bcecba2754597","status":"passed","time":{"start":1728372238123,"stop":1728372238123,"duration":0}},{"uid":"a9ad4e03519b7585","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a9ad4e03519b7585","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"68c774094a977ea8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68c774094a977ea8","status":"passed","time":{"start":1728369720990,"stop":1728369720991,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"731c3e5e050bab07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/731c3e5e050bab07","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0}},{"uid":"b5e930830ca549c1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b5e930830ca549c1","status":"passed","time":{"start":1728379549675,"stop":1728379549675,"duration":0}},{"uid":"befdcf2fecb1fa06","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/befdcf2fecb1fa06","status":"passed","time":{"start":1728372195415,"stop":1728372195415,"duration":0}},{"uid":"a5df3aadff5c51d7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5df3aadff5c51d7","status":"passed","time":{"start":1728370555245,"stop":1728370555245,"duration":0}},{"uid":"e15a677f367ce37d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e15a677f367ce37d","status":"passed","time":{"start":1728369639836,"stop":1728369639836,"duration":0}}]},"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":2,"unknown":0,"total":5},"items":[{"uid":"1ba571de7500830b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1ba571de7500830b","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0}},{"uid":"f1e70c68dcf15ac3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f1e70c68dcf15ac3","status":"passed","time":{"start":1728379419686,"stop":1728379419687,"duration":1}},{"uid":"a7e2aadbc4bb36c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7e2aadbc4bb36c2","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728372107444,"stop":1728372107445,"duration":1}},{"uid":"94fd276fc3bb1083","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94fd276fc3bb1083","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626989,"stop":1728370626990,"duration":1}},{"uid":"995527eaf31d4477","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/995527eaf31d4477","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728517,"stop":1728369728517,"duration":0}}]},"6be8165ad0f5a7cd78828bd86f27a957:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dabe8bd7312eaf94","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dabe8bd7312eaf94","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa04d457d294cd7b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fa04d457d294cd7b","status":"passed","time":{"start":1728381521306,"stop":1728381521308,"duration":2}},{"uid":"6fb744aa4e019c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6fb744aa4e019c0","status":"passed","time":{"start":1728379329178,"stop":1728379329178,"duration":0}},{"uid":"9008a7dfe4e80873","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9008a7dfe4e80873","status":"passed","time":{"start":1728371984003,"stop":1728371984003,"duration":0}},{"uid":"69e434c7acbdf1c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/69e434c7acbdf1c4","status":"passed","time":{"start":1728370284357,"stop":1728370284357,"duration":0}},{"uid":"57ba484e8d1f1db0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57ba484e8d1f1db0","status":"passed","time":{"start":1728369378898,"stop":1728369378899,"duration":1}}]},"20ca7c0cf34a7dc9a37c13fea424bb6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fec26ac53b3370af","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fec26ac53b3370af","status":"passed","time":{"start":1728371973994,"stop":1728371973994,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1c2ae6bc6ae440b9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1c2ae6bc6ae440b9","status":"passed","time":{"start":1728381696834,"stop":1728381696834,"duration":0}},{"uid":"17b4a4d5c233511c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/17b4a4d5c233511c","status":"passed","time":{"start":1728379498099,"stop":1728379498100,"duration":1}},{"uid":"5696e67850e8e9e5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5696e67850e8e9e5","status":"passed","time":{"start":1728372147561,"stop":1728372147562,"duration":1}},{"uid":"631b0a8986dde71f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/631b0a8986dde71f","status":"passed","time":{"start":1728370535029,"stop":1728370535029,"duration":0}},{"uid":"e740063245918bee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e740063245918bee","status":"passed","time":{"start":1728369636374,"stop":1728369636375,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dfcfbf8c3433b83","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dfcfbf8c3433b83","status":"passed","time":{"start":1728381454666,"stop":1728381454667,"duration":1}},{"uid":"3cf3742ebb4aac10","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3cf3742ebb4aac10","status":"passed","time":{"start":1728379263248,"stop":1728379263249,"duration":1}},{"uid":"6e56521a7bec2af2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e56521a7bec2af2","status":"passed","time":{"start":1728371902712,"stop":1728371902712,"duration":0}},{"uid":"b86d001437317f58","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b86d001437317f58","status":"passed","time":{"start":1728370254629,"stop":1728370254630,"duration":1}},{"uid":"5c2bef58cd1b645","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c2bef58cd1b645","status":"passed","time":{"start":1728369347754,"stop":1728369347754,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a2251c1fedceb9b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a2251c1fedceb9b","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0}},{"uid":"41507aec92d7b4b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/41507aec92d7b4b2","status":"passed","time":{"start":1728379460263,"stop":1728379460263,"duration":0}},{"uid":"52caa15b6a98ad4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52caa15b6a98ad4d","status":"passed","time":{"start":1728372105662,"stop":1728372105663,"duration":1}},{"uid":"4252e82e607a991b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4252e82e607a991b","status":"passed","time":{"start":1728370464121,"stop":1728370464122,"duration":1}},{"uid":"5bfcc87cef0878c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bfcc87cef0878c0","status":"passed","time":{"start":1728369544857,"stop":1728369544857,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"51ff95986eff002c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51ff95986eff002c","status":"passed","time":{"start":1728381363566,"stop":1728381363567,"duration":1}},{"uid":"5dc2df7491253bb0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dc2df7491253bb0","status":"passed","time":{"start":1728379166761,"stop":1728379166762,"duration":1}},{"uid":"6ca9aed33385b7cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6ca9aed33385b7cd","status":"passed","time":{"start":1728371810588,"stop":1728371810588,"duration":0}},{"uid":"18c6b400efbb5a86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18c6b400efbb5a86","status":"passed","time":{"start":1728370158404,"stop":1728370158404,"duration":0}},{"uid":"d9bbf6c215feaac3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d9bbf6c215feaac3","status":"passed","time":{"start":1728369256985,"stop":1728369256986,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b6224540dd9de7e1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b6224540dd9de7e1","status":"passed","time":{"start":1728381379242,"stop":1728381379243,"duration":1}},{"uid":"a5d3ee4902608d98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a5d3ee4902608d98","status":"passed","time":{"start":1728379182448,"stop":1728379182448,"duration":0}},{"uid":"dada8c712bebd47a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dada8c712bebd47a","status":"passed","time":{"start":1728371826624,"stop":1728371826624,"duration":0}},{"uid":"313d1af73376ccb0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/313d1af73376ccb0","status":"passed","time":{"start":1728370173936,"stop":1728370173937,"duration":1}},{"uid":"3a4cba2520f0c488","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3a4cba2520f0c488","status":"passed","time":{"start":1728369272871,"stop":1728369272872,"duration":1}}]},"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce706cc79d932604","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce706cc79d932604","status":"passed","time":{"start":1728379197139,"stop":1728379197139,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"246e082be0c8cb4c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/246e082be0c8cb4c","status":"passed","time":{"start":1728381545564,"stop":1728381545566,"duration":2}},{"uid":"974829f614339564","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/974829f614339564","status":"passed","time":{"start":1728379350298,"stop":1728379350307,"duration":9}},{"uid":"e834330cbbbe02a2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e834330cbbbe02a2","status":"passed","time":{"start":1728371998262,"stop":1728371998263,"duration":1}},{"uid":"3b30e27849aa1eb2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b30e27849aa1eb2","status":"passed","time":{"start":1728370345943,"stop":1728370345943,"duration":0}},{"uid":"8462838a86832388","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8462838a86832388","status":"passed","time":{"start":1728369443737,"stop":1728369443737,"duration":0}}]},"1271f89ff1a5b35c9a693fd28e2b7d5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43a1daf34aa77280","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43a1daf34aa77280","status":"passed","time":{"start":1728379523102,"stop":1728379523102,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"409c359c5fdf608e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/409c359c5fdf608e","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0}},{"uid":"679bf55038bcc4d5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/679bf55038bcc4d5","status":"passed","time":{"start":1728379482929,"stop":1728379482930,"duration":1}},{"uid":"c3f3912fac2532bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c3f3912fac2532bb","status":"passed","time":{"start":1728372134554,"stop":1728372134554,"duration":0}},{"uid":"5e7f3f94487383f0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e7f3f94487383f0","status":"passed","time":{"start":1728370487869,"stop":1728370487872,"duration":3}},{"uid":"c23ca96f1b71dc15","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c23ca96f1b71dc15","status":"passed","time":{"start":1728369590795,"stop":1728369590796,"duration":1}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b5c22a9b7ade6e1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b5c22a9b7ade6e1a","status":"passed","time":{"start":1728381475925,"stop":1728381475925,"duration":0}},{"uid":"bb0bd2cba2904377","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bb0bd2cba2904377","status":"passed","time":{"start":1728379282318,"stop":1728379282318,"duration":0}},{"uid":"a18dbc2b0915d534","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a18dbc2b0915d534","status":"passed","time":{"start":1728371925987,"stop":1728371925987,"duration":0}},{"uid":"52e6bd45a8ea752a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52e6bd45a8ea752a","status":"passed","time":{"start":1728370273969,"stop":1728370273975,"duration":6}},{"uid":"33279ff79d63851a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/33279ff79d63851a","status":"passed","time":{"start":1728369370047,"stop":1728369370050,"duration":3}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"35533c0c77a2618f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/35533c0c77a2618f","status":"passed","time":{"start":1728381363564,"stop":1728381363565,"duration":1}},{"uid":"12823d7c6bca4542","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12823d7c6bca4542","status":"passed","time":{"start":1728379166758,"stop":1728379166759,"duration":1}},{"uid":"8d4b79ce84d8a0c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d4b79ce84d8a0c8","status":"passed","time":{"start":1728371810587,"stop":1728371810587,"duration":0}},{"uid":"22945389c00ee163","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22945389c00ee163","status":"passed","time":{"start":1728370158403,"stop":1728370158403,"duration":0}},{"uid":"24e7df28b3bfc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/24e7df28b3bfc7","status":"passed","time":{"start":1728369256985,"stop":1728369256985,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"28e4e0d1c72b1e44","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/28e4e0d1c72b1e44","status":"passed","time":{"start":1728381743133,"stop":1728381743134,"duration":1}},{"uid":"652ed52fe6faf05c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/652ed52fe6faf05c","status":"passed","time":{"start":1728379550985,"stop":1728379550986,"duration":1}},{"uid":"d8abfc810e3088a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d8abfc810e3088a0","status":"passed","time":{"start":1728372211451,"stop":1728372211452,"duration":1}},{"uid":"3e3beea6744aff5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3e3beea6744aff5b","status":"passed","time":{"start":1728370582330,"stop":1728370582330,"duration":0}},{"uid":"4b7676652c93be3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b7676652c93be3b","status":"passed","time":{"start":1728369674245,"stop":1728369674245,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7e1a2788033c3262","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e1a2788033c3262","status":"passed","time":{"start":1728381461623,"stop":1728381461624,"duration":1}},{"uid":"761049af01b3d403","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/761049af01b3d403","status":"passed","time":{"start":1728379263325,"stop":1728379263325,"duration":0}},{"uid":"a32245462ed1526","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a32245462ed1526","status":"passed","time":{"start":1728371908005,"stop":1728371908005,"duration":0}},{"uid":"421a25f23d274918","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/421a25f23d274918","status":"passed","time":{"start":1728370252052,"stop":1728370252053,"duration":1}},{"uid":"cb9218f428b6086e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb9218f428b6086e","status":"passed","time":{"start":1728369354741,"stop":1728369354741,"duration":0}}]},"56658fb8f6972f29ae06f8718ea4d2db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4946127175d222ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4946127175d222ec","status":"passed","time":{"start":1728379515562,"stop":1728379515562,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22e8bab575fd2a60","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/22e8bab575fd2a60","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0}},{"uid":"68906a24943ca1bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68906a24943ca1bc","status":"passed","time":{"start":1728379329166,"stop":1728379329166,"duration":0}},{"uid":"50d172875085cb9c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50d172875085cb9c","status":"passed","time":{"start":1728371983980,"stop":1728371983980,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d94e92136509872d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d94e92136509872d","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0}},{"uid":"c62a1e87ea5a5035","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c62a1e87ea5a5035","status":"passed","time":{"start":1728379159022,"stop":1728379159022,"duration":0}},{"uid":"8256210456ec3b84","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8256210456ec3b84","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"47e13f09e5bc2b6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47e13f09e5bc2b6d","status":"passed","time":{"start":1728370149940,"stop":1728370149941,"duration":1}},{"uid":"2cefd2dd27786d65","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2cefd2dd27786d65","status":"passed","time":{"start":1728369248995,"stop":1728369248995,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c1dd70ab11c02076","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c1dd70ab11c02076","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0}},{"uid":"d325a0eb373c01aa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d325a0eb373c01aa","status":"passed","time":{"start":1728379460269,"stop":1728379460269,"duration":0}},{"uid":"279de19595b18c0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/279de19595b18c0c","status":"passed","time":{"start":1728372105665,"stop":1728372105665,"duration":0}},{"uid":"30f399c44226e5e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30f399c44226e5e1","status":"passed","time":{"start":1728370464129,"stop":1728370464129,"duration":0}},{"uid":"f994b1f1f55cb1de","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f994b1f1f55cb1de","status":"passed","time":{"start":1728369544861,"stop":1728369544861,"duration":0}}]},"7633ffb7cb832a2dfff4d4a631bb5fd4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89cd1db4b9418820","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89cd1db4b9418820","status":"passed","time":{"start":1728369663459,"stop":1728369663459,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3cc9e939d16ab9d5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3cc9e939d16ab9d5","status":"passed","time":{"start":1728381800485,"stop":1728381800485,"duration":0}},{"uid":"1d8bc0c65edc6020","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d8bc0c65edc6020","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"8fca127057255c89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8fca127057255c89","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"4331939d05d9651","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4331939d05d9651","status":"passed","time":{"start":1728370630366,"stop":1728370630366,"duration":0}},{"uid":"4453f71af0e540a1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4453f71af0e540a1","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd15dd964e546fd1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cd15dd964e546fd1","status":"passed","time":{"start":1728381749046,"stop":1728381749047,"duration":1}},{"uid":"130c14d846321854","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/130c14d846321854","status":"passed","time":{"start":1728379549689,"stop":1728379549689,"duration":0}},{"uid":"29627356f6b19622","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/29627356f6b19622","status":"passed","time":{"start":1728372195429,"stop":1728372195429,"duration":0}},{"uid":"35968abae689be38","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/35968abae689be38","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"e1cf2574dd9dd9b2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e1cf2574dd9dd9b2","status":"passed","time":{"start":1728369639847,"stop":1728369639847,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e893267bed2cfef9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e893267bed2cfef9","status":"passed","time":{"start":1728381696858,"stop":1728381696862,"duration":4}},{"uid":"cc38765fb37244b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc38765fb37244b2","status":"passed","time":{"start":1728379498105,"stop":1728379498106,"duration":1}},{"uid":"2d2fde463f63a363","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d2fde463f63a363","status":"passed","time":{"start":1728372147570,"stop":1728372147570,"duration":0}},{"uid":"3d304d9f22657f69","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3d304d9f22657f69","status":"passed","time":{"start":1728370535036,"stop":1728370535037,"duration":1}},{"uid":"761d470682b3d95","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/761d470682b3d95","status":"passed","time":{"start":1728369636382,"stop":1728369636383,"duration":1}}]},"154a2b9525aad103a69142edd0f8c1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61fc4a12b271e28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/61fc4a12b271e28","status":"passed","time":{"start":1728369630401,"stop":1728369630401,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0beb95549386e1e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0beb95549386e1e","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0}},{"uid":"8fd8723de665bea3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8fd8723de665bea3","status":"passed","time":{"start":1728379159029,"stop":1728379159030,"duration":1}},{"uid":"e0344365a8589633","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0344365a8589633","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"6a3cd22ec4dceb8c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a3cd22ec4dceb8c","status":"passed","time":{"start":1728370149947,"stop":1728370149947,"duration":0}},{"uid":"59969370cd10aefb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/59969370cd10aefb","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5785c1fb48fea47d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5785c1fb48fea47d","status":"passed","time":{"start":1728381749054,"stop":1728381749055,"duration":1}},{"uid":"7a95d1ad6f074ec9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7a95d1ad6f074ec9","status":"passed","time":{"start":1728379549693,"stop":1728379549694,"duration":1}},{"uid":"d7dd9d287d9879f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d7dd9d287d9879f5","status":"passed","time":{"start":1728372195432,"stop":1728372195432,"duration":0}},{"uid":"f53f592b7702ba21","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f53f592b7702ba21","status":"passed","time":{"start":1728370555256,"stop":1728370555256,"duration":0}},{"uid":"afb44d2a7a0410d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/afb44d2a7a0410d3","status":"passed","time":{"start":1728369639851,"stop":1728369639851,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b5035e00cfc2c4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6b5035e00cfc2c4a","status":"passed","time":{"start":1728381680449,"stop":1728381680450,"duration":1}},{"uid":"9a222f99bf1c04cf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a222f99bf1c04cf","status":"passed","time":{"start":1728379482923,"stop":1728379482924,"duration":1}},{"uid":"ba8ba4f3f6395e6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba8ba4f3f6395e6c","status":"passed","time":{"start":1728372134547,"stop":1728372134548,"duration":1}},{"uid":"b8b55ac0f7cc1d50","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b8b55ac0f7cc1d50","status":"passed","time":{"start":1728370487865,"stop":1728370487865,"duration":0}},{"uid":"bdf4c1cf80853e13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bdf4c1cf80853e13","status":"passed","time":{"start":1728369590790,"stop":1728369590790,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f8367794dc467e24","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8367794dc467e24","status":"passed","time":{"start":1728381680459,"stop":1728381680463,"duration":4}},{"uid":"2532fa1b89eb232b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2532fa1b89eb232b","status":"passed","time":{"start":1728379482937,"stop":1728379482941,"duration":4}},{"uid":"b06478d5a01d7a1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b06478d5a01d7a1b","status":"passed","time":{"start":1728372134565,"stop":1728372134565,"duration":0}},{"uid":"cd96f5e41f1f64e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd96f5e41f1f64e8","status":"passed","time":{"start":1728370487878,"stop":1728370487879,"duration":1}},{"uid":"c9830edd366aa931","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c9830edd366aa931","status":"passed","time":{"start":1728369590802,"stop":1728369590803,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8068ce07270cb9e7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8068ce07270cb9e7","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0}},{"uid":"6b2d25f48fe1738c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b2d25f48fe1738c","status":"passed","time":{"start":1728379572276,"stop":1728379572277,"duration":1}},{"uid":"acb4765688cdce0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/acb4765688cdce0c","status":"passed","time":{"start":1728372221523,"stop":1728372221523,"duration":0}},{"uid":"c3464670b8029a2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3464670b8029a2a","status":"passed","time":{"start":1728370607711,"stop":1728370607711,"duration":0}},{"uid":"4397367ae290a2cd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4397367ae290a2cd","status":"passed","time":{"start":1728369690180,"stop":1728369690180,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"46f49e5e45812c4f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46f49e5e45812c4f","status":"passed","time":{"start":1728381680439,"stop":1728381680439,"duration":0}},{"uid":"426c3ed9d85ab8e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/426c3ed9d85ab8e3","status":"passed","time":{"start":1728379482918,"stop":1728379482918,"duration":0}},{"uid":"e33f8c2273429978","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e33f8c2273429978","status":"passed","time":{"start":1728372134545,"stop":1728372134545,"duration":0}},{"uid":"527c99eea7800ca3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/527c99eea7800ca3","status":"passed","time":{"start":1728370487860,"stop":1728370487860,"duration":0}},{"uid":"7c434efcfc5c60e5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c434efcfc5c60e5","status":"passed","time":{"start":1728369590787,"stop":1728369590787,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"117f07d6177852d3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/117f07d6177852d3","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0}},{"uid":"91f5d315230076bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91f5d315230076bf","status":"passed","time":{"start":1728379482950,"stop":1728379482950,"duration":0}},{"uid":"176afe015bcbf29b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/176afe015bcbf29b","status":"passed","time":{"start":1728372134573,"stop":1728372134573,"duration":0}},{"uid":"1ec9c5af969aa11","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ec9c5af969aa11","status":"passed","time":{"start":1728370487884,"stop":1728370487884,"duration":0}},{"uid":"d7b6945cb8cd5c0a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d7b6945cb8cd5c0a","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ead5180888e7513a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ead5180888e7513a","status":"passed","time":{"start":1728381842826,"stop":1728381842827,"duration":1}},{"uid":"dfd26ef1b90c0444","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dfd26ef1b90c0444","status":"passed","time":{"start":1728379644817,"stop":1728379644817,"duration":0}},{"uid":"a2ca72d797d38d74","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2ca72d797d38d74","status":"passed","time":{"start":1728372295100,"stop":1728372295100,"duration":0}},{"uid":"5323225f824f714e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5323225f824f714e","status":"passed","time":{"start":1728370682626,"stop":1728370682626,"duration":0}},{"uid":"72f1ecbee365355f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/72f1ecbee365355f","status":"passed","time":{"start":1728369782382,"stop":1728369782382,"duration":0}}]},"9444a5685aa73c129256cb79b5bba81a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67b12a68c849e726","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/67b12a68c849e726","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1af6fd35d67f01dc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1af6fd35d67f01dc","status":"passed","time":{"start":1728381355952,"stop":1728381355952,"duration":0}},{"uid":"d4e3e560b3c89fe6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d4e3e560b3c89fe6","status":"passed","time":{"start":1728379158992,"stop":1728379158993,"duration":1}},{"uid":"a562018d92e270b7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a562018d92e270b7","status":"passed","time":{"start":1728371802883,"stop":1728371802887,"duration":4}},{"uid":"4c32292e9aabc36d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c32292e9aabc36d","status":"passed","time":{"start":1728370149912,"stop":1728370149913,"duration":1}},{"uid":"d180fe1ad4625f70","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d180fe1ad4625f70","status":"passed","time":{"start":1728369248972,"stop":1728369248972,"duration":0}}]},"03e8d0d7fcce07a431056d05e50c9460:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"390c9a34958852bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/390c9a34958852bc","status":"passed","time":{"start":1728369544874,"stop":1728369544874,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a290d4db0dbe0cbb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a290d4db0dbe0cbb","status":"passed","time":{"start":1728381452649,"stop":1728381452649,"duration":0}},{"uid":"b2b23360447f95bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2b23360447f95bf","status":"passed","time":{"start":1728379262343,"stop":1728379262343,"duration":0}},{"uid":"8c91f99ae8e48b7e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8c91f99ae8e48b7e","status":"passed","time":{"start":1728371896579,"stop":1728371896580,"duration":1}},{"uid":"ed1f555af89a7506","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed1f555af89a7506","status":"passed","time":{"start":1728370244009,"stop":1728370244009,"duration":0}},{"uid":"3f77ccb4864088c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f77ccb4864088c7","status":"passed","time":{"start":1728369348163,"stop":1728369348164,"duration":1}}]},"7e163018aa1cb84cf0ad969276a20547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b329afcda3146a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b329afcda3146a5f","status":"passed","time":{"start":1728379547122,"stop":1728379547123,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1e56a9d831031654","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1e56a9d831031654","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0}},{"uid":"fb0dfa1052d9f7c6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb0dfa1052d9f7c6","status":"passed","time":{"start":1728379329181,"stop":1728379329181,"duration":0}},{"uid":"294d857a5580c9ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/294d857a5580c9ca","status":"passed","time":{"start":1728371984006,"stop":1728371984006,"duration":0}},{"uid":"cc56f77264109a04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc56f77264109a04","status":"passed","time":{"start":1728370284361,"stop":1728370284361,"duration":0}},{"uid":"7e10cd023830f876","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7e10cd023830f876","status":"passed","time":{"start":1728369378906,"stop":1728369378906,"duration":0}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a369879366883360","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a369879366883360","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0}},{"uid":"b9d0cadd54560fc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9d0cadd54560fc2","status":"passed","time":{"start":1728379159008,"stop":1728379159008,"duration":0}},{"uid":"10660a394b787f4a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/10660a394b787f4a","status":"passed","time":{"start":1728371802894,"stop":1728371802894,"duration":0}},{"uid":"bd9458396c5a2789","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd9458396c5a2789","status":"passed","time":{"start":1728370149927,"stop":1728370149927,"duration":0}},{"uid":"366f40c227321e00","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/366f40c227321e00","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aad037288cfa22b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aad037288cfa22b0","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0}},{"uid":"dd2eac83d90025a3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dd2eac83d90025a3","status":"passed","time":{"start":1728379263251,"stop":1728379263251,"duration":0}},{"uid":"a7eb2a44e18e3c4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7eb2a44e18e3c4","status":"passed","time":{"start":1728371902714,"stop":1728371902714,"duration":0}},{"uid":"b3af4a29fcfa95d1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3af4a29fcfa95d1","status":"passed","time":{"start":1728370254632,"stop":1728370254632,"duration":0}},{"uid":"fc5b216fbd98f9fe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc5b216fbd98f9fe","status":"passed","time":{"start":1728369347761,"stop":1728369347761,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8bbc2f619f16888d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8bbc2f619f16888d","status":"passed","time":{"start":1728381545566,"stop":1728381545566,"duration":0}},{"uid":"6331275080308c4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6331275080308c4","status":"passed","time":{"start":1728379350307,"stop":1728379350308,"duration":1}},{"uid":"423dd1a3c257cf36","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/423dd1a3c257cf36","status":"passed","time":{"start":1728371998264,"stop":1728371998266,"duration":2}},{"uid":"aebdff1d2dbfb80f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aebdff1d2dbfb80f","status":"passed","time":{"start":1728370345943,"stop":1728370345947,"duration":4}},{"uid":"ff1febee642bf7b6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ff1febee642bf7b6","status":"passed","time":{"start":1728369443737,"stop":1728369443738,"duration":1}}]},"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"9c7d82fbf233aea3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c7d82fbf233aea3","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0}},{"uid":"e2dbc13bc7ae52af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2dbc13bc7ae52af","status":"passed","time":{"start":1728379419674,"stop":1728379419674,"duration":0}},{"uid":"e7d73904f40bcdc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e7d73904f40bcdc","status":"passed","time":{"start":1728372107438,"stop":1728372107438,"duration":0}},{"uid":"dc3e3ef618378859","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dc3e3ef618378859","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626983,"stop":1728370626984,"duration":1}},{"uid":"32dd968003eba2d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/32dd968003eba2d9","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728513,"stop":1728369728513,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6f6488286e3ba014","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6f6488286e3ba014","status":"passed","time":{"start":1728381749026,"stop":1728381749032,"duration":6}},{"uid":"d2112df53f7a2ad4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d2112df53f7a2ad4","status":"passed","time":{"start":1728379549674,"stop":1728379549675,"duration":1}},{"uid":"fb528c835d1bce00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb528c835d1bce00","status":"passed","time":{"start":1728372195414,"stop":1728372195415,"duration":1}},{"uid":"f22d2bf1f2a326c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f22d2bf1f2a326c3","status":"passed","time":{"start":1728370555244,"stop":1728370555245,"duration":1}},{"uid":"61f5815fb4bae65f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/61f5815fb4bae65f","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"96d64c30f9644b5aef30a5aae69e53bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76564f27bb725796","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76564f27bb725796","status":"passed","time":{"start":1728369674997,"stop":1728369674998,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c47d3c4885665a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c47d3c4885665a7","status":"passed","time":{"start":1728381358362,"stop":1728381358362,"duration":0}},{"uid":"4fe91f5f49bde5c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4fe91f5f49bde5c9","status":"passed","time":{"start":1728379161480,"stop":1728379161480,"duration":0}},{"uid":"9c3ff5c869b22ae2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9c3ff5c869b22ae2","status":"passed","time":{"start":1728371805333,"stop":1728371805333,"duration":0}},{"uid":"cdb16b8a20560bec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cdb16b8a20560bec","status":"passed","time":{"start":1728370152477,"stop":1728370152477,"duration":0}},{"uid":"f71758069d09c0ff","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f71758069d09c0ff","status":"passed","time":{"start":1728369251642,"stop":1728369251642,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2103cf730e4d9594","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2103cf730e4d9594","status":"passed","time":{"start":1728381634307,"stop":1728381634307,"duration":0}},{"uid":"c393bd0babe2b429","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c393bd0babe2b429","status":"passed","time":{"start":1728379439870,"stop":1728379439871,"duration":1}},{"uid":"ee45b9469edf4f6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee45b9469edf4f6c","status":"passed","time":{"start":1728372083102,"stop":1728372083102,"duration":0}},{"uid":"e6a74fe78e357d2d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6a74fe78e357d2d","status":"passed","time":{"start":1728370464872,"stop":1728370464873,"duration":1}},{"uid":"5b45f12ad6d7db99","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5b45f12ad6d7db99","status":"passed","time":{"start":1728369559760,"stop":1728369559762,"duration":2}}]},"66bf0fe31f324fba008a588a6eb805bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8970d3da0e2c23ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8970d3da0e2c23ce","status":"passed","time":{"start":1728379523098,"stop":1728379523099,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3dce8557ca67c586","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3dce8557ca67c586","status":"passed","time":{"start":1728381355973,"stop":1728381355974,"duration":1}},{"uid":"68f976e8e97223ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68f976e8e97223ab","status":"passed","time":{"start":1728379159016,"stop":1728379159017,"duration":1}},{"uid":"3828d78944bdae2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3828d78944bdae2","status":"passed","time":{"start":1728371802902,"stop":1728371802902,"duration":0}},{"uid":"1608db3020946769","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1608db3020946769","status":"passed","time":{"start":1728370149935,"stop":1728370149936,"duration":1}},{"uid":"ab5fab56dad6999f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab5fab56dad6999f","status":"passed","time":{"start":1728369248990,"stop":1728369248990,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90a936a1253c31e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90a936a1253c31e8","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0}},{"uid":"4dd2f58f24d26072","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4dd2f58f24d26072","status":"passed","time":{"start":1728379350308,"stop":1728379350313,"duration":5}},{"uid":"b09cc58ca3d3a960","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b09cc58ca3d3a960","status":"passed","time":{"start":1728371998266,"stop":1728371998266,"duration":0}},{"uid":"5c8b1478f40de608","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5c8b1478f40de608","status":"passed","time":{"start":1728370345947,"stop":1728370345947,"duration":0}},{"uid":"fbb7a6a750c05f98","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fbb7a6a750c05f98","status":"passed","time":{"start":1728369443738,"stop":1728369443738,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"2ec8c36ed173cfb2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2ec8c36ed173cfb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381526533,"stop":1728381526534,"duration":1}},{"uid":"fda07ad32fa632b9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fda07ad32fa632b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379329405,"stop":1728379329405,"duration":0}},{"uid":"30be36d62f864472","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/30be36d62f864472","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371974008,"stop":1728371974008,"duration":0}},{"uid":"292cd6395b1bbb80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/292cd6395b1bbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370320875,"stop":1728370320875,"duration":0}},{"uid":"e763710dbee6f344","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e763710dbee6f344","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369420266,"stop":1728369420266,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6b1499fc750f3d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c6b1499fc750f3d0","status":"passed","time":{"start":1728381391225,"stop":1728381391226,"duration":1}},{"uid":"f485602006e05a3d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f485602006e05a3d","status":"passed","time":{"start":1728379194285,"stop":1728379194285,"duration":0}},{"uid":"f024e9e04eb7100d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f024e9e04eb7100d","status":"passed","time":{"start":1728371838585,"stop":1728371838585,"duration":0}},{"uid":"97cec7f198897a4f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/97cec7f198897a4f","status":"passed","time":{"start":1728370185971,"stop":1728370185971,"duration":0}},{"uid":"29bb556bea2c785b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/29bb556bea2c785b","status":"passed","time":{"start":1728369284714,"stop":1728369284714,"duration":0}}]},"50ee3f38ba60864dc4a1e7f11559c9f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d033f1aa9906339","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d033f1aa9906339","status":"passed","time":{"start":1728379329401,"stop":1728379329401,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dbdf671d401b4d86","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dbdf671d401b4d86","status":"passed","time":{"start":1728381745565,"stop":1728381745565,"duration":0}},{"uid":"201f238bb3a2887c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/201f238bb3a2887c","status":"passed","time":{"start":1728379547128,"stop":1728379547129,"duration":1}},{"uid":"ff3572d405ef52a7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff3572d405ef52a7","status":"passed","time":{"start":1728372200182,"stop":1728372200183,"duration":1}},{"uid":"9e34e126fa0d9e0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e34e126fa0d9e0d","status":"passed","time":{"start":1728370581699,"stop":1728370581701,"duration":2}},{"uid":"2626f4c201e87932","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2626f4c201e87932","status":"passed","time":{"start":1728369675010,"stop":1728369675010,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e018d201e05d2fc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e018d201e05d2fc","status":"passed","time":{"start":1728381658368,"stop":1728381658369,"duration":1}},{"uid":"e30dd103824b6453","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e30dd103824b6453","status":"passed","time":{"start":1728379460262,"stop":1728379460263,"duration":1}},{"uid":"aaaeded874f27c8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/aaaeded874f27c8a","status":"passed","time":{"start":1728372105661,"stop":1728372105662,"duration":1}},{"uid":"d1e7db315833d5dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1e7db315833d5dc","status":"passed","time":{"start":1728370464119,"stop":1728370464121,"duration":2}},{"uid":"d872cf4448ac6ea1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d872cf4448ac6ea1","status":"passed","time":{"start":1728369544856,"stop":1728369544856,"duration":0}}]},"73c75c25bdd96a2d2861064ef2fac2a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34a7bbcbf34b7690","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34a7bbcbf34b7690","status":"passed","time":{"start":1728379547125,"stop":1728379547126,"duration":1}}]},"5325f86c52e35cd3400dfcbb2b1987eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"531ba2386604708","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/531ba2386604708","status":"passed","time":{"start":1728381745554,"stop":1728381745554,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d12f7283c205a343","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d12f7283c205a343","status":"passed","time":{"start":1728381689149,"stop":1728381689150,"duration":1}},{"uid":"42a2bca7087629dc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42a2bca7087629dc","status":"passed","time":{"start":1728379493841,"stop":1728379493842,"duration":1}},{"uid":"ebf2eeaf662c4395","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ebf2eeaf662c4395","status":"passed","time":{"start":1728372140944,"stop":1728372140944,"duration":0}},{"uid":"99b3f110de4d1b05","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99b3f110de4d1b05","status":"passed","time":{"start":1728370524958,"stop":1728370524958,"duration":0}},{"uid":"ee3143bfb5bad3da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ee3143bfb5bad3da","status":"passed","time":{"start":1728369630394,"stop":1728369630394,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"e6acda225f9ed23b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e6acda225f9ed23b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381423075,"stop":1728381423075,"duration":0}},{"uid":"d560393465527f71","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d560393465527f71","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224169,"stop":1728379224170,"duration":1}},{"uid":"9140d6635ade4418","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9140d6635ade4418","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870694,"stop":1728371870695,"duration":1}},{"uid":"89e9c2c514817241","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89e9c2c514817241","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215354,"stop":1728370215354,"duration":0}},{"uid":"238475c6a3109b1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/238475c6a3109b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314833,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f226aa4994e046ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f226aa4994e046ab","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0}},{"uid":"e5e0369d234b4474","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e5e0369d234b4474","status":"passed","time":{"start":1728379482929,"stop":1728379482929,"duration":0}},{"uid":"b809d6751697f7fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b809d6751697f7fc","status":"passed","time":{"start":1728372134554,"stop":1728372134554,"duration":0}},{"uid":"effba454a011522","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/effba454a011522","status":"passed","time":{"start":1728370487869,"stop":1728370487869,"duration":0}},{"uid":"b392194446ae6ce2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b392194446ae6ce2","status":"passed","time":{"start":1728369590793,"stop":1728369590795,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b2d6af9625ddcb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8b2d6af9625ddcb5","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0}},{"uid":"e3435aa258f19a99","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e3435aa258f19a99","status":"passed","time":{"start":1728379576341,"stop":1728379576342,"duration":1}},{"uid":"3e168eadac49e22f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3e168eadac49e22f","status":"passed","time":{"start":1728372230817,"stop":1728372230817,"duration":0}},{"uid":"65e9c53319a616a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65e9c53319a616a9","status":"passed","time":{"start":1728370630211,"stop":1728370630211,"duration":0}},{"uid":"56d8e545427ff1f2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/56d8e545427ff1f2","status":"passed","time":{"start":1728369712262,"stop":1728369712262,"duration":0}}]},"e7c710d77b2f6d0cdb6712f08c67e23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36e0292bccb2e376","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36e0292bccb2e376","status":"passed","time":{"start":1728381658372,"stop":1728381658373,"duration":1}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c97f1ae8b1e49ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c97f1ae8b1e49ab","status":"passed","time":{"start":1728381680463,"stop":1728381680465,"duration":2}},{"uid":"1ac4181805d422c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ac4181805d422c","status":"passed","time":{"start":1728379482941,"stop":1728379482942,"duration":1}},{"uid":"5e5b963caedaf8b2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e5b963caedaf8b2","status":"passed","time":{"start":1728372134566,"stop":1728372134566,"duration":0}},{"uid":"77afdb9373bc1750","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77afdb9373bc1750","status":"passed","time":{"start":1728370487879,"stop":1728370487880,"duration":1}},{"uid":"a089a13afbff68f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a089a13afbff68f9","status":"passed","time":{"start":1728369590803,"stop":1728369590803,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88c3d6d2df707db9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88c3d6d2df707db9","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0}},{"uid":"bfac0d936683cd47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bfac0d936683cd47","status":"passed","time":{"start":1728379482942,"stop":1728379482943,"duration":1}},{"uid":"78ad162631da1ebc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ad162631da1ebc","status":"passed","time":{"start":1728372134568,"stop":1728372134569,"duration":1}},{"uid":"67d7c023676d693d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67d7c023676d693d","status":"passed","time":{"start":1728370487881,"stop":1728370487881,"duration":0}},{"uid":"1523ec21bf54dc9d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1523ec21bf54dc9d","status":"passed","time":{"start":1728369590804,"stop":1728369590804,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88b58e743de3b5d1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88b58e743de3b5d1","status":"passed","time":{"start":1728381759210,"stop":1728381759211,"duration":1}},{"uid":"9b5da9aee12553a1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9b5da9aee12553a1","status":"passed","time":{"start":1728379560152,"stop":1728379560152,"duration":0}},{"uid":"64ea9dab48322203","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64ea9dab48322203","status":"passed","time":{"start":1728372216739,"stop":1728372216740,"duration":1}},{"uid":"6cc20d63385057cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6cc20d63385057cb","status":"passed","time":{"start":1728370607961,"stop":1728370607961,"duration":0}},{"uid":"23a0e9c471054569","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23a0e9c471054569","status":"passed","time":{"start":1728369698565,"stop":1728369698567,"duration":2}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7a12bf70844eb2a9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a12bf70844eb2a9","status":"passed","time":{"start":1728381355953,"stop":1728381355953,"duration":0}},{"uid":"bddfd660ff80f5b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bddfd660ff80f5b7","status":"passed","time":{"start":1728379158994,"stop":1728379158994,"duration":0}},{"uid":"52a58553120ee5f4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52a58553120ee5f4","status":"passed","time":{"start":1728371802887,"stop":1728371802888,"duration":1}},{"uid":"939f1f5853c8ef12","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/939f1f5853c8ef12","status":"passed","time":{"start":1728370149913,"stop":1728370149913,"duration":0}},{"uid":"293604f7822950f4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/293604f7822950f4","status":"passed","time":{"start":1728369248972,"stop":1728369248973,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6a74cf0c12edfa8e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a74cf0c12edfa8e","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0}},{"uid":"53f0a180da351cf3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53f0a180da351cf3","status":"passed","time":{"start":1728379366472,"stop":1728379366472,"duration":0}},{"uid":"dde09164bb1c9095","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dde09164bb1c9095","status":"passed","time":{"start":1728371996010,"stop":1728371996012,"duration":2}},{"uid":"e77b14ec03a6835c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e77b14ec03a6835c","status":"passed","time":{"start":1728370345129,"stop":1728370345129,"duration":0}},{"uid":"fb8522213f5bc5f6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb8522213f5bc5f6","status":"passed","time":{"start":1728369447288,"stop":1728369447288,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"f33d7652625e5300","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f33d7652625e5300","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658692,"stop":1728381658693,"duration":1}},{"uid":"9fa4237f92a3dd5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9fa4237f92a3dd5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460504,"stop":1728379460504,"duration":0}},{"uid":"7caaedbd27d104e4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7caaedbd27d104e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"816f37ee385e4ffd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/816f37ee385e4ffd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488125,"stop":1728370488126,"duration":1}},{"uid":"293134ff60a6ba5e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/293134ff60a6ba5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591299,"stop":1728369591300,"duration":1}}]},"6f185642297d0a982ce06e31dace95d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a61458ea342e269","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a61458ea342e269","status":"passed","time":{"start":1728379460270,"stop":1728379460271,"duration":1}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dafed86010cdc889","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dafed86010cdc889","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0}},{"uid":"c62658f5c51f4136","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c62658f5c51f4136","status":"passed","time":{"start":1728379159027,"stop":1728379159028,"duration":1}},{"uid":"94a0aa83000157e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/94a0aa83000157e","status":"passed","time":{"start":1728371802911,"stop":1728371802911,"duration":0}},{"uid":"7b44b4c15812dd69","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b44b4c15812dd69","status":"passed","time":{"start":1728370149945,"stop":1728370149945,"duration":0}},{"uid":"d1a50f3b1b058c62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d1a50f3b1b058c62","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c94d20ef7265c123","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c94d20ef7265c123","status":"passed","time":{"start":1728381745550,"stop":1728381745551,"duration":1}},{"uid":"751497cac66de624","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/751497cac66de624","status":"passed","time":{"start":1728379547119,"stop":1728379547119,"duration":0}},{"uid":"5726e5f97294d2c3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5726e5f97294d2c3","status":"passed","time":{"start":1728372200172,"stop":1728372200172,"duration":0}},{"uid":"9cee2a26875d7d2d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cee2a26875d7d2d","status":"passed","time":{"start":1728370581670,"stop":1728370581670,"duration":0}},{"uid":"26f324b66e0478f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26f324b66e0478f7","status":"passed","time":{"start":1728369674994,"stop":1728369674995,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9b2f528d6f32f501","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b2f528d6f32f501","status":"passed","time":{"start":1728381355956,"stop":1728381355957,"duration":1}},{"uid":"3795bcb103ac49e4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3795bcb103ac49e4","status":"passed","time":{"start":1728379158998,"stop":1728379158998,"duration":0}},{"uid":"c0d4cba6cd0c424d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0d4cba6cd0c424d","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"c3323a8ff3ff9f99","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3323a8ff3ff9f99","status":"passed","time":{"start":1728370149917,"stop":1728370149917,"duration":0}},{"uid":"6883b4764b799806","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6883b4764b799806","status":"passed","time":{"start":1728369248976,"stop":1728369248976,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9430cef6da6f37e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9430cef6da6f37e5","status":"passed","time":{"start":1728381774346,"stop":1728381774347,"duration":1}},{"uid":"995e0d08ea0bb5fa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/995e0d08ea0bb5fa","status":"passed","time":{"start":1728379576342,"stop":1728379576343,"duration":1}},{"uid":"3527ad19a745721a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3527ad19a745721a","status":"passed","time":{"start":1728372230818,"stop":1728372230818,"duration":0}},{"uid":"b71413a6549eaeec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b71413a6549eaeec","status":"passed","time":{"start":1728370630212,"stop":1728370630212,"duration":0}},{"uid":"f3ee7f227ec19d16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3ee7f227ec19d16","status":"passed","time":{"start":1728369712263,"stop":1728369712263,"duration":0}}]},"e29c224e11ca796fee6ec1343021ac61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b7c21dd00e83222","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2b7c21dd00e83222","status":"passed","time":{"start":1728369675005,"stop":1728369675005,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55e9654de84a1956","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55e9654de84a1956","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0}},{"uid":"5de3a27e172a7e0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5de3a27e172a7e0b","status":"passed","time":{"start":1728379182987,"stop":1728379182987,"duration":0}},{"uid":"3f247c9160cb5e93","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f247c9160cb5e93","status":"passed","time":{"start":1728371826964,"stop":1728371826964,"duration":0}},{"uid":"e87c5b3bd578773c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e87c5b3bd578773c","status":"passed","time":{"start":1728370174428,"stop":1728370174428,"duration":0}},{"uid":"e743c6b8711417c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e743c6b8711417c8","status":"passed","time":{"start":1728369273237,"stop":1728369273238,"duration":1}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fec72e158dc663b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3fec72e158dc663b","status":"passed","time":{"start":1728381521285,"stop":1728381521286,"duration":1}},{"uid":"3dcde3bbdba05a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3dcde3bbdba05a5d","status":"passed","time":{"start":1728379329165,"stop":1728379329166,"duration":1}},{"uid":"fdcbdddd981bce11","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fdcbdddd981bce11","status":"passed","time":{"start":1728371983980,"stop":1728371983980,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"274a8e2d88d60cc6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/274a8e2d88d60cc6","status":"passed","time":{"start":1728381557267,"stop":1728381557269,"duration":2}},{"uid":"7bb207ea84b4dcaf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7bb207ea84b4dcaf","status":"passed","time":{"start":1728379366486,"stop":1728379366487,"duration":1}},{"uid":"5ce438ba37cf81f7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5ce438ba37cf81f7","status":"passed","time":{"start":1728371996023,"stop":1728371996023,"duration":0}},{"uid":"4edbe620b4b90649","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4edbe620b4b90649","status":"passed","time":{"start":1728370345139,"stop":1728370345139,"duration":0}},{"uid":"9da9f4e0d49d7b49","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9da9f4e0d49d7b49","status":"passed","time":{"start":1728369447290,"stop":1728369447290,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d858d4b100b40b07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d858d4b100b40b07","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0}},{"uid":"190f2c885a9a36b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/190f2c885a9a36b6","status":"passed","time":{"start":1728379329168,"stop":1728379329169,"duration":1}},{"uid":"b8bcb52f0ff7fd5f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b8bcb52f0ff7fd5f","status":"passed","time":{"start":1728371983984,"stop":1728371983984,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa779d966cec8e54","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fa779d966cec8e54","status":"passed","time":{"start":1728381389463,"stop":1728381389463,"duration":0}},{"uid":"897a4c8dcb610f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/897a4c8dcb610f8","status":"passed","time":{"start":1728379192718,"stop":1728379192719,"duration":1}},{"uid":"8ac6f15f747e1b5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ac6f15f747e1b5a","status":"passed","time":{"start":1728371836845,"stop":1728371836845,"duration":0}},{"uid":"d996dd9b7ffb2113","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d996dd9b7ffb2113","status":"passed","time":{"start":1728370184429,"stop":1728370184429,"duration":0}},{"uid":"b15ee0ab7620943e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b15ee0ab7620943e","status":"passed","time":{"start":1728369283261,"stop":1728369283262,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3975b39ac59d24ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3975b39ac59d24ed","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0}},{"uid":"93c5ab760ea82b18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/93c5ab760ea82b18","status":"passed","time":{"start":1728379460291,"stop":1728379460291,"duration":0}},{"uid":"e74d32ec58a20f5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e74d32ec58a20f5a","status":"passed","time":{"start":1728372105678,"stop":1728372105678,"duration":0}},{"uid":"f42898c6800ccf47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f42898c6800ccf47","status":"passed","time":{"start":1728370464157,"stop":1728370464157,"duration":0}},{"uid":"c200089cf97ff470","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c200089cf97ff470","status":"passed","time":{"start":1728369544875,"stop":1728369544875,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"99fe8340c7d31cdc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/99fe8340c7d31cdc","status":"passed","time":{"start":1728381557211,"stop":1728381557215,"duration":4}},{"uid":"e60f6a8e0b3a0a7d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e60f6a8e0b3a0a7d","status":"passed","time":{"start":1728379366443,"stop":1728379366443,"duration":0}},{"uid":"a667e6a97b2fb481","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a667e6a97b2fb481","status":"passed","time":{"start":1728371995999,"stop":1728371995999,"duration":0}},{"uid":"f9b9008f6c62bf7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9b9008f6c62bf7","status":"passed","time":{"start":1728370345105,"stop":1728370345105,"duration":0}},{"uid":"ca0bcc242ddc8967","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca0bcc242ddc8967","status":"passed","time":{"start":1728369447284,"stop":1728369447285,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a18ca7f09e171299","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a18ca7f09e171299","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0}},{"uid":"f5147e488cea6655","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f5147e488cea6655","status":"passed","time":{"start":1728379182284,"stop":1728379182284,"duration":0}},{"uid":"f0040c6c1816de2e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f0040c6c1816de2e","status":"passed","time":{"start":1728371826539,"stop":1728371826539,"duration":0}},{"uid":"1ee7f87bd18b7d97","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ee7f87bd18b7d97","status":"passed","time":{"start":1728370173924,"stop":1728370173925,"duration":1}},{"uid":"4cbb0e1eb9abdcf5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4cbb0e1eb9abdcf5","status":"passed","time":{"start":1728369272890,"stop":1728369272894,"duration":4}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4df7eb8bd25deedb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4df7eb8bd25deedb","status":"passed","time":{"start":1728381658381,"stop":1728381658381,"duration":0}},{"uid":"a82ec69d7adc1e16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a82ec69d7adc1e16","status":"passed","time":{"start":1728379460286,"stop":1728379460286,"duration":0}},{"uid":"6e2c96e1f09d691a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e2c96e1f09d691a","status":"passed","time":{"start":1728372105674,"stop":1728372105675,"duration":1}},{"uid":"aa94288ed68e9a47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aa94288ed68e9a47","status":"passed","time":{"start":1728370464149,"stop":1728370464149,"duration":0}},{"uid":"3b48add3b5c2409f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b48add3b5c2409f","status":"passed","time":{"start":1728369544871,"stop":1728369544872,"duration":1}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"526b337eb9a50690","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/526b337eb9a50690","status":"passed","time":{"start":1728381521342,"stop":1728381521343,"duration":1}},{"uid":"2143406a0557e841","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2143406a0557e841","status":"passed","time":{"start":1728379329188,"stop":1728379329188,"duration":0}},{"uid":"d2e37e06fbc1ee6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d2e37e06fbc1ee6c","status":"passed","time":{"start":1728371984011,"stop":1728371984011,"duration":0}},{"uid":"18b65a49e08bbb9f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18b65a49e08bbb9f","status":"passed","time":{"start":1728370284370,"stop":1728370284370,"duration":0}},{"uid":"60f82c8483067e1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60f82c8483067e1b","status":"passed","time":{"start":1728369378914,"stop":1728369378914,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"feb05ccb5bc873cc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/feb05ccb5bc873cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658390,"stop":1728381658390,"duration":0}},{"uid":"d6e26c9b65febc3e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6e26c9b65febc3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460301,"stop":1728379460301,"duration":0}},{"uid":"ee9e2f98806321dc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee9e2f98806321dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105681,"stop":1728372105681,"duration":0}},{"uid":"69c2effaca0a4cf7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/69c2effaca0a4cf7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464167,"stop":1728370464168,"duration":1}},{"uid":"273effb5511c04c4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/273effb5511c04c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544878,"stop":1728369544878,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"c442430c76fcea29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c442430c76fcea29","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381715120,"stop":1728381715120,"duration":0}},{"uid":"8396bb483f5cdf53","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8396bb483f5cdf53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379518933,"stop":1728379518934,"duration":1}},{"uid":"f6b19c0b55249805","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f6b19c0b55249805","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"47d7d558c82c1bd4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47d7d558c82c1bd4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370547718,"stop":1728370547718,"duration":0}},{"uid":"8631055598a7f7c1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8631055598a7f7c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369640707,"stop":1728369640708,"duration":1}}]},"989f4deb90e641d7a6ada6dee3be87a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e1405b87ef3326f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e1405b87ef3326f","status":"passed","time":{"start":1728369675001,"stop":1728369675001,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"83bb330b19f83aba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/83bb330b19f83aba","status":"passed","time":{"start":1728381774345,"stop":1728381774345,"duration":0}},{"uid":"5ae29fc651047acd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ae29fc651047acd","status":"passed","time":{"start":1728379576341,"stop":1728379576341,"duration":0}},{"uid":"ed83b5fe9b7cbea3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed83b5fe9b7cbea3","status":"passed","time":{"start":1728372230817,"stop":1728372230817,"duration":0}},{"uid":"7de28a19fc7a70a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7de28a19fc7a70a1","status":"passed","time":{"start":1728370630210,"stop":1728370630210,"duration":0}},{"uid":"f48766e08828bc2a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f48766e08828bc2a","status":"passed","time":{"start":1728369712261,"stop":1728369712261,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f05ad53c8b99420","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3f05ad53c8b99420","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0}},{"uid":"d648b03eb0d697e2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d648b03eb0d697e2","status":"passed","time":{"start":1728379549661,"stop":1728379549661,"duration":0}},{"uid":"2d3d80d0d9882f26","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d3d80d0d9882f26","status":"passed","time":{"start":1728372195414,"stop":1728372195414,"duration":0}},{"uid":"e191eeaf6e9c2340","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e191eeaf6e9c2340","status":"passed","time":{"start":1728370555243,"stop":1728370555243,"duration":0}},{"uid":"c1ced1bb49f50025","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c1ced1bb49f50025","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"5fce79481120b79db737023b7abcbd96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63e5060e5d2de796","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/63e5060e5d2de796","status":"passed","time":{"start":1728369544874,"stop":1728369544875,"duration":1}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aeaf00e60eb5236e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aeaf00e60eb5236e","status":"passed","time":{"start":1728381358360,"stop":1728381358361,"duration":1}},{"uid":"c75096e7a02bd509","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c75096e7a02bd509","status":"passed","time":{"start":1728379161478,"stop":1728379161479,"duration":1}},{"uid":"9cf97d5b14862880","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cf97d5b14862880","status":"passed","time":{"start":1728371805330,"stop":1728371805332,"duration":2}},{"uid":"485a8b21352a5486","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/485a8b21352a5486","status":"passed","time":{"start":1728370152475,"stop":1728370152476,"duration":1}},{"uid":"ea2a94cc4912ca63","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea2a94cc4912ca63","status":"passed","time":{"start":1728369251639,"stop":1728369251640,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"105ef7092e60ac40","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/105ef7092e60ac40","status":"passed","time":{"start":1728381485020,"stop":1728381485021,"duration":1}},{"uid":"24726efac0726398","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/24726efac0726398","status":"passed","time":{"start":1728379293451,"stop":1728379293452,"duration":1}},{"uid":"2b05c0ca7b2464f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b05c0ca7b2464f8","status":"passed","time":{"start":1728371932963,"stop":1728371932964,"duration":1}},{"uid":"4906919b6d2ec35d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4906919b6d2ec35d","status":"passed","time":{"start":1728370281705,"stop":1728370281705,"duration":0}},{"uid":"dec168ef95820afb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dec168ef95820afb","status":"passed","time":{"start":1728369376536,"stop":1728369376536,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"518d65eff2ed7e4d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/518d65eff2ed7e4d","status":"passed","time":{"start":1728381358361,"stop":1728381358361,"duration":0}},{"uid":"bd5ab064a3a15ccf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd5ab064a3a15ccf","status":"passed","time":{"start":1728379161479,"stop":1728379161479,"duration":0}},{"uid":"e25eb7d7e1ab6eb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e25eb7d7e1ab6eb","status":"passed","time":{"start":1728371805332,"stop":1728371805332,"duration":0}},{"uid":"92d0639eceba20a7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/92d0639eceba20a7","status":"passed","time":{"start":1728370152476,"stop":1728370152476,"duration":0}},{"uid":"4c37d2f9e1bfb919","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c37d2f9e1bfb919","status":"passed","time":{"start":1728369251641,"stop":1728369251641,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b7aa8de07c36106a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b7aa8de07c36106a","status":"passed","time":{"start":1728381711646,"stop":1728381711647,"duration":1}},{"uid":"87de9bb48ff8ca07","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/87de9bb48ff8ca07","status":"passed","time":{"start":1728379515550,"stop":1728379515550,"duration":0}},{"uid":"53f3eb672d640a8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/53f3eb672d640a8c","status":"passed","time":{"start":1728372171293,"stop":1728372171293,"duration":0}},{"uid":"f0126fa5df23840d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f0126fa5df23840d","status":"passed","time":{"start":1728370522957,"stop":1728370522958,"duration":1}},{"uid":"a7e276bb15c70c0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a7e276bb15c70c0b","status":"passed","time":{"start":1728369622033,"stop":1728369622034,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e196ab77e326e63e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e196ab77e326e63e","status":"passed","time":{"start":1728381749068,"stop":1728381749070,"duration":2}},{"uid":"8a9f1bb0a31a71ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8a9f1bb0a31a71ab","status":"passed","time":{"start":1728379549700,"stop":1728379549700,"duration":0}},{"uid":"3c98597feb63461f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3c98597feb63461f","status":"passed","time":{"start":1728372195436,"stop":1728372195437,"duration":1}},{"uid":"dd5f7452deaad3ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dd5f7452deaad3ec","status":"passed","time":{"start":1728370555260,"stop":1728370555260,"duration":0}},{"uid":"38bd432414257a3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38bd432414257a3c","status":"passed","time":{"start":1728369639856,"stop":1728369639856,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"498d815673d3bb1d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/498d815673d3bb1d","status":"passed","time":{"start":1728381526520,"stop":1728381526520,"duration":0}},{"uid":"66bcbefcc98725d4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66bcbefcc98725d4","status":"passed","time":{"start":1728379329403,"stop":1728379329403,"duration":0}},{"uid":"f441ff0c8434b5d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f441ff0c8434b5d1","status":"passed","time":{"start":1728371974003,"stop":1728371974003,"duration":0}},{"uid":"70d283b8e5987e47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70d283b8e5987e47","status":"passed","time":{"start":1728370320870,"stop":1728370320871,"duration":1}},{"uid":"c17ca70a4efe8c24","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c17ca70a4efe8c24","status":"passed","time":{"start":1728369420264,"stop":1728369420264,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"325ebf39288cf9c9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/325ebf39288cf9c9","status":"passed","time":{"start":1728381772752,"stop":1728381772752,"duration":0}},{"uid":"fcea819ab528f24c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcea819ab528f24c","status":"passed","time":{"start":1728379576114,"stop":1728379576115,"duration":1}},{"uid":"c614d19d3dacb8b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c614d19d3dacb8b","status":"passed","time":{"start":1728372231472,"stop":1728372231472,"duration":0}},{"uid":"b74385cf72cbf75c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b74385cf72cbf75c","status":"passed","time":{"start":1728370655525,"stop":1728370655525,"duration":0}},{"uid":"972e7e2919e2db23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/972e7e2919e2db23","status":"passed","time":{"start":1728369731926,"stop":1728369731926,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"86a37924a319c8f7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86a37924a319c8f7","status":"passed","time":{"start":1728381737936,"stop":1728381737937,"duration":1}},{"uid":"be0d6b6d50da0c9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be0d6b6d50da0c9d","status":"passed","time":{"start":1728379543300,"stop":1728379543300,"duration":0}},{"uid":"dd8c5511269c813b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dd8c5511269c813b","status":"passed","time":{"start":1728372192289,"stop":1728372192289,"duration":0}},{"uid":"de13c1bb42c43623","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de13c1bb42c43623","status":"passed","time":{"start":1728370579156,"stop":1728370579156,"duration":0}},{"uid":"a5c31f59b665a15c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5c31f59b665a15c","status":"passed","time":{"start":1728369664330,"stop":1728369664330,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ed4cb5f5970bf6d8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ed4cb5f5970bf6d8","status":"passed","time":{"start":1728381749047,"stop":1728381749047,"duration":0}},{"uid":"cbfd9ada60cd7e92","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cbfd9ada60cd7e92","status":"passed","time":{"start":1728379549689,"stop":1728379549690,"duration":1}},{"uid":"e4158eb79732cef2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e4158eb79732cef2","status":"passed","time":{"start":1728372195430,"stop":1728372195430,"duration":0}},{"uid":"83fa1538b293f319","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83fa1538b293f319","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"147def67bf027d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/147def67bf027d3","status":"passed","time":{"start":1728369639847,"stop":1728369639847,"duration":0}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ccc95eb44753ff59","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ccc95eb44753ff59","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0}},{"uid":"9fa6584a2742b52b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9fa6584a2742b52b","status":"passed","time":{"start":1728379159016,"stop":1728379159016,"duration":0}},{"uid":"7890637d0fdb767b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7890637d0fdb767b","status":"passed","time":{"start":1728371802901,"stop":1728371802902,"duration":1}},{"uid":"d54ed03336c71b00","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d54ed03336c71b00","status":"passed","time":{"start":1728370149935,"stop":1728370149935,"duration":0}},{"uid":"8b7606376cf2fc18","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8b7606376cf2fc18","status":"passed","time":{"start":1728369248990,"stop":1728369248990,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ee65cec91663f3c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ee65cec91663f3c","status":"passed","time":{"start":1728381545563,"stop":1728381545564,"duration":1}},{"uid":"f97e83e82825eaa0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f97e83e82825eaa0","status":"passed","time":{"start":1728379350297,"stop":1728379350298,"duration":1}},{"uid":"2014d6b2d4dc74ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2014d6b2d4dc74ab","status":"passed","time":{"start":1728371998256,"stop":1728371998261,"duration":5}},{"uid":"9d1693a2c1ac15e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9d1693a2c1ac15e","status":"passed","time":{"start":1728370345942,"stop":1728370345942,"duration":0}},{"uid":"f592ed5f58399991","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f592ed5f58399991","status":"passed","time":{"start":1728369443731,"stop":1728369443737,"duration":6}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e6619b0f46f46bcb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e6619b0f46f46bcb","status":"passed","time":{"start":1728381749039,"stop":1728381749039,"duration":0}},{"uid":"40f41d9b5ea3d0f9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/40f41d9b5ea3d0f9","status":"passed","time":{"start":1728379549684,"stop":1728379549684,"duration":0}},{"uid":"57236d9508064db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57236d9508064db","status":"passed","time":{"start":1728372195424,"stop":1728372195424,"duration":0}},{"uid":"e0079636740ebeda","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e0079636740ebeda","status":"passed","time":{"start":1728370555251,"stop":1728370555251,"duration":0}},{"uid":"85bf29bf30faaec2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85bf29bf30faaec2","status":"passed","time":{"start":1728369639843,"stop":1728369639844,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6457dd74126a3122","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6457dd74126a3122","status":"passed","time":{"start":1728381689146,"stop":1728381689146,"duration":0}},{"uid":"6e72d583a3e03a09","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e72d583a3e03a09","status":"passed","time":{"start":1728379493802,"stop":1728379493803,"duration":1}},{"uid":"f8c6a3f6fec1f43e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8c6a3f6fec1f43e","status":"passed","time":{"start":1728372140938,"stop":1728372140940,"duration":2}},{"uid":"2f7803683da7f84e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f7803683da7f84e","status":"passed","time":{"start":1728370524956,"stop":1728370524956,"duration":0}},{"uid":"df63fecbfdd99d80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/df63fecbfdd99d80","status":"passed","time":{"start":1728369630388,"stop":1728369630390,"duration":2}}]},"5d805aa5b7a57aa811134bc149063c0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88f872a65a2cb2d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88f872a65a2cb2d0","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3d8a368cc7a0df95","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3d8a368cc7a0df95","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0}},{"uid":"5459d47e7f6d15b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5459d47e7f6d15b8","status":"passed","time":{"start":1728379576112,"stop":1728379576112,"duration":0}},{"uid":"5e5cb8ba2b1d8c86","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e5cb8ba2b1d8c86","status":"passed","time":{"start":1728372231470,"stop":1728372231470,"duration":0}},{"uid":"8f36c9eac5720b73","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8f36c9eac5720b73","status":"passed","time":{"start":1728370655523,"stop":1728370655523,"duration":0}},{"uid":"6173da58d2b95310","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6173da58d2b95310","status":"passed","time":{"start":1728369731924,"stop":1728369731924,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9ee382578073d372","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ee382578073d372","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0}},{"uid":"32d2887a43ce5174","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/32d2887a43ce5174","status":"passed","time":{"start":1728379565738,"stop":1728379565743,"duration":5}},{"uid":"e0e96d9ae504d975","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0e96d9ae504d975","status":"passed","time":{"start":1728372228765,"stop":1728372228765,"duration":0}},{"uid":"5d89ecc6691ec6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5d89ecc6691ec6a","status":"passed","time":{"start":1728370603980,"stop":1728370603981,"duration":1}},{"uid":"5a1f39e7caaa00a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5a1f39e7caaa00a7","status":"passed","time":{"start":1728369703131,"stop":1728369703131,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"778bc4d76de86f1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/778bc4d76de86f1a","status":"passed","time":{"start":1728381521321,"stop":1728381521322,"duration":1}},{"uid":"f21e0c29801923f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f21e0c29801923f7","status":"passed","time":{"start":1728379329183,"stop":1728379329184,"duration":1}},{"uid":"2293a01ba850e049","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2293a01ba850e049","status":"passed","time":{"start":1728371984008,"stop":1728371984009,"duration":1}},{"uid":"cb93fe208ea92138","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cb93fe208ea92138","status":"passed","time":{"start":1728370284363,"stop":1728370284364,"duration":1}},{"uid":"8a29b2d3bdd4c257","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a29b2d3bdd4c257","status":"passed","time":{"start":1728369378911,"stop":1728369378911,"duration":0}}]},"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56fd038797efdcdd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56fd038797efdcdd","status":"passed","time":{"start":1728379197136,"stop":1728379197136,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"16905df240891182","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/16905df240891182","status":"passed","time":{"start":1728381526513,"stop":1728381526515,"duration":2}},{"uid":"6ded6d52b6381200","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ded6d52b6381200","status":"passed","time":{"start":1728379329398,"stop":1728379329398,"duration":0}},{"uid":"a044f11423a05c89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a044f11423a05c89","status":"passed","time":{"start":1728371973991,"stop":1728371973992,"duration":1}},{"uid":"3b5db82dd875166","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b5db82dd875166","status":"passed","time":{"start":1728370320865,"stop":1728370320865,"duration":0}},{"uid":"e2275ca7c87604e2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e2275ca7c87604e2","status":"passed","time":{"start":1728369420244,"stop":1728369420244,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4c26be2e86e71541","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c26be2e86e71541","status":"passed","time":{"start":1728381634683,"stop":1728381634683,"duration":0}},{"uid":"ceded9d2abbcbd11","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ceded9d2abbcbd11","status":"passed","time":{"start":1728379440095,"stop":1728379440095,"duration":0}},{"uid":"45a001534482a8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/45a001534482a8e","status":"passed","time":{"start":1728372106163,"stop":1728372106164,"duration":1}},{"uid":"b2977a37d3f1654f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b2977a37d3f1654f","status":"passed","time":{"start":1728370467936,"stop":1728370467936,"duration":0}},{"uid":"f7dd830302f695fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7dd830302f695fb","status":"passed","time":{"start":1728369560302,"stop":1728369560303,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"693eca846d962004","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/693eca846d962004","status":"passed","time":{"start":1728381634309,"stop":1728381634310,"duration":1}},{"uid":"8fa2895bbddd3275","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8fa2895bbddd3275","status":"passed","time":{"start":1728379439872,"stop":1728379439872,"duration":0}},{"uid":"d0a525e33e5dcf30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0a525e33e5dcf30","status":"passed","time":{"start":1728372083108,"stop":1728372083109,"duration":1}},{"uid":"5ebc070a9186522c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ebc070a9186522c","status":"passed","time":{"start":1728370464874,"stop":1728370464875,"duration":1}},{"uid":"6a10953c0a32a8b1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6a10953c0a32a8b1","status":"passed","time":{"start":1728369559765,"stop":1728369559765,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2d43e4342c174655","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2d43e4342c174655","status":"passed","time":{"start":1728381557205,"stop":1728381557206,"duration":1}},{"uid":"7f70938beb73bce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7f70938beb73bce","status":"passed","time":{"start":1728379366435,"stop":1728379366439,"duration":4}},{"uid":"a98bd4c425f51d06","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a98bd4c425f51d06","status":"passed","time":{"start":1728371995989,"stop":1728371995989,"duration":0}},{"uid":"5e0672bc4f1ef758","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e0672bc4f1ef758","status":"passed","time":{"start":1728370345097,"stop":1728370345099,"duration":2}},{"uid":"b75ebaca78780b52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b75ebaca78780b52","status":"passed","time":{"start":1728369447282,"stop":1728369447283,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34505fe63562030e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34505fe63562030e","status":"passed","time":{"start":1728381521296,"stop":1728381521297,"duration":1}},{"uid":"29adfe6520dbcceb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/29adfe6520dbcceb","status":"passed","time":{"start":1728379329175,"stop":1728379329175,"duration":0}},{"uid":"7b35dcdef59865cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b35dcdef59865cf","status":"passed","time":{"start":1728371984001,"stop":1728371984001,"duration":0}},{"uid":"a1ae3380ac7292a2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1ae3380ac7292a2","status":"passed","time":{"start":1728370284352,"stop":1728370284354,"duration":2}},{"uid":"5d8a243a1f10a00a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d8a243a1f10a00a","status":"passed","time":{"start":1728369378893,"stop":1728369378894,"duration":1}}]},"053bc3a82c786a649ac501600b44efd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b35c95017ff7476d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b35c95017ff7476d","status":"passed","time":{"start":1728370524962,"stop":1728370524962,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3def1bb78fe4c69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3def1bb78fe4c69","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0}},{"uid":"1ab5bab8882e67f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ab5bab8882e67f7","status":"passed","time":{"start":1728379167606,"stop":1728379167606,"duration":0}},{"uid":"ee28c82b5515d86e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee28c82b5515d86e","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"49326bd81428c38f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49326bd81428c38f","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"8db6772122852d1d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8db6772122852d1d","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"a77ccd0f0e2536866bec0d2ef6ed6b00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95655c8a5203d3c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95655c8a5203d3c3","status":"passed","time":{"start":1728369630401,"stop":1728369630402,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ee7437a6d52031","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ee7437a6d52031","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0}},{"uid":"8b41740d7fa363fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b41740d7fa363fd","status":"passed","time":{"start":1728379460265,"stop":1728379460268,"duration":3}},{"uid":"f4cbc76ba158e1df","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f4cbc76ba158e1df","status":"passed","time":{"start":1728372105664,"stop":1728372105665,"duration":1}},{"uid":"468c2ba825cd233d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/468c2ba825cd233d","status":"passed","time":{"start":1728370464128,"stop":1728370464129,"duration":1}},{"uid":"a68dd1be1cfd216d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a68dd1be1cfd216d","status":"passed","time":{"start":1728369544860,"stop":1728369544861,"duration":1}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"27c308d51922eec8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/27c308d51922eec8","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0}},{"uid":"51f4a4877b34dd64","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/51f4a4877b34dd64","status":"passed","time":{"start":1728379159018,"stop":1728379159018,"duration":0}},{"uid":"ef8a10d05935c848","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ef8a10d05935c848","status":"passed","time":{"start":1728371802903,"stop":1728371802904,"duration":1}},{"uid":"7f9fde44e5af0bf0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7f9fde44e5af0bf0","status":"passed","time":{"start":1728370149937,"stop":1728370149937,"duration":0}},{"uid":"fa6eb551f99ac3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fa6eb551f99ac3b","status":"passed","time":{"start":1728369248992,"stop":1728369248992,"duration":0}}]},"2abbc453cfaa88b4c369d4c502399410:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9867bc086a38817b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9867bc086a38817b","status":"passed","time":{"start":1728369663463,"stop":1728369663463,"duration":0}}]},"6eef9c6fad989e7a4fbc1d24c9f31d9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2ebeeb0974c114","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2ebeeb0974c114","status":"passed","time":{"start":1728370522978,"stop":1728370522979,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"5fa1959db60032e6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5fa1959db60032e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658691,"stop":1728381658692,"duration":1}},{"uid":"801bbdaeb83216d6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/801bbdaeb83216d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460503,"stop":1728379460503,"duration":0}},{"uid":"2e6c5c40005ac208","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e6c5c40005ac208","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107863,"stop":1728372107863,"duration":0}},{"uid":"4d03cd78ad3edf5e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4d03cd78ad3edf5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488123,"stop":1728370488123,"duration":0}},{"uid":"f62d600a55606897","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f62d600a55606897","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591297,"stop":1728369591297,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bce3c8efb1ca13a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bce3c8efb1ca13a0","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0}},{"uid":"f914f9b12b6b9065","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f914f9b12b6b9065","status":"passed","time":{"start":1728379543301,"stop":1728379543301,"duration":0}},{"uid":"58b28d79985048f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/58b28d79985048f0","status":"passed","time":{"start":1728372192290,"stop":1728372192290,"duration":0}},{"uid":"30fedd32a16d47c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30fedd32a16d47c1","status":"passed","time":{"start":1728370579157,"stop":1728370579158,"duration":1}},{"uid":"a8abb5068246ca92","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8abb5068246ca92","status":"passed","time":{"start":1728369664331,"stop":1728369664331,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e949bbb9e83d2ce8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e949bbb9e83d2ce8","status":"passed","time":{"start":1728381521291,"stop":1728381521291,"duration":0}},{"uid":"96e0c72d0a1c5ca7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/96e0c72d0a1c5ca7","status":"passed","time":{"start":1728379329172,"stop":1728379329172,"duration":0}},{"uid":"74a952d44bfd904f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74a952d44bfd904f","status":"passed","time":{"start":1728371983994,"stop":1728371983994,"duration":0}},{"uid":"200c212f608d91a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/200c212f608d91a4","status":"passed","time":{"start":1728370284346,"stop":1728370284346,"duration":0}},{"uid":"f245963bb0fcf14e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f245963bb0fcf14e","status":"passed","time":{"start":1728369378879,"stop":1728369378879,"duration":0}}]},"07405123b5590e0077dfc236dc47a697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9df8e5e29d2d0441","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9df8e5e29d2d0441","status":"passed","time":{"start":1728379547121,"stop":1728379547121,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c260a3d1c6e32441","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c260a3d1c6e32441","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0}},{"uid":"2cecb8bf07ae6f9a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2cecb8bf07ae6f9a","status":"passed","time":{"start":1728379460280,"stop":1728379460280,"duration":0}},{"uid":"f44ffd2ed7282e90","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f44ffd2ed7282e90","status":"passed","time":{"start":1728372105670,"stop":1728372105670,"duration":0}},{"uid":"27b64622672f277c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/27b64622672f277c","status":"passed","time":{"start":1728370464138,"stop":1728370464139,"duration":1}},{"uid":"b8b90e2706571aa2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b8b90e2706571aa2","status":"passed","time":{"start":1728369544866,"stop":1728369544866,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f85f33da1c6531d9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f85f33da1c6531d9","status":"passed","time":{"start":1728381545557,"stop":1728381545559,"duration":2}},{"uid":"e2e30d8eb9eb25c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2e30d8eb9eb25c0","status":"passed","time":{"start":1728379350296,"stop":1728379350297,"duration":1}},{"uid":"727799c1a804d79f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/727799c1a804d79f","status":"passed","time":{"start":1728371998251,"stop":1728371998252,"duration":1}},{"uid":"6b56a5f71bd9ac7c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b56a5f71bd9ac7c","status":"passed","time":{"start":1728370345941,"stop":1728370345941,"duration":0}},{"uid":"ef8dbc4352ad21c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ef8dbc4352ad21c","status":"passed","time":{"start":1728369443729,"stop":1728369443730,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"324d4eab605c7f65","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/324d4eab605c7f65","status":"passed","time":{"start":1728381756573,"stop":1728381756573,"duration":0}},{"uid":"84b6b46300aecf98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84b6b46300aecf98","status":"passed","time":{"start":1728379560457,"stop":1728379560457,"duration":0}},{"uid":"26cd084bb1ed9644","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/26cd084bb1ed9644","status":"passed","time":{"start":1728372207703,"stop":1728372207707,"duration":4}},{"uid":"efd6cf71de3a8578","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efd6cf71de3a8578","status":"passed","time":{"start":1728370596500,"stop":1728370596501,"duration":1}},{"uid":"5576c9950c9db626","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5576c9950c9db626","status":"passed","time":{"start":1728369687974,"stop":1728369687974,"duration":0}}]},"24cc646830caa4c282c698b1593188bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c1002624ce8d56c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c1002624ce8d56c","status":"passed","time":{"start":1728372169986,"stop":1728372169986,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ec54fc521dd7556","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ec54fc521dd7556","status":"passed","time":{"start":1728381762405,"stop":1728381762405,"duration":0}},{"uid":"7b631faaf5a23514","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b631faaf5a23514","status":"passed","time":{"start":1728379565736,"stop":1728379565736,"duration":0}},{"uid":"2593a8c42ea35fe4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2593a8c42ea35fe4","status":"passed","time":{"start":1728372228763,"stop":1728372228763,"duration":0}},{"uid":"feef1f51f4e05af1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/feef1f51f4e05af1","status":"passed","time":{"start":1728370603965,"stop":1728370603966,"duration":1}},{"uid":"b1db6ea90ed5ba52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1db6ea90ed5ba52","status":"passed","time":{"start":1728369703128,"stop":1728369703128,"duration":0}}]},"a0b394c3a0760c263343e7036ed73644:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43677c18cacf4292","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43677c18cacf4292","status":"passed","time":{"start":1728379547120,"stop":1728379547120,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca51ef9da997f464","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ca51ef9da997f464","status":"passed","time":{"start":1728381526515,"stop":1728381526515,"duration":0}},{"uid":"823dbe555d4cc2e8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/823dbe555d4cc2e8","status":"passed","time":{"start":1728379329398,"stop":1728379329399,"duration":1}},{"uid":"1f68a1b4cc411249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1f68a1b4cc411249","status":"passed","time":{"start":1728371973992,"stop":1728371973992,"duration":0}},{"uid":"b2ff95432c9a68e9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b2ff95432c9a68e9","status":"passed","time":{"start":1728370320865,"stop":1728370320866,"duration":1}},{"uid":"b3d6548dd827855c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3d6548dd827855c","status":"passed","time":{"start":1728369420244,"stop":1728369420244,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"372d73bc2c2988c5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/372d73bc2c2988c5","status":"passed","time":{"start":1728381689148,"stop":1728381689149,"duration":1}},{"uid":"5b13a6bf8ba95544","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b13a6bf8ba95544","status":"passed","time":{"start":1728379493841,"stop":1728379493841,"duration":0}},{"uid":"693804a1dbdfbf32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/693804a1dbdfbf32","status":"passed","time":{"start":1728372140944,"stop":1728372140944,"duration":0}},{"uid":"1a910df86b7c7f26","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1a910df86b7c7f26","status":"passed","time":{"start":1728370524957,"stop":1728370524957,"duration":0}},{"uid":"d1131e8a0256a519","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d1131e8a0256a519","status":"passed","time":{"start":1728369630393,"stop":1728369630394,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cdd219797c011aea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cdd219797c011aea","status":"passed","time":{"start":1728381749055,"stop":1728381749056,"duration":1}},{"uid":"131ee2f7dfb44324","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/131ee2f7dfb44324","status":"passed","time":{"start":1728379549694,"stop":1728379549694,"duration":0}},{"uid":"8a4fe90493ec83e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8a4fe90493ec83e0","status":"passed","time":{"start":1728372195432,"stop":1728372195433,"duration":1}},{"uid":"d458a28087661511","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d458a28087661511","status":"passed","time":{"start":1728370555256,"stop":1728370555256,"duration":0}},{"uid":"aa3f5d2c11a5c19e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa3f5d2c11a5c19e","status":"passed","time":{"start":1728369639852,"stop":1728369639852,"duration":0}}]},"6f4d0bc88dd68dd9efa537700953fe18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68802b12b88c3b59","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68802b12b88c3b59","status":"passed","time":{"start":1728369675005,"stop":1728369675006,"duration":1}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c128d829e7f9928a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c128d829e7f9928a","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0}},{"uid":"d47f028717eba21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d47f028717eba21d","status":"passed","time":{"start":1728379460260,"stop":1728379460260,"duration":0}},{"uid":"bf76eadd63c47425","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bf76eadd63c47425","status":"passed","time":{"start":1728372105660,"stop":1728372105660,"duration":0}},{"uid":"4241e0e6cf8030cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4241e0e6cf8030cb","status":"passed","time":{"start":1728370464118,"stop":1728370464118,"duration":0}},{"uid":"1afc5535f5483af1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1afc5535f5483af1","status":"passed","time":{"start":1728369544854,"stop":1728369544855,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"16d384b80281269c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/16d384b80281269c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381696825,"stop":1728381696826,"duration":1}},{"uid":"3d25fcb4d02915a7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d25fcb4d02915a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379498094,"stop":1728379498095,"duration":1}},{"uid":"284b21a564fafb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/284b21a564fafb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372147557,"stop":1728372147558,"duration":1}},{"uid":"36c90ee97c6ff2f0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36c90ee97c6ff2f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370535012,"stop":1728370535018,"duration":6}},{"uid":"6a5af6a8b939e3bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6a5af6a8b939e3bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369636356,"stop":1728369636356,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"754ba25800adefae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/754ba25800adefae","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0}},{"uid":"ebee20c6113c94fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebee20c6113c94fd","status":"passed","time":{"start":1728379159012,"stop":1728379159012,"duration":0}},{"uid":"5254f88263b095dc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5254f88263b095dc","status":"passed","time":{"start":1728371802898,"stop":1728371802898,"duration":0}},{"uid":"185704a83484bea6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/185704a83484bea6","status":"passed","time":{"start":1728370149931,"stop":1728370149931,"duration":0}},{"uid":"49e10186e3717da4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/49e10186e3717da4","status":"passed","time":{"start":1728369248986,"stop":1728369248986,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc75db3bdf818aec","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc75db3bdf818aec","status":"passed","time":{"start":1728381389462,"stop":1728381389462,"duration":0}},{"uid":"131f75e2eae57ea7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/131f75e2eae57ea7","status":"passed","time":{"start":1728379192717,"stop":1728379192717,"duration":0}},{"uid":"7b958c0e20ea60d7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b958c0e20ea60d7","status":"passed","time":{"start":1728371836844,"stop":1728371836844,"duration":0}},{"uid":"1477c06cc6a3b1ac","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1477c06cc6a3b1ac","status":"passed","time":{"start":1728370184427,"stop":1728370184428,"duration":1}},{"uid":"c26040160c15df09","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c26040160c15df09","status":"passed","time":{"start":1728369283260,"stop":1728369283261,"duration":1}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d5871a0f41fa39a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d5871a0f41fa39a0","status":"passed","time":{"start":1728381355971,"stop":1728381355972,"duration":1}},{"uid":"c1ba2b196f80b340","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c1ba2b196f80b340","status":"passed","time":{"start":1728379159014,"stop":1728379159014,"duration":0}},{"uid":"a6fecafa93c97543","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6fecafa93c97543","status":"passed","time":{"start":1728371802899,"stop":1728371802899,"duration":0}},{"uid":"36222d494d62f09b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36222d494d62f09b","status":"passed","time":{"start":1728370149933,"stop":1728370149933,"duration":0}},{"uid":"7a11e389898393b5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a11e389898393b5","status":"passed","time":{"start":1728369248987,"stop":1728369248988,"duration":1}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6b9f720e6ecf60","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c6b9f720e6ecf60","status":"passed","time":{"start":1728381689150,"stop":1728381689151,"duration":1}},{"uid":"16724fbd180856af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16724fbd180856af","status":"passed","time":{"start":1728379493842,"stop":1728379493842,"duration":0}},{"uid":"df98289024c593fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df98289024c593fc","status":"passed","time":{"start":1728372140944,"stop":1728372140945,"duration":1}},{"uid":"798bf9968ef3253c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/798bf9968ef3253c","status":"passed","time":{"start":1728370524958,"stop":1728370524958,"duration":0}},{"uid":"dd26ed4eaba9adee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dd26ed4eaba9adee","status":"passed","time":{"start":1728369630394,"stop":1728369630395,"duration":1}}]},"1a4c60a8b02fc5097213e3520417c486:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c821c02f6f0c0b11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c821c02f6f0c0b11","status":"passed","time":{"start":1728369622056,"stop":1728369622056,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"293013cf5c7413fb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/293013cf5c7413fb","status":"passed","time":{"start":1728381416762,"stop":1728381416762,"duration":0}},{"uid":"30432061161736","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30432061161736","status":"passed","time":{"start":1728379222478,"stop":1728379222479,"duration":1}},{"uid":"184e5187bc53af89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/184e5187bc53af89","status":"passed","time":{"start":1728371864277,"stop":1728371864277,"duration":0}},{"uid":"121eb8f0f4a0485f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/121eb8f0f4a0485f","status":"passed","time":{"start":1728370211849,"stop":1728370211849,"duration":0}},{"uid":"f7e2bd2af0200da6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7e2bd2af0200da6","status":"passed","time":{"start":1728369311530,"stop":1728369311531,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3ca9cd0f3f80f996","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ca9cd0f3f80f996","status":"passed","time":{"start":1728381715120,"stop":1728381715121,"duration":1}},{"uid":"52bc73321a14323a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/52bc73321a14323a","status":"passed","time":{"start":1728379518934,"stop":1728379518934,"duration":0}},{"uid":"c53b4988208e233c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c53b4988208e233c","status":"passed","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"f94dfae829b27dcf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f94dfae829b27dcf","status":"passed","time":{"start":1728370547719,"stop":1728370547719,"duration":0}},{"uid":"501e1d1e788c1d43","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/501e1d1e788c1d43","status":"passed","time":{"start":1728369640708,"stop":1728369640710,"duration":2}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"109588b18d7b7136","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/109588b18d7b7136","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0}},{"uid":"f24cc31edb684cc9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f24cc31edb684cc9","status":"passed","time":{"start":1728379550983,"stop":1728379550983,"duration":0}},{"uid":"8c132c032c4084ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8c132c032c4084ff","status":"passed","time":{"start":1728372211444,"stop":1728372211445,"duration":1}},{"uid":"6406cd8a0e0f8c96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6406cd8a0e0f8c96","status":"passed","time":{"start":1728370582328,"stop":1728370582328,"duration":0}},{"uid":"bca9f33d74f101d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bca9f33d74f101d9","status":"passed","time":{"start":1728369674240,"stop":1728369674240,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fc865e1786e2f9f8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fc865e1786e2f9f8","status":"passed","time":{"start":1728381774344,"stop":1728381774344,"duration":0}},{"uid":"98a3e40d0974d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98a3e40d0974d8","status":"passed","time":{"start":1728379576340,"stop":1728379576340,"duration":0}},{"uid":"13ae9d0c6d8b0db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13ae9d0c6d8b0db","status":"passed","time":{"start":1728372230816,"stop":1728372230816,"duration":0}},{"uid":"f313119d06949217","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f313119d06949217","status":"passed","time":{"start":1728370630209,"stop":1728370630209,"duration":0}},{"uid":"b82d8b016e25b6ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b82d8b016e25b6ea","status":"passed","time":{"start":1728369712259,"stop":1728369712260,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8a38a67a2f0d50a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8a38a67a2f0d50a7","status":"passed","time":{"start":1728381658377,"stop":1728381658378,"duration":1}},{"uid":"8c9a31c3fd7a4418","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c9a31c3fd7a4418","status":"passed","time":{"start":1728379460281,"stop":1728379460281,"duration":0}},{"uid":"6a8404116593a563","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6a8404116593a563","status":"passed","time":{"start":1728372105671,"stop":1728372105671,"duration":0}},{"uid":"6860dc2b5e100a9d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6860dc2b5e100a9d","status":"passed","time":{"start":1728370464139,"stop":1728370464140,"duration":1}},{"uid":"159fb8f8075241dd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/159fb8f8075241dd","status":"passed","time":{"start":1728369544867,"stop":1728369544867,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5610250644cfe58a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5610250644cfe58a","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0}},{"uid":"1902796090a63ae0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1902796090a63ae0","status":"passed","time":{"start":1728379159029,"stop":1728379159029,"duration":0}},{"uid":"b4081a38906101fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4081a38906101fa","status":"passed","time":{"start":1728371802912,"stop":1728371802912,"duration":0}},{"uid":"7f0b132275b2902e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7f0b132275b2902e","status":"passed","time":{"start":1728370149947,"stop":1728370149947,"duration":0}},{"uid":"b6985fe7a0089820","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6985fe7a0089820","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7fb21fd611d28d8a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7fb21fd611d28d8a","status":"passed","time":{"start":1728381696824,"stop":1728381696824,"duration":0}},{"uid":"273b0f5e3385a73a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/273b0f5e3385a73a","status":"passed","time":{"start":1728379498093,"stop":1728379498093,"duration":0}},{"uid":"e5f7be6bf2ed5b62","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e5f7be6bf2ed5b62","status":"passed","time":{"start":1728372147552,"stop":1728372147553,"duration":1}},{"uid":"c192ceba0598a655","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c192ceba0598a655","status":"passed","time":{"start":1728370535011,"stop":1728370535011,"duration":0}},{"uid":"2d8353aa37a2ce92","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2d8353aa37a2ce92","status":"passed","time":{"start":1728369636355,"stop":1728369636355,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"40e8f2cc0a25ac2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/40e8f2cc0a25ac2","status":"passed","time":{"start":1728381461624,"stop":1728381461632,"duration":8}},{"uid":"b9ffaea52187c24d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9ffaea52187c24d","status":"passed","time":{"start":1728379263325,"stop":1728379263331,"duration":6}},{"uid":"3246014eec90e4b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3246014eec90e4b5","status":"passed","time":{"start":1728371908006,"stop":1728371908006,"duration":0}},{"uid":"87aae8e643ed0800","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87aae8e643ed0800","status":"passed","time":{"start":1728370252053,"stop":1728370252053,"duration":0}},{"uid":"bcb2d2360cd89daa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb2d2360cd89daa","status":"passed","time":{"start":1728369354741,"stop":1728369354742,"duration":1}}]},"123136e1c9b3c8ebdfbde444cdfb1232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c80a677154eed0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f0c80a677154eed0","status":"passed","time":{"start":1728370487885,"stop":1728370487886,"duration":1}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ee306e14924d568b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ee306e14924d568b","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0}},{"uid":"98d59f26afced515","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98d59f26afced515","status":"passed","time":{"start":1728379159017,"stop":1728379159018,"duration":1}},{"uid":"44010da886ca24cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44010da886ca24cf","status":"passed","time":{"start":1728371802903,"stop":1728371802903,"duration":0}},{"uid":"e3d4b5be3f402b74","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e3d4b5be3f402b74","status":"passed","time":{"start":1728370149936,"stop":1728370149937,"duration":1}},{"uid":"8e5258662610904","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8e5258662610904","status":"passed","time":{"start":1728369248991,"stop":1728369248991,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"616f45f3af1f342f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/616f45f3af1f342f","status":"passed","time":{"start":1728381658379,"stop":1728381658380,"duration":1}},{"uid":"469c43c343cba4d2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/469c43c343cba4d2","status":"passed","time":{"start":1728379460284,"stop":1728379460285,"duration":1}},{"uid":"a8a0fb1f9e3e0f9f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8a0fb1f9e3e0f9f","status":"passed","time":{"start":1728372105673,"stop":1728372105673,"duration":0}},{"uid":"bce394fd2426a9f7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bce394fd2426a9f7","status":"passed","time":{"start":1728370464146,"stop":1728370464148,"duration":2}},{"uid":"9dd131ced7670e77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9dd131ced7670e77","status":"passed","time":{"start":1728369544869,"stop":1728369544869,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3e0d1b51a627a54c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3e0d1b51a627a54c","status":"passed","time":{"start":1728381658373,"stop":1728381658374,"duration":1}},{"uid":"f7202190ff0a1a80","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f7202190ff0a1a80","status":"passed","time":{"start":1728379460272,"stop":1728379460272,"duration":0}},{"uid":"138b5a83f37f6fec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/138b5a83f37f6fec","status":"passed","time":{"start":1728372105666,"stop":1728372105667,"duration":1}},{"uid":"feb83033ca1490fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/feb83033ca1490fd","status":"passed","time":{"start":1728370464132,"stop":1728370464132,"duration":0}},{"uid":"39e370475be27a0c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/39e370475be27a0c","status":"passed","time":{"start":1728369544862,"stop":1728369544863,"duration":1}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"987471fb108b7d5e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/987471fb108b7d5e","status":"passed","time":{"start":1728381475914,"stop":1728381475914,"duration":0}},{"uid":"7416bbbff88f5a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7416bbbff88f5a5f","status":"passed","time":{"start":1728379282311,"stop":1728379282311,"duration":0}},{"uid":"2be983062b0a1a51","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2be983062b0a1a51","status":"passed","time":{"start":1728371925984,"stop":1728371925985,"duration":1}},{"uid":"9addb9b028af3edd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9addb9b028af3edd","status":"passed","time":{"start":1728370273957,"stop":1728370273958,"duration":1}},{"uid":"38e5c5507f5bfa03","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38e5c5507f5bfa03","status":"passed","time":{"start":1728369370045,"stop":1728369370045,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fc0b5d91a762a760","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fc0b5d91a762a760","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0}},{"uid":"155c07bf48420ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/155c07bf48420ce","status":"passed","time":{"start":1728379255029,"stop":1728379255029,"duration":0}},{"uid":"40d376ebd054b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/40d376ebd054b1","status":"passed","time":{"start":1728371896753,"stop":1728371896754,"duration":1}},{"uid":"1f108dd64eafac1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1f108dd64eafac1b","status":"passed","time":{"start":1728370245293,"stop":1728370245293,"duration":0}},{"uid":"ba822f35d9897f66","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ba822f35d9897f66","status":"passed","time":{"start":1728369344213,"stop":1728369344214,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7d585172c296bc40","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d585172c296bc40","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0}},{"uid":"a8c0b369f3929a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a8c0b369f3929a5d","status":"passed","time":{"start":1728379167597,"stop":1728379167597,"duration":0}},{"uid":"f870ac372fe78c36","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f870ac372fe78c36","status":"passed","time":{"start":1728371811377,"stop":1728371811378,"duration":1}},{"uid":"49af3ac281f63552","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49af3ac281f63552","status":"passed","time":{"start":1728370158839,"stop":1728370158839,"duration":0}},{"uid":"bde2f26fded3ffbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bde2f26fded3ffbe","status":"passed","time":{"start":1728369257778,"stop":1728369257778,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c48e77099963b274","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c48e77099963b274","status":"passed","time":{"start":1728381800486,"stop":1728381800486,"duration":0}},{"uid":"1871a0b6b815ea89","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1871a0b6b815ea89","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"d4947d50dbef2737","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d4947d50dbef2737","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"635c23c1fa9d259","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/635c23c1fa9d259","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"11cfdf0a03db94d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/11cfdf0a03db94d0","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6cd4acaa0b3d78e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6cd4acaa0b3d78e9","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0}},{"uid":"98b53329b724df83","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98b53329b724df83","status":"passed","time":{"start":1728379515547,"stop":1728379515547,"duration":0}},{"uid":"994c3eca36428b7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/994c3eca36428b7d","status":"passed","time":{"start":1728372171293,"stop":1728372171293,"duration":0}},{"uid":"bfbc5aa367e54aec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfbc5aa367e54aec","status":"passed","time":{"start":1728370522957,"stop":1728370522957,"duration":0}},{"uid":"802886f385c8565f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/802886f385c8565f","status":"passed","time":{"start":1728369622033,"stop":1728369622033,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"64594cd575a93ca0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/64594cd575a93ca0","status":"passed","time":{"start":1728381557215,"stop":1728381557219,"duration":4}},{"uid":"9082a9647a68414b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9082a9647a68414b","status":"passed","time":{"start":1728379366456,"stop":1728379366459,"duration":3}},{"uid":"562f55e2bcd20c00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/562f55e2bcd20c00","status":"passed","time":{"start":1728371995999,"stop":1728371996000,"duration":1}},{"uid":"bea8a3a9fabe6e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bea8a3a9fabe6e8","status":"passed","time":{"start":1728370345105,"stop":1728370345115,"duration":10}},{"uid":"1155da9de5fbc35d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1155da9de5fbc35d","status":"passed","time":{"start":1728369447285,"stop":1728369447285,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a5ce5be982a40b54","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a5ce5be982a40b54","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0}},{"uid":"65828254c3b5fa42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65828254c3b5fa42","status":"passed","time":{"start":1728379543299,"stop":1728379543300,"duration":1}},{"uid":"bbe771fd74e1b579","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bbe771fd74e1b579","status":"passed","time":{"start":1728372192289,"stop":1728372192289,"duration":0}},{"uid":"70c8a97557b26d27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70c8a97557b26d27","status":"passed","time":{"start":1728370579154,"stop":1728370579155,"duration":1}},{"uid":"9bc70f4d64018c8f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bc70f4d64018c8f","status":"passed","time":{"start":1728369664330,"stop":1728369664330,"duration":0}}]},"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"6f346b076ca7fde9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6f346b076ca7fde9","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0}},{"uid":"3b889a322017114e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b889a322017114e","status":"passed","time":{"start":1728379419687,"stop":1728379419688,"duration":1}},{"uid":"2cfbff580ed1e50c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cfbff580ed1e50c","status":"passed","time":{"start":1728372107445,"stop":1728372107448,"duration":3}},{"uid":"38eb58467c8508c6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/38eb58467c8508c6","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626990,"stop":1728370626990,"duration":0}},{"uid":"a1878794752571c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1878794752571c0","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728518,"stop":1728369728518,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"c9c125f4d53c9051","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c9c125f4d53c9051","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381379406,"stop":1728381379407,"duration":1}},{"uid":"5b013ba72c2d0f4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b013ba72c2d0f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379182991,"stop":1728379182991,"duration":0}},{"uid":"7a293cbff96ae950","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a293cbff96ae950","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371826969,"stop":1728371826969,"duration":0}},{"uid":"52ee0cbe89da506a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52ee0cbe89da506a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370174432,"stop":1728370174432,"duration":0}},{"uid":"3ff9376342c116ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ff9376342c116ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369273241,"stop":1728369273241,"duration":0}}]},"7c58b6ecd64580f650fbd64de8b12e03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c04a44357113b70","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8c04a44357113b70","status":"passed","time":{"start":1728381680469,"stop":1728381680470,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e008ee97db77ea9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e008ee97db77ea9","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0}},{"uid":"a12be76bb7c56ec7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a12be76bb7c56ec7","status":"passed","time":{"start":1728379366487,"stop":1728379366489,"duration":2}},{"uid":"f6144b64d8ab6c77","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f6144b64d8ab6c77","status":"passed","time":{"start":1728371996023,"stop":1728371996024,"duration":1}},{"uid":"795bae1337d51589","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/795bae1337d51589","status":"passed","time":{"start":1728370345139,"stop":1728370345140,"duration":1}},{"uid":"67cfd28b41ba446a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/67cfd28b41ba446a","status":"passed","time":{"start":1728369447291,"stop":1728369447291,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"72384e0898c7d1c5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/72384e0898c7d1c5","status":"passed","time":{"start":1728381689152,"stop":1728381689153,"duration":1}},{"uid":"8e677edf6a6f1729","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8e677edf6a6f1729","status":"passed","time":{"start":1728379493843,"stop":1728379493843,"duration":0}},{"uid":"d0be129218d60f6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0be129218d60f6","status":"passed","time":{"start":1728372140946,"stop":1728372140947,"duration":1}},{"uid":"ed54487ba87df65c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed54487ba87df65c","status":"passed","time":{"start":1728370524959,"stop":1728370524959,"duration":0}},{"uid":"1dc9aa1531fbd35d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1dc9aa1531fbd35d","status":"passed","time":{"start":1728369630396,"stop":1728369630397,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a6cb26d572dcfed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a6cb26d572dcfed","status":"passed","time":{"start":1728381689144,"stop":1728381689145,"duration":1}},{"uid":"eaaa01527a930d9c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eaaa01527a930d9c","status":"passed","time":{"start":1728379493802,"stop":1728379493802,"duration":0}},{"uid":"9d75aa969542dd37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d75aa969542dd37","status":"passed","time":{"start":1728372140935,"stop":1728372140935,"duration":0}},{"uid":"ab28b6e46e276932","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab28b6e46e276932","status":"passed","time":{"start":1728370524954,"stop":1728370524955,"duration":1}},{"uid":"9bc1ae196e853cf1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bc1ae196e853cf1","status":"passed","time":{"start":1728369630386,"stop":1728369630387,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"7d05b639e6581063","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d05b639e6581063","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381689166,"stop":1728381689166,"duration":0}},{"uid":"b9999681ff40cc40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9999681ff40cc40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379493887,"stop":1728379493887,"duration":0}},{"uid":"5b19c4b713e72c11","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b19c4b713e72c11","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372140968,"stop":1728372140969,"duration":1}},{"uid":"6426189563d62ba6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6426189563d62ba6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370524968,"stop":1728370524968,"duration":0}},{"uid":"6acf0131904f81c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6acf0131904f81c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369630404,"stop":1728369630405,"duration":1}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90d9ea0381b64d38","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90d9ea0381b64d38","status":"passed","time":{"start":1728381749023,"stop":1728381749025,"duration":2}},{"uid":"cac3120365209437","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cac3120365209437","status":"passed","time":{"start":1728379549660,"stop":1728379549660,"duration":0}},{"uid":"565f5e0bb21965cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/565f5e0bb21965cd","status":"passed","time":{"start":1728372195413,"stop":1728372195413,"duration":0}},{"uid":"32fa8c61be3e432f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/32fa8c61be3e432f","status":"passed","time":{"start":1728370555240,"stop":1728370555241,"duration":1}},{"uid":"ad662cf6c5540756","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad662cf6c5540756","status":"passed","time":{"start":1728369639831,"stop":1728369639831,"duration":0}}]},"357493a7f480381988c590edfcdb1985:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80398f480ba4df0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/80398f480ba4df0","status":"passed","time":{"start":1728371973994,"stop":1728371973994,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"6588297870fdc1b9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6588297870fdc1b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658376,"stop":1728381658376,"duration":0}},{"uid":"602694a49b2783e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/602694a49b2783e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460276,"stop":1728379460277,"duration":1}},{"uid":"fffe2590efc061ba","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fffe2590efc061ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105669,"stop":1728372105669,"duration":0}},{"uid":"2f3f766a4dfb04de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f3f766a4dfb04de","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464135,"stop":1728370464136,"duration":1}},{"uid":"6d7ec31bca0a6c5e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d7ec31bca0a6c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544865,"stop":1728369544865,"duration":0}}]},"faeab4aca26ed98a992468e561e80976:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3edbf0923150a1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3edbf0923150a1f","status":"passed","time":{"start":1728370524962,"stop":1728370524962,"duration":0}}]},"12bd88bf2d760b9ea9bbd211c9be8f71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e6318b297ba1c1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1e6318b297ba1c1","status":"passed","time":{"start":1728372134578,"stop":1728372134579,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3503f7c6e12ddd37","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3503f7c6e12ddd37","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0}},{"uid":"d507094e61160d19","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d507094e61160d19","status":"passed","time":{"start":1728379167598,"stop":1728379167599,"duration":1}},{"uid":"5e4052db096c6a32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e4052db096c6a32","status":"passed","time":{"start":1728371811379,"stop":1728371811380,"duration":1}},{"uid":"13634b57eb0faac7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/13634b57eb0faac7","status":"passed","time":{"start":1728370158841,"stop":1728370158841,"duration":0}},{"uid":"857812d75b6edb68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/857812d75b6edb68","status":"passed","time":{"start":1728369257780,"stop":1728369257780,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":4,"unknown":0,"total":5},"items":[{"uid":"a5db7dc4cca1d4c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a5db7dc4cca1d4c3","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0}},{"uid":"3b17f926a4c17f7e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b17f926a4c17f7e","status":"broken","statusDetails":"Timeout of 5000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728379607036,"stop":1728379607036,"duration":0}},{"uid":"c96c5418f3a83e0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c96c5418f3a83e0a","status":"passed","time":{"start":1728372238121,"stop":1728372238121,"duration":0}},{"uid":"99b27801dac55178","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99b27801dac55178","status":"passed","time":{"start":1728370630365,"stop":1728370630365,"duration":0}},{"uid":"65eab09df72ce6ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/65eab09df72ce6ae","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"32c7b9426dbd3868","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/32c7b9426dbd3868","status":"passed","time":{"start":1728381749073,"stop":1728381749073,"duration":0}},{"uid":"fa7720aded06d5a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa7720aded06d5a","status":"passed","time":{"start":1728379549701,"stop":1728379549701,"duration":0}},{"uid":"9b416d9b953e260f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b416d9b953e260f","status":"passed","time":{"start":1728372195438,"stop":1728372195438,"duration":0}},{"uid":"5acc936bf817b2ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5acc936bf817b2ca","status":"passed","time":{"start":1728370555261,"stop":1728370555261,"duration":0}},{"uid":"c953ab34f90d5e76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c953ab34f90d5e76","status":"passed","time":{"start":1728369639857,"stop":1728369639857,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7e030db031ba4096","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e030db031ba4096","status":"passed","time":{"start":1728381680471,"stop":1728381680471,"duration":0}},{"uid":"3ad821990ad936ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3ad821990ad936ce","status":"passed","time":{"start":1728379482971,"stop":1728379482971,"duration":0}},{"uid":"9076bf5aa4083137","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9076bf5aa4083137","status":"passed","time":{"start":1728372134579,"stop":1728372134579,"duration":0}},{"uid":"e7b090b4d0a533a0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e7b090b4d0a533a0","status":"passed","time":{"start":1728370487887,"stop":1728370487887,"duration":0}},{"uid":"1456df0546f5427e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1456df0546f5427e","status":"passed","time":{"start":1728369590812,"stop":1728369590812,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dd01126e138f9c0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd01126e138f9c0a","status":"passed","time":{"start":1728381363822,"stop":1728381363823,"duration":1}},{"uid":"2228b941ac26d88c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2228b941ac26d88c","status":"passed","time":{"start":1728379167037,"stop":1728379167037,"duration":0}},{"uid":"64db8af5415150cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64db8af5415150cc","status":"passed","time":{"start":1728371810701,"stop":1728371810702,"duration":1}},{"uid":"8d30655a8094a01e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d30655a8094a01e","status":"passed","time":{"start":1728370158138,"stop":1728370158139,"duration":1}},{"uid":"f3900e708fc79fbc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3900e708fc79fbc","status":"passed","time":{"start":1728369257198,"stop":1728369257199,"duration":1}}]},"8b0465525fd4c248eb799072a0c2e154:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be17d4410fe983e7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be17d4410fe983e7","status":"passed","time":{"start":1728372140954,"stop":1728372140955,"duration":1}}]},"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"c4acdd53e2be19c6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c4acdd53e2be19c6","status":"passed","time":{"start":1728381613866,"stop":1728381613866,"duration":0}},{"uid":"d5d62b5153d5f83b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d5d62b5153d5f83b","status":"passed","time":{"start":1728379419671,"stop":1728379419673,"duration":2}},{"uid":"404927d942e39bac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/404927d942e39bac","status":"passed","time":{"start":1728372107435,"stop":1728372107436,"duration":1}},{"uid":"f9383ab17341afad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9383ab17341afad","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626980,"stop":1728370626980,"duration":0}},{"uid":"b18e313c934a63fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b18e313c934a63fb","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728510,"stop":1728369728510,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3f94cc083bd61a5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3f94cc083bd61a5","status":"passed","time":{"start":1728381521289,"stop":1728381521289,"duration":0}},{"uid":"3d9808130237d65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d9808130237d65","status":"passed","time":{"start":1728379329170,"stop":1728379329170,"duration":0}},{"uid":"5b44a829d1a0ce9e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b44a829d1a0ce9e","status":"passed","time":{"start":1728371983992,"stop":1728371983993,"duration":1}},{"uid":"f83fd33e11619ec8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f83fd33e11619ec8","status":"passed","time":{"start":1728370284345,"stop":1728370284345,"duration":0}},{"uid":"342027fa7e6ec2a9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/342027fa7e6ec2a9","status":"passed","time":{"start":1728369378878,"stop":1728369378878,"duration":0}}]},"5cda2b20a99eddfcf9085a020882d8eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"382db5c24857c45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/382db5c24857c45","status":"passed","time":{"start":1728370487886,"stop":1728370487886,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5825a99f62d4306","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5825a99f62d4306","status":"passed","time":{"start":1728381454670,"stop":1728381454670,"duration":0}},{"uid":"3d9ae0a2017acf5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d9ae0a2017acf5d","status":"passed","time":{"start":1728379263250,"stop":1728379263250,"duration":0}},{"uid":"22e4eb1ddb7c26a8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/22e4eb1ddb7c26a8","status":"passed","time":{"start":1728371902713,"stop":1728371902713,"duration":0}},{"uid":"f267e7889b0ed42a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f267e7889b0ed42a","status":"passed","time":{"start":1728370254631,"stop":1728370254631,"duration":0}},{"uid":"f6f22fb16dd9d33b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6f22fb16dd9d33b","status":"passed","time":{"start":1728369347760,"stop":1728369347760,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d06387da98093bb4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d06387da98093bb4","status":"passed","time":{"start":1728381749057,"stop":1728381749058,"duration":1}},{"uid":"d494e2a3f5c1511a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d494e2a3f5c1511a","status":"passed","time":{"start":1728379549696,"stop":1728379549697,"duration":1}},{"uid":"e4aa5d6377a42357","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e4aa5d6377a42357","status":"passed","time":{"start":1728372195433,"stop":1728372195433,"duration":0}},{"uid":"744f731b7ab3dbd3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/744f731b7ab3dbd3","status":"passed","time":{"start":1728370555257,"stop":1728370555257,"duration":0}},{"uid":"4a42bf7e5067f108","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a42bf7e5067f108","status":"passed","time":{"start":1728369639852,"stop":1728369639853,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"23840e0a84a6207f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/23840e0a84a6207f","status":"passed","time":{"start":1728381379297,"stop":1728381379297,"duration":0}},{"uid":"a1b07be57240f423","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1b07be57240f423","status":"passed","time":{"start":1728379182274,"stop":1728379182282,"duration":8}},{"uid":"b4920bf386854909","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4920bf386854909","status":"passed","time":{"start":1728371826534,"stop":1728371826534,"duration":0}},{"uid":"3506e92554950cd3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3506e92554950cd3","status":"passed","time":{"start":1728370173922,"stop":1728370173923,"duration":1}},{"uid":"cb8bca002c69efad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb8bca002c69efad","status":"passed","time":{"start":1728369272888,"stop":1728369272889,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"acdf662be3290b02","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/acdf662be3290b02","status":"passed","time":{"start":1728381696842,"stop":1728381696843,"duration":1}},{"uid":"6ff84267c749ff42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ff84267c749ff42","status":"passed","time":{"start":1728379498105,"stop":1728379498105,"duration":0}},{"uid":"2f7087c7583b27f2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2f7087c7583b27f2","status":"passed","time":{"start":1728372147569,"stop":1728372147570,"duration":1}},{"uid":"d9d1d83e9f14544a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9d1d83e9f14544a","status":"passed","time":{"start":1728370535036,"stop":1728370535036,"duration":0}},{"uid":"bcb7c63acd043de5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb7c63acd043de5","status":"passed","time":{"start":1728369636380,"stop":1728369636380,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"899e5d6dcd09ec4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/899e5d6dcd09ec4a","status":"passed","time":{"start":1728381379400,"stop":1728381379401,"duration":1}},{"uid":"2275fe679cb19a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2275fe679cb19a5f","status":"passed","time":{"start":1728379182985,"stop":1728379182986,"duration":1}},{"uid":"c472e379342232d4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c472e379342232d4","status":"passed","time":{"start":1728371826963,"stop":1728371826964,"duration":1}},{"uid":"2aa7638b0f30ea96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2aa7638b0f30ea96","status":"passed","time":{"start":1728370174427,"stop":1728370174428,"duration":1}},{"uid":"b4a48dc40bec8a93","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b4a48dc40bec8a93","status":"passed","time":{"start":1728369273236,"stop":1728369273237,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"45d9d54737195910","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/45d9d54737195910","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0}},{"uid":"1851060716acd6b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1851060716acd6b5","status":"passed","time":{"start":1728379515559,"stop":1728379515559,"duration":0}},{"uid":"75d40229e0cdcbf5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75d40229e0cdcbf5","status":"passed","time":{"start":1728372171310,"stop":1728372171310,"duration":0}},{"uid":"b87de4930a4a4f02","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b87de4930a4a4f02","status":"passed","time":{"start":1728370522973,"stop":1728370522973,"duration":0}},{"uid":"ae3449c091c3384c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ae3449c091c3384c","status":"passed","time":{"start":1728369622051,"stop":1728369622051,"duration":0}}]},"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"84a3e9826f90c00c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84a3e9826f90c00c","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0}},{"uid":"22a39cd474e52afb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22a39cd474e52afb","status":"passed","time":{"start":1728379419659,"stop":1728379419660,"duration":1}},{"uid":"edd9ef6ef5440273","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/edd9ef6ef5440273","status":"passed","time":{"start":1728372107430,"stop":1728372107432,"duration":2}},{"uid":"40bb39fb1c0f9434","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/40bb39fb1c0f9434","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626978,"stop":1728370626978,"duration":0}},{"uid":"d6b752f03ae8504a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d6b752f03ae8504a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728508,"stop":1728369728509,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9b007d8fef7e830a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b007d8fef7e830a","status":"passed","time":{"start":1728381749015,"stop":1728381749016,"duration":1}},{"uid":"b8d44f1240a96ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8d44f1240a96ea","status":"passed","time":{"start":1728379549630,"stop":1728379549630,"duration":0}},{"uid":"77c3ee456b8e03cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77c3ee456b8e03cc","status":"passed","time":{"start":1728372195404,"stop":1728372195404,"duration":0}},{"uid":"90ba6e2442e3ca19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90ba6e2442e3ca19","status":"passed","time":{"start":1728370555235,"stop":1728370555235,"duration":0}},{"uid":"3cfa1f24b97ef31d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3cfa1f24b97ef31d","status":"passed","time":{"start":1728369639821,"stop":1728369639822,"duration":1}}]},"04570d97fe0b81c1ffde92938f59d347:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cbe6632db904855","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3cbe6632db904855","status":"passed","time":{"start":1728370581676,"stop":1728370581676,"duration":0}}]},"a4565e18260710036da81d2c6812dc8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fb06ae05b6209d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6fb06ae05b6209d2","status":"passed","time":{"start":1728370464156,"stop":1728370464156,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3910f8749f19446","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f3910f8749f19446","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0}},{"uid":"6f07396d7e6d9f55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f07396d7e6d9f55","status":"passed","time":{"start":1728379498106,"stop":1728379498107,"duration":1}},{"uid":"2f4c4445a8e4d421","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2f4c4445a8e4d421","status":"passed","time":{"start":1728372147571,"stop":1728372147579,"duration":8}},{"uid":"a06ce25deeeec332","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a06ce25deeeec332","status":"passed","time":{"start":1728370535037,"stop":1728370535038,"duration":1}},{"uid":"5159346f1e9bf360","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5159346f1e9bf360","status":"passed","time":{"start":1728369636383,"stop":1728369636384,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e994904ce6babfc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6e994904ce6babfc","status":"passed","time":{"start":1728381557221,"stop":1728381557227,"duration":6}},{"uid":"11ab48139fe20069","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/11ab48139fe20069","status":"passed","time":{"start":1728379366467,"stop":1728379366468,"duration":1}},{"uid":"9dc911a266993d01","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9dc911a266993d01","status":"passed","time":{"start":1728371996006,"stop":1728371996007,"duration":1}},{"uid":"8ad29fc10791c367","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ad29fc10791c367","status":"passed","time":{"start":1728370345125,"stop":1728370345126,"duration":1}},{"uid":"24ad234c2158e0ed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/24ad234c2158e0ed","status":"passed","time":{"start":1728369447287,"stop":1728369447287,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"52b76297f0023579","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/52b76297f0023579","status":"passed","time":{"start":1728381383543,"stop":1728381383543,"duration":0}},{"uid":"36a9ccd09b27c662","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/36a9ccd09b27c662","status":"passed","time":{"start":1728379186755,"stop":1728379186755,"duration":0}},{"uid":"a9814094976dc17f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a9814094976dc17f","status":"passed","time":{"start":1728371830871,"stop":1728371830872,"duration":1}},{"uid":"e471ba1b3537291","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e471ba1b3537291","status":"passed","time":{"start":1728370178237,"stop":1728370178238,"duration":1}},{"uid":"ed1058da4541e86a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ed1058da4541e86a","status":"passed","time":{"start":1728369277108,"stop":1728369277108,"duration":0}}]},"6ddce545bc5a1258a51835de834abc4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc70d6208e89b052","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc70d6208e89b052","status":"passed","time":{"start":1728381745554,"stop":1728381745555,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"72e80ebeb29a1af5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/72e80ebeb29a1af5","status":"passed","time":{"start":1728381371849,"stop":1728381371849,"duration":0}},{"uid":"e30eb123b46101cc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e30eb123b46101cc","status":"passed","time":{"start":1728379175034,"stop":1728379175034,"duration":0}},{"uid":"dbfeb627080e00c0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dbfeb627080e00c0","status":"passed","time":{"start":1728371819026,"stop":1728371819027,"duration":1}},{"uid":"b19c9444ccc70695","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b19c9444ccc70695","status":"passed","time":{"start":1728370166483,"stop":1728370166484,"duration":1}},{"uid":"5c1e35101221a8e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c1e35101221a8e1","status":"passed","time":{"start":1728369265266,"stop":1728369265266,"duration":0}}]},"8344b4e4f941bcf85f9b85a406a3fa56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a9a6b18f20ab500","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a9a6b18f20ab500","status":"passed","time":{"start":1728370557099,"stop":1728370557100,"duration":1}}]},"cf33dc55f44b54fd4b4e65b2f51cbe80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e75210b7ef12d21d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e75210b7ef12d21d","status":"passed","time":{"start":1728381719620,"stop":1728381719621,"duration":1}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d331a861fcd6e52f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d331a861fcd6e52f","status":"passed","time":{"start":1728381685602,"stop":1728381685602,"duration":0}},{"uid":"22e1bfe7a50828b0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22e1bfe7a50828b0","status":"passed","time":{"start":1728379484787,"stop":1728379484787,"duration":0}},{"uid":"fbbcd906ffec7658","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbbcd906ffec7658","status":"passed","time":{"start":1728372130484,"stop":1728372130485,"duration":1}},{"uid":"9a7ebeefb6eb266","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a7ebeefb6eb266","status":"passed","time":{"start":1728370516480,"stop":1728370516481,"duration":1}},{"uid":"2b3b3892f54f0f37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2b3b3892f54f0f37","status":"passed","time":{"start":1728369620714,"stop":1728369620715,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3866ba85662c0f69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3866ba85662c0f69","status":"passed","time":{"start":1728381749012,"stop":1728381749012,"duration":0}},{"uid":"7d59ed9934500fc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7d59ed9934500fc0","status":"passed","time":{"start":1728379549629,"stop":1728379549629,"duration":0}},{"uid":"23fbac575a617f87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/23fbac575a617f87","status":"passed","time":{"start":1728372195403,"stop":1728372195403,"duration":0}},{"uid":"a81c0681ec8597b0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a81c0681ec8597b0","status":"passed","time":{"start":1728370555234,"stop":1728370555234,"duration":0}},{"uid":"cbbdef15b55138af","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbbdef15b55138af","status":"passed","time":{"start":1728369639818,"stop":1728369639819,"duration":1}}]},"8ba9a55b138158eafde7628724650654:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"252404d761aeb771","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/252404d761aeb771","status":"passed","time":{"start":1728381719623,"stop":1728381719624,"duration":1}}]},"2c28c7bc164d2fdc035c42f276161165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5cf564f2da49a6f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f5cf564f2da49a6f","status":"passed","time":{"start":1728369675006,"stop":1728369675006,"duration":0}}]},"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6bb24f0b6d1fed3e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6bb24f0b6d1fed3e","status":"passed","time":{"start":1728381371462,"stop":1728381371462,"duration":0}},{"uid":"30b17463b0b91a6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30b17463b0b91a6c","status":"passed","time":{"start":1728379173695,"stop":1728379173701,"duration":6}},{"uid":"e099f107e6ca9786","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e099f107e6ca9786","status":"passed","time":{"start":1728371818072,"stop":1728371818072,"duration":0}},{"uid":"f5a8c5920ffff021","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5a8c5920ffff021","status":"passed","time":{"start":1728370165701,"stop":1728370165702,"duration":1}},{"uid":"c86756717d9ef2cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c86756717d9ef2cb","status":"passed","time":{"start":1728369264721,"stop":1728369264722,"duration":1}}]},"84a023e114ec1a6762edd860ccd3c747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7b19876800f498","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a7b19876800f498","status":"passed","time":{"start":1728369622055,"stop":1728369622055,"duration":0}}]},"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9047d138ffc54732","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9047d138ffc54732","status":"passed","time":{"start":1728381371410,"stop":1728381371410,"duration":0}},{"uid":"f44baba7b0d61719","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f44baba7b0d61719","status":"passed","time":{"start":1728379174829,"stop":1728379174829,"duration":0}},{"uid":"7260358bdb687f0d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7260358bdb687f0d","status":"passed","time":{"start":1728371818434,"stop":1728371818435,"duration":1}},{"uid":"7b29bb0b0768d18c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b29bb0b0768d18c","status":"passed","time":{"start":1728370166078,"stop":1728370166078,"duration":0}},{"uid":"181206bcd9f2ca27","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/181206bcd9f2ca27","status":"passed","time":{"start":1728369265063,"stop":1728369265063,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d12db87c6f6193e6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d12db87c6f6193e6","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0}},{"uid":"3026a90864375bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3026a90864375bd","status":"passed","time":{"start":1728379329399,"stop":1728379329399,"duration":0}},{"uid":"edf563f3591b2c81","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/edf563f3591b2c81","status":"passed","time":{"start":1728371973993,"stop":1728371973993,"duration":0}},{"uid":"3248c9188931c275","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3248c9188931c275","status":"passed","time":{"start":1728370320866,"stop":1728370320866,"duration":0}},{"uid":"d462bb251ada8c5d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d462bb251ada8c5d","status":"passed","time":{"start":1728369420245,"stop":1728369420247,"duration":2}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"20a2bd4b5096809e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/20a2bd4b5096809e","status":"passed","time":{"start":1728381680471,"stop":1728381680472,"duration":1}},{"uid":"bce5c8a56ba1c390","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bce5c8a56ba1c390","status":"passed","time":{"start":1728379482971,"stop":1728379482975,"duration":4}},{"uid":"de18f7e0677f4983","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/de18f7e0677f4983","status":"passed","time":{"start":1728372134579,"stop":1728372134581,"duration":2}},{"uid":"d9770b16904f3d09","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9770b16904f3d09","status":"passed","time":{"start":1728370487887,"stop":1728370487888,"duration":1}},{"uid":"8bf80f2c5067370b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8bf80f2c5067370b","status":"passed","time":{"start":1728369590813,"stop":1728369590813,"duration":0}}]},"84a2a8278571fa9229204c5b49612f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"1a88da226ebe82a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1a88da226ebe82a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370362611,"stop":1728370362611,"duration":0}},{"uid":"57c1c72bef898fc1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57c1c72bef898fc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369464842,"stop":1728369464842,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"acce5a150af4fdf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/acce5a150af4fdf5","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0}},{"uid":"b8c7c45dcf6a226c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8c7c45dcf6a226c","status":"passed","time":{"start":1728379224168,"stop":1728379224169,"duration":1}},{"uid":"528edad609fcb4fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/528edad609fcb4fc","status":"passed","time":{"start":1728371870693,"stop":1728371870693,"duration":0}},{"uid":"1c0405f9889a6ea2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c0405f9889a6ea2","status":"passed","time":{"start":1728370215350,"stop":1728370215353,"duration":3}},{"uid":"5e49642a39a1d7d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5e49642a39a1d7d8","status":"passed","time":{"start":1728369314832,"stop":1728369314832,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd13f6a2133fb652","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cd13f6a2133fb652","status":"passed","time":{"start":1728381416761,"stop":1728381416762,"duration":1}},{"uid":"9d43e685f8a3dd9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d43e685f8a3dd9d","status":"passed","time":{"start":1728379222478,"stop":1728379222478,"duration":0}},{"uid":"2ba6cb5315d53915","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ba6cb5315d53915","status":"passed","time":{"start":1728371864276,"stop":1728371864277,"duration":1}},{"uid":"72e6442d827dce0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72e6442d827dce0d","status":"passed","time":{"start":1728370211849,"stop":1728370211849,"duration":0}},{"uid":"dc554ccbb2770fa5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc554ccbb2770fa5","status":"passed","time":{"start":1728369311530,"stop":1728369311530,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"97ee083250c6ade3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97ee083250c6ade3","status":"passed","time":{"start":1728381409095,"stop":1728381409096,"duration":1}},{"uid":"af0e8678134de3af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/af0e8678134de3af","status":"passed","time":{"start":1728379215431,"stop":1728379215432,"duration":1}},{"uid":"642fc5ed1266eab5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/642fc5ed1266eab5","status":"passed","time":{"start":1728371857088,"stop":1728371857088,"duration":0}},{"uid":"fbb98e8a9b2e3d1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fbb98e8a9b2e3d1d","status":"passed","time":{"start":1728370205029,"stop":1728370205030,"duration":1}},{"uid":"6675b7de766f0952","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6675b7de766f0952","status":"passed","time":{"start":1728369303212,"stop":1728369303213,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3ae0f499f53dc93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3ae0f499f53dc93","status":"passed","time":{"start":1728381800487,"stop":1728381800487,"duration":0}},{"uid":"74133abd30dafbd3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74133abd30dafbd3","status":"passed","time":{"start":1728379607038,"stop":1728379607038,"duration":0}},{"uid":"4a7b4e0edbf42b8b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a7b4e0edbf42b8b","status":"passed","time":{"start":1728372238123,"stop":1728372238123,"duration":0}},{"uid":"b3226d0932443601","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3226d0932443601","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"9ea74b1538c21c12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9ea74b1538c21c12","status":"passed","time":{"start":1728369720991,"stop":1728369720991,"duration":0}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ce91a870db29a78","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ce91a870db29a78","status":"passed","time":{"start":1728381355976,"stop":1728381355977,"duration":1}},{"uid":"69f4d37a49569f9a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/69f4d37a49569f9a","status":"passed","time":{"start":1728379159020,"stop":1728379159020,"duration":0}},{"uid":"6f6645cab38f7034","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f6645cab38f7034","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"ea6353b6ea93db80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea6353b6ea93db80","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"e109463c30b2fb26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e109463c30b2fb26","status":"passed","time":{"start":1728369248993,"stop":1728369248994,"duration":1}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"72e52c121f82c630","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/72e52c121f82c630","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0}},{"uid":"76724dc32ec21329","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76724dc32ec21329","status":"passed","time":{"start":1728379167600,"stop":1728379167600,"duration":0}},{"uid":"56fe52618a1a9a8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/56fe52618a1a9a8c","status":"passed","time":{"start":1728371811384,"stop":1728371811384,"duration":0}},{"uid":"ec28a26468fec5a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec28a26468fec5a4","status":"passed","time":{"start":1728370158842,"stop":1728370158842,"duration":0}},{"uid":"aeb1dc238429c2c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aeb1dc238429c2c8","status":"passed","time":{"start":1728369257784,"stop":1728369257785,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b699b92fee5b3c7c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b699b92fee5b3c7c","status":"passed","time":{"start":1728381711676,"stop":1728381711681,"duration":5}},{"uid":"8d1ed74f468aa9b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d1ed74f468aa9b8","status":"passed","time":{"start":1728379515560,"stop":1728379515560,"duration":0}},{"uid":"a127340b46f875f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a127340b46f875f","status":"passed","time":{"start":1728372171311,"stop":1728372171314,"duration":3}},{"uid":"5fa9addc0d39ffc1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5fa9addc0d39ffc1","status":"passed","time":{"start":1728370522974,"stop":1728370522977,"duration":3}},{"uid":"c70987245bf29db2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c70987245bf29db2","status":"passed","time":{"start":1728369622052,"stop":1728369622053,"duration":1}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3c656a42d816e18","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3c656a42d816e18","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0}},{"uid":"6b1aa464658a544c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b1aa464658a544c","status":"passed","time":{"start":1728379549683,"stop":1728379549683,"duration":0}},{"uid":"5cc093144977a129","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5cc093144977a129","status":"passed","time":{"start":1728372195423,"stop":1728372195423,"duration":0}},{"uid":"a37972bffb39c904","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a37972bffb39c904","status":"passed","time":{"start":1728370555250,"stop":1728370555250,"duration":0}},{"uid":"171da38773213b99","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/171da38773213b99","status":"passed","time":{"start":1728369639841,"stop":1728369639842,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c5bf0772c675abf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c5bf0772c675abf5","status":"passed","time":{"start":1728381658365,"stop":1728381658365,"duration":0}},{"uid":"28d9681c1cd65431","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/28d9681c1cd65431","status":"passed","time":{"start":1728379460257,"stop":1728379460258,"duration":1}},{"uid":"cbfb22e813e92a60","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cbfb22e813e92a60","status":"passed","time":{"start":1728372105653,"stop":1728372105653,"duration":0}},{"uid":"9b1a78ed6200b346","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b1a78ed6200b346","status":"passed","time":{"start":1728370464108,"stop":1728370464109,"duration":1}},{"uid":"324d685319f62942","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/324d685319f62942","status":"passed","time":{"start":1728369544846,"stop":1728369544846,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"79d035face8bbe17","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79d035face8bbe17","status":"passed","time":{"start":1728381461636,"stop":1728381461639,"duration":3}},{"uid":"d9b5f81fc4be7964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9b5f81fc4be7964","status":"passed","time":{"start":1728379263337,"stop":1728379263340,"duration":3}},{"uid":"78a49c63bedd224f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78a49c63bedd224f","status":"passed","time":{"start":1728371908019,"stop":1728371908025,"duration":6}},{"uid":"a3a7f0a54346be4e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3a7f0a54346be4e","status":"passed","time":{"start":1728370252054,"stop":1728370252054,"duration":0}},{"uid":"1d955a1fd958ef9c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1d955a1fd958ef9c","status":"passed","time":{"start":1728369354743,"stop":1728369354743,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69efb40637ce138","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69efb40637ce138","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0}},{"uid":"a1114fce9aeefcd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1114fce9aeefcd7","status":"passed","time":{"start":1728379329396,"stop":1728379329396,"duration":0}},{"uid":"cf44cc473f756c55","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf44cc473f756c55","status":"passed","time":{"start":1728371973985,"stop":1728371973985,"duration":0}},{"uid":"dce02859d644c15","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dce02859d644c15","status":"passed","time":{"start":1728370320863,"stop":1728370320863,"duration":0}},{"uid":"7df9a195bf49b3a5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7df9a195bf49b3a5","status":"passed","time":{"start":1728369420225,"stop":1728369420226,"duration":1}}]},"56fab741379a53404f769ee4e8d79548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8f6b16c0a7ad031","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8f6b16c0a7ad031","status":"passed","time":{"start":1728372140949,"stop":1728372140954,"duration":5}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"a68907ce031619b6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a68907ce031619b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658376,"stop":1728381658376,"duration":0}},{"uid":"ebb4b5bc85b2d3f1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebb4b5bc85b2d3f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460278,"stop":1728379460279,"duration":1}},{"uid":"65a81252599c7393","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65a81252599c7393","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105669,"stop":1728372105669,"duration":0}},{"uid":"7a2024c40315fb71","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7a2024c40315fb71","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464136,"stop":1728370464136,"duration":0}},{"uid":"38c9922242255aaf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38c9922242255aaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544865,"stop":1728369544866,"duration":1}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69ffadce8e4cf29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69ffadce8e4cf29","status":"passed","time":{"start":1728381449297,"stop":1728381449297,"duration":0}},{"uid":"178895ed8ae3f2c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/178895ed8ae3f2c9","status":"passed","time":{"start":1728379255026,"stop":1728379255027,"duration":1}},{"uid":"16f1b6c7df037843","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/16f1b6c7df037843","status":"passed","time":{"start":1728371896753,"stop":1728371896753,"duration":0}},{"uid":"b085a6467373507b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b085a6467373507b","status":"passed","time":{"start":1728370245291,"stop":1728370245291,"duration":0}},{"uid":"5b3fbe452e69b05c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5b3fbe452e69b05c","status":"passed","time":{"start":1728369344210,"stop":1728369344211,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3bc4fd1d1785ef02","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3bc4fd1d1785ef02","status":"passed","time":{"start":1728381749034,"stop":1728381749035,"duration":1}},{"uid":"a70f6597557318d7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a70f6597557318d7","status":"passed","time":{"start":1728379549677,"stop":1728379549677,"duration":0}},{"uid":"9b7c324c6f5dfb5e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b7c324c6f5dfb5e","status":"passed","time":{"start":1728372195420,"stop":1728372195420,"duration":0}},{"uid":"978abbd93b12fa61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/978abbd93b12fa61","status":"passed","time":{"start":1728370555247,"stop":1728370555248,"duration":1}},{"uid":"80ff9334f47cf970","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/80ff9334f47cf970","status":"passed","time":{"start":1728369639838,"stop":1728369639839,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e8edca1eb63b4464","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e8edca1eb63b4464","status":"passed","time":{"start":1728381461640,"stop":1728381461640,"duration":0}},{"uid":"2be697568b5be76e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2be697568b5be76e","status":"passed","time":{"start":1728379263344,"stop":1728379263345,"duration":1}},{"uid":"62c3da26b365bb09","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/62c3da26b365bb09","status":"passed","time":{"start":1728371908028,"stop":1728371908031,"duration":3}},{"uid":"682f0d4aadb47edb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/682f0d4aadb47edb","status":"passed","time":{"start":1728370252055,"stop":1728370252055,"duration":0}},{"uid":"e790aa09fae4e148","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e790aa09fae4e148","status":"passed","time":{"start":1728369354744,"stop":1728369354744,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a3a74b458578d27a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a3a74b458578d27a","status":"passed","time":{"start":1728381521294,"stop":1728381521294,"duration":0}},{"uid":"5c31bff4fcac95c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5c31bff4fcac95c9","status":"passed","time":{"start":1728379329174,"stop":1728379329174,"duration":0}},{"uid":"dcc62a848861b060","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcc62a848861b060","status":"passed","time":{"start":1728371983999,"stop":1728371984000,"duration":1}},{"uid":"833a1f499f32d062","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/833a1f499f32d062","status":"passed","time":{"start":1728370284350,"stop":1728370284350,"duration":0}},{"uid":"a03f141f98ddde86","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a03f141f98ddde86","status":"passed","time":{"start":1728369378891,"stop":1728369378891,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ae6c93c8c82d03e1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ae6c93c8c82d03e1","status":"passed","time":{"start":1728381766196,"stop":1728381766196,"duration":0}},{"uid":"31c65f0ee1d5a828","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31c65f0ee1d5a828","status":"passed","time":{"start":1728379569498,"stop":1728379569498,"duration":0}},{"uid":"d7103ac57426102e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d7103ac57426102e","status":"passed","time":{"start":1728372220851,"stop":1728372220852,"duration":1}},{"uid":"86aa4a3805de5ba7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86aa4a3805de5ba7","status":"passed","time":{"start":1728370605230,"stop":1728370605231,"duration":1}},{"uid":"bc6a384089e67873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc6a384089e67873","status":"passed","time":{"start":1728369697447,"stop":1728369697448,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9c92f78c2694080e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c92f78c2694080e","status":"passed","time":{"start":1728381676008,"stop":1728381676009,"duration":1}},{"uid":"de84e3fe12feca21","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/de84e3fe12feca21","status":"passed","time":{"start":1728379477372,"stop":1728379477372,"duration":0}},{"uid":"9e703bf783315486","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e703bf783315486","status":"passed","time":{"start":1728372125152,"stop":1728372125153,"duration":1}},{"uid":"def503314857f138","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/def503314857f138","status":"passed","time":{"start":1728370506883,"stop":1728370506884,"duration":1}},{"uid":"a49499fd97d9a293","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a49499fd97d9a293","status":"passed","time":{"start":1728369613008,"stop":1728369613008,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd506bd12c04696f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd506bd12c04696f","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0}},{"uid":"f81eb710f8f6dad5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f81eb710f8f6dad5","status":"passed","time":{"start":1728379182283,"stop":1728379182283,"duration":0}},{"uid":"92b1192c148549b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/92b1192c148549b","status":"passed","time":{"start":1728371826535,"stop":1728371826539,"duration":4}},{"uid":"b5d62066d16cf493","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5d62066d16cf493","status":"passed","time":{"start":1728370173924,"stop":1728370173924,"duration":0}},{"uid":"931b40156e351f46","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/931b40156e351f46","status":"passed","time":{"start":1728369272889,"stop":1728369272889,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"846bfef328087042","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/846bfef328087042","status":"passed","time":{"start":1728381658381,"stop":1728381658384,"duration":3}},{"uid":"89ef6a829e36168e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/89ef6a829e36168e","status":"passed","time":{"start":1728379460286,"stop":1728379460287,"duration":1}},{"uid":"6e88b3ed13deb587","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e88b3ed13deb587","status":"passed","time":{"start":1728372105675,"stop":1728372105675,"duration":0}},{"uid":"59ff14b76d220b93","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/59ff14b76d220b93","status":"passed","time":{"start":1728370464149,"stop":1728370464149,"duration":0}},{"uid":"f81c93f7bd0a2643","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f81c93f7bd0a2643","status":"passed","time":{"start":1728369544872,"stop":1728369544872,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c286995d024de038","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c286995d024de038","status":"passed","time":{"start":1728381521308,"stop":1728381521312,"duration":4}},{"uid":"b9be67056bd20361","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9be67056bd20361","status":"passed","time":{"start":1728379329178,"stop":1728379329179,"duration":1}},{"uid":"4a4fbd4792ff5a9d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a4fbd4792ff5a9d","status":"passed","time":{"start":1728371984003,"stop":1728371984004,"duration":1}},{"uid":"16f0cba71f15c6cf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/16f0cba71f15c6cf","status":"passed","time":{"start":1728370284357,"stop":1728370284358,"duration":1}},{"uid":"3eb9636afd06f9aa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3eb9636afd06f9aa","status":"passed","time":{"start":1728369378899,"stop":1728369378899,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dccbc54544f9b7c2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dccbc54544f9b7c2","status":"passed","time":{"start":1728381521319,"stop":1728381521321,"duration":2}},{"uid":"3a5b4a15ab000e6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3a5b4a15ab000e6c","status":"passed","time":{"start":1728379329183,"stop":1728379329183,"duration":0}},{"uid":"dc9e5e77c27dd66a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc9e5e77c27dd66a","status":"passed","time":{"start":1728371984008,"stop":1728371984008,"duration":0}},{"uid":"39669eac5c091bfc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/39669eac5c091bfc","status":"passed","time":{"start":1728370284363,"stop":1728370284363,"duration":0}},{"uid":"c3fd6ed49bbfc0d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3fd6ed49bbfc0d4","status":"passed","time":{"start":1728369378910,"stop":1728369378911,"duration":1}}]},"03a0205f7152207dc9fbd0a407f621e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1953932da81da52","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1953932da81da52","status":"passed","time":{"start":1728370557095,"stop":1728370557096,"duration":1}}]},"cf0e444cd179c0df3fa587eb9b4439ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b201840ebfef9f47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b201840ebfef9f47","status":"passed","time":{"start":1728370522979,"stop":1728370522980,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84eb65a5284f1455","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84eb65a5284f1455","status":"passed","time":{"start":1728381634306,"stop":1728381634307,"duration":1}},{"uid":"1fc8a0a3e34d8fc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fc8a0a3e34d8fc0","status":"passed","time":{"start":1728379439867,"stop":1728379439870,"duration":3}},{"uid":"35f57ab2b9fab12b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/35f57ab2b9fab12b","status":"passed","time":{"start":1728372083101,"stop":1728372083102,"duration":1}},{"uid":"6dc54ac5ea129a59","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6dc54ac5ea129a59","status":"passed","time":{"start":1728370464871,"stop":1728370464872,"duration":1}},{"uid":"c2fbad5ecb8181b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c2fbad5ecb8181b","status":"passed","time":{"start":1728369559754,"stop":1728369559759,"duration":5}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ed0b62d7cec8cb9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ed0b62d7cec8cb9","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0}},{"uid":"d254ad849c1601e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d254ad849c1601e","status":"passed","time":{"start":1728379159031,"stop":1728379159031,"duration":0}},{"uid":"244f5d37b8c19673","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/244f5d37b8c19673","status":"passed","time":{"start":1728371802914,"stop":1728371802915,"duration":1}},{"uid":"5e61607037b869c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e61607037b869c5","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"6f020e5d7c492b05","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f020e5d7c492b05","status":"passed","time":{"start":1728369249003,"stop":1728369249003,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f39161ea8d22ab0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3f39161ea8d22ab0","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0}},{"uid":"d9d1de49af8f34f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9d1de49af8f34f2","status":"passed","time":{"start":1728379482933,"stop":1728379482933,"duration":0}},{"uid":"ec0f0eb1032c41a7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ec0f0eb1032c41a7","status":"passed","time":{"start":1728372134561,"stop":1728372134562,"duration":1}},{"uid":"6009cb8c0c638728","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6009cb8c0c638728","status":"passed","time":{"start":1728370487875,"stop":1728370487875,"duration":0}},{"uid":"b3ff4bebfe35741c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3ff4bebfe35741c","status":"passed","time":{"start":1728369590801,"stop":1728369590801,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"750c951951586f0b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/750c951951586f0b","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0}},{"uid":"bf90c57ca1c4467","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bf90c57ca1c4467","status":"passed","time":{"start":1728379576343,"stop":1728379576343,"duration":0}},{"uid":"4a89180b2447ce2e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a89180b2447ce2e","status":"passed","time":{"start":1728372230819,"stop":1728372230819,"duration":0}},{"uid":"6d3173a1a2ede84a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6d3173a1a2ede84a","status":"passed","time":{"start":1728370630213,"stop":1728370630213,"duration":0}},{"uid":"fdf267957b74cfb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fdf267957b74cfb","status":"passed","time":{"start":1728369712264,"stop":1728369712264,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d683be83205f3ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9d683be83205f3ed","status":"passed","time":{"start":1728381521326,"stop":1728381521326,"duration":0}},{"uid":"9d57f22e96c1ea17","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d57f22e96c1ea17","status":"passed","time":{"start":1728379329184,"stop":1728379329185,"duration":1}},{"uid":"6c6cfad0d55414a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c6cfad0d55414a1","status":"passed","time":{"start":1728371984009,"stop":1728371984009,"duration":0}},{"uid":"d6050664cc5f716e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d6050664cc5f716e","status":"passed","time":{"start":1728370284364,"stop":1728370284364,"duration":0}},{"uid":"cdb3c2abe468dbd1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdb3c2abe468dbd1","status":"passed","time":{"start":1728369378911,"stop":1728369378912,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"39ef4513571b7744","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/39ef4513571b7744","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0}},{"uid":"bfe84c89f24e4380","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bfe84c89f24e4380","status":"passed","time":{"start":1728379498103,"stop":1728379498104,"duration":1}},{"uid":"5428d56c7c14f715","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5428d56c7c14f715","status":"passed","time":{"start":1728372147566,"stop":1728372147566,"duration":0}},{"uid":"94aeebc96f70483c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94aeebc96f70483c","status":"passed","time":{"start":1728370535034,"stop":1728370535034,"duration":0}},{"uid":"4d224715673eb785","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4d224715673eb785","status":"passed","time":{"start":1728369636376,"stop":1728369636376,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"40ccce5213c07c1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/40ccce5213c07c1","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0}},{"uid":"2b1dc6e14e3add9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b1dc6e14e3add9d","status":"passed","time":{"start":1728379350313,"stop":1728379350316,"duration":3}},{"uid":"374c2ea2fdc3d9cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/374c2ea2fdc3d9cb","status":"passed","time":{"start":1728371998266,"stop":1728371998266,"duration":0}},{"uid":"209dd4b20405c3c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/209dd4b20405c3c3","status":"passed","time":{"start":1728370345947,"stop":1728370345948,"duration":1}},{"uid":"196a82d3af4f4679","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/196a82d3af4f4679","status":"passed","time":{"start":1728369443738,"stop":1728369443739,"duration":1}}]},"53b12b57024ae03b7000183a3372155e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5cc9b76008d0e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cd5cc9b76008d0e1","status":"passed","time":{"start":1728369675007,"stop":1728369675008,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd3d9fcdacd6b552","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd3d9fcdacd6b552","status":"passed","time":{"start":1728381461616,"stop":1728381461617,"duration":1}},{"uid":"af3218d3ebe6670a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/af3218d3ebe6670a","status":"passed","time":{"start":1728379263314,"stop":1728379263314,"duration":0}},{"uid":"5b3a53caed234a31","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b3a53caed234a31","status":"passed","time":{"start":1728371908002,"stop":1728371908005,"duration":3}},{"uid":"2ec1afd8a44af25f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2ec1afd8a44af25f","status":"passed","time":{"start":1728370252051,"stop":1728370252051,"duration":0}},{"uid":"ad535a44ff358608","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad535a44ff358608","status":"passed","time":{"start":1728369354740,"stop":1728369354740,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"373273b89ef71250","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/373273b89ef71250","status":"passed","time":{"start":1728381696866,"stop":1728381696868,"duration":2}},{"uid":"2443642774dfa476","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2443642774dfa476","status":"passed","time":{"start":1728379498106,"stop":1728379498106,"duration":0}},{"uid":"5dc4bb448a8fed72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5dc4bb448a8fed72","status":"passed","time":{"start":1728372147570,"stop":1728372147571,"duration":1}},{"uid":"83ee2d04b8e4f7eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83ee2d04b8e4f7eb","status":"passed","time":{"start":1728370535037,"stop":1728370535037,"duration":0}},{"uid":"86f288b2deed6b2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86f288b2deed6b2","status":"passed","time":{"start":1728369636383,"stop":1728369636383,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7a46bc9a5ba59690","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a46bc9a5ba59690","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0}},{"uid":"a23b59e0626f5cfd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a23b59e0626f5cfd","status":"passed","time":{"start":1728379167597,"stop":1728379167597,"duration":0}},{"uid":"5e6e0cdf4a006783","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e6e0cdf4a006783","status":"passed","time":{"start":1728371811378,"stop":1728371811378,"duration":0}},{"uid":"b9e540c6ca902ba3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b9e540c6ca902ba3","status":"passed","time":{"start":1728370158839,"stop":1728370158840,"duration":1}},{"uid":"584b5101568f862e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/584b5101568f862e","status":"passed","time":{"start":1728369257778,"stop":1728369257779,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a3946ca2333a1809","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a3946ca2333a1809","status":"passed","time":{"start":1728381526519,"stop":1728381526520,"duration":1}},{"uid":"a72a83f10776d12a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a72a83f10776d12a","status":"passed","time":{"start":1728379329403,"stop":1728379329403,"duration":0}},{"uid":"a7fe993edbdaef2c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7fe993edbdaef2c","status":"passed","time":{"start":1728371974003,"stop":1728371974003,"duration":0}},{"uid":"64f78084a1a44d67","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/64f78084a1a44d67","status":"passed","time":{"start":1728370320870,"stop":1728370320870,"duration":0}},{"uid":"66a577f45cb9984f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/66a577f45cb9984f","status":"passed","time":{"start":1728369420263,"stop":1728369420263,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a068cfff1b9aa18","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4a068cfff1b9aa18","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0}},{"uid":"e64d0a32135695f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e64d0a32135695f7","status":"passed","time":{"start":1728379329167,"stop":1728379329167,"duration":0}},{"uid":"ca0c6a59104783c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ca0c6a59104783c","status":"passed","time":{"start":1728371983982,"stop":1728371983983,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ec29094d788f409","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ec29094d788f409","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0}},{"uid":"6e86d4a0376fc883","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e86d4a0376fc883","status":"passed","time":{"start":1728379159013,"stop":1728379159013,"duration":0}},{"uid":"e778c6bd875df3b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e778c6bd875df3b3","status":"passed","time":{"start":1728371802898,"stop":1728371802899,"duration":1}},{"uid":"ac5b8eebf1f17d5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac5b8eebf1f17d5c","status":"passed","time":{"start":1728370149932,"stop":1728370149932,"duration":0}},{"uid":"7aac6fe4f4164f05","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7aac6fe4f4164f05","status":"passed","time":{"start":1728369248987,"stop":1728369248987,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c60c3680f58752e2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c60c3680f58752e2","status":"passed","time":{"start":1728381689154,"stop":1728381689154,"duration":0}},{"uid":"3b8dfeaea44298a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b8dfeaea44298a5","status":"passed","time":{"start":1728379493845,"stop":1728379493845,"duration":0}},{"uid":"6416f326f6ff2ec1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6416f326f6ff2ec1","status":"passed","time":{"start":1728372140948,"stop":1728372140948,"duration":0}},{"uid":"1bb324ca7501d49","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1bb324ca7501d49","status":"passed","time":{"start":1728370524961,"stop":1728370524961,"duration":0}},{"uid":"d0c496769597e29c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d0c496769597e29c","status":"passed","time":{"start":1728369630398,"stop":1728369630398,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a17d6cbf73661db","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a17d6cbf73661db","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0}},{"uid":"fd7b85c3884a3e0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fd7b85c3884a3e0b","status":"passed","time":{"start":1728379159028,"stop":1728379159028,"duration":0}},{"uid":"69b957f47800f139","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69b957f47800f139","status":"passed","time":{"start":1728371802911,"stop":1728371802912,"duration":1}},{"uid":"61af6953e80491b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/61af6953e80491b2","status":"passed","time":{"start":1728370149946,"stop":1728370149946,"duration":0}},{"uid":"9374602ddb9957ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9374602ddb9957ea","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a43b6b0779c498f6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a43b6b0779c498f6","status":"passed","time":{"start":1728381521288,"stop":1728381521289,"duration":1}},{"uid":"5c7cba29f4dc6a73","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5c7cba29f4dc6a73","status":"passed","time":{"start":1728379329169,"stop":1728379329170,"duration":1}},{"uid":"f507cc9156fcd382","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f507cc9156fcd382","status":"passed","time":{"start":1728371983989,"stop":1728371983989,"duration":0}},{"uid":"711cd484a9a75990","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/711cd484a9a75990","status":"passed","time":{"start":1728370284344,"stop":1728370284345,"duration":1}},{"uid":"bc1db7fe7527e89c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc1db7fe7527e89c","status":"passed","time":{"start":1728369378877,"stop":1728369378877,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c083dd4b8e6b9db2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c083dd4b8e6b9db2","status":"passed","time":{"start":1728381526509,"stop":1728381526509,"duration":0}},{"uid":"f67fbecb5845ce72","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f67fbecb5845ce72","status":"passed","time":{"start":1728379329395,"stop":1728379329396,"duration":1}},{"uid":"d03da61875bcbf8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d03da61875bcbf8e","status":"passed","time":{"start":1728371973984,"stop":1728371973984,"duration":0}},{"uid":"ec79eb104ac44d08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec79eb104ac44d08","status":"passed","time":{"start":1728370320862,"stop":1728370320862,"duration":0}},{"uid":"3f763ab46af8f438","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f763ab46af8f438","status":"passed","time":{"start":1728369420221,"stop":1728369420225,"duration":4}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4dabb891855c59e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b4dabb891855c59e","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0}},{"uid":"42cd98fac7e18823","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42cd98fac7e18823","status":"passed","time":{"start":1728379482924,"stop":1728379482924,"duration":0}},{"uid":"c9411108c8c2151e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c9411108c8c2151e","status":"passed","time":{"start":1728372134548,"stop":1728372134548,"duration":0}},{"uid":"9cf30b55a1c756d9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cf30b55a1c756d9","status":"passed","time":{"start":1728370487865,"stop":1728370487866,"duration":1}},{"uid":"71bcfbe82892dabf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/71bcfbe82892dabf","status":"passed","time":{"start":1728369590790,"stop":1728369590791,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c67a3b8076e053bb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c67a3b8076e053bb","status":"passed","time":{"start":1728381449300,"stop":1728381449300,"duration":0}},{"uid":"238543b1916087c8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/238543b1916087c8","status":"passed","time":{"start":1728379255034,"stop":1728379255035,"duration":1}},{"uid":"b1803ca9392ab76f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b1803ca9392ab76f","status":"passed","time":{"start":1728371896757,"stop":1728371896757,"duration":0}},{"uid":"7c9a7ca04d7e718b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c9a7ca04d7e718b","status":"passed","time":{"start":1728370245298,"stop":1728370245298,"duration":0}},{"uid":"154bce9f623750a1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/154bce9f623750a1","status":"passed","time":{"start":1728369344217,"stop":1728369344219,"duration":2}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"30663e7666fd76e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/30663e7666fd76e3","status":"passed","time":{"start":1728381545556,"stop":1728381545556,"duration":0}},{"uid":"4faddce67ecb2bb5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4faddce67ecb2bb5","status":"passed","time":{"start":1728379350288,"stop":1728379350288,"duration":0}},{"uid":"59b1004125d0f867","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/59b1004125d0f867","status":"passed","time":{"start":1728371998250,"stop":1728371998251,"duration":1}},{"uid":"af4e1d565b8dc65a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/af4e1d565b8dc65a","status":"passed","time":{"start":1728370345939,"stop":1728370345940,"duration":1}},{"uid":"871363e2d9462aec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/871363e2d9462aec","status":"passed","time":{"start":1728369443725,"stop":1728369443728,"duration":3}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a96d958103a5c29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a96d958103a5c29","status":"passed","time":{"start":1728381716492,"stop":1728381716495,"duration":3}},{"uid":"ae39f30e646ac374","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ae39f30e646ac374","status":"passed","time":{"start":1728379524436,"stop":1728379524436,"duration":0}},{"uid":"f94fbd86f81e4870","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f94fbd86f81e4870","status":"passed","time":{"start":1728372187034,"stop":1728372187034,"duration":0}},{"uid":"ed48307cc4e33a8b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed48307cc4e33a8b","status":"passed","time":{"start":1728370559625,"stop":1728370559625,"duration":0}},{"uid":"aa08056bfd8f910a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa08056bfd8f910a","status":"passed","time":{"start":1728369646205,"stop":1728369646205,"duration":0}}]},"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"19be7d72a6c8c276","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/19be7d72a6c8c276","status":"passed","time":{"start":1728381613871,"stop":1728381613872,"duration":1}},{"uid":"3d65586401cd7093","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d65586401cd7093","status":"passed","time":{"start":1728379419684,"stop":1728379419686,"duration":2}},{"uid":"cf55477721ed09bc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf55477721ed09bc","status":"passed","time":{"start":1728372107442,"stop":1728372107442,"duration":0}},{"uid":"fac583a80a6298d5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fac583a80a6298d5","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626988,"stop":1728370626988,"duration":0}},{"uid":"72b26128a952459e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/72b26128a952459e","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728516,"stop":1728369728516,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"25c9c5b259dcc115","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/25c9c5b259dcc115","status":"passed","time":{"start":1728381658388,"stop":1728381658389,"duration":1}},{"uid":"39db1fe7ff0376b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/39db1fe7ff0376b4","status":"passed","time":{"start":1728379460295,"stop":1728379460296,"duration":1}},{"uid":"a3b86551a31b928f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a3b86551a31b928f","status":"passed","time":{"start":1728372105679,"stop":1728372105680,"duration":1}},{"uid":"22ae61f2318f2a96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22ae61f2318f2a96","status":"passed","time":{"start":1728370464159,"stop":1728370464160,"duration":1}},{"uid":"cdcc2c77ecf8d91c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdcc2c77ecf8d91c","status":"passed","time":{"start":1728369544876,"stop":1728369544876,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f55557c79905c3c6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f55557c79905c3c6","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0}},{"uid":"8687c00274525759","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8687c00274525759","status":"passed","time":{"start":1728379159021,"stop":1728379159021,"duration":0}},{"uid":"54ac636ab9a53fa6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54ac636ab9a53fa6","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"e8a6758e0f639669","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8a6758e0f639669","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"eed767d84ff5cc39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eed767d84ff5cc39","status":"passed","time":{"start":1728369248994,"stop":1728369248994,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"62d50df705f61573","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/62d50df705f61573","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0}},{"uid":"75d69615e2923e74","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/75d69615e2923e74","status":"passed","time":{"start":1728379159007,"stop":1728379159007,"duration":0}},{"uid":"2c54c87640eb4e37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c54c87640eb4e37","status":"passed","time":{"start":1728371802893,"stop":1728371802894,"duration":1}},{"uid":"2677e7d2fbc067c7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2677e7d2fbc067c7","status":"passed","time":{"start":1728370149927,"stop":1728370149927,"duration":0}},{"uid":"755c2e5f06234bac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/755c2e5f06234bac","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fce7c58d1edb2e40","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fce7c58d1edb2e40","status":"passed","time":{"start":1728381680434,"stop":1728381680438,"duration":4}},{"uid":"505ef455ec626865","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/505ef455ec626865","status":"passed","time":{"start":1728379482918,"stop":1728379482918,"duration":0}},{"uid":"57c5afa475bff3db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57c5afa475bff3db","status":"passed","time":{"start":1728372134544,"stop":1728372134545,"duration":1}},{"uid":"6e58b8652748d29b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6e58b8652748d29b","status":"passed","time":{"start":1728370487859,"stop":1728370487860,"duration":1}},{"uid":"3bdd0e758c0615c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bdd0e758c0615c","status":"passed","time":{"start":1728369590786,"stop":1728369590786,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2783a2b44110b676","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2783a2b44110b676","status":"passed","time":{"start":1728381461639,"stop":1728381461640,"duration":1}},{"uid":"81a348d67ba12f28","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/81a348d67ba12f28","status":"passed","time":{"start":1728379263340,"stop":1728379263344,"duration":4}},{"uid":"ebc66fe73ca68e4f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ebc66fe73ca68e4f","status":"passed","time":{"start":1728371908025,"stop":1728371908025,"duration":0}},{"uid":"efe29bab17eaa8eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efe29bab17eaa8eb","status":"passed","time":{"start":1728370252054,"stop":1728370252055,"duration":1}},{"uid":"74f137349d98353","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/74f137349d98353","status":"passed","time":{"start":1728369354743,"stop":1728369354744,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"23e5384a6e309e8b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/23e5384a6e309e8b","status":"passed","time":{"start":1728381689145,"stop":1728381689146,"duration":1}},{"uid":"da7950057d620171","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/da7950057d620171","status":"passed","time":{"start":1728379493802,"stop":1728379493802,"duration":0}},{"uid":"3fc0804f7c1ce46","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3fc0804f7c1ce46","status":"passed","time":{"start":1728372140937,"stop":1728372140938,"duration":1}},{"uid":"c9db7c4831349a61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c9db7c4831349a61","status":"passed","time":{"start":1728370524955,"stop":1728370524955,"duration":0}},{"uid":"bc037289b117c56e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc037289b117c56e","status":"passed","time":{"start":1728369630387,"stop":1728369630388,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3351f12d1c46611f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3351f12d1c46611f","status":"passed","time":{"start":1728381658384,"stop":1728381658385,"duration":1}},{"uid":"25270b7c1283366a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/25270b7c1283366a","status":"passed","time":{"start":1728379460287,"stop":1728379460287,"duration":0}},{"uid":"174b42dff820fa5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/174b42dff820fa5","status":"passed","time":{"start":1728372105675,"stop":1728372105676,"duration":1}},{"uid":"1ee936614e3e4730","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ee936614e3e4730","status":"passed","time":{"start":1728370464149,"stop":1728370464150,"duration":1}},{"uid":"26c6a15d6a67523a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26c6a15d6a67523a","status":"passed","time":{"start":1728369544872,"stop":1728369544872,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3530cbccc9a6a0c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3530cbccc9a6a0c","status":"passed","time":{"start":1728381371851,"stop":1728381371852,"duration":1}},{"uid":"200f3c6b14053717","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/200f3c6b14053717","status":"passed","time":{"start":1728379175037,"stop":1728379175037,"duration":0}},{"uid":"2dd50c25c1b5d331","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2dd50c25c1b5d331","status":"passed","time":{"start":1728371819029,"stop":1728371819029,"duration":0}},{"uid":"8df0f2023f5c630f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8df0f2023f5c630f","status":"passed","time":{"start":1728370166486,"stop":1728370166486,"duration":0}},{"uid":"633656a9834ddd74","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/633656a9834ddd74","status":"passed","time":{"start":1728369265268,"stop":1728369265268,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"51ef68cc3727049","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51ef68cc3727049","status":"passed","time":{"start":1728381371416,"stop":1728381371417,"duration":1}},{"uid":"65a2f34988bca0ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65a2f34988bca0ab","status":"passed","time":{"start":1728379174376,"stop":1728379174376,"duration":0}},{"uid":"9d9ce44743776409","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d9ce44743776409","status":"passed","time":{"start":1728371818654,"stop":1728371818655,"duration":1}},{"uid":"49c0b94cfcd1e3c7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49c0b94cfcd1e3c7","status":"passed","time":{"start":1728370166258,"stop":1728370166259,"duration":1}},{"uid":"76d62e385b32e990","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76d62e385b32e990","status":"passed","time":{"start":1728369265013,"stop":1728369265013,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0b13b8e1f15060e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0b13b8e1f15060e","status":"passed","time":{"start":1728381676006,"stop":1728381676006,"duration":0}},{"uid":"d507b2bc85b2339","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d507b2bc85b2339","status":"passed","time":{"start":1728379477371,"stop":1728379477372,"duration":1}},{"uid":"9cf572b36f7544c7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cf572b36f7544c7","status":"passed","time":{"start":1728372125152,"stop":1728372125152,"duration":0}},{"uid":"7df90f9ab351528f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7df90f9ab351528f","status":"passed","time":{"start":1728370506882,"stop":1728370506882,"duration":0}},{"uid":"40e77bec30059525","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40e77bec30059525","status":"passed","time":{"start":1728369613007,"stop":1728369613008,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"82e2b4894a37208b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/82e2b4894a37208b","status":"passed","time":{"start":1728381696841,"stop":1728381696841,"duration":0}},{"uid":"6e1c8d7c72a84078","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e1c8d7c72a84078","status":"passed","time":{"start":1728379498101,"stop":1728379498102,"duration":1}},{"uid":"dfffce514e86eb41","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dfffce514e86eb41","status":"passed","time":{"start":1728372147563,"stop":1728372147565,"duration":2}},{"uid":"8a7f7751c3463132","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a7f7751c3463132","status":"passed","time":{"start":1728370535032,"stop":1728370535033,"duration":1}},{"uid":"834f3521c75a13cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/834f3521c75a13cf","status":"passed","time":{"start":1728369636375,"stop":1728369636376,"duration":1}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"85c53b3f427fc26","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/85c53b3f427fc26","status":"passed","time":{"start":1728381449299,"stop":1728381449299,"duration":0}},{"uid":"300a56edbd9c8538","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/300a56edbd9c8538","status":"passed","time":{"start":1728379255030,"stop":1728379255030,"duration":0}},{"uid":"1558f1caeecc2ad2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1558f1caeecc2ad2","status":"passed","time":{"start":1728371896754,"stop":1728371896756,"duration":2}},{"uid":"4b5322280f2f000c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b5322280f2f000c","status":"passed","time":{"start":1728370245294,"stop":1728370245295,"duration":1}},{"uid":"cbe839dcb07ac990","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbe839dcb07ac990","status":"passed","time":{"start":1728369344215,"stop":1728369344215,"duration":0}}]},"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a799877e00647be2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a799877e00647be2","status":"passed","time":{"start":1728381371412,"stop":1728381371413,"duration":1}},{"uid":"32032d6a1a1c41b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/32032d6a1a1c41b7","status":"passed","time":{"start":1728379174831,"stop":1728379174831,"duration":0}},{"uid":"6fbcf184deb6f4e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6fbcf184deb6f4e2","status":"passed","time":{"start":1728371818438,"stop":1728371818439,"duration":1}},{"uid":"c221243209a7044a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c221243209a7044a","status":"passed","time":{"start":1728370166080,"stop":1728370166080,"duration":0}},{"uid":"847f1a93b998ece4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/847f1a93b998ece4","status":"passed","time":{"start":1728369265065,"stop":1728369265065,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"f5acf0066648dace","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f5acf0066648dace","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381696826,"stop":1728381696827,"duration":1}},{"uid":"b2bcd9dc5279f08f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2bcd9dc5279f08f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379498095,"stop":1728379498095,"duration":0}},{"uid":"4fb46f82000e7502","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4fb46f82000e7502","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372147558,"stop":1728372147558,"duration":0}},{"uid":"2c001996a002073b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2c001996a002073b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370535018,"stop":1728370535018,"duration":0}},{"uid":"418ef1ab25ce8cbc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/418ef1ab25ce8cbc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369636357,"stop":1728369636357,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3fb2493c9b8e0ceb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3fb2493c9b8e0ceb","status":"passed","time":{"start":1728381743116,"stop":1728381743120,"duration":4}},{"uid":"b51ed334198870e4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b51ed334198870e4","status":"passed","time":{"start":1728379550979,"stop":1728379550980,"duration":1}},{"uid":"48514425ddb8848e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/48514425ddb8848e","status":"passed","time":{"start":1728372211440,"stop":1728372211440,"duration":0}},{"uid":"67548b658c1dd5fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67548b658c1dd5fc","status":"passed","time":{"start":1728370582326,"stop":1728370582327,"duration":1}},{"uid":"dfbf54280d6b901c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dfbf54280d6b901c","status":"passed","time":{"start":1728369674236,"stop":1728369674237,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cc6ebba198160db4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cc6ebba198160db4","status":"passed","time":{"start":1728381557204,"stop":1728381557204,"duration":0}},{"uid":"858bd1721a17a7bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/858bd1721a17a7bc","status":"passed","time":{"start":1728379366427,"stop":1728379366428,"duration":1}},{"uid":"1a5328a16048594d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a5328a16048594d","status":"passed","time":{"start":1728371995973,"stop":1728371995973,"duration":0}},{"uid":"9c864c6ed18dba07","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9c864c6ed18dba07","status":"passed","time":{"start":1728370345092,"stop":1728370345093,"duration":1}},{"uid":"4a270734dcc7a654","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a270734dcc7a654","status":"passed","time":{"start":1728369447278,"stop":1728369447279,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f6191746e7359304","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f6191746e7359304","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0}},{"uid":"1a1fa4da9a0693eb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a1fa4da9a0693eb","status":"passed","time":{"start":1728379167607,"stop":1728379167607,"duration":0}},{"uid":"c24d5769e9c29b96","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c24d5769e9c29b96","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"24562af46facb089","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24562af46facb089","status":"passed","time":{"start":1728370158849,"stop":1728370158850,"duration":1}},{"uid":"23b81c4dcc823fa6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23b81c4dcc823fa6","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ae97e5298440b90","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ae97e5298440b90","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0}},{"uid":"abc736f2dceafd12","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/abc736f2dceafd12","status":"passed","time":{"start":1728379498107,"stop":1728379498107,"duration":0}},{"uid":"425711da8d64e58e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/425711da8d64e58e","status":"passed","time":{"start":1728372147579,"stop":1728372147579,"duration":0}},{"uid":"519bc946cedf1b0f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/519bc946cedf1b0f","status":"passed","time":{"start":1728370535038,"stop":1728370535038,"duration":0}},{"uid":"b9e758a28d7457e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9e758a28d7457e9","status":"passed","time":{"start":1728369636385,"stop":1728369636386,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"49a9a074aee5ccf2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/49a9a074aee5ccf2","status":"passed","time":{"start":1728381439746,"stop":1728381439746,"duration":0}},{"uid":"66af69a62399380f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66af69a62399380f","status":"passed","time":{"start":1728379250164,"stop":1728379250165,"duration":1}},{"uid":"1885a32dbc99c57c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1885a32dbc99c57c","status":"passed","time":{"start":1728371885970,"stop":1728371885970,"duration":0}},{"uid":"ae98110a74924af7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ae98110a74924af7","status":"passed","time":{"start":1728370233666,"stop":1728370233667,"duration":1}},{"uid":"4e144e33ea1ac4a6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4e144e33ea1ac4a6","status":"passed","time":{"start":1728369335747,"stop":1728369335750,"duration":3}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4c0ae02db2722ff8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c0ae02db2722ff8","status":"passed","time":{"start":1728381800483,"stop":1728381800483,"duration":0}},{"uid":"6613a020fcdfcde9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6613a020fcdfcde9","status":"passed","time":{"start":1728379607034,"stop":1728379607035,"duration":1}},{"uid":"6752b1f61d9b94a4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6752b1f61d9b94a4","status":"passed","time":{"start":1728372238120,"stop":1728372238120,"duration":0}},{"uid":"4be3a7d10face646","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4be3a7d10face646","status":"passed","time":{"start":1728370630364,"stop":1728370630365,"duration":1}},{"uid":"95adf4afb35ef8e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95adf4afb35ef8e9","status":"passed","time":{"start":1728369720988,"stop":1728369720989,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b6ec1928c2902742","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b6ec1928c2902742","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0}},{"uid":"33536edf807c5acd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/33536edf807c5acd","status":"passed","time":{"start":1728379524437,"stop":1728379524437,"duration":0}},{"uid":"a6e36b3bbe042e15","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6e36b3bbe042e15","status":"passed","time":{"start":1728372187035,"stop":1728372187035,"duration":0}},{"uid":"9f19016c6d3fc93f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f19016c6d3fc93f","status":"passed","time":{"start":1728370559626,"stop":1728370559628,"duration":2}},{"uid":"865eb3dde33d5029","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/865eb3dde33d5029","status":"passed","time":{"start":1728369646205,"stop":1728369646205,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2cf83d2c5292ddb1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2cf83d2c5292ddb1","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0}},{"uid":"db06749c4be64502","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db06749c4be64502","status":"passed","time":{"start":1728379543300,"stop":1728379543301,"duration":1}},{"uid":"fbea0dc2035f39ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbea0dc2035f39ab","status":"passed","time":{"start":1728372192290,"stop":1728372192290,"duration":0}},{"uid":"26a271033d07824c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26a271033d07824c","status":"passed","time":{"start":1728370579156,"stop":1728370579157,"duration":1}},{"uid":"f6bbeb1dc7eacdac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6bbeb1dc7eacdac","status":"passed","time":{"start":1728369664330,"stop":1728369664331,"duration":1}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"edce591c9a058565","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/edce591c9a058565","status":"passed","time":{"start":1728381658387,"stop":1728381658388,"duration":1}},{"uid":"d6bd9a6422fac482","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6bd9a6422fac482","status":"passed","time":{"start":1728379460291,"stop":1728379460295,"duration":4}},{"uid":"c41ebca63cbc18e5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c41ebca63cbc18e5","status":"passed","time":{"start":1728372105678,"stop":1728372105679,"duration":1}},{"uid":"b13243719a209965","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b13243719a209965","status":"passed","time":{"start":1728370464157,"stop":1728370464158,"duration":1}},{"uid":"1584a7d073180625","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1584a7d073180625","status":"passed","time":{"start":1728369544875,"stop":1728369544875,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"da16effead2ec4a9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da16effead2ec4a9","status":"passed","time":{"start":1728381614000,"stop":1728381614001,"duration":1}},{"uid":"be1abdeb4f037795","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be1abdeb4f037795","status":"passed","time":{"start":1728379419840,"stop":1728379419840,"duration":0}},{"uid":"44b638f6a738f7c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44b638f6a738f7c8","status":"passed","time":{"start":1728372057884,"stop":1728372057885,"duration":1}},{"uid":"888455d50d5324ac","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/888455d50d5324ac","status":"passed","time":{"start":1728370439775,"stop":1728370439776,"duration":1}},{"uid":"cbd9004fba28c0da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbd9004fba28c0da","status":"passed","time":{"start":1728369540111,"stop":1728369540111,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e825120dee0a20f2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e825120dee0a20f2","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0}},{"uid":"739643ef25686e3d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/739643ef25686e3d","status":"passed","time":{"start":1728379366460,"stop":1728379366465,"duration":5}},{"uid":"dcea740090e29176","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcea740090e29176","status":"passed","time":{"start":1728371996001,"stop":1728371996003,"duration":2}},{"uid":"f50deef15f92261c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f50deef15f92261c","status":"passed","time":{"start":1728370345124,"stop":1728370345125,"duration":1}},{"uid":"f92229f80f143191","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f92229f80f143191","status":"passed","time":{"start":1728369447286,"stop":1728369447286,"duration":0}}]},"348b628f6e22602beb1a4d03f545c9a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb5520380b6ccb6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb5520380b6ccb6","status":"passed","time":{"start":1728369622055,"stop":1728369622056,"duration":1}}]},"5e9e067b63946692debd6dad4d426b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dec0270955b5149","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1dec0270955b5149","status":"passed","time":{"start":1728379523099,"stop":1728379523101,"duration":2}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aab304ce6ce89cb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aab304ce6ce89cb5","status":"passed","time":{"start":1728381557219,"stop":1728381557220,"duration":1}},{"uid":"1c0bc300321e0616","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c0bc300321e0616","status":"passed","time":{"start":1728379366459,"stop":1728379366460,"duration":1}},{"uid":"1312325d5878ef24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1312325d5878ef24","status":"passed","time":{"start":1728371996000,"stop":1728371996000,"duration":0}},{"uid":"abdc4b53d008e74d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/abdc4b53d008e74d","status":"passed","time":{"start":1728370345120,"stop":1728370345124,"duration":4}},{"uid":"63dd3d7c61d0774a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/63dd3d7c61d0774a","status":"passed","time":{"start":1728369447285,"stop":1728369447286,"duration":1}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b072001743b5ccc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8b072001743b5ccc","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0}},{"uid":"94321a7bda121d4e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94321a7bda121d4e","status":"passed","time":{"start":1728379167595,"stop":1728379167595,"duration":0}},{"uid":"1d974724a2219296","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1d974724a2219296","status":"passed","time":{"start":1728371811376,"stop":1728371811376,"duration":0}},{"uid":"6e68d9773bfac6fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6e68d9773bfac6fb","status":"passed","time":{"start":1728370158837,"stop":1728370158837,"duration":0}},{"uid":"41743c23436c20be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41743c23436c20be","status":"passed","time":{"start":1728369257776,"stop":1728369257776,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"35a54517f8ec233d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/35a54517f8ec233d","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0}},{"uid":"d36495363d91218e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d36495363d91218e","status":"passed","time":{"start":1728379159048,"stop":1728379159049,"duration":1}},{"uid":"9e060981a33f7c9e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e060981a33f7c9e","status":"passed","time":{"start":1728371802853,"stop":1728371802853,"duration":0}},{"uid":"a2535f121760116a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a2535f121760116a","status":"passed","time":{"start":1728370149979,"stop":1728370149979,"duration":0}},{"uid":"418868d4dd2a58e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/418868d4dd2a58e3","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"afb973d0e5d99c8a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/afb973d0e5d99c8a","status":"passed","time":{"start":1728381763768,"stop":1728381763772,"duration":4}},{"uid":"b05591004b3970ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b05591004b3970ab","status":"passed","time":{"start":1728379572271,"stop":1728379572272,"duration":1}},{"uid":"810b5ebadc9415b8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/810b5ebadc9415b8","status":"passed","time":{"start":1728372221514,"stop":1728372221516,"duration":2}},{"uid":"c2bf5e95e0858a62","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2bf5e95e0858a62","status":"passed","time":{"start":1728370607706,"stop":1728370607707,"duration":1}},{"uid":"d098736655fb4f50","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d098736655fb4f50","status":"passed","time":{"start":1728369690173,"stop":1728369690173,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8cbf5275112e6d4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8cbf5275112e6d4a","status":"passed","time":{"start":1728381634682,"stop":1728381634683,"duration":1}},{"uid":"4d23c7626b4a2121","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4d23c7626b4a2121","status":"passed","time":{"start":1728379440094,"stop":1728379440095,"duration":1}},{"uid":"3b7eb4f9fce8bcd6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3b7eb4f9fce8bcd6","status":"passed","time":{"start":1728372106162,"stop":1728372106163,"duration":1}},{"uid":"ad2f8247f32f33bd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad2f8247f32f33bd","status":"passed","time":{"start":1728370467935,"stop":1728370467936,"duration":1}},{"uid":"a1734f69e97482a0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1734f69e97482a0","status":"passed","time":{"start":1728369560302,"stop":1728369560302,"duration":0}}]},"1534d0be1cf34d85ad6b5928966c3c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea5f2c7b108302e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eea5f2c7b108302e","status":"passed","time":{"start":1728381689160,"stop":1728381689161,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dcc2c4547e7567c8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dcc2c4547e7567c8","status":"passed","time":{"start":1728381680466,"stop":1728381680467,"duration":1}},{"uid":"cd75a856097e416d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd75a856097e416d","status":"passed","time":{"start":1728379482947,"stop":1728379482948,"duration":1}},{"uid":"7f68a4bed73d6928","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f68a4bed73d6928","status":"passed","time":{"start":1728372134570,"stop":1728372134571,"duration":1}},{"uid":"9e7a1e4879e80347","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e7a1e4879e80347","status":"passed","time":{"start":1728370487883,"stop":1728370487883,"duration":0}},{"uid":"76c4add48cb0a83a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76c4add48cb0a83a","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"baf187658acf137697ae8adbc09a203f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cbf57b4cdcb343c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2cbf57b4cdcb343c","status":"passed","time":{"start":1728381719624,"stop":1728381719624,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a5b8954e46bc998","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a5b8954e46bc998","status":"passed","time":{"start":1728381485020,"stop":1728381485020,"duration":0}},{"uid":"38cdd2123ee12ca6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/38cdd2123ee12ca6","status":"passed","time":{"start":1728379293450,"stop":1728379293451,"duration":1}},{"uid":"72fd2f83578bb513","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/72fd2f83578bb513","status":"passed","time":{"start":1728371932963,"stop":1728371932963,"duration":0}},{"uid":"a13a53b2ae90d767","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a13a53b2ae90d767","status":"passed","time":{"start":1728370281704,"stop":1728370281704,"duration":0}},{"uid":"19ac2d71ced23799","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/19ac2d71ced23799","status":"passed","time":{"start":1728369376535,"stop":1728369376536,"duration":1}}]},"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"52276c5dac609b41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/52276c5dac609b41","status":"passed","time":{"start":1728381371410,"stop":1728381371411,"duration":1}},{"uid":"e4b7f7edf735bedc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4b7f7edf735bedc","status":"passed","time":{"start":1728379174829,"stop":1728379174830,"duration":1}},{"uid":"ee59f338a961f99b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee59f338a961f99b","status":"passed","time":{"start":1728371818435,"stop":1728371818436,"duration":1}},{"uid":"938b23a8991e36a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/938b23a8991e36a4","status":"passed","time":{"start":1728370166078,"stop":1728370166079,"duration":1}},{"uid":"c58ebf0cac0f0045","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c58ebf0cac0f0045","status":"passed","time":{"start":1728369265063,"stop":1728369265064,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1072ac166edba665","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1072ac166edba665","status":"passed","time":{"start":1728381658388,"stop":1728381658388,"duration":0}},{"uid":"5dbf3364f6587209","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dbf3364f6587209","status":"passed","time":{"start":1728379460295,"stop":1728379460295,"duration":0}},{"uid":"2845af78bafd69c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2845af78bafd69c6","status":"passed","time":{"start":1728372105679,"stop":1728372105679,"duration":0}},{"uid":"50fd217bbcd0a0f6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50fd217bbcd0a0f6","status":"passed","time":{"start":1728370464158,"stop":1728370464159,"duration":1}},{"uid":"f439ec014aea8063","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f439ec014aea8063","status":"passed","time":{"start":1728369544876,"stop":1728369544876,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1d588b25ca32eefc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1d588b25ca32eefc","status":"passed","time":{"start":1728381749017,"stop":1728381749019,"duration":2}},{"uid":"cf145ae03b23cca7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf145ae03b23cca7","status":"passed","time":{"start":1728379549631,"stop":1728379549641,"duration":10}},{"uid":"5860904eb36cca0b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5860904eb36cca0b","status":"passed","time":{"start":1728372195407,"stop":1728372195408,"duration":1}},{"uid":"3ed5a9f10de8e5bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3ed5a9f10de8e5bc","status":"passed","time":{"start":1728370555236,"stop":1728370555236,"duration":0}},{"uid":"25bd1d13b5abdcb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25bd1d13b5abdcb","status":"passed","time":{"start":1728369639824,"stop":1728369639825,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"335b0d5a4e330847","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/335b0d5a4e330847","status":"passed","time":{"start":1728381749048,"stop":1728381749049,"duration":1}},{"uid":"190c18f35a9af034","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/190c18f35a9af034","status":"passed","time":{"start":1728379549691,"stop":1728379549691,"duration":0}},{"uid":"29f93a78b8346869","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/29f93a78b8346869","status":"passed","time":{"start":1728372195430,"stop":1728372195431,"duration":1}},{"uid":"559cc44a9181e03d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/559cc44a9181e03d","status":"passed","time":{"start":1728370555254,"stop":1728370555254,"duration":0}},{"uid":"31ea34cdeb2efdaf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/31ea34cdeb2efdaf","status":"passed","time":{"start":1728369639848,"stop":1728369639848,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9bcbfba551c0a9c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9bcbfba551c0a9c","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0}},{"uid":"8d519e8663f4ec6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d519e8663f4ec6","status":"passed","time":{"start":1728379167594,"stop":1728379167594,"duration":0}},{"uid":"e6a1b6cd2a93612","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6a1b6cd2a93612","status":"passed","time":{"start":1728371811375,"stop":1728371811375,"duration":0}},{"uid":"f97b3b4ce3a54e06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f97b3b4ce3a54e06","status":"passed","time":{"start":1728370158836,"stop":1728370158837,"duration":1}},{"uid":"9f4ca7cd7d15b89c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9f4ca7cd7d15b89c","status":"passed","time":{"start":1728369257775,"stop":1728369257776,"duration":1}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"674e5725b378cbd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/674e5725b378cbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658692,"stop":1728381658692,"duration":0}},{"uid":"dde8787ec868ac05","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dde8787ec868ac05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460503,"stop":1728379460504,"duration":1}},{"uid":"33a6bc37d10e2dac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33a6bc37d10e2dac","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"b84f4ff03b498f48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b84f4ff03b498f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488123,"stop":1728370488125,"duration":2}},{"uid":"285bd7fa209e4470","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/285bd7fa209e4470","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591298,"stop":1728369591298,"duration":0}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"457eb0e6bcbe412a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/457eb0e6bcbe412a","status":"passed","time":{"start":1728381756574,"stop":1728381756574,"duration":0}},{"uid":"14edfc985605f992","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/14edfc985605f992","status":"passed","time":{"start":1728379560458,"stop":1728379560458,"duration":0}},{"uid":"8e7f34a2b2fbbeb6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e7f34a2b2fbbeb6","status":"passed","time":{"start":1728372207707,"stop":1728372207707,"duration":0}},{"uid":"5efb520990aee4a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5efb520990aee4a1","status":"passed","time":{"start":1728370596501,"stop":1728370596503,"duration":2}},{"uid":"e08b18b276998971","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e08b18b276998971","status":"passed","time":{"start":1728369687976,"stop":1728369687977,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3b632f965423136","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3b632f965423136","status":"passed","time":{"start":1728381749033,"stop":1728381749034,"duration":1}},{"uid":"3a58a7aab759295e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3a58a7aab759295e","status":"passed","time":{"start":1728379549676,"stop":1728379549676,"duration":0}},{"uid":"4cd54666c63f8398","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cd54666c63f8398","status":"passed","time":{"start":1728372195417,"stop":1728372195417,"duration":0}},{"uid":"512504c3a8901b55","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/512504c3a8901b55","status":"passed","time":{"start":1728370555246,"stop":1728370555246,"duration":0}},{"uid":"1a643eee19ce16dc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a643eee19ce16dc","status":"passed","time":{"start":1728369639837,"stop":1728369639837,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"446ea2445de23d74","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/446ea2445de23d74","status":"passed","time":{"start":1728381526509,"stop":1728381526510,"duration":1}},{"uid":"31e2bbafefa03d88","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31e2bbafefa03d88","status":"passed","time":{"start":1728379329396,"stop":1728379329396,"duration":0}},{"uid":"a5a58aef71ce0bef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5a58aef71ce0bef","status":"passed","time":{"start":1728371973984,"stop":1728371973984,"duration":0}},{"uid":"7c5b02e1b274243f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c5b02e1b274243f","status":"passed","time":{"start":1728370320863,"stop":1728370320863,"duration":0}},{"uid":"26804c2c518bf4a4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26804c2c518bf4a4","status":"passed","time":{"start":1728369420225,"stop":1728369420225,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88a755de4991e463","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88a755de4991e463","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0}},{"uid":"6c60218c9f7cda13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c60218c9f7cda13","status":"passed","time":{"start":1728379543299,"stop":1728379543299,"duration":0}},{"uid":"971303b9b84c9b1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/971303b9b84c9b1a","status":"passed","time":{"start":1728372192285,"stop":1728372192289,"duration":4}},{"uid":"86d9e2a4c040cbe0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86d9e2a4c040cbe0","status":"passed","time":{"start":1728370579153,"stop":1728370579153,"duration":0}},{"uid":"247234a9c4440075","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/247234a9c4440075","status":"passed","time":{"start":1728369664329,"stop":1728369664329,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc1ae730c0eafb86","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc1ae730c0eafb86","status":"passed","time":{"start":1728381526511,"stop":1728381526512,"duration":1}},{"uid":"440888fa38594741","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/440888fa38594741","status":"passed","time":{"start":1728379329397,"stop":1728379329397,"duration":0}},{"uid":"44cd7281daf4214d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44cd7281daf4214d","status":"passed","time":{"start":1728371973986,"stop":1728371973986,"duration":0}},{"uid":"18501c84d94bfc46","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18501c84d94bfc46","status":"passed","time":{"start":1728370320864,"stop":1728370320864,"duration":0}},{"uid":"9d8a80f285e0b4f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d8a80f285e0b4f7","status":"passed","time":{"start":1728369420226,"stop":1728369420227,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2d03757d3e6d977d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2d03757d3e6d977d","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0}},{"uid":"30c7c6f115f7363e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30c7c6f115f7363e","status":"passed","time":{"start":1728379263251,"stop":1728379263251,"duration":0}},{"uid":"dd71988a5e2c5523","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dd71988a5e2c5523","status":"passed","time":{"start":1728371902714,"stop":1728371902714,"duration":0}},{"uid":"4a4f5a336afd129a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4a4f5a336afd129a","status":"passed","time":{"start":1728370254632,"stop":1728370254632,"duration":0}},{"uid":"4b30d9c7c2e1cf8d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b30d9c7c2e1cf8d","status":"passed","time":{"start":1728369347761,"stop":1728369347761,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cef10ae7eb3422f9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cef10ae7eb3422f9","status":"passed","time":{"start":1728381415231,"stop":1728381415231,"duration":0}},{"uid":"432b4a09373fa8c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/432b4a09373fa8c7","status":"passed","time":{"start":1728379220440,"stop":1728379220440,"duration":0}},{"uid":"564de81cad9f7e98","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/564de81cad9f7e98","status":"passed","time":{"start":1728371862892,"stop":1728371862892,"duration":0}},{"uid":"56756a89c74c37e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56756a89c74c37e8","status":"passed","time":{"start":1728370213107,"stop":1728370213107,"duration":0}},{"uid":"e01d9672579fbdb4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e01d9672579fbdb4","status":"passed","time":{"start":1728369309201,"stop":1728369309201,"duration":0}}]},"61b19b3121086b689f2837a81f09e0ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cd35a3a2352c933","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5cd35a3a2352c933","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dd20ba5765c8249","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd20ba5765c8249","status":"passed","time":{"start":1728381743129,"stop":1728381743131,"duration":2}},{"uid":"63868388e53fa21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/63868388e53fa21d","status":"passed","time":{"start":1728379550985,"stop":1728379550985,"duration":0}},{"uid":"7dc89278d8633ffe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7dc89278d8633ffe","status":"passed","time":{"start":1728372211449,"stop":1728372211449,"duration":0}},{"uid":"2f1e46aca43f7f90","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f1e46aca43f7f90","status":"passed","time":{"start":1728370582329,"stop":1728370582329,"duration":0}},{"uid":"37045d99cb120ee7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/37045d99cb120ee7","status":"passed","time":{"start":1728369674243,"stop":1728369674244,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"acd37a1989a01fda","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/acd37a1989a01fda","status":"passed","time":{"start":1728381711664,"stop":1728381711665,"duration":1}},{"uid":"238dbeb8c837647b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/238dbeb8c837647b","status":"passed","time":{"start":1728379515556,"stop":1728379515556,"duration":0}},{"uid":"2abf4d379724c31d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2abf4d379724c31d","status":"passed","time":{"start":1728372171302,"stop":1728372171302,"duration":0}},{"uid":"8ac606de66752a60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ac606de66752a60","status":"passed","time":{"start":1728370522968,"stop":1728370522971,"duration":3}},{"uid":"d89a2093a1d75f07","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d89a2093a1d75f07","status":"passed","time":{"start":1728369622048,"stop":1728369622049,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"79c074f6c9f472f3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79c074f6c9f472f3","status":"passed","time":{"start":1728381415527,"stop":1728381415529,"duration":2}},{"uid":"50b0fc142f22617d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/50b0fc142f22617d","status":"passed","time":{"start":1728379221895,"stop":1728379221895,"duration":0}},{"uid":"d02ee00e9d62470b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d02ee00e9d62470b","status":"passed","time":{"start":1728371864346,"stop":1728371864346,"duration":0}},{"uid":"c28ff976f3017881","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c28ff976f3017881","status":"passed","time":{"start":1728370211394,"stop":1728370211395,"duration":1}},{"uid":"98e2e432902cce40","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/98e2e432902cce40","status":"passed","time":{"start":1728369310551,"stop":1728369310553,"duration":2}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"25ff6016a0085dbe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/25ff6016a0085dbe","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0}},{"uid":"4b67999d25d668eb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b67999d25d668eb","status":"passed","time":{"start":1728379329399,"stop":1728379329400,"duration":1}},{"uid":"78ac93810b60605e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ac93810b60605e","status":"passed","time":{"start":1728371973993,"stop":1728371973993,"duration":0}},{"uid":"9a62173eec5f50da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a62173eec5f50da","status":"passed","time":{"start":1728370320866,"stop":1728370320867,"duration":1}},{"uid":"b26bdd022d2aa884","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b26bdd022d2aa884","status":"passed","time":{"start":1728369420247,"stop":1728369420247,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ed50d86da813dbb1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ed50d86da813dbb1","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0}},{"uid":"aece445d0a949f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aece445d0a949f","status":"passed","time":{"start":1728379159023,"stop":1728379159023,"duration":0}},{"uid":"48a5b241d634b41c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/48a5b241d634b41c","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"ac07d7e9a617b826","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac07d7e9a617b826","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"fd53ebb2bcad178d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd53ebb2bcad178d","status":"passed","time":{"start":1728369248996,"stop":1728369248997,"duration":1}}]},"7526240bfbf91b70d42c920d7ea0bb50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"234487c988c86897","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/234487c988c86897","status":"passed","time":{"start":1728370557100,"stop":1728370557100,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea7e9d503d4653e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea7e9d503d4653e5","status":"passed","time":{"start":1728381680457,"stop":1728381680458,"duration":1}},{"uid":"8c0b32274e4fc6f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c0b32274e4fc6f7","status":"passed","time":{"start":1728379482932,"stop":1728379482933,"duration":1}},{"uid":"ff3d738e7c68312e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff3d738e7c68312e","status":"passed","time":{"start":1728372134555,"stop":1728372134561,"duration":6}},{"uid":"a3d1086d1ab3f982","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3d1086d1ab3f982","status":"passed","time":{"start":1728370487874,"stop":1728370487875,"duration":1}},{"uid":"ab292923c3df3d13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab292923c3df3d13","status":"passed","time":{"start":1728369590800,"stop":1728369590800,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a595a0c78384f4bc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a595a0c78384f4bc","status":"passed","time":{"start":1728381363569,"stop":1728381363570,"duration":1}},{"uid":"c9aed8355da1d949","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c9aed8355da1d949","status":"passed","time":{"start":1728379166764,"stop":1728379166765,"duration":1}},{"uid":"a2cf560f6244d0ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2cf560f6244d0ae","status":"passed","time":{"start":1728371810589,"stop":1728371810590,"duration":1}},{"uid":"ec8003aa4253038a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec8003aa4253038a","status":"passed","time":{"start":1728370158404,"stop":1728370158405,"duration":1}},{"uid":"7d1e4fae5343778b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d1e4fae5343778b","status":"passed","time":{"start":1728369256987,"stop":1728369256987,"duration":0}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d9a4daec0cfced69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d9a4daec0cfced69","status":"passed","time":{"start":1728381355975,"stop":1728381355976,"duration":1}},{"uid":"bca9a31484c6576b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bca9a31484c6576b","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"6b74291aa9f2e7d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6b74291aa9f2e7d1","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"df0194eb5f8bf98b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/df0194eb5f8bf98b","status":"passed","time":{"start":1728370149938,"stop":1728370149938,"duration":0}},{"uid":"4b6ad09dea1c061e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b6ad09dea1c061e","status":"passed","time":{"start":1728369248992,"stop":1728369248993,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94f306d5f5eaf924","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/94f306d5f5eaf924","status":"passed","time":{"start":1728381743124,"stop":1728381743125,"duration":1}},{"uid":"e63484af4e45430f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e63484af4e45430f","status":"passed","time":{"start":1728379550984,"stop":1728379550984,"duration":0}},{"uid":"35fc0e8c3057fec6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/35fc0e8c3057fec6","status":"passed","time":{"start":1728372211445,"stop":1728372211445,"duration":0}},{"uid":"884df1e218005614","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/884df1e218005614","status":"passed","time":{"start":1728370582328,"stop":1728370582329,"duration":1}},{"uid":"eef92d61dc5e2885","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eef92d61dc5e2885","status":"passed","time":{"start":1728369674240,"stop":1728369674240,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9619f30dc94574f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9619f30dc94574f","status":"passed","time":{"start":1728381557253,"stop":1728381557262,"duration":9}},{"uid":"dad72184683b066a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dad72184683b066a","status":"passed","time":{"start":1728379366478,"stop":1728379366479,"duration":1}},{"uid":"99a469f777ac0f7a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/99a469f777ac0f7a","status":"passed","time":{"start":1728371996021,"stop":1728371996021,"duration":0}},{"uid":"4f61153fe967815","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4f61153fe967815","status":"passed","time":{"start":1728370345133,"stop":1728370345134,"duration":1}},{"uid":"b23b9d15807cf2b9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b23b9d15807cf2b9","status":"passed","time":{"start":1728369447289,"stop":1728369447289,"duration":0}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"57e0297df2c6e0dc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/57e0297df2c6e0dc","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0}},{"uid":"dcb0cb7259c5df51","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dcb0cb7259c5df51","status":"passed","time":{"start":1728379159000,"stop":1728379159000,"duration":0}},{"uid":"539cc18c31d16486","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/539cc18c31d16486","status":"passed","time":{"start":1728371802892,"stop":1728371802892,"duration":0}},{"uid":"d68debec80d2a19b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d68debec80d2a19b","status":"passed","time":{"start":1728370149919,"stop":1728370149919,"duration":0}},{"uid":"6e769ad584c16b60","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e769ad584c16b60","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d544bffeccb8aee5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d544bffeccb8aee5","status":"passed","time":{"start":1728381749041,"stop":1728381749043,"duration":2}},{"uid":"d5ab9660d8159b7f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d5ab9660d8159b7f","status":"passed","time":{"start":1728379549684,"stop":1728379549685,"duration":1}},{"uid":"e528b885dc7a7405","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e528b885dc7a7405","status":"passed","time":{"start":1728372195424,"stop":1728372195426,"duration":2}},{"uid":"72b56d6bfe8d9b3d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72b56d6bfe8d9b3d","status":"passed","time":{"start":1728370555251,"stop":1728370555252,"duration":1}},{"uid":"48d0a3ae6b9bec5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/48d0a3ae6b9bec5a","status":"passed","time":{"start":1728369639844,"stop":1728369639845,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91fc1550d2e37d92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/91fc1550d2e37d92","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0}},{"uid":"22946eecd62505a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22946eecd62505a8","status":"passed","time":{"start":1728379167605,"stop":1728379167605,"duration":0}},{"uid":"f0ad49805663ecac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f0ad49805663ecac","status":"passed","time":{"start":1728371811387,"stop":1728371811387,"duration":0}},{"uid":"c5d078af3d378bed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c5d078af3d378bed","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"cb422690b0d3bbb8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb422690b0d3bbb8","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"01d45919bba0984c0d0f78af44a2620d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f3dfe4335558810","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f3dfe4335558810","status":"passed","time":{"start":1728370464155,"stop":1728370464155,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3abd1369f09ebd73","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3abd1369f09ebd73","status":"passed","time":{"start":1728381521296,"stop":1728381521296,"duration":0}},{"uid":"15a96d644b391974","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15a96d644b391974","status":"passed","time":{"start":1728379329175,"stop":1728379329175,"duration":0}},{"uid":"ca8df62a7778b28b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ca8df62a7778b28b","status":"passed","time":{"start":1728371984000,"stop":1728371984001,"duration":1}},{"uid":"2af4540b7bb9cc27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2af4540b7bb9cc27","status":"passed","time":{"start":1728370284351,"stop":1728370284352,"duration":1}},{"uid":"99cd9b1959aefe38","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/99cd9b1959aefe38","status":"passed","time":{"start":1728369378892,"stop":1728369378892,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"13cc0a44440a418e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13cc0a44440a418e","status":"passed","time":{"start":1728381554778,"stop":1728381554779,"duration":1}},{"uid":"4ca41f16dbee2bd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4ca41f16dbee2bd2","status":"passed","time":{"start":1728379365895,"stop":1728379365900,"duration":5}},{"uid":"9fe7a7ecb3057b24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9fe7a7ecb3057b24","status":"passed","time":{"start":1728372012987,"stop":1728372012988,"duration":1}},{"uid":"454b98b45e4f0f08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/454b98b45e4f0f08","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370408807,"stop":1728370408807,"duration":0}},{"uid":"2930ea80a465a03a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2930ea80a465a03a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369510275,"stop":1728369510276,"duration":1}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9aaef33fa3ef9e75","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9aaef33fa3ef9e75","status":"passed","time":{"start":1728381719619,"stop":1728381719620,"duration":1}},{"uid":"f3184f3ea5807f13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3184f3ea5807f13","status":"passed","time":{"start":1728379523094,"stop":1728379523095,"duration":1}},{"uid":"27a0ae07ecd0243","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/27a0ae07ecd0243","status":"passed","time":{"start":1728372169980,"stop":1728372169981,"duration":1}},{"uid":"3173a207ebdfce26","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3173a207ebdfce26","status":"passed","time":{"start":1728370557093,"stop":1728370557093,"duration":0}},{"uid":"5585dee7ac33af56","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5585dee7ac33af56","status":"passed","time":{"start":1728369663458,"stop":1728369663459,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6563367d40066596","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6563367d40066596","status":"passed","time":{"start":1728381689151,"stop":1728381689152,"duration":1}},{"uid":"34c2f357c7018575","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c2f357c7018575","status":"passed","time":{"start":1728379493842,"stop":1728379493842,"duration":0}},{"uid":"37d5ca7fd2b10977","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37d5ca7fd2b10977","status":"passed","time":{"start":1728372140945,"stop":1728372140945,"duration":0}},{"uid":"805bb699ccd1ce31","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/805bb699ccd1ce31","status":"passed","time":{"start":1728370524958,"stop":1728370524959,"duration":1}},{"uid":"8887ff8e4a080bea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8887ff8e4a080bea","status":"passed","time":{"start":1728369630395,"stop":1728369630396,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a06932d45e185dbb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a06932d45e185dbb","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0}},{"uid":"2927f6a6491e9c21","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2927f6a6491e9c21","status":"passed","time":{"start":1728379549684,"stop":1728379549684,"duration":0}},{"uid":"e356f5a2c82e52c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e356f5a2c82e52c5","status":"passed","time":{"start":1728372195423,"stop":1728372195424,"duration":1}},{"uid":"82664226c3e6ab04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/82664226c3e6ab04","status":"passed","time":{"start":1728370555251,"stop":1728370555251,"duration":0}},{"uid":"7a14af8a184b4bc9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a14af8a184b4bc9","status":"passed","time":{"start":1728369639843,"stop":1728369639843,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1aa16ce48daad5bd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1aa16ce48daad5bd","status":"passed","time":{"start":1728381379402,"stop":1728381379403,"duration":1}},{"uid":"49b874c4b99532bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/49b874c4b99532bf","status":"passed","time":{"start":1728379182987,"stop":1728379182988,"duration":1}},{"uid":"d29433fbeca0adf7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d29433fbeca0adf7","status":"passed","time":{"start":1728371826965,"stop":1728371826965,"duration":0}},{"uid":"8ef50bc389e18652","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ef50bc389e18652","status":"passed","time":{"start":1728370174429,"stop":1728370174429,"duration":0}},{"uid":"13d836a730e10776","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13d836a730e10776","status":"passed","time":{"start":1728369273238,"stop":1728369273238,"duration":0}}]},"581ba10b84b7e01beaabd9705a987247:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c2bcb2546aebd9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/60c2bcb2546aebd9","status":"passed","time":{"start":1728372105665,"stop":1728372105666,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bb985f2d3c000ea0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bb985f2d3c000ea0","status":"passed","time":{"start":1728381711681,"stop":1728381711681,"duration":0}},{"uid":"c7ac8417516a219e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c7ac8417516a219e","status":"passed","time":{"start":1728379515560,"stop":1728379515561,"duration":1}},{"uid":"167d4eeb604cfd87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/167d4eeb604cfd87","status":"passed","time":{"start":1728372171314,"stop":1728372171314,"duration":0}},{"uid":"8b8ea4d023228f30","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b8ea4d023228f30","status":"passed","time":{"start":1728370522978,"stop":1728370522978,"duration":0}},{"uid":"4644958929c4d0c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4644958929c4d0c","status":"passed","time":{"start":1728369622054,"stop":1728369622054,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4e6ee325187e15a1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4e6ee325187e15a1","status":"passed","time":{"start":1728381696824,"stop":1728381696825,"duration":1}},{"uid":"b6d9f05a0e86e270","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b6d9f05a0e86e270","status":"passed","time":{"start":1728379498093,"stop":1728379498094,"duration":1}},{"uid":"550a872e235dd272","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/550a872e235dd272","status":"passed","time":{"start":1728372147553,"stop":1728372147553,"duration":0}},{"uid":"c2692c894662a453","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2692c894662a453","status":"passed","time":{"start":1728370535011,"stop":1728370535012,"duration":1}},{"uid":"25e15cf0c459c09b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25e15cf0c459c09b","status":"passed","time":{"start":1728369636355,"stop":1728369636356,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"35db41de29ba22de","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/35db41de29ba22de","status":"passed","time":{"start":1728381526505,"stop":1728381526505,"duration":0}},{"uid":"61f5a3fd20d733f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61f5a3fd20d733f8","status":"passed","time":{"start":1728379329394,"stop":1728379329394,"duration":0}},{"uid":"ac2809f48329de1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ac2809f48329de1b","status":"passed","time":{"start":1728371973983,"stop":1728371973983,"duration":0}},{"uid":"30a274ae1b3b2018","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30a274ae1b3b2018","status":"passed","time":{"start":1728370320861,"stop":1728370320861,"duration":0}},{"uid":"b3141bb4852b57a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3141bb4852b57a2","status":"passed","time":{"start":1728369420218,"stop":1728369420219,"duration":1}}]},"49bd0cba95e7143b8896b7a2027aa310:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c856fd8f2ed844a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c856fd8f2ed844a","status":"passed","time":{"start":1728372140954,"stop":1728372140954,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ee0f8672625bd1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5ee0f8672625bd1a","status":"passed","time":{"start":1728381711684,"stop":1728381711685,"duration":1}},{"uid":"cba343a908beef4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cba343a908beef4a","status":"passed","time":{"start":1728379515564,"stop":1728379515565,"duration":1}},{"uid":"76d1b6599296cd28","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76d1b6599296cd28","status":"passed","time":{"start":1728372171316,"stop":1728372171316,"duration":0}},{"uid":"d83544dbaa32666e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d83544dbaa32666e","status":"passed","time":{"start":1728370522980,"stop":1728370522980,"duration":0}},{"uid":"fc1688fdeddd5cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc1688fdeddd5cf","status":"passed","time":{"start":1728369622057,"stop":1728369622057,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fba53608f2a564bb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fba53608f2a564bb","status":"passed","time":{"start":1728381439744,"stop":1728381439744,"duration":0}},{"uid":"8b5f8563c6e78550","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b5f8563c6e78550","status":"passed","time":{"start":1728379250160,"stop":1728379250161,"duration":1}},{"uid":"bda821916b1ad372","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bda821916b1ad372","status":"passed","time":{"start":1728371885963,"stop":1728371885965,"duration":2}},{"uid":"838b973a7416f1ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/838b973a7416f1ec","status":"passed","time":{"start":1728370233663,"stop":1728370233664,"duration":1}},{"uid":"94fed6159d122797","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/94fed6159d122797","status":"passed","time":{"start":1728369335734,"stop":1728369335734,"duration":0}}]},"4c9516cb44aaf40ae1b57cd398b7337b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"347af457f465420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/347af457f465420","status":"passed","time":{"start":1728379523109,"stop":1728379523110,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7f9d2cf29aeb91d4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7f9d2cf29aeb91d4","status":"passed","time":{"start":1728381415229,"stop":1728381415230,"duration":1}},{"uid":"421f789602452bba","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/421f789602452bba","status":"passed","time":{"start":1728379220438,"stop":1728379220439,"duration":1}},{"uid":"6f8a92709169ae66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f8a92709169ae66","status":"passed","time":{"start":1728371862890,"stop":1728371862891,"duration":1}},{"uid":"82a0663183686a92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/82a0663183686a92","status":"passed","time":{"start":1728370213106,"stop":1728370213106,"duration":0}},{"uid":"c8649c2376aa161f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c8649c2376aa161f","status":"passed","time":{"start":1728369309199,"stop":1728369309200,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5c9b5f561e5b8344","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c9b5f561e5b8344","status":"passed","time":{"start":1728381749072,"stop":1728381749073,"duration":1}},{"uid":"c83d0a2e26020999","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c83d0a2e26020999","status":"passed","time":{"start":1728379549701,"stop":1728379549701,"duration":0}},{"uid":"dca0920a31f024e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dca0920a31f024e0","status":"passed","time":{"start":1728372195437,"stop":1728372195438,"duration":1}},{"uid":"ad0d68dc946c611b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad0d68dc946c611b","status":"passed","time":{"start":1728370555260,"stop":1728370555261,"duration":1}},{"uid":"674c9e0bc883d3a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/674c9e0bc883d3a3","status":"passed","time":{"start":1728369639857,"stop":1728369639857,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"78f0e09dfc3cf970","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/78f0e09dfc3cf970","status":"passed","time":{"start":1728381772750,"stop":1728381772751,"duration":1}},{"uid":"4b9ad19266ff445e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b9ad19266ff445e","status":"passed","time":{"start":1728379576113,"stop":1728379576113,"duration":0}},{"uid":"6d006a3868c7dbb0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6d006a3868c7dbb0","status":"passed","time":{"start":1728372231471,"stop":1728372231471,"duration":0}},{"uid":"ac12e1a12b15e51","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac12e1a12b15e51","status":"passed","time":{"start":1728370655524,"stop":1728370655524,"duration":0}},{"uid":"c48ecc661d03fd11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c48ecc661d03fd11","status":"passed","time":{"start":1728369731925,"stop":1728369731925,"duration":0}}]},"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c7f90b5454279a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c7f90b5454279a9","status":"passed","time":{"start":1728379197137,"stop":1728379197137,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d805a86935a1d3e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d805a86935a1d3e3","status":"passed","time":{"start":1728381379237,"stop":1728381379238,"duration":1}},{"uid":"6781fff23872600","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6781fff23872600","status":"passed","time":{"start":1728379182445,"stop":1728379182446,"duration":1}},{"uid":"a610065cc39d31f3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a610065cc39d31f3","status":"passed","time":{"start":1728371826621,"stop":1728371826622,"duration":1}},{"uid":"bfb9a399bc8904c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfb9a399bc8904c5","status":"passed","time":{"start":1728370173934,"stop":1728370173934,"duration":0}},{"uid":"7d73604f18574c18","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d73604f18574c18","status":"passed","time":{"start":1728369272866,"stop":1728369272866,"duration":0}}]},"81590e35354ec2a206e8bb8bed052c8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"adffda4ad27727d8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/adffda4ad27727d8","status":"passed","time":{"start":1728372169982,"stop":1728372169986,"duration":4}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34246fe878e03167","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34246fe878e03167","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0}},{"uid":"15b3b09b9bd54345","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15b3b09b9bd54345","status":"passed","time":{"start":1728379515552,"stop":1728379515552,"duration":0}},{"uid":"9d33107b9236eda1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d33107b9236eda1","status":"passed","time":{"start":1728372171296,"stop":1728372171296,"duration":0}},{"uid":"8ed159db49c5439a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ed159db49c5439a","status":"passed","time":{"start":1728370522964,"stop":1728370522964,"duration":0}},{"uid":"bcd3c1864069a7d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcd3c1864069a7d","status":"passed","time":{"start":1728369622044,"stop":1728369622044,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6595800c1045a383","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6595800c1045a383","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0}},{"uid":"ed995dd195bab820","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ed995dd195bab820","status":"passed","time":{"start":1728379159026,"stop":1728379159026,"duration":0}},{"uid":"fddd65ff94e606e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fddd65ff94e606e1","status":"passed","time":{"start":1728371802910,"stop":1728371802910,"duration":0}},{"uid":"3987f7546f267a92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3987f7546f267a92","status":"passed","time":{"start":1728370149944,"stop":1728370149944,"duration":0}},{"uid":"d4aa396af7eb4c9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4aa396af7eb4c9","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3b78259144ef6000","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3b78259144ef6000","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0}},{"uid":"1a5ea87e36d33a16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a5ea87e36d33a16","status":"passed","time":{"start":1728379460263,"stop":1728379460263,"duration":0}},{"uid":"fd2a18a149d26653","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fd2a18a149d26653","status":"passed","time":{"start":1728372105662,"stop":1728372105662,"duration":0}},{"uid":"336a83f7a22a1e6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/336a83f7a22a1e6d","status":"passed","time":{"start":1728370464121,"stop":1728370464121,"duration":0}},{"uid":"261e8000a5a0701","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/261e8000a5a0701","status":"passed","time":{"start":1728369544857,"stop":1728369544857,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4b00e271f868e78","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b4b00e271f868e78","status":"passed","time":{"start":1728381557270,"stop":1728381557270,"duration":0}},{"uid":"56b1efd5968183d5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56b1efd5968183d5","status":"passed","time":{"start":1728379366495,"stop":1728379366495,"duration":0}},{"uid":"a5f2323ac8e9509a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5f2323ac8e9509a","status":"passed","time":{"start":1728371996024,"stop":1728371996027,"duration":3}},{"uid":"4782bdf8e78cd555","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4782bdf8e78cd555","status":"passed","time":{"start":1728370345140,"stop":1728370345141,"duration":1}},{"uid":"e50ccee51628c68b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e50ccee51628c68b","status":"passed","time":{"start":1728369447291,"stop":1728369447292,"duration":1}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c322f6810f5ce095","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c322f6810f5ce095","status":"passed","time":{"start":1728381355974,"stop":1728381355975,"duration":1}},{"uid":"6f5149953a806457","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f5149953a806457","status":"passed","time":{"start":1728379159018,"stop":1728379159018,"duration":0}},{"uid":"dc37de5ae31a5bb7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc37de5ae31a5bb7","status":"passed","time":{"start":1728371802903,"stop":1728371802903,"duration":0}},{"uid":"e6a7764500bc8da1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6a7764500bc8da1","status":"passed","time":{"start":1728370149937,"stop":1728370149937,"duration":0}},{"uid":"984bdadb57f5c35c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/984bdadb57f5c35c","status":"passed","time":{"start":1728369248991,"stop":1728369248991,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6120a175597466c7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6120a175597466c7","status":"passed","time":{"start":1728381749013,"stop":1728381749015,"duration":2}},{"uid":"27366efe72c52bb7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27366efe72c52bb7","status":"passed","time":{"start":1728379549630,"stop":1728379549630,"duration":0}},{"uid":"f08b9233466cd5d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f08b9233466cd5d1","status":"passed","time":{"start":1728372195403,"stop":1728372195404,"duration":1}},{"uid":"4b2afe80a6f2bf14","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b2afe80a6f2bf14","status":"passed","time":{"start":1728370555235,"stop":1728370555235,"duration":0}},{"uid":"3ce13788285fecc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ce13788285fecc7","status":"passed","time":{"start":1728369639820,"stop":1728369639821,"duration":1}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a9edf0d31c2d9945","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9edf0d31c2d9945","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0}},{"uid":"a9378c3327b948c8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a9378c3327b948c8","status":"passed","time":{"start":1728379167600,"stop":1728379167600,"duration":0}},{"uid":"dea831137f8da71d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dea831137f8da71d","status":"passed","time":{"start":1728371811384,"stop":1728371811385,"duration":1}},{"uid":"9b7a8cded0575c4a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b7a8cded0575c4a","status":"passed","time":{"start":1728370158842,"stop":1728370158843,"duration":1}},{"uid":"85ed0832447d16f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85ed0832447d16f8","status":"passed","time":{"start":1728369257785,"stop":1728369257785,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"13a5d07c32ceeb28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13a5d07c32ceeb28","status":"passed","time":{"start":1728381749021,"stop":1728381749021,"duration":0}},{"uid":"e6cb19bf439a6989","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e6cb19bf439a6989","status":"passed","time":{"start":1728379549641,"stop":1728379549645,"duration":4}},{"uid":"78afdf54a8b7eca8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78afdf54a8b7eca8","status":"passed","time":{"start":1728372195408,"stop":1728372195409,"duration":1}},{"uid":"cc7699f7075d9042","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc7699f7075d9042","status":"passed","time":{"start":1728370555238,"stop":1728370555239,"duration":1}},{"uid":"e34fcfe1a84e5f69","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e34fcfe1a84e5f69","status":"passed","time":{"start":1728369639826,"stop":1728369639826,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd5c3789e7bd2c9a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd5c3789e7bd2c9a","status":"passed","time":{"start":1728381696825,"stop":1728381696825,"duration":0}},{"uid":"b2caa7f66888474a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2caa7f66888474a","status":"passed","time":{"start":1728379498094,"stop":1728379498094,"duration":0}},{"uid":"9adfb0db466b9ce7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9adfb0db466b9ce7","status":"passed","time":{"start":1728372147553,"stop":1728372147557,"duration":4}},{"uid":"5e41aa31b8b1dd13","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e41aa31b8b1dd13","status":"passed","time":{"start":1728370535012,"stop":1728370535012,"duration":0}},{"uid":"969a14b896aa8282","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/969a14b896aa8282","status":"passed","time":{"start":1728369636356,"stop":1728369636356,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f8593d8f47efe266","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8593d8f47efe266","status":"passed","time":{"start":1728381355986,"stop":1728381355987,"duration":1}},{"uid":"c576bb36dbd2efa9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c576bb36dbd2efa9","status":"passed","time":{"start":1728379159032,"stop":1728379159032,"duration":0}},{"uid":"5b51966327287a51","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b51966327287a51","status":"passed","time":{"start":1728371802915,"stop":1728371802915,"duration":0}},{"uid":"624b503a477a352c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/624b503a477a352c","status":"passed","time":{"start":1728370149950,"stop":1728370149950,"duration":0}},{"uid":"50cee4dbdc685899","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/50cee4dbdc685899","status":"passed","time":{"start":1728369249004,"stop":1728369249004,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"43a4133bf90c79c9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/43a4133bf90c79c9","status":"passed","time":{"start":1728381409091,"stop":1728381409093,"duration":2}},{"uid":"cc456f33ae120e3b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc456f33ae120e3b","status":"passed","time":{"start":1728379215427,"stop":1728379215427,"duration":0}},{"uid":"9564246404d329c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9564246404d329c","status":"passed","time":{"start":1728371857084,"stop":1728371857084,"duration":0}},{"uid":"1cfb12d8e3b119d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1cfb12d8e3b119d3","status":"passed","time":{"start":1728370205011,"stop":1728370205023,"duration":12}},{"uid":"ecb668d2332f8081","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ecb668d2332f8081","status":"passed","time":{"start":1728369303196,"stop":1728369303198,"duration":2}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9128329325b4f9ff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9128329325b4f9ff","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0}},{"uid":"cd85ff6fe8382779","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd85ff6fe8382779","status":"passed","time":{"start":1728379159009,"stop":1728379159010,"duration":1}},{"uid":"994987e1ded4225b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/994987e1ded4225b","status":"passed","time":{"start":1728371802896,"stop":1728371802896,"duration":0}},{"uid":"b5436932589cdc95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5436932589cdc95","status":"passed","time":{"start":1728370149929,"stop":1728370149929,"duration":0}},{"uid":"c30da53e1fd6a3e7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c30da53e1fd6a3e7","status":"passed","time":{"start":1728369248984,"stop":1728369248985,"duration":1}}]},"79bea27385fa8fd8288345566ad74bf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbf3c16f9b1ac369","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fbf3c16f9b1ac369","status":"passed","time":{"start":1728381680469,"stop":1728381680469,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b24122876e806039","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b24122876e806039","status":"passed","time":{"start":1728381762403,"stop":1728381762403,"duration":0}},{"uid":"46d306e8f7a829be","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/46d306e8f7a829be","status":"passed","time":{"start":1728379565729,"stop":1728379565733,"duration":4}},{"uid":"ae27a4adea241d27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae27a4adea241d27","status":"passed","time":{"start":1728372228761,"stop":1728372228761,"duration":0}},{"uid":"31ab6ac317c30423","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31ab6ac317c30423","status":"passed","time":{"start":1728370603946,"stop":1728370603956,"duration":10}},{"uid":"7506318b5e56a35f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7506318b5e56a35f","status":"passed","time":{"start":1728369703125,"stop":1728369703126,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2850e12162f5ee","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2850e12162f5ee","status":"passed","time":{"start":1728381762411,"stop":1728381762411,"duration":0}},{"uid":"dec927a604c17606","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dec927a604c17606","status":"passed","time":{"start":1728379565737,"stop":1728379565737,"duration":0}},{"uid":"9755c7ebad4bfe9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9755c7ebad4bfe9b","status":"passed","time":{"start":1728372228764,"stop":1728372228764,"duration":0}},{"uid":"26cae013a075de95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26cae013a075de95","status":"passed","time":{"start":1728370603966,"stop":1728370603966,"duration":0}},{"uid":"227dc21e13484355","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/227dc21e13484355","status":"passed","time":{"start":1728369703130,"stop":1728369703130,"duration":0}}]},"6828d657d65eaae1388c886922eabb99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fb04641d3902fb5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3fb04641d3902fb5","status":"passed","time":{"start":1728369590806,"stop":1728369590807,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"74aa7e1af5c99cdc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/74aa7e1af5c99cdc","status":"passed","time":{"start":1728381545550,"stop":1728381545550,"duration":0}},{"uid":"d138a0ec2355b81a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d138a0ec2355b81a","status":"passed","time":{"start":1728379350286,"stop":1728379350287,"duration":1}},{"uid":"47d261b074b296ac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/47d261b074b296ac","status":"passed","time":{"start":1728371998249,"stop":1728371998249,"duration":0}},{"uid":"7b7cab8a7d423656","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b7cab8a7d423656","status":"passed","time":{"start":1728370345937,"stop":1728370345937,"duration":0}},{"uid":"ab7fa8ed93a7083","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab7fa8ed93a7083","status":"passed","time":{"start":1728369443723,"stop":1728369443723,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2c25dba83616f92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2c25dba83616f92","status":"passed","time":{"start":1728381842824,"stop":1728381842825,"duration":1}},{"uid":"b4c8c2e7e29f05a2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b4c8c2e7e29f05a2","status":"passed","time":{"start":1728379644814,"stop":1728379644815,"duration":1}},{"uid":"d72d4755ff222d55","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d72d4755ff222d55","status":"passed","time":{"start":1728372295098,"stop":1728372295099,"duration":1}},{"uid":"55636e08c2ee8a68","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55636e08c2ee8a68","status":"passed","time":{"start":1728370682624,"stop":1728370682624,"duration":0}},{"uid":"47b4744990a36957","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/47b4744990a36957","status":"passed","time":{"start":1728369782381,"stop":1728369782381,"duration":0}}]},"bbf83667a84ed02c5643f00e1bb539de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c7c0d4f8bd7a48c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c7c0d4f8bd7a48c","status":"passed","time":{"start":1728379547126,"stop":1728379547126,"duration":0}}]},"4a56a0fd5b0496d40d4310c3adad578a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae687741eacdf10","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ae687741eacdf10","status":"passed","time":{"start":1728381745558,"stop":1728381745558,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d793e030ce0b034b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d793e030ce0b034b","status":"passed","time":{"start":1728381762413,"stop":1728381762413,"duration":0}},{"uid":"fc09ad7d40e82670","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fc09ad7d40e82670","status":"passed","time":{"start":1728379565744,"stop":1728379565745,"duration":1}},{"uid":"d9d8dfbfc78fcb54","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9d8dfbfc78fcb54","status":"passed","time":{"start":1728372228766,"stop":1728372228767,"duration":1}},{"uid":"db5ae56a90159100","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/db5ae56a90159100","status":"passed","time":{"start":1728370603981,"stop":1728370603981,"duration":0}},{"uid":"5c8f1a637e9e4098","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c8f1a637e9e4098","status":"passed","time":{"start":1728369703132,"stop":1728369703139,"duration":7}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9096c6031bc64061","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9096c6031bc64061","status":"passed","time":{"start":1728381557232,"stop":1728381557233,"duration":1}},{"uid":"357d592d4a26bb94","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/357d592d4a26bb94","status":"passed","time":{"start":1728379366470,"stop":1728379366472,"duration":2}},{"uid":"e76c4eca37514574","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e76c4eca37514574","status":"passed","time":{"start":1728371996007,"stop":1728371996010,"duration":3}},{"uid":"f20b1fa6a54a3892","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f20b1fa6a54a3892","status":"passed","time":{"start":1728370345126,"stop":1728370345126,"duration":0}},{"uid":"b36b662e4258319c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b36b662e4258319c","status":"passed","time":{"start":1728369447287,"stop":1728369447288,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"18c1dc053fa0a213","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/18c1dc053fa0a213","status":"passed","time":{"start":1728381383542,"stop":1728381383542,"duration":0}},{"uid":"eba088e2483bdfd1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eba088e2483bdfd1","status":"passed","time":{"start":1728379186754,"stop":1728379186755,"duration":1}},{"uid":"f4238a83869bb441","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f4238a83869bb441","status":"passed","time":{"start":1728371830870,"stop":1728371830871,"duration":1}},{"uid":"2fc811fa12c4adf8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fc811fa12c4adf8","status":"passed","time":{"start":1728370178237,"stop":1728370178237,"duration":0}},{"uid":"ad3f8ad002416e10","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad3f8ad002416e10","status":"passed","time":{"start":1728369277107,"stop":1728369277108,"duration":1}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"478bdb7f798e4fc3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/478bdb7f798e4fc3","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0}},{"uid":"f84e556f32f1ee2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f84e556f32f1ee2e","status":"passed","time":{"start":1728379159022,"stop":1728379159022,"duration":0}},{"uid":"fbf7bf535a98e8f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbf7bf535a98e8f8","status":"passed","time":{"start":1728371802906,"stop":1728371802907,"duration":1}},{"uid":"618f456644fd01b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/618f456644fd01b2","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"fefd2b992e1f71ba","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fefd2b992e1f71ba","status":"passed","time":{"start":1728369248995,"stop":1728369248996,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e565fe543312239a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e565fe543312239a","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0}},{"uid":"aaea80846dcb7057","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aaea80846dcb7057","status":"passed","time":{"start":1728379329401,"stop":1728379329402,"duration":1}},{"uid":"507ea1b9c9bc42ad","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/507ea1b9c9bc42ad","status":"passed","time":{"start":1728371973995,"stop":1728371974001,"duration":6}},{"uid":"d6697533087d46ef","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d6697533087d46ef","status":"passed","time":{"start":1728370320868,"stop":1728370320869,"duration":1}},{"uid":"a3bf5b9eaad1cb9b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3bf5b9eaad1cb9b","status":"passed","time":{"start":1728369420261,"stop":1728369420262,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf972f09eeafc931","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf972f09eeafc931","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0}},{"uid":"34c4331ed4907c6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c4331ed4907c6c","status":"passed","time":{"start":1728379182987,"stop":1728379182987,"duration":0}},{"uid":"1296ec760ce6e5d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1296ec760ce6e5d","status":"passed","time":{"start":1728371826965,"stop":1728371826965,"duration":0}},{"uid":"aab61c58e56d3871","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aab61c58e56d3871","status":"passed","time":{"start":1728370174428,"stop":1728370174429,"duration":1}},{"uid":"d52e5d9308f760fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d52e5d9308f760fb","status":"passed","time":{"start":1728369273238,"stop":1728369273238,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d46122cb15dbda60","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d46122cb15dbda60","status":"passed","time":{"start":1728381461617,"stop":1728381461623,"duration":6}},{"uid":"6471da70c1d7f5ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6471da70c1d7f5ee","status":"passed","time":{"start":1728379263315,"stop":1728379263324,"duration":9}},{"uid":"9bb5f24cfe1815e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9bb5f24cfe1815e9","status":"passed","time":{"start":1728371908005,"stop":1728371908005,"duration":0}},{"uid":"951f6122732fdb08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/951f6122732fdb08","status":"passed","time":{"start":1728370252051,"stop":1728370252051,"duration":0}},{"uid":"f0a3b984cc6a6a25","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f0a3b984cc6a6a25","status":"passed","time":{"start":1728369354741,"stop":1728369354741,"duration":0}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f1d777caeedccc9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4f1d777caeedccc9","status":"passed","time":{"start":1728381521285,"stop":1728381521285,"duration":0}},{"uid":"531fc8f2d0d1501c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/531fc8f2d0d1501c","status":"passed","time":{"start":1728379329164,"stop":1728379329165,"duration":1}},{"uid":"f2f2b71b70e9e756","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2f2b71b70e9e756","status":"passed","time":{"start":1728371983979,"stop":1728371983979,"duration":0}}]},"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16e8df86da4c9023","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16e8df86da4c9023","status":"passed","time":{"start":1728379197136,"stop":1728379197136,"duration":0}}]},"8c38d9019286e95151f365bb8e8c8a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"580278a0dd013f3a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/580278a0dd013f3a","status":"passed","time":{"start":1728379515562,"stop":1728379515563,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e67839db159db155","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e67839db159db155","status":"passed","time":{"start":1728381390012,"stop":1728381390013,"duration":1}},{"uid":"592db3c67bd9390","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/592db3c67bd9390","status":"passed","time":{"start":1728379193196,"stop":1728379193197,"duration":1}},{"uid":"1cc5ab68204f821e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1cc5ab68204f821e","status":"passed","time":{"start":1728371837408,"stop":1728371837408,"duration":0}},{"uid":"4f1f3a77a662edaf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4f1f3a77a662edaf","status":"passed","time":{"start":1728370184625,"stop":1728370184625,"duration":0}},{"uid":"b6c3352220ed06cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6c3352220ed06cf","status":"passed","time":{"start":1728369283802,"stop":1728369283802,"duration":0}}]}} \ No newline at end of file diff --git a/7530/history/retry-trend.json b/7530/history/retry-trend.json index 02dd2f0f918..a0807e79e4d 100644 --- a/7530/history/retry-trend.json +++ b/7530/history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7529,"reportUrl":"https://waku-org.github.io/js-waku/7529/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7528,"reportUrl":"https://waku-org.github.io/js-waku/7528/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":7527,"reportUrl":"https://waku-org.github.io/js-waku/7527/","reportName":"Allure Report with history","data":{"run":811,"retry":2}},{"buildOrder":7526,"reportUrl":"https://waku-org.github.io/js-waku/7526/","reportName":"Allure Report with history","data":{"run":799,"retry":2}},{"buildOrder":7525,"reportUrl":"https://waku-org.github.io/js-waku/7525/","reportName":"Allure Report with history","data":{"run":747,"retry":2}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7524,"reportUrl":"https://waku-org.github.io/js-waku/7524/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"run":514,"retry":2}},{"buildOrder":7523,"reportUrl":"https://waku-org.github.io/js-waku/7523/","reportName":"Allure Report with history","data":{"run":517,"retry":2}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"run":510,"retry":2}},{"buildOrder":7521,"reportUrl":"https://waku-org.github.io/js-waku/7521/","reportName":"Allure Report with history","data":{"run":483,"retry":2}},{"buildOrder":7522,"reportUrl":"https://waku-org.github.io/js-waku/7522/","reportName":"Allure Report with history","data":{"run":515,"retry":2}},{"buildOrder":7520,"reportUrl":"https://waku-org.github.io/js-waku/7520/","reportName":"Allure Report with history","data":{"run":400,"retry":1}},{"buildOrder":7519,"reportUrl":"https://waku-org.github.io/js-waku/7519/","reportName":"Allure Report with history","data":{"run":402,"retry":1}},{"buildOrder":7518,"reportUrl":"https://waku-org.github.io/js-waku/7518/","reportName":"Allure Report with history","data":{"run":469,"retry":2}},{"buildOrder":7516,"reportUrl":"https://waku-org.github.io/js-waku/7516/","reportName":"Allure Report with history","data":{"run":687,"retry":2}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"run":517,"retry":2}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7514,"reportUrl":"https://waku-org.github.io/js-waku/7514/","reportName":"Allure Report with history","data":{"run":859,"retry":2}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"run":875,"retry":2}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"run":859,"retry":2}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"run":859,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7530/index.html b/7530/index.html index f4ad3c24bfa..75512e1ffc4 100644 --- a/7530/index.html +++ b/7530/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': 'b218ca6a-8ab9-426a-8cf1-2c4aa6880818', + 'reportUuid': '3b39fcf4-83d1-49dd-9765-ec9ab83387af', 'single_file': false }); diff --git a/7530/widgets/categories-trend.json b/7530/widgets/categories-trend.json index e7ce3a8ec35..bbd27f78089 100644 --- a/7530/widgets/categories-trend.json +++ b/7530/widgets/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7529,"reportUrl":"https://waku-org.github.io/js-waku/7529/","reportName":"Allure Report with history","data":{}},{"buildOrder":7528,"reportUrl":"https://waku-org.github.io/js-waku/7528/","reportName":"Allure Report with history","data":{}},{"buildOrder":7527,"reportUrl":"https://waku-org.github.io/js-waku/7527/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7526,"reportUrl":"https://waku-org.github.io/js-waku/7526/","reportName":"Allure Report with history","data":{"Test defects":5}},{"buildOrder":7525,"reportUrl":"https://waku-org.github.io/js-waku/7525/","reportName":"Allure Report with history","data":{"Test defects":7}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{}},{"buildOrder":7524,"reportUrl":"https://waku-org.github.io/js-waku/7524/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"Test defects":69}},{"buildOrder":7523,"reportUrl":"https://waku-org.github.io/js-waku/7523/","reportName":"Allure Report with history","data":{"Test defects":68}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"Test defects":69}},{"buildOrder":7521,"reportUrl":"https://waku-org.github.io/js-waku/7521/","reportName":"Allure Report with history","data":{"Test defects":49}},{"buildOrder":7522,"reportUrl":"https://waku-org.github.io/js-waku/7522/","reportName":"Allure Report with history","data":{"Test defects":70}},{"buildOrder":7520,"reportUrl":"https://waku-org.github.io/js-waku/7520/","reportName":"Allure Report with history","data":{"Test defects":43}},{"buildOrder":7519,"reportUrl":"https://waku-org.github.io/js-waku/7519/","reportName":"Allure Report with history","data":{"Test defects":46}},{"buildOrder":7518,"reportUrl":"https://waku-org.github.io/js-waku/7518/","reportName":"Allure Report with history","data":{"Test defects":44}},{"buildOrder":7516,"reportUrl":"https://waku-org.github.io/js-waku/7516/","reportName":"Allure Report with history","data":{"Test defects":75}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"Test defects":68}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{}},{"buildOrder":7514,"reportUrl":"https://waku-org.github.io/js-waku/7514/","reportName":"Allure Report with history","data":{"Test defects":19}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"Test defects":18}},{"data":{}}] \ No newline at end of file diff --git a/7530/widgets/categories.json b/7530/widgets/categories.json index c4db438f048..a527ade754f 100644 --- a/7530/widgets/categories.json +++ b/7530/widgets/categories.json @@ -1 +1 @@ -{"total":1,"items":[{"uid":"bdbf199525818fae7a8651db9eafe741","name":"Test defects","statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}]} \ No newline at end of file +{"total":0,"items":[]} \ No newline at end of file diff --git a/7530/widgets/duration-trend.json b/7530/widgets/duration-trend.json index 37ddca27398..3f40d47497d 100644 --- a/7530/widgets/duration-trend.json +++ b/7530/widgets/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"duration":491923}},{"buildOrder":7529,"reportUrl":"https://waku-org.github.io/js-waku/7529/","reportName":"Allure Report with history","data":{"duration":497654}},{"buildOrder":7528,"reportUrl":"https://waku-org.github.io/js-waku/7528/","reportName":"Allure Report with history","data":{}},{"buildOrder":7527,"reportUrl":"https://waku-org.github.io/js-waku/7527/","reportName":"Allure Report with history","data":{"duration":434119}},{"buildOrder":7526,"reportUrl":"https://waku-org.github.io/js-waku/7526/","reportName":"Allure Report with history","data":{"duration":427627}},{"buildOrder":7525,"reportUrl":"https://waku-org.github.io/js-waku/7525/","reportName":"Allure Report with history","data":{"duration":408380}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"duration":498559}},{"buildOrder":7524,"reportUrl":"https://waku-org.github.io/js-waku/7524/","reportName":"Allure Report with history","data":{"duration":457377}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"duration":1871874}},{"buildOrder":7523,"reportUrl":"https://waku-org.github.io/js-waku/7523/","reportName":"Allure Report with history","data":{"duration":1519917}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"duration":1393343}},{"buildOrder":7521,"reportUrl":"https://waku-org.github.io/js-waku/7521/","reportName":"Allure Report with history","data":{"duration":2123931}},{"buildOrder":7522,"reportUrl":"https://waku-org.github.io/js-waku/7522/","reportName":"Allure Report with history","data":{"duration":1721084}},{"buildOrder":7520,"reportUrl":"https://waku-org.github.io/js-waku/7520/","reportName":"Allure Report with history","data":{"duration":2617837}},{"buildOrder":7519,"reportUrl":"https://waku-org.github.io/js-waku/7519/","reportName":"Allure Report with history","data":{"duration":2265875}},{"buildOrder":7518,"reportUrl":"https://waku-org.github.io/js-waku/7518/","reportName":"Allure Report with history","data":{"duration":1570901}},{"buildOrder":7516,"reportUrl":"https://waku-org.github.io/js-waku/7516/","reportName":"Allure Report with history","data":{"duration":3704327}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"duration":1213151}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"duration":486983}},{"buildOrder":7514,"reportUrl":"https://waku-org.github.io/js-waku/7514/","reportName":"Allure Report with history","data":{"duration":550073}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"duration":487304}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"duration":486238}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"duration":492886}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"duration":532781}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"duration":533966}},{"data":{}}] \ No newline at end of file diff --git a/7530/widgets/duration.json b/7530/widgets/duration.json index 78ea1a68ca0..24e30a15b8c 100644 --- a/7530/widgets/duration.json +++ b/7530/widgets/duration.json @@ -1 +1 @@ -[{"uid":"54970411b08dc562","name":"Check message received after jswaku node is restarted","time":{"start":1728086171720,"stop":1728086171721,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2343d887aa5b7c02","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1cf7a97772459f","name":"Check message with no content topic is not received","time":{"start":1728086032744,"stop":1728086032745,"duration":1},"status":"passed","severity":"normal"},{"uid":"979fddc9c7161e5e","name":"returns all values when wanted number matches available values","time":{"start":1728085886583,"stop":1728085886585,"duration":2},"status":"passed","severity":"normal"},{"uid":"9f6f1a6c4d33476f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c98cc078ae033e3","name":"should emit a peer event after start","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adb1650876f8325","name":"Push message with content topic containing JSON","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e7e35a16482575e","name":"nwaku subscribes","time":{"start":1728086188759,"stop":1728086188761,"duration":2},"status":"passed","severity":"normal"},{"uid":"bf21e42cbc0f9ed0","name":"Subscribe to topic containing long and receive message","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e954461eb76e6d","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"status":"passed","severity":"normal"},{"uid":"6de317c6104d8bb5","name":"Ordered Callback - false","time":{"start":1728086272023,"stop":1728086272024,"duration":1},"status":"passed","severity":"normal"},{"uid":"28992a9460c6417a","name":"Push message with long payload","time":{"start":1728086192489,"stop":1728086192497,"duration":8},"status":"passed","severity":"normal"},{"uid":"a9a848e6a5881506","name":"should set field with only STORE enabled","time":{"start":1728085872752,"stop":1728085872753,"duration":1},"status":"passed","severity":"normal"},{"uid":"72e1514f196e8425","name":"should handle a minimal index list","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"86416ad9af91e6e1","name":"Fails to publish duplicate message","time":{"start":1728086203128,"stop":1728086203128,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d18bda9482770f","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728085925285,"stop":1728085925285,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7e9f819d5a76277","name":"Decoder throws on undefined content topic","time":{"start":1728085897856,"stop":1728085897856,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae1bf2d49461452","name":"retrieves a single peer","time":{"start":1728085887947,"stop":1728085887947,"duration":0},"status":"passed","severity":"normal"},{"uid":"46d275b70b16d30","name":"should not fail to stop the service if it was not started","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"493dcc0bb7f5e2dc","name":"it tolerates circular branch references","time":{"start":1728085887947,"stop":1728085887948,"duration":1},"status":"passed","severity":"normal"},{"uid":"a270c6602a685819","name":"Callback on promise, aborts when callback returns true","time":{"start":1728086287865,"stop":1728086287865,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec4b6a153450d516","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"status":"passed","severity":"normal"},{"uid":"956383290bcfa523","name":"configure the node with multiple content topics","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c8efaffe0c93439","name":"Push message with numeric payload","time":{"start":1728086226457,"stop":1728086226457,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac8fe883b0d19cb","name":"Push message with short payload","time":{"start":1728086192488,"stop":1728086192489,"duration":1},"status":"passed","severity":"normal"},{"uid":"92af190a02b10376","name":"Check publish message after service node is restarted","time":{"start":1728086203140,"stop":1728086203141,"duration":1},"status":"skipped","severity":"normal"},{"uid":"6de53b511614b924","name":"different cluster, different shard: nodes don't connect","time":{"start":1728086142734,"stop":1728086142734,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbf4020c8ffe8764","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033887,"stop":1728086033887,"duration":0},"status":"passed","severity":"normal"},{"uid":"351aaaf39c22c008","name":"Subscribe and publish message","time":{"start":1728086207862,"stop":1728086207862,"duration":0},"status":"passed","severity":"normal"},{"uid":"cac5e4399eb79c34","name":"Check received message containing special chars","time":{"start":1728086171701,"stop":1728086171702,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecd093f60c4ec113","name":"returns all values when wanted number is greater than available values","time":{"start":1728085886586,"stop":1728085886587,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf7990329fff3c0","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a9a1bbdda356ac6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728085992920,"stop":1728085992921,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7f409d0779fc46b","name":"Check received message containing Chinese","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f8280cfa42ccd9","name":"Check message received after nwaku node is restarted","time":{"start":1728086171721,"stop":1728086171721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d88475bc74d46371","name":"Push message with unicode special characters payload","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c708d7a4660a1e0","name":"Passing an array","time":{"start":1728086288534,"stop":1728086288534,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec9a82f13d2d4749","name":"Check message with no pubsub topic is not received","time":{"start":1728086032744,"stop":1728086032744,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e61c0538f9e54fc","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app95/7/topic402/test.js","time":{"start":1728086235211,"stop":1728086235212,"duration":1},"status":"passed","severity":"normal"},{"uid":"a11c83cc6dc42cf1","name":"Push message with escaped characters payload","time":{"start":1728086192513,"stop":1728086192515,"duration":2},"status":"passed","severity":"normal"},{"uid":"ad0436ac00323e44","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"status":"passed","severity":"normal"},{"uid":"38b78ace05b9ffd8","name":"Init the array if not present","time":{"start":1728085863791,"stop":1728085863795,"duration":4},"status":"passed","severity":"normal"},{"uid":"3e75391d1c773537","name":"should decode valid enr with tcp successfully","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9ae94b5c7864f79","name":"Subscribe to topic containing Script and publish message","time":{"start":1728086207911,"stop":1728086207912,"duration":1},"status":"passed","severity":"normal"},{"uid":"b22500aa14aa074f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728086033891,"stop":1728086033891,"duration":0},"status":"passed","severity":"normal"},{"uid":"54bc0dec1fc866f0","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728086287862,"stop":1728086287863,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3f6b30b177242f2","name":"Check received message containing Script","time":{"start":1728086171704,"stop":1728086171705,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6d7cb59ed5c9664","name":"Check message with no payload is not received","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed71b046a6cd1335","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"status":"passed","severity":"normal"},{"uid":"32568eb079fc6375","name":"addEventListener with correct event","time":{"start":1728085957570,"stop":1728085957571,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c215f0e208c4986","name":"Privacy Node - default protocol","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"status":"passed","severity":"normal"},{"uid":"eae3612bc05bf93a","name":"Check meta is set [symmetric]","time":{"start":1728085897854,"stop":1728085897854,"duration":0},"status":"passed","severity":"normal"},{"uid":"338b104933b03014","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d901bd38078939","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086260299,"stop":1728086260300,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4ff6cbe179c166","name":"can start the service","time":{"start":1728085891876,"stop":1728085891876,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b6caae6991f5a4f","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a79d5456a3b3b3d","name":"Encoder throws on undefined content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbbd888c82b7459b","name":"Waku message hash computation (no timestamp)","time":{"start":1728085866680,"stop":1728085866681,"duration":1},"status":"passed","severity":"normal"},{"uid":"666e23e67daa093e","name":"Nodes with multiple pubsub topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"894ddda02761b7fa","name":"Ping on subscribed peer","time":{"start":1728085963114,"stop":1728085963115,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cd8a3bcc6eaae0b","name":"Push message with content topic containing short","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fbfcaf2c1a3ba7a","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"status":"passed","severity":"normal"},{"uid":"b765135c55444fbf","name":"Check received message containing Russian","time":{"start":1728086171702,"stop":1728086171703,"duration":1},"status":"passed","severity":"normal"},{"uid":"46b26ec0ea6b5131","name":"Push message with custom timestamp: 1728082456949","time":{"start":1728086226496,"stop":1728086226506,"duration":10},"status":"passed","severity":"normal"},{"uid":"7aa23d4332793f3b","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728086254809,"stop":1728086254809,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c12dd2db2f09b0f","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app21/3/topic128/json","time":{"start":1728086235222,"stop":1728086235229,"duration":7},"status":"passed","severity":"normal"},{"uid":"1d16692a4fa71ed8","name":"Query with Ordered Callback, No Decoder","time":{"start":1728086258657,"stop":1728086258657,"duration":0},"status":"passed","severity":"normal"},{"uid":"4225ae55de22496c","name":"Check message with invalid timestamp is not received","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd20ad2b9b1bf958","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728086254813,"stop":1728086254814,"duration":1},"status":"passed","severity":"normal"},{"uid":"6acf16aacb58224b","name":"start node with empty shard should fail","time":{"start":1728086260667,"stop":1728086260667,"duration":0},"status":"passed","severity":"normal"},{"uid":"642ca5d72a5e70bc","name":"Ping on unsubscribed peer","time":{"start":1728085959890,"stop":1728085959891,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f4a58accc00d6ed","name":"Renews subscription after lossing a connection","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3781da6a0760a0","name":"should not fail to stop the service if it was not started","time":{"start":1728085929876,"stop":1728085929876,"duration":0},"status":"passed","severity":"normal"},{"uid":"43f1728c36d020c7","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279983,"stop":1728086279983,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5f5779131671bcf","name":"Check message received after jswaku node is restarted","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74fdf8575403c306","name":"should return different streams if requested simultaniously","time":{"start":1728085879614,"stop":1728085879614,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d89dfc5f25f34","name":"different cluster, same shard: nodes don't connect","time":{"start":1728086142733,"stop":1728086142733,"duration":0},"status":"passed","severity":"normal"},{"uid":"5acd1b2b6fb51fdd","name":"Check message with non string payload is not received","time":{"start":1728086171718,"stop":1728086171720,"duration":2},"status":"passed","severity":"normal"},{"uid":"148a4f1ea5164c8f","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728086207922,"stop":1728086207922,"duration":0},"status":"passed","severity":"normal"},{"uid":"15b2f1187de9c1d0","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086063185,"stop":1728086063185,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c11703a66f3625b","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"status":"passed","severity":"normal"},{"uid":"5305a9eda285a811","name":"should properly create location multiaddrs - tcp6","time":{"start":1728085872749,"stop":1728085872750,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f8326c30a6639bb","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728086258654,"stop":1728086258654,"duration":0},"status":"passed","severity":"normal"},{"uid":"adc6447fcae09fa0","name":"Push message with content topic containing SQL Injection","time":{"start":1728086226469,"stop":1728086226470,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f73b432f90bcd50","name":"A test","time":{"start":1728086119053,"stop":1728086119054,"duration":1},"status":"passed","severity":"normal"},{"uid":"f72ce90421db7082","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a2524793498b05","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728086355713,"stop":1728086355713,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef5f2d759faab2e5","name":"Overlapping topic subscription","time":{"start":1728086260302,"stop":1728086260307,"duration":5},"status":"passed","severity":"normal"},{"uid":"267aa19176f1473","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728085864156,"stop":1728085864156,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba6e7bf4f310b4c5","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728085872162,"stop":1728085872163,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d799a91f795af63","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2b7719389eaee0a","name":"Encoder throws on undefined content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6bd854d0d0659ad","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728086254812,"stop":1728086254813,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ef168f07d1cd155","name":"1 Relay, 1 Filter, gives up","time":{"start":1728085887352,"stop":1728085887353,"duration":1},"status":"passed","severity":"normal"},{"uid":"582966efd1256934","name":"random static sharding 9 - Cluster ID: 464, Shard ID: 668","time":{"start":1728086260661,"stop":1728086260661,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ecb93addfedb039","name":"Passing page size 19 when there are 20 messages","time":{"start":1728086280297,"stop":1728086280306,"duration":9},"status":"passed","severity":"normal"},{"uid":"22bbdc198b97c230","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"status":"passed","severity":"normal"},{"uid":"31337926802e6cda","name":"Default pageSize","time":{"start":1728086280307,"stop":1728086280307,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee5f276fa18f8b0","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728085917715,"stop":1728085917716,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca83873807e3da7a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728085864162,"stop":1728085864163,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fba57b5d31dbe8f","name":"Publish without waiting for remote peer","time":{"start":1728086207861,"stop":1728086207862,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e470c3dd26c4f06","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb18324a34e2e596","name":"Delete observer","time":{"start":1728086173698,"stop":1728086173699,"duration":1},"status":"passed","severity":"normal"},{"uid":"75a18ffc24f89de0","name":"should return no connections if no open connection provided","time":{"start":1728085879408,"stop":1728085879408,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab8e3b842c1888c4","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d5822a34a824b35","name":"Promise Callback - true","time":{"start":1728086272021,"stop":1728086272021,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1399f1581f292d6","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728086150790,"stop":1728086150790,"duration":0},"status":"passed","severity":"normal"},{"uid":"52c117b518e3c1c0","name":"should emit a peer event after start","time":{"start":1728085929877,"stop":1728085929880,"duration":3},"status":"passed","severity":"normal"},{"uid":"ae2e922cd05b8997","name":"Check received message containing numeric","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cd9f5be531dc94f","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b4fdacd86d444b7","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"status":"passed","severity":"normal"},{"uid":"c177e4ce393965e","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728086033911,"stop":1728086033911,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2feaa1da6535cb3","name":"Subscribe and receive messages via lightPush","time":{"start":1728086063169,"stop":1728086063170,"duration":1},"status":"passed","severity":"normal"},{"uid":"80e6f324fcfe6618","name":"random static sharding 2 - Cluster ID: 316, Shard ID: 856","time":{"start":1728086260652,"stop":1728086260652,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60988982e3adb8a","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728085864180,"stop":1728085864181,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dce0cae9763b7e4","name":"Push message with content topic containing XML","time":{"start":1728086226470,"stop":1728086226471,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5fd27910956a748","name":"Query Generator - false","time":{"start":1728086272019,"stop":1728086272019,"duration":0},"status":"passed","severity":"normal"},{"uid":"1888e0e44033d666","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728085879615,"stop":1728085879618,"duration":3},"status":"passed","severity":"normal"},{"uid":"bcf5e4b8faf81d2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728085864173,"stop":1728085864174,"duration":1},"status":"passed","severity":"normal"},{"uid":"57743e56279977c6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0f4ba5bc0f890e","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728085948113,"stop":1728085948114,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac0895c60c9fe504","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203117,"stop":1728086203118,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d314b84aacd892b","name":"Subscribe to topic containing short and receive message","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8f6d83a3527e62e","name":"groups content topics by expected pubsub topic","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b3c4e549de0221","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728085864170,"stop":1728085864171,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f4fd9b3b4118d2f","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728086150765,"stop":1728086150766,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab59db78f38daa78","name":"Push message with rate limit","time":{"start":1728086192532,"stop":1728086192533,"duration":1},"status":"passed","severity":"normal"},{"uid":"23277529f2544c1d","name":"Ping on subscribed peer","time":{"start":1728085963110,"stop":1728085963111,"duration":1},"status":"passed","severity":"normal"},{"uid":"6122dc25952d4e09","name":"Passing page size 0 when there are 110 messages","time":{"start":1728086280291,"stop":1728086280292,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ae76e64687f3561","name":"Check publish message containing Arabic","time":{"start":1728086203091,"stop":1728086203092,"duration":1},"status":"passed","severity":"normal"},{"uid":"ceab21f992b981ec","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728086033889,"stop":1728086033890,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d61976cd6ba38e2","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728086033887,"stop":1728086033888,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ec67d22df09c8","name":"throws on content topic with generation field greater than 0","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5e7f7859cf754c","name":"Passing invalid cursor","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf6e73554d4f45d3","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728086232775,"stop":1728086232775,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6dbb379d41944d65","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086063197,"stop":1728086063200,"duration":3},"status":"passed","severity":"normal"},{"uid":"84f7d6483627fe20","name":"same cluster, same shard: nodes connect","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c97258ce92e73ac","name":"Ping on peer without subscriptions","time":{"start":1728085963115,"stop":1728085963116,"duration":1},"status":"passed","severity":"normal"},{"uid":"326e43d53f7c8713","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728085864157,"stop":1728085864158,"duration":1},"status":"passed","severity":"normal"},{"uid":"e00e3fab1a14ed19","name":"Js publishes, other Js receives","time":{"start":1728086188763,"stop":1728086188764,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b0a127b1ac8acc8","name":"Push message with content topic containing Chinese","time":{"start":1728086226468,"stop":1728086226468,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceacea31a4f8aa6a","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728085887434,"stop":1728085887435,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c2b931f90c84712","name":"Push message with SQL Injection payload","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"status":"passed","severity":"normal"},{"uid":"a415290d7da56ef8","name":"throws on content topic with non-number generation field","time":{"start":1728085864144,"stop":1728085864145,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd3fb3c986868be5","name":"Check received message containing Basic HTML tag","time":{"start":1728086171692,"stop":1728086171693,"duration":1},"status":"passed","severity":"normal"},{"uid":"a757a39a2809e606","name":"udp ip6 address","time":{"start":1728085872129,"stop":1728085872129,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf738a756acc6543","name":"Check publish message containing long","time":{"start":1728086203089,"stop":1728086203089,"duration":0},"status":"passed","severity":"normal"},{"uid":"819f514b9f23bc52","name":"Push message with meta","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9441984fb223c1b","name":"Decoder throws on empty string content topic","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"status":"passed","severity":"normal"},{"uid":"6685253dd8320d63","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728085992916,"stop":1728085992917,"duration":1},"status":"passed","severity":"normal"},{"uid":"de28601bfe9d5fb0","name":"Correctly serialized arguments","time":{"start":1728086146568,"stop":1728086146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdb191808cef9c04","name":"Check received message containing JSON","time":{"start":1728086032739,"stop":1728086032740,"duration":1},"status":"passed","severity":"normal"},{"uid":"743f537e3cf33555","name":"Check publish message containing Russian","time":{"start":1728086203095,"stop":1728086203096,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a56176950a2cd00","name":"Throws when trying to push message with empty payload","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b685f8f42d8a1f","name":"Push message with content topic containing emoji","time":{"start":1728086226477,"stop":1728086226479,"duration":2},"status":"passed","severity":"normal"},{"uid":"85bc7f5c38040473","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8e3e18eb12f25e","name":"Nodes with multiple pubsub topic","time":{"start":1728086196551,"stop":1728086196551,"duration":0},"status":"passed","severity":"normal"},{"uid":"36a678799e17224e","name":"throws on content topic with empty encoding field","time":{"start":1728085864147,"stop":1728085864147,"duration":0},"status":"passed","severity":"normal"},{"uid":"731dbd37c1ccce26","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c271e27e9bde940","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728086056629,"stop":1728086056630,"duration":1},"status":"passed","severity":"normal"},{"uid":"bda795065320ac9b","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728086033922,"stop":1728086033922,"duration":0},"status":"passed","severity":"normal"},{"uid":"d32094bd60f5df5b","name":"Throws when trying to push message with empty payload","time":{"start":1728086192517,"stop":1728086192519,"duration":2},"status":"passed","severity":"normal"},{"uid":"d648e5fdee9b3ddd","name":"Query Generator, No Decoder","time":{"start":1728086258655,"stop":1728086258655,"duration":0},"status":"passed","severity":"normal"},{"uid":"e378653771249daf","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"status":"skipped","severity":"normal"},{"uid":"319b39b90b218710","name":"Filter","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"status":"passed","severity":"normal"},{"uid":"73e43d2f5e212e17","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086063172,"stop":1728086063174,"duration":2},"status":"passed","severity":"normal"},{"uid":"97f8580dbfca6725","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728086150793,"stop":1728086150804,"duration":11},"status":"broken","severity":"normal"},{"uid":"b65371bcd4f9e204","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728086270016,"stop":1728086270017,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dd8c1f8007f72a0","name":"Push message with content topic containing Russian","time":{"start":1728086226469,"stop":1728086226469,"duration":0},"status":"passed","severity":"normal"},{"uid":"105ad8200de72937","name":"should not receive a peer event before start","time":{"start":1728085929880,"stop":1728085929885,"duration":5},"status":"passed","severity":"normal"},{"uid":"748f33727aa24e24","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"d737a910277b14e6","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca15b473adf836c","name":"Push message with numeric payload","time":{"start":1728086192497,"stop":1728086192502,"duration":5},"status":"passed","severity":"normal"},{"uid":"7fbdd81c44cebf9d","name":"Check received message containing SQL Injection","time":{"start":1728086032737,"stop":1728086032738,"duration":1},"status":"passed","severity":"normal"},{"uid":"46967230aa68e112","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"status":"passed","severity":"normal"},{"uid":"9732887460fb8ff4","name":"Check received message containing special chars","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"status":"passed","severity":"normal"},{"uid":"5805767588fd38e","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728086150766,"stop":1728086150766,"duration":0},"status":"passed","severity":"normal"},{"uid":"f586e3bf4ae2c9b4","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086260326,"stop":1728086260327,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c98f277ebe1344c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086260289,"stop":1728086260289,"duration":0},"status":"passed","severity":"normal"},{"uid":"51decd00af59208","name":"Check received message containing Arabic","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"status":"passed","severity":"normal"},{"uid":"688e382933d87376","name":"Check publish message containing XML","time":{"start":1728086203097,"stop":1728086203098,"duration":1},"status":"passed","severity":"normal"},{"uid":"275a9d76a425299","name":"should set field with only FILTER enabled","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7dc8371a6b037d4","name":"Store - dialed after - with timeout","time":{"start":1728086336922,"stop":1728086336923,"duration":1},"status":"passed","severity":"normal"},{"uid":"62986e6b28820aba","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd450e1a7bbb6234","name":"should properly compute the node id","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"status":"passed","severity":"normal"},{"uid":"deabbfe0e47471a2","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728085966214,"stop":1728085966214,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c5d1e4a5df75d2","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728085872169,"stop":1728085872170,"duration":1},"status":"passed","severity":"normal"},{"uid":"445f0a0cd3839a4d","name":"Query with Ordered Callback, No message returned","time":{"start":1728086258657,"stop":1728086258662,"duration":5},"status":"passed","severity":"normal"},{"uid":"383c4e5fb3d07973","name":"Check received message containing shell command","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e1ee21d0a7b5c75","name":"ignores unrecognized TXT record formats","time":{"start":1728085887948,"stop":1728085887949,"duration":1},"status":"passed","severity":"normal"},{"uid":"30b3399ce9fb4f2e","name":"Check publish message after client node is restarted","time":{"start":1728086203141,"stop":1728086203141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dbf2be14ff15aea9","name":"less peers than existing","time":{"start":1728086171968,"stop":1728086171969,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d6496b88b6dffc3a","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"status":"passed","severity":"normal"},{"uid":"115a0fb0fe34f2f","name":"Filter with 1 connections","time":{"start":1728086059806,"stop":1728086059806,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e163abdc470fd20","name":"Check message with non string payload is not received","time":{"start":1728086032745,"stop":1728086032746,"duration":1},"status":"passed","severity":"normal"},{"uid":"915d75110928f8ef","name":"Check received message with timestamp: 1728085916617 ","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"status":"passed","severity":"normal"},{"uid":"d10c9d89e46273cf","name":"Push message with content topic containing escaped characters","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1682a2e1fd03d30","name":"Query with Promise Callback, No message returned","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"status":"passed","severity":"normal"},{"uid":"2600c002804465ed","name":"should emit a peer event after start","time":{"start":1728086246334,"stop":1728086246335,"duration":1},"status":"passed","severity":"normal"},{"uid":"4255341be406ec37","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app87/9/topic319/json","time":{"start":1728086235212,"stop":1728086235213,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed31f83a8705f46b","name":"Check received message containing XML","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44a5dd5acd119a4","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279992,"stop":1728086279993,"duration":1},"status":"passed","severity":"normal"},{"uid":"305dc037fb3b5938","name":"Refresh subscription","time":{"start":1728086207881,"stop":1728086207883,"duration":2},"status":"skipped","severity":"normal"},{"uid":"2502db62d168b3ce","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"status":"passed","severity":"normal"},{"uid":"39cf2a919dcc7d08","name":"should not fail to start the service if it is already started","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"824136a93109f25a","name":"Encoder throws on empty string content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"b39ce9a259832423","name":"should return usable stream attached to connection","time":{"start":1728085879612,"stop":1728085879612,"duration":0},"status":"passed","severity":"normal"},{"uid":"8900570e82d0e9e2","name":"new peer added after a peer was already found","time":{"start":1728086232771,"stop":1728086232775,"duration":4},"status":"skipped","severity":"normal"},{"uid":"127c655b7f4f0843","name":"Used by Waku Relay","time":{"start":1728086288535,"stop":1728086288535,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c58a079030b5a7c","name":"Fails to push message with empty content topic","time":{"start":1728086192531,"stop":1728086192531,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ba5456e5e17343","name":"through manual discovery","time":{"start":1728086146258,"stop":1728086146258,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9836812fd92584","name":"Should update shard info","time":{"start":1728086151435,"stop":1728086151435,"duration":0},"status":"passed","severity":"normal"},{"uid":"392d22684333e821","name":"Check received message containing emoji","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a6441986741f3c3","name":"same cluster, same shard: nodes connect","time":{"start":1728086033867,"stop":1728086033869,"duration":2},"status":"passed","severity":"normal"},{"uid":"f0a34c76c2717bab","name":"Check received message containing Chinese","time":{"start":1728086171690,"stop":1728086171691,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b94a008ca9f8767","name":"should throw error - invalid id","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dc588761292a69a","name":"Reusing cursor across nodes","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"status":"passed","severity":"normal"},{"uid":"15e69bbf7e93937b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728085966218,"stop":1728085966219,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0d02c19ba616219","name":"should load peers from local storage and dispatch events","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"status":"passed","severity":"normal"},{"uid":"82ca832e4312574","name":"Ping on unsubscribed peer","time":{"start":1728085963113,"stop":1728085963114,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfe09833d05ac86","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"status":"passed","severity":"normal"},{"uid":"9429e46fc894412a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"status":"passed","severity":"normal"},{"uid":"d82afb596d375e61","name":"should return all peers when numPeers is 0","time":{"start":1728085879946,"stop":1728085879947,"duration":1},"status":"passed","severity":"normal"},{"uid":"acc29030b99e0c0a","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728086033881,"stop":1728086033882,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f26754a3638a234","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"status":"passed","severity":"normal"},{"uid":"29190ed095850ff4","name":"Relay + Store","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"17c7219672c486ab","name":"Push message with content topic containing long","time":{"start":1728086226465,"stop":1728086226467,"duration":2},"status":"passed","severity":"normal"},{"uid":"5630d351c4141a99","name":"Check received message with timestamp: 1728085917349 ","time":{"start":1728086171709,"stop":1728086171711,"duration":2},"status":"passed","severity":"normal"},{"uid":"fdc140bda6b8683a","name":"should select older connection if present","time":{"start":1728085879408,"stop":1728085879409,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd5020a8eacad958","name":"Fails to push message with empty content topic","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"status":"passed","severity":"normal"},{"uid":"d54413da37ec6dc2","name":"should throw if no connection provided","time":{"start":1728085879613,"stop":1728085879613,"duration":0},"status":"passed","severity":"normal"},{"uid":"be520c3fa5bae39b","name":"should be able to encode the field with only STORE set to true","time":{"start":1728085872163,"stop":1728085872164,"duration":1},"status":"passed","severity":"normal"},{"uid":"280f30ce77d7b097","name":"Check received message containing Russian","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"status":"passed","severity":"normal"},{"uid":"985378f685d93581","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728085966212,"stop":1728085966212,"duration":0},"status":"passed","severity":"normal"},{"uid":"546750b18389ae28","name":"should encode/decode to text encoding","time":{"start":1728085872742,"stop":1728085872743,"duration":1},"status":"passed","severity":"normal"},{"uid":"86f3479021f2f91","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f116647668d1400","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728085872164,"stop":1728085872165,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d9b15c68ae231ea","name":"should handle corrupted local storage data gracefully","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c49cc9f29e7863","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728086355713,"stop":1728086355714,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd116679d1948fb0","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086260314,"stop":1728086260314,"duration":0},"status":"passed","severity":"normal"},{"uid":"385783b2e9843a70","name":"Check received message with timestamp: 1728085917349 ","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"status":"passed","severity":"normal"},{"uid":"79eaca3bcb896008","name":"Check message received after nwaku node is restarted","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8f8425dff2e0ab84","name":"should throw an error for an unconfigured topic","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b1590e35d8c702","name":"Push message on custom pubsubTopic","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cd04203140537a0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"8462a284a5687adb","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728086033895,"stop":1728086033895,"duration":0},"status":"passed","severity":"normal"},{"uid":"c93d58651d2d9ef9","name":"Check received message containing shell command","time":{"start":1728086171706,"stop":1728086171707,"duration":1},"status":"passed","severity":"normal"},{"uid":"a86a64dc9e4ade84","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728085879619,"stop":1728085879619,"duration":0},"status":"passed","severity":"normal"},{"uid":"375e599e4f1a8afc","name":"Overlapping topic subscription","time":{"start":1728086207887,"stop":1728086207887,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d0a4872a9ddad9fa","name":"random static sharding 4 - Cluster ID: 316, Shard ID: 350","time":{"start":1728086260655,"stop":1728086260655,"duration":0},"status":"passed","severity":"normal"},{"uid":"f00f1b00bc6429ab","name":"throws an error for improperly formatted content topics","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"status":"passed","severity":"normal"},{"uid":"c322dbfe6754f0e6","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728085887435,"stop":1728085887436,"duration":1},"status":"passed","severity":"normal"},{"uid":"deae9099de3befce","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086260310,"stop":1728086260311,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e2301d79d8b5e32","name":"Rejects garbage","time":{"start":1728085902768,"stop":1728085902769,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3b174e2caf0cd6e","name":"stop","time":{"start":1728085957574,"stop":1728085957575,"duration":1},"status":"passed","severity":"normal"},{"uid":"56e20d6869693fed","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085963114,"stop":1728085963114,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6bc209d3ed46586","name":"Ephemeral field set to true","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"status":"passed","severity":"normal"},{"uid":"402402d7624d98db","name":"Check received message containing numeric","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"status":"passed","severity":"normal"},{"uid":"18f249ce54d1f583","name":"should only return 1 node with relay capability","time":{"start":1728085887949,"stop":1728085887950,"duration":1},"status":"passed","severity":"normal"},{"uid":"d42f26786c829770","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"status":"passed","severity":"normal"},{"uid":"9291680da5069961","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728085864166,"stop":1728085864166,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03aca72f04fd300","name":"Check message with no content topic is not received","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"status":"passed","severity":"normal"},{"uid":"107a9cd2445d3995","name":"Subscribe to topic containing XML and publish message","time":{"start":1728086207916,"stop":1728086207920,"duration":4},"status":"passed","severity":"normal"},{"uid":"c46cf26f5b894218","name":"Push message with content topic containing special chars","time":{"start":1728086192521,"stop":1728086192521,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c743edfb95de82d","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728085864148,"stop":1728085864154,"duration":6},"status":"passed","severity":"normal"},{"uid":"14bc95554e6c5846","name":"Query Generator - true","time":{"start":1728086272018,"stop":1728086272019,"duration":1},"status":"passed","severity":"normal"},{"uid":"72e7cf47149d25e","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728085925282,"stop":1728085925284,"duration":2},"status":"passed","severity":"normal"},{"uid":"433b045beeac890e","name":"should throw an error for insufficient data","time":{"start":1728085864273,"stop":1728085864274,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5cb1ace64445f5","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728085887436,"stop":1728085887436,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd95a123e5755c8","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d79cc82987183a8","name":"does not throw on valid cases","time":{"start":1728085864142,"stop":1728085864143,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6525ce423a08947","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728085924041,"stop":1728085924041,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5d4f4f846c53dfd","name":"Push message on custom pubsubTopic","time":{"start":1728086118962,"stop":1728086118963,"duration":1},"status":"passed","severity":"normal"},{"uid":"258aa3d4f4923022","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app23/1/topic549/json","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fb0ead8eaae26b3","name":"Check received message with timestamp: 1728085916617000000 ","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c0266ba8496606e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086260324,"stop":1728086260325,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1a25d1774a5573a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086260330,"stop":1728086260331,"duration":1},"status":"passed","severity":"normal"},{"uid":"119f86a59c70c172","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"status":"passed","severity":"normal"},{"uid":"c094a3122b6083c4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033894,"stop":1728086033895,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd35bb967b7fd69c","name":"Fails to push message with large meta","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"status":"passed","severity":"normal"},{"uid":"6497167b4127f0bb","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"status":"passed","severity":"normal"},{"uid":"503b0d93fcc3cffd","name":"Nwaku publishes","time":{"start":1728086188762,"stop":1728086188763,"duration":1},"status":"passed","severity":"normal"},{"uid":"af2d014fab64fc35","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728086232775,"stop":1728086232776,"duration":1},"status":"passed","severity":"normal"},{"uid":"be186046a74b0492","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086063174,"stop":1728086063175,"duration":1},"status":"passed","severity":"normal"},{"uid":"6051a59a368a18","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1728086033877,"stop":1728086033880,"duration":3},"status":"passed","severity":"normal"},{"uid":"2f8a0ca10d7860cb","name":"handles different clusterIds correctly","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d485aad6d1b5a7","name":"LightPush with 2 connections","time":{"start":1728086059806,"stop":1728086059811,"duration":5},"status":"passed","severity":"normal"},{"uid":"befb67c79048004e","name":"Push message with emoji payload","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"status":"passed","severity":"normal"},{"uid":"5795ba5d534cdccd","name":"Check received message containing unicode special characters","time":{"start":1728086171707,"stop":1728086171708,"duration":1},"status":"passed","severity":"normal"},{"uid":"51b512b67749883","name":"Number of peers are maintained correctly","time":{"start":1728085985728,"stop":1728085985729,"duration":1},"status":"passed","severity":"normal"},{"uid":"26301645e0bca444","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38b01fe67fd8afe","name":"Check received message containing short","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"status":"passed","severity":"normal"},{"uid":"66447a6b314a5930","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728086033914,"stop":1728086033918,"duration":4},"status":"passed","severity":"normal"},{"uid":"9483efd4d1e072d1","name":"getPeersByDiscovery","time":{"start":1728086232770,"stop":1728086232771,"duration":1},"status":"passed","severity":"normal"},{"uid":"47f7e9f00917638b","name":"Filter with 0 connections","time":{"start":1728086059800,"stop":1728086059801,"duration":1},"status":"passed","severity":"normal"},{"uid":"c65018c25f4a3e83","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9732972c3c80ab","name":"Passing page size 1 when there are 4 messages","time":{"start":1728086280292,"stop":1728086280292,"duration":0},"status":"passed","severity":"normal"},{"uid":"255810a108bbb38b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728085929890,"stop":1728085929890,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d9ebfa6eb64ffb7","name":"can start and stop the service","time":{"start":1728086246328,"stop":1728086246330,"duration":2},"status":"passed","severity":"normal"},{"uid":"7e3dcb7c90370db6","name":"LightPush with 3 connections","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"status":"passed","severity":"normal"},{"uid":"981fac9a029aa792","name":"Check publish message containing Script","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e73f9c8bc371b4e","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728086289027,"stop":1728086289028,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7c7fc0b1fb20759","name":"Push message with content topic containing emoji","time":{"start":1728086192529,"stop":1728086192529,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a6e859d99ee0774","name":"Push message with Script payload","time":{"start":1728086192509,"stop":1728086192510,"duration":1},"status":"passed","severity":"normal"},{"uid":"7dd330ab949c0b8d","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"status":"passed","severity":"normal"},{"uid":"80d3b5c6e1be8157","name":"should return empty list for no shard","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b39459d9f6f6888","name":"Push 30 different messages","time":{"start":1728086192516,"stop":1728086192517,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b2c2edbac8cad20","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app44/3/topic7/xml","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b731c665dedbab7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086260328,"stop":1728086260329,"duration":1},"status":"passed","severity":"normal"},{"uid":"13e2121698f9f821","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728085864164,"stop":1728085864165,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd419a9917c3b28e","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728085948112,"stop":1728085948113,"duration":1},"status":"passed","severity":"normal"},{"uid":"a681612745f62213","name":"Check meta is set [ecies]","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"status":"passed","severity":"normal"},{"uid":"aba4f98cf23f457","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df0d8bba62a3ece","name":"Sets default value correctly","time":{"start":1728086288535,"stop":1728086288536,"duration":1},"status":"passed","severity":"normal"},{"uid":"dde67ac0e9abb810","name":"Push message with content topic containing unicode special characters","time":{"start":1728086192528,"stop":1728086192529,"duration":1},"status":"passed","severity":"normal"},{"uid":"14c998064bcc655b","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728086207910,"stop":1728086207911,"duration":1},"status":"passed","severity":"normal"},{"uid":"345911378d7ef6a","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e9ffaad3b0cb0af","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"status":"passed","severity":"normal"},{"uid":"8097f0c39a1593f1","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8521d62e5ccc120","name":"Relay + Store","time":{"start":1728085923996,"stop":1728085923997,"duration":1},"status":"passed","severity":"normal"},{"uid":"a20432816958a7db","name":"Check received message containing emoji","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"status":"passed","severity":"normal"},{"uid":"519cb7cd5dab1524","name":"tcp ip4 address","time":{"start":1728085872126,"stop":1728085872128,"duration":2},"status":"passed","severity":"normal"},{"uid":"46ebafcf4da1c5b2","name":"Check publish message containing emoji","time":{"start":1728086203116,"stop":1728086203117,"duration":1},"status":"passed","severity":"normal"},{"uid":"aec28071debb7aa9","name":"Push message with emoji payload","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"status":"passed","severity":"normal"},{"uid":"2168fbb55f26f5d3","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c8a074c41ac8b28","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2631ba2fb2f6ab","name":"Push message equal or less that 1MB","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e98617309c09cb5","name":"Check received message containing Arabic","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ad1270d41bcc88","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"status":"passed","severity":"normal"},{"uid":"61670929c35aef99","name":"configure the node with multiple pubsub topics","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"status":"passed","severity":"normal"},{"uid":"77ba2ebe1eea27e4","name":"handles empty contentTopics array correctly","time":{"start":1728085864179,"stop":1728085864180,"duration":1},"status":"passed","severity":"normal"},{"uid":"94d16b314820c6e6","name":"Check message with no content topic is not received","time":{"start":1728086171715,"stop":1728086171716,"duration":1},"status":"passed","severity":"normal"},{"uid":"b14233145a0c6d90","name":"throws on content topic with empty application field","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1bc53730313fd1","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d03d70791ed47d1","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ba2bf7881463f07","name":"throws on content topic with too few or too many fields","time":{"start":1728085864144,"stop":1728085864144,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd9be6200de6a07","name":"Push message with content topic containing long","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"status":"passed","severity":"normal"},{"uid":"1062797fa7b688af","name":"Subscribe and receive messages via lightPush","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"status":"passed","severity":"normal"},{"uid":"25721d89274d747c","name":"Check message with non string payload is not received","time":{"start":1728086171698,"stop":1728086171699,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bce0465625fe8c0","name":"throws on empty content topic","time":{"start":1728085864143,"stop":1728085864144,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aa73a4e96ae3016","name":"Generator, custom pubsub topic","time":{"start":1728086279994,"stop":1728086279994,"duration":0},"status":"passed","severity":"normal"},{"uid":"db9f7f2b71468b21","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728085864174,"stop":1728085864174,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d7ee481989e5601","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"status":"passed","severity":"normal"},{"uid":"daf4cf40bb6f8eb2","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"status":"passed","severity":"normal"},{"uid":"547fe44936b18ddd","name":"Sign & Recover","time":{"start":1728085898292,"stop":1728085898292,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac47a0e2775fcd","name":"should add and remove event listeners correctly","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"status":"passed","severity":"normal"},{"uid":"36295ac851c78579","name":"should throw an error for missing sharding configuration","time":{"start":1728085864178,"stop":1728085864179,"duration":1},"status":"passed","severity":"normal"},{"uid":"37be7faad9270c52","name":"Push message with rate limit","time":{"start":1728086226485,"stop":1728086226495,"duration":10},"status":"passed","severity":"normal"},{"uid":"7c43bb2eaed009f7","name":"Push message with content topic containing Script","time":{"start":1728086192523,"stop":1728086192526,"duration":3},"status":"passed","severity":"normal"},{"uid":"5a9ae0360b7aeb08","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5820f42a7b057c","name":"Using a function","time":{"start":1728086288534,"stop":1728086288535,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba6f925857129843","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdeee36b1a7fcd32","name":"more peers than existing","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"status":"skipped","severity":"normal"},{"uid":"be07891ebc876da2","name":"Push message on custom pubsubTopic","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9134432466028a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"status":"passed","severity":"normal"},{"uid":"3922b803d4e15e04","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033918,"stop":1728086033919,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3452c52ebedc475","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728086150787,"stop":1728086150787,"duration":0},"status":"passed","severity":"normal"},{"uid":"89088d5e043aa64c","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a4b7d87cc76f99d","name":"should use DNS peer discovery with light client","time":{"start":1728085929886,"stop":1728085929890,"duration":4},"status":"skipped","severity":"normal"},{"uid":"10de8dc250130167","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728086150772,"stop":1728086150773,"duration":1},"status":"passed","severity":"normal"},{"uid":"91320f7868a42905","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728085872165,"stop":1728085872166,"duration":1},"status":"passed","severity":"normal"},{"uid":"81344f7f3d07d395","name":"Push message with content topic containing numeric","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"status":"passed","severity":"normal"},{"uid":"baec3792014b75c3","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728085925277,"stop":1728085925279,"duration":2},"status":"passed","severity":"normal"},{"uid":"b66c27bd3b72d197","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"46a555806c0a269f","name":"Push message with custom timestamp: 1697327663558","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd24e0cd747c5a1f","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728086258662,"stop":1728086258662,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1dc257a2db03c7","name":"Subscribe to topic containing short and receive message","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bfdec702d96a774","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728085924037,"stop":1728085924038,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4084e6c1e2dfac5","name":"recovers when dns.resolve returns empty","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"status":"passed","severity":"normal"},{"uid":"cae99f9ed07554f1","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2a347c9db35974f7","name":"Push message with content topic containing SQL Injection","time":{"start":1728086192523,"stop":1728086192523,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c8318bad355d93","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ea86c67ed9f8875","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"status":"passed","severity":"normal"},{"uid":"1262a5bb3af61cc4","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce24a0f14cd0b17","name":"Ping succeeds for all connected peers","time":{"start":1728085985729,"stop":1728085985729,"duration":0},"status":"passed","severity":"normal"},{"uid":"378e02fa77b77048","name":"Push message with content topic containing unicode special characters","time":{"start":1728086226477,"stop":1728086226477,"duration":0},"status":"passed","severity":"normal"},{"uid":"6252ceb8380d6079","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc0ce8bfe39f66","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086260309,"stop":1728086260310,"duration":1},"status":"passed","severity":"normal"},{"uid":"a09dcce14d314815","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728086150773,"stop":1728086150784,"duration":11},"status":"passed","severity":"normal"},{"uid":"d9c584eb74d9155a","name":"1 Store, 2 fetches","time":{"start":1728085887350,"stop":1728085887351,"duration":1},"status":"passed","severity":"normal"},{"uid":"11a9f05e259e1b6","name":"pre and post cipher","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"status":"passed","severity":"normal"},{"uid":"165175d7fe9eeca6","name":"Keep-alive pings maintain the connection","time":{"start":1728085985731,"stop":1728085985731,"duration":0},"status":"passed","severity":"normal"},{"uid":"da18140fd1876da2","name":"Check received message containing unicode special characters","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"status":"passed","severity":"normal"},{"uid":"475060a3fe0f0b01","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728085917714,"stop":1728085917714,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b321d6cc07fff45","name":"Decoder throws on empty string content topic","time":{"start":1728085897856,"stop":1728085897857,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3cd48e3ff76d1e3","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728085872167,"stop":1728085872168,"duration":1},"status":"passed","severity":"normal"},{"uid":"68fcaa4c9b2f92b8","name":"Check received message containing short","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"status":"passed","severity":"normal"},{"uid":"424e63bbd437164d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"status":"passed","severity":"normal"},{"uid":"44aaee5bc689bfb5","name":"Fails to publish message with empty text","time":{"start":1728086203128,"stop":1728086203129,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd562719f19c0bff","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728085985734,"stop":1728085985735,"duration":1},"status":"passed","severity":"normal"},{"uid":"c60d0fc8f0c8f90c","name":"should not receive a peer event before start","time":{"start":1728086246336,"stop":1728086246337,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdfd367391fc8c81","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"status":"passed","severity":"normal"},{"uid":"e488f3e5f6be2028","name":"Decoder throws on empty string content topic","time":{"start":1728085899571,"stop":1728085899572,"duration":1},"status":"passed","severity":"normal"},{"uid":"f337c2cf13418b7c","name":"should be online or offline if network state changed","time":{"start":1728085917716,"stop":1728085917716,"duration":0},"status":"passed","severity":"normal"},{"uid":"48bcc2a628c056c3","name":"should encodeTxt and decodeTxt","time":{"start":1728085872738,"stop":1728085872738,"duration":0},"status":"passed","severity":"normal"},{"uid":"63bc303dab7bdc0","name":"Passing page size 11 when there are 10 messages","time":{"start":1728086280297,"stop":1728086280297,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d94f1c114265ce","name":"getPeersByDiscovery","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"status":"passed","severity":"normal"},{"uid":"96fa88f0d72d33b1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086260319,"stop":1728086260319,"duration":0},"status":"passed","severity":"normal"},{"uid":"76a0b1723fa5212d","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0dec17578e367","name":"A test","time":{"start":1728086119054,"stop":1728086119054,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd07dd2266a4b27","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728086033899,"stop":1728086033907,"duration":8},"status":"passed","severity":"normal"},{"uid":"83207113a07930e7","name":"Push message with custom timestamp: 1728089656949","time":{"start":1728086226506,"stop":1728086226506,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1cc99174cce2e","name":"Ordered Callback - true","time":{"start":1728086272022,"stop":1728086272023,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d9b1c907bc1f16a","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"status":"passed","severity":"normal"},{"uid":"9da6391df3e6d8ce","name":"Check publish message containing special chars","time":{"start":1728086203090,"stop":1728086203090,"duration":0},"status":"passed","severity":"normal"},{"uid":"8953c0982d2eb2aa","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086260325,"stop":1728086260326,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dc626ed6c1a0246","name":"Symmetric encrypt & Decrypt","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cad6b7905806a91","name":"different cluster, same shard: nodes don't connect","time":{"start":1728086033870,"stop":1728086033873,"duration":3},"status":"passed","severity":"normal"},{"uid":"79fdeaeaec4edff9","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e47ed9356cc823","name":"Push message with Basic HTML tag payload","time":{"start":1728086226462,"stop":1728086226462,"duration":0},"status":"passed","severity":"normal"},{"uid":"e89ab36a587b285b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728086033894,"stop":1728086033894,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac28ef392f1db7a2","name":"random static sharding 3 - Cluster ID: 60, Shard ID: 263","time":{"start":1728086260652,"stop":1728086260655,"duration":3},"status":"passed","severity":"normal"},{"uid":"a2646725ea50fde3","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c9a051f17abc02","name":"random static sharding 1 - Cluster ID: 829, Shard ID: 636","time":{"start":1728086260651,"stop":1728086260651,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6927c3cb9264574","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728085917713,"stop":1728085917714,"duration":1},"status":"passed","severity":"normal"},{"uid":"777b5f80a6620e3a","name":"Push to array if already present","time":{"start":1728085863795,"stop":1728085863796,"duration":1},"status":"passed","severity":"normal"},{"uid":"73e2e4a53b1e8c05","name":"Callback on promise","time":{"start":1728086287863,"stop":1728086287865,"duration":2},"status":"passed","severity":"normal"},{"uid":"c43377e148544605","name":"random static sharding 8 - Cluster ID: 543, Shard ID: 10","time":{"start":1728086260660,"stop":1728086260661,"duration":1},"status":"passed","severity":"normal"},{"uid":"50c7cf988d8d1853","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086171711,"stop":1728086171712,"duration":1},"status":"passed","severity":"normal"},{"uid":"2aefb929eb23229c","name":"can start and stop the service","time":{"start":1728085929871,"stop":1728085929872,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7f8fb240e8fc8","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728085966217,"stop":1728085966218,"duration":1},"status":"passed","severity":"normal"},{"uid":"3de009f6c92cb461","name":"Ping on peer without subscriptions","time":{"start":1728085959888,"stop":1728085959890,"duration":2},"status":"passed","severity":"normal"},{"uid":"e829486fc45699ef","name":"Push message with JSON payload","time":{"start":1728086226462,"stop":1728086226463,"duration":1},"status":"passed","severity":"normal"},{"uid":"e65e35fb518034ea","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728085879618,"stop":1728085879619,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5198a07d84091c3","name":"should not fail to stop the service if it was not started","time":{"start":1728086246330,"stop":1728086246331,"duration":1},"status":"passed","severity":"normal"},{"uid":"4158f643ef28b64c","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728086033919,"stop":1728086033919,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a9e6c74fa68684","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086063202,"stop":1728086063202,"duration":0},"status":"passed","severity":"normal"},{"uid":"978662e3e4ae9e50","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app82/8/topic328/test.js","time":{"start":1728086235221,"stop":1728086235222,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea6791d4ee40e81d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728085917712,"stop":1728085917713,"duration":1},"status":"passed","severity":"normal"},{"uid":"5013c45ce263596d","name":"Push message with shell command payload","time":{"start":1728086192512,"stop":1728086192512,"duration":0},"status":"passed","severity":"normal"},{"uid":"18327c915cb6db92","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app28/8/topic13/utf8","time":{"start":1728086235212,"stop":1728086235212,"duration":0},"status":"passed","severity":"normal"},{"uid":"74815f363408001e","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728086033907,"stop":1728086033907,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc4a69466e54068","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"e03d3bb1619ecd7d","name":"Wrong topic","time":{"start":1728086235229,"stop":1728086235229,"duration":0},"status":"passed","severity":"normal"},{"uid":"6def9e8733201e04","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"status":"passed","severity":"normal"},{"uid":"10c27bc8232b6c94","name":"should not receive a peer event after stop","time":{"start":1728086246337,"stop":1728086246339,"duration":2},"status":"passed","severity":"normal"},{"uid":"2734c27887bb9524","name":"should create a new stream if no existing for protocol found","time":{"start":1728085879613,"stop":1728085879614,"duration":1},"status":"passed","severity":"normal"},{"uid":"6420210348f201","name":"unsubscribes","time":{"start":1728086278950,"stop":1728086278951,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85982409454e3a4","name":"Refresh subscription","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31fd75a761c480b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728086207873,"stop":1728086207874,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c2aa535737112d","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085959891,"stop":1728085959891,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbef480608bfd576","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728086289029,"stop":1728086289030,"duration":1},"status":"passed","severity":"normal"},{"uid":"44574ec1fa0c4ddf","name":"Check message received after jswaku node is restarted","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7c9cf071739e6814","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966219,"stop":1728085966219,"duration":0},"status":"passed","severity":"normal"},{"uid":"8719388011b0e6ea","name":"isConnected should return true after first peer connects","time":{"start":1728085948114,"stop":1728085948115,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6036dacd07cb56f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728086056626,"stop":1728086056627,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfe6d5972d0b0565","name":"Query generator for multiple messages with different message text format","time":{"start":1728086287862,"stop":1728086287862,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b6cf7d67bfc52ae","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086260290,"stop":1728086260297,"duration":7},"status":"passed","severity":"normal"},{"uid":"ba04e3f111fd5993","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"status":"passed","severity":"normal"},{"uid":"c82bda72ac4f335","name":"Push message with content topic containing escaped characters","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4f075323a3ae489","name":"creates an iterator","time":{"start":1728086278947,"stop":1728086278948,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1df710651873a2","name":"ignores domain fetching errors","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba5d4fdb73d31c7f","name":"Push message with custom timestamp: 1728082463558","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bffb8415a229fdc","name":"should be able to decode the field with only STORE set to true","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"status":"passed","severity":"normal"},{"uid":"3517275f09b2cc4d","name":"Push message with content topic containing XML","time":{"start":1728086192526,"stop":1728086192527,"duration":1},"status":"passed","severity":"normal"},{"uid":"39709dc221995392","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee200a376828cd1","name":"safeDispatchEvent","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"status":"passed","severity":"normal"},{"uid":"1524cbbce366d2c1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728085886587,"stop":1728085886589,"duration":2},"status":"passed","severity":"normal"},{"uid":"5eaa18032b80c6e7","name":"different cluster, different shard: nodes don't connect","time":{"start":1728086033874,"stop":1728086033874,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8a33cd5ce8fcc2c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086260329,"stop":1728086260330,"duration":1},"status":"passed","severity":"normal"},{"uid":"961d27e1a762f593","name":"Check received message containing Russian","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb05b13b0a1f7185","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728085864167,"stop":1728085864168,"duration":1},"status":"passed","severity":"normal"},{"uid":"525102e565eec6a8","name":"Check received message containing Arabic","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9ca984d2c515c35","name":"should not receive a peer event after stop","time":{"start":1728085891878,"stop":1728085891879,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf7529f953cbde28","name":"Fails to push message bigger that 1MB","time":{"start":1728086192534,"stop":1728086192535,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8346a3ef361dda7","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"status":"passed","severity":"normal"},{"uid":"56a7f879baa80831","name":"shard 0","time":{"start":1728086260637,"stop":1728086260637,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aef060190f03e15","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728085929891,"stop":1728085929891,"duration":0},"status":"skipped","severity":"normal"},{"uid":"24c0a3e2fbefd2af","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728086196551,"stop":1728086196560,"duration":9},"status":"passed","severity":"normal"},{"uid":"dab070080be726a4","name":"Publish message with large meta","time":{"start":1728086203141,"stop":1728086203150,"duration":9},"status":"passed","severity":"normal"},{"uid":"84a8ba3b4888c36a","name":"Subscribe to topic containing long and publish message","time":{"start":1728086207897,"stop":1728086207898,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb704114883955a","name":"Push message with meta","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"status":"passed","severity":"normal"},{"uid":"154c31fbeaf3dd29","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118963,"stop":1728086118963,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f8a7d06d68c53c","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728085917709,"stop":1728085917712,"duration":3},"status":"passed","severity":"normal"},{"uid":"297c2a5ab0ba7243","name":"Push message with short payload","time":{"start":1728086226454,"stop":1728086226456,"duration":2},"status":"passed","severity":"normal"},{"uid":"d0eeb32b114dde12","name":"should throw error - no id","time":{"start":1728085872740,"stop":1728085872741,"duration":1},"status":"passed","severity":"normal"},{"uid":"aef386c34245980b","name":"Ping on peer without subscriptions","time":{"start":1728085963112,"stop":1728085963113,"duration":1},"status":"passed","severity":"normal"},{"uid":"bea64bdd178c6347","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086063175,"stop":1728086063175,"duration":0},"status":"passed","severity":"normal"},{"uid":"145a034fb88af9af","name":"Sample","time":{"start":1728085872134,"stop":1728085872134,"duration":0},"status":"passed","severity":"normal"},{"uid":"d291f4098596b005","name":"should only return 1 node with relay and store capability","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8a6cf5175fa99f4","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086063192,"stop":1728086063192,"duration":0},"status":"passed","severity":"normal"},{"uid":"888483b4b7a158e0","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728085864158,"stop":1728085864159,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e21ca684d38995f","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728085864163,"stop":1728085864163,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dca99751aa1d021","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"status":"passed","severity":"normal"},{"uid":"69a2767d08419685","name":"should throw error - no public key","time":{"start":1728085872740,"stop":1728085872740,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5751ca0838fb8a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728085864172,"stop":1728085864172,"duration":0},"status":"passed","severity":"normal"},{"uid":"7118f53f898aa285","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1728086033880,"stop":1728086033881,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd372d06c4917380","name":"handles multiple messages","time":{"start":1728086278950,"stop":1728086278950,"duration":0},"status":"passed","severity":"normal"},{"uid":"95af029eb356d11a","name":"Check message received after nwaku node is restarted","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c2ba71b431eec132","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728086289030,"stop":1728086289031,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7b568133757f469","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728085899569,"stop":1728085899570,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2166dbb2db628d9","name":"Check publish message containing unicode special characters","time":{"start":1728086203114,"stop":1728086203115,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ac45e379ee59447","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"status":"passed","severity":"normal"},{"uid":"502f6287f8c0940c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728086254811,"stop":1728086254811,"duration":0},"status":"passed","severity":"normal"},{"uid":"f453faa35c50044c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279998,"stop":1728086279998,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9062541a9a2256","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086063192,"stop":1728086063193,"duration":1},"status":"passed","severity":"normal"},{"uid":"f41f633a02111ffe","name":"Check received message containing long","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"status":"passed","severity":"normal"},{"uid":"27e28f08bf19aa91","name":"Round trip binary serialization","time":{"start":1728085880162,"stop":1728085880163,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3725bf2af3a28c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086063170,"stop":1728086063171,"duration":1},"status":"passed","severity":"normal"},{"uid":"509cbcb054310bbb","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"status":"passed","severity":"normal"},{"uid":"970ea26012a24111","name":"Check publish message containing shell command","time":{"start":1728086203099,"stop":1728086203099,"duration":0},"status":"passed","severity":"normal"},{"uid":"da482fbe526e897","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728086270017,"stop":1728086270017,"duration":0},"status":"passed","severity":"normal"},{"uid":"6329d3862f5e24c4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb9369665af3cbda","name":"Ordered callback, aborts when callback returns true","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e4df141b17886","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728086150764,"stop":1728086150764,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdac72cb636f3276","name":"handles empty shards array correctly","time":{"start":1728085864179,"stop":1728085864179,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec0120d13eb86a5a","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0c0035327239838","name":"random static sharding 6 - Cluster ID: 275, Shard ID: 128","time":{"start":1728086260657,"stop":1728086260658,"duration":1},"status":"passed","severity":"normal"},{"uid":"97a2244049faf256","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728086033883,"stop":1728086033883,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ce6c53258c0008","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"status":"passed","severity":"normal"},{"uid":"6949d337d51daf60","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"status":"passed","severity":"normal"},{"uid":"b910934e94b3bd74","name":"Should update multiaddrs","time":{"start":1728086151434,"stop":1728086151435,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7e6874fa643074b","name":"Check received message containing Basic HTML tag","time":{"start":1728086171705,"stop":1728086171706,"duration":1},"status":"passed","severity":"normal"},{"uid":"98ed37f25eaf54ae","name":"should not fail to start the service if it is already started","time":{"start":1728085929877,"stop":1728085929877,"duration":0},"status":"passed","severity":"normal"},{"uid":"a78dcec77618fae7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef5215c819ee9fd","name":"same cluster, different shard: nodes don't connect","time":{"start":1728086033869,"stop":1728086033870,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e93d1794498054f","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086260320,"stop":1728086260321,"duration":1},"status":"passed","severity":"normal"},{"uid":"993b334a2b2afbf3","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728085866679,"stop":1728085866679,"duration":0},"status":"passed","severity":"normal"},{"uid":"de64bce642fb0d5a","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7636a047061bf3f","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2940ae205c1ea85","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a103e27560b16cc","name":"Check message on other pubsub topic is not received","time":{"start":1728086032743,"stop":1728086032744,"duration":1},"status":"passed","severity":"normal"},{"uid":"a68e08d723660d46","name":"Check received message containing short","time":{"start":1728086032734,"stop":1728086032735,"duration":1},"status":"passed","severity":"normal"},{"uid":"184b2022d855f367","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728086203140,"stop":1728086203140,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa7c4c50a85abb7","name":"Push message with Script payload","time":{"start":1728086226460,"stop":1728086226461,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7dd54ab5db77aea","name":"Check received message containing JSON","time":{"start":1728086171706,"stop":1728086171706,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae94e489c1db3734","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728085924039,"stop":1728085924040,"duration":1},"status":"passed","severity":"normal"},{"uid":"172e5304ce402b06","name":"Does not throw an exception when node disconnects","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"status":"passed","severity":"normal"},{"uid":"58480783f17489d3","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728085879948,"stop":1728085879948,"duration":0},"status":"passed","severity":"normal"},{"uid":"2828243dad915f93","name":"Passing page size 10 when there are 10 messages","time":{"start":1728086280293,"stop":1728086280296,"duration":3},"status":"passed","severity":"normal"},{"uid":"ab4887fad91da97f","name":"should properly create location multiaddrs - tcp","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"status":"passed","severity":"normal"},{"uid":"b31bf8d20eb6db4c","name":"Publish message with custom timestamp: Sat Oct 14 2023 23:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203118,"stop":1728086203123,"duration":5},"status":"passed","severity":"normal"},{"uid":"9f4ac31a9b49c8e3","name":"Check received message containing long","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"status":"passed","severity":"normal"},{"uid":"8528be375cb158de","name":"should push to available amount of connection if less than required","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"status":"passed","severity":"normal"},{"uid":"24b2b0925072b225","name":"Decrypt messages","time":{"start":1728086173698,"stop":1728086173698,"duration":0},"status":"passed","severity":"normal"},{"uid":"27d7bde3cda12ba","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086063188,"stop":1728086063188,"duration":0},"status":"passed","severity":"normal"},{"uid":"41701589302e3481","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279983,"stop":1728086279984,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ec36b643a73826b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1728086033876,"stop":1728086033877,"duration":1},"status":"passed","severity":"normal"},{"uid":"f34b67538ece5265","name":"Check received message containing unicode special characters","time":{"start":1728086032740,"stop":1728086032741,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7e9fc58524ac688","name":"should return valid sharding parameters for static sharding","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"status":"passed","severity":"normal"},{"uid":"92e7b88b80464534","name":"can start the service","time":{"start":1728085929870,"stop":1728085929870,"duration":0},"status":"passed","severity":"normal"},{"uid":"535643171a880ed1","name":"Subscribe to topic containing short and publish message","time":{"start":1728086207887,"stop":1728086207896,"duration":9},"status":"passed","severity":"normal"},{"uid":"404a2ab4a6eb69ed","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728085864180,"stop":1728085864180,"duration":0},"status":"passed","severity":"normal"},{"uid":"1eaafee7c10b9fa4","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728085897853,"stop":1728085897854,"duration":1},"status":"passed","severity":"normal"},{"uid":"68a750e550ce9221","name":"Overlapping topic subscription","time":{"start":1728086063176,"stop":1728086063177,"duration":1},"status":"passed","severity":"normal"},{"uid":"f686b97c8df5fc6b","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728086033929,"stop":1728086033929,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a6e347fd8107fc6","name":"should throw error - no id","time":{"start":1728085872739,"stop":1728085872740,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe54ee8e7ade1371","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728085864156,"stop":1728085864157,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b1fcd2d8b1c11ab","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728086033913,"stop":1728086033914,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c3dbb80a1792b4","name":"topics with same application and version share the same shard","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e7722717858a37","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086260319,"stop":1728086260320,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd6e426618fdfe94","name":"Query Generator, No message returned","time":{"start":1728086258655,"stop":1728086258656,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5927e8527185d04","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728086056628,"stop":1728086056629,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5619e5fb2c4bf80","name":"should fail to send if no connections available","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1a897eceda9ab25","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728085948114,"stop":1728085948114,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cc8eef68cea665d","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728085992916,"stop":1728085992916,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efbac4022bf1e31","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728086056627,"stop":1728086056628,"duration":1},"status":"passed","severity":"normal"},{"uid":"eac01cadf6829a1f","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed43f61be8deaa0","name":"Push message with XML payload","time":{"start":1728086192510,"stop":1728086192510,"duration":0},"status":"passed","severity":"normal"},{"uid":"c364649323848a47","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728086203137,"stop":1728086203138,"duration":1},"status":"passed","severity":"normal"},{"uid":"96d8371931ee12ab","name":"should not fail to start the service if it is already started","time":{"start":1728086246331,"stop":1728086246334,"duration":3},"status":"passed","severity":"normal"},{"uid":"363da953a68bc0a","name":"Publish message with custom timestamp: Fri Oct 04 2024 22:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203123,"stop":1728086203125,"duration":2},"status":"passed","severity":"normal"},{"uid":"71e7611e89338a13","name":"Check publish message containing JSON","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"status":"passed","severity":"normal"},{"uid":"f845ad5860dc51c3","name":"should properly create peer info with all multiaddrs","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"status":"passed","severity":"normal"},{"uid":"afa6afd06e8c42a0","name":"Push message with shell command payload","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f5ba2de07d3a5d","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2e88376672d075d","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728085879947,"stop":1728085879947,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b4b74ecbce8635a","name":"Ping fails for unsubscribed peers","time":{"start":1728085985730,"stop":1728085985731,"duration":1},"status":"passed","severity":"normal"},{"uid":"629297fc4066832b","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279996,"stop":1728086279997,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd099fa2a21e9478","name":"Refresh subscription","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"status":"passed","severity":"normal"},{"uid":"7541e08b9d6c0d3b","name":"Check publish message containing Basic HTML tag","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"status":"passed","severity":"normal"},{"uid":"200a4177e9b025b3","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"status":"passed","severity":"normal"},{"uid":"8247483eef1efcda","name":"Check received message containing Script","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"status":"passed","severity":"normal"},{"uid":"828cac22c9f5390","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"status":"passed","severity":"normal"},{"uid":"766e1788753ae608","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c7be75ec23f302","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"7136651300b5d8fe","name":"should be called for bootstrap peers","time":{"start":1728085925280,"stop":1728085925281,"duration":1},"status":"passed","severity":"normal"},{"uid":"158520fddd4c87ed","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728086033895,"stop":1728086033897,"duration":2},"status":"passed","severity":"normal"},{"uid":"cccc05f6a4062ffb","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086063202,"stop":1728086063204,"duration":2},"status":"passed","severity":"normal"},{"uid":"d7f682c9c1b6ebb9","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086260301,"stop":1728086260302,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf3d50e177bc273b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app61/8/topic836/proto","time":{"start":1728086235219,"stop":1728086235220,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfee58bb9bf6c120","name":"Check publish message containing SQL Injection","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8d8c7536390ab7","name":"addEventListener with wrong event","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a6965ce18f1817","name":"Push message with content topic containing Script","time":{"start":1728086226470,"stop":1728086226470,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dcb34296d313879","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728086150789,"stop":1728086150789,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f3bdd89b1b433b9","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966219,"stop":1728085966222,"duration":3},"status":"passed","severity":"normal"},{"uid":"25124cf290047d2d","name":"Check received message with timestamp: 1728085917349000000 ","time":{"start":1728086171695,"stop":1728086171696,"duration":1},"status":"passed","severity":"normal"},{"uid":"60a8d735fef34cea","name":"Push message with Russian payload","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5a22c93dcd4b34","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728085887351,"stop":1728085887352,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bffe5d5ee41db07","name":"Check received message containing shell command","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9d854621b7d08b6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728086260643,"stop":1728086260651,"duration":8},"status":"passed","severity":"normal"},{"uid":"ca8c920ee54e3d21","name":"Push message with XML payload","time":{"start":1728086226461,"stop":1728086226462,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfc0739fa58406b1","name":"Push message with custom timestamp: 1728089663558","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b8e7235109168cf","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086260311,"stop":1728086260313,"duration":2},"status":"passed","severity":"normal"},{"uid":"7440c8240b126e8a","name":"Encoder throws on empty string content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf84ff42185e4f0","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2dc12b5dd41fd4b","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728085897852,"stop":1728085897853,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5c852588890b72c","name":"Decoder throws on undefined content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a892c64ace84e9f","name":"Push message with content topic containing JSON","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"status":"passed","severity":"normal"},{"uid":"55d807484e77340d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118966,"stop":1728086118967,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9107c90cdaa53e6","name":"Push message with custom timestamp: 1697327656949","time":{"start":1728086226496,"stop":1728086226496,"duration":0},"status":"passed","severity":"normal"},{"uid":"c50cd7f0bb829a3a","name":"Push message equal or less that 1MB","time":{"start":1728086226506,"stop":1728086226507,"duration":1},"status":"passed","severity":"normal"},{"uid":"30cd4cb628af5863","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966212,"stop":1728085966213,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e7e0d9f933e56d1","name":"handles different networkShards values correctly","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca9c0a517a260dc5","name":"Check received message containing SQL Injection","time":{"start":1728086171704,"stop":1728086171704,"duration":0},"status":"passed","severity":"normal"},{"uid":"19a4c85802320058","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728085864176,"stop":1728085864177,"duration":1},"status":"passed","severity":"normal"},{"uid":"86162838464be5dd","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086171712,"stop":1728086171712,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d7a196913726e51","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46662e2e5473ef2","name":"returns nothing if no connections present","time":{"start":1728085879404,"stop":1728085879405,"duration":1},"status":"passed","severity":"normal"},{"uid":"e471ff8d8dc9dff2","name":"Push message with content topic containing special chars","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5655ebee51daf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ea844f0548f002","name":"can dial TLS multiaddrs","time":{"start":1728086146256,"stop":1728086146256,"duration":0},"status":"passed","severity":"normal"},{"uid":"88772e61a7edba8c","name":"Check received message containing escaped characters","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"status":"passed","severity":"normal"},{"uid":"712c9cecfe1377f7","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086260313,"stop":1728086260314,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e88f63feb2bed92","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728086056625,"stop":1728086056626,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fba30df8e7ccea7","name":"Fails to push message bigger that 1MB","time":{"start":1728086226507,"stop":1728086226507,"duration":0},"status":"passed","severity":"normal"},{"uid":"efae672ff205c12c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0bbcc9f9c5d309c","name":"Register correct protocols","time":{"start":1728086207861,"stop":1728086207861,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21372ada50b4ef","name":"Check message with no payload is not received","time":{"start":1728086032745,"stop":1728086032745,"duration":0},"status":"passed","severity":"normal"},{"uid":"a864bb35ef5f0a4a","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728086207862,"stop":1728086207863,"duration":1},"status":"passed","severity":"normal"},{"uid":"8edd648c8605691e","name":"start node with empty content topic","time":{"start":1728086235230,"stop":1728086235231,"duration":1},"status":"passed","severity":"normal"},{"uid":"b29b4335f3dfbd7d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086063193,"stop":1728086063197,"duration":4},"status":"passed","severity":"normal"},{"uid":"6e3f446fa51ae355","name":"Push message with unicode special characters payload","time":{"start":1728086226463,"stop":1728086226464,"duration":1},"status":"passed","severity":"normal"},{"uid":"253ebf6e74808ea0","name":"Decoder throws on undefined content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"93bad5c4fd287230","name":"Check received message containing XML","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"status":"passed","severity":"normal"},{"uid":"a357d9e1527b5c01","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086260314,"stop":1728086260315,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1748ed86b2576c6","name":"Filter with 3 connections","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"status":"passed","severity":"normal"},{"uid":"92eb5b7b95e97795","name":"Waku message hash computation (payload length 0)","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"status":"passed","severity":"normal"},{"uid":"f10636983dffe75f","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728085966222,"stop":1728085966223,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e272dbab55b72ad","name":"Subscribe to topic containing long and receive message","time":{"start":1728086063182,"stop":1728086063185,"duration":3},"status":"passed","severity":"normal"},{"uid":"dd92edd140f642a6","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"status":"passed","severity":"normal"},{"uid":"fda0f4184982d5ea","name":"isConnected return false after peer stops","time":{"start":1728085948115,"stop":1728085948116,"duration":1},"status":"passed","severity":"normal"},{"uid":"472c54f1c0c1e288","name":"Check message with invalid timestamp is not received","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffad1ab8a4a7b85a","name":"Encoder throws on empty string content topic","time":{"start":1728085897855,"stop":1728085897856,"duration":1},"status":"passed","severity":"normal"},{"uid":"c069c5057db23a1c","name":"should not throw an error for a single configured topic","time":{"start":1728085864174,"stop":1728085864175,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07fd89bd38b40e0","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728085948116,"stop":1728085948116,"duration":0},"status":"passed","severity":"normal"},{"uid":"82f02be981ccb98f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"885466a39ddc34e0","name":"should get / set TCP multiaddr","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"status":"passed","severity":"normal"},{"uid":"e609a82743e2286e","name":"Push message with long payload","time":{"start":1728086226456,"stop":1728086226456,"duration":0},"status":"passed","severity":"normal"},{"uid":"262d8467400c52ed","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9405b2167a121fd","name":"Push message with content topic containing numeric","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"status":"passed","severity":"normal"},{"uid":"486c3bfbc497b047","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eb75dbdaa14de61","name":"Passing page size 110 when there are 120 messages","time":{"start":1728086280306,"stop":1728086280307,"duration":1},"status":"passed","severity":"normal"},{"uid":"154688aebbee31c1","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"status":"passed","severity":"normal"},{"uid":"14963d050df4daa2","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728085866681,"stop":1728085866681,"duration":0},"status":"passed","severity":"normal"},{"uid":"b176415e5be38036","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728086033907,"stop":1728086033908,"duration":1},"status":"passed","severity":"normal"},{"uid":"7657bd312ce01775","name":"Generator, custom pubsub topic","time":{"start":1728086279981,"stop":1728086279982,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e24fd848bdece28","name":"Mutual subscription","time":{"start":1728086207855,"stop":1728086207855,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6d7daa009602a4","name":"listenerCount","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c4515108fd82e4b","name":"throws on content topic with empty version field","time":{"start":1728085864145,"stop":1728085864146,"duration":1},"status":"passed","severity":"normal"},{"uid":"b212105f62c1486b","name":"Check received message containing special chars","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5e356efb15fd84","name":"LightPush with 0 connections","time":{"start":1728086059797,"stop":1728086059798,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c17fe42e4681b1f","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0b91b77f31ee92","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728085872164,"stop":1728085872164,"duration":0},"status":"passed","severity":"normal"},{"uid":"cff3f067dfccf75","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"103684520f1d48f5","name":"Passing page size 3 when there are 20 messages","time":{"start":1728086280293,"stop":1728086280293,"duration":0},"status":"passed","severity":"normal"},{"uid":"16196731704e2e23","name":"same cluster, different shard: nodes connect","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"status":"passed","severity":"normal"},{"uid":"207b38473a88824e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033921,"stop":1728086033922,"duration":1},"status":"passed","severity":"normal"},{"uid":"69fedc37c28b363","name":"Meta field set when metaSetter is specified","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f18e1f462f934aa","name":"Push message with content topic containing Arabic","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fcf4f9b32a9bf8a","name":"Check message with no payload is not received","time":{"start":1728086171716,"stop":1728086171718,"duration":2},"status":"passed","severity":"normal"},{"uid":"79594cc75f3116f","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dccd48e0ca34ae3","name":"Subscribe to topic containing long and receive message","time":{"start":1728086260309,"stop":1728086260309,"duration":0},"status":"passed","severity":"normal"},{"uid":"354efca99c57dee7","name":"Push message with JSON payload","time":{"start":1728086192511,"stop":1728086192511,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8c71518de8939d9","name":"returns only open connection if one present","time":{"start":1728085879407,"stop":1728085879407,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6d6c99ed4cce378","name":"can start and stop the service","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca7d101d5226a95f","name":"isConnected should return false after all peers disconnect","time":{"start":1728085948115,"stop":1728085948115,"duration":0},"status":"passed","severity":"normal"},{"uid":"d015669b7ef140cd","name":"Check publish message containing escaped characters","time":{"start":1728086203099,"stop":1728086203113,"duration":14},"status":"passed","severity":"normal"},{"uid":"ab13e8fdc7aaace8","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728086207920,"stop":1728086207920,"duration":0},"status":"passed","severity":"normal"},{"uid":"2608b658def6acce","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728085864171,"stop":1728085864172,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ab2263790e62b2","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"status":"passed","severity":"normal"},{"uid":"9130a32d149c46dc","name":"Check received message containing JSON","time":{"start":1728086171693,"stop":1728086171694,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1e92c02b6e9b0b3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086063188,"stop":1728086063192,"duration":4},"status":"passed","severity":"normal"},{"uid":"ebe352d8d4e81610","name":"Ephemeral messages are not stored","time":{"start":1728085924026,"stop":1728085924036,"duration":10},"status":"passed","severity":"normal"},{"uid":"17c643a435493b87","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"status":"passed","severity":"normal"},{"uid":"d342a144a5dfeca2","name":"Check received message containing Basic HTML tag","time":{"start":1728086032738,"stop":1728086032739,"duration":1},"status":"passed","severity":"normal"},{"uid":"57f4e8af1b7a33a7","name":"Push message with Basic HTML tag payload","time":{"start":1728086192510,"stop":1728086192511,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7cba3074c611f80","name":"random static sharding 5 - Cluster ID: 245, Shard ID: 764","time":{"start":1728086260656,"stop":1728086260656,"duration":0},"status":"passed","severity":"normal"},{"uid":"287c95f24b558b7c","name":"Push message with content topic containing shell command","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfb9f888e3804e4","name":"connects to nwaku","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bbcf9f4b9f1cdff","name":"Ping on unsubscribed peer","time":{"start":1728085963116,"stop":1728085963117,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea088b19f0fc25eb","name":"Accepts a valid Waku Message","time":{"start":1728085902767,"stop":1728085902768,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e013230dd14ea81","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca00cf34e4419a19","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086260299,"stop":1728086260299,"duration":0},"status":"passed","severity":"normal"},{"uid":"b354149651c4f9c2","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728086150805,"stop":1728086150810,"duration":5},"status":"passed","severity":"normal"},{"uid":"ea4fe0e7f63670fa","name":"random static sharding 7 - Cluster ID: 954, Shard ID: 856","time":{"start":1728086260660,"stop":1728086260660,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d53f03ea314d502","name":"Check publish message containing Chinese","time":{"start":1728086203091,"stop":1728086203091,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c41ad45855a1950","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b5d6f7f5869816","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728086056628,"stop":1728086056628,"duration":0},"status":"passed","severity":"normal"},{"uid":"36dc93f63b4e712","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086260313,"stop":1728086260313,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4776a1ee081eb3c","name":"should only return 1 node with store capability","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed74e1159fb29ff9","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e1ac099767b02d","name":"Non TWN Cluster","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"status":"passed","severity":"normal"},{"uid":"29930c1ba99629b0","name":"Promise Callback - false","time":{"start":1728086272021,"stop":1728086272022,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b0d57b92cbe0600","name":"LightPush with 1 connections","time":{"start":1728086059801,"stop":1728086059805,"duration":4},"status":"passed","severity":"normal"},{"uid":"9a8dae1ee6289617","name":"removeEventListener with wrong event","time":{"start":1728085957572,"stop":1728085957573,"duration":1},"status":"passed","severity":"normal"},{"uid":"86c7864ebdb0f3e8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d79f0b3ad369d90","name":"Push message with content topic containing Chinese","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"status":"passed","severity":"normal"},{"uid":"92de50e81645a186","name":"Publish message with custom timestamp: Sat Oct 05 2024 00:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203126,"stop":1728086203127,"duration":1},"status":"passed","severity":"normal"},{"uid":"2284530570e1e14","name":"Push message with content topic containing short","time":{"start":1728086192519,"stop":1728086192520,"duration":1},"status":"passed","severity":"normal"},{"uid":"36002c9104f18b4a","name":"Overlapping topic subscription","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"status":"passed","severity":"normal"},{"uid":"e17662702242027a","name":"should set field with all protocols enabled","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dd69d0f9c5172ef","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728086207863,"stop":1728086207863,"duration":0},"status":"passed","severity":"normal"},{"uid":"340f49fab015dd3e","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728085887436,"stop":1728085887437,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b985a3a8dce5760","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728085864172,"stop":1728085864173,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a845a0cc2645cd","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728086207922,"stop":1728086207923,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d910e02d190a8c","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728086254815,"stop":1728086254815,"duration":0},"status":"passed","severity":"normal"},{"uid":"703ad0b769c340","name":"Push message with special chars payload","time":{"start":1728086192503,"stop":1728086192503,"duration":0},"status":"passed","severity":"normal"},{"uid":"606e3c09534a6579","name":"should decode valid enr successfully","time":{"start":1728085872738,"stop":1728085872739,"duration":1},"status":"passed","severity":"normal"},{"uid":"44b6f801c097fd6a","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1579e61f8efb8a7","name":"All","time":{"start":1728085923997,"stop":1728085923997,"duration":0},"status":"passed","severity":"normal"},{"uid":"2831a71f35afd678","name":"Check received message containing Script","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc12a7b92575269c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728086207911,"stop":1728086207911,"duration":0},"status":"passed","severity":"normal"},{"uid":"86632f454299898","name":"should get / set UDP multiaddr","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"status":"passed","severity":"normal"},{"uid":"e074c1feecd65b11","name":"throws on content topic with empty topic name field","time":{"start":1728085864146,"stop":1728085864147,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4a97c95e76399a9","name":"Check received message containing XML","time":{"start":1728086171705,"stop":1728086171705,"duration":0},"status":"passed","severity":"normal"},{"uid":"4609b7d8659daf72","name":"Check received message containing SQL Injection","time":{"start":1728086171691,"stop":1728086171692,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ad7996b28ea2fec","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8157e6e8c760a12","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086260297,"stop":1728086260299,"duration":2},"status":"passed","severity":"normal"},{"uid":"dcf464ab2e2f2982","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"status":"passed","severity":"normal"},{"uid":"431918c30c19807e","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728085879947,"stop":1728085879948,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0cb1a643011ae68","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728086150786,"stop":1728086150787,"duration":1},"status":"passed","severity":"normal"},{"uid":"13e4f77d24fe5300","name":"Fails to publish message with wrong content topic","time":{"start":1728086203129,"stop":1728086203129,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b871ac45a79d205","name":"Push message with Arabic payload","time":{"start":1728086192508,"stop":1728086192508,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ae0f962cdabf7a7","name":"Push message with content topic containing Russian","time":{"start":1728086192522,"stop":1728086192523,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd69c524d02f07af","name":"Renews peer on consistent missed messages","time":{"start":1728085985736,"stop":1728085985737,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba3aba84c3e2cd71","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086063200,"stop":1728086063200,"duration":0},"status":"passed","severity":"normal"},{"uid":"31ae4b24c0182e5e","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728086289030,"stop":1728086289030,"duration":0},"status":"passed","severity":"normal"},{"uid":"da4a17aadacba647","name":"Check received message containing emoji","time":{"start":1728086171708,"stop":1728086171708,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea18a5e00afbf242","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728085864166,"stop":1728085864167,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea0cfa5d0f327b17","name":"Subscribe and receive messages via lightPush","time":{"start":1728086260288,"stop":1728086260289,"duration":1},"status":"passed","severity":"normal"},{"uid":"786e4b6b88f54a10","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966215,"stop":1728085966217,"duration":2},"status":"passed","severity":"normal"},{"uid":"a37c7ec797a080a4","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728086033927,"stop":1728086033928,"duration":1},"status":"passed","severity":"normal"},{"uid":"5505a0b00b47eeb","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728086150804,"stop":1728086150804,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b4c9f3ff1038b0b","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff5fbfb0c5087d8","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5bb78a2abf3ff5c","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728086289027,"stop":1728086289027,"duration":0},"status":"passed","severity":"normal"},{"uid":"fef1c0e0a7487bbb","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085963118,"stop":1728085963118,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b3e467e9076474","name":"random static sharding 10 - Cluster ID: 518, Shard ID: 699","time":{"start":1728086260662,"stop":1728086260663,"duration":1},"status":"passed","severity":"normal"},{"uid":"63fcdec0eccbfe19","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3815947983c8973","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31192a47751b144","name":"Fields are not dropped","time":{"start":1728085879411,"stop":1728085879412,"duration":1},"status":"passed","severity":"normal"},{"uid":"34d0e8e9a3cff7b","name":"can start the service","time":{"start":1728086246327,"stop":1728086246328,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0d793afa9cd7144","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279990,"stop":1728086279992,"duration":2},"status":"passed","severity":"normal"},{"uid":"b9c7cd52ebaf5c30","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"6492489c7d81324e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9f4377a7bfa279","name":"Push 30 different messages","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4c4420e98307408","name":"Check message on other pubsub topic is not received","time":{"start":1728086171697,"stop":1728086171698,"duration":1},"status":"passed","severity":"normal"},{"uid":"7455c829c4445c54","name":"Publish message with rate limit","time":{"start":1728086203150,"stop":1728086203150,"duration":0},"status":"passed","severity":"normal"},{"uid":"93320371a2a357e1","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728086063205,"stop":1728086063206,"duration":1},"status":"passed","severity":"normal"},{"uid":"e31876f9c140ee4f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728086056632,"stop":1728086056632,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe1aa5a6609ee76","name":"should encode/decode to RLP encoding","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c54a7f651671e3","name":"Check received message containing long","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"status":"passed","severity":"normal"},{"uid":"d596f517df101879","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb6009188327ba22","name":"Relay","time":{"start":1728085923995,"stop":1728085923996,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f1c9212fb9f6003","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1c897bc7f68fbd","name":"should not receive a peer event before start","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"status":"passed","severity":"normal"},{"uid":"7046220e2a95589b","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728086033920,"stop":1728086033920,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ccb3c58dc7426d2","name":"removeEventListener with correct event","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"status":"passed","severity":"normal"},{"uid":"80702908c83bc0d3","name":"Renews peer on consistent ping failures","time":{"start":1728085985731,"stop":1728085985732,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab99c00275b6fd32","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728085872165,"stop":1728085872165,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4f99da98a89d697","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fac6f59d12f84cd","name":"should set field with only RELAY enabled","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b72672e59dc87f8","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728086207909,"stop":1728086207909,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8477b3aad894ed8","name":"Check received message containing escaped characters","time":{"start":1728086171707,"stop":1728086171707,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd05e64b7c2f7a61","name":"Push message with Russian payload","time":{"start":1728086192508,"stop":1728086192509,"duration":1},"status":"passed","severity":"normal"},{"uid":"90a6f8a109ee5b22","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728086287865,"stop":1728086287866,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b0f0e8332a71773","name":"should return false","time":{"start":1728085872741,"stop":1728085872742,"duration":1},"status":"passed","severity":"normal"},{"uid":"238a132a73df6145","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728086207898,"stop":1728086207908,"duration":10},"status":"passed","severity":"normal"},{"uid":"c2b96aeec012cb74","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728086033897,"stop":1728086033898,"duration":1},"status":"passed","severity":"normal"},{"uid":"be828181715bcaa","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728085866678,"stop":1728085866679,"duration":1},"status":"passed","severity":"normal"},{"uid":"4691c0f95f1dd063","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728085887434,"stop":1728085887434,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba123cd02aa3167f","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728085864154,"stop":1728085864154,"duration":0},"status":"passed","severity":"normal"},{"uid":"361a4f32b42ea548","name":"Query generator for multiple messages with different content topic format","time":{"start":1728086287863,"stop":1728086287863,"duration":0},"status":"passed","severity":"normal"},{"uid":"615e56f810d02898","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086063186,"stop":1728086063186,"duration":0},"status":"passed","severity":"normal"},{"uid":"d37e5b7f13c011a1","name":"Asymmetric encrypt & decrypt","time":{"start":1728085898290,"stop":1728085898290,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0c356df062a7585","name":"Push message with content topic containing Arabic","time":{"start":1728086226468,"stop":1728086226469,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d01bf3b2e18b63c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"status":"passed","severity":"normal"},{"uid":"b37028af220f6238","name":"Relay - dialed after","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9d3660bf87d201a","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab6674d8cb12d0eb","name":"Push message with Arabic payload","time":{"start":1728086226459,"stop":1728086226459,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb5d295c5c2d547","name":"Query generator for 2000 messages","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"status":"passed","severity":"normal"},{"uid":"99b52040c1e3718b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728085864155,"stop":1728085864156,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3bf7c59e1fc6de","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728086150784,"stop":1728086150786,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd01bf17cfcaa45b","name":"Store - dialed first","time":{"start":1728086336922,"stop":1728086336922,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed9cd5542c19d29","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1728086033874,"stop":1728086033875,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb54c3c47c58c2c","name":"should not receive a peer event after stop","time":{"start":1728085929885,"stop":1728085929885,"duration":0},"status":"passed","severity":"normal"},{"uid":"2160dd973b09a0b1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728086033899,"stop":1728086033899,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce583840456b473","name":"should properly create location multiaddrs - tcp4","time":{"start":1728085872748,"stop":1728085872749,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdf3e1ce72f6ad30","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728086033928,"stop":1728086033928,"duration":0},"status":"passed","severity":"normal"},{"uid":"14e625fc95ad2ca0","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033881,"stop":1728086033881,"duration":0},"status":"passed","severity":"normal"},{"uid":"19d349984aacf1e7","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728086150804,"stop":1728086150805,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3e56e9bf806ea4b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086260329,"stop":1728086260329,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b30b9605767950b","name":"Query with Promise Callback, No Decoder","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8793bf1f5e0f43a","name":"Check message on other pubsub topic is not received","time":{"start":1728086171713,"stop":1728086171713,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae7ed89da5ae29d","name":"Push message with SQL Injection payload","time":{"start":1728086192509,"stop":1728086192509,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2c6daed569aba47","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728086033927,"stop":1728086033927,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfca8d95a814a5d2","name":"should push to needed amount of connections","time":{"start":1728086085065,"stop":1728086085066,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e41f9ed2b83302e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"526b87319ec2f458","name":"Check received message containing escaped characters","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"status":"passed","severity":"normal"},{"uid":"71473af09c17c547","name":"should properly create location multiaddrs - udp6","time":{"start":1728085872749,"stop":1728085872749,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ae1be69fda80ac0","name":"Check publish message containing short","time":{"start":1728086203088,"stop":1728086203089,"duration":1},"status":"passed","severity":"normal"},{"uid":"988baf591d5da5f2","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728085872170,"stop":1728085872170,"duration":0},"status":"passed","severity":"normal"},{"uid":"c737e9c713096a41","name":"Check received message containing Chinese","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"status":"passed","severity":"normal"},{"uid":"501e0fceb6990bf5","name":"Filter with 2 connections","time":{"start":1728086059811,"stop":1728086059812,"duration":1},"status":"passed","severity":"normal"},{"uid":"f68c86b53369109e","name":"1 Relay, 1 fetch","time":{"start":1728085887349,"stop":1728085887350,"duration":1},"status":"passed","severity":"normal"},{"uid":"189a861b38986b34","name":"Push message with escaped characters payload","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"status":"passed","severity":"normal"},{"uid":"be80c4ba438cf387","name":"Encoder throws on undefined content topic","time":{"start":1728085897855,"stop":1728085897855,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ba11d631a11c9a8","name":"should properly create location multiaddrs - udp4","time":{"start":1728085872743,"stop":1728085872748,"duration":5},"status":"passed","severity":"normal"},{"uid":"da88ad5d42c07996","name":"Push message with content topic containing shell command","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55b577c4b828e62","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"status":"passed","severity":"normal"},{"uid":"7008825ec54d26c0","name":"Relay - times out","time":{"start":1728086336921,"stop":1728086336922,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0a69efea933154d","name":"non connected peers","time":{"start":1728086171969,"stop":1728086171969,"duration":0},"status":"skipped","severity":"normal"},{"uid":"69acd75ce3467452","name":"should set field with all protocols disabled","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1f624eba61b901","name":"Check publish message containing numeric","time":{"start":1728086203089,"stop":1728086203090,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3768744a1e053e9","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"status":"passed","severity":"normal"},{"uid":"9750d4d9f25a2bd4","name":"Query generator for multiple messages","time":{"start":1728086287861,"stop":1728086287862,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae38b3d1c00ecbb","name":"Check received message containing numeric","time":{"start":1728086171701,"stop":1728086171701,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d9996bc471f472","name":"Check received message with timestamp: 1728085917349000000 ","time":{"start":1728086171708,"stop":1728086171709,"duration":1},"status":"passed","severity":"normal"},{"uid":"daf0813a1ee6b640","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728086196562,"stop":1728086196562,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c7c0e2e2f5f2801","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728086258652,"stop":1728086258653,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1f21a1b230df9bf","name":"Publishes to nwaku","time":{"start":1728086188761,"stop":1728086188762,"duration":1},"status":"passed","severity":"normal"},{"uid":"27d39096f5e09c37","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728085992917,"stop":1728085992919,"duration":2},"status":"passed","severity":"normal"},{"uid":"57508621d83b1956","name":"connected peers and dial","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d969f26474164caa","name":"Push message with Chinese payload","time":{"start":1728086192503,"stop":1728086192508,"duration":5},"status":"passed","severity":"normal"},{"uid":"b1cc62ab41b6ef43","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086063171,"stop":1728086063172,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f687258772d17a1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966213,"stop":1728085966213,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1fcf7e3db8213a","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app33/5/topic435/utf8","time":{"start":1728086235220,"stop":1728086235221,"duration":1},"status":"passed","severity":"normal"},{"uid":"e441a2e2596506c3","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app78/10/topic382/test.js","time":{"start":1728086235213,"stop":1728086235218,"duration":5},"status":"passed","severity":"normal"},{"uid":"a43bd7073972a5f7","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728085925284,"stop":1728085925285,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ead64c174824532","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f12f7c892f0d14","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728086056627,"stop":1728086056627,"duration":0},"status":"passed","severity":"normal"},{"uid":"f76f1b05f3d3fdf5","name":"should throw error - no public key","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"status":"passed","severity":"normal"},{"uid":"25b96c011acb6fa1","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728086033910,"stop":1728086033910,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1043ea7ec8d2b64","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728085872167,"stop":1728085872167,"duration":0},"status":"passed","severity":"normal"},{"uid":"caef9ce8e502f642","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728086207873,"stop":1728086207873,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c10d0b7b4dbfcf5","name":"Fails to push message with large meta","time":{"start":1728086226480,"stop":1728086226482,"duration":2},"status":"passed","severity":"normal"},{"uid":"49bb2294c2cfdadb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033908,"stop":1728086033910,"duration":2},"status":"passed","severity":"normal"},{"uid":"77f96773f4f66402","name":"dispatchEvent via connectionManager","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"status":"passed","severity":"normal"},{"uid":"d62a8c3c9fcdc41d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"status":"passed","severity":"normal"},{"uid":"2423743dbf0dd311","name":"Check message with invalid timestamp is not received","time":{"start":1728086171712,"stop":1728086171713,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f54e7293c15799c","name":"should return unique PubsubTopics for static sharding","time":{"start":1728085864163,"stop":1728085864164,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa563e314c3abb93","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"status":"passed","severity":"normal"},{"uid":"354e1126a67c9793","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728085864175,"stop":1728085864175,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5fbd112681c599","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"status":"passed","severity":"normal"},{"uid":"98170804de26a7fa","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086063175,"stop":1728086063176,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b64971a9fdcfe43","name":"Relay - dialed first","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"status":"passed","severity":"normal"},{"uid":"90fa4560e7fa321","name":"Light Node - default protocols","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7f4c791b7e11fa","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966215,"stop":1728085966215,"duration":0},"status":"passed","severity":"normal"},{"uid":"f55d6cb128bb5d88","name":"LightPush","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"status":"passed","severity":"normal"},{"uid":"812c926da28a2c48","name":"Push message with Chinese payload","time":{"start":1728086226458,"stop":1728086226459,"duration":1},"status":"passed","severity":"normal"},{"uid":"f822914c8eb1634e","name":"Tracks peer failures correctly","time":{"start":1728085985733,"stop":1728085985733,"duration":0},"status":"passed","severity":"normal"},{"uid":"7da1725f45b5be2f","name":"caches peers it previously fetched","time":{"start":1728085887949,"stop":1728085887949,"duration":0},"status":"passed","severity":"normal"},{"uid":"48605dc8ea478a09","name":"Renews subscription after lossing a connection","time":{"start":1728086260331,"stop":1728086260331,"duration":0},"status":"passed","severity":"normal"},{"uid":"de13fb796a2f1c59","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9f36340d16e36c","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728086207920,"stop":1728086207921,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ff8bed0dd0b38c2","name":"should properly create location multiaddrs - udp","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"status":"passed","severity":"normal"},{"uid":"94a82fa687b87d1c","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca993c500aeedf3","name":"Push message with special chars payload","time":{"start":1728086226457,"stop":1728086226458,"duration":1},"status":"passed","severity":"normal"},{"uid":"829f2f764f387eed","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728086258662,"stop":1728086258663,"duration":1},"status":"passed","severity":"normal"},{"uid":"c80fcfd70df066cf","name":"Subscribe to topic containing short and receive message","time":{"start":1728086063181,"stop":1728086063182,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4f7f3884ff2edb4","name":"Refresh subscription","time":{"start":1728086063177,"stop":1728086063181,"duration":4},"status":"passed","severity":"normal"},{"uid":"26aa40c9a367445","name":"Generator, custom pubsub topic","time":{"start":1728086279985,"stop":1728086279985,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee340042492613b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"status":"passed","severity":"normal"},{"uid":"e10800a0d14d2467","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a451c6d0f31aef","name":"Ping on subscribed peer","time":{"start":1728085959887,"stop":1728085959888,"duration":1},"status":"passed","severity":"normal"},{"uid":"c84a2a88de95e4fd","name":"should throw an error for missing required configuration","time":{"start":1728085864165,"stop":1728085864166,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"a024ecbb0d130896","name":"Correctly serialized arguments","time":{"start":1728381618822,"stop":1728381618822,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e8e43340dc29b8","name":"should add and remove event listeners correctly","time":{"start":1728381383547,"stop":1728381383548,"duration":1},"status":"passed","severity":"normal"},{"uid":"c083dd4b8e6b9db2","name":"Check received message containing special chars","time":{"start":1728381526509,"stop":1728381526509,"duration":0},"status":"passed","severity":"normal"},{"uid":"3946a35c458fe769","name":"should not fail to stop the service if it was not started","time":{"start":1728381423072,"stop":1728381423073,"duration":1},"status":"passed","severity":"normal"},{"uid":"88c3d6d2df707db9","name":"Push message with content topic containing shell command","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"status":"passed","severity":"normal"},{"uid":"8670df30ab92cbdc","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bdcc458da832dea","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728381711665,"stop":1728381711665,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a96d958103a5c29","name":"should not fail to stop the service if it was not started","time":{"start":1728381716492,"stop":1728381716495,"duration":3},"status":"passed","severity":"normal"},{"uid":"a6a6ee0f6f2089b0","name":"Push message with escaped characters payload","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"status":"passed","severity":"normal"},{"uid":"230f66f94d9082e8","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"status":"passed","severity":"normal"},{"uid":"26449863fa912b7d","name":"it tolerates circular branch references","time":{"start":1728381379401,"stop":1728381379402,"duration":1},"status":"passed","severity":"normal"},{"uid":"22e8bab575fd2a60","name":"different cluster, different shard: nodes don't connect","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca546794aac5779","name":"Js publishes, other Js receives","time":{"start":1728381676009,"stop":1728381676011,"duration":2},"status":"passed","severity":"normal"},{"uid":"554230bf562b37c8","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381749047,"stop":1728381749048,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3fd4fa852805c53","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521291,"stop":1728381521292,"duration":1},"status":"passed","severity":"normal"},{"uid":"5610250644cfe58a","name":"should return valid sharding parameters for static sharding","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"status":"passed","severity":"normal"},{"uid":"47a67fa1e1e8cf13","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5311314a7dab03f","name":"Push message with content topic containing Russian","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbce63ef45e7f8ba","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728381363560,"stop":1728381363561,"duration":1},"status":"passed","severity":"normal"},{"uid":"677f37cc99bf438b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"status":"passed","severity":"normal"},{"uid":"a799877e00647be2","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728381371412,"stop":1728381371413,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc1d500f5322b024","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728381409093,"stop":1728381409094,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e8d12d971181008","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ba8513bc7e75323","name":"Meta field set when metaSetter is specified","time":{"start":1728381371850,"stop":1728381371850,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba553986507f801","name":"Query with Promise Callback, No Decoder","time":{"start":1728381743132,"stop":1728381743132,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa4e34156688780","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"status":"passed","severity":"normal"},{"uid":"778d899c8309d076","name":"should properly create peer info with all multiaddrs","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cef2f21200ad10f","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e1a2788033c3262","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461623,"stop":1728381461624,"duration":1},"status":"passed","severity":"normal"},{"uid":"d793e030ce0b034b","name":"Query generator for 2000 messages","time":{"start":1728381762413,"stop":1728381762413,"duration":0},"status":"passed","severity":"normal"},{"uid":"39ef4513571b7744","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf0649a461407199","name":"Check meta is set [symmetric]","time":{"start":1728381389460,"stop":1728381389461,"duration":1},"status":"passed","severity":"normal"},{"uid":"88f872a65a2cb2d0","name":"Push message with custom timestamp: 1728377946003","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"status":"passed","severity":"normal"},{"uid":"c260a3d1c6e32441","name":"Check received message containing short","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"status":"passed","severity":"normal"},{"uid":"84eb65a5284f1455","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728381634306,"stop":1728381634307,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea8f65d6e2e46470","name":"Check received message containing long","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"status":"passed","severity":"normal"},{"uid":"1748162bae4172bf","name":"Check publish message containing unicode special characters","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"status":"passed","severity":"normal"},{"uid":"b428acf950dc28a5","name":"Query Generator - false","time":{"start":1728381756568,"stop":1728381756571,"duration":3},"status":"passed","severity":"normal"},{"uid":"56f6c62e7cd90151","name":"Check message on other pubsub topic is not received","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"status":"passed","severity":"normal"},{"uid":"65f63c9648f88311","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"88b58e743de3b5d1","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728381759210,"stop":1728381759211,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e072fd89b3db604","name":"Decoder throws on empty string content topic","time":{"start":1728381391228,"stop":1728381391228,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f65dcfbe8e81830","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728381379241,"stop":1728381379242,"duration":1},"status":"passed","severity":"normal"},{"uid":"373273b89ef71250","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728381696866,"stop":1728381696868,"duration":2},"status":"passed","severity":"normal"},{"uid":"1aa16ce48daad5bd","name":"ignores unrecognized TXT record formats","time":{"start":1728381379402,"stop":1728381379403,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a09a7bf126b9289","name":"Passing page size 11 when there are 10 messages","time":{"start":1728381766199,"stop":1728381766199,"duration":0},"status":"passed","severity":"normal"},{"uid":"33376d0253b7bb5e","name":"throws on content topic with empty version field","time":{"start":1728381355955,"stop":1728381355956,"duration":1},"status":"passed","severity":"normal"},{"uid":"86ecb9347ba6f36d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381485019,"stop":1728381485020,"duration":1},"status":"passed","severity":"normal"},{"uid":"f95b201403f17db3","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381749058,"stop":1728381749059,"duration":1},"status":"passed","severity":"normal"},{"uid":"a68907ce031619b6","name":"Check message received after nwaku node is restarted","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7c431bc0c59018a3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381749043,"stop":1728381749044,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c9b5f561e5b8344","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381749072,"stop":1728381749073,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c708a93de8b3b24","name":"should throw error - no id","time":{"start":1728381364419,"stop":1728381364420,"duration":1},"status":"passed","severity":"normal"},{"uid":"e623ec3849e55619","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381454667,"stop":1728381454668,"duration":1},"status":"passed","severity":"normal"},{"uid":"acd37a1989a01fda","name":"Push message with content topic containing XML","time":{"start":1728381711664,"stop":1728381711665,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3febc0bd0c501e5","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728381416760,"stop":1728381416761,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb50fb8e5251b963","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1d777caeedccc9","name":"same cluster, different shard: nodes don't connect","time":{"start":1728381521285,"stop":1728381521285,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b2f528d6f32f501","name":"throws on content topic with empty encoding field","time":{"start":1728381355956,"stop":1728381355957,"duration":1},"status":"passed","severity":"normal"},{"uid":"41e4e7f120c8bd4e","name":"Decoder throws on undefined content topic","time":{"start":1728381391227,"stop":1728381391228,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbdf671d401b4d86","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728381745565,"stop":1728381745565,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ff95986eff002c","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728381363566,"stop":1728381363567,"duration":1},"status":"passed","severity":"normal"},{"uid":"b571aad02751b712","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"318e91b7e3687238","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381749060,"stop":1728381749061,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5ecbf7b6cb98d10","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728381759211,"stop":1728381759212,"duration":1},"status":"passed","severity":"normal"},{"uid":"26837c5eaf9b6829","name":"Fails to publish duplicate message","time":{"start":1728381689161,"stop":1728381689162,"duration":1},"status":"passed","severity":"normal"},{"uid":"f34c102b867f511f","name":"Check publish message containing escaped characters","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ca9cd0f3f80f996","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728381715120,"stop":1728381715121,"duration":1},"status":"passed","severity":"normal"},{"uid":"24de4e88b556087b","name":"throws on content topic with too few or too many fields","time":{"start":1728381355953,"stop":1728381355954,"duration":1},"status":"passed","severity":"normal"},{"uid":"6560c75e6e811f9a","name":"Filter with 0 connections","time":{"start":1728381554776,"stop":1728381554776,"duration":0},"status":"passed","severity":"normal"},{"uid":"38e14018b7e874d0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"40e8f2cc0a25ac2","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728381461624,"stop":1728381461632,"duration":8},"status":"passed","severity":"normal"},{"uid":"f3910f8749f19446","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"status":"passed","severity":"normal"},{"uid":"c07ce7651b245e28","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3530cbccc9a6a0c","name":"Decoder throws on empty string content topic","time":{"start":1728381371851,"stop":1728381371852,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8f687f4320c57c","name":"Query Generator - true","time":{"start":1728381756567,"stop":1728381756568,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c04a44357113b70","name":"Push message with custom timestamp: 1728377957642","time":{"start":1728381680469,"stop":1728381680470,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccc95eb44753ff59","name":"should return empty list for no shard","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"45d9d54737195910","name":"Push message with content topic containing unicode special characters","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"status":"passed","severity":"normal"},{"uid":"28e4e0d1c72b1e44","name":"Query with Promise Callback, No message returned","time":{"start":1728381743133,"stop":1728381743134,"duration":1},"status":"passed","severity":"normal"},{"uid":"49fd4bc1ac5cd724","name":"Refresh subscription","time":{"start":1728381749050,"stop":1728381749051,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3f94cc083bd61a5","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728381521289,"stop":1728381521289,"duration":0},"status":"passed","severity":"normal"},{"uid":"9548a236a140b47b","name":"Check message with no payload is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec61b764d1b4a5d1","name":"isConnected should return true after first peer connects","time":{"start":1728381439744,"stop":1728381439745,"duration":1},"status":"passed","severity":"normal"},{"uid":"4aceb880db9a702","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"status":"passed","severity":"normal"},{"uid":"b16401e722a5f308","name":"Encoder throws on empty string content topic","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"status":"passed","severity":"normal"},{"uid":"478bdb7f798e4fc3","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e26fd2ac14efa2","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728381461615,"stop":1728381461615,"duration":0},"status":"passed","severity":"normal"},{"uid":"5feb9ddc02e6f6aa","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"status":"passed","severity":"normal"},{"uid":"99c171976923881f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381749035,"stop":1728381749036,"duration":1},"status":"passed","severity":"normal"},{"uid":"db3659a52178e84c","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728381415529,"stop":1728381415529,"duration":0},"status":"passed","severity":"normal"},{"uid":"446ea2445de23d74","name":"Check received message containing Chinese","time":{"start":1728381526509,"stop":1728381526510,"duration":1},"status":"passed","severity":"normal"},{"uid":"295f567ecc64eaea","name":"Check publish message after client node is restarted","time":{"start":1728381689166,"stop":1728381689167,"duration":1},"status":"skipped","severity":"normal"},{"uid":"85c53b3f427fc26","name":"getPeersByDiscovery","time":{"start":1728381449299,"stop":1728381449299,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb2493c9b8e0ceb","name":"Query Generator, No Decoder","time":{"start":1728381743116,"stop":1728381743120,"duration":4},"status":"passed","severity":"normal"},{"uid":"2136b2de71bb20c3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b072001743b5ccc","name":"should decode valid enr with tcp successfully","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2fbb5fdaf2b8194","name":"Check received message containing long","time":{"start":1728381658365,"stop":1728381658366,"duration":1},"status":"passed","severity":"normal"},{"uid":"cebc1f0b8d753191","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a10c94dd5efdebb","name":"Push message with Russian payload","time":{"start":1728381680439,"stop":1728381680442,"duration":3},"status":"passed","severity":"normal"},{"uid":"e196ab77e326e63e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381749068,"stop":1728381749070,"duration":2},"status":"passed","severity":"normal"},{"uid":"ace18a06041c41af","name":"Renews peer on consistent ping failures","time":{"start":1728381475917,"stop":1728381475924,"duration":7},"status":"passed","severity":"normal"},{"uid":"ce03d8ddd9fc3a91","name":"can start the service","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d035face8bbe17","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461636,"stop":1728381461639,"duration":3},"status":"passed","severity":"normal"},{"uid":"1e56a9d831031654","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3def1bb78fe4c69","name":"should set field with all protocols disabled","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6336c503da6e4b5","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728381355972,"stop":1728381355973,"duration":1},"status":"passed","severity":"normal"},{"uid":"750c951951586f0b","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"status":"passed","severity":"normal"},{"uid":"34667f849001e1f8","name":"should load peers from local storage and dispatch events","time":{"start":1728381383546,"stop":1728381383547,"duration":1},"status":"passed","severity":"normal"},{"uid":"22e50d6fae2afbdb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615371,"stop":1728381615372,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8841efd3e905e09","name":"Push message with custom timestamp: 1728385157642","time":{"start":1728381680470,"stop":1728381680471,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ce5be982a40b54","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"status":"passed","severity":"normal"},{"uid":"693eca846d962004","name":"same cluster, different shard: nodes connect","time":{"start":1728381634309,"stop":1728381634310,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dca24f262c7229c","name":"Push message with Script payload","time":{"start":1728381680444,"stop":1728381680445,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb985f2d3c000ea0","name":"Fails to push message with large meta","time":{"start":1728381711681,"stop":1728381711681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b943f90031842f","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"a595a0c78384f4bc","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728381363569,"stop":1728381363570,"duration":1},"status":"passed","severity":"normal"},{"uid":"908c32e32a6163d0","name":"creates an iterator","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"status":"passed","severity":"normal"},{"uid":"aeaf00e60eb5236e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728381358360,"stop":1728381358361,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdd219797c011aea","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381749055,"stop":1728381749056,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8367794dc467e24","name":"Push message with content topic containing XML","time":{"start":1728381680459,"stop":1728381680463,"duration":4},"status":"passed","severity":"normal"},{"uid":"987471fb108b7d5e","name":"Ping succeeds for all connected peers","time":{"start":1728381475914,"stop":1728381475914,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e0292bccb2e376","name":"Check received message with timestamp: 1728381408830 ","time":{"start":1728381658372,"stop":1728381658373,"duration":1},"status":"passed","severity":"normal"},{"uid":"e008ee97db77ea9","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5871a0f41fa39a0","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728381355971,"stop":1728381355972,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7229a5174a39d41","name":"Push message with content topic containing escaped characters","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"status":"passed","severity":"normal"},{"uid":"2454edb9ca7e58ff","name":"Passing page size 1 when there are 4 messages","time":{"start":1728381766194,"stop":1728381766196,"duration":2},"status":"passed","severity":"normal"},{"uid":"7b57268f0a5bde93","name":"Fails to push message with large meta","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"status":"passed","severity":"normal"},{"uid":"310c25e0d70f8254","name":"should be able to decode the field with only STORE set to true","time":{"start":1728381363572,"stop":1728381363573,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdde42fa41b3a66c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763777,"stop":1728381763778,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c92f78c2694080e","name":"Nwaku publishes","time":{"start":1728381676008,"stop":1728381676009,"duration":1},"status":"passed","severity":"normal"},{"uid":"84c6b5e9e82f31e1","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728381737935,"stop":1728381737935,"duration":0},"status":"passed","severity":"normal"},{"uid":"64594cd575a93ca0","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381557215,"stop":1728381557219,"duration":4},"status":"passed","severity":"normal"},{"uid":"8f1cf9a1558c37be","name":"should throw an error for insufficient data","time":{"start":1728381355989,"stop":1728381355989,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e030db031ba4096","name":"Push message equal or less that 1MB","time":{"start":1728381680471,"stop":1728381680471,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e70c2056c6c91b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ac18acd62f7168b","name":"Check publish message containing short","time":{"start":1728381689142,"stop":1728381689143,"duration":1},"status":"passed","severity":"normal"},{"uid":"d858d4b100b40b07","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"status":"passed","severity":"normal"},{"uid":"74dc68cc89b81818","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728381613864,"stop":1728381613865,"duration":1},"status":"passed","severity":"normal"},{"uid":"840ca55c992417b0","name":"Query Generator, No message returned","time":{"start":1728381743120,"stop":1728381743123,"duration":3},"status":"passed","severity":"normal"},{"uid":"45bf7eb411d7d018","name":"should not throw an error for a single configured topic","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c5f5d911ef8cccd","name":"Push message with content topic containing JSON","time":{"start":1728381680465,"stop":1728381680465,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc4fd924a8339b8","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381557273,"stop":1728381557276,"duration":3},"status":"passed","severity":"normal"},{"uid":"e67839db159db155","name":"Asymmetric encrypt & decrypt","time":{"start":1728381390012,"stop":1728381390013,"duration":1},"status":"passed","severity":"normal"},{"uid":"3322cdc4231d68cb","name":"Subscribe and publish message","time":{"start":1728381696823,"stop":1728381696823,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6c93c8c82d03e1","name":"Passing page size 3 when there are 20 messages","time":{"start":1728381766196,"stop":1728381766196,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ce08f5c222ff57","name":"Check received message containing short","time":{"start":1728381526504,"stop":1728381526505,"duration":1},"status":"passed","severity":"normal"},{"uid":"84838d1897862b27","name":"Push message with content topic containing emoji","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd461f597dc66b07","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728381521318,"stop":1728381521319,"duration":1},"status":"passed","severity":"normal"},{"uid":"1daae6bbe01129d4","name":"should not fail to stop the service if it was not started","time":{"start":1728381383543,"stop":1728381383544,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf31ceeebb777e41","name":"LightPush","time":{"start":1728381800485,"stop":1728381800486,"duration":1},"status":"passed","severity":"normal"},{"uid":"666d0f0ef8d5816c","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728381745551,"stop":1728381745551,"duration":0},"status":"passed","severity":"normal"},{"uid":"3904d98ee3b50490","name":"Ping on unsubscribed peer","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"status":"passed","severity":"normal"},{"uid":"23684431c5ac875","name":"Ping on peer without subscriptions","time":{"start":1728381454665,"stop":1728381454665,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffdd96862e3a9f77","name":"Check message with no payload is not received","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df7eb8bd25deedb","name":"Check received message containing Basic HTML tag","time":{"start":1728381658381,"stop":1728381658381,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a55e5861f648b","name":"Push message with content topic containing SQL Injection","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bcbfba551c0a9c","name":"should decode valid enr successfully","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a48bd8876662b3b","name":"Encoder throws on undefined content topic","time":{"start":1728381389461,"stop":1728381389462,"duration":1},"status":"passed","severity":"normal"},{"uid":"acdf662be3290b02","name":"Subscribe to topic containing XML and publish message","time":{"start":1728381696842,"stop":1728381696843,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb5995e914f49a4","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"status":"passed","severity":"normal"},{"uid":"23840e0a84a6207f","name":"1 Relay, 1 fetch","time":{"start":1728381379297,"stop":1728381379297,"duration":0},"status":"passed","severity":"normal"},{"uid":"55aee9b2700e8624","name":"Check received message containing Script","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5cb4fad75cb592e","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728381379406,"stop":1728381379406,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b0beb95549386e1e","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd37cdb1a1cf903c","name":"Relay + Store","time":{"start":1728381415230,"stop":1728381415230,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd5c3789e7bd2c9a","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728381696825,"stop":1728381696825,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa85bd63cce6d5e8","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728381774344,"stop":1728381774345,"duration":1},"status":"passed","severity":"normal"},{"uid":"9096c6031bc64061","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381557232,"stop":1728381557233,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ee7437a6d52031","name":"Check received message containing unicode special characters","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"status":"passed","severity":"normal"},{"uid":"afb0dd4e3b35f24f","name":"Accepts a valid Waku Message","time":{"start":1728381394401,"stop":1728381394402,"duration":1},"status":"passed","severity":"normal"},{"uid":"d865ae41c3003692","name":"Filter with 3 connections","time":{"start":1728381554781,"stop":1728381554782,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a12bf70844eb2a9","name":"throws on empty content topic","time":{"start":1728381355953,"stop":1728381355953,"duration":0},"status":"passed","severity":"normal"},{"uid":"11c6399b08a6676b","name":"throws on content topic with empty application field","time":{"start":1728381355955,"stop":1728381355955,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1f307ac87b88ae8","name":"Push message with numeric payload","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5b52a166eab5ad","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728381521297,"stop":1728381521299,"duration":2},"status":"passed","severity":"normal"},{"uid":"feb05ccb5bc873cc","name":"Check message received after jswaku node is restarted","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fd3d9fcdacd6b552","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728381461616,"stop":1728381461617,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d330093a350e06f","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763772,"stop":1728381763773,"duration":1},"status":"passed","severity":"normal"},{"uid":"2de273b348075947","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728381737933,"stop":1728381737934,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa779d966cec8e54","name":"Decoder throws on empty string content topic","time":{"start":1728381389463,"stop":1728381389463,"duration":0},"status":"passed","severity":"normal"},{"uid":"846bc85328dd1cb2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"status":"passed","severity":"normal"},{"uid":"632d4648d8090d45","name":"Keep-alive pings maintain the connection","time":{"start":1728381475916,"stop":1728381475916,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac04b0703443c900","name":"Delete observer","time":{"start":1728381660636,"stop":1728381660637,"duration":1},"status":"passed","severity":"normal"},{"uid":"978a92a81e84d565","name":"returns all values when wanted number matches available values","time":{"start":1728381378680,"stop":1728381378682,"duration":2},"status":"passed","severity":"normal"},{"uid":"8038f2c967a6bbb9","name":"A test","time":{"start":1728381614000,"stop":1728381614000,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05756bcc1b0b84f","name":"udp ip6 address","time":{"start":1728381363825,"stop":1728381363826,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d7ebf222a75f6b7","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"status":"passed","severity":"normal"},{"uid":"40ccce5213c07c1","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6d9ab9d45b2cb70","name":"should not fail to start the service if it is already started","time":{"start":1728381423073,"stop":1728381423073,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5a731d94649ea8","name":"Refresh subscription","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"status":"passed","severity":"normal"},{"uid":"35a54517f8ec233d","name":"should handle a minimal index list","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ee0f8672625bd1a","name":"Fails to push message bigger that 1MB","time":{"start":1728381711684,"stop":1728381711685,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f972942f320d2f2","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea7e9d503d4653e5","name":"Push message with content topic containing Chinese","time":{"start":1728381680457,"stop":1728381680458,"duration":1},"status":"passed","severity":"normal"},{"uid":"65b00a130115d67a","name":"throws on content topic with non-number generation field","time":{"start":1728381355954,"stop":1728381355954,"duration":0},"status":"passed","severity":"normal"},{"uid":"46887271129f3f79","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"status":"passed","severity":"normal"},{"uid":"252404d761aeb771","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","time":{"start":1728381719623,"stop":1728381719624,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e03cae1e4314ab","name":"Push message on custom pubsubTopic","time":{"start":1728381615370,"stop":1728381615371,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9edf0d31c2d9945","name":"should properly create location multiaddrs - udp4","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"62d50df705f61573","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"bada174489ba74c9","name":"Check message on other pubsub topic is not received","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fb21fd611d28d8a","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728381696824,"stop":1728381696824,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60c3680f58752e2","name":"Check publish message containing emoji","time":{"start":1728381689154,"stop":1728381689154,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d588b25ca32eefc","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381749017,"stop":1728381749019,"duration":2},"status":"passed","severity":"normal"},{"uid":"66ffc22121352eaf","name":"should only return 1 node with relay capability","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9f37265b4108a93","name":"can start the service","time":{"start":1728381716488,"stop":1728381716490,"duration":2},"status":"passed","severity":"normal"},{"uid":"d3b632f965423136","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381749033,"stop":1728381749034,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc865e1786e2f9f8","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728381774344,"stop":1728381774344,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f243571621ba83","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b12a68c849e726","name":"Check received message with timestamp: 1728381408400000000 ","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"status":"passed","severity":"normal"},{"uid":"e893267bed2cfef9","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728381696858,"stop":1728381696862,"duration":4},"status":"passed","severity":"normal"},{"uid":"a12df7a056be3357","name":"Ordered callback, aborts when callback returns true","time":{"start":1728381762412,"stop":1728381762413,"duration":1},"status":"passed","severity":"normal"},{"uid":"111ad6566c31641d","name":"isConnected return false after peer stops","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c7b9426dbd3868","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381749073,"stop":1728381749073,"duration":0},"status":"passed","severity":"normal"},{"uid":"95252e809e253dd5","name":"removeEventListener with wrong event","time":{"start":1728381449298,"stop":1728381449299,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed0b62d7cec8cb9","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e52c121f82c630","name":"should get / set TCP multiaddr","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"status":"passed","severity":"normal"},{"uid":"e018d201e05d2fc","name":"Check received message containing Script","time":{"start":1728381658368,"stop":1728381658369,"duration":1},"status":"passed","severity":"normal"},{"uid":"b699b92fee5b3c7c","name":"Push message with meta","time":{"start":1728381711676,"stop":1728381711681,"duration":5},"status":"passed","severity":"normal"},{"uid":"dd01126e138f9c0a","name":"Sample","time":{"start":1728381363822,"stop":1728381363823,"duration":1},"status":"passed","severity":"normal"},{"uid":"2199e9e826a60c52","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a27b891ce09f4b","name":"should set field with only STORE enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"c340a60b05cfa7db","name":"Fails to publish message with empty text","time":{"start":1728381689162,"stop":1728381689162,"duration":0},"status":"passed","severity":"normal"},{"uid":"4744dba874494565","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381545554,"stop":1728381545555,"duration":1},"status":"passed","severity":"normal"},{"uid":"12d387e966e78ab0","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a2d6f13f8c2e28e","name":"Check message received after nwaku node is restarted","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ab7d71e035d6c100","name":"Check received message containing JSON","time":{"start":1728381658369,"stop":1728381658370,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f20f6378a0e0a47","name":"random static sharding 1 - Cluster ID: 64, Shard ID: 389","time":{"start":1728381745551,"stop":1728381745552,"duration":1},"status":"passed","severity":"normal"},{"uid":"47b3a15637e22383","name":"Push message with content topic containing Russian","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4401730d9345b4b","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728381759213,"stop":1728381759213,"duration":0},"status":"passed","severity":"normal"},{"uid":"a163d3ee0d36802d","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728381379236,"stop":1728381379237,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e027cf8d4bdb8e5","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728381363561,"stop":1728381363562,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ec29094d788f409","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce098273436cd05","name":"Check received message with timestamp: 1728381408830000000 ","time":{"start":1728381658372,"stop":1728381658372,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c2d1bd58b3241f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461616,"stop":1728381461616,"duration":0},"status":"passed","severity":"normal"},{"uid":"4864622bb295de06","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ca62b5725bb326f","name":"handles multiple messages","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"status":"passed","severity":"normal"},{"uid":"784046139a4bea12","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728381521312,"stop":1728381521313,"duration":1},"status":"passed","severity":"normal"},{"uid":"9390f19fe7564403","name":"Check message with invalid timestamp is not received","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"status":"passed","severity":"normal"},{"uid":"69b6268c06b55aa6","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728381439732,"stop":1728381439738,"duration":6},"status":"passed","severity":"normal"},{"uid":"505496484edddac1","name":"Check message with non string payload is not received","time":{"start":1728381526525,"stop":1728381526525,"duration":0},"status":"passed","severity":"normal"},{"uid":"887241218905cf19","name":"caches peers it previously fetched","time":{"start":1728381379403,"stop":1728381379403,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6b83ea4214b4dd","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c1b725d2d684e58","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728381389460,"stop":1728381389460,"duration":0},"status":"passed","severity":"normal"},{"uid":"83bb330b19f83aba","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728381774345,"stop":1728381774345,"duration":0},"status":"passed","severity":"normal"},{"uid":"884a855ebb41eba0","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","time":{"start":1728381719621,"stop":1728381719621,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b7b9385c8bdfdb4","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381557263,"stop":1728381557267,"duration":4},"status":"passed","severity":"normal"},{"uid":"e29c7942c07100b","name":"Push message with rate limit","time":{"start":1728381680468,"stop":1728381680469,"duration":1},"status":"passed","severity":"normal"},{"uid":"335b0d5a4e330847","name":"Overlapping topic subscription","time":{"start":1728381749048,"stop":1728381749049,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbff387f58676d61","name":"nwaku subscribes","time":{"start":1728381676005,"stop":1728381676005,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3025357f3ffc825","name":"should return usable stream attached to connection","time":{"start":1728381371408,"stop":1728381371409,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88794c952ed2f5b","name":"should throw if no connection provided","time":{"start":1728381371409,"stop":1728381371410,"duration":1},"status":"passed","severity":"normal"},{"uid":"2103cf730e4d9594","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728381634307,"stop":1728381634307,"duration":0},"status":"passed","severity":"normal"},{"uid":"b084fa991d4de8e3","name":"Push message with content topic containing escaped characters","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"status":"passed","severity":"normal"},{"uid":"481c2879940ee209","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381749035,"stop":1728381749035,"duration":0},"status":"passed","severity":"normal"},{"uid":"7499d4a30620c2ae","name":"non connected peers","time":{"start":1728381658693,"stop":1728381658693,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ed4cb5f5970bf6d8","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381749047,"stop":1728381749047,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a62fe44e3f7a9a3","name":"Push message with SQL Injection payload","time":{"start":1728381680442,"stop":1728381680443,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6619b0f46f46bcb","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381749039,"stop":1728381749039,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fa1959db60032e6","name":"connected peers and dial","time":{"start":1728381658691,"stop":1728381658692,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b5c22a9b7ade6e1a","name":"Tracks peer failures correctly","time":{"start":1728381475925,"stop":1728381475925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9df72284432e1e9","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"status":"passed","severity":"normal"},{"uid":"10c455cc38e96183","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728381379238,"stop":1728381379239,"duration":1},"status":"passed","severity":"normal"},{"uid":"27c308d51922eec8","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b5035e00cfc2c4a","name":"Push message with JSON payload","time":{"start":1728381680449,"stop":1728381680450,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee7e1b60e16c16d2","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728381696873,"stop":1728381696873,"duration":0},"status":"passed","severity":"normal"},{"uid":"ade7e0b13743e623","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728381613873,"stop":1728381613874,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1b3fa3419aea0e5","name":"should return all peers when numPeers is 0","time":{"start":1728381371415,"stop":1728381371415,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f39161ea8d22ab0","name":"Push message with content topic containing Arabic","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"status":"passed","severity":"normal"},{"uid":"6255cb613808dd16","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0448d1382da76e2","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728381685603,"stop":1728381685604,"duration":1},"status":"passed","severity":"normal"},{"uid":"91fc1550d2e37d92","name":"should properly create location multiaddrs - tcp","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"83b307f846d429a8","name":"should set field with all protocols enabled","time":{"start":1728381364428,"stop":1728381364429,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe9d126c02600cf0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6b9f720e6ecf60","name":"Check publish message containing XML","time":{"start":1728381689150,"stop":1728381689151,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcb0706e0332cbac","name":"should emit a peer event after start","time":{"start":1728381423073,"stop":1728381423074,"duration":1},"status":"passed","severity":"normal"},{"uid":"251d6dac7ddc652d","name":"same cluster, same shard: nodes connect","time":{"start":1728381521284,"stop":1728381521284,"duration":0},"status":"passed","severity":"normal"},{"uid":"208744d90188df32","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728381613866,"stop":1728381613867,"duration":1},"status":"passed","severity":"normal"},{"uid":"f204fe5e369e90f1","name":"Fails to publish message with wrong content topic","time":{"start":1728381689163,"stop":1728381689164,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ee382578073d372","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"status":"passed","severity":"normal"},{"uid":"1452d86c0c343270","name":"Push message with content topic containing shell command","time":{"start":1728381711669,"stop":1728381711670,"duration":1},"status":"passed","severity":"normal"},{"uid":"23e5384a6e309e8b","name":"Check publish message containing numeric","time":{"start":1728381689145,"stop":1728381689146,"duration":1},"status":"passed","severity":"normal"},{"uid":"67fa082eafd6d84a","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381749036,"stop":1728381749037,"duration":1},"status":"passed","severity":"normal"},{"uid":"51abc22cde7a5454","name":"random static sharding 7 - Cluster ID: 842, Shard ID: 183","time":{"start":1728381745557,"stop":1728381745557,"duration":0},"status":"passed","severity":"normal"},{"uid":"c94d20ef7265c123","name":"shard 0","time":{"start":1728381745550,"stop":1728381745551,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5db7dc4cca1d4c3","name":"Relay - times out","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"status":"passed","severity":"normal"},{"uid":"f85f33da1c6531d9","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381545557,"stop":1728381545559,"duration":2},"status":"passed","severity":"normal"},{"uid":"e6acda225f9ed23b","name":"should use DNS peer discovery with light client","time":{"start":1728381423075,"stop":1728381423075,"duration":0},"status":"skipped","severity":"normal"},{"uid":"348f9098e40edc64","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05bf93f34b45b1f","name":"Register correct protocols","time":{"start":1728381696822,"stop":1728381696822,"duration":0},"status":"passed","severity":"normal"},{"uid":"21763825d2f8dd59","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728381743123,"stop":1728381743123,"duration":0},"status":"passed","severity":"normal"},{"uid":"9032620741c2a6f1","name":"handles empty contentTopics array correctly","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc70d6208e89b052","name":"random static sharding 4 - Cluster ID: 126, Shard ID: 395","time":{"start":1728381745554,"stop":1728381745555,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d43e4342c174655","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381557205,"stop":1728381557206,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee306e14924d568b","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc75db3bdf818aec","name":"Encoder throws on empty string content topic","time":{"start":1728381389462,"stop":1728381389462,"duration":0},"status":"passed","severity":"normal"},{"uid":"d11a829264e1d6ba","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381658373,"stop":1728381658373,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7363def886657ef","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728381379240,"stop":1728381379241,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c0ae02db2722ff8","name":"Relay - dialed first","time":{"start":1728381800483,"stop":1728381800483,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3e2b3bbc1b96226","name":"Push message with long payload","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca73083c94586bd","name":"Push message with emoji payload","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"status":"passed","severity":"normal"},{"uid":"c286995d024de038","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728381521308,"stop":1728381521312,"duration":4},"status":"passed","severity":"normal"},{"uid":"8ef31deb77cfebbe","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728381743112,"stop":1728381743112,"duration":0},"status":"passed","severity":"normal"},{"uid":"1db0beef40203e46","name":"Check message with no content topic is not received","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb2e4d44e40c3309","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728381363562,"stop":1728381363564,"duration":2},"status":"passed","severity":"normal"},{"uid":"8e384329eb0fdfbe","name":"should not receive a peer event before start","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7816e609fdc2fb6","name":"Mutual subscription","time":{"start":1728381696821,"stop":1728381696821,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6ebfff0f15ff73","name":"Push message equal or less that 1MB","time":{"start":1728381711684,"stop":1728381711684,"duration":0},"status":"passed","severity":"normal"},{"uid":"d331a861fcd6e52f","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728381685602,"stop":1728381685602,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2ae6bc6ae440b9","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728381696834,"stop":1728381696834,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8a368cc7a0df95","name":"connects to nwaku","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a5d07c32ceeb28","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381749021,"stop":1728381749021,"duration":0},"status":"passed","severity":"normal"},{"uid":"e81ae42173fbf022","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381749056,"stop":1728381749057,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a634e279cc5ee15","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"status":"passed","severity":"normal"},{"uid":"f33d7652625e5300","name":"less peers than existing","time":{"start":1728381658692,"stop":1728381658693,"duration":1},"status":"skipped","severity":"normal"},{"uid":"dafed86010cdc889","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"status":"passed","severity":"normal"},{"uid":"97ee083250c6ade3","name":"should be online or offline if network state changed","time":{"start":1728381409095,"stop":1728381409096,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0dfc27121cd9da9","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728381355979,"stop":1728381355980,"duration":1},"status":"passed","severity":"normal"},{"uid":"409c359c5fdf608e","name":"Push message with content topic containing long","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"status":"passed","severity":"normal"},{"uid":"117f07d6177852d3","name":"Fails to push message with empty content topic","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed50d86da813dbb1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"1573dc5595733b5d","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728381689164,"stop":1728381689165,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a4daec0cfced69","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728381355975,"stop":1728381355976,"duration":1},"status":"passed","severity":"normal"},{"uid":"14e03d9d6f74d430","name":"Ping on subscribed peer","time":{"start":1728381454661,"stop":1728381454664,"duration":3},"status":"passed","severity":"normal"},{"uid":"3f05ad53c8b99420","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d29f788d64c64a","name":"Push message with content topic containing SQL Injection","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"status":"passed","severity":"normal"},{"uid":"3866ba85662c0f69","name":"Subscribe and receive messages via lightPush","time":{"start":1728381749012,"stop":1728381749012,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef394826c83d954","name":"isConnected should return false after all peers disconnect","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"status":"passed","severity":"normal"},{"uid":"72384e0898c7d1c5","name":"Check publish message containing shell command","time":{"start":1728381689152,"stop":1728381689153,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b8e7a6a01b9a8c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa76b46c02f6220","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728381379235,"stop":1728381379236,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a2251c1fedceb9b","name":"Check received message containing Basic HTML tag","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"status":"passed","severity":"normal"},{"uid":"34505fe63562030e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728381521296,"stop":1728381521297,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2c0603b65d42067","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e80ebeb29a1af5","name":"Round trip binary serialization","time":{"start":1728381371849,"stop":1728381371849,"duration":0},"status":"passed","severity":"normal"},{"uid":"457eb0e6bcbe412a","name":"Ordered Callback - false","time":{"start":1728381756574,"stop":1728381756574,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ec8c36ed173cfb2","name":"Check message received after nwaku node is restarted","time":{"start":1728381526533,"stop":1728381526534,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f8593d8f47efe266","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728381355986,"stop":1728381355987,"duration":1},"status":"passed","severity":"normal"},{"uid":"a06932d45e185dbb","name":"Subscribe and receive messages via lightPush","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"status":"passed","severity":"normal"},{"uid":"376c1eeb192165b4","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728381358361,"stop":1728381358362,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d03757d3e6d977d","name":"Ping on peer without subscriptions","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f733fc92f8a613","name":"should emit a peer event after start","time":{"start":1728381383544,"stop":1728381383545,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd506bd12c04696f","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"status":"passed","severity":"normal"},{"uid":"3351f12d1c46611f","name":"Check received message containing shell command","time":{"start":1728381658384,"stop":1728381658385,"duration":1},"status":"passed","severity":"normal"},{"uid":"82e2b4894a37208b","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728381696841,"stop":1728381696841,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd15dd964e546fd1","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381749046,"stop":1728381749047,"duration":1},"status":"passed","severity":"normal"},{"uid":"fac5d49d0b2775b5","name":"Check received message containing emoji","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c330fdad5dd3eb","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8708391668467fd","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"20ee181b7e7dff69","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0b13b8e1f15060e","name":"Publishes to nwaku","time":{"start":1728381676006,"stop":1728381676006,"duration":0},"status":"passed","severity":"normal"},{"uid":"55d61d67484b433f","name":"should set field with only RELAY enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc0b5d91a762a760","name":"removeEventListener with correct event","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba53608f2a564bb","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728381439744,"stop":1728381439744,"duration":0},"status":"passed","severity":"normal"},{"uid":"283813481b473c88","name":"Check received message containing special chars","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"status":"passed","severity":"normal"},{"uid":"79498337fbe7bc32","name":"Push to array if already present","time":{"start":1728381355529,"stop":1728381355529,"duration":0},"status":"passed","severity":"normal"},{"uid":"4319cfd45e3bee77","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728381363576,"stop":1728381363576,"duration":0},"status":"passed","severity":"normal"},{"uid":"293013cf5c7413fb","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728381416762,"stop":1728381416762,"duration":0},"status":"passed","severity":"normal"},{"uid":"a01b9c281774df96","name":"Push message with content topic containing Script","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4dabb891855c59e","name":"Push message with shell command payload","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d54605697db920e","name":"Check received message containing escaped characters","time":{"start":1728381658370,"stop":1728381658371,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aaef33fa3ef9e75","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728381719619,"stop":1728381719620,"duration":1},"status":"passed","severity":"normal"},{"uid":"a86990a9ffb72082","name":"Passing page size 19 when there are 20 messages","time":{"start":1728381766199,"stop":1728381766200,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d3b1677f71d139a","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381749070,"stop":1728381749071,"duration":1},"status":"passed","severity":"normal"},{"uid":"423763226be85844","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c02acfa1ecba3de","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381749063,"stop":1728381749065,"duration":2},"status":"passed","severity":"normal"},{"uid":"9b007d8fef7e830a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381749015,"stop":1728381749016,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7b03224f96d6548","name":"should not receive a peer event after stop","time":{"start":1728381383545,"stop":1728381383546,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dce8557ca67c586","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728381355973,"stop":1728381355974,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2850e12162f5ee","name":"Callback on promise","time":{"start":1728381762411,"stop":1728381762411,"duration":0},"status":"passed","severity":"normal"},{"uid":"13cc0a44440a418e","name":"LightPush with 2 connections","time":{"start":1728381554778,"stop":1728381554779,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8c9c82cd6962a80","name":"Ephemeral messages are not stored","time":{"start":1728381415525,"stop":1728381415525,"duration":0},"status":"passed","severity":"normal"},{"uid":"c48e77099963b274","name":"Filter","time":{"start":1728381800486,"stop":1728381800486,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cbf57b4cdcb343c","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","time":{"start":1728381719624,"stop":1728381719624,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcd9733f9d700d7","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728381774347,"stop":1728381774347,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea90a53b4ce52aff","name":"Check received message containing SQL Injection","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e994904ce6babfc","name":"Subscribe to topic containing short and receive message","time":{"start":1728381557221,"stop":1728381557227,"duration":6},"status":"passed","severity":"normal"},{"uid":"bedf860ac2390c63","name":"Check received message containing special chars","time":{"start":1728381658378,"stop":1728381658378,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c25dba83616f92","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728381842824,"stop":1728381842825,"duration":1},"status":"passed","severity":"normal"},{"uid":"d269e6971188ba71","name":"Subscribe to topic containing long and publish message","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d05b639e6581063","name":"Check publish message after service node is restarted","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"status":"skipped","severity":"normal"},{"uid":"856a7d0407dd6bf6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728381415525,"stop":1728381415526,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ae0e4dc8b270ff","name":"Push 30 different messages","time":{"start":1728381711648,"stop":1728381711648,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97f1ae8b1e49ab","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728381680463,"stop":1728381680465,"duration":2},"status":"passed","severity":"normal"},{"uid":"d70425a263ba6580","name":"Push message with content topic containing long","time":{"start":1728381711649,"stop":1728381711650,"duration":1},"status":"passed","severity":"normal"},{"uid":"cae0c5f8d09b330f","name":"Renews subscription after lossing a connection","time":{"start":1728381749073,"stop":1728381749080,"duration":7},"status":"passed","severity":"normal"},{"uid":"6a74cf0c12edfa8e","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1435b0d261ba610","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728381363570,"stop":1728381363571,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d585172c296bc40","name":"should throw error - invalid id","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"b437defffa4f83d2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"status":"passed","severity":"normal"},{"uid":"afb973d0e5d99c8a","name":"Generator, custom pubsub topic","time":{"start":1728381763768,"stop":1728381763772,"duration":4},"status":"passed","severity":"normal"},{"uid":"3f816b9508f69248","name":"Push message with content topic containing Arabic","time":{"start":1728381711660,"stop":1728381711661,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7d10d90835de088","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521314,"stop":1728381521315,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c17bc28aac0ef4","name":"can start and stop the service","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"status":"passed","severity":"normal"},{"uid":"1536fbb04311853f","name":"Push message with unicode special characters payload","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"status":"passed","severity":"normal"},{"uid":"34246fe878e03167","name":"Push message with content topic containing short","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef10ae7eb3422f9","name":"All","time":{"start":1728381415231,"stop":1728381415231,"duration":0},"status":"passed","severity":"normal"},{"uid":"5929463e2f7b4eb3","name":"should fail to send if no connections available","time":{"start":1728381580786,"stop":1728381580788,"duration":2},"status":"passed","severity":"normal"},{"uid":"a773a0bd1667722e","name":"Renews peer on consistent missed messages","time":{"start":1728381475929,"stop":1728381475931,"duration":2},"status":"passed","severity":"normal"},{"uid":"b1962daa253e16af","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615368,"stop":1728381615369,"duration":1},"status":"passed","severity":"normal"},{"uid":"48d8291a52a2c651","name":"Wrong topic","time":{"start":1728381719625,"stop":1728381719626,"duration":1},"status":"passed","severity":"normal"},{"uid":"899e5d6dcd09ec4a","name":"retrieves a single peer","time":{"start":1728381379400,"stop":1728381379401,"duration":1},"status":"passed","severity":"normal"},{"uid":"985abd2404f118c3","name":"Default pageSize","time":{"start":1728381766200,"stop":1728381766201,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c7d82fbf233aea3","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"status":"passed","severity":"normal"},{"uid":"778bc4d76de86f1a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728381521321,"stop":1728381521322,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b5936b4989e04b","name":"Subscribe to topic containing long and receive message","time":{"start":1728381749053,"stop":1728381749054,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7d5ce9198a4f977","name":"Encoder throws on undefined content topic","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"status":"passed","severity":"normal"},{"uid":"fded334c1b81418f","name":"Push message with Basic HTML tag payload","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef11f3de294c0ac8","name":"configure the node with multiple content topics","time":{"start":1728381719626,"stop":1728381719626,"duration":0},"status":"passed","severity":"normal"},{"uid":"effe00c9a67b8f66","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728381521316,"stop":1728381521316,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4771f1fb497b95","name":"should push to needed amount of connections","time":{"start":1728381580778,"stop":1728381580778,"duration":0},"status":"passed","severity":"normal"},{"uid":"13584e95fb34bfc5","name":"Check message with invalid timestamp is not received","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9ad30af01c19f8","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728381743112,"stop":1728381743113,"duration":1},"status":"passed","severity":"normal"},{"uid":"5273a22709824c8e","name":"listenerCount","time":{"start":1728381449299,"stop":1728381449300,"duration":1},"status":"passed","severity":"normal"},{"uid":"5accb07e7b8a5bc9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bb24f0b6d1fed3e","name":"should select older connection if present","time":{"start":1728381371462,"stop":1728381371462,"duration":0},"status":"passed","severity":"normal"},{"uid":"3965dec8625efd17","name":"should not receive a peer event after stop","time":{"start":1728381716497,"stop":1728381716505,"duration":8},"status":"passed","severity":"normal"},{"uid":"c8d3ac6090106d39","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b7fcdce699c8c19","name":"Check received message containing unicode special characters","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"status":"passed","severity":"normal"},{"uid":"a246626c1ed40d0d","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728381358363,"stop":1728381358363,"duration":0},"status":"passed","severity":"normal"},{"uid":"15eab56a2b1605f","name":"Promise Callback - true","time":{"start":1728381756572,"stop":1728381756572,"duration":0},"status":"passed","severity":"normal"},{"uid":"eec03ecf9159e75a","name":"Push message with Russian payload","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"status":"passed","severity":"normal"},{"uid":"1af6fd35d67f01dc","name":"does not throw on valid cases","time":{"start":1728381355952,"stop":1728381355952,"duration":0},"status":"passed","severity":"normal"},{"uid":"de001ad49d00952f","name":"Push message with content topic containing special chars","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3af791fc1f16e8c","name":"Push message with content topic containing numeric","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"status":"passed","severity":"normal"},{"uid":"36ec90cad24211ac","name":"configure the node with multiple pubsub topics","time":{"start":1728381745560,"stop":1728381745560,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ec584c988df65ab","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728381363575,"stop":1728381363576,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd009a63773a1716","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728381475925,"stop":1728381475926,"duration":1},"status":"passed","severity":"normal"},{"uid":"75a5b5f72e8844ba","name":"Publish message with large meta","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"status":"passed","severity":"normal"},{"uid":"a18ca7f09e171299","name":"1 Relay, 1 Filter, gives up","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"status":"passed","severity":"normal"},{"uid":"9179749bf0900694","name":"Push message with XML payload","time":{"start":1728381680445,"stop":1728381680446,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a0d9533cf511668","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381545554,"stop":1728381545554,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e5feb9a4f52652a","name":"LightPush with 1 connections","time":{"start":1728381554776,"stop":1728381554778,"duration":2},"status":"passed","severity":"normal"},{"uid":"f39669f990362703","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381485022,"stop":1728381485022,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfcfbf8c3433b83","name":"Ping on unsubscribed peer","time":{"start":1728381454666,"stop":1728381454667,"duration":1},"status":"passed","severity":"normal"},{"uid":"44712e6dd1343760","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728381521342,"stop":1728381521342,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a755de4991e463","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"status":"passed","severity":"normal"},{"uid":"f186ed2cf0edeb1b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521302,"stop":1728381521303,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e2a124f434992a7","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728381613864,"stop":1728381613864,"duration":0},"status":"passed","severity":"normal"},{"uid":"58af65bdcd7f19e9","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381557234,"stop":1728381557235,"duration":1},"status":"passed","severity":"normal"},{"uid":"8828e3355ec3d934","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728381355958,"stop":1728381355965,"duration":7},"status":"passed","severity":"normal"},{"uid":"2ad70a01ec2dd602","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728381719626,"stop":1728381719627,"duration":1},"status":"passed","severity":"normal"},{"uid":"83748d1c769bfe3c","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381749061,"stop":1728381749062,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbf05108c64519e","name":"Push message with content topic containing Chinese","time":{"start":1728381711660,"stop":1728381711660,"duration":0},"status":"passed","severity":"normal"},{"uid":"30663e7666fd76e3","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381545556,"stop":1728381545556,"duration":0},"status":"passed","severity":"normal"},{"uid":"c442430c76fcea29","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728381715120,"stop":1728381715120,"duration":0},"status":"skipped","severity":"normal"},{"uid":"45d5145f7b6115ce","name":"Waku message hash computation (no timestamp)","time":{"start":1728381358362,"stop":1728381358363,"duration":1},"status":"passed","severity":"normal"},{"uid":"3abd1369f09ebd73","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728381521296,"stop":1728381521296,"duration":0},"status":"passed","severity":"normal"},{"uid":"33f584222c51b9ef","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc2c4547e7567c8","name":"Push message with content topic containing unicode special characters","time":{"start":1728381680466,"stop":1728381680467,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd20ba5765c8249","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728381743129,"stop":1728381743131,"duration":2},"status":"passed","severity":"normal"},{"uid":"1f073a289b5c7b78","name":"Filter with 2 connections","time":{"start":1728381554779,"stop":1728381554779,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e28c895f6b4b026","name":"Passing page size 0 when there are 110 messages","time":{"start":1728381766189,"stop":1728381766190,"duration":1},"status":"passed","severity":"normal"},{"uid":"c62f8f56dd51b474","name":"handles different clusterIds correctly","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb193b3253ab5511","name":"different cluster, different shard: nodes don't connect","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a8f7b207ec9721","name":"Throws when trying to push message with empty payload","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"status":"passed","severity":"normal"},{"uid":"8867763be450c98e","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8edca1eb63b4464","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728381461640,"stop":1728381461640,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f306d5f5eaf924","name":"Query with Ordered Callback, No message returned","time":{"start":1728381743124,"stop":1728381743125,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a8a5690b6da0380","name":"random static sharding 6 - Cluster ID: 173, Shard ID: 387","time":{"start":1728381745556,"stop":1728381745556,"duration":0},"status":"passed","severity":"normal"},{"uid":"52276c5dac609b41","name":"should return different streams if requested simultaniously","time":{"start":1728381371410,"stop":1728381371411,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffbed6f9cd2e6fd9","name":"Push message with numeric payload","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44758a51594a589","name":"returns all values when wanted number is greater than available values","time":{"start":1728381378682,"stop":1728381378683,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aedf20124290581","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"status":"passed","severity":"normal"},{"uid":"e666bd0b5e7e31ed","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728381371852,"stop":1728381371852,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2912406e6b2f122","name":"Ping fails for unsubscribed peers","time":{"start":1728381475915,"stop":1728381475915,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e1a7c6407f73416","name":"Throws when trying to push message with empty payload","time":{"start":1728381680455,"stop":1728381680456,"duration":1},"status":"passed","severity":"normal"},{"uid":"63559bad545f553a","name":"throws on content topic with empty topic name field","time":{"start":1728381355956,"stop":1728381355956,"duration":0},"status":"passed","severity":"normal"},{"uid":"25c9c5b259dcc115","name":"Check message on other pubsub topic is not received","time":{"start":1728381658388,"stop":1728381658389,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cd4acaa0b3d78e9","name":"Push message with shell command payload","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae687741eacdf10","name":"random static sharding 9 - Cluster ID: 133, Shard ID: 64","time":{"start":1728381745558,"stop":1728381745558,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3be1823067b4c8d","name":"should properly create location multiaddrs - tcp4","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"d12f7283c205a343","name":"Check publish message containing Script","time":{"start":1728381689149,"stop":1728381689150,"duration":1},"status":"passed","severity":"normal"},{"uid":"48e46b66095c35b8","name":"Push message with Arabic payload","time":{"start":1728381711643,"stop":1728381711644,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6b1499fc750f3d0","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728381391225,"stop":1728381391226,"duration":1},"status":"passed","severity":"normal"},{"uid":"5146cbc576ce5af8","name":"Subscribe to topic containing long and receive message","time":{"start":1728381749025,"stop":1728381749025,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ef68cc3727049","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728381371416,"stop":1728381371417,"duration":1},"status":"passed","severity":"normal"},{"uid":"66043b9963345987","name":"Init the array if not present","time":{"start":1728381355523,"stop":1728381355528,"duration":5},"status":"passed","severity":"normal"},{"uid":"d12db87c6f6193e6","name":"Check received message containing escaped characters","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"status":"passed","severity":"normal"},{"uid":"90d9ea0381b64d38","name":"Subscribe to topic containing short and receive message","time":{"start":1728381749023,"stop":1728381749025,"duration":2},"status":"passed","severity":"normal"},{"uid":"518d65eff2ed7e4d","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728381358361,"stop":1728381358361,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ae62774762e9841","name":"Check meta is set [ecies]","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"status":"passed","severity":"normal"},{"uid":"dccbc54544f9b7c2","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728381521319,"stop":1728381521321,"duration":2},"status":"passed","severity":"normal"},{"uid":"e23447ff90844e41","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763776,"stop":1728381763776,"duration":0},"status":"passed","severity":"normal"},{"uid":"a290d4db0dbe0cbb","name":"Ping on subscribed peer","time":{"start":1728381452649,"stop":1728381452649,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee98ec5b5d9341e8","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728381363577,"stop":1728381363578,"duration":1},"status":"passed","severity":"normal"},{"uid":"6588297870fdc1b9","name":"Check message received after jswaku node is restarted","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9ccab5c8a5c5a047","name":"Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689155,"stop":1728381689156,"duration":1},"status":"passed","severity":"normal"},{"uid":"157d6d873da0e726","name":"should throw an error for missing sharding configuration","time":{"start":1728381355984,"stop":1728381355985,"duration":1},"status":"passed","severity":"normal"},{"uid":"674e5725b378cbd","name":"more peers than existing","time":{"start":1728381658692,"stop":1728381658692,"duration":0},"status":"skipped","severity":"normal"},{"uid":"938b274143f8beca","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763773,"stop":1728381763774,"duration":1},"status":"passed","severity":"normal"},{"uid":"e73001f6d98f37c2","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","time":{"start":1728381719621,"stop":1728381719622,"duration":1},"status":"passed","severity":"normal"},{"uid":"274a8e2d88d60cc6","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381557267,"stop":1728381557269,"duration":2},"status":"passed","severity":"normal"},{"uid":"b3ae0f499f53dc93","name":"Privacy Node - default protocol","time":{"start":1728381800487,"stop":1728381800487,"duration":0},"status":"passed","severity":"normal"},{"uid":"47817ea5c01397df","name":"should handle corrupted local storage data gracefully","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a05374f2de0368d","name":"Decoder throws on undefined content topic","time":{"start":1728381389462,"stop":1728381389463,"duration":1},"status":"passed","severity":"normal"},{"uid":"910246da4a8caeb2","name":"Does not throw an exception when node disconnects","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b9d70db33c38a7","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763775,"stop":1728381763776,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6a0479effeb012e","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728381743125,"stop":1728381743129,"duration":4},"status":"passed","severity":"normal"},{"uid":"372d73bc2c2988c5","name":"Check publish message containing SQL Injection","time":{"start":1728381689148,"stop":1728381689149,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c001f880817495","name":"same cluster, same shard: nodes connect","time":{"start":1728381634308,"stop":1728381634309,"duration":1},"status":"passed","severity":"normal"},{"uid":"88eefff83fbab9cb","name":"should throw error - no public key","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8060e5148fe53a6","name":"Encoder throws on undefined content topic","time":{"start":1728381371850,"stop":1728381371851,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2cdbea9151058f0","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381749025,"stop":1728381749026,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fe332a9825f33ad","name":"returns nothing if no connections present","time":{"start":1728381371459,"stop":1728381371460,"duration":1},"status":"passed","severity":"normal"},{"uid":"7048f3bf79e250d","name":"Check received message containing shell command","time":{"start":1728381526515,"stop":1728381526516,"duration":1},"status":"passed","severity":"normal"},{"uid":"e949bbb9e83d2ce8","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728381521291,"stop":1728381521291,"duration":0},"status":"passed","severity":"normal"},{"uid":"35db41de29ba22de","name":"Check received message containing long","time":{"start":1728381526505,"stop":1728381526505,"duration":0},"status":"passed","severity":"normal"},{"uid":"3987ed37845abb5e","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728381409094,"stop":1728381409094,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7e8233dff8190ba","name":"Push message on custom pubsubTopic","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"status":"passed","severity":"normal"},{"uid":"c49c9a5abd77361c","name":"should return no connections if no open connection provided","time":{"start":1728381371461,"stop":1728381371461,"duration":0},"status":"passed","severity":"normal"},{"uid":"44573332e7cbe332","name":"Push message with rate limit","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"status":"passed","severity":"normal"},{"uid":"f78ff5fc12d1e201","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728381521299,"stop":1728381521300,"duration":1},"status":"passed","severity":"normal"},{"uid":"21a7a8547ee0d3e4","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728381355966,"stop":1728381355967,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3945066fbfded2e","name":"Passing page size 10 when there are 10 messages","time":{"start":1728381766197,"stop":1728381766199,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8ce677b8ac70aef","name":"Check received message containing numeric","time":{"start":1728381526505,"stop":1728381526509,"duration":4},"status":"passed","severity":"normal"},{"uid":"97899851be00d6a6","name":"Push message with short payload","time":{"start":1728381680432,"stop":1728381680432,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc977e7641628de0","name":"Push message with custom timestamp: 1697623146003","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"status":"passed","severity":"normal"},{"uid":"67743b7b75cd1aa3","name":"can start and stop the service","time":{"start":1728381716490,"stop":1728381716492,"duration":2},"status":"passed","severity":"normal"},{"uid":"bfcbc1c85d8a1f3d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381557210,"stop":1728381557210,"duration":0},"status":"passed","severity":"normal"},{"uid":"16905df240891182","name":"Check received message containing Basic HTML tag","time":{"start":1728381526513,"stop":1728381526515,"duration":2},"status":"passed","severity":"normal"},{"uid":"d805a86935a1d3e3","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728381379237,"stop":1728381379238,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb742fd501ff427","name":"1 Store, 2 fetches","time":{"start":1728381379297,"stop":1728381379298,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ffec83fb78bb195","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728381409095,"stop":1728381409095,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd8383205262defb","name":"should throw an error for an unconfigured topic","time":{"start":1728381355981,"stop":1728381355982,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae8b9c167851eba","name":"Check received message containing Arabic","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"status":"passed","severity":"normal"},{"uid":"55e9654de84a1956","name":"recovers when dns.resolve returns empty","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ee6708e4f7c0aa","name":"Ordered Callback - true","time":{"start":1728381756573,"stop":1728381756574,"duration":1},"status":"passed","severity":"normal"},{"uid":"a43b6b0779c498f6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521288,"stop":1728381521289,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6cb26d572dcfed","name":"Check publish message containing long","time":{"start":1728381689144,"stop":1728381689145,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bd7020e9c956caa","name":"Check received message containing Russian","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea5f2c7b108302e","name":"Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689160,"stop":1728381689161,"duration":1},"status":"passed","severity":"normal"},{"uid":"c29fce9bd12d0fe3","name":"Decoder throws on undefined content topic","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc35b903ab15503","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"status":"passed","severity":"normal"},{"uid":"49a9a074aee5ccf2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728381439746,"stop":1728381439746,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec81d74812d21129","name":"should return unique PubsubTopics for static sharding","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf972f09eeafc931","name":"ignores domain fetching errors","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1dd70ab11c02076","name":"Check received message containing emoji","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"status":"passed","severity":"normal"},{"uid":"741ede65217a2371","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521293,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ba571de7500830b","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"status":"passed","severity":"normal"},{"uid":"20a2bd4b5096809e","name":"Fails to push message bigger that 1MB","time":{"start":1728381680471,"stop":1728381680472,"duration":1},"status":"passed","severity":"normal"},{"uid":"53612129e9c942c6","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"status":"passed","severity":"normal"},{"uid":"b18c90bfd469921b","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","time":{"start":1728381719624,"stop":1728381719625,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8053fe5b29fb6d2","name":"LightPush with 3 connections","time":{"start":1728381554779,"stop":1728381554781,"duration":2},"status":"passed","severity":"normal"},{"uid":"89b79a7b665db328","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728381521290,"stop":1728381521290,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a38a67a2f0d50a7","name":"Check received message containing numeric","time":{"start":1728381658377,"stop":1728381658378,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c8bf82f30d2cbf9","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"f55557c79905c3c6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"51bee956165a875a","name":"Push message with content topic containing Script","time":{"start":1728381711662,"stop":1728381711662,"duration":0},"status":"passed","severity":"normal"},{"uid":"52b76297f0023579","name":"can start and stop the service","time":{"start":1728381383543,"stop":1728381383543,"duration":0},"status":"passed","severity":"normal"},{"uid":"136ad81555f5e70b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461615,"stop":1728381461616,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5bf0772c675abf5","name":"Check received message containing short","time":{"start":1728381658365,"stop":1728381658365,"duration":0},"status":"passed","severity":"normal"},{"uid":"69efb40637ce138","name":"Check received message containing Arabic","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"status":"passed","severity":"normal"},{"uid":"c674898c6e41a7a0","name":"Check received message containing Chinese","time":{"start":1728381658378,"stop":1728381658379,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e0d1b51a627a54c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381658373,"stop":1728381658374,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab304ce6ce89cb5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381557219,"stop":1728381557220,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbf3c16f9b1ac369","name":"Push message with custom timestamp: 1697623157642","time":{"start":1728381680469,"stop":1728381680469,"duration":0},"status":"passed","severity":"normal"},{"uid":"a32019c974be87d2","name":"Non TWN Cluster","time":{"start":1728381719620,"stop":1728381719620,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0b05961895188db","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728381355965,"stop":1728381355965,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0cd54ea2018c9d","name":"Check publish message containing Arabic","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ee65cec91663f3c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381545563,"stop":1728381545564,"duration":1},"status":"passed","severity":"normal"},{"uid":"754ba25800adefae","name":"throws an error for improperly formatted content topics","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"109588b18d7b7136","name":"Query with Ordered Callback, No Decoder","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"status":"passed","severity":"normal"},{"uid":"1028ffb35aa81385","name":"Check publish message containing JSON","time":{"start":1728381689152,"stop":1728381689152,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05378588d004bf5","name":"should not receive a peer event before start","time":{"start":1728381716496,"stop":1728381716497,"duration":1},"status":"passed","severity":"normal"},{"uid":"d41aadd9ee27a32f","name":"random static sharding 2 - Cluster ID: 601, Shard ID: 22","time":{"start":1728381745552,"stop":1728381745554,"duration":2},"status":"passed","severity":"normal"},{"uid":"cc6ebba198160db4","name":"Subscribe and receive messages via lightPush","time":{"start":1728381557204,"stop":1728381557204,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cf92bc2c112acdb","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1728381521287,"stop":1728381521288,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7aa8de07c36106a","name":"Push message with escaped characters payload","time":{"start":1728381711646,"stop":1728381711647,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cd5bd4ca954efa5","name":"should not receive a peer event before start","time":{"start":1728381383545,"stop":1728381383545,"duration":0},"status":"passed","severity":"normal"},{"uid":"358c5a885e85e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"964c881f9e813690","name":"Push message with long payload","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"status":"passed","severity":"normal"},{"uid":"103e60936a2a724e","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728381416765,"stop":1728381416770,"duration":5},"status":"passed","severity":"normal"},{"uid":"fce7c58d1edb2e40","name":"Push message with Chinese payload","time":{"start":1728381680434,"stop":1728381680438,"duration":4},"status":"passed","severity":"normal"},{"uid":"7f3f5b5f6ee5b11","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"status":"passed","severity":"normal"},{"uid":"34a9cbd8930f2e4c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728381521341,"stop":1728381521342,"duration":1},"status":"passed","severity":"normal"},{"uid":"e60dbcb07c932e27","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7729a317e0a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"def7af7ad0175d68","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728381521327,"stop":1728381521340,"duration":13},"status":"passed","severity":"normal"},{"uid":"8ec54fc521dd7556","name":"Query generator for multiple messages with different content topic format","time":{"start":1728381762405,"stop":1728381762405,"duration":0},"status":"passed","severity":"normal"},{"uid":"64686184e12c75e4","name":"Check received message containing shell command","time":{"start":1728381658370,"stop":1728381658370,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca51ef9da997f464","name":"Check received message containing JSON","time":{"start":1728381526515,"stop":1728381526515,"duration":0},"status":"passed","severity":"normal"},{"uid":"1072ac166edba665","name":"Check message with invalid timestamp is not received","time":{"start":1728381658388,"stop":1728381658388,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e937226cf08c30","name":"Push message with special chars payload","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"status":"passed","severity":"normal"},{"uid":"d709365e12c2326b","name":"Relay + Store","time":{"start":1728381364430,"stop":1728381364430,"duration":0},"status":"passed","severity":"normal"},{"uid":"c17311d692f90cf","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381749043,"stop":1728381749043,"duration":0},"status":"passed","severity":"normal"},{"uid":"71931a9c6a1729cd","name":"Symmetric encrypt & Decrypt","time":{"start":1728381390013,"stop":1728381390013,"duration":0},"status":"passed","severity":"normal"},{"uid":"78f0e09dfc3cf970","name":"Using a function","time":{"start":1728381772750,"stop":1728381772751,"duration":1},"status":"passed","severity":"normal"},{"uid":"5979d6b9392613ca","name":"Push message with meta","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"status":"passed","severity":"normal"},{"uid":"37887a60a59b1d8d","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"status":"passed","severity":"normal"},{"uid":"e516f2f2fccf334f","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728381613868,"stop":1728381613868,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e15eac5c8415671","name":"Subscribe to topic containing long and receive message","time":{"start":1728381557228,"stop":1728381557228,"duration":0},"status":"passed","severity":"normal"},{"uid":"60f6ea6030ab9209","name":"Decrypt messages","time":{"start":1728381660636,"stop":1728381660636,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2f40c65268e185a","name":"Rejects garbage","time":{"start":1728381394403,"stop":1728381394403,"duration":0},"status":"passed","severity":"normal"},{"uid":"950bbb76482c34fa","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b2d93d38fa7d21","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381545556,"stop":1728381545557,"duration":1},"status":"passed","severity":"normal"},{"uid":"189c05601ace89a5","name":"Query generator for multiple messages with different message text format","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"status":"passed","severity":"normal"},{"uid":"74aa7e1af5c99cdc","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381545550,"stop":1728381545550,"duration":0},"status":"passed","severity":"normal"},{"uid":"6120a175597466c7","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381749013,"stop":1728381749015,"duration":2},"status":"passed","severity":"normal"},{"uid":"6595800c1045a383","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a068cfff1b9aa18","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"status":"passed","severity":"normal"},{"uid":"616f45f3af1f342f","name":"Check received message containing SQL Injection","time":{"start":1728381658379,"stop":1728381658380,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3a74b458578d27a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728381521294,"stop":1728381521294,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4298492d9092687","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"3503f7c6e12ddd37","name":"should encode/decode to RLP encoding","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"434a3f4b63f0563","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728381439738,"stop":1728381439739,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1e9e8c5d2946d53","name":"Number of peers are maintained correctly","time":{"start":1728381475913,"stop":1728381475914,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6224540dd9de7e1","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728381379242,"stop":1728381379243,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc1ae730c0eafb86","name":"Check received message containing SQL Injection","time":{"start":1728381526511,"stop":1728381526512,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e2072507d559cea","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728381521326,"stop":1728381521327,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2752639803b085c","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728381842826,"stop":1728381842826,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f017c935973b9d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9c125f4d53c9051","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728381379406,"stop":1728381379407,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c6c4e782be5ee259","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728381842825,"stop":1728381842826,"duration":1},"status":"passed","severity":"normal"},{"uid":"2472a850613e19ac","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bc8f8d88e58bd2","name":"returns only open connection if one present","time":{"start":1728381371460,"stop":1728381371461,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf0521916f599222","name":"should encode/decode to text encoding","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"304623e9579493dc","name":"different cluster, same shard: nodes don't connect","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6dc51e7f340789e","name":"should only return 1 node with relay and store capability","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa5b558e29cb60d","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689154,"stop":1728381689155,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2026dd5e00690e9","name":"Nodes with multiple pubsub topic","time":{"start":1728381685602,"stop":1728381685603,"duration":1},"status":"passed","severity":"normal"},{"uid":"da732b2f2d051ae","name":"Generator, custom pubsub topic","time":{"start":1728381763774,"stop":1728381763775,"duration":1},"status":"passed","severity":"normal"},{"uid":"1af5c355fddf8e10","name":"tcp ip4 address","time":{"start":1728381363825,"stop":1728381363825,"duration":0},"status":"passed","severity":"normal"},{"uid":"58aec949c205dad4","name":"addEventListener with wrong event","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"status":"passed","severity":"normal"},{"uid":"c128d829e7f9928a","name":"Check received message containing Arabic","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c93f58f2b11afe","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728381613874,"stop":1728381613874,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e76efd73835ec50","name":"Check message with no content topic is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"9be6c24fff5537cd","name":"Push message with unicode special characters payload","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"status":"passed","severity":"normal"},{"uid":"565469f6aada479a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728381685605,"stop":1728381685607,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f7aba9153d18273","name":"throws on content topic with generation field greater than 0","time":{"start":1728381355954,"stop":1728381355955,"duration":1},"status":"passed","severity":"normal"},{"uid":"25ff6016a0085dbe","name":"Check received message containing unicode special characters","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"status":"passed","severity":"normal"},{"uid":"19be7d72a6c8c276","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728381613871,"stop":1728381613872,"duration":1},"status":"passed","severity":"normal"},{"uid":"50e1257c10fce339","name":"Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689156,"stop":1728381689158,"duration":2},"status":"passed","severity":"normal"},{"uid":"8dde41a4442b3d5c","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728381379239,"stop":1728381379240,"duration":1},"status":"passed","severity":"normal"},{"uid":"d58e2a38548c05ea","name":"Push message on custom pubsubTopic","time":{"start":1728381615368,"stop":1728381615368,"duration":0},"status":"passed","severity":"normal"},{"uid":"86a37924a319c8f7","name":"Reusing cursor across nodes","time":{"start":1728381737936,"stop":1728381737937,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f6488286e3ba014","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381749026,"stop":1728381749032,"duration":6},"status":"passed","severity":"normal"},{"uid":"52ba4ab445b7c5a9","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728381696823,"stop":1728381696824,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a623b7c7d16b59d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728381423076,"stop":1728381423078,"duration":2},"status":"skipped","severity":"normal"},{"uid":"90577a250d0d2838","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381557262,"stop":1728381557263,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a7fb98d6efc38c0","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"496369c59bf52af4","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728381355968,"stop":1728381355969,"duration":1},"status":"passed","severity":"normal"},{"uid":"b24122876e806039","name":"Query generator for multiple messages","time":{"start":1728381762403,"stop":1728381762403,"duration":0},"status":"passed","severity":"normal"},{"uid":"243c55ec34070ab1","name":"Push message with Script payload","time":{"start":1728381711644,"stop":1728381711645,"duration":1},"status":"passed","severity":"normal"},{"uid":"10820b5e85d9140d","name":"Publish message with rate limit","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"status":"passed","severity":"normal"},{"uid":"6996a436b4d382d7","name":"Relay - dialed after","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"status":"passed","severity":"normal"},{"uid":"253c78621b2556e2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"status":"passed","severity":"normal"},{"uid":"2921ee0350e6fc97","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728381613872,"stop":1728381613872,"duration":0},"status":"passed","severity":"normal"},{"uid":"8631c66177d3cf79","name":"random static sharding 10 - Cluster ID: 807, Shard ID: 935","time":{"start":1728381745559,"stop":1728381745559,"duration":0},"status":"passed","severity":"normal"},{"uid":"814fd728b641488e","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"90894060bcb9943d","name":"should throw an error for missing required configuration","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e6ee325187e15a1","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728381696824,"stop":1728381696825,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a36ef6b070612ca","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728381521304,"stop":1728381521304,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e5fb6ed351aaa6f","name":"Push message with emoji payload","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b3f5f20af60f64a","name":"Publish without waiting for remote peer","time":{"start":1728381696822,"stop":1728381696823,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d958f58a6cea306","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381545560,"stop":1728381545560,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c007e6ff67fa962","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"status":"passed","severity":"normal"},{"uid":"c099dfb664d5d719","name":"Check message with non string payload is not received","time":{"start":1728381658389,"stop":1728381658390,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b2d6af9625ddcb5","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e3a019aeedd9b46","name":"LightPush with 0 connections","time":{"start":1728381554775,"stop":1728381554776,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2ff21132e225997","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728381371415,"stop":1728381371416,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4da32e55cdb4912","name":"Check received message containing escaped characters","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cdfd0df2b6fa45a","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728381389458,"stop":1728381389459,"duration":1},"status":"passed","severity":"normal"},{"uid":"a41a39722a56b43d","name":"should not fail to start the service if it is already started","time":{"start":1728381383544,"stop":1728381383544,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aaaf71459106c72","name":"stop","time":{"start":1728381449301,"stop":1728381449301,"duration":0},"status":"passed","severity":"normal"},{"uid":"2783a2b44110b676","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461639,"stop":1728381461640,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ae3366e3e147c89","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728381409085,"stop":1728381409091,"duration":6},"status":"passed","severity":"normal"},{"uid":"b2d288a78c06067e","name":"start node with empty shard should fail","time":{"start":1728381745565,"stop":1728381745566,"duration":1},"status":"passed","severity":"normal"},{"uid":"44c6059730b4e0be","name":"Check received message containing Russian","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fec72e158dc663b","name":"different cluster, same shard: nodes don't connect","time":{"start":1728381521285,"stop":1728381521286,"duration":1},"status":"passed","severity":"normal"},{"uid":"a94fe1077acfed2f","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728381416762,"stop":1728381416765,"duration":3},"status":"passed","severity":"normal"},{"uid":"ea27a88c663aa8c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd35a3a2352c933","name":"Check received message with timestamp: 1728381408830 ","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ce91a870db29a78","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728381355976,"stop":1728381355977,"duration":1},"status":"passed","severity":"normal"},{"uid":"f37ce73c656d37b","name":"Ephemeral field set to true","time":{"start":1728381371849,"stop":1728381371850,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0965829f3559c5a","name":"should properly create location multiaddrs - tcp6","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"118b5dd6854c87e9","name":"Check message received after jswaku node is restarted","time":{"start":1728381526533,"stop":1728381526533,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d61e3cbcb141bd0b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728381378684,"stop":1728381378685,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88d4b2e8870354c","name":"can dial TLS multiaddrs","time":{"start":1728381618750,"stop":1728381618750,"duration":0},"status":"passed","severity":"normal"},{"uid":"246e082be0c8cb4c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381545564,"stop":1728381545566,"duration":2},"status":"passed","severity":"normal"},{"uid":"e3ae4264bf68c852","name":"Push message with custom timestamp: 1728385146003","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4d23195cc78941b","name":"Push message with special chars payload","time":{"start":1728381680433,"stop":1728381680434,"duration":1},"status":"passed","severity":"normal"},{"uid":"f28f2b27e835e618","name":"Check received message containing Chinese","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"status":"passed","severity":"normal"},{"uid":"c94a1319f846cb83","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728381371417,"stop":1728381371418,"duration":1},"status":"passed","severity":"normal"},{"uid":"b15d5093870d6714","name":"Refresh subscription","time":{"start":1728381749023,"stop":1728381749023,"duration":0},"status":"passed","severity":"normal"},{"uid":"49e5ee549841635","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728381379243,"stop":1728381379244,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1df345df88abdae","name":"Push message with content topic containing numeric","time":{"start":1728381711650,"stop":1728381711659,"duration":9},"status":"passed","severity":"normal"},{"uid":"5b6348d7b2306fc9","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728381363567,"stop":1728381363568,"duration":1},"status":"passed","severity":"normal"},{"uid":"a89d6f654cdea4af","name":"Light Node - default protocols","time":{"start":1728381800486,"stop":1728381800487,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ff49103d4b9c019","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728381613868,"stop":1728381613871,"duration":3},"status":"passed","severity":"normal"},{"uid":"d544bffeccb8aee5","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381749041,"stop":1728381749043,"duration":2},"status":"passed","severity":"normal"},{"uid":"a0e35b62a89568a3","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728381363574,"stop":1728381363575,"duration":1},"status":"passed","severity":"normal"},{"uid":"18c1dc053fa0a213","name":"can start the service","time":{"start":1728381383542,"stop":1728381383542,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e43b56de926582a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728381521315,"stop":1728381521316,"duration":1},"status":"passed","severity":"normal"},{"uid":"90a936a1253c31e8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"status":"passed","severity":"normal"},{"uid":"758c246d626efd8","name":"Check received message containing numeric","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b8823ee26f909e0","name":"should get / set UDP multiaddr","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"status":"passed","severity":"normal"},{"uid":"9430cef6da6f37e5","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728381774346,"stop":1728381774347,"duration":1},"status":"passed","severity":"normal"},{"uid":"382fd0561ae6ccd9","name":"Push 30 different messages","time":{"start":1728381680454,"stop":1728381680455,"duration":1},"status":"passed","severity":"normal"},{"uid":"9128329325b4f9ff","name":"topics with same application and version share the same shard","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c2b4044d0419991","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"status":"passed","severity":"normal"},{"uid":"b206aa3357f968b0","name":"start node with empty content topic","time":{"start":1728381719627,"stop":1728381719628,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1ca5f75520b2a5b","name":"Passing page size 110 when there are 120 messages","time":{"start":1728381766200,"stop":1728381766200,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b0e8f1c89044701","name":"Subscribe to topic containing short and receive message","time":{"start":1728381749051,"stop":1728381749052,"duration":1},"status":"passed","severity":"normal"},{"uid":"85e21668191cf9a","name":"Check message with no payload is not received","time":{"start":1728381526521,"stop":1728381526524,"duration":3},"status":"passed","severity":"normal"},{"uid":"731c3e5e050bab07","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbc8e7f3a677d600","name":"Push message with Chinese payload","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c088d4e63632b1b","name":"Push message with short payload","time":{"start":1728381711637,"stop":1728381711642,"duration":5},"status":"passed","severity":"normal"},{"uid":"84a3e9826f90c00c","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c074f6c9f472f3","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728381415527,"stop":1728381415529,"duration":2},"status":"passed","severity":"normal"},{"uid":"96ea9116538404b5","name":"should emit a peer event after start","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"status":"passed","severity":"normal"},{"uid":"19638e744faa9552","name":"unsubscribes","time":{"start":1728381766730,"stop":1728381766730,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f2eece7ea87cf9b","name":"should only return 1 node with store capability","time":{"start":1728381379404,"stop":1728381379405,"duration":1},"status":"passed","severity":"normal"},{"uid":"f86f525263e7fa29","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728381461634,"stop":1728381461635,"duration":1},"status":"passed","severity":"normal"},{"uid":"55deb6ee3694b5ad","name":"groups content topics by expected pubsub topic","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"e825120dee0a20f2","name":"Overlapping topic subscription","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"status":"passed","severity":"normal"},{"uid":"116588cc63be10d3","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728381521319,"stop":1728381521319,"duration":0},"status":"passed","severity":"normal"},{"uid":"e565fe543312239a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"status":"passed","severity":"normal"},{"uid":"46a3d4e4ab64a182","name":"getPeersByDiscovery","time":{"start":1728381715118,"stop":1728381715118,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fea4ddabc82afd","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728381363554,"stop":1728381363556,"duration":2},"status":"passed","severity":"normal"},{"uid":"498d815673d3bb1d","name":"Check message with no content topic is not received","time":{"start":1728381526520,"stop":1728381526520,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e0297df2c6e0dc","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"16d384b80281269c","name":"Refresh subscription","time":{"start":1728381696825,"stop":1728381696826,"duration":1},"status":"skipped","severity":"normal"},{"uid":"829c9055bec2eab8","name":"Check publish message containing Russian","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"status":"passed","severity":"normal"},{"uid":"105ef7092e60ac40","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381485020,"stop":1728381485021,"duration":1},"status":"passed","severity":"normal"},{"uid":"67caa04bfd165f69","name":"random static sharding 8 - Cluster ID: 458, Shard ID: 920","time":{"start":1728381745557,"stop":1728381745558,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e17014d524a128d","name":"should return false","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab61e3b0dda4908c","name":"Store - dialed first","time":{"start":1728381800484,"stop":1728381800485,"duration":1},"status":"passed","severity":"normal"},{"uid":"f226aa4994e046ab","name":"Push message with content topic containing short","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b6704d1867583e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381749065,"stop":1728381749068,"duration":3},"status":"passed","severity":"normal"},{"uid":"65c9945d883232e4","name":"handles empty shards array correctly","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"status":"passed","severity":"normal"},{"uid":"664c37e0f09ef5a7","name":"Callback on promise, aborts when callback returns true","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5969faab7d60c4","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728381363573,"stop":1728381363574,"duration":1},"status":"passed","severity":"normal"},{"uid":"6457dd74126a3122","name":"Check publish message containing special chars","time":{"start":1728381689146,"stop":1728381689146,"duration":0},"status":"passed","severity":"normal"},{"uid":"8db7c4a263796e1a","name":"Push message with content topic containing special chars","time":{"start":1728381711659,"stop":1728381711660,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c47d3c4885665a7","name":"Waku message hash computation (payload length 0)","time":{"start":1728381358362,"stop":1728381358362,"duration":0},"status":"passed","severity":"normal"},{"uid":"f953cef90621b29e","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728381423075,"stop":1728381423076,"duration":1},"status":"skipped","severity":"normal"},{"uid":"6590bd442bfee45a","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"status":"passed","severity":"normal"},{"uid":"44197379c265eca1","name":"Fails to push message with empty content topic","time":{"start":1728381711674,"stop":1728381711676,"duration":2},"status":"passed","severity":"normal"},{"uid":"edce591c9a058565","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381658387,"stop":1728381658388,"duration":1},"status":"passed","severity":"normal"},{"uid":"71fbf25109fd0603","name":"Check publish message containing Chinese","time":{"start":1728381689146,"stop":1728381689147,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fb38ea0669482ee","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728381696870,"stop":1728381696870,"duration":0},"status":"passed","severity":"normal"},{"uid":"22b29d4a45f5b0f1","name":"Push message with content topic containing JSON","time":{"start":1728381711665,"stop":1728381711669,"duration":4},"status":"passed","severity":"normal"},{"uid":"919c379e8e9c6884","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728381685600,"stop":1728381685601,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c26be2e86e71541","name":"Should update shard info","time":{"start":1728381634683,"stop":1728381634683,"duration":0},"status":"passed","severity":"normal"},{"uid":"d94e92136509872d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"8910521ed5c4e252","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728381696841,"stop":1728381696842,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae97e5298440b90","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"status":"passed","severity":"normal"},{"uid":"8addad0222e50175","name":"Push message with content topic containing emoji","time":{"start":1728381711671,"stop":1728381711674,"duration":3},"status":"passed","severity":"normal"},{"uid":"232a3458cebbb68a","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f6c0b1b607ac92","name":"Fields are not dropped","time":{"start":1728381370640,"stop":1728381370649,"duration":9},"status":"passed","severity":"normal"},{"uid":"35533c0c77a2618f","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728381363564,"stop":1728381363565,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f81b072d746939e","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381749068,"stop":1728381749068,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07c383a54ee8493","name":"Filter with 1 connections","time":{"start":1728381554778,"stop":1728381554778,"duration":0},"status":"passed","severity":"normal"},{"uid":"31882c15f6681775","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381749059,"stop":1728381749060,"duration":1},"status":"passed","severity":"normal"},{"uid":"d25d81aaf5ada2ce","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"status":"passed","severity":"normal"},{"uid":"43a4133bf90c79c9","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728381409091,"stop":1728381409093,"duration":2},"status":"passed","severity":"normal"},{"uid":"43314f3af55a048e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f18c31c2a39441","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728381696827,"stop":1728381696834,"duration":7},"status":"passed","severity":"normal"},{"uid":"d3c656a42d816e18","name":"Renews subscription after lossing a connection","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"status":"passed","severity":"normal"},{"uid":"442845ebb7b0c402","name":"pre and post cipher","time":{"start":1728381390014,"stop":1728381390014,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a46bc9a5ba59690","name":"should throw error - no public key","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe484ab9cb668c3","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"status":"passed","severity":"normal"},{"uid":"5785c1fb48fea47d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381749054,"stop":1728381749055,"duration":1},"status":"passed","severity":"normal"},{"uid":"ead5180888e7513a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728381842826,"stop":1728381842827,"duration":1},"status":"passed","severity":"normal"},{"uid":"3975b39ac59d24ed","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46122cb15dbda60","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461617,"stop":1728381461623,"duration":6},"status":"passed","severity":"normal"},{"uid":"4d36b6f1dc285ea7","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728381759211,"stop":1728381759211,"duration":0},"status":"passed","severity":"normal"},{"uid":"6563367d40066596","name":"Check publish message containing Basic HTML tag","time":{"start":1728381689151,"stop":1728381689152,"duration":1},"status":"passed","severity":"normal"},{"uid":"de2232b3ef9c7411","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"status":"passed","severity":"normal"},{"uid":"97dde13f6838ad48","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d956cf716445da","name":"should properly compute the node id","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"82a2a5dc417a5210","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728381364429,"stop":1728381364430,"duration":1},"status":"passed","severity":"normal"},{"uid":"69704a19bbe8dc1a","name":"should properly create location multiaddrs - udp6","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa1fdcaee7fb7e8","name":"Used by Waku Relay","time":{"start":1728381772751,"stop":1728381772751,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac2d917bb2acfb70","name":"should encodeTxt and decodeTxt","time":{"start":1728381364409,"stop":1728381364409,"duration":0},"status":"passed","severity":"normal"},{"uid":"9047d138ffc54732","name":"should create a new stream if no existing for protocol found","time":{"start":1728381371410,"stop":1728381371410,"duration":0},"status":"passed","severity":"normal"},{"uid":"9833ef5b3b031a50","name":"safeDispatchEvent","time":{"start":1728381449300,"stop":1728381449301,"duration":1},"status":"passed","severity":"normal"},{"uid":"324d4eab605c7f65","name":"Promise Callback - false","time":{"start":1728381756573,"stop":1728381756573,"duration":0},"status":"passed","severity":"normal"},{"uid":"e71a7bb79bf6f051","name":"Encoder throws on empty string content topic","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf83d2c5292ddb1","name":"Passing invalid cursor","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bc4fd1d1785ef02","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381749034,"stop":1728381749035,"duration":1},"status":"passed","severity":"normal"},{"uid":"526b337eb9a50690","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728381521342,"stop":1728381521343,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b69aecf585dc42","name":"Push message with SQL Injection payload","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"status":"passed","severity":"normal"},{"uid":"aedbfba2eef9666b","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"18bb0a835affb5e9","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381454672,"stop":1728381454672,"duration":0},"status":"passed","severity":"normal"},{"uid":"325ebf39288cf9c9","name":"Sets default value correctly","time":{"start":1728381772752,"stop":1728381772752,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa9d5ecda3e8fed","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ec1928c2902742","name":"should not fail to start the service if it is already started","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"status":"passed","severity":"normal"},{"uid":"5825a99f62d4306","name":"Ping on subscribed peer","time":{"start":1728381454670,"stop":1728381454670,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c451e3a25f56cb0","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615369,"stop":1728381615369,"duration":0},"status":"passed","severity":"normal"},{"uid":"846bfef328087042","name":"Check received message containing JSON","time":{"start":1728381658381,"stop":1728381658384,"duration":3},"status":"passed","severity":"normal"},{"uid":"46f49e5e45812c4f","name":"Push message with Arabic payload","time":{"start":1728381680439,"stop":1728381680439,"duration":0},"status":"passed","severity":"normal"},{"uid":"199ba08694efdb0a","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3946ca2333a1809","name":"Check message with no pubsub topic is not received","time":{"start":1728381526519,"stop":1728381526520,"duration":1},"status":"passed","severity":"normal"},{"uid":"aad037288cfa22b0","name":"Ping on unsubscribed peer","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"status":"passed","severity":"normal"},{"uid":"4add48d0f29d981e","name":"Check message with non string payload is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"d06387da98093bb4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381749057,"stop":1728381749058,"duration":1},"status":"passed","severity":"normal"},{"uid":"c322f6810f5ce095","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728381355974,"stop":1728381355975,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c90bed5190c83f0","name":"should push to available amount of connection if less than required","time":{"start":1728381580778,"stop":1728381580785,"duration":7},"status":"passed","severity":"normal"},{"uid":"68ccde34a02ce9e3","name":"should throw error - no id","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f197fae1a4b9564","name":"Passing an array","time":{"start":1728381772749,"stop":1728381772750,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4b00e271f868e78","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381557270,"stop":1728381557270,"duration":0},"status":"passed","severity":"normal"},{"uid":"9103d9bccd04181f","name":"random static sharding 5 - Cluster ID: 443, Shard ID: 725","time":{"start":1728381745555,"stop":1728381745556,"duration":1},"status":"passed","severity":"normal"},{"uid":"da84f2da4afe5767","name":"Check received message containing Russian","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b78259144ef6000","name":"Check received message containing XML","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1dd46f8434c4196","name":"should properly create location multiaddrs - udp","time":{"start":1728381364427,"stop":1728381364428,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5acf0066648dace","name":"Overlapping topic subscription","time":{"start":1728381696826,"stop":1728381696827,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4661f1c21a8f8661","name":"Subscribe to topic containing short and publish message","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa04d457d294cd7b","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728381521306,"stop":1728381521308,"duration":2},"status":"passed","severity":"normal"},{"uid":"ccb4d026ea9ea598","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521295,"stop":1728381521296,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ffadce8e4cf29","name":"addEventListener with correct event","time":{"start":1728381449297,"stop":1728381449297,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cc9e939d16ab9d5","name":"Store - dialed after - with timeout","time":{"start":1728381800485,"stop":1728381800485,"duration":0},"status":"passed","severity":"normal"},{"uid":"e75210b7ef12d21d","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","time":{"start":1728381719620,"stop":1728381719621,"duration":1},"status":"passed","severity":"normal"},{"uid":"14fab5351a0aeba2","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"99df7b78b115d690","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381557210,"stop":1728381557211,"duration":1},"status":"passed","severity":"normal"},{"uid":"37c57a873fa45cb5","name":"Push message with JSON payload","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"status":"passed","severity":"normal"},{"uid":"254d1e87b6213543","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728381371412,"stop":1728381371412,"duration":0},"status":"passed","severity":"normal"},{"uid":"f18f1df5d77a3a4a","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728381371411,"stop":1728381371411,"duration":0},"status":"passed","severity":"normal"},{"uid":"c550cc9ba1f776ae","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521318,"stop":1728381521318,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a17d6cbf73661db","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcaa10e23375363c","name":"Nodes with multiple pubsub topic","time":{"start":1728381685605,"stop":1728381685605,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a5b8954e46bc998","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381485020,"stop":1728381485020,"duration":0},"status":"passed","severity":"normal"},{"uid":"a369879366883360","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"d946ad76c471ebf5","name":"Check received message containing XML","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9f0cf2e7494c6c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"29bb037f08ba2dae","name":"Subscribe to topic containing Script and publish message","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee112d190341e39","name":"Check received message with timestamp: 1728381408830000000 ","time":{"start":1728381658386,"stop":1728381658386,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7624ed06e78a25","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bbc2f619f16888d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381545566,"stop":1728381545566,"duration":0},"status":"passed","severity":"normal"},{"uid":"c67a3b8076e053bb","name":"dispatchEvent via connectionManager","time":{"start":1728381449300,"stop":1728381449300,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9d390cf2a12113","name":"Check received message containing Script","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c7b5aa90a8e3322","name":"through manual discovery","time":{"start":1728381618751,"stop":1728381618751,"duration":0},"status":"passed","severity":"normal"},{"uid":"df43b196c9ed874b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"status":"passed","severity":"normal"},{"uid":"540d4aaf6ddab18c","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b95899e5b6f1a1","name":"should be able to encode the field with only STORE set to true","time":{"start":1728381363559,"stop":1728381363560,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6191746e7359304","name":"should set field with only FILTER enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"99fe8340c7d31cdc","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381557211,"stop":1728381557215,"duration":4},"status":"passed","severity":"normal"},{"uid":"ea42235603c0c71a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381749046,"stop":1728381749046,"duration":0},"status":"passed","severity":"normal"},{"uid":"94183757dd58d059","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728381521290,"stop":1728381521291,"duration":1},"status":"passed","severity":"normal"},{"uid":"acce5a150af4fdf5","name":"should not receive a peer event after stop","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e708ba219a6382","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cbf5275112e6d4a","name":"Should update multiaddrs","time":{"start":1728381634682,"stop":1728381634683,"duration":1},"status":"passed","severity":"normal"},{"uid":"24163810dd9de665","name":"Push message with XML payload","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"status":"passed","severity":"normal"},{"uid":"672ecbf73960d976","name":"Check received message with timestamp: 1728381408400 ","time":{"start":1728381526517,"stop":1728381526518,"duration":1},"status":"passed","severity":"normal"},{"uid":"91a4d8bc74f2d447","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"status":"passed","severity":"normal"},{"uid":"531ba2386604708","name":"random static sharding 3 - Cluster ID: 682, Shard ID: 259","time":{"start":1728381745554,"stop":1728381745554,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce3c8efb1ca13a0","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd13f6a2133fb652","name":"should be called for bootstrap peers","time":{"start":1728381416761,"stop":1728381416762,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4acdd53e2be19c6","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728381613866,"stop":1728381613866,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde8cc887adbbc28","name":"Check received message containing emoji","time":{"start":1728381658385,"stop":1728381658386,"duration":1},"status":"passed","severity":"normal"},{"uid":"6be9c6e7601080ce","name":"Push message with Basic HTML tag payload","time":{"start":1728381680446,"stop":1728381680449,"duration":3},"status":"passed","severity":"normal"},{"uid":"5edb339d6e36e4f","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728381696834,"stop":1728381696838,"duration":4},"status":"passed","severity":"normal"},{"uid":"27dc9a2ee56a35fd","name":"Check received message containing XML","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f346b076ca7fde9","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9619f30dc94574f","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381557253,"stop":1728381557262,"duration":9},"status":"passed","severity":"normal"},{"uid":"4349adb6be080b46","name":"handles different networkShards values correctly","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdc0939ec09b8a8","name":"Overlapping topic subscription","time":{"start":1728381749022,"stop":1728381749023,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce9200c205f6573f","name":"Sign & Recover","time":{"start":1728381390014,"stop":1728381390015,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ac3a089d0ed9c76","name":"new peer added after a peer was already found","time":{"start":1728381715118,"stop":1728381715119,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9d683be83205f3ed","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521326,"stop":1728381521326,"duration":0},"status":"passed","severity":"normal"},{"uid":"73a889616d614ebc","name":"Ping on peer without subscriptions","time":{"start":1728381452650,"stop":1728381452650,"duration":0},"status":"passed","severity":"normal"},{"uid":"da16effead2ec4a9","name":"A test","time":{"start":1728381614000,"stop":1728381614001,"duration":1},"status":"passed","severity":"normal"},{"uid":"8068ce07270cb9e7","name":"Generator, custom pubsub topic","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"status":"passed","severity":"normal"},{"uid":"a42ef12c8137a08b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f9d2cf29aeb91d4","name":"Relay","time":{"start":1728381415229,"stop":1728381415230,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7530/widgets/history-trend.json b/7530/widgets/history-trend.json index 8f4846b51d8..dd280554cce 100644 --- a/7530/widgets/history-trend.json +++ b/7530/widgets/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":845,"unknown":0,"total":867}},{"buildOrder":7529,"reportUrl":"https://waku-org.github.io/js-waku/7529/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7528,"reportUrl":"https://waku-org.github.io/js-waku/7528/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":7527,"reportUrl":"https://waku-org.github.io/js-waku/7527/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":788,"unknown":0,"total":811}},{"buildOrder":7526,"reportUrl":"https://waku-org.github.io/js-waku/7526/","reportName":"Allure Report with history","data":{"failed":0,"broken":5,"skipped":21,"passed":773,"unknown":0,"total":799}},{"buildOrder":7525,"reportUrl":"https://waku-org.github.io/js-waku/7525/","reportName":"Allure Report with history","data":{"failed":0,"broken":7,"skipped":17,"passed":723,"unknown":0,"total":747}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7524,"reportUrl":"https://waku-org.github.io/js-waku/7524/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":17,"passed":656,"unknown":0,"total":691}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"failed":0,"broken":69,"skipped":15,"passed":430,"unknown":0,"total":514}},{"buildOrder":7523,"reportUrl":"https://waku-org.github.io/js-waku/7523/","reportName":"Allure Report with history","data":{"failed":0,"broken":68,"skipped":15,"passed":434,"unknown":0,"total":517}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"failed":0,"broken":69,"skipped":15,"passed":426,"unknown":0,"total":510}},{"buildOrder":7521,"reportUrl":"https://waku-org.github.io/js-waku/7521/","reportName":"Allure Report with history","data":{"failed":0,"broken":49,"skipped":15,"passed":419,"unknown":0,"total":483}},{"buildOrder":7522,"reportUrl":"https://waku-org.github.io/js-waku/7522/","reportName":"Allure Report with history","data":{"failed":0,"broken":70,"skipped":15,"passed":430,"unknown":0,"total":515}},{"buildOrder":7520,"reportUrl":"https://waku-org.github.io/js-waku/7520/","reportName":"Allure Report with history","data":{"failed":0,"broken":43,"skipped":11,"passed":346,"unknown":0,"total":400}},{"buildOrder":7519,"reportUrl":"https://waku-org.github.io/js-waku/7519/","reportName":"Allure Report with history","data":{"failed":0,"broken":46,"skipped":11,"passed":345,"unknown":0,"total":402}},{"buildOrder":7518,"reportUrl":"https://waku-org.github.io/js-waku/7518/","reportName":"Allure Report with history","data":{"failed":0,"broken":44,"skipped":15,"passed":410,"unknown":0,"total":469}},{"buildOrder":7516,"reportUrl":"https://waku-org.github.io/js-waku/7516/","reportName":"Allure Report with history","data":{"failed":0,"broken":75,"skipped":19,"passed":593,"unknown":0,"total":687}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"failed":0,"broken":68,"skipped":15,"passed":434,"unknown":0,"total":517}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7514,"reportUrl":"https://waku-org.github.io/js-waku/7514/","reportName":"Allure Report with history","data":{"failed":0,"broken":19,"skipped":21,"passed":819,"unknown":0,"total":859}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":853,"unknown":0,"total":875}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":845,"unknown":0,"total":867}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":819,"unknown":0,"total":859}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":819,"unknown":0,"total":859}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7530/widgets/retry-trend.json b/7530/widgets/retry-trend.json index 02dd2f0f918..a0807e79e4d 100644 --- a/7530/widgets/retry-trend.json +++ b/7530/widgets/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7529,"reportUrl":"https://waku-org.github.io/js-waku/7529/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7528,"reportUrl":"https://waku-org.github.io/js-waku/7528/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":7527,"reportUrl":"https://waku-org.github.io/js-waku/7527/","reportName":"Allure Report with history","data":{"run":811,"retry":2}},{"buildOrder":7526,"reportUrl":"https://waku-org.github.io/js-waku/7526/","reportName":"Allure Report with history","data":{"run":799,"retry":2}},{"buildOrder":7525,"reportUrl":"https://waku-org.github.io/js-waku/7525/","reportName":"Allure Report with history","data":{"run":747,"retry":2}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7524,"reportUrl":"https://waku-org.github.io/js-waku/7524/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"run":514,"retry":2}},{"buildOrder":7523,"reportUrl":"https://waku-org.github.io/js-waku/7523/","reportName":"Allure Report with history","data":{"run":517,"retry":2}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"run":510,"retry":2}},{"buildOrder":7521,"reportUrl":"https://waku-org.github.io/js-waku/7521/","reportName":"Allure Report with history","data":{"run":483,"retry":2}},{"buildOrder":7522,"reportUrl":"https://waku-org.github.io/js-waku/7522/","reportName":"Allure Report with history","data":{"run":515,"retry":2}},{"buildOrder":7520,"reportUrl":"https://waku-org.github.io/js-waku/7520/","reportName":"Allure Report with history","data":{"run":400,"retry":1}},{"buildOrder":7519,"reportUrl":"https://waku-org.github.io/js-waku/7519/","reportName":"Allure Report with history","data":{"run":402,"retry":1}},{"buildOrder":7518,"reportUrl":"https://waku-org.github.io/js-waku/7518/","reportName":"Allure Report with history","data":{"run":469,"retry":2}},{"buildOrder":7516,"reportUrl":"https://waku-org.github.io/js-waku/7516/","reportName":"Allure Report with history","data":{"run":687,"retry":2}},{"buildOrder":7517,"reportUrl":"https://waku-org.github.io/js-waku/7517/","reportName":"Allure Report with history","data":{"run":517,"retry":2}},{"buildOrder":7515,"reportUrl":"https://waku-org.github.io/js-waku/7515/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7514,"reportUrl":"https://waku-org.github.io/js-waku/7514/","reportName":"Allure Report with history","data":{"run":859,"retry":2}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"run":875,"retry":2}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"run":859,"retry":2}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"run":859,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7530/widgets/severity.json b/7530/widgets/severity.json index 98723d84b57..c9483dbcbb1 100644 --- a/7530/widgets/severity.json +++ b/7530/widgets/severity.json @@ -1 +1 @@ -[{"uid":"caef9ce8e502f642","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728086207873,"stop":1728086207873,"duration":0},"status":"passed","severity":"normal"},{"uid":"37be7faad9270c52","name":"Push message with rate limit","time":{"start":1728086226485,"stop":1728086226495,"duration":10},"status":"passed","severity":"normal"},{"uid":"2c41ad45855a1950","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ac45e379ee59447","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"status":"passed","severity":"normal"},{"uid":"c364649323848a47","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728086203137,"stop":1728086203138,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dc626ed6c1a0246","name":"Symmetric encrypt & Decrypt","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ae38b3d1c00ecbb","name":"Check received message containing numeric","time":{"start":1728086171701,"stop":1728086171701,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e2301d79d8b5e32","name":"Rejects garbage","time":{"start":1728085902768,"stop":1728085902769,"duration":1},"status":"passed","severity":"normal"},{"uid":"92e7b88b80464534","name":"can start the service","time":{"start":1728085929870,"stop":1728085929870,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed31f83a8705f46b","name":"Check received message containing XML","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"status":"passed","severity":"normal"},{"uid":"d015669b7ef140cd","name":"Check publish message containing escaped characters","time":{"start":1728086203099,"stop":1728086203113,"duration":14},"status":"passed","severity":"normal"},{"uid":"e89ab36a587b285b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728086033894,"stop":1728086033894,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef5215c819ee9fd","name":"same cluster, different shard: nodes don't connect","time":{"start":1728086033869,"stop":1728086033870,"duration":1},"status":"passed","severity":"normal"},{"uid":"97a2244049faf256","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728086033883,"stop":1728086033883,"duration":0},"status":"passed","severity":"normal"},{"uid":"e17662702242027a","name":"should set field with all protocols enabled","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"status":"passed","severity":"normal"},{"uid":"98170804de26a7fa","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086063175,"stop":1728086063176,"duration":1},"status":"passed","severity":"normal"},{"uid":"49bb2294c2cfdadb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033908,"stop":1728086033910,"duration":2},"status":"passed","severity":"normal"},{"uid":"6e163abdc470fd20","name":"Check message with non string payload is not received","time":{"start":1728086032745,"stop":1728086032746,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c11703a66f3625b","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"status":"passed","severity":"normal"},{"uid":"bda795065320ac9b","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728086033922,"stop":1728086033922,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6bd854d0d0659ad","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728086254812,"stop":1728086254813,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd20ad2b9b1bf958","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728086254813,"stop":1728086254814,"duration":1},"status":"passed","severity":"normal"},{"uid":"103684520f1d48f5","name":"Passing page size 3 when there are 20 messages","time":{"start":1728086280293,"stop":1728086280293,"duration":0},"status":"passed","severity":"normal"},{"uid":"6122dc25952d4e09","name":"Passing page size 0 when there are 110 messages","time":{"start":1728086280291,"stop":1728086280292,"duration":1},"status":"passed","severity":"normal"},{"uid":"606e3c09534a6579","name":"should decode valid enr successfully","time":{"start":1728085872738,"stop":1728085872739,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cc8eef68cea665d","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728085992916,"stop":1728085992916,"duration":0},"status":"passed","severity":"normal"},{"uid":"6497167b4127f0bb","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f8a7d06d68c53c","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728085917709,"stop":1728085917712,"duration":3},"status":"passed","severity":"normal"},{"uid":"ab99c00275b6fd32","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728085872165,"stop":1728085872165,"duration":0},"status":"passed","severity":"normal"},{"uid":"4225ae55de22496c","name":"Check message with invalid timestamp is not received","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a845a0cc2645cd","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728086207922,"stop":1728086207923,"duration":1},"status":"passed","severity":"normal"},{"uid":"58480783f17489d3","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728085879948,"stop":1728085879948,"duration":0},"status":"passed","severity":"normal"},{"uid":"a43bd7073972a5f7","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728085925284,"stop":1728085925285,"duration":1},"status":"passed","severity":"normal"},{"uid":"703ad0b769c340","name":"Push message with special chars payload","time":{"start":1728086192503,"stop":1728086192503,"duration":0},"status":"passed","severity":"normal"},{"uid":"d37e5b7f13c011a1","name":"Asymmetric encrypt & decrypt","time":{"start":1728085898290,"stop":1728085898290,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0eeb32b114dde12","name":"should throw error - no id","time":{"start":1728085872740,"stop":1728085872741,"duration":1},"status":"passed","severity":"normal"},{"uid":"65b1590e35d8c702","name":"Push message on custom pubsubTopic","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"status":"passed","severity":"normal"},{"uid":"f41f633a02111ffe","name":"Check received message containing long","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"status":"passed","severity":"normal"},{"uid":"69ab2263790e62b2","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7dd54ab5db77aea","name":"Check received message containing JSON","time":{"start":1728086171706,"stop":1728086171706,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e7e0d9f933e56d1","name":"handles different networkShards values correctly","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9ae94b5c7864f79","name":"Subscribe to topic containing Script and publish message","time":{"start":1728086207911,"stop":1728086207912,"duration":1},"status":"passed","severity":"normal"},{"uid":"73e43d2f5e212e17","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086063172,"stop":1728086063174,"duration":2},"status":"passed","severity":"normal"},{"uid":"189a861b38986b34","name":"Push message with escaped characters payload","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"status":"passed","severity":"normal"},{"uid":"80702908c83bc0d3","name":"Renews peer on consistent ping failures","time":{"start":1728085985731,"stop":1728085985732,"duration":1},"status":"passed","severity":"normal"},{"uid":"51b512b67749883","name":"Number of peers are maintained correctly","time":{"start":1728085985728,"stop":1728085985729,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fd95a123e5755c8","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd5020a8eacad958","name":"Fails to push message with empty content topic","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a2524793498b05","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728086355713,"stop":1728086355713,"duration":0},"status":"passed","severity":"normal"},{"uid":"6949d337d51daf60","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ecb93addfedb039","name":"Passing page size 19 when there are 20 messages","time":{"start":1728086280297,"stop":1728086280306,"duration":9},"status":"passed","severity":"normal"},{"uid":"71473af09c17c547","name":"should properly create location multiaddrs - udp6","time":{"start":1728085872749,"stop":1728085872749,"duration":0},"status":"passed","severity":"normal"},{"uid":"deabbfe0e47471a2","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728085966214,"stop":1728085966214,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ef168f07d1cd155","name":"1 Relay, 1 Filter, gives up","time":{"start":1728085887352,"stop":1728085887353,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7f682c9c1b6ebb9","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086260301,"stop":1728086260302,"duration":1},"status":"passed","severity":"normal"},{"uid":"978662e3e4ae9e50","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app82/8/topic328/test.js","time":{"start":1728086235221,"stop":1728086235222,"duration":1},"status":"passed","severity":"normal"},{"uid":"7dd69d0f9c5172ef","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728086207863,"stop":1728086207863,"duration":0},"status":"passed","severity":"normal"},{"uid":"582966efd1256934","name":"random static sharding 9 - Cluster ID: 464, Shard ID: 668","time":{"start":1728086260661,"stop":1728086260661,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bce0465625fe8c0","name":"throws on empty content topic","time":{"start":1728085864143,"stop":1728085864144,"duration":1},"status":"passed","severity":"normal"},{"uid":"81344f7f3d07d395","name":"Push message with content topic containing numeric","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d485aad6d1b5a7","name":"LightPush with 2 connections","time":{"start":1728086059806,"stop":1728086059811,"duration":5},"status":"passed","severity":"normal"},{"uid":"55d807484e77340d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118966,"stop":1728086118967,"duration":1},"status":"passed","severity":"normal"},{"uid":"3922b803d4e15e04","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033918,"stop":1728086033919,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c10d0b7b4dbfcf5","name":"Fails to push message with large meta","time":{"start":1728086226480,"stop":1728086226482,"duration":2},"status":"passed","severity":"normal"},{"uid":"97f8580dbfca6725","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728086150793,"stop":1728086150804,"duration":11},"status":"broken","severity":"normal"},{"uid":"8ae1be69fda80ac0","name":"Check publish message containing short","time":{"start":1728086203088,"stop":1728086203089,"duration":1},"status":"passed","severity":"normal"},{"uid":"cac5e4399eb79c34","name":"Check received message containing special chars","time":{"start":1728086171701,"stop":1728086171702,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb6009188327ba22","name":"Relay","time":{"start":1728085923995,"stop":1728085923996,"duration":1},"status":"passed","severity":"normal"},{"uid":"57743e56279977c6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"status":"passed","severity":"normal"},{"uid":"d596f517df101879","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae7ed89da5ae29d","name":"Push message with SQL Injection payload","time":{"start":1728086192509,"stop":1728086192509,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad7996b28ea2fec","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"status":"passed","severity":"normal"},{"uid":"238a132a73df6145","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728086207898,"stop":1728086207908,"duration":10},"status":"passed","severity":"normal"},{"uid":"62986e6b28820aba","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"172e5304ce402b06","name":"Does not throw an exception when node disconnects","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab8e3b842c1888c4","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"status":"passed","severity":"normal"},{"uid":"44574ec1fa0c4ddf","name":"Check message received after jswaku node is restarted","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"424e63bbd437164d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"status":"passed","severity":"normal"},{"uid":"68a750e550ce9221","name":"Overlapping topic subscription","time":{"start":1728086063176,"stop":1728086063177,"duration":1},"status":"passed","severity":"normal"},{"uid":"93b685f8f42d8a1f","name":"Push message with content topic containing emoji","time":{"start":1728086226477,"stop":1728086226479,"duration":2},"status":"passed","severity":"normal"},{"uid":"bcf5e4b8faf81d2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728085864173,"stop":1728085864174,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f4a58accc00d6ed","name":"Renews subscription after lossing a connection","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7f4c791b7e11fa","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966215,"stop":1728085966215,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a347c9db35974f7","name":"Push message with content topic containing SQL Injection","time":{"start":1728086192523,"stop":1728086192523,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d79cc82987183a8","name":"does not throw on valid cases","time":{"start":1728085864142,"stop":1728085864143,"duration":1},"status":"passed","severity":"normal"},{"uid":"777b5f80a6620e3a","name":"Push to array if already present","time":{"start":1728085863795,"stop":1728085863796,"duration":1},"status":"passed","severity":"normal"},{"uid":"688e382933d87376","name":"Check publish message containing XML","time":{"start":1728086203097,"stop":1728086203098,"duration":1},"status":"passed","severity":"normal"},{"uid":"7adb1650876f8325","name":"Push message with content topic containing JSON","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8521d62e5ccc120","name":"Relay + Store","time":{"start":1728085923996,"stop":1728085923997,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6bc209d3ed46586","name":"Ephemeral field set to true","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5820f42a7b057c","name":"Using a function","time":{"start":1728086288534,"stop":1728086288535,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf21e42cbc0f9ed0","name":"Subscribe to topic containing long and receive message","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8346a3ef361dda7","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd9be6200de6a07","name":"Push message with content topic containing long","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aa73a4e96ae3016","name":"Generator, custom pubsub topic","time":{"start":1728086279994,"stop":1728086279994,"duration":0},"status":"passed","severity":"normal"},{"uid":"e10800a0d14d2467","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bb704114883955a","name":"Push message with meta","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c271e27e9bde940","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728086056629,"stop":1728086056630,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2feaa1da6535cb3","name":"Subscribe and receive messages via lightPush","time":{"start":1728086063169,"stop":1728086063170,"duration":1},"status":"passed","severity":"normal"},{"uid":"93bad5c4fd287230","name":"Check received message containing XML","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"status":"passed","severity":"normal"},{"uid":"deae9099de3befce","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086260310,"stop":1728086260311,"duration":1},"status":"passed","severity":"normal"},{"uid":"47f8280cfa42ccd9","name":"Check message received after nwaku node is restarted","time":{"start":1728086171721,"stop":1728086171721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bb9369665af3cbda","name":"Ordered callback, aborts when callback returns true","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c708d7a4660a1e0","name":"Passing an array","time":{"start":1728086288534,"stop":1728086288534,"duration":0},"status":"passed","severity":"normal"},{"uid":"985378f685d93581","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728085966212,"stop":1728085966212,"duration":0},"status":"passed","severity":"normal"},{"uid":"b765135c55444fbf","name":"Check received message containing Russian","time":{"start":1728086171702,"stop":1728086171703,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf7990329fff3c0","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"status":"passed","severity":"normal"},{"uid":"36002c9104f18b4a","name":"Overlapping topic subscription","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"status":"passed","severity":"normal"},{"uid":"7455c829c4445c54","name":"Publish message with rate limit","time":{"start":1728086203150,"stop":1728086203150,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fba30df8e7ccea7","name":"Fails to push message bigger that 1MB","time":{"start":1728086226507,"stop":1728086226507,"duration":0},"status":"passed","severity":"normal"},{"uid":"36295ac851c78579","name":"should throw an error for missing sharding configuration","time":{"start":1728085864178,"stop":1728085864179,"duration":1},"status":"passed","severity":"normal"},{"uid":"9130a32d149c46dc","name":"Check received message containing JSON","time":{"start":1728086171693,"stop":1728086171694,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecd093f60c4ec113","name":"returns all values when wanted number is greater than available values","time":{"start":1728085886586,"stop":1728085886587,"duration":1},"status":"passed","severity":"normal"},{"uid":"1062797fa7b688af","name":"Subscribe and receive messages via lightPush","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4776a1ee081eb3c","name":"should only return 1 node with store capability","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f4fd9b3b4118d2f","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728086150765,"stop":1728086150766,"duration":1},"status":"passed","severity":"normal"},{"uid":"be07891ebc876da2","name":"Push message on custom pubsubTopic","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e7722717858a37","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086260319,"stop":1728086260320,"duration":1},"status":"passed","severity":"normal"},{"uid":"7118f53f898aa285","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1728086033880,"stop":1728086033881,"duration":1},"status":"passed","severity":"normal"},{"uid":"743f537e3cf33555","name":"Check publish message containing Russian","time":{"start":1728086203095,"stop":1728086203096,"duration":1},"status":"passed","severity":"normal"},{"uid":"385783b2e9843a70","name":"Check received message with timestamp: 1728085917349 ","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"status":"passed","severity":"normal"},{"uid":"f10636983dffe75f","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728085966222,"stop":1728085966223,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd24e0cd747c5a1f","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728086258662,"stop":1728086258662,"duration":0},"status":"passed","severity":"normal"},{"uid":"8247483eef1efcda","name":"Check received message containing Script","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdf3e1ce72f6ad30","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728086033928,"stop":1728086033928,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2166dbb2db628d9","name":"Check publish message containing unicode special characters","time":{"start":1728086203114,"stop":1728086203115,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7f409d0779fc46b","name":"Check received message containing Chinese","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"status":"passed","severity":"normal"},{"uid":"b37028af220f6238","name":"Relay - dialed after","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"status":"passed","severity":"normal"},{"uid":"5013c45ce263596d","name":"Push message with shell command payload","time":{"start":1728086192512,"stop":1728086192512,"duration":0},"status":"passed","severity":"normal"},{"uid":"d82afb596d375e61","name":"should return all peers when numPeers is 0","time":{"start":1728085879946,"stop":1728085879947,"duration":1},"status":"passed","severity":"normal"},{"uid":"19a4c85802320058","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728085864176,"stop":1728085864177,"duration":1},"status":"passed","severity":"normal"},{"uid":"4609b7d8659daf72","name":"Check received message containing SQL Injection","time":{"start":1728086171691,"stop":1728086171692,"duration":1},"status":"passed","severity":"normal"},{"uid":"cff3f067dfccf75","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e3f446fa51ae355","name":"Push message with unicode special characters payload","time":{"start":1728086226463,"stop":1728086226464,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2ad1270d41bcc88","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"status":"passed","severity":"normal"},{"uid":"c80fcfd70df066cf","name":"Subscribe to topic containing short and receive message","time":{"start":1728086063181,"stop":1728086063182,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8a6cf5175fa99f4","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086063192,"stop":1728086063192,"duration":0},"status":"passed","severity":"normal"},{"uid":"535643171a880ed1","name":"Subscribe to topic containing short and publish message","time":{"start":1728086207887,"stop":1728086207896,"duration":9},"status":"passed","severity":"normal"},{"uid":"dd35bb967b7fd69c","name":"Fails to push message with large meta","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1682a2e1fd03d30","name":"Query with Promise Callback, No message returned","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea4fe0e7f63670fa","name":"random static sharding 7 - Cluster ID: 954, Shard ID: 856","time":{"start":1728086260660,"stop":1728086260660,"duration":0},"status":"passed","severity":"normal"},{"uid":"79594cc75f3116f","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bfdec702d96a774","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728085924037,"stop":1728085924038,"duration":1},"status":"passed","severity":"normal"},{"uid":"be80c4ba438cf387","name":"Encoder throws on undefined content topic","time":{"start":1728085897855,"stop":1728085897855,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9836812fd92584","name":"Should update shard info","time":{"start":1728086151435,"stop":1728086151435,"duration":0},"status":"passed","severity":"normal"},{"uid":"615e56f810d02898","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086063186,"stop":1728086063186,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3bf7c59e1fc6de","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728086150784,"stop":1728086150786,"duration":2},"status":"passed","severity":"normal"},{"uid":"9b64971a9fdcfe43","name":"Relay - dialed first","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"status":"passed","severity":"normal"},{"uid":"da88ad5d42c07996","name":"Push message with content topic containing shell command","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"status":"passed","severity":"normal"},{"uid":"27e28f08bf19aa91","name":"Round trip binary serialization","time":{"start":1728085880162,"stop":1728085880163,"duration":1},"status":"passed","severity":"normal"},{"uid":"361a4f32b42ea548","name":"Query generator for multiple messages with different content topic format","time":{"start":1728086287863,"stop":1728086287863,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e47ed9356cc823","name":"Push message with Basic HTML tag payload","time":{"start":1728086226462,"stop":1728086226462,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44a5dd5acd119a4","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279992,"stop":1728086279993,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1b3c4e549de0221","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728085864170,"stop":1728085864171,"duration":1},"status":"passed","severity":"normal"},{"uid":"be828181715bcaa","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728085866678,"stop":1728085866679,"duration":1},"status":"passed","severity":"normal"},{"uid":"915d75110928f8ef","name":"Check received message with timestamp: 1728085916617 ","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5e356efb15fd84","name":"LightPush with 0 connections","time":{"start":1728086059797,"stop":1728086059798,"duration":1},"status":"passed","severity":"normal"},{"uid":"712c9cecfe1377f7","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086260313,"stop":1728086260314,"duration":1},"status":"passed","severity":"normal"},{"uid":"69fedc37c28b363","name":"Meta field set when metaSetter is specified","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"status":"passed","severity":"normal"},{"uid":"b354149651c4f9c2","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728086150805,"stop":1728086150810,"duration":5},"status":"passed","severity":"normal"},{"uid":"8953c0982d2eb2aa","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086260325,"stop":1728086260326,"duration":1},"status":"passed","severity":"normal"},{"uid":"5305a9eda285a811","name":"should properly create location multiaddrs - tcp6","time":{"start":1728085872749,"stop":1728085872750,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bffe5d5ee41db07","name":"Check received message containing shell command","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dccd48e0ca34ae3","name":"Subscribe to topic containing long and receive message","time":{"start":1728086260309,"stop":1728086260309,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab6674d8cb12d0eb","name":"Push message with Arabic payload","time":{"start":1728086226459,"stop":1728086226459,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e24fd848bdece28","name":"Mutual subscription","time":{"start":1728086207855,"stop":1728086207855,"duration":0},"status":"passed","severity":"normal"},{"uid":"988baf591d5da5f2","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728085872170,"stop":1728085872170,"duration":0},"status":"passed","severity":"normal"},{"uid":"378e02fa77b77048","name":"Push message with content topic containing unicode special characters","time":{"start":1728086226477,"stop":1728086226477,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5bb78a2abf3ff5c","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728086289027,"stop":1728086289027,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2631ba2fb2f6ab","name":"Push message equal or less that 1MB","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"status":"passed","severity":"normal"},{"uid":"c46cf26f5b894218","name":"Push message with content topic containing special chars","time":{"start":1728086192521,"stop":1728086192521,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e21ca684d38995f","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728085864163,"stop":1728085864163,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd562719f19c0bff","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728085985734,"stop":1728085985735,"duration":1},"status":"passed","severity":"normal"},{"uid":"bea64bdd178c6347","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086063175,"stop":1728086063175,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d79f0b3ad369d90","name":"Push message with content topic containing Chinese","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c43bb2eaed009f7","name":"Push message with content topic containing Script","time":{"start":1728086192523,"stop":1728086192526,"duration":3},"status":"passed","severity":"normal"},{"uid":"c2d94f1c114265ce","name":"getPeersByDiscovery","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab13e8fdc7aaace8","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728086207920,"stop":1728086207920,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6f1a6c4d33476f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"status":"passed","severity":"normal"},{"uid":"154c31fbeaf3dd29","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118963,"stop":1728086118963,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba04e3f111fd5993","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"status":"passed","severity":"normal"},{"uid":"2284530570e1e14","name":"Push message with content topic containing short","time":{"start":1728086192519,"stop":1728086192520,"duration":1},"status":"passed","severity":"normal"},{"uid":"786e4b6b88f54a10","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966215,"stop":1728085966217,"duration":2},"status":"passed","severity":"normal"},{"uid":"502f6287f8c0940c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728086254811,"stop":1728086254811,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3725bf2af3a28c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086063170,"stop":1728086063171,"duration":1},"status":"passed","severity":"normal"},{"uid":"2160dd973b09a0b1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728086033899,"stop":1728086033899,"duration":0},"status":"passed","severity":"normal"},{"uid":"c82bda72ac4f335","name":"Push message with content topic containing escaped characters","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfee58bb9bf6c120","name":"Check publish message containing SQL Injection","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"status":"passed","severity":"normal"},{"uid":"258aa3d4f4923022","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app23/1/topic549/json","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"status":"passed","severity":"normal"},{"uid":"57508621d83b1956","name":"connected peers and dial","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e074c1feecd65b11","name":"throws on content topic with empty topic name field","time":{"start":1728085864146,"stop":1728085864147,"duration":1},"status":"passed","severity":"normal"},{"uid":"c737e9c713096a41","name":"Check received message containing Chinese","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"status":"passed","severity":"normal"},{"uid":"86f3479021f2f91","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6525ce423a08947","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728085924041,"stop":1728085924041,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3815947983c8973","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab070080be726a4","name":"Publish message with large meta","time":{"start":1728086203141,"stop":1728086203150,"duration":9},"status":"passed","severity":"normal"},{"uid":"1bffb8415a229fdc","name":"should be able to decode the field with only STORE set to true","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"status":"passed","severity":"normal"},{"uid":"31337926802e6cda","name":"Default pageSize","time":{"start":1728086280307,"stop":1728086280307,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5a22c93dcd4b34","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728085887351,"stop":1728085887352,"duration":1},"status":"passed","severity":"normal"},{"uid":"96b3e467e9076474","name":"random static sharding 10 - Cluster ID: 518, Shard ID: 699","time":{"start":1728086260662,"stop":1728086260663,"duration":1},"status":"passed","severity":"normal"},{"uid":"94d16b314820c6e6","name":"Check message with no content topic is not received","time":{"start":1728086171715,"stop":1728086171716,"duration":1},"status":"passed","severity":"normal"},{"uid":"2aefb929eb23229c","name":"can start and stop the service","time":{"start":1728085929871,"stop":1728085929872,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd0b91b77f31ee92","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728085872164,"stop":1728085872164,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec28071debb7aa9","name":"Push message with emoji payload","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2e88376672d075d","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728085879947,"stop":1728085879947,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5751ca0838fb8a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728085864172,"stop":1728085864172,"duration":0},"status":"passed","severity":"normal"},{"uid":"2502db62d168b3ce","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df0d8bba62a3ece","name":"Sets default value correctly","time":{"start":1728086288535,"stop":1728086288536,"duration":1},"status":"passed","severity":"normal"},{"uid":"6def9e8733201e04","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"status":"passed","severity":"normal"},{"uid":"c322dbfe6754f0e6","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728085887435,"stop":1728085887436,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea088b19f0fc25eb","name":"Accepts a valid Waku Message","time":{"start":1728085902767,"stop":1728085902768,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b2f1187de9c1d0","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086063185,"stop":1728086063185,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d03d70791ed47d1","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba123cd02aa3167f","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728085864154,"stop":1728085864154,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9d3660bf87d201a","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"status":"passed","severity":"normal"},{"uid":"aba4f98cf23f457","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"status":"passed","severity":"normal"},{"uid":"acc29030b99e0c0a","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728086033881,"stop":1728086033882,"duration":1},"status":"passed","severity":"normal"},{"uid":"3517275f09b2cc4d","name":"Push message with content topic containing XML","time":{"start":1728086192526,"stop":1728086192527,"duration":1},"status":"passed","severity":"normal"},{"uid":"6051a59a368a18","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1728086033877,"stop":1728086033880,"duration":3},"status":"passed","severity":"normal"},{"uid":"92a9e6c74fa68684","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086063202,"stop":1728086063202,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd3fb3c986868be5","name":"Check received message containing Basic HTML tag","time":{"start":1728086171692,"stop":1728086171693,"duration":1},"status":"passed","severity":"normal"},{"uid":"4255341be406ec37","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app87/9/topic319/json","time":{"start":1728086235212,"stop":1728086235213,"duration":1},"status":"passed","severity":"normal"},{"uid":"f31192a47751b144","name":"Fields are not dropped","time":{"start":1728085879411,"stop":1728085879412,"duration":1},"status":"passed","severity":"normal"},{"uid":"d737a910277b14e6","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd07dd2266a4b27","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728086033899,"stop":1728086033907,"duration":8},"status":"passed","severity":"normal"},{"uid":"13e2121698f9f821","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728085864164,"stop":1728085864165,"duration":1},"status":"passed","severity":"normal"},{"uid":"d32094bd60f5df5b","name":"Throws when trying to push message with empty payload","time":{"start":1728086192517,"stop":1728086192519,"duration":2},"status":"passed","severity":"normal"},{"uid":"509cbcb054310bbb","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60988982e3adb8a","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728085864180,"stop":1728085864181,"duration":1},"status":"passed","severity":"normal"},{"uid":"3de009f6c92cb461","name":"Ping on peer without subscriptions","time":{"start":1728085959888,"stop":1728085959890,"duration":2},"status":"passed","severity":"normal"},{"uid":"8e272dbab55b72ad","name":"Subscribe to topic containing long and receive message","time":{"start":1728086063182,"stop":1728086063185,"duration":3},"status":"passed","severity":"normal"},{"uid":"2831a71f35afd678","name":"Check received message containing Script","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1f21a1b230df9bf","name":"Publishes to nwaku","time":{"start":1728086188761,"stop":1728086188762,"duration":1},"status":"passed","severity":"normal"},{"uid":"aed43f61be8deaa0","name":"Push message with XML payload","time":{"start":1728086192510,"stop":1728086192510,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c2b931f90c84712","name":"Push message with SQL Injection payload","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"status":"passed","severity":"normal"},{"uid":"11a9f05e259e1b6","name":"pre and post cipher","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ce6c53258c0008","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"status":"passed","severity":"normal"},{"uid":"c93d58651d2d9ef9","name":"Check received message containing shell command","time":{"start":1728086171706,"stop":1728086171707,"duration":1},"status":"passed","severity":"normal"},{"uid":"8462a284a5687adb","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728086033895,"stop":1728086033895,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dc588761292a69a","name":"Reusing cursor across nodes","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e98617309c09cb5","name":"Check received message containing Arabic","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"status":"passed","severity":"normal"},{"uid":"7541e08b9d6c0d3b","name":"Check publish message containing Basic HTML tag","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"status":"passed","severity":"normal"},{"uid":"38b78ace05b9ffd8","name":"Init the array if not present","time":{"start":1728085863791,"stop":1728085863795,"duration":4},"status":"passed","severity":"normal"},{"uid":"6b9134432466028a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"status":"passed","severity":"normal"},{"uid":"44b6f801c097fd6a","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"status":"passed","severity":"normal"},{"uid":"a270c6602a685819","name":"Callback on promise, aborts when callback returns true","time":{"start":1728086287865,"stop":1728086287865,"duration":0},"status":"passed","severity":"normal"},{"uid":"43f1728c36d020c7","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279983,"stop":1728086279983,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b30b9605767950b","name":"Query with Promise Callback, No Decoder","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b0a127b1ac8acc8","name":"Push message with content topic containing Chinese","time":{"start":1728086226468,"stop":1728086226468,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf2be14ff15aea9","name":"less peers than existing","time":{"start":1728086171968,"stop":1728086171969,"duration":1},"status":"skipped","severity":"normal"},{"uid":"68fcaa4c9b2f92b8","name":"Check received message containing short","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d61976cd6ba38e2","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728086033887,"stop":1728086033888,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fcf4f9b32a9bf8a","name":"Check message with no payload is not received","time":{"start":1728086171716,"stop":1728086171718,"duration":2},"status":"passed","severity":"normal"},{"uid":"c6927c3cb9264574","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728085917713,"stop":1728085917714,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f8a0ca10d7860cb","name":"handles different clusterIds correctly","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e470c3dd26c4f06","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"status":"passed","severity":"normal"},{"uid":"80e6f324fcfe6618","name":"random static sharding 2 - Cluster ID: 316, Shard ID: 856","time":{"start":1728086260652,"stop":1728086260652,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b6caae6991f5a4f","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"status":"passed","severity":"normal"},{"uid":"86c7864ebdb0f3e8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c4515108fd82e4b","name":"throws on content topic with empty version field","time":{"start":1728085864145,"stop":1728085864146,"duration":1},"status":"passed","severity":"normal"},{"uid":"92a451c6d0f31aef","name":"Ping on subscribed peer","time":{"start":1728085959887,"stop":1728085959888,"duration":1},"status":"passed","severity":"normal"},{"uid":"77ba2ebe1eea27e4","name":"handles empty contentTopics array correctly","time":{"start":1728085864179,"stop":1728085864180,"duration":1},"status":"passed","severity":"normal"},{"uid":"fda0f4184982d5ea","name":"isConnected return false after peer stops","time":{"start":1728085948115,"stop":1728085948116,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b4c9f3ff1038b0b","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"status":"passed","severity":"normal"},{"uid":"287c95f24b558b7c","name":"Push message with content topic containing shell command","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5fbd112681c599","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"status":"passed","severity":"normal"},{"uid":"c65018c25f4a3e83","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"status":"passed","severity":"normal"},{"uid":"aef386c34245980b","name":"Ping on peer without subscriptions","time":{"start":1728085963112,"stop":1728085963113,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba3aba84c3e2cd71","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086063200,"stop":1728086063200,"duration":0},"status":"passed","severity":"normal"},{"uid":"493dcc0bb7f5e2dc","name":"it tolerates circular branch references","time":{"start":1728085887947,"stop":1728085887948,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ec36b643a73826b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1728086033876,"stop":1728086033877,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eaafee7c10b9fa4","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728085897853,"stop":1728085897854,"duration":1},"status":"passed","severity":"normal"},{"uid":"b66c27bd3b72d197","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1f624eba61b901","name":"Check publish message containing numeric","time":{"start":1728086203089,"stop":1728086203090,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6496b88b6dffc3a","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"status":"passed","severity":"normal"},{"uid":"c84a2a88de95e4fd","name":"should throw an error for missing required configuration","time":{"start":1728085864165,"stop":1728085864166,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a6e859d99ee0774","name":"Push message with Script payload","time":{"start":1728086192509,"stop":1728086192510,"duration":1},"status":"passed","severity":"normal"},{"uid":"6de317c6104d8bb5","name":"Ordered Callback - false","time":{"start":1728086272023,"stop":1728086272024,"duration":1},"status":"passed","severity":"normal"},{"uid":"a78dcec77618fae7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f5ba2de07d3a5d","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe54ee8e7ade1371","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728085864156,"stop":1728085864157,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca9c0a517a260dc5","name":"Check received message containing SQL Injection","time":{"start":1728086171704,"stop":1728086171704,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1cf7a97772459f","name":"Check message with no content topic is not received","time":{"start":1728086032744,"stop":1728086032745,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e013230dd14ea81","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4f075323a3ae489","name":"creates an iterator","time":{"start":1728086278947,"stop":1728086278948,"duration":1},"status":"passed","severity":"normal"},{"uid":"26301645e0bca444","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"status":"passed","severity":"normal"},{"uid":"24b2b0925072b225","name":"Decrypt messages","time":{"start":1728086173698,"stop":1728086173698,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8157e6e8c760a12","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086260297,"stop":1728086260299,"duration":2},"status":"passed","severity":"normal"},{"uid":"a9a848e6a5881506","name":"should set field with only STORE enabled","time":{"start":1728085872752,"stop":1728085872753,"duration":1},"status":"passed","severity":"normal"},{"uid":"c069c5057db23a1c","name":"should not throw an error for a single configured topic","time":{"start":1728085864174,"stop":1728085864175,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a8dae1ee6289617","name":"removeEventListener with wrong event","time":{"start":1728085957572,"stop":1728085957573,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8d89dfc5f25f34","name":"different cluster, same shard: nodes don't connect","time":{"start":1728086142733,"stop":1728086142733,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e88f63feb2bed92","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728086056625,"stop":1728086056626,"duration":1},"status":"passed","severity":"normal"},{"uid":"f55d6cb128bb5d88","name":"LightPush","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f8425dff2e0ab84","name":"should throw an error for an unconfigured topic","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b4b74ecbce8635a","name":"Ping fails for unsubscribed peers","time":{"start":1728085985730,"stop":1728085985731,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9405b2167a121fd","name":"Push message with content topic containing numeric","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ba2bf7881463f07","name":"throws on content topic with too few or too many fields","time":{"start":1728085864144,"stop":1728085864144,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1fcf7e3db8213a","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app33/5/topic435/utf8","time":{"start":1728086235220,"stop":1728086235221,"duration":1},"status":"passed","severity":"normal"},{"uid":"119f86a59c70c172","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"status":"passed","severity":"normal"},{"uid":"25721d89274d747c","name":"Check message with non string payload is not received","time":{"start":1728086171698,"stop":1728086171699,"duration":1},"status":"passed","severity":"normal"},{"uid":"a09dcce14d314815","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728086150773,"stop":1728086150784,"duration":11},"status":"passed","severity":"normal"},{"uid":"503b0d93fcc3cffd","name":"Nwaku publishes","time":{"start":1728086188762,"stop":1728086188763,"duration":1},"status":"passed","severity":"normal"},{"uid":"db9f7f2b71468b21","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728085864174,"stop":1728085864174,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9f4377a7bfa279","name":"Push 30 different messages","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"status":"passed","severity":"normal"},{"uid":"6492489c7d81324e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"69a2767d08419685","name":"should throw error - no public key","time":{"start":1728085872740,"stop":1728085872740,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0d02c19ba616219","name":"should load peers from local storage and dispatch events","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"status":"passed","severity":"normal"},{"uid":"e03d3bb1619ecd7d","name":"Wrong topic","time":{"start":1728086235229,"stop":1728086235229,"duration":0},"status":"passed","severity":"normal"},{"uid":"baec3792014b75c3","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728085925277,"stop":1728085925279,"duration":2},"status":"passed","severity":"normal"},{"uid":"207b38473a88824e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033921,"stop":1728086033922,"duration":1},"status":"passed","severity":"normal"},{"uid":"69acd75ce3467452","name":"should set field with all protocols disabled","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"status":"passed","severity":"normal"},{"uid":"22bbdc198b97c230","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8c71518de8939d9","name":"returns only open connection if one present","time":{"start":1728085879407,"stop":1728085879407,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbef480608bfd576","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728086289029,"stop":1728086289030,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dd8c1f8007f72a0","name":"Push message with content topic containing Russian","time":{"start":1728086226469,"stop":1728086226469,"duration":0},"status":"passed","severity":"normal"},{"uid":"da4a17aadacba647","name":"Check received message containing emoji","time":{"start":1728086171708,"stop":1728086171708,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ba11d631a11c9a8","name":"should properly create location multiaddrs - udp4","time":{"start":1728085872743,"stop":1728085872748,"duration":5},"status":"passed","severity":"normal"},{"uid":"961d27e1a762f593","name":"Check received message containing Russian","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6e426618fdfe94","name":"Query Generator, No message returned","time":{"start":1728086258655,"stop":1728086258656,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ce24a0f14cd0b17","name":"Ping succeeds for all connected peers","time":{"start":1728085985729,"stop":1728085985729,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5cb1ace64445f5","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728085887436,"stop":1728085887436,"duration":0},"status":"passed","severity":"normal"},{"uid":"85bc7f5c38040473","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d314b84aacd892b","name":"Subscribe to topic containing short and receive message","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a9ae0360b7aeb08","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"status":"passed","severity":"normal"},{"uid":"819f514b9f23bc52","name":"Push message with meta","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfb9f888e3804e4","name":"connects to nwaku","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"status":"passed","severity":"normal"},{"uid":"daf0813a1ee6b640","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728086196562,"stop":1728086196562,"duration":0},"status":"passed","severity":"normal"},{"uid":"afa6afd06e8c42a0","name":"Push message with shell command payload","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"status":"passed","severity":"normal"},{"uid":"a86a64dc9e4ade84","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728085879619,"stop":1728085879619,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd099fa2a21e9478","name":"Refresh subscription","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee5f276fa18f8b0","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728085917715,"stop":1728085917716,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5198a07d84091c3","name":"should not fail to stop the service if it was not started","time":{"start":1728086246330,"stop":1728086246331,"duration":1},"status":"passed","severity":"normal"},{"uid":"89088d5e043aa64c","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"status":"passed","severity":"normal"},{"uid":"92de50e81645a186","name":"Publish message with custom timestamp: Sat Oct 05 2024 00:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203126,"stop":1728086203127,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e7e35a16482575e","name":"nwaku subscribes","time":{"start":1728086188759,"stop":1728086188761,"duration":2},"status":"passed","severity":"normal"},{"uid":"a5c852588890b72c","name":"Decoder throws on undefined content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae1bf2d49461452","name":"retrieves a single peer","time":{"start":1728085887947,"stop":1728085887947,"duration":0},"status":"passed","severity":"normal"},{"uid":"486c3bfbc497b047","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"status":"passed","severity":"normal"},{"uid":"d10c9d89e46273cf","name":"Push message with content topic containing escaped characters","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1bc53730313fd1","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6d7daa009602a4","name":"listenerCount","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7cba3074c611f80","name":"random static sharding 5 - Cluster ID: 245, Shard ID: 764","time":{"start":1728086260656,"stop":1728086260656,"duration":0},"status":"passed","severity":"normal"},{"uid":"e488f3e5f6be2028","name":"Decoder throws on empty string content topic","time":{"start":1728085899571,"stop":1728085899572,"duration":1},"status":"passed","severity":"normal"},{"uid":"828cac22c9f5390","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"status":"passed","severity":"normal"},{"uid":"5795ba5d534cdccd","name":"Check received message containing unicode special characters","time":{"start":1728086171707,"stop":1728086171708,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d53f03ea314d502","name":"Check publish message containing Chinese","time":{"start":1728086203091,"stop":1728086203091,"duration":0},"status":"passed","severity":"normal"},{"uid":"79eaca3bcb896008","name":"Check message received after nwaku node is restarted","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70f12f7c892f0d14","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728086056627,"stop":1728086056627,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a18ffc24f89de0","name":"should return no connections if no open connection provided","time":{"start":1728085879408,"stop":1728085879408,"duration":0},"status":"passed","severity":"normal"},{"uid":"b65371bcd4f9e204","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728086270016,"stop":1728086270017,"duration":1},"status":"passed","severity":"normal"},{"uid":"105ad8200de72937","name":"should not receive a peer event before start","time":{"start":1728085929880,"stop":1728085929885,"duration":5},"status":"passed","severity":"normal"},{"uid":"c7636a047061bf3f","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"d62a8c3c9fcdc41d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed9cd5542c19d29","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1728086033874,"stop":1728086033875,"duration":1},"status":"passed","severity":"normal"},{"uid":"9732887460fb8ff4","name":"Check received message containing special chars","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac47a0e2775fcd","name":"should add and remove event listeners correctly","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"status":"passed","severity":"normal"},{"uid":"14bc95554e6c5846","name":"Query Generator - true","time":{"start":1728086272018,"stop":1728086272019,"duration":1},"status":"passed","severity":"normal"},{"uid":"a681612745f62213","name":"Check meta is set [ecies]","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"status":"passed","severity":"normal"},{"uid":"95af029eb356d11a","name":"Check message received after nwaku node is restarted","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ee200a376828cd1","name":"safeDispatchEvent","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad0436ac00323e44","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d5822a34a824b35","name":"Promise Callback - true","time":{"start":1728086272021,"stop":1728086272021,"duration":0},"status":"passed","severity":"normal"},{"uid":"a757a39a2809e606","name":"udp ip6 address","time":{"start":1728085872129,"stop":1728085872129,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5655ebee51daf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca15b473adf836c","name":"Push message with numeric payload","time":{"start":1728086192497,"stop":1728086192502,"duration":5},"status":"passed","severity":"normal"},{"uid":"c3cd48e3ff76d1e3","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728085872167,"stop":1728085872168,"duration":1},"status":"passed","severity":"normal"},{"uid":"eac01cadf6829a1f","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55b577c4b828e62","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"status":"passed","severity":"normal"},{"uid":"d42f26786c829770","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0c356df062a7585","name":"Push message with content topic containing Arabic","time":{"start":1728086226468,"stop":1728086226469,"duration":1},"status":"passed","severity":"normal"},{"uid":"54bc0dec1fc866f0","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728086287862,"stop":1728086287863,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b8e7235109168cf","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086260311,"stop":1728086260313,"duration":2},"status":"passed","severity":"normal"},{"uid":"5f3bdd89b1b433b9","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966219,"stop":1728085966222,"duration":3},"status":"passed","severity":"normal"},{"uid":"127c655b7f4f0843","name":"Used by Waku Relay","time":{"start":1728086288535,"stop":1728086288535,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcf464ab2e2f2982","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca00cf34e4419a19","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086260299,"stop":1728086260299,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1043ea7ec8d2b64","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728085872167,"stop":1728085872167,"duration":0},"status":"passed","severity":"normal"},{"uid":"7657bd312ce01775","name":"Generator, custom pubsub topic","time":{"start":1728086279981,"stop":1728086279982,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdc0ce8bfe39f66","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086260309,"stop":1728086260310,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7c7fc0b1fb20759","name":"Push message with content topic containing emoji","time":{"start":1728086192529,"stop":1728086192529,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4a97c95e76399a9","name":"Check received message containing XML","time":{"start":1728086171705,"stop":1728086171705,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca8c920ee54e3d21","name":"Push message with XML payload","time":{"start":1728086226461,"stop":1728086226462,"duration":1},"status":"passed","severity":"normal"},{"uid":"d969f26474164caa","name":"Push message with Chinese payload","time":{"start":1728086192503,"stop":1728086192508,"duration":5},"status":"passed","severity":"normal"},{"uid":"6685253dd8320d63","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728085992916,"stop":1728085992917,"duration":1},"status":"passed","severity":"normal"},{"uid":"19d349984aacf1e7","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728086150804,"stop":1728086150805,"duration":1},"status":"passed","severity":"normal"},{"uid":"17c643a435493b87","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"status":"passed","severity":"normal"},{"uid":"74815f363408001e","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728086033907,"stop":1728086033907,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a56176950a2cd00","name":"Throws when trying to push message with empty payload","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b0d57b92cbe0600","name":"LightPush with 1 connections","time":{"start":1728086059801,"stop":1728086059805,"duration":4},"status":"passed","severity":"normal"},{"uid":"f0bbcc9f9c5d309c","name":"Register correct protocols","time":{"start":1728086207861,"stop":1728086207861,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eaa18032b80c6e7","name":"different cluster, different shard: nodes don't connect","time":{"start":1728086033874,"stop":1728086033874,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd92edd140f642a6","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"status":"passed","severity":"normal"},{"uid":"56e20d6869693fed","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085963114,"stop":1728085963114,"duration":0},"status":"passed","severity":"normal"},{"uid":"981fac9a029aa792","name":"Check publish message containing Script","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"status":"passed","severity":"normal"},{"uid":"60a8d735fef34cea","name":"Push message with Russian payload","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c7c0e2e2f5f2801","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728086258652,"stop":1728086258653,"duration":1},"status":"passed","severity":"normal"},{"uid":"dde67ac0e9abb810","name":"Push message with content topic containing unicode special characters","time":{"start":1728086192528,"stop":1728086192529,"duration":1},"status":"passed","severity":"normal"},{"uid":"46b26ec0ea6b5131","name":"Push message with custom timestamp: 1728082456949","time":{"start":1728086226496,"stop":1728086226506,"duration":10},"status":"passed","severity":"normal"},{"uid":"7dcb34296d313879","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728086150789,"stop":1728086150789,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f54e7293c15799c","name":"should return unique PubsubTopics for static sharding","time":{"start":1728085864163,"stop":1728085864164,"duration":1},"status":"passed","severity":"normal"},{"uid":"63fcdec0eccbfe19","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba5d4fdb73d31c7f","name":"Push message with custom timestamp: 1728082463558","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8793bf1f5e0f43a","name":"Check message on other pubsub topic is not received","time":{"start":1728086171713,"stop":1728086171713,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f7e9f00917638b","name":"Filter with 0 connections","time":{"start":1728086059800,"stop":1728086059801,"duration":1},"status":"passed","severity":"normal"},{"uid":"63bc303dab7bdc0","name":"Passing page size 11 when there are 10 messages","time":{"start":1728086280297,"stop":1728086280297,"duration":0},"status":"passed","severity":"normal"},{"uid":"9291680da5069961","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728085864166,"stop":1728085864166,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9f36340d16e36c","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728086207920,"stop":1728086207921,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfe09833d05ac86","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"status":"passed","severity":"normal"},{"uid":"79fdeaeaec4edff9","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"status":"passed","severity":"normal"},{"uid":"daf4cf40bb6f8eb2","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6d6c99ed4cce378","name":"can start and stop the service","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfca8d95a814a5d2","name":"should push to needed amount of connections","time":{"start":1728086085065,"stop":1728086085066,"duration":1},"status":"passed","severity":"normal"},{"uid":"f31fd75a761c480b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728086207873,"stop":1728086207874,"duration":1},"status":"passed","severity":"normal"},{"uid":"69d9996bc471f472","name":"Check received message with timestamp: 1728085917349000000 ","time":{"start":1728086171708,"stop":1728086171709,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdac72cb636f3276","name":"handles empty shards array correctly","time":{"start":1728085864179,"stop":1728085864179,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd05e64b7c2f7a61","name":"Push message with Russian payload","time":{"start":1728086192508,"stop":1728086192509,"duration":1},"status":"passed","severity":"normal"},{"uid":"86162838464be5dd","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086171712,"stop":1728086171712,"duration":0},"status":"passed","severity":"normal"},{"uid":"e378653771249daf","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1d799a91f795af63","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a79d5456a3b3b3d","name":"Encoder throws on undefined content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"525102e565eec6a8","name":"Check received message containing Arabic","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"status":"passed","severity":"normal"},{"uid":"1888e0e44033d666","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728085879615,"stop":1728085879618,"duration":3},"status":"passed","severity":"normal"},{"uid":"3b0f0e8332a71773","name":"should return false","time":{"start":1728085872741,"stop":1728085872742,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3b174e2caf0cd6e","name":"stop","time":{"start":1728085957574,"stop":1728085957575,"duration":1},"status":"passed","severity":"normal"},{"uid":"8719388011b0e6ea","name":"isConnected should return true after first peer connects","time":{"start":1728085948114,"stop":1728085948115,"duration":1},"status":"passed","severity":"normal"},{"uid":"2608b658def6acce","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728085864171,"stop":1728085864172,"duration":1},"status":"passed","severity":"normal"},{"uid":"d88475bc74d46371","name":"Push message with unicode special characters payload","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"status":"passed","severity":"normal"},{"uid":"6329d3862f5e24c4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e93d1794498054f","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086260320,"stop":1728086260321,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f26754a3638a234","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a6441986741f3c3","name":"same cluster, same shard: nodes connect","time":{"start":1728086033867,"stop":1728086033869,"duration":2},"status":"passed","severity":"normal"},{"uid":"9f4ac31a9b49c8e3","name":"Check received message containing long","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c9cf071739e6814","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966219,"stop":1728085966219,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e61c0538f9e54fc","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app95/7/topic402/test.js","time":{"start":1728086235211,"stop":1728086235212,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ae76e64687f3561","name":"Check publish message containing Arabic","time":{"start":1728086203091,"stop":1728086203092,"duration":1},"status":"passed","severity":"normal"},{"uid":"154688aebbee31c1","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea0cfa5d0f327b17","name":"Subscribe and receive messages via lightPush","time":{"start":1728086260288,"stop":1728086260289,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf738a756acc6543","name":"Check publish message containing long","time":{"start":1728086203089,"stop":1728086203089,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e1ee21d0a7b5c75","name":"ignores unrecognized TXT record formats","time":{"start":1728085887948,"stop":1728085887949,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbbd888c82b7459b","name":"Waku message hash computation (no timestamp)","time":{"start":1728085866680,"stop":1728085866681,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ea86c67ed9f8875","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b321d6cc07fff45","name":"Decoder throws on empty string content topic","time":{"start":1728085897856,"stop":1728085897857,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c12dd2db2f09b0f","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app21/3/topic128/json","time":{"start":1728086235222,"stop":1728086235229,"duration":7},"status":"passed","severity":"normal"},{"uid":"6f8326c30a6639bb","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728086258654,"stop":1728086258654,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e954461eb76e6d","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed74e1159fb29ff9","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"status":"passed","severity":"normal"},{"uid":"25124cf290047d2d","name":"Check received message with timestamp: 1728085917349000000 ","time":{"start":1728086171695,"stop":1728086171696,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c2aa535737112d","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085959891,"stop":1728085959891,"duration":0},"status":"passed","severity":"normal"},{"uid":"e471ff8d8dc9dff2","name":"Push message with content topic containing special chars","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b39459d9f6f6888","name":"Push 30 different messages","time":{"start":1728086192516,"stop":1728086192517,"duration":1},"status":"passed","severity":"normal"},{"uid":"b39ce9a259832423","name":"should return usable stream attached to connection","time":{"start":1728085879612,"stop":1728085879612,"duration":0},"status":"passed","severity":"normal"},{"uid":"812c926da28a2c48","name":"Push message with Chinese payload","time":{"start":1728086226458,"stop":1728086226459,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec4b6a153450d516","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dd330ab949c0b8d","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"status":"passed","severity":"normal"},{"uid":"16196731704e2e23","name":"same cluster, different shard: nodes connect","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"status":"passed","severity":"normal"},{"uid":"431918c30c19807e","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728085879947,"stop":1728085879948,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf3d50e177bc273b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app61/8/topic836/proto","time":{"start":1728086235219,"stop":1728086235220,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0d793afa9cd7144","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279990,"stop":1728086279992,"duration":2},"status":"passed","severity":"normal"},{"uid":"8dca99751aa1d021","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"status":"passed","severity":"normal"},{"uid":"da18140fd1876da2","name":"Check received message containing unicode special characters","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab4887fad91da97f","name":"should properly create location multiaddrs - tcp","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"status":"passed","severity":"normal"},{"uid":"a37c7ec797a080a4","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728086033927,"stop":1728086033928,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c98f277ebe1344c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086260289,"stop":1728086260289,"duration":0},"status":"passed","severity":"normal"},{"uid":"46d275b70b16d30","name":"should not fail to stop the service if it was not started","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0c0035327239838","name":"random static sharding 6 - Cluster ID: 275, Shard ID: 128","time":{"start":1728086260657,"stop":1728086260658,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cd8a3bcc6eaae0b","name":"Push message with content topic containing short","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"status":"passed","severity":"normal"},{"uid":"e65e35fb518034ea","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728085879618,"stop":1728085879619,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8a33cd5ce8fcc2c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086260329,"stop":1728086260330,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfc0739fa58406b1","name":"Push message with custom timestamp: 1728089663558","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"status":"passed","severity":"normal"},{"uid":"2600c002804465ed","name":"should emit a peer event after start","time":{"start":1728086246334,"stop":1728086246335,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfe6d5972d0b0565","name":"Query generator for multiple messages with different message text format","time":{"start":1728086287862,"stop":1728086287862,"duration":0},"status":"passed","severity":"normal"},{"uid":"888483b4b7a158e0","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728085864158,"stop":1728085864159,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b731c665dedbab7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086260328,"stop":1728086260329,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6036dacd07cb56f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728086056626,"stop":1728086056627,"duration":1},"status":"passed","severity":"normal"},{"uid":"e21372ada50b4ef","name":"Check message with no payload is not received","time":{"start":1728086032745,"stop":1728086032745,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2b7719389eaee0a","name":"Encoder throws on undefined content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"e441a2e2596506c3","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app78/10/topic382/test.js","time":{"start":1728086235213,"stop":1728086235218,"duration":5},"status":"passed","severity":"normal"},{"uid":"ba6f925857129843","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9d854621b7d08b6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728086260643,"stop":1728086260651,"duration":8},"status":"passed","severity":"normal"},{"uid":"2f1c9212fb9f6003","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd116679d1948fb0","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086260314,"stop":1728086260314,"duration":0},"status":"passed","severity":"normal"},{"uid":"433b045beeac890e","name":"should throw an error for insufficient data","time":{"start":1728085864273,"stop":1728085864274,"duration":1},"status":"passed","severity":"normal"},{"uid":"79c8318bad355d93","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1748ed86b2576c6","name":"Filter with 3 connections","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b94a008ca9f8767","name":"should throw error - invalid id","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"status":"passed","severity":"normal"},{"uid":"1524cbbce366d2c1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728085886587,"stop":1728085886589,"duration":2},"status":"passed","severity":"normal"},{"uid":"26aa40c9a367445","name":"Generator, custom pubsub topic","time":{"start":1728086279985,"stop":1728086279985,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3f6b30b177242f2","name":"Check received message containing Script","time":{"start":1728086171704,"stop":1728086171705,"duration":1},"status":"passed","severity":"normal"},{"uid":"5acd1b2b6fb51fdd","name":"Check message with non string payload is not received","time":{"start":1728086171718,"stop":1728086171720,"duration":2},"status":"passed","severity":"normal"},{"uid":"84f7d6483627fe20","name":"same cluster, same shard: nodes connect","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b72672e59dc87f8","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728086207909,"stop":1728086207909,"duration":0},"status":"passed","severity":"normal"},{"uid":"b31bf8d20eb6db4c","name":"Publish message with custom timestamp: Sat Oct 14 2023 23:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203118,"stop":1728086203123,"duration":5},"status":"passed","severity":"normal"},{"uid":"fdf84ff42185e4f0","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"165175d7fe9eeca6","name":"Keep-alive pings maintain the connection","time":{"start":1728085985731,"stop":1728085985731,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0f4ba5bc0f890e","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728085948113,"stop":1728085948114,"duration":1},"status":"passed","severity":"normal"},{"uid":"a11c83cc6dc42cf1","name":"Push message with escaped characters payload","time":{"start":1728086192513,"stop":1728086192515,"duration":2},"status":"passed","severity":"normal"},{"uid":"ebe352d8d4e81610","name":"Ephemeral messages are not stored","time":{"start":1728085924026,"stop":1728085924036,"duration":10},"status":"passed","severity":"normal"},{"uid":"2f18e1f462f934aa","name":"Push message with content topic containing Arabic","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"status":"passed","severity":"normal"},{"uid":"6252ceb8380d6079","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"status":"passed","severity":"normal"},{"uid":"8528be375cb158de","name":"should push to available amount of connection if less than required","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"status":"passed","severity":"normal"},{"uid":"af2d014fab64fc35","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728086232775,"stop":1728086232776,"duration":1},"status":"passed","severity":"normal"},{"uid":"970ea26012a24111","name":"Check publish message containing shell command","time":{"start":1728086203099,"stop":1728086203099,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e4f77d24fe5300","name":"Fails to publish message with wrong content topic","time":{"start":1728086203129,"stop":1728086203129,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7e9fc58524ac688","name":"should return valid sharding parameters for static sharding","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"status":"passed","severity":"normal"},{"uid":"b07fd89bd38b40e0","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728085948116,"stop":1728085948116,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1c897bc7f68fbd","name":"should not receive a peer event before start","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2dc12b5dd41fd4b","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728085897852,"stop":1728085897853,"duration":1},"status":"passed","severity":"normal"},{"uid":"e31876f9c140ee4f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728086056632,"stop":1728086056632,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d18bda9482770f","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728085925285,"stop":1728085925285,"duration":0},"status":"passed","severity":"normal"},{"uid":"e609a82743e2286e","name":"Push message with long payload","time":{"start":1728086226456,"stop":1728086226456,"duration":0},"status":"passed","severity":"normal"},{"uid":"184b2022d855f367","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728086203140,"stop":1728086203140,"duration":0},"status":"passed","severity":"normal"},{"uid":"f68c86b53369109e","name":"1 Relay, 1 fetch","time":{"start":1728085887349,"stop":1728085887350,"duration":1},"status":"passed","severity":"normal"},{"uid":"6de53b511614b924","name":"different cluster, different shard: nodes don't connect","time":{"start":1728086142734,"stop":1728086142734,"duration":0},"status":"passed","severity":"normal"},{"uid":"c177e4ce393965e","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728086033911,"stop":1728086033911,"duration":0},"status":"passed","severity":"normal"},{"uid":"be520c3fa5bae39b","name":"should be able to encode the field with only STORE set to true","time":{"start":1728085872163,"stop":1728085872164,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7f8fb240e8fc8","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728085966217,"stop":1728085966218,"duration":1},"status":"passed","severity":"normal"},{"uid":"7aef060190f03e15","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728085929891,"stop":1728085929891,"duration":0},"status":"skipped","severity":"normal"},{"uid":"61670929c35aef99","name":"configure the node with multiple pubsub topics","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"status":"passed","severity":"normal"},{"uid":"642ca5d72a5e70bc","name":"Ping on unsubscribed peer","time":{"start":1728085959890,"stop":1728085959891,"duration":1},"status":"passed","severity":"normal"},{"uid":"14e625fc95ad2ca0","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033881,"stop":1728086033881,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ea844f0548f002","name":"can dial TLS multiaddrs","time":{"start":1728086146256,"stop":1728086146256,"duration":0},"status":"passed","severity":"normal"},{"uid":"345911378d7ef6a","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"39709dc221995392","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3452c52ebedc475","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728086150787,"stop":1728086150787,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f73b432f90bcd50","name":"A test","time":{"start":1728086119053,"stop":1728086119054,"duration":1},"status":"passed","severity":"normal"},{"uid":"8edd648c8605691e","name":"start node with empty content topic","time":{"start":1728086235230,"stop":1728086235231,"duration":1},"status":"passed","severity":"normal"},{"uid":"5505a0b00b47eeb","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728086150804,"stop":1728086150804,"duration":0},"status":"passed","severity":"normal"},{"uid":"27d7bde3cda12ba","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086063188,"stop":1728086063188,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea18a5e00afbf242","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728085864166,"stop":1728085864167,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d7ee481989e5601","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"status":"passed","severity":"normal"},{"uid":"280f30ce77d7b097","name":"Check received message containing Russian","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"status":"passed","severity":"normal"},{"uid":"402402d7624d98db","name":"Check received message containing numeric","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"status":"passed","severity":"normal"},{"uid":"445f0a0cd3839a4d","name":"Query with Ordered Callback, No message returned","time":{"start":1728086258657,"stop":1728086258662,"duration":5},"status":"passed","severity":"normal"},{"uid":"c094a3122b6083c4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033894,"stop":1728086033895,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb8d8c7536390ab7","name":"addEventListener with wrong event","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdeee36b1a7fcd32","name":"more peers than existing","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a892c64ace84e9f","name":"Push message with content topic containing JSON","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"status":"passed","severity":"normal"},{"uid":"f453faa35c50044c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279998,"stop":1728086279998,"duration":0},"status":"passed","severity":"normal"},{"uid":"90a6f8a109ee5b22","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728086287865,"stop":1728086287866,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb18324a34e2e596","name":"Delete observer","time":{"start":1728086173698,"stop":1728086173699,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd1dc257a2db03c7","name":"Subscribe to topic containing short and receive message","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec9a82f13d2d4749","name":"Check message with no pubsub topic is not received","time":{"start":1728086032744,"stop":1728086032744,"duration":0},"status":"passed","severity":"normal"},{"uid":"6acf16aacb58224b","name":"start node with empty shard should fail","time":{"start":1728086260667,"stop":1728086260667,"duration":0},"status":"passed","severity":"normal"},{"uid":"f76f1b05f3d3fdf5","name":"should throw error - no public key","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"status":"passed","severity":"normal"},{"uid":"f686b97c8df5fc6b","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728086033929,"stop":1728086033929,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff5fbfb0c5087d8","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"status":"passed","severity":"normal"},{"uid":"48605dc8ea478a09","name":"Renews subscription after lossing a connection","time":{"start":1728086260331,"stop":1728086260331,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3781da6a0760a0","name":"should not fail to stop the service if it was not started","time":{"start":1728085929876,"stop":1728085929876,"duration":0},"status":"passed","severity":"normal"},{"uid":"2423743dbf0dd311","name":"Check message with invalid timestamp is not received","time":{"start":1728086171712,"stop":1728086171713,"duration":1},"status":"passed","severity":"normal"},{"uid":"90fa4560e7fa321","name":"Light Node - default protocols","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46662e2e5473ef2","name":"returns nothing if no connections present","time":{"start":1728085879404,"stop":1728085879405,"duration":1},"status":"passed","severity":"normal"},{"uid":"cccc05f6a4062ffb","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086063202,"stop":1728086063204,"duration":2},"status":"passed","severity":"normal"},{"uid":"adc6447fcae09fa0","name":"Push message with content topic containing SQL Injection","time":{"start":1728086226469,"stop":1728086226470,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e3dcb7c90370db6","name":"LightPush with 3 connections","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e41f9ed2b83302e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"29930c1ba99629b0","name":"Promise Callback - false","time":{"start":1728086272021,"stop":1728086272022,"duration":1},"status":"passed","severity":"normal"},{"uid":"88772e61a7edba8c","name":"Check received message containing escaped characters","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"status":"passed","severity":"normal"},{"uid":"10c27bc8232b6c94","name":"should not receive a peer event after stop","time":{"start":1728086246337,"stop":1728086246339,"duration":2},"status":"passed","severity":"normal"},{"uid":"73e2e4a53b1e8c05","name":"Callback on promise","time":{"start":1728086287863,"stop":1728086287865,"duration":2},"status":"passed","severity":"normal"},{"uid":"340f49fab015dd3e","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728085887436,"stop":1728085887437,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c215f0e208c4986","name":"Privacy Node - default protocol","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d9b1c907bc1f16a","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"status":"passed","severity":"normal"},{"uid":"10de8dc250130167","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728086150772,"stop":1728086150773,"duration":1},"status":"passed","severity":"normal"},{"uid":"23277529f2544c1d","name":"Ping on subscribed peer","time":{"start":1728085963110,"stop":1728085963111,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fbfcaf2c1a3ba7a","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"status":"passed","severity":"normal"},{"uid":"52c117b518e3c1c0","name":"should emit a peer event after start","time":{"start":1728085929877,"stop":1728085929880,"duration":3},"status":"passed","severity":"normal"},{"uid":"72e1514f196e8425","name":"should handle a minimal index list","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"30cd4cb628af5863","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966212,"stop":1728085966213,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dce0cae9763b7e4","name":"Push message with content topic containing XML","time":{"start":1728086226470,"stop":1728086226471,"duration":1},"status":"passed","severity":"normal"},{"uid":"17c7219672c486ab","name":"Push message with content topic containing long","time":{"start":1728086226465,"stop":1728086226467,"duration":2},"status":"passed","severity":"normal"},{"uid":"c2b96aeec012cb74","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728086033897,"stop":1728086033898,"duration":1},"status":"passed","severity":"normal"},{"uid":"fef1c0e0a7487bbb","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085963118,"stop":1728085963118,"duration":0},"status":"passed","severity":"normal"},{"uid":"f822914c8eb1634e","name":"Tracks peer failures correctly","time":{"start":1728085985733,"stop":1728085985733,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce583840456b473","name":"should properly create location multiaddrs - tcp4","time":{"start":1728085872748,"stop":1728085872749,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fbdd81c44cebf9d","name":"Check received message containing SQL Injection","time":{"start":1728086032737,"stop":1728086032738,"duration":1},"status":"passed","severity":"normal"},{"uid":"383c4e5fb3d07973","name":"Check received message containing shell command","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"status":"passed","severity":"normal"},{"uid":"d342a144a5dfeca2","name":"Check received message containing Basic HTML tag","time":{"start":1728086032738,"stop":1728086032739,"duration":1},"status":"passed","severity":"normal"},{"uid":"9483efd4d1e072d1","name":"getPeersByDiscovery","time":{"start":1728086232770,"stop":1728086232771,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a4b7d87cc76f99d","name":"should use DNS peer discovery with light client","time":{"start":1728085929886,"stop":1728085929890,"duration":4},"status":"skipped","severity":"normal"},{"uid":"84a8ba3b4888c36a","name":"Subscribe to topic containing long and publish message","time":{"start":1728086207897,"stop":1728086207898,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1a25d1774a5573a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086260330,"stop":1728086260331,"duration":1},"status":"passed","severity":"normal"},{"uid":"262d8467400c52ed","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"status":"passed","severity":"normal"},{"uid":"de64bce642fb0d5a","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b6cf7d67bfc52ae","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086260290,"stop":1728086260297,"duration":7},"status":"passed","severity":"normal"},{"uid":"e5f5779131671bcf","name":"Check message received after jswaku node is restarted","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c1df710651873a2","name":"ignores domain fetching errors","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c7be75ec23f302","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4084e6c1e2dfac5","name":"recovers when dns.resolve returns empty","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"status":"passed","severity":"normal"},{"uid":"824136a93109f25a","name":"Encoder throws on empty string content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b2c2edbac8cad20","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app44/3/topic7/xml","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"status":"passed","severity":"normal"},{"uid":"28992a9460c6417a","name":"Push message with long payload","time":{"start":1728086192489,"stop":1728086192497,"duration":8},"status":"passed","severity":"normal"},{"uid":"9a8e3e18eb12f25e","name":"Nodes with multiple pubsub topic","time":{"start":1728086196551,"stop":1728086196551,"duration":0},"status":"passed","severity":"normal"},{"uid":"d291f4098596b005","name":"should only return 1 node with relay and store capability","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e92c02b6e9b0b3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086063188,"stop":1728086063192,"duration":4},"status":"passed","severity":"normal"},{"uid":"ceab21f992b981ec","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728086033889,"stop":1728086033890,"duration":1},"status":"passed","severity":"normal"},{"uid":"eac8fe883b0d19cb","name":"Push message with short payload","time":{"start":1728086192488,"stop":1728086192489,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c743edfb95de82d","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728085864148,"stop":1728085864154,"duration":6},"status":"passed","severity":"normal"},{"uid":"cae99f9ed07554f1","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bc12a7b92575269c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728086207911,"stop":1728086207911,"duration":0},"status":"passed","severity":"normal"},{"uid":"7136651300b5d8fe","name":"should be called for bootstrap peers","time":{"start":1728085925280,"stop":1728085925281,"duration":1},"status":"passed","severity":"normal"},{"uid":"255810a108bbb38b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728085929890,"stop":1728085929890,"duration":0},"status":"skipped","severity":"normal"},{"uid":"82f02be981ccb98f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"d648e5fdee9b3ddd","name":"Query Generator, No Decoder","time":{"start":1728086258655,"stop":1728086258655,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae2e922cd05b8997","name":"Check received message containing numeric","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4ff6cbe179c166","name":"can start the service","time":{"start":1728085891876,"stop":1728085891876,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f116647668d1400","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728085872164,"stop":1728085872165,"duration":1},"status":"passed","severity":"normal"},{"uid":"748f33727aa24e24","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"96d8371931ee12ab","name":"should not fail to start the service if it is already started","time":{"start":1728086246331,"stop":1728086246334,"duration":3},"status":"passed","severity":"normal"},{"uid":"a1a897eceda9ab25","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728085948114,"stop":1728085948114,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5e7f7859cf754c","name":"Passing invalid cursor","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"status":"passed","severity":"normal"},{"uid":"158520fddd4c87ed","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728086033895,"stop":1728086033897,"duration":2},"status":"passed","severity":"normal"},{"uid":"7c49cc9f29e7863","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728086355713,"stop":1728086355714,"duration":1},"status":"passed","severity":"normal"},{"uid":"2828243dad915f93","name":"Passing page size 10 when there are 10 messages","time":{"start":1728086280293,"stop":1728086280296,"duration":3},"status":"passed","severity":"normal"},{"uid":"71e7611e89338a13","name":"Check publish message containing JSON","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bbcf9f4b9f1cdff","name":"Ping on unsubscribed peer","time":{"start":1728085963116,"stop":1728085963117,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7a196913726e51","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c98cc078ae033e3","name":"should emit a peer event after start","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"status":"passed","severity":"normal"},{"uid":"f337c2cf13418b7c","name":"should be online or offline if network state changed","time":{"start":1728085917716,"stop":1728085917716,"duration":0},"status":"passed","severity":"normal"},{"uid":"24c0a3e2fbefd2af","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728086196551,"stop":1728086196560,"duration":9},"status":"passed","severity":"normal"},{"uid":"fdc140bda6b8683a","name":"should select older connection if present","time":{"start":1728085879408,"stop":1728085879409,"duration":1},"status":"passed","severity":"normal"},{"uid":"b38b01fe67fd8afe","name":"Check received message containing short","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"status":"passed","severity":"normal"},{"uid":"8900570e82d0e9e2","name":"new peer added after a peer was already found","time":{"start":1728086232771,"stop":1728086232775,"duration":4},"status":"skipped","severity":"normal"},{"uid":"8c58a079030b5a7c","name":"Fails to push message with empty content topic","time":{"start":1728086192531,"stop":1728086192531,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9441984fb223c1b","name":"Decoder throws on empty string content topic","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"status":"passed","severity":"normal"},{"uid":"363da953a68bc0a","name":"Publish message with custom timestamp: Fri Oct 04 2024 22:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203123,"stop":1728086203125,"duration":2},"status":"passed","severity":"normal"},{"uid":"2d910e02d190a8c","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728086254815,"stop":1728086254815,"duration":0},"status":"passed","severity":"normal"},{"uid":"92af190a02b10376","name":"Check publish message after service node is restarted","time":{"start":1728086203140,"stop":1728086203141,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b910934e94b3bd74","name":"Should update multiaddrs","time":{"start":1728086151434,"stop":1728086151435,"duration":1},"status":"passed","severity":"normal"},{"uid":"a20432816958a7db","name":"Check received message containing emoji","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a6e347fd8107fc6","name":"should throw error - no id","time":{"start":1728085872739,"stop":1728085872740,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ead64c174824532","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"status":"passed","severity":"normal"},{"uid":"46ebafcf4da1c5b2","name":"Check publish message containing emoji","time":{"start":1728086203116,"stop":1728086203117,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe1aa5a6609ee76","name":"should encode/decode to RLP encoding","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"status":"passed","severity":"normal"},{"uid":"93320371a2a357e1","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728086063205,"stop":1728086063206,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cd04203140537a0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"1262a5bb3af61cc4","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e1ac099767b02d","name":"Non TWN Cluster","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"status":"passed","severity":"normal"},{"uid":"267aa19176f1473","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728085864156,"stop":1728085864156,"duration":0},"status":"passed","severity":"normal"},{"uid":"351aaaf39c22c008","name":"Subscribe and publish message","time":{"start":1728086207862,"stop":1728086207862,"duration":0},"status":"passed","severity":"normal"},{"uid":"404a2ab4a6eb69ed","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728085864180,"stop":1728085864180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0dec17578e367","name":"A test","time":{"start":1728086119054,"stop":1728086119054,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c97258ce92e73ac","name":"Ping on peer without subscriptions","time":{"start":1728085963115,"stop":1728085963116,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b985a3a8dce5760","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728085864172,"stop":1728085864173,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7e6874fa643074b","name":"Check received message containing Basic HTML tag","time":{"start":1728086171705,"stop":1728086171706,"duration":1},"status":"passed","severity":"normal"},{"uid":"57f4e8af1b7a33a7","name":"Push message with Basic HTML tag payload","time":{"start":1728086192510,"stop":1728086192511,"duration":1},"status":"passed","severity":"normal"},{"uid":"7440c8240b126e8a","name":"Encoder throws on empty string content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae94e489c1db3734","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728085924039,"stop":1728085924040,"duration":1},"status":"passed","severity":"normal"},{"uid":"41c9a051f17abc02","name":"random static sharding 1 - Cluster ID: 829, Shard ID: 636","time":{"start":1728086260651,"stop":1728086260651,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cd9f5be531dc94f","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d9b15c68ae231ea","name":"should handle corrupted local storage data gracefully","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b3399ce9fb4f2e","name":"Check publish message after client node is restarted","time":{"start":1728086203141,"stop":1728086203141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1ca993c500aeedf3","name":"Push message with special chars payload","time":{"start":1728086226457,"stop":1728086226458,"duration":1},"status":"passed","severity":"normal"},{"uid":"9429e46fc894412a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a6965ce18f1817","name":"Push message with content topic containing Script","time":{"start":1728086226470,"stop":1728086226470,"duration":0},"status":"passed","severity":"normal"},{"uid":"5805767588fd38e","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728086150766,"stop":1728086150766,"duration":0},"status":"passed","severity":"normal"},{"uid":"2734c27887bb9524","name":"should create a new stream if no existing for protocol found","time":{"start":1728085879613,"stop":1728085879614,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fba57b5d31dbe8f","name":"Publish without waiting for remote peer","time":{"start":1728086207861,"stop":1728086207862,"duration":1},"status":"passed","severity":"normal"},{"uid":"44aaee5bc689bfb5","name":"Fails to publish message with empty text","time":{"start":1728086203128,"stop":1728086203129,"duration":1},"status":"passed","severity":"normal"},{"uid":"eae3612bc05bf93a","name":"Check meta is set [symmetric]","time":{"start":1728085897854,"stop":1728085897854,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4f99da98a89d697","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7e9f819d5a76277","name":"Decoder throws on undefined content topic","time":{"start":1728085897856,"stop":1728085897856,"duration":0},"status":"passed","severity":"normal"},{"uid":"145a034fb88af9af","name":"Sample","time":{"start":1728085872134,"stop":1728085872134,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9107c90cdaa53e6","name":"Push message with custom timestamp: 1697327656949","time":{"start":1728086226496,"stop":1728086226496,"duration":0},"status":"passed","severity":"normal"},{"uid":"475060a3fe0f0b01","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728085917714,"stop":1728085917714,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdb191808cef9c04","name":"Check received message containing JSON","time":{"start":1728086032739,"stop":1728086032740,"duration":1},"status":"passed","severity":"normal"},{"uid":"96fa88f0d72d33b1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086260319,"stop":1728086260319,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cad6b7905806a91","name":"different cluster, same shard: nodes don't connect","time":{"start":1728086033870,"stop":1728086033873,"duration":3},"status":"passed","severity":"normal"},{"uid":"f72ce90421db7082","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"b29b4335f3dfbd7d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086063193,"stop":1728086063197,"duration":4},"status":"passed","severity":"normal"},{"uid":"547fe44936b18ddd","name":"Sign & Recover","time":{"start":1728085898292,"stop":1728085898292,"duration":0},"status":"passed","severity":"normal"},{"uid":"338b104933b03014","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1579e61f8efb8a7","name":"All","time":{"start":1728085923997,"stop":1728085923997,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fb0ead8eaae26b3","name":"Check received message with timestamp: 1728085916617000000 ","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aa23d4332793f3b","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728086254809,"stop":1728086254809,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9732972c3c80ab","name":"Passing page size 1 when there are 4 messages","time":{"start":1728086280292,"stop":1728086280292,"duration":0},"status":"passed","severity":"normal"},{"uid":"666e23e67daa093e","name":"Nodes with multiple pubsub topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e4df141b17886","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728086150764,"stop":1728086150764,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a103e27560b16cc","name":"Check message on other pubsub topic is not received","time":{"start":1728086032743,"stop":1728086032744,"duration":1},"status":"passed","severity":"normal"},{"uid":"326e43d53f7c8713","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728085864157,"stop":1728085864158,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5619e5fb2c4bf80","name":"should fail to send if no connections available","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"status":"passed","severity":"normal"},{"uid":"375e599e4f1a8afc","name":"Overlapping topic subscription","time":{"start":1728086207887,"stop":1728086207887,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3b871ac45a79d205","name":"Push message with Arabic payload","time":{"start":1728086192508,"stop":1728086192508,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e7cf47149d25e","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728085925282,"stop":1728085925284,"duration":2},"status":"passed","severity":"normal"},{"uid":"15e69bbf7e93937b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728085966218,"stop":1728085966219,"duration":1},"status":"passed","severity":"normal"},{"uid":"253ebf6e74808ea0","name":"Decoder throws on undefined content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"efae672ff205c12c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"status":"passed","severity":"normal"},{"uid":"9da6391df3e6d8ce","name":"Check publish message containing special chars","time":{"start":1728086203090,"stop":1728086203090,"duration":0},"status":"passed","severity":"normal"},{"uid":"275a9d76a425299","name":"should set field with only FILTER enabled","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"39cf2a919dcc7d08","name":"should not fail to start the service if it is already started","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"993b334a2b2afbf3","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728085866679,"stop":1728085866679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac28ef392f1db7a2","name":"random static sharding 3 - Cluster ID: 60, Shard ID: 263","time":{"start":1728086260652,"stop":1728086260655,"duration":3},"status":"passed","severity":"normal"},{"uid":"1efbac4022bf1e31","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728086056627,"stop":1728086056628,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd450e1a7bbb6234","name":"should properly compute the node id","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c54a7f651671e3","name":"Check received message containing long","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5927e8527185d04","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728086056628,"stop":1728086056629,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ec67d22df09c8","name":"throws on content topic with generation field greater than 0","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3768744a1e053e9","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee340042492613b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"status":"passed","severity":"normal"},{"uid":"392d22684333e821","name":"Check received message containing emoji","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d901bd38078939","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086260299,"stop":1728086260300,"duration":1},"status":"passed","severity":"normal"},{"uid":"34d0e8e9a3cff7b","name":"can start the service","time":{"start":1728086246327,"stop":1728086246328,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c8efaffe0c93439","name":"Push message with numeric payload","time":{"start":1728086226457,"stop":1728086226457,"duration":0},"status":"passed","severity":"normal"},{"uid":"32568eb079fc6375","name":"addEventListener with correct event","time":{"start":1728085957570,"stop":1728085957571,"duration":1},"status":"passed","severity":"normal"},{"uid":"76a0b1723fa5212d","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"status":"passed","severity":"normal"},{"uid":"546750b18389ae28","name":"should encode/decode to text encoding","time":{"start":1728085872742,"stop":1728085872743,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d01bf3b2e18b63c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e56e9bf806ea4b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086260329,"stop":1728086260329,"duration":0},"status":"passed","severity":"normal"},{"uid":"107a9cd2445d3995","name":"Subscribe to topic containing XML and publish message","time":{"start":1728086207916,"stop":1728086207920,"duration":4},"status":"passed","severity":"normal"},{"uid":"a1cc99174cce2e","name":"Ordered Callback - true","time":{"start":1728086272022,"stop":1728086272023,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea6791d4ee40e81d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728085917712,"stop":1728085917713,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aa7c4c50a85abb7","name":"Push message with Script payload","time":{"start":1728086226460,"stop":1728086226461,"duration":1},"status":"passed","severity":"normal"},{"uid":"f845ad5860dc51c3","name":"should properly create peer info with all multiaddrs","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"status":"passed","severity":"normal"},{"uid":"7008825ec54d26c0","name":"Relay - times out","time":{"start":1728086336921,"stop":1728086336922,"duration":1},"status":"passed","severity":"normal"},{"uid":"50c7cf988d8d1853","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086171711,"stop":1728086171712,"duration":1},"status":"passed","severity":"normal"},{"uid":"de28601bfe9d5fb0","name":"Correctly serialized arguments","time":{"start":1728086146568,"stop":1728086146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"7da1725f45b5be2f","name":"caches peers it previously fetched","time":{"start":1728085887949,"stop":1728085887949,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ba5456e5e17343","name":"through manual discovery","time":{"start":1728086146258,"stop":1728086146258,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e73f9c8bc371b4e","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728086289027,"stop":1728086289028,"duration":1},"status":"passed","severity":"normal"},{"uid":"e00e3fab1a14ed19","name":"Js publishes, other Js receives","time":{"start":1728086188763,"stop":1728086188764,"duration":1},"status":"passed","severity":"normal"},{"uid":"14963d050df4daa2","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728085866681,"stop":1728085866681,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0a4872a9ddad9fa","name":"random static sharding 4 - Cluster ID: 316, Shard ID: 350","time":{"start":1728086260655,"stop":1728086260655,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab59db78f38daa78","name":"Push message with rate limit","time":{"start":1728086192532,"stop":1728086192533,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c0266ba8496606e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086260324,"stop":1728086260325,"duration":1},"status":"passed","severity":"normal"},{"uid":"a357d9e1527b5c01","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086260314,"stop":1728086260315,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca83873807e3da7a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728085864162,"stop":1728085864163,"duration":1},"status":"passed","severity":"normal"},{"uid":"91320f7868a42905","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728085872165,"stop":1728085872166,"duration":1},"status":"passed","severity":"normal"},{"uid":"f00f1b00bc6429ab","name":"throws an error for improperly formatted content topics","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c8a074c41ac8b28","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc4a69466e54068","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"de13fb796a2f1c59","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60d0fc8f0c8f90c","name":"should not receive a peer event before start","time":{"start":1728086246336,"stop":1728086246337,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1b5d6f7f5869816","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728086056628,"stop":1728086056628,"duration":0},"status":"passed","severity":"normal"},{"uid":"8097f0c39a1593f1","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"status":"passed","severity":"normal"},{"uid":"d85982409454e3a4","name":"Refresh subscription","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"885466a39ddc34e0","name":"should get / set TCP multiaddr","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"status":"passed","severity":"normal"},{"uid":"200a4177e9b025b3","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd01bf17cfcaa45b","name":"Store - dialed first","time":{"start":1728086336922,"stop":1728086336922,"duration":0},"status":"passed","severity":"normal"},{"uid":"9750d4d9f25a2bd4","name":"Query generator for multiple messages","time":{"start":1728086287861,"stop":1728086287862,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2940ae205c1ea85","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7529f953cbde28","name":"Fails to push message bigger that 1MB","time":{"start":1728086192534,"stop":1728086192535,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5fd27910956a748","name":"Query Generator - false","time":{"start":1728086272019,"stop":1728086272019,"duration":0},"status":"passed","severity":"normal"},{"uid":"36a678799e17224e","name":"throws on content topic with empty encoding field","time":{"start":1728085864147,"stop":1728085864147,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ae0f962cdabf7a7","name":"Push message with content topic containing Russian","time":{"start":1728086192522,"stop":1728086192523,"duration":1},"status":"passed","severity":"normal"},{"uid":"f586e3bf4ae2c9b4","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086260326,"stop":1728086260327,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef5f2d759faab2e5","name":"Overlapping topic subscription","time":{"start":1728086260302,"stop":1728086260307,"duration":5},"status":"passed","severity":"normal"},{"uid":"29190ed095850ff4","name":"Relay + Store","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"80d3b5c6e1be8157","name":"should return empty list for no shard","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"status":"passed","severity":"normal"},{"uid":"b14233145a0c6d90","name":"throws on content topic with empty application field","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa563e314c3abb93","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e9ffaad3b0cb0af","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"status":"passed","severity":"normal"},{"uid":"86416ad9af91e6e1","name":"Fails to publish duplicate message","time":{"start":1728086203128,"stop":1728086203128,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ff8bed0dd0b38c2","name":"should properly create location multiaddrs - udp","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"status":"passed","severity":"normal"},{"uid":"526b87319ec2f458","name":"Check received message containing escaped characters","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"status":"passed","severity":"normal"},{"uid":"6420210348f201","name":"unsubscribes","time":{"start":1728086278950,"stop":1728086278951,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca7d101d5226a95f","name":"isConnected should return false after all peers disconnect","time":{"start":1728085948115,"stop":1728085948115,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac0895c60c9fe504","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203117,"stop":1728086203118,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdfd367391fc8c81","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed71b046a6cd1335","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd419a9917c3b28e","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728085948112,"stop":1728085948113,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ccb3c58dc7426d2","name":"removeEventListener with correct event","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"status":"passed","severity":"normal"},{"uid":"25b96c011acb6fa1","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728086033910,"stop":1728086033910,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fac6f59d12f84cd","name":"should set field with only RELAY enabled","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6d7cb59ed5c9664","name":"Check message with no payload is not received","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"status":"passed","severity":"normal"},{"uid":"7046220e2a95589b","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728086033920,"stop":1728086033920,"duration":0},"status":"passed","severity":"normal"},{"uid":"86632f454299898","name":"should get / set UDP multiaddr","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b4fdacd86d444b7","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"status":"passed","severity":"normal"},{"uid":"829f2f764f387eed","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728086258662,"stop":1728086258663,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9ebfa6eb64ffb7","name":"can start and stop the service","time":{"start":1728086246328,"stop":1728086246330,"duration":2},"status":"passed","severity":"normal"},{"uid":"82ca832e4312574","name":"Ping on unsubscribed peer","time":{"start":1728085963113,"stop":1728085963114,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7dc8371a6b037d4","name":"Store - dialed after - with timeout","time":{"start":1728086336922,"stop":1728086336923,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dbb379d41944d65","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086063197,"stop":1728086063200,"duration":3},"status":"passed","severity":"normal"},{"uid":"1d16692a4fa71ed8","name":"Query with Ordered Callback, No Decoder","time":{"start":1728086258657,"stop":1728086258657,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceacea31a4f8aa6a","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728085887434,"stop":1728085887435,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9ca984d2c515c35","name":"should not receive a peer event after stop","time":{"start":1728085891878,"stop":1728085891879,"duration":1},"status":"passed","severity":"normal"},{"uid":"2343d887aa5b7c02","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"status":"passed","severity":"normal"},{"uid":"297c2a5ab0ba7243","name":"Push message with short payload","time":{"start":1728086226454,"stop":1728086226456,"duration":2},"status":"passed","severity":"normal"},{"uid":"56a7f879baa80831","name":"shard 0","time":{"start":1728086260637,"stop":1728086260637,"duration":0},"status":"passed","severity":"normal"},{"uid":"501e0fceb6990bf5","name":"Filter with 2 connections","time":{"start":1728086059811,"stop":1728086059812,"duration":1},"status":"passed","severity":"normal"},{"uid":"e829486fc45699ef","name":"Push message with JSON payload","time":{"start":1728086226462,"stop":1728086226463,"duration":1},"status":"passed","severity":"normal"},{"uid":"31ae4b24c0182e5e","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728086289030,"stop":1728086289030,"duration":0},"status":"passed","severity":"normal"},{"uid":"c43377e148544605","name":"random static sharding 8 - Cluster ID: 543, Shard ID: 10","time":{"start":1728086260660,"stop":1728086260661,"duration":1},"status":"passed","severity":"normal"},{"uid":"48bcc2a628c056c3","name":"should encodeTxt and decodeTxt","time":{"start":1728085872738,"stop":1728085872738,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0a69efea933154d","name":"non connected peers","time":{"start":1728086171969,"stop":1728086171969,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5f687258772d17a1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966213,"stop":1728085966213,"duration":0},"status":"passed","severity":"normal"},{"uid":"83207113a07930e7","name":"Push message with custom timestamp: 1728089656949","time":{"start":1728086226506,"stop":1728086226506,"duration":0},"status":"passed","severity":"normal"},{"uid":"27d39096f5e09c37","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728085992917,"stop":1728085992919,"duration":2},"status":"passed","severity":"normal"},{"uid":"94a82fa687b87d1c","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb05b13b0a1f7185","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728085864167,"stop":1728085864168,"duration":1},"status":"passed","severity":"normal"},{"uid":"148a4f1ea5164c8f","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728086207922,"stop":1728086207922,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c7cd52ebaf5c30","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd69c524d02f07af","name":"Renews peer on consistent missed messages","time":{"start":1728085985736,"stop":1728085985737,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbf4020c8ffe8764","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033887,"stop":1728086033887,"duration":0},"status":"passed","severity":"normal"},{"uid":"4691c0f95f1dd063","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728085887434,"stop":1728085887434,"duration":0},"status":"passed","severity":"normal"},{"uid":"18327c915cb6db92","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app28/8/topic13/utf8","time":{"start":1728086235212,"stop":1728086235212,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c3dbb80a1792b4","name":"topics with same application and version share the same shard","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba6e7bf4f310b4c5","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728085872162,"stop":1728085872163,"duration":1},"status":"passed","severity":"normal"},{"uid":"766e1788753ae608","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"status":"passed","severity":"normal"},{"uid":"14c998064bcc655b","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728086207910,"stop":1728086207911,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b1fcd2d8b1c11ab","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728086033913,"stop":1728086033914,"duration":1},"status":"passed","severity":"normal"},{"uid":"472c54f1c0c1e288","name":"Check message with invalid timestamp is not received","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb54c3c47c58c2c","name":"should not receive a peer event after stop","time":{"start":1728085929885,"stop":1728085929885,"duration":0},"status":"passed","severity":"normal"},{"uid":"da482fbe526e897","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728086270017,"stop":1728086270017,"duration":0},"status":"passed","severity":"normal"},{"uid":"519cb7cd5dab1524","name":"tcp ip4 address","time":{"start":1728085872126,"stop":1728085872128,"duration":2},"status":"passed","severity":"normal"},{"uid":"894ddda02761b7fa","name":"Ping on subscribed peer","time":{"start":1728085963114,"stop":1728085963115,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd372d06c4917380","name":"handles multiple messages","time":{"start":1728086278950,"stop":1728086278950,"duration":0},"status":"passed","severity":"normal"},{"uid":"f34b67538ece5265","name":"Check received message containing unicode special characters","time":{"start":1728086032740,"stop":1728086032741,"duration":1},"status":"passed","severity":"normal"},{"uid":"2168fbb55f26f5d3","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"status":"passed","severity":"normal"},{"uid":"51decd00af59208","name":"Check received message containing Arabic","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1cc62ab41b6ef43","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086063171,"stop":1728086063172,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e75391d1c773537","name":"should decode valid enr with tcp successfully","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"status":"passed","severity":"normal"},{"uid":"4158f643ef28b64c","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728086033919,"stop":1728086033919,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0cb1a643011ae68","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728086150786,"stop":1728086150787,"duration":1},"status":"passed","severity":"normal"},{"uid":"115a0fb0fe34f2f","name":"Filter with 1 connections","time":{"start":1728086059806,"stop":1728086059806,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c17fe42e4681b1f","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"status":"passed","severity":"normal"},{"uid":"c50cd7f0bb829a3a","name":"Push message equal or less that 1MB","time":{"start":1728086226506,"stop":1728086226507,"duration":1},"status":"passed","severity":"normal"},{"uid":"99b52040c1e3718b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728085864155,"stop":1728085864156,"duration":1},"status":"passed","severity":"normal"},{"uid":"a68e08d723660d46","name":"Check received message containing short","time":{"start":1728086032734,"stop":1728086032735,"duration":1},"status":"passed","severity":"normal"},{"uid":"b22500aa14aa074f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728086033891,"stop":1728086033891,"duration":0},"status":"passed","severity":"normal"},{"uid":"befb67c79048004e","name":"Push message with emoji payload","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"status":"passed","severity":"normal"},{"uid":"be186046a74b0492","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086063174,"stop":1728086063175,"duration":1},"status":"passed","severity":"normal"},{"uid":"77f96773f4f66402","name":"dispatchEvent via connectionManager","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4f7f3884ff2edb4","name":"Refresh subscription","time":{"start":1728086063177,"stop":1728086063181,"duration":4},"status":"passed","severity":"normal"},{"uid":"e4c4420e98307408","name":"Check message on other pubsub topic is not received","time":{"start":1728086171697,"stop":1728086171698,"duration":1},"status":"passed","severity":"normal"},{"uid":"36dc93f63b4e712","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086260313,"stop":1728086260313,"duration":0},"status":"passed","severity":"normal"},{"uid":"54970411b08dc562","name":"Check message received after jswaku node is restarted","time":{"start":1728086171720,"stop":1728086171721,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b7b568133757f469","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728085899569,"stop":1728085899570,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a9a1bbdda356ac6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728085992920,"stop":1728085992921,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffad1ab8a4a7b85a","name":"Encoder throws on empty string content topic","time":{"start":1728085897855,"stop":1728085897856,"duration":1},"status":"passed","severity":"normal"},{"uid":"46967230aa68e112","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"status":"passed","severity":"normal"},{"uid":"629297fc4066832b","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279996,"stop":1728086279997,"duration":1},"status":"passed","severity":"normal"},{"uid":"a415290d7da56ef8","name":"throws on content topic with non-number generation field","time":{"start":1728085864144,"stop":1728085864145,"duration":1},"status":"passed","severity":"normal"},{"uid":"18f249ce54d1f583","name":"should only return 1 node with relay capability","time":{"start":1728085887949,"stop":1728085887950,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8f6d83a3527e62e","name":"groups content topics by expected pubsub topic","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"status":"passed","severity":"normal"},{"uid":"d54413da37ec6dc2","name":"should throw if no connection provided","time":{"start":1728085879613,"stop":1728085879613,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9c584eb74d9155a","name":"1 Store, 2 fetches","time":{"start":1728085887350,"stop":1728085887351,"duration":1},"status":"passed","severity":"normal"},{"uid":"98ed37f25eaf54ae","name":"should not fail to start the service if it is already started","time":{"start":1728085929877,"stop":1728085929877,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03aca72f04fd300","name":"Check message with no content topic is not received","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"status":"passed","severity":"normal"},{"uid":"74fdf8575403c306","name":"should return different streams if requested simultaniously","time":{"start":1728085879614,"stop":1728085879614,"duration":0},"status":"passed","severity":"normal"},{"uid":"b212105f62c1486b","name":"Check received message containing special chars","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf6e73554d4f45d3","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728086232775,"stop":1728086232775,"duration":0},"status":"skipped","severity":"normal"},{"uid":"354efca99c57dee7","name":"Push message with JSON payload","time":{"start":1728086192511,"stop":1728086192511,"duration":0},"status":"passed","severity":"normal"},{"uid":"41701589302e3481","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279983,"stop":1728086279984,"duration":1},"status":"passed","severity":"normal"},{"uid":"28c5d1e4a5df75d2","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728085872169,"stop":1728085872170,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2c6daed569aba47","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728086033927,"stop":1728086033927,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a34c76c2717bab","name":"Check received message containing Chinese","time":{"start":1728086171690,"stop":1728086171691,"duration":1},"status":"passed","severity":"normal"},{"uid":"731dbd37c1ccce26","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"status":"passed","severity":"normal"},{"uid":"b176415e5be38036","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728086033907,"stop":1728086033908,"duration":1},"status":"passed","severity":"normal"},{"uid":"46a555806c0a269f","name":"Push message with custom timestamp: 1697327663558","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5d4f4f846c53dfd","name":"Push message on custom pubsubTopic","time":{"start":1728086118962,"stop":1728086118963,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec0120d13eb86a5a","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"305dc037fb3b5938","name":"Refresh subscription","time":{"start":1728086207881,"stop":1728086207883,"duration":2},"status":"skipped","severity":"normal"},{"uid":"4f9062541a9a2256","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086063192,"stop":1728086063193,"duration":1},"status":"passed","severity":"normal"},{"uid":"a864bb35ef5f0a4a","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728086207862,"stop":1728086207863,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2646725ea50fde3","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"66447a6b314a5930","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728086033914,"stop":1728086033918,"duration":4},"status":"passed","severity":"normal"},{"uid":"c2ba71b431eec132","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728086289030,"stop":1728086289031,"duration":1},"status":"passed","severity":"normal"},{"uid":"319b39b90b218710","name":"Filter","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"status":"passed","severity":"normal"},{"uid":"956383290bcfa523","name":"configure the node with multiple content topics","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"status":"passed","severity":"normal"},{"uid":"979fddc9c7161e5e","name":"returns all values when wanted number matches available values","time":{"start":1728085886583,"stop":1728085886585,"duration":2},"status":"passed","severity":"normal"},{"uid":"b1399f1581f292d6","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728086150790,"stop":1728086150790,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eb75dbdaa14de61","name":"Passing page size 110 when there are 120 messages","time":{"start":1728086280306,"stop":1728086280307,"duration":1},"status":"passed","severity":"normal"},{"uid":"5630d351c4141a99","name":"Check received message with timestamp: 1728085917349 ","time":{"start":1728086171709,"stop":1728086171711,"duration":2},"status":"passed","severity":"normal"},{"uid":"354e1126a67c9793","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728085864175,"stop":1728085864175,"duration":0},"status":"passed","severity":"normal"},{"uid":"92eb5b7b95e97795","name":"Waku message hash computation (payload length 0)","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb5d295c5c2d547","name":"Query generator for 2000 messages","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8477b3aad894ed8","name":"Check received message containing escaped characters","time":{"start":1728086171707,"stop":1728086171707,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"9d683be83205f3ed","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521326,"stop":1728381521326,"duration":0},"status":"passed","severity":"normal"},{"uid":"f88d4b2e8870354c","name":"can dial TLS multiaddrs","time":{"start":1728381618750,"stop":1728381618750,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d588b25ca32eefc","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381749017,"stop":1728381749019,"duration":2},"status":"passed","severity":"normal"},{"uid":"f3910f8749f19446","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cf92bc2c112acdb","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1728381521287,"stop":1728381521288,"duration":1},"status":"passed","severity":"normal"},{"uid":"55deb6ee3694b5ad","name":"groups content topics by expected pubsub topic","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc4fd924a8339b8","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381557273,"stop":1728381557276,"duration":3},"status":"passed","severity":"normal"},{"uid":"6996a436b4d382d7","name":"Relay - dialed after","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca51ef9da997f464","name":"Check received message containing JSON","time":{"start":1728381526515,"stop":1728381526515,"duration":0},"status":"passed","severity":"normal"},{"uid":"35533c0c77a2618f","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728381363564,"stop":1728381363565,"duration":1},"status":"passed","severity":"normal"},{"uid":"b084fa991d4de8e3","name":"Push message with content topic containing escaped characters","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a068cfff1b9aa18","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"status":"passed","severity":"normal"},{"uid":"b16401e722a5f308","name":"Encoder throws on empty string content topic","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7aa8de07c36106a","name":"Push message with escaped characters payload","time":{"start":1728381711646,"stop":1728381711647,"duration":1},"status":"passed","severity":"normal"},{"uid":"1072ac166edba665","name":"Check message with invalid timestamp is not received","time":{"start":1728381658388,"stop":1728381658388,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3025357f3ffc825","name":"should return usable stream attached to connection","time":{"start":1728381371408,"stop":1728381371409,"duration":1},"status":"passed","severity":"normal"},{"uid":"6be9c6e7601080ce","name":"Push message with Basic HTML tag payload","time":{"start":1728381680446,"stop":1728381680449,"duration":3},"status":"passed","severity":"normal"},{"uid":"2ad70a01ec2dd602","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728381719626,"stop":1728381719627,"duration":1},"status":"passed","severity":"normal"},{"uid":"96ea9116538404b5","name":"should emit a peer event after start","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c04a44357113b70","name":"Push message with custom timestamp: 1728377957642","time":{"start":1728381680469,"stop":1728381680470,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8d3ac6090106d39","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5871a0f41fa39a0","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728381355971,"stop":1728381355972,"duration":1},"status":"passed","severity":"normal"},{"uid":"423763226be85844","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2d288a78c06067e","name":"start node with empty shard should fail","time":{"start":1728381745565,"stop":1728381745566,"duration":1},"status":"passed","severity":"normal"},{"uid":"d331a861fcd6e52f","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728381685602,"stop":1728381685602,"duration":0},"status":"passed","severity":"normal"},{"uid":"66043b9963345987","name":"Init the array if not present","time":{"start":1728381355523,"stop":1728381355528,"duration":5},"status":"passed","severity":"normal"},{"uid":"3d8a368cc7a0df95","name":"connects to nwaku","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ba571de7500830b","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"status":"passed","severity":"normal"},{"uid":"304623e9579493dc","name":"different cluster, same shard: nodes don't connect","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"status":"passed","severity":"normal"},{"uid":"f88794c952ed2f5b","name":"should throw if no connection provided","time":{"start":1728381371409,"stop":1728381371410,"duration":1},"status":"passed","severity":"normal"},{"uid":"5610250644cfe58a","name":"should return valid sharding parameters for static sharding","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"status":"passed","severity":"normal"},{"uid":"1af5c355fddf8e10","name":"tcp ip4 address","time":{"start":1728381363825,"stop":1728381363825,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3b632f965423136","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381749033,"stop":1728381749034,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b5035e00cfc2c4a","name":"Push message with JSON payload","time":{"start":1728381680449,"stop":1728381680450,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2c330fdad5dd3eb","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd5bd4ca954efa5","name":"should not receive a peer event before start","time":{"start":1728381383545,"stop":1728381383545,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c25dba83616f92","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728381842824,"stop":1728381842825,"duration":1},"status":"passed","severity":"normal"},{"uid":"9128329325b4f9ff","name":"topics with same application and version share the same shard","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8367794dc467e24","name":"Push message with content topic containing XML","time":{"start":1728381680459,"stop":1728381680463,"duration":4},"status":"passed","severity":"normal"},{"uid":"6c8bf82f30d2cbf9","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"136ad81555f5e70b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461615,"stop":1728381461616,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8053fe5b29fb6d2","name":"LightPush with 3 connections","time":{"start":1728381554779,"stop":1728381554781,"duration":2},"status":"passed","severity":"normal"},{"uid":"49fd4bc1ac5cd724","name":"Refresh subscription","time":{"start":1728381749050,"stop":1728381749051,"duration":1},"status":"passed","severity":"normal"},{"uid":"2921ee0350e6fc97","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728381613872,"stop":1728381613872,"duration":0},"status":"passed","severity":"normal"},{"uid":"4661f1c21a8f8661","name":"Subscribe to topic containing short and publish message","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e072fd89b3db604","name":"Decoder throws on empty string content topic","time":{"start":1728381391228,"stop":1728381391228,"duration":0},"status":"passed","severity":"normal"},{"uid":"6590bd442bfee45a","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"status":"passed","severity":"normal"},{"uid":"f204fe5e369e90f1","name":"Fails to publish message with wrong content topic","time":{"start":1728381689163,"stop":1728381689164,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2f40c65268e185a","name":"Rejects garbage","time":{"start":1728381394403,"stop":1728381394403,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e5fb6ed351aaa6f","name":"Push message with emoji payload","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b943f90031842f","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f073a289b5c7b78","name":"Filter with 2 connections","time":{"start":1728381554779,"stop":1728381554779,"duration":0},"status":"passed","severity":"normal"},{"uid":"aad037288cfa22b0","name":"Ping on unsubscribed peer","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"status":"passed","severity":"normal"},{"uid":"36ec90cad24211ac","name":"configure the node with multiple pubsub topics","time":{"start":1728381745560,"stop":1728381745560,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a48bd8876662b3b","name":"Encoder throws on undefined content topic","time":{"start":1728381389461,"stop":1728381389462,"duration":1},"status":"passed","severity":"normal"},{"uid":"5edb339d6e36e4f","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728381696834,"stop":1728381696838,"duration":4},"status":"passed","severity":"normal"},{"uid":"83748d1c769bfe3c","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381749061,"stop":1728381749062,"duration":1},"status":"passed","severity":"normal"},{"uid":"950bbb76482c34fa","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"status":"passed","severity":"normal"},{"uid":"1db0beef40203e46","name":"Check message with no content topic is not received","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dde41a4442b3d5c","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728381379239,"stop":1728381379240,"duration":1},"status":"passed","severity":"normal"},{"uid":"6255cb613808dd16","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fa1959db60032e6","name":"connected peers and dial","time":{"start":1728381658691,"stop":1728381658692,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c97f1ae8b1e49ab","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728381680463,"stop":1728381680465,"duration":2},"status":"passed","severity":"normal"},{"uid":"3bc4fd1d1785ef02","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381749034,"stop":1728381749035,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5bc8f8d88e58bd2","name":"returns only open connection if one present","time":{"start":1728381371460,"stop":1728381371461,"duration":1},"status":"passed","severity":"normal"},{"uid":"39ef4513571b7744","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"status":"passed","severity":"normal"},{"uid":"778bc4d76de86f1a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728381521321,"stop":1728381521322,"duration":1},"status":"passed","severity":"normal"},{"uid":"13a5d07c32ceeb28","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381749021,"stop":1728381749021,"duration":0},"status":"passed","severity":"normal"},{"uid":"e893267bed2cfef9","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728381696858,"stop":1728381696862,"duration":4},"status":"passed","severity":"normal"},{"uid":"a9df72284432e1e9","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ef68cc3727049","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728381371416,"stop":1728381371417,"duration":1},"status":"passed","severity":"normal"},{"uid":"10c455cc38e96183","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728381379238,"stop":1728381379239,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e28c895f6b4b026","name":"Passing page size 0 when there are 110 messages","time":{"start":1728381766189,"stop":1728381766190,"duration":1},"status":"passed","severity":"normal"},{"uid":"3abd1369f09ebd73","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728381521296,"stop":1728381521296,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce03d8ddd9fc3a91","name":"can start the service","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"status":"passed","severity":"normal"},{"uid":"c48e77099963b274","name":"Filter","time":{"start":1728381800486,"stop":1728381800486,"duration":0},"status":"passed","severity":"normal"},{"uid":"a42ef12c8137a08b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"status":"passed","severity":"normal"},{"uid":"9179749bf0900694","name":"Push message with XML payload","time":{"start":1728381680445,"stop":1728381680446,"duration":1},"status":"passed","severity":"normal"},{"uid":"4df7eb8bd25deedb","name":"Check received message containing Basic HTML tag","time":{"start":1728381658381,"stop":1728381658381,"duration":0},"status":"passed","severity":"normal"},{"uid":"232a3458cebbb68a","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0448d1382da76e2","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728381685603,"stop":1728381685604,"duration":1},"status":"passed","severity":"normal"},{"uid":"b571aad02751b712","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"34667f849001e1f8","name":"should load peers from local storage and dispatch events","time":{"start":1728381383546,"stop":1728381383547,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3fd4fa852805c53","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521291,"stop":1728381521292,"duration":1},"status":"passed","severity":"normal"},{"uid":"2783a2b44110b676","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461639,"stop":1728381461640,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2e26fd2ac14efa2","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728381461615,"stop":1728381461615,"duration":0},"status":"passed","severity":"normal"},{"uid":"666d0f0ef8d5816c","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728381745551,"stop":1728381745551,"duration":0},"status":"passed","severity":"normal"},{"uid":"c94a1319f846cb83","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728381371417,"stop":1728381371418,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1b3fa3419aea0e5","name":"should return all peers when numPeers is 0","time":{"start":1728381371415,"stop":1728381371415,"duration":0},"status":"passed","severity":"normal"},{"uid":"71fbf25109fd0603","name":"Check publish message containing Chinese","time":{"start":1728381689146,"stop":1728381689147,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5ecbf7b6cb98d10","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728381759211,"stop":1728381759212,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aedf20124290581","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d3b1677f71d139a","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381749070,"stop":1728381749071,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e76efd73835ec50","name":"Check message with no content topic is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"27dc9a2ee56a35fd","name":"Check received message containing XML","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"status":"passed","severity":"normal"},{"uid":"da732b2f2d051ae","name":"Generator, custom pubsub topic","time":{"start":1728381763774,"stop":1728381763775,"duration":1},"status":"passed","severity":"normal"},{"uid":"d793e030ce0b034b","name":"Query generator for 2000 messages","time":{"start":1728381762413,"stop":1728381762413,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9f37265b4108a93","name":"can start the service","time":{"start":1728381716488,"stop":1728381716490,"duration":2},"status":"passed","severity":"normal"},{"uid":"ffbed6f9cd2e6fd9","name":"Push message with numeric payload","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0965829f3559c5a","name":"should properly create location multiaddrs - tcp6","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"5feb9ddc02e6f6aa","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"status":"passed","severity":"normal"},{"uid":"d865ae41c3003692","name":"Filter with 3 connections","time":{"start":1728381554781,"stop":1728381554782,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcd9733f9d700d7","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728381774347,"stop":1728381774347,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a74cf0c12edfa8e","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"status":"passed","severity":"normal"},{"uid":"a94fe1077acfed2f","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728381416762,"stop":1728381416765,"duration":3},"status":"passed","severity":"normal"},{"uid":"8b072001743b5ccc","name":"should decode valid enr with tcp successfully","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa16ce48daad5bd","name":"ignores unrecognized TXT record formats","time":{"start":1728381379402,"stop":1728381379403,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f197fae1a4b9564","name":"Passing an array","time":{"start":1728381772749,"stop":1728381772750,"duration":1},"status":"passed","severity":"normal"},{"uid":"254d1e87b6213543","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728381371412,"stop":1728381371412,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f872a65a2cb2d0","name":"Push message with custom timestamp: 1728377946003","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d43e4342c174655","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381557205,"stop":1728381557206,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fec72e158dc663b","name":"different cluster, same shard: nodes don't connect","time":{"start":1728381521285,"stop":1728381521286,"duration":1},"status":"passed","severity":"normal"},{"uid":"19be7d72a6c8c276","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728381613871,"stop":1728381613872,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3ae4264bf68c852","name":"Push message with custom timestamp: 1728385146003","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdc0939ec09b8a8","name":"Overlapping topic subscription","time":{"start":1728381749022,"stop":1728381749023,"duration":1},"status":"passed","severity":"normal"},{"uid":"26449863fa912b7d","name":"it tolerates circular branch references","time":{"start":1728381379401,"stop":1728381379402,"duration":1},"status":"passed","severity":"normal"},{"uid":"2103cf730e4d9594","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728381634307,"stop":1728381634307,"duration":0},"status":"passed","severity":"normal"},{"uid":"840ca55c992417b0","name":"Query Generator, No message returned","time":{"start":1728381743120,"stop":1728381743123,"duration":3},"status":"passed","severity":"normal"},{"uid":"e2912406e6b2f122","name":"Ping fails for unsubscribed peers","time":{"start":1728381475915,"stop":1728381475915,"duration":0},"status":"passed","severity":"normal"},{"uid":"b699b92fee5b3c7c","name":"Push message with meta","time":{"start":1728381711676,"stop":1728381711681,"duration":5},"status":"passed","severity":"normal"},{"uid":"cf972f09eeafc931","name":"ignores domain fetching errors","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"status":"passed","severity":"normal"},{"uid":"e516f2f2fccf334f","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728381613868,"stop":1728381613868,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c93f58f2b11afe","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728381613874,"stop":1728381613874,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2752639803b085c","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728381842826,"stop":1728381842826,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6a0479effeb012e","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728381743125,"stop":1728381743129,"duration":4},"status":"passed","severity":"normal"},{"uid":"9fa5b558e29cb60d","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689154,"stop":1728381689155,"duration":1},"status":"passed","severity":"normal"},{"uid":"91fc1550d2e37d92","name":"should properly create location multiaddrs - tcp","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5c22a9b7ade6e1a","name":"Tracks peer failures correctly","time":{"start":1728381475925,"stop":1728381475925,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bb24f0b6d1fed3e","name":"should select older connection if present","time":{"start":1728381371462,"stop":1728381371462,"duration":0},"status":"passed","severity":"normal"},{"uid":"899e5d6dcd09ec4a","name":"retrieves a single peer","time":{"start":1728381379400,"stop":1728381379401,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ef31deb77cfebbe","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728381743112,"stop":1728381743112,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdd219797c011aea","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381749055,"stop":1728381749056,"duration":1},"status":"passed","severity":"normal"},{"uid":"358c5a885e85e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4dabb891855c59e","name":"Push message with shell command payload","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b007d8fef7e830a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381749015,"stop":1728381749016,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b9d390cf2a12113","name":"Check received message containing Script","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc1ae730c0eafb86","name":"Check received message containing SQL Injection","time":{"start":1728381526511,"stop":1728381526512,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a46bc9a5ba59690","name":"should throw error - no public key","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bcbfba551c0a9c","name":"should decode valid enr successfully","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9200c205f6573f","name":"Sign & Recover","time":{"start":1728381390014,"stop":1728381390015,"duration":1},"status":"passed","severity":"normal"},{"uid":"51bee956165a875a","name":"Push message with content topic containing Script","time":{"start":1728381711662,"stop":1728381711662,"duration":0},"status":"passed","severity":"normal"},{"uid":"28e4e0d1c72b1e44","name":"Query with Promise Callback, No message returned","time":{"start":1728381743133,"stop":1728381743134,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4d23195cc78941b","name":"Push message with special chars payload","time":{"start":1728381680433,"stop":1728381680434,"duration":1},"status":"passed","severity":"normal"},{"uid":"540d4aaf6ddab18c","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d035face8bbe17","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461636,"stop":1728381461639,"duration":3},"status":"passed","severity":"normal"},{"uid":"9e027cf8d4bdb8e5","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728381363561,"stop":1728381363562,"duration":1},"status":"passed","severity":"normal"},{"uid":"741ede65217a2371","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521293,"duration":1},"status":"passed","severity":"normal"},{"uid":"d12db87c6f6193e6","name":"Check received message containing escaped characters","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"status":"passed","severity":"normal"},{"uid":"d11a829264e1d6ba","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381658373,"stop":1728381658373,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4acdd53e2be19c6","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728381613866,"stop":1728381613866,"duration":0},"status":"passed","severity":"normal"},{"uid":"c29fce9bd12d0fe3","name":"Decoder throws on undefined content topic","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"status":"passed","severity":"normal"},{"uid":"19638e744faa9552","name":"unsubscribes","time":{"start":1728381766730,"stop":1728381766730,"duration":0},"status":"passed","severity":"normal"},{"uid":"91a4d8bc74f2d447","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f18c31c2a39441","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728381696827,"stop":1728381696834,"duration":7},"status":"passed","severity":"normal"},{"uid":"cc6ebba198160db4","name":"Subscribe and receive messages via lightPush","time":{"start":1728381557204,"stop":1728381557204,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef10ae7eb3422f9","name":"All","time":{"start":1728381415231,"stop":1728381415231,"duration":0},"status":"passed","severity":"normal"},{"uid":"34246fe878e03167","name":"Push message with content topic containing short","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"status":"passed","severity":"normal"},{"uid":"1daae6bbe01129d4","name":"should not fail to stop the service if it was not started","time":{"start":1728381383543,"stop":1728381383544,"duration":1},"status":"passed","severity":"normal"},{"uid":"a799877e00647be2","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728381371412,"stop":1728381371413,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc70d6208e89b052","name":"random static sharding 4 - Cluster ID: 126, Shard ID: 395","time":{"start":1728381745554,"stop":1728381745555,"duration":1},"status":"passed","severity":"normal"},{"uid":"99df7b78b115d690","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381557210,"stop":1728381557211,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c9b5f561e5b8344","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381749072,"stop":1728381749073,"duration":1},"status":"passed","severity":"normal"},{"uid":"1748162bae4172bf","name":"Check publish message containing unicode special characters","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"status":"passed","severity":"normal"},{"uid":"b437defffa4f83d2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe9d126c02600cf0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"status":"passed","severity":"normal"},{"uid":"5accb07e7b8a5bc9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"status":"passed","severity":"normal"},{"uid":"693eca846d962004","name":"same cluster, different shard: nodes connect","time":{"start":1728381634309,"stop":1728381634310,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fb2493c9b8e0ceb","name":"Query Generator, No Decoder","time":{"start":1728381743116,"stop":1728381743120,"duration":4},"status":"passed","severity":"normal"},{"uid":"a290d4db0dbe0cbb","name":"Ping on subscribed peer","time":{"start":1728381452649,"stop":1728381452649,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9619f30dc94574f","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381557253,"stop":1728381557262,"duration":9},"status":"passed","severity":"normal"},{"uid":"5b6348d7b2306fc9","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728381363567,"stop":1728381363568,"duration":1},"status":"passed","severity":"normal"},{"uid":"44712e6dd1343760","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728381521342,"stop":1728381521342,"duration":0},"status":"passed","severity":"normal"},{"uid":"252404d761aeb771","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","time":{"start":1728381719623,"stop":1728381719624,"duration":1},"status":"passed","severity":"normal"},{"uid":"74aa7e1af5c99cdc","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381545550,"stop":1728381545550,"duration":0},"status":"passed","severity":"normal"},{"uid":"64594cd575a93ca0","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381557215,"stop":1728381557219,"duration":4},"status":"passed","severity":"normal"},{"uid":"7a12bf70844eb2a9","name":"throws on empty content topic","time":{"start":1728381355953,"stop":1728381355953,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8060e5148fe53a6","name":"Encoder throws on undefined content topic","time":{"start":1728381371850,"stop":1728381371851,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cef2f21200ad10f","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"status":"passed","severity":"normal"},{"uid":"e29c7942c07100b","name":"Push message with rate limit","time":{"start":1728381680468,"stop":1728381680469,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ac18acd62f7168b","name":"Check publish message containing short","time":{"start":1728381689142,"stop":1728381689143,"duration":1},"status":"passed","severity":"normal"},{"uid":"72384e0898c7d1c5","name":"Check publish message containing shell command","time":{"start":1728381689152,"stop":1728381689153,"duration":1},"status":"passed","severity":"normal"},{"uid":"91b6704d1867583e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381749065,"stop":1728381749068,"duration":3},"status":"passed","severity":"normal"},{"uid":"ab7d71e035d6c100","name":"Check received message containing JSON","time":{"start":1728381658369,"stop":1728381658370,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f81b072d746939e","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381749068,"stop":1728381749068,"duration":0},"status":"passed","severity":"normal"},{"uid":"9be6c24fff5537cd","name":"Push message with unicode special characters payload","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa4e34156688780","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"status":"passed","severity":"normal"},{"uid":"442845ebb7b0c402","name":"pre and post cipher","time":{"start":1728381390014,"stop":1728381390014,"duration":0},"status":"passed","severity":"normal"},{"uid":"c099dfb664d5d719","name":"Check message with non string payload is not received","time":{"start":1728381658389,"stop":1728381658390,"duration":1},"status":"passed","severity":"normal"},{"uid":"52ba4ab445b7c5a9","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728381696823,"stop":1728381696824,"duration":1},"status":"passed","severity":"normal"},{"uid":"65f63c9648f88311","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8d12d971181008","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1435b0d261ba610","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728381363570,"stop":1728381363571,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f65dcfbe8e81830","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728381379241,"stop":1728381379242,"duration":1},"status":"passed","severity":"normal"},{"uid":"c286995d024de038","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728381521308,"stop":1728381521312,"duration":4},"status":"passed","severity":"normal"},{"uid":"e71a7bb79bf6f051","name":"Encoder throws on empty string content topic","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"status":"passed","severity":"normal"},{"uid":"47817ea5c01397df","name":"should handle corrupted local storage data gracefully","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec61b764d1b4a5d1","name":"isConnected should return true after first peer connects","time":{"start":1728381439744,"stop":1728381439745,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae97e5298440b90","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"status":"passed","severity":"normal"},{"uid":"157d6d873da0e726","name":"should throw an error for missing sharding configuration","time":{"start":1728381355984,"stop":1728381355985,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f346b076ca7fde9","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"status":"passed","severity":"normal"},{"uid":"db3659a52178e84c","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728381415529,"stop":1728381415529,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd15dd964e546fd1","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381749046,"stop":1728381749047,"duration":1},"status":"passed","severity":"normal"},{"uid":"cef394826c83d954","name":"isConnected should return false after all peers disconnect","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"status":"passed","severity":"normal"},{"uid":"b428acf950dc28a5","name":"Query Generator - false","time":{"start":1728381756568,"stop":1728381756571,"duration":3},"status":"passed","severity":"normal"},{"uid":"f8593d8f47efe266","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728381355986,"stop":1728381355987,"duration":1},"status":"passed","severity":"normal"},{"uid":"3946a35c458fe769","name":"should not fail to stop the service if it was not started","time":{"start":1728381423072,"stop":1728381423073,"duration":1},"status":"passed","severity":"normal"},{"uid":"a12df7a056be3357","name":"Ordered callback, aborts when callback returns true","time":{"start":1728381762412,"stop":1728381762413,"duration":1},"status":"passed","severity":"normal"},{"uid":"c60c3680f58752e2","name":"Check publish message containing emoji","time":{"start":1728381689154,"stop":1728381689154,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb2e4d44e40c3309","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728381363562,"stop":1728381363564,"duration":2},"status":"passed","severity":"normal"},{"uid":"a773a0bd1667722e","name":"Renews peer on consistent missed messages","time":{"start":1728381475929,"stop":1728381475931,"duration":2},"status":"passed","severity":"normal"},{"uid":"60f6ea6030ab9209","name":"Decrypt messages","time":{"start":1728381660636,"stop":1728381660636,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44758a51594a589","name":"returns all values when wanted number is greater than available values","time":{"start":1728381378682,"stop":1728381378683,"duration":1},"status":"passed","severity":"normal"},{"uid":"478bdb7f798e4fc3","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"6588297870fdc1b9","name":"Check message received after jswaku node is restarted","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a05bf93f34b45b1f","name":"Register correct protocols","time":{"start":1728381696822,"stop":1728381696822,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a55e5861f648b","name":"Push message with content topic containing SQL Injection","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8ce677b8ac70aef","name":"Check received message containing numeric","time":{"start":1728381526505,"stop":1728381526509,"duration":4},"status":"passed","severity":"normal"},{"uid":"814fd728b641488e","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c2b4044d0419991","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce3c8efb1ca13a0","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"status":"passed","severity":"normal"},{"uid":"784046139a4bea12","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728381521312,"stop":1728381521313,"duration":1},"status":"passed","severity":"normal"},{"uid":"8910521ed5c4e252","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728381696841,"stop":1728381696842,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e6ee325187e15a1","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728381696824,"stop":1728381696825,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c007e6ff67fa962","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"status":"passed","severity":"normal"},{"uid":"84eb65a5284f1455","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728381634306,"stop":1728381634307,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccc95eb44753ff59","name":"should return empty list for no shard","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1dd46f8434c4196","name":"should properly create location multiaddrs - udp","time":{"start":1728381364427,"stop":1728381364428,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3f94cc083bd61a5","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728381521289,"stop":1728381521289,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bbc2f619f16888d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381545566,"stop":1728381545566,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba553986507f801","name":"Query with Promise Callback, No Decoder","time":{"start":1728381743132,"stop":1728381743132,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1dd70ab11c02076","name":"Check received message containing emoji","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"status":"passed","severity":"normal"},{"uid":"20ee181b7e7dff69","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"b206aa3357f968b0","name":"start node with empty content topic","time":{"start":1728381719627,"stop":1728381719628,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6acda225f9ed23b","name":"should use DNS peer discovery with light client","time":{"start":1728381423075,"stop":1728381423075,"duration":0},"status":"skipped","severity":"normal"},{"uid":"978a92a81e84d565","name":"returns all values when wanted number matches available values","time":{"start":1728381378680,"stop":1728381378682,"duration":2},"status":"passed","severity":"normal"},{"uid":"7c47d3c4885665a7","name":"Waku message hash computation (payload length 0)","time":{"start":1728381358362,"stop":1728381358362,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde8cc887adbbc28","name":"Check received message containing emoji","time":{"start":1728381658385,"stop":1728381658386,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b0e8f1c89044701","name":"Subscribe to topic containing short and receive message","time":{"start":1728381749051,"stop":1728381749052,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a17d6cbf73661db","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1ca5f75520b2a5b","name":"Passing page size 110 when there are 120 messages","time":{"start":1728381766200,"stop":1728381766200,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5311314a7dab03f","name":"Push message with content topic containing Russian","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac04b0703443c900","name":"Delete observer","time":{"start":1728381660636,"stop":1728381660637,"duration":1},"status":"passed","severity":"normal"},{"uid":"83b307f846d429a8","name":"should set field with all protocols enabled","time":{"start":1728381364428,"stop":1728381364429,"duration":1},"status":"passed","severity":"normal"},{"uid":"8addad0222e50175","name":"Push message with content topic containing emoji","time":{"start":1728381711671,"stop":1728381711674,"duration":3},"status":"passed","severity":"normal"},{"uid":"3c5f5d911ef8cccd","name":"Push message with content topic containing JSON","time":{"start":1728381680465,"stop":1728381680465,"duration":0},"status":"passed","severity":"normal"},{"uid":"88b58e743de3b5d1","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728381759210,"stop":1728381759211,"duration":1},"status":"passed","severity":"normal"},{"uid":"22e50d6fae2afbdb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615371,"stop":1728381615372,"duration":1},"status":"passed","severity":"normal"},{"uid":"da16effead2ec4a9","name":"A test","time":{"start":1728381614000,"stop":1728381614001,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e0cd54ea2018c9d","name":"Check publish message containing Arabic","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"status":"passed","severity":"normal"},{"uid":"6120a175597466c7","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381749013,"stop":1728381749015,"duration":2},"status":"passed","severity":"normal"},{"uid":"c442430c76fcea29","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728381715120,"stop":1728381715120,"duration":0},"status":"skipped","severity":"normal"},{"uid":"457eb0e6bcbe412a","name":"Ordered Callback - false","time":{"start":1728381756574,"stop":1728381756574,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffdd96862e3a9f77","name":"Check message with no payload is not received","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"status":"passed","severity":"normal"},{"uid":"2472a850613e19ac","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"status":"passed","severity":"normal"},{"uid":"111ad6566c31641d","name":"isConnected return false after peer stops","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3946ca2333a1809","name":"Check message with no pubsub topic is not received","time":{"start":1728381526519,"stop":1728381526520,"duration":1},"status":"passed","severity":"normal"},{"uid":"d544bffeccb8aee5","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381749041,"stop":1728381749043,"duration":2},"status":"passed","severity":"normal"},{"uid":"8e384329eb0fdfbe","name":"should not receive a peer event before start","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbf05108c64519e","name":"Push message with content topic containing Chinese","time":{"start":1728381711660,"stop":1728381711660,"duration":0},"status":"passed","severity":"normal"},{"uid":"13584e95fb34bfc5","name":"Check message with invalid timestamp is not received","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa04d457d294cd7b","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728381521306,"stop":1728381521308,"duration":2},"status":"passed","severity":"normal"},{"uid":"44ee6708e4f7c0aa","name":"Ordered Callback - true","time":{"start":1728381756573,"stop":1728381756574,"duration":1},"status":"passed","severity":"normal"},{"uid":"8068ce07270cb9e7","name":"Generator, custom pubsub topic","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"status":"passed","severity":"normal"},{"uid":"34505fe63562030e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728381521296,"stop":1728381521297,"duration":1},"status":"passed","severity":"normal"},{"uid":"44197379c265eca1","name":"Fails to push message with empty content topic","time":{"start":1728381711674,"stop":1728381711676,"duration":2},"status":"passed","severity":"normal"},{"uid":"68fea4ddabc82afd","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728381363554,"stop":1728381363556,"duration":2},"status":"passed","severity":"normal"},{"uid":"65c9945d883232e4","name":"handles empty shards array correctly","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"status":"passed","severity":"normal"},{"uid":"f28f2b27e835e618","name":"Check received message containing Chinese","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"status":"passed","severity":"normal"},{"uid":"63559bad545f553a","name":"throws on content topic with empty topic name field","time":{"start":1728381355956,"stop":1728381355956,"duration":0},"status":"passed","severity":"normal"},{"uid":"d12f7283c205a343","name":"Check publish message containing Script","time":{"start":1728381689149,"stop":1728381689150,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a623b7c7d16b59d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728381423076,"stop":1728381423078,"duration":2},"status":"skipped","severity":"normal"},{"uid":"bd009a63773a1716","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728381475925,"stop":1728381475926,"duration":1},"status":"passed","severity":"normal"},{"uid":"85c53b3f427fc26","name":"getPeersByDiscovery","time":{"start":1728381449299,"stop":1728381449299,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc2c4547e7567c8","name":"Push message with content topic containing unicode special characters","time":{"start":1728381680466,"stop":1728381680467,"duration":1},"status":"passed","severity":"normal"},{"uid":"531ba2386604708","name":"random static sharding 3 - Cluster ID: 682, Shard ID: 259","time":{"start":1728381745554,"stop":1728381745554,"duration":0},"status":"passed","severity":"normal"},{"uid":"da84f2da4afe5767","name":"Check received message containing Russian","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4401730d9345b4b","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728381759213,"stop":1728381759213,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60dbcb07c932e27","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"7048f3bf79e250d","name":"Check received message containing shell command","time":{"start":1728381526515,"stop":1728381526516,"duration":1},"status":"passed","severity":"normal"},{"uid":"d946ad76c471ebf5","name":"Check received message containing XML","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"status":"passed","severity":"normal"},{"uid":"47b3a15637e22383","name":"Push message with content topic containing Russian","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"status":"passed","severity":"normal"},{"uid":"7499d4a30620c2ae","name":"non connected peers","time":{"start":1728381658693,"stop":1728381658693,"duration":0},"status":"skipped","severity":"normal"},{"uid":"335b0d5a4e330847","name":"Overlapping topic subscription","time":{"start":1728381749048,"stop":1728381749049,"duration":1},"status":"passed","severity":"normal"},{"uid":"a86990a9ffb72082","name":"Passing page size 19 when there are 20 messages","time":{"start":1728381766199,"stop":1728381766200,"duration":1},"status":"passed","severity":"normal"},{"uid":"4349adb6be080b46","name":"handles different networkShards values correctly","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6191746e7359304","name":"should set field with only FILTER enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e030db031ba4096","name":"Push message equal or less that 1MB","time":{"start":1728381680471,"stop":1728381680471,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa779d966cec8e54","name":"Decoder throws on empty string content topic","time":{"start":1728381389463,"stop":1728381389463,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2cdbea9151058f0","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381749025,"stop":1728381749026,"duration":1},"status":"passed","severity":"normal"},{"uid":"ead5180888e7513a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728381842826,"stop":1728381842827,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d36b6f1dc285ea7","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728381759211,"stop":1728381759211,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e15eac5c8415671","name":"Subscribe to topic containing long and receive message","time":{"start":1728381557228,"stop":1728381557228,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e43b56de926582a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728381521315,"stop":1728381521316,"duration":1},"status":"passed","severity":"normal"},{"uid":"d46122cb15dbda60","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461617,"stop":1728381461623,"duration":6},"status":"passed","severity":"normal"},{"uid":"f7d5ce9198a4f977","name":"Encoder throws on undefined content topic","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"status":"passed","severity":"normal"},{"uid":"97899851be00d6a6","name":"Push message with short payload","time":{"start":1728381680432,"stop":1728381680432,"duration":0},"status":"passed","severity":"normal"},{"uid":"5273a22709824c8e","name":"listenerCount","time":{"start":1728381449299,"stop":1728381449300,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb985f2d3c000ea0","name":"Fails to push message with large meta","time":{"start":1728381711681,"stop":1728381711681,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc865e1786e2f9f8","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728381774344,"stop":1728381774344,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9f0cf2e7494c6c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe484ab9cb668c3","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"status":"passed","severity":"normal"},{"uid":"67caa04bfd165f69","name":"random static sharding 8 - Cluster ID: 458, Shard ID: 920","time":{"start":1728381745557,"stop":1728381745558,"duration":1},"status":"passed","severity":"normal"},{"uid":"664c37e0f09ef5a7","name":"Callback on promise, aborts when callback returns true","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"status":"passed","severity":"normal"},{"uid":"37c57a873fa45cb5","name":"Push message with JSON payload","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"status":"passed","severity":"normal"},{"uid":"d709365e12c2326b","name":"Relay + Store","time":{"start":1728381364430,"stop":1728381364430,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac2d917bb2acfb70","name":"should encodeTxt and decodeTxt","time":{"start":1728381364409,"stop":1728381364409,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba53608f2a564bb","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728381439744,"stop":1728381439744,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b95899e5b6f1a1","name":"should be able to encode the field with only STORE set to true","time":{"start":1728381363559,"stop":1728381363560,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c7d82fbf233aea3","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef11f3de294c0ac8","name":"configure the node with multiple content topics","time":{"start":1728381719626,"stop":1728381719626,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ae0e4dc8b270ff","name":"Push 30 different messages","time":{"start":1728381711648,"stop":1728381711648,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c0ae02db2722ff8","name":"Relay - dialed first","time":{"start":1728381800483,"stop":1728381800483,"duration":0},"status":"passed","severity":"normal"},{"uid":"aeaf00e60eb5236e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728381358360,"stop":1728381358361,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5acf0066648dace","name":"Overlapping topic subscription","time":{"start":1728381696826,"stop":1728381696827,"duration":1},"status":"skipped","severity":"normal"},{"uid":"16905df240891182","name":"Check received message containing Basic HTML tag","time":{"start":1728381526513,"stop":1728381526515,"duration":2},"status":"passed","severity":"normal"},{"uid":"4319cfd45e3bee77","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728381363576,"stop":1728381363576,"duration":0},"status":"passed","severity":"normal"},{"uid":"84a3e9826f90c00c","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"status":"passed","severity":"normal"},{"uid":"73a889616d614ebc","name":"Ping on peer without subscriptions","time":{"start":1728381452650,"stop":1728381452650,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd35a3a2352c933","name":"Check received message with timestamp: 1728381408830 ","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8708391668467fd","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"3965dec8625efd17","name":"should not receive a peer event after stop","time":{"start":1728381716497,"stop":1728381716505,"duration":8},"status":"passed","severity":"normal"},{"uid":"526b337eb9a50690","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728381521342,"stop":1728381521343,"duration":1},"status":"passed","severity":"normal"},{"uid":"a246626c1ed40d0d","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728381358363,"stop":1728381358363,"duration":0},"status":"passed","severity":"normal"},{"uid":"11c6399b08a6676b","name":"throws on content topic with empty application field","time":{"start":1728381355955,"stop":1728381355955,"duration":0},"status":"passed","severity":"normal"},{"uid":"8038f2c967a6bbb9","name":"A test","time":{"start":1728381614000,"stop":1728381614000,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5a731d94649ea8","name":"Refresh subscription","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee98ec5b5d9341e8","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728381363577,"stop":1728381363578,"duration":1},"status":"passed","severity":"normal"},{"uid":"16d384b80281269c","name":"Refresh subscription","time":{"start":1728381696825,"stop":1728381696826,"duration":1},"status":"skipped","severity":"normal"},{"uid":"74dc68cc89b81818","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728381613864,"stop":1728381613865,"duration":1},"status":"passed","severity":"normal"},{"uid":"6563367d40066596","name":"Check publish message containing Basic HTML tag","time":{"start":1728381689151,"stop":1728381689152,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f9d2cf29aeb91d4","name":"Relay","time":{"start":1728381415229,"stop":1728381415230,"duration":1},"status":"passed","severity":"normal"},{"uid":"94f306d5f5eaf924","name":"Query with Ordered Callback, No message returned","time":{"start":1728381743124,"stop":1728381743125,"duration":1},"status":"passed","severity":"normal"},{"uid":"208744d90188df32","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728381613866,"stop":1728381613867,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc1d500f5322b024","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728381409093,"stop":1728381409094,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dca24f262c7229c","name":"Push message with Script payload","time":{"start":1728381680444,"stop":1728381680445,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9c125f4d53c9051","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728381379406,"stop":1728381379407,"duration":1},"status":"skipped","severity":"normal"},{"uid":"bada174489ba74c9","name":"Check message on other pubsub topic is not received","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ae62774762e9841","name":"Check meta is set [ecies]","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aaaf71459106c72","name":"stop","time":{"start":1728381449301,"stop":1728381449301,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2026dd5e00690e9","name":"Nodes with multiple pubsub topic","time":{"start":1728381685602,"stop":1728381685603,"duration":1},"status":"passed","severity":"normal"},{"uid":"10820b5e85d9140d","name":"Publish message with rate limit","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"status":"passed","severity":"normal"},{"uid":"c083dd4b8e6b9db2","name":"Check received message containing special chars","time":{"start":1728381526509,"stop":1728381526509,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7229a5174a39d41","name":"Push message with content topic containing escaped characters","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e0292bccb2e376","name":"Check received message with timestamp: 1728381408830 ","time":{"start":1728381658372,"stop":1728381658373,"duration":1},"status":"passed","severity":"normal"},{"uid":"e23447ff90844e41","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763776,"stop":1728381763776,"duration":0},"status":"passed","severity":"normal"},{"uid":"246e082be0c8cb4c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381545564,"stop":1728381545566,"duration":2},"status":"passed","severity":"normal"},{"uid":"6a634e279cc5ee15","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd461f597dc66b07","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728381521318,"stop":1728381521319,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd3d9fcdacd6b552","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728381461616,"stop":1728381461617,"duration":1},"status":"passed","severity":"normal"},{"uid":"69efb40637ce138","name":"Check received message containing Arabic","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ff21132e225997","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728381371415,"stop":1728381371416,"duration":1},"status":"passed","severity":"normal"},{"uid":"672ecbf73960d976","name":"Check received message with timestamp: 1728381408400 ","time":{"start":1728381526517,"stop":1728381526518,"duration":1},"status":"passed","severity":"normal"},{"uid":"45bf7eb411d7d018","name":"should not throw an error for a single configured topic","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd13f6a2133fb652","name":"should be called for bootstrap peers","time":{"start":1728381416761,"stop":1728381416762,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ff49103d4b9c019","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728381613868,"stop":1728381613871,"duration":3},"status":"passed","severity":"normal"},{"uid":"6f6488286e3ba014","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381749026,"stop":1728381749032,"duration":6},"status":"passed","severity":"normal"},{"uid":"1a8a5690b6da0380","name":"random static sharding 6 - Cluster ID: 173, Shard ID: 387","time":{"start":1728381745556,"stop":1728381745556,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1962daa253e16af","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615368,"stop":1728381615369,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e03cae1e4314ab","name":"Push message on custom pubsubTopic","time":{"start":1728381615370,"stop":1728381615371,"duration":1},"status":"passed","severity":"normal"},{"uid":"c260a3d1c6e32441","name":"Check received message containing short","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"status":"passed","severity":"normal"},{"uid":"d61e3cbcb141bd0b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728381378684,"stop":1728381378685,"duration":1},"status":"passed","severity":"normal"},{"uid":"97ee083250c6ade3","name":"should be online or offline if network state changed","time":{"start":1728381409095,"stop":1728381409096,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbdf671d401b4d86","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728381745565,"stop":1728381745565,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bdcc458da832dea","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728381711665,"stop":1728381711665,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee112d190341e39","name":"Check received message with timestamp: 1728381408830000000 ","time":{"start":1728381658386,"stop":1728381658386,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d958f58a6cea306","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381545560,"stop":1728381545560,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3be1823067b4c8d","name":"should properly create location multiaddrs - tcp4","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f972942f320d2f2","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"status":"passed","severity":"normal"},{"uid":"f953cef90621b29e","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728381423075,"stop":1728381423076,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3a96d958103a5c29","name":"should not fail to stop the service if it was not started","time":{"start":1728381716492,"stop":1728381716495,"duration":3},"status":"passed","severity":"normal"},{"uid":"a06932d45e185dbb","name":"Subscribe and receive messages via lightPush","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"status":"passed","severity":"normal"},{"uid":"496369c59bf52af4","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728381355968,"stop":1728381355969,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c1b725d2d684e58","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728381389460,"stop":1728381389460,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc35b903ab15503","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3530cbccc9a6a0c","name":"Decoder throws on empty string content topic","time":{"start":1728381371851,"stop":1728381371852,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4da32e55cdb4912","name":"Check received message containing escaped characters","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"status":"passed","severity":"normal"},{"uid":"908c32e32a6163d0","name":"creates an iterator","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1cf9a1558c37be","name":"should throw an error for insufficient data","time":{"start":1728381355989,"stop":1728381355989,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2c0603b65d42067","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1df345df88abdae","name":"Push message with content topic containing numeric","time":{"start":1728381711650,"stop":1728381711659,"duration":9},"status":"passed","severity":"normal"},{"uid":"83bb330b19f83aba","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728381774345,"stop":1728381774345,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6d9ab9d45b2cb70","name":"should not fail to start the service if it is already started","time":{"start":1728381423073,"stop":1728381423073,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee7e1b60e16c16d2","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728381696873,"stop":1728381696873,"duration":0},"status":"passed","severity":"normal"},{"uid":"a369879366883360","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bb5995e914f49a4","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"status":"passed","severity":"normal"},{"uid":"e825120dee0a20f2","name":"Overlapping topic subscription","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"status":"passed","severity":"normal"},{"uid":"dafed86010cdc889","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"status":"passed","severity":"normal"},{"uid":"23840e0a84a6207f","name":"1 Relay, 1 fetch","time":{"start":1728381379297,"stop":1728381379297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c708a93de8b3b24","name":"should throw error - no id","time":{"start":1728381364419,"stop":1728381364420,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f816b9508f69248","name":"Push message with content topic containing Arabic","time":{"start":1728381711660,"stop":1728381711661,"duration":1},"status":"passed","severity":"normal"},{"uid":"e949bbb9e83d2ce8","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728381521291,"stop":1728381521291,"duration":0},"status":"passed","severity":"normal"},{"uid":"68ccde34a02ce9e3","name":"should throw error - no id","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"18bb0a835affb5e9","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381454672,"stop":1728381454672,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3af791fc1f16e8c","name":"Push message with content topic containing numeric","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b2f528d6f32f501","name":"throws on content topic with empty encoding field","time":{"start":1728381355956,"stop":1728381355957,"duration":1},"status":"passed","severity":"normal"},{"uid":"64686184e12c75e4","name":"Check received message containing shell command","time":{"start":1728381658370,"stop":1728381658370,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ee0f8672625bd1a","name":"Fails to push message bigger that 1MB","time":{"start":1728381711684,"stop":1728381711685,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d7624ed06e78a25","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"status":"passed","severity":"normal"},{"uid":"44573332e7cbe332","name":"Push message with rate limit","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2850e12162f5ee","name":"Callback on promise","time":{"start":1728381762411,"stop":1728381762411,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6336c503da6e4b5","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728381355972,"stop":1728381355973,"duration":1},"status":"passed","severity":"normal"},{"uid":"53612129e9c942c6","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ca9cd0f3f80f996","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728381715120,"stop":1728381715121,"duration":1},"status":"passed","severity":"normal"},{"uid":"a595a0c78384f4bc","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728381363569,"stop":1728381363570,"duration":1},"status":"passed","severity":"normal"},{"uid":"325ebf39288cf9c9","name":"Sets default value correctly","time":{"start":1728381772752,"stop":1728381772752,"duration":0},"status":"passed","severity":"normal"},{"uid":"274a8e2d88d60cc6","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381557267,"stop":1728381557269,"duration":2},"status":"passed","severity":"normal"},{"uid":"84c6b5e9e82f31e1","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728381737935,"stop":1728381737935,"duration":0},"status":"passed","severity":"normal"},{"uid":"acdf662be3290b02","name":"Subscribe to topic containing XML and publish message","time":{"start":1728381696842,"stop":1728381696843,"duration":1},"status":"passed","severity":"normal"},{"uid":"382fd0561ae6ccd9","name":"Push 30 different messages","time":{"start":1728381680454,"stop":1728381680455,"duration":1},"status":"passed","severity":"normal"},{"uid":"376c1eeb192165b4","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728381358361,"stop":1728381358362,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6e8e43340dc29b8","name":"should add and remove event listeners correctly","time":{"start":1728381383547,"stop":1728381383548,"duration":1},"status":"passed","severity":"normal"},{"uid":"25c9c5b259dcc115","name":"Check message on other pubsub topic is not received","time":{"start":1728381658388,"stop":1728381658389,"duration":1},"status":"passed","severity":"normal"},{"uid":"481c2879940ee209","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381749035,"stop":1728381749035,"duration":0},"status":"passed","severity":"normal"},{"uid":"e75210b7ef12d21d","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","time":{"start":1728381719620,"stop":1728381719621,"duration":1},"status":"passed","severity":"normal"},{"uid":"9548a236a140b47b","name":"Check message with no payload is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c26be2e86e71541","name":"Should update shard info","time":{"start":1728381634683,"stop":1728381634683,"duration":0},"status":"passed","severity":"normal"},{"uid":"310c25e0d70f8254","name":"should be able to decode the field with only STORE set to true","time":{"start":1728381363572,"stop":1728381363573,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f1d777caeedccc9","name":"same cluster, different shard: nodes don't connect","time":{"start":1728381521285,"stop":1728381521285,"duration":0},"status":"passed","severity":"normal"},{"uid":"3503f7c6e12ddd37","name":"should encode/decode to RLP encoding","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"1028ffb35aa81385","name":"Check publish message containing JSON","time":{"start":1728381689152,"stop":1728381689152,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cd4acaa0b3d78e9","name":"Push message with shell command payload","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa1fdcaee7fb7e8","name":"Used by Waku Relay","time":{"start":1728381772751,"stop":1728381772751,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4771f1fb497b95","name":"should push to needed amount of connections","time":{"start":1728381580778,"stop":1728381580778,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0beb95549386e1e","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a10c94dd5efdebb","name":"Push message with Russian payload","time":{"start":1728381680439,"stop":1728381680442,"duration":3},"status":"passed","severity":"normal"},{"uid":"44c6059730b4e0be","name":"Check received message containing Russian","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"status":"passed","severity":"normal"},{"uid":"22b29d4a45f5b0f1","name":"Push message with content topic containing JSON","time":{"start":1728381711665,"stop":1728381711669,"duration":4},"status":"passed","severity":"normal"},{"uid":"7b57268f0a5bde93","name":"Fails to push message with large meta","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6ebfff0f15ff73","name":"Push message equal or less that 1MB","time":{"start":1728381711684,"stop":1728381711684,"duration":0},"status":"passed","severity":"normal"},{"uid":"a18ca7f09e171299","name":"1 Relay, 1 Filter, gives up","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e70c2056c6c91b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b7fcdce699c8c19","name":"Check received message containing unicode special characters","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"status":"passed","severity":"normal"},{"uid":"f95b201403f17db3","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381749058,"stop":1728381749059,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ec54fc521dd7556","name":"Query generator for multiple messages with different content topic format","time":{"start":1728381762405,"stop":1728381762405,"duration":0},"status":"passed","severity":"normal"},{"uid":"887241218905cf19","name":"caches peers it previously fetched","time":{"start":1728381379403,"stop":1728381379403,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b9d70db33c38a7","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763775,"stop":1728381763776,"duration":1},"status":"passed","severity":"normal"},{"uid":"58aec949c205dad4","name":"addEventListener with wrong event","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"status":"passed","severity":"normal"},{"uid":"69704a19bbe8dc1a","name":"should properly create location multiaddrs - udp6","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"856a7d0407dd6bf6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728381415525,"stop":1728381415526,"duration":1},"status":"passed","severity":"normal"},{"uid":"13cc0a44440a418e","name":"LightPush with 2 connections","time":{"start":1728381554778,"stop":1728381554779,"duration":1},"status":"passed","severity":"normal"},{"uid":"41e4e7f120c8bd4e","name":"Decoder throws on undefined content topic","time":{"start":1728381391227,"stop":1728381391228,"duration":1},"status":"passed","severity":"normal"},{"uid":"9103d9bccd04181f","name":"random static sharding 5 - Cluster ID: 443, Shard ID: 725","time":{"start":1728381745555,"stop":1728381745556,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cbf57b4cdcb343c","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","time":{"start":1728381719624,"stop":1728381719624,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd5c3789e7bd2c9a","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728381696825,"stop":1728381696825,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f05ad53c8b99420","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"status":"passed","severity":"normal"},{"uid":"5825a99f62d4306","name":"Ping on subscribed peer","time":{"start":1728381454670,"stop":1728381454670,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6c93c8c82d03e1","name":"Passing page size 3 when there are 20 messages","time":{"start":1728381766196,"stop":1728381766196,"duration":0},"status":"passed","severity":"normal"},{"uid":"21763825d2f8dd59","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728381743123,"stop":1728381743123,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3febc0bd0c501e5","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728381416760,"stop":1728381416761,"duration":1},"status":"passed","severity":"normal"},{"uid":"846bfef328087042","name":"Check received message containing JSON","time":{"start":1728381658381,"stop":1728381658384,"duration":3},"status":"passed","severity":"normal"},{"uid":"e67839db159db155","name":"Asymmetric encrypt & decrypt","time":{"start":1728381390012,"stop":1728381390013,"duration":1},"status":"passed","severity":"normal"},{"uid":"bedf860ac2390c63","name":"Check received message containing special chars","time":{"start":1728381658378,"stop":1728381658378,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a2251c1fedceb9b","name":"Check received message containing Basic HTML tag","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2fbb5fdaf2b8194","name":"Check received message containing long","time":{"start":1728381658365,"stop":1728381658366,"duration":1},"status":"passed","severity":"normal"},{"uid":"e196ab77e326e63e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381749068,"stop":1728381749070,"duration":2},"status":"passed","severity":"normal"},{"uid":"51ff95986eff002c","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728381363566,"stop":1728381363567,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ffec83fb78bb195","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728381409095,"stop":1728381409095,"duration":0},"status":"passed","severity":"normal"},{"uid":"829c9055bec2eab8","name":"Check publish message containing Russian","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd01126e138f9c0a","name":"Sample","time":{"start":1728381363822,"stop":1728381363823,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbf3c16f9b1ac369","name":"Push message with custom timestamp: 1697623157642","time":{"start":1728381680469,"stop":1728381680469,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b00a130115d67a","name":"throws on content topic with non-number generation field","time":{"start":1728381355954,"stop":1728381355954,"duration":0},"status":"passed","severity":"normal"},{"uid":"ace18a06041c41af","name":"Renews peer on consistent ping failures","time":{"start":1728381475917,"stop":1728381475924,"duration":7},"status":"passed","severity":"normal"},{"uid":"ea27a88c663aa8c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"status":"passed","severity":"normal"},{"uid":"d41aadd9ee27a32f","name":"random static sharding 2 - Cluster ID: 601, Shard ID: 22","time":{"start":1728381745552,"stop":1728381745554,"duration":2},"status":"passed","severity":"normal"},{"uid":"88eefff83fbab9cb","name":"should throw error - no public key","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"677f37cc99bf438b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"status":"passed","severity":"normal"},{"uid":"3866ba85662c0f69","name":"Subscribe and receive messages via lightPush","time":{"start":1728381749012,"stop":1728381749012,"duration":0},"status":"passed","severity":"normal"},{"uid":"85e21668191cf9a","name":"Check message with no payload is not received","time":{"start":1728381526521,"stop":1728381526524,"duration":3},"status":"passed","severity":"normal"},{"uid":"2d03757d3e6d977d","name":"Ping on peer without subscriptions","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ee65cec91663f3c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381545563,"stop":1728381545564,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfcfbf8c3433b83","name":"Ping on unsubscribed peer","time":{"start":1728381454666,"stop":1728381454667,"duration":1},"status":"passed","severity":"normal"},{"uid":"61e708ba219a6382","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec81d74812d21129","name":"should return unique PubsubTopics for static sharding","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa9d5ecda3e8fed","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4298492d9092687","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"12d387e966e78ab0","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"status":"passed","severity":"normal"},{"uid":"62d50df705f61573","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb0706e0332cbac","name":"should emit a peer event after start","time":{"start":1728381423073,"stop":1728381423074,"duration":1},"status":"passed","severity":"normal"},{"uid":"d58e2a38548c05ea","name":"Push message on custom pubsubTopic","time":{"start":1728381615368,"stop":1728381615368,"duration":0},"status":"passed","severity":"normal"},{"uid":"498d815673d3bb1d","name":"Check message with no content topic is not received","time":{"start":1728381526520,"stop":1728381526520,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9edf0d31c2d9945","name":"should properly create location multiaddrs - udp4","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"def7af7ad0175d68","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728381521327,"stop":1728381521340,"duration":13},"status":"passed","severity":"normal"},{"uid":"fd8383205262defb","name":"should throw an error for an unconfigured topic","time":{"start":1728381355981,"stop":1728381355982,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b69aecf585dc42","name":"Push message with SQL Injection payload","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fb21fd611d28d8a","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728381696824,"stop":1728381696824,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a5b5f72e8844ba","name":"Publish message with large meta","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ae3366e3e147c89","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728381409085,"stop":1728381409091,"duration":6},"status":"passed","severity":"normal"},{"uid":"b0b13b8e1f15060e","name":"Publishes to nwaku","time":{"start":1728381676006,"stop":1728381676006,"duration":0},"status":"passed","severity":"normal"},{"uid":"47a67fa1e1e8cf13","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e1a2788033c3262","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461623,"stop":1728381461624,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e2a124f434992a7","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728381613864,"stop":1728381613864,"duration":0},"status":"passed","severity":"normal"},{"uid":"c340a60b05cfa7db","name":"Fails to publish message with empty text","time":{"start":1728381689162,"stop":1728381689162,"duration":0},"status":"passed","severity":"normal"},{"uid":"964c881f9e813690","name":"Push message with long payload","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3ae0f499f53dc93","name":"Privacy Node - default protocol","time":{"start":1728381800487,"stop":1728381800487,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e3a019aeedd9b46","name":"LightPush with 0 connections","time":{"start":1728381554775,"stop":1728381554776,"duration":1},"status":"passed","severity":"normal"},{"uid":"21a7a8547ee0d3e4","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728381355966,"stop":1728381355967,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cf83d2c5292ddb1","name":"Passing invalid cursor","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea5f2c7b108302e","name":"Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689160,"stop":1728381689161,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cbf5275112e6d4a","name":"Should update multiaddrs","time":{"start":1728381634682,"stop":1728381634683,"duration":1},"status":"passed","severity":"normal"},{"uid":"49e5ee549841635","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728381379243,"stop":1728381379244,"duration":1},"status":"passed","severity":"normal"},{"uid":"55aee9b2700e8624","name":"Check received message containing Script","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"status":"passed","severity":"normal"},{"uid":"97dde13f6838ad48","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c02acfa1ecba3de","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381749063,"stop":1728381749065,"duration":2},"status":"passed","severity":"normal"},{"uid":"d25d81aaf5ada2ce","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"status":"passed","severity":"normal"},{"uid":"90894060bcb9943d","name":"should throw an error for missing required configuration","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a0d9533cf511668","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381545554,"stop":1728381545554,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e52c121f82c630","name":"should get / set TCP multiaddr","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"status":"passed","severity":"normal"},{"uid":"90577a250d0d2838","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381557262,"stop":1728381557263,"duration":1},"status":"passed","severity":"normal"},{"uid":"22e8bab575fd2a60","name":"different cluster, different shard: nodes don't connect","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee382578073d372","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6dc51e7f340789e","name":"should only return 1 node with relay and store capability","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5bf0772c675abf5","name":"Check received message containing short","time":{"start":1728381658365,"stop":1728381658365,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6c4e782be5ee259","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728381842825,"stop":1728381842826,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5cb4fad75cb592e","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728381379406,"stop":1728381379406,"duration":0},"status":"skipped","severity":"normal"},{"uid":"23684431c5ac875","name":"Ping on peer without subscriptions","time":{"start":1728381454665,"stop":1728381454665,"duration":0},"status":"passed","severity":"normal"},{"uid":"c94d20ef7265c123","name":"shard 0","time":{"start":1728381745550,"stop":1728381745551,"duration":1},"status":"passed","severity":"normal"},{"uid":"a01b9c281774df96","name":"Push message with content topic containing Script","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"status":"passed","severity":"normal"},{"uid":"109588b18d7b7136","name":"Query with Ordered Callback, No Decoder","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ca62b5725bb326f","name":"handles multiple messages","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab61e3b0dda4908c","name":"Store - dialed first","time":{"start":1728381800484,"stop":1728381800485,"duration":1},"status":"passed","severity":"normal"},{"uid":"94183757dd58d059","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728381521290,"stop":1728381521291,"duration":1},"status":"passed","severity":"normal"},{"uid":"84838d1897862b27","name":"Push message with content topic containing emoji","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f243571621ba83","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6619b0f46f46bcb","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381749039,"stop":1728381749039,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dce8557ca67c586","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728381355973,"stop":1728381355974,"duration":1},"status":"passed","severity":"normal"},{"uid":"de001ad49d00952f","name":"Push message with content topic containing special chars","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6b9f720e6ecf60","name":"Check publish message containing XML","time":{"start":1728381689150,"stop":1728381689151,"duration":1},"status":"passed","severity":"normal"},{"uid":"a163d3ee0d36802d","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728381379236,"stop":1728381379237,"duration":1},"status":"passed","severity":"normal"},{"uid":"79498337fbe7bc32","name":"Push to array if already present","time":{"start":1728381355529,"stop":1728381355529,"duration":0},"status":"passed","severity":"normal"},{"uid":"b15d5093870d6714","name":"Refresh subscription","time":{"start":1728381749023,"stop":1728381749023,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5ce5be982a40b54","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f6c0b1b607ac92","name":"Fields are not dropped","time":{"start":1728381370640,"stop":1728381370649,"duration":9},"status":"passed","severity":"normal"},{"uid":"a3a74b458578d27a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728381521294,"stop":1728381521294,"duration":0},"status":"passed","severity":"normal"},{"uid":"50e1257c10fce339","name":"Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689156,"stop":1728381689158,"duration":2},"status":"passed","severity":"normal"},{"uid":"9c92f78c2694080e","name":"Nwaku publishes","time":{"start":1728381676008,"stop":1728381676009,"duration":1},"status":"passed","severity":"normal"},{"uid":"afb0dd4e3b35f24f","name":"Accepts a valid Waku Message","time":{"start":1728381394401,"stop":1728381394402,"duration":1},"status":"passed","severity":"normal"},{"uid":"9833ef5b3b031a50","name":"safeDispatchEvent","time":{"start":1728381449300,"stop":1728381449301,"duration":1},"status":"passed","severity":"normal"},{"uid":"d06387da98093bb4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381749057,"stop":1728381749058,"duration":1},"status":"passed","severity":"normal"},{"uid":"40e8f2cc0a25ac2","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728381461624,"stop":1728381461632,"duration":8},"status":"passed","severity":"normal"},{"uid":"89b79a7b665db328","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728381521290,"stop":1728381521290,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ec29094d788f409","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"f55557c79905c3c6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6b1499fc750f3d0","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728381391225,"stop":1728381391226,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4b00e271f868e78","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381557270,"stop":1728381557270,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee306e14924d568b","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c17bc28aac0ef4","name":"can start and stop the service","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"status":"passed","severity":"normal"},{"uid":"30663e7666fd76e3","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381545556,"stop":1728381545556,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd20ba5765c8249","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728381743129,"stop":1728381743131,"duration":2},"status":"passed","severity":"normal"},{"uid":"71931a9c6a1729cd","name":"Symmetric encrypt & Decrypt","time":{"start":1728381390013,"stop":1728381390013,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d8291a52a2c651","name":"Wrong topic","time":{"start":1728381719625,"stop":1728381719626,"duration":1},"status":"passed","severity":"normal"},{"uid":"99c171976923881f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381749035,"stop":1728381749036,"duration":1},"status":"passed","severity":"normal"},{"uid":"45d5145f7b6115ce","name":"Waku message hash computation (no timestamp)","time":{"start":1728381358362,"stop":1728381358363,"duration":1},"status":"passed","severity":"normal"},{"uid":"fded334c1b81418f","name":"Push message with Basic HTML tag payload","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"status":"passed","severity":"normal"},{"uid":"6595800c1045a383","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c074f6c9f472f3","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728381415527,"stop":1728381415529,"duration":2},"status":"passed","severity":"normal"},{"uid":"4fe332a9825f33ad","name":"returns nothing if no connections present","time":{"start":1728381371459,"stop":1728381371460,"duration":1},"status":"passed","severity":"normal"},{"uid":"14e03d9d6f74d430","name":"Ping on subscribed peer","time":{"start":1728381454661,"stop":1728381454664,"duration":3},"status":"passed","severity":"normal"},{"uid":"dbce63ef45e7f8ba","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728381363560,"stop":1728381363561,"duration":1},"status":"passed","severity":"normal"},{"uid":"90a936a1253c31e8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"status":"passed","severity":"normal"},{"uid":"e008ee97db77ea9","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"status":"passed","severity":"normal"},{"uid":"edce591c9a058565","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381658387,"stop":1728381658388,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7816e609fdc2fb6","name":"Mutual subscription","time":{"start":1728381696821,"stop":1728381696821,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62f8f56dd51b474","name":"handles different clusterIds correctly","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a05374f2de0368d","name":"Decoder throws on undefined content topic","time":{"start":1728381389462,"stop":1728381389463,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e17014d524a128d","name":"should return false","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5969faab7d60c4","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728381363573,"stop":1728381363574,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f3f5b5f6ee5b11","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ba8513bc7e75323","name":"Meta field set when metaSetter is specified","time":{"start":1728381371850,"stop":1728381371850,"duration":0},"status":"passed","severity":"normal"},{"uid":"253c78621b2556e2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"status":"passed","severity":"normal"},{"uid":"f78ff5fc12d1e201","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728381521299,"stop":1728381521300,"duration":1},"status":"passed","severity":"normal"},{"uid":"aedbfba2eef9666b","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f20f6378a0e0a47","name":"random static sharding 1 - Cluster ID: 64, Shard ID: 389","time":{"start":1728381745551,"stop":1728381745552,"duration":1},"status":"passed","severity":"normal"},{"uid":"82e2b4894a37208b","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728381696841,"stop":1728381696841,"duration":0},"status":"passed","severity":"normal"},{"uid":"758c246d626efd8","name":"Check received message containing numeric","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbb742fd501ff427","name":"1 Store, 2 fetches","time":{"start":1728381379297,"stop":1728381379298,"duration":1},"status":"passed","severity":"normal"},{"uid":"884a855ebb41eba0","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","time":{"start":1728381719621,"stop":1728381719621,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07c383a54ee8493","name":"Filter with 1 connections","time":{"start":1728381554778,"stop":1728381554778,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ac3a089d0ed9c76","name":"new peer added after a peer was already found","time":{"start":1728381715118,"stop":1728381715119,"duration":1},"status":"skipped","severity":"normal"},{"uid":"40ccce5213c07c1","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb193b3253ab5511","name":"different cluster, different shard: nodes don't connect","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"status":"passed","severity":"normal"},{"uid":"251d6dac7ddc652d","name":"same cluster, same shard: nodes connect","time":{"start":1728381521284,"stop":1728381521284,"duration":0},"status":"passed","severity":"normal"},{"uid":"b24122876e806039","name":"Query generator for multiple messages","time":{"start":1728381762403,"stop":1728381762403,"duration":0},"status":"passed","severity":"normal"},{"uid":"9430cef6da6f37e5","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728381774346,"stop":1728381774347,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3c656a42d816e18","name":"Renews subscription after lossing a connection","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"status":"passed","severity":"normal"},{"uid":"910246da4a8caeb2","name":"Does not throw an exception when node disconnects","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d585172c296bc40","name":"should throw error - invalid id","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"e565fe543312239a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"status":"passed","severity":"normal"},{"uid":"8670df30ab92cbdc","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"status":"passed","severity":"normal"},{"uid":"a89d6f654cdea4af","name":"Light Node - default protocols","time":{"start":1728381800486,"stop":1728381800487,"duration":1},"status":"passed","severity":"normal"},{"uid":"938b274143f8beca","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763773,"stop":1728381763774,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e2072507d559cea","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728381521326,"stop":1728381521327,"duration":1},"status":"passed","severity":"normal"},{"uid":"372d73bc2c2988c5","name":"Check publish message containing SQL Injection","time":{"start":1728381689148,"stop":1728381689149,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6cb26d572dcfed","name":"Check publish message containing long","time":{"start":1728381689144,"stop":1728381689145,"duration":1},"status":"passed","severity":"normal"},{"uid":"86ecb9347ba6f36d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381485019,"stop":1728381485020,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c451e3a25f56cb0","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615369,"stop":1728381615369,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e0297df2c6e0dc","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"f226aa4994e046ab","name":"Push message with content topic containing short","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"status":"passed","severity":"normal"},{"uid":"518d65eff2ed7e4d","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728381358361,"stop":1728381358361,"duration":0},"status":"passed","severity":"normal"},{"uid":"e623ec3849e55619","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381454667,"stop":1728381454668,"duration":1},"status":"passed","severity":"normal"},{"uid":"25ff6016a0085dbe","name":"Check received message containing unicode special characters","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"status":"passed","severity":"normal"},{"uid":"117f07d6177852d3","name":"Fails to push message with empty content topic","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"status":"passed","severity":"normal"},{"uid":"14fab5351a0aeba2","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"6560c75e6e811f9a","name":"Filter with 0 connections","time":{"start":1728381554776,"stop":1728381554776,"duration":0},"status":"passed","severity":"normal"},{"uid":"1452d86c0c343270","name":"Push message with content topic containing shell command","time":{"start":1728381711669,"stop":1728381711670,"duration":1},"status":"passed","severity":"normal"},{"uid":"118b5dd6854c87e9","name":"Check message received after jswaku node is restarted","time":{"start":1728381526533,"stop":1728381526533,"duration":0},"status":"skipped","severity":"normal"},{"uid":"20a2bd4b5096809e","name":"Fails to push message bigger that 1MB","time":{"start":1728381680471,"stop":1728381680472,"duration":1},"status":"passed","severity":"normal"},{"uid":"8db7c4a263796e1a","name":"Push message with content topic containing special chars","time":{"start":1728381711659,"stop":1728381711660,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aa76b46c02f6220","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728381379235,"stop":1728381379236,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c001f880817495","name":"same cluster, same shard: nodes connect","time":{"start":1728381634308,"stop":1728381634309,"duration":1},"status":"passed","severity":"normal"},{"uid":"754ba25800adefae","name":"throws an error for improperly formatted content topics","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"2de273b348075947","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728381737933,"stop":1728381737934,"duration":1},"status":"passed","severity":"normal"},{"uid":"95252e809e253dd5","name":"removeEventListener with wrong event","time":{"start":1728381449298,"stop":1728381449299,"duration":1},"status":"passed","severity":"normal"},{"uid":"434a3f4b63f0563","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728381439738,"stop":1728381439739,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5c2d1bd58b3241f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461616,"stop":1728381461616,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3def1bb78fe4c69","name":"should set field with all protocols disabled","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"23e5384a6e309e8b","name":"Check publish message containing numeric","time":{"start":1728381689145,"stop":1728381689146,"duration":1},"status":"passed","severity":"normal"},{"uid":"c05756bcc1b0b84f","name":"udp ip6 address","time":{"start":1728381363825,"stop":1728381363826,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a2d6f13f8c2e28e","name":"Check message received after nwaku node is restarted","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"status":"skipped","severity":"normal"},{"uid":"616f45f3af1f342f","name":"Check received message containing SQL Injection","time":{"start":1728381658379,"stop":1728381658380,"duration":1},"status":"passed","severity":"normal"},{"uid":"9096c6031bc64061","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381557232,"stop":1728381557233,"duration":1},"status":"passed","severity":"normal"},{"uid":"52b76297f0023579","name":"can start and stop the service","time":{"start":1728381383543,"stop":1728381383543,"duration":0},"status":"passed","severity":"normal"},{"uid":"d805a86935a1d3e3","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728381379237,"stop":1728381379238,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e56a9d831031654","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"status":"passed","severity":"normal"},{"uid":"199ba08694efdb0a","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ae8b9c167851eba","name":"Check received message containing Arabic","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d29f788d64c64a","name":"Push message with content topic containing SQL Injection","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"status":"passed","severity":"normal"},{"uid":"55d61d67484b433f","name":"should set field with only RELAY enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c7b5aa90a8e3322","name":"through manual discovery","time":{"start":1728381618751,"stop":1728381618751,"duration":0},"status":"passed","severity":"normal"},{"uid":"48e46b66095c35b8","name":"Push message with Arabic payload","time":{"start":1728381711643,"stop":1728381711644,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1e9e8c5d2946d53","name":"Number of peers are maintained correctly","time":{"start":1728381475913,"stop":1728381475914,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfcbc1c85d8a1f3d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381557210,"stop":1728381557210,"duration":0},"status":"passed","severity":"normal"},{"uid":"446ea2445de23d74","name":"Check received message containing Chinese","time":{"start":1728381526509,"stop":1728381526510,"duration":1},"status":"passed","severity":"normal"},{"uid":"31882c15f6681775","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381749059,"stop":1728381749060,"duration":1},"status":"passed","severity":"normal"},{"uid":"f85f33da1c6531d9","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381545557,"stop":1728381545559,"duration":2},"status":"passed","severity":"normal"},{"uid":"e73001f6d98f37c2","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","time":{"start":1728381719621,"stop":1728381719622,"duration":1},"status":"passed","severity":"normal"},{"uid":"1573dc5595733b5d","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728381689164,"stop":1728381689165,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ee7437a6d52031","name":"Check received message containing unicode special characters","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8c9c82cd6962a80","name":"Ephemeral messages are not stored","time":{"start":1728381415525,"stop":1728381415525,"duration":0},"status":"passed","severity":"normal"},{"uid":"f186ed2cf0edeb1b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521302,"stop":1728381521303,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8f687f4320c57c","name":"Query Generator - true","time":{"start":1728381756567,"stop":1728381756568,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e0d1b51a627a54c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381658373,"stop":1728381658374,"duration":1},"status":"passed","severity":"normal"},{"uid":"55e9654de84a1956","name":"recovers when dns.resolve returns empty","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"status":"passed","severity":"normal"},{"uid":"eec03ecf9159e75a","name":"Push message with Russian payload","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"status":"passed","severity":"normal"},{"uid":"373273b89ef71250","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728381696866,"stop":1728381696868,"duration":2},"status":"passed","severity":"normal"},{"uid":"fa85bd63cce6d5e8","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728381774344,"stop":1728381774345,"duration":1},"status":"passed","severity":"normal"},{"uid":"feb05ccb5bc873cc","name":"Check message received after jswaku node is restarted","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"status":"skipped","severity":"normal"},{"uid":"36b2d93d38fa7d21","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381545556,"stop":1728381545557,"duration":1},"status":"passed","severity":"normal"},{"uid":"24163810dd9de665","name":"Push message with XML payload","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a755de4991e463","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"status":"passed","severity":"normal"},{"uid":"731c3e5e050bab07","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd506bd12c04696f","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"status":"passed","severity":"normal"},{"uid":"a43b6b0779c498f6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521288,"stop":1728381521289,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a38a67a2f0d50a7","name":"Check received message containing numeric","time":{"start":1728381658377,"stop":1728381658378,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d05b639e6581063","name":"Check publish message after service node is restarted","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4add48d0f29d981e","name":"Check message with non string payload is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca546794aac5779","name":"Js publishes, other Js receives","time":{"start":1728381676009,"stop":1728381676011,"duration":2},"status":"passed","severity":"normal"},{"uid":"dca73083c94586bd","name":"Push message with emoji payload","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b2d6af9625ddcb5","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5db7dc4cca1d4c3","name":"Relay - times out","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd37cdb1a1cf903c","name":"Relay + Store","time":{"start":1728381415230,"stop":1728381415230,"duration":0},"status":"passed","severity":"normal"},{"uid":"acce5a150af4fdf5","name":"should not receive a peer event after stop","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"status":"passed","severity":"normal"},{"uid":"f86f525263e7fa29","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728381461634,"stop":1728381461635,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a36ef6b070612ca","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728381521304,"stop":1728381521304,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2232b3ef9c7411","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"status":"passed","severity":"normal"},{"uid":"3975b39ac59d24ed","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"status":"passed","severity":"normal"},{"uid":"35a54517f8ec233d","name":"should handle a minimal index list","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"189c05601ace89a5","name":"Query generator for multiple messages with different message text format","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"status":"passed","severity":"normal"},{"uid":"116588cc63be10d3","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728381521319,"stop":1728381521319,"duration":0},"status":"passed","severity":"normal"},{"uid":"fce7c58d1edb2e40","name":"Push message with Chinese payload","time":{"start":1728381680434,"stop":1728381680438,"duration":4},"status":"passed","severity":"normal"},{"uid":"a41a39722a56b43d","name":"should not fail to start the service if it is already started","time":{"start":1728381383544,"stop":1728381383544,"duration":0},"status":"passed","severity":"normal"},{"uid":"6457dd74126a3122","name":"Check publish message containing special chars","time":{"start":1728381689146,"stop":1728381689146,"duration":0},"status":"passed","severity":"normal"},{"uid":"67743b7b75cd1aa3","name":"can start and stop the service","time":{"start":1728381716490,"stop":1728381716492,"duration":2},"status":"passed","severity":"normal"},{"uid":"d70425a263ba6580","name":"Push message with content topic containing long","time":{"start":1728381711649,"stop":1728381711650,"duration":1},"status":"passed","severity":"normal"},{"uid":"1af6fd35d67f01dc","name":"does not throw on valid cases","time":{"start":1728381355952,"stop":1728381355952,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8b5936b4989e04b","name":"Subscribe to topic containing long and receive message","time":{"start":1728381749053,"stop":1728381749054,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3ce08f5c222ff57","name":"Check received message containing short","time":{"start":1728381526504,"stop":1728381526505,"duration":1},"status":"passed","severity":"normal"},{"uid":"c17311d692f90cf","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381749043,"stop":1728381749043,"duration":0},"status":"passed","severity":"normal"},{"uid":"51abc22cde7a5454","name":"random static sharding 7 - Cluster ID: 842, Shard ID: 183","time":{"start":1728381745557,"stop":1728381745557,"duration":0},"status":"passed","severity":"normal"},{"uid":"82a2a5dc417a5210","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728381364429,"stop":1728381364430,"duration":1},"status":"passed","severity":"normal"},{"uid":"33f584222c51b9ef","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"4744dba874494565","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381545554,"stop":1728381545555,"duration":1},"status":"passed","severity":"normal"},{"uid":"15eab56a2b1605f","name":"Promise Callback - true","time":{"start":1728381756572,"stop":1728381756572,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf31ceeebb777e41","name":"LightPush","time":{"start":1728381800485,"stop":1728381800486,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf0521916f599222","name":"should encode/decode to text encoding","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb50fb8e5251b963","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed50d86da813dbb1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"43314f3af55a048e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"status":"passed","severity":"normal"},{"uid":"846bc85328dd1cb2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f39161ea8d22ab0","name":"Push message with content topic containing Arabic","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea90a53b4ce52aff","name":"Check received message containing SQL Injection","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7729a317e0a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5b52a166eab5ad","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728381521297,"stop":1728381521299,"duration":2},"status":"passed","severity":"normal"},{"uid":"af9ad30af01c19f8","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728381743112,"stop":1728381743113,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bd7020e9c956caa","name":"Check received message containing Russian","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b12a68c849e726","name":"Check received message with timestamp: 1728381408400000000 ","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"status":"passed","severity":"normal"},{"uid":"e666bd0b5e7e31ed","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728381371852,"stop":1728381371852,"duration":0},"status":"passed","severity":"normal"},{"uid":"3987ed37845abb5e","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728381409094,"stop":1728381409094,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d330093a350e06f","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763772,"stop":1728381763773,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc0b5d91a762a760","name":"removeEventListener with correct event","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"status":"passed","severity":"normal"},{"uid":"35db41de29ba22de","name":"Check received message containing long","time":{"start":1728381526505,"stop":1728381526505,"duration":0},"status":"passed","severity":"normal"},{"uid":"985abd2404f118c3","name":"Default pageSize","time":{"start":1728381766200,"stop":1728381766201,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b8e7a6a01b9a8c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a62fe44e3f7a9a3","name":"Push message with SQL Injection payload","time":{"start":1728381680442,"stop":1728381680443,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcaa10e23375363c","name":"Nodes with multiple pubsub topic","time":{"start":1728381685605,"stop":1728381685605,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b03224f96d6548","name":"should not receive a peer event after stop","time":{"start":1728381383545,"stop":1728381383546,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a09a7bf126b9289","name":"Passing page size 11 when there are 10 messages","time":{"start":1728381766199,"stop":1728381766199,"duration":0},"status":"passed","severity":"normal"},{"uid":"565469f6aada479a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728381685605,"stop":1728381685607,"duration":2},"status":"passed","severity":"normal"},{"uid":"46a3d4e4ab64a182","name":"getPeersByDiscovery","time":{"start":1728381715118,"stop":1728381715118,"duration":0},"status":"passed","severity":"normal"},{"uid":"29bb037f08ba2dae","name":"Subscribe to topic containing Script and publish message","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"status":"passed","severity":"normal"},{"uid":"5929463e2f7b4eb3","name":"should fail to send if no connections available","time":{"start":1728381580786,"stop":1728381580788,"duration":2},"status":"passed","severity":"normal"},{"uid":"acd37a1989a01fda","name":"Push message with content topic containing XML","time":{"start":1728381711664,"stop":1728381711665,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc75db3bdf818aec","name":"Encoder throws on empty string content topic","time":{"start":1728381389462,"stop":1728381389462,"duration":0},"status":"passed","severity":"normal"},{"uid":"5146cbc576ce5af8","name":"Subscribe to topic containing long and receive message","time":{"start":1728381749025,"stop":1728381749025,"duration":0},"status":"passed","severity":"normal"},{"uid":"effe00c9a67b8f66","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728381521316,"stop":1728381521316,"duration":0},"status":"passed","severity":"normal"},{"uid":"987471fb108b7d5e","name":"Ping succeeds for all connected peers","time":{"start":1728381475914,"stop":1728381475914,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e80ebeb29a1af5","name":"Round trip binary serialization","time":{"start":1728381371849,"stop":1728381371849,"duration":0},"status":"passed","severity":"normal"},{"uid":"d94e92136509872d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aaef33fa3ef9e75","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728381719619,"stop":1728381719620,"duration":1},"status":"passed","severity":"normal"},{"uid":"8631c66177d3cf79","name":"random static sharding 10 - Cluster ID: 807, Shard ID: 935","time":{"start":1728381745559,"stop":1728381745559,"duration":0},"status":"passed","severity":"normal"},{"uid":"c674898c6e41a7a0","name":"Check received message containing Chinese","time":{"start":1728381658378,"stop":1728381658379,"duration":1},"status":"passed","severity":"normal"},{"uid":"52276c5dac609b41","name":"should return different streams if requested simultaniously","time":{"start":1728381371410,"stop":1728381371411,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ffadce8e4cf29","name":"addEventListener with correct event","time":{"start":1728381449297,"stop":1728381449297,"duration":0},"status":"passed","severity":"normal"},{"uid":"5785c1fb48fea47d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381749054,"stop":1728381749055,"duration":1},"status":"passed","severity":"normal"},{"uid":"324d4eab605c7f65","name":"Promise Callback - false","time":{"start":1728381756573,"stop":1728381756573,"duration":0},"status":"passed","severity":"normal"},{"uid":"88c3d6d2df707db9","name":"Push message with content topic containing shell command","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b3f5f20af60f64a","name":"Publish without waiting for remote peer","time":{"start":1728381696822,"stop":1728381696823,"duration":1},"status":"passed","severity":"normal"},{"uid":"46f49e5e45812c4f","name":"Push message with Arabic payload","time":{"start":1728381680439,"stop":1728381680439,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea42235603c0c71a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381749046,"stop":1728381749046,"duration":0},"status":"passed","severity":"normal"},{"uid":"8867763be450c98e","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ce91a870db29a78","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728381355976,"stop":1728381355977,"duration":1},"status":"passed","severity":"normal"},{"uid":"2454edb9ca7e58ff","name":"Passing page size 1 when there are 4 messages","time":{"start":1728381766194,"stop":1728381766196,"duration":2},"status":"passed","severity":"normal"},{"uid":"86a37924a319c8f7","name":"Reusing cursor across nodes","time":{"start":1728381737936,"stop":1728381737937,"duration":1},"status":"passed","severity":"normal"},{"uid":"3322cdc4231d68cb","name":"Subscribe and publish message","time":{"start":1728381696823,"stop":1728381696823,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e994904ce6babfc","name":"Subscribe to topic containing short and receive message","time":{"start":1728381557221,"stop":1728381557227,"duration":6},"status":"passed","severity":"normal"},{"uid":"7d6b83ea4214b4dd","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"69b6268c06b55aa6","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728381439732,"stop":1728381439738,"duration":6},"status":"passed","severity":"normal"},{"uid":"46887271129f3f79","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c088d4e63632b1b","name":"Push message with short payload","time":{"start":1728381711637,"stop":1728381711642,"duration":5},"status":"passed","severity":"normal"},{"uid":"f37ce73c656d37b","name":"Ephemeral field set to true","time":{"start":1728381371849,"stop":1728381371850,"duration":1},"status":"passed","severity":"normal"},{"uid":"34a9cbd8930f2e4c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728381521341,"stop":1728381521342,"duration":1},"status":"passed","severity":"normal"},{"uid":"348f9098e40edc64","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"status":"passed","severity":"normal"},{"uid":"283813481b473c88","name":"Check received message containing special chars","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"status":"passed","severity":"normal"},{"uid":"e81ae42173fbf022","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381749056,"stop":1728381749057,"duration":1},"status":"passed","severity":"normal"},{"uid":"778d899c8309d076","name":"should properly create peer info with all multiaddrs","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e5feb9a4f52652a","name":"LightPush with 1 connections","time":{"start":1728381554776,"stop":1728381554778,"duration":2},"status":"passed","severity":"normal"},{"uid":"103e60936a2a724e","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728381416765,"stop":1728381416770,"duration":5},"status":"passed","severity":"normal"},{"uid":"78f0e09dfc3cf970","name":"Using a function","time":{"start":1728381772750,"stop":1728381772751,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a4daec0cfced69","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728381355975,"stop":1728381355976,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a7fb98d6efc38c0","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"c128d829e7f9928a","name":"Check received message containing Arabic","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a27b891ce09f4b","name":"should set field with only STORE enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"a68907ce031619b6","name":"Check message received after nwaku node is restarted","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"status":"skipped","severity":"normal"},{"uid":"318e91b7e3687238","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381749060,"stop":1728381749061,"duration":1},"status":"passed","severity":"normal"},{"uid":"230f66f94d9082e8","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7d10d90835de088","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521314,"stop":1728381521315,"duration":1},"status":"passed","severity":"normal"},{"uid":"674e5725b378cbd","name":"more peers than existing","time":{"start":1728381658692,"stop":1728381658692,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f33d7652625e5300","name":"less peers than existing","time":{"start":1728381658692,"stop":1728381658693,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a7e8233dff8190ba","name":"Push message on custom pubsubTopic","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"status":"passed","severity":"normal"},{"uid":"c322f6810f5ce095","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728381355974,"stop":1728381355975,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccb4d026ea9ea598","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521295,"stop":1728381521296,"duration":1},"status":"passed","severity":"normal"},{"uid":"295f567ecc64eaea","name":"Check publish message after client node is restarted","time":{"start":1728381689166,"stop":1728381689167,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5ec584c988df65ab","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728381363575,"stop":1728381363576,"duration":1},"status":"passed","severity":"normal"},{"uid":"39f017c935973b9d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"c07ce7651b245e28","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d956cf716445da","name":"should properly compute the node id","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3945066fbfded2e","name":"Passing page size 10 when there are 10 messages","time":{"start":1728381766197,"stop":1728381766199,"duration":2},"status":"passed","severity":"normal"},{"uid":"f8841efd3e905e09","name":"Push message with custom timestamp: 1728385157642","time":{"start":1728381680470,"stop":1728381680471,"duration":1},"status":"passed","severity":"normal"},{"uid":"f34c102b867f511f","name":"Check publish message containing escaped characters","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"status":"passed","severity":"normal"},{"uid":"1536fbb04311853f","name":"Push message with unicode special characters payload","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1f307ac87b88ae8","name":"Push message with numeric payload","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cdfd0df2b6fa45a","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728381389458,"stop":1728381389459,"duration":1},"status":"passed","severity":"normal"},{"uid":"cebc1f0b8d753191","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f2eece7ea87cf9b","name":"should only return 1 node with store capability","time":{"start":1728381379404,"stop":1728381379405,"duration":1},"status":"passed","severity":"normal"},{"uid":"3351f12d1c46611f","name":"Check received message containing shell command","time":{"start":1728381658384,"stop":1728381658385,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbff387f58676d61","name":"nwaku subscribes","time":{"start":1728381676005,"stop":1728381676005,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf0649a461407199","name":"Check meta is set [symmetric]","time":{"start":1728381389460,"stop":1728381389461,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e1a7c6407f73416","name":"Throws when trying to push message with empty payload","time":{"start":1728381680455,"stop":1728381680456,"duration":1},"status":"passed","severity":"normal"},{"uid":"33376d0253b7bb5e","name":"throws on content topic with empty version field","time":{"start":1728381355955,"stop":1728381355956,"duration":1},"status":"passed","severity":"normal"},{"uid":"49a9a074aee5ccf2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728381439746,"stop":1728381439746,"duration":0},"status":"passed","severity":"normal"},{"uid":"afb973d0e5d99c8a","name":"Generator, custom pubsub topic","time":{"start":1728381763768,"stop":1728381763772,"duration":4},"status":"passed","severity":"normal"},{"uid":"fac5d49d0b2775b5","name":"Check received message containing emoji","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"status":"passed","severity":"normal"},{"uid":"4aceb880db9a702","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae687741eacdf10","name":"random static sharding 9 - Cluster ID: 133, Shard ID: 64","time":{"start":1728381745558,"stop":1728381745558,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea8f65d6e2e46470","name":"Check received message containing long","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"status":"passed","severity":"normal"},{"uid":"67fa082eafd6d84a","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381749036,"stop":1728381749037,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0b05961895188db","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728381355965,"stop":1728381355965,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6a6ee0f6f2089b0","name":"Push message with escaped characters payload","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"status":"passed","severity":"normal"},{"uid":"105ef7092e60ac40","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381485020,"stop":1728381485021,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f733fc92f8a613","name":"should emit a peer event after start","time":{"start":1728381383544,"stop":1728381383545,"duration":1},"status":"passed","severity":"normal"},{"uid":"f18f1df5d77a3a4a","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728381371411,"stop":1728381371411,"duration":0},"status":"passed","severity":"normal"},{"uid":"5979d6b9392613ca","name":"Push message with meta","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"status":"passed","severity":"normal"},{"uid":"750c951951586f0b","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8edca1eb63b4464","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728381461640,"stop":1728381461640,"duration":0},"status":"passed","severity":"normal"},{"uid":"b18c90bfd469921b","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","time":{"start":1728381719624,"stop":1728381719625,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ce098273436cd05","name":"Check received message with timestamp: 1728381408830000000 ","time":{"start":1728381658372,"stop":1728381658372,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3e2b3bbc1b96226","name":"Push message with long payload","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"status":"passed","severity":"normal"},{"uid":"2136b2de71bb20c3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"status":"passed","severity":"normal"},{"uid":"2199e9e826a60c52","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e937226cf08c30","name":"Push message with special chars payload","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"status":"passed","severity":"normal"},{"uid":"d858d4b100b40b07","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d7ebf222a75f6b7","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"status":"passed","severity":"normal"},{"uid":"37887a60a59b1d8d","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c431bc0c59018a3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381749043,"stop":1728381749044,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f7aba9153d18273","name":"throws on content topic with generation field greater than 0","time":{"start":1728381355954,"stop":1728381355955,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fb38ea0669482ee","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728381696870,"stop":1728381696870,"duration":0},"status":"passed","severity":"normal"},{"uid":"cae0c5f8d09b330f","name":"Renews subscription after lossing a connection","time":{"start":1728381749073,"stop":1728381749080,"duration":7},"status":"passed","severity":"normal"},{"uid":"ed4cb5f5970bf6d8","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381749047,"stop":1728381749047,"duration":0},"status":"passed","severity":"normal"},{"uid":"a024ecbb0d130896","name":"Correctly serialized arguments","time":{"start":1728381618822,"stop":1728381618822,"duration":0},"status":"passed","severity":"normal"},{"uid":"9390f19fe7564403","name":"Check message with invalid timestamp is not received","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"status":"passed","severity":"normal"},{"uid":"293013cf5c7413fb","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728381416762,"stop":1728381416762,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdde42fa41b3a66c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763777,"stop":1728381763778,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b8823ee26f909e0","name":"should get / set UDP multiaddr","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"status":"passed","severity":"normal"},{"uid":"505496484edddac1","name":"Check message with non string payload is not received","time":{"start":1728381526525,"stop":1728381526525,"duration":0},"status":"passed","severity":"normal"},{"uid":"c49c9a5abd77361c","name":"should return no connections if no open connection provided","time":{"start":1728381371461,"stop":1728381371461,"duration":0},"status":"passed","severity":"normal"},{"uid":"dccbc54544f9b7c2","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728381521319,"stop":1728381521321,"duration":2},"status":"passed","severity":"normal"},{"uid":"1c2ae6bc6ae440b9","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728381696834,"stop":1728381696834,"duration":0},"status":"passed","severity":"normal"},{"uid":"632d4648d8090d45","name":"Keep-alive pings maintain the connection","time":{"start":1728381475916,"stop":1728381475916,"duration":0},"status":"passed","severity":"normal"},{"uid":"9032620741c2a6f1","name":"handles empty contentTopics array correctly","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a8f7b207ec9721","name":"Throws when trying to push message with empty payload","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"status":"passed","severity":"normal"},{"uid":"df43b196c9ed874b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc977e7641628de0","name":"Push message with custom timestamp: 1697623146003","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7363def886657ef","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728381379240,"stop":1728381379241,"duration":1},"status":"passed","severity":"normal"},{"uid":"58af65bdcd7f19e9","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381557234,"stop":1728381557235,"duration":1},"status":"passed","severity":"normal"},{"uid":"a32019c974be87d2","name":"Non TWN Cluster","time":{"start":1728381719620,"stop":1728381719620,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e35b62a89568a3","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728381363574,"stop":1728381363575,"duration":1},"status":"passed","severity":"normal"},{"uid":"ade7e0b13743e623","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728381613873,"stop":1728381613874,"duration":1},"status":"passed","severity":"normal"},{"uid":"99fe8340c7d31cdc","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381557211,"stop":1728381557215,"duration":4},"status":"passed","severity":"normal"},{"uid":"4864622bb295de06","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"status":"passed","severity":"normal"},{"uid":"919c379e8e9c6884","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728381685600,"stop":1728381685601,"duration":1},"status":"passed","severity":"normal"},{"uid":"c550cc9ba1f776ae","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521318,"stop":1728381521318,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b78259144ef6000","name":"Check received message containing XML","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ec8c36ed173cfb2","name":"Check message received after nwaku node is restarted","time":{"start":1728381526533,"stop":1728381526534,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b6224540dd9de7e1","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728381379242,"stop":1728381379243,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a5b8954e46bc998","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381485020,"stop":1728381485020,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ed0b62d7cec8cb9","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"d269e6971188ba71","name":"Subscribe to topic containing long and publish message","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ffc22121352eaf","name":"should only return 1 node with relay capability","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"status":"passed","severity":"normal"},{"uid":"43a4133bf90c79c9","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728381409091,"stop":1728381409093,"duration":2},"status":"passed","severity":"normal"},{"uid":"8828e3355ec3d934","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728381355958,"stop":1728381355965,"duration":7},"status":"passed","severity":"normal"},{"uid":"f39669f990362703","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381485022,"stop":1728381485022,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c7b9426dbd3868","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381749073,"stop":1728381749073,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c308d51922eec8","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"status":"passed","severity":"normal"},{"uid":"3904d98ee3b50490","name":"Ping on unsubscribed peer","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"status":"passed","severity":"normal"},{"uid":"243c55ec34070ab1","name":"Push message with Script payload","time":{"start":1728381711644,"stop":1728381711645,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ccab5c8a5c5a047","name":"Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689155,"stop":1728381689156,"duration":1},"status":"passed","severity":"normal"},{"uid":"554230bf562b37c8","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381749047,"stop":1728381749048,"duration":1},"status":"passed","severity":"normal"},{"uid":"26837c5eaf9b6829","name":"Fails to publish duplicate message","time":{"start":1728381689161,"stop":1728381689162,"duration":1},"status":"passed","severity":"normal"},{"uid":"c67a3b8076e053bb","name":"dispatchEvent via connectionManager","time":{"start":1728381449300,"stop":1728381449300,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c90bed5190c83f0","name":"should push to available amount of connection if less than required","time":{"start":1728381580778,"stop":1728381580785,"duration":7},"status":"passed","severity":"normal"},{"uid":"3cc9e939d16ab9d5","name":"Store - dialed after - with timeout","time":{"start":1728381800485,"stop":1728381800485,"duration":0},"status":"passed","severity":"normal"},{"uid":"9047d138ffc54732","name":"should create a new stream if no existing for protocol found","time":{"start":1728381371410,"stop":1728381371410,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d54605697db920e","name":"Check received message containing escaped characters","time":{"start":1728381658370,"stop":1728381658371,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea7e9d503d4653e5","name":"Push message with content topic containing Chinese","time":{"start":1728381680457,"stop":1728381680458,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b7b9385c8bdfdb4","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381557263,"stop":1728381557267,"duration":4},"status":"passed","severity":"normal"},{"uid":"b6ec1928c2902742","name":"should not fail to start the service if it is already started","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0dfc27121cd9da9","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728381355979,"stop":1728381355980,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbc8e7f3a677d600","name":"Push message with Chinese payload","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"status":"passed","severity":"normal"},{"uid":"18c1dc053fa0a213","name":"can start the service","time":{"start":1728381383542,"stop":1728381383542,"duration":0},"status":"passed","severity":"normal"},{"uid":"90d9ea0381b64d38","name":"Subscribe to topic containing short and receive message","time":{"start":1728381749023,"stop":1728381749025,"duration":2},"status":"passed","severity":"normal"},{"uid":"24de4e88b556087b","name":"throws on content topic with too few or too many fields","time":{"start":1728381355953,"stop":1728381355954,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab304ce6ce89cb5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381557219,"stop":1728381557220,"duration":1},"status":"passed","severity":"normal"},{"uid":"56f6c62e7cd90151","name":"Check message on other pubsub topic is not received","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05378588d004bf5","name":"should not receive a peer event before start","time":{"start":1728381716496,"stop":1728381716497,"duration":1},"status":"passed","severity":"normal"},{"uid":"38e14018b7e874d0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"e018d201e05d2fc","name":"Check received message containing Script","time":{"start":1728381658368,"stop":1728381658369,"duration":1},"status":"passed","severity":"normal"},{"uid":"45d9d54737195910","name":"Push message with content topic containing unicode special characters","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"status":"passed","severity":"normal"},{"uid":"409c359c5fdf608e","name":"Push message with content topic containing long","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7530/widgets/status-chart.json b/7530/widgets/status-chart.json index 78ea1a68ca0..24e30a15b8c 100644 --- a/7530/widgets/status-chart.json +++ b/7530/widgets/status-chart.json @@ -1 +1 @@ -[{"uid":"54970411b08dc562","name":"Check message received after jswaku node is restarted","time":{"start":1728086171720,"stop":1728086171721,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2343d887aa5b7c02","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1cf7a97772459f","name":"Check message with no content topic is not received","time":{"start":1728086032744,"stop":1728086032745,"duration":1},"status":"passed","severity":"normal"},{"uid":"979fddc9c7161e5e","name":"returns all values when wanted number matches available values","time":{"start":1728085886583,"stop":1728085886585,"duration":2},"status":"passed","severity":"normal"},{"uid":"9f6f1a6c4d33476f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c98cc078ae033e3","name":"should emit a peer event after start","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adb1650876f8325","name":"Push message with content topic containing JSON","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e7e35a16482575e","name":"nwaku subscribes","time":{"start":1728086188759,"stop":1728086188761,"duration":2},"status":"passed","severity":"normal"},{"uid":"bf21e42cbc0f9ed0","name":"Subscribe to topic containing long and receive message","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e954461eb76e6d","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"status":"passed","severity":"normal"},{"uid":"6de317c6104d8bb5","name":"Ordered Callback - false","time":{"start":1728086272023,"stop":1728086272024,"duration":1},"status":"passed","severity":"normal"},{"uid":"28992a9460c6417a","name":"Push message with long payload","time":{"start":1728086192489,"stop":1728086192497,"duration":8},"status":"passed","severity":"normal"},{"uid":"a9a848e6a5881506","name":"should set field with only STORE enabled","time":{"start":1728085872752,"stop":1728085872753,"duration":1},"status":"passed","severity":"normal"},{"uid":"72e1514f196e8425","name":"should handle a minimal index list","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"86416ad9af91e6e1","name":"Fails to publish duplicate message","time":{"start":1728086203128,"stop":1728086203128,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d18bda9482770f","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728085925285,"stop":1728085925285,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7e9f819d5a76277","name":"Decoder throws on undefined content topic","time":{"start":1728085897856,"stop":1728085897856,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae1bf2d49461452","name":"retrieves a single peer","time":{"start":1728085887947,"stop":1728085887947,"duration":0},"status":"passed","severity":"normal"},{"uid":"46d275b70b16d30","name":"should not fail to stop the service if it was not started","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"493dcc0bb7f5e2dc","name":"it tolerates circular branch references","time":{"start":1728085887947,"stop":1728085887948,"duration":1},"status":"passed","severity":"normal"},{"uid":"a270c6602a685819","name":"Callback on promise, aborts when callback returns true","time":{"start":1728086287865,"stop":1728086287865,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec4b6a153450d516","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"status":"passed","severity":"normal"},{"uid":"956383290bcfa523","name":"configure the node with multiple content topics","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c8efaffe0c93439","name":"Push message with numeric payload","time":{"start":1728086226457,"stop":1728086226457,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac8fe883b0d19cb","name":"Push message with short payload","time":{"start":1728086192488,"stop":1728086192489,"duration":1},"status":"passed","severity":"normal"},{"uid":"92af190a02b10376","name":"Check publish message after service node is restarted","time":{"start":1728086203140,"stop":1728086203141,"duration":1},"status":"skipped","severity":"normal"},{"uid":"6de53b511614b924","name":"different cluster, different shard: nodes don't connect","time":{"start":1728086142734,"stop":1728086142734,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbf4020c8ffe8764","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033887,"stop":1728086033887,"duration":0},"status":"passed","severity":"normal"},{"uid":"351aaaf39c22c008","name":"Subscribe and publish message","time":{"start":1728086207862,"stop":1728086207862,"duration":0},"status":"passed","severity":"normal"},{"uid":"cac5e4399eb79c34","name":"Check received message containing special chars","time":{"start":1728086171701,"stop":1728086171702,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecd093f60c4ec113","name":"returns all values when wanted number is greater than available values","time":{"start":1728085886586,"stop":1728085886587,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf7990329fff3c0","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a9a1bbdda356ac6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728085992920,"stop":1728085992921,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7f409d0779fc46b","name":"Check received message containing Chinese","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f8280cfa42ccd9","name":"Check message received after nwaku node is restarted","time":{"start":1728086171721,"stop":1728086171721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d88475bc74d46371","name":"Push message with unicode special characters payload","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c708d7a4660a1e0","name":"Passing an array","time":{"start":1728086288534,"stop":1728086288534,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec9a82f13d2d4749","name":"Check message with no pubsub topic is not received","time":{"start":1728086032744,"stop":1728086032744,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e61c0538f9e54fc","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app95/7/topic402/test.js","time":{"start":1728086235211,"stop":1728086235212,"duration":1},"status":"passed","severity":"normal"},{"uid":"a11c83cc6dc42cf1","name":"Push message with escaped characters payload","time":{"start":1728086192513,"stop":1728086192515,"duration":2},"status":"passed","severity":"normal"},{"uid":"ad0436ac00323e44","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"status":"passed","severity":"normal"},{"uid":"38b78ace05b9ffd8","name":"Init the array if not present","time":{"start":1728085863791,"stop":1728085863795,"duration":4},"status":"passed","severity":"normal"},{"uid":"3e75391d1c773537","name":"should decode valid enr with tcp successfully","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9ae94b5c7864f79","name":"Subscribe to topic containing Script and publish message","time":{"start":1728086207911,"stop":1728086207912,"duration":1},"status":"passed","severity":"normal"},{"uid":"b22500aa14aa074f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728086033891,"stop":1728086033891,"duration":0},"status":"passed","severity":"normal"},{"uid":"54bc0dec1fc866f0","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728086287862,"stop":1728086287863,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3f6b30b177242f2","name":"Check received message containing Script","time":{"start":1728086171704,"stop":1728086171705,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6d7cb59ed5c9664","name":"Check message with no payload is not received","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed71b046a6cd1335","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"status":"passed","severity":"normal"},{"uid":"32568eb079fc6375","name":"addEventListener with correct event","time":{"start":1728085957570,"stop":1728085957571,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c215f0e208c4986","name":"Privacy Node - default protocol","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"status":"passed","severity":"normal"},{"uid":"eae3612bc05bf93a","name":"Check meta is set [symmetric]","time":{"start":1728085897854,"stop":1728085897854,"duration":0},"status":"passed","severity":"normal"},{"uid":"338b104933b03014","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d901bd38078939","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086260299,"stop":1728086260300,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4ff6cbe179c166","name":"can start the service","time":{"start":1728085891876,"stop":1728085891876,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b6caae6991f5a4f","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a79d5456a3b3b3d","name":"Encoder throws on undefined content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbbd888c82b7459b","name":"Waku message hash computation (no timestamp)","time":{"start":1728085866680,"stop":1728085866681,"duration":1},"status":"passed","severity":"normal"},{"uid":"666e23e67daa093e","name":"Nodes with multiple pubsub topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"894ddda02761b7fa","name":"Ping on subscribed peer","time":{"start":1728085963114,"stop":1728085963115,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cd8a3bcc6eaae0b","name":"Push message with content topic containing short","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fbfcaf2c1a3ba7a","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"status":"passed","severity":"normal"},{"uid":"b765135c55444fbf","name":"Check received message containing Russian","time":{"start":1728086171702,"stop":1728086171703,"duration":1},"status":"passed","severity":"normal"},{"uid":"46b26ec0ea6b5131","name":"Push message with custom timestamp: 1728082456949","time":{"start":1728086226496,"stop":1728086226506,"duration":10},"status":"passed","severity":"normal"},{"uid":"7aa23d4332793f3b","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728086254809,"stop":1728086254809,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c12dd2db2f09b0f","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app21/3/topic128/json","time":{"start":1728086235222,"stop":1728086235229,"duration":7},"status":"passed","severity":"normal"},{"uid":"1d16692a4fa71ed8","name":"Query with Ordered Callback, No Decoder","time":{"start":1728086258657,"stop":1728086258657,"duration":0},"status":"passed","severity":"normal"},{"uid":"4225ae55de22496c","name":"Check message with invalid timestamp is not received","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd20ad2b9b1bf958","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728086254813,"stop":1728086254814,"duration":1},"status":"passed","severity":"normal"},{"uid":"6acf16aacb58224b","name":"start node with empty shard should fail","time":{"start":1728086260667,"stop":1728086260667,"duration":0},"status":"passed","severity":"normal"},{"uid":"642ca5d72a5e70bc","name":"Ping on unsubscribed peer","time":{"start":1728085959890,"stop":1728085959891,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f4a58accc00d6ed","name":"Renews subscription after lossing a connection","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3781da6a0760a0","name":"should not fail to stop the service if it was not started","time":{"start":1728085929876,"stop":1728085929876,"duration":0},"status":"passed","severity":"normal"},{"uid":"43f1728c36d020c7","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279983,"stop":1728086279983,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5f5779131671bcf","name":"Check message received after jswaku node is restarted","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74fdf8575403c306","name":"should return different streams if requested simultaniously","time":{"start":1728085879614,"stop":1728085879614,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d89dfc5f25f34","name":"different cluster, same shard: nodes don't connect","time":{"start":1728086142733,"stop":1728086142733,"duration":0},"status":"passed","severity":"normal"},{"uid":"5acd1b2b6fb51fdd","name":"Check message with non string payload is not received","time":{"start":1728086171718,"stop":1728086171720,"duration":2},"status":"passed","severity":"normal"},{"uid":"148a4f1ea5164c8f","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728086207922,"stop":1728086207922,"duration":0},"status":"passed","severity":"normal"},{"uid":"15b2f1187de9c1d0","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086063185,"stop":1728086063185,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c11703a66f3625b","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"status":"passed","severity":"normal"},{"uid":"5305a9eda285a811","name":"should properly create location multiaddrs - tcp6","time":{"start":1728085872749,"stop":1728085872750,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f8326c30a6639bb","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728086258654,"stop":1728086258654,"duration":0},"status":"passed","severity":"normal"},{"uid":"adc6447fcae09fa0","name":"Push message with content topic containing SQL Injection","time":{"start":1728086226469,"stop":1728086226470,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f73b432f90bcd50","name":"A test","time":{"start":1728086119053,"stop":1728086119054,"duration":1},"status":"passed","severity":"normal"},{"uid":"f72ce90421db7082","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a2524793498b05","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728086355713,"stop":1728086355713,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef5f2d759faab2e5","name":"Overlapping topic subscription","time":{"start":1728086260302,"stop":1728086260307,"duration":5},"status":"passed","severity":"normal"},{"uid":"267aa19176f1473","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728085864156,"stop":1728085864156,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba6e7bf4f310b4c5","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728085872162,"stop":1728085872163,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d799a91f795af63","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2b7719389eaee0a","name":"Encoder throws on undefined content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6bd854d0d0659ad","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728086254812,"stop":1728086254813,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ef168f07d1cd155","name":"1 Relay, 1 Filter, gives up","time":{"start":1728085887352,"stop":1728085887353,"duration":1},"status":"passed","severity":"normal"},{"uid":"582966efd1256934","name":"random static sharding 9 - Cluster ID: 464, Shard ID: 668","time":{"start":1728086260661,"stop":1728086260661,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ecb93addfedb039","name":"Passing page size 19 when there are 20 messages","time":{"start":1728086280297,"stop":1728086280306,"duration":9},"status":"passed","severity":"normal"},{"uid":"22bbdc198b97c230","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"status":"passed","severity":"normal"},{"uid":"31337926802e6cda","name":"Default pageSize","time":{"start":1728086280307,"stop":1728086280307,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee5f276fa18f8b0","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728085917715,"stop":1728085917716,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca83873807e3da7a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728085864162,"stop":1728085864163,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fba57b5d31dbe8f","name":"Publish without waiting for remote peer","time":{"start":1728086207861,"stop":1728086207862,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e470c3dd26c4f06","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb18324a34e2e596","name":"Delete observer","time":{"start":1728086173698,"stop":1728086173699,"duration":1},"status":"passed","severity":"normal"},{"uid":"75a18ffc24f89de0","name":"should return no connections if no open connection provided","time":{"start":1728085879408,"stop":1728085879408,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab8e3b842c1888c4","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d5822a34a824b35","name":"Promise Callback - true","time":{"start":1728086272021,"stop":1728086272021,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1399f1581f292d6","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728086150790,"stop":1728086150790,"duration":0},"status":"passed","severity":"normal"},{"uid":"52c117b518e3c1c0","name":"should emit a peer event after start","time":{"start":1728085929877,"stop":1728085929880,"duration":3},"status":"passed","severity":"normal"},{"uid":"ae2e922cd05b8997","name":"Check received message containing numeric","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cd9f5be531dc94f","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728085864181,"stop":1728085864181,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b4fdacd86d444b7","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"status":"passed","severity":"normal"},{"uid":"c177e4ce393965e","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728086033911,"stop":1728086033911,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2feaa1da6535cb3","name":"Subscribe and receive messages via lightPush","time":{"start":1728086063169,"stop":1728086063170,"duration":1},"status":"passed","severity":"normal"},{"uid":"80e6f324fcfe6618","name":"random static sharding 2 - Cluster ID: 316, Shard ID: 856","time":{"start":1728086260652,"stop":1728086260652,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60988982e3adb8a","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728085864180,"stop":1728085864181,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dce0cae9763b7e4","name":"Push message with content topic containing XML","time":{"start":1728086226470,"stop":1728086226471,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5fd27910956a748","name":"Query Generator - false","time":{"start":1728086272019,"stop":1728086272019,"duration":0},"status":"passed","severity":"normal"},{"uid":"1888e0e44033d666","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728085879615,"stop":1728085879618,"duration":3},"status":"passed","severity":"normal"},{"uid":"bcf5e4b8faf81d2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728085864173,"stop":1728085864174,"duration":1},"status":"passed","severity":"normal"},{"uid":"57743e56279977c6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0f4ba5bc0f890e","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728085948113,"stop":1728085948114,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac0895c60c9fe504","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203117,"stop":1728086203118,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d314b84aacd892b","name":"Subscribe to topic containing short and receive message","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8f6d83a3527e62e","name":"groups content topics by expected pubsub topic","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b3c4e549de0221","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728085864170,"stop":1728085864171,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f4fd9b3b4118d2f","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728086150765,"stop":1728086150766,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab59db78f38daa78","name":"Push message with rate limit","time":{"start":1728086192532,"stop":1728086192533,"duration":1},"status":"passed","severity":"normal"},{"uid":"23277529f2544c1d","name":"Ping on subscribed peer","time":{"start":1728085963110,"stop":1728085963111,"duration":1},"status":"passed","severity":"normal"},{"uid":"6122dc25952d4e09","name":"Passing page size 0 when there are 110 messages","time":{"start":1728086280291,"stop":1728086280292,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ae76e64687f3561","name":"Check publish message containing Arabic","time":{"start":1728086203091,"stop":1728086203092,"duration":1},"status":"passed","severity":"normal"},{"uid":"ceab21f992b981ec","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728086033889,"stop":1728086033890,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d61976cd6ba38e2","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728086033887,"stop":1728086033888,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ec67d22df09c8","name":"throws on content topic with generation field greater than 0","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5e7f7859cf754c","name":"Passing invalid cursor","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf6e73554d4f45d3","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728086232775,"stop":1728086232775,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6dbb379d41944d65","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086063197,"stop":1728086063200,"duration":3},"status":"passed","severity":"normal"},{"uid":"84f7d6483627fe20","name":"same cluster, same shard: nodes connect","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c97258ce92e73ac","name":"Ping on peer without subscriptions","time":{"start":1728085963115,"stop":1728085963116,"duration":1},"status":"passed","severity":"normal"},{"uid":"326e43d53f7c8713","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728085864157,"stop":1728085864158,"duration":1},"status":"passed","severity":"normal"},{"uid":"e00e3fab1a14ed19","name":"Js publishes, other Js receives","time":{"start":1728086188763,"stop":1728086188764,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b0a127b1ac8acc8","name":"Push message with content topic containing Chinese","time":{"start":1728086226468,"stop":1728086226468,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceacea31a4f8aa6a","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728085887434,"stop":1728085887435,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c2b931f90c84712","name":"Push message with SQL Injection payload","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"status":"passed","severity":"normal"},{"uid":"a415290d7da56ef8","name":"throws on content topic with non-number generation field","time":{"start":1728085864144,"stop":1728085864145,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd3fb3c986868be5","name":"Check received message containing Basic HTML tag","time":{"start":1728086171692,"stop":1728086171693,"duration":1},"status":"passed","severity":"normal"},{"uid":"a757a39a2809e606","name":"udp ip6 address","time":{"start":1728085872129,"stop":1728085872129,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf738a756acc6543","name":"Check publish message containing long","time":{"start":1728086203089,"stop":1728086203089,"duration":0},"status":"passed","severity":"normal"},{"uid":"819f514b9f23bc52","name":"Push message with meta","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9441984fb223c1b","name":"Decoder throws on empty string content topic","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"status":"passed","severity":"normal"},{"uid":"6685253dd8320d63","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728085992916,"stop":1728085992917,"duration":1},"status":"passed","severity":"normal"},{"uid":"de28601bfe9d5fb0","name":"Correctly serialized arguments","time":{"start":1728086146568,"stop":1728086146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdb191808cef9c04","name":"Check received message containing JSON","time":{"start":1728086032739,"stop":1728086032740,"duration":1},"status":"passed","severity":"normal"},{"uid":"743f537e3cf33555","name":"Check publish message containing Russian","time":{"start":1728086203095,"stop":1728086203096,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a56176950a2cd00","name":"Throws when trying to push message with empty payload","time":{"start":1728086226465,"stop":1728086226465,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b685f8f42d8a1f","name":"Push message with content topic containing emoji","time":{"start":1728086226477,"stop":1728086226479,"duration":2},"status":"passed","severity":"normal"},{"uid":"85bc7f5c38040473","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728086056631,"stop":1728086056631,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8e3e18eb12f25e","name":"Nodes with multiple pubsub topic","time":{"start":1728086196551,"stop":1728086196551,"duration":0},"status":"passed","severity":"normal"},{"uid":"36a678799e17224e","name":"throws on content topic with empty encoding field","time":{"start":1728085864147,"stop":1728085864147,"duration":0},"status":"passed","severity":"normal"},{"uid":"731dbd37c1ccce26","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c271e27e9bde940","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728086056629,"stop":1728086056630,"duration":1},"status":"passed","severity":"normal"},{"uid":"bda795065320ac9b","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728086033922,"stop":1728086033922,"duration":0},"status":"passed","severity":"normal"},{"uid":"d32094bd60f5df5b","name":"Throws when trying to push message with empty payload","time":{"start":1728086192517,"stop":1728086192519,"duration":2},"status":"passed","severity":"normal"},{"uid":"d648e5fdee9b3ddd","name":"Query Generator, No Decoder","time":{"start":1728086258655,"stop":1728086258655,"duration":0},"status":"passed","severity":"normal"},{"uid":"e378653771249daf","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"status":"skipped","severity":"normal"},{"uid":"319b39b90b218710","name":"Filter","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"status":"passed","severity":"normal"},{"uid":"73e43d2f5e212e17","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086063172,"stop":1728086063174,"duration":2},"status":"passed","severity":"normal"},{"uid":"97f8580dbfca6725","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728086150793,"stop":1728086150804,"duration":11},"status":"broken","severity":"normal"},{"uid":"b65371bcd4f9e204","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728086270016,"stop":1728086270017,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dd8c1f8007f72a0","name":"Push message with content topic containing Russian","time":{"start":1728086226469,"stop":1728086226469,"duration":0},"status":"passed","severity":"normal"},{"uid":"105ad8200de72937","name":"should not receive a peer event before start","time":{"start":1728085929880,"stop":1728085929885,"duration":5},"status":"passed","severity":"normal"},{"uid":"748f33727aa24e24","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"d737a910277b14e6","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca15b473adf836c","name":"Push message with numeric payload","time":{"start":1728086192497,"stop":1728086192502,"duration":5},"status":"passed","severity":"normal"},{"uid":"7fbdd81c44cebf9d","name":"Check received message containing SQL Injection","time":{"start":1728086032737,"stop":1728086032738,"duration":1},"status":"passed","severity":"normal"},{"uid":"46967230aa68e112","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"status":"passed","severity":"normal"},{"uid":"9732887460fb8ff4","name":"Check received message containing special chars","time":{"start":1728086032736,"stop":1728086032736,"duration":0},"status":"passed","severity":"normal"},{"uid":"5805767588fd38e","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728086150766,"stop":1728086150766,"duration":0},"status":"passed","severity":"normal"},{"uid":"f586e3bf4ae2c9b4","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086260326,"stop":1728086260327,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c98f277ebe1344c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086260289,"stop":1728086260289,"duration":0},"status":"passed","severity":"normal"},{"uid":"51decd00af59208","name":"Check received message containing Arabic","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"status":"passed","severity":"normal"},{"uid":"688e382933d87376","name":"Check publish message containing XML","time":{"start":1728086203097,"stop":1728086203098,"duration":1},"status":"passed","severity":"normal"},{"uid":"275a9d76a425299","name":"should set field with only FILTER enabled","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7dc8371a6b037d4","name":"Store - dialed after - with timeout","time":{"start":1728086336922,"stop":1728086336923,"duration":1},"status":"passed","severity":"normal"},{"uid":"62986e6b28820aba","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728085864273,"stop":1728085864273,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd450e1a7bbb6234","name":"should properly compute the node id","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"status":"passed","severity":"normal"},{"uid":"deabbfe0e47471a2","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728085966214,"stop":1728085966214,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c5d1e4a5df75d2","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728085872169,"stop":1728085872170,"duration":1},"status":"passed","severity":"normal"},{"uid":"445f0a0cd3839a4d","name":"Query with Ordered Callback, No message returned","time":{"start":1728086258657,"stop":1728086258662,"duration":5},"status":"passed","severity":"normal"},{"uid":"383c4e5fb3d07973","name":"Check received message containing shell command","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e1ee21d0a7b5c75","name":"ignores unrecognized TXT record formats","time":{"start":1728085887948,"stop":1728085887949,"duration":1},"status":"passed","severity":"normal"},{"uid":"30b3399ce9fb4f2e","name":"Check publish message after client node is restarted","time":{"start":1728086203141,"stop":1728086203141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dbf2be14ff15aea9","name":"less peers than existing","time":{"start":1728086171968,"stop":1728086171969,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d6496b88b6dffc3a","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"status":"passed","severity":"normal"},{"uid":"115a0fb0fe34f2f","name":"Filter with 1 connections","time":{"start":1728086059806,"stop":1728086059806,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e163abdc470fd20","name":"Check message with non string payload is not received","time":{"start":1728086032745,"stop":1728086032746,"duration":1},"status":"passed","severity":"normal"},{"uid":"915d75110928f8ef","name":"Check received message with timestamp: 1728085916617 ","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"status":"passed","severity":"normal"},{"uid":"d10c9d89e46273cf","name":"Push message with content topic containing escaped characters","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1682a2e1fd03d30","name":"Query with Promise Callback, No message returned","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"status":"passed","severity":"normal"},{"uid":"2600c002804465ed","name":"should emit a peer event after start","time":{"start":1728086246334,"stop":1728086246335,"duration":1},"status":"passed","severity":"normal"},{"uid":"4255341be406ec37","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app87/9/topic319/json","time":{"start":1728086235212,"stop":1728086235213,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed31f83a8705f46b","name":"Check received message containing XML","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44a5dd5acd119a4","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279992,"stop":1728086279993,"duration":1},"status":"passed","severity":"normal"},{"uid":"305dc037fb3b5938","name":"Refresh subscription","time":{"start":1728086207881,"stop":1728086207883,"duration":2},"status":"skipped","severity":"normal"},{"uid":"2502db62d168b3ce","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728086258656,"stop":1728086258656,"duration":0},"status":"passed","severity":"normal"},{"uid":"39cf2a919dcc7d08","name":"should not fail to start the service if it is already started","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"824136a93109f25a","name":"Encoder throws on empty string content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"b39ce9a259832423","name":"should return usable stream attached to connection","time":{"start":1728085879612,"stop":1728085879612,"duration":0},"status":"passed","severity":"normal"},{"uid":"8900570e82d0e9e2","name":"new peer added after a peer was already found","time":{"start":1728086232771,"stop":1728086232775,"duration":4},"status":"skipped","severity":"normal"},{"uid":"127c655b7f4f0843","name":"Used by Waku Relay","time":{"start":1728086288535,"stop":1728086288535,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c58a079030b5a7c","name":"Fails to push message with empty content topic","time":{"start":1728086192531,"stop":1728086192531,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ba5456e5e17343","name":"through manual discovery","time":{"start":1728086146258,"stop":1728086146258,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9836812fd92584","name":"Should update shard info","time":{"start":1728086151435,"stop":1728086151435,"duration":0},"status":"passed","severity":"normal"},{"uid":"392d22684333e821","name":"Check received message containing emoji","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a6441986741f3c3","name":"same cluster, same shard: nodes connect","time":{"start":1728086033867,"stop":1728086033869,"duration":2},"status":"passed","severity":"normal"},{"uid":"f0a34c76c2717bab","name":"Check received message containing Chinese","time":{"start":1728086171690,"stop":1728086171691,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b94a008ca9f8767","name":"should throw error - invalid id","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dc588761292a69a","name":"Reusing cursor across nodes","time":{"start":1728086254814,"stop":1728086254814,"duration":0},"status":"passed","severity":"normal"},{"uid":"15e69bbf7e93937b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728085966218,"stop":1728085966219,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0d02c19ba616219","name":"should load peers from local storage and dispatch events","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"status":"passed","severity":"normal"},{"uid":"82ca832e4312574","name":"Ping on unsubscribed peer","time":{"start":1728085963113,"stop":1728085963114,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfe09833d05ac86","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"status":"passed","severity":"normal"},{"uid":"9429e46fc894412a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"status":"passed","severity":"normal"},{"uid":"d82afb596d375e61","name":"should return all peers when numPeers is 0","time":{"start":1728085879946,"stop":1728085879947,"duration":1},"status":"passed","severity":"normal"},{"uid":"acc29030b99e0c0a","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728086033881,"stop":1728086033882,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f26754a3638a234","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728086226471,"stop":1728086226471,"duration":0},"status":"passed","severity":"normal"},{"uid":"29190ed095850ff4","name":"Relay + Store","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"17c7219672c486ab","name":"Push message with content topic containing long","time":{"start":1728086226465,"stop":1728086226467,"duration":2},"status":"passed","severity":"normal"},{"uid":"5630d351c4141a99","name":"Check received message with timestamp: 1728085917349 ","time":{"start":1728086171709,"stop":1728086171711,"duration":2},"status":"passed","severity":"normal"},{"uid":"fdc140bda6b8683a","name":"should select older connection if present","time":{"start":1728085879408,"stop":1728085879409,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd5020a8eacad958","name":"Fails to push message with empty content topic","time":{"start":1728086226479,"stop":1728086226479,"duration":0},"status":"passed","severity":"normal"},{"uid":"d54413da37ec6dc2","name":"should throw if no connection provided","time":{"start":1728085879613,"stop":1728085879613,"duration":0},"status":"passed","severity":"normal"},{"uid":"be520c3fa5bae39b","name":"should be able to encode the field with only STORE set to true","time":{"start":1728085872163,"stop":1728085872164,"duration":1},"status":"passed","severity":"normal"},{"uid":"280f30ce77d7b097","name":"Check received message containing Russian","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"status":"passed","severity":"normal"},{"uid":"985378f685d93581","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728085966212,"stop":1728085966212,"duration":0},"status":"passed","severity":"normal"},{"uid":"546750b18389ae28","name":"should encode/decode to text encoding","time":{"start":1728085872742,"stop":1728085872743,"duration":1},"status":"passed","severity":"normal"},{"uid":"86f3479021f2f91","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f116647668d1400","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728085872164,"stop":1728085872165,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d9b15c68ae231ea","name":"should handle corrupted local storage data gracefully","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c49cc9f29e7863","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728086355713,"stop":1728086355714,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd116679d1948fb0","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086260314,"stop":1728086260314,"duration":0},"status":"passed","severity":"normal"},{"uid":"385783b2e9843a70","name":"Check received message with timestamp: 1728085917349 ","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"status":"passed","severity":"normal"},{"uid":"79eaca3bcb896008","name":"Check message received after nwaku node is restarted","time":{"start":1728086171699,"stop":1728086171699,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8f8425dff2e0ab84","name":"should throw an error for an unconfigured topic","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b1590e35d8c702","name":"Push message on custom pubsubTopic","time":{"start":1728086118966,"stop":1728086118966,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cd04203140537a0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"8462a284a5687adb","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728086033895,"stop":1728086033895,"duration":0},"status":"passed","severity":"normal"},{"uid":"c93d58651d2d9ef9","name":"Check received message containing shell command","time":{"start":1728086171706,"stop":1728086171707,"duration":1},"status":"passed","severity":"normal"},{"uid":"a86a64dc9e4ade84","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728085879619,"stop":1728085879619,"duration":0},"status":"passed","severity":"normal"},{"uid":"375e599e4f1a8afc","name":"Overlapping topic subscription","time":{"start":1728086207887,"stop":1728086207887,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d0a4872a9ddad9fa","name":"random static sharding 4 - Cluster ID: 316, Shard ID: 350","time":{"start":1728086260655,"stop":1728086260655,"duration":0},"status":"passed","severity":"normal"},{"uid":"f00f1b00bc6429ab","name":"throws an error for improperly formatted content topics","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"status":"passed","severity":"normal"},{"uid":"c322dbfe6754f0e6","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728085887435,"stop":1728085887436,"duration":1},"status":"passed","severity":"normal"},{"uid":"deae9099de3befce","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086260310,"stop":1728086260311,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e2301d79d8b5e32","name":"Rejects garbage","time":{"start":1728085902768,"stop":1728085902769,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3b174e2caf0cd6e","name":"stop","time":{"start":1728085957574,"stop":1728085957575,"duration":1},"status":"passed","severity":"normal"},{"uid":"56e20d6869693fed","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085963114,"stop":1728085963114,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6bc209d3ed46586","name":"Ephemeral field set to true","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"status":"passed","severity":"normal"},{"uid":"402402d7624d98db","name":"Check received message containing numeric","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"status":"passed","severity":"normal"},{"uid":"18f249ce54d1f583","name":"should only return 1 node with relay capability","time":{"start":1728085887949,"stop":1728085887950,"duration":1},"status":"passed","severity":"normal"},{"uid":"d42f26786c829770","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"status":"passed","severity":"normal"},{"uid":"9291680da5069961","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728085864166,"stop":1728085864166,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03aca72f04fd300","name":"Check message with no content topic is not received","time":{"start":1728086171698,"stop":1728086171698,"duration":0},"status":"passed","severity":"normal"},{"uid":"107a9cd2445d3995","name":"Subscribe to topic containing XML and publish message","time":{"start":1728086207916,"stop":1728086207920,"duration":4},"status":"passed","severity":"normal"},{"uid":"c46cf26f5b894218","name":"Push message with content topic containing special chars","time":{"start":1728086192521,"stop":1728086192521,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c743edfb95de82d","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728085864148,"stop":1728085864154,"duration":6},"status":"passed","severity":"normal"},{"uid":"14bc95554e6c5846","name":"Query Generator - true","time":{"start":1728086272018,"stop":1728086272019,"duration":1},"status":"passed","severity":"normal"},{"uid":"72e7cf47149d25e","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728085925282,"stop":1728085925284,"duration":2},"status":"passed","severity":"normal"},{"uid":"433b045beeac890e","name":"should throw an error for insufficient data","time":{"start":1728085864273,"stop":1728085864274,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5cb1ace64445f5","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728085887436,"stop":1728085887436,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd95a123e5755c8","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728086207921,"stop":1728086207921,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d79cc82987183a8","name":"does not throw on valid cases","time":{"start":1728085864142,"stop":1728085864143,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6525ce423a08947","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728085924041,"stop":1728085924041,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5d4f4f846c53dfd","name":"Push message on custom pubsubTopic","time":{"start":1728086118962,"stop":1728086118963,"duration":1},"status":"passed","severity":"normal"},{"uid":"258aa3d4f4923022","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app23/1/topic549/json","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fb0ead8eaae26b3","name":"Check received message with timestamp: 1728085916617000000 ","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c0266ba8496606e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086260324,"stop":1728086260325,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1a25d1774a5573a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086260330,"stop":1728086260331,"duration":1},"status":"passed","severity":"normal"},{"uid":"119f86a59c70c172","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"status":"passed","severity":"normal"},{"uid":"c094a3122b6083c4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033894,"stop":1728086033895,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd35bb967b7fd69c","name":"Fails to push message with large meta","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"status":"passed","severity":"normal"},{"uid":"6497167b4127f0bb","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"status":"passed","severity":"normal"},{"uid":"503b0d93fcc3cffd","name":"Nwaku publishes","time":{"start":1728086188762,"stop":1728086188763,"duration":1},"status":"passed","severity":"normal"},{"uid":"af2d014fab64fc35","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728086232775,"stop":1728086232776,"duration":1},"status":"passed","severity":"normal"},{"uid":"be186046a74b0492","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086063174,"stop":1728086063175,"duration":1},"status":"passed","severity":"normal"},{"uid":"6051a59a368a18","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1728086033877,"stop":1728086033880,"duration":3},"status":"passed","severity":"normal"},{"uid":"2f8a0ca10d7860cb","name":"handles different clusterIds correctly","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d485aad6d1b5a7","name":"LightPush with 2 connections","time":{"start":1728086059806,"stop":1728086059811,"duration":5},"status":"passed","severity":"normal"},{"uid":"befb67c79048004e","name":"Push message with emoji payload","time":{"start":1728086192516,"stop":1728086192516,"duration":0},"status":"passed","severity":"normal"},{"uid":"5795ba5d534cdccd","name":"Check received message containing unicode special characters","time":{"start":1728086171707,"stop":1728086171708,"duration":1},"status":"passed","severity":"normal"},{"uid":"51b512b67749883","name":"Number of peers are maintained correctly","time":{"start":1728085985728,"stop":1728085985729,"duration":1},"status":"passed","severity":"normal"},{"uid":"26301645e0bca444","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38b01fe67fd8afe","name":"Check received message containing short","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"status":"passed","severity":"normal"},{"uid":"66447a6b314a5930","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728086033914,"stop":1728086033918,"duration":4},"status":"passed","severity":"normal"},{"uid":"9483efd4d1e072d1","name":"getPeersByDiscovery","time":{"start":1728086232770,"stop":1728086232771,"duration":1},"status":"passed","severity":"normal"},{"uid":"47f7e9f00917638b","name":"Filter with 0 connections","time":{"start":1728086059800,"stop":1728086059801,"duration":1},"status":"passed","severity":"normal"},{"uid":"c65018c25f4a3e83","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9732972c3c80ab","name":"Passing page size 1 when there are 4 messages","time":{"start":1728086280292,"stop":1728086280292,"duration":0},"status":"passed","severity":"normal"},{"uid":"255810a108bbb38b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728085929890,"stop":1728085929890,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d9ebfa6eb64ffb7","name":"can start and stop the service","time":{"start":1728086246328,"stop":1728086246330,"duration":2},"status":"passed","severity":"normal"},{"uid":"7e3dcb7c90370db6","name":"LightPush with 3 connections","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"status":"passed","severity":"normal"},{"uid":"981fac9a029aa792","name":"Check publish message containing Script","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e73f9c8bc371b4e","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728086289027,"stop":1728086289028,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7c7fc0b1fb20759","name":"Push message with content topic containing emoji","time":{"start":1728086192529,"stop":1728086192529,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a6e859d99ee0774","name":"Push message with Script payload","time":{"start":1728086192509,"stop":1728086192510,"duration":1},"status":"passed","severity":"normal"},{"uid":"7dd330ab949c0b8d","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"status":"passed","severity":"normal"},{"uid":"80d3b5c6e1be8157","name":"should return empty list for no shard","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b39459d9f6f6888","name":"Push 30 different messages","time":{"start":1728086192516,"stop":1728086192517,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b2c2edbac8cad20","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app44/3/topic7/xml","time":{"start":1728086235211,"stop":1728086235211,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b731c665dedbab7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086260328,"stop":1728086260329,"duration":1},"status":"passed","severity":"normal"},{"uid":"13e2121698f9f821","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728085864164,"stop":1728085864165,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd419a9917c3b28e","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728085948112,"stop":1728085948113,"duration":1},"status":"passed","severity":"normal"},{"uid":"a681612745f62213","name":"Check meta is set [ecies]","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"status":"passed","severity":"normal"},{"uid":"aba4f98cf23f457","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df0d8bba62a3ece","name":"Sets default value correctly","time":{"start":1728086288535,"stop":1728086288536,"duration":1},"status":"passed","severity":"normal"},{"uid":"dde67ac0e9abb810","name":"Push message with content topic containing unicode special characters","time":{"start":1728086192528,"stop":1728086192529,"duration":1},"status":"passed","severity":"normal"},{"uid":"14c998064bcc655b","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728086207910,"stop":1728086207911,"duration":1},"status":"passed","severity":"normal"},{"uid":"345911378d7ef6a","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e9ffaad3b0cb0af","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"status":"passed","severity":"normal"},{"uid":"8097f0c39a1593f1","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8521d62e5ccc120","name":"Relay + Store","time":{"start":1728085923996,"stop":1728085923997,"duration":1},"status":"passed","severity":"normal"},{"uid":"a20432816958a7db","name":"Check received message containing emoji","time":{"start":1728086032741,"stop":1728086032741,"duration":0},"status":"passed","severity":"normal"},{"uid":"519cb7cd5dab1524","name":"tcp ip4 address","time":{"start":1728085872126,"stop":1728085872128,"duration":2},"status":"passed","severity":"normal"},{"uid":"46ebafcf4da1c5b2","name":"Check publish message containing emoji","time":{"start":1728086203116,"stop":1728086203117,"duration":1},"status":"passed","severity":"normal"},{"uid":"aec28071debb7aa9","name":"Push message with emoji payload","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"status":"passed","severity":"normal"},{"uid":"2168fbb55f26f5d3","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728085864165,"stop":1728085864165,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c8a074c41ac8b28","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2631ba2fb2f6ab","name":"Push message equal or less that 1MB","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e98617309c09cb5","name":"Check received message containing Arabic","time":{"start":1728086032737,"stop":1728086032737,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ad1270d41bcc88","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"status":"passed","severity":"normal"},{"uid":"61670929c35aef99","name":"configure the node with multiple pubsub topics","time":{"start":1728086260666,"stop":1728086260666,"duration":0},"status":"passed","severity":"normal"},{"uid":"77ba2ebe1eea27e4","name":"handles empty contentTopics array correctly","time":{"start":1728085864179,"stop":1728085864180,"duration":1},"status":"passed","severity":"normal"},{"uid":"94d16b314820c6e6","name":"Check message with no content topic is not received","time":{"start":1728086171715,"stop":1728086171716,"duration":1},"status":"passed","severity":"normal"},{"uid":"b14233145a0c6d90","name":"throws on content topic with empty application field","time":{"start":1728085864145,"stop":1728085864145,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1bc53730313fd1","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d03d70791ed47d1","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086032743,"stop":1728086032743,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ba2bf7881463f07","name":"throws on content topic with too few or too many fields","time":{"start":1728085864144,"stop":1728085864144,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd9be6200de6a07","name":"Push message with content topic containing long","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"status":"passed","severity":"normal"},{"uid":"1062797fa7b688af","name":"Subscribe and receive messages via lightPush","time":{"start":1728086260318,"stop":1728086260318,"duration":0},"status":"passed","severity":"normal"},{"uid":"25721d89274d747c","name":"Check message with non string payload is not received","time":{"start":1728086171698,"stop":1728086171699,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bce0465625fe8c0","name":"throws on empty content topic","time":{"start":1728085864143,"stop":1728085864144,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aa73a4e96ae3016","name":"Generator, custom pubsub topic","time":{"start":1728086279994,"stop":1728086279994,"duration":0},"status":"passed","severity":"normal"},{"uid":"db9f7f2b71468b21","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728085864174,"stop":1728085864174,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d7ee481989e5601","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"status":"passed","severity":"normal"},{"uid":"daf4cf40bb6f8eb2","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"status":"passed","severity":"normal"},{"uid":"547fe44936b18ddd","name":"Sign & Recover","time":{"start":1728085898292,"stop":1728085898292,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac47a0e2775fcd","name":"should add and remove event listeners correctly","time":{"start":1728085891880,"stop":1728085891880,"duration":0},"status":"passed","severity":"normal"},{"uid":"36295ac851c78579","name":"should throw an error for missing sharding configuration","time":{"start":1728085864178,"stop":1728085864179,"duration":1},"status":"passed","severity":"normal"},{"uid":"37be7faad9270c52","name":"Push message with rate limit","time":{"start":1728086226485,"stop":1728086226495,"duration":10},"status":"passed","severity":"normal"},{"uid":"7c43bb2eaed009f7","name":"Push message with content topic containing Script","time":{"start":1728086192523,"stop":1728086192526,"duration":3},"status":"passed","severity":"normal"},{"uid":"5a9ae0360b7aeb08","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728086235230,"stop":1728086235230,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5820f42a7b057c","name":"Using a function","time":{"start":1728086288534,"stop":1728086288535,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba6f925857129843","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728085872166,"stop":1728085872166,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdeee36b1a7fcd32","name":"more peers than existing","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"status":"skipped","severity":"normal"},{"uid":"be07891ebc876da2","name":"Push message on custom pubsubTopic","time":{"start":1728086118964,"stop":1728086118964,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9134432466028a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728085864171,"stop":1728085864171,"duration":0},"status":"passed","severity":"normal"},{"uid":"3922b803d4e15e04","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033918,"stop":1728086033919,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3452c52ebedc475","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728086150787,"stop":1728086150787,"duration":0},"status":"passed","severity":"normal"},{"uid":"89088d5e043aa64c","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a4b7d87cc76f99d","name":"should use DNS peer discovery with light client","time":{"start":1728085929886,"stop":1728085929890,"duration":4},"status":"skipped","severity":"normal"},{"uid":"10de8dc250130167","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728086150772,"stop":1728086150773,"duration":1},"status":"passed","severity":"normal"},{"uid":"91320f7868a42905","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728085872165,"stop":1728085872166,"duration":1},"status":"passed","severity":"normal"},{"uid":"81344f7f3d07d395","name":"Push message with content topic containing numeric","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"status":"passed","severity":"normal"},{"uid":"baec3792014b75c3","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728085925277,"stop":1728085925279,"duration":2},"status":"passed","severity":"normal"},{"uid":"b66c27bd3b72d197","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"46a555806c0a269f","name":"Push message with custom timestamp: 1697327663558","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd24e0cd747c5a1f","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728086258662,"stop":1728086258662,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1dc257a2db03c7","name":"Subscribe to topic containing short and receive message","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bfdec702d96a774","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728085924037,"stop":1728085924038,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4084e6c1e2dfac5","name":"recovers when dns.resolve returns empty","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"status":"passed","severity":"normal"},{"uid":"cae99f9ed07554f1","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728085887952,"stop":1728085887952,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2a347c9db35974f7","name":"Push message with content topic containing SQL Injection","time":{"start":1728086192523,"stop":1728086192523,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c8318bad355d93","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728085864164,"stop":1728085864164,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ea86c67ed9f8875","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728085887437,"stop":1728085887437,"duration":0},"status":"passed","severity":"normal"},{"uid":"1262a5bb3af61cc4","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728086289028,"stop":1728086289028,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce24a0f14cd0b17","name":"Ping succeeds for all connected peers","time":{"start":1728085985729,"stop":1728085985729,"duration":0},"status":"passed","severity":"normal"},{"uid":"378e02fa77b77048","name":"Push message with content topic containing unicode special characters","time":{"start":1728086226477,"stop":1728086226477,"duration":0},"status":"passed","severity":"normal"},{"uid":"6252ceb8380d6079","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728086207910,"stop":1728086207910,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc0ce8bfe39f66","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086260309,"stop":1728086260310,"duration":1},"status":"passed","severity":"normal"},{"uid":"a09dcce14d314815","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728086150773,"stop":1728086150784,"duration":11},"status":"passed","severity":"normal"},{"uid":"d9c584eb74d9155a","name":"1 Store, 2 fetches","time":{"start":1728085887350,"stop":1728085887351,"duration":1},"status":"passed","severity":"normal"},{"uid":"11a9f05e259e1b6","name":"pre and post cipher","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"status":"passed","severity":"normal"},{"uid":"165175d7fe9eeca6","name":"Keep-alive pings maintain the connection","time":{"start":1728085985731,"stop":1728085985731,"duration":0},"status":"passed","severity":"normal"},{"uid":"da18140fd1876da2","name":"Check received message containing unicode special characters","time":{"start":1728086171695,"stop":1728086171695,"duration":0},"status":"passed","severity":"normal"},{"uid":"475060a3fe0f0b01","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728085917714,"stop":1728085917714,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b321d6cc07fff45","name":"Decoder throws on empty string content topic","time":{"start":1728085897856,"stop":1728085897857,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3cd48e3ff76d1e3","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728085872167,"stop":1728085872168,"duration":1},"status":"passed","severity":"normal"},{"uid":"68fcaa4c9b2f92b8","name":"Check received message containing short","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"status":"passed","severity":"normal"},{"uid":"424e63bbd437164d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728086260324,"stop":1728086260324,"duration":0},"status":"passed","severity":"normal"},{"uid":"44aaee5bc689bfb5","name":"Fails to publish message with empty text","time":{"start":1728086203128,"stop":1728086203129,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd562719f19c0bff","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728085985734,"stop":1728085985735,"duration":1},"status":"passed","severity":"normal"},{"uid":"c60d0fc8f0c8f90c","name":"should not receive a peer event before start","time":{"start":1728086246336,"stop":1728086246337,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdfd367391fc8c81","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728085864170,"stop":1728085864170,"duration":0},"status":"passed","severity":"normal"},{"uid":"e488f3e5f6be2028","name":"Decoder throws on empty string content topic","time":{"start":1728085899571,"stop":1728085899572,"duration":1},"status":"passed","severity":"normal"},{"uid":"f337c2cf13418b7c","name":"should be online or offline if network state changed","time":{"start":1728085917716,"stop":1728085917716,"duration":0},"status":"passed","severity":"normal"},{"uid":"48bcc2a628c056c3","name":"should encodeTxt and decodeTxt","time":{"start":1728085872738,"stop":1728085872738,"duration":0},"status":"passed","severity":"normal"},{"uid":"63bc303dab7bdc0","name":"Passing page size 11 when there are 10 messages","time":{"start":1728086280297,"stop":1728086280297,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d94f1c114265ce","name":"getPeersByDiscovery","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"status":"passed","severity":"normal"},{"uid":"96fa88f0d72d33b1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086260319,"stop":1728086260319,"duration":0},"status":"passed","severity":"normal"},{"uid":"76a0b1723fa5212d","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728085891879,"stop":1728085891879,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0dec17578e367","name":"A test","time":{"start":1728086119054,"stop":1728086119054,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd07dd2266a4b27","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728086033899,"stop":1728086033907,"duration":8},"status":"passed","severity":"normal"},{"uid":"83207113a07930e7","name":"Push message with custom timestamp: 1728089656949","time":{"start":1728086226506,"stop":1728086226506,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1cc99174cce2e","name":"Ordered Callback - true","time":{"start":1728086272022,"stop":1728086272023,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d9b1c907bc1f16a","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"status":"passed","severity":"normal"},{"uid":"9da6391df3e6d8ce","name":"Check publish message containing special chars","time":{"start":1728086203090,"stop":1728086203090,"duration":0},"status":"passed","severity":"normal"},{"uid":"8953c0982d2eb2aa","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086260325,"stop":1728086260326,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dc626ed6c1a0246","name":"Symmetric encrypt & Decrypt","time":{"start":1728085898291,"stop":1728085898291,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cad6b7905806a91","name":"different cluster, same shard: nodes don't connect","time":{"start":1728086033870,"stop":1728086033873,"duration":3},"status":"passed","severity":"normal"},{"uid":"79fdeaeaec4edff9","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086260326,"stop":1728086260326,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e47ed9356cc823","name":"Push message with Basic HTML tag payload","time":{"start":1728086226462,"stop":1728086226462,"duration":0},"status":"passed","severity":"normal"},{"uid":"e89ab36a587b285b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728086033894,"stop":1728086033894,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac28ef392f1db7a2","name":"random static sharding 3 - Cluster ID: 60, Shard ID: 263","time":{"start":1728086260652,"stop":1728086260655,"duration":3},"status":"passed","severity":"normal"},{"uid":"a2646725ea50fde3","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c9a051f17abc02","name":"random static sharding 1 - Cluster ID: 829, Shard ID: 636","time":{"start":1728086260651,"stop":1728086260651,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6927c3cb9264574","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728085917713,"stop":1728085917714,"duration":1},"status":"passed","severity":"normal"},{"uid":"777b5f80a6620e3a","name":"Push to array if already present","time":{"start":1728085863795,"stop":1728085863796,"duration":1},"status":"passed","severity":"normal"},{"uid":"73e2e4a53b1e8c05","name":"Callback on promise","time":{"start":1728086287863,"stop":1728086287865,"duration":2},"status":"passed","severity":"normal"},{"uid":"c43377e148544605","name":"random static sharding 8 - Cluster ID: 543, Shard ID: 10","time":{"start":1728086260660,"stop":1728086260661,"duration":1},"status":"passed","severity":"normal"},{"uid":"50c7cf988d8d1853","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086171711,"stop":1728086171712,"duration":1},"status":"passed","severity":"normal"},{"uid":"2aefb929eb23229c","name":"can start and stop the service","time":{"start":1728085929871,"stop":1728085929872,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7f8fb240e8fc8","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728085966217,"stop":1728085966218,"duration":1},"status":"passed","severity":"normal"},{"uid":"3de009f6c92cb461","name":"Ping on peer without subscriptions","time":{"start":1728085959888,"stop":1728085959890,"duration":2},"status":"passed","severity":"normal"},{"uid":"e829486fc45699ef","name":"Push message with JSON payload","time":{"start":1728086226462,"stop":1728086226463,"duration":1},"status":"passed","severity":"normal"},{"uid":"e65e35fb518034ea","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728085879618,"stop":1728085879619,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5198a07d84091c3","name":"should not fail to stop the service if it was not started","time":{"start":1728086246330,"stop":1728086246331,"duration":1},"status":"passed","severity":"normal"},{"uid":"4158f643ef28b64c","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728086033919,"stop":1728086033919,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a9e6c74fa68684","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086063202,"stop":1728086063202,"duration":0},"status":"passed","severity":"normal"},{"uid":"978662e3e4ae9e50","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app82/8/topic328/test.js","time":{"start":1728086235221,"stop":1728086235222,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea6791d4ee40e81d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728085917712,"stop":1728085917713,"duration":1},"status":"passed","severity":"normal"},{"uid":"5013c45ce263596d","name":"Push message with shell command payload","time":{"start":1728086192512,"stop":1728086192512,"duration":0},"status":"passed","severity":"normal"},{"uid":"18327c915cb6db92","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app28/8/topic13/utf8","time":{"start":1728086235212,"stop":1728086235212,"duration":0},"status":"passed","severity":"normal"},{"uid":"74815f363408001e","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728086033907,"stop":1728086033907,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc4a69466e54068","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"e03d3bb1619ecd7d","name":"Wrong topic","time":{"start":1728086235229,"stop":1728086235229,"duration":0},"status":"passed","severity":"normal"},{"uid":"6def9e8733201e04","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728085887438,"stop":1728085887438,"duration":0},"status":"passed","severity":"normal"},{"uid":"10c27bc8232b6c94","name":"should not receive a peer event after stop","time":{"start":1728086246337,"stop":1728086246339,"duration":2},"status":"passed","severity":"normal"},{"uid":"2734c27887bb9524","name":"should create a new stream if no existing for protocol found","time":{"start":1728085879613,"stop":1728085879614,"duration":1},"status":"passed","severity":"normal"},{"uid":"6420210348f201","name":"unsubscribes","time":{"start":1728086278950,"stop":1728086278951,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85982409454e3a4","name":"Refresh subscription","time":{"start":1728086260323,"stop":1728086260323,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31fd75a761c480b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728086207873,"stop":1728086207874,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c2aa535737112d","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085959891,"stop":1728085959891,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbef480608bfd576","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728086289029,"stop":1728086289030,"duration":1},"status":"passed","severity":"normal"},{"uid":"44574ec1fa0c4ddf","name":"Check message received after jswaku node is restarted","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7c9cf071739e6814","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966219,"stop":1728085966219,"duration":0},"status":"passed","severity":"normal"},{"uid":"8719388011b0e6ea","name":"isConnected should return true after first peer connects","time":{"start":1728085948114,"stop":1728085948115,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6036dacd07cb56f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728086056626,"stop":1728086056627,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfe6d5972d0b0565","name":"Query generator for multiple messages with different message text format","time":{"start":1728086287862,"stop":1728086287862,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b6cf7d67bfc52ae","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086260290,"stop":1728086260297,"duration":7},"status":"passed","severity":"normal"},{"uid":"ba04e3f111fd5993","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728085992915,"stop":1728085992915,"duration":0},"status":"passed","severity":"normal"},{"uid":"c82bda72ac4f335","name":"Push message with content topic containing escaped characters","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4f075323a3ae489","name":"creates an iterator","time":{"start":1728086278947,"stop":1728086278948,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1df710651873a2","name":"ignores domain fetching errors","time":{"start":1728085887948,"stop":1728085887948,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba5d4fdb73d31c7f","name":"Push message with custom timestamp: 1728082463558","time":{"start":1728086192533,"stop":1728086192533,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bffb8415a229fdc","name":"should be able to decode the field with only STORE set to true","time":{"start":1728085872168,"stop":1728085872168,"duration":0},"status":"passed","severity":"normal"},{"uid":"3517275f09b2cc4d","name":"Push message with content topic containing XML","time":{"start":1728086192526,"stop":1728086192527,"duration":1},"status":"passed","severity":"normal"},{"uid":"39709dc221995392","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728085899570,"stop":1728085899570,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee200a376828cd1","name":"safeDispatchEvent","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"status":"passed","severity":"normal"},{"uid":"1524cbbce366d2c1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728085886587,"stop":1728085886589,"duration":2},"status":"passed","severity":"normal"},{"uid":"5eaa18032b80c6e7","name":"different cluster, different shard: nodes don't connect","time":{"start":1728086033874,"stop":1728086033874,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8a33cd5ce8fcc2c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086260329,"stop":1728086260330,"duration":1},"status":"passed","severity":"normal"},{"uid":"961d27e1a762f593","name":"Check received message containing Russian","time":{"start":1728086171691,"stop":1728086171691,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb05b13b0a1f7185","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728085864167,"stop":1728085864168,"duration":1},"status":"passed","severity":"normal"},{"uid":"525102e565eec6a8","name":"Check received message containing Arabic","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9ca984d2c515c35","name":"should not receive a peer event after stop","time":{"start":1728085891878,"stop":1728085891879,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf7529f953cbde28","name":"Fails to push message bigger that 1MB","time":{"start":1728086192534,"stop":1728086192535,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8346a3ef361dda7","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"status":"passed","severity":"normal"},{"uid":"56a7f879baa80831","name":"shard 0","time":{"start":1728086260637,"stop":1728086260637,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aef060190f03e15","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728085929891,"stop":1728085929891,"duration":0},"status":"skipped","severity":"normal"},{"uid":"24c0a3e2fbefd2af","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728086196551,"stop":1728086196560,"duration":9},"status":"passed","severity":"normal"},{"uid":"dab070080be726a4","name":"Publish message with large meta","time":{"start":1728086203141,"stop":1728086203150,"duration":9},"status":"passed","severity":"normal"},{"uid":"84a8ba3b4888c36a","name":"Subscribe to topic containing long and publish message","time":{"start":1728086207897,"stop":1728086207898,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb704114883955a","name":"Push message with meta","time":{"start":1728086192532,"stop":1728086192532,"duration":0},"status":"passed","severity":"normal"},{"uid":"154c31fbeaf3dd29","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118963,"stop":1728086118963,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f8a7d06d68c53c","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728085917709,"stop":1728085917712,"duration":3},"status":"passed","severity":"normal"},{"uid":"297c2a5ab0ba7243","name":"Push message with short payload","time":{"start":1728086226454,"stop":1728086226456,"duration":2},"status":"passed","severity":"normal"},{"uid":"d0eeb32b114dde12","name":"should throw error - no id","time":{"start":1728085872740,"stop":1728085872741,"duration":1},"status":"passed","severity":"normal"},{"uid":"aef386c34245980b","name":"Ping on peer without subscriptions","time":{"start":1728085963112,"stop":1728085963113,"duration":1},"status":"passed","severity":"normal"},{"uid":"bea64bdd178c6347","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086063175,"stop":1728086063175,"duration":0},"status":"passed","severity":"normal"},{"uid":"145a034fb88af9af","name":"Sample","time":{"start":1728085872134,"stop":1728085872134,"duration":0},"status":"passed","severity":"normal"},{"uid":"d291f4098596b005","name":"should only return 1 node with relay and store capability","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8a6cf5175fa99f4","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086063192,"stop":1728086063192,"duration":0},"status":"passed","severity":"normal"},{"uid":"888483b4b7a158e0","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728085864158,"stop":1728085864159,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e21ca684d38995f","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728085864163,"stop":1728085864163,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dca99751aa1d021","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"status":"passed","severity":"normal"},{"uid":"69a2767d08419685","name":"should throw error - no public key","time":{"start":1728085872740,"stop":1728085872740,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5751ca0838fb8a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728085864172,"stop":1728085864172,"duration":0},"status":"passed","severity":"normal"},{"uid":"7118f53f898aa285","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1728086033880,"stop":1728086033881,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd372d06c4917380","name":"handles multiple messages","time":{"start":1728086278950,"stop":1728086278950,"duration":0},"status":"passed","severity":"normal"},{"uid":"95af029eb356d11a","name":"Check message received after nwaku node is restarted","time":{"start":1728086032746,"stop":1728086032746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c2ba71b431eec132","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728086289030,"stop":1728086289031,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7b568133757f469","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728085899569,"stop":1728085899570,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2166dbb2db628d9","name":"Check publish message containing unicode special characters","time":{"start":1728086203114,"stop":1728086203115,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ac45e379ee59447","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728085864176,"stop":1728085864176,"duration":0},"status":"passed","severity":"normal"},{"uid":"502f6287f8c0940c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728086254811,"stop":1728086254811,"duration":0},"status":"passed","severity":"normal"},{"uid":"f453faa35c50044c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279998,"stop":1728086279998,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9062541a9a2256","name":"Subscribe to topic containing XML and receive message","time":{"start":1728086063192,"stop":1728086063193,"duration":1},"status":"passed","severity":"normal"},{"uid":"f41f633a02111ffe","name":"Check received message containing long","time":{"start":1728086171700,"stop":1728086171700,"duration":0},"status":"passed","severity":"normal"},{"uid":"27e28f08bf19aa91","name":"Round trip binary serialization","time":{"start":1728085880162,"stop":1728085880163,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3725bf2af3a28c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728086063170,"stop":1728086063171,"duration":1},"status":"passed","severity":"normal"},{"uid":"509cbcb054310bbb","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728085864155,"stop":1728085864155,"duration":0},"status":"passed","severity":"normal"},{"uid":"970ea26012a24111","name":"Check publish message containing shell command","time":{"start":1728086203099,"stop":1728086203099,"duration":0},"status":"passed","severity":"normal"},{"uid":"da482fbe526e897","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728086270017,"stop":1728086270017,"duration":0},"status":"passed","severity":"normal"},{"uid":"6329d3862f5e24c4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb9369665af3cbda","name":"Ordered callback, aborts when callback returns true","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e4df141b17886","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728086150764,"stop":1728086150764,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdac72cb636f3276","name":"handles empty shards array correctly","time":{"start":1728085864179,"stop":1728085864179,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec0120d13eb86a5a","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0c0035327239838","name":"random static sharding 6 - Cluster ID: 275, Shard ID: 128","time":{"start":1728086260657,"stop":1728086260658,"duration":1},"status":"passed","severity":"normal"},{"uid":"97a2244049faf256","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728086033883,"stop":1728086033883,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ce6c53258c0008","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728085864162,"stop":1728085864162,"duration":0},"status":"passed","severity":"normal"},{"uid":"6949d337d51daf60","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086063201,"stop":1728086063201,"duration":0},"status":"passed","severity":"normal"},{"uid":"b910934e94b3bd74","name":"Should update multiaddrs","time":{"start":1728086151434,"stop":1728086151435,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7e6874fa643074b","name":"Check received message containing Basic HTML tag","time":{"start":1728086171705,"stop":1728086171706,"duration":1},"status":"passed","severity":"normal"},{"uid":"98ed37f25eaf54ae","name":"should not fail to start the service if it is already started","time":{"start":1728085929877,"stop":1728085929877,"duration":0},"status":"passed","severity":"normal"},{"uid":"a78dcec77618fae7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086260320,"stop":1728086260320,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef5215c819ee9fd","name":"same cluster, different shard: nodes don't connect","time":{"start":1728086033869,"stop":1728086033870,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e93d1794498054f","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728086260320,"stop":1728086260321,"duration":1},"status":"passed","severity":"normal"},{"uid":"993b334a2b2afbf3","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728085866679,"stop":1728085866679,"duration":0},"status":"passed","severity":"normal"},{"uid":"de64bce642fb0d5a","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086260325,"stop":1728086260325,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7636a047061bf3f","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2940ae205c1ea85","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728085864167,"stop":1728085864167,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a103e27560b16cc","name":"Check message on other pubsub topic is not received","time":{"start":1728086032743,"stop":1728086032744,"duration":1},"status":"passed","severity":"normal"},{"uid":"a68e08d723660d46","name":"Check received message containing short","time":{"start":1728086032734,"stop":1728086032735,"duration":1},"status":"passed","severity":"normal"},{"uid":"184b2022d855f367","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728086203140,"stop":1728086203140,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa7c4c50a85abb7","name":"Push message with Script payload","time":{"start":1728086226460,"stop":1728086226461,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7dd54ab5db77aea","name":"Check received message containing JSON","time":{"start":1728086171706,"stop":1728086171706,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae94e489c1db3734","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728085924039,"stop":1728085924040,"duration":1},"status":"passed","severity":"normal"},{"uid":"172e5304ce402b06","name":"Does not throw an exception when node disconnects","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"status":"passed","severity":"normal"},{"uid":"58480783f17489d3","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728085879948,"stop":1728085879948,"duration":0},"status":"passed","severity":"normal"},{"uid":"2828243dad915f93","name":"Passing page size 10 when there are 10 messages","time":{"start":1728086280293,"stop":1728086280296,"duration":3},"status":"passed","severity":"normal"},{"uid":"ab4887fad91da97f","name":"should properly create location multiaddrs - tcp","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"status":"passed","severity":"normal"},{"uid":"b31bf8d20eb6db4c","name":"Publish message with custom timestamp: Sat Oct 14 2023 23:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203118,"stop":1728086203123,"duration":5},"status":"passed","severity":"normal"},{"uid":"9f4ac31a9b49c8e3","name":"Check received message containing long","time":{"start":1728086032735,"stop":1728086032735,"duration":0},"status":"passed","severity":"normal"},{"uid":"8528be375cb158de","name":"should push to available amount of connection if less than required","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"status":"passed","severity":"normal"},{"uid":"24b2b0925072b225","name":"Decrypt messages","time":{"start":1728086173698,"stop":1728086173698,"duration":0},"status":"passed","severity":"normal"},{"uid":"27d7bde3cda12ba","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086063188,"stop":1728086063188,"duration":0},"status":"passed","severity":"normal"},{"uid":"41701589302e3481","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086279983,"stop":1728086279984,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ec36b643a73826b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1728086033876,"stop":1728086033877,"duration":1},"status":"passed","severity":"normal"},{"uid":"f34b67538ece5265","name":"Check received message containing unicode special characters","time":{"start":1728086032740,"stop":1728086032741,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7e9fc58524ac688","name":"should return valid sharding parameters for static sharding","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"status":"passed","severity":"normal"},{"uid":"92e7b88b80464534","name":"can start the service","time":{"start":1728085929870,"stop":1728085929870,"duration":0},"status":"passed","severity":"normal"},{"uid":"535643171a880ed1","name":"Subscribe to topic containing short and publish message","time":{"start":1728086207887,"stop":1728086207896,"duration":9},"status":"passed","severity":"normal"},{"uid":"404a2ab4a6eb69ed","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728085864180,"stop":1728085864180,"duration":0},"status":"passed","severity":"normal"},{"uid":"1eaafee7c10b9fa4","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728085897853,"stop":1728085897854,"duration":1},"status":"passed","severity":"normal"},{"uid":"68a750e550ce9221","name":"Overlapping topic subscription","time":{"start":1728086063176,"stop":1728086063177,"duration":1},"status":"passed","severity":"normal"},{"uid":"f686b97c8df5fc6b","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728086033929,"stop":1728086033929,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a6e347fd8107fc6","name":"should throw error - no id","time":{"start":1728085872739,"stop":1728085872740,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe54ee8e7ade1371","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728085864156,"stop":1728085864157,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b1fcd2d8b1c11ab","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728086033913,"stop":1728086033914,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c3dbb80a1792b4","name":"topics with same application and version share the same shard","time":{"start":1728085864159,"stop":1728085864159,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e7722717858a37","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086260319,"stop":1728086260320,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd6e426618fdfe94","name":"Query Generator, No message returned","time":{"start":1728086258655,"stop":1728086258656,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5927e8527185d04","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728086056628,"stop":1728086056629,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5619e5fb2c4bf80","name":"should fail to send if no connections available","time":{"start":1728086085066,"stop":1728086085066,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1a897eceda9ab25","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728085948114,"stop":1728085948114,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cc8eef68cea665d","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728085992916,"stop":1728085992916,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efbac4022bf1e31","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728086056627,"stop":1728086056628,"duration":1},"status":"passed","severity":"normal"},{"uid":"eac01cadf6829a1f","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed43f61be8deaa0","name":"Push message with XML payload","time":{"start":1728086192510,"stop":1728086192510,"duration":0},"status":"passed","severity":"normal"},{"uid":"c364649323848a47","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728086203137,"stop":1728086203138,"duration":1},"status":"passed","severity":"normal"},{"uid":"96d8371931ee12ab","name":"should not fail to start the service if it is already started","time":{"start":1728086246331,"stop":1728086246334,"duration":3},"status":"passed","severity":"normal"},{"uid":"363da953a68bc0a","name":"Publish message with custom timestamp: Fri Oct 04 2024 22:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203123,"stop":1728086203125,"duration":2},"status":"passed","severity":"normal"},{"uid":"71e7611e89338a13","name":"Check publish message containing JSON","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"status":"passed","severity":"normal"},{"uid":"f845ad5860dc51c3","name":"should properly create peer info with all multiaddrs","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"status":"passed","severity":"normal"},{"uid":"afa6afd06e8c42a0","name":"Push message with shell command payload","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f5ba2de07d3a5d","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728086355712,"stop":1728086355712,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2e88376672d075d","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728085879947,"stop":1728085879947,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b4b74ecbce8635a","name":"Ping fails for unsubscribed peers","time":{"start":1728085985730,"stop":1728085985731,"duration":1},"status":"passed","severity":"normal"},{"uid":"629297fc4066832b","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279996,"stop":1728086279997,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd099fa2a21e9478","name":"Refresh subscription","time":{"start":1728086260308,"stop":1728086260308,"duration":0},"status":"passed","severity":"normal"},{"uid":"7541e08b9d6c0d3b","name":"Check publish message containing Basic HTML tag","time":{"start":1728086203098,"stop":1728086203098,"duration":0},"status":"passed","severity":"normal"},{"uid":"200a4177e9b025b3","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728086270018,"stop":1728086270018,"duration":0},"status":"passed","severity":"normal"},{"uid":"8247483eef1efcda","name":"Check received message containing Script","time":{"start":1728086171692,"stop":1728086171692,"duration":0},"status":"passed","severity":"normal"},{"uid":"828cac22c9f5390","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086063187,"stop":1728086063187,"duration":0},"status":"passed","severity":"normal"},{"uid":"766e1788753ae608","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086260315,"stop":1728086260315,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c7be75ec23f302","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728085864177,"stop":1728085864177,"duration":0},"status":"passed","severity":"normal"},{"uid":"7136651300b5d8fe","name":"should be called for bootstrap peers","time":{"start":1728085925280,"stop":1728085925281,"duration":1},"status":"passed","severity":"normal"},{"uid":"158520fddd4c87ed","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728086033895,"stop":1728086033897,"duration":2},"status":"passed","severity":"normal"},{"uid":"cccc05f6a4062ffb","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086063202,"stop":1728086063204,"duration":2},"status":"passed","severity":"normal"},{"uid":"d7f682c9c1b6ebb9","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086260301,"stop":1728086260302,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf3d50e177bc273b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app61/8/topic836/proto","time":{"start":1728086235219,"stop":1728086235220,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfee58bb9bf6c120","name":"Check publish message containing SQL Injection","time":{"start":1728086203097,"stop":1728086203097,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8d8c7536390ab7","name":"addEventListener with wrong event","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a6965ce18f1817","name":"Push message with content topic containing Script","time":{"start":1728086226470,"stop":1728086226470,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dcb34296d313879","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728086150789,"stop":1728086150789,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f3bdd89b1b433b9","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966219,"stop":1728085966222,"duration":3},"status":"passed","severity":"normal"},{"uid":"25124cf290047d2d","name":"Check received message with timestamp: 1728085917349000000 ","time":{"start":1728086171695,"stop":1728086171696,"duration":1},"status":"passed","severity":"normal"},{"uid":"60a8d735fef34cea","name":"Push message with Russian payload","time":{"start":1728086226460,"stop":1728086226460,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5a22c93dcd4b34","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728085887351,"stop":1728085887352,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bffe5d5ee41db07","name":"Check received message containing shell command","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9d854621b7d08b6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728086260643,"stop":1728086260651,"duration":8},"status":"passed","severity":"normal"},{"uid":"ca8c920ee54e3d21","name":"Push message with XML payload","time":{"start":1728086226461,"stop":1728086226462,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfc0739fa58406b1","name":"Push message with custom timestamp: 1728089663558","time":{"start":1728086192534,"stop":1728086192534,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b8e7235109168cf","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728086260311,"stop":1728086260313,"duration":2},"status":"passed","severity":"normal"},{"uid":"7440c8240b126e8a","name":"Encoder throws on empty string content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf84ff42185e4f0","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728085872753,"stop":1728085872753,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2dc12b5dd41fd4b","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728085897852,"stop":1728085897853,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5c852588890b72c","name":"Decoder throws on undefined content topic","time":{"start":1728085899571,"stop":1728085899571,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a892c64ace84e9f","name":"Push message with content topic containing JSON","time":{"start":1728086192527,"stop":1728086192527,"duration":0},"status":"passed","severity":"normal"},{"uid":"55d807484e77340d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728086118966,"stop":1728086118967,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9107c90cdaa53e6","name":"Push message with custom timestamp: 1697327656949","time":{"start":1728086226496,"stop":1728086226496,"duration":0},"status":"passed","severity":"normal"},{"uid":"c50cd7f0bb829a3a","name":"Push message equal or less that 1MB","time":{"start":1728086226506,"stop":1728086226507,"duration":1},"status":"passed","severity":"normal"},{"uid":"30cd4cb628af5863","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966212,"stop":1728085966213,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e7e0d9f933e56d1","name":"handles different networkShards values correctly","time":{"start":1728085864160,"stop":1728085864160,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca9c0a517a260dc5","name":"Check received message containing SQL Injection","time":{"start":1728086171704,"stop":1728086171704,"duration":0},"status":"passed","severity":"normal"},{"uid":"19a4c85802320058","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728085864176,"stop":1728085864177,"duration":1},"status":"passed","severity":"normal"},{"uid":"86162838464be5dd","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086171712,"stop":1728086171712,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d7a196913726e51","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728086142731,"stop":1728086142731,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46662e2e5473ef2","name":"returns nothing if no connections present","time":{"start":1728085879404,"stop":1728085879405,"duration":1},"status":"passed","severity":"normal"},{"uid":"e471ff8d8dc9dff2","name":"Push message with content topic containing special chars","time":{"start":1728086226467,"stop":1728086226467,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5655ebee51daf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728086118965,"stop":1728086118965,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ea844f0548f002","name":"can dial TLS multiaddrs","time":{"start":1728086146256,"stop":1728086146256,"duration":0},"status":"passed","severity":"normal"},{"uid":"88772e61a7edba8c","name":"Check received message containing escaped characters","time":{"start":1728086032740,"stop":1728086032740,"duration":0},"status":"passed","severity":"normal"},{"uid":"712c9cecfe1377f7","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728086260313,"stop":1728086260314,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e88f63feb2bed92","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728086056625,"stop":1728086056626,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fba30df8e7ccea7","name":"Fails to push message bigger that 1MB","time":{"start":1728086226507,"stop":1728086226507,"duration":0},"status":"passed","severity":"normal"},{"uid":"efae672ff205c12c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728086289029,"stop":1728086289029,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0bbcc9f9c5d309c","name":"Register correct protocols","time":{"start":1728086207861,"stop":1728086207861,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21372ada50b4ef","name":"Check message with no payload is not received","time":{"start":1728086032745,"stop":1728086032745,"duration":0},"status":"passed","severity":"normal"},{"uid":"a864bb35ef5f0a4a","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728086207862,"stop":1728086207863,"duration":1},"status":"passed","severity":"normal"},{"uid":"8edd648c8605691e","name":"start node with empty content topic","time":{"start":1728086235230,"stop":1728086235231,"duration":1},"status":"passed","severity":"normal"},{"uid":"b29b4335f3dfbd7d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728086063193,"stop":1728086063197,"duration":4},"status":"passed","severity":"normal"},{"uid":"6e3f446fa51ae355","name":"Push message with unicode special characters payload","time":{"start":1728086226463,"stop":1728086226464,"duration":1},"status":"passed","severity":"normal"},{"uid":"253ebf6e74808ea0","name":"Decoder throws on undefined content topic","time":{"start":1728085880164,"stop":1728085880164,"duration":0},"status":"passed","severity":"normal"},{"uid":"93bad5c4fd287230","name":"Check received message containing XML","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"status":"passed","severity":"normal"},{"uid":"a357d9e1527b5c01","name":"Subscribe to topic containing Script and receive message","time":{"start":1728086260314,"stop":1728086260315,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1748ed86b2576c6","name":"Filter with 3 connections","time":{"start":1728086059813,"stop":1728086059813,"duration":0},"status":"passed","severity":"normal"},{"uid":"92eb5b7b95e97795","name":"Waku message hash computation (payload length 0)","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"status":"passed","severity":"normal"},{"uid":"f10636983dffe75f","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728085966222,"stop":1728085966223,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e272dbab55b72ad","name":"Subscribe to topic containing long and receive message","time":{"start":1728086063182,"stop":1728086063185,"duration":3},"status":"passed","severity":"normal"},{"uid":"dd92edd140f642a6","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728085866680,"stop":1728085866680,"duration":0},"status":"passed","severity":"normal"},{"uid":"fda0f4184982d5ea","name":"isConnected return false after peer stops","time":{"start":1728085948115,"stop":1728085948116,"duration":1},"status":"passed","severity":"normal"},{"uid":"472c54f1c0c1e288","name":"Check message with invalid timestamp is not received","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffad1ab8a4a7b85a","name":"Encoder throws on empty string content topic","time":{"start":1728085897855,"stop":1728085897856,"duration":1},"status":"passed","severity":"normal"},{"uid":"c069c5057db23a1c","name":"should not throw an error for a single configured topic","time":{"start":1728085864174,"stop":1728085864175,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07fd89bd38b40e0","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728085948116,"stop":1728085948116,"duration":0},"status":"passed","severity":"normal"},{"uid":"82f02be981ccb98f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"885466a39ddc34e0","name":"should get / set TCP multiaddr","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"status":"passed","severity":"normal"},{"uid":"e609a82743e2286e","name":"Push message with long payload","time":{"start":1728086226456,"stop":1728086226456,"duration":0},"status":"passed","severity":"normal"},{"uid":"262d8467400c52ed","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9405b2167a121fd","name":"Push message with content topic containing numeric","time":{"start":1728086192520,"stop":1728086192520,"duration":0},"status":"passed","severity":"normal"},{"uid":"486c3bfbc497b047","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728085872169,"stop":1728085872169,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eb75dbdaa14de61","name":"Passing page size 110 when there are 120 messages","time":{"start":1728086280306,"stop":1728086280307,"duration":1},"status":"passed","severity":"normal"},{"uid":"154688aebbee31c1","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728086150765,"stop":1728086150765,"duration":0},"status":"passed","severity":"normal"},{"uid":"14963d050df4daa2","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728085866681,"stop":1728085866681,"duration":0},"status":"passed","severity":"normal"},{"uid":"b176415e5be38036","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728086033907,"stop":1728086033908,"duration":1},"status":"passed","severity":"normal"},{"uid":"7657bd312ce01775","name":"Generator, custom pubsub topic","time":{"start":1728086279981,"stop":1728086279982,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e24fd848bdece28","name":"Mutual subscription","time":{"start":1728086207855,"stop":1728086207855,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6d7daa009602a4","name":"listenerCount","time":{"start":1728085957573,"stop":1728085957573,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c4515108fd82e4b","name":"throws on content topic with empty version field","time":{"start":1728085864145,"stop":1728085864146,"duration":1},"status":"passed","severity":"normal"},{"uid":"b212105f62c1486b","name":"Check received message containing special chars","time":{"start":1728086171690,"stop":1728086171690,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5e356efb15fd84","name":"LightPush with 0 connections","time":{"start":1728086059797,"stop":1728086059798,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c17fe42e4681b1f","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0b91b77f31ee92","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728085872164,"stop":1728085872164,"duration":0},"status":"passed","severity":"normal"},{"uid":"cff3f067dfccf75","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728086196561,"stop":1728086196561,"duration":0},"status":"passed","severity":"normal"},{"uid":"103684520f1d48f5","name":"Passing page size 3 when there are 20 messages","time":{"start":1728086280293,"stop":1728086280293,"duration":0},"status":"passed","severity":"normal"},{"uid":"16196731704e2e23","name":"same cluster, different shard: nodes connect","time":{"start":1728086142732,"stop":1728086142732,"duration":0},"status":"passed","severity":"normal"},{"uid":"207b38473a88824e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033921,"stop":1728086033922,"duration":1},"status":"passed","severity":"normal"},{"uid":"69fedc37c28b363","name":"Meta field set when metaSetter is specified","time":{"start":1728085880163,"stop":1728085880163,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f18e1f462f934aa","name":"Push message with content topic containing Arabic","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fcf4f9b32a9bf8a","name":"Check message with no payload is not received","time":{"start":1728086171716,"stop":1728086171718,"duration":2},"status":"passed","severity":"normal"},{"uid":"79594cc75f3116f","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dccd48e0ca34ae3","name":"Subscribe to topic containing long and receive message","time":{"start":1728086260309,"stop":1728086260309,"duration":0},"status":"passed","severity":"normal"},{"uid":"354efca99c57dee7","name":"Push message with JSON payload","time":{"start":1728086192511,"stop":1728086192511,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8c71518de8939d9","name":"returns only open connection if one present","time":{"start":1728085879407,"stop":1728085879407,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6d6c99ed4cce378","name":"can start and stop the service","time":{"start":1728085891877,"stop":1728085891877,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca7d101d5226a95f","name":"isConnected should return false after all peers disconnect","time":{"start":1728085948115,"stop":1728085948115,"duration":0},"status":"passed","severity":"normal"},{"uid":"d015669b7ef140cd","name":"Check publish message containing escaped characters","time":{"start":1728086203099,"stop":1728086203113,"duration":14},"status":"passed","severity":"normal"},{"uid":"ab13e8fdc7aaace8","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728086207920,"stop":1728086207920,"duration":0},"status":"passed","severity":"normal"},{"uid":"2608b658def6acce","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728085864171,"stop":1728085864172,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ab2263790e62b2","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"status":"passed","severity":"normal"},{"uid":"9130a32d149c46dc","name":"Check received message containing JSON","time":{"start":1728086171693,"stop":1728086171694,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1e92c02b6e9b0b3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728086063188,"stop":1728086063192,"duration":4},"status":"passed","severity":"normal"},{"uid":"ebe352d8d4e81610","name":"Ephemeral messages are not stored","time":{"start":1728085924026,"stop":1728085924036,"duration":10},"status":"passed","severity":"normal"},{"uid":"17c643a435493b87","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"status":"passed","severity":"normal"},{"uid":"d342a144a5dfeca2","name":"Check received message containing Basic HTML tag","time":{"start":1728086032738,"stop":1728086032739,"duration":1},"status":"passed","severity":"normal"},{"uid":"57f4e8af1b7a33a7","name":"Push message with Basic HTML tag payload","time":{"start":1728086192510,"stop":1728086192511,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7cba3074c611f80","name":"random static sharding 5 - Cluster ID: 245, Shard ID: 764","time":{"start":1728086260656,"stop":1728086260656,"duration":0},"status":"passed","severity":"normal"},{"uid":"287c95f24b558b7c","name":"Push message with content topic containing shell command","time":{"start":1728086226476,"stop":1728086226476,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfb9f888e3804e4","name":"connects to nwaku","time":{"start":1728086288533,"stop":1728086288533,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bbcf9f4b9f1cdff","name":"Ping on unsubscribed peer","time":{"start":1728085963116,"stop":1728085963117,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea088b19f0fc25eb","name":"Accepts a valid Waku Message","time":{"start":1728085902767,"stop":1728085902768,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e013230dd14ea81","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728086260330,"stop":1728086260330,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca00cf34e4419a19","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728086260299,"stop":1728086260299,"duration":0},"status":"passed","severity":"normal"},{"uid":"b354149651c4f9c2","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728086150805,"stop":1728086150810,"duration":5},"status":"passed","severity":"normal"},{"uid":"ea4fe0e7f63670fa","name":"random static sharding 7 - Cluster ID: 954, Shard ID: 856","time":{"start":1728086260660,"stop":1728086260660,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d53f03ea314d502","name":"Check publish message containing Chinese","time":{"start":1728086203091,"stop":1728086203091,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c41ad45855a1950","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728086033882,"stop":1728086033882,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b5d6f7f5869816","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728086056628,"stop":1728086056628,"duration":0},"status":"passed","severity":"normal"},{"uid":"36dc93f63b4e712","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728086260313,"stop":1728086260313,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4776a1ee081eb3c","name":"should only return 1 node with store capability","time":{"start":1728085887950,"stop":1728085887950,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed74e1159fb29ff9","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086260321,"stop":1728086260321,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e1ac099767b02d","name":"Non TWN Cluster","time":{"start":1728086235210,"stop":1728086235210,"duration":0},"status":"passed","severity":"normal"},{"uid":"29930c1ba99629b0","name":"Promise Callback - false","time":{"start":1728086272021,"stop":1728086272022,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b0d57b92cbe0600","name":"LightPush with 1 connections","time":{"start":1728086059801,"stop":1728086059805,"duration":4},"status":"passed","severity":"normal"},{"uid":"9a8dae1ee6289617","name":"removeEventListener with wrong event","time":{"start":1728085957572,"stop":1728085957573,"duration":1},"status":"passed","severity":"normal"},{"uid":"86c7864ebdb0f3e8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728086056630,"stop":1728086056630,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d79f0b3ad369d90","name":"Push message with content topic containing Chinese","time":{"start":1728086192522,"stop":1728086192522,"duration":0},"status":"passed","severity":"normal"},{"uid":"92de50e81645a186","name":"Publish message with custom timestamp: Sat Oct 05 2024 00:56:32 GMT+0000 (Coordinated Universal Time)","time":{"start":1728086203126,"stop":1728086203127,"duration":1},"status":"passed","severity":"normal"},{"uid":"2284530570e1e14","name":"Push message with content topic containing short","time":{"start":1728086192519,"stop":1728086192520,"duration":1},"status":"passed","severity":"normal"},{"uid":"36002c9104f18b4a","name":"Overlapping topic subscription","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"status":"passed","severity":"normal"},{"uid":"e17662702242027a","name":"should set field with all protocols enabled","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dd69d0f9c5172ef","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728086207863,"stop":1728086207863,"duration":0},"status":"passed","severity":"normal"},{"uid":"340f49fab015dd3e","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728085887436,"stop":1728085887437,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b985a3a8dce5760","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728085864172,"stop":1728085864173,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a845a0cc2645cd","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728086207922,"stop":1728086207923,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d910e02d190a8c","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728086254815,"stop":1728086254815,"duration":0},"status":"passed","severity":"normal"},{"uid":"703ad0b769c340","name":"Push message with special chars payload","time":{"start":1728086192503,"stop":1728086192503,"duration":0},"status":"passed","severity":"normal"},{"uid":"606e3c09534a6579","name":"should decode valid enr successfully","time":{"start":1728085872738,"stop":1728085872739,"duration":1},"status":"passed","severity":"normal"},{"uid":"44b6f801c097fd6a","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728085864157,"stop":1728085864157,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1579e61f8efb8a7","name":"All","time":{"start":1728085923997,"stop":1728085923997,"duration":0},"status":"passed","severity":"normal"},{"uid":"2831a71f35afd678","name":"Check received message containing Script","time":{"start":1728086032738,"stop":1728086032738,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc12a7b92575269c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728086207911,"stop":1728086207911,"duration":0},"status":"passed","severity":"normal"},{"uid":"86632f454299898","name":"should get / set UDP multiaddr","time":{"start":1728085872743,"stop":1728085872743,"duration":0},"status":"passed","severity":"normal"},{"uid":"e074c1feecd65b11","name":"throws on content topic with empty topic name field","time":{"start":1728085864146,"stop":1728085864147,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4a97c95e76399a9","name":"Check received message containing XML","time":{"start":1728086171705,"stop":1728086171705,"duration":0},"status":"passed","severity":"normal"},{"uid":"4609b7d8659daf72","name":"Check received message containing SQL Injection","time":{"start":1728086171691,"stop":1728086171692,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ad7996b28ea2fec","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728086033898,"stop":1728086033898,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8157e6e8c760a12","name":"Subscribe and receive messages via waku relay post","time":{"start":1728086260297,"stop":1728086260299,"duration":2},"status":"passed","severity":"normal"},{"uid":"dcf464ab2e2f2982","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086032742,"stop":1728086032742,"duration":0},"status":"passed","severity":"normal"},{"uid":"431918c30c19807e","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728085879947,"stop":1728085879948,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0cb1a643011ae68","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728086150786,"stop":1728086150787,"duration":1},"status":"passed","severity":"normal"},{"uid":"13e4f77d24fe5300","name":"Fails to publish message with wrong content topic","time":{"start":1728086203129,"stop":1728086203129,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b871ac45a79d205","name":"Push message with Arabic payload","time":{"start":1728086192508,"stop":1728086192508,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ae0f962cdabf7a7","name":"Push message with content topic containing Russian","time":{"start":1728086192522,"stop":1728086192523,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd69c524d02f07af","name":"Renews peer on consistent missed messages","time":{"start":1728085985736,"stop":1728085985737,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba3aba84c3e2cd71","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086063200,"stop":1728086063200,"duration":0},"status":"passed","severity":"normal"},{"uid":"31ae4b24c0182e5e","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728086289030,"stop":1728086289030,"duration":0},"status":"passed","severity":"normal"},{"uid":"da4a17aadacba647","name":"Check received message containing emoji","time":{"start":1728086171708,"stop":1728086171708,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea18a5e00afbf242","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728085864166,"stop":1728085864167,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea0cfa5d0f327b17","name":"Subscribe and receive messages via lightPush","time":{"start":1728086260288,"stop":1728086260289,"duration":1},"status":"passed","severity":"normal"},{"uid":"786e4b6b88f54a10","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966215,"stop":1728085966217,"duration":2},"status":"passed","severity":"normal"},{"uid":"a37c7ec797a080a4","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728086033927,"stop":1728086033928,"duration":1},"status":"passed","severity":"normal"},{"uid":"5505a0b00b47eeb","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728086150804,"stop":1728086150804,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b4c9f3ff1038b0b","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728085864158,"stop":1728085864158,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff5fbfb0c5087d8","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5bb78a2abf3ff5c","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728086289027,"stop":1728086289027,"duration":0},"status":"passed","severity":"normal"},{"uid":"fef1c0e0a7487bbb","name":"Reopen subscription with peer with lost subscription","time":{"start":1728085963118,"stop":1728085963118,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b3e467e9076474","name":"random static sharding 10 - Cluster ID: 518, Shard ID: 699","time":{"start":1728086260662,"stop":1728086260663,"duration":1},"status":"passed","severity":"normal"},{"uid":"63fcdec0eccbfe19","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728085872739,"stop":1728085872739,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3815947983c8973","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728085864168,"stop":1728085864168,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31192a47751b144","name":"Fields are not dropped","time":{"start":1728085879411,"stop":1728085879412,"duration":1},"status":"passed","severity":"normal"},{"uid":"34d0e8e9a3cff7b","name":"can start the service","time":{"start":1728086246327,"stop":1728086246328,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0d793afa9cd7144","name":"Generator, 2 different pubsubtopics","time":{"start":1728086279990,"stop":1728086279992,"duration":2},"status":"passed","severity":"normal"},{"uid":"b9c7cd52ebaf5c30","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728085864169,"stop":1728085864169,"duration":0},"status":"passed","severity":"normal"},{"uid":"6492489c7d81324e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728086260316,"stop":1728086260316,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9f4377a7bfa279","name":"Push 30 different messages","time":{"start":1728086226464,"stop":1728086226464,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4c4420e98307408","name":"Check message on other pubsub topic is not received","time":{"start":1728086171697,"stop":1728086171698,"duration":1},"status":"passed","severity":"normal"},{"uid":"7455c829c4445c54","name":"Publish message with rate limit","time":{"start":1728086203150,"stop":1728086203150,"duration":0},"status":"passed","severity":"normal"},{"uid":"93320371a2a357e1","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728086063205,"stop":1728086063206,"duration":1},"status":"passed","severity":"normal"},{"uid":"e31876f9c140ee4f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728086056632,"stop":1728086056632,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe1aa5a6609ee76","name":"should encode/decode to RLP encoding","time":{"start":1728085872742,"stop":1728085872742,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c54a7f651671e3","name":"Check received message containing long","time":{"start":1728086171689,"stop":1728086171689,"duration":0},"status":"passed","severity":"normal"},{"uid":"d596f517df101879","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb6009188327ba22","name":"Relay","time":{"start":1728085923995,"stop":1728085923996,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f1c9212fb9f6003","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728086171696,"stop":1728086171696,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1c897bc7f68fbd","name":"should not receive a peer event before start","time":{"start":1728085891878,"stop":1728085891878,"duration":0},"status":"passed","severity":"normal"},{"uid":"7046220e2a95589b","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728086033920,"stop":1728086033920,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ccb3c58dc7426d2","name":"removeEventListener with correct event","time":{"start":1728085957572,"stop":1728085957572,"duration":0},"status":"passed","severity":"normal"},{"uid":"80702908c83bc0d3","name":"Renews peer on consistent ping failures","time":{"start":1728085985731,"stop":1728085985732,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab99c00275b6fd32","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728085872165,"stop":1728085872165,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4f99da98a89d697","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fac6f59d12f84cd","name":"should set field with only RELAY enabled","time":{"start":1728085872752,"stop":1728085872752,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b72672e59dc87f8","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728086207909,"stop":1728086207909,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8477b3aad894ed8","name":"Check received message containing escaped characters","time":{"start":1728086171707,"stop":1728086171707,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd05e64b7c2f7a61","name":"Push message with Russian payload","time":{"start":1728086192508,"stop":1728086192509,"duration":1},"status":"passed","severity":"normal"},{"uid":"90a6f8a109ee5b22","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728086287865,"stop":1728086287866,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b0f0e8332a71773","name":"should return false","time":{"start":1728085872741,"stop":1728085872742,"duration":1},"status":"passed","severity":"normal"},{"uid":"238a132a73df6145","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728086207898,"stop":1728086207908,"duration":10},"status":"passed","severity":"normal"},{"uid":"c2b96aeec012cb74","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728086033897,"stop":1728086033898,"duration":1},"status":"passed","severity":"normal"},{"uid":"be828181715bcaa","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728085866678,"stop":1728085866679,"duration":1},"status":"passed","severity":"normal"},{"uid":"4691c0f95f1dd063","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728085887434,"stop":1728085887434,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba123cd02aa3167f","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728085864154,"stop":1728085864154,"duration":0},"status":"passed","severity":"normal"},{"uid":"361a4f32b42ea548","name":"Query generator for multiple messages with different content topic format","time":{"start":1728086287863,"stop":1728086287863,"duration":0},"status":"passed","severity":"normal"},{"uid":"615e56f810d02898","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728086063186,"stop":1728086063186,"duration":0},"status":"passed","severity":"normal"},{"uid":"d37e5b7f13c011a1","name":"Asymmetric encrypt & decrypt","time":{"start":1728085898290,"stop":1728085898290,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0c356df062a7585","name":"Push message with content topic containing Arabic","time":{"start":1728086226468,"stop":1728086226469,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d01bf3b2e18b63c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728086033921,"stop":1728086033921,"duration":0},"status":"passed","severity":"normal"},{"uid":"b37028af220f6238","name":"Relay - dialed after","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9d3660bf87d201a","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728085887951,"stop":1728085887951,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab6674d8cb12d0eb","name":"Push message with Arabic payload","time":{"start":1728086226459,"stop":1728086226459,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb5d295c5c2d547","name":"Query generator for 2000 messages","time":{"start":1728086287866,"stop":1728086287866,"duration":0},"status":"passed","severity":"normal"},{"uid":"99b52040c1e3718b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728085864155,"stop":1728085864156,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3bf7c59e1fc6de","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728086150784,"stop":1728086150786,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd01bf17cfcaa45b","name":"Store - dialed first","time":{"start":1728086336922,"stop":1728086336922,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed9cd5542c19d29","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1728086033874,"stop":1728086033875,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb54c3c47c58c2c","name":"should not receive a peer event after stop","time":{"start":1728085929885,"stop":1728085929885,"duration":0},"status":"passed","severity":"normal"},{"uid":"2160dd973b09a0b1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728086033899,"stop":1728086033899,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce583840456b473","name":"should properly create location multiaddrs - tcp4","time":{"start":1728085872748,"stop":1728085872749,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdf3e1ce72f6ad30","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728086033928,"stop":1728086033928,"duration":0},"status":"passed","severity":"normal"},{"uid":"14e625fc95ad2ca0","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033881,"stop":1728086033881,"duration":0},"status":"passed","severity":"normal"},{"uid":"19d349984aacf1e7","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728086150804,"stop":1728086150805,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3e56e9bf806ea4b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728086260329,"stop":1728086260329,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b30b9605767950b","name":"Query with Promise Callback, No Decoder","time":{"start":1728086258663,"stop":1728086258663,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8793bf1f5e0f43a","name":"Check message on other pubsub topic is not received","time":{"start":1728086171713,"stop":1728086171713,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae7ed89da5ae29d","name":"Push message with SQL Injection payload","time":{"start":1728086192509,"stop":1728086192509,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2c6daed569aba47","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728086033927,"stop":1728086033927,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfca8d95a814a5d2","name":"should push to needed amount of connections","time":{"start":1728086085065,"stop":1728086085066,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e41f9ed2b83302e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728086260317,"stop":1728086260317,"duration":0},"status":"passed","severity":"normal"},{"uid":"526b87319ec2f458","name":"Check received message containing escaped characters","time":{"start":1728086171694,"stop":1728086171694,"duration":0},"status":"passed","severity":"normal"},{"uid":"71473af09c17c547","name":"should properly create location multiaddrs - udp6","time":{"start":1728085872749,"stop":1728085872749,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ae1be69fda80ac0","name":"Check publish message containing short","time":{"start":1728086203088,"stop":1728086203089,"duration":1},"status":"passed","severity":"normal"},{"uid":"988baf591d5da5f2","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728085872170,"stop":1728085872170,"duration":0},"status":"passed","severity":"normal"},{"uid":"c737e9c713096a41","name":"Check received message containing Chinese","time":{"start":1728086171702,"stop":1728086171702,"duration":0},"status":"passed","severity":"normal"},{"uid":"501e0fceb6990bf5","name":"Filter with 2 connections","time":{"start":1728086059811,"stop":1728086059812,"duration":1},"status":"passed","severity":"normal"},{"uid":"f68c86b53369109e","name":"1 Relay, 1 fetch","time":{"start":1728085887349,"stop":1728085887350,"duration":1},"status":"passed","severity":"normal"},{"uid":"189a861b38986b34","name":"Push message with escaped characters payload","time":{"start":1728086226463,"stop":1728086226463,"duration":0},"status":"passed","severity":"normal"},{"uid":"be80c4ba438cf387","name":"Encoder throws on undefined content topic","time":{"start":1728085897855,"stop":1728085897855,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ba11d631a11c9a8","name":"should properly create location multiaddrs - udp4","time":{"start":1728085872743,"stop":1728085872748,"duration":5},"status":"passed","severity":"normal"},{"uid":"da88ad5d42c07996","name":"Push message with content topic containing shell command","time":{"start":1728086192528,"stop":1728086192528,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55b577c4b828e62","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728085880165,"stop":1728085880165,"duration":0},"status":"passed","severity":"normal"},{"uid":"7008825ec54d26c0","name":"Relay - times out","time":{"start":1728086336921,"stop":1728086336922,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0a69efea933154d","name":"non connected peers","time":{"start":1728086171969,"stop":1728086171969,"duration":0},"status":"skipped","severity":"normal"},{"uid":"69acd75ce3467452","name":"should set field with all protocols disabled","time":{"start":1728085872751,"stop":1728085872751,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1f624eba61b901","name":"Check publish message containing numeric","time":{"start":1728086203089,"stop":1728086203090,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3768744a1e053e9","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728086196550,"stop":1728086196550,"duration":0},"status":"passed","severity":"normal"},{"uid":"9750d4d9f25a2bd4","name":"Query generator for multiple messages","time":{"start":1728086287861,"stop":1728086287862,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae38b3d1c00ecbb","name":"Check received message containing numeric","time":{"start":1728086171701,"stop":1728086171701,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d9996bc471f472","name":"Check received message with timestamp: 1728085917349000000 ","time":{"start":1728086171708,"stop":1728086171709,"duration":1},"status":"passed","severity":"normal"},{"uid":"daf0813a1ee6b640","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728086196562,"stop":1728086196562,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c7c0e2e2f5f2801","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728086258652,"stop":1728086258653,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1f21a1b230df9bf","name":"Publishes to nwaku","time":{"start":1728086188761,"stop":1728086188762,"duration":1},"status":"passed","severity":"normal"},{"uid":"27d39096f5e09c37","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728085992917,"stop":1728085992919,"duration":2},"status":"passed","severity":"normal"},{"uid":"57508621d83b1956","name":"connected peers and dial","time":{"start":1728086171968,"stop":1728086171968,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d969f26474164caa","name":"Push message with Chinese payload","time":{"start":1728086192503,"stop":1728086192508,"duration":5},"status":"passed","severity":"normal"},{"uid":"b1cc62ab41b6ef43","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728086063171,"stop":1728086063172,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f687258772d17a1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728085966213,"stop":1728085966213,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1fcf7e3db8213a","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app33/5/topic435/utf8","time":{"start":1728086235220,"stop":1728086235221,"duration":1},"status":"passed","severity":"normal"},{"uid":"e441a2e2596506c3","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app78/10/topic382/test.js","time":{"start":1728086235213,"stop":1728086235218,"duration":5},"status":"passed","severity":"normal"},{"uid":"a43bd7073972a5f7","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728085925284,"stop":1728085925285,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ead64c174824532","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728085864178,"stop":1728085864178,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f12f7c892f0d14","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728086056627,"stop":1728086056627,"duration":0},"status":"passed","severity":"normal"},{"uid":"f76f1b05f3d3fdf5","name":"should throw error - no public key","time":{"start":1728085872741,"stop":1728085872741,"duration":0},"status":"passed","severity":"normal"},{"uid":"25b96c011acb6fa1","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728086033910,"stop":1728086033910,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1043ea7ec8d2b64","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728085872167,"stop":1728085872167,"duration":0},"status":"passed","severity":"normal"},{"uid":"caef9ce8e502f642","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728086207873,"stop":1728086207873,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c10d0b7b4dbfcf5","name":"Fails to push message with large meta","time":{"start":1728086226480,"stop":1728086226482,"duration":2},"status":"passed","severity":"normal"},{"uid":"49bb2294c2cfdadb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728086033908,"stop":1728086033910,"duration":2},"status":"passed","severity":"normal"},{"uid":"77f96773f4f66402","name":"dispatchEvent via connectionManager","time":{"start":1728085957574,"stop":1728085957574,"duration":0},"status":"passed","severity":"normal"},{"uid":"d62a8c3c9fcdc41d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728085864173,"stop":1728085864173,"duration":0},"status":"passed","severity":"normal"},{"uid":"2423743dbf0dd311","name":"Check message with invalid timestamp is not received","time":{"start":1728086171712,"stop":1728086171713,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f54e7293c15799c","name":"should return unique PubsubTopics for static sharding","time":{"start":1728085864163,"stop":1728085864164,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa563e314c3abb93","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728086063176,"stop":1728086063176,"duration":0},"status":"passed","severity":"normal"},{"uid":"354e1126a67c9793","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728085864175,"stop":1728085864175,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5fbd112681c599","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086260300,"stop":1728086260300,"duration":0},"status":"passed","severity":"normal"},{"uid":"98170804de26a7fa","name":"Subscribe and receives messages on 20 topics","time":{"start":1728086063175,"stop":1728086063176,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b64971a9fdcfe43","name":"Relay - dialed first","time":{"start":1728086336921,"stop":1728086336921,"duration":0},"status":"passed","severity":"normal"},{"uid":"90fa4560e7fa321","name":"Light Node - default protocols","time":{"start":1728086336924,"stop":1728086336924,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7f4c791b7e11fa","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728085966215,"stop":1728085966215,"duration":0},"status":"passed","severity":"normal"},{"uid":"f55d6cb128bb5d88","name":"LightPush","time":{"start":1728086336923,"stop":1728086336923,"duration":0},"status":"passed","severity":"normal"},{"uid":"812c926da28a2c48","name":"Push message with Chinese payload","time":{"start":1728086226458,"stop":1728086226459,"duration":1},"status":"passed","severity":"normal"},{"uid":"f822914c8eb1634e","name":"Tracks peer failures correctly","time":{"start":1728085985733,"stop":1728085985733,"duration":0},"status":"passed","severity":"normal"},{"uid":"7da1725f45b5be2f","name":"caches peers it previously fetched","time":{"start":1728085887949,"stop":1728085887949,"duration":0},"status":"passed","severity":"normal"},{"uid":"48605dc8ea478a09","name":"Renews subscription after lossing a connection","time":{"start":1728086260331,"stop":1728086260331,"duration":0},"status":"passed","severity":"normal"},{"uid":"de13fb796a2f1c59","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728086171697,"stop":1728086171697,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9f36340d16e36c","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728086207920,"stop":1728086207921,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ff8bed0dd0b38c2","name":"should properly create location multiaddrs - udp","time":{"start":1728085872750,"stop":1728085872750,"duration":0},"status":"passed","severity":"normal"},{"uid":"94a82fa687b87d1c","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728086254812,"stop":1728086254812,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca993c500aeedf3","name":"Push message with special chars payload","time":{"start":1728086226457,"stop":1728086226458,"duration":1},"status":"passed","severity":"normal"},{"uid":"829f2f764f387eed","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728086258662,"stop":1728086258663,"duration":1},"status":"passed","severity":"normal"},{"uid":"c80fcfd70df066cf","name":"Subscribe to topic containing short and receive message","time":{"start":1728086063181,"stop":1728086063182,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4f7f3884ff2edb4","name":"Refresh subscription","time":{"start":1728086063177,"stop":1728086063181,"duration":4},"status":"passed","severity":"normal"},{"uid":"26aa40c9a367445","name":"Generator, custom pubsub topic","time":{"start":1728086279985,"stop":1728086279985,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee340042492613b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728086260322,"stop":1728086260322,"duration":0},"status":"passed","severity":"normal"},{"uid":"e10800a0d14d2467","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728085864161,"stop":1728085864161,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a451c6d0f31aef","name":"Ping on subscribed peer","time":{"start":1728085959887,"stop":1728085959888,"duration":1},"status":"passed","severity":"normal"},{"uid":"c84a2a88de95e4fd","name":"should throw an error for missing required configuration","time":{"start":1728085864165,"stop":1728085864166,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"a024ecbb0d130896","name":"Correctly serialized arguments","time":{"start":1728381618822,"stop":1728381618822,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e8e43340dc29b8","name":"should add and remove event listeners correctly","time":{"start":1728381383547,"stop":1728381383548,"duration":1},"status":"passed","severity":"normal"},{"uid":"c083dd4b8e6b9db2","name":"Check received message containing special chars","time":{"start":1728381526509,"stop":1728381526509,"duration":0},"status":"passed","severity":"normal"},{"uid":"3946a35c458fe769","name":"should not fail to stop the service if it was not started","time":{"start":1728381423072,"stop":1728381423073,"duration":1},"status":"passed","severity":"normal"},{"uid":"88c3d6d2df707db9","name":"Push message with content topic containing shell command","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"status":"passed","severity":"normal"},{"uid":"8670df30ab92cbdc","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bdcc458da832dea","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728381711665,"stop":1728381711665,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a96d958103a5c29","name":"should not fail to stop the service if it was not started","time":{"start":1728381716492,"stop":1728381716495,"duration":3},"status":"passed","severity":"normal"},{"uid":"a6a6ee0f6f2089b0","name":"Push message with escaped characters payload","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"status":"passed","severity":"normal"},{"uid":"230f66f94d9082e8","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"status":"passed","severity":"normal"},{"uid":"26449863fa912b7d","name":"it tolerates circular branch references","time":{"start":1728381379401,"stop":1728381379402,"duration":1},"status":"passed","severity":"normal"},{"uid":"22e8bab575fd2a60","name":"different cluster, different shard: nodes don't connect","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca546794aac5779","name":"Js publishes, other Js receives","time":{"start":1728381676009,"stop":1728381676011,"duration":2},"status":"passed","severity":"normal"},{"uid":"554230bf562b37c8","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381749047,"stop":1728381749048,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3fd4fa852805c53","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521291,"stop":1728381521292,"duration":1},"status":"passed","severity":"normal"},{"uid":"5610250644cfe58a","name":"should return valid sharding parameters for static sharding","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"status":"passed","severity":"normal"},{"uid":"47a67fa1e1e8cf13","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5311314a7dab03f","name":"Push message with content topic containing Russian","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbce63ef45e7f8ba","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728381363560,"stop":1728381363561,"duration":1},"status":"passed","severity":"normal"},{"uid":"677f37cc99bf438b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"status":"passed","severity":"normal"},{"uid":"a799877e00647be2","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728381371412,"stop":1728381371413,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc1d500f5322b024","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728381409093,"stop":1728381409094,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e8d12d971181008","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ba8513bc7e75323","name":"Meta field set when metaSetter is specified","time":{"start":1728381371850,"stop":1728381371850,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba553986507f801","name":"Query with Promise Callback, No Decoder","time":{"start":1728381743132,"stop":1728381743132,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa4e34156688780","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"status":"passed","severity":"normal"},{"uid":"778d899c8309d076","name":"should properly create peer info with all multiaddrs","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cef2f21200ad10f","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e1a2788033c3262","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461623,"stop":1728381461624,"duration":1},"status":"passed","severity":"normal"},{"uid":"d793e030ce0b034b","name":"Query generator for 2000 messages","time":{"start":1728381762413,"stop":1728381762413,"duration":0},"status":"passed","severity":"normal"},{"uid":"39ef4513571b7744","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf0649a461407199","name":"Check meta is set [symmetric]","time":{"start":1728381389460,"stop":1728381389461,"duration":1},"status":"passed","severity":"normal"},{"uid":"88f872a65a2cb2d0","name":"Push message with custom timestamp: 1728377946003","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"status":"passed","severity":"normal"},{"uid":"c260a3d1c6e32441","name":"Check received message containing short","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"status":"passed","severity":"normal"},{"uid":"84eb65a5284f1455","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728381634306,"stop":1728381634307,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea8f65d6e2e46470","name":"Check received message containing long","time":{"start":1728381658377,"stop":1728381658377,"duration":0},"status":"passed","severity":"normal"},{"uid":"1748162bae4172bf","name":"Check publish message containing unicode special characters","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"status":"passed","severity":"normal"},{"uid":"b428acf950dc28a5","name":"Query Generator - false","time":{"start":1728381756568,"stop":1728381756571,"duration":3},"status":"passed","severity":"normal"},{"uid":"56f6c62e7cd90151","name":"Check message on other pubsub topic is not received","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"status":"passed","severity":"normal"},{"uid":"65f63c9648f88311","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"88b58e743de3b5d1","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728381759210,"stop":1728381759211,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e072fd89b3db604","name":"Decoder throws on empty string content topic","time":{"start":1728381391228,"stop":1728381391228,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f65dcfbe8e81830","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728381379241,"stop":1728381379242,"duration":1},"status":"passed","severity":"normal"},{"uid":"373273b89ef71250","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728381696866,"stop":1728381696868,"duration":2},"status":"passed","severity":"normal"},{"uid":"1aa16ce48daad5bd","name":"ignores unrecognized TXT record formats","time":{"start":1728381379402,"stop":1728381379403,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a09a7bf126b9289","name":"Passing page size 11 when there are 10 messages","time":{"start":1728381766199,"stop":1728381766199,"duration":0},"status":"passed","severity":"normal"},{"uid":"33376d0253b7bb5e","name":"throws on content topic with empty version field","time":{"start":1728381355955,"stop":1728381355956,"duration":1},"status":"passed","severity":"normal"},{"uid":"86ecb9347ba6f36d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381485019,"stop":1728381485020,"duration":1},"status":"passed","severity":"normal"},{"uid":"f95b201403f17db3","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381749058,"stop":1728381749059,"duration":1},"status":"passed","severity":"normal"},{"uid":"a68907ce031619b6","name":"Check message received after nwaku node is restarted","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7c431bc0c59018a3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381749043,"stop":1728381749044,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c9b5f561e5b8344","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381749072,"stop":1728381749073,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c708a93de8b3b24","name":"should throw error - no id","time":{"start":1728381364419,"stop":1728381364420,"duration":1},"status":"passed","severity":"normal"},{"uid":"e623ec3849e55619","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381454667,"stop":1728381454668,"duration":1},"status":"passed","severity":"normal"},{"uid":"acd37a1989a01fda","name":"Push message with content topic containing XML","time":{"start":1728381711664,"stop":1728381711665,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3febc0bd0c501e5","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728381416760,"stop":1728381416761,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb50fb8e5251b963","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1d777caeedccc9","name":"same cluster, different shard: nodes don't connect","time":{"start":1728381521285,"stop":1728381521285,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b2f528d6f32f501","name":"throws on content topic with empty encoding field","time":{"start":1728381355956,"stop":1728381355957,"duration":1},"status":"passed","severity":"normal"},{"uid":"41e4e7f120c8bd4e","name":"Decoder throws on undefined content topic","time":{"start":1728381391227,"stop":1728381391228,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbdf671d401b4d86","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728381745565,"stop":1728381745565,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ff95986eff002c","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728381363566,"stop":1728381363567,"duration":1},"status":"passed","severity":"normal"},{"uid":"b571aad02751b712","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"318e91b7e3687238","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381749060,"stop":1728381749061,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5ecbf7b6cb98d10","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728381759211,"stop":1728381759212,"duration":1},"status":"passed","severity":"normal"},{"uid":"26837c5eaf9b6829","name":"Fails to publish duplicate message","time":{"start":1728381689161,"stop":1728381689162,"duration":1},"status":"passed","severity":"normal"},{"uid":"f34c102b867f511f","name":"Check publish message containing escaped characters","time":{"start":1728381689153,"stop":1728381689153,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ca9cd0f3f80f996","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728381715120,"stop":1728381715121,"duration":1},"status":"passed","severity":"normal"},{"uid":"24de4e88b556087b","name":"throws on content topic with too few or too many fields","time":{"start":1728381355953,"stop":1728381355954,"duration":1},"status":"passed","severity":"normal"},{"uid":"6560c75e6e811f9a","name":"Filter with 0 connections","time":{"start":1728381554776,"stop":1728381554776,"duration":0},"status":"passed","severity":"normal"},{"uid":"38e14018b7e874d0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"40e8f2cc0a25ac2","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728381461624,"stop":1728381461632,"duration":8},"status":"passed","severity":"normal"},{"uid":"f3910f8749f19446","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"status":"passed","severity":"normal"},{"uid":"c07ce7651b245e28","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3530cbccc9a6a0c","name":"Decoder throws on empty string content topic","time":{"start":1728381371851,"stop":1728381371852,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8f687f4320c57c","name":"Query Generator - true","time":{"start":1728381756567,"stop":1728381756568,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c04a44357113b70","name":"Push message with custom timestamp: 1728377957642","time":{"start":1728381680469,"stop":1728381680470,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccc95eb44753ff59","name":"should return empty list for no shard","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"45d9d54737195910","name":"Push message with content topic containing unicode special characters","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"status":"passed","severity":"normal"},{"uid":"28e4e0d1c72b1e44","name":"Query with Promise Callback, No message returned","time":{"start":1728381743133,"stop":1728381743134,"duration":1},"status":"passed","severity":"normal"},{"uid":"49fd4bc1ac5cd724","name":"Refresh subscription","time":{"start":1728381749050,"stop":1728381749051,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3f94cc083bd61a5","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728381521289,"stop":1728381521289,"duration":0},"status":"passed","severity":"normal"},{"uid":"9548a236a140b47b","name":"Check message with no payload is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec61b764d1b4a5d1","name":"isConnected should return true after first peer connects","time":{"start":1728381439744,"stop":1728381439745,"duration":1},"status":"passed","severity":"normal"},{"uid":"4aceb880db9a702","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"status":"passed","severity":"normal"},{"uid":"b16401e722a5f308","name":"Encoder throws on empty string content topic","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"status":"passed","severity":"normal"},{"uid":"478bdb7f798e4fc3","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e26fd2ac14efa2","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728381461615,"stop":1728381461615,"duration":0},"status":"passed","severity":"normal"},{"uid":"5feb9ddc02e6f6aa","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"status":"passed","severity":"normal"},{"uid":"99c171976923881f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381749035,"stop":1728381749036,"duration":1},"status":"passed","severity":"normal"},{"uid":"db3659a52178e84c","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728381415529,"stop":1728381415529,"duration":0},"status":"passed","severity":"normal"},{"uid":"446ea2445de23d74","name":"Check received message containing Chinese","time":{"start":1728381526509,"stop":1728381526510,"duration":1},"status":"passed","severity":"normal"},{"uid":"295f567ecc64eaea","name":"Check publish message after client node is restarted","time":{"start":1728381689166,"stop":1728381689167,"duration":1},"status":"skipped","severity":"normal"},{"uid":"85c53b3f427fc26","name":"getPeersByDiscovery","time":{"start":1728381449299,"stop":1728381449299,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb2493c9b8e0ceb","name":"Query Generator, No Decoder","time":{"start":1728381743116,"stop":1728381743120,"duration":4},"status":"passed","severity":"normal"},{"uid":"2136b2de71bb20c3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b072001743b5ccc","name":"should decode valid enr with tcp successfully","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2fbb5fdaf2b8194","name":"Check received message containing long","time":{"start":1728381658365,"stop":1728381658366,"duration":1},"status":"passed","severity":"normal"},{"uid":"cebc1f0b8d753191","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a10c94dd5efdebb","name":"Push message with Russian payload","time":{"start":1728381680439,"stop":1728381680442,"duration":3},"status":"passed","severity":"normal"},{"uid":"e196ab77e326e63e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381749068,"stop":1728381749070,"duration":2},"status":"passed","severity":"normal"},{"uid":"ace18a06041c41af","name":"Renews peer on consistent ping failures","time":{"start":1728381475917,"stop":1728381475924,"duration":7},"status":"passed","severity":"normal"},{"uid":"ce03d8ddd9fc3a91","name":"can start the service","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d035face8bbe17","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461636,"stop":1728381461639,"duration":3},"status":"passed","severity":"normal"},{"uid":"1e56a9d831031654","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3def1bb78fe4c69","name":"should set field with all protocols disabled","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6336c503da6e4b5","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728381355972,"stop":1728381355973,"duration":1},"status":"passed","severity":"normal"},{"uid":"750c951951586f0b","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"status":"passed","severity":"normal"},{"uid":"34667f849001e1f8","name":"should load peers from local storage and dispatch events","time":{"start":1728381383546,"stop":1728381383547,"duration":1},"status":"passed","severity":"normal"},{"uid":"22e50d6fae2afbdb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615371,"stop":1728381615372,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8841efd3e905e09","name":"Push message with custom timestamp: 1728385157642","time":{"start":1728381680470,"stop":1728381680471,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ce5be982a40b54","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"status":"passed","severity":"normal"},{"uid":"693eca846d962004","name":"same cluster, different shard: nodes connect","time":{"start":1728381634309,"stop":1728381634310,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dca24f262c7229c","name":"Push message with Script payload","time":{"start":1728381680444,"stop":1728381680445,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb985f2d3c000ea0","name":"Fails to push message with large meta","time":{"start":1728381711681,"stop":1728381711681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b943f90031842f","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"a595a0c78384f4bc","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728381363569,"stop":1728381363570,"duration":1},"status":"passed","severity":"normal"},{"uid":"908c32e32a6163d0","name":"creates an iterator","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"status":"passed","severity":"normal"},{"uid":"aeaf00e60eb5236e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728381358360,"stop":1728381358361,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdd219797c011aea","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381749055,"stop":1728381749056,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8367794dc467e24","name":"Push message with content topic containing XML","time":{"start":1728381680459,"stop":1728381680463,"duration":4},"status":"passed","severity":"normal"},{"uid":"987471fb108b7d5e","name":"Ping succeeds for all connected peers","time":{"start":1728381475914,"stop":1728381475914,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e0292bccb2e376","name":"Check received message with timestamp: 1728381408830 ","time":{"start":1728381658372,"stop":1728381658373,"duration":1},"status":"passed","severity":"normal"},{"uid":"e008ee97db77ea9","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5871a0f41fa39a0","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728381355971,"stop":1728381355972,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7229a5174a39d41","name":"Push message with content topic containing escaped characters","time":{"start":1728381680466,"stop":1728381680466,"duration":0},"status":"passed","severity":"normal"},{"uid":"2454edb9ca7e58ff","name":"Passing page size 1 when there are 4 messages","time":{"start":1728381766194,"stop":1728381766196,"duration":2},"status":"passed","severity":"normal"},{"uid":"7b57268f0a5bde93","name":"Fails to push message with large meta","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"status":"passed","severity":"normal"},{"uid":"310c25e0d70f8254","name":"should be able to decode the field with only STORE set to true","time":{"start":1728381363572,"stop":1728381363573,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdde42fa41b3a66c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763777,"stop":1728381763778,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c92f78c2694080e","name":"Nwaku publishes","time":{"start":1728381676008,"stop":1728381676009,"duration":1},"status":"passed","severity":"normal"},{"uid":"84c6b5e9e82f31e1","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728381737935,"stop":1728381737935,"duration":0},"status":"passed","severity":"normal"},{"uid":"64594cd575a93ca0","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381557215,"stop":1728381557219,"duration":4},"status":"passed","severity":"normal"},{"uid":"8f1cf9a1558c37be","name":"should throw an error for insufficient data","time":{"start":1728381355989,"stop":1728381355989,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e030db031ba4096","name":"Push message equal or less that 1MB","time":{"start":1728381680471,"stop":1728381680471,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e70c2056c6c91b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ac18acd62f7168b","name":"Check publish message containing short","time":{"start":1728381689142,"stop":1728381689143,"duration":1},"status":"passed","severity":"normal"},{"uid":"d858d4b100b40b07","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1728381521287,"stop":1728381521287,"duration":0},"status":"passed","severity":"normal"},{"uid":"74dc68cc89b81818","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728381613864,"stop":1728381613865,"duration":1},"status":"passed","severity":"normal"},{"uid":"840ca55c992417b0","name":"Query Generator, No message returned","time":{"start":1728381743120,"stop":1728381743123,"duration":3},"status":"passed","severity":"normal"},{"uid":"45bf7eb411d7d018","name":"should not throw an error for a single configured topic","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c5f5d911ef8cccd","name":"Push message with content topic containing JSON","time":{"start":1728381680465,"stop":1728381680465,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc4fd924a8339b8","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728381557273,"stop":1728381557276,"duration":3},"status":"passed","severity":"normal"},{"uid":"e67839db159db155","name":"Asymmetric encrypt & decrypt","time":{"start":1728381390012,"stop":1728381390013,"duration":1},"status":"passed","severity":"normal"},{"uid":"3322cdc4231d68cb","name":"Subscribe and publish message","time":{"start":1728381696823,"stop":1728381696823,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6c93c8c82d03e1","name":"Passing page size 3 when there are 20 messages","time":{"start":1728381766196,"stop":1728381766196,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ce08f5c222ff57","name":"Check received message containing short","time":{"start":1728381526504,"stop":1728381526505,"duration":1},"status":"passed","severity":"normal"},{"uid":"84838d1897862b27","name":"Push message with content topic containing emoji","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd461f597dc66b07","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728381521318,"stop":1728381521319,"duration":1},"status":"passed","severity":"normal"},{"uid":"1daae6bbe01129d4","name":"should not fail to stop the service if it was not started","time":{"start":1728381383543,"stop":1728381383544,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf31ceeebb777e41","name":"LightPush","time":{"start":1728381800485,"stop":1728381800486,"duration":1},"status":"passed","severity":"normal"},{"uid":"666d0f0ef8d5816c","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728381745551,"stop":1728381745551,"duration":0},"status":"passed","severity":"normal"},{"uid":"3904d98ee3b50490","name":"Ping on unsubscribed peer","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"status":"passed","severity":"normal"},{"uid":"23684431c5ac875","name":"Ping on peer without subscriptions","time":{"start":1728381454665,"stop":1728381454665,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffdd96862e3a9f77","name":"Check message with no payload is not received","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df7eb8bd25deedb","name":"Check received message containing Basic HTML tag","time":{"start":1728381658381,"stop":1728381658381,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a55e5861f648b","name":"Push message with content topic containing SQL Injection","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bcbfba551c0a9c","name":"should decode valid enr successfully","time":{"start":1728381364418,"stop":1728381364418,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a48bd8876662b3b","name":"Encoder throws on undefined content topic","time":{"start":1728381389461,"stop":1728381389462,"duration":1},"status":"passed","severity":"normal"},{"uid":"acdf662be3290b02","name":"Subscribe to topic containing XML and publish message","time":{"start":1728381696842,"stop":1728381696843,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb5995e914f49a4","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"status":"passed","severity":"normal"},{"uid":"23840e0a84a6207f","name":"1 Relay, 1 fetch","time":{"start":1728381379297,"stop":1728381379297,"duration":0},"status":"passed","severity":"normal"},{"uid":"55aee9b2700e8624","name":"Check received message containing Script","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5cb4fad75cb592e","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728381379406,"stop":1728381379406,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b0beb95549386e1e","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728381355984,"stop":1728381355984,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd37cdb1a1cf903c","name":"Relay + Store","time":{"start":1728381415230,"stop":1728381415230,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd5c3789e7bd2c9a","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728381696825,"stop":1728381696825,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa85bd63cce6d5e8","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728381774344,"stop":1728381774345,"duration":1},"status":"passed","severity":"normal"},{"uid":"9096c6031bc64061","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381557232,"stop":1728381557233,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ee7437a6d52031","name":"Check received message containing unicode special characters","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"status":"passed","severity":"normal"},{"uid":"afb0dd4e3b35f24f","name":"Accepts a valid Waku Message","time":{"start":1728381394401,"stop":1728381394402,"duration":1},"status":"passed","severity":"normal"},{"uid":"d865ae41c3003692","name":"Filter with 3 connections","time":{"start":1728381554781,"stop":1728381554782,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a12bf70844eb2a9","name":"throws on empty content topic","time":{"start":1728381355953,"stop":1728381355953,"duration":0},"status":"passed","severity":"normal"},{"uid":"11c6399b08a6676b","name":"throws on content topic with empty application field","time":{"start":1728381355955,"stop":1728381355955,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1f307ac87b88ae8","name":"Push message with numeric payload","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5b52a166eab5ad","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728381521297,"stop":1728381521299,"duration":2},"status":"passed","severity":"normal"},{"uid":"feb05ccb5bc873cc","name":"Check message received after jswaku node is restarted","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fd3d9fcdacd6b552","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728381461616,"stop":1728381461617,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d330093a350e06f","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763772,"stop":1728381763773,"duration":1},"status":"passed","severity":"normal"},{"uid":"2de273b348075947","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728381737933,"stop":1728381737934,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa779d966cec8e54","name":"Decoder throws on empty string content topic","time":{"start":1728381389463,"stop":1728381389463,"duration":0},"status":"passed","severity":"normal"},{"uid":"846bc85328dd1cb2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"status":"passed","severity":"normal"},{"uid":"632d4648d8090d45","name":"Keep-alive pings maintain the connection","time":{"start":1728381475916,"stop":1728381475916,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac04b0703443c900","name":"Delete observer","time":{"start":1728381660636,"stop":1728381660637,"duration":1},"status":"passed","severity":"normal"},{"uid":"978a92a81e84d565","name":"returns all values when wanted number matches available values","time":{"start":1728381378680,"stop":1728381378682,"duration":2},"status":"passed","severity":"normal"},{"uid":"8038f2c967a6bbb9","name":"A test","time":{"start":1728381614000,"stop":1728381614000,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05756bcc1b0b84f","name":"udp ip6 address","time":{"start":1728381363825,"stop":1728381363826,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d7ebf222a75f6b7","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"status":"passed","severity":"normal"},{"uid":"40ccce5213c07c1","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6d9ab9d45b2cb70","name":"should not fail to start the service if it is already started","time":{"start":1728381423073,"stop":1728381423073,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5a731d94649ea8","name":"Refresh subscription","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"status":"passed","severity":"normal"},{"uid":"35a54517f8ec233d","name":"should handle a minimal index list","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ee0f8672625bd1a","name":"Fails to push message bigger that 1MB","time":{"start":1728381711684,"stop":1728381711685,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f972942f320d2f2","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea7e9d503d4653e5","name":"Push message with content topic containing Chinese","time":{"start":1728381680457,"stop":1728381680458,"duration":1},"status":"passed","severity":"normal"},{"uid":"65b00a130115d67a","name":"throws on content topic with non-number generation field","time":{"start":1728381355954,"stop":1728381355954,"duration":0},"status":"passed","severity":"normal"},{"uid":"46887271129f3f79","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"status":"passed","severity":"normal"},{"uid":"252404d761aeb771","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app48/5/topic234/test.js","time":{"start":1728381719623,"stop":1728381719624,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e03cae1e4314ab","name":"Push message on custom pubsubTopic","time":{"start":1728381615370,"stop":1728381615371,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9edf0d31c2d9945","name":"should properly create location multiaddrs - udp4","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"62d50df705f61573","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"bada174489ba74c9","name":"Check message on other pubsub topic is not received","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fb21fd611d28d8a","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728381696824,"stop":1728381696824,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60c3680f58752e2","name":"Check publish message containing emoji","time":{"start":1728381689154,"stop":1728381689154,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d588b25ca32eefc","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381749017,"stop":1728381749019,"duration":2},"status":"passed","severity":"normal"},{"uid":"66ffc22121352eaf","name":"should only return 1 node with relay capability","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9f37265b4108a93","name":"can start the service","time":{"start":1728381716488,"stop":1728381716490,"duration":2},"status":"passed","severity":"normal"},{"uid":"d3b632f965423136","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381749033,"stop":1728381749034,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc865e1786e2f9f8","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728381774344,"stop":1728381774344,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f243571621ba83","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728381737934,"stop":1728381737934,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b12a68c849e726","name":"Check received message with timestamp: 1728381408400000000 ","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"status":"passed","severity":"normal"},{"uid":"e893267bed2cfef9","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728381696858,"stop":1728381696862,"duration":4},"status":"passed","severity":"normal"},{"uid":"a12df7a056be3357","name":"Ordered callback, aborts when callback returns true","time":{"start":1728381762412,"stop":1728381762413,"duration":1},"status":"passed","severity":"normal"},{"uid":"111ad6566c31641d","name":"isConnected return false after peer stops","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c7b9426dbd3868","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381749073,"stop":1728381749073,"duration":0},"status":"passed","severity":"normal"},{"uid":"95252e809e253dd5","name":"removeEventListener with wrong event","time":{"start":1728381449298,"stop":1728381449299,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed0b62d7cec8cb9","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e52c121f82c630","name":"should get / set TCP multiaddr","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"status":"passed","severity":"normal"},{"uid":"e018d201e05d2fc","name":"Check received message containing Script","time":{"start":1728381658368,"stop":1728381658369,"duration":1},"status":"passed","severity":"normal"},{"uid":"b699b92fee5b3c7c","name":"Push message with meta","time":{"start":1728381711676,"stop":1728381711681,"duration":5},"status":"passed","severity":"normal"},{"uid":"dd01126e138f9c0a","name":"Sample","time":{"start":1728381363822,"stop":1728381363823,"duration":1},"status":"passed","severity":"normal"},{"uid":"2199e9e826a60c52","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381452652,"stop":1728381452652,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a27b891ce09f4b","name":"should set field with only STORE enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"c340a60b05cfa7db","name":"Fails to publish message with empty text","time":{"start":1728381689162,"stop":1728381689162,"duration":0},"status":"passed","severity":"normal"},{"uid":"4744dba874494565","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381545554,"stop":1728381545555,"duration":1},"status":"passed","severity":"normal"},{"uid":"12d387e966e78ab0","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a2d6f13f8c2e28e","name":"Check message received after nwaku node is restarted","time":{"start":1728381658390,"stop":1728381658390,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ab7d71e035d6c100","name":"Check received message containing JSON","time":{"start":1728381658369,"stop":1728381658370,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f20f6378a0e0a47","name":"random static sharding 1 - Cluster ID: 64, Shard ID: 389","time":{"start":1728381745551,"stop":1728381745552,"duration":1},"status":"passed","severity":"normal"},{"uid":"47b3a15637e22383","name":"Push message with content topic containing Russian","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4401730d9345b4b","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728381759213,"stop":1728381759213,"duration":0},"status":"passed","severity":"normal"},{"uid":"a163d3ee0d36802d","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728381379236,"stop":1728381379237,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e027cf8d4bdb8e5","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728381363561,"stop":1728381363562,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ec29094d788f409","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce098273436cd05","name":"Check received message with timestamp: 1728381408830000000 ","time":{"start":1728381658372,"stop":1728381658372,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c2d1bd58b3241f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461616,"stop":1728381461616,"duration":0},"status":"passed","severity":"normal"},{"uid":"4864622bb295de06","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app54/9/topic949/xml","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ca62b5725bb326f","name":"handles multiple messages","time":{"start":1728381766729,"stop":1728381766729,"duration":0},"status":"passed","severity":"normal"},{"uid":"784046139a4bea12","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728381521312,"stop":1728381521313,"duration":1},"status":"passed","severity":"normal"},{"uid":"9390f19fe7564403","name":"Check message with invalid timestamp is not received","time":{"start":1728381658374,"stop":1728381658374,"duration":0},"status":"passed","severity":"normal"},{"uid":"69b6268c06b55aa6","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728381439732,"stop":1728381439738,"duration":6},"status":"passed","severity":"normal"},{"uid":"505496484edddac1","name":"Check message with non string payload is not received","time":{"start":1728381526525,"stop":1728381526525,"duration":0},"status":"passed","severity":"normal"},{"uid":"887241218905cf19","name":"caches peers it previously fetched","time":{"start":1728381379403,"stop":1728381379403,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6b83ea4214b4dd","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c1b725d2d684e58","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728381389460,"stop":1728381389460,"duration":0},"status":"passed","severity":"normal"},{"uid":"83bb330b19f83aba","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728381774345,"stop":1728381774345,"duration":0},"status":"passed","severity":"normal"},{"uid":"884a855ebb41eba0","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app85/8/topic197/utf8","time":{"start":1728381719621,"stop":1728381719621,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b7b9385c8bdfdb4","name":"Subscribe to topic containing Script and receive message","time":{"start":1728381557263,"stop":1728381557267,"duration":4},"status":"passed","severity":"normal"},{"uid":"e29c7942c07100b","name":"Push message with rate limit","time":{"start":1728381680468,"stop":1728381680469,"duration":1},"status":"passed","severity":"normal"},{"uid":"335b0d5a4e330847","name":"Overlapping topic subscription","time":{"start":1728381749048,"stop":1728381749049,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbff387f58676d61","name":"nwaku subscribes","time":{"start":1728381676005,"stop":1728381676005,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3025357f3ffc825","name":"should return usable stream attached to connection","time":{"start":1728381371408,"stop":1728381371409,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88794c952ed2f5b","name":"should throw if no connection provided","time":{"start":1728381371409,"stop":1728381371410,"duration":1},"status":"passed","severity":"normal"},{"uid":"2103cf730e4d9594","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728381634307,"stop":1728381634307,"duration":0},"status":"passed","severity":"normal"},{"uid":"b084fa991d4de8e3","name":"Push message with content topic containing escaped characters","time":{"start":1728381711670,"stop":1728381711670,"duration":0},"status":"passed","severity":"normal"},{"uid":"481c2879940ee209","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381749035,"stop":1728381749035,"duration":0},"status":"passed","severity":"normal"},{"uid":"7499d4a30620c2ae","name":"non connected peers","time":{"start":1728381658693,"stop":1728381658693,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ed4cb5f5970bf6d8","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381749047,"stop":1728381749047,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a62fe44e3f7a9a3","name":"Push message with SQL Injection payload","time":{"start":1728381680442,"stop":1728381680443,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6619b0f46f46bcb","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381749039,"stop":1728381749039,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fa1959db60032e6","name":"connected peers and dial","time":{"start":1728381658691,"stop":1728381658692,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b5c22a9b7ade6e1a","name":"Tracks peer failures correctly","time":{"start":1728381475925,"stop":1728381475925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9df72284432e1e9","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728381355976,"stop":1728381355976,"duration":0},"status":"passed","severity":"normal"},{"uid":"10c455cc38e96183","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728381379238,"stop":1728381379239,"duration":1},"status":"passed","severity":"normal"},{"uid":"27c308d51922eec8","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b5035e00cfc2c4a","name":"Push message with JSON payload","time":{"start":1728381680449,"stop":1728381680450,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee7e1b60e16c16d2","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728381696873,"stop":1728381696873,"duration":0},"status":"passed","severity":"normal"},{"uid":"ade7e0b13743e623","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728381613873,"stop":1728381613874,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1b3fa3419aea0e5","name":"should return all peers when numPeers is 0","time":{"start":1728381371415,"stop":1728381371415,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f39161ea8d22ab0","name":"Push message with content topic containing Arabic","time":{"start":1728381680458,"stop":1728381680458,"duration":0},"status":"passed","severity":"normal"},{"uid":"6255cb613808dd16","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0448d1382da76e2","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728381685603,"stop":1728381685604,"duration":1},"status":"passed","severity":"normal"},{"uid":"91fc1550d2e37d92","name":"should properly create location multiaddrs - tcp","time":{"start":1728381364428,"stop":1728381364428,"duration":0},"status":"passed","severity":"normal"},{"uid":"83b307f846d429a8","name":"should set field with all protocols enabled","time":{"start":1728381364428,"stop":1728381364429,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe9d126c02600cf0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728381521317,"stop":1728381521317,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6b9f720e6ecf60","name":"Check publish message containing XML","time":{"start":1728381689150,"stop":1728381689151,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcb0706e0332cbac","name":"should emit a peer event after start","time":{"start":1728381423073,"stop":1728381423074,"duration":1},"status":"passed","severity":"normal"},{"uid":"251d6dac7ddc652d","name":"same cluster, same shard: nodes connect","time":{"start":1728381521284,"stop":1728381521284,"duration":0},"status":"passed","severity":"normal"},{"uid":"208744d90188df32","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728381613866,"stop":1728381613867,"duration":1},"status":"passed","severity":"normal"},{"uid":"f204fe5e369e90f1","name":"Fails to publish message with wrong content topic","time":{"start":1728381689163,"stop":1728381689164,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ee382578073d372","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"status":"passed","severity":"normal"},{"uid":"1452d86c0c343270","name":"Push message with content topic containing shell command","time":{"start":1728381711669,"stop":1728381711670,"duration":1},"status":"passed","severity":"normal"},{"uid":"23e5384a6e309e8b","name":"Check publish message containing numeric","time":{"start":1728381689145,"stop":1728381689146,"duration":1},"status":"passed","severity":"normal"},{"uid":"67fa082eafd6d84a","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381749036,"stop":1728381749037,"duration":1},"status":"passed","severity":"normal"},{"uid":"51abc22cde7a5454","name":"random static sharding 7 - Cluster ID: 842, Shard ID: 183","time":{"start":1728381745557,"stop":1728381745557,"duration":0},"status":"passed","severity":"normal"},{"uid":"c94d20ef7265c123","name":"shard 0","time":{"start":1728381745550,"stop":1728381745551,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5db7dc4cca1d4c3","name":"Relay - times out","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"status":"passed","severity":"normal"},{"uid":"f85f33da1c6531d9","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381545557,"stop":1728381545559,"duration":2},"status":"passed","severity":"normal"},{"uid":"e6acda225f9ed23b","name":"should use DNS peer discovery with light client","time":{"start":1728381423075,"stop":1728381423075,"duration":0},"status":"skipped","severity":"normal"},{"uid":"348f9098e40edc64","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05bf93f34b45b1f","name":"Register correct protocols","time":{"start":1728381696822,"stop":1728381696822,"duration":0},"status":"passed","severity":"normal"},{"uid":"21763825d2f8dd59","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728381743123,"stop":1728381743123,"duration":0},"status":"passed","severity":"normal"},{"uid":"9032620741c2a6f1","name":"handles empty contentTopics array correctly","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc70d6208e89b052","name":"random static sharding 4 - Cluster ID: 126, Shard ID: 395","time":{"start":1728381745554,"stop":1728381745555,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d43e4342c174655","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381557205,"stop":1728381557206,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee306e14924d568b","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc75db3bdf818aec","name":"Encoder throws on empty string content topic","time":{"start":1728381389462,"stop":1728381389462,"duration":0},"status":"passed","severity":"normal"},{"uid":"d11a829264e1d6ba","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381658373,"stop":1728381658373,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7363def886657ef","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728381379240,"stop":1728381379241,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c0ae02db2722ff8","name":"Relay - dialed first","time":{"start":1728381800483,"stop":1728381800483,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3e2b3bbc1b96226","name":"Push message with long payload","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca73083c94586bd","name":"Push message with emoji payload","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"status":"passed","severity":"normal"},{"uid":"c286995d024de038","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728381521308,"stop":1728381521312,"duration":4},"status":"passed","severity":"normal"},{"uid":"8ef31deb77cfebbe","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728381743112,"stop":1728381743112,"duration":0},"status":"passed","severity":"normal"},{"uid":"1db0beef40203e46","name":"Check message with no content topic is not received","time":{"start":1728381658389,"stop":1728381658389,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb2e4d44e40c3309","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728381363562,"stop":1728381363564,"duration":2},"status":"passed","severity":"normal"},{"uid":"8e384329eb0fdfbe","name":"should not receive a peer event before start","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7816e609fdc2fb6","name":"Mutual subscription","time":{"start":1728381696821,"stop":1728381696821,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6ebfff0f15ff73","name":"Push message equal or less that 1MB","time":{"start":1728381711684,"stop":1728381711684,"duration":0},"status":"passed","severity":"normal"},{"uid":"d331a861fcd6e52f","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728381685602,"stop":1728381685602,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2ae6bc6ae440b9","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728381696834,"stop":1728381696834,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8a368cc7a0df95","name":"connects to nwaku","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a5d07c32ceeb28","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381749021,"stop":1728381749021,"duration":0},"status":"passed","severity":"normal"},{"uid":"e81ae42173fbf022","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381749056,"stop":1728381749057,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a634e279cc5ee15","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"status":"passed","severity":"normal"},{"uid":"f33d7652625e5300","name":"less peers than existing","time":{"start":1728381658692,"stop":1728381658693,"duration":1},"status":"skipped","severity":"normal"},{"uid":"dafed86010cdc889","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"status":"passed","severity":"normal"},{"uid":"97ee083250c6ade3","name":"should be online or offline if network state changed","time":{"start":1728381409095,"stop":1728381409096,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0dfc27121cd9da9","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728381355979,"stop":1728381355980,"duration":1},"status":"passed","severity":"normal"},{"uid":"409c359c5fdf608e","name":"Push message with content topic containing long","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"status":"passed","severity":"normal"},{"uid":"117f07d6177852d3","name":"Fails to push message with empty content topic","time":{"start":1728381680467,"stop":1728381680467,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed50d86da813dbb1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"1573dc5595733b5d","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728381689164,"stop":1728381689165,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a4daec0cfced69","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728381355975,"stop":1728381355976,"duration":1},"status":"passed","severity":"normal"},{"uid":"14e03d9d6f74d430","name":"Ping on subscribed peer","time":{"start":1728381454661,"stop":1728381454664,"duration":3},"status":"passed","severity":"normal"},{"uid":"3f05ad53c8b99420","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d29f788d64c64a","name":"Push message with content topic containing SQL Injection","time":{"start":1728381711661,"stop":1728381711661,"duration":0},"status":"passed","severity":"normal"},{"uid":"3866ba85662c0f69","name":"Subscribe and receive messages via lightPush","time":{"start":1728381749012,"stop":1728381749012,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef394826c83d954","name":"isConnected should return false after all peers disconnect","time":{"start":1728381439745,"stop":1728381439745,"duration":0},"status":"passed","severity":"normal"},{"uid":"72384e0898c7d1c5","name":"Check publish message containing shell command","time":{"start":1728381689152,"stop":1728381689153,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b8e7a6a01b9a8c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aa76b46c02f6220","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728381379235,"stop":1728381379236,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a2251c1fedceb9b","name":"Check received message containing Basic HTML tag","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"status":"passed","severity":"normal"},{"uid":"34505fe63562030e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728381521296,"stop":1728381521297,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2c0603b65d42067","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728381355971,"stop":1728381355971,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e80ebeb29a1af5","name":"Round trip binary serialization","time":{"start":1728381371849,"stop":1728381371849,"duration":0},"status":"passed","severity":"normal"},{"uid":"457eb0e6bcbe412a","name":"Ordered Callback - false","time":{"start":1728381756574,"stop":1728381756574,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ec8c36ed173cfb2","name":"Check message received after nwaku node is restarted","time":{"start":1728381526533,"stop":1728381526534,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f8593d8f47efe266","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728381355986,"stop":1728381355987,"duration":1},"status":"passed","severity":"normal"},{"uid":"a06932d45e185dbb","name":"Subscribe and receive messages via lightPush","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"status":"passed","severity":"normal"},{"uid":"376c1eeb192165b4","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728381358361,"stop":1728381358362,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d03757d3e6d977d","name":"Ping on peer without subscriptions","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f733fc92f8a613","name":"should emit a peer event after start","time":{"start":1728381383544,"stop":1728381383545,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd506bd12c04696f","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"status":"passed","severity":"normal"},{"uid":"3351f12d1c46611f","name":"Check received message containing shell command","time":{"start":1728381658384,"stop":1728381658385,"duration":1},"status":"passed","severity":"normal"},{"uid":"82e2b4894a37208b","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728381696841,"stop":1728381696841,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd15dd964e546fd1","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381749046,"stop":1728381749047,"duration":1},"status":"passed","severity":"normal"},{"uid":"fac5d49d0b2775b5","name":"Check received message containing emoji","time":{"start":1728381526517,"stop":1728381526517,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c330fdad5dd3eb","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8708391668467fd","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"20ee181b7e7dff69","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0b13b8e1f15060e","name":"Publishes to nwaku","time":{"start":1728381676006,"stop":1728381676006,"duration":0},"status":"passed","severity":"normal"},{"uid":"55d61d67484b433f","name":"should set field with only RELAY enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc0b5d91a762a760","name":"removeEventListener with correct event","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba53608f2a564bb","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728381439744,"stop":1728381439744,"duration":0},"status":"passed","severity":"normal"},{"uid":"283813481b473c88","name":"Check received message containing special chars","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"status":"passed","severity":"normal"},{"uid":"79498337fbe7bc32","name":"Push to array if already present","time":{"start":1728381355529,"stop":1728381355529,"duration":0},"status":"passed","severity":"normal"},{"uid":"4319cfd45e3bee77","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728381363576,"stop":1728381363576,"duration":0},"status":"passed","severity":"normal"},{"uid":"293013cf5c7413fb","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728381416762,"stop":1728381416762,"duration":0},"status":"passed","severity":"normal"},{"uid":"a01b9c281774df96","name":"Push message with content topic containing Script","time":{"start":1728381680459,"stop":1728381680459,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4dabb891855c59e","name":"Push message with shell command payload","time":{"start":1728381680450,"stop":1728381680450,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d54605697db920e","name":"Check received message containing escaped characters","time":{"start":1728381658370,"stop":1728381658371,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aaef33fa3ef9e75","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728381719619,"stop":1728381719620,"duration":1},"status":"passed","severity":"normal"},{"uid":"a86990a9ffb72082","name":"Passing page size 19 when there are 20 messages","time":{"start":1728381766199,"stop":1728381766200,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d3b1677f71d139a","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381749070,"stop":1728381749071,"duration":1},"status":"passed","severity":"normal"},{"uid":"423763226be85844","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app12/10/topic26/utf8","time":{"start":1728381719622,"stop":1728381719622,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c02acfa1ecba3de","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728381749063,"stop":1728381749065,"duration":2},"status":"passed","severity":"normal"},{"uid":"9b007d8fef7e830a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381749015,"stop":1728381749016,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7b03224f96d6548","name":"should not receive a peer event after stop","time":{"start":1728381383545,"stop":1728381383546,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dce8557ca67c586","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728381355973,"stop":1728381355974,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2850e12162f5ee","name":"Callback on promise","time":{"start":1728381762411,"stop":1728381762411,"duration":0},"status":"passed","severity":"normal"},{"uid":"13cc0a44440a418e","name":"LightPush with 2 connections","time":{"start":1728381554778,"stop":1728381554779,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8c9c82cd6962a80","name":"Ephemeral messages are not stored","time":{"start":1728381415525,"stop":1728381415525,"duration":0},"status":"passed","severity":"normal"},{"uid":"c48e77099963b274","name":"Filter","time":{"start":1728381800486,"stop":1728381800486,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cbf57b4cdcb343c","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app73/2/topic623/xml","time":{"start":1728381719624,"stop":1728381719624,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcd9733f9d700d7","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728381774347,"stop":1728381774347,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea90a53b4ce52aff","name":"Check received message containing SQL Injection","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e994904ce6babfc","name":"Subscribe to topic containing short and receive message","time":{"start":1728381557221,"stop":1728381557227,"duration":6},"status":"passed","severity":"normal"},{"uid":"bedf860ac2390c63","name":"Check received message containing special chars","time":{"start":1728381658378,"stop":1728381658378,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c25dba83616f92","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728381842824,"stop":1728381842825,"duration":1},"status":"passed","severity":"normal"},{"uid":"d269e6971188ba71","name":"Subscribe to topic containing long and publish message","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d05b639e6581063","name":"Check publish message after service node is restarted","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"status":"skipped","severity":"normal"},{"uid":"856a7d0407dd6bf6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728381415525,"stop":1728381415526,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ae0e4dc8b270ff","name":"Push 30 different messages","time":{"start":1728381711648,"stop":1728381711648,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97f1ae8b1e49ab","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728381680463,"stop":1728381680465,"duration":2},"status":"passed","severity":"normal"},{"uid":"d70425a263ba6580","name":"Push message with content topic containing long","time":{"start":1728381711649,"stop":1728381711650,"duration":1},"status":"passed","severity":"normal"},{"uid":"cae0c5f8d09b330f","name":"Renews subscription after lossing a connection","time":{"start":1728381749073,"stop":1728381749080,"duration":7},"status":"passed","severity":"normal"},{"uid":"6a74cf0c12edfa8e","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1435b0d261ba610","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728381363570,"stop":1728381363571,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d585172c296bc40","name":"should throw error - invalid id","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"b437defffa4f83d2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728381685604,"stop":1728381685604,"duration":0},"status":"passed","severity":"normal"},{"uid":"afb973d0e5d99c8a","name":"Generator, custom pubsub topic","time":{"start":1728381763768,"stop":1728381763772,"duration":4},"status":"passed","severity":"normal"},{"uid":"3f816b9508f69248","name":"Push message with content topic containing Arabic","time":{"start":1728381711660,"stop":1728381711661,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7d10d90835de088","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521314,"stop":1728381521315,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c17bc28aac0ef4","name":"can start and stop the service","time":{"start":1728381423072,"stop":1728381423072,"duration":0},"status":"passed","severity":"normal"},{"uid":"1536fbb04311853f","name":"Push message with unicode special characters payload","time":{"start":1728381711647,"stop":1728381711647,"duration":0},"status":"passed","severity":"normal"},{"uid":"34246fe878e03167","name":"Push message with content topic containing short","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef10ae7eb3422f9","name":"All","time":{"start":1728381415231,"stop":1728381415231,"duration":0},"status":"passed","severity":"normal"},{"uid":"5929463e2f7b4eb3","name":"should fail to send if no connections available","time":{"start":1728381580786,"stop":1728381580788,"duration":2},"status":"passed","severity":"normal"},{"uid":"a773a0bd1667722e","name":"Renews peer on consistent missed messages","time":{"start":1728381475929,"stop":1728381475931,"duration":2},"status":"passed","severity":"normal"},{"uid":"b1962daa253e16af","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381615368,"stop":1728381615369,"duration":1},"status":"passed","severity":"normal"},{"uid":"48d8291a52a2c651","name":"Wrong topic","time":{"start":1728381719625,"stop":1728381719626,"duration":1},"status":"passed","severity":"normal"},{"uid":"899e5d6dcd09ec4a","name":"retrieves a single peer","time":{"start":1728381379400,"stop":1728381379401,"duration":1},"status":"passed","severity":"normal"},{"uid":"985abd2404f118c3","name":"Default pageSize","time":{"start":1728381766200,"stop":1728381766201,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c7d82fbf233aea3","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728381613867,"stop":1728381613867,"duration":0},"status":"passed","severity":"normal"},{"uid":"778bc4d76de86f1a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728381521321,"stop":1728381521322,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b5936b4989e04b","name":"Subscribe to topic containing long and receive message","time":{"start":1728381749053,"stop":1728381749054,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7d5ce9198a4f977","name":"Encoder throws on undefined content topic","time":{"start":1728381391227,"stop":1728381391227,"duration":0},"status":"passed","severity":"normal"},{"uid":"fded334c1b81418f","name":"Push message with Basic HTML tag payload","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef11f3de294c0ac8","name":"configure the node with multiple content topics","time":{"start":1728381719626,"stop":1728381719626,"duration":0},"status":"passed","severity":"normal"},{"uid":"effe00c9a67b8f66","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728381521316,"stop":1728381521316,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4771f1fb497b95","name":"should push to needed amount of connections","time":{"start":1728381580778,"stop":1728381580778,"duration":0},"status":"passed","severity":"normal"},{"uid":"13584e95fb34bfc5","name":"Check message with invalid timestamp is not received","time":{"start":1728381526519,"stop":1728381526519,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9ad30af01c19f8","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728381743112,"stop":1728381743113,"duration":1},"status":"passed","severity":"normal"},{"uid":"5273a22709824c8e","name":"listenerCount","time":{"start":1728381449299,"stop":1728381449300,"duration":1},"status":"passed","severity":"normal"},{"uid":"5accb07e7b8a5bc9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381485021,"stop":1728381485021,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bb24f0b6d1fed3e","name":"should select older connection if present","time":{"start":1728381371462,"stop":1728381371462,"duration":0},"status":"passed","severity":"normal"},{"uid":"3965dec8625efd17","name":"should not receive a peer event after stop","time":{"start":1728381716497,"stop":1728381716505,"duration":8},"status":"passed","severity":"normal"},{"uid":"c8d3ac6090106d39","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521292,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b7fcdce699c8c19","name":"Check received message containing unicode special characters","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"status":"passed","severity":"normal"},{"uid":"a246626c1ed40d0d","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728381358363,"stop":1728381358363,"duration":0},"status":"passed","severity":"normal"},{"uid":"15eab56a2b1605f","name":"Promise Callback - true","time":{"start":1728381756572,"stop":1728381756572,"duration":0},"status":"passed","severity":"normal"},{"uid":"eec03ecf9159e75a","name":"Push message with Russian payload","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"status":"passed","severity":"normal"},{"uid":"1af6fd35d67f01dc","name":"does not throw on valid cases","time":{"start":1728381355952,"stop":1728381355952,"duration":0},"status":"passed","severity":"normal"},{"uid":"de001ad49d00952f","name":"Push message with content topic containing special chars","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3af791fc1f16e8c","name":"Push message with content topic containing numeric","time":{"start":1728381680457,"stop":1728381680457,"duration":0},"status":"passed","severity":"normal"},{"uid":"36ec90cad24211ac","name":"configure the node with multiple pubsub topics","time":{"start":1728381745560,"stop":1728381745560,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ec584c988df65ab","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728381363575,"stop":1728381363576,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd009a63773a1716","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728381475925,"stop":1728381475926,"duration":1},"status":"passed","severity":"normal"},{"uid":"75a5b5f72e8844ba","name":"Publish message with large meta","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"status":"passed","severity":"normal"},{"uid":"a18ca7f09e171299","name":"1 Relay, 1 Filter, gives up","time":{"start":1728381379298,"stop":1728381379298,"duration":0},"status":"passed","severity":"normal"},{"uid":"9179749bf0900694","name":"Push message with XML payload","time":{"start":1728381680445,"stop":1728381680446,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a0d9533cf511668","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381545554,"stop":1728381545554,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e5feb9a4f52652a","name":"LightPush with 1 connections","time":{"start":1728381554776,"stop":1728381554778,"duration":2},"status":"passed","severity":"normal"},{"uid":"f39669f990362703","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728381485022,"stop":1728381485022,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfcfbf8c3433b83","name":"Ping on unsubscribed peer","time":{"start":1728381454666,"stop":1728381454667,"duration":1},"status":"passed","severity":"normal"},{"uid":"44712e6dd1343760","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728381521342,"stop":1728381521342,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a755de4991e463","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728381737936,"stop":1728381737936,"duration":0},"status":"passed","severity":"normal"},{"uid":"f186ed2cf0edeb1b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521302,"stop":1728381521303,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e2a124f434992a7","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728381613864,"stop":1728381613864,"duration":0},"status":"passed","severity":"normal"},{"uid":"58af65bdcd7f19e9","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381557234,"stop":1728381557235,"duration":1},"status":"passed","severity":"normal"},{"uid":"8828e3355ec3d934","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728381355958,"stop":1728381355965,"duration":7},"status":"passed","severity":"normal"},{"uid":"2ad70a01ec2dd602","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728381719626,"stop":1728381719627,"duration":1},"status":"passed","severity":"normal"},{"uid":"83748d1c769bfe3c","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381749061,"stop":1728381749062,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbf05108c64519e","name":"Push message with content topic containing Chinese","time":{"start":1728381711660,"stop":1728381711660,"duration":0},"status":"passed","severity":"normal"},{"uid":"30663e7666fd76e3","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381545556,"stop":1728381545556,"duration":0},"status":"passed","severity":"normal"},{"uid":"c442430c76fcea29","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728381715120,"stop":1728381715120,"duration":0},"status":"skipped","severity":"normal"},{"uid":"45d5145f7b6115ce","name":"Waku message hash computation (no timestamp)","time":{"start":1728381358362,"stop":1728381358363,"duration":1},"status":"passed","severity":"normal"},{"uid":"3abd1369f09ebd73","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728381521296,"stop":1728381521296,"duration":0},"status":"passed","severity":"normal"},{"uid":"33f584222c51b9ef","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc2c4547e7567c8","name":"Push message with content topic containing unicode special characters","time":{"start":1728381680466,"stop":1728381680467,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd20ba5765c8249","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728381743129,"stop":1728381743131,"duration":2},"status":"passed","severity":"normal"},{"uid":"1f073a289b5c7b78","name":"Filter with 2 connections","time":{"start":1728381554779,"stop":1728381554779,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e28c895f6b4b026","name":"Passing page size 0 when there are 110 messages","time":{"start":1728381766189,"stop":1728381766190,"duration":1},"status":"passed","severity":"normal"},{"uid":"c62f8f56dd51b474","name":"handles different clusterIds correctly","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb193b3253ab5511","name":"different cluster, different shard: nodes don't connect","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a8f7b207ec9721","name":"Throws when trying to push message with empty payload","time":{"start":1728381711649,"stop":1728381711649,"duration":0},"status":"passed","severity":"normal"},{"uid":"8867763be450c98e","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8edca1eb63b4464","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728381461640,"stop":1728381461640,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f306d5f5eaf924","name":"Query with Ordered Callback, No message returned","time":{"start":1728381743124,"stop":1728381743125,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a8a5690b6da0380","name":"random static sharding 6 - Cluster ID: 173, Shard ID: 387","time":{"start":1728381745556,"stop":1728381745556,"duration":0},"status":"passed","severity":"normal"},{"uid":"52276c5dac609b41","name":"should return different streams if requested simultaniously","time":{"start":1728381371410,"stop":1728381371411,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffbed6f9cd2e6fd9","name":"Push message with numeric payload","time":{"start":1728381711642,"stop":1728381711642,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44758a51594a589","name":"returns all values when wanted number is greater than available values","time":{"start":1728381378682,"stop":1728381378683,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aedf20124290581","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381749017,"stop":1728381749017,"duration":0},"status":"passed","severity":"normal"},{"uid":"e666bd0b5e7e31ed","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728381371852,"stop":1728381371852,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2912406e6b2f122","name":"Ping fails for unsubscribed peers","time":{"start":1728381475915,"stop":1728381475915,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e1a7c6407f73416","name":"Throws when trying to push message with empty payload","time":{"start":1728381680455,"stop":1728381680456,"duration":1},"status":"passed","severity":"normal"},{"uid":"63559bad545f553a","name":"throws on content topic with empty topic name field","time":{"start":1728381355956,"stop":1728381355956,"duration":0},"status":"passed","severity":"normal"},{"uid":"25c9c5b259dcc115","name":"Check message on other pubsub topic is not received","time":{"start":1728381658388,"stop":1728381658389,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cd4acaa0b3d78e9","name":"Push message with shell command payload","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae687741eacdf10","name":"random static sharding 9 - Cluster ID: 133, Shard ID: 64","time":{"start":1728381745558,"stop":1728381745558,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3be1823067b4c8d","name":"should properly create location multiaddrs - tcp4","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"d12f7283c205a343","name":"Check publish message containing Script","time":{"start":1728381689149,"stop":1728381689150,"duration":1},"status":"passed","severity":"normal"},{"uid":"48e46b66095c35b8","name":"Push message with Arabic payload","time":{"start":1728381711643,"stop":1728381711644,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6b1499fc750f3d0","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728381391225,"stop":1728381391226,"duration":1},"status":"passed","severity":"normal"},{"uid":"5146cbc576ce5af8","name":"Subscribe to topic containing long and receive message","time":{"start":1728381749025,"stop":1728381749025,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ef68cc3727049","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728381371416,"stop":1728381371417,"duration":1},"status":"passed","severity":"normal"},{"uid":"66043b9963345987","name":"Init the array if not present","time":{"start":1728381355523,"stop":1728381355528,"duration":5},"status":"passed","severity":"normal"},{"uid":"d12db87c6f6193e6","name":"Check received message containing escaped characters","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"status":"passed","severity":"normal"},{"uid":"90d9ea0381b64d38","name":"Subscribe to topic containing short and receive message","time":{"start":1728381749023,"stop":1728381749025,"duration":2},"status":"passed","severity":"normal"},{"uid":"518d65eff2ed7e4d","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728381358361,"stop":1728381358361,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ae62774762e9841","name":"Check meta is set [ecies]","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"status":"passed","severity":"normal"},{"uid":"dccbc54544f9b7c2","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728381521319,"stop":1728381521321,"duration":2},"status":"passed","severity":"normal"},{"uid":"e23447ff90844e41","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763776,"stop":1728381763776,"duration":0},"status":"passed","severity":"normal"},{"uid":"a290d4db0dbe0cbb","name":"Ping on subscribed peer","time":{"start":1728381452649,"stop":1728381452649,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee98ec5b5d9341e8","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728381363577,"stop":1728381363578,"duration":1},"status":"passed","severity":"normal"},{"uid":"6588297870fdc1b9","name":"Check message received after jswaku node is restarted","time":{"start":1728381658376,"stop":1728381658376,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9ccab5c8a5c5a047","name":"Publish message with custom timestamp: Wed Oct 18 2023 10:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689155,"stop":1728381689156,"duration":1},"status":"passed","severity":"normal"},{"uid":"157d6d873da0e726","name":"should throw an error for missing sharding configuration","time":{"start":1728381355984,"stop":1728381355985,"duration":1},"status":"passed","severity":"normal"},{"uid":"674e5725b378cbd","name":"more peers than existing","time":{"start":1728381658692,"stop":1728381658692,"duration":0},"status":"skipped","severity":"normal"},{"uid":"938b274143f8beca","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381763773,"stop":1728381763774,"duration":1},"status":"passed","severity":"normal"},{"uid":"e73001f6d98f37c2","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app10/3/topic948/json","time":{"start":1728381719621,"stop":1728381719622,"duration":1},"status":"passed","severity":"normal"},{"uid":"274a8e2d88d60cc6","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381557267,"stop":1728381557269,"duration":2},"status":"passed","severity":"normal"},{"uid":"b3ae0f499f53dc93","name":"Privacy Node - default protocol","time":{"start":1728381800487,"stop":1728381800487,"duration":0},"status":"passed","severity":"normal"},{"uid":"47817ea5c01397df","name":"should handle corrupted local storage data gracefully","time":{"start":1728381383547,"stop":1728381383547,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a05374f2de0368d","name":"Decoder throws on undefined content topic","time":{"start":1728381389462,"stop":1728381389463,"duration":1},"status":"passed","severity":"normal"},{"uid":"910246da4a8caeb2","name":"Does not throw an exception when node disconnects","time":{"start":1728381772748,"stop":1728381772748,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b9d70db33c38a7","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763775,"stop":1728381763776,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6a0479effeb012e","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728381743125,"stop":1728381743129,"duration":4},"status":"passed","severity":"normal"},{"uid":"372d73bc2c2988c5","name":"Check publish message containing SQL Injection","time":{"start":1728381689148,"stop":1728381689149,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c001f880817495","name":"same cluster, same shard: nodes connect","time":{"start":1728381634308,"stop":1728381634309,"duration":1},"status":"passed","severity":"normal"},{"uid":"88eefff83fbab9cb","name":"should throw error - no public key","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8060e5148fe53a6","name":"Encoder throws on undefined content topic","time":{"start":1728381371850,"stop":1728381371851,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2cdbea9151058f0","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381749025,"stop":1728381749026,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fe332a9825f33ad","name":"returns nothing if no connections present","time":{"start":1728381371459,"stop":1728381371460,"duration":1},"status":"passed","severity":"normal"},{"uid":"7048f3bf79e250d","name":"Check received message containing shell command","time":{"start":1728381526515,"stop":1728381526516,"duration":1},"status":"passed","severity":"normal"},{"uid":"e949bbb9e83d2ce8","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728381521291,"stop":1728381521291,"duration":0},"status":"passed","severity":"normal"},{"uid":"35db41de29ba22de","name":"Check received message containing long","time":{"start":1728381526505,"stop":1728381526505,"duration":0},"status":"passed","severity":"normal"},{"uid":"3987ed37845abb5e","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728381409094,"stop":1728381409094,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7e8233dff8190ba","name":"Push message on custom pubsubTopic","time":{"start":1728381615372,"stop":1728381615372,"duration":0},"status":"passed","severity":"normal"},{"uid":"c49c9a5abd77361c","name":"should return no connections if no open connection provided","time":{"start":1728381371461,"stop":1728381371461,"duration":0},"status":"passed","severity":"normal"},{"uid":"44573332e7cbe332","name":"Push message with rate limit","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"status":"passed","severity":"normal"},{"uid":"f78ff5fc12d1e201","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728381521299,"stop":1728381521300,"duration":1},"status":"passed","severity":"normal"},{"uid":"21a7a8547ee0d3e4","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728381355966,"stop":1728381355967,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3945066fbfded2e","name":"Passing page size 10 when there are 10 messages","time":{"start":1728381766197,"stop":1728381766199,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8ce677b8ac70aef","name":"Check received message containing numeric","time":{"start":1728381526505,"stop":1728381526509,"duration":4},"status":"passed","severity":"normal"},{"uid":"97899851be00d6a6","name":"Push message with short payload","time":{"start":1728381680432,"stop":1728381680432,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc977e7641628de0","name":"Push message with custom timestamp: 1697623146003","time":{"start":1728381711682,"stop":1728381711682,"duration":0},"status":"passed","severity":"normal"},{"uid":"67743b7b75cd1aa3","name":"can start and stop the service","time":{"start":1728381716490,"stop":1728381716492,"duration":2},"status":"passed","severity":"normal"},{"uid":"bfcbc1c85d8a1f3d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728381557210,"stop":1728381557210,"duration":0},"status":"passed","severity":"normal"},{"uid":"16905df240891182","name":"Check received message containing Basic HTML tag","time":{"start":1728381526513,"stop":1728381526515,"duration":2},"status":"passed","severity":"normal"},{"uid":"d805a86935a1d3e3","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728381379237,"stop":1728381379238,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb742fd501ff427","name":"1 Store, 2 fetches","time":{"start":1728381379297,"stop":1728381379298,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ffec83fb78bb195","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728381409095,"stop":1728381409095,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd8383205262defb","name":"should throw an error for an unconfigured topic","time":{"start":1728381355981,"stop":1728381355982,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae8b9c167851eba","name":"Check received message containing Arabic","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"status":"passed","severity":"normal"},{"uid":"55e9654de84a1956","name":"recovers when dns.resolve returns empty","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ee6708e4f7c0aa","name":"Ordered Callback - true","time":{"start":1728381756573,"stop":1728381756574,"duration":1},"status":"passed","severity":"normal"},{"uid":"a43b6b0779c498f6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521288,"stop":1728381521289,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6cb26d572dcfed","name":"Check publish message containing long","time":{"start":1728381689144,"stop":1728381689145,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bd7020e9c956caa","name":"Check received message containing Russian","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea5f2c7b108302e","name":"Publish message with custom timestamp: Tue Oct 08 2024 11:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689160,"stop":1728381689161,"duration":1},"status":"passed","severity":"normal"},{"uid":"c29fce9bd12d0fe3","name":"Decoder throws on undefined content topic","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc35b903ab15503","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728381557276,"stop":1728381557276,"duration":0},"status":"passed","severity":"normal"},{"uid":"49a9a074aee5ccf2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728381439746,"stop":1728381439746,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec81d74812d21129","name":"should return unique PubsubTopics for static sharding","time":{"start":1728381355972,"stop":1728381355972,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf972f09eeafc931","name":"ignores domain fetching errors","time":{"start":1728381379402,"stop":1728381379402,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1dd70ab11c02076","name":"Check received message containing emoji","time":{"start":1728381658371,"stop":1728381658371,"duration":0},"status":"passed","severity":"normal"},{"uid":"741ede65217a2371","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728381521292,"stop":1728381521293,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ba571de7500830b","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"status":"passed","severity":"normal"},{"uid":"20a2bd4b5096809e","name":"Fails to push message bigger that 1MB","time":{"start":1728381680471,"stop":1728381680472,"duration":1},"status":"passed","severity":"normal"},{"uid":"53612129e9c942c6","name":"Subscribe to topic containing XML and receive message","time":{"start":1728381749034,"stop":1728381749034,"duration":0},"status":"passed","severity":"normal"},{"uid":"b18c90bfd469921b","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app86/1/topic986/json","time":{"start":1728381719624,"stop":1728381719625,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8053fe5b29fb6d2","name":"LightPush with 3 connections","time":{"start":1728381554779,"stop":1728381554781,"duration":2},"status":"passed","severity":"normal"},{"uid":"89b79a7b665db328","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728381521290,"stop":1728381521290,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a38a67a2f0d50a7","name":"Check received message containing numeric","time":{"start":1728381658377,"stop":1728381658378,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c8bf82f30d2cbf9","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"f55557c79905c3c6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728381355977,"stop":1728381355977,"duration":0},"status":"passed","severity":"normal"},{"uid":"51bee956165a875a","name":"Push message with content topic containing Script","time":{"start":1728381711662,"stop":1728381711662,"duration":0},"status":"passed","severity":"normal"},{"uid":"52b76297f0023579","name":"can start and stop the service","time":{"start":1728381383543,"stop":1728381383543,"duration":0},"status":"passed","severity":"normal"},{"uid":"136ad81555f5e70b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461615,"stop":1728381461616,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5bf0772c675abf5","name":"Check received message containing short","time":{"start":1728381658365,"stop":1728381658365,"duration":0},"status":"passed","severity":"normal"},{"uid":"69efb40637ce138","name":"Check received message containing Arabic","time":{"start":1728381526511,"stop":1728381526511,"duration":0},"status":"passed","severity":"normal"},{"uid":"c674898c6e41a7a0","name":"Check received message containing Chinese","time":{"start":1728381658378,"stop":1728381658379,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e0d1b51a627a54c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381658373,"stop":1728381658374,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab304ce6ce89cb5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381557219,"stop":1728381557220,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbf3c16f9b1ac369","name":"Push message with custom timestamp: 1697623157642","time":{"start":1728381680469,"stop":1728381680469,"duration":0},"status":"passed","severity":"normal"},{"uid":"a32019c974be87d2","name":"Non TWN Cluster","time":{"start":1728381719620,"stop":1728381719620,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0b05961895188db","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728381355965,"stop":1728381355965,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0cd54ea2018c9d","name":"Check publish message containing Arabic","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ee65cec91663f3c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381545563,"stop":1728381545564,"duration":1},"status":"passed","severity":"normal"},{"uid":"754ba25800adefae","name":"throws an error for improperly formatted content topics","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"109588b18d7b7136","name":"Query with Ordered Callback, No Decoder","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"status":"passed","severity":"normal"},{"uid":"1028ffb35aa81385","name":"Check publish message containing JSON","time":{"start":1728381689152,"stop":1728381689152,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05378588d004bf5","name":"should not receive a peer event before start","time":{"start":1728381716496,"stop":1728381716497,"duration":1},"status":"passed","severity":"normal"},{"uid":"d41aadd9ee27a32f","name":"random static sharding 2 - Cluster ID: 601, Shard ID: 22","time":{"start":1728381745552,"stop":1728381745554,"duration":2},"status":"passed","severity":"normal"},{"uid":"cc6ebba198160db4","name":"Subscribe and receive messages via lightPush","time":{"start":1728381557204,"stop":1728381557204,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cf92bc2c112acdb","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1728381521287,"stop":1728381521288,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7aa8de07c36106a","name":"Push message with escaped characters payload","time":{"start":1728381711646,"stop":1728381711647,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cd5bd4ca954efa5","name":"should not receive a peer event before start","time":{"start":1728381383545,"stop":1728381383545,"duration":0},"status":"passed","severity":"normal"},{"uid":"358c5a885e85e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"964c881f9e813690","name":"Push message with long payload","time":{"start":1728381680433,"stop":1728381680433,"duration":0},"status":"passed","severity":"normal"},{"uid":"103e60936a2a724e","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728381416765,"stop":1728381416770,"duration":5},"status":"passed","severity":"normal"},{"uid":"fce7c58d1edb2e40","name":"Push message with Chinese payload","time":{"start":1728381680434,"stop":1728381680438,"duration":4},"status":"passed","severity":"normal"},{"uid":"7f3f5b5f6ee5b11","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"status":"passed","severity":"normal"},{"uid":"34a9cbd8930f2e4c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728381521341,"stop":1728381521342,"duration":1},"status":"passed","severity":"normal"},{"uid":"e60dbcb07c932e27","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7729a317e0a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"def7af7ad0175d68","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728381521327,"stop":1728381521340,"duration":13},"status":"passed","severity":"normal"},{"uid":"8ec54fc521dd7556","name":"Query generator for multiple messages with different content topic format","time":{"start":1728381762405,"stop":1728381762405,"duration":0},"status":"passed","severity":"normal"},{"uid":"64686184e12c75e4","name":"Check received message containing shell command","time":{"start":1728381658370,"stop":1728381658370,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca51ef9da997f464","name":"Check received message containing JSON","time":{"start":1728381526515,"stop":1728381526515,"duration":0},"status":"passed","severity":"normal"},{"uid":"1072ac166edba665","name":"Check message with invalid timestamp is not received","time":{"start":1728381658388,"stop":1728381658388,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e937226cf08c30","name":"Push message with special chars payload","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"status":"passed","severity":"normal"},{"uid":"d709365e12c2326b","name":"Relay + Store","time":{"start":1728381364430,"stop":1728381364430,"duration":0},"status":"passed","severity":"normal"},{"uid":"c17311d692f90cf","name":"Subscribe and receive messages via waku relay post","time":{"start":1728381749043,"stop":1728381749043,"duration":0},"status":"passed","severity":"normal"},{"uid":"71931a9c6a1729cd","name":"Symmetric encrypt & Decrypt","time":{"start":1728381390013,"stop":1728381390013,"duration":0},"status":"passed","severity":"normal"},{"uid":"78f0e09dfc3cf970","name":"Using a function","time":{"start":1728381772750,"stop":1728381772751,"duration":1},"status":"passed","severity":"normal"},{"uid":"5979d6b9392613ca","name":"Push message with meta","time":{"start":1728381680468,"stop":1728381680468,"duration":0},"status":"passed","severity":"normal"},{"uid":"37887a60a59b1d8d","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728381379405,"stop":1728381379405,"duration":0},"status":"passed","severity":"normal"},{"uid":"e516f2f2fccf334f","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728381613868,"stop":1728381613868,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e15eac5c8415671","name":"Subscribe to topic containing long and receive message","time":{"start":1728381557228,"stop":1728381557228,"duration":0},"status":"passed","severity":"normal"},{"uid":"60f6ea6030ab9209","name":"Decrypt messages","time":{"start":1728381660636,"stop":1728381660636,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2f40c65268e185a","name":"Rejects garbage","time":{"start":1728381394403,"stop":1728381394403,"duration":0},"status":"passed","severity":"normal"},{"uid":"950bbb76482c34fa","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381557205,"stop":1728381557205,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b2d93d38fa7d21","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381545556,"stop":1728381545557,"duration":1},"status":"passed","severity":"normal"},{"uid":"189c05601ace89a5","name":"Query generator for multiple messages with different message text format","time":{"start":1728381762404,"stop":1728381762404,"duration":0},"status":"passed","severity":"normal"},{"uid":"74aa7e1af5c99cdc","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381545550,"stop":1728381545550,"duration":0},"status":"passed","severity":"normal"},{"uid":"6120a175597466c7","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728381749013,"stop":1728381749015,"duration":2},"status":"passed","severity":"normal"},{"uid":"6595800c1045a383","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728381355981,"stop":1728381355981,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a068cfff1b9aa18","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1728381521286,"stop":1728381521286,"duration":0},"status":"passed","severity":"normal"},{"uid":"616f45f3af1f342f","name":"Check received message containing SQL Injection","time":{"start":1728381658379,"stop":1728381658380,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3a74b458578d27a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728381521294,"stop":1728381521294,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4298492d9092687","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728381355986,"stop":1728381355986,"duration":0},"status":"passed","severity":"normal"},{"uid":"3503f7c6e12ddd37","name":"should encode/decode to RLP encoding","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"434a3f4b63f0563","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728381439738,"stop":1728381439739,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1e9e8c5d2946d53","name":"Number of peers are maintained correctly","time":{"start":1728381475913,"stop":1728381475914,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6224540dd9de7e1","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728381379242,"stop":1728381379243,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc1ae730c0eafb86","name":"Check received message containing SQL Injection","time":{"start":1728381526511,"stop":1728381526512,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e2072507d559cea","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728381521326,"stop":1728381521327,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2752639803b085c","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728381842826,"stop":1728381842826,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f017c935973b9d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9c125f4d53c9051","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728381379406,"stop":1728381379407,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c6c4e782be5ee259","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728381842825,"stop":1728381842826,"duration":1},"status":"passed","severity":"normal"},{"uid":"2472a850613e19ac","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728381743124,"stop":1728381743124,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bc8f8d88e58bd2","name":"returns only open connection if one present","time":{"start":1728381371460,"stop":1728381371461,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf0521916f599222","name":"should encode/decode to text encoding","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"304623e9579493dc","name":"different cluster, same shard: nodes don't connect","time":{"start":1728381634310,"stop":1728381634310,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6dc51e7f340789e","name":"should only return 1 node with relay and store capability","time":{"start":1728381379404,"stop":1728381379404,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa5b558e29cb60d","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689154,"stop":1728381689155,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2026dd5e00690e9","name":"Nodes with multiple pubsub topic","time":{"start":1728381685602,"stop":1728381685603,"duration":1},"status":"passed","severity":"normal"},{"uid":"da732b2f2d051ae","name":"Generator, custom pubsub topic","time":{"start":1728381763774,"stop":1728381763775,"duration":1},"status":"passed","severity":"normal"},{"uid":"1af5c355fddf8e10","name":"tcp ip4 address","time":{"start":1728381363825,"stop":1728381363825,"duration":0},"status":"passed","severity":"normal"},{"uid":"58aec949c205dad4","name":"addEventListener with wrong event","time":{"start":1728381449298,"stop":1728381449298,"duration":0},"status":"passed","severity":"normal"},{"uid":"c128d829e7f9928a","name":"Check received message containing Arabic","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c93f58f2b11afe","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728381613874,"stop":1728381613874,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e76efd73835ec50","name":"Check message with no content topic is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"9be6c24fff5537cd","name":"Push message with unicode special characters payload","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"status":"passed","severity":"normal"},{"uid":"565469f6aada479a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728381685605,"stop":1728381685607,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f7aba9153d18273","name":"throws on content topic with generation field greater than 0","time":{"start":1728381355954,"stop":1728381355955,"duration":1},"status":"passed","severity":"normal"},{"uid":"25ff6016a0085dbe","name":"Check received message containing unicode special characters","time":{"start":1728381526516,"stop":1728381526516,"duration":0},"status":"passed","severity":"normal"},{"uid":"19be7d72a6c8c276","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728381613871,"stop":1728381613872,"duration":1},"status":"passed","severity":"normal"},{"uid":"50e1257c10fce339","name":"Publish message with custom timestamp: Tue Oct 08 2024 09:01:20 GMT+0000 (Coordinated Universal Time)","time":{"start":1728381689156,"stop":1728381689158,"duration":2},"status":"passed","severity":"normal"},{"uid":"8dde41a4442b3d5c","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728381379239,"stop":1728381379240,"duration":1},"status":"passed","severity":"normal"},{"uid":"d58e2a38548c05ea","name":"Push message on custom pubsubTopic","time":{"start":1728381615368,"stop":1728381615368,"duration":0},"status":"passed","severity":"normal"},{"uid":"86a37924a319c8f7","name":"Reusing cursor across nodes","time":{"start":1728381737936,"stop":1728381737937,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f6488286e3ba014","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381749026,"stop":1728381749032,"duration":6},"status":"passed","severity":"normal"},{"uid":"52ba4ab445b7c5a9","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728381696823,"stop":1728381696824,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a623b7c7d16b59d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728381423076,"stop":1728381423078,"duration":2},"status":"skipped","severity":"normal"},{"uid":"90577a250d0d2838","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381557262,"stop":1728381557263,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a7fb98d6efc38c0","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728381355988,"stop":1728381355988,"duration":0},"status":"passed","severity":"normal"},{"uid":"496369c59bf52af4","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728381355968,"stop":1728381355969,"duration":1},"status":"passed","severity":"normal"},{"uid":"b24122876e806039","name":"Query generator for multiple messages","time":{"start":1728381762403,"stop":1728381762403,"duration":0},"status":"passed","severity":"normal"},{"uid":"243c55ec34070ab1","name":"Push message with Script payload","time":{"start":1728381711644,"stop":1728381711645,"duration":1},"status":"passed","severity":"normal"},{"uid":"10820b5e85d9140d","name":"Publish message with rate limit","time":{"start":1728381689167,"stop":1728381689167,"duration":0},"status":"passed","severity":"normal"},{"uid":"6996a436b4d382d7","name":"Relay - dialed after","time":{"start":1728381800484,"stop":1728381800484,"duration":0},"status":"passed","severity":"normal"},{"uid":"253c78621b2556e2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381557234,"stop":1728381557234,"duration":0},"status":"passed","severity":"normal"},{"uid":"2921ee0350e6fc97","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728381613872,"stop":1728381613872,"duration":0},"status":"passed","severity":"normal"},{"uid":"8631c66177d3cf79","name":"random static sharding 10 - Cluster ID: 807, Shard ID: 935","time":{"start":1728381745559,"stop":1728381745559,"duration":0},"status":"passed","severity":"normal"},{"uid":"814fd728b641488e","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728381355973,"stop":1728381355973,"duration":0},"status":"passed","severity":"normal"},{"uid":"90894060bcb9943d","name":"should throw an error for missing required configuration","time":{"start":1728381355974,"stop":1728381355974,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e6ee325187e15a1","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728381696824,"stop":1728381696825,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a36ef6b070612ca","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728381521304,"stop":1728381521304,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e5fb6ed351aaa6f","name":"Push message with emoji payload","time":{"start":1728381680451,"stop":1728381680451,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b3f5f20af60f64a","name":"Publish without waiting for remote peer","time":{"start":1728381696822,"stop":1728381696823,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d958f58a6cea306","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728381545560,"stop":1728381545560,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c007e6ff67fa962","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381749037,"stop":1728381749037,"duration":0},"status":"passed","severity":"normal"},{"uid":"c099dfb664d5d719","name":"Check message with non string payload is not received","time":{"start":1728381658389,"stop":1728381658390,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b2d6af9625ddcb5","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e3a019aeedd9b46","name":"LightPush with 0 connections","time":{"start":1728381554775,"stop":1728381554776,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2ff21132e225997","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728381371415,"stop":1728381371416,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4da32e55cdb4912","name":"Check received message containing escaped characters","time":{"start":1728381658385,"stop":1728381658385,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cdfd0df2b6fa45a","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728381389458,"stop":1728381389459,"duration":1},"status":"passed","severity":"normal"},{"uid":"a41a39722a56b43d","name":"should not fail to start the service if it is already started","time":{"start":1728381383544,"stop":1728381383544,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aaaf71459106c72","name":"stop","time":{"start":1728381449301,"stop":1728381449301,"duration":0},"status":"passed","severity":"normal"},{"uid":"2783a2b44110b676","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381461639,"stop":1728381461640,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ae3366e3e147c89","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728381409085,"stop":1728381409091,"duration":6},"status":"passed","severity":"normal"},{"uid":"b2d288a78c06067e","name":"start node with empty shard should fail","time":{"start":1728381745565,"stop":1728381745566,"duration":1},"status":"passed","severity":"normal"},{"uid":"44c6059730b4e0be","name":"Check received message containing Russian","time":{"start":1728381658368,"stop":1728381658368,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fec72e158dc663b","name":"different cluster, same shard: nodes don't connect","time":{"start":1728381521285,"stop":1728381521286,"duration":1},"status":"passed","severity":"normal"},{"uid":"a94fe1077acfed2f","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728381416762,"stop":1728381416765,"duration":3},"status":"passed","severity":"normal"},{"uid":"ea27a88c663aa8c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd35a3a2352c933","name":"Check received message with timestamp: 1728381408830 ","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ce91a870db29a78","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728381355976,"stop":1728381355977,"duration":1},"status":"passed","severity":"normal"},{"uid":"f37ce73c656d37b","name":"Ephemeral field set to true","time":{"start":1728381371849,"stop":1728381371850,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0965829f3559c5a","name":"should properly create location multiaddrs - tcp6","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"118b5dd6854c87e9","name":"Check message received after jswaku node is restarted","time":{"start":1728381526533,"stop":1728381526533,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d61e3cbcb141bd0b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728381378684,"stop":1728381378685,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88d4b2e8870354c","name":"can dial TLS multiaddrs","time":{"start":1728381618750,"stop":1728381618750,"duration":0},"status":"passed","severity":"normal"},{"uid":"246e082be0c8cb4c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381545564,"stop":1728381545566,"duration":2},"status":"passed","severity":"normal"},{"uid":"e3ae4264bf68c852","name":"Push message with custom timestamp: 1728385146003","time":{"start":1728381711683,"stop":1728381711683,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4d23195cc78941b","name":"Push message with special chars payload","time":{"start":1728381680433,"stop":1728381680434,"duration":1},"status":"passed","severity":"normal"},{"uid":"f28f2b27e835e618","name":"Check received message containing Chinese","time":{"start":1728381658367,"stop":1728381658367,"duration":0},"status":"passed","severity":"normal"},{"uid":"c94a1319f846cb83","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728381371417,"stop":1728381371418,"duration":1},"status":"passed","severity":"normal"},{"uid":"b15d5093870d6714","name":"Refresh subscription","time":{"start":1728381749023,"stop":1728381749023,"duration":0},"status":"passed","severity":"normal"},{"uid":"49e5ee549841635","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728381379243,"stop":1728381379244,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1df345df88abdae","name":"Push message with content topic containing numeric","time":{"start":1728381711650,"stop":1728381711659,"duration":9},"status":"passed","severity":"normal"},{"uid":"5b6348d7b2306fc9","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728381363567,"stop":1728381363568,"duration":1},"status":"passed","severity":"normal"},{"uid":"a89d6f654cdea4af","name":"Light Node - default protocols","time":{"start":1728381800486,"stop":1728381800487,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ff49103d4b9c019","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728381613868,"stop":1728381613871,"duration":3},"status":"passed","severity":"normal"},{"uid":"d544bffeccb8aee5","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728381749041,"stop":1728381749043,"duration":2},"status":"passed","severity":"normal"},{"uid":"a0e35b62a89568a3","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728381363574,"stop":1728381363575,"duration":1},"status":"passed","severity":"normal"},{"uid":"18c1dc053fa0a213","name":"can start the service","time":{"start":1728381383542,"stop":1728381383542,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e43b56de926582a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728381521315,"stop":1728381521316,"duration":1},"status":"passed","severity":"normal"},{"uid":"90a936a1253c31e8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728381545567,"stop":1728381545567,"duration":0},"status":"passed","severity":"normal"},{"uid":"758c246d626efd8","name":"Check received message containing numeric","time":{"start":1728381658366,"stop":1728381658366,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b8823ee26f909e0","name":"should get / set UDP multiaddr","time":{"start":1728381364426,"stop":1728381364426,"duration":0},"status":"passed","severity":"normal"},{"uid":"9430cef6da6f37e5","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728381774346,"stop":1728381774347,"duration":1},"status":"passed","severity":"normal"},{"uid":"382fd0561ae6ccd9","name":"Push 30 different messages","time":{"start":1728381680454,"stop":1728381680455,"duration":1},"status":"passed","severity":"normal"},{"uid":"9128329325b4f9ff","name":"topics with same application and version share the same shard","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c2b4044d0419991","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"status":"passed","severity":"normal"},{"uid":"b206aa3357f968b0","name":"start node with empty content topic","time":{"start":1728381719627,"stop":1728381719628,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1ca5f75520b2a5b","name":"Passing page size 110 when there are 120 messages","time":{"start":1728381766200,"stop":1728381766200,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b0e8f1c89044701","name":"Subscribe to topic containing short and receive message","time":{"start":1728381749051,"stop":1728381749052,"duration":1},"status":"passed","severity":"normal"},{"uid":"85e21668191cf9a","name":"Check message with no payload is not received","time":{"start":1728381526521,"stop":1728381526524,"duration":3},"status":"passed","severity":"normal"},{"uid":"731c3e5e050bab07","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381749032,"stop":1728381749032,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbc8e7f3a677d600","name":"Push message with Chinese payload","time":{"start":1728381711643,"stop":1728381711643,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c088d4e63632b1b","name":"Push message with short payload","time":{"start":1728381711637,"stop":1728381711642,"duration":5},"status":"passed","severity":"normal"},{"uid":"84a3e9826f90c00c","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728381613865,"stop":1728381613865,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c074f6c9f472f3","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728381415527,"stop":1728381415529,"duration":2},"status":"passed","severity":"normal"},{"uid":"96ea9116538404b5","name":"should emit a peer event after start","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"status":"passed","severity":"normal"},{"uid":"19638e744faa9552","name":"unsubscribes","time":{"start":1728381766730,"stop":1728381766730,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f2eece7ea87cf9b","name":"should only return 1 node with store capability","time":{"start":1728381379404,"stop":1728381379405,"duration":1},"status":"passed","severity":"normal"},{"uid":"f86f525263e7fa29","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728381461634,"stop":1728381461635,"duration":1},"status":"passed","severity":"normal"},{"uid":"55deb6ee3694b5ad","name":"groups content topics by expected pubsub topic","time":{"start":1728381355969,"stop":1728381355969,"duration":0},"status":"passed","severity":"normal"},{"uid":"e825120dee0a20f2","name":"Overlapping topic subscription","time":{"start":1728381557220,"stop":1728381557220,"duration":0},"status":"passed","severity":"normal"},{"uid":"116588cc63be10d3","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728381521319,"stop":1728381521319,"duration":0},"status":"passed","severity":"normal"},{"uid":"e565fe543312239a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381526518,"stop":1728381526518,"duration":0},"status":"passed","severity":"normal"},{"uid":"46a3d4e4ab64a182","name":"getPeersByDiscovery","time":{"start":1728381715118,"stop":1728381715118,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fea4ddabc82afd","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728381363554,"stop":1728381363556,"duration":2},"status":"passed","severity":"normal"},{"uid":"498d815673d3bb1d","name":"Check message with no content topic is not received","time":{"start":1728381526520,"stop":1728381526520,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e0297df2c6e0dc","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728381355966,"stop":1728381355966,"duration":0},"status":"passed","severity":"normal"},{"uid":"16d384b80281269c","name":"Refresh subscription","time":{"start":1728381696825,"stop":1728381696826,"duration":1},"status":"skipped","severity":"normal"},{"uid":"829c9055bec2eab8","name":"Check publish message containing Russian","time":{"start":1728381689147,"stop":1728381689147,"duration":0},"status":"passed","severity":"normal"},{"uid":"105ef7092e60ac40","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728381485020,"stop":1728381485021,"duration":1},"status":"passed","severity":"normal"},{"uid":"67caa04bfd165f69","name":"random static sharding 8 - Cluster ID: 458, Shard ID: 920","time":{"start":1728381745557,"stop":1728381745558,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e17014d524a128d","name":"should return false","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab61e3b0dda4908c","name":"Store - dialed first","time":{"start":1728381800484,"stop":1728381800485,"duration":1},"status":"passed","severity":"normal"},{"uid":"f226aa4994e046ab","name":"Push message with content topic containing short","time":{"start":1728381680456,"stop":1728381680456,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b6704d1867583e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381749065,"stop":1728381749068,"duration":3},"status":"passed","severity":"normal"},{"uid":"65c9945d883232e4","name":"handles empty shards array correctly","time":{"start":1728381355985,"stop":1728381355985,"duration":0},"status":"passed","severity":"normal"},{"uid":"664c37e0f09ef5a7","name":"Callback on promise, aborts when callback returns true","time":{"start":1728381762412,"stop":1728381762412,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5969faab7d60c4","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728381363573,"stop":1728381363574,"duration":1},"status":"passed","severity":"normal"},{"uid":"6457dd74126a3122","name":"Check publish message containing special chars","time":{"start":1728381689146,"stop":1728381689146,"duration":0},"status":"passed","severity":"normal"},{"uid":"8db7c4a263796e1a","name":"Push message with content topic containing special chars","time":{"start":1728381711659,"stop":1728381711660,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c47d3c4885665a7","name":"Waku message hash computation (payload length 0)","time":{"start":1728381358362,"stop":1728381358362,"duration":0},"status":"passed","severity":"normal"},{"uid":"f953cef90621b29e","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728381423075,"stop":1728381423076,"duration":1},"status":"skipped","severity":"normal"},{"uid":"6590bd442bfee45a","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app25/3/topic328/xml","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"status":"passed","severity":"normal"},{"uid":"44197379c265eca1","name":"Fails to push message with empty content topic","time":{"start":1728381711674,"stop":1728381711676,"duration":2},"status":"passed","severity":"normal"},{"uid":"edce591c9a058565","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728381658387,"stop":1728381658388,"duration":1},"status":"passed","severity":"normal"},{"uid":"71fbf25109fd0603","name":"Check publish message containing Chinese","time":{"start":1728381689146,"stop":1728381689147,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fb38ea0669482ee","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728381696870,"stop":1728381696870,"duration":0},"status":"passed","severity":"normal"},{"uid":"22b29d4a45f5b0f1","name":"Push message with content topic containing JSON","time":{"start":1728381711665,"stop":1728381711669,"duration":4},"status":"passed","severity":"normal"},{"uid":"919c379e8e9c6884","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728381685600,"stop":1728381685601,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c26be2e86e71541","name":"Should update shard info","time":{"start":1728381634683,"stop":1728381634683,"duration":0},"status":"passed","severity":"normal"},{"uid":"d94e92136509872d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728381355978,"stop":1728381355978,"duration":0},"status":"passed","severity":"normal"},{"uid":"8910521ed5c4e252","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728381696841,"stop":1728381696842,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ae97e5298440b90","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728381696869,"stop":1728381696869,"duration":0},"status":"passed","severity":"normal"},{"uid":"8addad0222e50175","name":"Push message with content topic containing emoji","time":{"start":1728381711671,"stop":1728381711674,"duration":3},"status":"passed","severity":"normal"},{"uid":"232a3458cebbb68a","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728381355982,"stop":1728381355982,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f6c0b1b607ac92","name":"Fields are not dropped","time":{"start":1728381370640,"stop":1728381370649,"duration":9},"status":"passed","severity":"normal"},{"uid":"35533c0c77a2618f","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728381363564,"stop":1728381363565,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f81b072d746939e","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381749068,"stop":1728381749068,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07c383a54ee8493","name":"Filter with 1 connections","time":{"start":1728381554778,"stop":1728381554778,"duration":0},"status":"passed","severity":"normal"},{"uid":"31882c15f6681775","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728381749059,"stop":1728381749060,"duration":1},"status":"passed","severity":"normal"},{"uid":"d25d81aaf5ada2ce","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728381749026,"stop":1728381749026,"duration":0},"status":"passed","severity":"normal"},{"uid":"43a4133bf90c79c9","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728381409091,"stop":1728381409093,"duration":2},"status":"passed","severity":"normal"},{"uid":"43314f3af55a048e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728381749022,"stop":1728381749022,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f18c31c2a39441","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728381696827,"stop":1728381696834,"duration":7},"status":"passed","severity":"normal"},{"uid":"d3c656a42d816e18","name":"Renews subscription after lossing a connection","time":{"start":1728381749038,"stop":1728381749038,"duration":0},"status":"passed","severity":"normal"},{"uid":"442845ebb7b0c402","name":"pre and post cipher","time":{"start":1728381390014,"stop":1728381390014,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a46bc9a5ba59690","name":"should throw error - no public key","time":{"start":1728381364420,"stop":1728381364420,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe484ab9cb668c3","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728381391226,"stop":1728381391226,"duration":0},"status":"passed","severity":"normal"},{"uid":"5785c1fb48fea47d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728381749054,"stop":1728381749055,"duration":1},"status":"passed","severity":"normal"},{"uid":"ead5180888e7513a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728381842826,"stop":1728381842827,"duration":1},"status":"passed","severity":"normal"},{"uid":"3975b39ac59d24ed","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728381658387,"stop":1728381658387,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46122cb15dbda60","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728381461617,"stop":1728381461623,"duration":6},"status":"passed","severity":"normal"},{"uid":"4d36b6f1dc285ea7","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728381759211,"stop":1728381759211,"duration":0},"status":"passed","severity":"normal"},{"uid":"6563367d40066596","name":"Check publish message containing Basic HTML tag","time":{"start":1728381689151,"stop":1728381689152,"duration":1},"status":"passed","severity":"normal"},{"uid":"de2232b3ef9c7411","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728381774346,"stop":1728381774346,"duration":0},"status":"passed","severity":"normal"},{"uid":"97dde13f6838ad48","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728381774348,"stop":1728381774348,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d956cf716445da","name":"should properly compute the node id","time":{"start":1728381364421,"stop":1728381364421,"duration":0},"status":"passed","severity":"normal"},{"uid":"82a2a5dc417a5210","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728381364429,"stop":1728381364430,"duration":1},"status":"passed","severity":"normal"},{"uid":"69704a19bbe8dc1a","name":"should properly create location multiaddrs - udp6","time":{"start":1728381364427,"stop":1728381364427,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa1fdcaee7fb7e8","name":"Used by Waku Relay","time":{"start":1728381772751,"stop":1728381772751,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac2d917bb2acfb70","name":"should encodeTxt and decodeTxt","time":{"start":1728381364409,"stop":1728381364409,"duration":0},"status":"passed","severity":"normal"},{"uid":"9047d138ffc54732","name":"should create a new stream if no existing for protocol found","time":{"start":1728381371410,"stop":1728381371410,"duration":0},"status":"passed","severity":"normal"},{"uid":"9833ef5b3b031a50","name":"safeDispatchEvent","time":{"start":1728381449300,"stop":1728381449301,"duration":1},"status":"passed","severity":"normal"},{"uid":"324d4eab605c7f65","name":"Promise Callback - false","time":{"start":1728381756573,"stop":1728381756573,"duration":0},"status":"passed","severity":"normal"},{"uid":"e71a7bb79bf6f051","name":"Encoder throws on empty string content topic","time":{"start":1728381371851,"stop":1728381371851,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf83d2c5292ddb1","name":"Passing invalid cursor","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bc4fd1d1785ef02","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381749034,"stop":1728381749035,"duration":1},"status":"passed","severity":"normal"},{"uid":"526b337eb9a50690","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728381521342,"stop":1728381521343,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b69aecf585dc42","name":"Push message with SQL Injection payload","time":{"start":1728381711644,"stop":1728381711644,"duration":0},"status":"passed","severity":"normal"},{"uid":"aedbfba2eef9666b","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"18bb0a835affb5e9","name":"Reopen subscription with peer with lost subscription","time":{"start":1728381454672,"stop":1728381454672,"duration":0},"status":"passed","severity":"normal"},{"uid":"325ebf39288cf9c9","name":"Sets default value correctly","time":{"start":1728381772752,"stop":1728381772752,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa9d5ecda3e8fed","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728381355968,"stop":1728381355968,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ec1928c2902742","name":"should not fail to start the service if it is already started","time":{"start":1728381716496,"stop":1728381716496,"duration":0},"status":"passed","severity":"normal"},{"uid":"5825a99f62d4306","name":"Ping on subscribed peer","time":{"start":1728381454670,"stop":1728381454670,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c451e3a25f56cb0","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615369,"stop":1728381615369,"duration":0},"status":"passed","severity":"normal"},{"uid":"846bfef328087042","name":"Check received message containing JSON","time":{"start":1728381658381,"stop":1728381658384,"duration":3},"status":"passed","severity":"normal"},{"uid":"46f49e5e45812c4f","name":"Push message with Arabic payload","time":{"start":1728381680439,"stop":1728381680439,"duration":0},"status":"passed","severity":"normal"},{"uid":"199ba08694efdb0a","name":"Generator, 2 different pubsubtopics","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3946ca2333a1809","name":"Check message with no pubsub topic is not received","time":{"start":1728381526519,"stop":1728381526520,"duration":1},"status":"passed","severity":"normal"},{"uid":"aad037288cfa22b0","name":"Ping on unsubscribed peer","time":{"start":1728381454671,"stop":1728381454671,"duration":0},"status":"passed","severity":"normal"},{"uid":"4add48d0f29d981e","name":"Check message with non string payload is not received","time":{"start":1728381658375,"stop":1728381658375,"duration":0},"status":"passed","severity":"normal"},{"uid":"d06387da98093bb4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728381749057,"stop":1728381749058,"duration":1},"status":"passed","severity":"normal"},{"uid":"c322f6810f5ce095","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728381355974,"stop":1728381355975,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c90bed5190c83f0","name":"should push to available amount of connection if less than required","time":{"start":1728381580778,"stop":1728381580785,"duration":7},"status":"passed","severity":"normal"},{"uid":"68ccde34a02ce9e3","name":"should throw error - no id","time":{"start":1728381364419,"stop":1728381364419,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f197fae1a4b9564","name":"Passing an array","time":{"start":1728381772749,"stop":1728381772750,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4b00e271f868e78","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728381557270,"stop":1728381557270,"duration":0},"status":"passed","severity":"normal"},{"uid":"9103d9bccd04181f","name":"random static sharding 5 - Cluster ID: 443, Shard ID: 725","time":{"start":1728381745555,"stop":1728381745556,"duration":1},"status":"passed","severity":"normal"},{"uid":"da84f2da4afe5767","name":"Check received message containing Russian","time":{"start":1728381658379,"stop":1728381658379,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b78259144ef6000","name":"Check received message containing XML","time":{"start":1728381658369,"stop":1728381658369,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1dd46f8434c4196","name":"should properly create location multiaddrs - udp","time":{"start":1728381364427,"stop":1728381364428,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5acf0066648dace","name":"Overlapping topic subscription","time":{"start":1728381696826,"stop":1728381696827,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4661f1c21a8f8661","name":"Subscribe to topic containing short and publish message","time":{"start":1728381696827,"stop":1728381696827,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa04d457d294cd7b","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728381521306,"stop":1728381521308,"duration":2},"status":"passed","severity":"normal"},{"uid":"ccb4d026ea9ea598","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521295,"stop":1728381521296,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ffadce8e4cf29","name":"addEventListener with correct event","time":{"start":1728381449297,"stop":1728381449297,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cc9e939d16ab9d5","name":"Store - dialed after - with timeout","time":{"start":1728381800485,"stop":1728381800485,"duration":0},"status":"passed","severity":"normal"},{"uid":"e75210b7ef12d21d","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app97/5/topic378/xml","time":{"start":1728381719620,"stop":1728381719621,"duration":1},"status":"passed","severity":"normal"},{"uid":"14fab5351a0aeba2","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728381355980,"stop":1728381355980,"duration":0},"status":"passed","severity":"normal"},{"uid":"99df7b78b115d690","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381557210,"stop":1728381557211,"duration":1},"status":"passed","severity":"normal"},{"uid":"37c57a873fa45cb5","name":"Push message with JSON payload","time":{"start":1728381711646,"stop":1728381711646,"duration":0},"status":"passed","severity":"normal"},{"uid":"254d1e87b6213543","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728381371412,"stop":1728381371412,"duration":0},"status":"passed","severity":"normal"},{"uid":"f18f1df5d77a3a4a","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728381371411,"stop":1728381371411,"duration":0},"status":"passed","severity":"normal"},{"uid":"c550cc9ba1f776ae","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521318,"stop":1728381521318,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a17d6cbf73661db","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728381355983,"stop":1728381355983,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcaa10e23375363c","name":"Nodes with multiple pubsub topic","time":{"start":1728381685605,"stop":1728381685605,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a5b8954e46bc998","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728381485020,"stop":1728381485020,"duration":0},"status":"passed","severity":"normal"},{"uid":"a369879366883360","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728381355967,"stop":1728381355967,"duration":0},"status":"passed","severity":"normal"},{"uid":"d946ad76c471ebf5","name":"Check received message containing XML","time":{"start":1728381658380,"stop":1728381658380,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9f0cf2e7494c6c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728381355979,"stop":1728381355979,"duration":0},"status":"passed","severity":"normal"},{"uid":"29bb037f08ba2dae","name":"Subscribe to topic containing Script and publish message","time":{"start":1728381696842,"stop":1728381696842,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee112d190341e39","name":"Check received message with timestamp: 1728381408830000000 ","time":{"start":1728381658386,"stop":1728381658386,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7624ed06e78a25","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728381355975,"stop":1728381355975,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bbc2f619f16888d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728381545566,"stop":1728381545566,"duration":0},"status":"passed","severity":"normal"},{"uid":"c67a3b8076e053bb","name":"dispatchEvent via connectionManager","time":{"start":1728381449300,"stop":1728381449300,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9d390cf2a12113","name":"Check received message containing Script","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c7b5aa90a8e3322","name":"through manual discovery","time":{"start":1728381618751,"stop":1728381618751,"duration":0},"status":"passed","severity":"normal"},{"uid":"df43b196c9ed874b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728381615373,"stop":1728381615373,"duration":0},"status":"passed","severity":"normal"},{"uid":"540d4aaf6ddab18c","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728381557269,"stop":1728381557269,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b95899e5b6f1a1","name":"should be able to encode the field with only STORE set to true","time":{"start":1728381363559,"stop":1728381363560,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6191746e7359304","name":"should set field with only FILTER enabled","time":{"start":1728381364429,"stop":1728381364429,"duration":0},"status":"passed","severity":"normal"},{"uid":"99fe8340c7d31cdc","name":"Subscribe and receives messages on 20 topics","time":{"start":1728381557211,"stop":1728381557215,"duration":4},"status":"passed","severity":"normal"},{"uid":"ea42235603c0c71a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728381749046,"stop":1728381749046,"duration":0},"status":"passed","severity":"normal"},{"uid":"94183757dd58d059","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728381521290,"stop":1728381521291,"duration":1},"status":"passed","severity":"normal"},{"uid":"acce5a150af4fdf5","name":"should not receive a peer event after stop","time":{"start":1728381423074,"stop":1728381423074,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e708ba219a6382","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728381689166,"stop":1728381689166,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cbf5275112e6d4a","name":"Should update multiaddrs","time":{"start":1728381634682,"stop":1728381634683,"duration":1},"status":"passed","severity":"normal"},{"uid":"24163810dd9de665","name":"Push message with XML payload","time":{"start":1728381711645,"stop":1728381711645,"duration":0},"status":"passed","severity":"normal"},{"uid":"672ecbf73960d976","name":"Check received message with timestamp: 1728381408400 ","time":{"start":1728381526517,"stop":1728381526518,"duration":1},"status":"passed","severity":"normal"},{"uid":"91a4d8bc74f2d447","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728381557277,"stop":1728381557277,"duration":0},"status":"passed","severity":"normal"},{"uid":"531ba2386604708","name":"random static sharding 3 - Cluster ID: 682, Shard ID: 259","time":{"start":1728381745554,"stop":1728381745554,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce3c8efb1ca13a0","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728381737937,"stop":1728381737937,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd13f6a2133fb652","name":"should be called for bootstrap peers","time":{"start":1728381416761,"stop":1728381416762,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4acdd53e2be19c6","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728381613866,"stop":1728381613866,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde8cc887adbbc28","name":"Check received message containing emoji","time":{"start":1728381658385,"stop":1728381658386,"duration":1},"status":"passed","severity":"normal"},{"uid":"6be9c6e7601080ce","name":"Push message with Basic HTML tag payload","time":{"start":1728381680446,"stop":1728381680449,"duration":3},"status":"passed","severity":"normal"},{"uid":"5edb339d6e36e4f","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728381696834,"stop":1728381696838,"duration":4},"status":"passed","severity":"normal"},{"uid":"27dc9a2ee56a35fd","name":"Check received message containing XML","time":{"start":1728381526512,"stop":1728381526512,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f346b076ca7fde9","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728381613873,"stop":1728381613873,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9619f30dc94574f","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728381557253,"stop":1728381557262,"duration":9},"status":"passed","severity":"normal"},{"uid":"4349adb6be080b46","name":"handles different networkShards values correctly","time":{"start":1728381355970,"stop":1728381355970,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdc0939ec09b8a8","name":"Overlapping topic subscription","time":{"start":1728381749022,"stop":1728381749023,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce9200c205f6573f","name":"Sign & Recover","time":{"start":1728381390014,"stop":1728381390015,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ac3a089d0ed9c76","name":"new peer added after a peer was already found","time":{"start":1728381715118,"stop":1728381715119,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9d683be83205f3ed","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728381521326,"stop":1728381521326,"duration":0},"status":"passed","severity":"normal"},{"uid":"73a889616d614ebc","name":"Ping on peer without subscriptions","time":{"start":1728381452650,"stop":1728381452650,"duration":0},"status":"passed","severity":"normal"},{"uid":"da16effead2ec4a9","name":"A test","time":{"start":1728381614000,"stop":1728381614001,"duration":1},"status":"passed","severity":"normal"},{"uid":"8068ce07270cb9e7","name":"Generator, custom pubsub topic","time":{"start":1728381763777,"stop":1728381763777,"duration":0},"status":"passed","severity":"normal"},{"uid":"a42ef12c8137a08b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app35/2/topic422/xml","time":{"start":1728381719623,"stop":1728381719623,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f9d2cf29aeb91d4","name":"Relay","time":{"start":1728381415229,"stop":1728381415230,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7530/widgets/suites.json b/7530/widgets/suites.json index 993010a0631..6670a2a100b 100644 --- a/7530/widgets/suites.json +++ b/7530/widgets/suites.json @@ -1 +1 @@ -{"total":101,"items":[{"uid":"b68e89c69b548d79360b3bc3f085612c","name":"Node Health Status Matrix Tests","statistic":{"failed":0,"broken":1,"skipped":0,"passed":15,"unknown":0,"total":16}},{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}}]} \ No newline at end of file +{"total":101,"items":[{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}},{"uid":"cddf321d453ccfeb1c38dfaa4bf0811f","name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","statistic":{"failed":0,"broken":0,"skipped":2,"passed":25,"unknown":0,"total":27}}]} \ No newline at end of file diff --git a/7530/widgets/summary.json b/7530/widgets/summary.json index f7ad887cdf8..bdbb8f891c7 100644 --- a/7530/widgets/summary.json +++ b/7530/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":1,"skipped":21,"passed":845,"unknown":0,"total":867},"time":{"start":1728085863791,"stop":1728086355714,"duration":491923,"minDuration":0,"maxDuration":14,"sumDuration":619}} \ No newline at end of file +{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867},"time":{"start":1728381355523,"stop":1728381842827,"duration":487304,"minDuration":0,"maxDuration":13,"sumDuration":595}} \ No newline at end of file diff --git a/index.html b/index.html index 33ffbb7fe7e..6a0e4f0aded 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,2 @@ - + diff --git a/last-history/categories-trend.json b/last-history/categories-trend.json index b7094ce705b..bbd27f78089 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"Test defects":18}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"Test defects":18}},{"data":{}}] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json index 943c86c7356..3f40d47497d 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"duration":486238}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"duration":492886}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"duration":532781}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"duration":533966}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"duration":487304}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"duration":486238}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"duration":492886}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"duration":532781}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"duration":533966}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index a00a3fdd12d..dd280554cce 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":853,"unknown":0,"total":875}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":845,"unknown":0,"total":867}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":819,"unknown":0,"total":859}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":819,"unknown":0,"total":859}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":846,"unknown":0,"total":867}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":853,"unknown":0,"total":875}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":845,"unknown":0,"total":867}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":819,"unknown":0,"total":859}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":819,"unknown":0,"total":859}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/last-history/history.json b/last-history/history.json index 34aecccf7d0..e8eb1d29d19 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b40f2c976018eeb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b40f2c976018eeb","status":"passed","time":{"start":1728379159012,"stop":1728379159013,"duration":1}},{"uid":"fc95e50850e6de8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fc95e50850e6de8c","status":"passed","time":{"start":1728371802898,"stop":1728371802898,"duration":0}},{"uid":"607517689c9ba3bf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/607517689c9ba3bf","status":"passed","time":{"start":1728370149931,"stop":1728370149932,"duration":1}},{"uid":"18952f4a96f84ea3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/18952f4a96f84ea3","status":"passed","time":{"start":1728369248986,"stop":1728369248987,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ca9c24ef6fadf6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8ca9c24ef6fadf6a","status":"passed","time":{"start":1728379426562,"stop":1728379426563,"duration":1}},{"uid":"f324f5006a96a54c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f324f5006a96a54c","status":"passed","time":{"start":1728372087285,"stop":1728372087286,"duration":1}},{"uid":"617f5bd705170f83","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/617f5bd705170f83","status":"passed","time":{"start":1728370467519,"stop":1728370467519,"duration":0}},{"uid":"c3ec0f5d3a17b383","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3ec0f5d3a17b383","status":"passed","time":{"start":1728369548376,"stop":1728369548377,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a59f2976c2276237","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a59f2976c2276237","status":"passed","time":{"start":1728379482919,"stop":1728379482919,"duration":0}},{"uid":"e6b69328cf2c6a69","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6b69328cf2c6a69","status":"passed","time":{"start":1728372134546,"stop":1728372134546,"duration":0}},{"uid":"31e3a265bbf8043f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31e3a265bbf8043f","status":"passed","time":{"start":1728370487861,"stop":1728370487862,"duration":1}},{"uid":"aafe6e19d795dd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aafe6e19d795dd6","status":"passed","time":{"start":1728369590787,"stop":1728369590788,"duration":1}}]},"a6249399269e61062afae3de4a2df1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f6fba4482d81348","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f6fba4482d81348","status":"passed","time":{"start":1728370581675,"stop":1728370581675,"duration":0}}]},"63150d577cf4b58809987851ce482ab3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f9f6445091d687c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f9f6445091d687c","status":"passed","time":{"start":1728369590807,"stop":1728369590807,"duration":0}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"961dff133ece9e70","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/961dff133ece9e70","status":"passed","time":{"start":1728379161481,"stop":1728379161481,"duration":0}},{"uid":"df01403d291892d2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df01403d291892d2","status":"passed","time":{"start":1728371805333,"stop":1728371805334,"duration":1}},{"uid":"18bbb14dbc830400","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18bbb14dbc830400","status":"passed","time":{"start":1728370152478,"stop":1728370152478,"duration":0}},{"uid":"4a9beabc1863de3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a9beabc1863de3c","status":"passed","time":{"start":1728369251643,"stop":1728369251643,"duration":0}}]},"71a6c624f6bd7e0f6bd9c96cd9aab056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b87371555879df17","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b87371555879df17","status":"passed","time":{"start":1728369675004,"stop":1728369675005,"duration":1}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f3ed932a54199f42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ed932a54199f42","status":"passed","time":{"start":1728379329180,"stop":1728379329180,"duration":0}},{"uid":"748e24a721e04175","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/748e24a721e04175","status":"passed","time":{"start":1728371984005,"stop":1728371984005,"duration":0}},{"uid":"de9cf8fadc24a0d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de9cf8fadc24a0d2","status":"passed","time":{"start":1728370284360,"stop":1728370284360,"duration":0}},{"uid":"3d64e0a5666b1c94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d64e0a5666b1c94","status":"passed","time":{"start":1728369378903,"stop":1728369378903,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a32a25f24b536622","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a32a25f24b536622","status":"passed","time":{"start":1728379329395,"stop":1728379329395,"duration":0}},{"uid":"c21ff8a96597479b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c21ff8a96597479b","status":"passed","time":{"start":1728371973983,"stop":1728371973983,"duration":0}},{"uid":"79a569e70a6da7d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/79a569e70a6da7d2","status":"passed","time":{"start":1728370320861,"stop":1728370320862,"duration":1}},{"uid":"b1481698f2442548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1481698f2442548","status":"passed","time":{"start":1728369420220,"stop":1728369420221,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb592c648fbe1b18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eb592c648fbe1b18","status":"passed","time":{"start":1728379215430,"stop":1728379215431,"duration":1}},{"uid":"d9b8a7d511a525ee","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9b8a7d511a525ee","status":"passed","time":{"start":1728371857087,"stop":1728371857087,"duration":0}},{"uid":"90375711c1c0c760","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90375711c1c0c760","status":"passed","time":{"start":1728370205025,"stop":1728370205029,"duration":4}},{"uid":"5acca862f44a23f0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5acca862f44a23f0","status":"passed","time":{"start":1728369303210,"stop":1728369303212,"duration":2}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"705d81384bcd2bb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/705d81384bcd2bb","status":"passed","time":{"start":1728379167607,"stop":1728379167607,"duration":0}},{"uid":"533352ffcc1e6c3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/533352ffcc1e6c3b","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"93b69cfa13648f48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/93b69cfa13648f48","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"7741bcda98a1aac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7741bcda98a1aac","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ba29376fb8ff8944","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ba29376fb8ff8944","status":"passed","time":{"start":1728379365910,"stop":1728379365910,"duration":0}},{"uid":"f545c300a15bef96","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f545c300a15bef96","status":"passed","time":{"start":1728372012991,"stop":1728372012992,"duration":1}},{"uid":"81eed31f3c03b6d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/81eed31f3c03b6d2","status":"passed","time":{"start":1728370408810,"stop":1728370408811,"duration":1}},{"uid":"68c207e7b3bcd9da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68c207e7b3bcd9da","status":"passed","time":{"start":1728369510278,"stop":1728369510278,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"215bfc65a85c3a36","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/215bfc65a85c3a36","status":"passed","time":{"start":1728379576341,"stop":1728379576341,"duration":0}},{"uid":"57b3457df2376e16","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57b3457df2376e16","status":"passed","time":{"start":1728372230816,"stop":1728372230817,"duration":1}},{"uid":"4a34116b0ff9eaa8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4a34116b0ff9eaa8","status":"passed","time":{"start":1728370630209,"stop":1728370630210,"duration":1}},{"uid":"383adef07280f574","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/383adef07280f574","status":"passed","time":{"start":1728369712260,"stop":1728369712261,"duration":1}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8dfc5549d0ace118","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8dfc5549d0ace118","status":"passed","time":{"start":1728379250163,"stop":1728379250164,"duration":1}},{"uid":"6dbf10b6e6d9ae29","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6dbf10b6e6d9ae29","status":"passed","time":{"start":1728371885969,"stop":1728371885969,"duration":0}},{"uid":"d9445b7166e225f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9445b7166e225f5","status":"passed","time":{"start":1728370233665,"stop":1728370233665,"duration":0}},{"uid":"23b91f34852b576b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23b91f34852b576b","status":"passed","time":{"start":1728369335735,"stop":1728369335735,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9bf7ecfdc5ee0b8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9bf7ecfdc5ee0b8c","status":"passed","time":{"start":1728379166769,"stop":1728379166770,"duration":1}},{"uid":"33c3ea1c8f85ffda","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33c3ea1c8f85ffda","status":"passed","time":{"start":1728371810592,"stop":1728371810593,"duration":1}},{"uid":"5f6d2efcf51c0bc1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f6d2efcf51c0bc1","status":"passed","time":{"start":1728370158407,"stop":1728370158407,"duration":0}},{"uid":"3876e9f7b4877bea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3876e9f7b4877bea","status":"passed","time":{"start":1728369256990,"stop":1728369256991,"duration":1}}]},"b4ee62d179bc4aa2bab4bbbd7113f391:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bca3c28b9925742","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bca3c28b9925742","status":"passed","time":{"start":1728369675000,"stop":1728369675001,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ff39564224e119f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ff39564224e119f","status":"passed","time":{"start":1728379482930,"stop":1728379482931,"duration":1}},{"uid":"5c801c5618772b9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5c801c5618772b9b","status":"passed","time":{"start":1728372134554,"stop":1728372134555,"duration":1}},{"uid":"d51b92e7f5cdc31a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d51b92e7f5cdc31a","status":"passed","time":{"start":1728370487872,"stop":1728370487873,"duration":1}},{"uid":"82f4adbb93a34756","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/82f4adbb93a34756","status":"passed","time":{"start":1728369590796,"stop":1728369590799,"duration":3}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7aaebd3af2ab4a2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7aaebd3af2ab4a2f","status":"passed","time":{"start":1728379549694,"stop":1728379549695,"duration":1}},{"uid":"26730c81404b85bd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/26730c81404b85bd","status":"passed","time":{"start":1728372195433,"stop":1728372195433,"duration":0}},{"uid":"34012569d4562156","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/34012569d4562156","status":"passed","time":{"start":1728370555256,"stop":1728370555257,"duration":1}},{"uid":"88cd252e7c646eb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/88cd252e7c646eb","status":"passed","time":{"start":1728369639852,"stop":1728369639852,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"12fc4be5b61013bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12fc4be5b61013bf","status":"passed","time":{"start":1728379565735,"stop":1728379565735,"duration":0}},{"uid":"1c95db48c44fbe42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c95db48c44fbe42","status":"passed","time":{"start":1728372228761,"stop":1728372228762,"duration":1}},{"uid":"534e8ce650ed7644","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/534e8ce650ed7644","status":"passed","time":{"start":1728370603960,"stop":1728370603965,"duration":5}},{"uid":"361105bf165a75b5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/361105bf165a75b5","status":"passed","time":{"start":1728369703126,"stop":1728369703127,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a93e3715e7cd983b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a93e3715e7cd983b","status":"passed","time":{"start":1728379460296,"stop":1728379460297,"duration":1}},{"uid":"2a399d61113e990c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2a399d61113e990c","status":"passed","time":{"start":1728372105680,"stop":1728372105680,"duration":0}},{"uid":"8ff38ba353210e58","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ff38ba353210e58","status":"passed","time":{"start":1728370464160,"stop":1728370464161,"duration":1}},{"uid":"192c203869b20d0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/192c203869b20d0b","status":"passed","time":{"start":1728369544876,"stop":1728369544877,"duration":1}}]},"c6961db7ae2a218952b53d35461860b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef38d1501cecdb25","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef38d1501cecdb25","status":"passed","time":{"start":1728379482965,"stop":1728379482971,"duration":6}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"71785df41aacd15","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71785df41aacd15","status":"passed","time":{"start":1728379263313,"stop":1728379263314,"duration":1}},{"uid":"691969f56ddafcc9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/691969f56ddafcc9","status":"passed","time":{"start":1728371908000,"stop":1728371908001,"duration":1}},{"uid":"8ec943a6983b1d86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ec943a6983b1d86","status":"passed","time":{"start":1728370252050,"stop":1728370252050,"duration":0}},{"uid":"fd6e1c28bd5139e6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd6e1c28bd5139e6","status":"passed","time":{"start":1728369354739,"stop":1728369354740,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95e78450f9d03152","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/95e78450f9d03152","status":"passed","time":{"start":1728379515543,"stop":1728379515543,"duration":0}},{"uid":"17115df64485db24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17115df64485db24","status":"passed","time":{"start":1728372171287,"stop":1728372171287,"duration":0}},{"uid":"747b38e1040b5f3e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/747b38e1040b5f3e","status":"passed","time":{"start":1728370522950,"stop":1728370522950,"duration":0}},{"uid":"3bf7f4de093c6548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bf7f4de093c6548","status":"passed","time":{"start":1728369622030,"stop":1728369622030,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f288c4f83d64f36b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f288c4f83d64f36b","status":"passed","time":{"start":1728379484789,"stop":1728379484789,"duration":0}},{"uid":"84a68c2481d2406","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/84a68c2481d2406","status":"passed","time":{"start":1728372130489,"stop":1728372130489,"duration":0}},{"uid":"6650f1a510449064","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6650f1a510449064","status":"passed","time":{"start":1728370516483,"stop":1728370516484,"duration":1}},{"uid":"17cf89f37cad6a5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/17cf89f37cad6a5a","status":"passed","time":{"start":1728369620725,"stop":1728369620726,"duration":1}}]},"eb6cadd5d556243bda7fa7695fcb6475:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eee1c52821abb222","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eee1c52821abb222","status":"passed","time":{"start":1728372200181,"stop":1728372200181,"duration":0}}]},"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"a6980844ffb81b6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6980844ffb81b6c","status":"passed","time":{"start":1728379419686,"stop":1728379419686,"duration":0}},{"uid":"b51f547b4c677e02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b51f547b4c677e02","status":"passed","time":{"start":1728372107442,"stop":1728372107443,"duration":1}},{"uid":"f5e87a5a1f439867","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5e87a5a1f439867","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626989,"stop":1728370626989,"duration":0}},{"uid":"16491f515bd31a27","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/16491f515bd31a27","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728516,"stop":1728369728516,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6ec6da1f2fa19d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6ec6da1f2fa19d8","status":"passed","time":{"start":1728379549675,"stop":1728379549675,"duration":0}},{"uid":"7a8dd92063a3085c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a8dd92063a3085c","status":"passed","time":{"start":1728372195415,"stop":1728372195417,"duration":2}},{"uid":"18a1c966160c1a45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18a1c966160c1a45","status":"passed","time":{"start":1728370555246,"stop":1728370555246,"duration":0}},{"uid":"52396a69f7421015","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/52396a69f7421015","status":"passed","time":{"start":1728369639836,"stop":1728369639837,"duration":1}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1cf5f6a82023bc4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1cf5f6a82023bc4","status":"passed","time":{"start":1728379572272,"stop":1728379572273,"duration":1}},{"uid":"5a6ec3c32be20a9d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a6ec3c32be20a9d","status":"passed","time":{"start":1728372221516,"stop":1728372221516,"duration":0}},{"uid":"8d671427e905afa4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d671427e905afa4","status":"passed","time":{"start":1728370607707,"stop":1728370607707,"duration":0}},{"uid":"e6c06f86102f2f68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6c06f86102f2f68","status":"passed","time":{"start":1728369690174,"stop":1728369690174,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"796f67e99eaa3090","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/796f67e99eaa3090","status":"passed","time":{"start":1728379498093,"stop":1728379498093,"duration":0}},{"uid":"4934dfbdb16faf7a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4934dfbdb16faf7a","status":"passed","time":{"start":1728372147551,"stop":1728372147552,"duration":1}},{"uid":"3343284f91e9a414","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3343284f91e9a414","status":"passed","time":{"start":1728370534999,"stop":1728370534999,"duration":0}},{"uid":"4da1adb0e7d1eb63","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4da1adb0e7d1eb63","status":"passed","time":{"start":1728369636354,"stop":1728369636355,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"86d69609ff6fc70e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/86d69609ff6fc70e","status":"passed","time":{"start":1728379515552,"stop":1728379515553,"duration":1}},{"uid":"e49ec3c497b3fc0e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e49ec3c497b3fc0e","status":"passed","time":{"start":1728372171296,"stop":1728372171296,"duration":0}},{"uid":"f715571cc2d70766","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f715571cc2d70766","status":"passed","time":{"start":1728370522964,"stop":1728370522965,"duration":1}},{"uid":"2ec7fbfc072c6699","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ec7fbfc072c6699","status":"passed","time":{"start":1728369622044,"stop":1728369622044,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d977b5762a1c65dc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d977b5762a1c65dc","status":"passed","time":{"start":1728379159024,"stop":1728379159024,"duration":0}},{"uid":"31cc2e037f3486b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/31cc2e037f3486b0","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"8f93346e2d0f8c48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8f93346e2d0f8c48","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"a052ba38dc59f4d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a052ba38dc59f4d3","status":"passed","time":{"start":1728369248997,"stop":1728369248997,"duration":0}}]},"53cba973e845f8509d0e3f6fc7bf7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"766ccb76548372a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/766ccb76548372a0","status":"passed","time":{"start":1728379197135,"stop":1728379197135,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3807e34717cdfc3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3807e34717cdfc3","status":"passed","time":{"start":1728379569497,"stop":1728379569498,"duration":1}},{"uid":"c0d5e36ae31bfeba","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0d5e36ae31bfeba","status":"passed","time":{"start":1728372220851,"stop":1728372220851,"duration":0}},{"uid":"1c4dc86660fb9df1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c4dc86660fb9df1","status":"passed","time":{"start":1728370605230,"stop":1728370605230,"duration":0}},{"uid":"13c7cf138822d4a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13c7cf138822d4a","status":"passed","time":{"start":1728369697443,"stop":1728369697446,"duration":3}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d8798246d02f7b8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d8798246d02f7b8c","status":"passed","time":{"start":1728379365893,"stop":1728379365893,"duration":0}},{"uid":"be9d8657dfa9b3aa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be9d8657dfa9b3aa","status":"passed","time":{"start":1728372012986,"stop":1728372012986,"duration":0}},{"uid":"18bbc357bb78329d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18bbc357bb78329d","status":"passed","time":{"start":1728370408803,"stop":1728370408803,"duration":0}},{"uid":"51a624750c6d6bef","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51a624750c6d6bef","status":"passed","time":{"start":1728369510270,"stop":1728369510270,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"21d4944143722248","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/21d4944143722248","status":"passed","time":{"start":1728379158996,"stop":1728379158996,"duration":0}},{"uid":"5bccc437d7df72fb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5bccc437d7df72fb","status":"passed","time":{"start":1728371802889,"stop":1728371802889,"duration":0}},{"uid":"e084916081775a63","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e084916081775a63","status":"passed","time":{"start":1728370149915,"stop":1728370149915,"duration":0}},{"uid":"e002c7240dbe2272","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e002c7240dbe2272","status":"passed","time":{"start":1728369248974,"stop":1728369248975,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42feeedadc3bd34a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42feeedadc3bd34a","status":"passed","time":{"start":1728379549687,"stop":1728379549687,"duration":0}},{"uid":"851755663bf633e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/851755663bf633e6","status":"passed","time":{"start":1728372195427,"stop":1728372195427,"duration":0}},{"uid":"47824dfae89c64a8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47824dfae89c64a8","status":"passed","time":{"start":1728370555252,"stop":1728370555252,"duration":0}},{"uid":"5ed999da6e970d94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ed999da6e970d94","status":"passed","time":{"start":1728369639845,"stop":1728369639845,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"812376215f9b8afc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/812376215f9b8afc","status":"passed","time":{"start":1728379263312,"stop":1728379263313,"duration":1}},{"uid":"307c2c078a1e3cac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/307c2c078a1e3cac","status":"passed","time":{"start":1728371907998,"stop":1728371907998,"duration":0}},{"uid":"7b94987b14ce874f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b94987b14ce874f","status":"passed","time":{"start":1728370252050,"stop":1728370252050,"duration":0}},{"uid":"7f6f30c3afeaaa75","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f6f30c3afeaaa75","status":"passed","time":{"start":1728369354739,"stop":1728369354739,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c164ecc289136a08","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c164ecc289136a08","status":"passed","time":{"start":1728379515559,"stop":1728379515559,"duration":0}},{"uid":"2c107f68c13eea3f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c107f68c13eea3f","status":"passed","time":{"start":1728372171310,"stop":1728372171311,"duration":1}},{"uid":"2b63e9aee08c0d4a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2b63e9aee08c0d4a","status":"passed","time":{"start":1728370522973,"stop":1728370522974,"duration":1}},{"uid":"157b6b20b27bdffd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/157b6b20b27bdffd","status":"passed","time":{"start":1728369622051,"stop":1728369622052,"duration":1}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d583342998772132","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d583342998772132","status":"passed","time":{"start":1728379560161,"stop":1728379560161,"duration":0}},{"uid":"1bd4ba144af0cc02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1bd4ba144af0cc02","status":"passed","time":{"start":1728372216742,"stop":1728372216743,"duration":1}},{"uid":"dc50e6e303da3fe3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dc50e6e303da3fe3","status":"passed","time":{"start":1728370607963,"stop":1728370607964,"duration":1}},{"uid":"5751ee127bf38f76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5751ee127bf38f76","status":"passed","time":{"start":1728369698569,"stop":1728369698571,"duration":2}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3c01156ca52ec403","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3c01156ca52ec403","status":"passed","time":{"start":1728379194286,"stop":1728379194286,"duration":0}},{"uid":"b50fb8ac86f9a864","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b50fb8ac86f9a864","status":"passed","time":{"start":1728371838586,"stop":1728371838586,"duration":0}},{"uid":"abc00a2589417d38","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/abc00a2589417d38","status":"passed","time":{"start":1728370185971,"stop":1728370185972,"duration":1}},{"uid":"4f24c3117b345b69","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f24c3117b345b69","status":"passed","time":{"start":1728369284714,"stop":1728369284715,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37dd624b6a46848c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37dd624b6a46848c","status":"passed","time":{"start":1728379572274,"stop":1728379572274,"duration":0}},{"uid":"7c53575f7fd37c2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7c53575f7fd37c2b","status":"passed","time":{"start":1728372221516,"stop":1728372221516,"duration":0}},{"uid":"ff9f440b7da3b967","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff9f440b7da3b967","status":"passed","time":{"start":1728370607707,"stop":1728370607707,"duration":0}},{"uid":"85d7af52704cf1bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85d7af52704cf1bf","status":"passed","time":{"start":1728369690174,"stop":1728369690175,"duration":1}}]},"3039fa5ae33288944e7770f6b9de72ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b60a571ae1dc011c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b60a571ae1dc011c","status":"passed","time":{"start":1728370557099,"stop":1728370557099,"duration":0}}]},"f2196747eba909776f82039a431d6194:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"758e780d9515fc0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/758e780d9515fc0a","status":"passed","time":{"start":1728372200179,"stop":1728372200180,"duration":1}}]},"15b705a64e26c384970b1ebcd5830430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b66ef1a6d51c990","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b66ef1a6d51c990","status":"passed","time":{"start":1728370320868,"stop":1728370320868,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50089020e8c8420b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/50089020e8c8420b","status":"passed","time":{"start":1728379515550,"stop":1728379515551,"duration":1}},{"uid":"5a7c073e7431c5ec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a7c073e7431c5ec","status":"passed","time":{"start":1728372171293,"stop":1728372171294,"duration":1}},{"uid":"b76cf39e9866af02","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b76cf39e9866af02","status":"passed","time":{"start":1728370522958,"stop":1728370522958,"duration":0}},{"uid":"a274f863160d5ae4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a274f863160d5ae4","status":"passed","time":{"start":1728369622034,"stop":1728369622035,"duration":1}}]},"a110ca115e26604e9ccef7258fce727a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ff4a5245b1ef671","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ff4a5245b1ef671","status":"passed","time":{"start":1728369663460,"stop":1728369663461,"duration":1}}]},"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"87952a9035899598","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/87952a9035899598","status":"passed","time":{"start":1728379419673,"stop":1728379419673,"duration":0}},{"uid":"c06e6b284f749e05","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c06e6b284f749e05","status":"passed","time":{"start":1728372107437,"stop":1728372107438,"duration":1}},{"uid":"f25ac6d0f44a5c03","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f25ac6d0f44a5c03","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626982,"stop":1728370626982,"duration":0}},{"uid":"b3757524ba2025c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3757524ba2025c3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728512,"stop":1728369728512,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"877efd08a2b79ac7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/877efd08a2b79ac7","status":"passed","time":{"start":1728379159015,"stop":1728379159015,"duration":0}},{"uid":"e05bcef0fc9bb70c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e05bcef0fc9bb70c","status":"passed","time":{"start":1728371802900,"stop":1728371802900,"duration":0}},{"uid":"6aa3253f68c6aa92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6aa3253f68c6aa92","status":"passed","time":{"start":1728370149934,"stop":1728370149934,"duration":0}},{"uid":"1cecffa8cbeddd11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1cecffa8cbeddd11","status":"passed","time":{"start":1728369248988,"stop":1728369248989,"duration":1}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"913ac8c62df64a5c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/913ac8c62df64a5c","status":"passed","time":{"start":1728379329172,"stop":1728379329172,"duration":0}},{"uid":"2b2fbcaf7cf3669c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b2fbcaf7cf3669c","status":"passed","time":{"start":1728371983994,"stop":1728371983995,"duration":1}},{"uid":"34af423aac00460e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/34af423aac00460e","status":"passed","time":{"start":1728370284348,"stop":1728370284348,"duration":0}},{"uid":"941cb4397f9b8265","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/941cb4397f9b8265","status":"passed","time":{"start":1728369378879,"stop":1728369378880,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d16fa3c0c610ba8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d16fa3c0c610ba8","status":"passed","time":{"start":1728379460288,"stop":1728379460289,"duration":1}},{"uid":"318a1a8f10e691b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/318a1a8f10e691b1","status":"passed","time":{"start":1728372105676,"stop":1728372105676,"duration":0}},{"uid":"b62aadcb08d7b650","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b62aadcb08d7b650","status":"passed","time":{"start":1728370464150,"stop":1728370464151,"duration":1}},{"uid":"b1da12e6ce8e30d6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1da12e6ce8e30d6","status":"passed","time":{"start":1728369544873,"stop":1728369544873,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"728ef5f6e146dd60","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/728ef5f6e146dd60","status":"passed","time":{"start":1728379174375,"stop":1728379174375,"duration":0}},{"uid":"b4388b3ac96158cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4388b3ac96158cd","status":"passed","time":{"start":1728371818653,"stop":1728371818654,"duration":1}},{"uid":"c91e156fcc7775fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c91e156fcc7775fc","status":"passed","time":{"start":1728370166257,"stop":1728370166258,"duration":1}},{"uid":"d91044a75331dc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d91044a75331dc7","status":"passed","time":{"start":1728369265011,"stop":1728369265012,"duration":1}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"31079b81acbde41d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31079b81acbde41d","status":"passed","time":{"start":1728379365909,"stop":1728379365909,"duration":0}},{"uid":"58ae5309830a62c3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/58ae5309830a62c3","status":"passed","time":{"start":1728372012988,"stop":1728372012988,"duration":0}},{"uid":"77a97cbd74dee9d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77a97cbd74dee9d","status":"passed","time":{"start":1728370408808,"stop":1728370408808,"duration":0}},{"uid":"cbd4d0cde4f239f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbd4d0cde4f239f8","status":"passed","time":{"start":1728369510276,"stop":1728369510276,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"744b9257c57d85de","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/744b9257c57d85de","status":"passed","time":{"start":1728379549631,"stop":1728379549631,"duration":0}},{"uid":"122860f6eb2dfb43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/122860f6eb2dfb43","status":"passed","time":{"start":1728372195406,"stop":1728372195407,"duration":1}},{"uid":"45bfff6b81caefc3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/45bfff6b81caefc3","status":"passed","time":{"start":1728370555236,"stop":1728370555236,"duration":0}},{"uid":"40441a72c22d4074","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40441a72c22d4074","status":"passed","time":{"start":1728369639822,"stop":1728369639824,"duration":2}}]},"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca4637cc7143ebd0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca4637cc7143ebd0","status":"passed","time":{"start":1728379391618,"stop":1728379391619,"duration":1}},{"uid":"380213dc862c8bf3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/380213dc862c8bf3","status":"passed","time":{"start":1728372025210,"stop":1728372025210,"duration":0}},{"uid":"33bfe8f62be844ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/33bfe8f62be844ea","status":"passed","time":{"start":1728370362610,"stop":1728370362610,"duration":0}},{"uid":"356f1a379ead232b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/356f1a379ead232b","status":"passed","time":{"start":1728369464842,"stop":1728369464842,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd11f492b8288831","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd11f492b8288831","status":"passed","time":{"start":1728379282311,"stop":1728379282317,"duration":6}},{"uid":"6dc9cedaf808dece","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6dc9cedaf808dece","status":"passed","time":{"start":1728371925986,"stop":1728371925986,"duration":0}},{"uid":"9f02aecd445807fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f02aecd445807fc","status":"passed","time":{"start":1728370273960,"stop":1728370273960,"duration":0}},{"uid":"b42d968c76f6643e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b42d968c76f6643e","status":"passed","time":{"start":1728369370046,"stop":1728369370046,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e03c65ce76f16674","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e03c65ce76f16674","status":"passed","time":{"start":1728379493875,"stop":1728379493875,"duration":0}},{"uid":"8431db9f621da6d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8431db9f621da6d3","status":"passed","time":{"start":1728372140961,"stop":1728372140965,"duration":4}},{"uid":"bfadd7f91b5caa1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfadd7f91b5caa1d","status":"passed","time":{"start":1728370524966,"stop":1728370524966,"duration":0}},{"uid":"7801b37e704dc8df","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7801b37e704dc8df","status":"passed","time":{"start":1728369630403,"stop":1728369630403,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b1ee0273e665c32e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b1ee0273e665c32e","status":"passed","time":{"start":1728379250164,"stop":1728379250164,"duration":0}},{"uid":"9766b2218d618226","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9766b2218d618226","status":"passed","time":{"start":1728371885969,"stop":1728371885970,"duration":1}},{"uid":"71612c92d63836ba","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/71612c92d63836ba","status":"passed","time":{"start":1728370233665,"stop":1728370233666,"duration":1}},{"uid":"d75a321439857b3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d75a321439857b3c","status":"passed","time":{"start":1728369335735,"stop":1728369335736,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18643830bfad5606","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/18643830bfad5606","status":"passed","time":{"start":1728379549681,"stop":1728379549682,"duration":1}},{"uid":"93a0ef46e34a9c6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/93a0ef46e34a9c6c","status":"passed","time":{"start":1728372195421,"stop":1728372195421,"duration":0}},{"uid":"a1aa6d02a14ef10e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1aa6d02a14ef10e","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"d456ba79c79efcd8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d456ba79c79efcd8","status":"passed","time":{"start":1728369639839,"stop":1728369639840,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9addb90601a12ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9addb90601a12ac","status":"passed","time":{"start":1728379192716,"stop":1728379192717,"duration":1}},{"uid":"818b9f2c276b3145","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/818b9f2c276b3145","status":"passed","time":{"start":1728371836844,"stop":1728371836844,"duration":0}},{"uid":"c24029bde18e127","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c24029bde18e127","status":"passed","time":{"start":1728370184427,"stop":1728370184427,"duration":0}},{"uid":"6bcff5e1dd912b34","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6bcff5e1dd912b34","status":"passed","time":{"start":1728369283260,"stop":1728369283260,"duration":0}}]},"bc405f7ea71e312064bb14bfbce79466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c251bd1831818d79","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c251bd1831818d79","status":"passed","time":{"start":1728372200180,"stop":1728372200181,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a098d3614f823de3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a098d3614f823de3","status":"passed","time":{"start":1728379159026,"stop":1728379159027,"duration":1}},{"uid":"c3147d9768a34d6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c3147d9768a34d6a","status":"passed","time":{"start":1728371802910,"stop":1728371802910,"duration":0}},{"uid":"a8676bc41131577e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a8676bc41131577e","status":"passed","time":{"start":1728370149944,"stop":1728370149945,"duration":1}},{"uid":"44e314dd2bc5bdba","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/44e314dd2bc5bdba","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"6c5c79d40a2c1ae859600be972151d1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6073bb77cc0a6fd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6073bb77cc0a6fd","status":"passed","time":{"start":1728372200174,"stop":1728372200174,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a09d2e7edbe46218","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a09d2e7edbe46218","status":"passed","time":{"start":1728379572274,"stop":1728379572275,"duration":1}},{"uid":"ccdbd334e819ea1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccdbd334e819ea1b","status":"passed","time":{"start":1728372221517,"stop":1728372221517,"duration":0}},{"uid":"669beb9ce574ab06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/669beb9ce574ab06","status":"passed","time":{"start":1728370607709,"stop":1728370607710,"duration":1}},{"uid":"27c741eab360c6ff","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/27c741eab360c6ff","status":"passed","time":{"start":1728369690176,"stop":1728369690176,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e87ec060af95ca1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e87ec060af95ca1","status":"passed","time":{"start":1728379255033,"stop":1728379255034,"duration":1}},{"uid":"14453ab7e08515d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/14453ab7e08515d3","status":"passed","time":{"start":1728371896756,"stop":1728371896757,"duration":1}},{"uid":"65a6846849beba3c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65a6846849beba3c","status":"passed","time":{"start":1728370245295,"stop":1728370245297,"duration":2}},{"uid":"1bc5b32d8b23f40b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bc5b32d8b23f40b","status":"passed","time":{"start":1728369344216,"stop":1728369344217,"duration":1}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e5edd16d888faae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9e5edd16d888faae","status":"passed","time":{"start":1728379159030,"stop":1728379159030,"duration":0}},{"uid":"813eb983e02de5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/813eb983e02de5a","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"f6c6e13301522931","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f6c6e13301522931","status":"passed","time":{"start":1728370149947,"stop":1728370149948,"duration":1}},{"uid":"cdf8ea51c27444c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdf8ea51c27444c7","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5903cc0755d8a018","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5903cc0755d8a018","status":"passed","time":{"start":1728379549699,"stop":1728379549699,"duration":0}},{"uid":"66f96e4e47068976","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/66f96e4e47068976","status":"passed","time":{"start":1728372195435,"stop":1728372195436,"duration":1}},{"uid":"37daf034524025dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/37daf034524025dc","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"a398ea2c62f1b2ca","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a398ea2c62f1b2ca","status":"passed","time":{"start":1728369639855,"stop":1728369639855,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"434394e7c076f6d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/434394e7c076f6d8","status":"passed","time":{"start":1728379550980,"stop":1728379550982,"duration":2}},{"uid":"9a2de098eafbdd6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9a2de098eafbdd6a","status":"passed","time":{"start":1728372211442,"stop":1728372211443,"duration":1}},{"uid":"c1d363ccd377f098","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c1d363ccd377f098","status":"passed","time":{"start":1728370582327,"stop":1728370582327,"duration":0}},{"uid":"f2a47d590d97ff72","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f2a47d590d97ff72","status":"passed","time":{"start":1728369674238,"stop":1728369674239,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c16e8e742197fdd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c16e8e742197fdd2","status":"passed","time":{"start":1728379193197,"stop":1728379193197,"duration":0}},{"uid":"f5fd02e18d6a564a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5fd02e18d6a564a","status":"passed","time":{"start":1728371837408,"stop":1728371837409,"duration":1}},{"uid":"b796ba57669b092f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b796ba57669b092f","status":"passed","time":{"start":1728370184626,"stop":1728370184626,"duration":0}},{"uid":"fd740ec9dd916c13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd740ec9dd916c13","status":"passed","time":{"start":1728369283803,"stop":1728369283803,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"214ada6f9a0f4fcb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/214ada6f9a0f4fcb","status":"passed","time":{"start":1728379329167,"stop":1728379329168,"duration":1}},{"uid":"443bc4b3c757f49a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/443bc4b3c757f49a","status":"passed","time":{"start":1728371983983,"stop":1728371983984,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7af6bc0b8a61861","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7af6bc0b8a61861","status":"passed","time":{"start":1728379460260,"stop":1728379460261,"duration":1}},{"uid":"69bed3fc4ec38636","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69bed3fc4ec38636","status":"passed","time":{"start":1728372105660,"stop":1728372105660,"duration":0}},{"uid":"14960a82031190a3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/14960a82031190a3","status":"passed","time":{"start":1728370464118,"stop":1728370464119,"duration":1}},{"uid":"6f142f1d666ba4e2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f142f1d666ba4e2","status":"passed","time":{"start":1728369544855,"stop":1728369544855,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca94ce61a1a5fadc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca94ce61a1a5fadc","status":"passed","time":{"start":1728379159010,"stop":1728379159010,"duration":0}},{"uid":"3fc1ae98057bbc0e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3fc1ae98057bbc0e","status":"passed","time":{"start":1728371802896,"stop":1728371802896,"duration":0}},{"uid":"445fa1c444de5e0a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/445fa1c444de5e0a","status":"passed","time":{"start":1728370149929,"stop":1728370149930,"duration":1}},{"uid":"3ff9f02342705ae2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ff9f02342705ae2","status":"passed","time":{"start":1728369248985,"stop":1728369248985,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ee8e41df829e47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ee8e41df829e47","status":"passed","time":{"start":1728379576114,"stop":1728379576114,"duration":0}},{"uid":"3eb95fee22a792b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3eb95fee22a792b0","status":"passed","time":{"start":1728372231471,"stop":1728372231472,"duration":1}},{"uid":"1cc15b7faf6e181","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1cc15b7faf6e181","status":"passed","time":{"start":1728370655525,"stop":1728370655525,"duration":0}},{"uid":"a8c386ba31276efd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8c386ba31276efd","status":"passed","time":{"start":1728369731925,"stop":1728369731926,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1526bbfe65c5bc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1526bbfe65c5bc0","status":"passed","time":{"start":1728379515544,"stop":1728379515544,"duration":0}},{"uid":"2dd49d314943329f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2dd49d314943329f","status":"passed","time":{"start":1728372171291,"stop":1728372171291,"duration":0}},{"uid":"7c44cae162947301","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c44cae162947301","status":"passed","time":{"start":1728370522951,"stop":1728370522951,"duration":0}},{"uid":"2401b7afdef7e844","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2401b7afdef7e844","status":"passed","time":{"start":1728369622031,"stop":1728369622031,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8453c5f2eb6b0cfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8453c5f2eb6b0cfe","status":"passed","time":{"start":1728379182990,"stop":1728379182990,"duration":0}},{"uid":"b696d1eef0f06182","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b696d1eef0f06182","status":"passed","time":{"start":1728371826968,"stop":1728371826968,"duration":0}},{"uid":"28d52c289de2cf77","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/28d52c289de2cf77","status":"passed","time":{"start":1728370174431,"stop":1728370174431,"duration":0}},{"uid":"bb0f9c2921bf5b1d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bb0f9c2921bf5b1d","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"920ac37b602f6270da8cf065ebeb673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb57e77c755317b0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/eb57e77c755317b0","status":"passed","time":{"start":1728370464130,"stop":1728370464130,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf34e8139cbc4463","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bf34e8139cbc4463","status":"passed","time":{"start":1728379166756,"stop":1728379166758,"duration":2}},{"uid":"869bf1341b4aeb18","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/869bf1341b4aeb18","status":"passed","time":{"start":1728371810586,"stop":1728371810587,"duration":1}},{"uid":"8ff370b676e4c735","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ff370b676e4c735","status":"passed","time":{"start":1728370158403,"stop":1728370158403,"duration":0}},{"uid":"a5bfea26c763d804","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5bfea26c763d804","status":"passed","time":{"start":1728369256984,"stop":1728369256985,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ab1f3a1d0093e79","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4ab1f3a1d0093e79","status":"passed","time":{"start":1728379224166,"stop":1728379224167,"duration":1}},{"uid":"1e29ec46e10b05ac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1e29ec46e10b05ac","status":"passed","time":{"start":1728371870688,"stop":1728371870689,"duration":1}},{"uid":"7aa610abc5b9ff98","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7aa610abc5b9ff98","status":"passed","time":{"start":1728370215348,"stop":1728370215349,"duration":1}},{"uid":"98e4c68e290fc343","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/98e4c68e290fc343","status":"passed","time":{"start":1728369314830,"stop":1728369314831,"duration":1}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bba9eb33167b9735","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bba9eb33167b9735","status":"passed","time":{"start":1728379493845,"stop":1728379493846,"duration":1}},{"uid":"b4e0ecb25de586b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4e0ecb25de586b3","status":"passed","time":{"start":1728372140948,"stop":1728372140949,"duration":1}},{"uid":"bfb1c720de9f5761","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfb1c720de9f5761","status":"passed","time":{"start":1728370524961,"stop":1728370524961,"duration":0}},{"uid":"2e3e43a25bed6acb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e3e43a25bed6acb","status":"passed","time":{"start":1728369630399,"stop":1728369630399,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4071b75f2ca2cf8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4071b75f2ca2cf8c","status":"passed","time":{"start":1728379159008,"stop":1728379159008,"duration":0}},{"uid":"693a6b9dd55026fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/693a6b9dd55026fa","status":"passed","time":{"start":1728371802894,"stop":1728371802894,"duration":0}},{"uid":"5520840abcf110e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5520840abcf110e1","status":"passed","time":{"start":1728370149927,"stop":1728370149928,"duration":1}},{"uid":"40713aae0c51b582","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40713aae0c51b582","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51d8c24a0d07a73b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/51d8c24a0d07a73b","status":"passed","time":{"start":1728379158995,"stop":1728379158995,"duration":0}},{"uid":"b0275713cd1981ed","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b0275713cd1981ed","status":"passed","time":{"start":1728371802888,"stop":1728371802889,"duration":1}},{"uid":"510f692026c3ffc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/510f692026c3ffc","status":"passed","time":{"start":1728370149914,"stop":1728370149914,"duration":0}},{"uid":"cf6e37d733af120f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cf6e37d733af120f","status":"passed","time":{"start":1728369248973,"stop":1728369248974,"duration":1}}]},"0e71fd8447af31eb9c937afb1884aed1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e19ba33f5c2c895e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e19ba33f5c2c895e","status":"passed","time":{"start":1728370557096,"stop":1728370557097,"duration":1}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc6433f05a143b9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc6433f05a143b9d","status":"passed","time":{"start":1728379549700,"stop":1728379549700,"duration":0}},{"uid":"df05d920f79379fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df05d920f79379fe","status":"passed","time":{"start":1728372195437,"stop":1728372195437,"duration":0}},{"uid":"7c7aea19b779b7ae","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c7aea19b779b7ae","status":"passed","time":{"start":1728370555260,"stop":1728370555260,"duration":0}},{"uid":"4f0f5ac6beef799f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f0f5ac6beef799f","status":"passed","time":{"start":1728369639856,"stop":1728369639857,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1811cb660f589e0d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1811cb660f589e0d","status":"passed","time":{"start":1728379549682,"stop":1728379549682,"duration":0}},{"uid":"13d267e711e5e74e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13d267e711e5e74e","status":"passed","time":{"start":1728372195422,"stop":1728372195422,"duration":0}},{"uid":"202e24173cd3dc0f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/202e24173cd3dc0f","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"dcda6f60553314bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dcda6f60553314bf","status":"passed","time":{"start":1728369639840,"stop":1728369639841,"duration":1}}]},"ffc01d4e256b235aca93172223ded384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f1f6f9b56078b90","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f1f6f9b56078b90","status":"passed","time":{"start":1728370557098,"stop":1728370557098,"duration":0}}]},"964468cedb8698e7fb2acc01e069efe7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c677ad5863d317d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c677ad5863d317d","status":"passed","time":{"start":1728369663462,"stop":1728369663462,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"79d29a42921d3f5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79d29a42921d3f5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379518933,"stop":1728379518933,"duration":0}},{"uid":"bc38a5cfbcac9668","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc38a5cfbcac9668","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"e921f110a67ef18d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e921f110a67ef18d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370547718,"stop":1728370547718,"duration":0}},{"uid":"7c572b6a0c1c0517","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c572b6a0c1c0517","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369640705,"stop":1728369640706,"duration":1}}]},"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fc230e98442ef4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fc230e98442ef4d","status":"passed","time":{"start":1728379419647,"stop":1728379419647,"duration":0}},{"uid":"8459a47ec38f65ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8459a47ec38f65ff","status":"passed","time":{"start":1728372107429,"stop":1728372107429,"duration":0}},{"uid":"1444e756ac7ba436","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1444e756ac7ba436","status":"passed","time":{"start":1728370626976,"stop":1728370626976,"duration":0}},{"uid":"9a0bfd9e2dfd936b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9a0bfd9e2dfd936b","status":"passed","time":{"start":1728369728507,"stop":1728369728507,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c0117ff001cbb995","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c0117ff001cbb995","status":"passed","time":{"start":1728379422777,"stop":1728379422777,"duration":0}},{"uid":"b97019cb5021367b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b97019cb5021367b","status":"passed","time":{"start":1728372057772,"stop":1728372057777,"duration":5}},{"uid":"c21ee5e9d9076fbc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c21ee5e9d9076fbc","status":"passed","time":{"start":1728370439676,"stop":1728370439677,"duration":1}},{"uid":"b9f90960528179a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9f90960528179a2","status":"passed","time":{"start":1728369540008,"stop":1728369540010,"duration":2}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0842cf98aa037d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0842cf98aa037d3","status":"passed","time":{"start":1728379515559,"stop":1728379515560,"duration":1}},{"uid":"e0522378a3048116","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0522378a3048116","status":"passed","time":{"start":1728372171311,"stop":1728372171311,"duration":0}},{"uid":"75ed0dd1ee871b86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/75ed0dd1ee871b86","status":"passed","time":{"start":1728370522974,"stop":1728370522974,"duration":0}},{"uid":"a4d9e45975937f30","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a4d9e45975937f30","status":"passed","time":{"start":1728369622052,"stop":1728369622052,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e7e2d166ab1e85a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2e7e2d166ab1e85a","status":"passed","time":{"start":1728379167014,"stop":1728379167015,"duration":1}},{"uid":"5e72b548cda33a72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e72b548cda33a72","status":"passed","time":{"start":1728371810675,"stop":1728371810676,"duration":1}},{"uid":"85b18d4a13e8e5a7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/85b18d4a13e8e5a7","status":"passed","time":{"start":1728370158079,"stop":1728370158079,"duration":0}},{"uid":"9978f253f7b9740a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9978f253f7b9740a","status":"passed","time":{"start":1728369257226,"stop":1728369257226,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c60ce8adb595d542","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c60ce8adb595d542","status":"passed","time":{"start":1728379200429,"stop":1728379200430,"duration":1}},{"uid":"42ce4eea13449017","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/42ce4eea13449017","status":"passed","time":{"start":1728371841839,"stop":1728371841840,"duration":1}},{"uid":"e707c0fef652b99b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e707c0fef652b99b","status":"passed","time":{"start":1728370189958,"stop":1728370189959,"duration":1}},{"uid":"a5499b5edca0976e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5499b5edca0976e","status":"passed","time":{"start":1728369288720,"stop":1728369288722,"duration":2}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eda8eb86d248bf8f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eda8eb86d248bf8f","status":"passed","time":{"start":1728379159010,"stop":1728379159011,"duration":1}},{"uid":"82f55ea9bdc94b6d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82f55ea9bdc94b6d","status":"passed","time":{"start":1728371802896,"stop":1728371802897,"duration":1}},{"uid":"3bd2ae75f0ea395","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bd2ae75f0ea395","status":"passed","time":{"start":1728370149930,"stop":1728370149930,"duration":0}},{"uid":"97f2fa8c1bfe154e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/97f2fa8c1bfe154e","status":"passed","time":{"start":1728369248985,"stop":1728369248985,"duration":0}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20310be8886ffd7c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/20310be8886ffd7c","status":"passed","time":{"start":1728379422780,"stop":1728379422780,"duration":0}},{"uid":"54914daff2657f0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54914daff2657f0a","status":"passed","time":{"start":1728372057781,"stop":1728372057781,"duration":0}},{"uid":"988224d2e6ad6436","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/988224d2e6ad6436","status":"passed","time":{"start":1728370439686,"stop":1728370439687,"duration":1}},{"uid":"773b30546b679013","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/773b30546b679013","status":"passed","time":{"start":1728369540017,"stop":1728369540017,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa2b1fde7bfda0ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa2b1fde7bfda0ce","status":"passed","time":{"start":1728379460282,"stop":1728379460283,"duration":1}},{"uid":"f1d90bb61df6d22f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f1d90bb61df6d22f","status":"passed","time":{"start":1728372105672,"stop":1728372105672,"duration":0}},{"uid":"ea49d840958e4bfe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea49d840958e4bfe","status":"passed","time":{"start":1728370464144,"stop":1728370464145,"duration":1}},{"uid":"3479e0334ef15db2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3479e0334ef15db2","status":"passed","time":{"start":1728369544868,"stop":1728369544868,"duration":0}}]},"f3800e13fa3dfe5ceeed562740aea4fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5080bec696e80fb5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5080bec696e80fb5","status":"passed","time":{"start":1728372105677,"stop":1728372105678,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e94bd053fe3433f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e94bd053fe3433f","status":"passed","time":{"start":1728379366496,"stop":1728379366496,"duration":0}},{"uid":"f41a2910810f24aa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f41a2910810f24aa","status":"passed","time":{"start":1728371996027,"stop":1728371996028,"duration":1}},{"uid":"901296d48208ad7f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/901296d48208ad7f","status":"passed","time":{"start":1728370345141,"stop":1728370345141,"duration":0}},{"uid":"62dc8e7b198fd0d1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/62dc8e7b198fd0d1","status":"passed","time":{"start":1728369447292,"stop":1728369447292,"duration":0}}]},"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d8c9e6ea7fa596f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d8c9e6ea7fa596f","status":"passed","time":{"start":1728379174826,"stop":1728379174827,"duration":1}},{"uid":"4cb853afbb1dc9b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cb853afbb1dc9b5","status":"passed","time":{"start":1728371818431,"stop":1728371818433,"duration":2}},{"uid":"d9d25a8682e501b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9d25a8682e501b2","status":"passed","time":{"start":1728370166076,"stop":1728370166077,"duration":1}},{"uid":"d6c0165509b2ef23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d6c0165509b2ef23","status":"passed","time":{"start":1728369265062,"stop":1728369265062,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca99ae8dbebe0ead","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca99ae8dbebe0ead","status":"passed","time":{"start":1728379426561,"stop":1728379426562,"duration":1}},{"uid":"a2dd221206b525fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2dd221206b525fe","status":"passed","time":{"start":1728372087285,"stop":1728372087285,"duration":0}},{"uid":"f49389f0fc128702","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f49389f0fc128702","status":"passed","time":{"start":1728370467518,"stop":1728370467518,"duration":0}},{"uid":"85cadb028521d2bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85cadb028521d2bd","status":"passed","time":{"start":1728369548374,"stop":1728369548374,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c108af1d8b86b5d1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c108af1d8b86b5d1","status":"passed","time":{"start":1728379493876,"stop":1728379493876,"duration":0}},{"uid":"6e9cfbd288231f67","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e9cfbd288231f67","status":"passed","time":{"start":1728372140967,"stop":1728372140968,"duration":1}},{"uid":"1ed7615ec1d51713","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ed7615ec1d51713","status":"passed","time":{"start":1728370524967,"stop":1728370524967,"duration":0}},{"uid":"1cee519ff1359773","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1cee519ff1359773","status":"passed","time":{"start":1728369630404,"stop":1728369630404,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5488bb9b7777016a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5488bb9b7777016a","status":"passed","time":{"start":1728379366442,"stop":1728379366443,"duration":1}},{"uid":"449dc447af75ecb1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/449dc447af75ecb1","status":"passed","time":{"start":1728371995993,"stop":1728371995993,"duration":0}},{"uid":"d65630f6ce89ad1c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d65630f6ce89ad1c","status":"passed","time":{"start":1728370345100,"stop":1728370345105,"duration":5}},{"uid":"ad9f4206dbb7a637","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad9f4206dbb7a637","status":"passed","time":{"start":1728369447284,"stop":1728369447284,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d73036e9f4c5582b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d73036e9f4c5582b","status":"passed","time":{"start":1728379158997,"stop":1728379158998,"duration":1}},{"uid":"8fd5217210c98ec9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8fd5217210c98ec9","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"dd4a701fd1d4ab44","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dd4a701fd1d4ab44","status":"passed","time":{"start":1728370149916,"stop":1728370149917,"duration":1}},{"uid":"acfa839ca532ce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acfa839ca532ce","status":"passed","time":{"start":1728369248975,"stop":1728369248976,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d0558ed1ecbb7c37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d0558ed1ecbb7c37","status":"passed","time":{"start":1728379329180,"stop":1728379329180,"duration":0}},{"uid":"bffdb37a7a69a217","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bffdb37a7a69a217","status":"passed","time":{"start":1728371984005,"stop":1728371984005,"duration":0}},{"uid":"b3b0497a514a4488","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3b0497a514a4488","status":"passed","time":{"start":1728370284360,"stop":1728370284360,"duration":0}},{"uid":"83dfe7e43c1e84a0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/83dfe7e43c1e84a0","status":"passed","time":{"start":1728369378902,"stop":1728369378902,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cb32a76da871b1c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cb32a76da871b1c7","status":"passed","time":{"start":1728379158996,"stop":1728379158997,"duration":1}},{"uid":"b608548e8bbe299a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b608548e8bbe299a","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"ee098ab592a5c1ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee098ab592a5c1ea","status":"passed","time":{"start":1728370149915,"stop":1728370149916,"duration":1}},{"uid":"2a2087da26c26288","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2a2087da26c26288","status":"passed","time":{"start":1728369248975,"stop":1728369248975,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37435d12293265cc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37435d12293265cc","status":"passed","time":{"start":1728379366500,"stop":1728379366500,"duration":0}},{"uid":"4250e00169a6e673","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4250e00169a6e673","status":"passed","time":{"start":1728371996029,"stop":1728371996030,"duration":1}},{"uid":"29ab6c02775a00a5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/29ab6c02775a00a5","status":"passed","time":{"start":1728370345145,"stop":1728370345146,"duration":1}},{"uid":"a8fe4b088b098d98","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8fe4b088b098d98","status":"passed","time":{"start":1728369447293,"stop":1728369447293,"duration":0}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ebf955e188e757a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7ebf955e188e757a","status":"passed","time":{"start":1728379482927,"stop":1728379482928,"duration":1}},{"uid":"4880513c27fd2a03","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4880513c27fd2a03","status":"passed","time":{"start":1728372134550,"stop":1728372134553,"duration":3}},{"uid":"ea121663a504aec0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea121663a504aec0","status":"passed","time":{"start":1728370487868,"stop":1728370487868,"duration":0}},{"uid":"605b4f6a38ea5b39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/605b4f6a38ea5b39","status":"passed","time":{"start":1728369590792,"stop":1728369590792,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b97d15201a58aa46","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b97d15201a58aa46","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"fe393cfad0a32918","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fe393cfad0a32918","status":"passed","time":{"start":1728371802855,"stop":1728371802855,"duration":0}},{"uid":"ebc5be65ca84d832","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebc5be65ca84d832","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"6c12313adaca64e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6c12313adaca64e1","status":"passed","time":{"start":1728369249006,"stop":1728369249006,"duration":0}}]},"d8bd3cce525f74da2b73f198bb4ead52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d035d0cd891b099b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d035d0cd891b099b","status":"passed","time":{"start":1728372169987,"stop":1728372169988,"duration":1}}]},"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6b68df9da97ed47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6b68df9da97ed47","status":"passed","time":{"start":1728379174830,"stop":1728379174831,"duration":1}},{"uid":"fc0c1b82d6f75a72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fc0c1b82d6f75a72","status":"passed","time":{"start":1728371818437,"stop":1728371818438,"duration":1}},{"uid":"c3ef3d2d61e6df4d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3ef3d2d61e6df4d","status":"passed","time":{"start":1728370166080,"stop":1728370166080,"duration":0}},{"uid":"545899cf5b46740f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/545899cf5b46740f","status":"passed","time":{"start":1728369265064,"stop":1728369265065,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6de8145e97eb513","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6de8145e97eb513","status":"passed","time":{"start":1728379498098,"stop":1728379498099,"duration":1}},{"uid":"6651d61b01d08498","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6651d61b01d08498","status":"passed","time":{"start":1728372147560,"stop":1728372147561,"duration":1}},{"uid":"9271fcbc085ce477","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9271fcbc085ce477","status":"passed","time":{"start":1728370535026,"stop":1728370535029,"duration":3}},{"uid":"e67ac96fa2c09716","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e67ac96fa2c09716","status":"passed","time":{"start":1728369636372,"stop":1728369636373,"duration":1}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"191081a3dd5db19b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/191081a3dd5db19b","status":"passed","time":{"start":1728379166752,"stop":1728379166753,"duration":1}},{"uid":"4612dbd59717005","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4612dbd59717005","status":"passed","time":{"start":1728371810585,"stop":1728371810585,"duration":0}},{"uid":"d16dae33ae69cb3d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d16dae33ae69cb3d","status":"passed","time":{"start":1728370158401,"stop":1728370158402,"duration":1}},{"uid":"7314aed1811d216c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7314aed1811d216c","status":"passed","time":{"start":1728369256982,"stop":1728369256983,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"654c8f5ccae1e01e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/654c8f5ccae1e01e","status":"passed","time":{"start":1728379250160,"stop":1728379250160,"duration":0}},{"uid":"6ebe3133682235f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6ebe3133682235f0","status":"passed","time":{"start":1728371885962,"stop":1728371885962,"duration":0}},{"uid":"a23acef0f0577afe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a23acef0f0577afe","status":"passed","time":{"start":1728370233661,"stop":1728370233662,"duration":1}},{"uid":"4f4c03917564f4c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f4c03917564f4c7","status":"passed","time":{"start":1728369335734,"stop":1728369335734,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b8bb97698f327964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8bb97698f327964","status":"passed","time":{"start":1728379159006,"stop":1728379159006,"duration":0}},{"uid":"1f57f9b5096bacd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1f57f9b5096bacd5","status":"passed","time":{"start":1728371802892,"stop":1728371802893,"duration":1}},{"uid":"8b67e735648537ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b67e735648537ff","status":"passed","time":{"start":1728370149926,"stop":1728370149926,"duration":0}},{"uid":"79888df75b207df7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/79888df75b207df7","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"982dc77f471b7435","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/982dc77f471b7435","status":"passed","time":{"start":1728379550979,"stop":1728379550979,"duration":0}},{"uid":"b3f0eccf1120545d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b3f0eccf1120545d","status":"passed","time":{"start":1728372211439,"stop":1728372211439,"duration":0}},{"uid":"7486baadf2fe2b89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7486baadf2fe2b89","status":"passed","time":{"start":1728370582326,"stop":1728370582326,"duration":0}},{"uid":"a8cc95ad395cfb67","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8cc95ad395cfb67","status":"passed","time":{"start":1728369674235,"stop":1728369674236,"duration":1}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d3a18c691786886f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d3a18c691786886f","status":"passed","time":{"start":1728379158995,"stop":1728379158996,"duration":1}},{"uid":"3f1224dbc241bb52","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f1224dbc241bb52","status":"passed","time":{"start":1728371802889,"stop":1728371802889,"duration":0}},{"uid":"6a1484f8ca9e1ecb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a1484f8ca9e1ecb","status":"passed","time":{"start":1728370149914,"stop":1728370149915,"duration":1}},{"uid":"af517fc9e5b848e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/af517fc9e5b848e4","status":"passed","time":{"start":1728369248974,"stop":1728369248974,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aed717baaad875a6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aed717baaad875a6","status":"passed","time":{"start":1728379523113,"stop":1728379523114,"duration":1}},{"uid":"2897123ed6cd044b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2897123ed6cd044b","status":"passed","time":{"start":1728372169990,"stop":1728372169990,"duration":0}},{"uid":"d02bfe3182d7caf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d02bfe3182d7caf3","status":"passed","time":{"start":1728370557101,"stop":1728370557101,"duration":0}},{"uid":"60b30ecc330ba12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60b30ecc330ba12","status":"passed","time":{"start":1728369663464,"stop":1728369663464,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5420bb42f94e40f6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5420bb42f94e40f6","status":"passed","time":{"start":1728379175035,"stop":1728379175036,"duration":1}},{"uid":"7b6e46d004c9f852","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b6e46d004c9f852","status":"passed","time":{"start":1728371819028,"stop":1728371819028,"duration":0}},{"uid":"8673c981e8964258","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8673c981e8964258","status":"passed","time":{"start":1728370166485,"stop":1728370166485,"duration":0}},{"uid":"246c190eee20cae5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/246c190eee20cae5","status":"passed","time":{"start":1728369265267,"stop":1728369265267,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5388ed9ffce4922d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5388ed9ffce4922d","status":"passed","time":{"start":1728379515546,"stop":1728379515546,"duration":0}},{"uid":"73c20c42b09cba98","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73c20c42b09cba98","status":"passed","time":{"start":1728372171292,"stop":1728372171292,"duration":0}},{"uid":"e8f002378afce6dd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8f002378afce6dd","status":"passed","time":{"start":1728370522956,"stop":1728370522957,"duration":1}},{"uid":"1b5cfcec756e25e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1b5cfcec756e25e1","status":"passed","time":{"start":1728369622032,"stop":1728369622033,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb60a5b10b43b6f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb60a5b10b43b6f2","status":"passed","time":{"start":1728379182446,"stop":1728379182447,"duration":1}},{"uid":"6eaaf17bd88bf230","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6eaaf17bd88bf230","status":"passed","time":{"start":1728371826622,"stop":1728371826623,"duration":1}},{"uid":"1402bb70e5450aa9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1402bb70e5450aa9","status":"passed","time":{"start":1728370173935,"stop":1728370173935,"duration":0}},{"uid":"7c17d4a42887dba6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c17d4a42887dba6","status":"passed","time":{"start":1728369272867,"stop":1728369272867,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c3abe9c3be506de","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c3abe9c3be506de","status":"passed","time":{"start":1728379547129,"stop":1728379547129,"duration":0}},{"uid":"3f9a0e1852f54c66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f9a0e1852f54c66","status":"passed","time":{"start":1728372200183,"stop":1728372200183,"duration":0}},{"uid":"4334b8cb1d07e0ed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4334b8cb1d07e0ed","status":"passed","time":{"start":1728370581703,"stop":1728370581704,"duration":1}},{"uid":"1a561f27baea74bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a561f27baea74bf","status":"passed","time":{"start":1728369675011,"stop":1728369675011,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"28176a3d33e0decc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/28176a3d33e0decc","status":"passed","time":{"start":1728379493838,"stop":1728379493840,"duration":2}},{"uid":"c0ef83cf1d399e3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0ef83cf1d399e3b","status":"passed","time":{"start":1728372140940,"stop":1728372140943,"duration":3}},{"uid":"e6c84d044d25f917","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6c84d044d25f917","status":"passed","time":{"start":1728370524956,"stop":1728370524956,"duration":0}},{"uid":"5cbbebd6959d6069","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5cbbebd6959d6069","status":"passed","time":{"start":1728369630390,"stop":1728369630392,"duration":2}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"61a39c8b4427a32d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61a39c8b4427a32d","status":"passed","time":{"start":1728379365909,"stop":1728379365909,"duration":0}},{"uid":"7943d8460ff020e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7943d8460ff020e6","status":"passed","time":{"start":1728372012988,"stop":1728372012991,"duration":3}},{"uid":"d1e26f95b80ed7aa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1e26f95b80ed7aa","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370408810,"stop":1728370408810,"duration":0}},{"uid":"e4ea68c65d88836a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e4ea68c65d88836a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369510277,"stop":1728369510277,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6577f678ad36d514","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6577f678ad36d514","status":"passed","time":{"start":1728379523114,"stop":1728379523115,"duration":1}},{"uid":"6c02828c442da472","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c02828c442da472","status":"passed","time":{"start":1728372169991,"stop":1728372169991,"duration":0}},{"uid":"9266063fc9beb47e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9266063fc9beb47e","status":"passed","time":{"start":1728370557101,"stop":1728370557101,"duration":0}},{"uid":"26fcc3b2e8a33041","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26fcc3b2e8a33041","status":"passed","time":{"start":1728369663465,"stop":1728369663465,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d9d9e3b45d8051da","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9d9e3b45d8051da","status":"passed","time":{"start":1728379366497,"stop":1728379366500,"duration":3}},{"uid":"4aefe2ece26c9f2c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4aefe2ece26c9f2c","status":"passed","time":{"start":1728371996029,"stop":1728371996029,"duration":0}},{"uid":"b1442db1ad9f6ad8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1442db1ad9f6ad8","status":"passed","time":{"start":1728370345141,"stop":1728370345145,"duration":4}},{"uid":"aef4d410fe17a0ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aef4d410fe17a0ae","status":"passed","time":{"start":1728369447292,"stop":1728369447292,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6b265ee013a1c91","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b265ee013a1c91","status":"passed","time":{"start":1728379166747,"stop":1728379166752,"duration":5}},{"uid":"ee325c16d595e634","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee325c16d595e634","status":"passed","time":{"start":1728371810582,"stop":1728371810584,"duration":2}},{"uid":"6c1eb6148f90d630","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c1eb6148f90d630","status":"passed","time":{"start":1728370158400,"stop":1728370158401,"duration":1}},{"uid":"5d3af89d58485217","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d3af89d58485217","status":"passed","time":{"start":1728369256975,"stop":1728369256982,"duration":7}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2b2a9e953a9973ad","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b2a9e953a9973ad","status":"passed","time":{"start":1728379192715,"stop":1728379192715,"duration":0}},{"uid":"f8fbc898485648d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8fbc898485648d3","status":"passed","time":{"start":1728371836843,"stop":1728371836843,"duration":0}},{"uid":"9cfb87a2bc944526","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cfb87a2bc944526","status":"passed","time":{"start":1728370184426,"stop":1728370184426,"duration":0}},{"uid":"c434a97e88b9ac76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c434a97e88b9ac76","status":"passed","time":{"start":1728369283258,"stop":1728369283259,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c30ff39d11708ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c30ff39d11708ea","status":"passed","time":{"start":1728379498102,"stop":1728379498103,"duration":1}},{"uid":"da60aebdc903e3b7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/da60aebdc903e3b7","status":"passed","time":{"start":1728372147565,"stop":1728372147565,"duration":0}},{"uid":"b1581d9abde9d2ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1581d9abde9d2ff","status":"passed","time":{"start":1728370535033,"stop":1728370535034,"duration":1}},{"uid":"3dcf57df0fd6db9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3dcf57df0fd6db9","status":"passed","time":{"start":1728369636376,"stop":1728369636376,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7d760faefdb1c54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7d760faefdb1c54","status":"passed","time":{"start":1728379158579,"stop":1728379158580,"duration":1}},{"uid":"e6c75ff8e5a32a68","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6c75ff8e5a32a68","status":"passed","time":{"start":1728371802214,"stop":1728371802217,"duration":3}},{"uid":"b100232da1fb0d7f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b100232da1fb0d7f","status":"passed","time":{"start":1728370149845,"stop":1728370149847,"duration":2}},{"uid":"a2ae7600d24784b8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a2ae7600d24784b8","status":"passed","time":{"start":1728369248416,"stop":1728369248418,"duration":2}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3e87b5f68d2b7dfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3e87b5f68d2b7dfe","status":"passed","time":{"start":1728379366440,"stop":1728379366442,"duration":2}},{"uid":"d32bd3223517e111","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d32bd3223517e111","status":"passed","time":{"start":1728371995989,"stop":1728371995993,"duration":4}},{"uid":"696651bd8befc21a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/696651bd8befc21a","status":"passed","time":{"start":1728370345099,"stop":1728370345099,"duration":0}},{"uid":"7d23cc43a5eaa2cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d23cc43a5eaa2cc","status":"passed","time":{"start":1728369447283,"stop":1728369447283,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2dfacdbceabe54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d2dfacdbceabe54","status":"passed","time":{"start":1728379366490,"stop":1728379366495,"duration":5}},{"uid":"100a0cfd28d897e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/100a0cfd28d897e","status":"passed","time":{"start":1728371996024,"stop":1728371996024,"duration":0}},{"uid":"b3c3f7b06f66f898","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3c3f7b06f66f898","status":"passed","time":{"start":1728370345140,"stop":1728370345140,"duration":0}},{"uid":"5cd76a76aef5268b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5cd76a76aef5268b","status":"passed","time":{"start":1728369447291,"stop":1728369447291,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1c85478017010fbf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c85478017010fbf","status":"passed","time":{"start":1728379350287,"stop":1728379350287,"duration":0}},{"uid":"4c8b6a4f8cc4f5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c8b6a4f8cc4f5a","status":"passed","time":{"start":1728371998250,"stop":1728371998250,"duration":0}},{"uid":"42c779d4b9f5c031","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/42c779d4b9f5c031","status":"passed","time":{"start":1728370345938,"stop":1728370345939,"duration":1}},{"uid":"c8bd04ad309bb35f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c8bd04ad309bb35f","status":"passed","time":{"start":1728369443724,"stop":1728369443724,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d06a396265a4e613","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d06a396265a4e613","status":"passed","time":{"start":1728379515557,"stop":1728379515558,"duration":1}},{"uid":"5164be3edc6bede9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5164be3edc6bede9","status":"passed","time":{"start":1728372171309,"stop":1728372171309,"duration":0}},{"uid":"141d6b69d22d3722","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/141d6b69d22d3722","status":"passed","time":{"start":1728370522972,"stop":1728370522972,"duration":0}},{"uid":"cd4554ae7eced4e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cd4554ae7eced4e4","status":"passed","time":{"start":1728369622049,"stop":1728369622050,"duration":1}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dcd772191c78b1e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dcd772191c78b1e","status":"passed","time":{"start":1728379159015,"stop":1728379159015,"duration":0}},{"uid":"88608f85e8573c02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/88608f85e8573c02","status":"passed","time":{"start":1728371802900,"stop":1728371802901,"duration":1}},{"uid":"1b7ca95c8449abed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1b7ca95c8449abed","status":"passed","time":{"start":1728370149934,"stop":1728370149934,"duration":0}},{"uid":"2f770f0d557f44b0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2f770f0d557f44b0","status":"passed","time":{"start":1728369248989,"stop":1728369248989,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"15418e3df1b70fe1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15418e3df1b70fe1","status":"passed","time":{"start":1728379422781,"stop":1728379422781,"duration":0}},{"uid":"1034cfe1027c26b4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1034cfe1027c26b4","status":"passed","time":{"start":1728372057781,"stop":1728372057782,"duration":1}},{"uid":"2edd3cd0a940bfc6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2edd3cd0a940bfc6","status":"passed","time":{"start":1728370439687,"stop":1728370439688,"duration":1}},{"uid":"9d5b02b2a1952781","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d5b02b2a1952781","status":"passed","time":{"start":1728369540017,"stop":1728369540018,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"371c36749ff9a5e0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/371c36749ff9a5e0","status":"passed","time":{"start":1728379515557,"stop":1728379515557,"duration":0}},{"uid":"77bc5c439ae08380","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77bc5c439ae08380","status":"passed","time":{"start":1728372171308,"stop":1728372171309,"duration":1}},{"uid":"d29186e3136911b7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d29186e3136911b7","status":"passed","time":{"start":1728370522972,"stop":1728370522972,"duration":0}},{"uid":"238e0105ecf2715d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/238e0105ecf2715d","status":"passed","time":{"start":1728369622049,"stop":1728369622049,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ba90f22969e6cff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ba90f22969e6cff","status":"passed","time":{"start":1728379422779,"stop":1728379422780,"duration":1}},{"uid":"890fe75b6300a442","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/890fe75b6300a442","status":"passed","time":{"start":1728372057780,"stop":1728372057781,"duration":1}},{"uid":"ff5338dfe5c9f14f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff5338dfe5c9f14f","status":"passed","time":{"start":1728370439684,"stop":1728370439685,"duration":1}},{"uid":"875367ee0641ad36","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/875367ee0641ad36","status":"passed","time":{"start":1728369540013,"stop":1728369540013,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"34c6c929bf410fbb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c6c929bf410fbb","status":"passed","time":{"start":1728379477370,"stop":1728379477371,"duration":1}},{"uid":"428d00047327238b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/428d00047327238b","status":"passed","time":{"start":1728372125151,"stop":1728372125152,"duration":1}},{"uid":"f61460a63915bd60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f61460a63915bd60","status":"passed","time":{"start":1728370506880,"stop":1728370506881,"duration":1}},{"uid":"6943a5e132df1fb1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6943a5e132df1fb1","status":"passed","time":{"start":1728369613006,"stop":1728369613006,"duration":0}}]},"0fddf73082dc8371071e3db02f3c9cde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbb7a9497bbefee1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fbb7a9497bbefee1","status":"passed","time":{"start":1728379460291,"stop":1728379460291,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db082a3ca1409b78","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db082a3ca1409b78","status":"passed","time":{"start":1728379329404,"stop":1728379329404,"duration":0}},{"uid":"91f612c23b061643","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/91f612c23b061643","status":"passed","time":{"start":1728371974004,"stop":1728371974004,"duration":0}},{"uid":"de770c0d5f194cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de770c0d5f194cb","status":"passed","time":{"start":1728370320871,"stop":1728370320873,"duration":2}},{"uid":"80c668fa1552e486","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/80c668fa1552e486","status":"passed","time":{"start":1728369420265,"stop":1728369420265,"duration":0}}]},"ff0bc695dac8796f1d06d9a7548cb7bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34650c3465884892","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/34650c3465884892","status":"passed","time":{"start":1728369663461,"stop":1728369663461,"duration":0}}]},"9e2bb04a94c2c6ddeb5ae851f25f86be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9110045239270736","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9110045239270736","status":"passed","time":{"start":1728379547123,"stop":1728379547124,"duration":1}}]},"5cbe6d7588d00e00d05500059cbd6404:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0cd695c6ab19285","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a0cd695c6ab19285","status":"passed","time":{"start":1728370581690,"stop":1728370581690,"duration":0}}]},"ab1ae99360e8492385e6e9fea7500dda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86ce186837affa49","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86ce186837affa49","status":"passed","time":{"start":1728369675002,"stop":1728369675003,"duration":1}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a4e8f3a32fc87353","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a4e8f3a32fc87353","status":"passed","time":{"start":1728379159024,"stop":1728379159024,"duration":0}},{"uid":"c43a316239b775c9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c43a316239b775c9","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"11f18c140bc36378","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11f18c140bc36378","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"ca8181e460c461d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca8181e460c461d9","status":"passed","time":{"start":1728369248997,"stop":1728369248997,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"91c181947c52a92f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91c181947c52a92f","status":"passed","time":{"start":1728379560456,"stop":1728379560456,"duration":0}},{"uid":"d0e6c8cdad043f9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0e6c8cdad043f9b","status":"passed","time":{"start":1728372207697,"stop":1728372207697,"duration":0}},{"uid":"956b16c1c03850c8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/956b16c1c03850c8","status":"passed","time":{"start":1728370596497,"stop":1728370596498,"duration":1}},{"uid":"51ebf0b4f5c22873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51ebf0b4f5c22873","status":"passed","time":{"start":1728369687972,"stop":1728369687972,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c14a7de843118914","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c14a7de843118914","status":"passed","time":{"start":1728379159026,"stop":1728379159026,"duration":0}},{"uid":"1275888e66faf874","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1275888e66faf874","status":"passed","time":{"start":1728371802909,"stop":1728371802910,"duration":1}},{"uid":"22ffad3130c12876","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22ffad3130c12876","status":"passed","time":{"start":1728370149944,"stop":1728370149944,"duration":0}},{"uid":"c0540c72f01fcb19","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0540c72f01fcb19","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2c4f0464dbe0f40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2c4f0464dbe0f40","status":"passed","time":{"start":1728379572275,"stop":1728379572275,"duration":0}},{"uid":"f2c7878047273c76","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2c7878047273c76","status":"passed","time":{"start":1728372221517,"stop":1728372221517,"duration":0}},{"uid":"36900452a6411532","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36900452a6411532","status":"passed","time":{"start":1728370607710,"stop":1728370607710,"duration":0}},{"uid":"1849169f54065899","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1849169f54065899","status":"passed","time":{"start":1728369690176,"stop":1728369690176,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4181e27e984e61ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4181e27e984e61ac","status":"passed","time":{"start":1728379182988,"stop":1728379182988,"duration":0}},{"uid":"ddfc3a749e3a29f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ddfc3a749e3a29f5","status":"passed","time":{"start":1728371826965,"stop":1728371826966,"duration":1}},{"uid":"4dce5d296cb09b89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4dce5d296cb09b89","status":"passed","time":{"start":1728370174429,"stop":1728370174429,"duration":0}},{"uid":"1fdb4a37375f41f5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1fdb4a37375f41f5","status":"passed","time":{"start":1728369273238,"stop":1728369273239,"duration":1}}]},"df89e32d61af03d961b1173cc1fe1a39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c113fa13c3fc21f2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c113fa13c3fc21f2","status":"passed","time":{"start":1728372105677,"stop":1728372105677,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b95d4165b8333af3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b95d4165b8333af3","status":"passed","time":{"start":1728379186758,"stop":1728379186758,"duration":0}},{"uid":"b97d6e2df176ef72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b97d6e2df176ef72","status":"passed","time":{"start":1728371830874,"stop":1728371830875,"duration":1}},{"uid":"2799b62fee6f7896","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2799b62fee6f7896","status":"passed","time":{"start":1728370178241,"stop":1728370178241,"duration":0}},{"uid":"b126a24f5c863519","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b126a24f5c863519","status":"passed","time":{"start":1728369277111,"stop":1728369277111,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1137cc840f183581","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1137cc840f183581","status":"passed","time":{"start":1728379174415,"stop":1728379174415,"duration":0}},{"uid":"3c43be22651f4352","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3c43be22651f4352","status":"passed","time":{"start":1728371818230,"stop":1728371818231,"duration":1}},{"uid":"8b305b321b04307c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b305b321b04307c","status":"passed","time":{"start":1728370165774,"stop":1728370165774,"duration":0}},{"uid":"9b872a5f85ec7356","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9b872a5f85ec7356","status":"passed","time":{"start":1728369264555,"stop":1728369264557,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ebac6f3a33ab178f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebac6f3a33ab178f","status":"passed","time":{"start":1728379182444,"stop":1728379182445,"duration":1}},{"uid":"1fc9c568699386cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1fc9c568699386cb","status":"passed","time":{"start":1728371826620,"stop":1728371826620,"duration":0}},{"uid":"6c2768792de1b9ad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c2768792de1b9ad","status":"passed","time":{"start":1728370173932,"stop":1728370173933,"duration":1}},{"uid":"331b1910a767a05f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/331b1910a767a05f","status":"passed","time":{"start":1728369272864,"stop":1728369272864,"duration":0}}]},"35f9668ce618cdf5746788eefbe2d268:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5d3c81f1cc068b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5d3c81f1cc068b6","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"525ae39310c8ee5b9366599d903a1db3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4db40ae06bd0b150","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4db40ae06bd0b150","status":"passed","time":{"start":1728370522979,"stop":1728370522979,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aecb341ab54907c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aecb341ab54907c7","status":"passed","time":{"start":1728379549652,"stop":1728379549659,"duration":7}},{"uid":"684c64cbcbf932b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/684c64cbcbf932b0","status":"passed","time":{"start":1728372195411,"stop":1728372195411,"duration":0}},{"uid":"932de9f11e2ecec7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/932de9f11e2ecec7","status":"passed","time":{"start":1728370555240,"stop":1728370555240,"duration":0}},{"uid":"2d6016feee97add7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2d6016feee97add7","status":"passed","time":{"start":1728369639828,"stop":1728369639829,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b12c68ae5c629596","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b12c68ae5c629596","status":"passed","time":{"start":1728379182447,"stop":1728379182448,"duration":1}},{"uid":"12d76b7a47096b42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/12d76b7a47096b42","status":"passed","time":{"start":1728371826623,"stop":1728371826624,"duration":1}},{"uid":"a8a16d3791081191","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a8a16d3791081191","status":"passed","time":{"start":1728370173936,"stop":1728370173936,"duration":0}},{"uid":"9f0d024a5cf36269","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9f0d024a5cf36269","status":"passed","time":{"start":1728369272870,"stop":1728369272871,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbe6f8aafe55d8c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cbe6f8aafe55d8c0","status":"passed","time":{"start":1728379569499,"stop":1728379569499,"duration":0}},{"uid":"219e32fc03ffcff5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/219e32fc03ffcff5","status":"passed","time":{"start":1728372220853,"stop":1728372220853,"duration":0}},{"uid":"77d18416dab5ad04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77d18416dab5ad04","status":"passed","time":{"start":1728370605231,"stop":1728370605232,"duration":1}},{"uid":"7b30debcdf19f7c5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7b30debcdf19f7c5","status":"passed","time":{"start":1728369697451,"stop":1728369697452,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d79c07741311bca","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d79c07741311bca","status":"passed","time":{"start":1728379175036,"stop":1728379175036,"duration":0}},{"uid":"69160cbc2541d80f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69160cbc2541d80f","status":"passed","time":{"start":1728371819028,"stop":1728371819028,"duration":0}},{"uid":"efdce1b7ea227834","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efdce1b7ea227834","status":"passed","time":{"start":1728370166485,"stop":1728370166485,"duration":0}},{"uid":"9b17821ad512d6bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9b17821ad512d6bd","status":"passed","time":{"start":1728369265267,"stop":1728369265268,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa7109d86f0467a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa7109d86f0467a8","status":"passed","time":{"start":1728379329401,"stop":1728379329401,"duration":0}},{"uid":"a559ad631cc40f2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a559ad631cc40f2b","status":"passed","time":{"start":1728371973995,"stop":1728371973995,"duration":0}},{"uid":"65c311ed234250d4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65c311ed234250d4","status":"passed","time":{"start":1728370320868,"stop":1728370320868,"duration":0}},{"uid":"3bb95bb5c4d9d2bb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bb95bb5c4d9d2bb","status":"passed","time":{"start":1728369420249,"stop":1728369420249,"duration":0}}]},"e96ff8c3cc85af73e472b0c128cec7d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab3486490af590ac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab3486490af590ac","status":"passed","time":{"start":1728369663460,"stop":1728369663460,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ddecedfd43e5ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ddecedfd43e5ab","status":"passed","time":{"start":1728379194286,"stop":1728379194286,"duration":0}},{"uid":"2223959f7311f0e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2223959f7311f0e9","status":"passed","time":{"start":1728371838586,"stop":1728371838586,"duration":0}},{"uid":"98376a6d3d3dd236","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/98376a6d3d3dd236","status":"passed","time":{"start":1728370185972,"stop":1728370185972,"duration":0}},{"uid":"99445bf9bc9c223d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/99445bf9bc9c223d","status":"passed","time":{"start":1728369284715,"stop":1728369284715,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"629a4248735a9710","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/629a4248735a9710","status":"passed","time":{"start":1728379524435,"stop":1728379524436,"duration":1}},{"uid":"d6bd0560202c8dd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d6bd0560202c8dd5","status":"passed","time":{"start":1728372187033,"stop":1728372187033,"duration":0}},{"uid":"ed6fd28e0bf63b5a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed6fd28e0bf63b5a","status":"passed","time":{"start":1728370559624,"stop":1728370559624,"duration":0}},{"uid":"bb2f2ffcf41293c4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bb2f2ffcf41293c4","status":"passed","time":{"start":1728369646198,"stop":1728369646202,"duration":4}}]},"bf131ad7009b57e7472aba49a2837171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca7e00b7e2b6d31e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ca7e00b7e2b6d31e","status":"passed","time":{"start":1728370581676,"stop":1728370581676,"duration":0}}]},"3c91c16325ea78c265c18ff3a233b1b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57a84328e282471","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b57a84328e282471","status":"passed","time":{"start":1728372200173,"stop":1728372200174,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6a02ef0bf887901d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6a02ef0bf887901d","status":"passed","time":{"start":1728379329402,"stop":1728379329403,"duration":1}},{"uid":"74a4bc5c226ed093","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74a4bc5c226ed093","status":"passed","time":{"start":1728371974002,"stop":1728371974002,"duration":0}},{"uid":"d7f2d1a4bde46396","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d7f2d1a4bde46396","status":"passed","time":{"start":1728370320869,"stop":1728370320869,"duration":0}},{"uid":"41521d332577d63b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41521d332577d63b","status":"passed","time":{"start":1728369420263,"stop":1728369420263,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e700e87ee3da5cda","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e700e87ee3da5cda","status":"passed","time":{"start":1728379222479,"stop":1728379222487,"duration":8}},{"uid":"f76e70800ed8ce5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f76e70800ed8ce5c","status":"passed","time":{"start":1728371864277,"stop":1728371864278,"duration":1}},{"uid":"f062a4190429a68","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f062a4190429a68","status":"passed","time":{"start":1728370211850,"stop":1728370211850,"duration":0}},{"uid":"256879af5d5643fa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/256879af5d5643fa","status":"passed","time":{"start":1728369311531,"stop":1728369311531,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"66c2ec1de1a30a98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66c2ec1de1a30a98","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224170,"stop":1728379224170,"duration":0}},{"uid":"50d8d28ac8330529","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50d8d28ac8330529","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870695,"stop":1728371870695,"duration":0}},{"uid":"64e8ca263832f47d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/64e8ca263832f47d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215355,"stop":1728370215355,"duration":0}},{"uid":"1508a66aa69ce8d1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1508a66aa69ce8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314833,"duration":0}}]},"5254dbc82651a90fa6ac481f1be3b542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"237a440297f94a68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/237a440297f94a68","status":"passed","time":{"start":1728369630400,"stop":1728369630401,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2329d11d6ea8cae0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2329d11d6ea8cae0","status":"passed","time":{"start":1728379193197,"stop":1728379193198,"duration":1}},{"uid":"d9b3e9b5768e58eb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9b3e9b5768e58eb","status":"passed","time":{"start":1728371837409,"stop":1728371837409,"duration":0}},{"uid":"431d128e1c091198","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/431d128e1c091198","status":"passed","time":{"start":1728370184626,"stop":1728370184627,"duration":1}},{"uid":"1e6988c394270043","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e6988c394270043","status":"passed","time":{"start":1728369283803,"stop":1728369283804,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6fccbb0fd0555ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6fccbb0fd0555ee","status":"passed","time":{"start":1728379549701,"stop":1728379549702,"duration":1}},{"uid":"974117f3fa2dc84b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/974117f3fa2dc84b","status":"passed","time":{"start":1728372195438,"stop":1728372195438,"duration":0}},{"uid":"c9e2cb7dc0e4520f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c9e2cb7dc0e4520f","status":"passed","time":{"start":1728370555261,"stop":1728370555261,"duration":0}},{"uid":"261c251a0d4b01fe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/261c251a0d4b01fe","status":"passed","time":{"start":1728369639857,"stop":1728369639858,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c155b5a8158292ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c155b5a8158292ac","status":"passed","time":{"start":1728379462179,"stop":1728379462180,"duration":1}},{"uid":"88fd1df9e5982203","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/88fd1df9e5982203","status":"passed","time":{"start":1728372110411,"stop":1728372110411,"duration":0}},{"uid":"6b16f882d10830f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b16f882d10830f","status":"passed","time":{"start":1728370489665,"stop":1728370489665,"duration":0}},{"uid":"b0d5bfc8627a55c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b0d5bfc8627a55c0","status":"passed","time":{"start":1728369593940,"stop":1728369593941,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f1ecca8b8331be55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f1ecca8b8331be55","status":"passed","time":{"start":1728379565743,"stop":1728379565744,"duration":1}},{"uid":"3297f407c26973ce","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3297f407c26973ce","status":"passed","time":{"start":1728372228766,"stop":1728372228766,"duration":0}},{"uid":"772b19b9ce62e003","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/772b19b9ce62e003","status":"passed","time":{"start":1728370603981,"stop":1728370603981,"duration":0}},{"uid":"ef9f9f47df4db285","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ef9f9f47df4db285","status":"passed","time":{"start":1728369703131,"stop":1728369703132,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f51eb6a64fd9f8f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f51eb6a64fd9f8f7","status":"passed","time":{"start":1728379329181,"stop":1728379329181,"duration":0}},{"uid":"b8669ce87d534cf0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b8669ce87d534cf0","status":"passed","time":{"start":1728371984006,"stop":1728371984006,"duration":0}},{"uid":"2fa8fea2b164cf2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fa8fea2b164cf2a","status":"passed","time":{"start":1728370284360,"stop":1728370284361,"duration":1}},{"uid":"766a7b7c39f4cd44","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/766a7b7c39f4cd44","status":"passed","time":{"start":1728369378903,"stop":1728369378906,"duration":3}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6b1c84f006cca9b9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b1c84f006cca9b9","status":"passed","time":{"start":1728379186758,"stop":1728379186758,"duration":0}},{"uid":"346cb93bd40eca04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/346cb93bd40eca04","status":"passed","time":{"start":1728371830874,"stop":1728371830874,"duration":0}},{"uid":"e599cb4ce2e7078c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e599cb4ce2e7078c","status":"passed","time":{"start":1728370178240,"stop":1728370178241,"duration":1}},{"uid":"6bf25c46f9f99511","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6bf25c46f9f99511","status":"passed","time":{"start":1728369277111,"stop":1728369277111,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d38ca6a26d5b9b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d38ca6a26d5b9b","status":"passed","time":{"start":1728379329179,"stop":1728379329180,"duration":1}},{"uid":"d80349a61d97c676","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d80349a61d97c676","status":"passed","time":{"start":1728371984004,"stop":1728371984005,"duration":1}},{"uid":"2a702cc12f9a79f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2a702cc12f9a79f","status":"passed","time":{"start":1728370284359,"stop":1728370284359,"duration":0}},{"uid":"638f477fb5d94dc2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/638f477fb5d94dc2","status":"passed","time":{"start":1728369378900,"stop":1728369378900,"duration":0}}]},"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11230c4497650905","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/11230c4497650905","status":"passed","time":{"start":1728379197138,"stop":1728379197139,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f6065f9d031e947a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6065f9d031e947a","status":"passed","time":{"start":1728379186757,"stop":1728379186757,"duration":0}},{"uid":"30c338a6f7448f5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/30c338a6f7448f5c","status":"passed","time":{"start":1728371830873,"stop":1728371830873,"duration":0}},{"uid":"c99ea241550073b8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c99ea241550073b8","status":"passed","time":{"start":1728370178239,"stop":1728370178240,"duration":1}},{"uid":"a79c127d8d40a696","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a79c127d8d40a696","status":"passed","time":{"start":1728369277110,"stop":1728369277110,"duration":0}}]},"24d3181a58dc81bad2257715da0c8c0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f9fb292fed6f145","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f9fb292fed6f145","status":"passed","time":{"start":1728369420248,"stop":1728369420248,"duration":0}}]},"080eccd579c2469c85709973c2225064:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c4452d04487490","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/60c4452d04487490","status":"passed","time":{"start":1728379493846,"stop":1728379493849,"duration":3}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd55c5ae9c60b89e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd55c5ae9c60b89e","status":"passed","time":{"start":1728379329173,"stop":1728379329174,"duration":1}},{"uid":"adce983429f8d345","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/adce983429f8d345","status":"passed","time":{"start":1728371983999,"stop":1728371983999,"duration":0}},{"uid":"710607460801844d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/710607460801844d","status":"passed","time":{"start":1728370284349,"stop":1728370284350,"duration":1}},{"uid":"97944cffe720f234","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/97944cffe720f234","status":"passed","time":{"start":1728369378881,"stop":1728369378891,"duration":10}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ce17573943bad3ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce17573943bad3ea","status":"passed","time":{"start":1728379498108,"stop":1728379498108,"duration":0}},{"uid":"a48aeb0b8e6cd741","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a48aeb0b8e6cd741","status":"passed","time":{"start":1728372147580,"stop":1728372147580,"duration":0}},{"uid":"faa413e3f75ef0a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/faa413e3f75ef0a1","status":"passed","time":{"start":1728370535039,"stop":1728370535039,"duration":0}},{"uid":"175e0f882626b814","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/175e0f882626b814","status":"passed","time":{"start":1728369636387,"stop":1728369636387,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a05aa07ff28acb8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a05aa07ff28acb8","status":"passed","time":{"start":1728379460299,"stop":1728379460301,"duration":2}},{"uid":"841465f3a9af64ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/841465f3a9af64ca","status":"passed","time":{"start":1728372105681,"stop":1728372105681,"duration":0}},{"uid":"254d580be620b570","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/254d580be620b570","status":"passed","time":{"start":1728370464165,"stop":1728370464167,"duration":2}},{"uid":"fc35f952e1edb2ad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc35f952e1edb2ad","status":"passed","time":{"start":1728369544877,"stop":1728369544878,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f6621031d0ad6a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6621031d0ad6a5d","status":"passed","time":{"start":1728379482916,"stop":1728379482916,"duration":0}},{"uid":"11ac7219eec00f6b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/11ac7219eec00f6b","status":"passed","time":{"start":1728372134541,"stop":1728372134543,"duration":2}},{"uid":"f56fff1a1f0f8b91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f56fff1a1f0f8b91","status":"passed","time":{"start":1728370487856,"stop":1728370487857,"duration":1}},{"uid":"49f32d7651367f21","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/49f32d7651367f21","status":"passed","time":{"start":1728369590784,"stop":1728369590785,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f86e2171442591f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2f86e2171442591f","status":"passed","time":{"start":1728379460287,"stop":1728379460288,"duration":1}},{"uid":"b4a600cb5d541952","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4a600cb5d541952","status":"passed","time":{"start":1728372105676,"stop":1728372105676,"duration":0}},{"uid":"537a44543bae7666","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/537a44543bae7666","status":"passed","time":{"start":1728370464150,"stop":1728370464150,"duration":0}},{"uid":"6dd221225b3402aa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6dd221225b3402aa","status":"passed","time":{"start":1728369544873,"stop":1728369544873,"duration":0}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59b218bafa799cc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59b218bafa799cc2","status":"passed","time":{"start":1728379159028,"stop":1728379159029,"duration":1}},{"uid":"ba933a0e3b0fd416","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba933a0e3b0fd416","status":"passed","time":{"start":1728371802912,"stop":1728371802912,"duration":0}},{"uid":"d665fce7cbac8ff3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d665fce7cbac8ff3","status":"passed","time":{"start":1728370149946,"stop":1728370149946,"duration":0}},{"uid":"a15fd2acfbc408f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a15fd2acfbc408f8","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef1cbe196a879479","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef1cbe196a879479","status":"passed","time":{"start":1728379515553,"stop":1728379515553,"duration":0}},{"uid":"d794d2d5deeb93b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d794d2d5deeb93b","status":"passed","time":{"start":1728372171296,"stop":1728372171297,"duration":1}},{"uid":"419ffe75304b4699","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/419ffe75304b4699","status":"passed","time":{"start":1728370522965,"stop":1728370522965,"duration":0}},{"uid":"a12a200ca5539798","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a12a200ca5539798","status":"passed","time":{"start":1728369622045,"stop":1728369622045,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"763a05e7ed626d76","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/763a05e7ed626d76","status":"passed","time":{"start":1728379350288,"stop":1728379350289,"duration":1}},{"uid":"a867b2abacf594b4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a867b2abacf594b4","status":"passed","time":{"start":1728371998251,"stop":1728371998251,"duration":0}},{"uid":"de8e37dc70e87b5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de8e37dc70e87b5c","status":"passed","time":{"start":1728370345940,"stop":1728370345941,"duration":1}},{"uid":"9c81e6943223c556","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c81e6943223c556","status":"passed","time":{"start":1728369443728,"stop":1728369443729,"duration":1}}]},"a6881bad42907fa3ce813fa056a76550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5276b21547c97dd0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5276b21547c97dd0","status":"passed","time":{"start":1728379523110,"stop":1728379523110,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a6398308f611594d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6398308f611594d","status":"passed","time":{"start":1728379329397,"stop":1728379329397,"duration":0}},{"uid":"c87da22e6809dd68","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c87da22e6809dd68","status":"passed","time":{"start":1728371973989,"stop":1728371973990,"duration":1}},{"uid":"248c301299174783","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/248c301299174783","status":"passed","time":{"start":1728370320864,"stop":1728370320864,"duration":0}},{"uid":"5d09999a70f14133","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d09999a70f14133","status":"passed","time":{"start":1728369420242,"stop":1728369420242,"duration":0}}]},"ae78e1b7c4903e31c1f16df076b5ede9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57c698e7c6accab","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57c698e7c6accab","status":"passed","time":{"start":1728369663463,"stop":1728369663463,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d53f438e6de1459","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d53f438e6de1459","status":"passed","time":{"start":1728379262343,"stop":1728379262344,"duration":1}},{"uid":"9689c8efc842a0c4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9689c8efc842a0c4","status":"passed","time":{"start":1728371896581,"stop":1728371896582,"duration":1}},{"uid":"ccd2574b5047fea6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ccd2574b5047fea6","status":"passed","time":{"start":1728370244009,"stop":1728370244010,"duration":1}},{"uid":"ae2d47fd51246c97","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ae2d47fd51246c97","status":"passed","time":{"start":1728369348164,"stop":1728369348164,"duration":0}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b82ae4bfca8b88ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b82ae4bfca8b88ce","status":"passed","time":{"start":1728379159015,"stop":1728379159016,"duration":1}},{"uid":"5d197bdf443f86a5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d197bdf443f86a5","status":"passed","time":{"start":1728371802901,"stop":1728371802901,"duration":0}},{"uid":"607ff8b05f473300","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/607ff8b05f473300","status":"passed","time":{"start":1728370149934,"stop":1728370149935,"duration":1}},{"uid":"1e1b7c3340ec8628","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e1b7c3340ec8628","status":"passed","time":{"start":1728369248989,"stop":1728369248989,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ab46338e9c0094c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8ab46338e9c0094c","status":"passed","time":{"start":1728379159025,"stop":1728379159025,"duration":0}},{"uid":"e398d566bfa35fea","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e398d566bfa35fea","status":"passed","time":{"start":1728371802908,"stop":1728371802909,"duration":1}},{"uid":"3bc702bd1feb1194","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bc702bd1feb1194","status":"passed","time":{"start":1728370149943,"stop":1728370149943,"duration":0}},{"uid":"65a80a55bae6876","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/65a80a55bae6876","status":"passed","time":{"start":1728369248998,"stop":1728369248998,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"493901210499f6a3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/493901210499f6a3","status":"passed","time":{"start":1728379282311,"stop":1728379282311,"duration":0}},{"uid":"2c63a1f0ed4726ef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c63a1f0ed4726ef","status":"passed","time":{"start":1728371925985,"stop":1728371925986,"duration":1}},{"uid":"7bd243130f5dae22","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7bd243130f5dae22","status":"passed","time":{"start":1728370273959,"stop":1728370273960,"duration":1}},{"uid":"412083705a40a8ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/412083705a40a8ae","status":"passed","time":{"start":1728369370046,"stop":1728369370046,"duration":0}}]},"7949735efcd92b4f14c5d7bfc74ba337:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8c6be0958d9eef1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f8c6be0958d9eef1","status":"passed","time":{"start":1728369674998,"stop":1728369675000,"duration":2}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8360eef6cd2fcc7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8360eef6cd2fcc7","status":"passed","time":{"start":1728379159016,"stop":1728379159016,"duration":0}},{"uid":"646b73cbf3fc2852","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/646b73cbf3fc2852","status":"passed","time":{"start":1728371802901,"stop":1728371802901,"duration":0}},{"uid":"24f36013f73e7578","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24f36013f73e7578","status":"passed","time":{"start":1728370149935,"stop":1728370149935,"duration":0}},{"uid":"ea9db598695eaa3e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea9db598695eaa3e","status":"passed","time":{"start":1728369248989,"stop":1728369248990,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"561296635a6adace","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/561296635a6adace","status":"passed","time":{"start":1728379159020,"stop":1728379159020,"duration":0}},{"uid":"3dfe4a8635470d72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3dfe4a8635470d72","status":"passed","time":{"start":1728371802904,"stop":1728371802905,"duration":1}},{"uid":"f90215a46c45caca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f90215a46c45caca","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"ac250686ad5cb927","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac250686ad5cb927","status":"passed","time":{"start":1728369248993,"stop":1728369248993,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca91bd84ded9fbbc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca91bd84ded9fbbc","status":"passed","time":{"start":1728379167014,"stop":1728379167014,"duration":0}},{"uid":"fb7395194ba02ce1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb7395194ba02ce1","status":"passed","time":{"start":1728371810675,"stop":1728371810675,"duration":0}},{"uid":"2e0c2d5498fcf410","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2e0c2d5498fcf410","status":"passed","time":{"start":1728370158073,"stop":1728370158078,"duration":5}},{"uid":"8cc1b4747d8f00ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8cc1b4747d8f00ea","status":"passed","time":{"start":1728369257225,"stop":1728369257225,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ab4f8be6d67f93f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ab4f8be6d67f93f8","status":"passed","time":{"start":1728379329399,"stop":1728379329399,"duration":0}},{"uid":"b2b5d6403289c366","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2b5d6403289c366","status":"passed","time":{"start":1728371973992,"stop":1728371973993,"duration":1}},{"uid":"3b33d05d168dad57","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b33d05d168dad57","status":"passed","time":{"start":1728370320866,"stop":1728370320866,"duration":0}},{"uid":"4fe65b54f615ec32","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4fe65b54f615ec32","status":"passed","time":{"start":1728369420244,"stop":1728369420245,"duration":1}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd3e4afd66e6a4d0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dd3e4afd66e6a4d0","status":"passed","time":{"start":1728379167600,"stop":1728379167604,"duration":4}},{"uid":"ae1ab5f8927d4767","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae1ab5f8927d4767","status":"passed","time":{"start":1728371811385,"stop":1728371811385,"duration":0}},{"uid":"e9704130dd43a8ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e9704130dd43a8ff","status":"passed","time":{"start":1728370158843,"stop":1728370158847,"duration":4}},{"uid":"d167c5451eeab6cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d167c5451eeab6cf","status":"passed","time":{"start":1728369257785,"stop":1728369257786,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f165c480371445f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f165c480371445f","status":"passed","time":{"start":1728379482917,"stop":1728379482918,"duration":1}},{"uid":"5bae4431e9888789","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5bae4431e9888789","status":"passed","time":{"start":1728372134543,"stop":1728372134544,"duration":1}},{"uid":"be91c2a0a1804d40","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/be91c2a0a1804d40","status":"passed","time":{"start":1728370487858,"stop":1728370487859,"duration":1}},{"uid":"e029564b33b23441","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e029564b33b23441","status":"passed","time":{"start":1728369590785,"stop":1728369590786,"duration":1}}]},"a33068ef8b90de0e5ea40b943c282e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1681fb8b073f2a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1681fb8b073f2a4","status":"passed","time":{"start":1728370487886,"stop":1728370487886,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22610cce7fb278e1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22610cce7fb278e1","status":"passed","time":{"start":1728379460275,"stop":1728379460275,"duration":0}},{"uid":"5eb282d922b7c9a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5eb282d922b7c9a1","status":"passed","time":{"start":1728372105668,"stop":1728372105668,"duration":0}},{"uid":"86e0444b8876ed2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86e0444b8876ed2a","status":"passed","time":{"start":1728370464134,"stop":1728370464134,"duration":0}},{"uid":"5f9fc6172cfd71cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f9fc6172cfd71cb","status":"passed","time":{"start":1728369544864,"stop":1728369544864,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b69e75177b1b6835","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b69e75177b1b6835","status":"passed","time":{"start":1728379482924,"stop":1728379482925,"duration":1}},{"uid":"b744440e4306ce66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b744440e4306ce66","status":"passed","time":{"start":1728372134548,"stop":1728372134549,"duration":1}},{"uid":"f9ca3200c74f653a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9ca3200c74f653a","status":"passed","time":{"start":1728370487866,"stop":1728370487867,"duration":1}},{"uid":"4af161bb90bfce82","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4af161bb90bfce82","status":"passed","time":{"start":1728369590791,"stop":1728369590791,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3b91d28512d53db","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3b91d28512d53db","status":"passed","time":{"start":1728379426695,"stop":1728379426695,"duration":0}},{"uid":"4d6376c652b6bb7b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4d6376c652b6bb7b","status":"passed","time":{"start":1728372087443,"stop":1728372087443,"duration":0}},{"uid":"3379dbbdbc789de5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3379dbbdbc789de5","status":"passed","time":{"start":1728370465028,"stop":1728370465028,"duration":0}},{"uid":"ab1f794bd442f16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab1f794bd442f16","status":"passed","time":{"start":1728369548705,"stop":1728369548705,"duration":0}}]},"c20dacc37d0359d29fc820860a4c681d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8f11e8c6e130c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c8f11e8c6e130c3","status":"passed","time":{"start":1728379523106,"stop":1728379523108,"duration":2}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78332ef7fc026dc8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78332ef7fc026dc8","status":"passed","time":{"start":1728379524443,"stop":1728379524443,"duration":0}},{"uid":"a43b3f3c79963a4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a43b3f3c79963a4d","status":"passed","time":{"start":1728372187036,"stop":1728372187036,"duration":0}},{"uid":"d8940fe47abc1b77","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d8940fe47abc1b77","status":"passed","time":{"start":1728370559629,"stop":1728370559629,"duration":0}},{"uid":"a2015e29ffd85024","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a2015e29ffd85024","status":"passed","time":{"start":1728369646206,"stop":1728369646207,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa22fa7321ee5720","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aa22fa7321ee5720","status":"passed","time":{"start":1728379543297,"stop":1728379543297,"duration":0}},{"uid":"7466c03f5d1a3249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7466c03f5d1a3249","status":"passed","time":{"start":1728372192284,"stop":1728372192284,"duration":0}},{"uid":"2c6ed1ddcc054e3b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2c6ed1ddcc054e3b","status":"passed","time":{"start":1728370579148,"stop":1728370579150,"duration":2}},{"uid":"5bc4d4c26e26ee73","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bc4d4c26e26ee73","status":"passed","time":{"start":1728369664326,"stop":1728369664327,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bd32dc003dcacf65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd32dc003dcacf65","status":"passed","time":{"start":1728379482922,"stop":1728379482923,"duration":1}},{"uid":"d93d69e337282166","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d93d69e337282166","status":"passed","time":{"start":1728372134547,"stop":1728372134547,"duration":0}},{"uid":"bcc4041a7b93a9b8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bcc4041a7b93a9b8","status":"passed","time":{"start":1728370487864,"stop":1728370487865,"duration":1}},{"uid":"2f0a96bfd7e3a536","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2f0a96bfd7e3a536","status":"passed","time":{"start":1728369590789,"stop":1728369590790,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f58e0c2c7d05e1c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f58e0c2c7d05e1c","status":"passed","time":{"start":1728379182989,"stop":1728379182989,"duration":0}},{"uid":"21cfde2799a836e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/21cfde2799a836e0","status":"passed","time":{"start":1728371826967,"stop":1728371826967,"duration":0}},{"uid":"6eba77d2ee77d9fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6eba77d2ee77d9fd","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"dc2d02758a3e1862","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc2d02758a3e1862","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e499235ab9db33b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e499235ab9db33b5","status":"passed","time":{"start":1728379366501,"stop":1728379366501,"duration":0}},{"uid":"d9448fbaae7a18de","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9448fbaae7a18de","status":"passed","time":{"start":1728371996031,"stop":1728371996045,"duration":14}},{"uid":"b7136c95d732a82c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b7136c95d732a82c","status":"passed","time":{"start":1728370345150,"stop":1728370345150,"duration":0}},{"uid":"4f321bc80c715ff2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f321bc80c715ff2","status":"passed","time":{"start":1728369447294,"stop":1728369447294,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"397077d0aa6eabed","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/397077d0aa6eabed","status":"passed","time":{"start":1728379569499,"stop":1728379569500,"duration":1}},{"uid":"f31795098a73258","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f31795098a73258","status":"passed","time":{"start":1728372220858,"stop":1728372220862,"duration":4}},{"uid":"7ca47f18f147072","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7ca47f18f147072","status":"passed","time":{"start":1728370605232,"stop":1728370605232,"duration":0}},{"uid":"6e7a521a13284aa8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e7a521a13284aa8","status":"passed","time":{"start":1728369697452,"stop":1728369697452,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"461f5bfada8eae55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/461f5bfada8eae55","status":"passed","time":{"start":1728379224168,"stop":1728379224168,"duration":0}},{"uid":"432d5ea7407e77fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/432d5ea7407e77fa","status":"passed","time":{"start":1728371870690,"stop":1728371870690,"duration":0}},{"uid":"65d4ae57980936da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65d4ae57980936da","status":"passed","time":{"start":1728370215350,"stop":1728370215350,"duration":0}},{"uid":"a3a2d7fbe7e91974","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3a2d7fbe7e91974","status":"passed","time":{"start":1728369314832,"stop":1728369314832,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2b47ca3e22ad9a2b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b47ca3e22ad9a2b","status":"passed","time":{"start":1728379560456,"stop":1728379560457,"duration":1}},{"uid":"76b90445aa4075c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76b90445aa4075c2","status":"passed","time":{"start":1728372207703,"stop":1728372207703,"duration":0}},{"uid":"4aecb743d3da4baa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4aecb743d3da4baa","status":"passed","time":{"start":1728370596498,"stop":1728370596498,"duration":0}},{"uid":"b9b802214be66259","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9b802214be66259","status":"passed","time":{"start":1728369687973,"stop":1728369687973,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"860d57b50c06c224","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/860d57b50c06c224","status":"passed","time":{"start":1728379167599,"stop":1728379167599,"duration":0}},{"uid":"9b5e2479989f66cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b5e2479989f66cc","status":"passed","time":{"start":1728371811380,"stop":1728371811384,"duration":4}},{"uid":"b08ce2b5bf73477","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b08ce2b5bf73477","status":"passed","time":{"start":1728370158842,"stop":1728370158842,"duration":0}},{"uid":"e98750df5ea19fd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e98750df5ea19fd6","status":"passed","time":{"start":1728369257784,"stop":1728369257784,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4af9908085e068cd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4af9908085e068cd","status":"passed","time":{"start":1728379515558,"stop":1728379515558,"duration":0}},{"uid":"d26ee848e73f2ba2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d26ee848e73f2ba2","status":"passed","time":{"start":1728372171309,"stop":1728372171310,"duration":1}},{"uid":"c7660ed724d08aa3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c7660ed724d08aa3","status":"passed","time":{"start":1728370522972,"stop":1728370522973,"duration":1}},{"uid":"c779adfcb1e7da12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c779adfcb1e7da12","status":"passed","time":{"start":1728369622050,"stop":1728369622050,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47e3c81399504580","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/47e3c81399504580","status":"passed","time":{"start":1728379515561,"stop":1728379515561,"duration":0}},{"uid":"bc3b1b6c38d29f45","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc3b1b6c38d29f45","status":"passed","time":{"start":1728372171314,"stop":1728372171314,"duration":0}},{"uid":"d38b83210f31fe2c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d38b83210f31fe2c","status":"passed","time":{"start":1728370522978,"stop":1728370522978,"duration":0}},{"uid":"e06681eeb96c856e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e06681eeb96c856e","status":"passed","time":{"start":1728369622054,"stop":1728369622055,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb6893438c55a4f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb6893438c55a4f7","status":"passed","time":{"start":1728379515555,"stop":1728379515555,"duration":0}},{"uid":"8e39b3f403c37192","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e39b3f403c37192","status":"passed","time":{"start":1728372171298,"stop":1728372171299,"duration":1}},{"uid":"751d9b6a84c39120","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/751d9b6a84c39120","status":"passed","time":{"start":1728370522967,"stop":1728370522967,"duration":0}},{"uid":"fe4de5e9d3c4b20b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fe4de5e9d3c4b20b","status":"passed","time":{"start":1728369622046,"stop":1728369622047,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73ba59e6d1f8c3ca","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/73ba59e6d1f8c3ca","status":"passed","time":{"start":1728379543297,"stop":1728379543298,"duration":1}},{"uid":"ff827867e3c6c6c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff827867e3c6c6c2","status":"passed","time":{"start":1728372192284,"stop":1728372192284,"duration":0}},{"uid":"680814a67e87da08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/680814a67e87da08","status":"passed","time":{"start":1728370579151,"stop":1728370579152,"duration":1}},{"uid":"e4c75de021d9252f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e4c75de021d9252f","status":"passed","time":{"start":1728369664327,"stop":1728369664327,"duration":0}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fbd48110d8fb71b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fbd48110d8fb71b4","status":"passed","time":{"start":1728379329164,"stop":1728379329164,"duration":0}},{"uid":"83142e09baac9c92","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/83142e09baac9c92","status":"passed","time":{"start":1728371983978,"stop":1728371983979,"duration":1}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8452c275a26a5722","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8452c275a26a5722","status":"passed","time":{"start":1728379215424,"stop":1728379215426,"duration":2}},{"uid":"b46e4b7180d4dac4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b46e4b7180d4dac4","status":"passed","time":{"start":1728371857082,"stop":1728371857083,"duration":1}},{"uid":"87049b9116dabf19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87049b9116dabf19","status":"passed","time":{"start":1728370205009,"stop":1728370205011,"duration":2}},{"uid":"4b3a8742f710b3a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b3a8742f710b3a7","status":"passed","time":{"start":1728369303189,"stop":1728369303196,"duration":7}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1dfb1b40f7e05038","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1dfb1b40f7e05038","status":"passed","time":{"start":1728379549661,"stop":1728379549661,"duration":0}},{"uid":"d77791b1d5f0ffeb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d77791b1d5f0ffeb","status":"passed","time":{"start":1728372195413,"stop":1728372195414,"duration":1}},{"uid":"9a4f108b445de069","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a4f108b445de069","status":"passed","time":{"start":1728370555241,"stop":1728370555241,"duration":0}},{"uid":"6d6c21779b76f1f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d6c21779b76f1f9","status":"passed","time":{"start":1728369639832,"stop":1728369639834,"duration":2}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c46d30d8f5617819","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c46d30d8f5617819","status":"passed","time":{"start":1728379224167,"stop":1728379224167,"duration":0}},{"uid":"a879baf6c0dd13ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a879baf6c0dd13ca","status":"passed","time":{"start":1728371870689,"stop":1728371870689,"duration":0}},{"uid":"fd3240849ce9a53d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd3240849ce9a53d","status":"passed","time":{"start":1728370215349,"stop":1728370215349,"duration":0}},{"uid":"68a8fa9877e026e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68a8fa9877e026e3","status":"passed","time":{"start":1728369314831,"stop":1728369314831,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f3ca636994af7a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ca636994af7a0","status":"passed","time":{"start":1728379460265,"stop":1728379460265,"duration":0}},{"uid":"548ab838d9041d54","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/548ab838d9041d54","status":"passed","time":{"start":1728372105663,"stop":1728372105664,"duration":1}},{"uid":"d5ec3fd208be3468","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d5ec3fd208be3468","status":"passed","time":{"start":1728370464123,"stop":1728370464128,"duration":5}},{"uid":"4d054107981c14e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4d054107981c14e0","status":"passed","time":{"start":1728369544860,"stop":1728369544860,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ebdd27a25cd43c02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebdd27a25cd43c02","status":"passed","time":{"start":1728379493875,"stop":1728379493875,"duration":0}},{"uid":"75775a3f2ed96d0b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75775a3f2ed96d0b","status":"passed","time":{"start":1728372140965,"stop":1728372140966,"duration":1}},{"uid":"6f32fe417eb8f144","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6f32fe417eb8f144","status":"passed","time":{"start":1728370524967,"stop":1728370524967,"duration":0}},{"uid":"381811031bf9e534","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/381811031bf9e534","status":"passed","time":{"start":1728369630403,"stop":1728369630403,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"90ce8d742901651e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/90ce8d742901651e","status":"passed","time":{"start":1728379167607,"stop":1728379167608,"duration":1}},{"uid":"7d0537633539348d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7d0537633539348d","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"55b77bd578707a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b77bd578707a4","status":"passed","time":{"start":1728370158850,"stop":1728370158850,"duration":0}},{"uid":"11e718f9039458f0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/11e718f9039458f0","status":"passed","time":{"start":1728369257789,"stop":1728369257789,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a3df4a90377b9ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a3df4a90377b9ac","status":"passed","time":{"start":1728379250162,"stop":1728379250163,"duration":1}},{"uid":"5ba4eeba4d817090","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5ba4eeba4d817090","status":"passed","time":{"start":1728371885967,"stop":1728371885969,"duration":2}},{"uid":"fd37db30f413a47e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd37db30f413a47e","status":"passed","time":{"start":1728370233664,"stop":1728370233664,"duration":0}},{"uid":"a1dc20d48e1f4fc8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1dc20d48e1f4fc8","status":"passed","time":{"start":1728369335735,"stop":1728369335735,"duration":0}}]},"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"df78e33f0f6be54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df78e33f0f6be54","status":"passed","time":{"start":1728379419660,"stop":1728379419671,"duration":11}},{"uid":"ab286063706aca27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ab286063706aca27","status":"passed","time":{"start":1728372107432,"stop":1728372107432,"duration":0}},{"uid":"d1b8b1b5f8edacd4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1b8b1b5f8edacd4","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626979,"stop":1728370626979,"duration":0}},{"uid":"21ad1545b6978572","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/21ad1545b6978572","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728509,"stop":1728369728509,"duration":0}}]},"1c34dd759de8cb9c80685c14d9a12f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2da94ee2bfb24be5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2da94ee2bfb24be5","status":"passed","time":{"start":1728370581682,"stop":1728370581682,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3bd2491174aa479","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3bd2491174aa479","status":"passed","time":{"start":1728379549659,"stop":1728379549660,"duration":1}},{"uid":"5a26019d6f66e101","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a26019d6f66e101","status":"passed","time":{"start":1728372195411,"stop":1728372195412,"duration":1}},{"uid":"994b4b32fe2ad499","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/994b4b32fe2ad499","status":"passed","time":{"start":1728370555240,"stop":1728370555240,"duration":0}},{"uid":"3d970f4339896140","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d970f4339896140","status":"passed","time":{"start":1728369639829,"stop":1728369639831,"duration":2}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c03d737c77a888a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c03d737c77a888a","status":"passed","time":{"start":1728379422777,"stop":1728379422779,"duration":2}},{"uid":"9d38b3bdf46c48e3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d38b3bdf46c48e3","status":"passed","time":{"start":1728372057777,"stop":1728372057778,"duration":1}},{"uid":"4087d10e5db3872c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4087d10e5db3872c","status":"passed","time":{"start":1728370439677,"stop":1728370439683,"duration":6}},{"uid":"b5f9c2c9c310240b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b5f9c2c9c310240b","status":"passed","time":{"start":1728369540010,"stop":1728369540012,"duration":2}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39ef828e1db9c40c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/39ef828e1db9c40c","status":"passed","time":{"start":1728379182283,"stop":1728379182283,"duration":0}},{"uid":"bbeefff7290d0c5d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bbeefff7290d0c5d","status":"passed","time":{"start":1728371826535,"stop":1728371826535,"duration":0}},{"uid":"5757a64741e6d52f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5757a64741e6d52f","status":"passed","time":{"start":1728370173923,"stop":1728370173923,"duration":0}},{"uid":"1ee46ee3c25fed36","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ee46ee3c25fed36","status":"passed","time":{"start":1728369272889,"stop":1728369272889,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23c855fb233e8c13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/23c855fb233e8c13","status":"passed","time":{"start":1728379158999,"stop":1728379158999,"duration":0}},{"uid":"9c55bb583967c32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9c55bb583967c32","status":"passed","time":{"start":1728371802891,"stop":1728371802891,"duration":0}},{"uid":"2d848428cf799c76","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2d848428cf799c76","status":"passed","time":{"start":1728370149918,"stop":1728370149918,"duration":0}},{"uid":"a212d85135b6cb7a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a212d85135b6cb7a","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"964270d6d22b89af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/964270d6d22b89af","status":"passed","time":{"start":1728379515541,"stop":1728379515541,"duration":0}},{"uid":"6b247bb78ff7cf81","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6b247bb78ff7cf81","status":"passed","time":{"start":1728372171286,"stop":1728372171286,"duration":0}},{"uid":"ce9edaf9fdbb78f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ce9edaf9fdbb78f","status":"passed","time":{"start":1728370522936,"stop":1728370522942,"duration":6}},{"uid":"390b29f470624741","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/390b29f470624741","status":"passed","time":{"start":1728369622028,"stop":1728369622029,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f3ea48376f9a4acc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ea48376f9a4acc","status":"passed","time":{"start":1728379515554,"stop":1728379515554,"duration":0}},{"uid":"37e9296f08526357","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37e9296f08526357","status":"passed","time":{"start":1728372171298,"stop":1728372171298,"duration":0}},{"uid":"fd983e9a1f3cedd8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd983e9a1f3cedd8","status":"passed","time":{"start":1728370522966,"stop":1728370522966,"duration":0}},{"uid":"1ff126ea4def5e9e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ff126ea4def5e9e","status":"passed","time":{"start":1728369622045,"stop":1728369622046,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a8ef39b1a04ee10b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a8ef39b1a04ee10b","status":"passed","time":{"start":1728379192713,"stop":1728379192714,"duration":1}},{"uid":"cb580d97d84262b9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cb580d97d84262b9","status":"passed","time":{"start":1728371836842,"stop":1728371836842,"duration":0}},{"uid":"5f1d9536ecd4520a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f1d9536ecd4520a","status":"passed","time":{"start":1728370184425,"stop":1728370184426,"duration":1}},{"uid":"bc09c845b2bfc832","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc09c845b2bfc832","status":"passed","time":{"start":1728369283256,"stop":1728369283257,"duration":1}}]},"c78da60259bf3778fb33d9ec8b5715c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b63442b7df425d6c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b63442b7df425d6c","status":"passed","time":{"start":1728370524961,"stop":1728370524962,"duration":1}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4730dbb872ad8951","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4730dbb872ad8951","status":"passed","time":{"start":1728379549688,"stop":1728379549689,"duration":1}},{"uid":"494be6a7ad162268","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/494be6a7ad162268","status":"passed","time":{"start":1728372195429,"stop":1728372195429,"duration":0}},{"uid":"bb6d63b319f9c9df","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb6d63b319f9c9df","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"c525a6a09fec996","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c525a6a09fec996","status":"passed","time":{"start":1728369639846,"stop":1728369639846,"duration":0}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cb39fe2edf661db9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cb39fe2edf661db9","status":"passed","time":{"start":1728379159028,"stop":1728379159028,"duration":0}},{"uid":"178a6e690d4dabd0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/178a6e690d4dabd0","status":"passed","time":{"start":1728371802911,"stop":1728371802911,"duration":0}},{"uid":"a5993137e680509a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5993137e680509a","status":"passed","time":{"start":1728370149945,"stop":1728370149946,"duration":1}},{"uid":"fbfcd5d22ed8c221","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fbfcd5d22ed8c221","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1623064bc28b48","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1623064bc28b48","status":"passed","time":{"start":1728379159009,"stop":1728379159009,"duration":0}},{"uid":"7fa5a82582800137","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7fa5a82582800137","status":"passed","time":{"start":1728371802895,"stop":1728371802895,"duration":0}},{"uid":"c3f64f33d198b753","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3f64f33d198b753","status":"passed","time":{"start":1728370149928,"stop":1728370149928,"duration":0}},{"uid":"9afab1ee97c45404","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9afab1ee97c45404","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f7bd11e6bf9c902","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9f7bd11e6bf9c902","status":"passed","time":{"start":1728379460285,"stop":1728379460285,"duration":0}},{"uid":"c8cb7fd39047c97d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8cb7fd39047c97d","status":"passed","time":{"start":1728372105674,"stop":1728372105674,"duration":0}},{"uid":"5306b5301b938ebf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5306b5301b938ebf","status":"passed","time":{"start":1728370464148,"stop":1728370464149,"duration":1}},{"uid":"41f8c2afbac21316","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41f8c2afbac21316","status":"passed","time":{"start":1728369544871,"stop":1728369544871,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d49fb7cd3264fb3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d49fb7cd3264fb3","status":"passed","time":{"start":1728379366428,"stop":1728379366428,"duration":0}},{"uid":"4f795afaf53bc701","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4f795afaf53bc701","status":"passed","time":{"start":1728371995973,"stop":1728371995988,"duration":15}},{"uid":"e96ab0c9c9f01fe5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e96ab0c9c9f01fe5","status":"passed","time":{"start":1728370345093,"stop":1728370345097,"duration":4}},{"uid":"f7484294a877f73","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7484294a877f73","status":"passed","time":{"start":1728369447280,"stop":1728369447281,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"847aa11d109bb131","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/847aa11d109bb131","status":"passed","time":{"start":1728379515558,"stop":1728379515559,"duration":1}},{"uid":"65cbae669a8f1185","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65cbae669a8f1185","status":"passed","time":{"start":1728372171310,"stop":1728372171310,"duration":0}},{"uid":"e28c9a6a8e2cc3fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e28c9a6a8e2cc3fd","status":"passed","time":{"start":1728370522973,"stop":1728370522973,"duration":0}},{"uid":"6d7f8464a0b2b4d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d7f8464a0b2b4d4","status":"passed","time":{"start":1728369622050,"stop":1728369622051,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac08eb49ce7863","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ac08eb49ce7863","status":"passed","time":{"start":1728379566957,"stop":1728379566957,"duration":0}},{"uid":"99a973f9c2ddbb2d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/99a973f9c2ddbb2d","status":"passed","time":{"start":1728372225666,"stop":1728372225667,"duration":1}},{"uid":"c0b3912211711ca8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0b3912211711ca8","status":"passed","time":{"start":1728370613960,"stop":1728370613960,"duration":0}},{"uid":"78c183d90bb96f88","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/78c183d90bb96f88","status":"passed","time":{"start":1728369705620,"stop":1728369705621,"duration":1}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c50e17554f123016","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c50e17554f123016","status":"passed","time":{"start":1728379194288,"stop":1728379194288,"duration":0}},{"uid":"1cf0153bf6529604","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1cf0153bf6529604","status":"passed","time":{"start":1728371838588,"stop":1728371838588,"duration":0}},{"uid":"9fe729027ce3d49f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9fe729027ce3d49f","status":"passed","time":{"start":1728370185973,"stop":1728370185974,"duration":1}},{"uid":"2abfaed5f4900ba1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2abfaed5f4900ba1","status":"passed","time":{"start":1728369284716,"stop":1728369284717,"duration":1}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93f4cd4871b73cfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/93f4cd4871b73cfe","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"ea798237e8fdab53","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ea798237e8fdab53","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"8e4363626e2dce7b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8e4363626e2dce7b","status":"passed","time":{"start":1728370149938,"stop":1728370149938,"duration":0}},{"uid":"f6d57d2731c975a8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6d57d2731c975a8","status":"passed","time":{"start":1728369248993,"stop":1728369248993,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1238e71681a4e0b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1238e71681a4e0b2","status":"passed","time":{"start":1728379572276,"stop":1728379572276,"duration":0}},{"uid":"3de8b9352898b2c0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3de8b9352898b2c0","status":"passed","time":{"start":1728372221518,"stop":1728372221522,"duration":4}},{"uid":"4b761b53c0e800af","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b761b53c0e800af","status":"passed","time":{"start":1728370607710,"stop":1728370607711,"duration":1}},{"uid":"47e192abe696eca0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/47e192abe696eca0","status":"passed","time":{"start":1728369690177,"stop":1728369690178,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b5cfbc99e28d40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b5cfbc99e28d40","status":"passed","time":{"start":1728379515552,"stop":1728379515552,"duration":0}},{"uid":"8531c2512141f562","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8531c2512141f562","status":"passed","time":{"start":1728372171295,"stop":1728372171296,"duration":1}},{"uid":"a73f2cf860f2d47a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a73f2cf860f2d47a","status":"passed","time":{"start":1728370522962,"stop":1728370522964,"duration":2}},{"uid":"b2027714e1032ce5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b2027714e1032ce5","status":"passed","time":{"start":1728369622040,"stop":1728369622044,"duration":4}}]},"437285d260df3efd62a2dec94b4665c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba409ed722099a3e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba409ed722099a3e","status":"passed","time":{"start":1728372169990,"stop":1728372169990,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"b6c031102c15fd9f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b6c031102c15fd9f","status":"passed","time":{"start":1728379365894,"stop":1728379365894,"duration":0}},{"uid":"4c05236fb7151b27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c05236fb7151b27","status":"passed","time":{"start":1728372012987,"stop":1728372012987,"duration":0}},{"uid":"e6469883602b9c6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6469883602b9c6a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370408805,"stop":1728370408805,"duration":0}},{"uid":"425f1fd713d3d415","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/425f1fd713d3d415","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369510273,"stop":1728369510274,"duration":1}}]},"c5b450b444e75d5eccab1aa1ca4b0e54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cfcf037c51cc59a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6cfcf037c51cc59a","status":"passed","time":{"start":1728369663460,"stop":1728369663460,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c35b700700c5b2ae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c35b700700c5b2ae","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"378701ca027773c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/378701ca027773c5","status":"passed","time":{"start":1728371802854,"stop":1728371802854,"duration":0}},{"uid":"ebc7391d09a4b0f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebc7391d09a4b0f5","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"440e38f3d53daef4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/440e38f3d53daef4","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b76ee4f187ac3de0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b76ee4f187ac3de0","status":"passed","time":{"start":1728379159027,"stop":1728379159027,"duration":0}},{"uid":"c8a5f25219718f26","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8a5f25219718f26","status":"passed","time":{"start":1728371802910,"stop":1728371802911,"duration":1}},{"uid":"d13ee2640742808a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d13ee2640742808a","status":"passed","time":{"start":1728370149945,"stop":1728370149945,"duration":0}},{"uid":"7a1591cff3615e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a1591cff3615e0","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79018378c1ab327d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79018378c1ab327d","status":"passed","time":{"start":1728379159007,"stop":1728379159007,"duration":0}},{"uid":"b2e9c1e427a6ad07","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2e9c1e427a6ad07","status":"passed","time":{"start":1728371802893,"stop":1728371802893,"duration":0}},{"uid":"ab8db8864abf97de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab8db8864abf97de","status":"passed","time":{"start":1728370149926,"stop":1728370149927,"duration":1}},{"uid":"27e99fe357f20d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/27e99fe357f20d0","status":"passed","time":{"start":1728369248982,"stop":1728369248983,"duration":1}}]},"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"902ad519877de319","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/902ad519877de319","status":"passed","time":{"start":1728379419688,"stop":1728379419688,"duration":0}},{"uid":"7a436759a0883221","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a436759a0883221","status":"passed","time":{"start":1728372107449,"stop":1728372107449,"duration":0}},{"uid":"318085f60947dc27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/318085f60947dc27","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626992,"stop":1728370626992,"duration":0}},{"uid":"93e03678ba0b2610","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/93e03678ba0b2610","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728520,"stop":1728369728521,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a104d42bff546d4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a104d42bff546d4d","status":"passed","time":{"start":1728379366468,"stop":1728379366470,"duration":2}},{"uid":"a8921b9230ae7227","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8921b9230ae7227","status":"passed","time":{"start":1728371996007,"stop":1728371996007,"duration":0}},{"uid":"915a00894ab84f9e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/915a00894ab84f9e","status":"passed","time":{"start":1728370345126,"stop":1728370345126,"duration":0}},{"uid":"735f04030a74222","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/735f04030a74222","status":"passed","time":{"start":1728369447287,"stop":1728369447287,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e385a69c1ef3201","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4e385a69c1ef3201","status":"passed","time":{"start":1728379515546,"stop":1728379515546,"duration":0}},{"uid":"d0310e37e66b95fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0310e37e66b95fe","status":"passed","time":{"start":1728372171292,"stop":1728372171292,"duration":0}},{"uid":"2cb4d8b4db37cc8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2cb4d8b4db37cc8","status":"passed","time":{"start":1728370522956,"stop":1728370522956,"duration":0}},{"uid":"1a66d1ec51d29c2c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a66d1ec51d29c2c","status":"passed","time":{"start":1728369622032,"stop":1728369622032,"duration":0}}]},"a5bc622f2faf8684ee16ec4375fea2d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8906547bd1228077","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8906547bd1228077","status":"passed","time":{"start":1728379329400,"stop":1728379329400,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd364b60939e298d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fd364b60939e298d","status":"passed","time":{"start":1728379329177,"stop":1728379329177,"duration":0}},{"uid":"2860a43e7d7bf479","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2860a43e7d7bf479","status":"passed","time":{"start":1728371984002,"stop":1728371984002,"duration":0}},{"uid":"c600a31456f40e20","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c600a31456f40e20","status":"passed","time":{"start":1728370284356,"stop":1728370284356,"duration":0}},{"uid":"f466a2c0ff036043","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f466a2c0ff036043","status":"passed","time":{"start":1728369378895,"stop":1728369378895,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8aa4e4ed064dbca1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8aa4e4ed064dbca1","status":"passed","time":{"start":1728379460275,"stop":1728379460276,"duration":1}},{"uid":"17f3634acfc4ca9c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17f3634acfc4ca9c","status":"passed","time":{"start":1728372105668,"stop":1728372105669,"duration":1}},{"uid":"ec585a1eb071c8c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec585a1eb071c8c1","status":"passed","time":{"start":1728370464135,"stop":1728370464135,"duration":0}},{"uid":"60e4d99be41092d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60e4d99be41092d8","status":"passed","time":{"start":1728369544865,"stop":1728369544865,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9cb906660eb3c3e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9cb906660eb3c3e7","status":"passed","time":{"start":1728379460264,"stop":1728379460265,"duration":1}},{"uid":"f9d8e3f582f56436","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f9d8e3f582f56436","status":"passed","time":{"start":1728372105663,"stop":1728372105663,"duration":0}},{"uid":"e51cb7211a0d89bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e51cb7211a0d89bc","status":"passed","time":{"start":1728370464123,"stop":1728370464123,"duration":0}},{"uid":"e9233ff7d26eb4cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9233ff7d26eb4cc","status":"passed","time":{"start":1728369544858,"stop":1728369544860,"duration":2}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b965da794bf237b1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b965da794bf237b1","status":"passed","time":{"start":1728379329182,"stop":1728379329182,"duration":0}},{"uid":"f572119461479e20","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f572119461479e20","status":"passed","time":{"start":1728371984007,"stop":1728371984007,"duration":0}},{"uid":"7821e691788d80f9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7821e691788d80f9","status":"passed","time":{"start":1728370284362,"stop":1728370284362,"duration":0}},{"uid":"d35c1521264b356b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d35c1521264b356b","status":"passed","time":{"start":1728369378909,"stop":1728369378909,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be336151ac5333d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be336151ac5333d8","status":"passed","time":{"start":1728379329174,"stop":1728379329174,"duration":0}},{"uid":"a3802f332f675993","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a3802f332f675993","status":"passed","time":{"start":1728371984000,"stop":1728371984000,"duration":0}},{"uid":"9137f163f3c8e1fe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9137f163f3c8e1fe","status":"passed","time":{"start":1728370284350,"stop":1728370284351,"duration":1}},{"uid":"6e1b763e350a4b5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e1b763e350a4b5a","status":"passed","time":{"start":1728369378892,"stop":1728369378892,"duration":0}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4410c68855ba9311","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4410c68855ba9311","status":"passed","time":{"start":1728379282317,"stop":1728379282317,"duration":0}},{"uid":"73b35952f2538c4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73b35952f2538c4d","status":"passed","time":{"start":1728371925986,"stop":1728371925986,"duration":0}},{"uid":"56d1573f61b4f160","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56d1573f61b4f160","status":"passed","time":{"start":1728370273960,"stop":1728370273969,"duration":9}},{"uid":"aa56489b7235d444","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa56489b7235d444","status":"passed","time":{"start":1728369370046,"stop":1728369370047,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a505b3b9ac4ca835","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a505b3b9ac4ca835","status":"passed","time":{"start":1728379422781,"stop":1728379422781,"duration":0}},{"uid":"a7bfc2b16b8d04cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7bfc2b16b8d04cb","status":"passed","time":{"start":1728372057782,"stop":1728372057782,"duration":0}},{"uid":"e9994283224cd54e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e9994283224cd54e","status":"passed","time":{"start":1728370439688,"stop":1728370439689,"duration":1}},{"uid":"4fdd542fd7468b1c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4fdd542fd7468b1c","status":"passed","time":{"start":1728369540018,"stop":1728369540018,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"935d38cb33ea64e5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/935d38cb33ea64e5","status":"passed","time":{"start":1728379282318,"stop":1728379282319,"duration":1}},{"uid":"b7d43c458006bd6b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b7d43c458006bd6b","status":"passed","time":{"start":1728371925988,"stop":1728371925988,"duration":0}},{"uid":"f7e25c92caa75234","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f7e25c92caa75234","status":"passed","time":{"start":1728370273981,"stop":1728370273989,"duration":8}},{"uid":"1dca19ed221f1a04","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1dca19ed221f1a04","status":"passed","time":{"start":1728369370051,"stop":1728369370051,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a4d85aba61b94cff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a4d85aba61b94cff","status":"passed","time":{"start":1728379167599,"stop":1728379167599,"duration":0}},{"uid":"cb74c5c80f3bcd16","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cb74c5c80f3bcd16","status":"passed","time":{"start":1728371811380,"stop":1728371811380,"duration":0}},{"uid":"ebe2f17078f0dbc0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebe2f17078f0dbc0","status":"passed","time":{"start":1728370158841,"stop":1728370158841,"duration":0}},{"uid":"eac20e605c80af3e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eac20e605c80af3e","status":"passed","time":{"start":1728369257780,"stop":1728369257780,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ccc15cb974530af2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ccc15cb974530af2","status":"passed","time":{"start":1728379484792,"stop":1728379484793,"duration":1}},{"uid":"165ef41c7418d39a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/165ef41c7418d39a","status":"passed","time":{"start":1728372130490,"stop":1728372130491,"duration":1}},{"uid":"87dbb80b72810512","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87dbb80b72810512","status":"passed","time":{"start":1728370516484,"stop":1728370516485,"duration":1}},{"uid":"ffab6b1baaa7e774","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffab6b1baaa7e774","status":"passed","time":{"start":1728369620727,"stop":1728369620727,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e8ac36ee4724564","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e8ac36ee4724564","status":"passed","time":{"start":1728379255036,"stop":1728379255037,"duration":1}},{"uid":"696b604c7a5d213b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/696b604c7a5d213b","status":"passed","time":{"start":1728371896758,"stop":1728371896758,"duration":0}},{"uid":"3832f3f9deaecf28","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3832f3f9deaecf28","status":"passed","time":{"start":1728370245302,"stop":1728370245304,"duration":2}},{"uid":"167bd8a88e5578ed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/167bd8a88e5578ed","status":"passed","time":{"start":1728369344226,"stop":1728369344226,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"888dc99d020663f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/888dc99d020663f2","status":"passed","time":{"start":1728379329402,"stop":1728379329402,"duration":0}},{"uid":"46182609995ca643","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/46182609995ca643","status":"passed","time":{"start":1728371974002,"stop":1728371974002,"duration":0}},{"uid":"f36a20299ebfe15a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f36a20299ebfe15a","status":"passed","time":{"start":1728370320869,"stop":1728370320869,"duration":0}},{"uid":"1a6ee05f852a4e2a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a6ee05f852a4e2a","status":"passed","time":{"start":1728369420262,"stop":1728369420263,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b0913c2cd6804e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b0913c2cd6804e7","status":"passed","time":{"start":1728379498092,"stop":1728379498093,"duration":1}},{"uid":"2cc1e076fb00118d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cc1e076fb00118d","status":"passed","time":{"start":1728372147550,"stop":1728372147550,"duration":0}},{"uid":"d39f53b395eff04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d39f53b395eff04","status":"passed","time":{"start":1728370534999,"stop":1728370534999,"duration":0}},{"uid":"5d71e704750a3f5b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d71e704750a3f5b","status":"passed","time":{"start":1728369636348,"stop":1728369636354,"duration":6}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b5a75a511b4d04a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b5a75a511b4d04a","status":"passed","time":{"start":1728379159022,"stop":1728379159023,"duration":1}},{"uid":"f35aae853c357931","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f35aae853c357931","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"c3f7364a54c3f5fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3f7364a54c3f5fd","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"5f041478296efc03","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f041478296efc03","status":"passed","time":{"start":1728369248996,"stop":1728369248996,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23de147a0256a176","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/23de147a0256a176","status":"passed","time":{"start":1728379194287,"stop":1728379194288,"duration":1}},{"uid":"d40aabf9bae23d1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d40aabf9bae23d1a","status":"passed","time":{"start":1728371838587,"stop":1728371838587,"duration":0}},{"uid":"8cf177ceb47c80e2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8cf177ceb47c80e2","status":"passed","time":{"start":1728370185973,"stop":1728370185973,"duration":0}},{"uid":"d797003550e36a37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d797003550e36a37","status":"passed","time":{"start":1728369284716,"stop":1728369284716,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b8281ab73b4833e5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8281ab73b4833e5","status":"passed","time":{"start":1728379482950,"stop":1728379482955,"duration":5}},{"uid":"27ea4d120217d30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/27ea4d120217d30","status":"passed","time":{"start":1728372134573,"stop":1728372134574,"duration":1}},{"uid":"ff83663af19827c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff83663af19827c5","status":"passed","time":{"start":1728370487884,"stop":1728370487884,"duration":0}},{"uid":"fb2c5d732ee7579a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb2c5d732ee7579a","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5723ca3d019582ef","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5723ca3d019582ef","status":"passed","time":{"start":1728379460262,"stop":1728379460262,"duration":0}},{"uid":"b3dbc8323b54e7a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b3dbc8323b54e7a0","status":"passed","time":{"start":1728372105660,"stop":1728372105661,"duration":1}},{"uid":"94eb22e66b07139c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94eb22e66b07139c","status":"passed","time":{"start":1728370464119,"stop":1728370464119,"duration":0}},{"uid":"40cf9a14de5a05a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40cf9a14de5a05a2","status":"passed","time":{"start":1728369544855,"stop":1728369544856,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bd0061841b5f3b65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd0061841b5f3b65","status":"passed","time":{"start":1728379167595,"stop":1728379167596,"duration":1}},{"uid":"a49b6ed3ab822bb7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a49b6ed3ab822bb7","status":"passed","time":{"start":1728371811376,"stop":1728371811376,"duration":0}},{"uid":"a713f5f382a42099","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a713f5f382a42099","status":"passed","time":{"start":1728370158838,"stop":1728370158838,"duration":0}},{"uid":"aa535025326bc9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa535025326bc9","status":"passed","time":{"start":1728369257777,"stop":1728369257777,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78a5e89da82843f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78a5e89da82843f7","status":"passed","time":{"start":1728379549698,"stop":1728379549698,"duration":0}},{"uid":"ad23f0fd43264c6f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ad23f0fd43264c6f","status":"passed","time":{"start":1728372195435,"stop":1728372195435,"duration":0}},{"uid":"6f77f9d3da01765c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6f77f9d3da01765c","status":"passed","time":{"start":1728370555258,"stop":1728370555258,"duration":0}},{"uid":"14f5d712923c78db","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/14f5d712923c78db","status":"passed","time":{"start":1728369639855,"stop":1728369639855,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ade9ead3c0645b4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ade9ead3c0645b4a","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"af09df5ac2933764","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/af09df5ac2933764","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"afef5768fbcd5914","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/afef5768fbcd5914","status":"passed","time":{"start":1728370630366,"stop":1728370630366,"duration":0}},{"uid":"8f1a173ac9ffcb23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f1a173ac9ffcb23","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b4e4b8ad4511005","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b4e4b8ad4511005","status":"passed","time":{"start":1728379186758,"stop":1728379186759,"duration":1}},{"uid":"dc6fb6d5f43e5168","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc6fb6d5f43e5168","status":"passed","time":{"start":1728371830875,"stop":1728371830875,"duration":0}},{"uid":"504b4e20fd50af27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/504b4e20fd50af27","status":"passed","time":{"start":1728370178241,"stop":1728370178242,"duration":1}},{"uid":"3d1509b5da587858","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d1509b5da587858","status":"passed","time":{"start":1728369277111,"stop":1728369277112,"duration":1}}]},"e7ac9ecd3905b0f491cd10ebe1ad54ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7810496fa6a1075","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7810496fa6a1075","status":"passed","time":{"start":1728369663462,"stop":1728369663462,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ce486ddee88cc468","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce486ddee88cc468","status":"passed","time":{"start":1728379477376,"stop":1728379477376,"duration":0}},{"uid":"639bbb5f7e79c098","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/639bbb5f7e79c098","status":"passed","time":{"start":1728372125153,"stop":1728372125153,"duration":0}},{"uid":"429ca3ce6837beab","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/429ca3ce6837beab","status":"passed","time":{"start":1728370506884,"stop":1728370506885,"duration":1}},{"uid":"79ea0fb8927f8946","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/79ea0fb8927f8946","status":"passed","time":{"start":1728369613009,"stop":1728369613009,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74d89ad38a9a62be","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74d89ad38a9a62be","status":"passed","time":{"start":1728379263251,"stop":1728379263252,"duration":1}},{"uid":"b7086562102723e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b7086562102723e2","status":"passed","time":{"start":1728371902715,"stop":1728371902715,"duration":0}},{"uid":"89f0fe784911400a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89f0fe784911400a","status":"passed","time":{"start":1728370254632,"stop":1728370254633,"duration":1}},{"uid":"f85395c3345164ee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f85395c3345164ee","status":"passed","time":{"start":1728369347761,"stop":1728369347762,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4182b8a8f4ac63e2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4182b8a8f4ac63e2","status":"passed","time":{"start":1728379460274,"stop":1728379460274,"duration":0}},{"uid":"156f54c5970c2ec9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/156f54c5970c2ec9","status":"passed","time":{"start":1728372105667,"stop":1728372105667,"duration":0}},{"uid":"17c731334a7cb8b6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/17c731334a7cb8b6","status":"passed","time":{"start":1728370464132,"stop":1728370464133,"duration":1}},{"uid":"5ac4dc8f5a00f38c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ac4dc8f5a00f38c","status":"passed","time":{"start":1728369544863,"stop":1728369544863,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e90d6e725ea9665","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e90d6e725ea9665","status":"passed","time":{"start":1728379482948,"stop":1728379482949,"duration":1}},{"uid":"2df8654e7943c8b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2df8654e7943c8b1","status":"passed","time":{"start":1728372134572,"stop":1728372134572,"duration":0}},{"uid":"55b7e8828521b082","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b7e8828521b082","status":"passed","time":{"start":1728370487883,"stop":1728370487884,"duration":1}},{"uid":"f77be6a8b2a8bafd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f77be6a8b2a8bafd","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"3af54656d6ae607150a75e2a5cafb4dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dce11331270dd6e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dce11331270dd6e3","status":"passed","time":{"start":1728370581675,"stop":1728370581676,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"81b606a93f2d0d97","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/81b606a93f2d0d97","status":"passed","time":{"start":1728379222477,"stop":1728379222477,"duration":0}},{"uid":"9002527d20491167","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9002527d20491167","status":"passed","time":{"start":1728371864275,"stop":1728371864276,"duration":1}},{"uid":"1d8de87f8b26e400","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1d8de87f8b26e400","status":"passed","time":{"start":1728370211848,"stop":1728370211848,"duration":0}},{"uid":"7f33effd5ccde37b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f33effd5ccde37b","status":"passed","time":{"start":1728369311529,"stop":1728369311529,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22679d64fd16ded0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22679d64fd16ded0","status":"passed","time":{"start":1728379224165,"stop":1728379224165,"duration":0}},{"uid":"5e6644cf74852f13","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e6644cf74852f13","status":"passed","time":{"start":1728371870685,"stop":1728371870687,"duration":2}},{"uid":"edeb07bb8efd65e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/edeb07bb8efd65e3","status":"passed","time":{"start":1728370215347,"stop":1728370215348,"duration":1}},{"uid":"f07643fd4562aaed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f07643fd4562aaed","status":"passed","time":{"start":1728369314830,"stop":1728369314830,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d667decbd7cc14","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d667decbd7cc14","status":"passed","time":{"start":1728379263248,"stop":1728379263248,"duration":0}},{"uid":"9e4c4ccd25b8b01a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e4c4ccd25b8b01a","status":"passed","time":{"start":1728371902712,"stop":1728371902712,"duration":0}},{"uid":"d9804ea21ce12b61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9804ea21ce12b61","status":"passed","time":{"start":1728370254629,"stop":1728370254629,"duration":0}},{"uid":"9bfd3d4f6617d9d2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bfd3d4f6617d9d2","status":"passed","time":{"start":1728369347753,"stop":1728369347754,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1933482f7e018d2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1933482f7e018d2e","status":"passed","time":{"start":1728379460282,"stop":1728379460282,"duration":0}},{"uid":"f2ad0565f01d43fd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2ad0565f01d43fd","status":"passed","time":{"start":1728372105672,"stop":1728372105672,"duration":0}},{"uid":"b40709666bc79cb7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b40709666bc79cb7","status":"passed","time":{"start":1728370464144,"stop":1728370464144,"duration":0}},{"uid":"959f53b5b485642b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/959f53b5b485642b","status":"passed","time":{"start":1728369544868,"stop":1728369544868,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ed41441f89d5b944","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ed41441f89d5b944","status":"passed","time":{"start":1728379167604,"stop":1728379167604,"duration":0}},{"uid":"1b82145b8be46ce3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1b82145b8be46ce3","status":"passed","time":{"start":1728371811385,"stop":1728371811386,"duration":1}},{"uid":"5d8c91c2e85e07bb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5d8c91c2e85e07bb","status":"passed","time":{"start":1728370158847,"stop":1728370158847,"duration":0}},{"uid":"1ce9c46f03723d90","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ce9c46f03723d90","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"852c76b1b34b3251","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/852c76b1b34b3251","status":"passed","time":{"start":1728379192718,"stop":1728379192718,"duration":0}},{"uid":"4abc438c94388f3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4abc438c94388f3b","status":"passed","time":{"start":1728371836844,"stop":1728371836845,"duration":1}},{"uid":"47200bb0e0015872","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47200bb0e0015872","status":"passed","time":{"start":1728370184428,"stop":1728370184429,"duration":1}},{"uid":"ac32909f2ee64943","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac32909f2ee64943","status":"passed","time":{"start":1728369283261,"stop":1728369283261,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5851203a88dc5e6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5851203a88dc5e6a","status":"passed","time":{"start":1728379200430,"stop":1728379200430,"duration":0}},{"uid":"5fc52b604cb10e53","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5fc52b604cb10e53","status":"passed","time":{"start":1728371841840,"stop":1728371841841,"duration":1}},{"uid":"c54568a2b382af08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c54568a2b382af08","status":"passed","time":{"start":1728370189960,"stop":1728370189960,"duration":0}},{"uid":"89e6fc8c09b2f73c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89e6fc8c09b2f73c","status":"passed","time":{"start":1728369288722,"stop":1728369288722,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f4158cf2f84776c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5f4158cf2f84776c","status":"passed","time":{"start":1728379329176,"stop":1728379329176,"duration":0}},{"uid":"6f50f6ccd5ff2f5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f50f6ccd5ff2f5c","status":"passed","time":{"start":1728371984002,"stop":1728371984002,"duration":0}},{"uid":"f9396ed3a4890ed6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9396ed3a4890ed6","status":"passed","time":{"start":1728370284354,"stop":1728370284355,"duration":1}},{"uid":"b9502c7ca0214dce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9502c7ca0214dce","status":"passed","time":{"start":1728369378894,"stop":1728369378894,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"34dd0b74b7d7218e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34dd0b74b7d7218e","status":"passed","time":{"start":1728379549630,"stop":1728379549631,"duration":1}},{"uid":"2c0496e0b654680c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c0496e0b654680c","status":"passed","time":{"start":1728372195404,"stop":1728372195406,"duration":2}},{"uid":"4c8f239fb71c7ee0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c8f239fb71c7ee0","status":"passed","time":{"start":1728370555235,"stop":1728370555236,"duration":1}},{"uid":"5df2970ccd5203ef","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5df2970ccd5203ef","status":"passed","time":{"start":1728369639822,"stop":1728369639822,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d337f97f8d2a557","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d337f97f8d2a557","status":"passed","time":{"start":1728379224166,"stop":1728379224166,"duration":0}},{"uid":"ed6f175f617d54ed","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed6f175f617d54ed","status":"passed","time":{"start":1728371870688,"stop":1728371870688,"duration":0}},{"uid":"372854cdca5ede29","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/372854cdca5ede29","status":"passed","time":{"start":1728370215348,"stop":1728370215348,"duration":0}},{"uid":"8d8f69f9f8fb1f76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8d8f69f9f8fb1f76","status":"passed","time":{"start":1728369314830,"stop":1728369314830,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e70c4439c481dfd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4e70c4439c481dfd","status":"passed","time":{"start":1728379493892,"stop":1728379493893,"duration":1}},{"uid":"494066ec138cf1d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/494066ec138cf1d6","status":"passed","time":{"start":1728372140970,"stop":1728372140970,"duration":0}},{"uid":"47f2127e413d94cc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47f2127e413d94cc","status":"passed","time":{"start":1728370524969,"stop":1728370524969,"duration":0}},{"uid":"ce2aa4b9a5f375fd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ce2aa4b9a5f375fd","status":"passed","time":{"start":1728369630406,"stop":1728369630407,"duration":1}}]},"af58aa7353a2d20774ac8cab0031f915:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3443f3cc6276d0bf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3443f3cc6276d0bf","status":"passed","time":{"start":1728370581687,"stop":1728370581690,"duration":3}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"16b5ba83bcb55bb3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16b5ba83bcb55bb3","status":"passed","time":{"start":1728379549682,"stop":1728379549682,"duration":0}},{"uid":"c2fc132e3e54b42c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c2fc132e3e54b42c","status":"passed","time":{"start":1728372195421,"stop":1728372195422,"duration":1}},{"uid":"e45225e1d28c3d07","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e45225e1d28c3d07","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"fd8f1954304e89cd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd8f1954304e89cd","status":"passed","time":{"start":1728369639840,"stop":1728369639840,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cfc5817390202335","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cfc5817390202335","status":"passed","time":{"start":1728379439873,"stop":1728379439873,"duration":0}},{"uid":"3ab2461dd1934525","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3ab2461dd1934525","status":"passed","time":{"start":1728372083110,"stop":1728372083111,"duration":1}},{"uid":"9798aefb58e1fce3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9798aefb58e1fce3","status":"passed","time":{"start":1728370464876,"stop":1728370464877,"duration":1}},{"uid":"e6f46f406018a912","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6f46f406018a912","status":"passed","time":{"start":1728369559766,"stop":1728369559767,"duration":1}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59c001ec1d1b9af3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59c001ec1d1b9af3","status":"passed","time":{"start":1728379182989,"stop":1728379182989,"duration":0}},{"uid":"a803b0618509e113","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a803b0618509e113","status":"passed","time":{"start":1728371826966,"stop":1728371826967,"duration":1}},{"uid":"54dc194a83609c81","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/54dc194a83609c81","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"d4f65fe000998e1c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4f65fe000998e1c","status":"passed","time":{"start":1728369273239,"stop":1728369273239,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"616ff9c974a3828c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/616ff9c974a3828c","status":"passed","time":{"start":1728379329400,"stop":1728379329400,"duration":0}},{"uid":"b4065943fa3d522b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4065943fa3d522b","status":"passed","time":{"start":1728371973993,"stop":1728371973994,"duration":1}},{"uid":"cc39e64ab08e31e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc39e64ab08e31e3","status":"passed","time":{"start":1728370320867,"stop":1728370320867,"duration":0}},{"uid":"dc5557a2f74729c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc5557a2f74729c3","status":"passed","time":{"start":1728369420247,"stop":1728369420248,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73b27f8f14479daf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/73b27f8f14479daf","status":"passed","time":{"start":1728379644815,"stop":1728379644815,"duration":0}},{"uid":"f465643afd028eb8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f465643afd028eb8","status":"passed","time":{"start":1728372295099,"stop":1728372295099,"duration":0}},{"uid":"4c40bf5d4c3c9ca3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c40bf5d4c3c9ca3","status":"passed","time":{"start":1728370682624,"stop":1728370682625,"duration":1}},{"uid":"77e8bd285fc0040e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/77e8bd285fc0040e","status":"passed","time":{"start":1728369782381,"stop":1728369782381,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d748e2c20a9c18cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d748e2c20a9c18cc","status":"passed","time":{"start":1728371825968,"stop":1728371825971,"duration":3}},{"uid":"32308b93e3baef3c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/32308b93e3baef3c","status":"passed","time":{"start":1728370173519,"stop":1728370173519,"duration":0}},{"uid":"d5b941b4aa3fa3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d5b941b4aa3fa3b","status":"passed","time":{"start":1728369271814,"stop":1728369271815,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2472146d9d9a6b6d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2472146d9d9a6b6d","status":"passed","time":{"start":1728379644816,"stop":1728379644816,"duration":0}},{"uid":"8e74382970cf61bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e74382970cf61bb","status":"passed","time":{"start":1728372295099,"stop":1728372295100,"duration":1}},{"uid":"bb62a9d21e911beb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb62a9d21e911beb","status":"passed","time":{"start":1728370682625,"stop":1728370682626,"duration":1}},{"uid":"9cae904ab513b6e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9cae904ab513b6e0","status":"passed","time":{"start":1728369782382,"stop":1728369782382,"duration":0}}]},"98f2a3d5e5052fda50f5aaf1e0a8a13d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eeef31d892893f5f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eeef31d892893f5f","status":"passed","time":{"start":1728369663462,"stop":1728369663463,"duration":1}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"66e4be3421106c2c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66e4be3421106c2c","status":"passed","time":{"start":1728379460264,"stop":1728379460264,"duration":0}},{"uid":"75634987c76f459c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75634987c76f459c","status":"passed","time":{"start":1728372105663,"stop":1728372105663,"duration":0}},{"uid":"b44f87142c745e1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b44f87142c745e1f","status":"passed","time":{"start":1728370464122,"stop":1728370464123,"duration":1}},{"uid":"f24c4b262adcd36f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f24c4b262adcd36f","status":"passed","time":{"start":1728369544857,"stop":1728369544858,"duration":1}}]},"bd32503d76a7215eddced88194e286b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e667ff9af86d103b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e667ff9af86d103b","status":"passed","time":{"start":1728369420248,"stop":1728369420248,"duration":0}}]},"c64eb08b7b32ac840051110b5a5e6f81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c4b19c3712daa9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9c4b19c3712daa9d","status":"passed","time":{"start":1728379523103,"stop":1728379523106,"duration":3}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a725361870675f2c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a725361870675f2c","status":"passed","time":{"start":1728379222487,"stop":1728379222492,"duration":5}},{"uid":"dcd16a0521ad2259","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcd16a0521ad2259","status":"passed","time":{"start":1728371864278,"stop":1728371864278,"duration":0}},{"uid":"ebf6fe8ba28fa174","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebf6fe8ba28fa174","status":"passed","time":{"start":1728370211850,"stop":1728370211851,"duration":1}},{"uid":"5a8f9b556e983f8f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5a8f9b556e983f8f","status":"passed","time":{"start":1728369311531,"stop":1728369311534,"duration":3}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"12f26401b4804585","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12f26401b4804585","status":"passed","time":{"start":1728379366476,"stop":1728379366477,"duration":1}},{"uid":"81e13f9451f520d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/81e13f9451f520d6","status":"passed","time":{"start":1728371996020,"stop":1728371996021,"duration":1}},{"uid":"959130c7a4384e79","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/959130c7a4384e79","status":"passed","time":{"start":1728370345130,"stop":1728370345132,"duration":2}},{"uid":"6fef680667807d46","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6fef680667807d46","status":"passed","time":{"start":1728369447289,"stop":1728369447289,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9de30eb0adc23e0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9de30eb0adc23e0","status":"passed","time":{"start":1728379182445,"stop":1728379182445,"duration":0}},{"uid":"efd0415798211df4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/efd0415798211df4","status":"passed","time":{"start":1728371826620,"stop":1728371826621,"duration":1}},{"uid":"314c61535dc1c79c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/314c61535dc1c79c","status":"passed","time":{"start":1728370173933,"stop":1728370173933,"duration":0}},{"uid":"7d1debdd02f37499","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d1debdd02f37499","status":"passed","time":{"start":1728369272864,"stop":1728369272865,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d78f8fb26887e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d78f8fb26887e","status":"passed","time":{"start":1728379460283,"stop":1728379460284,"duration":1}},{"uid":"c6a914dca6684630","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6a914dca6684630","status":"passed","time":{"start":1728372105672,"stop":1728372105673,"duration":1}},{"uid":"6b4f2d0485e13cc0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b4f2d0485e13cc0","status":"passed","time":{"start":1728370464145,"stop":1728370464146,"duration":1}},{"uid":"f7aec0d0c3929c51","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7aec0d0c3929c51","status":"passed","time":{"start":1728369544869,"stop":1728369544869,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fec743991365f985","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fec743991365f985","status":"passed","time":{"start":1728379422775,"stop":1728379422775,"duration":0}},{"uid":"e741aa349247f2ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e741aa349247f2ae","status":"passed","time":{"start":1728372057768,"stop":1728372057768,"duration":0}},{"uid":"5f15734adb6b9715","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f15734adb6b9715","status":"passed","time":{"start":1728370439669,"stop":1728370439670,"duration":1}},{"uid":"d5d714fb209cd4b8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d5d714fb209cd4b8","status":"passed","time":{"start":1728369540007,"stop":1728369540008,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b28df40590741f02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b28df40590741f02","status":"passed","time":{"start":1728379166770,"stop":1728379166771,"duration":1}},{"uid":"383a967dc56261bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/383a967dc56261bb","status":"passed","time":{"start":1728371810593,"stop":1728371810593,"duration":0}},{"uid":"cd336552f5c0338d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd336552f5c0338d","status":"passed","time":{"start":1728370158407,"stop":1728370158407,"duration":0}},{"uid":"1a2bc84ed861b62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a2bc84ed861b62","status":"passed","time":{"start":1728369256991,"stop":1728369256991,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f53a160fafe01448","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f53a160fafe01448","status":"passed","time":{"start":1728379515555,"stop":1728379515556,"duration":1}},{"uid":"f88b3ca76734426f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f88b3ca76734426f","status":"passed","time":{"start":1728372171299,"stop":1728372171301,"duration":2}},{"uid":"c61e483c60ce9395","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c61e483c60ce9395","status":"passed","time":{"start":1728370522967,"stop":1728370522968,"duration":1}},{"uid":"3db878a5043cf1ee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3db878a5043cf1ee","status":"passed","time":{"start":1728369622048,"stop":1728369622048,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"942eab18af673a5b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/942eab18af673a5b","status":"passed","time":{"start":1728379515563,"stop":1728379515564,"duration":1}},{"uid":"2421dcf0d445113a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2421dcf0d445113a","status":"passed","time":{"start":1728372171316,"stop":1728372171316,"duration":0}},{"uid":"3f466d281c02977c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f466d281c02977c","status":"passed","time":{"start":1728370522980,"stop":1728370522980,"duration":0}},{"uid":"9c48a8db0feec24a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c48a8db0feec24a","status":"passed","time":{"start":1728369622056,"stop":1728369622056,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cf678af3c8b470bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf678af3c8b470bd","status":"passed","time":{"start":1728379174376,"stop":1728379174377,"duration":1}},{"uid":"1c1b2cf36a5881a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c1b2cf36a5881a","status":"passed","time":{"start":1728371818655,"stop":1728371818655,"duration":0}},{"uid":"deb601cf059b0bf9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/deb601cf059b0bf9","status":"passed","time":{"start":1728370166259,"stop":1728370166259,"duration":0}},{"uid":"e8449c4d941f7f58","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e8449c4d941f7f58","status":"passed","time":{"start":1728369265013,"stop":1728369265014,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53947a98fa9948a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53947a98fa9948a0","status":"passed","time":{"start":1728379419839,"stop":1728379419839,"duration":0}},{"uid":"76f6b818adfd871b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76f6b818adfd871b","status":"passed","time":{"start":1728372057884,"stop":1728372057884,"duration":0}},{"uid":"7259b8515dae2324","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7259b8515dae2324","status":"passed","time":{"start":1728370439775,"stop":1728370439775,"duration":0}},{"uid":"fc947dd8e95528a9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc947dd8e95528a9","status":"passed","time":{"start":1728369540110,"stop":1728369540110,"duration":0}}]},"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f520c5cbb4f3efaa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f520c5cbb4f3efaa","status":"passed","time":{"start":1728379174830,"stop":1728379174830,"duration":0}},{"uid":"2cc9b14fbd611780","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cc9b14fbd611780","status":"passed","time":{"start":1728371818436,"stop":1728371818437,"duration":1}},{"uid":"57c03371e18f84c9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57c03371e18f84c9","status":"passed","time":{"start":1728370166079,"stop":1728370166079,"duration":0}},{"uid":"40d0225069a94221","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40d0225069a94221","status":"passed","time":{"start":1728369265064,"stop":1728369265064,"duration":0}}]},"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47c8b1059c63e024","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/47c8b1059c63e024","status":"passed","time":{"start":1728379197134,"stop":1728379197135,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ff4f4b3f12fcd9a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ff4f4b3f12fcd9a9","status":"passed","time":{"start":1728379194287,"stop":1728379194287,"duration":0}},{"uid":"a4851540f6a8e5f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a4851540f6a8e5f8","status":"passed","time":{"start":1728371838586,"stop":1728371838587,"duration":1}},{"uid":"ba9b18121a92ddf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba9b18121a92ddf3","status":"passed","time":{"start":1728370185972,"stop":1728370185973,"duration":1}},{"uid":"ed71ba84427bd53a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ed71ba84427bd53a","status":"passed","time":{"start":1728369284715,"stop":1728369284716,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"571259b6b80a4811","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/571259b6b80a4811","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460301,"stop":1728379460302,"duration":1}},{"uid":"d2512d2e6ee5720","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d2512d2e6ee5720","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105682,"stop":1728372105682,"duration":0}},{"uid":"f9a434676fb260c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9a434676fb260c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464168,"stop":1728370464168,"duration":0}},{"uid":"e15c58a5db9e916f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e15c58a5db9e916f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544878,"stop":1728369544878,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c0719ed538e6febb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c0719ed538e6febb","status":"passed","time":{"start":1728379515555,"stop":1728379515555,"duration":0}},{"uid":"874e776ecbf248e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/874e776ecbf248e9","status":"passed","time":{"start":1728372171298,"stop":1728372171298,"duration":0}},{"uid":"ac0af30b14470169","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac0af30b14470169","status":"passed","time":{"start":1728370522967,"stop":1728370522967,"duration":0}},{"uid":"bc8f21415de1b8a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc8f21415de1b8a3","status":"passed","time":{"start":1728369622046,"stop":1728369622046,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6545c690303916fa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6545c690303916fa","status":"passed","time":{"start":1728379329169,"stop":1728379329169,"duration":0}},{"uid":"2e3e4acc9ea55734","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e3e4acc9ea55734","status":"passed","time":{"start":1728371983984,"stop":1728371983989,"duration":5}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"105d9fe7046c09ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/105d9fe7046c09ec","status":"passed","time":{"start":1728379159000,"stop":1728379159000,"duration":0}},{"uid":"a71d2eb1ac51c047","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a71d2eb1ac51c047","status":"passed","time":{"start":1728371802891,"stop":1728371802892,"duration":1}},{"uid":"ee586feee049843d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee586feee049843d","status":"passed","time":{"start":1728370149918,"stop":1728370149919,"duration":1}},{"uid":"37800d7818cdd3f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/37800d7818cdd3f9","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3516396acac84d16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3516396acac84d16","status":"passed","time":{"start":1728379482916,"stop":1728379482917,"duration":1}},{"uid":"b522314792ba1b6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b522314792ba1b6e","status":"passed","time":{"start":1728372134543,"stop":1728372134543,"duration":0}},{"uid":"8bcf5fa7431ea53b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8bcf5fa7431ea53b","status":"passed","time":{"start":1728370487857,"stop":1728370487858,"duration":1}},{"uid":"67f29a8a47f81f2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/67f29a8a47f81f2","status":"passed","time":{"start":1728369590785,"stop":1728369590785,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"712bcfb47733976a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/712bcfb47733976a","status":"passed","time":{"start":1728379493845,"stop":1728379493845,"duration":0}},{"uid":"66b7b5b67799c162","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/66b7b5b67799c162","status":"passed","time":{"start":1728372140947,"stop":1728372140948,"duration":1}},{"uid":"59b66a4a7c08c8d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/59b66a4a7c08c8d3","status":"passed","time":{"start":1728370524960,"stop":1728370524960,"duration":0}},{"uid":"f7a5a544960d4479","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7a5a544960d4479","status":"passed","time":{"start":1728369630397,"stop":1728369630398,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a1aef7397077fd4b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1aef7397077fd4b","status":"passed","time":{"start":1728379524443,"stop":1728379524443,"duration":0}},{"uid":"594fffefbf666572","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/594fffefbf666572","status":"passed","time":{"start":1728372187036,"stop":1728372187036,"duration":0}},{"uid":"b22c54bf24d67e44","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b22c54bf24d67e44","status":"passed","time":{"start":1728370559629,"stop":1728370559630,"duration":1}},{"uid":"679e34865ea6a8bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/679e34865ea6a8bf","status":"passed","time":{"start":1728369646209,"stop":1728369646210,"duration":1}}]},"cfda0ee473c4519a2f66a038ab235f34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b98c81e442c5b1cb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b98c81e442c5b1cb","status":"passed","time":{"start":1728379523101,"stop":1728379523102,"duration":1}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3314448c73eafa3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e3314448c73eafa3","status":"passed","time":{"start":1728379167606,"stop":1728379167607,"duration":1}},{"uid":"beb5e58460aaaa64","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/beb5e58460aaaa64","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"2a8aaa3b0c17b187","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2a8aaa3b0c17b187","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"3185ef302392a555","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3185ef302392a555","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a85b2c8559edb5a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2a85b2c8559edb5a","status":"passed","time":{"start":1728379167605,"stop":1728379167606,"duration":1}},{"uid":"3a4ce970c1bed078","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3a4ce970c1bed078","status":"passed","time":{"start":1728371811387,"stop":1728371811387,"duration":0}},{"uid":"776349fe555f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/776349fe555f8c0d","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"74b73490ac2489f1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/74b73490ac2489f1","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1123ccf7f169f5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1123ccf7f169f5e","status":"passed","time":{"start":1728379515544,"stop":1728379515545,"duration":1}},{"uid":"ee1e8d6ec792cab0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee1e8d6ec792cab0","status":"passed","time":{"start":1728372171291,"stop":1728372171291,"duration":0}},{"uid":"2b1c472388b968de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2b1c472388b968de","status":"passed","time":{"start":1728370522951,"stop":1728370522951,"duration":0}},{"uid":"1c866d6391219d7d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1c866d6391219d7d","status":"passed","time":{"start":1728369622031,"stop":1728369622031,"duration":0}}]},"fdb0244466fe3942a6f740c15527be48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6244714acecb746e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6244714acecb746e","status":"passed","time":{"start":1728372169982,"stop":1728372169982,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f990c1119c0e8420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f990c1119c0e8420","status":"passed","time":{"start":1728379194287,"stop":1728379194287,"duration":0}},{"uid":"e9f019bb89cbf698","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e9f019bb89cbf698","status":"passed","time":{"start":1728371838587,"stop":1728371838587,"duration":0}},{"uid":"217b83c80d9ef11d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/217b83c80d9ef11d","status":"passed","time":{"start":1728370185973,"stop":1728370185973,"duration":0}},{"uid":"87e61da9ba2dae26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/87e61da9ba2dae26","status":"passed","time":{"start":1728369284716,"stop":1728369284716,"duration":0}}]},"e0e5ef733645701ae3dd930de6b9991c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1c2fc3492620a24","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1c2fc3492620a24","status":"passed","time":{"start":1728369544861,"stop":1728369544862,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d59021be29a0d01d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d59021be29a0d01d","status":"passed","time":{"start":1728379482915,"stop":1728379482915,"duration":0}},{"uid":"133a3f5fdb289458","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/133a3f5fdb289458","status":"passed","time":{"start":1728372134541,"stop":1728372134541,"duration":0}},{"uid":"ad236843d03554e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad236843d03554e5","status":"passed","time":{"start":1728370487856,"stop":1728370487856,"duration":0}},{"uid":"2ed4614fb0099e0a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ed4614fb0099e0a","status":"passed","time":{"start":1728369590784,"stop":1728369590784,"duration":0}}]},"03c210435357260d12e8d9c39cd7aac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7734636e82f96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e7734636e82f96","status":"passed","time":{"start":1728370320867,"stop":1728370320868,"duration":1}}]},"c01cf16a1f78c372eb2458698b7efaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe7736278677d5f5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fe7736278677d5f5","status":"passed","time":{"start":1728379523102,"stop":1728379523103,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b0c144dbff384dd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b0c144dbff384dd","status":"passed","time":{"start":1728379175036,"stop":1728379175036,"duration":0}},{"uid":"7869b59b4ef62745","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7869b59b4ef62745","status":"passed","time":{"start":1728371819029,"stop":1728371819029,"duration":0}},{"uid":"4fc9bdee9963c1c9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4fc9bdee9963c1c9","status":"passed","time":{"start":1728370166485,"stop":1728370166486,"duration":1}},{"uid":"995a110d50c291b7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/995a110d50c291b7","status":"passed","time":{"start":1728369265268,"stop":1728369265268,"duration":0}}]},"b01fc3bddaa8ba2c95ca4ce3de4bb487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a1ea756d95dfdc8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a1ea756d95dfdc8","status":"passed","time":{"start":1728372169987,"stop":1728372169987,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55a4975e1a065c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/55a4975e1a065c0","status":"passed","time":{"start":1728379329394,"stop":1728379329394,"duration":0}},{"uid":"dcd7ed507baa5249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcd7ed507baa5249","status":"passed","time":{"start":1728371973982,"stop":1728371973983,"duration":1}},{"uid":"bd5ac7fd7cb8ce5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd5ac7fd7cb8ce5b","status":"passed","time":{"start":1728370320860,"stop":1728370320861,"duration":1}},{"uid":"3b9e3b5858721a20","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b9e3b5858721a20","status":"passed","time":{"start":1728369420215,"stop":1728369420217,"duration":2}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c7b2b35f3875e5b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c7b2b35f3875e5b","status":"passed","time":{"start":1728379484787,"stop":1728379484788,"duration":1}},{"uid":"ccd0de107ab99f7c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccd0de107ab99f7c","status":"passed","time":{"start":1728372130485,"stop":1728372130486,"duration":1}},{"uid":"b14e22e69edc2fdc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b14e22e69edc2fdc","status":"passed","time":{"start":1728370516481,"stop":1728370516481,"duration":0}},{"uid":"9c4595c478534a09","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c4595c478534a09","status":"passed","time":{"start":1728369620715,"stop":1728369620715,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0f6d869098874a1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e0f6d869098874a1","status":"passed","time":{"start":1728379498092,"stop":1728379498092,"duration":0}},{"uid":"981ce29f822487a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/981ce29f822487a0","status":"passed","time":{"start":1728372147547,"stop":1728372147549,"duration":2}},{"uid":"6ad9fcb32f4038b9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ad9fcb32f4038b9","status":"passed","time":{"start":1728370534998,"stop":1728370534998,"duration":0}},{"uid":"7580f50af1747e37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7580f50af1747e37","status":"passed","time":{"start":1728369636348,"stop":1728369636348,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"180592006ec5743a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/180592006ec5743a","status":"passed","time":{"start":1728379159009,"stop":1728379159009,"duration":0}},{"uid":"e754294741d663c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e754294741d663c5","status":"passed","time":{"start":1728371802895,"stop":1728371802895,"duration":0}},{"uid":"6bac27bdbc205a19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6bac27bdbc205a19","status":"passed","time":{"start":1728370149928,"stop":1728370149929,"duration":1}},{"uid":"ca7df5c1d8197112","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca7df5c1d8197112","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"d60536c6354db6b3c072f9c628f493e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3c736bd4c134e86","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d3c736bd4c134e86","status":"passed","time":{"start":1728379515561,"stop":1728379515562,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"451333c5a86a58ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/451333c5a86a58ff","status":"passed","time":{"start":1728379174375,"stop":1728379174376,"duration":1}},{"uid":"e84bbd751216c5d9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e84bbd751216c5d9","status":"passed","time":{"start":1728371818654,"stop":1728371818654,"duration":0}},{"uid":"ab401531e86352c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab401531e86352c3","status":"passed","time":{"start":1728370166258,"stop":1728370166258,"duration":0}},{"uid":"1bfa0e6268cbd535","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bfa0e6268cbd535","status":"passed","time":{"start":1728369265012,"stop":1728369265013,"duration":1}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d8253f4a9dd8f91","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4d8253f4a9dd8f91","status":"passed","time":{"start":1728379166753,"stop":1728379166754,"duration":1}},{"uid":"1fbb385cad738f00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1fbb385cad738f00","status":"passed","time":{"start":1728371810585,"stop":1728371810585,"duration":0}},{"uid":"c0d6fa4f07de76aa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0d6fa4f07de76aa","status":"passed","time":{"start":1728370158402,"stop":1728370158402,"duration":0}},{"uid":"e58cc044d621ef39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e58cc044d621ef39","status":"passed","time":{"start":1728369256983,"stop":1728369256983,"duration":0}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3c1721631945701","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a3c1721631945701","status":"passed","time":{"start":1728379365893,"stop":1728379365894,"duration":1}},{"uid":"28646161d58a2963","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/28646161d58a2963","status":"passed","time":{"start":1728372012986,"stop":1728372012987,"duration":1}},{"uid":"b5709eb5ae9579c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5709eb5ae9579c3","status":"passed","time":{"start":1728370408803,"stop":1728370408804,"duration":1}},{"uid":"edd45ac958023e8b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/edd45ac958023e8b","status":"passed","time":{"start":1728369510271,"stop":1728369510271,"duration":0}}]},"46f5d0b14b51d8dd435ad1e2d601779d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"985f9377cbd797c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/985f9377cbd797c3","status":"passed","time":{"start":1728379391619,"stop":1728379391624,"duration":5}},{"uid":"ccdb4849e857acb4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccdb4849e857acb4","status":"passed","time":{"start":1728372025211,"stop":1728372025211,"duration":0}}]},"c4593154a356a39a0ca33a09862b5cdb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d407e4a61f54cc16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d407e4a61f54cc16","status":"passed","time":{"start":1728379523109,"stop":1728379523109,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f617da3b33953b55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f617da3b33953b55","status":"passed","time":{"start":1728379366465,"stop":1728379366467,"duration":2}},{"uid":"54c1b87f2f9786e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54c1b87f2f9786e1","status":"passed","time":{"start":1728371996006,"stop":1728371996006,"duration":0}},{"uid":"4df8fab378649467","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4df8fab378649467","status":"passed","time":{"start":1728370345125,"stop":1728370345125,"duration":0}},{"uid":"ffb53aa2c862c1d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffb53aa2c862c1d3","status":"passed","time":{"start":1728369447286,"stop":1728369447286,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b186eab9e6f99aa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b186eab9e6f99aa","status":"passed","time":{"start":1728379549697,"stop":1728379549697,"duration":0}},{"uid":"dfa416e4dc6e0af5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dfa416e4dc6e0af5","status":"passed","time":{"start":1728372195434,"stop":1728372195434,"duration":0}},{"uid":"467d782ef035dea7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/467d782ef035dea7","status":"passed","time":{"start":1728370555257,"stop":1728370555257,"duration":0}},{"uid":"b80159fde5f464c1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b80159fde5f464c1","status":"passed","time":{"start":1728369639853,"stop":1728369639853,"duration":0}}]},"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"64d6f7397f82d0ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/64d6f7397f82d0ce","status":"passed","time":{"start":1728379419688,"stop":1728379419688,"duration":0}},{"uid":"c05eae0f2275c4d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c05eae0f2275c4d1","status":"passed","time":{"start":1728372107448,"stop":1728372107449,"duration":1}},{"uid":"4d6460a379e8c05c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4d6460a379e8c05c","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626991,"stop":1728370626991,"duration":0}},{"uid":"8fe7e895625a30f1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8fe7e895625a30f1","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728519,"stop":1728369728519,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"339973c679877850","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/339973c679877850","status":"passed","time":{"start":1728379366433,"stop":1728379366434,"duration":1}},{"uid":"4d0edb914e20fde9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4d0edb914e20fde9","status":"passed","time":{"start":1728371995988,"stop":1728371995988,"duration":0}},{"uid":"19c6feb04286caf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/19c6feb04286caf","status":"passed","time":{"start":1728370345097,"stop":1728370345097,"duration":0}},{"uid":"d3042aa3c0058cc6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3042aa3c0058cc6","status":"passed","time":{"start":1728369447281,"stop":1728369447282,"duration":1}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27b8bbb5876b2800","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27b8bbb5876b2800","status":"passed","time":{"start":1728379215429,"stop":1728379215430,"duration":1}},{"uid":"1a6f3d40ca3d314b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a6f3d40ca3d314b","status":"passed","time":{"start":1728371857086,"stop":1728371857086,"duration":0}},{"uid":"53c4882fc2a7d819","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/53c4882fc2a7d819","status":"passed","time":{"start":1728370205024,"stop":1728370205025,"duration":1}},{"uid":"e40e5bba8b1904f3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e40e5bba8b1904f3","status":"passed","time":{"start":1728369303203,"stop":1728369303206,"duration":3}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"570dc802eda36bc3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/570dc802eda36bc3","status":"passed","time":{"start":1728379329182,"stop":1728379329182,"duration":0}},{"uid":"2cb523cab17fcf04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cb523cab17fcf04","status":"passed","time":{"start":1728371984006,"stop":1728371984007,"duration":1}},{"uid":"218a6c3133f46eec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/218a6c3133f46eec","status":"passed","time":{"start":1728370284362,"stop":1728370284362,"duration":0}},{"uid":"f22c8102d6e7794d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f22c8102d6e7794d","status":"passed","time":{"start":1728369378907,"stop":1728369378909,"duration":2}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cf2e9d644f23a3ae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf2e9d644f23a3ae","status":"passed","time":{"start":1728379498107,"stop":1728379498107,"duration":0}},{"uid":"9cac99df2a38b74d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cac99df2a38b74d","status":"passed","time":{"start":1728372147579,"stop":1728372147580,"duration":1}},{"uid":"ad059e3bbd2e6e5f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad059e3bbd2e6e5f","status":"passed","time":{"start":1728370535038,"stop":1728370535038,"duration":0}},{"uid":"7391c4a6313fc155","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7391c4a6313fc155","status":"passed","time":{"start":1728369636386,"stop":1728369636386,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7653141f08f78dd3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7653141f08f78dd3","status":"passed","time":{"start":1728379159017,"stop":1728379159017,"duration":0}},{"uid":"254a616917945df","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/254a616917945df","status":"passed","time":{"start":1728371802902,"stop":1728371802902,"duration":0}},{"uid":"90cc6eebd5d422a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90cc6eebd5d422a1","status":"passed","time":{"start":1728370149936,"stop":1728370149936,"duration":0}},{"uid":"acbd6c9b8df0bf1e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acbd6c9b8df0bf1e","status":"passed","time":{"start":1728369248990,"stop":1728369248991,"duration":1}}]},"f62cd1cc1d4cc9fdd7b2ddcf88a5afb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38244e701b322cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38244e701b322cc","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"d94c68fc30bd12246166c025ed30413a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f5c2cad6eb83b5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f5c2cad6eb83b5b","status":"passed","time":{"start":1728370557097,"stop":1728370557097,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f999390571b7fb87","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f999390571b7fb87","status":"passed","time":{"start":1728379159006,"stop":1728379159007,"duration":1}},{"uid":"aefea6f53c922ccf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/aefea6f53c922ccf","status":"passed","time":{"start":1728371802893,"stop":1728371802893,"duration":0}},{"uid":"70a0ae4cf3bb835b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70a0ae4cf3bb835b","status":"passed","time":{"start":1728370149926,"stop":1728370149926,"duration":0}},{"uid":"3a97a7cab825116a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3a97a7cab825116a","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cf50d986e02cbfeb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf50d986e02cbfeb","status":"passed","time":{"start":1728379569497,"stop":1728379569497,"duration":0}},{"uid":"cf4c33dfafd21d6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf4c33dfafd21d6a","status":"passed","time":{"start":1728372220850,"stop":1728372220850,"duration":0}},{"uid":"7031a35cc53d0e3f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7031a35cc53d0e3f","status":"passed","time":{"start":1728370605228,"stop":1728370605230,"duration":2}},{"uid":"4c8d51034977bab4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c8d51034977bab4","status":"passed","time":{"start":1728369697439,"stop":1728369697440,"duration":1}}]},"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"83375cc106cd60b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/83375cc106cd60b2","status":"passed","time":{"start":1728379173685,"stop":1728379173693,"duration":8}},{"uid":"56d78bc32f56e7f1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/56d78bc32f56e7f1","status":"passed","time":{"start":1728371818066,"stop":1728371818069,"duration":3}},{"uid":"c698f9386d55db12","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c698f9386d55db12","status":"passed","time":{"start":1728370165698,"stop":1728370165700,"duration":2}},{"uid":"9856df2de4421281","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9856df2de4421281","status":"passed","time":{"start":1728369264719,"stop":1728369264720,"duration":1}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7cdd31ee2a5bb236","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7cdd31ee2a5bb236","status":"passed","time":{"start":1728379293444,"stop":1728379293449,"duration":5}},{"uid":"fbbbcf6a773fb67d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbbbcf6a773fb67d","status":"passed","time":{"start":1728371932962,"stop":1728371932963,"duration":1}},{"uid":"56dbf7c83fd63fe3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56dbf7c83fd63fe3","status":"passed","time":{"start":1728370281700,"stop":1728370281704,"duration":4}},{"uid":"6241837f413a169c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6241837f413a169c","status":"passed","time":{"start":1728369376535,"stop":1728369376535,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b30090ba82930a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b30090ba82930a8","status":"passed","time":{"start":1728379193198,"stop":1728379193198,"duration":0}},{"uid":"94be1158baefbf42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/94be1158baefbf42","status":"passed","time":{"start":1728371837409,"stop":1728371837410,"duration":1}},{"uid":"ea4992ddcb53e69b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea4992ddcb53e69b","status":"passed","time":{"start":1728370184627,"stop":1728370184627,"duration":0}},{"uid":"23286405b5983766","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23286405b5983766","status":"passed","time":{"start":1728369283804,"stop":1728369283804,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"71fbbe75785137a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71fbbe75785137a9","status":"passed","time":{"start":1728379263249,"stop":1728379263250,"duration":1}},{"uid":"a56d5bb9514adb37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a56d5bb9514adb37","status":"passed","time":{"start":1728371902713,"stop":1728371902713,"duration":0}},{"uid":"637f20662b9f98cf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/637f20662b9f98cf","status":"passed","time":{"start":1728370254630,"stop":1728370254631,"duration":1}},{"uid":"b32f390927e44e70","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b32f390927e44e70","status":"passed","time":{"start":1728369347754,"stop":1728369347755,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ce32414e84a814","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ce32414e84a814","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"9aa81e07c69b407b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9aa81e07c69b407b","status":"passed","time":{"start":1728371830873,"stop":1728371830873,"duration":0}},{"uid":"6136257a77777ed5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6136257a77777ed5","status":"passed","time":{"start":1728370178239,"stop":1728370178239,"duration":0}},{"uid":"aef92b59bfdada5d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aef92b59bfdada5d","status":"passed","time":{"start":1728369277109,"stop":1728369277110,"duration":1}}]},"2cb34fadefb188dec214fb48be9821fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8873b5ae03f9edc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d8873b5ae03f9edc","status":"passed","time":{"start":1728370581674,"stop":1728370581675,"duration":1}}]},"d9a27f3d23c2e66f2a59bc796ba293e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"527c33e1fcc45670","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/527c33e1fcc45670","status":"passed","time":{"start":1728379460290,"stop":1728379460291,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"deca41e6af838068","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/deca41e6af838068","status":"passed","time":{"start":1728379166765,"stop":1728379166766,"duration":1}},{"uid":"fbe59b1e90f809ef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbe59b1e90f809ef","status":"passed","time":{"start":1728371810590,"stop":1728371810590,"duration":0}},{"uid":"c7899a2a79d4791c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c7899a2a79d4791c","status":"passed","time":{"start":1728370158405,"stop":1728370158405,"duration":0}},{"uid":"4557339ac4b21853","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4557339ac4b21853","status":"passed","time":{"start":1728369256988,"stop":1728369256988,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65afcf1468db948b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65afcf1468db948b","status":"passed","time":{"start":1728379262344,"stop":1728379262344,"duration":0}},{"uid":"68a7ea9b5b79f7cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/68a7ea9b5b79f7cb","status":"passed","time":{"start":1728371896584,"stop":1728371896585,"duration":1}},{"uid":"7387be7d401485f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7387be7d401485f","status":"passed","time":{"start":1728370244010,"stop":1728370244010,"duration":0}},{"uid":"1616a1d31c74eea7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1616a1d31c74eea7","status":"passed","time":{"start":1728369348164,"stop":1728369348165,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bb83b46716a9730","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8bb83b46716a9730","status":"passed","time":{"start":1728379482942,"stop":1728379482942,"duration":0}},{"uid":"f48b26e75e3b8de3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f48b26e75e3b8de3","status":"passed","time":{"start":1728372134567,"stop":1728372134568,"duration":1}},{"uid":"be5a04c15bb09b95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/be5a04c15bb09b95","status":"passed","time":{"start":1728370487880,"stop":1728370487881,"duration":1}},{"uid":"fd688293caa29c52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd688293caa29c52","status":"passed","time":{"start":1728369590803,"stop":1728369590804,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a21414391ffc84d2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a21414391ffc84d2","status":"passed","time":{"start":1728379460275,"stop":1728379460275,"duration":0}},{"uid":"b040b76326afd8c1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b040b76326afd8c1","status":"passed","time":{"start":1728372105668,"stop":1728372105668,"duration":0}},{"uid":"661cccb70a774bc6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/661cccb70a774bc6","status":"passed","time":{"start":1728370464134,"stop":1728370464135,"duration":1}},{"uid":"dade14db53d52548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dade14db53d52548","status":"passed","time":{"start":1728369544864,"stop":1728369544864,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"63b45361a6ad9457","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/63b45361a6ad9457","status":"passed","time":{"start":1728379560457,"stop":1728379560457,"duration":0}},{"uid":"c857b36d950cde4f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c857b36d950cde4f","status":"passed","time":{"start":1728372207703,"stop":1728372207703,"duration":0}},{"uid":"a99b415ecde14fad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a99b415ecde14fad","status":"passed","time":{"start":1728370596498,"stop":1728370596500,"duration":2}},{"uid":"e92565c37dfd6ac4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e92565c37dfd6ac4","status":"passed","time":{"start":1728369687973,"stop":1728369687973,"duration":0}}]},"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25ef7e7b43a82dd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/25ef7e7b43a82dd7","status":"passed","time":{"start":1728379197138,"stop":1728379197138,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1ea99471b5001bc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ea99471b5001bc2","status":"passed","time":{"start":1728379175035,"stop":1728379175035,"duration":0}},{"uid":"5d90248d7c12273a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d90248d7c12273a","status":"passed","time":{"start":1728371819027,"stop":1728371819027,"duration":0}},{"uid":"50b4f7f9a150e330","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50b4f7f9a150e330","status":"passed","time":{"start":1728370166484,"stop":1728370166484,"duration":0}},{"uid":"a3483c3776140df8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3483c3776140df8","status":"passed","time":{"start":1728369265266,"stop":1728369265266,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"84be96c274af89fb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84be96c274af89fb","status":"passed","time":{"start":1728379350287,"stop":1728379350287,"duration":0}},{"uid":"586fa10f02c43e6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/586fa10f02c43e6e","status":"passed","time":{"start":1728371998249,"stop":1728371998250,"duration":1}},{"uid":"d12b7ebba90a6ef6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d12b7ebba90a6ef6","status":"passed","time":{"start":1728370345938,"stop":1728370345938,"duration":0}},{"uid":"35db624f42fff3e8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/35db624f42fff3e8","status":"passed","time":{"start":1728369443724,"stop":1728369443724,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"965c5f9ebd42c5d9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/965c5f9ebd42c5d9","status":"passed","time":{"start":1728379549687,"stop":1728379549688,"duration":1}},{"uid":"ba03beed1f0afe27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba03beed1f0afe27","status":"passed","time":{"start":1728372195428,"stop":1728372195429,"duration":1}},{"uid":"bd0cb27c7d07dc47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd0cb27c7d07dc47","status":"passed","time":{"start":1728370555252,"stop":1728370555252,"duration":0}},{"uid":"8f72c351efbc0a0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f72c351efbc0a0b","status":"passed","time":{"start":1728369639846,"stop":1728369639846,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4ce4d5b90357a6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4ce4d5b90357a6","status":"passed","time":{"start":1728379460259,"stop":1728379460259,"duration":0}},{"uid":"20d3413193903652","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/20d3413193903652","status":"passed","time":{"start":1728372105659,"stop":1728372105659,"duration":0}},{"uid":"a42f0a03566dffe1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a42f0a03566dffe1","status":"passed","time":{"start":1728370464117,"stop":1728370464117,"duration":0}},{"uid":"a31cdfa80dc3560f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a31cdfa80dc3560f","status":"passed","time":{"start":1728369544850,"stop":1728369544851,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"712967de1d69f433","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/712967de1d69f433","status":"passed","time":{"start":1728379549647,"stop":1728379549651,"duration":4}},{"uid":"767cf06e2d034265","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/767cf06e2d034265","status":"passed","time":{"start":1728372195409,"stop":1728372195410,"duration":1}},{"uid":"21ae3ac30c2e93b1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/21ae3ac30c2e93b1","status":"passed","time":{"start":1728370555239,"stop":1728370555239,"duration":0}},{"uid":"b0b718d951dc7557","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b0b718d951dc7557","status":"passed","time":{"start":1728369639826,"stop":1728369639827,"duration":1}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ce79b22e1745491","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9ce79b22e1745491","status":"passed","time":{"start":1728379329175,"stop":1728379329176,"duration":1}},{"uid":"65561adbf699da71","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65561adbf699da71","status":"passed","time":{"start":1728371984001,"stop":1728371984002,"duration":1}},{"uid":"5837061d1737751a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5837061d1737751a","status":"passed","time":{"start":1728370284354,"stop":1728370284354,"duration":0}},{"uid":"ac45932d6ea3a530","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac45932d6ea3a530","status":"passed","time":{"start":1728369378894,"stop":1728369378894,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"83b843cf44e5307","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/83b843cf44e5307","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379493892,"stop":1728379493892,"duration":0}},{"uid":"84e54d8bc5e638d4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/84e54d8bc5e638d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372140969,"stop":1728372140969,"duration":0}},{"uid":"efcd298a4584d70b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efcd298a4584d70b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370524969,"stop":1728370524969,"duration":0}},{"uid":"e20882d269d0b88e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e20882d269d0b88e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369630405,"stop":1728369630406,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59934a3f62383064","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59934a3f62383064","status":"passed","time":{"start":1728379329404,"stop":1728379329404,"duration":0}},{"uid":"1a0204240ddfb130","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a0204240ddfb130","status":"passed","time":{"start":1728371974003,"stop":1728371974004,"duration":1}},{"uid":"11f4f6ba03967917","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11f4f6ba03967917","status":"passed","time":{"start":1728370320871,"stop":1728370320871,"duration":0}},{"uid":"fecea927fac78eda","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fecea927fac78eda","status":"passed","time":{"start":1728369420264,"stop":1728369420265,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27158adbe28239ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27158adbe28239ec","status":"passed","time":{"start":1728379182988,"stop":1728379182988,"duration":0}},{"uid":"4a3c1914c9f85125","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a3c1914c9f85125","status":"passed","time":{"start":1728371826966,"stop":1728371826966,"duration":0}},{"uid":"11d60a5c72766263","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11d60a5c72766263","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"a792ee6d9bfa5fe6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a792ee6d9bfa5fe6","status":"passed","time":{"start":1728369273239,"stop":1728369273239,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d64a599d9d6c7e1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d64a599d9d6c7e1","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"f7c3345e4cb19f71","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f7c3345e4cb19f71","status":"passed","time":{"start":1728371830872,"stop":1728371830873,"duration":1}},{"uid":"6be80ff300ac650f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6be80ff300ac650f","status":"passed","time":{"start":1728370178238,"stop":1728370178239,"duration":1}},{"uid":"de3af3381c395277","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/de3af3381c395277","status":"passed","time":{"start":1728369277109,"stop":1728369277109,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2b369471eb4b1ca2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b369471eb4b1ca2","status":"passed","time":{"start":1728379482925,"stop":1728379482925,"duration":0}},{"uid":"d1a372551284a360","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d1a372551284a360","status":"passed","time":{"start":1728372134549,"stop":1728372134549,"duration":0}},{"uid":"6854880ab8fd67a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6854880ab8fd67a9","status":"passed","time":{"start":1728370487867,"stop":1728370487868,"duration":1}},{"uid":"a9e895efa2915efb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a9e895efa2915efb","status":"passed","time":{"start":1728369590791,"stop":1728369590791,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b925eb6f03a7e435","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b925eb6f03a7e435","status":"passed","time":{"start":1728379549699,"stop":1728379549700,"duration":1}},{"uid":"2ab316c211e5495","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ab316c211e5495","status":"passed","time":{"start":1728372195436,"stop":1728372195436,"duration":0}},{"uid":"66810c91366a035e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/66810c91366a035e","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"13bda6b523fb77db","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13bda6b523fb77db","status":"passed","time":{"start":1728369639856,"stop":1728369639856,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae0a4f85c8c5cd4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ae0a4f85c8c5cd4d","status":"passed","time":{"start":1728379221894,"stop":1728379221895,"duration":1}},{"uid":"a710db29c2565b2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a710db29c2565b2b","status":"passed","time":{"start":1728371864346,"stop":1728371864346,"duration":0}},{"uid":"fad8cf6f91326394","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fad8cf6f91326394","status":"passed","time":{"start":1728370211393,"stop":1728370211394,"duration":1}},{"uid":"42c34625cddaa292","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/42c34625cddaa292","status":"passed","time":{"start":1728369310550,"stop":1728369310551,"duration":1}}]},"c34a3a0884360f1f8401ac2dd009eb65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e63ee60cf2a5c1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e63ee60cf2a5c1a","status":"passed","time":{"start":1728372169986,"stop":1728372169986,"duration":0}}]},"bfe18cf30088379c3c4cd855254edc9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58458c72d53314a5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/58458c72d53314a5","status":"passed","time":{"start":1728370557099,"stop":1728370557099,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d899b874c9aff69a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d899b874c9aff69a","status":"passed","time":{"start":1728379159023,"stop":1728379159023,"duration":0}},{"uid":"b5f1dc1d5bb599c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b5f1dc1d5bb599c6","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"bafb4dc296fd1d32","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bafb4dc296fd1d32","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"def635fbac6fb97d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/def635fbac6fb97d","status":"passed","time":{"start":1728369248996,"stop":1728369248996,"duration":0}}]},"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f79ba64c2a5d2c5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f79ba64c2a5d2c5f","status":"passed","time":{"start":1728379173694,"stop":1728379173695,"duration":1}},{"uid":"5d56bcabf932955c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d56bcabf932955c","status":"passed","time":{"start":1728371818070,"stop":1728371818071,"duration":1}},{"uid":"ac9aa4a8fa2560ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac9aa4a8fa2560ea","status":"passed","time":{"start":1728370165701,"stop":1728370165701,"duration":0}},{"uid":"ded1f47ebb0a8404","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ded1f47ebb0a8404","status":"passed","time":{"start":1728369264721,"stop":1728369264721,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e6d0ce0fe52f990","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8e6d0ce0fe52f990","status":"passed","time":{"start":1728379482955,"stop":1728379482956,"duration":1}},{"uid":"bba8fb9a23ae40c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bba8fb9a23ae40c6","status":"passed","time":{"start":1728372134574,"stop":1728372134575,"duration":1}},{"uid":"92016192449330df","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/92016192449330df","status":"passed","time":{"start":1728370487885,"stop":1728370487885,"duration":0}},{"uid":"9c845c0f42ef7574","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c845c0f42ef7574","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"10aac88fd8ee2b3f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/10aac88fd8ee2b3f","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"5c11da5d721c9694","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5c11da5d721c9694","status":"passed","time":{"start":1728371830872,"stop":1728371830872,"duration":0}},{"uid":"d62736b6143266e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d62736b6143266e5","status":"passed","time":{"start":1728370178238,"stop":1728370178238,"duration":0}},{"uid":"4c21ac17fa23c23a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c21ac17fa23c23a","status":"passed","time":{"start":1728369277109,"stop":1728369277109,"duration":0}}]},"c48596b790768e09b0150473a6f75c1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79250e900b2df139","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79250e900b2df139","status":"passed","time":{"start":1728379547121,"stop":1728379547121,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d6c8c873e535b95a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6c8c873e535b95a","status":"passed","time":{"start":1728379175035,"stop":1728379175035,"duration":0}},{"uid":"c080e90c3644bd39","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c080e90c3644bd39","status":"passed","time":{"start":1728371819027,"stop":1728371819028,"duration":1}},{"uid":"6b542d1b9527756","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b542d1b9527756","status":"passed","time":{"start":1728370166484,"stop":1728370166485,"duration":1}},{"uid":"3016cdfc7864340","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3016cdfc7864340","status":"passed","time":{"start":1728369265266,"stop":1728369265267,"duration":1}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d793406ab97339bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d793406ab97339bc","status":"passed","time":{"start":1728379460274,"stop":1728379460275,"duration":1}},{"uid":"b0fbce8249ca6f82","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b0fbce8249ca6f82","status":"passed","time":{"start":1728372105667,"stop":1728372105667,"duration":0}},{"uid":"25b809dc4be53928","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/25b809dc4be53928","status":"passed","time":{"start":1728370464133,"stop":1728370464133,"duration":0}},{"uid":"2401776b5d7df590","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2401776b5d7df590","status":"passed","time":{"start":1728369544863,"stop":1728369544864,"duration":1}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6a47fa76d71be61","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6a47fa76d71be61","status":"passed","time":{"start":1728379329187,"stop":1728379329187,"duration":0}},{"uid":"d81eb5af1c587e85","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d81eb5af1c587e85","status":"passed","time":{"start":1728371984010,"stop":1728371984011,"duration":1}},{"uid":"5c94af51eaa89c0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5c94af51eaa89c0","status":"passed","time":{"start":1728370284367,"stop":1728370284368,"duration":1}},{"uid":"5c9d408e19cced14","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c9d408e19cced14","status":"passed","time":{"start":1728369378913,"stop":1728369378913,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"49fc282b68ec4271","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/49fc282b68ec4271","status":"passed","time":{"start":1728379549698,"stop":1728379549698,"duration":0}},{"uid":"cf4983221b995052","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf4983221b995052","status":"passed","time":{"start":1728372195434,"stop":1728372195435,"duration":1}},{"uid":"4dd405d7eb23cacb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4dd405d7eb23cacb","status":"passed","time":{"start":1728370555258,"stop":1728370555258,"duration":0}},{"uid":"5421da1097704be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5421da1097704be","status":"passed","time":{"start":1728369639854,"stop":1728369639855,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aef224f71c9997a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aef224f71c9997a0","status":"passed","time":{"start":1728379482943,"stop":1728379482947,"duration":4}},{"uid":"e46c1e38f086d6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e46c1e38f086d6e","status":"passed","time":{"start":1728372134569,"stop":1728372134570,"duration":1}},{"uid":"44921f19e743c648","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/44921f19e743c648","status":"passed","time":{"start":1728370487881,"stop":1728370487882,"duration":1}},{"uid":"e6bf6d02ce983814","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6bf6d02ce983814","status":"passed","time":{"start":1728369590804,"stop":1728369590804,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f401a37bf462ce3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9f401a37bf462ce3","status":"passed","time":{"start":1728379550980,"stop":1728379550980,"duration":0}},{"uid":"31c180989fad1a57","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/31c180989fad1a57","status":"passed","time":{"start":1728372211442,"stop":1728372211442,"duration":0}},{"uid":"a7951e3151390846","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a7951e3151390846","status":"passed","time":{"start":1728370582327,"stop":1728370582327,"duration":0}},{"uid":"8120c12ee6f8e041","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8120c12ee6f8e041","status":"passed","time":{"start":1728369674238,"stop":1728369674238,"duration":0}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f6b86e88126f23d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6b86e88126f23d3","status":"passed","time":{"start":1728379159011,"stop":1728379159011,"duration":0}},{"uid":"7c1a6c8c063d4ae3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7c1a6c8c063d4ae3","status":"passed","time":{"start":1728371802897,"stop":1728371802897,"duration":0}},{"uid":"52a264f3a5109bc7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52a264f3a5109bc7","status":"passed","time":{"start":1728370149930,"stop":1728370149930,"duration":0}},{"uid":"b3ea6180e2c55bd1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3ea6180e2c55bd1","status":"passed","time":{"start":1728369248985,"stop":1728369248986,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d920bd2786da52c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d920bd2786da52c3","status":"passed","time":{"start":1728379515551,"stop":1728379515551,"duration":0}},{"uid":"c7f6663bcf292893","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c7f6663bcf292893","status":"passed","time":{"start":1728372171295,"stop":1728372171295,"duration":0}},{"uid":"b24f93163afa6a8a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b24f93163afa6a8a","status":"passed","time":{"start":1728370522961,"stop":1728370522961,"duration":0}},{"uid":"ad20410e156776ad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad20410e156776ad","status":"passed","time":{"start":1728369622037,"stop":1728369622040,"duration":3}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8751238ee2a1b2fb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8751238ee2a1b2fb","status":"passed","time":{"start":1728379549662,"stop":1728379549674,"duration":12}},{"uid":"7b5923daac7fc6d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b5923daac7fc6d1","status":"passed","time":{"start":1728372195414,"stop":1728372195414,"duration":0}},{"uid":"1c9c1b1b4d16543a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c9c1b1b4d16543a","status":"passed","time":{"start":1728370555243,"stop":1728370555244,"duration":1}},{"uid":"19d2d47604ae9916","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/19d2d47604ae9916","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"3bd3bece9b1c0cfad12ec4c93d43604f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2738dd8ccd6d2a48","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2738dd8ccd6d2a48","status":"passed","time":{"start":1728379197136,"stop":1728379197137,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c017f4b1ba5a9c50","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c017f4b1ba5a9c50","status":"passed","time":{"start":1728379550978,"stop":1728379550979,"duration":1}},{"uid":"d98bb5f304aedfaa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d98bb5f304aedfaa","status":"passed","time":{"start":1728372211439,"stop":1728372211439,"duration":0}},{"uid":"650f70205476cf80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/650f70205476cf80","status":"passed","time":{"start":1728370582326,"stop":1728370582326,"duration":0}},{"uid":"70ea460f63de5602","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/70ea460f63de5602","status":"passed","time":{"start":1728369674235,"stop":1728369674235,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"84d84909f21f42ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84d84909f21f42ea","status":"passed","time":{"start":1728379460289,"stop":1728379460289,"duration":0}},{"uid":"53551bd9dcc7d445","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/53551bd9dcc7d445","status":"passed","time":{"start":1728372105677,"stop":1728372105677,"duration":0}},{"uid":"8582264b38d54d0a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8582264b38d54d0a","status":"passed","time":{"start":1728370464151,"stop":1728370464152,"duration":1}},{"uid":"994dee7395bc6dfe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/994dee7395bc6dfe","status":"passed","time":{"start":1728369544873,"stop":1728369544874,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"624b165e5e35d88e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/624b165e5e35d88e","status":"passed","time":{"start":1728379569501,"stop":1728379569501,"duration":0}},{"uid":"ac387338c2318024","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ac387338c2318024","status":"passed","time":{"start":1728372220863,"stop":1728372220864,"duration":1}},{"uid":"57da575076a214c0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57da575076a214c0","status":"passed","time":{"start":1728370605236,"stop":1728370605237,"duration":1}},{"uid":"a33a62b6f350534","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a33a62b6f350534","status":"passed","time":{"start":1728369697453,"stop":1728369697455,"duration":2}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a074c20cd89b194","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a074c20cd89b194","status":"passed","time":{"start":1728379329179,"stop":1728379329179,"duration":0}},{"uid":"d4be94363e5d559e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d4be94363e5d559e","status":"passed","time":{"start":1728371984004,"stop":1728371984004,"duration":0}},{"uid":"5b3f1ffef947e80d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5b3f1ffef947e80d","status":"passed","time":{"start":1728370284358,"stop":1728370284359,"duration":1}},{"uid":"9420a12254da3006","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9420a12254da3006","status":"passed","time":{"start":1728369378899,"stop":1728369378899,"duration":0}}]},"45133174359658f9defe26e31f8ffd54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccd16da263af9c50","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ccd16da263af9c50","status":"passed","time":{"start":1728379547125,"stop":1728379547125,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6dd129f76a5e406","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6dd129f76a5e406","status":"passed","time":{"start":1728379549691,"stop":1728379549692,"duration":1}},{"uid":"54ffe724e8190862","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54ffe724e8190862","status":"passed","time":{"start":1728372195431,"stop":1728372195431,"duration":0}},{"uid":"b5aafe552497c49c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5aafe552497c49c","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"c0ffb2e63042d553","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0ffb2e63042d553","status":"passed","time":{"start":1728369639848,"stop":1728369639849,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a69d5adb56bf7ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a69d5adb56bf7ec","status":"passed","time":{"start":1728379482956,"stop":1728379482961,"duration":5}},{"uid":"95f1ad1ef21d3add","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/95f1ad1ef21d3add","status":"passed","time":{"start":1728372134575,"stop":1728372134577,"duration":2}},{"uid":"9b1c4e6ffcd2436c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b1c4e6ffcd2436c","status":"passed","time":{"start":1728370487885,"stop":1728370487885,"duration":0}},{"uid":"b8354dc315dc97e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b8354dc315dc97e4","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8df08692e03fca74","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8df08692e03fca74","status":"passed","time":{"start":1728379549691,"stop":1728379549691,"duration":0}},{"uid":"82a3d1fa75cac7f4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82a3d1fa75cac7f4","status":"passed","time":{"start":1728372195430,"stop":1728372195430,"duration":0}},{"uid":"beaf518cc1c312bd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/beaf518cc1c312bd","status":"passed","time":{"start":1728370555253,"stop":1728370555254,"duration":1}},{"uid":"95f492ae8a70d3e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95f492ae8a70d3e0","status":"passed","time":{"start":1728369639847,"stop":1728369639848,"duration":1}}]},"76eb528b5a03dd30802ab4dcab4cf8dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af201d92d6865e8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/af201d92d6865e8a","status":"passed","time":{"start":1728372200173,"stop":1728372200173,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8afb4c30344536cf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8afb4c30344536cf","status":"passed","time":{"start":1728379175037,"stop":1728379175037,"duration":0}},{"uid":"5d7cef497dcd83b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d7cef497dcd83b6","status":"passed","time":{"start":1728371819029,"stop":1728371819030,"duration":1}},{"uid":"ab18aa8723e09447","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab18aa8723e09447","status":"passed","time":{"start":1728370166486,"stop":1728370166487,"duration":1}},{"uid":"f6d215430ec1e9ce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6d215430ec1e9ce","status":"passed","time":{"start":1728369265268,"stop":1728369265269,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5947e28216467d11","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5947e28216467d11","status":"passed","time":{"start":1728379482920,"stop":1728379482922,"duration":2}},{"uid":"f8290b7c9d38215c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8290b7c9d38215c","status":"passed","time":{"start":1728372134547,"stop":1728372134547,"duration":0}},{"uid":"3d3d9447baa4b4be","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3d3d9447baa4b4be","status":"passed","time":{"start":1728370487863,"stop":1728370487864,"duration":1}},{"uid":"9223be33b604b671","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9223be33b604b671","status":"passed","time":{"start":1728369590789,"stop":1728369590789,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"56a0f1d662ee352e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56a0f1d662ee352e","status":"passed","time":{"start":1728379515543,"stop":1728379515544,"duration":1}},{"uid":"1c46df575fc016f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c46df575fc016f0","status":"passed","time":{"start":1728372171287,"stop":1728372171290,"duration":3}},{"uid":"ef2ba9062d3124fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ef2ba9062d3124fb","status":"passed","time":{"start":1728370522950,"stop":1728370522951,"duration":1}},{"uid":"bda26f9fa3157b77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bda26f9fa3157b77","status":"passed","time":{"start":1728369622030,"stop":1728369622030,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e163736c7e0e25f6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e163736c7e0e25f6","status":"passed","time":{"start":1728379167593,"stop":1728379167594,"duration":1}},{"uid":"8d0a95eec2743bfd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d0a95eec2743bfd","status":"passed","time":{"start":1728371811374,"stop":1728371811375,"duration":1}},{"uid":"74633ad56af428d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/74633ad56af428d3","status":"passed","time":{"start":1728370158836,"stop":1728370158836,"duration":0}},{"uid":"bf4e198a85a2252b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bf4e198a85a2252b","status":"passed","time":{"start":1728369257775,"stop":1728369257775,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb84666fa3dce85d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb84666fa3dce85d","status":"passed","time":{"start":1728379167597,"stop":1728379167598,"duration":1}},{"uid":"67b8537d46ae7183","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/67b8537d46ae7183","status":"passed","time":{"start":1728371811378,"stop":1728371811378,"duration":0}},{"uid":"f2bd678f73214343","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f2bd678f73214343","status":"passed","time":{"start":1728370158840,"stop":1728370158840,"duration":0}},{"uid":"732ebb9955552bd2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/732ebb9955552bd2","status":"passed","time":{"start":1728369257779,"stop":1728369257779,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8a2f79d459ef0429","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8a2f79d459ef0429","status":"passed","time":{"start":1728379550985,"stop":1728379550985,"duration":0}},{"uid":"d715ecb05621d4ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d715ecb05621d4ae","status":"passed","time":{"start":1728372211450,"stop":1728372211450,"duration":0}},{"uid":"5ee59a93a8e20279","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ee59a93a8e20279","status":"passed","time":{"start":1728370582330,"stop":1728370582330,"duration":0}},{"uid":"fa85fdffc1d751c9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fa85fdffc1d751c9","status":"passed","time":{"start":1728369674244,"stop":1728369674245,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcea69852a981091","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcea69852a981091","status":"passed","time":{"start":1728379484788,"stop":1728379484788,"duration":0}},{"uid":"f339381bcd153cd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f339381bcd153cd5","status":"passed","time":{"start":1728372130486,"stop":1728372130487,"duration":1}},{"uid":"ad4fec74eb8d7b35","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad4fec74eb8d7b35","status":"passed","time":{"start":1728370516481,"stop":1728370516482,"duration":1}},{"uid":"4a92946b333d305c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a92946b333d305c","status":"passed","time":{"start":1728369620715,"stop":1728369620716,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68686731b6af3460","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68686731b6af3460","status":"passed","time":{"start":1728379182446,"stop":1728379182446,"duration":0}},{"uid":"f67a1ec87a78d041","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f67a1ec87a78d041","status":"passed","time":{"start":1728371826622,"stop":1728371826622,"duration":0}},{"uid":"d58f7b0ddc950084","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d58f7b0ddc950084","status":"passed","time":{"start":1728370173934,"stop":1728370173935,"duration":1}},{"uid":"9ace7afc86da1184","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9ace7afc86da1184","status":"passed","time":{"start":1728369272866,"stop":1728369272867,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd3e0089a519a081","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd3e0089a519a081","status":"passed","time":{"start":1728379166766,"stop":1728379166768,"duration":2}},{"uid":"a040d2dff52c42ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a040d2dff52c42ff","status":"passed","time":{"start":1728371810590,"stop":1728371810591,"duration":1}},{"uid":"24618084ec1e79c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24618084ec1e79c","status":"passed","time":{"start":1728370158405,"stop":1728370158406,"duration":1}},{"uid":"eb92cd755347753f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eb92cd755347753f","status":"passed","time":{"start":1728369256988,"stop":1728369256989,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bb614c8034cc60ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bb614c8034cc60ff","status":"passed","time":{"start":1728379549660,"stop":1728379549660,"duration":0}},{"uid":"904f785c9d24d85f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/904f785c9d24d85f","status":"passed","time":{"start":1728372195413,"stop":1728372195413,"duration":0}},{"uid":"bcde39d8f9728add","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bcde39d8f9728add","status":"passed","time":{"start":1728370555241,"stop":1728370555241,"duration":0}},{"uid":"c0b9df8283fc781","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0b9df8283fc781","status":"passed","time":{"start":1728369639831,"stop":1728369639832,"duration":1}}]},"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"d858c082b06a5d79","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d858c082b06a5d79","status":"passed","time":{"start":1728379419674,"stop":1728379419683,"duration":9}},{"uid":"e939382a586d5adb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e939382a586d5adb","status":"passed","time":{"start":1728372107440,"stop":1728372107440,"duration":0}},{"uid":"1e9fbb94f27e42c2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1e9fbb94f27e42c2","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626984,"stop":1728370626985,"duration":1}},{"uid":"339180f7ed3678f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/339180f7ed3678f7","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728514,"stop":1728369728514,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d045af61f0e7326","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d045af61f0e7326","status":"passed","time":{"start":1728379549697,"stop":1728379549698,"duration":1}},{"uid":"f91b017966d85ada","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f91b017966d85ada","status":"passed","time":{"start":1728372195434,"stop":1728372195434,"duration":0}},{"uid":"8742d87b551dfa00","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8742d87b551dfa00","status":"passed","time":{"start":1728370555257,"stop":1728370555258,"duration":1}},{"uid":"801cc00679100d77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/801cc00679100d77","status":"passed","time":{"start":1728369639853,"stop":1728369639854,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"967c62be2064359d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/967c62be2064359d","status":"passed","time":{"start":1728379182447,"stop":1728379182447,"duration":0}},{"uid":"7f5303160b785981","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f5303160b785981","status":"passed","time":{"start":1728371826623,"stop":1728371826623,"duration":0}},{"uid":"b16020d6af4e2fdb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b16020d6af4e2fdb","status":"passed","time":{"start":1728370173935,"stop":1728370173936,"duration":1}},{"uid":"c9ecb72b91922249","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c9ecb72b91922249","status":"passed","time":{"start":1728369272867,"stop":1728369272870,"duration":3}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9204f63d926bea0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9204f63d926bea0","status":"passed","time":{"start":1728379498096,"stop":1728379498098,"duration":2}},{"uid":"2072f43f4ff0fb43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2072f43f4ff0fb43","status":"passed","time":{"start":1728372147559,"stop":1728372147559,"duration":0}},{"uid":"4ace75ed16395963","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4ace75ed16395963","status":"passed","time":{"start":1728370535021,"stop":1728370535023,"duration":2}},{"uid":"a41857a8b46b00f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a41857a8b46b00f8","status":"passed","time":{"start":1728369636372,"stop":1728369636372,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5db4571ea07442d6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5db4571ea07442d6","status":"passed","time":{"start":1728379329396,"stop":1728379329397,"duration":1}},{"uid":"76c7b1fc0ac87aad","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76c7b1fc0ac87aad","status":"passed","time":{"start":1728371973985,"stop":1728371973986,"duration":1}},{"uid":"7db4490452dc5006","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7db4490452dc5006","status":"passed","time":{"start":1728370320863,"stop":1728370320864,"duration":1}},{"uid":"e59786ea7923dc8a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e59786ea7923dc8a","status":"passed","time":{"start":1728369420226,"stop":1728369420226,"duration":0}}]},"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd3408f6cb805fd9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd3408f6cb805fd9","status":"passed","time":{"start":1728379197139,"stop":1728379197139,"duration":0}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"929cb007e6150284","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/929cb007e6150284","status":"passed","time":{"start":1728379523095,"stop":1728379523098,"duration":3}},{"uid":"359d2a0ec881923","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/359d2a0ec881923","status":"passed","time":{"start":1728372169981,"stop":1728372169981,"duration":0}},{"uid":"339cccdbbe82ae1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/339cccdbbe82ae1b","status":"passed","time":{"start":1728370557093,"stop":1728370557095,"duration":2}},{"uid":"89589f3e852ea7c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89589f3e852ea7c3","status":"passed","time":{"start":1728369663459,"stop":1728369663459,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f12e6bd62e14559","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2f12e6bd62e14559","status":"passed","time":{"start":1728379293452,"stop":1728379293471,"duration":19}},{"uid":"a7c80c9f24386dec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7c80c9f24386dec","status":"passed","time":{"start":1728371932964,"stop":1728371932965,"duration":1}},{"uid":"568c7180dfaade56","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/568c7180dfaade56","status":"passed","time":{"start":1728370281705,"stop":1728370281705,"duration":0}},{"uid":"326e12b7d7525059","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/326e12b7d7525059","status":"passed","time":{"start":1728369376536,"stop":1728369376542,"duration":6}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f219652e0518816d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f219652e0518816d","status":"passed","time":{"start":1728379159032,"stop":1728379159032,"duration":0}},{"uid":"eeb750817a26b1cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eeb750817a26b1cc","status":"passed","time":{"start":1728371802915,"stop":1728371802915,"duration":0}},{"uid":"40a27eb5a9a4921e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/40a27eb5a9a4921e","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"ec6849bccd56d602","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ec6849bccd56d602","status":"passed","time":{"start":1728369249003,"stop":1728369249004,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e68ac58ed884848c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e68ac58ed884848c","status":"passed","time":{"start":1728379192710,"stop":1728379192712,"duration":2}},{"uid":"c6159bbddcb3315d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6159bbddcb3315d","status":"passed","time":{"start":1728371836840,"stop":1728371836842,"duration":2}},{"uid":"533781a5f79c28f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/533781a5f79c28f2","status":"passed","time":{"start":1728370184423,"stop":1728370184425,"duration":2}},{"uid":"f1ea384f1a049bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f1ea384f1a049bc","status":"passed","time":{"start":1728369283255,"stop":1728369283256,"duration":1}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ba4a25d6219a002","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ba4a25d6219a002","status":"passed","time":{"start":1728379560458,"stop":1728379560458,"duration":0}},{"uid":"d691cc9b18421224","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d691cc9b18421224","status":"passed","time":{"start":1728372207707,"stop":1728372207707,"duration":0}},{"uid":"185fd775e310a857","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/185fd775e310a857","status":"passed","time":{"start":1728370596501,"stop":1728370596501,"duration":0}},{"uid":"d072dfb5a8223225","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d072dfb5a8223225","status":"passed","time":{"start":1728369687974,"stop":1728369687975,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c81a644ba547c342","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c81a644ba547c342","status":"passed","time":{"start":1728379498091,"stop":1728379498091,"duration":0}},{"uid":"cc1cc16fc75b9d6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cc1cc16fc75b9d6c","status":"passed","time":{"start":1728372147545,"stop":1728372147546,"duration":1}},{"uid":"47d574d2db8a909a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47d574d2db8a909a","status":"passed","time":{"start":1728370534995,"stop":1728370534997,"duration":2}},{"uid":"94d70451f4f19ea2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/94d70451f4f19ea2","status":"passed","time":{"start":1728369636347,"stop":1728369636347,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef2292641b27044f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef2292641b27044f","status":"passed","time":{"start":1728379329173,"stop":1728379329173,"duration":0}},{"uid":"13ec4b240ab5abd7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13ec4b240ab5abd7","status":"passed","time":{"start":1728371983995,"stop":1728371983995,"duration":0}},{"uid":"c16a3a704d4a0348","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c16a3a704d4a0348","status":"passed","time":{"start":1728370284348,"stop":1728370284348,"duration":0}},{"uid":"4f4f7775080496d7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f4f7775080496d7","status":"passed","time":{"start":1728369378880,"stop":1728369378880,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"607a3422a8adfb69","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/607a3422a8adfb69","status":"passed","time":{"start":1728379576112,"stop":1728379576113,"duration":1}},{"uid":"2b79f3fec13d71b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b79f3fec13d71b6","status":"passed","time":{"start":1728372231470,"stop":1728372231470,"duration":0}},{"uid":"67d430146a530eca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67d430146a530eca","status":"passed","time":{"start":1728370655523,"stop":1728370655523,"duration":0}},{"uid":"a8e0f058162ae98d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8e0f058162ae98d","status":"passed","time":{"start":1728369731924,"stop":1728369731924,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e461d0b6afa1fce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e461d0b6afa1fce","status":"passed","time":{"start":1728379515540,"stop":1728379515541,"duration":1}},{"uid":"deb7faf9a4191e7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/deb7faf9a4191e7d","status":"passed","time":{"start":1728372171281,"stop":1728372171285,"duration":4}},{"uid":"8ea81b8736ef881a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ea81b8736ef881a","status":"passed","time":{"start":1728370522935,"stop":1728370522935,"duration":0}},{"uid":"d3b3ebf3c15b17bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3b3ebf3c15b17bd","status":"passed","time":{"start":1728369622028,"stop":1728369622028,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b75388cf37f0d825","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b75388cf37f0d825","status":"passed","time":{"start":1728379543298,"stop":1728379543298,"duration":0}},{"uid":"3e81895a4dc051ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3e81895a4dc051ff","status":"passed","time":{"start":1728372192284,"stop":1728372192285,"duration":1}},{"uid":"87556253a58815e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87556253a58815e1","status":"passed","time":{"start":1728370579152,"stop":1728370579153,"duration":1}},{"uid":"c3a4f67113d65df4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3a4f67113d65df4","status":"passed","time":{"start":1728369664327,"stop":1728369664329,"duration":2}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4a0030a4e4856142","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4a0030a4e4856142","status":"passed","time":{"start":1728379484786,"stop":1728379484787,"duration":1}},{"uid":"65dd1788a938961e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65dd1788a938961e","status":"passed","time":{"start":1728372130484,"stop":1728372130484,"duration":0}},{"uid":"5f9173e1bd33ba91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f9173e1bd33ba91","status":"passed","time":{"start":1728370516480,"stop":1728370516480,"duration":0}},{"uid":"f00b175f8b150fd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f00b175f8b150fd6","status":"passed","time":{"start":1728369620713,"stop":1728369620714,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65b25e0b31c5058","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65b25e0b31c5058","status":"passed","time":{"start":1728379159005,"stop":1728379159006,"duration":1}},{"uid":"3442ddcd7fc2e893","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3442ddcd7fc2e893","status":"passed","time":{"start":1728371802892,"stop":1728371802892,"duration":0}},{"uid":"121226180845ead4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/121226180845ead4","status":"passed","time":{"start":1728370149919,"stop":1728370149925,"duration":6}},{"uid":"aa6b4dc2a0426429","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa6b4dc2a0426429","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1234c79a6db48e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1234c79a6db48e3","status":"passed","time":{"start":1728379159024,"stop":1728379159025,"duration":1}},{"uid":"7f29ddba34438268","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f29ddba34438268","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"593fe454082756b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/593fe454082756b","status":"passed","time":{"start":1728370149942,"stop":1728370149943,"duration":1}},{"uid":"2e1070c6b0eaa35e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e1070c6b0eaa35e","status":"passed","time":{"start":1728369248997,"stop":1728369248998,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d22fb9bed258213","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5d22fb9bed258213","status":"passed","time":{"start":1728379565735,"stop":1728379565736,"duration":1}},{"uid":"17926bf0fd11df19","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17926bf0fd11df19","status":"passed","time":{"start":1728372228762,"stop":1728372228762,"duration":0}},{"uid":"96cb151e0ebe19fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/96cb151e0ebe19fd","status":"passed","time":{"start":1728370603965,"stop":1728370603965,"duration":0}},{"uid":"aee6670b4bfe01e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aee6670b4bfe01e9","status":"passed","time":{"start":1728369703127,"stop":1728369703128,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcb83711b3e96142","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcb83711b3e96142","status":"passed","time":{"start":1728379566957,"stop":1728379566957,"duration":0}},{"uid":"598b0a61027cffc4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/598b0a61027cffc4","status":"passed","time":{"start":1728372225666,"stop":1728372225666,"duration":0}},{"uid":"413fdf078067c458","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/413fdf078067c458","status":"passed","time":{"start":1728370613960,"stop":1728370613960,"duration":0}},{"uid":"833ae1f114dd66d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/833ae1f114dd66d4","status":"passed","time":{"start":1728369705617,"stop":1728369705620,"duration":3}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec6aca788594c7b3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ec6aca788594c7b3","status":"passed","time":{"start":1728379482936,"stop":1728379482937,"duration":1}},{"uid":"f5a1b6586d1b0964","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5a1b6586d1b0964","status":"passed","time":{"start":1728372134564,"stop":1728372134565,"duration":1}},{"uid":"685d7dbeb1ce2758","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/685d7dbeb1ce2758","status":"passed","time":{"start":1728370487877,"stop":1728370487878,"duration":1}},{"uid":"ee58f87e4a4f903f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ee58f87e4a4f903f","status":"passed","time":{"start":1728369590802,"stop":1728369590802,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64172670885f42b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/64172670885f42b5","status":"passed","time":{"start":1728379293471,"stop":1728379293471,"duration":0}},{"uid":"dea4f4514607d75d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dea4f4514607d75d","status":"passed","time":{"start":1728371932965,"stop":1728371932966,"duration":1}},{"uid":"ba9a07eab5466d72","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba9a07eab5466d72","status":"passed","time":{"start":1728370281705,"stop":1728370281710,"duration":5}},{"uid":"434e614bf07b6da7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/434e614bf07b6da7","status":"passed","time":{"start":1728369376542,"stop":1728369376542,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df8fcd2f72b0a489","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df8fcd2f72b0a489","status":"passed","time":{"start":1728379161479,"stop":1728379161480,"duration":1}},{"uid":"b10fa297afba36f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b10fa297afba36f0","status":"passed","time":{"start":1728371805332,"stop":1728371805332,"duration":0}},{"uid":"9e79c3093e3fe246","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e79c3093e3fe246","status":"passed","time":{"start":1728370152477,"stop":1728370152477,"duration":0}},{"uid":"438332ad93d2d745","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/438332ad93d2d745","status":"passed","time":{"start":1728369251641,"stop":1728369251641,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74ec17af25af2655","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74ec17af25af2655","status":"passed","time":{"start":1728379460281,"stop":1728379460281,"duration":0}},{"uid":"eb18c423e68822b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eb18c423e68822b5","status":"passed","time":{"start":1728372105671,"stop":1728372105672,"duration":1}},{"uid":"a4ccdb455dbc4a4b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a4ccdb455dbc4a4b","status":"passed","time":{"start":1728370464140,"stop":1728370464144,"duration":4}},{"uid":"3b59b14493ccd46a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b59b14493ccd46a","status":"passed","time":{"start":1728369544867,"stop":1728369544868,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b8a3de7e046e6132","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8a3de7e046e6132","status":"passed","time":{"start":1728379329186,"stop":1728379329186,"duration":0}},{"uid":"79b5092426c8a6c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/79b5092426c8a6c8","status":"passed","time":{"start":1728371984010,"stop":1728371984010,"duration":0}},{"uid":"306db76a5c4dc854","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/306db76a5c4dc854","status":"passed","time":{"start":1728370284365,"stop":1728370284365,"duration":0}},{"uid":"ffbc350e717baf26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffbc350e717baf26","status":"passed","time":{"start":1728369378912,"stop":1728369378913,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d85154852cc4988a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d85154852cc4988a","status":"passed","time":{"start":1728379166769,"stop":1728379166769,"duration":0}},{"uid":"c08a6046b6fc0a78","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c08a6046b6fc0a78","status":"passed","time":{"start":1728371810592,"stop":1728371810592,"duration":0}},{"uid":"733c1b28086d8e85","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/733c1b28086d8e85","status":"passed","time":{"start":1728370158406,"stop":1728370158407,"duration":1}},{"uid":"bf81b05f026c24ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bf81b05f026c24ec","status":"passed","time":{"start":1728369256990,"stop":1728369256990,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9953d1562772c701","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9953d1562772c701","status":"passed","time":{"start":1728379482919,"stop":1728379482919,"duration":0}},{"uid":"17babe25a2fb6e0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17babe25a2fb6e0c","status":"passed","time":{"start":1728372134545,"stop":1728372134546,"duration":1}},{"uid":"aad0da8089ddbd60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aad0da8089ddbd60","status":"passed","time":{"start":1728370487860,"stop":1728370487860,"duration":0}},{"uid":"18b58e1c6f8711a6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/18b58e1c6f8711a6","status":"passed","time":{"start":1728369590787,"stop":1728369590787,"duration":0}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9de9da16d64e919f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9de9da16d64e919f","status":"passed","time":{"start":1728379158994,"stop":1728379158995,"duration":1}},{"uid":"11b6b80769091e76","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/11b6b80769091e76","status":"passed","time":{"start":1728371802888,"stop":1728371802888,"duration":0}},{"uid":"2630f61dac66d9e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2630f61dac66d9e1","status":"passed","time":{"start":1728370149913,"stop":1728370149914,"duration":1}},{"uid":"f4535e785bc66a72","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f4535e785bc66a72","status":"passed","time":{"start":1728369248973,"stop":1728369248973,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2c7edf0066a515b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c2c7edf0066a515b","status":"passed","time":{"start":1728379560152,"stop":1728379560153,"duration":1}},{"uid":"8beefddcbc1760e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8beefddcbc1760e6","status":"passed","time":{"start":1728372216740,"stop":1728372216742,"duration":2}},{"uid":"cd4d96e8e26e8f8b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd4d96e8e26e8f8b","status":"passed","time":{"start":1728370607963,"stop":1728370607963,"duration":0}},{"uid":"158f08c973874f29","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/158f08c973874f29","status":"passed","time":{"start":1728369698568,"stop":1728369698569,"duration":1}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59db651c8e9cf647","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59db651c8e9cf647","status":"passed","time":{"start":1728379547119,"stop":1728379547119,"duration":0}},{"uid":"1b5a17f2c3257205","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1b5a17f2c3257205","status":"passed","time":{"start":1728372200173,"stop":1728372200173,"duration":0}},{"uid":"d2b6f15ef21ad51d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2b6f15ef21ad51d","status":"passed","time":{"start":1728370581672,"stop":1728370581672,"duration":0}},{"uid":"2682d6082d317416","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2682d6082d317416","status":"passed","time":{"start":1728369674995,"stop":1728369674995,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79fb21cf2e6640c5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79fb21cf2e6640c5","status":"passed","time":{"start":1728379549676,"stop":1728379549677,"duration":1}},{"uid":"636a1e9d298857e8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/636a1e9d298857e8","status":"passed","time":{"start":1728372195420,"stop":1728372195420,"duration":0}},{"uid":"46878aa72570a8c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/46878aa72570a8c1","status":"passed","time":{"start":1728370555247,"stop":1728370555247,"duration":0}},{"uid":"bcb8f332e694f928","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb8f332e694f928","status":"passed","time":{"start":1728369639838,"stop":1728369639838,"duration":0}}]},"e0a2cff2dc98b788cde09a3f11eb7cba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2b87cdb66c93be4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2b87cdb66c93be4","status":"passed","time":{"start":1728372200178,"stop":1728372200178,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d2e33437cb5bc1e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d2e33437cb5bc1e","status":"passed","time":{"start":1728379166755,"stop":1728379166756,"duration":1}},{"uid":"c86a6b3e6a3ce0f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c86a6b3e6a3ce0f8","status":"passed","time":{"start":1728371810586,"stop":1728371810586,"duration":0}},{"uid":"8c09f084151f7ae4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8c09f084151f7ae4","status":"passed","time":{"start":1728370158402,"stop":1728370158402,"duration":0}},{"uid":"30f445040653700e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/30f445040653700e","status":"passed","time":{"start":1728369256983,"stop":1728369256984,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bb0970d7209a4a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8bb0970d7209a4a5","status":"passed","time":{"start":1728379569500,"stop":1728379569500,"duration":0}},{"uid":"ee339a1ceda1ef5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee339a1ceda1ef5","status":"passed","time":{"start":1728372220863,"stop":1728372220863,"duration":0}},{"uid":"2eab5ec45266cac8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2eab5ec45266cac8","status":"passed","time":{"start":1728370605232,"stop":1728370605232,"duration":0}},{"uid":"524b73377725de07","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/524b73377725de07","status":"passed","time":{"start":1728369697452,"stop":1728369697452,"duration":0}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6a3caa4abcec6380","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6a3caa4abcec6380","status":"passed","time":{"start":1728379159021,"stop":1728379159021,"duration":0}},{"uid":"9de29613402e1f60","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9de29613402e1f60","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"89dcfa770f8bfd45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89dcfa770f8bfd45","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"95c517f1e836721e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95c517f1e836721e","status":"passed","time":{"start":1728369248994,"stop":1728369248995,"duration":1}}]},"9f013d663851f5f4aef10a8901926e77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a95184517fdb6f3f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a95184517fdb6f3f","status":"passed","time":{"start":1728372134578,"stop":1728372134578,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"548eab70d603b9f4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/548eab70d603b9f4","status":"passed","time":{"start":1728379565738,"stop":1728379565738,"duration":0}},{"uid":"757bb85aa2c5608f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/757bb85aa2c5608f","status":"passed","time":{"start":1728372228764,"stop":1728372228765,"duration":1}},{"uid":"5af17473030a629a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5af17473030a629a","status":"passed","time":{"start":1728370603966,"stop":1728370603966,"duration":0}},{"uid":"2a3bcb51d596181f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2a3bcb51d596181f","status":"passed","time":{"start":1728369703130,"stop":1728369703131,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"48e4e8e1d51285c6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/48e4e8e1d51285c6","status":"passed","time":{"start":1728379550982,"stop":1728379550983,"duration":1}},{"uid":"8d9c93aed2898a88","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d9c93aed2898a88","status":"passed","time":{"start":1728372211443,"stop":1728372211444,"duration":1}},{"uid":"c39acf7dfb49b0f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c39acf7dfb49b0f2","status":"passed","time":{"start":1728370582328,"stop":1728370582328,"duration":0}},{"uid":"f34043d90590b39e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f34043d90590b39e","status":"passed","time":{"start":1728369674239,"stop":1728369674239,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3b159f3723c7b6fe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b159f3723c7b6fe","status":"passed","time":{"start":1728379182989,"stop":1728379182990,"duration":1}},{"uid":"73850387931bb473","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73850387931bb473","status":"passed","time":{"start":1728371826967,"stop":1728371826968,"duration":1}},{"uid":"fc07bb0a7e5738f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fc07bb0a7e5738f2","status":"passed","time":{"start":1728370174431,"stop":1728370174431,"duration":0}},{"uid":"7225dd879d7c2299","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7225dd879d7c2299","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"ce481a1f75460e45","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce481a1f75460e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379182991,"stop":1728379182991,"duration":0}},{"uid":"272dc495ed0d603c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/272dc495ed0d603c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371826968,"stop":1728371826969,"duration":1}},{"uid":"d39dc5b78de95ed3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d39dc5b78de95ed3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370174432,"stop":1728370174432,"duration":0}},{"uid":"134823fd379d992f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/134823fd379d992f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369273241,"stop":1728369273241,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0630106232c3bbb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0630106232c3bbb","status":"passed","time":{"start":1728379329171,"stop":1728379329171,"duration":0}},{"uid":"2352d188882a403a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2352d188882a403a","status":"passed","time":{"start":1728371983993,"stop":1728371983994,"duration":1}},{"uid":"a2c7642a3db2a69c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a2c7642a3db2a69c","status":"passed","time":{"start":1728370284346,"stop":1728370284346,"duration":0}},{"uid":"4b82526eac7677ca","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b82526eac7677ca","status":"passed","time":{"start":1728369378878,"stop":1728369378879,"duration":1}}]},"6864aa41244a025919e4fef322b9bad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a290163d2f8b5d6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a290163d2f8b5d6d","status":"passed","time":{"start":1728370464129,"stop":1728370464130,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a51c23917e6aeafd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a51c23917e6aeafd","status":"passed","time":{"start":1728379549692,"stop":1728379549692,"duration":0}},{"uid":"d422f5a1dcabd977","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d422f5a1dcabd977","status":"passed","time":{"start":1728372195431,"stop":1728372195431,"duration":0}},{"uid":"fc3c4419b08a7508","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fc3c4419b08a7508","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"5808eaae1985a1cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5808eaae1985a1cc","status":"passed","time":{"start":1728369639849,"stop":1728369639850,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"91f6721051894646","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91f6721051894646","status":"passed","time":{"start":1728379221894,"stop":1728379221894,"duration":0}},{"uid":"cd6c6598b045e639","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cd6c6598b045e639","status":"passed","time":{"start":1728371864342,"stop":1728371864346,"duration":4}},{"uid":"ef61952c64911b8d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ef61952c64911b8d","status":"passed","time":{"start":1728370211393,"stop":1728370211393,"duration":0}},{"uid":"f5e8fa20842d2f6e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f5e8fa20842d2f6e","status":"passed","time":{"start":1728369310550,"stop":1728369310550,"duration":0}}]},"9b6e5dcdaa624a2120a5d29d31b02694:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8001eda597e7f045","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8001eda597e7f045","status":"passed","time":{"start":1728372200178,"stop":1728372200179,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98ccdca14d14e7bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98ccdca14d14e7bd","status":"passed","time":{"start":1728379569498,"stop":1728379569499,"duration":1}},{"uid":"754628d6d7c4bed9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/754628d6d7c4bed9","status":"passed","time":{"start":1728372220852,"stop":1728372220852,"duration":0}},{"uid":"b25925011179f5ae","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b25925011179f5ae","status":"passed","time":{"start":1728370605231,"stop":1728370605231,"duration":0}},{"uid":"b793515a93adb873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b793515a93adb873","status":"passed","time":{"start":1728369697448,"stop":1728369697451,"duration":3}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb604020113dae6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb604020113dae6a","status":"passed","time":{"start":1728379498100,"stop":1728379498101,"duration":1}},{"uid":"4e33355d553ce2d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4e33355d553ce2d3","status":"passed","time":{"start":1728372147562,"stop":1728372147563,"duration":1}},{"uid":"9e3083f9be3a86f3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e3083f9be3a86f3","status":"passed","time":{"start":1728370535029,"stop":1728370535032,"duration":3}},{"uid":"76d078a879f223d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76d078a879f223d4","status":"passed","time":{"start":1728369636375,"stop":1728369636375,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c10ac267aa70101","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7c10ac267aa70101","status":"passed","time":{"start":1728379255035,"stop":1728379255036,"duration":1}},{"uid":"f48c309503812998","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f48c309503812998","status":"passed","time":{"start":1728371896757,"stop":1728371896757,"duration":0}},{"uid":"872ad5e748f96809","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/872ad5e748f96809","status":"passed","time":{"start":1728370245300,"stop":1728370245301,"duration":1}},{"uid":"d09c756697d47098","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d09c756697d47098","status":"passed","time":{"start":1728369344219,"stop":1728369344224,"duration":5}}]},"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"53246069d24fa735","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53246069d24fa735","status":"passed","time":{"start":1728379419673,"stop":1728379419673,"duration":0}},{"uid":"fb8bec04625b538","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb8bec04625b538","status":"passed","time":{"start":1728372107436,"stop":1728372107437,"duration":1}},{"uid":"5e7ef4d89df20bf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e7ef4d89df20bf3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626981,"stop":1728370626981,"duration":0}},{"uid":"a5553b94ffc03b94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5553b94ffc03b94","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728511,"stop":1728369728511,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ef92e0f2c1cf272","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2ef92e0f2c1cf272","status":"passed","time":{"start":1728379439872,"stop":1728379439872,"duration":0}},{"uid":"ff26867a47c06797","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff26867a47c06797","status":"passed","time":{"start":1728372083102,"stop":1728372083108,"duration":6}},{"uid":"9c643d0000b1b447","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9c643d0000b1b447","status":"passed","time":{"start":1728370464873,"stop":1728370464874,"duration":1}},{"uid":"c42dbeba5295557e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c42dbeba5295557e","status":"passed","time":{"start":1728369559763,"stop":1728369559764,"duration":1}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a79ca4d5309ab67","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a79ca4d5309ab67","status":"passed","time":{"start":1728379493840,"stop":1728379493840,"duration":0}},{"uid":"1a0feb1e951e5102","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a0feb1e951e5102","status":"passed","time":{"start":1728372140943,"stop":1728372140943,"duration":0}},{"uid":"608badaa36ef8d88","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/608badaa36ef8d88","status":"passed","time":{"start":1728370524956,"stop":1728370524957,"duration":1}},{"uid":"3b812835e5d6da16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b812835e5d6da16","status":"passed","time":{"start":1728369630392,"stop":1728369630393,"duration":1}}]},"6f1d7441e7db5cb5185ffa9847c6aa71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ad62762cb5b2ab3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ad62762cb5b2ab3","status":"passed","time":{"start":1728372134577,"stop":1728372134578,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"988007795622ecd8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/988007795622ecd8","status":"passed","time":{"start":1728379167594,"stop":1728379167595,"duration":1}},{"uid":"172adbb4261a346","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/172adbb4261a346","status":"passed","time":{"start":1728371811375,"stop":1728371811376,"duration":1}},{"uid":"f99912792a92f7fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f99912792a92f7fb","status":"passed","time":{"start":1728370158837,"stop":1728370158837,"duration":0}},{"uid":"7512eb8757fed1a5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7512eb8757fed1a5","status":"passed","time":{"start":1728369257776,"stop":1728369257776,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aff0e80880fd8294","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aff0e80880fd8294","status":"passed","time":{"start":1728379159020,"stop":1728379159021,"duration":1}},{"uid":"1ba90066f5af96af","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1ba90066f5af96af","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"1734b89a7ac81b86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1734b89a7ac81b86","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"f541dba79a9e56","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f541dba79a9e56","status":"passed","time":{"start":1728369248994,"stop":1728369248994,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65bff9f219af65b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65bff9f219af65b6","status":"passed","time":{"start":1728379576342,"stop":1728379576342,"duration":0}},{"uid":"38fcb2477e428774","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38fcb2477e428774","status":"passed","time":{"start":1728372230818,"stop":1728372230818,"duration":0}},{"uid":"e0beaaed0a9a63e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e0beaaed0a9a63e5","status":"passed","time":{"start":1728370630212,"stop":1728370630212,"duration":0}},{"uid":"5ee1264e4fa6281c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ee1264e4fa6281c","status":"passed","time":{"start":1728369712263,"stop":1728369712263,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca536fdd47b76ebf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca536fdd47b76ebf","status":"passed","time":{"start":1728379462180,"stop":1728379462181,"duration":1}},{"uid":"a36b824dbd28bab5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a36b824dbd28bab5","status":"passed","time":{"start":1728372110411,"stop":1728372110412,"duration":1}},{"uid":"896ba0914a6fdc95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/896ba0914a6fdc95","status":"passed","time":{"start":1728370489669,"stop":1728370489670,"duration":1}},{"uid":"8b06d3315b0debb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8b06d3315b0debb","status":"passed","time":{"start":1728369593941,"stop":1728369593941,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fe9b669e2a40d5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fe9b669e2a40d5d","status":"passed","time":{"start":1728379576344,"stop":1728379576344,"duration":0}},{"uid":"a5bebfa7ef006721","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5bebfa7ef006721","status":"passed","time":{"start":1728372230819,"stop":1728372230819,"duration":0}},{"uid":"4e054a8d1f691dde","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4e054a8d1f691dde","status":"passed","time":{"start":1728370630213,"stop":1728370630213,"duration":0}},{"uid":"92b9e84d1ec7dd6d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/92b9e84d1ec7dd6d","status":"passed","time":{"start":1728369712265,"stop":1728369712265,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f92836f861a3c08f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f92836f861a3c08f","status":"passed","time":{"start":1728379167596,"stop":1728379167596,"duration":0}},{"uid":"620cbf492d48a287","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/620cbf492d48a287","status":"passed","time":{"start":1728371811376,"stop":1728371811377,"duration":1}},{"uid":"bb0b8e623da35a25","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb0b8e623da35a25","status":"passed","time":{"start":1728370158838,"stop":1728370158838,"duration":0}},{"uid":"8e305961bcabbd4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8e305961bcabbd4","status":"passed","time":{"start":1728369257777,"stop":1728369257777,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f9454b791a019c37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9454b791a019c37","status":"passed","time":{"start":1728379524436,"stop":1728379524436,"duration":0}},{"uid":"2d214f7226bb6895","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d214f7226bb6895","status":"passed","time":{"start":1728372187033,"stop":1728372187034,"duration":1}},{"uid":"9380a8c9eea0fbeb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9380a8c9eea0fbeb","status":"passed","time":{"start":1728370559624,"stop":1728370559625,"duration":1}},{"uid":"e9ad96be2193795b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9ad96be2193795b","status":"passed","time":{"start":1728369646202,"stop":1728369646204,"duration":2}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"16ca2f0de90662","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16ca2f0de90662","status":"passed","time":{"start":1728379329186,"stop":1728379329187,"duration":1}},{"uid":"28fd3cc27185d6ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/28fd3cc27185d6ae","status":"passed","time":{"start":1728371984010,"stop":1728371984010,"duration":0}},{"uid":"209b12af98538b7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/209b12af98538b7","status":"passed","time":{"start":1728370284365,"stop":1728370284365,"duration":0}},{"uid":"e9f14aee9959e55a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9f14aee9959e55a","status":"passed","time":{"start":1728369378913,"stop":1728369378913,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"994ac10ffd62805e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/994ac10ffd62805e","status":"passed","time":{"start":1728379329177,"stop":1728379329178,"duration":1}},{"uid":"74f8f159a2976d77","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74f8f159a2976d77","status":"passed","time":{"start":1728371984003,"stop":1728371984003,"duration":0}},{"uid":"6fa7cd13a31668e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6fa7cd13a31668e1","status":"passed","time":{"start":1728370284356,"stop":1728370284357,"duration":1}},{"uid":"a23c784589a71ba1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a23c784589a71ba1","status":"passed","time":{"start":1728369378895,"stop":1728369378898,"duration":3}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3bfb208c59703873","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3bfb208c59703873","status":"passed","time":{"start":1728379560162,"stop":1728379560163,"duration":1}},{"uid":"97edc897b475774f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/97edc897b475774f","status":"passed","time":{"start":1728372216744,"stop":1728372216744,"duration":0}},{"uid":"e2ef87fcaa5c8e35","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e2ef87fcaa5c8e35","status":"passed","time":{"start":1728370607966,"stop":1728370607966,"duration":0}},{"uid":"d4117c0aa9c6e514","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4117c0aa9c6e514","status":"passed","time":{"start":1728369698571,"stop":1728369698571,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"80ce242c90be5a83","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/80ce242c90be5a83","status":"passed","time":{"start":1728379166762,"stop":1728379166763,"duration":1}},{"uid":"c8a2935e315da94e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8a2935e315da94e","status":"passed","time":{"start":1728371810588,"stop":1728371810588,"duration":0}},{"uid":"ff169d36c0d4efbf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff169d36c0d4efbf","status":"passed","time":{"start":1728370158404,"stop":1728370158404,"duration":0}},{"uid":"a3687e3c416973d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3687e3c416973d0","status":"passed","time":{"start":1728369256986,"stop":1728369256986,"duration":0}}]},"cdeeeaa12a21ff675e01c2039df553ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"948f6bec57d4b6b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/948f6bec57d4b6b2","status":"passed","time":{"start":1728379482964,"stop":1728379482964,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e5f2522f27613c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e5f2522f27613c","status":"passed","time":{"start":1728379161480,"stop":1728379161481,"duration":1}},{"uid":"5003764d725ad662","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5003764d725ad662","status":"passed","time":{"start":1728371805333,"stop":1728371805333,"duration":0}},{"uid":"83c2c6e58b982c29","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83c2c6e58b982c29","status":"passed","time":{"start":1728370152477,"stop":1728370152478,"duration":1}},{"uid":"1b4fa22acca8bc65","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1b4fa22acca8bc65","status":"passed","time":{"start":1728369251642,"stop":1728369251642,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"91a879e8527c3a65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91a879e8527c3a65","status":"passed","time":{"start":1728379576343,"stop":1728379576343,"duration":0}},{"uid":"4e2351f6b119666b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4e2351f6b119666b","status":"passed","time":{"start":1728372230818,"stop":1728372230819,"duration":1}},{"uid":"fab01b6c9998648b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fab01b6c9998648b","status":"passed","time":{"start":1728370630212,"stop":1728370630213,"duration":1}},{"uid":"39a390f2fb38e201","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/39a390f2fb38e201","status":"passed","time":{"start":1728369712263,"stop":1728369712264,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bf85360157f0b02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6bf85360157f0b02","status":"passed","time":{"start":1728379255027,"stop":1728379255029,"duration":2}},{"uid":"38b1949d6e3dd1fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38b1949d6e3dd1fe","status":"passed","time":{"start":1728371896753,"stop":1728371896753,"duration":0}},{"uid":"ba587b9d068f01bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba587b9d068f01bc","status":"passed","time":{"start":1728370245292,"stop":1728370245292,"duration":0}},{"uid":"6c92baebed563dbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6c92baebed563dbe","status":"passed","time":{"start":1728369344211,"stop":1728369344213,"duration":2}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1d791ca7d3f3ec9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1d791ca7d3f3ec9","status":"passed","time":{"start":1728379566958,"stop":1728379566958,"duration":0}},{"uid":"e819ba9b70222467","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e819ba9b70222467","status":"passed","time":{"start":1728372225667,"stop":1728372225667,"duration":0}},{"uid":"bda86d1efd08f5ef","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bda86d1efd08f5ef","status":"passed","time":{"start":1728370613962,"stop":1728370613963,"duration":1}},{"uid":"d3bc96129c3609a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3bc96129c3609a","status":"passed","time":{"start":1728369705621,"stop":1728369705622,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca64695f401d24ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca64695f401d24ce","status":"passed","time":{"start":1728379329398,"stop":1728379329398,"duration":0}},{"uid":"97eb430becc380d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/97eb430becc380d1","status":"passed","time":{"start":1728371973990,"stop":1728371973991,"duration":1}},{"uid":"834e0ac3d29c41da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/834e0ac3d29c41da","status":"passed","time":{"start":1728370320865,"stop":1728370320865,"duration":0}},{"uid":"3822a5bfff4a3a1e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3822a5bfff4a3a1e","status":"passed","time":{"start":1728369420242,"stop":1728369420243,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95e0c72439031f88","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/95e0c72439031f88","status":"passed","time":{"start":1728379482935,"stop":1728379482936,"duration":1}},{"uid":"1971325d740e25f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1971325d740e25f5","status":"passed","time":{"start":1728372134562,"stop":1728372134564,"duration":2}},{"uid":"4440691f53a54515","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4440691f53a54515","status":"passed","time":{"start":1728370487876,"stop":1728370487876,"duration":0}},{"uid":"ffd881e3e6328c60","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffd881e3e6328c60","status":"passed","time":{"start":1728369590802,"stop":1728369590802,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2483c33019c1354a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2483c33019c1354a","status":"passed","time":{"start":1728379482919,"stop":1728379482920,"duration":1}},{"uid":"364810f5039610b2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/364810f5039610b2","status":"passed","time":{"start":1728372134546,"stop":1728372134546,"duration":0}},{"uid":"107290582e0227a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/107290582e0227a9","status":"passed","time":{"start":1728370487862,"stop":1728370487863,"duration":1}},{"uid":"9655ef20b2c7a94f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9655ef20b2c7a94f","status":"passed","time":{"start":1728369590788,"stop":1728369590789,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4ebac3e7a80567b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d4ebac3e7a80567b","status":"passed","time":{"start":1728379493842,"stop":1728379493843,"duration":1}},{"uid":"9061c08d447abf3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9061c08d447abf3b","status":"passed","time":{"start":1728372140945,"stop":1728372140945,"duration":0}},{"uid":"17eb8308cd1f4e89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/17eb8308cd1f4e89","status":"passed","time":{"start":1728370524959,"stop":1728370524959,"duration":0}},{"uid":"a427c81fb1246e89","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a427c81fb1246e89","status":"passed","time":{"start":1728369630396,"stop":1728369630396,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"377d867b496cbd18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/377d867b496cbd18","status":"passed","time":{"start":1728379182449,"stop":1728379182449,"duration":0}},{"uid":"ecba7c27eb911532","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ecba7c27eb911532","status":"passed","time":{"start":1728371826624,"stop":1728371826625,"duration":1}},{"uid":"b23d2d098d642e06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b23d2d098d642e06","status":"passed","time":{"start":1728370173937,"stop":1728370173937,"duration":0}},{"uid":"bdc48f1a11b341fc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bdc48f1a11b341fc","status":"passed","time":{"start":1728369272872,"stop":1728369272872,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c7e63f4822235e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2c7e63f4822235e6","status":"passed","time":{"start":1728379524442,"stop":1728379524442,"duration":0}},{"uid":"e1e0ff85f038538","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e1e0ff85f038538","status":"passed","time":{"start":1728372187035,"stop":1728372187036,"duration":1}},{"uid":"a77f7c1db5545b97","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a77f7c1db5545b97","status":"passed","time":{"start":1728370559628,"stop":1728370559629,"duration":1}},{"uid":"86facd2b04be5928","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86facd2b04be5928","status":"passed","time":{"start":1728369646205,"stop":1728369646206,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"579505d5cd2949b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/579505d5cd2949b","status":"passed","time":{"start":1728379460259,"stop":1728379460260,"duration":1}},{"uid":"57f53bda6e26f9d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57f53bda6e26f9d1","status":"passed","time":{"start":1728372105659,"stop":1728372105660,"duration":1}},{"uid":"ba0fdcb5e08659da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba0fdcb5e08659da","status":"passed","time":{"start":1728370464118,"stop":1728370464118,"duration":0}},{"uid":"9e7519fb79726b37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9e7519fb79726b37","status":"passed","time":{"start":1728369544854,"stop":1728369544854,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5dd313bdb7b3fa44","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dd313bdb7b3fa44","status":"passed","time":{"start":1728379422774,"stop":1728379422775,"duration":1}},{"uid":"766f3caab3a819bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/766f3caab3a819bb","status":"passed","time":{"start":1728372057767,"stop":1728372057768,"duration":1}},{"uid":"bbe6bda7fe885cfa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bbe6bda7fe885cfa","status":"passed","time":{"start":1728370439666,"stop":1728370439669,"duration":3}},{"uid":"7f2a9d9a45707ff1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f2a9d9a45707ff1","status":"passed","time":{"start":1728369540007,"stop":1728369540007,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a80a44f2e4422c32","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a80a44f2e4422c32","status":"passed","time":{"start":1728379366500,"stop":1728379366501,"duration":1}},{"uid":"f3a42b916593c4c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f3a42b916593c4c6","status":"passed","time":{"start":1728371996030,"stop":1728371996031,"duration":1}},{"uid":"c1ee7b7265375201","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c1ee7b7265375201","status":"passed","time":{"start":1728370345146,"stop":1728370345149,"duration":3}},{"uid":"ea6ae88ba779096","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea6ae88ba779096","status":"passed","time":{"start":1728369447294,"stop":1728369447294,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"90d2621e57880d03","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/90d2621e57880d03","status":"passed","time":{"start":1728379159030,"stop":1728379159031,"duration":1}},{"uid":"ba197788eeff9a40","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba197788eeff9a40","status":"passed","time":{"start":1728371802914,"stop":1728371802914,"duration":0}},{"uid":"20ed6f0419040d33","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/20ed6f0419040d33","status":"passed","time":{"start":1728370149948,"stop":1728370149948,"duration":0}},{"uid":"bfc3a7aaa76db929","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bfc3a7aaa76db929","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da5d21d43ae0aa95","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/da5d21d43ae0aa95","status":"passed","time":{"start":1728379572279,"stop":1728379572280,"duration":1}},{"uid":"52f76033beb6bfa9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52f76033beb6bfa9","status":"passed","time":{"start":1728372221524,"stop":1728372221524,"duration":0}},{"uid":"320b2575f97e2951","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/320b2575f97e2951","status":"passed","time":{"start":1728370607712,"stop":1728370607712,"duration":0}},{"uid":"5805f11d5945e4da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5805f11d5945e4da","status":"passed","time":{"start":1728369690181,"stop":1728369690182,"duration":1}}]},"4f61d4441385b63704ea6dd32b4061c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68267e7bedc3a25a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/68267e7bedc3a25a","status":"passed","time":{"start":1728372200180,"stop":1728372200180,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"384ca4b7a011a1a4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/384ca4b7a011a1a4","status":"passed","time":{"start":1728379460280,"stop":1728379460281,"duration":1}},{"uid":"79aaa3c9168da07a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/79aaa3c9168da07a","status":"passed","time":{"start":1728372105671,"stop":1728372105671,"duration":0}},{"uid":"8a1a8990a4bc6a1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a1a8990a4bc6a1b","status":"passed","time":{"start":1728370464139,"stop":1728370464139,"duration":0}},{"uid":"b1858de49dc2d801","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1858de49dc2d801","status":"passed","time":{"start":1728369544866,"stop":1728369544867,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d935f7e06ac5f53","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d935f7e06ac5f53","status":"passed","time":{"start":1728379482926,"stop":1728379482927,"duration":1}},{"uid":"ae28b2b037fdeba3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae28b2b037fdeba3","status":"passed","time":{"start":1728372134549,"stop":1728372134549,"duration":0}},{"uid":"6a6594f399ef9dc7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a6594f399ef9dc7","status":"passed","time":{"start":1728370487868,"stop":1728370487868,"duration":0}},{"uid":"f3dc6aeb9adc8b89","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3dc6aeb9adc8b89","status":"passed","time":{"start":1728369590792,"stop":1728369590792,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"76c9b4228e7e9e02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76c9b4228e7e9e02","status":"passed","time":{"start":1728379224167,"stop":1728379224168,"duration":1}},{"uid":"bdaaffb9ca6a6ff1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bdaaffb9ca6a6ff1","status":"passed","time":{"start":1728371870689,"stop":1728371870690,"duration":1}},{"uid":"854b6050830ebcfc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/854b6050830ebcfc","status":"passed","time":{"start":1728370215349,"stop":1728370215350,"duration":1}},{"uid":"9d6fcb06039300bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d6fcb06039300bf","status":"passed","time":{"start":1728369314831,"stop":1728369314831,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61c175569efd5dd1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61c175569efd5dd1","status":"passed","time":{"start":1728379493786,"stop":1728379493801,"duration":15}},{"uid":"c32ef4c038ce5806","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c32ef4c038ce5806","status":"passed","time":{"start":1728372140935,"stop":1728372140935,"duration":0}},{"uid":"8cad7885bfc1a7eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8cad7885bfc1a7eb","status":"passed","time":{"start":1728370524954,"stop":1728370524954,"duration":0}},{"uid":"4a773b58b149443b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a773b58b149443b","status":"passed","time":{"start":1728369630385,"stop":1728369630386,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e62b3d5fbd2cc6a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e62b3d5fbd2cc6a8","status":"passed","time":{"start":1728379166768,"stop":1728379166768,"duration":0}},{"uid":"3a9a8d0508100603","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3a9a8d0508100603","status":"passed","time":{"start":1728371810591,"stop":1728371810591,"duration":0}},{"uid":"d08dbc69590a0341","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d08dbc69590a0341","status":"passed","time":{"start":1728370158406,"stop":1728370158406,"duration":0}},{"uid":"e8dda903294d85bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e8dda903294d85bf","status":"passed","time":{"start":1728369256989,"stop":1728369256989,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3133cd204cc7ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3133cd204cc7ff","status":"passed","time":{"start":1728379329182,"stop":1728379329183,"duration":1}},{"uid":"a18a564a1568bb72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a18a564a1568bb72","status":"passed","time":{"start":1728371984007,"stop":1728371984007,"duration":0}},{"uid":"72d5a975da8756fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72d5a975da8756fb","status":"passed","time":{"start":1728370284362,"stop":1728370284363,"duration":1}},{"uid":"f64a1eac562ebd90","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f64a1eac562ebd90","status":"passed","time":{"start":1728369378910,"stop":1728369378910,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ef2db6515613187d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef2db6515613187d","status":"passed","time":{"start":1728379422775,"stop":1728379422776,"duration":1}},{"uid":"cf64cb9225145778","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf64cb9225145778","status":"passed","time":{"start":1728372057772,"stop":1728372057772,"duration":0}},{"uid":"339335e88d1c55d5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/339335e88d1c55d5","status":"passed","time":{"start":1728370439671,"stop":1728370439673,"duration":2}},{"uid":"a18d6a000bf1be28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a18d6a000bf1be28","status":"passed","time":{"start":1728369540008,"stop":1728369540008,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"458b5d9cc2b04089","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/458b5d9cc2b04089","status":"passed","time":{"start":1728379262344,"stop":1728379262345,"duration":1}},{"uid":"e1275458460e5e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e1275458460e5e9","status":"passed","time":{"start":1728371896585,"stop":1728371896587,"duration":2}},{"uid":"401a7608ea6a004c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/401a7608ea6a004c","status":"passed","time":{"start":1728370244011,"stop":1728370244011,"duration":0}},{"uid":"1fb3fe31d8183754","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1fb3fe31d8183754","status":"passed","time":{"start":1728369348165,"stop":1728369348165,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"40f1bce84df444a2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/40f1bce84df444a2","status":"passed","time":{"start":1728379329173,"stop":1728379329173,"duration":0}},{"uid":"d5759415f5da54ec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d5759415f5da54ec","status":"passed","time":{"start":1728371983995,"stop":1728371983999,"duration":4}},{"uid":"c0bd4aa81e6bf3e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0bd4aa81e6bf3e1","status":"passed","time":{"start":1728370284348,"stop":1728370284349,"duration":1}},{"uid":"d953f6b5239e7153","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d953f6b5239e7153","status":"passed","time":{"start":1728369378880,"stop":1728369378880,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"d82353c98017ed56","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d82353c98017ed56","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460504,"stop":1728379460504,"duration":0}},{"uid":"a6ccc5b4f5cabf67","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6ccc5b4f5cabf67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"eb6dee57b4e099fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/eb6dee57b4e099fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488126,"stop":1728370488127,"duration":1}},{"uid":"23de371b12fe57d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23de371b12fe57d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591300,"stop":1728369591300,"duration":0}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ef4f42a08dffa84","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ef4f42a08dffa84","status":"passed","time":{"start":1728379159021,"stop":1728379159022,"duration":1}},{"uid":"6eff55652b6eab1c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6eff55652b6eab1c","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"a5299eda7145bfc5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5299eda7145bfc5","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"eba6a31bcad67c5b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eba6a31bcad67c5b","status":"passed","time":{"start":1728369248995,"stop":1728369248995,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"841c4c76cfe43b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/841c4c76cfe43b5","status":"passed","time":{"start":1728379493893,"stop":1728379493893,"duration":0}},{"uid":"771318f90c8f75cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/771318f90c8f75cb","status":"passed","time":{"start":1728372140970,"stop":1728372140971,"duration":1}},{"uid":"e1d7c0a49f6f07a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e1d7c0a49f6f07a1","status":"passed","time":{"start":1728370524969,"stop":1728370524970,"duration":1}},{"uid":"c7f7172674636c22","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c7f7172674636c22","status":"passed","time":{"start":1728369630408,"stop":1728369630409,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"45b38c6a4091dfa2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/45b38c6a4091dfa2","status":"passed","time":{"start":1728379329171,"stop":1728379329171,"duration":0}},{"uid":"660e03db6221a28f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/660e03db6221a28f","status":"passed","time":{"start":1728371983993,"stop":1728371983993,"duration":0}},{"uid":"7e8904c3c512c976","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7e8904c3c512c976","status":"passed","time":{"start":1728370284345,"stop":1728370284345,"duration":0}},{"uid":"b38b9e7ef13dc480","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b38b9e7ef13dc480","status":"passed","time":{"start":1728369378878,"stop":1728369378878,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d6c21545943a5145","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6c21545943a5145","status":"passed","time":{"start":1728379460258,"stop":1728379460258,"duration":0}},{"uid":"85b78c6091ae1802","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/85b78c6091ae1802","status":"passed","time":{"start":1728372105654,"stop":1728372105656,"duration":2}},{"uid":"5f378c8a4aa911ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f378c8a4aa911ec","status":"passed","time":{"start":1728370464109,"stop":1728370464109,"duration":0}},{"uid":"7dcbceee13713d79","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7dcbceee13713d79","status":"passed","time":{"start":1728369544846,"stop":1728369544846,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6355b461ea33c40a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6355b461ea33c40a","status":"passed","time":{"start":1728379167606,"stop":1728379167606,"duration":0}},{"uid":"d968cc41ca5483e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d968cc41ca5483e2","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"12fd55546fa296b4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/12fd55546fa296b4","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"e9cdd4b7d03275cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9cdd4b7d03275cb","status":"passed","time":{"start":1728369257787,"stop":1728369257788,"duration":1}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d33b2f6c19e80b68","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d33b2f6c19e80b68","status":"passed","time":{"start":1728379167605,"stop":1728379167605,"duration":0}},{"uid":"5b4abc24fa411e87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b4abc24fa411e87","status":"passed","time":{"start":1728371811386,"stop":1728371811386,"duration":0}},{"uid":"b122260a8932ffb9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b122260a8932ffb9","status":"passed","time":{"start":1728370158847,"stop":1728370158848,"duration":1}},{"uid":"9d78eb8bf1dc2636","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d78eb8bf1dc2636","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f76b3c5886883b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f76b3c5886883b4","status":"passed","time":{"start":1728379167604,"stop":1728379167605,"duration":1}},{"uid":"7013849fb7453d1c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7013849fb7453d1c","status":"passed","time":{"start":1728371811386,"stop":1728371811386,"duration":0}},{"uid":"6a97e543770f2a6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a97e543770f2a6a","status":"passed","time":{"start":1728370158847,"stop":1728370158847,"duration":0}},{"uid":"d0fbe09a3df2791a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d0fbe09a3df2791a","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"71e41a2f311ffcf6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71e41a2f311ffcf6","status":"passed","time":{"start":1728379159031,"stop":1728379159031,"duration":0}},{"uid":"1ba48d214e3fcf43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1ba48d214e3fcf43","status":"passed","time":{"start":1728371802914,"stop":1728371802914,"duration":0}},{"uid":"5ed2be87aa2340a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ed2be87aa2340a","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"5bec6b5b4edc9147","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bec6b5b4edc9147","status":"passed","time":{"start":1728369249003,"stop":1728369249003,"duration":0}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59c10e1d16043941","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59c10e1d16043941","status":"passed","time":{"start":1728379365894,"stop":1728379365895,"duration":1}},{"uid":"7ddd05a5f6a3b4d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7ddd05a5f6a3b4d1","status":"passed","time":{"start":1728372012987,"stop":1728372012987,"duration":0}},{"uid":"d30232c442d3e331","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d30232c442d3e331","status":"passed","time":{"start":1728370408805,"stop":1728370408806,"duration":1}},{"uid":"41c3b4b98264cb4a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41c3b4b98264cb4a","status":"passed","time":{"start":1728369510274,"stop":1728369510275,"duration":1}}]},"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"67e276e1bd275031","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/67e276e1bd275031","status":"passed","time":{"start":1728379174828,"stop":1728379174829,"duration":1}},{"uid":"4eda0f88e94331cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4eda0f88e94331cf","status":"passed","time":{"start":1728371818433,"stop":1728371818434,"duration":1}},{"uid":"1bdbbc38acb1808b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1bdbbc38acb1808b","status":"passed","time":{"start":1728370166077,"stop":1728370166078,"duration":1}},{"uid":"6dfaf356cd9ad5e6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6dfaf356cd9ad5e6","status":"passed","time":{"start":1728369265062,"stop":1728369265063,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bdeeca6fdcac8b2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bdeeca6fdcac8b2e","status":"passed","time":{"start":1728379366479,"stop":1728379366484,"duration":5}},{"uid":"451af22363d7dccf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/451af22363d7dccf","status":"passed","time":{"start":1728371996021,"stop":1728371996021,"duration":0}},{"uid":"4197a6729443cfdf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4197a6729443cfdf","status":"passed","time":{"start":1728370345134,"stop":1728370345138,"duration":4}},{"uid":"ec2ec5875f1512d5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ec2ec5875f1512d5","status":"passed","time":{"start":1728369447289,"stop":1728369447290,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d77e951fa54e144","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5d77e951fa54e144","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"638af1e0c01438d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/638af1e0c01438d6","status":"passed","time":{"start":1728371802853,"stop":1728371802854,"duration":1}},{"uid":"f8f57159186b2041","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f8f57159186b2041","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"a957a6322128fa51","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a957a6322128fa51","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94febcaa885b995d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94febcaa885b995d","status":"passed","time":{"start":1728379263311,"stop":1728379263311,"duration":0}},{"uid":"72fc5c41f1c75191","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/72fc5c41f1c75191","status":"passed","time":{"start":1728371907997,"stop":1728371907998,"duration":1}},{"uid":"6c6c1da12a20ece4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c6c1da12a20ece4","status":"passed","time":{"start":1728370252049,"stop":1728370252049,"duration":0}},{"uid":"8db01754d447e62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8db01754d447e62","status":"passed","time":{"start":1728369354738,"stop":1728369354739,"duration":1}}]},"939c0a8148a78f83aa1144fb43b2ee39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4ce731e1d23336f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f4ce731e1d23336f","status":"passed","time":{"start":1728370557100,"stop":1728370557100,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35f433f64120f21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/35f433f64120f21d","status":"passed","time":{"start":1728379493844,"stop":1728379493844,"duration":0}},{"uid":"e93a2aa2ba9743f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e93a2aa2ba9743f8","status":"passed","time":{"start":1728372140947,"stop":1728372140947,"duration":0}},{"uid":"6ca358ef265807f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ca358ef265807f5","status":"passed","time":{"start":1728370524960,"stop":1728370524960,"duration":0}},{"uid":"e16555177e157a8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e16555177e157a8","status":"passed","time":{"start":1728369630397,"stop":1728369630397,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b38002789dbc0c8a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b38002789dbc0c8a","status":"passed","time":{"start":1728379498092,"stop":1728379498092,"duration":0}},{"uid":"50fa716946d5d7b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50fa716946d5d7b1","status":"passed","time":{"start":1728372147549,"stop":1728372147549,"duration":0}},{"uid":"ad4c95be3db4f956","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad4c95be3db4f956","status":"passed","time":{"start":1728370534998,"stop":1728370534998,"duration":0}},{"uid":"44c3b2fe8d17277e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/44c3b2fe8d17277e","status":"passed","time":{"start":1728369636348,"stop":1728369636348,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"952eb148da2e0a5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/952eb148da2e0a5e","status":"passed","time":{"start":1728379366484,"stop":1728379366486,"duration":2}},{"uid":"c332161fd4c056a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c332161fd4c056a1","status":"passed","time":{"start":1728371996022,"stop":1728371996023,"duration":1}},{"uid":"55b845974c471108","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b845974c471108","status":"passed","time":{"start":1728370345138,"stop":1728370345139,"duration":1}},{"uid":"7158154a89541806","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7158154a89541806","status":"passed","time":{"start":1728369447290,"stop":1728369447290,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3f578662111ed0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c3f578662111ed0b","status":"passed","time":{"start":1728379182986,"stop":1728379182986,"duration":0}},{"uid":"64c5eb37f88bb95c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64c5eb37f88bb95c","status":"passed","time":{"start":1728371826964,"stop":1728371826964,"duration":0}},{"uid":"807f0410596a3482","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/807f0410596a3482","status":"passed","time":{"start":1728370174428,"stop":1728370174428,"duration":0}},{"uid":"4c3301ab0f17528d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c3301ab0f17528d","status":"passed","time":{"start":1728369273237,"stop":1728369273237,"duration":0}}]},"f2265a0966ef275ad1bb855e1dc136d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20bb8c7a0670aa9e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/20bb8c7a0670aa9e","status":"passed","time":{"start":1728370581677,"stop":1728370581682,"duration":5}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18175898d967d5f9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/18175898d967d5f9","status":"passed","time":{"start":1728379166771,"stop":1728379166772,"duration":1}},{"uid":"2a88734385e9ca04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2a88734385e9ca04","status":"passed","time":{"start":1728371810593,"stop":1728371810594,"duration":1}},{"uid":"4bde932e16d2faca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4bde932e16d2faca","status":"passed","time":{"start":1728370158407,"stop":1728370158408,"duration":1}},{"uid":"aa643dbc51e49531","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa643dbc51e49531","status":"passed","time":{"start":1728369256991,"stop":1728369256992,"duration":1}}]},"55d4d6371664e0600f43427a98512c65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e6465777d9fca2a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e6465777d9fca2a","status":"passed","time":{"start":1728372169981,"stop":1728372169982,"duration":1}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b398b762a72a9ef2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b398b762a72a9ef2","status":"passed","time":{"start":1728379186759,"stop":1728379186759,"duration":0}},{"uid":"355da86e216d9d8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/355da86e216d9d8e","status":"passed","time":{"start":1728371830875,"stop":1728371830875,"duration":0}},{"uid":"a566ebcfa3fe25f3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a566ebcfa3fe25f3","status":"passed","time":{"start":1728370178242,"stop":1728370178242,"duration":0}},{"uid":"158f4142eae121be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/158f4142eae121be","status":"passed","time":{"start":1728369277112,"stop":1728369277112,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"69a7304ae83b0db8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/69a7304ae83b0db8","status":"passed","time":{"start":1728379159014,"stop":1728379159014,"duration":0}},{"uid":"49a45ac36b56eb4c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/49a45ac36b56eb4c","status":"passed","time":{"start":1728371802900,"stop":1728371802900,"duration":0}},{"uid":"25184ac8912eda15","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/25184ac8912eda15","status":"passed","time":{"start":1728370149933,"stop":1728370149934,"duration":1}},{"uid":"b2afae05d2caad80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b2afae05d2caad80","status":"passed","time":{"start":1728369248988,"stop":1728369248988,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4ccbd2c21d621fc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4ccbd2c21d621fc","status":"passed","time":{"start":1728379484788,"stop":1728379484789,"duration":1}},{"uid":"3be0e42ce2daa98b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3be0e42ce2daa98b","status":"passed","time":{"start":1728372130488,"stop":1728372130488,"duration":0}},{"uid":"a6f2dfc319ef5e11","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a6f2dfc319ef5e11","status":"passed","time":{"start":1728370516482,"stop":1728370516483,"duration":1}},{"uid":"283d0d0bbcc9374c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/283d0d0bbcc9374c","status":"passed","time":{"start":1728369620720,"stop":1728369620720,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ce9ee411076d21b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9ce9ee411076d21b","status":"passed","time":{"start":1728379250158,"stop":1728379250160,"duration":2}},{"uid":"ed2ef40f0e788e58","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed2ef40f0e788e58","status":"passed","time":{"start":1728371885961,"stop":1728371885962,"duration":1}},{"uid":"3cf4db170b337e6e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3cf4db170b337e6e","status":"passed","time":{"start":1728370233660,"stop":1728370233661,"duration":1}},{"uid":"acc5fe27f910bdc2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acc5fe27f910bdc2","status":"passed","time":{"start":1728369335731,"stop":1728369335733,"duration":2}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22c051e662934b17","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22c051e662934b17","status":"passed","time":{"start":1728379282310,"stop":1728379282310,"duration":0}},{"uid":"524b3e7dd422869b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/524b3e7dd422869b","status":"passed","time":{"start":1728371925983,"stop":1728371925984,"duration":1}},{"uid":"1ab3e287b52bc99f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ab3e287b52bc99f","status":"passed","time":{"start":1728370273955,"stop":1728370273957,"duration":2}},{"uid":"91c791c19bf7c0fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/91c791c19bf7c0fb","status":"passed","time":{"start":1728369370045,"stop":1728369370045,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dc2b7e2cf087fbf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dc2b7e2cf087fbf","status":"passed","time":{"start":1728379460271,"stop":1728379460271,"duration":0}},{"uid":"4334afb72c396db6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4334afb72c396db6","status":"passed","time":{"start":1728372105666,"stop":1728372105666,"duration":0}},{"uid":"a5f91f902008093c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5f91f902008093c","status":"passed","time":{"start":1728370464130,"stop":1728370464131,"duration":1}},{"uid":"7c3c733e97127b1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c3c733e97127b1b","status":"passed","time":{"start":1728369544862,"stop":1728369544862,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de8801408f1270ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/de8801408f1270ca","status":"passed","time":{"start":1728371825966,"stop":1728371825968,"duration":2}},{"uid":"9cd414194cca4a91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cd414194cca4a91","status":"passed","time":{"start":1728370173514,"stop":1728370173515,"duration":1}},{"uid":"8a43370454495371","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a43370454495371","status":"passed","time":{"start":1728369271812,"stop":1728369271814,"duration":2}}]},"6277b2d33e6d8fddaf23520ec2d6122b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9442c6fb49e3892","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9442c6fb49e3892","status":"passed","time":{"start":1728379547124,"stop":1728379547125,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4bf310514351dbd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4bf310514351dbd7","status":"passed","time":{"start":1728379515542,"stop":1728379515543,"duration":1}},{"uid":"7e9274b2a697bb64","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7e9274b2a697bb64","status":"passed","time":{"start":1728372171286,"stop":1728372171287,"duration":1}},{"uid":"26b64cf43ed8a5e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26b64cf43ed8a5e","status":"passed","time":{"start":1728370522942,"stop":1728370522950,"duration":8}},{"uid":"efed184d31f51efa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/efed184d31f51efa","status":"passed","time":{"start":1728369622029,"stop":1728369622030,"duration":1}}]},"ab835bedbc5d4630e799cd9da2a539fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"840c89696b9a9337","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/840c89696b9a9337","status":"passed","time":{"start":1728370557100,"stop":1728370557101,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a6a97ed59a70c12e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6a97ed59a70c12e","status":"passed","time":{"start":1728379263336,"stop":1728379263336,"duration":0}},{"uid":"9b78fa98330aef47","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b78fa98330aef47","status":"passed","time":{"start":1728371908006,"stop":1728371908018,"duration":12}},{"uid":"e62f01e9dfcb428a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e62f01e9dfcb428a","status":"passed","time":{"start":1728370252053,"stop":1728370252054,"duration":1}},{"uid":"b6f872478f4b3780","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6f872478f4b3780","status":"passed","time":{"start":1728369354742,"stop":1728369354743,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e57a1b6d3de8074b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e57a1b6d3de8074b","status":"passed","time":{"start":1728379515540,"stop":1728379515540,"duration":0}},{"uid":"8f362152f8f3bff2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8f362152f8f3bff2","status":"passed","time":{"start":1728372171280,"stop":1728372171281,"duration":1}},{"uid":"1f48dfb1696b0109","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1f48dfb1696b0109","status":"passed","time":{"start":1728370522935,"stop":1728370522935,"duration":0}},{"uid":"bef0c7c4ba002067","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bef0c7c4ba002067","status":"passed","time":{"start":1728369622027,"stop":1728369622028,"duration":1}}]},"7d0d67ff98195b7819a720c79fdb62ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f1909eba016ff8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9f1909eba016ff8a","status":"passed","time":{"start":1728372105666,"stop":1728372105666,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ea869e2b03bae2a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ea869e2b03bae2a","status":"passed","time":{"start":1728379282318,"stop":1728379282318,"duration":0}},{"uid":"f79612ac3a18abc2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f79612ac3a18abc2","status":"passed","time":{"start":1728371925988,"stop":1728371925988,"duration":0}},{"uid":"b131332692b1435c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b131332692b1435c","status":"passed","time":{"start":1728370273975,"stop":1728370273981,"duration":6}},{"uid":"e5eeff34536ab39c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e5eeff34536ab39c","status":"passed","time":{"start":1728369370050,"stop":1728369370051,"duration":1}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"295e0a4c24557b37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/295e0a4c24557b37","status":"passed","time":{"start":1728379159011,"stop":1728379159011,"duration":0}},{"uid":"658c602be263ebd6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/658c602be263ebd6","status":"passed","time":{"start":1728371802897,"stop":1728371802897,"duration":0}},{"uid":"866e52382f714e4c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/866e52382f714e4c","status":"passed","time":{"start":1728370149931,"stop":1728370149931,"duration":0}},{"uid":"25ba9b3605dd054e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25ba9b3605dd054e","status":"passed","time":{"start":1728369248986,"stop":1728369248986,"duration":0}}]},"a0a7aac2e9328e16e88987777466f229:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f8d93323bd705da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f8d93323bd705da","status":"passed","time":{"start":1728370581691,"stop":1728370581691,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a85ad8254aca7326","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a85ad8254aca7326","status":"passed","time":{"start":1728379549676,"stop":1728379549676,"duration":0}},{"uid":"cf5f5b8759927e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf5f5b8759927e1","status":"passed","time":{"start":1728372195419,"stop":1728372195420,"duration":1}},{"uid":"d5609c7a2666ef7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d5609c7a2666ef7","status":"passed","time":{"start":1728370555246,"stop":1728370555247,"duration":1}},{"uid":"201109f01dbdc1a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/201109f01dbdc1a7","status":"passed","time":{"start":1728369639837,"stop":1728369639838,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78f42de4c711e6e9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78f42de4c711e6e9","status":"passed","time":{"start":1728379572277,"stop":1728379572277,"duration":0}},{"uid":"4ccc2906f06da913","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4ccc2906f06da913","status":"passed","time":{"start":1728372221523,"stop":1728372221524,"duration":1}},{"uid":"681efb2806260f05","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/681efb2806260f05","status":"passed","time":{"start":1728370607711,"stop":1728370607712,"duration":1}},{"uid":"a1327782791a4dd5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1327782791a4dd5","status":"passed","time":{"start":1728369690180,"stop":1728369690181,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9a26e8c904a60ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a26e8c904a60ab","status":"passed","time":{"start":1728379498096,"stop":1728379498096,"duration":0}},{"uid":"77db3198304baf30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77db3198304baf30","status":"passed","time":{"start":1728372147559,"stop":1728372147559,"duration":0}},{"uid":"60115752481da700","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/60115752481da700","status":"passed","time":{"start":1728370535019,"stop":1728370535020,"duration":1}},{"uid":"a99356efebbd1a25","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a99356efebbd1a25","status":"passed","time":{"start":1728369636367,"stop":1728369636370,"duration":3}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"397b669df8f83964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/397b669df8f83964","status":"passed","time":{"start":1728379186757,"stop":1728379186757,"duration":0}},{"uid":"4463d40e86ade92a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4463d40e86ade92a","status":"passed","time":{"start":1728371830873,"stop":1728371830874,"duration":1}},{"uid":"f6102120dd3bbee6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f6102120dd3bbee6","status":"passed","time":{"start":1728370178240,"stop":1728370178240,"duration":0}},{"uid":"5afc80b86e50753b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5afc80b86e50753b","status":"passed","time":{"start":1728369277110,"stop":1728369277110,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"259705cc97a3c2ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/259705cc97a3c2ce","status":"passed","time":{"start":1728379549692,"stop":1728379549693,"duration":1}},{"uid":"6cc448d0f8e6ff43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6cc448d0f8e6ff43","status":"passed","time":{"start":1728372195432,"stop":1728372195432,"duration":0}},{"uid":"c2f1f27fc919a622","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2f1f27fc919a622","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"763e45601b496087","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/763e45601b496087","status":"passed","time":{"start":1728369639850,"stop":1728369639851,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a1f4dbdb35cc84a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1f4dbdb35cc84a5","status":"passed","time":{"start":1728379221896,"stop":1728379221897,"duration":1}},{"uid":"c701bd915ee9774","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c701bd915ee9774","status":"passed","time":{"start":1728371864348,"stop":1728371864348,"duration":0}},{"uid":"2fed1253687c8283","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fed1253687c8283","status":"passed","time":{"start":1728370211395,"stop":1728370211395,"duration":0}},{"uid":"458d119cc97c66d7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/458d119cc97c66d7","status":"passed","time":{"start":1728369310553,"stop":1728369310554,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9ca2d0d2883966e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c9ca2d0d2883966e","status":"passed","time":{"start":1728379493874,"stop":1728379493874,"duration":0}},{"uid":"b881f2926bffba52","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b881f2926bffba52","status":"passed","time":{"start":1728372140961,"stop":1728372140961,"duration":0}},{"uid":"b4df01faa3ea35c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b4df01faa3ea35c5","status":"passed","time":{"start":1728370524966,"stop":1728370524966,"duration":0}},{"uid":"f7eb4acc244827ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7eb4acc244827ec","status":"passed","time":{"start":1728369630402,"stop":1728369630403,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"661998aa2280c07a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/661998aa2280c07a","status":"passed","time":{"start":1728371825971,"stop":1728371825971,"duration":0}},{"uid":"31b4497edda290e2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31b4497edda290e2","status":"passed","time":{"start":1728370173519,"stop":1728370173520,"duration":1}},{"uid":"7e55ba138a8fa32","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7e55ba138a8fa32","status":"passed","time":{"start":1728369271815,"stop":1728369271817,"duration":2}}]},"89178264d8b6e6c0489e8322c31a9740:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f35398dfb68bcd7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f35398dfb68bcd7d","status":"passed","time":{"start":1728372169988,"stop":1728372169990,"duration":2}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5b88b41c40037bf9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b88b41c40037bf9","status":"passed","time":{"start":1728379498104,"stop":1728379498104,"duration":0}},{"uid":"f7a6232183eb41b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f7a6232183eb41b","status":"passed","time":{"start":1728372147566,"stop":1728372147567,"duration":1}},{"uid":"50977c2ff49cf756","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50977c2ff49cf756","status":"passed","time":{"start":1728370535036,"stop":1728370535036,"duration":0}},{"uid":"4c1fdb3607d6d05e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c1fdb3607d6d05e","status":"passed","time":{"start":1728369636377,"stop":1728369636377,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca4325e56e5b23f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca4325e56e5b23f2","status":"passed","time":{"start":1728379515551,"stop":1728379515551,"duration":0}},{"uid":"7b3e5487e7249e4b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b3e5487e7249e4b","status":"passed","time":{"start":1728372171294,"stop":1728372171295,"duration":1}},{"uid":"bd89b7a8568ccf46","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd89b7a8568ccf46","status":"passed","time":{"start":1728370522958,"stop":1728370522961,"duration":3}},{"uid":"d4b02a358d103289","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4b02a358d103289","status":"passed","time":{"start":1728369622035,"stop":1728369622037,"duration":2}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41b4eff7003a3434","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/41b4eff7003a3434","status":"passed","time":{"start":1728379329185,"stop":1728379329186,"duration":1}},{"uid":"33ce4507b33993fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33ce4507b33993fe","status":"passed","time":{"start":1728371984009,"stop":1728371984010,"duration":1}},{"uid":"b9fc3bec974b47e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b9fc3bec974b47e8","status":"passed","time":{"start":1728370284364,"stop":1728370284364,"duration":0}},{"uid":"cc0610811fa7dc80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cc0610811fa7dc80","status":"passed","time":{"start":1728369378912,"stop":1728369378912,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f82a187cb2aa25fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f82a187cb2aa25fd","status":"passed","time":{"start":1728379518932,"stop":1728379518933,"duration":1}},{"uid":"afe0a0bdc3a811fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/afe0a0bdc3a811fc","status":"passed","time":{"start":1728372187563,"stop":1728372187563,"duration":0}},{"uid":"d2f84b5a9ed0d787","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2f84b5a9ed0d787","status":"passed","time":{"start":1728370547717,"stop":1728370547717,"duration":0}},{"uid":"738d9dbc1c5a27c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/738d9dbc1c5a27c3","status":"passed","time":{"start":1728369640701,"stop":1728369640705,"duration":4}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"20575a5410142a2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/20575a5410142a2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379329404,"stop":1728379329405,"duration":1}},{"uid":"21faa7459d66e1e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/21faa7459d66e1e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371974004,"stop":1728371974006,"duration":2}},{"uid":"cadf1aec2d6bf9c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cadf1aec2d6bf9c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370320874,"stop":1728370320875,"duration":1}},{"uid":"81beffb3053cdd33","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/81beffb3053cdd33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369420265,"stop":1728369420265,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cee034b5f4194d94","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cee034b5f4194d94","status":"passed","time":{"start":1728379549651,"stop":1728379549652,"duration":1}},{"uid":"ea0be45123fe3045","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ea0be45123fe3045","status":"passed","time":{"start":1728372195411,"stop":1728372195411,"duration":0}},{"uid":"1771d6278141e530","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1771d6278141e530","status":"passed","time":{"start":1728370555239,"stop":1728370555239,"duration":0}},{"uid":"984d512780fe3110","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/984d512780fe3110","status":"passed","time":{"start":1728369639827,"stop":1728369639828,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d03b53db249b85e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d03b53db249b85e6","status":"passed","time":{"start":1728379167608,"stop":1728379167608,"duration":0}},{"uid":"36404df4b4be2b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/36404df4b4be2b3","status":"passed","time":{"start":1728371811389,"stop":1728371811390,"duration":1}},{"uid":"79fae6553bcc9b9b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/79fae6553bcc9b9b","status":"passed","time":{"start":1728370158850,"stop":1728370158850,"duration":0}},{"uid":"35567ed5cef9dbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/35567ed5cef9dbe","status":"passed","time":{"start":1728369257789,"stop":1728369257789,"duration":0}}]},"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb1767c253699a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb1767c253699a8","status":"passed","time":{"start":1728379173694,"stop":1728379173694,"duration":0}},{"uid":"8ba0b306f0f69ac3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ba0b306f0f69ac3","status":"passed","time":{"start":1728371818069,"stop":1728371818070,"duration":1}},{"uid":"3791e2b7e0090f1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3791e2b7e0090f1d","status":"passed","time":{"start":1728370165700,"stop":1728370165701,"duration":1}},{"uid":"167acf45156d2d8b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/167acf45156d2d8b","status":"passed","time":{"start":1728369264720,"stop":1728369264721,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b1c1d862f03cf7b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b1c1d862f03cf7b","status":"passed","time":{"start":1728379158580,"stop":1728379158581,"duration":1}},{"uid":"169cda6b7f351523","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/169cda6b7f351523","status":"passed","time":{"start":1728371802217,"stop":1728371802218,"duration":1}},{"uid":"8d88f5025cf09c1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d88f5025cf09c1f","status":"passed","time":{"start":1728370149848,"stop":1728370149848,"duration":0}},{"uid":"840b75f36c543d7e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/840b75f36c543d7e","status":"passed","time":{"start":1728369248418,"stop":1728369248419,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c51bdc49ac0eb93","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c51bdc49ac0eb93","status":"passed","time":{"start":1728379547127,"stop":1728379547127,"duration":0}},{"uid":"e919d9ac16fdace4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e919d9ac16fdace4","status":"passed","time":{"start":1728372200182,"stop":1728372200182,"duration":0}},{"uid":"60834848878b7f66","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/60834848878b7f66","status":"passed","time":{"start":1728370581691,"stop":1728370581692,"duration":1}},{"uid":"9d13ce698fee2702","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d13ce698fee2702","status":"passed","time":{"start":1728369675009,"stop":1728369675010,"duration":1}}]},"8e94e2419888939b7061f865cf673cbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"223f0d82c2653b2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/223f0d82c2653b2f","status":"passed","time":{"start":1728379493849,"stop":1728379493861,"duration":12}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"3393ca7ba6616867","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3393ca7ba6616867","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224170,"stop":1728379224170,"duration":0}},{"uid":"d546145eadf0aac8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d546145eadf0aac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870695,"stop":1728371870695,"duration":0}},{"uid":"b41812f94faf103f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b41812f94faf103f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215355,"stop":1728370215355,"duration":0}},{"uid":"60ad9726b24a8cad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60ad9726b24a8cad","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314834,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"43933a35fe0fe3f3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43933a35fe0fe3f3","status":"passed","time":{"start":1728379460297,"stop":1728379460299,"duration":2}},{"uid":"9572db90534706ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9572db90534706ab","status":"passed","time":{"start":1728372105680,"stop":1728372105681,"duration":1}},{"uid":"ee3fa216adaeea5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee3fa216adaeea5","status":"passed","time":{"start":1728370464161,"stop":1728370464162,"duration":1}},{"uid":"daffdca1f71a327d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/daffdca1f71a327d","status":"passed","time":{"start":1728369544877,"stop":1728369544877,"duration":0}}]},"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7a837d87fa009fc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7a837d87fa009fc","status":"passed","time":{"start":1728379197137,"stop":1728379197138,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"967334199fcde23d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/967334199fcde23d","status":"passed","time":{"start":1728379263246,"stop":1728379263247,"duration":1}},{"uid":"7eabfd173424f758","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7eabfd173424f758","status":"passed","time":{"start":1728371902711,"stop":1728371902711,"duration":0}},{"uid":"9d8d21320777420a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9d8d21320777420a","status":"passed","time":{"start":1728370254628,"stop":1728370254629,"duration":1}},{"uid":"2ffcb4b0d00af6bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ffcb4b0d00af6bc","status":"passed","time":{"start":1728369347753,"stop":1728369347753,"duration":0}}]},"7e88f3c57645f8d4924baa4519b4b663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b34bce88e29df946","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b34bce88e29df946","status":"passed","time":{"start":1728379493862,"stop":1728379493862,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9143c17787ce2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9143c17787ce2","status":"passed","time":{"start":1728379460258,"stop":1728379460259,"duration":1}},{"uid":"9950d2f31ef352fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9950d2f31ef352fa","status":"passed","time":{"start":1728372105657,"stop":1728372105659,"duration":2}},{"uid":"ec8b43637bf1cfb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec8b43637bf1cfb","status":"passed","time":{"start":1728370464117,"stop":1728370464117,"duration":0}},{"uid":"1f5f861ead870960","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1f5f861ead870960","status":"passed","time":{"start":1728369544847,"stop":1728369544850,"duration":3}}]},"f7433aaebd8c954528896b4da3bbdd72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b09578c11e48da07","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b09578c11e48da07","status":"passed","time":{"start":1728372169987,"stop":1728372169987,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9ce43f918d7880d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a9ce43f918d7880d","status":"passed","time":{"start":1728379515541,"stop":1728379515542,"duration":1}},{"uid":"c9df9e2825e9aec0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c9df9e2825e9aec0","status":"passed","time":{"start":1728372171286,"stop":1728372171286,"duration":0}},{"uid":"57e69f8286180f99","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57e69f8286180f99","status":"passed","time":{"start":1728370522942,"stop":1728370522942,"duration":0}},{"uid":"8a9172486c115cd0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a9172486c115cd0","status":"passed","time":{"start":1728369622029,"stop":1728369622029,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55f8d26772f5ec4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/55f8d26772f5ec4a","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"7e565b8c20eaaea7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7e565b8c20eaaea7","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"3bb39639cae82d32","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bb39639cae82d32","status":"passed","time":{"start":1728370149937,"stop":1728370149938,"duration":1}},{"uid":"119a3b199438f8e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/119a3b199438f8e","status":"passed","time":{"start":1728369248992,"stop":1728369248992,"duration":0}}]},"4e4593a3d601255e52daac6b903fe4e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df8abbffdcac2a5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df8abbffdcac2a5e","status":"passed","time":{"start":1728379547120,"stop":1728379547120,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44d638a68345a652","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/44d638a68345a652","status":"passed","time":{"start":1728379482931,"stop":1728379482932,"duration":1}},{"uid":"be60075bbec1eec2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be60075bbec1eec2","status":"passed","time":{"start":1728372134555,"stop":1728372134555,"duration":0}},{"uid":"1c1a029642c26a5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c1a029642c26a5c","status":"passed","time":{"start":1728370487873,"stop":1728370487874,"duration":1}},{"uid":"fd303b81c85164dd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd303b81c85164dd","status":"passed","time":{"start":1728369590800,"stop":1728369590800,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4714f65d28ab2fb6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4714f65d28ab2fb6","status":"passed","time":{"start":1728379460285,"stop":1728379460285,"duration":0}},{"uid":"4ac5054cc1513ea4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4ac5054cc1513ea4","status":"passed","time":{"start":1728372105673,"stop":1728372105674,"duration":1}},{"uid":"ea07cce314fdc9b6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea07cce314fdc9b6","status":"passed","time":{"start":1728370464148,"stop":1728370464148,"duration":0}},{"uid":"3f763b62f0eb17c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f763b62f0eb17c7","status":"passed","time":{"start":1728369544869,"stop":1728369544871,"duration":2}}]},"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"9b2f5fda3f167bc1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9b2f5fda3f167bc1","status":"passed","time":{"start":1728379419648,"stop":1728379419659,"duration":11}},{"uid":"dff1ebf90018c1bf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dff1ebf90018c1bf","status":"passed","time":{"start":1728372107430,"stop":1728372107430,"duration":0}},{"uid":"460614f6cf63ad17","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/460614f6cf63ad17","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626977,"stop":1728370626977,"duration":0}},{"uid":"3eb9fac4c822916d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3eb9fac4c822916d","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728508,"stop":1728369728508,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37fa940a89aef028","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37fa940a89aef028","status":"passed","time":{"start":1728379159025,"stop":1728379159025,"duration":0}},{"uid":"1764940a2cd06341","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1764940a2cd06341","status":"passed","time":{"start":1728371802909,"stop":1728371802909,"duration":0}},{"uid":"f4d8b7bcaa21799","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f4d8b7bcaa21799","status":"passed","time":{"start":1728370149943,"stop":1728370149943,"duration":0}},{"uid":"6d4e2ea3cde977d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d4e2ea3cde977d8","status":"passed","time":{"start":1728369248998,"stop":1728369248998,"duration":0}}]},"b57af94e7b36172a986e301873b3fa29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bead2c0df00b079e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bead2c0df00b079e","status":"passed","time":{"start":1728379460269,"stop":1728379460270,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df011efca2268cc9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df011efca2268cc9","status":"passed","time":{"start":1728379482928,"stop":1728379482929,"duration":1}},{"uid":"f864d9c7d4aeed21","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f864d9c7d4aeed21","status":"passed","time":{"start":1728372134553,"stop":1728372134553,"duration":0}},{"uid":"e8c95142776d2827","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8c95142776d2827","status":"passed","time":{"start":1728370487869,"stop":1728370487869,"duration":0}},{"uid":"a89e9966229e003e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a89e9966229e003e","status":"passed","time":{"start":1728369590792,"stop":1728369590793,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8faaa23ae83153d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8faaa23ae83153d3","status":"passed","time":{"start":1728379215428,"stop":1728379215429,"duration":1}},{"uid":"18f773280acc6063","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/18f773280acc6063","status":"passed","time":{"start":1728371857085,"stop":1728371857086,"duration":1}},{"uid":"f5e9b5138c8a8dcd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5e9b5138c8a8dcd","status":"passed","time":{"start":1728370205024,"stop":1728370205024,"duration":0}},{"uid":"42d627bb9f78fa4d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/42d627bb9f78fa4d","status":"passed","time":{"start":1728369303199,"stop":1728369303202,"duration":3}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7b28e766405ddf6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7b28e766405ddf6","status":"passed","time":{"start":1728379167596,"stop":1728379167596,"duration":0}},{"uid":"fe6569e381cd682c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fe6569e381cd682c","status":"passed","time":{"start":1728371811377,"stop":1728371811377,"duration":0}},{"uid":"e882cab4a8e9c882","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e882cab4a8e9c882","status":"passed","time":{"start":1728370158839,"stop":1728370158839,"duration":0}},{"uid":"4b7dabde8ac0b872","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b7dabde8ac0b872","status":"passed","time":{"start":1728369257778,"stop":1728369257778,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0a986c8da51cdd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0a986c8da51cdd2","status":"passed","time":{"start":1728379366474,"stop":1728379366476,"duration":2}},{"uid":"649721fc9f2d370e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/649721fc9f2d370e","status":"passed","time":{"start":1728371996020,"stop":1728371996020,"duration":0}},{"uid":"178658edbfe6b070","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/178658edbfe6b070","status":"passed","time":{"start":1728370345129,"stop":1728370345129,"duration":0}},{"uid":"64d2a121b5b6022","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/64d2a121b5b6022","status":"passed","time":{"start":1728369447288,"stop":1728369447288,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"506fee04b88d5ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/506fee04b88d5ee","status":"passed","time":{"start":1728379439872,"stop":1728379439873,"duration":1}},{"uid":"57cf6ee2342137b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57cf6ee2342137b1","status":"passed","time":{"start":1728372083109,"stop":1728372083110,"duration":1}},{"uid":"f3c1f29cf9367066","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f3c1f29cf9367066","status":"passed","time":{"start":1728370464875,"stop":1728370464875,"duration":0}},{"uid":"1e644dea013f8214","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e644dea013f8214","status":"passed","time":{"start":1728369559765,"stop":1728369559765,"duration":0}}]},"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"bc5c3b4a5f8936e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bc5c3b4a5f8936e6","status":"passed","time":{"start":1728379419683,"stop":1728379419684,"duration":1}},{"uid":"a8ebd6528ca318dd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8ebd6528ca318dd","status":"passed","time":{"start":1728372107441,"stop":1728372107441,"duration":0}},{"uid":"5050e3448c384edc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5050e3448c384edc","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626986,"stop":1728370626987,"duration":1}},{"uid":"bd675fa8b24bbf54","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bd675fa8b24bbf54","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728515,"stop":1728369728515,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44d9ca6a663b968c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/44d9ca6a663b968c","status":"passed","time":{"start":1728379515556,"stop":1728379515556,"duration":0}},{"uid":"6a8cf1e0a27c3f0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6a8cf1e0a27c3f0a","status":"passed","time":{"start":1728372171302,"stop":1728372171302,"duration":0}},{"uid":"1fc9dcfcea9adcaf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1fc9dcfcea9adcaf","status":"passed","time":{"start":1728370522968,"stop":1728370522968,"duration":0}},{"uid":"c38558a7277a28f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c38558a7277a28f8","status":"passed","time":{"start":1728369622048,"stop":1728369622048,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"76c55ede2fdc4b72","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76c55ede2fdc4b72","status":"passed","time":{"start":1728379549679,"stop":1728379549681,"duration":2}},{"uid":"bc721d958105a25c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc721d958105a25c","status":"passed","time":{"start":1728372195420,"stop":1728372195421,"duration":1}},{"uid":"570747487e74740d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/570747487e74740d","status":"passed","time":{"start":1728370555248,"stop":1728370555248,"duration":0}},{"uid":"a5e39cbfc61d4e77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5e39cbfc61d4e77","status":"passed","time":{"start":1728369639839,"stop":1728369639839,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f834ac52775850e8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f834ac52775850e8","status":"passed","time":{"start":1728379543298,"stop":1728379543299,"duration":1}},{"uid":"eed2dd3930ba942c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eed2dd3930ba942c","status":"passed","time":{"start":1728372192285,"stop":1728372192285,"duration":0}},{"uid":"55ce1b7ea2181354","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55ce1b7ea2181354","status":"passed","time":{"start":1728370579153,"stop":1728370579153,"duration":0}},{"uid":"9cde9396f4fe525e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9cde9396f4fe525e","status":"passed","time":{"start":1728369664329,"stop":1728369664329,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cfe80b0762498b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cfe80b0762498b6","status":"passed","time":{"start":1728379550984,"stop":1728379550984,"duration":0}},{"uid":"d12f0c8baaec2792","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d12f0c8baaec2792","status":"passed","time":{"start":1728372211446,"stop":1728372211448,"duration":2}},{"uid":"2aebf7b281dd02f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2aebf7b281dd02f5","status":"passed","time":{"start":1728370582329,"stop":1728370582329,"duration":0}},{"uid":"48f821f75c54d6dc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/48f821f75c54d6dc","status":"passed","time":{"start":1728369674240,"stop":1728369674243,"duration":3}}]},"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db72b7fdf61ce420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db72b7fdf61ce420","status":"passed","time":{"start":1728379391624,"stop":1728379391626,"duration":2}},{"uid":"b93fa0648b2f7d1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b93fa0648b2f7d1b","status":"passed","time":{"start":1728372025211,"stop":1728372025211,"duration":0}},{"uid":"8ae9db280a53fffe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ae9db280a53fffe","status":"passed","time":{"start":1728370362611,"stop":1728370362611,"duration":0}},{"uid":"f0a3ed90e73ff5d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f0a3ed90e73ff5d4","status":"passed","time":{"start":1728369464843,"stop":1728369464843,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1aff80a02039bf06","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1aff80a02039bf06","status":"passed","time":{"start":1728379159030,"stop":1728379159030,"duration":0}},{"uid":"c34c55012b8e37e8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c34c55012b8e37e8","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"968071c509d3726d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/968071c509d3726d","status":"passed","time":{"start":1728370149948,"stop":1728370149948,"duration":0}},{"uid":"5c9bc21bb46c7ddd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c9bc21bb46c7ddd","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7da40958999150c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7da40958999150c3","status":"passed","time":{"start":1728379515545,"stop":1728379515546,"duration":1}},{"uid":"446bc30474e178d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/446bc30474e178d6","status":"passed","time":{"start":1728372171291,"stop":1728372171292,"duration":1}},{"uid":"33115e2daf87d0a2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/33115e2daf87d0a2","status":"passed","time":{"start":1728370522951,"stop":1728370522956,"duration":5}},{"uid":"ceb16643bee2d9a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ceb16643bee2d9a3","status":"passed","time":{"start":1728369622031,"stop":1728369622032,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94b9ec2703ceeffc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94b9ec2703ceeffc","status":"passed","time":{"start":1728379484789,"stop":1728379484792,"duration":3}},{"uid":"85f0d23e0a31975a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/85f0d23e0a31975a","status":"passed","time":{"start":1728372130489,"stop":1728372130489,"duration":0}},{"uid":"dda367ac975474a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dda367ac975474a","status":"passed","time":{"start":1728370516484,"stop":1728370516484,"duration":0}},{"uid":"6749e2a6c80cea9a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6749e2a6c80cea9a","status":"passed","time":{"start":1728369620726,"stop":1728369620726,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4376d117d5a2ddcd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4376d117d5a2ddcd","status":"passed","time":{"start":1728379350297,"stop":1728379350297,"duration":0}},{"uid":"1df47bceff74cc30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1df47bceff74cc30","status":"passed","time":{"start":1728371998252,"stop":1728371998256,"duration":4}},{"uid":"c07a4d26dcd0b852","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c07a4d26dcd0b852","status":"passed","time":{"start":1728370345942,"stop":1728370345942,"duration":0}},{"uid":"6f1c4392f94e0b28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f1c4392f94e0b28","status":"passed","time":{"start":1728369443731,"stop":1728369443731,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2004f07842e95a44","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2004f07842e95a44","status":"passed","time":{"start":1728379482933,"stop":1728379482935,"duration":2}},{"uid":"cbb8522d4bc4eba6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cbb8522d4bc4eba6","status":"passed","time":{"start":1728372134562,"stop":1728372134562,"duration":0}},{"uid":"111e9739a56716ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/111e9739a56716ca","status":"passed","time":{"start":1728370487876,"stop":1728370487876,"duration":0}},{"uid":"53a3a0fcf9fc9947","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/53a3a0fcf9fc9947","status":"passed","time":{"start":1728369590801,"stop":1728369590801,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f72816831a4de088","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f72816831a4de088","status":"passed","time":{"start":1728379493862,"stop":1728379493874,"duration":12}},{"uid":"ede9c106cd553eb4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ede9c106cd553eb4","status":"passed","time":{"start":1728372140960,"stop":1728372140961,"duration":1}},{"uid":"b295ab0e3a70b33a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b295ab0e3a70b33a","status":"passed","time":{"start":1728370524963,"stop":1728370524966,"duration":3}},{"uid":"edf6184ad09c49c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/edf6184ad09c49c8","status":"passed","time":{"start":1728369630402,"stop":1728369630402,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e25e1ddb7d3656b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e25e1ddb7d3656b8","status":"passed","time":{"start":1728379607035,"stop":1728379607035,"duration":0}},{"uid":"316fcbb9daa928f9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/316fcbb9daa928f9","status":"passed","time":{"start":1728372238120,"stop":1728372238121,"duration":1}},{"uid":"61b233042e5fe1ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/61b233042e5fe1ca","status":"passed","time":{"start":1728370630365,"stop":1728370630365,"duration":0}},{"uid":"d7f052bbd8386571","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d7f052bbd8386571","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3b09fe5b44744ddf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b09fe5b44744ddf","status":"passed","time":{"start":1728379523115,"stop":1728379523116,"duration":1}},{"uid":"5e35383271a7182a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e35383271a7182a","status":"passed","time":{"start":1728372169992,"stop":1728372169992,"duration":0}},{"uid":"ba32c8609c557d6e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba32c8609c557d6e","status":"passed","time":{"start":1728370557103,"stop":1728370557103,"duration":0}},{"uid":"d29803ce65617eea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d29803ce65617eea","status":"passed","time":{"start":1728369663469,"stop":1728369663470,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7defd860c4175cae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7defd860c4175cae","status":"passed","time":{"start":1728379549683,"stop":1728379549683,"duration":0}},{"uid":"7105562a8090f2ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7105562a8090f2ca","status":"passed","time":{"start":1728372195422,"stop":1728372195423,"duration":1}},{"uid":"c82de0563b4e835","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c82de0563b4e835","status":"passed","time":{"start":1728370555250,"stop":1728370555250,"duration":0}},{"uid":"eea687921901d3e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eea687921901d3e3","status":"passed","time":{"start":1728369639841,"stop":1728369639841,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d42ed80ee28b25e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d42ed80ee28b25e7","status":"passed","time":{"start":1728379159013,"stop":1728379159013,"duration":0}},{"uid":"37b58f76d967ca18","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37b58f76d967ca18","status":"passed","time":{"start":1728371802899,"stop":1728371802899,"duration":0}},{"uid":"d3a2790cd0337a9b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d3a2790cd0337a9b","status":"passed","time":{"start":1728370149932,"stop":1728370149933,"duration":1}},{"uid":"10a1973eb36e7436","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/10a1973eb36e7436","status":"passed","time":{"start":1728369248987,"stop":1728369248987,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"77fcd0919dd39e61","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/77fcd0919dd39e61","status":"passed","time":{"start":1728379255030,"stop":1728379255030,"duration":0}},{"uid":"fdb691b651f92f8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fdb691b651f92f8a","status":"passed","time":{"start":1728371896754,"stop":1728371896754,"duration":0}},{"uid":"6ce91d00f02af3dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ce91d00f02af3dc","status":"passed","time":{"start":1728370245293,"stop":1728370245294,"duration":1}},{"uid":"f22c1971ca9825ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f22c1971ca9825ea","status":"passed","time":{"start":1728369344214,"stop":1728369344215,"duration":1}}]},"35d77f65f2407cf1044fbb680b503b01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"808af262c96c3eae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/808af262c96c3eae","status":"passed","time":{"start":1728379482961,"stop":1728379482964,"duration":3}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5229427df34c83e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a5229427df34c83e","status":"passed","time":{"start":1728379549699,"stop":1728379549699,"duration":0}},{"uid":"b11bc3ecc6800868","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b11bc3ecc6800868","status":"passed","time":{"start":1728372195436,"stop":1728372195436,"duration":0}},{"uid":"36c5f07c93d74376","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36c5f07c93d74376","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"7fa698125cf63ea2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7fa698125cf63ea2","status":"passed","time":{"start":1728369639855,"stop":1728369639856,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee3ce3501cbe9f2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ee3ce3501cbe9f2e","status":"passed","time":{"start":1728379159008,"stop":1728379159009,"duration":1}},{"uid":"6075b00b5e24b366","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6075b00b5e24b366","status":"passed","time":{"start":1728371802894,"stop":1728371802895,"duration":1}},{"uid":"a352fd181aa2d64e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a352fd181aa2d64e","status":"passed","time":{"start":1728370149928,"stop":1728370149928,"duration":0}},{"uid":"26eb78819a2b2a87","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26eb78819a2b2a87","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7b1dcd87b41d747","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f7b1dcd87b41d747","status":"passed","time":{"start":1728379220439,"stop":1728379220440,"duration":1}},{"uid":"8390de8e794e1e10","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8390de8e794e1e10","status":"passed","time":{"start":1728371862891,"stop":1728371862892,"duration":1}},{"uid":"2de85003086e45d4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2de85003086e45d4","status":"passed","time":{"start":1728370213107,"stop":1728370213107,"duration":0}},{"uid":"730a814b1bc3bc2d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/730a814b1bc3bc2d","status":"passed","time":{"start":1728369309200,"stop":1728369309200,"duration":0}}]},"f9df5187987d02ec8c665d1491346653:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6487be990c1bdb1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6487be990c1bdb1","status":"passed","time":{"start":1728372200174,"stop":1728372200178,"duration":4}}]},"ea5501faad4a885c6d0d126f444f0e71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2bee4d72167822c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f2bee4d72167822c","status":"passed","time":{"start":1728369544861,"stop":1728369544861,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f411e2cddb43ab7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f411e2cddb43ab7","status":"passed","time":{"start":1728379607036,"stop":1728379607037,"duration":1}},{"uid":"5938b75dd699e804","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5938b75dd699e804","status":"passed","time":{"start":1728372238121,"stop":1728372238121,"duration":0}},{"uid":"99874603c3948d57","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99874603c3948d57","status":"passed","time":{"start":1728370630365,"stop":1728370630366,"duration":1}},{"uid":"51fabbe51c93182f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51fabbe51c93182f","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee187ec671d1b385","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ee187ec671d1b385","status":"passed","time":{"start":1728379576113,"stop":1728379576113,"duration":0}},{"uid":"bf05529f56a2e333","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bf05529f56a2e333","status":"passed","time":{"start":1728372231470,"stop":1728372231471,"duration":1}},{"uid":"4fbf30e48002d863","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4fbf30e48002d863","status":"passed","time":{"start":1728370655524,"stop":1728370655524,"duration":0}},{"uid":"12c015e32ae81900","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/12c015e32ae81900","status":"passed","time":{"start":1728369731925,"stop":1728369731925,"duration":0}}]},"9d79709b46212609da5cb52a6f591465:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3445ed56b4b3232","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e3445ed56b4b3232","status":"passed","time":{"start":1728369590807,"stop":1728369590812,"duration":5}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3f0cb5b56a0551b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3f0cb5b56a0551b7","status":"passed","time":{"start":1728379493840,"stop":1728379493841,"duration":1}},{"uid":"4cee6192007ea7b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cee6192007ea7b3","status":"passed","time":{"start":1728372140943,"stop":1728372140943,"duration":0}},{"uid":"13fa816303cff805","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/13fa816303cff805","status":"passed","time":{"start":1728370524957,"stop":1728370524957,"duration":0}},{"uid":"ce705c3be6383ba6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ce705c3be6383ba6","status":"passed","time":{"start":1728369630393,"stop":1728369630393,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b843c0a5864a418d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b843c0a5864a418d","status":"passed","time":{"start":1728379515554,"stop":1728379515554,"duration":0}},{"uid":"82f74eebc5f37ee8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82f74eebc5f37ee8","status":"passed","time":{"start":1728372171297,"stop":1728372171298,"duration":1}},{"uid":"d55296f27fdec442","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d55296f27fdec442","status":"passed","time":{"start":1728370522965,"stop":1728370522966,"duration":1}},{"uid":"c60d935270b2a8bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c60d935270b2a8bd","status":"passed","time":{"start":1728369622045,"stop":1728369622045,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8daf058ec257836d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8daf058ec257836d","status":"passed","time":{"start":1728379167598,"stop":1728379167598,"duration":0}},{"uid":"78ddc760fbf3ba93","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ddc760fbf3ba93","status":"passed","time":{"start":1728371811379,"stop":1728371811379,"duration":0}},{"uid":"e633e817819cdc50","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e633e817819cdc50","status":"passed","time":{"start":1728370158840,"stop":1728370158841,"duration":1}},{"uid":"58a41ff434465b5f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/58a41ff434465b5f","status":"passed","time":{"start":1728369257779,"stop":1728369257780,"duration":1}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bac29b67746735c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bac29b67746735c7","status":"passed","time":{"start":1728379523115,"stop":1728379523115,"duration":0}},{"uid":"fafdcef312e42f7b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fafdcef312e42f7b","status":"passed","time":{"start":1728372169991,"stop":1728372169991,"duration":0}},{"uid":"4819405ebe98168","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4819405ebe98168","status":"passed","time":{"start":1728370557102,"stop":1728370557103,"duration":1}},{"uid":"28d0b7930ac7db7a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/28d0b7930ac7db7a","status":"passed","time":{"start":1728369663465,"stop":1728369663469,"duration":4}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b5e0a842045ac782","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b5e0a842045ac782","status":"passed","time":{"start":1728379293472,"stop":1728379293472,"duration":0}},{"uid":"2ef765868cf894c7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ef765868cf894c7","status":"passed","time":{"start":1728371932969,"stop":1728371932970,"duration":1}},{"uid":"885ae76c37f6c85e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/885ae76c37f6c85e","status":"passed","time":{"start":1728370281710,"stop":1728370281710,"duration":0}},{"uid":"5021882cd292e257","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5021882cd292e257","status":"passed","time":{"start":1728369376543,"stop":1728369376545,"duration":2}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54bb0d6f12caa98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/54bb0d6f12caa98","status":"passed","time":{"start":1728379607038,"stop":1728379607038,"duration":0}},{"uid":"251bcecba2754597","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/251bcecba2754597","status":"passed","time":{"start":1728372238123,"stop":1728372238123,"duration":0}},{"uid":"a9ad4e03519b7585","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a9ad4e03519b7585","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"68c774094a977ea8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68c774094a977ea8","status":"passed","time":{"start":1728369720990,"stop":1728369720991,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b5e930830ca549c1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b5e930830ca549c1","status":"passed","time":{"start":1728379549675,"stop":1728379549675,"duration":0}},{"uid":"befdcf2fecb1fa06","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/befdcf2fecb1fa06","status":"passed","time":{"start":1728372195415,"stop":1728372195415,"duration":0}},{"uid":"a5df3aadff5c51d7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5df3aadff5c51d7","status":"passed","time":{"start":1728370555245,"stop":1728370555245,"duration":0}},{"uid":"e15a677f367ce37d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e15a677f367ce37d","status":"passed","time":{"start":1728369639836,"stop":1728369639836,"duration":0}}]},"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":1,"unknown":0,"total":4},"items":[{"uid":"f1e70c68dcf15ac3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f1e70c68dcf15ac3","status":"passed","time":{"start":1728379419686,"stop":1728379419687,"duration":1}},{"uid":"a7e2aadbc4bb36c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7e2aadbc4bb36c2","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728372107444,"stop":1728372107445,"duration":1}},{"uid":"94fd276fc3bb1083","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94fd276fc3bb1083","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626989,"stop":1728370626990,"duration":1}},{"uid":"995527eaf31d4477","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/995527eaf31d4477","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728517,"stop":1728369728517,"duration":0}}]},"6be8165ad0f5a7cd78828bd86f27a957:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dabe8bd7312eaf94","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dabe8bd7312eaf94","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fb744aa4e019c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6fb744aa4e019c0","status":"passed","time":{"start":1728379329178,"stop":1728379329178,"duration":0}},{"uid":"9008a7dfe4e80873","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9008a7dfe4e80873","status":"passed","time":{"start":1728371984003,"stop":1728371984003,"duration":0}},{"uid":"69e434c7acbdf1c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/69e434c7acbdf1c4","status":"passed","time":{"start":1728370284357,"stop":1728370284357,"duration":0}},{"uid":"57ba484e8d1f1db0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57ba484e8d1f1db0","status":"passed","time":{"start":1728369378898,"stop":1728369378899,"duration":1}}]},"20ca7c0cf34a7dc9a37c13fea424bb6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fec26ac53b3370af","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fec26ac53b3370af","status":"passed","time":{"start":1728371973994,"stop":1728371973994,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"17b4a4d5c233511c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/17b4a4d5c233511c","status":"passed","time":{"start":1728379498099,"stop":1728379498100,"duration":1}},{"uid":"5696e67850e8e9e5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5696e67850e8e9e5","status":"passed","time":{"start":1728372147561,"stop":1728372147562,"duration":1}},{"uid":"631b0a8986dde71f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/631b0a8986dde71f","status":"passed","time":{"start":1728370535029,"stop":1728370535029,"duration":0}},{"uid":"e740063245918bee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e740063245918bee","status":"passed","time":{"start":1728369636374,"stop":1728369636375,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3cf3742ebb4aac10","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3cf3742ebb4aac10","status":"passed","time":{"start":1728379263248,"stop":1728379263249,"duration":1}},{"uid":"6e56521a7bec2af2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e56521a7bec2af2","status":"passed","time":{"start":1728371902712,"stop":1728371902712,"duration":0}},{"uid":"b86d001437317f58","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b86d001437317f58","status":"passed","time":{"start":1728370254629,"stop":1728370254630,"duration":1}},{"uid":"5c2bef58cd1b645","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c2bef58cd1b645","status":"passed","time":{"start":1728369347754,"stop":1728369347754,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41507aec92d7b4b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/41507aec92d7b4b2","status":"passed","time":{"start":1728379460263,"stop":1728379460263,"duration":0}},{"uid":"52caa15b6a98ad4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52caa15b6a98ad4d","status":"passed","time":{"start":1728372105662,"stop":1728372105663,"duration":1}},{"uid":"4252e82e607a991b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4252e82e607a991b","status":"passed","time":{"start":1728370464121,"stop":1728370464122,"duration":1}},{"uid":"5bfcc87cef0878c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bfcc87cef0878c0","status":"passed","time":{"start":1728369544857,"stop":1728369544857,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5dc2df7491253bb0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dc2df7491253bb0","status":"passed","time":{"start":1728379166761,"stop":1728379166762,"duration":1}},{"uid":"6ca9aed33385b7cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6ca9aed33385b7cd","status":"passed","time":{"start":1728371810588,"stop":1728371810588,"duration":0}},{"uid":"18c6b400efbb5a86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18c6b400efbb5a86","status":"passed","time":{"start":1728370158404,"stop":1728370158404,"duration":0}},{"uid":"d9bbf6c215feaac3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d9bbf6c215feaac3","status":"passed","time":{"start":1728369256985,"stop":1728369256986,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5d3ee4902608d98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a5d3ee4902608d98","status":"passed","time":{"start":1728379182448,"stop":1728379182448,"duration":0}},{"uid":"dada8c712bebd47a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dada8c712bebd47a","status":"passed","time":{"start":1728371826624,"stop":1728371826624,"duration":0}},{"uid":"313d1af73376ccb0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/313d1af73376ccb0","status":"passed","time":{"start":1728370173936,"stop":1728370173937,"duration":1}},{"uid":"3a4cba2520f0c488","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3a4cba2520f0c488","status":"passed","time":{"start":1728369272871,"stop":1728369272872,"duration":1}}]},"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce706cc79d932604","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce706cc79d932604","status":"passed","time":{"start":1728379197139,"stop":1728379197139,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"974829f614339564","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/974829f614339564","status":"passed","time":{"start":1728379350298,"stop":1728379350307,"duration":9}},{"uid":"e834330cbbbe02a2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e834330cbbbe02a2","status":"passed","time":{"start":1728371998262,"stop":1728371998263,"duration":1}},{"uid":"3b30e27849aa1eb2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b30e27849aa1eb2","status":"passed","time":{"start":1728370345943,"stop":1728370345943,"duration":0}},{"uid":"8462838a86832388","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8462838a86832388","status":"passed","time":{"start":1728369443737,"stop":1728369443737,"duration":0}}]},"1271f89ff1a5b35c9a693fd28e2b7d5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43a1daf34aa77280","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43a1daf34aa77280","status":"passed","time":{"start":1728379523102,"stop":1728379523102,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"679bf55038bcc4d5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/679bf55038bcc4d5","status":"passed","time":{"start":1728379482929,"stop":1728379482930,"duration":1}},{"uid":"c3f3912fac2532bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c3f3912fac2532bb","status":"passed","time":{"start":1728372134554,"stop":1728372134554,"duration":0}},{"uid":"5e7f3f94487383f0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e7f3f94487383f0","status":"passed","time":{"start":1728370487869,"stop":1728370487872,"duration":3}},{"uid":"c23ca96f1b71dc15","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c23ca96f1b71dc15","status":"passed","time":{"start":1728369590795,"stop":1728369590796,"duration":1}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bb0bd2cba2904377","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bb0bd2cba2904377","status":"passed","time":{"start":1728379282318,"stop":1728379282318,"duration":0}},{"uid":"a18dbc2b0915d534","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a18dbc2b0915d534","status":"passed","time":{"start":1728371925987,"stop":1728371925987,"duration":0}},{"uid":"52e6bd45a8ea752a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52e6bd45a8ea752a","status":"passed","time":{"start":1728370273969,"stop":1728370273975,"duration":6}},{"uid":"33279ff79d63851a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/33279ff79d63851a","status":"passed","time":{"start":1728369370047,"stop":1728369370050,"duration":3}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"12823d7c6bca4542","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12823d7c6bca4542","status":"passed","time":{"start":1728379166758,"stop":1728379166759,"duration":1}},{"uid":"8d4b79ce84d8a0c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d4b79ce84d8a0c8","status":"passed","time":{"start":1728371810587,"stop":1728371810587,"duration":0}},{"uid":"22945389c00ee163","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22945389c00ee163","status":"passed","time":{"start":1728370158403,"stop":1728370158403,"duration":0}},{"uid":"24e7df28b3bfc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/24e7df28b3bfc7","status":"passed","time":{"start":1728369256985,"stop":1728369256985,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"652ed52fe6faf05c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/652ed52fe6faf05c","status":"passed","time":{"start":1728379550985,"stop":1728379550986,"duration":1}},{"uid":"d8abfc810e3088a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d8abfc810e3088a0","status":"passed","time":{"start":1728372211451,"stop":1728372211452,"duration":1}},{"uid":"3e3beea6744aff5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3e3beea6744aff5b","status":"passed","time":{"start":1728370582330,"stop":1728370582330,"duration":0}},{"uid":"4b7676652c93be3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b7676652c93be3b","status":"passed","time":{"start":1728369674245,"stop":1728369674245,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"761049af01b3d403","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/761049af01b3d403","status":"passed","time":{"start":1728379263325,"stop":1728379263325,"duration":0}},{"uid":"a32245462ed1526","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a32245462ed1526","status":"passed","time":{"start":1728371908005,"stop":1728371908005,"duration":0}},{"uid":"421a25f23d274918","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/421a25f23d274918","status":"passed","time":{"start":1728370252052,"stop":1728370252053,"duration":1}},{"uid":"cb9218f428b6086e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb9218f428b6086e","status":"passed","time":{"start":1728369354741,"stop":1728369354741,"duration":0}}]},"56658fb8f6972f29ae06f8718ea4d2db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4946127175d222ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4946127175d222ec","status":"passed","time":{"start":1728379515562,"stop":1728379515562,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"68906a24943ca1bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68906a24943ca1bc","status":"passed","time":{"start":1728379329166,"stop":1728379329166,"duration":0}},{"uid":"50d172875085cb9c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50d172875085cb9c","status":"passed","time":{"start":1728371983980,"stop":1728371983980,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c62a1e87ea5a5035","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c62a1e87ea5a5035","status":"passed","time":{"start":1728379159022,"stop":1728379159022,"duration":0}},{"uid":"8256210456ec3b84","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8256210456ec3b84","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"47e13f09e5bc2b6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47e13f09e5bc2b6d","status":"passed","time":{"start":1728370149940,"stop":1728370149941,"duration":1}},{"uid":"2cefd2dd27786d65","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2cefd2dd27786d65","status":"passed","time":{"start":1728369248995,"stop":1728369248995,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d325a0eb373c01aa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d325a0eb373c01aa","status":"passed","time":{"start":1728379460269,"stop":1728379460269,"duration":0}},{"uid":"279de19595b18c0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/279de19595b18c0c","status":"passed","time":{"start":1728372105665,"stop":1728372105665,"duration":0}},{"uid":"30f399c44226e5e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30f399c44226e5e1","status":"passed","time":{"start":1728370464129,"stop":1728370464129,"duration":0}},{"uid":"f994b1f1f55cb1de","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f994b1f1f55cb1de","status":"passed","time":{"start":1728369544861,"stop":1728369544861,"duration":0}}]},"7633ffb7cb832a2dfff4d4a631bb5fd4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89cd1db4b9418820","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89cd1db4b9418820","status":"passed","time":{"start":1728369663459,"stop":1728369663459,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d8bc0c65edc6020","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d8bc0c65edc6020","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"8fca127057255c89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8fca127057255c89","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"4331939d05d9651","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4331939d05d9651","status":"passed","time":{"start":1728370630366,"stop":1728370630366,"duration":0}},{"uid":"4453f71af0e540a1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4453f71af0e540a1","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"130c14d846321854","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/130c14d846321854","status":"passed","time":{"start":1728379549689,"stop":1728379549689,"duration":0}},{"uid":"29627356f6b19622","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/29627356f6b19622","status":"passed","time":{"start":1728372195429,"stop":1728372195429,"duration":0}},{"uid":"35968abae689be38","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/35968abae689be38","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"e1cf2574dd9dd9b2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e1cf2574dd9dd9b2","status":"passed","time":{"start":1728369639847,"stop":1728369639847,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc38765fb37244b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc38765fb37244b2","status":"passed","time":{"start":1728379498105,"stop":1728379498106,"duration":1}},{"uid":"2d2fde463f63a363","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d2fde463f63a363","status":"passed","time":{"start":1728372147570,"stop":1728372147570,"duration":0}},{"uid":"3d304d9f22657f69","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3d304d9f22657f69","status":"passed","time":{"start":1728370535036,"stop":1728370535037,"duration":1}},{"uid":"761d470682b3d95","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/761d470682b3d95","status":"passed","time":{"start":1728369636382,"stop":1728369636383,"duration":1}}]},"154a2b9525aad103a69142edd0f8c1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61fc4a12b271e28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/61fc4a12b271e28","status":"passed","time":{"start":1728369630401,"stop":1728369630401,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8fd8723de665bea3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8fd8723de665bea3","status":"passed","time":{"start":1728379159029,"stop":1728379159030,"duration":1}},{"uid":"e0344365a8589633","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0344365a8589633","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"6a3cd22ec4dceb8c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a3cd22ec4dceb8c","status":"passed","time":{"start":1728370149947,"stop":1728370149947,"duration":0}},{"uid":"59969370cd10aefb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/59969370cd10aefb","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a95d1ad6f074ec9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7a95d1ad6f074ec9","status":"passed","time":{"start":1728379549693,"stop":1728379549694,"duration":1}},{"uid":"d7dd9d287d9879f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d7dd9d287d9879f5","status":"passed","time":{"start":1728372195432,"stop":1728372195432,"duration":0}},{"uid":"f53f592b7702ba21","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f53f592b7702ba21","status":"passed","time":{"start":1728370555256,"stop":1728370555256,"duration":0}},{"uid":"afb44d2a7a0410d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/afb44d2a7a0410d3","status":"passed","time":{"start":1728369639851,"stop":1728369639851,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9a222f99bf1c04cf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a222f99bf1c04cf","status":"passed","time":{"start":1728379482923,"stop":1728379482924,"duration":1}},{"uid":"ba8ba4f3f6395e6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba8ba4f3f6395e6c","status":"passed","time":{"start":1728372134547,"stop":1728372134548,"duration":1}},{"uid":"b8b55ac0f7cc1d50","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b8b55ac0f7cc1d50","status":"passed","time":{"start":1728370487865,"stop":1728370487865,"duration":0}},{"uid":"bdf4c1cf80853e13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bdf4c1cf80853e13","status":"passed","time":{"start":1728369590790,"stop":1728369590790,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2532fa1b89eb232b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2532fa1b89eb232b","status":"passed","time":{"start":1728379482937,"stop":1728379482941,"duration":4}},{"uid":"b06478d5a01d7a1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b06478d5a01d7a1b","status":"passed","time":{"start":1728372134565,"stop":1728372134565,"duration":0}},{"uid":"cd96f5e41f1f64e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd96f5e41f1f64e8","status":"passed","time":{"start":1728370487878,"stop":1728370487879,"duration":1}},{"uid":"c9830edd366aa931","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c9830edd366aa931","status":"passed","time":{"start":1728369590802,"stop":1728369590803,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6b2d25f48fe1738c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b2d25f48fe1738c","status":"passed","time":{"start":1728379572276,"stop":1728379572277,"duration":1}},{"uid":"acb4765688cdce0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/acb4765688cdce0c","status":"passed","time":{"start":1728372221523,"stop":1728372221523,"duration":0}},{"uid":"c3464670b8029a2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3464670b8029a2a","status":"passed","time":{"start":1728370607711,"stop":1728370607711,"duration":0}},{"uid":"4397367ae290a2cd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4397367ae290a2cd","status":"passed","time":{"start":1728369690180,"stop":1728369690180,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"426c3ed9d85ab8e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/426c3ed9d85ab8e3","status":"passed","time":{"start":1728379482918,"stop":1728379482918,"duration":0}},{"uid":"e33f8c2273429978","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e33f8c2273429978","status":"passed","time":{"start":1728372134545,"stop":1728372134545,"duration":0}},{"uid":"527c99eea7800ca3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/527c99eea7800ca3","status":"passed","time":{"start":1728370487860,"stop":1728370487860,"duration":0}},{"uid":"7c434efcfc5c60e5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c434efcfc5c60e5","status":"passed","time":{"start":1728369590787,"stop":1728369590787,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"91f5d315230076bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91f5d315230076bf","status":"passed","time":{"start":1728379482950,"stop":1728379482950,"duration":0}},{"uid":"176afe015bcbf29b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/176afe015bcbf29b","status":"passed","time":{"start":1728372134573,"stop":1728372134573,"duration":0}},{"uid":"1ec9c5af969aa11","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ec9c5af969aa11","status":"passed","time":{"start":1728370487884,"stop":1728370487884,"duration":0}},{"uid":"d7b6945cb8cd5c0a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d7b6945cb8cd5c0a","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dfd26ef1b90c0444","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dfd26ef1b90c0444","status":"passed","time":{"start":1728379644817,"stop":1728379644817,"duration":0}},{"uid":"a2ca72d797d38d74","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2ca72d797d38d74","status":"passed","time":{"start":1728372295100,"stop":1728372295100,"duration":0}},{"uid":"5323225f824f714e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5323225f824f714e","status":"passed","time":{"start":1728370682626,"stop":1728370682626,"duration":0}},{"uid":"72f1ecbee365355f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/72f1ecbee365355f","status":"passed","time":{"start":1728369782382,"stop":1728369782382,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4e3e560b3c89fe6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d4e3e560b3c89fe6","status":"passed","time":{"start":1728379158992,"stop":1728379158993,"duration":1}},{"uid":"a562018d92e270b7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a562018d92e270b7","status":"passed","time":{"start":1728371802883,"stop":1728371802887,"duration":4}},{"uid":"4c32292e9aabc36d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c32292e9aabc36d","status":"passed","time":{"start":1728370149912,"stop":1728370149913,"duration":1}},{"uid":"d180fe1ad4625f70","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d180fe1ad4625f70","status":"passed","time":{"start":1728369248972,"stop":1728369248972,"duration":0}}]},"03e8d0d7fcce07a431056d05e50c9460:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"390c9a34958852bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/390c9a34958852bc","status":"passed","time":{"start":1728369544874,"stop":1728369544874,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b2b23360447f95bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2b23360447f95bf","status":"passed","time":{"start":1728379262343,"stop":1728379262343,"duration":0}},{"uid":"8c91f99ae8e48b7e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8c91f99ae8e48b7e","status":"passed","time":{"start":1728371896579,"stop":1728371896580,"duration":1}},{"uid":"ed1f555af89a7506","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed1f555af89a7506","status":"passed","time":{"start":1728370244009,"stop":1728370244009,"duration":0}},{"uid":"3f77ccb4864088c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f77ccb4864088c7","status":"passed","time":{"start":1728369348163,"stop":1728369348164,"duration":1}}]},"7e163018aa1cb84cf0ad969276a20547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b329afcda3146a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b329afcda3146a5f","status":"passed","time":{"start":1728379547122,"stop":1728379547123,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb0dfa1052d9f7c6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb0dfa1052d9f7c6","status":"passed","time":{"start":1728379329181,"stop":1728379329181,"duration":0}},{"uid":"294d857a5580c9ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/294d857a5580c9ca","status":"passed","time":{"start":1728371984006,"stop":1728371984006,"duration":0}},{"uid":"cc56f77264109a04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc56f77264109a04","status":"passed","time":{"start":1728370284361,"stop":1728370284361,"duration":0}},{"uid":"7e10cd023830f876","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7e10cd023830f876","status":"passed","time":{"start":1728369378906,"stop":1728369378906,"duration":0}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b9d0cadd54560fc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9d0cadd54560fc2","status":"passed","time":{"start":1728379159008,"stop":1728379159008,"duration":0}},{"uid":"10660a394b787f4a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/10660a394b787f4a","status":"passed","time":{"start":1728371802894,"stop":1728371802894,"duration":0}},{"uid":"bd9458396c5a2789","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd9458396c5a2789","status":"passed","time":{"start":1728370149927,"stop":1728370149927,"duration":0}},{"uid":"366f40c227321e00","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/366f40c227321e00","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd2eac83d90025a3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dd2eac83d90025a3","status":"passed","time":{"start":1728379263251,"stop":1728379263251,"duration":0}},{"uid":"a7eb2a44e18e3c4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7eb2a44e18e3c4","status":"passed","time":{"start":1728371902714,"stop":1728371902714,"duration":0}},{"uid":"b3af4a29fcfa95d1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3af4a29fcfa95d1","status":"passed","time":{"start":1728370254632,"stop":1728370254632,"duration":0}},{"uid":"fc5b216fbd98f9fe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc5b216fbd98f9fe","status":"passed","time":{"start":1728369347761,"stop":1728369347761,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6331275080308c4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6331275080308c4","status":"passed","time":{"start":1728379350307,"stop":1728379350308,"duration":1}},{"uid":"423dd1a3c257cf36","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/423dd1a3c257cf36","status":"passed","time":{"start":1728371998264,"stop":1728371998266,"duration":2}},{"uid":"aebdff1d2dbfb80f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aebdff1d2dbfb80f","status":"passed","time":{"start":1728370345943,"stop":1728370345947,"duration":4}},{"uid":"ff1febee642bf7b6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ff1febee642bf7b6","status":"passed","time":{"start":1728369443737,"stop":1728369443738,"duration":1}}]},"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"e2dbc13bc7ae52af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2dbc13bc7ae52af","status":"passed","time":{"start":1728379419674,"stop":1728379419674,"duration":0}},{"uid":"e7d73904f40bcdc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e7d73904f40bcdc","status":"passed","time":{"start":1728372107438,"stop":1728372107438,"duration":0}},{"uid":"dc3e3ef618378859","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dc3e3ef618378859","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626983,"stop":1728370626984,"duration":1}},{"uid":"32dd968003eba2d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/32dd968003eba2d9","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728513,"stop":1728369728513,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2112df53f7a2ad4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d2112df53f7a2ad4","status":"passed","time":{"start":1728379549674,"stop":1728379549675,"duration":1}},{"uid":"fb528c835d1bce00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb528c835d1bce00","status":"passed","time":{"start":1728372195414,"stop":1728372195415,"duration":1}},{"uid":"f22d2bf1f2a326c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f22d2bf1f2a326c3","status":"passed","time":{"start":1728370555244,"stop":1728370555245,"duration":1}},{"uid":"61f5815fb4bae65f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/61f5815fb4bae65f","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"96d64c30f9644b5aef30a5aae69e53bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76564f27bb725796","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76564f27bb725796","status":"passed","time":{"start":1728369674997,"stop":1728369674998,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4fe91f5f49bde5c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4fe91f5f49bde5c9","status":"passed","time":{"start":1728379161480,"stop":1728379161480,"duration":0}},{"uid":"9c3ff5c869b22ae2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9c3ff5c869b22ae2","status":"passed","time":{"start":1728371805333,"stop":1728371805333,"duration":0}},{"uid":"cdb16b8a20560bec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cdb16b8a20560bec","status":"passed","time":{"start":1728370152477,"stop":1728370152477,"duration":0}},{"uid":"f71758069d09c0ff","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f71758069d09c0ff","status":"passed","time":{"start":1728369251642,"stop":1728369251642,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c393bd0babe2b429","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c393bd0babe2b429","status":"passed","time":{"start":1728379439870,"stop":1728379439871,"duration":1}},{"uid":"ee45b9469edf4f6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee45b9469edf4f6c","status":"passed","time":{"start":1728372083102,"stop":1728372083102,"duration":0}},{"uid":"e6a74fe78e357d2d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6a74fe78e357d2d","status":"passed","time":{"start":1728370464872,"stop":1728370464873,"duration":1}},{"uid":"5b45f12ad6d7db99","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5b45f12ad6d7db99","status":"passed","time":{"start":1728369559760,"stop":1728369559762,"duration":2}}]},"66bf0fe31f324fba008a588a6eb805bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8970d3da0e2c23ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8970d3da0e2c23ce","status":"passed","time":{"start":1728379523098,"stop":1728379523099,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68f976e8e97223ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68f976e8e97223ab","status":"passed","time":{"start":1728379159016,"stop":1728379159017,"duration":1}},{"uid":"3828d78944bdae2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3828d78944bdae2","status":"passed","time":{"start":1728371802902,"stop":1728371802902,"duration":0}},{"uid":"1608db3020946769","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1608db3020946769","status":"passed","time":{"start":1728370149935,"stop":1728370149936,"duration":1}},{"uid":"ab5fab56dad6999f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab5fab56dad6999f","status":"passed","time":{"start":1728369248990,"stop":1728369248990,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4dd2f58f24d26072","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4dd2f58f24d26072","status":"passed","time":{"start":1728379350308,"stop":1728379350313,"duration":5}},{"uid":"b09cc58ca3d3a960","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b09cc58ca3d3a960","status":"passed","time":{"start":1728371998266,"stop":1728371998266,"duration":0}},{"uid":"5c8b1478f40de608","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5c8b1478f40de608","status":"passed","time":{"start":1728370345947,"stop":1728370345947,"duration":0}},{"uid":"fbb7a6a750c05f98","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fbb7a6a750c05f98","status":"passed","time":{"start":1728369443738,"stop":1728369443738,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"fda07ad32fa632b9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fda07ad32fa632b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379329405,"stop":1728379329405,"duration":0}},{"uid":"30be36d62f864472","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/30be36d62f864472","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371974008,"stop":1728371974008,"duration":0}},{"uid":"292cd6395b1bbb80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/292cd6395b1bbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370320875,"stop":1728370320875,"duration":0}},{"uid":"e763710dbee6f344","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e763710dbee6f344","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369420266,"stop":1728369420266,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f485602006e05a3d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f485602006e05a3d","status":"passed","time":{"start":1728379194285,"stop":1728379194285,"duration":0}},{"uid":"f024e9e04eb7100d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f024e9e04eb7100d","status":"passed","time":{"start":1728371838585,"stop":1728371838585,"duration":0}},{"uid":"97cec7f198897a4f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/97cec7f198897a4f","status":"passed","time":{"start":1728370185971,"stop":1728370185971,"duration":0}},{"uid":"29bb556bea2c785b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/29bb556bea2c785b","status":"passed","time":{"start":1728369284714,"stop":1728369284714,"duration":0}}]},"50ee3f38ba60864dc4a1e7f11559c9f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d033f1aa9906339","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d033f1aa9906339","status":"passed","time":{"start":1728379329401,"stop":1728379329401,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"201f238bb3a2887c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/201f238bb3a2887c","status":"passed","time":{"start":1728379547128,"stop":1728379547129,"duration":1}},{"uid":"ff3572d405ef52a7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff3572d405ef52a7","status":"passed","time":{"start":1728372200182,"stop":1728372200183,"duration":1}},{"uid":"9e34e126fa0d9e0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e34e126fa0d9e0d","status":"passed","time":{"start":1728370581699,"stop":1728370581701,"duration":2}},{"uid":"2626f4c201e87932","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2626f4c201e87932","status":"passed","time":{"start":1728369675010,"stop":1728369675010,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e30dd103824b6453","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e30dd103824b6453","status":"passed","time":{"start":1728379460262,"stop":1728379460263,"duration":1}},{"uid":"aaaeded874f27c8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/aaaeded874f27c8a","status":"passed","time":{"start":1728372105661,"stop":1728372105662,"duration":1}},{"uid":"d1e7db315833d5dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1e7db315833d5dc","status":"passed","time":{"start":1728370464119,"stop":1728370464121,"duration":2}},{"uid":"d872cf4448ac6ea1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d872cf4448ac6ea1","status":"passed","time":{"start":1728369544856,"stop":1728369544856,"duration":0}}]},"73c75c25bdd96a2d2861064ef2fac2a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34a7bbcbf34b7690","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34a7bbcbf34b7690","status":"passed","time":{"start":1728379547125,"stop":1728379547126,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42a2bca7087629dc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42a2bca7087629dc","status":"passed","time":{"start":1728379493841,"stop":1728379493842,"duration":1}},{"uid":"ebf2eeaf662c4395","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ebf2eeaf662c4395","status":"passed","time":{"start":1728372140944,"stop":1728372140944,"duration":0}},{"uid":"99b3f110de4d1b05","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99b3f110de4d1b05","status":"passed","time":{"start":1728370524958,"stop":1728370524958,"duration":0}},{"uid":"ee3143bfb5bad3da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ee3143bfb5bad3da","status":"passed","time":{"start":1728369630394,"stop":1728369630394,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"d560393465527f71","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d560393465527f71","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224169,"stop":1728379224170,"duration":1}},{"uid":"9140d6635ade4418","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9140d6635ade4418","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870694,"stop":1728371870695,"duration":1}},{"uid":"89e9c2c514817241","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89e9c2c514817241","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215354,"stop":1728370215354,"duration":0}},{"uid":"238475c6a3109b1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/238475c6a3109b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314833,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e5e0369d234b4474","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e5e0369d234b4474","status":"passed","time":{"start":1728379482929,"stop":1728379482929,"duration":0}},{"uid":"b809d6751697f7fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b809d6751697f7fc","status":"passed","time":{"start":1728372134554,"stop":1728372134554,"duration":0}},{"uid":"effba454a011522","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/effba454a011522","status":"passed","time":{"start":1728370487869,"stop":1728370487869,"duration":0}},{"uid":"b392194446ae6ce2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b392194446ae6ce2","status":"passed","time":{"start":1728369590793,"stop":1728369590795,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3435aa258f19a99","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e3435aa258f19a99","status":"passed","time":{"start":1728379576341,"stop":1728379576342,"duration":1}},{"uid":"3e168eadac49e22f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3e168eadac49e22f","status":"passed","time":{"start":1728372230817,"stop":1728372230817,"duration":0}},{"uid":"65e9c53319a616a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65e9c53319a616a9","status":"passed","time":{"start":1728370630211,"stop":1728370630211,"duration":0}},{"uid":"56d8e545427ff1f2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/56d8e545427ff1f2","status":"passed","time":{"start":1728369712262,"stop":1728369712262,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1ac4181805d422c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ac4181805d422c","status":"passed","time":{"start":1728379482941,"stop":1728379482942,"duration":1}},{"uid":"5e5b963caedaf8b2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e5b963caedaf8b2","status":"passed","time":{"start":1728372134566,"stop":1728372134566,"duration":0}},{"uid":"77afdb9373bc1750","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77afdb9373bc1750","status":"passed","time":{"start":1728370487879,"stop":1728370487880,"duration":1}},{"uid":"a089a13afbff68f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a089a13afbff68f9","status":"passed","time":{"start":1728369590803,"stop":1728369590803,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bfac0d936683cd47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bfac0d936683cd47","status":"passed","time":{"start":1728379482942,"stop":1728379482943,"duration":1}},{"uid":"78ad162631da1ebc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ad162631da1ebc","status":"passed","time":{"start":1728372134568,"stop":1728372134569,"duration":1}},{"uid":"67d7c023676d693d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67d7c023676d693d","status":"passed","time":{"start":1728370487881,"stop":1728370487881,"duration":0}},{"uid":"1523ec21bf54dc9d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1523ec21bf54dc9d","status":"passed","time":{"start":1728369590804,"stop":1728369590804,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b5da9aee12553a1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9b5da9aee12553a1","status":"passed","time":{"start":1728379560152,"stop":1728379560152,"duration":0}},{"uid":"64ea9dab48322203","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64ea9dab48322203","status":"passed","time":{"start":1728372216739,"stop":1728372216740,"duration":1}},{"uid":"6cc20d63385057cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6cc20d63385057cb","status":"passed","time":{"start":1728370607961,"stop":1728370607961,"duration":0}},{"uid":"23a0e9c471054569","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23a0e9c471054569","status":"passed","time":{"start":1728369698565,"stop":1728369698567,"duration":2}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bddfd660ff80f5b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bddfd660ff80f5b7","status":"passed","time":{"start":1728379158994,"stop":1728379158994,"duration":0}},{"uid":"52a58553120ee5f4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52a58553120ee5f4","status":"passed","time":{"start":1728371802887,"stop":1728371802888,"duration":1}},{"uid":"939f1f5853c8ef12","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/939f1f5853c8ef12","status":"passed","time":{"start":1728370149913,"stop":1728370149913,"duration":0}},{"uid":"293604f7822950f4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/293604f7822950f4","status":"passed","time":{"start":1728369248972,"stop":1728369248973,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53f0a180da351cf3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53f0a180da351cf3","status":"passed","time":{"start":1728379366472,"stop":1728379366472,"duration":0}},{"uid":"dde09164bb1c9095","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dde09164bb1c9095","status":"passed","time":{"start":1728371996010,"stop":1728371996012,"duration":2}},{"uid":"e77b14ec03a6835c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e77b14ec03a6835c","status":"passed","time":{"start":1728370345129,"stop":1728370345129,"duration":0}},{"uid":"fb8522213f5bc5f6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb8522213f5bc5f6","status":"passed","time":{"start":1728369447288,"stop":1728369447288,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9fa4237f92a3dd5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9fa4237f92a3dd5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460504,"stop":1728379460504,"duration":0}},{"uid":"7caaedbd27d104e4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7caaedbd27d104e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"816f37ee385e4ffd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/816f37ee385e4ffd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488125,"stop":1728370488126,"duration":1}},{"uid":"293134ff60a6ba5e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/293134ff60a6ba5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591299,"stop":1728369591300,"duration":1}}]},"6f185642297d0a982ce06e31dace95d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a61458ea342e269","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a61458ea342e269","status":"passed","time":{"start":1728379460270,"stop":1728379460271,"duration":1}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c62658f5c51f4136","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c62658f5c51f4136","status":"passed","time":{"start":1728379159027,"stop":1728379159028,"duration":1}},{"uid":"94a0aa83000157e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/94a0aa83000157e","status":"passed","time":{"start":1728371802911,"stop":1728371802911,"duration":0}},{"uid":"7b44b4c15812dd69","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b44b4c15812dd69","status":"passed","time":{"start":1728370149945,"stop":1728370149945,"duration":0}},{"uid":"d1a50f3b1b058c62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d1a50f3b1b058c62","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"751497cac66de624","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/751497cac66de624","status":"passed","time":{"start":1728379547119,"stop":1728379547119,"duration":0}},{"uid":"5726e5f97294d2c3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5726e5f97294d2c3","status":"passed","time":{"start":1728372200172,"stop":1728372200172,"duration":0}},{"uid":"9cee2a26875d7d2d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cee2a26875d7d2d","status":"passed","time":{"start":1728370581670,"stop":1728370581670,"duration":0}},{"uid":"26f324b66e0478f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26f324b66e0478f7","status":"passed","time":{"start":1728369674994,"stop":1728369674995,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3795bcb103ac49e4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3795bcb103ac49e4","status":"passed","time":{"start":1728379158998,"stop":1728379158998,"duration":0}},{"uid":"c0d4cba6cd0c424d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0d4cba6cd0c424d","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"c3323a8ff3ff9f99","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3323a8ff3ff9f99","status":"passed","time":{"start":1728370149917,"stop":1728370149917,"duration":0}},{"uid":"6883b4764b799806","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6883b4764b799806","status":"passed","time":{"start":1728369248976,"stop":1728369248976,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"995e0d08ea0bb5fa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/995e0d08ea0bb5fa","status":"passed","time":{"start":1728379576342,"stop":1728379576343,"duration":1}},{"uid":"3527ad19a745721a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3527ad19a745721a","status":"passed","time":{"start":1728372230818,"stop":1728372230818,"duration":0}},{"uid":"b71413a6549eaeec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b71413a6549eaeec","status":"passed","time":{"start":1728370630212,"stop":1728370630212,"duration":0}},{"uid":"f3ee7f227ec19d16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3ee7f227ec19d16","status":"passed","time":{"start":1728369712263,"stop":1728369712263,"duration":0}}]},"e29c224e11ca796fee6ec1343021ac61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b7c21dd00e83222","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2b7c21dd00e83222","status":"passed","time":{"start":1728369675005,"stop":1728369675005,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5de3a27e172a7e0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5de3a27e172a7e0b","status":"passed","time":{"start":1728379182987,"stop":1728379182987,"duration":0}},{"uid":"3f247c9160cb5e93","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f247c9160cb5e93","status":"passed","time":{"start":1728371826964,"stop":1728371826964,"duration":0}},{"uid":"e87c5b3bd578773c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e87c5b3bd578773c","status":"passed","time":{"start":1728370174428,"stop":1728370174428,"duration":0}},{"uid":"e743c6b8711417c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e743c6b8711417c8","status":"passed","time":{"start":1728369273237,"stop":1728369273238,"duration":1}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3dcde3bbdba05a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3dcde3bbdba05a5d","status":"passed","time":{"start":1728379329165,"stop":1728379329166,"duration":1}},{"uid":"fdcbdddd981bce11","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fdcbdddd981bce11","status":"passed","time":{"start":1728371983980,"stop":1728371983980,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7bb207ea84b4dcaf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7bb207ea84b4dcaf","status":"passed","time":{"start":1728379366486,"stop":1728379366487,"duration":1}},{"uid":"5ce438ba37cf81f7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5ce438ba37cf81f7","status":"passed","time":{"start":1728371996023,"stop":1728371996023,"duration":0}},{"uid":"4edbe620b4b90649","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4edbe620b4b90649","status":"passed","time":{"start":1728370345139,"stop":1728370345139,"duration":0}},{"uid":"9da9f4e0d49d7b49","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9da9f4e0d49d7b49","status":"passed","time":{"start":1728369447290,"stop":1728369447290,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"190f2c885a9a36b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/190f2c885a9a36b6","status":"passed","time":{"start":1728379329168,"stop":1728379329169,"duration":1}},{"uid":"b8bcb52f0ff7fd5f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b8bcb52f0ff7fd5f","status":"passed","time":{"start":1728371983984,"stop":1728371983984,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"897a4c8dcb610f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/897a4c8dcb610f8","status":"passed","time":{"start":1728379192718,"stop":1728379192719,"duration":1}},{"uid":"8ac6f15f747e1b5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ac6f15f747e1b5a","status":"passed","time":{"start":1728371836845,"stop":1728371836845,"duration":0}},{"uid":"d996dd9b7ffb2113","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d996dd9b7ffb2113","status":"passed","time":{"start":1728370184429,"stop":1728370184429,"duration":0}},{"uid":"b15ee0ab7620943e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b15ee0ab7620943e","status":"passed","time":{"start":1728369283261,"stop":1728369283262,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93c5ab760ea82b18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/93c5ab760ea82b18","status":"passed","time":{"start":1728379460291,"stop":1728379460291,"duration":0}},{"uid":"e74d32ec58a20f5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e74d32ec58a20f5a","status":"passed","time":{"start":1728372105678,"stop":1728372105678,"duration":0}},{"uid":"f42898c6800ccf47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f42898c6800ccf47","status":"passed","time":{"start":1728370464157,"stop":1728370464157,"duration":0}},{"uid":"c200089cf97ff470","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c200089cf97ff470","status":"passed","time":{"start":1728369544875,"stop":1728369544875,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e60f6a8e0b3a0a7d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e60f6a8e0b3a0a7d","status":"passed","time":{"start":1728379366443,"stop":1728379366443,"duration":0}},{"uid":"a667e6a97b2fb481","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a667e6a97b2fb481","status":"passed","time":{"start":1728371995999,"stop":1728371995999,"duration":0}},{"uid":"f9b9008f6c62bf7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9b9008f6c62bf7","status":"passed","time":{"start":1728370345105,"stop":1728370345105,"duration":0}},{"uid":"ca0bcc242ddc8967","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca0bcc242ddc8967","status":"passed","time":{"start":1728369447284,"stop":1728369447285,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f5147e488cea6655","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f5147e488cea6655","status":"passed","time":{"start":1728379182284,"stop":1728379182284,"duration":0}},{"uid":"f0040c6c1816de2e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f0040c6c1816de2e","status":"passed","time":{"start":1728371826539,"stop":1728371826539,"duration":0}},{"uid":"1ee7f87bd18b7d97","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ee7f87bd18b7d97","status":"passed","time":{"start":1728370173924,"stop":1728370173925,"duration":1}},{"uid":"4cbb0e1eb9abdcf5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4cbb0e1eb9abdcf5","status":"passed","time":{"start":1728369272890,"stop":1728369272894,"duration":4}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a82ec69d7adc1e16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a82ec69d7adc1e16","status":"passed","time":{"start":1728379460286,"stop":1728379460286,"duration":0}},{"uid":"6e2c96e1f09d691a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e2c96e1f09d691a","status":"passed","time":{"start":1728372105674,"stop":1728372105675,"duration":1}},{"uid":"aa94288ed68e9a47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aa94288ed68e9a47","status":"passed","time":{"start":1728370464149,"stop":1728370464149,"duration":0}},{"uid":"3b48add3b5c2409f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b48add3b5c2409f","status":"passed","time":{"start":1728369544871,"stop":1728369544872,"duration":1}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2143406a0557e841","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2143406a0557e841","status":"passed","time":{"start":1728379329188,"stop":1728379329188,"duration":0}},{"uid":"d2e37e06fbc1ee6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d2e37e06fbc1ee6c","status":"passed","time":{"start":1728371984011,"stop":1728371984011,"duration":0}},{"uid":"18b65a49e08bbb9f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18b65a49e08bbb9f","status":"passed","time":{"start":1728370284370,"stop":1728370284370,"duration":0}},{"uid":"60f82c8483067e1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60f82c8483067e1b","status":"passed","time":{"start":1728369378914,"stop":1728369378914,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"d6e26c9b65febc3e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6e26c9b65febc3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460301,"stop":1728379460301,"duration":0}},{"uid":"ee9e2f98806321dc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee9e2f98806321dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105681,"stop":1728372105681,"duration":0}},{"uid":"69c2effaca0a4cf7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/69c2effaca0a4cf7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464167,"stop":1728370464168,"duration":1}},{"uid":"273effb5511c04c4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/273effb5511c04c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544878,"stop":1728369544878,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"8396bb483f5cdf53","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8396bb483f5cdf53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379518933,"stop":1728379518934,"duration":1}},{"uid":"f6b19c0b55249805","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f6b19c0b55249805","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"47d7d558c82c1bd4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47d7d558c82c1bd4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370547718,"stop":1728370547718,"duration":0}},{"uid":"8631055598a7f7c1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8631055598a7f7c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369640707,"stop":1728369640708,"duration":1}}]},"989f4deb90e641d7a6ada6dee3be87a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e1405b87ef3326f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e1405b87ef3326f","status":"passed","time":{"start":1728369675001,"stop":1728369675001,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ae29fc651047acd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ae29fc651047acd","status":"passed","time":{"start":1728379576341,"stop":1728379576341,"duration":0}},{"uid":"ed83b5fe9b7cbea3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed83b5fe9b7cbea3","status":"passed","time":{"start":1728372230817,"stop":1728372230817,"duration":0}},{"uid":"7de28a19fc7a70a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7de28a19fc7a70a1","status":"passed","time":{"start":1728370630210,"stop":1728370630210,"duration":0}},{"uid":"f48766e08828bc2a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f48766e08828bc2a","status":"passed","time":{"start":1728369712261,"stop":1728369712261,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d648b03eb0d697e2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d648b03eb0d697e2","status":"passed","time":{"start":1728379549661,"stop":1728379549661,"duration":0}},{"uid":"2d3d80d0d9882f26","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d3d80d0d9882f26","status":"passed","time":{"start":1728372195414,"stop":1728372195414,"duration":0}},{"uid":"e191eeaf6e9c2340","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e191eeaf6e9c2340","status":"passed","time":{"start":1728370555243,"stop":1728370555243,"duration":0}},{"uid":"c1ced1bb49f50025","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c1ced1bb49f50025","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"5fce79481120b79db737023b7abcbd96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63e5060e5d2de796","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/63e5060e5d2de796","status":"passed","time":{"start":1728369544874,"stop":1728369544875,"duration":1}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c75096e7a02bd509","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c75096e7a02bd509","status":"passed","time":{"start":1728379161478,"stop":1728379161479,"duration":1}},{"uid":"9cf97d5b14862880","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cf97d5b14862880","status":"passed","time":{"start":1728371805330,"stop":1728371805332,"duration":2}},{"uid":"485a8b21352a5486","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/485a8b21352a5486","status":"passed","time":{"start":1728370152475,"stop":1728370152476,"duration":1}},{"uid":"ea2a94cc4912ca63","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea2a94cc4912ca63","status":"passed","time":{"start":1728369251639,"stop":1728369251640,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24726efac0726398","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/24726efac0726398","status":"passed","time":{"start":1728379293451,"stop":1728379293452,"duration":1}},{"uid":"2b05c0ca7b2464f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b05c0ca7b2464f8","status":"passed","time":{"start":1728371932963,"stop":1728371932964,"duration":1}},{"uid":"4906919b6d2ec35d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4906919b6d2ec35d","status":"passed","time":{"start":1728370281705,"stop":1728370281705,"duration":0}},{"uid":"dec168ef95820afb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dec168ef95820afb","status":"passed","time":{"start":1728369376536,"stop":1728369376536,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bd5ab064a3a15ccf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd5ab064a3a15ccf","status":"passed","time":{"start":1728379161479,"stop":1728379161479,"duration":0}},{"uid":"e25eb7d7e1ab6eb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e25eb7d7e1ab6eb","status":"passed","time":{"start":1728371805332,"stop":1728371805332,"duration":0}},{"uid":"92d0639eceba20a7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/92d0639eceba20a7","status":"passed","time":{"start":1728370152476,"stop":1728370152476,"duration":0}},{"uid":"4c37d2f9e1bfb919","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c37d2f9e1bfb919","status":"passed","time":{"start":1728369251641,"stop":1728369251641,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"87de9bb48ff8ca07","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/87de9bb48ff8ca07","status":"passed","time":{"start":1728379515550,"stop":1728379515550,"duration":0}},{"uid":"53f3eb672d640a8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/53f3eb672d640a8c","status":"passed","time":{"start":1728372171293,"stop":1728372171293,"duration":0}},{"uid":"f0126fa5df23840d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f0126fa5df23840d","status":"passed","time":{"start":1728370522957,"stop":1728370522958,"duration":1}},{"uid":"a7e276bb15c70c0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a7e276bb15c70c0b","status":"passed","time":{"start":1728369622033,"stop":1728369622034,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8a9f1bb0a31a71ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8a9f1bb0a31a71ab","status":"passed","time":{"start":1728379549700,"stop":1728379549700,"duration":0}},{"uid":"3c98597feb63461f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3c98597feb63461f","status":"passed","time":{"start":1728372195436,"stop":1728372195437,"duration":1}},{"uid":"dd5f7452deaad3ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dd5f7452deaad3ec","status":"passed","time":{"start":1728370555260,"stop":1728370555260,"duration":0}},{"uid":"38bd432414257a3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38bd432414257a3c","status":"passed","time":{"start":1728369639856,"stop":1728369639856,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"66bcbefcc98725d4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66bcbefcc98725d4","status":"passed","time":{"start":1728379329403,"stop":1728379329403,"duration":0}},{"uid":"f441ff0c8434b5d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f441ff0c8434b5d1","status":"passed","time":{"start":1728371974003,"stop":1728371974003,"duration":0}},{"uid":"70d283b8e5987e47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70d283b8e5987e47","status":"passed","time":{"start":1728370320870,"stop":1728370320871,"duration":1}},{"uid":"c17ca70a4efe8c24","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c17ca70a4efe8c24","status":"passed","time":{"start":1728369420264,"stop":1728369420264,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcea819ab528f24c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcea819ab528f24c","status":"passed","time":{"start":1728379576114,"stop":1728379576115,"duration":1}},{"uid":"c614d19d3dacb8b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c614d19d3dacb8b","status":"passed","time":{"start":1728372231472,"stop":1728372231472,"duration":0}},{"uid":"b74385cf72cbf75c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b74385cf72cbf75c","status":"passed","time":{"start":1728370655525,"stop":1728370655525,"duration":0}},{"uid":"972e7e2919e2db23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/972e7e2919e2db23","status":"passed","time":{"start":1728369731926,"stop":1728369731926,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be0d6b6d50da0c9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be0d6b6d50da0c9d","status":"passed","time":{"start":1728379543300,"stop":1728379543300,"duration":0}},{"uid":"dd8c5511269c813b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dd8c5511269c813b","status":"passed","time":{"start":1728372192289,"stop":1728372192289,"duration":0}},{"uid":"de13c1bb42c43623","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de13c1bb42c43623","status":"passed","time":{"start":1728370579156,"stop":1728370579156,"duration":0}},{"uid":"a5c31f59b665a15c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5c31f59b665a15c","status":"passed","time":{"start":1728369664330,"stop":1728369664330,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbfd9ada60cd7e92","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cbfd9ada60cd7e92","status":"passed","time":{"start":1728379549689,"stop":1728379549690,"duration":1}},{"uid":"e4158eb79732cef2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e4158eb79732cef2","status":"passed","time":{"start":1728372195430,"stop":1728372195430,"duration":0}},{"uid":"83fa1538b293f319","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83fa1538b293f319","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"147def67bf027d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/147def67bf027d3","status":"passed","time":{"start":1728369639847,"stop":1728369639847,"duration":0}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fa6584a2742b52b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9fa6584a2742b52b","status":"passed","time":{"start":1728379159016,"stop":1728379159016,"duration":0}},{"uid":"7890637d0fdb767b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7890637d0fdb767b","status":"passed","time":{"start":1728371802901,"stop":1728371802902,"duration":1}},{"uid":"d54ed03336c71b00","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d54ed03336c71b00","status":"passed","time":{"start":1728370149935,"stop":1728370149935,"duration":0}},{"uid":"8b7606376cf2fc18","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8b7606376cf2fc18","status":"passed","time":{"start":1728369248990,"stop":1728369248990,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f97e83e82825eaa0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f97e83e82825eaa0","status":"passed","time":{"start":1728379350297,"stop":1728379350298,"duration":1}},{"uid":"2014d6b2d4dc74ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2014d6b2d4dc74ab","status":"passed","time":{"start":1728371998256,"stop":1728371998261,"duration":5}},{"uid":"9d1693a2c1ac15e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9d1693a2c1ac15e","status":"passed","time":{"start":1728370345942,"stop":1728370345942,"duration":0}},{"uid":"f592ed5f58399991","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f592ed5f58399991","status":"passed","time":{"start":1728369443731,"stop":1728369443737,"duration":6}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"40f41d9b5ea3d0f9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/40f41d9b5ea3d0f9","status":"passed","time":{"start":1728379549684,"stop":1728379549684,"duration":0}},{"uid":"57236d9508064db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57236d9508064db","status":"passed","time":{"start":1728372195424,"stop":1728372195424,"duration":0}},{"uid":"e0079636740ebeda","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e0079636740ebeda","status":"passed","time":{"start":1728370555251,"stop":1728370555251,"duration":0}},{"uid":"85bf29bf30faaec2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85bf29bf30faaec2","status":"passed","time":{"start":1728369639843,"stop":1728369639844,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e72d583a3e03a09","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e72d583a3e03a09","status":"passed","time":{"start":1728379493802,"stop":1728379493803,"duration":1}},{"uid":"f8c6a3f6fec1f43e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8c6a3f6fec1f43e","status":"passed","time":{"start":1728372140938,"stop":1728372140940,"duration":2}},{"uid":"2f7803683da7f84e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f7803683da7f84e","status":"passed","time":{"start":1728370524956,"stop":1728370524956,"duration":0}},{"uid":"df63fecbfdd99d80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/df63fecbfdd99d80","status":"passed","time":{"start":1728369630388,"stop":1728369630390,"duration":2}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5459d47e7f6d15b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5459d47e7f6d15b8","status":"passed","time":{"start":1728379576112,"stop":1728379576112,"duration":0}},{"uid":"5e5cb8ba2b1d8c86","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e5cb8ba2b1d8c86","status":"passed","time":{"start":1728372231470,"stop":1728372231470,"duration":0}},{"uid":"8f36c9eac5720b73","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8f36c9eac5720b73","status":"passed","time":{"start":1728370655523,"stop":1728370655523,"duration":0}},{"uid":"6173da58d2b95310","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6173da58d2b95310","status":"passed","time":{"start":1728369731924,"stop":1728369731924,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32d2887a43ce5174","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/32d2887a43ce5174","status":"passed","time":{"start":1728379565738,"stop":1728379565743,"duration":5}},{"uid":"e0e96d9ae504d975","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0e96d9ae504d975","status":"passed","time":{"start":1728372228765,"stop":1728372228765,"duration":0}},{"uid":"5d89ecc6691ec6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5d89ecc6691ec6a","status":"passed","time":{"start":1728370603980,"stop":1728370603981,"duration":1}},{"uid":"5a1f39e7caaa00a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5a1f39e7caaa00a7","status":"passed","time":{"start":1728369703131,"stop":1728369703131,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f21e0c29801923f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f21e0c29801923f7","status":"passed","time":{"start":1728379329183,"stop":1728379329184,"duration":1}},{"uid":"2293a01ba850e049","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2293a01ba850e049","status":"passed","time":{"start":1728371984008,"stop":1728371984009,"duration":1}},{"uid":"cb93fe208ea92138","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cb93fe208ea92138","status":"passed","time":{"start":1728370284363,"stop":1728370284364,"duration":1}},{"uid":"8a29b2d3bdd4c257","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a29b2d3bdd4c257","status":"passed","time":{"start":1728369378911,"stop":1728369378911,"duration":0}}]},"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56fd038797efdcdd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56fd038797efdcdd","status":"passed","time":{"start":1728379197136,"stop":1728379197136,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ded6d52b6381200","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ded6d52b6381200","status":"passed","time":{"start":1728379329398,"stop":1728379329398,"duration":0}},{"uid":"a044f11423a05c89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a044f11423a05c89","status":"passed","time":{"start":1728371973991,"stop":1728371973992,"duration":1}},{"uid":"3b5db82dd875166","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b5db82dd875166","status":"passed","time":{"start":1728370320865,"stop":1728370320865,"duration":0}},{"uid":"e2275ca7c87604e2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e2275ca7c87604e2","status":"passed","time":{"start":1728369420244,"stop":1728369420244,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ceded9d2abbcbd11","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ceded9d2abbcbd11","status":"passed","time":{"start":1728379440095,"stop":1728379440095,"duration":0}},{"uid":"45a001534482a8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/45a001534482a8e","status":"passed","time":{"start":1728372106163,"stop":1728372106164,"duration":1}},{"uid":"b2977a37d3f1654f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b2977a37d3f1654f","status":"passed","time":{"start":1728370467936,"stop":1728370467936,"duration":0}},{"uid":"f7dd830302f695fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7dd830302f695fb","status":"passed","time":{"start":1728369560302,"stop":1728369560303,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8fa2895bbddd3275","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8fa2895bbddd3275","status":"passed","time":{"start":1728379439872,"stop":1728379439872,"duration":0}},{"uid":"d0a525e33e5dcf30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0a525e33e5dcf30","status":"passed","time":{"start":1728372083108,"stop":1728372083109,"duration":1}},{"uid":"5ebc070a9186522c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ebc070a9186522c","status":"passed","time":{"start":1728370464874,"stop":1728370464875,"duration":1}},{"uid":"6a10953c0a32a8b1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6a10953c0a32a8b1","status":"passed","time":{"start":1728369559765,"stop":1728369559765,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7f70938beb73bce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7f70938beb73bce","status":"passed","time":{"start":1728379366435,"stop":1728379366439,"duration":4}},{"uid":"a98bd4c425f51d06","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a98bd4c425f51d06","status":"passed","time":{"start":1728371995989,"stop":1728371995989,"duration":0}},{"uid":"5e0672bc4f1ef758","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e0672bc4f1ef758","status":"passed","time":{"start":1728370345097,"stop":1728370345099,"duration":2}},{"uid":"b75ebaca78780b52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b75ebaca78780b52","status":"passed","time":{"start":1728369447282,"stop":1728369447283,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29adfe6520dbcceb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/29adfe6520dbcceb","status":"passed","time":{"start":1728379329175,"stop":1728379329175,"duration":0}},{"uid":"7b35dcdef59865cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b35dcdef59865cf","status":"passed","time":{"start":1728371984001,"stop":1728371984001,"duration":0}},{"uid":"a1ae3380ac7292a2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1ae3380ac7292a2","status":"passed","time":{"start":1728370284352,"stop":1728370284354,"duration":2}},{"uid":"5d8a243a1f10a00a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d8a243a1f10a00a","status":"passed","time":{"start":1728369378893,"stop":1728369378894,"duration":1}}]},"053bc3a82c786a649ac501600b44efd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b35c95017ff7476d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b35c95017ff7476d","status":"passed","time":{"start":1728370524962,"stop":1728370524962,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1ab5bab8882e67f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ab5bab8882e67f7","status":"passed","time":{"start":1728379167606,"stop":1728379167606,"duration":0}},{"uid":"ee28c82b5515d86e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee28c82b5515d86e","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"49326bd81428c38f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49326bd81428c38f","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"8db6772122852d1d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8db6772122852d1d","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"a77ccd0f0e2536866bec0d2ef6ed6b00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95655c8a5203d3c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95655c8a5203d3c3","status":"passed","time":{"start":1728369630401,"stop":1728369630402,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b41740d7fa363fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b41740d7fa363fd","status":"passed","time":{"start":1728379460265,"stop":1728379460268,"duration":3}},{"uid":"f4cbc76ba158e1df","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f4cbc76ba158e1df","status":"passed","time":{"start":1728372105664,"stop":1728372105665,"duration":1}},{"uid":"468c2ba825cd233d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/468c2ba825cd233d","status":"passed","time":{"start":1728370464128,"stop":1728370464129,"duration":1}},{"uid":"a68dd1be1cfd216d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a68dd1be1cfd216d","status":"passed","time":{"start":1728369544860,"stop":1728369544861,"duration":1}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51f4a4877b34dd64","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/51f4a4877b34dd64","status":"passed","time":{"start":1728379159018,"stop":1728379159018,"duration":0}},{"uid":"ef8a10d05935c848","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ef8a10d05935c848","status":"passed","time":{"start":1728371802903,"stop":1728371802904,"duration":1}},{"uid":"7f9fde44e5af0bf0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7f9fde44e5af0bf0","status":"passed","time":{"start":1728370149937,"stop":1728370149937,"duration":0}},{"uid":"fa6eb551f99ac3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fa6eb551f99ac3b","status":"passed","time":{"start":1728369248992,"stop":1728369248992,"duration":0}}]},"2abbc453cfaa88b4c369d4c502399410:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9867bc086a38817b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9867bc086a38817b","status":"passed","time":{"start":1728369663463,"stop":1728369663463,"duration":0}}]},"6eef9c6fad989e7a4fbc1d24c9f31d9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2ebeeb0974c114","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2ebeeb0974c114","status":"passed","time":{"start":1728370522978,"stop":1728370522979,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"801bbdaeb83216d6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/801bbdaeb83216d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460503,"stop":1728379460503,"duration":0}},{"uid":"2e6c5c40005ac208","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e6c5c40005ac208","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107863,"stop":1728372107863,"duration":0}},{"uid":"4d03cd78ad3edf5e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4d03cd78ad3edf5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488123,"stop":1728370488123,"duration":0}},{"uid":"f62d600a55606897","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f62d600a55606897","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591297,"stop":1728369591297,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f914f9b12b6b9065","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f914f9b12b6b9065","status":"passed","time":{"start":1728379543301,"stop":1728379543301,"duration":0}},{"uid":"58b28d79985048f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/58b28d79985048f0","status":"passed","time":{"start":1728372192290,"stop":1728372192290,"duration":0}},{"uid":"30fedd32a16d47c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30fedd32a16d47c1","status":"passed","time":{"start":1728370579157,"stop":1728370579158,"duration":1}},{"uid":"a8abb5068246ca92","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8abb5068246ca92","status":"passed","time":{"start":1728369664331,"stop":1728369664331,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96e0c72d0a1c5ca7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/96e0c72d0a1c5ca7","status":"passed","time":{"start":1728379329172,"stop":1728379329172,"duration":0}},{"uid":"74a952d44bfd904f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74a952d44bfd904f","status":"passed","time":{"start":1728371983994,"stop":1728371983994,"duration":0}},{"uid":"200c212f608d91a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/200c212f608d91a4","status":"passed","time":{"start":1728370284346,"stop":1728370284346,"duration":0}},{"uid":"f245963bb0fcf14e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f245963bb0fcf14e","status":"passed","time":{"start":1728369378879,"stop":1728369378879,"duration":0}}]},"07405123b5590e0077dfc236dc47a697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9df8e5e29d2d0441","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9df8e5e29d2d0441","status":"passed","time":{"start":1728379547121,"stop":1728379547121,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2cecb8bf07ae6f9a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2cecb8bf07ae6f9a","status":"passed","time":{"start":1728379460280,"stop":1728379460280,"duration":0}},{"uid":"f44ffd2ed7282e90","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f44ffd2ed7282e90","status":"passed","time":{"start":1728372105670,"stop":1728372105670,"duration":0}},{"uid":"27b64622672f277c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/27b64622672f277c","status":"passed","time":{"start":1728370464138,"stop":1728370464139,"duration":1}},{"uid":"b8b90e2706571aa2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b8b90e2706571aa2","status":"passed","time":{"start":1728369544866,"stop":1728369544866,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2e30d8eb9eb25c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2e30d8eb9eb25c0","status":"passed","time":{"start":1728379350296,"stop":1728379350297,"duration":1}},{"uid":"727799c1a804d79f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/727799c1a804d79f","status":"passed","time":{"start":1728371998251,"stop":1728371998252,"duration":1}},{"uid":"6b56a5f71bd9ac7c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b56a5f71bd9ac7c","status":"passed","time":{"start":1728370345941,"stop":1728370345941,"duration":0}},{"uid":"ef8dbc4352ad21c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ef8dbc4352ad21c","status":"passed","time":{"start":1728369443729,"stop":1728369443730,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"84b6b46300aecf98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84b6b46300aecf98","status":"passed","time":{"start":1728379560457,"stop":1728379560457,"duration":0}},{"uid":"26cd084bb1ed9644","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/26cd084bb1ed9644","status":"passed","time":{"start":1728372207703,"stop":1728372207707,"duration":4}},{"uid":"efd6cf71de3a8578","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efd6cf71de3a8578","status":"passed","time":{"start":1728370596500,"stop":1728370596501,"duration":1}},{"uid":"5576c9950c9db626","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5576c9950c9db626","status":"passed","time":{"start":1728369687974,"stop":1728369687974,"duration":0}}]},"24cc646830caa4c282c698b1593188bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c1002624ce8d56c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c1002624ce8d56c","status":"passed","time":{"start":1728372169986,"stop":1728372169986,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b631faaf5a23514","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b631faaf5a23514","status":"passed","time":{"start":1728379565736,"stop":1728379565736,"duration":0}},{"uid":"2593a8c42ea35fe4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2593a8c42ea35fe4","status":"passed","time":{"start":1728372228763,"stop":1728372228763,"duration":0}},{"uid":"feef1f51f4e05af1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/feef1f51f4e05af1","status":"passed","time":{"start":1728370603965,"stop":1728370603966,"duration":1}},{"uid":"b1db6ea90ed5ba52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1db6ea90ed5ba52","status":"passed","time":{"start":1728369703128,"stop":1728369703128,"duration":0}}]},"a0b394c3a0760c263343e7036ed73644:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43677c18cacf4292","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43677c18cacf4292","status":"passed","time":{"start":1728379547120,"stop":1728379547120,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"823dbe555d4cc2e8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/823dbe555d4cc2e8","status":"passed","time":{"start":1728379329398,"stop":1728379329399,"duration":1}},{"uid":"1f68a1b4cc411249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1f68a1b4cc411249","status":"passed","time":{"start":1728371973992,"stop":1728371973992,"duration":0}},{"uid":"b2ff95432c9a68e9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b2ff95432c9a68e9","status":"passed","time":{"start":1728370320865,"stop":1728370320866,"duration":1}},{"uid":"b3d6548dd827855c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3d6548dd827855c","status":"passed","time":{"start":1728369420244,"stop":1728369420244,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5b13a6bf8ba95544","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b13a6bf8ba95544","status":"passed","time":{"start":1728379493841,"stop":1728379493841,"duration":0}},{"uid":"693804a1dbdfbf32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/693804a1dbdfbf32","status":"passed","time":{"start":1728372140944,"stop":1728372140944,"duration":0}},{"uid":"1a910df86b7c7f26","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1a910df86b7c7f26","status":"passed","time":{"start":1728370524957,"stop":1728370524957,"duration":0}},{"uid":"d1131e8a0256a519","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d1131e8a0256a519","status":"passed","time":{"start":1728369630393,"stop":1728369630394,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"131ee2f7dfb44324","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/131ee2f7dfb44324","status":"passed","time":{"start":1728379549694,"stop":1728379549694,"duration":0}},{"uid":"8a4fe90493ec83e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8a4fe90493ec83e0","status":"passed","time":{"start":1728372195432,"stop":1728372195433,"duration":1}},{"uid":"d458a28087661511","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d458a28087661511","status":"passed","time":{"start":1728370555256,"stop":1728370555256,"duration":0}},{"uid":"aa3f5d2c11a5c19e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa3f5d2c11a5c19e","status":"passed","time":{"start":1728369639852,"stop":1728369639852,"duration":0}}]},"6f4d0bc88dd68dd9efa537700953fe18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68802b12b88c3b59","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68802b12b88c3b59","status":"passed","time":{"start":1728369675005,"stop":1728369675006,"duration":1}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d47f028717eba21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d47f028717eba21d","status":"passed","time":{"start":1728379460260,"stop":1728379460260,"duration":0}},{"uid":"bf76eadd63c47425","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bf76eadd63c47425","status":"passed","time":{"start":1728372105660,"stop":1728372105660,"duration":0}},{"uid":"4241e0e6cf8030cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4241e0e6cf8030cb","status":"passed","time":{"start":1728370464118,"stop":1728370464118,"duration":0}},{"uid":"1afc5535f5483af1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1afc5535f5483af1","status":"passed","time":{"start":1728369544854,"stop":1728369544855,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"3d25fcb4d02915a7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d25fcb4d02915a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379498094,"stop":1728379498095,"duration":1}},{"uid":"284b21a564fafb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/284b21a564fafb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372147557,"stop":1728372147558,"duration":1}},{"uid":"36c90ee97c6ff2f0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36c90ee97c6ff2f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370535012,"stop":1728370535018,"duration":6}},{"uid":"6a5af6a8b939e3bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6a5af6a8b939e3bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369636356,"stop":1728369636356,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ebee20c6113c94fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebee20c6113c94fd","status":"passed","time":{"start":1728379159012,"stop":1728379159012,"duration":0}},{"uid":"5254f88263b095dc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5254f88263b095dc","status":"passed","time":{"start":1728371802898,"stop":1728371802898,"duration":0}},{"uid":"185704a83484bea6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/185704a83484bea6","status":"passed","time":{"start":1728370149931,"stop":1728370149931,"duration":0}},{"uid":"49e10186e3717da4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/49e10186e3717da4","status":"passed","time":{"start":1728369248986,"stop":1728369248986,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"131f75e2eae57ea7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/131f75e2eae57ea7","status":"passed","time":{"start":1728379192717,"stop":1728379192717,"duration":0}},{"uid":"7b958c0e20ea60d7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b958c0e20ea60d7","status":"passed","time":{"start":1728371836844,"stop":1728371836844,"duration":0}},{"uid":"1477c06cc6a3b1ac","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1477c06cc6a3b1ac","status":"passed","time":{"start":1728370184427,"stop":1728370184428,"duration":1}},{"uid":"c26040160c15df09","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c26040160c15df09","status":"passed","time":{"start":1728369283260,"stop":1728369283261,"duration":1}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c1ba2b196f80b340","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c1ba2b196f80b340","status":"passed","time":{"start":1728379159014,"stop":1728379159014,"duration":0}},{"uid":"a6fecafa93c97543","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6fecafa93c97543","status":"passed","time":{"start":1728371802899,"stop":1728371802899,"duration":0}},{"uid":"36222d494d62f09b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36222d494d62f09b","status":"passed","time":{"start":1728370149933,"stop":1728370149933,"duration":0}},{"uid":"7a11e389898393b5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a11e389898393b5","status":"passed","time":{"start":1728369248987,"stop":1728369248988,"duration":1}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"16724fbd180856af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16724fbd180856af","status":"passed","time":{"start":1728379493842,"stop":1728379493842,"duration":0}},{"uid":"df98289024c593fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df98289024c593fc","status":"passed","time":{"start":1728372140944,"stop":1728372140945,"duration":1}},{"uid":"798bf9968ef3253c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/798bf9968ef3253c","status":"passed","time":{"start":1728370524958,"stop":1728370524958,"duration":0}},{"uid":"dd26ed4eaba9adee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dd26ed4eaba9adee","status":"passed","time":{"start":1728369630394,"stop":1728369630395,"duration":1}}]},"1a4c60a8b02fc5097213e3520417c486:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c821c02f6f0c0b11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c821c02f6f0c0b11","status":"passed","time":{"start":1728369622056,"stop":1728369622056,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30432061161736","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30432061161736","status":"passed","time":{"start":1728379222478,"stop":1728379222479,"duration":1}},{"uid":"184e5187bc53af89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/184e5187bc53af89","status":"passed","time":{"start":1728371864277,"stop":1728371864277,"duration":0}},{"uid":"121eb8f0f4a0485f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/121eb8f0f4a0485f","status":"passed","time":{"start":1728370211849,"stop":1728370211849,"duration":0}},{"uid":"f7e2bd2af0200da6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7e2bd2af0200da6","status":"passed","time":{"start":1728369311530,"stop":1728369311531,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"52bc73321a14323a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/52bc73321a14323a","status":"passed","time":{"start":1728379518934,"stop":1728379518934,"duration":0}},{"uid":"c53b4988208e233c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c53b4988208e233c","status":"passed","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"f94dfae829b27dcf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f94dfae829b27dcf","status":"passed","time":{"start":1728370547719,"stop":1728370547719,"duration":0}},{"uid":"501e1d1e788c1d43","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/501e1d1e788c1d43","status":"passed","time":{"start":1728369640708,"stop":1728369640710,"duration":2}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f24cc31edb684cc9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f24cc31edb684cc9","status":"passed","time":{"start":1728379550983,"stop":1728379550983,"duration":0}},{"uid":"8c132c032c4084ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8c132c032c4084ff","status":"passed","time":{"start":1728372211444,"stop":1728372211445,"duration":1}},{"uid":"6406cd8a0e0f8c96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6406cd8a0e0f8c96","status":"passed","time":{"start":1728370582328,"stop":1728370582328,"duration":0}},{"uid":"bca9f33d74f101d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bca9f33d74f101d9","status":"passed","time":{"start":1728369674240,"stop":1728369674240,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98a3e40d0974d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98a3e40d0974d8","status":"passed","time":{"start":1728379576340,"stop":1728379576340,"duration":0}},{"uid":"13ae9d0c6d8b0db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13ae9d0c6d8b0db","status":"passed","time":{"start":1728372230816,"stop":1728372230816,"duration":0}},{"uid":"f313119d06949217","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f313119d06949217","status":"passed","time":{"start":1728370630209,"stop":1728370630209,"duration":0}},{"uid":"b82d8b016e25b6ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b82d8b016e25b6ea","status":"passed","time":{"start":1728369712259,"stop":1728369712260,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c9a31c3fd7a4418","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c9a31c3fd7a4418","status":"passed","time":{"start":1728379460281,"stop":1728379460281,"duration":0}},{"uid":"6a8404116593a563","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6a8404116593a563","status":"passed","time":{"start":1728372105671,"stop":1728372105671,"duration":0}},{"uid":"6860dc2b5e100a9d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6860dc2b5e100a9d","status":"passed","time":{"start":1728370464139,"stop":1728370464140,"duration":1}},{"uid":"159fb8f8075241dd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/159fb8f8075241dd","status":"passed","time":{"start":1728369544867,"stop":1728369544867,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1902796090a63ae0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1902796090a63ae0","status":"passed","time":{"start":1728379159029,"stop":1728379159029,"duration":0}},{"uid":"b4081a38906101fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4081a38906101fa","status":"passed","time":{"start":1728371802912,"stop":1728371802912,"duration":0}},{"uid":"7f0b132275b2902e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7f0b132275b2902e","status":"passed","time":{"start":1728370149947,"stop":1728370149947,"duration":0}},{"uid":"b6985fe7a0089820","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6985fe7a0089820","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"273b0f5e3385a73a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/273b0f5e3385a73a","status":"passed","time":{"start":1728379498093,"stop":1728379498093,"duration":0}},{"uid":"e5f7be6bf2ed5b62","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e5f7be6bf2ed5b62","status":"passed","time":{"start":1728372147552,"stop":1728372147553,"duration":1}},{"uid":"c192ceba0598a655","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c192ceba0598a655","status":"passed","time":{"start":1728370535011,"stop":1728370535011,"duration":0}},{"uid":"2d8353aa37a2ce92","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2d8353aa37a2ce92","status":"passed","time":{"start":1728369636355,"stop":1728369636355,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b9ffaea52187c24d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9ffaea52187c24d","status":"passed","time":{"start":1728379263325,"stop":1728379263331,"duration":6}},{"uid":"3246014eec90e4b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3246014eec90e4b5","status":"passed","time":{"start":1728371908006,"stop":1728371908006,"duration":0}},{"uid":"87aae8e643ed0800","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87aae8e643ed0800","status":"passed","time":{"start":1728370252053,"stop":1728370252053,"duration":0}},{"uid":"bcb2d2360cd89daa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb2d2360cd89daa","status":"passed","time":{"start":1728369354741,"stop":1728369354742,"duration":1}}]},"123136e1c9b3c8ebdfbde444cdfb1232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c80a677154eed0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f0c80a677154eed0","status":"passed","time":{"start":1728370487885,"stop":1728370487886,"duration":1}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98d59f26afced515","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98d59f26afced515","status":"passed","time":{"start":1728379159017,"stop":1728379159018,"duration":1}},{"uid":"44010da886ca24cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44010da886ca24cf","status":"passed","time":{"start":1728371802903,"stop":1728371802903,"duration":0}},{"uid":"e3d4b5be3f402b74","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e3d4b5be3f402b74","status":"passed","time":{"start":1728370149936,"stop":1728370149937,"duration":1}},{"uid":"8e5258662610904","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8e5258662610904","status":"passed","time":{"start":1728369248991,"stop":1728369248991,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"469c43c343cba4d2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/469c43c343cba4d2","status":"passed","time":{"start":1728379460284,"stop":1728379460285,"duration":1}},{"uid":"a8a0fb1f9e3e0f9f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8a0fb1f9e3e0f9f","status":"passed","time":{"start":1728372105673,"stop":1728372105673,"duration":0}},{"uid":"bce394fd2426a9f7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bce394fd2426a9f7","status":"passed","time":{"start":1728370464146,"stop":1728370464148,"duration":2}},{"uid":"9dd131ced7670e77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9dd131ced7670e77","status":"passed","time":{"start":1728369544869,"stop":1728369544869,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7202190ff0a1a80","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f7202190ff0a1a80","status":"passed","time":{"start":1728379460272,"stop":1728379460272,"duration":0}},{"uid":"138b5a83f37f6fec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/138b5a83f37f6fec","status":"passed","time":{"start":1728372105666,"stop":1728372105667,"duration":1}},{"uid":"feb83033ca1490fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/feb83033ca1490fd","status":"passed","time":{"start":1728370464132,"stop":1728370464132,"duration":0}},{"uid":"39e370475be27a0c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/39e370475be27a0c","status":"passed","time":{"start":1728369544862,"stop":1728369544863,"duration":1}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7416bbbff88f5a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7416bbbff88f5a5f","status":"passed","time":{"start":1728379282311,"stop":1728379282311,"duration":0}},{"uid":"2be983062b0a1a51","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2be983062b0a1a51","status":"passed","time":{"start":1728371925984,"stop":1728371925985,"duration":1}},{"uid":"9addb9b028af3edd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9addb9b028af3edd","status":"passed","time":{"start":1728370273957,"stop":1728370273958,"duration":1}},{"uid":"38e5c5507f5bfa03","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38e5c5507f5bfa03","status":"passed","time":{"start":1728369370045,"stop":1728369370045,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"155c07bf48420ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/155c07bf48420ce","status":"passed","time":{"start":1728379255029,"stop":1728379255029,"duration":0}},{"uid":"40d376ebd054b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/40d376ebd054b1","status":"passed","time":{"start":1728371896753,"stop":1728371896754,"duration":1}},{"uid":"1f108dd64eafac1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1f108dd64eafac1b","status":"passed","time":{"start":1728370245293,"stop":1728370245293,"duration":0}},{"uid":"ba822f35d9897f66","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ba822f35d9897f66","status":"passed","time":{"start":1728369344213,"stop":1728369344214,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a8c0b369f3929a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a8c0b369f3929a5d","status":"passed","time":{"start":1728379167597,"stop":1728379167597,"duration":0}},{"uid":"f870ac372fe78c36","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f870ac372fe78c36","status":"passed","time":{"start":1728371811377,"stop":1728371811378,"duration":1}},{"uid":"49af3ac281f63552","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49af3ac281f63552","status":"passed","time":{"start":1728370158839,"stop":1728370158839,"duration":0}},{"uid":"bde2f26fded3ffbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bde2f26fded3ffbe","status":"passed","time":{"start":1728369257778,"stop":1728369257778,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1871a0b6b815ea89","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1871a0b6b815ea89","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"d4947d50dbef2737","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d4947d50dbef2737","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"635c23c1fa9d259","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/635c23c1fa9d259","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"11cfdf0a03db94d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/11cfdf0a03db94d0","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98b53329b724df83","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98b53329b724df83","status":"passed","time":{"start":1728379515547,"stop":1728379515547,"duration":0}},{"uid":"994c3eca36428b7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/994c3eca36428b7d","status":"passed","time":{"start":1728372171293,"stop":1728372171293,"duration":0}},{"uid":"bfbc5aa367e54aec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfbc5aa367e54aec","status":"passed","time":{"start":1728370522957,"stop":1728370522957,"duration":0}},{"uid":"802886f385c8565f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/802886f385c8565f","status":"passed","time":{"start":1728369622033,"stop":1728369622033,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9082a9647a68414b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9082a9647a68414b","status":"passed","time":{"start":1728379366456,"stop":1728379366459,"duration":3}},{"uid":"562f55e2bcd20c00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/562f55e2bcd20c00","status":"passed","time":{"start":1728371995999,"stop":1728371996000,"duration":1}},{"uid":"bea8a3a9fabe6e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bea8a3a9fabe6e8","status":"passed","time":{"start":1728370345105,"stop":1728370345115,"duration":10}},{"uid":"1155da9de5fbc35d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1155da9de5fbc35d","status":"passed","time":{"start":1728369447285,"stop":1728369447285,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65828254c3b5fa42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65828254c3b5fa42","status":"passed","time":{"start":1728379543299,"stop":1728379543300,"duration":1}},{"uid":"bbe771fd74e1b579","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bbe771fd74e1b579","status":"passed","time":{"start":1728372192289,"stop":1728372192289,"duration":0}},{"uid":"70c8a97557b26d27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70c8a97557b26d27","status":"passed","time":{"start":1728370579154,"stop":1728370579155,"duration":1}},{"uid":"9bc70f4d64018c8f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bc70f4d64018c8f","status":"passed","time":{"start":1728369664330,"stop":1728369664330,"duration":0}}]},"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"3b889a322017114e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b889a322017114e","status":"passed","time":{"start":1728379419687,"stop":1728379419688,"duration":1}},{"uid":"2cfbff580ed1e50c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cfbff580ed1e50c","status":"passed","time":{"start":1728372107445,"stop":1728372107448,"duration":3}},{"uid":"38eb58467c8508c6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/38eb58467c8508c6","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626990,"stop":1728370626990,"duration":0}},{"uid":"a1878794752571c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1878794752571c0","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728518,"stop":1728369728518,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"5b013ba72c2d0f4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b013ba72c2d0f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379182991,"stop":1728379182991,"duration":0}},{"uid":"7a293cbff96ae950","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a293cbff96ae950","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371826969,"stop":1728371826969,"duration":0}},{"uid":"52ee0cbe89da506a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52ee0cbe89da506a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370174432,"stop":1728370174432,"duration":0}},{"uid":"3ff9376342c116ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ff9376342c116ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369273241,"stop":1728369273241,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a12be76bb7c56ec7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a12be76bb7c56ec7","status":"passed","time":{"start":1728379366487,"stop":1728379366489,"duration":2}},{"uid":"f6144b64d8ab6c77","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f6144b64d8ab6c77","status":"passed","time":{"start":1728371996023,"stop":1728371996024,"duration":1}},{"uid":"795bae1337d51589","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/795bae1337d51589","status":"passed","time":{"start":1728370345139,"stop":1728370345140,"duration":1}},{"uid":"67cfd28b41ba446a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/67cfd28b41ba446a","status":"passed","time":{"start":1728369447291,"stop":1728369447291,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e677edf6a6f1729","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8e677edf6a6f1729","status":"passed","time":{"start":1728379493843,"stop":1728379493843,"duration":0}},{"uid":"d0be129218d60f6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0be129218d60f6","status":"passed","time":{"start":1728372140946,"stop":1728372140947,"duration":1}},{"uid":"ed54487ba87df65c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed54487ba87df65c","status":"passed","time":{"start":1728370524959,"stop":1728370524959,"duration":0}},{"uid":"1dc9aa1531fbd35d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1dc9aa1531fbd35d","status":"passed","time":{"start":1728369630396,"stop":1728369630397,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eaaa01527a930d9c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eaaa01527a930d9c","status":"passed","time":{"start":1728379493802,"stop":1728379493802,"duration":0}},{"uid":"9d75aa969542dd37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d75aa969542dd37","status":"passed","time":{"start":1728372140935,"stop":1728372140935,"duration":0}},{"uid":"ab28b6e46e276932","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab28b6e46e276932","status":"passed","time":{"start":1728370524954,"stop":1728370524955,"duration":1}},{"uid":"9bc1ae196e853cf1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bc1ae196e853cf1","status":"passed","time":{"start":1728369630386,"stop":1728369630387,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"b9999681ff40cc40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9999681ff40cc40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379493887,"stop":1728379493887,"duration":0}},{"uid":"5b19c4b713e72c11","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b19c4b713e72c11","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372140968,"stop":1728372140969,"duration":1}},{"uid":"6426189563d62ba6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6426189563d62ba6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370524968,"stop":1728370524968,"duration":0}},{"uid":"6acf0131904f81c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6acf0131904f81c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369630404,"stop":1728369630405,"duration":1}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cac3120365209437","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cac3120365209437","status":"passed","time":{"start":1728379549660,"stop":1728379549660,"duration":0}},{"uid":"565f5e0bb21965cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/565f5e0bb21965cd","status":"passed","time":{"start":1728372195413,"stop":1728372195413,"duration":0}},{"uid":"32fa8c61be3e432f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/32fa8c61be3e432f","status":"passed","time":{"start":1728370555240,"stop":1728370555241,"duration":1}},{"uid":"ad662cf6c5540756","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad662cf6c5540756","status":"passed","time":{"start":1728369639831,"stop":1728369639831,"duration":0}}]},"357493a7f480381988c590edfcdb1985:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80398f480ba4df0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/80398f480ba4df0","status":"passed","time":{"start":1728371973994,"stop":1728371973994,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"602694a49b2783e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/602694a49b2783e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460276,"stop":1728379460277,"duration":1}},{"uid":"fffe2590efc061ba","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fffe2590efc061ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105669,"stop":1728372105669,"duration":0}},{"uid":"2f3f766a4dfb04de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f3f766a4dfb04de","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464135,"stop":1728370464136,"duration":1}},{"uid":"6d7ec31bca0a6c5e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d7ec31bca0a6c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544865,"stop":1728369544865,"duration":0}}]},"faeab4aca26ed98a992468e561e80976:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3edbf0923150a1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3edbf0923150a1f","status":"passed","time":{"start":1728370524962,"stop":1728370524962,"duration":0}}]},"12bd88bf2d760b9ea9bbd211c9be8f71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e6318b297ba1c1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1e6318b297ba1c1","status":"passed","time":{"start":1728372134578,"stop":1728372134579,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d507094e61160d19","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d507094e61160d19","status":"passed","time":{"start":1728379167598,"stop":1728379167599,"duration":1}},{"uid":"5e4052db096c6a32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e4052db096c6a32","status":"passed","time":{"start":1728371811379,"stop":1728371811380,"duration":1}},{"uid":"13634b57eb0faac7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/13634b57eb0faac7","status":"passed","time":{"start":1728370158841,"stop":1728370158841,"duration":0}},{"uid":"857812d75b6edb68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/857812d75b6edb68","status":"passed","time":{"start":1728369257780,"stop":1728369257780,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":3,"unknown":0,"total":4},"items":[{"uid":"3b17f926a4c17f7e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b17f926a4c17f7e","status":"broken","statusDetails":"Timeout of 5000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728379607036,"stop":1728379607036,"duration":0}},{"uid":"c96c5418f3a83e0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c96c5418f3a83e0a","status":"passed","time":{"start":1728372238121,"stop":1728372238121,"duration":0}},{"uid":"99b27801dac55178","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99b27801dac55178","status":"passed","time":{"start":1728370630365,"stop":1728370630365,"duration":0}},{"uid":"65eab09df72ce6ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/65eab09df72ce6ae","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa7720aded06d5a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa7720aded06d5a","status":"passed","time":{"start":1728379549701,"stop":1728379549701,"duration":0}},{"uid":"9b416d9b953e260f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b416d9b953e260f","status":"passed","time":{"start":1728372195438,"stop":1728372195438,"duration":0}},{"uid":"5acc936bf817b2ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5acc936bf817b2ca","status":"passed","time":{"start":1728370555261,"stop":1728370555261,"duration":0}},{"uid":"c953ab34f90d5e76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c953ab34f90d5e76","status":"passed","time":{"start":1728369639857,"stop":1728369639857,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ad821990ad936ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3ad821990ad936ce","status":"passed","time":{"start":1728379482971,"stop":1728379482971,"duration":0}},{"uid":"9076bf5aa4083137","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9076bf5aa4083137","status":"passed","time":{"start":1728372134579,"stop":1728372134579,"duration":0}},{"uid":"e7b090b4d0a533a0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e7b090b4d0a533a0","status":"passed","time":{"start":1728370487887,"stop":1728370487887,"duration":0}},{"uid":"1456df0546f5427e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1456df0546f5427e","status":"passed","time":{"start":1728369590812,"stop":1728369590812,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2228b941ac26d88c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2228b941ac26d88c","status":"passed","time":{"start":1728379167037,"stop":1728379167037,"duration":0}},{"uid":"64db8af5415150cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64db8af5415150cc","status":"passed","time":{"start":1728371810701,"stop":1728371810702,"duration":1}},{"uid":"8d30655a8094a01e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d30655a8094a01e","status":"passed","time":{"start":1728370158138,"stop":1728370158139,"duration":1}},{"uid":"f3900e708fc79fbc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3900e708fc79fbc","status":"passed","time":{"start":1728369257198,"stop":1728369257199,"duration":1}}]},"8b0465525fd4c248eb799072a0c2e154:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be17d4410fe983e7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be17d4410fe983e7","status":"passed","time":{"start":1728372140954,"stop":1728372140955,"duration":1}}]},"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"d5d62b5153d5f83b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d5d62b5153d5f83b","status":"passed","time":{"start":1728379419671,"stop":1728379419673,"duration":2}},{"uid":"404927d942e39bac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/404927d942e39bac","status":"passed","time":{"start":1728372107435,"stop":1728372107436,"duration":1}},{"uid":"f9383ab17341afad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9383ab17341afad","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626980,"stop":1728370626980,"duration":0}},{"uid":"b18e313c934a63fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b18e313c934a63fb","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728510,"stop":1728369728510,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d9808130237d65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d9808130237d65","status":"passed","time":{"start":1728379329170,"stop":1728379329170,"duration":0}},{"uid":"5b44a829d1a0ce9e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b44a829d1a0ce9e","status":"passed","time":{"start":1728371983992,"stop":1728371983993,"duration":1}},{"uid":"f83fd33e11619ec8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f83fd33e11619ec8","status":"passed","time":{"start":1728370284345,"stop":1728370284345,"duration":0}},{"uid":"342027fa7e6ec2a9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/342027fa7e6ec2a9","status":"passed","time":{"start":1728369378878,"stop":1728369378878,"duration":0}}]},"5cda2b20a99eddfcf9085a020882d8eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"382db5c24857c45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/382db5c24857c45","status":"passed","time":{"start":1728370487886,"stop":1728370487886,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d9ae0a2017acf5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d9ae0a2017acf5d","status":"passed","time":{"start":1728379263250,"stop":1728379263250,"duration":0}},{"uid":"22e4eb1ddb7c26a8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/22e4eb1ddb7c26a8","status":"passed","time":{"start":1728371902713,"stop":1728371902713,"duration":0}},{"uid":"f267e7889b0ed42a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f267e7889b0ed42a","status":"passed","time":{"start":1728370254631,"stop":1728370254631,"duration":0}},{"uid":"f6f22fb16dd9d33b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6f22fb16dd9d33b","status":"passed","time":{"start":1728369347760,"stop":1728369347760,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d494e2a3f5c1511a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d494e2a3f5c1511a","status":"passed","time":{"start":1728379549696,"stop":1728379549697,"duration":1}},{"uid":"e4aa5d6377a42357","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e4aa5d6377a42357","status":"passed","time":{"start":1728372195433,"stop":1728372195433,"duration":0}},{"uid":"744f731b7ab3dbd3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/744f731b7ab3dbd3","status":"passed","time":{"start":1728370555257,"stop":1728370555257,"duration":0}},{"uid":"4a42bf7e5067f108","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a42bf7e5067f108","status":"passed","time":{"start":1728369639852,"stop":1728369639853,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a1b07be57240f423","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1b07be57240f423","status":"passed","time":{"start":1728379182274,"stop":1728379182282,"duration":8}},{"uid":"b4920bf386854909","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4920bf386854909","status":"passed","time":{"start":1728371826534,"stop":1728371826534,"duration":0}},{"uid":"3506e92554950cd3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3506e92554950cd3","status":"passed","time":{"start":1728370173922,"stop":1728370173923,"duration":1}},{"uid":"cb8bca002c69efad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb8bca002c69efad","status":"passed","time":{"start":1728369272888,"stop":1728369272889,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ff84267c749ff42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ff84267c749ff42","status":"passed","time":{"start":1728379498105,"stop":1728379498105,"duration":0}},{"uid":"2f7087c7583b27f2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2f7087c7583b27f2","status":"passed","time":{"start":1728372147569,"stop":1728372147570,"duration":1}},{"uid":"d9d1d83e9f14544a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9d1d83e9f14544a","status":"passed","time":{"start":1728370535036,"stop":1728370535036,"duration":0}},{"uid":"bcb7c63acd043de5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb7c63acd043de5","status":"passed","time":{"start":1728369636380,"stop":1728369636380,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2275fe679cb19a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2275fe679cb19a5f","status":"passed","time":{"start":1728379182985,"stop":1728379182986,"duration":1}},{"uid":"c472e379342232d4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c472e379342232d4","status":"passed","time":{"start":1728371826963,"stop":1728371826964,"duration":1}},{"uid":"2aa7638b0f30ea96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2aa7638b0f30ea96","status":"passed","time":{"start":1728370174427,"stop":1728370174428,"duration":1}},{"uid":"b4a48dc40bec8a93","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b4a48dc40bec8a93","status":"passed","time":{"start":1728369273236,"stop":1728369273237,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1851060716acd6b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1851060716acd6b5","status":"passed","time":{"start":1728379515559,"stop":1728379515559,"duration":0}},{"uid":"75d40229e0cdcbf5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75d40229e0cdcbf5","status":"passed","time":{"start":1728372171310,"stop":1728372171310,"duration":0}},{"uid":"b87de4930a4a4f02","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b87de4930a4a4f02","status":"passed","time":{"start":1728370522973,"stop":1728370522973,"duration":0}},{"uid":"ae3449c091c3384c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ae3449c091c3384c","status":"passed","time":{"start":1728369622051,"stop":1728369622051,"duration":0}}]},"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"22a39cd474e52afb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22a39cd474e52afb","status":"passed","time":{"start":1728379419659,"stop":1728379419660,"duration":1}},{"uid":"edd9ef6ef5440273","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/edd9ef6ef5440273","status":"passed","time":{"start":1728372107430,"stop":1728372107432,"duration":2}},{"uid":"40bb39fb1c0f9434","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/40bb39fb1c0f9434","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626978,"stop":1728370626978,"duration":0}},{"uid":"d6b752f03ae8504a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d6b752f03ae8504a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728508,"stop":1728369728509,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b8d44f1240a96ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8d44f1240a96ea","status":"passed","time":{"start":1728379549630,"stop":1728379549630,"duration":0}},{"uid":"77c3ee456b8e03cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77c3ee456b8e03cc","status":"passed","time":{"start":1728372195404,"stop":1728372195404,"duration":0}},{"uid":"90ba6e2442e3ca19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90ba6e2442e3ca19","status":"passed","time":{"start":1728370555235,"stop":1728370555235,"duration":0}},{"uid":"3cfa1f24b97ef31d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3cfa1f24b97ef31d","status":"passed","time":{"start":1728369639821,"stop":1728369639822,"duration":1}}]},"04570d97fe0b81c1ffde92938f59d347:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cbe6632db904855","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3cbe6632db904855","status":"passed","time":{"start":1728370581676,"stop":1728370581676,"duration":0}}]},"a4565e18260710036da81d2c6812dc8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fb06ae05b6209d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6fb06ae05b6209d2","status":"passed","time":{"start":1728370464156,"stop":1728370464156,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f07396d7e6d9f55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f07396d7e6d9f55","status":"passed","time":{"start":1728379498106,"stop":1728379498107,"duration":1}},{"uid":"2f4c4445a8e4d421","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2f4c4445a8e4d421","status":"passed","time":{"start":1728372147571,"stop":1728372147579,"duration":8}},{"uid":"a06ce25deeeec332","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a06ce25deeeec332","status":"passed","time":{"start":1728370535037,"stop":1728370535038,"duration":1}},{"uid":"5159346f1e9bf360","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5159346f1e9bf360","status":"passed","time":{"start":1728369636383,"stop":1728369636384,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11ab48139fe20069","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/11ab48139fe20069","status":"passed","time":{"start":1728379366467,"stop":1728379366468,"duration":1}},{"uid":"9dc911a266993d01","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9dc911a266993d01","status":"passed","time":{"start":1728371996006,"stop":1728371996007,"duration":1}},{"uid":"8ad29fc10791c367","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ad29fc10791c367","status":"passed","time":{"start":1728370345125,"stop":1728370345126,"duration":1}},{"uid":"24ad234c2158e0ed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/24ad234c2158e0ed","status":"passed","time":{"start":1728369447287,"stop":1728369447287,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36a9ccd09b27c662","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/36a9ccd09b27c662","status":"passed","time":{"start":1728379186755,"stop":1728379186755,"duration":0}},{"uid":"a9814094976dc17f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a9814094976dc17f","status":"passed","time":{"start":1728371830871,"stop":1728371830872,"duration":1}},{"uid":"e471ba1b3537291","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e471ba1b3537291","status":"passed","time":{"start":1728370178237,"stop":1728370178238,"duration":1}},{"uid":"ed1058da4541e86a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ed1058da4541e86a","status":"passed","time":{"start":1728369277108,"stop":1728369277108,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e30eb123b46101cc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e30eb123b46101cc","status":"passed","time":{"start":1728379175034,"stop":1728379175034,"duration":0}},{"uid":"dbfeb627080e00c0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dbfeb627080e00c0","status":"passed","time":{"start":1728371819026,"stop":1728371819027,"duration":1}},{"uid":"b19c9444ccc70695","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b19c9444ccc70695","status":"passed","time":{"start":1728370166483,"stop":1728370166484,"duration":1}},{"uid":"5c1e35101221a8e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c1e35101221a8e1","status":"passed","time":{"start":1728369265266,"stop":1728369265266,"duration":0}}]},"8344b4e4f941bcf85f9b85a406a3fa56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a9a6b18f20ab500","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a9a6b18f20ab500","status":"passed","time":{"start":1728370557099,"stop":1728370557100,"duration":1}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22e1bfe7a50828b0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22e1bfe7a50828b0","status":"passed","time":{"start":1728379484787,"stop":1728379484787,"duration":0}},{"uid":"fbbcd906ffec7658","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbbcd906ffec7658","status":"passed","time":{"start":1728372130484,"stop":1728372130485,"duration":1}},{"uid":"9a7ebeefb6eb266","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a7ebeefb6eb266","status":"passed","time":{"start":1728370516480,"stop":1728370516481,"duration":1}},{"uid":"2b3b3892f54f0f37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2b3b3892f54f0f37","status":"passed","time":{"start":1728369620714,"stop":1728369620715,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7d59ed9934500fc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7d59ed9934500fc0","status":"passed","time":{"start":1728379549629,"stop":1728379549629,"duration":0}},{"uid":"23fbac575a617f87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/23fbac575a617f87","status":"passed","time":{"start":1728372195403,"stop":1728372195403,"duration":0}},{"uid":"a81c0681ec8597b0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a81c0681ec8597b0","status":"passed","time":{"start":1728370555234,"stop":1728370555234,"duration":0}},{"uid":"cbbdef15b55138af","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbbdef15b55138af","status":"passed","time":{"start":1728369639818,"stop":1728369639819,"duration":1}}]},"2c28c7bc164d2fdc035c42f276161165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5cf564f2da49a6f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f5cf564f2da49a6f","status":"passed","time":{"start":1728369675006,"stop":1728369675006,"duration":0}}]},"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30b17463b0b91a6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30b17463b0b91a6c","status":"passed","time":{"start":1728379173695,"stop":1728379173701,"duration":6}},{"uid":"e099f107e6ca9786","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e099f107e6ca9786","status":"passed","time":{"start":1728371818072,"stop":1728371818072,"duration":0}},{"uid":"f5a8c5920ffff021","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5a8c5920ffff021","status":"passed","time":{"start":1728370165701,"stop":1728370165702,"duration":1}},{"uid":"c86756717d9ef2cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c86756717d9ef2cb","status":"passed","time":{"start":1728369264721,"stop":1728369264722,"duration":1}}]},"84a023e114ec1a6762edd860ccd3c747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7b19876800f498","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a7b19876800f498","status":"passed","time":{"start":1728369622055,"stop":1728369622055,"duration":0}}]},"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f44baba7b0d61719","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f44baba7b0d61719","status":"passed","time":{"start":1728379174829,"stop":1728379174829,"duration":0}},{"uid":"7260358bdb687f0d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7260358bdb687f0d","status":"passed","time":{"start":1728371818434,"stop":1728371818435,"duration":1}},{"uid":"7b29bb0b0768d18c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b29bb0b0768d18c","status":"passed","time":{"start":1728370166078,"stop":1728370166078,"duration":0}},{"uid":"181206bcd9f2ca27","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/181206bcd9f2ca27","status":"passed","time":{"start":1728369265063,"stop":1728369265063,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3026a90864375bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3026a90864375bd","status":"passed","time":{"start":1728379329399,"stop":1728379329399,"duration":0}},{"uid":"edf563f3591b2c81","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/edf563f3591b2c81","status":"passed","time":{"start":1728371973993,"stop":1728371973993,"duration":0}},{"uid":"3248c9188931c275","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3248c9188931c275","status":"passed","time":{"start":1728370320866,"stop":1728370320866,"duration":0}},{"uid":"d462bb251ada8c5d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d462bb251ada8c5d","status":"passed","time":{"start":1728369420245,"stop":1728369420247,"duration":2}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bce5c8a56ba1c390","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bce5c8a56ba1c390","status":"passed","time":{"start":1728379482971,"stop":1728379482975,"duration":4}},{"uid":"de18f7e0677f4983","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/de18f7e0677f4983","status":"passed","time":{"start":1728372134579,"stop":1728372134581,"duration":2}},{"uid":"d9770b16904f3d09","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9770b16904f3d09","status":"passed","time":{"start":1728370487887,"stop":1728370487888,"duration":1}},{"uid":"8bf80f2c5067370b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8bf80f2c5067370b","status":"passed","time":{"start":1728369590813,"stop":1728369590813,"duration":0}}]},"84a2a8278571fa9229204c5b49612f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"1a88da226ebe82a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1a88da226ebe82a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370362611,"stop":1728370362611,"duration":0}},{"uid":"57c1c72bef898fc1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57c1c72bef898fc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369464842,"stop":1728369464842,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b8c7c45dcf6a226c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8c7c45dcf6a226c","status":"passed","time":{"start":1728379224168,"stop":1728379224169,"duration":1}},{"uid":"528edad609fcb4fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/528edad609fcb4fc","status":"passed","time":{"start":1728371870693,"stop":1728371870693,"duration":0}},{"uid":"1c0405f9889a6ea2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c0405f9889a6ea2","status":"passed","time":{"start":1728370215350,"stop":1728370215353,"duration":3}},{"uid":"5e49642a39a1d7d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5e49642a39a1d7d8","status":"passed","time":{"start":1728369314832,"stop":1728369314832,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d43e685f8a3dd9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d43e685f8a3dd9d","status":"passed","time":{"start":1728379222478,"stop":1728379222478,"duration":0}},{"uid":"2ba6cb5315d53915","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ba6cb5315d53915","status":"passed","time":{"start":1728371864276,"stop":1728371864277,"duration":1}},{"uid":"72e6442d827dce0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72e6442d827dce0d","status":"passed","time":{"start":1728370211849,"stop":1728370211849,"duration":0}},{"uid":"dc554ccbb2770fa5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc554ccbb2770fa5","status":"passed","time":{"start":1728369311530,"stop":1728369311530,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"af0e8678134de3af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/af0e8678134de3af","status":"passed","time":{"start":1728379215431,"stop":1728379215432,"duration":1}},{"uid":"642fc5ed1266eab5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/642fc5ed1266eab5","status":"passed","time":{"start":1728371857088,"stop":1728371857088,"duration":0}},{"uid":"fbb98e8a9b2e3d1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fbb98e8a9b2e3d1d","status":"passed","time":{"start":1728370205029,"stop":1728370205030,"duration":1}},{"uid":"6675b7de766f0952","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6675b7de766f0952","status":"passed","time":{"start":1728369303212,"stop":1728369303213,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74133abd30dafbd3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74133abd30dafbd3","status":"passed","time":{"start":1728379607038,"stop":1728379607038,"duration":0}},{"uid":"4a7b4e0edbf42b8b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a7b4e0edbf42b8b","status":"passed","time":{"start":1728372238123,"stop":1728372238123,"duration":0}},{"uid":"b3226d0932443601","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3226d0932443601","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"9ea74b1538c21c12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9ea74b1538c21c12","status":"passed","time":{"start":1728369720991,"stop":1728369720991,"duration":0}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"69f4d37a49569f9a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/69f4d37a49569f9a","status":"passed","time":{"start":1728379159020,"stop":1728379159020,"duration":0}},{"uid":"6f6645cab38f7034","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f6645cab38f7034","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"ea6353b6ea93db80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea6353b6ea93db80","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"e109463c30b2fb26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e109463c30b2fb26","status":"passed","time":{"start":1728369248993,"stop":1728369248994,"duration":1}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"76724dc32ec21329","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76724dc32ec21329","status":"passed","time":{"start":1728379167600,"stop":1728379167600,"duration":0}},{"uid":"56fe52618a1a9a8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/56fe52618a1a9a8c","status":"passed","time":{"start":1728371811384,"stop":1728371811384,"duration":0}},{"uid":"ec28a26468fec5a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec28a26468fec5a4","status":"passed","time":{"start":1728370158842,"stop":1728370158842,"duration":0}},{"uid":"aeb1dc238429c2c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aeb1dc238429c2c8","status":"passed","time":{"start":1728369257784,"stop":1728369257785,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d1ed74f468aa9b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d1ed74f468aa9b8","status":"passed","time":{"start":1728379515560,"stop":1728379515560,"duration":0}},{"uid":"a127340b46f875f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a127340b46f875f","status":"passed","time":{"start":1728372171311,"stop":1728372171314,"duration":3}},{"uid":"5fa9addc0d39ffc1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5fa9addc0d39ffc1","status":"passed","time":{"start":1728370522974,"stop":1728370522977,"duration":3}},{"uid":"c70987245bf29db2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c70987245bf29db2","status":"passed","time":{"start":1728369622052,"stop":1728369622053,"duration":1}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6b1aa464658a544c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b1aa464658a544c","status":"passed","time":{"start":1728379549683,"stop":1728379549683,"duration":0}},{"uid":"5cc093144977a129","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5cc093144977a129","status":"passed","time":{"start":1728372195423,"stop":1728372195423,"duration":0}},{"uid":"a37972bffb39c904","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a37972bffb39c904","status":"passed","time":{"start":1728370555250,"stop":1728370555250,"duration":0}},{"uid":"171da38773213b99","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/171da38773213b99","status":"passed","time":{"start":1728369639841,"stop":1728369639842,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"28d9681c1cd65431","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/28d9681c1cd65431","status":"passed","time":{"start":1728379460257,"stop":1728379460258,"duration":1}},{"uid":"cbfb22e813e92a60","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cbfb22e813e92a60","status":"passed","time":{"start":1728372105653,"stop":1728372105653,"duration":0}},{"uid":"9b1a78ed6200b346","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b1a78ed6200b346","status":"passed","time":{"start":1728370464108,"stop":1728370464109,"duration":1}},{"uid":"324d685319f62942","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/324d685319f62942","status":"passed","time":{"start":1728369544846,"stop":1728369544846,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d9b5f81fc4be7964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9b5f81fc4be7964","status":"passed","time":{"start":1728379263337,"stop":1728379263340,"duration":3}},{"uid":"78a49c63bedd224f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78a49c63bedd224f","status":"passed","time":{"start":1728371908019,"stop":1728371908025,"duration":6}},{"uid":"a3a7f0a54346be4e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3a7f0a54346be4e","status":"passed","time":{"start":1728370252054,"stop":1728370252054,"duration":0}},{"uid":"1d955a1fd958ef9c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1d955a1fd958ef9c","status":"passed","time":{"start":1728369354743,"stop":1728369354743,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a1114fce9aeefcd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1114fce9aeefcd7","status":"passed","time":{"start":1728379329396,"stop":1728379329396,"duration":0}},{"uid":"cf44cc473f756c55","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf44cc473f756c55","status":"passed","time":{"start":1728371973985,"stop":1728371973985,"duration":0}},{"uid":"dce02859d644c15","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dce02859d644c15","status":"passed","time":{"start":1728370320863,"stop":1728370320863,"duration":0}},{"uid":"7df9a195bf49b3a5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7df9a195bf49b3a5","status":"passed","time":{"start":1728369420225,"stop":1728369420226,"duration":1}}]},"56fab741379a53404f769ee4e8d79548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8f6b16c0a7ad031","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8f6b16c0a7ad031","status":"passed","time":{"start":1728372140949,"stop":1728372140954,"duration":5}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"ebb4b5bc85b2d3f1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebb4b5bc85b2d3f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460278,"stop":1728379460279,"duration":1}},{"uid":"65a81252599c7393","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65a81252599c7393","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105669,"stop":1728372105669,"duration":0}},{"uid":"7a2024c40315fb71","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7a2024c40315fb71","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464136,"stop":1728370464136,"duration":0}},{"uid":"38c9922242255aaf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38c9922242255aaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544865,"stop":1728369544866,"duration":1}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"178895ed8ae3f2c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/178895ed8ae3f2c9","status":"passed","time":{"start":1728379255026,"stop":1728379255027,"duration":1}},{"uid":"16f1b6c7df037843","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/16f1b6c7df037843","status":"passed","time":{"start":1728371896753,"stop":1728371896753,"duration":0}},{"uid":"b085a6467373507b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b085a6467373507b","status":"passed","time":{"start":1728370245291,"stop":1728370245291,"duration":0}},{"uid":"5b3fbe452e69b05c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5b3fbe452e69b05c","status":"passed","time":{"start":1728369344210,"stop":1728369344211,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a70f6597557318d7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a70f6597557318d7","status":"passed","time":{"start":1728379549677,"stop":1728379549677,"duration":0}},{"uid":"9b7c324c6f5dfb5e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b7c324c6f5dfb5e","status":"passed","time":{"start":1728372195420,"stop":1728372195420,"duration":0}},{"uid":"978abbd93b12fa61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/978abbd93b12fa61","status":"passed","time":{"start":1728370555247,"stop":1728370555248,"duration":1}},{"uid":"80ff9334f47cf970","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/80ff9334f47cf970","status":"passed","time":{"start":1728369639838,"stop":1728369639839,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2be697568b5be76e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2be697568b5be76e","status":"passed","time":{"start":1728379263344,"stop":1728379263345,"duration":1}},{"uid":"62c3da26b365bb09","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/62c3da26b365bb09","status":"passed","time":{"start":1728371908028,"stop":1728371908031,"duration":3}},{"uid":"682f0d4aadb47edb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/682f0d4aadb47edb","status":"passed","time":{"start":1728370252055,"stop":1728370252055,"duration":0}},{"uid":"e790aa09fae4e148","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e790aa09fae4e148","status":"passed","time":{"start":1728369354744,"stop":1728369354744,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c31bff4fcac95c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5c31bff4fcac95c9","status":"passed","time":{"start":1728379329174,"stop":1728379329174,"duration":0}},{"uid":"dcc62a848861b060","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcc62a848861b060","status":"passed","time":{"start":1728371983999,"stop":1728371984000,"duration":1}},{"uid":"833a1f499f32d062","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/833a1f499f32d062","status":"passed","time":{"start":1728370284350,"stop":1728370284350,"duration":0}},{"uid":"a03f141f98ddde86","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a03f141f98ddde86","status":"passed","time":{"start":1728369378891,"stop":1728369378891,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"31c65f0ee1d5a828","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31c65f0ee1d5a828","status":"passed","time":{"start":1728379569498,"stop":1728379569498,"duration":0}},{"uid":"d7103ac57426102e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d7103ac57426102e","status":"passed","time":{"start":1728372220851,"stop":1728372220852,"duration":1}},{"uid":"86aa4a3805de5ba7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86aa4a3805de5ba7","status":"passed","time":{"start":1728370605230,"stop":1728370605231,"duration":1}},{"uid":"bc6a384089e67873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc6a384089e67873","status":"passed","time":{"start":1728369697447,"stop":1728369697448,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"de84e3fe12feca21","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/de84e3fe12feca21","status":"passed","time":{"start":1728379477372,"stop":1728379477372,"duration":0}},{"uid":"9e703bf783315486","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e703bf783315486","status":"passed","time":{"start":1728372125152,"stop":1728372125153,"duration":1}},{"uid":"def503314857f138","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/def503314857f138","status":"passed","time":{"start":1728370506883,"stop":1728370506884,"duration":1}},{"uid":"a49499fd97d9a293","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a49499fd97d9a293","status":"passed","time":{"start":1728369613008,"stop":1728369613008,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f81eb710f8f6dad5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f81eb710f8f6dad5","status":"passed","time":{"start":1728379182283,"stop":1728379182283,"duration":0}},{"uid":"92b1192c148549b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/92b1192c148549b","status":"passed","time":{"start":1728371826535,"stop":1728371826539,"duration":4}},{"uid":"b5d62066d16cf493","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5d62066d16cf493","status":"passed","time":{"start":1728370173924,"stop":1728370173924,"duration":0}},{"uid":"931b40156e351f46","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/931b40156e351f46","status":"passed","time":{"start":1728369272889,"stop":1728369272889,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"89ef6a829e36168e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/89ef6a829e36168e","status":"passed","time":{"start":1728379460286,"stop":1728379460287,"duration":1}},{"uid":"6e88b3ed13deb587","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e88b3ed13deb587","status":"passed","time":{"start":1728372105675,"stop":1728372105675,"duration":0}},{"uid":"59ff14b76d220b93","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/59ff14b76d220b93","status":"passed","time":{"start":1728370464149,"stop":1728370464149,"duration":0}},{"uid":"f81c93f7bd0a2643","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f81c93f7bd0a2643","status":"passed","time":{"start":1728369544872,"stop":1728369544872,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b9be67056bd20361","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9be67056bd20361","status":"passed","time":{"start":1728379329178,"stop":1728379329179,"duration":1}},{"uid":"4a4fbd4792ff5a9d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a4fbd4792ff5a9d","status":"passed","time":{"start":1728371984003,"stop":1728371984004,"duration":1}},{"uid":"16f0cba71f15c6cf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/16f0cba71f15c6cf","status":"passed","time":{"start":1728370284357,"stop":1728370284358,"duration":1}},{"uid":"3eb9636afd06f9aa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3eb9636afd06f9aa","status":"passed","time":{"start":1728369378899,"stop":1728369378899,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a5b4a15ab000e6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3a5b4a15ab000e6c","status":"passed","time":{"start":1728379329183,"stop":1728379329183,"duration":0}},{"uid":"dc9e5e77c27dd66a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc9e5e77c27dd66a","status":"passed","time":{"start":1728371984008,"stop":1728371984008,"duration":0}},{"uid":"39669eac5c091bfc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/39669eac5c091bfc","status":"passed","time":{"start":1728370284363,"stop":1728370284363,"duration":0}},{"uid":"c3fd6ed49bbfc0d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3fd6ed49bbfc0d4","status":"passed","time":{"start":1728369378910,"stop":1728369378911,"duration":1}}]},"03a0205f7152207dc9fbd0a407f621e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1953932da81da52","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1953932da81da52","status":"passed","time":{"start":1728370557095,"stop":1728370557096,"duration":1}}]},"cf0e444cd179c0df3fa587eb9b4439ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b201840ebfef9f47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b201840ebfef9f47","status":"passed","time":{"start":1728370522979,"stop":1728370522980,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fc8a0a3e34d8fc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fc8a0a3e34d8fc0","status":"passed","time":{"start":1728379439867,"stop":1728379439870,"duration":3}},{"uid":"35f57ab2b9fab12b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/35f57ab2b9fab12b","status":"passed","time":{"start":1728372083101,"stop":1728372083102,"duration":1}},{"uid":"6dc54ac5ea129a59","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6dc54ac5ea129a59","status":"passed","time":{"start":1728370464871,"stop":1728370464872,"duration":1}},{"uid":"c2fbad5ecb8181b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c2fbad5ecb8181b","status":"passed","time":{"start":1728369559754,"stop":1728369559759,"duration":5}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d254ad849c1601e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d254ad849c1601e","status":"passed","time":{"start":1728379159031,"stop":1728379159031,"duration":0}},{"uid":"244f5d37b8c19673","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/244f5d37b8c19673","status":"passed","time":{"start":1728371802914,"stop":1728371802915,"duration":1}},{"uid":"5e61607037b869c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e61607037b869c5","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"6f020e5d7c492b05","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f020e5d7c492b05","status":"passed","time":{"start":1728369249003,"stop":1728369249003,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d9d1de49af8f34f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9d1de49af8f34f2","status":"passed","time":{"start":1728379482933,"stop":1728379482933,"duration":0}},{"uid":"ec0f0eb1032c41a7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ec0f0eb1032c41a7","status":"passed","time":{"start":1728372134561,"stop":1728372134562,"duration":1}},{"uid":"6009cb8c0c638728","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6009cb8c0c638728","status":"passed","time":{"start":1728370487875,"stop":1728370487875,"duration":0}},{"uid":"b3ff4bebfe35741c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3ff4bebfe35741c","status":"passed","time":{"start":1728369590801,"stop":1728369590801,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf90c57ca1c4467","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bf90c57ca1c4467","status":"passed","time":{"start":1728379576343,"stop":1728379576343,"duration":0}},{"uid":"4a89180b2447ce2e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a89180b2447ce2e","status":"passed","time":{"start":1728372230819,"stop":1728372230819,"duration":0}},{"uid":"6d3173a1a2ede84a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6d3173a1a2ede84a","status":"passed","time":{"start":1728370630213,"stop":1728370630213,"duration":0}},{"uid":"fdf267957b74cfb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fdf267957b74cfb","status":"passed","time":{"start":1728369712264,"stop":1728369712264,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d57f22e96c1ea17","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d57f22e96c1ea17","status":"passed","time":{"start":1728379329184,"stop":1728379329185,"duration":1}},{"uid":"6c6cfad0d55414a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c6cfad0d55414a1","status":"passed","time":{"start":1728371984009,"stop":1728371984009,"duration":0}},{"uid":"d6050664cc5f716e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d6050664cc5f716e","status":"passed","time":{"start":1728370284364,"stop":1728370284364,"duration":0}},{"uid":"cdb3c2abe468dbd1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdb3c2abe468dbd1","status":"passed","time":{"start":1728369378911,"stop":1728369378912,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bfe84c89f24e4380","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bfe84c89f24e4380","status":"passed","time":{"start":1728379498103,"stop":1728379498104,"duration":1}},{"uid":"5428d56c7c14f715","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5428d56c7c14f715","status":"passed","time":{"start":1728372147566,"stop":1728372147566,"duration":0}},{"uid":"94aeebc96f70483c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94aeebc96f70483c","status":"passed","time":{"start":1728370535034,"stop":1728370535034,"duration":0}},{"uid":"4d224715673eb785","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4d224715673eb785","status":"passed","time":{"start":1728369636376,"stop":1728369636376,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2b1dc6e14e3add9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b1dc6e14e3add9d","status":"passed","time":{"start":1728379350313,"stop":1728379350316,"duration":3}},{"uid":"374c2ea2fdc3d9cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/374c2ea2fdc3d9cb","status":"passed","time":{"start":1728371998266,"stop":1728371998266,"duration":0}},{"uid":"209dd4b20405c3c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/209dd4b20405c3c3","status":"passed","time":{"start":1728370345947,"stop":1728370345948,"duration":1}},{"uid":"196a82d3af4f4679","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/196a82d3af4f4679","status":"passed","time":{"start":1728369443738,"stop":1728369443739,"duration":1}}]},"53b12b57024ae03b7000183a3372155e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5cc9b76008d0e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cd5cc9b76008d0e1","status":"passed","time":{"start":1728369675007,"stop":1728369675008,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"af3218d3ebe6670a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/af3218d3ebe6670a","status":"passed","time":{"start":1728379263314,"stop":1728379263314,"duration":0}},{"uid":"5b3a53caed234a31","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b3a53caed234a31","status":"passed","time":{"start":1728371908002,"stop":1728371908005,"duration":3}},{"uid":"2ec1afd8a44af25f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2ec1afd8a44af25f","status":"passed","time":{"start":1728370252051,"stop":1728370252051,"duration":0}},{"uid":"ad535a44ff358608","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad535a44ff358608","status":"passed","time":{"start":1728369354740,"stop":1728369354740,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2443642774dfa476","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2443642774dfa476","status":"passed","time":{"start":1728379498106,"stop":1728379498106,"duration":0}},{"uid":"5dc4bb448a8fed72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5dc4bb448a8fed72","status":"passed","time":{"start":1728372147570,"stop":1728372147571,"duration":1}},{"uid":"83ee2d04b8e4f7eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83ee2d04b8e4f7eb","status":"passed","time":{"start":1728370535037,"stop":1728370535037,"duration":0}},{"uid":"86f288b2deed6b2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86f288b2deed6b2","status":"passed","time":{"start":1728369636383,"stop":1728369636383,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a23b59e0626f5cfd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a23b59e0626f5cfd","status":"passed","time":{"start":1728379167597,"stop":1728379167597,"duration":0}},{"uid":"5e6e0cdf4a006783","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e6e0cdf4a006783","status":"passed","time":{"start":1728371811378,"stop":1728371811378,"duration":0}},{"uid":"b9e540c6ca902ba3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b9e540c6ca902ba3","status":"passed","time":{"start":1728370158839,"stop":1728370158840,"duration":1}},{"uid":"584b5101568f862e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/584b5101568f862e","status":"passed","time":{"start":1728369257778,"stop":1728369257779,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a72a83f10776d12a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a72a83f10776d12a","status":"passed","time":{"start":1728379329403,"stop":1728379329403,"duration":0}},{"uid":"a7fe993edbdaef2c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7fe993edbdaef2c","status":"passed","time":{"start":1728371974003,"stop":1728371974003,"duration":0}},{"uid":"64f78084a1a44d67","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/64f78084a1a44d67","status":"passed","time":{"start":1728370320870,"stop":1728370320870,"duration":0}},{"uid":"66a577f45cb9984f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/66a577f45cb9984f","status":"passed","time":{"start":1728369420263,"stop":1728369420263,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e64d0a32135695f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e64d0a32135695f7","status":"passed","time":{"start":1728379329167,"stop":1728379329167,"duration":0}},{"uid":"ca0c6a59104783c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ca0c6a59104783c","status":"passed","time":{"start":1728371983982,"stop":1728371983983,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e86d4a0376fc883","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e86d4a0376fc883","status":"passed","time":{"start":1728379159013,"stop":1728379159013,"duration":0}},{"uid":"e778c6bd875df3b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e778c6bd875df3b3","status":"passed","time":{"start":1728371802898,"stop":1728371802899,"duration":1}},{"uid":"ac5b8eebf1f17d5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac5b8eebf1f17d5c","status":"passed","time":{"start":1728370149932,"stop":1728370149932,"duration":0}},{"uid":"7aac6fe4f4164f05","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7aac6fe4f4164f05","status":"passed","time":{"start":1728369248987,"stop":1728369248987,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3b8dfeaea44298a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b8dfeaea44298a5","status":"passed","time":{"start":1728379493845,"stop":1728379493845,"duration":0}},{"uid":"6416f326f6ff2ec1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6416f326f6ff2ec1","status":"passed","time":{"start":1728372140948,"stop":1728372140948,"duration":0}},{"uid":"1bb324ca7501d49","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1bb324ca7501d49","status":"passed","time":{"start":1728370524961,"stop":1728370524961,"duration":0}},{"uid":"d0c496769597e29c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d0c496769597e29c","status":"passed","time":{"start":1728369630398,"stop":1728369630398,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd7b85c3884a3e0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fd7b85c3884a3e0b","status":"passed","time":{"start":1728379159028,"stop":1728379159028,"duration":0}},{"uid":"69b957f47800f139","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69b957f47800f139","status":"passed","time":{"start":1728371802911,"stop":1728371802912,"duration":1}},{"uid":"61af6953e80491b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/61af6953e80491b2","status":"passed","time":{"start":1728370149946,"stop":1728370149946,"duration":0}},{"uid":"9374602ddb9957ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9374602ddb9957ea","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c7cba29f4dc6a73","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5c7cba29f4dc6a73","status":"passed","time":{"start":1728379329169,"stop":1728379329170,"duration":1}},{"uid":"f507cc9156fcd382","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f507cc9156fcd382","status":"passed","time":{"start":1728371983989,"stop":1728371983989,"duration":0}},{"uid":"711cd484a9a75990","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/711cd484a9a75990","status":"passed","time":{"start":1728370284344,"stop":1728370284345,"duration":1}},{"uid":"bc1db7fe7527e89c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc1db7fe7527e89c","status":"passed","time":{"start":1728369378877,"stop":1728369378877,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f67fbecb5845ce72","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f67fbecb5845ce72","status":"passed","time":{"start":1728379329395,"stop":1728379329396,"duration":1}},{"uid":"d03da61875bcbf8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d03da61875bcbf8e","status":"passed","time":{"start":1728371973984,"stop":1728371973984,"duration":0}},{"uid":"ec79eb104ac44d08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec79eb104ac44d08","status":"passed","time":{"start":1728370320862,"stop":1728370320862,"duration":0}},{"uid":"3f763ab46af8f438","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f763ab46af8f438","status":"passed","time":{"start":1728369420221,"stop":1728369420225,"duration":4}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42cd98fac7e18823","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42cd98fac7e18823","status":"passed","time":{"start":1728379482924,"stop":1728379482924,"duration":0}},{"uid":"c9411108c8c2151e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c9411108c8c2151e","status":"passed","time":{"start":1728372134548,"stop":1728372134548,"duration":0}},{"uid":"9cf30b55a1c756d9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cf30b55a1c756d9","status":"passed","time":{"start":1728370487865,"stop":1728370487866,"duration":1}},{"uid":"71bcfbe82892dabf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/71bcfbe82892dabf","status":"passed","time":{"start":1728369590790,"stop":1728369590791,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"238543b1916087c8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/238543b1916087c8","status":"passed","time":{"start":1728379255034,"stop":1728379255035,"duration":1}},{"uid":"b1803ca9392ab76f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b1803ca9392ab76f","status":"passed","time":{"start":1728371896757,"stop":1728371896757,"duration":0}},{"uid":"7c9a7ca04d7e718b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c9a7ca04d7e718b","status":"passed","time":{"start":1728370245298,"stop":1728370245298,"duration":0}},{"uid":"154bce9f623750a1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/154bce9f623750a1","status":"passed","time":{"start":1728369344217,"stop":1728369344219,"duration":2}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4faddce67ecb2bb5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4faddce67ecb2bb5","status":"passed","time":{"start":1728379350288,"stop":1728379350288,"duration":0}},{"uid":"59b1004125d0f867","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/59b1004125d0f867","status":"passed","time":{"start":1728371998250,"stop":1728371998251,"duration":1}},{"uid":"af4e1d565b8dc65a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/af4e1d565b8dc65a","status":"passed","time":{"start":1728370345939,"stop":1728370345940,"duration":1}},{"uid":"871363e2d9462aec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/871363e2d9462aec","status":"passed","time":{"start":1728369443725,"stop":1728369443728,"duration":3}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae39f30e646ac374","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ae39f30e646ac374","status":"passed","time":{"start":1728379524436,"stop":1728379524436,"duration":0}},{"uid":"f94fbd86f81e4870","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f94fbd86f81e4870","status":"passed","time":{"start":1728372187034,"stop":1728372187034,"duration":0}},{"uid":"ed48307cc4e33a8b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed48307cc4e33a8b","status":"passed","time":{"start":1728370559625,"stop":1728370559625,"duration":0}},{"uid":"aa08056bfd8f910a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa08056bfd8f910a","status":"passed","time":{"start":1728369646205,"stop":1728369646205,"duration":0}}]},"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"3d65586401cd7093","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d65586401cd7093","status":"passed","time":{"start":1728379419684,"stop":1728379419686,"duration":2}},{"uid":"cf55477721ed09bc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf55477721ed09bc","status":"passed","time":{"start":1728372107442,"stop":1728372107442,"duration":0}},{"uid":"fac583a80a6298d5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fac583a80a6298d5","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626988,"stop":1728370626988,"duration":0}},{"uid":"72b26128a952459e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/72b26128a952459e","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728516,"stop":1728369728516,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39db1fe7ff0376b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/39db1fe7ff0376b4","status":"passed","time":{"start":1728379460295,"stop":1728379460296,"duration":1}},{"uid":"a3b86551a31b928f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a3b86551a31b928f","status":"passed","time":{"start":1728372105679,"stop":1728372105680,"duration":1}},{"uid":"22ae61f2318f2a96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22ae61f2318f2a96","status":"passed","time":{"start":1728370464159,"stop":1728370464160,"duration":1}},{"uid":"cdcc2c77ecf8d91c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdcc2c77ecf8d91c","status":"passed","time":{"start":1728369544876,"stop":1728369544876,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8687c00274525759","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8687c00274525759","status":"passed","time":{"start":1728379159021,"stop":1728379159021,"duration":0}},{"uid":"54ac636ab9a53fa6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54ac636ab9a53fa6","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"e8a6758e0f639669","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8a6758e0f639669","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"eed767d84ff5cc39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eed767d84ff5cc39","status":"passed","time":{"start":1728369248994,"stop":1728369248994,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75d69615e2923e74","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/75d69615e2923e74","status":"passed","time":{"start":1728379159007,"stop":1728379159007,"duration":0}},{"uid":"2c54c87640eb4e37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c54c87640eb4e37","status":"passed","time":{"start":1728371802893,"stop":1728371802894,"duration":1}},{"uid":"2677e7d2fbc067c7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2677e7d2fbc067c7","status":"passed","time":{"start":1728370149927,"stop":1728370149927,"duration":0}},{"uid":"755c2e5f06234bac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/755c2e5f06234bac","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"505ef455ec626865","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/505ef455ec626865","status":"passed","time":{"start":1728379482918,"stop":1728379482918,"duration":0}},{"uid":"57c5afa475bff3db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57c5afa475bff3db","status":"passed","time":{"start":1728372134544,"stop":1728372134545,"duration":1}},{"uid":"6e58b8652748d29b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6e58b8652748d29b","status":"passed","time":{"start":1728370487859,"stop":1728370487860,"duration":1}},{"uid":"3bdd0e758c0615c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bdd0e758c0615c","status":"passed","time":{"start":1728369590786,"stop":1728369590786,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"81a348d67ba12f28","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/81a348d67ba12f28","status":"passed","time":{"start":1728379263340,"stop":1728379263344,"duration":4}},{"uid":"ebc66fe73ca68e4f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ebc66fe73ca68e4f","status":"passed","time":{"start":1728371908025,"stop":1728371908025,"duration":0}},{"uid":"efe29bab17eaa8eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efe29bab17eaa8eb","status":"passed","time":{"start":1728370252054,"stop":1728370252055,"duration":1}},{"uid":"74f137349d98353","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/74f137349d98353","status":"passed","time":{"start":1728369354743,"stop":1728369354744,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da7950057d620171","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/da7950057d620171","status":"passed","time":{"start":1728379493802,"stop":1728379493802,"duration":0}},{"uid":"3fc0804f7c1ce46","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3fc0804f7c1ce46","status":"passed","time":{"start":1728372140937,"stop":1728372140938,"duration":1}},{"uid":"c9db7c4831349a61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c9db7c4831349a61","status":"passed","time":{"start":1728370524955,"stop":1728370524955,"duration":0}},{"uid":"bc037289b117c56e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc037289b117c56e","status":"passed","time":{"start":1728369630387,"stop":1728369630388,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"25270b7c1283366a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/25270b7c1283366a","status":"passed","time":{"start":1728379460287,"stop":1728379460287,"duration":0}},{"uid":"174b42dff820fa5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/174b42dff820fa5","status":"passed","time":{"start":1728372105675,"stop":1728372105676,"duration":1}},{"uid":"1ee936614e3e4730","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ee936614e3e4730","status":"passed","time":{"start":1728370464149,"stop":1728370464150,"duration":1}},{"uid":"26c6a15d6a67523a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26c6a15d6a67523a","status":"passed","time":{"start":1728369544872,"stop":1728369544872,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"200f3c6b14053717","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/200f3c6b14053717","status":"passed","time":{"start":1728379175037,"stop":1728379175037,"duration":0}},{"uid":"2dd50c25c1b5d331","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2dd50c25c1b5d331","status":"passed","time":{"start":1728371819029,"stop":1728371819029,"duration":0}},{"uid":"8df0f2023f5c630f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8df0f2023f5c630f","status":"passed","time":{"start":1728370166486,"stop":1728370166486,"duration":0}},{"uid":"633656a9834ddd74","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/633656a9834ddd74","status":"passed","time":{"start":1728369265268,"stop":1728369265268,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65a2f34988bca0ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65a2f34988bca0ab","status":"passed","time":{"start":1728379174376,"stop":1728379174376,"duration":0}},{"uid":"9d9ce44743776409","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d9ce44743776409","status":"passed","time":{"start":1728371818654,"stop":1728371818655,"duration":1}},{"uid":"49c0b94cfcd1e3c7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49c0b94cfcd1e3c7","status":"passed","time":{"start":1728370166258,"stop":1728370166259,"duration":1}},{"uid":"76d62e385b32e990","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76d62e385b32e990","status":"passed","time":{"start":1728369265013,"stop":1728369265013,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d507b2bc85b2339","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d507b2bc85b2339","status":"passed","time":{"start":1728379477371,"stop":1728379477372,"duration":1}},{"uid":"9cf572b36f7544c7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cf572b36f7544c7","status":"passed","time":{"start":1728372125152,"stop":1728372125152,"duration":0}},{"uid":"7df90f9ab351528f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7df90f9ab351528f","status":"passed","time":{"start":1728370506882,"stop":1728370506882,"duration":0}},{"uid":"40e77bec30059525","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40e77bec30059525","status":"passed","time":{"start":1728369613007,"stop":1728369613008,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e1c8d7c72a84078","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e1c8d7c72a84078","status":"passed","time":{"start":1728379498101,"stop":1728379498102,"duration":1}},{"uid":"dfffce514e86eb41","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dfffce514e86eb41","status":"passed","time":{"start":1728372147563,"stop":1728372147565,"duration":2}},{"uid":"8a7f7751c3463132","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a7f7751c3463132","status":"passed","time":{"start":1728370535032,"stop":1728370535033,"duration":1}},{"uid":"834f3521c75a13cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/834f3521c75a13cf","status":"passed","time":{"start":1728369636375,"stop":1728369636376,"duration":1}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"300a56edbd9c8538","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/300a56edbd9c8538","status":"passed","time":{"start":1728379255030,"stop":1728379255030,"duration":0}},{"uid":"1558f1caeecc2ad2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1558f1caeecc2ad2","status":"passed","time":{"start":1728371896754,"stop":1728371896756,"duration":2}},{"uid":"4b5322280f2f000c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b5322280f2f000c","status":"passed","time":{"start":1728370245294,"stop":1728370245295,"duration":1}},{"uid":"cbe839dcb07ac990","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbe839dcb07ac990","status":"passed","time":{"start":1728369344215,"stop":1728369344215,"duration":0}}]},"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"32032d6a1a1c41b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/32032d6a1a1c41b7","status":"passed","time":{"start":1728379174831,"stop":1728379174831,"duration":0}},{"uid":"6fbcf184deb6f4e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6fbcf184deb6f4e2","status":"passed","time":{"start":1728371818438,"stop":1728371818439,"duration":1}},{"uid":"c221243209a7044a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c221243209a7044a","status":"passed","time":{"start":1728370166080,"stop":1728370166080,"duration":0}},{"uid":"847f1a93b998ece4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/847f1a93b998ece4","status":"passed","time":{"start":1728369265065,"stop":1728369265065,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"b2bcd9dc5279f08f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2bcd9dc5279f08f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379498095,"stop":1728379498095,"duration":0}},{"uid":"4fb46f82000e7502","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4fb46f82000e7502","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372147558,"stop":1728372147558,"duration":0}},{"uid":"2c001996a002073b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2c001996a002073b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370535018,"stop":1728370535018,"duration":0}},{"uid":"418ef1ab25ce8cbc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/418ef1ab25ce8cbc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369636357,"stop":1728369636357,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b51ed334198870e4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b51ed334198870e4","status":"passed","time":{"start":1728379550979,"stop":1728379550980,"duration":1}},{"uid":"48514425ddb8848e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/48514425ddb8848e","status":"passed","time":{"start":1728372211440,"stop":1728372211440,"duration":0}},{"uid":"67548b658c1dd5fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67548b658c1dd5fc","status":"passed","time":{"start":1728370582326,"stop":1728370582327,"duration":1}},{"uid":"dfbf54280d6b901c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dfbf54280d6b901c","status":"passed","time":{"start":1728369674236,"stop":1728369674237,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"858bd1721a17a7bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/858bd1721a17a7bc","status":"passed","time":{"start":1728379366427,"stop":1728379366428,"duration":1}},{"uid":"1a5328a16048594d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a5328a16048594d","status":"passed","time":{"start":1728371995973,"stop":1728371995973,"duration":0}},{"uid":"9c864c6ed18dba07","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9c864c6ed18dba07","status":"passed","time":{"start":1728370345092,"stop":1728370345093,"duration":1}},{"uid":"4a270734dcc7a654","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a270734dcc7a654","status":"passed","time":{"start":1728369447278,"stop":1728369447279,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a1fa4da9a0693eb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a1fa4da9a0693eb","status":"passed","time":{"start":1728379167607,"stop":1728379167607,"duration":0}},{"uid":"c24d5769e9c29b96","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c24d5769e9c29b96","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"24562af46facb089","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24562af46facb089","status":"passed","time":{"start":1728370158849,"stop":1728370158850,"duration":1}},{"uid":"23b81c4dcc823fa6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23b81c4dcc823fa6","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abc736f2dceafd12","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/abc736f2dceafd12","status":"passed","time":{"start":1728379498107,"stop":1728379498107,"duration":0}},{"uid":"425711da8d64e58e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/425711da8d64e58e","status":"passed","time":{"start":1728372147579,"stop":1728372147579,"duration":0}},{"uid":"519bc946cedf1b0f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/519bc946cedf1b0f","status":"passed","time":{"start":1728370535038,"stop":1728370535038,"duration":0}},{"uid":"b9e758a28d7457e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9e758a28d7457e9","status":"passed","time":{"start":1728369636385,"stop":1728369636386,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"66af69a62399380f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66af69a62399380f","status":"passed","time":{"start":1728379250164,"stop":1728379250165,"duration":1}},{"uid":"1885a32dbc99c57c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1885a32dbc99c57c","status":"passed","time":{"start":1728371885970,"stop":1728371885970,"duration":0}},{"uid":"ae98110a74924af7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ae98110a74924af7","status":"passed","time":{"start":1728370233666,"stop":1728370233667,"duration":1}},{"uid":"4e144e33ea1ac4a6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4e144e33ea1ac4a6","status":"passed","time":{"start":1728369335747,"stop":1728369335750,"duration":3}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6613a020fcdfcde9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6613a020fcdfcde9","status":"passed","time":{"start":1728379607034,"stop":1728379607035,"duration":1}},{"uid":"6752b1f61d9b94a4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6752b1f61d9b94a4","status":"passed","time":{"start":1728372238120,"stop":1728372238120,"duration":0}},{"uid":"4be3a7d10face646","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4be3a7d10face646","status":"passed","time":{"start":1728370630364,"stop":1728370630365,"duration":1}},{"uid":"95adf4afb35ef8e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95adf4afb35ef8e9","status":"passed","time":{"start":1728369720988,"stop":1728369720989,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33536edf807c5acd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/33536edf807c5acd","status":"passed","time":{"start":1728379524437,"stop":1728379524437,"duration":0}},{"uid":"a6e36b3bbe042e15","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6e36b3bbe042e15","status":"passed","time":{"start":1728372187035,"stop":1728372187035,"duration":0}},{"uid":"9f19016c6d3fc93f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f19016c6d3fc93f","status":"passed","time":{"start":1728370559626,"stop":1728370559628,"duration":2}},{"uid":"865eb3dde33d5029","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/865eb3dde33d5029","status":"passed","time":{"start":1728369646205,"stop":1728369646205,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db06749c4be64502","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db06749c4be64502","status":"passed","time":{"start":1728379543300,"stop":1728379543301,"duration":1}},{"uid":"fbea0dc2035f39ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbea0dc2035f39ab","status":"passed","time":{"start":1728372192290,"stop":1728372192290,"duration":0}},{"uid":"26a271033d07824c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26a271033d07824c","status":"passed","time":{"start":1728370579156,"stop":1728370579157,"duration":1}},{"uid":"f6bbeb1dc7eacdac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6bbeb1dc7eacdac","status":"passed","time":{"start":1728369664330,"stop":1728369664331,"duration":1}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d6bd9a6422fac482","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6bd9a6422fac482","status":"passed","time":{"start":1728379460291,"stop":1728379460295,"duration":4}},{"uid":"c41ebca63cbc18e5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c41ebca63cbc18e5","status":"passed","time":{"start":1728372105678,"stop":1728372105679,"duration":1}},{"uid":"b13243719a209965","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b13243719a209965","status":"passed","time":{"start":1728370464157,"stop":1728370464158,"duration":1}},{"uid":"1584a7d073180625","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1584a7d073180625","status":"passed","time":{"start":1728369544875,"stop":1728369544875,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"be1abdeb4f037795","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be1abdeb4f037795","status":"passed","time":{"start":1728379419840,"stop":1728379419840,"duration":0}},{"uid":"44b638f6a738f7c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44b638f6a738f7c8","status":"passed","time":{"start":1728372057884,"stop":1728372057885,"duration":1}},{"uid":"888455d50d5324ac","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/888455d50d5324ac","status":"passed","time":{"start":1728370439775,"stop":1728370439776,"duration":1}},{"uid":"cbd9004fba28c0da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbd9004fba28c0da","status":"passed","time":{"start":1728369540111,"stop":1728369540111,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"739643ef25686e3d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/739643ef25686e3d","status":"passed","time":{"start":1728379366460,"stop":1728379366465,"duration":5}},{"uid":"dcea740090e29176","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcea740090e29176","status":"passed","time":{"start":1728371996001,"stop":1728371996003,"duration":2}},{"uid":"f50deef15f92261c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f50deef15f92261c","status":"passed","time":{"start":1728370345124,"stop":1728370345125,"duration":1}},{"uid":"f92229f80f143191","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f92229f80f143191","status":"passed","time":{"start":1728369447286,"stop":1728369447286,"duration":0}}]},"348b628f6e22602beb1a4d03f545c9a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb5520380b6ccb6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb5520380b6ccb6","status":"passed","time":{"start":1728369622055,"stop":1728369622056,"duration":1}}]},"5e9e067b63946692debd6dad4d426b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dec0270955b5149","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1dec0270955b5149","status":"passed","time":{"start":1728379523099,"stop":1728379523101,"duration":2}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1c0bc300321e0616","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c0bc300321e0616","status":"passed","time":{"start":1728379366459,"stop":1728379366460,"duration":1}},{"uid":"1312325d5878ef24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1312325d5878ef24","status":"passed","time":{"start":1728371996000,"stop":1728371996000,"duration":0}},{"uid":"abdc4b53d008e74d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/abdc4b53d008e74d","status":"passed","time":{"start":1728370345120,"stop":1728370345124,"duration":4}},{"uid":"63dd3d7c61d0774a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/63dd3d7c61d0774a","status":"passed","time":{"start":1728369447285,"stop":1728369447286,"duration":1}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94321a7bda121d4e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94321a7bda121d4e","status":"passed","time":{"start":1728379167595,"stop":1728379167595,"duration":0}},{"uid":"1d974724a2219296","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1d974724a2219296","status":"passed","time":{"start":1728371811376,"stop":1728371811376,"duration":0}},{"uid":"6e68d9773bfac6fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6e68d9773bfac6fb","status":"passed","time":{"start":1728370158837,"stop":1728370158837,"duration":0}},{"uid":"41743c23436c20be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41743c23436c20be","status":"passed","time":{"start":1728369257776,"stop":1728369257776,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d36495363d91218e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d36495363d91218e","status":"passed","time":{"start":1728379159048,"stop":1728379159049,"duration":1}},{"uid":"9e060981a33f7c9e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e060981a33f7c9e","status":"passed","time":{"start":1728371802853,"stop":1728371802853,"duration":0}},{"uid":"a2535f121760116a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a2535f121760116a","status":"passed","time":{"start":1728370149979,"stop":1728370149979,"duration":0}},{"uid":"418868d4dd2a58e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/418868d4dd2a58e3","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b05591004b3970ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b05591004b3970ab","status":"passed","time":{"start":1728379572271,"stop":1728379572272,"duration":1}},{"uid":"810b5ebadc9415b8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/810b5ebadc9415b8","status":"passed","time":{"start":1728372221514,"stop":1728372221516,"duration":2}},{"uid":"c2bf5e95e0858a62","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2bf5e95e0858a62","status":"passed","time":{"start":1728370607706,"stop":1728370607707,"duration":1}},{"uid":"d098736655fb4f50","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d098736655fb4f50","status":"passed","time":{"start":1728369690173,"stop":1728369690173,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d23c7626b4a2121","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4d23c7626b4a2121","status":"passed","time":{"start":1728379440094,"stop":1728379440095,"duration":1}},{"uid":"3b7eb4f9fce8bcd6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3b7eb4f9fce8bcd6","status":"passed","time":{"start":1728372106162,"stop":1728372106163,"duration":1}},{"uid":"ad2f8247f32f33bd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad2f8247f32f33bd","status":"passed","time":{"start":1728370467935,"stop":1728370467936,"duration":1}},{"uid":"a1734f69e97482a0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1734f69e97482a0","status":"passed","time":{"start":1728369560302,"stop":1728369560302,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd75a856097e416d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd75a856097e416d","status":"passed","time":{"start":1728379482947,"stop":1728379482948,"duration":1}},{"uid":"7f68a4bed73d6928","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f68a4bed73d6928","status":"passed","time":{"start":1728372134570,"stop":1728372134571,"duration":1}},{"uid":"9e7a1e4879e80347","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e7a1e4879e80347","status":"passed","time":{"start":1728370487883,"stop":1728370487883,"duration":0}},{"uid":"76c4add48cb0a83a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76c4add48cb0a83a","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38cdd2123ee12ca6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/38cdd2123ee12ca6","status":"passed","time":{"start":1728379293450,"stop":1728379293451,"duration":1}},{"uid":"72fd2f83578bb513","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/72fd2f83578bb513","status":"passed","time":{"start":1728371932963,"stop":1728371932963,"duration":0}},{"uid":"a13a53b2ae90d767","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a13a53b2ae90d767","status":"passed","time":{"start":1728370281704,"stop":1728370281704,"duration":0}},{"uid":"19ac2d71ced23799","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/19ac2d71ced23799","status":"passed","time":{"start":1728369376535,"stop":1728369376536,"duration":1}}]},"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4b7f7edf735bedc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4b7f7edf735bedc","status":"passed","time":{"start":1728379174829,"stop":1728379174830,"duration":1}},{"uid":"ee59f338a961f99b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee59f338a961f99b","status":"passed","time":{"start":1728371818435,"stop":1728371818436,"duration":1}},{"uid":"938b23a8991e36a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/938b23a8991e36a4","status":"passed","time":{"start":1728370166078,"stop":1728370166079,"duration":1}},{"uid":"c58ebf0cac0f0045","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c58ebf0cac0f0045","status":"passed","time":{"start":1728369265063,"stop":1728369265064,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5dbf3364f6587209","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dbf3364f6587209","status":"passed","time":{"start":1728379460295,"stop":1728379460295,"duration":0}},{"uid":"2845af78bafd69c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2845af78bafd69c6","status":"passed","time":{"start":1728372105679,"stop":1728372105679,"duration":0}},{"uid":"50fd217bbcd0a0f6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50fd217bbcd0a0f6","status":"passed","time":{"start":1728370464158,"stop":1728370464159,"duration":1}},{"uid":"f439ec014aea8063","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f439ec014aea8063","status":"passed","time":{"start":1728369544876,"stop":1728369544876,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cf145ae03b23cca7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf145ae03b23cca7","status":"passed","time":{"start":1728379549631,"stop":1728379549641,"duration":10}},{"uid":"5860904eb36cca0b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5860904eb36cca0b","status":"passed","time":{"start":1728372195407,"stop":1728372195408,"duration":1}},{"uid":"3ed5a9f10de8e5bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3ed5a9f10de8e5bc","status":"passed","time":{"start":1728370555236,"stop":1728370555236,"duration":0}},{"uid":"25bd1d13b5abdcb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25bd1d13b5abdcb","status":"passed","time":{"start":1728369639824,"stop":1728369639825,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"190c18f35a9af034","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/190c18f35a9af034","status":"passed","time":{"start":1728379549691,"stop":1728379549691,"duration":0}},{"uid":"29f93a78b8346869","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/29f93a78b8346869","status":"passed","time":{"start":1728372195430,"stop":1728372195431,"duration":1}},{"uid":"559cc44a9181e03d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/559cc44a9181e03d","status":"passed","time":{"start":1728370555254,"stop":1728370555254,"duration":0}},{"uid":"31ea34cdeb2efdaf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/31ea34cdeb2efdaf","status":"passed","time":{"start":1728369639848,"stop":1728369639848,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d519e8663f4ec6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d519e8663f4ec6","status":"passed","time":{"start":1728379167594,"stop":1728379167594,"duration":0}},{"uid":"e6a1b6cd2a93612","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6a1b6cd2a93612","status":"passed","time":{"start":1728371811375,"stop":1728371811375,"duration":0}},{"uid":"f97b3b4ce3a54e06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f97b3b4ce3a54e06","status":"passed","time":{"start":1728370158836,"stop":1728370158837,"duration":1}},{"uid":"9f4ca7cd7d15b89c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9f4ca7cd7d15b89c","status":"passed","time":{"start":1728369257775,"stop":1728369257776,"duration":1}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"dde8787ec868ac05","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dde8787ec868ac05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460503,"stop":1728379460504,"duration":1}},{"uid":"33a6bc37d10e2dac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33a6bc37d10e2dac","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"b84f4ff03b498f48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b84f4ff03b498f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488123,"stop":1728370488125,"duration":2}},{"uid":"285bd7fa209e4470","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/285bd7fa209e4470","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591298,"stop":1728369591298,"duration":0}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"14edfc985605f992","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/14edfc985605f992","status":"passed","time":{"start":1728379560458,"stop":1728379560458,"duration":0}},{"uid":"8e7f34a2b2fbbeb6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e7f34a2b2fbbeb6","status":"passed","time":{"start":1728372207707,"stop":1728372207707,"duration":0}},{"uid":"5efb520990aee4a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5efb520990aee4a1","status":"passed","time":{"start":1728370596501,"stop":1728370596503,"duration":2}},{"uid":"e08b18b276998971","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e08b18b276998971","status":"passed","time":{"start":1728369687976,"stop":1728369687977,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a58a7aab759295e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3a58a7aab759295e","status":"passed","time":{"start":1728379549676,"stop":1728379549676,"duration":0}},{"uid":"4cd54666c63f8398","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cd54666c63f8398","status":"passed","time":{"start":1728372195417,"stop":1728372195417,"duration":0}},{"uid":"512504c3a8901b55","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/512504c3a8901b55","status":"passed","time":{"start":1728370555246,"stop":1728370555246,"duration":0}},{"uid":"1a643eee19ce16dc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a643eee19ce16dc","status":"passed","time":{"start":1728369639837,"stop":1728369639837,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"31e2bbafefa03d88","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31e2bbafefa03d88","status":"passed","time":{"start":1728379329396,"stop":1728379329396,"duration":0}},{"uid":"a5a58aef71ce0bef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5a58aef71ce0bef","status":"passed","time":{"start":1728371973984,"stop":1728371973984,"duration":0}},{"uid":"7c5b02e1b274243f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c5b02e1b274243f","status":"passed","time":{"start":1728370320863,"stop":1728370320863,"duration":0}},{"uid":"26804c2c518bf4a4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26804c2c518bf4a4","status":"passed","time":{"start":1728369420225,"stop":1728369420225,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c60218c9f7cda13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c60218c9f7cda13","status":"passed","time":{"start":1728379543299,"stop":1728379543299,"duration":0}},{"uid":"971303b9b84c9b1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/971303b9b84c9b1a","status":"passed","time":{"start":1728372192285,"stop":1728372192289,"duration":4}},{"uid":"86d9e2a4c040cbe0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86d9e2a4c040cbe0","status":"passed","time":{"start":1728370579153,"stop":1728370579153,"duration":0}},{"uid":"247234a9c4440075","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/247234a9c4440075","status":"passed","time":{"start":1728369664329,"stop":1728369664329,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"440888fa38594741","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/440888fa38594741","status":"passed","time":{"start":1728379329397,"stop":1728379329397,"duration":0}},{"uid":"44cd7281daf4214d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44cd7281daf4214d","status":"passed","time":{"start":1728371973986,"stop":1728371973986,"duration":0}},{"uid":"18501c84d94bfc46","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18501c84d94bfc46","status":"passed","time":{"start":1728370320864,"stop":1728370320864,"duration":0}},{"uid":"9d8a80f285e0b4f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d8a80f285e0b4f7","status":"passed","time":{"start":1728369420226,"stop":1728369420227,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30c7c6f115f7363e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30c7c6f115f7363e","status":"passed","time":{"start":1728379263251,"stop":1728379263251,"duration":0}},{"uid":"dd71988a5e2c5523","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dd71988a5e2c5523","status":"passed","time":{"start":1728371902714,"stop":1728371902714,"duration":0}},{"uid":"4a4f5a336afd129a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4a4f5a336afd129a","status":"passed","time":{"start":1728370254632,"stop":1728370254632,"duration":0}},{"uid":"4b30d9c7c2e1cf8d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b30d9c7c2e1cf8d","status":"passed","time":{"start":1728369347761,"stop":1728369347761,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"432b4a09373fa8c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/432b4a09373fa8c7","status":"passed","time":{"start":1728379220440,"stop":1728379220440,"duration":0}},{"uid":"564de81cad9f7e98","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/564de81cad9f7e98","status":"passed","time":{"start":1728371862892,"stop":1728371862892,"duration":0}},{"uid":"56756a89c74c37e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56756a89c74c37e8","status":"passed","time":{"start":1728370213107,"stop":1728370213107,"duration":0}},{"uid":"e01d9672579fbdb4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e01d9672579fbdb4","status":"passed","time":{"start":1728369309201,"stop":1728369309201,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"63868388e53fa21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/63868388e53fa21d","status":"passed","time":{"start":1728379550985,"stop":1728379550985,"duration":0}},{"uid":"7dc89278d8633ffe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7dc89278d8633ffe","status":"passed","time":{"start":1728372211449,"stop":1728372211449,"duration":0}},{"uid":"2f1e46aca43f7f90","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f1e46aca43f7f90","status":"passed","time":{"start":1728370582329,"stop":1728370582329,"duration":0}},{"uid":"37045d99cb120ee7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/37045d99cb120ee7","status":"passed","time":{"start":1728369674243,"stop":1728369674244,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"238dbeb8c837647b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/238dbeb8c837647b","status":"passed","time":{"start":1728379515556,"stop":1728379515556,"duration":0}},{"uid":"2abf4d379724c31d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2abf4d379724c31d","status":"passed","time":{"start":1728372171302,"stop":1728372171302,"duration":0}},{"uid":"8ac606de66752a60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ac606de66752a60","status":"passed","time":{"start":1728370522968,"stop":1728370522971,"duration":3}},{"uid":"d89a2093a1d75f07","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d89a2093a1d75f07","status":"passed","time":{"start":1728369622048,"stop":1728369622049,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50b0fc142f22617d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/50b0fc142f22617d","status":"passed","time":{"start":1728379221895,"stop":1728379221895,"duration":0}},{"uid":"d02ee00e9d62470b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d02ee00e9d62470b","status":"passed","time":{"start":1728371864346,"stop":1728371864346,"duration":0}},{"uid":"c28ff976f3017881","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c28ff976f3017881","status":"passed","time":{"start":1728370211394,"stop":1728370211395,"duration":1}},{"uid":"98e2e432902cce40","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/98e2e432902cce40","status":"passed","time":{"start":1728369310551,"stop":1728369310553,"duration":2}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b67999d25d668eb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b67999d25d668eb","status":"passed","time":{"start":1728379329399,"stop":1728379329400,"duration":1}},{"uid":"78ac93810b60605e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ac93810b60605e","status":"passed","time":{"start":1728371973993,"stop":1728371973993,"duration":0}},{"uid":"9a62173eec5f50da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a62173eec5f50da","status":"passed","time":{"start":1728370320866,"stop":1728370320867,"duration":1}},{"uid":"b26bdd022d2aa884","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b26bdd022d2aa884","status":"passed","time":{"start":1728369420247,"stop":1728369420247,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aece445d0a949f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aece445d0a949f","status":"passed","time":{"start":1728379159023,"stop":1728379159023,"duration":0}},{"uid":"48a5b241d634b41c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/48a5b241d634b41c","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"ac07d7e9a617b826","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac07d7e9a617b826","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"fd53ebb2bcad178d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd53ebb2bcad178d","status":"passed","time":{"start":1728369248996,"stop":1728369248997,"duration":1}}]},"7526240bfbf91b70d42c920d7ea0bb50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"234487c988c86897","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/234487c988c86897","status":"passed","time":{"start":1728370557100,"stop":1728370557100,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c0b32274e4fc6f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c0b32274e4fc6f7","status":"passed","time":{"start":1728379482932,"stop":1728379482933,"duration":1}},{"uid":"ff3d738e7c68312e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff3d738e7c68312e","status":"passed","time":{"start":1728372134555,"stop":1728372134561,"duration":6}},{"uid":"a3d1086d1ab3f982","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3d1086d1ab3f982","status":"passed","time":{"start":1728370487874,"stop":1728370487875,"duration":1}},{"uid":"ab292923c3df3d13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab292923c3df3d13","status":"passed","time":{"start":1728369590800,"stop":1728369590800,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9aed8355da1d949","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c9aed8355da1d949","status":"passed","time":{"start":1728379166764,"stop":1728379166765,"duration":1}},{"uid":"a2cf560f6244d0ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2cf560f6244d0ae","status":"passed","time":{"start":1728371810589,"stop":1728371810590,"duration":1}},{"uid":"ec8003aa4253038a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec8003aa4253038a","status":"passed","time":{"start":1728370158404,"stop":1728370158405,"duration":1}},{"uid":"7d1e4fae5343778b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d1e4fae5343778b","status":"passed","time":{"start":1728369256987,"stop":1728369256987,"duration":0}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bca9a31484c6576b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bca9a31484c6576b","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"6b74291aa9f2e7d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6b74291aa9f2e7d1","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"df0194eb5f8bf98b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/df0194eb5f8bf98b","status":"passed","time":{"start":1728370149938,"stop":1728370149938,"duration":0}},{"uid":"4b6ad09dea1c061e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b6ad09dea1c061e","status":"passed","time":{"start":1728369248992,"stop":1728369248993,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e63484af4e45430f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e63484af4e45430f","status":"passed","time":{"start":1728379550984,"stop":1728379550984,"duration":0}},{"uid":"35fc0e8c3057fec6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/35fc0e8c3057fec6","status":"passed","time":{"start":1728372211445,"stop":1728372211445,"duration":0}},{"uid":"884df1e218005614","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/884df1e218005614","status":"passed","time":{"start":1728370582328,"stop":1728370582329,"duration":1}},{"uid":"eef92d61dc5e2885","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eef92d61dc5e2885","status":"passed","time":{"start":1728369674240,"stop":1728369674240,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dad72184683b066a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dad72184683b066a","status":"passed","time":{"start":1728379366478,"stop":1728379366479,"duration":1}},{"uid":"99a469f777ac0f7a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/99a469f777ac0f7a","status":"passed","time":{"start":1728371996021,"stop":1728371996021,"duration":0}},{"uid":"4f61153fe967815","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4f61153fe967815","status":"passed","time":{"start":1728370345133,"stop":1728370345134,"duration":1}},{"uid":"b23b9d15807cf2b9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b23b9d15807cf2b9","status":"passed","time":{"start":1728369447289,"stop":1728369447289,"duration":0}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dcb0cb7259c5df51","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dcb0cb7259c5df51","status":"passed","time":{"start":1728379159000,"stop":1728379159000,"duration":0}},{"uid":"539cc18c31d16486","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/539cc18c31d16486","status":"passed","time":{"start":1728371802892,"stop":1728371802892,"duration":0}},{"uid":"d68debec80d2a19b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d68debec80d2a19b","status":"passed","time":{"start":1728370149919,"stop":1728370149919,"duration":0}},{"uid":"6e769ad584c16b60","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e769ad584c16b60","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d5ab9660d8159b7f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d5ab9660d8159b7f","status":"passed","time":{"start":1728379549684,"stop":1728379549685,"duration":1}},{"uid":"e528b885dc7a7405","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e528b885dc7a7405","status":"passed","time":{"start":1728372195424,"stop":1728372195426,"duration":2}},{"uid":"72b56d6bfe8d9b3d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72b56d6bfe8d9b3d","status":"passed","time":{"start":1728370555251,"stop":1728370555252,"duration":1}},{"uid":"48d0a3ae6b9bec5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/48d0a3ae6b9bec5a","status":"passed","time":{"start":1728369639844,"stop":1728369639845,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22946eecd62505a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22946eecd62505a8","status":"passed","time":{"start":1728379167605,"stop":1728379167605,"duration":0}},{"uid":"f0ad49805663ecac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f0ad49805663ecac","status":"passed","time":{"start":1728371811387,"stop":1728371811387,"duration":0}},{"uid":"c5d078af3d378bed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c5d078af3d378bed","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"cb422690b0d3bbb8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb422690b0d3bbb8","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"01d45919bba0984c0d0f78af44a2620d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f3dfe4335558810","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f3dfe4335558810","status":"passed","time":{"start":1728370464155,"stop":1728370464155,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"15a96d644b391974","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15a96d644b391974","status":"passed","time":{"start":1728379329175,"stop":1728379329175,"duration":0}},{"uid":"ca8df62a7778b28b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ca8df62a7778b28b","status":"passed","time":{"start":1728371984000,"stop":1728371984001,"duration":1}},{"uid":"2af4540b7bb9cc27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2af4540b7bb9cc27","status":"passed","time":{"start":1728370284351,"stop":1728370284352,"duration":1}},{"uid":"99cd9b1959aefe38","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/99cd9b1959aefe38","status":"passed","time":{"start":1728369378892,"stop":1728369378892,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"4ca41f16dbee2bd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4ca41f16dbee2bd2","status":"passed","time":{"start":1728379365895,"stop":1728379365900,"duration":5}},{"uid":"9fe7a7ecb3057b24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9fe7a7ecb3057b24","status":"passed","time":{"start":1728372012987,"stop":1728372012988,"duration":1}},{"uid":"454b98b45e4f0f08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/454b98b45e4f0f08","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370408807,"stop":1728370408807,"duration":0}},{"uid":"2930ea80a465a03a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2930ea80a465a03a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369510275,"stop":1728369510276,"duration":1}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f3184f3ea5807f13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3184f3ea5807f13","status":"passed","time":{"start":1728379523094,"stop":1728379523095,"duration":1}},{"uid":"27a0ae07ecd0243","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/27a0ae07ecd0243","status":"passed","time":{"start":1728372169980,"stop":1728372169981,"duration":1}},{"uid":"3173a207ebdfce26","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3173a207ebdfce26","status":"passed","time":{"start":1728370557093,"stop":1728370557093,"duration":0}},{"uid":"5585dee7ac33af56","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5585dee7ac33af56","status":"passed","time":{"start":1728369663458,"stop":1728369663459,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"34c2f357c7018575","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c2f357c7018575","status":"passed","time":{"start":1728379493842,"stop":1728379493842,"duration":0}},{"uid":"37d5ca7fd2b10977","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37d5ca7fd2b10977","status":"passed","time":{"start":1728372140945,"stop":1728372140945,"duration":0}},{"uid":"805bb699ccd1ce31","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/805bb699ccd1ce31","status":"passed","time":{"start":1728370524958,"stop":1728370524959,"duration":1}},{"uid":"8887ff8e4a080bea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8887ff8e4a080bea","status":"passed","time":{"start":1728369630395,"stop":1728369630396,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2927f6a6491e9c21","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2927f6a6491e9c21","status":"passed","time":{"start":1728379549684,"stop":1728379549684,"duration":0}},{"uid":"e356f5a2c82e52c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e356f5a2c82e52c5","status":"passed","time":{"start":1728372195423,"stop":1728372195424,"duration":1}},{"uid":"82664226c3e6ab04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/82664226c3e6ab04","status":"passed","time":{"start":1728370555251,"stop":1728370555251,"duration":0}},{"uid":"7a14af8a184b4bc9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a14af8a184b4bc9","status":"passed","time":{"start":1728369639843,"stop":1728369639843,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"49b874c4b99532bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/49b874c4b99532bf","status":"passed","time":{"start":1728379182987,"stop":1728379182988,"duration":1}},{"uid":"d29433fbeca0adf7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d29433fbeca0adf7","status":"passed","time":{"start":1728371826965,"stop":1728371826965,"duration":0}},{"uid":"8ef50bc389e18652","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ef50bc389e18652","status":"passed","time":{"start":1728370174429,"stop":1728370174429,"duration":0}},{"uid":"13d836a730e10776","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13d836a730e10776","status":"passed","time":{"start":1728369273238,"stop":1728369273238,"duration":0}}]},"581ba10b84b7e01beaabd9705a987247:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c2bcb2546aebd9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/60c2bcb2546aebd9","status":"passed","time":{"start":1728372105665,"stop":1728372105666,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c7ac8417516a219e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c7ac8417516a219e","status":"passed","time":{"start":1728379515560,"stop":1728379515561,"duration":1}},{"uid":"167d4eeb604cfd87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/167d4eeb604cfd87","status":"passed","time":{"start":1728372171314,"stop":1728372171314,"duration":0}},{"uid":"8b8ea4d023228f30","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b8ea4d023228f30","status":"passed","time":{"start":1728370522978,"stop":1728370522978,"duration":0}},{"uid":"4644958929c4d0c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4644958929c4d0c","status":"passed","time":{"start":1728369622054,"stop":1728369622054,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b6d9f05a0e86e270","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b6d9f05a0e86e270","status":"passed","time":{"start":1728379498093,"stop":1728379498094,"duration":1}},{"uid":"550a872e235dd272","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/550a872e235dd272","status":"passed","time":{"start":1728372147553,"stop":1728372147553,"duration":0}},{"uid":"c2692c894662a453","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2692c894662a453","status":"passed","time":{"start":1728370535011,"stop":1728370535012,"duration":1}},{"uid":"25e15cf0c459c09b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25e15cf0c459c09b","status":"passed","time":{"start":1728369636355,"stop":1728369636356,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61f5a3fd20d733f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61f5a3fd20d733f8","status":"passed","time":{"start":1728379329394,"stop":1728379329394,"duration":0}},{"uid":"ac2809f48329de1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ac2809f48329de1b","status":"passed","time":{"start":1728371973983,"stop":1728371973983,"duration":0}},{"uid":"30a274ae1b3b2018","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30a274ae1b3b2018","status":"passed","time":{"start":1728370320861,"stop":1728370320861,"duration":0}},{"uid":"b3141bb4852b57a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3141bb4852b57a2","status":"passed","time":{"start":1728369420218,"stop":1728369420219,"duration":1}}]},"49bd0cba95e7143b8896b7a2027aa310:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c856fd8f2ed844a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c856fd8f2ed844a","status":"passed","time":{"start":1728372140954,"stop":1728372140954,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cba343a908beef4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cba343a908beef4a","status":"passed","time":{"start":1728379515564,"stop":1728379515565,"duration":1}},{"uid":"76d1b6599296cd28","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76d1b6599296cd28","status":"passed","time":{"start":1728372171316,"stop":1728372171316,"duration":0}},{"uid":"d83544dbaa32666e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d83544dbaa32666e","status":"passed","time":{"start":1728370522980,"stop":1728370522980,"duration":0}},{"uid":"fc1688fdeddd5cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc1688fdeddd5cf","status":"passed","time":{"start":1728369622057,"stop":1728369622057,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b5f8563c6e78550","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b5f8563c6e78550","status":"passed","time":{"start":1728379250160,"stop":1728379250161,"duration":1}},{"uid":"bda821916b1ad372","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bda821916b1ad372","status":"passed","time":{"start":1728371885963,"stop":1728371885965,"duration":2}},{"uid":"838b973a7416f1ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/838b973a7416f1ec","status":"passed","time":{"start":1728370233663,"stop":1728370233664,"duration":1}},{"uid":"94fed6159d122797","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/94fed6159d122797","status":"passed","time":{"start":1728369335734,"stop":1728369335734,"duration":0}}]},"4c9516cb44aaf40ae1b57cd398b7337b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"347af457f465420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/347af457f465420","status":"passed","time":{"start":1728379523109,"stop":1728379523110,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"421f789602452bba","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/421f789602452bba","status":"passed","time":{"start":1728379220438,"stop":1728379220439,"duration":1}},{"uid":"6f8a92709169ae66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f8a92709169ae66","status":"passed","time":{"start":1728371862890,"stop":1728371862891,"duration":1}},{"uid":"82a0663183686a92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/82a0663183686a92","status":"passed","time":{"start":1728370213106,"stop":1728370213106,"duration":0}},{"uid":"c8649c2376aa161f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c8649c2376aa161f","status":"passed","time":{"start":1728369309199,"stop":1728369309200,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c83d0a2e26020999","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c83d0a2e26020999","status":"passed","time":{"start":1728379549701,"stop":1728379549701,"duration":0}},{"uid":"dca0920a31f024e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dca0920a31f024e0","status":"passed","time":{"start":1728372195437,"stop":1728372195438,"duration":1}},{"uid":"ad0d68dc946c611b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad0d68dc946c611b","status":"passed","time":{"start":1728370555260,"stop":1728370555261,"duration":1}},{"uid":"674c9e0bc883d3a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/674c9e0bc883d3a3","status":"passed","time":{"start":1728369639857,"stop":1728369639857,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b9ad19266ff445e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b9ad19266ff445e","status":"passed","time":{"start":1728379576113,"stop":1728379576113,"duration":0}},{"uid":"6d006a3868c7dbb0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6d006a3868c7dbb0","status":"passed","time":{"start":1728372231471,"stop":1728372231471,"duration":0}},{"uid":"ac12e1a12b15e51","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac12e1a12b15e51","status":"passed","time":{"start":1728370655524,"stop":1728370655524,"duration":0}},{"uid":"c48ecc661d03fd11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c48ecc661d03fd11","status":"passed","time":{"start":1728369731925,"stop":1728369731925,"duration":0}}]},"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c7f90b5454279a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c7f90b5454279a9","status":"passed","time":{"start":1728379197137,"stop":1728379197137,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6781fff23872600","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6781fff23872600","status":"passed","time":{"start":1728379182445,"stop":1728379182446,"duration":1}},{"uid":"a610065cc39d31f3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a610065cc39d31f3","status":"passed","time":{"start":1728371826621,"stop":1728371826622,"duration":1}},{"uid":"bfb9a399bc8904c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfb9a399bc8904c5","status":"passed","time":{"start":1728370173934,"stop":1728370173934,"duration":0}},{"uid":"7d73604f18574c18","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d73604f18574c18","status":"passed","time":{"start":1728369272866,"stop":1728369272866,"duration":0}}]},"81590e35354ec2a206e8bb8bed052c8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"adffda4ad27727d8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/adffda4ad27727d8","status":"passed","time":{"start":1728372169982,"stop":1728372169986,"duration":4}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"15b3b09b9bd54345","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15b3b09b9bd54345","status":"passed","time":{"start":1728379515552,"stop":1728379515552,"duration":0}},{"uid":"9d33107b9236eda1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d33107b9236eda1","status":"passed","time":{"start":1728372171296,"stop":1728372171296,"duration":0}},{"uid":"8ed159db49c5439a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ed159db49c5439a","status":"passed","time":{"start":1728370522964,"stop":1728370522964,"duration":0}},{"uid":"bcd3c1864069a7d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcd3c1864069a7d","status":"passed","time":{"start":1728369622044,"stop":1728369622044,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ed995dd195bab820","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ed995dd195bab820","status":"passed","time":{"start":1728379159026,"stop":1728379159026,"duration":0}},{"uid":"fddd65ff94e606e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fddd65ff94e606e1","status":"passed","time":{"start":1728371802910,"stop":1728371802910,"duration":0}},{"uid":"3987f7546f267a92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3987f7546f267a92","status":"passed","time":{"start":1728370149944,"stop":1728370149944,"duration":0}},{"uid":"d4aa396af7eb4c9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4aa396af7eb4c9","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a5ea87e36d33a16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a5ea87e36d33a16","status":"passed","time":{"start":1728379460263,"stop":1728379460263,"duration":0}},{"uid":"fd2a18a149d26653","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fd2a18a149d26653","status":"passed","time":{"start":1728372105662,"stop":1728372105662,"duration":0}},{"uid":"336a83f7a22a1e6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/336a83f7a22a1e6d","status":"passed","time":{"start":1728370464121,"stop":1728370464121,"duration":0}},{"uid":"261e8000a5a0701","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/261e8000a5a0701","status":"passed","time":{"start":1728369544857,"stop":1728369544857,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"56b1efd5968183d5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56b1efd5968183d5","status":"passed","time":{"start":1728379366495,"stop":1728379366495,"duration":0}},{"uid":"a5f2323ac8e9509a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5f2323ac8e9509a","status":"passed","time":{"start":1728371996024,"stop":1728371996027,"duration":3}},{"uid":"4782bdf8e78cd555","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4782bdf8e78cd555","status":"passed","time":{"start":1728370345140,"stop":1728370345141,"duration":1}},{"uid":"e50ccee51628c68b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e50ccee51628c68b","status":"passed","time":{"start":1728369447291,"stop":1728369447292,"duration":1}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f5149953a806457","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f5149953a806457","status":"passed","time":{"start":1728379159018,"stop":1728379159018,"duration":0}},{"uid":"dc37de5ae31a5bb7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc37de5ae31a5bb7","status":"passed","time":{"start":1728371802903,"stop":1728371802903,"duration":0}},{"uid":"e6a7764500bc8da1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6a7764500bc8da1","status":"passed","time":{"start":1728370149937,"stop":1728370149937,"duration":0}},{"uid":"984bdadb57f5c35c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/984bdadb57f5c35c","status":"passed","time":{"start":1728369248991,"stop":1728369248991,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27366efe72c52bb7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27366efe72c52bb7","status":"passed","time":{"start":1728379549630,"stop":1728379549630,"duration":0}},{"uid":"f08b9233466cd5d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f08b9233466cd5d1","status":"passed","time":{"start":1728372195403,"stop":1728372195404,"duration":1}},{"uid":"4b2afe80a6f2bf14","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b2afe80a6f2bf14","status":"passed","time":{"start":1728370555235,"stop":1728370555235,"duration":0}},{"uid":"3ce13788285fecc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ce13788285fecc7","status":"passed","time":{"start":1728369639820,"stop":1728369639821,"duration":1}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9378c3327b948c8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a9378c3327b948c8","status":"passed","time":{"start":1728379167600,"stop":1728379167600,"duration":0}},{"uid":"dea831137f8da71d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dea831137f8da71d","status":"passed","time":{"start":1728371811384,"stop":1728371811385,"duration":1}},{"uid":"9b7a8cded0575c4a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b7a8cded0575c4a","status":"passed","time":{"start":1728370158842,"stop":1728370158843,"duration":1}},{"uid":"85ed0832447d16f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85ed0832447d16f8","status":"passed","time":{"start":1728369257785,"stop":1728369257785,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6cb19bf439a6989","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e6cb19bf439a6989","status":"passed","time":{"start":1728379549641,"stop":1728379549645,"duration":4}},{"uid":"78afdf54a8b7eca8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78afdf54a8b7eca8","status":"passed","time":{"start":1728372195408,"stop":1728372195409,"duration":1}},{"uid":"cc7699f7075d9042","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc7699f7075d9042","status":"passed","time":{"start":1728370555238,"stop":1728370555239,"duration":1}},{"uid":"e34fcfe1a84e5f69","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e34fcfe1a84e5f69","status":"passed","time":{"start":1728369639826,"stop":1728369639826,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b2caa7f66888474a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2caa7f66888474a","status":"passed","time":{"start":1728379498094,"stop":1728379498094,"duration":0}},{"uid":"9adfb0db466b9ce7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9adfb0db466b9ce7","status":"passed","time":{"start":1728372147553,"stop":1728372147557,"duration":4}},{"uid":"5e41aa31b8b1dd13","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e41aa31b8b1dd13","status":"passed","time":{"start":1728370535012,"stop":1728370535012,"duration":0}},{"uid":"969a14b896aa8282","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/969a14b896aa8282","status":"passed","time":{"start":1728369636356,"stop":1728369636356,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c576bb36dbd2efa9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c576bb36dbd2efa9","status":"passed","time":{"start":1728379159032,"stop":1728379159032,"duration":0}},{"uid":"5b51966327287a51","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b51966327287a51","status":"passed","time":{"start":1728371802915,"stop":1728371802915,"duration":0}},{"uid":"624b503a477a352c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/624b503a477a352c","status":"passed","time":{"start":1728370149950,"stop":1728370149950,"duration":0}},{"uid":"50cee4dbdc685899","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/50cee4dbdc685899","status":"passed","time":{"start":1728369249004,"stop":1728369249004,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc456f33ae120e3b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc456f33ae120e3b","status":"passed","time":{"start":1728379215427,"stop":1728379215427,"duration":0}},{"uid":"9564246404d329c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9564246404d329c","status":"passed","time":{"start":1728371857084,"stop":1728371857084,"duration":0}},{"uid":"1cfb12d8e3b119d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1cfb12d8e3b119d3","status":"passed","time":{"start":1728370205011,"stop":1728370205023,"duration":12}},{"uid":"ecb668d2332f8081","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ecb668d2332f8081","status":"passed","time":{"start":1728369303196,"stop":1728369303198,"duration":2}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd85ff6fe8382779","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd85ff6fe8382779","status":"passed","time":{"start":1728379159009,"stop":1728379159010,"duration":1}},{"uid":"994987e1ded4225b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/994987e1ded4225b","status":"passed","time":{"start":1728371802896,"stop":1728371802896,"duration":0}},{"uid":"b5436932589cdc95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5436932589cdc95","status":"passed","time":{"start":1728370149929,"stop":1728370149929,"duration":0}},{"uid":"c30da53e1fd6a3e7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c30da53e1fd6a3e7","status":"passed","time":{"start":1728369248984,"stop":1728369248985,"duration":1}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46d306e8f7a829be","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/46d306e8f7a829be","status":"passed","time":{"start":1728379565729,"stop":1728379565733,"duration":4}},{"uid":"ae27a4adea241d27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae27a4adea241d27","status":"passed","time":{"start":1728372228761,"stop":1728372228761,"duration":0}},{"uid":"31ab6ac317c30423","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31ab6ac317c30423","status":"passed","time":{"start":1728370603946,"stop":1728370603956,"duration":10}},{"uid":"7506318b5e56a35f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7506318b5e56a35f","status":"passed","time":{"start":1728369703125,"stop":1728369703126,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dec927a604c17606","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dec927a604c17606","status":"passed","time":{"start":1728379565737,"stop":1728379565737,"duration":0}},{"uid":"9755c7ebad4bfe9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9755c7ebad4bfe9b","status":"passed","time":{"start":1728372228764,"stop":1728372228764,"duration":0}},{"uid":"26cae013a075de95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26cae013a075de95","status":"passed","time":{"start":1728370603966,"stop":1728370603966,"duration":0}},{"uid":"227dc21e13484355","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/227dc21e13484355","status":"passed","time":{"start":1728369703130,"stop":1728369703130,"duration":0}}]},"6828d657d65eaae1388c886922eabb99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fb04641d3902fb5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3fb04641d3902fb5","status":"passed","time":{"start":1728369590806,"stop":1728369590807,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d138a0ec2355b81a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d138a0ec2355b81a","status":"passed","time":{"start":1728379350286,"stop":1728379350287,"duration":1}},{"uid":"47d261b074b296ac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/47d261b074b296ac","status":"passed","time":{"start":1728371998249,"stop":1728371998249,"duration":0}},{"uid":"7b7cab8a7d423656","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b7cab8a7d423656","status":"passed","time":{"start":1728370345937,"stop":1728370345937,"duration":0}},{"uid":"ab7fa8ed93a7083","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab7fa8ed93a7083","status":"passed","time":{"start":1728369443723,"stop":1728369443723,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4c8c2e7e29f05a2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b4c8c2e7e29f05a2","status":"passed","time":{"start":1728379644814,"stop":1728379644815,"duration":1}},{"uid":"d72d4755ff222d55","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d72d4755ff222d55","status":"passed","time":{"start":1728372295098,"stop":1728372295099,"duration":1}},{"uid":"55636e08c2ee8a68","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55636e08c2ee8a68","status":"passed","time":{"start":1728370682624,"stop":1728370682624,"duration":0}},{"uid":"47b4744990a36957","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/47b4744990a36957","status":"passed","time":{"start":1728369782381,"stop":1728369782381,"duration":0}}]},"bbf83667a84ed02c5643f00e1bb539de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c7c0d4f8bd7a48c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c7c0d4f8bd7a48c","status":"passed","time":{"start":1728379547126,"stop":1728379547126,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc09ad7d40e82670","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fc09ad7d40e82670","status":"passed","time":{"start":1728379565744,"stop":1728379565745,"duration":1}},{"uid":"d9d8dfbfc78fcb54","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9d8dfbfc78fcb54","status":"passed","time":{"start":1728372228766,"stop":1728372228767,"duration":1}},{"uid":"db5ae56a90159100","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/db5ae56a90159100","status":"passed","time":{"start":1728370603981,"stop":1728370603981,"duration":0}},{"uid":"5c8f1a637e9e4098","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c8f1a637e9e4098","status":"passed","time":{"start":1728369703132,"stop":1728369703139,"duration":7}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"357d592d4a26bb94","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/357d592d4a26bb94","status":"passed","time":{"start":1728379366470,"stop":1728379366472,"duration":2}},{"uid":"e76c4eca37514574","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e76c4eca37514574","status":"passed","time":{"start":1728371996007,"stop":1728371996010,"duration":3}},{"uid":"f20b1fa6a54a3892","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f20b1fa6a54a3892","status":"passed","time":{"start":1728370345126,"stop":1728370345126,"duration":0}},{"uid":"b36b662e4258319c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b36b662e4258319c","status":"passed","time":{"start":1728369447287,"stop":1728369447288,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eba088e2483bdfd1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eba088e2483bdfd1","status":"passed","time":{"start":1728379186754,"stop":1728379186755,"duration":1}},{"uid":"f4238a83869bb441","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f4238a83869bb441","status":"passed","time":{"start":1728371830870,"stop":1728371830871,"duration":1}},{"uid":"2fc811fa12c4adf8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fc811fa12c4adf8","status":"passed","time":{"start":1728370178237,"stop":1728370178237,"duration":0}},{"uid":"ad3f8ad002416e10","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad3f8ad002416e10","status":"passed","time":{"start":1728369277107,"stop":1728369277108,"duration":1}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f84e556f32f1ee2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f84e556f32f1ee2e","status":"passed","time":{"start":1728379159022,"stop":1728379159022,"duration":0}},{"uid":"fbf7bf535a98e8f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbf7bf535a98e8f8","status":"passed","time":{"start":1728371802906,"stop":1728371802907,"duration":1}},{"uid":"618f456644fd01b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/618f456644fd01b2","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"fefd2b992e1f71ba","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fefd2b992e1f71ba","status":"passed","time":{"start":1728369248995,"stop":1728369248996,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aaea80846dcb7057","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aaea80846dcb7057","status":"passed","time":{"start":1728379329401,"stop":1728379329402,"duration":1}},{"uid":"507ea1b9c9bc42ad","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/507ea1b9c9bc42ad","status":"passed","time":{"start":1728371973995,"stop":1728371974001,"duration":6}},{"uid":"d6697533087d46ef","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d6697533087d46ef","status":"passed","time":{"start":1728370320868,"stop":1728370320869,"duration":1}},{"uid":"a3bf5b9eaad1cb9b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3bf5b9eaad1cb9b","status":"passed","time":{"start":1728369420261,"stop":1728369420262,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"34c4331ed4907c6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c4331ed4907c6c","status":"passed","time":{"start":1728379182987,"stop":1728379182987,"duration":0}},{"uid":"1296ec760ce6e5d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1296ec760ce6e5d","status":"passed","time":{"start":1728371826965,"stop":1728371826965,"duration":0}},{"uid":"aab61c58e56d3871","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aab61c58e56d3871","status":"passed","time":{"start":1728370174428,"stop":1728370174429,"duration":1}},{"uid":"d52e5d9308f760fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d52e5d9308f760fb","status":"passed","time":{"start":1728369273238,"stop":1728369273238,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6471da70c1d7f5ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6471da70c1d7f5ee","status":"passed","time":{"start":1728379263315,"stop":1728379263324,"duration":9}},{"uid":"9bb5f24cfe1815e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9bb5f24cfe1815e9","status":"passed","time":{"start":1728371908005,"stop":1728371908005,"duration":0}},{"uid":"951f6122732fdb08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/951f6122732fdb08","status":"passed","time":{"start":1728370252051,"stop":1728370252051,"duration":0}},{"uid":"f0a3b984cc6a6a25","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f0a3b984cc6a6a25","status":"passed","time":{"start":1728369354741,"stop":1728369354741,"duration":0}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"531fc8f2d0d1501c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/531fc8f2d0d1501c","status":"passed","time":{"start":1728379329164,"stop":1728379329165,"duration":1}},{"uid":"f2f2b71b70e9e756","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2f2b71b70e9e756","status":"passed","time":{"start":1728371983979,"stop":1728371983979,"duration":0}}]},"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16e8df86da4c9023","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16e8df86da4c9023","status":"passed","time":{"start":1728379197136,"stop":1728379197136,"duration":0}}]},"8c38d9019286e95151f365bb8e8c8a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"580278a0dd013f3a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/580278a0dd013f3a","status":"passed","time":{"start":1728379515562,"stop":1728379515563,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"592db3c67bd9390","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/592db3c67bd9390","status":"passed","time":{"start":1728379193196,"stop":1728379193197,"duration":1}},{"uid":"1cc5ab68204f821e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1cc5ab68204f821e","status":"passed","time":{"start":1728371837408,"stop":1728371837408,"duration":0}},{"uid":"4f1f3a77a662edaf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4f1f3a77a662edaf","status":"passed","time":{"start":1728370184625,"stop":1728370184625,"duration":0}},{"uid":"b6c3352220ed06cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6c3352220ed06cf","status":"passed","time":{"start":1728369283802,"stop":1728369283802,"duration":0}}]}} \ No newline at end of file +{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a2c0603b65d42067","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a2c0603b65d42067","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0}},{"uid":"8b40f2c976018eeb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b40f2c976018eeb","status":"passed","time":{"start":1728379159012,"stop":1728379159013,"duration":1}},{"uid":"fc95e50850e6de8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fc95e50850e6de8c","status":"passed","time":{"start":1728371802898,"stop":1728371802898,"duration":0}},{"uid":"607517689c9ba3bf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/607517689c9ba3bf","status":"passed","time":{"start":1728370149931,"stop":1728370149932,"duration":1}},{"uid":"18952f4a96f84ea3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/18952f4a96f84ea3","status":"passed","time":{"start":1728369248986,"stop":1728369248987,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4c7b5aa90a8e3322","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c7b5aa90a8e3322","status":"passed","time":{"start":1728381618751,"stop":1728381618751,"duration":0}},{"uid":"8ca9c24ef6fadf6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8ca9c24ef6fadf6a","status":"passed","time":{"start":1728379426562,"stop":1728379426563,"duration":1}},{"uid":"f324f5006a96a54c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f324f5006a96a54c","status":"passed","time":{"start":1728372087285,"stop":1728372087286,"duration":1}},{"uid":"617f5bd705170f83","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/617f5bd705170f83","status":"passed","time":{"start":1728370467519,"stop":1728370467519,"duration":0}},{"uid":"c3ec0f5d3a17b383","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3ec0f5d3a17b383","status":"passed","time":{"start":1728369548376,"stop":1728369548377,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6a62fe44e3f7a9a3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a62fe44e3f7a9a3","status":"passed","time":{"start":1728381680442,"stop":1728381680443,"duration":1}},{"uid":"a59f2976c2276237","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a59f2976c2276237","status":"passed","time":{"start":1728379482919,"stop":1728379482919,"duration":0}},{"uid":"e6b69328cf2c6a69","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6b69328cf2c6a69","status":"passed","time":{"start":1728372134546,"stop":1728372134546,"duration":0}},{"uid":"31e3a265bbf8043f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31e3a265bbf8043f","status":"passed","time":{"start":1728370487861,"stop":1728370487862,"duration":1}},{"uid":"aafe6e19d795dd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aafe6e19d795dd6","status":"passed","time":{"start":1728369590787,"stop":1728369590788,"duration":1}}]},"a6249399269e61062afae3de4a2df1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f6fba4482d81348","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f6fba4482d81348","status":"passed","time":{"start":1728370581675,"stop":1728370581675,"duration":0}}]},"63150d577cf4b58809987851ce482ab3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f9f6445091d687c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f9f6445091d687c","status":"passed","time":{"start":1728369590807,"stop":1728369590807,"duration":0}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a246626c1ed40d0d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a246626c1ed40d0d","status":"passed","time":{"start":1728381358363,"stop":1728381358363,"duration":0}},{"uid":"961dff133ece9e70","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/961dff133ece9e70","status":"passed","time":{"start":1728379161481,"stop":1728379161481,"duration":0}},{"uid":"df01403d291892d2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df01403d291892d2","status":"passed","time":{"start":1728371805333,"stop":1728371805334,"duration":1}},{"uid":"18bbb14dbc830400","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18bbb14dbc830400","status":"passed","time":{"start":1728370152478,"stop":1728370152478,"duration":0}},{"uid":"4a9beabc1863de3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a9beabc1863de3c","status":"passed","time":{"start":1728369251643,"stop":1728369251643,"duration":0}}]},"71a6c624f6bd7e0f6bd9c96cd9aab056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b87371555879df17","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b87371555879df17","status":"passed","time":{"start":1728369675004,"stop":1728369675005,"duration":1}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"effe00c9a67b8f66","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/effe00c9a67b8f66","status":"passed","time":{"start":1728381521316,"stop":1728381521316,"duration":0}},{"uid":"f3ed932a54199f42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ed932a54199f42","status":"passed","time":{"start":1728379329180,"stop":1728379329180,"duration":0}},{"uid":"748e24a721e04175","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/748e24a721e04175","status":"passed","time":{"start":1728371984005,"stop":1728371984005,"duration":0}},{"uid":"de9cf8fadc24a0d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de9cf8fadc24a0d2","status":"passed","time":{"start":1728370284360,"stop":1728370284360,"duration":0}},{"uid":"3d64e0a5666b1c94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d64e0a5666b1c94","status":"passed","time":{"start":1728369378903,"stop":1728369378903,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b8ce677b8ac70aef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b8ce677b8ac70aef","status":"passed","time":{"start":1728381526505,"stop":1728381526509,"duration":4}},{"uid":"a32a25f24b536622","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a32a25f24b536622","status":"passed","time":{"start":1728379329395,"stop":1728379329395,"duration":0}},{"uid":"c21ff8a96597479b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c21ff8a96597479b","status":"passed","time":{"start":1728371973983,"stop":1728371973983,"duration":0}},{"uid":"79a569e70a6da7d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/79a569e70a6da7d2","status":"passed","time":{"start":1728370320861,"stop":1728370320862,"duration":1}},{"uid":"b1481698f2442548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1481698f2442548","status":"passed","time":{"start":1728369420220,"stop":1728369420221,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ffec83fb78bb195","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6ffec83fb78bb195","status":"passed","time":{"start":1728381409095,"stop":1728381409095,"duration":0}},{"uid":"eb592c648fbe1b18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eb592c648fbe1b18","status":"passed","time":{"start":1728379215430,"stop":1728379215431,"duration":1}},{"uid":"d9b8a7d511a525ee","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9b8a7d511a525ee","status":"passed","time":{"start":1728371857087,"stop":1728371857087,"duration":0}},{"uid":"90375711c1c0c760","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90375711c1c0c760","status":"passed","time":{"start":1728370205025,"stop":1728370205029,"duration":4}},{"uid":"5acca862f44a23f0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5acca862f44a23f0","status":"passed","time":{"start":1728369303210,"stop":1728369303212,"duration":2}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0a27b891ce09f4b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0a27b891ce09f4b","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0}},{"uid":"705d81384bcd2bb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/705d81384bcd2bb","status":"passed","time":{"start":1728379167607,"stop":1728379167607,"duration":0}},{"uid":"533352ffcc1e6c3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/533352ffcc1e6c3b","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"93b69cfa13648f48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/93b69cfa13648f48","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"7741bcda98a1aac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7741bcda98a1aac","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d865ae41c3003692","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d865ae41c3003692","status":"passed","time":{"start":1728381554781,"stop":1728381554782,"duration":1}},{"uid":"ba29376fb8ff8944","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ba29376fb8ff8944","status":"passed","time":{"start":1728379365910,"stop":1728379365910,"duration":0}},{"uid":"f545c300a15bef96","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f545c300a15bef96","status":"passed","time":{"start":1728372012991,"stop":1728372012992,"duration":1}},{"uid":"81eed31f3c03b6d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/81eed31f3c03b6d2","status":"passed","time":{"start":1728370408810,"stop":1728370408811,"duration":1}},{"uid":"68c207e7b3bcd9da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68c207e7b3bcd9da","status":"passed","time":{"start":1728369510278,"stop":1728369510278,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa85bd63cce6d5e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fa85bd63cce6d5e8","status":"passed","time":{"start":1728381774344,"stop":1728381774345,"duration":1}},{"uid":"215bfc65a85c3a36","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/215bfc65a85c3a36","status":"passed","time":{"start":1728379576341,"stop":1728379576341,"duration":0}},{"uid":"57b3457df2376e16","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57b3457df2376e16","status":"passed","time":{"start":1728372230816,"stop":1728372230817,"duration":1}},{"uid":"4a34116b0ff9eaa8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4a34116b0ff9eaa8","status":"passed","time":{"start":1728370630209,"stop":1728370630210,"duration":1}},{"uid":"383adef07280f574","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/383adef07280f574","status":"passed","time":{"start":1728369712260,"stop":1728369712261,"duration":1}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cef394826c83d954","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cef394826c83d954","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0}},{"uid":"8dfc5549d0ace118","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8dfc5549d0ace118","status":"passed","time":{"start":1728379250163,"stop":1728379250164,"duration":1}},{"uid":"6dbf10b6e6d9ae29","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6dbf10b6e6d9ae29","status":"passed","time":{"start":1728371885969,"stop":1728371885969,"duration":0}},{"uid":"d9445b7166e225f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9445b7166e225f5","status":"passed","time":{"start":1728370233665,"stop":1728370233665,"duration":0}},{"uid":"23b91f34852b576b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23b91f34852b576b","status":"passed","time":{"start":1728369335735,"stop":1728369335735,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ec584c988df65ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5ec584c988df65ab","status":"passed","time":{"start":1728381363575,"stop":1728381363576,"duration":1}},{"uid":"9bf7ecfdc5ee0b8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9bf7ecfdc5ee0b8c","status":"passed","time":{"start":1728379166769,"stop":1728379166770,"duration":1}},{"uid":"33c3ea1c8f85ffda","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33c3ea1c8f85ffda","status":"passed","time":{"start":1728371810592,"stop":1728371810593,"duration":1}},{"uid":"5f6d2efcf51c0bc1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f6d2efcf51c0bc1","status":"passed","time":{"start":1728370158407,"stop":1728370158407,"duration":0}},{"uid":"3876e9f7b4877bea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3876e9f7b4877bea","status":"passed","time":{"start":1728369256990,"stop":1728369256991,"duration":1}}]},"b4ee62d179bc4aa2bab4bbbd7113f391:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bca3c28b9925742","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bca3c28b9925742","status":"passed","time":{"start":1728369675000,"stop":1728369675001,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3af791fc1f16e8c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3af791fc1f16e8c","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0}},{"uid":"5ff39564224e119f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ff39564224e119f","status":"passed","time":{"start":1728379482930,"stop":1728379482931,"duration":1}},{"uid":"5c801c5618772b9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5c801c5618772b9b","status":"passed","time":{"start":1728372134554,"stop":1728372134555,"duration":1}},{"uid":"d51b92e7f5cdc31a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d51b92e7f5cdc31a","status":"passed","time":{"start":1728370487872,"stop":1728370487873,"duration":1}},{"uid":"82f4adbb93a34756","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/82f4adbb93a34756","status":"passed","time":{"start":1728369590796,"stop":1728369590799,"duration":3}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e81ae42173fbf022","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e81ae42173fbf022","status":"passed","time":{"start":1728381749056,"stop":1728381749057,"duration":1}},{"uid":"7aaebd3af2ab4a2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7aaebd3af2ab4a2f","status":"passed","time":{"start":1728379549694,"stop":1728379549695,"duration":1}},{"uid":"26730c81404b85bd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/26730c81404b85bd","status":"passed","time":{"start":1728372195433,"stop":1728372195433,"duration":0}},{"uid":"34012569d4562156","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/34012569d4562156","status":"passed","time":{"start":1728370555256,"stop":1728370555257,"duration":1}},{"uid":"88cd252e7c646eb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/88cd252e7c646eb","status":"passed","time":{"start":1728369639852,"stop":1728369639852,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"189c05601ace89a5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/189c05601ace89a5","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0}},{"uid":"12fc4be5b61013bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12fc4be5b61013bf","status":"passed","time":{"start":1728379565735,"stop":1728379565735,"duration":0}},{"uid":"1c95db48c44fbe42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c95db48c44fbe42","status":"passed","time":{"start":1728372228761,"stop":1728372228762,"duration":1}},{"uid":"534e8ce650ed7644","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/534e8ce650ed7644","status":"passed","time":{"start":1728370603960,"stop":1728370603965,"duration":5}},{"uid":"361105bf165a75b5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/361105bf165a75b5","status":"passed","time":{"start":1728369703126,"stop":1728369703127,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1db0beef40203e46","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1db0beef40203e46","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0}},{"uid":"a93e3715e7cd983b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a93e3715e7cd983b","status":"passed","time":{"start":1728379460296,"stop":1728379460297,"duration":1}},{"uid":"2a399d61113e990c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2a399d61113e990c","status":"passed","time":{"start":1728372105680,"stop":1728372105680,"duration":0}},{"uid":"8ff38ba353210e58","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ff38ba353210e58","status":"passed","time":{"start":1728370464160,"stop":1728370464161,"duration":1}},{"uid":"192c203869b20d0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/192c203869b20d0b","status":"passed","time":{"start":1728369544876,"stop":1728369544877,"duration":1}}]},"c6961db7ae2a218952b53d35461860b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef38d1501cecdb25","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef38d1501cecdb25","status":"passed","time":{"start":1728379482965,"stop":1728379482971,"duration":6}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c5c2d1bd58b3241f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c5c2d1bd58b3241f","status":"passed","time":{"start":1728381461616,"stop":1728381461616,"duration":0}},{"uid":"71785df41aacd15","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71785df41aacd15","status":"passed","time":{"start":1728379263313,"stop":1728379263314,"duration":1}},{"uid":"691969f56ddafcc9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/691969f56ddafcc9","status":"passed","time":{"start":1728371908000,"stop":1728371908001,"duration":1}},{"uid":"8ec943a6983b1d86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ec943a6983b1d86","status":"passed","time":{"start":1728370252050,"stop":1728370252050,"duration":0}},{"uid":"fd6e1c28bd5139e6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd6e1c28bd5139e6","status":"passed","time":{"start":1728369354739,"stop":1728369354740,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"48e46b66095c35b8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/48e46b66095c35b8","status":"passed","time":{"start":1728381711643,"stop":1728381711644,"duration":1}},{"uid":"95e78450f9d03152","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/95e78450f9d03152","status":"passed","time":{"start":1728379515543,"stop":1728379515543,"duration":0}},{"uid":"17115df64485db24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17115df64485db24","status":"passed","time":{"start":1728372171287,"stop":1728372171287,"duration":0}},{"uid":"747b38e1040b5f3e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/747b38e1040b5f3e","status":"passed","time":{"start":1728370522950,"stop":1728370522950,"duration":0}},{"uid":"3bf7f4de093c6548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bf7f4de093c6548","status":"passed","time":{"start":1728369622030,"stop":1728369622030,"duration":0}}]},"515699a7bdb99f015a388606d0aad9fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"423763226be85844","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/423763226be85844","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b437defffa4f83d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b437defffa4f83d2","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0}},{"uid":"f288c4f83d64f36b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f288c4f83d64f36b","status":"passed","time":{"start":1728379484789,"stop":1728379484789,"duration":0}},{"uid":"84a68c2481d2406","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/84a68c2481d2406","status":"passed","time":{"start":1728372130489,"stop":1728372130489,"duration":0}},{"uid":"6650f1a510449064","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6650f1a510449064","status":"passed","time":{"start":1728370516483,"stop":1728370516484,"duration":1}},{"uid":"17cf89f37cad6a5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/17cf89f37cad6a5a","status":"passed","time":{"start":1728369620725,"stop":1728369620726,"duration":1}}]},"eb6cadd5d556243bda7fa7695fcb6475:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eee1c52821abb222","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eee1c52821abb222","status":"passed","time":{"start":1728372200181,"stop":1728372200181,"duration":0}}]},"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"2921ee0350e6fc97","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2921ee0350e6fc97","status":"passed","time":{"start":1728381613872,"stop":1728381613872,"duration":0}},{"uid":"a6980844ffb81b6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6980844ffb81b6c","status":"passed","time":{"start":1728379419686,"stop":1728379419686,"duration":0}},{"uid":"b51f547b4c677e02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b51f547b4c677e02","status":"passed","time":{"start":1728372107442,"stop":1728372107443,"duration":1}},{"uid":"f5e87a5a1f439867","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5e87a5a1f439867","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626989,"stop":1728370626989,"duration":0}},{"uid":"16491f515bd31a27","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/16491f515bd31a27","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728516,"stop":1728369728516,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4aceb880db9a702","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4aceb880db9a702","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0}},{"uid":"c6ec6da1f2fa19d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6ec6da1f2fa19d8","status":"passed","time":{"start":1728379549675,"stop":1728379549675,"duration":0}},{"uid":"7a8dd92063a3085c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a8dd92063a3085c","status":"passed","time":{"start":1728372195415,"stop":1728372195417,"duration":2}},{"uid":"18a1c966160c1a45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18a1c966160c1a45","status":"passed","time":{"start":1728370555246,"stop":1728370555246,"duration":0}},{"uid":"52396a69f7421015","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/52396a69f7421015","status":"passed","time":{"start":1728369639836,"stop":1728369639837,"duration":1}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5d330093a350e06f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5d330093a350e06f","status":"passed","time":{"start":1728381763772,"stop":1728381763773,"duration":1}},{"uid":"1cf5f6a82023bc4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1cf5f6a82023bc4","status":"passed","time":{"start":1728379572272,"stop":1728379572273,"duration":1}},{"uid":"5a6ec3c32be20a9d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a6ec3c32be20a9d","status":"passed","time":{"start":1728372221516,"stop":1728372221516,"duration":0}},{"uid":"8d671427e905afa4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d671427e905afa4","status":"passed","time":{"start":1728370607707,"stop":1728370607707,"duration":0}},{"uid":"e6c06f86102f2f68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6c06f86102f2f68","status":"passed","time":{"start":1728369690174,"stop":1728369690174,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"52ba4ab445b7c5a9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/52ba4ab445b7c5a9","status":"passed","time":{"start":1728381696823,"stop":1728381696824,"duration":1}},{"uid":"796f67e99eaa3090","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/796f67e99eaa3090","status":"passed","time":{"start":1728379498093,"stop":1728379498093,"duration":0}},{"uid":"4934dfbdb16faf7a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4934dfbdb16faf7a","status":"passed","time":{"start":1728372147551,"stop":1728372147552,"duration":1}},{"uid":"3343284f91e9a414","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3343284f91e9a414","status":"passed","time":{"start":1728370534999,"stop":1728370534999,"duration":0}},{"uid":"4da1adb0e7d1eb63","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4da1adb0e7d1eb63","status":"passed","time":{"start":1728369636354,"stop":1728369636355,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d70425a263ba6580","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d70425a263ba6580","status":"passed","time":{"start":1728381711649,"stop":1728381711650,"duration":1}},{"uid":"86d69609ff6fc70e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/86d69609ff6fc70e","status":"passed","time":{"start":1728379515552,"stop":1728379515553,"duration":1}},{"uid":"e49ec3c497b3fc0e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e49ec3c497b3fc0e","status":"passed","time":{"start":1728372171296,"stop":1728372171296,"duration":0}},{"uid":"f715571cc2d70766","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f715571cc2d70766","status":"passed","time":{"start":1728370522964,"stop":1728370522965,"duration":1}},{"uid":"2ec7fbfc072c6699","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ec7fbfc072c6699","status":"passed","time":{"start":1728369622044,"stop":1728369622044,"duration":0}}]},"7a9a8b90ec5b0fa7cd1a1c0d713311ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d41aadd9ee27a32f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d41aadd9ee27a32f","status":"passed","time":{"start":1728381745552,"stop":1728381745554,"duration":2}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d9f0cf2e7494c6c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9d9f0cf2e7494c6c","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0}},{"uid":"d977b5762a1c65dc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d977b5762a1c65dc","status":"passed","time":{"start":1728379159024,"stop":1728379159024,"duration":0}},{"uid":"31cc2e037f3486b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/31cc2e037f3486b0","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"8f93346e2d0f8c48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8f93346e2d0f8c48","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"a052ba38dc59f4d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a052ba38dc59f4d3","status":"passed","time":{"start":1728369248997,"stop":1728369248997,"duration":0}}]},"53cba973e845f8509d0e3f6fc7bf7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"766ccb76548372a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/766ccb76548372a0","status":"passed","time":{"start":1728379197135,"stop":1728379197135,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2454edb9ca7e58ff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2454edb9ca7e58ff","status":"passed","time":{"start":1728381766194,"stop":1728381766196,"duration":2}},{"uid":"b3807e34717cdfc3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3807e34717cdfc3","status":"passed","time":{"start":1728379569497,"stop":1728379569498,"duration":1}},{"uid":"c0d5e36ae31bfeba","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0d5e36ae31bfeba","status":"passed","time":{"start":1728372220851,"stop":1728372220851,"duration":0}},{"uid":"1c4dc86660fb9df1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c4dc86660fb9df1","status":"passed","time":{"start":1728370605230,"stop":1728370605230,"duration":0}},{"uid":"13c7cf138822d4a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13c7cf138822d4a","status":"passed","time":{"start":1728369697443,"stop":1728369697446,"duration":3}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5e3a019aeedd9b46","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5e3a019aeedd9b46","status":"passed","time":{"start":1728381554775,"stop":1728381554776,"duration":1}},{"uid":"d8798246d02f7b8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d8798246d02f7b8c","status":"passed","time":{"start":1728379365893,"stop":1728379365893,"duration":0}},{"uid":"be9d8657dfa9b3aa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be9d8657dfa9b3aa","status":"passed","time":{"start":1728372012986,"stop":1728372012986,"duration":0}},{"uid":"18bbc357bb78329d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18bbc357bb78329d","status":"passed","time":{"start":1728370408803,"stop":1728370408803,"duration":0}},{"uid":"51a624750c6d6bef","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51a624750c6d6bef","status":"passed","time":{"start":1728369510270,"stop":1728369510270,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"11c6399b08a6676b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/11c6399b08a6676b","status":"passed","time":{"start":1728381355955,"stop":1728381355955,"duration":0}},{"uid":"21d4944143722248","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/21d4944143722248","status":"passed","time":{"start":1728379158996,"stop":1728379158996,"duration":0}},{"uid":"5bccc437d7df72fb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5bccc437d7df72fb","status":"passed","time":{"start":1728371802889,"stop":1728371802889,"duration":0}},{"uid":"e084916081775a63","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e084916081775a63","status":"passed","time":{"start":1728370149915,"stop":1728370149915,"duration":0}},{"uid":"e002c7240dbe2272","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e002c7240dbe2272","status":"passed","time":{"start":1728369248974,"stop":1728369248975,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c17311d692f90cf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c17311d692f90cf","status":"passed","time":{"start":1728381749043,"stop":1728381749043,"duration":0}},{"uid":"42feeedadc3bd34a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42feeedadc3bd34a","status":"passed","time":{"start":1728379549687,"stop":1728379549687,"duration":0}},{"uid":"851755663bf633e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/851755663bf633e6","status":"passed","time":{"start":1728372195427,"stop":1728372195427,"duration":0}},{"uid":"47824dfae89c64a8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47824dfae89c64a8","status":"passed","time":{"start":1728370555252,"stop":1728370555252,"duration":0}},{"uid":"5ed999da6e970d94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ed999da6e970d94","status":"passed","time":{"start":1728369639845,"stop":1728369639845,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"136ad81555f5e70b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/136ad81555f5e70b","status":"passed","time":{"start":1728381461615,"stop":1728381461616,"duration":1}},{"uid":"812376215f9b8afc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/812376215f9b8afc","status":"passed","time":{"start":1728379263312,"stop":1728379263313,"duration":1}},{"uid":"307c2c078a1e3cac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/307c2c078a1e3cac","status":"passed","time":{"start":1728371907998,"stop":1728371907998,"duration":0}},{"uid":"7b94987b14ce874f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b94987b14ce874f","status":"passed","time":{"start":1728370252050,"stop":1728370252050,"duration":0}},{"uid":"7f6f30c3afeaaa75","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f6f30c3afeaaa75","status":"passed","time":{"start":1728369354739,"stop":1728369354739,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8addad0222e50175","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8addad0222e50175","status":"passed","time":{"start":1728381711671,"stop":1728381711674,"duration":3}},{"uid":"c164ecc289136a08","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c164ecc289136a08","status":"passed","time":{"start":1728379515559,"stop":1728379515559,"duration":0}},{"uid":"2c107f68c13eea3f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c107f68c13eea3f","status":"passed","time":{"start":1728372171310,"stop":1728372171311,"duration":1}},{"uid":"2b63e9aee08c0d4a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2b63e9aee08c0d4a","status":"passed","time":{"start":1728370522973,"stop":1728370522974,"duration":1}},{"uid":"157b6b20b27bdffd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/157b6b20b27bdffd","status":"passed","time":{"start":1728369622051,"stop":1728369622052,"duration":1}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f5ecbf7b6cb98d10","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f5ecbf7b6cb98d10","status":"passed","time":{"start":1728381759211,"stop":1728381759212,"duration":1}},{"uid":"d583342998772132","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d583342998772132","status":"passed","time":{"start":1728379560161,"stop":1728379560161,"duration":0}},{"uid":"1bd4ba144af0cc02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1bd4ba144af0cc02","status":"passed","time":{"start":1728372216742,"stop":1728372216743,"duration":1}},{"uid":"dc50e6e303da3fe3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dc50e6e303da3fe3","status":"passed","time":{"start":1728370607963,"stop":1728370607964,"duration":1}},{"uid":"5751ee127bf38f76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5751ee127bf38f76","status":"passed","time":{"start":1728369698569,"stop":1728369698571,"duration":2}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"efe484ab9cb668c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/efe484ab9cb668c3","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0}},{"uid":"3c01156ca52ec403","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3c01156ca52ec403","status":"passed","time":{"start":1728379194286,"stop":1728379194286,"duration":0}},{"uid":"b50fb8ac86f9a864","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b50fb8ac86f9a864","status":"passed","time":{"start":1728371838586,"stop":1728371838586,"duration":0}},{"uid":"abc00a2589417d38","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/abc00a2589417d38","status":"passed","time":{"start":1728370185971,"stop":1728370185972,"duration":1}},{"uid":"4f24c3117b345b69","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f24c3117b345b69","status":"passed","time":{"start":1728369284714,"stop":1728369284715,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"938b274143f8beca","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/938b274143f8beca","status":"passed","time":{"start":1728381763773,"stop":1728381763774,"duration":1}},{"uid":"37dd624b6a46848c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37dd624b6a46848c","status":"passed","time":{"start":1728379572274,"stop":1728379572274,"duration":0}},{"uid":"7c53575f7fd37c2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7c53575f7fd37c2b","status":"passed","time":{"start":1728372221516,"stop":1728372221516,"duration":0}},{"uid":"ff9f440b7da3b967","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff9f440b7da3b967","status":"passed","time":{"start":1728370607707,"stop":1728370607707,"duration":0}},{"uid":"85d7af52704cf1bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85d7af52704cf1bf","status":"passed","time":{"start":1728369690174,"stop":1728369690175,"duration":1}}]},"3039fa5ae33288944e7770f6b9de72ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b60a571ae1dc011c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b60a571ae1dc011c","status":"passed","time":{"start":1728370557099,"stop":1728370557099,"duration":0}}]},"f2196747eba909776f82039a431d6194:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"758e780d9515fc0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/758e780d9515fc0a","status":"passed","time":{"start":1728372200179,"stop":1728372200180,"duration":1}}]},"15b705a64e26c384970b1ebcd5830430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b66ef1a6d51c990","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b66ef1a6d51c990","status":"passed","time":{"start":1728370320868,"stop":1728370320868,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1536fbb04311853f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1536fbb04311853f","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0}},{"uid":"50089020e8c8420b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/50089020e8c8420b","status":"passed","time":{"start":1728379515550,"stop":1728379515551,"duration":1}},{"uid":"5a7c073e7431c5ec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a7c073e7431c5ec","status":"passed","time":{"start":1728372171293,"stop":1728372171294,"duration":1}},{"uid":"b76cf39e9866af02","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b76cf39e9866af02","status":"passed","time":{"start":1728370522958,"stop":1728370522958,"duration":0}},{"uid":"a274f863160d5ae4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a274f863160d5ae4","status":"passed","time":{"start":1728369622034,"stop":1728369622035,"duration":1}}]},"a110ca115e26604e9ccef7258fce727a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ff4a5245b1ef671","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ff4a5245b1ef671","status":"passed","time":{"start":1728369663460,"stop":1728369663461,"duration":1}}]},"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"eb50fb8e5251b963","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eb50fb8e5251b963","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0}},{"uid":"87952a9035899598","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/87952a9035899598","status":"passed","time":{"start":1728379419673,"stop":1728379419673,"duration":0}},{"uid":"c06e6b284f749e05","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c06e6b284f749e05","status":"passed","time":{"start":1728372107437,"stop":1728372107438,"duration":1}},{"uid":"f25ac6d0f44a5c03","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f25ac6d0f44a5c03","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626982,"stop":1728370626982,"duration":0}},{"uid":"b3757524ba2025c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3757524ba2025c3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728512,"stop":1728369728512,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ec81d74812d21129","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ec81d74812d21129","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0}},{"uid":"877efd08a2b79ac7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/877efd08a2b79ac7","status":"passed","time":{"start":1728379159015,"stop":1728379159015,"duration":0}},{"uid":"e05bcef0fc9bb70c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e05bcef0fc9bb70c","status":"passed","time":{"start":1728371802900,"stop":1728371802900,"duration":0}},{"uid":"6aa3253f68c6aa92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6aa3253f68c6aa92","status":"passed","time":{"start":1728370149934,"stop":1728370149934,"duration":0}},{"uid":"1cecffa8cbeddd11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1cecffa8cbeddd11","status":"passed","time":{"start":1728369248988,"stop":1728369248989,"duration":1}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3fd4fa852805c53","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3fd4fa852805c53","status":"passed","time":{"start":1728381521291,"stop":1728381521292,"duration":1}},{"uid":"913ac8c62df64a5c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/913ac8c62df64a5c","status":"passed","time":{"start":1728379329172,"stop":1728379329172,"duration":0}},{"uid":"2b2fbcaf7cf3669c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b2fbcaf7cf3669c","status":"passed","time":{"start":1728371983994,"stop":1728371983995,"duration":1}},{"uid":"34af423aac00460e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/34af423aac00460e","status":"passed","time":{"start":1728370284348,"stop":1728370284348,"duration":0}},{"uid":"941cb4397f9b8265","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/941cb4397f9b8265","status":"passed","time":{"start":1728369378879,"stop":1728369378880,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b7fcdce699c8c19","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b7fcdce699c8c19","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0}},{"uid":"9d16fa3c0c610ba8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d16fa3c0c610ba8","status":"passed","time":{"start":1728379460288,"stop":1728379460289,"duration":1}},{"uid":"318a1a8f10e691b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/318a1a8f10e691b1","status":"passed","time":{"start":1728372105676,"stop":1728372105676,"duration":0}},{"uid":"b62aadcb08d7b650","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b62aadcb08d7b650","status":"passed","time":{"start":1728370464150,"stop":1728370464151,"duration":1}},{"uid":"b1da12e6ce8e30d6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1da12e6ce8e30d6","status":"passed","time":{"start":1728369544873,"stop":1728369544873,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f1b3fa3419aea0e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f1b3fa3419aea0e5","status":"passed","time":{"start":1728381371415,"stop":1728381371415,"duration":0}},{"uid":"728ef5f6e146dd60","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/728ef5f6e146dd60","status":"passed","time":{"start":1728379174375,"stop":1728379174375,"duration":0}},{"uid":"b4388b3ac96158cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4388b3ac96158cd","status":"passed","time":{"start":1728371818653,"stop":1728371818654,"duration":1}},{"uid":"c91e156fcc7775fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c91e156fcc7775fc","status":"passed","time":{"start":1728370166257,"stop":1728370166258,"duration":1}},{"uid":"d91044a75331dc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d91044a75331dc7","status":"passed","time":{"start":1728369265011,"stop":1728369265012,"duration":1}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1f073a289b5c7b78","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1f073a289b5c7b78","status":"passed","time":{"start":1728381554779,"stop":1728381554779,"duration":0}},{"uid":"31079b81acbde41d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31079b81acbde41d","status":"passed","time":{"start":1728379365909,"stop":1728379365909,"duration":0}},{"uid":"58ae5309830a62c3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/58ae5309830a62c3","status":"passed","time":{"start":1728372012988,"stop":1728372012988,"duration":0}},{"uid":"77a97cbd74dee9d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77a97cbd74dee9d","status":"passed","time":{"start":1728370408808,"stop":1728370408808,"duration":0}},{"uid":"cbd4d0cde4f239f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbd4d0cde4f239f8","status":"passed","time":{"start":1728369510276,"stop":1728369510276,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2136b2de71bb20c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2136b2de71bb20c3","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0}},{"uid":"744b9257c57d85de","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/744b9257c57d85de","status":"passed","time":{"start":1728379549631,"stop":1728379549631,"duration":0}},{"uid":"122860f6eb2dfb43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/122860f6eb2dfb43","status":"passed","time":{"start":1728372195406,"stop":1728372195407,"duration":1}},{"uid":"45bfff6b81caefc3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/45bfff6b81caefc3","status":"passed","time":{"start":1728370555236,"stop":1728370555236,"duration":0}},{"uid":"40441a72c22d4074","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40441a72c22d4074","status":"passed","time":{"start":1728369639822,"stop":1728369639824,"duration":2}}]},"4e085a356b7f249ed7a240529050e37a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51abc22cde7a5454","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51abc22cde7a5454","status":"passed","time":{"start":1728381745557,"stop":1728381745557,"duration":0}}]},"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c4771f1fb497b95","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c4771f1fb497b95","status":"passed","time":{"start":1728381580778,"stop":1728381580778,"duration":0}},{"uid":"ca4637cc7143ebd0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca4637cc7143ebd0","status":"passed","time":{"start":1728379391618,"stop":1728379391619,"duration":1}},{"uid":"380213dc862c8bf3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/380213dc862c8bf3","status":"passed","time":{"start":1728372025210,"stop":1728372025210,"duration":0}},{"uid":"33bfe8f62be844ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/33bfe8f62be844ea","status":"passed","time":{"start":1728370362610,"stop":1728370362610,"duration":0}},{"uid":"356f1a379ead232b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/356f1a379ead232b","status":"passed","time":{"start":1728369464842,"stop":1728369464842,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"632d4648d8090d45","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/632d4648d8090d45","status":"passed","time":{"start":1728381475916,"stop":1728381475916,"duration":0}},{"uid":"cd11f492b8288831","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd11f492b8288831","status":"passed","time":{"start":1728379282311,"stop":1728379282317,"duration":6}},{"uid":"6dc9cedaf808dece","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6dc9cedaf808dece","status":"passed","time":{"start":1728371925986,"stop":1728371925986,"duration":0}},{"uid":"9f02aecd445807fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f02aecd445807fc","status":"passed","time":{"start":1728370273960,"stop":1728370273960,"duration":0}},{"uid":"b42d968c76f6643e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b42d968c76f6643e","status":"passed","time":{"start":1728369370046,"stop":1728369370046,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f204fe5e369e90f1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f204fe5e369e90f1","status":"passed","time":{"start":1728381689163,"stop":1728381689164,"duration":1}},{"uid":"e03c65ce76f16674","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e03c65ce76f16674","status":"passed","time":{"start":1728379493875,"stop":1728379493875,"duration":0}},{"uid":"8431db9f621da6d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8431db9f621da6d3","status":"passed","time":{"start":1728372140961,"stop":1728372140965,"duration":4}},{"uid":"bfadd7f91b5caa1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfadd7f91b5caa1d","status":"passed","time":{"start":1728370524966,"stop":1728370524966,"duration":0}},{"uid":"7801b37e704dc8df","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7801b37e704dc8df","status":"passed","time":{"start":1728369630403,"stop":1728369630403,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"111ad6566c31641d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/111ad6566c31641d","status":"passed","time":{"start":1728381439745,"stop":1728381439745,"duration":0}},{"uid":"b1ee0273e665c32e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b1ee0273e665c32e","status":"passed","time":{"start":1728379250164,"stop":1728379250164,"duration":0}},{"uid":"9766b2218d618226","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9766b2218d618226","status":"passed","time":{"start":1728371885969,"stop":1728371885970,"duration":1}},{"uid":"71612c92d63836ba","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/71612c92d63836ba","status":"passed","time":{"start":1728370233665,"stop":1728370233666,"duration":1}},{"uid":"d75a321439857b3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d75a321439857b3c","status":"passed","time":{"start":1728369335735,"stop":1728369335736,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"99c171976923881f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/99c171976923881f","status":"passed","time":{"start":1728381749035,"stop":1728381749036,"duration":1}},{"uid":"18643830bfad5606","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/18643830bfad5606","status":"passed","time":{"start":1728379549681,"stop":1728379549682,"duration":1}},{"uid":"93a0ef46e34a9c6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/93a0ef46e34a9c6c","status":"passed","time":{"start":1728372195421,"stop":1728372195421,"duration":0}},{"uid":"a1aa6d02a14ef10e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1aa6d02a14ef10e","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"d456ba79c79efcd8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d456ba79c79efcd8","status":"passed","time":{"start":1728369639839,"stop":1728369639840,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a48bd8876662b3b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5a48bd8876662b3b","status":"passed","time":{"start":1728381389461,"stop":1728381389462,"duration":1}},{"uid":"f9addb90601a12ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9addb90601a12ac","status":"passed","time":{"start":1728379192716,"stop":1728379192717,"duration":1}},{"uid":"818b9f2c276b3145","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/818b9f2c276b3145","status":"passed","time":{"start":1728371836844,"stop":1728371836844,"duration":0}},{"uid":"c24029bde18e127","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c24029bde18e127","status":"passed","time":{"start":1728370184427,"stop":1728370184427,"duration":0}},{"uid":"6bcff5e1dd912b34","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6bcff5e1dd912b34","status":"passed","time":{"start":1728369283260,"stop":1728369283260,"duration":0}}]},"bc405f7ea71e312064bb14bfbce79466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c251bd1831818d79","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c251bd1831818d79","status":"passed","time":{"start":1728372200180,"stop":1728372200181,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd8383205262defb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd8383205262defb","status":"passed","time":{"start":1728381355981,"stop":1728381355982,"duration":1}},{"uid":"a098d3614f823de3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a098d3614f823de3","status":"passed","time":{"start":1728379159026,"stop":1728379159027,"duration":1}},{"uid":"c3147d9768a34d6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c3147d9768a34d6a","status":"passed","time":{"start":1728371802910,"stop":1728371802910,"duration":0}},{"uid":"a8676bc41131577e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a8676bc41131577e","status":"passed","time":{"start":1728370149944,"stop":1728370149945,"duration":1}},{"uid":"44e314dd2bc5bdba","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/44e314dd2bc5bdba","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"6c5c79d40a2c1ae859600be972151d1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6073bb77cc0a6fd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6073bb77cc0a6fd","status":"passed","time":{"start":1728372200174,"stop":1728372200174,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"da732b2f2d051ae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da732b2f2d051ae","status":"passed","time":{"start":1728381763774,"stop":1728381763775,"duration":1}},{"uid":"a09d2e7edbe46218","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a09d2e7edbe46218","status":"passed","time":{"start":1728379572274,"stop":1728379572275,"duration":1}},{"uid":"ccdbd334e819ea1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccdbd334e819ea1b","status":"passed","time":{"start":1728372221517,"stop":1728372221517,"duration":0}},{"uid":"669beb9ce574ab06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/669beb9ce574ab06","status":"passed","time":{"start":1728370607709,"stop":1728370607710,"duration":1}},{"uid":"27c741eab360c6ff","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/27c741eab360c6ff","status":"passed","time":{"start":1728369690176,"stop":1728369690176,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5273a22709824c8e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5273a22709824c8e","status":"passed","time":{"start":1728381449299,"stop":1728381449300,"duration":1}},{"uid":"6e87ec060af95ca1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e87ec060af95ca1","status":"passed","time":{"start":1728379255033,"stop":1728379255034,"duration":1}},{"uid":"14453ab7e08515d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/14453ab7e08515d3","status":"passed","time":{"start":1728371896756,"stop":1728371896757,"duration":1}},{"uid":"65a6846849beba3c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65a6846849beba3c","status":"passed","time":{"start":1728370245295,"stop":1728370245297,"duration":2}},{"uid":"1bc5b32d8b23f40b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bc5b32d8b23f40b","status":"passed","time":{"start":1728369344216,"stop":1728369344217,"duration":1}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"157d6d873da0e726","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/157d6d873da0e726","status":"passed","time":{"start":1728381355984,"stop":1728381355985,"duration":1}},{"uid":"9e5edd16d888faae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9e5edd16d888faae","status":"passed","time":{"start":1728379159030,"stop":1728379159030,"duration":0}},{"uid":"813eb983e02de5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/813eb983e02de5a","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"f6c6e13301522931","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f6c6e13301522931","status":"passed","time":{"start":1728370149947,"stop":1728370149948,"duration":1}},{"uid":"cdf8ea51c27444c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdf8ea51c27444c7","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5c02acfa1ecba3de","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c02acfa1ecba3de","status":"passed","time":{"start":1728381749063,"stop":1728381749065,"duration":2}},{"uid":"5903cc0755d8a018","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5903cc0755d8a018","status":"passed","time":{"start":1728379549699,"stop":1728379549699,"duration":0}},{"uid":"66f96e4e47068976","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/66f96e4e47068976","status":"passed","time":{"start":1728372195435,"stop":1728372195436,"duration":1}},{"uid":"37daf034524025dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/37daf034524025dc","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"a398ea2c62f1b2ca","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a398ea2c62f1b2ca","status":"passed","time":{"start":1728369639855,"stop":1728369639855,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"21763825d2f8dd59","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/21763825d2f8dd59","status":"passed","time":{"start":1728381743123,"stop":1728381743123,"duration":0}},{"uid":"434394e7c076f6d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/434394e7c076f6d8","status":"passed","time":{"start":1728379550980,"stop":1728379550982,"duration":2}},{"uid":"9a2de098eafbdd6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9a2de098eafbdd6a","status":"passed","time":{"start":1728372211442,"stop":1728372211443,"duration":1}},{"uid":"c1d363ccd377f098","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c1d363ccd377f098","status":"passed","time":{"start":1728370582327,"stop":1728370582327,"duration":0}},{"uid":"f2a47d590d97ff72","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f2a47d590d97ff72","status":"passed","time":{"start":1728369674238,"stop":1728369674239,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"71931a9c6a1729cd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/71931a9c6a1729cd","status":"passed","time":{"start":1728381390013,"stop":1728381390013,"duration":0}},{"uid":"c16e8e742197fdd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c16e8e742197fdd2","status":"passed","time":{"start":1728379193197,"stop":1728379193197,"duration":0}},{"uid":"f5fd02e18d6a564a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5fd02e18d6a564a","status":"passed","time":{"start":1728371837408,"stop":1728371837409,"duration":1}},{"uid":"b796ba57669b092f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b796ba57669b092f","status":"passed","time":{"start":1728370184626,"stop":1728370184626,"duration":0}},{"uid":"fd740ec9dd916c13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd740ec9dd916c13","status":"passed","time":{"start":1728369283803,"stop":1728369283803,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"677f37cc99bf438b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/677f37cc99bf438b","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0}},{"uid":"214ada6f9a0f4fcb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/214ada6f9a0f4fcb","status":"passed","time":{"start":1728379329167,"stop":1728379329168,"duration":1}},{"uid":"443bc4b3c757f49a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/443bc4b3c757f49a","status":"passed","time":{"start":1728371983983,"stop":1728371983984,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44c6059730b4e0be","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44c6059730b4e0be","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0}},{"uid":"7af6bc0b8a61861","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7af6bc0b8a61861","status":"passed","time":{"start":1728379460260,"stop":1728379460261,"duration":1}},{"uid":"69bed3fc4ec38636","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69bed3fc4ec38636","status":"passed","time":{"start":1728372105660,"stop":1728372105660,"duration":0}},{"uid":"14960a82031190a3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/14960a82031190a3","status":"passed","time":{"start":1728370464118,"stop":1728370464119,"duration":1}},{"uid":"6f142f1d666ba4e2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f142f1d666ba4e2","status":"passed","time":{"start":1728369544855,"stop":1728369544855,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55deb6ee3694b5ad","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55deb6ee3694b5ad","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0}},{"uid":"ca94ce61a1a5fadc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca94ce61a1a5fadc","status":"passed","time":{"start":1728379159010,"stop":1728379159010,"duration":0}},{"uid":"3fc1ae98057bbc0e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3fc1ae98057bbc0e","status":"passed","time":{"start":1728371802896,"stop":1728371802896,"duration":0}},{"uid":"445fa1c444de5e0a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/445fa1c444de5e0a","status":"passed","time":{"start":1728370149929,"stop":1728370149930,"duration":1}},{"uid":"3ff9f02342705ae2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ff9f02342705ae2","status":"passed","time":{"start":1728369248985,"stop":1728369248985,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2aa1fdcaee7fb7e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2aa1fdcaee7fb7e8","status":"passed","time":{"start":1728381772751,"stop":1728381772751,"duration":0}},{"uid":"5ee8e41df829e47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ee8e41df829e47","status":"passed","time":{"start":1728379576114,"stop":1728379576114,"duration":0}},{"uid":"3eb95fee22a792b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3eb95fee22a792b0","status":"passed","time":{"start":1728372231471,"stop":1728372231472,"duration":1}},{"uid":"1cc15b7faf6e181","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1cc15b7faf6e181","status":"passed","time":{"start":1728370655525,"stop":1728370655525,"duration":0}},{"uid":"a8c386ba31276efd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8c386ba31276efd","status":"passed","time":{"start":1728369731925,"stop":1728369731926,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"15b69aecf585dc42","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/15b69aecf585dc42","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0}},{"uid":"d1526bbfe65c5bc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1526bbfe65c5bc0","status":"passed","time":{"start":1728379515544,"stop":1728379515544,"duration":0}},{"uid":"2dd49d314943329f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2dd49d314943329f","status":"passed","time":{"start":1728372171291,"stop":1728372171291,"duration":0}},{"uid":"7c44cae162947301","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c44cae162947301","status":"passed","time":{"start":1728370522951,"stop":1728370522951,"duration":0}},{"uid":"2401b7afdef7e844","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2401b7afdef7e844","status":"passed","time":{"start":1728369622031,"stop":1728369622031,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"37887a60a59b1d8d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/37887a60a59b1d8d","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0}},{"uid":"8453c5f2eb6b0cfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8453c5f2eb6b0cfe","status":"passed","time":{"start":1728379182990,"stop":1728379182990,"duration":0}},{"uid":"b696d1eef0f06182","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b696d1eef0f06182","status":"passed","time":{"start":1728371826968,"stop":1728371826968,"duration":0}},{"uid":"28d52c289de2cf77","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/28d52c289de2cf77","status":"passed","time":{"start":1728370174431,"stop":1728370174431,"duration":0}},{"uid":"bb0f9c2921bf5b1d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bb0f9c2921bf5b1d","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"920ac37b602f6270da8cf065ebeb673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb57e77c755317b0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/eb57e77c755317b0","status":"passed","time":{"start":1728370464130,"stop":1728370464130,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb2e4d44e40c3309","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fb2e4d44e40c3309","status":"passed","time":{"start":1728381363562,"stop":1728381363564,"duration":2}},{"uid":"bf34e8139cbc4463","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bf34e8139cbc4463","status":"passed","time":{"start":1728379166756,"stop":1728379166758,"duration":2}},{"uid":"869bf1341b4aeb18","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/869bf1341b4aeb18","status":"passed","time":{"start":1728371810586,"stop":1728371810587,"duration":1}},{"uid":"8ff370b676e4c735","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ff370b676e4c735","status":"passed","time":{"start":1728370158403,"stop":1728370158403,"duration":0}},{"uid":"a5bfea26c763d804","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5bfea26c763d804","status":"passed","time":{"start":1728369256984,"stop":1728369256985,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3946a35c458fe769","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3946a35c458fe769","status":"passed","time":{"start":1728381423072,"stop":1728381423073,"duration":1}},{"uid":"4ab1f3a1d0093e79","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4ab1f3a1d0093e79","status":"passed","time":{"start":1728379224166,"stop":1728379224167,"duration":1}},{"uid":"1e29ec46e10b05ac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1e29ec46e10b05ac","status":"passed","time":{"start":1728371870688,"stop":1728371870689,"duration":1}},{"uid":"7aa610abc5b9ff98","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7aa610abc5b9ff98","status":"passed","time":{"start":1728370215348,"stop":1728370215349,"duration":1}},{"uid":"98e4c68e290fc343","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/98e4c68e290fc343","status":"passed","time":{"start":1728369314830,"stop":1728369314831,"duration":1}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9fa5b558e29cb60d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9fa5b558e29cb60d","status":"passed","time":{"start":1728381689154,"stop":1728381689155,"duration":1}},{"uid":"bba9eb33167b9735","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bba9eb33167b9735","status":"passed","time":{"start":1728379493845,"stop":1728379493846,"duration":1}},{"uid":"b4e0ecb25de586b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4e0ecb25de586b3","status":"passed","time":{"start":1728372140948,"stop":1728372140949,"duration":1}},{"uid":"bfb1c720de9f5761","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfb1c720de9f5761","status":"passed","time":{"start":1728370524961,"stop":1728370524961,"duration":0}},{"uid":"2e3e43a25bed6acb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e3e43a25bed6acb","status":"passed","time":{"start":1728369630399,"stop":1728369630399,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cfa9d5ecda3e8fed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cfa9d5ecda3e8fed","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0}},{"uid":"4071b75f2ca2cf8c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4071b75f2ca2cf8c","status":"passed","time":{"start":1728379159008,"stop":1728379159008,"duration":0}},{"uid":"693a6b9dd55026fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/693a6b9dd55026fa","status":"passed","time":{"start":1728371802894,"stop":1728371802894,"duration":0}},{"uid":"5520840abcf110e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5520840abcf110e1","status":"passed","time":{"start":1728370149927,"stop":1728370149928,"duration":1}},{"uid":"40713aae0c51b582","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40713aae0c51b582","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65b00a130115d67a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65b00a130115d67a","status":"passed","time":{"start":1728381355954,"stop":1728381355954,"duration":0}},{"uid":"51d8c24a0d07a73b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/51d8c24a0d07a73b","status":"passed","time":{"start":1728379158995,"stop":1728379158995,"duration":0}},{"uid":"b0275713cd1981ed","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b0275713cd1981ed","status":"passed","time":{"start":1728371802888,"stop":1728371802889,"duration":1}},{"uid":"510f692026c3ffc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/510f692026c3ffc","status":"passed","time":{"start":1728370149914,"stop":1728370149914,"duration":0}},{"uid":"cf6e37d733af120f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cf6e37d733af120f","status":"passed","time":{"start":1728369248973,"stop":1728369248974,"duration":1}}]},"0e71fd8447af31eb9c937afb1884aed1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e19ba33f5c2c895e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e19ba33f5c2c895e","status":"passed","time":{"start":1728370557096,"stop":1728370557097,"duration":1}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4d3b1677f71d139a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4d3b1677f71d139a","status":"passed","time":{"start":1728381749070,"stop":1728381749071,"duration":1}},{"uid":"cc6433f05a143b9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc6433f05a143b9d","status":"passed","time":{"start":1728379549700,"stop":1728379549700,"duration":0}},{"uid":"df05d920f79379fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df05d920f79379fe","status":"passed","time":{"start":1728372195437,"stop":1728372195437,"duration":0}},{"uid":"7c7aea19b779b7ae","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c7aea19b779b7ae","status":"passed","time":{"start":1728370555260,"stop":1728370555260,"duration":0}},{"uid":"4f0f5ac6beef799f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f0f5ac6beef799f","status":"passed","time":{"start":1728369639856,"stop":1728369639857,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"230f66f94d9082e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/230f66f94d9082e8","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0}},{"uid":"1811cb660f589e0d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1811cb660f589e0d","status":"passed","time":{"start":1728379549682,"stop":1728379549682,"duration":0}},{"uid":"13d267e711e5e74e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13d267e711e5e74e","status":"passed","time":{"start":1728372195422,"stop":1728372195422,"duration":0}},{"uid":"202e24173cd3dc0f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/202e24173cd3dc0f","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"dcda6f60553314bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dcda6f60553314bf","status":"passed","time":{"start":1728369639840,"stop":1728369639841,"duration":1}}]},"ffc01d4e256b235aca93172223ded384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f1f6f9b56078b90","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f1f6f9b56078b90","status":"passed","time":{"start":1728370557098,"stop":1728370557098,"duration":0}}]},"964468cedb8698e7fb2acc01e069efe7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c677ad5863d317d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c677ad5863d317d","status":"passed","time":{"start":1728369663462,"stop":1728369663462,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"7ac3a089d0ed9c76","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ac3a089d0ed9c76","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381715118,"stop":1728381715119,"duration":1}},{"uid":"79d29a42921d3f5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79d29a42921d3f5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379518933,"stop":1728379518933,"duration":0}},{"uid":"bc38a5cfbcac9668","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc38a5cfbcac9668","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"e921f110a67ef18d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e921f110a67ef18d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370547718,"stop":1728370547718,"duration":0}},{"uid":"7c572b6a0c1c0517","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c572b6a0c1c0517","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369640705,"stop":1728369640706,"duration":1}}]},"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e2a124f434992a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e2a124f434992a7","status":"passed","time":{"start":1728381613864,"stop":1728381613864,"duration":0}},{"uid":"1fc230e98442ef4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fc230e98442ef4d","status":"passed","time":{"start":1728379419647,"stop":1728379419647,"duration":0}},{"uid":"8459a47ec38f65ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8459a47ec38f65ff","status":"passed","time":{"start":1728372107429,"stop":1728372107429,"duration":0}},{"uid":"1444e756ac7ba436","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1444e756ac7ba436","status":"passed","time":{"start":1728370626976,"stop":1728370626976,"duration":0}},{"uid":"9a0bfd9e2dfd936b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9a0bfd9e2dfd936b","status":"passed","time":{"start":1728369728507,"stop":1728369728507,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"19e03cae1e4314ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/19e03cae1e4314ab","status":"passed","time":{"start":1728381615370,"stop":1728381615371,"duration":1}},{"uid":"c0117ff001cbb995","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c0117ff001cbb995","status":"passed","time":{"start":1728379422777,"stop":1728379422777,"duration":0}},{"uid":"b97019cb5021367b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b97019cb5021367b","status":"passed","time":{"start":1728372057772,"stop":1728372057777,"duration":5}},{"uid":"c21ee5e9d9076fbc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c21ee5e9d9076fbc","status":"passed","time":{"start":1728370439676,"stop":1728370439677,"duration":1}},{"uid":"b9f90960528179a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9f90960528179a2","status":"passed","time":{"start":1728369540008,"stop":1728369540010,"duration":2}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44197379c265eca1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44197379c265eca1","status":"passed","time":{"start":1728381711674,"stop":1728381711676,"duration":2}},{"uid":"a0842cf98aa037d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0842cf98aa037d3","status":"passed","time":{"start":1728379515559,"stop":1728379515560,"duration":1}},{"uid":"e0522378a3048116","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0522378a3048116","status":"passed","time":{"start":1728372171311,"stop":1728372171311,"duration":0}},{"uid":"75ed0dd1ee871b86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/75ed0dd1ee871b86","status":"passed","time":{"start":1728370522974,"stop":1728370522974,"duration":0}},{"uid":"a4d9e45975937f30","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a4d9e45975937f30","status":"passed","time":{"start":1728369622052,"stop":1728369622052,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c05756bcc1b0b84f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c05756bcc1b0b84f","status":"passed","time":{"start":1728381363825,"stop":1728381363826,"duration":1}},{"uid":"2e7e2d166ab1e85a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2e7e2d166ab1e85a","status":"passed","time":{"start":1728379167014,"stop":1728379167015,"duration":1}},{"uid":"5e72b548cda33a72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e72b548cda33a72","status":"passed","time":{"start":1728371810675,"stop":1728371810676,"duration":1}},{"uid":"85b18d4a13e8e5a7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/85b18d4a13e8e5a7","status":"passed","time":{"start":1728370158079,"stop":1728370158079,"duration":0}},{"uid":"9978f253f7b9740a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9978f253f7b9740a","status":"passed","time":{"start":1728369257226,"stop":1728369257226,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"afb0dd4e3b35f24f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/afb0dd4e3b35f24f","status":"passed","time":{"start":1728381394401,"stop":1728381394402,"duration":1}},{"uid":"c60ce8adb595d542","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c60ce8adb595d542","status":"passed","time":{"start":1728379200429,"stop":1728379200430,"duration":1}},{"uid":"42ce4eea13449017","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/42ce4eea13449017","status":"passed","time":{"start":1728371841839,"stop":1728371841840,"duration":1}},{"uid":"e707c0fef652b99b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e707c0fef652b99b","status":"passed","time":{"start":1728370189958,"stop":1728370189959,"duration":1}},{"uid":"a5499b5edca0976e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5499b5edca0976e","status":"passed","time":{"start":1728369288720,"stop":1728369288722,"duration":2}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf7729a317e0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf7729a317e0a","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0}},{"uid":"eda8eb86d248bf8f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eda8eb86d248bf8f","status":"passed","time":{"start":1728379159010,"stop":1728379159011,"duration":1}},{"uid":"82f55ea9bdc94b6d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82f55ea9bdc94b6d","status":"passed","time":{"start":1728371802896,"stop":1728371802897,"duration":1}},{"uid":"3bd2ae75f0ea395","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bd2ae75f0ea395","status":"passed","time":{"start":1728370149930,"stop":1728370149930,"duration":0}},{"uid":"97f2fa8c1bfe154e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/97f2fa8c1bfe154e","status":"passed","time":{"start":1728369248985,"stop":1728369248985,"duration":0}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a7e8233dff8190ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a7e8233dff8190ba","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0}},{"uid":"20310be8886ffd7c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/20310be8886ffd7c","status":"passed","time":{"start":1728379422780,"stop":1728379422780,"duration":0}},{"uid":"54914daff2657f0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54914daff2657f0a","status":"passed","time":{"start":1728372057781,"stop":1728372057781,"duration":0}},{"uid":"988224d2e6ad6436","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/988224d2e6ad6436","status":"passed","time":{"start":1728370439686,"stop":1728370439687,"duration":1}},{"uid":"773b30546b679013","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/773b30546b679013","status":"passed","time":{"start":1728369540017,"stop":1728369540017,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ae8b9c167851eba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ae8b9c167851eba","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0}},{"uid":"fa2b1fde7bfda0ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa2b1fde7bfda0ce","status":"passed","time":{"start":1728379460282,"stop":1728379460283,"duration":1}},{"uid":"f1d90bb61df6d22f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f1d90bb61df6d22f","status":"passed","time":{"start":1728372105672,"stop":1728372105672,"duration":0}},{"uid":"ea49d840958e4bfe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea49d840958e4bfe","status":"passed","time":{"start":1728370464144,"stop":1728370464145,"duration":1}},{"uid":"3479e0334ef15db2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3479e0334ef15db2","status":"passed","time":{"start":1728369544868,"stop":1728369544868,"duration":0}}]},"f3800e13fa3dfe5ceeed562740aea4fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5080bec696e80fb5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5080bec696e80fb5","status":"passed","time":{"start":1728372105677,"stop":1728372105678,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2cc4fd924a8339b8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2cc4fd924a8339b8","status":"passed","time":{"start":1728381557273,"stop":1728381557276,"duration":3}},{"uid":"6e94bd053fe3433f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e94bd053fe3433f","status":"passed","time":{"start":1728379366496,"stop":1728379366496,"duration":0}},{"uid":"f41a2910810f24aa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f41a2910810f24aa","status":"passed","time":{"start":1728371996027,"stop":1728371996028,"duration":1}},{"uid":"901296d48208ad7f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/901296d48208ad7f","status":"passed","time":{"start":1728370345141,"stop":1728370345141,"duration":0}},{"uid":"62dc8e7b198fd0d1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/62dc8e7b198fd0d1","status":"passed","time":{"start":1728369447292,"stop":1728369447292,"duration":0}}]},"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3025357f3ffc825","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f3025357f3ffc825","status":"passed","time":{"start":1728381371408,"stop":1728381371409,"duration":1}},{"uid":"3d8c9e6ea7fa596f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d8c9e6ea7fa596f","status":"passed","time":{"start":1728379174826,"stop":1728379174827,"duration":1}},{"uid":"4cb853afbb1dc9b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cb853afbb1dc9b5","status":"passed","time":{"start":1728371818431,"stop":1728371818433,"duration":2}},{"uid":"d9d25a8682e501b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9d25a8682e501b2","status":"passed","time":{"start":1728370166076,"stop":1728370166077,"duration":1}},{"uid":"d6c0165509b2ef23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d6c0165509b2ef23","status":"passed","time":{"start":1728369265062,"stop":1728369265062,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f88d4b2e8870354c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f88d4b2e8870354c","status":"passed","time":{"start":1728381618750,"stop":1728381618750,"duration":0}},{"uid":"ca99ae8dbebe0ead","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca99ae8dbebe0ead","status":"passed","time":{"start":1728379426561,"stop":1728379426562,"duration":1}},{"uid":"a2dd221206b525fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2dd221206b525fe","status":"passed","time":{"start":1728372087285,"stop":1728372087285,"duration":0}},{"uid":"f49389f0fc128702","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f49389f0fc128702","status":"passed","time":{"start":1728370467518,"stop":1728370467518,"duration":0}},{"uid":"85cadb028521d2bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85cadb028521d2bd","status":"passed","time":{"start":1728369548374,"stop":1728369548374,"duration":0}}]},"2753e4292cf739a9f0592581ec73a3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9103d9bccd04181f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9103d9bccd04181f","status":"passed","time":{"start":1728381745555,"stop":1728381745556,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"61e708ba219a6382","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/61e708ba219a6382","status":"passed","time":{"start":1728381689166,"stop":1728381689166,"duration":0}},{"uid":"c108af1d8b86b5d1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c108af1d8b86b5d1","status":"passed","time":{"start":1728379493876,"stop":1728379493876,"duration":0}},{"uid":"6e9cfbd288231f67","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e9cfbd288231f67","status":"passed","time":{"start":1728372140967,"stop":1728372140968,"duration":1}},{"uid":"1ed7615ec1d51713","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ed7615ec1d51713","status":"passed","time":{"start":1728370524967,"stop":1728370524967,"duration":0}},{"uid":"1cee519ff1359773","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1cee519ff1359773","status":"passed","time":{"start":1728369630404,"stop":1728369630404,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"99df7b78b115d690","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/99df7b78b115d690","status":"passed","time":{"start":1728381557210,"stop":1728381557211,"duration":1}},{"uid":"5488bb9b7777016a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5488bb9b7777016a","status":"passed","time":{"start":1728379366442,"stop":1728379366443,"duration":1}},{"uid":"449dc447af75ecb1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/449dc447af75ecb1","status":"passed","time":{"start":1728371995993,"stop":1728371995993,"duration":0}},{"uid":"d65630f6ce89ad1c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d65630f6ce89ad1c","status":"passed","time":{"start":1728370345100,"stop":1728370345105,"duration":5}},{"uid":"ad9f4206dbb7a637","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad9f4206dbb7a637","status":"passed","time":{"start":1728369447284,"stop":1728369447284,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"63559bad545f553a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/63559bad545f553a","status":"passed","time":{"start":1728381355956,"stop":1728381355956,"duration":0}},{"uid":"d73036e9f4c5582b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d73036e9f4c5582b","status":"passed","time":{"start":1728379158997,"stop":1728379158998,"duration":1}},{"uid":"8fd5217210c98ec9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8fd5217210c98ec9","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"dd4a701fd1d4ab44","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dd4a701fd1d4ab44","status":"passed","time":{"start":1728370149916,"stop":1728370149917,"duration":1}},{"uid":"acfa839ca532ce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acfa839ca532ce","status":"passed","time":{"start":1728369248975,"stop":1728369248976,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8e43b56de926582a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8e43b56de926582a","status":"passed","time":{"start":1728381521315,"stop":1728381521316,"duration":1}},{"uid":"d0558ed1ecbb7c37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d0558ed1ecbb7c37","status":"passed","time":{"start":1728379329180,"stop":1728379329180,"duration":0}},{"uid":"bffdb37a7a69a217","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bffdb37a7a69a217","status":"passed","time":{"start":1728371984005,"stop":1728371984005,"duration":0}},{"uid":"b3b0497a514a4488","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3b0497a514a4488","status":"passed","time":{"start":1728370284360,"stop":1728370284360,"duration":0}},{"uid":"83dfe7e43c1e84a0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/83dfe7e43c1e84a0","status":"passed","time":{"start":1728369378902,"stop":1728369378902,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"33376d0253b7bb5e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/33376d0253b7bb5e","status":"passed","time":{"start":1728381355955,"stop":1728381355956,"duration":1}},{"uid":"cb32a76da871b1c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cb32a76da871b1c7","status":"passed","time":{"start":1728379158996,"stop":1728379158997,"duration":1}},{"uid":"b608548e8bbe299a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b608548e8bbe299a","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"ee098ab592a5c1ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee098ab592a5c1ea","status":"passed","time":{"start":1728370149915,"stop":1728370149916,"duration":1}},{"uid":"2a2087da26c26288","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2a2087da26c26288","status":"passed","time":{"start":1728369248975,"stop":1728369248975,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8867763be450c98e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8867763be450c98e","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0}},{"uid":"37435d12293265cc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37435d12293265cc","status":"passed","time":{"start":1728379366500,"stop":1728379366500,"duration":0}},{"uid":"4250e00169a6e673","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4250e00169a6e673","status":"passed","time":{"start":1728371996029,"stop":1728371996030,"duration":1}},{"uid":"29ab6c02775a00a5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/29ab6c02775a00a5","status":"passed","time":{"start":1728370345145,"stop":1728370345146,"duration":1}},{"uid":"a8fe4b088b098d98","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8fe4b088b098d98","status":"passed","time":{"start":1728369447293,"stop":1728369447293,"duration":0}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"382fd0561ae6ccd9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/382fd0561ae6ccd9","status":"passed","time":{"start":1728381680454,"stop":1728381680455,"duration":1}},{"uid":"7ebf955e188e757a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7ebf955e188e757a","status":"passed","time":{"start":1728379482927,"stop":1728379482928,"duration":1}},{"uid":"4880513c27fd2a03","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4880513c27fd2a03","status":"passed","time":{"start":1728372134550,"stop":1728372134553,"duration":3}},{"uid":"ea121663a504aec0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea121663a504aec0","status":"passed","time":{"start":1728370487868,"stop":1728370487868,"duration":0}},{"uid":"605b4f6a38ea5b39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/605b4f6a38ea5b39","status":"passed","time":{"start":1728369590792,"stop":1728369590792,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8f1cf9a1558c37be","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8f1cf9a1558c37be","status":"passed","time":{"start":1728381355989,"stop":1728381355989,"duration":0}},{"uid":"b97d15201a58aa46","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b97d15201a58aa46","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"fe393cfad0a32918","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fe393cfad0a32918","status":"passed","time":{"start":1728371802855,"stop":1728371802855,"duration":0}},{"uid":"ebc5be65ca84d832","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebc5be65ca84d832","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"6c12313adaca64e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6c12313adaca64e1","status":"passed","time":{"start":1728369249006,"stop":1728369249006,"duration":0}}]},"d8bd3cce525f74da2b73f198bb4ead52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d035d0cd891b099b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d035d0cd891b099b","status":"passed","time":{"start":1728372169987,"stop":1728372169988,"duration":1}}]},"245dfc4d6a41658d46449a7b555a7e6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ce098273436cd05","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2ce098273436cd05","status":"passed","time":{"start":1728381658372,"stop":1728381658372,"duration":0}}]},"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"254d1e87b6213543","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/254d1e87b6213543","status":"passed","time":{"start":1728381371412,"stop":1728381371412,"duration":0}},{"uid":"c6b68df9da97ed47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6b68df9da97ed47","status":"passed","time":{"start":1728379174830,"stop":1728379174831,"duration":1}},{"uid":"fc0c1b82d6f75a72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fc0c1b82d6f75a72","status":"passed","time":{"start":1728371818437,"stop":1728371818438,"duration":1}},{"uid":"c3ef3d2d61e6df4d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3ef3d2d61e6df4d","status":"passed","time":{"start":1728370166080,"stop":1728370166080,"duration":0}},{"uid":"545899cf5b46740f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/545899cf5b46740f","status":"passed","time":{"start":1728369265064,"stop":1728369265065,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"61f18c31c2a39441","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/61f18c31c2a39441","status":"passed","time":{"start":1728381696827,"stop":1728381696834,"duration":7}},{"uid":"6de8145e97eb513","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6de8145e97eb513","status":"passed","time":{"start":1728379498098,"stop":1728379498099,"duration":1}},{"uid":"6651d61b01d08498","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6651d61b01d08498","status":"passed","time":{"start":1728372147560,"stop":1728372147561,"duration":1}},{"uid":"9271fcbc085ce477","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9271fcbc085ce477","status":"passed","time":{"start":1728370535026,"stop":1728370535029,"duration":3}},{"uid":"e67ac96fa2c09716","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e67ac96fa2c09716","status":"passed","time":{"start":1728369636372,"stop":1728369636373,"duration":1}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65b95899e5b6f1a1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65b95899e5b6f1a1","status":"passed","time":{"start":1728381363559,"stop":1728381363560,"duration":1}},{"uid":"191081a3dd5db19b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/191081a3dd5db19b","status":"passed","time":{"start":1728379166752,"stop":1728379166753,"duration":1}},{"uid":"4612dbd59717005","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4612dbd59717005","status":"passed","time":{"start":1728371810585,"stop":1728371810585,"duration":0}},{"uid":"d16dae33ae69cb3d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d16dae33ae69cb3d","status":"passed","time":{"start":1728370158401,"stop":1728370158402,"duration":1}},{"uid":"7314aed1811d216c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7314aed1811d216c","status":"passed","time":{"start":1728369256982,"stop":1728369256983,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"434a3f4b63f0563","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/434a3f4b63f0563","status":"passed","time":{"start":1728381439738,"stop":1728381439739,"duration":1}},{"uid":"654c8f5ccae1e01e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/654c8f5ccae1e01e","status":"passed","time":{"start":1728379250160,"stop":1728379250160,"duration":0}},{"uid":"6ebe3133682235f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6ebe3133682235f0","status":"passed","time":{"start":1728371885962,"stop":1728371885962,"duration":0}},{"uid":"a23acef0f0577afe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a23acef0f0577afe","status":"passed","time":{"start":1728370233661,"stop":1728370233662,"duration":1}},{"uid":"4f4c03917564f4c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f4c03917564f4c7","status":"passed","time":{"start":1728369335734,"stop":1728369335734,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"32e70c2056c6c91b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/32e70c2056c6c91b","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0}},{"uid":"b8bb97698f327964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8bb97698f327964","status":"passed","time":{"start":1728379159006,"stop":1728379159006,"duration":0}},{"uid":"1f57f9b5096bacd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1f57f9b5096bacd5","status":"passed","time":{"start":1728371802892,"stop":1728371802893,"duration":1}},{"uid":"8b67e735648537ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b67e735648537ff","status":"passed","time":{"start":1728370149926,"stop":1728370149926,"duration":0}},{"uid":"79888df75b207df7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/79888df75b207df7","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"af9ad30af01c19f8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/af9ad30af01c19f8","status":"passed","time":{"start":1728381743112,"stop":1728381743113,"duration":1}},{"uid":"982dc77f471b7435","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/982dc77f471b7435","status":"passed","time":{"start":1728379550979,"stop":1728379550979,"duration":0}},{"uid":"b3f0eccf1120545d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b3f0eccf1120545d","status":"passed","time":{"start":1728372211439,"stop":1728372211439,"duration":0}},{"uid":"7486baadf2fe2b89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7486baadf2fe2b89","status":"passed","time":{"start":1728370582326,"stop":1728370582326,"duration":0}},{"uid":"a8cc95ad395cfb67","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8cc95ad395cfb67","status":"passed","time":{"start":1728369674235,"stop":1728369674236,"duration":1}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7f7aba9153d18273","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7f7aba9153d18273","status":"passed","time":{"start":1728381355954,"stop":1728381355955,"duration":1}},{"uid":"d3a18c691786886f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d3a18c691786886f","status":"passed","time":{"start":1728379158995,"stop":1728379158996,"duration":1}},{"uid":"3f1224dbc241bb52","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f1224dbc241bb52","status":"passed","time":{"start":1728371802889,"stop":1728371802889,"duration":0}},{"uid":"6a1484f8ca9e1ecb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a1484f8ca9e1ecb","status":"passed","time":{"start":1728370149914,"stop":1728370149915,"duration":1}},{"uid":"af517fc9e5b848e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/af517fc9e5b848e4","status":"passed","time":{"start":1728369248974,"stop":1728369248974,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"48d8291a52a2c651","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/48d8291a52a2c651","status":"passed","time":{"start":1728381719625,"stop":1728381719626,"duration":1}},{"uid":"aed717baaad875a6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aed717baaad875a6","status":"passed","time":{"start":1728379523113,"stop":1728379523114,"duration":1}},{"uid":"2897123ed6cd044b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2897123ed6cd044b","status":"passed","time":{"start":1728372169990,"stop":1728372169990,"duration":0}},{"uid":"d02bfe3182d7caf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d02bfe3182d7caf3","status":"passed","time":{"start":1728370557101,"stop":1728370557101,"duration":0}},{"uid":"60b30ecc330ba12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60b30ecc330ba12","status":"passed","time":{"start":1728369663464,"stop":1728369663464,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e8060e5148fe53a6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e8060e5148fe53a6","status":"passed","time":{"start":1728381371850,"stop":1728381371851,"duration":1}},{"uid":"5420bb42f94e40f6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5420bb42f94e40f6","status":"passed","time":{"start":1728379175035,"stop":1728379175036,"duration":1}},{"uid":"7b6e46d004c9f852","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b6e46d004c9f852","status":"passed","time":{"start":1728371819028,"stop":1728371819028,"duration":0}},{"uid":"8673c981e8964258","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8673c981e8964258","status":"passed","time":{"start":1728370166485,"stop":1728370166485,"duration":0}},{"uid":"246c190eee20cae5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/246c190eee20cae5","status":"passed","time":{"start":1728369265267,"stop":1728369265267,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"37c57a873fa45cb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/37c57a873fa45cb5","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0}},{"uid":"5388ed9ffce4922d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5388ed9ffce4922d","status":"passed","time":{"start":1728379515546,"stop":1728379515546,"duration":0}},{"uid":"73c20c42b09cba98","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73c20c42b09cba98","status":"passed","time":{"start":1728372171292,"stop":1728372171292,"duration":0}},{"uid":"e8f002378afce6dd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8f002378afce6dd","status":"passed","time":{"start":1728370522956,"stop":1728370522957,"duration":1}},{"uid":"1b5cfcec756e25e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1b5cfcec756e25e1","status":"passed","time":{"start":1728369622032,"stop":1728369622033,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8dde41a4442b3d5c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8dde41a4442b3d5c","status":"passed","time":{"start":1728381379239,"stop":1728381379240,"duration":1}},{"uid":"fb60a5b10b43b6f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb60a5b10b43b6f2","status":"passed","time":{"start":1728379182446,"stop":1728379182447,"duration":1}},{"uid":"6eaaf17bd88bf230","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6eaaf17bd88bf230","status":"passed","time":{"start":1728371826622,"stop":1728371826623,"duration":1}},{"uid":"1402bb70e5450aa9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1402bb70e5450aa9","status":"passed","time":{"start":1728370173935,"stop":1728370173935,"duration":0}},{"uid":"7c17d4a42887dba6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c17d4a42887dba6","status":"passed","time":{"start":1728369272867,"stop":1728369272867,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2d288a78c06067e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2d288a78c06067e","status":"passed","time":{"start":1728381745565,"stop":1728381745566,"duration":1}},{"uid":"6c3abe9c3be506de","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c3abe9c3be506de","status":"passed","time":{"start":1728379547129,"stop":1728379547129,"duration":0}},{"uid":"3f9a0e1852f54c66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f9a0e1852f54c66","status":"passed","time":{"start":1728372200183,"stop":1728372200183,"duration":0}},{"uid":"4334b8cb1d07e0ed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4334b8cb1d07e0ed","status":"passed","time":{"start":1728370581703,"stop":1728370581704,"duration":1}},{"uid":"1a561f27baea74bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a561f27baea74bf","status":"passed","time":{"start":1728369675011,"stop":1728369675011,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"71fbf25109fd0603","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/71fbf25109fd0603","status":"passed","time":{"start":1728381689146,"stop":1728381689147,"duration":1}},{"uid":"28176a3d33e0decc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/28176a3d33e0decc","status":"passed","time":{"start":1728379493838,"stop":1728379493840,"duration":2}},{"uid":"c0ef83cf1d399e3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0ef83cf1d399e3b","status":"passed","time":{"start":1728372140940,"stop":1728372140943,"duration":3}},{"uid":"e6c84d044d25f917","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6c84d044d25f917","status":"passed","time":{"start":1728370524956,"stop":1728370524956,"duration":0}},{"uid":"5cbbebd6959d6069","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5cbbebd6959d6069","status":"passed","time":{"start":1728369630390,"stop":1728369630392,"duration":2}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"d8053fe5b29fb6d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d8053fe5b29fb6d2","status":"passed","time":{"start":1728381554779,"stop":1728381554781,"duration":2}},{"uid":"61a39c8b4427a32d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61a39c8b4427a32d","status":"passed","time":{"start":1728379365909,"stop":1728379365909,"duration":0}},{"uid":"7943d8460ff020e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7943d8460ff020e6","status":"passed","time":{"start":1728372012988,"stop":1728372012991,"duration":3}},{"uid":"d1e26f95b80ed7aa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1e26f95b80ed7aa","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370408810,"stop":1728370408810,"duration":0}},{"uid":"e4ea68c65d88836a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e4ea68c65d88836a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369510277,"stop":1728369510277,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ef11f3de294c0ac8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ef11f3de294c0ac8","status":"passed","time":{"start":1728381719626,"stop":1728381719626,"duration":0}},{"uid":"6577f678ad36d514","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6577f678ad36d514","status":"passed","time":{"start":1728379523114,"stop":1728379523115,"duration":1}},{"uid":"6c02828c442da472","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c02828c442da472","status":"passed","time":{"start":1728372169991,"stop":1728372169991,"duration":0}},{"uid":"9266063fc9beb47e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9266063fc9beb47e","status":"passed","time":{"start":1728370557101,"stop":1728370557101,"duration":0}},{"uid":"26fcc3b2e8a33041","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26fcc3b2e8a33041","status":"passed","time":{"start":1728369663465,"stop":1728369663465,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc35b903ab15503","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc35b903ab15503","status":"passed","time":{"start":1728381557276,"stop":1728381557276,"duration":0}},{"uid":"d9d9e3b45d8051da","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9d9e3b45d8051da","status":"passed","time":{"start":1728379366497,"stop":1728379366500,"duration":3}},{"uid":"4aefe2ece26c9f2c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4aefe2ece26c9f2c","status":"passed","time":{"start":1728371996029,"stop":1728371996029,"duration":0}},{"uid":"b1442db1ad9f6ad8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1442db1ad9f6ad8","status":"passed","time":{"start":1728370345141,"stop":1728370345145,"duration":4}},{"uid":"aef4d410fe17a0ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aef4d410fe17a0ae","status":"passed","time":{"start":1728369447292,"stop":1728369447292,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"68fea4ddabc82afd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/68fea4ddabc82afd","status":"passed","time":{"start":1728381363554,"stop":1728381363556,"duration":2}},{"uid":"6b265ee013a1c91","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b265ee013a1c91","status":"passed","time":{"start":1728379166747,"stop":1728379166752,"duration":5}},{"uid":"ee325c16d595e634","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee325c16d595e634","status":"passed","time":{"start":1728371810582,"stop":1728371810584,"duration":2}},{"uid":"6c1eb6148f90d630","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c1eb6148f90d630","status":"passed","time":{"start":1728370158400,"stop":1728370158401,"duration":1}},{"uid":"5d3af89d58485217","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d3af89d58485217","status":"passed","time":{"start":1728369256975,"stop":1728369256982,"duration":7}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bf0649a461407199","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bf0649a461407199","status":"passed","time":{"start":1728381389460,"stop":1728381389461,"duration":1}},{"uid":"2b2a9e953a9973ad","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b2a9e953a9973ad","status":"passed","time":{"start":1728379192715,"stop":1728379192715,"duration":0}},{"uid":"f8fbc898485648d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8fbc898485648d3","status":"passed","time":{"start":1728371836843,"stop":1728371836843,"duration":0}},{"uid":"9cfb87a2bc944526","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cfb87a2bc944526","status":"passed","time":{"start":1728370184426,"stop":1728370184426,"duration":0}},{"uid":"c434a97e88b9ac76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c434a97e88b9ac76","status":"passed","time":{"start":1728369283258,"stop":1728369283259,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8910521ed5c4e252","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8910521ed5c4e252","status":"passed","time":{"start":1728381696841,"stop":1728381696842,"duration":1}},{"uid":"6c30ff39d11708ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c30ff39d11708ea","status":"passed","time":{"start":1728379498102,"stop":1728379498103,"duration":1}},{"uid":"da60aebdc903e3b7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/da60aebdc903e3b7","status":"passed","time":{"start":1728372147565,"stop":1728372147565,"duration":0}},{"uid":"b1581d9abde9d2ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1581d9abde9d2ff","status":"passed","time":{"start":1728370535033,"stop":1728370535034,"duration":1}},{"uid":"3dcf57df0fd6db9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3dcf57df0fd6db9","status":"passed","time":{"start":1728369636376,"stop":1728369636376,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"66043b9963345987","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/66043b9963345987","status":"passed","time":{"start":1728381355523,"stop":1728381355528,"duration":5}},{"uid":"d7d760faefdb1c54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7d760faefdb1c54","status":"passed","time":{"start":1728379158579,"stop":1728379158580,"duration":1}},{"uid":"e6c75ff8e5a32a68","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6c75ff8e5a32a68","status":"passed","time":{"start":1728371802214,"stop":1728371802217,"duration":3}},{"uid":"b100232da1fb0d7f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b100232da1fb0d7f","status":"passed","time":{"start":1728370149845,"stop":1728370149847,"duration":2}},{"uid":"a2ae7600d24784b8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a2ae7600d24784b8","status":"passed","time":{"start":1728369248416,"stop":1728369248418,"duration":2}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bfcbc1c85d8a1f3d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bfcbc1c85d8a1f3d","status":"passed","time":{"start":1728381557210,"stop":1728381557210,"duration":0}},{"uid":"3e87b5f68d2b7dfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3e87b5f68d2b7dfe","status":"passed","time":{"start":1728379366440,"stop":1728379366442,"duration":2}},{"uid":"d32bd3223517e111","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d32bd3223517e111","status":"passed","time":{"start":1728371995989,"stop":1728371995993,"duration":4}},{"uid":"696651bd8befc21a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/696651bd8befc21a","status":"passed","time":{"start":1728370345099,"stop":1728370345099,"duration":0}},{"uid":"7d23cc43a5eaa2cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d23cc43a5eaa2cc","status":"passed","time":{"start":1728369447283,"stop":1728369447283,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"540d4aaf6ddab18c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/540d4aaf6ddab18c","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0}},{"uid":"d2dfacdbceabe54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d2dfacdbceabe54","status":"passed","time":{"start":1728379366490,"stop":1728379366495,"duration":5}},{"uid":"100a0cfd28d897e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/100a0cfd28d897e","status":"passed","time":{"start":1728371996024,"stop":1728371996024,"duration":0}},{"uid":"b3c3f7b06f66f898","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3c3f7b06f66f898","status":"passed","time":{"start":1728370345140,"stop":1728370345140,"duration":0}},{"uid":"5cd76a76aef5268b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5cd76a76aef5268b","status":"passed","time":{"start":1728369447291,"stop":1728369447291,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4744dba874494565","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4744dba874494565","status":"passed","time":{"start":1728381545554,"stop":1728381545555,"duration":1}},{"uid":"1c85478017010fbf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c85478017010fbf","status":"passed","time":{"start":1728379350287,"stop":1728379350287,"duration":0}},{"uid":"4c8b6a4f8cc4f5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c8b6a4f8cc4f5a","status":"passed","time":{"start":1728371998250,"stop":1728371998250,"duration":0}},{"uid":"42c779d4b9f5c031","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/42c779d4b9f5c031","status":"passed","time":{"start":1728370345938,"stop":1728370345939,"duration":1}},{"uid":"c8bd04ad309bb35f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c8bd04ad309bb35f","status":"passed","time":{"start":1728369443724,"stop":1728369443724,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22b29d4a45f5b0f1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/22b29d4a45f5b0f1","status":"passed","time":{"start":1728381711665,"stop":1728381711669,"duration":4}},{"uid":"d06a396265a4e613","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d06a396265a4e613","status":"passed","time":{"start":1728379515557,"stop":1728379515558,"duration":1}},{"uid":"5164be3edc6bede9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5164be3edc6bede9","status":"passed","time":{"start":1728372171309,"stop":1728372171309,"duration":0}},{"uid":"141d6b69d22d3722","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/141d6b69d22d3722","status":"passed","time":{"start":1728370522972,"stop":1728370522972,"duration":0}},{"uid":"cd4554ae7eced4e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cd4554ae7eced4e4","status":"passed","time":{"start":1728369622049,"stop":1728369622050,"duration":1}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b6336c503da6e4b5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b6336c503da6e4b5","status":"passed","time":{"start":1728381355972,"stop":1728381355973,"duration":1}},{"uid":"dcd772191c78b1e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dcd772191c78b1e","status":"passed","time":{"start":1728379159015,"stop":1728379159015,"duration":0}},{"uid":"88608f85e8573c02","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/88608f85e8573c02","status":"passed","time":{"start":1728371802900,"stop":1728371802901,"duration":1}},{"uid":"1b7ca95c8449abed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1b7ca95c8449abed","status":"passed","time":{"start":1728370149934,"stop":1728370149934,"duration":0}},{"uid":"2f770f0d557f44b0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2f770f0d557f44b0","status":"passed","time":{"start":1728369248989,"stop":1728369248989,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5feb9ddc02e6f6aa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5feb9ddc02e6f6aa","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0}},{"uid":"15418e3df1b70fe1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15418e3df1b70fe1","status":"passed","time":{"start":1728379422781,"stop":1728379422781,"duration":0}},{"uid":"1034cfe1027c26b4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1034cfe1027c26b4","status":"passed","time":{"start":1728372057781,"stop":1728372057782,"duration":1}},{"uid":"2edd3cd0a940bfc6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2edd3cd0a940bfc6","status":"passed","time":{"start":1728370439687,"stop":1728370439688,"duration":1}},{"uid":"9d5b02b2a1952781","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d5b02b2a1952781","status":"passed","time":{"start":1728369540017,"stop":1728369540018,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8bdcc458da832dea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8bdcc458da832dea","status":"passed","time":{"start":1728381711665,"stop":1728381711665,"duration":0}},{"uid":"371c36749ff9a5e0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/371c36749ff9a5e0","status":"passed","time":{"start":1728379515557,"stop":1728379515557,"duration":0}},{"uid":"77bc5c439ae08380","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77bc5c439ae08380","status":"passed","time":{"start":1728372171308,"stop":1728372171309,"duration":1}},{"uid":"d29186e3136911b7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d29186e3136911b7","status":"passed","time":{"start":1728370522972,"stop":1728370522972,"duration":0}},{"uid":"238e0105ecf2715d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/238e0105ecf2715d","status":"passed","time":{"start":1728369622049,"stop":1728369622049,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6a634e279cc5ee15","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a634e279cc5ee15","status":"passed","time":{"start":1728381615372,"stop":1728381615372,"duration":0}},{"uid":"ba90f22969e6cff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ba90f22969e6cff","status":"passed","time":{"start":1728379422779,"stop":1728379422780,"duration":1}},{"uid":"890fe75b6300a442","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/890fe75b6300a442","status":"passed","time":{"start":1728372057780,"stop":1728372057781,"duration":1}},{"uid":"ff5338dfe5c9f14f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff5338dfe5c9f14f","status":"passed","time":{"start":1728370439684,"stop":1728370439685,"duration":1}},{"uid":"875367ee0641ad36","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/875367ee0641ad36","status":"passed","time":{"start":1728369540013,"stop":1728369540013,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bbff387f58676d61","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bbff387f58676d61","status":"passed","time":{"start":1728381676005,"stop":1728381676005,"duration":0}},{"uid":"34c6c929bf410fbb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c6c929bf410fbb","status":"passed","time":{"start":1728379477370,"stop":1728379477371,"duration":1}},{"uid":"428d00047327238b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/428d00047327238b","status":"passed","time":{"start":1728372125151,"stop":1728372125152,"duration":1}},{"uid":"f61460a63915bd60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f61460a63915bd60","status":"passed","time":{"start":1728370506880,"stop":1728370506881,"duration":1}},{"uid":"6943a5e132df1fb1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6943a5e132df1fb1","status":"passed","time":{"start":1728369613006,"stop":1728369613006,"duration":0}}]},"0fddf73082dc8371071e3db02f3c9cde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbb7a9497bbefee1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fbb7a9497bbefee1","status":"passed","time":{"start":1728379460291,"stop":1728379460291,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"505496484edddac1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/505496484edddac1","status":"passed","time":{"start":1728381526525,"stop":1728381526525,"duration":0}},{"uid":"db082a3ca1409b78","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db082a3ca1409b78","status":"passed","time":{"start":1728379329404,"stop":1728379329404,"duration":0}},{"uid":"91f612c23b061643","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/91f612c23b061643","status":"passed","time":{"start":1728371974004,"stop":1728371974004,"duration":0}},{"uid":"de770c0d5f194cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de770c0d5f194cb","status":"passed","time":{"start":1728370320871,"stop":1728370320873,"duration":2}},{"uid":"80c668fa1552e486","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/80c668fa1552e486","status":"passed","time":{"start":1728369420265,"stop":1728369420265,"duration":0}}]},"ff0bc695dac8796f1d06d9a7548cb7bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34650c3465884892","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/34650c3465884892","status":"passed","time":{"start":1728369663461,"stop":1728369663461,"duration":0}}]},"9e2bb04a94c2c6ddeb5ae851f25f86be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9110045239270736","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9110045239270736","status":"passed","time":{"start":1728379547123,"stop":1728379547124,"duration":1}}]},"5cbe6d7588d00e00d05500059cbd6404:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0cd695c6ab19285","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a0cd695c6ab19285","status":"passed","time":{"start":1728370581690,"stop":1728370581690,"duration":0}}]},"ab1ae99360e8492385e6e9fea7500dda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86ce186837affa49","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86ce186837affa49","status":"passed","time":{"start":1728369675002,"stop":1728369675003,"duration":1}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0dfc27121cd9da9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0dfc27121cd9da9","status":"passed","time":{"start":1728381355979,"stop":1728381355980,"duration":1}},{"uid":"a4e8f3a32fc87353","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a4e8f3a32fc87353","status":"passed","time":{"start":1728379159024,"stop":1728379159024,"duration":0}},{"uid":"c43a316239b775c9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c43a316239b775c9","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"11f18c140bc36378","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11f18c140bc36378","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"ca8181e460c461d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca8181e460c461d9","status":"passed","time":{"start":1728369248997,"stop":1728369248997,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd8f687f4320c57c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd8f687f4320c57c","status":"passed","time":{"start":1728381756567,"stop":1728381756568,"duration":1}},{"uid":"91c181947c52a92f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91c181947c52a92f","status":"passed","time":{"start":1728379560456,"stop":1728379560456,"duration":0}},{"uid":"d0e6c8cdad043f9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0e6c8cdad043f9b","status":"passed","time":{"start":1728372207697,"stop":1728372207697,"duration":0}},{"uid":"956b16c1c03850c8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/956b16c1c03850c8","status":"passed","time":{"start":1728370596497,"stop":1728370596498,"duration":1}},{"uid":"51ebf0b4f5c22873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51ebf0b4f5c22873","status":"passed","time":{"start":1728369687972,"stop":1728369687972,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"45bf7eb411d7d018","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/45bf7eb411d7d018","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0}},{"uid":"c14a7de843118914","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c14a7de843118914","status":"passed","time":{"start":1728379159026,"stop":1728379159026,"duration":0}},{"uid":"1275888e66faf874","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1275888e66faf874","status":"passed","time":{"start":1728371802909,"stop":1728371802910,"duration":1}},{"uid":"22ffad3130c12876","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22ffad3130c12876","status":"passed","time":{"start":1728370149944,"stop":1728370149944,"duration":0}},{"uid":"c0540c72f01fcb19","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0540c72f01fcb19","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a9b9d70db33c38a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9b9d70db33c38a7","status":"passed","time":{"start":1728381763775,"stop":1728381763776,"duration":1}},{"uid":"e2c4f0464dbe0f40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2c4f0464dbe0f40","status":"passed","time":{"start":1728379572275,"stop":1728379572275,"duration":0}},{"uid":"f2c7878047273c76","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2c7878047273c76","status":"passed","time":{"start":1728372221517,"stop":1728372221517,"duration":0}},{"uid":"36900452a6411532","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36900452a6411532","status":"passed","time":{"start":1728370607710,"stop":1728370607710,"duration":0}},{"uid":"1849169f54065899","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1849169f54065899","status":"passed","time":{"start":1728369690176,"stop":1728369690176,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"887241218905cf19","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/887241218905cf19","status":"passed","time":{"start":1728381379403,"stop":1728381379403,"duration":0}},{"uid":"4181e27e984e61ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4181e27e984e61ac","status":"passed","time":{"start":1728379182988,"stop":1728379182988,"duration":0}},{"uid":"ddfc3a749e3a29f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ddfc3a749e3a29f5","status":"passed","time":{"start":1728371826965,"stop":1728371826966,"duration":1}},{"uid":"4dce5d296cb09b89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4dce5d296cb09b89","status":"passed","time":{"start":1728370174429,"stop":1728370174429,"duration":0}},{"uid":"1fdb4a37375f41f5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1fdb4a37375f41f5","status":"passed","time":{"start":1728369273238,"stop":1728369273239,"duration":1}}]},"df89e32d61af03d961b1173cc1fe1a39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c113fa13c3fc21f2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c113fa13c3fc21f2","status":"passed","time":{"start":1728372105677,"stop":1728372105677,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"348f9098e40edc64","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/348f9098e40edc64","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0}},{"uid":"b95d4165b8333af3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b95d4165b8333af3","status":"passed","time":{"start":1728379186758,"stop":1728379186758,"duration":0}},{"uid":"b97d6e2df176ef72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b97d6e2df176ef72","status":"passed","time":{"start":1728371830874,"stop":1728371830875,"duration":1}},{"uid":"2799b62fee6f7896","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2799b62fee6f7896","status":"passed","time":{"start":1728370178241,"stop":1728370178241,"duration":0}},{"uid":"b126a24f5c863519","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b126a24f5c863519","status":"passed","time":{"start":1728369277111,"stop":1728369277111,"duration":0}}]},"27242d87b8da17cf5c100c4356ea7e74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"672ecbf73960d976","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/672ecbf73960d976","status":"passed","time":{"start":1728381526517,"stop":1728381526518,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b1f6c0b1b607ac92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1f6c0b1b607ac92","status":"passed","time":{"start":1728381370640,"stop":1728381370649,"duration":9}},{"uid":"1137cc840f183581","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1137cc840f183581","status":"passed","time":{"start":1728379174415,"stop":1728379174415,"duration":0}},{"uid":"3c43be22651f4352","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3c43be22651f4352","status":"passed","time":{"start":1728371818230,"stop":1728371818231,"duration":1}},{"uid":"8b305b321b04307c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b305b321b04307c","status":"passed","time":{"start":1728370165774,"stop":1728370165774,"duration":0}},{"uid":"9b872a5f85ec7356","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9b872a5f85ec7356","status":"passed","time":{"start":1728369264555,"stop":1728369264557,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1aa76b46c02f6220","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1aa76b46c02f6220","status":"passed","time":{"start":1728381379235,"stop":1728381379236,"duration":1}},{"uid":"ebac6f3a33ab178f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebac6f3a33ab178f","status":"passed","time":{"start":1728379182444,"stop":1728379182445,"duration":1}},{"uid":"1fc9c568699386cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1fc9c568699386cb","status":"passed","time":{"start":1728371826620,"stop":1728371826620,"duration":0}},{"uid":"6c2768792de1b9ad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c2768792de1b9ad","status":"passed","time":{"start":1728370173932,"stop":1728370173933,"duration":1}},{"uid":"331b1910a767a05f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/331b1910a767a05f","status":"passed","time":{"start":1728369272864,"stop":1728369272864,"duration":0}}]},"35f9668ce618cdf5746788eefbe2d268:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5d3c81f1cc068b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5d3c81f1cc068b6","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"525ae39310c8ee5b9366599d903a1db3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4db40ae06bd0b150","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4db40ae06bd0b150","status":"passed","time":{"start":1728370522979,"stop":1728370522979,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fbdc0939ec09b8a8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fbdc0939ec09b8a8","status":"passed","time":{"start":1728381749022,"stop":1728381749023,"duration":1}},{"uid":"aecb341ab54907c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aecb341ab54907c7","status":"passed","time":{"start":1728379549652,"stop":1728379549659,"duration":7}},{"uid":"684c64cbcbf932b0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/684c64cbcbf932b0","status":"passed","time":{"start":1728372195411,"stop":1728372195411,"duration":0}},{"uid":"932de9f11e2ecec7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/932de9f11e2ecec7","status":"passed","time":{"start":1728370555240,"stop":1728370555240,"duration":0}},{"uid":"2d6016feee97add7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2d6016feee97add7","status":"passed","time":{"start":1728369639828,"stop":1728369639829,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5f65dcfbe8e81830","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5f65dcfbe8e81830","status":"passed","time":{"start":1728381379241,"stop":1728381379242,"duration":1}},{"uid":"b12c68ae5c629596","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b12c68ae5c629596","status":"passed","time":{"start":1728379182447,"stop":1728379182448,"duration":1}},{"uid":"12d76b7a47096b42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/12d76b7a47096b42","status":"passed","time":{"start":1728371826623,"stop":1728371826624,"duration":1}},{"uid":"a8a16d3791081191","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a8a16d3791081191","status":"passed","time":{"start":1728370173936,"stop":1728370173936,"duration":0}},{"uid":"9f0d024a5cf36269","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9f0d024a5cf36269","status":"passed","time":{"start":1728369272870,"stop":1728369272871,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a09a7bf126b9289","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a09a7bf126b9289","status":"passed","time":{"start":1728381766199,"stop":1728381766199,"duration":0}},{"uid":"cbe6f8aafe55d8c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cbe6f8aafe55d8c0","status":"passed","time":{"start":1728379569499,"stop":1728379569499,"duration":0}},{"uid":"219e32fc03ffcff5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/219e32fc03ffcff5","status":"passed","time":{"start":1728372220853,"stop":1728372220853,"duration":0}},{"uid":"77d18416dab5ad04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77d18416dab5ad04","status":"passed","time":{"start":1728370605231,"stop":1728370605232,"duration":1}},{"uid":"7b30debcdf19f7c5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7b30debcdf19f7c5","status":"passed","time":{"start":1728369697451,"stop":1728369697452,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e71a7bb79bf6f051","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e71a7bb79bf6f051","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0}},{"uid":"1d79c07741311bca","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d79c07741311bca","status":"passed","time":{"start":1728379175036,"stop":1728379175036,"duration":0}},{"uid":"69160cbc2541d80f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69160cbc2541d80f","status":"passed","time":{"start":1728371819028,"stop":1728371819028,"duration":0}},{"uid":"efdce1b7ea227834","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efdce1b7ea227834","status":"passed","time":{"start":1728370166485,"stop":1728370166485,"duration":0}},{"uid":"9b17821ad512d6bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9b17821ad512d6bd","status":"passed","time":{"start":1728369265267,"stop":1728369265268,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea27a88c663aa8c7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea27a88c663aa8c7","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0}},{"uid":"fa7109d86f0467a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa7109d86f0467a8","status":"passed","time":{"start":1728379329401,"stop":1728379329401,"duration":0}},{"uid":"a559ad631cc40f2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a559ad631cc40f2b","status":"passed","time":{"start":1728371973995,"stop":1728371973995,"duration":0}},{"uid":"65c311ed234250d4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65c311ed234250d4","status":"passed","time":{"start":1728370320868,"stop":1728370320868,"duration":0}},{"uid":"3bb95bb5c4d9d2bb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bb95bb5c4d9d2bb","status":"passed","time":{"start":1728369420249,"stop":1728369420249,"duration":0}}]},"e96ff8c3cc85af73e472b0c128cec7d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab3486490af590ac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab3486490af590ac","status":"passed","time":{"start":1728369663460,"stop":1728369663460,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3ae62774762e9841","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ae62774762e9841","status":"passed","time":{"start":1728381391226,"stop":1728381391226,"duration":0}},{"uid":"5ddecedfd43e5ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ddecedfd43e5ab","status":"passed","time":{"start":1728379194286,"stop":1728379194286,"duration":0}},{"uid":"2223959f7311f0e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2223959f7311f0e9","status":"passed","time":{"start":1728371838586,"stop":1728371838586,"duration":0}},{"uid":"98376a6d3d3dd236","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/98376a6d3d3dd236","status":"passed","time":{"start":1728370185972,"stop":1728370185972,"duration":0}},{"uid":"99445bf9bc9c223d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/99445bf9bc9c223d","status":"passed","time":{"start":1728369284715,"stop":1728369284715,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9f37265b4108a93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9f37265b4108a93","status":"passed","time":{"start":1728381716488,"stop":1728381716490,"duration":2}},{"uid":"629a4248735a9710","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/629a4248735a9710","status":"passed","time":{"start":1728379524435,"stop":1728379524436,"duration":1}},{"uid":"d6bd0560202c8dd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d6bd0560202c8dd5","status":"passed","time":{"start":1728372187033,"stop":1728372187033,"duration":0}},{"uid":"ed6fd28e0bf63b5a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed6fd28e0bf63b5a","status":"passed","time":{"start":1728370559624,"stop":1728370559624,"duration":0}},{"uid":"bb2f2ffcf41293c4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bb2f2ffcf41293c4","status":"passed","time":{"start":1728369646198,"stop":1728369646202,"duration":4}}]},"bf131ad7009b57e7472aba49a2837171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca7e00b7e2b6d31e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ca7e00b7e2b6d31e","status":"passed","time":{"start":1728370581676,"stop":1728370581676,"duration":0}}]},"3c91c16325ea78c265c18ff3a233b1b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57a84328e282471","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b57a84328e282471","status":"passed","time":{"start":1728372200173,"stop":1728372200174,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bada174489ba74c9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bada174489ba74c9","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0}},{"uid":"6a02ef0bf887901d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6a02ef0bf887901d","status":"passed","time":{"start":1728379329402,"stop":1728379329403,"duration":1}},{"uid":"74a4bc5c226ed093","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74a4bc5c226ed093","status":"passed","time":{"start":1728371974002,"stop":1728371974002,"duration":0}},{"uid":"d7f2d1a4bde46396","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d7f2d1a4bde46396","status":"passed","time":{"start":1728370320869,"stop":1728370320869,"duration":0}},{"uid":"41521d332577d63b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41521d332577d63b","status":"passed","time":{"start":1728369420263,"stop":1728369420263,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a94fe1077acfed2f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a94fe1077acfed2f","status":"passed","time":{"start":1728381416762,"stop":1728381416765,"duration":3}},{"uid":"e700e87ee3da5cda","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e700e87ee3da5cda","status":"passed","time":{"start":1728379222479,"stop":1728379222487,"duration":8}},{"uid":"f76e70800ed8ce5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f76e70800ed8ce5c","status":"passed","time":{"start":1728371864277,"stop":1728371864278,"duration":1}},{"uid":"f062a4190429a68","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f062a4190429a68","status":"passed","time":{"start":1728370211850,"stop":1728370211850,"duration":0}},{"uid":"256879af5d5643fa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/256879af5d5643fa","status":"passed","time":{"start":1728369311531,"stop":1728369311531,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"f953cef90621b29e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f953cef90621b29e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381423075,"stop":1728381423076,"duration":1}},{"uid":"66c2ec1de1a30a98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66c2ec1de1a30a98","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224170,"stop":1728379224170,"duration":0}},{"uid":"50d8d28ac8330529","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50d8d28ac8330529","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870695,"stop":1728371870695,"duration":0}},{"uid":"64e8ca263832f47d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/64e8ca263832f47d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215355,"stop":1728370215355,"duration":0}},{"uid":"1508a66aa69ce8d1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1508a66aa69ce8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314833,"duration":0}}]},"5254dbc82651a90fa6ac481f1be3b542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"237a440297f94a68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/237a440297f94a68","status":"passed","time":{"start":1728369630400,"stop":1728369630401,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"442845ebb7b0c402","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/442845ebb7b0c402","status":"passed","time":{"start":1728381390014,"stop":1728381390014,"duration":0}},{"uid":"2329d11d6ea8cae0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2329d11d6ea8cae0","status":"passed","time":{"start":1728379193197,"stop":1728379193198,"duration":1}},{"uid":"d9b3e9b5768e58eb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9b3e9b5768e58eb","status":"passed","time":{"start":1728371837409,"stop":1728371837409,"duration":0}},{"uid":"431d128e1c091198","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/431d128e1c091198","status":"passed","time":{"start":1728370184626,"stop":1728370184627,"duration":1}},{"uid":"1e6988c394270043","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e6988c394270043","status":"passed","time":{"start":1728369283803,"stop":1728369283804,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cae0c5f8d09b330f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cae0c5f8d09b330f","status":"passed","time":{"start":1728381749073,"stop":1728381749080,"duration":7}},{"uid":"c6fccbb0fd0555ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6fccbb0fd0555ee","status":"passed","time":{"start":1728379549701,"stop":1728379549702,"duration":1}},{"uid":"974117f3fa2dc84b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/974117f3fa2dc84b","status":"passed","time":{"start":1728372195438,"stop":1728372195438,"duration":0}},{"uid":"c9e2cb7dc0e4520f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c9e2cb7dc0e4520f","status":"passed","time":{"start":1728370555261,"stop":1728370555261,"duration":0}},{"uid":"261c251a0d4b01fe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/261c251a0d4b01fe","status":"passed","time":{"start":1728369639857,"stop":1728369639858,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"60f6ea6030ab9209","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/60f6ea6030ab9209","status":"passed","time":{"start":1728381660636,"stop":1728381660636,"duration":0}},{"uid":"c155b5a8158292ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c155b5a8158292ac","status":"passed","time":{"start":1728379462179,"stop":1728379462180,"duration":1}},{"uid":"88fd1df9e5982203","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/88fd1df9e5982203","status":"passed","time":{"start":1728372110411,"stop":1728372110411,"duration":0}},{"uid":"6b16f882d10830f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b16f882d10830f","status":"passed","time":{"start":1728370489665,"stop":1728370489665,"duration":0}},{"uid":"b0d5bfc8627a55c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b0d5bfc8627a55c0","status":"passed","time":{"start":1728369593940,"stop":1728369593941,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a12df7a056be3357","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a12df7a056be3357","status":"passed","time":{"start":1728381762412,"stop":1728381762413,"duration":1}},{"uid":"f1ecca8b8331be55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f1ecca8b8331be55","status":"passed","time":{"start":1728379565743,"stop":1728379565744,"duration":1}},{"uid":"3297f407c26973ce","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3297f407c26973ce","status":"passed","time":{"start":1728372228766,"stop":1728372228766,"duration":0}},{"uid":"772b19b9ce62e003","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/772b19b9ce62e003","status":"passed","time":{"start":1728370603981,"stop":1728370603981,"duration":0}},{"uid":"ef9f9f47df4db285","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ef9f9f47df4db285","status":"passed","time":{"start":1728369703131,"stop":1728369703132,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fe9d126c02600cf0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fe9d126c02600cf0","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0}},{"uid":"f51eb6a64fd9f8f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f51eb6a64fd9f8f7","status":"passed","time":{"start":1728379329181,"stop":1728379329181,"duration":0}},{"uid":"b8669ce87d534cf0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b8669ce87d534cf0","status":"passed","time":{"start":1728371984006,"stop":1728371984006,"duration":0}},{"uid":"2fa8fea2b164cf2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fa8fea2b164cf2a","status":"passed","time":{"start":1728370284360,"stop":1728370284361,"duration":1}},{"uid":"766a7b7c39f4cd44","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/766a7b7c39f4cd44","status":"passed","time":{"start":1728369378903,"stop":1728369378906,"duration":3}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34667f849001e1f8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34667f849001e1f8","status":"passed","time":{"start":1728381383546,"stop":1728381383547,"duration":1}},{"uid":"6b1c84f006cca9b9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b1c84f006cca9b9","status":"passed","time":{"start":1728379186758,"stop":1728379186758,"duration":0}},{"uid":"346cb93bd40eca04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/346cb93bd40eca04","status":"passed","time":{"start":1728371830874,"stop":1728371830874,"duration":0}},{"uid":"e599cb4ce2e7078c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e599cb4ce2e7078c","status":"passed","time":{"start":1728370178240,"stop":1728370178241,"duration":1}},{"uid":"6bf25c46f9f99511","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6bf25c46f9f99511","status":"passed","time":{"start":1728369277111,"stop":1728369277111,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b7d10d90835de088","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b7d10d90835de088","status":"passed","time":{"start":1728381521314,"stop":1728381521315,"duration":1}},{"uid":"2d38ca6a26d5b9b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d38ca6a26d5b9b","status":"passed","time":{"start":1728379329179,"stop":1728379329180,"duration":1}},{"uid":"d80349a61d97c676","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d80349a61d97c676","status":"passed","time":{"start":1728371984004,"stop":1728371984005,"duration":1}},{"uid":"2a702cc12f9a79f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2a702cc12f9a79f","status":"passed","time":{"start":1728370284359,"stop":1728370284359,"duration":0}},{"uid":"638f477fb5d94dc2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/638f477fb5d94dc2","status":"passed","time":{"start":1728369378900,"stop":1728369378900,"duration":0}}]},"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11230c4497650905","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/11230c4497650905","status":"passed","time":{"start":1728379197138,"stop":1728379197139,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2cd5bd4ca954efa5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2cd5bd4ca954efa5","status":"passed","time":{"start":1728381383545,"stop":1728381383545,"duration":0}},{"uid":"f6065f9d031e947a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6065f9d031e947a","status":"passed","time":{"start":1728379186757,"stop":1728379186757,"duration":0}},{"uid":"30c338a6f7448f5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/30c338a6f7448f5c","status":"passed","time":{"start":1728371830873,"stop":1728371830873,"duration":0}},{"uid":"c99ea241550073b8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c99ea241550073b8","status":"passed","time":{"start":1728370178239,"stop":1728370178240,"duration":1}},{"uid":"a79c127d8d40a696","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a79c127d8d40a696","status":"passed","time":{"start":1728369277110,"stop":1728369277110,"duration":0}}]},"24d3181a58dc81bad2257715da0c8c0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f9fb292fed6f145","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f9fb292fed6f145","status":"passed","time":{"start":1728369420248,"stop":1728369420248,"duration":0}}]},"080eccd579c2469c85709973c2225064:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c4452d04487490","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/60c4452d04487490","status":"passed","time":{"start":1728379493846,"stop":1728379493849,"duration":3}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"741ede65217a2371","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/741ede65217a2371","status":"passed","time":{"start":1728381521292,"stop":1728381521293,"duration":1}},{"uid":"cd55c5ae9c60b89e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd55c5ae9c60b89e","status":"passed","time":{"start":1728379329173,"stop":1728379329174,"duration":1}},{"uid":"adce983429f8d345","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/adce983429f8d345","status":"passed","time":{"start":1728371983999,"stop":1728371983999,"duration":0}},{"uid":"710607460801844d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/710607460801844d","status":"passed","time":{"start":1728370284349,"stop":1728370284350,"duration":1}},{"uid":"97944cffe720f234","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/97944cffe720f234","status":"passed","time":{"start":1728369378881,"stop":1728369378891,"duration":10}}]},"ee7ed3d1c9ed6cbb0e696705079f6dc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ccab5c8a5c5a047","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ccab5c8a5c5a047","status":"passed","time":{"start":1728381689155,"stop":1728381689156,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ee7e1b60e16c16d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ee7e1b60e16c16d2","status":"passed","time":{"start":1728381696873,"stop":1728381696873,"duration":0}},{"uid":"ce17573943bad3ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce17573943bad3ea","status":"passed","time":{"start":1728379498108,"stop":1728379498108,"duration":0}},{"uid":"a48aeb0b8e6cd741","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a48aeb0b8e6cd741","status":"passed","time":{"start":1728372147580,"stop":1728372147580,"duration":0}},{"uid":"faa413e3f75ef0a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/faa413e3f75ef0a1","status":"passed","time":{"start":1728370535039,"stop":1728370535039,"duration":0}},{"uid":"175e0f882626b814","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/175e0f882626b814","status":"passed","time":{"start":1728369636387,"stop":1728369636387,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c099dfb664d5d719","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c099dfb664d5d719","status":"passed","time":{"start":1728381658389,"stop":1728381658390,"duration":1}},{"uid":"5a05aa07ff28acb8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a05aa07ff28acb8","status":"passed","time":{"start":1728379460299,"stop":1728379460301,"duration":2}},{"uid":"841465f3a9af64ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/841465f3a9af64ca","status":"passed","time":{"start":1728372105681,"stop":1728372105681,"duration":0}},{"uid":"254d580be620b570","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/254d580be620b570","status":"passed","time":{"start":1728370464165,"stop":1728370464167,"duration":2}},{"uid":"fc35f952e1edb2ad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc35f952e1edb2ad","status":"passed","time":{"start":1728369544877,"stop":1728369544878,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"964c881f9e813690","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/964c881f9e813690","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0}},{"uid":"f6621031d0ad6a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6621031d0ad6a5d","status":"passed","time":{"start":1728379482916,"stop":1728379482916,"duration":0}},{"uid":"11ac7219eec00f6b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/11ac7219eec00f6b","status":"passed","time":{"start":1728372134541,"stop":1728372134543,"duration":2}},{"uid":"f56fff1a1f0f8b91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f56fff1a1f0f8b91","status":"passed","time":{"start":1728370487856,"stop":1728370487857,"duration":1}},{"uid":"49f32d7651367f21","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/49f32d7651367f21","status":"passed","time":{"start":1728369590784,"stop":1728369590785,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e4da32e55cdb4912","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e4da32e55cdb4912","status":"passed","time":{"start":1728381658385,"stop":1728381658385,"duration":0}},{"uid":"2f86e2171442591f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2f86e2171442591f","status":"passed","time":{"start":1728379460287,"stop":1728379460288,"duration":1}},{"uid":"b4a600cb5d541952","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4a600cb5d541952","status":"passed","time":{"start":1728372105676,"stop":1728372105676,"duration":0}},{"uid":"537a44543bae7666","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/537a44543bae7666","status":"passed","time":{"start":1728370464150,"stop":1728370464150,"duration":0}},{"uid":"6dd221225b3402aa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6dd221225b3402aa","status":"passed","time":{"start":1728369544873,"stop":1728369544873,"duration":0}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aedbfba2eef9666b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aedbfba2eef9666b","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0}},{"uid":"59b218bafa799cc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59b218bafa799cc2","status":"passed","time":{"start":1728379159028,"stop":1728379159029,"duration":1}},{"uid":"ba933a0e3b0fd416","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba933a0e3b0fd416","status":"passed","time":{"start":1728371802912,"stop":1728371802912,"duration":0}},{"uid":"d665fce7cbac8ff3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d665fce7cbac8ff3","status":"passed","time":{"start":1728370149946,"stop":1728370149946,"duration":0}},{"uid":"a15fd2acfbc408f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a15fd2acfbc408f8","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e1df345df88abdae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e1df345df88abdae","status":"passed","time":{"start":1728381711650,"stop":1728381711659,"duration":9}},{"uid":"ef1cbe196a879479","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef1cbe196a879479","status":"passed","time":{"start":1728379515553,"stop":1728379515553,"duration":0}},{"uid":"d794d2d5deeb93b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d794d2d5deeb93b","status":"passed","time":{"start":1728372171296,"stop":1728372171297,"duration":1}},{"uid":"419ffe75304b4699","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/419ffe75304b4699","status":"passed","time":{"start":1728370522965,"stop":1728370522965,"duration":0}},{"uid":"a12a200ca5539798","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a12a200ca5539798","status":"passed","time":{"start":1728369622045,"stop":1728369622045,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"36b2d93d38fa7d21","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36b2d93d38fa7d21","status":"passed","time":{"start":1728381545556,"stop":1728381545557,"duration":1}},{"uid":"763a05e7ed626d76","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/763a05e7ed626d76","status":"passed","time":{"start":1728379350288,"stop":1728379350289,"duration":1}},{"uid":"a867b2abacf594b4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a867b2abacf594b4","status":"passed","time":{"start":1728371998251,"stop":1728371998251,"duration":0}},{"uid":"de8e37dc70e87b5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de8e37dc70e87b5c","status":"passed","time":{"start":1728370345940,"stop":1728370345941,"duration":1}},{"uid":"9c81e6943223c556","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c81e6943223c556","status":"passed","time":{"start":1728369443728,"stop":1728369443729,"duration":1}}]},"a6881bad42907fa3ce813fa056a76550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5276b21547c97dd0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5276b21547c97dd0","status":"passed","time":{"start":1728379523110,"stop":1728379523110,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9b9d390cf2a12113","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b9d390cf2a12113","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0}},{"uid":"a6398308f611594d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6398308f611594d","status":"passed","time":{"start":1728379329397,"stop":1728379329397,"duration":0}},{"uid":"c87da22e6809dd68","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c87da22e6809dd68","status":"passed","time":{"start":1728371973989,"stop":1728371973990,"duration":1}},{"uid":"248c301299174783","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/248c301299174783","status":"passed","time":{"start":1728370320864,"stop":1728370320864,"duration":0}},{"uid":"5d09999a70f14133","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d09999a70f14133","status":"passed","time":{"start":1728369420242,"stop":1728369420242,"duration":0}}]},"ae78e1b7c4903e31c1f16df076b5ede9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57c698e7c6accab","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57c698e7c6accab","status":"passed","time":{"start":1728369663463,"stop":1728369663463,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"73a889616d614ebc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/73a889616d614ebc","status":"passed","time":{"start":1728381452650,"stop":1728381452650,"duration":0}},{"uid":"6d53f438e6de1459","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d53f438e6de1459","status":"passed","time":{"start":1728379262343,"stop":1728379262344,"duration":1}},{"uid":"9689c8efc842a0c4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9689c8efc842a0c4","status":"passed","time":{"start":1728371896581,"stop":1728371896582,"duration":1}},{"uid":"ccd2574b5047fea6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ccd2574b5047fea6","status":"passed","time":{"start":1728370244009,"stop":1728370244010,"duration":1}},{"uid":"ae2d47fd51246c97","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ae2d47fd51246c97","status":"passed","time":{"start":1728369348164,"stop":1728369348164,"duration":0}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e3b943f90031842f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e3b943f90031842f","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0}},{"uid":"b82ae4bfca8b88ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b82ae4bfca8b88ce","status":"passed","time":{"start":1728379159015,"stop":1728379159016,"duration":1}},{"uid":"5d197bdf443f86a5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d197bdf443f86a5","status":"passed","time":{"start":1728371802901,"stop":1728371802901,"duration":0}},{"uid":"607ff8b05f473300","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/607ff8b05f473300","status":"passed","time":{"start":1728370149934,"stop":1728370149935,"duration":1}},{"uid":"1e1b7c3340ec8628","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e1b7c3340ec8628","status":"passed","time":{"start":1728369248989,"stop":1728369248989,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"33f584222c51b9ef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/33f584222c51b9ef","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0}},{"uid":"8ab46338e9c0094c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8ab46338e9c0094c","status":"passed","time":{"start":1728379159025,"stop":1728379159025,"duration":0}},{"uid":"e398d566bfa35fea","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e398d566bfa35fea","status":"passed","time":{"start":1728371802908,"stop":1728371802909,"duration":1}},{"uid":"3bc702bd1feb1194","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bc702bd1feb1194","status":"passed","time":{"start":1728370149943,"stop":1728370149943,"duration":0}},{"uid":"65a80a55bae6876","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/65a80a55bae6876","status":"passed","time":{"start":1728369248998,"stop":1728369248998,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e2912406e6b2f122","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e2912406e6b2f122","status":"passed","time":{"start":1728381475915,"stop":1728381475915,"duration":0}},{"uid":"493901210499f6a3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/493901210499f6a3","status":"passed","time":{"start":1728379282311,"stop":1728379282311,"duration":0}},{"uid":"2c63a1f0ed4726ef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c63a1f0ed4726ef","status":"passed","time":{"start":1728371925985,"stop":1728371925986,"duration":1}},{"uid":"7bd243130f5dae22","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7bd243130f5dae22","status":"passed","time":{"start":1728370273959,"stop":1728370273960,"duration":1}},{"uid":"412083705a40a8ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/412083705a40a8ae","status":"passed","time":{"start":1728369370046,"stop":1728369370046,"duration":0}}]},"7949735efcd92b4f14c5d7bfc74ba337:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8c6be0958d9eef1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f8c6be0958d9eef1","status":"passed","time":{"start":1728369674998,"stop":1728369675000,"duration":2}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"814fd728b641488e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/814fd728b641488e","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0}},{"uid":"8360eef6cd2fcc7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8360eef6cd2fcc7","status":"passed","time":{"start":1728379159016,"stop":1728379159016,"duration":0}},{"uid":"646b73cbf3fc2852","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/646b73cbf3fc2852","status":"passed","time":{"start":1728371802901,"stop":1728371802901,"duration":0}},{"uid":"24f36013f73e7578","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24f36013f73e7578","status":"passed","time":{"start":1728370149935,"stop":1728370149935,"duration":0}},{"uid":"ea9db598695eaa3e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea9db598695eaa3e","status":"passed","time":{"start":1728369248989,"stop":1728369248990,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a9df72284432e1e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9df72284432e1e9","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0}},{"uid":"561296635a6adace","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/561296635a6adace","status":"passed","time":{"start":1728379159020,"stop":1728379159020,"duration":0}},{"uid":"3dfe4a8635470d72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3dfe4a8635470d72","status":"passed","time":{"start":1728371802904,"stop":1728371802905,"duration":1}},{"uid":"f90215a46c45caca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f90215a46c45caca","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"ac250686ad5cb927","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac250686ad5cb927","status":"passed","time":{"start":1728369248993,"stop":1728369248993,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1af5c355fddf8e10","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1af5c355fddf8e10","status":"passed","time":{"start":1728381363825,"stop":1728381363825,"duration":0}},{"uid":"ca91bd84ded9fbbc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca91bd84ded9fbbc","status":"passed","time":{"start":1728379167014,"stop":1728379167014,"duration":0}},{"uid":"fb7395194ba02ce1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb7395194ba02ce1","status":"passed","time":{"start":1728371810675,"stop":1728371810675,"duration":0}},{"uid":"2e0c2d5498fcf410","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2e0c2d5498fcf410","status":"passed","time":{"start":1728370158073,"stop":1728370158078,"duration":5}},{"uid":"8cc1b4747d8f00ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8cc1b4747d8f00ea","status":"passed","time":{"start":1728369257225,"stop":1728369257225,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7048f3bf79e250d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7048f3bf79e250d","status":"passed","time":{"start":1728381526515,"stop":1728381526516,"duration":1}},{"uid":"ab4f8be6d67f93f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ab4f8be6d67f93f8","status":"passed","time":{"start":1728379329399,"stop":1728379329399,"duration":0}},{"uid":"b2b5d6403289c366","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2b5d6403289c366","status":"passed","time":{"start":1728371973992,"stop":1728371973993,"duration":1}},{"uid":"3b33d05d168dad57","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b33d05d168dad57","status":"passed","time":{"start":1728370320866,"stop":1728370320866,"duration":0}},{"uid":"4fe65b54f615ec32","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4fe65b54f615ec32","status":"passed","time":{"start":1728369420244,"stop":1728369420245,"duration":1}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3be1823067b4c8d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3be1823067b4c8d","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0}},{"uid":"dd3e4afd66e6a4d0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dd3e4afd66e6a4d0","status":"passed","time":{"start":1728379167600,"stop":1728379167604,"duration":4}},{"uid":"ae1ab5f8927d4767","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae1ab5f8927d4767","status":"passed","time":{"start":1728371811385,"stop":1728371811385,"duration":0}},{"uid":"e9704130dd43a8ff","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e9704130dd43a8ff","status":"passed","time":{"start":1728370158843,"stop":1728370158847,"duration":4}},{"uid":"d167c5451eeab6cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d167c5451eeab6cf","status":"passed","time":{"start":1728369257785,"stop":1728369257786,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a4d23195cc78941b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a4d23195cc78941b","status":"passed","time":{"start":1728381680433,"stop":1728381680434,"duration":1}},{"uid":"1f165c480371445f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f165c480371445f","status":"passed","time":{"start":1728379482917,"stop":1728379482918,"duration":1}},{"uid":"5bae4431e9888789","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5bae4431e9888789","status":"passed","time":{"start":1728372134543,"stop":1728372134544,"duration":1}},{"uid":"be91c2a0a1804d40","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/be91c2a0a1804d40","status":"passed","time":{"start":1728370487858,"stop":1728370487859,"duration":1}},{"uid":"e029564b33b23441","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e029564b33b23441","status":"passed","time":{"start":1728369590785,"stop":1728369590786,"duration":1}}]},"a33068ef8b90de0e5ea40b943c282e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1681fb8b073f2a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1681fb8b073f2a4","status":"passed","time":{"start":1728370487886,"stop":1728370487886,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2e76efd73835ec50","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2e76efd73835ec50","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0}},{"uid":"22610cce7fb278e1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22610cce7fb278e1","status":"passed","time":{"start":1728379460275,"stop":1728379460275,"duration":0}},{"uid":"5eb282d922b7c9a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5eb282d922b7c9a1","status":"passed","time":{"start":1728372105668,"stop":1728372105668,"duration":0}},{"uid":"86e0444b8876ed2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86e0444b8876ed2a","status":"passed","time":{"start":1728370464134,"stop":1728370464134,"duration":0}},{"uid":"5f9fc6172cfd71cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f9fc6172cfd71cb","status":"passed","time":{"start":1728369544864,"stop":1728369544864,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a6a6ee0f6f2089b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a6a6ee0f6f2089b0","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0}},{"uid":"b69e75177b1b6835","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b69e75177b1b6835","status":"passed","time":{"start":1728379482924,"stop":1728379482925,"duration":1}},{"uid":"b744440e4306ce66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b744440e4306ce66","status":"passed","time":{"start":1728372134548,"stop":1728372134549,"duration":1}},{"uid":"f9ca3200c74f653a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9ca3200c74f653a","status":"passed","time":{"start":1728370487866,"stop":1728370487867,"duration":1}},{"uid":"4af161bb90bfce82","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4af161bb90bfce82","status":"passed","time":{"start":1728369590791,"stop":1728369590791,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a024ecbb0d130896","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a024ecbb0d130896","status":"passed","time":{"start":1728381618822,"stop":1728381618822,"duration":0}},{"uid":"b3b91d28512d53db","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3b91d28512d53db","status":"passed","time":{"start":1728379426695,"stop":1728379426695,"duration":0}},{"uid":"4d6376c652b6bb7b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4d6376c652b6bb7b","status":"passed","time":{"start":1728372087443,"stop":1728372087443,"duration":0}},{"uid":"3379dbbdbc789de5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3379dbbdbc789de5","status":"passed","time":{"start":1728370465028,"stop":1728370465028,"duration":0}},{"uid":"ab1f794bd442f16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab1f794bd442f16","status":"passed","time":{"start":1728369548705,"stop":1728369548705,"duration":0}}]},"c20dacc37d0359d29fc820860a4c681d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8f11e8c6e130c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c8f11e8c6e130c3","status":"passed","time":{"start":1728379523106,"stop":1728379523108,"duration":2}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c05378588d004bf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c05378588d004bf5","status":"passed","time":{"start":1728381716496,"stop":1728381716497,"duration":1}},{"uid":"78332ef7fc026dc8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78332ef7fc026dc8","status":"passed","time":{"start":1728379524443,"stop":1728379524443,"duration":0}},{"uid":"a43b3f3c79963a4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a43b3f3c79963a4d","status":"passed","time":{"start":1728372187036,"stop":1728372187036,"duration":0}},{"uid":"d8940fe47abc1b77","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d8940fe47abc1b77","status":"passed","time":{"start":1728370559629,"stop":1728370559629,"duration":0}},{"uid":"a2015e29ffd85024","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a2015e29ffd85024","status":"passed","time":{"start":1728369646206,"stop":1728369646207,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2de273b348075947","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2de273b348075947","status":"passed","time":{"start":1728381737933,"stop":1728381737934,"duration":1}},{"uid":"aa22fa7321ee5720","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aa22fa7321ee5720","status":"passed","time":{"start":1728379543297,"stop":1728379543297,"duration":0}},{"uid":"7466c03f5d1a3249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7466c03f5d1a3249","status":"passed","time":{"start":1728372192284,"stop":1728372192284,"duration":0}},{"uid":"2c6ed1ddcc054e3b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2c6ed1ddcc054e3b","status":"passed","time":{"start":1728370579148,"stop":1728370579150,"duration":2}},{"uid":"5bc4d4c26e26ee73","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bc4d4c26e26ee73","status":"passed","time":{"start":1728369664326,"stop":1728369664327,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6be9c6e7601080ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6be9c6e7601080ce","status":"passed","time":{"start":1728381680446,"stop":1728381680449,"duration":3}},{"uid":"bd32dc003dcacf65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd32dc003dcacf65","status":"passed","time":{"start":1728379482922,"stop":1728379482923,"duration":1}},{"uid":"d93d69e337282166","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d93d69e337282166","status":"passed","time":{"start":1728372134547,"stop":1728372134547,"duration":0}},{"uid":"bcc4041a7b93a9b8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bcc4041a7b93a9b8","status":"passed","time":{"start":1728370487864,"stop":1728370487865,"duration":1}},{"uid":"2f0a96bfd7e3a536","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2f0a96bfd7e3a536","status":"passed","time":{"start":1728369590789,"stop":1728369590790,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f2eece7ea87cf9b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3f2eece7ea87cf9b","status":"passed","time":{"start":1728381379404,"stop":1728381379405,"duration":1}},{"uid":"6f58e0c2c7d05e1c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f58e0c2c7d05e1c","status":"passed","time":{"start":1728379182989,"stop":1728379182989,"duration":0}},{"uid":"21cfde2799a836e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/21cfde2799a836e0","status":"passed","time":{"start":1728371826967,"stop":1728371826967,"duration":0}},{"uid":"6eba77d2ee77d9fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6eba77d2ee77d9fd","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"dc2d02758a3e1862","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc2d02758a3e1862","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c2b4044d0419991","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c2b4044d0419991","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0}},{"uid":"e499235ab9db33b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e499235ab9db33b5","status":"passed","time":{"start":1728379366501,"stop":1728379366501,"duration":0}},{"uid":"d9448fbaae7a18de","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9448fbaae7a18de","status":"passed","time":{"start":1728371996031,"stop":1728371996045,"duration":14}},{"uid":"b7136c95d732a82c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b7136c95d732a82c","status":"passed","time":{"start":1728370345150,"stop":1728370345150,"duration":0}},{"uid":"4f321bc80c715ff2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f321bc80c715ff2","status":"passed","time":{"start":1728369447294,"stop":1728369447294,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a86990a9ffb72082","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a86990a9ffb72082","status":"passed","time":{"start":1728381766199,"stop":1728381766200,"duration":1}},{"uid":"397077d0aa6eabed","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/397077d0aa6eabed","status":"passed","time":{"start":1728379569499,"stop":1728379569500,"duration":1}},{"uid":"f31795098a73258","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f31795098a73258","status":"passed","time":{"start":1728372220858,"stop":1728372220862,"duration":4}},{"uid":"7ca47f18f147072","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7ca47f18f147072","status":"passed","time":{"start":1728370605232,"stop":1728370605232,"duration":0}},{"uid":"6e7a521a13284aa8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e7a521a13284aa8","status":"passed","time":{"start":1728369697452,"stop":1728369697452,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8e384329eb0fdfbe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8e384329eb0fdfbe","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0}},{"uid":"461f5bfada8eae55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/461f5bfada8eae55","status":"passed","time":{"start":1728379224168,"stop":1728379224168,"duration":0}},{"uid":"432d5ea7407e77fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/432d5ea7407e77fa","status":"passed","time":{"start":1728371870690,"stop":1728371870690,"duration":0}},{"uid":"65d4ae57980936da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65d4ae57980936da","status":"passed","time":{"start":1728370215350,"stop":1728370215350,"duration":0}},{"uid":"a3a2d7fbe7e91974","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3a2d7fbe7e91974","status":"passed","time":{"start":1728369314832,"stop":1728369314832,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b428acf950dc28a5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b428acf950dc28a5","status":"passed","time":{"start":1728381756568,"stop":1728381756571,"duration":3}},{"uid":"2b47ca3e22ad9a2b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b47ca3e22ad9a2b","status":"passed","time":{"start":1728379560456,"stop":1728379560457,"duration":1}},{"uid":"76b90445aa4075c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76b90445aa4075c2","status":"passed","time":{"start":1728372207703,"stop":1728372207703,"duration":0}},{"uid":"4aecb743d3da4baa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4aecb743d3da4baa","status":"passed","time":{"start":1728370596498,"stop":1728370596498,"duration":0}},{"uid":"b9b802214be66259","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9b802214be66259","status":"passed","time":{"start":1728369687973,"stop":1728369687973,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b8823ee26f909e0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6b8823ee26f909e0","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0}},{"uid":"860d57b50c06c224","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/860d57b50c06c224","status":"passed","time":{"start":1728379167599,"stop":1728379167599,"duration":0}},{"uid":"9b5e2479989f66cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b5e2479989f66cc","status":"passed","time":{"start":1728371811380,"stop":1728371811384,"duration":4}},{"uid":"b08ce2b5bf73477","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b08ce2b5bf73477","status":"passed","time":{"start":1728370158842,"stop":1728370158842,"duration":0}},{"uid":"e98750df5ea19fd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e98750df5ea19fd6","status":"passed","time":{"start":1728369257784,"stop":1728369257784,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1452d86c0c343270","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1452d86c0c343270","status":"passed","time":{"start":1728381711669,"stop":1728381711670,"duration":1}},{"uid":"4af9908085e068cd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4af9908085e068cd","status":"passed","time":{"start":1728379515558,"stop":1728379515558,"duration":0}},{"uid":"d26ee848e73f2ba2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d26ee848e73f2ba2","status":"passed","time":{"start":1728372171309,"stop":1728372171310,"duration":1}},{"uid":"c7660ed724d08aa3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c7660ed724d08aa3","status":"passed","time":{"start":1728370522972,"stop":1728370522973,"duration":1}},{"uid":"c779adfcb1e7da12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c779adfcb1e7da12","status":"passed","time":{"start":1728369622050,"stop":1728369622050,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44573332e7cbe332","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44573332e7cbe332","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0}},{"uid":"47e3c81399504580","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/47e3c81399504580","status":"passed","time":{"start":1728379515561,"stop":1728379515561,"duration":0}},{"uid":"bc3b1b6c38d29f45","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc3b1b6c38d29f45","status":"passed","time":{"start":1728372171314,"stop":1728372171314,"duration":0}},{"uid":"d38b83210f31fe2c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d38b83210f31fe2c","status":"passed","time":{"start":1728370522978,"stop":1728370522978,"duration":0}},{"uid":"e06681eeb96c856e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e06681eeb96c856e","status":"passed","time":{"start":1728369622054,"stop":1728369622055,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c5311314a7dab03f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c5311314a7dab03f","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0}},{"uid":"fb6893438c55a4f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb6893438c55a4f7","status":"passed","time":{"start":1728379515555,"stop":1728379515555,"duration":0}},{"uid":"8e39b3f403c37192","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e39b3f403c37192","status":"passed","time":{"start":1728372171298,"stop":1728372171299,"duration":1}},{"uid":"751d9b6a84c39120","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/751d9b6a84c39120","status":"passed","time":{"start":1728370522967,"stop":1728370522967,"duration":0}},{"uid":"fe4de5e9d3c4b20b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fe4de5e9d3c4b20b","status":"passed","time":{"start":1728369622046,"stop":1728369622047,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94f243571621ba83","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/94f243571621ba83","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0}},{"uid":"73ba59e6d1f8c3ca","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/73ba59e6d1f8c3ca","status":"passed","time":{"start":1728379543297,"stop":1728379543298,"duration":1}},{"uid":"ff827867e3c6c6c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff827867e3c6c6c2","status":"passed","time":{"start":1728372192284,"stop":1728372192284,"duration":0}},{"uid":"680814a67e87da08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/680814a67e87da08","status":"passed","time":{"start":1728370579151,"stop":1728370579152,"duration":1}},{"uid":"e4c75de021d9252f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e4c75de021d9252f","status":"passed","time":{"start":1728369664327,"stop":1728369664327,"duration":0}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"251d6dac7ddc652d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/251d6dac7ddc652d","status":"passed","time":{"start":1728381521284,"stop":1728381521284,"duration":0}},{"uid":"fbd48110d8fb71b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fbd48110d8fb71b4","status":"passed","time":{"start":1728379329164,"stop":1728379329164,"duration":0}},{"uid":"83142e09baac9c92","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/83142e09baac9c92","status":"passed","time":{"start":1728371983978,"stop":1728371983979,"duration":1}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ae3366e3e147c89","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ae3366e3e147c89","status":"passed","time":{"start":1728381409085,"stop":1728381409091,"duration":6}},{"uid":"8452c275a26a5722","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8452c275a26a5722","status":"passed","time":{"start":1728379215424,"stop":1728379215426,"duration":2}},{"uid":"b46e4b7180d4dac4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b46e4b7180d4dac4","status":"passed","time":{"start":1728371857082,"stop":1728371857083,"duration":1}},{"uid":"87049b9116dabf19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87049b9116dabf19","status":"passed","time":{"start":1728370205009,"stop":1728370205011,"duration":2}},{"uid":"4b3a8742f710b3a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b3a8742f710b3a7","status":"passed","time":{"start":1728369303189,"stop":1728369303196,"duration":7}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2cdbea9151058f0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2cdbea9151058f0","status":"passed","time":{"start":1728381749025,"stop":1728381749026,"duration":1}},{"uid":"1dfb1b40f7e05038","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1dfb1b40f7e05038","status":"passed","time":{"start":1728379549661,"stop":1728379549661,"duration":0}},{"uid":"d77791b1d5f0ffeb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d77791b1d5f0ffeb","status":"passed","time":{"start":1728372195413,"stop":1728372195414,"duration":1}},{"uid":"9a4f108b445de069","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a4f108b445de069","status":"passed","time":{"start":1728370555241,"stop":1728370555241,"duration":0}},{"uid":"6d6c21779b76f1f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d6c21779b76f1f9","status":"passed","time":{"start":1728369639832,"stop":1728369639834,"duration":2}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6d9ab9d45b2cb70","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6d9ab9d45b2cb70","status":"passed","time":{"start":1728381423073,"stop":1728381423073,"duration":0}},{"uid":"c46d30d8f5617819","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c46d30d8f5617819","status":"passed","time":{"start":1728379224167,"stop":1728379224167,"duration":0}},{"uid":"a879baf6c0dd13ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a879baf6c0dd13ca","status":"passed","time":{"start":1728371870689,"stop":1728371870689,"duration":0}},{"uid":"fd3240849ce9a53d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd3240849ce9a53d","status":"passed","time":{"start":1728370215349,"stop":1728370215349,"duration":0}},{"uid":"68a8fa9877e026e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68a8fa9877e026e3","status":"passed","time":{"start":1728369314831,"stop":1728369314831,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6d54605697db920e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6d54605697db920e","status":"passed","time":{"start":1728381658370,"stop":1728381658371,"duration":1}},{"uid":"f3ca636994af7a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ca636994af7a0","status":"passed","time":{"start":1728379460265,"stop":1728379460265,"duration":0}},{"uid":"548ab838d9041d54","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/548ab838d9041d54","status":"passed","time":{"start":1728372105663,"stop":1728372105664,"duration":1}},{"uid":"d5ec3fd208be3468","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d5ec3fd208be3468","status":"passed","time":{"start":1728370464123,"stop":1728370464128,"duration":5}},{"uid":"4d054107981c14e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4d054107981c14e0","status":"passed","time":{"start":1728369544860,"stop":1728369544860,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1573dc5595733b5d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1573dc5595733b5d","status":"passed","time":{"start":1728381689164,"stop":1728381689165,"duration":1}},{"uid":"ebdd27a25cd43c02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebdd27a25cd43c02","status":"passed","time":{"start":1728379493875,"stop":1728379493875,"duration":0}},{"uid":"75775a3f2ed96d0b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75775a3f2ed96d0b","status":"passed","time":{"start":1728372140965,"stop":1728372140966,"duration":1}},{"uid":"6f32fe417eb8f144","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6f32fe417eb8f144","status":"passed","time":{"start":1728370524967,"stop":1728370524967,"duration":0}},{"uid":"381811031bf9e534","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/381811031bf9e534","status":"passed","time":{"start":1728369630403,"stop":1728369630403,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"82a2a5dc417a5210","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/82a2a5dc417a5210","status":"passed","time":{"start":1728381364429,"stop":1728381364430,"duration":1}},{"uid":"90ce8d742901651e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/90ce8d742901651e","status":"passed","time":{"start":1728379167607,"stop":1728379167608,"duration":1}},{"uid":"7d0537633539348d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7d0537633539348d","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"55b77bd578707a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b77bd578707a4","status":"passed","time":{"start":1728370158850,"stop":1728370158850,"duration":0}},{"uid":"11e718f9039458f0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/11e718f9039458f0","status":"passed","time":{"start":1728369257789,"stop":1728369257789,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ec61b764d1b4a5d1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ec61b764d1b4a5d1","status":"passed","time":{"start":1728381439744,"stop":1728381439745,"duration":1}},{"uid":"1a3df4a90377b9ac","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a3df4a90377b9ac","status":"passed","time":{"start":1728379250162,"stop":1728379250163,"duration":1}},{"uid":"5ba4eeba4d817090","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5ba4eeba4d817090","status":"passed","time":{"start":1728371885967,"stop":1728371885969,"duration":2}},{"uid":"fd37db30f413a47e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd37db30f413a47e","status":"passed","time":{"start":1728370233664,"stop":1728370233664,"duration":0}},{"uid":"a1dc20d48e1f4fc8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1dc20d48e1f4fc8","status":"passed","time":{"start":1728369335735,"stop":1728369335735,"duration":0}}]},"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"8670df30ab92cbdc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8670df30ab92cbdc","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0}},{"uid":"df78e33f0f6be54","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df78e33f0f6be54","status":"passed","time":{"start":1728379419660,"stop":1728379419671,"duration":11}},{"uid":"ab286063706aca27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ab286063706aca27","status":"passed","time":{"start":1728372107432,"stop":1728372107432,"duration":0}},{"uid":"d1b8b1b5f8edacd4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1b8b1b5f8edacd4","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626979,"stop":1728370626979,"duration":0}},{"uid":"21ad1545b6978572","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/21ad1545b6978572","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728509,"stop":1728369728509,"duration":0}}]},"1c34dd759de8cb9c80685c14d9a12f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2da94ee2bfb24be5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2da94ee2bfb24be5","status":"passed","time":{"start":1728370581682,"stop":1728370581682,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b15d5093870d6714","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b15d5093870d6714","status":"passed","time":{"start":1728381749023,"stop":1728381749023,"duration":0}},{"uid":"3bd2491174aa479","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3bd2491174aa479","status":"passed","time":{"start":1728379549659,"stop":1728379549660,"duration":1}},{"uid":"5a26019d6f66e101","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5a26019d6f66e101","status":"passed","time":{"start":1728372195411,"stop":1728372195412,"duration":1}},{"uid":"994b4b32fe2ad499","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/994b4b32fe2ad499","status":"passed","time":{"start":1728370555240,"stop":1728370555240,"duration":0}},{"uid":"3d970f4339896140","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d970f4339896140","status":"passed","time":{"start":1728369639829,"stop":1728369639831,"duration":2}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"22e50d6fae2afbdb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/22e50d6fae2afbdb","status":"passed","time":{"start":1728381615371,"stop":1728381615372,"duration":1}},{"uid":"6c03d737c77a888a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c03d737c77a888a","status":"passed","time":{"start":1728379422777,"stop":1728379422779,"duration":2}},{"uid":"9d38b3bdf46c48e3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d38b3bdf46c48e3","status":"passed","time":{"start":1728372057777,"stop":1728372057778,"duration":1}},{"uid":"4087d10e5db3872c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4087d10e5db3872c","status":"passed","time":{"start":1728370439677,"stop":1728370439683,"duration":6}},{"uid":"b5f9c2c9c310240b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b5f9c2c9c310240b","status":"passed","time":{"start":1728369540010,"stop":1728369540012,"duration":2}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dbb742fd501ff427","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dbb742fd501ff427","status":"passed","time":{"start":1728381379297,"stop":1728381379298,"duration":1}},{"uid":"39ef828e1db9c40c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/39ef828e1db9c40c","status":"passed","time":{"start":1728379182283,"stop":1728379182283,"duration":0}},{"uid":"bbeefff7290d0c5d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bbeefff7290d0c5d","status":"passed","time":{"start":1728371826535,"stop":1728371826535,"duration":0}},{"uid":"5757a64741e6d52f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5757a64741e6d52f","status":"passed","time":{"start":1728370173923,"stop":1728370173923,"duration":0}},{"uid":"1ee46ee3c25fed36","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ee46ee3c25fed36","status":"passed","time":{"start":1728369272889,"stop":1728369272889,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8828e3355ec3d934","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8828e3355ec3d934","status":"passed","time":{"start":1728381355958,"stop":1728381355965,"duration":7}},{"uid":"23c855fb233e8c13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/23c855fb233e8c13","status":"passed","time":{"start":1728379158999,"stop":1728379158999,"duration":0}},{"uid":"9c55bb583967c32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9c55bb583967c32","status":"passed","time":{"start":1728371802891,"stop":1728371802891,"duration":0}},{"uid":"2d848428cf799c76","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2d848428cf799c76","status":"passed","time":{"start":1728370149918,"stop":1728370149918,"duration":0}},{"uid":"a212d85135b6cb7a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a212d85135b6cb7a","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ffbed6f9cd2e6fd9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ffbed6f9cd2e6fd9","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0}},{"uid":"964270d6d22b89af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/964270d6d22b89af","status":"passed","time":{"start":1728379515541,"stop":1728379515541,"duration":0}},{"uid":"6b247bb78ff7cf81","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6b247bb78ff7cf81","status":"passed","time":{"start":1728372171286,"stop":1728372171286,"duration":0}},{"uid":"ce9edaf9fdbb78f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ce9edaf9fdbb78f","status":"passed","time":{"start":1728370522936,"stop":1728370522942,"duration":6}},{"uid":"390b29f470624741","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/390b29f470624741","status":"passed","time":{"start":1728369622028,"stop":1728369622029,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bbf05108c64519e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bbf05108c64519e","status":"passed","time":{"start":1728381711660,"stop":1728381711660,"duration":0}},{"uid":"f3ea48376f9a4acc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3ea48376f9a4acc","status":"passed","time":{"start":1728379515554,"stop":1728379515554,"duration":0}},{"uid":"37e9296f08526357","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37e9296f08526357","status":"passed","time":{"start":1728372171298,"stop":1728372171298,"duration":0}},{"uid":"fd983e9a1f3cedd8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fd983e9a1f3cedd8","status":"passed","time":{"start":1728370522966,"stop":1728370522966,"duration":0}},{"uid":"1ff126ea4def5e9e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ff126ea4def5e9e","status":"passed","time":{"start":1728369622045,"stop":1728369622046,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c1b725d2d684e58","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c1b725d2d684e58","status":"passed","time":{"start":1728381389460,"stop":1728381389460,"duration":0}},{"uid":"a8ef39b1a04ee10b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a8ef39b1a04ee10b","status":"passed","time":{"start":1728379192713,"stop":1728379192714,"duration":1}},{"uid":"cb580d97d84262b9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cb580d97d84262b9","status":"passed","time":{"start":1728371836842,"stop":1728371836842,"duration":0}},{"uid":"5f1d9536ecd4520a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f1d9536ecd4520a","status":"passed","time":{"start":1728370184425,"stop":1728370184426,"duration":1}},{"uid":"bc09c845b2bfc832","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc09c845b2bfc832","status":"passed","time":{"start":1728369283256,"stop":1728369283257,"duration":1}}]},"c78da60259bf3778fb33d9ec8b5715c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b63442b7df425d6c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b63442b7df425d6c","status":"passed","time":{"start":1728370524961,"stop":1728370524962,"duration":1}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea42235603c0c71a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea42235603c0c71a","status":"passed","time":{"start":1728381749046,"stop":1728381749046,"duration":0}},{"uid":"4730dbb872ad8951","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4730dbb872ad8951","status":"passed","time":{"start":1728379549688,"stop":1728379549689,"duration":1}},{"uid":"494be6a7ad162268","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/494be6a7ad162268","status":"passed","time":{"start":1728372195429,"stop":1728372195429,"duration":0}},{"uid":"bb6d63b319f9c9df","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb6d63b319f9c9df","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"c525a6a09fec996","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c525a6a09fec996","status":"passed","time":{"start":1728369639846,"stop":1728369639846,"duration":0}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7d6b83ea4214b4dd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d6b83ea4214b4dd","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0}},{"uid":"cb39fe2edf661db9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cb39fe2edf661db9","status":"passed","time":{"start":1728379159028,"stop":1728379159028,"duration":0}},{"uid":"178a6e690d4dabd0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/178a6e690d4dabd0","status":"passed","time":{"start":1728371802911,"stop":1728371802911,"duration":0}},{"uid":"a5993137e680509a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5993137e680509a","status":"passed","time":{"start":1728370149945,"stop":1728370149946,"duration":1}},{"uid":"fbfcd5d22ed8c221","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fbfcd5d22ed8c221","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c8bf82f30d2cbf9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6c8bf82f30d2cbf9","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0}},{"uid":"d1623064bc28b48","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1623064bc28b48","status":"passed","time":{"start":1728379159009,"stop":1728379159009,"duration":0}},{"uid":"7fa5a82582800137","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7fa5a82582800137","status":"passed","time":{"start":1728371802895,"stop":1728371802895,"duration":0}},{"uid":"c3f64f33d198b753","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3f64f33d198b753","status":"passed","time":{"start":1728370149928,"stop":1728370149928,"duration":0}},{"uid":"9afab1ee97c45404","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9afab1ee97c45404","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d946ad76c471ebf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d946ad76c471ebf5","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0}},{"uid":"9f7bd11e6bf9c902","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9f7bd11e6bf9c902","status":"passed","time":{"start":1728379460285,"stop":1728379460285,"duration":0}},{"uid":"c8cb7fd39047c97d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8cb7fd39047c97d","status":"passed","time":{"start":1728372105674,"stop":1728372105674,"duration":0}},{"uid":"5306b5301b938ebf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5306b5301b938ebf","status":"passed","time":{"start":1728370464148,"stop":1728370464149,"duration":1}},{"uid":"41f8c2afbac21316","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41f8c2afbac21316","status":"passed","time":{"start":1728369544871,"stop":1728369544871,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"12d387e966e78ab0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/12d387e966e78ab0","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0}},{"uid":"9d49fb7cd3264fb3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d49fb7cd3264fb3","status":"passed","time":{"start":1728379366428,"stop":1728379366428,"duration":0}},{"uid":"4f795afaf53bc701","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4f795afaf53bc701","status":"passed","time":{"start":1728371995973,"stop":1728371995988,"duration":15}},{"uid":"e96ab0c9c9f01fe5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e96ab0c9c9f01fe5","status":"passed","time":{"start":1728370345093,"stop":1728370345097,"duration":4}},{"uid":"f7484294a877f73","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7484294a877f73","status":"passed","time":{"start":1728369447280,"stop":1728369447281,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b084fa991d4de8e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b084fa991d4de8e3","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0}},{"uid":"847aa11d109bb131","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/847aa11d109bb131","status":"passed","time":{"start":1728379515558,"stop":1728379515559,"duration":1}},{"uid":"65cbae669a8f1185","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65cbae669a8f1185","status":"passed","time":{"start":1728372171310,"stop":1728372171310,"duration":0}},{"uid":"e28c9a6a8e2cc3fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e28c9a6a8e2cc3fd","status":"passed","time":{"start":1728370522973,"stop":1728370522973,"duration":0}},{"uid":"6d7f8464a0b2b4d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d7f8464a0b2b4d4","status":"passed","time":{"start":1728369622050,"stop":1728369622051,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ca62b5725bb326f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ca62b5725bb326f","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0}},{"uid":"ac08eb49ce7863","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ac08eb49ce7863","status":"passed","time":{"start":1728379566957,"stop":1728379566957,"duration":0}},{"uid":"99a973f9c2ddbb2d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/99a973f9c2ddbb2d","status":"passed","time":{"start":1728372225666,"stop":1728372225667,"duration":1}},{"uid":"c0b3912211711ca8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0b3912211711ca8","status":"passed","time":{"start":1728370613960,"stop":1728370613960,"duration":0}},{"uid":"78c183d90bb96f88","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/78c183d90bb96f88","status":"passed","time":{"start":1728369705620,"stop":1728369705621,"duration":1}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e072fd89b3db604","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e072fd89b3db604","status":"passed","time":{"start":1728381391228,"stop":1728381391228,"duration":0}},{"uid":"c50e17554f123016","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c50e17554f123016","status":"passed","time":{"start":1728379194288,"stop":1728379194288,"duration":0}},{"uid":"1cf0153bf6529604","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1cf0153bf6529604","status":"passed","time":{"start":1728371838588,"stop":1728371838588,"duration":0}},{"uid":"9fe729027ce3d49f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9fe729027ce3d49f","status":"passed","time":{"start":1728370185973,"stop":1728370185974,"duration":1}},{"uid":"2abfaed5f4900ba1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2abfaed5f4900ba1","status":"passed","time":{"start":1728369284716,"stop":1728369284717,"duration":1}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"46887271129f3f79","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46887271129f3f79","status":"passed","time":{"start":1728381355976,"stop":1728381355976,"duration":0}},{"uid":"93f4cd4871b73cfe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/93f4cd4871b73cfe","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"ea798237e8fdab53","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ea798237e8fdab53","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"8e4363626e2dce7b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8e4363626e2dce7b","status":"passed","time":{"start":1728370149938,"stop":1728370149938,"duration":0}},{"uid":"f6d57d2731c975a8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6d57d2731c975a8","status":"passed","time":{"start":1728369248993,"stop":1728369248993,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e23447ff90844e41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e23447ff90844e41","status":"passed","time":{"start":1728381763776,"stop":1728381763776,"duration":0}},{"uid":"1238e71681a4e0b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1238e71681a4e0b2","status":"passed","time":{"start":1728379572276,"stop":1728379572276,"duration":0}},{"uid":"3de8b9352898b2c0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3de8b9352898b2c0","status":"passed","time":{"start":1728372221518,"stop":1728372221522,"duration":4}},{"uid":"4b761b53c0e800af","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b761b53c0e800af","status":"passed","time":{"start":1728370607710,"stop":1728370607711,"duration":1}},{"uid":"47e192abe696eca0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/47e192abe696eca0","status":"passed","time":{"start":1728369690177,"stop":1728369690178,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"97a8f7b207ec9721","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97a8f7b207ec9721","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0}},{"uid":"4b5cfbc99e28d40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b5cfbc99e28d40","status":"passed","time":{"start":1728379515552,"stop":1728379515552,"duration":0}},{"uid":"8531c2512141f562","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8531c2512141f562","status":"passed","time":{"start":1728372171295,"stop":1728372171296,"duration":1}},{"uid":"a73f2cf860f2d47a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a73f2cf860f2d47a","status":"passed","time":{"start":1728370522962,"stop":1728370522964,"duration":2}},{"uid":"b2027714e1032ce5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b2027714e1032ce5","status":"passed","time":{"start":1728369622040,"stop":1728369622044,"duration":4}}]},"437285d260df3efd62a2dec94b4665c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba409ed722099a3e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba409ed722099a3e","status":"passed","time":{"start":1728372169990,"stop":1728372169990,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"1e5feb9a4f52652a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1e5feb9a4f52652a","status":"passed","time":{"start":1728381554776,"stop":1728381554778,"duration":2}},{"uid":"b6c031102c15fd9f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b6c031102c15fd9f","status":"passed","time":{"start":1728379365894,"stop":1728379365894,"duration":0}},{"uid":"4c05236fb7151b27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c05236fb7151b27","status":"passed","time":{"start":1728372012987,"stop":1728372012987,"duration":0}},{"uid":"e6469883602b9c6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6469883602b9c6a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370408805,"stop":1728370408805,"duration":0}},{"uid":"425f1fd713d3d415","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/425f1fd713d3d415","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369510273,"stop":1728369510274,"duration":1}}]},"c5b450b444e75d5eccab1aa1ca4b0e54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cfcf037c51cc59a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6cfcf037c51cc59a","status":"passed","time":{"start":1728369663460,"stop":1728369663460,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a7fb98d6efc38c0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a7fb98d6efc38c0","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0}},{"uid":"c35b700700c5b2ae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c35b700700c5b2ae","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"378701ca027773c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/378701ca027773c5","status":"passed","time":{"start":1728371802854,"stop":1728371802854,"duration":0}},{"uid":"ebc7391d09a4b0f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebc7391d09a4b0f5","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"440e38f3d53daef4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/440e38f3d53daef4","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"232a3458cebbb68a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/232a3458cebbb68a","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0}},{"uid":"b76ee4f187ac3de0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b76ee4f187ac3de0","status":"passed","time":{"start":1728379159027,"stop":1728379159027,"duration":0}},{"uid":"c8a5f25219718f26","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8a5f25219718f26","status":"passed","time":{"start":1728371802910,"stop":1728371802911,"duration":1}},{"uid":"d13ee2640742808a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d13ee2640742808a","status":"passed","time":{"start":1728370149945,"stop":1728370149945,"duration":0}},{"uid":"7a1591cff3615e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a1591cff3615e0","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"20ee181b7e7dff69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/20ee181b7e7dff69","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0}},{"uid":"79018378c1ab327d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79018378c1ab327d","status":"passed","time":{"start":1728379159007,"stop":1728379159007,"duration":0}},{"uid":"b2e9c1e427a6ad07","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2e9c1e427a6ad07","status":"passed","time":{"start":1728371802893,"stop":1728371802893,"duration":0}},{"uid":"ab8db8864abf97de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab8db8864abf97de","status":"passed","time":{"start":1728370149926,"stop":1728370149927,"duration":1}},{"uid":"27e99fe357f20d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/27e99fe357f20d0","status":"passed","time":{"start":1728369248982,"stop":1728369248983,"duration":1}}]},"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"13c93f58f2b11afe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13c93f58f2b11afe","status":"passed","time":{"start":1728381613874,"stop":1728381613874,"duration":0}},{"uid":"902ad519877de319","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/902ad519877de319","status":"passed","time":{"start":1728379419688,"stop":1728379419688,"duration":0}},{"uid":"7a436759a0883221","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a436759a0883221","status":"passed","time":{"start":1728372107449,"stop":1728372107449,"duration":0}},{"uid":"318085f60947dc27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/318085f60947dc27","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626992,"stop":1728370626992,"duration":0}},{"uid":"93e03678ba0b2610","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/93e03678ba0b2610","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728520,"stop":1728369728521,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e15eac5c8415671","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6e15eac5c8415671","status":"passed","time":{"start":1728381557228,"stop":1728381557228,"duration":0}},{"uid":"a104d42bff546d4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a104d42bff546d4d","status":"passed","time":{"start":1728379366468,"stop":1728379366470,"duration":2}},{"uid":"a8921b9230ae7227","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8921b9230ae7227","status":"passed","time":{"start":1728371996007,"stop":1728371996007,"duration":0}},{"uid":"915a00894ab84f9e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/915a00894ab84f9e","status":"passed","time":{"start":1728370345126,"stop":1728370345126,"duration":0}},{"uid":"735f04030a74222","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/735f04030a74222","status":"passed","time":{"start":1728369447287,"stop":1728369447287,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fded334c1b81418f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fded334c1b81418f","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0}},{"uid":"4e385a69c1ef3201","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4e385a69c1ef3201","status":"passed","time":{"start":1728379515546,"stop":1728379515546,"duration":0}},{"uid":"d0310e37e66b95fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0310e37e66b95fe","status":"passed","time":{"start":1728372171292,"stop":1728372171292,"duration":0}},{"uid":"2cb4d8b4db37cc8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2cb4d8b4db37cc8","status":"passed","time":{"start":1728370522956,"stop":1728370522956,"duration":0}},{"uid":"1a66d1ec51d29c2c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a66d1ec51d29c2c","status":"passed","time":{"start":1728369622032,"stop":1728369622032,"duration":0}}]},"a5bc622f2faf8684ee16ec4375fea2d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8906547bd1228077","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8906547bd1228077","status":"passed","time":{"start":1728379329400,"stop":1728379329400,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f186ed2cf0edeb1b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f186ed2cf0edeb1b","status":"passed","time":{"start":1728381521302,"stop":1728381521303,"duration":1}},{"uid":"fd364b60939e298d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fd364b60939e298d","status":"passed","time":{"start":1728379329177,"stop":1728379329177,"duration":0}},{"uid":"2860a43e7d7bf479","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2860a43e7d7bf479","status":"passed","time":{"start":1728371984002,"stop":1728371984002,"duration":0}},{"uid":"c600a31456f40e20","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c600a31456f40e20","status":"passed","time":{"start":1728370284356,"stop":1728370284356,"duration":0}},{"uid":"f466a2c0ff036043","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f466a2c0ff036043","status":"passed","time":{"start":1728369378895,"stop":1728369378895,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4add48d0f29d981e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4add48d0f29d981e","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0}},{"uid":"8aa4e4ed064dbca1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8aa4e4ed064dbca1","status":"passed","time":{"start":1728379460275,"stop":1728379460276,"duration":1}},{"uid":"17f3634acfc4ca9c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17f3634acfc4ca9c","status":"passed","time":{"start":1728372105668,"stop":1728372105669,"duration":1}},{"uid":"ec585a1eb071c8c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec585a1eb071c8c1","status":"passed","time":{"start":1728370464135,"stop":1728370464135,"duration":0}},{"uid":"60e4d99be41092d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60e4d99be41092d8","status":"passed","time":{"start":1728369544865,"stop":1728369544865,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"64686184e12c75e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/64686184e12c75e4","status":"passed","time":{"start":1728381658370,"stop":1728381658370,"duration":0}},{"uid":"9cb906660eb3c3e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9cb906660eb3c3e7","status":"passed","time":{"start":1728379460264,"stop":1728379460265,"duration":1}},{"uid":"f9d8e3f582f56436","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f9d8e3f582f56436","status":"passed","time":{"start":1728372105663,"stop":1728372105663,"duration":0}},{"uid":"e51cb7211a0d89bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e51cb7211a0d89bc","status":"passed","time":{"start":1728370464123,"stop":1728370464123,"duration":0}},{"uid":"e9233ff7d26eb4cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9233ff7d26eb4cc","status":"passed","time":{"start":1728369544858,"stop":1728369544860,"duration":2}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd461f597dc66b07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cd461f597dc66b07","status":"passed","time":{"start":1728381521318,"stop":1728381521319,"duration":1}},{"uid":"b965da794bf237b1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b965da794bf237b1","status":"passed","time":{"start":1728379329182,"stop":1728379329182,"duration":0}},{"uid":"f572119461479e20","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f572119461479e20","status":"passed","time":{"start":1728371984007,"stop":1728371984007,"duration":0}},{"uid":"7821e691788d80f9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7821e691788d80f9","status":"passed","time":{"start":1728370284362,"stop":1728370284362,"duration":0}},{"uid":"d35c1521264b356b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d35c1521264b356b","status":"passed","time":{"start":1728369378909,"stop":1728369378909,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ccb4d026ea9ea598","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ccb4d026ea9ea598","status":"passed","time":{"start":1728381521295,"stop":1728381521296,"duration":1}},{"uid":"be336151ac5333d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be336151ac5333d8","status":"passed","time":{"start":1728379329174,"stop":1728379329174,"duration":0}},{"uid":"a3802f332f675993","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a3802f332f675993","status":"passed","time":{"start":1728371984000,"stop":1728371984000,"duration":0}},{"uid":"9137f163f3c8e1fe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9137f163f3c8e1fe","status":"passed","time":{"start":1728370284350,"stop":1728370284351,"duration":1}},{"uid":"6e1b763e350a4b5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e1b763e350a4b5a","status":"passed","time":{"start":1728369378892,"stop":1728369378892,"duration":0}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ace18a06041c41af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ace18a06041c41af","status":"passed","time":{"start":1728381475917,"stop":1728381475924,"duration":7}},{"uid":"4410c68855ba9311","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4410c68855ba9311","status":"passed","time":{"start":1728379282317,"stop":1728379282317,"duration":0}},{"uid":"73b35952f2538c4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73b35952f2538c4d","status":"passed","time":{"start":1728371925986,"stop":1728371925986,"duration":0}},{"uid":"56d1573f61b4f160","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56d1573f61b4f160","status":"passed","time":{"start":1728370273960,"stop":1728370273969,"duration":9}},{"uid":"aa56489b7235d444","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa56489b7235d444","status":"passed","time":{"start":1728369370046,"stop":1728369370047,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"df43b196c9ed874b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/df43b196c9ed874b","status":"passed","time":{"start":1728381615373,"stop":1728381615373,"duration":0}},{"uid":"a505b3b9ac4ca835","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a505b3b9ac4ca835","status":"passed","time":{"start":1728379422781,"stop":1728379422781,"duration":0}},{"uid":"a7bfc2b16b8d04cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7bfc2b16b8d04cb","status":"passed","time":{"start":1728372057782,"stop":1728372057782,"duration":0}},{"uid":"e9994283224cd54e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e9994283224cd54e","status":"passed","time":{"start":1728370439688,"stop":1728370439689,"duration":1}},{"uid":"4fdd542fd7468b1c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4fdd542fd7468b1c","status":"passed","time":{"start":1728369540018,"stop":1728369540018,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a773a0bd1667722e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a773a0bd1667722e","status":"passed","time":{"start":1728381475929,"stop":1728381475931,"duration":2}},{"uid":"935d38cb33ea64e5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/935d38cb33ea64e5","status":"passed","time":{"start":1728379282318,"stop":1728379282319,"duration":1}},{"uid":"b7d43c458006bd6b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b7d43c458006bd6b","status":"passed","time":{"start":1728371925988,"stop":1728371925988,"duration":0}},{"uid":"f7e25c92caa75234","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f7e25c92caa75234","status":"passed","time":{"start":1728370273981,"stop":1728370273989,"duration":8}},{"uid":"1dca19ed221f1a04","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1dca19ed221f1a04","status":"passed","time":{"start":1728369370051,"stop":1728369370051,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bf0521916f599222","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bf0521916f599222","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0}},{"uid":"a4d85aba61b94cff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a4d85aba61b94cff","status":"passed","time":{"start":1728379167599,"stop":1728379167599,"duration":0}},{"uid":"cb74c5c80f3bcd16","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cb74c5c80f3bcd16","status":"passed","time":{"start":1728371811380,"stop":1728371811380,"duration":0}},{"uid":"ebe2f17078f0dbc0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebe2f17078f0dbc0","status":"passed","time":{"start":1728370158841,"stop":1728370158841,"duration":0}},{"uid":"eac20e605c80af3e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eac20e605c80af3e","status":"passed","time":{"start":1728369257780,"stop":1728369257780,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"565469f6aada479a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/565469f6aada479a","status":"passed","time":{"start":1728381685605,"stop":1728381685607,"duration":2}},{"uid":"ccc15cb974530af2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ccc15cb974530af2","status":"passed","time":{"start":1728379484792,"stop":1728379484793,"duration":1}},{"uid":"165ef41c7418d39a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/165ef41c7418d39a","status":"passed","time":{"start":1728372130490,"stop":1728372130491,"duration":1}},{"uid":"87dbb80b72810512","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87dbb80b72810512","status":"passed","time":{"start":1728370516484,"stop":1728370516485,"duration":1}},{"uid":"ffab6b1baaa7e774","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffab6b1baaa7e774","status":"passed","time":{"start":1728369620727,"stop":1728369620727,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2aaaf71459106c72","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2aaaf71459106c72","status":"passed","time":{"start":1728381449301,"stop":1728381449301,"duration":0}},{"uid":"e8ac36ee4724564","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e8ac36ee4724564","status":"passed","time":{"start":1728379255036,"stop":1728379255037,"duration":1}},{"uid":"696b604c7a5d213b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/696b604c7a5d213b","status":"passed","time":{"start":1728371896758,"stop":1728371896758,"duration":0}},{"uid":"3832f3f9deaecf28","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3832f3f9deaecf28","status":"passed","time":{"start":1728370245302,"stop":1728370245304,"duration":2}},{"uid":"167bd8a88e5578ed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/167bd8a88e5578ed","status":"passed","time":{"start":1728369344226,"stop":1728369344226,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"13584e95fb34bfc5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13584e95fb34bfc5","status":"passed","time":{"start":1728381526519,"stop":1728381526519,"duration":0}},{"uid":"888dc99d020663f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/888dc99d020663f2","status":"passed","time":{"start":1728379329402,"stop":1728379329402,"duration":0}},{"uid":"46182609995ca643","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/46182609995ca643","status":"passed","time":{"start":1728371974002,"stop":1728371974002,"duration":0}},{"uid":"f36a20299ebfe15a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f36a20299ebfe15a","status":"passed","time":{"start":1728370320869,"stop":1728370320869,"duration":0}},{"uid":"1a6ee05f852a4e2a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a6ee05f852a4e2a","status":"passed","time":{"start":1728369420262,"stop":1728369420263,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3322cdc4231d68cb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3322cdc4231d68cb","status":"passed","time":{"start":1728381696823,"stop":1728381696823,"duration":0}},{"uid":"b0913c2cd6804e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b0913c2cd6804e7","status":"passed","time":{"start":1728379498092,"stop":1728379498093,"duration":1}},{"uid":"2cc1e076fb00118d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cc1e076fb00118d","status":"passed","time":{"start":1728372147550,"stop":1728372147550,"duration":0}},{"uid":"d39f53b395eff04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d39f53b395eff04","status":"passed","time":{"start":1728370534999,"stop":1728370534999,"duration":0}},{"uid":"5d71e704750a3f5b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d71e704750a3f5b","status":"passed","time":{"start":1728369636348,"stop":1728369636354,"duration":6}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"358c5a885e85e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/358c5a885e85e","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0}},{"uid":"1b5a75a511b4d04a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b5a75a511b4d04a","status":"passed","time":{"start":1728379159022,"stop":1728379159023,"duration":1}},{"uid":"f35aae853c357931","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f35aae853c357931","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"c3f7364a54c3f5fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3f7364a54c3f5fd","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"5f041478296efc03","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5f041478296efc03","status":"passed","time":{"start":1728369248996,"stop":1728369248996,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"41e4e7f120c8bd4e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/41e4e7f120c8bd4e","status":"passed","time":{"start":1728381391227,"stop":1728381391228,"duration":1}},{"uid":"23de147a0256a176","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/23de147a0256a176","status":"passed","time":{"start":1728379194287,"stop":1728379194288,"duration":1}},{"uid":"d40aabf9bae23d1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d40aabf9bae23d1a","status":"passed","time":{"start":1728371838587,"stop":1728371838587,"duration":0}},{"uid":"8cf177ceb47c80e2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8cf177ceb47c80e2","status":"passed","time":{"start":1728370185973,"stop":1728370185973,"duration":0}},{"uid":"d797003550e36a37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d797003550e36a37","status":"passed","time":{"start":1728369284716,"stop":1728369284716,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5979d6b9392613ca","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5979d6b9392613ca","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0}},{"uid":"b8281ab73b4833e5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8281ab73b4833e5","status":"passed","time":{"start":1728379482950,"stop":1728379482955,"duration":5}},{"uid":"27ea4d120217d30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/27ea4d120217d30","status":"passed","time":{"start":1728372134573,"stop":1728372134574,"duration":1}},{"uid":"ff83663af19827c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff83663af19827c5","status":"passed","time":{"start":1728370487884,"stop":1728370487884,"duration":0}},{"uid":"fb2c5d732ee7579a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb2c5d732ee7579a","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea90a53b4ce52aff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea90a53b4ce52aff","status":"passed","time":{"start":1728381658368,"stop":1728381658368,"duration":0}},{"uid":"5723ca3d019582ef","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5723ca3d019582ef","status":"passed","time":{"start":1728379460262,"stop":1728379460262,"duration":0}},{"uid":"b3dbc8323b54e7a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b3dbc8323b54e7a0","status":"passed","time":{"start":1728372105660,"stop":1728372105661,"duration":1}},{"uid":"94eb22e66b07139c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94eb22e66b07139c","status":"passed","time":{"start":1728370464119,"stop":1728370464119,"duration":0}},{"uid":"40cf9a14de5a05a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40cf9a14de5a05a2","status":"passed","time":{"start":1728369544855,"stop":1728369544856,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"68ccde34a02ce9e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/68ccde34a02ce9e3","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0}},{"uid":"bd0061841b5f3b65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd0061841b5f3b65","status":"passed","time":{"start":1728379167595,"stop":1728379167596,"duration":1}},{"uid":"a49b6ed3ab822bb7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a49b6ed3ab822bb7","status":"passed","time":{"start":1728371811376,"stop":1728371811376,"duration":0}},{"uid":"a713f5f382a42099","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a713f5f382a42099","status":"passed","time":{"start":1728370158838,"stop":1728370158838,"duration":0}},{"uid":"aa535025326bc9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa535025326bc9","status":"passed","time":{"start":1728369257777,"stop":1728369257777,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"83748d1c769bfe3c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/83748d1c769bfe3c","status":"passed","time":{"start":1728381749061,"stop":1728381749062,"duration":1}},{"uid":"78a5e89da82843f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78a5e89da82843f7","status":"passed","time":{"start":1728379549698,"stop":1728379549698,"duration":0}},{"uid":"ad23f0fd43264c6f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ad23f0fd43264c6f","status":"passed","time":{"start":1728372195435,"stop":1728372195435,"duration":0}},{"uid":"6f77f9d3da01765c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6f77f9d3da01765c","status":"passed","time":{"start":1728370555258,"stop":1728370555258,"duration":0}},{"uid":"14f5d712923c78db","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/14f5d712923c78db","status":"passed","time":{"start":1728369639855,"stop":1728369639855,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf31ceeebb777e41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf31ceeebb777e41","status":"passed","time":{"start":1728381800485,"stop":1728381800486,"duration":1}},{"uid":"ade9ead3c0645b4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ade9ead3c0645b4a","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"af09df5ac2933764","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/af09df5ac2933764","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"afef5768fbcd5914","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/afef5768fbcd5914","status":"passed","time":{"start":1728370630366,"stop":1728370630366,"duration":0}},{"uid":"8f1a173ac9ffcb23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f1a173ac9ffcb23","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"47817ea5c01397df","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/47817ea5c01397df","status":"passed","time":{"start":1728381383547,"stop":1728381383547,"duration":0}},{"uid":"7b4e4b8ad4511005","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b4e4b8ad4511005","status":"passed","time":{"start":1728379186758,"stop":1728379186759,"duration":1}},{"uid":"dc6fb6d5f43e5168","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc6fb6d5f43e5168","status":"passed","time":{"start":1728371830875,"stop":1728371830875,"duration":0}},{"uid":"504b4e20fd50af27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/504b4e20fd50af27","status":"passed","time":{"start":1728370178241,"stop":1728370178242,"duration":1}},{"uid":"3d1509b5da587858","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3d1509b5da587858","status":"passed","time":{"start":1728369277111,"stop":1728369277112,"duration":1}}]},"e7ac9ecd3905b0f491cd10ebe1ad54ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7810496fa6a1075","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7810496fa6a1075","status":"passed","time":{"start":1728369663462,"stop":1728369663462,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1ca546794aac5779","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1ca546794aac5779","status":"passed","time":{"start":1728381676009,"stop":1728381676011,"duration":2}},{"uid":"ce486ddee88cc468","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce486ddee88cc468","status":"passed","time":{"start":1728379477376,"stop":1728379477376,"duration":0}},{"uid":"639bbb5f7e79c098","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/639bbb5f7e79c098","status":"passed","time":{"start":1728372125153,"stop":1728372125153,"duration":0}},{"uid":"429ca3ce6837beab","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/429ca3ce6837beab","status":"passed","time":{"start":1728370506884,"stop":1728370506885,"duration":1}},{"uid":"79ea0fb8927f8946","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/79ea0fb8927f8946","status":"passed","time":{"start":1728369613009,"stop":1728369613009,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"18bb0a835affb5e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/18bb0a835affb5e9","status":"passed","time":{"start":1728381454672,"stop":1728381454672,"duration":0}},{"uid":"74d89ad38a9a62be","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74d89ad38a9a62be","status":"passed","time":{"start":1728379263251,"stop":1728379263252,"duration":1}},{"uid":"b7086562102723e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b7086562102723e2","status":"passed","time":{"start":1728371902715,"stop":1728371902715,"duration":0}},{"uid":"89f0fe784911400a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89f0fe784911400a","status":"passed","time":{"start":1728370254632,"stop":1728370254633,"duration":1}},{"uid":"f85395c3345164ee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f85395c3345164ee","status":"passed","time":{"start":1728369347761,"stop":1728369347762,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9390f19fe7564403","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9390f19fe7564403","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0}},{"uid":"4182b8a8f4ac63e2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4182b8a8f4ac63e2","status":"passed","time":{"start":1728379460274,"stop":1728379460274,"duration":0}},{"uid":"156f54c5970c2ec9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/156f54c5970c2ec9","status":"passed","time":{"start":1728372105667,"stop":1728372105667,"duration":0}},{"uid":"17c731334a7cb8b6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/17c731334a7cb8b6","status":"passed","time":{"start":1728370464132,"stop":1728370464133,"duration":1}},{"uid":"5ac4dc8f5a00f38c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ac4dc8f5a00f38c","status":"passed","time":{"start":1728369544863,"stop":1728369544863,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84838d1897862b27","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84838d1897862b27","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0}},{"uid":"5e90d6e725ea9665","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e90d6e725ea9665","status":"passed","time":{"start":1728379482948,"stop":1728379482949,"duration":1}},{"uid":"2df8654e7943c8b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2df8654e7943c8b1","status":"passed","time":{"start":1728372134572,"stop":1728372134572,"duration":0}},{"uid":"55b7e8828521b082","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b7e8828521b082","status":"passed","time":{"start":1728370487883,"stop":1728370487884,"duration":1}},{"uid":"f77be6a8b2a8bafd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f77be6a8b2a8bafd","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"3af54656d6ae607150a75e2a5cafb4dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dce11331270dd6e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dce11331270dd6e3","status":"passed","time":{"start":1728370581675,"stop":1728370581676,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3febc0bd0c501e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3febc0bd0c501e5","status":"passed","time":{"start":1728381416760,"stop":1728381416761,"duration":1}},{"uid":"81b606a93f2d0d97","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/81b606a93f2d0d97","status":"passed","time":{"start":1728379222477,"stop":1728379222477,"duration":0}},{"uid":"9002527d20491167","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9002527d20491167","status":"passed","time":{"start":1728371864275,"stop":1728371864276,"duration":1}},{"uid":"1d8de87f8b26e400","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1d8de87f8b26e400","status":"passed","time":{"start":1728370211848,"stop":1728370211848,"duration":0}},{"uid":"7f33effd5ccde37b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f33effd5ccde37b","status":"passed","time":{"start":1728369311529,"stop":1728369311529,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ce03d8ddd9fc3a91","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ce03d8ddd9fc3a91","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0}},{"uid":"22679d64fd16ded0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22679d64fd16ded0","status":"passed","time":{"start":1728379224165,"stop":1728379224165,"duration":0}},{"uid":"5e6644cf74852f13","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e6644cf74852f13","status":"passed","time":{"start":1728371870685,"stop":1728371870687,"duration":2}},{"uid":"edeb07bb8efd65e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/edeb07bb8efd65e3","status":"passed","time":{"start":1728370215347,"stop":1728370215348,"duration":1}},{"uid":"f07643fd4562aaed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f07643fd4562aaed","status":"passed","time":{"start":1728369314830,"stop":1728369314830,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"23684431c5ac875","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/23684431c5ac875","status":"passed","time":{"start":1728381454665,"stop":1728381454665,"duration":0}},{"uid":"6d667decbd7cc14","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d667decbd7cc14","status":"passed","time":{"start":1728379263248,"stop":1728379263248,"duration":0}},{"uid":"9e4c4ccd25b8b01a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e4c4ccd25b8b01a","status":"passed","time":{"start":1728371902712,"stop":1728371902712,"duration":0}},{"uid":"d9804ea21ce12b61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9804ea21ce12b61","status":"passed","time":{"start":1728370254629,"stop":1728370254629,"duration":0}},{"uid":"9bfd3d4f6617d9d2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bfd3d4f6617d9d2","status":"passed","time":{"start":1728369347753,"stop":1728369347754,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c674898c6e41a7a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c674898c6e41a7a0","status":"passed","time":{"start":1728381658378,"stop":1728381658379,"duration":1}},{"uid":"1933482f7e018d2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1933482f7e018d2e","status":"passed","time":{"start":1728379460282,"stop":1728379460282,"duration":0}},{"uid":"f2ad0565f01d43fd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2ad0565f01d43fd","status":"passed","time":{"start":1728372105672,"stop":1728372105672,"duration":0}},{"uid":"b40709666bc79cb7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b40709666bc79cb7","status":"passed","time":{"start":1728370464144,"stop":1728370464144,"duration":0}},{"uid":"959f53b5b485642b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/959f53b5b485642b","status":"passed","time":{"start":1728369544868,"stop":1728369544868,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69704a19bbe8dc1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69704a19bbe8dc1a","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0}},{"uid":"ed41441f89d5b944","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ed41441f89d5b944","status":"passed","time":{"start":1728379167604,"stop":1728379167604,"duration":0}},{"uid":"1b82145b8be46ce3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1b82145b8be46ce3","status":"passed","time":{"start":1728371811385,"stop":1728371811386,"duration":1}},{"uid":"5d8c91c2e85e07bb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5d8c91c2e85e07bb","status":"passed","time":{"start":1728370158847,"stop":1728370158847,"duration":0}},{"uid":"1ce9c46f03723d90","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1ce9c46f03723d90","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7a05374f2de0368d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a05374f2de0368d","status":"passed","time":{"start":1728381389462,"stop":1728381389463,"duration":1}},{"uid":"852c76b1b34b3251","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/852c76b1b34b3251","status":"passed","time":{"start":1728379192718,"stop":1728379192718,"duration":0}},{"uid":"4abc438c94388f3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4abc438c94388f3b","status":"passed","time":{"start":1728371836844,"stop":1728371836845,"duration":1}},{"uid":"47200bb0e0015872","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47200bb0e0015872","status":"passed","time":{"start":1728370184428,"stop":1728370184429,"duration":1}},{"uid":"ac32909f2ee64943","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac32909f2ee64943","status":"passed","time":{"start":1728369283261,"stop":1728369283261,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2f40c65268e185a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2f40c65268e185a","status":"passed","time":{"start":1728381394403,"stop":1728381394403,"duration":0}},{"uid":"5851203a88dc5e6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5851203a88dc5e6a","status":"passed","time":{"start":1728379200430,"stop":1728379200430,"duration":0}},{"uid":"5fc52b604cb10e53","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5fc52b604cb10e53","status":"passed","time":{"start":1728371841840,"stop":1728371841841,"duration":1}},{"uid":"c54568a2b382af08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c54568a2b382af08","status":"passed","time":{"start":1728370189960,"stop":1728370189960,"duration":0}},{"uid":"89e6fc8c09b2f73c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89e6fc8c09b2f73c","status":"passed","time":{"start":1728369288722,"stop":1728369288722,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f78ff5fc12d1e201","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f78ff5fc12d1e201","status":"passed","time":{"start":1728381521299,"stop":1728381521300,"duration":1}},{"uid":"5f4158cf2f84776c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5f4158cf2f84776c","status":"passed","time":{"start":1728379329176,"stop":1728379329176,"duration":0}},{"uid":"6f50f6ccd5ff2f5c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f50f6ccd5ff2f5c","status":"passed","time":{"start":1728371984002,"stop":1728371984002,"duration":0}},{"uid":"f9396ed3a4890ed6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9396ed3a4890ed6","status":"passed","time":{"start":1728370284354,"stop":1728370284355,"duration":1}},{"uid":"b9502c7ca0214dce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9502c7ca0214dce","status":"passed","time":{"start":1728369378894,"stop":1728369378894,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9aedf20124290581","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9aedf20124290581","status":"passed","time":{"start":1728381749017,"stop":1728381749017,"duration":0}},{"uid":"34dd0b74b7d7218e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34dd0b74b7d7218e","status":"passed","time":{"start":1728379549630,"stop":1728379549631,"duration":1}},{"uid":"2c0496e0b654680c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c0496e0b654680c","status":"passed","time":{"start":1728372195404,"stop":1728372195406,"duration":2}},{"uid":"4c8f239fb71c7ee0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c8f239fb71c7ee0","status":"passed","time":{"start":1728370555235,"stop":1728370555236,"duration":1}},{"uid":"5df2970ccd5203ef","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5df2970ccd5203ef","status":"passed","time":{"start":1728369639822,"stop":1728369639822,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9c17bc28aac0ef4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9c17bc28aac0ef4","status":"passed","time":{"start":1728381423072,"stop":1728381423072,"duration":0}},{"uid":"2d337f97f8d2a557","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d337f97f8d2a557","status":"passed","time":{"start":1728379224166,"stop":1728379224166,"duration":0}},{"uid":"ed6f175f617d54ed","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed6f175f617d54ed","status":"passed","time":{"start":1728371870688,"stop":1728371870688,"duration":0}},{"uid":"372854cdca5ede29","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/372854cdca5ede29","status":"passed","time":{"start":1728370215348,"stop":1728370215348,"duration":0}},{"uid":"8d8f69f9f8fb1f76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8d8f69f9f8fb1f76","status":"passed","time":{"start":1728369314830,"stop":1728369314830,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"75a5b5f72e8844ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/75a5b5f72e8844ba","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0}},{"uid":"4e70c4439c481dfd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4e70c4439c481dfd","status":"passed","time":{"start":1728379493892,"stop":1728379493893,"duration":1}},{"uid":"494066ec138cf1d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/494066ec138cf1d6","status":"passed","time":{"start":1728372140970,"stop":1728372140970,"duration":0}},{"uid":"47f2127e413d94cc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47f2127e413d94cc","status":"passed","time":{"start":1728370524969,"stop":1728370524969,"duration":0}},{"uid":"ce2aa4b9a5f375fd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ce2aa4b9a5f375fd","status":"passed","time":{"start":1728369630406,"stop":1728369630407,"duration":1}}]},"af58aa7353a2d20774ac8cab0031f915:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3443f3cc6276d0bf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3443f3cc6276d0bf","status":"passed","time":{"start":1728370581687,"stop":1728370581690,"duration":3}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"67fa082eafd6d84a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/67fa082eafd6d84a","status":"passed","time":{"start":1728381749036,"stop":1728381749037,"duration":1}},{"uid":"16b5ba83bcb55bb3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16b5ba83bcb55bb3","status":"passed","time":{"start":1728379549682,"stop":1728379549682,"duration":0}},{"uid":"c2fc132e3e54b42c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c2fc132e3e54b42c","status":"passed","time":{"start":1728372195421,"stop":1728372195422,"duration":1}},{"uid":"e45225e1d28c3d07","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e45225e1d28c3d07","status":"passed","time":{"start":1728370555249,"stop":1728370555249,"duration":0}},{"uid":"fd8f1954304e89cd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd8f1954304e89cd","status":"passed","time":{"start":1728369639840,"stop":1728369639840,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fb193b3253ab5511","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fb193b3253ab5511","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0}},{"uid":"cfc5817390202335","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cfc5817390202335","status":"passed","time":{"start":1728379439873,"stop":1728379439873,"duration":0}},{"uid":"3ab2461dd1934525","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3ab2461dd1934525","status":"passed","time":{"start":1728372083110,"stop":1728372083111,"duration":1}},{"uid":"9798aefb58e1fce3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9798aefb58e1fce3","status":"passed","time":{"start":1728370464876,"stop":1728370464877,"duration":1}},{"uid":"e6f46f406018a912","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6f46f406018a912","status":"passed","time":{"start":1728369559766,"stop":1728369559767,"duration":1}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6dc51e7f340789e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6dc51e7f340789e","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0}},{"uid":"59c001ec1d1b9af3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59c001ec1d1b9af3","status":"passed","time":{"start":1728379182989,"stop":1728379182989,"duration":0}},{"uid":"a803b0618509e113","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a803b0618509e113","status":"passed","time":{"start":1728371826966,"stop":1728371826967,"duration":1}},{"uid":"54dc194a83609c81","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/54dc194a83609c81","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"d4f65fe000998e1c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4f65fe000998e1c","status":"passed","time":{"start":1728369273239,"stop":1728369273239,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fac5d49d0b2775b5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fac5d49d0b2775b5","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0}},{"uid":"616ff9c974a3828c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/616ff9c974a3828c","status":"passed","time":{"start":1728379329400,"stop":1728379329400,"duration":0}},{"uid":"b4065943fa3d522b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4065943fa3d522b","status":"passed","time":{"start":1728371973993,"stop":1728371973994,"duration":1}},{"uid":"cc39e64ab08e31e3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc39e64ab08e31e3","status":"passed","time":{"start":1728370320867,"stop":1728370320867,"duration":0}},{"uid":"dc5557a2f74729c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc5557a2f74729c3","status":"passed","time":{"start":1728369420247,"stop":1728369420248,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6c4e782be5ee259","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c6c4e782be5ee259","status":"passed","time":{"start":1728381842825,"stop":1728381842826,"duration":1}},{"uid":"73b27f8f14479daf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/73b27f8f14479daf","status":"passed","time":{"start":1728379644815,"stop":1728379644815,"duration":0}},{"uid":"f465643afd028eb8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f465643afd028eb8","status":"passed","time":{"start":1728372295099,"stop":1728372295099,"duration":0}},{"uid":"4c40bf5d4c3c9ca3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c40bf5d4c3c9ca3","status":"passed","time":{"start":1728370682624,"stop":1728370682625,"duration":1}},{"uid":"77e8bd285fc0040e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/77e8bd285fc0040e","status":"passed","time":{"start":1728369782381,"stop":1728369782381,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c44758a51594a589","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c44758a51594a589","status":"passed","time":{"start":1728381378682,"stop":1728381378683,"duration":1}},{"uid":"d748e2c20a9c18cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d748e2c20a9c18cc","status":"passed","time":{"start":1728371825968,"stop":1728371825971,"duration":3}},{"uid":"32308b93e3baef3c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/32308b93e3baef3c","status":"passed","time":{"start":1728370173519,"stop":1728370173519,"duration":0}},{"uid":"d5b941b4aa3fa3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d5b941b4aa3fa3b","status":"passed","time":{"start":1728369271814,"stop":1728369271815,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2752639803b085c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2752639803b085c","status":"passed","time":{"start":1728381842826,"stop":1728381842826,"duration":0}},{"uid":"2472146d9d9a6b6d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2472146d9d9a6b6d","status":"passed","time":{"start":1728379644816,"stop":1728379644816,"duration":0}},{"uid":"8e74382970cf61bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e74382970cf61bb","status":"passed","time":{"start":1728372295099,"stop":1728372295100,"duration":1}},{"uid":"bb62a9d21e911beb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb62a9d21e911beb","status":"passed","time":{"start":1728370682625,"stop":1728370682626,"duration":1}},{"uid":"9cae904ab513b6e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9cae904ab513b6e0","status":"passed","time":{"start":1728369782382,"stop":1728369782382,"duration":0}}]},"98f2a3d5e5052fda50f5aaf1e0a8a13d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eeef31d892893f5f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eeef31d892893f5f","status":"passed","time":{"start":1728369663462,"stop":1728369663463,"duration":1}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ab7d71e035d6c100","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab7d71e035d6c100","status":"passed","time":{"start":1728381658369,"stop":1728381658370,"duration":1}},{"uid":"66e4be3421106c2c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66e4be3421106c2c","status":"passed","time":{"start":1728379460264,"stop":1728379460264,"duration":0}},{"uid":"75634987c76f459c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75634987c76f459c","status":"passed","time":{"start":1728372105663,"stop":1728372105663,"duration":0}},{"uid":"b44f87142c745e1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b44f87142c745e1f","status":"passed","time":{"start":1728370464122,"stop":1728370464123,"duration":1}},{"uid":"f24c4b262adcd36f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f24c4b262adcd36f","status":"passed","time":{"start":1728369544857,"stop":1728369544858,"duration":1}}]},"bd32503d76a7215eddced88194e286b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e667ff9af86d103b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e667ff9af86d103b","status":"passed","time":{"start":1728369420248,"stop":1728369420248,"duration":0}}]},"262882b2552c0a3e1378dd7f3d34335b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4864622bb295de06","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4864622bb295de06","status":"passed","time":{"start":1728381719622,"stop":1728381719622,"duration":0}}]},"c64eb08b7b32ac840051110b5a5e6f81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c4b19c3712daa9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9c4b19c3712daa9d","status":"passed","time":{"start":1728379523103,"stop":1728379523106,"duration":3}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"103e60936a2a724e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/103e60936a2a724e","status":"passed","time":{"start":1728381416765,"stop":1728381416770,"duration":5}},{"uid":"a725361870675f2c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a725361870675f2c","status":"passed","time":{"start":1728379222487,"stop":1728379222492,"duration":5}},{"uid":"dcd16a0521ad2259","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcd16a0521ad2259","status":"passed","time":{"start":1728371864278,"stop":1728371864278,"duration":0}},{"uid":"ebf6fe8ba28fa174","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ebf6fe8ba28fa174","status":"passed","time":{"start":1728370211850,"stop":1728370211851,"duration":1}},{"uid":"5a8f9b556e983f8f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5a8f9b556e983f8f","status":"passed","time":{"start":1728369311531,"stop":1728369311534,"duration":3}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"58af65bdcd7f19e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/58af65bdcd7f19e9","status":"passed","time":{"start":1728381557234,"stop":1728381557235,"duration":1}},{"uid":"12f26401b4804585","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12f26401b4804585","status":"passed","time":{"start":1728379366476,"stop":1728379366477,"duration":1}},{"uid":"81e13f9451f520d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/81e13f9451f520d6","status":"passed","time":{"start":1728371996020,"stop":1728371996021,"duration":1}},{"uid":"959130c7a4384e79","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/959130c7a4384e79","status":"passed","time":{"start":1728370345130,"stop":1728370345132,"duration":2}},{"uid":"6fef680667807d46","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6fef680667807d46","status":"passed","time":{"start":1728369447289,"stop":1728369447289,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a163d3ee0d36802d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a163d3ee0d36802d","status":"passed","time":{"start":1728381379236,"stop":1728381379237,"duration":1}},{"uid":"f9de30eb0adc23e0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9de30eb0adc23e0","status":"passed","time":{"start":1728379182445,"stop":1728379182445,"duration":0}},{"uid":"efd0415798211df4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/efd0415798211df4","status":"passed","time":{"start":1728371826620,"stop":1728371826621,"duration":1}},{"uid":"314c61535dc1c79c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/314c61535dc1c79c","status":"passed","time":{"start":1728370173933,"stop":1728370173933,"duration":0}},{"uid":"7d1debdd02f37499","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d1debdd02f37499","status":"passed","time":{"start":1728369272864,"stop":1728369272865,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"da84f2da4afe5767","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da84f2da4afe5767","status":"passed","time":{"start":1728381658379,"stop":1728381658379,"duration":0}},{"uid":"8d78f8fb26887e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d78f8fb26887e","status":"passed","time":{"start":1728379460283,"stop":1728379460284,"duration":1}},{"uid":"c6a914dca6684630","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6a914dca6684630","status":"passed","time":{"start":1728372105672,"stop":1728372105673,"duration":1}},{"uid":"6b4f2d0485e13cc0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b4f2d0485e13cc0","status":"passed","time":{"start":1728370464145,"stop":1728370464146,"duration":1}},{"uid":"f7aec0d0c3929c51","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7aec0d0c3929c51","status":"passed","time":{"start":1728369544869,"stop":1728369544869,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b1962daa253e16af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1962daa253e16af","status":"passed","time":{"start":1728381615368,"stop":1728381615369,"duration":1}},{"uid":"fec743991365f985","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fec743991365f985","status":"passed","time":{"start":1728379422775,"stop":1728379422775,"duration":0}},{"uid":"e741aa349247f2ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e741aa349247f2ae","status":"passed","time":{"start":1728372057768,"stop":1728372057768,"duration":0}},{"uid":"5f15734adb6b9715","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f15734adb6b9715","status":"passed","time":{"start":1728370439669,"stop":1728370439670,"duration":1}},{"uid":"d5d714fb209cd4b8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d5d714fb209cd4b8","status":"passed","time":{"start":1728369540007,"stop":1728369540008,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4319cfd45e3bee77","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4319cfd45e3bee77","status":"passed","time":{"start":1728381363576,"stop":1728381363576,"duration":0}},{"uid":"b28df40590741f02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b28df40590741f02","status":"passed","time":{"start":1728379166770,"stop":1728379166771,"duration":1}},{"uid":"383a967dc56261bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/383a967dc56261bb","status":"passed","time":{"start":1728371810593,"stop":1728371810593,"duration":0}},{"uid":"cd336552f5c0338d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd336552f5c0338d","status":"passed","time":{"start":1728370158407,"stop":1728370158407,"duration":0}},{"uid":"1a2bc84ed861b62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a2bc84ed861b62","status":"passed","time":{"start":1728369256991,"stop":1728369256991,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e7d29f788d64c64a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e7d29f788d64c64a","status":"passed","time":{"start":1728381711661,"stop":1728381711661,"duration":0}},{"uid":"f53a160fafe01448","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f53a160fafe01448","status":"passed","time":{"start":1728379515555,"stop":1728379515556,"duration":1}},{"uid":"f88b3ca76734426f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f88b3ca76734426f","status":"passed","time":{"start":1728372171299,"stop":1728372171301,"duration":2}},{"uid":"c61e483c60ce9395","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c61e483c60ce9395","status":"passed","time":{"start":1728370522967,"stop":1728370522968,"duration":1}},{"uid":"3db878a5043cf1ee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3db878a5043cf1ee","status":"passed","time":{"start":1728369622048,"stop":1728369622048,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e6ebfff0f15ff73","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e6ebfff0f15ff73","status":"passed","time":{"start":1728381711684,"stop":1728381711684,"duration":0}},{"uid":"942eab18af673a5b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/942eab18af673a5b","status":"passed","time":{"start":1728379515563,"stop":1728379515564,"duration":1}},{"uid":"2421dcf0d445113a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2421dcf0d445113a","status":"passed","time":{"start":1728372171316,"stop":1728372171316,"duration":0}},{"uid":"3f466d281c02977c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f466d281c02977c","status":"passed","time":{"start":1728370522980,"stop":1728370522980,"duration":0}},{"uid":"9c48a8db0feec24a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c48a8db0feec24a","status":"passed","time":{"start":1728369622056,"stop":1728369622056,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c94a1319f846cb83","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c94a1319f846cb83","status":"passed","time":{"start":1728381371417,"stop":1728381371418,"duration":1}},{"uid":"cf678af3c8b470bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf678af3c8b470bd","status":"passed","time":{"start":1728379174376,"stop":1728379174377,"duration":1}},{"uid":"1c1b2cf36a5881a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c1b2cf36a5881a","status":"passed","time":{"start":1728371818655,"stop":1728371818655,"duration":0}},{"uid":"deb601cf059b0bf9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/deb601cf059b0bf9","status":"passed","time":{"start":1728370166259,"stop":1728370166259,"duration":0}},{"uid":"e8449c4d941f7f58","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e8449c4d941f7f58","status":"passed","time":{"start":1728369265013,"stop":1728369265014,"duration":1}}]},"5b92187927768287f8491bb6b3f396bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ee112d190341e39","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ee112d190341e39","status":"passed","time":{"start":1728381658386,"stop":1728381658386,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8038f2c967a6bbb9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8038f2c967a6bbb9","status":"passed","time":{"start":1728381614000,"stop":1728381614000,"duration":0}},{"uid":"53947a98fa9948a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53947a98fa9948a0","status":"passed","time":{"start":1728379419839,"stop":1728379419839,"duration":0}},{"uid":"76f6b818adfd871b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76f6b818adfd871b","status":"passed","time":{"start":1728372057884,"stop":1728372057884,"duration":0}},{"uid":"7259b8515dae2324","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7259b8515dae2324","status":"passed","time":{"start":1728370439775,"stop":1728370439775,"duration":0}},{"uid":"fc947dd8e95528a9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc947dd8e95528a9","status":"passed","time":{"start":1728369540110,"stop":1728369540110,"duration":0}}]},"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f18f1df5d77a3a4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f18f1df5d77a3a4a","status":"passed","time":{"start":1728381371411,"stop":1728381371411,"duration":0}},{"uid":"f520c5cbb4f3efaa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f520c5cbb4f3efaa","status":"passed","time":{"start":1728379174830,"stop":1728379174830,"duration":0}},{"uid":"2cc9b14fbd611780","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cc9b14fbd611780","status":"passed","time":{"start":1728371818436,"stop":1728371818437,"duration":1}},{"uid":"57c03371e18f84c9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57c03371e18f84c9","status":"passed","time":{"start":1728370166079,"stop":1728370166079,"duration":0}},{"uid":"40d0225069a94221","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40d0225069a94221","status":"passed","time":{"start":1728369265064,"stop":1728369265064,"duration":0}}]},"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47c8b1059c63e024","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/47c8b1059c63e024","status":"passed","time":{"start":1728379197134,"stop":1728379197135,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f7d5ce9198a4f977","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f7d5ce9198a4f977","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0}},{"uid":"ff4f4b3f12fcd9a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ff4f4b3f12fcd9a9","status":"passed","time":{"start":1728379194287,"stop":1728379194287,"duration":0}},{"uid":"a4851540f6a8e5f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a4851540f6a8e5f8","status":"passed","time":{"start":1728371838586,"stop":1728371838587,"duration":1}},{"uid":"ba9b18121a92ddf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba9b18121a92ddf3","status":"passed","time":{"start":1728370185972,"stop":1728370185973,"duration":1}},{"uid":"ed71ba84427bd53a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ed71ba84427bd53a","status":"passed","time":{"start":1728369284715,"stop":1728369284716,"duration":1}}]},"10cd26d36c0bcf92dbcb85e59d0ff39c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8631c66177d3cf79","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8631c66177d3cf79","status":"passed","time":{"start":1728381745559,"stop":1728381745559,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"7a2d6f13f8c2e28e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a2d6f13f8c2e28e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658390,"stop":1728381658390,"duration":0}},{"uid":"571259b6b80a4811","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/571259b6b80a4811","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460301,"stop":1728379460302,"duration":1}},{"uid":"d2512d2e6ee5720","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d2512d2e6ee5720","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105682,"stop":1728372105682,"duration":0}},{"uid":"f9a434676fb260c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9a434676fb260c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464168,"stop":1728370464168,"duration":0}},{"uid":"e15c58a5db9e916f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e15c58a5db9e916f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544878,"stop":1728369544878,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f816b9508f69248","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3f816b9508f69248","status":"passed","time":{"start":1728381711660,"stop":1728381711661,"duration":1}},{"uid":"c0719ed538e6febb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c0719ed538e6febb","status":"passed","time":{"start":1728379515555,"stop":1728379515555,"duration":0}},{"uid":"874e776ecbf248e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/874e776ecbf248e9","status":"passed","time":{"start":1728372171298,"stop":1728372171298,"duration":0}},{"uid":"ac0af30b14470169","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac0af30b14470169","status":"passed","time":{"start":1728370522967,"stop":1728370522967,"duration":0}},{"uid":"bc8f21415de1b8a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc8f21415de1b8a3","status":"passed","time":{"start":1728369622046,"stop":1728369622046,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cf92bc2c112acdb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8cf92bc2c112acdb","status":"passed","time":{"start":1728381521287,"stop":1728381521288,"duration":1}},{"uid":"6545c690303916fa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6545c690303916fa","status":"passed","time":{"start":1728379329169,"stop":1728379329169,"duration":0}},{"uid":"2e3e4acc9ea55734","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e3e4acc9ea55734","status":"passed","time":{"start":1728371983984,"stop":1728371983989,"duration":5}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d0b05961895188db","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d0b05961895188db","status":"passed","time":{"start":1728381355965,"stop":1728381355965,"duration":0}},{"uid":"105d9fe7046c09ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/105d9fe7046c09ec","status":"passed","time":{"start":1728379159000,"stop":1728379159000,"duration":0}},{"uid":"a71d2eb1ac51c047","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a71d2eb1ac51c047","status":"passed","time":{"start":1728371802891,"stop":1728371802892,"duration":1}},{"uid":"ee586feee049843d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee586feee049843d","status":"passed","time":{"start":1728370149918,"stop":1728370149919,"duration":1}},{"uid":"37800d7818cdd3f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/37800d7818cdd3f9","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1f307ac87b88ae8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d1f307ac87b88ae8","status":"passed","time":{"start":1728381680433,"stop":1728381680433,"duration":0}},{"uid":"3516396acac84d16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3516396acac84d16","status":"passed","time":{"start":1728379482916,"stop":1728379482917,"duration":1}},{"uid":"b522314792ba1b6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b522314792ba1b6e","status":"passed","time":{"start":1728372134543,"stop":1728372134543,"duration":0}},{"uid":"8bcf5fa7431ea53b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8bcf5fa7431ea53b","status":"passed","time":{"start":1728370487857,"stop":1728370487858,"duration":1}},{"uid":"67f29a8a47f81f2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/67f29a8a47f81f2","status":"passed","time":{"start":1728369590785,"stop":1728369590785,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1748162bae4172bf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1748162bae4172bf","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0}},{"uid":"712bcfb47733976a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/712bcfb47733976a","status":"passed","time":{"start":1728379493845,"stop":1728379493845,"duration":0}},{"uid":"66b7b5b67799c162","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/66b7b5b67799c162","status":"passed","time":{"start":1728372140947,"stop":1728372140948,"duration":1}},{"uid":"59b66a4a7c08c8d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/59b66a4a7c08c8d3","status":"passed","time":{"start":1728370524960,"stop":1728370524960,"duration":0}},{"uid":"f7a5a544960d4479","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7a5a544960d4479","status":"passed","time":{"start":1728369630397,"stop":1728369630398,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3965dec8625efd17","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3965dec8625efd17","status":"passed","time":{"start":1728381716497,"stop":1728381716505,"duration":8}},{"uid":"a1aef7397077fd4b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1aef7397077fd4b","status":"passed","time":{"start":1728379524443,"stop":1728379524443,"duration":0}},{"uid":"594fffefbf666572","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/594fffefbf666572","status":"passed","time":{"start":1728372187036,"stop":1728372187036,"duration":0}},{"uid":"b22c54bf24d67e44","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b22c54bf24d67e44","status":"passed","time":{"start":1728370559629,"stop":1728370559630,"duration":1}},{"uid":"679e34865ea6a8bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/679e34865ea6a8bf","status":"passed","time":{"start":1728369646209,"stop":1728369646210,"duration":1}}]},"cfda0ee473c4519a2f66a038ab235f34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b98c81e442c5b1cb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b98c81e442c5b1cb","status":"passed","time":{"start":1728379523101,"stop":1728379523102,"duration":1}}]},"8c8323517a4ce1be6aeb3564a9a86968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc977e7641628de0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bc977e7641628de0","status":"passed","time":{"start":1728381711682,"stop":1728381711682,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55d61d67484b433f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55d61d67484b433f","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0}},{"uid":"e3314448c73eafa3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e3314448c73eafa3","status":"passed","time":{"start":1728379167606,"stop":1728379167607,"duration":1}},{"uid":"beb5e58460aaaa64","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/beb5e58460aaaa64","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"2a8aaa3b0c17b187","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2a8aaa3b0c17b187","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"3185ef302392a555","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3185ef302392a555","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"778d899c8309d076","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/778d899c8309d076","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0}},{"uid":"2a85b2c8559edb5a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2a85b2c8559edb5a","status":"passed","time":{"start":1728379167605,"stop":1728379167606,"duration":1}},{"uid":"3a4ce970c1bed078","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3a4ce970c1bed078","status":"passed","time":{"start":1728371811387,"stop":1728371811387,"duration":0}},{"uid":"776349fe555f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/776349fe555f8c0d","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"74b73490ac2489f1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/74b73490ac2489f1","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"243c55ec34070ab1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/243c55ec34070ab1","status":"passed","time":{"start":1728381711644,"stop":1728381711645,"duration":1}},{"uid":"d1123ccf7f169f5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1123ccf7f169f5e","status":"passed","time":{"start":1728379515544,"stop":1728379515545,"duration":1}},{"uid":"ee1e8d6ec792cab0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee1e8d6ec792cab0","status":"passed","time":{"start":1728372171291,"stop":1728372171291,"duration":0}},{"uid":"2b1c472388b968de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2b1c472388b968de","status":"passed","time":{"start":1728370522951,"stop":1728370522951,"duration":0}},{"uid":"1c866d6391219d7d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1c866d6391219d7d","status":"passed","time":{"start":1728369622031,"stop":1728369622031,"duration":0}}]},"fdb0244466fe3942a6f740c15527be48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6244714acecb746e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6244714acecb746e","status":"passed","time":{"start":1728372169982,"stop":1728372169982,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b16401e722a5f308","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b16401e722a5f308","status":"passed","time":{"start":1728381391227,"stop":1728381391227,"duration":0}},{"uid":"f990c1119c0e8420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f990c1119c0e8420","status":"passed","time":{"start":1728379194287,"stop":1728379194287,"duration":0}},{"uid":"e9f019bb89cbf698","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e9f019bb89cbf698","status":"passed","time":{"start":1728371838587,"stop":1728371838587,"duration":0}},{"uid":"217b83c80d9ef11d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/217b83c80d9ef11d","status":"passed","time":{"start":1728370185973,"stop":1728370185973,"duration":0}},{"uid":"87e61da9ba2dae26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/87e61da9ba2dae26","status":"passed","time":{"start":1728369284716,"stop":1728369284716,"duration":0}}]},"e0e5ef733645701ae3dd930de6b9991c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1c2fc3492620a24","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1c2fc3492620a24","status":"passed","time":{"start":1728369544861,"stop":1728369544862,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"97899851be00d6a6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97899851be00d6a6","status":"passed","time":{"start":1728381680432,"stop":1728381680432,"duration":0}},{"uid":"d59021be29a0d01d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d59021be29a0d01d","status":"passed","time":{"start":1728379482915,"stop":1728379482915,"duration":0}},{"uid":"133a3f5fdb289458","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/133a3f5fdb289458","status":"passed","time":{"start":1728372134541,"stop":1728372134541,"duration":0}},{"uid":"ad236843d03554e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad236843d03554e5","status":"passed","time":{"start":1728370487856,"stop":1728370487856,"duration":0}},{"uid":"2ed4614fb0099e0a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ed4614fb0099e0a","status":"passed","time":{"start":1728369590784,"stop":1728369590784,"duration":0}}]},"03c210435357260d12e8d9c39cd7aac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7734636e82f96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e7734636e82f96","status":"passed","time":{"start":1728370320867,"stop":1728370320868,"duration":1}}]},"c01cf16a1f78c372eb2458698b7efaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe7736278677d5f5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fe7736278677d5f5","status":"passed","time":{"start":1728379523102,"stop":1728379523103,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c29fce9bd12d0fe3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c29fce9bd12d0fe3","status":"passed","time":{"start":1728381371851,"stop":1728381371851,"duration":0}},{"uid":"1b0c144dbff384dd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b0c144dbff384dd","status":"passed","time":{"start":1728379175036,"stop":1728379175036,"duration":0}},{"uid":"7869b59b4ef62745","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7869b59b4ef62745","status":"passed","time":{"start":1728371819029,"stop":1728371819029,"duration":0}},{"uid":"4fc9bdee9963c1c9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4fc9bdee9963c1c9","status":"passed","time":{"start":1728370166485,"stop":1728370166486,"duration":1}},{"uid":"995a110d50c291b7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/995a110d50c291b7","status":"passed","time":{"start":1728369265268,"stop":1728369265268,"duration":0}}]},"b01fc3bddaa8ba2c95ca4ce3de4bb487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a1ea756d95dfdc8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a1ea756d95dfdc8","status":"passed","time":{"start":1728372169987,"stop":1728372169987,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3ce08f5c222ff57","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f3ce08f5c222ff57","status":"passed","time":{"start":1728381526504,"stop":1728381526505,"duration":1}},{"uid":"55a4975e1a065c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/55a4975e1a065c0","status":"passed","time":{"start":1728379329394,"stop":1728379329394,"duration":0}},{"uid":"dcd7ed507baa5249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcd7ed507baa5249","status":"passed","time":{"start":1728371973982,"stop":1728371973983,"duration":1}},{"uid":"bd5ac7fd7cb8ce5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd5ac7fd7cb8ce5b","status":"passed","time":{"start":1728370320860,"stop":1728370320861,"duration":1}},{"uid":"3b9e3b5858721a20","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b9e3b5858721a20","status":"passed","time":{"start":1728369420215,"stop":1728369420217,"duration":2}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a2026dd5e00690e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a2026dd5e00690e9","status":"passed","time":{"start":1728381685602,"stop":1728381685603,"duration":1}},{"uid":"6c7b2b35f3875e5b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c7b2b35f3875e5b","status":"passed","time":{"start":1728379484787,"stop":1728379484788,"duration":1}},{"uid":"ccd0de107ab99f7c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccd0de107ab99f7c","status":"passed","time":{"start":1728372130485,"stop":1728372130486,"duration":1}},{"uid":"b14e22e69edc2fdc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b14e22e69edc2fdc","status":"passed","time":{"start":1728370516481,"stop":1728370516481,"duration":0}},{"uid":"9c4595c478534a09","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c4595c478534a09","status":"passed","time":{"start":1728369620715,"stop":1728369620715,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a05bf93f34b45b1f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a05bf93f34b45b1f","status":"passed","time":{"start":1728381696822,"stop":1728381696822,"duration":0}},{"uid":"e0f6d869098874a1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e0f6d869098874a1","status":"passed","time":{"start":1728379498092,"stop":1728379498092,"duration":0}},{"uid":"981ce29f822487a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/981ce29f822487a0","status":"passed","time":{"start":1728372147547,"stop":1728372147549,"duration":2}},{"uid":"6ad9fcb32f4038b9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ad9fcb32f4038b9","status":"passed","time":{"start":1728370534998,"stop":1728370534998,"duration":0}},{"uid":"7580f50af1747e37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7580f50af1747e37","status":"passed","time":{"start":1728369636348,"stop":1728369636348,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"496369c59bf52af4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/496369c59bf52af4","status":"passed","time":{"start":1728381355968,"stop":1728381355969,"duration":1}},{"uid":"180592006ec5743a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/180592006ec5743a","status":"passed","time":{"start":1728379159009,"stop":1728379159009,"duration":0}},{"uid":"e754294741d663c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e754294741d663c5","status":"passed","time":{"start":1728371802895,"stop":1728371802895,"duration":0}},{"uid":"6bac27bdbc205a19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6bac27bdbc205a19","status":"passed","time":{"start":1728370149928,"stop":1728370149929,"duration":1}},{"uid":"ca7df5c1d8197112","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca7df5c1d8197112","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"d60536c6354db6b3c072f9c628f493e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3c736bd4c134e86","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d3c736bd4c134e86","status":"passed","time":{"start":1728379515561,"stop":1728379515562,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c2ff21132e225997","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c2ff21132e225997","status":"passed","time":{"start":1728381371415,"stop":1728381371416,"duration":1}},{"uid":"451333c5a86a58ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/451333c5a86a58ff","status":"passed","time":{"start":1728379174375,"stop":1728379174376,"duration":1}},{"uid":"e84bbd751216c5d9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e84bbd751216c5d9","status":"passed","time":{"start":1728371818654,"stop":1728371818654,"duration":0}},{"uid":"ab401531e86352c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab401531e86352c3","status":"passed","time":{"start":1728370166258,"stop":1728370166258,"duration":0}},{"uid":"1bfa0e6268cbd535","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1bfa0e6268cbd535","status":"passed","time":{"start":1728369265012,"stop":1728369265013,"duration":1}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dbce63ef45e7f8ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dbce63ef45e7f8ba","status":"passed","time":{"start":1728381363560,"stop":1728381363561,"duration":1}},{"uid":"4d8253f4a9dd8f91","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4d8253f4a9dd8f91","status":"passed","time":{"start":1728379166753,"stop":1728379166754,"duration":1}},{"uid":"1fbb385cad738f00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1fbb385cad738f00","status":"passed","time":{"start":1728371810585,"stop":1728371810585,"duration":0}},{"uid":"c0d6fa4f07de76aa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0d6fa4f07de76aa","status":"passed","time":{"start":1728370158402,"stop":1728370158402,"duration":0}},{"uid":"e58cc044d621ef39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e58cc044d621ef39","status":"passed","time":{"start":1728369256983,"stop":1728369256983,"duration":0}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6560c75e6e811f9a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6560c75e6e811f9a","status":"passed","time":{"start":1728381554776,"stop":1728381554776,"duration":0}},{"uid":"a3c1721631945701","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a3c1721631945701","status":"passed","time":{"start":1728379365893,"stop":1728379365894,"duration":1}},{"uid":"28646161d58a2963","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/28646161d58a2963","status":"passed","time":{"start":1728372012986,"stop":1728372012987,"duration":1}},{"uid":"b5709eb5ae9579c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5709eb5ae9579c3","status":"passed","time":{"start":1728370408803,"stop":1728370408804,"duration":1}},{"uid":"edd45ac958023e8b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/edd45ac958023e8b","status":"passed","time":{"start":1728369510271,"stop":1728369510271,"duration":0}}]},"46f5d0b14b51d8dd435ad1e2d601779d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c90bed5190c83f0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6c90bed5190c83f0","status":"passed","time":{"start":1728381580778,"stop":1728381580785,"duration":7}},{"uid":"985f9377cbd797c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/985f9377cbd797c3","status":"passed","time":{"start":1728379391619,"stop":1728379391624,"duration":5}},{"uid":"ccdb4849e857acb4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ccdb4849e857acb4","status":"passed","time":{"start":1728372025211,"stop":1728372025211,"duration":0}}]},"c4593154a356a39a0ca33a09862b5cdb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d407e4a61f54cc16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d407e4a61f54cc16","status":"passed","time":{"start":1728379523109,"stop":1728379523109,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fc5a731d94649ea8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fc5a731d94649ea8","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0}},{"uid":"f617da3b33953b55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f617da3b33953b55","status":"passed","time":{"start":1728379366465,"stop":1728379366467,"duration":2}},{"uid":"54c1b87f2f9786e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54c1b87f2f9786e1","status":"passed","time":{"start":1728371996006,"stop":1728371996006,"duration":0}},{"uid":"4df8fab378649467","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4df8fab378649467","status":"passed","time":{"start":1728370345125,"stop":1728370345125,"duration":0}},{"uid":"ffb53aa2c862c1d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffb53aa2c862c1d3","status":"passed","time":{"start":1728369447286,"stop":1728369447286,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f95b201403f17db3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f95b201403f17db3","status":"passed","time":{"start":1728381749058,"stop":1728381749059,"duration":1}},{"uid":"1b186eab9e6f99aa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1b186eab9e6f99aa","status":"passed","time":{"start":1728379549697,"stop":1728379549697,"duration":0}},{"uid":"dfa416e4dc6e0af5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dfa416e4dc6e0af5","status":"passed","time":{"start":1728372195434,"stop":1728372195434,"duration":0}},{"uid":"467d782ef035dea7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/467d782ef035dea7","status":"passed","time":{"start":1728370555257,"stop":1728370555257,"duration":0}},{"uid":"b80159fde5f464c1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b80159fde5f464c1","status":"passed","time":{"start":1728369639853,"stop":1728369639853,"duration":0}}]},"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"ade7e0b13743e623","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ade7e0b13743e623","status":"passed","time":{"start":1728381613873,"stop":1728381613874,"duration":1}},{"uid":"64d6f7397f82d0ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/64d6f7397f82d0ce","status":"passed","time":{"start":1728379419688,"stop":1728379419688,"duration":0}},{"uid":"c05eae0f2275c4d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c05eae0f2275c4d1","status":"passed","time":{"start":1728372107448,"stop":1728372107449,"duration":1}},{"uid":"4d6460a379e8c05c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4d6460a379e8c05c","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626991,"stop":1728370626991,"duration":0}},{"uid":"8fe7e895625a30f1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8fe7e895625a30f1","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728519,"stop":1728369728519,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"950bbb76482c34fa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/950bbb76482c34fa","status":"passed","time":{"start":1728381557205,"stop":1728381557205,"duration":0}},{"uid":"339973c679877850","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/339973c679877850","status":"passed","time":{"start":1728379366433,"stop":1728379366434,"duration":1}},{"uid":"4d0edb914e20fde9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4d0edb914e20fde9","status":"passed","time":{"start":1728371995988,"stop":1728371995988,"duration":0}},{"uid":"19c6feb04286caf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/19c6feb04286caf","status":"passed","time":{"start":1728370345097,"stop":1728370345097,"duration":0}},{"uid":"d3042aa3c0058cc6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3042aa3c0058cc6","status":"passed","time":{"start":1728369447281,"stop":1728369447282,"duration":1}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3987ed37845abb5e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3987ed37845abb5e","status":"passed","time":{"start":1728381409094,"stop":1728381409094,"duration":0}},{"uid":"27b8bbb5876b2800","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27b8bbb5876b2800","status":"passed","time":{"start":1728379215429,"stop":1728379215430,"duration":1}},{"uid":"1a6f3d40ca3d314b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a6f3d40ca3d314b","status":"passed","time":{"start":1728371857086,"stop":1728371857086,"duration":0}},{"uid":"53c4882fc2a7d819","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/53c4882fc2a7d819","status":"passed","time":{"start":1728370205024,"stop":1728370205025,"duration":1}},{"uid":"e40e5bba8b1904f3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e40e5bba8b1904f3","status":"passed","time":{"start":1728369303203,"stop":1728369303206,"duration":3}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c550cc9ba1f776ae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c550cc9ba1f776ae","status":"passed","time":{"start":1728381521318,"stop":1728381521318,"duration":0}},{"uid":"570dc802eda36bc3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/570dc802eda36bc3","status":"passed","time":{"start":1728379329182,"stop":1728379329182,"duration":0}},{"uid":"2cb523cab17fcf04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cb523cab17fcf04","status":"passed","time":{"start":1728371984006,"stop":1728371984007,"duration":1}},{"uid":"218a6c3133f46eec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/218a6c3133f46eec","status":"passed","time":{"start":1728370284362,"stop":1728370284362,"duration":0}},{"uid":"f22c8102d6e7794d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f22c8102d6e7794d","status":"passed","time":{"start":1728369378907,"stop":1728369378909,"duration":2}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6fb38ea0669482ee","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6fb38ea0669482ee","status":"passed","time":{"start":1728381696870,"stop":1728381696870,"duration":0}},{"uid":"cf2e9d644f23a3ae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf2e9d644f23a3ae","status":"passed","time":{"start":1728379498107,"stop":1728379498107,"duration":0}},{"uid":"9cac99df2a38b74d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cac99df2a38b74d","status":"passed","time":{"start":1728372147579,"stop":1728372147580,"duration":1}},{"uid":"ad059e3bbd2e6e5f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad059e3bbd2e6e5f","status":"passed","time":{"start":1728370535038,"stop":1728370535038,"duration":0}},{"uid":"7391c4a6313fc155","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7391c4a6313fc155","status":"passed","time":{"start":1728369636386,"stop":1728369636386,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90894060bcb9943d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90894060bcb9943d","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0}},{"uid":"7653141f08f78dd3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7653141f08f78dd3","status":"passed","time":{"start":1728379159017,"stop":1728379159017,"duration":0}},{"uid":"254a616917945df","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/254a616917945df","status":"passed","time":{"start":1728371802902,"stop":1728371802902,"duration":0}},{"uid":"90cc6eebd5d422a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90cc6eebd5d422a1","status":"passed","time":{"start":1728370149936,"stop":1728370149936,"duration":0}},{"uid":"acbd6c9b8df0bf1e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acbd6c9b8df0bf1e","status":"passed","time":{"start":1728369248990,"stop":1728369248991,"duration":1}}]},"f62cd1cc1d4cc9fdd7b2ddcf88a5afb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38244e701b322cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38244e701b322cc","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"d94c68fc30bd12246166c025ed30413a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f5c2cad6eb83b5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3f5c2cad6eb83b5b","status":"passed","time":{"start":1728370557097,"stop":1728370557097,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"21a7a8547ee0d3e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/21a7a8547ee0d3e4","status":"passed","time":{"start":1728381355966,"stop":1728381355967,"duration":1}},{"uid":"f999390571b7fb87","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f999390571b7fb87","status":"passed","time":{"start":1728379159006,"stop":1728379159007,"duration":1}},{"uid":"aefea6f53c922ccf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/aefea6f53c922ccf","status":"passed","time":{"start":1728371802893,"stop":1728371802893,"duration":0}},{"uid":"70a0ae4cf3bb835b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70a0ae4cf3bb835b","status":"passed","time":{"start":1728370149926,"stop":1728370149926,"duration":0}},{"uid":"3a97a7cab825116a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3a97a7cab825116a","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2e28c895f6b4b026","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2e28c895f6b4b026","status":"passed","time":{"start":1728381766189,"stop":1728381766190,"duration":1}},{"uid":"cf50d986e02cbfeb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf50d986e02cbfeb","status":"passed","time":{"start":1728379569497,"stop":1728379569497,"duration":0}},{"uid":"cf4c33dfafd21d6a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf4c33dfafd21d6a","status":"passed","time":{"start":1728372220850,"stop":1728372220850,"duration":0}},{"uid":"7031a35cc53d0e3f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7031a35cc53d0e3f","status":"passed","time":{"start":1728370605228,"stop":1728370605230,"duration":2}},{"uid":"4c8d51034977bab4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c8d51034977bab4","status":"passed","time":{"start":1728369697439,"stop":1728369697440,"duration":1}}]},"3f15ef201a236b0ce4b1a290711f0620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f20f6378a0e0a47","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9f20f6378a0e0a47","status":"passed","time":{"start":1728381745551,"stop":1728381745552,"duration":1}}]},"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4fe332a9825f33ad","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4fe332a9825f33ad","status":"passed","time":{"start":1728381371459,"stop":1728381371460,"duration":1}},{"uid":"83375cc106cd60b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/83375cc106cd60b2","status":"passed","time":{"start":1728379173685,"stop":1728379173693,"duration":8}},{"uid":"56d78bc32f56e7f1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/56d78bc32f56e7f1","status":"passed","time":{"start":1728371818066,"stop":1728371818069,"duration":3}},{"uid":"c698f9386d55db12","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c698f9386d55db12","status":"passed","time":{"start":1728370165698,"stop":1728370165700,"duration":2}},{"uid":"9856df2de4421281","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9856df2de4421281","status":"passed","time":{"start":1728369264719,"stop":1728369264720,"duration":1}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"86ecb9347ba6f36d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86ecb9347ba6f36d","status":"passed","time":{"start":1728381485019,"stop":1728381485020,"duration":1}},{"uid":"7cdd31ee2a5bb236","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7cdd31ee2a5bb236","status":"passed","time":{"start":1728379293444,"stop":1728379293449,"duration":5}},{"uid":"fbbbcf6a773fb67d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbbbcf6a773fb67d","status":"passed","time":{"start":1728371932962,"stop":1728371932963,"duration":1}},{"uid":"56dbf7c83fd63fe3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56dbf7c83fd63fe3","status":"passed","time":{"start":1728370281700,"stop":1728370281704,"duration":4}},{"uid":"6241837f413a169c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6241837f413a169c","status":"passed","time":{"start":1728369376535,"stop":1728369376535,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ce9200c205f6573f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ce9200c205f6573f","status":"passed","time":{"start":1728381390014,"stop":1728381390015,"duration":1}},{"uid":"7b30090ba82930a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b30090ba82930a8","status":"passed","time":{"start":1728379193198,"stop":1728379193198,"duration":0}},{"uid":"94be1158baefbf42","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/94be1158baefbf42","status":"passed","time":{"start":1728371837409,"stop":1728371837410,"duration":1}},{"uid":"ea4992ddcb53e69b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea4992ddcb53e69b","status":"passed","time":{"start":1728370184627,"stop":1728370184627,"duration":0}},{"uid":"23286405b5983766","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23286405b5983766","status":"passed","time":{"start":1728369283804,"stop":1728369283804,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e623ec3849e55619","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e623ec3849e55619","status":"passed","time":{"start":1728381454667,"stop":1728381454668,"duration":1}},{"uid":"71fbbe75785137a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71fbbe75785137a9","status":"passed","time":{"start":1728379263249,"stop":1728379263250,"duration":1}},{"uid":"a56d5bb9514adb37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a56d5bb9514adb37","status":"passed","time":{"start":1728371902713,"stop":1728371902713,"duration":0}},{"uid":"637f20662b9f98cf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/637f20662b9f98cf","status":"passed","time":{"start":1728370254630,"stop":1728370254631,"duration":1}},{"uid":"b32f390927e44e70","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b32f390927e44e70","status":"passed","time":{"start":1728369347754,"stop":1728369347755,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a4f733fc92f8a613","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a4f733fc92f8a613","status":"passed","time":{"start":1728381383544,"stop":1728381383545,"duration":1}},{"uid":"6ce32414e84a814","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ce32414e84a814","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"9aa81e07c69b407b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9aa81e07c69b407b","status":"passed","time":{"start":1728371830873,"stop":1728371830873,"duration":0}},{"uid":"6136257a77777ed5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6136257a77777ed5","status":"passed","time":{"start":1728370178239,"stop":1728370178239,"duration":0}},{"uid":"aef92b59bfdada5d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aef92b59bfdada5d","status":"passed","time":{"start":1728369277109,"stop":1728369277110,"duration":1}}]},"2cb34fadefb188dec214fb48be9821fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8873b5ae03f9edc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d8873b5ae03f9edc","status":"passed","time":{"start":1728370581674,"stop":1728370581675,"duration":1}}]},"d9a27f3d23c2e66f2a59bc796ba293e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"527c33e1fcc45670","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/527c33e1fcc45670","status":"passed","time":{"start":1728379460290,"stop":1728379460291,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1435b0d261ba610","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d1435b0d261ba610","status":"passed","time":{"start":1728381363570,"stop":1728381363571,"duration":1}},{"uid":"deca41e6af838068","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/deca41e6af838068","status":"passed","time":{"start":1728379166765,"stop":1728379166766,"duration":1}},{"uid":"fbe59b1e90f809ef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbe59b1e90f809ef","status":"passed","time":{"start":1728371810590,"stop":1728371810590,"duration":0}},{"uid":"c7899a2a79d4791c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c7899a2a79d4791c","status":"passed","time":{"start":1728370158405,"stop":1728370158405,"duration":0}},{"uid":"4557339ac4b21853","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4557339ac4b21853","status":"passed","time":{"start":1728369256988,"stop":1728369256988,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3904d98ee3b50490","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3904d98ee3b50490","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0}},{"uid":"65afcf1468db948b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65afcf1468db948b","status":"passed","time":{"start":1728379262344,"stop":1728379262344,"duration":0}},{"uid":"68a7ea9b5b79f7cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/68a7ea9b5b79f7cb","status":"passed","time":{"start":1728371896584,"stop":1728371896585,"duration":1}},{"uid":"7387be7d401485f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7387be7d401485f","status":"passed","time":{"start":1728370244010,"stop":1728370244010,"duration":0}},{"uid":"1616a1d31c74eea7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1616a1d31c74eea7","status":"passed","time":{"start":1728369348164,"stop":1728369348165,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3c5f5d911ef8cccd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3c5f5d911ef8cccd","status":"passed","time":{"start":1728381680465,"stop":1728381680465,"duration":0}},{"uid":"8bb83b46716a9730","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8bb83b46716a9730","status":"passed","time":{"start":1728379482942,"stop":1728379482942,"duration":0}},{"uid":"f48b26e75e3b8de3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f48b26e75e3b8de3","status":"passed","time":{"start":1728372134567,"stop":1728372134568,"duration":1}},{"uid":"be5a04c15bb09b95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/be5a04c15bb09b95","status":"passed","time":{"start":1728370487880,"stop":1728370487881,"duration":1}},{"uid":"fd688293caa29c52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd688293caa29c52","status":"passed","time":{"start":1728369590803,"stop":1728369590804,"duration":1}}]},"038adf3b803554a9e5aba5c6213d9a37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50e1257c10fce339","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/50e1257c10fce339","status":"passed","time":{"start":1728381689156,"stop":1728381689158,"duration":2}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9548a236a140b47b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9548a236a140b47b","status":"passed","time":{"start":1728381658375,"stop":1728381658375,"duration":0}},{"uid":"a21414391ffc84d2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a21414391ffc84d2","status":"passed","time":{"start":1728379460275,"stop":1728379460275,"duration":0}},{"uid":"b040b76326afd8c1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b040b76326afd8c1","status":"passed","time":{"start":1728372105668,"stop":1728372105668,"duration":0}},{"uid":"661cccb70a774bc6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/661cccb70a774bc6","status":"passed","time":{"start":1728370464134,"stop":1728370464135,"duration":1}},{"uid":"dade14db53d52548","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dade14db53d52548","status":"passed","time":{"start":1728369544864,"stop":1728369544864,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"15eab56a2b1605f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/15eab56a2b1605f","status":"passed","time":{"start":1728381756572,"stop":1728381756572,"duration":0}},{"uid":"63b45361a6ad9457","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/63b45361a6ad9457","status":"passed","time":{"start":1728379560457,"stop":1728379560457,"duration":0}},{"uid":"c857b36d950cde4f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c857b36d950cde4f","status":"passed","time":{"start":1728372207703,"stop":1728372207703,"duration":0}},{"uid":"a99b415ecde14fad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a99b415ecde14fad","status":"passed","time":{"start":1728370596498,"stop":1728370596500,"duration":2}},{"uid":"e92565c37dfd6ac4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e92565c37dfd6ac4","status":"passed","time":{"start":1728369687973,"stop":1728369687973,"duration":0}}]},"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25ef7e7b43a82dd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/25ef7e7b43a82dd7","status":"passed","time":{"start":1728379197138,"stop":1728379197138,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f37ce73c656d37b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f37ce73c656d37b","status":"passed","time":{"start":1728381371849,"stop":1728381371850,"duration":1}},{"uid":"1ea99471b5001bc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ea99471b5001bc2","status":"passed","time":{"start":1728379175035,"stop":1728379175035,"duration":0}},{"uid":"5d90248d7c12273a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d90248d7c12273a","status":"passed","time":{"start":1728371819027,"stop":1728371819027,"duration":0}},{"uid":"50b4f7f9a150e330","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50b4f7f9a150e330","status":"passed","time":{"start":1728370166484,"stop":1728370166484,"duration":0}},{"uid":"a3483c3776140df8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3483c3776140df8","status":"passed","time":{"start":1728369265266,"stop":1728369265266,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a0d9533cf511668","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5a0d9533cf511668","status":"passed","time":{"start":1728381545554,"stop":1728381545554,"duration":0}},{"uid":"84be96c274af89fb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84be96c274af89fb","status":"passed","time":{"start":1728379350287,"stop":1728379350287,"duration":0}},{"uid":"586fa10f02c43e6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/586fa10f02c43e6e","status":"passed","time":{"start":1728371998249,"stop":1728371998250,"duration":1}},{"uid":"d12b7ebba90a6ef6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d12b7ebba90a6ef6","status":"passed","time":{"start":1728370345938,"stop":1728370345938,"duration":0}},{"uid":"35db624f42fff3e8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/35db624f42fff3e8","status":"passed","time":{"start":1728369443724,"stop":1728369443724,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c431bc0c59018a3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c431bc0c59018a3","status":"passed","time":{"start":1728381749043,"stop":1728381749044,"duration":1}},{"uid":"965c5f9ebd42c5d9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/965c5f9ebd42c5d9","status":"passed","time":{"start":1728379549687,"stop":1728379549688,"duration":1}},{"uid":"ba03beed1f0afe27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba03beed1f0afe27","status":"passed","time":{"start":1728372195428,"stop":1728372195429,"duration":1}},{"uid":"bd0cb27c7d07dc47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd0cb27c7d07dc47","status":"passed","time":{"start":1728370555252,"stop":1728370555252,"duration":0}},{"uid":"8f72c351efbc0a0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8f72c351efbc0a0b","status":"passed","time":{"start":1728369639846,"stop":1728369639846,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"283813481b473c88","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/283813481b473c88","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0}},{"uid":"e4ce4d5b90357a6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4ce4d5b90357a6","status":"passed","time":{"start":1728379460259,"stop":1728379460259,"duration":0}},{"uid":"20d3413193903652","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/20d3413193903652","status":"passed","time":{"start":1728372105659,"stop":1728372105659,"duration":0}},{"uid":"a42f0a03566dffe1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a42f0a03566dffe1","status":"passed","time":{"start":1728370464117,"stop":1728370464117,"duration":0}},{"uid":"a31cdfa80dc3560f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a31cdfa80dc3560f","status":"passed","time":{"start":1728369544850,"stop":1728369544851,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"43314f3af55a048e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/43314f3af55a048e","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0}},{"uid":"712967de1d69f433","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/712967de1d69f433","status":"passed","time":{"start":1728379549647,"stop":1728379549651,"duration":4}},{"uid":"767cf06e2d034265","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/767cf06e2d034265","status":"passed","time":{"start":1728372195409,"stop":1728372195410,"duration":1}},{"uid":"21ae3ac30c2e93b1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/21ae3ac30c2e93b1","status":"passed","time":{"start":1728370555239,"stop":1728370555239,"duration":0}},{"uid":"b0b718d951dc7557","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b0b718d951dc7557","status":"passed","time":{"start":1728369639826,"stop":1728369639827,"duration":1}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bc5b52a166eab5ad","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bc5b52a166eab5ad","status":"passed","time":{"start":1728381521297,"stop":1728381521299,"duration":2}},{"uid":"9ce79b22e1745491","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9ce79b22e1745491","status":"passed","time":{"start":1728379329175,"stop":1728379329176,"duration":1}},{"uid":"65561adbf699da71","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65561adbf699da71","status":"passed","time":{"start":1728371984001,"stop":1728371984002,"duration":1}},{"uid":"5837061d1737751a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5837061d1737751a","status":"passed","time":{"start":1728370284354,"stop":1728370284354,"duration":0}},{"uid":"ac45932d6ea3a530","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ac45932d6ea3a530","status":"passed","time":{"start":1728369378894,"stop":1728369378894,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"295f567ecc64eaea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/295f567ecc64eaea","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381689166,"stop":1728381689167,"duration":1}},{"uid":"83b843cf44e5307","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/83b843cf44e5307","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379493892,"stop":1728379493892,"duration":0}},{"uid":"84e54d8bc5e638d4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/84e54d8bc5e638d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372140969,"stop":1728372140969,"duration":0}},{"uid":"efcd298a4584d70b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efcd298a4584d70b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370524969,"stop":1728370524969,"duration":0}},{"uid":"e20882d269d0b88e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e20882d269d0b88e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369630405,"stop":1728369630406,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"85e21668191cf9a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/85e21668191cf9a","status":"passed","time":{"start":1728381526521,"stop":1728381526524,"duration":3}},{"uid":"59934a3f62383064","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59934a3f62383064","status":"passed","time":{"start":1728379329404,"stop":1728379329404,"duration":0}},{"uid":"1a0204240ddfb130","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a0204240ddfb130","status":"passed","time":{"start":1728371974003,"stop":1728371974004,"duration":1}},{"uid":"11f4f6ba03967917","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11f4f6ba03967917","status":"passed","time":{"start":1728370320871,"stop":1728370320871,"duration":0}},{"uid":"fecea927fac78eda","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fecea927fac78eda","status":"passed","time":{"start":1728369420264,"stop":1728369420265,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"66ffc22121352eaf","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/66ffc22121352eaf","status":"passed","time":{"start":1728381379404,"stop":1728381379404,"duration":0}},{"uid":"27158adbe28239ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27158adbe28239ec","status":"passed","time":{"start":1728379182988,"stop":1728379182988,"duration":0}},{"uid":"4a3c1914c9f85125","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a3c1914c9f85125","status":"passed","time":{"start":1728371826966,"stop":1728371826966,"duration":0}},{"uid":"11d60a5c72766263","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/11d60a5c72766263","status":"passed","time":{"start":1728370174430,"stop":1728370174430,"duration":0}},{"uid":"a792ee6d9bfa5fe6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a792ee6d9bfa5fe6","status":"passed","time":{"start":1728369273239,"stop":1728369273239,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a41a39722a56b43d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a41a39722a56b43d","status":"passed","time":{"start":1728381383544,"stop":1728381383544,"duration":0}},{"uid":"2d64a599d9d6c7e1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2d64a599d9d6c7e1","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"f7c3345e4cb19f71","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f7c3345e4cb19f71","status":"passed","time":{"start":1728371830872,"stop":1728371830873,"duration":1}},{"uid":"6be80ff300ac650f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6be80ff300ac650f","status":"passed","time":{"start":1728370178238,"stop":1728370178239,"duration":1}},{"uid":"de3af3381c395277","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/de3af3381c395277","status":"passed","time":{"start":1728369277109,"stop":1728369277109,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9be6c24fff5537cd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9be6c24fff5537cd","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0}},{"uid":"2b369471eb4b1ca2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b369471eb4b1ca2","status":"passed","time":{"start":1728379482925,"stop":1728379482925,"duration":0}},{"uid":"d1a372551284a360","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d1a372551284a360","status":"passed","time":{"start":1728372134549,"stop":1728372134549,"duration":0}},{"uid":"6854880ab8fd67a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6854880ab8fd67a9","status":"passed","time":{"start":1728370487867,"stop":1728370487868,"duration":1}},{"uid":"a9e895efa2915efb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a9e895efa2915efb","status":"passed","time":{"start":1728369590791,"stop":1728369590791,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8f81b072d746939e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8f81b072d746939e","status":"passed","time":{"start":1728381749068,"stop":1728381749068,"duration":0}},{"uid":"b925eb6f03a7e435","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b925eb6f03a7e435","status":"passed","time":{"start":1728379549699,"stop":1728379549700,"duration":1}},{"uid":"2ab316c211e5495","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ab316c211e5495","status":"passed","time":{"start":1728372195436,"stop":1728372195436,"duration":0}},{"uid":"66810c91366a035e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/66810c91366a035e","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"13bda6b523fb77db","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13bda6b523fb77db","status":"passed","time":{"start":1728369639856,"stop":1728369639856,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"856a7d0407dd6bf6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/856a7d0407dd6bf6","status":"passed","time":{"start":1728381415525,"stop":1728381415526,"duration":1}},{"uid":"ae0a4f85c8c5cd4d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ae0a4f85c8c5cd4d","status":"passed","time":{"start":1728379221894,"stop":1728379221895,"duration":1}},{"uid":"a710db29c2565b2b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a710db29c2565b2b","status":"passed","time":{"start":1728371864346,"stop":1728371864346,"duration":0}},{"uid":"fad8cf6f91326394","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fad8cf6f91326394","status":"passed","time":{"start":1728370211393,"stop":1728370211394,"duration":1}},{"uid":"42c34625cddaa292","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/42c34625cddaa292","status":"passed","time":{"start":1728369310550,"stop":1728369310551,"duration":1}}]},"c34a3a0884360f1f8401ac2dd009eb65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e63ee60cf2a5c1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e63ee60cf2a5c1a","status":"passed","time":{"start":1728372169986,"stop":1728372169986,"duration":0}}]},"bfe18cf30088379c3c4cd855254edc9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58458c72d53314a5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/58458c72d53314a5","status":"passed","time":{"start":1728370557099,"stop":1728370557099,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65f63c9648f88311","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65f63c9648f88311","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0}},{"uid":"d899b874c9aff69a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d899b874c9aff69a","status":"passed","time":{"start":1728379159023,"stop":1728379159023,"duration":0}},{"uid":"b5f1dc1d5bb599c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b5f1dc1d5bb599c6","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"bafb4dc296fd1d32","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bafb4dc296fd1d32","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"def635fbac6fb97d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/def635fbac6fb97d","status":"passed","time":{"start":1728369248996,"stop":1728369248996,"duration":0}}]},"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c49c9a5abd77361c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c49c9a5abd77361c","status":"passed","time":{"start":1728381371461,"stop":1728381371461,"duration":0}},{"uid":"f79ba64c2a5d2c5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f79ba64c2a5d2c5f","status":"passed","time":{"start":1728379173694,"stop":1728379173695,"duration":1}},{"uid":"5d56bcabf932955c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d56bcabf932955c","status":"passed","time":{"start":1728371818070,"stop":1728371818071,"duration":1}},{"uid":"ac9aa4a8fa2560ea","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac9aa4a8fa2560ea","status":"passed","time":{"start":1728370165701,"stop":1728370165701,"duration":0}},{"uid":"ded1f47ebb0a8404","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ded1f47ebb0a8404","status":"passed","time":{"start":1728369264721,"stop":1728369264721,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7b57268f0a5bde93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7b57268f0a5bde93","status":"passed","time":{"start":1728381680468,"stop":1728381680468,"duration":0}},{"uid":"8e6d0ce0fe52f990","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8e6d0ce0fe52f990","status":"passed","time":{"start":1728379482955,"stop":1728379482956,"duration":1}},{"uid":"bba8fb9a23ae40c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bba8fb9a23ae40c6","status":"passed","time":{"start":1728372134574,"stop":1728372134575,"duration":1}},{"uid":"92016192449330df","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/92016192449330df","status":"passed","time":{"start":1728370487885,"stop":1728370487885,"duration":0}},{"uid":"9c845c0f42ef7574","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9c845c0f42ef7574","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1daae6bbe01129d4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1daae6bbe01129d4","status":"passed","time":{"start":1728381383543,"stop":1728381383544,"duration":1}},{"uid":"10aac88fd8ee2b3f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/10aac88fd8ee2b3f","status":"passed","time":{"start":1728379186756,"stop":1728379186756,"duration":0}},{"uid":"5c11da5d721c9694","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5c11da5d721c9694","status":"passed","time":{"start":1728371830872,"stop":1728371830872,"duration":0}},{"uid":"d62736b6143266e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d62736b6143266e5","status":"passed","time":{"start":1728370178238,"stop":1728370178238,"duration":0}},{"uid":"4c21ac17fa23c23a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c21ac17fa23c23a","status":"passed","time":{"start":1728369277109,"stop":1728369277109,"duration":0}}]},"c48596b790768e09b0150473a6f75c1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79250e900b2df139","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79250e900b2df139","status":"passed","time":{"start":1728379547121,"stop":1728379547121,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ba8513bc7e75323","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ba8513bc7e75323","status":"passed","time":{"start":1728381371850,"stop":1728381371850,"duration":0}},{"uid":"d6c8c873e535b95a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6c8c873e535b95a","status":"passed","time":{"start":1728379175035,"stop":1728379175035,"duration":0}},{"uid":"c080e90c3644bd39","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c080e90c3644bd39","status":"passed","time":{"start":1728371819027,"stop":1728371819028,"duration":1}},{"uid":"6b542d1b9527756","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b542d1b9527756","status":"passed","time":{"start":1728370166484,"stop":1728370166485,"duration":1}},{"uid":"3016cdfc7864340","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3016cdfc7864340","status":"passed","time":{"start":1728369265266,"stop":1728369265267,"duration":1}}]},"7df1a5ae3c56bd5f54f2ab7966a00906:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a8a5690b6da0380","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1a8a5690b6da0380","status":"passed","time":{"start":1728381745556,"stop":1728381745556,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"56f6c62e7cd90151","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/56f6c62e7cd90151","status":"passed","time":{"start":1728381658374,"stop":1728381658374,"duration":0}},{"uid":"d793406ab97339bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d793406ab97339bc","status":"passed","time":{"start":1728379460274,"stop":1728379460275,"duration":1}},{"uid":"b0fbce8249ca6f82","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b0fbce8249ca6f82","status":"passed","time":{"start":1728372105667,"stop":1728372105667,"duration":0}},{"uid":"25b809dc4be53928","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/25b809dc4be53928","status":"passed","time":{"start":1728370464133,"stop":1728370464133,"duration":0}},{"uid":"2401776b5d7df590","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2401776b5d7df590","status":"passed","time":{"start":1728369544863,"stop":1728369544864,"duration":1}}]},"12bd4552f6b7480946449a3a26778c59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a42ef12c8137a08b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a42ef12c8137a08b","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44712e6dd1343760","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44712e6dd1343760","status":"passed","time":{"start":1728381521342,"stop":1728381521342,"duration":0}},{"uid":"c6a47fa76d71be61","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c6a47fa76d71be61","status":"passed","time":{"start":1728379329187,"stop":1728379329187,"duration":0}},{"uid":"d81eb5af1c587e85","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d81eb5af1c587e85","status":"passed","time":{"start":1728371984010,"stop":1728371984011,"duration":1}},{"uid":"5c94af51eaa89c0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5c94af51eaa89c0","status":"passed","time":{"start":1728370284367,"stop":1728370284368,"duration":1}},{"uid":"5c9d408e19cced14","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c9d408e19cced14","status":"passed","time":{"start":1728369378913,"stop":1728369378913,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"318e91b7e3687238","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/318e91b7e3687238","status":"passed","time":{"start":1728381749060,"stop":1728381749061,"duration":1}},{"uid":"49fc282b68ec4271","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/49fc282b68ec4271","status":"passed","time":{"start":1728379549698,"stop":1728379549698,"duration":0}},{"uid":"cf4983221b995052","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf4983221b995052","status":"passed","time":{"start":1728372195434,"stop":1728372195435,"duration":1}},{"uid":"4dd405d7eb23cacb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4dd405d7eb23cacb","status":"passed","time":{"start":1728370555258,"stop":1728370555258,"duration":0}},{"uid":"5421da1097704be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5421da1097704be","status":"passed","time":{"start":1728369639854,"stop":1728369639855,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d7229a5174a39d41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d7229a5174a39d41","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0}},{"uid":"aef224f71c9997a0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aef224f71c9997a0","status":"passed","time":{"start":1728379482943,"stop":1728379482947,"duration":4}},{"uid":"e46c1e38f086d6e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e46c1e38f086d6e","status":"passed","time":{"start":1728372134569,"stop":1728372134570,"duration":1}},{"uid":"44921f19e743c648","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/44921f19e743c648","status":"passed","time":{"start":1728370487881,"stop":1728370487882,"duration":1}},{"uid":"e6bf6d02ce983814","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e6bf6d02ce983814","status":"passed","time":{"start":1728369590804,"stop":1728369590804,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"840ca55c992417b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/840ca55c992417b0","status":"passed","time":{"start":1728381743120,"stop":1728381743123,"duration":3}},{"uid":"9f401a37bf462ce3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9f401a37bf462ce3","status":"passed","time":{"start":1728379550980,"stop":1728379550980,"duration":0}},{"uid":"31c180989fad1a57","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/31c180989fad1a57","status":"passed","time":{"start":1728372211442,"stop":1728372211442,"duration":0}},{"uid":"a7951e3151390846","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a7951e3151390846","status":"passed","time":{"start":1728370582327,"stop":1728370582327,"duration":0}},{"uid":"8120c12ee6f8e041","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8120c12ee6f8e041","status":"passed","time":{"start":1728369674238,"stop":1728369674238,"duration":0}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c62f8f56dd51b474","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c62f8f56dd51b474","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0}},{"uid":"f6b86e88126f23d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f6b86e88126f23d3","status":"passed","time":{"start":1728379159011,"stop":1728379159011,"duration":0}},{"uid":"7c1a6c8c063d4ae3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7c1a6c8c063d4ae3","status":"passed","time":{"start":1728371802897,"stop":1728371802897,"duration":0}},{"uid":"52a264f3a5109bc7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52a264f3a5109bc7","status":"passed","time":{"start":1728370149930,"stop":1728370149930,"duration":0}},{"uid":"b3ea6180e2c55bd1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3ea6180e2c55bd1","status":"passed","time":{"start":1728369248985,"stop":1728369248986,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"41ae0e4dc8b270ff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/41ae0e4dc8b270ff","status":"passed","time":{"start":1728381711648,"stop":1728381711648,"duration":0}},{"uid":"d920bd2786da52c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d920bd2786da52c3","status":"passed","time":{"start":1728379515551,"stop":1728379515551,"duration":0}},{"uid":"c7f6663bcf292893","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c7f6663bcf292893","status":"passed","time":{"start":1728372171295,"stop":1728372171295,"duration":0}},{"uid":"b24f93163afa6a8a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b24f93163afa6a8a","status":"passed","time":{"start":1728370522961,"stop":1728370522961,"duration":0}},{"uid":"ad20410e156776ad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad20410e156776ad","status":"passed","time":{"start":1728369622037,"stop":1728369622040,"duration":3}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d25d81aaf5ada2ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d25d81aaf5ada2ce","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0}},{"uid":"8751238ee2a1b2fb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8751238ee2a1b2fb","status":"passed","time":{"start":1728379549662,"stop":1728379549674,"duration":12}},{"uid":"7b5923daac7fc6d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b5923daac7fc6d1","status":"passed","time":{"start":1728372195414,"stop":1728372195414,"duration":0}},{"uid":"1c9c1b1b4d16543a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c9c1b1b4d16543a","status":"passed","time":{"start":1728370555243,"stop":1728370555244,"duration":1}},{"uid":"19d2d47604ae9916","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/19d2d47604ae9916","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"3bd3bece9b1c0cfad12ec4c93d43604f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2738dd8ccd6d2a48","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2738dd8ccd6d2a48","status":"passed","time":{"start":1728379197136,"stop":1728379197137,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ef31deb77cfebbe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ef31deb77cfebbe","status":"passed","time":{"start":1728381743112,"stop":1728381743112,"duration":0}},{"uid":"c017f4b1ba5a9c50","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c017f4b1ba5a9c50","status":"passed","time":{"start":1728379550978,"stop":1728379550979,"duration":1}},{"uid":"d98bb5f304aedfaa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d98bb5f304aedfaa","status":"passed","time":{"start":1728372211439,"stop":1728372211439,"duration":0}},{"uid":"650f70205476cf80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/650f70205476cf80","status":"passed","time":{"start":1728370582326,"stop":1728370582326,"duration":0}},{"uid":"70ea460f63de5602","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/70ea460f63de5602","status":"passed","time":{"start":1728369674235,"stop":1728369674235,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dde8cc887adbbc28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dde8cc887adbbc28","status":"passed","time":{"start":1728381658385,"stop":1728381658386,"duration":1}},{"uid":"84d84909f21f42ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84d84909f21f42ea","status":"passed","time":{"start":1728379460289,"stop":1728379460289,"duration":0}},{"uid":"53551bd9dcc7d445","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/53551bd9dcc7d445","status":"passed","time":{"start":1728372105677,"stop":1728372105677,"duration":0}},{"uid":"8582264b38d54d0a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8582264b38d54d0a","status":"passed","time":{"start":1728370464151,"stop":1728370464152,"duration":1}},{"uid":"994dee7395bc6dfe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/994dee7395bc6dfe","status":"passed","time":{"start":1728369544873,"stop":1728369544874,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"985abd2404f118c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/985abd2404f118c3","status":"passed","time":{"start":1728381766200,"stop":1728381766201,"duration":1}},{"uid":"624b165e5e35d88e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/624b165e5e35d88e","status":"passed","time":{"start":1728379569501,"stop":1728379569501,"duration":0}},{"uid":"ac387338c2318024","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ac387338c2318024","status":"passed","time":{"start":1728372220863,"stop":1728372220864,"duration":1}},{"uid":"57da575076a214c0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57da575076a214c0","status":"passed","time":{"start":1728370605236,"stop":1728370605237,"duration":1}},{"uid":"a33a62b6f350534","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a33a62b6f350534","status":"passed","time":{"start":1728369697453,"stop":1728369697455,"duration":2}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"784046139a4bea12","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/784046139a4bea12","status":"passed","time":{"start":1728381521312,"stop":1728381521313,"duration":1}},{"uid":"a074c20cd89b194","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a074c20cd89b194","status":"passed","time":{"start":1728379329179,"stop":1728379329179,"duration":0}},{"uid":"d4be94363e5d559e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d4be94363e5d559e","status":"passed","time":{"start":1728371984004,"stop":1728371984004,"duration":0}},{"uid":"5b3f1ffef947e80d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5b3f1ffef947e80d","status":"passed","time":{"start":1728370284358,"stop":1728370284359,"duration":1}},{"uid":"9420a12254da3006","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9420a12254da3006","status":"passed","time":{"start":1728369378899,"stop":1728369378899,"duration":0}}]},"45133174359658f9defe26e31f8ffd54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccd16da263af9c50","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ccd16da263af9c50","status":"passed","time":{"start":1728379547125,"stop":1728379547125,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"49fd4bc1ac5cd724","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/49fd4bc1ac5cd724","status":"passed","time":{"start":1728381749050,"stop":1728381749051,"duration":1}},{"uid":"6dd129f76a5e406","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6dd129f76a5e406","status":"passed","time":{"start":1728379549691,"stop":1728379549692,"duration":1}},{"uid":"54ffe724e8190862","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54ffe724e8190862","status":"passed","time":{"start":1728372195431,"stop":1728372195431,"duration":0}},{"uid":"b5aafe552497c49c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5aafe552497c49c","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"c0ffb2e63042d553","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0ffb2e63042d553","status":"passed","time":{"start":1728369639848,"stop":1728369639849,"duration":1}}]},"8a596577383b0d05c64dbad60c3180f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6590bd442bfee45a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6590bd442bfee45a","status":"passed","time":{"start":1728381719623,"stop":1728381719623,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e29c7942c07100b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e29c7942c07100b","status":"passed","time":{"start":1728381680468,"stop":1728381680469,"duration":1}},{"uid":"5a69d5adb56bf7ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a69d5adb56bf7ec","status":"passed","time":{"start":1728379482956,"stop":1728379482961,"duration":5}},{"uid":"95f1ad1ef21d3add","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/95f1ad1ef21d3add","status":"passed","time":{"start":1728372134575,"stop":1728372134577,"duration":2}},{"uid":"9b1c4e6ffcd2436c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b1c4e6ffcd2436c","status":"passed","time":{"start":1728370487885,"stop":1728370487885,"duration":0}},{"uid":"b8354dc315dc97e4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b8354dc315dc97e4","status":"passed","time":{"start":1728369590806,"stop":1728369590806,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"554230bf562b37c8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/554230bf562b37c8","status":"passed","time":{"start":1728381749047,"stop":1728381749048,"duration":1}},{"uid":"8df08692e03fca74","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8df08692e03fca74","status":"passed","time":{"start":1728379549691,"stop":1728379549691,"duration":0}},{"uid":"82a3d1fa75cac7f4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82a3d1fa75cac7f4","status":"passed","time":{"start":1728372195430,"stop":1728372195430,"duration":0}},{"uid":"beaf518cc1c312bd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/beaf518cc1c312bd","status":"passed","time":{"start":1728370555253,"stop":1728370555254,"duration":1}},{"uid":"95f492ae8a70d3e0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95f492ae8a70d3e0","status":"passed","time":{"start":1728369639847,"stop":1728369639848,"duration":1}}]},"76eb528b5a03dd30802ab4dcab4cf8dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af201d92d6865e8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/af201d92d6865e8a","status":"passed","time":{"start":1728372200173,"stop":1728372200173,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e666bd0b5e7e31ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e666bd0b5e7e31ed","status":"passed","time":{"start":1728381371852,"stop":1728381371852,"duration":0}},{"uid":"8afb4c30344536cf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8afb4c30344536cf","status":"passed","time":{"start":1728379175037,"stop":1728379175037,"duration":0}},{"uid":"5d7cef497dcd83b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5d7cef497dcd83b6","status":"passed","time":{"start":1728371819029,"stop":1728371819030,"duration":1}},{"uid":"ab18aa8723e09447","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab18aa8723e09447","status":"passed","time":{"start":1728370166486,"stop":1728370166487,"duration":1}},{"uid":"f6d215430ec1e9ce","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6d215430ec1e9ce","status":"passed","time":{"start":1728369265268,"stop":1728369265269,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9179749bf0900694","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9179749bf0900694","status":"passed","time":{"start":1728381680445,"stop":1728381680446,"duration":1}},{"uid":"5947e28216467d11","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5947e28216467d11","status":"passed","time":{"start":1728379482920,"stop":1728379482922,"duration":2}},{"uid":"f8290b7c9d38215c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8290b7c9d38215c","status":"passed","time":{"start":1728372134547,"stop":1728372134547,"duration":0}},{"uid":"3d3d9447baa4b4be","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3d3d9447baa4b4be","status":"passed","time":{"start":1728370487863,"stop":1728370487864,"duration":1}},{"uid":"9223be33b604b671","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9223be33b604b671","status":"passed","time":{"start":1728369590789,"stop":1728369590789,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"eec03ecf9159e75a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eec03ecf9159e75a","status":"passed","time":{"start":1728381711644,"stop":1728381711644,"duration":0}},{"uid":"56a0f1d662ee352e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56a0f1d662ee352e","status":"passed","time":{"start":1728379515543,"stop":1728379515544,"duration":1}},{"uid":"1c46df575fc016f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1c46df575fc016f0","status":"passed","time":{"start":1728372171287,"stop":1728372171290,"duration":3}},{"uid":"ef2ba9062d3124fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ef2ba9062d3124fb","status":"passed","time":{"start":1728370522950,"stop":1728370522951,"duration":1}},{"uid":"bda26f9fa3157b77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bda26f9fa3157b77","status":"passed","time":{"start":1728369622030,"stop":1728369622030,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ac2d917bb2acfb70","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ac2d917bb2acfb70","status":"passed","time":{"start":1728381364409,"stop":1728381364409,"duration":0}},{"uid":"e163736c7e0e25f6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e163736c7e0e25f6","status":"passed","time":{"start":1728379167593,"stop":1728379167594,"duration":1}},{"uid":"8d0a95eec2743bfd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d0a95eec2743bfd","status":"passed","time":{"start":1728371811374,"stop":1728371811375,"duration":1}},{"uid":"74633ad56af428d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/74633ad56af428d3","status":"passed","time":{"start":1728370158836,"stop":1728370158836,"duration":0}},{"uid":"bf4e198a85a2252b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bf4e198a85a2252b","status":"passed","time":{"start":1728369257775,"stop":1728369257775,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4e17014d524a128d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4e17014d524a128d","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0}},{"uid":"fb84666fa3dce85d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb84666fa3dce85d","status":"passed","time":{"start":1728379167597,"stop":1728379167598,"duration":1}},{"uid":"67b8537d46ae7183","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/67b8537d46ae7183","status":"passed","time":{"start":1728371811378,"stop":1728371811378,"duration":0}},{"uid":"f2bd678f73214343","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f2bd678f73214343","status":"passed","time":{"start":1728370158840,"stop":1728370158840,"duration":0}},{"uid":"732ebb9955552bd2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/732ebb9955552bd2","status":"passed","time":{"start":1728369257779,"stop":1728369257779,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4ba553986507f801","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4ba553986507f801","status":"passed","time":{"start":1728381743132,"stop":1728381743132,"duration":0}},{"uid":"8a2f79d459ef0429","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8a2f79d459ef0429","status":"passed","time":{"start":1728379550985,"stop":1728379550985,"duration":0}},{"uid":"d715ecb05621d4ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d715ecb05621d4ae","status":"passed","time":{"start":1728372211450,"stop":1728372211450,"duration":0}},{"uid":"5ee59a93a8e20279","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ee59a93a8e20279","status":"passed","time":{"start":1728370582330,"stop":1728370582330,"duration":0}},{"uid":"fa85fdffc1d751c9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fa85fdffc1d751c9","status":"passed","time":{"start":1728369674244,"stop":1728369674245,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e0448d1382da76e2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e0448d1382da76e2","status":"passed","time":{"start":1728381685603,"stop":1728381685604,"duration":1}},{"uid":"fcea69852a981091","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcea69852a981091","status":"passed","time":{"start":1728379484788,"stop":1728379484788,"duration":0}},{"uid":"f339381bcd153cd5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f339381bcd153cd5","status":"passed","time":{"start":1728372130486,"stop":1728372130487,"duration":1}},{"uid":"ad4fec74eb8d7b35","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad4fec74eb8d7b35","status":"passed","time":{"start":1728370516481,"stop":1728370516482,"duration":1}},{"uid":"4a92946b333d305c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a92946b333d305c","status":"passed","time":{"start":1728369620715,"stop":1728369620716,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"10c455cc38e96183","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/10c455cc38e96183","status":"passed","time":{"start":1728381379238,"stop":1728381379239,"duration":1}},{"uid":"68686731b6af3460","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68686731b6af3460","status":"passed","time":{"start":1728379182446,"stop":1728379182446,"duration":0}},{"uid":"f67a1ec87a78d041","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f67a1ec87a78d041","status":"passed","time":{"start":1728371826622,"stop":1728371826622,"duration":0}},{"uid":"d58f7b0ddc950084","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d58f7b0ddc950084","status":"passed","time":{"start":1728370173934,"stop":1728370173935,"duration":1}},{"uid":"9ace7afc86da1184","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9ace7afc86da1184","status":"passed","time":{"start":1728369272866,"stop":1728369272867,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"310c25e0d70f8254","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/310c25e0d70f8254","status":"passed","time":{"start":1728381363572,"stop":1728381363573,"duration":1}},{"uid":"cd3e0089a519a081","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd3e0089a519a081","status":"passed","time":{"start":1728379166766,"stop":1728379166768,"duration":2}},{"uid":"a040d2dff52c42ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a040d2dff52c42ff","status":"passed","time":{"start":1728371810590,"stop":1728371810591,"duration":1}},{"uid":"24618084ec1e79c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24618084ec1e79c","status":"passed","time":{"start":1728370158405,"stop":1728370158406,"duration":1}},{"uid":"eb92cd755347753f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eb92cd755347753f","status":"passed","time":{"start":1728369256988,"stop":1728369256989,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5146cbc576ce5af8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5146cbc576ce5af8","status":"passed","time":{"start":1728381749025,"stop":1728381749025,"duration":0}},{"uid":"bb614c8034cc60ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bb614c8034cc60ff","status":"passed","time":{"start":1728379549660,"stop":1728379549660,"duration":0}},{"uid":"904f785c9d24d85f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/904f785c9d24d85f","status":"passed","time":{"start":1728372195413,"stop":1728372195413,"duration":0}},{"uid":"bcde39d8f9728add","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bcde39d8f9728add","status":"passed","time":{"start":1728370555241,"stop":1728370555241,"duration":0}},{"uid":"c0b9df8283fc781","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c0b9df8283fc781","status":"passed","time":{"start":1728369639831,"stop":1728369639832,"duration":1}}]},"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"e516f2f2fccf334f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e516f2f2fccf334f","status":"passed","time":{"start":1728381613868,"stop":1728381613868,"duration":0}},{"uid":"d858c082b06a5d79","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d858c082b06a5d79","status":"passed","time":{"start":1728379419674,"stop":1728379419683,"duration":9}},{"uid":"e939382a586d5adb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e939382a586d5adb","status":"passed","time":{"start":1728372107440,"stop":1728372107440,"duration":0}},{"uid":"1e9fbb94f27e42c2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1e9fbb94f27e42c2","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626984,"stop":1728370626985,"duration":1}},{"uid":"339180f7ed3678f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/339180f7ed3678f7","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728514,"stop":1728369728514,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"31882c15f6681775","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/31882c15f6681775","status":"passed","time":{"start":1728381749059,"stop":1728381749060,"duration":1}},{"uid":"8d045af61f0e7326","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d045af61f0e7326","status":"passed","time":{"start":1728379549697,"stop":1728379549698,"duration":1}},{"uid":"f91b017966d85ada","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f91b017966d85ada","status":"passed","time":{"start":1728372195434,"stop":1728372195434,"duration":0}},{"uid":"8742d87b551dfa00","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8742d87b551dfa00","status":"passed","time":{"start":1728370555257,"stop":1728370555258,"duration":1}},{"uid":"801cc00679100d77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/801cc00679100d77","status":"passed","time":{"start":1728369639853,"stop":1728369639854,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e7363def886657ef","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e7363def886657ef","status":"passed","time":{"start":1728381379240,"stop":1728381379241,"duration":1}},{"uid":"967c62be2064359d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/967c62be2064359d","status":"passed","time":{"start":1728379182447,"stop":1728379182447,"duration":0}},{"uid":"7f5303160b785981","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f5303160b785981","status":"passed","time":{"start":1728371826623,"stop":1728371826623,"duration":0}},{"uid":"b16020d6af4e2fdb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b16020d6af4e2fdb","status":"passed","time":{"start":1728370173935,"stop":1728370173936,"duration":1}},{"uid":"c9ecb72b91922249","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c9ecb72b91922249","status":"passed","time":{"start":1728369272867,"stop":1728369272870,"duration":3}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d269e6971188ba71","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d269e6971188ba71","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0}},{"uid":"f9204f63d926bea0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9204f63d926bea0","status":"passed","time":{"start":1728379498096,"stop":1728379498098,"duration":2}},{"uid":"2072f43f4ff0fb43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2072f43f4ff0fb43","status":"passed","time":{"start":1728372147559,"stop":1728372147559,"duration":0}},{"uid":"4ace75ed16395963","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4ace75ed16395963","status":"passed","time":{"start":1728370535021,"stop":1728370535023,"duration":2}},{"uid":"a41857a8b46b00f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a41857a8b46b00f8","status":"passed","time":{"start":1728369636372,"stop":1728369636372,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4bd7020e9c956caa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4bd7020e9c956caa","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0}},{"uid":"5db4571ea07442d6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5db4571ea07442d6","status":"passed","time":{"start":1728379329396,"stop":1728379329397,"duration":1}},{"uid":"76c7b1fc0ac87aad","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76c7b1fc0ac87aad","status":"passed","time":{"start":1728371973985,"stop":1728371973986,"duration":1}},{"uid":"7db4490452dc5006","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7db4490452dc5006","status":"passed","time":{"start":1728370320863,"stop":1728370320864,"duration":1}},{"uid":"e59786ea7923dc8a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e59786ea7923dc8a","status":"passed","time":{"start":1728369420226,"stop":1728369420226,"duration":0}}]},"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd3408f6cb805fd9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd3408f6cb805fd9","status":"passed","time":{"start":1728379197139,"stop":1728379197139,"duration":0}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a32019c974be87d2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a32019c974be87d2","status":"passed","time":{"start":1728381719620,"stop":1728381719620,"duration":0}},{"uid":"929cb007e6150284","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/929cb007e6150284","status":"passed","time":{"start":1728379523095,"stop":1728379523098,"duration":3}},{"uid":"359d2a0ec881923","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/359d2a0ec881923","status":"passed","time":{"start":1728372169981,"stop":1728372169981,"duration":0}},{"uid":"339cccdbbe82ae1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/339cccdbbe82ae1b","status":"passed","time":{"start":1728370557093,"stop":1728370557095,"duration":2}},{"uid":"89589f3e852ea7c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89589f3e852ea7c3","status":"passed","time":{"start":1728369663459,"stop":1728369663459,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6255cb613808dd16","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6255cb613808dd16","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0}},{"uid":"2f12e6bd62e14559","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2f12e6bd62e14559","status":"passed","time":{"start":1728379293452,"stop":1728379293471,"duration":19}},{"uid":"a7c80c9f24386dec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7c80c9f24386dec","status":"passed","time":{"start":1728371932964,"stop":1728371932965,"duration":1}},{"uid":"568c7180dfaade56","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/568c7180dfaade56","status":"passed","time":{"start":1728370281705,"stop":1728370281705,"duration":0}},{"uid":"326e12b7d7525059","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/326e12b7d7525059","status":"passed","time":{"start":1728369376536,"stop":1728369376542,"duration":6}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4298492d9092687","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b4298492d9092687","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0}},{"uid":"f219652e0518816d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f219652e0518816d","status":"passed","time":{"start":1728379159032,"stop":1728379159032,"duration":0}},{"uid":"eeb750817a26b1cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eeb750817a26b1cc","status":"passed","time":{"start":1728371802915,"stop":1728371802915,"duration":0}},{"uid":"40a27eb5a9a4921e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/40a27eb5a9a4921e","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"ec6849bccd56d602","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ec6849bccd56d602","status":"passed","time":{"start":1728369249003,"stop":1728369249004,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7cdfd0df2b6fa45a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7cdfd0df2b6fa45a","status":"passed","time":{"start":1728381389458,"stop":1728381389459,"duration":1}},{"uid":"e68ac58ed884848c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e68ac58ed884848c","status":"passed","time":{"start":1728379192710,"stop":1728379192712,"duration":2}},{"uid":"c6159bbddcb3315d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6159bbddcb3315d","status":"passed","time":{"start":1728371836840,"stop":1728371836842,"duration":2}},{"uid":"533781a5f79c28f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/533781a5f79c28f2","status":"passed","time":{"start":1728370184423,"stop":1728370184425,"duration":2}},{"uid":"f1ea384f1a049bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f1ea384f1a049bc","status":"passed","time":{"start":1728369283255,"stop":1728369283256,"duration":1}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"44ee6708e4f7c0aa","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/44ee6708e4f7c0aa","status":"passed","time":{"start":1728381756573,"stop":1728381756574,"duration":1}},{"uid":"6ba4a25d6219a002","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ba4a25d6219a002","status":"passed","time":{"start":1728379560458,"stop":1728379560458,"duration":0}},{"uid":"d691cc9b18421224","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d691cc9b18421224","status":"passed","time":{"start":1728372207707,"stop":1728372207707,"duration":0}},{"uid":"185fd775e310a857","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/185fd775e310a857","status":"passed","time":{"start":1728370596501,"stop":1728370596501,"duration":0}},{"uid":"d072dfb5a8223225","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d072dfb5a8223225","status":"passed","time":{"start":1728369687974,"stop":1728369687975,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f7816e609fdc2fb6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f7816e609fdc2fb6","status":"passed","time":{"start":1728381696821,"stop":1728381696821,"duration":0}},{"uid":"c81a644ba547c342","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c81a644ba547c342","status":"passed","time":{"start":1728379498091,"stop":1728379498091,"duration":0}},{"uid":"cc1cc16fc75b9d6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cc1cc16fc75b9d6c","status":"passed","time":{"start":1728372147545,"stop":1728372147546,"duration":1}},{"uid":"47d574d2db8a909a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47d574d2db8a909a","status":"passed","time":{"start":1728370534995,"stop":1728370534997,"duration":2}},{"uid":"94d70451f4f19ea2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/94d70451f4f19ea2","status":"passed","time":{"start":1728369636347,"stop":1728369636347,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88b8e7a6a01b9a8c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88b8e7a6a01b9a8c","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0}},{"uid":"ef2292641b27044f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef2292641b27044f","status":"passed","time":{"start":1728379329173,"stop":1728379329173,"duration":0}},{"uid":"13ec4b240ab5abd7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13ec4b240ab5abd7","status":"passed","time":{"start":1728371983995,"stop":1728371983995,"duration":0}},{"uid":"c16a3a704d4a0348","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c16a3a704d4a0348","status":"passed","time":{"start":1728370284348,"stop":1728370284348,"duration":0}},{"uid":"4f4f7775080496d7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4f4f7775080496d7","status":"passed","time":{"start":1728369378880,"stop":1728369378880,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"910246da4a8caeb2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/910246da4a8caeb2","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0}},{"uid":"607a3422a8adfb69","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/607a3422a8adfb69","status":"passed","time":{"start":1728379576112,"stop":1728379576113,"duration":1}},{"uid":"2b79f3fec13d71b6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b79f3fec13d71b6","status":"passed","time":{"start":1728372231470,"stop":1728372231470,"duration":0}},{"uid":"67d430146a530eca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67d430146a530eca","status":"passed","time":{"start":1728370655523,"stop":1728370655523,"duration":0}},{"uid":"a8e0f058162ae98d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8e0f058162ae98d","status":"passed","time":{"start":1728369731924,"stop":1728369731924,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3e2b3bbc1b96226","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3e2b3bbc1b96226","status":"passed","time":{"start":1728381711642,"stop":1728381711642,"duration":0}},{"uid":"5e461d0b6afa1fce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e461d0b6afa1fce","status":"passed","time":{"start":1728379515540,"stop":1728379515541,"duration":1}},{"uid":"deb7faf9a4191e7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/deb7faf9a4191e7d","status":"passed","time":{"start":1728372171281,"stop":1728372171285,"duration":4}},{"uid":"8ea81b8736ef881a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ea81b8736ef881a","status":"passed","time":{"start":1728370522935,"stop":1728370522935,"duration":0}},{"uid":"d3b3ebf3c15b17bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3b3ebf3c15b17bd","status":"passed","time":{"start":1728369622028,"stop":1728369622028,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c07ce7651b245e28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c07ce7651b245e28","status":"passed","time":{"start":1728381737934,"stop":1728381737934,"duration":0}},{"uid":"b75388cf37f0d825","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b75388cf37f0d825","status":"passed","time":{"start":1728379543298,"stop":1728379543298,"duration":0}},{"uid":"3e81895a4dc051ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3e81895a4dc051ff","status":"passed","time":{"start":1728372192284,"stop":1728372192285,"duration":1}},{"uid":"87556253a58815e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87556253a58815e1","status":"passed","time":{"start":1728370579152,"stop":1728370579153,"duration":1}},{"uid":"c3a4f67113d65df4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3a4f67113d65df4","status":"passed","time":{"start":1728369664327,"stop":1728369664329,"duration":2}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"919c379e8e9c6884","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/919c379e8e9c6884","status":"passed","time":{"start":1728381685600,"stop":1728381685601,"duration":1}},{"uid":"4a0030a4e4856142","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4a0030a4e4856142","status":"passed","time":{"start":1728379484786,"stop":1728379484787,"duration":1}},{"uid":"65dd1788a938961e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65dd1788a938961e","status":"passed","time":{"start":1728372130484,"stop":1728372130484,"duration":0}},{"uid":"5f9173e1bd33ba91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f9173e1bd33ba91","status":"passed","time":{"start":1728370516480,"stop":1728370516480,"duration":0}},{"uid":"f00b175f8b150fd6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f00b175f8b150fd6","status":"passed","time":{"start":1728369620713,"stop":1728369620714,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e60dbcb07c932e27","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e60dbcb07c932e27","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0}},{"uid":"65b25e0b31c5058","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65b25e0b31c5058","status":"passed","time":{"start":1728379159005,"stop":1728379159006,"duration":1}},{"uid":"3442ddcd7fc2e893","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3442ddcd7fc2e893","status":"passed","time":{"start":1728371802892,"stop":1728371802892,"duration":0}},{"uid":"121226180845ead4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/121226180845ead4","status":"passed","time":{"start":1728370149919,"stop":1728370149925,"duration":6}},{"uid":"aa6b4dc2a0426429","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa6b4dc2a0426429","status":"passed","time":{"start":1728369248982,"stop":1728369248982,"duration":0}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d2c330fdad5dd3eb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d2c330fdad5dd3eb","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0}},{"uid":"1234c79a6db48e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1234c79a6db48e3","status":"passed","time":{"start":1728379159024,"stop":1728379159025,"duration":1}},{"uid":"7f29ddba34438268","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f29ddba34438268","status":"passed","time":{"start":1728371802908,"stop":1728371802908,"duration":0}},{"uid":"593fe454082756b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/593fe454082756b","status":"passed","time":{"start":1728370149942,"stop":1728370149943,"duration":1}},{"uid":"2e1070c6b0eaa35e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e1070c6b0eaa35e","status":"passed","time":{"start":1728369248997,"stop":1728369248998,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2f972942f320d2f2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2f972942f320d2f2","status":"passed","time":{"start":1728381762404,"stop":1728381762404,"duration":0}},{"uid":"5d22fb9bed258213","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5d22fb9bed258213","status":"passed","time":{"start":1728379565735,"stop":1728379565736,"duration":1}},{"uid":"17926bf0fd11df19","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17926bf0fd11df19","status":"passed","time":{"start":1728372228762,"stop":1728372228762,"duration":0}},{"uid":"96cb151e0ebe19fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/96cb151e0ebe19fd","status":"passed","time":{"start":1728370603965,"stop":1728370603965,"duration":0}},{"uid":"aee6670b4bfe01e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aee6670b4bfe01e9","status":"passed","time":{"start":1728369703127,"stop":1728369703128,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"908c32e32a6163d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/908c32e32a6163d0","status":"passed","time":{"start":1728381766729,"stop":1728381766729,"duration":0}},{"uid":"fcb83711b3e96142","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcb83711b3e96142","status":"passed","time":{"start":1728379566957,"stop":1728379566957,"duration":0}},{"uid":"598b0a61027cffc4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/598b0a61027cffc4","status":"passed","time":{"start":1728372225666,"stop":1728372225666,"duration":0}},{"uid":"413fdf078067c458","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/413fdf078067c458","status":"passed","time":{"start":1728370613960,"stop":1728370613960,"duration":0}},{"uid":"833ae1f114dd66d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/833ae1f114dd66d4","status":"passed","time":{"start":1728369705617,"stop":1728369705620,"duration":3}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a01b9c281774df96","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a01b9c281774df96","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0}},{"uid":"ec6aca788594c7b3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ec6aca788594c7b3","status":"passed","time":{"start":1728379482936,"stop":1728379482937,"duration":1}},{"uid":"f5a1b6586d1b0964","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f5a1b6586d1b0964","status":"passed","time":{"start":1728372134564,"stop":1728372134565,"duration":1}},{"uid":"685d7dbeb1ce2758","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/685d7dbeb1ce2758","status":"passed","time":{"start":1728370487877,"stop":1728370487878,"duration":1}},{"uid":"ee58f87e4a4f903f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ee58f87e4a4f903f","status":"passed","time":{"start":1728369590802,"stop":1728369590802,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5accb07e7b8a5bc9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5accb07e7b8a5bc9","status":"passed","time":{"start":1728381485021,"stop":1728381485021,"duration":0}},{"uid":"64172670885f42b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/64172670885f42b5","status":"passed","time":{"start":1728379293471,"stop":1728379293471,"duration":0}},{"uid":"dea4f4514607d75d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dea4f4514607d75d","status":"passed","time":{"start":1728371932965,"stop":1728371932966,"duration":1}},{"uid":"ba9a07eab5466d72","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba9a07eab5466d72","status":"passed","time":{"start":1728370281705,"stop":1728370281710,"duration":5}},{"uid":"434e614bf07b6da7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/434e614bf07b6da7","status":"passed","time":{"start":1728369376542,"stop":1728369376542,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"376c1eeb192165b4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/376c1eeb192165b4","status":"passed","time":{"start":1728381358361,"stop":1728381358362,"duration":1}},{"uid":"df8fcd2f72b0a489","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df8fcd2f72b0a489","status":"passed","time":{"start":1728379161479,"stop":1728379161480,"duration":1}},{"uid":"b10fa297afba36f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b10fa297afba36f0","status":"passed","time":{"start":1728371805332,"stop":1728371805332,"duration":0}},{"uid":"9e79c3093e3fe246","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e79c3093e3fe246","status":"passed","time":{"start":1728370152477,"stop":1728370152477,"duration":0}},{"uid":"438332ad93d2d745","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/438332ad93d2d745","status":"passed","time":{"start":1728369251641,"stop":1728369251641,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bedf860ac2390c63","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bedf860ac2390c63","status":"passed","time":{"start":1728381658378,"stop":1728381658378,"duration":0}},{"uid":"74ec17af25af2655","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74ec17af25af2655","status":"passed","time":{"start":1728379460281,"stop":1728379460281,"duration":0}},{"uid":"eb18c423e68822b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eb18c423e68822b5","status":"passed","time":{"start":1728372105671,"stop":1728372105672,"duration":1}},{"uid":"a4ccdb455dbc4a4b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a4ccdb455dbc4a4b","status":"passed","time":{"start":1728370464140,"stop":1728370464144,"duration":4}},{"uid":"3b59b14493ccd46a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b59b14493ccd46a","status":"passed","time":{"start":1728369544867,"stop":1728369544868,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"def7af7ad0175d68","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/def7af7ad0175d68","status":"passed","time":{"start":1728381521327,"stop":1728381521340,"duration":13}},{"uid":"b8a3de7e046e6132","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8a3de7e046e6132","status":"passed","time":{"start":1728379329186,"stop":1728379329186,"duration":0}},{"uid":"79b5092426c8a6c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/79b5092426c8a6c8","status":"passed","time":{"start":1728371984010,"stop":1728371984010,"duration":0}},{"uid":"306db76a5c4dc854","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/306db76a5c4dc854","status":"passed","time":{"start":1728370284365,"stop":1728370284365,"duration":0}},{"uid":"ffbc350e717baf26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffbc350e717baf26","status":"passed","time":{"start":1728369378912,"stop":1728369378913,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a0e35b62a89568a3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a0e35b62a89568a3","status":"passed","time":{"start":1728381363574,"stop":1728381363575,"duration":1}},{"uid":"d85154852cc4988a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d85154852cc4988a","status":"passed","time":{"start":1728379166769,"stop":1728379166769,"duration":0}},{"uid":"c08a6046b6fc0a78","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c08a6046b6fc0a78","status":"passed","time":{"start":1728371810592,"stop":1728371810592,"duration":0}},{"uid":"733c1b28086d8e85","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/733c1b28086d8e85","status":"passed","time":{"start":1728370158406,"stop":1728370158407,"duration":1}},{"uid":"bf81b05f026c24ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bf81b05f026c24ec","status":"passed","time":{"start":1728369256990,"stop":1728369256990,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2a10c94dd5efdebb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2a10c94dd5efdebb","status":"passed","time":{"start":1728381680439,"stop":1728381680442,"duration":3}},{"uid":"9953d1562772c701","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9953d1562772c701","status":"passed","time":{"start":1728379482919,"stop":1728379482919,"duration":0}},{"uid":"17babe25a2fb6e0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/17babe25a2fb6e0c","status":"passed","time":{"start":1728372134545,"stop":1728372134546,"duration":1}},{"uid":"aad0da8089ddbd60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aad0da8089ddbd60","status":"passed","time":{"start":1728370487860,"stop":1728370487860,"duration":0}},{"uid":"18b58e1c6f8711a6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/18b58e1c6f8711a6","status":"passed","time":{"start":1728369590787,"stop":1728369590787,"duration":0}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"24de4e88b556087b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/24de4e88b556087b","status":"passed","time":{"start":1728381355953,"stop":1728381355954,"duration":1}},{"uid":"9de9da16d64e919f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9de9da16d64e919f","status":"passed","time":{"start":1728379158994,"stop":1728379158995,"duration":1}},{"uid":"11b6b80769091e76","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/11b6b80769091e76","status":"passed","time":{"start":1728371802888,"stop":1728371802888,"duration":0}},{"uid":"2630f61dac66d9e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2630f61dac66d9e1","status":"passed","time":{"start":1728370149913,"stop":1728370149914,"duration":1}},{"uid":"f4535e785bc66a72","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f4535e785bc66a72","status":"passed","time":{"start":1728369248973,"stop":1728369248973,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4d36b6f1dc285ea7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4d36b6f1dc285ea7","status":"passed","time":{"start":1728381759211,"stop":1728381759211,"duration":0}},{"uid":"c2c7edf0066a515b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c2c7edf0066a515b","status":"passed","time":{"start":1728379560152,"stop":1728379560153,"duration":1}},{"uid":"8beefddcbc1760e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8beefddcbc1760e6","status":"passed","time":{"start":1728372216740,"stop":1728372216742,"duration":2}},{"uid":"cd4d96e8e26e8f8b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd4d96e8e26e8f8b","status":"passed","time":{"start":1728370607963,"stop":1728370607963,"duration":0}},{"uid":"158f08c973874f29","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/158f08c973874f29","status":"passed","time":{"start":1728369698568,"stop":1728369698569,"duration":1}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"666d0f0ef8d5816c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/666d0f0ef8d5816c","status":"passed","time":{"start":1728381745551,"stop":1728381745551,"duration":0}},{"uid":"59db651c8e9cf647","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59db651c8e9cf647","status":"passed","time":{"start":1728379547119,"stop":1728379547119,"duration":0}},{"uid":"1b5a17f2c3257205","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1b5a17f2c3257205","status":"passed","time":{"start":1728372200173,"stop":1728372200173,"duration":0}},{"uid":"d2b6f15ef21ad51d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2b6f15ef21ad51d","status":"passed","time":{"start":1728370581672,"stop":1728370581672,"duration":0}},{"uid":"2682d6082d317416","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2682d6082d317416","status":"passed","time":{"start":1728369674995,"stop":1728369674995,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7d7ebf222a75f6b7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d7ebf222a75f6b7","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0}},{"uid":"79fb21cf2e6640c5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/79fb21cf2e6640c5","status":"passed","time":{"start":1728379549676,"stop":1728379549677,"duration":1}},{"uid":"636a1e9d298857e8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/636a1e9d298857e8","status":"passed","time":{"start":1728372195420,"stop":1728372195420,"duration":0}},{"uid":"46878aa72570a8c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/46878aa72570a8c1","status":"passed","time":{"start":1728370555247,"stop":1728370555247,"duration":0}},{"uid":"bcb8f332e694f928","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb8f332e694f928","status":"passed","time":{"start":1728369639838,"stop":1728369639838,"duration":0}}]},"e0a2cff2dc98b788cde09a3f11eb7cba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2b87cdb66c93be4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b2b87cdb66c93be4","status":"passed","time":{"start":1728372200178,"stop":1728372200178,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e027cf8d4bdb8e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e027cf8d4bdb8e5","status":"passed","time":{"start":1728381363561,"stop":1728381363562,"duration":1}},{"uid":"3d2e33437cb5bc1e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d2e33437cb5bc1e","status":"passed","time":{"start":1728379166755,"stop":1728379166756,"duration":1}},{"uid":"c86a6b3e6a3ce0f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c86a6b3e6a3ce0f8","status":"passed","time":{"start":1728371810586,"stop":1728371810586,"duration":0}},{"uid":"8c09f084151f7ae4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8c09f084151f7ae4","status":"passed","time":{"start":1728370158402,"stop":1728370158402,"duration":0}},{"uid":"30f445040653700e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/30f445040653700e","status":"passed","time":{"start":1728369256983,"stop":1728369256984,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b1ca5f75520b2a5b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b1ca5f75520b2a5b","status":"passed","time":{"start":1728381766200,"stop":1728381766200,"duration":0}},{"uid":"8bb0970d7209a4a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8bb0970d7209a4a5","status":"passed","time":{"start":1728379569500,"stop":1728379569500,"duration":0}},{"uid":"ee339a1ceda1ef5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee339a1ceda1ef5","status":"passed","time":{"start":1728372220863,"stop":1728372220863,"duration":0}},{"uid":"2eab5ec45266cac8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2eab5ec45266cac8","status":"passed","time":{"start":1728370605232,"stop":1728370605232,"duration":0}},{"uid":"524b73377725de07","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/524b73377725de07","status":"passed","time":{"start":1728369697452,"stop":1728369697452,"duration":0}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b571aad02751b712","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b571aad02751b712","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0}},{"uid":"6a3caa4abcec6380","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6a3caa4abcec6380","status":"passed","time":{"start":1728379159021,"stop":1728379159021,"duration":0}},{"uid":"9de29613402e1f60","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9de29613402e1f60","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"89dcfa770f8bfd45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89dcfa770f8bfd45","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"95c517f1e836721e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95c517f1e836721e","status":"passed","time":{"start":1728369248994,"stop":1728369248995,"duration":1}}]},"9f013d663851f5f4aef10a8901926e77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a95184517fdb6f3f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a95184517fdb6f3f","status":"passed","time":{"start":1728372134578,"stop":1728372134578,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"664c37e0f09ef5a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/664c37e0f09ef5a7","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0}},{"uid":"548eab70d603b9f4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/548eab70d603b9f4","status":"passed","time":{"start":1728379565738,"stop":1728379565738,"duration":0}},{"uid":"757bb85aa2c5608f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/757bb85aa2c5608f","status":"passed","time":{"start":1728372228764,"stop":1728372228765,"duration":1}},{"uid":"5af17473030a629a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5af17473030a629a","status":"passed","time":{"start":1728370603966,"stop":1728370603966,"duration":0}},{"uid":"2a3bcb51d596181f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2a3bcb51d596181f","status":"passed","time":{"start":1728369703130,"stop":1728369703131,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2472a850613e19ac","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2472a850613e19ac","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0}},{"uid":"48e4e8e1d51285c6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/48e4e8e1d51285c6","status":"passed","time":{"start":1728379550982,"stop":1728379550983,"duration":1}},{"uid":"8d9c93aed2898a88","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d9c93aed2898a88","status":"passed","time":{"start":1728372211443,"stop":1728372211444,"duration":1}},{"uid":"c39acf7dfb49b0f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c39acf7dfb49b0f2","status":"passed","time":{"start":1728370582328,"stop":1728370582328,"duration":0}},{"uid":"f34043d90590b39e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f34043d90590b39e","status":"passed","time":{"start":1728369674239,"stop":1728369674239,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2bb5995e914f49a4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2bb5995e914f49a4","status":"passed","time":{"start":1728381379405,"stop":1728381379405,"duration":0}},{"uid":"3b159f3723c7b6fe","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b159f3723c7b6fe","status":"passed","time":{"start":1728379182989,"stop":1728379182990,"duration":1}},{"uid":"73850387931bb473","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/73850387931bb473","status":"passed","time":{"start":1728371826967,"stop":1728371826968,"duration":1}},{"uid":"fc07bb0a7e5738f2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fc07bb0a7e5738f2","status":"passed","time":{"start":1728370174431,"stop":1728370174431,"duration":0}},{"uid":"7225dd879d7c2299","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7225dd879d7c2299","status":"passed","time":{"start":1728369273240,"stop":1728369273240,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"a5cb4fad75cb592e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a5cb4fad75cb592e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381379406,"stop":1728381379406,"duration":0}},{"uid":"ce481a1f75460e45","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce481a1f75460e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379182991,"stop":1728379182991,"duration":0}},{"uid":"272dc495ed0d603c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/272dc495ed0d603c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371826968,"stop":1728371826969,"duration":1}},{"uid":"d39dc5b78de95ed3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d39dc5b78de95ed3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370174432,"stop":1728370174432,"duration":0}},{"uid":"134823fd379d992f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/134823fd379d992f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369273241,"stop":1728369273241,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94183757dd58d059","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/94183757dd58d059","status":"passed","time":{"start":1728381521290,"stop":1728381521291,"duration":1}},{"uid":"a0630106232c3bbb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0630106232c3bbb","status":"passed","time":{"start":1728379329171,"stop":1728379329171,"duration":0}},{"uid":"2352d188882a403a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2352d188882a403a","status":"passed","time":{"start":1728371983993,"stop":1728371983994,"duration":1}},{"uid":"a2c7642a3db2a69c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a2c7642a3db2a69c","status":"passed","time":{"start":1728370284346,"stop":1728370284346,"duration":0}},{"uid":"4b82526eac7677ca","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b82526eac7677ca","status":"passed","time":{"start":1728369378878,"stop":1728369378879,"duration":1}}]},"6864aa41244a025919e4fef322b9bad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a290163d2f8b5d6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a290163d2f8b5d6d","status":"passed","time":{"start":1728370464129,"stop":1728370464130,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b0e8f1c89044701","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1b0e8f1c89044701","status":"passed","time":{"start":1728381749051,"stop":1728381749052,"duration":1}},{"uid":"a51c23917e6aeafd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a51c23917e6aeafd","status":"passed","time":{"start":1728379549692,"stop":1728379549692,"duration":0}},{"uid":"d422f5a1dcabd977","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d422f5a1dcabd977","status":"passed","time":{"start":1728372195431,"stop":1728372195431,"duration":0}},{"uid":"fc3c4419b08a7508","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fc3c4419b08a7508","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"5808eaae1985a1cc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5808eaae1985a1cc","status":"passed","time":{"start":1728369639849,"stop":1728369639850,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f8c9c82cd6962a80","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8c9c82cd6962a80","status":"passed","time":{"start":1728381415525,"stop":1728381415525,"duration":0}},{"uid":"91f6721051894646","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91f6721051894646","status":"passed","time":{"start":1728379221894,"stop":1728379221894,"duration":0}},{"uid":"cd6c6598b045e639","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cd6c6598b045e639","status":"passed","time":{"start":1728371864342,"stop":1728371864346,"duration":4}},{"uid":"ef61952c64911b8d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ef61952c64911b8d","status":"passed","time":{"start":1728370211393,"stop":1728370211393,"duration":0}},{"uid":"f5e8fa20842d2f6e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f5e8fa20842d2f6e","status":"passed","time":{"start":1728369310550,"stop":1728369310550,"duration":0}}]},"9b6e5dcdaa624a2120a5d29d31b02694:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8001eda597e7f045","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8001eda597e7f045","status":"passed","time":{"start":1728372200178,"stop":1728372200179,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3945066fbfded2e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3945066fbfded2e","status":"passed","time":{"start":1728381766197,"stop":1728381766199,"duration":2}},{"uid":"98ccdca14d14e7bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98ccdca14d14e7bd","status":"passed","time":{"start":1728379569498,"stop":1728379569499,"duration":1}},{"uid":"754628d6d7c4bed9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/754628d6d7c4bed9","status":"passed","time":{"start":1728372220852,"stop":1728372220852,"duration":0}},{"uid":"b25925011179f5ae","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b25925011179f5ae","status":"passed","time":{"start":1728370605231,"stop":1728370605231,"duration":0}},{"uid":"b793515a93adb873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b793515a93adb873","status":"passed","time":{"start":1728369697448,"stop":1728369697451,"duration":3}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5edb339d6e36e4f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5edb339d6e36e4f","status":"passed","time":{"start":1728381696834,"stop":1728381696838,"duration":4}},{"uid":"fb604020113dae6a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb604020113dae6a","status":"passed","time":{"start":1728379498100,"stop":1728379498101,"duration":1}},{"uid":"4e33355d553ce2d3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4e33355d553ce2d3","status":"passed","time":{"start":1728372147562,"stop":1728372147563,"duration":1}},{"uid":"9e3083f9be3a86f3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e3083f9be3a86f3","status":"passed","time":{"start":1728370535029,"stop":1728370535032,"duration":3}},{"uid":"76d078a879f223d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76d078a879f223d4","status":"passed","time":{"start":1728369636375,"stop":1728369636375,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9833ef5b3b031a50","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9833ef5b3b031a50","status":"passed","time":{"start":1728381449300,"stop":1728381449301,"duration":1}},{"uid":"7c10ac267aa70101","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7c10ac267aa70101","status":"passed","time":{"start":1728379255035,"stop":1728379255036,"duration":1}},{"uid":"f48c309503812998","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f48c309503812998","status":"passed","time":{"start":1728371896757,"stop":1728371896757,"duration":0}},{"uid":"872ad5e748f96809","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/872ad5e748f96809","status":"passed","time":{"start":1728370245300,"stop":1728370245301,"duration":1}},{"uid":"d09c756697d47098","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d09c756697d47098","status":"passed","time":{"start":1728369344219,"stop":1728369344224,"duration":5}}]},"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"208744d90188df32","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/208744d90188df32","status":"passed","time":{"start":1728381613866,"stop":1728381613867,"duration":1}},{"uid":"53246069d24fa735","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53246069d24fa735","status":"passed","time":{"start":1728379419673,"stop":1728379419673,"duration":0}},{"uid":"fb8bec04625b538","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb8bec04625b538","status":"passed","time":{"start":1728372107436,"stop":1728372107437,"duration":1}},{"uid":"5e7ef4d89df20bf3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e7ef4d89df20bf3","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626981,"stop":1728370626981,"duration":0}},{"uid":"a5553b94ffc03b94","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5553b94ffc03b94","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728511,"stop":1728369728511,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6c001f880817495","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6c001f880817495","status":"passed","time":{"start":1728381634308,"stop":1728381634309,"duration":1}},{"uid":"2ef92e0f2c1cf272","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2ef92e0f2c1cf272","status":"passed","time":{"start":1728379439872,"stop":1728379439872,"duration":0}},{"uid":"ff26867a47c06797","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff26867a47c06797","status":"passed","time":{"start":1728372083102,"stop":1728372083108,"duration":6}},{"uid":"9c643d0000b1b447","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9c643d0000b1b447","status":"passed","time":{"start":1728370464873,"stop":1728370464874,"duration":1}},{"uid":"c42dbeba5295557e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c42dbeba5295557e","status":"passed","time":{"start":1728369559763,"stop":1728369559764,"duration":1}}]},"746fd5bd1bbdd123b2c935cce5340666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3ae4264bf68c852","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e3ae4264bf68c852","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7e0cd54ea2018c9d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e0cd54ea2018c9d","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0}},{"uid":"5a79ca4d5309ab67","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5a79ca4d5309ab67","status":"passed","time":{"start":1728379493840,"stop":1728379493840,"duration":0}},{"uid":"1a0feb1e951e5102","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a0feb1e951e5102","status":"passed","time":{"start":1728372140943,"stop":1728372140943,"duration":0}},{"uid":"608badaa36ef8d88","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/608badaa36ef8d88","status":"passed","time":{"start":1728370524956,"stop":1728370524957,"duration":1}},{"uid":"3b812835e5d6da16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b812835e5d6da16","status":"passed","time":{"start":1728369630392,"stop":1728369630393,"duration":1}}]},"6f1d7441e7db5cb5185ffa9847c6aa71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ad62762cb5b2ab3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ad62762cb5b2ab3","status":"passed","time":{"start":1728372134577,"stop":1728372134578,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9cef2f21200ad10f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9cef2f21200ad10f","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0}},{"uid":"988007795622ecd8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/988007795622ecd8","status":"passed","time":{"start":1728379167594,"stop":1728379167595,"duration":1}},{"uid":"172adbb4261a346","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/172adbb4261a346","status":"passed","time":{"start":1728371811375,"stop":1728371811376,"duration":1}},{"uid":"f99912792a92f7fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f99912792a92f7fb","status":"passed","time":{"start":1728370158837,"stop":1728370158837,"duration":0}},{"uid":"7512eb8757fed1a5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7512eb8757fed1a5","status":"passed","time":{"start":1728369257776,"stop":1728369257776,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"38e14018b7e874d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/38e14018b7e874d0","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0}},{"uid":"aff0e80880fd8294","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aff0e80880fd8294","status":"passed","time":{"start":1728379159020,"stop":1728379159021,"duration":1}},{"uid":"1ba90066f5af96af","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1ba90066f5af96af","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"1734b89a7ac81b86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1734b89a7ac81b86","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"f541dba79a9e56","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f541dba79a9e56","status":"passed","time":{"start":1728369248994,"stop":1728369248994,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"de2232b3ef9c7411","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/de2232b3ef9c7411","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0}},{"uid":"65bff9f219af65b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65bff9f219af65b6","status":"passed","time":{"start":1728379576342,"stop":1728379576342,"duration":0}},{"uid":"38fcb2477e428774","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38fcb2477e428774","status":"passed","time":{"start":1728372230818,"stop":1728372230818,"duration":0}},{"uid":"e0beaaed0a9a63e5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e0beaaed0a9a63e5","status":"passed","time":{"start":1728370630212,"stop":1728370630212,"duration":0}},{"uid":"5ee1264e4fa6281c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5ee1264e4fa6281c","status":"passed","time":{"start":1728369712263,"stop":1728369712263,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ac04b0703443c900","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ac04b0703443c900","status":"passed","time":{"start":1728381660636,"stop":1728381660637,"duration":1}},{"uid":"ca536fdd47b76ebf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca536fdd47b76ebf","status":"passed","time":{"start":1728379462180,"stop":1728379462181,"duration":1}},{"uid":"a36b824dbd28bab5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a36b824dbd28bab5","status":"passed","time":{"start":1728372110411,"stop":1728372110412,"duration":1}},{"uid":"896ba0914a6fdc95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/896ba0914a6fdc95","status":"passed","time":{"start":1728370489669,"stop":1728370489670,"duration":1}},{"uid":"8b06d3315b0debb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8b06d3315b0debb","status":"passed","time":{"start":1728369593941,"stop":1728369593941,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"97dde13f6838ad48","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97dde13f6838ad48","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0}},{"uid":"1fe9b669e2a40d5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fe9b669e2a40d5d","status":"passed","time":{"start":1728379576344,"stop":1728379576344,"duration":0}},{"uid":"a5bebfa7ef006721","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5bebfa7ef006721","status":"passed","time":{"start":1728372230819,"stop":1728372230819,"duration":0}},{"uid":"4e054a8d1f691dde","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4e054a8d1f691dde","status":"passed","time":{"start":1728370630213,"stop":1728370630213,"duration":0}},{"uid":"92b9e84d1ec7dd6d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/92b9e84d1ec7dd6d","status":"passed","time":{"start":1728369712265,"stop":1728369712265,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88eefff83fbab9cb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88eefff83fbab9cb","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0}},{"uid":"f92836f861a3c08f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f92836f861a3c08f","status":"passed","time":{"start":1728379167596,"stop":1728379167596,"duration":0}},{"uid":"620cbf492d48a287","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/620cbf492d48a287","status":"passed","time":{"start":1728371811376,"stop":1728371811377,"duration":1}},{"uid":"bb0b8e623da35a25","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bb0b8e623da35a25","status":"passed","time":{"start":1728370158838,"stop":1728370158838,"duration":0}},{"uid":"8e305961bcabbd4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8e305961bcabbd4","status":"passed","time":{"start":1728369257777,"stop":1728369257777,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"67743b7b75cd1aa3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/67743b7b75cd1aa3","status":"passed","time":{"start":1728381716490,"stop":1728381716492,"duration":2}},{"uid":"f9454b791a019c37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f9454b791a019c37","status":"passed","time":{"start":1728379524436,"stop":1728379524436,"duration":0}},{"uid":"2d214f7226bb6895","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d214f7226bb6895","status":"passed","time":{"start":1728372187033,"stop":1728372187034,"duration":1}},{"uid":"9380a8c9eea0fbeb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9380a8c9eea0fbeb","status":"passed","time":{"start":1728370559624,"stop":1728370559625,"duration":1}},{"uid":"e9ad96be2193795b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9ad96be2193795b","status":"passed","time":{"start":1728369646202,"stop":1728369646204,"duration":2}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34a9cbd8930f2e4c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34a9cbd8930f2e4c","status":"passed","time":{"start":1728381521341,"stop":1728381521342,"duration":1}},{"uid":"16ca2f0de90662","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16ca2f0de90662","status":"passed","time":{"start":1728379329186,"stop":1728379329187,"duration":1}},{"uid":"28fd3cc27185d6ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/28fd3cc27185d6ae","status":"passed","time":{"start":1728371984010,"stop":1728371984010,"duration":0}},{"uid":"209b12af98538b7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/209b12af98538b7","status":"passed","time":{"start":1728370284365,"stop":1728370284365,"duration":0}},{"uid":"e9f14aee9959e55a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9f14aee9959e55a","status":"passed","time":{"start":1728369378913,"stop":1728369378913,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5a36ef6b070612ca","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5a36ef6b070612ca","status":"passed","time":{"start":1728381521304,"stop":1728381521304,"duration":0}},{"uid":"994ac10ffd62805e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/994ac10ffd62805e","status":"passed","time":{"start":1728379329177,"stop":1728379329178,"duration":1}},{"uid":"74f8f159a2976d77","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74f8f159a2976d77","status":"passed","time":{"start":1728371984003,"stop":1728371984003,"duration":0}},{"uid":"6fa7cd13a31668e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6fa7cd13a31668e1","status":"passed","time":{"start":1728370284356,"stop":1728370284357,"duration":1}},{"uid":"a23c784589a71ba1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a23c784589a71ba1","status":"passed","time":{"start":1728369378895,"stop":1728369378898,"duration":3}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4401730d9345b4b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b4401730d9345b4b","status":"passed","time":{"start":1728381759213,"stop":1728381759213,"duration":0}},{"uid":"3bfb208c59703873","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3bfb208c59703873","status":"passed","time":{"start":1728379560162,"stop":1728379560163,"duration":1}},{"uid":"97edc897b475774f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/97edc897b475774f","status":"passed","time":{"start":1728372216744,"stop":1728372216744,"duration":0}},{"uid":"e2ef87fcaa5c8e35","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e2ef87fcaa5c8e35","status":"passed","time":{"start":1728370607966,"stop":1728370607966,"duration":0}},{"uid":"d4117c0aa9c6e514","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4117c0aa9c6e514","status":"passed","time":{"start":1728369698571,"stop":1728369698571,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5b6348d7b2306fc9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5b6348d7b2306fc9","status":"passed","time":{"start":1728381363567,"stop":1728381363568,"duration":1}},{"uid":"80ce242c90be5a83","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/80ce242c90be5a83","status":"passed","time":{"start":1728379166762,"stop":1728379166763,"duration":1}},{"uid":"c8a2935e315da94e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c8a2935e315da94e","status":"passed","time":{"start":1728371810588,"stop":1728371810588,"duration":0}},{"uid":"ff169d36c0d4efbf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ff169d36c0d4efbf","status":"passed","time":{"start":1728370158404,"stop":1728370158404,"duration":0}},{"uid":"a3687e3c416973d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3687e3c416973d0","status":"passed","time":{"start":1728369256986,"stop":1728369256986,"duration":0}}]},"cdeeeaa12a21ff675e01c2039df553ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"948f6bec57d4b6b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/948f6bec57d4b6b2","status":"passed","time":{"start":1728379482964,"stop":1728379482964,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"45d5145f7b6115ce","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/45d5145f7b6115ce","status":"passed","time":{"start":1728381358362,"stop":1728381358363,"duration":1}},{"uid":"5e5f2522f27613c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5e5f2522f27613c","status":"passed","time":{"start":1728379161480,"stop":1728379161481,"duration":1}},{"uid":"5003764d725ad662","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5003764d725ad662","status":"passed","time":{"start":1728371805333,"stop":1728371805333,"duration":0}},{"uid":"83c2c6e58b982c29","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83c2c6e58b982c29","status":"passed","time":{"start":1728370152477,"stop":1728370152478,"duration":1}},{"uid":"1b4fa22acca8bc65","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1b4fa22acca8bc65","status":"passed","time":{"start":1728369251642,"stop":1728369251642,"duration":0}}]},"9804cd7f39a814f629994b67252887e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"884a855ebb41eba0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/884a855ebb41eba0","status":"passed","time":{"start":1728381719621,"stop":1728381719621,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fcd9733f9d700d7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fcd9733f9d700d7","status":"passed","time":{"start":1728381774347,"stop":1728381774347,"duration":0}},{"uid":"91a879e8527c3a65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91a879e8527c3a65","status":"passed","time":{"start":1728379576343,"stop":1728379576343,"duration":0}},{"uid":"4e2351f6b119666b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4e2351f6b119666b","status":"passed","time":{"start":1728372230818,"stop":1728372230819,"duration":1}},{"uid":"fab01b6c9998648b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fab01b6c9998648b","status":"passed","time":{"start":1728370630212,"stop":1728370630213,"duration":1}},{"uid":"39a390f2fb38e201","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/39a390f2fb38e201","status":"passed","time":{"start":1728369712263,"stop":1728369712264,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"58aec949c205dad4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/58aec949c205dad4","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0}},{"uid":"6bf85360157f0b02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6bf85360157f0b02","status":"passed","time":{"start":1728379255027,"stop":1728379255029,"duration":2}},{"uid":"38b1949d6e3dd1fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/38b1949d6e3dd1fe","status":"passed","time":{"start":1728371896753,"stop":1728371896753,"duration":0}},{"uid":"ba587b9d068f01bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba587b9d068f01bc","status":"passed","time":{"start":1728370245292,"stop":1728370245292,"duration":0}},{"uid":"6c92baebed563dbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6c92baebed563dbe","status":"passed","time":{"start":1728369344211,"stop":1728369344213,"duration":2}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"19638e744faa9552","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/19638e744faa9552","status":"passed","time":{"start":1728381766730,"stop":1728381766730,"duration":0}},{"uid":"d1d791ca7d3f3ec9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d1d791ca7d3f3ec9","status":"passed","time":{"start":1728379566958,"stop":1728379566958,"duration":0}},{"uid":"e819ba9b70222467","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e819ba9b70222467","status":"passed","time":{"start":1728372225667,"stop":1728372225667,"duration":0}},{"uid":"bda86d1efd08f5ef","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bda86d1efd08f5ef","status":"passed","time":{"start":1728370613962,"stop":1728370613963,"duration":1}},{"uid":"d3bc96129c3609a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d3bc96129c3609a","status":"passed","time":{"start":1728369705621,"stop":1728369705622,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"27dc9a2ee56a35fd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/27dc9a2ee56a35fd","status":"passed","time":{"start":1728381526512,"stop":1728381526512,"duration":0}},{"uid":"ca64695f401d24ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca64695f401d24ce","status":"passed","time":{"start":1728379329398,"stop":1728379329398,"duration":0}},{"uid":"97eb430becc380d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/97eb430becc380d1","status":"passed","time":{"start":1728371973990,"stop":1728371973991,"duration":1}},{"uid":"834e0ac3d29c41da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/834e0ac3d29c41da","status":"passed","time":{"start":1728370320865,"stop":1728370320865,"duration":0}},{"uid":"3822a5bfff4a3a1e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3822a5bfff4a3a1e","status":"passed","time":{"start":1728369420242,"stop":1728369420243,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"75a55e5861f648b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/75a55e5861f648b","status":"passed","time":{"start":1728381680459,"stop":1728381680459,"duration":0}},{"uid":"95e0c72439031f88","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/95e0c72439031f88","status":"passed","time":{"start":1728379482935,"stop":1728379482936,"duration":1}},{"uid":"1971325d740e25f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1971325d740e25f5","status":"passed","time":{"start":1728372134562,"stop":1728372134564,"duration":2}},{"uid":"4440691f53a54515","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4440691f53a54515","status":"passed","time":{"start":1728370487876,"stop":1728370487876,"duration":0}},{"uid":"ffd881e3e6328c60","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ffd881e3e6328c60","status":"passed","time":{"start":1728369590802,"stop":1728369590802,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2dca24f262c7229c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2dca24f262c7229c","status":"passed","time":{"start":1728381680444,"stop":1728381680445,"duration":1}},{"uid":"2483c33019c1354a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2483c33019c1354a","status":"passed","time":{"start":1728379482919,"stop":1728379482920,"duration":1}},{"uid":"364810f5039610b2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/364810f5039610b2","status":"passed","time":{"start":1728372134546,"stop":1728372134546,"duration":0}},{"uid":"107290582e0227a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/107290582e0227a9","status":"passed","time":{"start":1728370487862,"stop":1728370487863,"duration":1}},{"uid":"9655ef20b2c7a94f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9655ef20b2c7a94f","status":"passed","time":{"start":1728369590788,"stop":1728369590789,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1028ffb35aa81385","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1028ffb35aa81385","status":"passed","time":{"start":1728381689152,"stop":1728381689152,"duration":0}},{"uid":"d4ebac3e7a80567b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d4ebac3e7a80567b","status":"passed","time":{"start":1728379493842,"stop":1728379493843,"duration":1}},{"uid":"9061c08d447abf3b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9061c08d447abf3b","status":"passed","time":{"start":1728372140945,"stop":1728372140945,"duration":0}},{"uid":"17eb8308cd1f4e89","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/17eb8308cd1f4e89","status":"passed","time":{"start":1728370524959,"stop":1728370524959,"duration":0}},{"uid":"a427c81fb1246e89","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a427c81fb1246e89","status":"passed","time":{"start":1728369630396,"stop":1728369630396,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"49e5ee549841635","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/49e5ee549841635","status":"passed","time":{"start":1728381379243,"stop":1728381379244,"duration":1}},{"uid":"377d867b496cbd18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/377d867b496cbd18","status":"passed","time":{"start":1728379182449,"stop":1728379182449,"duration":0}},{"uid":"ecba7c27eb911532","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ecba7c27eb911532","status":"passed","time":{"start":1728371826624,"stop":1728371826625,"duration":1}},{"uid":"b23d2d098d642e06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b23d2d098d642e06","status":"passed","time":{"start":1728370173937,"stop":1728370173937,"duration":0}},{"uid":"bdc48f1a11b341fc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bdc48f1a11b341fc","status":"passed","time":{"start":1728369272872,"stop":1728369272872,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"96ea9116538404b5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/96ea9116538404b5","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0}},{"uid":"2c7e63f4822235e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2c7e63f4822235e6","status":"passed","time":{"start":1728379524442,"stop":1728379524442,"duration":0}},{"uid":"e1e0ff85f038538","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e1e0ff85f038538","status":"passed","time":{"start":1728372187035,"stop":1728372187036,"duration":1}},{"uid":"a77f7c1db5545b97","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a77f7c1db5545b97","status":"passed","time":{"start":1728370559628,"stop":1728370559629,"duration":1}},{"uid":"86facd2b04be5928","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86facd2b04be5928","status":"passed","time":{"start":1728369646205,"stop":1728369646206,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f28f2b27e835e618","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f28f2b27e835e618","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0}},{"uid":"579505d5cd2949b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/579505d5cd2949b","status":"passed","time":{"start":1728379460259,"stop":1728379460260,"duration":1}},{"uid":"57f53bda6e26f9d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57f53bda6e26f9d1","status":"passed","time":{"start":1728372105659,"stop":1728372105660,"duration":1}},{"uid":"ba0fdcb5e08659da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba0fdcb5e08659da","status":"passed","time":{"start":1728370464118,"stop":1728370464118,"duration":0}},{"uid":"9e7519fb79726b37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9e7519fb79726b37","status":"passed","time":{"start":1728369544854,"stop":1728369544854,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d58e2a38548c05ea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d58e2a38548c05ea","status":"passed","time":{"start":1728381615368,"stop":1728381615368,"duration":0}},{"uid":"5dd313bdb7b3fa44","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dd313bdb7b3fa44","status":"passed","time":{"start":1728379422774,"stop":1728379422775,"duration":1}},{"uid":"766f3caab3a819bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/766f3caab3a819bb","status":"passed","time":{"start":1728372057767,"stop":1728372057768,"duration":1}},{"uid":"bbe6bda7fe885cfa","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bbe6bda7fe885cfa","status":"passed","time":{"start":1728370439666,"stop":1728370439669,"duration":3}},{"uid":"7f2a9d9a45707ff1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7f2a9d9a45707ff1","status":"passed","time":{"start":1728369540007,"stop":1728369540007,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91a4d8bc74f2d447","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/91a4d8bc74f2d447","status":"passed","time":{"start":1728381557277,"stop":1728381557277,"duration":0}},{"uid":"a80a44f2e4422c32","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a80a44f2e4422c32","status":"passed","time":{"start":1728379366500,"stop":1728379366501,"duration":1}},{"uid":"f3a42b916593c4c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f3a42b916593c4c6","status":"passed","time":{"start":1728371996030,"stop":1728371996031,"duration":1}},{"uid":"c1ee7b7265375201","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c1ee7b7265375201","status":"passed","time":{"start":1728370345146,"stop":1728370345149,"duration":3}},{"uid":"ea6ae88ba779096","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea6ae88ba779096","status":"passed","time":{"start":1728369447294,"stop":1728369447294,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9032620741c2a6f1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9032620741c2a6f1","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0}},{"uid":"90d2621e57880d03","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/90d2621e57880d03","status":"passed","time":{"start":1728379159030,"stop":1728379159031,"duration":1}},{"uid":"ba197788eeff9a40","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba197788eeff9a40","status":"passed","time":{"start":1728371802914,"stop":1728371802914,"duration":0}},{"uid":"20ed6f0419040d33","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/20ed6f0419040d33","status":"passed","time":{"start":1728370149948,"stop":1728370149948,"duration":0}},{"uid":"bfc3a7aaa76db929","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bfc3a7aaa76db929","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"c1501275fafb8ebcd62c18aea7b0f450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67caa04bfd165f69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/67caa04bfd165f69","status":"passed","time":{"start":1728381745557,"stop":1728381745558,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bdde42fa41b3a66c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bdde42fa41b3a66c","status":"passed","time":{"start":1728381763777,"stop":1728381763778,"duration":1}},{"uid":"da5d21d43ae0aa95","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/da5d21d43ae0aa95","status":"passed","time":{"start":1728379572279,"stop":1728379572280,"duration":1}},{"uid":"52f76033beb6bfa9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52f76033beb6bfa9","status":"passed","time":{"start":1728372221524,"stop":1728372221524,"duration":0}},{"uid":"320b2575f97e2951","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/320b2575f97e2951","status":"passed","time":{"start":1728370607712,"stop":1728370607712,"duration":0}},{"uid":"5805f11d5945e4da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5805f11d5945e4da","status":"passed","time":{"start":1728369690181,"stop":1728369690182,"duration":1}}]},"4f61d4441385b63704ea6dd32b4061c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68267e7bedc3a25a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/68267e7bedc3a25a","status":"passed","time":{"start":1728372200180,"stop":1728372200180,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea8f65d6e2e46470","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea8f65d6e2e46470","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0}},{"uid":"384ca4b7a011a1a4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/384ca4b7a011a1a4","status":"passed","time":{"start":1728379460280,"stop":1728379460281,"duration":1}},{"uid":"79aaa3c9168da07a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/79aaa3c9168da07a","status":"passed","time":{"start":1728372105671,"stop":1728372105671,"duration":0}},{"uid":"8a1a8990a4bc6a1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a1a8990a4bc6a1b","status":"passed","time":{"start":1728370464139,"stop":1728370464139,"duration":0}},{"uid":"b1858de49dc2d801","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1858de49dc2d801","status":"passed","time":{"start":1728369544866,"stop":1728369544867,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9e5fb6ed351aaa6f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9e5fb6ed351aaa6f","status":"passed","time":{"start":1728381680451,"stop":1728381680451,"duration":0}},{"uid":"6d935f7e06ac5f53","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6d935f7e06ac5f53","status":"passed","time":{"start":1728379482926,"stop":1728379482927,"duration":1}},{"uid":"ae28b2b037fdeba3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae28b2b037fdeba3","status":"passed","time":{"start":1728372134549,"stop":1728372134549,"duration":0}},{"uid":"6a6594f399ef9dc7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a6594f399ef9dc7","status":"passed","time":{"start":1728370487868,"stop":1728370487868,"duration":0}},{"uid":"f3dc6aeb9adc8b89","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3dc6aeb9adc8b89","status":"passed","time":{"start":1728369590792,"stop":1728369590792,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bcb0706e0332cbac","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bcb0706e0332cbac","status":"passed","time":{"start":1728381423073,"stop":1728381423074,"duration":1}},{"uid":"76c9b4228e7e9e02","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76c9b4228e7e9e02","status":"passed","time":{"start":1728379224167,"stop":1728379224168,"duration":1}},{"uid":"bdaaffb9ca6a6ff1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bdaaffb9ca6a6ff1","status":"passed","time":{"start":1728371870689,"stop":1728371870690,"duration":1}},{"uid":"854b6050830ebcfc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/854b6050830ebcfc","status":"passed","time":{"start":1728370215349,"stop":1728370215350,"duration":1}},{"uid":"9d6fcb06039300bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d6fcb06039300bf","status":"passed","time":{"start":1728369314831,"stop":1728369314831,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6ac18acd62f7168b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6ac18acd62f7168b","status":"passed","time":{"start":1728381689142,"stop":1728381689143,"duration":1}},{"uid":"61c175569efd5dd1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61c175569efd5dd1","status":"passed","time":{"start":1728379493786,"stop":1728379493801,"duration":15}},{"uid":"c32ef4c038ce5806","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c32ef4c038ce5806","status":"passed","time":{"start":1728372140935,"stop":1728372140935,"duration":0}},{"uid":"8cad7885bfc1a7eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8cad7885bfc1a7eb","status":"passed","time":{"start":1728370524954,"stop":1728370524954,"duration":0}},{"uid":"4a773b58b149443b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a773b58b149443b","status":"passed","time":{"start":1728369630385,"stop":1728369630386,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2a5969faab7d60c4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2a5969faab7d60c4","status":"passed","time":{"start":1728381363573,"stop":1728381363574,"duration":1}},{"uid":"e62b3d5fbd2cc6a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e62b3d5fbd2cc6a8","status":"passed","time":{"start":1728379166768,"stop":1728379166768,"duration":0}},{"uid":"3a9a8d0508100603","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3a9a8d0508100603","status":"passed","time":{"start":1728371810591,"stop":1728371810591,"duration":0}},{"uid":"d08dbc69590a0341","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d08dbc69590a0341","status":"passed","time":{"start":1728370158406,"stop":1728370158406,"duration":0}},{"uid":"e8dda903294d85bf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e8dda903294d85bf","status":"passed","time":{"start":1728369256989,"stop":1728369256989,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"116588cc63be10d3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/116588cc63be10d3","status":"passed","time":{"start":1728381521319,"stop":1728381521319,"duration":0}},{"uid":"b3133cd204cc7ff","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b3133cd204cc7ff","status":"passed","time":{"start":1728379329182,"stop":1728379329183,"duration":1}},{"uid":"a18a564a1568bb72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a18a564a1568bb72","status":"passed","time":{"start":1728371984007,"stop":1728371984007,"duration":0}},{"uid":"72d5a975da8756fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72d5a975da8756fb","status":"passed","time":{"start":1728370284362,"stop":1728370284363,"duration":1}},{"uid":"f64a1eac562ebd90","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f64a1eac562ebd90","status":"passed","time":{"start":1728369378910,"stop":1728369378910,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5c451e3a25f56cb0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c451e3a25f56cb0","status":"passed","time":{"start":1728381615369,"stop":1728381615369,"duration":0}},{"uid":"ef2db6515613187d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ef2db6515613187d","status":"passed","time":{"start":1728379422775,"stop":1728379422776,"duration":1}},{"uid":"cf64cb9225145778","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf64cb9225145778","status":"passed","time":{"start":1728372057772,"stop":1728372057772,"duration":0}},{"uid":"339335e88d1c55d5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/339335e88d1c55d5","status":"passed","time":{"start":1728370439671,"stop":1728370439673,"duration":2}},{"uid":"a18d6a000bf1be28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a18d6a000bf1be28","status":"passed","time":{"start":1728369540008,"stop":1728369540008,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2199e9e826a60c52","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2199e9e826a60c52","status":"passed","time":{"start":1728381452652,"stop":1728381452652,"duration":0}},{"uid":"458b5d9cc2b04089","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/458b5d9cc2b04089","status":"passed","time":{"start":1728379262344,"stop":1728379262345,"duration":1}},{"uid":"e1275458460e5e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e1275458460e5e9","status":"passed","time":{"start":1728371896585,"stop":1728371896587,"duration":2}},{"uid":"401a7608ea6a004c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/401a7608ea6a004c","status":"passed","time":{"start":1728370244011,"stop":1728370244011,"duration":0}},{"uid":"1fb3fe31d8183754","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1fb3fe31d8183754","status":"passed","time":{"start":1728369348165,"stop":1728369348165,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c8d3ac6090106d39","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c8d3ac6090106d39","status":"passed","time":{"start":1728381521292,"stop":1728381521292,"duration":0}},{"uid":"40f1bce84df444a2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/40f1bce84df444a2","status":"passed","time":{"start":1728379329173,"stop":1728379329173,"duration":0}},{"uid":"d5759415f5da54ec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d5759415f5da54ec","status":"passed","time":{"start":1728371983995,"stop":1728371983999,"duration":4}},{"uid":"c0bd4aa81e6bf3e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c0bd4aa81e6bf3e1","status":"passed","time":{"start":1728370284348,"stop":1728370284349,"duration":1}},{"uid":"d953f6b5239e7153","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d953f6b5239e7153","status":"passed","time":{"start":1728369378880,"stop":1728369378880,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"7499d4a30620c2ae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7499d4a30620c2ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658693,"stop":1728381658693,"duration":0}},{"uid":"d82353c98017ed56","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d82353c98017ed56","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460504,"stop":1728379460504,"duration":0}},{"uid":"a6ccc5b4f5cabf67","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6ccc5b4f5cabf67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"eb6dee57b4e099fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/eb6dee57b4e099fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488126,"stop":1728370488127,"duration":1}},{"uid":"23de371b12fe57d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23de371b12fe57d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591300,"stop":1728369591300,"duration":0}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"39f017c935973b9d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/39f017c935973b9d","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0}},{"uid":"5ef4f42a08dffa84","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ef4f42a08dffa84","status":"passed","time":{"start":1728379159021,"stop":1728379159022,"duration":1}},{"uid":"6eff55652b6eab1c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6eff55652b6eab1c","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"a5299eda7145bfc5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5299eda7145bfc5","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"eba6a31bcad67c5b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eba6a31bcad67c5b","status":"passed","time":{"start":1728369248995,"stop":1728369248995,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"10820b5e85d9140d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/10820b5e85d9140d","status":"passed","time":{"start":1728381689167,"stop":1728381689167,"duration":0}},{"uid":"841c4c76cfe43b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/841c4c76cfe43b5","status":"passed","time":{"start":1728379493893,"stop":1728379493893,"duration":0}},{"uid":"771318f90c8f75cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/771318f90c8f75cb","status":"passed","time":{"start":1728372140970,"stop":1728372140971,"duration":1}},{"uid":"e1d7c0a49f6f07a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e1d7c0a49f6f07a1","status":"passed","time":{"start":1728370524969,"stop":1728370524970,"duration":1}},{"uid":"c7f7172674636c22","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c7f7172674636c22","status":"passed","time":{"start":1728369630408,"stop":1728369630409,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"89b79a7b665db328","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/89b79a7b665db328","status":"passed","time":{"start":1728381521290,"stop":1728381521290,"duration":0}},{"uid":"45b38c6a4091dfa2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/45b38c6a4091dfa2","status":"passed","time":{"start":1728379329171,"stop":1728379329171,"duration":0}},{"uid":"660e03db6221a28f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/660e03db6221a28f","status":"passed","time":{"start":1728371983993,"stop":1728371983993,"duration":0}},{"uid":"7e8904c3c512c976","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7e8904c3c512c976","status":"passed","time":{"start":1728370284345,"stop":1728370284345,"duration":0}},{"uid":"b38b9e7ef13dc480","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b38b9e7ef13dc480","status":"passed","time":{"start":1728369378878,"stop":1728369378878,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d2fbb5fdaf2b8194","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d2fbb5fdaf2b8194","status":"passed","time":{"start":1728381658365,"stop":1728381658366,"duration":1}},{"uid":"d6c21545943a5145","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6c21545943a5145","status":"passed","time":{"start":1728379460258,"stop":1728379460258,"duration":0}},{"uid":"85b78c6091ae1802","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/85b78c6091ae1802","status":"passed","time":{"start":1728372105654,"stop":1728372105656,"duration":2}},{"uid":"5f378c8a4aa911ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5f378c8a4aa911ec","status":"passed","time":{"start":1728370464109,"stop":1728370464109,"duration":0}},{"uid":"7dcbceee13713d79","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7dcbceee13713d79","status":"passed","time":{"start":1728369544846,"stop":1728369544846,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"83b307f846d429a8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/83b307f846d429a8","status":"passed","time":{"start":1728381364428,"stop":1728381364429,"duration":1}},{"uid":"6355b461ea33c40a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6355b461ea33c40a","status":"passed","time":{"start":1728379167606,"stop":1728379167606,"duration":0}},{"uid":"d968cc41ca5483e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d968cc41ca5483e2","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"12fd55546fa296b4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/12fd55546fa296b4","status":"passed","time":{"start":1728370158849,"stop":1728370158849,"duration":0}},{"uid":"e9cdd4b7d03275cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e9cdd4b7d03275cb","status":"passed","time":{"start":1728369257787,"stop":1728369257788,"duration":1}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e1dd46f8434c4196","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e1dd46f8434c4196","status":"passed","time":{"start":1728381364427,"stop":1728381364428,"duration":1}},{"uid":"d33b2f6c19e80b68","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d33b2f6c19e80b68","status":"passed","time":{"start":1728379167605,"stop":1728379167605,"duration":0}},{"uid":"5b4abc24fa411e87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b4abc24fa411e87","status":"passed","time":{"start":1728371811386,"stop":1728371811386,"duration":0}},{"uid":"b122260a8932ffb9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b122260a8932ffb9","status":"passed","time":{"start":1728370158847,"stop":1728370158848,"duration":1}},{"uid":"9d78eb8bf1dc2636","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d78eb8bf1dc2636","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e0965829f3559c5a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e0965829f3559c5a","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0}},{"uid":"1f76b3c5886883b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f76b3c5886883b4","status":"passed","time":{"start":1728379167604,"stop":1728379167605,"duration":1}},{"uid":"7013849fb7453d1c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7013849fb7453d1c","status":"passed","time":{"start":1728371811386,"stop":1728371811386,"duration":0}},{"uid":"6a97e543770f2a6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a97e543770f2a6a","status":"passed","time":{"start":1728370158847,"stop":1728370158847,"duration":0}},{"uid":"d0fbe09a3df2791a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d0fbe09a3df2791a","status":"passed","time":{"start":1728369257786,"stop":1728369257786,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"47a67fa1e1e8cf13","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/47a67fa1e1e8cf13","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0}},{"uid":"71e41a2f311ffcf6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/71e41a2f311ffcf6","status":"passed","time":{"start":1728379159031,"stop":1728379159031,"duration":0}},{"uid":"1ba48d214e3fcf43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1ba48d214e3fcf43","status":"passed","time":{"start":1728371802914,"stop":1728371802914,"duration":0}},{"uid":"5ed2be87aa2340a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ed2be87aa2340a","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"5bec6b5b4edc9147","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bec6b5b4edc9147","status":"passed","time":{"start":1728369249003,"stop":1728369249003,"duration":0}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a07c383a54ee8493","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a07c383a54ee8493","status":"passed","time":{"start":1728381554778,"stop":1728381554778,"duration":0}},{"uid":"59c10e1d16043941","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/59c10e1d16043941","status":"passed","time":{"start":1728379365894,"stop":1728379365895,"duration":1}},{"uid":"7ddd05a5f6a3b4d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7ddd05a5f6a3b4d1","status":"passed","time":{"start":1728372012987,"stop":1728372012987,"duration":0}},{"uid":"d30232c442d3e331","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d30232c442d3e331","status":"passed","time":{"start":1728370408805,"stop":1728370408806,"duration":1}},{"uid":"41c3b4b98264cb4a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41c3b4b98264cb4a","status":"passed","time":{"start":1728369510274,"stop":1728369510275,"duration":1}}]},"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f88794c952ed2f5b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f88794c952ed2f5b","status":"passed","time":{"start":1728381371409,"stop":1728381371410,"duration":1}},{"uid":"67e276e1bd275031","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/67e276e1bd275031","status":"passed","time":{"start":1728379174828,"stop":1728379174829,"duration":1}},{"uid":"4eda0f88e94331cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4eda0f88e94331cf","status":"passed","time":{"start":1728371818433,"stop":1728371818434,"duration":1}},{"uid":"1bdbbc38acb1808b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1bdbbc38acb1808b","status":"passed","time":{"start":1728370166077,"stop":1728370166078,"duration":1}},{"uid":"6dfaf356cd9ad5e6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6dfaf356cd9ad5e6","status":"passed","time":{"start":1728369265062,"stop":1728369265063,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90577a250d0d2838","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90577a250d0d2838","status":"passed","time":{"start":1728381557262,"stop":1728381557263,"duration":1}},{"uid":"bdeeca6fdcac8b2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bdeeca6fdcac8b2e","status":"passed","time":{"start":1728379366479,"stop":1728379366484,"duration":5}},{"uid":"451af22363d7dccf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/451af22363d7dccf","status":"passed","time":{"start":1728371996021,"stop":1728371996021,"duration":0}},{"uid":"4197a6729443cfdf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4197a6729443cfdf","status":"passed","time":{"start":1728370345134,"stop":1728370345138,"duration":4}},{"uid":"ec2ec5875f1512d5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ec2ec5875f1512d5","status":"passed","time":{"start":1728369447289,"stop":1728369447290,"duration":1}}]},"4b71f483bccb7fe68b9eb9cb95a451e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8841efd3e905e09","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8841efd3e905e09","status":"passed","time":{"start":1728381680470,"stop":1728381680471,"duration":1}}]},"e6e6dd4cfa84d3ad442a67016d6c5efe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b18c90bfd469921b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b18c90bfd469921b","status":"passed","time":{"start":1728381719624,"stop":1728381719625,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2e8d12d971181008","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2e8d12d971181008","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0}},{"uid":"5d77e951fa54e144","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5d77e951fa54e144","status":"passed","time":{"start":1728379159049,"stop":1728379159049,"duration":0}},{"uid":"638af1e0c01438d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/638af1e0c01438d6","status":"passed","time":{"start":1728371802853,"stop":1728371802854,"duration":1}},{"uid":"f8f57159186b2041","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f8f57159186b2041","status":"passed","time":{"start":1728370149980,"stop":1728370149980,"duration":0}},{"uid":"a957a6322128fa51","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a957a6322128fa51","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f2e26fd2ac14efa2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f2e26fd2ac14efa2","status":"passed","time":{"start":1728381461615,"stop":1728381461615,"duration":0}},{"uid":"94febcaa885b995d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94febcaa885b995d","status":"passed","time":{"start":1728379263311,"stop":1728379263311,"duration":0}},{"uid":"72fc5c41f1c75191","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/72fc5c41f1c75191","status":"passed","time":{"start":1728371907997,"stop":1728371907998,"duration":1}},{"uid":"6c6c1da12a20ece4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6c6c1da12a20ece4","status":"passed","time":{"start":1728370252049,"stop":1728370252049,"duration":0}},{"uid":"8db01754d447e62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8db01754d447e62","status":"passed","time":{"start":1728369354738,"stop":1728369354739,"duration":1}}]},"939c0a8148a78f83aa1144fb43b2ee39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4ce731e1d23336f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f4ce731e1d23336f","status":"passed","time":{"start":1728370557100,"stop":1728370557100,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f34c102b867f511f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f34c102b867f511f","status":"passed","time":{"start":1728381689153,"stop":1728381689153,"duration":0}},{"uid":"35f433f64120f21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/35f433f64120f21d","status":"passed","time":{"start":1728379493844,"stop":1728379493844,"duration":0}},{"uid":"e93a2aa2ba9743f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e93a2aa2ba9743f8","status":"passed","time":{"start":1728372140947,"stop":1728372140947,"duration":0}},{"uid":"6ca358ef265807f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ca358ef265807f5","status":"passed","time":{"start":1728370524960,"stop":1728370524960,"duration":0}},{"uid":"e16555177e157a8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e16555177e157a8","status":"passed","time":{"start":1728369630397,"stop":1728369630397,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b3f5f20af60f64a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6b3f5f20af60f64a","status":"passed","time":{"start":1728381696822,"stop":1728381696823,"duration":1}},{"uid":"b38002789dbc0c8a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b38002789dbc0c8a","status":"passed","time":{"start":1728379498092,"stop":1728379498092,"duration":0}},{"uid":"50fa716946d5d7b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50fa716946d5d7b1","status":"passed","time":{"start":1728372147549,"stop":1728372147549,"duration":0}},{"uid":"ad4c95be3db4f956","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad4c95be3db4f956","status":"passed","time":{"start":1728370534998,"stop":1728370534998,"duration":0}},{"uid":"44c3b2fe8d17277e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/44c3b2fe8d17277e","status":"passed","time":{"start":1728369636348,"stop":1728369636348,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b7b9385c8bdfdb4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8b7b9385c8bdfdb4","status":"passed","time":{"start":1728381557263,"stop":1728381557267,"duration":4}},{"uid":"952eb148da2e0a5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/952eb148da2e0a5e","status":"passed","time":{"start":1728379366484,"stop":1728379366486,"duration":2}},{"uid":"c332161fd4c056a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c332161fd4c056a1","status":"passed","time":{"start":1728371996022,"stop":1728371996023,"duration":1}},{"uid":"55b845974c471108","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55b845974c471108","status":"passed","time":{"start":1728370345138,"stop":1728370345139,"duration":1}},{"uid":"7158154a89541806","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7158154a89541806","status":"passed","time":{"start":1728369447290,"stop":1728369447290,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"26449863fa912b7d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/26449863fa912b7d","status":"passed","time":{"start":1728381379401,"stop":1728381379402,"duration":1}},{"uid":"c3f578662111ed0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c3f578662111ed0b","status":"passed","time":{"start":1728379182986,"stop":1728379182986,"duration":0}},{"uid":"64c5eb37f88bb95c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64c5eb37f88bb95c","status":"passed","time":{"start":1728371826964,"stop":1728371826964,"duration":0}},{"uid":"807f0410596a3482","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/807f0410596a3482","status":"passed","time":{"start":1728370174428,"stop":1728370174428,"duration":0}},{"uid":"4c3301ab0f17528d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c3301ab0f17528d","status":"passed","time":{"start":1728369273237,"stop":1728369273237,"duration":0}}]},"f2265a0966ef275ad1bb855e1dc136d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20bb8c7a0670aa9e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/20bb8c7a0670aa9e","status":"passed","time":{"start":1728370581677,"stop":1728370581682,"duration":5}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ee98ec5b5d9341e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ee98ec5b5d9341e8","status":"passed","time":{"start":1728381363577,"stop":1728381363578,"duration":1}},{"uid":"18175898d967d5f9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/18175898d967d5f9","status":"passed","time":{"start":1728379166771,"stop":1728379166772,"duration":1}},{"uid":"2a88734385e9ca04","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2a88734385e9ca04","status":"passed","time":{"start":1728371810593,"stop":1728371810594,"duration":1}},{"uid":"4bde932e16d2faca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4bde932e16d2faca","status":"passed","time":{"start":1728370158407,"stop":1728370158408,"duration":1}},{"uid":"aa643dbc51e49531","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa643dbc51e49531","status":"passed","time":{"start":1728369256991,"stop":1728369256992,"duration":1}}]},"55d4d6371664e0600f43427a98512c65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e6465777d9fca2a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e6465777d9fca2a","status":"passed","time":{"start":1728372169981,"stop":1728372169982,"duration":1}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6e8e43340dc29b8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6e8e43340dc29b8","status":"passed","time":{"start":1728381383547,"stop":1728381383548,"duration":1}},{"uid":"b398b762a72a9ef2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b398b762a72a9ef2","status":"passed","time":{"start":1728379186759,"stop":1728379186759,"duration":0}},{"uid":"355da86e216d9d8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/355da86e216d9d8e","status":"passed","time":{"start":1728371830875,"stop":1728371830875,"duration":0}},{"uid":"a566ebcfa3fe25f3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a566ebcfa3fe25f3","status":"passed","time":{"start":1728370178242,"stop":1728370178242,"duration":0}},{"uid":"158f4142eae121be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/158f4142eae121be","status":"passed","time":{"start":1728369277112,"stop":1728369277112,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"846bc85328dd1cb2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/846bc85328dd1cb2","status":"passed","time":{"start":1728381355972,"stop":1728381355972,"duration":0}},{"uid":"69a7304ae83b0db8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/69a7304ae83b0db8","status":"passed","time":{"start":1728379159014,"stop":1728379159014,"duration":0}},{"uid":"49a45ac36b56eb4c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/49a45ac36b56eb4c","status":"passed","time":{"start":1728371802900,"stop":1728371802900,"duration":0}},{"uid":"25184ac8912eda15","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/25184ac8912eda15","status":"passed","time":{"start":1728370149933,"stop":1728370149934,"duration":1}},{"uid":"b2afae05d2caad80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b2afae05d2caad80","status":"passed","time":{"start":1728369248988,"stop":1728369248988,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1aa4e34156688780","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1aa4e34156688780","status":"passed","time":{"start":1728381685604,"stop":1728381685604,"duration":0}},{"uid":"e4ccbd2c21d621fc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4ccbd2c21d621fc","status":"passed","time":{"start":1728379484788,"stop":1728379484789,"duration":1}},{"uid":"3be0e42ce2daa98b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3be0e42ce2daa98b","status":"passed","time":{"start":1728372130488,"stop":1728372130488,"duration":0}},{"uid":"a6f2dfc319ef5e11","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a6f2dfc319ef5e11","status":"passed","time":{"start":1728370516482,"stop":1728370516483,"duration":1}},{"uid":"283d0d0bbcc9374c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/283d0d0bbcc9374c","status":"passed","time":{"start":1728369620720,"stop":1728369620720,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69b6268c06b55aa6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69b6268c06b55aa6","status":"passed","time":{"start":1728381439732,"stop":1728381439738,"duration":6}},{"uid":"9ce9ee411076d21b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9ce9ee411076d21b","status":"passed","time":{"start":1728379250158,"stop":1728379250160,"duration":2}},{"uid":"ed2ef40f0e788e58","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed2ef40f0e788e58","status":"passed","time":{"start":1728371885961,"stop":1728371885962,"duration":1}},{"uid":"3cf4db170b337e6e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3cf4db170b337e6e","status":"passed","time":{"start":1728370233660,"stop":1728370233661,"duration":1}},{"uid":"acc5fe27f910bdc2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/acc5fe27f910bdc2","status":"passed","time":{"start":1728369335731,"stop":1728369335733,"duration":2}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d1e9e8c5d2946d53","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d1e9e8c5d2946d53","status":"passed","time":{"start":1728381475913,"stop":1728381475914,"duration":1}},{"uid":"22c051e662934b17","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22c051e662934b17","status":"passed","time":{"start":1728379282310,"stop":1728379282310,"duration":0}},{"uid":"524b3e7dd422869b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/524b3e7dd422869b","status":"passed","time":{"start":1728371925983,"stop":1728371925984,"duration":1}},{"uid":"1ab3e287b52bc99f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ab3e287b52bc99f","status":"passed","time":{"start":1728370273955,"stop":1728370273957,"duration":2}},{"uid":"91c791c19bf7c0fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/91c791c19bf7c0fb","status":"passed","time":{"start":1728369370045,"stop":1728369370045,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d11a829264e1d6ba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d11a829264e1d6ba","status":"passed","time":{"start":1728381658373,"stop":1728381658373,"duration":0}},{"uid":"dc2b7e2cf087fbf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dc2b7e2cf087fbf","status":"passed","time":{"start":1728379460271,"stop":1728379460271,"duration":0}},{"uid":"4334afb72c396db6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4334afb72c396db6","status":"passed","time":{"start":1728372105666,"stop":1728372105666,"duration":0}},{"uid":"a5f91f902008093c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5f91f902008093c","status":"passed","time":{"start":1728370464130,"stop":1728370464131,"duration":1}},{"uid":"7c3c733e97127b1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c3c733e97127b1b","status":"passed","time":{"start":1728369544862,"stop":1728369544862,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"978a92a81e84d565","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/978a92a81e84d565","status":"passed","time":{"start":1728381378680,"stop":1728381378682,"duration":2}},{"uid":"de8801408f1270ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/de8801408f1270ca","status":"passed","time":{"start":1728371825966,"stop":1728371825968,"duration":2}},{"uid":"9cd414194cca4a91","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cd414194cca4a91","status":"passed","time":{"start":1728370173514,"stop":1728370173515,"duration":1}},{"uid":"8a43370454495371","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a43370454495371","status":"passed","time":{"start":1728369271812,"stop":1728369271814,"duration":2}}]},"6277b2d33e6d8fddaf23520ec2d6122b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9442c6fb49e3892","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9442c6fb49e3892","status":"passed","time":{"start":1728379547124,"stop":1728379547125,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fbc8e7f3a677d600","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fbc8e7f3a677d600","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0}},{"uid":"4bf310514351dbd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4bf310514351dbd7","status":"passed","time":{"start":1728379515542,"stop":1728379515543,"duration":1}},{"uid":"7e9274b2a697bb64","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7e9274b2a697bb64","status":"passed","time":{"start":1728372171286,"stop":1728372171287,"duration":1}},{"uid":"26b64cf43ed8a5e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26b64cf43ed8a5e","status":"passed","time":{"start":1728370522942,"stop":1728370522950,"duration":8}},{"uid":"efed184d31f51efa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/efed184d31f51efa","status":"passed","time":{"start":1728369622029,"stop":1728369622030,"duration":1}}]},"ab835bedbc5d4630e799cd9da2a539fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"840c89696b9a9337","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/840c89696b9a9337","status":"passed","time":{"start":1728370557100,"stop":1728370557101,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f86f525263e7fa29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f86f525263e7fa29","status":"passed","time":{"start":1728381461634,"stop":1728381461635,"duration":1}},{"uid":"a6a97ed59a70c12e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a6a97ed59a70c12e","status":"passed","time":{"start":1728379263336,"stop":1728379263336,"duration":0}},{"uid":"9b78fa98330aef47","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b78fa98330aef47","status":"passed","time":{"start":1728371908006,"stop":1728371908018,"duration":12}},{"uid":"e62f01e9dfcb428a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e62f01e9dfcb428a","status":"passed","time":{"start":1728370252053,"stop":1728370252054,"duration":1}},{"uid":"b6f872478f4b3780","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6f872478f4b3780","status":"passed","time":{"start":1728369354742,"stop":1728369354743,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c088d4e63632b1b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c088d4e63632b1b","status":"passed","time":{"start":1728381711637,"stop":1728381711642,"duration":5}},{"uid":"e57a1b6d3de8074b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e57a1b6d3de8074b","status":"passed","time":{"start":1728379515540,"stop":1728379515540,"duration":0}},{"uid":"8f362152f8f3bff2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8f362152f8f3bff2","status":"passed","time":{"start":1728372171280,"stop":1728372171281,"duration":1}},{"uid":"1f48dfb1696b0109","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1f48dfb1696b0109","status":"passed","time":{"start":1728370522935,"stop":1728370522935,"duration":0}},{"uid":"bef0c7c4ba002067","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bef0c7c4ba002067","status":"passed","time":{"start":1728369622027,"stop":1728369622028,"duration":1}}]},"7d0d67ff98195b7819a720c79fdb62ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f1909eba016ff8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9f1909eba016ff8a","status":"passed","time":{"start":1728372105666,"stop":1728372105666,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bd009a63773a1716","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bd009a63773a1716","status":"passed","time":{"start":1728381475925,"stop":1728381475926,"duration":1}},{"uid":"6ea869e2b03bae2a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ea869e2b03bae2a","status":"passed","time":{"start":1728379282318,"stop":1728379282318,"duration":0}},{"uid":"f79612ac3a18abc2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f79612ac3a18abc2","status":"passed","time":{"start":1728371925988,"stop":1728371925988,"duration":0}},{"uid":"b131332692b1435c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b131332692b1435c","status":"passed","time":{"start":1728370273975,"stop":1728370273981,"duration":6}},{"uid":"e5eeff34536ab39c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e5eeff34536ab39c","status":"passed","time":{"start":1728369370050,"stop":1728369370051,"duration":1}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4349adb6be080b46","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4349adb6be080b46","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0}},{"uid":"295e0a4c24557b37","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/295e0a4c24557b37","status":"passed","time":{"start":1728379159011,"stop":1728379159011,"duration":0}},{"uid":"658c602be263ebd6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/658c602be263ebd6","status":"passed","time":{"start":1728371802897,"stop":1728371802897,"duration":0}},{"uid":"866e52382f714e4c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/866e52382f714e4c","status":"passed","time":{"start":1728370149931,"stop":1728370149931,"duration":0}},{"uid":"25ba9b3605dd054e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25ba9b3605dd054e","status":"passed","time":{"start":1728369248986,"stop":1728369248986,"duration":0}}]},"a0a7aac2e9328e16e88987777466f229:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f8d93323bd705da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f8d93323bd705da","status":"passed","time":{"start":1728370581691,"stop":1728370581691,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"53612129e9c942c6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/53612129e9c942c6","status":"passed","time":{"start":1728381749034,"stop":1728381749034,"duration":0}},{"uid":"a85ad8254aca7326","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a85ad8254aca7326","status":"passed","time":{"start":1728379549676,"stop":1728379549676,"duration":0}},{"uid":"cf5f5b8759927e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf5f5b8759927e1","status":"passed","time":{"start":1728372195419,"stop":1728372195420,"duration":1}},{"uid":"d5609c7a2666ef7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d5609c7a2666ef7","status":"passed","time":{"start":1728370555246,"stop":1728370555247,"duration":1}},{"uid":"201109f01dbdc1a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/201109f01dbdc1a7","status":"passed","time":{"start":1728369639837,"stop":1728369639838,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"199ba08694efdb0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/199ba08694efdb0a","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0}},{"uid":"78f42de4c711e6e9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/78f42de4c711e6e9","status":"passed","time":{"start":1728379572277,"stop":1728379572277,"duration":0}},{"uid":"4ccc2906f06da913","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4ccc2906f06da913","status":"passed","time":{"start":1728372221523,"stop":1728372221524,"duration":1}},{"uid":"681efb2806260f05","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/681efb2806260f05","status":"passed","time":{"start":1728370607711,"stop":1728370607712,"duration":1}},{"uid":"a1327782791a4dd5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1327782791a4dd5","status":"passed","time":{"start":1728369690180,"stop":1728369690181,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4661f1c21a8f8661","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4661f1c21a8f8661","status":"passed","time":{"start":1728381696827,"stop":1728381696827,"duration":0}},{"uid":"9a26e8c904a60ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a26e8c904a60ab","status":"passed","time":{"start":1728379498096,"stop":1728379498096,"duration":0}},{"uid":"77db3198304baf30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77db3198304baf30","status":"passed","time":{"start":1728372147559,"stop":1728372147559,"duration":0}},{"uid":"60115752481da700","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/60115752481da700","status":"passed","time":{"start":1728370535019,"stop":1728370535020,"duration":1}},{"uid":"a99356efebbd1a25","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a99356efebbd1a25","status":"passed","time":{"start":1728369636367,"stop":1728369636370,"duration":3}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b7b03224f96d6548","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b7b03224f96d6548","status":"passed","time":{"start":1728381383545,"stop":1728381383546,"duration":1}},{"uid":"397b669df8f83964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/397b669df8f83964","status":"passed","time":{"start":1728379186757,"stop":1728379186757,"duration":0}},{"uid":"4463d40e86ade92a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4463d40e86ade92a","status":"passed","time":{"start":1728371830873,"stop":1728371830874,"duration":1}},{"uid":"f6102120dd3bbee6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f6102120dd3bbee6","status":"passed","time":{"start":1728370178240,"stop":1728370178240,"duration":0}},{"uid":"5afc80b86e50753b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5afc80b86e50753b","status":"passed","time":{"start":1728369277110,"stop":1728369277110,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c8b5936b4989e04b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c8b5936b4989e04b","status":"passed","time":{"start":1728381749053,"stop":1728381749054,"duration":1}},{"uid":"259705cc97a3c2ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/259705cc97a3c2ce","status":"passed","time":{"start":1728379549692,"stop":1728379549693,"duration":1}},{"uid":"6cc448d0f8e6ff43","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6cc448d0f8e6ff43","status":"passed","time":{"start":1728372195432,"stop":1728372195432,"duration":0}},{"uid":"c2f1f27fc919a622","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2f1f27fc919a622","status":"passed","time":{"start":1728370555255,"stop":1728370555255,"duration":0}},{"uid":"763e45601b496087","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/763e45601b496087","status":"passed","time":{"start":1728369639850,"stop":1728369639851,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"db3659a52178e84c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/db3659a52178e84c","status":"passed","time":{"start":1728381415529,"stop":1728381415529,"duration":0}},{"uid":"a1f4dbdb35cc84a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1f4dbdb35cc84a5","status":"passed","time":{"start":1728379221896,"stop":1728379221897,"duration":1}},{"uid":"c701bd915ee9774","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c701bd915ee9774","status":"passed","time":{"start":1728371864348,"stop":1728371864348,"duration":0}},{"uid":"2fed1253687c8283","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fed1253687c8283","status":"passed","time":{"start":1728370211395,"stop":1728370211395,"duration":0}},{"uid":"458d119cc97c66d7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/458d119cc97c66d7","status":"passed","time":{"start":1728369310553,"stop":1728369310554,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c340a60b05cfa7db","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c340a60b05cfa7db","status":"passed","time":{"start":1728381689162,"stop":1728381689162,"duration":0}},{"uid":"c9ca2d0d2883966e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c9ca2d0d2883966e","status":"passed","time":{"start":1728379493874,"stop":1728379493874,"duration":0}},{"uid":"b881f2926bffba52","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b881f2926bffba52","status":"passed","time":{"start":1728372140961,"stop":1728372140961,"duration":0}},{"uid":"b4df01faa3ea35c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b4df01faa3ea35c5","status":"passed","time":{"start":1728370524966,"stop":1728370524966,"duration":0}},{"uid":"f7eb4acc244827ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7eb4acc244827ec","status":"passed","time":{"start":1728369630402,"stop":1728369630403,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d61e3cbcb141bd0b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d61e3cbcb141bd0b","status":"passed","time":{"start":1728381378684,"stop":1728381378685,"duration":1}},{"uid":"661998aa2280c07a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/661998aa2280c07a","status":"passed","time":{"start":1728371825971,"stop":1728371825971,"duration":0}},{"uid":"31b4497edda290e2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31b4497edda290e2","status":"passed","time":{"start":1728370173519,"stop":1728370173520,"duration":1}},{"uid":"7e55ba138a8fa32","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7e55ba138a8fa32","status":"passed","time":{"start":1728369271815,"stop":1728369271817,"duration":2}}]},"89178264d8b6e6c0489e8322c31a9740:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f35398dfb68bcd7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f35398dfb68bcd7d","status":"passed","time":{"start":1728372169988,"stop":1728372169990,"duration":2}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"29bb037f08ba2dae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/29bb037f08ba2dae","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0}},{"uid":"5b88b41c40037bf9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b88b41c40037bf9","status":"passed","time":{"start":1728379498104,"stop":1728379498104,"duration":0}},{"uid":"f7a6232183eb41b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f7a6232183eb41b","status":"passed","time":{"start":1728372147566,"stop":1728372147567,"duration":1}},{"uid":"50977c2ff49cf756","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50977c2ff49cf756","status":"passed","time":{"start":1728370535036,"stop":1728370535036,"duration":0}},{"uid":"4c1fdb3607d6d05e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c1fdb3607d6d05e","status":"passed","time":{"start":1728369636377,"stop":1728369636377,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dca73083c94586bd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dca73083c94586bd","status":"passed","time":{"start":1728381711647,"stop":1728381711647,"duration":0}},{"uid":"ca4325e56e5b23f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ca4325e56e5b23f2","status":"passed","time":{"start":1728379515551,"stop":1728379515551,"duration":0}},{"uid":"7b3e5487e7249e4b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b3e5487e7249e4b","status":"passed","time":{"start":1728372171294,"stop":1728372171295,"duration":1}},{"uid":"bd89b7a8568ccf46","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd89b7a8568ccf46","status":"passed","time":{"start":1728370522958,"stop":1728370522961,"duration":3}},{"uid":"d4b02a358d103289","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4b02a358d103289","status":"passed","time":{"start":1728369622035,"stop":1728369622037,"duration":2}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5e2072507d559cea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5e2072507d559cea","status":"passed","time":{"start":1728381521326,"stop":1728381521327,"duration":1}},{"uid":"41b4eff7003a3434","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/41b4eff7003a3434","status":"passed","time":{"start":1728379329185,"stop":1728379329186,"duration":1}},{"uid":"33ce4507b33993fe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33ce4507b33993fe","status":"passed","time":{"start":1728371984009,"stop":1728371984010,"duration":1}},{"uid":"b9fc3bec974b47e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b9fc3bec974b47e8","status":"passed","time":{"start":1728370284364,"stop":1728370284364,"duration":0}},{"uid":"cc0610811fa7dc80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cc0610811fa7dc80","status":"passed","time":{"start":1728369378912,"stop":1728369378912,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"46a3d4e4ab64a182","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46a3d4e4ab64a182","status":"passed","time":{"start":1728381715118,"stop":1728381715118,"duration":0}},{"uid":"f82a187cb2aa25fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f82a187cb2aa25fd","status":"passed","time":{"start":1728379518932,"stop":1728379518933,"duration":1}},{"uid":"afe0a0bdc3a811fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/afe0a0bdc3a811fc","status":"passed","time":{"start":1728372187563,"stop":1728372187563,"duration":0}},{"uid":"d2f84b5a9ed0d787","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2f84b5a9ed0d787","status":"passed","time":{"start":1728370547717,"stop":1728370547717,"duration":0}},{"uid":"738d9dbc1c5a27c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/738d9dbc1c5a27c3","status":"passed","time":{"start":1728369640701,"stop":1728369640705,"duration":4}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"118b5dd6854c87e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/118b5dd6854c87e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381526533,"stop":1728381526533,"duration":0}},{"uid":"20575a5410142a2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/20575a5410142a2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379329404,"stop":1728379329405,"duration":1}},{"uid":"21faa7459d66e1e6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/21faa7459d66e1e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371974004,"stop":1728371974006,"duration":2}},{"uid":"cadf1aec2d6bf9c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cadf1aec2d6bf9c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370320874,"stop":1728370320875,"duration":1}},{"uid":"81beffb3053cdd33","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/81beffb3053cdd33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369420265,"stop":1728369420265,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7f3f5b5f6ee5b11","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7f3f5b5f6ee5b11","status":"passed","time":{"start":1728381749022,"stop":1728381749022,"duration":0}},{"uid":"cee034b5f4194d94","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cee034b5f4194d94","status":"passed","time":{"start":1728379549651,"stop":1728379549652,"duration":1}},{"uid":"ea0be45123fe3045","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ea0be45123fe3045","status":"passed","time":{"start":1728372195411,"stop":1728372195411,"duration":0}},{"uid":"1771d6278141e530","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1771d6278141e530","status":"passed","time":{"start":1728370555239,"stop":1728370555239,"duration":0}},{"uid":"984d512780fe3110","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/984d512780fe3110","status":"passed","time":{"start":1728369639827,"stop":1728369639828,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d709365e12c2326b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d709365e12c2326b","status":"passed","time":{"start":1728381364430,"stop":1728381364430,"duration":0}},{"uid":"d03b53db249b85e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d03b53db249b85e6","status":"passed","time":{"start":1728379167608,"stop":1728379167608,"duration":0}},{"uid":"36404df4b4be2b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/36404df4b4be2b3","status":"passed","time":{"start":1728371811389,"stop":1728371811390,"duration":1}},{"uid":"79fae6553bcc9b9b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/79fae6553bcc9b9b","status":"passed","time":{"start":1728370158850,"stop":1728370158850,"duration":0}},{"uid":"35567ed5cef9dbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/35567ed5cef9dbe","status":"passed","time":{"start":1728369257789,"stop":1728369257789,"duration":0}}]},"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e5bc8f8d88e58bd2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e5bc8f8d88e58bd2","status":"passed","time":{"start":1728381371460,"stop":1728381371461,"duration":1}},{"uid":"fb1767c253699a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb1767c253699a8","status":"passed","time":{"start":1728379173694,"stop":1728379173694,"duration":0}},{"uid":"8ba0b306f0f69ac3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ba0b306f0f69ac3","status":"passed","time":{"start":1728371818069,"stop":1728371818070,"duration":1}},{"uid":"3791e2b7e0090f1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3791e2b7e0090f1d","status":"passed","time":{"start":1728370165700,"stop":1728370165701,"duration":1}},{"uid":"167acf45156d2d8b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/167acf45156d2d8b","status":"passed","time":{"start":1728369264720,"stop":1728369264721,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"79498337fbe7bc32","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79498337fbe7bc32","status":"passed","time":{"start":1728381355529,"stop":1728381355529,"duration":0}},{"uid":"b1c1d862f03cf7b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b1c1d862f03cf7b","status":"passed","time":{"start":1728379158580,"stop":1728379158581,"duration":1}},{"uid":"169cda6b7f351523","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/169cda6b7f351523","status":"passed","time":{"start":1728371802217,"stop":1728371802218,"duration":1}},{"uid":"8d88f5025cf09c1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d88f5025cf09c1f","status":"passed","time":{"start":1728370149848,"stop":1728370149848,"duration":0}},{"uid":"840b75f36c543d7e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/840b75f36c543d7e","status":"passed","time":{"start":1728369248418,"stop":1728369248419,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"36ec90cad24211ac","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36ec90cad24211ac","status":"passed","time":{"start":1728381745560,"stop":1728381745560,"duration":0}},{"uid":"6c51bdc49ac0eb93","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c51bdc49ac0eb93","status":"passed","time":{"start":1728379547127,"stop":1728379547127,"duration":0}},{"uid":"e919d9ac16fdace4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e919d9ac16fdace4","status":"passed","time":{"start":1728372200182,"stop":1728372200182,"duration":0}},{"uid":"60834848878b7f66","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/60834848878b7f66","status":"passed","time":{"start":1728370581691,"stop":1728370581692,"duration":1}},{"uid":"9d13ce698fee2702","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d13ce698fee2702","status":"passed","time":{"start":1728369675009,"stop":1728369675010,"duration":1}}]},"8e94e2419888939b7061f865cf673cbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"223f0d82c2653b2f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/223f0d82c2653b2f","status":"passed","time":{"start":1728379493849,"stop":1728379493861,"duration":12}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"2a623b7c7d16b59d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2a623b7c7d16b59d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381423076,"stop":1728381423078,"duration":2}},{"uid":"3393ca7ba6616867","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3393ca7ba6616867","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224170,"stop":1728379224170,"duration":0}},{"uid":"d546145eadf0aac8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d546145eadf0aac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870695,"stop":1728371870695,"duration":0}},{"uid":"b41812f94faf103f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b41812f94faf103f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215355,"stop":1728370215355,"duration":0}},{"uid":"60ad9726b24a8cad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60ad9726b24a8cad","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314834,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ffdd96862e3a9f77","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ffdd96862e3a9f77","status":"passed","time":{"start":1728381658389,"stop":1728381658389,"duration":0}},{"uid":"43933a35fe0fe3f3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43933a35fe0fe3f3","status":"passed","time":{"start":1728379460297,"stop":1728379460299,"duration":2}},{"uid":"9572db90534706ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9572db90534706ab","status":"passed","time":{"start":1728372105680,"stop":1728372105681,"duration":1}},{"uid":"ee3fa216adaeea5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ee3fa216adaeea5","status":"passed","time":{"start":1728370464161,"stop":1728370464162,"duration":1}},{"uid":"daffdca1f71a327d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/daffdca1f71a327d","status":"passed","time":{"start":1728369544877,"stop":1728369544877,"duration":0}}]},"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7a837d87fa009fc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7a837d87fa009fc","status":"passed","time":{"start":1728379197137,"stop":1728379197138,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"14e03d9d6f74d430","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/14e03d9d6f74d430","status":"passed","time":{"start":1728381454661,"stop":1728381454664,"duration":3}},{"uid":"967334199fcde23d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/967334199fcde23d","status":"passed","time":{"start":1728379263246,"stop":1728379263247,"duration":1}},{"uid":"7eabfd173424f758","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7eabfd173424f758","status":"passed","time":{"start":1728371902711,"stop":1728371902711,"duration":0}},{"uid":"9d8d21320777420a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9d8d21320777420a","status":"passed","time":{"start":1728370254628,"stop":1728370254629,"duration":1}},{"uid":"2ffcb4b0d00af6bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2ffcb4b0d00af6bc","status":"passed","time":{"start":1728369347753,"stop":1728369347753,"duration":0}}]},"7e88f3c57645f8d4924baa4519b4b663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b34bce88e29df946","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b34bce88e29df946","status":"passed","time":{"start":1728379493862,"stop":1728379493862,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"758c246d626efd8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/758c246d626efd8","status":"passed","time":{"start":1728381658366,"stop":1728381658366,"duration":0}},{"uid":"9143c17787ce2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9143c17787ce2","status":"passed","time":{"start":1728379460258,"stop":1728379460259,"duration":1}},{"uid":"9950d2f31ef352fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9950d2f31ef352fa","status":"passed","time":{"start":1728372105657,"stop":1728372105659,"duration":2}},{"uid":"ec8b43637bf1cfb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec8b43637bf1cfb","status":"passed","time":{"start":1728370464117,"stop":1728370464117,"duration":0}},{"uid":"1f5f861ead870960","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1f5f861ead870960","status":"passed","time":{"start":1728369544847,"stop":1728369544850,"duration":3}}]},"f7433aaebd8c954528896b4da3bbdd72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b09578c11e48da07","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b09578c11e48da07","status":"passed","time":{"start":1728372169987,"stop":1728372169987,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"68e937226cf08c30","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/68e937226cf08c30","status":"passed","time":{"start":1728381711643,"stop":1728381711643,"duration":0}},{"uid":"a9ce43f918d7880d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a9ce43f918d7880d","status":"passed","time":{"start":1728379515541,"stop":1728379515542,"duration":1}},{"uid":"c9df9e2825e9aec0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c9df9e2825e9aec0","status":"passed","time":{"start":1728372171286,"stop":1728372171286,"duration":0}},{"uid":"57e69f8286180f99","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/57e69f8286180f99","status":"passed","time":{"start":1728370522942,"stop":1728370522942,"duration":0}},{"uid":"8a9172486c115cd0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a9172486c115cd0","status":"passed","time":{"start":1728369622029,"stop":1728369622029,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5d7624ed06e78a25","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5d7624ed06e78a25","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0}},{"uid":"55f8d26772f5ec4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/55f8d26772f5ec4a","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"7e565b8c20eaaea7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7e565b8c20eaaea7","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"3bb39639cae82d32","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3bb39639cae82d32","status":"passed","time":{"start":1728370149937,"stop":1728370149938,"duration":1}},{"uid":"119a3b199438f8e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/119a3b199438f8e","status":"passed","time":{"start":1728369248992,"stop":1728369248992,"duration":0}}]},"4e4593a3d601255e52daac6b903fe4e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df8abbffdcac2a5e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df8abbffdcac2a5e","status":"passed","time":{"start":1728379547120,"stop":1728379547120,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"de001ad49d00952f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/de001ad49d00952f","status":"passed","time":{"start":1728381680457,"stop":1728381680457,"duration":0}},{"uid":"44d638a68345a652","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/44d638a68345a652","status":"passed","time":{"start":1728379482931,"stop":1728379482932,"duration":1}},{"uid":"be60075bbec1eec2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be60075bbec1eec2","status":"passed","time":{"start":1728372134555,"stop":1728372134555,"duration":0}},{"uid":"1c1a029642c26a5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c1a029642c26a5c","status":"passed","time":{"start":1728370487873,"stop":1728370487874,"duration":1}},{"uid":"fd303b81c85164dd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd303b81c85164dd","status":"passed","time":{"start":1728369590800,"stop":1728369590800,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55aee9b2700e8624","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55aee9b2700e8624","status":"passed","time":{"start":1728381658380,"stop":1728381658380,"duration":0}},{"uid":"4714f65d28ab2fb6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4714f65d28ab2fb6","status":"passed","time":{"start":1728379460285,"stop":1728379460285,"duration":0}},{"uid":"4ac5054cc1513ea4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4ac5054cc1513ea4","status":"passed","time":{"start":1728372105673,"stop":1728372105674,"duration":1}},{"uid":"ea07cce314fdc9b6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea07cce314fdc9b6","status":"passed","time":{"start":1728370464148,"stop":1728370464148,"duration":0}},{"uid":"3f763b62f0eb17c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f763b62f0eb17c7","status":"passed","time":{"start":1728369544869,"stop":1728369544871,"duration":2}}]},"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"74dc68cc89b81818","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/74dc68cc89b81818","status":"passed","time":{"start":1728381613864,"stop":1728381613865,"duration":1}},{"uid":"9b2f5fda3f167bc1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9b2f5fda3f167bc1","status":"passed","time":{"start":1728379419648,"stop":1728379419659,"duration":11}},{"uid":"dff1ebf90018c1bf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dff1ebf90018c1bf","status":"passed","time":{"start":1728372107430,"stop":1728372107430,"duration":0}},{"uid":"460614f6cf63ad17","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/460614f6cf63ad17","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626977,"stop":1728370626977,"duration":0}},{"uid":"3eb9fac4c822916d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3eb9fac4c822916d","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728508,"stop":1728369728508,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"14fab5351a0aeba2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/14fab5351a0aeba2","status":"passed","time":{"start":1728381355980,"stop":1728381355980,"duration":0}},{"uid":"37fa940a89aef028","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/37fa940a89aef028","status":"passed","time":{"start":1728379159025,"stop":1728379159025,"duration":0}},{"uid":"1764940a2cd06341","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1764940a2cd06341","status":"passed","time":{"start":1728371802909,"stop":1728371802909,"duration":0}},{"uid":"f4d8b7bcaa21799","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f4d8b7bcaa21799","status":"passed","time":{"start":1728370149943,"stop":1728370149943,"duration":0}},{"uid":"6d4e2ea3cde977d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d4e2ea3cde977d8","status":"passed","time":{"start":1728369248998,"stop":1728369248998,"duration":0}}]},"b57af94e7b36172a986e301873b3fa29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bead2c0df00b079e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bead2c0df00b079e","status":"passed","time":{"start":1728379460269,"stop":1728379460270,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7e1a7c6407f73416","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e1a7c6407f73416","status":"passed","time":{"start":1728381680455,"stop":1728381680456,"duration":1}},{"uid":"df011efca2268cc9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/df011efca2268cc9","status":"passed","time":{"start":1728379482928,"stop":1728379482929,"duration":1}},{"uid":"f864d9c7d4aeed21","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f864d9c7d4aeed21","status":"passed","time":{"start":1728372134553,"stop":1728372134553,"duration":0}},{"uid":"e8c95142776d2827","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8c95142776d2827","status":"passed","time":{"start":1728370487869,"stop":1728370487869,"duration":0}},{"uid":"a89e9966229e003e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a89e9966229e003e","status":"passed","time":{"start":1728369590792,"stop":1728369590793,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc1d500f5322b024","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc1d500f5322b024","status":"passed","time":{"start":1728381409093,"stop":1728381409094,"duration":1}},{"uid":"8faaa23ae83153d3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8faaa23ae83153d3","status":"passed","time":{"start":1728379215428,"stop":1728379215429,"duration":1}},{"uid":"18f773280acc6063","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/18f773280acc6063","status":"passed","time":{"start":1728371857085,"stop":1728371857086,"duration":1}},{"uid":"f5e9b5138c8a8dcd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5e9b5138c8a8dcd","status":"passed","time":{"start":1728370205024,"stop":1728370205024,"duration":0}},{"uid":"42d627bb9f78fa4d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/42d627bb9f78fa4d","status":"passed","time":{"start":1728369303199,"stop":1728369303202,"duration":3}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1c708a93de8b3b24","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1c708a93de8b3b24","status":"passed","time":{"start":1728381364419,"stop":1728381364420,"duration":1}},{"uid":"d7b28e766405ddf6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d7b28e766405ddf6","status":"passed","time":{"start":1728379167596,"stop":1728379167596,"duration":0}},{"uid":"fe6569e381cd682c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fe6569e381cd682c","status":"passed","time":{"start":1728371811377,"stop":1728371811377,"duration":0}},{"uid":"e882cab4a8e9c882","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e882cab4a8e9c882","status":"passed","time":{"start":1728370158839,"stop":1728370158839,"duration":0}},{"uid":"4b7dabde8ac0b872","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b7dabde8ac0b872","status":"passed","time":{"start":1728369257778,"stop":1728369257778,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"253c78621b2556e2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/253c78621b2556e2","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0}},{"uid":"a0a986c8da51cdd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a0a986c8da51cdd2","status":"passed","time":{"start":1728379366474,"stop":1728379366476,"duration":2}},{"uid":"649721fc9f2d370e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/649721fc9f2d370e","status":"passed","time":{"start":1728371996020,"stop":1728371996020,"duration":0}},{"uid":"178658edbfe6b070","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/178658edbfe6b070","status":"passed","time":{"start":1728370345129,"stop":1728370345129,"duration":0}},{"uid":"64d2a121b5b6022","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/64d2a121b5b6022","status":"passed","time":{"start":1728369447288,"stop":1728369447288,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"304623e9579493dc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/304623e9579493dc","status":"passed","time":{"start":1728381634310,"stop":1728381634310,"duration":0}},{"uid":"506fee04b88d5ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/506fee04b88d5ee","status":"passed","time":{"start":1728379439872,"stop":1728379439873,"duration":1}},{"uid":"57cf6ee2342137b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57cf6ee2342137b1","status":"passed","time":{"start":1728372083109,"stop":1728372083110,"duration":1}},{"uid":"f3c1f29cf9367066","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f3c1f29cf9367066","status":"passed","time":{"start":1728370464875,"stop":1728370464875,"duration":0}},{"uid":"1e644dea013f8214","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1e644dea013f8214","status":"passed","time":{"start":1728369559765,"stop":1728369559765,"duration":0}}]},"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"3ff49103d4b9c019","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ff49103d4b9c019","status":"passed","time":{"start":1728381613868,"stop":1728381613871,"duration":3}},{"uid":"bc5c3b4a5f8936e6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bc5c3b4a5f8936e6","status":"passed","time":{"start":1728379419683,"stop":1728379419684,"duration":1}},{"uid":"a8ebd6528ca318dd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8ebd6528ca318dd","status":"passed","time":{"start":1728372107441,"stop":1728372107441,"duration":0}},{"uid":"5050e3448c384edc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5050e3448c384edc","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626986,"stop":1728370626987,"duration":1}},{"uid":"bd675fa8b24bbf54","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bd675fa8b24bbf54","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728515,"stop":1728369728515,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"51bee956165a875a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51bee956165a875a","status":"passed","time":{"start":1728381711662,"stop":1728381711662,"duration":0}},{"uid":"44d9ca6a663b968c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/44d9ca6a663b968c","status":"passed","time":{"start":1728379515556,"stop":1728379515556,"duration":0}},{"uid":"6a8cf1e0a27c3f0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6a8cf1e0a27c3f0a","status":"passed","time":{"start":1728372171302,"stop":1728372171302,"duration":0}},{"uid":"1fc9dcfcea9adcaf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1fc9dcfcea9adcaf","status":"passed","time":{"start":1728370522968,"stop":1728370522968,"duration":0}},{"uid":"c38558a7277a28f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c38558a7277a28f8","status":"passed","time":{"start":1728369622048,"stop":1728369622048,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"481c2879940ee209","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/481c2879940ee209","status":"passed","time":{"start":1728381749035,"stop":1728381749035,"duration":0}},{"uid":"76c55ede2fdc4b72","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76c55ede2fdc4b72","status":"passed","time":{"start":1728379549679,"stop":1728379549681,"duration":2}},{"uid":"bc721d958105a25c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bc721d958105a25c","status":"passed","time":{"start":1728372195420,"stop":1728372195421,"duration":1}},{"uid":"570747487e74740d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/570747487e74740d","status":"passed","time":{"start":1728370555248,"stop":1728370555248,"duration":0}},{"uid":"a5e39cbfc61d4e77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5e39cbfc61d4e77","status":"passed","time":{"start":1728369639839,"stop":1728369639839,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84c6b5e9e82f31e1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84c6b5e9e82f31e1","status":"passed","time":{"start":1728381737935,"stop":1728381737935,"duration":0}},{"uid":"f834ac52775850e8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f834ac52775850e8","status":"passed","time":{"start":1728379543298,"stop":1728379543299,"duration":1}},{"uid":"eed2dd3930ba942c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/eed2dd3930ba942c","status":"passed","time":{"start":1728372192285,"stop":1728372192285,"duration":0}},{"uid":"55ce1b7ea2181354","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55ce1b7ea2181354","status":"passed","time":{"start":1728370579153,"stop":1728370579153,"duration":0}},{"uid":"9cde9396f4fe525e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9cde9396f4fe525e","status":"passed","time":{"start":1728369664329,"stop":1728369664329,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d6a0479effeb012e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d6a0479effeb012e","status":"passed","time":{"start":1728381743125,"stop":1728381743129,"duration":4}},{"uid":"cfe80b0762498b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cfe80b0762498b6","status":"passed","time":{"start":1728379550984,"stop":1728379550984,"duration":0}},{"uid":"d12f0c8baaec2792","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d12f0c8baaec2792","status":"passed","time":{"start":1728372211446,"stop":1728372211448,"duration":2}},{"uid":"2aebf7b281dd02f5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2aebf7b281dd02f5","status":"passed","time":{"start":1728370582329,"stop":1728370582329,"duration":0}},{"uid":"48f821f75c54d6dc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/48f821f75c54d6dc","status":"passed","time":{"start":1728369674240,"stop":1728369674243,"duration":3}}]},"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5929463e2f7b4eb3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5929463e2f7b4eb3","status":"passed","time":{"start":1728381580786,"stop":1728381580788,"duration":2}},{"uid":"db72b7fdf61ce420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db72b7fdf61ce420","status":"passed","time":{"start":1728379391624,"stop":1728379391626,"duration":2}},{"uid":"b93fa0648b2f7d1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b93fa0648b2f7d1b","status":"passed","time":{"start":1728372025211,"stop":1728372025211,"duration":0}},{"uid":"8ae9db280a53fffe","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ae9db280a53fffe","status":"passed","time":{"start":1728370362611,"stop":1728370362611,"duration":0}},{"uid":"f0a3ed90e73ff5d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f0a3ed90e73ff5d4","status":"passed","time":{"start":1728369464843,"stop":1728369464843,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"65c9945d883232e4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/65c9945d883232e4","status":"passed","time":{"start":1728381355985,"stop":1728381355985,"duration":0}},{"uid":"1aff80a02039bf06","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1aff80a02039bf06","status":"passed","time":{"start":1728379159030,"stop":1728379159030,"duration":0}},{"uid":"c34c55012b8e37e8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c34c55012b8e37e8","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"968071c509d3726d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/968071c509d3726d","status":"passed","time":{"start":1728370149948,"stop":1728370149948,"duration":0}},{"uid":"5c9bc21bb46c7ddd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c9bc21bb46c7ddd","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"24163810dd9de665","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/24163810dd9de665","status":"passed","time":{"start":1728381711645,"stop":1728381711645,"duration":0}},{"uid":"7da40958999150c3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7da40958999150c3","status":"passed","time":{"start":1728379515545,"stop":1728379515546,"duration":1}},{"uid":"446bc30474e178d6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/446bc30474e178d6","status":"passed","time":{"start":1728372171291,"stop":1728372171292,"duration":1}},{"uid":"33115e2daf87d0a2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/33115e2daf87d0a2","status":"passed","time":{"start":1728370522951,"stop":1728370522956,"duration":5}},{"uid":"ceb16643bee2d9a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ceb16643bee2d9a3","status":"passed","time":{"start":1728369622031,"stop":1728369622032,"duration":1}}]},"971ec8c5eea01966608b542abd09329e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e73001f6d98f37c2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e73001f6d98f37c2","status":"passed","time":{"start":1728381719621,"stop":1728381719622,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fcaa10e23375363c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fcaa10e23375363c","status":"passed","time":{"start":1728381685605,"stop":1728381685605,"duration":0}},{"uid":"94b9ec2703ceeffc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94b9ec2703ceeffc","status":"passed","time":{"start":1728379484789,"stop":1728379484792,"duration":3}},{"uid":"85f0d23e0a31975a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/85f0d23e0a31975a","status":"passed","time":{"start":1728372130489,"stop":1728372130489,"duration":0}},{"uid":"dda367ac975474a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dda367ac975474a","status":"passed","time":{"start":1728370516484,"stop":1728370516484,"duration":0}},{"uid":"6749e2a6c80cea9a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6749e2a6c80cea9a","status":"passed","time":{"start":1728369620726,"stop":1728369620726,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d958f58a6cea306","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9d958f58a6cea306","status":"passed","time":{"start":1728381545560,"stop":1728381545560,"duration":0}},{"uid":"4376d117d5a2ddcd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4376d117d5a2ddcd","status":"passed","time":{"start":1728379350297,"stop":1728379350297,"duration":0}},{"uid":"1df47bceff74cc30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1df47bceff74cc30","status":"passed","time":{"start":1728371998252,"stop":1728371998256,"duration":4}},{"uid":"c07a4d26dcd0b852","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c07a4d26dcd0b852","status":"passed","time":{"start":1728370345942,"stop":1728370345942,"duration":0}},{"uid":"6f1c4392f94e0b28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f1c4392f94e0b28","status":"passed","time":{"start":1728369443731,"stop":1728369443731,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"47b3a15637e22383","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/47b3a15637e22383","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0}},{"uid":"2004f07842e95a44","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2004f07842e95a44","status":"passed","time":{"start":1728379482933,"stop":1728379482935,"duration":2}},{"uid":"cbb8522d4bc4eba6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cbb8522d4bc4eba6","status":"passed","time":{"start":1728372134562,"stop":1728372134562,"duration":0}},{"uid":"111e9739a56716ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/111e9739a56716ca","status":"passed","time":{"start":1728370487876,"stop":1728370487876,"duration":0}},{"uid":"53a3a0fcf9fc9947","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/53a3a0fcf9fc9947","status":"passed","time":{"start":1728369590801,"stop":1728369590801,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"26837c5eaf9b6829","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/26837c5eaf9b6829","status":"passed","time":{"start":1728381689161,"stop":1728381689162,"duration":1}},{"uid":"f72816831a4de088","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f72816831a4de088","status":"passed","time":{"start":1728379493862,"stop":1728379493874,"duration":12}},{"uid":"ede9c106cd553eb4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ede9c106cd553eb4","status":"passed","time":{"start":1728372140960,"stop":1728372140961,"duration":1}},{"uid":"b295ab0e3a70b33a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b295ab0e3a70b33a","status":"passed","time":{"start":1728370524963,"stop":1728370524966,"duration":3}},{"uid":"edf6184ad09c49c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/edf6184ad09c49c8","status":"passed","time":{"start":1728369630402,"stop":1728369630402,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6996a436b4d382d7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6996a436b4d382d7","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0}},{"uid":"e25e1ddb7d3656b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e25e1ddb7d3656b8","status":"passed","time":{"start":1728379607035,"stop":1728379607035,"duration":0}},{"uid":"316fcbb9daa928f9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/316fcbb9daa928f9","status":"passed","time":{"start":1728372238120,"stop":1728372238121,"duration":1}},{"uid":"61b233042e5fe1ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/61b233042e5fe1ca","status":"passed","time":{"start":1728370630365,"stop":1728370630365,"duration":0}},{"uid":"d7f052bbd8386571","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d7f052bbd8386571","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b206aa3357f968b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b206aa3357f968b0","status":"passed","time":{"start":1728381719627,"stop":1728381719628,"duration":1}},{"uid":"3b09fe5b44744ddf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b09fe5b44744ddf","status":"passed","time":{"start":1728379523115,"stop":1728379523116,"duration":1}},{"uid":"5e35383271a7182a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e35383271a7182a","status":"passed","time":{"start":1728372169992,"stop":1728372169992,"duration":0}},{"uid":"ba32c8609c557d6e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ba32c8609c557d6e","status":"passed","time":{"start":1728370557103,"stop":1728370557103,"duration":0}},{"uid":"d29803ce65617eea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d29803ce65617eea","status":"passed","time":{"start":1728369663469,"stop":1728369663470,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3c007e6ff67fa962","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3c007e6ff67fa962","status":"passed","time":{"start":1728381749037,"stop":1728381749037,"duration":0}},{"uid":"7defd860c4175cae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7defd860c4175cae","status":"passed","time":{"start":1728379549683,"stop":1728379549683,"duration":0}},{"uid":"7105562a8090f2ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7105562a8090f2ca","status":"passed","time":{"start":1728372195422,"stop":1728372195423,"duration":1}},{"uid":"c82de0563b4e835","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c82de0563b4e835","status":"passed","time":{"start":1728370555250,"stop":1728370555250,"duration":0}},{"uid":"eea687921901d3e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eea687921901d3e3","status":"passed","time":{"start":1728369639841,"stop":1728369639841,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cebc1f0b8d753191","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cebc1f0b8d753191","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0}},{"uid":"d42ed80ee28b25e7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d42ed80ee28b25e7","status":"passed","time":{"start":1728379159013,"stop":1728379159013,"duration":0}},{"uid":"37b58f76d967ca18","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37b58f76d967ca18","status":"passed","time":{"start":1728371802899,"stop":1728371802899,"duration":0}},{"uid":"d3a2790cd0337a9b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d3a2790cd0337a9b","status":"passed","time":{"start":1728370149932,"stop":1728370149933,"duration":1}},{"uid":"10a1973eb36e7436","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/10a1973eb36e7436","status":"passed","time":{"start":1728369248987,"stop":1728369248987,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"95252e809e253dd5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/95252e809e253dd5","status":"passed","time":{"start":1728381449298,"stop":1728381449299,"duration":1}},{"uid":"77fcd0919dd39e61","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/77fcd0919dd39e61","status":"passed","time":{"start":1728379255030,"stop":1728379255030,"duration":0}},{"uid":"fdb691b651f92f8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fdb691b651f92f8a","status":"passed","time":{"start":1728371896754,"stop":1728371896754,"duration":0}},{"uid":"6ce91d00f02af3dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6ce91d00f02af3dc","status":"passed","time":{"start":1728370245293,"stop":1728370245294,"duration":1}},{"uid":"f22c1971ca9825ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f22c1971ca9825ea","status":"passed","time":{"start":1728369344214,"stop":1728369344215,"duration":1}}]},"35d77f65f2407cf1044fbb680b503b01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"808af262c96c3eae","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/808af262c96c3eae","status":"passed","time":{"start":1728379482961,"stop":1728379482964,"duration":3}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91b6704d1867583e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/91b6704d1867583e","status":"passed","time":{"start":1728381749065,"stop":1728381749068,"duration":3}},{"uid":"a5229427df34c83e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a5229427df34c83e","status":"passed","time":{"start":1728379549699,"stop":1728379549699,"duration":0}},{"uid":"b11bc3ecc6800868","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b11bc3ecc6800868","status":"passed","time":{"start":1728372195436,"stop":1728372195436,"duration":0}},{"uid":"36c5f07c93d74376","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36c5f07c93d74376","status":"passed","time":{"start":1728370555259,"stop":1728370555259,"duration":0}},{"uid":"7fa698125cf63ea2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7fa698125cf63ea2","status":"passed","time":{"start":1728369639855,"stop":1728369639856,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a8708391668467fd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a8708391668467fd","status":"passed","time":{"start":1728381355968,"stop":1728381355968,"duration":0}},{"uid":"ee3ce3501cbe9f2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ee3ce3501cbe9f2e","status":"passed","time":{"start":1728379159008,"stop":1728379159009,"duration":1}},{"uid":"6075b00b5e24b366","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6075b00b5e24b366","status":"passed","time":{"start":1728371802894,"stop":1728371802895,"duration":1}},{"uid":"a352fd181aa2d64e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a352fd181aa2d64e","status":"passed","time":{"start":1728370149928,"stop":1728370149928,"duration":0}},{"uid":"26eb78819a2b2a87","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26eb78819a2b2a87","status":"passed","time":{"start":1728369248984,"stop":1728369248984,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd37cdb1a1cf903c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd37cdb1a1cf903c","status":"passed","time":{"start":1728381415230,"stop":1728381415230,"duration":0}},{"uid":"f7b1dcd87b41d747","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f7b1dcd87b41d747","status":"passed","time":{"start":1728379220439,"stop":1728379220440,"duration":1}},{"uid":"8390de8e794e1e10","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8390de8e794e1e10","status":"passed","time":{"start":1728371862891,"stop":1728371862892,"duration":1}},{"uid":"2de85003086e45d4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2de85003086e45d4","status":"passed","time":{"start":1728370213107,"stop":1728370213107,"duration":0}},{"uid":"730a814b1bc3bc2d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/730a814b1bc3bc2d","status":"passed","time":{"start":1728369309200,"stop":1728369309200,"duration":0}}]},"f9df5187987d02ec8c665d1491346653:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6487be990c1bdb1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c6487be990c1bdb1","status":"passed","time":{"start":1728372200174,"stop":1728372200178,"duration":4}}]},"ea5501faad4a885c6d0d126f444f0e71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2bee4d72167822c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f2bee4d72167822c","status":"passed","time":{"start":1728369544861,"stop":1728369544861,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ab61e3b0dda4908c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ab61e3b0dda4908c","status":"passed","time":{"start":1728381800484,"stop":1728381800485,"duration":1}},{"uid":"1f411e2cddb43ab7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1f411e2cddb43ab7","status":"passed","time":{"start":1728379607036,"stop":1728379607037,"duration":1}},{"uid":"5938b75dd699e804","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5938b75dd699e804","status":"passed","time":{"start":1728372238121,"stop":1728372238121,"duration":0}},{"uid":"99874603c3948d57","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99874603c3948d57","status":"passed","time":{"start":1728370630365,"stop":1728370630366,"duration":1}},{"uid":"51fabbe51c93182f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/51fabbe51c93182f","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4f197fae1a4b9564","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4f197fae1a4b9564","status":"passed","time":{"start":1728381772749,"stop":1728381772750,"duration":1}},{"uid":"ee187ec671d1b385","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ee187ec671d1b385","status":"passed","time":{"start":1728379576113,"stop":1728379576113,"duration":0}},{"uid":"bf05529f56a2e333","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bf05529f56a2e333","status":"passed","time":{"start":1728372231470,"stop":1728372231471,"duration":1}},{"uid":"4fbf30e48002d863","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4fbf30e48002d863","status":"passed","time":{"start":1728370655524,"stop":1728370655524,"duration":0}},{"uid":"12c015e32ae81900","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/12c015e32ae81900","status":"passed","time":{"start":1728369731925,"stop":1728369731925,"duration":0}}]},"9d79709b46212609da5cb52a6f591465:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3445ed56b4b3232","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e3445ed56b4b3232","status":"passed","time":{"start":1728369590807,"stop":1728369590812,"duration":5}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"829c9055bec2eab8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/829c9055bec2eab8","status":"passed","time":{"start":1728381689147,"stop":1728381689147,"duration":0}},{"uid":"3f0cb5b56a0551b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3f0cb5b56a0551b7","status":"passed","time":{"start":1728379493840,"stop":1728379493841,"duration":1}},{"uid":"4cee6192007ea7b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cee6192007ea7b3","status":"passed","time":{"start":1728372140943,"stop":1728372140943,"duration":0}},{"uid":"13fa816303cff805","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/13fa816303cff805","status":"passed","time":{"start":1728370524957,"stop":1728370524957,"duration":0}},{"uid":"ce705c3be6383ba6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ce705c3be6383ba6","status":"passed","time":{"start":1728369630393,"stop":1728369630393,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8db7c4a263796e1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8db7c4a263796e1a","status":"passed","time":{"start":1728381711659,"stop":1728381711660,"duration":1}},{"uid":"b843c0a5864a418d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b843c0a5864a418d","status":"passed","time":{"start":1728379515554,"stop":1728379515554,"duration":0}},{"uid":"82f74eebc5f37ee8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/82f74eebc5f37ee8","status":"passed","time":{"start":1728372171297,"stop":1728372171298,"duration":1}},{"uid":"d55296f27fdec442","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d55296f27fdec442","status":"passed","time":{"start":1728370522965,"stop":1728370522966,"duration":1}},{"uid":"c60d935270b2a8bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c60d935270b2a8bd","status":"passed","time":{"start":1728369622045,"stop":1728369622045,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f4d956cf716445da","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f4d956cf716445da","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0}},{"uid":"8daf058ec257836d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8daf058ec257836d","status":"passed","time":{"start":1728379167598,"stop":1728379167598,"duration":0}},{"uid":"78ddc760fbf3ba93","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ddc760fbf3ba93","status":"passed","time":{"start":1728371811379,"stop":1728371811379,"duration":0}},{"uid":"e633e817819cdc50","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e633e817819cdc50","status":"passed","time":{"start":1728370158840,"stop":1728370158841,"duration":1}},{"uid":"58a41ff434465b5f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/58a41ff434465b5f","status":"passed","time":{"start":1728369257779,"stop":1728369257780,"duration":1}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2ad70a01ec2dd602","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2ad70a01ec2dd602","status":"passed","time":{"start":1728381719626,"stop":1728381719627,"duration":1}},{"uid":"bac29b67746735c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bac29b67746735c7","status":"passed","time":{"start":1728379523115,"stop":1728379523115,"duration":0}},{"uid":"fafdcef312e42f7b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fafdcef312e42f7b","status":"passed","time":{"start":1728372169991,"stop":1728372169991,"duration":0}},{"uid":"4819405ebe98168","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4819405ebe98168","status":"passed","time":{"start":1728370557102,"stop":1728370557103,"duration":1}},{"uid":"28d0b7930ac7db7a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/28d0b7930ac7db7a","status":"passed","time":{"start":1728369663465,"stop":1728369663469,"duration":4}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f39669f990362703","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f39669f990362703","status":"passed","time":{"start":1728381485022,"stop":1728381485022,"duration":0}},{"uid":"b5e0a842045ac782","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b5e0a842045ac782","status":"passed","time":{"start":1728379293472,"stop":1728379293472,"duration":0}},{"uid":"2ef765868cf894c7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ef765868cf894c7","status":"passed","time":{"start":1728371932969,"stop":1728371932970,"duration":1}},{"uid":"885ae76c37f6c85e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/885ae76c37f6c85e","status":"passed","time":{"start":1728370281710,"stop":1728370281710,"duration":0}},{"uid":"5021882cd292e257","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5021882cd292e257","status":"passed","time":{"start":1728369376543,"stop":1728369376545,"duration":2}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a89d6f654cdea4af","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a89d6f654cdea4af","status":"passed","time":{"start":1728381800486,"stop":1728381800487,"duration":1}},{"uid":"54bb0d6f12caa98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/54bb0d6f12caa98","status":"passed","time":{"start":1728379607038,"stop":1728379607038,"duration":0}},{"uid":"251bcecba2754597","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/251bcecba2754597","status":"passed","time":{"start":1728372238123,"stop":1728372238123,"duration":0}},{"uid":"a9ad4e03519b7585","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a9ad4e03519b7585","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"68c774094a977ea8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68c774094a977ea8","status":"passed","time":{"start":1728369720990,"stop":1728369720991,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"731c3e5e050bab07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/731c3e5e050bab07","status":"passed","time":{"start":1728381749032,"stop":1728381749032,"duration":0}},{"uid":"b5e930830ca549c1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b5e930830ca549c1","status":"passed","time":{"start":1728379549675,"stop":1728379549675,"duration":0}},{"uid":"befdcf2fecb1fa06","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/befdcf2fecb1fa06","status":"passed","time":{"start":1728372195415,"stop":1728372195415,"duration":0}},{"uid":"a5df3aadff5c51d7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a5df3aadff5c51d7","status":"passed","time":{"start":1728370555245,"stop":1728370555245,"duration":0}},{"uid":"e15a677f367ce37d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e15a677f367ce37d","status":"passed","time":{"start":1728369639836,"stop":1728369639836,"duration":0}}]},"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":2,"unknown":0,"total":5},"items":[{"uid":"1ba571de7500830b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1ba571de7500830b","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0}},{"uid":"f1e70c68dcf15ac3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f1e70c68dcf15ac3","status":"passed","time":{"start":1728379419686,"stop":1728379419687,"duration":1}},{"uid":"a7e2aadbc4bb36c2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7e2aadbc4bb36c2","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728372107444,"stop":1728372107445,"duration":1}},{"uid":"94fd276fc3bb1083","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94fd276fc3bb1083","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626989,"stop":1728370626990,"duration":1}},{"uid":"995527eaf31d4477","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/995527eaf31d4477","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728517,"stop":1728369728517,"duration":0}}]},"6be8165ad0f5a7cd78828bd86f27a957:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dabe8bd7312eaf94","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dabe8bd7312eaf94","status":"passed","time":{"start":1728372171315,"stop":1728372171315,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa04d457d294cd7b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fa04d457d294cd7b","status":"passed","time":{"start":1728381521306,"stop":1728381521308,"duration":2}},{"uid":"6fb744aa4e019c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6fb744aa4e019c0","status":"passed","time":{"start":1728379329178,"stop":1728379329178,"duration":0}},{"uid":"9008a7dfe4e80873","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9008a7dfe4e80873","status":"passed","time":{"start":1728371984003,"stop":1728371984003,"duration":0}},{"uid":"69e434c7acbdf1c4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/69e434c7acbdf1c4","status":"passed","time":{"start":1728370284357,"stop":1728370284357,"duration":0}},{"uid":"57ba484e8d1f1db0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57ba484e8d1f1db0","status":"passed","time":{"start":1728369378898,"stop":1728369378899,"duration":1}}]},"20ca7c0cf34a7dc9a37c13fea424bb6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fec26ac53b3370af","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fec26ac53b3370af","status":"passed","time":{"start":1728371973994,"stop":1728371973994,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1c2ae6bc6ae440b9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1c2ae6bc6ae440b9","status":"passed","time":{"start":1728381696834,"stop":1728381696834,"duration":0}},{"uid":"17b4a4d5c233511c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/17b4a4d5c233511c","status":"passed","time":{"start":1728379498099,"stop":1728379498100,"duration":1}},{"uid":"5696e67850e8e9e5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5696e67850e8e9e5","status":"passed","time":{"start":1728372147561,"stop":1728372147562,"duration":1}},{"uid":"631b0a8986dde71f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/631b0a8986dde71f","status":"passed","time":{"start":1728370535029,"stop":1728370535029,"duration":0}},{"uid":"e740063245918bee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e740063245918bee","status":"passed","time":{"start":1728369636374,"stop":1728369636375,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dfcfbf8c3433b83","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dfcfbf8c3433b83","status":"passed","time":{"start":1728381454666,"stop":1728381454667,"duration":1}},{"uid":"3cf3742ebb4aac10","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3cf3742ebb4aac10","status":"passed","time":{"start":1728379263248,"stop":1728379263249,"duration":1}},{"uid":"6e56521a7bec2af2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e56521a7bec2af2","status":"passed","time":{"start":1728371902712,"stop":1728371902712,"duration":0}},{"uid":"b86d001437317f58","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b86d001437317f58","status":"passed","time":{"start":1728370254629,"stop":1728370254630,"duration":1}},{"uid":"5c2bef58cd1b645","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c2bef58cd1b645","status":"passed","time":{"start":1728369347754,"stop":1728369347754,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a2251c1fedceb9b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a2251c1fedceb9b","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0}},{"uid":"41507aec92d7b4b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/41507aec92d7b4b2","status":"passed","time":{"start":1728379460263,"stop":1728379460263,"duration":0}},{"uid":"52caa15b6a98ad4d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52caa15b6a98ad4d","status":"passed","time":{"start":1728372105662,"stop":1728372105663,"duration":1}},{"uid":"4252e82e607a991b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4252e82e607a991b","status":"passed","time":{"start":1728370464121,"stop":1728370464122,"duration":1}},{"uid":"5bfcc87cef0878c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5bfcc87cef0878c0","status":"passed","time":{"start":1728369544857,"stop":1728369544857,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"51ff95986eff002c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51ff95986eff002c","status":"passed","time":{"start":1728381363566,"stop":1728381363567,"duration":1}},{"uid":"5dc2df7491253bb0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dc2df7491253bb0","status":"passed","time":{"start":1728379166761,"stop":1728379166762,"duration":1}},{"uid":"6ca9aed33385b7cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6ca9aed33385b7cd","status":"passed","time":{"start":1728371810588,"stop":1728371810588,"duration":0}},{"uid":"18c6b400efbb5a86","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18c6b400efbb5a86","status":"passed","time":{"start":1728370158404,"stop":1728370158404,"duration":0}},{"uid":"d9bbf6c215feaac3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d9bbf6c215feaac3","status":"passed","time":{"start":1728369256985,"stop":1728369256986,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b6224540dd9de7e1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b6224540dd9de7e1","status":"passed","time":{"start":1728381379242,"stop":1728381379243,"duration":1}},{"uid":"a5d3ee4902608d98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a5d3ee4902608d98","status":"passed","time":{"start":1728379182448,"stop":1728379182448,"duration":0}},{"uid":"dada8c712bebd47a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dada8c712bebd47a","status":"passed","time":{"start":1728371826624,"stop":1728371826624,"duration":0}},{"uid":"313d1af73376ccb0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/313d1af73376ccb0","status":"passed","time":{"start":1728370173936,"stop":1728370173937,"duration":1}},{"uid":"3a4cba2520f0c488","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3a4cba2520f0c488","status":"passed","time":{"start":1728369272871,"stop":1728369272872,"duration":1}}]},"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce706cc79d932604","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ce706cc79d932604","status":"passed","time":{"start":1728379197139,"stop":1728379197139,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"246e082be0c8cb4c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/246e082be0c8cb4c","status":"passed","time":{"start":1728381545564,"stop":1728381545566,"duration":2}},{"uid":"974829f614339564","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/974829f614339564","status":"passed","time":{"start":1728379350298,"stop":1728379350307,"duration":9}},{"uid":"e834330cbbbe02a2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e834330cbbbe02a2","status":"passed","time":{"start":1728371998262,"stop":1728371998263,"duration":1}},{"uid":"3b30e27849aa1eb2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b30e27849aa1eb2","status":"passed","time":{"start":1728370345943,"stop":1728370345943,"duration":0}},{"uid":"8462838a86832388","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8462838a86832388","status":"passed","time":{"start":1728369443737,"stop":1728369443737,"duration":0}}]},"1271f89ff1a5b35c9a693fd28e2b7d5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43a1daf34aa77280","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43a1daf34aa77280","status":"passed","time":{"start":1728379523102,"stop":1728379523102,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"409c359c5fdf608e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/409c359c5fdf608e","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0}},{"uid":"679bf55038bcc4d5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/679bf55038bcc4d5","status":"passed","time":{"start":1728379482929,"stop":1728379482930,"duration":1}},{"uid":"c3f3912fac2532bb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c3f3912fac2532bb","status":"passed","time":{"start":1728372134554,"stop":1728372134554,"duration":0}},{"uid":"5e7f3f94487383f0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e7f3f94487383f0","status":"passed","time":{"start":1728370487869,"stop":1728370487872,"duration":3}},{"uid":"c23ca96f1b71dc15","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c23ca96f1b71dc15","status":"passed","time":{"start":1728369590795,"stop":1728369590796,"duration":1}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b5c22a9b7ade6e1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b5c22a9b7ade6e1a","status":"passed","time":{"start":1728381475925,"stop":1728381475925,"duration":0}},{"uid":"bb0bd2cba2904377","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bb0bd2cba2904377","status":"passed","time":{"start":1728379282318,"stop":1728379282318,"duration":0}},{"uid":"a18dbc2b0915d534","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a18dbc2b0915d534","status":"passed","time":{"start":1728371925987,"stop":1728371925987,"duration":0}},{"uid":"52e6bd45a8ea752a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52e6bd45a8ea752a","status":"passed","time":{"start":1728370273969,"stop":1728370273975,"duration":6}},{"uid":"33279ff79d63851a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/33279ff79d63851a","status":"passed","time":{"start":1728369370047,"stop":1728369370050,"duration":3}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"35533c0c77a2618f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/35533c0c77a2618f","status":"passed","time":{"start":1728381363564,"stop":1728381363565,"duration":1}},{"uid":"12823d7c6bca4542","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/12823d7c6bca4542","status":"passed","time":{"start":1728379166758,"stop":1728379166759,"duration":1}},{"uid":"8d4b79ce84d8a0c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8d4b79ce84d8a0c8","status":"passed","time":{"start":1728371810587,"stop":1728371810587,"duration":0}},{"uid":"22945389c00ee163","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22945389c00ee163","status":"passed","time":{"start":1728370158403,"stop":1728370158403,"duration":0}},{"uid":"24e7df28b3bfc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/24e7df28b3bfc7","status":"passed","time":{"start":1728369256985,"stop":1728369256985,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"28e4e0d1c72b1e44","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/28e4e0d1c72b1e44","status":"passed","time":{"start":1728381743133,"stop":1728381743134,"duration":1}},{"uid":"652ed52fe6faf05c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/652ed52fe6faf05c","status":"passed","time":{"start":1728379550985,"stop":1728379550986,"duration":1}},{"uid":"d8abfc810e3088a0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d8abfc810e3088a0","status":"passed","time":{"start":1728372211451,"stop":1728372211452,"duration":1}},{"uid":"3e3beea6744aff5b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3e3beea6744aff5b","status":"passed","time":{"start":1728370582330,"stop":1728370582330,"duration":0}},{"uid":"4b7676652c93be3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b7676652c93be3b","status":"passed","time":{"start":1728369674245,"stop":1728369674245,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7e1a2788033c3262","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e1a2788033c3262","status":"passed","time":{"start":1728381461623,"stop":1728381461624,"duration":1}},{"uid":"761049af01b3d403","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/761049af01b3d403","status":"passed","time":{"start":1728379263325,"stop":1728379263325,"duration":0}},{"uid":"a32245462ed1526","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a32245462ed1526","status":"passed","time":{"start":1728371908005,"stop":1728371908005,"duration":0}},{"uid":"421a25f23d274918","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/421a25f23d274918","status":"passed","time":{"start":1728370252052,"stop":1728370252053,"duration":1}},{"uid":"cb9218f428b6086e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb9218f428b6086e","status":"passed","time":{"start":1728369354741,"stop":1728369354741,"duration":0}}]},"56658fb8f6972f29ae06f8718ea4d2db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4946127175d222ec","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4946127175d222ec","status":"passed","time":{"start":1728379515562,"stop":1728379515562,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22e8bab575fd2a60","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/22e8bab575fd2a60","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0}},{"uid":"68906a24943ca1bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68906a24943ca1bc","status":"passed","time":{"start":1728379329166,"stop":1728379329166,"duration":0}},{"uid":"50d172875085cb9c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/50d172875085cb9c","status":"passed","time":{"start":1728371983980,"stop":1728371983980,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d94e92136509872d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d94e92136509872d","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0}},{"uid":"c62a1e87ea5a5035","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c62a1e87ea5a5035","status":"passed","time":{"start":1728379159022,"stop":1728379159022,"duration":0}},{"uid":"8256210456ec3b84","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8256210456ec3b84","status":"passed","time":{"start":1728371802906,"stop":1728371802906,"duration":0}},{"uid":"47e13f09e5bc2b6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47e13f09e5bc2b6d","status":"passed","time":{"start":1728370149940,"stop":1728370149941,"duration":1}},{"uid":"2cefd2dd27786d65","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2cefd2dd27786d65","status":"passed","time":{"start":1728369248995,"stop":1728369248995,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c1dd70ab11c02076","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c1dd70ab11c02076","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0}},{"uid":"d325a0eb373c01aa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d325a0eb373c01aa","status":"passed","time":{"start":1728379460269,"stop":1728379460269,"duration":0}},{"uid":"279de19595b18c0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/279de19595b18c0c","status":"passed","time":{"start":1728372105665,"stop":1728372105665,"duration":0}},{"uid":"30f399c44226e5e1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30f399c44226e5e1","status":"passed","time":{"start":1728370464129,"stop":1728370464129,"duration":0}},{"uid":"f994b1f1f55cb1de","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f994b1f1f55cb1de","status":"passed","time":{"start":1728369544861,"stop":1728369544861,"duration":0}}]},"7633ffb7cb832a2dfff4d4a631bb5fd4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89cd1db4b9418820","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/89cd1db4b9418820","status":"passed","time":{"start":1728369663459,"stop":1728369663459,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3cc9e939d16ab9d5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3cc9e939d16ab9d5","status":"passed","time":{"start":1728381800485,"stop":1728381800485,"duration":0}},{"uid":"1d8bc0c65edc6020","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d8bc0c65edc6020","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"8fca127057255c89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8fca127057255c89","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"4331939d05d9651","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4331939d05d9651","status":"passed","time":{"start":1728370630366,"stop":1728370630366,"duration":0}},{"uid":"4453f71af0e540a1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4453f71af0e540a1","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd15dd964e546fd1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cd15dd964e546fd1","status":"passed","time":{"start":1728381749046,"stop":1728381749047,"duration":1}},{"uid":"130c14d846321854","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/130c14d846321854","status":"passed","time":{"start":1728379549689,"stop":1728379549689,"duration":0}},{"uid":"29627356f6b19622","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/29627356f6b19622","status":"passed","time":{"start":1728372195429,"stop":1728372195429,"duration":0}},{"uid":"35968abae689be38","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/35968abae689be38","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"e1cf2574dd9dd9b2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e1cf2574dd9dd9b2","status":"passed","time":{"start":1728369639847,"stop":1728369639847,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e893267bed2cfef9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e893267bed2cfef9","status":"passed","time":{"start":1728381696858,"stop":1728381696862,"duration":4}},{"uid":"cc38765fb37244b2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc38765fb37244b2","status":"passed","time":{"start":1728379498105,"stop":1728379498106,"duration":1}},{"uid":"2d2fde463f63a363","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d2fde463f63a363","status":"passed","time":{"start":1728372147570,"stop":1728372147570,"duration":0}},{"uid":"3d304d9f22657f69","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3d304d9f22657f69","status":"passed","time":{"start":1728370535036,"stop":1728370535037,"duration":1}},{"uid":"761d470682b3d95","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/761d470682b3d95","status":"passed","time":{"start":1728369636382,"stop":1728369636383,"duration":1}}]},"154a2b9525aad103a69142edd0f8c1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61fc4a12b271e28","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/61fc4a12b271e28","status":"passed","time":{"start":1728369630401,"stop":1728369630401,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0beb95549386e1e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0beb95549386e1e","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0}},{"uid":"8fd8723de665bea3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8fd8723de665bea3","status":"passed","time":{"start":1728379159029,"stop":1728379159030,"duration":1}},{"uid":"e0344365a8589633","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0344365a8589633","status":"passed","time":{"start":1728371802913,"stop":1728371802913,"duration":0}},{"uid":"6a3cd22ec4dceb8c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6a3cd22ec4dceb8c","status":"passed","time":{"start":1728370149947,"stop":1728370149947,"duration":0}},{"uid":"59969370cd10aefb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/59969370cd10aefb","status":"passed","time":{"start":1728369249002,"stop":1728369249002,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5785c1fb48fea47d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5785c1fb48fea47d","status":"passed","time":{"start":1728381749054,"stop":1728381749055,"duration":1}},{"uid":"7a95d1ad6f074ec9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7a95d1ad6f074ec9","status":"passed","time":{"start":1728379549693,"stop":1728379549694,"duration":1}},{"uid":"d7dd9d287d9879f5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d7dd9d287d9879f5","status":"passed","time":{"start":1728372195432,"stop":1728372195432,"duration":0}},{"uid":"f53f592b7702ba21","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f53f592b7702ba21","status":"passed","time":{"start":1728370555256,"stop":1728370555256,"duration":0}},{"uid":"afb44d2a7a0410d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/afb44d2a7a0410d3","status":"passed","time":{"start":1728369639851,"stop":1728369639851,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6b5035e00cfc2c4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6b5035e00cfc2c4a","status":"passed","time":{"start":1728381680449,"stop":1728381680450,"duration":1}},{"uid":"9a222f99bf1c04cf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a222f99bf1c04cf","status":"passed","time":{"start":1728379482923,"stop":1728379482924,"duration":1}},{"uid":"ba8ba4f3f6395e6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ba8ba4f3f6395e6c","status":"passed","time":{"start":1728372134547,"stop":1728372134548,"duration":1}},{"uid":"b8b55ac0f7cc1d50","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b8b55ac0f7cc1d50","status":"passed","time":{"start":1728370487865,"stop":1728370487865,"duration":0}},{"uid":"bdf4c1cf80853e13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bdf4c1cf80853e13","status":"passed","time":{"start":1728369590790,"stop":1728369590790,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f8367794dc467e24","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8367794dc467e24","status":"passed","time":{"start":1728381680459,"stop":1728381680463,"duration":4}},{"uid":"2532fa1b89eb232b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2532fa1b89eb232b","status":"passed","time":{"start":1728379482937,"stop":1728379482941,"duration":4}},{"uid":"b06478d5a01d7a1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b06478d5a01d7a1b","status":"passed","time":{"start":1728372134565,"stop":1728372134565,"duration":0}},{"uid":"cd96f5e41f1f64e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cd96f5e41f1f64e8","status":"passed","time":{"start":1728370487878,"stop":1728370487879,"duration":1}},{"uid":"c9830edd366aa931","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c9830edd366aa931","status":"passed","time":{"start":1728369590802,"stop":1728369590803,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8068ce07270cb9e7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8068ce07270cb9e7","status":"passed","time":{"start":1728381763777,"stop":1728381763777,"duration":0}},{"uid":"6b2d25f48fe1738c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b2d25f48fe1738c","status":"passed","time":{"start":1728379572276,"stop":1728379572277,"duration":1}},{"uid":"acb4765688cdce0c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/acb4765688cdce0c","status":"passed","time":{"start":1728372221523,"stop":1728372221523,"duration":0}},{"uid":"c3464670b8029a2a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3464670b8029a2a","status":"passed","time":{"start":1728370607711,"stop":1728370607711,"duration":0}},{"uid":"4397367ae290a2cd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4397367ae290a2cd","status":"passed","time":{"start":1728369690180,"stop":1728369690180,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"46f49e5e45812c4f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/46f49e5e45812c4f","status":"passed","time":{"start":1728381680439,"stop":1728381680439,"duration":0}},{"uid":"426c3ed9d85ab8e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/426c3ed9d85ab8e3","status":"passed","time":{"start":1728379482918,"stop":1728379482918,"duration":0}},{"uid":"e33f8c2273429978","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e33f8c2273429978","status":"passed","time":{"start":1728372134545,"stop":1728372134545,"duration":0}},{"uid":"527c99eea7800ca3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/527c99eea7800ca3","status":"passed","time":{"start":1728370487860,"stop":1728370487860,"duration":0}},{"uid":"7c434efcfc5c60e5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7c434efcfc5c60e5","status":"passed","time":{"start":1728369590787,"stop":1728369590787,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"117f07d6177852d3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/117f07d6177852d3","status":"passed","time":{"start":1728381680467,"stop":1728381680467,"duration":0}},{"uid":"91f5d315230076bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/91f5d315230076bf","status":"passed","time":{"start":1728379482950,"stop":1728379482950,"duration":0}},{"uid":"176afe015bcbf29b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/176afe015bcbf29b","status":"passed","time":{"start":1728372134573,"stop":1728372134573,"duration":0}},{"uid":"1ec9c5af969aa11","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ec9c5af969aa11","status":"passed","time":{"start":1728370487884,"stop":1728370487884,"duration":0}},{"uid":"d7b6945cb8cd5c0a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d7b6945cb8cd5c0a","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ead5180888e7513a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ead5180888e7513a","status":"passed","time":{"start":1728381842826,"stop":1728381842827,"duration":1}},{"uid":"dfd26ef1b90c0444","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dfd26ef1b90c0444","status":"passed","time":{"start":1728379644817,"stop":1728379644817,"duration":0}},{"uid":"a2ca72d797d38d74","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2ca72d797d38d74","status":"passed","time":{"start":1728372295100,"stop":1728372295100,"duration":0}},{"uid":"5323225f824f714e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5323225f824f714e","status":"passed","time":{"start":1728370682626,"stop":1728370682626,"duration":0}},{"uid":"72f1ecbee365355f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/72f1ecbee365355f","status":"passed","time":{"start":1728369782382,"stop":1728369782382,"duration":0}}]},"9444a5685aa73c129256cb79b5bba81a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67b12a68c849e726","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/67b12a68c849e726","status":"passed","time":{"start":1728381526517,"stop":1728381526517,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1af6fd35d67f01dc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1af6fd35d67f01dc","status":"passed","time":{"start":1728381355952,"stop":1728381355952,"duration":0}},{"uid":"d4e3e560b3c89fe6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d4e3e560b3c89fe6","status":"passed","time":{"start":1728379158992,"stop":1728379158993,"duration":1}},{"uid":"a562018d92e270b7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a562018d92e270b7","status":"passed","time":{"start":1728371802883,"stop":1728371802887,"duration":4}},{"uid":"4c32292e9aabc36d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4c32292e9aabc36d","status":"passed","time":{"start":1728370149912,"stop":1728370149913,"duration":1}},{"uid":"d180fe1ad4625f70","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d180fe1ad4625f70","status":"passed","time":{"start":1728369248972,"stop":1728369248972,"duration":0}}]},"03e8d0d7fcce07a431056d05e50c9460:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"390c9a34958852bc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/390c9a34958852bc","status":"passed","time":{"start":1728369544874,"stop":1728369544874,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a290d4db0dbe0cbb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a290d4db0dbe0cbb","status":"passed","time":{"start":1728381452649,"stop":1728381452649,"duration":0}},{"uid":"b2b23360447f95bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2b23360447f95bf","status":"passed","time":{"start":1728379262343,"stop":1728379262343,"duration":0}},{"uid":"8c91f99ae8e48b7e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8c91f99ae8e48b7e","status":"passed","time":{"start":1728371896579,"stop":1728371896580,"duration":1}},{"uid":"ed1f555af89a7506","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed1f555af89a7506","status":"passed","time":{"start":1728370244009,"stop":1728370244009,"duration":0}},{"uid":"3f77ccb4864088c7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f77ccb4864088c7","status":"passed","time":{"start":1728369348163,"stop":1728369348164,"duration":1}}]},"7e163018aa1cb84cf0ad969276a20547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b329afcda3146a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b329afcda3146a5f","status":"passed","time":{"start":1728379547122,"stop":1728379547123,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1e56a9d831031654","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1e56a9d831031654","status":"passed","time":{"start":1728381521317,"stop":1728381521317,"duration":0}},{"uid":"fb0dfa1052d9f7c6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fb0dfa1052d9f7c6","status":"passed","time":{"start":1728379329181,"stop":1728379329181,"duration":0}},{"uid":"294d857a5580c9ca","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/294d857a5580c9ca","status":"passed","time":{"start":1728371984006,"stop":1728371984006,"duration":0}},{"uid":"cc56f77264109a04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc56f77264109a04","status":"passed","time":{"start":1728370284361,"stop":1728370284361,"duration":0}},{"uid":"7e10cd023830f876","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7e10cd023830f876","status":"passed","time":{"start":1728369378906,"stop":1728369378906,"duration":0}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a369879366883360","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a369879366883360","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0}},{"uid":"b9d0cadd54560fc2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9d0cadd54560fc2","status":"passed","time":{"start":1728379159008,"stop":1728379159008,"duration":0}},{"uid":"10660a394b787f4a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/10660a394b787f4a","status":"passed","time":{"start":1728371802894,"stop":1728371802894,"duration":0}},{"uid":"bd9458396c5a2789","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bd9458396c5a2789","status":"passed","time":{"start":1728370149927,"stop":1728370149927,"duration":0}},{"uid":"366f40c227321e00","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/366f40c227321e00","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aad037288cfa22b0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aad037288cfa22b0","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0}},{"uid":"dd2eac83d90025a3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dd2eac83d90025a3","status":"passed","time":{"start":1728379263251,"stop":1728379263251,"duration":0}},{"uid":"a7eb2a44e18e3c4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7eb2a44e18e3c4","status":"passed","time":{"start":1728371902714,"stop":1728371902714,"duration":0}},{"uid":"b3af4a29fcfa95d1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3af4a29fcfa95d1","status":"passed","time":{"start":1728370254632,"stop":1728370254632,"duration":0}},{"uid":"fc5b216fbd98f9fe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc5b216fbd98f9fe","status":"passed","time":{"start":1728369347761,"stop":1728369347761,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8bbc2f619f16888d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8bbc2f619f16888d","status":"passed","time":{"start":1728381545566,"stop":1728381545566,"duration":0}},{"uid":"6331275080308c4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6331275080308c4","status":"passed","time":{"start":1728379350307,"stop":1728379350308,"duration":1}},{"uid":"423dd1a3c257cf36","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/423dd1a3c257cf36","status":"passed","time":{"start":1728371998264,"stop":1728371998266,"duration":2}},{"uid":"aebdff1d2dbfb80f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aebdff1d2dbfb80f","status":"passed","time":{"start":1728370345943,"stop":1728370345947,"duration":4}},{"uid":"ff1febee642bf7b6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ff1febee642bf7b6","status":"passed","time":{"start":1728369443737,"stop":1728369443738,"duration":1}}]},"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"9c7d82fbf233aea3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c7d82fbf233aea3","status":"passed","time":{"start":1728381613867,"stop":1728381613867,"duration":0}},{"uid":"e2dbc13bc7ae52af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2dbc13bc7ae52af","status":"passed","time":{"start":1728379419674,"stop":1728379419674,"duration":0}},{"uid":"e7d73904f40bcdc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e7d73904f40bcdc","status":"passed","time":{"start":1728372107438,"stop":1728372107438,"duration":0}},{"uid":"dc3e3ef618378859","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dc3e3ef618378859","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626983,"stop":1728370626984,"duration":1}},{"uid":"32dd968003eba2d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/32dd968003eba2d9","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728513,"stop":1728369728513,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6f6488286e3ba014","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6f6488286e3ba014","status":"passed","time":{"start":1728381749026,"stop":1728381749032,"duration":6}},{"uid":"d2112df53f7a2ad4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d2112df53f7a2ad4","status":"passed","time":{"start":1728379549674,"stop":1728379549675,"duration":1}},{"uid":"fb528c835d1bce00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fb528c835d1bce00","status":"passed","time":{"start":1728372195414,"stop":1728372195415,"duration":1}},{"uid":"f22d2bf1f2a326c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f22d2bf1f2a326c3","status":"passed","time":{"start":1728370555244,"stop":1728370555245,"duration":1}},{"uid":"61f5815fb4bae65f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/61f5815fb4bae65f","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"96d64c30f9644b5aef30a5aae69e53bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76564f27bb725796","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76564f27bb725796","status":"passed","time":{"start":1728369674997,"stop":1728369674998,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7c47d3c4885665a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7c47d3c4885665a7","status":"passed","time":{"start":1728381358362,"stop":1728381358362,"duration":0}},{"uid":"4fe91f5f49bde5c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4fe91f5f49bde5c9","status":"passed","time":{"start":1728379161480,"stop":1728379161480,"duration":0}},{"uid":"9c3ff5c869b22ae2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9c3ff5c869b22ae2","status":"passed","time":{"start":1728371805333,"stop":1728371805333,"duration":0}},{"uid":"cdb16b8a20560bec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cdb16b8a20560bec","status":"passed","time":{"start":1728370152477,"stop":1728370152477,"duration":0}},{"uid":"f71758069d09c0ff","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f71758069d09c0ff","status":"passed","time":{"start":1728369251642,"stop":1728369251642,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2103cf730e4d9594","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2103cf730e4d9594","status":"passed","time":{"start":1728381634307,"stop":1728381634307,"duration":0}},{"uid":"c393bd0babe2b429","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c393bd0babe2b429","status":"passed","time":{"start":1728379439870,"stop":1728379439871,"duration":1}},{"uid":"ee45b9469edf4f6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee45b9469edf4f6c","status":"passed","time":{"start":1728372083102,"stop":1728372083102,"duration":0}},{"uid":"e6a74fe78e357d2d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6a74fe78e357d2d","status":"passed","time":{"start":1728370464872,"stop":1728370464873,"duration":1}},{"uid":"5b45f12ad6d7db99","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5b45f12ad6d7db99","status":"passed","time":{"start":1728369559760,"stop":1728369559762,"duration":2}}]},"66bf0fe31f324fba008a588a6eb805bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8970d3da0e2c23ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8970d3da0e2c23ce","status":"passed","time":{"start":1728379523098,"stop":1728379523099,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3dce8557ca67c586","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3dce8557ca67c586","status":"passed","time":{"start":1728381355973,"stop":1728381355974,"duration":1}},{"uid":"68f976e8e97223ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/68f976e8e97223ab","status":"passed","time":{"start":1728379159016,"stop":1728379159017,"duration":1}},{"uid":"3828d78944bdae2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3828d78944bdae2","status":"passed","time":{"start":1728371802902,"stop":1728371802902,"duration":0}},{"uid":"1608db3020946769","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1608db3020946769","status":"passed","time":{"start":1728370149935,"stop":1728370149936,"duration":1}},{"uid":"ab5fab56dad6999f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab5fab56dad6999f","status":"passed","time":{"start":1728369248990,"stop":1728369248990,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90a936a1253c31e8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90a936a1253c31e8","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0}},{"uid":"4dd2f58f24d26072","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4dd2f58f24d26072","status":"passed","time":{"start":1728379350308,"stop":1728379350313,"duration":5}},{"uid":"b09cc58ca3d3a960","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b09cc58ca3d3a960","status":"passed","time":{"start":1728371998266,"stop":1728371998266,"duration":0}},{"uid":"5c8b1478f40de608","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5c8b1478f40de608","status":"passed","time":{"start":1728370345947,"stop":1728370345947,"duration":0}},{"uid":"fbb7a6a750c05f98","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fbb7a6a750c05f98","status":"passed","time":{"start":1728369443738,"stop":1728369443738,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"2ec8c36ed173cfb2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2ec8c36ed173cfb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381526533,"stop":1728381526534,"duration":1}},{"uid":"fda07ad32fa632b9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fda07ad32fa632b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379329405,"stop":1728379329405,"duration":0}},{"uid":"30be36d62f864472","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/30be36d62f864472","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371974008,"stop":1728371974008,"duration":0}},{"uid":"292cd6395b1bbb80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/292cd6395b1bbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370320875,"stop":1728370320875,"duration":0}},{"uid":"e763710dbee6f344","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e763710dbee6f344","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369420266,"stop":1728369420266,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6b1499fc750f3d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c6b1499fc750f3d0","status":"passed","time":{"start":1728381391225,"stop":1728381391226,"duration":1}},{"uid":"f485602006e05a3d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f485602006e05a3d","status":"passed","time":{"start":1728379194285,"stop":1728379194285,"duration":0}},{"uid":"f024e9e04eb7100d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f024e9e04eb7100d","status":"passed","time":{"start":1728371838585,"stop":1728371838585,"duration":0}},{"uid":"97cec7f198897a4f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/97cec7f198897a4f","status":"passed","time":{"start":1728370185971,"stop":1728370185971,"duration":0}},{"uid":"29bb556bea2c785b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/29bb556bea2c785b","status":"passed","time":{"start":1728369284714,"stop":1728369284714,"duration":0}}]},"50ee3f38ba60864dc4a1e7f11559c9f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d033f1aa9906339","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1d033f1aa9906339","status":"passed","time":{"start":1728379329401,"stop":1728379329401,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dbdf671d401b4d86","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dbdf671d401b4d86","status":"passed","time":{"start":1728381745565,"stop":1728381745565,"duration":0}},{"uid":"201f238bb3a2887c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/201f238bb3a2887c","status":"passed","time":{"start":1728379547128,"stop":1728379547129,"duration":1}},{"uid":"ff3572d405ef52a7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff3572d405ef52a7","status":"passed","time":{"start":1728372200182,"stop":1728372200183,"duration":1}},{"uid":"9e34e126fa0d9e0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e34e126fa0d9e0d","status":"passed","time":{"start":1728370581699,"stop":1728370581701,"duration":2}},{"uid":"2626f4c201e87932","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2626f4c201e87932","status":"passed","time":{"start":1728369675010,"stop":1728369675010,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e018d201e05d2fc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e018d201e05d2fc","status":"passed","time":{"start":1728381658368,"stop":1728381658369,"duration":1}},{"uid":"e30dd103824b6453","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e30dd103824b6453","status":"passed","time":{"start":1728379460262,"stop":1728379460263,"duration":1}},{"uid":"aaaeded874f27c8a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/aaaeded874f27c8a","status":"passed","time":{"start":1728372105661,"stop":1728372105662,"duration":1}},{"uid":"d1e7db315833d5dc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d1e7db315833d5dc","status":"passed","time":{"start":1728370464119,"stop":1728370464121,"duration":2}},{"uid":"d872cf4448ac6ea1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d872cf4448ac6ea1","status":"passed","time":{"start":1728369544856,"stop":1728369544856,"duration":0}}]},"73c75c25bdd96a2d2861064ef2fac2a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34a7bbcbf34b7690","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34a7bbcbf34b7690","status":"passed","time":{"start":1728379547125,"stop":1728379547126,"duration":1}}]},"5325f86c52e35cd3400dfcbb2b1987eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"531ba2386604708","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/531ba2386604708","status":"passed","time":{"start":1728381745554,"stop":1728381745554,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d12f7283c205a343","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d12f7283c205a343","status":"passed","time":{"start":1728381689149,"stop":1728381689150,"duration":1}},{"uid":"42a2bca7087629dc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42a2bca7087629dc","status":"passed","time":{"start":1728379493841,"stop":1728379493842,"duration":1}},{"uid":"ebf2eeaf662c4395","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ebf2eeaf662c4395","status":"passed","time":{"start":1728372140944,"stop":1728372140944,"duration":0}},{"uid":"99b3f110de4d1b05","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99b3f110de4d1b05","status":"passed","time":{"start":1728370524958,"stop":1728370524958,"duration":0}},{"uid":"ee3143bfb5bad3da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ee3143bfb5bad3da","status":"passed","time":{"start":1728369630394,"stop":1728369630394,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"e6acda225f9ed23b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e6acda225f9ed23b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381423075,"stop":1728381423075,"duration":0}},{"uid":"d560393465527f71","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d560393465527f71","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379224169,"stop":1728379224170,"duration":1}},{"uid":"9140d6635ade4418","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9140d6635ade4418","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371870694,"stop":1728371870695,"duration":1}},{"uid":"89e9c2c514817241","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/89e9c2c514817241","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370215354,"stop":1728370215354,"duration":0}},{"uid":"238475c6a3109b1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/238475c6a3109b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369314833,"stop":1728369314833,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f226aa4994e046ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f226aa4994e046ab","status":"passed","time":{"start":1728381680456,"stop":1728381680456,"duration":0}},{"uid":"e5e0369d234b4474","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e5e0369d234b4474","status":"passed","time":{"start":1728379482929,"stop":1728379482929,"duration":0}},{"uid":"b809d6751697f7fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b809d6751697f7fc","status":"passed","time":{"start":1728372134554,"stop":1728372134554,"duration":0}},{"uid":"effba454a011522","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/effba454a011522","status":"passed","time":{"start":1728370487869,"stop":1728370487869,"duration":0}},{"uid":"b392194446ae6ce2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b392194446ae6ce2","status":"passed","time":{"start":1728369590793,"stop":1728369590795,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b2d6af9625ddcb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8b2d6af9625ddcb5","status":"passed","time":{"start":1728381774346,"stop":1728381774346,"duration":0}},{"uid":"e3435aa258f19a99","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e3435aa258f19a99","status":"passed","time":{"start":1728379576341,"stop":1728379576342,"duration":1}},{"uid":"3e168eadac49e22f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3e168eadac49e22f","status":"passed","time":{"start":1728372230817,"stop":1728372230817,"duration":0}},{"uid":"65e9c53319a616a9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/65e9c53319a616a9","status":"passed","time":{"start":1728370630211,"stop":1728370630211,"duration":0}},{"uid":"56d8e545427ff1f2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/56d8e545427ff1f2","status":"passed","time":{"start":1728369712262,"stop":1728369712262,"duration":0}}]},"e7c710d77b2f6d0cdb6712f08c67e23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36e0292bccb2e376","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/36e0292bccb2e376","status":"passed","time":{"start":1728381658372,"stop":1728381658373,"duration":1}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c97f1ae8b1e49ab","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c97f1ae8b1e49ab","status":"passed","time":{"start":1728381680463,"stop":1728381680465,"duration":2}},{"uid":"1ac4181805d422c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ac4181805d422c","status":"passed","time":{"start":1728379482941,"stop":1728379482942,"duration":1}},{"uid":"5e5b963caedaf8b2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e5b963caedaf8b2","status":"passed","time":{"start":1728372134566,"stop":1728372134566,"duration":0}},{"uid":"77afdb9373bc1750","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/77afdb9373bc1750","status":"passed","time":{"start":1728370487879,"stop":1728370487880,"duration":1}},{"uid":"a089a13afbff68f9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a089a13afbff68f9","status":"passed","time":{"start":1728369590803,"stop":1728369590803,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88c3d6d2df707db9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88c3d6d2df707db9","status":"passed","time":{"start":1728381680466,"stop":1728381680466,"duration":0}},{"uid":"bfac0d936683cd47","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bfac0d936683cd47","status":"passed","time":{"start":1728379482942,"stop":1728379482943,"duration":1}},{"uid":"78ad162631da1ebc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ad162631da1ebc","status":"passed","time":{"start":1728372134568,"stop":1728372134569,"duration":1}},{"uid":"67d7c023676d693d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67d7c023676d693d","status":"passed","time":{"start":1728370487881,"stop":1728370487881,"duration":0}},{"uid":"1523ec21bf54dc9d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1523ec21bf54dc9d","status":"passed","time":{"start":1728369590804,"stop":1728369590804,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88b58e743de3b5d1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88b58e743de3b5d1","status":"passed","time":{"start":1728381759210,"stop":1728381759211,"duration":1}},{"uid":"9b5da9aee12553a1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9b5da9aee12553a1","status":"passed","time":{"start":1728379560152,"stop":1728379560152,"duration":0}},{"uid":"64ea9dab48322203","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64ea9dab48322203","status":"passed","time":{"start":1728372216739,"stop":1728372216740,"duration":1}},{"uid":"6cc20d63385057cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6cc20d63385057cb","status":"passed","time":{"start":1728370607961,"stop":1728370607961,"duration":0}},{"uid":"23a0e9c471054569","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23a0e9c471054569","status":"passed","time":{"start":1728369698565,"stop":1728369698567,"duration":2}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7a12bf70844eb2a9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a12bf70844eb2a9","status":"passed","time":{"start":1728381355953,"stop":1728381355953,"duration":0}},{"uid":"bddfd660ff80f5b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bddfd660ff80f5b7","status":"passed","time":{"start":1728379158994,"stop":1728379158994,"duration":0}},{"uid":"52a58553120ee5f4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/52a58553120ee5f4","status":"passed","time":{"start":1728371802887,"stop":1728371802888,"duration":1}},{"uid":"939f1f5853c8ef12","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/939f1f5853c8ef12","status":"passed","time":{"start":1728370149913,"stop":1728370149913,"duration":0}},{"uid":"293604f7822950f4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/293604f7822950f4","status":"passed","time":{"start":1728369248972,"stop":1728369248973,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6a74cf0c12edfa8e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6a74cf0c12edfa8e","status":"passed","time":{"start":1728381557234,"stop":1728381557234,"duration":0}},{"uid":"53f0a180da351cf3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/53f0a180da351cf3","status":"passed","time":{"start":1728379366472,"stop":1728379366472,"duration":0}},{"uid":"dde09164bb1c9095","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dde09164bb1c9095","status":"passed","time":{"start":1728371996010,"stop":1728371996012,"duration":2}},{"uid":"e77b14ec03a6835c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e77b14ec03a6835c","status":"passed","time":{"start":1728370345129,"stop":1728370345129,"duration":0}},{"uid":"fb8522213f5bc5f6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb8522213f5bc5f6","status":"passed","time":{"start":1728369447288,"stop":1728369447288,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"f33d7652625e5300","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f33d7652625e5300","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658692,"stop":1728381658693,"duration":1}},{"uid":"9fa4237f92a3dd5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9fa4237f92a3dd5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460504,"stop":1728379460504,"duration":0}},{"uid":"7caaedbd27d104e4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7caaedbd27d104e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"816f37ee385e4ffd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/816f37ee385e4ffd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488125,"stop":1728370488126,"duration":1}},{"uid":"293134ff60a6ba5e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/293134ff60a6ba5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591299,"stop":1728369591300,"duration":1}}]},"6f185642297d0a982ce06e31dace95d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a61458ea342e269","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9a61458ea342e269","status":"passed","time":{"start":1728379460270,"stop":1728379460271,"duration":1}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dafed86010cdc889","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dafed86010cdc889","status":"passed","time":{"start":1728381355982,"stop":1728381355982,"duration":0}},{"uid":"c62658f5c51f4136","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c62658f5c51f4136","status":"passed","time":{"start":1728379159027,"stop":1728379159028,"duration":1}},{"uid":"94a0aa83000157e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/94a0aa83000157e","status":"passed","time":{"start":1728371802911,"stop":1728371802911,"duration":0}},{"uid":"7b44b4c15812dd69","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b44b4c15812dd69","status":"passed","time":{"start":1728370149945,"stop":1728370149945,"duration":0}},{"uid":"d1a50f3b1b058c62","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d1a50f3b1b058c62","status":"passed","time":{"start":1728369249000,"stop":1728369249000,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c94d20ef7265c123","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c94d20ef7265c123","status":"passed","time":{"start":1728381745550,"stop":1728381745551,"duration":1}},{"uid":"751497cac66de624","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/751497cac66de624","status":"passed","time":{"start":1728379547119,"stop":1728379547119,"duration":0}},{"uid":"5726e5f97294d2c3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5726e5f97294d2c3","status":"passed","time":{"start":1728372200172,"stop":1728372200172,"duration":0}},{"uid":"9cee2a26875d7d2d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cee2a26875d7d2d","status":"passed","time":{"start":1728370581670,"stop":1728370581670,"duration":0}},{"uid":"26f324b66e0478f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26f324b66e0478f7","status":"passed","time":{"start":1728369674994,"stop":1728369674995,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9b2f528d6f32f501","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b2f528d6f32f501","status":"passed","time":{"start":1728381355956,"stop":1728381355957,"duration":1}},{"uid":"3795bcb103ac49e4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3795bcb103ac49e4","status":"passed","time":{"start":1728379158998,"stop":1728379158998,"duration":0}},{"uid":"c0d4cba6cd0c424d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c0d4cba6cd0c424d","status":"passed","time":{"start":1728371802890,"stop":1728371802890,"duration":0}},{"uid":"c3323a8ff3ff9f99","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c3323a8ff3ff9f99","status":"passed","time":{"start":1728370149917,"stop":1728370149917,"duration":0}},{"uid":"6883b4764b799806","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6883b4764b799806","status":"passed","time":{"start":1728369248976,"stop":1728369248976,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9430cef6da6f37e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9430cef6da6f37e5","status":"passed","time":{"start":1728381774346,"stop":1728381774347,"duration":1}},{"uid":"995e0d08ea0bb5fa","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/995e0d08ea0bb5fa","status":"passed","time":{"start":1728379576342,"stop":1728379576343,"duration":1}},{"uid":"3527ad19a745721a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3527ad19a745721a","status":"passed","time":{"start":1728372230818,"stop":1728372230818,"duration":0}},{"uid":"b71413a6549eaeec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b71413a6549eaeec","status":"passed","time":{"start":1728370630212,"stop":1728370630212,"duration":0}},{"uid":"f3ee7f227ec19d16","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3ee7f227ec19d16","status":"passed","time":{"start":1728369712263,"stop":1728369712263,"duration":0}}]},"e29c224e11ca796fee6ec1343021ac61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b7c21dd00e83222","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2b7c21dd00e83222","status":"passed","time":{"start":1728369675005,"stop":1728369675005,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"55e9654de84a1956","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/55e9654de84a1956","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0}},{"uid":"5de3a27e172a7e0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5de3a27e172a7e0b","status":"passed","time":{"start":1728379182987,"stop":1728379182987,"duration":0}},{"uid":"3f247c9160cb5e93","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3f247c9160cb5e93","status":"passed","time":{"start":1728371826964,"stop":1728371826964,"duration":0}},{"uid":"e87c5b3bd578773c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e87c5b3bd578773c","status":"passed","time":{"start":1728370174428,"stop":1728370174428,"duration":0}},{"uid":"e743c6b8711417c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e743c6b8711417c8","status":"passed","time":{"start":1728369273237,"stop":1728369273238,"duration":1}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fec72e158dc663b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3fec72e158dc663b","status":"passed","time":{"start":1728381521285,"stop":1728381521286,"duration":1}},{"uid":"3dcde3bbdba05a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3dcde3bbdba05a5d","status":"passed","time":{"start":1728379329165,"stop":1728379329166,"duration":1}},{"uid":"fdcbdddd981bce11","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fdcbdddd981bce11","status":"passed","time":{"start":1728371983980,"stop":1728371983980,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"274a8e2d88d60cc6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/274a8e2d88d60cc6","status":"passed","time":{"start":1728381557267,"stop":1728381557269,"duration":2}},{"uid":"7bb207ea84b4dcaf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7bb207ea84b4dcaf","status":"passed","time":{"start":1728379366486,"stop":1728379366487,"duration":1}},{"uid":"5ce438ba37cf81f7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5ce438ba37cf81f7","status":"passed","time":{"start":1728371996023,"stop":1728371996023,"duration":0}},{"uid":"4edbe620b4b90649","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4edbe620b4b90649","status":"passed","time":{"start":1728370345139,"stop":1728370345139,"duration":0}},{"uid":"9da9f4e0d49d7b49","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9da9f4e0d49d7b49","status":"passed","time":{"start":1728369447290,"stop":1728369447290,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d858d4b100b40b07","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d858d4b100b40b07","status":"passed","time":{"start":1728381521287,"stop":1728381521287,"duration":0}},{"uid":"190f2c885a9a36b6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/190f2c885a9a36b6","status":"passed","time":{"start":1728379329168,"stop":1728379329169,"duration":1}},{"uid":"b8bcb52f0ff7fd5f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b8bcb52f0ff7fd5f","status":"passed","time":{"start":1728371983984,"stop":1728371983984,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fa779d966cec8e54","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fa779d966cec8e54","status":"passed","time":{"start":1728381389463,"stop":1728381389463,"duration":0}},{"uid":"897a4c8dcb610f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/897a4c8dcb610f8","status":"passed","time":{"start":1728379192718,"stop":1728379192719,"duration":1}},{"uid":"8ac6f15f747e1b5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8ac6f15f747e1b5a","status":"passed","time":{"start":1728371836845,"stop":1728371836845,"duration":0}},{"uid":"d996dd9b7ffb2113","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d996dd9b7ffb2113","status":"passed","time":{"start":1728370184429,"stop":1728370184429,"duration":0}},{"uid":"b15ee0ab7620943e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b15ee0ab7620943e","status":"passed","time":{"start":1728369283261,"stop":1728369283262,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3975b39ac59d24ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3975b39ac59d24ed","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0}},{"uid":"93c5ab760ea82b18","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/93c5ab760ea82b18","status":"passed","time":{"start":1728379460291,"stop":1728379460291,"duration":0}},{"uid":"e74d32ec58a20f5a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e74d32ec58a20f5a","status":"passed","time":{"start":1728372105678,"stop":1728372105678,"duration":0}},{"uid":"f42898c6800ccf47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f42898c6800ccf47","status":"passed","time":{"start":1728370464157,"stop":1728370464157,"duration":0}},{"uid":"c200089cf97ff470","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c200089cf97ff470","status":"passed","time":{"start":1728369544875,"stop":1728369544875,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"99fe8340c7d31cdc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/99fe8340c7d31cdc","status":"passed","time":{"start":1728381557211,"stop":1728381557215,"duration":4}},{"uid":"e60f6a8e0b3a0a7d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e60f6a8e0b3a0a7d","status":"passed","time":{"start":1728379366443,"stop":1728379366443,"duration":0}},{"uid":"a667e6a97b2fb481","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a667e6a97b2fb481","status":"passed","time":{"start":1728371995999,"stop":1728371995999,"duration":0}},{"uid":"f9b9008f6c62bf7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9b9008f6c62bf7","status":"passed","time":{"start":1728370345105,"stop":1728370345105,"duration":0}},{"uid":"ca0bcc242ddc8967","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ca0bcc242ddc8967","status":"passed","time":{"start":1728369447284,"stop":1728369447285,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a18ca7f09e171299","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a18ca7f09e171299","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0}},{"uid":"f5147e488cea6655","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f5147e488cea6655","status":"passed","time":{"start":1728379182284,"stop":1728379182284,"duration":0}},{"uid":"f0040c6c1816de2e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f0040c6c1816de2e","status":"passed","time":{"start":1728371826539,"stop":1728371826539,"duration":0}},{"uid":"1ee7f87bd18b7d97","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ee7f87bd18b7d97","status":"passed","time":{"start":1728370173924,"stop":1728370173925,"duration":1}},{"uid":"4cbb0e1eb9abdcf5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4cbb0e1eb9abdcf5","status":"passed","time":{"start":1728369272890,"stop":1728369272894,"duration":4}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4df7eb8bd25deedb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4df7eb8bd25deedb","status":"passed","time":{"start":1728381658381,"stop":1728381658381,"duration":0}},{"uid":"a82ec69d7adc1e16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a82ec69d7adc1e16","status":"passed","time":{"start":1728379460286,"stop":1728379460286,"duration":0}},{"uid":"6e2c96e1f09d691a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e2c96e1f09d691a","status":"passed","time":{"start":1728372105674,"stop":1728372105675,"duration":1}},{"uid":"aa94288ed68e9a47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aa94288ed68e9a47","status":"passed","time":{"start":1728370464149,"stop":1728370464149,"duration":0}},{"uid":"3b48add3b5c2409f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3b48add3b5c2409f","status":"passed","time":{"start":1728369544871,"stop":1728369544872,"duration":1}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"526b337eb9a50690","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/526b337eb9a50690","status":"passed","time":{"start":1728381521342,"stop":1728381521343,"duration":1}},{"uid":"2143406a0557e841","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2143406a0557e841","status":"passed","time":{"start":1728379329188,"stop":1728379329188,"duration":0}},{"uid":"d2e37e06fbc1ee6c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d2e37e06fbc1ee6c","status":"passed","time":{"start":1728371984011,"stop":1728371984011,"duration":0}},{"uid":"18b65a49e08bbb9f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18b65a49e08bbb9f","status":"passed","time":{"start":1728370284370,"stop":1728370284370,"duration":0}},{"uid":"60f82c8483067e1b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/60f82c8483067e1b","status":"passed","time":{"start":1728369378914,"stop":1728369378914,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"feb05ccb5bc873cc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/feb05ccb5bc873cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658390,"stop":1728381658390,"duration":0}},{"uid":"d6e26c9b65febc3e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6e26c9b65febc3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460301,"stop":1728379460301,"duration":0}},{"uid":"ee9e2f98806321dc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee9e2f98806321dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105681,"stop":1728372105681,"duration":0}},{"uid":"69c2effaca0a4cf7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/69c2effaca0a4cf7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464167,"stop":1728370464168,"duration":1}},{"uid":"273effb5511c04c4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/273effb5511c04c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544878,"stop":1728369544878,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"c442430c76fcea29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c442430c76fcea29","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381715120,"stop":1728381715120,"duration":0}},{"uid":"8396bb483f5cdf53","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8396bb483f5cdf53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379518933,"stop":1728379518934,"duration":1}},{"uid":"f6b19c0b55249805","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f6b19c0b55249805","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"47d7d558c82c1bd4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/47d7d558c82c1bd4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370547718,"stop":1728370547718,"duration":0}},{"uid":"8631055598a7f7c1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8631055598a7f7c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369640707,"stop":1728369640708,"duration":1}}]},"989f4deb90e641d7a6ada6dee3be87a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e1405b87ef3326f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2e1405b87ef3326f","status":"passed","time":{"start":1728369675001,"stop":1728369675001,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"83bb330b19f83aba","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/83bb330b19f83aba","status":"passed","time":{"start":1728381774345,"stop":1728381774345,"duration":0}},{"uid":"5ae29fc651047acd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5ae29fc651047acd","status":"passed","time":{"start":1728379576341,"stop":1728379576341,"duration":0}},{"uid":"ed83b5fe9b7cbea3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ed83b5fe9b7cbea3","status":"passed","time":{"start":1728372230817,"stop":1728372230817,"duration":0}},{"uid":"7de28a19fc7a70a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7de28a19fc7a70a1","status":"passed","time":{"start":1728370630210,"stop":1728370630210,"duration":0}},{"uid":"f48766e08828bc2a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f48766e08828bc2a","status":"passed","time":{"start":1728369712261,"stop":1728369712261,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f05ad53c8b99420","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3f05ad53c8b99420","status":"passed","time":{"start":1728381749026,"stop":1728381749026,"duration":0}},{"uid":"d648b03eb0d697e2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d648b03eb0d697e2","status":"passed","time":{"start":1728379549661,"stop":1728379549661,"duration":0}},{"uid":"2d3d80d0d9882f26","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2d3d80d0d9882f26","status":"passed","time":{"start":1728372195414,"stop":1728372195414,"duration":0}},{"uid":"e191eeaf6e9c2340","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e191eeaf6e9c2340","status":"passed","time":{"start":1728370555243,"stop":1728370555243,"duration":0}},{"uid":"c1ced1bb49f50025","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c1ced1bb49f50025","status":"passed","time":{"start":1728369639835,"stop":1728369639835,"duration":0}}]},"5fce79481120b79db737023b7abcbd96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63e5060e5d2de796","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/63e5060e5d2de796","status":"passed","time":{"start":1728369544874,"stop":1728369544875,"duration":1}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aeaf00e60eb5236e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aeaf00e60eb5236e","status":"passed","time":{"start":1728381358360,"stop":1728381358361,"duration":1}},{"uid":"c75096e7a02bd509","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c75096e7a02bd509","status":"passed","time":{"start":1728379161478,"stop":1728379161479,"duration":1}},{"uid":"9cf97d5b14862880","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cf97d5b14862880","status":"passed","time":{"start":1728371805330,"stop":1728371805332,"duration":2}},{"uid":"485a8b21352a5486","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/485a8b21352a5486","status":"passed","time":{"start":1728370152475,"stop":1728370152476,"duration":1}},{"uid":"ea2a94cc4912ca63","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ea2a94cc4912ca63","status":"passed","time":{"start":1728369251639,"stop":1728369251640,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"105ef7092e60ac40","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/105ef7092e60ac40","status":"passed","time":{"start":1728381485020,"stop":1728381485021,"duration":1}},{"uid":"24726efac0726398","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/24726efac0726398","status":"passed","time":{"start":1728379293451,"stop":1728379293452,"duration":1}},{"uid":"2b05c0ca7b2464f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2b05c0ca7b2464f8","status":"passed","time":{"start":1728371932963,"stop":1728371932964,"duration":1}},{"uid":"4906919b6d2ec35d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4906919b6d2ec35d","status":"passed","time":{"start":1728370281705,"stop":1728370281705,"duration":0}},{"uid":"dec168ef95820afb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dec168ef95820afb","status":"passed","time":{"start":1728369376536,"stop":1728369376536,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"518d65eff2ed7e4d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/518d65eff2ed7e4d","status":"passed","time":{"start":1728381358361,"stop":1728381358361,"duration":0}},{"uid":"bd5ab064a3a15ccf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bd5ab064a3a15ccf","status":"passed","time":{"start":1728379161479,"stop":1728379161479,"duration":0}},{"uid":"e25eb7d7e1ab6eb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e25eb7d7e1ab6eb","status":"passed","time":{"start":1728371805332,"stop":1728371805332,"duration":0}},{"uid":"92d0639eceba20a7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/92d0639eceba20a7","status":"passed","time":{"start":1728370152476,"stop":1728370152476,"duration":0}},{"uid":"4c37d2f9e1bfb919","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4c37d2f9e1bfb919","status":"passed","time":{"start":1728369251641,"stop":1728369251641,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b7aa8de07c36106a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b7aa8de07c36106a","status":"passed","time":{"start":1728381711646,"stop":1728381711647,"duration":1}},{"uid":"87de9bb48ff8ca07","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/87de9bb48ff8ca07","status":"passed","time":{"start":1728379515550,"stop":1728379515550,"duration":0}},{"uid":"53f3eb672d640a8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/53f3eb672d640a8c","status":"passed","time":{"start":1728372171293,"stop":1728372171293,"duration":0}},{"uid":"f0126fa5df23840d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f0126fa5df23840d","status":"passed","time":{"start":1728370522957,"stop":1728370522958,"duration":1}},{"uid":"a7e276bb15c70c0b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a7e276bb15c70c0b","status":"passed","time":{"start":1728369622033,"stop":1728369622034,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e196ab77e326e63e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e196ab77e326e63e","status":"passed","time":{"start":1728381749068,"stop":1728381749070,"duration":2}},{"uid":"8a9f1bb0a31a71ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8a9f1bb0a31a71ab","status":"passed","time":{"start":1728379549700,"stop":1728379549700,"duration":0}},{"uid":"3c98597feb63461f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3c98597feb63461f","status":"passed","time":{"start":1728372195436,"stop":1728372195437,"duration":1}},{"uid":"dd5f7452deaad3ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dd5f7452deaad3ec","status":"passed","time":{"start":1728370555260,"stop":1728370555260,"duration":0}},{"uid":"38bd432414257a3c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38bd432414257a3c","status":"passed","time":{"start":1728369639856,"stop":1728369639856,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"498d815673d3bb1d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/498d815673d3bb1d","status":"passed","time":{"start":1728381526520,"stop":1728381526520,"duration":0}},{"uid":"66bcbefcc98725d4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66bcbefcc98725d4","status":"passed","time":{"start":1728379329403,"stop":1728379329403,"duration":0}},{"uid":"f441ff0c8434b5d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f441ff0c8434b5d1","status":"passed","time":{"start":1728371974003,"stop":1728371974003,"duration":0}},{"uid":"70d283b8e5987e47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70d283b8e5987e47","status":"passed","time":{"start":1728370320870,"stop":1728370320871,"duration":1}},{"uid":"c17ca70a4efe8c24","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c17ca70a4efe8c24","status":"passed","time":{"start":1728369420264,"stop":1728369420264,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"325ebf39288cf9c9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/325ebf39288cf9c9","status":"passed","time":{"start":1728381772752,"stop":1728381772752,"duration":0}},{"uid":"fcea819ab528f24c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fcea819ab528f24c","status":"passed","time":{"start":1728379576114,"stop":1728379576115,"duration":1}},{"uid":"c614d19d3dacb8b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c614d19d3dacb8b","status":"passed","time":{"start":1728372231472,"stop":1728372231472,"duration":0}},{"uid":"b74385cf72cbf75c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b74385cf72cbf75c","status":"passed","time":{"start":1728370655525,"stop":1728370655525,"duration":0}},{"uid":"972e7e2919e2db23","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/972e7e2919e2db23","status":"passed","time":{"start":1728369731926,"stop":1728369731926,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"86a37924a319c8f7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/86a37924a319c8f7","status":"passed","time":{"start":1728381737936,"stop":1728381737937,"duration":1}},{"uid":"be0d6b6d50da0c9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be0d6b6d50da0c9d","status":"passed","time":{"start":1728379543300,"stop":1728379543300,"duration":0}},{"uid":"dd8c5511269c813b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dd8c5511269c813b","status":"passed","time":{"start":1728372192289,"stop":1728372192289,"duration":0}},{"uid":"de13c1bb42c43623","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/de13c1bb42c43623","status":"passed","time":{"start":1728370579156,"stop":1728370579156,"duration":0}},{"uid":"a5c31f59b665a15c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a5c31f59b665a15c","status":"passed","time":{"start":1728369664330,"stop":1728369664330,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ed4cb5f5970bf6d8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ed4cb5f5970bf6d8","status":"passed","time":{"start":1728381749047,"stop":1728381749047,"duration":0}},{"uid":"cbfd9ada60cd7e92","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cbfd9ada60cd7e92","status":"passed","time":{"start":1728379549689,"stop":1728379549690,"duration":1}},{"uid":"e4158eb79732cef2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e4158eb79732cef2","status":"passed","time":{"start":1728372195430,"stop":1728372195430,"duration":0}},{"uid":"83fa1538b293f319","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83fa1538b293f319","status":"passed","time":{"start":1728370555253,"stop":1728370555253,"duration":0}},{"uid":"147def67bf027d3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/147def67bf027d3","status":"passed","time":{"start":1728369639847,"stop":1728369639847,"duration":0}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ccc95eb44753ff59","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ccc95eb44753ff59","status":"passed","time":{"start":1728381355973,"stop":1728381355973,"duration":0}},{"uid":"9fa6584a2742b52b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9fa6584a2742b52b","status":"passed","time":{"start":1728379159016,"stop":1728379159016,"duration":0}},{"uid":"7890637d0fdb767b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7890637d0fdb767b","status":"passed","time":{"start":1728371802901,"stop":1728371802902,"duration":1}},{"uid":"d54ed03336c71b00","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d54ed03336c71b00","status":"passed","time":{"start":1728370149935,"stop":1728370149935,"duration":0}},{"uid":"8b7606376cf2fc18","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8b7606376cf2fc18","status":"passed","time":{"start":1728369248990,"stop":1728369248990,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ee65cec91663f3c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ee65cec91663f3c","status":"passed","time":{"start":1728381545563,"stop":1728381545564,"duration":1}},{"uid":"f97e83e82825eaa0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f97e83e82825eaa0","status":"passed","time":{"start":1728379350297,"stop":1728379350298,"duration":1}},{"uid":"2014d6b2d4dc74ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2014d6b2d4dc74ab","status":"passed","time":{"start":1728371998256,"stop":1728371998261,"duration":5}},{"uid":"9d1693a2c1ac15e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9d1693a2c1ac15e","status":"passed","time":{"start":1728370345942,"stop":1728370345942,"duration":0}},{"uid":"f592ed5f58399991","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f592ed5f58399991","status":"passed","time":{"start":1728369443731,"stop":1728369443737,"duration":6}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e6619b0f46f46bcb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e6619b0f46f46bcb","status":"passed","time":{"start":1728381749039,"stop":1728381749039,"duration":0}},{"uid":"40f41d9b5ea3d0f9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/40f41d9b5ea3d0f9","status":"passed","time":{"start":1728379549684,"stop":1728379549684,"duration":0}},{"uid":"57236d9508064db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57236d9508064db","status":"passed","time":{"start":1728372195424,"stop":1728372195424,"duration":0}},{"uid":"e0079636740ebeda","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e0079636740ebeda","status":"passed","time":{"start":1728370555251,"stop":1728370555251,"duration":0}},{"uid":"85bf29bf30faaec2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85bf29bf30faaec2","status":"passed","time":{"start":1728369639843,"stop":1728369639844,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6457dd74126a3122","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6457dd74126a3122","status":"passed","time":{"start":1728381689146,"stop":1728381689146,"duration":0}},{"uid":"6e72d583a3e03a09","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e72d583a3e03a09","status":"passed","time":{"start":1728379493802,"stop":1728379493803,"duration":1}},{"uid":"f8c6a3f6fec1f43e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8c6a3f6fec1f43e","status":"passed","time":{"start":1728372140938,"stop":1728372140940,"duration":2}},{"uid":"2f7803683da7f84e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f7803683da7f84e","status":"passed","time":{"start":1728370524956,"stop":1728370524956,"duration":0}},{"uid":"df63fecbfdd99d80","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/df63fecbfdd99d80","status":"passed","time":{"start":1728369630388,"stop":1728369630390,"duration":2}}]},"5d805aa5b7a57aa811134bc149063c0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88f872a65a2cb2d0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88f872a65a2cb2d0","status":"passed","time":{"start":1728381711683,"stop":1728381711683,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3d8a368cc7a0df95","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3d8a368cc7a0df95","status":"passed","time":{"start":1728381772748,"stop":1728381772748,"duration":0}},{"uid":"5459d47e7f6d15b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5459d47e7f6d15b8","status":"passed","time":{"start":1728379576112,"stop":1728379576112,"duration":0}},{"uid":"5e5cb8ba2b1d8c86","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e5cb8ba2b1d8c86","status":"passed","time":{"start":1728372231470,"stop":1728372231470,"duration":0}},{"uid":"8f36c9eac5720b73","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8f36c9eac5720b73","status":"passed","time":{"start":1728370655523,"stop":1728370655523,"duration":0}},{"uid":"6173da58d2b95310","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6173da58d2b95310","status":"passed","time":{"start":1728369731924,"stop":1728369731924,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9ee382578073d372","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9ee382578073d372","status":"passed","time":{"start":1728381762412,"stop":1728381762412,"duration":0}},{"uid":"32d2887a43ce5174","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/32d2887a43ce5174","status":"passed","time":{"start":1728379565738,"stop":1728379565743,"duration":5}},{"uid":"e0e96d9ae504d975","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e0e96d9ae504d975","status":"passed","time":{"start":1728372228765,"stop":1728372228765,"duration":0}},{"uid":"5d89ecc6691ec6a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5d89ecc6691ec6a","status":"passed","time":{"start":1728370603980,"stop":1728370603981,"duration":1}},{"uid":"5a1f39e7caaa00a7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5a1f39e7caaa00a7","status":"passed","time":{"start":1728369703131,"stop":1728369703131,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"778bc4d76de86f1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/778bc4d76de86f1a","status":"passed","time":{"start":1728381521321,"stop":1728381521322,"duration":1}},{"uid":"f21e0c29801923f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f21e0c29801923f7","status":"passed","time":{"start":1728379329183,"stop":1728379329184,"duration":1}},{"uid":"2293a01ba850e049","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2293a01ba850e049","status":"passed","time":{"start":1728371984008,"stop":1728371984009,"duration":1}},{"uid":"cb93fe208ea92138","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cb93fe208ea92138","status":"passed","time":{"start":1728370284363,"stop":1728370284364,"duration":1}},{"uid":"8a29b2d3bdd4c257","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8a29b2d3bdd4c257","status":"passed","time":{"start":1728369378911,"stop":1728369378911,"duration":0}}]},"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56fd038797efdcdd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56fd038797efdcdd","status":"passed","time":{"start":1728379197136,"stop":1728379197136,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"16905df240891182","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/16905df240891182","status":"passed","time":{"start":1728381526513,"stop":1728381526515,"duration":2}},{"uid":"6ded6d52b6381200","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ded6d52b6381200","status":"passed","time":{"start":1728379329398,"stop":1728379329398,"duration":0}},{"uid":"a044f11423a05c89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a044f11423a05c89","status":"passed","time":{"start":1728371973991,"stop":1728371973992,"duration":1}},{"uid":"3b5db82dd875166","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3b5db82dd875166","status":"passed","time":{"start":1728370320865,"stop":1728370320865,"duration":0}},{"uid":"e2275ca7c87604e2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e2275ca7c87604e2","status":"passed","time":{"start":1728369420244,"stop":1728369420244,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4c26be2e86e71541","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c26be2e86e71541","status":"passed","time":{"start":1728381634683,"stop":1728381634683,"duration":0}},{"uid":"ceded9d2abbcbd11","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ceded9d2abbcbd11","status":"passed","time":{"start":1728379440095,"stop":1728379440095,"duration":0}},{"uid":"45a001534482a8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/45a001534482a8e","status":"passed","time":{"start":1728372106163,"stop":1728372106164,"duration":1}},{"uid":"b2977a37d3f1654f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b2977a37d3f1654f","status":"passed","time":{"start":1728370467936,"stop":1728370467936,"duration":0}},{"uid":"f7dd830302f695fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7dd830302f695fb","status":"passed","time":{"start":1728369560302,"stop":1728369560303,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"693eca846d962004","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/693eca846d962004","status":"passed","time":{"start":1728381634309,"stop":1728381634310,"duration":1}},{"uid":"8fa2895bbddd3275","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8fa2895bbddd3275","status":"passed","time":{"start":1728379439872,"stop":1728379439872,"duration":0}},{"uid":"d0a525e33e5dcf30","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0a525e33e5dcf30","status":"passed","time":{"start":1728372083108,"stop":1728372083109,"duration":1}},{"uid":"5ebc070a9186522c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5ebc070a9186522c","status":"passed","time":{"start":1728370464874,"stop":1728370464875,"duration":1}},{"uid":"6a10953c0a32a8b1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6a10953c0a32a8b1","status":"passed","time":{"start":1728369559765,"stop":1728369559765,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2d43e4342c174655","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2d43e4342c174655","status":"passed","time":{"start":1728381557205,"stop":1728381557206,"duration":1}},{"uid":"7f70938beb73bce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7f70938beb73bce","status":"passed","time":{"start":1728379366435,"stop":1728379366439,"duration":4}},{"uid":"a98bd4c425f51d06","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a98bd4c425f51d06","status":"passed","time":{"start":1728371995989,"stop":1728371995989,"duration":0}},{"uid":"5e0672bc4f1ef758","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e0672bc4f1ef758","status":"passed","time":{"start":1728370345097,"stop":1728370345099,"duration":2}},{"uid":"b75ebaca78780b52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b75ebaca78780b52","status":"passed","time":{"start":1728369447282,"stop":1728369447283,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34505fe63562030e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34505fe63562030e","status":"passed","time":{"start":1728381521296,"stop":1728381521297,"duration":1}},{"uid":"29adfe6520dbcceb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/29adfe6520dbcceb","status":"passed","time":{"start":1728379329175,"stop":1728379329175,"duration":0}},{"uid":"7b35dcdef59865cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b35dcdef59865cf","status":"passed","time":{"start":1728371984001,"stop":1728371984001,"duration":0}},{"uid":"a1ae3380ac7292a2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a1ae3380ac7292a2","status":"passed","time":{"start":1728370284352,"stop":1728370284354,"duration":2}},{"uid":"5d8a243a1f10a00a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5d8a243a1f10a00a","status":"passed","time":{"start":1728369378893,"stop":1728369378894,"duration":1}}]},"053bc3a82c786a649ac501600b44efd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b35c95017ff7476d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b35c95017ff7476d","status":"passed","time":{"start":1728370524962,"stop":1728370524962,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3def1bb78fe4c69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3def1bb78fe4c69","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0}},{"uid":"1ab5bab8882e67f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1ab5bab8882e67f7","status":"passed","time":{"start":1728379167606,"stop":1728379167606,"duration":0}},{"uid":"ee28c82b5515d86e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee28c82b5515d86e","status":"passed","time":{"start":1728371811388,"stop":1728371811388,"duration":0}},{"uid":"49326bd81428c38f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49326bd81428c38f","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"8db6772122852d1d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8db6772122852d1d","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"a77ccd0f0e2536866bec0d2ef6ed6b00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95655c8a5203d3c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95655c8a5203d3c3","status":"passed","time":{"start":1728369630401,"stop":1728369630402,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ee7437a6d52031","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ee7437a6d52031","status":"passed","time":{"start":1728381658371,"stop":1728381658371,"duration":0}},{"uid":"8b41740d7fa363fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b41740d7fa363fd","status":"passed","time":{"start":1728379460265,"stop":1728379460268,"duration":3}},{"uid":"f4cbc76ba158e1df","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f4cbc76ba158e1df","status":"passed","time":{"start":1728372105664,"stop":1728372105665,"duration":1}},{"uid":"468c2ba825cd233d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/468c2ba825cd233d","status":"passed","time":{"start":1728370464128,"stop":1728370464129,"duration":1}},{"uid":"a68dd1be1cfd216d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a68dd1be1cfd216d","status":"passed","time":{"start":1728369544860,"stop":1728369544861,"duration":1}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"27c308d51922eec8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/27c308d51922eec8","status":"passed","time":{"start":1728381355975,"stop":1728381355975,"duration":0}},{"uid":"51f4a4877b34dd64","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/51f4a4877b34dd64","status":"passed","time":{"start":1728379159018,"stop":1728379159018,"duration":0}},{"uid":"ef8a10d05935c848","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ef8a10d05935c848","status":"passed","time":{"start":1728371802903,"stop":1728371802904,"duration":1}},{"uid":"7f9fde44e5af0bf0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7f9fde44e5af0bf0","status":"passed","time":{"start":1728370149937,"stop":1728370149937,"duration":0}},{"uid":"fa6eb551f99ac3b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fa6eb551f99ac3b","status":"passed","time":{"start":1728369248992,"stop":1728369248992,"duration":0}}]},"2abbc453cfaa88b4c369d4c502399410:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9867bc086a38817b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9867bc086a38817b","status":"passed","time":{"start":1728369663463,"stop":1728369663463,"duration":0}}]},"6eef9c6fad989e7a4fbc1d24c9f31d9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2ebeeb0974c114","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d2ebeeb0974c114","status":"passed","time":{"start":1728370522978,"stop":1728370522979,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"5fa1959db60032e6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5fa1959db60032e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658691,"stop":1728381658692,"duration":1}},{"uid":"801bbdaeb83216d6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/801bbdaeb83216d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460503,"stop":1728379460503,"duration":0}},{"uid":"2e6c5c40005ac208","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2e6c5c40005ac208","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107863,"stop":1728372107863,"duration":0}},{"uid":"4d03cd78ad3edf5e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4d03cd78ad3edf5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488123,"stop":1728370488123,"duration":0}},{"uid":"f62d600a55606897","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f62d600a55606897","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591297,"stop":1728369591297,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bce3c8efb1ca13a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bce3c8efb1ca13a0","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0}},{"uid":"f914f9b12b6b9065","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f914f9b12b6b9065","status":"passed","time":{"start":1728379543301,"stop":1728379543301,"duration":0}},{"uid":"58b28d79985048f0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/58b28d79985048f0","status":"passed","time":{"start":1728372192290,"stop":1728372192290,"duration":0}},{"uid":"30fedd32a16d47c1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30fedd32a16d47c1","status":"passed","time":{"start":1728370579157,"stop":1728370579158,"duration":1}},{"uid":"a8abb5068246ca92","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a8abb5068246ca92","status":"passed","time":{"start":1728369664331,"stop":1728369664331,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e949bbb9e83d2ce8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e949bbb9e83d2ce8","status":"passed","time":{"start":1728381521291,"stop":1728381521291,"duration":0}},{"uid":"96e0c72d0a1c5ca7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/96e0c72d0a1c5ca7","status":"passed","time":{"start":1728379329172,"stop":1728379329172,"duration":0}},{"uid":"74a952d44bfd904f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/74a952d44bfd904f","status":"passed","time":{"start":1728371983994,"stop":1728371983994,"duration":0}},{"uid":"200c212f608d91a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/200c212f608d91a4","status":"passed","time":{"start":1728370284346,"stop":1728370284346,"duration":0}},{"uid":"f245963bb0fcf14e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f245963bb0fcf14e","status":"passed","time":{"start":1728369378879,"stop":1728369378879,"duration":0}}]},"07405123b5590e0077dfc236dc47a697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9df8e5e29d2d0441","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9df8e5e29d2d0441","status":"passed","time":{"start":1728379547121,"stop":1728379547121,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c260a3d1c6e32441","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c260a3d1c6e32441","status":"passed","time":{"start":1728381658377,"stop":1728381658377,"duration":0}},{"uid":"2cecb8bf07ae6f9a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2cecb8bf07ae6f9a","status":"passed","time":{"start":1728379460280,"stop":1728379460280,"duration":0}},{"uid":"f44ffd2ed7282e90","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f44ffd2ed7282e90","status":"passed","time":{"start":1728372105670,"stop":1728372105670,"duration":0}},{"uid":"27b64622672f277c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/27b64622672f277c","status":"passed","time":{"start":1728370464138,"stop":1728370464139,"duration":1}},{"uid":"b8b90e2706571aa2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b8b90e2706571aa2","status":"passed","time":{"start":1728369544866,"stop":1728369544866,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f85f33da1c6531d9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f85f33da1c6531d9","status":"passed","time":{"start":1728381545557,"stop":1728381545559,"duration":2}},{"uid":"e2e30d8eb9eb25c0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e2e30d8eb9eb25c0","status":"passed","time":{"start":1728379350296,"stop":1728379350297,"duration":1}},{"uid":"727799c1a804d79f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/727799c1a804d79f","status":"passed","time":{"start":1728371998251,"stop":1728371998252,"duration":1}},{"uid":"6b56a5f71bd9ac7c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6b56a5f71bd9ac7c","status":"passed","time":{"start":1728370345941,"stop":1728370345941,"duration":0}},{"uid":"ef8dbc4352ad21c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ef8dbc4352ad21c","status":"passed","time":{"start":1728369443729,"stop":1728369443730,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"324d4eab605c7f65","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/324d4eab605c7f65","status":"passed","time":{"start":1728381756573,"stop":1728381756573,"duration":0}},{"uid":"84b6b46300aecf98","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/84b6b46300aecf98","status":"passed","time":{"start":1728379560457,"stop":1728379560457,"duration":0}},{"uid":"26cd084bb1ed9644","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/26cd084bb1ed9644","status":"passed","time":{"start":1728372207703,"stop":1728372207707,"duration":4}},{"uid":"efd6cf71de3a8578","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efd6cf71de3a8578","status":"passed","time":{"start":1728370596500,"stop":1728370596501,"duration":1}},{"uid":"5576c9950c9db626","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5576c9950c9db626","status":"passed","time":{"start":1728369687974,"stop":1728369687974,"duration":0}}]},"24cc646830caa4c282c698b1593188bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c1002624ce8d56c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c1002624ce8d56c","status":"passed","time":{"start":1728372169986,"stop":1728372169986,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ec54fc521dd7556","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ec54fc521dd7556","status":"passed","time":{"start":1728381762405,"stop":1728381762405,"duration":0}},{"uid":"7b631faaf5a23514","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7b631faaf5a23514","status":"passed","time":{"start":1728379565736,"stop":1728379565736,"duration":0}},{"uid":"2593a8c42ea35fe4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2593a8c42ea35fe4","status":"passed","time":{"start":1728372228763,"stop":1728372228763,"duration":0}},{"uid":"feef1f51f4e05af1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/feef1f51f4e05af1","status":"passed","time":{"start":1728370603965,"stop":1728370603966,"duration":1}},{"uid":"b1db6ea90ed5ba52","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b1db6ea90ed5ba52","status":"passed","time":{"start":1728369703128,"stop":1728369703128,"duration":0}}]},"a0b394c3a0760c263343e7036ed73644:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43677c18cacf4292","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/43677c18cacf4292","status":"passed","time":{"start":1728379547120,"stop":1728379547120,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ca51ef9da997f464","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ca51ef9da997f464","status":"passed","time":{"start":1728381526515,"stop":1728381526515,"duration":0}},{"uid":"823dbe555d4cc2e8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/823dbe555d4cc2e8","status":"passed","time":{"start":1728379329398,"stop":1728379329399,"duration":1}},{"uid":"1f68a1b4cc411249","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1f68a1b4cc411249","status":"passed","time":{"start":1728371973992,"stop":1728371973992,"duration":0}},{"uid":"b2ff95432c9a68e9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b2ff95432c9a68e9","status":"passed","time":{"start":1728370320865,"stop":1728370320866,"duration":1}},{"uid":"b3d6548dd827855c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3d6548dd827855c","status":"passed","time":{"start":1728369420244,"stop":1728369420244,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"372d73bc2c2988c5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/372d73bc2c2988c5","status":"passed","time":{"start":1728381689148,"stop":1728381689149,"duration":1}},{"uid":"5b13a6bf8ba95544","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b13a6bf8ba95544","status":"passed","time":{"start":1728379493841,"stop":1728379493841,"duration":0}},{"uid":"693804a1dbdfbf32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/693804a1dbdfbf32","status":"passed","time":{"start":1728372140944,"stop":1728372140944,"duration":0}},{"uid":"1a910df86b7c7f26","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1a910df86b7c7f26","status":"passed","time":{"start":1728370524957,"stop":1728370524957,"duration":0}},{"uid":"d1131e8a0256a519","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d1131e8a0256a519","status":"passed","time":{"start":1728369630393,"stop":1728369630394,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cdd219797c011aea","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cdd219797c011aea","status":"passed","time":{"start":1728381749055,"stop":1728381749056,"duration":1}},{"uid":"131ee2f7dfb44324","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/131ee2f7dfb44324","status":"passed","time":{"start":1728379549694,"stop":1728379549694,"duration":0}},{"uid":"8a4fe90493ec83e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8a4fe90493ec83e0","status":"passed","time":{"start":1728372195432,"stop":1728372195433,"duration":1}},{"uid":"d458a28087661511","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d458a28087661511","status":"passed","time":{"start":1728370555256,"stop":1728370555256,"duration":0}},{"uid":"aa3f5d2c11a5c19e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa3f5d2c11a5c19e","status":"passed","time":{"start":1728369639852,"stop":1728369639852,"duration":0}}]},"6f4d0bc88dd68dd9efa537700953fe18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68802b12b88c3b59","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/68802b12b88c3b59","status":"passed","time":{"start":1728369675005,"stop":1728369675006,"duration":1}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c128d829e7f9928a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c128d829e7f9928a","status":"passed","time":{"start":1728381658367,"stop":1728381658367,"duration":0}},{"uid":"d47f028717eba21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d47f028717eba21d","status":"passed","time":{"start":1728379460260,"stop":1728379460260,"duration":0}},{"uid":"bf76eadd63c47425","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bf76eadd63c47425","status":"passed","time":{"start":1728372105660,"stop":1728372105660,"duration":0}},{"uid":"4241e0e6cf8030cb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4241e0e6cf8030cb","status":"passed","time":{"start":1728370464118,"stop":1728370464118,"duration":0}},{"uid":"1afc5535f5483af1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1afc5535f5483af1","status":"passed","time":{"start":1728369544854,"stop":1728369544855,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"16d384b80281269c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/16d384b80281269c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381696825,"stop":1728381696826,"duration":1}},{"uid":"3d25fcb4d02915a7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d25fcb4d02915a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379498094,"stop":1728379498095,"duration":1}},{"uid":"284b21a564fafb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/284b21a564fafb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372147557,"stop":1728372147558,"duration":1}},{"uid":"36c90ee97c6ff2f0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36c90ee97c6ff2f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370535012,"stop":1728370535018,"duration":6}},{"uid":"6a5af6a8b939e3bd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6a5af6a8b939e3bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369636356,"stop":1728369636356,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"754ba25800adefae","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/754ba25800adefae","status":"passed","time":{"start":1728381355970,"stop":1728381355970,"duration":0}},{"uid":"ebee20c6113c94fd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebee20c6113c94fd","status":"passed","time":{"start":1728379159012,"stop":1728379159012,"duration":0}},{"uid":"5254f88263b095dc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5254f88263b095dc","status":"passed","time":{"start":1728371802898,"stop":1728371802898,"duration":0}},{"uid":"185704a83484bea6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/185704a83484bea6","status":"passed","time":{"start":1728370149931,"stop":1728370149931,"duration":0}},{"uid":"49e10186e3717da4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/49e10186e3717da4","status":"passed","time":{"start":1728369248986,"stop":1728369248986,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc75db3bdf818aec","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc75db3bdf818aec","status":"passed","time":{"start":1728381389462,"stop":1728381389462,"duration":0}},{"uid":"131f75e2eae57ea7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/131f75e2eae57ea7","status":"passed","time":{"start":1728379192717,"stop":1728379192717,"duration":0}},{"uid":"7b958c0e20ea60d7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7b958c0e20ea60d7","status":"passed","time":{"start":1728371836844,"stop":1728371836844,"duration":0}},{"uid":"1477c06cc6a3b1ac","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1477c06cc6a3b1ac","status":"passed","time":{"start":1728370184427,"stop":1728370184428,"duration":1}},{"uid":"c26040160c15df09","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c26040160c15df09","status":"passed","time":{"start":1728369283260,"stop":1728369283261,"duration":1}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d5871a0f41fa39a0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d5871a0f41fa39a0","status":"passed","time":{"start":1728381355971,"stop":1728381355972,"duration":1}},{"uid":"c1ba2b196f80b340","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c1ba2b196f80b340","status":"passed","time":{"start":1728379159014,"stop":1728379159014,"duration":0}},{"uid":"a6fecafa93c97543","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6fecafa93c97543","status":"passed","time":{"start":1728371802899,"stop":1728371802899,"duration":0}},{"uid":"36222d494d62f09b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/36222d494d62f09b","status":"passed","time":{"start":1728370149933,"stop":1728370149933,"duration":0}},{"uid":"7a11e389898393b5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a11e389898393b5","status":"passed","time":{"start":1728369248987,"stop":1728369248988,"duration":1}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c6b9f720e6ecf60","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c6b9f720e6ecf60","status":"passed","time":{"start":1728381689150,"stop":1728381689151,"duration":1}},{"uid":"16724fbd180856af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16724fbd180856af","status":"passed","time":{"start":1728379493842,"stop":1728379493842,"duration":0}},{"uid":"df98289024c593fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/df98289024c593fc","status":"passed","time":{"start":1728372140944,"stop":1728372140945,"duration":1}},{"uid":"798bf9968ef3253c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/798bf9968ef3253c","status":"passed","time":{"start":1728370524958,"stop":1728370524958,"duration":0}},{"uid":"dd26ed4eaba9adee","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dd26ed4eaba9adee","status":"passed","time":{"start":1728369630394,"stop":1728369630395,"duration":1}}]},"1a4c60a8b02fc5097213e3520417c486:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c821c02f6f0c0b11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c821c02f6f0c0b11","status":"passed","time":{"start":1728369622056,"stop":1728369622056,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"293013cf5c7413fb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/293013cf5c7413fb","status":"passed","time":{"start":1728381416762,"stop":1728381416762,"duration":0}},{"uid":"30432061161736","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30432061161736","status":"passed","time":{"start":1728379222478,"stop":1728379222479,"duration":1}},{"uid":"184e5187bc53af89","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/184e5187bc53af89","status":"passed","time":{"start":1728371864277,"stop":1728371864277,"duration":0}},{"uid":"121eb8f0f4a0485f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/121eb8f0f4a0485f","status":"passed","time":{"start":1728370211849,"stop":1728370211849,"duration":0}},{"uid":"f7e2bd2af0200da6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f7e2bd2af0200da6","status":"passed","time":{"start":1728369311530,"stop":1728369311531,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3ca9cd0f3f80f996","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3ca9cd0f3f80f996","status":"passed","time":{"start":1728381715120,"stop":1728381715121,"duration":1}},{"uid":"52bc73321a14323a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/52bc73321a14323a","status":"passed","time":{"start":1728379518934,"stop":1728379518934,"duration":0}},{"uid":"c53b4988208e233c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c53b4988208e233c","status":"passed","time":{"start":1728372187564,"stop":1728372187564,"duration":0}},{"uid":"f94dfae829b27dcf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f94dfae829b27dcf","status":"passed","time":{"start":1728370547719,"stop":1728370547719,"duration":0}},{"uid":"501e1d1e788c1d43","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/501e1d1e788c1d43","status":"passed","time":{"start":1728369640708,"stop":1728369640710,"duration":2}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"109588b18d7b7136","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/109588b18d7b7136","status":"passed","time":{"start":1728381743124,"stop":1728381743124,"duration":0}},{"uid":"f24cc31edb684cc9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f24cc31edb684cc9","status":"passed","time":{"start":1728379550983,"stop":1728379550983,"duration":0}},{"uid":"8c132c032c4084ff","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8c132c032c4084ff","status":"passed","time":{"start":1728372211444,"stop":1728372211445,"duration":1}},{"uid":"6406cd8a0e0f8c96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6406cd8a0e0f8c96","status":"passed","time":{"start":1728370582328,"stop":1728370582328,"duration":0}},{"uid":"bca9f33d74f101d9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bca9f33d74f101d9","status":"passed","time":{"start":1728369674240,"stop":1728369674240,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fc865e1786e2f9f8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fc865e1786e2f9f8","status":"passed","time":{"start":1728381774344,"stop":1728381774344,"duration":0}},{"uid":"98a3e40d0974d8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98a3e40d0974d8","status":"passed","time":{"start":1728379576340,"stop":1728379576340,"duration":0}},{"uid":"13ae9d0c6d8b0db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/13ae9d0c6d8b0db","status":"passed","time":{"start":1728372230816,"stop":1728372230816,"duration":0}},{"uid":"f313119d06949217","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f313119d06949217","status":"passed","time":{"start":1728370630209,"stop":1728370630209,"duration":0}},{"uid":"b82d8b016e25b6ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b82d8b016e25b6ea","status":"passed","time":{"start":1728369712259,"stop":1728369712260,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8a38a67a2f0d50a7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8a38a67a2f0d50a7","status":"passed","time":{"start":1728381658377,"stop":1728381658378,"duration":1}},{"uid":"8c9a31c3fd7a4418","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c9a31c3fd7a4418","status":"passed","time":{"start":1728379460281,"stop":1728379460281,"duration":0}},{"uid":"6a8404116593a563","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6a8404116593a563","status":"passed","time":{"start":1728372105671,"stop":1728372105671,"duration":0}},{"uid":"6860dc2b5e100a9d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6860dc2b5e100a9d","status":"passed","time":{"start":1728370464139,"stop":1728370464140,"duration":1}},{"uid":"159fb8f8075241dd","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/159fb8f8075241dd","status":"passed","time":{"start":1728369544867,"stop":1728369544867,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5610250644cfe58a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5610250644cfe58a","status":"passed","time":{"start":1728381355984,"stop":1728381355984,"duration":0}},{"uid":"1902796090a63ae0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1902796090a63ae0","status":"passed","time":{"start":1728379159029,"stop":1728379159029,"duration":0}},{"uid":"b4081a38906101fa","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4081a38906101fa","status":"passed","time":{"start":1728371802912,"stop":1728371802912,"duration":0}},{"uid":"7f0b132275b2902e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7f0b132275b2902e","status":"passed","time":{"start":1728370149947,"stop":1728370149947,"duration":0}},{"uid":"b6985fe7a0089820","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6985fe7a0089820","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7fb21fd611d28d8a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7fb21fd611d28d8a","status":"passed","time":{"start":1728381696824,"stop":1728381696824,"duration":0}},{"uid":"273b0f5e3385a73a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/273b0f5e3385a73a","status":"passed","time":{"start":1728379498093,"stop":1728379498093,"duration":0}},{"uid":"e5f7be6bf2ed5b62","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e5f7be6bf2ed5b62","status":"passed","time":{"start":1728372147552,"stop":1728372147553,"duration":1}},{"uid":"c192ceba0598a655","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c192ceba0598a655","status":"passed","time":{"start":1728370535011,"stop":1728370535011,"duration":0}},{"uid":"2d8353aa37a2ce92","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2d8353aa37a2ce92","status":"passed","time":{"start":1728369636355,"stop":1728369636355,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"40e8f2cc0a25ac2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/40e8f2cc0a25ac2","status":"passed","time":{"start":1728381461624,"stop":1728381461632,"duration":8}},{"uid":"b9ffaea52187c24d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9ffaea52187c24d","status":"passed","time":{"start":1728379263325,"stop":1728379263331,"duration":6}},{"uid":"3246014eec90e4b5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3246014eec90e4b5","status":"passed","time":{"start":1728371908006,"stop":1728371908006,"duration":0}},{"uid":"87aae8e643ed0800","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/87aae8e643ed0800","status":"passed","time":{"start":1728370252053,"stop":1728370252053,"duration":0}},{"uid":"bcb2d2360cd89daa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb2d2360cd89daa","status":"passed","time":{"start":1728369354741,"stop":1728369354742,"duration":1}}]},"123136e1c9b3c8ebdfbde444cdfb1232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c80a677154eed0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f0c80a677154eed0","status":"passed","time":{"start":1728370487885,"stop":1728370487886,"duration":1}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ee306e14924d568b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ee306e14924d568b","status":"passed","time":{"start":1728381355974,"stop":1728381355974,"duration":0}},{"uid":"98d59f26afced515","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98d59f26afced515","status":"passed","time":{"start":1728379159017,"stop":1728379159018,"duration":1}},{"uid":"44010da886ca24cf","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44010da886ca24cf","status":"passed","time":{"start":1728371802903,"stop":1728371802903,"duration":0}},{"uid":"e3d4b5be3f402b74","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e3d4b5be3f402b74","status":"passed","time":{"start":1728370149936,"stop":1728370149937,"duration":1}},{"uid":"8e5258662610904","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8e5258662610904","status":"passed","time":{"start":1728369248991,"stop":1728369248991,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"616f45f3af1f342f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/616f45f3af1f342f","status":"passed","time":{"start":1728381658379,"stop":1728381658380,"duration":1}},{"uid":"469c43c343cba4d2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/469c43c343cba4d2","status":"passed","time":{"start":1728379460284,"stop":1728379460285,"duration":1}},{"uid":"a8a0fb1f9e3e0f9f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a8a0fb1f9e3e0f9f","status":"passed","time":{"start":1728372105673,"stop":1728372105673,"duration":0}},{"uid":"bce394fd2426a9f7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bce394fd2426a9f7","status":"passed","time":{"start":1728370464146,"stop":1728370464148,"duration":2}},{"uid":"9dd131ced7670e77","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9dd131ced7670e77","status":"passed","time":{"start":1728369544869,"stop":1728369544869,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3e0d1b51a627a54c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3e0d1b51a627a54c","status":"passed","time":{"start":1728381658373,"stop":1728381658374,"duration":1}},{"uid":"f7202190ff0a1a80","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f7202190ff0a1a80","status":"passed","time":{"start":1728379460272,"stop":1728379460272,"duration":0}},{"uid":"138b5a83f37f6fec","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/138b5a83f37f6fec","status":"passed","time":{"start":1728372105666,"stop":1728372105667,"duration":1}},{"uid":"feb83033ca1490fd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/feb83033ca1490fd","status":"passed","time":{"start":1728370464132,"stop":1728370464132,"duration":0}},{"uid":"39e370475be27a0c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/39e370475be27a0c","status":"passed","time":{"start":1728369544862,"stop":1728369544863,"duration":1}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"987471fb108b7d5e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/987471fb108b7d5e","status":"passed","time":{"start":1728381475914,"stop":1728381475914,"duration":0}},{"uid":"7416bbbff88f5a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7416bbbff88f5a5f","status":"passed","time":{"start":1728379282311,"stop":1728379282311,"duration":0}},{"uid":"2be983062b0a1a51","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2be983062b0a1a51","status":"passed","time":{"start":1728371925984,"stop":1728371925985,"duration":1}},{"uid":"9addb9b028af3edd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9addb9b028af3edd","status":"passed","time":{"start":1728370273957,"stop":1728370273958,"duration":1}},{"uid":"38e5c5507f5bfa03","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38e5c5507f5bfa03","status":"passed","time":{"start":1728369370045,"stop":1728369370045,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fc0b5d91a762a760","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fc0b5d91a762a760","status":"passed","time":{"start":1728381449298,"stop":1728381449298,"duration":0}},{"uid":"155c07bf48420ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/155c07bf48420ce","status":"passed","time":{"start":1728379255029,"stop":1728379255029,"duration":0}},{"uid":"40d376ebd054b1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/40d376ebd054b1","status":"passed","time":{"start":1728371896753,"stop":1728371896754,"duration":1}},{"uid":"1f108dd64eafac1b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1f108dd64eafac1b","status":"passed","time":{"start":1728370245293,"stop":1728370245293,"duration":0}},{"uid":"ba822f35d9897f66","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ba822f35d9897f66","status":"passed","time":{"start":1728369344213,"stop":1728369344214,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7d585172c296bc40","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d585172c296bc40","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0}},{"uid":"a8c0b369f3929a5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a8c0b369f3929a5d","status":"passed","time":{"start":1728379167597,"stop":1728379167597,"duration":0}},{"uid":"f870ac372fe78c36","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f870ac372fe78c36","status":"passed","time":{"start":1728371811377,"stop":1728371811378,"duration":1}},{"uid":"49af3ac281f63552","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49af3ac281f63552","status":"passed","time":{"start":1728370158839,"stop":1728370158839,"duration":0}},{"uid":"bde2f26fded3ffbe","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bde2f26fded3ffbe","status":"passed","time":{"start":1728369257778,"stop":1728369257778,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c48e77099963b274","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c48e77099963b274","status":"passed","time":{"start":1728381800486,"stop":1728381800486,"duration":0}},{"uid":"1871a0b6b815ea89","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1871a0b6b815ea89","status":"passed","time":{"start":1728379607037,"stop":1728379607037,"duration":0}},{"uid":"d4947d50dbef2737","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d4947d50dbef2737","status":"passed","time":{"start":1728372238122,"stop":1728372238122,"duration":0}},{"uid":"635c23c1fa9d259","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/635c23c1fa9d259","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"11cfdf0a03db94d0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/11cfdf0a03db94d0","status":"passed","time":{"start":1728369720990,"stop":1728369720990,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6cd4acaa0b3d78e9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6cd4acaa0b3d78e9","status":"passed","time":{"start":1728381711646,"stop":1728381711646,"duration":0}},{"uid":"98b53329b724df83","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/98b53329b724df83","status":"passed","time":{"start":1728379515547,"stop":1728379515547,"duration":0}},{"uid":"994c3eca36428b7d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/994c3eca36428b7d","status":"passed","time":{"start":1728372171293,"stop":1728372171293,"duration":0}},{"uid":"bfbc5aa367e54aec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfbc5aa367e54aec","status":"passed","time":{"start":1728370522957,"stop":1728370522957,"duration":0}},{"uid":"802886f385c8565f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/802886f385c8565f","status":"passed","time":{"start":1728369622033,"stop":1728369622033,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"64594cd575a93ca0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/64594cd575a93ca0","status":"passed","time":{"start":1728381557215,"stop":1728381557219,"duration":4}},{"uid":"9082a9647a68414b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9082a9647a68414b","status":"passed","time":{"start":1728379366456,"stop":1728379366459,"duration":3}},{"uid":"562f55e2bcd20c00","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/562f55e2bcd20c00","status":"passed","time":{"start":1728371995999,"stop":1728371996000,"duration":1}},{"uid":"bea8a3a9fabe6e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bea8a3a9fabe6e8","status":"passed","time":{"start":1728370345105,"stop":1728370345115,"duration":10}},{"uid":"1155da9de5fbc35d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1155da9de5fbc35d","status":"passed","time":{"start":1728369447285,"stop":1728369447285,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a5ce5be982a40b54","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a5ce5be982a40b54","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0}},{"uid":"65828254c3b5fa42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65828254c3b5fa42","status":"passed","time":{"start":1728379543299,"stop":1728379543300,"duration":1}},{"uid":"bbe771fd74e1b579","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bbe771fd74e1b579","status":"passed","time":{"start":1728372192289,"stop":1728372192289,"duration":0}},{"uid":"70c8a97557b26d27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/70c8a97557b26d27","status":"passed","time":{"start":1728370579154,"stop":1728370579155,"duration":1}},{"uid":"9bc70f4d64018c8f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bc70f4d64018c8f","status":"passed","time":{"start":1728369664330,"stop":1728369664330,"duration":0}}]},"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"6f346b076ca7fde9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6f346b076ca7fde9","status":"passed","time":{"start":1728381613873,"stop":1728381613873,"duration":0}},{"uid":"3b889a322017114e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b889a322017114e","status":"passed","time":{"start":1728379419687,"stop":1728379419688,"duration":1}},{"uid":"2cfbff580ed1e50c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2cfbff580ed1e50c","status":"passed","time":{"start":1728372107445,"stop":1728372107448,"duration":3}},{"uid":"38eb58467c8508c6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/38eb58467c8508c6","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626990,"stop":1728370626990,"duration":0}},{"uid":"a1878794752571c0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1878794752571c0","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728518,"stop":1728369728518,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"c9c125f4d53c9051","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c9c125f4d53c9051","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381379406,"stop":1728381379407,"duration":1}},{"uid":"5b013ba72c2d0f4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5b013ba72c2d0f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379182991,"stop":1728379182991,"duration":0}},{"uid":"7a293cbff96ae950","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7a293cbff96ae950","status":"skipped","statusDetails":"Test ignored","time":{"start":1728371826969,"stop":1728371826969,"duration":0}},{"uid":"52ee0cbe89da506a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/52ee0cbe89da506a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370174432,"stop":1728370174432,"duration":0}},{"uid":"3ff9376342c116ec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ff9376342c116ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369273241,"stop":1728369273241,"duration":0}}]},"7c58b6ecd64580f650fbd64de8b12e03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c04a44357113b70","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8c04a44357113b70","status":"passed","time":{"start":1728381680469,"stop":1728381680470,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e008ee97db77ea9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e008ee97db77ea9","status":"passed","time":{"start":1728381557269,"stop":1728381557269,"duration":0}},{"uid":"a12be76bb7c56ec7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a12be76bb7c56ec7","status":"passed","time":{"start":1728379366487,"stop":1728379366489,"duration":2}},{"uid":"f6144b64d8ab6c77","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f6144b64d8ab6c77","status":"passed","time":{"start":1728371996023,"stop":1728371996024,"duration":1}},{"uid":"795bae1337d51589","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/795bae1337d51589","status":"passed","time":{"start":1728370345139,"stop":1728370345140,"duration":1}},{"uid":"67cfd28b41ba446a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/67cfd28b41ba446a","status":"passed","time":{"start":1728369447291,"stop":1728369447291,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"72384e0898c7d1c5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/72384e0898c7d1c5","status":"passed","time":{"start":1728381689152,"stop":1728381689153,"duration":1}},{"uid":"8e677edf6a6f1729","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8e677edf6a6f1729","status":"passed","time":{"start":1728379493843,"stop":1728379493843,"duration":0}},{"uid":"d0be129218d60f6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d0be129218d60f6","status":"passed","time":{"start":1728372140946,"stop":1728372140947,"duration":1}},{"uid":"ed54487ba87df65c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed54487ba87df65c","status":"passed","time":{"start":1728370524959,"stop":1728370524959,"duration":0}},{"uid":"1dc9aa1531fbd35d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1dc9aa1531fbd35d","status":"passed","time":{"start":1728369630396,"stop":1728369630397,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a6cb26d572dcfed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a6cb26d572dcfed","status":"passed","time":{"start":1728381689144,"stop":1728381689145,"duration":1}},{"uid":"eaaa01527a930d9c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eaaa01527a930d9c","status":"passed","time":{"start":1728379493802,"stop":1728379493802,"duration":0}},{"uid":"9d75aa969542dd37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d75aa969542dd37","status":"passed","time":{"start":1728372140935,"stop":1728372140935,"duration":0}},{"uid":"ab28b6e46e276932","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ab28b6e46e276932","status":"passed","time":{"start":1728370524954,"stop":1728370524955,"duration":1}},{"uid":"9bc1ae196e853cf1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9bc1ae196e853cf1","status":"passed","time":{"start":1728369630386,"stop":1728369630387,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"7d05b639e6581063","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7d05b639e6581063","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381689166,"stop":1728381689166,"duration":0}},{"uid":"b9999681ff40cc40","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9999681ff40cc40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379493887,"stop":1728379493887,"duration":0}},{"uid":"5b19c4b713e72c11","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b19c4b713e72c11","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372140968,"stop":1728372140969,"duration":1}},{"uid":"6426189563d62ba6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6426189563d62ba6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370524968,"stop":1728370524968,"duration":0}},{"uid":"6acf0131904f81c3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6acf0131904f81c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369630404,"stop":1728369630405,"duration":1}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"90d9ea0381b64d38","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/90d9ea0381b64d38","status":"passed","time":{"start":1728381749023,"stop":1728381749025,"duration":2}},{"uid":"cac3120365209437","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cac3120365209437","status":"passed","time":{"start":1728379549660,"stop":1728379549660,"duration":0}},{"uid":"565f5e0bb21965cd","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/565f5e0bb21965cd","status":"passed","time":{"start":1728372195413,"stop":1728372195413,"duration":0}},{"uid":"32fa8c61be3e432f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/32fa8c61be3e432f","status":"passed","time":{"start":1728370555240,"stop":1728370555241,"duration":1}},{"uid":"ad662cf6c5540756","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad662cf6c5540756","status":"passed","time":{"start":1728369639831,"stop":1728369639831,"duration":0}}]},"357493a7f480381988c590edfcdb1985:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80398f480ba4df0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/80398f480ba4df0","status":"passed","time":{"start":1728371973994,"stop":1728371973994,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"6588297870fdc1b9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6588297870fdc1b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658376,"stop":1728381658376,"duration":0}},{"uid":"602694a49b2783e3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/602694a49b2783e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460276,"stop":1728379460277,"duration":1}},{"uid":"fffe2590efc061ba","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fffe2590efc061ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105669,"stop":1728372105669,"duration":0}},{"uid":"2f3f766a4dfb04de","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f3f766a4dfb04de","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464135,"stop":1728370464136,"duration":1}},{"uid":"6d7ec31bca0a6c5e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6d7ec31bca0a6c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544865,"stop":1728369544865,"duration":0}}]},"faeab4aca26ed98a992468e561e80976:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3edbf0923150a1f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3edbf0923150a1f","status":"passed","time":{"start":1728370524962,"stop":1728370524962,"duration":0}}]},"12bd88bf2d760b9ea9bbd211c9be8f71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e6318b297ba1c1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1e6318b297ba1c1","status":"passed","time":{"start":1728372134578,"stop":1728372134579,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3503f7c6e12ddd37","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3503f7c6e12ddd37","status":"passed","time":{"start":1728381364421,"stop":1728381364421,"duration":0}},{"uid":"d507094e61160d19","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d507094e61160d19","status":"passed","time":{"start":1728379167598,"stop":1728379167599,"duration":1}},{"uid":"5e4052db096c6a32","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e4052db096c6a32","status":"passed","time":{"start":1728371811379,"stop":1728371811380,"duration":1}},{"uid":"13634b57eb0faac7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/13634b57eb0faac7","status":"passed","time":{"start":1728370158841,"stop":1728370158841,"duration":0}},{"uid":"857812d75b6edb68","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/857812d75b6edb68","status":"passed","time":{"start":1728369257780,"stop":1728369257780,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":4,"unknown":0,"total":5},"items":[{"uid":"a5db7dc4cca1d4c3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a5db7dc4cca1d4c3","status":"passed","time":{"start":1728381800484,"stop":1728381800484,"duration":0}},{"uid":"3b17f926a4c17f7e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b17f926a4c17f7e","status":"broken","statusDetails":"Timeout of 5000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1728379607036,"stop":1728379607036,"duration":0}},{"uid":"c96c5418f3a83e0a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c96c5418f3a83e0a","status":"passed","time":{"start":1728372238121,"stop":1728372238121,"duration":0}},{"uid":"99b27801dac55178","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/99b27801dac55178","status":"passed","time":{"start":1728370630365,"stop":1728370630365,"duration":0}},{"uid":"65eab09df72ce6ae","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/65eab09df72ce6ae","status":"passed","time":{"start":1728369720989,"stop":1728369720989,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"32c7b9426dbd3868","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/32c7b9426dbd3868","status":"passed","time":{"start":1728381749073,"stop":1728381749073,"duration":0}},{"uid":"fa7720aded06d5a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fa7720aded06d5a","status":"passed","time":{"start":1728379549701,"stop":1728379549701,"duration":0}},{"uid":"9b416d9b953e260f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b416d9b953e260f","status":"passed","time":{"start":1728372195438,"stop":1728372195438,"duration":0}},{"uid":"5acc936bf817b2ca","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5acc936bf817b2ca","status":"passed","time":{"start":1728370555261,"stop":1728370555261,"duration":0}},{"uid":"c953ab34f90d5e76","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c953ab34f90d5e76","status":"passed","time":{"start":1728369639857,"stop":1728369639857,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7e030db031ba4096","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7e030db031ba4096","status":"passed","time":{"start":1728381680471,"stop":1728381680471,"duration":0}},{"uid":"3ad821990ad936ce","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3ad821990ad936ce","status":"passed","time":{"start":1728379482971,"stop":1728379482971,"duration":0}},{"uid":"9076bf5aa4083137","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9076bf5aa4083137","status":"passed","time":{"start":1728372134579,"stop":1728372134579,"duration":0}},{"uid":"e7b090b4d0a533a0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e7b090b4d0a533a0","status":"passed","time":{"start":1728370487887,"stop":1728370487887,"duration":0}},{"uid":"1456df0546f5427e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1456df0546f5427e","status":"passed","time":{"start":1728369590812,"stop":1728369590812,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dd01126e138f9c0a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd01126e138f9c0a","status":"passed","time":{"start":1728381363822,"stop":1728381363823,"duration":1}},{"uid":"2228b941ac26d88c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2228b941ac26d88c","status":"passed","time":{"start":1728379167037,"stop":1728379167037,"duration":0}},{"uid":"64db8af5415150cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/64db8af5415150cc","status":"passed","time":{"start":1728371810701,"stop":1728371810702,"duration":1}},{"uid":"8d30655a8094a01e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8d30655a8094a01e","status":"passed","time":{"start":1728370158138,"stop":1728370158139,"duration":1}},{"uid":"f3900e708fc79fbc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f3900e708fc79fbc","status":"passed","time":{"start":1728369257198,"stop":1728369257199,"duration":1}}]},"8b0465525fd4c248eb799072a0c2e154:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be17d4410fe983e7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/be17d4410fe983e7","status":"passed","time":{"start":1728372140954,"stop":1728372140955,"duration":1}}]},"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"c4acdd53e2be19c6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c4acdd53e2be19c6","status":"passed","time":{"start":1728381613866,"stop":1728381613866,"duration":0}},{"uid":"d5d62b5153d5f83b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d5d62b5153d5f83b","status":"passed","time":{"start":1728379419671,"stop":1728379419673,"duration":2}},{"uid":"404927d942e39bac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/404927d942e39bac","status":"passed","time":{"start":1728372107435,"stop":1728372107436,"duration":1}},{"uid":"f9383ab17341afad","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f9383ab17341afad","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626980,"stop":1728370626980,"duration":0}},{"uid":"b18e313c934a63fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b18e313c934a63fb","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728510,"stop":1728369728510,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3f94cc083bd61a5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3f94cc083bd61a5","status":"passed","time":{"start":1728381521289,"stop":1728381521289,"duration":0}},{"uid":"3d9808130237d65","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d9808130237d65","status":"passed","time":{"start":1728379329170,"stop":1728379329170,"duration":0}},{"uid":"5b44a829d1a0ce9e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b44a829d1a0ce9e","status":"passed","time":{"start":1728371983992,"stop":1728371983993,"duration":1}},{"uid":"f83fd33e11619ec8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f83fd33e11619ec8","status":"passed","time":{"start":1728370284345,"stop":1728370284345,"duration":0}},{"uid":"342027fa7e6ec2a9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/342027fa7e6ec2a9","status":"passed","time":{"start":1728369378878,"stop":1728369378878,"duration":0}}]},"5cda2b20a99eddfcf9085a020882d8eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"382db5c24857c45","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/382db5c24857c45","status":"passed","time":{"start":1728370487886,"stop":1728370487886,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5825a99f62d4306","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5825a99f62d4306","status":"passed","time":{"start":1728381454670,"stop":1728381454670,"duration":0}},{"uid":"3d9ae0a2017acf5d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d9ae0a2017acf5d","status":"passed","time":{"start":1728379263250,"stop":1728379263250,"duration":0}},{"uid":"22e4eb1ddb7c26a8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/22e4eb1ddb7c26a8","status":"passed","time":{"start":1728371902713,"stop":1728371902713,"duration":0}},{"uid":"f267e7889b0ed42a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f267e7889b0ed42a","status":"passed","time":{"start":1728370254631,"stop":1728370254631,"duration":0}},{"uid":"f6f22fb16dd9d33b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6f22fb16dd9d33b","status":"passed","time":{"start":1728369347760,"stop":1728369347760,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d06387da98093bb4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d06387da98093bb4","status":"passed","time":{"start":1728381749057,"stop":1728381749058,"duration":1}},{"uid":"d494e2a3f5c1511a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d494e2a3f5c1511a","status":"passed","time":{"start":1728379549696,"stop":1728379549697,"duration":1}},{"uid":"e4aa5d6377a42357","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e4aa5d6377a42357","status":"passed","time":{"start":1728372195433,"stop":1728372195433,"duration":0}},{"uid":"744f731b7ab3dbd3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/744f731b7ab3dbd3","status":"passed","time":{"start":1728370555257,"stop":1728370555257,"duration":0}},{"uid":"4a42bf7e5067f108","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a42bf7e5067f108","status":"passed","time":{"start":1728369639852,"stop":1728369639853,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"23840e0a84a6207f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/23840e0a84a6207f","status":"passed","time":{"start":1728381379297,"stop":1728381379297,"duration":0}},{"uid":"a1b07be57240f423","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1b07be57240f423","status":"passed","time":{"start":1728379182274,"stop":1728379182282,"duration":8}},{"uid":"b4920bf386854909","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b4920bf386854909","status":"passed","time":{"start":1728371826534,"stop":1728371826534,"duration":0}},{"uid":"3506e92554950cd3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3506e92554950cd3","status":"passed","time":{"start":1728370173922,"stop":1728370173923,"duration":1}},{"uid":"cb8bca002c69efad","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb8bca002c69efad","status":"passed","time":{"start":1728369272888,"stop":1728369272889,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"acdf662be3290b02","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/acdf662be3290b02","status":"passed","time":{"start":1728381696842,"stop":1728381696843,"duration":1}},{"uid":"6ff84267c749ff42","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6ff84267c749ff42","status":"passed","time":{"start":1728379498105,"stop":1728379498105,"duration":0}},{"uid":"2f7087c7583b27f2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2f7087c7583b27f2","status":"passed","time":{"start":1728372147569,"stop":1728372147570,"duration":1}},{"uid":"d9d1d83e9f14544a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9d1d83e9f14544a","status":"passed","time":{"start":1728370535036,"stop":1728370535036,"duration":0}},{"uid":"bcb7c63acd043de5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcb7c63acd043de5","status":"passed","time":{"start":1728369636380,"stop":1728369636380,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"899e5d6dcd09ec4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/899e5d6dcd09ec4a","status":"passed","time":{"start":1728381379400,"stop":1728381379401,"duration":1}},{"uid":"2275fe679cb19a5f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2275fe679cb19a5f","status":"passed","time":{"start":1728379182985,"stop":1728379182986,"duration":1}},{"uid":"c472e379342232d4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c472e379342232d4","status":"passed","time":{"start":1728371826963,"stop":1728371826964,"duration":1}},{"uid":"2aa7638b0f30ea96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2aa7638b0f30ea96","status":"passed","time":{"start":1728370174427,"stop":1728370174428,"duration":1}},{"uid":"b4a48dc40bec8a93","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b4a48dc40bec8a93","status":"passed","time":{"start":1728369273236,"stop":1728369273237,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"45d9d54737195910","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/45d9d54737195910","status":"passed","time":{"start":1728381711670,"stop":1728381711670,"duration":0}},{"uid":"1851060716acd6b5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1851060716acd6b5","status":"passed","time":{"start":1728379515559,"stop":1728379515559,"duration":0}},{"uid":"75d40229e0cdcbf5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/75d40229e0cdcbf5","status":"passed","time":{"start":1728372171310,"stop":1728372171310,"duration":0}},{"uid":"b87de4930a4a4f02","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b87de4930a4a4f02","status":"passed","time":{"start":1728370522973,"stop":1728370522973,"duration":0}},{"uid":"ae3449c091c3384c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ae3449c091c3384c","status":"passed","time":{"start":1728369622051,"stop":1728369622051,"duration":0}}]},"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"84a3e9826f90c00c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84a3e9826f90c00c","status":"passed","time":{"start":1728381613865,"stop":1728381613865,"duration":0}},{"uid":"22a39cd474e52afb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22a39cd474e52afb","status":"passed","time":{"start":1728379419659,"stop":1728379419660,"duration":1}},{"uid":"edd9ef6ef5440273","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/edd9ef6ef5440273","status":"passed","time":{"start":1728372107430,"stop":1728372107432,"duration":2}},{"uid":"40bb39fb1c0f9434","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/40bb39fb1c0f9434","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728370626978,"stop":1728370626978,"duration":0}},{"uid":"d6b752f03ae8504a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d6b752f03ae8504a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'MinimallyHealthy'","time":{"start":1728369728508,"stop":1728369728509,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9b007d8fef7e830a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9b007d8fef7e830a","status":"passed","time":{"start":1728381749015,"stop":1728381749016,"duration":1}},{"uid":"b8d44f1240a96ea","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8d44f1240a96ea","status":"passed","time":{"start":1728379549630,"stop":1728379549630,"duration":0}},{"uid":"77c3ee456b8e03cc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/77c3ee456b8e03cc","status":"passed","time":{"start":1728372195404,"stop":1728372195404,"duration":0}},{"uid":"90ba6e2442e3ca19","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/90ba6e2442e3ca19","status":"passed","time":{"start":1728370555235,"stop":1728370555235,"duration":0}},{"uid":"3cfa1f24b97ef31d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3cfa1f24b97ef31d","status":"passed","time":{"start":1728369639821,"stop":1728369639822,"duration":1}}]},"04570d97fe0b81c1ffde92938f59d347:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cbe6632db904855","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3cbe6632db904855","status":"passed","time":{"start":1728370581676,"stop":1728370581676,"duration":0}}]},"a4565e18260710036da81d2c6812dc8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fb06ae05b6209d2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6fb06ae05b6209d2","status":"passed","time":{"start":1728370464156,"stop":1728370464156,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f3910f8749f19446","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f3910f8749f19446","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0}},{"uid":"6f07396d7e6d9f55","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f07396d7e6d9f55","status":"passed","time":{"start":1728379498106,"stop":1728379498107,"duration":1}},{"uid":"2f4c4445a8e4d421","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2f4c4445a8e4d421","status":"passed","time":{"start":1728372147571,"stop":1728372147579,"duration":8}},{"uid":"a06ce25deeeec332","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a06ce25deeeec332","status":"passed","time":{"start":1728370535037,"stop":1728370535038,"duration":1}},{"uid":"5159346f1e9bf360","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5159346f1e9bf360","status":"passed","time":{"start":1728369636383,"stop":1728369636384,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6e994904ce6babfc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6e994904ce6babfc","status":"passed","time":{"start":1728381557221,"stop":1728381557227,"duration":6}},{"uid":"11ab48139fe20069","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/11ab48139fe20069","status":"passed","time":{"start":1728379366467,"stop":1728379366468,"duration":1}},{"uid":"9dc911a266993d01","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9dc911a266993d01","status":"passed","time":{"start":1728371996006,"stop":1728371996007,"duration":1}},{"uid":"8ad29fc10791c367","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ad29fc10791c367","status":"passed","time":{"start":1728370345125,"stop":1728370345126,"duration":1}},{"uid":"24ad234c2158e0ed","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/24ad234c2158e0ed","status":"passed","time":{"start":1728369447287,"stop":1728369447287,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"52b76297f0023579","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/52b76297f0023579","status":"passed","time":{"start":1728381383543,"stop":1728381383543,"duration":0}},{"uid":"36a9ccd09b27c662","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/36a9ccd09b27c662","status":"passed","time":{"start":1728379186755,"stop":1728379186755,"duration":0}},{"uid":"a9814094976dc17f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a9814094976dc17f","status":"passed","time":{"start":1728371830871,"stop":1728371830872,"duration":1}},{"uid":"e471ba1b3537291","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e471ba1b3537291","status":"passed","time":{"start":1728370178237,"stop":1728370178238,"duration":1}},{"uid":"ed1058da4541e86a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ed1058da4541e86a","status":"passed","time":{"start":1728369277108,"stop":1728369277108,"duration":0}}]},"6ddce545bc5a1258a51835de834abc4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc70d6208e89b052","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc70d6208e89b052","status":"passed","time":{"start":1728381745554,"stop":1728381745555,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"72e80ebeb29a1af5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/72e80ebeb29a1af5","status":"passed","time":{"start":1728381371849,"stop":1728381371849,"duration":0}},{"uid":"e30eb123b46101cc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e30eb123b46101cc","status":"passed","time":{"start":1728379175034,"stop":1728379175034,"duration":0}},{"uid":"dbfeb627080e00c0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dbfeb627080e00c0","status":"passed","time":{"start":1728371819026,"stop":1728371819027,"duration":1}},{"uid":"b19c9444ccc70695","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b19c9444ccc70695","status":"passed","time":{"start":1728370166483,"stop":1728370166484,"duration":1}},{"uid":"5c1e35101221a8e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c1e35101221a8e1","status":"passed","time":{"start":1728369265266,"stop":1728369265266,"duration":0}}]},"8344b4e4f941bcf85f9b85a406a3fa56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a9a6b18f20ab500","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a9a6b18f20ab500","status":"passed","time":{"start":1728370557099,"stop":1728370557100,"duration":1}}]},"cf33dc55f44b54fd4b4e65b2f51cbe80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e75210b7ef12d21d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e75210b7ef12d21d","status":"passed","time":{"start":1728381719620,"stop":1728381719621,"duration":1}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d331a861fcd6e52f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d331a861fcd6e52f","status":"passed","time":{"start":1728381685602,"stop":1728381685602,"duration":0}},{"uid":"22e1bfe7a50828b0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22e1bfe7a50828b0","status":"passed","time":{"start":1728379484787,"stop":1728379484787,"duration":0}},{"uid":"fbbcd906ffec7658","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbbcd906ffec7658","status":"passed","time":{"start":1728372130484,"stop":1728372130485,"duration":1}},{"uid":"9a7ebeefb6eb266","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a7ebeefb6eb266","status":"passed","time":{"start":1728370516480,"stop":1728370516481,"duration":1}},{"uid":"2b3b3892f54f0f37","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2b3b3892f54f0f37","status":"passed","time":{"start":1728369620714,"stop":1728369620715,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3866ba85662c0f69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3866ba85662c0f69","status":"passed","time":{"start":1728381749012,"stop":1728381749012,"duration":0}},{"uid":"7d59ed9934500fc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/7d59ed9934500fc0","status":"passed","time":{"start":1728379549629,"stop":1728379549629,"duration":0}},{"uid":"23fbac575a617f87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/23fbac575a617f87","status":"passed","time":{"start":1728372195403,"stop":1728372195403,"duration":0}},{"uid":"a81c0681ec8597b0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a81c0681ec8597b0","status":"passed","time":{"start":1728370555234,"stop":1728370555234,"duration":0}},{"uid":"cbbdef15b55138af","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbbdef15b55138af","status":"passed","time":{"start":1728369639818,"stop":1728369639819,"duration":1}}]},"8ba9a55b138158eafde7628724650654:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"252404d761aeb771","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/252404d761aeb771","status":"passed","time":{"start":1728381719623,"stop":1728381719624,"duration":1}}]},"2c28c7bc164d2fdc035c42f276161165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5cf564f2da49a6f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f5cf564f2da49a6f","status":"passed","time":{"start":1728369675006,"stop":1728369675006,"duration":0}}]},"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6bb24f0b6d1fed3e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6bb24f0b6d1fed3e","status":"passed","time":{"start":1728381371462,"stop":1728381371462,"duration":0}},{"uid":"30b17463b0b91a6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30b17463b0b91a6c","status":"passed","time":{"start":1728379173695,"stop":1728379173701,"duration":6}},{"uid":"e099f107e6ca9786","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e099f107e6ca9786","status":"passed","time":{"start":1728371818072,"stop":1728371818072,"duration":0}},{"uid":"f5a8c5920ffff021","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f5a8c5920ffff021","status":"passed","time":{"start":1728370165701,"stop":1728370165702,"duration":1}},{"uid":"c86756717d9ef2cb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c86756717d9ef2cb","status":"passed","time":{"start":1728369264721,"stop":1728369264722,"duration":1}}]},"84a023e114ec1a6762edd860ccd3c747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7b19876800f498","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a7b19876800f498","status":"passed","time":{"start":1728369622055,"stop":1728369622055,"duration":0}}]},"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9047d138ffc54732","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9047d138ffc54732","status":"passed","time":{"start":1728381371410,"stop":1728381371410,"duration":0}},{"uid":"f44baba7b0d61719","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f44baba7b0d61719","status":"passed","time":{"start":1728379174829,"stop":1728379174829,"duration":0}},{"uid":"7260358bdb687f0d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7260358bdb687f0d","status":"passed","time":{"start":1728371818434,"stop":1728371818435,"duration":1}},{"uid":"7b29bb0b0768d18c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b29bb0b0768d18c","status":"passed","time":{"start":1728370166078,"stop":1728370166078,"duration":0}},{"uid":"181206bcd9f2ca27","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/181206bcd9f2ca27","status":"passed","time":{"start":1728369265063,"stop":1728369265063,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d12db87c6f6193e6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d12db87c6f6193e6","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0}},{"uid":"3026a90864375bd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3026a90864375bd","status":"passed","time":{"start":1728379329399,"stop":1728379329399,"duration":0}},{"uid":"edf563f3591b2c81","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/edf563f3591b2c81","status":"passed","time":{"start":1728371973993,"stop":1728371973993,"duration":0}},{"uid":"3248c9188931c275","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3248c9188931c275","status":"passed","time":{"start":1728370320866,"stop":1728370320866,"duration":0}},{"uid":"d462bb251ada8c5d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d462bb251ada8c5d","status":"passed","time":{"start":1728369420245,"stop":1728369420247,"duration":2}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"20a2bd4b5096809e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/20a2bd4b5096809e","status":"passed","time":{"start":1728381680471,"stop":1728381680472,"duration":1}},{"uid":"bce5c8a56ba1c390","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bce5c8a56ba1c390","status":"passed","time":{"start":1728379482971,"stop":1728379482975,"duration":4}},{"uid":"de18f7e0677f4983","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/de18f7e0677f4983","status":"passed","time":{"start":1728372134579,"stop":1728372134581,"duration":2}},{"uid":"d9770b16904f3d09","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d9770b16904f3d09","status":"passed","time":{"start":1728370487887,"stop":1728370487888,"duration":1}},{"uid":"8bf80f2c5067370b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8bf80f2c5067370b","status":"passed","time":{"start":1728369590813,"stop":1728369590813,"duration":0}}]},"84a2a8278571fa9229204c5b49612f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"1a88da226ebe82a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1a88da226ebe82a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370362611,"stop":1728370362611,"duration":0}},{"uid":"57c1c72bef898fc1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/57c1c72bef898fc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369464842,"stop":1728369464842,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"acce5a150af4fdf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/acce5a150af4fdf5","status":"passed","time":{"start":1728381423074,"stop":1728381423074,"duration":0}},{"uid":"b8c7c45dcf6a226c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b8c7c45dcf6a226c","status":"passed","time":{"start":1728379224168,"stop":1728379224169,"duration":1}},{"uid":"528edad609fcb4fc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/528edad609fcb4fc","status":"passed","time":{"start":1728371870693,"stop":1728371870693,"duration":0}},{"uid":"1c0405f9889a6ea2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1c0405f9889a6ea2","status":"passed","time":{"start":1728370215350,"stop":1728370215353,"duration":3}},{"uid":"5e49642a39a1d7d8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5e49642a39a1d7d8","status":"passed","time":{"start":1728369314832,"stop":1728369314832,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cd13f6a2133fb652","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cd13f6a2133fb652","status":"passed","time":{"start":1728381416761,"stop":1728381416762,"duration":1}},{"uid":"9d43e685f8a3dd9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d43e685f8a3dd9d","status":"passed","time":{"start":1728379222478,"stop":1728379222478,"duration":0}},{"uid":"2ba6cb5315d53915","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2ba6cb5315d53915","status":"passed","time":{"start":1728371864276,"stop":1728371864277,"duration":1}},{"uid":"72e6442d827dce0d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72e6442d827dce0d","status":"passed","time":{"start":1728370211849,"stop":1728370211849,"duration":0}},{"uid":"dc554ccbb2770fa5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dc554ccbb2770fa5","status":"passed","time":{"start":1728369311530,"stop":1728369311530,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"97ee083250c6ade3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/97ee083250c6ade3","status":"passed","time":{"start":1728381409095,"stop":1728381409096,"duration":1}},{"uid":"af0e8678134de3af","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/af0e8678134de3af","status":"passed","time":{"start":1728379215431,"stop":1728379215432,"duration":1}},{"uid":"642fc5ed1266eab5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/642fc5ed1266eab5","status":"passed","time":{"start":1728371857088,"stop":1728371857088,"duration":0}},{"uid":"fbb98e8a9b2e3d1d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fbb98e8a9b2e3d1d","status":"passed","time":{"start":1728370205029,"stop":1728370205030,"duration":1}},{"uid":"6675b7de766f0952","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6675b7de766f0952","status":"passed","time":{"start":1728369303212,"stop":1728369303213,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b3ae0f499f53dc93","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b3ae0f499f53dc93","status":"passed","time":{"start":1728381800487,"stop":1728381800487,"duration":0}},{"uid":"74133abd30dafbd3","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/74133abd30dafbd3","status":"passed","time":{"start":1728379607038,"stop":1728379607038,"duration":0}},{"uid":"4a7b4e0edbf42b8b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a7b4e0edbf42b8b","status":"passed","time":{"start":1728372238123,"stop":1728372238123,"duration":0}},{"uid":"b3226d0932443601","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b3226d0932443601","status":"passed","time":{"start":1728370630367,"stop":1728370630367,"duration":0}},{"uid":"9ea74b1538c21c12","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9ea74b1538c21c12","status":"passed","time":{"start":1728369720991,"stop":1728369720991,"duration":0}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ce91a870db29a78","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ce91a870db29a78","status":"passed","time":{"start":1728381355976,"stop":1728381355977,"duration":1}},{"uid":"69f4d37a49569f9a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/69f4d37a49569f9a","status":"passed","time":{"start":1728379159020,"stop":1728379159020,"duration":0}},{"uid":"6f6645cab38f7034","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f6645cab38f7034","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"ea6353b6ea93db80","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ea6353b6ea93db80","status":"passed","time":{"start":1728370149939,"stop":1728370149939,"duration":0}},{"uid":"e109463c30b2fb26","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e109463c30b2fb26","status":"passed","time":{"start":1728369248993,"stop":1728369248994,"duration":1}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"72e52c121f82c630","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/72e52c121f82c630","status":"passed","time":{"start":1728381364426,"stop":1728381364426,"duration":0}},{"uid":"76724dc32ec21329","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/76724dc32ec21329","status":"passed","time":{"start":1728379167600,"stop":1728379167600,"duration":0}},{"uid":"56fe52618a1a9a8c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/56fe52618a1a9a8c","status":"passed","time":{"start":1728371811384,"stop":1728371811384,"duration":0}},{"uid":"ec28a26468fec5a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec28a26468fec5a4","status":"passed","time":{"start":1728370158842,"stop":1728370158842,"duration":0}},{"uid":"aeb1dc238429c2c8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aeb1dc238429c2c8","status":"passed","time":{"start":1728369257784,"stop":1728369257785,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b699b92fee5b3c7c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b699b92fee5b3c7c","status":"passed","time":{"start":1728381711676,"stop":1728381711681,"duration":5}},{"uid":"8d1ed74f468aa9b8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d1ed74f468aa9b8","status":"passed","time":{"start":1728379515560,"stop":1728379515560,"duration":0}},{"uid":"a127340b46f875f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a127340b46f875f","status":"passed","time":{"start":1728372171311,"stop":1728372171314,"duration":3}},{"uid":"5fa9addc0d39ffc1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5fa9addc0d39ffc1","status":"passed","time":{"start":1728370522974,"stop":1728370522977,"duration":3}},{"uid":"c70987245bf29db2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c70987245bf29db2","status":"passed","time":{"start":1728369622052,"stop":1728369622053,"duration":1}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3c656a42d816e18","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3c656a42d816e18","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0}},{"uid":"6b1aa464658a544c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6b1aa464658a544c","status":"passed","time":{"start":1728379549683,"stop":1728379549683,"duration":0}},{"uid":"5cc093144977a129","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5cc093144977a129","status":"passed","time":{"start":1728372195423,"stop":1728372195423,"duration":0}},{"uid":"a37972bffb39c904","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a37972bffb39c904","status":"passed","time":{"start":1728370555250,"stop":1728370555250,"duration":0}},{"uid":"171da38773213b99","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/171da38773213b99","status":"passed","time":{"start":1728369639841,"stop":1728369639842,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c5bf0772c675abf5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c5bf0772c675abf5","status":"passed","time":{"start":1728381658365,"stop":1728381658365,"duration":0}},{"uid":"28d9681c1cd65431","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/28d9681c1cd65431","status":"passed","time":{"start":1728379460257,"stop":1728379460258,"duration":1}},{"uid":"cbfb22e813e92a60","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cbfb22e813e92a60","status":"passed","time":{"start":1728372105653,"stop":1728372105653,"duration":0}},{"uid":"9b1a78ed6200b346","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b1a78ed6200b346","status":"passed","time":{"start":1728370464108,"stop":1728370464109,"duration":1}},{"uid":"324d685319f62942","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/324d685319f62942","status":"passed","time":{"start":1728369544846,"stop":1728369544846,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"79d035face8bbe17","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79d035face8bbe17","status":"passed","time":{"start":1728381461636,"stop":1728381461639,"duration":3}},{"uid":"d9b5f81fc4be7964","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9b5f81fc4be7964","status":"passed","time":{"start":1728379263337,"stop":1728379263340,"duration":3}},{"uid":"78a49c63bedd224f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78a49c63bedd224f","status":"passed","time":{"start":1728371908019,"stop":1728371908025,"duration":6}},{"uid":"a3a7f0a54346be4e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3a7f0a54346be4e","status":"passed","time":{"start":1728370252054,"stop":1728370252054,"duration":0}},{"uid":"1d955a1fd958ef9c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1d955a1fd958ef9c","status":"passed","time":{"start":1728369354743,"stop":1728369354743,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69efb40637ce138","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69efb40637ce138","status":"passed","time":{"start":1728381526511,"stop":1728381526511,"duration":0}},{"uid":"a1114fce9aeefcd7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a1114fce9aeefcd7","status":"passed","time":{"start":1728379329396,"stop":1728379329396,"duration":0}},{"uid":"cf44cc473f756c55","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf44cc473f756c55","status":"passed","time":{"start":1728371973985,"stop":1728371973985,"duration":0}},{"uid":"dce02859d644c15","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/dce02859d644c15","status":"passed","time":{"start":1728370320863,"stop":1728370320863,"duration":0}},{"uid":"7df9a195bf49b3a5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7df9a195bf49b3a5","status":"passed","time":{"start":1728369420225,"stop":1728369420226,"duration":1}}]},"56fab741379a53404f769ee4e8d79548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8f6b16c0a7ad031","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f8f6b16c0a7ad031","status":"passed","time":{"start":1728372140949,"stop":1728372140954,"duration":5}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"a68907ce031619b6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a68907ce031619b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658376,"stop":1728381658376,"duration":0}},{"uid":"ebb4b5bc85b2d3f1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ebb4b5bc85b2d3f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460278,"stop":1728379460279,"duration":1}},{"uid":"65a81252599c7393","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/65a81252599c7393","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372105669,"stop":1728372105669,"duration":0}},{"uid":"7a2024c40315fb71","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7a2024c40315fb71","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370464136,"stop":1728370464136,"duration":0}},{"uid":"38c9922242255aaf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/38c9922242255aaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369544865,"stop":1728369544866,"duration":1}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"69ffadce8e4cf29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/69ffadce8e4cf29","status":"passed","time":{"start":1728381449297,"stop":1728381449297,"duration":0}},{"uid":"178895ed8ae3f2c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/178895ed8ae3f2c9","status":"passed","time":{"start":1728379255026,"stop":1728379255027,"duration":1}},{"uid":"16f1b6c7df037843","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/16f1b6c7df037843","status":"passed","time":{"start":1728371896753,"stop":1728371896753,"duration":0}},{"uid":"b085a6467373507b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b085a6467373507b","status":"passed","time":{"start":1728370245291,"stop":1728370245291,"duration":0}},{"uid":"5b3fbe452e69b05c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5b3fbe452e69b05c","status":"passed","time":{"start":1728369344210,"stop":1728369344211,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3bc4fd1d1785ef02","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3bc4fd1d1785ef02","status":"passed","time":{"start":1728381749034,"stop":1728381749035,"duration":1}},{"uid":"a70f6597557318d7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a70f6597557318d7","status":"passed","time":{"start":1728379549677,"stop":1728379549677,"duration":0}},{"uid":"9b7c324c6f5dfb5e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9b7c324c6f5dfb5e","status":"passed","time":{"start":1728372195420,"stop":1728372195420,"duration":0}},{"uid":"978abbd93b12fa61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/978abbd93b12fa61","status":"passed","time":{"start":1728370555247,"stop":1728370555248,"duration":1}},{"uid":"80ff9334f47cf970","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/80ff9334f47cf970","status":"passed","time":{"start":1728369639838,"stop":1728369639839,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e8edca1eb63b4464","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e8edca1eb63b4464","status":"passed","time":{"start":1728381461640,"stop":1728381461640,"duration":0}},{"uid":"2be697568b5be76e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2be697568b5be76e","status":"passed","time":{"start":1728379263344,"stop":1728379263345,"duration":1}},{"uid":"62c3da26b365bb09","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/62c3da26b365bb09","status":"passed","time":{"start":1728371908028,"stop":1728371908031,"duration":3}},{"uid":"682f0d4aadb47edb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/682f0d4aadb47edb","status":"passed","time":{"start":1728370252055,"stop":1728370252055,"duration":0}},{"uid":"e790aa09fae4e148","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e790aa09fae4e148","status":"passed","time":{"start":1728369354744,"stop":1728369354744,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a3a74b458578d27a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a3a74b458578d27a","status":"passed","time":{"start":1728381521294,"stop":1728381521294,"duration":0}},{"uid":"5c31bff4fcac95c9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5c31bff4fcac95c9","status":"passed","time":{"start":1728379329174,"stop":1728379329174,"duration":0}},{"uid":"dcc62a848861b060","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcc62a848861b060","status":"passed","time":{"start":1728371983999,"stop":1728371984000,"duration":1}},{"uid":"833a1f499f32d062","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/833a1f499f32d062","status":"passed","time":{"start":1728370284350,"stop":1728370284350,"duration":0}},{"uid":"a03f141f98ddde86","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a03f141f98ddde86","status":"passed","time":{"start":1728369378891,"stop":1728369378891,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ae6c93c8c82d03e1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ae6c93c8c82d03e1","status":"passed","time":{"start":1728381766196,"stop":1728381766196,"duration":0}},{"uid":"31c65f0ee1d5a828","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31c65f0ee1d5a828","status":"passed","time":{"start":1728379569498,"stop":1728379569498,"duration":0}},{"uid":"d7103ac57426102e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d7103ac57426102e","status":"passed","time":{"start":1728372220851,"stop":1728372220852,"duration":1}},{"uid":"86aa4a3805de5ba7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86aa4a3805de5ba7","status":"passed","time":{"start":1728370605230,"stop":1728370605231,"duration":1}},{"uid":"bc6a384089e67873","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc6a384089e67873","status":"passed","time":{"start":1728369697447,"stop":1728369697448,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9c92f78c2694080e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9c92f78c2694080e","status":"passed","time":{"start":1728381676008,"stop":1728381676009,"duration":1}},{"uid":"de84e3fe12feca21","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/de84e3fe12feca21","status":"passed","time":{"start":1728379477372,"stop":1728379477372,"duration":0}},{"uid":"9e703bf783315486","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e703bf783315486","status":"passed","time":{"start":1728372125152,"stop":1728372125153,"duration":1}},{"uid":"def503314857f138","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/def503314857f138","status":"passed","time":{"start":1728370506883,"stop":1728370506884,"duration":1}},{"uid":"a49499fd97d9a293","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a49499fd97d9a293","status":"passed","time":{"start":1728369613008,"stop":1728369613008,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd506bd12c04696f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd506bd12c04696f","status":"passed","time":{"start":1728381379298,"stop":1728381379298,"duration":0}},{"uid":"f81eb710f8f6dad5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f81eb710f8f6dad5","status":"passed","time":{"start":1728379182283,"stop":1728379182283,"duration":0}},{"uid":"92b1192c148549b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/92b1192c148549b","status":"passed","time":{"start":1728371826535,"stop":1728371826539,"duration":4}},{"uid":"b5d62066d16cf493","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5d62066d16cf493","status":"passed","time":{"start":1728370173924,"stop":1728370173924,"duration":0}},{"uid":"931b40156e351f46","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/931b40156e351f46","status":"passed","time":{"start":1728369272889,"stop":1728369272889,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"846bfef328087042","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/846bfef328087042","status":"passed","time":{"start":1728381658381,"stop":1728381658384,"duration":3}},{"uid":"89ef6a829e36168e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/89ef6a829e36168e","status":"passed","time":{"start":1728379460286,"stop":1728379460287,"duration":1}},{"uid":"6e88b3ed13deb587","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6e88b3ed13deb587","status":"passed","time":{"start":1728372105675,"stop":1728372105675,"duration":0}},{"uid":"59ff14b76d220b93","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/59ff14b76d220b93","status":"passed","time":{"start":1728370464149,"stop":1728370464149,"duration":0}},{"uid":"f81c93f7bd0a2643","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f81c93f7bd0a2643","status":"passed","time":{"start":1728369544872,"stop":1728369544872,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c286995d024de038","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c286995d024de038","status":"passed","time":{"start":1728381521308,"stop":1728381521312,"duration":4}},{"uid":"b9be67056bd20361","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b9be67056bd20361","status":"passed","time":{"start":1728379329178,"stop":1728379329179,"duration":1}},{"uid":"4a4fbd4792ff5a9d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a4fbd4792ff5a9d","status":"passed","time":{"start":1728371984003,"stop":1728371984004,"duration":1}},{"uid":"16f0cba71f15c6cf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/16f0cba71f15c6cf","status":"passed","time":{"start":1728370284357,"stop":1728370284358,"duration":1}},{"uid":"3eb9636afd06f9aa","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3eb9636afd06f9aa","status":"passed","time":{"start":1728369378899,"stop":1728369378899,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dccbc54544f9b7c2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dccbc54544f9b7c2","status":"passed","time":{"start":1728381521319,"stop":1728381521321,"duration":2}},{"uid":"3a5b4a15ab000e6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3a5b4a15ab000e6c","status":"passed","time":{"start":1728379329183,"stop":1728379329183,"duration":0}},{"uid":"dc9e5e77c27dd66a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc9e5e77c27dd66a","status":"passed","time":{"start":1728371984008,"stop":1728371984008,"duration":0}},{"uid":"39669eac5c091bfc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/39669eac5c091bfc","status":"passed","time":{"start":1728370284363,"stop":1728370284363,"duration":0}},{"uid":"c3fd6ed49bbfc0d4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c3fd6ed49bbfc0d4","status":"passed","time":{"start":1728369378910,"stop":1728369378911,"duration":1}}]},"03a0205f7152207dc9fbd0a407f621e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1953932da81da52","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b1953932da81da52","status":"passed","time":{"start":1728370557095,"stop":1728370557096,"duration":1}}]},"cf0e444cd179c0df3fa587eb9b4439ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b201840ebfef9f47","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b201840ebfef9f47","status":"passed","time":{"start":1728370522979,"stop":1728370522980,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"84eb65a5284f1455","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/84eb65a5284f1455","status":"passed","time":{"start":1728381634306,"stop":1728381634307,"duration":1}},{"uid":"1fc8a0a3e34d8fc0","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1fc8a0a3e34d8fc0","status":"passed","time":{"start":1728379439867,"stop":1728379439870,"duration":3}},{"uid":"35f57ab2b9fab12b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/35f57ab2b9fab12b","status":"passed","time":{"start":1728372083101,"stop":1728372083102,"duration":1}},{"uid":"6dc54ac5ea129a59","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6dc54ac5ea129a59","status":"passed","time":{"start":1728370464871,"stop":1728370464872,"duration":1}},{"uid":"c2fbad5ecb8181b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c2fbad5ecb8181b","status":"passed","time":{"start":1728369559754,"stop":1728369559759,"duration":5}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7ed0b62d7cec8cb9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7ed0b62d7cec8cb9","status":"passed","time":{"start":1728381355986,"stop":1728381355986,"duration":0}},{"uid":"d254ad849c1601e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d254ad849c1601e","status":"passed","time":{"start":1728379159031,"stop":1728379159031,"duration":0}},{"uid":"244f5d37b8c19673","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/244f5d37b8c19673","status":"passed","time":{"start":1728371802914,"stop":1728371802915,"duration":1}},{"uid":"5e61607037b869c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e61607037b869c5","status":"passed","time":{"start":1728370149949,"stop":1728370149949,"duration":0}},{"uid":"6f020e5d7c492b05","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6f020e5d7c492b05","status":"passed","time":{"start":1728369249003,"stop":1728369249003,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3f39161ea8d22ab0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3f39161ea8d22ab0","status":"passed","time":{"start":1728381680458,"stop":1728381680458,"duration":0}},{"uid":"d9d1de49af8f34f2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d9d1de49af8f34f2","status":"passed","time":{"start":1728379482933,"stop":1728379482933,"duration":0}},{"uid":"ec0f0eb1032c41a7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ec0f0eb1032c41a7","status":"passed","time":{"start":1728372134561,"stop":1728372134562,"duration":1}},{"uid":"6009cb8c0c638728","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6009cb8c0c638728","status":"passed","time":{"start":1728370487875,"stop":1728370487875,"duration":0}},{"uid":"b3ff4bebfe35741c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3ff4bebfe35741c","status":"passed","time":{"start":1728369590801,"stop":1728369590801,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"750c951951586f0b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/750c951951586f0b","status":"passed","time":{"start":1728381774348,"stop":1728381774348,"duration":0}},{"uid":"bf90c57ca1c4467","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bf90c57ca1c4467","status":"passed","time":{"start":1728379576343,"stop":1728379576343,"duration":0}},{"uid":"4a89180b2447ce2e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4a89180b2447ce2e","status":"passed","time":{"start":1728372230819,"stop":1728372230819,"duration":0}},{"uid":"6d3173a1a2ede84a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6d3173a1a2ede84a","status":"passed","time":{"start":1728370630213,"stop":1728370630213,"duration":0}},{"uid":"fdf267957b74cfb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fdf267957b74cfb","status":"passed","time":{"start":1728369712264,"stop":1728369712264,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9d683be83205f3ed","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9d683be83205f3ed","status":"passed","time":{"start":1728381521326,"stop":1728381521326,"duration":0}},{"uid":"9d57f22e96c1ea17","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/9d57f22e96c1ea17","status":"passed","time":{"start":1728379329184,"stop":1728379329185,"duration":1}},{"uid":"6c6cfad0d55414a1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6c6cfad0d55414a1","status":"passed","time":{"start":1728371984009,"stop":1728371984009,"duration":0}},{"uid":"d6050664cc5f716e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d6050664cc5f716e","status":"passed","time":{"start":1728370284364,"stop":1728370284364,"duration":0}},{"uid":"cdb3c2abe468dbd1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdb3c2abe468dbd1","status":"passed","time":{"start":1728369378911,"stop":1728369378912,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"39ef4513571b7744","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/39ef4513571b7744","status":"passed","time":{"start":1728381696842,"stop":1728381696842,"duration":0}},{"uid":"bfe84c89f24e4380","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bfe84c89f24e4380","status":"passed","time":{"start":1728379498103,"stop":1728379498104,"duration":1}},{"uid":"5428d56c7c14f715","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5428d56c7c14f715","status":"passed","time":{"start":1728372147566,"stop":1728372147566,"duration":0}},{"uid":"94aeebc96f70483c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/94aeebc96f70483c","status":"passed","time":{"start":1728370535034,"stop":1728370535034,"duration":0}},{"uid":"4d224715673eb785","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4d224715673eb785","status":"passed","time":{"start":1728369636376,"stop":1728369636376,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"40ccce5213c07c1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/40ccce5213c07c1","status":"passed","time":{"start":1728381545567,"stop":1728381545567,"duration":0}},{"uid":"2b1dc6e14e3add9d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2b1dc6e14e3add9d","status":"passed","time":{"start":1728379350313,"stop":1728379350316,"duration":3}},{"uid":"374c2ea2fdc3d9cb","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/374c2ea2fdc3d9cb","status":"passed","time":{"start":1728371998266,"stop":1728371998266,"duration":0}},{"uid":"209dd4b20405c3c3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/209dd4b20405c3c3","status":"passed","time":{"start":1728370345947,"stop":1728370345948,"duration":1}},{"uid":"196a82d3af4f4679","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/196a82d3af4f4679","status":"passed","time":{"start":1728369443738,"stop":1728369443739,"duration":1}}]},"53b12b57024ae03b7000183a3372155e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5cc9b76008d0e1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cd5cc9b76008d0e1","status":"passed","time":{"start":1728369675007,"stop":1728369675008,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd3d9fcdacd6b552","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd3d9fcdacd6b552","status":"passed","time":{"start":1728381461616,"stop":1728381461617,"duration":1}},{"uid":"af3218d3ebe6670a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/af3218d3ebe6670a","status":"passed","time":{"start":1728379263314,"stop":1728379263314,"duration":0}},{"uid":"5b3a53caed234a31","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b3a53caed234a31","status":"passed","time":{"start":1728371908002,"stop":1728371908005,"duration":3}},{"uid":"2ec1afd8a44af25f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2ec1afd8a44af25f","status":"passed","time":{"start":1728370252051,"stop":1728370252051,"duration":0}},{"uid":"ad535a44ff358608","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad535a44ff358608","status":"passed","time":{"start":1728369354740,"stop":1728369354740,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"373273b89ef71250","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/373273b89ef71250","status":"passed","time":{"start":1728381696866,"stop":1728381696868,"duration":2}},{"uid":"2443642774dfa476","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2443642774dfa476","status":"passed","time":{"start":1728379498106,"stop":1728379498106,"duration":0}},{"uid":"5dc4bb448a8fed72","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5dc4bb448a8fed72","status":"passed","time":{"start":1728372147570,"stop":1728372147571,"duration":1}},{"uid":"83ee2d04b8e4f7eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/83ee2d04b8e4f7eb","status":"passed","time":{"start":1728370535037,"stop":1728370535037,"duration":0}},{"uid":"86f288b2deed6b2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/86f288b2deed6b2","status":"passed","time":{"start":1728369636383,"stop":1728369636383,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7a46bc9a5ba59690","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7a46bc9a5ba59690","status":"passed","time":{"start":1728381364420,"stop":1728381364420,"duration":0}},{"uid":"a23b59e0626f5cfd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a23b59e0626f5cfd","status":"passed","time":{"start":1728379167597,"stop":1728379167597,"duration":0}},{"uid":"5e6e0cdf4a006783","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5e6e0cdf4a006783","status":"passed","time":{"start":1728371811378,"stop":1728371811378,"duration":0}},{"uid":"b9e540c6ca902ba3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b9e540c6ca902ba3","status":"passed","time":{"start":1728370158839,"stop":1728370158840,"duration":1}},{"uid":"584b5101568f862e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/584b5101568f862e","status":"passed","time":{"start":1728369257778,"stop":1728369257779,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a3946ca2333a1809","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a3946ca2333a1809","status":"passed","time":{"start":1728381526519,"stop":1728381526520,"duration":1}},{"uid":"a72a83f10776d12a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a72a83f10776d12a","status":"passed","time":{"start":1728379329403,"stop":1728379329403,"duration":0}},{"uid":"a7fe993edbdaef2c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a7fe993edbdaef2c","status":"passed","time":{"start":1728371974003,"stop":1728371974003,"duration":0}},{"uid":"64f78084a1a44d67","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/64f78084a1a44d67","status":"passed","time":{"start":1728370320870,"stop":1728370320870,"duration":0}},{"uid":"66a577f45cb9984f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/66a577f45cb9984f","status":"passed","time":{"start":1728369420263,"stop":1728369420263,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a068cfff1b9aa18","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4a068cfff1b9aa18","status":"passed","time":{"start":1728381521286,"stop":1728381521286,"duration":0}},{"uid":"e64d0a32135695f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e64d0a32135695f7","status":"passed","time":{"start":1728379329167,"stop":1728379329167,"duration":0}},{"uid":"ca0c6a59104783c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ca0c6a59104783c","status":"passed","time":{"start":1728371983982,"stop":1728371983983,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ec29094d788f409","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ec29094d788f409","status":"passed","time":{"start":1728381355971,"stop":1728381355971,"duration":0}},{"uid":"6e86d4a0376fc883","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e86d4a0376fc883","status":"passed","time":{"start":1728379159013,"stop":1728379159013,"duration":0}},{"uid":"e778c6bd875df3b3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e778c6bd875df3b3","status":"passed","time":{"start":1728371802898,"stop":1728371802899,"duration":1}},{"uid":"ac5b8eebf1f17d5c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac5b8eebf1f17d5c","status":"passed","time":{"start":1728370149932,"stop":1728370149932,"duration":0}},{"uid":"7aac6fe4f4164f05","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7aac6fe4f4164f05","status":"passed","time":{"start":1728369248987,"stop":1728369248987,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c60c3680f58752e2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c60c3680f58752e2","status":"passed","time":{"start":1728381689154,"stop":1728381689154,"duration":0}},{"uid":"3b8dfeaea44298a5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3b8dfeaea44298a5","status":"passed","time":{"start":1728379493845,"stop":1728379493845,"duration":0}},{"uid":"6416f326f6ff2ec1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6416f326f6ff2ec1","status":"passed","time":{"start":1728372140948,"stop":1728372140948,"duration":0}},{"uid":"1bb324ca7501d49","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1bb324ca7501d49","status":"passed","time":{"start":1728370524961,"stop":1728370524961,"duration":0}},{"uid":"d0c496769597e29c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d0c496769597e29c","status":"passed","time":{"start":1728369630398,"stop":1728369630398,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a17d6cbf73661db","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a17d6cbf73661db","status":"passed","time":{"start":1728381355983,"stop":1728381355983,"duration":0}},{"uid":"fd7b85c3884a3e0b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fd7b85c3884a3e0b","status":"passed","time":{"start":1728379159028,"stop":1728379159028,"duration":0}},{"uid":"69b957f47800f139","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/69b957f47800f139","status":"passed","time":{"start":1728371802911,"stop":1728371802912,"duration":1}},{"uid":"61af6953e80491b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/61af6953e80491b2","status":"passed","time":{"start":1728370149946,"stop":1728370149946,"duration":0}},{"uid":"9374602ddb9957ea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9374602ddb9957ea","status":"passed","time":{"start":1728369249001,"stop":1728369249001,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a43b6b0779c498f6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a43b6b0779c498f6","status":"passed","time":{"start":1728381521288,"stop":1728381521289,"duration":1}},{"uid":"5c7cba29f4dc6a73","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5c7cba29f4dc6a73","status":"passed","time":{"start":1728379329169,"stop":1728379329170,"duration":1}},{"uid":"f507cc9156fcd382","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f507cc9156fcd382","status":"passed","time":{"start":1728371983989,"stop":1728371983989,"duration":0}},{"uid":"711cd484a9a75990","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/711cd484a9a75990","status":"passed","time":{"start":1728370284344,"stop":1728370284345,"duration":1}},{"uid":"bc1db7fe7527e89c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc1db7fe7527e89c","status":"passed","time":{"start":1728369378877,"stop":1728369378877,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c083dd4b8e6b9db2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c083dd4b8e6b9db2","status":"passed","time":{"start":1728381526509,"stop":1728381526509,"duration":0}},{"uid":"f67fbecb5845ce72","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f67fbecb5845ce72","status":"passed","time":{"start":1728379329395,"stop":1728379329396,"duration":1}},{"uid":"d03da61875bcbf8e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d03da61875bcbf8e","status":"passed","time":{"start":1728371973984,"stop":1728371973984,"duration":0}},{"uid":"ec79eb104ac44d08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec79eb104ac44d08","status":"passed","time":{"start":1728370320862,"stop":1728370320862,"duration":0}},{"uid":"3f763ab46af8f438","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3f763ab46af8f438","status":"passed","time":{"start":1728369420221,"stop":1728369420225,"duration":4}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4dabb891855c59e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b4dabb891855c59e","status":"passed","time":{"start":1728381680450,"stop":1728381680450,"duration":0}},{"uid":"42cd98fac7e18823","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/42cd98fac7e18823","status":"passed","time":{"start":1728379482924,"stop":1728379482924,"duration":0}},{"uid":"c9411108c8c2151e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c9411108c8c2151e","status":"passed","time":{"start":1728372134548,"stop":1728372134548,"duration":0}},{"uid":"9cf30b55a1c756d9","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9cf30b55a1c756d9","status":"passed","time":{"start":1728370487865,"stop":1728370487866,"duration":1}},{"uid":"71bcfbe82892dabf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/71bcfbe82892dabf","status":"passed","time":{"start":1728369590790,"stop":1728369590791,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c67a3b8076e053bb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c67a3b8076e053bb","status":"passed","time":{"start":1728381449300,"stop":1728381449300,"duration":0}},{"uid":"238543b1916087c8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/238543b1916087c8","status":"passed","time":{"start":1728379255034,"stop":1728379255035,"duration":1}},{"uid":"b1803ca9392ab76f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/b1803ca9392ab76f","status":"passed","time":{"start":1728371896757,"stop":1728371896757,"duration":0}},{"uid":"7c9a7ca04d7e718b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c9a7ca04d7e718b","status":"passed","time":{"start":1728370245298,"stop":1728370245298,"duration":0}},{"uid":"154bce9f623750a1","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/154bce9f623750a1","status":"passed","time":{"start":1728369344217,"stop":1728369344219,"duration":2}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"30663e7666fd76e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/30663e7666fd76e3","status":"passed","time":{"start":1728381545556,"stop":1728381545556,"duration":0}},{"uid":"4faddce67ecb2bb5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4faddce67ecb2bb5","status":"passed","time":{"start":1728379350288,"stop":1728379350288,"duration":0}},{"uid":"59b1004125d0f867","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/59b1004125d0f867","status":"passed","time":{"start":1728371998250,"stop":1728371998251,"duration":1}},{"uid":"af4e1d565b8dc65a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/af4e1d565b8dc65a","status":"passed","time":{"start":1728370345939,"stop":1728370345940,"duration":1}},{"uid":"871363e2d9462aec","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/871363e2d9462aec","status":"passed","time":{"start":1728369443725,"stop":1728369443728,"duration":3}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a96d958103a5c29","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a96d958103a5c29","status":"passed","time":{"start":1728381716492,"stop":1728381716495,"duration":3}},{"uid":"ae39f30e646ac374","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ae39f30e646ac374","status":"passed","time":{"start":1728379524436,"stop":1728379524436,"duration":0}},{"uid":"f94fbd86f81e4870","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f94fbd86f81e4870","status":"passed","time":{"start":1728372187034,"stop":1728372187034,"duration":0}},{"uid":"ed48307cc4e33a8b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ed48307cc4e33a8b","status":"passed","time":{"start":1728370559625,"stop":1728370559625,"duration":0}},{"uid":"aa08056bfd8f910a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/aa08056bfd8f910a","status":"passed","time":{"start":1728369646205,"stop":1728369646205,"duration":0}}]},"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"19be7d72a6c8c276","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/19be7d72a6c8c276","status":"passed","time":{"start":1728381613871,"stop":1728381613872,"duration":1}},{"uid":"3d65586401cd7093","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3d65586401cd7093","status":"passed","time":{"start":1728379419684,"stop":1728379419686,"duration":2}},{"uid":"cf55477721ed09bc","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/cf55477721ed09bc","status":"passed","time":{"start":1728372107442,"stop":1728372107442,"duration":0}},{"uid":"fac583a80a6298d5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/fac583a80a6298d5","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370626988,"stop":1728370626988,"duration":0}},{"uid":"72b26128a952459e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/72b26128a952459e","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369728516,"stop":1728369728516,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"25c9c5b259dcc115","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/25c9c5b259dcc115","status":"passed","time":{"start":1728381658388,"stop":1728381658389,"duration":1}},{"uid":"39db1fe7ff0376b4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/39db1fe7ff0376b4","status":"passed","time":{"start":1728379460295,"stop":1728379460296,"duration":1}},{"uid":"a3b86551a31b928f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a3b86551a31b928f","status":"passed","time":{"start":1728372105679,"stop":1728372105680,"duration":1}},{"uid":"22ae61f2318f2a96","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/22ae61f2318f2a96","status":"passed","time":{"start":1728370464159,"stop":1728370464160,"duration":1}},{"uid":"cdcc2c77ecf8d91c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cdcc2c77ecf8d91c","status":"passed","time":{"start":1728369544876,"stop":1728369544876,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f55557c79905c3c6","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f55557c79905c3c6","status":"passed","time":{"start":1728381355977,"stop":1728381355977,"duration":0}},{"uid":"8687c00274525759","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8687c00274525759","status":"passed","time":{"start":1728379159021,"stop":1728379159021,"duration":0}},{"uid":"54ac636ab9a53fa6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/54ac636ab9a53fa6","status":"passed","time":{"start":1728371802905,"stop":1728371802905,"duration":0}},{"uid":"e8a6758e0f639669","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e8a6758e0f639669","status":"passed","time":{"start":1728370149940,"stop":1728370149940,"duration":0}},{"uid":"eed767d84ff5cc39","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eed767d84ff5cc39","status":"passed","time":{"start":1728369248994,"stop":1728369248994,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"62d50df705f61573","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/62d50df705f61573","status":"passed","time":{"start":1728381355967,"stop":1728381355967,"duration":0}},{"uid":"75d69615e2923e74","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/75d69615e2923e74","status":"passed","time":{"start":1728379159007,"stop":1728379159007,"duration":0}},{"uid":"2c54c87640eb4e37","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2c54c87640eb4e37","status":"passed","time":{"start":1728371802893,"stop":1728371802894,"duration":1}},{"uid":"2677e7d2fbc067c7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2677e7d2fbc067c7","status":"passed","time":{"start":1728370149927,"stop":1728370149927,"duration":0}},{"uid":"755c2e5f06234bac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/755c2e5f06234bac","status":"passed","time":{"start":1728369248983,"stop":1728369248983,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fce7c58d1edb2e40","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fce7c58d1edb2e40","status":"passed","time":{"start":1728381680434,"stop":1728381680438,"duration":4}},{"uid":"505ef455ec626865","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/505ef455ec626865","status":"passed","time":{"start":1728379482918,"stop":1728379482918,"duration":0}},{"uid":"57c5afa475bff3db","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/57c5afa475bff3db","status":"passed","time":{"start":1728372134544,"stop":1728372134545,"duration":1}},{"uid":"6e58b8652748d29b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6e58b8652748d29b","status":"passed","time":{"start":1728370487859,"stop":1728370487860,"duration":1}},{"uid":"3bdd0e758c0615c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3bdd0e758c0615c","status":"passed","time":{"start":1728369590786,"stop":1728369590786,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2783a2b44110b676","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2783a2b44110b676","status":"passed","time":{"start":1728381461639,"stop":1728381461640,"duration":1}},{"uid":"81a348d67ba12f28","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/81a348d67ba12f28","status":"passed","time":{"start":1728379263340,"stop":1728379263344,"duration":4}},{"uid":"ebc66fe73ca68e4f","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ebc66fe73ca68e4f","status":"passed","time":{"start":1728371908025,"stop":1728371908025,"duration":0}},{"uid":"efe29bab17eaa8eb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/efe29bab17eaa8eb","status":"passed","time":{"start":1728370252054,"stop":1728370252055,"duration":1}},{"uid":"74f137349d98353","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/74f137349d98353","status":"passed","time":{"start":1728369354743,"stop":1728369354744,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"23e5384a6e309e8b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/23e5384a6e309e8b","status":"passed","time":{"start":1728381689145,"stop":1728381689146,"duration":1}},{"uid":"da7950057d620171","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/da7950057d620171","status":"passed","time":{"start":1728379493802,"stop":1728379493802,"duration":0}},{"uid":"3fc0804f7c1ce46","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3fc0804f7c1ce46","status":"passed","time":{"start":1728372140937,"stop":1728372140938,"duration":1}},{"uid":"c9db7c4831349a61","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c9db7c4831349a61","status":"passed","time":{"start":1728370524955,"stop":1728370524955,"duration":0}},{"uid":"bc037289b117c56e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bc037289b117c56e","status":"passed","time":{"start":1728369630387,"stop":1728369630388,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3351f12d1c46611f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3351f12d1c46611f","status":"passed","time":{"start":1728381658384,"stop":1728381658385,"duration":1}},{"uid":"25270b7c1283366a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/25270b7c1283366a","status":"passed","time":{"start":1728379460287,"stop":1728379460287,"duration":0}},{"uid":"174b42dff820fa5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/174b42dff820fa5","status":"passed","time":{"start":1728372105675,"stop":1728372105676,"duration":1}},{"uid":"1ee936614e3e4730","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1ee936614e3e4730","status":"passed","time":{"start":1728370464149,"stop":1728370464150,"duration":1}},{"uid":"26c6a15d6a67523a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26c6a15d6a67523a","status":"passed","time":{"start":1728369544872,"stop":1728369544872,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3530cbccc9a6a0c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3530cbccc9a6a0c","status":"passed","time":{"start":1728381371851,"stop":1728381371852,"duration":1}},{"uid":"200f3c6b14053717","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/200f3c6b14053717","status":"passed","time":{"start":1728379175037,"stop":1728379175037,"duration":0}},{"uid":"2dd50c25c1b5d331","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2dd50c25c1b5d331","status":"passed","time":{"start":1728371819029,"stop":1728371819029,"duration":0}},{"uid":"8df0f2023f5c630f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8df0f2023f5c630f","status":"passed","time":{"start":1728370166486,"stop":1728370166486,"duration":0}},{"uid":"633656a9834ddd74","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/633656a9834ddd74","status":"passed","time":{"start":1728369265268,"stop":1728369265268,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"51ef68cc3727049","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/51ef68cc3727049","status":"passed","time":{"start":1728381371416,"stop":1728381371417,"duration":1}},{"uid":"65a2f34988bca0ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/65a2f34988bca0ab","status":"passed","time":{"start":1728379174376,"stop":1728379174376,"duration":0}},{"uid":"9d9ce44743776409","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d9ce44743776409","status":"passed","time":{"start":1728371818654,"stop":1728371818655,"duration":1}},{"uid":"49c0b94cfcd1e3c7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/49c0b94cfcd1e3c7","status":"passed","time":{"start":1728370166258,"stop":1728370166259,"duration":1}},{"uid":"76d62e385b32e990","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76d62e385b32e990","status":"passed","time":{"start":1728369265013,"stop":1728369265013,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b0b13b8e1f15060e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b0b13b8e1f15060e","status":"passed","time":{"start":1728381676006,"stop":1728381676006,"duration":0}},{"uid":"d507b2bc85b2339","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d507b2bc85b2339","status":"passed","time":{"start":1728379477371,"stop":1728379477372,"duration":1}},{"uid":"9cf572b36f7544c7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9cf572b36f7544c7","status":"passed","time":{"start":1728372125152,"stop":1728372125152,"duration":0}},{"uid":"7df90f9ab351528f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7df90f9ab351528f","status":"passed","time":{"start":1728370506882,"stop":1728370506882,"duration":0}},{"uid":"40e77bec30059525","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/40e77bec30059525","status":"passed","time":{"start":1728369613007,"stop":1728369613008,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"82e2b4894a37208b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/82e2b4894a37208b","status":"passed","time":{"start":1728381696841,"stop":1728381696841,"duration":0}},{"uid":"6e1c8d7c72a84078","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6e1c8d7c72a84078","status":"passed","time":{"start":1728379498101,"stop":1728379498102,"duration":1}},{"uid":"dfffce514e86eb41","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dfffce514e86eb41","status":"passed","time":{"start":1728372147563,"stop":1728372147565,"duration":2}},{"uid":"8a7f7751c3463132","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8a7f7751c3463132","status":"passed","time":{"start":1728370535032,"stop":1728370535033,"duration":1}},{"uid":"834f3521c75a13cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/834f3521c75a13cf","status":"passed","time":{"start":1728369636375,"stop":1728369636376,"duration":1}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"85c53b3f427fc26","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/85c53b3f427fc26","status":"passed","time":{"start":1728381449299,"stop":1728381449299,"duration":0}},{"uid":"300a56edbd9c8538","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/300a56edbd9c8538","status":"passed","time":{"start":1728379255030,"stop":1728379255030,"duration":0}},{"uid":"1558f1caeecc2ad2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1558f1caeecc2ad2","status":"passed","time":{"start":1728371896754,"stop":1728371896756,"duration":2}},{"uid":"4b5322280f2f000c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b5322280f2f000c","status":"passed","time":{"start":1728370245294,"stop":1728370245295,"duration":1}},{"uid":"cbe839dcb07ac990","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbe839dcb07ac990","status":"passed","time":{"start":1728369344215,"stop":1728369344215,"duration":0}}]},"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a799877e00647be2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a799877e00647be2","status":"passed","time":{"start":1728381371412,"stop":1728381371413,"duration":1}},{"uid":"32032d6a1a1c41b7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/32032d6a1a1c41b7","status":"passed","time":{"start":1728379174831,"stop":1728379174831,"duration":0}},{"uid":"6fbcf184deb6f4e2","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6fbcf184deb6f4e2","status":"passed","time":{"start":1728371818438,"stop":1728371818439,"duration":1}},{"uid":"c221243209a7044a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c221243209a7044a","status":"passed","time":{"start":1728370166080,"stop":1728370166080,"duration":0}},{"uid":"847f1a93b998ece4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/847f1a93b998ece4","status":"passed","time":{"start":1728369265065,"stop":1728369265065,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"f5acf0066648dace","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f5acf0066648dace","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381696826,"stop":1728381696827,"duration":1}},{"uid":"b2bcd9dc5279f08f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2bcd9dc5279f08f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379498095,"stop":1728379498095,"duration":0}},{"uid":"4fb46f82000e7502","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4fb46f82000e7502","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372147558,"stop":1728372147558,"duration":0}},{"uid":"2c001996a002073b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2c001996a002073b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370535018,"stop":1728370535018,"duration":0}},{"uid":"418ef1ab25ce8cbc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/418ef1ab25ce8cbc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369636357,"stop":1728369636357,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3fb2493c9b8e0ceb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3fb2493c9b8e0ceb","status":"passed","time":{"start":1728381743116,"stop":1728381743120,"duration":4}},{"uid":"b51ed334198870e4","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b51ed334198870e4","status":"passed","time":{"start":1728379550979,"stop":1728379550980,"duration":1}},{"uid":"48514425ddb8848e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/48514425ddb8848e","status":"passed","time":{"start":1728372211440,"stop":1728372211440,"duration":0}},{"uid":"67548b658c1dd5fc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/67548b658c1dd5fc","status":"passed","time":{"start":1728370582326,"stop":1728370582327,"duration":1}},{"uid":"dfbf54280d6b901c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/dfbf54280d6b901c","status":"passed","time":{"start":1728369674236,"stop":1728369674237,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cc6ebba198160db4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cc6ebba198160db4","status":"passed","time":{"start":1728381557204,"stop":1728381557204,"duration":0}},{"uid":"858bd1721a17a7bc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/858bd1721a17a7bc","status":"passed","time":{"start":1728379366427,"stop":1728379366428,"duration":1}},{"uid":"1a5328a16048594d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1a5328a16048594d","status":"passed","time":{"start":1728371995973,"stop":1728371995973,"duration":0}},{"uid":"9c864c6ed18dba07","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9c864c6ed18dba07","status":"passed","time":{"start":1728370345092,"stop":1728370345093,"duration":1}},{"uid":"4a270734dcc7a654","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4a270734dcc7a654","status":"passed","time":{"start":1728369447278,"stop":1728369447279,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f6191746e7359304","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f6191746e7359304","status":"passed","time":{"start":1728381364429,"stop":1728381364429,"duration":0}},{"uid":"1a1fa4da9a0693eb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a1fa4da9a0693eb","status":"passed","time":{"start":1728379167607,"stop":1728379167607,"duration":0}},{"uid":"c24d5769e9c29b96","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c24d5769e9c29b96","status":"passed","time":{"start":1728371811389,"stop":1728371811389,"duration":0}},{"uid":"24562af46facb089","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/24562af46facb089","status":"passed","time":{"start":1728370158849,"stop":1728370158850,"duration":1}},{"uid":"23b81c4dcc823fa6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/23b81c4dcc823fa6","status":"passed","time":{"start":1728369257788,"stop":1728369257788,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8ae97e5298440b90","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8ae97e5298440b90","status":"passed","time":{"start":1728381696869,"stop":1728381696869,"duration":0}},{"uid":"abc736f2dceafd12","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/abc736f2dceafd12","status":"passed","time":{"start":1728379498107,"stop":1728379498107,"duration":0}},{"uid":"425711da8d64e58e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/425711da8d64e58e","status":"passed","time":{"start":1728372147579,"stop":1728372147579,"duration":0}},{"uid":"519bc946cedf1b0f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/519bc946cedf1b0f","status":"passed","time":{"start":1728370535038,"stop":1728370535038,"duration":0}},{"uid":"b9e758a28d7457e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b9e758a28d7457e9","status":"passed","time":{"start":1728369636385,"stop":1728369636386,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"49a9a074aee5ccf2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/49a9a074aee5ccf2","status":"passed","time":{"start":1728381439746,"stop":1728381439746,"duration":0}},{"uid":"66af69a62399380f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/66af69a62399380f","status":"passed","time":{"start":1728379250164,"stop":1728379250165,"duration":1}},{"uid":"1885a32dbc99c57c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1885a32dbc99c57c","status":"passed","time":{"start":1728371885970,"stop":1728371885970,"duration":0}},{"uid":"ae98110a74924af7","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ae98110a74924af7","status":"passed","time":{"start":1728370233666,"stop":1728370233667,"duration":1}},{"uid":"4e144e33ea1ac4a6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4e144e33ea1ac4a6","status":"passed","time":{"start":1728369335747,"stop":1728369335750,"duration":3}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4c0ae02db2722ff8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4c0ae02db2722ff8","status":"passed","time":{"start":1728381800483,"stop":1728381800483,"duration":0}},{"uid":"6613a020fcdfcde9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6613a020fcdfcde9","status":"passed","time":{"start":1728379607034,"stop":1728379607035,"duration":1}},{"uid":"6752b1f61d9b94a4","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6752b1f61d9b94a4","status":"passed","time":{"start":1728372238120,"stop":1728372238120,"duration":0}},{"uid":"4be3a7d10face646","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4be3a7d10face646","status":"passed","time":{"start":1728370630364,"stop":1728370630365,"duration":1}},{"uid":"95adf4afb35ef8e9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/95adf4afb35ef8e9","status":"passed","time":{"start":1728369720988,"stop":1728369720989,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b6ec1928c2902742","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b6ec1928c2902742","status":"passed","time":{"start":1728381716496,"stop":1728381716496,"duration":0}},{"uid":"33536edf807c5acd","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/33536edf807c5acd","status":"passed","time":{"start":1728379524437,"stop":1728379524437,"duration":0}},{"uid":"a6e36b3bbe042e15","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a6e36b3bbe042e15","status":"passed","time":{"start":1728372187035,"stop":1728372187035,"duration":0}},{"uid":"9f19016c6d3fc93f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f19016c6d3fc93f","status":"passed","time":{"start":1728370559626,"stop":1728370559628,"duration":2}},{"uid":"865eb3dde33d5029","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/865eb3dde33d5029","status":"passed","time":{"start":1728369646205,"stop":1728369646205,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2cf83d2c5292ddb1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2cf83d2c5292ddb1","status":"passed","time":{"start":1728381737937,"stop":1728381737937,"duration":0}},{"uid":"db06749c4be64502","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/db06749c4be64502","status":"passed","time":{"start":1728379543300,"stop":1728379543301,"duration":1}},{"uid":"fbea0dc2035f39ab","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbea0dc2035f39ab","status":"passed","time":{"start":1728372192290,"stop":1728372192290,"duration":0}},{"uid":"26a271033d07824c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26a271033d07824c","status":"passed","time":{"start":1728370579156,"stop":1728370579157,"duration":1}},{"uid":"f6bbeb1dc7eacdac","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f6bbeb1dc7eacdac","status":"passed","time":{"start":1728369664330,"stop":1728369664331,"duration":1}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"edce591c9a058565","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/edce591c9a058565","status":"passed","time":{"start":1728381658387,"stop":1728381658388,"duration":1}},{"uid":"d6bd9a6422fac482","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d6bd9a6422fac482","status":"passed","time":{"start":1728379460291,"stop":1728379460295,"duration":4}},{"uid":"c41ebca63cbc18e5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/c41ebca63cbc18e5","status":"passed","time":{"start":1728372105678,"stop":1728372105679,"duration":1}},{"uid":"b13243719a209965","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b13243719a209965","status":"passed","time":{"start":1728370464157,"stop":1728370464158,"duration":1}},{"uid":"1584a7d073180625","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1584a7d073180625","status":"passed","time":{"start":1728369544875,"stop":1728369544875,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"da16effead2ec4a9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/da16effead2ec4a9","status":"passed","time":{"start":1728381614000,"stop":1728381614001,"duration":1}},{"uid":"be1abdeb4f037795","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/be1abdeb4f037795","status":"passed","time":{"start":1728379419840,"stop":1728379419840,"duration":0}},{"uid":"44b638f6a738f7c8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44b638f6a738f7c8","status":"passed","time":{"start":1728372057884,"stop":1728372057885,"duration":1}},{"uid":"888455d50d5324ac","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/888455d50d5324ac","status":"passed","time":{"start":1728370439775,"stop":1728370439776,"duration":1}},{"uid":"cbd9004fba28c0da","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cbd9004fba28c0da","status":"passed","time":{"start":1728369540111,"stop":1728369540111,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e825120dee0a20f2","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e825120dee0a20f2","status":"passed","time":{"start":1728381557220,"stop":1728381557220,"duration":0}},{"uid":"739643ef25686e3d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/739643ef25686e3d","status":"passed","time":{"start":1728379366460,"stop":1728379366465,"duration":5}},{"uid":"dcea740090e29176","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dcea740090e29176","status":"passed","time":{"start":1728371996001,"stop":1728371996003,"duration":2}},{"uid":"f50deef15f92261c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f50deef15f92261c","status":"passed","time":{"start":1728370345124,"stop":1728370345125,"duration":1}},{"uid":"f92229f80f143191","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f92229f80f143191","status":"passed","time":{"start":1728369447286,"stop":1728369447286,"duration":0}}]},"348b628f6e22602beb1a4d03f545c9a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb5520380b6ccb6","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fb5520380b6ccb6","status":"passed","time":{"start":1728369622055,"stop":1728369622056,"duration":1}}]},"5e9e067b63946692debd6dad4d426b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dec0270955b5149","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1dec0270955b5149","status":"passed","time":{"start":1728379523099,"stop":1728379523101,"duration":2}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"aab304ce6ce89cb5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/aab304ce6ce89cb5","status":"passed","time":{"start":1728381557219,"stop":1728381557220,"duration":1}},{"uid":"1c0bc300321e0616","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c0bc300321e0616","status":"passed","time":{"start":1728379366459,"stop":1728379366460,"duration":1}},{"uid":"1312325d5878ef24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1312325d5878ef24","status":"passed","time":{"start":1728371996000,"stop":1728371996000,"duration":0}},{"uid":"abdc4b53d008e74d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/abdc4b53d008e74d","status":"passed","time":{"start":1728370345120,"stop":1728370345124,"duration":4}},{"uid":"63dd3d7c61d0774a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/63dd3d7c61d0774a","status":"passed","time":{"start":1728369447285,"stop":1728369447286,"duration":1}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8b072001743b5ccc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8b072001743b5ccc","status":"passed","time":{"start":1728381364419,"stop":1728381364419,"duration":0}},{"uid":"94321a7bda121d4e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/94321a7bda121d4e","status":"passed","time":{"start":1728379167595,"stop":1728379167595,"duration":0}},{"uid":"1d974724a2219296","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1d974724a2219296","status":"passed","time":{"start":1728371811376,"stop":1728371811376,"duration":0}},{"uid":"6e68d9773bfac6fb","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/6e68d9773bfac6fb","status":"passed","time":{"start":1728370158837,"stop":1728370158837,"duration":0}},{"uid":"41743c23436c20be","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/41743c23436c20be","status":"passed","time":{"start":1728369257776,"stop":1728369257776,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"35a54517f8ec233d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/35a54517f8ec233d","status":"passed","time":{"start":1728381355988,"stop":1728381355988,"duration":0}},{"uid":"d36495363d91218e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d36495363d91218e","status":"passed","time":{"start":1728379159048,"stop":1728379159049,"duration":1}},{"uid":"9e060981a33f7c9e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9e060981a33f7c9e","status":"passed","time":{"start":1728371802853,"stop":1728371802853,"duration":0}},{"uid":"a2535f121760116a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a2535f121760116a","status":"passed","time":{"start":1728370149979,"stop":1728370149979,"duration":0}},{"uid":"418868d4dd2a58e3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/418868d4dd2a58e3","status":"passed","time":{"start":1728369249005,"stop":1728369249005,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"afb973d0e5d99c8a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/afb973d0e5d99c8a","status":"passed","time":{"start":1728381763768,"stop":1728381763772,"duration":4}},{"uid":"b05591004b3970ab","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b05591004b3970ab","status":"passed","time":{"start":1728379572271,"stop":1728379572272,"duration":1}},{"uid":"810b5ebadc9415b8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/810b5ebadc9415b8","status":"passed","time":{"start":1728372221514,"stop":1728372221516,"duration":2}},{"uid":"c2bf5e95e0858a62","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2bf5e95e0858a62","status":"passed","time":{"start":1728370607706,"stop":1728370607707,"duration":1}},{"uid":"d098736655fb4f50","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d098736655fb4f50","status":"passed","time":{"start":1728369690173,"stop":1728369690173,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8cbf5275112e6d4a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/8cbf5275112e6d4a","status":"passed","time":{"start":1728381634682,"stop":1728381634683,"duration":1}},{"uid":"4d23c7626b4a2121","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4d23c7626b4a2121","status":"passed","time":{"start":1728379440094,"stop":1728379440095,"duration":1}},{"uid":"3b7eb4f9fce8bcd6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/3b7eb4f9fce8bcd6","status":"passed","time":{"start":1728372106162,"stop":1728372106163,"duration":1}},{"uid":"ad2f8247f32f33bd","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad2f8247f32f33bd","status":"passed","time":{"start":1728370467935,"stop":1728370467936,"duration":1}},{"uid":"a1734f69e97482a0","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a1734f69e97482a0","status":"passed","time":{"start":1728369560302,"stop":1728369560302,"duration":0}}]},"1534d0be1cf34d85ad6b5928966c3c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea5f2c7b108302e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/eea5f2c7b108302e","status":"passed","time":{"start":1728381689160,"stop":1728381689161,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dcc2c4547e7567c8","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dcc2c4547e7567c8","status":"passed","time":{"start":1728381680466,"stop":1728381680467,"duration":1}},{"uid":"cd75a856097e416d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd75a856097e416d","status":"passed","time":{"start":1728379482947,"stop":1728379482948,"duration":1}},{"uid":"7f68a4bed73d6928","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7f68a4bed73d6928","status":"passed","time":{"start":1728372134570,"stop":1728372134571,"duration":1}},{"uid":"9e7a1e4879e80347","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9e7a1e4879e80347","status":"passed","time":{"start":1728370487883,"stop":1728370487883,"duration":0}},{"uid":"76c4add48cb0a83a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/76c4add48cb0a83a","status":"passed","time":{"start":1728369590805,"stop":1728369590805,"duration":0}}]},"baf187658acf137697ae8adbc09a203f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cbf57b4cdcb343c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2cbf57b4cdcb343c","status":"passed","time":{"start":1728381719624,"stop":1728381719624,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3a5b8954e46bc998","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3a5b8954e46bc998","status":"passed","time":{"start":1728381485020,"stop":1728381485020,"duration":0}},{"uid":"38cdd2123ee12ca6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/38cdd2123ee12ca6","status":"passed","time":{"start":1728379293450,"stop":1728379293451,"duration":1}},{"uid":"72fd2f83578bb513","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/72fd2f83578bb513","status":"passed","time":{"start":1728371932963,"stop":1728371932963,"duration":0}},{"uid":"a13a53b2ae90d767","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a13a53b2ae90d767","status":"passed","time":{"start":1728370281704,"stop":1728370281704,"duration":0}},{"uid":"19ac2d71ced23799","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/19ac2d71ced23799","status":"passed","time":{"start":1728369376535,"stop":1728369376536,"duration":1}}]},"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"52276c5dac609b41","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/52276c5dac609b41","status":"passed","time":{"start":1728381371410,"stop":1728381371411,"duration":1}},{"uid":"e4b7f7edf735bedc","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e4b7f7edf735bedc","status":"passed","time":{"start":1728379174829,"stop":1728379174830,"duration":1}},{"uid":"ee59f338a961f99b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ee59f338a961f99b","status":"passed","time":{"start":1728371818435,"stop":1728371818436,"duration":1}},{"uid":"938b23a8991e36a4","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/938b23a8991e36a4","status":"passed","time":{"start":1728370166078,"stop":1728370166079,"duration":1}},{"uid":"c58ebf0cac0f0045","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c58ebf0cac0f0045","status":"passed","time":{"start":1728369265063,"stop":1728369265064,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1072ac166edba665","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1072ac166edba665","status":"passed","time":{"start":1728381658388,"stop":1728381658388,"duration":0}},{"uid":"5dbf3364f6587209","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/5dbf3364f6587209","status":"passed","time":{"start":1728379460295,"stop":1728379460295,"duration":0}},{"uid":"2845af78bafd69c6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2845af78bafd69c6","status":"passed","time":{"start":1728372105679,"stop":1728372105679,"duration":0}},{"uid":"50fd217bbcd0a0f6","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/50fd217bbcd0a0f6","status":"passed","time":{"start":1728370464158,"stop":1728370464159,"duration":1}},{"uid":"f439ec014aea8063","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f439ec014aea8063","status":"passed","time":{"start":1728369544876,"stop":1728369544876,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1d588b25ca32eefc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1d588b25ca32eefc","status":"passed","time":{"start":1728381749017,"stop":1728381749019,"duration":2}},{"uid":"cf145ae03b23cca7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cf145ae03b23cca7","status":"passed","time":{"start":1728379549631,"stop":1728379549641,"duration":10}},{"uid":"5860904eb36cca0b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5860904eb36cca0b","status":"passed","time":{"start":1728372195407,"stop":1728372195408,"duration":1}},{"uid":"3ed5a9f10de8e5bc","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3ed5a9f10de8e5bc","status":"passed","time":{"start":1728370555236,"stop":1728370555236,"duration":0}},{"uid":"25bd1d13b5abdcb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25bd1d13b5abdcb","status":"passed","time":{"start":1728369639824,"stop":1728369639825,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"335b0d5a4e330847","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/335b0d5a4e330847","status":"passed","time":{"start":1728381749048,"stop":1728381749049,"duration":1}},{"uid":"190c18f35a9af034","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/190c18f35a9af034","status":"passed","time":{"start":1728379549691,"stop":1728379549691,"duration":0}},{"uid":"29f93a78b8346869","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/29f93a78b8346869","status":"passed","time":{"start":1728372195430,"stop":1728372195431,"duration":1}},{"uid":"559cc44a9181e03d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/559cc44a9181e03d","status":"passed","time":{"start":1728370555254,"stop":1728370555254,"duration":0}},{"uid":"31ea34cdeb2efdaf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/31ea34cdeb2efdaf","status":"passed","time":{"start":1728369639848,"stop":1728369639848,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9bcbfba551c0a9c","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9bcbfba551c0a9c","status":"passed","time":{"start":1728381364418,"stop":1728381364418,"duration":0}},{"uid":"8d519e8663f4ec6","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8d519e8663f4ec6","status":"passed","time":{"start":1728379167594,"stop":1728379167594,"duration":0}},{"uid":"e6a1b6cd2a93612","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e6a1b6cd2a93612","status":"passed","time":{"start":1728371811375,"stop":1728371811375,"duration":0}},{"uid":"f97b3b4ce3a54e06","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f97b3b4ce3a54e06","status":"passed","time":{"start":1728370158836,"stop":1728370158837,"duration":1}},{"uid":"9f4ca7cd7d15b89c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9f4ca7cd7d15b89c","status":"passed","time":{"start":1728369257775,"stop":1728369257776,"duration":1}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"674e5725b378cbd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/674e5725b378cbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728381658692,"stop":1728381658692,"duration":0}},{"uid":"dde8787ec868ac05","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dde8787ec868ac05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728379460503,"stop":1728379460504,"duration":1}},{"uid":"33a6bc37d10e2dac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/33a6bc37d10e2dac","status":"skipped","statusDetails":"Test ignored","time":{"start":1728372107864,"stop":1728372107864,"duration":0}},{"uid":"b84f4ff03b498f48","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b84f4ff03b498f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728370488123,"stop":1728370488125,"duration":2}},{"uid":"285bd7fa209e4470","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/285bd7fa209e4470","status":"skipped","statusDetails":"Test ignored","time":{"start":1728369591298,"stop":1728369591298,"duration":0}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"457eb0e6bcbe412a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/457eb0e6bcbe412a","status":"passed","time":{"start":1728381756574,"stop":1728381756574,"duration":0}},{"uid":"14edfc985605f992","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/14edfc985605f992","status":"passed","time":{"start":1728379560458,"stop":1728379560458,"duration":0}},{"uid":"8e7f34a2b2fbbeb6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/8e7f34a2b2fbbeb6","status":"passed","time":{"start":1728372207707,"stop":1728372207707,"duration":0}},{"uid":"5efb520990aee4a1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5efb520990aee4a1","status":"passed","time":{"start":1728370596501,"stop":1728370596503,"duration":2}},{"uid":"e08b18b276998971","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e08b18b276998971","status":"passed","time":{"start":1728369687976,"stop":1728369687977,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d3b632f965423136","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d3b632f965423136","status":"passed","time":{"start":1728381749033,"stop":1728381749034,"duration":1}},{"uid":"3a58a7aab759295e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/3a58a7aab759295e","status":"passed","time":{"start":1728379549676,"stop":1728379549676,"duration":0}},{"uid":"4cd54666c63f8398","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4cd54666c63f8398","status":"passed","time":{"start":1728372195417,"stop":1728372195417,"duration":0}},{"uid":"512504c3a8901b55","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/512504c3a8901b55","status":"passed","time":{"start":1728370555246,"stop":1728370555246,"duration":0}},{"uid":"1a643eee19ce16dc","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/1a643eee19ce16dc","status":"passed","time":{"start":1728369639837,"stop":1728369639837,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"446ea2445de23d74","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/446ea2445de23d74","status":"passed","time":{"start":1728381526509,"stop":1728381526510,"duration":1}},{"uid":"31e2bbafefa03d88","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/31e2bbafefa03d88","status":"passed","time":{"start":1728379329396,"stop":1728379329396,"duration":0}},{"uid":"a5a58aef71ce0bef","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5a58aef71ce0bef","status":"passed","time":{"start":1728371973984,"stop":1728371973984,"duration":0}},{"uid":"7c5b02e1b274243f","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7c5b02e1b274243f","status":"passed","time":{"start":1728370320863,"stop":1728370320863,"duration":0}},{"uid":"26804c2c518bf4a4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/26804c2c518bf4a4","status":"passed","time":{"start":1728369420225,"stop":1728369420225,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"88a755de4991e463","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/88a755de4991e463","status":"passed","time":{"start":1728381737936,"stop":1728381737936,"duration":0}},{"uid":"6c60218c9f7cda13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6c60218c9f7cda13","status":"passed","time":{"start":1728379543299,"stop":1728379543299,"duration":0}},{"uid":"971303b9b84c9b1a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/971303b9b84c9b1a","status":"passed","time":{"start":1728372192285,"stop":1728372192289,"duration":4}},{"uid":"86d9e2a4c040cbe0","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/86d9e2a4c040cbe0","status":"passed","time":{"start":1728370579153,"stop":1728370579153,"duration":0}},{"uid":"247234a9c4440075","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/247234a9c4440075","status":"passed","time":{"start":1728369664329,"stop":1728369664329,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dc1ae730c0eafb86","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dc1ae730c0eafb86","status":"passed","time":{"start":1728381526511,"stop":1728381526512,"duration":1}},{"uid":"440888fa38594741","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/440888fa38594741","status":"passed","time":{"start":1728379329397,"stop":1728379329397,"duration":0}},{"uid":"44cd7281daf4214d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/44cd7281daf4214d","status":"passed","time":{"start":1728371973986,"stop":1728371973986,"duration":0}},{"uid":"18501c84d94bfc46","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/18501c84d94bfc46","status":"passed","time":{"start":1728370320864,"stop":1728370320864,"duration":0}},{"uid":"9d8a80f285e0b4f7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/9d8a80f285e0b4f7","status":"passed","time":{"start":1728369420226,"stop":1728369420227,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2d03757d3e6d977d","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2d03757d3e6d977d","status":"passed","time":{"start":1728381454671,"stop":1728381454671,"duration":0}},{"uid":"30c7c6f115f7363e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/30c7c6f115f7363e","status":"passed","time":{"start":1728379263251,"stop":1728379263251,"duration":0}},{"uid":"dd71988a5e2c5523","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dd71988a5e2c5523","status":"passed","time":{"start":1728371902714,"stop":1728371902714,"duration":0}},{"uid":"4a4f5a336afd129a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4a4f5a336afd129a","status":"passed","time":{"start":1728370254632,"stop":1728370254632,"duration":0}},{"uid":"4b30d9c7c2e1cf8d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b30d9c7c2e1cf8d","status":"passed","time":{"start":1728369347761,"stop":1728369347761,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cef10ae7eb3422f9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cef10ae7eb3422f9","status":"passed","time":{"start":1728381415231,"stop":1728381415231,"duration":0}},{"uid":"432b4a09373fa8c7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/432b4a09373fa8c7","status":"passed","time":{"start":1728379220440,"stop":1728379220440,"duration":0}},{"uid":"564de81cad9f7e98","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/564de81cad9f7e98","status":"passed","time":{"start":1728371862892,"stop":1728371862892,"duration":0}},{"uid":"56756a89c74c37e8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/56756a89c74c37e8","status":"passed","time":{"start":1728370213107,"stop":1728370213107,"duration":0}},{"uid":"e01d9672579fbdb4","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e01d9672579fbdb4","status":"passed","time":{"start":1728369309201,"stop":1728369309201,"duration":0}}]},"61b19b3121086b689f2837a81f09e0ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cd35a3a2352c933","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5cd35a3a2352c933","status":"passed","time":{"start":1728381658387,"stop":1728381658387,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"dd20ba5765c8249","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/dd20ba5765c8249","status":"passed","time":{"start":1728381743129,"stop":1728381743131,"duration":2}},{"uid":"63868388e53fa21d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/63868388e53fa21d","status":"passed","time":{"start":1728379550985,"stop":1728379550985,"duration":0}},{"uid":"7dc89278d8633ffe","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/7dc89278d8633ffe","status":"passed","time":{"start":1728372211449,"stop":1728372211449,"duration":0}},{"uid":"2f1e46aca43f7f90","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2f1e46aca43f7f90","status":"passed","time":{"start":1728370582329,"stop":1728370582329,"duration":0}},{"uid":"37045d99cb120ee7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/37045d99cb120ee7","status":"passed","time":{"start":1728369674243,"stop":1728369674244,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"acd37a1989a01fda","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/acd37a1989a01fda","status":"passed","time":{"start":1728381711664,"stop":1728381711665,"duration":1}},{"uid":"238dbeb8c837647b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/238dbeb8c837647b","status":"passed","time":{"start":1728379515556,"stop":1728379515556,"duration":0}},{"uid":"2abf4d379724c31d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/2abf4d379724c31d","status":"passed","time":{"start":1728372171302,"stop":1728372171302,"duration":0}},{"uid":"8ac606de66752a60","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ac606de66752a60","status":"passed","time":{"start":1728370522968,"stop":1728370522971,"duration":3}},{"uid":"d89a2093a1d75f07","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d89a2093a1d75f07","status":"passed","time":{"start":1728369622048,"stop":1728369622049,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"79c074f6c9f472f3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/79c074f6c9f472f3","status":"passed","time":{"start":1728381415527,"stop":1728381415529,"duration":2}},{"uid":"50b0fc142f22617d","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/50b0fc142f22617d","status":"passed","time":{"start":1728379221895,"stop":1728379221895,"duration":0}},{"uid":"d02ee00e9d62470b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d02ee00e9d62470b","status":"passed","time":{"start":1728371864346,"stop":1728371864346,"duration":0}},{"uid":"c28ff976f3017881","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c28ff976f3017881","status":"passed","time":{"start":1728370211394,"stop":1728370211395,"duration":1}},{"uid":"98e2e432902cce40","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/98e2e432902cce40","status":"passed","time":{"start":1728369310551,"stop":1728369310553,"duration":2}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"25ff6016a0085dbe","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/25ff6016a0085dbe","status":"passed","time":{"start":1728381526516,"stop":1728381526516,"duration":0}},{"uid":"4b67999d25d668eb","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b67999d25d668eb","status":"passed","time":{"start":1728379329399,"stop":1728379329400,"duration":1}},{"uid":"78ac93810b60605e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78ac93810b60605e","status":"passed","time":{"start":1728371973993,"stop":1728371973993,"duration":0}},{"uid":"9a62173eec5f50da","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9a62173eec5f50da","status":"passed","time":{"start":1728370320866,"stop":1728370320867,"duration":1}},{"uid":"b26bdd022d2aa884","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b26bdd022d2aa884","status":"passed","time":{"start":1728369420247,"stop":1728369420247,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ed50d86da813dbb1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ed50d86da813dbb1","status":"passed","time":{"start":1728381355979,"stop":1728381355979,"duration":0}},{"uid":"aece445d0a949f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aece445d0a949f","status":"passed","time":{"start":1728379159023,"stop":1728379159023,"duration":0}},{"uid":"48a5b241d634b41c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/48a5b241d634b41c","status":"passed","time":{"start":1728371802907,"stop":1728371802907,"duration":0}},{"uid":"ac07d7e9a617b826","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac07d7e9a617b826","status":"passed","time":{"start":1728370149942,"stop":1728370149942,"duration":0}},{"uid":"fd53ebb2bcad178d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fd53ebb2bcad178d","status":"passed","time":{"start":1728369248996,"stop":1728369248997,"duration":1}}]},"7526240bfbf91b70d42c920d7ea0bb50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"234487c988c86897","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/234487c988c86897","status":"passed","time":{"start":1728370557100,"stop":1728370557100,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"ea7e9d503d4653e5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ea7e9d503d4653e5","status":"passed","time":{"start":1728381680457,"stop":1728381680458,"duration":1}},{"uid":"8c0b32274e4fc6f7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c0b32274e4fc6f7","status":"passed","time":{"start":1728379482932,"stop":1728379482933,"duration":1}},{"uid":"ff3d738e7c68312e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ff3d738e7c68312e","status":"passed","time":{"start":1728372134555,"stop":1728372134561,"duration":6}},{"uid":"a3d1086d1ab3f982","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/a3d1086d1ab3f982","status":"passed","time":{"start":1728370487874,"stop":1728370487875,"duration":1}},{"uid":"ab292923c3df3d13","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab292923c3df3d13","status":"passed","time":{"start":1728369590800,"stop":1728369590800,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a595a0c78384f4bc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a595a0c78384f4bc","status":"passed","time":{"start":1728381363569,"stop":1728381363570,"duration":1}},{"uid":"c9aed8355da1d949","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c9aed8355da1d949","status":"passed","time":{"start":1728379166764,"stop":1728379166765,"duration":1}},{"uid":"a2cf560f6244d0ae","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a2cf560f6244d0ae","status":"passed","time":{"start":1728371810589,"stop":1728371810590,"duration":1}},{"uid":"ec8003aa4253038a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ec8003aa4253038a","status":"passed","time":{"start":1728370158404,"stop":1728370158405,"duration":1}},{"uid":"7d1e4fae5343778b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d1e4fae5343778b","status":"passed","time":{"start":1728369256987,"stop":1728369256987,"duration":0}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d9a4daec0cfced69","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d9a4daec0cfced69","status":"passed","time":{"start":1728381355975,"stop":1728381355976,"duration":1}},{"uid":"bca9a31484c6576b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/bca9a31484c6576b","status":"passed","time":{"start":1728379159019,"stop":1728379159019,"duration":0}},{"uid":"6b74291aa9f2e7d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6b74291aa9f2e7d1","status":"passed","time":{"start":1728371802904,"stop":1728371802904,"duration":0}},{"uid":"df0194eb5f8bf98b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/df0194eb5f8bf98b","status":"passed","time":{"start":1728370149938,"stop":1728370149938,"duration":0}},{"uid":"4b6ad09dea1c061e","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4b6ad09dea1c061e","status":"passed","time":{"start":1728369248992,"stop":1728369248993,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"94f306d5f5eaf924","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/94f306d5f5eaf924","status":"passed","time":{"start":1728381743124,"stop":1728381743125,"duration":1}},{"uid":"e63484af4e45430f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e63484af4e45430f","status":"passed","time":{"start":1728379550984,"stop":1728379550984,"duration":0}},{"uid":"35fc0e8c3057fec6","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/35fc0e8c3057fec6","status":"passed","time":{"start":1728372211445,"stop":1728372211445,"duration":0}},{"uid":"884df1e218005614","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/884df1e218005614","status":"passed","time":{"start":1728370582328,"stop":1728370582329,"duration":1}},{"uid":"eef92d61dc5e2885","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/eef92d61dc5e2885","status":"passed","time":{"start":1728369674240,"stop":1728369674240,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b9619f30dc94574f","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b9619f30dc94574f","status":"passed","time":{"start":1728381557253,"stop":1728381557262,"duration":9}},{"uid":"dad72184683b066a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dad72184683b066a","status":"passed","time":{"start":1728379366478,"stop":1728379366479,"duration":1}},{"uid":"99a469f777ac0f7a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/99a469f777ac0f7a","status":"passed","time":{"start":1728371996021,"stop":1728371996021,"duration":0}},{"uid":"4f61153fe967815","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4f61153fe967815","status":"passed","time":{"start":1728370345133,"stop":1728370345134,"duration":1}},{"uid":"b23b9d15807cf2b9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b23b9d15807cf2b9","status":"passed","time":{"start":1728369447289,"stop":1728369447289,"duration":0}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"57e0297df2c6e0dc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/57e0297df2c6e0dc","status":"passed","time":{"start":1728381355966,"stop":1728381355966,"duration":0}},{"uid":"dcb0cb7259c5df51","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dcb0cb7259c5df51","status":"passed","time":{"start":1728379159000,"stop":1728379159000,"duration":0}},{"uid":"539cc18c31d16486","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/539cc18c31d16486","status":"passed","time":{"start":1728371802892,"stop":1728371802892,"duration":0}},{"uid":"d68debec80d2a19b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d68debec80d2a19b","status":"passed","time":{"start":1728370149919,"stop":1728370149919,"duration":0}},{"uid":"6e769ad584c16b60","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/6e769ad584c16b60","status":"passed","time":{"start":1728369248981,"stop":1728369248981,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d544bffeccb8aee5","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d544bffeccb8aee5","status":"passed","time":{"start":1728381749041,"stop":1728381749043,"duration":2}},{"uid":"d5ab9660d8159b7f","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d5ab9660d8159b7f","status":"passed","time":{"start":1728379549684,"stop":1728379549685,"duration":1}},{"uid":"e528b885dc7a7405","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e528b885dc7a7405","status":"passed","time":{"start":1728372195424,"stop":1728372195426,"duration":2}},{"uid":"72b56d6bfe8d9b3d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/72b56d6bfe8d9b3d","status":"passed","time":{"start":1728370555251,"stop":1728370555252,"duration":1}},{"uid":"48d0a3ae6b9bec5a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/48d0a3ae6b9bec5a","status":"passed","time":{"start":1728369639844,"stop":1728369639845,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"91fc1550d2e37d92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/91fc1550d2e37d92","status":"passed","time":{"start":1728381364428,"stop":1728381364428,"duration":0}},{"uid":"22946eecd62505a8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/22946eecd62505a8","status":"passed","time":{"start":1728379167605,"stop":1728379167605,"duration":0}},{"uid":"f0ad49805663ecac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f0ad49805663ecac","status":"passed","time":{"start":1728371811387,"stop":1728371811387,"duration":0}},{"uid":"c5d078af3d378bed","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c5d078af3d378bed","status":"passed","time":{"start":1728370158848,"stop":1728370158848,"duration":0}},{"uid":"cb422690b0d3bbb8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/cb422690b0d3bbb8","status":"passed","time":{"start":1728369257787,"stop":1728369257787,"duration":0}}]},"01d45919bba0984c0d0f78af44a2620d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f3dfe4335558810","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9f3dfe4335558810","status":"passed","time":{"start":1728370464155,"stop":1728370464155,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3abd1369f09ebd73","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3abd1369f09ebd73","status":"passed","time":{"start":1728381521296,"stop":1728381521296,"duration":0}},{"uid":"15a96d644b391974","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15a96d644b391974","status":"passed","time":{"start":1728379329175,"stop":1728379329175,"duration":0}},{"uid":"ca8df62a7778b28b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ca8df62a7778b28b","status":"passed","time":{"start":1728371984000,"stop":1728371984001,"duration":1}},{"uid":"2af4540b7bb9cc27","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2af4540b7bb9cc27","status":"passed","time":{"start":1728370284351,"stop":1728370284352,"duration":1}},{"uid":"99cd9b1959aefe38","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/99cd9b1959aefe38","status":"passed","time":{"start":1728369378892,"stop":1728369378892,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5},"items":[{"uid":"13cc0a44440a418e","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13cc0a44440a418e","status":"passed","time":{"start":1728381554778,"stop":1728381554779,"duration":1}},{"uid":"4ca41f16dbee2bd2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4ca41f16dbee2bd2","status":"passed","time":{"start":1728379365895,"stop":1728379365900,"duration":5}},{"uid":"9fe7a7ecb3057b24","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9fe7a7ecb3057b24","status":"passed","time":{"start":1728372012987,"stop":1728372012988,"duration":1}},{"uid":"454b98b45e4f0f08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/454b98b45e4f0f08","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728370408807,"stop":1728370408807,"duration":0}},{"uid":"2930ea80a465a03a","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/2930ea80a465a03a","status":"broken","statusDetails":"expected 'Unhealthy' to equal 'SufficientlyHealthy'","time":{"start":1728369510275,"stop":1728369510276,"duration":1}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9aaef33fa3ef9e75","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9aaef33fa3ef9e75","status":"passed","time":{"start":1728381719619,"stop":1728381719620,"duration":1}},{"uid":"f3184f3ea5807f13","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f3184f3ea5807f13","status":"passed","time":{"start":1728379523094,"stop":1728379523095,"duration":1}},{"uid":"27a0ae07ecd0243","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/27a0ae07ecd0243","status":"passed","time":{"start":1728372169980,"stop":1728372169981,"duration":1}},{"uid":"3173a207ebdfce26","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3173a207ebdfce26","status":"passed","time":{"start":1728370557093,"stop":1728370557093,"duration":0}},{"uid":"5585dee7ac33af56","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5585dee7ac33af56","status":"passed","time":{"start":1728369663458,"stop":1728369663459,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6563367d40066596","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6563367d40066596","status":"passed","time":{"start":1728381689151,"stop":1728381689152,"duration":1}},{"uid":"34c2f357c7018575","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c2f357c7018575","status":"passed","time":{"start":1728379493842,"stop":1728379493842,"duration":0}},{"uid":"37d5ca7fd2b10977","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/37d5ca7fd2b10977","status":"passed","time":{"start":1728372140945,"stop":1728372140945,"duration":0}},{"uid":"805bb699ccd1ce31","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/805bb699ccd1ce31","status":"passed","time":{"start":1728370524958,"stop":1728370524959,"duration":1}},{"uid":"8887ff8e4a080bea","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/8887ff8e4a080bea","status":"passed","time":{"start":1728369630395,"stop":1728369630396,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a06932d45e185dbb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a06932d45e185dbb","status":"passed","time":{"start":1728381749038,"stop":1728381749038,"duration":0}},{"uid":"2927f6a6491e9c21","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/2927f6a6491e9c21","status":"passed","time":{"start":1728379549684,"stop":1728379549684,"duration":0}},{"uid":"e356f5a2c82e52c5","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e356f5a2c82e52c5","status":"passed","time":{"start":1728372195423,"stop":1728372195424,"duration":1}},{"uid":"82664226c3e6ab04","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/82664226c3e6ab04","status":"passed","time":{"start":1728370555251,"stop":1728370555251,"duration":0}},{"uid":"7a14af8a184b4bc9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7a14af8a184b4bc9","status":"passed","time":{"start":1728369639843,"stop":1728369639843,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1aa16ce48daad5bd","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/1aa16ce48daad5bd","status":"passed","time":{"start":1728381379402,"stop":1728381379403,"duration":1}},{"uid":"49b874c4b99532bf","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/49b874c4b99532bf","status":"passed","time":{"start":1728379182987,"stop":1728379182988,"duration":1}},{"uid":"d29433fbeca0adf7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d29433fbeca0adf7","status":"passed","time":{"start":1728371826965,"stop":1728371826965,"duration":0}},{"uid":"8ef50bc389e18652","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ef50bc389e18652","status":"passed","time":{"start":1728370174429,"stop":1728370174429,"duration":0}},{"uid":"13d836a730e10776","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/13d836a730e10776","status":"passed","time":{"start":1728369273238,"stop":1728369273238,"duration":0}}]},"581ba10b84b7e01beaabd9705a987247:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c2bcb2546aebd9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/60c2bcb2546aebd9","status":"passed","time":{"start":1728372105665,"stop":1728372105666,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"bb985f2d3c000ea0","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/bb985f2d3c000ea0","status":"passed","time":{"start":1728381711681,"stop":1728381711681,"duration":0}},{"uid":"c7ac8417516a219e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c7ac8417516a219e","status":"passed","time":{"start":1728379515560,"stop":1728379515561,"duration":1}},{"uid":"167d4eeb604cfd87","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/167d4eeb604cfd87","status":"passed","time":{"start":1728372171314,"stop":1728372171314,"duration":0}},{"uid":"8b8ea4d023228f30","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8b8ea4d023228f30","status":"passed","time":{"start":1728370522978,"stop":1728370522978,"duration":0}},{"uid":"4644958929c4d0c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/4644958929c4d0c","status":"passed","time":{"start":1728369622054,"stop":1728369622054,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"4e6ee325187e15a1","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4e6ee325187e15a1","status":"passed","time":{"start":1728381696824,"stop":1728381696825,"duration":1}},{"uid":"b6d9f05a0e86e270","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b6d9f05a0e86e270","status":"passed","time":{"start":1728379498093,"stop":1728379498094,"duration":1}},{"uid":"550a872e235dd272","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/550a872e235dd272","status":"passed","time":{"start":1728372147553,"stop":1728372147553,"duration":0}},{"uid":"c2692c894662a453","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/c2692c894662a453","status":"passed","time":{"start":1728370535011,"stop":1728370535012,"duration":1}},{"uid":"25e15cf0c459c09b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/25e15cf0c459c09b","status":"passed","time":{"start":1728369636355,"stop":1728369636356,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"35db41de29ba22de","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/35db41de29ba22de","status":"passed","time":{"start":1728381526505,"stop":1728381526505,"duration":0}},{"uid":"61f5a3fd20d733f8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/61f5a3fd20d733f8","status":"passed","time":{"start":1728379329394,"stop":1728379329394,"duration":0}},{"uid":"ac2809f48329de1b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ac2809f48329de1b","status":"passed","time":{"start":1728371973983,"stop":1728371973983,"duration":0}},{"uid":"30a274ae1b3b2018","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/30a274ae1b3b2018","status":"passed","time":{"start":1728370320861,"stop":1728370320861,"duration":0}},{"uid":"b3141bb4852b57a2","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b3141bb4852b57a2","status":"passed","time":{"start":1728369420218,"stop":1728369420219,"duration":1}}]},"49bd0cba95e7143b8896b7a2027aa310:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c856fd8f2ed844a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/4c856fd8f2ed844a","status":"passed","time":{"start":1728372140954,"stop":1728372140954,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5ee0f8672625bd1a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5ee0f8672625bd1a","status":"passed","time":{"start":1728381711684,"stop":1728381711685,"duration":1}},{"uid":"cba343a908beef4a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cba343a908beef4a","status":"passed","time":{"start":1728379515564,"stop":1728379515565,"duration":1}},{"uid":"76d1b6599296cd28","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/76d1b6599296cd28","status":"passed","time":{"start":1728372171316,"stop":1728372171316,"duration":0}},{"uid":"d83544dbaa32666e","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d83544dbaa32666e","status":"passed","time":{"start":1728370522980,"stop":1728370522980,"duration":0}},{"uid":"fc1688fdeddd5cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fc1688fdeddd5cf","status":"passed","time":{"start":1728369622057,"stop":1728369622057,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fba53608f2a564bb","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fba53608f2a564bb","status":"passed","time":{"start":1728381439744,"stop":1728381439744,"duration":0}},{"uid":"8b5f8563c6e78550","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8b5f8563c6e78550","status":"passed","time":{"start":1728379250160,"stop":1728379250161,"duration":1}},{"uid":"bda821916b1ad372","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/bda821916b1ad372","status":"passed","time":{"start":1728371885963,"stop":1728371885965,"duration":2}},{"uid":"838b973a7416f1ec","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/838b973a7416f1ec","status":"passed","time":{"start":1728370233663,"stop":1728370233664,"duration":1}},{"uid":"94fed6159d122797","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/94fed6159d122797","status":"passed","time":{"start":1728369335734,"stop":1728369335734,"duration":0}}]},"4c9516cb44aaf40ae1b57cd398b7337b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"347af457f465420","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/347af457f465420","status":"passed","time":{"start":1728379523109,"stop":1728379523110,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"7f9d2cf29aeb91d4","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/7f9d2cf29aeb91d4","status":"passed","time":{"start":1728381415229,"stop":1728381415230,"duration":1}},{"uid":"421f789602452bba","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/421f789602452bba","status":"passed","time":{"start":1728379220438,"stop":1728379220439,"duration":1}},{"uid":"6f8a92709169ae66","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6f8a92709169ae66","status":"passed","time":{"start":1728371862890,"stop":1728371862891,"duration":1}},{"uid":"82a0663183686a92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/82a0663183686a92","status":"passed","time":{"start":1728370213106,"stop":1728370213106,"duration":0}},{"uid":"c8649c2376aa161f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c8649c2376aa161f","status":"passed","time":{"start":1728369309199,"stop":1728369309200,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"5c9b5f561e5b8344","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/5c9b5f561e5b8344","status":"passed","time":{"start":1728381749072,"stop":1728381749073,"duration":1}},{"uid":"c83d0a2e26020999","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c83d0a2e26020999","status":"passed","time":{"start":1728379549701,"stop":1728379549701,"duration":0}},{"uid":"dca0920a31f024e0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dca0920a31f024e0","status":"passed","time":{"start":1728372195437,"stop":1728372195438,"duration":1}},{"uid":"ad0d68dc946c611b","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ad0d68dc946c611b","status":"passed","time":{"start":1728370555260,"stop":1728370555261,"duration":1}},{"uid":"674c9e0bc883d3a3","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/674c9e0bc883d3a3","status":"passed","time":{"start":1728369639857,"stop":1728369639857,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"78f0e09dfc3cf970","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/78f0e09dfc3cf970","status":"passed","time":{"start":1728381772750,"stop":1728381772751,"duration":1}},{"uid":"4b9ad19266ff445e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/4b9ad19266ff445e","status":"passed","time":{"start":1728379576113,"stop":1728379576113,"duration":0}},{"uid":"6d006a3868c7dbb0","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/6d006a3868c7dbb0","status":"passed","time":{"start":1728372231471,"stop":1728372231471,"duration":0}},{"uid":"ac12e1a12b15e51","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/ac12e1a12b15e51","status":"passed","time":{"start":1728370655524,"stop":1728370655524,"duration":0}},{"uid":"c48ecc661d03fd11","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c48ecc661d03fd11","status":"passed","time":{"start":1728369731925,"stop":1728369731925,"duration":0}}]},"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c7f90b5454279a9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/8c7f90b5454279a9","status":"passed","time":{"start":1728379197137,"stop":1728379197137,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d805a86935a1d3e3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d805a86935a1d3e3","status":"passed","time":{"start":1728381379237,"stop":1728381379238,"duration":1}},{"uid":"6781fff23872600","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6781fff23872600","status":"passed","time":{"start":1728379182445,"stop":1728379182446,"duration":1}},{"uid":"a610065cc39d31f3","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a610065cc39d31f3","status":"passed","time":{"start":1728371826621,"stop":1728371826622,"duration":1}},{"uid":"bfb9a399bc8904c5","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/bfb9a399bc8904c5","status":"passed","time":{"start":1728370173934,"stop":1728370173934,"duration":0}},{"uid":"7d73604f18574c18","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7d73604f18574c18","status":"passed","time":{"start":1728369272866,"stop":1728369272866,"duration":0}}]},"81590e35354ec2a206e8bb8bed052c8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"adffda4ad27727d8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/adffda4ad27727d8","status":"passed","time":{"start":1728372169982,"stop":1728372169986,"duration":4}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"34246fe878e03167","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/34246fe878e03167","status":"passed","time":{"start":1728381711649,"stop":1728381711649,"duration":0}},{"uid":"15b3b09b9bd54345","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/15b3b09b9bd54345","status":"passed","time":{"start":1728379515552,"stop":1728379515552,"duration":0}},{"uid":"9d33107b9236eda1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9d33107b9236eda1","status":"passed","time":{"start":1728372171296,"stop":1728372171296,"duration":0}},{"uid":"8ed159db49c5439a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/8ed159db49c5439a","status":"passed","time":{"start":1728370522964,"stop":1728370522964,"duration":0}},{"uid":"bcd3c1864069a7d","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/bcd3c1864069a7d","status":"passed","time":{"start":1728369622044,"stop":1728369622044,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6595800c1045a383","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6595800c1045a383","status":"passed","time":{"start":1728381355981,"stop":1728381355981,"duration":0}},{"uid":"ed995dd195bab820","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/ed995dd195bab820","status":"passed","time":{"start":1728379159026,"stop":1728379159026,"duration":0}},{"uid":"fddd65ff94e606e1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fddd65ff94e606e1","status":"passed","time":{"start":1728371802910,"stop":1728371802910,"duration":0}},{"uid":"3987f7546f267a92","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/3987f7546f267a92","status":"passed","time":{"start":1728370149944,"stop":1728370149944,"duration":0}},{"uid":"d4aa396af7eb4c9","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d4aa396af7eb4c9","status":"passed","time":{"start":1728369248999,"stop":1728369248999,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"3b78259144ef6000","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/3b78259144ef6000","status":"passed","time":{"start":1728381658369,"stop":1728381658369,"duration":0}},{"uid":"1a5ea87e36d33a16","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1a5ea87e36d33a16","status":"passed","time":{"start":1728379460263,"stop":1728379460263,"duration":0}},{"uid":"fd2a18a149d26653","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fd2a18a149d26653","status":"passed","time":{"start":1728372105662,"stop":1728372105662,"duration":0}},{"uid":"336a83f7a22a1e6d","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/336a83f7a22a1e6d","status":"passed","time":{"start":1728370464121,"stop":1728370464121,"duration":0}},{"uid":"261e8000a5a0701","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/261e8000a5a0701","status":"passed","time":{"start":1728369544857,"stop":1728369544857,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b4b00e271f868e78","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b4b00e271f868e78","status":"passed","time":{"start":1728381557270,"stop":1728381557270,"duration":0}},{"uid":"56b1efd5968183d5","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/56b1efd5968183d5","status":"passed","time":{"start":1728379366495,"stop":1728379366495,"duration":0}},{"uid":"a5f2323ac8e9509a","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/a5f2323ac8e9509a","status":"passed","time":{"start":1728371996024,"stop":1728371996027,"duration":3}},{"uid":"4782bdf8e78cd555","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4782bdf8e78cd555","status":"passed","time":{"start":1728370345140,"stop":1728370345141,"duration":1}},{"uid":"e50ccee51628c68b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e50ccee51628c68b","status":"passed","time":{"start":1728369447291,"stop":1728369447292,"duration":1}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"c322f6810f5ce095","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/c322f6810f5ce095","status":"passed","time":{"start":1728381355974,"stop":1728381355975,"duration":1}},{"uid":"6f5149953a806457","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6f5149953a806457","status":"passed","time":{"start":1728379159018,"stop":1728379159018,"duration":0}},{"uid":"dc37de5ae31a5bb7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dc37de5ae31a5bb7","status":"passed","time":{"start":1728371802903,"stop":1728371802903,"duration":0}},{"uid":"e6a7764500bc8da1","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/e6a7764500bc8da1","status":"passed","time":{"start":1728370149937,"stop":1728370149937,"duration":0}},{"uid":"984bdadb57f5c35c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/984bdadb57f5c35c","status":"passed","time":{"start":1728369248991,"stop":1728369248991,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6120a175597466c7","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/6120a175597466c7","status":"passed","time":{"start":1728381749013,"stop":1728381749015,"duration":2}},{"uid":"27366efe72c52bb7","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/27366efe72c52bb7","status":"passed","time":{"start":1728379549630,"stop":1728379549630,"duration":0}},{"uid":"f08b9233466cd5d1","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f08b9233466cd5d1","status":"passed","time":{"start":1728372195403,"stop":1728372195404,"duration":1}},{"uid":"4b2afe80a6f2bf14","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4b2afe80a6f2bf14","status":"passed","time":{"start":1728370555235,"stop":1728370555235,"duration":0}},{"uid":"3ce13788285fecc7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3ce13788285fecc7","status":"passed","time":{"start":1728369639820,"stop":1728369639821,"duration":1}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a9edf0d31c2d9945","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/a9edf0d31c2d9945","status":"passed","time":{"start":1728381364427,"stop":1728381364427,"duration":0}},{"uid":"a9378c3327b948c8","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/a9378c3327b948c8","status":"passed","time":{"start":1728379167600,"stop":1728379167600,"duration":0}},{"uid":"dea831137f8da71d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/dea831137f8da71d","status":"passed","time":{"start":1728371811384,"stop":1728371811385,"duration":1}},{"uid":"9b7a8cded0575c4a","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/9b7a8cded0575c4a","status":"passed","time":{"start":1728370158842,"stop":1728370158843,"duration":1}},{"uid":"85ed0832447d16f8","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/85ed0832447d16f8","status":"passed","time":{"start":1728369257785,"stop":1728369257785,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"13a5d07c32ceeb28","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/13a5d07c32ceeb28","status":"passed","time":{"start":1728381749021,"stop":1728381749021,"duration":0}},{"uid":"e6cb19bf439a6989","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/e6cb19bf439a6989","status":"passed","time":{"start":1728379549641,"stop":1728379549645,"duration":4}},{"uid":"78afdf54a8b7eca8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/78afdf54a8b7eca8","status":"passed","time":{"start":1728372195408,"stop":1728372195409,"duration":1}},{"uid":"cc7699f7075d9042","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/cc7699f7075d9042","status":"passed","time":{"start":1728370555238,"stop":1728370555239,"duration":1}},{"uid":"e34fcfe1a84e5f69","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/e34fcfe1a84e5f69","status":"passed","time":{"start":1728369639826,"stop":1728369639826,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"fd5c3789e7bd2c9a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fd5c3789e7bd2c9a","status":"passed","time":{"start":1728381696825,"stop":1728381696825,"duration":0}},{"uid":"b2caa7f66888474a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b2caa7f66888474a","status":"passed","time":{"start":1728379498094,"stop":1728379498094,"duration":0}},{"uid":"9adfb0db466b9ce7","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9adfb0db466b9ce7","status":"passed","time":{"start":1728372147553,"stop":1728372147557,"duration":4}},{"uid":"5e41aa31b8b1dd13","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/5e41aa31b8b1dd13","status":"passed","time":{"start":1728370535012,"stop":1728370535012,"duration":0}},{"uid":"969a14b896aa8282","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/969a14b896aa8282","status":"passed","time":{"start":1728369636356,"stop":1728369636356,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"f8593d8f47efe266","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/f8593d8f47efe266","status":"passed","time":{"start":1728381355986,"stop":1728381355987,"duration":1}},{"uid":"c576bb36dbd2efa9","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/c576bb36dbd2efa9","status":"passed","time":{"start":1728379159032,"stop":1728379159032,"duration":0}},{"uid":"5b51966327287a51","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/5b51966327287a51","status":"passed","time":{"start":1728371802915,"stop":1728371802915,"duration":0}},{"uid":"624b503a477a352c","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/624b503a477a352c","status":"passed","time":{"start":1728370149950,"stop":1728370149950,"duration":0}},{"uid":"50cee4dbdc685899","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/50cee4dbdc685899","status":"passed","time":{"start":1728369249004,"stop":1728369249004,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"43a4133bf90c79c9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/43a4133bf90c79c9","status":"passed","time":{"start":1728381409091,"stop":1728381409093,"duration":2}},{"uid":"cc456f33ae120e3b","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cc456f33ae120e3b","status":"passed","time":{"start":1728379215427,"stop":1728379215427,"duration":0}},{"uid":"9564246404d329c","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9564246404d329c","status":"passed","time":{"start":1728371857084,"stop":1728371857084,"duration":0}},{"uid":"1cfb12d8e3b119d3","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/1cfb12d8e3b119d3","status":"passed","time":{"start":1728370205011,"stop":1728370205023,"duration":12}},{"uid":"ecb668d2332f8081","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ecb668d2332f8081","status":"passed","time":{"start":1728369303196,"stop":1728369303198,"duration":2}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9128329325b4f9ff","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9128329325b4f9ff","status":"passed","time":{"start":1728381355969,"stop":1728381355969,"duration":0}},{"uid":"cd85ff6fe8382779","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/cd85ff6fe8382779","status":"passed","time":{"start":1728379159009,"stop":1728379159010,"duration":1}},{"uid":"994987e1ded4225b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/994987e1ded4225b","status":"passed","time":{"start":1728371802896,"stop":1728371802896,"duration":0}},{"uid":"b5436932589cdc95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/b5436932589cdc95","status":"passed","time":{"start":1728370149929,"stop":1728370149929,"duration":0}},{"uid":"c30da53e1fd6a3e7","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/c30da53e1fd6a3e7","status":"passed","time":{"start":1728369248984,"stop":1728369248985,"duration":1}}]},"79bea27385fa8fd8288345566ad74bf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbf3c16f9b1ac369","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/fbf3c16f9b1ac369","status":"passed","time":{"start":1728381680469,"stop":1728381680469,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b24122876e806039","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b24122876e806039","status":"passed","time":{"start":1728381762403,"stop":1728381762403,"duration":0}},{"uid":"46d306e8f7a829be","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/46d306e8f7a829be","status":"passed","time":{"start":1728379565729,"stop":1728379565733,"duration":4}},{"uid":"ae27a4adea241d27","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/ae27a4adea241d27","status":"passed","time":{"start":1728372228761,"stop":1728372228761,"duration":0}},{"uid":"31ab6ac317c30423","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/31ab6ac317c30423","status":"passed","time":{"start":1728370603946,"stop":1728370603956,"duration":10}},{"uid":"7506318b5e56a35f","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/7506318b5e56a35f","status":"passed","time":{"start":1728369703125,"stop":1728369703126,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"b2850e12162f5ee","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/b2850e12162f5ee","status":"passed","time":{"start":1728381762411,"stop":1728381762411,"duration":0}},{"uid":"dec927a604c17606","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/dec927a604c17606","status":"passed","time":{"start":1728379565737,"stop":1728379565737,"duration":0}},{"uid":"9755c7ebad4bfe9b","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9755c7ebad4bfe9b","status":"passed","time":{"start":1728372228764,"stop":1728372228764,"duration":0}},{"uid":"26cae013a075de95","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/26cae013a075de95","status":"passed","time":{"start":1728370603966,"stop":1728370603966,"duration":0}},{"uid":"227dc21e13484355","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/227dc21e13484355","status":"passed","time":{"start":1728369703130,"stop":1728369703130,"duration":0}}]},"6828d657d65eaae1388c886922eabb99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fb04641d3902fb5","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/3fb04641d3902fb5","status":"passed","time":{"start":1728369590806,"stop":1728369590807,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"74aa7e1af5c99cdc","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/74aa7e1af5c99cdc","status":"passed","time":{"start":1728381545550,"stop":1728381545550,"duration":0}},{"uid":"d138a0ec2355b81a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/d138a0ec2355b81a","status":"passed","time":{"start":1728379350286,"stop":1728379350287,"duration":1}},{"uid":"47d261b074b296ac","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/47d261b074b296ac","status":"passed","time":{"start":1728371998249,"stop":1728371998249,"duration":0}},{"uid":"7b7cab8a7d423656","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/7b7cab8a7d423656","status":"passed","time":{"start":1728370345937,"stop":1728370345937,"duration":0}},{"uid":"ab7fa8ed93a7083","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ab7fa8ed93a7083","status":"passed","time":{"start":1728369443723,"stop":1728369443723,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2c25dba83616f92","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/2c25dba83616f92","status":"passed","time":{"start":1728381842824,"stop":1728381842825,"duration":1}},{"uid":"b4c8c2e7e29f05a2","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/b4c8c2e7e29f05a2","status":"passed","time":{"start":1728379644814,"stop":1728379644815,"duration":1}},{"uid":"d72d4755ff222d55","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d72d4755ff222d55","status":"passed","time":{"start":1728372295098,"stop":1728372295099,"duration":1}},{"uid":"55636e08c2ee8a68","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/55636e08c2ee8a68","status":"passed","time":{"start":1728370682624,"stop":1728370682624,"duration":0}},{"uid":"47b4744990a36957","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/47b4744990a36957","status":"passed","time":{"start":1728369782381,"stop":1728369782381,"duration":0}}]},"bbf83667a84ed02c5643f00e1bb539de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c7c0d4f8bd7a48c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/1c7c0d4f8bd7a48c","status":"passed","time":{"start":1728379547126,"stop":1728379547126,"duration":0}}]},"4a56a0fd5b0496d40d4310c3adad578a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae687741eacdf10","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/ae687741eacdf10","status":"passed","time":{"start":1728381745558,"stop":1728381745558,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d793e030ce0b034b","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d793e030ce0b034b","status":"passed","time":{"start":1728381762413,"stop":1728381762413,"duration":0}},{"uid":"fc09ad7d40e82670","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/fc09ad7d40e82670","status":"passed","time":{"start":1728379565744,"stop":1728379565745,"duration":1}},{"uid":"d9d8dfbfc78fcb54","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/d9d8dfbfc78fcb54","status":"passed","time":{"start":1728372228766,"stop":1728372228767,"duration":1}},{"uid":"db5ae56a90159100","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/db5ae56a90159100","status":"passed","time":{"start":1728370603981,"stop":1728370603981,"duration":0}},{"uid":"5c8f1a637e9e4098","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/5c8f1a637e9e4098","status":"passed","time":{"start":1728369703132,"stop":1728369703139,"duration":7}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"9096c6031bc64061","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/9096c6031bc64061","status":"passed","time":{"start":1728381557232,"stop":1728381557233,"duration":1}},{"uid":"357d592d4a26bb94","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/357d592d4a26bb94","status":"passed","time":{"start":1728379366470,"stop":1728379366472,"duration":2}},{"uid":"e76c4eca37514574","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/e76c4eca37514574","status":"passed","time":{"start":1728371996007,"stop":1728371996010,"duration":3}},{"uid":"f20b1fa6a54a3892","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/f20b1fa6a54a3892","status":"passed","time":{"start":1728370345126,"stop":1728370345126,"duration":0}},{"uid":"b36b662e4258319c","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b36b662e4258319c","status":"passed","time":{"start":1728369447287,"stop":1728369447288,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"18c1dc053fa0a213","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/18c1dc053fa0a213","status":"passed","time":{"start":1728381383542,"stop":1728381383542,"duration":0}},{"uid":"eba088e2483bdfd1","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/eba088e2483bdfd1","status":"passed","time":{"start":1728379186754,"stop":1728379186755,"duration":1}},{"uid":"f4238a83869bb441","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f4238a83869bb441","status":"passed","time":{"start":1728371830870,"stop":1728371830871,"duration":1}},{"uid":"2fc811fa12c4adf8","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/2fc811fa12c4adf8","status":"passed","time":{"start":1728370178237,"stop":1728370178237,"duration":0}},{"uid":"ad3f8ad002416e10","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/ad3f8ad002416e10","status":"passed","time":{"start":1728369277107,"stop":1728369277108,"duration":1}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"478bdb7f798e4fc3","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/478bdb7f798e4fc3","status":"passed","time":{"start":1728381355978,"stop":1728381355978,"duration":0}},{"uid":"f84e556f32f1ee2e","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/f84e556f32f1ee2e","status":"passed","time":{"start":1728379159022,"stop":1728379159022,"duration":0}},{"uid":"fbf7bf535a98e8f8","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/fbf7bf535a98e8f8","status":"passed","time":{"start":1728371802906,"stop":1728371802907,"duration":1}},{"uid":"618f456644fd01b2","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/618f456644fd01b2","status":"passed","time":{"start":1728370149941,"stop":1728370149941,"duration":0}},{"uid":"fefd2b992e1f71ba","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/fefd2b992e1f71ba","status":"passed","time":{"start":1728369248995,"stop":1728369248996,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e565fe543312239a","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e565fe543312239a","status":"passed","time":{"start":1728381526518,"stop":1728381526518,"duration":0}},{"uid":"aaea80846dcb7057","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/aaea80846dcb7057","status":"passed","time":{"start":1728379329401,"stop":1728379329402,"duration":1}},{"uid":"507ea1b9c9bc42ad","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/507ea1b9c9bc42ad","status":"passed","time":{"start":1728371973995,"stop":1728371974001,"duration":6}},{"uid":"d6697533087d46ef","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/d6697533087d46ef","status":"passed","time":{"start":1728370320868,"stop":1728370320869,"duration":1}},{"uid":"a3bf5b9eaad1cb9b","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/a3bf5b9eaad1cb9b","status":"passed","time":{"start":1728369420261,"stop":1728369420262,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"cf972f09eeafc931","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/cf972f09eeafc931","status":"passed","time":{"start":1728381379402,"stop":1728381379402,"duration":0}},{"uid":"34c4331ed4907c6c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/34c4331ed4907c6c","status":"passed","time":{"start":1728379182987,"stop":1728379182987,"duration":0}},{"uid":"1296ec760ce6e5d","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1296ec760ce6e5d","status":"passed","time":{"start":1728371826965,"stop":1728371826965,"duration":0}},{"uid":"aab61c58e56d3871","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/aab61c58e56d3871","status":"passed","time":{"start":1728370174428,"stop":1728370174429,"duration":1}},{"uid":"d52e5d9308f760fb","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/d52e5d9308f760fb","status":"passed","time":{"start":1728369273238,"stop":1728369273238,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"d46122cb15dbda60","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/d46122cb15dbda60","status":"passed","time":{"start":1728381461617,"stop":1728381461623,"duration":6}},{"uid":"6471da70c1d7f5ee","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/6471da70c1d7f5ee","status":"passed","time":{"start":1728379263315,"stop":1728379263324,"duration":9}},{"uid":"9bb5f24cfe1815e9","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/9bb5f24cfe1815e9","status":"passed","time":{"start":1728371908005,"stop":1728371908005,"duration":0}},{"uid":"951f6122732fdb08","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/951f6122732fdb08","status":"passed","time":{"start":1728370252051,"stop":1728370252051,"duration":0}},{"uid":"f0a3b984cc6a6a25","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/f0a3b984cc6a6a25","status":"passed","time":{"start":1728369354741,"stop":1728369354741,"duration":0}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f1d777caeedccc9","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/4f1d777caeedccc9","status":"passed","time":{"start":1728381521285,"stop":1728381521285,"duration":0}},{"uid":"531fc8f2d0d1501c","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/531fc8f2d0d1501c","status":"passed","time":{"start":1728379329164,"stop":1728379329165,"duration":1}},{"uid":"f2f2b71b70e9e756","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/f2f2b71b70e9e756","status":"passed","time":{"start":1728371983979,"stop":1728371983979,"duration":0}}]},"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16e8df86da4c9023","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/16e8df86da4c9023","status":"passed","time":{"start":1728379197136,"stop":1728379197136,"duration":0}}]},"8c38d9019286e95151f365bb8e8c8a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"580278a0dd013f3a","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/580278a0dd013f3a","status":"passed","time":{"start":1728379515562,"stop":1728379515563,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e67839db159db155","reportUrl":"https://waku-org.github.io/js-waku/7530//#testresult/e67839db159db155","status":"passed","time":{"start":1728381390012,"stop":1728381390013,"duration":1}},{"uid":"592db3c67bd9390","reportUrl":"https://waku-org.github.io/js-waku/7540//#testresult/592db3c67bd9390","status":"passed","time":{"start":1728379193196,"stop":1728379193197,"duration":1}},{"uid":"1cc5ab68204f821e","reportUrl":"https://waku-org.github.io/js-waku/7539//#testresult/1cc5ab68204f821e","status":"passed","time":{"start":1728371837408,"stop":1728371837408,"duration":0}},{"uid":"4f1f3a77a662edaf","reportUrl":"https://waku-org.github.io/js-waku/7538//#testresult/4f1f3a77a662edaf","status":"passed","time":{"start":1728370184625,"stop":1728370184625,"duration":0}},{"uid":"b6c3352220ed06cf","reportUrl":"https://waku-org.github.io/js-waku/7537//#testresult/b6c3352220ed06cf","status":"passed","time":{"start":1728369283802,"stop":1728369283802,"duration":0}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index d438db975f8..a0807e79e4d 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"run":875,"retry":2}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"run":859,"retry":2}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"run":859,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7530,"reportUrl":"https://waku-org.github.io/js-waku/7530/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7540,"reportUrl":"https://waku-org.github.io/js-waku/7540/","reportName":"Allure Report with history","data":{"run":875,"retry":2}},{"buildOrder":7539,"reportUrl":"https://waku-org.github.io/js-waku/7539/","reportName":"Allure Report with history","data":{"run":867,"retry":2}},{"buildOrder":7538,"reportUrl":"https://waku-org.github.io/js-waku/7538/","reportName":"Allure Report with history","data":{"run":859,"retry":2}},{"buildOrder":7537,"reportUrl":"https://waku-org.github.io/js-waku/7537/","reportName":"Allure Report with history","data":{"run":859,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file